@font-face{
	font-family: NOTOSANSHANS;
	src: url('../otf/NOTOSANSHANS-REGULAR.OTF'),
}

*,body{
	margin:0px;
	padding:0px;
	font-family:'Microsoft YaHei';
	font-size:0.98em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color:rgba(62,58,57,0.9);
}

ul{
	list-style:none;
}

a{
	text-decoration:none;
}

img{
	display:block;
}

.footer{
	width:100%;
	min-width:1000px;
}
.footer .blue{
	width:100%;
	height:90px;
	background:#197EB4;
}
.footer .blue .blue-d{
	width:1000px;
	overflow:hidden;
	margin:auto;
}
.footer .blue .blue-d > span{
	width:53%;
	float:right;
	margin-top:20px;
	height:50px;
	line-height:50px;
	padding-left:30px;
	display:block;
	background:#ABD0E2;
}
.footer .blue .blue-d > span > a > img{
	float:right;
	margin-top:16px;
	margin-right:5px;
}

.footer .blue .blue-d > span > a{
	color:#197EB4;
}

.footer .black{
	width:100%;
	height:100px;
	background:#1B1B1B;
}
.footer .black .blac{
	width:1000px;
	margin:auto;
	overflow:hidden
}
.footer .black .blac > ul > li:nth-child(1){
	padding-top:18px;
	float:left;
}
.footer .black .blac > ul > li:nth-child(2){
	width:9%;
	padding-top:40px;
	float:right;
}
.footer .black .blac > ul > li:nth-child(2) > a{
	color:#FFFFFF;
}
.footer .black .blac > ul > li:nth-child(2) > a > img{
	float:right;
	padding-top:2px;
}
.footer .lx{
	width:100%;
	background:#313131;
	overflow:hidden;
}

.footer .lx .lx-x{
	width:1000px;
	margin:30px auto;
}
.footer .lx .lx-x >ul >li{
	float:left;
	width:20%;
	
}
.footer .lx .lx-x >ul >li >span{
	display:block;
	height:30px;
	line-height:30px;
	font-size:0.7em;
	color:#FFFFFF;
}



.footer .lx .lx-x >ul >li:nth-child(4){
	float:right;
	margin-top:150px;
}
.footer .lx .lx-x >ul >li:nth-child(2){
	text-align:center;
	margin-left:30px;
}.footer .lx .lx-x >ul >li:nth-child(3){
	text-align:center;
	margin-left:30px;
}
.footer .lx .lx-x .lx-x-s >span{
	text-align:right;
}












