* {margin: 0;
 padding: 0;
}
a,li{
	list-style:none;
	text-decoration: none;
}
.main{
	width: 1200px;
 	margin: 0 auto;
	overflow: hidden;
}
.topnav{
	width: 100%;
	height: 100px;
	background-color: rgba(0,0,0,0.3);
	position: absolute;
	top: 0px;
	z-index: 9999;
}
.topnav .logo{
	float: left;
	margin-top: 15px;
}
.topnav .nav{
	float: right;
}
.nav li{
	height: 100px;
	float: left; 
	line-height: 100px;
}
.nav li a{
	color: #fff;	
	display: block;
	font-size: 16px;
	font-weight: bold; 
	padding: 0 20px;
}
.active{
	color: #1fade5!important;
	background-color: rgba(0,0,0,0.5);
}
.nav li a:hover{
	color: #1fade5;
	background-color: rgba(0,0,0,0.5);
	transition:all 0.7s; 
}
.title{
	color:#5987c5;
	font-size: 36px;
	text-align: center;
	font-weight: bold;
}
.line{
	width: 130px;
	height: 5px;
	background-color: #f79021;
	margin: 15px auto;
}
.title p{
	font-size: 16px;
}
.joinus{
	margin-top: 60px;
	background-image:url(../images/bg_join.jpg);
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 620px;
}
.join_tit{
	margin:0 auto;
	width: 150px;
	line-height: 70px;
	font-size: 36px;
	color: #fff;
	text-align: center;
	margin-top: 70px;
	border-bottom:solid 5px #1fade5;  
}
.join_text{
	margin-top: 60px;
	overflow: hidden;
}
.join_text ul{
	width: 990px;
	margin:0 auto;
}
.join_text li{
	float: left;
	color: #fff;
	width: 330px;
	text-align: center;
}
.join_text li h3{
    font-size:30px; 
    font-weight: normal;
    margin-bottom:50px;
}
.join_text li p{
    font-size:16px; 
    margin-bottom: 20px;
}
.join_text li h3 span{
    font-size:45px; 
}
.join_btn{
	width: 360px;
	height: 90px;
	background-color: #198cb9;
	line-height: 90px;
	text-align: center;
	font-size: 40px;
	color: #fff;
	border-radius:10px; 
	margin:40px auto 0 auto;
	cursor: pointer;
}
.join_btn:hover{
	background-color: #1fade5;
}
.foot{
	background-color: #494949;
	width: 100%;
	height: 235px;
	padding-top:25px;
}
.foot ul{
	width: 915px;
	margin:0 auto;
}
.foot li{
	float: left;
	color: #bdbdbd;
	width: 305px;
}
.foot .foot_tit{
	width: 75px;
	color: #fff;
	font-size: 18px;
	line-height: 30px;
	border-bottom: solid 3px #1fade5;
	margin-bottom: 15px;
}

.foot li p{
	margin-bottom: 7px;
	font-size: 14px;
}
.foot li p img{
	margin-top: 2px;
	margin-right: 10px;
}
.foot li p a{
	color: #bdbdbd;
	font-size: 14px;
}
.copyright{
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #8d8d8d;
	background-color: #333;
	font-size: 14px;
}
/* 返回顶部*/
.side-pannel {
	position: fixed;
	left: 50%;
	margin-left:615px;
	z-index: 99
}
.side-bar {
	border: 1px solid #E7E7E7;
	border-bottom: none;
	bottom: 100px;
	background: rgba(255,255,255,0.7);
}
.side-bar a {
	display: block;
	cursor: pointer;
	width: 70px;
	height: 60px;
	border-bottom: 1px solid #E7E7E7;
	position: relative;
	color: #676767;
	text-align: center
}
.side-bar a s {
	display: block;
	margin-left: auto;
	margin-right: auto
}
.side-bar a span {
	line-height: 20px;
	font-size:12px;
}
.side-bar a span:hover{
	color:#0DB55D;
	}
.side-bar a.gotop s {
	position: absolute;
	top: 50%;
	left: 17px
}
.side-bar a.text {
	padding-top: 25px
}
.side-bar a.qr s {
	position: absolute;
	top: 50%;
	left: 18px
}
.side-bar a.qr i {
	width: 277px;
	height: 259px;
	position: absolute;
	left: -277px;
	top: 50%;
	margin-top: -120px;
	display: none;
	background-position: 0 0
}
.side-bar a.qr:hover i {
	display: block
}
.side-bar a.qr i {
	background-image:url(../images/weixin.png);
}
.g-icon-top {
	height: 20px;
	width: 35px;
	margin-top: -10px;
	background-position: 0 -33px;
}
.g-icon-qq1, .g-icon-qr1, .g-icon-qr2, .g-icon-survey1, .g-icon-survey2, .g-icon-top, .g-icon-weibo1, .g-icon-weibo2,.side-bar a.qr:hover s, .side-bar a.survey:hover s, .side-bar a.weibo:hover s{background-image: url(../images/sprite.png)}
