.banner{
	position: relative;
	width: 100%;
	height: 285px;
	margin: 0px auto;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
}

.b0{background-image: url(bg0.jpg)}
.b1{background-image: url(bg1.jpg)}
.b2{background-image: url(bg2.jpg)}
.b3{background-image: url(bg3.jpg)}

.banner .w1300{
	position: absolute;
	left: 0px;
	top: 80px;
	width: 100%;
	text-align: center;
	animation: w1300 1.5s;
}

@keyframes w1300{from {top: 200px; opacity: 0}to {top: 80px; opacity: 1}}

.banner span{
	display: block;
	color: #fff;
	font-size: 45px;
	letter-spacing: 1.5px;
	margin: 0 auto;
}

.banner span a{color: #fff;}

.banner span:after{
    content: '';
	display: block;
    width: 60px;
	height: 3px;
	margin: 10px auto auto;
	background: #fff;
}

#main_box{width: 100%;margin: 30px auto 80px;overflow: hidden;}

.place_box h1{float: left;}

.place_box a{
	float: right;
	display: block;
	color: #666;
	line-height: 80px;
}

.place_box a:hover{color: #16b6d2;}

.place_box h1 a,.place_box h1 a:hover{color: #151515}

.place_box .fa{margin-right: 9px}

.edit{margin-top: 20px;text-indent: 2rem;}

.edit img{
	display: block;
	margin: 30px auto;
	text-indent: inherit;
	max-width: 100%;
}

.show_pages{border-top: 2px solid #16b6d2;border-bottom: 1px solid #e5e5e5;margin-top: 50px}

.show_pages li{
	float: left;
	width: 50%;
	color: #666;
	font-size: 14px;
	line-height: 60px;
}

.show_pages table{float: right; text-align: right;}

.pages{margin: 0px 6px;}

.pagesnow{color: #16b6d2;margin: 0px 6px;font-weight: 500}

/*news*/
.news_query a{
	float: left;
	width: 390px;
	height: 435px;
	margin-top: 30px;
	margin-right: 65px;
}

.news_query a:nth-child(3n+3){margin-right: 0px;}

.news_query a h4{
	float: left;
	width: 100%;
	height: 250px;
	margin-bottom: 20px;
	overflow: hidden;
}

.news_query a h4 img{
	display: block;
	width: 100%;
	height: 250px;
	transition: all 0.5s;
}

.news_query a:hover h4 img{transform: scale(1.1,1.1);} 

.news_query a em{
	float: left;
	display: block;
	margin-bottom: 10px;
	height: 30px;
	color: #999;
	font-size: 14px;
	line-height: 30px;
	font-style: normal;
	font-family: Helvetica, Arial," sans-serif";
}

.news_query a h3{
	float: left;
	width: 100%;
	max-height: 60px;
	font-size: 16px;
	font-weight: 500;
	line-height: 30px;
	overflow: hidden;
}

.news_detail h2{
	font-size: 36px;
	font-weight: 600;
	line-height: 70px;
	margin-top: 10px;
	text-align: center;
}

.news_detail span{
	display: block;
	width: 100%;
	color: #666;
	font-size: 14px;
	text-align: center;
	padding-bottom: 20px;
	border-bottom: 1px solid #e5e5e5;
}

/*cp*/
.cp_query a{
	float: left;
	display: block;
	width: 280px;
	height: 260px;
	margin: 30px 60px 30px auto;
	overflow: hidden;
}

.cp_query a:nth-child(4n+4){margin-right: 0px;}

.cp_query a h4{
	width: 268px;
	height: 198px;
	padding: 5px;
	border: 1px solid #e5e5e5;
	border-bottom: 0;
	overflow: hidden;
}

.cp_query a h4 img{
	display: block;
	width: 268px;
	height: 198px;
	transition: all 0.5s;
}

.cp_query a:hover h4 img{transform: scale(1.1,1.1);} 

.cp_query a h3{
	width: 100%;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 50px;
	border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    background: #16b6d2;
	text-align: center;
	transition: all 0.3s;
}

.cp_query a:hover h3{color: #fff;background: #ff6f80;}

.cp_detail h2{
	font-size: 36px;
	font-weight: 600;
	text-align: center;
	margin-top: 30px;
}

/*contact*/
.contact{
	float: left;
	width: 50%;
	line-height: 40px;
	overflow: hidden
}

.map{
	float: right;
	width: 50%;
	margin-top: 10px;
	overflow: hidden
}

.contact strong{
	display: block;
	color: #16b6d2;
	font-size: 30px;
	margin-top: 40px;
}

.contact strong:after{
    content: '';
	display: block;
    width: 100px;
	height: 6px;
	margin-top: 30px;
	margin-bottom: 30px;
	background: #16b6d2;
}

.contact p{width: 100%;font-weight: 500;}