@charset "utf-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
ul,
li,
ol,
dl,
dt,
dd,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
textarea,
select,
input {
    margin: 0;
    padding: 0;
}

*:focus {
    outline: none;
}

html {
    height: 100%;
}

body {
    font: 12px/1.5 Arial, 'Microsoft YaHei', '宋体';
    color: #3b3b3b;
    background-color: #fff;
}

address,
cite,
dfn,
em,
var,
i {
    font-style: normal;
}

input,
button {
    font-family: 'Microsoft YaHei';
}

body,
div,
p {
    word-wrap: break-word;
}

b,
strong,
.strong {
    font-weight: 700;
}

ul,
ol,
li {
    list-style: none;
}

a {
    text-decoration: none;
    cursor: pointer;
    outline: none;
    color: #3b3b3b;
}

a {
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
}

    a:hover {
        color: #ff6a00;
    }

img {
    border: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input[type='text'] {
    -webkit-appearance: none;
}

.rel {
    position: relative;
}

.abs {
    position: absolute;
}

.normal {
    font-weight: 400;
}

.clearfix {
    zoom: 1;
}

    .clearfix:after {
        content: '.';
        display: block;
        clear: both;
        height: 0;
        visibility: hidden;
        line-height: 0;
        overflow: hidden;
    }

.fl {
    float: left;
}

.fr {
    float: right;
}

.txt-l {
    text-align: left !important;
}

.txt-r {
    text-align: right !important;
}

.txt-c {
    text-align: center !important;
}

.song {
    font-family: '宋体';
}

.over-x {
    overflow-x: hidden;
}

.nowrap {
    word-wrap: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.w1200 {
    width: 1200px;
    margin: auto;
    position: relative;
}

.color91 {
    color: #919191;
}

.f12 {
    font-size: 12px !important;
}

.f14 {
    font-size: 14px !important;
}

.f16 {
    font-size: 16px !important;
}

.f18 {
    font-size: 18px !important;
}

.f20 {
    font-size: 20px !important;
}

.f22 {
    font-size: 22px !important;
}

.f24 {
    font-size: 24px !important;
}

.f26 {
    font-size: 26px !important;
}

.f28 {
    font-size: 28px !important;
}

.f30 {
    font-size: 30px !important;
}

.ml10 {
    margin-left: 10px !important;
}

.ml20 {
    margin-left: 20px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt16 {
    margin-top: 16px;
}

.mt20 {
    margin-top: 20px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mb6 {
    margin-bottom: 6px;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb12 {
    margin-bottom: 12px;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb24 {
    margin-bottom: 24px;
}

.mb30 {
    margin-bottom: 30px !important;
}

.pr40 {
    padding-right: 40px !important;
}

.logo {
    float: left;
    display: block;
    width: 227px;
    height: 43px;
    background: url(https://www.dzsc.com/about/images/logo.png) no-repeat;
    text-indent: -999em;
    overflow: hidden;
}

.nav {
    float: right;
}

    .nav li {
        float: left;
        margin-left: 40px;
    }

        .nav li a {
            color: #fff;
            font-size: 16px;
        }

        .nav li.on a,
        .nav li:hover a {
            color: #ff9900;
        }

.index-title {
    text-align: center;
    position: relative;
    font-size: 24px;
    padding: 46px 0;
}

    .index-title span {
        position: absolute;
        z-index: 1;
        left: 0;
        right: 0;
        top: 42px;
        color: rgba(51, 51, 51, 0.05);
        font-weight: bold;
        pointer-events: none;
    }

    .index-title strong {
        position: relative;
        z-index: 2;
        color: #333333;
        display: inline-block;
        list-style-image: 31px;
    }

.list-title {
    text-align: center;
    padding: 52px 0 31px 0;
}

    .list-title strong {
        display: block;
        line-height: 31px;
        color: #333333;
        font-size: 24px;
        margin-bottom: 4px;
    }

    .list-title span {
        color: #999999;
        font-size: 16px;
        line-height: 20px;
        display: block;
    }

.contact-footer {
    background: #333333;
    color: #fff;
    text-align: center;
    line-height: 26px;
    padding: 20px 0;
}

    .contact-footer a {
        color: #fff;
    }

        .contact-footer a:hover {
            color: #ff9900;
        }

/*首页*/
.index-banner {
    height: 718px;
    background: url(.../images/banner1.png) no-repeat center top;
    padding-top: 20px;
}

.index-banner-dl {
    margin-top: 422px;
}

    .index-banner-dl dl {
        float: left;
        margin-right: 1px;
        width: 199px;
        background: rgba(255, 153, 0, 0.85);
        color: #fff;
        text-align: center;
        height: 116px;
        padding-top: 33px;
    }

    .index-banner-dl dt {
        height: 54px;
        font-size: 24px;
    }

        .index-banner-dl dt span {
            font-size: 41px;
        }

    .index-banner-dl dd {
        height: 19px;
        line-height: 19px;
        margin-top: 3px;
        font-size: 14px;
    }

.index-introduce {
    background: #f4f5f9;
    padding: 56px 0 140px 0;
}

.index-introduce-info {
    float: left;
    width: 624px;
    color: #333;
}

.index-introduce-img {
    float: right;
}

.index-introduce-info > div span {
    font-size: 16px;
    line-height: 43px;
}

.index-introduce-info > p {
    line-height: 26px;
    font-size: 14px;
    margin-bottom: 23px;
}

.index-introduce-info-btn {
    display: inline-block;
    width: 176px;
    height: 40px;
    background: #ff9900;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
}

    .index-introduce-info-btn img {
        position: relative;
        top: -3px;
        margin-left: 25px;
    }

    .index-introduce-info-btn:hover {
        color: #fff;
        opacity: 0.8;
    }

.index-introduce-values {
    position: absolute;
    left: 0;
    width: 1152px;
    bottom: -77px;
    background: #fff;
    height: 198px;
    color: #333333;
}

    .index-introduce-values dl {
        float: left;
        width: 190px;
        margin-right: 2px;
        border-bottom: 2px solid #ff9900;
        position: relative;
        height: 196px;
        text-align: center;
    }

        .index-introduce-values dl > span {
            position: absolute;
            right: -1px;
            display: block;
            width: 1px;
            height: 132px;
            background: #f5f5f5;
            top: 33px;
        }

        .index-introduce-values dl dt span {
            display: table-cell;
            width: 190px;
            height: 78px;
            text-align: center;
            vertical-align: middle;
        }

        .index-introduce-values dl dt p {
            line-height: 21px;
            font-size: 16px;
            margin-bottom: 7px;
        }

        .index-introduce-values dl dd {
            line-height: 22px;
            color: #666666;
            font-size: 14px;
        }

.index-presence {
    height: 854px;
    background: url(.../images/presence_bg.png) no-repeat center top;
}

    .index-presence ul li {
        float: left;
        width: 297px;
        height: 186px;
        margin: 5px;
    }

        .index-presence ul li img {
            width: 297px;
            height: 186px;
        }
/*.index-presence ul li:nth-child(4n){margin-right: 0;}*/
.viku-style {
    width: 1000px;
}

/*首页维库风采*/
.index-wkstyle {
    height: 534px;
    background: url(.../images/presence_bg.png) no-repeat center top;
}

    .index-wkstyle ul li {
        float: left;
        width: 297px;
        height: 186px;
        margin: 0 4px 4px 0;
    }

        .index-wkstyle ul li img {
            width: 297px;
            height: 186px;
        }

        .index-wkstyle ul li:nth-child(4n) {
            margin-right: 0;
        }

.gm-title {
    font-size: 14px;
    float: right;
}

.index-course {
    height: 471px;
    background: url(.../images/course_bg.png) no-repeat center top;
}

    .index-course .index-title span {
        color: rgba(255, 255, 255, 0.05);
    }

    .index-course .index-title strong {
        color: #fff;
    }

.index-course-slide {
    width: 1000px;
    margin: 6px auto 0;
    position: relative;
    top: -43px;
}

    .index-course-slide .bd li {
        width: 139px;
        height: 153px;
        background: url(.../images/course_libg.png) no-repeat center bottom;
        float: left;
        margin-right: 76px;
        position: relative;
        padding: 65px 0 0 0;
        text-align: center;
    }

        .index-course-slide .bd li div {
            color: #fff;
            font-size: 30px;
            line-height: 71px;
        }

        .index-course-slide .bd li p {
            line-height: 16px;
            color: #999999;
            width: 122px;
            margin: 5px auto 0;
            text-align: left;
        }

        .index-course-slide .bd li i {
            display: block;
            width: 42px;
            height: 42px;
            background: url(.../images/course_ibg1.png) no-repeat;
            position: absolute;
            left: 49px;
            top: 0px;
        }

        .index-course-slide .bd li.on i {
            background: url(.../images/course_ibg2.png) no-repeat;
        }

    .index-course-slide a {
        display: block;
        width: 50px;
        height: 35px;
        background: url(.../images/btn_bg.png) no-repeat;
        position: absolute;
        top: 81px;
        text-align: center;
        padding-top: 15px;
    }

    .index-course-slide .prev {
        left: -100px;
    }

    .index-course-slide .next {
        right: -100px;
    }

.index-certificate {
    height: 923px;
    background: url(.../images/certificate_bg.png) no-repeat center top;
}

.index-certificate-dl {
    width: 1212px;
}

.index-certificate dl {
    float: left;
    width: 232px;
    height: 374px;
    background: #fff;
    margin: 0 11px 10px 0;
    padding: 0 30px;
}

.index-certificate dt {
    border-bottom: 1px solid #f4f5f9;
    width: 229px;
    height: 281px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.index-certificate dd {
    text-align: center;
    line-height: 22px;
    padding-top: 20px;
    font-size: 14px;
    color: #333;
}

.index-address {
    height: 634px;
    background: url(.../images/address_bg.png) no-repeat center top;
    position: relative;
    overflow: hidden;
}

    .index-address .index-title {
        text-align: left;
    }

        .index-address .index-title span {
            top: 30px;
        }

.index-address-list {
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: 50px;
    width: 910px;
}

.index-address-list-item {
    height: 160px;
    padding: 51px 0 0 40px;
}

    .index-address-list-item h3 {
        font-weight: normal;
        line-height: 29px;
        font-size: 22px;
        color: #343434;
    }

    .index-address-list-item p {
        line-height: 22px;
        font-size: 14px;
        color: #555;
        padding-left: 20px;
        position: relative;
        margin-top: 10px;
    }

        .index-address-list-item p i {
            position: absolute;
            left: 0;
            top: 4px;
        }

        .index-address-list-item p .i-address {
            width: 11px;
            height: 13px;
            display: block;
            background: url(.../images/address.png) no-repeat;
        }

        .index-address-list-item p .i-phone {
            width: 12px;
            height: 12px;
            display: block;
            background: url(.../images/phone.png) no-repeat;
        }

    .index-address-list-item:nth-child(2) {
        background: rgba(242, 242, 242, 0.5);
    }

    .index-address-list-item:nth-child(3) {
        background: rgba(242, 242, 242, 0.5);
    }

    .index-address-list-item:nth-child(1) {
        background: rgba(255, 153, 0, 0.6);
    }

        .index-address-list-item:nth-child(1) h3,
        .index-address-list-item:nth-child(1) p {
            color: #fff;
        }

.index-dynamic {
    height: 511px;
    background: url(.../images/dynamic_bg.png) no-repeat center top;
}

    .index-dynamic .index-title span {
        color: rgba(255, 255, 255, 0.05);
    }

    .index-dynamic .index-title strong {
        color: #fff;
    }

.index-dynamic-list {
    padding: 0 34px 0 21px;
    background: #fff;
    width: 540px;
}

    .index-dynamic-list li {
        padding: 20px 0;
        border-bottom: 1px solid #f2f2f2;
        color: #999999;
    }

        .index-dynamic-list li div {
            float: left;
            width: 84px;
            height: 74px;
            background: #f2f2f2;
            text-align: center;
            margin-right: 20px;
        }

            .index-dynamic-list li div strong {
                font-size: 30px;
                line-height: 40px;
                display: block;
                margin-top: 9px;
            }

            .index-dynamic-list li div span {
                display: block;
                line-height: 19px;
                font-size: 14px;
            }

        .index-dynamic-list li a {
            display: block;
            line-height: 19px;
            font-size: 14px;
            color: #333333;
            margin-bottom: 13px;
        }

            .index-dynamic-list li a:hover {
                color: #ff9900;
            }

        .index-dynamic-list li p {
            line-height: 22px;
            font-size: 14px;
            height: 44px;
            overflow: hidden;
        }

        .index-dynamic-list li:last-child {
            border-bottom: 0;
        }

/*荣誉证书*/
.certificate-banner {
    height: 660px;
    background: url(.../images/banner2.jpg) no-repeat center top;
    padding-top: 20px;
}

.certificate-list {
    background: #f4f5f9;
    padding-bottom: 40px;
}

.certificate-list-dl {
    width: 1212px;
}

    .certificate-list-dl dl {
        float: left;
        width: 232px;
        height: 374px;
        background: #fff;
        margin: 0 11px 10px 0;
        padding: 0 30px;
    }

    .certificate-list-dl dt {
        border-bottom: 1px solid #f4f5f9;
        width: 229px;
        height: 281px;
        display: table-cell;
        text-align: center;
        vertical-align: middle;
    }

    .certificate-list-dl dd {
        text-align: center;
        line-height: 22px;
        padding-top: 20px;
        font-size: 14px;
        color: #333;
    }

/*产品与服务*/
.product-banner {
    height: 660px;
    background: url(.../images/banner3.jpg) no-repeat center top;
    padding-top: 20px;
}

.product-list {
    background: #f4f5f9;
    padding-bottom: 41px;
}

.product-list-item {
    width: 590px;
    background: #fff;
}

    .product-list-item div {
        padding: 30px 39px 0 51px;
    }

        .product-list-item div h3 {
            border-bottom: 1px solid #f4f5f9;
            padding-bottom: 20px;
        }

            .product-list-item div h3 strong {
                display: block;
                line-height: 31px;
                color: #333333;
                font-size: 24px;
                margin-bottom: 10px;
            }

            .product-list-item div h3 p {
                font-weight: normal;
                line-height: 21px;
            }

    .product-list-item a {
        display: block;
        width: 100%;
        height: 60px;
        background: #ff9900;
        text-align: center;
        line-height: 60px;
        color: #fff;
        font-size: 16px;
    }

    .product-list-item ul {
        padding: 20px 0 15px 0;
    }

        .product-list-item ul li {
            line-height: 30px;
            color: #999999;
            font-size: 16px;
        }

            .product-list-item ul li i {
                display: inline-block;
                width: 13px;
                height: 12px;
                background: url(.../images/gou.png) no-repeat;
                margin-right: 6px;
            }

.product-list-div {
    padding: 20px;
    background: #fff;
}

    .product-list-div .product-list-item {
        width: 520px;
    }

        .product-list-div .product-list-item div {
            padding: 10px 0 0 0;
        }

            .product-list-div .product-list-item div h3 p {
                line-height: 25px;
            }

.product-list2 {
    height: 637px;
    background: url(.../images/product_bg.png) no-repeat center top;
    padding: 45px 0 50px 0;
}

    .product-list2 .product-list-item div h3 strong {
        margin-bottom: 0;
    }

    .product-list2 .product-list-item div {
        padding: 30px 39px 30px 51px;
    }

        .product-list2 .product-list-item div > p {
            line-height: 28px;
            color: #333;
            font-size: 16px;
            margin: 20px 0 53px 0;
        }

.product-service {
    padding-bottom: 50px;
}

.product-service-title {
    text-align: center;
    line-height: 31px;
    font-size: 24px;
    color: #333;
    margin: 50px 0 30px 0;
    font-weight: bold;
}

.product-service th {
    background: #1759c2;
    height: 50px;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
}

.product-service thead {
    border: 1px solid #1759c2;
    border-top: 0;
    border-bottom: 0;
}

.product-service tbody {
    border: 1px solid #d6d6d6;
    border-top: 0;
}

.product-service td {
    text-align: center;
    height: 50px;
    font-size: 16px;
    color: #333333;
}

/*诚聘英才*/
.recruit-banner {
    height: 660px;
    background: url(.../images/banner4.jpg) no-repeat center top;
    padding-top: 20px;
}

.recruit-list {
    background: #f4f5f9;
    text-align: center;
    padding-bottom: 50px;
}

.recruit-post {
    padding-bottom: 50px;
}

.recruit-post-tab-li {
    float: left;
    width: 142px;
    border-top: 1px solid #f4f5f9;
}

    .recruit-post-tab-li li {
        border: 1px solid #f4f5f9;
        border-top: 0;
        height: 59px;
        line-height: 59px;
        text-align: center;
        color: #333333;
        font-size: 16px;
        cursor: pointer;
        transition: all 0.2s;
        -moz-transition: all 0.2s;
        -webkit-transition: all 0.2s;
        -o-transition: all 0.2s;
    }

        .recruit-post-tab-li .on,
        .recruit-post-tab-li li:hover {
            color: #fff;
            background: #ff9900;
            border-color: #ff9900;
        }

.recruit-post-tab-box {
    float: left;
    width: 903px;
    border: 1px solid #f4f5f9;
    font-size: 16px;
    color: #333;
}

    .recruit-post-tab-box p {
        line-height: 25px;
    }

.recruit-post-tab-head {
    padding: 18px 0;
    border-bottom: 1px solid #f4f5f9;
}

    .recruit-post-tab-head span {
        float: left;
        width: 170px;
        text-align: center;
    }

.recruit-post-tab-body {
    position: relative;
    padding: 20px 0 0 170px;
    height: 157px;
}

    .recruit-post-tab-body span {
        position: absolute;
        left: 0;
        top: 20px;
        width: 170px;
        text-align: center;
        line-height: 25px;
    }

.recruit-post-tab-item {
    display: none;
}

    .recruit-post-tab-item.show {
        display: block;
    }

.recruit-address {
    background: #f4f5f9;
    padding: 20px 0 6px 26px;
}

    .recruit-address p {
        line-height: 19px;
        margin-bottom: 14px;
        color: #333333;
        font-size: 14px;
    }

        .recruit-address p span {
            display: inline-block;
        }

/*联系我们*/
.contact-banner {
    height: 660px;
    background: url(.../images/banner5.jpg) no-repeat center top;
    padding-top: 20px;
}

.contact-info {
    background: #f4f5f9;
}

.contact-info-cont {
    background: #fff;
    position: relative;
    top: -154px;
    padding: 0 72px;
}

.contact-info-item {
    border-bottom: 1px solid #f4f5f9;
    padding: 50px 0 34px 0;
}

    .contact-info-item div {
        margin-bottom: 14px;
    }

    .contact-info-item h3 {
        line-height: 24px;
        color: #ff9900;
        font-size: 18px;
        margin-bottom: 20px;
    }

    .contact-info-item span {
        float: left;
        display: block;
        width: 132px;
        line-height: 21px;
        color: #333333;
        font-size: 16px;
    }

    .contact-info-item ul {
        display: flex;
    }

        .contact-info-item ul li {
            width: 100%;
            color: #999999;
            font-size: 16px;
            line-height: 21px;
        }

    .contact-info-item:last-child {
        border-bottom: 0;
    }
/* 认证服务 */
.service-banner {
    height: 660px;
    background: url(https://www.dzsc.com/about/cert/images/banner7.png) no-repeat center top;
    padding-top: 20px;
    position: relative;
}

.service-cont {
    background: #f4f5f9;
}

.service-cont-left {
    width: 320px;
}

    .service-cont-left img {
        width: 320px;
        margin-bottom: 30px;
    }

    .service-cont-left .service-list {
        width: 320px;
        padding: 26px 48px 34px 48px;
        box-sizing: border-box;
        border: 1px solid #b5b5b5;
    }

.service-list-title h2 {
    width: 180px;
    margin-left: -48px;
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333335;
    line-height: 46px;
    border-left: 22px solid #fe9900;
    padding-left: 25px;
}

.service-list-item li a {
    display: inline-block;
    width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 29px;
}

.service-cont-box {
    width: 838px;
    background: #ffffff;
    box-shadow: 0px 1px 4px 0px #dddddd;
    padding: 22px 24px 26px 24px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

    .service-cont-box h3 {
        font-size: 18px;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #ffffff;
        line-height: 35px;
        background: #fe9900;
        padding: 0 24px;
        display: inline-block;
        margin-left: -24px;
        margin-bottom: 24px;
    }

    .service-cont-box h4 {
        font-size: 18px;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #ffffff;
        line-height: 35px;
        background: #fe9900;
        padding: 0 24px;
        display: block;
        margin-left: -24px;
        margin-bottom: 12px;
        width: 90px;
        text-align: center;
    }

    .service-cont-box p {
        font-size: 14px;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #888888;
        line-height: 24px;
    }

        .service-cont-box p > img {
            vertical-align: middle;
        }

.color_o {
    font-weight: bold;
    color: #fe9900;
}

strong.color_o {
    display: block;
    flex: 1;
    /* float: right; */
    height: 25px;
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #fe9900;
    padding-left: 36px;
}

#p_FE0000 {
    color: #fe0000;
}

h2.p_FE0000 {
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #ff0000;
    line-height: 46px;
}

.flex_box {
    display: flex;
}

.cert_service_img {
    vertical-align: bottom;
    height: 22px;
    line-height: 22px;
    text-align: center;
    border-radius: 4px;
    background-color: red;
    width: 60px;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    margin: 0 4px;
}

.service-cont-box table {
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #666666;
}

.service-cont-box th,
tr,
td {
    border-color: #a7a7a7;
}

.service-cont-box td {
    height: 60px;
    padding: 8px;
}

    .service-cont-box td > p {
        max-height: 300px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 12;
        -webkit-box-orient: vertical;
        color: #666;
    }

#lineTd {
    background: #ddd url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxsaW5lIHgxPSIwIiB5MT0iMCIgeDI9IjEwMCUiIHkyPSIxMDAlIiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjEiLz48L3N2Zz4=) no-repeat 100% center;
}

.collect_btn {
    display: block;
    background: url(https://www.dzsc.com/about/cert/images/collect_btn.png) no-repeat;
    width: 128px;
    height: 34px;
    margin: 24px auto 0;
    text-align: center;
    line-height: 34px;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #ffffff;
}

    .collect_btn:hover {
        color: #fff;
    }

.service-cont-right {
    width: 840px;
}

    .service-cont-right .about-cont-title > p {
        text-transform: uppercase;
        margin-bottom: 15px;
    }
/*关于我们*/
.about-banner {
    height: 660px;
    background: url(https://www.dzsc.com/about/images/banner6.jpg) no-repeat center top;
    padding-top: 20px;
    position: relative;
}

.about-nav {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 1200px;
    margin-left: -600px;
}

    .about-nav li {
        height: 70px;
        line-height: 70px;
        text-align: center;
        width: 20%;
        float: left;
        transition: all 0.2s;
        -moz-transition: all 0.2s;
        -webkit-transition: all 0.2s;
        -o-transition: all 0.2s;
    }

        .about-nav li a {
            color: #fff;
            font-size: 16px;
            display: block;
        }

        .about-nav li.on,
        .about-nav li:hover {
            background: #ff9900;
        }

.about-cont {
    padding: 30px 0;
}

.about-cont-left {
    width: 392px;
}

.about-cont-right {
    width: 768px;
}

.about-cont-title div {
    line-height: 26px;
    margin-bottom: 5px;
    font-size: 20px;
    color: #333;
}

.about-cont-title p {
    line-height: 20px;
    font-size: 16px;
    color: #999;
}

.about-cont-synopsis p {
    line-height: 26px;
    font-size: 14px;
    color: #999;
    margin-top: 30px;
}

.about-cont-culture {
    margin: 16px 0 30px 0;
}

    .about-cont-culture li {
        float: left;
        width: 272px;
        height: 131px;
        color: #333;
        border-bottom: 3px solid #ff9900;
        margin: 0 20px 20px 0;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
        padding: 19px 0 0 74px;
        position: relative;
        transition: all 0.2s;
        -moz-transition: all 0.2s;
        -webkit-transition: all 0.2s;
        -o-transition: all 0.2s;
    }

        .about-cont-culture li div {
            line-height: 21px;
            font-size: 16px;
            margin-bottom: 8px;
        }

        .about-cont-culture li p {
            line-height: 20px;
            font-size: 14px;
            margin-bottom: 8px;
        }

        .about-cont-culture li span {
            display: inline-block;
            line-height: 14px;
            color: #999;
        }

        .about-cont-culture li i {
            display: block;
            position: absolute;
        }

        .about-cont-culture li .about-ico1 {
            left: 30px;
            top: 19px;
            width: 27px;
            height: 29px;
            background: url(.../images/about_ico1.png) no-repeat;
        }

        .about-cont-culture li .about-ico2 {
            left: 30px;
            top: 19px;
            width: 27px;
            height: 27px;
            background: url(.../images/about_ico2.png) no-repeat;
        }

        .about-cont-culture li .about-ico3 {
            left: 30px;
            top: 23px;
            width: 27px;
            height: 25px;
            background: url(.../images/about_ico3.png) no-repeat;
        }

        .about-cont-culture li .about-ico4 {
            left: 31px;
            top: 23px;
            width: 25px;
            height: 23px;
            background: url(.../images/about_ico4.png) no-repeat;
        }

        .about-cont-culture li .about-ico5 {
            left: 31px;
            top: 22px;
            width: 33px;
            height: 24px;
            background: url(.../images/about_ico5.png) no-repeat;
        }

        .about-cont-culture li .about-ico6 {
            left: 31px;
            top: 20px;
            width: 25px;
            height: 25px;
            background: url(.../images/about_ico6.png) no-repeat;
        }

        .about-cont-culture li .about-ico7 {
            left: 34px;
            top: 23px;
            width: 20px;
            height: 21px;
            background: url(.../images/about_ico7.png) no-repeat;
        }

        .about-cont-culture li:hover {
            background: #1759c2;
            color: #fff;
            border-bottom-color: #1759c2;
        }

            .about-cont-culture li:hover span {
                color: #fff;
            }

            .about-cont-culture li:hover .about-ico1 {
                background: url(.../images/about_ico11.png) no-repeat;
            }

            .about-cont-culture li:hover .about-ico2 {
                background: url(.../images/about_ico12.png) no-repeat;
            }

            .about-cont-culture li:hover .about-ico3 {
                background: url(.../images/about_ico13.png) no-repeat;
            }

            .about-cont-culture li:hover .about-ico4 {
                background: url(.../images/about_ico14.png) no-repeat;
            }

            .about-cont-culture li:hover .about-ico5 {
                background: url(.../images/about_ico15.png) no-repeat;
            }

            .about-cont-culture li:hover .about-ico6 {
                background: url(.../images/about_ico16.png) no-repeat;
            }

            .about-cont-culture li:hover .about-ico7 {
                background: url(.../images/about_ico17.png) no-repeat;
            }

.about-cont-vikul img {
    margin-bottom: 44px;
}

.chairman {
    height: 440px;
    background: url(.../images/about_bg.jpg) no-repeat center top;
}

.about-cont-chairman p {
    font-size: 14px;
    color: #333;
    line-height: 26px;
    margin-top: 20px;
}

    .about-cont-chairman p img {
        margin-left: 24px;
    }

.dynamic {
    background: #f4f5f9;
}

.about-cont-dynamic {
    background: #fff;
    margin-top: 10px;
}

.about-cont-dynamic-list {
    padding: 0 20px;
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
}

    .about-cont-dynamic-list a {
        display: block;
        padding: 20px 0 20px 104px;
        border-bottom: 1px solid #f2f2f2;
        position: relative;
        min-height: 74px;
    }

    .about-cont-dynamic-list span {
        position: absolute;
        left: 0;
        top: 20px;
        display: block;
        width: 84px;
        height: 74px;
        background: #f2f2f2;
        color: #999999;
        font-size: 14px;
        text-align: center;
        transition: all 0.2s;
        -moz-transition: all 0.2s;
        -webkit-transition: all 0.2s;
        -o-transition: all 0.2s;
    }

        .about-cont-dynamic-list span strong {
            font-size: 30px;
            display: block;
            line-height: 40px;
            margin-top: 9px;
        }

        .about-cont-dynamic-list span em {
            display: block;
            line-height: 20px;
        }

    .about-cont-dynamic-list div {
        line-height: 20px;
        margin-bottom: 13px;
        height: 20px;
        overflow: hidden;
        font-size: 14px;
        color: #333;
    }

    .about-cont-dynamic-list p {
        line-height: 20px;
        font-size: 14px;
        color: #999;
        max-height: 40px;
        overflow: hidden;
    }

    .about-cont-dynamic-list:hover {
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.06);
    }

        .about-cont-dynamic-list:hover span {
            background: #ff9900;
            color: #fff;
        }

.about-logo {
    background: #f4f5f9;
}

.about-cont-logo {
    background: #fff;
    padding: 20px 20px 20px 190px;
    position: relative;
    min-height: 150px;
    color: #333;
    margin-top: 20px;
}

    .about-cont-logo img {
        position: absolute;
        left: 20px;
        top: 20px;
    }

    .about-cont-logo h3 {
        font-size: 16px;
        line-height: 21px;
        margin-bottom: 5px;
    }

    .about-cont-logo p {
        line-height: 25px;
        font-size: 14px;
    }

/*帮助中心*/
.help-banner {
    height: 660px;
    background: url(.../images/banner7.jpg) no-repeat center top;
    padding-top: 20px;
    position: relative;
}

.help-nav {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 1200px;
    margin-left: -600px;
}

    .help-nav li {
        height: 70px;
        line-height: 70px;
        text-align: center;
        width: 12.5%;
        float: left;
        transition: all 0.2s;
        -moz-transition: all 0.2s;
        -webkit-transition: all 0.2s;
        -o-transition: all 0.2s;
    }

        .help-nav li a {
            color: #fff;
            font-size: 16px;
            display: block;
        }

        .help-nav li.on,
        .help-nav li:hover {
            background: #ff9900;
        }

.help-search {
    width: 1200px;
    position: absolute;
    left: 50%;
    top: 309px;
    margin-left: -600px;
    text-align: center;
}

.help-search-box {
    width: 846px;
    height: 54px;
    padding: 9px 11px;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.17);
    margin: 0 auto;
}

    .help-search-box i {
        display: block;
        float: left;
        width: 66px;
        height: 54px;
        border-radius: 4px 0 0 4px;
        background: url(.../images/help1.png) no-repeat center center #fff;
        border-right: 1px solid #d2d2d2;
    }

    .help-search-box input[type='text'] {
        float: left;
        height: 34px;
        width: 612px;
        background: #fff;
        border: 0;
        padding: 10px;
        font-size: 14px;
    }

    .help-search-box input[type='submit'] {
        float: left;
        width: 147px;
        background: #ff9900;
        color: #fff;
        font-size: 16px;
        border: 0;
        height: 54px;
        cursor: pointer;
        border-radius: 0 4px 4px 0;
    }

        .help-search-box input[type='submit']:hover {
            background: #ffaf36;
        }

.help-search-hot {
    color: #d2d2d2;
    line-height: 19px;
    margin-top: 19px;
}

    .help-search-hot a {
        color: #d2d2d2;
        margin-right: 20px;
    }

        .help-search-hot a:hover {
            color: #ff9900;
        }

.help-cont {
    padding: 30px 0;
    background: #f4f5f9;
}

    .help-cont .w1200 {
        background: #fff;
    }

.help-cont-left {
    width: 240px;
}

.help-cont-right {
    width: 959px;
    border-left: 1px solid #f2f2f2;
}

.help-cont-left-title {
    height: 120px;
    background: url(.../images/help_left_bg.jpg) no-repeat;
    padding-left: 20px;
    color: #fff;
}

    .help-cont-left-title div {
        line-height: 35px;
        padding: 24px 0 3px 0;
        font-size: 26px;
    }

    .help-cont-left-title p {
        line-height: 19px;
        font-size: 14px;
    }

    .help-cont-left-title span {
        margin-top: 11px;
        display: inline-block;
        width: 22px;
        height: 0;
        border-top: 1px dashed #fff;
    }

.help-breadcrumb {
    line-height: 82px;
    border-bottom: 1px solid #f4f5f9;
    padding-left: 39px;
    color: #666;
}

    .help-breadcrumb a {
        color: #666;
    }

        .help-breadcrumb a:hover {
            color: #ff9900;
        }

    .help-breadcrumb span {
        font-family: '宋体';
        margin: 0 10px;
    }

.hotspot li {
    border-bottom: 1px solid #f4f5f9;
    padding: 0 20px;
}

    .hotspot li p {
        line-height: 50px;
        font-size: 16px;
        color: #333;
        padding-left: 32px;
        position: relative;
        cursor: pointer;
    }

        .hotspot li p a {
            color: #333;
            display: block;
        }

            .hotspot li p a:hover {
                color: #ff9900;
            }

        .hotspot li p i {
            display: block;
            position: absolute;
            left: 0;
            top: 21px;
            background: url(.../images/help2.png) no-repeat;
            width: 8px;
            height: 8px;
        }

    .hotspot li div {
        display: none;
    }

        .hotspot li div a {
            display: block;
            padding-left: 36px;
            color: #666;
            font-size: 14px;
            border-top: 1px dashed #f4f5f9;
            line-height: 41px;
        }

            .hotspot li div a:hover {
                color: #ff9900;
            }

    .hotspot li.on p i {
        background: url(.../images/help3.png) no-repeat;
    }

    .hotspot li.on div {
        display: block;
    }

    .hotspot li .select {
        color: #ff9900;
    }

.help-question {
    padding: 30px 30px 50px 40px;
}

.help-question-list {
    width: 887px;
    border: 1px solid #f4f5f9;
    margin-bottom: 22px;
}

.help-question-list-title {
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    color: #666;
    padding-left: 20px;
    position: relative;
    cursor: pointer;
}

    .help-question-list-title i {
        display: block;
        position: absolute;
        right: 14px;
        top: 12px;
        background: url(.../images/help4.png) no-repeat;
        width: 21px;
        height: 21px;
    }

.help-question-list-cont {
    padding: 0 30px 30px 30px;
    display: none;
    overflow: hidden;
}

.help-question-list.on .help-question-list-cont {
    display: block;
}

.help-question-list.on .help-question-list-title i {
    background: url(.../images/help5.png) no-repeat;
}

.help-download {
    padding: 30px 30px 30px 40px;
}

    .help-download li {
        border: 1px solid #f4f5f9;
        height: 46px;
        line-height: 46px;
        padding-left: 20px;
        font-size: 16px;
        margin-bottom: 20px;
        position: relative;
    }

        .help-download li a {
            color: #666;
            display: block;
        }

        .help-download li i {
            position: absolute;
            right: 269px;
            top: 13px;
            width: 19px;
            height: 19px;
            display: block;
            background: url(.../images/down1.png) no-repeat;
        }

        .help-download li:hover a {
            color: #ff9900;
        }

        .help-download li:hover i {
            background: url(.../images/down2.png) no-repeat;
        }

.copy-tab-li li {
    border-bottom: 1px solid #f4f5f9;
    line-height: 51px;
    padding-left: 53px;
    font-size: 16px;
    color: #333;
    cursor: pointer;
}

    .copy-tab-li li.on {
        color: #ff9900;
    }

.copy-cont {
    color: #333;
    padding: 0 32px 25px 40px;
    display: none;
}

    .copy-cont.show {
        display: block;
    }

    .copy-cont h2 {
        text-align: center;
        line-height: 21px;
        font-size: 16px;
        margin: 50px 0 18px 0;
    }

    .copy-cont h3 {
        font-size: 14px;
        margin-top: 30px;
    }

    .copy-cont p {
        text-indent: 2em;
        font-size: 14px;
        color: #666;
        line-height: 27px;
    }

    .copy-cont div {
        font-size: 14px;
        color: #666;
    }

    .copy-cont p i {
        font-size: 20px;
    }

    .copy-cont .address {
        border: 1px solid #f7f7f7;
        padding: 20px 0;
        width: 784px;
    }

.pay-cont {
    padding: 0 32px 25px 40px;
}

    .pay-cont p {
        font-size: 14px;
        color: #666;
        line-height: 27px;
    }

        .pay-cont p .red {
            color: #ff0000;
        }

.links-cont {
    padding: 40px 50px 50px 40px;
}

    .links-cont td {
        border: 1px solid #f4f5f9;
    }

.link-img img {
    margin: 0 42px 20px 42px;
}

.contacts {
    padding: 20px 10px 0 15px;
    font-size: 14px;
    color: #333;
    line-height: 28px;
}

.help-blacklist {
    padding: 10px 30px 50px 40px;
}

    .help-blacklist .help-question-list-cont {
        padding: 0 20px 15px 20px;
    }

.help-blacklist-details {
    background: #f9f9f9;
    padding: 14px 19px;
}

    .help-blacklist-details p {
        line-height: 28px;
        color: #333;
        font-size: 14px;
        position: relative;
    }

        .help-blacklist-details p label {
            position: absolute;
            left: 0;
            top: 0;
            white-space: pre;
        }

        .help-blacklist-details p span {
            display: block;
            margin-left: 100px;
            min-height: 28px;
        }

.help-blacklist h2 {
    margin: 50px 0 12px 0;
    line-height: 21px;
}

.help-blacklist-tips {
    border: 1px solid #f4f5f9;
    padding: 32px 0 26px 38px;
}

    .help-blacklist-tips h3 {
        font-size: 16px;
        line-height: 21px;
        color: #333;
        margin-bottom: 14px;
    }

    .help-blacklist-tips p {
        line-height: 29px;
        color: #666;
        font-size: 14px;
        text-indent: 2em;
        width: 697px;
    }

    .help-blacklist-tips div {
        line-height: 29px;
        color: #666;
        font-size: 14px;
        width: 697px;
    }

    .help-blacklist-tips p i {
        font-size: 20px;
    }

.help-service {
    padding: 38px 0 184px 39px;
}

    .help-service dl {
        float: left;
        width: 256px;
        height: 151px;
        background: #1759c2;
        margin: 0 20px 0 0;
        color: #fff;
        padding: 23px 0 0 20px;
    }

    .help-service dt {
        line-height: 24px;
        margin-bottom: 11px;
        font-size: 18px;
    }

    .help-service dd {
        position: relative;
        padding-left: 62px;
        min-height: 16px;
        margin-bottom: 10px;
    }

        .help-service dd label {
            position: absolute;
            left: 0;
            top: 0;
            line-height: 16px;
        }

        .help-service dd p {
            line-height: 19px;
        }

            .help-service dd p img {
                float: left;
                margin-right: 6px;
                position: relative;
                top: 2px;
            }

.suggestions-cont {
    padding: 38px 174px 50px 40px;
}

.suggestions-radio span {
    display: block;
    float: left;
    width: 92px;
    height: 38px;
    border: 1px solid #f4f5f9;
    margin-right: 40px;
    text-align: center;
    line-height: 38px;
    font-size: 14px;
    color: #666;
    cursor: pointer;
}

.suggestions-radio .on {
    border-color: #ff9900;
    background: #ff9900;
    color: #fff;
}

.suggestions-cont p {
    line-height: 19px;
    color: #666;
    font-size: 14px;
    margin-bottom: 10px;
}

.suggestions-cont textarea {
    width: 725px;
    height: 233px;
    border-color: #f4f5f9;
    resize: none;
    padding: 10px;
    line-height: 20px;
    margin-bottom: 15px;
}

.suggestions-cont input[type='text'] {
    border: 1px solid #f4f5f9;
    width: 335px;
    height: 28px;
    padding: 5px 10px;
}

.suggestions-cont input[type='submit'] {
    width: 201px;
    height: 40px;
    background: #ff9900;
    color: #fff;
    font-size: 14px;
    border: 0;
    cursor: pointer;
    margin-top: 50px;
}

    .suggestions-cont input[type='submit']:hover {
        opacity: 0.8;
    }
/*翻页*/
.pagination {
    margin: 20px 0;
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

    .pagination a {
        background: #fff;
        display: inline-block;
        padding: 0 13px;
        height: 28px;
        line-height: 28px;
        border: 1px solid #f4f5f9;
        font-size: 12px;
        color: #333;
        float: left;
        margin-left: -1px;
    }

    .pagination span {
        color: #333;
        margin: 0 0 0 100px;
        float: left;
        line-height: 30px;
    }

        .pagination span strong {
            color: #ff9900;
            margin: 0 5px;
        }

    .pagination a:hover {
        color: #ff9900;
    }

    .pagination a.current {
        border-color: #ff9900;
        color: #333;
        margin-right: 2px;
    }

    .pagination .disbled {
        color: #ddd;
    }

        .pagination .disbled:hover {
            color: #ddd;
        }

    .pagination .prev {
        margin-right: 20px;
    }

    .pagination .next {
        margin-left: 20px;
    }

.pages {
    text-align: center;
}

.service-list-item {
    max-height: 340px;
    /*overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin;*/
    width: 270px;
}

    .service-list-item::-webkit-scrollbar {
        width: 7px;
    }

    .service-list-item::-webkit--track {
        -webkit-box-shadow: inset 0 0 6px #b5b5b5;
        border-radius: 10px;
    }

    .service-list-item::-webkit-scrollbar-thumb {
        width: 7px;
        height: 10px;
        background: #b5b5b5;
        border-radius: 4px;
    }

.evaluation .company_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .evaluation .company_list li {
        margin-bottom: 8px;
        margin-left: 24px;
    }

.evaluation label {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .evaluation label input[type='radio'] {
        margin-right: 4px;
    }

.evaluation .company_list li span {
    display: inline-block;
    width: 351px;
    font-size: 14px;
}

input[type='radio'] {
    width: 16px;
    height: 16px;
    margin: 0 4px 0 0;
    appearance: none;
    position: relative;
    background: #fff;
    border-radius: 50%;
    display: inline-block;
    vertical-align: text-bottom;
    appearance: none;
    background: url(../images/unselected.png);
    cursor: pointer;
}

    input[type='radio']:checked::before {
        content: '';
        background: url(../images/selected.png);
        position: absolute;
        width: 100%;
        height: 100%;
    }

    input[type='radio']:checked {
        background: 0 0;
    }

.evaluation h5 {
    color: #333333;
    line-height: 22px;
    font-size: 16px;
    font-weight: 500;
}

.judge_head {
    display: flex;
}

    .judge_head label {
        padding: 8px 24px;
        box-sizing: border-box;
        min-width: 162px;
        height: 32px;
        font-size: 14px;
    }

.judge_main {
    display: none;
    padding: 24px 32px;
    background: #fffaf3;
    border: 1px solid #ffd99f;
    margin-top: -1px;
    font-size: 14px;
}

    .judge_main h6 {
        color: #222222;
        line-height: 20px;
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 12px;
        margin-top: 24px;
    }

        .judge_main h6:first-child {
            margin-top: 0;
        }

    .judge_main .evaluation_head {
        display: flex;
        color: #666666;
    }

    .judge_main .evaluation_main {
        display: none;
        margin-top: 12px;
    }

        .judge_main .evaluation_main label {
            justify-content: flex-start;
            margin-bottom: 8px;
        }

.flex_start label {
    justify-content: flex-start;
    color: #666666;
    margin-bottom: 4px;
}

.judge_main .evaluation_main label:last-child {
    margin-bottom: 0;
}

.judge_main .evaluation_main label span {
    margin-right: 8px;
    color: #666666;
}

.judge_main .evaluation_main label input {
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 2px 2px 2px 2px;
    padding: 4px 8px;
    width: 240px;
}

    .judge_main .evaluation_main label input:focus {
        border: 1px solid #ff9900;
    }

    .judge_main .evaluation_main label input::placeholder {
        color: #999999;
    }

.judge_main .evaluation_head label {
    margin-right: 24px;
}

.judge_main p {
    font-size: 12px;
    color: #999999;
    line-height: 16px;
    margin-top: 20px;
}

    .judge_main p i {
        color: #f43131;
    }

.judge_head .heard {
    background: #fffaf3;
    border: 1px solid #ffd99f;
    border-bottom: none;
    color: #666;
}

.judge_footer {
    margin-top: 24px;
}

    .judge_footer button {
        border: none;
        padding: 0px 32px;
        font-size: 18px;
        border-radius: 6px 6px 6px 6px;
        font-weight: 500;
        line-height: 34px;
        height: 34px;
        cursor: pointer;
    }

    .judge_footer .submit {
        background: linear-gradient(90deg, #fd8b01 0%, #f84302 100%);
        color: #ffffff;
    }

    .judge_footer .reset {
        background: #e6e6e6;
        color: #969696;
        margin-left: 8px;
    }
