.banner {
	width: 100%;
	height: 480px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	text-align: center;
}
.banner .banner_blk {
	display: inline-block;
	position: relative;
	z-index: 1;
	width: 100%;/*banner宽度*/
	height: 480px;/*图片高度*/
	overflow: hidden;
}
.banner #banner {
	position: absolute;
	top: 0px;
	left: 50%;
	z-index: 1;
	margin-left: -801px;/*图片宽度/2*/
	width: 1602px;/*图片宽度*/
	height: 100%;
	overflow: hidden;
}
.banner .ban_w {
	width: 1602px;
	height: 100%;
	text-align: center;
	font-size: 0px;
}
.banner .banner_button_blk {
	width: 100%;
	position: absolute;
	bottom: 0;
	height: 50px;
	z-index: 2;
}
.banner .banner_button {
	position: absolute;
	left: 50%;
	margin-left: -600px;
	bottom: 0px;
	z-index: 2;
	width: 1200px;
	height: 50px;
	line-height: 50px;
	text-align: center;
}
.banner .banner_button a {
	display: inline-block;
	margin: 20px 6px;
	margin-bottom: 0;
	width: 22px;
	height: 10px;
	font-size: 0px;
	text-align: center;
	color: #666;
	outline: none;
	background: #999;
	-moz-outline: none;
	blr: expression(this.onFocus=this.blur());
}
.banner .banner_button a.activeSlide {
	background: #cd0000;
}
.banner .banner_button a:hover {
	background: #cd0000;
}
.banner .banner_left, .banner_right {
	position: absolute;
	background: url(../images/prev.png) no-repeat center center;
	top: 50%;
	margin-top: -34px;
	left: 50%;
	margin-left: -680px;
	display: block;
	width: 68px;
	height: 68px;
	z-index: 13;
	cursor: pointer;
	opacity: 0.8;
	filter: opacity(80);
}
.banner .banner_right {
	background: url(../images/next.png) no-repeat center center;
	left: auto;
	right: 50%;
	margin-right: -680px;
}
.banner .banner_left:hover, .banner_right:hover {
	opacity: 1;
	filter: opacity(100);
}
/* track */
.track{
	width: 100%;
	max-width: 1602px;
	background: #f6f6f6;
	height: 120px;
	margin: 0 auto;
	padding-top: 38px;
}
.track_f{
	position: relative;
	width: 620px;
	height: 44px;
	margin: 0 auto;
}
.track_f .track_text{
	position: absolute;
	top: 0;
	left: 0;
	width: 464px;
	height: 44px;
	border: 1px solid #cd0000;
	background: #fff;
	line-height: 30px;
	padding: 6px 10px 6px 20px;
	font-size: 16px;
	color: #333;
	border-radius: 24px 0 0 24px;
	overflow: hidden;
}
.track_f .track_submit{
	position: absolute;
	top: 0;
	right: 0;
	width: 156px;
	height: 44px;
	line-height: 44px;
	font-size: 18px;
	padding-left: 24px;
	color: #fff;
	border-radius: 0 24px 24px 0;
	background: #cd0000 url(../images/track_btn.png) no-repeat 16px 10px;
}
/* row-title */
.row-title{
	text-align: center;
	margin-bottom: 40px;
}
.row-title .up{
	height: 36px;
}
.row-title .h1{
	display: inline-block;
	font-size: 30px;
	color: #333;
	line-height: 30px;
	vertical-align: bottom;
}
.row-title .h2{
	display: inline-block;
	font-size: 14px;
	color: #666;
	line-height: 14px;
	vertical-align: bottom;
	font-style: italic;
	text-transform: uppercase;
}
.row-title .red_span{
	position: relative;
	display: inline-block;
	width: 10px;
	height: 36px;
	margin: 0 10px;
	background: #cd0000;
	vertical-align: bottom;
}
.row-title .red_span:before{
	content: '';
	position: absolute;
	top: 0;
	left: -10px;
	display: inline-block;
	width: 0;
	height: 0;
	border-bottom: 36px solid #cd0000;
	border-left: 10px solid transparent;
}
.row-title .red_span:after{
	content: '';
	position: absolute;
	bottom: 0;
	right: -10px;
	display: inline-block;
	width: 0;
	height: 0;
	border-top: 36px solid #cd0000;
	border-right: 10px solid transparent;
}
.down{
	font-size: 14px;
	color: #666;
	line-height: 14px;
	padding-top: 12px;
}
/* .row */
.row{
	margin-top: 40px;
}
/* serv */
.serv{

}
.serv_l{
	float: left;
	width: 242px;
	height: auto;
	background: #cd0000;
	color: #fff;
}
.serv_l .head,.serv_l .foot{
	width: 100%;
	height: 84px;
	line-height: 84px;
	text-align: center;
	font-size: 24px;
}
.serv_l .foot{
	background: url(../images/serv_l_foot.png) no-repeat center center;
}
.serv_l .body{
	width: 238px;
	margin: 0 auto;
	background: #fff;
	padding: 14.5px 0;
}
.serv_l .body ul{
	width: 238px;
	height: 294px;
	overflow: hidden;
}
.serv_l .body li{
	width: 218px;
	margin: 0 auto;
	height: 49px;
	border-bottom: 1px dashed #ddd;
	line-height: 48px;
	padding-left: 30px;
	background: url(../images/serv_list_li.png) no-repeat 2px center;
	color: #333;
}
.serv_l .body li.on,.serv_l .body li:hover{
	color: #cd0000;
}
.serv_r{
	float: right;
	width: 946px;
	height: auto;
}
.serv_r li{
	display: none;
}
.serv_r .serv_ban{
	position: relative;
	width: 100%;
	height: 350px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center center;
	overflow: hidden;
	background-image: url(../images/serv_ban.jpg);
}
.serv_r .serv_list{
	width: 100%;
	margin-top: 4px;
}
.serv_r .serv_list .sm_b{
	width: 782px;
	height: 136px;
	overflow: hidden;
	float: left;
}
.serv_r .serv_list .serv_b{
	float: left;
	width: 164px;
	height: 66px;
	margin: 0 4px 4px 0;
	background: #cd0000;
	color: #fff;
	line-height: 66px;
	text-align: center;
	font-size: 16px;
	border-radius: 2px;
	transition: 0.1s box-shadow linear;
	-webkit-transition: 0.1s box-shadow linear;
	-moz-transition: 0.1s box-shadow linear;
	-o-transition: 0.1s box-shadow linear;
	overflow: hidden; white-space: nowrap; text-overflow: ellipsis;
}
.serv_r .serv_list .sm_b .serv_b:nth-child(2),
.serv_r .serv_list .sm_b .serv_b:nth-child(4),
.serv_r .serv_list .sm_b .serv_b:nth-child(5),
.serv_r .serv_list .sm_b .serv_b:nth-child(7),
.serv_r .serv_list .serv_b.big{
	width: 219px;
	background: #fff;
	color: #333;
	border: 2px solid #cd0000;
	line-height: 62px;
}
.serv_r .serv_list .sm_b .serv_b:nth-child(2):hover,
.serv_r .serv_list .sm_b .serv_b:nth-child(4):hover,
.serv_r .serv_list .sm_b .serv_b:nth-child(5):hover,
.serv_r .serv_list .sm_b .serv_b:nth-child(7):hover,
.serv_r .serv_list .serv_b.big:hover{
	color: #cd0000;
}
.serv_r .serv_list .serv_b.big{
	float: right;
	width: 164px;
	height: 136px;
	margin: 0;
	line-height: 136px;
}
.serv_r .serv_list .serv_b:hover{
	box-shadow: 0 0 10px rgba(224,35,42,0.7);
}

/* news */
.news{
	background: #f6f6f6;
	padding-bottom: 40px;
}
.news .row-title{
	width: 100%;
	margin-top: 32px;
	margin-bottom: 26px;
}
.news .row-title .red_span{
	float: left;
	margin: 0 10px 0 0;
}
.news .row-title .h1,.news .row-title .h2{
	display: block;
	text-align: left;
	font-size: 16px;
}
.news .row-title .h2{
	color: #777;
	font-size: 12px;
}
.news .col{
	float: left;
	width: 280px;
	margin-left: 28px;
}
.news .col.col_a{
	width: 584px;
	margin-left: 0;
}
/* 新闻列表 */
.newslist{
	width: 100%;
}
.newslist ul{
	width: 100%;
}
.newslist li{
	width: 100%;
	height: auto;
	border-bottom: 1px dashed #aaa;
	padding: 12px 16px;
	background: url(../images/news_li_bg.png) no-repeat 560px center;
}
	.newslist li .time{
		float: left;
		width: auto;
		height: 20px;
		line-height: 20px;
		padding: 0 4px;
		background: #cd0000;
		color: #fff;
		font-size: 12px;
		margin-right: 14px;
	}
	.newslist li .img{
		display: none;
	}
	.newslist li .news_title{
		float: left;
		width: 440px;
		height: 20px;
		line-height: 20px;
		color: #666;
		font-size: 12px;
	}
	.newslist li .txt{
		display: none;
	}
.newslist li.on{
	position: relative;
	background-image: url(../images/news_li_on_bg.png);
	background-color: #f2f2f2;
}
	.newslist li.on .time{
		position: absolute;
		top: 12px;
		left: 16px;
		z-index: 2;
		background: rgba(0,0,0,0.4);
	}
	.newslist li.on .img{
		display: block;
		float: left;
		width: 180px;
		height: 92px;
		background-repeat: no-repeat;
		background-size: 100% 100%;
		background-position: center center;
		background-color: #fff;
	}
	.newslist li.on .news_title{
	    width: 340px;
	    color: #cd0000;
	    font-size: 14px;
	    margin-left: 16px;
	}
	.newslist li.on .txt{
	    display: block;
	    float: left;
	    width: 340px;
	    margin-left: 16px;
	    font-size: 12px;
	    line-height: 18px;
	    color: #888;
	    height: 54px;
	    overflow: hidden;
	    margin-top: 8px;
	}
/* 推荐服务 */
.recom{

}
/* 小banner */
.recom_ban_blk {
	position: relative;
	z-index: 1;
	width: 100%;/*banner宽度*/
	height: 342px;/*图片高度*/
	/*overflow: hidden;*/
}
.recom_ban {
	position: absolute;
	top: 0px;
	left: 50%;
	z-index: 1;
	margin-left: -140px;/*图片宽度/2*/
	width: 280px;/*图片宽度*/
	height: 100%;
	overflow: hidden;
}
.recom_ban .b_wrap {
	width: 280px;/*图片宽度*/
	height: 100%;
	text-align: center;
	font-size: 0px;
}
.recom_ban_button_blk {
	position: absolute;
	top: -50px;
	right: 0;
	height: 10px;
	z-index: 2;
}
.recom_ban_button {
	z-index: 2;
	height: 10px;
}
.recom_ban_button a {
	display: inline-block;
	margin: 0 2px;
	margin-bottom: 0;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	font-size: 0px;
	text-align: center;
	outline: none;
	background: #ddd;
	-moz-outline: none;
	blr: expression(this.onFocus=this.blur());
}
.recom_ban_button a.activeSlide {
	background: #cd0000;
}
.recom_ban_button a:hover {
	background: #333;
}
.recom_b{
	position: relative;
}
.recom_b .txt{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	background: rgba(0,0,0,0.5);
	color: #fff;
	font-size: 12px;
	padding: 10px 10px;
	line-height: 24px;
	text-align: left;
}
/* 关于我们 */
.about{
	width: 280px;
	height: 342px;
	background: url(../images/about_bg.png) no-repeat top left;
	padding: 180px 20px 0 20px;
}
.about .tel{
	width: 100%;
	height: 56px;
	line-height: 28px;
	color: #cd0000;
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	padding-left: 36px;
	background: url(../images/tel_bg.png) no-repeat left center;
	overflow: hidden;
}
.about .txt{
	width: 100%;
	height: 72px;
	line-height: 24px;
	color: #333;
	font-size: 14px;
	overflow: hidden;
	margin-top: 10px;
}
/* 合作伙伴 */
.partners{
	height:44px;
	overflow: hidden;
	margin: 20px auto;
}
.partners .b{
	float: left;
	width: 80px;
	height: 44px;
	margin-right: 12px;
	line-height: 44px;
	font-size: 14px;
	color: #666;
}
.partners .b img{
	max-width: 100%;
	max-height: 100%;
	opacity: 0.8;
	filter: opacity(80);
}
.partners .b:hover img{
	opacity: 1;
	filter: opacity(100);
}