.about{ background-color:#fff;  }

.about .whyChoose .columnTitle .tit {
    line-height: 36px;
    font-size: 22px;
	font-weight:normal;
    color: #333;
	text-align:center }
	
.about .whyChoose .columnTitle .txt {
    line-height: 24px;
    font-size: 14px;
    color: #333;
    margin-top: 10px;
	text-align:center}
	
	
.about .whyChoose {
  padding: 6px 0;
}
.about .whyChoose ul {
  border-top: solid 1px #efefef;
  border-left: solid 1px #efefef;
  box-sizing: border-box;
  margin-top: 44px;
}
.about .whyChoose ul li {
  width: 25%;
  border-right: solid 1px #efefef;
  border-bottom: solid 1px #efefef;
  background: #fff;
  box-sizing: border-box;
  position: relative;
  float: left;
  overflow: hidden;
  text-align: center;
  padding: 58px 0 54px 0;
}

.about .whyChoose ul li:hover {
 background: #e60012;
}
.about .whyChoose ul li:hover .tit,
.about .whyChoose ul li:hover .txt {
  color: #fff;
}
.about .whyChoose ul li:hover .icon1 {
  display: none;
}
.about .whyChoose ul li:hover .icon2 {
  display: block;
}
.about .whyChoose ul li .icon2,
.about .whyChoose ul li .icon1 {
  width: 121px;
  height: 121px;
  margin: 0 auto;
}
.about .whyChoose ul li .icon2 {
  display: none;
}
.about .whyChoose ul li .tit {
  line-height: 30px;
  font-size: 22px;
  color: #333333;
  margin: 20px 0 8px 0;
}
.about .whyChoose ul li .txt {
  line-height: 24px;
  font-size: 14px;
  color: #666666;
}
.about .whyChoose ul li .tit,
.about .whyChoose ul li .txt,
.about .whyChoose ul li .icon1,
.about .whyChoose ul li .icon2 {
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  position: relative;
  z-index: 5;
}
.about .whyChoose ul li .filter {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  left: -100%;
  top: -100%;
  background: #486bf6;
}
.about .whyChoose ul li .filter.trans {
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  backface-visibility: hidden;
}



@media only screen and (max-width: 1200px) {
.about .whyChoose {
	padding: 30px 0;
}
.about .whyChoose ul {
	margin-top: 20px;
}
.about .whyChoose ul li {
	width: 25%;
	padding: 10px 6px;
	box-sizing: border-box;
}
@media only screen and (max-width: 600px){
	.about .whyChoose ul li{
		width: 50%;
	}
}
.about .whyChoose ul li .icon2,
.about .whyChoose ul li .icon1 {
	width: 80px;
	height: 80px;
}
.about .whyChoose ul li .tit {
	line-height: 20px;
	font-size: 16px;
	margin: 10px 0 4px 0;
}
.about .whyChoose ul li .txt {
	line-height: 20px;
	font-size: 12px;
}

}


@media only screen and (min-width: 1200px) {
.news .cooperation {
  background: #fff;
  padding: 66px 0 70px 0;
}
.news .cooperation .tab {
  text-align: center;
  margin-top: 44px;
}

.news .cooperation .columnTitle .tit {
    line-height: 36px;
    font-size: 22px;
	font-weight:normal;
    color: #333;
	text-align:center }
	
.news .cooperation .columnTitle .txt {
    line-height: 24px;
    font-size: 14px;
    color: #333;
    margin-top: 10px;
	text-align:center}

.news .cooperation .tab span {
  display: inline-block;
  margin: 0 10px;
  width: 142px;
  height: 38px;
  line-height: 38px;
  border-radius: 38px;
  font-size: 16px;
  color: #333333;
  cursor: pointer;
}
.news .cooperation .tab span.on {
  background: #486bf6;
  color: #fff;
}
.news .cooperation .tabBox {
  margin-top: 44px;
}
.news .cooperation .coop .swiper-container {
  position: relative;
}
.news .cooperation .coop .swiper-slide {
  border-top: solid 1px #ececec;
  border-left: solid 1px #ececec;
  box-sizing: border-box;
}
.news .cooperation .coop .swiper-slide .ts {
  width: 40%;
  height: 314px;
}
.news .cooperation .coop .swiper-slide li {
  width: 20%;
  height: 157px;
  float: left;
  box-sizing: border-box;
  border-right: solid 1px #ececec;
  border-bottom: solid 1px #ececec;
  overflow: hidden;
  position: relative;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.news .cooperation .coop .swiper-slide li:hover {
  box-shadow: 0 0 14px 2px #ececec;
  z-index: 5;
}
.news .cooperation .coop .pn {
  width: 40%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  padding: 20px;
  box-sizing: border-box;
}
.news .cooperation .coop .pn .swiper-button-next,
.news .cooperation .coop .pn .swiper-button-prev {
  width: 50px;
  height: 50px;
  background: url(../images/arrow4.png);
  background-size: 100% 100%;
  margin: 0;
  position: static;
  float: right;
  outline: none;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.news .cooperation .coop .pn .swiper-button-next {
  background: url(../images/arrow5.png);
}
.news .cooperation .coop .pn .swiper-button-prev.swiper-button-disabled {
  background: url(../images/arrow6.png);
}
.news .cooperation .coop .pn .swiper-button-next.swiper-button-disabled {
  background: url(../images/arrow7.png);
}
.news .cooperation .voice:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.news .cooperation .voice li {
  float: left;
  width: 49%;
  height: 188px;
  overflow: hidden;
  position: relative;
  background-color: #f9f9f9;
  z-index: 0;
  border: 1px solid #dfdfdf;
  margin-bottom: 2%;
  box-sizing: border-box;
}
.news .cooperation .voice li:nth-child(even) {
  float: right;
}
.news .cooperation .voice li:hover .text2::after {
  width: 100%;
}
.news .cooperation .voice li:hover .img {
  opacity: 1;
}
.news .cooperation .voice li:hover .tit,
.news .cooperation .voice li:hover .txt {
  color: #fff;
}
.news .cooperation .voice li:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.news .cooperation .voice li .pic {
  width: 238px;
  height: 188px;
  float: left;
  overflow: hidden;
  border-right: 1px solid #dfdfdf;
}
.news .cooperation .voice li .text {
  padding: 0 0 0 238px;
  box-sizing: border-box;
}
.news .cooperation .voice li .text2 {
  height: 188px;
  padding: 20px 46px 0 42px;
  box-sizing: border-box;
  position: relative;
}
.news .cooperation .voice li .text2::after {
  content: " ";
  width: 0;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  background: #486bf6;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.news .cooperation .voice li .img {
  height: 100%;
  position: absolute;
  left: 1px;
  top: 0;
  z-index: 50;
  opacity: 0;
  display: none;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.news .cooperation .voice li .img img {
  width: auto;
  height: 100%;
}
.news .cooperation .voice li .tit {
  height: 30px;
  line-height: 30px;
  color: #000;
  font-size: 20px;
  position: relative;
  z-index: 5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.news .cooperation .voice li .txt {
  height: 96px;
  line-height: 24px;
  font-size: 14px;
  color: #666;
  margin-top: 10px;
  position: relative;
  z-index: 5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  word-break: break-all;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}

}




@media(max-width:1270px){
.news .cooperation {
	padding: 30px 10px;
	box-sizing: border-box;
}
.news .cooperation .tab {
	margin-top: 30px;
}
.news .cooperation .tab span {
	margin: 0 5px;
	width: 120px;
	height: 34px;
	line-height: 34px;
	border-radius: 34px;
	font-size: 14px;
}
.news .cooperation .tabBox {
	margin-top: 30px;
}
.news .cooperation .voice,
.news .cooperation .coop {
	max-width: 600px;
	margin: 0 auto;
}
.news .cooperation .coop .swiper-slide .ts {
	width: 26%;
	height: auto;
}
.news .cooperation .coop .swiper-slide li {
	width: 50%;
	height: auto;
}
.news .cooperation .coop .swiper-slide li:hover {
	box-shadow: 0 0 0px 0px #ececec;
}



.news .cooperation .coop .pn {
	width: 100%;
	padding: 14px;
}
.news .cooperation .voice li {
	width: 100%;
	height: auto;
}
.news .cooperation .voice li .pic {
	width: 120px;
	height: 95px;
}
.news .cooperation .voice li .text {
	padding: 0 0 0 120px;
}
.news .cooperation .voice li .text2 {
	height: 95px;
	padding: 4px 10px;
}
.news .cooperation .voice li .tit {
	height: 20px;
	line-height: 20px;
	font-size: 16px;
}
.news .cooperation .voice li .txt {
	height: 60px;
	line-height: 20px;
	font-size: 12px;
	margin-top: 4px;
	-webkit-line-clamp: 3;
}
.aboutPage .cooperation .coop li:hover {
	box-shadow: 0 0 0px 0px #ececec;
}
.aboutPage .cooperation .paging {
	margin-top: 30px;
}
@media only screen and (max-width: 700px){
	.aboutPage .cooperation .coop li {
		width: 33.333%;
	}
}
@media only screen and (max-width: 500px){
	.aboutPage .cooperation .coop li {
		width: 50%;
	}
}
}