body,html{overflow-x: hidden;}
.headernav{width: 100%;z-index: 9999999;background-color:rgba(255,255,255,1);}
.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: 10px 0;background-color: #0069C8;}
.header_hdways .uld{display: flex;justify-content:center;align-items: center;}
.header_hdways .lid{display: flex;justify-content: flex-start;align-items: center;}
.header_hdways .lid i{font-size: 18px;color: #fff;margin-right: 10px;}
.header_hdways .lid p{font-size: 16px;color: #fff;}
.header_hdways .lid p a{font-size: 16px;color: #fff;}

.indexproduct{padding: 90px 0;}
.indexproduct_title{margin-bottom: 40px;word-break: break-all;}
.indexproduct_title span{font-size: 24px;color: #0069C8;font-weight: bold;display: block;margin-bottom: 15px;text-align: center;}
.indexproduct_title h2{font-size: 48px;color: #000;font-weight: bold;text-align: center;}
.indexproductflex{display: flex;flex-wrap: wrap;}
.indexproductli{margin: 15px 0;}
.indexproductbox{height: 100%;border: 2px solid #b5d3ef; background-color: #b5d3ef;  padding: 20px 20px;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;}
.indexproductimg{position: relative;overflow: hidden;display: block;width: 100%;height: auto;padding-top: 95%;}
.indexproductimg 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.5s ease-in-out;-ms-transition: all 0.35s ease-in-out;-o-transition: all 0.35s ease-in-out;}
.indexproductcon{padding: 20px 0 0 0;border-top: 1px dashed #fff;margin-top: 20px;}
.indexproducttxt h3{word-wrap: break-word; font-size: 30px;text-align: center;font-weight: bold;color: #000;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.5s ease-in-out;-ms-transition: all 0.35s ease-in-out;-o-transition: all 0.35s ease-in-out;}
.indexproducttxt{display: -webkit-box;-webkit-line-clamp: 1; -webkit-box-orient: vertical;overflow: hidden;}
.indexproductli:hover .indexproducttxt h3{color: #fff;}
.indexproductli:hover .indexproductbox{border: 2px solid #0069C8;background-color: #0069C8;}
.indexproductli:hover .indexproductimg img{transform: scale(1.2);} 


.indexnews{padding: 90px 0 70px 0;}
.none{display:none;}
em{font-style:initial}
.indexcoll{padding:0 0 90px 0;}
.indexcoll .swiper-pagination-bullet {background: transparent;opacity: 0.8 !important;width: 10px;height: 10px;background-color: #ddd;}
.indexcoll .swiper-pagination-bullet-active {opacity: 1 !important;background-color: #0069C8 !important;}
.indexcoll .swiper {
  width: 100%;
  height: 100%;
}
.indexcoll .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;
  padding-bottom: 50px;
}
.indexcoll .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.indexbrand{background: url(../images/img2.jpg) no-repeat 50% 50%;background-size: 100%;padding: 100px 0;position: relative;overflow: hidden;}
.indexbrand_cover {z-index: 9; position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,0.4);}
.indexbrand_main{z-index: 99;position: sticky;}
.indexbrand_main span{font-size: 24px;color: #0069C8;text-align: center;font-weight: bold;display: block;margin-top: 20px;}
.indexbrand_main h2{word-break: break-all; margin:20px auto 30px auto; z-index: 99; font-size: 48px;color: #fff;font-weight: bold; text-align: center; font-family: "OpenSans-Bold";src: url(./fonts/OpenSans-Bold.ttf);}
.indexbrand_main p{word-break: break-all;font-size: 18px;color: #fff;text-align: center;}
.indexbrand_main .indexbrand_more{width: 25%;margin: 40px auto 0 auto; height: 60px;line-height: 60px;display: block;text-align: center; background-color: #0069C8;font-size: 18px;color: #fff;font-weight: bold;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;}
.indexbrand_more:hover{background-color: #000;}
.videomain{display: none;  position: fixed;top: 0;left: 0;width: 100%;height: 100%;background-color: rgba(0, 0, 0, 0.8);z-index: 9999999999999999999999;}
.videoclose{position: absolute;top: 50px;right: 50px;}
.videoclose img{width: 50px;height: 50px;display: block;}
.videobox{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}
.videobox video{width: 100%;}
.playvideobtn{position: relative;overflow: hidden;margin: 0 auto;display: block;}
.wave1{animation: movecircle 3s infinite; width: 100px;height: 100px;line-height: 100px;border-radius: 50%;background-color: rgba(255,255,255,0.3);margin: 0 auto;}
.wave2{ width: 80px;height: 80px;line-height: 80px;border-radius: 50%;background-color: rgba(255,255,255,0.6);margin: 0 auto;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}
.playvideobtn span{display: block;width: 60px;height: 60px;line-height: 60px;border-radius: 50%;background-color: rgba(255,255,255,1);margin: 0 auto;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}
.playvideobtn i{ font-size: 32px;text-align: center; color: #0069C8;margin: 0 auto  0  3px;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}
@keyframes movecircle{0%{transform: scale(0);}100%{transform: scale(1);}}



.indexabout{background-color: #F0F4F6;}
.indexabout_main{display: flex;justify-content: space-between;flex-wrap: wrap;align-items: center;}
.indexabout_left{width: 50%;overflow: hidden;}
.indexabout_right{width: 48%;overflow: hidden;}
.indexabout_img img{width: 100%;vertical-align: middle;}


.productshow_other_main .indexproductli{width: 100%;}
.productshow_other_main .swiper {width: 100%;height: 100%;}
.productshow_other_main .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;
    padding-bottom: 50px;
}
.productshow_other_main .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.productshow_other_main .swiper-pagination-bullet {
    background: #999;
    opacity: 1 !important;
    width: 10px;
    height: 10px;
    border: 2px solid #999;
  }
  .productshow_other_main .swiper-pagination-bullet-active {
    opacity: 1 !important;
    border: 2px solid #0069C8;
    background-color: #0069C8;
  }

.indexabout_title{margin-bottom: 40px;}
.indexabout_title span{font-size: 24px;color: #0069C8;font-weight: bold;display: block;margin-bottom: 15px;}
.indexabout_title h2{font-size: 48px;color: #000;font-weight: bold;margin-bottom: 20px;}
.indexabout_title p{font-size: 16px;color: #666;}
.indexabout_more{width: 30%;height: 50px;line-height: 50px;text-align: center;background-color: #0069C8;font-size: 18px;color: #fff;border-radius: 5px;display: block;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;}
.indexabout_more:hover{width: 40%;color: #fff;}
.indexabout_content{margin-top: 50px;padding-top: 30px;border-top: 1px solid #999;}
.indexabout_content h3{font-size: 24px;color: #333;font-weight: bold;margin-bottom: 30px;}
.indexabout_way ul{display: flex;justify-content: space-between;flex-wrap: wrap;}
.indexabout_way li{display: flex;justify-content: flex-start;margin-bottom: 15px;width: 48%;overflow: hidden;align-items: center;}
.indexabout_way li span{ margin-right: 15px; display: block;width: 40px;height: 40px;line-height: 40px;border-radius: 50%;text-align: center;background-color: #fff;}
.indexabout_way li i{font-size: 24px;color: #0069C8;text-align: center;}
.indexabout_way li h4{font-size: 16px;color: #000;line-height: 25px;flex: 1;}
.indexabout_way li a{flex: 1;}


.footer{padding: 90px 0 50px 0;background-color: #0069C8;}
.footer_bd{border-top: 1px solid #fff;padding: 20px 0 0 0;margin-top: 40px;display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;}
.copyrights{font-size: 16px;color: #fff;}
.footer_bd p{font-size: 16px;color: #fff;}
.copyrights:hover{text-decoration: underline;color: #fff;}
.footer_hd_li h3{font-size: 22px;color: #fff;font-weight: bold;margin-bottom: 30px;}
.footernav a{display: block;font-size: 16px;color: #fff;margin-bottom: 15px;}
.footernav a:hover{text-decoration: underline;}
.footer_calls li{display: flex;justify-content: flex-start;align-items: center;margin-bottom: 15px;}
.footer_calls li i{font-size: 18px;color: #fff;margin-right: 10px;}
.footer_calls li p{font-size: 16px;color: #fff;}
.footer_calls li p a{font-size: 16px;color: #fff;}
.footer_icon{display: flex;justify-content: flex-start;align-items: center;margin-top: 20px;}
.footer_icon a{display: block;width: 45px;height: 45px;line-height: 45px;border-radius: 50%;text-align: center;background-color: #fff;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: #0069C8;}
.footer_icon a:hover{transform: scale(0.8);}
.footermain p{font-size: 14px;color: #fff;}
.footerlogo{display: block;margin-bottom: 30px;}
.footerlogo img{display: block;max-height: 70px;}
.footer_calls{margin-top: 30px;}
.pages a{    padding: 5px 10px;
background-color: #fff;
margin-right: 10px;
color: #0069c8;
border: 1px solid #0069c8;
}
.current{
	background-color: #0069c8 !important;
	color: #fff !important;
	border: 1px solid #0069c8 !important;
}
.pages a:hover{        background-color: #0069c8 !important;
	color: #fff !important;
	border: 1px solid #0069c8 !important;}
	.current2{display:none;}
.rank-math-breadcrumb span{color:#000;}

.indexhotproduct_li {margin: 0;padding: 0;border-right: 1px solid #fff;}
.indexhotproduct_li:last-child{border-right: none;}
.indexhotproduct_flex{display: flex;flex-wrap: wrap;}
.indexhotproduct_box{height: 100%;position: relative;overflow: hidden;padding: 40px ;background-color: #F0F4F6;}
.indexhotproduct_content{margin-bottom: 30px;}
.indexhotproduct_content span{font-size: 24px;color: #0069C8;font-weight: bold;display: block;margin-bottom: 15px;}
.indexhotproduct_content h3{height:80px;font-size: 32px;color: #000;font-weight: bold;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.5s ease-in-out;-ms-transition: all 0.35s ease-in-out;-o-transition: all 0.35s ease-in-out;}
.indexhotproduct_more{margin-top: 30px;}
.indexhotproduct_more .indexhotproduct_btn{display: block;width: 80%;height: 50px;line-height: 50px;background-color: #0069C8;font-size: 18px;text-align: center;color: #fff;border-radius: 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;}
.indexhotproduct_img{position: relative;overflow: hidden;display: block;width: 100%;height: auto;padding-top: 92%;}
.indexhotproduct_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.5s ease-in-out;-ms-transition: all 0.35s ease-in-out;-o-transition: all 0.35s ease-in-out;}
.indexhotproduct_li:hover .indexhotproduct_img img{transform: scale(0.9);}
.indexhotproduct_li:hover  .indexhotproduct_content h3{color: #0069C8;}
.indexhotproduct_li:hover .indexhotproduct_more .indexhotproduct_btn{width: 100%;background-color: #000;color: #fff;}


@media (max-width: 767px){
  .header_hd{display: none;}
  .footer_hd_li:nth-child(2){display: none;}
  .footer_hd_li{margin: 15px 0;}
  .headernav_logo img{max-height: 55px;}
  .footer_bd{margin-top: 10px;}
  .search{display: none;}
  .headernav{padding: 5px 0;}
  .banner .swiper-button-next, .banner .swiper-button-prev{display: none;}
  .indexhotproduct_more .indexhotproduct_btn,.indexabout_more{width: 80%;}
  .indexhotproduct_li{border: none;margin-top: 30px;}
  .indexproduct,.indexabout,.indexcoll,.indexnews{padding: 40px 0;}
  .indexproduct_title h2,.indexabout_title h2,.indexbrand_main h2{font-size: 36px;}
  .indexabout_main{flex-wrap: wrap;padding: 0 10px;}
  .indexabout_left{width: 100%;}
  .indexabout_right{width: 100%;margin-top: 30px;}
  .indexabout_way li{width: 100%;}
  .indexpinmain{margin-top: 40px;}
  .indexbrand{background-size: auto 100%;padding: 40px 0;}
  .indexbrand_main .indexbrand_more{width: 80%;}
  .footer{padding: 40px 0 30px 0;}
  .footer_three {display: none;}
  .footer_two{align-items: flex-start;margin: 20px 0;}
  .footer_two p{text-align: left;}
  .footer_way ul{flex-wrap: wrap;align-items: flex-start;margin-top: 15px;}
  .footer_way li{width: 100%;justify-content: flex-start;margin-bottom: 10px;}
}
@media (min-width: 768px) and (max-width: 992px){
  .header_hd{display: none;}
  .footer_hd_li:nth-child(2){display: none;}
  .footer_hd_li{margin: 15px 0;}
  .headernav_logo img{max-height: 55px;}
  .footer_bd{margin-top: 10px;}
  .indexhotproduct_box{padding: 15px;}
  .search{display: none;}
  .headernav{padding: 5px 0;}
  .banner .swiper-button-next, .banner .swiper-button-prev{display: none;}
  .indexhotproduct_li{margin-top: 30px;}
  .indexproduct,.indexabout,.indexcoll,.indexnews{padding: 40px 0;}
  .indexproduct_title h2,.indexabout_title h2,.indexbrand_main h2{font-size: 36px;}
  .indexabout_main{flex-wrap: wrap;padding: 0 10px;}
  .indexabout_left{width: 100%;}
  .indexabout_right{width: 100%;margin-top: 30px;}
  .indexabout_way li{width: 100%;}
  .indexpinmain{margin-top: 40px;}
  .indexbrand{padding: 40px 0;}
  .indexbrand_main .indexbrand_more{width: 80%;}
  .footer{padding: 40px 0 30px 0;}
  .footer_three {display: none;}
  .footer_two{align-items: flex-start;}
  .footer_two p{text-align: left;}
  .footer_way ul{flex-wrap: wrap;align-items: flex-start;margin-top: 15px;}
  .footer_way li{width: 100%;justify-content: flex-start;margin-bottom: 10px;}
}
@media (min-width: 993px) and (max-width: 1200px){
  .header_hd{display: none;}
  .footer_hd_li:nth-child(2){display: none;}
  .footer_hd_li{margin: 15px 0;}
  .headernav_logo img{max-height: 55px;}
  .footer_bd{margin-top: 10px;}
  .indexhotproduct_box{padding: 15px;}
  .search{display: none;}
  .headernav{padding: 5px 0;}
  .banner .swiper-button-next, .banner .swiper-button-prev{display: none;}
  .indexhotproduct_li{margin-top: 30px;}
  .indexproduct,.indexabout,.indexcoll,.indexnews{padding: 40px 0;}
  .indexproduct_title h2,.indexabout_title h2,.indexbrand_main h2{font-size: 36px;}
  .indexabout_main{flex-wrap: wrap;padding: 0 10px;}
  .indexabout_left{width: 100%;}
  .indexabout_right{width: 100%;margin-top: 30px;}
  .indexabout_way li{width: 100%;}
  .indexpinmain{margin-top: 40px;}
  .indexbrand{padding: 40px 0;}
  .indexbrand_main .indexbrand_more{width: 80%;}
  .footer{padding: 40px 0 30px 0;}
  .footer_three {display: none;}
  .footer_two{align-items: flex-start;}
  .footer_two p{text-align: left;}
  .footer_way ul{flex-wrap: wrap;align-items: flex-start;margin-top: 15px;}
  .footer_way li{width: 100%;justify-content: flex-start;margin-bottom: 10px;}
  .copyrights{margin-top: 30px;}
}
@media (min-width: 1201px) and (max-width: 1600px) {}