*,
*:before,
*:after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	word-break: break-all;
}

body {
	font-size: 16px;
	font-family: Arial, Microsoft Yahei, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #666;
	background: #fff;
}

a {
	color: #442a21;
	text-decoration: none;
	outline: inherit;
}

a:hover {
	text-decoration: none;
	color: #000;
	outline: inherit;
}

p,
ul,
li,
h1,
h2,
h3,
h4,
h5 {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

img {
	border: none;
	margin: 0;
	padding: 0;
	vertical-align: top;
}

.clearfix:after,
.clearfix:before,
.ww:after,
.ww:before {
	content: "";
	display: block;
	clear: both
}

.clearfix {
	display: block
}

h1,
h2,
h3,
h4,
h5 {
	font-weight: normal;
	font-family: Arial, "微软雅黑";
}

a,
img {
	-webkit-tap-highlight-color: transparent;
}
a:hover{
	cursor: pointer;
}
.fl {
	float: left;
}

.fr {
	float: right;
}

.ww {
	width: 1200px;
	margin: auto;
}

input[type=text],
button,
select,
textarea {
	outline: inherit;
	-webkit-appearance: none;
}

.imgBox {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

@media only screen and (max-width: 1680px) {
	body {
		font-size: 14px;
	}
	.ww {
		width: 1000px;
	}
}

@media only screen and (max-width: 1440px) {
	body {
		font-size: 12px;
	}
	.ww {
		width: 900px;
	}
}
header{background: #fff;}
header .logo {
	display: block;
	padding: 15px 0;
}

header .logo img {
	height: 70px;
}

header .nav {
	display: flex;
}

.nav a {
	padding: 15px 24px;
	line-height: 70px;
}

.nav a.on {
	color: #4A84FF;
	font-weight: bold;
	font-size: 18px;
	border-bottom: #4A84FF solid 4px;
}

.section {
	padding: 60px 0;
}

.sectionNav {
	background: #F5F5F5;
}

.sectionNav ul {
	display: flex;
}

.sectionNav li {
	flex: 1;
}

.sectionNav li a {
	display: block;
	cursor: pointer;
}

.sectionNav li img {
	display: block;
	/*width: 100%;
	height:100%;*/
	margin:auto;
}

.sectionNav li img.on {
	display: none;
}

.sectionNav li a:hover img.on {
	display: block;
}

.sectionNav li a:hover img.noOn {
	display: none;
}

.boxList .title img {
	display: block;
	margin: 0 auto 20px;
	height: 60px;
}

.boxList li {
	width: 32.5%;
	float: left;
}

.boxList li img {
	display: block;
	height: 450px;
	width: 100%;
}

.boxList li:nth-child(2),
.boxList li:nth-child(5) {
	width: 35%;
}

.newsScroll {
	width: 580px;
}

.newsScroll img {
	width: 100%;
	height: 420px;
}

.newsList {
	width: calc(100% - 620px);
}

.newsList .title {
	position: relative;
	display: flex;
	height: 65px;
	border-bottom: #ddd solid 1px;
}

.newsList .title div {
	margin-right: 40px;
	display: flex;
	line-height: 32px;
	padding: 10px 0 20px;
	cursor: pointer;
}

.newsList .title div img {
	height: 32px;
	margin-right: 10px;
}

.newsList .title div span {
	font-size: 18px;
	color: #333;
}

.newsList .title div a {
	position: absolute;
	right: 5px;
	top: 10px;
	color: #4A84FF;
	display: none;
}

.newsList .title div.on {
	border-bottom: 4px solid #4A84FF;
}

.newsList .title div.on a {
	display: block;
}

.newsList ul {
	padding: 20px 0;
	line-height: 30px;
}

.newsList .list2 {
	display: none;
}

.newsList li {
	padding: 5px 0;
}

.newsList li .name {
	display: flex;
	justify-content: space-between;
}

.newsList li .name i {
	width: 14px;
	height: 14px;
	border: #ccc solid 2px;
	border-radius: 50%;
	margin-right: 3px;
	margin-top: 8px;
}

.newsList li .name span {
	width: calc(100% - 120px);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
}

.newsList li .name font {
	color: #999;
}

.newsList li:first-child {
	margin-bottom: 16px;
	line-height: 36px;
}

.newsList li:first-child .name span {
	color: #40A2F2;
	font-size: 18px;
}

.newsList li p {
	line-height: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 56px;
}

.newsList li:hover .name span {
	color: #40A2F2;
}


/*----------*/

footer {
	background: #444444;
	color: #999;
	line-height: 46px;
	font-size: 14px;
}

.bbh {
	background: #222222;
}

.footerBox {
	padding: 30px 0;
	font-size: 16px;
	line-height: 34px;
}

.footerBox .footerLeft {
	width: 460px;
}

.footerBox h5 {
	color: #fff;
	font-size: 16px;
}

.footerBox h1 {
	color: #fff;
	font-size: 48px;
	line-height: 60px;
}

.footerRight {
	width: 340px;
}

.footerRight .qrcodeBox {
	display: flex;
}

.footerRight .qrcodeBox img {
	flex: 1;
	margin: 10px 20px 0 0;
	width: calc(50% - 10px);
}

.footerRight .qrcodeBox img:last-child {
	margin-right: 0;
}

.footerM {
	margin: 0 50px;
}

.navFooter a {
	display: block;
	color: #999;
}

.navFooter a.on {
	color: #fff;
	font-size: 16px;
}

.navFooter a:hover {
	color: #fff;
}

@media only screen and (max-width: 1680px) {
	header .logo img {
		height: 60px;
	}
	.nav a {
		padding: 10px 20px;
		line-height: 65px;
	}
	.nav a.on {
		font-size: 16px;
	}
	.section {
		padding: 50px 0;
	}
	.boxList .title img {
		height: 50px;
	}
	.boxList li img {
		height: 380px;
	}
	.newsScroll {
		width: 460px;
	}
	.newsScroll img {
		height: 380px;
	}
	.newsList {
		width: calc(100% - 510px);
	}
	.newsList .title {
		height: 48px;
	}
	.newsList .title div {
		line-height: 26px;
		padding: 0 0 20px;
		cursor: pointer;
	}
	.newsList .title div img {
		height: 26px;
	}
	.newsList .title div span {
		font-size: 16px;
	}
	.newsList .title div a {
		top: 0;
	}
	.newsList ul {
		padding: 10px 0;
		line-height: 26px;
	}
	.newsList li {
		padding: 5px 0;
	}
	.newsList li .name i {
		width: 11px;
		height: 11px;
		margin-top: 7px;
	}
	.newsList li:first-child .name span {
		font-size: 16px;
	}
	.newsList li p {
		line-height: 26px;
		height: 52px;
	}
	/*----------*/
	footer {
		line-height: 40px;
		font-size: 13px;
	}
	.footerBox {
		padding: 20px 0;
		font-size: 14px;
		line-height: 30px;
	}
	.footerBox .footerLeft {
		width: 360px;
	}
	.footerBox h5 {
		font-size: 14px;
	}
	.footerBox h1 {
		font-size: 42px;
		line-height: 50px;
	}
	.footerRight {
		width: 280px;
	}
	.footerM {
		margin: 0 40px;
	}
	.navFooter a.on {
		font-size: 14px;
	}
}

@media only screen and (max-width: 1440px) {
	header .logo{padding: 10px 0;}
	header .logo img {
		height: 50px;
	}
	.nav a {
		padding: 8px 16px;
		line-height: 50px;
	}
	.nav a.on {
		font-size: 14px;
	}
	.section {
		padding: 40px 0;
	}
	.boxList .title img {
		height: 40px;
	}
	.boxList li img {
		height: 340px;
	}
	.newsScroll {
		width: 400px;
	}
	.newsScroll img {
		height: 300px;
	}
	.newsList {
		width: calc(100% - 430px);
	}
	.newsList .title {
		height: 36px;
	}
	.newsList .title div {
		line-height: 24px;
		padding: 0 0 14px;
		cursor: pointer;
	}
	.newsList .title div img {
		height: 22px;
	}
	.newsList .title div span {
		font-size: 14px;
	}
	.newsList ul {
		padding: 6px 0;
		line-height: 22px;
	}
	.newsList li {
		padding: 3px 0;
	}
	.newsList li .name i {
		width: 8px;
		height: 8px;
		margin-top: 7px;
	}
	.newsList li .name span {
    	width: calc(100% - 80px);
    }
	.newsList li:first-child .name span {
		font-size: 14px;
	}
	.newsList li p {
		line-height: 22px;
		height: 44px;
	}
	/*----------*/
	footer {
		line-height: 32px;
		font-size: 12px;
	}
	.footerBox {
		padding: 20px 0;
		font-size: 12px;
		line-height: 26px;
	}
	.footerBox .footerLeft {
		width: 320px;
	}
	.footerBox h5 {
		font-size: 13px;
	}
	.footerBox h1 {
		font-size: 32px;
		line-height: 40px;
	}
	.footerRight {
		width: 220px;
	}
	.footerM {
		margin: 0 30px;
	}
	.navFooter a.on {
		font-size: 13px;
	}
	.bbh{letter-spacing: -.5px;}
}

/*-------客服----------*/
.fg{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: rgba(0,0,0,0.65);
	display: none;
}
.tk_kf{
	position: fixed;
	left: 37%;
	width: 26%;
	padding: 0 10px 20px;
	background: #fff;
	border-radius: 10px;
	top: 20%;
	text-align: center;
	z-index: 1000;
	line-height: 30px;
	color: #666;
	top: -100%;
	z-index: 9999;
}
.tk_kf .title{
	margin: -10px auto 10px;
	background: url(../images/titl_cus.png) no-repeat center;
	background-size: 100% 100%;
	color: #fff;
	font-size: .9rem;
	line-height: 38px;
	width: 80%;
	display: flex;
	text-align: center;
	justify-content: center;
	padding: 0 5%;
}
.tk_kf .title span{
	flex: 1;
}
.tk_kf img{
	display: block;
	margin: 0 auto;
	width: 40%;
}
.tk_kf .qrcode{
	width: 50%;
	border: 1px solid #FF9966;
	border-radius: 8px;
	margin: 20px auto 8px;
}
.tk_kf h4{
	font-size: .92rem;
	color: #000;
}
.tk_kf .btn{
	display: block;
	position: absolute;
	bottom: -20px;
	width: 62%;
	left: 19%;
	line-height: 40px;
	border-radius: 20px;
}
.tk_kf .close{
	position: absolute;
	right: 14px;
	top: 14px;
	color: #bbb;
	font-size: 30px;
	cursor: pointer;
}

.tk_booking{
	width: 40%;
	left: 30%;
	padding: 0 0 20px;
}
.tk_booking .title{
	width: 94%;
}
.tk_booking .content{
	display: flex;
	padding: 0 30px;
}
.tk_booking .content .qBox{
	flex: 1;
}
.tk_booking .qrcode{
	width: 60%;
	border: 1px solid #FF9966;
	border-radius: 8px;
	margin: 20px auto 8px;
}

.newsListPage{
	padding: 70px 0;
}
.newsListPage li{
	margin-bottom: 30px;
	box-shadow: 2px 2px 10px #eee;
}
.newsListPage li a{
	display: block;
	background: #fff;
	padding: 20px 30px 20px;
	line-height: 28px;
	border-radius: 8px;
	color: #666;
}
.newsListPage li h3{
	font-size: 16px;
	line-height: 40px;
	color: #333;
	font-weight: bold;
}
.newsListPage li a .label{
	color: #999;
	display: flex;
	line-height: 40px;
}
.newsListPage li .label .num{
	margin-left: 40px;
	background: url(../images/icon-eye.png) no-repeat left;
	padding-left: 30px;
	background-size: 20px auto;
}
.newsListPage li .content{
	margin: 10px 0;
}
.newsListPage li .content p{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 56px;
}
.newsListPage li .content img{
	max-width: 100%;
	border-radius: 10px;
}
.newsListPage li .more{
	text-align: right;
	color: #40A2F2;
}
.newsListPage li a:hover h3{
	color: #40A2F2;
}
.detailPage {
	padding: 1rem;
	background: #fff;
}

.detailTitle {
	text-align: center;
	line-height: 30px;
	color: #40A2F2;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
}

.detailPage .label {
	line-height: 22px;
	text-align: center;
	margin-bottom: 20px;
	font-size: .64rem;
	color: #999;
}

.detailPage .content {
	line-height: 24px;
}

.detailPage .content img {
	width: 100% !important;
	height: auto !important;
	margin: 4px 0;
}

.aboutHotelList{
	width: 62%;
	margin: 40px auto 20px;
}
.aboutHotelList li {
	width: calc(25% - 15px);
	float: left;
	background: #fff;
	box-shadow: 0 0 8px #bbb;
	border-radius: 8px;
	overflow: hidden;
	margin: 0 20px 20px 0;
}
.aboutHotelList li:nth-child(4n) {
	margin-right: 0;
}

.aboutHotelList a {
	display: block;
	line-height: 1.1rem;
}

.aboutHotelList .imgBox {
	height: 200px;
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.aboutHotelList .imgBox p {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	color: #fff;
	text-align: center;
	line-height: 1.9rem;
	padding: 0 .6rem;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
@media only screen and (max-width: 1680px) {
	.aboutHotelList .imgBox {
		height: 160px;
	}
}
@media only screen and (max-width: 1440px) {
	.aboutHotelList .imgBox {
		height: 120px;
	}
}