/*banner*/
.banner {
  position: relative;
}

.banner .swiper {
  width: 100%;
  height: 600px;
}

.banner   .swiper-slide {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner  .swiper-slide img {
  display: block;
  width: 100%;
  height: 600px;
  object-fit: cover;
}

.banner .swiper-button-next, .banner .swiper-button-prev {
  color: #fff;
  width: 30px;
  height: 30px;
  align-items: center;
  margin-top: 0;
}



.banner  .swiper-slide img:last-child{display: none;}







.product-index-t ul {
  display: flex;
  justify-content: space-around;
}

.product-index-t li i, .product-index-t li.active i {
  width: 63px;
  height: 50px;
  display: block;
  background-size: cover;
  object-fit: cover;
}

.product-index-t li a {
  display: flex;
  align-items: center;
  flex-direction: column;
  color: #5a6063;
}

.product-index-t li p {
  font-size: 16px;
}

.product-index-t li {

  /*position: relative;*/
}

.product-index-t li p {
  margin-top: 20px;
}

.product-index-t  i.ico1 {
  background-image: url(../images/p1.png);
}

.product-index-t  i.ico2 {
  background-image: url(../images/p2.png);
}

.product-index-t  i.ico3 {
  background-image: url(../images/p3.png);
}

.product-index-t  i.ico4 {
  background-image: url(../images/p4.png);
}

.product-index-t  i.ico5 {
  background-image: url(../images/p5.png);
}

.product-index-t  i.ico6 {
  background-image: url(../images/p6.png);
}

.product-index-t li.on p {
  color: #0679D5;
}

.product-index-t li.on i.ico1 {
  background-image: url(../images/p1hover.png);
}

.product-index-t li.on i.ico2 {
  background-image: url(../images/p2hover.png);
}

.product-index-t li.on i.ico3 {
  background-image: url(../images/p3hover.png);
}

.product-index-t li.on i.ico4 {
  background-image: url(../images/p4hover.png);
}

.product-index-t li.on i.ico5 {
  background-image: url(../images/p5hover.png);
}

.product-index-t li.on i.ico6 {
  background-image: url(../images/p6hover.png);
}

.product-index-t .bd .info {
  line-height: 20px;
  color: rgba(153, 153, 153, 1);/*position: absolute;*/
  width: 1200px;
  height: 90px;
  background: url(../images/pt.png) no-repeat 1150px center #F5F5F6;
  align-items: center;
  display: flex;
  padding: 0px 90px 0px 20px;/*top:130px;
  left:0px;*/
}

.product-index-t .bd .info a {
  color: rgba(153, 153, 153, 1);
}

.product-index-t li.on span {
  background: url(../images/ptj.png) no-repeat left top;
  display: block;
  width: 23px;
  height: 12px;
  margin-top: 30px;
}

.product-index {
  min-height: 260px;
  position: relative;
}

.block {
  opacity: 1 !important;
}

.xb {
  background: url(../images/xb.png) no-repeat top center;
  height: 305px;
}

.xb .xb-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 305px;
}

.xb .xb-list .ico {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.xb .xb-list .ico span {
  display: block;
  color: #fff;
  font-size: 24px;
  font-weight: lighter;
}

.xb .xb-list  .items {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.xb .xb-list  .info {
  display: flex;
  align-items: center;
  margin-top: 30px;
}

.xb .xb-list .info .l {
  font-size: 50px;
  color: #a3a3a6;
  position: relative;
  padding-right: 10px;
  font-family: arial;
}

.xb .xb-list .info .l:after {
  content: "+";
  font-size: 12px;
  color: #fff;
  position: absolute;
  right: 0px;
  top: 0;
}

.xb .xb-list .info .r {
  margin-left: 10px;
}

.xb .xb-list .info .r h4 {
  font-size: 18px;
  color: #fff;
  font-weight: normal;
}

.xb .xb-list .info .r p {
  font-size: 12px;
  text-transform: uppercase;
  color: #9f9f9f;
}



/*xq*/

.xq{
    background: url(../images/xq.png) no-repeat top center;
  height: 575px;

}

.xq-list{display: flex;
justify-content: space-between;
text-align: center;
}

.xq-list .items{
width: 225px;
height: 349px;
opacity: 1;
background: rgba(255, 255, 255, 1);
border: 1px solid rgba(229, 229, 229, 1);
padding:10px;   
}
.xq-list .items .ico img{
  width: 50px;
}
.xq-list .items .ico img:last-child{
  opacity: 0;width: 0;
}

.xq-list .items:hover .ico img{
  opacity: 0;width: 0;
}
.xq-list .items:hover .ico img:last-child{
  opacity: 1;width: 50px;
}

.xq-list .items:hover{
  background: url(../images/xq1.png) no-repeat;
  color:#fff;
  border:1px solid #0679D5;
  cursor: pointer;
  background-size: cover;
}

.xq-list .items .ico{
  height: 60px;display: flex;
  align-items: center;
  justify-content: center;
  padding:60px 0;

}
.xq-list .items .ico span{
  display: block;font-size: 50px;
  color:#5A6063;
}

 

.xq-list .items:hover .ico span{
  
  color:#FFF;
}
.xq-list .items .info {
  height: 140px;
}

.xq-list .items .info h4{
  font-size: 20px;margin-bottom: 10px;font-weight: normal;
  color:rgba(51, 51, 51, 1);
}
.xq-list .items .info p{
  font-size: 14px;line-height: 20px;

}

.xq-list .items .links{
width: 133px;
height: 26px;
opacity: 1;
border-radius: 4px;
border: 1px solid rgba(166, 166, 166, 1);  
margin:20px auto;

}
 .xq-list .items .links a
{
  display: flex;
  justify-content: center;
  height: 23px;
  align-items: center;
  color: rgba(166, 166, 166, 1);

}

 .xq-list .items .links a span{

  padding-right: 6px;
color: rgba(166, 166, 166, 1);

}

 .xq-list .items:hover .links a,
.xq-list .items:hover .info h4,
  .xq-list .items:hover .links a span{
  color:#fff;
 }
/*xq end*/





/*fa*/


.fa{
    background: url(../images/fa.png) no-repeat top center;
  height: 450px;

}

.fa .content-box{
  position: relative;
}

.fa .com-t{
  color:#fff;
  z-index: 999;
  position: relative;
}

.fa .fa-list{
  display: flex;
  justify-content: space-around;
  position: absolute;
  top: 0px;
  width: 100%;
}
.fa .fa-list .items{
  /*border-right:1px solid rgba(255,255,255,.2);*/
  height: 450px;
  padding-top: 180px;
  width: 20%;
  text-align: center;
}
.fa .fa-list .items:hover {
  background: rgba(6,121,213,.7);
}
.fa .fa-list .items .ico img{
  width:80px;
}

.fa .fa-list .items .info{
  color:#fff;line-height: 22px;
  font-size: 16px;
  padding: 30px 20px;
}

/*fang an*/


/*junshi*/

.js{
    background: url(../images/js.png) no-repeat top center;
  height: 502px;

}
.js-list{
  display: flex;
  justify-content: space-between;
}
.js-list .item .pic{
  overflow: hidden;
  width: 370px;height: 216px;

}

.js-list .item .pic img{
  width: 100%;height: 100%;
  transition: all 0.3s;
}

.js-list .item .info
{
  height: 50px;
opacity: 1;
text-align: center;
line-height: 50px;
background: rgba(255, 255, 255, 1);
border: 1px solid rgba(229, 229, 229, 1);            
}

.js-list .item:hover .pic img{
  transform: scale(1.2);
}

.js-list .item:hover .info{
  background: rgba(6, 121, 213, 1);
  color:#fff;
  border: 1px solid rgba(6, 121, 213, 1);            

}

/*junshi end*/




 
@media screen and (max-width:768px) {
 
.banner .swiper-button-next, .banner .swiper-button-prev{
  width:10px;height: 10px;
}
.banner .swiper{
  height: 200px;
}
  .banner .swiper-slide img{
    height: 200px;display: none;
  }

.banner  .swiper-slide img:last-child{display: block;}

  .swiper-button-next:after, .swiper-button-prev:after{
    font-size: 20px;
  }
  .product-index-t li p{
    font-size: 14px;
  }
  .product-index-t .bd .info{
    width:100%;
    height: auto;
    padding:10px;
  }
  .product-index-t li i, .product-index-t li.active i{
    width:35px;
    height: 30px;
  }

  .product-index-t li{
    width:10%;
  }

  .product-index-t li a{
    text-align: center;
  }
  .cbl{
    display: none;
  }
  .product{
    padding-bottom: 30px;
  }

  .xb{
    height: auto;
    background-size: cover;
  }

 .xb .xb-list .items{
  display: flex;
  flex-wrap: wrap;
  width: 50%;
  margin-bottom: 30px;
 }

 .xb .xb-list{
  height: auto;
  display: flex;
  flex-wrap: wrap;
  padding: 30px 10px;
 }

 .xb .xb-list .info .l{
  font-size: 20px;
 }

 .xb .xb-list .info .r p{display: none;}

.xb .xb-list .info .r h4{
  font-size: 14px;
}

.xq-list .items {
    width: 90%;
    height: auto;
    opacity: 1;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(229, 229, 229, 1);
    padding: 10px;
    margin: 10px auto;
}
.xq-list{
  display: flex;
  flex-wrap: wrap;
}

.xq{
   height: auto;
    background-size: cover;
}
.xq-list .items .ico span{
  font-size: 30px;
}
 
.xq-list .items .ico img{
  width: 30px;
}
.xq-list .items .info h4{
  font-size: 16px;
}
/*.xq-list .items .info p{
  color:#FFF;
}*/
.xq-list .items .info{
  height: auto;
}
.xq-list .items .ico{
  height: 40px;
  padding: 30px 0;
}
.fa .fa-list .items .ico img{
  width: 50px;
}

.fa .fa-list .items .info{
  font-size: 14px;
  padding: 20px 10px;
}

.js-list{
  display: flex;
  flex-wrap: wrap;justify-content: center;
  width:90%;margin:0 auto;
}
.js
{
     height: auto;
    background-size: cover;
}

.js-list .item .pic{
  width: 100%;
}


.banner  .swiper-slide img {
  width:100%;
}

.fa .fa-list .items{
  padding-top: 100px;
}


.fa{
  height: 350px;padding-bottom: 30px; 
}

}
