@charset "utf-8";
/* CSS Document */
body, h1, h2, h3, h4, h5, h6, p, blockquote, dl, dt, dd, ul, ol, li, form, fieldset, legend, button, input, textarea, th, td {
	margin: 0;
	padding: 0;
}
html {
	overflow-y: scroll;
}
html, body {
	height: 100%;
	font-size: 12px;
	font-family: "微软雅黑", Arial, sans-serif;
	color: #555555;
	background: #fff;
}
a {
	color: #555555;
	text-decoration: none;
}
a:hover {
	color: #1d91ca;
}
img {
	border: 0 none;
}
ol, ul, li {
	list-style: none;
}
div, ul, li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
input[type="submit"] {
	cursor: pointer;
}
button {
	cursor: pointer;
}
.clear {
	clear: both;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.box {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}
.m1200 {
	min-width: 1200px;
}
.ov {
	overflow: hidden;
}
.pr {
	position: relative;
}
.pa {
	position: absolute;
}
/*头部*/
.header {
	width: 100%;
	height: 184px;
	position: relative;
	z-index: 123;
	box-shadow: 0 0 5px 3px rgba(35,24,21,.5);
	-moz-box-shadow: 0 0 5px 3px rgba(35,24,21,.5);
	-webkit-box-shadow: 0 0 5px 3px rgba(35,24,21,.5);
}
.header_top {
	width: 100%;
	height: 31px;
	line-height: 31px;
	background: #f5f5f5;
	border-bottom: 1px solid #d7d7d7;
	overflow: hidden;
}
.header_top span {
	float: right;
	color: #dddddd;
}
.header_top span a {
	margin: 0 12px;
}
.header_box {
	width: 100%;
	height: 101px;
	overflow: hidden;
	border-bottom: 1px solid #e5e5e5;
}
.header_box .box {
	height: 101px;
	position: relative;
}
.logo {
	width: auto;
	height: auto;
	overflow: hidden;
	position: absolute;
	top: 10px;
	left: 0px;
}
.hotline {
	width: auto;
	height: 60px;
	padding-left: 64px;
	background: url(../images/bg_01.png) left center no-repeat;
	overflow: hidden;
	position: absolute;
	top: 20px;
	right: 0px;
}
.hotline span {
	display: block;
	margin: 0 auto;
	width: auto;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	font-size: 14px;
	color: #373737;
}
.hotline span b {
	font-size: 21px;
	color: #010101;
}
/*导航*/
.menu {
	width: 100%;
	height: 50px;
}
.menu ul {
	width: 1199px;
	height: 50px;
	margin: 0 auto;
}
.menu ul li {
	width: 148px;
	height: 50px;
	padding-right: 1px;
	font-size: 14px;
	float: left;
	background: url(../images/bg_02.jpg) right center no-repeat;
	position: relative;
}
.menu ul li a {
	color: #333;
}
.menu ul li a.nav_h {
	width: 149px;
	height: 72px;
	line-height: 84px;
	text-align: center;
	position: absolute;
	top: -15px;
	left: 0px;
	z-index: 999;
	background: none;
}
.menu ul li a.nav_h:hover, .menu ul li a.nhover {
	background: url(../images/bg_03.png) center center no-repeat;
	color: #fff;
}
.nav_box {
	display: none;
	width: 842px;
	height: auto;
	overflow: hidden;
	padding: 15px 7px 30px 15px;
	position: absolute;
	top: 50px;
	left: 0px;
	background: url(../images/bg_08.png) repeat;
}

@media screen and (max-width:1470px) {
.nav_box_01 {
	left: -115px;
}
}

@media screen and (max-width:1250px) {
.nav_box_02 {
	left: -25px;
}
}
.nav_box dl {
	width: 105px;
	height: auto;
	overflow: hidden;
	float: left;
}
.nav_box dl dd {
	width: auto;
	height: 30px;
	line-height: 30px;
	padding-left: 20px;
	text-align: left;
	background: url(../images/bg_09.png) left center no-repeat;
	border-bottom: 1px solid #b0b1b1;
}
.nav_box dl dd a:hover {
	color: #1d91ca;
}
.nav_box ul {
	width: auto;
	height: 100%;
	overflow: hidden;
	float: right;
}
.nav_box ul li {
	width: 207px;
	height: 100%;
	overflow: hidden;
	padding: 12px 16px 0px;
	float: left;
	background: none;
	border-right: 1px solid #a4a5a5;
}
.nav_box ul li img {
	display: block;
	margin: 0 auto;
	width: 100%;
	height: 137px;
}
.nav_box ul li b {
	display: block;
	margin: 0 auto;
	width: 100%;
	height: 46px;
	line-height: 46px;
	overflow: hidden;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
}
.nav_box ul li b a {
	color: #555;
}
.nav_box ul li b a:hover {
	color: #1d91ca;
}
.nav_box ul li span {
	display: block;
	width: 100%;
	height: auto;
	font-size: 12px;
	line-height: 25px;
	text-align: left;
	text-indent: 2em;
}
/*底部*/
.footer {
	width: 100%;
	height: 126px;
	overflow: hidden;
	background: #a0a0a0;
}
.link {
	width: 1020px;
	height: 32px;
	line-height: 32px;
	padding: 4px 0 4px 180px;
	background: url(../images/bg_21.jpg) center center no-repeat;
}
.link a {
	margin-right: 8px;
}
.copyright {
	width: 100%;
	height: auto;
	line-height: 25px;
	overflow: hidden;
	padding-top: 17px;
}
.copyright p, .copyright p a {
	color: #fff;
}
.copyright p span {
	float: right;
}
.copyright p span a {
	margin: 0 8px;
}
