html{ width: 100%; height: 100%; font-size: 18px;}
body,div,p,img,h1,h2,h3,ul,li,dd,dt,dl,span,a,input,form{
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    border: none;
    *border: 0;
    list-style: none;
    background: none;
	font-family:"微软雅黑",Arial,Helvetica,sans-serif; 
}

a,button,input{-webkit-tap-highlight-color:rgba(255,0,0,0);}/* 1.去除android a/button/input标签被点击时产生的边框 2.去除ios a标签被点击时产生的半透明灰色背景 */
a:focus { -moz-outline-style: none; } /* IE不支持 */ 
a:focus { outline: none; } /*很多网站都会加的属性*/
input,select{-webkit-appearance: none; border:none; border-radius: 0;font-family:"微软雅黑",Arial,Helvetica,sans-serif; } /* 去掉苹果默认样式 */
textarea {-webkit-appearance: none;border:none; border-radius: 0;font-family:"微软雅黑",Arial,Helvetica,sans-serif; }  /* 去掉苹果默认样式 */
.button{ border-radius: 0; } /* 去掉苹果默认样式 */

#top_right{ width:35px; height:35px; margin-right:10px; margin-top:10px; float:right; cursor:pointer;}
	/*头部导航下拉*/
	#top_right_1{ width:35px; height:35px; margin-right:10px; margin-top:10px; float:right; cursor:pointer; display:none;}
	 .top_nav{ width:120px; position:absolute; top:55px; right:0; z-index:9999; display:none;}
	 .top_nav ul{ width:100%;}
	 .top_nav li{  text-align:center; background:rgba(0,0,0,0.8); font-size:14px; color:#999; cursor:pointer;line-height:22px;}
	 .top_nav li.hover_1 a{ background:#d30830; color:#FFF; display:block; text-align:center;}
	 .top_nav li a{ color:#999; display:block; text-align:center;}
	 .top_nav li a:hover{ background:#d30830; color:#FFF;}
	 
/*顶部*/
#wrap{ width:100%; margin:0 auto; clear:both; overflow:hidden;}
#head{ width:100%; height:55px; background:#c02a39; clear:both; line-height:55px;position: fixed;
top: 0;
z-index: 999;
}
#head .head_left{ width:17px; height:30px; float:left; margin:12px 15px 0; }
#head .head_mid{ width:70%; float:left; text-align:center; color:#fff; font-size:16px;}/* margin-left:23%;*/





/*底部*/
#footer{ width:100%; overflow:hidden; clear:both; } /*margin-top:10%;*/
#footer .red{ width:100%; background:#bf0a24; height:10px;}
#footer .copyright{ width:100%; font-size:14px; padding:7% 0; text-align:center; color:#a7a7a7; background:#232323;}

/*scroll_Bottom*/
#scroll{ width:100%; clear:both; overflow:hidden; background:#f9f9f9; padding:2% 0 1%;}
#scroll li{ width:18%; text-align:center; float:left; margin:0 1%;}
#scroll li .scroll_top{ width:100%; text-align:center; float:left;}
#scroll li .scroll_top img{ width:25%;}
#scroll li .scroll_bot{ width:100%; text-align:center; float:left; font-size:12px; color:#999; padding-top:4%;}

.new_top ul li a{color:#666}




.di{position:fixed;bottom:0;left:0;background:#fff;width:100%;border-top:1px solid #C5C1C1;padding-bottom:5px;}
.di a{font-size:12px;color:grey;}
.di ul{zoom:1}
.di li{float:left;width:20%;height:54px;text-align:center;}
.di .tu{background:url('../images/index/img_59.png') no-repeat center bottom;background-size: 25px auto;}
.di .tu1{background:url('../images/index/img_61.png') no-repeat center bottom;background-size: 25px auto;}
.di .tu2{background:url('../images/index/img_63.png') no-repeat center bottom;background-size: 25px auto;}
.di .tu3{background:url('../images/index/img_65.png') no-repeat center bottom;background-size: 25px auto;}
.di .tu4{background:url('../images/index/img_67.png') no-repeat center bottom;background-size: 25px auto;}
#footer .di .tu,.tu1,.tu2,.tu3,.tu4{display:block;height:35px;margin-bottom:2px;}


#wrapper {
	position: relative;
	z-index: 1;
	height: 50px;
	width: 100%;
	background: #f9f9f9;
	-ms-touch-action: none;
	margin-top:55px;
	-webkit-box-shadow: 0 1px 4px 0 #999;
  box-shadow: 0 1px 4px 0 #999;
}

#scroller {
	position: absolute;
	z-index: 1;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	width: 800px;
	height: 50px;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-o-text-size-adjust: none;
	text-size-adjust: none;

}

#scroller ul {
	list-style: none;
	width: 100%;
	padding: 0;
	margin: 0;
}

#scroller li {
	float: left;
	line-height:50px;
	font-size: 14px;
	text-align: center;
	margin:0 15px;
	position: relative;
}
#scroller li.on .round{display:block;}

	#wrapper{width:100%;}
	#scroller ul li .round{width: 10px;height: 8px;background: url("../images/jiant.png") no-repeat;background-size: 100% 100%;left: 46%;margin-left: -5px; position: absolute;bottom: -8px; z-index:9;display:none;}
/*		width: 120px;
	height: 160px;background-color: #fafafa;*/
