﻿*,h4,h5,h6 {
    margin:0;
    box-sizing:border-box;
}
.img {
    overflow: hidden;
}

    .img img {
        width: 100%;
        display: block;
        transition: all .5s;
    }

.yih {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.erh {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.header_pack {
    display:flex;
    justify-content:space-between;
    align-items:center;
    position:relative;
}
.logo {
    height:100px;
    padding:27px 0;
}
.logo a {
    display:block;
    height:100%;
}
.logo img {
    max-height:100%;
    display:block;
}
.header_contact {
    display:flex;
}
.header_contact_pack {
    margin-left: 50px;
    display: flex;
    align-items:center;
}
.header_contact_icon{
    width:60px;
}
.header_contact_text {
    padding-left:15px;
}
.header_contact_text h4 {
    font-size:16px;
    line-height:24px;
    color:#000;
}
    .header_contact_text p {
        font-size: 14px;
        line-height: 20px;
        color: rgb(102, 102, 102);
        margin-top:2px;
    }
.navlist {
    background: rgb(47, 138, 245);
}
.w_nav {
    display: flex;
}
.w_nav>li {
    width:calc(100% / 8);
}
    .w_nav > li>a {
        display:block;
        font-size:16px;
        line-height:50px;
        text-align:center;
        color:#fff;
    }
    .w_nav > li.active > a,
    .w_nav > li > a:hover {
        background: rgb(29, 118, 223);
    }
.nei-banner {
    position:relative;
}
.nei-banner img {
    width:100%;
    display:block;
}
body,html {
    background: rgb(246, 248, 251);
}
header {
    background:#fff;
}
.public_navpack {
    padding: 28.5px 10px;
    font-size: 16px;
    line-height: 24px;
    color: rgb(102, 102, 102);
}
    .public_navpack a {
        color: rgb(102, 102, 102);
    }
.statement_pack {
    padding:50px;
    background:#fff;
}
.public_title{
    font-size:28px;
    line-height:37px;
    font-weight:bold;
    color:#000;
}
.statement_pack_cont {
    margin-top: 17px;
    font-size: 16px;
    line-height: 24px;
    color: rgb(51, 51, 51);
}
.statement_pack > a {
    display: block;
    margin-top: 22px;
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 46px;
    color: #fff;
    background: rgb(47, 138, 245);
}
.statement_pack > a:hover {
    opacity:.8;
}
.public_back {
    padding-bottom:70px;
}
footer {
    background: rgb(47, 138, 245);
}
.footer_pack{
    padding:48px 0;
    display:flex;
    align-items:flex-start;
}
.footer_left{
    width:60%;
}
.f_navlist{
    display:flex;
    flex-wrap:wrap;
}
.f_navlist li {
    padding:0 14px;
    position:relative;
}
    .f_navlist li::after {
        content:"";
        width:1px;
        height:80%;
        position:absolute;
        right:0;
        top:50%;
        transform:translateY(-50%);
        background:#fff;
    }
.f_navlist li:first-child {
    padding-left:0;
}
    .f_navlist li:last-child {
        padding-right:0;
    }
    .f_navlist li:last-child::after {
        display:none;
    }
    .f_navlist li a {
        font-size:16px;
        line-height:24px;
        color:#fff;
    }
.copyright {
    margin-top: 28px;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
}
.jishu {
    margin-top: 37px;
    font-size: 14px;
    line-height: 24px;
}
    .jishu a {
        color: #fff;
    }
.footer_code_list {
    display:flex;
    width:40%;
    justify-content:space-between;
    padding-left:50px;
}
.footer_code {
    width:29%;
}
.footer_code p {
    font-size:14px;
    line-height:19px;
    margin-top:14px;
    color:#fff;
    text-align:center;
}

.crowd_desc {
    font-size: 14px;
    line-height: 20px;
    margin-top: 20px;
    color: rgb(102, 102, 102);
    text-align:center;
}
.crowd_title {
    font-size: 28px;
    line-height: 40px;
    color: rgb(0, 0, 0);
    margin-top:56px;
    text-align:center;
}
    .crowd_title span {
        color: rgb(47, 138, 245);
        margin-top:56px;
    }
.crowd_list {
    display:flex;
    justify-content:space-between;
    margin-top:32px;
}
.crowd_list li {
    width:25%;
}
.crowd_cont_pack {
    background:#fff;
}
.cr_pa {
    padding: 0 50px 50px;
}
.crowd_list p {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    color: rgb(102, 102, 102);
    min-height:40px;
}
.crowd_list div {
    margin-top:17px;
}
.crowd {
    padding-bottom:50px;
}
.cooper {
    padding:47.5px 0;
    background:#fff;
}
.public_title2 {
    font-size: 28px;
    line-height: 40px;
    color: rgb(0, 0, 0);
}
.public_title2 span {
    color: rgb(47, 138, 245);
}
.cooper_list{
    display:flex;
    flex-wrap:wrap;
    margin:22px -12.5px 0;
}
.cooper_list li {
    width:20%;
    padding:0 12.5px;
    margin-bottom:25px;
}
    .cooper_list li a {
        display:block;
        background:#fff;
    }
    .cooper_list li a img {
        width:100%;
        display:block;
    }
.about_plate1 {
    display:flex;
    align-items:center;
}
.about_plate1_left {
    width:25%;
}
.about_plate1_left_pack {
    width:180%;
    background:#fff;
    border-radius:20px;
    margin-right:-80%;
    padding:48px 30px;
    position:relative;
    z-index:2;
}
.about_plate1_left_pack p {
    font-size:72px;
    line-height:1;
    color:rgb(47, 138, 245);
}
.about_plate1_desc {
    font-size: 14px;
    line-height: 20px;
    margin-top: 22px;
    color: rgb(102, 102, 102);
}
.about_plate1_right {
    width:75%;
}
.about_plate2{
    padding-top:77.5px;
}
.public_title_center {
    text-align:center;
}
.about_plate2_list{
    display:flex;
    flex-wrap:wrap;
    margin:52px -15px 0;
}
.about_plate2_list li {
    width:33.333%;
    padding:0 15px;
    margin-bottom:30px;
}
.about_plate2_list_pack {
    height: 100%;
    box-shadow: 0 2px 30px rgb(237, 241, 246);
    background: #fff;
}
.about_plate2_list_cont {
    padding:20px;
}
    .about_plate2_list_cont h4 {
        font-size: 18px;
        line-height: 26px;
        color: rgb(32, 32, 32);
        font-weight:bold;
    }
    .about_plate2_list_cont div {
        font-size: 14px;
        line-height: 21px;
        margin-top: 18px;
        color: rgb(102, 102, 102);
    }
.about_plate2_list_pack:hover {
    background: rgb(47, 138, 245);
}
    .about_plate2_list_pack:hover h4,
    .about_plate2_list_pack:hover div {
        color: #fff;
    }
.about_plate3{
    margin-top:50px;
    position:relative;
}
.about_plate3_cont {
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:95%;
}
.about_plate3_cont h4 {
    font-size:48px;
    line-height:75px;
    text-align:center;
    color:#fff;
    white-space:pre-line;
}
.about_plate3_btn {
    display:flex;
    justify-content:center;
    margin-top:19px;
}
    .about_plate3_btn a {
        margin: 0 10px;
        display: block;
        width: 150px;
        line-height: 50px;
        background: rgba(255, 255, 255, 0.3);
        text-align:center;
        color:#fff;
        font-size:16px;
    }
        .about_plate3_btn a:hover {
            background: rgb(54, 122, 254);
            box-shadow: 0 5px 10px rgba(54, 122, 254, 0.4);
        }
.aboutUs {
    padding-bottom:30px;
}
.message {
    padding:30px 0 80px;
}
.message_pack{
    display:flex;
    background:#fff;
}
.message_left{
    width:33.333%;
    padding:50px;
    background:url(../images/mbg.jpeg) no-repeat center/cover;
}
.message_list {
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-top:50px;
}
.message_list li {
    width:30%;
    text-align:center;
}
.message_list_icon {
    height:40px;
}
.message_list_icon img {
    max-height:100%;
    display:block;
    margin:0 auto;
}
.message_list_pack p {
    font-size:16px;
    line-height:24px;
    margin-top:8px;
}
.message_left_desc {
    font-size: 16px;
    line-height: 32px;
    color: rgb(51, 51, 51);
}
.message_left_desc p {
    margin-top:70px;
    text-indent:2em;
}
.message_right{
    padding:50px;
    width:66.664%;
}
.message_form{
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
    margin-top:20px;
}
.message_input {
    width:calc(50% - 30px);
    margin-bottom:20px;
}
    .message_input input {
        width: 100%;
        font-size: 16px;
        line-height: 45px;
        border: none;
        border-bottom: 1px solid rgb(218, 222, 231);
    }
    .w100 {
        width:100%;
    }
.message_input p {
    font-size: 16px;
    line-height: 24px;
    color: rgb(102, 102, 102);
}
#distpicker3 {
    display:flex;
    justify-content:space-between;
    margin-top:8.5px;
}
.form-group{
    width:32%;
}
    .form-group select {
        border: 1px solid rgb(218, 222, 231);
        padding: 0 20px;
        height:46px;
        font-size:16px;
        color:#000;
        width:100%;
    }
.message_input select {
    width: 100%;
    height: 46px;
    font-size: 16px;
    color: #000;
    border: 1px solid rgb(218, 222, 231);
    padding: 0 20px;
    margin-top:8.5px;
}
.message_file {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgb(218, 222, 231);
    margin-bottom:20px;
}
    .message_file p {
        width: 50%;
        font-size: 16px;
        line-height: 45px;
        color: rgb(102, 102, 102);
    }
.message_file_btn {
    width: 80px;
    position: relative;
    font-size: 16px;
    line-height: 45px;
    text-align: center;
    color: rgb(102, 102, 102);
}
.message_file_btn input {
    position:absolute;
    height:100%;
    width:100%;
    top:0;
    left:0;
    opacity:0;
}
.message_input textarea {
    width: 100%;
    border: 1px solid rgb(218, 222, 231);
    font-size: 16px;
    line-height: 24px;
    padding: 10px 20px;
    margin-top: 8.5px;
    color: rgb(0, 0, 0);
    height:160px;
    resize:none;
}
.message_xk {
    display:flex;
    align-items:center;
}
.message_xk input {
    width:18px;
    height:18px;
}
.message_xk p {
    width:calc(100% - 18px);
    padding-left:10px;
    font-size:16px;
    line-height:24px;
}
.message_xk a {
    color:rgb(47, 138, 245);
}
.submit {
    width:150px;
    line-height:46px;
    background:rgb(47, 138, 245);
    text-align:center;
    color:#fff;
    font-size:16px;
    margin-top:27px;
    cursor:pointer;
}
.news_plate1_pack {
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
}
.news_plate1_swiper {
    position:relative;
    overflow:hidden;
    width:60%;
}
.news_plate1_swiper a {
    display:block;
    position:relative;
}
.news_plate1_swiper img {
    width:100%;
    display:block;
}
.news_plate1_swiper_cont {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgb(32, 32, 32);
}
    .news_plate1_swiper_cont h4 {
        width: 60%;
        margin: 0 auto;
        font-size: 16px;
        line-height: 40px;
        color:#fff;
        text-align:center;
    }
.news_plate1_swiper .swiper-pagination {
    width:auto;
    left:auto;
    right:10px;
    bottom:8px;
}

.news_plate1_swiper .swiper-pagination-bullet {
    opacity:.3;
    background:#fff;
    width:12px;
    height:12px;
}
.news_plate1_swiper .swiper-pagination-bullet-active {
    background: #fff;
    opacity:1;
}
.news_plate1_right{
    width:calc(40% - 30px);
}
.news_plate1_list li {
    margin-bottom:14px;
}
.news_plate1_list li:last-child {
    margin:0;
}
.news_plate1_list li a {
    display:flex;
    align-items:center;
}
.news_plate1_list_img{
    width:120px;
}
.news_plate1_list_cont {
    width:calc(100% - 120px);
    padding-left:20px;
}

    .news_plate1_list_cont h4 {
        font-size: 16px;
        line-height: 24px;
        height: 48px;
        color: rgb(32, 32, 32);
    }
    .news_plate1_list_cont span {
        display: block;
        font-size: 16px;
        line-height: 24px;
        color: rgb(177, 177, 177);
        margin-top:3px;
    }
.news_plate1_list li a:hover img {
    transform:scale(1.1);
}
.news_plate2_pack{
    display:flex;
    align-items:flex-start;
    margin-top:30px;
    justify-content:space-between;
}
.news_plate2_cont{
    width:75%;
}
    .news_plate2_cont ul {
        background: #fff;
        padding: 20px;
        margin-bottom:30px;
    }
    .news_plate2_cont ul li {
        margin-bottom: 30px;
        
    }
    .news_plate2_cont ul li:last-child {
        margin:0;
    }
    .news_plate2_cont ul li a {
        display:flex;
        align-items:center;
    }
.news_plate2_list_img{
    width:300px;
}
.news_plate2_list_cont{
    width:calc(100% - 300px);
    padding-left:20px;
}
    .news_plate2_list_cont h4 {
        font-size: 18px;
        line-height: 26px;
        font-weight: bold;
        color: rgb(0, 0, 0);
    }
    .news_plate2_list_cont p {
        font-size: 14px;
        line-height: 18px;
        color: rgb(102, 102, 102);
        margin-top:10px;
    }
.news_plate2_list_cont div {
    display:flex;
    align-items:center;
    margin-top:14px;
}
    .news_plate2_list_cont div samp {
        padding: 3px 8px;
        border-radius: 5px;
        border: 1px solid rgb(47, 138, 245);
        font-size: 16px;
        line-height: 24px;
        color: rgb(47, 138, 245);
        margin-right:20px;
        font-family:"微软雅黑";
    }
    .news_plate2_list_cont div span {
        font-size: 16px;
        line-height: 24px;
        color: rgb(102, 102, 102);
    }
    .news {
        padding-bottom:60px;
    }
.news_right_cont{
    width:calc(25% - 30px);
}
.news_code {
    display:flex;
    align-items:center;
    padding:20px;
    background:#fff;
}
    .news_code .news_code_cont {
        width:calc(100% - 80px);
        padding-right:5px;
    }
.news_code_cont h4 {
    font-size: 18px;
    line-height: 26px;
    font-weight: bold;
    color: rgb(0, 0, 0);
}
.news_code_cont p {
    font-size: 16px;
    line-height: 24px;
    color: rgb(102, 102, 102);
    margin-top:8px;
}
.news_code_img {
    width:80px;
}
/*.news_right_list{
    margin-top:20px;
}*/
.news_right_list li {
    margin-bottom:20px;
}
.news_right_list a {
    display:block;
    overflow:hidden;
}
.news_right_list img {
    width:100%;
    display:block;
    transition:all .5s;
}
.experiment{
    padding:20px;
    background:#fff;
}
.experiment_list {
    margin-top: 16px;
    position: relative;
    border-left: 1px dashed rgb(154, 154, 154);
}
.experiment_list li {
    margin-bottom:15px;
    position:relative;
    padding-left:21px;
}
    .experiment_list li:last-child {
        margin:0;
    }
    .experiment_list li a {
        display: block;
    }
        .experiment_list li a h4 {
            font-size: 16px;
            line-height: 24px;
            color: rgb(51, 51, 51);
        }
    .experiment_list li::before {
        content: "";
        width: 12px;
        height: 12px;
        background: #fff;
        border: 2px solid rgb(154, 154, 154);
        position:absolute;
        left:-6.5px;
        top:7px;
        border-radius:50%;
    }
    .experiment_list li:hover a h4 {
        color: rgb(47, 138, 245);
    }
    .experiment_list li:hover::before {
        border-color:rgb(47, 138, 245);
    }
.news_right_list a:hover img {
    transform:scale(1.1);
}
.news_plate2_cont ul li a:hover img {
    transform:scale(1.1);
}
.NewsDetail001 {
    margin: 0;
}

.NewsDetail001_pack {
    background: #fff;
    padding: 50px 40px;
}

.NewsDetail001-title {
    border-bottom: 1px solid rgb(230, 230, 230);
    padding-bottom: 19.5px;
}

    .NewsDetail001-title h3 {
        font-size: 32px;
        line-height: 42px;
        font-weight: bold;
        color: rgb(0, 0, 0);
        text-align: left;
    }

.tit_bar {
    text-align: left;
    margin-top: 10px;
}

    .tit_bar .text {
        margin: 0;
    }
.newsdetail{
    padding:0 0 100px;
}
.detection_plate1_list {
    background: rgb(255, 255, 255);
    border-radius:20px;
    display:flex;
    justify-content:space-around;
    padding:0 50px;
}
.detection_plate1_list li {
    text-align:center;
    padding:33px 10px;
}
.detection_plate1_list_icon{
    height:40px;
}
.detection_plate1_list_icon img {
    max-height:100%;
    display:block;
    margin:0 auto;
}
.detection_plate1_list li p {
    font-size: 16px;
    line-height: 24px;
    color: rgb(0, 0, 0);
    margin-top:19px;
}
.detection_plate1_list2 {
    background: rgb(255, 255, 255);
    border-radius:20px;
    display:flex;
    padding:0 5px;
    margin-top:20px;
    flex-wrap:wrap;
}
    .detection_plate1_list2 li {
        padding: 18px 25px;
    }
        .detection_plate1_list2 li p {
            font-size: 16px;
            line-height: 24px;
            color: rgb(102, 102, 102);
        }
.detection_plate1 {
    margin-top:-100px;
    position:relative;
    z-index:3;
}
.public_navpack2 {
    padding:28.5px 0;
}
.detection_plate2{
    padding:50px 0 60px;
}
.detection_plate2_pack{
    margin-top:32.5px;
    display:flex;
}
.detection_plate2_pack>div {
    width:50%;
    border-radius:20px;
    background:#fff;
}
.detection_plate2_cont{
    width:100%;
    margin:0;
    padding:48px 80px;
}
.detection_plate2_hf{
    margin-top:60px;
}
.detection_plate3{
    padding:57px 0 76px;
    background:#fff;
}
.detection_plate3_img {
    margin-top:51px;
}
.detection_plate4{
    padding:77.5px 0 20px;
}
.detection_plate4_list{
    margin-top:52.5px;
}
.detection_plate4_list li:last-child {
    margin-top:30px;
}
.UList-box {
    display:none;
}
.pro {
    padding:30px 0 60px;
}
.pro_plate1{
    display:flex;
    justify-content:space-between;
}
.pro_plate1_left {
    width: 25%;
    background: #fff;
}
    .pro_plate1_left>h4 {
        font-size: 24px;
        line-height: 60px;
        padding: 0 20px;
        color: #fff;
        background: rgb(47, 138, 245);
    }
.pro_plate1_leftlist {
    padding:20px;
}
.pro_plate1_leftlist li {
    margin-bottom:18.5px;
}
    .pro_plate1_leftlist li:last-child {
        margin:0;
    }
    .pro_plate1_leftlist a {
        font-size: 16px;
        line-height: 24px;
        color: rgb(177, 177, 177);
        display: block;
        padding-left: 23.5px;
        position: relative;
    }
        .pro_plate1_leftlist a::before {
            content: "";
            width: 5px;
            height: 5px;
            border-radius: 50%;
            background: rgb(0, 0, 0);
            position:absolute;
            left:0;
            top:8px;
        }
        .pro_plate1_leftlist a h4 {
            font-size: 16px;
            line-height: 24px;
            color: rgb(32, 32, 32);
        }
    .pro_plate1_leftlist a p {
        margin-top:8px;
    }
.pro_plate1_swiper{
    width:72.5%;
    overflow:hidden;
    position:relative;
}
    .pro_plate1_swiper a {
        display:block;
        height:100%;
    }
    .pro_plate1_swiper img {
        display:block;
        height:100%;
    }
    .arr {
        width: 40px;
        height: 40px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 200;
        cursor: pointer;
    }
.arr_l {
    background:url(../images/arl.png) no-repeat center/100% 100%;
    left:10px;
}
.arr_r {
    background:url(../images/arr.png) no-repeat center/100% 100%;
    right:10px;
}
.pro_plate1_swiper .swiper-pagination {
    width:auto;
    left:auto;
    right:20px;
    bottom:20px;
}
.pro_plate1_swiper .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    opacity: 1;
    background: #fff;
    color: rgb(102, 102, 102);
    font-size:14px;
    line-height:20px;
    border-radius:0;
}
.pro_plate1_swiper .swiper-pagination-bullet-active {
    background: rgb(47, 138, 245);
    color:#fff;
}
.pro_plate2{
    margin-top:30px;
    background:#fff;
    padding:20px;
}
.pro_plate2_title {
    display:flex;
    align-items:flex-end;
}
    .pro_plate2_title>span {
        font-size: 16px;
        line-height: 24px;
        color: rgb(177, 177, 177);
        margin-left:30px;
    }
.filter > h4 {
    font-size: 20px;
    line-height: 29px;
    border-bottom: 1px dashed rgb(222, 222, 222);
    color: rgb(0, 0, 0);
    padding:15px 0 11px;
}
.filter_pack {
    padding: 15px 0;
    border-bottom: 1px dashed rgb(222, 222, 222);
}
.filter_list li {
    display: flex;
    align-items: flex-start;
    font-size: 16px;
    line-height: 30px;
    background: transparent;
}
.filter_list p {
    width:80px;
}
.filter_list_cont span {
    display: inline-block;
    margin: 0 10px 10px 0;
    padding: 0 14px;
    border-radius: 5px;
    cursor:pointer;
}
.filter_list_cont {
    width:calc(100% - 80px);
}
    .filter_list_cont span.active {
        background:rgb(47, 138, 245);
        color:#fff;
    }
.filter_reset{
    margin-top:14px;
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
}
.filter_co {
    width: calc(100% - 120px);
    display: flex;
    align-items: flex-start;
}
    .filter_co p {
        width: 100px;
        font-size: 16px;
        line-height: 24px;
        color: rgb(0, 0, 0);
    }
.filter_co_list {
    width:calc(100% - 100px);
}
    .filter_co_list span {
        display: inline-block;
        margin: 0 10px 10px 0;
        padding: 0 14px;
        border-radius: 5px;
        cursor: pointer;
        font-size: 16px;
        line-height: 30px;
        background: rgb(47, 138, 245);
        color: #fff;
    }
.filter_co_btn {
    width: 100px;
    font-size: 16px;
    line-height: 32px;
    border-radius: 5px;
    border: 1px solid rgb(47, 138, 245);
    color: rgb(47, 138, 245);
    text-align:center;
}
.filter_co_btn:hover {
    background:rgb(47, 138, 245);
    color:#fff;
    cursor:pointer;
}
.pro_plate3 {
    margin-top:30px;
}
.pro_plate3_list{
    display:flex;
    margin:0 -15px;
    flex-wrap:wrap;
}
.pro_plate3_list li {
    width:33.33%;
    padding:0 15px;
    margin-bottom:30px;
}
.pro_plate3_list a {
    display:block;
    height:100%;
    background:#fff;
    padding:20px;
}
    .pro_plate3_list h4 {
        font-size: 18px;
        line-height: 26px;
        color: rgb(32, 32, 32);
    }
.pro_plate3_list_img{
    position:relative;
    margin-top:18px;
}
    .pro_plate3_list_img span {
        padding: 3px 6px;
        font-size: 16px;
        line-height: 24px;
        background: rgb(245, 47, 47);
        border-radius:10px 0 10px 0;
        color:#fff;
        position:absolute;
        top:10px;
        right:10px;
    }
.pro_plate3_list_desc {
    padding:20px 0;
    border-bottom: 1px dashed rgb(222, 222, 222);
    font-size: 14px;
    line-height: 21px;
    color: rgb(32, 32, 32);
    white-space: pre-line;
}
.detection_plate4_phone {
    font-size:30px;
    text-align:center;
    color:#000;
    font-weight:bold;
    margin-top:20px;
    line-height:40px;
}
.pro_plate3_list_pack {
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
    line-height: 26px;
    color: rgb(0, 0, 0);
    margin-top: 13px;
    justify-content: space-between;
}
.pro_plate3_list a:hover img {
    transform:scale(1.1);
}
.pro_plate3_list a:hover h4 {
    color:rgb(47, 138, 245);
}

/* 外面盒子样式---自己定义 */
.page_div {
    margin: 20px 10px 20px 0;
    color: #666;
    text-align:center;
}
    /* 页数按钮样式 */
    .page_div button {
        display: inline-block;
        min-width: 30px;
        height: 28px;
        cursor: pointer;
        color: #666;
        font-size: 13px;
        line-height: 28px;
        background-color: #f9f9f9;
        border: 1px solid #dce0e0;
        text-align: center;
        margin: 0 4px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

#firstPage, #lastPage, #nextPage, #prePage {
    width: 50px;
    color: rgb(47, 138, 245);
    border: 1px solid rgb(47, 138, 245)
}

#nextPage, #prePage {
    width: 70px
}

.page_div .current {
    background-color: rgb(47, 138, 245);
    border-color: rgb(47, 138, 245);
    color: #FFF;
}
/* 页面数量 */
.totalPages {
    margin: 0 10px
}

    .totalPages span, .totalSize span {
        color: #0073A9;
        margin: 0 5px
    }
/*button禁用*/
.page_div button:disabled {
    opacity: .5;
    cursor: no-drop
}
.detail_cont{
    width:75%;
    background:#fff;
    padding:50px;
}
.detail_title {
    font-size: 28px;
    line-height: 37px;
    font-weight: bold;
    color: rgb(0, 0, 0);
}
.detail_content {
    font-size: 14px;
    line-height: 24px;
    color: rgb(51, 51, 51);
    padding-top:23px;
}
.detail_list {
    margin-top:30px;
}
.detail_list li {
    padding-bottom:25px;
}
    .detail_list li:last-child {
        padding:0;
    }
.detail_list_title {
    background: rgba(47, 138, 245,.1);
    padding:10px 30px;
    display:flex;
    align-items:center;
}
.detail_list_title img {
    width:24px;
    display:block;
}
    .detail_list_title h4 {
        width: calc(100% - 24px);
        padding-left: 20px;
        font-size: 20px;
        line-height: 29px;
        color: rgb(47, 138, 245);
        font-weight:bold;
    }
.detail_list_content {
    font-size: 14px;
    line-height: 24px;
    color: rgb(51, 51, 51);
    padding-top:20px;
}
.detail_mess {
    margin-top:28px;
    padding:50px 0;
    background:#fff;
}
.detail_mess_form{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    margin-top:20px;
}
.detail_mess_input {
    width:31%;
}
    .detail_mess_input input {
        width: 100%;
        border:none;
        border-bottom: 1px solid rgb(218, 222, 231);
        font-size:16px;
        line-height:24px;
        padding:8.5px 0;
    }
.detail_mess .submit {
    margin:30px auto 0;
}
.lz-banner {
    margin-top:0;
}
.banner_news {
    background: rgba(0, 0, 0,.7);
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    z-index:200;
    font-size:14px;
    line-height:40px;
}
.banner_news .container {
    display:flex;
    align-items:center;
    justify-content:space-between;
}
.banner_news a {
    color:#fff;
}
.banner_news_title{
    font-size:16px;
    line-height:40px;
    color:#fff;
    font-weight:bold;
    width:70px;
}
.banner_newsswiper {
    width:calc(100% - 200px);
    overflow:hidden;
}
.banner_newsswiper a {
    display:block;
}
    .banner_newsswiper .swiper-slide::after {
        content:"";
        width:1px;
        height:50%;
        background:#fff;
        position:absolute;
        right:-15px;
        top:50%;
        transform:translateY(-50%);
        z-index:20;
    }
.home_plate1{
    padding:30px 0;
}
.home_plate1_list{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}
.home_plate1_list li {
    width:23.5%;
}
.home_plate1_list a {
    display:block;
    position:relative;
}
.home_plate1_cont {
    padding:20px;
    position:absolute;
    width:100%;
    top:50%;
    left:0;
    transform:translateY(-50%);
}
.home_plate1_cont h4 {
    font-size:18px;
    line-height:26px;
    color:#fff;
}
.home_plate1_cont p {
    font-size:14px;
    line-height:20px;
    color:#fff;
    margin-top:8.5px;
}
.home_plate1_list a:hover img {
    transform:scale(1.1);
}
.home_plate2 {
    background:#fff;
    padding:50px 0;
}
.home_plate2_pack{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
}
.home_plate2_left {
    width: calc(69% - 30px);
}
.home_public_title{
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
    padding-bottom:22.5px;
}
    .home_public_title a {
        font-size: 16px;
        line-height: 24px;
        color: rgb(51, 51, 51);
    }
    .home_public_title a:hover {
        color:rgb(47, 138, 245);
        text-decoration:underline;
    }
.home_plate2_left_pack {
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
}
.home_pro2_tj {
    width:calc(55% - 15px);
}
.home_pro2_rm {
    width:calc(45% - 15px);
}
.home_pro2_tj_list li a {
    display:block;
}
.home_pro2_tj_cont {
    padding: 18px 0;
    border-bottom: 1px dashed rgb(213, 223, 230);
}
    .home_pro2_tj_cont h4 {
        font-size: 16px;
        line-height: 24px;
        color: rgb(51, 51, 51);
    }
.home_pro2_tj_img{
    display:none;
}
.home_pro2_tj_list li:first-child .home_pro2_tj_img {
    display:block;
}
.home_pro2_tj_list li a:hover h4 {
    color:rgb(47, 138, 245);
}
.home_pro2_rm_list li a {
    display:flex;
}
.home_pro2_rm_list li {
    padding-bottom: 19px;
    border-bottom: 1px dashed rgb(213, 223, 230);
    margin-bottom:20px;
}
.home_pro2_rm_img {
    width: 100px;
}
    .home_pro2_rm_img img {
        height:100%;
        object-fit:cover;
    }
    .home_pro2_rm_cont {
        width: calc(100% - 100px);
        padding-left: 10px;
    }
    .home_pro2_rm_cont h4 {
        font-size: 16px;
        line-height: 24px;
        color: rgb(51, 51, 51);
    }
    .home_pro2_rm_cont p {
        font-size: 16px;
        line-height: 24px;
        color: rgb(177, 177, 177);
        margin-top:3px;
    }
.home_pro2_rm_list li a:hover h4 {
    color:rgb(47, 138, 245);
}
.home_plate2_rightswiper {
    background: rgb(246, 248, 251);
    padding: 20px 20px 30px;
    position: relative;
}
.home_plate2_rightswiper_pack{
    overflow:hidden;
}
.home_plate2_rightswiper_pack a {
    display:block;
}
.home_plate2_right_cont{
    margin-top:22px;
}
    .home_plate2_right_cont h4 {
        font-size: 16px;
        line-height: 24px;
        color: rgb(0, 0, 0);
    }
    .home_plate2_right_cont p {
        font-size: 16px;
        line-height: 24px;
        color: rgb(177, 177, 177);
        margin-top:3px;
    }
.home_plate2_right {
    width:31%;
}
.home_plate2_rightswiper_pack .swiper-pagination {
    bottom:15px;
}
.home_plate2_rightswiper_pack .swiper-pagination-bullet {
    width: 30px;
    height: 3px;
    background: rgb(213, 223, 230);
    border-radius: 0;
    opacity: 1;
}
.home_plate2_rightswiper_pack .swiper-pagination-bullet-active {
    background: rgb(47, 138, 245);
}
.home_plate2_rightswiper_pack a:hover h4 {
    color:rgb(47, 138, 245);
}
.home_plate3{
    padding:50px 0 0;
}
.home_plate4 {
    padding-top:50px;
}
.home_plate4_left_cont {
    padding:30px 20px;
    background:#fff;
}
    .home_plate4_left_cont h4 {
        font-size: 18px;
        line-height: 26px;
        font-weight: bold;
        color: rgb(52, 56, 59);
    }
    .home_plate4_left_cont p {
        font-size: 16px;
        line-height: 24px;
        color: rgb(102, 102, 102);
        margin-top:15px;
        -webkit-line-clamp:3;
    }
.home_pro4_rm{
    width:calc(45% - 20px);
}
    .home_pro4_rm .experiment_list{
        margin-top:0;
    }
.home_plate4_right_cont{
    background:#fff;
    padding:25px;
}
.home_plate4_right_list li {
    padding-bottom: 13.5px;
    border-bottom: 1px dashed rgb(213, 223, 230);
    margin-bottom:13.5px;
}
.home_plate4_right_list a {
    display:flex;
    align-items:center;
}
.home_plate4_right_data {
    width:90px;
    position:relative;
    padding-right:20px;
    text-align:center;
}
    .home_plate4_right_data::before {
        content: "";
        width: 1px;
        height: 80%;
        background: rgb(213, 223, 230);
        position:absolute;
        right:0;
        top:50%;
        transform:translateY(-50%);
    }
    .home_plate4_right_data h4 {
        font-size: 24px;
        line-height: 32px;
        color: rgb(51, 51, 51);
    }
    .home_plate4_right_data p {
        font-size: 16px;
        line-height: 24px;
        color: rgb(177, 177, 177);
    }
.home_plate4_right_text{
    width:calc(100% - 90px);
    padding-left:20px;
}
    .home_plate4_right_text h4 {
        font-size: 16px;
        line-height: 24px;
        color: rgb(51, 51, 51);
    }
.home_plate4_right_list li:last-child {
    padding-bottom:0;
    margin-bottom:0;
    border:none;
}
.home_plate5{
    padding-top:50px;
}
.home_plate5_list {
    background:#fff;
}
.home_plate5_list_cont li .home_plate5_list_text {
    padding-top: 18px;
    padding:18px 30px 0;
}
.home_plate5_list_text{
    display:flex;
    align-items:flex-start;
}
    .home_plate5_list_text p {
        width: 145px;
        padding-right:25px;
        font-size: 16px;
        line-height: 24px;
        color: rgb(102, 102, 102);
    }
    .home_plate5_list_text > p {
        margin: 0 !important;
    }
        .home_plate5_aaa {
            width: calc(100% - 145px);
            padding-bottom: 18px;
            border-bottom: 1px dashed rgb(222, 222, 222);
        }
    .home_plate5_aaa h4 {
        font-size: 16px;
        line-height: 24px;
        color:#000;
        position:relative;
        padding-left:15px;
    }
.home_plate5_aaa p {
    width:100%;
    padding:0;
    display:none;
}
.home_plate5_list_cont li:first-child h4 {
    font-size: 18px;
    line-height: 26px;
    font-weight: bold;
    color: rgb(0, 0, 0);
    padding:0;
}
    .home_plate5_list_cont li:first-child h4:before {
        display:none;
    }
    .home_plate5_list_cont li:first-child p {
        display: block;
        margin-top: 10px;
    }
.home_plate5_list_cont li .home_plate5_list_img {
    display:none;
}
.home_plate5_list_cont li:first-child .home_plate5_list_img {
    display:block;
}
    .home_plate5_list_cont li:first-child .home_plate5_list_img img {
        max-height:480px;
    }
    .home_plate5_list_cont li:hover h4 {
        color: rgb(47, 138, 245);
    }
.home_plate5_aaa h4::before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 56%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: rgb(164, 164, 164);
}

.home_plate6{
    padding:50px 0;
}
.home_plate6_pack{
    display:flex;
    justify-content:space-between;
}
.home_plate6_left {
    width:calc(56% - 15px);
}
.home_plate6_left a {
    display:block;
    background:#fff;
}
.home_plate6_left_cont{
    padding:27px 30px;
}
    .home_plate6_left_cont h4 {
        font-size: 18px;
        line-height: 24px;
        color: rgb(0, 0, 0);
    }
    .home_plate6_left_cont p {
        font-size: 14px;
        line-height: 20px;
        color: rgb(51, 51, 51);
        margin-top:10px;
    }
.home_plate6_right{
    width:calc(44% - 15px);
    background:#fff;
    padding:30px;
}
    .home_plate6_right li {
        padding-bottom: 28px;
        border-bottom: 1px solid rgba(112, 112, 112,.11);
        margin-bottom:28px;
    }
.home_plate6_right a {
    display:block;
}
    .home_plate6_right h4 {
        font-size: 18px;
        line-height: 26px;
        color: rgb(0, 0, 0);
    }
    .home_plate6_right p {
        font-size: 14px;
        line-height: 20px;
        color: rgb(51, 51, 51);
        margin-top:10px;
    }
    .home_plate6_right li:last-child {
        margin:0;
    }
    .home_plate6_right a:hover h4 {
        color:rgb(47, 138, 245);
    }
.home_plate6_left a:hover img,
.home_plate4 .home_pro2_tj a:hover img {
    transform: scale(1.1);
}
.home_plate6_left a:hover h4,
.home_plate4 .home_pro2_tj a:hover .home_plate4_left_cont h4 {
    color: rgb(47, 138, 245);
}
.home_plate4 .home_pro2_tj a {
    display:block;
}
.home_plate4_right_list a:hover .home_plate4_right_text h4 {
    color:rgb(47, 138, 245);
}
.home_plate7 {
    background:url(../images/hbg.jpeg) no-repeat center/cover;
    padding:80px 0 85px;
}
.home_plate7_pack{
    text-align:center;
}
    .home_plate7_pack h3 {
        font-size: 48px;
        line-height: 70px;
        color: rgb(255, 255, 255);
    }
.home_plate7_pack p {
    font-size:24px;
    line-height:35px;
    color:#fff;
    margin-top:9px;
}
.home_plate7_pack a {
    display:block;
    width:150px;
    line-height:50px;
    font-size:16px;
    color:#fff;
    background:rgb(47, 138, 245);
    margin:31px auto 0;
}
.home_plate8{
    padding-top:50px;
    background:#fff;
}
.home_plate8_list{
    display:flex;
    flex-wrap:wrap;
    margin:0 -15px;
}
.home_plate8_list li {
    width:33.33%;
    padding:0 15px;
    margin-bottom:30px;
}
    .home_plate8_list a {
        display: block;
        background: rgb(246, 248, 251);
        padding:54px 28px 35px;
        height:100%;
    }
.home_plate8_list_icon {
    height:60px;
}
.home_plate8_list_icon img {
    max-height:100%;
    display:block;
    margin:0 auto;
}
.home_plate8_list_cont {
    font-size: 18px;
    line-height: 26px;
    color: rgb(0, 0, 0);
    margin-top:18px;
    text-align:center;
}
.home_plate8_list a:hover .home_plate8_list_cont {
    color:rgb(47, 138, 245);
}
.pro_plate1_leftlist a:hover h4 {
    color:rgb(47, 138, 245);
}
@media(max-width:1000px) {
    .iconfont {
        width: 40px;
        height: 40px;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }

        .iconfont i {
            width: 100%;
            height: 100%;
            position: absolute;
        }

        .iconfont .cha {
            background: url(../images/cha.png) no-repeat center/100% 100%;
            display: none;
        }

        .iconfont .nav {
            background: url(../images/nav.png) no-repeat center/100% 100%;
        }

    .logo {
        height: 60px;
        padding: 10px 0;
    }

    .navlist {
        position: absolute;
        width: 100%;
        top: 100%;
        left: 0;
        padding: 10px;
        border-top: 1px solid #f1f1f1;
        display: none;
        z-index: 101;
    }

    .w_nav {
        display: block;
    }
    .header_contact{
        display:none;
    }
    header{
        position:relative;
        z-index:999;
    }
    .w_nav > li{
        width:100%;
    }
    .public_navpack{
        padding:10px;
    }
    .about_plate1{
        display:block;
    }
    .about_plate1_left{
        width:100%;
    }
    .about_plate1_left_pack{
        width:100%;
        padding:20px 10px;
    }
    .public_title2{
        font-size:20px;
        line-height:30px;
    }
    .about_plate1_desc{
        margin-top:15px;
    }
    .about_plate1_left_pack p{
        font-size:50px;
    }
    .about_plate1_right{
        width:100%;
    }
    .about_plate2{
        padding-top:30px;
    }
    .about_plate2_list{
        margin:30px 0 0;
    }
    .about_plate2_list li {
        width:100%;
        padding:0 ;
        margin-bottom:20px;
    }
    .about_plate2_list_cont {
        padding:20px 10px;
    }
    .about_plate3{
        margin-top:30px;
    }
    .about_plate3_cont{
        background:rgb(47, 138, 245);
        position:static;
        transform:none;
        width:100%;
        padding:20px 10px;
    }
        .about_plate3_cont h4{
            font-size:25px;
            line-height:35px;
        }
    .about_plate3_btn a{
        width:100px;
        line-height:40px;
        margin:0 5px;
    }
    .cooper{
        padding:30px 0;
    }
    .cooper_list {
        margin:20px -5px 0;
    }
    .cooper_list li {
        width:50%;
        padding:0 5px;
        margin-bottom:10px;
    }
    .footer_pack {
        padding:20px 0;
        display:block;
    }
    .footer_code_list {
        width:100%;
        padding:20px 0 0;
    }
    .footer_left {
        width:100%;
    }
    .copyright{
        margin-top:15px;
    }
    .jishu {
       margin-top:20px;
    }
    .cr_pa{
        padding:0 10px 20px;
    }
    .crowd_title{
        margin-top:20px;
        font-size:20px;
        line-height:30px;
    }
    .crowd_list li {
        width:48%;
        margin-bottom:15px;
    }
    .crowd_list{
        flex-wrap:wrap;
    }
    .detection_plate1{
        margin-top:0;
        padding-top:20px;
    }
    .detection_plate1_list{
        flex-wrap:wrap;
        padding:0 10px;
    }
    .detection_plate1_list li  {
        width:33.333%;
        padding:15px 5px;
    }
    .detection_plate1_list2 li{
        padding:10px;
    }
    .detection_plate2{
        padding:30px 0;
    }
    .detection_plate2_pack{
        flex-wrap:wrap;
    }
        .detection_plate2_pack > div {
            width:100%;
        }
    .detection_plate2_hf{
        margin-top:30px;
    }
    .detection_plate3{
        padding:30px 0;
    }
    .detection_plate3_img{
        margin-top:30px;
    }
    .detection_plate4{
        padding:30px 0;
    }
    .detection_plate4_list{
        margin-top:30px;
    }
    .message{
        padding:30px 0;
    }
    .message_pack{
        display:block;
    }
    .message_left {
        width:100%;
        padding:20px;
    }
    .message_list{
        margin-top:30px;
    }
    .message_right {
        width: 100%;
        padding:20px;
    }
    .message_left_desc p{
        margin-top:30px;
    }
    .message_input{
        width:100%;
    }
    .form-group{
        width:100%;
        margin-bottom:0;
    }
    #distpicker3{
        flex-wrap:wrap;
    }
    .pro_plate1 {
        display: block;
    }
    .pro_plate1_left{
        width:100%;
    }
    .pro_plate1_swiper{
        width:100%;
        margin-top:20px;
    }
    .pro_plate2_title{
        flex-wrap:wrap;
    }
        .pro_plate2_title > span{
            margin:5px 0 0;
        }
    .filter_co_btn {
        width: 90px;
        font-size: 14px;
    }
    .filter_co{
        width:calc(100% - 100px);
    }
    .filter_co_list span{
        font-size:14px;
    }
    .pro_plate3_list {
        margin:0 ;
    }
        .pro_plate3_list li{
            width:100%;
            padding:0;
        }
    .pro{
        padding:30px 0;
    }
    .page_div{
        margin:10px 0;
    }
    .news_plate1_pack {
        flex-wrap:wrap;
    }
    .news_plate1_swiper{
        width:100%;
    }
    .news_plate1_swiper_cont h4{
        padding:0 10px;
        margin:0;
    }
    .news_plate1_right{
        width:100%;
        margin-top:20px;
    }
    .news_plate2_pack{
        display:block;
    }
    .news_plate2_cont{
        width:100%;
    }
        .news_plate2_cont ul {
            padding:20px 10px;
        }
            .news_plate2_cont ul li{
                margin-bottom:10px;
            }
                .news_plate2_cont ul li a{
                    display:block;
                }
    .news_plate2_list_img{
        width:100%;
    }
    .news_plate2_list_cont{
        width:100%;
        padding:20px 10px;
    }
    .news_right_cont{
        margin-top:30px;
        width:100%;
    }
    .news {
        padding-bottom:30px;
    }
    .NewsDetail001_pack{
        padding:20px 10px;
    }
    .NewsDetail001-title h3{
        font-size:20px;
        line-height:30px;
    }
    .newsdetail{
        padding-bottom:30px;
    }
    .banner_news_title{
        display:none;
    }
    .banner_newsswiper{
        width:calc(100% - 80px);
    }
        .banner_newsswiper .swiper-slide::after{
            display:none;
        }
    .home_plate1_list li{
        width:49%;
        margin-bottom:10px;
    }
    .home_plate1_cont{
        padding:5px;
    }
    .home_plate2{
        padding:30px 0;
    }
    .home_plate2_pack,
    .home_plate2_left_pack,
    .home_plate6_pack {
        display: block;
    }
    .home_plate2_left,
    .home_pro2_tj,
    .home_pro2_rm,
    .home_plate2_right,
    .home_plate6_left,
    .home_plate6_right {
        width: 100%;
    }
    .home_pro2_rm,
    .home_plate2_right {
        margin-top: 20px;
    }
    .home_plate3,
    .home_plate4 {
        padding: 30px 0 0;
    }
    .home_plate4_left_cont,
    .home_plate6_left_cont,
    .home_plate6_right {
        padding: 20px 10px;
    }
    .home_plate5{
        padding-top:20px;
    }
    .home_plate5_list_cont li .home_plate5_list_text{
        padding:10px 15px 0;
    }
    .home_plate5_list_text p{
        width:120px;
        padding-right:10px;
    }
    .home_plate5_aaa{
        width:calc(100% - 120px);
    }
    .home_plate5_list_cont li:first-child p {
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .home_plate6,
    .home_plate7 {
        padding: 30px 0;
    }
    .home_plate7_pack h3 {
        font-size:25px;
        line-height:35px;
    }
    .home_plate7_pack p,
    .home_plate8_list_cont {
        font-size: 16px;
        line-height: 24px;
    }
    .home_plate7_pack a{
        width:120px;
        line-height:40px;
    }
    .home_plate8{
        padding-top:30px;
    }
    .home_plate8_list{
        display:block;
        margin:0;
    }
    .home_plate8_list li {
        width:100%;
        padding:0;
        margin-bottom:15px;
    }
    .detection_plate4_phone{
        font-size:18px;
        line-height:26px;
    }
}