body,html{overflow-x: hidden;}
.headernav{width: 100%;z-index: 9999999;background-color:rgba(255,255,255,0.3);}
.headernav_bd{display: flex;justify-content: space-between;align-items: center;}
.headernav_right{display: flex;justify-content: flex-end;align-items: center;}
.headernav_logo img{max-height: 100px;}
.header_hd{padding: 0 0 10px 0;}
.header_hdways{display: flex;justify-content: space-between;align-items: center;width: 100%;}
.header_hd_back{max-width: 1650px;width: 100%;}
.alibaba{background: url(../images/back.png) no-repeat;background-size: cover;padding: 10px 100px 10px 75px;}
.alibaba a{display: flex;justify-content: flex-start;align-items: center;}
.alibaba a img{max-width: 100%;vertical-align: middle;}
.alibaba a p{font-size: 18px;color: #fff;font-weight: bold;}
.header_hdways_list ul{display: flex;justify-content: flex-end;align-items: center;}
.header_hdways_list  li a{font-size: 16px;color: #000;}
.language{display: flex;justify-content: center;align-items: center;}
.header_hdways_list  li span{display: block;width: 2px;height: 20px;background-color: #e5e5e5;margin: 0 10px;}
.header_hdways_list li{margin-left: 50px;}
.header_hdways_list li a:hover{color: #000;text-decoration: underline;}

/* 3 */
.indexproduct{padding: 0 0 60px 0;margin-top: -100px;z-index: 9999;position: relative;}
.indexproduct_title{margin-bottom: 40px;}
.indexproduct_title span{font-size: 24px;display: block; color: #00619b;font-weight: bold;text-align: center;margin-bottom: 20px;}
.indexproduct_title h2{font-size: 48px;color: #252525;font-weight: bold;text-align: center;text-transform: uppercase;margin-bottom: 20px;}
.indexproduct_title p{font-size: 16px;text-align: center;}
.indexproduct_flex{display: flex;flex-wrap: wrap;}
.indexproduct_li{margin-bottom: 30px;}
.indexproduct_box{height: 100%;border-radius: 15px;overflow: hidden; background-color: #fff;box-shadow: 5px 5px 20px rgba(0,0,0,0.1);transition: all 0.35s ease-in-out; -webkit-transition: all 0.35s ease-in-out;-moz-transition: all 0.35s ease-in-out;-ms-transition: all 0.35s ease-in-out;-o-transition: all 0.35s ease-in-out;}
.indexproduct_img{width: 100%;height: auto;display: block;overflow: hidden;position: relative;padding-top: 100%;}
.indexproduct_img img{width: 100%;vertical-align: middle;position: absolute;top: 0;left: 0;transition: all 0.35s ease-in-out; -webkit-transition: all 0.35s ease-in-out;-moz-transition: all 0.35s ease-in-out;-ms-transition: all 0.35s ease-in-out;-o-transition: all 0.35s ease-in-out;}
.indexproduct_content{padding: 15px 15px;}
.indexproduct_content p{font-size: 16px;color: #00619b;text-align: center;display: -webkit-box;-webkit-line-clamp: 2; -webkit-box-orient: vertical;overflow: hidden;transition: all 0.35s ease-in-out; -webkit-transition: all 0.35s ease-in-out;-moz-transition: all 0.35s ease-in-out;-ms-transition: all 0.35s ease-in-out;-o-transition: all 0.35s ease-in-out;}
.indexproduct_content h3{font-size: 20px;font-weight: bold;margin: 0 0 15px 0; color: #252525;text-align: center;display: -webkit-box;-webkit-line-clamp: 1; -webkit-box-orient: vertical;overflow: hidden;transition: all 0.35s ease-in-out; -webkit-transition: all 0.35s ease-in-out;-moz-transition: all 0.35s ease-in-out;-ms-transition: all 0.35s ease-in-out;-o-transition: all 0.35s ease-in-out;}
.indexproduct_btn{display: flex;justify-content: center;align-items: center;margin: 20px auto 0 auto;}
.indexproduct_btn a{font-size: 16px;color: #00619b;display: block;padding: 10px 40px;border: 1px solid #00619b;transition: all 0.35s ease-in-out; -webkit-transition: all 0.35s ease-in-out;-moz-transition: all 0.35s ease-in-out;-ms-transition: all 0.35s ease-in-out;-o-transition: all 0.35s ease-in-out;}
.indexproduct_li:hover .indexproduct_box{background-color: #00619b;}
.indexproduct_li:hover .indexproduct_content h3,.indexproduct_li:hover .indexproduct_content p{color: #fff;}
.indexproduct_li:hover .indexproduct_btn a{border: 1px solid #fff;background-color: #fff;} 
.indexproduct_li:hover .indexproduct_img img{transform:scale(1.2);}
.indexproductallmore{display: block;width: 25%;height: 55px;line-height: 55px;text-align: center;font-size: 20px;color: #fff;background-color: #00619b;margin: 40px auto 0 auto;transition: all 0.35s ease-in-out; -webkit-transition: all 0.35s ease-in-out;-moz-transition: all 0.35s ease-in-out;-ms-transition: all 0.35s ease-in-out;-o-transition: all 0.35s ease-in-out;}
.indexproductallmore:hover{background-color: #252525;color: #fff;width: 30%;}

/*  */
.indexnavscroll{background-color: #000;opacity: 0.7;}
.navscrolltext{padding:15px;transition: all 0.35s ease-in-out; -webkit-transition: all 0.35s ease-in-out;-moz-transition: all 0.35s ease-in-out;-ms-transition: all 0.35s ease-in-out;-o-transition: all 0.35s ease-in-out;}
.navscrolltext:hover{background-image: linear-gradient(to right bottom,#444,#646464);color: #fff;}
.navscrolltext{font-size: 18px;color: #fff;text-align: center;}
.indexnavscroll{position: relative;}
.indexnavscroll .swiper { max-width: 1200px !important; margin: 0 auto !important;  position: static !important;}
.indexnavscroll .swiper-wrapper{max-width: 1500px;margin:  0 auto; align-items:center;}
.indexnavscroll .swiper-slide {text-align: center;font-size: 18px;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;}
.indexnavscroll .swiper-slide img {display: block;width: 100%;height: 100%; object-fit: cover;}
.indexnavscroll .swiperbtns{position: absolute;top: 40%;left: 50%;transform: translate(-50%,-50%);width:100%;z-index: 9999;}
.indexnavscroll .swiper-button-next,.indexnavscroll .swiper-button-prev {color: #fff;width: 60px;height: 60px;line-height: 60px;border-radius: 50%;text-align: center;}
.indexnavscroll .swiper-button-next:after,.indexnavscroll .swiper-button-prev:after{font-size: 30px;}

/*  */
.cateproduct{padding: 60px 0;}
.cateproduct_title{margin-bottom: 40px;}
.cateproduct_title h3{font-size: 48px;color: #000;font-weight: bold;}
.cateproduct_flex{display: flex;flex-wrap: wrap;}
.cateproduct_card{height: 100%;position: relative;overflow: hidden;}
.cateproduct_card_img{position: relative;overflow: hidden;display: block;width: 100%;height: auto;padding-top: 100%;}
.cateproduct_card_img img{width: 100%; height: auto; vertical-align: middle;position: absolute;top: 0;left: 0;transition: all 0.35s ease-in-out; -webkit-transition: all 0.35s ease-in-out;-moz-transition: all 0.35s ease-in-out;-ms-transition: all 0.35s ease-in-out;-o-transition: all 0.35s ease-in-out;}
.cateproduct_card_cover{ display: block;z-index: 9; position: absolute;bottom: 0;left: 0;width: 100%;height: 100%;background-image: linear-gradient(to top,rgba(0,0,0,0.3),rgba(0,0,0,0));}
.cateproduct_card_text {position: absolute;bottom: 0;left: 0;padding: 30px;width: 100%;z-index: 999;}
.cateproduct_card_text h3{font-size: 20px;color: #fff;z-index: 999;word-wrap: break-word;display: -webkit-box;-webkit-line-clamp: 1; -webkit-box-orient: vertical;overflow: hidden;}
.cateproduct_right_flex{display: flex;flex-wrap: wrap;}
.cateproduct_icon{position: absolute;top:10px;right: 15px;}
.cateproduct_icon img{max-width: 100%;vertical-align: middle;}
.cateproduct_card:hover .cateproduct_card_img img{transform: scale(1.2);}

/*  */
.catenews{padding: 0 0 60px 0;}
.catenews .container{background-color: #f1f1f1;padding: 30px;}
.catenews_button{display: flex;justify-content: flex-end;align-items: center;margin-top: 0px;}
.catenews_button a{font-size: 20px;color: #00619b;font-weight: bold;}
.catenews_button a:hover{color: #e34f00;text-decoration: underline;}
.catenews_button span{display: block;width: 2px;height: 20px;background-color: #00619b;margin: 0 10px;}
.catenewstop{padding-top: 70px;}
/*  */
.teamscroll{position: relative;padding: 30px 60px;}
/* .teamscroll .swiper { max-width: 1440px !important; margin: 0 auto !important;  position: static !important;}
.teamscroll .swiper-wrapper{max-width: 1500px;margin:  0 auto;} */
.teamscroll .swiper-slide {text-align: center;font-size: 18px;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;}
.teamscroll .swiper-slide img {display: block;width: 100%;height: 100%; object-fit: cover;}
.teamscroll .swiperbtns{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);width:90%;z-index: 9999;}
.teamscroll .swiper-button-next,.teamscroll .swiper-button-prev {color: #fff;width: 60px;height: 60px;line-height: 60px;border-radius: 50%;border: 2px solid #000; background-color: #000; text-align: center;}
.teamscroll .swiper-button-next:after,.teamscroll .swiper-button-prev:after{font-size: 30px;}

/* footer */
.footer_icon{display: flex;justify-content: center;align-items: center;margin-top: 40px;}
.footer_icon a{display: block;width: 45px;height: 45px;line-height: 45px;border-radius: 50%;text-align: center;background-color: #fff;border: 1px solid #e5e5e5;  margin-right: 10px;transition: all 0.35s ease-in-out; -webkit-transition: all 0.35s ease-in-out;-moz-transition: all 0.5s ease-in-out;-ms-transition: all 0.35s ease-in-out;-o-transition: all 0.35s ease-in-out;}
.footer_icon a i{font-size: 24px;color: #00619b;}
.footer_icon a:hover{transform: scale(0.8);}
.footer{border-top: 1px solid #e5e5e5;padding:180px 0  50px 0;}
.footer_flex{display: flex;flex-wrap: wrap;}
.footer_one h3{font-size: 16px;color: #000;font-weight: bold;text-transform: capitalize;}
.indextable_search{display: flex;justify-content:flex-start;align-items: center;}
.indextable_search form{margin-top: 20px;display: flex;justify-content:flex-start;align-items: center;width: 100%;}
.indextable_search .biaodan{flex: 1;height: 45px;line-height: 45px;font-size: 16px;color: #000;border: 1px solid #e5e5e5;outline: none;background: #fff;margin-right: 15px;padding: 0 10px;}
.indextable_search .biaodanbtn{height: 45px;line-height: 45px;font-size: 16px;color: #fff;font-weight: bold;border: none; padding: 0 10px; cursor: pointer; text-align: center; outline: none;background: #00619b;}
.footer_navlist {border-left: 2px solid #e5e5e5; padding-left: 15px; display: flex;flex-direction: column;flex-wrap: wrap;align-items: flex-start;}
.footer_navlist a{font-size: 18px;color: #000;display: block;margin-bottom: 35px!important;}
.footer_nav h3{font-size: 20px;color: #000;font-weight: bold;text-transform: capitalize;margin-bottom: 25px;}
.footer_navlist a:hover{text-decoration: underline;color: #00619b;}
.footer_calls li{display: flex;justify-content: flex-start;align-items: center;margin-bottom:45px;}
.footer_calls li i{font-size: 18px;color: #000;margin-right: 10px;}
.footer_calls li p{font-size: 18px;color: #000;flex: 1;}
.footer_calls li a{font-size: 16px;color: #000;flex: 1;}
.footermain p{font-size: 14px;color: #000;}
.footerlogo{display: block;margin-bottom: 25px;}
.footerlogo img{display: block;margin: 0 auto;max-width: 100%;}
.footer_nav{padding-left: 70px;}
.footer_calls li:last-child,.footer_navlist a:last-child{margin-bottom: 0;}
.footer_calls h3{font-size: 20px;color: #000;font-weight: bold;text-transform: capitalize;margin-bottom: 25px;}

.productshow_other_main .indexproduct_li{width: 100%;}


.banner{position: relative;overflow: hidden;}
.bannerimg img{width: 100%;vertical-align: middle;}
.banner_main_box{max-width: 1440px;width: 100%;margin: 0 auto;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}
.banner_box_content{width: 50%;padding: 50px 60px;background: rgba(0,0,0,0.3);}
.banner .swiper-slide:nth-child(3)  .banner_box_content{width: 45%;padding: 50px 60px;background: rgba(177,189,205,0.3);}
.banner .swiper-slide:nth-child(3)  .banner_box_content h3,.banner .swiper-slide:nth-child(3)  .banner_box_content h4{color: #000;}


.banner_box_content h3{font-size: 46px;font-weight: bold;color: #fff;text-transform: uppercase; line-height:65px; text-align: left;}
.banner_box_content span{display: block;width: 50px;height: 6px;background-color: #b1bdcd;margin: 30px 0;}
.banner_box_content h4{font-size: 22px;color: #fff;text-transform: uppercase;text-align: left;}
.banner_gomore {display: flex;justify-content: flex-start;align-items: center;}
.banner_button{display: block;padding: 15px  50px;color: #000;font-weight: bold;  background-color: #fff;border-radius: 30px;margin-top: 50px;transition: all 0.35s ease-in-out; -webkit-transition: all 0.35s ease-in-out;-moz-transition: all 0.35s ease-in-out;-ms-transition: all 0.35s ease-in-out;-o-transition: all 0.35s ease-in-out;}
.bannericon{display: flex;justify-content: flex-start;align-items: center;margin-top: 30px;}
.bannericon b{display: block;width: 10px;height:10px;background-color: #b1bdcd;margin-right: 20px;}
.banner_button:hover{background-color: #b1bdcd;color: #fff;padding: 15px 80px;}


@media (max-width: 767px){
    .header_hdways_list{display: none;}
    .cateproduct_card_text{padding: 10px;}
    .cateproduct_right {margin-top: 30px;}
    .cateproduct_title h3{text-align: center;font-size: 32px;}
    .catenewstop{padding-top: 0;}
    .catenews_button a{font-size: 16px;}
    .catenews_button{justify-content: center;}
    .catenews{padding: 0;}
    .footer{padding: 70px 0;}
    .footer_nav{display:none;}
    .footer_calls{margin-top: 30px;}
    .footer_icon{justify-content: flex-start;}
    .bannerimg{width: 100%;height: 350px;position: relative;overflow: hidden;}
    .bannerimg img{width: 100%;height: 100%;vertical-align: middle;}
    .banner_box_content,.banner .swiper-slide:nth-child(3) .banner_box_content{width: 90%;padding: 15px;margin: 0 auto;}
    .banner_main_box{z-index: 9999;}
    .banner_box_content h3{font-size: 20px;line-height: normal;margin-bottom: 15px;}
    .banner_box_content h4{font-size: 16px;}
    .bannericon{display: none;}
    .banner_button{margin-top: 30px;}
}
@media (min-width: 768px) and (max-width: 992px){
    .header_hdways_list{display: none;}
    .cateproduct_card_text{padding: 10px;}
    .cateproduct_right {margin-top: 30px;}
    .cateproduct_title h3{text-align: center;font-size: 32px;}
    .catenewstop{padding-top: 0;}
    .catenews_button a{font-size: 16px;}
    .catenews{padding: 0;}
    .footer{padding: 70px 0;}
    .footer_nav{display:none;}
    .footer_icon{justify-content: flex-start;}
    .catenewstop .blogli:last-child{display: none;}
    .footer_li:nth-child(2){display: none;}
    .footer_li:nth-child(3){display: none;}
    .bannerimg{width: 100%;height: 350px;position: relative;overflow: hidden;}
    .bannerimg img{width: 100%;height: 100%;vertical-align: middle;}
    .banner_box_content,.banner .swiper-slide:nth-child(3) .banner_box_content{width: 90%;padding: 15px;margin: 0 auto;}
    .banner_main_box{z-index: 9999;}
    .banner_box_content h3{font-size: 20px;line-height: normal;margin-bottom: 15px;}
    .banner_box_content h4{font-size: 16px;}
    .bannericon{display: none;}
    .banner_button{margin-top: 30px;}
}
@media (min-width: 993px) and (max-width: 1200px){
    .header_hdways_list{display: none;}
    .cateproduct_card_text{padding: 10px;}
    .cateproduct_right {margin-top: 30px;}
    .cateproduct_title h3{text-align: center;font-size: 32px;}
    .catenewstop{padding-top: 0;}
    .catenews_button a{font-size: 16px;}
    .catenews{padding: 0;}
    .footer{padding: 70px 0;}
    .footer_nav{display:none;}
    .footer_icon{justify-content: flex-start;}
    .catenewstop .blogli:last-child{display: none;}
    .footer_li:nth-child(2){display: none;}
    .footer_li:nth-child(3){display: none;}
    .bannerimg{width: 100%;height: 350px;position: relative;overflow: hidden;}
    .bannerimg img{width: 100%;height: 100%;vertical-align: middle;}
    .banner_box_content,.banner .swiper-slide:nth-child(3) .banner_box_content{width: 90%;padding:40px 30px;margin: 0 auto;}
    .banner_main_box{z-index: 9999;}
    .banner_box_content h3{font-size: 20px;line-height: normal;margin-bottom: 15px;}
    .banner_box_content h4{font-size: 16px;}
    .bannericon{display: none;}
    .banner_button{margin-top: 30px;}
}
@media (min-width: 1201px) and (max-width: 1600px) {}