@media screen and (min-width: 720px) {
	html {
		font-size: 100px;
	}
}
@media screen and (max-width: 640px) and (min-width: 600px) {
	html {
		font-size: 88.89px;
	}
}
@media screen and (max-width: 600px) and (min-width: 414px) {
	html {
		font-size: 83.33px;
	}
}

@media screen and (max-width: 414px) and (min-width: 412px) {
	html {
		font-size: 57.5px;
	}
}

@media screen and (max-width: 412px) and (min-width: 384px) {
	html {
		font-size: 57.22px;
	}
}

@media screen and (max-width: 384px) and (min-width: 375px) {
	html {
		font-size: 53.33px;
	}
}

@media screen and (max-width: 375px) and (min-width: 360px) {
	html {
		font-size: 52.08px;
	}
}

@media screen and (max-width: 360px) and (min-width: 320px) {
	html {
		font-size: 50px;
	}
}

@media screen and (max-width: 320px) {
	html {
		font-size: 44.44px;
	}
}
*{
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
	line-height:0.5rem;
}
.l{
	float: left;
}
.r{
	float: right;
}
ul,li{
	list-style: none;
}
a{
	text-decoration: none;
}
.cleaboth{
	clear: both;
}
img{
	display: block;
}
/*top*/
.Ztop{
	width: 100%;
	height: 1.54rem;
	background: #222 url(../images/logo1.png) no-repeat;
	background-position:0.5rem center ;
	background-size:55% ;
}
.Ztop a{
	display: block;
	width: 40%;
	height: 100%;
	float: left;
}
.Ztop span{
	display: inline-block;
	margin-right: 0.5rem;
	width: 0.8rem;
	margin-top: 0.37rem;
}
.Ztop span img{
	width: 100%;
}
.top_tel{
	width:100%;
	text-align:center;
	background:white;
	display:block;
}
.top_tel a{
	font-size:0.34rem;
	color:black;
	font-weight:800;
	display:block;
	background:#BCE2ED;
}
/*scrollTop*/
#scrollTop{
	width: 92%;
	padding-right: 8%;
	background: #cc0001;
}
#scrollTop span{
	padding-right: 0.3rem;
	background: url(../images/bo_39.png) no-repeat right;
	background-size:16px 14px ;
	font-size: 0.36rem;
	color: #fff;
	line-height: 0.5rem;
	font-weight: bold;
}
/*底部*/
#footer{
	padding: 0.5rem 0 1rem 0;
	font-size: 0.26rem;
	color: white;
	text-align: center;	
	background: #222;
	line-height: 0.4rem;
}
#footer .bot_nav{
	width:100%;
	display:flex;
	flex-wrap:wrap;
	text-align:center;
	justify-content:center;
}
#footer .bot_nav li{
	width:25%;
	margin-bottom:0.2rem;
	box-sizing: border-box;
	border-right:1px solid #fff;
}
#footer .bot_nav li:nth-child(4){
	border-right:none;
}
#footer .bot_nav li:nth-child(5){
	border-left:1px solid #fff;
}
#footer .bot_nav li a{
	font-size:0.28rem;
	color:#fff;
}
.pages{
	font-size:0.25rem;
	padding-left:0.1rem;
}


.wh_tp img{width:100%; height:auto; overflow:hidden; float:none}
.wh_tp1{line-height:90px; font-size:18px; display:block}
.wh_tp2{line-height:90px; font-size:18px; margin-top:15px; display:block}
.wh_tp2 img{margin:0rem auto;}


.db_navi{width:100%; height:auto; padding:10px 0px; background:rgba(204,0,1,0.8); position:fixed; bottom:0; overflow:hidden }
.db_navi ul li{width:24.7%; float:left; border-right:1px dotted #fff; text-align:center; line-height:0.05rem}
.db_navi ul li a{line-height:0.5rem; color:#fff; font-size:15px}














