@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;
	opacity: .8;
	}


.width1200{
	width: 1260px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0 30px;
	box-sizing: border-box;
}

.zcjy1200{
	width: 1200px;
	margin: 0 auto;
}
.zcjy_top80{
	margin-top: 100px;
}
.header{
	height: 100px;
	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{
	float: left;
	height: 64px;
	cursor: pointer;
	margin: 16px 0 0 0;
}
.header_logo img{
	height: 100%;
}
.header_nav{
	float: right;
	height: 100px;
	line-height:100px;
}
.header_li{
	float: left;
	position: relative;
}
.header_a{
	display: block;
	padding: 0 25px;
	font-size: 14px;
	color: #666;
	line-height: 100px;
	-webkit-transition: all .3s;
	transition: all .3s;
	cursor: pointer;
}
.header_a_cur,.header_a:hover{
	color: #86ba1b;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.header_son_navbg{
	position: fixed;
	left: 0;
	width: 100%;
	height: 200px;
	transform: scaleY(0);
	background-color: rgba(255,255,255,0.97);
	box-shadow: inset 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
	transition: transform .3s,opacity .3s,filter .3s;
	transform-origin: 0 0;
	z-index:1;
}
.header_son_nav{
	position: absolute;
	left: 50%;
	width: 680px;
	overflow: hidden;
	padding-top: 16px;
	margin-left: -216px;
	/* background-color: rgba(255,255,255,0.97);
	-webkit-box-shadow: 0 0 10px 0 rgb(15, 103, 176 , 15%);
	box-shadow: 0 0 10px 0 rgb(15, 103, 176 , 15%);
	border-radius: 0 0 10px 10px; */
}
.header_son_navul{
	float: left;
	width: 280px;
}
.header_son_navull{
	float: left;
	width: 1px;
	height: 100px;
	margin:60px 40px 10px 0px;
	background-color: #e5e5e5;
}
.header_son_navh{
	width: 80px;
	color: #333333;
	font-size: 14px;
	line-height: 48px;
	font-weight:700;
	padding: 0 25px;
}
.header_son_navli{
	float: left;
}
.header_son_navli a{
	display: block;
	width: 80px;
	color: #666;
	font-size: 12px;
	line-height: 38px;
	height: 38px;
	padding: 0 25px;
	cursor: pointer;
}
.header_son_navli a:hover{
	color: #86ba1b;
}

.header_login{
	float: right;
	font-size: 12px;
	padding:0 20px;
	border: #cccccc 1px solid;
	border-radius: 15px;
	line-height: 30px;
	height: 30px;
	color: #999;
	margin-top:35px ;
	margin-left: 10px;
	cursor: pointer;
	-webkit-transition: all .3s;
	transition: all .3s;;
}
.header_login:hover{
	border: #86ba1b 1px solid;
	color: #86ba1b;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.header_register{
	float: right;
	font-size: 12px;
	padding:0 20px;
	border-radius: 15px;
	line-height: 30px;
	height: 30px;
	color: white;
	background-color: #86ba1b;
	margin-top:35px ;
	margin-left: 20px;
	cursor: pointer;
	-webkit-transition: background-color .3s;
	transition: background-color .3s;
}
.header_register:hover{
	background-color: #95ca28;
	-webkit-transition: background-color .3s;
	transition: background-color .3s;
}

/*banner*/
.banner{
	margin-top: 100px;
	position: relative;
	width: 100%;
	height: 420px;
}
.banner_img{
	display: block;
	width: 100%;
}

.mian_a{
	margin-top: 40px;
	height: 637px;
	background: url(../img/iPhone_img1.png) no-repeat center;
	box-sizing: border-box;
}
.mian_b{
	height: 637px;
	background: url(../img/iPhone_img2.png) no-repeat center;
	box-sizing: border-box;
}
.mian_c{
	height: 637px;
	background: url(../img/iPhone_img3.png) no-repeat center;
	box-sizing: border-box;
}
.mian_d{
	height: 637px;
	background: url(../img/iPhone_img4.png) no-repeat center;
	box-sizing: border-box;
}
.mian_d{
	margin-top: 40px;
	padding-bottom: 40px;
}
.dow_img{
	display: block;
}
.dow_txt{
	width: 600px;
	margin-top: 150px;
}
.dow_txt2{
	float: right;
	
}
.dow_txt h1{
	color: #333333;
	font-size: 48px;
	font-weight: 400;
}
.dow_txt p{
	color: #666666;
	font-size: 14px;
	line-height: 30px;
	margin-top: 20px;
}
.dow_txt a{
	display: block;
	color: #ffffff;
	width: 160px;
	text-align: center;
	font-size: 20px;
	line-height: 48px;
	border-radius: 24px;
	background-color: #86ba1b;
	margin-top: 20px;
}


.footer{
	padding: 30px 0;
	background-color: #464646;
	}
.footer p{
	text-align: center;
	color: #CCCCCC;
	font-size: 14px;
	line-height: 26px;
}

