@charset 'utf-8';
.banner{
	width:100%;
	 overflow: hidden;
    min-width: 1080px;

}
.banner .slideBox{
	width:1920px;
	position:relative;
	left:50%;
	margin-left:-960px;
}
.banner .hd{
	position:absolute;
	z-index:1;
	left:50%;
	bottom:20px;
	margin-left:-65px;
}
.banner .hd li{
	width: 30px;
	height:6px;
	margin:0px 10px;
	float:left;
	background:rgba(255,255,255,0.5);
}
.banner .hd li.on{
	background:#fff;

}
.banner img{
	width:1920px;
	display:block;
	position: relative;
	left:50%;
	margin-left: -960px;
}

.guide ul{
	width:1110px;
	margin-left:-15px;
	padding:40px 0px;
}
.guide li{
	float:left;
	width:340px;
	margin:0px 15px;
}
.guide li .pic{
	height:200px;
	overflow: hidden;
}
.guide li img{
	width:100%;
	min-height:200px;
}
.guide li .text h3{
	color:#404040;
	font-size:16px;
	font-weight:normal;
	padding-top:10px;
	line-height:26px;
}
.guide li .text p{
	color:#a0a0a0;
	font-size:12px;
}
.home-news {
	background:#f8f8fa;
}
.home-news .title{
	float:left;
	width:80px;
	line-height:25px;
	font-size:;
	background:#dc3c14;
	color:#f8f8fa;
	font-size:14px;
	text-align: center;
	border-radius: 4px;
	margin-right:10px;
}
.home-news .bd{
	width:75%;
	float: left;
	line-height:25px;
}
.home-news .bd a{
	color:#606060;
	font-size:14px;
}
.home-news .more{
	float:right;
	color:#a0a0a0;
	font-size:14px;
	line-height: 25px;
}
.home-news .more span{
    border: 1px solid #dcdcdc;
    padding: 0px 4px;
    margin-right: 3px;
    color:#dcdcdc;

}
.home-news .bd span{
	margin-left:10px;
}
.home-news .txtScroll-top{
	padding: 13px 0px;
    height: 25px;
}
@media (max-width:1100px){
	.banner{
		min-width:100%;
	}
	/* .banner img{
		width:1920px;
		display:block;
		position: relative;
		left:50%;
		margin-left: -960px;
	} */
}
@media (max-width:650px){
	
	.banner img{
		width:1200px;
		margin-left: -600px;
	}
}
