﻿body {
    background:url(../images/pbg.png) no-repeat center top/100%;
}

.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_top{
    padding:28.5px 0;
    display:flex;
    justify-content:space-between;
}
.header_left {
    font-size: 16px;
    line-height: 24px;
    color: rgb(255, 255, 255);
    display:flex;
}
.header_right{
    display:flex;
    align-items:center;
}
.header_search{
    width:16px;
    cursor:pointer;
}
.header_email{
    margin-left:20px;
}
.header_email a {
    display: block;
    width: 18.7px;
}
.header_language {
    margin-left:10px;
    font-size:14px;
    line-height:24px;
    color:#fff;
    display:flex;
    align-items:center;
}
    .header_language a {
        color: #fff;
        font-size:16px;
        margin: 0 10px;
    }
    .header_language a:hover {
        text-decoration:underline;
    }
.header {
    border-bottom: 1px solid rgba(255, 255, 255,.3);
}
.logo {
    height:88px;
    padding:17px 0;
}
.logo a {
    display:block;
    height:100%;
}
.logo img {
    max-height:100%;
    display:block;
}
.header{
    display:flex;
    justify-content:space-between;
}
.w_nav{
    display:flex;
}
.w_nav>li {
    padding:0 25px;
    position:relative;
}
    .w_nav > li > a {
        font-size: 20px;
        line-height: 85px;
        border-bottom: 3px solid transparent;
        display: block;
        color: rgb(255, 255, 255);
    }
    .w_nav > li.active > a {
        font-weight:bold;
        border-bottom-color:#fff;
    }
    header {
        margin-bottom:50px;
    }
    .er_nav {
        position:absolute;
        top:100%;
        left:0;
        width:100%;
        text-align:center;
        background:#fff;
        box-shadow:0 0 30px rgba(255,255,255,.1);
        z-index:30;
        display:none;
    }
    .er_nav li a {
        font-size:16px;
        line-height:30px;
        color:#000;
        display:block;
    }
        .er_nav li a:hover {
            background:rgb(0, 58, 158);
            color:#fff;
        }
        .search_cont {
            width: 100vw;
            height: 100vh;
            position: fixed;
            top: 0;
            left: 0;
            background: rgba(0, 0, 0, 0.6);
            z-index: 300;
            display: none;
        }

.search_pack {
    width: 540px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    align-items: center;
}

    .search_pack input {
        width: 400px;
        font-size: 16px;
        padding: 0 5px 0 25px;
        border: 1px solid #f0f0f0;
        line-height: 38px;
        border-radius: 5px 0 0 5px;
    }

.search_btn {
    width: 70px;
    background: #00639d;
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
}

.search_cha {
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #fff;
    background: rgba(178, 178, 178,.5);
    margin-left: 40px;
}

    .search_cha i {
        font-size: 47px;
        line-height: 23px;
        transform: rotate(45deg);
        font-style: normal;
        display: block;
        font-weight: 300;
        cursor: pointer;
    }

@media(max-width:1000px) {
    .search_pack {
        width: 95%;
    }

        .search_pack input {
            width: calc(100% - 120px);
        }

    .search_cha {
        margin-left: 20px;
    }
}
.nei-banner {
    position:relative;
}
.nei-banner img {
    width:100%;
    display:block;
}
.banner_cont {
    position: absolute;
    width: 95%;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: rgb(245, 245, 245);
}
    .banner_cont h3 {
        font-size: 64px;
        line-height: 92px;
    }
.banner_cont p {
    font-size:28px;
    line-height:40px;
    margin-top:11px;
}
.public_pack{
    padding:28px 0 150px;
}
.public_nav {
    font-size: 20px;
    line-height: 26px;
    color: rgb(0, 0, 0);
}
.public_nav a {
    color:#000;
}
.contact_cont{
    margin-top:93px;
}
.contact_list {
    display:flex;
    flex-wrap:wrap;
}
.contact_list li {
    width:25%;
}
.contact_pack {
    background: #fff;
    border: 1px solid rgb(238, 238, 238);
    height:100%;
    padding:99px 40px 60px;
}
.contact_icon{
    height:51px;
}
.contact_icon img {
    max-height:100%;
    display:block;
    margin: auto;
}
.contact_text {
    padding-top: 48px;
    text-align: center;
}
    .contact_text h4 {
        font-size: 24px;
        line-height: 32px;
        color: rgb(0, 0, 0);
    }
    .contact_text p {
        font-size: 16px;
        line-height: 24px;
        color: rgb(98, 98, 98);
        margin-top:19px;
    }
    .map {
        margin-top:30px;
    }
.map iframe {
    height:640px !important;
}
footer {
    padding: 47px 0;
    background: rgb(34, 34, 34);
}
.footer_pack {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    color: rgb(255, 255, 255);
}
    .footer_pack h4 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom:15px;
    }
    .footer_navlist {
        width: 20%;
    }
.footer_nav {
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}
.footer_nav li {
    width:49%;
}
.footer_nav a {
    font-size:16px;
    line-height:40px;
    color:#fff;
    display:block;
}
.footer_link{
    display:flex;
    justify-content:space-between;
    margin-top:11px;
}
.footer_link li {
    width:32px;
}
.footer_link a {
    display:block;
    width:100%;
}
.footer_link img {
    width:100%;
    display:block;
}
.footer_contact {
    width:30%;
}
.footer_contact_cont p {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    font-size: 16px;
    line-height: 24px;
    color: rgb(177, 177, 177);
    margin-bottom:23px;
}
.footer_contact_cont img {
    max-width:15px;
    display:block;
    margin-top:6px;
}
.footer_contact_cont span {
    width:calc(100% - 15px);
    padding-left:10px;
}
.footer_code{
    width:11%;
}
.footer_form{
    width:17%;
}
.footer_input {
    background: #fff;
    border-radius: 5px;
    padding-left: 20px;
    display: flex;
    align-items: center;
    margin-bottom:10px;
}
    .footer_input p {
        font-size: 16px;
        line-height: 50px;
        color: rgb(0, 0, 0);
    }
        .footer_input p span {
            color: rgb(255, 0, 0);
        }
.footer_input input {
    width:calc(100% - 50px);
    border:none;
    background:transparent;
    font-size:16px;
    line-height:50px;
    border-radius:0 5px 5px 0;
    padding:0 10px 0 15px;
}
.submit {
    width: 100%;
    text-align: center;
    background: rgb(0, 58, 158);
    color:#fff;
    line-height:50px;
    font-size:16px;
    border-radius:5px;
    cursor:pointer;
}
.footer_pack {
    padding-bottom:33px;
}
.copyright {
    border-top: 1px solid rgba(255, 255, 255,.1);
    font-size: 14px;
    line-height: 24px;
    color: rgb(177, 177, 177);
    text-align:center;
    padding-top:16px;
}
    .copyright a {
        color: rgb(177, 177, 177);
    }
        .copyright a:hover {
            text-decoration:underline;
        }
        .copyright_list {
            display: flex;
            justify-content: center;
        }
.copyright_list li {
    margin:0 5px;
}
    .copyright_list a {
        font-size: 14px;
        line-height: 24px;
        color: rgb(177, 177, 177);
    }
.about_plate1{
    padding:28px 0 120px;
}
.about_plate1_pack {
    padding-top:93px;
    display:flex;
    align-items:center;
}
.about_plate1_left{
    width:53%;
    padding-right:6.5%;
}
.public_title {
    position:relative;
}
    .public_title h2 {
        font-size: 90px;
        line-height: 130px;
        color: rgb(246, 249, 251);
        text-transform:uppercase;
    }
    .public_title h3 {
        font-size:48px;
        line-height:63px;
        font-weight:bold;
        color:#000;
        position:absolute;
        left:0;
        top:50%;
        transform:translateY(-50%);
    }
.about_plate1_desc {
    font-size: 16px;
    line-height: 28px;
    color: rgb(102, 102, 102);
    margin-top:23px;
}
.about_palte1_list {
    display:flex;
    justify-content:space-between;
    margin-top:80px;
}
.about_palte1_list li {
    width:32%;
}
    .about_palte1_list h3 {
        font-size: 28px;
        line-height: 37px;
        color: rgb(51, 153, 51);
    }
    .about_palte1_list h3  span {
        font-size:72px;
        line-height:105px;
        color:#000;
    }
    .about_palte1_list p {
        font-size: 20px;
        line-height: 26px;
        color: rgb(102, 102, 102);
    }
.about_palte1_right {
    width:47%;
}
.about_plate2 {
    padding: 76px 0 135px;
    background: rgb(249, 250, 251);
}
    .about_plate2 .public_title,
    .about_plate3 .public_title{
        text-align: center;
    }
        .about_plate2 .public_title h2{
            color: rgb(255, 255, 255);
        }
        .about_plate2 .public_title h3,
        .about_plate3 .public_title h3{
            left: 50%;
            transform: translate(-50%,-50%);
        }
/*发展历程*/
.history_pack{
    margin-top:43px;
    position:relative;
}
     .arrow {
        width:70px;
        height:70px;
        background:#fff;
        border-radius:50%;
        line-height:70px;
        text-align:center;
        font-size:30px;
        color:#000;
        position:absolute;
        top:50%;
        transform:translateY(-50%);
        cursor:pointer;
        padding-top:2px;
        z-index:105;
        box-shadow:0 0 15px rgba(0,0,0,.1);
    }
.arrow_l,
.arrowr_l {
    padding-left: 7px;
    left: 6%;
}
.arrow_r,
.arrowr_r {
    padding-right: 7px;
    right: 6%;
}
 .arrow:hover {
    background: rgb(0, 58, 158);
    color:#fff;
}
.history_swiper{
    overflow:hidden;
    position:relative;
}
    .history_swiper .swiper-slide:nth-child(2n) .history_swiper_cont:first-child,
    .history_swiper .swiper-slide:nth-child(2n+1) .history_swiper_cont:last-child {
        opacity: 0;
    }
    .history_swiper::after {
        content: "";
        width: 100%;
        height: 6px;
        background: url(../images/x.png) no-repeat center/cover;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }
.history_swiper_cont {
    height:100%;
    width:130%;
}
    .history_swiper_cont:first-child {
        margin-bottom:46px;
    }
    .history_swiper_cont:last-child {
        margin-top:46px;
    }
    .history_swiper_cont h4 {
        font-size: 28px;
        line-height: 37px;
        color: rgb(0, 1, 0);
    }
    .history_swiper_cont .history_swiper_desc {
        font-size: 16px;
        line-height: 21px;
        color: rgb(0, 0, 0);
        height: 93px;
        overflow: auto;
        margin-top: 19.5px;
    }
        .history_swiper_cont .history_swiper_desc::-webkit-scrollbar {
            width: 2px;
        }
.history_swiper_cont {
    padding-left: 20px;
    border-left: 2px dashed rgb(206, 206, 206);
    position:relative;
    padding-bottom:29.5px;
}
    .history_swiper_cont::after {
        content: "";
        width: 8px;
        height: 8px;
        border-radius: 50%;
        display: block;
        background: rgb(206, 206, 206);
        position:absolute;
        left:-5px;
        bottom:-1px;
    }
.history_swiper .swiper-slide:nth-child(2n) .history_swiper_cont::after {
    top:-1px;
    bottom:auto;
}
.about_plate3 {
    padding:96.5px 0 180px;
}
.about_plate3_img{
    margin-top:33.5px;
}
.about_plate3_img img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}
.about_plate4{
    padding:57px 0 121px;
    background:url(../images/hbg.png) no-repeat center/cover;
}
.about_plate4 .public_title {
    text-align:center;
}
.about_plate4 .public_title h3 {
    left:50%;
    transform:translate(-50%,-50%);
}
.honor_pack{
    position:relative;
}
.honor_swiper {
    overflow:hidden;
    padding:120px 0 ;
}
.honor_swiper .swiper-slide {
    transform:scale(.8);
    transition:all .3s;
    z-index:6;
    width:auto;
    height:430px;
    overflow:hidden;
}
.home_banner a {
    display:block;
    width:100%;
}
.honor_swiper .swiper-slide img {
    max-width: 200%;
    height: 100%;
}
    .honor_swiper .swiper-slide-active {
        transform: scale(1.5);
        z-index: 10;
        display:flex;
        align-items:center;
    }
        .honor_swiper .swiper-slide-active img {
            max-width:100%;
            height:auto;
        }
        .honor_swiper .swiper-slide-prev {
            transform: scale(1) translateX(-30px);
            z-index: 8;
        }
    .honor_swiper .swiper-slide-next {
        transform: scale(1) translateX(30px);
        z-index:8;
    }
        .honor_swiper .swiper-slide-next + div {
            transform: scale(.8) translateX(-10px);
        }

    .honor_swiper .active {
        transform: scale(.8) translateX(10px);
    }
.laboratory_list {
    margin-top:93px;
}
.laboratory_list_cont a{
    display:flex;
    align-items:center;
}
.laboratory_list_cont li:nth-child(2n) a {
    flex-direction:row-reverse;
}
    .laboratory_list_cont li:nth-child(2n) a .laboratory_list_text {
        padding-left:5%;
        padding-right:0;
    }
    .laboratory_list_cont a > div {
        width: 50%;
    }
.laboratory_list_text{
    padding-right:5%;
    padding-top:15px;
    padding-bottom:15px;
}
.laboratory_list_text h4 {
    font-size:36px;
    line-height:48px;
    color:#000;
    font-weight:bold;
}
    .laboratory_list_text h4::after {
        content: "";
        width: 70px;
        height: 5px;
        background: rgb(0, 58, 158);
        display:block;
        margin:29px 0 0;
    }
    .laboratory_list_text p {
        font-size: 18px;
        line-height: 28px;
        margin-top: 30px;
        color: rgb(51, 51, 51);
    }
.NewsDetail001 {
    margin:0;
}
.NewsDetail001-title h3 {
    font-size:34px;
}
.news_list{
    padding-top:93px;
}
.news_list_cont{
    margin:50px -20px 0;
    display:flex;
    flex-wrap:wrap;
}
.news_list_cont li {
    width:33.333%;
    padding: 0 20px;
    margin-bottom:40px;
}
.news_list_cont a {
    display:block;
}
.home_banner_swiper {
    overflow:hidden;
    border-radius:20px;
}
.news_list_text {
    margin-top: 18px;
}
.join_cont{
    margin-bottom:30px;
}
.news_list_text span {
    font-size: 16px;
    line-height: 24px;
    color: rgb(135, 135, 135);
}
    .news_list_text h4 {
        font-size: 24px;
        line-height: 32px;
        font-weight: bold;
        color: rgb(32, 32, 32);
        margin-top:16px;
    }
    .news_list_text p {
        font-size: 16px;
        line-height: 24px;
        color: rgb(135, 135, 135);
        margin-top:19px;
    }
    .news_list_text samp {
        display: block;
        font-size: 16px;
        line-height: 24px;
        color: rgb(135, 135, 135);
        margin-top:25px;
        font-family:'微软雅黑';
    }
    .news_list_text hr {
        width: 100%;
        margin-top: 28.5px;
        border-top-color: rgb(232, 232, 232);
    }
.news_list_cont a:hover img {
    transform:scale(1.1);
}
.news_list_cont a:hover h4 {
    color: rgb(0, 58, 158);
}
.news_list_cont a:hover samp {
    color:rgb(0, 58, 158);
}
.news_list_cont a:hover  hr {
    border-top-color:rgb(0, 58, 158);
}
.team_list {
    padding-top:93px;
}
.team_list_cont {
    display:flex;
    flex-wrap:wrap;
    margin:0 -20px;
}
.team_list_cont li {
    width:33.3333%;
    padding:0 20px;
    margin-bottom:40px;
}
.team_list_cont a {
    display:block;
    height:100%;
}
.team_list_text{
    text-align:center;
}
.team_list_text h4 {
    font-size:20px;
    line-height:30px;
    margin-top:15px;
    color:#000;
    font-weight:bold;
}
.team_list_text p {
    font-size:16px;
    line-height:24px;
    color:#333;
    margin-top:10px;
}
.team_list_cont a:hover img {
    transform:scale(1.1);
}
.team_list_cont a:hover h4 {
    color:rgb(0, 58, 158);
}
.bx-SiteM041-item {
    margin-top:93px;
}
.bx-SiteM041-item ul li {
    margin-bottom: 20px;
}
.bx-SiteM041-title.active {
    background:rgb(0, 58, 158);
}
.bx-SiteM041-title {
    background-color: #F3F3F3;
    padding: 20px 40px;
    padding-right: 50px;
    position: relative;
    border-left: 2px solid rgb(0, 58, 158);
}
    .bx-SiteM041-title.active h3,
    .bx-SiteM041-title.active p{
        color: #fff;
    }
    .bx-SiteM041-title.active i {
        transform: translate(0,-60%) rotate(90deg);
        color: #fff;
    }

    .bx-SiteM041-title h3 {
        font-size: 22px;
        color: #000000;
    }

    .bx-SiteM041-title p {
        font-size: 18px;
        color: #666666;
        margin-top: 10px;
    }

    .bx-SiteM041-title i {
        position: absolute;
        right: 40px;
        font-size: 25px;
        top: 50%;
        color: #333;
        transition: all 0.5s;
        transform: translate(0,-50%);
    }

.bx-SiteM041-text {
    padding: 30px 40px;
    background-color: #F9F9F9;
    font-size: 18px;
    color: #666666;
    line-height: 2;
    display: none;
}

    .bx-SiteM041-text p {
        font-size: 18px;
        color: #666666;
        line-height: 2;
    }


@media screen and (max-width: 1500px) {
    .bx-SiteM041-title {
        padding: 15px 30px;
        padding-right: 50px;
    }

        .bx-SiteM041-title h3 {
            font-size: 20px;
        }

        .bx-SiteM041-title p {
            font-size: 16px;
        }

    .bx-SiteM041-text {
        padding: 20px 30px;
        font-size: 16px;
    }

        .bx-SiteM041-text p {
            font-size: 16px;
        }

    .bx-SiteM041-title i {
        right: 30px;
    }
}

@media screen and (max-width: 1000px) {
    .bx-SiteM041-title {
        padding: 15px;
        padding-right: 30px;
    }

        .bx-SiteM041-title h3 {
            font-size: 16px;
        }

        .bx-SiteM041-title p {
            font-size: 14px;
            margin-top: 5px;
        }

        .bx-SiteM041-title i {
            right: 5px;
        }

    .bx-SiteM041-text {
        padding: 15px;
    }

        .bx-SiteM041-text, .bx-SiteM041-text p {
            line-height: 1.5;
            font-size: 14px;
        }

    .bx-SiteM041-item ul li {
        margin-bottom: 10px;
    }
}
.news_classify {
    display: flex;
    justify-content: center;
    overflow: auto;
}

.news_class_list {
    display: flex;
}

    .news_class_list li {
        margin: 0 10px;
    }

        .news_class_list li a {
            display: block;
            width: 130px;
            line-height: 35px;
            border: 1px solid rgb(0, 58, 158);
            color: rgb(0, 58, 158);
            font-size: 14px;
            text-align: center;
            border-radius: 35px;
        }

            .news_class_list li a:hover,
            .news_class_list li a.active {
                background: rgb(0, 58, 158);
                color: #fff;
            }
.support_plate1 {
    padding:93px 0;
}
.support_title h3 {
    font-size:30px;
    line-height:40px;
    text-align:center;
    color:#000;
    font-weight:bold;
}
.support_plate1_cont {
    margin-top:50px;
}
.support_plate2{
    padding:80px 0;
    background:rgba(0, 58, 158,.05);
}
.faq_list {
    max-width: 1320px;
    margin: 40px auto 0;
}

    .faq_list li {
        margin-bottom: 20px;
    }

        .faq_list li:last-child {
            margin-bottom: 0;
        }

.faq_list_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 20px 25px;
    border: 1px solid #b7b7b7;
    color: #000;
}

    .faq_list_title h4 {
        font-size: 16px;
        transition: .5s;
        max-width: 90%;
    }

    .faq_list_title i {
        font-size: 14px;
    }

.faq_list_cont {
    border: 1px solid #b7b7b7;
    display: none;
}

.faq_list_desc {
    padding: 25px;
    font-size: 16px;
    line-height: 24px;
    color: #666;
}

.faq_list_title.active {
    background: rgb(0, 58, 158);
    color: #fff;
}
.tables {
    overflow: auto;
}

    .tables::-webkit-scrollbar {
        height: 3px;
    }

    .tables table {
        margin-top: 43px;
        min-width: 100%;
    }

    .tables tr td {
        border: none;
        padding: 18px 30px;
        border-bottom: 1px solid rgb(239, 239, 239);
        font-size: 16px;
        line-height: 24px;
        color: rgb(102, 102, 102);
        white-space: nowrap;
    }

        .tables tr td:first-child {
            width: 40%;
        }

            .tables tr td:first-child a {
                color: rgb(0, 58, 158);
            }

        .tables tr td:last-child a {
            color: rgb(0, 58, 158);
        }

            .tables tr td:first-child a:hover,
            .tables tr td:last-child a:hover {
                text-decoration: underline;
            }

    .tables tr:first-child td {
        font-size: 16px;
        line-height: 24px;
        padding: 13px 30px;
        background: rgb(248, 248, 248);
        color: rgb(0, 0, 0);
        font-weight: bold;
    }
.support_plate3 {
    padding:100px 0;
}
.support_pack{
    padding:28px 0 0;
}
.support_plate4 {
    padding: 100px 0 120px;
    background: rgba(0, 58, 158,.05);
}
.support_plate4_cont{
    margin-top:50px;
}
.products_pack_cont {
    display: flex;
    align-items: flex-start;
}

.products_classify {
    width: 280px;
}

    .products_classify h4 {
        font-size: 18px;
        line-height: 60px;
        padding: 0 30px;
        border-right: 3px solid rgb(3, 113, 164);
        background: rgba(3, 113, 164,.05);
        font-weight: bold;
    }

.pro_clasify_list li a {
    display: block;
    border-bottom: 1px solid rgb(244, 245, 250);
    font-size: 16px;
    line-height: 59px;
    color: rgb(98, 98, 98);
    padding: 0 30px;
}

    .pro_clasify_list li a.active {
        color: rgb(3, 113, 164);
    }

.products_list {
    width: calc(100% - 280px);
    padding-left: 50px;
    padding-top: 12px;
}

    .products_list h4 {
        font-size: 24px;
        line-height: 32px;
        color: rgb(0, 0, 0);
    }

.products_list_cont {
    margin-top: 29px;
}

    .products_list_cont li {
        margin-bottom: 30px;
    }

        .products_list_cont li a {
            /*display: flex;
            align-items: center;*/
            display:block;
        }

.products_list_img {
    width: 100%;
}

.products_list_text {
    width: 100%;
    padding-top: 30px;
}

    .products_list_text h4 {
        font-size: 24px;
        line-height: 35px;
        color: rgb(0, 0, 0);
    }

    .products_list_text p {
        font-size: 16px;
        line-height: 24px;
        margin-top: 19px;
        color: rgb(98, 98, 98);
    }

    .products_list_text span {
        display: block;
        width: 150px;
        line-height: 48px;
        border: 1px solid rgb(0, 58, 158);
        color: rgb(0, 58, 158);
        text-align: center;
        font-size: 16px;
        margin-top: 27px;
    }
.products_list_cont li a:hover img {
    transform:scale(1.1);
}
.products_list_cont li a:hover h4,
.products_list_cont li a:hover p {
    color: rgb(0, 58, 158);
}

.products_list_cont li a:hover span {
    background: rgb(0, 58, 158);
    color: #fff;
}
.products_pack_cont {
    padding-top:93px;
}
.pro_detail_img, .products_list_img {
    border: 1px solid rgb(239, 239, 239);
}
.detail_cont{
    padding:90px 0;
}
.range_gl{
    padding-top:70px;
    border-top:1px solid #f1f1f1;
}
.range_gl h3 {
    font-size:30px;
    font-weight:bold;
    line-height:40px;
}
.range_gl_list {
    margin:50px -20px 0;
    display:flex;
    flex-wrap:wrap;
}
.range_gl_list li {
    width:33.333%;
    padding:0 20px;
    margin-bottom:40px;
}
.range_gl_list a {
    display:block;
}
.range_gl_list_cont{
    margin-top:10px;
}
.range_gl_list_cont h4 {
    font-size:20px;
    line-height:30px;
    font-weight:bold;
    color:#000;
}
.range_gl_list_cont p {
    font-size:16px;
    line-height:24px;
    color:#333;
    margin-top:10px;
}
.range_gl_list a:hover img {
    transform:scale(1.1);
}
.range_gl_list a:hover h4 {
    color: rgb(0, 58, 158);
}
.home_banner img {
    width:100%;
    display:block;
}
.home_desc {
    font-size: 24px;
    line-height: 48px;
    color: rgb(0, 0, 0);
    margin-top:80px;
    text-indent:2em;
}
.home_plate1{
    padding:80px 0 179px;
}
.home_plate1_img{
    margin-top:43px;
}
.home_plate1_pack{
    display:flex;
    margin-top:120px;
    align-items:center;
}
.home_plate1_img2{
    width:43%;
    position:relative;
    z-index:2;
}
.home_plate1_img2 img {
    min-width:118%;
    margin-right:-18%;
}
.home_plate1_cont {
    width: 57%;
    background: rgb(249, 250, 251);
    padding:200px 80px 200px 185px;
}
    .home_plate1_cont h3 {
        font-size: 50px;
        font-weight: bold;
        line-height: 60px;
        color: rgb(0, 0, 0);
    }
    .home_plate1_cont p {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 16px;
        color: rgb(0, 0, 0);
        display:flex;
        align-items:flex-start;
    }
.home_plate1_cont img {
    width:33px;
    display:block;
}
.home_plate1_cont span {
    width:calc(100% - 33px);
    padding-left:18px;
}
.c .public_title {
    text-align:center;
}
.c .public_title h3 {
    left:50%;
    transform:translate(-50%,-50%);
}
.home_plate1_text{
    margin-top:45px;
}
.honor_pack {
    margin-top:43px;
}
.y1200 {
    max-width:1200px;
    margin:0 auto;
}
.home_plate3{
    padding:110px 0 0 ;
}
.home_plate3_title_img {
    margin-bottom:7.3px;
}
.home_plate3_title_img img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.home_plate3_cont1_list{
    display:flex;
    flex-wrap:wrap;
    margin:43px -5px 0;
}
.home_plate3_cont1_list li {
    width:calc(100% / 7);
    padding:0 5px;
    margin-bottom:48px;
}
.home_plate3_cont1_img{
    height:60px;
}
.home_plate3_cont1_img img {
    max-height:100%;
    display:block;
    margin:0 auto;
}
.home_plate3_text {
    font-size: 18px;
    line-height: 24px;
    margin-top: 20px;
    text-align: center;
    color: rgb(0, 0, 0);
}
.home_plate3_pack{
    cursor:pointer;
}
    .home_plate3_pack:hover .home_plate3_text {
        color:rgb(0, 58, 158);
    }
.home_plate3_cont2{
    padding:76px 0 115px;
    background:url(../images/hbg4.png) no-repeat center/cover;
}
.home_plate4{
    padding:84px 0;
    background:url(../images/hbg2.png) no-repeat center/cover;
}
.home_plate5{
    padding:97px 0 150px;
    background:url(../images/hbg3.png) no-repeat center/cover;
}
    .home_plate5 .hn_btn {
        display: block;
        width: 150px;
        line-height: 50px;
        background: rgb(0, 58, 158);
        text-align: center;
        color: #fff;
        margin: 0 auto;
        font-size: 16px;
        box-shadow: 0 5px 10px rgba(0, 58, 158, 0.4);
    }
.PaymentMethod-item ul {
    display: flex;
    justify-content: space-between;
}

    .PaymentMethod-item ul li {
        width: calc(25% - 27px);
        margin-top: 65px;
    }

        .PaymentMethod-item ul li .PaymentMethod-list {
            height: 100%;
            position: relative;
        }

            .PaymentMethod-item ul li .PaymentMethod-list .icons {
                width: 50px;
                position: absolute;
                left: 50%;
                top: 0;
                transform: translate(-50%, -100%);
            }

            .PaymentMethod-item ul li .PaymentMethod-list .text {
                width: 100%;
                height: 100%;
                background-color: #fff;
                border-radius: 90px;
                border: 1px solid rgb(0, 58, 158);
                text-align: center;
                padding: 20px;
                position: relative;
                padding-top: 30px;
            }

                .PaymentMethod-item ul li .PaymentMethod-list .text::before {
                    content: '';
                    display: block;
                    width: 35px;
                    height: 1px;
                    background-color: rgb(0, 58, 158);
                    position: absolute;
                    right: -1px;
                    top: 50%;
                    transform: translate(100%, 0);
                }

                .PaymentMethod-item ul li .PaymentMethod-list .text::after {
                    content: '';
                    display: block;
                    width: 12px;
                    height: 12px;
                    background-color: rgb(0, 58, 158);
                    border-radius: 50%;
                    position: absolute;
                    right: -23px;
                    top: 50%;
                    transform: translate(0, -50%);
                }

        .PaymentMethod-item ul li:nth-last-child(1) .PaymentMethod-list .text::after,
        .PaymentMethod-item ul li:nth-last-child(1) .PaymentMethod-list .text::before {
            display: none;
        }

        .PaymentMethod-item ul li .PaymentMethod-list .text h3 {
            font-size: 18px;
            font-weight: bold;
            color: #202020;
        }

        .PaymentMethod-item ul li .PaymentMethod-list .text p {
            font-size: 16px;
            color: #626262;
            margin-top: 10px;
        }
.mt50 {
    margin-top:50px;
}
.laboratory_list_cont a:hover img {
    transform:scale(1.1);
}
.laboratory_list_cont a:hover .laboratory_list_text h4 {
    color:rgb(0, 58, 158);
}
@media(max-width:1600px) {
    .w_nav > li {
        padding:0 20px;
    }
        .w_nav > li > a{
            font-size:16px;
        }
    .home_desc{
        font-size:20px;
        line-height:40px;
    }
    .home_plate1_cont{
        padding:180px 80px 180px 150px;
    }
        .home_plate1_cont h3{
            font-size:40px;
            line-height:50px;
        }
        .home_plate1_cont p,
        .news_list_text h4,
        .banner_cont p,
        .footer_pack h4 {
            font-size: 20px;
            line-height: 30px;
        }
    .public_title h2{
        font-size:80px;
        line-height:110px;
    }
    .public_title h3{
        font-size:40px;
        line-height:55px;
    }
    .banner_cont h3{
        font-size:50px;
        line-height:70px;
    }
    .about_palte1_list h3 span{
        font-size:60px;
        line-height:70px;
    }
    .about_palte1_list p{
        font-size:16px;
        line-height:24px;
    }
    .footer_form{
        width:20%;
    }
    .laboratory_list_text h4{
        font-size:25px;
        line-height:35px;
    }
        .laboratory_list_text h4::after{
            margin-top:15px;
            width:60px;
            height:3px;
        }
    .laboratory_list_text p{
        font-size:16px;
        line-height:26px;
    }
    .contact_pack{
        padding:50px 20px ;
    }
    .map iframe{
        height:500px !important;
    }
    .honor_swiper .swiper-slide {
        height:345px;
    }
}
@media(max-width:1400px) {
    .w_nav > li {
        padding:0 15px;
    }
    
}
@media(max-width:1000px) {
    .header_left p {
        display:none;
    }
    .header_top{
        padding:15px 0;
    }
    .honor_swiper .swiper-slide {
        height: 240px;
    }
    .products_pack_cont {
        display: block;
    }

    .products_classify {
        width: 100%;
    }

    .products_list {
        width: 100%;
        padding: 20px 0 0;
    }

    .products_list_cont li a {
        display: block;
    }

    .products_list_img,
    .pro_detail_pack > div {
        width: 100%;
    }

    .products_list_text {
        width: 100%;
        padding: 20px 0 0;
    }

        .products_list_text span {
            width: 120px;
            line-height:40px;
        }

    .pro_detail {
        max-width: 100%;
        padding: 30px 0;
    }

    .pro_detail_pack {
        display: block;
    }

    .pro_detail_cont {
        padding: 20px 0 0;
    }

        .pro_detail_cont a {
            width: 120px;
            line-height: 42px;
        }

        .pro_detail_cont h4, .pro_detail_text h4, .video_plate2_cont h4 {
            font-size: 18px;
            line-height: 26px;
        }
    .products_pack_cont{
        padding-top:30px;
    }
    .public_nav {
        font-size:16px;
        line-height:24px;
    }
    .public_pack{
        padding:30px 0 ;
    }
    .banner_cont h3{
        font-size:25px;
        line-height:35px;
    }
    .banner_cont p {
        font-size:16px;
        line-height:24px;
    }
    .iconfont {
        width: 40px;
        height: 40px;
        position: absolute;
        right: 15px;
        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;
        background: rgb(0, 58, 158);
        padding: 10px;
        border-top: 1px solid #f1f1f1;
        display: none;
        z-index: 101;
    }

    .w_nav {
        display: block;
    }
    .header {
        position:relative;
    }
    .w_nav > li{
        padding:0;
    }
    .w_nav > li>a {
        line-height:40px;
        border:none;
    }
    .er_nav {
        position:static;
        background:transparent;
        box-shadow:none;
    }
    .er_nav>li>a {
        text-align:left;
        color:#fff;
    }
    header{
        margin-bottom:20px;
    }
    .banner_cont{
        width:90%;
    }
    .products_list h4{
        font-size:20px;
        line-height:30px;
    }
    .products_list_cont{
        margin-top:15px;
    }
    .webdiyerCss{
        padding-top:30px;
    }
    .footer_navlist{
        display:none;
    }
    .footer_pack{
        display:block;
    }
    .footer_contact,
    .footer_form {
        width: 100%;
    }
    .footer_code{
        display:none;
    }
    footer{
        padding:20px 0;
    }
    .footer_pack h4{
        font-size:18px;
        line-height:26px;
    }
    .footer_input input,
    .footer_input p,
    .submit {
        line-height: 45px;
    }
    .about_plate1_pack {
        padding-top:30px;
        display:block;
    }
    .about_plate1_left{
        width:100%;
        padding:0 0 20px;
    }
    .public_title h2{
        font-size:40px;
        line-height:60px;
    }
    .public_title h3{
        font-size:20px;
        line-height:40px;
    }
    .about_plate1_desc{
        margin-top:15px;
    }
    .about_palte1_list{
        margin-top:30px;
    }
        .about_palte1_list h3 {
            font-size:18px;
            line-height:26px;
        }
            .about_palte1_list h3 span{
                font-size:30px;
                line-height:50px;
            }
    .about_palte1_right {
        width:80%;
        margin:auto;
    }
    .about_plate1,
    .about_plate2,
    .about_plate3,
    .about_plate4 {
        padding: 30px 0;
    }
    .arrow{
        width:40px;
        height:40px;
        line-height:40px;
        font-size:20px;
    }
    .history_swiper_cont h4{
        font-size:20px;
        line-height:30px;
    }
    .honor_swiper{
        padding:80px 0;
    }
    .contact_cont{
        margin-top:30px;
    }
    .contact_list{
        display:block;
    }
    .contact_list li {
        width:100%;
    }
    .contact_text{
        padding-top:30px;
    }
        .contact_text h4{
            font-size:20px;
            line-height:30px;
        }
    .map iframe{
        height:300px !important;
    }
    .news_list{
        padding-top:30px;
    }
    .news_classify{
        justify-content:flex-start;
    }
    .news_list_cont{
        margin:30px 0 0;
    }
    .news_list_cont li {
        width:100%;
        padding:0;
        margin-bottom:20px;
    }
    .news_list_text hr{
        margin-top:15px;
    }
    .news_list_text samp{
        margin-top:10px;
    }
    .news_list_text p{
        margin-top:8px;
    }
    .detail_cont{
        padding:30px 0;
    }
    .NewsDetail001-title h3{
        font-size:25px;
    }
    .range_gl{
        padding-top:30px;
    }
        .range_gl h3{
            font-size:25px;
            line-height:35px;
        }
    .range_gl_list{
        margin:30px 0 0;
    }
    .range_gl_list li {
        width:100%;
        padding:0;
        margin-bottom:20px;
    }
    .range_gl_list_cont h4{
        font-size:18px;
        line-height:26px;
    }
    .laboratory_list{
        margin-top:30px;
    }
    .laboratory_list_cont a{
        display:block;
    }
    .laboratory_list_cont li {
        margin-bottom:30px;
    }
    .laboratory_list_cont a > div {
        width: 100%;
    }
    .laboratory_list_text{
        padding:0 0 20px !important;
    }
        .laboratory_list_text p{
            margin-top:15px;
        }
        .laboratory_list_text h4{
            font-size:20px;
            line-height:30px;
        }
            .laboratory_list_text h4::after{
                width:30px;
                height:2px;
                margin-top:10px;
            }
    .support_plate1,
    .support_plate2,
    .support_plate3,
    .support_plate4 {
        padding: 30px 0;
    }
    .support_title h3 {
        font-size:20px;
        line-height:30px;
    }
    .team_list{
        padding-top:30px;
    }
    .team_list_cont{
        display:block;
        margin:0 0 20px;
    }
        .team_list_cont li {
            width:100%;
            padding:0 ;
            margin-bottom:20px;
        }
    .bx-SiteM041-item{
        margin-top:30px;
    }
    .home_desc{
        font-size:16px;
        line-height:24px;
        margin-top:30px;
    }
    .home_plate1{
        padding:30px 0;
    }
    .home_plate1_pack{
        display:block;
        margin-top:40px;
    }
    .home_plate1_img2{
        width:100%;
    }
        .home_plate1_img2 img{
            min-width:100%;
            margin:0;
        }
    .home_plate1_cont{
        padding:20px 10px;
        width:100%;
    }
        .home_plate1_cont h3{
            font-size:20px;
            line-height:30px;
        }
    .home_plate1_text{
        margin-top:20px;
    }
    .home_plate1_cont p, .news_list_text h4, .banner_cont p, .footer_pack h4{
        font-size:16px;
        line-height:24px;
    }
    .home_plate1_cont img{
        width:25px;
    }
    .home_plate1_cont span{
        width:calc(100% - 25px);
        padding-left:10px;
    }
    .y1200{
        max-width:100%;
        padding:0 10px;
    }
    .home_plate3 {
        padding:30px 0;
    }
    .home_plate3_cont1_list li{
        width:25%;
        margin-bottom:25px;
    }
    .home_plate3_cont1_img{
        height:45px;
    }
    .home_plate3_text{
        font-size:16px;
        line-height:22px;
    }
    .home_plate3_cont2{
        padding:30px 0 0;
    }
    .mt50{
        margin-top:30px;
    }
    .PaymentMethod-item ul{
        flex-wrap:wrap;
    }
        .PaymentMethod-item ul li{
            width:100%;
        }
            .PaymentMethod-item ul li .PaymentMethod-list .text::before,
            .PaymentMethod-item ul li .PaymentMethod-list .text::after {
                display: none;
            }
    .home_plate4,
    .home_plate5 {
        padding: 30px 0;
    }
}