@font-face {
    font-family: 'AlibabaPuHui';
    /* 来自 https://fonts.alibabagroup.com/#/font ，使用阿里云公共服务以加快下载速度 */
    src:
        url(../fonts/AlibabaPuHuiTi-3-55-Regular.eot),
        url(../fonts/AlibabaPuHuiTi-3-55-Regular.otf),
        url(../fonts/AlibabaPuHuiTi-3-55-Regular.ttf),
        url(../fonts/AlibabaPuHuiTi-3-55-Regular.woff),
        url(../fonts/AlibabaPuHuiTi-3-55-Regular.woff2);
    /* 在字体没有下载完成之前，使用默认字体显示，避免空白 */
    font-display: swap;
}
*{
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    font-family: 'AlibabaPuHui';
    scroll-behavior: smooth;
}
.container{
    width: 1400px;
    margin: auto;
}
.header{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: #fff;
}
.test .logo-black{
    display: block !important;
}
.test .head-left p{
    color: #191919;
}
.test .head-right ul li a{
    color: #191919;
}
.test .head-right ul li:last-child p{
    border: 1px solid #191919;
}
.test .head-right ul li p .active{
    background-color: #191919;
    color: #fff;
}
.head{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.head-left{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.head-left a{
    width: 130px;
    display: block;
}
.head-left a img{
    width: 100%;
    display: block;
}
.head-left p{
    width: 70px;
    display: block;
    margin-left: 20px;
}
.head-left p img{
    width: 100%;
    display: block;
}
.head-left p span{
    display: inline-block;
    font-weight: bold;
}
.head-right{}
.head-right ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.head-right ul .active a{
    color: #143A82 !important;
}
.head-right ul li{}
.head-right ul li a{
    display: block;
    font-size: 18px;
    color: #333;
    padding: 40px;
}
.head-right ul li:last-child p{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #fff;
    border-radius: 25px;
    border: 1px solid #191919;
}
.head-right ul li:last-child a{
    padding: 5px 15px;
}
.head-right ul li .cn{
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}
.head-right ul li .en{
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}
.head-right li p .active{
    background-color: #191919;
    color: #fff;
}
.banner{
    position: relative;
    overflow: hidden;
}
.ban-swiper{
    overflow: hidden;
    position: relative;
}
.ban-swiper .swiper-slide{}
.ban-swiper .swiper-slide img{
    width: 100%;
    display: block;
}
.ban-dong{}
.ban-dong1{
    width: 60%;
    position: absolute;
    top: 0;
    left: 0;
}
.ban-dong1 img{
    width: 100%;
    display: block;
}
.ban-dong2{
    width: 40%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 6;
}
.ban-dong2 img{
    width: 100%;
    display: block;
}
.ban-dong .aa{
    animation-name:'bounceOutRight';
    transform: translateX(100%);
    transition: .5s ease-in;
}
.ban-dong3{
    position: absolute;
    top: 30%;
    left: 47%;
    z-index: 5;
}
.ban-dong3 img{
    max-width: 100%;
    display: block;
}
.ban-dong>img{
    width: 100%;
    display: block;
}
/* .banner img{
    width: 100%;
    display: block;
} */
.banner .banner-p{
    /* width: 1400px; */
    position: absolute;
    top: 30%;
    left: 20%;
}
.banner-p h2{
    font-size: 70px;
    color: #fff;
    font-weight: normal;
}
/* .index-ban-p h2,.index-ban-p p{
    text-align-last: justify;
} */
.banner-p p{
    font-size: 30px;
    color: #fff;
}
.banner-p p span{
    display: inline-block;
    font-size: 40px;
    color: #fff;
    font-weight: bold;
    padding: 5px;
    background-color: #E7972F;
    margin: 0 10px;
    border-radius: 5px;
}
.about{
    padding: 100px 0;
    background-color: #fff;
}
.about-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.about-left{
    width: 40%;
}
.about-left h2{
    font-size: 36px;
    color: #191919;
    font-weight: 600;
}
.about-left h3{
    font-size: 16px;
    line-height: 30px;
    color: #191919;
    margin-top: 40px;
    font-weight: normal;
}
.about-left p:first-of-type {
    margin-top: 40px;
}
.about-left p{
    font-size: 16px;
    line-height: 30px;
    color: #333333;
}
.about-left a{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-top: 60px;
}
.about-left a:hover span{
    color: #143A85;
}
.about-left a:hover i{
    color: #143A85;
    margin-left: 20px;
}
.about-left a span{
    font-size: 16px;
    color: #191919;
}
.about-left a i{
    color: #191919;
    margin-left: 10px;
    font-size: 30px;
    transform: rotate(180deg);
    transition: .3s ease-in;
}
.about-right{
    width: 55%;
    overflow: hidden;
}
.about-right-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: -2%;
}
.about-right-cont{
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 1px solid #4162af;
    position: relative;
    margin-left: 2%;
}
.about-right-p{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.about-right-cont h2{
    font-size: 24px;
    font-weight: bold;
    color: #4162af;
    text-align: center;
}
.about-right-cont p{
    font-size: 16px;
    color: #333333;
    text-align: center;
}
.about-yi{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
}
.about-yi-cont{
    width: 50%;
    overflow: hidden;
}
.about-yi-cont:hover img{
    transform: scale(1.1);
}
.about-yi-cont img{
    width: 100%;
    display: block;
    transition: .3s ease-in;
}
.hezuo{}
.hezuo-all{}
.hezuo-all h2{
    font-size: 36px;
    color: #4162af;
    font-weight: bold;
    margin-top: 15px;
}
.hezuo-all p{
    font-size: 18px;
    line-height: 30px;
    color: #4162af;
}
.index-hz{
    padding: 80px 0;
    background-color: #f3f3f3;
    margin-top: 40px;
}
.hezuo-swiper{
    overflow: hidden;
    position: relative;
    padding-bottom: 40px;
}
.hezuo-swiper .swiper-slide:hover img{
    transform: scale(1.1);
}
.hezuo-swiper .swiper-slide{
    overflow: hidden;
}
.hezuo-swiper .swiper-slide img{
    width: 100%;
    display: block;
    transition: .3s ease-in;
}
.hezuo-swiper .swiper-pagination-bullet{
    width: 20px;
    height: 2px;
    border-radius: 0;
    background: #999999;
}
.hezuo-swiper .swiper-pagination-bullet-active{
    width: 50px;
    background: #143A85;
}
.pro{
    padding-top: 100px;
}
.pro-all{
    overflow: hidden;
}
.pro-top{}
.pro-top h2{
    font-size: 42px;
    color: #4162af;
    text-align: center;
    font-weight: bold;
}
.pro-top p{
    font-size: 16px;
    color: #4162af;
    margin-top: 20px;
    text-align: center;
}
.pro-cont{
    position: relative;
    overflow: hidden;
}
.index-area-all{
    padding: 40px 0; 
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: -2%;
}
.index-area-cont{
    width: 31%;
    margin-left: 2%;
    box-sizing: border-box;
    margin-top: 30px;
    border: 1px solid #dddddd;
    position: relative;
    transition: .1s ease-in;
    padding: 30px 0;
    overflow: hidden;
}
.index-area-cont:hover img{
    transform: scale(1.1);
}
.index-area-img{
    overflow: hidden;
}
.index-area-cont img{
    width: 80%;
    display: block;
    margin: auto;
    transition: .3s ease-in;
}
.index-area-cont h2{
    font-size: 20px;
    color: #333333;
    margin-top: 30px;
    text-align: center;
    box-sizing: border-box;

}
.pro-swiper{
    /* overflow: hidden;
    padding-bottom: 120px; */
}
.pro-swiper .swiper-slide{
}
.pro-swiper .swiper-slide img{
    width: 100%;
    display: block;
}
.pro-swiper .swiper-slide p{
    font-size: 24px;
    color: #000;
    text-align: center;
    padding: 20px 0;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}
.pro-prev::after,.pro-next::after{
    font-size: 20px;
    color: #fff;
}
.pro-swiper .swiper-slide-shadow-left,
.pro-swiper .swiper-slide-shadow-right{
    border-radius: 10px;
}
.pro-prev{
    width: 50px;
    height: 50px;
    background: #000000;
    top: unset;
    left: unset;
    right: calc(10% + 50px);
    bottom: -60px;
}
.pro-next{
    width: 50px;
    height: 50px;
    background: #000000;
    top: unset;
    right: 10%;
    bottom: -60px;
}
.pro-prev:hover,.pro-next:hover{
    background: #143A85;
}
.fangan{
    padding: 100px 0;
}
.fangan-cont{
    margin-top: 40px;
    padding-bottom: 60px;
}
.fangan-cont-all{
    position: relative;
}
.fangan-swiper{
    overflow: hidden;
}
.fangan-swiper .swiper-slide{
    position: relative;
}
.fangan-swiper .swiper-slide a{
    position: relative;
    display: block;
}
.fangan-swiper .swiper-slide a::after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.3);
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
}
.fangan-swiper .swiper-slide img{
    width: 100%;
    display: block;
    border-radius: 10px;
}
.fangan-swiper .swiper-slide p{
    font-size: 20px;
    color: #fff;
    width: calc(100% - 40px);
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 1;
}
.fangan-swiper .swiper-slide-shadow-left,
.fangan-swiper .swiper-slide-shadow-right{
    border-radius: 10px;
}
.fangan-swiper .swiper-pagination-bullet{
    width: 20px;
    height: 2px;
    border-radius: 0;
    background: #999999;
}
.fangan-swiper .swiper-pagination-bullet-active{
    width: 50px;
    background: #143A85;
}
.fangan-prev::after,.fangan-next::after{
    font-size: 20px;
    color: #fff;
}
.fangan-prev{
    width: 50px;
    height: 50px;
    background: #666666;
    left: -60px;
}
.fangan-next{
    width: 50px;
    height: 50px;
    background: #666666;
    right: -60px;
}
.fangan-prev:hover,.fangan-next:hover{
    background: #143A85;
}
.news-top{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.news-top ul{
    width: 50%;
    justify-content: flex-end !important;
}
.news-top ul li{
    width: 25% !important;
}
.news-top ul li:hover .pro-down{
    display: block;
}
.news-top .pro-down{
    position: absolute;
    width: 100%;
    z-index: 99;
    background-color: #f0f0f0;
    display: none;
}
.news-top .pro-down a:hover{
    background-color: #143A85;
    color: #fff;
}
.news-top .pro-down:hover a{
}
.video{
    padding: 120px 0;
    background-color: #F6F6F6;
}
.video-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.video-top{
    width: 25%;
}
.video-top h2{
    font-size: 42px;
    color: #4162af;
    font-weight: 700;
}
.video-top p{
    font-size: 18px;
    color: #4162af;
    margin-top: 10px;
}
.video-top ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.video-top ul li{
    font-size: 20px;
    color: #191919;
    margin-left: 40px;
    cursor: pointer;
}
.video-top ul li a{
    color: #191919;
}
.video-top ul .active a{
    color: #143A85;
}
.video-content{
    width: 70%;
}
.video-cont{
    position: relative;
}
.video-cont-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.video-cont-all a{
    width: 48%;
    display: block;
    transition: .3s ease-in;
    border-radius: 10px;
}
.video-cont-all a:hover{
    background: #143A82;
}
.video-cont-all a:hover h2{
    color: #fff;
}
.video-cont-all a:hover h3{
    color: #fff;
}
.video-cont-all a:hover p{
    color: #fff;
}
.video-cont-all a:hover p span{
    color: #fff;
}
.video-cont-all a:hover p i{
    color: #fff;
}
.video-swiper .swiper-slide img{
    width: 100%;
    display: block;
    transition: .3s ease-in;
}
.video-swiper-p{
    padding: 30px 20px;
    box-sizing: border-box;
}
.video-swiper-p h2{
    font-size: 24px;
    color: #000000;
    font-weight: normal;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
     -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
}
.video-swiper-p h3{
    font-size: 16px;
    line-height: 25px;
    height: 50px;
    color: #333333;
    margin-top: 10px;
    position: relative;
    font-weight: normal;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
     -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.video-swiper-p p{
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.video-swiper-p p::after{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #e5e5e5;
    position: absolute;
    top: -10px;
    left: 0;
}
.video-swiper-p p span{
    font-size: 16px;
    color: #333333;
}
.video-swiper-p p i{
    font-size: 30px;
    color: #333333;
    transform: rotate(180deg);
}
.video-cont-all a:hover img{
    transform: scale(1.1);
}




.video-swiper{
    overflow: hidden;
    padding-bottom: 70px;
}
.video-swiper .swiper-slide{
    border-radius: 10px;
}
.video-swiper .swiper-slide a{
    display: block;
    transition: .3s ease-in;
    border-radius: 10px;
}
.video-swiper .swiper-slide a:hover{
    background: #143A82;
}
.video-swiper .swiper-slide a:hover h2{
    color: #fff;
}
.video-swiper .swiper-slide a:hover h3{
    color: #fff;
}
.video-swiper .swiper-slide a:hover p{
    color: #fff;
}
.video-swiper .swiper-slide a:hover p span{
    color: #fff;
}
.video-swiper .swiper-slide a:hover p i{
    color: #fff;
}
.video-img{
    overflow: hidden;
}
.video-img img{
    width: 100%;
    display: block;
    transition: .3s ease-in;
}
.video-swiper .swiper-slide .video-swiper-p{
    padding: 30px 20px;
    box-sizing: border-box;
}
.video-swiper .swiper-slide .video-swiper-p h2{
    font-size: 24px;
    color: #000000;
    font-weight: normal;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
     -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
}
.video-swiper .swiper-slide .video-swiper-p h3{
    font-size: 16px;
    line-height: 25px;
    height: 50px;
    color: #333333;
    margin-top: 10px;
    position: relative;
    font-weight: normal;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
     -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.video-swiper .swiper-slide .video-swiper-p p{
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.video-swiper .swiper-slide .video-swiper-p p::after{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #e5e5e5;
    position: absolute;
    top: -10px;
    left: 0;
}
.video-swiper .swiper-slide .video-swiper-p p span{
    font-size: 16px;
    color: #333333;
}
.video-swiper .swiper-slide .video-swiper-p p i{
    font-size: 30px;
    color: #333333;
    transform: rotate(180deg);
}
.video-swiper .swiper-slide:hover img{
    transform: scale(1.1);
}
.video-prev::after,.video-next::after{
    font-size: 20px;
    color: #fff;
}
.video-prev{
    width: 50px;
    height: 50px;
    background: #CBCBCB;
    top: unset;
    left: unset;
    right: 0;
    bottom: 0;
}
.video-next{
    width: 50px;
    height: 50px;
    background: #CBCBCB;
    top: unset;
    right: -50px;
    bottom: 0;
}
.video-prev:hover,.video-next:hover{
    background: #1A1A1A;
}
.footer{
    background-color: #4162af;
}
.foot{}
.foot-top{
    padding: 80px 0;
    border-bottom: 1px solid #EEEEEE;
}
.foot-top ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.foot-top ul li{
    /* width: 15%; */
}
.foot-top ul li p{
    font-size: 18px;
    color: #fff;
    padding-bottom: 20px;
}
.foot-top ul li a{
    font-size: 16px;
    color: #eee;
    display: block;
    padding-bottom: 10px;
    font-weight: lighter;
}
.foot-top ul li span{
    font-size: 16px;
    color: #EEEEEE;
    display: block;
    padding-bottom: 10px;
    font-weight: lighter;
}
.foot-top ul li:last-child span{
    text-align: center;
}
.foot-top ul li .ewm1{
    margin-top: 10px;
}
.foot-top ul li .ewm1 img{
    width: 80px;
    height: 80px;
    display: block;
    margin: auto;
}
.foot-di{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0;
}
.foot-di-left{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    color: #fff;
}
.foot-di-left p{
    font-size: 16px;
    color: #EEEEEE;
    padding-right: 15px;
    position: relative;
}
.foot-di-left p::after{
    content: "";
    display: block;
    width: 2px;
    height: 80%;
    background-color: #fff;
    position: absolute;
    top: 10%;
    right: 0;
}
.foot-di-left a{
    font-size: 16px;
    color: #EEEEEE;
    padding: 0 15px;
    display: block;
    position: relative;
}
.foot-di-left a::after{
    content: "";
    display: block;
    width: 2px;
    height: 80%;
    background-color: #fff;
    position: absolute;
    top: 10%;
    right: 0;
}
.foot-di-left a:last-child::after{
    content: "";
    display: none;
}
.foot-di-left .bn{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.foot-di-left .bn span{
    margin-left: 10px;
}
.foot-di-right{}
.foot-di-right a{
    font-size: 16px;
    color: #EEEEEE;
}
.top{
    width: 100px;
    height: 100px;
    background-color: #000000;
    border-radius: 50%;
    position: fixed;
    right: 5%;
    bottom: 10%;
    cursor: pointer;
    z-index: 999;
    transition: .3s ease-in;
}
.top:hover{
    background-color: #143A85;
}
.top p{
    font-size: 20px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.pro-ban{
    margin-top: 105px;
    position: relative;
}
.pro-ban img{
    width: 100%;
    display: block;
}
.pro-ban .banner-p{
    width: 1400px;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%,0);
}
.pro-ban .banner-p img{
    width: 90px;
    display: block;
}
.pro-ban .banner-p h2{
    font-size: 42px;
    color: #fff;
    font-weight: bold;
}
.pro-ban .banner-p p{
    font-size: 42px;
    color: #fff;
    margin-top: 10px;
}
.product{
    padding: 100px 0;
}
.product-all{}
.product-top{}
.product-top h2{
    font-size: 24px;
    color: #333333;
    font-weight: normal;
}
[lang="en"] .product-top ul{
    width: 100%;
}
.product-top ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: -2%;
}
.product-top ul li{
    width: 18%;
    margin-left: 2%;
    margin-bottom: 20px;
    background-color: #f0f0f0;
    text-align: center;
    position: relative;
}
.product-top ul li:hover{
    background-color: #4162af;
    color: #fff;
}
.product-top ul li:hover>a{
    color: #fff;
}
.product-top ul li a{
    display: block;
    font-size: 18px;
    color: #333333;
    padding: 15px 0;
}
.product-content{
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: -2%;
}
.product-cont{
    width: 31%;
    margin-left: 2%;
    margin-bottom: 30px;
    padding: 20px;
    box-sizing: border-box;
    border: 1px solid #eeeeee;
}
.product-cont:hover img{
    transform: scale(1.1);
}
.product-cont a{}
.product-img{
    overflow: hidden;
}
.product-img img{
    max-width: 100%;
    display: block;
    margin: 40px auto;
    transition: .3s ease-in;
}
.product-more{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}
.product-cont h2{
    width: calc(100% - 120px);
    font-size: 18px;
    color: #555555;
    text-align: center;
    font-weight: normal;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
}
.product-cont p{
    width: 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border: 1px solid #30b8a4;
    padding: 8px 0;
}
.product-cont p span{
    font-size: 14px;
    color: #30b8a4;
    display: block;
}
.product-cont p i{
    font-size: 19px;
    color: #30b8a4;
    display: block;
    margin-left: 10px;
    transform: rotate(180deg);
}
.product-detail{
    background-color: #F8F8F8;
    margin-top: 105px;
    padding: 100px 0;
}
.product-detail-top{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.product-detail-top h2{
    font-size: 36px;
    color: #191919;
    font-weight: 700;
    position: relative;
    padding-left: 20px;
}
.product-detail-top h2::after{
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    background-color: #143A84;
    position: absolute;
    top: 0;
    left: 0;
}
.product-detail-top form{
    width: 20%;
}
.product-detail-top form .form-group{
    position: relative;
}
.product-detail-top form .form-group input{
    width: 100%;
    padding: 0 20px;
    height: 40px;
    box-sizing: border-box;
    outline: none;
    border: none;
    box-shadow: 0 0 5px 0 #cccccc;
    border-radius: 25px;
}
.product-detail-top form .form-group input::placeholder{
    font-size: 16px;
    color: #666666;
}
.product-detail-top form .form-group p{
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background-color: #CACACA;
    border-radius: 50%;
}
.product-detail-top form .form-group p i{
    font-size: 20px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.product-detail-one{
    padding: 80px 50px;
    background-color: #fff;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
}
.product-detail-one-left{
    width: 55%;
}
.pro-detail-swiper{
    overflow: hidden;
    position: relative;
    padding-bottom: 40px;
}
.pro-detail-swiper .swiper-slide{}
.pro-detail-swiper .swiper-slide img{
    max-width: 100%;
    display: block;
    margin: auto;
}
.pro-detail-prev::after,.pro-detail-next::after{
    font-size: 20px;
    color: #fff;
}
.pro-detail-prev{
    width: 70px;
    height: 70px;
    background: #CBCBCB;
}
.pro-detail-next{
    width: 70px;
    height: 70px;
    background: #CBCBCB;
}
.pro-detail-prev:hover,.pro-detail-next:hover{
    background: #1A1A1A;
}
.pro-detail-swiper .swiper-pagination-bullet{
    width: 30px;
    height: 2px;
    border-radius: 0;
}
.product-detail-one-right{
    width: 40%;
}
.product-detail-one-right h2{
    font-size: 36px;
    color: #191919;
    font-weight: 700;
    margin-bottom: 30px;
}
.product-detail-one-right p{
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}
.pro-detail-p{
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.pro-detail-p a{
    width: 32%;
    display: block;
    font-size: 16px;
    color: #666666;
    text-align: center;
    padding: 10px 0;
    border: 1px solid #CBCBCB;
    transition: .3s ease-in;
}
.pro-detail-p a:hover{
    background-color: #143A84;
    color: #fff;
}
.product-detail-two{
    background-color: #fff;
    margin-top: 40px;
}
.pro-detail-two-top{}
.pro-detail-two-top ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    border-bottom: 1px solid #CACACA;
}
.pro-detail-two-top ul li{
    font-size: 24px;
    color: #191919;
    margin-left: 60px;
    padding: 20px 0;
    cursor: pointer;
}
.pro-detail-two-top ul .active{
    color: #143A84;
    border-bottom: 1px solid #143A84;
}
.pro-detail-content{
    margin-top: 20px;
    padding: 30px 60px;
    box-sizing: border-box;
}
.pro-tan{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
}
.pro-tan-all{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: rgba(0,0,0,.6);
}
.pro-tan-cont{
    width: 50%;
    height: 700px;
    overflow-y: auto;
    background-color: #fff;
    padding: 40px;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1000;
}
.pro-tan-close{
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 30px;
    color: #000000;
    cursor: pointer;
}
.pro-tan-cont h2{
    font-size: 36px;
    color: #191919;
    font-weight: 700;
}
.pro-tan-p{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: -2%;
    margin-top: 30px;
}
.pro-tan-span{
    width: 23%;
    margin-left: 2%;
    margin-bottom: 20px;
}
.pro-tan-span video{
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}
.pro-tan-span img{
    width: 100%;
    display: block;
}
.pro-tan-span p{
    font-size: 16px;
    color: #333333;
    text-align: center;
    margin-top: 10px;
}
.hangye{
    padding: 100px 0;
}
.hangye-all{}
.hangye-content{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: -2%;
}
.hangye-cont{
    width: 48%;
    margin-left: 2%;
    margin-bottom: 30px;
}
.hangye-cont:hover img{
    transform: scale(1.1);
}
.hangye-img{
    overflow: hidden;
    border-radius: 5px;
}
.hangye-img img{
    width: 100%;
    display: block;
    transition: .3s ease-in;
    border-radius: 5px;
}
.hangye-cont h2{
    font-size: 24px;
    color: #333333;
    font-weight: normal;
    margin-top: 20px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
     -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
}
.hangye-cont p{
    font-size: 16px;
    color: #666666;
    margin-top: 5px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
     -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
}
.hangye-detail{
    /* background-color: #f8f8f8; */
}
.hangye-one{
    margin: 120px 0;
    background: url(../img/hy-1.png) no-repeat;
    background-size: 45%;
}
.hangye-two{
    margin: 120px 0;
    background: url(../img/hy-2.png) no-repeat right;
    background-size: 45%;
}
.hangye-one-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.hangye-one-left{
    width: 50%;
    position: relative;
}
.hangye-one-left .phone-hy{
    display: none;
}
.hangye-one-left .hangye-one-p{
    background-color: #143A82;
    padding: 30px;
    box-sizing: border-box;
    border-radius: 10px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.hangye-one-left .hangye-one-p h2{
    font-size: 36px;
    color: #F8F8F8;
}
.hangye-one-left .hangye-one-p p{
    font-size: 16px;
    line-height: 24px;
    color: #F8F8F8;
    margin-top: 20px;
}
[lang="en"] .hangye-one-right{
    width: 45%;
}
.hangye-one-right{
    width: 40%;
}
.hangye-one-right{}
.hangye-one-right{}
.hangye-one-li{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
}
.hangye-one-li i{
    font-size: 20px;
    color: #143A82;
}
.hangye-one-li div{
    width: calc(100% - 40px);
}
.hangye-one-li div h2{
    font-size: 18px;
    color: #191919;
}
.hangye-one-li div p{
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    margin-top: 10px;
}
.hangye-one-right>p{
    font-size: 16px;
    line-height: 24px;
    color: #333333;
}
.hangye-three{
    padding: 100px 0;
    background-color: #F8F8F8;
}
.hangye-three-all{}
.hangye-three h2{
    font-size: 36px;
    color: #191919;
    text-align: center;
}
.hangye-three-a{
    margin-top: 40px;
    height: 320px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-radius: 10px;
    background-color: #EEF6FF;
}
.hangye-three-left{
    width: 50%;
    box-sizing: border-box;
    position: relative;
}
.hangye-three-left p{
    font-size: 24px;
    color: #143A82;
    font-weight: 700;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.hangye-three-right{
    width: 50%;
    background-color: #fff;
    padding: 40px;
    box-sizing: border-box;
    position: relative;
}
.hangye-three-right::before{
    content: "";
    display: block;
    width: 160px;
    height: 320px;
    border-radius: 160px 0 0 160px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: -160px;
}
.hangye-three-right p{
    width: 70%;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.hangye-three-a:nth-child(2n) .hangye-three-right::before{
    content: "";
    display: block;
    border-radius: 0 160px 160px 0;
    position: absolute;
    left: unset;
    right: -160px;
}
.hy-tuijian{
    padding: 100px 0;
}
.hy-tuijian h1{
    font-size: 36px;
    color: #191919;
    text-align: center;
}
.hy-tj-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: -2%;
    margin-top: 60px;
}
.hy-tj-cont{
    width: 31%;
    margin-left: 2%;
    padding: 40px;
    box-sizing: border-box;
    background-color: #F8F8F8;
}
.hy-tj-cont:hover img{
    transform: scale(1.1);
}
.hy-tj-img{
    overflow: hidden;
}
.hy-tj-img img{
    max-width: 100%;
    display: block;
    margin: 40px auto;
    transition: .3s ease-in;
}
.hy-tj-cont h2{
    font-size: 24px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    color: #333333;
    text-align: center;
    margin-top: 20px;
}
.hy-tj-cont p{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
}
.hy-tj-cont p span{
    font-size: 16px;
    color: #989898;
    display: block;
}
.hy-tj-cont p i{
    font-size: 20px;
    color: #989898;
    margin-left: 10px;
}
.meiti{
    padding: 100px 0;
}
.meiti-content{
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: -2%;
}
.meiti-cont{
    width: 31%;
    margin-left: 2%;
    margin-bottom: 30px;
    padding: 15px;
    border: 1px solid #E4E4E4;
    box-sizing: border-box;
    transition: .3s ease-in;
}
.meiti-cont:hover{
    background-color: #143A84;
}
.meiti-cont:hover img{
    transform: scale(1.1);
}
.meiti-cont:hover h2{
    color: #fff;
}
.meiti-cont:hover p{
    color: #fff;
}
.meiti-cont:hover .meiti-time{
    display: none;
}
.meiti-cont:hover .meiti-icon{
    display: block;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.meiti-img{
    overflow: hidden;
}
.meiti-img img{
    width: 100%;
    display: block;
    transition: .3s ease-in;
}
.meiti-cont h2{
    font-size: 24px;
    color: #333333;
    font-weight: normal;
    margin-top: 20px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
     -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
}
.meiti-cont p{
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    margin-top: 20px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
     -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.meiti-more{
    margin-top: 40px;
}
.meiti-more span{
    transition: .3s ease-in;
}
.meiti-more .meiti-time{
    font-size: 16px;
    color: #666666;
}
.meiti-more .meiti-icon{
    display: none;
    font-size: 16px;
    color: #fff;
}
.meiti-icon i{
    font-size: 20px;
    margin-left: 10px;
    display: inline-block;
    transform: rotate(180deg);
}
.meiti-detail{
    margin-top: 105px;
    padding: 100px 0;
    background-color: #F8F8F8;
}
.meiti-detail-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.meiti-detail-left{
    width: 75%;
    padding: 40px;
    box-sizing: border-box;
    background-color: #fff;
}
.meiti-detail-left-top{
    padding-bottom: 30px;
    border-bottom: 1px solid #E4E4E4;
}
.meiti-detail-left-top h2{
    font-size: 36px;
    color: #191919;
    font-weight: 700;
}
.meiti-detail-left-top p{
    font-size: 16px;
    color: #666666;
    margin-top: 20px;
}
.meiti-detail-left-cont{
    margin-top: 30px;
}
.page{
    margin-top: 40px;
    background-color: #F9F9F9;
}
.page ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
}
.page ul li{}
.page ul li a{
    font-size: 16px;
    color: #999999;
}
.page ul li a i{
    font-size: 30px;
    color: #C7C7C7;
    display: block;
}
.meiti-detail-right{
    width: 23%;
    padding: 40px;
    box-sizing: border-box;
    background-color: #fff;
}
.meiti-detail-right h1{
    font-size: 24px;
    color: #191919;
    font-weight: 700;
}
.meiti-detail-right a{
    margin-top: 30px;
    display: block;
}
.meiti-detail-right a:hover img{
    transform: scale(1.1);
}
.meiti-detail-right .mt-img{
    overflow: hidden;
}
.meiti-detail-right .mt-img img{
    width: 100%;
    display: block;
    transition: .3s ease-in;
}
.meiti-detail-right a h2{
    font-size: 18px;
    color: #333333;
    margin-top: 10px;
    font-weight: normal;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
     -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
}
.meiti-detail-right a p{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
}
.meiti-detail-right a p span{
    font-size: 16px;
    color: #666666;
    display: block;
}
.meiti-detail-right a p i{
    font-size: 30px;
    color: #666666;
    margin-left: 10px;
    display: block;
    transform: rotate(180deg);
}
.abouts{}
.abouts-one{
    padding: 100px 0;
}
.abouts-one-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.abouts-one-left{
    width: 50%;
}
.abouts-one-left h2{
    font-size: 36px;
    color: #191919;
    font-weight: 700;
}
.abouts-one-left h3{
    font-size: 16px;
    line-height: 30px;
    color: #191919;
    margin-top: 10px;
}
.abouts-one-left p{
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    margin-top: 20px;
}
.abouts-one-right{
    width: 42%;
}
.abouts-one-right img{
    width: 100%;
    display: block;
}
.abouts-two{
    padding-top: 100px;
    padding-bottom: 300px;
    background: url(../img/history.png) no-repeat center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
/* .abouts-xian{
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
} */
.abouts-two-all{}
.abouts-two-all h1{
    font-size: 36px;
    color: #fff;
    text-align: center;
    font-weight: 700;
}
.abouts-swiper{
    overflow: hidden;
    position: relative;
    margin-top: 100px;
}
.a{
    position: relative;
}
.a::after{
    content: "";
    display: block;
    width: 300%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 74px;
    left: -100%;
}
.abouts-swiper .swiper-slide{}
.abouts-swiper .swiper-slide-active h2{
    opacity: 1 !important;
}
.abouts-swiper .swiper-slide-active p{
    opacity: 1 !important;
}
.abouts-swiper .swiper-slide-active span::before{
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background-color: #DE1C23;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 50%;
    z-index: -1;
}
.abouts-swiper .swiper-slide-active .year{
    display: none;
}
.abouts-swiper .swiper-slide h2{
    font-size: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    font-weight: normal;
    opacity: 0;
}
.abouts-swiper .swiper-slide span{
    width: 8px;
    height: 8px;
    display: block;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    margin: 30px auto;
    position: relative;
}
.abouts-swiper .swiper-slide .year{
    font-size: 18px;
    color: #fff;
    text-align: center;
}
.abouts-swiper .swiper-slide p{
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    opacity: 0;
}
.abouts-prev::after,.abouts-next::after{
    color: #fff;
    font-size: 20px;
}
.abouts-prev{
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    border-radius: 50%;
    top: 74px;
    left: 25%;
    background-color: #30619b;
}
.abouts-next{
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    border-radius: 50%;
    right: 25%;
    top: 74px;
    background-color: #30619b;
}
.abouts-three{
    padding: 100px 0;
}
.abouts-three-all{}
.abouts-three-all h2{
    font-size: 36px;
    color: #191919;
    text-align: center;
    font-weight: 700;
}
#certify{
    width: 1400px;
    position: relative;
    margin-top: 60px;
}
#certify .swiper-slide{
    width: 440px;
    height: 580px;
}
#certify .swiper-slide img{
    width: 100%;
    display: block;
}
.phone-honor-swiper{
    display: none;
}
.abouts-four{
    padding: 125px 0;
    background: url(../img/people-bj.png) no-repeat center;
    background-size: cover;
}
.abouts-four-all{
    position: relative;
}
.abouts-four-all h1{
    font-size: 36px;
    color: #191919;
    font-weight: 700;
    text-align: center;
}
.team-swiper{
    margin-top: 60px;
    overflow: hidden;
}
.team-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.team-left{
    width: 20%;
}
.team-left img{
    width: 100%;
    display: block;
}
.team-right{
    width: 75%;
}
.team-right h2{
    font-size: 24px;
    color: #333333;
    font-weight: normal;
    position: relative;
    padding-bottom: 30px;
}
.team-right h2::before{
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border: 1px solid #999999;
    border-radius: 50%;
    position: absolute;
    bottom: -4.5px;
    left: 0;
}
.team-right h2::after{
    content: "";
    display: block;
    width: calc(100% - 10px);
    height: 1px;
    background-color: #999999;
    position: absolute;
    left: 10px;
    bottom: 0;
}
.team-right p{
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    margin-top: 40px;
}
.team-right span{
    display: block;
    margin-top: 60px;
    font-size: 24px;
    color: #333333;
}
.team-prev::after,.team-next::after{
    font-size: 20px;
    color: #fff;
}
.team-prev{
    width: 70px;
    height: 70px;
    background: #CBCBCB;
    top: unset;
    left: unset;
    right: 0;
    bottom: 0;
}
.team-next{
    width: 70px;
    height: 70px;
    background: #CBCBCB;
    top: unset;
    right: -70px;
    bottom: 0;
}
.team-prev:hover,.team-next:hover{
    background: #1A1A1A;
}
.abouts-five{
    padding: 100px 0;
}
.abouts-five-all{}
.abouts-five-all form{}
.abouts-five-all form legend{
    font-size: 36px;
    color: #191919;
    text-align: center;
    font-weight: 700;
}
.abouts-five-all form .form-all{
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.abouts-five-all form .form-all .form-group{
    width: 48%;
    margin-top: 20px;
}
.abouts-five-all form .form-all .form-group label{
    font-size: 16px;
    color: #000;
    position: relative;
    padding-left: 10px;
    display: block;
}
.abouts-five-all form .form-all .form-group label::before{
    content: "*";
    display: block;
    font-size: 16px;
    color: #EB1C24;
    position: absolute;
    top: 0;
    left: 0;
}
.abouts-five-all form .form-all .form-group select{
    width: 100%;
    margin-top: 10px;
    outline: none;
    border: none;
    border-bottom: 1px solid #E4E4E4;
    padding: 10px 0;
    box-sizing: border-box;
    color: #999999;
    background-color: transparent;
}
.abouts-five-all form .form-all .form-group input{
    width: 100%;
    margin-top: 10px;
    box-sizing: border-box;
    padding: 10px 0;
    outline: none;
    border: none;
    border-bottom: 1px solid #E4E4E4;
    background-color: transparent;
}
.abouts-five-all form .form-all .form-group input::placeholder{
    font-size: 16px;
    color: #999999;
}
.abouts-five-all form .btn{
    width: 100%;
    color: #fff;
    border: none;
    background-color: #143A84;
    border-radius: 5px;
    margin-top: 30px;
    padding: 10px 0;
    text-align: center;
    font-size: 16px;
}
.abouts-five-all form span{
    font-size: 16px;
    color: #333333;
    display: block;
    text-align: center;
    margin-top: 20px;
}
.abouts-five-all form span strong{
    font-weight: normal;
    color: #EB1C24;
}
.videos{
    padding: 100px 0;
}
.videos-all{}
.videos-content{
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.videos-cont{
    width: 48%;
    margin-bottom: 30px;
    cursor: pointer;
}
.videos-cont:hover .videos-img>img{
    transform: scale(1.1);
}
.videos-cont:hover .videos-play{
    display: block;
}
.videos-img{
    overflow: hidden;
    position: relative;
}
.videos-img>img{
    width: 100%;
    display: block;
    transition: .3s ease-in;
}
.videos-play{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.25);
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
.videos-play img{
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.videos-cont h2{
    font-size: 24px;
    margin-top: 20px;
    color: #333333;
    font-weight: normal;
}
.videos-time{
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.videos-time p{
    font-size: 16px;
    color: #666666;
}
.videos-time p:last-child{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}
.videos-time p i{
    font-size: 20px;
    color: #666666;
    margin-right: 10px;
}
.videos-tan{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
}
.videos-tan-all{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}
.videos-tan-cont{
    width: 1400px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1000;
}
.videos-tan-close{
    position: absolute;
    top: 0;
    right: 11%;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
    z-index: 1000;
}
.videos-swiper{
    overflow: hidden;
    width: 80%;
    margin: auto;
}
.videos-swiper .swiper-slide{
    position: relative;
}
.videos-swiper .swiper-slide p{
    font-size: 24px;
    color: #fff;
    position: absolute;
    top: 20px;
    left: 20px;
}
.videos-swiper .swiper-slide video{
    width: 100%;
    display: block;
}
.videos-prev::after,.videos-next::after{
    font-size: 20px;
    color: #fff;
}
.videos-prev{
    width: 70px;
    height: 70px;
    background: #CBCBCB;
    left: 0;
}
.videos-next{
    width: 70px;
    height: 70px;
    background: #CBCBCB;
    right: 0;
}
.videos-prev:hover,.videos-next:hover{
    background: #1A1A1A;
}
#container{
    margin-top: 105px;
    width: 100%;
    height: 650px;
}
.amap-container img{
    width: 120px;
}
.contact{}
.contact-one{
    padding: 50px;
    background-color: #fff;
    box-sizing: border-box;
    box-shadow: 0 0 5px 0 #CCCCCC;
    margin-top: -100px;
    position: relative;
    z-index: 999;
}
.contact-one-top{}
.contact-one-top h2{
    font-size: 24px;
    color: #191919;
    font-weight: normal;
}
.contact-one-top p{
    font-size: 12px;
    color: #191919;
    padding-bottom: 20px;
    position: relative;
    letter-spacing: 0.5px;
}
.contact-one-top p::after{
    content: "";
    display: block;
    width: 10px;
    height: 1px;
    background-color: #CACACA;
    position: absolute;
    bottom: 0;
    left: 0;
}
.contact-one-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
}
.contact-one-left{
    width: 50%;
}
.contact-one-left{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}
.contact-one-z{
    width: 48%;
}
.contact-one-z p{
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    margin-bottom: 10px;
}
.contact-one-y{
    width: 48%;
}
.contact-one-y p{
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    margin-bottom: 10px;
}
.contact-one-right{
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.contact-one-right li{
    width: 100px;
}
/* .contact-one-right li:last-child{
    margin-left: 60px;
} */
.contact-one-right li img{
    width: 100px;
    height: 100px;
    display: block;
    margin: auto;
}
.contact-one-right li p{
    font-size: 14px;
    line-height: 18px;
    color: #333333;
    text-align: center;
    margin-top: 5px;
}
.contact-two{
    padding: 100px 0;
    position: relative;
}
.contact-two>h2{
    font-size: 36px;
    color: #191919;
    font-weight: 700;
}
.contact-number{
    position: absolute;
    right: 0;
    top: 0px;
}
.phone-map{
    display: none;
}
.number{
    margin-bottom: 40px;
}
.number:hover h2,.number:hover h2 span{
    color: #143A85;
}
.number h2{
    font-size: 42px;
    color: #333333;
    font-weight: normal;
}
.number span{
    display: inline-block;
    font-size: 42px;
    color: #333333;
}
.number p{
    font-size: 16px;
    color: #666666;
    margin-top: 10px;
}
.map-p{
    font-size: 16px;
    line-height: 32px;
    color: #666666;
    position: absolute;
    bottom: 0;
    left: 0;
}
.map{
    position: relative;
    margin-top: 40px;
}
.map img{
    width: 100%;
    display: block;
    position: relative;
}
.map-icon{
    width: 100%;
    height: 100%;
}
.circle i{
    width: 5px;
    height: 5px;
    background-color: #143A84;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.circle{
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    left: 0;
    transform: translate(-50%,67%);
}
.circle.active::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border-radius: 50%;
    border: 1px solid rgba(20,58,132,.4);
    background-color: rgba(20,58,132,.4);
    animation-name: circle;
    animation-duration: 2s;
    animation-timing-function: steps(90);
    animation-iteration-count: infinite;
    animation-delay: 0s;
}
.circle.active span::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border-radius: 50%;
    background-color: rgba(20,58,132,.4);
    animation-name: circle;
    animation-duration: 2s;
    animation-timing-function: steps(90);
    animation-iteration-count: infinite;
    animation-delay: 1s;
}
@keyframes circle{
    0% {
        width:0%;
        height:0%;
        opacity:1;
    }
    100% {
        width:100%;
        height:100%;
        opacity:0;
    }
}
.m01{
    position: absolute;
    top: 10%;
    left: 12.5%;
}
.m02{
    position: absolute;
    top: 20.5%;
    left: 11%;
}
.m03{
    position: absolute;
    top: 44.4%;
    left: 17.4%;
}
.m04{
    position: absolute;
    top: 58%;
    left: 27.4%;
}
.m05{
    position: absolute;
    top: 10%;
    left: 45%;
}
.m06{
    position: absolute;
    top: 14.5%;
    left: 48.6%;
}
.m07{
    position: absolute;
    top: 20.5%;
    left: 53%;
}
.m08{
    position: absolute;
    top: 28%;
    left: 60%;
}
.m09{
    position: absolute;
    top: 40%;
    left: 75%;
}
.m10{
    position: absolute;
    top: 20.5%;
    left: 73.5%;
}
.contact .abouts-five{
    background-color: #F6F6F6;
}
.ban img{
    width: 100%;
    display: block;
}
.sousuo{
    margin-top: 105px;
    padding: 100px 0;
}
.sousuo-all{}
.sousuo-top{}
.sousuo-top form{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.sousuo-top form .form-group{
    width: 83%;
    border-radius: 5px;
}
.sousuo-top form .form-group input{
    width: 100%;
    background-color: #F4F4F4;
    padding: 15px 20px;
    box-sizing: border-box;
    outline: none;
    border: none;
    border-radius: 5px;
    font-size: 16px;
}
.sousuo-top form .form-group input::placeholder{
    font-size: 16px;
}
.sousuo-top form .btn{
    width: 15%;
    background-color: #2E4571;
    border-radius: 5px;
    padding: 15px 20px;
    box-sizing: border-box;
    border: none;
    outline: none;
    font-size: 16px;
    color: #fff;
}
.sousuo-top form .btn i{
    font-size: 18px;
    color: #fff;
    margin-right: 10px;
}
.sousuo-cont-all{
    margin-top: 60px;
}
.sousuo-cont-all ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #F4F4F4;
}
.sousuo-cont-all ul li{
    font-size: 16px;
    color: #666666;
    padding: 10px 0;
    padding-right: 40px;
    cursor: pointer;
}
.sousuo-cont-all ul .active{
    color: #0F2C4E;
}
.sousuo-a{
    margin-top: 60px;
}
.sousuo-content{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: -2%;
}
.sousuo-cont{
    width: 23%;
    margin-left: 2%;
    margin-bottom: 30px;
}
.sousuo-cont:hover img{
    transform: scale(1.1);
}
.sousuo-img{
    overflow: hidden;
}
.sousuo-img img{
    max-width: 100%;
    display: block;
    margin: auto;
    transition: .3s ease-in;
}
.sousuo-cont p{
    font-size: 16px;
    color: #191919;
    text-align: center;
    margin-top: 10px;
}
.success{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
}
.success-all{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}
.success-cont{
    width: 15%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 40px;
    box-sizing: border-box;
    border-radius: 20px;
    z-index: 1000;
    background-color: #F3F3F4;
}
.success-close{
    font-size: 30px;
    color: #191919;
    position: absolute;
    top: 0;
    right: 10px;
    cursor: pointer;
}
.success-cont p{}
.success-cont p img{
    width: 40px;
    height: 40px;
    display: block;
    margin: auto;
}
.success-cont p span{
    font-size: 14px;
    color: #191919;
    display: block;
    text-align: center;
    margin-top: 10px;
}


/* phone */
.mobile-inner-header {
    background-color: rgba(255,255,255,255.7);
    width: 100%;
    height: 50px;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999;
}
.clearfix {
    zoom: 1;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    content: " ";
    clear: both;
    height: 0;
    line-height: 0;
}
#wrap {
    text-align: left;
}
.fl {
    float: left;
    display: inline;
}
.mobile-inner-header-icon:hover {
    /* background-color: rgba(0, 0, 0, 0.2); */
    cursor: pointer;
}
.mobile-inner-header-icon {
    color: #666666;
    height: 50px;
    font-size: 25px;
    text-align: center;
    float: right;
    width: 50px;
    position: relative;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
}
.mobile-inner-header-icon-out span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outfirst;
}
.mobile-inner-header-icon span:nth-child(1) {
    transform: translateY(4px) rotate(0deg);
}
.mobile-inner-header-icon span {
    position: absolute;
    left: calc((100% - 25px) / 2);
    top: calc((100% - 1px) / 2);
    width: 25px;
    height: 1px;
    background-color: rgba(0,0,0,0.7);
}
.mobile-inner-header-icon:hover {
    cursor: pointer;
}
.mobile-inner-header-icon {
    color: #666666;
    font-size: 25px;
    text-align: center;
}
.mobile-inner-header-icon-out span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outsecond;
}
.mobile-inner-header-icon span:nth-child(2) {
    transform: translateY(-4px) rotate(0deg);
}
.mobile-inner-nav {
    background-color: #ffffff;
    width: 100%;
    position: fixed;
    top: 50px;
    left: 0px;
    display: none;
    z-index: 9999;
    height: 90%;
    padding-top: 0%;
    overflow-y: auto;
}
.mobile-inner-nav a {
    display: inline-block;
    line-height: 50px;
    text-decoration: none;
    width: 90%;
    margin-left: 5%;
    color: #666666;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: 300;
    border-bottom: 1px solid #66666640;
}
.mobile-inner-nav a {
    position: relative;
    overflow: hidden;
}
#wrap {
    text-align: left
}
@keyframes returnToNormal {
  0% {
	opacity: 0;
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
  }
  100% {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
  }
}
.mobile-inner-header-icon-click span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clickfirst;
}
.mobile-inner-header-icon span {
    position: absolute;
    left: calc((100% - 25px) / 2);
    top: calc((100% - 1px) / 2);
    width: 25px;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.7);
}
.mobile-inner-header-icon-click span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clicksecond;
}
@keyframes clicksecond {
  0% {
	  transform: translateY(-4px) rotate(0deg);
  }
  100% {
    transform: translateY(0) rotate(-45deg);
  }
}
@keyframes clickfirst {
  0% {
	  transform: translateY(4px) rotate(0deg);
  }
  100% {
    transform: translateY(0) rotate(45deg);
  }
}
.mobile-inner-nav a {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: returnToNormal;
    animation-name: returnToNormal;
}
@keyframes outfirst {
  0% {
    transform: translateY(0) rotate(-45deg);
  }
  100% {
    transform: translateY(-4px) rotate(0deg);
  }
}
@keyframes outsecond {
  0% {
    transform: translateY(0) rotate(45deg);
  }
  100% {
    transform: translateY(4px) rotate(0deg);
  }
}
.mobile-inner-header-icon{
  display: none;
}
.mobile{
    position: relative;
}
.mobile::after{
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url(../img/down.png) no-repeat center;
    position: absolute;
    top: 10px;
    right: 10px;
}
.mobile .active{
    display: block;
}
.mobile-down{
    display: none;
    transition: .5s all;
}
.mobile-down a{
    padding-left: 20px;
    font-size: 14px;
}
/* [lang="en"] .index-ban-p h2, .index-ban-p p{
    text-align-last: left;
} */
[lang="en"] .head-left p{
    font-size: 18px;
}
@media (min-width:320px) and (max-width:1199px) {
  .mobile-inner-header-icon{
    display: block;
  }
}
.phone-ban{
    display: none;
}
.phone-pro{
    display: none;
}
@media (min-width:1400px) and (max-width:1700px){
    .banner .banner-p{
        left: 10% !important;
    }
}
@media (min-width:1100px) and (max-width:1500px){
    .container{
        width: 80%;
    }
    .head-left p{
        width: 70px;
    }
    .banner-p{
        left: 10% !important;
    }
    .head-right ul li a{
        padding: 25px;
    }
    .banner-p p{
        font-size: 20px;
    }
    .ban-dong3{
        width: 35%;
        left: 40%;
    }
    .banner-p p span{
        font-size: 30px;
    }
    .pro-cont{
        width: 100%;
    }
    .pro-tan-cont{
        width: 80%;
        height: 600px;
    }
    .videos-tan-cont{
        width: 80%;
    }
    #certify{
        width: 100%;
    }
    #certify .swiper-slide{
        width: 350px;
        height: 500px;
    }
    .top{
        width: 80px;
        height: 80px;
        right: 30px;
    }
    .contact-one-left{
        width: 60%;
    }
    .contact-one-right{
        width: 40%;
    }
    [lang="en"] .head-left a{
        width: 100px;
    }
    [lang="en"] .pro-swiper .swiper-slide p{
        font-size: 18px;
    }
    [lang="en"] .fangan-swiper .swiper-slide p{
        font-size: 18px;
    }
    [lang="en"] .product-top ul li{
        width: 20%;
    }
    [lang="en"] .product-top ul li a{
        font-size: 14px;
        text-align: center;
    }
    [lang="en"] .hangye-three-left p{
        width: 50%;
    }
    [lang="en"] .hangye-three-a:nth-child(2n-1) .hangye-three-left p{
        left: 40%;
    }
    [lang="en"] .hangye-three-a:nth-child(2n) .hangye-three-left p{
        left: 70%;
    }
}
@media screen and (max-width:1100px) {
    .about-right-cont{
        width: 100px;
        height: 100px;
    }
    [lang="en"] .product-top ul li a{
        font-size: 12px;
    }
    [lang="en"] .pro-detail-two-top ul li{
        font-size: 14px;
    }
    [lang="en"] .hangye-one-right{
        width: 100%;
    }
    .container{
        width: 90%;
    }
    .head-right ul{
        display: none;
    }
    .header .mobile-inner-header-icon span{
        background-color: rgba(0, 0, 0, 0.7);
    }
    .test .mobile-inner-header-icon span{
        background-color: rgba(0, 0, 0, 0.7);
    }
    .mobile-inner-nav li form{
        width: 90%;
        margin: auto;
        margin-top: 20px;
    }
    .mobile-inner-nav li form .form-group{
        position: relative;
    }
    .mobile-inner-nav li form .form-group input{
        width: 100%;
        padding: 0 20px;
        height: 40px;
        box-sizing: border-box;
        outline: none;
        border: none;
        box-shadow: 0 0 5px 0 #cccccc;
        border-radius: 25px;
    }
    .mobile-inner-nav li form .form-group input::placeholder{
        font-size: 16px;
        color: #666666;
    }
    .mobile-inner-nav li form .form-group p{
        position: absolute;
        top: 0;
        right: 0;
        width: 40px;
        height: 40px;
        background-color: #CACACA;
        border-radius: 50%;
    }
    .mobile-inner-nav li form .form-group p i{
        font-size: 20px;
        color: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
    .index-ban-p h2, .index-ban-p p{
        text-align-last: left;
    }
    .index-ban-p h2{
        font-size: 24px;
    }
    .banner .banner-p{
        width: 35%;
        left: 5%;
        transform: unset;
    }
    .head-left a{
        width: 100px;
    }
    .head-left p{
        width: 60px;
    }
    .banner img{
        width: 100%;
        height: 250px;
        object-fit: cover;
    }
    .banner-p p{
        font-size: 12px;
    }
    .banner-p p br{
        display: none;
    }
    .banner-p p span{
        font-size: 14px;
        margin: 0;
    }
    .about{
        padding: 30px 0;
    }
    .about-all{
        flex-direction: column-reverse;
    }
    .about-left{
        width: 100%;
        margin-top: 20px;
    }
    .about-right{
        width: 100%;
    }
    .about-left h2{
        font-size: 24px;
    }
    .about-left h3{
        margin-top: 10px;
    }
    .about-left p:first-of-type {
        margin-top: 10px;
    }
    .about-left p{
        margin-top: 10px;
    }
    .about-left a{
        margin-top: 20px;
    }
    .hezuo{
        padding: 30px 0;
    }
    .hezuo-all h2{
        font-size: 24px;
    }
    .hezuo-all p{
        margin-top: 10px;
    }
    .hezuo-swiper{
        margin-top: 20px;
    }
    .pro{
        padding: 30px 0;
    }
    .pro-top h2{
        font-size: 24px;
    }
    .pro-top p{
        margin-top: 10px;
    }
    .pro-cont{
        width: 90%;
        margin: auto;
        margin-top: 20px;
        padding-bottom: 0;
    }
    .pro-swiper{
        padding-bottom: 0px;
        position: relative;
    }
    .pro-swiper .swiper-slide p{
        font-size: 16px;
        position: unset;
        padding-bottom: 0;
    }
    .pro-prev::after, .pro-next::after{
        font-size: 16px;
    }
    .pro-prev{
        width: 30px;
        height: 30px;
        right: unset;
        top: 50%;
        left: 10px;
        background: transparent;
    }
    .pro-next{
        width: 30px;
        height: 30px;
        top: 50%;
        right: 10px;
        background: transparent;
    }
    .fangan{
        padding: 30px 0;
    }
    .fangan-cont{
        width: 90%;
        margin: auto;
        margin-top: 20px;
        padding-bottom: 0;
    }
    .fangan-swiper{
        position: relative;
    }
    .fangan-swiper .swiper-slide{
        margin: auto;
    }
    .fangan-swiper .swiper-slide p{
        font-size: 20px;
    }
    .fangan-prev::after, .fangan-next::after{
        font-size: 16px;
    }
    .fangan-prev{
        width: 30px;
        height: 30px;
        top: 50%;
        left: 10px;
        background: transparent;
    }
    .fangan-next{
        width: 30px;
        height: 30px;
        top: 50%;
        right: 10px;
        background: transparent;
    }
    .video{
        padding: 30px 0;
    }
    .video-top h2{
        font-size: 24px;
        width: 100%;
    }
    .video-top ul{
        width: 100%;
        margin-top: 10px;
    }
    .video-top ul li{
        width: 33%;
        margin-left: 0;
        text-align: center;
    }
    .video-content{
        margin-top: 20px;
    }
    .video-swiper{
        padding-bottom: 0px;
    }
    .video-swiper .swiper-slide a:hover,.video-swiper .swiper-slide a:hover h2,
    .video-swiper .swiper-slide a:hover h3,.video-swiper .swiper-slide a:hover p,
    .video-swiper .swiper-slide a:hover p span,.video-swiper .swiper-slide a:hover p i{
        background: unset;
        color: #000;
    }
    .video-swiper .swiper-slide .video-swiper-p{
        padding: 10px;
    }
    .video-swiper .swiper-slide .video-swiper-p p{
        margin-top: 10px;
    }
    .video-prev{
        width: 30px;
        height: 30px;
        right: unset;
        left: 10px;
        top: 30%;
        display: none;
    }
    .video-next{
        width: 30px;
        height: 30px;
        right: 10px;
        top: 30%;
        display: none;
    }
    .foot-top{
        padding: 15px 0;
    }
    .foot-top ul li:nth-child(1),
    .foot-top ul li:nth-child(2),
    .foot-top ul li:nth-child(3),
    .foot-top ul li:nth-child(4)
    {
        display: none;
    }
    .foot-top ul li:last-child{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        margin-top: 20px;
    }
    .foot-top ul li .ewm1{
        margin-top: 0;
        margin-left: 30px;
        margin: auto;
    }
    .foot-di{
        padding: 20px 0;
    }
    .foot-di-left p::after,.foot-di-left a::after{
        display: none;
    }
    .foot-di-left p{
        padding-right: 0;
        text-align: center;
        font-size: 14px;
    }
    .foot-di-left a{
        font-size: 14px;
        padding: 0;
        text-align: center;
        width: 100%;
    }
    .foot-di-left .bn{
        justify-content: center;
    }
    .foot-di-right{
        width: 100%;
        text-align: center;
        display: block;
    }
    .foot-di-right a{
        font-size: 14px;
    }
    .top{
        width: 50px;
        height: 50px;
    }
    .top p{
        font-size: 14px;
    }
    .pro-ban .banner-p{
        width: 90%;
        top: 20%;
    }
    .pro-ban{
        margin-top: 50px;
    }
    .pro-ban img{
        height: 250px;
        object-fit: cover;
    }
    .pro-ban .banner-p img{
        height: auto;
    }
    .pro-ban .banner-p h2{
        font-size: 20px;
        margin-top: 20px;
    }
    .pro-ban .banner-p p{
        font-size: 12px;
    }
    .product{
        padding: 30px 0;
    }
    .product-top ul{
        width: 100%;
        justify-content: flex-start;
    }
    .news-top ul{
        margin-top: 20px;
    }
    .news-top ul li{
        width: 31% !important;
    }
    .product-top ul li{
        width: 50%;
        text-align: center;
    }
    .product-top ul li a{
        margin-left: 0;
        font-size: 16px;
        padding: 10px 0;
    }
    .product-top .pro-down{
        right: 0;
    }
    .product-content{
        margin-top: 20px;
    }
    .product-cont{
        width: 48%;
        padding: 10px;
    }
    .product-img img{
        margin: 0 auto;
    }
    .product-cont h2{
        font-size: 18px;
        margin-top: 15px;
    }
    .product-cont p{
        margin-top: 10px;
    }
    .product-cont p span{
        font-size: 14px;
    }
    .product-detail{
        margin-top: 50px;
        padding: 30px 0;
    }
    .product-detail-top h2{
        font-size: 24px;
    }
    .product-detail-top form{
        width: 100%;
        margin-top: 20px;
    }
    .product-detail-one{
        padding: 20px;
        margin-top: 20px;
    }
    .product-detail-one-left{
        width: 100%;
    }
    .pro-detail-prev::after, .pro-detail-next::after{
        font-size: 16px;
    }
    .pro-detail-prev{
        width: 30px;
        height: 30px;
    }
    .pro-detail-next{
        width: 30px;
        height: 30px;
    }
    .product-detail-one-right{
        width: 100%;
        margin-top: 20px;
    }
    .product-detail-one-right h2{
        font-size: 24px;
        margin-bottom: 10px;
    }
    .pro-detail-p{
        margin-top: 30px;
    }
    .pro-tan-cont{
        width: 90%;
        padding: 10px;
        height: 450px;
        overflow-y: auto;
    }
    .pro-tan-cont h2{
        font-size: 24px;
    }
    .pro-tan-p{
        margin-top: 20px;
    }
    .pro-tan-span{
        width: 100%;
    }
    .pro-detail-two-top ul li{
        font-size: 16px;
        margin-left: 30px;
        padding: 10px 0;
    }
    .hangye{
        padding: 30px 0;
    }
    .hangye-cont{
        width: 100%;
    }
    .phone-hy{
        width: 100%;
        display: block !important;
    }
    .hangye-one{
        margin: 30px 0;
        background: none !important;
    }
    .hangye-one-left{
        width: 100%;
    }
    .hangye-one-right{
        width: 100%;
        margin-top: 20px;
    }
    .hangye-one-left .hangye-one-p{
        position: unset;
        margin-top: 20px;
        padding: 10px;
    }
    .hangye-one-left .hangye-one-p h2{
        font-size: 20px;
    }
    .hangye-one-left .hangye-one-p p{
        font-size: 14px;
        margin-top: 10px;
    }
    .hangye-one-li{
        margin-bottom: 20px;
    }
    .hangye-two .hangye-one-all{
        flex-direction: column-reverse;
    }
    .hangye-three{
        padding: 30px 0;
    }
    .hangye-three-all h2{
        font-size: 24px;
    }
    .hangye-three-a{
        height: auto;
        margin-top: 20px;
    }
    .hangye-three-left{
        width: 100%;
        padding: 20px;
    }
    .hangye-three-left p{
        position: unset;
        transform: unset;
    }
    .hangye-three-right{
        width: 100%;
        padding: 20px;
    }
    .hangye-three-right::before,.hangye-three-a:nth-child(3) .hangye-three-right::before{
        display: none !important;
    }
    .hangye-three-right p{
        width: 100%;
        position: unset;
        transform: unset;
    }
    .hangye-three-a:nth-child(3){
        flex-direction: column-reverse;
    }
    .hy-tuijian{
        padding: 30px 0;
    }
    .hy-tuijian h1{
        font-size: 24px;
    }
    .hy-tj-all{
        margin-top: 20px;
    }
    .hy-tj-cont{
        width: 48%;
        padding: 10px;
        margin-bottom: 20px;
    }
    .hy-tj-cont h2{
        font-size: 20px;
    }
    .hy-tj-img img{
        margin: auto;
    }
    .meiti{
        padding: 30px 0;
    }
    .meiti-all .product-top ul li{
        width: 33%;
    }
    .meiti-content{
        margin-top: 20px;
    }
    .meiti-cont{
        width: 100%;
    }
    .meiti-cont p{
        margin-top: 10px;
    }
    .meiti-more{
        margin-top: 10px;
    }
    .meiti-detail{
        margin-top: 50px;
        padding: 30px 0;
    }
    .meiti-detail-left{
        width: 100%;
        padding: 20px;
    }
    .meiti-detail-left-top{
        padding-bottom: 10px;
    }
    .meiti-detail-left-top h2{
        font-size: 24px;
    }
    .meiti-detail-left-top p{
        margin-top: 10px;
    }
    .meiti-detail-left-cont{
        margin-top: 15px;
    }
    .page ul{
        padding: 10px;
    }
    .meiti-detail-right{
        width: 100%;
        padding: 20px;
    }
    .meiti-detail-right a{
        margin-top: 20px;
    }
    .abouts-one{
        padding: 30px 0;
    }
    .abouts-one-all{
        flex-direction: column-reverse;
    }
    .abouts-one-left{
        width: 100%;
        margin-top: 20px;
    }
    .abouts-one-left h2{
        font-size: 24px;
    }
    .abouts-one-left h3{
        margin-top: 10px;
    }
    .abouts-one-left p{
        margin-top: 10px;
    }
    .abouts-one-right{
        width: 100%;
    }
    .abouts-two{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .abouts-two-all h1{
        font-size: 24px;
    }
    .abouts-swiper{
        margin-top: 20px;
    }
    .abouts-swiper .swiper-slide p{
        font-size: 14px;
        line-height: 25px;
    }
    .abouts-prev{
        left: 0;
    }
    .abouts-next{
        right: 0;
    }
    .abouts-three{
        padding: 30px 0;
    }
    .abouts-three-all h2{
        font-size: 24px;
    }
    #certify{
        display: none;
    }
    .phone-honor-swiper{
        display: block;
        overflow: hidden;
        position: relative;
        margin-top: 20px;
    }
    .phone-honor-swiper .swiper-slide img{
        width: 100%;
        display: block;
    }
    .abouts-four{
        padding: 30px 0;
    }
    .abouts-four-all h1{
        font-size: 24px;
    }
    .team-swiper{
        margin-top: 20px;
        padding-bottom: 60px;
    }
    .team-left{
        width: 100%;
    }
    .team-left img{
        max-width: 100%;
        width: 80%;
        margin: auto;
    }
    .team-right{
        width: 100%;
        margin-top: 20px;
    }
    .team-right h2{
        padding-bottom: 15px;
    }
    .team-right p{
        margin-top: 20px;
    }
    .team-right span{
        margin-top: 20px;
    }
    .team-prev{
        width: 50px;
        height: 50px;
        right: 50px;
    }
    .team-next{
        width: 50px;
        height: 50px;
        right: 0;
    }
    .abouts-five{
        padding: 30px 0;
    }
    .abouts-five-all form legend{
        font-size: 24px;
    }
    .abouts-five-all form .form-all{
        margin-top: 0px;
    }
    .abouts-five-all form .form-all .form-group{
        width: 100%;
        margin-top: 20px;
    }
    .abouts-five-all form .form-all .form-group select,
    .abouts-five-all form .form-all .form-group input{
        margin-top: 0;
        padding: 10px 0;
    }
    .abouts-five-all form .btn{
        margin-top: 20px;
        padding: 10px 0;
    }
    #container{
        margin-top: 50px;
        height: 250px;
    }
    .contact-one{
        margin-top: 20px;
        padding: 10px;
    }
    .contact-one-top p{
        padding-bottom: 10px;
    }
    .contact-one-left{
        width: 100%;
    }
    .contact-one-all{
        margin-top: 10px;
    }
    .contact-one-z{
        width: 100%;
    }
    .contact-one-z p{
        margin-bottom: 0;
    }
    .contact-one-y{
        width: 100%;
    }
    .contact-one-y p{
        margin-bottom: 0;
    }
    .contact-one-right{
        width: 100%;
        margin-top: 20px;
    }
    .contact-one-right li:last-child{
        margin-left: 40px;
    }
    .contact-two{
        padding: 30px 0;
    }
    .map{
        margin-top: 20px;
    }
    .phone-map{
        display: block;
        margin-top: 20px;
    }
    .map .contact-number,.map>p{
        display: none;
    }
    .contact-two>h2{
        font-size: 24px;
    }
    .contact-number{
        position: unset;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .number{
        width: 32%;
        margin-bottom: 10px;
    }
    .number h2{
        font-size: 28px;
    }
    .number h2 span{
        font-size: 28px;
    }
    .number p{
        font-size: 14px;
    }
    .map-p{
        position: unset;
    }
    .videos{
        padding: 30px 0;
    }
    .videos-all .product-top ul li{
        width: 33%;
    }
    .videos-content{
        margin-top: 20px;
    }
    .videos-cont{
        width: 100%;
    }
    .videos-tan-cont{
        width: 90%;
    }
    .videos-prev,.videos-next{
        width: 50px;
        height: 50px;
        display: none;
    }
    .videos-swiper .swiper-slide p{
        font-size: 14px;
    }
    .videos-swiper{
        width: 100%;
    }
    .videos-tan-close{
        right: 10px;
    }
    .circle{
        width: 15px;
        height: 15px;
    }
    .success-cont{
        width: 60%;
    }
    .pro-detail-content{
        padding: 10px;
    }
    /* 2024.6.28 */
    .about-right-cont h2{
        font-size: 18px;
    }
    .index-hz{
        padding: 5px 0;
        margin-top: 20px;
    }
    .phone-pro{
        display: block;
    }
    .index-area-all{
        display: none;
    }
    .video-top{
        width: 100%;
    }
    .video-content{
        width: 100%;
    }
    .video-cont-all a{
        margin-top: 20px;
        width: 100%;
    }
}
@media (min-width:769px) and (max-width:1199px){
    .banner img{
        height: auto;
    }
    .index-ban-p h2, .index-ban-p p{
        text-align-last: left;
    }
    .index-ban-p h2{
        font-size: 50px;
    }
     .index-ban-p p{
        font-size: 24px;
     }
    .about-all{
        flex-direction: unset;
    }
    .about-left{
        width: 35%;
        margin-top: 0;
    }
    .about-right{
        width: 60%;
    }
    .product-top ul li{
        width: 33%;
    }
    .product-detail-one-left{
        width: 55%;
    }
    .product-detail-one-right{
        width: 40%;
    }
    .product-detail-top form{
        width: 70%;
        margin-top: 0;
    }
    .hangye-cont{
        width: 48%;
    }
    .hangye-three-left{
        width: 50%;
    }
    .hangye-three-right{
        width: 50%;
        padding: 40px;
    }
    .hangye-three-left p{
        text-align: center;
    }
    .hangye-three-a:nth-child(3){
        flex-direction: unset;
    }
    .meiti-cont{
        width: 48%;
    }
    .product-top ul{
        width: 55%;
    }
    .news-top ul{
        margin-top: 0;
    }
    .meiti-detail-right a{
        width: 48%;
        float: left;
        margin-right: 4%;
    }
    .meiti-detail-right a:nth-child(2n){
        margin-right: 0;
    }
    .abouts-one-all{
        flex-direction: unset;
        align-items: center;
    }
    .abouts-one-left{
        width: 50%;
    }
    .abouts-one-right{
        width: 42%;
    }
    #certify{
        width: 100%;
        display: block;
    }
    .phone-honor-swiper{
        display: none;
    }
    .team-left{
        width: 20%;
    }
    .team-right{
        width: 75%;
    }
    .video-top h2{
        width: auto;
    }
    .video-top ul{
        width: 50%;
    }
    .pro-tan-span{
        width: 48%;
    }
    .pro-ban img{
        height: auto;
    }
    .contact-one-left{
        width: 50%;
    }
    .contact-one-right{
        width: 50%;
        margin-top: 0;
    }
    .video-cont-all a{
        width: 48%;
    }
}
@media (min-width:414px) and (max-width:769px){
    .video-cont-all a{
        width: 48%;
    }
}

.thinkphp-pagination > div {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.thinkphp-pagination > div > * {
    display: flex;
    min-width: 40px;
    min-height: 40px;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    background-color: #F4F4F4;
    color: #333333;
    border-radius: 5px;
}

.thinkphp-pagination > div > .thispage,
.thinkphp-pagination > div > :hover {
    background-color: #0F2C4E;
    color: #fff;
}

.user-content img {
    max-width: 100%;
    display: block;
    margin: auto;
    object-fit: cover;
}
