.head_bg{
	background: #1f1a17;
}
.logo img{
	height: 90px;
	display: block;
}
.nav{
	padding-top: 10px;
	float: right;
}
.nav a{
	display: inline-block;
	height: 60px;
	line-height: 60px;
	padding: 0 10px;
	margin-left: 20px;
	color: #FFFFFF;
	font-size: 14px;
}
.nav a:hover{
	text-decoration: none;
}
.nav a.active{
	height: 58px;
	line-height: 58px;
	color: #00cb86;
	border-bottom: 2px solid #00cb86;
}
.banner_bg{
	height: 860px;
	background: url(../images/banner_bg.png) center center no-repeat;
}
.banner_div{
	position: relative;
	height: 100%;
}
.mq_down{
	position: absolute;
	top: 300px;
	left: 260px;
}
.mq_tips{
	color: #FFFFFF;
	margin-bottom: 50px;
}
.mq_tips strong{
	font-size: 56px;
	display: block;
	margin-bottom: 10px;
}
.mq_tips p{
	font-size: 36px;
}
.app_down{
	width: 285px;
}
.ios_down,.android_down{
	display: block;
	margin-bottom: 15px;
	height: 60px;
	line-height: 60px;
	font-size: 24px;
	padding-left: 90px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.ios_down{
	border: 1px solid #2effb5;
	color: #2effb5;
	background: url(../images/IOS.png) 28px 10px no-repeat;
}
.android_down{
	border: 1px solid #2cfff8;
	color: #2cfff8;
	background: url(../images/android.png) 28px 10px no-repeat;
}
.banner_phone{
	position: absolute;
	bottom: 0;
	right: 100px;
}
.tit_top{
	padding-top: 50px;
	padding-bottom: 30px;
	text-align: center;
}
.tit_max{
	font-size: 28px;
	color: #2a2a2a;
	margin-bottom: 15px;
}
.tit_min{
	width: 590px;
	margin: 0 auto;
	font-size: 14px;
	color: #949494;
	line-height: 28px;
}

.tit_tu{
	text-align: center;
	margin-bottom: 20px;
}
.tit_tu img{
	max-width: 100%;
	display: inline-block;
	vertical-align: middle;
}
.top_down strong{
	font-size: 22px;
}
.app_list{
	text-align: center;
	margin-bottom: 100px;
}
.app_li{
	height: 250px;
	width: 250px;
	border: 1px solid #e4e4e4;
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
}
.app_icon{
	margin-top: 80px;
}
.app_icon img{
	margin: 0 auto;
	display: block;
	margin-bottom: 12px;
}
.app_li p{
	color: #949494;
	font-size: 14px;
}
/*底部*/
.foot{
	background: #2d3e50;
	padding-top: 30px;
	padding-bottom: 20px;
}
.foot_url{
	text-align: center;
	padding-bottom: 20px;
	color: #FFFFFF;
	font-size: 12px;
}
.foot_url a{
	display: inline-block;
	margin: 0 15px;
	color: #FFFFFF;
	font-size: 14px;
}
.foot_us{
	width: 930px;
	margin: 0 auto;
	margin-bottom: 50px;
}
.foot_size{
	color: #1fd1ad;
	font-size: 24px;
	margin-bottom: 10px;
}
.foot_nav ul{
	width: 260px;
	margin-right: 70px;
	font-size: 12px;
	margin-bottom: 10px;
	display: inline-block;
	float: left;
}
.foot_nav ul:last-child{
	margin-right: 0;
}
.foot_name{
	color: #1fd1ad;
}
.foot_it{
	color: #FFFFFF;
}
.foot_ba,.foot_ba a{
	text-align: center;
	color: #a3b4c4;
	font-size: 12px;
}

.head_photo{
	height: 430px;
	background: url(../images/qiye_bg.png) center center no-repeat;
}
.us_photo{
	height: 430px;
	background: url(../images/us_bg.png) center center no-repeat;
}
.wy_js{
	font-size: 14px;
	line-height: 26px;
	margin-bottom: 15px;
	color: #606060;
	text-indent: 28px;
}
.wy_box{
	width: 1095px;
	margin: 0 auto;
	margin-bottom: 40px;
}
.wy_box img{
	width: 345px;
	height: 185px;
	display: block;
	float: left;
	margin: 10px;
}
.wy_map{
	width: 100%;
	height: 600px;
	margin-bottom: 20px;
}
.wy_us{
	margin-bottom: 50px;
}
.wy_us p{
	margin-bottom: 10px;
}
.honor_roll{
	width: 1100px;
	margin: 50px auto;
	position: relative;
}
.honor_con{
	width: 1000px;
	height: 860px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.honor_con ul{
	margin-right: -50px;
}
.honor_con li{
	width: 1000px;
	height: 860px;
	float: left;
	text-align: center;
}
.honor_con li .tit_top{
	margin-bottom: 20px;
}
.honor_con li img{
	width: 320px;
	height: 680px;
}
.prev_btn,.next_btn{
	width: 50px;
	height: 154px;
	display: block;
	position: absolute;
	top:50%;
	margin-top: -55px;
	cursor: pointer;
	background: url(../images/icon.png) no-repeat;
}
.prev_btn{
	left: 0;
	background-position: 0 0;
}
.next_btn{
	right: 0;
	background-position: -50px 0;
}
.prev_btn:hover{
	background-position: -100px 0;
}
.next_btn:hover{ 
	background-position: -150px 0;
}

.pager {
	text-align: center;
	margin: 40px auto;
}
.pager a {
	background: #FFFFFF;
	text-decoration: none;
	text-indent: -999px;
	display: inline-block;
	overflow: hidden;
	width: 12px;
	height: 12px;
	margin: 0 5px;
	border: 1px solid #00d185;
	border-radius: 14px;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
}
.pager a.selected {
	border: 0;
	width: 14px;
	height: 14px;
	background: #00d185;
	text-decoration: underline;				
}