﻿@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: "微软雅黑";
}
.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%;
	position: relative;
	background: #c5c5c5 url(../images/logo.png) no-repeat 0.2rem center;
	height: 1.6rem;
	background-size:38% ;
}
/*.Ztop img{
	width: 30%;
}*/
.Ztop a{
	position: absolute;
	display: block;
	width: 38%;
	height: 100%;
	top: 0;
	left: 0.2rem;
}
.Ztop span{
	position: absolute;
	top: 0.45rem;
	right: 0.5rem;
}
.Ztop span img{
	width: 0.7rem;
}

/*scrollTop*/
#scrollTop{
	width: 92%;
	padding-right: 8%;
	background: #eeedeb;
}
#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-top: 0.5rem;
	font-size: 0.26rem;
	color: #fafafa;
	text-align: center;	
	background: #979393;
	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;
}

/*服务支持*/
.biaot{
	width: 0.8rem;
	height: 0.8rem;
	display: inline-block;
	font-size: 0.32rem;
	text-align: center;
	background: #ea6a32;
	color: #fff;
	border-radius: 50%;
	padding: 0.2rem;
}
.neir{
	display: inline-block;
	width: 2rem;
	font-size: 0.26rem;
	line-height: 0.4rem;
	padding-top: 0.2rem;
}
/*翻页*/
.Paging{
	width:80%;
	margin:0rem auto;
	font-size:0.26rem;
	text-align:center;
	margin-top:0.5rem;
}
.Paging em{
	padding:0.1rem 0.2rem;
	border:0.01rem solid #666;
	font-style:normal;
}
.Paging span{
	margin:0 0.5rem;
}
.Paging a{
	padding:0.1rem 0.2rem;
	border:0.01rem solid #666;
	font-style:normal;	
}
/*友情链接*/
.wrap{
	width:100%;
	font-size:0.26rem;
	text-align:center;
	margin-bottom:0.2rem;
	padding:0.2rem 0;
}
.wrap strong{
	display:inline-block;
	text-align:left;
	margin-left:0.2rem;
}
.wrap a{
	padding:0.05rem;
	color:#fafafa;
	display:inline-block;
}
.lift{
	font-size:0.3rem;
}
