@charset "utf-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0;
}
.clear {
	clear: both;
}
img {
	max-width: 100%;
	display: block;
}
body, html {
	font: 14px "Microsoft Yahei";
	color: #333;
	height: 100%;
	min-height: 100%;
	position: relative;
}
li {
	list-style: none;
}
a {
	text-decoration: none;
}
.index-background {
	background: url(../images/index_background.jpg) center center no-repeat fixed;
	display: block
}
.header {
	position: fixed;
	top: 0;
	z-index: 99999;
	width: 100%;
	background: #008c9c;
}
.header:before {
	content: '';
	position: absolute;
	width: 50%;
	height: 100px;
	display: block;
	background: #fff;
}
.center {
	width: 1024px;
	margin: 0 auto;
}
.header #logo {
	float: left;
	position: relative;
	width: 200px;
	height: 100px;
	background: #fff url(../images/logo.png) center center no-repeat;
	cursor: pointer;
	text-indent: -9999px;
}
.header #logo:after {
	content: '';
	position: absolute;
	bottom: -3px;
	width: 200px;
	height: 3px;
	display: block;
	background: #008c9c;
}
.header #banner {
	float: left;
	position: relative;
	width: 824px;
	height: 100px;
	background: #008c9c;
}
.header #banner:after {
	content: '';
	position: absolute;
	bottom: -3px;
	width: 824px;
	height: 3px;
	display: block;
	background: rgba(255,255,255,0.50);
}
.header #banner ul.nav {
	margin-right: 25px;
	float: right;
}
.header #banner ul.nav li.slide {
	position: relative;
	z-index: 4;
	float: left;
	margin: 0 10px;
	line-height: 100px;
	display: block;
}
.header #banner ul.nav li.slide a {
	color: #fff;
	margin: 0;
	padding: 0 5px;
}
.header #banner ul.nav li.slide a:hover, .header #banner ul.nav li.slide a:focus {
	background: #006974;
}
.header #banner #mobileMenu {
	float: right;
	margin-top: 40px;
	cursor: pointer;
}
.footer-weixin {
	width: 100%;
	position: fixed;
	bottom: 0;
	z-index: 99998;
}
.footer-weixin .weixin {
	width: 1024px;
	margin: 0 auto;
}
.footer-weixin .weixin img {
	cursor: pointer;
}
.middle-title {
	width: 1024px;
	margin: 0 auto;
	min-height: 400px;
	padding-top: 300px;
}
#title {
	width: 568px;
	height: 173px;
	margin: 0 auto;
	overflow: hidden;
}
/*子栏目*/
.sub1 {
	margin: 0 auto;
	width: 1024px;
	background: url(../images/sub1.png) center center no-repeat;
	height: 170px;
	margin-top: 100px;
}
.sub2a {
	margin: 0 auto;
	width: 1024px;
	background: url(../images/sub2a.png) center center no-repeat;
	height: 170px;
	margin-top: 100px;
}
.sub2b {
	margin: 0 auto;
	width: 1024px;
	background: url(../images/sub2b.png) center center no-repeat;
	height: 170px;
	margin-top: 100px;
}
.sub3 {
	margin: 0 auto;
	width: 1024px;
	background: url(../images/sub3.png) center center no-repeat;
	height: 170px;
	margin-top: 100px;
}
.sub4 {
	margin: 0 auto;
	width: 1024px;
	background: url(../images/sub4.png) center center no-repeat;
	height: 170px;
	margin-top: 100px;
}
.sub5 {
	margin: 0 auto;
	width: 1024px;
	background: url(../images/sub5.png) center center no-repeat;
	height: 170px;
	margin-top: 100px;
}
.pages-background {
	background: url(../images/pages-background.png) center center no-repeat fixed;
}
.main {
	width: 1024px;
	margin: 0 auto;
	box-sizing: border-box;
	background: rgba(255,255,255,1.00);
	border: 1px #d8e4e6 solid;
	min-height: 500px;
	display: block;
	position: relative;
	z-index: 5;
	padding: 20px 30px;
}
.main:after {
	content: '';
	position: absolute;
	top: -13px;
	left: 21px;
	width: 1013px;
	height: 103px;
	display: block;
	background: url(../images/main_background.png) left top no-repeat;
	z-index: -999;
}
.sub1_b {
	position: absolute;
	top: -150px;
	right: 50px;
	z-index: 1005;
	background: url(../images/sub1_b.png) center center no-repeat;
	width: 178px;
	height: 265px;
}
.sub2_b,.sub2a_b,.sub2b_b {
	position: absolute;
	top: -150px;
	right: 50px;
	z-index: 1005;
	background: url(../images/sub2_b.png) center center no-repeat;
	width: 227px;
	height: 230px;
}
.sub3_b {
	position: absolute;
	top: -150px;
	right: 50px;
	z-index: 1005;
	background: url(../images/sub3_b.png) center center no-repeat;
	width: 156px;
	height: 187px;
}
.sub4_b {
	position: absolute;
	top: -150px;
	right: 50px;
	z-index: 1005;
	background: url(../images/sub4_b.png) center center no-repeat;
	width: 211px;
	height: 200px;
}
.sub5_b {
	position: absolute;
	top: -150px;
	right: 50px;
	z-index: 1005;
	background: url(../images/sub5_b.png) center center no-repeat;
	width: 174px;
	height: 226px;
}
.main > h2 {
	color: #e23626;
	text-align: center;
	margin-top: 60px;
	display: block;
	border-bottom: 2px solid #d0d9db;
	padding-bottom: 18px;
}
.next {
	width: 106px;
	height: 34px;
	margin: 25px auto;
	cursor: pointer;
	display: block;
	background: url(../images/next.png) center center no-repeat;
}
#next{ display:block;}
.sub_btn {
	width: 220px;
	margin: 25px auto;
	height: 34px;
	display: block;
	box-sizing: border-box;
}
.sub_btn > p:nth-child(1) {
	width: 106px;
	height: 34px;
	display: inline-block;
	cursor: pointer;
	background: url(../images/submit.png) center center no-repeat;
}
.sub_btn > p:nth-child(2) {
	width: 106px;
	height: 34px;
	display: inline-block;
	cursor: pointer;
	background: url(../images/reset.png) center center no-repeat;
}
.mainsub {
	position: relative;
	top: 40px;
	z-index: 9999;
	margin-bottom: 50px;
}
.main ul.main_text1 {
	clear: both;
	width: 100%;
}
.main ul.main_text1 > li {
	line-height: 42px;
}
.main ul.main_text1 > li .text1 {
	float: left;
	width: 50%;
}
.main ul.main_text1 > li .text1 .inline {
	width: 473px;
}
.main ul.main_text1 > li .text1 .inline .t_title {
	float: left;
	width: 100px;
	text-align: right;
	margin-right: 15px;
}
.main ul.main_text1 > li .text1 .inline input {
	float: left;
	text-align: left;
	width: 350px;
}
.main ul.main_text1 > li .text2 {
	width: 100%;
	clear: left;
}
.main ul.main_text1 > li .text2 .inline2 .t_title {
	float: left;
	width: 100px;
	text-align: right;
	margin-right: 15px;
}
.main ul.main_text1 > li .text2 .inline2 input {
	float: left;
	text-align: left;
	width: 830px;
	height: 150px;
}
ul#main_text2 {
	margin-top: 30px;
}
.main ul.main_text1 > li .text3 {
	width: 100%;
	clear: left;
	margin-top: 15px;
}
.main ul.main_text1 > li .text3 .inline3 .t_title {
	float: left;
	width: 100px;
	text-align: right;
	margin-right: 15px;
}
.main ul.main_text1 > li .text3 .inline3 input {
	float: left;
	text-align: left;
	width: 350px;
}
#btn1 {
	float: left;
	margin-left: 5px;
}
.main ul.main_text1 > li .text3 .inline3 p {
	color: #999;
	font-size: 12px;
	margin-left: 5px;
	display: block;
	float: left;
}
.main ul.main_text1 > li .text1 .inline3 .t_title {
	float: left;
	width: 100px;
	text-align: right;
	margin-right: 15px;
}
.main ul.main_text1 > li .text1 .inline3 input {
	float: left;
	text-align: left;
	width: 80px;
	margin-top: 10px;
}
.main ul.main_text1 > li .text1 .inline3 input[type="radio"] {
	width: 50px;
	height: 20px;
}
.query {
	width: 473px;
	margin: 0 auto;
	line-height: 42px;
	clear: both;
}
.query > .t_title {
	float: left;
	width: 100px;
	text-align: right;
	margin-right: 15px;
	margin-top: 5px;
}
.query > input {
	float: left;
	text-align: left;
	width: 350px;
	margin-top: 10px;
}
.query > a {
	margin-left: 120px;
	font-size: 12px;
	display: block;
}
.footer {
	text-align: center;
	color: #999999;
	font: 12px;
	line-height: 30px;
	width: 1024px;
	margin: 0 auto;
}

