@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "宋体", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2d2d2d;
	outline: none;
	background: #fff;
}

img {
	border: none;
}

a {
	text-decoration: none;
	font-size: 12px;
	color: #343434;
}

a:hover {
	color: #2e8bc8;
	text-decoration: none;
}

input:focus {
	outline: none;
}

li {
	list-style: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	clear: both;
}


.index_wrap {
	min-width: 1400px;
	max-width: 1920px;
}

.wrap {
	min-width: 1000px;
	max-width: 1920px;
}


.header_box {
	width: 1000px;
	margin: 0 auto;
	height: 100px;

}

.logo {
	margin-top: 15px;
	display: block;
}

.search_box {
	width: 180px;
	height: 25px;
	border: 1px solid #4a74ac;
	margin-top: 35px;
	padding-right: 5px;

}

.search {
	width: 145px;
	border: none;
	background: none;
	line-height: 25px;
	padding-left: 10px;
	height: 25px;

}

.search_btn {
	height: 25px;
	border: none;
	background: none;
	width: 22px;
	font-size: 0;
	background: url(../images/search_btn.png) left top no-repeat;
}

.search_btn:hover {
	background: url(../images/search_btn.png) left bottom no-repeat;
	cursor: pointer;

}

.nav_bg {
	height: 28px;
	background: url(../images/nav_bg.png) left center repeat-x;
}

.nav {
	width: 1000px;
	margin: 0 auto;
	height: 28px;
}

.nav li {
	height: 28px;
	width: 125px;
	float: left;
}

.first_nav {
	position: relative;
	z-index: 99999;
}

.nav li a {
	display: block;
	line-height: 28px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	font-family: "微软雅黑";
	font-weight: bold;
}

.nav li a:hover {
	background: #85afe8;
}

.sec_nav {
	position: absolute;
	left: 0;
	top: 28px;
	display: none;
	width: 155px;
	margin-left: -15px;
	background: #4a74ac;
}

.sec_nav li {
	border-top: 1px dotted #fff;
	width: 155px;
}


.footer_bg {
	height: 110px;
	background: url(../images/footer_bg.png) left top repeat-x;
}

.copy_right {
	width: 1000px;
	margin: 0 auto;
	padding-top: 30px;
	text-align: center;
	line-height: 20px;
}