@charset "utf-8";

*{margin: 0;padding: 0;font-family: '微软雅黑';}
html {
	width: 100%;
	height: 100%;
}
body{
	background: #f5f5f5;
	font-size: 16px;
	font-family: '微软雅黑';
	width: 100%;
	height: 100%;
}
img{
	border: 0;
}
.top {
	background: #fff;
}
.header{
	width: 1000px;
	height: 120px;
	margin: 0px auto 0 auto;
	position: relative;
}
.header img{width: 115px;height: 105px;position: absolute;top: 10px;}
.nav{float: right;padding-top: 43px;font-size: 0}
.nav li {
	list-style: none;
	display: inline-block;
	width: 100px;
	height: 33px;
	text-align: center;
	position: relative;
	background: transparent;
	overflow: visible;
	z-index: 999;
}
.nav li a:link,.nav li a:active,.nav li a:visited{
	text-decoration: none;
	color: #000;
	font-size: 15px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	background: transparent
}
#check_on{
	color: #10d4a9;
	border-bottom: 3px solid #10d4a9;
}
.hover_bom:hover{
	color: #10d4a9;
	border-bottom: 3px solid #10d4a9
}
.check_ul {
	position: absolute;
	left: 0;
	top: 27px;
	z-index: 99999999;
	display: none;
	float: left;
}
.m3_check:hover .check_ul{
	display: block;
}
.nav .m3_check .check_ul li{
	height: 30px;
	border-bottom: 3px solid transparent;
	background: transparent;
	text-align: center;
}
/*.nav .m3_check .check_ul:hover {
	display: block;
}*/
.nav .m3_check .check_ul li a {
	color: #fff;
	height: 30px;
	width: 100px;
	background-color: #00C09A;
	line-height: 30px;
}
.nav .m3_check .check_ul li a:hover{
	color: #fff;
	background: #00A07E;
	cursor:pointer;
}
.nav .m3_check .check_ul li:hover{
}

#hr{
	width: 100%;
	height: 3px;
	background: #00C09A;
	margin-bottom: 10px;
}

#banner img {
	width: 100%;
	height: auto;
}


.footer{
	width: 100%;
	height: 65px;
	background: url('../images/footer_bg.png') no-repeat center center;
	margin-bottom: 20px;
}

.bottom {
	width: 1000px;
	margin: auto;
	text-align: center;
	color: #666;
	padding-bottom: 50px;
}
.bottom ul {
	display:block;
}
.bottom ul li {
	list-style: none;
	display: inline-block;
	font-size: 14px;
}
.bottom ul li span {
	color: #ccc;
}
#bom_phone {
	margin-top: 10px;
	margin-bottom: 10px;
}
.bottom p {
	font-size: 14px;
}
.bottom img {
	/*margin-top: 20px;*/
}
.Validform_checktip {
	color: red;
}


/*	--------------------------
			支付页面
	--------------------------	*/
.pay-mask {
	width: 100%;
	height: 100%;
	filter: Alpha(opacity=80);
	background: #333;
	background: rgba(0,0,0,0.8);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999999999;
	display:none;
}
.pay-box {
	position: fixed;
	top: 50%;
	margin-top: -230px;
	left: 50%;
	margin-left: -240px;
	text-align: center;
}
.pay-box p {
	color: #fff;
	font-size: 20px;
	margin-bottom: 30px;
}
.pay-box img {
	width: 300px;
	height: 300px;
}
.pay-box a {
	display: block;
	margin: 30px auto;
	text-decoration: none;
	width: 200px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	background: #00C901;
	text-align: center;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.pay-box a:hover {
	background: #01B601;
}
.pay-box a:active {
	line-height: 42px;
}


.default_nav_style {
	border-radius: 15px;
	border: 1px solid #00C09A;
	color: #00C09A;
	margin-left: 30px;
}
.nav li.default_nav_style a.hover_bom {
	color: #00C09A;
}
.default_nav_style .check_ul {
	top: 36px;
}
