*{
	margin: 0;
	padding: 0;
	text-decoration: none;
}
.footer{
	/* min-width: 1200px;
	height: 300px; */
	background-color: #333333;
}
.footer .footerList{
	/* width: 1200px; */
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.footer .footerList .footerLeft{
	/* width: 30%; */
	/* height: 200px; */
	display: flex;
	justify-content: flex-end;
	margin-top: 50px;
}
.footer .footerList .footerLeft .item{
	width: 120px;
	margin-right: 30px;
}
.footer .footerList .footerLeft .item p{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 10px;
}
.footer .footerList .footerLeft .item a{
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #C1C1C1;
	display: block;
	line-height: 25px;
}
.footer .footerList .footerLeft .item a:hover{
	color: #4386DB;
}
.footer .footerList .footerRight{
	/* width: 70%; */
	margin-top: 50px;
	/* height: 100px; */
	display: flex;
	border-left: 1px solid #636363;
}
.footer .footerList .footerRight .item{
	margin-left: 15%;
	width: 50%;
}
.footer .footerList .footerRight .item p{
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #C1C1C1;
	line-height: 25px;
}
.footer .footerList .footerRight .item p:nth-child(1){
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 10px;
}
/* .footer .footerList .footerRight .guanzhu p{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 10px;
}
.footer .footerList .footerRight .guanzhu a{
	width: 30px;
	height: 30px;
	margin: 0 10px;
}
.footer .footerList .footerRight .guanzhu a img{
	width: 30px;
	height: 26px;
} */
.footer .footerList .footerRight .guanzhu p{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 10px;
}
.footer .footerList .footerRight .guanzhu .img{
	display: flex;
}
.footer .footerList .footerRight .guanzhu .icon{
	width:30px;
	height: 30px;
	/*margin: 0 10px;*/
	position: relative;
	/* background-color: #2a2a2a; */
}
.footer .footerList .footerRight .guanzhu .icon:nth-child(2n){
	margin: 0 20px ;
}
.footer .footerList .footerRight .guanzhu .icon:hover{
	background-color: rgb(0,60,136);
}
.footer .footerList .footerRight .guanzhu .icon>img{
	width: 30px;
	/* height: 25px; */
	cursor: pointer;
}
.footer .footerList .footerRight .guanzhu .icon:nth-child(4)>img{
	width: 25px;
	display: block;
	margin: 0  auto;
	margin-top: 2px;
}
.footer .footerList .footerRight .guanzhu .icon .code{
	position: absolute;
	width: 120px;
	height: 124px;
	left: -45px;
	top: 30px;
	opacity: 0;
}
.footer .footerList .footerRight .guanzhu .icon.active .code{
	opacity: 1;
}
.footer .footerList .footerRight .guanzhu .icon .code img:nth-child(1){
	width: 120px;
	height: 124px;
	position: relative;
}
.footer .footerList .footerRight .guanzhu .icon .code img:nth-child(2){
	width: 110px;
	height: 110px;
	background-color: pink;
	position: absolute;
	top: 9px;
	left: 5px;
}
.footer .footerBottom{
	/* min-width: 1200px; */
	height: 50px;
	border-top: 1px solid #8D8D8D;
}
.footer .footerBottom p{
	text-align: center;
	font-size: 13px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FEFEFE;
	display: block;
	margin-top: 15px;
}
.footer .footerBottom p a{
	color: #FEFEFE;
}
.pager-box:after{
 display:block;
 height:0;
 visibility:hidden;
 clear:both;
 content:'';
}
#pager{
	padding-top: 50px;
	padding-bottom: 100px;
	background-color: #f5f6fa;
}
.pager{
 float:left;
 position:relative;
 left:50%;
 font-family:微软雅黑;
}
.pager a,.pager span{
 position:relative;
 left:-50%;
 display:block;
 float:left;
 margin-left:5px;
 /* border:1px solid #b6bcc1; */
 padding: 5px 10px;
 text-decoration:none;
 color:#b6bcc1;
 border-radius:3px;
 background:#ffffff;
}
.pager span{
 border:0;
}
.pager a.js-selected{
 background:#3D5B81;
 color:#FFFFFF;
 cursor:default;
}
.pager a.js-disabled{
 background:#ffffff;
 border-color:#f1f1f1;
 cursor:default;
 color: #999999;
}
#page{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 50px;
}
#page a{
	display: block;
	background-color: #ccc;
	color: white;
	padding: 3px 12px;
	margin: 0 5px;
}
#page a:hover{
	color: #000000;
}
#page span{
	background-color: #ccc;
	color: #000000;
	padding: 3px 12px;
	margin: 0 5px;
}

@media screen and (max-width: 998px){
	.footer .footerList .footerRight .item{
		margin-left: 2%;
	}
	.footer .footerList .footerRight .guanzhu .icon .code{
		width: 100px;
		height: 104px;
	}
	.footer .footerList .footerRight .guanzhu .icon .code img:nth-child(1){
		width: 100px;
		height: 104px;
	}
	.footer .footerList .footerRight .guanzhu .icon .code img:nth-child(2){
		width: 90px;
		height: 90px;
	}
}