﻿/*鍏ㄥ眬鏍峰紡*/
body {
	margin: 0;
	font-size: 12px;
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif,微软雅黑;
}
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
div {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	color: #333;
}
.clear {
	clear: both;
}
.bodyWidth {
	width: 1220px;
	margin: auto;
}
.left {
	float: left;
}
.right {
	float: right;
}
img {
	border: none;
}
p {
	margin: 0;
	padding: 0;
}
/*--------------------------------涓婚〉--------------------------------*/
/*椤电湁*/
.header {
	margin: auto;
	padding: 5px 0px;
	overflow: hidden;
}
.nav {
	margin: auto;
	height: 35px;
	background: #444444;
}
.nav .mainNav {
}
.nav .mainNav > li {
	float: left;
	height: 35px;
	line-height: 35px;
	position: relative;
}
.nav .mainNav > li > a {
	display: block;
	padding: 0px 40px;
	font-size: 14px;
	color: #FFF;
}
.nav .mainNav > li:hover {
	background-color: #EB3C00;
}
.nav .mainNav > li:hover > a {
	color: #FFFFFF;
	border-left: none;
	padding-left: 40px;
}
.nav .mainNav > li:first-child > a {
	border-left: none;
	padding-left: 40px;
}
.nav .mainNav ul {
	display: none;
	position: absolute;
	top: 66px;
	width: 100%;
	background-color: white;
	padding: 11px 0px;
	text-align: center;
	font-size: 12px;
	line-height: 200%;
	z-index: 99999;
	opacity: 0.8;
}
.nav .mainNav ul li:hover {
	background-color: #EB3C00;
}
.nav .mainNav ul a {
	color: black;
}
.nav .mainNav ul li:hover a {
	color: white;
}
.nav .mainNav ul ul {
	left: -9999px;
}
/*banner*/
.banner {
	height: 575px;
	background-image: url('banner1.jpg');
	background-position: center center;
	background-repeat: no-repeat;
}
/*涓昏惀绾胯矾*/
.mainLine {
	margin: auto;
	padding: 20px 0px 20px 0px;
}
.mainLine .enTitle {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #EBEBEB;
}
.mainLine .cnTitle {
	width: 360px;
	height: 20px;
	margin: auto;
	margin-bottom: 30px;
	border-bottom: 2px #ECECEC solid;
	text-align: center;
	font-size: 24px;
	color: #333333;
}
.mainLine .cnTitle span {
	position: relative;
	top: 2px;
	background-color: white;
	padding: 0px 10px;
}
.mainLine .content {
	color: #999999;
	font-size: 12px;
	text-align: center;
	line-height: 200%;
}
.mainLine .mainLineList {
	padding: 30px 0 30px 0;
	overflow: hidden;
}
.mainLine .mainLineList li {
	float: left;
	width: 300px;
	height: 250px;
}
.mainLine .mainLineList img {
	width: 280px;
	height: 180px;
}
.mainLine .mainLineList li span {
	display: block;
	text-align: center;
	color: #000000;
	font-size: 14px;
	padding-top: 10px;
}
/*鍚堜綔鍗曚綅*/
.cooperative {
	background-image: url("cooperativeBg.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	height: 320px;
}
.cooperative .bodyWidth {
	margin: auto;
	padding-top: 40px;
	position: relative;
}
.cooperative .cnTitle {
	text-align: center;
	font-size: 24px;
	color: #004692;
}
.cooperative .enTitle {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #EB3900;
}
.cooperative .line {
	width: 500px;
	border-top: 1px #999999 solid;
	position: absolute;
	top: 65px;
}
.cooperative .leftLine {
	left: 0px;
}
.cooperative .rightLine {
	right: 0px;
}
.cooperative .subCont {
	width: 350px;
}
.cooperative .content {
	padding-top: 30px;
}
.cooperative .content ul li {
	float: left;
	width: 150px;
}
.cooperative .content ul li a {
	color: #333;
	display: block;
	text-align: center;
	width: 150px;
}
.cooperative .content ul li img {
	width: 80px;
	height: 80px;
}
.cooperative .content ul li span {
	display: block;
	width: 150px;
	text-align: center;
	padding-top: 30px;
	font-size: 14px;
}
.cooperative .marquee {
	width: 1200px;
	height: 140px;
	overflow: hidden;
}
.news {
	margin: auto;
	overflow: hidden;
	padding: 30px 0px 50px 0px;
}
.news .enTitle {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #EBEBEB;
}
.news .cnTitle {
	width: 360px;
	height: 20px;
	margin: auto;
	margin-bottom: 30px;
	border-bottom: 2px #ECECEC solid;
	text-align: center;
	font-size: 24px;
	color: #333333;
}
.news .cnTitle span {
	position: relative;
	top: 2px;
	background-color: white;
	padding: 0px 10px;
}
.news .content {
	color: #999999;
	font-size: 12px;
	text-align: center;
	line-height: 200%;
}
.news .FoucsImg {
	float: left;
	padding-top: 50px;
	position: relative;
}
.news .FoucsImg img {
	display: block;
	width: 535px;
	height: 343px;
}
.news .FoucsImg .name {
	position: absolute;
	bottom: 0px;
	background-color: black;
	opacity: 0.8;
	width: 100%;
	padding: 10px 0px;
	text-align: center;
	font-size: 14px;
	color: white;
}
.news .newsList {
	float: right;
	width: 640px;
	padding-top: 50px;
}
.news .newsList li {
	border-left: 1px #DADADA solid;
	margin-left: 130px;
	position: relative;
	padding: 10px 10px 10px 30px;
	height: 95px;
}
.news .newsList li:before {
	position: absolute;
	left: -8px;
	top: 15px;
	content: "";
	background-color: #BABABA;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	border: 3px #F4F4F4 solid;
}
.news .newsList li:hover {
	background-color: #EFEFEF;
}
.news .newsList li .time {
	position: absolute;
	left: -130px;
	font-size: 16px;
	color: #666666;
}
.news .newsList li .name {
	padding-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news .newsList li .name a {
	font-size: 16px;
	color: black;
}
.news .newsList li .desc {
	font-size: 12px;
	color: #7F7F7F;
	line-height: 150%;
	overflow: hidden;
	height: 55px;
}
.news .newsList li .image {
	display: none;
}
/*关于我们*/
.about {
	background-image: url("aboutBg.jpg");
	background-position-x: center;
	background-repeat: no-repeat;
	padding: 30px 0 25px 0;
	color: white;
	overflow: hidden;
	height: 380px;
}
/*.about .bodyWidth{
	padding-top: 50px;
}*/
.about .left{
	width: 510px;
}
.about .title {
	font-size: 22px;
	text-align: center;
}
.about .enTitle {
	font-size: 14px;
	font-weight: bold;
	padding-left: 15px;
}
.about .content {
	font-size: 14px;
	line-height: 200%;
	padding: 8px 0px 5px 0px;
}
.about .more{
	text-align: center;
}
.about .more a {
	color: #F27F00;
	font-size: 16px;
}
/*地图*/
.about .right{
	width: 670px;
}
/***鍐呴〉****/
.neiye {
	padding: 20px 0;
}
.neiye .left {
	width: 240px;
	padding-bottom: 20px;
}
.neiye .yunshu .bjbt {
	height: 80px;
}
.neiye .right {
	width: 920px;
}
.neiye .xilie {
	border: 1px #CCC solid;
}
.neiye .xilie li {
	padding: 12px;
	text-indent: 10px;
	border-top: 1px #CCC solid;
}
.neiye .xilie li:first-child{
	border: none;
}
.neiye .xilie li a {
	font-size: 14px;
}
.neiye .lianxi {
	line-height: 250%;
	padding-top: 20px;
}
.neiye .lianxi .bjbt {
	height: 50px;
}
.neiye .lianxi p {
	padding: 0px 5px;
}
.neiye .lianxi p a:hover {
	color: #086CBF;
}
.right .title {
	background: url('span01.png') no-repeat left center;
	text-indent: 20px;
	font-size: 14px;
	border-bottom: 1px #CCC solid;
	padding: 15px 0;
}
.right .neirong {
	padding: 20px 0;
}
.right .nygsjj {
	font-size: 14px;
	line-height: 250%;
}
.right .nygsjj p img {
	float: right;
	margin-left: 10px;
	padding: 4px;
	border: 1px #CCC solid;
}
.biaoge {
}
.biaoge table {
	border-top: 1px #CCC solid;
	border-left: 1px #CCC solid;
}
.biaoge table tr td {
	text-align: center;
	border-right: 1px #CCC solid;
	border-bottom: 1px #CCC solid;
}
.biaoge table tr th {
	background: #1080CC;
	color: white;
	font-size: 14px;
}
.biaoge1 {
	background: #A2F7FD;
}
.biaoge1 td:hover{
	background: #FEE2A0;	
}
.biaoge2 {
	background: #FEE2A0;
}
.biaoge2 td:hover {
	background: #A2F7FD;
}
.ztys{
	color:Red;
	font-weight:bold;
}
.hzhb ul li {
	float: left;
	width: 150px;
	height:150px;
}
.hzhb  ul li a {
	color: #333;
	display: block;
	text-align: center;
	width: 150px;
}
.hzhb  ul li img {
	width:80px;
	height:80px;
}
.hzhb   ul li span {
	display: block;
	width: 150px;
	text-align: center;
	padding-top:10px;
	font-size: 14px;
}
.nyal ul{
	display: block;
	width: 1100px;
}
.nyal ul li{
	float:left;
	width:325px;
	height:230px;
}
.nyal ul li img{
	width:260px;
	padding:200px;
	padding:4px;
	border:1px #CCC solid;	
}
/*鑱旂郴鏂瑰紡*/
.contact {
	margin: auto;
	overflow: hidden;
}
.contact .left {
	padding-left: 290px;
}
.contact .right {
	width: 760px;
	font-size: 14px;
	color: #333333;
	line-height: 240%;
}
/*椤佃剼*/
.footer {
	background: #333333;
	font-size: 12px;
	text-align: center;
	color: white;
	padding: 20px;
	margin-top: 20px;
	clear: both;
}
.footer a {
	color: white;
}
/*--------------------------------鍐呴〉--------------------------------*/
.xwzx img{
	max-height: 550px;
	border: 1px solid #ccc;
	padding: 4px;
}
.xwzx p{
	text-indent: 2em;
}
.PageCont .xwzx h2{
	color: black;
}