﻿/*公用css*/

* {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
	color: #333333;
}

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;
}


.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;
	position: relative;
	font-size: 17px;
	text-indent: 1.5em;
	outline: none;
}


.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结束*/


/*当前位置*/

.adress {
	width: 1200px;
	margin: 30px auto;
	height: 50px;
	line-height: 50px;
	vertical-align: middle;
	background: #F5F5F5;
	padding: 0 20px;
}

.adress .adress_span {
	font-size: 19px;
	float: left;
	font-weight: bold;
}

.adress .adress_action {
	float: right;
}

.adress .adress_action span {
	font-size: 15px;
}

.adress ul {
	float: right;
}

.adress ul li {
	float: left;
}

.adress ul li a {
	font-size: 15px;
}


/*当前位置结束*/

.new_list {
	width: 1200px;
	margin: 0 auto;
	border: 1px solid #E1E1E1;
	margin-bottom: 30px;
}

.new_list ul {
	width: 90%;
	margin: 0 auto;
	border-bottom: 1px dashed #E1E1E1;
	padding: 15px 0;
}

.new_list ul li {
	height: 40px;
	line-height: 40px;
	background: url(yuan.png) center left no-repeat;
	padding-left: 15px;
}

.new_list ul li span {
	float: right;
}

.page {
	width: 90%;
	margin: 30px 0;
	padding: 10px 0 20px 0;
	border-top: 2px solid #E1E1E1;
	margin: 0 auto;
}

.neirong .nr {
	width: 85%;
	margin: 0 auto;
	text-align: center;
}

.neirong {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	border: 1px solid #E1E1E1;
	padding: 30px 0;
	margin-bottom: 40px;
}

.neirong .nr h2 {
	text-align: center;
	font-size: 29px;
}
.nr_center {
	margin-top: 40px;
	padding-bottom: 15px;
	border-bottom: 1px solid #E1E1E1;
}
.nr_center span,a{
	font-size: 15px;
}
.nr_P{
	margin-top: 20px;
}
.nr_P p{
	line-height: 40px;
	text-indent: 2em;
	text-align: left;
}
.nr_P ul{
	margin-top: 20px;
	margin-bottom: 10px;
}
.nr_P ul li{
	width: 480px;
	height: 50px;
	line-height: 50px;
	text-indent: 1.5em;
	float: left;
	border: 1px solid #E1E1E1;
	text-align: left;
}
.nr_P ul li:last-child{
	margin-left: 40px;
}
.nr_P ul li span{
	color: #666;
}
