[v-cloak]{
	display:none !important;
}
body{
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
}
a{
	text-decoration: none;
}
/*顶部*/
.nav{
	width: 100%;
	height: 60px;
	line-height: 110px;
	background-color: #2F2F2F;
	text-align: center;
	position: relative;
	vertical-align: middle;
}
.nav ul{
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
}
.nav ul li {
	float: left;
	font-size: 14px;
	width: 70px;
	height: 30px;
	line-height: 30px;
	margin: 0 20px 15px;
}
.nav ul li a {
	display: inline-block;
	width: 70px;
	height: 30px;
	line-height: 30px;
	color: white;
	text-decoration: none;
}
.nav ul li a:hover {
	background-color: #474D51;
}
.s-logo {
	display: inline-block;
}
.s-logo img{
	width: 40px;
	height: 40px;
	margin-bottom: 10px;
	margin-right: 50px;
}
.active1{
	background-color: #474D51;
}
.r-span{
	display: inline-block;
	width: 150px;
	height: 60px;
	background-color: #474D51;
	overflow: hidden;
	padding-top: 6px;
	box-sizing: border-box;
}
.r-span a:active{
	text-decoration: none;
}
.r-span img{
	width: 35px;
	height: 35px;
	float: left;
	margin-top: 5px;
	margin-left: 10px;
}
.r-span i {
	font-style: normal;
	color: white;
	font-size: 13px;
}
.r-s1{
	margin-left: 50px;
}
.caidan{
	display: none;
}
.login_in{
	position: absolute;
	top: -28px;
	left: 80%;
}
.login_in img{
	margin-top: 49px;
	width: 23px;
}
.login_in a{
	float: right;
	margin-top: 5px;
	margin-left: 5px;
	color: white;	
	font-size: 16px;
}
.login_in a:active{
	color: #CFD3D6;	
}
/*底部*/
/*.footer{
	width: 100%;
	height: 255px;
	background-color: #2F2F2F;
	padding: 20px 0;
	box-sizing: border-box;
	margin-top: 20px;
	overflow: hidden;
}
.f-left{
	float: left;
	width: 50%;
	height: 215px;
	border-right: 2px solid #444444;
	box-sizing: border-box;
	text-align: right;
	padding-right: 80px;
}
.f-left p{
	color: white;
	font-size: 18px;
	margin: 10px;
}
.d-img{
	width: 150px;
	height: 150px;
	background-color: white;
	float: right;
}
.f-right{
	float: right;
	width: 50%;
	height: 215px;
	box-sizing: border-box;
	padding-left: 75px;
}
.f-right img{
	float: left;
	margin-top: 10px;
}
.f-right h2{
	display: inline-block;
	color: white;
	margin: 12px 0 0 10px;
}
.f-right p{
	color: white;
	margin: 14px 0 !important;
}*/

.footer{
	width: 100%;
	height: 200px;
	background-color: #2F2F2F;
	margin-top: 20px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}
.footer-img{
	width: 300px;
	height: 180px;
	text-align: center;
	margin-left: 20px;
}
.f-til{
	margin: 8px 0;
	font-size: 13px;
	color: white;
}
.d-img{
	width: 100px;
	height: 100px;
	margin: 0 auto;
}
.d-img img{
	width: 100%;
}
.footer-p{
	margin-left: 20px;
}
.footer-p p{
	font-size: 13px;
	margin: 8px 0;
	color: white;
}
.footer-p a{
	color: white;
}
/*返回顶部按钮*/
.backTop{
	position: fixed;
	bottom: 50px;
	right: 50px;
	cursor:pointer;
	display: none;
}
/*所有分页*/
.page-foter{
	width: 100%;	
	line-height: 35px;
	overflow: hidden;
	margin: 10px 0;
	border-top: 1px solid #E5E5E5;
	padding-top: 15px;
}
.page-foter ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.page-foter li{
	width: 28px;
	height: 35px;
	float: left;
	margin: 0 5px;
}
.page-foter a{
	display: inline-block;
	width: 28px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border: 1px solid #E0E0E0;
	border-radius: 5px;
	color: #000000;
	cursor: pointer;
}
.page-foter a:hover{
	background-color: #2196F3;
	color: #FFFFFF !important;
}
.a-active{
	background-color: #2196F3;
	color: #FFFFFF !important;
}
.pull-right{
	float: right;
}
.page-span{
	font-size: 13px;
	color: #73879C;
}

/*移动设备*/
@media only screen and (min-width: 100px) and (max-width: 769px) {
.nav{
	width: 100%;
	height: 50px;
	line-height: 0;
	position: relative;
	text-align: left;
}
.nav ul{
	width: 100%;
	position: absolute;
	top: 50px;
	left: 0;
	z-index: 99;
	display: none;
}
.nav ul li {
	font-size: 14px;
	width: 100%;
	height: 40px;
	margin: 0;
	background-color: #000000;
}
.nav ul li a {
	width: 100%;
	height: 40px;
	line-height: 40px;	
	text-align: center;	
	font-size: 16px;
}
.s-logo img{
	width: 35px;
	height: 35px;
	margin-top: 7px;
	margin-bottom: 0px;
	margin-left: 20px;
}
.hide-xs{
	display: none;
}
.show-xs{
	display: block;
}
.caidan{
	width: 45px;
	height: 30px;
	float: right;
	margin-top: 9px;
	margin-right: 20px;
}
.caidan img{
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.login_in{
	display: none;
}
.login_li{
	display: block !important;
}
.footer-p{
	margin-left: 10px;
}
/*.footer{
	height: auto;
	padding: 5px 0;
}
.f-left{
	width: 100%;
	height: auto;
	margin-bottom: 10px;	
	padding: 0;
	text-align: center;
}
.d-img{
	width: 100px;
	height: 100px;
	float: none;
	margin: 0 auto;
}
.f-right{
	width: 100%;
	height: auto;
	padding: 0 10px;
	text-align: center;
}
.f-right img{
	width: 25px;
	height: 25px;
	margin-top: 10px;
	margin-left: 60px;
}
.f-right h2{
	display: inline-block;
	color: white;
	margin: 0;
	font-size: 18px;
}
.f-right p{
	color: white;
	margin: 5px 0 !important;
	font-size: 12px;
}*/

/*返回顶部按钮*/
.backTop{
	bottom: 20px;
	right: 20px;
}
.backTop img{
	width: 50px;
	height: 50px;
}
}