* {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
	font-size: 14px;
	overflow-x: hidden;
}

body {
	background: #FFFFFF;
	margin: 0 auto;
}

a {
	text-decoration: none;
}

ul,
li,
ol,
img,
div {
	list-style: none;
	margin: 0;
	padding: 0;
}

body>#pc_container {
	min-width: 1920px;
	height: auto;
	margin: 0 auto;
	position: relative;
}

#index-box {
	width: 100%;
}

.content {
	width: 1200px;
	margin: 0 auto;
}

.middle-line {
	height: 380px;
	width: 1px;
	border: 1px dashed #ccc;
	margin: auto;
	position: absolute;
	top: -20px;
	left: -150px;
	bottom: 0;
	right: 0;
}

.new-title {
	font-size: 18px;
	font-weight: 900;
	color: #909090;
}


/*banner*/

#pc_container .banner {
	width: 1920px;
	height: 550px;
	content: '';
	display: block;
	margin: 0 auto;
}


/*banner_end*/


/*头条*/

.newsTitle {
	width: 1200px;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
}

.newsTitle span {
	content: '';
	display: block;
	font-size: 40px;
	font-weight: 900;
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
}


/*头条end*/


/*part-first*/

.part-first {
	width: 100%;
	height: 450px;
	background: #f6f6f6;
	position: relative;
	margin: 0 auto;
}

.part-first-left {
	float: left;
	margin-top: 30px;
	width: 500px;
}

.part-first-right {
	float: right;
	width: 650px;
	height: 350px;
	margin-top: 30px;
}

.new-title {
	border-bottom: 2px dashed #ccc;
	padding-bottom: 10px;
}

.part-first-right a {
	color: #666666;
}

.part-first-right li {
	width: 630px;
	margin: 5px 10px;
	border-bottom: 1px dashed #909090;
}


/*轮播*/

.carousel-content {
	position: relative;
	display: inline-block;
}

.carousel {
	width: 500px;
	height: 350px;
	position: relative;
	overflow: hidden;
}

.carousel a span {
	position: absolute;
	bottom: 0;
	width: 500px;
	height: 50px;
	background-color: #CCCCCC;
	text-align: center;
	color: #000000;
	font-size: 16px;
	font-weight: 900;
	opacity: 0.8;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
}

.carousel li {
	float: left;
	position: absolute;
	display: none;
}

.carousel li,
.carousel li img {
	width: 100%;
	height: 100%;
}

.img-index {
	position: absolute;
	bottom: 5px;
	width: 100%;
	display: flex;
	justify-content: center;
}

.img-index li {
	float: left;
	width: 18px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	border-radius: 10px;
	background-color: rgba(0, 0, 0, 0.2);
	font-size: 12px;
	cursor: pointer;
	color: #fff;
}

.img-index li.index {
	background-color: rgba(0, 0, 0, 0.6);
}

.img-index li:hover {
	background-color: rgba(0, 0, 0, 0.6);
}

.carousel-prev,
.carousel-next {
	position: absolute;
	display: inline-block;
	top: 40%;
	cursor: pointer;
}

.carousel-prev {
	left: 0;
}

.carousel-next {
	right: 0;
}


/*轮播*/


/*part-first-end*/


/*part-second*/

.part-second {
	width: 100%;
	position: relative;
	margin: 0 auto;
}

.zhengcetitle {
	display: block;
	width: 1920px;
	height: 96px;
	background: url(../images/title/zhengcetitle.jpg) 0 0 no-repeat;
	margin: 20px auto;
}

.zhengce-content {
	width: 1000px;
	margin: 0 auto;
}

.top-content {
	display: block;
	width: 220px;
	height: 250px;
	background: url(../images/zhengce/zhengce-content.png) 0 0 no-repeat;
	position: relative;
	text-align: center;
	float: left;
	margin-right: 20px;
	margin-bottom: 30px;
}

.top-content>img {
	display: block;
	width: 225px;
	height: 94px;
	margin-bottom: 5px;
}

.top-content a p {
	color: #666666;
	font-weight: 900;
}

.top-content a span {
	display: block;
	margin-left: 15px;
	width: 200px;
	height: 100px;
	overflow: hidden;
	text-align: left;
	color: #666666;
}


/*part-second-end*/


/*part-three*/

.part-third {
	width: 100%;
	position: relative;
	margin: 0 auto;
}

.part-third-content {
	background-color: #f6f6f6;
	margin-bottom: -50px;
}

.maptitle {
	display: block;
	width: 1920px;
	height: 96px;
	background: url(../images/title/maptitle.jpg) 0 0 no-repeat;
}

.third-width {
	width: 1200px;
	margin: 0 auto;
}

.third-left {
	width: 650px;
	height: 395px;
	float: left;
	margin-top: 50px;
	background-color: #FFFFFF;
	box-shadow: 10px 10px 5px #CCCCCC;
}

.third-right {
	width: 500px;
	height: 500px;
	float: right;
	margin-top: 50px;
}

.third-news-content {
	border-bottom: 1px dashed #ccc;
	padding-bottom: 10px;
	margin-top: 15px;
}

.third-news-content a p {
	font-size: 20px;
	font-weight: 900;
	color: #666666;
	width: 500px;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
}

.third-news-content a span {
	display: block;
	color: #666666;
	width: 600px;
	height: 60px;
	overflow: hidden;
	margin-left: 25px;
}


/*轮播2*/

.carousel-content2 {
	position: relative;
	display: inline-block;
}

.carousel2 {
	width: 500px;
	height: 395px;
	position: relative;
	overflow: hidden;
}

.carousel2 a span {
	position: absolute;
	bottom: 0;
	width: 500px;
	height: 50px;
	background-color: #CCCCCC;
	text-align: center;
	color: #000;
	font-weight: 900;
	font-size: 16px;
	opacity: 0.8;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
}

.carousel2 li {
	float: left;
	position: absolute;
	display: none;
}

.carousel2 li,
.carousel2 li img {
	width: 100%;
	height: 100%;
}

.img-index2 {
	position: absolute;
	bottom: 8px;
	width: 100%;
	display: flex;
	justify-content: center;
}

.img-index2 li {
	float: left;
	width: 18px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	border-radius: 10px;
	background-color: rgba(0, 0, 0, 0.2);
	font-size: 12px;
	cursor: pointer;
	color: #fff;
}

.img-index2 li.index {
	background-color: rgba(0, 0, 0, 0.6);
}

.img-index2 li:hover {
	background-color: rgba(0, 0, 0, 0.6);
}

.carousel-prev2,
.carousel-next2 {
	position: absolute;
	display: inline-block;
	top: 40%;
	cursor: pointer;
}

.carousel-prev2 {
	left: 0;
}

.carousel-next2 {
	right: 0;
}


/*轮播2end*/


/*part-three-end*/


/*part-four*/

.part-four {
	width: 100%;
	position: relative;
	margin: 0 auto;
}

.city-title {
	display: block;
	width: 1920px;
	height: 96px;
	background: url(../images/title/citytitle.jpg) 0 0 no-repeat;
	margin: 20px auto;
}

.city-content {
	display: block;
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.city-new-content {
	width: 280px;
	height: 200px;
	background: #CCCCCC;
	margin: 10px;
	margin-bottom: 20px;
	float: left;
	position: relative;
}

.city-new-content img {
	width: 280px;
	height: 200px;
}

.city-content2 {
	width: 1200px;
	margin: 0 auto;
}

.city-content2 div:nth-child(1) {
	margin-left: 160px;
}

.city-new-content a:nth-child(2) {
	position: absolute;
	bottom: 0;
	display: block;
	width: 100%;
	height: 45px;
	line-height: 45px;
	background: #000;
	opacity: 0.8;
	text-align: center;
	overflow-y: hidden;
}

.city-new-content a span {
	color: #FFFFFF;
	font-weight: 900;
	font-size: 14px;
}


/*part-four-end*/


/*part-five*/

.part-five {
	width: 100%;
	position: relative;
	margin: 0 auto;
}

.person-title {
	display: block;
	width: 1920px;
	height: 96px;
	background: url(../images/title/persontitle.jpg) 0 0 no-repeat;
	margin: 20px auto;
}

.person-news-content {
	width: 1200px;
	margin: 50px auto;
}

.person-left {
	width: 650px;
	height: 526px;
	float: left;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}

.five-news-content {
	border-bottom: 1px dashed #ccc;
	margin-top: 10px;
}

.five-news-content a p {
	font-size: 20px;
	font-weight: 900;
	color: #666666;
	width: 500px;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
	text-indent: 1em;
	margin-top: -5px;
	margin-bottom: 15px;
}

.five-news-content a span {
	display: block;
	color: #666666;
	width: 600px;
	height: 60px;
	overflow: hidden;
	margin-left: 25px;
	margin-bottom: 10px;
}

.person-right {
	width: 500px;
	height: 526px;
	float: right;
}

.person-image-first {
	width: 200px;
	height: 200px;
	background-color: #000000;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}

.person-image-first img {
	width: 200px;
	height: 200px;
}

.person-image-second {
	width: 290px;
	height: 200px;
	background-color: #000000;
	float: left;
}

.person-image-second img {
	width: 290px;
	height: 200px;
}

.person-image-third {
	width: 500px;
	height: 316px;
	background-color: #000000;
	float: left;
}

.person-image-third img {
	width: 500px;
	height: 316px;
}


/*part-five-end*/


/*part-six*/

.part-six {
	width: 100%;
	position: relative;
	margin: 0 auto;
}

.air-title {
	display: block;
	width: 1920px;
	height: 96px;
	background: url(../images/title/airtitle.jpg) 0 0 no-repeat;
	margin: 20px auto;
}

.air-content {
	width: 1200px;
	height: 620px;
	margin: 50px auto;
	position: relative;
}

.air-news-content {
	float: left;
	width: 390px;
	height: 300px;
	background: #269ABC;
	position: relative;
	margin-right: 10px;
	margin-bottom: 10px;
}

.air-news-content a img {
	width: 100%;
	height: 300px;
}

.air-news-content a:nth-child(2) {
	position: absolute;
	bottom: 0;
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: #000;
	opacity: 0.8;
}

.air-news-content a span {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 40px;
	text-align: center;
	color: #FFFFFF;
	font-weight: 900;
	font-size: 16px;
	opacity: 1;
	z-index: 100;
}


/*part-six-end*/


/*footer*/

.left {
	float: left;
}

.right {
	float: right;
}

.oh {
	overflow: hidden;
}

.os {
	overflow: scroll;
}

.ov {
	overflow: visible;
}

.bgnr {
	background-repeat: no-repeat;
}

.bgr {
	background-repeat: repeat;
}

.bgrx {
	background-repeat: repeat-x;
}

.bgry {
	background-repeat: repeat-y;
}

.bgCover {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}

.pr {
	position: relative;
}

.pa {
	position: absolute;
}

.part {
	width: 1200px;
	margin: 0 auto;
}

.font-xs {
	font-size: 12px;
}

.font-s {
	font-size: 14px;
}

.font-m {
	font-size: 16px;
}

.font-l {
	font-size: 18px;
}

a:hover {
	color: #ff9724!important;
}

.foot {
	text-align: center;
	font-size: 12px;
	line-height: 24px;
	color: #666;
	border-top: 1px solid #d9d9d9;
	margin: 30px auto 0;
	padding-top: 30px;
	position: relative;
}

.foot a {
	margin: 0 10px;
	color: #666;
}

.foot i {
	color: #00499e;
	font-style: normal;
}

.foot .icon {
	margin: 10px 0 20px 0;
}

.icon {
	display: inline-block;
	vertical-align: middle;
	background: url(http://www.news.cn/2015/img2015/icon_all.png) no-repeat;
	overflow: hidden;
}

.iconGs {
	width: 34px;
	height: 42px;
	background-position: 0 -158px;
}


/*footer*/