﻿@charset "UTF-8";
/* 通用样式表 */
* {
    padding: 0;
    margin: 0;
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    height: 100%;
    min-width: 1200px;
}

body {
    font-family: "Microsoft Yahei";
    font-size: 14px;
    color: #333333;
    height: 100%;
    background: #f4f6f7;
    min-width: 1200px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    border: none;
}

h1, h2, h3, h4, h5, h6, p {
    font-size: 100%;
    margin: 0;
}

input, label, img, th {
    vertical-align: middle;
    display: inline-block;
    border: 0;
    outline: none;
    -webkit-appearance: none;
    appearance: none;
}

ul, ol, li {
    list-style: none;
    margin: 0;
    padding: 0;
}

a, a:hover, a:visited, a:focus, a:active {
    text-decoration: none;
    color: inherit;
}

.box {
    width: 1200px;
    margin: 0 auto;
}

.main {
    min-height: 500px;
}
/* 顶部 */
.headerBox {
    height: 240px;
    width: 100%;
    overflow: hidden;
}

.headerBox_Top {
    height: 40px;
    background: #eff0f0;
    font-size: 12px;
    color: #666666;
    display: flex;
    align-items: center;
}

    .headerBox_Top .box {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

.headerBox_Dottom {
    height: 200px;
    background: #FFFFFF;
}

.headerBox_Dottom_d1 {
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .headerBox_Dottom_d1 .logoImg {
        width: 465px;
        height: 100px;
    }

.headerBox_Dottom_d1_inputBox {
    display: flex;
    height: 40px;
}

    .headerBox_Dottom_d1_inputBox .seekBox {
        border: 2px solid #204d91;
        display: flex;
        align-items: center;
    }

        .headerBox_Dottom_d1_inputBox .seekBox .textInput {
            width: 327px;
            padding: 0 15px;
            font-size: 12px;
            height: 100%;
        }

        .headerBox_Dottom_d1_inputBox .seekBox .textBtn {
            background: #204d91;
            border: 0;
            height: 100%;
            color: #fff;
            font-size: 16px;
            width: 102px;
            line-height: 100%;
        }

    .headerBox_Dottom_d1_inputBox .loginBox {
        width: 116px;
        margin-left: 27px;
    }

        .headerBox_Dottom_d1_inputBox .loginBox a {
            border: 1px solid #204d91;
            color: #204d91;
            display: flex;
            align-items: center;
            justify-content: center;
            height: 100%;
            width: 100%;
        }

.headerBox_Dottom_d2 {
    height: 50px;
    display: flex;
    justify-content: center;
}

    .headerBox_Dottom_d2 a {
        font-size: 16px;
        background: #204d91;
        color: #ffffff;
        width: 150px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .headerBox_Dottom_d2 a.on {
            background: #133e80;
            font-weight: bold;
        }

/* 底部 */
.footerBox {
    height: 214px;
    width: 100%;
    overflow: hidden;
}

.footerBox_Top {
    color: #FFFFFF;
    height: 50px;
    background: #133e80;
    line-height: 50px;
    text-align: center;
}

.footerBox_Dottom {
    height: 164px;
    background: #204d91;
    color: #FFFFFF;
    text-align: center;
    display: flex;
    align-items: center;
    line-height: 230%;
}




/* 首页 s_ */

/* 研究室列表 */
.s_labList {
    height: 185px;
    border: 1px solid #e6ecf2;
    background: #ffffff;
    margin-top: 20px;
}

.s_labList_title {
    height: 52px;
    padding: 0 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.s_labList_title_text b {
    color: #204d91;
}

.s_labList_imgList {
    padding: 0 15px 15px;
    display: flex;
    justify-content: space-between;
}

    .s_labList_imgList a {
        width: 116px;
        height: 116px;
        overflow: hidden;
        position: relative;
    }

    .s_labList_imgList img {
        width: 100%;
        height: 100%;
        opacity: 0.5;
    }

    .s_labList_imgList b {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        width: 100%;
        text-align: center;
        color: #204d91;
        font-size: 16px;
    }

/* 轮播图/通知列表 */
.bannerNewList {
    display: flex;
    height: 356px;
    background: #FFFFFF;
    margin-top: 20px;
}

    .bannerNewList .banner {
        width: 617px;
    }

    .bannerNewList .newList {
        width: 583px;
    }

.newList {
    padding: 0 20px;
}

    .newList .newList_title {
        height: 55px;
        background: url(../img/icon_toutiao.png) no-repeat 0 0 #eaecf5;
        color: #204d91;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .newList .newList_nav {
        margin-top: 18px;
        display: flex;
        border-bottom: 1px solid #aeaebc;
    }

        .newList .newList_nav p {
            cursor: pointer;
            width: 122px;
            height: 42px;
            text-align: center;
            line-height: 42px;
        }

            .newList .newList_nav p.on {
                background: #204d91;
                font-size: 16px;
                color: #FFFFFF;
            }

    .newList .newList_linkList {
        height: 240px;
        overflow: hidden;
    }

        .newList .newList_linkList .linkList_di {
            display: none;
        }

            .newList .newList_linkList .linkList_di.on {
                display: block;
            }

            .newList .newList_linkList .linkList_di a {
                display: flex;
                align-items: center;
                height: 48px;
                border-bottom: 1px dashed #c9c9d6;
            }

            .newList .newList_linkList .linkList_di .sp1 {
                width: 450px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

            .newList .newList_linkList .linkList_di .sp2 {
                width: 93px;
                text-align: right;
                color: #888888;
            }

/* 委托查询及证书验真、企业服务、专家风采 */
.serviceList {
    background: #FFFFFF;
    display: flex;
    justify-content: space-between;
    padding: 40px 14px 20px;
}

    .serviceList > div {
        border: 1px solid #dddddd;
    }

.serviceList_d1 {
    width: 324px;
}

.serviceList_d2 {
    width: 474px;
}

.serviceList_d3 {
    width: 340px;
}

.serviceList_title {
    background: #f9f9f9;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}

    .serviceList_title b {
        height: 18px;
        line-height: 18px;
        border-left: 5px solid #204d91;
        padding-left: 14px;
    }

.serviceList_inputBox {
    border-bottom: 1px dashed #dddddd;
    padding: 15px 14px 20px;
}

.serviceList_inputBox2 {
    padding: 15px 14px 20px;
}

.serviceList_inputBox_li {
    display: flex;
    height: 36px;
    position: relative;
    margin-bottom: 15px;
}

    .serviceList_inputBox_li span {
        width: 95px;
        display: inline-block;
        height: 36px;
        line-height: 36px;
        text-align-last: justify;
        padding-right: 5px;
    }

    .serviceList_inputBox_li .input1 {
        width: 197px;
        border: 1px solid #dddddd;
        padding: 0 10px;
    }

    .serviceList_inputBox_li .input2 {
        width: 197px;
        border: 1px solid #dddddd;
        padding-left: 10px;
        padding-right: 84px;
    }

    .serviceList_inputBox_li .inputImg {
        position: absolute;
        right: 4px;
    }

.serviceList_btn {
    background: #204d91;
    width: 78px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    cursor: pointer;
}

.service_title {
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px 0;
}

    .service_title b {
        height: 18px;
        line-height: 18px;
        border-left: 5px solid #204d91;
        padding-left: 14px;
    }

.serviceList_d2_text {
    padding: 25px 20px 0;
}

    .serviceList_d2_text .img img {
        height: 187px;
        width: 100%;
    }

    .serviceList_d2_text .text {
        margin-top: 33px;
    }

        .serviceList_d2_text .text a {
            display: flex;
            align-items: center;
            height: 42px;
        }

        .serviceList_d2_text .text .sp1 {
            width: 338px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .serviceList_d2_text .text .sp2 {
            width: 93px;
            text-align: right;
            color: #888888;
        }

.serviceList_d3_text {
    padding: 10px 16px 0;
}

    .serviceList_d3_text .text p {
        align-items: center;
        height: 45px;
        line-height: 45px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

/* 合作伙伴 */
.partner_List {
    display: flex;
    margin-top: 20px;
    margin-bottom: 60px;
    background: #FFFFFF;
    padding: 20px 0;
    border: 1px solid #e6ecf2;
}

    .partner_List b {
        font-size: 20px;
        width: 200px;
        height: 55px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-right: 1px solid #e6ecf2;
    }

    .partner_List p {
        height: 55px;
        display: flex;
        align-items: center;
        padding: 0 20px;
    }

        .partner_List p a {
            margin: 0 14px;
        }


/* 其他页面 */
.l_site {
    color: #666666;
    position: relative;
    height: 50px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #d6d6d6;
}

    .l_site b {
        background: #204d91;
        position: absolute;
        left: 0;
        bottom: -1px;
        height: 2px;
        width: 68px;
    }

.l_model {
    display: flex;
    min-height: 500px;
    margin-top: 20px;
    margin-bottom: 45px;
    flex-wrap: wrap;
    background: #ffffff;
}

.l_model_left {
    width: 226px;
    border: 1px solid #dfdfdf;
    background: #86b2d5;
    overflow: hidden;
}

.l_model_left_title {
    display: flex;
    align-items: center;
    height: 59px;
    padding: 0 10px;
    font-size: 16px;
    color: #FFFFFF;
}

    .l_model_left_title b {
        margin-left: 10px;
    }

.l_model_left_ul {
    color: #FFFFFF;
}

.l_model_left_li {
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

    .l_model_left_li.on, .l_model_left_li:hover {
        background: #204d91;
    }

    .l_model_left_li span {
        padding: 0 35px;
    }

    .l_model_left_li img {
        padding-right: 30px;
    }

.l_model_left_input {
    padding: 20px 10px;
    display: flex;
}

    .l_model_left_input .text {
        border: 1px solid #dfdfdf;
        height: 30px;
        width: 159px;
        background: #fff;
        padding: 0 10px;
        font-size: 12px;
    }

    .l_model_left_input .btn {
        border: 1px solid #dfdfdf;
        width: 48px;
        border-left: 0;
        color: #204d91;
        background: #ffffff;
        font-size: 12px;
        cursor: pointer;
    }

.l_model_right {
    width: 974px;
    background: #FFFFFF;
    padding: 0 16px;
}


/* 产品详情 */
.productDetails {
}

.productDetails_title {
    font-size: 16px;
    color: #666666;
    border-bottom: 1px solid #dcdcdc;
    height: 55px;
    line-height: 55px;
}

.productDetails_content {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.productDetails_img img {
    width: 375px;
    height: 375px;
}

.productDetails_text {
    width: 510px;
}

    .productDetails_text .d1 {
        font-size: 22px;
        color: #204d91;
        font-weight: bold;
        line-height: 36px;
    }

    .productDetails_text .d2 {
        background: #e6f4ff;
        padding: 10px 30px;
        margin-top: 20px;
    }

        .productDetails_text .d2 .p1 {
            height: 35px;
            line-height: 35px;
        }

        .productDetails_text .d2 .p2 {
            height: 35px;
            line-height: 35px;
        }

        .productDetails_text .d2 .sp1 {
            font-size: 18px;
            color: #e51c18;
            font-weight: bold;
            margin-left: 15px;
        }

        .productDetails_text .d2 .sp2 {
            color: #204d91;
            font-weight: bold;
            margin-left: 15px;
        }

    .productDetails_text .d3 {
        line-height: 30px;
        color: #666666;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        margin-top: 16px;
    }

    .productDetails_text .d4 {
        display: flex;
        margin-top: 23px;
    }

        .productDetails_text .d4 .btn1 {
            cursor: pointer;
            width: 174px;
            height: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #e51c18;
            color: #ffffff;
            font-size: 18px;
            font-weight: bold;
            margin-right: 20px;
        }

        .productDetails_text .d4 .btn2 {
            cursor: pointer;
            width: 174px;
            height: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #204d91;
            color: #ffffff;
            font-size: 18px;
            font-weight: bold;
        }

.productDetails_info {
    margin-top: 45px;
}

    .productDetails_info .newList_nav {
        display: flex;
        border-bottom: 1px solid #aeaebc;
    }

        .productDetails_info .newList_nav p {
            cursor: pointer;
            min-width: 160px;
            height: 42px;
            text-align: center;
            line-height: 42px;
            padding: 0 20px;
            background: #eef0f1;
            margin-right: 10px;
        }

            .productDetails_info .newList_nav p.on {
                background: #204d91;
                font-size: 16px;
                color: #FFFFFF;
            }

    .productDetails_info .newList_linkList {
        padding: 20px 0;
    }

        .productDetails_info .newList_linkList .linkList_di {
            display: none;
        }

            .productDetails_info .newList_linkList .linkList_di.on {
                display: block;
            }

/* 公司介绍 */
.introduction {
    padding: 20px 0;
    line-height: 180%;
}

/* 专家风采 */
.imgList {
    display: flex;
    flex-wrap: wrap;
}

.imgBox {
    text-align: center;
    margin-bottom: 23px;
    margin-right: 15px;
    width: 222px;
}

    .imgBox:nth-child(4n) {
        margin-right: 0;
    }

    .imgBox img {
        width: 222px;
        height: 246px;
    }

    .imgBox p {
        height: 60px;
        line-height: 60px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 100%;
    }

/* 设备商城 */
.commodity_nav {
    border: 1px solid #e7e7e7;
    padding: 10px 30px 10px 40px;
    margin-top: 20px;
}

    .commodity_nav p {
        line-height: 43px;
    }

    .commodity_nav .sp1 {
        color: #204d91;
        font-size: 16px;
    }

    .commodity_nav .sp2 {
        cursor: pointer;
        padding: 0 14px;
        border-right: 1px solid #dbdbdb;
        display: inline-block;
        height: 16px;
        line-height: 16px;
    }

        .commodity_nav .sp2.on {
            color: #204d91;
        }

        .commodity_nav .sp2:hover {
            color: #204d91;
        }

        .commodity_nav .sp2:nth-last-child(1) {
            border-right: 0;
        }

.commodity_ul {
    padding-top: 10px;
    display: flex;
    flex-wrap: wrap;
}

    .commodity_ul li {
        margin-top: 10px;
        margin-right: 10px;
    }

        .commodity_ul li:nth-child(4n) {
            margin-right: 0;
        }

    .commodity_ul .commodity_div {
        margin: auto;
        width: 228px;
        height: 310px;
        border: 1px solid #dcdcdc;
    }

        .commodity_ul .commodity_div:hover {
            border: 1px solid #133e80
        }

        .commodity_ul .commodity_div .img {
            padding: 15px 0;
            text-align: center
        }

            .commodity_ul .commodity_div .img img {
                width: 180px;
                height: 180px
            }

        .commodity_ul .commodity_div .text {
            padding: 0 24px 20px
        }

            .commodity_ul .commodity_div .text .p1 {
                color: #d90b18;
                font-size: 22px
            }

                .commodity_ul .commodity_div .text .p1 span {
                    margin-left: 15px;
                    color: #999;
                    font-size: 14px
                }

            .commodity_ul .commodity_div .text .p2 {
                color: #666;
                font-size: 12px;
                line-height: 22px
            }


/* 分页 */
.pager {
    width: 100%;
    margin: 35px auto;
}

.contenspan span {
    margin-right: 5px;
    padding: 5px 10px;
    border: 1px solid #ddd;
    font-size: 12px;
    cursor: pointer;
}

.contenspan .current {
    background: #204d91;
    color: #fff;
}

em {
    font-style: normal;
    display: flex;
    justify-content: center;
}


/* 新闻列表 */
.journalismList {
    position: relative;
    padding: 0 20px;
}

.journalismTitle {
    height: 77px;
    line-height: 77px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}

    .journalismTitle b {
        width: 46px;
        height: 3px;
        background: #204d91;
        display: block;
        margin: auto;
    }

.journalismList_li {
    margin-bottom: 20px;
    background: #f4f6f7;
    width: 100%;
    height: 136px;
    padding: 25px;
    display: flex;
}

    .journalismList_li .sp {
        height: 21px;
        font-size: 60px;
        width: 30px;
        display: flex;
        align-items: center;
        color: #204d91;
    }

    .journalismList_li .p1 {
        font-size: 16px;
        font-weight: bold;
        color: #204d91;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .journalismList_li .p2 {
        color: #666666;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin-top: 15px;
    }

    .journalismList_li .p3 {
        color: #999999;
        display: flex;
        align-items: center;
        margin-top: 10px;
    }

        .journalismList_li .p3 img {
            margin-right: 10px;
        }
