*{margin:0;padding:0;}
body,html,div,ul,li,span,p,input,form,label,a,img,em,dl,dt,dd,textarea,h3,table,th,td,tr,h1{
	border:none;
	text-align:left;
	margin:0;
	text-indent:0;
	padding:0;
	font-family: "PingFang Regular","微软雅黑","\5B8B\4F53";
	color:#666;list-style:none;
	font-style:normal;
	word-break: break-all; 
	outline:none; 
	word-wrap: break-word;
	box-sizing:border-box;
	}
textarea{resize:none;box-sizing: border-box;width:100%;padding:10px;height:140px;background:#f5f5f5;}
a{text-decoration: none;}
*::-webkit-scrollbar {width: 10px;height: 1px;}    	
*::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);border-radius: 10px;}
*::-webkit-scrollbar-thumb{border-radius:10px; -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);background:#eee;}]
@font-face {
	font-family:'PingFang Regular';
	src: url('PingFang Regular.ttf');
	font-weight: normal;
  	font-style: normal;
}
@font-face {
	font-family:'SourceHanSans-Regular';
	src: url('SourceHanSans-Regular.otf');
	font-weight: normal;
  	font-style: normal;
}
.cover{
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 3;
}
.left{
	display: none;
	position: fixed;
	width: 8.03rem;
	right:-8.03rem;
	height: 100%;
	padding-top:1.2rem;
	background: #2b2b2b;
	z-index: 4;
}
.left .close{
	display:none;
	width: 0.55rem;
	height: 0.55rem;
	position:absolute;
	left: -0.94rem;
	top: 0.4rem;
}
.left a{
	float: left;;
	width: 100%;
	height: 1.03rem;
	line-height: 1.03rem;
	border-bottom: 1px solid #474747;
	font-size: 0.35rem;
	cursor: pointer;
	color: #7c7c7c;
	padding-left:0.67rem;
	box-sizing: border-box;
}
.left .this{
	color: #000;
	background: #fff;
}
.menu{
	position: fixed;
	width: 100%;
	height: 1.2rem;
	padding-top: .25rem;
	text-align: center;
	background: #FFFFFF;
	box-sizing: border-box;
	z-index: 2;
}
.menu>div{
	float: right;
	width: 1.4rem;
	text-align: center;
}
.menu>a>img{
	float: left;
	margin-left: .4rem;
	width: 2.68rem;
	height: 0.7rem;
}
#menu img{
	width: 0.58rem;
    height: 0.47rem;
    margin-top: .165rem;
}
.content{
	width: 100%;
	height: 100%;
	padding-top: 1.2rem;
	padding-bottom: 1.6rem;
	overflow: auto;
}
.banner{
	width: 100%;
}

p{
	margin: 0;
	text-align: center;
}	
.section { 
	width: 100%;
	padding: .6rem;
}
.title {
	font-size: 0.58rem;
	color: #000;
	text-align: center;
}
.title:after { 
	display: block;
	content: '';
	width: 0.58rem;
	height: .053rem;
	margin: .16rem auto .46rem auto;
	background-color: #FFC600;
 }
.cen { text-align: center; }
.cen img { max-width: 100%; }
.contact{
	padding: 0.67rem 0.4rem 0 .4rem;
	background: #FFF;
}
.contact .name{
	font-size: 0.38rem;
	color: #000;
	text-align: left;
	margin-top:0.67rem;
}
.contact .item{
	font-size: 0.32rem;
	color: #333;
	text-align: left;
}
.contact .wechat { margin-top: 0.1rem; text-align: left; }
.copyright{
	width: 100%;
	height: 0.8rem;
	line-height: 0.8rem;
	text-align: center;
	background-color: #262626;
	font-size: 0.267rem;
	color: #cccccc;
}
.mask{
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: 0.5;
	filter: alpha(opacity=50);
	z-index: 5;
}
.code{
	display: none;
	position:fixed;
	width: 5.3rem;
	height: 5.3rem;
	top: 50%;
	left: 50%;
	margin-left: -2.65rem;
	margin-top: -2.65rem;
	z-index: 6;
}
.code img{
	width: 100%;
	height: 100%;
}
.code-close{
	position:relative;
	width: 0.8rem;
	height: 0.8rem;
	top: 0.4rem;
	left: 50%;
	margin-left: -0.4rem;
	background: #fff;
	border-radius: 0.4rem;
	padding: 0.15rem;
}
.clear-float:after {
	display: table;
	content: '';
	clear: both;
}
.mt { margin: .8rem .25rem; }

.foot{
	position: fixed;
	bottom: 1.95rem;
	left: 0;
	width: 100%;
	height: 1.28rem;
	padding: 0 0.4rem;
	text-align: center;
	box-sizing: border-box;
	z-index: 1;
}
.foot> div{
	position: relative;
	width: 100%;
	height: 100%;
	background: #FFF;
	border-radius: 1.33rem;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.foot img{
	width: 0.52rem;
	height: 0.43rem;
	cursor: pointer;
}
.disflex {  display: -webkit-box; display: -webkit-flex; display: flex; }
.flexcen { -webkit-justify-content: center; -ms-justify-content: center; -moz-justify-content: center; justify-content: center; -webkit-align-items: center; -ms-align-items: center; -moz-align-items: center; align-items: center; }
.around { -webkit-box-pack: justify; -webkit-justify-content: space-around; justify-content: space-around; }
.between { -webkit-box-pack: justify; -webkit-justify-content: space-between; justify-content: space-between; }
p.indent { text-indent: 2em; }
.mt4 { margin-top: .4rem; }
.radius10 { -moz-border-radius: .13rem; -o-border-radius: .13rem; -webkit-border-radius: .13rem; border-radius: .13rem; }

	
	
	