body,html{overflow-x: hidden;}
.headernav{width: 100%;z-index: 9999999;background-color:rgba(0,0,0,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;}


.indexproduct{padding: 90px 0;}
.indexproduct_title{margin-bottom: 40px;}
.indexproduct_title span{font-size: 24px;color: #FB700E;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 #a0a0a0;border-radius: 15px;  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: 100%;}
.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 #a0a0a0;margin-top: 20px;}
.indexproducttxt h3{word-wrap: break-word; font-size: 22px;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: #FB700E;}
.indexproductli:hover .indexproductbox{border: 2px solid #FB700E;}
.indexproductli:hover .indexproductimg img{transform: scale(1.2);} 


.indexnews{padding: 90px 0 70px 0;}


.indexcoll{padding:90px 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: #FB700E !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: 40px;
}
.indexcoll .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.indexpinmain .swiper {
  width: 100%;
  height: 100%;
}
.indexpinmain .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;
}
.indexpinmain .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.indexpinmain .swiper-wrapper{ display: flex;align-items: center;}
.indexpinimg img{width: 100%;vertical-align: middle;}
.indexpinmain{margin-top: 90px;}
.none{display:none;}
em{font-style:initial;}
/*.rank-math-breadcrumb span{color:#fff}*/
.pagination a {
    padding: 5px 10px;
    background-color: #fff;
    margin-right: 10px;
    color: #FB700E;
    border: 1px solid #FB700E;
}
.current {
    background-color: #FB700E !important;
    color: #fff !important;
    border: 1px solid #FB700E !important;
}
.pagination a:hover {
    background-color: #FB700E !important;
    color: #fff !important;
    border: 1px solid #FB700E !important;
}
.current2 {
    display: none;
}

.indexbrand{background: url(../images/banner042.png) no-repeat 50% 50%;background-size: cover;padding: 160px 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: #FB700E;text-align: center;font-weight: bold;display: block;margin-top: 20px;}
.indexbrand_main h2{ 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{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: #FB700E;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;cursor:pointer}
.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{display:none;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: #FB700E;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;padding: 90px 0;}
.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 #FB700E;
    background-color: #FB700E;
  }

.indexabout_title{margin-bottom: 40px;}
.indexabout_title span{font-size: 24px;color: #FB700E;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: #FB700E;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: #FB700E;text-align: center;}
.indexabout_way li h4{font-size: 16px;color: #000;line-height: 25px;flex: 1;}
.indexabout_way li a{flex: 1;}

.footer_way{border-top: 1px solid rgba(255,255,255,0.5);}

.footer{background-color: #000;padding: 90px 0  30px 0;}
.footer_one{display: flex;flex-direction: column;align-items: flex-start;}
.footer_three{display: flex;flex-direction: column;align-items:flex-start;padding-left:150px;margin-top：30px;}
.footer_one h3,.footer_three h3{font-size: 22px;color: #fff;font-weight: bold;margin-bottom: 30px;}
.footer_one a,.footer_three a{font-size: 16px;color: #fff;display: block;margin-bottom: 15px;}
.footer_two{display: flex;flex-direction: column;align-items: center;}
.footer_two p{font-size: 16px;color: #fff;text-align: center;margin-bottom: 30px;line-height: 25px;}
.footerlogo{margin-bottom: 30px;}
.footerlogo img{display: block;max-height: 100px;vertical-align: middle;}
.footericon{display: flex;justify-content: center;align-items: center;}
.footericon a{display: block;width: 45px;height: 45px;line-height: 45px;text-align: center;background-color: #fff;border-radius: 50%;margin: 0 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;}
.footericon a i{font-size: 26px;color: #FB700E;text-align: center;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_way ul{display: flex;justify-content: space-between;align-items: center;margin-top: 20px;}
.footer_way li {display: flex;justify-content: flex-end;align-items: center;width: 28%;overflow: hidden;}
.footer_way i{font-size: 24px;color: #fff;margin-right: 10px;}
.footer_way p{font-size: 16px;color: #fff;}
.copyrights{display: flex;justify-content: space-between;flex-wrap: wrap;align-items: center;padding: 15px 0;margin-top: 30px; border-top: 1px solid #fff;}
.copyrights p{font-size: 16px;color: #fff;}
.copyrights a{font-size: 16px;color: #fff;}
.copyrights a:hover{text-decoration: underline;}
.footericon a:hover{background-color: #FB700E;margin-top: -15px;}
.footericon a:hover i{color: #fff;}
.footer_one a:hover , .footer_three a:hover{color: #fff;text-decoration: underline;}


.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: #FB700E;font-weight: bold;display: block;margin-bottom: 15px;}
.indexhotproduct_content h3{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: 40%;height: 50px;line-height: 50px;background-color: #FB700E;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: 100%;}
.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: #FB700E;}
.indexhotproduct_li:hover .indexhotproduct_more .indexhotproduct_btn{width: 50%;background-color: #000;color: #FB700E;}


@media (max-width: 767px){
    .footer_one{margin-top: 0;}
  .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;}
  .copyrights{margin-top: 30px;}
}
@media (min-width: 768px) and (max-width: 992px){
    .footer_way{margin-top:30px;}
    .footer_one{margin-top: 0;}
  .search{display: none;}
  .headernav{padding: 5px 0;}
  .banner .swiper-button-next, .banner .swiper-button-prev{display: none;}
  .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{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: 993px) and (max-width: 1200px){
    .footer_way{margin-top:30px;}
  .search{display: none;}
  .headernav{padding: 5px 0;}
  .banner .swiper-button-next, .banner .swiper-button-prev{display: none;}
  .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{padding: 40px 0;}
  .indexbrand_main .indexbrand_more{width: 80%;}
  .footer{padding: 40px 0 30px 0;}
  .footer_three {display: none;}

  .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) {}