﻿* {
  padding: 0;
  margin: 0;
  font-family: 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
}
body {
  font: 14px/1.231 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
  color: #333;
  margin: 0;
  line-height: 1.5;
  overflow-x: hidden;
}
*:before,
*:after {
  box-sizing: content-box;
}
:focus {
  outline: 1;
}
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}
a {
  color: #333;
  text-decoration: none;
}
a:link,
a:hover,
a:active,
a:visited {
  text-decoration: none;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
img {
  font-size: 0.14rem;
}
li,
ul {
  list-style-type: none;
}
img {
  border: none;
}
input,
textarea {
  outline: 0;
  border: 0;
  resize: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
dt,
i,
em {
  font-weight: normal;
  font-style: normal;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clearboth {
  clear: both;
}


.clear{
  clear: both;
}


.header{

  background: none ;
}



/* banner */

.banner {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  top: -1rem;
}


.banner .swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;

}

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


.banner .swiper-slide {
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.banner .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
  transition: 1s linear 2s;
  transform: scale(1.1, 1.1);
}

.banner .swiper-slide-active img,
.banner .swiper-slide-duplicate-active img {
  transition: 6s linear;
  transform: scale(1, 1);
}

.banner .banner_button{
  position: absolute;
  bottom: 0.4rem;
  right: 6%;
}


.banner .swiper-button-next {
  position: relative;
  width: 50px;
  height: 50px;
  background: url(../images/bannerr.png) no-repeat center;
  right: 0%;
  top: 0%;
  z-index: 5;
  float: right;
  cursor: pointer;
  opacity: 0.4;
}

.banner .swiper-button-prev {
  position: relative;
  width: 50px;
  height: 50px;
  background: url(../images/bannerl.png) no-repeat center;
  left: 0%;
  top: 0%;
  float: left;
  z-index: 5;
  cursor: pointer;
  margin-right: 20px;
  opacity: 0.4;
}

.banner .swiper-pagination {
  width: 100%;
  bottom: 0.4rem;
  text-align: center;
  position: absolute;
  z-index: 5;
}

.banner .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.1rem;
  background: url(../images/ico2.png) no-repeat center;
  width: 0.34rem;
  height: 0.34rem;
  opacity: 1;
  border-radius: 0%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  display: inline-block;
  background-size: 100%;
}

.banner .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: url(../images/ico3.png) no-repeat center;
  background-size: 100%;
}



.swiper-button-prev::after, .swiper-container-rtl .swiper-button-next::after {
  content: 'prev';
  display: none;

}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
  display: none;
}


@media (max-width: 980px){

  .banner{
    top: 0;
  }

  .banner .swiper-button-next {
    display: none;
  }

  .banner .swiper-button-prev {
    display: none;
  }


  .banner .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 0.24rem;
    height: 0.24rem;
  }

  .banner .swiper-pagination {
    bottom: 0.1rem;
  }
}

/* title */

.title{

}

.title h3 a{
  display: block;
  font-size: 0.32rem;
  color: #333333;
  font-weight: bold;
  line-height: 0.36rem;
}

.title i{
  display: block;
  font-size: 0.3rem;
  color: #333333;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: capitalize;
  line-height: 0.3rem;
  margin-top: 0.05rem;
}


@media (max-width: 980px){

  
.title{

  margin: 0 auto;
  text-align: center;

}

  .title h3 a{
    font-size: 0.24rem;
  }
  
  .title i{
    font-size: 0.2rem;
    line-height: 0.24rem;
    margin-top: 0rem;
  }

}

/* product */

.banner-card {
	/*! width:80%; */
	/*	height:150px;*/
	background-color:#fff;
	box-shadow:0.0625em 0.3125em 1.25em #ccc;
	position:relative;
	left:50%;
	transform:translateX(-50%);
	font-size: 1.3333333333rem;
	bottom: 1rem;
	/*! padding:1.33333333rem 1.33333333rem; */
	box-sizing:border-box;
	border-radius: 0.1rem;
	overflow:hidden;
	z-index:8
}
.banner-card ul {
	width:100%;
	height:100%
}
.yytpro .proSwiper{ width:80%;}
.banner-card ul li {
	width:20%;
	height:100%;
	float:left;
	text-align:center;
	cursor:pointer
}
.banner-card ul li img {
	margin-top:0.83333333333rem
}
.banner-card ul li p {
	/* margin-top:0.75rem; */
	font-size: larger;
	margin: 14px 0;
	margin-top: 0px;
}
.product{
  width: 100%;
  margin: -0.5rem auto 0 auto;
  padding-bottom: 0.5rem;
}

.product .protop{
  overflow: hidden;

}

.product .protop .title{
  float: left;
}

.product .productMenu{
  float: right;
  margin-top: 0.08rem;
  width: 88%;
}

.product .productMenu ul li.swiper-slide{
  float: left;
  height: .69rem;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.product .productMenu ul li a{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-align: center;
  font-size: 0.16rem;
  color: #333;
  /* border: 2px solid #dedede; */
  /* border-radius: 45px; */
  height: 0.69rem;
  /* line-height: 0.5rem; */
}
.product .productMenu ul li a img{
 text-align:center;
 display: block;
 margin: 0 auto;
}

.product .productMenu ul li::after{
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 0.54rem;
 
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background-size: cover;
}

.product .productMenu ul li.swiper-slide-thumb-active a{
   /*border: 2px solid #E60012; */
}



.product .productMCenter{
  margin: -0.5rem auto 0 auto;
}

.product .productMCenter .swiper-slide{

}

.product .productMCenter .swiper-slide ul li{
  float: left;
  position: relative;
  width: 24%;
  background: #f7f9fc;
  margin: 0 1.3% 0.2rem 0;
}

.product .productMCenter .swiper-slide ul li:nth-child(4n){
  margin-right: 0;
}

.product .productMCenter .swiper-slide ul li .pic{
  width: 98%;
  padding-top: 71%;
  position: relative;
  margin: 0.04rem auto 0 auto;
  overflow: hidden;
}

.product .productMCenter .swiper-slide ul li .pic img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  object-fit: contain;
}

.product .productMCenter .swiper-slide ul li .txt {
  margin: 0 auto;
  height: 0.5rem;
  line-height: 0.5rem;
  position: relative;
  z-index: 5;

}

.product .productMCenter .swiper-slide ul li .txt  a{
  display: block;
  width: 88%;
  margin: 0 auto;
}

.product .productMCenter .swiper-slide ul li .txt  a span{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  font-size: 0.16rem;
  color: #1a1a1a;
  float: left;
  width: 70%;
}

.product .productMCenter .swiper-slide ul li .txt  a i{
  display: block;
  float: right;
  background: url(../images/more.png) no-repeat  center;
  width: 0.17rem;
  height: 0.13rem;
  margin: 0.18rem 0 0 0;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.product .productMCenter .swiper-slide ul li:hover .pic img{
  transform: scale(1.1);

}

.product .productMCenter .swiper-slide ul li .txt::after{
  position: absolute;
  z-index: -1;
  content: "";
  left: 0;
  top: 0px;
  width: 0%;
  height: 100%;
  background: #E60012;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.product .productMCenter .swiper-slide ul li:hover .txt::after{
  width: 100%;
}

.product .productMCenter .swiper-slide ul li:hover .txt a span{
  color: #fff;

}

.product .productMCenter .swiper-slide ul li:hover .txt a i{
  background: url(../images/more1.png) no-repeat  center;
}



@media (max-width: 980px){


  .product{
    margin: 0.3rem auto 0 auto;
    padding-bottom: 0.2rem;
  }
  
  
  .product .protop .title{
    float: none;
  }
  
  .product .productMenu{
    float: none;
    margin-top: 0.2rem;
    width: 100%;
  }
  


  
  .product .productMCenter{
    margin: -0.7rem auto 0 auto;
  }
  
  
  .product .productMCenter .swiper-slide ul li{
    float: left;
    position: relative;
    width: 48%;
    margin: 0 4% 0.15rem 0;
  }

  .product .productMCenter .swiper-slide ul li:nth-child(2n){
    margin-right: 0;
  }
  
  
  .product .productMenu ul li::after{
    width: 99.6%;
    background-size: 100%;
  }
   .banner-card ul li p{font-size: smaller;}
}




/*case*/

.casebg{
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  background: #f2f4f7;
}

.casebg .case{
  padding-top: 0.6rem;
}

.casebg .case .case_t{
  overflow: hidden;
}

.casebg .case .case_t .title{
  float: left;
}

.casebg .case .case_t .more{
  float: right;
  width: 1.74rem;
  height: 0.54rem;
  line-height: 0.54rem;
  border: 2px solid #dedede;
  border-radius: 45px;
  position: relative;
}

.casebg .case .case_t .more a{
  display: block;
  font-size: 0.18rem;
  color: #333;
  text-align: center;
}


.casebg .case .case_t .more::after {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 0.54rem;
  background: url(../images/list.png) no-repeat center;
    background-size: auto;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background-size: cover;
}


.casebg .case .casebox{
  margin: 0 auto;
  width: 98%;
  max-width:1260px;
} 

.casebg .case .casebox .swiper-slide{
  position: relative;
}


.casebg .case .casebox .swiper-slide .pic{
  position: relative;
  width: 100%;
  padding-top: 71%;
  overflow: hidden;

}

.casebg .case .casebox .swiper-slide .pic img{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.casebg .case .casebox .swiper-slide .txt{
  width: 100%;
  height: 0.5rem;
  background: #fff;
} 

.casebg .case .casebox .swiper-slide .txt a{
  display: block;
  width: 90%;
  margin: 0 auto;
}

.casebg .case .casebox .swiper-slide .txt a span{
  float: left;
  font-size: 0.16rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  border-left: 2px solid #E60012;
  height: 0.2rem;
  line-height: 0.18rem;
  margin-top: 0.15rem;
  padding-left: 0.12rem;
  width: 75%;


}

.casebg .case .casebox .swiper-slide .txt a em{
  display: block;
  float: right;
  background: url(../images/more2.png) no-repeat  center;
  width: 0.28rem;
  height: 0.06rem;
  margin-top: 0.22rem;
  background-size: 100%;

}

.casebg .case .casebox .swiper-slide:hover .pic img{
  transform: scale(1.1);
}

.casebg .case .casebox .swiper-slide:hover .txt a span{
  color: #E60012;
}


.casebg .case .casebox .case_button{
  margin: 0.5rem auto 0.7rem auto;
  text-align: center;
}

.casebg .case .casebox .case_button .swiper-case-next{
  display: inline-block;
  position: relative;
  cursor: pointer;
  background: url(../images/left.png) no-repeat  center;
  width: 0.1rem;
  height: 0.18rem;
  background-size: 100%;
  margin: 0;
}



.casebg .case .casebox .case_button .swiper-case-prev{
  display: inline-block;
  position: relative;
  cursor: pointer;
  background: url(../images/right.png) no-repeat  center;
  width: 0.1rem;
  height: 0.18rem;
  background-size: 100%;
  margin: 0;

}


.casebg .case .casebox .case_button .swiper-case{
  display: inline-block;
  margin: 0 0.17rem;
  position: relative;
  top: -0.02rem;
}


.casebg .case .casebox .case_button .swiper-case .swiper-pagination-bullet{
  width: 0.08rem;
  height: 0.08rem;
  background: #cbcbcb;
  border-radius: 50%;
  opacity: 1;
  margin: 0 0.08rem;
}


.casebg .case .casebox .case_button .swiper-case .swiper-pagination-bullet-active{

  background: #E60012;
}

@media (max-width: 980px){

  
  .casebg .case{
    padding-top: 0.2rem;
    padding-bottom: 0.25rem;
  }
  
  
  .casebg .case .case_t .title{
    float: none;
  }
  
  .casebg .case .case_t .more{
    float: none;
    margin: 0.15rem auto 0 auto;
    width: 1.6rem;
    height: 0.44rem;
    line-height: 0.44rem;
  }
  
  .casebg .case .case_t .more a{
    display: block;
    font-size: 0.16rem;
  }
  
  .casebg .case .case_t .more::after {
    height: 0.44rem;
    background: url(../images/list.png) no-repeat center;
    background-size: cover;
}
  
  .casebg .case .casebox{
    margin: 0.35rem auto 0 auto;
    width: 96%;
  } 

  

  
  .casebg .case .casebox .swiper-slide .txt a em{
    display: none;
  
  }
  
  
  
  .casebg .case .casebox .case_button{
    margin: 0.35rem auto 0 auto;
    text-align: center;
  }
  
  
  
  .casebg .case .casebox .case_button .swiper-case{
    display: inline-block;
    margin: 0 0.17rem;
    position: relative;
    top: -0.02rem;
  }
  
  
  .casebg .case .casebox .case_button .swiper-case .swiper-pagination-bullet{
    width: 0.1rem;
    height: 0.1rem;
  }
  


}


  


.news {
  background-color: #fbfbfc;
  position: relative;
  overflow: hidden;
  padding: 85px 0;
   
}

.news .inContent{
    width: 84%;
    margin: 0 auto;
    max-width: 1260px;
}
}
@media screen and (max-width: 1560px) {
  .news {
    padding: 70px 0;
  }
}
@media screen and (max-width: 640px) {
  .news {
    padding: 40px 0;
  }
}
.news .newsTab {
  display: flex;
  justify-content: center;
  align-items: center;
}
.news .newsTab .title {
  flex: 1;
}

.news .newsTab .title a span{
    display: block;
    font-size: 0.32rem;
    color: #333333;
    font-weight: bold;
    line-height: 0.36rem;
}


.news .newsTab ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 520px;
}
.news .newsTab ul li a {
  display: block;
  width: 150px;
  line-height: 38px;
  text-align: center;
  border-radius: 20px;
  border: solid 1px #dddddd;
  font-size: 18px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsTab ul li:hover a,
.news .newsTab ul li.active a {
  background-color: #E60012;
  border-color: #E60012;
  color: #fff;
}
.news .newsSwiper {
  margin-top: 10px;
  margin-bottom: -18px;
}
.news .newsSwiper .swiper-slide-active {
  z-index: 3;
}
.news .newsList {
  padding: 18px 0;
  width: 100%;
}
.news .newsList ul li {
  padding: 18px 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList ul li .item {
  display: flex;
  justify-content: space-between;
}
.news .newsList ul li .item .pic {
  display: block;
  width: 300px;
  background-color: #ffffff;
  border: solid 8px #ffffff;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList ul li .item .pic i {
  display: block;
  padding-top: 63.4%;
  position: relative;
  overflow: hidden;
}
.news .newsList ul li .item .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList ul li .item .date {
  margin-left: 4.375%;
  width: 12.625%;
  border-left: 1px solid #ddd;
  padding-left: 3.5%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 20px;
}
.news .newsList ul li .item .date i {
  display: block;
  font-family: Impact;
  font-size: 36px;
  line-height: 28px;
  white-space: nowrap;
}
.news .newsList ul li .item .date span {
  display: block;
  font-family: Arial;
  font-size: 14px;
  margin-top: 16px;
  line-height: 10px;
}
.news .newsList ul li .item .cont {
  flex: 1;
  min-width: 0;
  margin-left: 32px;
  padding-top: 16px;
}
.news .newsList ul li .item .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  font-size: 18px;
  height: 38px;
  line-height: 38px;
  font-weight: bold;
  -webkit-transition: all 0.42s ease-out;
  transition: all 0.42s ease-out;
}
.news .newsList ul li .item .cont .bt:hover {
  letter-spacing: 0.5px;
}
.news .newsList ul li .item .cont p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 30px;
  height: 60px;
  font-size: 16px;
  color: #666666;
  margin-top: 4px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList ul li .item .cont .more {
  display: inline-block;
  vertical-align: top;
  line-height: 30px;
  font-size: 16px;
  margin-top: 24px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList ul li .item .cont .more::after {
  content: "";
  width: 16px;
  height: 13px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  background: url(../images/newsar.png) 0 center no-repeat;
  margin-left: 12px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  filter: grayscale(100) brightness(1.5);
}
@media screen and (min-width: 981px) {
  .news .newsList ul li .item:hover .pic img {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
  }
  .news .newsList ul li .item:hover .cont .bt {
    color: #E60012;
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  .news .newsList ul li .item:hover .cont p {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  .news .newsList ul li .item:hover .cont .more {
    color: #E60012;
  }
  .news .newsList ul li .item:hover .cont .more::after {
    filter: grayscale(0) brightness(1);
  }
}
@media screen and (min-width: 981px) {
  .news .newsList ul li.on {
    background-color: #ffffff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  }
  .news .newsList ul li.on .item .cont .bt {
    color: #E60012;
  }
  .news .newsList ul li.on .item .cont .more {
    color: #E60012;
  }
  .news .newsList ul li.on .item .cont .more::after {
    filter: grayscale(0) brightness(1);
  }
}
@media screen and (max-width: 980px) {
  .news .newsTab ul {
    width: 400px;
  }
  .news .newsTab ul li a {
    width: 120px;
    line-height: 38px;
  }
  .news .newsList {
    padding: 10px 0;
  }
  .news .newsList ul li {
    padding: 10px 0;
  }
  .news .newsList ul li .item .pic {
    width: 230px;
  }
  .news .newsList ul li .item .cont .bt {
    font-size: 16px;
  }
  .news .newsList ul li .item .cont p {
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 24px;
    height: 48px;
  }
  .news .newsList ul li .item .cont .more {
    font-size: 14px;
    margin-top: 10px;
  }
  .news .newsList ul li .item .date {
    width: auto;
    margin-left: 30px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .news .newsTab ul {
    width: 360px;
  }
  .news .newsTab ul li a {
    width: 110px;
    line-height: 38px;
    font-size: 16px;
  }
  .news .newsList ul li .item .date {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .news .newsTab {
    display: block;
    text-align: center;
  }
  .news .newsTab ul {
    width: auto;
    justify-content: center;
    margin: 20px -5px 0;
  }
  .news .newsTab ul li {
    margin: 0 5px;
  }
  .news .newsTab ul li a {
    width: 100px;
    line-height: 34px;
    font-size: 15px;
  }
  .news .newsSwiper {
    margin-top: 30px;
    margin-bottom: 0;
  }
  .news .newsList {
    padding: 0;
  }
  .news .newsList ul li {
    margin-top: 15px;
    padding: 0;
  }
  .news .newsList ul li:first-child {
    margin-top: 0;
  }
  .news .newsList ul li .item {
    align-items: center;
  }
  .news .newsList ul li .item .pic {
    width: 136px;
    border: 5px solid #fff;
  }
  .news .newsList ul li .item .cont {
    margin-left: 15px;
    padding-top: 0;
  }
  .news .newsList ul li .item .cont .bt {
    font-size: 16px;
    line-height: 26px;
    height: 26px;
  }
  .news .newsList ul li .item .cont p {
    margin-top: 5px;
  }
  .news .newsList ul li .item .cont .more {
    display: none;
  }
}
 

/* ys */

.ysbg{
  margin: 0rem auto 0 auto;
  width: 100%;
  background: url(../images/ysbg.jpg) no-repeat center center;
  height: 8.08rem;
  position: relative;

}

.ysbg .ys{
  margin: 0 auto;
  position: relative;
}

.ysbg .ys .title{
  position: absolute;
  left: 0;
  top: 0.6rem;

}


.ysbg .ys .title h3{
  color: #fff;
  font-size: 0.32rem;
  font-weight: bold;
  line-height: 0.45rem;
}

.ysbg .ys .title i{
  color: #fff;
  margin-top: 0;
  text-transform: uppercase;
}


.ysbg .ys .ysbox{
  margin: 0;
  width: 49%;
  padding-top: 2.1rem;
}



.ysbg .ys .ysbox .swiper-slide{
  position: relative;
}

.ysbg .ys .ysbox .swiper-slide .nr{
  padding-left: 1px;
}

.ysbg .ys .ysbox .swiper-slide img{
  display: block;
  width: 0.62rem;
  height: 0.63rem;
}

.ysbg .ys .ysbox .swiper-slide h5{
  color: #fff;
  font-size: 0.36rem;
  font-weight: normal;
  margin: 0.15rem 0;
}

.ysbg .ys .ysbox .swiper-slide em{
  display: block;
  width: 0.4rem;
  height: 3px;
  background: #E60012;
}

.ysbg .ys .ysbox .swiper-slide p{
  color: #fff;
  font-size: 0.16rem;
  line-height: 0.4rem;
  margin-top: 0.1rem;
}

.ysbg .ys .ysbox .swiper-slide a{
  display: block;
  text-align: center;
  color: #fff;
  font-size: 0.18rem;
  background: url(../images/lx_ico.png) no-repeat  center;
  width: 1.74rem;
  height: 0.54rem;
  line-height: 0.54rem;
  margin-top: 0.4rem;
}


.ysbg .ys .yslist{
  position: absolute;
  right: -10%;
  top: 0;
  height: 8.08rem;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  width: 25%;

} 

.ysbg .ys .yslist ul{
  margin-top: 1.15rem;
}

.ysbg .ys .yslist ul li{
  position: relative;
  z-index: 5;
  height: 1.1rem;
  width: 100%;

}

.ysbg .ys .yslist ul li h5{
  padding: 0.2rem 0 0 5%;

}

.ysbg .ys .yslist ul li h5 span{
  display: block;
  color: #fff;
  font-size: 0.28rem;
}

.ysbg .ys .yslist ul li h5 i{
  display: block;
  color: #fff;
  font-size: 0.14rem;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
}


.ysbg .ys .yslist ul li::after{
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  z-index: -2;
  content: "";
  background: #fff;
  opacity: 0.15;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.ysbg .ys .yslist ul li::before{
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 0%;
  z-index: -1;
  content: "";
  background: #fff;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.ysbg .ys .yslist ul li.on::after{
  width: 100%;

}


.ysbg .ys .yslist ul li.on::before{
  height: 100%;

}




@media (max-width: 980px){


  .ysbg{
    height: auto;
    overflow: hidden;
    padding-bottom: 0.3rem;
  
  }
  
  
  .ysbg .ys .title{
    position: relative;
    left: 0;
    top: 0.3rem;
  
  }
  
  
  .ysbg .ys .title h3{
    color: #fff;
    font-size: 0.24rem;
    line-height: 0.4rem;
  }

  .ysbg .ys .title i{
    font-size: 0.2rem;
  }
  
  
  .ysbg .ys .ysbox{
    margin: 0 auto;
    width: 96%;
    padding-top: 0.2rem;
  }
  
  
  .ysbg .ys .ysbox .swiper-slide img{
    display: block;
    width: 0.32rem;
    height: 0.33rem;
  }
  
  .ysbg .ys .ysbox .swiper-slide h5{
    font-size: 0.2rem;
    margin: 0.15rem 0;
  }
  
  
  .ysbg .ys .ysbox .swiper-slide p{
    color: #fff;
    font-size: 0.15rem;
    line-height: 0.3rem;
    margin-top: 0.1rem;
  }
  
  .ysbg .ys .ysbox .swiper-slide a{
    display: block;
    text-align: center;
    color: #fff;
    font-size: 0.14rem;
    background: url(../images/lx_ico.png) no-repeat  center;
    width: 1.64rem;
    height: 0.34rem;
    line-height: 0.34rem;
    margin-top: 0.4rem;
    background-size: contain;
  }
  
  
  .ysbg .ys .yslist{
    position: relative;
    right: 0%;
    top: 0;
    height: auto;
    border-left: none;
    width: 100%;
    overflow: hidden;
    margin-top: 0.5rem;
  
  } 
  
  .ysbg .ys .yslist ul{
    margin-top: 0rem;
  }
  
  .ysbg .ys .yslist ul li{
    position: relative;
    z-index: 5;
    height: auto;
    width: 50%;
    float: left;
    margin-bottom: 0.1rem;
  
  }
  
  .ysbg .ys .yslist ul li h5{
    padding: 0.1rem 0 0.1rem 5%;
  
  }
  
  .ysbg .ys .yslist ul li h5 span{
    font-size: 0.18rem;
  }
  
  .ysbg .ys .yslist ul li h5 i{
    font-size: 0.12rem;
  }
  
  



}

 .F-customer-title span {
	color:#E60012;
	font-size: xx-large;
	font-weight: bold;
}
.F-customer-title h3 {
	text-align:center;
	font-size:25px;
	font-weight:800;
}
.F-customer-title  sup{
position: relative;
  font-size: x-large;
  line-height: 0;
  vertical-align: baseline;
  top: -.5em;
  	color:#E60012;
    font-weight: bold;
}
.casebox {
  position: relative;
  overflow: hidden;
 
  padding: 0 0 100px 0;
}
@media screen and (max-width: 1500px) {
  .casebox {
    padding:  0 0 80px 0;
  }
}
.casebox .hzList {
  margin-top: 20px;
  margin-bottom: -30px;
}
.casebox .hzList ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  column-gap: 0.5%;
}
.casebox .hzList ul::after {
  content: "";
  flex: 1;
}
.casebox .hzList ul li {
  width: 15.86%;
  margin-top: 19px;
}
.casebox .hzList ul li .item .pic {
  background-color: #ffffff;
  border-radius: 10px;
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 53.4%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.casebox .hzList ul li .item .pic img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.casebox .hzList ul li .item .bt {
  /* margin-top: 10px; */
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  text-align: center;
  height: 54px;
  line-height: 54px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media screen and (min-width: 981px) {
  .casebox .hzList ul li .item:hover .pic {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  }
  .casebox .hzList ul li .item:hover .pic img {
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -o-transform: scale(1.06);
    transform: scale(1.06);
  }
  .casebox .hzList ul li .item:hover .bt {
    color: #E60012;
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
@media screen and (max-width: 1400px) {
  .casebox .hzList ul {
    column-gap: 2%;
  }
  .casebox .hzList ul li {
    width: 18.4%;
    margin-top: 20px;
  }
  .casebox .hzList ul li .item .bt {
    margin-top: 5px;
  }
}
@media screen and (max-width: 980px) {
  .casebox {
    padding: 60px 0;
  }
  .casebox .hzList {
    margin-top: 20px;
  }
  .casebox .hzList ul {
    row-gap: 10px;
    column-gap: 3%;
  }
  .casebox .hzList ul li {
    width: 22.75%;
  }
  .casebox .hzList ul li .item .bt {
    margin-top: 0;
    font-size: 14px;
  }
  .casebox .hzList ul li:nth-child(9) {
    display: none;
  }
  .casebox .hzList ul li:nth-child(10) {
    display: none;
  }
 
}
@media screen and (max-width: 640px) {
  .casebox {
    padding:0 0 50px 0;
  }
  .casebox .hzList {
    margin-top: 30px;
  }
  .casebox .hzList ul {
    column-gap: 6%;
  }
  .casebox .hzList ul li {
    width: 47%;
    margin-top: 0;
  }
 
.F-customer-title h3 { 
	font-size:20px; 
}
 .casebg .case .casebox{margin: 0.15rem auto 0 auto;}



}


.yytpro{ position:relative;}
.owl-buttons .owl-prev{
    width: 19px;
    height: 36px;
    background: url(../images/home_left.png) no-repeat center;
    position: absolute;
    top: -66%;
    left: 5%;
    cursor:pointer;
    z-index:9;
 }
 .owl-buttons .owl-next{
    width: 19px;
    height: 36px;
    background: url(../images/home_right.png) no-repeat center;
    position: absolute;
    top: -66%;
    right: 5%;
    cursor:pointer;
    z-index:9;
 }

 .s_tt{ margin-bottom: 3vw;}
.s_tt h3{ font-size: 1.95vw; color: #4c4c4c; font-weight: bold;}
.s_tt p{ font-size: 0.925vw; color: #6b6b6b;}


  .m {
  max-width: 1260px;
  width: 100%;
  padding: 0 100px;
  height: 100%;
  margin: 0 auto;
  display: block;
  position: relative;
}
  .pad_bot {
  padding-bottom: 4.375vw;
}.pad_top {
  padding-top: 4.375vw;
}
 
.s_about{ width: 100%; overflow: hidden; background: url(../images/s_about_bg.jpg) center no-repeat; background-size: cover;}
.s_about .m{display: grid;grid-template-columns: 1fr 25.375vw;gap: 0.375vw;align-items: center;}
.s_about .txt{}
.s_about .aboutMore{ color: #E60012;    padding: 2px;
    text-align: center;
    border-radius: 8px;
    margin-top: 9px;
    float: left;}
.s_about .txt .con,.s_about .txt .con p{font-size: .8375vw;line-height: 1.75vw;color: #6b6b6b;}
.s_about .txt ul{ display: flex; justify-content: space-between; margin-top: 5.625vw; flex-wrap: wrap;}
.s_about .txt ul li{ display: flex; flex-direction: column; align-items: center; flex-shrink: 0;}
.s_about .txt ul li span{ color: #E60012; font-weight: bold;  font-size: 34px; float: left;}
.s_about .txt ul li i{ float: left;background:#E60012; margin-left: 7px; font-style: normal; color: #fff; border-radius: 50%; width: 20px; height: 20px; line-height: 19px; text-align: center;}
.s_about .m .img{  text-align:right  }
.s_about .txt ul li p{margin-top: .5vw;font-size:1vw;color: #737373;}
 @media (max-width: 640px)
{
  
.pad_top{ padding-top:5vw !important;}
.pad_bot{ padding-bottom:5vw !important;}
.m{ padding: 0 15px; box-sizing: border-box;}

.s_tt h3 {
    font-size: 5.625vw;
  }

    .s_tt p {
    font-size: 3.0625vw;
  }

  .s_about .txt .con,.s_about .txt .con p{font-size: 2.5375vw;line-height: 4.75vw;color: #6b6b6b;}
  .s_about .m{ grid-template-columns: 1fr;}
.s_about .txt ul{ margin-top: 15vw;}
.s_about .img{ max-width: 405px; display:none;}



.s_about .txt ul li p{font-size:2.5vw;}
}