*{
	margin: 0;
	padding: 0;
}
body {
	min-width: 1200px;
}
/*导航*/
.navvtop {
	width: 100%;
	background: #0369bc;
}
.navv {
	width: 1200px;
    height: 50px;
   margin: 0 auto;
 
}
.navv ul {
	list-style: none;
}
.navv ul li {
	float: left;
	line-height: 50px;
	padding: 0 60px;
	height: 50px;
}

.navv ul li:hover {
	background-color: #014d98;
	
}

.navv ul li a {
	font-size: 17px;
	text-align: center;
	text-decoration: none;
	color: white;
}
.navv ul li img {
	vertical-align: middle;
	padding-right: 15px;
}
/*头部*/
.info {
	width: 100%;
	position: relative;
}
/**/
.bg {
	width: 100%;
	height: 430px;
}
.bg ul {

}
.bg ul li {
	
}
.bg ul li img {
	width: 100%;
	height: 430px;
}
/**/
.info_list {
	width: 1200px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
/**/
.info_list_1 {
	width: 100%;
}

.info_list_1 .logo {
	float: left;
	width: 520px;
	height: 90px;
}
/**/
.info_list_1 .search {
	float: right;
	width: 329px;
     height: 36px;
	background: url(../images/search.png) no-repeat;
	margin-top: 23px;
}

.info_list_1 .search input {
	width: 280px;
	padding-left: 10px;
	height: 35px;
	line-height: 35px;
	background: 0px;
	border: 0;
	outline: none;
	float: left;
}

.info_list_1 .search span {
	display: block;
	width: 35px;
	height: 35px;
	font-size: 0px;
	float: left;
}

/**/
.info_list_2 {
	width: 100%;
	margin-top: 30px;
}
.info_list_2 .title {
	width: 150px;
	height: 55px;
	line-height: 55px;
	font-size: 20px;
	background: #0369bc;
}
.info_list_2 .title span {
	display: block;
	text-align: center;
}
.info_list_2 .title span a {
	text-decoration: none;
	color: #fff;
}
/**/
.info_list_2 .arti {
	width: 100%;
	height: 130px;
	background: url(../images/jg_bg.png);
	overflow: hidden;
	padding: 15px 0px;
}
.info_list_2 .arti .description {
	width: 97%;
	height: 130px;
	margin: 0 auto;
	line-height: 30px;
	text-indent: 2em;
	color: #fff;
	font-size: 18px;
}
.info_list_2 .arti .description a {
	color: orangered;
}
.info_list_2 .arti .description a:hover{
	color: #F00;
}
/**/
.ress {
	width: 100%;
	background: #eeeeee;
	padding: 18px 0px;
}
.ress .ress_list {
	width: 1200px;
	margin: 0 auto;
}
.ress .ress_list ul {
	list-style: none;
}
.ress .ress_list ul li {
	float: left;
	text-align: center;
	padding-right: 100px;
}
.ress .ress_list ul li img {
	vertical-align: middle;
}
.ress .ress_list ul li span {
	font-size: 14px;
	padding-left: 10px;
}
/*尾部*/
.footer {
	width: 100%;
	margin-top: 15px;
	overflow: hidden;
	background-color: #0369bc;
}
.footer_box {
	width: 1200px;
	margin: 20px auto 0px;
}
.footer_box .tb {
	width: 10%;
	height: 100px;
	float: left;

}
.footer_box .tb .tb_img {
	
}
.footer_box .tb .tb_img a {
	
}
.footer_box .tb .tb_img a img {
	border: 0;
}
.footer_box .xx {
	width: 77%;
	height: 100px;
	float: left;
	margin-left: 15px;
	
}
.footer_box .xx p {
	line-height: 35px;
	text-align: center;
	color: white;
}
.footer_box .xx p a {
	color: white;
	text-decoration: none;
	
}
.footer_box .xx p a img {
	vertical-align: middle;
}

.footer_box .zc {
	width: 10%;
	height: 100px;
	float: left;
	margin-left: 15px;
	
}
.footer_box .zc .zc_img {
	padding-top: 10px;
}
