﻿@charset "utf-8";
/* Write your styles */
/*初始化样式*/
* {
    padding: 0px;
    margin: 0px;
}

body {
    font-family: Microsoft YaHei;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a:focus, a:hover {
    text-decoration: underline;
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

input, label, img, th {
    vertical-align: middle;
    font-size;
}

img {
    border: none;
}

ul, ol, li {
    list-style: none;
    margin: 0;
    padding: 0;
}

a, a:hover, a:active, a:focus, a:visited {
    text-decoration: none;
    color: inherit;
}

    a:hover {
        color: #3366cc;
    }

h1, h2, h3, h4, h5, h6, p {
    font-size: 100%;
    margin: 0px;
}
/* 禁止换行,超出省略号 */
.nowe {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*动画过度效果*/
/**{-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;-ms-transition:all .2s ease-in-out}*/


/*以下是页面样式*/
html, body {
    min-width: 1200px;
}

.box {
    width: 1200px;
    margin: auto;
}

.main {
    background: #fafafa;
}

/*回到顶部*/
.gototop_backToTop {
    top: 608px;
    right: 19px;
    background: url('../images/top.png')no-repeat -380px 1px;
    width: 40px;
    height: 40px;
    z-index: 999999;
    cursor: pointer;
}

    .gototop_backToTop a {
        display: block;
        width: 100%;
        height: 100%;
    }
/*分页*/
.page {
    margin: 50px auto;
    text-align: center;
    font-size: 0;
}

    .page span {
        margin: 0 5px;
        border: 1px solid #e5e5e5;
        background: #fff;
        color: #666;
        font-style: normal;
        font-size: 14px;
        cursor: pointer;
        padding: 5px 1%;
    }

        .page span a {
            display: inline-block;
            padding: 8px 15px;
        }

        .page span:hover {
            border: 1px solid #e73633;
            background: #e73633;
            color: #fff;
        }

    .page .current {
        border: 1px solid #e73633;
        background: #e73633;
        color: #fff;
    }

/*浮窗*/
.banner {
    min-width: 1200px;
    position: relative;
    overflow: hidden;
}

.float-tips-box {
    position: absolute;
    z-index: 999999;
    top: 50%;
    left: 0;
    right: 0;
}

    .float-tips-box .fi1 {
        position: absolute;
        width: 194px;
        top: 50%;
        transform: translate(0,-50%);
        z-index: 3;
    }

        .float-tips-box .fi1 p {
            background-color: rgba(255,197,21,0.8);
            height: 74px;
            width: 100%;
            color: #ffffff;
            line-height: 74px;
            margin: 10px 0;
            border-top-right-radius: 10px;
            border-bottom-right-radius: 10px;
            text-align: center;
        }

            .float-tips-box .fi1 p:nth-child(2n) {
                background-color: rgba(51,102,204,0.8);
            }

            .float-tips-box .fi1 p:hover {
                background-color: rgba(255,255,255,0.8);
                color: rgba(255,197,21,0.8);
            }

            .float-tips-box .fi1 p:nth-child(2n):hover {
                color: rgba(51,102,204,0.8);
            }

            .float-tips-box .fi1 p img {
                width: 36px;
                height: 36px;
            }

            .float-tips-box .fi1 p span {
                font-size: 24px;
                vertical-align: middle;
                margin-left: 15px;
                font-weight: 600;
            }

    .float-tips-box .fi2 {
        position: absolute;
        top: 50%;
        left: 23%;
        transform: translate(0,-50%);
        text-align: center;
        z-index: 1;
        opacity: 0.8;
    }

        .float-tips-box .fi2 .p1 {
            font-family: 幼圆;
            font-size: 58px;
            color: rgb(255, 255, 255);
            line-height: 140%;
        }

        .float-tips-box .fi2 .p2 {
            font-family: Times New Roman;
            font-size: 30px;
            color: rgb(255, 255, 255);
            letter-spacing: 1px;
            line-height: 140%;
        }

        .float-tips-box .fi2 .p3 {
            font-size: 36px;
            color: rgb(255, 197, 21);
            letter-spacing: 1px;
            margin-top: 30px;
        }

    .float-tips-box .fi3 {
        position: absolute;
        width: 310px;
        top: 50%;
        transform: translate(0,-50%);
        z-index: 3;
        right: 10px;
        height: 276px;
        border: 1px solid rgba(255, 255, 255, 0.8);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, .5);
        border-radius: 8px;
        background: #f8f9fa;
    }

        .float-tips-box .fi3 .p1 {
            height: 50px;
            line-height: 50px;
            text-align: center;
            font-size: 24px;
            letter-spacing: 2px;
            color: rgb(255, 255, 255);
            background: rgb(51, 102, 204);
            border-top-left-radius: 8px;
            border-top-right-radius: 8px;
            border-bottom: 2px solid #ffc515;
        }

        .float-tips-box .fi3 table {
            width: 100%;
            height: 160px;
            border-bottom-left-radius: 8px;
            border-bottom-right-radius: 8px;
            margin: 33px 0;
        }

            .float-tips-box .fi3 table tr td:nth-child(1) {
                width: 80px;
                padding-left: 20px;
            }

            .float-tips-box .fi3 table input {
                width: 192px;
                height: 40px;
                line-height: 40px;
                border: 1px solid #b5b5b5;
                padding: 0 5px;
                border-radius: 3px;
                margin-left: 13px;
            }

                .float-tips-box .fi3 table input[type="submit"] {
                    font-size: 18px;
                    font-weight: bold;
                    background-image: url('../images/03.gif');
                }

                    .float-tips-box .fi3 table input[type="submit"]:nth-child(1) {
                        width: 110px;
                        color: #FFFFFF;
                        background-image: url('../images/07.gif');
                    }

                    .float-tips-box .fi3 table input[type="submit"]:nth-child(2) {
                        color: #434343;
                        width: 70px;
                        margin-left: 9px;
                    }

    .float-tips-box .fi1 p {
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
    }



/*顶部菜单*/
.header {
    min-width: 1200px;
    overflow: hidden;
}

.header-top {
    height: 44px;
    line-height: 44px;
    color: #a4a4a4;
    font-size: 14px;
    background-color: #2e2f33;
}

.header-top-hotTel {
    padding: 8px 0;
}

    .header-top-hotTel p {
        font-size: 14px;
        height: 28px;
        line-height: 28px;
        background-color: rgb(255, 197, 21);
        color: #151517;
        text-align: center;
        padding: 0 20px;
        border-radius: 50px;
    }

.header-down {
    height: 190px;
    overflow: hidden;
}

    .header-down .logo {
        line-height: 190px;
    }

    .header-down .header-nav {
        height: 77px;
        background-color: #f1f1f1;
        padding-left: 15px;
        margin: 57px 0;
    }

        .header-down .header-nav li {
            float: left;
            width: 130px;
            line-height: 77px;
            text-align: center;
            font-size: 14px;
            color: #2e2f33;
        }

            .header-down .header-nav li.on {
                font-weight: bold;
                color: #3366cc;
                background: url("../images/img1.png")no-repeat center;
            }

            .header-down .header-nav li.acon {
                font-weight: 100;
                color: #2e2f33;
                background: url("")no-repeat center;
            }

            .header-down .header-nav li.acin {
                font-weight: bold;
                color: #3366cc;
                background: url("../images/img1.png")no-repeat center;
            }

/*底部信息*/
.footer {
    padding: 20px 0;
    text-align: center;
    background-color: rgb(56, 57, 61);
    height: 98px;
    color: rgb(118, 119, 122);
    line-height: 200%;
    font-size: 14px;
}

    .footer a {
        color: #006992;
    }

/*banner*/
.dotsnew-nav {
    top: 456px !important;
}

.dotsnew div {
    width: 16px !important;
    height: 16px !important;
    border: solid 2px #ffffff;
    border-radius: 50%;
    text-align: center;
    opacity: .4;
    -webkit-transition: background .5s,opacity .5s;
    -moz-transition: background .5s,opacity .5s;
    transition: background .5s,opacity .5s;
    zoom: 1;
}

    .dotsnew div.active {
        background: #ffffff;
        text-align: center;
        opacity: 1;
    }

.html5zoo-timer-0 {
    display: none !important;
}

.mt75 {
    height: 75px;
}

.di1 {
    background: #FFFFFF;
    padding-top: 15px;
}

    .di1 li {
        float: left;
        width: 390px;
        height: 290px;
        margin-right: 15px;
        margin-bottom: 15px;
    }

        .di1 li:nth-child(3n) {
            margin-right: 0;
        }

        .di1 li:nth-child(2n) {
            position: relative;
        }

        .di1 li:nth-of-type(even) .text {
            position: absolute;
            left: 50%;
            top: 50%;
            text-align: center;
            transform: translate(-50%,-50%);
        }

        .di1 li:nth-of-type(odd):hover img {
            animation: rotate-x 0.4s;
            -moz-animation: rotate-x 0.4s; /* Firefox */
            -webkit-animation: rotate-x 0.4s; /* Safari 和 Chrome */
            -o-animation: rotate-x 0.4s;
        }

        .di1 li:nth-child(2) .text .p1 {
            color: #1f2021;
            line-height: 140%;
            font-family: 华文中宋;
            font-size: 36px;
        }

        .di1 li:nth-child(2) .text .p2 {
            color: rgb(85, 87, 92);
            line-height: 200%;
        }

        .di1 li:nth-child(4) .text .p1 {
            color: #ffffff;
            line-height: 140%;
            font-family: 华文中宋;
            font-size: 36px;
        }

        .di1 li:nth-child(4) .text .p2 {
            line-height: 200%;
            color: rgb(154, 186, 244);
        }

        .di1 li:nth-child(6) .text .p1 {
            color: #ffffff;
            line-height: 140%;
            font-family: 华文中宋;
            font-size: 36px;
        }

        .di1 li:nth-child(6) .text .p2 {
            line-height: 200%;
            color: rgb(156, 160, 168);
        }

@keyframes rotate-x {
    50% {
        transform: scaleX(0);
    }

    100% {
        transform: scaleX(1);
    }
}

@-ms-keyframes rotate-x {
    50% {
        -ms-transform: scaleX(0);
    }

    100% {
        -ms-transform: scaleX(1);
    }
}

@-webkit-keyframes rotate-x {
    50% {
        -webkit-transform: scaleX(0);
    }

    100% {
        -webkit-transform: scaleX(1);
    }
}

@-moz-keyframes rotate-x {
    50% {
        -moz-transform: scaleX(0);
    }

    100% {
        -moz-transform: scaleX(1);
    }
}

@-o-keyframes rotate-x {
    50% {
        -o-transform: scaleX(0);
    }

    100% {
        -o-transform: scaleX(1);
    }
}


.di2 {
    padding: 45px 0 0;
    background: #fafafa;
}

    .di2 .di2-left {
        width: 735px;
        background: #FFFFFF;
        border: 1px solid rgb(217, 217, 217);
        padding: 20px;
    }

        .di2 .di2-left .title {
            line-height: 40px;
            border-bottom: 1px solid #e8e8e8;
            padding-bottom: 10px;
        }

            .di2 .di2-left .title .p1 span {
                vertical-align: middle;
                margin-left: 5px;
            }

            .di2 .di2-left .title .p1 img {
                width: 10px;
                height: 10px;
            }

            .di2 .di2-left .title .p2 a {
                width: 41px;
                height: 16px;
                line-height: 16px;
                border-radius: 5px;
                color: #999999;
                border: 1px solid #999999;
                font-size: 10px;
                vertical-align: middle;
            }

        .di2 .di2-left .text {
            margin-top: 20px;
        }

            .di2 .di2-left .text img {
                width: 100%;
                height: 200px;
            }

    .di2 .di2-right {
        width: 425px;
    }

        .di2 .di2-right .di2-right-top {
            position: relative;
            height: 280px;
            width: 100%;
            background: #FFFFFF;
            border: 1px solid rgb(217, 217, 217);
            padding: 20px;
        }

            .di2 .di2-right .di2-right-top .title {
                line-height: 40px;
                border-bottom: 1px solid #e8e8e8;
                padding-bottom: 10px;
            }

                .di2 .di2-right .di2-right-top .title .p1 span {
                    vertical-align: middle;
                    margin-left: 5px;
                }

                .di2 .di2-right .di2-right-top .title .p1 img {
                    width: 10px;
                    height: 10px;
                }

            .di2 .di2-right .di2-right-top ul {
                margin-top: 20px;
            }

            .di2 .di2-right .di2-right-top li {
                background: url("../images/img10.png")no-repeat left 50%;
                color: #777777;
                padding-left: 22px;
                margin-bottom: 12px;
            }

            .di2 .di2-right .di2-right-top .mo {
                position: absolute;
                right: 20px;
                bottom: 10px;
            }

        .di2 .di2-right .di2-right-down {
            margin-top: 20px;
        }

            .di2 .di2-right .di2-right-down div {
                width: 50%;
                text-align: center;
            }

            .di2 .di2-right .di2-right-down img {
                width: 103px;
                height: 103px;
                margin-bottom: 10px;
            }

            .di2 .di2-right .di2-right-down p {
                color: rgb(153, 153, 153);
                line-height: 140%;
            }

            .di2 .di2-right .di2-right-down div:nth-child(1) {
                border-right: 1px dashed #e8e8e8;
            }

.di3 {
    background: url("../images/img11.png")no-repeat center;
    height: 487px;
    text-align: center;
    padding-top: 130px;
}

    .di3 img {
        width: 43px;
        height: 34px;
        opacity: 0.4;
    }

    .di3 .p1 {
        margin-top: 12px;
        color: #939393;
    }

    .di3 .p2 {
        color: #ffc515;
        letter-spacing: 2px;
        font-weight: 600;
        font-size: 66px;
        font-family: Times New Roman;
    }

    .di3 .p3 {
        color: #333;
        font-size: 24px;
        font-family: 幼圆;
    }

.di4 {
    padding: 60px 0;
    background: #fafafa;
}

    .di4 > div {
        width: 1200px;
        background: url("../images/img13.png");
        height: 389px;
        padding-left: 20px;
    }

    .di4 .di4-left {
        position: relative;
        width: 600px;
        height: 100%;
        background-color: rgb(23, 54, 74);
        padding: 37px 60px;
    }

        .di4 .di4-left table {
            width: 388px;
            color: #ffffff;
        }

            .di4 .di4-left table td {
                height: 80px;
            }

                .di4 .di4-left table td p {
                    line-height: 24px;
                    width: 360px;
                }

                .di4 .di4-left table td input {
                    width: 360px;
                    height: 34px;
                    line-height: 24px;
                    background-color: #ffffff;
                    font-size: 14px;
                    color: #777777;
                    border: 1px dashed #aaa;
                    padding: 5px;
                }

                .di4 .di4-left table td textarea {
                    font-size: 14px;
                    color: #777777;
                    border: 1px dashed #aaa;
                    padding: 5px;
                    width: 360px;
                    height: 60px;
                    resize: none;
                }

                .di4 .di4-left table td input[type="submit"] {
                    color: #000;
                    background-color: #ffc515;
                }

        .di4 .di4-left .title {
            position: absolute;
            top: 20px;
            right: 42px;
            color: rgb(255, 197, 21);
        }

            .di4 .di4-left .title .p1 {
                font-size: 14px;
                line-height: 140%;
                color: rgb(255, 197, 21);
            }

            .di4 .di4-left .title .p2 {
                font-size: 18px;
                line-height: 140%;
                color: rgb(255, 197, 21);
                font-weight: 600;
            }

            .di4 .di4-left .title .p3 {
                position: absolute;
                width: 5px;
                background: #4f83a5;
                height: 74px;
                left: 10px;
                top: 60px;
            }

            .di4 .di4-left .title .p4 {
                width: 5px;
                background: #4f83a5;
                height: 159px;
                position: absolute;
                left: 0;
                right: 0;
                margin: auto;
                top: 60px;
            }

            .di4 .di4-left .title .p5 {
                width: 5px;
                background: #4f83a5;
                height: 247px;
                position: absolute;
                right: 10px;
                top: 60px;
            }

    .di4 .di4-right {
        width: 580px;
        height: 100%;
    }

        .di4 .di4-right img {
            width: 100%;
            height: 100%;
        }

.dm-box {
}

    .dm-box .dm-left {
        width: 210px;
        overflow: hidden;
        margin-top: 40px;
    }

        .dm-box .dm-left .title {
            border-bottom: 1px solid #d9d9d9; /* height: 90px; */
        }

            .dm-box .dm-left .title .p1 {
                font-size: 24px;
                font-family: Times New Roman;
                color: rgb(255, 197, 21);
                background: #ffffff;
                width: 168px;
                line-height: 42px;
                padding-left: 20px;
            }

            .dm-box .dm-left .title .p2 {
                width: 113px;
                height: 19px;
                line-height: 19px;
                background: #ffffff;
                padding-left: 15px;
                margin-top: -7px;
                margin-left: 95px;
                font-size: 14px;
                font-family: Times New Roman;
                color: #666666;
            }

            .dm-box .dm-left .title .p3 {
                font-size: 18px;
                color: rgb(51, 102, 204);
                font-weight: 600;
                padding-left: 20px;
                height: 35px;
            }

        .dm-box .dm-left .dm-nav {
            margin: 25px auto;
        }

            .dm-box .dm-left .dm-nav li {
                font-size: 12px;
                background: url("../images/img14.png")no-repeat;
                width: 145px;
                height: 32px;
                line-height: 32px;
                text-align: center;
                background-size: cover;
                margin: 10px auto;
            }

                .dm-box .dm-left .dm-nav li:hover {
                    font-weight: 600;
                    font-size: 14px;
                }

        .dm-box .dm-left .dm-left-tit {
            font-size: 14px;
            color: rgb(102, 102, 102);
            background: #ffffff;
            border-top: 1px solid #d9d9d9;
            border-bottom: 1px solid #d9d9d9;
            padding: 6px;
        }

            .dm-box .dm-left .dm-left-tit img {
                width: 12px;
                height: 12px;
                margin: 0 9px;
            }

            .dm-box .dm-left .dm-left-tit span {
                vertical-align: middle;
            }

                .dm-box .dm-left .dm-left-tit span.sp1 {
                    font-size: 12px;
                    color: rgb(153, 153, 153);
                }

        .dm-box .dm-left .contact {
            padding-top: 14px;
        }

            .dm-box .dm-left .contact img {
                width: 100%;
            }

            .dm-box .dm-left .contact .text {
                margin-top: 10px;
                COLOR: rgb(102,102,102);
                FONT-SIZE: 13px;
                line-height: 34px;
            }

.dm-left .dm-nav li.on {
    color: #0e90d2;
}



.dm-box .dm-right {
    position: relative;
    width: 970px;
    min-height: 743px;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    background: #fff;
    top: -40px;
    z-index: 99999;
}

    .dm-box .dm-right .dm-right-tit {
        padding: 5px 30px;
        height: 50px;
        overflow: hidden;
    }

        .dm-box .dm-right .dm-right-tit .sp1 {
            font-size: 18px;
            color: rgb(255, 197, 21);
            line-height: 37px;
        }

        .dm-box .dm-right .dm-right-tit .sp2 {
            font-size: 14px;
            color: #8a8d98;
            line-height: 40px;
        }

        .dm-box .dm-right .dm-right-tit .sp3 {
            color: rgb(169, 171, 180);
            font-size: 28px;
            margin: 0 5px;
        }

    .dm-box .dm-right .dm-right-float {
        position: absolute;
        top: 20px;
        right: 42px;
        color: rgb(255, 197, 21);
    }

        .dm-box .dm-right .dm-right-float .p1 {
            font-size: 14px;
            line-height: 140%;
            color: rgb(51, 102, 204);
            text-align: right;
        }

        .dm-box .dm-right .dm-right-float .p2 {
            font-size: 18px;
            line-height: 140%;
            font-weight: 600;
            color: rgb(51, 102, 204);
        }

        .dm-box .dm-right .dm-right-float .p3 {
            position: absolute;
            width: 5px;
            background: #ffc515;
            height: 74px;
            top: 50px;
            right: 70px;
        }

        .dm-box .dm-right .dm-right-float .p4 {
            width: 5px;
            background: #ffc515;
            height: 159px;
            position: absolute;
            right: 40px;
            margin: auto;
            top: 50px;
        }

        .dm-box .dm-right .dm-right-float .p5 {
            width: 5px;
            background: #ffc515;
            height: 247px;
            position: absolute;
            right: 10px;
            top: 50px;
        }

.dm-right-text {
}

.dm-right-text-title {
    text-align: center;
}

    .dm-right-text-title .p1 {
        font-family: 幼圆;
        font-size: 24px;
        color: rgb(255, 197, 21);
        line-height: 33px;
    }

    .dm-right-text-title .p2 {
        font-family: Times New Roman;
        font-size: 14px;
        color: rgb(164, 164, 164);
        letter-spacing: 0px;
    }

.dm-right-text-banner {
    margin: 30px auto;
    width: 440px;
}

    .dm-right-text-banner .am-slider-default {
        box-shadow: none;
    }

        .dm-right-text-banner .am-slider-default .am-direction-nav a {
            width: 30px;
            height: 48px;
        }

            .dm-right-text-banner .am-slider-default .am-direction-nav a:before {
                display: none;
            }

        .dm-right-text-banner .am-slider-default .am-direction-nav .am-prev {
            background: url("../images/sprite-l.png")no-repeat;
            background-size: 100% 100%;
            left: -50px;
        }

        .dm-right-text-banner .am-slider-default .am-direction-nav .am-next {
            background: url("../images/sprite-r.png")no-repeat;
            background-size: 100% 100%;
            right: -50px;
        }

.article {
    position: relative;
    width: 915px;
    margin: auto;
    font-size: 14px;
    line-height: 200%;
    height: 370px;
}

.article-text {
    overflow-x: hidden;
    height: 370px;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.article .article-up {
    background: url("../images/a11.png") center;
    position: absolute;
    top: 0;
    right: 0;
    width: 10px;
    height: 12px;
}

.article .article-down {
    background: url("../images/a12.png") center;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 10px;
    height: 12px;
}

.article-text::-webkit-scrollbar {
    width: 10px;
}
/* 这是针对缺省样式 (必须的) */
.article-text::-webkit-scrollbar-track {
    background: url("../images/img17.png")no-repeat center;
    background-size: 10px 96%;
    opacity: 0.4;
}
/* 滚动条的滑轨背景颜色 */
.article-text::-webkit-scrollbar-thumb {
    border-radius: 100px;
    background: url("../images/img18.png")center;
}
/* 滑块颜色 */
.article-text::-webkit-scrollbar-button {
    background: transparent;
    height: 12px;
    cursor: pointer;
}
/* 滑轨两头的监听按钮颜色 */


.dm-right-classify {
    background-color: #eaeaea;
    width: 730px;
    margin-left: 50px;
    margin-top: 30px;
    color: #666666;
    padding: 0 15px;
}

    .dm-right-classify li {
        text-align: center;
        float: left;
        height: 50px;
        line-height: 50px;
    }

        .dm-right-classify li a {
            display: block;
        }

        .dm-right-classify li.on {
            font-weight: 600;
            color: #3366cc;
            font-size: 18px;
            background: #FFFFFF;
        }

        .dm-right-classify li.acon {
            font-weight: 100;
            font-size: 14px;
            color: #666666;
            background-color: #eaeaea;
        }

        .dm-right-classify li.acin {
            font-weight: 600;
            color: #3366cc;
            font-size: 18px;
            background: #FFFFFF;
        }

.dm-right-text-list1 {
    padding: 50px 50px 0;
}

    .dm-right-text-list1 li {
        width: 792px;
        height: 120px;
        border-bottom: 1px solid #dbd4cd;
        padding: 18px 0;
    }

    .dm-right-text-list1 .img {
        text-align: center;
        width: 60px;
        height: 60px;
        background: #ffc515;
        color: #ffffff;
        margin-left: 30px;
    }

        .dm-right-text-list1 .img .p1 {
            font-size: 24px;
            height: 41px;
            line-height: 41px;
        }

        .dm-right-text-list1 .img .p2 {
            font-size: 12px;
            height: 18px;
            line-height: 18px;
        }

    .dm-right-text-list1 .text {
        width: 660px;
    }

        .dm-right-text-list1 .text .p1 {
            font-size: 18px;
            color: #434343;
            font-weight: bold;
        }

        .dm-right-text-list1 .text .p2 {
            font-size: 14px;
            padding-top: 10px;
            line-height: 140%;
            color: #999999;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
        }

.dm-article {
    padding: 50px 0 70px;
    width: 792px;
    margin-left: 50px;
    min-height: 610px;
}

    .dm-article .p1 {
        font-size: 18px;
        color: #2c2c2c;
        font-weight: bold;
        text-align: center;
    }

    .dm-article .p2 {
        font-size: 12px;
        color: #5A5A5A;
        padding: 10px 0 15px;
        line-height: 21px;
        text-align: center;
    }

    .dm-article .p3 {
        font-size: 12px;
        color: #868686;
        background: #F5F5F5;
        border: 1px solid #e5e5e5;
        padding: 5px;
        line-height: 1.7em;
        margin-bottom: 10px;
        text-indent: 24px;
    }

    .dm-article .p4 {
        font-size: 14px;
        color: #666666;
        line-height: 24px;
    }

.a-link {
    font-size: 12px;
    color: #444;
    font-weight: normal;
    line-height: 25px;
    margin-left: 50px;
    position: absolute;
    bottom: 20px;
}

    .a-link a {
        display: block;
    }

.dm-right-text-list2 {
    width: 792px;
    margin-left: 50px;
    padding: 50px 0 0;
}

    .dm-right-text-list2 li {
        margin-right: 36px;
        float: left;
        padding: 15px;
        border: 5px solid #eeeeee;
        width: 240px;
        height: 267px;
        margin-bottom: 10px;
    }

        .dm-right-text-list2 li:hover {
            border-color: #ffc515;
        }

        .dm-right-text-list2 li:nth-child(3n) {
            margin-right: 0;
        }

        .dm-right-text-list2 li img {
            width: 200px;
            height: 160px;
        }

        .dm-right-text-list2 li .p1 {
            font-size: 14px;
            color: #000000;
            font-weight: bold;
            line-height: 140%;
        }

        .dm-right-text-list2 li .p2 {
            font-size: 12px;
            color: #3366cc;
            text-align: right;
            line-height: 140%;
        }

        .dm-right-text-list2 li .p3 {
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
            font-size: 12px;
            color: #acacac;
            line-height: 136%;
        }


.service-box {
    margin-top: 50px;
}

    .service-box .service-box-left {
        border-right: 4px solid #b4cfe1;
        height: 593px;
        width: 324px;
        padding-top: 255px;
        padding-right: 50px;
    }

        .service-box .service-box-left .p1 {
            font-family: 幼圆;
            font-size: 36px;
            line-height: 140%;
            color: rgb(51, 102, 204);
            text-align: right;
        }

        .service-box .service-box-left .p2 {
            font-size: 18px;
            line-height: 140%;
            color: rgb(255, 197, 21);
            font-weight: 600;
            text-align: right;
        }

    .service-box .service-box-right {
        padding-left: 62px;
    }

        .service-box .service-box-right table {
            width: auto;
        }

        .service-box .service-box-right .incli {
            height: 28px;
        }

        .service-box .service-box-right p {
            font-size: 12px;
            color: #7895B9;
            height: 28px;
            line-height: 28px;
            font-family: SimSun;
            font-weight: bold;
            width: 275px;
        }

        .service-box .service-box-right span {
            vertical-align: middle;
            font-size: 12px;
            color: #666666;
            font-family: SimSun;
            margin-right: 10px;
        }

        .service-box .service-box-right input {
            width: 275px;
            height: 30px;
            line-height: 30px;
            color: #7895B9;
            padding: 3px;
            font-family: SimSun;
            border: 1px solid #C2D1D7;
            background-color: #E9EEF0;
            border-radius: 3px;
        }

            .service-box .service-box-right input[type="radio"] {
                width: 13px;
                height: 13px;
                margin-top: 0;
                margin-right: 5px;
            }

            .service-box .service-box-right input[type="submit"] {
                width: 120px;
                height: 32px;
                line-height: 100%;
                background-color: #3366cc;
                font-size: 14px;
                color: #FFFFFF;
                margin-top: 16px;
            }

        .service-box .service-box-right textarea {
            width: 275px;
            height: 96px;
            color: #7895B9;
            padding: 3px;
            font-family: SimSun;
            border: 1px solid #C2D1D7;
            background-color: #E9EEF0;
            border-radius: 3px;
            resize: none;
        }

.cen-box {
    padding-left: 50px;
    margin-top: 50px;
}

    .cen-box .map {
        width: 748px;
        height: 298px;
    }

.hot-xian {
    padding: 25px 0 0 90px;
}

.hot-xian-di1 {
    min-width: 280px;
}

    .hot-xian-di1 .p1 {
        line-height: 200%;
        color: rgb(102, 102, 102);
    }

    .hot-xian-di1 .p2 {
        font-size: 20px;
        line-height: 200%;
        font-weight: 600;
    }

.hot-xian-di2 {
    color: rgb(102, 102, 102);
    line-height: 36px;
    margin-top: 40px;
    min-width: 280px;
}

.hot-xian-di3 .p1 {
    color: rgb(253, 188, 0);
    line-height: 80%;
    font-family: 方正舒体;
    font-size: 48px;
    margin-top: 65px;
}

.hot-xian-di3 .p2 {
    font-family: 华文行楷;
    font-size: 22px;
    color: rgb(204, 204, 204);
    line-height: 140%;
    margin-top: 10px;
}
