html {
    /*font-size:10px;*/
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    /* 解决IOS默认滑动很卡的情况 */
    -webkit-overflow-scrolling : touch;
}
body, div, ul, li, ol, h1, h2, h3, h4, h5, h6, input, textarea, select, p, dl, dt, dd, a, img, button, form, table, th, tr, td, tbody, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    margin: 0;
    padding: 0;
    
}
body {
    font-family: "Microsoft YaHei","宋体", Tahoma, Arial, sans-serif;
    background:#ffffff;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
ul,li{
    list-style-type: none;
}
.clearfix:after {
    content: "";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
}
.clearfix {
    zoom: 1;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.cb{
    clear:both;
}
.w50{
    width:50%;
}
.w100{
    width:100%;
}
.w33{
    width:33.3333%;
}
.dis-block{
    display:block;
}
.dis-inline{
    display:inline;
}
.dis-none{
    display:none;
}
.pos_ab{
    position: absolute;
}
.pos_rel{
    position: relative;
}
.pos_fix{
    position: fixed;
}
.nagtop{
	height:4.2rem;
    width:100%;
    z-index:1111;
}
.nagtop ul{
	display:block;
	height:4.2rem;
	width:100%;
	background:#5CACEE;
	font-size:1.4rem;
}
.nagtop ul li{
	display:block;
	height:4.2rem;
	line-height:4.2rem;
}
.nagtop ul li.toback{
	float:left;
	width:6.2rem;
	height:4.2rem;
	background:url('/public/image/goback.png') no-repeat 1.2rem center;
	background-size:24px;
}
.nagtop ul li.gohome{
	float:right;
	width:6.2rem;
	height:4.2rem;
	background:url('/public/image/tohome.png') no-repeat 2.4rem center;
	background-size:24px;
	
}
.nagtop ul li.gohome a,.nagtop ul li.toback a{
	display:block;
	height:4.2rem;
	width:6.2rem;
}
.nagtop ul li.nagtit{
	margin:0 62px;
	height:4.2rem;
	color:#ffffff;
	text-align:center;
}
.nagtop_kg{
	height:4.2rem;
}