/*
* @Author: Administrator
* @Date:   2017-05-04 18:15:10
* @Last Modified by:   Administrator
* @Last Modified time: 2017-09-19 20:04:25
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,aside,figure,figcaption,blockquote,th,td,a
{
margin: 0;
padding: 0;
outline:none;
font-family:"Microsoft YaHei";
}
/* a标签去除点击背景 */
a{
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
input{border-radius:0;outline: none;}
input[type=radio]{margin: 0;}
h1,h2,h3,h4,h5,h6,label {
font-weight: normal;
}
ul,li{
list-style: none;
}
a {
text-decoration: none;
color: #333;
}
body{ max-width: 640px; min-width: 300px; margin: 0 auto; padding: 0; color:#333;font-size:18px;}
input[type="button"], input[type="submit"], input[type="reset"] {
-webkit-appearance: none;
outline: none;
}
textarea { -webkit-appearance: none;}
i,em{
font-style:normal;
}

/* 头部 */
.public_head{ width: 100%; height: 48px; line-height:48px; background: #fff; overflow: hidden; border-bottom: 1px solid #e6e6e6; position: fixed;left:0;right:0; top:0;z-index: 99;}
.public_head i{ display: block; width: 40px;  color: #000; position: absolute; top: 0; right: 0; font-size: 22px; text-align: center;}
.public_head h3{ color: #000; text-align: center; font-size: 18px;}
.public_head a{ display: block;  color: #000; text-align: center; font-size: 22px; width: 40px; position: absolute; top: 0; left: 0; }
.public_head span{ display: block;  color: #000; font-size: 16px; padding-right:14px; position: absolute; top: 0; right: 0; }
.content{padding-top:49px;padding-bottom:55px;}
/* 底部footer */
.footer{
	height:54px;
	width:92.5%;
	padding:0 3.75%;
	position:fixed;
	left:0;
	right:0;
	bottom:0;
	z-index:10;
	background-color:#fff;
	border-top:1px solid #e6e6e6;
}
.footerCon{
	width:100%;
	height:100%;
	display: -webkit-box; 
    display: -moz-box; 
    display: -ms-flexbox;
    display: -webkit-flex; 
    display: flex; 
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -moz-box-orient:horizontal;
    -moz-box-direction:reverse;
    -webkit-flex-direction:row;
    flex-direction:row;
    -webkit-justify-content:space-around;
    -moz-box-pack:space-around;
    -webkit--moz-box-pack:space-around;
    box-pack:space-around;
    justify-content:space-around;
    -webkit-flex-wrap:wrap;
    -webkit-box-lines:multiple;
    -moz-flex-wrap:wrap;
    flex-wrap:wrap;
}
.footerCon .a_jump{
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box; 
	display:block;
	height:100%;
	width:25%;
	text-align:center;
	font-size:12px;
	color:#666666;
	padding:6px 0 3px;
}
.footerCon img{
	display:block;
	margin:0 auto;
	width:26px;
}
.footerCon span{
	display:block;
	height:20px;
	line-height: 20px
}
.footerCon .footerOn{
	color:#8ed23d
}