/* 重置浏览器样式 */
body, div, ul, ol, li, dl, dt, dd, table, thead, tbody, tfoot, th, tr, td, h1, h2, h3, h4, h5, h6, font, strong, em, i, b, form, input, textarea, select, option, p, span, a, img, embed, frameset, frame, iframe{
	margin: 0;
	padding: 0;
}

html{
	max-width: 640px;
	margin: 0 auto;
}

body{
	padding-bottom: 0.96rem;
	font: 0.24rem "microsoft yahei";
}

ul, ol, li{
	list-style: none;
}

frameset, frame, iframe, img, input, textarea, select, option, button, table{
	border: none;
}

table{
	border-spacing: 0;
	border-collapse: collapse;
}

img{
	vertical-align: middle;
}

input, button, textarea, select{
	outline: 0;
}

input, button, textarea, select, a{
	-webkit-tap-highlight-color: transparent;
}

a{
	text-decoration: none;
	color: inherit;
}

/* 浮动与清除 */
.fl{
	float: left;
}

.fr{
	float: right;
}

.clear{
	clear: both;
}

/* 头部 */
#header{
	height: 1.07rem;
	line-height: 1.07rem;
	padding-left: 0.42rem;
	background: rgba(0,0,0,0.1);
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 900;
}

#header .header_logo_box{
	height: 100%;
	display: block;
	float: left;
}

.header_logo_box .logo{
	width: 1.0rem;
	height: 0.46rem;
}

.header_logo_box .logo_text{
	width: 1.29rem;
	height: 0.34rem;
	line-height: normal;
	margin-left: 0.1rem;
	padding-left: 0.15rem;
	background: url(logo_text.png?v=1) no-repeat 0.15rem center / 100% 100%;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

.logo_text:before{
	content: "";
	width: 0;
	height: 100%;
	border-left: 1px solid #c9cacb;
	display: block;
	transform: scaleX(0.333);
	-webkit-transform: scaleX(0.333);
	transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.logo_text_box .logo_text{
	width: 1.29rem;
	height: 0.34rem;
}

#header #nav_btn{
	width: 0.53rem;
	height: 0.53rem;
	background: url(nav_ico.png) no-repeat center / 100% 100%;
	margin: auto 0;
	position: absolute;
	top: 0;
	right: 0.27rem;
	bottom: 0;
	z-index: 1;
}

/* 导航 */
#nav{
	padding: 1.6rem 0 1.6rem;
	background: url(nav_bg.jpg) no-repeat center / cover;
	display: none;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	position: fixed;
	top: 1.07rem;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 910;
}

#nav .nav_list{
	width: 50%;
	float: left;
}

.nav_list .nav_item{
	margin-bottom: 0.4rem;
	text-align: center;
	color: #ffffff;
}

.nav_item .nav_url{
	max-width: 100%;
	display: inline-block;
	vertical-align: middle;
}

.nav_url .nav_ico{
	width: 1.09rem;
	height: 1.09rem;
}

.nav_url .nav_title{
	margin-top: 0.1rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.nav_item .sub_nav_list{
	margin-top: 0.4rem;
	padding-top: 0.4rem;
	display: none;
	position: relative;
}

.sub_nav_list:before{
	content: "";
	width: 100%;
	height: 0;
	border-top: 1px solid #1869ca;
	border-bottom: 1px solid #5aa5fe;
	display: block;
	transform: scaleY(0.5);
	-webkit-transform: scaleY(0.5);
	transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.sub_nav_list .sub_nav_item{
	margin-bottom: 0.4rem;
	font-weight: 900;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#nav .nav_list2 .nav_item{
	padding-left: 0.5rem;
	text-align: left;
}

/* 底部 */
#footer .footer_info{
	padding: 0.4rem 0.1rem;
	font-size: 0.22rem;
	text-align: center;
	color: #979797;
}

#footer .footer_nav{
	width: 100%;
	height: 0.96rem;
	background: #2179f4;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 900;
}

.footer_nav .footer_nav_item{
	width: 25%;
	height: 100%;
	display: block;
	float: left;
	text-align: center;
	color: #ffffff;
}

.footer_nav_item .footer_nav_thumb{
	height: 0.56rem;
	line-height: 0.56rem;
}

/* 云块 */
.white_cloud{
	background: #ffffff;
	position: relative;
}

.white_cloud:before{
	content: "";
	width: 100%;
	height: 2.61rem;
	background: url(white_cloud.png) no-repeat center / 100% 100%;
	display: block;
	position: absolute;
	top: -2.61rem;
	left: 0;
	z-index: -1;
}

.green_cloud{
	background: #0ebf6e;
	position: relative;
}

.green_cloud:before{
	content: "";
	width: 100%;
	height: 2.51rem;
	background: url(green_cloud.png) no-repeat center / 100% 100%;
	display: block;
	position: absolute;
	top: -2.51rem;
	left: 0;
	z-index: 1;
}

.orange_cloud{
	background: #fd9632;
	position: relative;
}

.orange_cloud:before{
	content: "";
	width: 100%;
	height: 2.61rem;
	background: url(orange_cloud.png) no-repeat center / 100% 100%;
	display: block;
	position: absolute;
	top: -2.61rem;
	left: 0;
	z-index: 1;
}

/* 名称 */
.name{
	text-align: center;
	color: #2b2b2b;
}

.name .name_box{
	display: inline-block;
	vertical-align: middle;
}

.name_box .name_text,
.name_box .name_text2{
	display: inline-block;
	vertical-align: middle;
}

.name_box .name_text{
	font-size: 0.5rem;
}

.name_box .name_text2{
	font-size: 0.25rem;
	text-align: left;
}

.name_text2 p{
	margin-bottom: -0.05rem;
}

.name2{
	width: 4.34rem;
	height: 2.12rem;
	background: url(name2_bg.png) no-repeat center / 100% 100%;
	color: #2382f4;
}

.name2 .name2_box{
	padding: 0.4rem 0.45rem 0;
}

.name2_box .name2_text{
	margin-bottom: -0.05rem;
	font-size: 0.5rem;
}

.name2_box .name2_text2{
	font-size: 0.25rem;
}

.name3{
	text-align: center;
}

.name3:before{
	content: "";
	width: 1.04rem;
	height: 0.08rem;
	margin: 0 auto;
	background: #0088e6;
	display: block;
}

.name3 .name3_title{
	margin: 0.1rem 0;
	font-size: 0.55rem;
	color: #333333;
}

.name3 .name3_text{
	font-size: 0.25rem;
	color: #666666;
}

.name4{
	text-align: center;
	color: #ffffff;
}

.name4:before{
	content: "";
	width: 1.04rem;
	height: 0.08rem;
	margin: 0 auto;
	background: #ffffff;
	display: block;
}

.name4 .name4_title{
	margin-top: 0.3rem;
	font-size: 0.55rem;
}

.name4 .name4_text{
	font-size: 0.25rem;
}

.name5{
	font-size: 0.42rem;
	text-align: center;
	color: #ffffff;
	position: relative;
}

.name5:after{
	content: "";
	width: 0.7rem;
	height: 0.05rem;
	margin: 0.15rem auto 0;
	background: #ffffff;
	display: block;
}

.name6{
	text-align: center;
}

.name6 .name6_title{
	margin-bottom: 0.1rem;
	font-size: 0.55rem;
	color: #333333;
}

.name6 .name6_text{
	font-weight: 900;
	font-size: 0.25rem;
	color: #666666;
}

.name6{
	font-size: 0.33rem;
	text-align: center;
	color: #666666;
	position: relative;
}

.name6:after{
	content: "";
	width: 0.7rem;
	height: 0.08rem;
	margin: 0.15rem auto 0;
	background: #0092e8;
	display: block;
}

/* 输入框 */
.input{
	display: inline-block;
	position: relative;
}

.input:after{
	content: "";
	width: 200%;
	height: 200%;
	border: 1px solid #c9caca;
	border-radius: 6px;
	transform: scale(0.5,0.5);
	-webkit-transform: scale(0.5,0.5);
	transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.input input{
	width: 3.75rem;
	height: 0.59rem;
	padding: 0 0.1rem;
	background: none;
	font-size: 0.24rem;
	font-family: "Microsoft Yahei";
	color: #525252;
	position: relative;
	z-index: 2;
}

.input2{
	width: 4.8rem;
	height: 0.67rem;
	border-radius: 0;
	padding: 0 0.16rem;
	font-size: 0.33rem;
	font-family: "microsoft yahei";
	color: #333333;
}

.input3{
	width: 5.6rem;
	height: 0.79rem;
	border: 1px solid #dddddd;
	border-radius: 3px;
	padding: 0 0.3rem;
	appearance: none;
	-webkit-appearance: none;
	font-size: 0.25rem;
	font-family: "microsoft yahei";
	color: #666666;
}

/* 按钮 */
.btn1{
	width: 3.95rem;
	height: 0.59rem;
	line-height: 0.59rem;
	border-radius: 3px;
	background: #217af4;
	display: inline-block;
	appearance: none;
	-webkit-appearance: none;
	font-size: 0.24rem;
	font-weight: 900;
	text-align: center;
	color: #ffffff;
}

.btn2{
	width: 5.08rem;
	height: 0.78rem;
	line-height: 0.78rem;
	border: 1px solid #ffffff;
	border-radius: 100px;
	background: none;
	display: inline-block;
	appearance: none;
	-webkit-appearance: none;
	font-size: 0.38rem;
	font-weight: 900;
	font-family: "microsoft yahei";
	text-align: center;
	color: #ffffff;
}

.btn3{
	width: 5.08rem;
	height: 0.78rem;
	line-height: 0.78rem;
	border: 1px solid #0084e4;
	border-radius: 100px;
	background: #ffffff;
	display: inline-block;
	appearance: none;
	-webkit-appearance: none;
	font-size: 0.38rem;
	font-weight: 900;
	font-family: "microsoft yahei";
	text-align: center;
	color: #0084e4;
}

.btn4{
	width: 5.15rem;
	height: 0.84rem;
	line-height: 0.84rem;
	border-radius: 100px;
	box-shadow: 1px 1px 3px #96d8fa;
	background: #0090e7;
	display: inline-block;
	appearance: none;
	-webkit-appearance: none;
	font-size: 0.33rem;
	font-weight: 900;
	font-family: "microsoft yahei";
	text-align: center;
	color: #ffffff;
}

.btn5{
	width: 6.26rem;
	height: 0.84rem;
	line-height: 0.84rem;
	border-radius: 3px;
	box-shadow: 0 0 3px #96d8fa;
	background: #0090e7;
	display: inline-block;
	appearance: none;
	-webkit-appearance: none;
	font-size: 0.37rem;
	font-family: "microsoft yahei";
	text-align: center;
	color: #ffffff;
}

























