@charset "utf-8";

/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
	background: url(../images/bg.png) repeat;
}

* {
	margin: 0;
	padding: 0;
}

ul,
li,
dl,
dt,
dd {
	list-style-type: none
}

a {
	text-decoration: none !important;
	line-height: none !important;
	list-style: none;
}

.glyphicon {
	top: 0 !important;
}

.no-padding {
	padding: 0 !important;
}

.no-margin {
	margin: 0 !important;
}

.no-background {
	background: none !important;
}

.no-border {
	border: none !important;
}

.overflow {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

a {
	text-decoration: none !important;
	cursor: pointer !important;
	color: #999;
}

a:focus {
	outline: none;
}

ul {
	margin: 0;
}

li {
	list-style: none;
}

.imgvertical {
	vertical-align: middle !important;
}

.container-fluid {
	max-width: 1130px !important;
}

.container {
	max-width: 1000px !important;
	padding: 0;
}

.clearfix:before,
.clearfix:after {
	display: table;
	content: '';
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 !important;
	padding: 0 !important
}

.tr {
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s
}

.tr1 {
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s
}

.tr2 {
	transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	-webkit-transition: all 1s
}

.da {
	transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1)
}

input:required {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}

.shengsu a {
	display: block;
}

.shengsu .imgbox {
	display: block;
	font-size: 16px;
	color: #333
}

.shengsu .imgbox .tu {
	border: 3px solid #e6e6e6;
	overflow: hidden;
}

.shengsu .imgbox .zi {
	font-size: 14px;
	color: #666;
	line-height: 29px;
	height: 58px;
	overflow: hidden;
	margin-top: 5px
}

.shengsu .left {
	padding-bottom: 20px;
	border-bottom: 1px solid #666;
}

.shengsu .left .imgbox .img {
	height: 340px;
}

.shengsu .left .imgbox .tou {
	position: relative;
	padding-right: 105px;
	margin: 20px 0 0 0
}

.shengsu .left .imgbox .tou span {
	position: absolute;
	top: 0;
	right: 0;
}

.shengsu .right .imgbox {
	padding: 15px;
	margin-bottom: 10px
}

.shengsu .right .imgbox .tu {
	border-color: #fff;
	width: 186px;
	height: 122px;
	margin-right: 15px
}

.shengsu .right .imgbox .tu .img {
	width: 100%;
	height: 100%;
}

.shengsu .right .imgbox .tou {
	line-height: 30px;
}

.shengsu .right .imgbox span {
	display: block;
	margin: 3px 0 5px;
	background-image: none
}

.shengsu .right .imgbox span img {
	margin-right: 6px;
	margin-top: -3px
}


/*新闻列表部分 图文结合 上下滚动*/

.scrollDiv11 {
	height: 480px;
	overflow: hidden;
}


/*这里的高度和超出隐藏是必须的*/

.scroltit {
	height: 29px;
	line-height: 29px;
}

.scroltit .updown {
	float: right;
	width: 47px;
	height: 29px;
	margin-left: 4px
}

#but_up {
	background: url(../images/up1.jpg) no-repeat 0 0;
	text-indent: -9999px;
}

#but_down {
	background: url(../images/down.jpg) no-repeat 0 0;
	text-indent: -9999px
}

#but_up:hover {
	background: url(../images/up2.jpg) no-repeat 0 0;
}

#but_down:hover {
	background: url(../images/down1.jpg) no-repeat 0 0;
}


/*新闻列表部分 图文结合 上下滚动*/

@media (min-width:992px) {
	/*本网站所有的hover事件 开始*/
	.shengsu .right .imgbox:hover .tu,
	.shengsu .imgbox:hover .tu {
		border-color: #52a404;
	}
	.shengsu .imgbox:hover .img {
		transform: scale(1.1, 1.1);
		-moz-transform: scale(1.1, 1.1);
		-ms-transform: scale(1.1, 1.1);
		-o-transform: scale(1.1, 1.1);
		-webkit-transform: scale(1.1, 1.1)
	}
	.shengsu .imgbox:hover .tou {
		color: #52a404;
	}
	.shengsu .imgbox:hover span {
		color: #52a404;
	}
	.shengsu .imgbox:hover .zi{color: #52a404;}
	

	/*本网站所有的hover事件 结束*/
}

@media (max-width:991px) {
	.shengsu .left {
		margin-bottom: 30px;
	}
	.shengsu .left .imgbox .img {
		height: 250px;
	}
}

@media (max-width:767px) {
	/*新闻列表部分 图文结合 上下滚动*/
	.scrollDiv11 {
		height: 317px;
	}
	/*这里的高度和超出隐藏是必须的*/
	/*新闻列表部分 图文结合 上下滚动*/
}

@media (max-width:600px) {
	.shengsu .imgbox {
		font-size: 15px;
	}
	.shengsu .imgbox .zi {
		font-size: 13px;
		line-height: 22px;
		height: 44px;
	}
	.shengsu .left {
		padding-bottom: 15px;
		margin-bottom: 25px
	}
	.shengsu .left .imgbox .tou {
		padding-right: 105px;
		margin: 12px 0 8px
	}
	.shengsu .right .imgbox {
		padding: 10px;
		margin-bottom: 10px;
		font-size: 14px;
	}
	.shengsu .right .imgbox span {
		margin: 0;
	}
	.shengsu .right .imgbox .tu {
		width: 140px;
		height: 100px;
		margin-right: 10px
	}
	.shengsu .right .imgbox span {
		font-size: 13px;
	}
	.shengsu .right .imgbox .zi {
		font-size: 12px;
	}
	/*新闻列表部分 图文结合 上下滚动*/
	.scrollDiv11 {
		height: 255px;
	}
	/*这里的高度和超出隐藏是必须的*/
	/*新闻列表部分 图文结合 上下滚动*/
}

@media (max-width:479px) {
	.shengsu .right .imgbox {
		padding: 8px;
	}
	.shengsu .right .imgbox .tu {
		width: 130px;
	}
	/*新闻列表部分 图文结合 上下滚动*/
	.scrollDiv11 {
		height: 248px;
	}
	/*这里的高度和超出隐藏是必须的*/
	/*新闻列表部分 图文结合 上下滚动*/
}