﻿@charset "utf-8";
/* CSS Document */
body {
	margin: 0 auto;
	padding: 0;
	overflow-x: hidden;
	background: #fff;
	position: relative;
	font-family: "Arial, Helvetica, sans-serif";
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, blockquote, textarea, p, th, td, table {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
}
th {
	padding: 0;
	text-align: left;
	vertical-align: top;
}
td {
	padding: 0;
	vertical-align: top;
}
img {
	margin: 0;
	padding: 0;
	border: 0;
}
a {
	cursor: pointer;
	text-decoration: none;
}
ul, ol, li {
	list-style: none;
}
.clear {
	clear: both;
}
input[type="submit"], input[type="reset"], input[type="button"], button {
	-webkit-appearance: none;
}
.contant {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
 }
.co_title {
	width: 95%;
	overflow: hidden;
	padding: 20px 0 0px 3%;
	text-align: left;
}
.co_title p {
	width: 100%;
	padding: 0;
	margin: 0;
	line-height: 1.8em;
	font-size: 1.1em;
	color: #fff;
	font-weight: bold
}
.co_title p span {
	color: #cbcbcb;
	padding: 5% 0;
}
.contant ul {
	width: 90%;
	margin: 0 auto;
}
.contant li {
	width: 33%;
	float: left;
	margin: 5px 0px 6px;
	font-size: 0.9em;
	color: #333;
}
.choose {
	position: relative;
	width: 95%;
	overflow: hidden;
	padding: 0px 0 20px 8%;
	text-align: left;
}
.choose .radio {
	position: relative;
	display: inline-block;
	font-weight: 400;
	color: #0c4757;
	padding-left: 23px;
	cursor: pointer;
	width: 24%;
	line-height: 30px;
	font-size: 0.9em;
}
.choose .radio input {
	position: absolute;
	left: -9999px;
}
.choose .radio i {
	display: block;
	position: absolute;
	top: 7px;
	left: 0;
	width: 12px;
	height: 12px;
	outline: 0;
	border: 1px solid #016738;
	background: #ffffff;
	border-radius: 50%;
	transition: border-color .3s;
	-webkit-transition: border-color .3s;
}
.choose .radio input + i:after {
	position: absolute;
	content: '';
	top: 3px;
	left: 3px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #016738;
	opacity: 0;
	transition: opacity .1s;
	-webkit-transition: opacity .1s;
}
.choose .radio input:checked + i:after {
	opacity: 1;
}
.use_inf01 {
	width: 90%;
	margin: 0 auto;
}
.wbox2 p {
	width: 100%;
	height: 2em;
	overflow: hidden;
	font-size: 0.6em;
	color: #fff;
	padding: 0;
	margin: 0;
	line-height: 1.6em;
}
.info_pane0l {
	text-align: center;
	padding: 1% 5% 1% 5%;
}
.info_panel_hide {
	display: none;
	text-align: center;
	/*padding: 15px 20px;*/
}
.info_panel_hide p {
	color: fff;
}
.info_pane0l input {
	margin: 12px 0px;
	width: 95%;
	height: 40px;
	line-height:40px;
	border: 1px #016738 solid;
	border-radius: 4px;
	outline-style: none;
	font-size: 14px;
	text-align: center;
}
.submit01 {
	background-color: #016738;
	border-radius: 4px;
	width: 95%;
	height: 40px;
	line-height: 40px;
	margin: 0px 0px 10px;
	color: white;
	font-size: 1em;
	outline-style: none;
	font-weight: bold;
	border: 1px #016738 solid;
	letter-spacing: 4px;
}
.info_pane02 {
	width: 90%;
	margin: 0 auto;
}
.info_pane02 p {
	height: 2.2rem;
	line-height: 2.1rem;
	font-size: 14px;
	overflow: hidden;
	margin-bottom: 1em;
}
.info_pane02 p span {
	display: block;
	width: 20%;
	font-size: 15px;
	float: left;
}
.info_pane02 p input {
	width: 77%;
	height: 1.8rem;
	line-height: 2rem;
	border: 1px solid #9e9e9e;
	background: #fff;
	font-size: 14px;
	float: left;
	text-indent: 0.6em;
	margin: 0;
	border-radius: 2px;
	;
}
.footerWrap {
	width: 100%;
	height: 100%;
	background: #ccc;
	padding: 5px 0;
	text-align: center;
}
.footer {
	width: 90%;
	margin: 0 auto;
	line-height: 20px;
	color: #333;
	font-size: 12px;
	text-align: center;
}
