.information-box {
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%
}
.information-con {

padding:0;
}
.information-head {

}
.information-head h2 {
	font-weight: 400;
	line-height: 1;
	text-align: center;
	padding-top: 60px;
	font-size: 30px
}
.information-head p {
	line-height: 1;
	padding-top: 20px;
	text-align: center;
	padding-bottom: 40px;
	font-size: 14px;
	margin-top: 20px
}
.information-main {
	background: #fff;margin-right: -15px;
margin-left: -15px;-moz-box-shadow:0px 5px 15px #333333; -webkit-box-shadow:0px 5px 15px #333333; box-shadow:0px 5px 15px #333333;
}
.information-main-fl {
	overflow: hidden;
	float: left;
	position: relative;
	padding:0;
}
.information-main-fr {
	float: right;
}
.prev {
	display: block;
	position: absolute;
	z-index: 1;
	top: 45%;
	margin-top: -30px;
	left: 4%;
	z-index: 1;
	width: 40px;
	height: 60px;
	background: url(../images/icon-arrow.png) -126px -137px no-repeat;
	cursor: pointer
}
.next {
	display: block;
	position: absolute;
	left: auto;
	right: 4%;
	top: 45%;
	margin-top: -30px;
	z-index: 1;
	width: 40px;
	height: 60px;
	background: url(../images/icon-arrow.png) -6px -137px no-repeat;
	cursor: pointer
}
.information-main-back {
	background: #000;
	filter: Alpha(opacity=70);
	opacity: .7;
	position: absolute;
	z-index: 1;
	height: 60px;
	bottom: 0;
	width:100%;
}
.information-main-text {
	position: absolute;
	bottom: 0;
	left: 0;
	line-height: 60px;
	padding: 0 16px;
	display: block;
	z-index: 2;
	text-align: left;
	margin-top: -20px;
	font-size: 18px;
	color: #fff;
	width:100%;
}
.main-btn {
	padding: 10px 17px;
	margin-top: 11px;
	border: 1px solid #7d7d7d;
	line-height: 1;
	color: #fff;
	border: 1px solid #ddd;
	float: right;
	font-size: 16px
}
.information-main-fl .bd ul li {
	position: relative
}
.information-main-fl .bd ul li img{
	width:100%;
	height:100%;
}
.information-main-fr .hd ul {
	font-size: 16px;
	display:inline-block;
	width:100%;
	border-bottom: 2px solid #dcdcdc;
}
.information-main-fr .hd ul li {
	float: left;
	cursor: pointer;
	list-style: none;
	color: #666;
	text-align: center;
}
.information-main-fr .hd ul .on {
	color: #22ac43;
	padding:0 20px;
	height: 57px;
	line-height: 52px;
	font-weight:bold;
	position:relative;
}
.information-main-fr .hd ul .on:after{
	content:"";
	position:absolute;
	left:0;
	bottom:-2px;
	width:100%;border-bottom: 4px solid #22ac43;
	}
.information-main-fr .bd ul {
	color: #333;
	padding: 0 24px 0 32px
}
.information-main-fr .bd ul li {
	height: 50px;
	border-bottom: 1px solid #e5e5e5;
	line-height: 50px;
	text-align: left;
	list-style-type: disc
}
.information-main-fr .bd ul li span {
	float: right
}
.information-main-fr .bd ul li a,.information-main-text span {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 70%;
	float: left
}
.information-main-fr .bd ul li a:hover {
	color: #22ac43
}
.information-more {
	cursor: pointer;
	color: #22ac43;
	line-height: 34px;
	margin-top: 12px;
	font-size: 14px;
	float:right;
	margin-right:5%;
}
.information-more a {
	cursor: pointer;
	color: #22ac43;
	text-align: center;
	line-height: 34px;
	margin-top: 12px
}
.information-more a:hover {
	color: #22ac43
}
#banner{
	width:100%;
	display:inline-block;
	height:auto;
	position:relative;
	}
.videos {
	display: none;
	border: 1px solid #080808;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -320px;
	margin-top: -210px;
	z-index: 100;
	width: 640px;
	height: 360px;
}
.videos video{
	width:100%;
	}
.vclose {
	position: absolute;
	right: 1%;
	top: 1%;
	border-radius: 100%;
	cursor: pointer;
	z-index:999;
}
@media screen and (max-width: 969px) {
	.information-main{
		margin:0;
		}
	.information-main-fr .bd ul li{
		list-style-type:none;
		height:auto;
		display:inline-block;
		width:100%;
		}
	.information-main-fr{
		padding:0 15px;
		}
	.information-main-fr .bd ul{
		padding:0;
		}
	.information-main-fr .bd ul li a{
		max-width:70%;
		}

}
@media screen and (max-width: 969px) {
	.videos{
	width:90%;
	left:5%;
	margin-left:0;
	height:auto;
	}
}