*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
li{
	list-style: none;
}
a{
	text-decoration: none;
}
.links{
	width: 100%;
	height: 60px;
	background-color: #3f8aeb;
}
.links_box{
	width: 1200px;
	height: 100%;
	margin: 0 auto;
}
.links_box:after{
	display: block;
	content: "";
	clear: both;
}
.links_item{
	width: 300px;
	height: 100%;
	float: left;
	line-height: 60px;
	color: #fff;
	font-size: 16px;
	border-right: 1px solid rgba(255,255,255,0.2);
	text-align: right;
	padding-right: 19px;
	position: relative;
    cursor: pointer;
}
.links_item:nth-child(4){
	border-right:0px;
}
.links_item img{
	width: 22px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 45px;
}
.linksItem{
	width: 299px;
	max-height: 250px;
	overflow: auto;
	position: absolute;
	left: 0;
	bottom: 60px;
	background: #15497b;
	display: none;
	font-size: 17px;
	z-index: 999;
}
.linksItem a  {
	display: block;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	color: #fff;
}
.links_item:hover .linksItem{
	display: block;
}
.footer_bottom{
	width: 100%;
	height: 250px;
	background-image: url(/static/www.sxhkxy.com/images/footerBg.png);
}
.footer_bottom_box{
	width: 100%;
	height: 100%;
	background-color: rgba(48,134,246,0.8);
}
.footerInfo{
	width: 1200px;
	margin: 0 auto;
	text-align: center;
	padding-top: 32px;
}
.footerInfo:after{
	display: block;
	content: "";
	clear: both;
}
.footerInfo_left{
	width: 950px;
	float: left;
}
.footer_info{
	margin-top: 32px;
	margin-bottom: 24px;
	font-size: 12px;
	color: #fff;
}
.footer_info span{
	display: inline-block;
	margin-right: 101px;
}
.copyrightInformation{
	font-size: 14px;
	color: #fff;
}
.copyrightInformation a{
	color: #fff;
}
.copyrightInformation span{
	display: inline-block;
}
.wangan img{
	display: inline-block;
	vertical-align: middle;
}
.footerInfo_right{
	float: left;
	width: 100px;
	height: 100px;
	margin-top: 56px;
}
@media screen and (min-width: 320px) {
	.links{
		height: 120px;
	}
	.links_box{
		width: 100%;
		height: 120px;
	}
	.links_item{
		height: 60px;
		width: 50%;
		font-size: 12px;
	}
	.links_item img{
		height: 18px;
	}
	.footerInfo{
		width: 100%;
		padding: 0 15px;
		padding-top: 32px;
	}
	.footerInfo_left{
		width: 100%;
	}
	.footerInfo_right{
		display: none;
	}
	.footerInfo_left img{
		width: 100%;
	}
	.footer_info{
		margin-bottom: 12px;
	}
	.footer_info span{
		display: inline-block;
		margin: 0;
		margin-bottom: 10px;
		text-align: left;
	}
	.copyrightInformation{
		font-size: 12px;
	}
	.footerInfo_left .wangan img{
		width: 15px;
	}
}
@media screen and (min-width: 768px) {
	.links_box,.links{
		height: 60px;
	}
	.links_item{
		width: 25%;
	}
	.footerInfo_left img {
	    width: 70%;
	}
	.copyrightInformation{
		font-size: 14px;
	}
}
@media screen and (min-width: 1000px) {
	.links{
		height: 60px;
	}
	.links_box{
		width: 1200px;
	}
	.links_item{
		width: 300px;
		height: 60px;
		font-size: 16px;
	}
	.footer_info{
		margin-bottom: 24px;
	}
	.footerInfo{
		width: 1200px;
		margin: 0 auto;
		text-align: center;
		padding-top: 32px;
	}
	.footerInfo_left{
		width: 950px;
	}
	.footerInfo_right{
		display: block;
	}
	.footerInfo_left img{
		width: initial;
	}
	.links_item img{
		height: 22px;
	}
	.copyrightInformation{
		font-size: 14px;
	}
}