@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
	background: #fff;
}
* {
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
}
ul {
	list-style: none;
}
li {
	float: left;
}
img {
	border: 0px;
}
.page_width {
	width: 100%;
	padding: 0 10px;
	max-width: 1034px;
	margin: 0 auto;
}
.header {
	width: 100%;
	padding: 15px 0;
	overflow: hidden;
	left: 0;
	top: 0px;
}
.header .login {
	float: right;
	padding: 10px 0 0 0;
}
.header .login a,
.btn_style {
	background-color: #147d20;
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #58c98c), color-stop(100%, #147d20));
	background: -webkit-linear-gradient(top, #58c98c, #147d20);
	background: -moz-linear-gradient(top, #58c98c, #147d20);
	background: -o-linear-gradient(top, #58c98c, #147d20);
	background: linear-gradient(top, #58c98c, #147d20);
	text-decoration: none;
	color: #fff;
	margin-left: 10px;
	padding: 6px 20px;
	float: right;
	border-radius: 3px;
}
.btn_style {
	border:0px;
	float:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	cursor:hand;
	cursor:pointer;
	font-weight:bold;
}
.header .login a.signup {
	background-color: #03679b;
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #3d82c6), color-stop(100%, #03679b));
	background: -webkit-linear-gradient(top, #3d82c6, #03679b);
	background: -moz-linear-gradient(top, #3d82c6, #03679b);
	background: -o-linear-gradient(top, #3d82c6, #03679b);
	background: linear-gradient(top, #3d82c6, #03679b);
}
.header .logo a {
	background: url(logo.png) no-repeat center center;
	width: 432px;
	height: 45px;
	text-indent: -99999px;
	overflow: hidden;
	float: left;
}
.banner {
	background: url(banner.jpg) no-repeat center center;
	height: 481px;
	margin-top: 10px;
	margin-bottom: 20px;
	overflow: hidden;
}
.maintext {
	width: 100%;
	float: left;
	padding:20px 0;
	line-height: 20px;
}
.maintext p img {
	width: 100%;
	max-width: 728px;
	height: auto;
}
.maintext h1,
.maintext h2 {
	padding: 10px 0;
	font-size: 22px;
	line-height: 30px;
}
.maintext p {
	padding: 5px 0;
}
.footer {
	padding-top:25px;
	padding-bottom:25px;
	border-top:1px solid #ccc;
	overflow:hidden;
	text-align:center;
}
.footer a{
	color:#fff;
	padding:0 5px;
	text-decoration:underline;
}
.footer a:hover{
	text-decoration:none;
}
.innerpage{
	margin-top:100px;
}
.search {
	width: 410px;
	margin: 40px auto;
	background: #fff;
	overflow: hidden;
	border-radius: 0 0 10px 10px;
	box-shadow: 0 1px 13px rgba(34, 25, 25, 0.9);
	-moz-box-shadow: 0 1px 12px rgba(34, 25, 25, 0.9);
	-webkit-box-shadow: 0 1px 13px rgba(34, 25, 25, 0.9);
}
.search ul {
	width: 100%;
	padding: 20px 35px;
	overflow: hidden;
}
.search ul li {
	padding: 5px;
	width: 100%;
}
.search ul li select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 5px;
	width: 218px;
}
.search ul li select.width01 {
	width: 99px;
}
.search ul li span {
	padding: 5px;
}
.search ul li label {
	float: left;
	font-weight: bold;
	padding: 6px 5px 0 0;
	width: 97px;
	text-align: right;
}
.search ul li.button {
	width: 100%;
}
.search ul li button {
	background-color: #03679b;
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #3d82c6), color-stop(100%, #03679b));
	background: -webkit-linear-gradient(top, #3d82c6, #03679b);
	background: -moz-linear-gradient(top, #3d82c6, #03679b);
	background: -o-linear-gradient(top, #3d82c6, #03679b);
	background: linear-gradient(top, #3d82c6, #03679b);
	font-size: 18px;
	font-weight: bold;
	padding: 15px 0;
	width: 100%;
	color: #fff;
	border: 0px;
	cursor: hand;
	cursor: pointer;
	border-radius: 5px;
}
.search h2 {
		background-color: #03679b;
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #3d82c6), color-stop(100%, #03679b));
	background: -webkit-linear-gradient(top, #3d82c6, #03679b);
	background: -moz-linear-gradient(top, #3d82c6, #03679b);
	background: -o-linear-gradient(top, #3d82c6, #03679b);
	background: linear-gradient(top, #3d82c6, #03679b);
	color: #fff;
	font-size: 30px;
	text-align: center;
	padding: 10px 35px;
}
.search h2 span {
	color: #99cc33;
}
.registerbox{
	border-top:1px solid #ccc;
	color:#333;
	margin-bottom:25px;
}
.registerbox tr td{
	padding:5px;
}
.registerbox a{
	color:#1574bb;
}
.reg_tips ul li{
	width:100%;
	float:left;
	line-height:18px;
	padding:2px 0;
}
.reg_tips font{
	color:#1574bb!important;
}
.register_main{
	float:right;
	width:70%;
}
.title {
    background-color: #d0e8fb;
    border: 1px solid #d0e8fb;
    border-collapse: collapse;
}
.register_table {
    background: #d0e8fb none repeat scroll 0 0;
}
@media screen and (max-width:550px) {
.header .logo a {
	float: none;
	display: block;
	width: 100%;
	max-width: 432px;
	margin: 0 auto;
	background-size: 95% auto;
}
.header .login {
	float: none;
	width: 182px;
	margin: 0 auto;
}
.reg_tips{
	width:100%;
}
.register_main{
	width:100%;
	margin-top:25px;
}
}
@media screen and (max-width:430px) {
.search {
	width: 100%;
}
.search h2 {
	font-size: 20px;
}
.search ul {
	padding: 10px 15px;
}
}
@media screen and (max-width:340px) {
.search ul li label {
	width: 92px;
}
.search ul li select {
	width: 168px;
}
.search ul li select.width01 {
	width: 74px;
}
}
