*{
	margin: 0;
	padding: 0;
	border: 0;
}
a{
	text-decoration: none;
	-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
	color:#0daae6;
}
em,i{
	font-style: normal;
}

.top{
	width: 100%;
	height: 0.8rem;
	background: #ffffff;
	position: fixed;
	top: 0;
	border-bottom: 1px solid #666;
	left: 0;
	right: 0;
	z-index: 999;
	margin: 0 auto;
	padding: 0 0.24rem;
	box-sizing: border-box;
}
.top .tLogo{
	width: 3.15rem;
	font-size: 0;
	overflow: hidden;
	margin-top: 0.25rem;
}
.top .tLogo img{
}
.top .topNav em.act{
	width: 0.5rem;
	height: 0.4rem;
	font-size: 0;
	display: block;
	background: url(../imgs/topNavIcon.png) no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
	margin-top: 0.2rem;
}
.top .topNav em.close{
	width: 0.5rem;
	height: 0.4rem;
	font-size: 0;
	display: block;
	background: url(../imgs/topCloseIcon.png) no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
	margin-top: 0.2rem;
}
.navList{
	width: 100%;
	background: rgba(0,0,0,0.9);
	margin: 0;
	padding: 0;
	position: fixed;
	top: 0.8rem;
	z-index: 999;
	display: none;
}
.navList ul li{
	width: 100%;
	height: 0.78rem;
	border-bottom: 0.02rem solid rgba(255,255,255,0.2);
}
.navList ul li:last-child{
	border-bottom: none;
}
.navList ul li span{
	color: #FFFFFF;
	font-family: "思源黑体 CN";
	font-size: 0.24rem;
	display: block;
	text-align: center;
	line-height: 0.78rem;
}
.navList ul li.active span{
	color: #00a6a2;
}
.about_banner{
	width: 100%;
	height: 
}

.brand{
	width: 100%;
	background: #ebebeb;
	padding-top: 0.58rem;
	padding-bottom: 0.3rem;
}
.brand .ftLogo{
	font-size: 0;
	overflow: hidden;
	margin: 0 auto;
}
.brand .ftLogo img{
	width: 100%;
	height: 100%;
}
.brand .bdImg{
	width: 5.2rem;
	height: 0.59rem;
	font-size: 0;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 0.25rem;
}
.brand .bdImg img{
	width: 100%;
	height: 100%;
}
.brand .imgBox{
	width: 4.42rem;
	margin: 0 auto;
	margin-top: 0.4rem;
}
.brand .imgBox .img{
	width: 2rem;
	height: 2rem;
	font-size: 0;
	overflow: hidden;
	background: #FFFFFF;
}
.brand .imgBox .img img{
	width: 100%;
	height: 100%;
}

.banquan{ color: #0daae6;
    height: 50px;
    font-size: 14px;
    text-align: center;
    line-height: 50px;
}


.foot{
	width: 100%;
	height: 0.68rem;
	background: #00b4aa;
}
.foot ul li{
	width: 33.3%;
	float: left;
	position: relative;
	background-color:#0daae6;
}
.foot ul li.line::after{
	content: "";
	display: block;
	width: 0.02rem;
	height: 0.68rem;
	background: #FFFFFF;
	position: absolute;
	top: 0;
	right: 0;
}
.foot ul li .ftIcon{
	width: 0.39rem;
	height: 0.29rem;
	font-size: 0;
	overflow: hidden;
	margin-top: 0.19rem;
	margin-left: 0.36rem;
}
.foot ul li .ftIcon img{
	width: 100%;
	height: 100%;
}
.foot ul li span{
	color: #FFFFFF;
	font-family: "思源黑体 CN";
	font-size: 0.22rem;
	display: block;
	line-height: 0.68rem;
	padding-left: 0.12rem;
}