/*首页轮番*/
customer li { list-style:none; }
.dy_top {
	height:30px;
	width:304px;
	background:#343433;
	line-height:30px;
	font-size:13px;
	color: #FFF;
	padding-left: 21px;
}
.dy_top img { vertical-align:top}
.dy_top a {
	float:right;
	display:block;
}
.dy_con ul { margin-top:10px; }
.dy_con {
	width:323px;
	height:170px;
	overflow:hidden;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CBC7C7;
	border-left-color: #CBC7C7;
}
.dy_con ul li { line-height:37px; width:300px; margin:0 auto; border-bottom:1px solid #2f6f73; }
.dy_con ul li span.time { float:right; cursor:pointer; }
.dy_con .click li a { height:36px; display:block; width:290px; background:url(../images/middot.gif) no-repeat left center; padding-left:10px; color:#fff; }
.dy_con .click li a .text_overflow { width:224px; display:inline-block; cursor:pointer; }
.dy_con ul li a:hover { color:#47e1e7; }
.dy_text { width:300px; margin:10px auto; }
.dy_text p { line-height:25px; text-indent:20px;}
.dy_text a { color:#fff; }
.dy_text a:hover { color:#47e1e7; }
/*banner*/
.wrapper { z-index:2; }
.ptext{ width:1002px; margin:0 auto; font-size:18px; font-family:"Microsoft Yahei"; line-height:40px; color:#fff;}
.ptext i{ padding-left:650px;}
.scroll { width:100%; height:120px; margin:10px 0; }
.scroll .left1 {
	width:38px;
	height:120px;
	cursor:pointer;
	background-image: url(../images/index_07.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.scroll .right {
	width:38px;
	height:120px;
	cursor:pointer;
	background-image: url(../images/index_08.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.scroll .center { width:247px; height:120px; overflow:auto; overflow:hidden; }
.scroll .center ul { height:100%; }
.scroll .center ul li { float:left; height:120px; width:247px; overflow:hidden; }
.scroll .center div { width:988px; }
.dy_con .scroll_text {
	width:100%;
	height:20px;
	overflow:hidden;
	margin-top:20px;
	text-align:center;
	background-color: #B8160C;
	;
	border: 1px solid #B8160C;
	z-index: 999999;
}
.dy_con .scroll_text div { width:100%; height:20px; }
.dy_con .scroll_text a { line-height:20px; text-decoration:none; color:#fff; }
.left { float: left; }
.right { float: right; }
/*首页轮番*/