
/* 公共样式表css */
html, body {
	color: #333;
	margin: 0;
	height: 100%;
	font-family: "Myriad Set Pro", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: normal;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a {
	text-decoration: none;
	color: #000;
}
img {
	border: 0;
}

html, body, div, dl, dt, dd, ol, ul, li, h1, h2, h3, h4, h5, h6, p, blockquote, pre, button, fieldset, form, input, legend, textarea, th, td {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	color: #08acee;
}
button {
	outline: 0;
}
img {
	border: 0;
}
button, input, optgroup, select, textarea {
	margin: 0;
	font: inherit;
	color: inherit;
	outline: none;
}
li {
	list-style: none;
}
a {
	color: #666;
}
a:hover {
	color: #eee;
}
.clearfix::after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.clearfix {
}
/* 须要结构样式css */
.information-box {
	background-repeat: no-repeat;
	background-position: center;
	padding: 0px 0 58px;
	color: #fff;
	background-size: 100% 100%;
}
.information-con {
	width: 1200px;
	margin: 0 auto;
}
.information-head {
	width: 1200px;
}
.information-head h2 {
	font-weight: normal;
	line-height: 1;
	text-align: center;
	padding-top: 60px;
	font-size: 30px;
	color: black;
}
.information-head p {
	line-height: 1;
	padding-top: 20px;
	text-align: center;
	padding-bottom: 40px;
	font-size: 14px;
	margin-top: 20px;
	color: black;
}
.information-main {
	background: #fff;
}
.information-main-fl {
	width: 524px;
	overflow: hidden;
	float: left;
	height: 374px;
	position: relative;
}
.information-main-fr {
	width: 600px;
	overflow: hidden;
	float: right;
	height: 374px;
}
.prev {
	display: block;
	position: absolute;
	z-index: 1;
	top: 45%;
	margin-top: -30px;
	left:10px;
	z-index: 1;
	width: 40px;
	height: 60px;
	background: url("/img/icon-arrow.png") -126px -137px no-repeat;
	cursor: pointer;
}
.next {
	display: block;
	position: absolute;
	left: auto;
	right:40px;
	top: 45%;
	margin-top: -30px;
	z-index: 1;
	width: 40px;
	height: 60px;
	background: url("/img/icon-arrow.png") -6px -137px no-repeat;
	cursor: pointer;
}
.information-main-back {
	background: #000;
	filter: Alpha(opacity=70);
	opacity: 0.7;
	position: absolute;
	z-index: 1;
	height: 60px;
	bottom: 0;
	width: 492px;
}
.bd img{
    height: 374px;
    width: 100%;
}
.information-main-text {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 500px;
	line-height: 60px;
	padding: 0 16px;
	display: block;
	z-index: 2;
	text-align: left;
	margin-top: -20px;
	font-size: 18px;
	color: #fff;
	 margin-bottom: 0;
}
.information-main-text p{
    margin-bottom: 0;
}
.main-btn {
	padding: 10px 17px;
	margin-top: 11px;
	line-height: 1;
	color: #fff;
	border: 1px solid #ddd;
	float: right;
	font-size: 16px;
}
.information-main-fl .bd ul li {
	position: relative;
}
.information-main-fr .hd ul {
	font-size: 16px;
}
.information-main-fr .hd ul li {
	float: left;
	cursor: pointer;
	list-style: none;
	height: 60px;
	line-height: 60px;
	color: #666;
	text-align: center;
	border: 1px solid #e5e5e5;
	border-top: 0;
	width: 175px;
	border-left: 0;
}
.information-main-fr .hd ul .on {
	color: #ff7200;
	border-top: 4px solid #ff7c12;
	height: 57px;
	border-bottom: 0;
	line-height: 52px;
}
.information-main-fr .bd ul {
	color: #333;
	padding: 0 24px 0 32px;
}
.information-main-fr .bd ul li {
    height: 35px;
    border-bottom: 1px solid #e5e5e5;
    line-height: 35px;
    text-align: left;
    list-style-type: disc;
}
.information-main-fr .bd ul li span {
	float: right;
}
.information-main-fr .bd ul li a {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 350px;
	float: left;
}
.information-main-fr .bd ul li a:hover {
	color: #ff5e00;
}
.information-more {
	cursor: pointer;
	color: #f7a302;
	text-align: center;
	line-height: 34px;
	margin-top: 12px;
	font-size: 14px;
}
.information-more a {
	cursor: pointer;
	color: #f7a302;
	text-align: center;
	line-height: 34px;
	margin-top: 12px;
}
.information-more a:hover {
	color: #ff5e00;
}<!--耗时1764422239.3509秒-->