/* CSS Document */

.imgplayer .owl-dots {
	position: absolute;
	margin-top: -50px;
	width: 100%;
	text-align: center;
	z-index: 22;
}
.imgplayer .owl-dot {
	display: inline-block;
	margin: 0 2.5px;
	width: 54px;
	height: 10px;
	background-color: #C8DFDF;
}
.imgplayer .owl-dot.active {
	background-color: #fff;
}
.imgplayer .owl-dot {
	*display: inline;
}
.about {
	margin-top: 27px;
	padding-bottom: 70px;
	height: 355px;
}
.title {
	color: #155726;
	font-size: 30px;
	line-height: 30px;
}
.title i {
	display: inline-block;
	margin-top: -5px;
	margin-right: 5px;
	width: 30px;
	height: 30px;
	background: no-repeat center center;
	vertical-align: middle;
}
.title em {
	display: block;
	margin-left: 35px;
	margin-top: 5px;
	color: #9ecdaa;
	font-size: 14px;
	font-style: normal;
}
.about .title i {
	background-image: url(../images/icon_about.png);
}
.content {
	color: #434343;
	font-size: 14px;
	line-height: 36px;
	text-align: justify;
}
.content p {
	text-indent: 2em;
	margin: 0;
}
.content a {
	display: block;
	margin-top: 20px;
	width: 136px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	border: 1px solid #027902;
	text-decoration: none;
	color: #434343;
	font-size: 14px;
}
.content a:hover {
	background-color: #ff7e00;
	color: #fffefe;
	border-color: #ff7e00;
}
.about  .content {
	width: 500px;
}
.about .fr {
	margin-top: 22px;
}
.aplayer {
	width: 570px;
	height: 355px;
}
.aplayer img {
	width: 570px;
	height: 355px;
}
.aplayer .owl-dots {
	position: absolute;
	padding-left: 20px;
	margin-top: -30px;
	width: 100%;
	text-align: left;
	z-index: 22;
}
.aplayer .owl-dot {
	display: inline-block;
	margin: 0 2.5px;
	width: 10px;
	height: 10px;
	background-color: #C59365;
}
.aplayer .owl-dot.active {
	background-color: #fff;
}
.aplayer .owl-dot {
	*display: inline;
}
.news {
	background-color: #f6f6f6;
	padding-top: 35px;
	padding-bottom: 50px;
}
.news .title i {
	background-image: url(../images/icon_news.png);
}
.newslist {
	margin-top: 32px;
	width: 1200px;
}
.new {
	float: left;
	margin-right: 30px;
	width: 270px;
}
.new img {
	display: block;
	width: 270px;
	height: 210px;
}
.new em {
	position: relative;
	display: block;
	margin-top: -30px;
	margin-bottom: 10px;
	padding: 0 10px;
	background: url(../images/png40.png);
	height: 30px;
	line-height: 30px;
	color: #fffffd;
	font-size: 14px;
	font-style: normal;
}
.new span {
	display: block;
	color: #8b8b8b;
	font-size: 14px;
	line-height: 24px;
}
.new span a {
	margin: 0 10px;
	color: #209220;
	text-decoration: none;
}
.new span a:hover {
	color: #ff7e00;
	text-decoration: underline;
}


	.menu .menus li:nth-child(1){
	background-color: #73cc14;
	}
	.menu .menus li:nth-child(1)>a {
	color: #fff;
	}