@font-face {
	/* font-properties */
	font-family: fzjs;
	src: url('../font/fz.ttf');
}
.top-banner {
	width: 100%;
	min-width: 1200px;
	height: 600px;
	background: url("../img/top_banner_1.jpg") no-repeat center;
	background-size: cover;
}
.top-banner-news {
	background: url("../img/top_banner_2.jpg") no-repeat center;
	background-size: cover;
}
.top-banner-booking {
	background: url("../img/top_banner_4.jpg") no-repeat center;
	background-size: cover;
}
.top-banner-play {
	background: url("../img/top_banner_3.jpg") no-repeat center;
	background-size: cover;
}
.top-banner-contact {
	background: url("../img/top_banner_5.jpg") no-repeat center;
	background-size: cover;
}
.list-container {
	width: 100%;
	min-width: 1200px;
	background: url("../img/bg_5.jpg") no-repeat center;
	background-size: cover;
}
.list-content {
	width: 1100px;
	margin: 0 auto;
	background-color: #fff;
	padding: 0 50px 50px 50px;
}
.list-content .title {
	padding: 100px 0 50px;
}
.list-content .title>div {
	float: left;
	height: 42px;
	line-height: 42px;
	border-left: 2px solid #6e6b6a;
	border-right: 2px solid #6e6b6a;
}
.list-content .title h3 {
	padding: 0 25px;
	height: 42px;
	border-left: 2px solid #6e6b6a;
	border-right: 2px solid #6e6b6a;
	font-size: 40px;
	color: #3e3a39;
	margin: 0 2px;
	font-family: "fzjs";
	font-weight: normal;
}
.content {
	color: #717071;
	line-height: 2;
	font-size: 18px;
	text-indent: 2em;
}
.content img {
	display: block;
	margin: 0 auto;
	width: 640px !important;
	height: auto !important;
}
.content p, .content span, .content div {
	color: #717071;
	line-height: 2;
	font-size: 18px;
	text-indent: 2em;
}
.content strong{
	font-size: 18px;
	color: #333
}
.sub-nav {
	width: 100%;
	height: 80px;
	background-color: #015548;
}
.sub-nav ul {
	width: 1202px;
	margin: 0 auto;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.sub-nav ul li {
	float: left;
	flex: 1;
	width: 238px;
	height: 80px;
	border-right: 2px solid #fff;
	text-align: center;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	box-sizing: border-box;
}
.sub-nav-news ul li {
	width: 598px;
}
.sub-nav-play ul li {
	width: 240px;
}
.sub-nav-contact ul li {
	width: 598px;
}
.sub-nav ul li:first-child {
	border-left: 2px solid #fff;
}
.sub-nav ul li a {
	display: block;
	padding: 19px 0;
	color: #fff;
}
.sub-nav ul li a p {
	padding-bottom: 10px;
	font-size: 18px;
}
.sub-nav ul li a span {
	font-size: 14px;
}
.sub-nav ul li:hover {
	background-color: #014438;
}
.sub-nav ul li.active {
	background-color: #014438;
}
.list-news > ul li {
	float: left;
	width: 100%;
	padding: 34px 0 26px 0;
	background: url("../img/icon_5.png") repeat-x top center;
}
.list-news > ul li .left {
	float: left;
	width: 234px;
	height: 153px;
	overflow: hidden
}
.list-news > ul li .left img {
	width: 100%
}
.list-news > ul li .right {
	float: right;
	width: 840px;
}
.list-news > ul li .right h3 a {
	font-size: 25px;
	color: #3e3a39;
	font-weight: normal;
	font-family: "fzjs";
}
.list-news > ul li .right h3 a:hover {
	color: #015548
}
.list-news > ul li .right p {
	color: #717071;
	font-size: 18px;
	line-height: 1.7;
	padding-top: 37px;
}
.list-news > ul li .right p a {
	float: right;
	font-size: 18px;
	color: #c30d23;
}
.list-contact>ul {
	padding: 0 90px;
}
.list-contact>ul li {
	width: 240px;
	height: 120px;
	background-color: #f5f5f5;
	float: left;
	margin-left: 100px;
	text-align: center;
	padding: 20px 0;/*line-height: 1.6;*/
}
.list-contact>ul li h3 {
	color: #666;
	font-size: 16px;
	padding: 13px 0 15px 0;
}
.list-contact>ul li p {
	font-size: 14px;
	color: #666;
	line-height: 1.6;
}
.list-contact>ul li img {
	margin: 0 auto;
}
.list-contact>ul li:first-child {
	margin-left: 0;
}
.list-contact .map {
	margin-top: 50px;
}
.booking .booking-title h3 {
	text-align: center;
	width: 100%;
	background-color: #595757;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: #fff;
}
.booking-list .booking-list-all {
	border-bottom: 2px solid #b3b2b2;
	padding-bottom: 35px;
	padding-top: 25px;
}
.booking-list .booking-list-all .left {
	float: left;
	width: 253px;
	height: 253px;
}
.booking-list .booking-list-all .right {
	float: right;
	width: 810px;
}
.booking-list-all .booking-table-title {
	height: 82px;
	background: url("/style/img/booking_2.jpg") no-repeat center center;
}
.booking-list-all .th-1 {
	width: 506px;
	text-align: left;
}
.booking-list-all .th-1 h3 {
	font-size: 16px;
	color: #fff;
	margin-bottom: 12px;
}
.booking-list-all .th-1 p {
	color: #fff07a;
	font-size: 14px;
}
.booking-list-all .th-1>div {
	padding: 20px 0 20px 50px
}
.booking-list-all .th-2 {
	width: 306px;
	text-align: right
}
.booking-list-all .th-2 p {
	padding-right: 40px;
	color: #fff
}
.booking-list-all .th-2 span {
	font-size: 22px;
	display: inline-block;
	padding: 0 5px;
}
.booking-list-all .th-2 > div {
	padding-top: 20px;
}
.booking-list-all .right table {
	width: 100%;
}
.booking-list-all .right table td {
	width: 25%;
	text-align: center;
	height: 33px;
	line-height: 33px;
}
.booking-list-all .right table .product-title {
	background-color: #e1e1e1
}
.booking-list-all .right table .product-title td {
	font-size: 16px;
	font-weight: bold;
	color: #656464;
}
.booking-list-all .right .table-2 {
	border-left: 1px solid #706e6e;
	border-right: 1px solid #706e6e;
	border-bottom: 1px solid #706e6e;
}
.booking-list-all .right table td {
	border-bottom: 1px solid #706e6e;
}
.booking-list-all .right table .red {
	color: #e10012
}
.booking-list-all .right table .font-16 {
	font-size: 16px;
}
.booking-list-all .right table .now a {
	display: block;
	background-color: #e10012;
	color: #fff;
	font-size: 16px;
	width: 100%;
	height: 100%;
}
.booking-list-all .right .table-2 .border-right {
	border-left: 1px solid #706e6e
}
.article .title h1 {
	text-align: center;
	color: #333;
	font-size: 32px;
	font-weight: normal;
	line-height: 1.6;
	font-family: "fzjs"
}
.article .title p {
	text-align: center;
	padding: 20px 0;
	background-color: #eee;
	margin: 30px 0 0 0
}
.article .title p span {
	display: inline-block;
	margin: 0 10px;
	font-size: 16px;
	color: #666
}
.article p, .article span, .article div {
	text-indent: 2em;
	margin: 10px 0;
	font-weight: normal;
}
.article img {
	margin: 0 auto;
	max-width: 100%;
}
.paging {
	line-height: 2;
	border-top: 1px solid #ccc;
	margin-top: 30px !important;
	padding-top: 20px;
}
.paging p {
	font-size: 16px;
	color: #717071
}
.paging p a {
	font-size: 16px;
	color: #717071
}
.dede_pages ul {
	text-align: center;
	padding-top: 40px;
	background: url(../img/icon_5.png) repeat-x top center;
}
.dede_pages li {
	display: inline-block;
	border: 1px solid #ccc;
	margin: 0 5px;
}
.dede_pages li.active {
	background-color: #015548;
	border: none;
}
.dede_pages li.active a {
	color: #fff;
}
.dede_pages li a,
.dede_pages li span{
	display: block;
	padding: 10px 15px;
}

.dede_pages li.active a,
.dede_pages li.active span{
	color: #fff;
}

.index-play {
	padding-top: 50px;
}
.index-play li {
	float: left
}
.index-play img {
	max-width: 100%;
	transition: all 1s;
}
.play-list-1 li {
	width: 366.66px;
	height: 207.36px;
	overflow: hidden;
}
.play-list-2 li {
	width: 50%;
	overflow: hidden;
}
.index-play img:hover {
	transform: scale(1.4)
}
