@font-face{
  font-family:"pingfang";
  src: url(../fonts/PingFang Medium.ttf);
}

@font-face{
  font-family:"bebas";
  src: url(../fonts/BEBAS.ttf);
}


html,
body {
    position: relative;
    font-family:"pingfang";
}

body {
    background: #fff;
    /* font-family: Helvetica Neue, Helvetica, Arial, sans-serif; */
    font-size: 100%;
    color: #000;
    margin: 0;
    padding: 0;
}

body::-webkit-scrollbar {
  width: 6px;
}

body::-webkit-scrollbar-thumb{
  background-color: #ba1618;
}

a{
  text-decoration: none;
}

.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.swiper-container2 {
  /*width: 100%;*/
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}



.swiper-container3 {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.swiper-container4 {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.swiper-container5 {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    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;
}



.swiper-container1 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .box-1,
  .box-2,
  .box-3,
  .box-4,
  .box-5,
  .box-6,
  .box-7,
  .box-8,
  .box-9{
    overflow: hidden;
  }

  .banner{
    position: relative;
    overflow: hidden;
  }

  .banner-tba{
    right: 0 !important;
    width: 20px !important;
  }
  

  .banner-by{
    position: absolute;
    margin:auto;
    left:0;
    text-align:center;
    bottom: 0;
    top: 0;
    right: 0;
    max-width: 1000px;
    height: 200px;
  }

  .banner-ht{
    max-width: 160px;
    height: 2px;
    margin-top: 2rem;
    background-color: #fff;
  }

  .banner-by h1{
    font-size: 4.2rem;
    font-weight: 500;
    color: #fff;

    /* text-shadow: 1px 1px 0px #FFFFFF, -1px -1px 0px #FFFFFF, 1px 1px 0px #FFFFFF, -1px -1px 0px #FFFFFF, 1px 1px 0px #FFFFFF, -1px -1px 0px #FFFFFF; */
  }

  .banner-by>img{
    max-width: 100% !important;
    width: auto !important;
    height: auto !important;
    /*margin: 6rem 0;*/
  }

  .banner-by h2{
    font-size: 2.6rem;
    color: #fff;
    font-weight: 500;
    line-height: 4.2rem;
    /* text-shadow: 1px 1px 0px #FFFFFF, -1px -1px 0px #FFFFFF, 1px 1px 0px #FFFFFF, -1px -1px 0px #FFFFFF, 1px 1px 0px #FFFFFF, -1px -1px 0px #FFFFFF; */
  }

  .banner-by a{
    display: block;
    width: 148px;
    line-height: 4.8rem;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    text-decoration: none;
    font-size: 1.6rem;
    border: solid 1px #fff;
    
  }


  .banner-by a:hover{
    background-color: #ba1618;
    border: solid 1px #ba1618;
    color: #fff;
  }

  .banner-box{
      position: relative;
      overflow: hidden;
      width: 100%;
      height: 100%;
  }

  .banner>img:nth-child(1){
    width: 100%;
    animation-name: scaleDraw; /*å…³é”®å¸§åç§°*/
    animation-timing-function: ease-in-out; /*åŠ¨ç”»çš„é€Ÿåº¦æ›²çº¿*/
    animation-iteration-count: infinite; /*åŠ¨ç”»æ’­æ”¾çš„æ¬¡æ•°*/
    animation-duration: 40s; /*åŠ¨ç”»æ‰€èŠ±è´¹çš„æ—¶é—´*/
  }

  .banner>img:nth-child(2){
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
}

.banner video{
  width: 100%;
  vertical-align: middle;
}

.banner video source{
  width: 100%;
  height: 960px;
}

.banner{
    width: 100%;
}

.banner-by{
  display: block;
}

.swiper-slide-duplicate-prev .banner .banner-by{
  display: none;
}

.swiper-slide-duplicate-next .banner .banner-by{
  display: none;
}



@keyframes scaleDraw {
    /*å®šä¹‰å…³é”®å¸§ã€scaleDrewæ˜¯éœ€è¦ç»‘å®šåˆ°é€‰æ‹©å™¨çš„å…³é”®å¸§åç§°*/
    0% {
      transform: scale(1); /*å¼€å§‹ä¸ºåŽŸå§‹å¤§å°*/
    }
    25% {
      transform: scale(1.2); /*æ”¾å¤§1.1å€*/
    }
    50% {
      transform: scale(1);
    }
    75% {
      transform: scale(1.2);
    }
  }


  .banner-yan{
      right: 50px;
      padding: 10px 16px;
  }

  .banner-zan{
    left:50px;
    padding: 10px 16px;
  }

  .banner-yan::after{
    padding: 16px 14px;
    background-color:rgb(244,163,0);
    color: #fff;
    font-size: 26px;
    transition: all .5s;
  }

  .banner-yan:hover::after{
    background-color: rgb(0,155,153);
  }

  .banner-zan::after{
    padding: 16px 14px;
    background-color:rgb(244,163,0);
    color: #fff;
    font-size: 26px;
    transition: all .5s;
  }

  .banner-zan:hover::after{
    background-color: rgb(0,155,153);
  }

  .box-1{
    overflow: hidden;
    height: auto;
  }


  /* æœç´¢æ¡† */

  .box-2{ 
    background-color: #f5f6f8;
    overflow: hidden;
  }

  .a-2{
    max-width: 1630px;
    margin:0 auto ;
    padding: 0 15px;
  }

  .ss-box{
    max-width: 1630px;
    margin: 0 auto;
    padding: 10px 15px;
  }

  
  .hotSearch p,
  .hotSearch a{
    display: inline-block;
    font-size: 16px;
    line-height: 38px;
    margin: 0;
    color: #888;
    transition: all .5s;margin-right: 5px
  }

  .hotSearch a:hover{
  color: #ba1618;  
  }

  .hotSearch a{
    margin-right: 6px;
  }

  .hotSearch{
    float: left;
    animation-duration: 2s !important; 
    -webkit-animation-delay: .5s;

  }

  .sous{
    float: right;
    animation-duration: 2s !important; 
    -webkit-animation-delay: .5s;
  }

  .sous input{
    font-size:16px;
    padding: 8px 10px; 
    float:left;


  }

  .sous input:nth-child(1){
    width: 300px;
  }

  .sous input:nth-child(2){
    background-color: #ba1618;
    color: #fff;
  }




@media screen and (max-width: 990px){
  .hotSearch p,
  .hotSearch a{
    display: inline-block;
    font-size: 14px;
    line-height: 38px;
    margin: 0;
    color: #888;
    transition: all .5s;margin-right:5px;
  }
  
  .sous input{    font-size: 14px;}
  
  .sous input:nth-child(1){
    width: 234px;
  }
  
}



@media screen and (max-width: 768px){
   .sous{
    float: left;
    animation-duration: 2s !important; 
    -webkit-animation-delay: .5s;
  }
  
}




  .s1{
    animation-duration: 2s !important; 
    -webkit-animation-delay: 0s !important;
  }

  .s2{
    animation-duration: 2s !important; 
    -webkit-animation-delay: .5s !important;
  }

  .s3{
    animation-duration: 2s !important; 
    -webkit-animation-delay: 1s !important;
  }

  .s4{
    animation-duration: 2s !important; 
    -webkit-animation-delay: 2s !important;
  }

  .bt-box{
    background: url(//cdn.myxypt.com/6dd8374d/21/09/810a000e37157c9fb163be4c812c2c3baac61b1a.png) no-repeat top center;
    padding-top: 10px;
    height: 56px;
    line-height: 39px;
    text-align: center;
    letter-spacing: 1px;
    font-weight: bold;
    color: #323333;
    font-size: 28px;
    margin-bottom: 5rem;
    animation-duration: 2s !important; 
    -webkit-animation-delay: 0s;
}

.gy-bt{
  background: url(//cdn.myxypt.com/6dd8374d/21/09/ade635aee20e861629a1d12fa8ac13a2aad81ada.png) no-repeat top center !important;
}

.ys-bt{
  background: url(//cdn.myxypt.com/6dd8374d/21/09/1355075585364220d880edab83cee79e4234980e.png) no-repeat top center !important;
}

.yy-bt{
  background: url(//cdn.myxypt.com/6dd8374d/21/09/a7d286704a890f55e9a510419ff9da0e69743ed2.png) no-repeat top center !important;
}

.about-bt{
  background: url(//cdn.myxypt.com/6dd8374d/21/09/ccdbea56d4b39a04c1f6c570c98c573d9b3a21ef.png) no-repeat top center !important;
}

.ry-bt{
  background: url(//cdn.myxypt.com/6dd8374d/21/09/1f52fdf84375c43b4ea6ab513ec61ab94b84e99a.png) no-repeat top center !important;
}

.news-bt{
  background: url(//cdn.myxypt.com/6dd8374d/21/09/2b2be7008c10aaa1cd3881b434abc20852670a23.png) no-repeat top center !important;
}

.box-5,
.box-3{
  padding-top:10rem ;
}

.tab-1{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    }

.tab-1 li{
  list-style: none;
  line-height: 42px;
  background-color:#f5f6f8 ;
  text-align: center;
  color: #333;
  font-size: 1.6rem;
  transition: all .5s;width:14%;
  margin-right: 20px
}

.tab-1 li:last-child{margin-right: 0px}
.tab-1 li a{
  transition: all .5s;
}

.tab-1 .on a{
  color: #fff !important;
}

.tab-1 .on{
  background-color: #ba1618;
}


.on-1{
  display: none;
}



.produt-box>div{height:0;overflow:hidden;}
.produt-box>div.aa{height:auto;}



.produt-1{
  overflow: hidden;
  position: relative;
}

.produt-text-box{
  width: 18%;
  margin-right: 2%;
  float: left;
}

.produt-img{
  background-color: #f5f6f8;
  padding: 10px;
}

.produt-img-box{
  float: left;
  overflow: hidden;
}

.produt-left,
.produt-right{
  position: relative !important;
}

.produt-img a{
  display: block;

}

.produt-name h3{
  color: #2d3337;
  font-size: 18px;
  font-weight: 100;
  padding-right: 10%;
  padding-left: 2%;
  line-height: 57px;
  overflow: hidden;
  text-align:left;
  margin: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  border-top: 1px solid #e6e6e6;
  background: url(//cdn.myxypt.com/6dd8374d/21/09/f1b23704718273bce0b8a4c05557a2098e9ebd73.png) no-repeat right center;
  transition: all .5s;
}

.produt_img img{
  max-width: 100%;
  background-color: #fff;
  padding: 3rem 0 1rem 0;
  margin-bottom: 2rem;
}





.produt_box{
  width: 80%;
  float: left;
}

.produt_imgbox{
  background-color: #f5f6f8;
  padding: 1rem;
  transition: all .5s;
}

.produt_imgbox a{
  display: block;
}

.produt_imgbox:hover{
  background-color: #ba1618;
}

.produt_imgbox:hover .produt-name h3{
  color: #fff;
}

.produt-box{
  margin-top: 3rem;
}




.produt-box>div{
  animation-duration: 1s; 
	-webkit-animation-delay: 0s;
}


.produt-text-box h1{
  font-size: 2rem;
  font-weight: 600;
  color: #333;
}

.produt-text-box p{
  font-size: 14px;
  text-align: justify;
  line-height: 34px;
  color: #666;
}

.qh-box{
  position: relative;
  margin-top: 6rem;
}

.qh-box .produt-right{
  margin-right:1rem ;
}

.qh-box .produt-left,
.qh-box .produt-right{
  float: left;
  left: 0;
  border: solid 1px #888;
  border-radius: 24px;
  padding: 0 21px;
}

.qh-box .produt-left:hover,
.qh-box .produt-right:hover{
  background-color: #ba1618;
  color: #fff;
}

.qh-box .produt-left:hover::after,
.qh-box .produt-right:hover::after{
  color: #fff;
}

.qh-box .produt-left::after,
.qh-box .produt-right::after{
  font-size: 1.6rem;
  color:#333;
  transition: all .5s;
}

.produt-text-box a{
  display: inline-block;
  padding: 8px 32px;
  font-size: 14px;
  border: solid 1px #666;
  color: #666;
  margin-top: 3rem;
}

.produt-text-box a:hover{
  background-color: #ba1618;
  color: #fff;
}



@media (max-width:1370px) {
.produt-text-box a{
  margin-top: 1rem;
}
.qh-box{margin-top: 4.5rem;}

}



@media (max-width:1280px) {
.produt-text-box{
  width: 100%;
  margin-right: 0%;
  float: none;
}


.produt_box{ width: 100%;margin-top:20px;}

.tab-1 li{
  float: left;
  list-style: none;
  width: calc((100% - 20px) / 3);
  line-height: 42px;
  background-color:#f5f6f8 ;
  text-align: center;
  color: #333;
  font-size: 1.6rem;
  transition: all .5s;margin-bottom:10px;
}


}



@media (max-width:640px) {

.tab-1 li{
 width:32%;
}


}







.box-4{
  background-color: #f5f6f8;
  padding-top: 10rem;
  margin-top: 10rem;
  padding-bottom: 10rem;
}

.gy-box{
  overflow: hidden;
  position: relative;
}

.gy-box .swiper-container3 .swiper-wrapper .swiper-slide{
  transform: scale(0.9);
  transition: all 1s;
  opacity: .4;
}

.gy-box .swiper-container3 .swiper-wrapper .swiper-slide-active,
.gy-box .swiper-container3 .swiper-wrapper .swiper-slide-duplicate-active {
  transform: scale(1);
  opacity: 1;
}

.craft-img{
  position: relative;
  overflow: hidden;
}

.craft-img img{
    max-width: 100%;
    transition: all 5s;
}

.craft-img img:nth-child(2){
  position: absolute;
  top: 0;
  left: 0;
}

.craft-img img:nth-child(1){
  float: right;
}


.craft-box{
  width: 100%;
}

.gy-box .swiper-container3 .swiper-wrapper .swiper-slide-active .craft-box .craft-img img:nth-child(1){
  transform: scale(1.2);
}

.craft-text{
  position: absolute;
  top: 20%;
  left: 8%;
  max-width:450px;
  text-align: left;
}

.craft-text h1{
    font-size: 2.4rem;
    font-weight: 600;
    color: #fff;
    position: relative;
}

.craft-text h1:after{
  position: absolute;
  content: "";
  display: block;
  bottom: -12px;
  left: 0;
  width: 10rem;
  height: 2px;
  background-color: #ba1618;
}

.craft-text p{
  color: #fff;
  margin-top: 2rem;
  font-size: 14px;
  line-height: 26px;
}

.craft-text a{
  position: relative;
  display: inline-block;
  padding: 8px 32px;
  font-size: 14px;
  border: solid 1px #fff;
  color: #fff;
  margin-top: 3rem;
  overflow: hidden;
}

.craft-text a p{
  z-index: 2;
  position: relative;
  margin: 0;
}




.craft-text a::after{
  position: absolute;
  content: "";
  display: block;
  height: 100%;
  top: 0;
  left: -100%;
  z-index: 1;
  background-color: #ba1618;
  width: 100%;
  transition: all .5s;
}

.craft-text a:hover::after{
  left: 0;
}

.craft-qh{
  position: relative;
  height:42px;
}

.craft-qh .swiper-pagination{
  width: 100%;
  margin-top: 2rem;
}

.craft-qh .swiper-pagination .swiper-pagination-bullet{
  width: 10px;
  height: 10px;
  background-color: #f5f6f8;
  border: solid 1px #000;
  transition: all .5s;
  margin: 0 .4rem;
}

.craft-qh .swiper-pagination .swiper-pagination-bullet-active{
  border: solid 1px #ba1618;
  position: relative;
  top: 2px;
  width: 16px;
  height: 16px;
}



@media (max-width:640px) {

.craft-text p{
  color: #fff;
  margin-top: 2rem;
  font-size: 12px;
  line-height: 18px;
  height: 108px;
  overflow:hidden;
}

.craft-text{
  position: absolute;
  top: 0%;
  left: 5%;
  max-width:450px;
  text-align: left;
}

}







.container-1 {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  height: 66vh;
  overflow: hidden;
}

.ys-box {
  flex: 1;
  overflow: hidden;
  transition: 2s;
  line-height: 0;
  position: relative;
  border-right: 1px solid rgba(255, 255, 255, .1);
}

.ys-box::after{
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(45, 51, 55, .6);
  top: 0;
  left: 0;
  transition: all 1s;
}

.ys-box img:nth-child(2){
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 4;
  max-width: 100%;
}

.ys-box>img:nth-child(1) {
  width: 200%;
  height:100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: .5s;
}


.ys-box:hover {
  flex: 1 1 50%;
}

.ys-box:hover>img:nth-child(1) {
  width: 100%;
  height: 100%;
}





@media (max-width:640px) {

.ys-box {
  flex: none;
  overflow: hidden;
  transition: 2s;
  line-height: 0;
  position: relative;width:100%;
  border-right: 1px solid rgba(255, 255, 255, .1);margin-bottom:10px;
}

.container-1 {
  display: flex;
  width: 100%;flex-wrap:wrap;
  box-sizing: border-box;
  height: auto;
  overflow: hidden;
}

}















.adv-ioc{
  position: absolute;
  top: 38%;
  left: 0;
  width: 100%;
  z-index: 4;
  text-align: center;
  transition: all .5s;
}

.adv-ioc-img img{
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  border: solid 2px #fff;
  padding: 2rem;
}

.adv-ioc h1{
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
}

.adv-ioc p{
  color: #fff;
  font-size: 1.4rem;
  margin-top: 2rem;
}

.ys-box:hover::after{
  opacity: 0;
}

.ys-box:hover .adv-ioc{
  opacity: 0;
}
.ys-box:hover .adv-text{
  opacity: 1;
}










.adv-text{
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 4;
  width: calc(100% - 4rem);
  margin: 2rem;
  padding: 1rem;
  background-color: #ba1618;
  color: #fff;
  opacity: 0;
  transition: all .5s;
}

.adv-text p{
  line-height: 2.2rem;
  line-height:2.4rem;
  font-size: 1.6rem;
  margin: 0;
  text-align: center;
}

.box-6{
  margin-top: 10rem;
  overflow: hidden;
  position: relative;
}

.box-6 img{
  max-width: 100%;
}

.use-img-box>div>img{
  animation-name: scaleraw; /*å…³é”®å¸§åç§°*/
    animation-timing-function: ease-in-out; /*åŠ¨ç”»çš„é€Ÿåº¦æ›²çº¿*/
    animation-iteration-count: infinite; /*åŠ¨ç”»æ’­æ”¾çš„æ¬¡æ•°*/
    animation-duration: 20s; /*åŠ¨ç”»æ‰€èŠ±è´¹çš„æ—¶é—´*/
}


@media(max-width:990px){
  .adv-text{
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 4;
  width: calc(100% - 4rem);
  margin: 2rem;
  padding: 1rem;
  background-color: #ba1618;
  color: #fff;
  opacity: 1;
  transition: all .5s;}
 .adv-ioc{
  position: absolute;
  top: 28%;
  left: 0;
  width: 100%;
  z-index: 4;
  text-align: center;
  transition: all .5s;
}


.adv-text p{
  line-height:25px;
  font-size: 14px;
  margin: 0;
  text-align: center;height:50px;overflow:hidden;
}

}




@keyframes scaleraw {
  /*å®šä¹‰å…³é”®å¸§ã€scaleDrewæ˜¯éœ€è¦ç»‘å®šåˆ°é€‰æ‹©å™¨çš„å…³é”®å¸§åç§°*/
  0% {
    transform: scale(1.2); /*å¼€å§‹ä¸ºåŽŸå§‹å¤§å°*/
  }
  25% {
    transform: scale(1); /*æ”¾å¤§1.1å€*/
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(1);
  }
}

.use-img-box>div{
  position: relative;
}

.use-img-text{
  position: absolute;
  bottom: 120px;
  left: 0;
  right: 0;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 15px;
  text-align: center;
}

.use-img-text p{
  background-color: rgba(45, 51, 55, .6);
  display: inline-block;
  color: #fff;
  font-size: 1.6rem;
  padding: 2rem;
  text-align: justify;
}


.box-6 .yy-bt{
  position: absolute;
  width: 100%;
  text-align: center;
  top: 8rem;
  z-index: 9;
}

.tab-2{
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 4;
}

.tab-2 li{
  width:calc(100% / 5);
  float: left;
  list-style: none;
  text-align: center;
  border-right: solid 1px rgba(255, 255, 255, .6);
  border-top: solid 1px rgba(255, 255, 255, .6);
  box-sizing: border-box;
  background-color: rgba(45, 51, 55, .6);
  padding: 2rem 0;
}

.use-text img{
  float: left;
}

.use-text .use-qy{
  float: left;
  margin-left: 1.5rem;
}

.use-text .use-qy p,
.use-text .use-qy h1{
  color: #fff;
  margin: 0;
  font-size: 1.4rem;
}

.use-text .use-qy p{
    text-align: left;
}


.use-text .use-qy h1{
  font-size: 2rem;
  text-align: left;
  font-weight: 600;
  position: relative;
  margin-bottom: .8rem;
}

.use-text .use-qy h1::after{
  position: absolute;
  content: "";
  display: block;
  bottom: -7px;
  width: 50px;
  height: 2px;
  background-color: #ba1618;
}

.use-text {
  display: inline-block;
  margin: 0 auto;
}

.tab-2 .cur-1{
  background-color: rgba(187, 27, 33, .6);
}

.use-img-box>div{
  animation-duration: 1s; 
  -webkit-animation-delay: 0;
}


@media(max-width:1024px){
.use-text .use-qy h1{
  color: #fff;
  margin: 0;
  font-size: 14px;
} 

.use-text .use-qy h1{
  color: #fff;
  margin: 0;
  font-size: 12px;margin-top:10px;line-height:25px;
}
 .tab-2 li{
  width:calc(100% / 3);
  float: left;
  list-style: none;
  text-align: left;
  border-right: solid 1px rgba(255, 255, 255, .6);
  border-top: solid 1px rgba(255, 255, 255, .6);
  box-sizing: border-box;
  background-color: rgba(45, 51, 55, .6);
  padding: 2rem 0;
}


.use-text .use-qy p,
.use-text .use-qy h1{
  color: #fff;
  margin-top:10px;
  font-size: 1.4rem;
}

}





@media(max-width:990px){
.tab-2{
  position: relative;
  bottom: 0;
  width: 100%;
  z-index: 4;
}
.use-img-text{
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 15px;
  text-align: center;
}

.use-img-text p{
  background-color: rgba(45, 51, 55, .6);
  display: inline-block;
  color: #fff;
  font-size: 12px;
  padding: 2rem;
  text-align: justify;
  line-height:25px;
  overflow:hidden;
  height: 121px;
}

.box-6 .yy-bt{
  position: relative;
  width: 100%;
  text-align: center;
  top: 0;
  z-index: 9;
}
.box-6{
  margin-top: 6rem;
  overflow: hidden;
  position: relative;
}

 .tab-2 li{
  width:calc(100% / 1);
  float: left;
  list-style: none;
  text-align: left;
  border-right: solid 1px rgba(255, 255, 255, .6);
  border-top: solid 1px rgba(255, 255, 255, .6);
  box-sizing: border-box;
  background-color: rgba(45, 51, 55, .6);
  padding: 2rem;
} 

}




.box-7{
  padding-top: 10rem;
}

.about-ioc-text h1{
  font-family: "bebas" !important;
}

.about-text{
  width:calc(50% - 4rem);
  float: left;
  margin-right: 4rem;
}

.about-img img,
.about-ioc-box img{
  max-width: 100%;
}

.about-ioc-box li{
  float: left;
  list-style: none;
  width: calc(100% / 4);
}

.about-ioc-box li img{
  float: left;
  margin-top: 12px;
  margin-right: 10px;
 }

.about-ioc-text{
  float: left;
}


.about-ioc-text p,
.about-ioc-text h1{
  margin: 0 !important;
  line-height: 2rem !important;
}


.about-text a{
  position: relative;
  display: inline-block;
  padding: 8px 32px;
  font-size: 14px;
  border: solid 1px #333;
  color: #333;
  margin-top: 3rem;
  overflow: hidden;
  transition: all .5s;
  z-index: 2;
}

.about-text a::after{
   position: absolute;
    content: "";
    display: block;
    height: 100%;
    top: 0;
    left: -100%;
    z-index: -1;
    background-color: #ba1618;
    width: 100%;
    transition: all .5s;
}

.about-text a:hover::after {
  left: 0;
}

.about-text a:hover{
  color: #fff;
}

.about-text h1{
  font-size: 2.4rem;
  font-weight: 600;
  position: relative;
  margin-bottom: 3rem;
}

.about-text>h1::after{
  position: absolute;
  content: "";
  width: 80px;
  height: 2px;
  background-color: #ba1618;
  left: 0;
  bottom: -14px;
}

.about-text>p{
  font-size: 1.6rem;
  line-height: 3.4rem;
  text-align: justify;
}




@media (max-width: 768px) {
.about-ioc-box li{    width: calc(100% / 2);    margin-bottom: 16px;}


}






.suz-box{
  margin-top: .3rem;
}

.suz-box span,
.suz-box h1{
  float: left;
  color: #333;
}

.suz-box span{
  position: relative;
  bottom: -14px;
  left: 4px;
}

.suz-box h1{
  font-size: 3rem;
}

.about-ioc-box{
  margin-top: 4rem;
}

.about-img{
  width: 50%;
  float: left;
}

.about-hj{
  overflow: hidden;
  margin-top: 2rem;
}

.about-hj-img,
.about-hj-img img{
  width: 100%;
}





@media(max-width:1370px){
  .box-7{
  padding-top: 5rem;
}  
}



@media(max-width:1440px){
.about-text>p{
  font-size: 14px;
  line-height: 25px;
  text-align: justify;height:75px;overflow:hidden;
}

.suz-box h1{
  font-size: 22px;
}
}


@media(max-width:1024px){
.about-text{
  width:calc(100% - 4rem);
  float: left;
  margin-right: 4rem;margin-bottom:20px;
}


.about-img{
  width: 100%;
  float: none;
}

.about-img img{
  width: 100%;
}


}


@media(max-width:768px){

.about-text{
        width: calc(100% - -3rem);
    float: left;
    /* margin-right: 4rem; */
    margin-bottom: 22px;
}
}



.box-8{
  margin-top: 10rem;
  padding-top: 8rem;
  background-color: #f5f6f8;
  padding-bottom: 10rem;
}

.honor-box{
  overflow: hidden;
  position: relative;
}


.honor-img img,
.honor-img{
  width: 100%;
}

.honor-left,
.honor-right{
  background-color: rgba(45, 51, 55, .6);
  padding: 2.8rem 0;
  transition: all .5s;
}

.honor-left{
  right: 0 !important;
}

.honor-right{
  left: 0 !important;
}

.honor-left::after,
.honor-right::after{
  font-size: 1.6rem;
  color: #fff;
}

.honor-left:hover,
.honor-right:hover{
  background-color:#ba1618;
}


@media(max-width:1440px){
   .box-8{
  margin-top: 4rem;
  padding-top: 4rem;

} 
}











.box-9{
  padding-top: 10rem;
}

.news-left{
  float: left;
  width: 30%;
  padding-top: 2rem;
  border-top: 2px solid #2d3337;
}

.faq-ht h1{
  font-size: 1.8rem;
  font-weight: 600;
  float: left;
  margin: 0;
}

.faq-ht{
  padding-bottom: 1rem;
  border-bottom: solid 1px #cacaca;
}

.faq-ht a{
  float: right;
  display: block;
}

.faq-text{
  overflow: hidden;
}

.faq-text a{
  display: block;
}

.faq-text a h1{
  font-size: 1.6rem;
  margin-bottom:2rem ;
  position: relative;
  text-align: left;
}

.faq-text a p{
  font-size: 1.4rem;
  text-align: left;
}

.faq-text a h1::after{
  position: absolute;
  content: "";
  bottom: -8px;
  left:0 ;
  height: 1px;
  width: 68px;
  background-color: #cacaca;
}

.news-bott-box{
  position: relative;
}

.news-an{
  position: relative !important;
  margin-top: 0 !important;
  float: right;
  background-color: #333;
  padding: 0 15px;
  transition: all .5s;
}

.news-an:hover{
  background-color:#ba1618;
}

.news-an::after{
  font-size:16px;
  color: #fff;

}

.news-an-l{
  right: 0;
}


.news-an-r{
  left: 0;
}

.faq-box{
  padding: 0 15px;
}

.about-dt {
  margin-top:1rem ;
}

.about-dt-lb li{
  position: relative;
  list-style: none;
}

.about-dt-lb li::after{
  position: absolute;
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background-color: #333;
  border-radius: 4px;
  top: 41%;
  left: 0;
}

.about-dt-lb li a{
  width: calc(100% - 4%);
  padding-left: 4%;
  display: inline-block;
  line-height: 4.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news-right{
  padding-top: 2rem;
  border-top: 2px solid #2d3337;
  width: calc(70% - 4rem);
  float: left;
  margin-left: 4rem;
}

.news-right .news-hy{
  padding-left:15px ;
  padding-right: 15px;
}

.hy-text{
  width: 76%;
  margin-left: 3%;
  float: left;
}

.hy-text p{
  font-size: 1.4rem;
  line-height: 2.6rem;
}

.hy-text p span{
  color: #ba1618;
}

.hy-text h1{
  font-size: 1.6rem;
}

.hy-box a{
  display: block;
}

.hy-img{
  width: 21%;
  float: left;
}

.hy-box a img{
  width: 100%;
}

.hy-box{
  padding:2rem 0;
  border-bottom: solid 1px #cacaca;
}



@media(max-width:1440px){
   .box-9{
  padding-top: 4rem;

} 

.about-dt-lb li a{
  width: calc(100% - 4%);
  padding-left: 4%;
  display: inline-block;
  line-height: 3.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


}




@media(max-width:1370px){


.about-dt-lb li a{
  width: calc(100% - 4%);
  padding-left: 4%;
  display: inline-block;
  line-height: 2.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


}



@media(max-width:1024px){


.about-dt-lb li a{
  width: calc(100% - 4%);
  padding-left: 4%;
  display: inline-block;
  line-height: 3.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


}


@media(max-width:992px){

.news-left{
  float: none;
  width: 100%;
  padding-top: 2rem;
  border-top: 2px solid #2d3337;
}



.news-right{
  padding-top: 2rem;margin-top:20px;
  border-top: 2px solid #2d3337;
  width: calc(100% - 0rem);
  float: left;
  margin-left: 0rem;
}

.hy-text h1{
  font-size: 15px;line-height:25px;overflow:hidden;height:25px;
}

.hy-text{
  width: 100%;
  margin-left: 0%;
  float: left;
}

.hy-img{
  width: 100%;
  float: left;
}

}








footer{
  background-color: #2d3337;
  margin-top: 10rem;
  padding-top: 10rem;
}

.foot-box li{
  list-style: none;
  color: #fff;
  float: left;
}

.foot-box li a{
  display: block;
  color: #fff;
  line-height: 4.2rem;
  transition: all .5s;
}

.foot-box li a:hover{
  color: #ba1618;
}

.foot-box li:nth-child(1){
  width: 20%;
}

.foot-box li a:nth-child(1){
  font-size: 1.8rem;
  font-weight: 600;
}

.foot-box li:nth-child(2),
.foot-box li:nth-child(3),
.foot-box li:nth-child(5),
.foot-box li:nth-child(4){
  text-align: center;
  font-size: 1.6rem;
  width: 15%;
}


.foot-box li:nth-child(6){
  width: 20%;
  text-align: center;
  margin-top: 1rem;
}

.foot-box li:nth-child(6) img{
  max-width: 128px;
  margin: 0 auto;
}

.foot-box li:nth-child(6) p{
  text-align: center;
  line-height: 3.2rem;
}

.foot-box li:nth-child(1) h1{
  font-size: 1.8rem;
  font-weight: 600;
}


.foot-box li:nth-child(1) h2{
  font-family: "bebas";
  margin: 0;
  margin-bottom: 2rem;font-weight: 600;
}

.foot-box li:nth-child(1) p{
  font-size: 1.4rem;
}

.foot-1{
  background-color: #000;
  font-size: 1.4rem;
  padding: 1rem 0;
  margin-top: 10rem;
}

.foot-1 p{
  float: left;
  color: #888;
  margin: 0;
}

.foot-1 a{
  float: right;
  color: #888;
}


@media(max-width:1440px){
footer{
  background-color: #2d3337;
  margin-top: 4rem;
  padding-top: 4rem;
}
    
}



@media(max-width:990px){
    .foot-box li:nth-child(1){
  width: 60%;
}
    
}




@media(max-width:768px){
    .foot-box li:nth-child(1){
  width: 70%;
}

.foot-box li:nth-child(6) img{
  max-width: 100%;
  margin: 0 auto;
}

.foot-box li:nth-child(6){
  width: 27%;
  text-align: center;
  margin-top: 1rem;
}

.foot-box li:nth-child(1) h1{
  font-size: 14px;
  font-weight: 600;
}
.header{
	width:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:999;
	padding:0 6px;
	border-bottom: solid 1px rgba(255, 255, 255, .2);
	transition: all .5s;
	animation-duration: 2s !important;
	-webkit-animation-delay: 0s;background:#666
}
    
}


@media(max-width:640px){
.foot-1 p{
  float: none;
  color: #888;
  margin: 0;
}
.foot-1 a{
  float: none; 
  color: #888;
}
.foot-1{  float: none;text-align:center;}

.m_nav .logo img{width:90%;}
    
}



/*phoneåº•éƒ¨å¯¼èˆª*/

li {
    list-style: none;
}

.q_d_m {
    float: left;
    width: 100%;
    height: 50px;
}

.pf_down {
    width: 100%;
    float: left;
    position: fixed;
    left: 0;
    bottom: 0;
    height: 50px;
    background: #191919;
    z-index: 999;
    border-top: 1px solid #fff;
}

.pf_down li {
    width: 33.333333%;
    float: left;
    text-align: center;
    padding: 7px 0 4px 0;
    border-right: 1px solid #fff;
}

.pf_down li .ico7 {
    width: 100%;
    float: left;
    height: 20px;
}

.pf_down li .d_name {
    width: 100%;
    float: left;
    margin-top: 4px;
    font-size: 12px;
    color: #fff;
    line-height: 14px;
}

.pf_down li.l1 .ico7 {
    background: url(//cdn.myxypt.com/6dd8374d/21/09/b22ddbda4c6512fb574212a7961c2474aaa56044.png) no-repeat center;
    background-size: 20px 20px;
}

.pf_down li.l2 .ico7 {
    background: url(//cdn.myxypt.com/6dd8374d/21/09/87f8cc45a64b16167fe53690f0b535484da7eef3.png) no-repeat center;
    background-size: 20px 20px;
}

.pf_down li.l3 .ico7 {
    background: url(//cdn.myxypt.com/6dd8374d/21/09/e065f55e4260df1536a0802567ff23aa101df286.png) no-repeat center;
    background-size: 20px 20px;
}

.pf_down li:nth-child(3n) {
    border: none;
}


