﻿html {
	font-family: "微软雅黑";
	font-size: 15px;
}
div{
	box-sizing: border-box;
}
* {
	margin: 0;
	padding: 0;
}
a{
	color:#333333
}
a:hover{
	color:#1a56a8;
}

.clearfix {zoom: 1;}
.clearfix:after { content: "020"; height: 0px; display: block; overflow: hidden; clear: both;}


.left{
	float: left;
}
.right{
	float:right
}
.none {
				display: none;
			}
			
			.top {
				width: 100%;
				background: url(pic_01.png);
				height: 121px;
				padding: 10px
			}
			
			.top>div:first-child {
				width: 1200px;
				margin: 0 auto;
				height: 100%;
			}
			
			.top img {
				margin-top: 15px;
				float: left;
			}
			
			.search_box {
				height: 100%;
				width: 365px;
				color: #ffffff;
				font-size: 13px;
			}
			
			.search_box a {
				color: #ffffff
			}
			
			.zgtz {
				display: inline-block;
				height: 30px;
				width: 89px;
				font-size: 17px;
				text-align: center;
				line-height: 27px;
				border: 1px solid #a8c9e3
			}
			
			.top_ul li {
				float: left;
				line-height: 30px;
			}
			
			.line {
				margin: 0 10px
		}
			
			.newForm {
				margin-top: 15px
			}
			
			.newInp {
				width: 315px;
				height: 35px;
				color: #999999;
				font-size: 13px;
				line-height: 35px;
				border: none;
				padding-left:20px;
			}
			
			.newBtn {
				height: 35px;
				width: 50px;
				background: url(pic_04.png) no-repeat;
				border: none;
				outline: none;
			}
			
			.nav {
				background: url(pic_03.png) no-repeat;
				width: 100%;
				height: 400px;
			}
			
			.nav_list {
				width: 100%;
				height: 50px;
				background: white;
				background-color: rgba(255, 255, 255, 0.6);
				filter: alpha(opacity=60);
				font-size: 17px;
				color: #014980;
			}
			
			.nav_list ul {
				width: 1200px;
				margin: 0 auto;
			}
			
			.nav_list li {
				float: left;
				width: 150px;
				text-align: center;
				line-height: 50px;
			}
			
			.nav_list a {
				color: #014980;
			}
			
			.nav_active {
				font-weight: bold;
				background: #eec008;
			}
			
			.nav_active a {
				color: white;
			}
			
			.jz {
				width: 1200px;
				margin: 0 auto
			}	
			/*底部样式*/
			
			.footer {
				margin-top: 30px;
				height: 130px;
				width: 100%;
				background: #0062ac;
			}
			
			.footer>div:first-child {
				width: 1200px;
				margin: 0 auto
			}
			
			.left_logo {
				margin-left: 100px;
			}
			
			.left_logo,
			.right_logo {
				height: 130px;
				line-height: 130px;
			}
			
			.mid_inf {
				margin-top: 20px;
				text-align: center;
				margin-left: 100px;
				color: white;
				font-size: 15px;
			}
			
			.mid_inf>div:first-child {
				margin-bottom: 10px;
			}
			
			.mid_inf>div {
				line-height: 30px;
			}
			
			.mid_inf span {
				margin: 0 20px
			}
			
			.mid_inf a {
				color: white
			}