/* 页头开始 */
.header {
	width: 100%;
	min-width: 1200px;
	height: 150px;
	box-sizing: border-box;
	background: url(../images/top_bg.png) no-repeat top center;
	background-size: cover;
}

.header .logo {
	padding-left: 35px;
}

.header .logo a {
	padding-top: 30px;
	display: block;
}

.header .logo a span {
	display: none;
}
/* 页头结束 */

/* 导航样式开始 */
.dh {
	width: 100%;
	min-width: 1200px;
	height: 50px;
	background-color: #17b2a5;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.nav {
	padding: 0 20px;
	height: 50px;
	line-height: 50px;
	position: relative;
	z-index: 1;
}

.nav a {
	color: #fff;
}

.nav .nLi {
	float: left;
	position: relative;
	display: inline;

}

.nav .nLi h3 {
	float: left;
}

.nav .nLi h3 a {
	display: block;
	padding: 0 22px;
	font-size: 16px;

}

.nav .sub {
	display: none;
	width: 105px;
	left: 0;
	top: 50px;
	position: absolute;
	background: #17b2a5;
	line-height: 50px;
	padding: 5px 0;
	text-align: center;
	font-size: 14px;
}

.nav .sub li {
	zoom: 1;
}

.nav .sub a {
	display: block;
	padding: 0 10px;
}

.nav .sub a:hover {
	background: #fff;
	color: #17b2a5;
}

.nav .on h3 a {
	background: #fff;
	color: #17b2a5;
}
/* 导航样式结束 */

/* 横幅banner开始 */
.slideBox {
	width: 100%;
	height: 420px;
	overflow: hidden;
	position: relative;
}

.slideBox .hd {
	height: 10px;
	overflow: hidden;
	position: absolute;
	right: 5px;
	bottom: 5px;
	z-index: 1;
}

.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}

.slideBox .hd ul li {
	float: left;
	margin-right: 2px;
	width: 10px;
	height: 10px;
	line-height: 14px;
	text-align: center;
	background: #fff;
	cursor: pointer;
}

.slideBox .hd ul li.on {
	background: #17b2a5;
	color: #fff;
}

.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
}

.slideBox .bd img {
	width: 100%;
	height: 420px;
	display: block;
}
/* 横幅banner结束 */

.aside-left .slideBox1 .bd{
display: block;
    border: 1px solid #009944;
    position: relative;
    margin-top: 15px;
    margin-left: 20px;
    top: 0;
    transition: all 0.3s ease-in-out;
}

.aside-left .slideBox1 .bd li{
height:376px;
}

.aside-left .slideBox1 .bd img{
    position: relative;
    top: -15px;
    left: -20px;
    margin-bottom: -7px;
}
.aside-left .slideBox1 .news_t{
padding-left:15px;
box-sizing:border-box;
width:526px;
}

/* 左右滚动图片开始 */
.picScroll-left {
	width: 1200px;
	overflow: hidden;
	position: relative;
}

.picScroll-left .hd ul {
	float: right;
	overflow: hidden;
	zoom: 1;
	margin-top: 10px;
	zoom: 1;
}

.picScroll-left .hd ul li {
	float: left;
	width: 9px;
	height: 9px;
	overflow: hidden;
	margin-right: 5px;
	text-indent: -999px;
	cursor: pointer;
	background: url() 0 -9px no-repeat;
}

.picScroll-left .hd ul li.on {
	background-position: 0 0;
}

.picScroll-left .bd {}

.picScroll-left .bd ul {
	overflow: hidden;
	zoom: 1;
}

.picScroll-left .bd ul li {
	margin: 0 12px;
	float: left;
	width: 278px;
	height: 200px;
	_display: inline;
	overflow: hidden;
	text-align: center;
	position: relative;
}

.picScroll-left .bd ul li .pic {
	text-align: center;
	position: absolute;
}

.picScroll-left .bd ul li .pic img {
	width: 278px;
	height: 200px;
	display: block;
}

.picScroll-left .bd ul li .pic a:hover img {
	border-color: #999;
}

.picScroll-left .bd ul li .title {
	line-height: 40px;
	width: 100%;
	position: absolute;
	z-index: 1;
	color: #fff;
	bottom: 0px;
	height: 40px;
	background: url(../images/titbg.png) repeat;
}

.picScroll-left .bd ul li .title a {
	display: block;
	color: #fff;
}
/* 左右滚动图片开始 */