* {
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
	font-family: "微软雅黑";
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #000;
}
header{
	width: 100%;
	height: 90px;
  min-width:1200px;
	background: rgba(0,98,209,0.9);
	position: fixed;
	top: -10px;
	left: 0;
	padding-top: 10px;
	z-index: 10000;
}
.head{
	width: 1200px;
	height: 90px;
	margin: 0 auto;
	transition: 0.5s;
}
.head img{
	width: 211px;
	height:63px;
	float: left;
	margin-top: 14px;
}

.head ul {
	float: right;
	padding-top: 37px;
}

.head ul li {
	float: left;
	width: 92px;
}

.head ul li a {
	display: block;
	width: 92px;
	height: 54px;
	text-align: center;
	box-sizing: border-box;
}

.head ul li a:hover {
	border-bottom: 3px solid #14D200;
}

.head ul li a span {
	width: 92px;
	height: 16px;
	line-height: 16px;
	font-size: 14px;
	border-right: 1px solid #FFF;
	display: block;
	color: #FFF;
}

.head ul li:last-of-type a span {
	border: none;
}

.header {
	width: 100%;
	height: 90px;
  min-width:1200px;
}

banner {
	display: block;
	width: 100%;
	height: 200px;
  min-width:1200px;
	margin: 0 auto;
	background: url(../img/tu3.png) no-repeat;
	background-size: 1920px 200px;
    background-position:center;
}

section {
	background: #F3F4F8;
	overflow: hidden;
  min-width:1200px;
}

.article {
	width: 1200px;
	margin: 0 auto;
	padding: 20px 0;
	overflow: hidden;
}

footer {
	width: 100%;
  min-width:1200px;
	background: rgba(56, 56, 56, 1);
}

.footer {
	width: 1200px;
	margin: 0 auto;
}

.foot_cen {
	width: 100%;
	height: 210px;
	padding-top: 30px;
}

.footer ul {
	width: 150px;
	float: left;
	margin-top: 10px;
}

.footer ul li:first-of-type {
	font-size: 18px;
	line-height: 40px;
	color:rgba(255,255,255,1);
}

.footer ul li {
	font-size: 14px;
	color: #FFF;
	line-height: 38px;
	color:rgba(159,159,159,1);
}

.foot_center {
	width: 400px;
	float: left;
	margin-left: 50px;
	margin-top: 10px;
}

.foot_center h1 {
	font-size: 32px;
	color: #FFF;
	line-height: 40px;
	margin-bottom: 10px;
	border-bottom: 1px solid #555555;
	padding-bottom: 10px;
}

.foot_center h2 {
	font-size: 18px;
	font-weight: 400;
	color: rgba(132, 132, 132, 1);
	line-height: 40px;
}

.foot_center p {
	font-size: 14px;
	line-height: 30px;
	color:rgba(159,159,159,1);
}

.foot_right {
	float: right;
}

.foot_right figure {
	width: 113px;
	float: left;
	margin-top: 15px;
	margin-left: 20px;
}

.foot_right figure img {
	width: 113px;
	height: 113px;
}

.foot_right figure figcaption {
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	color:rgba(159,159,159,1);
}

.foot {
	 width: 100%;
	 height: 40px;
	 background: #2F2F2F;
	 clear: both;
	 text-align: center;
	 line-height: 40px;
	 font-size: 12px;
	 color: #7D7D7D;
 }
.section_foot {
	height: 232px;
	width: 100%;
  min-width:1200px;
	padding-bottom: 20px;
	background: #EEEEEE;
}

.section_foot p {
	line-height: 70px;
	margin-top: 20px;
}

.section_foot img {
	float: left;
	width: 216px;
	height: 96px;
	margin-right: 30px;
}
.section_foot img:last-of-type{
	margin-right: 0;
}
