* {
	margin: 0;
	padding: 0;
	font-family: "times new roman";
}
li {
	list-style: none;
}
a {
	text-decoration: none;
}
img {
	border: none;
}
input {
	outline: none;
}
button {
	cursor: pointer;
}
.clear_both:after {
	content: "";
	display: block;
	clear: both;
}
/*====================================================================*/

.header {
	width: 100%;
	background: #1178b1;
}
.header_mid {
	width: 1100px;
	margin: 0 auto;
	padding: 5px 0 ;
}
.header_mid form {
	text-align: right;
}
.header_mid form select {
	background: #1178b1;
	border: 1px solid #fff;
	color: #fff;
	border-radius: 5px;
	padding: 3px 0 5px;
}
/*header=============================*/

.line {
	width: 100%;
	border-bottom: 2px solid #005b8e;
}
/*line==========================*/

.nav {
	width: 100%;
}
.nav_mid {
	width: 1100px;
	margin: 0 auto;
}
.nav_mid ul {
	width: 770px;	
}
.hov {
	background: #1178b1;
}
.hov a {
	color: #fff;
}
.nav_mid ul li {
	height: 75px;
	float: left;
	padding: 17px 28px 0 28px;
}
.nav_mid ul li a {
	color: #333;
	font-size: 14px;
}
.nav_mid ul li:first-child {
	//background: #1178b1;
	line-height: 50px;
}
/*.nav_mid ul li:first-child a {
	color: #fff;
}*/
.nav_mid ul li:hover {
	background: #1178b1;	
}
.nav_mid ul li:hover a {
	color: #fff;
}
.nav_mid ul {
	float: left;
	margin-left: 60px;
}
.nav_form {
	float: right;
}
.nav_form input {
	width: 170px;
	height: 30px;
	border: 1px solid #1178b1;
	border-radius: 5px;
}
.nav_fath {
	position: relative;
	padding-top: 20px;
}
.nav_form img {
	position: absolute;
	top: 27px;
	right: 7px;
	z-index: 10;
	cursor: pointer;
}
/*nav==========================*/

.img {
	width: 100%;
	height: 205px;
	background: url(../img/img_06.png) no-repeat;
}
.img_mid {
	width: 770px;
	margin: 0 auto;
}
.img_mid p {
	font-size: 24px;
	color: #fff;
	line-height: 205px;
}
.img_mid p a {
	font-size: 14px;
	color: #fff;
	float: right;
}
/*img=======================*/
.list {
	width: 100%;
	background: #f1f1f1;
}
.list_mid {
	width: 1110px;
	margin: 0 auto;
}
.list_left,.list_right{
	float: left;
}
.list_left {
	width: 810px;
	border-right: 2px solid #819d41;
	padding-bottom: 125px;
}
.list_left ul {
	margin: 0 auto;
}
.list_img,.list_p {
	float: left;
}
.list_img {
	width: 163px;
	height: 109px;
	margin-right: 30px;
	overflow: hidden;
}
.list_img img {
	width: 163px;
	height: 109px;
}
.list_img img:hover {
	transition: 1.5s;
	transform: scale(1.2);
}
.list_p {
	width: 522px;
}
.list_p p {
	margin-bottom: 10px;
}
.list_p p:first-child a {
	font-size: 18px;
	color: #333;
}
.list_p p:last-child a {
	font-size: 14px;
	color: #666;
}
.list_left .list_ul {
	width: 770px;
}
.list_left .list_ul li {
	padding: 30px 0px 27px 37px;
	border-bottom: 1px dashed #c9c9c9;
}
.list_ul li:hover {
	background: #fff;
}
.list_ul li a:hover {
	color: dodgerblue;
}
.list_p p:last-child a:hover {
	font-size: 16px;
}   
/*list========================================*/
.numb {
	width: 100%;
}
.numb_mid {
	width: 660px;
	margin: 0 auto;
	padding: 40px 106px;
}
.numb_left {
	float: left;	
}
.numb_right {
	float: right;
}
.numb_left {
	width: 280px;
}
.numb_left * {
	float: left;
}
.numb_left button {
	width: 40px;
	height: 30px;
}
.numb_left ul li {
	width: 10;
	height: 30px;
	margin: 0 15px;
}
.numb_left ul li a {
	font-size: 12px;
	color: #528cb8;
	line-height: 30px;
	text-align: center;
}
.numb_left ul li a:hover {
	font-size: 16px;
	color: #8d8d8d;
}
.numb_right p {
	font-size: 12px;
	color: #8d8d8d;
}
.numb_right button {
	width: 32px;
	height: 22px;
	background: #1178b1;
}
/*numb===============================*/
.list_right {
	width: 263px;
	padding:40px 0 0 20px;
}
.list_nav_p {
	font-size: 20px;
	color: #333;
	font-weight: bold;
}
.list_line {
	width: 96px;
	border : 3px solid #819d41;
	margin: 10px 0 30px;
}
.list_nav ul li {
	list-style-image: url(../img/img_01.png);
	list-style-position: inside;
	margin-bottom: 10px;
}
.list_nav ul li a {
	font-size: 16px;
	color: #333;
	word-spacing: -1px;
}
.list_nav ul li a:hover {
	color: dodgerblue;
}
.footer {
	width: 100%;
	background: #333333;
}
.footer_mid {
	width: 1100px;
	margin: 0 auto;
	padding: 26px 0;
}
.footer_mid p {
	font-size: 16px;
	color: #fff;
	text-align: center;
}
/*footer===========================*/





