.abo{
	padding: 90px 315px;
}
.abo h2{
	color: #666666;
	font-size: 36px;
	font-weight: normal;
	margin-bottom: 25px;
}
.abo p{
	font-size: 12px;
	color: #666666;
	line-height: 24px;
}
/*幻灯片CSS*/
#banner {
  	width: 100%;
  	height: 400px;
  	position: relative;
}
#banner .hd {
  	position: absolute;
  	bottom: 20px;
  	left: 50%;
  	z-index: 100;
  	transform: translate(-50%,0);
  	-ms-transform: translate(-50%,0);
  	-webkit-transform: translate(-50%,0);
  	-moz-transform: translate(-50%,0);
  	-o-transform: translate(-50%,0);
}
#banner .hd li {
  	width: 40px;
  	height: 5px;
  	background-color: #ffffff;
  	display: inline-block;
  	margin: 0 5px;
  	cursor: pointer;
  	opacity: .5;
  	filter:Alpha(opacity=50);
}
#banner .hd .on {
  	background-color: #cc0000;
}
#banner .bd a {
  	display: block;
  	width: 100%;
  	height: 400px;
}
#banner .btn {
  	width: 30px;
 	height: 60px;
  	position: absolute;
  	opacity: .5;
  	filter:Alpha(opacity=50);
}
#banner .btn:hover{
	opacity: 1;
	filter:Alpha(opacity=100)
}
#banner .prev {
	top: 50%;
  	background: url("../images/prev.png") no-repeat center;
  	left: 3%;
  	transform: translate(0,-50%);
  	-ms-transform: translate(0,-50%);
  	-webkit-transform: translate(0,-50%);
  	-moz-transform: translate(0,-50%);
  	-o-transform: translate(0,-50%);
}
#banner .next {
  	background: url("../images/next.png") no-repeat center;
  	right: 3%;
  	top: 50%;
  	transform: translate(0,-50%);
  	-ms-transform: translate(0,-50%);
  	-webkit-transform: translate(0,-50%);
  	-moz-transform: translate(0,-50%);
  	-o-transform: translate(0,-50%);
}
/*幻灯片CSS*/

.kuai{
	width: 100%;
	height: 50px;
	background: #fff;
}

.shebei{
	padding: 50px 0 90px 0;
	background-image: url(../picture/shebeibg.jpg);
	background-position: left top;
	background-size: cover;
}
.shebeia{
	overflow: hidden;
	height: 45px;
	line-height: 45px;
	padding: 0 50px;
	margin-bottom: 50px;
}
.shebeia .fl{
	font-size: 36px;
	color: #666666;
	font-weight: normal;
}
.shebeia .fr{
	display: inline-block;
	background: #f6f4f3;
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	padding: 0 20px;
	border-radius: 5px;
	line-height: 40px;
	margin-top: 3px;
}

/* 横向滚动*/
.scroll_horizontal{
	position:relative;
	width:100%;
	font-size: 0;
}
.scroll_horizontal .box{
	overflow:hidden;
	position:relative;
	width: 100%;
	max-width:1250px;
	margin:0 auto;
}
.scroll_horizontal .list{
	overflow:hidden;
	width:9999px;
}
.scroll_horizontal .list li{
	float:left;
	width:325px;
}
.scroll_horizontal .list li>a{
	display: inline-block;
	position:relative;
}
.scroll_horizontal .list li>a>img{
	width: 275px;
	height: 275px;
}
.scroll_horizontal .list li>a>img.poa{position:absolute;top:0;left:0;z-index:10;}
.scroll_horizontal .list li>div{
	background: rgba(255,255,255,.5);
	padding: 20px;
	overflow: hidden;
	width: 275px;
	margin-bottom: 20px;
}
.scroll_horizontal .list li>div>h2{
	font-size: 16px;
	color: #666666;
	font-weight: normal;
	margin-bottom: 15px;
}
.scroll_horizontal .list li>div>a{
	display: inline-block;
}
.scroll_horizontal .prev,
.scroll_horizontal .next{
	position:absolute;
	top:65%;
	margin-top:-25px;
	width:30px;
	height:60px;
	cursor:pointer;
	opacity: .5;
}
.scroll_horizontal .prev{
	left: 0;
	background: url(../images/preva.png) no-repeat;
}
.scroll_horizontal .next{
	right: 0;
	background: url(../images/nexta.png) no-repeat;
}
.scroll_horizontal .prev:hover{
	opacity: 1;
}
.scroll_horizontal .next:hover{
	opacity: 1;
}


.new{
	padding: 60px 50px;
	background: #fff;
	font-size: 0;
}
.new>div{
	display: inline-block;
	vertical-align: top;
	width: 400px;
	margin-right: 25px;
}
.new>div:last-child{
	margin-right: 0;
}
.new>div>p>img{
	width: 100%;
	height: 170px;
}
.new>div>div{
	background: #efefef;
	padding: 20px;
}
.new>div>div>h2{
	font-size: 22px;
	color: #353432;
	font-weight: normal;
	margin-bottom: 20px;
}.new>div>div>div>p{
	font-size: 14px;
	color: #353432;
	line-height: 22px;
	min-height: 66px;
	max-height: 66px;
	overflow: hidden;
}
.new>div>div>p{
	line-height: 22px;
	margin-top: 8px;
}
.new>div>div>p>a{
	font-size: 14px;
	color: #353432;
}
.newa ul{
	min-height: 66px;
	max-height: 66px;
	overflow: hidden;
}
.newa li{
	line-height: 22px;
	overflow: hidden;
}
.newa li a{
	font-size: 14px;
	color: #353432;
}
.newa li span{
	font-size: 12px;
	color: #999999;
}