@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	font:14px "微软雅黑";
}
html {
	display:block;
	width:100%;
	background:url(/globalimages/20180918_zdxzjc_pic_top.jpg) no-repeat top center;
	text-align:center;
	padding-top:280px;
}
body {
	display:inline-block;
	min-width:1200px;
	margin:0 auto;
}
.f-l {
	float:left;
}
.f-r {
	float:right;
}
a {
	text-decoration:none;
}
li {
	list-style:none none;
}
img {
	border:0;
}
strong {
	font-weight:bold;
}
.clear {
	content:'.';
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}



/*尾部样式*/
.foot {
	display:block;
	width:100%;
	text-align:center;
	margin-top:30px;
	padding-bottom:30px;
}
.foot .btn {
	float:left;
	display:inline-block;
	margin:60px 50px 0 0;
}
.foot .btn a {
	margin-right:10px;
}
.foot .bqxx {
	display:inline-block;
	width:700px;
}
.foot .bqxx p,.foot .bqxx p a {
	font:14px/2em "微软雅黑";
	color:#333;
}
.foot .bqxx p a:hover {
	color:#007ac9;
}
.foot .bqxx select {
	margin-right:10px;
}
.foot .bqxx img {
	vertical-align:middle;
	margin-right:5px;
}
.foot .f-r img {
	margin-top:70px;
}