@charset "utf-8";
/* CSS Document */
/*重置样式*/
body,img,input,ul,li,h1,h2,h3,h4,h5,h6,p,textarea{
	margin:0;
	padding:0;
	display:block;
	font-weight:normal;
	text-decoration:none;
	list-style:none;
	box-sizing: border-box;
	font: 14px "PingFang SC","Lantinghei SC","Microsoft YaHei","HanHei SC","Helvetica Neue","Open Sans",Arial,"Hiragino Sans GB","微软雅黑",STHeiti,"WenQuanYi Micro Hei",SimSun,sans-serif;
    }
@font-face {
	font-family: Helvetica Neue LT Pro;
	src:url(../fonts/HelveticaNeueLTPro);
	/* IE9+  HTML节点的lang="en" 记得去掉，不然会谷歌浏览器会自动翻译导致字体不正确 */
}

a{
	margin:0;
	padding:0;
	font-weight:normal;
	text-decoration:none
	}
a:hover{
	text-decoration:none;
	}

.color{
	color: #0f67b0;
	background-color: #0f67b0
}

.width1200{
	width: 1200px;
	margin: 0 auto;
}
.width1260{
	width: 1260px;
	margin: 0 auto;
	padding: 0 30px;
	box-sizing: border-box;
}
.top80{
	margin-top: 80px;
}
.header{
	height: 80px;
	background-color: #ffffff;
	-webkit-box-shadow: 0 0 10px 0 rgb(15, 103, 176 , 15%);
    box-shadow: 0 0 10px 0 rgb(15, 103, 176 , 15%);
	position: fixed;
	top: 0;
	left: 0;
	width:100%;
	z-index: 2;
}
.header_content{
	height: 80px;
}
.header_logo{
	display: block;
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: -700px;
	width: 140px;
	height: 40px;
	cursor: pointer;
}
.header_right{
	position: absolute;
	right: 50%;
	margin-right: -700px;
}
.header_logo img{
	display: block;
	width: 100%;
	height: 100%;
}
.header_nav{
	float: right;
	height: 80px;
	line-height:80px;
}
.header_li{
	float: left;
	position: relative;
}
.header_a{
	display: block;
	padding: 0 25px;
	font-size: 16px;
	color: #666;
	line-height: 80px;
	-webkit-transition: all .3s;
	transition: all .3s;
	cursor: pointer;
	position: relative;
}
.header_a_cur,.header_a:hover{
	color: #0076fe;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.header_a i{
	display: block;
	width: 8px;
	height: 5px;
	position: absolute;
	top: 37px;
	right: 14px;
	background: url(../img/right_icon.png) no-repeat -200px 0px;
	
}
.top_login{
	float: right;
	margin-left: 20px;
	margin-top: 22px;
	width: 80px;
	height: 36px;
	color: #666;
	font-size: 14px;
	text-align: center;
	line-height: 36px;
	border: 1px solid #cccccc;
	border-radius: 18px;
	background-color: white;
	box-sizing: border-box;
	cursor: pointer;
}
.top_login:hover{
	color: #0076FE;
	border: 1px solid #0076FE;
}
.top_register{
	float: right;
	margin-left: 20px;
	margin-top: 22px;
	width: 100px;
	height: 36px;
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
	line-height: 36px;
	border-radius: 18px;
	background-color: #0076FE;
	cursor: pointer;
}
.top_register:hover{
	opacity: 0.8;
}

.mian{
	display: flex;
	justify-content: space-between;
	padding-top: 30px;
}
.mian_h1{
	font-size: 48px;
	font-weight: 400;
	margin-top: 40px;
	color: #333333;
}
.mian_h2{
	font-size: 48px;
	font-weight: 400;
	color: #cccccc;
	font-weight: bold;
}
.mian_h3{
	font-size: 28px;
	font-weight: 400;
	color: #0076FE;
	font-weight: bold;
	margin-top: 80px;
}
.mian_p{
	font-size:16px;
	margin-top: 20px;
	width: 400px;
	color: #999999;
	line-height: 28px;
}
.mian_p1{
	font-size:16px;
	margin-top: 40px;
	width: 400px;
	color: #999999;
	line-height: 28px;
}
.mian_btn{
	width: 210px;
	line-height: 60px;
	background-color: #0076FE;
	border-radius: 4px;
	display: block;
	text-align: center;
	font-size: 18px;
	color: white;
	margin-top: 40px;
}
.mian_img3{
	width: 400px;
	
}
.app_btn{
	display: flex;
	justify-content: flex-start;
	margin-top: 40px;
}
.app_btn a {
    margin-right: 20px;
    background-color: white;
    border: #e5e5e5 1px solid;
	display: block;
	position: relative;
	width: 250px;
	height: 88px;
	font-size: 20px;
	padding-left: 88px;
	border-radius: 6px;
	box-sizing: border-box;
	cursor: pointer;
}
.app_btn .Android i {
    position: absolute;
    top: 25px;
    left: 50px;
    display: block;
    width: 28px;
    height: 34px;
    background-image: url(../img/icon_Android.png);
}
.app_btn a i {
    position: absolute;
    top: 22px;
    left: 45px;
    display: block;
    width: 30px;
    height: 35px;
    background-image: url(../img/icon_ios.png);
}
.app_btn a span {
    font-size: 12px;
    display: block;
    margin-top: 23px;
}
.app_qr{
	display: flex;
	justify-content: flex-start;
	margin-top: 20px;
}
.qr_img{
	margin-right: 20px;
}
.qr_img img {
    width: 120px;
    height: 120px;
    border-radius: 4px;
	border: 1px solid #e5e5e5;
}
.qr_img span {
    color: #666666;
    display: block;
    text-align: center;
    font-size: 12px;
    margin-top: 6px;
}
.yl_ul{
	width: 200px;
}
.yl_ul img{
	width: 80px;
	height: 80px;
	margin: 0 auto 10px;
}
.yl_ul h2{
	color: #333333;
	font-weight: bold;
	font-size: 22px;
	text-align: center;
}
.yl_ul span{
	display: block;
	color: #999;
	font-size: 14px;
	text-align: center;
}
.yl_img{
	width: 180px;
	height: 20px;
	margin-top: 40px;
}







.form{
	display: flex;
	justify-content: space-between;
	padding: 0px 0 40px;
	margin: 30px auto 0;
}
.form .inp{
	width:310px;
	height: 46px;
	color: #666666;
	padding: 0 10px;
	border: 1px solid #e5e5e5;
	outline: none;
	line-height: 36px;
	border-radius: 4px;
	font-size: 14px;
	background-color: rgba(255,255,255,0.7);
	box-sizing: border-box;
}

.form .btn{
	display: block;
	width: 200px;
	height: 48px;
	line-height: 48px;
	color: white;
	font-size: 16px;
	text-align: center;
	border-radius: 4px;
	outline: none;
	border:none;
	background-color: #0076FE;
	-webkit-transition: background-color .3s;
	transition: background-color .3s;
	cursor: pointer;
}
.form .btn:hover{
	-webkit-transition: background-color .3s;
	transition: background-color .3s;
	opacity: .9;
}
.footer{
	padding: 30px 0;
	background-color: #464646;
	}
.footer p{
	text-align: center;
	color: #CCCCCC;
	font-size: 14px;
	line-height: 26px;
}



@media screen and (max-width: 1200px){
	.header_logo {
		left: 20px;
		margin-left: 0;
	}
	.header_right {
		right: 20px;
		margin-right: 0;
	}
}