﻿*,h4,h5,h6 {
    margin:0;
    box-sizing:border-box;
}
.img {
    overflow: hidden;
}
.UList-box{
    display: none;
}

    .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;
}

.language {
    position: relative;
}

.language_cont {
    display: flex;
    align-items: center;
    cursor: pointer;
}

    .language_cont img {
        width: 31.5px;
    }

    .language_cont span {
        font-size: 18px;
        line-height: 26px;
        color: #fff;
        padding: 0 10px;
    }

    .language_cont i {
        font-size: 18px;
        line-height: 26px;
        color: #FFF;
        margin-left:5px
    }

.language_list {
    position: absolute;
    top: 100%;
    left: 0;
    padding: 5px 0;
    background: #fff;
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    width: 100%;
    display: none;
}

.language_list li a {
    display: flex;
    padding: 5px 10px;
    align-items: center;
    justify-content:center
}

.language_list li a img {
    width: 31px;
    display: block;
}

.language_list li a span {
    font-size: 18px;
    line-height: 26px;
    color: #000;
    width: calc(100% - 31px);
    padding-left: 10px;
}

.language_list li a:hover span {
    color: #E62129;
}

.language {
    padding-left:20px;
}
header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    transition:all .5s;
/*    border-bottom:1px solid rgba(255,255,255,.2);*/
}
header.active {
    position: fixed;
    background:#fff;
    border-bottom:1px solid #f1f1f1;
}
    header .logo img{
        filter: grayscale(200%) brightness(700%);
    }
        header.active .logo img {
            filter: none
        }
    header.active .w_nav>li>a {
        color:#000;
    }
    header.active .search_icon img {
        filter: brightness(0%) contrast(100%);
    }
    header.active .language_cont span,
    header.active .language_cont i {
        color: #000;
    }
    .header_pack {
    /*    position:relative;*/
        display: flex;
        justify-content: space-between;
        padding: 0 5.5%;
    }
.logo {
    padding:10px 0;
    height:80px;
}
.logo a {
    display:block;
    height:100%;
}
.logo img {
    max-height:100%;
    display:block;
}

.navlist{
  position:fixed;
  top:0;
  left:0;
  z-index:99;
  height:100vh;
  width:100%;
/*  background:#fff;*/
  backdrop-filter: blur(3px);
  display:none
}

.nav-logo{
    text-align:center;
    padding:60px 0;
    background:#fff
}
.nav-logo img{
    max-height:60px
}
.nav-hide{
    position:absolute;
    top:20px;
    right:20px;
    width:30px;
    height:30px;
    cursor:pointer
}
.nav-fd a{
    display:block;
    padding:5px 0;
    font-size:16px;
    color:#666;
}
.nav-fd a:hover{
    color:#005DAB
}
.w_nav {
    display: flex;
    justify-content: center;
    background: linear-gradient(180.00deg, rgba(255, 255, 255, 1) 52%,rgba(255, 255, 255, 0) 100%);
   height:100vh
}
.w_nav>li {
    padding:0 25px;
    width:15%
}
.core {
    position: relative;
}
.er_nav {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 5px 0;
    background: #333;
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    display: none;
}
    .er_nav>li>a {
        display:block;
        text-align:center;
        font-weight:bold;
        font-size:16px;
        line-height:24px;
        padding:5px 0;
        color:#000;
        text-transform:capitalize;
    }
        .er_nav > li > a:hover {
            color:#005DAB;
        }
        .w_nav > li > a {
            position:relative;
            display: block;
            font-weight:bold;
            font-size: 16px;
            line-height: 50px;
            border-bottom: 3px solid transparent;
            color: #000;
        }
/*.w_nav > li.active > a::after {
    content: '';
    bottom: 20px;
    opacity: 1;
}
.w_nav > li > a::after {
    content: '';
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    height: 2px;
    opacity:0;
    background: #005DAB;
    transition:all 0.5s
}*/
/*.w_nav > li > a:hover::after {
    bottom: 20px;
    opacity: 1;
}*/
.header_right {
    position:relative;
    display: flex;
    align-items: center;
}
.search_icon {
    width:20px;
    cursor:pointer;
}
.search_icon img {
    width:100%;
    display:block;
}
.nei-banner{
    position:relative;
}
.nei-banner img {
    width:100%;
    display:block;
}
.banner_cont {
    width:97%;
    max-width:1200px;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    text-align:center;
}
.banner_cont h3 {
    font-size:60px;
    line-height:90px;
    color:#fff;
    text-transform:uppercase;
    font-weight:bold
}
.banner_cont p {
    font-size:20px;
    line-height:30px;
    color:#fff;
    margin-top:10px;
}
.y1200 {
    max-width:1220px;
    padding:0 10px;
    margin:0 auto;
}
.public_nav {
    border-bottom: 1px solid #DFE1E6;
}
.public_navlist{
    display:flex;
}
    .public_navlist > li {
        margin-right:60px;
    }
    .public_navlist > li > a {
        font-size: 20px;
        line-height: 77px;
        color: #000000;
        border-bottom: 3px solid transparent;
        display:block;
    }
        .public_navlist > li > a.active, .public_navlist > li > a:hover {
            border-bottom-color: #005DAB;
            color:#005DAB;
            font-weight:bold;
        }
    .public_navlist > li:last-child {
        margin-right:0;
    }
.contact {
    padding:75px 0 100px;
}

.public_title {
    text-align:center;
}
.public_title h3 {
    font-size: 40px;
    line-height: 58px;
    color: #000000;
    font-weight:bold
}
/*    .public_title h3::after {
        content: "";
        width: 50px;
        height: 4px;
        background: #005DAB;
        display:block;
        margin:17px auto 0;
    }*/
.contact_pack {
    display:flex;
    margin:50px 0 0;
    justify-content:space-between;
}
.contact_left {
    width: 50%;
    padding: 50px;
    background: #F8F9FC;
}
.contact_left_title h4 {
    font-size: 24px;
    line-height: 35px;
    color: #000000;
}
.contact_left_title p {
    font-size: 14px;
    line-height: 20px;
    margin-top: 11px;
    color: #000000;
}
.contact_form {
    margin-top:48px;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}
.contact_input {
    width:calc(50% - 10px);
    margin-bottom:28px;
}
    .contact_input p {
        font-size: 16px;
        line-height: 24px;
        color: #000000;
        margin-bottom:4.5px;
        font-weight:bold;
    }
    .contact_input input,
    .contact_input textarea{
        width: 100%;
        border: 1px solid #DFE1E6;
        padding: 10px 20px;
        font-size: 16px;
        line-height: 24px;
        color: #000000;
    }
        .contact_input input::-webkit-input-placeholder,
        .contact_input textarea::-webkit-input-placeholder{
            color: #000;
        }
    .contact_input:last-child {
        width:100%;
    }
    .contact_input textarea {
        height: 150px;
    }
.submit {
    width: 150px;
    line-height: 50px;
    border-radius: 30px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background: #005DAB;
    box-shadow: 0px 5px 10px 0px rgba(233, 14, 2, 0.4);
    cursor:pointer;
}
    .submit:hover {
        background: #00078c;
        box-shadow: 0px 5px 10px 0px #00078c40;
        
    }
.contact_cont {
    padding-left: 3%;
    width:50%;
}

    .contact_cont h4 {
        font-size: 24px;
        line-height: 35px;
        color: #000000;
    }

.contact_list {
    display: flex;
    flex-wrap: wrap;
}

    .contact_list li {
        border-bottom: 1px solid #E6E7EB;
        padding: 30px 0;
        padding-right: 10px;
        width: 40%;
    }

.contact_list_pack {
    display: flex;
    /*align-items: center;*/
}

    .contact_list_pack img {
        width: 80px;
    }

.contact_list_cont {
    width: calc(100% - 80px);
    padding-left: 20px;
    padding-top:15px;
}

    .contact_list_cont h4 {
        font-size: 18px;
        line-height: 26px;
        color: #000000;
    }

    .contact_list_cont p {
        font-size: 16px;
        line-height: 24px;
        color: #000;
    }

.contact_list li:nth-child(2n+1) {
    width: 60%;
}
.contact_cont > p {
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    margin-top: 28px;
    padding-left:100px;
}
.flow_palte1{
    padding:75px 0 92px;
}
.flow_palte1_list{
    margin:50px -14px 0;
    display:flex;
    flex-wrap:wrap;
}
.flow_palte1_list li {
    width:calc(100% / 6);
    padding:0 14px;
    margin-bottom:28px;
}
.flow_palte1_list_pack{
    position:relative;
}
.flow_palte1_cont {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    background: linear-gradient(180.00deg, rgba(0, 0, 0, 0),rgba(0, 0, 0, 1) 100%);
    padding:13px;
    text-align:center;
    font-size:16px;
    line-height:24px;
    color:#fff;
}
.flow_plate2 {
    padding: 98px 0 80px;
    background: #F8F9FC;
}
.flow_plate2_list {
    display:flex;
    flex-wrap:wrap;
    margin:50px -9px 0;
}
.flow_plate2_list li {
    width:20%;
    padding:0 9px;
    margin-bottom:20px;
}
.flow_plate2_list_pack {
    display: flex;
    background: #FFFFFF;
    padding: 20px 30px;
    height:100%;
    align-items:center;
}
.flow_plate2_list_pack h4 {
    font-size:40px;
    line-height:58px;
    color:#005DAB;
    width:45px;
    font-weight:bold;
}
    .flow_plate2_list_pack p {
        width: calc(100% - 45px);
        padding-left: 10px;
        font-size: 14px;
        line-height: 21px;
        color: #000000;
    }
.flow_plate3{
    padding:95px 0 120px;
}
.flow_plate3_list {
    display:flex;
    justify-content:space-around;
    margin:50px 0 0;
}
.flow_plate3_list_icon {
    width: 160px;
    height: 160px;
    background: #005DAB;
    border-radius:50%;
    margin:0 auto;
    display:flex;
    align-items:center;
    justify-content:center;
}
.flow_plate3_list_icon img {
    max-width:35%;
    display:block;
}
.flow_plate3_list li p {
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #000000;
    margin-top:18px;
}
.flow_plate3_list li {
    max-width:20%;
}
.eq_plate1{
    padding:75px 0 80px;
}
.eq_plate1_pack {
    margin-top:50px;
}
.eq_plate1_tab{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
}
.eq_plate1_tab li {
    padding:0 10px;
}
    .eq_plate1_tab p {
        border: 1px solid #DFE1E6;
        font-size:16px;
        line-height:24px;
        padding:8px 15px;
    }
    .eq_plate1_tab p span {
        color:#005DAB;
    }
.eq_plate1_list {
    margin:30px -20px 0;
    display:flex;
    flex-wrap:wrap;
}
.eq_plate1_list li {
    width:33.333%;
    padding:0 20px;
    margin-bottom:40px;
}
    .eq_plate1_list li a {
        display:block;
    }
.eq_plate2 {
    background: #F8F9FC;
    display:flex;
    align-items:center;
}
.eq_plate2_img{
    width:62.5%;
}
.eq_plate2_right{
    width:37.5%;
    padding:5%;
}
.eq_plate2_tab{
    margin-top:50px;
}
.qg_plate1 {
    padding:75px 0 100px;
}
.qg_plate1_desc {
    font-size:14px;
    line-height:20px;
    color:#000;
    margin-top:50px;
    text-align:center;
}
.qg_plate1_list {
    display:flex;
    flex-wrap:wrap;
    margin:29px -20px 0;
}
.qg_plate1_list li {
    width:33.333%;
    padding:0 20px;
    margin-bottom:40px;
}
.qg_plate1_list_pack p {
    text-align:center;
    font-size:18px;
    line-height:26px;
    color:#000;
    margin-top:18px;
}
.por_plate1{
    padding:100px 0 70px;
}
.pro_plate1_list{
    display:flex;
    flex-wrap:wrap;
    margin:0 -20px;
}
.pro_plate1_list li {
    padding:0 20px;
    width:33.333%;
    margin-bottom:40px;
}
.pro_plate1_list a {
    display:block;
}
    .pro_plate1_list a p {
        font-size: 18px;
        line-height: 26px;
        color: #000000;
        margin-top:18px;
    }
    .pro_plate1_list a:hover img {
        transform:scale(1.1);
    }
    .pro_plate1_list a:hover p {
        color:#005DAB;
    }
.por_plate2 {
    padding: 95px 0 120px;
    background: #F8F9FC;
}
.por_plate2_desc {
    margin:50px 0 0;
    text-align:center;
    font-size:14px;
    line-height:21px;
    color:#000;
}
.por_plate2_pack {
    display:flex;
    align-items:flex-end;
    margin-top:66px;
}
.por_plate2_cont {
    width:22%;
    padding:45px 50px 20px;
    background:#fff;
}
.por_plate2_cont h4 {
    font-size:40px;
    line-height:50px;
    color:#005DAB;
}
.por_plate2_cont p {
    font-size:14px;
    line-height:21px;
    color:#000;
    margin-top:22px;
}
.por_plate2_img {
    width:78%;
}
.prodetail_plate1 {
    padding: 120px 0 100px;
    background: #F8F9FC;
}
.prodetail_plate1_pack {
    display:flex;
    align-items:center;
}
.prodetail_plate1_img {
    width:49%;
}
.prodetail_plate1_cont {
    width:51%;
    padding-left:5%;
}
    .prodetail_plate1_cont h3 {
        font-size: 40px;
        line-height: 58px;
        color: #000000;
    }
        .prodetail_plate1_cont h3::after {
            content: "";
            width: 50px;
            height: 4px;
            background: #005DAB;
            display:block;
            margin-top:17px;
        }
    .prodetail_plate1_cont p {
        font-size: 16px;
        line-height: 24px;
        color: #333333;
        margin-top:50px;
    }
.prodetail_plate1_cont a {
    display:flex;
    align-items:center;
    justify-content:center;
    width:260px;
    border-radius:50px;
    padding:15px;
    background:#005DAB;
    margin-top:50px;
    font-size:16px;
    line-height:24px;
    color:#fff;
}
.prodetail_plate1_cont a:hover{
    background:#00078c
} 
    .prodetail_plate1_cont a span {
        margin-left: 15px;
    }
.prodetail_plate2 {
    padding: 95px 0 75px;
    background: #F8F9FC;
}
.prodetail_plate2_list{
    display:flex;
    margin:50px -20px 0;
    flex-wrap:wrap;
}
.prodetail_plate2_list li{
    width:25%;
    padding:0 20px;
    margin-bottom:40px;
}
.prodetail_plate2_pack {
    background:#fff;
    height:100%;
}
.prodetail_plate2_cont {
    padding:23px 25px;
}
    .prodetail_plate2_cont h4 {
        font-size: 20px;
        line-height: 30px;
        color: #000000;
        font-weight:bold;
    }
    .prodetail_plate2_cont p {
        font-size: 16px;
        line-height: 24px;
        margin-top: 11px;
        color: #333333;
    }
.prodetail_last {
    padding:0 0 150px;
}
.prodetail_last_pack {
    display: flex;
    margin: 50px 0 0;
    background: #F8F9FC;
}
.prodetail_last_pack>div {
    width:50%;
}
.prodetail_last_right {
    padding:70px 50px;
}
.w100 {
    width:100%;
}
.about_plate1 {
    display: flex;
    align-items: center;
    background: #F8F9FC;
    overflow:hidden
}
.about_plate1>div {
    width:50%;
}
.about_plate1_cont{
    padding:3%;
    padding-right:10%;
}
.about_plate1_title p {
    font-size: 12px;
    line-height: 17px;
    color: #333333;
    text-transform:uppercase;
    letter-spacing:3px;
}
.about_plate1_title h3 {
    font-size: 40px;
    line-height: 58px;
    color: #000000;
}
    .about_plate1_title h3::after {
        content: "";
        width: 50px;
        height: 4px;
        background: #005DAB;
        display:block;
        margin:17px 0 0;
    }
.about_plate1_desc {
    font-size: 16px;
    line-height: 28px;
    color: #333333;
    margin-top:50px;
}
.about_plate1_list {
    display:flex;
    justify-content:space-between;
    margin-top:30px;
}
.about_plate1_list li {
    width:23%;
}
.about_plate1_pack h3 {
    font-size:16px;
    line-height:24px;
    color:#005DAB;
}
.about_plate1_pack span 
{
    font-size:40px;
    line-height:58px;
}
.about_plate1_pack p {
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    margin-top:6px;
}
.about_plate2 {
    padding-top:115px;
}
.about_plate2_list {
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    margin-top:50px;
}

.about_plate2_list li {
    width: 320px;
    height: 360px;
    background: url(../images/d1.png) no-repeat center/100% 100%;
    display:flex;
    align-items:center;
    justify-content:center;
}
.about_plate2_list_icon {
    height:60px;
}
.about_plate2_list_icon img {
    max-height:100%;
    display:block;
    margin:0 auto;
}
.about_plate2_list_text h4 {
    margin-top: 25px;
    font-size: 18px;
    line-height: 26px;
    font-weight: bold;
    color: #000000;
    text-align:center;
}
.about_plate2_list_text p{
    font-size:16px;
    line-height:24px;
    color:#fff;
    display:none;
    margin-top:21px;
    text-align:center;
}

.about_plate2_list li:hover {
    background-image:url(../images/d2.png);
}
    .about_plate2_list li:hover .about_plate2_list_icon {
        display:none;
    }
.about_plate2_list li:hover h4 {
    margin:0;
    color:#fff;
}
.about_plate2_list li:hover p {
    display:block;
}
.about_plate2_list_pack{
    padding:20px 40px;
}
.about_plate2_list li {
    margin-right:70px;
}
.about_plate2_list li:nth-child(3) {
    margin:0;
}
.honor_pack {
    position: relative;
}

.honor_swiper {
    overflow: hidden;
    /*padding: 120px 0;*/
}

    .honor_swiper .swiper-slide {
        transform: scale(.6);
        transition: all .3s;
        z-index: 6;
    }

    .honor_swiper .swiper-slide-active {
        transform: scale(1);
        z-index: 10;
    }

    .honor_swiper .swiper-slide-prev {
        transform: scale(.8);
        z-index: 8;
    }

    .honor_swiper .swiper-slide-next {
        transform: scale(.8);
        z-index: 8;
    }

        .honor_swiper .swiper-slide-next + div {
            transform: scale(.6) translateX(-130px);
        }

    .honor_swiper .active {
        transform: scale(.6) translateX(130px);
    }
.about_plate3 {
    padding:120px 0;
}
.about_plate3_pack {
    position:relative;
}
.arr {
    width: 70px;
    height: 70px;
    background: #F8F9FC;
    text-align:center;
    line-height:70px;
    border-radius:50%;
    font-size:30px;
    padding-top:2px;
    color:#000;
    cursor:pointer;
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    z-index:102;
}
.arr_l {
    left:20px;
    padding-left:5px;
}
.arr_r {
    right:20px;
    padding-right:5px;
}
.arr:hover {
    background:#005DAB;
    color:#fff;
}
.about_plate3_pack{
    margin-top:50px;
}
.about_btn  {
    margin-top:30px;
}
.about_btn a {
    display:block;
    width:180px;
    line-height:50px;
    border-radius:50px;
    background:#005DAB;
    font-size:16px;
    text-align:center;
    background:#005DAB;
    color:#fff;
}
    .about_btn a:hover {
        background: #00078c;
    } 
.lz-banner {
    margin-top:0;
}
.h_banner_cont {
    position:absolute;
    top:50%;
    left:50%;
    width:97%;
    max-width:1200px;
    transform:translate(-50%,-50%);
    text-align:left;
}
.h_banner_cont h3 {
    font-size:48px;
    line-height:105px;
    color:#fff;
    font-weight:bold;
}
.h_banner_cont p {
    font-size:20px;
    line-height:30px;
    color:#fff;
    margin-top:10px;
}
.h_banner_cont span {
    font-size:16px;
    line-height:50px;
    border-radius:50px;
    width:180px;
    text-align:center;
    color:#fff;
    margin-top:60px;
    display:block;
    background:#005DAB;
    transition:all 0.5s
}
.h_banner_cont span:hover{
   background:#00078c;
}
/*.iconfont{
    display:none
}*/
.iconfont {
    position:relative;
    width: 40px;
    height: 40px;
    margin-left:10px;
/*    position: absolute;
    right: 15px;
    top: 50%;*/
/*    transform: translateY(-50%);*/
/*    z-index: 100;*/
    display: block
}

    .iconfont i {
        width: 100%;
        height: 100%;
        position: absolute;
    }

    .iconfont .cha {
        background: url(../images/cha1.png) no-repeat center/100% 100%;
        display: none;
    }

    .iconfont .nav {
        background: url(../images/nav1.png) no-repeat center/100% 100%;
    }

.active .iconfont .cha {
    background: url(../images/cha.png) no-repeat center/100% 100%;
    display: none;
}

.active .iconfont .nav {
    background: url(../images/nav.png) no-repeat center/100% 100%;
}

.home_plate2 {
    padding: 80px 0;
}
.public_title p {
    text-align: center;
    font-size: 12px;
    line-height: 17px;
    text-transform: uppercase;
    text-align: center;
    color: #626262;
    letter-spacing: 3px;
    display:none
}
.home_plate2_list {
    margin:30px -13px 0;
    display:flex;
    flex-wrap:wrap;
}
.home_plate2_list li {
    width:25%;
    padding:0 13px;
    margin-bottom:26px;
}
    .home_plate2_list li a {
        display: block;
        border: 1px solid #EFEFEF;
        height:100%;
    }
.home_plate2_list_cont {
    padding:18px 30px;
}
    .home_plate2_list_cont h4 {
        font-size: 28px;
        line-height: 40px;
        color: #000000;
        font-weight:bold;
    }
    .home_plate2_list_cont p {
        font-size: 18px;
        line-height: 28px;
        color: #333333;
        margin-top:17px;
    }
.home_plate2_btn {
    width:150px;
    margin:50px auto 0;
}
.home_plate2_list li a:hover img {
    transform:scale(1.1);
}
.home_plate2_list li a:hover h4 {
    color:#005DAB;
}

.search {
    width: 20px;
    margin-left: 25px;
    cursor: pointer;
}


.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: #005DAB;
    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;
    }
}
.pro_ernav {
    border-top:solid 1px #eee;
    background:#fff;
    position:absolute;
    top:100%;
    left:0;
    width:100%;
    padding:50px 0 22px;
    max-height:70vh;
    overflow:auto;
    display:none;
    z-index:20;
}
    .pro_ernav h4 {
        font-size: 24px;
        line-height: 35px;
        color: #000000;
    }
        .pro_ernav h4::after {
            content: "";
            width: 50px;
            height: 4px;
            background: #005DAB;
            margin:16px 0 0;
            display:block;
        }
.pro_ernav_list{
    margin:30px -14px 0;
    display:flex;
    flex-wrap:wrap;
}
.pro_ernav_list li {
    padding: 0 14px;
    width:calc(100% / 6);
    margin-bottom:28px;
}
    .pro_ernav_list li a {
        display:block;
    }
.pro_ernav_list_cont {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    margin-top:20px;
}
.pro_ernav_list li a:hover img {
    transform:scale(1.1);
}
.pro_ernav_list li a:hover .pro_ernav_list_cont {
    color:#005DAB;
}
@media(max-width:1600px) {
    .h_banner_cont h3,
    .banner_cont h3 {
        font-size: 42px;
        line-height: 60px;
    }
    .about_plate1 .about_plate1_img {
        width: 40%;
    }
    .about_plate1 .about_plate1_cont {
        width: 60%;
    }
    .home_plate2_list_cont{
        padding:15px 20px;
    }
        .home_plate2_list_cont h4{
            font-size:20px;
            line-height:30px;
        }
        .home_plate2_list_cont p{
            font-size:16px;
            line-height:24px;
        }
   
    .pro_ernav_list li{
        width:20%;
    }
    .por_plate2_img{
        width:70%;
    }
    .por_plate2_cont {
        width:30%;
    }
    .flow_plate2_list_pack{
        padding:15px;
    }
    .flow_plate3_list_icon{
        width:100px;
        height:100px;
    }
    .contact_list_pack img{
        width:50px;
    }
    .contact_list_cont {
        width:calc(100% - 50px);
        padding-top:0;
    }
    .contact_list li{
        width:100% !important;
        padding:20px 0;
    }
    .contact_list li:last-child {
        display:none;
    }
}

@media(max-width:1380px) {
    .header_pack {
        padding: 0 2%;
    }
    .w_nav > li {
        padding: 0 10px;
    }
}



    @media(max-width:1000px) {
/*        .iconfont {
            width: 40px;
            height: 40px;
            position: absolute;
            right: 15px;
            top: 50%;
            transform: translateY(-50%);
            z-index: 100;
            display: block
        }

            .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: 0;
            left: 0;
            display: none;
            z-index: 101;
        }

        .w_nav {
            display:block;
            flex-wrap:wrap;
            padding:10px;
            overflow:auto;
        }
        .nav-fd{
            display:none
        }
        .nav-logo {
            text-align: left;
            padding: 10px;
            background: #fff;
        }
         .nav-logo img{
             height:40px;
         }
        .nav-hide {
            position: absolute;
            top: 10px;
            right: 10px;
        }
        header {
            position: relative;
        }

        .w_nav > li {
            width:100%;
            padding: 0;
            text-align:center;
            border-bottom: solid 1px #f1f1f1
        }

            .w_nav > li > a, .language_on span {
                line-height: 30px;
                text-align: center;
            }

        header.active .w_nav > li > a {
            display: inline-block;
            padding: 5px 0
        }

        .w_nav > li.active > a::after {
            content: '';
            bottom: 0px;
            opacity: 1;
        }

        .w_nav > li > a::after {
            content: '';
            position: absolute;
            bottom: 0px;
        }

        .w_nav > li > a:hover::after {
            bottom: 0px;
            opacity: 1;
        }

        header.active {
            position: relative;
        }

        .header_pack {
            padding: 0 10px;
        }

        .header_right {
            padding-right: 0px;
        }

        .language_cont span {
            font-size: 16px;
            line-height: 24px;
        }

        .er_nav {
            position: static;
            box-shadow: none;
        }

        .pro_ernav {
            display: none !important;
        }

        .h_banner_cont h3, .banner_cont h3 {
            font-size: 25px;
            line-height: 35px;
        }

        .banner_cont p {
            font-size: 16px;
            line-height: 24px;
            margin-top: 5px;
        }

        .por_plate1 {
            padding: 30px 0;
        }

        .pro_plate1_list {
            display: block;
            margin: 0;
        }

            .pro_plate1_list li {
                width: 100%;
                padding: 0;
                margin-bottom: 15px;
            }

            .pro_plate1_list a p {
                font-size: 16px;
                line-height: 24px;
            }

        .por_plate2 {
            padding: 30px 0;
        }

        .public_title h3,
        .por_plate2_cont h4,
        .prodetail_plate1_cont h3,
        .about_plate1_title h3 {
            font-size: 25px;
            line-height: 35px;
        }

            .public_title h3::after {
                margin: 10px auto 0;
            }

        .por_plate2_desc {
            margin: 20px auto 0;
        }

        .por_plate2_pack {
            margin-top: 30px;
            display: block;
        }

        .por_plate2_cont {
            width: 100%;
            padding: 20px;
        }

        .por_plate2_img {
            width: 100%;
        }

        .por_plate2_cont p {
            margin-top: 10px;
        }

      
        .prodetail_plate1 {
            padding: 30px 0;
        }

        .prodetail_plate1_pack {
            display: block;
        }

        .prodetail_plate1_img {
            width: 100%;
        }

        .prodetail_plate1_cont {
            width: 100%;
            padding-top: 20px;
            padding-left: 0;
        }

            .prodetail_plate1_cont p {
                margin-top: 20px;
            }

            .prodetail_plate1_cont a {
                margin-top: 30px;
                width: 200px;
            }

        .qg_plate1 {
            padding: 30px 0;
        }

        .qg_plate1_desc {
            margin-top: 30px;
        }

        .qg_plate1_list {
            margin: 30px 0 0;
        }

            .qg_plate1_list li {
                width: 100%;
                padding: 0;
                margin-bottom: 15px;
            }

        .prodetail_plate2 {
            padding: 30px 0;
        }

        .prodetail_plate2_list {
            margin: 30px 0 0;
        }

            .prodetail_plate2_list li {
                width: 100%;
                padding: 0;
                margin-bottom: 15px;
            }

        .prodetail_plate2_cont {
            padding: 15px;
        }

            .prodetail_plate2_cont h4 {
                font-size: 18px;
                line-height: 26px;
            }

        .flow_palte1 {
            padding: 30px 0;
        }

        .flow_palte1_list {
            margin: 30px -5px 0;
        }

            .flow_palte1_list li {
                width: 50%;
                padding: 0 5px;
                margin-bottom: 10px;
            }

        .prodetail_last {
            padding-bottom: 30px;
        }

        .prodetail_last_pack {
            margin: 30px 0 0;
            display: block;
        }

            .prodetail_last_pack > div {
                width: 100%;
            }

        .prodetail_last_right {
            padding: 30px 15px;
        }

        .contact_form {
            margin-top: 20px;
        }

        .contact_input {
            width: 100%;
            margin-bottom: 15px;
        }

        .about_plate1 {
            display: block;
        }

            .about_plate1 .about_plate1_img {
                width: 100%;
            }

            .about_plate1 .about_plate1_cont {
                width: 100%;
                padding: 20px 10px;
            }

        .about_plate1_desc {
            margin-top: 20px;
        }

        .about_plate1_list {
            margin-top: 20px;
            flex-wrap: wrap;
        }

            .about_plate1_list li {
                width: 49%;
                margin-bottom: 15px;
            }

        .about_plate1_pack span {
            font-size: 25px;
            line-height: 35px;
        }

        .about_plate2 {
            padding-top: 30px;
        }

        .h_banner_cont p {
            font-size: 16px;
            line-height: 24px;
        }

        .h_banner_cont span {
            width: 150px;
            font-size: 16px;
            margin-top: 20px;
            line-height: 40px;
        }

        .home_plate2 {
            padding: 30px 0;
        }

        .home_plate2_list {
            margin: 30px 0 0;
        }

            .home_plate2_list li {
                width: 100%;
                padding: 0;
                margin-bottom: 15px;
            }

        .home_plate2_list_cont h4 {
            font-size: 18px;
            line-height: 26px;
        }

        .home_plate2_list_cont p {
            margin-top: 10px;
        }

        .home_plate2_btn {
            width: 130px;
            margin: 30px auto 0;
        }

        .about_btn a {
            width: 100%;
        }

        .about_plate2_list li {
            margin: 0 auto 20px !important;
        }

        .about_plate3 {
            padding: 30px 0;
        }

        .arr {
            width: 45px;
            height: 45px;
            line-height: 45px;
            font-size: 20px;
            padding-top: 0;
        }

        .public_navlist > li > a {
            font-size: 18px;
            line-height: 57px;
        }

        .public_navlist > li {
            margin-right: 25px;
        }

        .public_navlist {
            flex-wrap: wrap;
        }

        .flow_plate2,
        .flow_plate3,
        .eq_plate1,
        .contact {
            padding: 30px 0;
        }

        .flow_plate2_list li {
            width: 100%;
        }

        .flow_plate3_list {
            flex-wrap: wrap;
            margin: 30px 0 0;
        }

            .flow_plate3_list li {
                max-width: 48%;
                margin-bottom: 20px;
            }

                .flow_plate3_list li p {
                    font-size: 16px;
                    line-height: 24px;
                }

        .flow_plate3_list_icon {
            width: 80px;
            height: 80px;
        }

        .eq_plate1_pack {
            margin-top: 30px;
        }

        .eq_plate1_tab li {
            margin-bottom: 10px;
            padding: 0 5px;
        }

        .eq_plate1_list {
            margin: 30px -5px 0;
        }

            .eq_plate1_list li {
                width: 50%;
                padding: 0 5px;
                margin-bottom: 10px;
            }

        .eq_plate2 {
            display: block;
        }

        .eq_plate2_img {
            width: 100%;
        }

        .eq_plate2_right {
            width: 100%;
            padding: 20px 10px;
        }

        .contact_pack {
            display: block;
            margin: 30px 0 0;
        }

        .contact_left {
            width: 100%;
            padding: 20px 10px;
        }

        .contact_cont {
            width: 100%;
            padding: 20px 10px;
        }

            .contact_cont h4 {
                font-size: 22px;
                line-height: 32px;
            }

            .contact_cont > p {
                padding-left: 70px;
            }
    }


    img {
        transition: all 0.5s
    }

    .home_plate3 {
        background: #000;
        padding: 80px 0;
    }

        .home_plate3 .public_title h3,
        .home_plate3 .public_title p {
            color: #fff
        }

    .index-advantage {
        position: relative;
        padding: 40px 0;
        overflow: hidden
    }

        .index-advantage .swiper-container {
            width: 140%;
            left: -20%
        }

        .index-advantage a {
            display: block;
            position: relative;
        }

        .index-advantage .pic {
            overflow: hidden;
        }

            .index-advantage .pic img {
                width: 100%;
                min-height: 400px;
                object-fit: cover
            }

        .index-advantage .tet {
            position: absolute;
            top: 40px;
            left: 40px;
            width: 300px;
            background: rgba(255, 255, 255, 0.90);
            padding: 40px;
        }

            .index-advantage .tet h3 {
                font-size: 24px;
                color: #000;
                font-weight: bold;
                margin-bottom: 15px;
            }

            .index-advantage .tet p {
                font-size: 16px;
                color: #000;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 3;
                overflow: hidden;
            }

            .index-advantage .tet .icon-mo {
                margin-top: 20px;
                width: 50px;
                height: 50px;
                border: solid 1px #666;
                display: flex;
                align-items: center;
                justify-content: center;
            }

                .index-advantage .tet .icon-mo span {
                    font-size: 20px;
                    color: #333;
                }

        .index-advantage a:hover .tet .icon-mo {
            border: solid 1px #005DAB;
            font-size: 16px;
            color: #fff;
            background: #005DAB
        }

            .index-advantage a:hover .tet .icon-mo span {
                color: #fff;
            }

        .index-advantage .swiper-pagination {
            width: 100%;
            bottom: 0px;
        }

        .index-advantage .swiper-pagination-bullet {
            width: 8px;
            height: 8px;
            display: inline-block;
            border-radius: 100%;
            background: #fff;
            opacity: .2;
            margin: 0 5px
        }

        .index-advantage .swiper-pagination-bullet-active {
            width: 10px;
            height: 10px;
            opacity: 1;
            background: none;
            border: solid 2px #fff
        }

    @media(max-width:768px) {
        .index-advantage .swiper-container {
            width: 100%;
            left: 0%
        }

        .index-advantage .pic img {
            width: 100%;
            min-height: auto;
            object-fit: cover
        }

        .index-advantage .tet {
            position: relative;
            top: 0px;
            left: 0px;
            width: 100%;
            background: rgba(255, 255, 255, 0.90);
            padding: 20px;
        }

            .index-advantage .tet h3 {
                font-size: 18px;
                margin-bottom: 10px;
            }

            .index-advantage .tet p {
                font-size: 14px;
                color: #000;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 3;
                overflow: hidden;
            }

            .index-advantage .tet .icon-mo {
                margin-top: 10px;
                width: 40px;
                height: 40px;
            }

                .index-advantage .tet .icon-mo span {
                    font-size: 20px;
                    color: #333;
                }
    }