﻿body {
	margin: 0;
	padding: 0;
	font-family: 微软雅黑;
	color: #333;
	font-size: 12px;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
a {
	text-decoration: none;
	color: #333;
}
img {
	border: none;
}
.left {
	float: left;
}
.right {
	float: right;
}
.bodywidth {
	width: 1200px;
	margin: auto;
}
.firstpage .ScreenPageCont {
	height: 100%;
}
.topdw {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	background: rgba(255,255,255,1);
	z-index: 100;
}
.top {
	background: #F7F7F7;
	border-bottom: 1px #E1E1E1 solid;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}
.top a {
	color: #A1A1A1;
}
.top a:hover {
	color: #000;
}
.top .right ul li {
	float: left;
	text-indent: 30px;
}
.top .right ul li.icon1 {
	background: url('icon1.fw.png') no-repeat 10px center;
}
.top .right ul li.icon2 {
	background: url('icon2.fw.png') no-repeat 10px center;
}
.top .right ul li.icon3 {
	background: url('icon3.fw.png') no-repeat 10px center;
}
.header {
	height: 110px;
	z-index: 100;
}
.header .logo {
	width: 400px;
	background: white url('logo.fw.png') no-repeat left center;
	font-size: 32px;
	color: #00469C;
	height: 70px;
	text-indent: 90px;
	height: 90px;
	padding: 20px 0 0;
}
.header .logo span {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #666;
}
.header .nav {
	width: 770px;
	height: 90px;
	z-index: 100;
}
.header .nav ul {
	z-index: 100;
}
.header .nav ul li {
	float: left;
	width: 110px;
	position: relative;
	text-align: center;
}
.header .nav ul li a {
	display: block;
	width: 135px;
	height: 110px;
	line-height: 110px;
	font-size: 16px;
}
.header .nav ul li a:hover {
	display: block;
	background: #00469C;
	color: white;
}
.header .nav ul ul {
	display: none;
	height: 100%;
	background: white;
	width: 135px;
	opacity: 0.7;
}
.header .nav ul ul li {
}
.header .nav ul ul li a {
	height: 40px;
	line-height: 40px;
	background: white;
	font-size: 14px;
}
.header .nav ul ul ul{
	display:none;
	position:absolute;
	top:-10000px;
	left:-10000px;
}
.banner {
	z-index: 10;
}
.cpzsindex {
	overflow: hidden;
	height: 100%;
}
.cpzsindex .title {
	font-size: 24px;
	border-bottom: 1px #CCC solid;
	overflow: hidden;
	padding: 40px 0;
	text-align: center;
}
.cpzsindex ul {
	padding: 30px 0;
	overflow: hidden;
}
.cpzsindex #container {
	margin: 0 auto;
}
.cpzsindex #container li {
	float: left;
	width: 280px;
	height: 210px;
	cursor: pointer;
	overflow: hidden;
	position: relative;
	margin-left: 20px;
	margin-bottom: 20px;
}
.cpzsindex #container li .img {
	width: 280px;
	height: 210px;
	display: block;
	-moz-transition: .5s ease-in;
	-webkit-transition: .5s ease-in;
	-o-transition: .5s ease-in;
	-ms-transition: .5s ease-in;
	transition: .5s ease-in;
}
.cpzsindex #container li .img img {
	width: 280px;
	height: 210px;
}
.cpzsindex #container li p {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: -210px;
	color: #ffffff;
	z-index: 2;
	margin: 0;
	padding: 0;
}
.cpzsindex #container li p i {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 210px;
	z-index: -1;
	background: #000;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.cpzsindex #container li p span {
	display: block;
	width: 280px;
	height: 210px;
	line-height: 210px;
	text-align: center;
	font-size: 18px;
	overflow: hidden;
}
.cpzsindex #container li p span a {
	color: white;
}
.gsjjindex {
	overflow: hidden;
	padding: 60px 0;
	background: url('ibg.jpg') no-repeat center top;
	height: 100%;
}
.gsjjindex .title {
	font-size: 24px;
	overflow: hidden;
	padding: 40px 0;
	text-align: center;
	color: white;
	background: url('title.fw.png') no-repeat left bottom;
}
.gsjjindex p {
	width: 800px;
	margin: 40px auto;
	font-size: 14px;
	line-height: 250%;
	color: white;
	text-align: center;
}
.gsjjindex .more {
	overflow: hidden;
	width: 120px;
	margin: auto;
}
.gsjjindex .more a {
	display: block;
	width: 120px;
	height: 35px;
	line-height: 35px;
	border-radius: 100px;
	color: white;
	background: #000 url('more.fw.png') no-repeat 85px center;
	opacity: 0.7;
	text-indent: 30px;
}
.gsjjindex ul {
	padding: 40px 0;
	overflow: hidden;
}
.gsjjindex ul li {
	float: left;
	width: 280px;
	height: 212px;
	position: relative;
	margin-left: 25px;
}
.gsjjindex ul li:first-child {
	margin: 0;
}
.gsjjindex ul li .image {
	width: 280px;
	height: 212px;
}
.gsjjindex ul li .image img {
	width: 280px;
	height: 212px;
}
.gsjjindex ul li .namebg {
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 280px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: rgba(0,0,0,0.6);
}
.gsjjindex ul li .name {
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 280px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	width: 280px;
	text-align: center;
}
.gsjjindex ul li .name a {
	color: white;
}
.sbzsindex {
	background: #FAFAFA;
	height: 100%;
}
.sbzsindex .title {
	font-size: 24px;
	border-bottom: 1px #CCC solid;
	overflow: hidden;
	padding: 40px 0;
	text-align: center;
}
.sbzsindex1 {
	padding: 30px 0;
	overflow: hidden;
}
.sbzsindex1 ul li {
	float: left;
	width: 380px;
	height: 320px;
	padding-left: 20px;
}
.sbzsindex1 ul li img {
	width: 380px;
	height: 240px;
}
.sbzsindex1 ul li .name {
	width: 380px;
	text-align: center;
	padding: 15px 0;
	overflow: hidden;
	background: white;
}
.sbzsindex1 ul li .name a {
	font-size: 14px;
}
.sbzsindex2 {
	padding: 20px 0;
	overflow: hidden;
}
.sbzsindex2 ul li {
	float: left;
	width: 380px;
	height: 380px;
	margin-left: 30px;
	background: white;
}
.sbzsindex2 ul li:first-child {
	margin: 0;
}
.sbzsindex2 ul li img {
	width: 380px;
	height: 240px;
}
.sbzsindex2 ul li .name {
	padding: 15px 0;
	overflow: hidden;
	text-align: center;
	width: 380px;
	font-size: 18px;
	background: url('namebg.jpg') no-repeat center bottom;
}
.sbzsindex2 ul li .cont {
	font-size: 14px;
	text-align: center;
	overflow: hidden;
	padding: 10px 20px;
	line-height: 160%;
}
.sbzsindex2 ul li .cont a {
	color: #AAAAAA;
}
.fifthpage {
	position: relative;
	overflow: hidden;
}
#allmap div {
	overflow: visible;
}
#allmap img {
	padding: 0;
	height: auto;
}
.nbanner {
	height: 400px;
	overflow: hidden;
	background: url('nb1.jpg') no-repeat center top;
}
.neiyecont1 {
	overflow: hidden;
	padding: 20px 0;
}
.neiyecont1_1 {
	width: 970px;
}
.neiyecont1_1_1 {
	padding: 10px 0;
	border: 1px #EEE solid;
	border-radius: 3px;
	text-indent: 10px;
}
.neiyecont1_1_2 {
	border: 1px #EEE solid;
	border-radius: 5px;
	padding: 20px;
	margin-top: 20px;
	min-height:930px;
	width: 928px;
}
.neiyecont1_2 {
	width: 202px;
}
.neiyecont1_2_1 {
}
.neiyecont1_2_1 .title {
	padding: 8px 0;
	font-size: 16px;
	color: #00469C;
	border: 1px #EEE solid;
	border-radius: 3px;
	text-align: center;
}
.neiyecont1_2_1_1 {
	border: 1px #EEE solid;
	border-top: none;
}
.neiyecont1_2_1_1 ul {

}
.neiyecont1_2_1_1 ul li {
	padding-top: 10px;
}
.neiyecont1_2_1_1 ul li a {
	display: block;
	width: 180px;
	margin: auto;
	border: 1px #EEE solid;
	border-radius: 3px;
	height: 35px;
	line-height: 35px;
	text-indent: 25px;
	background:#EEE url('icon5.fw.png') no-repeat 10px center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.neiyecont1_2_1_1 ul ul {
	padding:0;
}
.neiyecont1_2_1_1 ul ul li a{
	background:white;
	background-image:none;
	text-indent:20px;
}
.neiyecont1_2_2 {
	padding-top: 20px;
}
.neiyecont1_2_2 .title {
	padding: 8px 0;
	font-size: 16px;
	color: #00469C;
	border: 1px #EEE solid;
	border-radius: 3px;
	text-align: center;
}
.neiyecont1_2_2_1 {
	border: 1px #EEE solid;
	border-top: none;
}
.neiyecont1_2_2 ul {
	padding: 10px;
}
.neiyecont1_2_2 ul li {
	width: 180px;
	height: 170px;
}
.neiyecont1_2_2 ul li .image img {
	width: 170px;
	height: 130px;
	padding: 4px;
	border: 1px #CCC solid;
}
.neiyecont1_2_2 ul li .name {
	text-align: center;
	width: 180px;
}
.neiyecont1_2_3 {
	padding-top: 20px;
}
.neiyecont1_2_3 .title {
	padding: 8px 0;
	font-size: 16px;
	color: #00469C;
	border: 1px #EEE solid;
	border-radius: 3px;
	text-align: center;
}
.neiyecont1_2_3_1 {
	border: 1px #EEE solid;
	border-top: none;
}
.neiyecont1_2_3_1 {
	padding: 10px 0;
}
.neiyecont1_2_3_1 .Name {
	width: 190px;
	text-indent: 25px;
	background: url('icon6.fw.png') no-repeat 10px center;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.neiyecont1_2_3_1 .Time {
	display: none;
}
.neiyecont1_2_4 {
	padding-top: 20px;
}
.neiyecont1_2_4 .title {
	padding: 8px 0;
	font-size: 16px;
	color: #00469C;
	border: 1px #EEE solid;
	border-radius: 3px;
	text-align: center;
}
.neiyecont1_2_4 img {
	margin: 0;
	padding: 0;
}
.neiyecont1_2_4_1 {
	border: 1px #EEE solid;
	border-top: none;
}
.neiyecont1_2_4_1 p {
	margin: 0 auto;
	width: 180px;
	padding: 10px;
	line-height: 200%;
	font-size: 12px;
}
.neiyecont2 {
	overflow: hidden;
	padding: 20px 0;
}
.neiyecont2_1 {
	padding: 10px 0;
	border: 1px #EEE solid;
	border-radius: 3px;
	text-indent: 10px;
}
.neiyecont2_2 {
	padding: 20px 0;
}
.nbottom {
	background: #222222;
	padding: 50px 0;
	width: 100%;
	overflow: hidden;
}
.nbottom ul {
}
.nbottom ul li {
	float: left;
	width: 200px;
	color: white;
	font-size: 16px;
}
.nbottom ul li.f2 {

}
.nbottom ul ul {
	padding: 20px 0;
}
.nbottom ul ul li {
	font-size: 12px;
	height: 35px;
	line-height: 35px;
}
.nbottom ul ul li a {
	color: white;
}
.nfooter {
	width: 100%;
	overflow: hidden;
	background: #373737;
	border-top: 1px #454545 solid;
	height: 50px;
	line-height: 50px;
	color: white;
}
.nfooter a {
	color: white;
}
.bottom {
	position: absolute;
	overflow: hidden;
	background: #222222;
	padding: 50px 0;
	bottom: 51px;
	left: 0;
	width: 100%;
}
.bottom ul {
}
.bottom ul li {
	float: left;
	width: 200px;
	color: white;
	font-size: 16px;
}
.bottom ul ul {
	padding: 20px 0;
}
.bottom ul ul li {
	font-size: 12px;
	height: 35px;
	line-height: 35px;
}
.bottom ul ul li a {
	color: white;
}
.footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	background: #373737;
	border-top: 1px #454545 solid;
	height: 50px;
	line-height: 50px;
	color: white;
}
.footer a {
	color: white;
}
.sixthpage {
	overflow: hidden;
}
.fhxcindex {
	overflow: hidden;
	padding: 60px 0;
	background: url('xx.jpg') no-repeat center top;
	height: 100%;
}
.fhxcindex .title {
	font-size: 24px;
	overflow: hidden;
	padding: 40px 0;
	text-align: center;
	color: white;
	background: url('title.fw.png') no-repeat left bottom;
}
.fhxcindex1 {
	padding: 30px 0;
	overflow: hidden;
}
.fhxcindex1 ul li {
	float: left;
	width: 380px;
	height: 320px;
	padding-left: 20px;
}
.fhxcindex1 ul li img {
	width: 380px;
	height: 240px;
}
.fhxcindex1 ul li .name {
	width: 380px;
	text-align: center;
	padding: 15px 0;
	overflow: hidden;
	background: white;
}
.fhxcindex1 ul li .name a {
	font-size: 14px;
}
.seventhpage {
	overflow: hidden;
}
.xwdtindex {
	background: #EEE;
	height: 100%;
}
.xwdtindex .title {
	font-size: 24px;
	border-bottom: 1px #CCC solid;
	overflow: hidden;
	padding: 40px 0;
	text-align: center;
}
.xwdtindex ul {
	padding: 20px 0;
	overflow: hidden;
}
.xwdtindex ul li {
	float: left;
	width: 580px;
	margin-right: 20px;
	border-bottom: 1px #CCC dotted;
	height: 160px;
	padding-top: 20px;
}
.xwdtindex ul li .image {
	float: left;
	width: 220px;
}
.xwdtindex ul li .image img {
	width: 200px;
	height: 120px;
}
.xwdtindex ul li .name {
	width: 360px;
	font-size: 16px;
	float: left;
}
.xwdtindex ul li .time {
	font-size: 12px;
	width: 360px;
	float: left;
	height: 30px;
	line-height: 30px;
}
.xwdtindex ul li .cont {
	width: 360px;
	float: left;
	font-size: 14px;
	line-height: 180%;
	overflow:hidden;
	height:70px;
}
.xwdtindex ul li .cont a {
	color: #666;
}
.xwdtindex .more {
	width: 100px;
	height: 30px;
	margin-top: 40px;
	text-align: center;
	margin: auto;
}
.xwdtindex .more a {
	display: block;
	width: 100px;
	height: 30px;
	line-height: 30px;
	background: #1169B9;
	color: white;
	font-size: 14px;
	border-radius: 3px;
}
.dibu1 {
	height: 264px;
}
.dibu2 {
	height: 35px;
	line-height: 35px;
	color: #B8B8B8;
}
.dibu2 a {
	color: #B8B8B8;
}
.dibu2 a:hover {
	color: #17A5F8;
}
.alzs {
}
.alzs ul li {
	float: left;
	width: 305px;
	height: 260px;
}
.alzs ul li img {
	width: 280px;
	height: 220px;
	padding: 4px;
	border: 1px #CCC solid;
}
.biaoge {
	margin-top: 20px;
}
.biaoge table {
	width: 95%;
	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;
}
.PageCont h4 {
    background: url('icon2.png') no-repeat left center;
    text-indent: 20px;
    color: white;
    width: 148px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    margin-top: 20px;
}
.alzs1 {
	overflow:hidden;
}
.alzs1 ul li {
	float: left;
	width: 305px;
	height: 270px;
}
.alzs1 ul li img {
	width: 280px;
	height: 220px;
	padding: 4px;
	border: 1px #CCC solid;
}
.alzs1 ul li span{
	display:block;
	padding-top:5px;
	font-size:14px;
	width:290px;
	text-align:center;
}