/*导航头部*/
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 0.75rem;
	z-index: 999;
}

.gap {
	height: 0.75rem;
}

.section-header {
	width: 12.06rem;
	height: 100%;
	margin: 0 auto;
	background: #fff;
}

.section-header .logo {
	width: 1.24rem;
}

.section-header .menu li {
	padding: 0.1rem 0.3rem;
	font-size: 0.16rem;
}

.section-header .menu li:first-child {
	padding-left: 0;
	/* font-size: 0.16rem; */
}

.section-header .menu li a {
	color: #333333;
}

.section-header .menu li a.active {
	color: #e8330e;
	border-bottom: 2px solid #e8330e;
}

.section-header .menu li:hover a {
	cursor: pointer;
	border-bottom: 2px solid #fff;
}

.section-header .menu li:hover a:visited {
	cursor: pointer;
	border-bottom: 2px solid #333333;
}

/* 滚动显示样式，增加scoll类 */
.section-header .menu.scroll li a {
	color: #333333;
}

.section-header .menu.scroll li a.active {
	color: #f00;
	border-bottom: 2px solid #f00;
}

.section-header .menu.scroll li:hover a {
	cursor: pointer;
	color: #f00;
	border-bottom: 2px solid #f00;
}

.section-header .menu.scroll li:hover a:visited {
	cursor: pointer;
	border-bottom: 2px solid #f00;
}


/*内容区*/
/*第一屏 */
.main_01 {
	width: 100%;
	position: relative;
}

.main_01 .bg {
	width: 100%;

}

.main_01 .content {
	width: 12.06rem;
	position: absolute;
	top: 1.5rem;
	left: 50%;
	margin-left: -6.03rem;
	z-index: 9;
	color: #fff;
}

.main_01 .content .title {
	font-size: 0.5rem;
	margin: 0.3rem 0;
}

.main_01 .content .desc {
	font-size: 0.18rem;
	line-height: 1.8;
}


.main_01 .btn {}

.main_01 .btn .btn_ios .button,
.main_01 .btn .btn_android .button {
	width: 2rem;

}

.main_01 .btn .btn_ios .button {
	margin-right: 0.3rem;
}

.main_01 .btn_ios,
.main_01 .btn_android {
	position: relative;
}

.main_01 .btn_ios .qrcode_ios {
	width: 2.2rem;
	position: absolute;
	bottom: 1rem;
	left: 50%;
	margin-left: -1.3rem;
	border-radius: 0.1rem;
	-moz-box-shadow: 0px 2px 5px #333;
	-webkit-box-shadow: 0px 2px 5px #333;
	box-shadow: 0px 2px 5px #333;
	display: none;

}

.main_01 .btn_android .qrcode_android {
	width: 2.2rem;
	position: absolute;
	bottom: 1rem;
	left: 50%;
	margin-left: -1.1rem;
	border-radius: 0.1rem;
	-moz-box-shadow: 0px 2px 5px #333;
	-webkit-box-shadow: 0px 2px 5px #333;
	box-shadow: 0px 2px 5px #333;
	display: none;
}

/*第二屏 */
.main_02 .bg,
.main_03 .bg {
	width: 100%;
	clear: both;
}

/*第四屏*/
.main_04 {
	width: 12.06rem;
	margin: 0 auto;
	padding: 0.8rem 0;
}

.main_04 h4 {
	color: #333;
	font-size: 0.4rem;
	margin-bottom: 0.46rem;
}

.main_04 .questions .item {
	margin-bottom: 0.2rem;
}

.main_04 .questions .item .title {
	font-size: 0.2rem;
	margin-bottom: 0.04rem;


}

.main_04 .questions .item .desc {
	font-size: 0.16rem;
	clear: #666;
	line-height: 1.75;
}

/*第五屏*/
.main_05 {
	width: 100%;
	background-color: #fcfcfc;
}

.main_05_box {
	width: 12.06rem;
	margin: 0 auto;
	padding: 0.8rem 0;

}

.main_05 h4 {
	color: #333;
	font-size: 0.4rem;
	margin-bottom: 0.46rem;
}

.main_05 h6 {
	color: #333;
	font-size: 0.24rem;
	margin-bottom: 0.3rem;
}

.main_05 .list .item {
	margin-bottom: 0.3rem;
}

.main_05 .list .item .icon {
	width: 0.2rem;
	height: 0.16rem;
	margin-right: 0.2rem;
}

.main_05 .list .item .title {
	color: #333;
	font-size: 0.16rem;
}

.main_05 .list .item .desc {
	color: #666;
	font-size: 0.16rem;
	padding-left: 0.4rem;
}

.main_05 .map {
	width: 7rem;
	height: 3.36rem;
}

footer {
	width: 100%;
	height: 0.46rem;
	line-height: 0.46rem;
	color: #eeeeee;
	font-size: 0.12rem;
	background-color: #333333;
}

footer a {
	color: #eeeeee;
}

footer a:hover {
	color: #fff;
	font-weight: bold;
}

body,
html {
	width: 100%;
	height: 100%;
}

.examine {
	width: 100%;
	height: 100%;
}

.examine .logo {
	width: 2.18rem;
	height: .75rem;
}

.examine .weihu {
	width: 6.7rem;
	height: 3.8rem;
	margin: 1.37rem auto .56rem;
}

.examine .tips {
	color: #FF7109;
	font-size: .3rem;
}