﻿/*公用css*/

* {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
	color: #333333;
	font-size: 17px;
}

ul {
	margin: 0;
}

.clear {
	clear: both;
}

.contain {
	width: 100%;
	height: auto;
	background: #F2F2F2;
	border-bottom: 2px solid #355E92;
}

.header {
	width: 1200px;
	height: 40px;
	margin: 0 auto;
}

.header span {
	font-size: 15px;
	cursor: pointer;
}

.header_left {
	float: left;
	width: 190px;
	height: 25px;
	margin-top: 8px;
	line-height: 25px;
}

.header_left_l {
	float: left;
	width: 41%;
	height: 25px;
	line-height: 25px;
	border-right: 1px solid #333;
}

.header_left_r {
	float: right;
	width: 52%;
	height: 25px;
	line-height: 25px;
}

.header_right {
	float: right;
	width: 180px;
	height: 25px;
	line-height: 25px;
	margin-top: 8px;
}

.header_right_l {
	padding: 0 12px;
	float: left;
	height: 25px;
	line-height: 25px;
	border-right: 1px solid #333;
}

.banner {
	width: 1200px;
	height: 150px;
	margin: 0 auto;
	background: url(img_03.jpg) top center no-repeat;
	position: relative;
}

.search_div {
	float: right;
	margin-top: 60px;
	margin-right: 20px;
	position: relative;
	color: #999;
}

.sousuo {
	width: 320px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #fff;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	behavior: url(../琛℃按甯傛敛搴�/images/PIE.htc);
	position: relative;
	font-size: 17px;
	text-indent: 1.5em;
	outline: none;
}

.search {
	background: url(sc.jpg) center no-repeat;
	position: absolute;
	width: 30px;
	height: 30px;
	top: 0px;
	right: 15px;
	z-index: 99;
}

.nav {
	width: 100%;
	height: auto;
	background: #355e92;
	position: relative;
}

.nav .hd {
	display: block;
	width: 1200px;
	height: auto;
	margin: 0 auto;
}

.nav .hd li {
	float: left;
	width: 12.5%;
	text-align: center;
	height: 50px;
	line-height: 50px;
}

.nav .hd li a {
	font-size: 19px;
	color: #fff;
}

.nav .hd li:hover {
	background: #fff;
}

.nav .hd li:hover a {
	color: #355E92;
}

.nav_on {
	background-color: #fff !important;
}

.nav_on a {
	color: #355E92 !important;
}

.footer {
	width: 100%;
	height: auto;
	background: #a5a8af;
	padding: 50px 0;
}

.footer_footer {
	width: 850px;
	height: auto;
	margin: 0 auto;
}

.footer .footer_top p a {
	display: inline-block;
	padding: 0 15px;
	border-right: 2px solid #fff;
	color: #fff;
}

.footer .footer_top p a:first-child {
	padding-left: 0;
}

.footer .footer_top p a:last-child {
	border: 0;
}

.footer_center p {
	color: #fff;
	margin-top: 15px;
}

.footer_center_left {
	float: left;
}

.footer_center_right {
	float: left;
}

.footer_center_right img {
	margin-left: 35px;
}

.footer_center_left p span {
	color: #fff;
}


/*公用css结束*/

.multipleColumn {
	position: relative;
	width: 1040px;
	margin: 0 auto;
	padding: 50px 0 40px 0;
}

.multipleColumn .hd .prev,
.multipleColumn .hd .next {
	display: block;
	width: 45px;
	height: 75px;
	position: absolute;
	top: 290px;
	overflow: hidden;
	cursor: pointer;
	z-index: 999;
}

.multipleColumn .hd .prev {
	right: -80px;
	background: url(icoleft.jpg) center no-repeat;
}

.multipleColumn .hd .next {
	background: url(icoRight.jpg) center no-repeat;
	left: -80px;
}

.multipleColumn .hd ul {
	float: right;
	overflow: hidden;
	zoom: 1;
	margin-top: 10px;
	zoom: 1;
}

.multipleColumn .hd ul li {
	float: left;
	width: 9px;
	height: 9px;
	overflow: hidden;
	margin-right: 5px;
	text-indent: -999px;
	cursor: pointer;
	background: url("images/icoCircle.gif") 0 -9px no-repeat;
}

.multipleColumn .hd ul li.on {
	background-position: 0 0;
}

.multipleColumn .bd {
	overflow: hidden;
}

.multipleColumn .bd ul {
	overflow: hidden;
	zoom: 1;
	width: 1040px;
	float: left;
	_display: inline;
}

.multipleColumn .bd ul li {
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
	margin-left: 25px;
	margin-top: 25px;
}

.multipleColumn .bd ul li:nth-child(odd) {
	margin-left: 8px;
}

.multipleColumn .pic {
	text-align: center;
	position: relative;
}

.multipleColumn .pic img {
	width: 500px;
	height: 240px;
	display: block;
}

.multipleColumn .pic .bg {
	width: 230px;
	height: 100%;
	background: #333333;
	opacity: 0.5;
	right: 0;
	filter: alpha(opacity=50);
	position: absolute;
	top: 0;
}

.bg_text {
	width: 235px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
	padding: 0 20px 0 20px;
}

.bg_text h1 {
	font-size: 17px;
	padding: 20px 0 10px 0;
	margin: 0;
	color: #fff;
	font-weight: bold;
}

.bg_text p {
	line-height: 25px;
	padding: 0;
	margin: 0;
	font-size: 15px;
	color: #fff;
}

.zjhs {
	width: 100%;
	background: url(zh_bg_02.jpg) top center no-repeat;
	padding-top: 65px;
}

.zj_title {
	width: 1200px;
	margin: 0 auto;
	height: 60px;
	border-bottom: 1px solid #bbb;
	text-align: center;
	position: relative;
}

.zj_title span {
	border-bottom: 5px solid #355E92;
	z-index: 90;
	padding: 15px 0;
	font-size: 22px;
	font-weight: bold;
	color: #355E92;
	position: absolute;
	top: -3px;
	left: 560px;
}
.zj_ne{
	width: 1200px;
	margin: 0 auto;
  padding: 20px 0;
}
.zj_ne p{
  	line-height: 35px;
  	text-indent: 2em;
  	margin: 0;
}
.zj_more{
	width: 180px;
	height: 50px;
	margin: 30px auto;
	line-height: 50px;
	text-align: center;
	border: 2px solid #ddd;
	background: url(bg_22.png) bottom right no-repeat #fff;
}
