*{
  	margin:0;
	padding:0;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{
	font-family:Tahoma,Arial,Roboto,"Droid Sans","Helvetica Neue","Droid Sans Fallback","Heiti SC",sans-self,微软雅黑;
	font-weight:normal;
	font-style:normal;
    font-size: 0.24rem; 
}

a {
	color: #666;
	text-decoration: none;
}

ul,ol {
	list-style: none;
}

img {
	vert-align: top;
    -webkit-touch-callout:none;
} 
/* 移动端图片边框   相当于  border:0 */

a,button {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
 
 
.fll{
	float: left;
}

.flr{
	float: right;
}

.clear{
	zoom: 1;
}

.clear::after{
	display: block;
	content: "";
	clear: both;
}


/* input，textarea{outline:none}  
取消chrome下默认的文本框聚焦样式


input,button {
	-webkit-appearance: none;
	border-radius: 0;
}
去掉IOS移除原生控件样式


body {
	margin: 0;
	-webkit-user-select: none;
	禁止移动端用户进行复制.选择.
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	透明度设置为0，去掉点击链接和文本框对象时默认的灰色半透明覆盖层(iOS)或者虚框(Android)
	-webkit-appearance: none;
	消除输入框和按钮的原生外观，在iOS上加上这个属性才能给按钮和输入框自定义样式
	-webkit-user-select: none;
	禁止页面文字选择 ，此属性不继承，一般加在body上规定整个body的文字都不会自动调整
	-webkit-touch-callout:none; 
	禁用长按页面时的弹出菜单
	-webkit-text-size-adjust: none; 
	禁止文字自动调整大小(默认情况下旋转设备的时候文字大小会发生变化)，
	此属性也不继承，一般加在body上规定整个body的文字都不会自动调整
	-webkit-text-size-adjust: 100%;
	移动端横竖屏字体乎大乎小
} */


/* 公共头部  尾部 banner */
.header{
	padding: 0 0.28rem;
	height: 1.02rem;
	background-color: #fff;
}

.logo{
	height: 1.02rem;
	width: 4.24rem;
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 100%;
	text-indent: -9999px; 
}

.logo a{
	display: inline-block;
	width: 1.02rem;
	height: 4.24rem;
}

.search{
	width: 0.55rem;
	height: 1.02rem;
	background-image: url(../img/search.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}

/* banner */
.banner_box{
	width: 100%;
	height: 3.33rem;
	overflow: hidden;
	position: relative;
}

.banner_box .bd{
	width:100% !important;
}

.banner_box .bd li{
	width:100% !important; 
	height: 3.33rem;
	margin:0 auto;
	overflow:hidden;
}

.banner_box .bd li a{
	display:block;
	background-size:auto;
}

.banner_box .bd li img{
	width:100%;
	height: 3.33rem;
}

.banner_btn{
	position:absolute; 
	top:90%;
	background:#000;
	height:12%; 
	width:100%; 
	filter:alpha(opacity=50); 
	-moz-opacity:0.5; 
	opacity:0.5;
}

.banner_box .hd {
	position:absolute;
	left:45%; 
	right:45%; 
	top:25%;
}

.banner_box .hd ul li{
	width:0.14rem; 
	height:0.14rem;
	border-radius:50%;
	text-indent:-9999px;
	background:#ccc;
	float:left;
	cursor:pointer; 
	-webkit-border-radius:50%; 
	margin-left:5%; 
}

.banner_box .hd ul li.on{
	background:#eb5d01;
}

/* 尾部 */
.footer{
	width: 100%;
	padding: 0.15rem 0;
	background-color: #4b84e1;
	border-top: 2px solid #376cc4;
	text-align: center;
	/* position: fixed;
	bottom: 0; */
}

.footer p{
	display: inline-block;
	font-size: 0.2rem;
	color: #fff;
	overflow: hidden;
	line-height: 1.6;
}

.footer span{
	display: inline-block;
	width: 0.59rem;
	height: 0.73rem;
	background-image: url(../img/footer-img.png);
	background-size: 100%;
	background-repeat: no-repeat;
	vertical-align: top;
	margin-right: 0.1rem;
}