/* ---- Public Style ---- */
html, body, div, p, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, select, button, textarea, iframe, table, th, td {
	margin: 0;
	padding: 0;
}
img {
	border: 0 none;
	vertical-align: middle;
}
ul, li {
	list-style-type: none;
}
dl {
	display: block;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 14px;
}
body, input, select, button, textarea {
	font-size: 14px;
	font-family: '???¨ª????', Microsoft YaHei;
}
button {
	cursor: pointer;
}
i, em, cite {
	font-style: normal;
}
html {
	height: 100%;
}
body {
	color: #333333;
	min-height: 100%;
	position: relative;
	background: #fff;
	padding: 0 0 35px;
}
*{
	behavior:url("../css/boxsizing.htc");
	-moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    box-sizing: border-box; 
}
a, a:link {
	text-decoration: none;
	color: inherit;
}

a:active, a:hover {
	text-decoration: underline;
}
table {
	border-collapse: collapse;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0;
}
.clearfix:after {
	clear: both;
	content: " ";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}
/* ---- banner_swiper Style ---- */
.bannerSwiper{
	height: 800px;
}
.bannerSwiper .swiper-container{
	height: 100%;
}
.bannerSwiper .swiper-wrapper{
	height: 100%;
}
.bannerSwiper .swiper-slide{
	height: 100%;
	background-position: center center;
	background-repeat: repeat-x;
	background-size: auto 100%;
}
.bannerSwiper .swiper-slide img{
	display: none;
}
/* ---- headlines Style ---- */
.headlines_coat{
	width: 100%;
	background: url(../img/headlines_bg.jpg) center center no-repeat;
	background-size: auto 100%;
	margin-bottom: 50px;
}
.headlines{
	height: 180px;
	width: 1200px;
	padding: 29px 0 0 250px;
	background: url(../img/headlines_title.png) left center no-repeat;
	margin: 0 auto;
}
.headlines h1{
	height: 70px;
	line-height: 70px;
	font-size: 44px;
	color: #fff;
	font-weight: normal;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.headlines p{
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	color: #ffe8bc;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.headlines p a{
	display: inline-block;
}
/* ---- newsSwiper Style ---- */
.newsSwiper{
	height: 370px;
	width: 100%;
	position: relative;
}
.newsSwiper .swiper-container {
	height: 100%;
}
.newsSwiper .swiper-wrapper{
	height: 100%;
}
.newsSwiper .swiper-slide{
	height: 100%;
	overflow: hidden;
	position: relative;
}
.newsSwiper .swiper-slide img{
	width: 100%;
    height: 100%;
    -webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.newsSwiper .swiper-slide:hover img{
    -webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.newsSwiper .swiper-slide p{
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 0px;
	height: 52px;
	line-height: 52px;
	padding: 0 130px 0 18px;
	background: rgba(0, 0, 0, 0.7);
	font-size: 22px;
	color: #fff;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.newsSwiper .pagination{
	width: auto!important;
	position: absolute;
	right: 6px;
	left: auto!important;
	bottom: 20px!important;
	z-index: 4;
}
.newsSwiper .pagination span{
	display: inline-block;
	margin: 0 6px;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #fff;
	opacity: 1;
}
.newsSwiper .pagination span.swiper-pagination-bullet-active{
	opacity: 1;
	background: #e74536;
}
.newsSwiper .swiper_next,
.newsSwiper .swiper_prev{
	position: absolute;
	top: 50%;
	width: 40px;
	height: 74px;
	margin-top:-37px;
	background-size: 100% 100%;
	z-index: 4;
	cursor: pointer;
}
.newsSwiper .swiper_next{
	right: 0px;
	background-image: url(../img/arrow_next.png);
}
.newsSwiper .swiper_prev{
	left: 0px;
	background-image: url(../img/arrow_prev.png);
}
/* ---- picNews Style ---- */
.picNews{
	margin-top: 20px;
}
.picNews li{
	float: left;
	width: 305px;
	height: 190px;
	overflow: hidden;
	position: relative;
}
.picNews li:nth-child(2n){
	float: right;
}
.picNews li img{
	width: 100%;
    height: 100%;
    -webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.picNews li:hover img{
    -webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.picNews li p{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	background: rgba(0, 0, 0, 0.7);
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
/* ---- mainNews Style ---- */
.mainNews li{
	height: 38px;
	line-height: 38px;
	font-size: 18px;
	color: #333333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.mainNews li:nth-child(1),
.mainNews li:nth-child(5){
	height: 42px;
	line-height: 42px;
	font-size: 24px;
	font-weight: bold;
}
.mainNews li:nth-child(4),
.mainNews li:nth-child(8){
	margin-bottom: 16px;
}
.mainNews li span{
	color: #e74536;
}
/* ---- Speech spirit Style ---- */
.speechSpirit_coat{
	width: 100%;
	background: url(../img/speechSpirit_bg.jpg) center center no-repeat;
	background-size: auto 100%;
	margin: 114px 0 50px;
}
.speechSpirit{
	width: 1200px;
	margin:0 auto;
	height: 446px;
	position: relative;
	padding: 27px 0 0 496px;
}
.speechSpirit .pic{
	position: absolute;
	width: 462px;
	height: 459px;
	top: -64px;
	left: 15px;
}
.speechSpirit h1{
	height: 84px;
	padding: 0 0 0 74px;
	line-height: 0px;
	margin-bottom: 6px;
}
.speechSpirit h1 img{
	height: 100%;
	width: auto;
}
.speechSpirit .main{
	padding: 0 0 14px;
	border-bottom: 1px dashed #fcd5d3;
	margin-bottom: 12px;
}
.speechSpirit .main h2{
	height: 52px;
	line-height: 52px;
	font-size: 28px;
	color: #fff;
	font-weight: normal;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.speechSpirit .main p{
	height: 64px;
	line-height: 32px;
	font-size: 16px;
	color: #ffffff;
	text-indent: 2em;
	overflow: hidden;
}
.speechSpirit .main p a{
	display: inline-block;
}
.speechSpirit ul{
	padding: 0 0 0 82px;
}
.speechSpirit ul li{
	height: 40px;
	line-height: 40px;
	background: url(../img/point.png) left center no-repeat;
	padding: 0 0 0 22px;
	font-size: 20px;
	color: #ffffff;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
/* ---- reform_coat Style ---- */
.reform_coat{
	width: 100%;
	background: url(../img/reform_bg.jpg) center center repeat-x;
	background-size: auto 100%;
	padding: 64px 0 60px;
}
.reformHead{
	height: 50px;
	line-height: 0px;
	position: relative;
	margin-bottom: 30px;
}
.reformHead img{
	height: 100%;
	width: auto;
}
.reformHead a.more{
	position: absolute;
	right: 0;
	top: 12px;
	width: 56px;
	height: 26px;
	line-height: 26px;
	background: #fd4634;
	font-size: 16px;
	color: #fff;
	border-radius: 4px;
	text-align: center;
}
.reformHead a.more:hover{
	text-decoration: none;
}
.reformBorder{
	width: 100%;
	height: 260px;
	background: url(../img/reform_list.png) no-repeat;
	background-size: 100% 100%;
	padding: 30px 40px 0;
	margin-bottom: 40px;
}
.reformList{
	margin-bottom: 42px;
}
.reformList li{
	height: 38px;
	line-height: 38px;
	padding: 0 0 0 28px;
	font-size: 18px;
	color: #333;
	background: url(../img/round.png) left center no-repeat;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.reformPerson{
	overflow: hidden;
	margin-bottom: 14px;
}
.reformPerson .pic{
	overflow: hidden;
	float: left;
	width: 178px;
	height: 130px;
	margin-right: 30px;
}
.reformPerson h1{
	height: 50px;
	overflow: hidden;
	line-height: 50px;
	font-size: 28px;
	color: #333333;
}
.reformPerson h1 span{
	margin-left: 16px;
	font-weight: normal;
	font-size: 16px;
	color: #666666;
}
.reformPerson h2{
	min-height: 30px;
	line-height: 30px;
	font-size: 20px;
	color: #333333;
}
.reformPerson .pic img{
	width: 100%;
    height: 100%;
    -webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.reformPerson .pic:hover img{
    -webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.reformbighead{
	height: 41px;
	line-height: 0px;
	position: relative;
	text-align: center;
	margin-bottom: 50px;
}
.reformbighead img{
	height: 100%;
}
.reformbighead::before,
.reformbighead::after{
	content: "";
	position: absolute;
	top: 50%;
	width: 346px;
	height: 1px;
	font-size: 0px;
	line-height: 0px;
	background: #fd4634;
}
.reformbighead::before{
	left: 0;
}
.reformbighead::after{
	right: 0;
}
.greatChanges {
	position: relative;
	width: 1200px;
	margin: 0 auto
}

.greatChanges .swiper-slide {
	width: 810px;
	height: 470px;
	background: #fff;
	box-shadow: 0 0px 11px rgba(0, 0, 0, 0.11);
	border: 5px solid #ebebeb;
	overflow: hidden;
	position: relative;
}
.greatChanges .swiper-slide img{
	width: 100%;
    height: 100%;
    -webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.greatChanges .swiper-slide:hover img{
    -webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.greatChanges  .swiper-slide p {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 50px;
	line-height: 50px;
	padding: 0 16px;
	text-align: center;
	color: #fff;
	font-size: 22px;
	background: rgba(0, 0, 0, 0.7);
	margin: 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}

.greatChanges .swiper-pagination {
	display: none;
}

.greatChanges .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 10px;
	height: 10px;
	opacity: 1;
}
.greatChanges .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #00aadc;
	background-color: #fff;
}
.greatChanges .swiper-button-prev {
	left: -69px;
	width: 39px;
	height: 84px;
	background: url(../img/red_prev.png) no-repeat;
	background-size:100% 100%;
	cursor: pointer;
}

.greatChanges .swiper-button-next {
	right: -69px;
	width: 39px;
	height: 84px;
	background: url(../img/red_next.png) no-repeat;
	background-size:100% 100%;
	cursor: pointer;
}
/* ---- thewind_coat Style ---- */
.thewind_coat{
	width: 100%;
	background: url(../img/thewind_bg.jpg) center center repeat-x;
	background-attachment: fixed;

	padding: 100px 0 0;
}
.windreform{
	width: 1140px;
	height: 252px;
	position: relative;
	margin: 0 auto 96px;
	background: url(../img/windreform_border.png) no-repeat;

}
.windreform .title{
	position: absolute;
	left: 50px;
	right: 0px;
	top: -49px;
	margin: 0 auto;
}
.windreform .con{
	position: absolute;
	left: 42px;
	top: 60px;
}
.windreform .thelogo{
	position: absolute;
	right: 30px;
	top: 43px;
}
.windreform ul{
	position: absolute;
	bottom: -28px;
	right: 0px;
	left: 0px;
	width: 100%;
	height: 57px;
	text-align: center;
	line-height: 0px;
	margin: 0 auto;
}
.windreform ul li{
	display: inline-block;
	height: 57px;
	width: 245px;
	margin: 0 10px;
}
.windreform ul li a{
	display: block;
	height: 57px;
	width: 245px;
	line-height: 57px;
	font-size: 24px;
	color: #fff;
	text-align: center;
	font-weight: bold;
}
.windreform ul li a:hover{
	text-decoration: none;
}
.windreform ul li:nth-child(3n+1){
	background: #bc1d00;
}
.windreform ul li:nth-child(3n+2){
	background: #f87054;
}
.windreform ul li:nth-child(3n+3){
	background: #f3991f;
}

.windreform .wrapper{
	position: absolute;
	bottom: -28px;
	right: 0px;
	left: 0px;
	width: 100%;
	height: 57px;
	text-align: center;
	line-height: 0px;
	margin: 0 auto;
	font-size: 0px;
}
  
.windreform .wrapper .col{
	display: inline-block;
	height: 57px;
	width: 245px;
	cursor: pointer;
	overflow: hidden;
	position: relative;
	margin: 0 10px;
} 
.windreform .wrapper .con{
	position: relative;
	top: auto;
	left: auto;
	-webkit-transform-style: preserve-3d;
			transform-style: preserve-3d;
	-webkit-perspective: 1000px;
			perspective: 1000px;	
}
.windreform .wrapper .front,
.windreform .wrapper .back{
	background-size: cover;
	background-position: center;
	-webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	-o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
	text-align: center;
	min-height: 57px;
	height: auto;
	color: #fff;
	font-size: 12px;
}
.windreform .wrapper .con:hover .front,
.windreform .wrapper .con:hover .back{
	-webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	-o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
}
.windreform .wrapper .back{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}  
.windreform .wrapper .inner{
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	line-height: 57px;
	font-size: 24px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	-webkit-perspective: inherit;
			perspective: inherit;
	z-index: 2;
}
.windreform .wrapper .inner p{
	padding:5px 10px 0;
	font-size: 14px;
	line-height: 22px;
	text-align: left;
}
.windreform .wrapper .con .back{
	-webkit-transform: rotateX(180deg);
			transform: rotateX(180deg);
	-webkit-transform-style: preserve-3d;
			transform-style: preserve-3d;
}
.windreform .wrapper .con .front{
	-webkit-transform: rotateX(0deg);
			transform: rotateX(0deg);
	-webkit-transform-style: preserve-3d;
			transform-style: preserve-3d;
} 
.windreform .wrapper .con:hover .back{
	-webkit-transform: rotateX(0deg);
		transform: rotateX(0deg);
	-webkit-transform-style: preserve-3d;
		transform-style: preserve-3d;
} 
.windreform .wrapper .con:hover .front{
	-webkit-transform: rotateX(-180deg);
		transform: rotateX(-180deg);
	-webkit-transform-style: preserve-3d;
		transform-style: preserve-3d;
}
.windreform .wrapper .col:nth-child(1) .front{
	background:#bc1d00;
}
.windreform .wrapper .col:nth-child(1) .back{
	background:#bc1d00;
}
.windreform .wrapper .col:nth-child(2) .front{
	background:#f87054;
}
.windreform .wrapper .col:nth-child(2) .back{
	background:#f87054;
}
.windreform .wrapper .col:nth-child(3) .front{
	background:#f3991f;
}
.windreform .wrapper .col:nth-child(3) .back{
	background:#f3991f;
}
/* ---- cityBox Style ---- */
.cityBox_coat{
	height: 966px;
	width: 100%;
	background: url(../img/city_bg.png) center center no-repeat;
	background-size:auto 100%;
}
.cityBox_map{
	float: left;
	width: 22.5%;
	max-width: 450px;
	min-width: 370px;
	height: 970px;
	background: url(../img/cityBox_map.png) right top no-repeat;
	position: relative;
}
.cityBox_map .wave{
	position: absolute;
	left: 0px;
	bottom: 89px;
	height: 315px;
	width: 100%;
	background: url(../img/cityBox_wave.png) right center no-repeat;
}
.cityBox_map img.thelogo{
	position: absolute;
	top: 80px;
	right: 145px;
}
.cityBox{
	float: right;
	background: url(../img/cityBox_scroll.png) left center no-repeat;
}
.cityBox svg {
	position: absolute;
	top: -999em
  }
.cityBox filter {
	color-interpolation-filters: sRGB
  }
.citySwiper{
	width: 100%;
	padding:36px 50px 0 10% ;
	height: 816px;
	position: relative;
}
.citySwiper .swiper-container {
	width: 100%;
	max-width: 1200px;
	height: 100%;
	margin: 0;
}
.citySwiper .swiper-slide {
	width: 100%;
}
.citySwiper .ioon_hand{
	position: absolute;
	bottom: 20px;
	right: 0px;
	left: 30px;
	margin: 0 auto;
	height: 31px;
	width: 159px;
	background: url(../img/city_hand.png) no-repeat;
}
.citySwiper .city_prev,
.citySwiper .city_next{
	position: absolute;
	top: 50%;
	margin-top: 18px;
	width: 45px;
	height: 36px;
	cursor: pointer;
}
.citySwiper .city_prev{
	background: url(../img/city_prev.png) no-repeat;
	left: 16px;
}
.citySwiper .city_next{
	background: url(../img/city_next.png) no-repeat;
	right: 0px;
}
.citySwiper .glass {
    position: absolute;
	padding: 0;
	left: 0px;
	top: 0px;
    width: 100%;
	height: 702px;
	z-index: 999;
}
.citySwiper .glass_img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	opacity: 0.97;
}
.citySwiper .glass p {
	position: absolute;
	top: 20%;
	left: 15%;
	font-weight: bold;
	font-size: 32px;
	color: rgba(0, 0, 0, 0.5);
	text-align: center;
	height:60%;
	width: 70%;
	border: 1px solid #fff;
	background: rgba(255, 255, 255, 0.5);
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
	border-radius: 10px;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.cityBox_map .swiper-pagination{
	position: inherit;
}
.cityBox_map .swiper-pagination-bullet{
	position: absolute;
	right: 0px;
	top: 0px;
	width: auto;
	height: 20px;
	line-height: 20px;
	border-radius:0;
	background: none;
	display: block;
	font-size: 16px;
	color: #004c9e;
	text-shadow:0 0 5px #fff, 0 0 4px #fff, 0 0 3px #fff, 0 0 2px #fff, 0 0 1px #fff;
	opacity: 1;
	-webkit-transition: .1s ease-in-out;
	transition: .1s ease-in-out;
}
.cityBox_map .swiper-pagination-bullet-active{
	font-weight: bold;
}
.cityBox_map .swiper-pagination-bullet::before{
	position: absolute;
	left: -26px;
	top: 0px;
	content: "";
	width: 20px;
	height:20px;
	border: 4px solid #d4f5ff;
	background: #0077ba;
	font-size: 0px;
	line-height: 0px;
	border-radius: 50%;
	box-sizing: border-box;
}
.cityBox_map .swiper-pagination-bullet-active::before{
	border: 2px solid #d4f5ff;
	background: url(../img/dian.gif) center center no-repeat rgba(0, 0, 0, 0);
}
.cityBox_map .swiper-pagination-bullet:nth-child(1){
	right: 120px;
	top: 150px;
}
.cityBox_map .swiper-pagination-bullet:nth-child(1)::before{
	left: auto;
	top: -5px;
	right: -24px;
}
.cityBox_map .swiper-pagination-bullet:nth-child(2){
	right: 74px;
	top: 180px;
}
.cityBox_map .swiper-pagination-bullet:nth-child(3){
	right: 80px;
	top: 124px;
}
.cityBox_map .swiper-pagination-bullet:nth-child(3)::before{
	left: 5px;
	top: -20px;
}
.cityBox_map .swiper-pagination-bullet:nth-child(4){
	right: 124px;
	top: 76px;
}
.cityBox_map .swiper-pagination-bullet:nth-child(4)::before{
	left: 16px;
	top: 22px;
}
.cityBox_map .swiper-pagination-bullet:nth-child(5){
	right: 154px;
	top: 134px;
}
.cityBox_map .swiper-pagination-bullet:nth-child(5)::before{
	left: 3px;
	top: -19px;
}
.cityBox_map .swiper-pagination-bullet:nth-child(6){
	right: 54px;
	top: 220px;
}
.cityBox_map .swiper-pagination-bullet:nth-child(7){
	right: 34px;
	top: 258px;
}
.cityBox_map .swiper-pagination-bullet:nth-child(8){
	right: 28px;
	top: 285px;
}
.cityBox_map .swiper-pagination-bullet:nth-child(9){
	right: 24px;
	top: 316px;
}
.cityBox_map .swiper-pagination-bullet:nth-child(10){
	right: 58px;
	top: 390px;
}
.cityBox_map .swiper-pagination-bullet:nth-child(11){
	right: 32px;
	top: 358px;
}
.cityBox_map .swiper-pagination-bullet:nth-child(12){
	right: 170px;
	top: 505px;
}
.cityBox_map .swiper-pagination-bullet:nth-child(12)::before{
	left: -20px;
	top: -16px;
}
.cityBox_map .swiper-pagination-bullet:nth-child(13){
	right: 238px;
	top: 535px;
}
.cityBox_map .swiper-pagination-bullet:nth-child(14){
	right: 262px;
	top: 508px;
}
.citytop{
	padding:27px 0 0 350px;
	height: 134px;
	position: relative;
	text-align: center;
	margin-bottom: 8px;
}
.citytop img{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: auto;
	max-width: 350px;
}
.citytop h1{
	height: 54px;
	line-height: 54px;
	font-size: 36px;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.citytop h1 a{
	color: #333;
}
.citytop p{
	height: 32x;
	line-height: 32px;
	font-size: 16px;
	color: #666;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.citytop p a{
	color: #666;
}
.cityLeft{
	float: left;
	width: 49.17%;
}
.cityRight{
	float: right;
	width: 47.5%;
}
.cityNews{
	padding: 13px 0 0;
	margin-bottom: 30px;
}
.cityNews li{
	padding: 0 0 0 20px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: #333;
	background: url(../img/point_blue.png) left center no-repeat;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.cityNews li a{
	color: #333;
}
.cityMain{
	margin-bottom: 28px;
}
.cityMain h2{
	height: 34px;
	line-height: 34px;
	font-size: 24px;
	color: #333;
	font-weight: normal;
	margin-bottom: 18px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.cityMain h2 a{
	color: #333;
}
.cityMain h2 span{
	display: inline-block;
	float: left;
	height: 34px;
	line-height: 32px;
	text-align: center;
	background: #cc3b3b;
	border-radius: 3px;
	padding: 0 13px;
	font-size: 24px;
	color: #fff;
	margin-right: 20px;
}
.cityMain .pic{
	float: left;
	overflow: hidden;
	width: 30.51%;
	height: 120px;
}
.cityMain .pic img{
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.cityMain .pic:hover img{
    -webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.cityMain p{
	float: right;
	overflow: hidden;
	width: 65.8%;
	height: 120px;
	padding:8px 0 0;
	line-height: 30px;
	overflow: hidden;
	font-size: 16px;
	color: #666;
}
.cityMain p a{
	color: #666;
}
.city_story{
	padding:0 0 0 98px;
	position: relative;
	height: 196px;
}
.city_story .pic{
	width: 196px;
	height: 196px;
	position: absolute;
	top: 0px;
	left: 0px;
	border-radius: 50%;
	border: 7px solid #bce4f3;
	overflow: hidden;
	z-index: 1;
}
.city_story .pic img{
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.city_story .pic:hover img{
    -webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.city_story h2{
	height: 72px;
	padding: 0 0 0 218px;
	line-height: 0;
	font-size: 24px;
	color: #000;
	font-weight: normal;
	overflow: hidden;
	position: relative;
	margin-bottom: 28px;
}
.city_story h2 a{
	color: #000;
	line-height: 36px;
}
.city_story h2 p{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 218px;
	padding: 7px 0 0 98px;
	text-align: center;
	font-size: 32px;
	color: #004c9e;
	font-weight: bold;
}
.city_story h2 p a{
	color: #004c9e;
}
.city_story h2 span{
	display: inline-block;
	height: 22px;
	line-height: 22px;
	width: 72px;
	background: #cc3b3b;
	font-size: 16px;
	color: #fff;
	font-weight: normal;
	border-radius: 2px;
	margin-bottom: 20px;
}
.city_story>p{
	padding: 17px 30px 0 130px;
	height: 96px;
	overflow: hidden;
	background: #2c8dde;
	width: 100%;
	font-size: 14px;
	color: #fff;
	line-height: 28px;
	position: relative;
}
.city_story>p::after,
.city_story>p::before{
	content: "";
	position: absolute;
	width: 14px;
	height: 13px;
}
.city_story>p::after{
	right: 20px;
	bottom: 15px;
	background: url(../img/quotation_right.png) no-repeat;
}
.city_story>p::before{
	left: 106px;
	top: 15px;
	background: url(../img/quotation_left.png) no-repeat;
}
.city_story>p a{
	color: #fff;
}
.cityshow li{
	position: relative;
	width: 100%;
	height: 335px;
	overflow: hidden;
}
.cityshow li i{
	position: absolute;
	left: 0px;
	right: 0px;
	top: 50%;
	margin: 0 auto;
	z-index: 2;
}
.cityshow li i.pic_icon{
	width: 44px;
	height: 36px;
	margin-top: -18px;
	background: url(../img/icon_pic.png) no-repeat;
}
.cityshow li i.video_icon{
	width: 40px;
	height: 39px;
	margin-top: -20px;
	background: url(../img/city_video.png) no-repeat;
}
.cityshow li img.pic{
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.cityshow li:hover img.pic{
    -webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.cityshow li .title{
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 40px;
	width: 100%;
	background: rgba(0, 0, 0, 0.8);
}
.cityshow li .title p{
	width: 100%;
	padding: 0 12px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	font-size: 18px;
	color: #fff;
}
.cityshow li .title p a{
	color: #FFF;
}
.cityshow li .title p .icon{
	position: absolute;
	height: 70px;
	width: 71px;
	left: 0px;
	bottom: 0px;
	padding: 6px;
	background:#468ce4;
	background: -webkit-linear-gradient(#468ce4, #46c1e8); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(#468ce4, #46c1e8); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(#468ce4, #46c1e8); /* Firefox 3.6 - 15 */
	background: linear-gradient(#468ce4, #46c1e8); /* ¡À¨º¡Á?????¡¤¡§ */
}
.cityshow li:first-child{
	margin-bottom: 28px;
}
.cityshow li:nth-child(2),
.cityshow li:nth-child(3){
	width: 48.77%;
	height: 196px;
	float: left;
}
.cityshow li:nth-child(2) .title,
.cityshow li:nth-child(3) .title{
	padding: 0 0 0 71px;
}
.cityshow li:nth-child(2) .title p,
.cityshow li:nth-child(3) .title p{
	font-size: 16px;
}
.cityshow li:nth-child(3){
	float: right;
}
/* ---- ·Ü½øÉ½¶« Style ---- */
.shandongHead{
	width: 100%;
	height: 159px;
	background: url(../img/shandongHead.jpg) center center repeat-x;
	background-size: auto 100%;
	overflow: hidden;
	text-indent: -99999px;
}
.shandong_coat{
	width: 100%;
	background: url(../img/shandong_bg.jpg) center center repeat-x;
	background-size: auto 100%;
	padding: 50px 0 59px;
}
.shandongHeadlines{
	padding: 0 0 18px;
	border-bottom: 1px solid #dcdcdc;
	margin: 0 0 16px;
}
.shandongHeadlines h1{
	height: 42px;
	line-height: 42px;
	font-size: 24px;
	color: #333;
	margin-bottom: 5px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.shandongHeadlines p{
	height: 56px;
	line-height: 28px;
	font-size: 14px;
	color: #666666;
	overflow: hidden;
	text-indent: 2em;
}
.shandongHeadlines p a{
	display: inline-block;
	text-indent:0em;
}
.shandongPic{
	margin: 40px 0;
}
.shandongPic li{
	float: left;
	width: 280px;
	height: 180px;
	margin-right: 25px;
	overflow: hidden;
	position: relative;
}
.shandongPic li:nth-child(3),
.shandongPic li:nth-child(4){
	margin-right: 0;
}
.shandongPic li:nth-child(4){
	float: right;
}
.shandongPic li img{
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.shandongPic li:hover img{
    -webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.shandongPic li p{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 36px;
	line-height: 36px;
	padding: 0 12px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	background: rgba(0, 0, 0, 0.7);
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.shandongBox{
	background: rgba(255, 255, 255, 0.5);
	padding: 30px;
}
.shandongLeft{
	float: left;
	width: 552px;
}
.shandongRight{
	float: right;
	width: 552px;
}
/*---- yantai Style ---- */
.yantaiHead{
	width: 100%;
	height: 159px;
	background: url(../img/yantaiHead.jpg) center center repeat-x;
	background-size: auto 100%;
	overflow: hidden;
	text-indent: -99999px;
}
.yantai_coat{
	width: 100%;
	background: url(../img/yantai_bg.jpg) center top repeat-x;
	padding: 50px 0 0;
}
.zhengwuLeft,
.zhengwuRight{
	width: 582px;
	float: left;
}
.zhengwuRight{
	float: right;
}
.zhengwu{
	margin-bottom: 30px
}
.zhengwu h1{
	width: 80px;
	height: 115px;
	float: left;
	font-size: 30px;
	color: #fff;
	text-align: center;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.zhengwu h1.red{
	background: #bc1d00;
}
.zhengwu h1.orange{
	background: #f87054;
}
.zhengwu h1.yellow{
	background: #f3991f;
}
.zhengwu h1.violet{
	background: #ba4476;
}
.zhengwu ul{
	width: 475px;
	float: right;
}
.zhengwu ul li{
	height: 38px;
	line-height: 38px;
	font-size: 18px;
	color: #333;
}
/*---- jingjiLeft Style ---- */
.jingjiLeft{
	width: 700px;
	float: left;
}
.jingjiLeft li{
	width: 100%;
	border: 1px solid #e5e5e5;
	overflow: hidden;
	margin-bottom: 25px;
	position: relative;
	padding: 0 18px 0 0;
}
.jingjiLeft li:last-child{
	margin-bottom: 0px;
}
.jingjiLeft li .pic{
	width: 230px;
	height: 138px;
	float: left;
	margin-right:20px;
	overflow: hidden;
}
.jingjiLeft li .pic img{
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.jingjiLeft li .pic:hover img{
    -webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.jingjiLeft li h1{
	margin-top: 5px;
	height: 52px;
	line-height: 52px;
	font-size: 22px;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.jingjiLeft li p{
	height: 52px;
	line-height: 26px;
	font-size: 14px;
	color: #666666;
	overflow: hidden;
}
.jingjiLeft li a.more{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 68px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background: #e84f41;
}
.jingjiRight{
	width: 460px;
	float: right;
}
.jingjiRight h2{
	height: 60px;
	line-height: 60px;
	font-size: 24px;
	color: #333;
	margin-bottom: 6px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
/*---- personageBox Style ---- */
.personageBox{
	float: left;
	margin-left: 84px;
	margin-top: 34px;
	width: 616px;
	height: 180px;
	padding: 30px 20px 0 110px;
	background: #f5f5f5;
	position: relative;
}
.personageBox .name{
	position: absolute;
	top: -14px;
	left: 110px;
	height: 34px;
	line-height: 34px;
	padding: 0 20px;
	background:#e84f41 ;
	font-size: 24px;
	color: #fff;
	font-weight: normal;
}
.personageBox .pic{
	position: absolute;
	left: -84px;
	bottom: 0px;
	width: 172px;
	height: auto;
}
.personageBox .pic img{
	width: 100%;
	height: auto;
}
.personageBox h2{
	height: 48px;
	line-height: 48px;
	font-size: 22px;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.personageBox p{
	height: 56px;
	line-height: 28px;
	font-size: 14px;
	color: #333333;
	overflow: hidden;
}
.personageSwiper{
	float: right;
	width: 460px;
	height: 195px;
	position: relative;
}
.personageSwiper .swiper-container{
	height: 100%;
}
.personageSwiper .swiper-wrapper{
	height: 100%;
}
.personageSwiper .swiper-slide{
	height: 100%;
	position: relative;
	overflow: hidden;
}
.personageSwiper .swiper-slide img{
	width: 100%;
	height: 100%;
}
.personageSwiper .swiper-slide img{
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.personageSwiper .swiper-slide:hover img{
    -webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.personageSwiper .swiper-slide p{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	padding: 0 10px;
	font-size: 14px;
	color: #fff;
	background: rgba(0, 0, 0, 0.7);
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.personageSwiper .swiper-pagination{
	bottom: -20px!important;
	width: 100%;
	text-align: center;
}
.personageSwiper .swiper-pagination-bullet{
	height: 6px;
	width: 6px;
	margin: 0 4px;
	background: #888888;
	opacity: 1;
	border-radius: 3px;
}
.personageSwiper .swiper-pagination-bullet-active{
	width: 25px;
	background: #fd4634;
}
.personageSwiper .swiper_next,
.personageSwiper .swiper_prev{
	position: absolute;
	top: 50%;
	margin-top: -30px;
	width: 35px;
	height: 60px;
	z-index: 5;
	cursor: pointer;
}
.personageSwiper .swiper_next{
	right: 0px;
	background: url(../img/personage_next.png) no-repeat;
}
.personageSwiper .swiper_prev{
	left: 0px;
	background: url(../img/personage_prev.png) no-repeat;
}
/*---- achievement_coat Style ---- */
.achievement_coat{
	padding: 34px 0 50px;
	background: url(../img/achievement_bg.gif) repeat;
}
.achievementLeft{
	width: 399px;
	height: 475px;
	background: url(../img/achievement_vbg.png) no-repeat;
	padding: 15px 0 0 15px;
	float: left;
}
.achievementLeft li{
	position: relative;
	width: 320px;
	height: 210px;
	margin-bottom: 24px;
	overflow: hidden;
}
.achievementLeft li:nth-child(2){
	margin-bottom: 0px;
}
.achievementLeft li img{
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.achievementLeft li:hover img{
    -webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.achievementLeft li p{
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 283px;
	height: 37px;
	line-height: 37px;
	background: rgba(0, 0, 0, 0.7);
	padding: 0 16px;
	font-size: 16px;
	color: #fff;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.achievementLeft li i{
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 37px;
	height: 37px;
	background: url(../img/achievement_i.gif) no-repeat;
}
.achievementPhone{
	overflow: hidden;
	float: right;
	width: 801px;
}
.achievementPhone li{
	width: 233px;
	height: 475px;
	padding: 60px 0 0 16px;
	background: url(../img/achievement_phone.png) no-repeat;
	background-size: 100% 100%;
	float: left;
	margin-right: 44px;
}
.achievementPhone li:nth-child(2),
.achievementPhone li:nth-child(3){
	margin-right: 0;
}
.achievementPhone li:nth-child(3){
	float: right;
}
.achievementPhone li .pic{
	width: 201px;
	height: 360px;
	overflow: hidden;
}
.achievementPhone li .pic img{
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.achievementPhone li .pic:hover img{
    -webkit-transform: scale(1.1);
	transform: scale(1.1);
}
/*---- family_coat Style ---- */
.family_coat{
	width: 100%;
	background: url(../img/family_bg.jpg) center center repeat-x;
	background-size: auto 100%;
	padding: 40px 0 185px;
}
.family_coat h1{
	height: 158px;
	margin-bottom: 40px;
	line-height: 0;
}
.family_coat h1 img{
	height: 100%;
	width: auto;
}
.familyList{
	background: #fff;
	padding: 16px;
}
.familyList li{
	width: 232px;
	height: 145px;
	float: left;
	margin-right: 2px;
	margin-bottom: 3px;
	overflow: hidden;
	position: relative;
}
.familyList li:nth-child(5n){
	margin-right: 0px;
}
.familyList li img{
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.familyList li:hover img{
    -webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.familyList li p{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 32px;
	line-height: 32px;
	font-size: 16px;
	color: #fff;
	padding: 0 10px;
	text-align: center;
	background: rgba(0, 0, 0, 0.7);
}
/*---- container Style ---- */
.container{
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.mb0{
	margin-bottom: 0px;
}
.mb50{
	margin-bottom: 50px;
}
.mb40{
	margin-bottom: 40px;
}
.mb28{
	margin-bottom: 28px;
}
.mb10{
	margin-bottom: 10px;
}
.mainLeft{
	width: 640px;
	float: left;
}
.mainRight{
	width: 520px;
	float: right;
}
/* ---- footer Style ---- */
.footer_coat {
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: #5c5c5c none repeat scroll 0 0;
	color: #fff;
	font: 12px/35px "Microsoft YaHei";
	height: 35px;
	width: 100%;
}
.footer {
	margin: 0 auto;
	position: relative;
	max-width: 1020px;
	padding: 0 10px;
}
.footer p {
	position: absolute;
	right: 0px;
	top: 0;
}
.footer p a {
	color: #e4e4e4;
	display: inline-block;
	padding: 0 12px;
}
@media (max-width:1024px) {
	.footer p a {
		color: #e4e4e4;
		display: inline-block;
		padding: 0 8px;
	}
	.footer {
		text-align: center;
	}
	.footer p {
		display: none;
	}
}