.banner {
    height: 402px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.banner li {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.banner li a {
	display: block;
	width: 100%;
	height: 100%;
}
.banner-wrap{
	position: absolute;
	height: 5px;
	bottom: 30px;
	margin-left: -600px;
	left: 50%;
}
.banner .btn {
	height: 7px;
	position: absolute;
	top: 0;
	left: 50%;
	width: 960px;
	margin-left: -400px;
	bottom: 0;
	z-index: 10;
	text-align: center;
	height: 5px;
}
.banner .btn span {
	display: inline-block;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #fff;
	cursor: pointer;
	margin: 0 5px;
	opacity: 0.5;
	line-height: 5px;
	filter: alpha(opacity=90);
}
.banner .btn span.on {
	opacity: 1;
	filter: alpha(opacity=100);
}
.banner-prev, .banner-next {
    /*display: none;*/
    position: absolute;
    top: -160px;
    width: 50px;
    height: 100px;
    margin-top: -50px;
    background: url(../images/prev.png) no-repeat center center transparent;
    cursor: pointer;
    z-index: 13;
}
.banner-prev:hover, .banner-next:hover{
	background-color: rgba(255,255,255,0.2);
}
.banner-next {
    right: -50px;
    background-position: 100% 0;
    background: url(../images/next.png) no-repeat center center transparent;
}
.banner-prev {
	left: -50px;
}
/*  */
.bg1{
	height: 1195px;
	background: #f1f1f1;
	margin-bottom: 140px;
}
.zhuanx .left{
	width: 200px;
	background: #fff;
}
.zhuanx .left .head{
	background-color: #d9271d;
	color: #fff;
	font-size: 14px;
	padding-left: 60px;
	height: 52px;
	line-height: 52px;
	background-position: -45px 0;
}
.zhuanx .left .zx{
	width: 178px;
	margin: 12px;
	font-size: 14px;
	color: #fff;
}
.zhuanx .left .zx li{
	width: 100%;
}
.zhuanx .left .zx li .h1{
	width: 100%;
	height: 34px;
	line-height: 34px;
	padding-left: 26px;
	background-position: -85px -52px;
	background-color: #d9271d;
	position: relative;
}
.zhuanx .left .zx li .agroup{
	width: 100%;
	line-height: 18px;
	padding: 10px;
	font-size: 12px;
	color: #333;
}
.zhuanx .right{
	width: 980px;
	background: #fff;
	padding: 0 20px;
}
.zhuanx .right .head{
	width: 100%;
	height: 52px;
	border-bottom: 1px solid #ddd;
	line-height: 52px;
}
.icon.icon-che{
	width: 40px;
	height: 52px;
	background-position: -45px -52px;
}
.zhuanx .right .head .h1{
	font-size: 18px;
	color: #d9271d;
	font-weight: bold;
	padding-left: 10px;
	
}
.zhuanx .right .head .h2{
	font-size: 12px;
	color: #bbb;
	font-weight: bold;
	padding-left: 10px;
}
.zhuanx .right .main{
	width: 100%;
	overflow: hidden;
	padding: 10px 0;
}
.zhuanx .right .main .servul{
	width: 960px;
}
.zhuanx .right .main .servul li{
	width: 220px;
	margin-right: 20px;
	float: left;
	margin-bottom: 10px;
	cursor: pointer;
}
.zhuanx .right .main .servul li .img{
	width: 100%;
	height: 160px;
	padding: 3px;
	background: #fff;
	border: 1px solid #bbb;
}
.zhuanx .right .main .servul li .image{
	width: 212px;
	height: 152px;
	background-position: center center;
	background-size: 110% 110%;
}
.zhuanx .right .main .servul li:hover .image{background-size: 100% 100%;}
.zhuanx .right .main .servul li .name{
	width: 100%;
	padding: 0 20px;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	color: #666;
	background-position: center center;
	background-size: 110% 110%;
	text-align: center;
}
.le_hid{ position: absolute; width: 500px; left: 178px; top:0; padding: 20px; display: none;}
.zhuanx .left .zx li .h1:hover .le_hid{ display: block;}
.zhuanx .left .zx li .h1 .le_hid a:hover{text-decoration: underline;}

/* tm */
.tm{
	text-align: center;
}
.tm .t1{
	display: inline-block;
	font-size: 14px;
	color: #666;
	line-height: 24px;
}
.tm .t2{
	display: inline-block;
	font-size: 12px;
	color: #281d17;
	line-height: 24px;
}
.tdeco{
	position: relative;
}
.tdeco:before,.tdeco:after{
	content:'';
	position: absolute;
	top: 50%;
	margin-top: -1px;
	left: -130px;
	width: 120px;
	height: 1px;
	background: #bbb;
}
.tdeco:after{
	left: auto;
	right: -130px;
}
.tdeco.tdeco2:before,.tdeco.tdeco2:after{ background: #d9271d; }
/*  */
.b4{
	width: 100%;
	overflow: hidden;
}
.b4 .wrap{
	width: 1228px;
}
.b4 .b{
	width: 279px;
	cursor: pointer;
	margin-right: 28px;
	float: left;
	background: #f1f1f1;
	padding-bottom: 20px;
}
.b4 .b .img{
	width: 100%;
	height: 160px;
	background-position: center center;
	background-size: 110% 110%;
}
.b4 .b:hover .img{background-size: 100% 100%;}
.b4 .b .h1{
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #000;
}
.b4 .b .p{
	width: 100%;
	/*height: 40px;*/
	line-height: 20px;
	text-align: center;
	font-size: 12px;
	color: #666;
	overflow: hidden;
	padding:0 10px;
}
/*  */
.tp{
	font-size: 14px;
	color: #666;
	line-height: 24px;
}
/* link */
.links{
	/*padding-top: 20px;*/
	border-top: 3px solid #281d17;
	line-height: 30px;
}
.links .h1{
	color: #281d17;
	font-size: 18px;
	padding-right: 16px;
	font-weight: bold;
	display: inline-block;
	margin-top: 10px;
}
.links a{
	font-size: 12px;
	color: #666;
	padding-right: 10px;
}
.links img{width: 105px; padding: 4px 10px; border: 1px solid #999; border-radius: 4px; margin-top: 10px; height: 70px;}