html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0}
header,section,footer{display: block;}
img{border:0}
.clear{display:block;clear:both;}
.clearfix:before, .clearfix:after {content:" ";display:table;}
.clearfix:after{clear:both;}
.clearfix{*zoom:1;}
a, area, li, label {
    outline: medium none;
}
a, a:hover, a:visited, a:active {
    text-decoration: none;
}
body{
	background: url(../images/bg.png) no-repeat center top;
	font:15px/1.5 "Microsoft Yahei","微软雅黑",Tahoma,Arial,Helvetica,STHeiti;
	color: #333;
}
.container{
	max-width: 960px;
	*width: 960px;
	margin: 0 auto;
	overflow:hidden;
}
.header{
	padding-top: 15px;
}
.h-left{
	float: left;
	width: 45%;
	padding-left: 5%;
}
.h-right{
	float: right;
	width: 50%;
	padding-top: 20px;
}
.text{
	margin-top: 15px;
}
.text h1{
	font-weight: normal;
	font-size: 28px;
}
.text h2{
	font-size: 70px;
	line-height: 1;
	margin-top: 5px;
}
.cj{
	margin-top: 40px;
	font-size: 22px;
	color: #fff;
	font-weight: bold;
	line-height: 1.2;
}
.cj b{
	font-size: 36px;
}
.cj .btn{
	margin-top: 20px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.sec1{
	text-align: center;
	padding-top: 5%;
	background:#fff;
}
.sec1 h2,.sec3 h2{
	font-size: 52px;
}
.sec1 h4,.sec3 h4{
	font-size: 22px;
	color: #666;
	font-weight: normal;
	line-height: 1;
}
.sec2{
	text-align: center;
	padding-top: 4%;
	background:#fff;
}
.sec2 .img2{
	margin-top: 50px;
	margin-bottom: 70px;
}
.sec3{
	background-color: #eeeeee;
	text-align: center;
	padding: 4% 0;
}
.sec3 .img3{
	margin-top: 40px;
}
#join{
	position: relative;
}
#join .down{
	position: absolute;
	top: 23%;
	left: 29%;
	width: 18%;
	height: 5%;
}
.sec4{
	padding: 4% 0 3% 15px;
}
.sec4 h2{
	margin-left: -15px;
	padding-left: 10px;
	border-left: 5px solid #333;
	line-height: 1;
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 15px;
}
.sec4 h3{
	font-size: 20px;
	color: #e60012;
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: 10px;
}
.sec4 p{
	color: #666;
	margin-bottom: 10px;
}
.footer{
	background-color: #d6d6d6;
	padding: 15px;
}
.footer-logo{
	float: left;
	width:12%;
}
.footer-copy{
	width: 88%;
	float: right;
	text-align: right;
	font-size: 14px;
	color: #666;
}
.footer-copy a{
	color: #666;
	text-decoration: none;
}
.footer-copy a:hover{
	color: #333;
}