*{
	padding: 0;
	margin: 0;
}
.conten {
	width: 100%;
	min-width: 1200px;

}
.conten_1 {
	width: 100%;
}
/*头部背景*/
.bg {
	width: 100%;
	background: url(../img/bgimg1.jpg) no-repeat top;
	height: 184px;
}
.bg .bg_con {
	margin: 0 auto;
	width: 1200px;
	height: 184px;
}
.bg .bg_con .time {
	padding-top: 10px;
}
.bg .bg_con .time p {
	color: white;
}
.bg .bg_con .logo {
	width: 415px;
	height: 80px;
	background: url(../img/logo2.png) no-repeat;
	margin-top: 45px;
}
/*导航*/
.nav_v {
	width: 100%;
	height: 50px;
	/* background-color: #0054a7;*/
    background-image: linear-gradient(#002658 -14px,#013f93, #013f93);
  /*background-image: linear-gradient(#008bfc -14px,#008bfc, #008bfc);*/
}
.nav_v .nav_con {
	width: 1200px;
	margin: 0 auto;
	
	height: 50px;
}
.nav_v .nav_con .nav_list {
	width: 75%;
	height: 50px;
	float: left;
	
}
/*.nav_v .nav_con .nav_list ul {
	list-style: none;
}
.nav_v .nav_con .nav_list ul li {
	float: left;
	line-height: 50px;
	height: 50px;
	padding: 0 23px;
}
.nav_v .nav_con .nav_list ul li a {
	text-decoration: none;
	font-size: 16px;
    color: #FFFFFF;
    text-align: center;
}

.nav_v .nav_con .nav_list ul li:hover {
background-color: #013f93;
}*/
/*搜索栏*/
.nav_v .nav_con .sech {
	width: 22%;
	height: 50px;
	float: right;
	
}
/**/

.nav_v .nav_con .sech form {
	width: 98%;
	 height: 30px;
	border-radius: 5px 5px 5px 5px;
	background-color: white;
	margin-top: 10px;
}

.nav_v .nav_con .sech form input {
    width: 200px;
    height: 30px;
    border: none;
    line-height: 30px;
 border-radius: 5px 5px 5px 5px;
    outline: none;
    display: block;
    float: left;
    font-size: 13px;
    text-indent: 18px;
    background-color: white;
}
.nav_v .nav_con .sech form .sub {
    width: 52px;
    height: 30px;
    line-height: 30px;
    background: url(../img/sceh1.png) no-repeat 3px 3px;
    border: none;
    outline: none;
    display: block;
    float: left;
    font-size: 13px;
}







/**/
.footer {
	width: 100%;
	height: 160px;
	background-color: #013f93;
	overflow: hidden;
}
.footer_list {
	width: 1200px;
	margin: 40px auto 0px;
}
.footer_list_one {
	width: 20%;
	height: 100px;
	
	float: left;
}
.footer_list_two {
	width: 70%;
	height: 100px;
	
	float: left;
}
.footer_list_two p {
	text-align: center;
	line-height: 24px;
	color: #FFFFFF;
	font-size: 14px;
}

.footer_list_there {
	width: 10%;
	height: 100px;
	
	float: left;
}
.footer_list_there span {
	display: block;
    padding-left: 65px;
}