@charset "utf-8";
/* CSS Document */

body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, dl, dt, dd, ol, ul, li, hr, fieldset, form, label, legend, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, summary, hgroup {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: Verdana,"Microsoft YaHei", "SimHei", "SimSun";
}
ul,ol{ list-style-type: none;}
dfn{ font-style: normal}
html {
    height: 100%;
    font-size: 62.5%;
}
ul, ol {
	list-style: none;
}
a, a:hover {
	text-decoration: none;
}
.clear {
	clear: both;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
	overflow: hidden;
}
em, i, s {
	font-style: normal;
}
body {
	font-family: normal Arial, Helvetica, "Microsoft YaHei", STHeiti, "Droid Sans Fallback", sans-serif;
	color: #000;
	overflow-x: hidden;
	height: 100%;
	background: #fff;
	word-wrap: break-word;
	-webkit-text-size-adjust: none;
	
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
.wrapper {
	width: 100%;
	min-height: 100%;
	height: auto;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.wrapper .container {
	padding-top: 3rem;
	position: relative;
	z-index: 2;
	height: 100%;
	width: 100%;
	margin-bottom: 15px;
}
.container header {
	background: #fff;
	height: 4rem;
	width: 100%;
	position: fixed;
	top: -1px;
	z-index: 9999;
	box-shadow: #f2f2f2 0.2rem 0.2rem 0.2rem;
}
.slide-menu img, .kefu img {
	width: 2rem;
	height: 2rem;
	display: inline-block;
}
.slide-menu {
	position: absolute;
	top: 1.2rem;
	left: 1.2rem;
}
div.slide-mask {
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	display: none;
}
aside.slide-wrapper {
	position: absolute;
	z-index: 4;
	left: 0;
	top: 0;
	width: 50%;
	-webkit-transform: translate3d(-100%, 0, 0);
	-moz-transform: translate3d(-100%, 0, 0);
	-ms-transform: translate3d(-100%, 0, 0);
	-o-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	background-color: #01b6ff;
	min-height: 100%;
}
aside.slide-wrapper > div {
	background-color: #01b6ff;
	min-height: 100%;
}
aside.slide-wrapper strong {
	height: 3rem;
	line-height: 3rem;
	font-size: 1.6rem;
	color: #fff;
	font-weight: normal;
	text-align: center;
	display: block;
}
aside.slide-wrapper.moved {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.menu li h2 {
	text-indent: 3.4rem;
	color: #fff;
	line-height: 1.8rem;
	font-size: 1.4rem;
	padding: 8px 0px;
	position: relative;
	border-top: 1px solid #017694;
}
.menu li h2 img {
	width: 1.6rem;
	height: 1.6rem;
	position: absolute;
	top: 0.8rem;
	left: 0.5rem;
}
.subMenu li {
	background: #049cc1;
}
.subMenu li a {
	padding: 1rem 0px;
	border-top: 1px solid #047B98;
	font-size: 1.6rem;
	display: block;
	color: #fff;
	text-indent: 6rem;
}
aside.slide-wrapper li h2.current {
	background-color: #017694;
}
.contact {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	z-index: 10000;
	position: inherit;
	display: none;
}
.contactBg {
	width: 85%;
	height: 16rem;
	background: #fff;
	border-radius: 1.6rem;
	margin: 10rem auto;
	padding: 1.5rem;
}
.contactBg .text {
	font-size: 1.6rem;
	line-height: 2.6rem;
	color: #666;
	text-align: center;
}
.contactBg em {
	font-size: 1.8rem;
	line-height: 1.8rem;
	color: #666;
	text-align: center;
	display: block;
}
.contactBg a {
	width: 36%;
	height: 2.4rem;
	color: #fff;
	text-decoration: none;
	text-align: center;
	line-height: 2.4rem;
	font-size: 1.6rem;
	display: inline-block;
	margin: 3rem 7% 1rem;
	border-radius: 1.2rem;
}
#close {
	background: #999;
}
#tel {
	background: #009148;
}
.kefu {
	position: absolute;
	top: 1.2rem;
	right: 1.2rem;
}
.logo {
	height: 3.2rem;
	margin: 0 auto;
	display: inline-block;
	position: absolute;
	top: 1rem;
	left: 50%;
	margin-left: -4.6rem;
	width: 2.6rem;
}
.logo img {
	width: auto;
	height: 90%;
}
.banner {
	width: 100%;
	height: auto;
	position: relative;
}
.banner .bd {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.banner .bd li {
	width: 100%;
	height: auto;
	display: none;
	float: left
}
.banner .bd li img {
	width: 100%;
	height: auto;
}
.banner .hd {
	position: absolute;
	bottom: 1rem;
	right: 1.2rem;
}
.banner .hd li {
	width: 1rem;
	height: 1rem;
	border-radius: 1rem;
	background: #999;
	float: left;
	margin-right: 0.6rem;
}
.banner .hd li.On {
	background: #06C;
}
.intro, .newsTag, .pic {
	padding: 1.2rem;
	border-bottom: 1rem solid #efeded;
}
.intro h1, .pic h1, .service h1 {
	font-size: 2rem;
	color: #01b6ff;
	text-align: center;
}
.intro p {
	font-size: 1.4rem;
	line-height: 2rem;
	color: #242424;
}
.more {
	text-align: center
}
.more a {
	padding: 0.4rem 6rem;
	color: #fff;
	background: #01b6ff;
	font-size: 2rem;
	margin: 0.8rem auto;
	display: inline-block;
	border-radius: 3rem;
	text-align: center;
}
.newsTag {
	background: #fff;
	clear: both;
}
.newsTagTitle {
	margin: 0.8rem auto;
	border: 1px solid #04b05c;
	height: auto;
	overflow: hidden;
	border-radius: 0.8rem;
	padding: 0.4rem;
}
.newsTagTitle li {
	width: 50%;
	float: left;
	background: #fff;
}
.newsTagTitle li p {
	color: #04b05c;
	font-size: 2rem;
	text-align: center;
	line-height: 2.4rem;
}
.newsTagTitle li.active {
	width: 50%;
}
.newsTagTitle li.active p {
	background: #04b05c;
	color: #fff;
	border-radius: 1rem;
}
.newsList {
	width: 100%;
	height: auto;
	display: none;
}
.newsList li {
	position: relative;
	height: 2.4rem
}
.newsList a {
	display: inline-block;
	text-decoration: none;
	width: 70%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: absolute;
	left: 2px;
	top: 0;
	font-size: 1.4rem;
	line-height: 2.4rem;
	color: #000;
}
.newsList em {
	display: inline-block;
	width: 25%;
	position: absolute;
	right: 2px;
	top: 0;
	line-height: 2.4rem;
	font-size: 1.2rem;
}
.indexImg {
	width: 100%;
	list-style: none;
	letter-spaceing: -1rem;
	margin-top: 0.5rem;
}
.indexImg li {
	width: 42%;
	margin: 0.8rem 3.5% 1rem;
	display: inline-block;
	position: relative
}
.indexImg li a {
	display: block;
	width: 100%;
	text-decoration: none;
	letter-spaceing: -1px;
}
.indexImg li img {
	border-radius: 0.8rem;
	width: 100%;
	display: block
}
.indexImg li p {
	font-size: 1.4rem;
	color: #2c2c2b;
	line-height: 2.4rem;
	text-align: center;
	position: absolute;
	bottom: 0;
	z-index: 999;
	width: 100%;
	display: block;
	background: rgba(255,255,255,0.6);
}
.service h1 {
	color: #04b05c;
	margin-bottom: 1.8rem;
}
.service {
	padding: 2rem;
}
.service ul {
	width: 100%;
	height: auto;
	overflow: auto;
}
.service ul li {
	float: left;
	width: 33%;
	border-bottom: 1px solid #E4E4E4;
	border-right: 1px solid #E4E4E4;
	text-align: center;
}
.service ul li:nth-child(3), .service ul li:nth-child(6) {
	border-right: none;
}
.service ul li:nth-child(4), .service ul li:nth-child(5), .service ul li:nth-child(6) {
	border-bottom: none;
}
.service ul li a {
	display: block;
	margin:0.4rem;
}
.service ul li a img {
	max-width:100%;
}
/*========内页===========*/
.title {
	color: #0bb2f9;
	font-size: 2.2rem;
	line-height: 4rem;
	text-align: center;
}
.article {
	padding: 2rem;
}
.article h1 {
	font-size: 1.8rem;
	line-height: 3rem;
	text-align: center;
}
.article span {
	font-size: 1.4rem;
	text-align: center;
	display: block;
	margin-bottom: 0.6rem;
}
.article img {
	width: 100%;
	display: block;
	margin: 1rem auto;
}
.article p {
	font-size: 1.4rem;
	line-height: 2rem;
}
.news {
	padding: 0.6rem;
}
.news li {
	margin: 0.8rem auto;
	border-bottom: 1px dashed #969697;
	position: relative;
	height: 2.4rem
}
.news a {
	display: inline-block;
	text-decoration: none;
	width: 75%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: absolute;
	left: 2px;
	top: 0;
	font-size: 1.4rem;
	line-height: 2.4rem;
	color: #000;
}
.news em{
	display: inline-block;
	position: absolute;
	right: 0.5rem;
	top: 0;
	line-height: 2.4rem;
	font-size: 1.2rem;
	}
.booking{
	width: 100%;
	list-style: none;
	letter-spaceing: -1rem;
	margin-top: 0.5rem;
}
.booking li {
	width: 41.5%;
	margin: 0.8rem 3.5% 1rem;
	display: inline-block;
	border:1px solid #ccc;
}
.booking li a {
	display: block;
	width: 100%;
	text-decoration: none;
	letter-spaceing: -1px;
}
.booking li img {
	width: 100%;
	display: block
}
.pdName{ position:relative;width:100%; height:2rem;}
.pdName p {
	font-size: 1.4rem;
	color: #2c2c2b;
	line-height: 2rem;
	text-align: left;
	position: absolute;
	bottom: 0;
	z-index: 999;
	width: 80%;
	left:0;
	overflow:hidden;
	text-indent:1rem;
	height:2rem;
}
.pdName em{ position:absolute; bottom:0; right:0.6rem;line-height: 2rem; color:#f60;font-size: 1.6rem;}