@charset "UTF-8";

.header .logo img{display:block;width:100%;}


.dl-menu{
	background:#056ceb;
width:100%;float:left;
}
.dl-menu a{
	color:#fff;
	font-size:14px;
	width:20%;
	text-align: center;
line-height: 50px;float:left;
}
/**************添加微信***************/
#piaofu_right{position:fixed; bottom:35%; right:0px; width:66px;height:55px;cursor:pointer;z-index:10000;}
#copyBT{opacity:0;height:0;}

/***********************/
.focus{ width:100%;  margin:0 auto; position:relative; overflow:hidden; margin-bottom: 20px;  }
	.focus .hd{ width:100%; height:11px;  position:absolute; z-index:1; bottom:0; text-align:center;  }
	.focus .hd ul{ display:inline-block; height:8px; padding:3px 5px; background-color:rgba(255,255,255,0.7); 
		-webkit-border-radius:8px; -moz-border-radius:8px; border-radius:8px; font-size:0; vertical-align:top;
	}
	.focus .hd ul li{ display:inline-block; width:8px; height:8px; -webkit-border-radius:8px; -moz-border-radius:8px; border-radius:8px; background:#acacac; margin:0 5px;  vertical-align:top; overflow:hidden;transition: width .3s;font-size: 0;}
	.focus .hd ul .on{ background:#0075da; height:8px; width:30px;}

	.focus .bd{ position:relative; z-index:0; }
	.focus .bd li img{ width:100%; height:auto;background:url(images/loading.gif) center center no-repeat;  }
	.focus .bd li a{ -webkit-tap-highlight-color:rgba(0, 0, 0, 0);  }
@media (min-width:641px){body{width:640px;margin:auto;}}

