body,html{overflow-x: hidden;}
.headernav{width: 100%;z-index: 9999999;background-color:#fff;}
.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;}
.headerhd{background-color: #37236B;padding: 10px;}
.headerhd_con{display: flex;justify-content: space-between;align-items: center;}
.headerhdleft ul{display: flex;justify-content: flex-start;align-items: center;}
.headerhdleft li{display: flex;justify-content: flex-start;align-items: center;margin-right: 30px;}
.headerhdleft i{font-size: 16px;color: #fff;margin-right: 10px;}
.headerhdleft p{font-size: 16px;color: #fff;}
.headerhd_icon{display: flex;justify-content: flex-end;align-items: center;}
.headerhd_icon a{width: 35px;height: 35px;line-height: 35px;border-radius: 50%;text-align: center;background-color: #fff;margin-left: 10px;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;}
.headerhd_icon i{font-size: 20px;color: #37236B;}
.headerhd_icon a:hover{transform: scale(0.8);}



.footer{padding: 90px 0 50px 0;background-color: #1C1236E6;}
.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_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: #37236B;}
.footer_icon a:hover{transform: scale(0.8);}
.footermain p{font-size: 16px;color: #fff;}
.footerlogo{display: block;margin-bottom: 20px;}
.footerlogo img{display: block;max-height: 100px;}
.footer_calls{margin-top: 30px;}


.indextable{background-color: #1C1236E6;}
.indextable_flex{padding: 70px 0; display: flex;justify-content: space-between;flex-wrap: wrap;align-items: center;border-bottom: 1px solid #fff;}
.indextable_search{margin-top: 40px;display: flex;justify-content:flex-start;align-items: center;}
.indextable_search .biaodan{flex: 1;height: 60px;line-height: 60px;font-size: 16px;color: #000;border: none;outline: none;background: #fff;margin-right: 15px;padding: 0 10px;}
.indextable_search .biaodanbtn{width: 30%;height: 60px;line-height: 60px;font-size: 18px;color: #fff;font-weight: bold;border: none; padding: 0 10px; cursor: pointer; text-align: center; outline: none;background: #37236B;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;}
.indextable_left h2{font-size: 36px;color: #fff;font-weight: bold;}
.attention{display: flex;justify-content: flex-start;align-items: center;margin-top: 25px;}
.attention p{font-size: 18px;color: #fff;margin-right: 10px;}
.attention h3{font-size: 18px;color: #fff;}
.indextable_search .biaodanbtn:hover{background-color: #fff;color: #37236B;}




.indexproduct{padding: 100px 0 100px 0;background-color: #f1f1f1;}
.indexproduct_title{margin-bottom: 50px;}
.indexproduct_title h2{font-size: 48px;text-align: center;font-weight: bold;color: #000;margin:0 auto 20px auto ;}
.indexproduct_title p{font-size: 16px;color: #666;text-align: center;}
.indexproduct_title .indexhot_title_t{display: flex;justify-content:center;align-items: center;margin-bottom: 20px;}
.indexproduct_title .indexhot_title_t  span{display: block;width: 60px;height: 4px;background-color: #EC255A;margin-right: 15px;}
.indexproduct_title .indexhot_title_t  h3{font-size: 24px;color: #EC255A;font-weight: bold;}
.indexproductflex{display: flex;flex-wrap: wrap;}
.indexproductli{margin: 15px 0;}
.indexproductbox{height: 100%;border: 1px solid #a0a0a0; padding: 15px;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; margin-top: 30px; border-top: 1px dashed #a0a0a0;}
.indexproducttxt h3{word-wrap: break-word; font-size: 24px;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: 1px solid #37236B;}
.indexproductli:hover .indexproductimg img{transform: scale(1.2);}
.indexproductli:hover .indexproductbox{background-color: #37236B;}
.indexproductli:hover .indexproductcon{border-top: 1px dashed #fff;}


.indexbrand{background: url(../images/backjpg.jpg) no-repeat 50% 50%;background-size: 100%;padding: 90px 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 h3{font-size: 24px;color: #fff;font-weight: bold;text-align: center;margin-top: 30px;}
.indexbrand_main h2{ margin: 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: 16px;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: #37236B;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: #DB5735;}
.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: 150px;height: 150px;line-height: 150px;border-radius: 50%;background-color: rgba(255,255,255,0.3);margin: 0 auto;}
.wave2{ width: 120px;height: 120px;line-height: 120px;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: 80px;height: 80px;line-height: 80px;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{ margin-left: 15px; font-size: 48px;text-align: center; color: #37236B;margin: 0 auto;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}
@keyframes movecircle{0%{transform: scale(0);}100%{transform: scale(1);}}


.indexnews{padding: 100px 0  70px 0;background-color: #f1f1f1;}

.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 #37236B;
    background-color: #37236B;
  }



.indexmore{background: url(../images/img3.jpg) no-repeat 50% 50%;background-size: 100%;padding: 60px 0;position: relative;overflow: hidden;}
.indexmorecover{width: 100%;height: 100%;background-color: rgba(55,35,107,0.3);position: absolute;top: 0;left: 0;z-index: 9;}
.indexmoremain{width:95%;z-index: 99;position: relative;text-align:center;}
.indexmoremain h2{font-size: 24px;color: #fff;z-index: 99;font-weight: bold;margin: 20px 0 30px 0;line-height:40px;}
.indexmoremain p{font-size: 16px;color: #fff;z-index: 99;}
.indexmoremain .indexmorebtn{display: inline-block;width: 25%;height: 60px;line-height: 60px;background-color: #37236B;font-size: 20px;color: #fff;text-align: center;margin-top: 40px;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;}
.indexmorebtn:hover{width: 30%;background-color: #DB5735;}


.indexfeedback .swiper {width: 100%;height: 100%;}
.indexfeedback .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;
}
.indexfeedback .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.indexfeedback .swiper-pagination-bullet {
    background: #fff;
    opacity: 1 !important;
    width: 10px;
    height: 10px;
    border: 2px solid #37236B;
  }
  .indexfeedback .swiper-pagination-bullet-active {
    opacity: 1 !important;
    border: 2px solid #37236B;
    background-color: #37236B;
  }
  .indexfeedback{background-color: #f1f1f1;padding: 100px 0;}
  .indexfeedback_box{padding: 40px 20px;background-color: #fff;}
  .indexfeedback_p p{font-size: 16px;color: #333;text-align: center;}
  .indexfeedback_person{display: flex;justify-content: center;align-items: center;margin-bottom: 20px;}
  .indexfeedback_img{width: 80px;height: 80px; line-height: 80px; margin: 0 auto; text-align: center; border-radius: 50%; overflow: hidden;}
  .indexfeedback_img img{width: 100%;height: 100%;}
  .indexfeedback_txt{margin-top: 20px;}
  .indexfeedback_txt h3{font-size: 20px;color: #666;font-weight: bold;text-align: center;}
  .indexfeedback_txt p{font-size: 14px;color: #666;margin-top: 10px;text-align: center;}



  .indexteam{background-color: #f1f1f1;padding: 30px 0 20px 0;}
  .indexteam_flex{display: flex;align-items: center;flex-wrap: wrap;}
  .indexteam_title h2{font-size: 42px;color: #000;font-weight: bold;margin-bottom: 20px;}
  .indexteam_title p{font-size: 16px;color: #333;}
  .indexteam_right ul{display: flex;justify-content: space-between;flex-wrap: wrap;}
  .indexteam_right li{width: 32%;overflow: hidden;background-color: #fff;padding: 20px 10px;border-radius: 10px;margin: 8px 0;text-align: center;}
  .indexteam_right li img{max-width: 100%;vertical-align: middle;display: block;margin: 0 auto;text-align: center;}



  .indexchoose{padding: 60px 0;}
  .indexchoose_main{max-width: 1600px;width: 100%;margin:0 auto;}
  .indexchoose_img img{width: 100%;}
  .indexchoose_flex{display: flex;align-items: center;flex-wrap: wrap;}
  .indexchoose_title span{display: block;font-size: 24px;color: #EC255A;font-weight: bold;}
  .indexchoose_title h2{font-size: 48px;color: #000;font-weight: bold;margin: 15px 0  20px 0;}
  .indexchoose_title p{font-size: 16px;color: #333;}
  .indexchoose_list{margin-top: 40px;}
  .indexchoose_list li{display: flex;justify-content: flex-start;align-items: flex-start;margin-bottom: 30px;}
  .indexchoose_list li i{font-size: 38px;color: #37236B;margin-right: 10px;}
  .indexchoose_list li h3{font-size: 22px;color: #000;font-weight: bold;margin-bottom: 10px;}
  .indexchoose_list li p{font-size: 14px;color: #333;}


  .indexserver{padding: 100px 0 0 0;background-color: #f1f1f1;}
  .indexserver_flex{display: flex;align-items: center;flex-wrap: wrap;}
  .indexserver_img{position: relative;}
  .indexserver_img img{width: 100%;vertical-align: middle;}
  .indexserver_number{padding: 30px 20px;margin-left: -80px; background-color: #fff;border-radius: 10px;margin-top: 50px;}
  .indexserver_number ul{display: flex;justify-content: space-between;}
  .indexserver_number li{width: 32%;overflow: hidden;display: flex;flex-direction: column;align-items: center;}
  .indexserver_number li div{display: flex;justify-content: center;align-items: center;}
  .indexserver_number h3{font-size: 64px;color: #76777A;font-weight: bold;}
  .indexserver_number span{font-size: 64px;color: #76777A;font-weight: bold;}
  .indexserver_number p{font-size: 18px;color: #76777A;text-align: center;margin-top: 10px;}
  .indexserverdata{padding: 30px;background-color: #fff;border-radius: 10px;position: absolute;top: -15px;left: -15px;}
  .indexserverdata div{display: flex;justify-content: center;align-items: center;}
  .indexserverdata h3{font-size: 64px;color: #76777A;font-weight: bold;}
  .indexserverdata span{font-size: 64px;color: #76777A;font-weight: bold;}
  .indexserverdata p{font-size: 18px;color: #76777A;font-weight: bold;}


  .indexabout{padding: 100px 0;}
  .indexabout_flex{display: flex;align-items: center;flex-wrap: wrap;}
  .indexabout_img{position: relative;}
  .indexabout_img img{width: 100%;vertical-align: middle;}
  .indexaboutvideo{position: absolute;top: 30%;left: 40%;}


  .indexcompany{background-color: #f1f1f1;padding-bottom: 80px;}
  .indexcompany_main{padding: 40px;border-radius: 10px;background-color: #fff;position: relative;margin-top: -90px;z-index: 99;}
  .indexcompany_flex{display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;}
  .indexcompany_title h3{font-size: 24px;color: #EC255A;font-weight: bold;margin-bottom: 30px;}
  .indexcompany_title h2{font-size: 48px;color: #000;font-weight: bold;margin-bottom: 30px;}
  .indexcompany_title span{display: block;width: 100px;height: 4px;background-color: #37236B;}
  .indexcompany_right p{font-size: 16px;color: #333;line-height: 25px;margin: 40px 0;}

@media (max-width: 767px){
.headerhd{display: none;}
.headernav{padding: 10px 0;}
.search{display: none;}
.indexcompany_main{margin-top: 30px;padding:30px 15px;}
.indexcompany_title h2,.indexchoose_title h2,.indexbrand_main h2,.indexproduct_title h2,.indexteam_title h2,.indexmoremain h2{font-size: 36px;}
.indexcompany_right p{margin: 10px 0;}
.indexcompany{padding-bottom: 40px;}
.indexabout{padding: 40px 0;}
.indexabout_right {margin-top: 30px;}
.indexbrand{background-size: auto 100%;padding: 40px 0;}
.indexbrand_main .indexbrand_more{width: 70%;}
.indexproduct,.indexfeedback,.indextable_flex{padding: 40px 0;}
.indexchoose_main{max-width:96%;}
.indexserver{padding: 40px 0 0 0;}
.indexserver_right {margin-top: 30px;}
.indexserver_number{margin-left: 0;margin-top: 30px;}
.indexserver_number h3,.indexserver_number span{font-size: 32px;}
.indexnews{padding: 40px 0 0 0;}
.indexteam_right li{padding: 10px;}
.indexmore{background-size: auto 100%;padding: 40px 0;}
.indexmoremain{width: 90%;margin: 0 auto;}
.indexmoremain .indexmorebtn{width: 70%;}
.indextable_left h2{font-size: 22px;}
.footer{padding: 40px 0 50px 0;}
.footer_hd_li:nth-child(2)  {display: none;}
.footer_hd_li{margin: 15px 0;}
}
@media (min-width: 768px) and (max-width: 992px){
  .headerhd{display: none;}
.headernav{padding: 10px 0;}
.search{display: none;}
.indexcompany_main{margin-top: 30px;}
.indexcompany_title h2,.indexchoose_title h2,.indexbrand_main h2,.indexproduct_title h2,.indexteam_title h2,.indexmoremain h2{font-size: 36px;}
.indexcompany_right p{margin: 10px 0;}
.indexcompany{padding-bottom: 40px;}
.indexabout{padding: 40px 0;}
.indexabout_right {margin-top: 30px;}
.indexbrand{padding: 40px 0;}
.indexbrand_main .indexbrand_more{width: 70%;}
.indexproduct,.indexfeedback,.indextable_flex{padding: 40px 0;}
.indexchoose_main{max-width:96%;margin: 0 auto;}
.indexserver{padding: 40px 0 0 0;}
.indexserver_right {margin-top: 30px;}
.indexserver_number{margin-left: 0;margin-top: 30px;}
.indexserver_number h3,.indexserver_number span{font-size: 32px;}
.indexnews{padding: 40px 0 0 0;}
.indexteam_right li{padding: 10px;}
.indexmore{padding: 40px 0;}
.indexmoremain{width: 90%;margin: 0 auto;}
.indexmoremain .indexmorebtn{width: 50%;}
.indextable_left h2{font-size: 22px;}
.footer{padding: 40px 0 50px 0;}
.footer_hd_li:nth-child(2)  {display: none;}
.footer_hd_li{margin: 15px 0;}
}
@media (min-width: 993px) and (max-width: 1200px){
  .headerhd{display: none;}
  .headernav{padding: 10px 0;}
  .search{display: none;}
  .indexcompany_main{margin-top: 30px;}
  .indexcompany_title h2,.indexchoose_title h2,.indexbrand_main h2,.indexproduct_title h2,.indexteam_title h2,.indexmoremain h2{font-size: 36px;}
  .indexcompany_right p{margin: 10px 0;}
  .indexcompany{padding-bottom: 40px;}
  .indexabout{padding: 40px 0;}
  .indexbrand{padding: 40px 0;}
  .indexbrand_main .indexbrand_more{width: 70%;}
  .indexproduct,.indexfeedback,.indextable_flex{padding: 40px 0;}
  .indexchoose_main{max-width:96%;margin: 0 auto;}
  .indexserver{padding: 40px 0 0 0;}
  .indexserver_right {margin-top: 30px;}
  .indexserver_number{margin-left: 0;margin-top: 30px;}
  .indexserver_number h3,.indexserver_number span{font-size: 32px;}
  .indexnews{padding: 40px 0 0 0;}
  .indexteam_right li{padding: 10px;}
  .indexmore{padding: 40px 0;}
  .indexmoremain{width: 90%;margin: 0 auto;}
  .indexmoremain .indexmorebtn{width: 50%;}
  .indextable_left h2{font-size: 22px;}
  .footer{padding: 40px 0 50px 0;}
  .footer_hd_li:nth-child(2){display: none;}
  .footer_hd_li{margin: 15px 0;}
}
@media (min-width: 1201px) and (max-width: 1600px) {}