/**走马灯*/
.fix:before, .fix:after {
	display: table;
	clear: both;
	content: '';
}
.l {
	float: left;
}
.r {
	float: left;
}
.swiper-slide a {
   text-decoration: none;
   outline: 0;
   color: inherit;
}
.pro_foot{
   color: #333;
}
.rec_news {
  margin-top: 10px;
  color: #333;
  width:960px;
  margin: 0 auto;
}
.rec_news .tit {
  width: 60px;
  font-weight: bold;
}
.rec_news .bd {
  width: 900px;
}
.swiper-container .swiper-wrapper {
  transition-timing-function: linear;
  margin: 0 auto;
}
.rec_news .swiper-slide {
  width: auto;
}
.rec_news .bd a {
  display: inline-block;
}
.rec_news .bd a:hover {
  color: #ff7800;
}