@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
	background: #fff;
	font-size: 0.16rem;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
input,
select,
textarea {
	outline: 0;
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
}
img {
	border: 0;
	display: inline-block;
	max-width: 100%;
	width: auto;
	vertical-align: top;
}
ul,
li {
	list-style-type: none;
}
a {
	text-decoration: none;
	color: inherit;
}
a:hover {
	text-decoration: none;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.cl {
	clear: both;
}
.clear:after {
	content:"";
	display: block;
	clear:both;
}
.flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.bigimg img {
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.bigimg:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.to1{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.to2{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
}
.content {
	width: 15rem;
	margin: 0 auto;
}
.phone {
	display: none;
}
/* [v-cloak]{
	display: none;
} */
@font-face {
	font-family: "Techna-Sans";
	src:url("../fonts/Techna-Sans-Regular.otf") format("opentype"),
			url("../fonts/Techna-Sans-Regular.ttf") format("truetype"),
			url("../fonts/Techna-Sans-Regular.woff") format("woff");
}


/*首页*/
.ind .header{
	background: none;
	border-bottom: solid 0.01rem rgba(255, 255, 255, 0.16);
}
.ind .header.down{
	background: #00c0f2;
	border-bottom: none;
}
.header{
	width: 100%;
	height: 0.93rem;
	background: #00c0f2;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
}
.head_con{
	width: 15.8rem;
	margin: 0 auto;
}
.logo{
	float: left;
	width: 3.08rem;
	margin-top: 0.15rem;
}
.logo img{
	width: 100%;
}
.lang{
	float: right;
	width: 0.52rem;
	height: 0.52rem;
	text-align: center;
	border-radius: 50%;
	background: #ff7900;
	position: relative;
	margin-top: 0.21rem;
}
.lang h1{
	color: #fff;
	font-size: 0.16rem;
	font-weight: normal;
	line-height: 0.52rem;
	position: relative;
	z-index: 1;
}
.lang:hover ul{
	display: block;
}
.lang ul{
	width: 100%;
	padding-top: 0.1rem;
	position: absolute;
	top: 0.52rem;
	left: 0;
	display: none;
}
.lang ul li{
	color: #ff7900;
	line-height: 0.34rem;
}
.search_img{
	float: right;
	width: 0.22rem;
	height: 0.22rem;
	position: relative;
	margin: 0.36rem 0.42rem 0 0.92rem;
}
.search_img i{
	width: 0.01rem;
	height: 0.24rem;
	background: rgba(255, 255, 255, 0.3);
	position: absolute;
	top: -0.01rem;
	left: -0.42rem;
}
.search_img img{
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.menu,.nav02,#menu {
  display: none;
}
.nav{
	float: right;
}
.nav li{
	float: left;
	padding: 0 0.28rem;
	line-height: 0.93rem;
	color: #fff;
	font-size: 0.18rem;
	position: relative;
}
.nav a{
	display: block;
	position: relative;
}
.nav i{
	width: 100%;
	height: 0.04rem;
	background: #ff7900;
	border-radius: 0.04rem;
	display: block;
	position: absolute;
	left: 0;
	bottom: -0.02rem;
	transform: scale(0,0);
	transition: all 0.6s;
	z-index: 5;
}
.nav li:hover{
	color: #ff7900;
	font-weight: bold;
}
.nav li.on{
	color: #ff7900;
	font-weight: bold;
}
.nav li:hover i{
	transform: scale(1,1);
}
.nav li.on i{
	transform: scale(1,1);
}
.nav li:hover .subnav{
	display: block;
}
.subnav{
	width: 140%;
	background: #00c0f2;
	box-shadow: 0 0.05rem 0.1rem rgba(0,0,0,0.1);
	display: none;
	position: absolute;
	top: 0.93rem;
	left: -20%;
}
.subnav ul{
	padding-top: 0.2rem;
}
.subnav li{
	float: none;
	width: 100%;
	padding: 0;
	text-align: center;
	line-height: 0.4rem;
	font-weight: normal;
}

.banner{
	width: 100%;
	position: relative;
}
.banner .swiper-slide img{
	width: 100%;
	animation: bigger 15s linear infinite;
}
.banner .swiper-pagination{
	height: 0.34rem;
	bottom: 0.48rem;
}
.banner .swiper-pagination-bullet{
	width: 0.14rem;
	height: 0.14rem;
	border-radius: 0.14rem;
	background: #fff;
	opacity: 1;
	margin: 0.08rem 0.17rem 0.12rem 0.16rem !important;
}
.banner .swiper-pagination-bullet-active{
	width: 0.47rem;
	height: 0.34rem;
	background: url(../images/banner_icon.png) no-repeat;
	background-size: 100% 100%;
	margin: 0 !important;
}
.bn_di{
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
}
.bn_di img{
	width: 100%;
}
@keyframes bigger {
	0% {
			transform: scale(1);
	}
	50% {
			transform: scale(1.05);
	}
	100% {
			transform: scale(1);
	}
}

.ind_bg{
	width: 100%;
	height: 9.5rem;
	background: url(../images/ind_01.png) no-repeat center top;
	background-size: cover;
	margin-top: -1.7rem;
	padding-top: 2.6rem;
	position: relative;
	z-index: 2;
	overflow: hidden;
}
.ind_con{
	display: flex;
	justify-content: space-between;
}
.ind_box{
	width: 4.81rem;
	height: 6.01rem;
	border-radius: 0.1rem;
	background: #ff7900;
	overflow: hidden;
	position: relative;
}
.ind_tit{
	width: 100%;
	height: 1.74rem;
	padding-top: 0.64rem;
	background: url(../images/ind_02.png) no-repeat;
	background-size: 100% 100%;
	text-align: center;
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
}
.ind_tit h1{
	line-height: 0.6rem;
	height: 0.6rem;
	font-size: 0.42rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ind_tit h2{
	text-transform: uppercase;
	line-height: 0.34rem;
	height: 0.34rem;
	font-size: 0.28rem;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ticket_pic{
	width: 100%;
	height: 6.01rem;
}
.ticket_pic img{
	width: 100%;
	height: 100%;
}
.showtime{
	width: 100%;
	height: 6.01rem;
}
.showtime img{
	width: 100%;
	height: 100%;
}
.inf_box{
	width: 100%;
	height: 4.52rem;
	padding-top: 0.38rem;
	position: relative;
}
.inf_box .swiper-pagination{
	bottom: 0;
}
.inf_box .swiper-pagination-bullet{
	width: 0.12rem;
	height: 0.12rem;
	border-radius: 0.2rem;
	background: #fff;
	opacity: 1;
}
.inf_box .swiper-pagination-bullet-active{
	background: #00afec;
	width: 0.2rem;
}
.inf{
	width: 3.72rem;
	height: 3.78rem;
	border-radius: 0.1rem;
	overflow: hidden;
	margin: 0 auto;
}
.inf img{
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.img_modal{
  position: fixed;
  width: 100%;
	height: 100% !important;
	background: rgba(0, 0, 0, 0.9);
  top: 0;
  left: 0;
  z-index: 100;
  display: none;
}
.img_modal_box{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.img_modal_con{
	width: 45%;
	position: relative;
}
.img_modal_show{
  display: block;
}
.img_modal .img_modal_img{
  width: 100%;
}
.img_modal .img_modal_img img{
  width: 100%;
}
.img_modal_header{
  display: flex;
  justify-content: flex-end;
  position: absolute;
  top: 0.2rem;
  right: 0.1rem;
}
.img_modal_header img{
  width: 0.6rem;
  height: 0.6rem;
  margin-right: 0.15rem;
}
.img_modal_header img:nth-last-child(1){
  width: 0.6rem;
  cursor: pointer;
}

.foot_bg{
	width: 100%;
	background: url(../images/ind_06.jpg) no-repeat center bottom #00afec;
	background-size: 100%;
	padding: 0.44rem 0 0.48rem;
	color: #fff;
}
.f_nav{
	width: 100%;
	text-align: center;
	padding-bottom: 0.4rem;
}
.f_nav ul{
	display: flex;
	justify-content: center;
}
.f_nav li{
	display: inline-block;
	line-height: 0.38rem;
}
.f_nav li:last-child i{
	display: none;
}
.f_nav h1{
	font-size: 0.18rem;
	padding: 0 0.62rem;
	font-weight: normal;
	position: relative;
}
.f_nav i{
	width: 0.01rem;
	height: 0.15rem;
	background: #fff;
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}
.f_nav li ul{
	width: 100%;
	padding-left: 0.62rem;
	margin-top: 0.17rem;
	display: block;
}
.f_nav li ul li{
	display: block;
	font-size: 0.16rem;
	text-align: left;
}
.f_nav li ul li a{
	padding: 0;
}
.f_tt{
	width: 100%;
	text-align: center;
	font-size: 0.16rem;
	line-height: 0.3rem;
	position: relative;
	margin-bottom: 0.2rem;
}
.f_tel_box{
	width: 100%;
	position: absolute;
	top: -0.95rem;
	left: 0;
}
.f_tel{
	width: 3.58rem;
	height: 0.59rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 0.6rem;
	background: #ff7900;
	font-weight: bold;
	font-size: 0.18rem;
	margin: 0 auto;
}
.f_tel img{
	width: 0.2rem;
	height: 0.23rem;
	margin-right: 0.17rem;
}
.f_txt{
	text-align: center;
	font-size: 0.16rem;
	font-weight: bold;
	line-height: 0.3rem;
}
.f_txt a{
	padding: 0 0.17rem;
}
.copyright{
	width: 100%;
	text-align: center;
	padding: 0.14rem 0;
	font-size: 0.14rem;
	line-height: 0.3rem;
	color: #fff;
	background: #ff7900;
}


/* 主题场馆 */
.venue_bg{
	width: 100%;
	background: url(../images/venue_01.jpg) no-repeat center top #fff;
	background-size: 100%;
	overflow: hidden;
}
.venue_p{
	padding: 1.74rem 0 0.74rem;
}
.type{
	width: 100%;
	text-align: center;
	margin-bottom: 0.5rem;
}
.type li{
	display: inline-block;
	width: 1.81rem;
	height: 0.5rem;
	line-height: 0.5rem;
	text-align: left;
	color: #fff;
	position: relative;
	margin: 0 0.29rem 0.29rem;
}
.type a{
	display: block;
	position: relative;
	padding-left: 0.6rem;
	background: #00c0f2;
	border-radius: 0.5rem;
	overflow: hidden;
}
.type h1{
	font-size: 0.16rem;
	font-weight: normal;
	position: relative;
	z-index: 2;
}
.type img{
	width: 0.33rem;
	height: 0.33rem;
	position: absolute;
	top: 0.08rem;
	left: 0.2rem;
	z-index: 3;
	transition: all 0.6s;
}
.type_bg{
	width: 80%;
	height: 0.5rem;
	border-top-left-radius: 50%;
	border-top-right-radius: 50%;
	background: #ff7900;
	position: absolute;
	top: 0.44rem;
	left: 10%;
	transition: all 0.6s;
}
.type li:hover{
	text-align: center;
}
.type li:hover a{
	padding: 0;
}
.type li:hover img{
	top: -0.3rem;
}
.type li:hover .type_bg{
	width: 3rem;
	height: 2rem;
	top: -0.5rem;
	left: -0.5rem;
	border-radius: 0 !important;
}
.type li.on{
	text-align: center;
}
.type li.on a{
	padding: 0;
}
.type li.on img{
	top: -0.3rem;
}
.type li.on .type_bg{
	width: 3rem;
	height: 2rem;
	top: -0.5rem;
	left: -0.5rem;
	border-radius: 0 !important;
}
.venue_box{
	max-width: 19.2rem;
	margin: 0 auto;
}
.venue_left{
	float: left;
	width: 4.5rem;
	padding: 0.65rem 0 0 2.1rem;
}
.venue_tit{
	color: #cacaca;
	font-size: 0.24rem;
	line-height: 0.28rem;
	margin-bottom: 0.38rem;
}
.venue_tit h1{
	color: #333;
	font-size: 0.36rem;
	line-height: 0.56rem;
	margin-bottom: 0.06rem;
}
.venue_txt{
	color: #666;
	font-size: 0.16rem;
	line-height: 0.36rem;
}
.venue_right{
	float: right;
	width: calc(100% - 4.5rem);
	padding-left: 0.9rem;
}
.venue{
	padding-bottom: 1.12rem;
	position: relative;
}
.venue_pic{
	width: 100%;
	height: 4.16rem;
	border-radius: 0.1rem;
	overflow: hidden;
	margin-top: 0.97rem;
}
.venue_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.venue_t{
	width: 3.85rem;
	color: #fff;
	font-size: 0.3rem;
	line-height: 0.5rem;
	height: 0.5rem;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: absolute;
	left: 0.64rem;
	top: 0.65rem;
	z-index: 2;
	opacity: 0;
}
.venue_text{
	width: 3.85rem;
	color: #fff;
	position: absolute;
	left: 0.64rem;
	bottom: 0.4rem;
	z-index: 2;
}
.venue_text h1{
	font-size: 0.3rem;
	line-height: 0.5rem;
	height: 0.5rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 0.2rem;
}
.venue_text div{
	font-size: 0.2rem;
	line-height: 0.3rem;
	height: 0.3rem;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	white-space: normal;
}
.venue .swiper-slide-active .venue_pic{
	height: 5.13rem;
	margin: 0;
}
.venue .swiper-slide-active .venue_t{
	opacity: 1;
}
.venue .swiper-slide-active .venue_text h1{
	font-size: 0.22rem;
}
.venue .swiper-slide-active .venue_text div{
	font-size: 0.16rem;
	height: 0.6rem;
	font-weight: normal;
	-webkit-line-clamp: 2;
}
.venue .swiper-pagination{
	width: 88%;
	height: 0.03rem;
	background: #e6ecf5;
	top: auto;
	left: auto;
	right: 0;
	bottom: 0.22rem;
}
.venue .swiper-pagination-progressbar-fill{
	background: #00c0f2 !important;
}
.venue .swiper-button-next,.venue .swiper-button-prev{
	width: 0.52rem;
	height: 0.52rem;
	border-radius: 50%;
	top: auto;
	bottom: 0;
}
.venue .swiper-button-prev{
	background: url(../images/venue_08.png) no-repeat center center;
	background-size: 0.18rem 0.14rem;
	left: 0;
}
.venue .swiper-button-next{
	background: url(../images/venue_09.png) no-repeat center center;
	background-size: 0.18rem 0.14rem;
	left: 0.7rem;
}
.venue .swiper-button-next:after, .venue .swiper-button-prev:after{
	display: none;
}


/* 主题表演 */
.by_box{
	width: 100%;
	position: relative;
	margin-top: 0.92rem;
	overflow: hidden;
}
.by_pic{
	width: 100%;
	height: 90vh;
}
.by_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.by_pic .swiper-button-next, .by_pic .swiper-button-prev{
	width: 0.74rem;
	height: 0.74rem;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 50%;
	transform: translateY(-50%);
}
.by_pic .swiper-button-prev{
	left: 2%;
}
.by_pic .swiper-button-next{
	right: 2%;
}
.by_pic .swiper-button-next:after, .by_pic .swiper-button-prev:after{
	color: #fff;
	font-size: 0.3rem;
}
.by_bot{
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0.6rem;
	overflow: hidden;
	z-index: 5;
}
.by_type{
	text-align: center;
	min-height: 1.14rem;
	position: relative;
}
.by_type_num{
	width: 100%;
	color: #fff;
	font-size: 0.48rem;
	line-height: 0.6rem;
	font-family: "Techna-Sans";
	margin-bottom: 0.12rem;
	display: none;
}
.by_type img{
	width: 0.6rem;
	height: 0.6rem;
	margin: 0 auto 0.12rem;
}
.by_type h1{
	color: #fff;
	font-size: 0.22rem;
	line-height: 0.42rem;
}
.by_type .swiper-slide{
	cursor: pointer;
}
.by_type .swiper-slide.on .by_type_num{
	display: block;
}
.by_type .swiper-slide.on img{
	display: none;
}
.by_type .swiper-slide .line{
	width: 30%;
}
.by_type .swiper-slide .line_l{
	left: 0;
}
.by_type .swiper-slide .line_r{
	right: 0;
}
.line{
	width: 10rem;
	height: 0.01rem;
	background: rgba(255, 255, 255, 0.3);
	position: absolute;
	top: 0.26rem;
}
.line_l{
	left: -10rem;
}
.line_r{
	right: -10rem;
}
.by_text{
	width: 6rem;
	color: #fff;
	position: absolute;
	top: 16%;
	transform: translateY(-16%);
	left: 10%;
	z-index: 5;
}
.by_text h1{
	font-size: 0.42rem;
	line-height: 0.6rem;
	height: 0.6rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 0.65rem;
}
.by_text h2{
	font-size: 0.28rem;
	line-height: 0.42rem;
	height: 0.42rem;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 0.32rem;
}
.by_text div{
	font-size: 0.16rem;
	line-height: 0.36rem;
	height: 1.8rem;
	text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	white-space: normal;
}


/* 研学产品 */
.yx_box .type{
	margin-bottom: 0.4rem;
}
.yx_box .type li:last-child a{
	padding: 0;
	text-align: center;
}
.yx_left{
	float: left;
	width: 2.4rem;
	padding-top: 0.65rem;
}
.yx_center{
	float: left;
	width: 8.72rem;
	margin-left: 0.75rem;
	position: relative;
}
.yx_pic{
	width: 100%;
	height: 5.13rem;
	border-radius: 0.1rem;
	overflow: hidden;
}
.yx_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.yx_pic .swiper-slide:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.yx_con{
	width: 44%;
	color: #fff;
	position: absolute;
	left: 0.64rem;
	bottom: 0.58rem;
	z-index: 2;
}
.yx_con h1{
	font-size: 0.22rem;
	line-height: 0.38rem;
	height: 0.38rem;
	margin-bottom: 0.18rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.yx_con div{
	font-size: 0.16rem;
	line-height: 0.3rem;
	height: 0.6rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
}
.yx_icon{
	width: 0.56rem;
	height: 0.56rem;
	background: url(../images/yx_03.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	right: 0.7rem;
	bottom: 0.38rem;
	z-index: 2;
}
.yx_right{
	float: right;
	width: 2.64rem;
}
.yx_list{
	width: 100%;
	height: 5.13rem;
}
.yx_list .swiper-slide{
	height: 1.59rem;
	border-radius: 0.1rem;
	overflow: hidden;
}
.yx_list img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.yx_list .swiper-slide:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.yx_txt{
	width: 80%;
	color: #fff;
	font-size: 0.18rem;
	font-weight: bold;
	line-height: 0.32rem;
	height: 0.32rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: absolute;
	left: 10%;
	bottom: 0.17rem;
	z-index: 2;
}


/* 研学产品-其他研学课程 */
.other_box{
	padding: 1.72rem 0 0.7rem;
}
.other_box .type{
	margin-bottom: 0.45rem;
}
.other{
	width: 100%;
}
.other ul{
	margin-right: -3%;
}
.other li{
	float: left;
	width: 47%;
	margin: 0 3% 0.58rem 0;
}
.other_pic{
	width: 100%;
	height: 4.22rem;
	position: relative;
	overflow: hidden;
}
.other_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.other_pic:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.other_date{
	padding: 0 0.15rem 0 0.45rem;
	color: #fff;
	font-size: 0.26rem;
	line-height: 0.42rem;
	font-family: "Techna-Sans";
	background: #ff7900;
	border-bottom-left-radius: 0.5rem;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}
.other_date span{
	font-size: 0.18rem;
	padding-left: 0.08rem;
}
.other_bot{
	background: #f6f6f6;
	padding: 0.32rem 0.24rem 0.36rem;
}
.other_bot h1{
	color: #222;
	font-size: 0.22rem;
	line-height: 0.48rem;
	height: 0.48rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.other_bot div{
	color: #656464;
	font-size: 0.18rem;
	line-height: 0.34rem;
	height: 0.34rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


/* 文创商品 */
.pro_bg{
	width: 100%;
	padding: 1.92rem 0 1.1rem;
	background: url(../images/pro_01.jpg) no-repeat center top #fff;
	background-size: 100%;
	overflow: hidden;
}
.pro_t{
	overflow: hidden;
	margin-bottom: 1rem;
}
.pro_tit{
	width: 100%;
	text-align: center;
	line-height: 0.32rem;
	color: #666;
	font-size: 0.18rem;
	margin-bottom: 0.54rem;
}
.pro_tit h1{
	color: #333;
	font-size: 0.48rem;
	line-height: 0.66rem;
	margin-bottom: 0.12rem;
}
.pro_bg .type{
	margin-bottom: 0.3rem;
}
.pro{
	width: 100%;
	border-radius: 0.1rem;
	overflow: hidden;
}
.pro .swiper-slide{
	height: 5.13rem;
	background: #fff;
}
.pro .swiper-button-next,.pro .swiper-button-prev{
	width: 0.56rem;
	height: 0.56rem;
	border-radius: 50%;
	border: solid 0.01rem #00afec;
	top: 0.78rem;
	bottom: 0;
}
.pro .swiper-button-prev{
	left: 3.56rem;
}
.pro .swiper-button-next{
	left: 4.3rem;
}
.pro .swiper-button-next:after, .pro .swiper-button-prev:after{
	color: #00afec;
	font-size: 0.2rem;
	font-weight: bold;
}
.pro_left{
	float: left;
	width: 36%;
	padding: 0.7rem 0.54rem;
}
.pro_tt{
	width: 70%;
	color: #cacaca;
	font-size: 0.24rem;
	line-height: 0.38rem;
	margin-bottom: 0.35rem;
}
.pro_tt h1{
	color: #333;
	font-size: 0.36rem;
	line-height: 0.48rem;
}
.pro_txt{
	color: #666;
	font-size: 0.16rem;
	line-height: 0.36rem;
	height: 2.52rem;
	text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical;
	white-space: normal;
}
.pro_right{
	float: left;
	width: 64%;
	height: 5.13rem;
	overflow: hidden;
}
.pro_right img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.pro_right:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.product .swiper-slide{
	width: 100%;
	height: 2.61rem;
	border-radius: 0.1rem;
	overflow: hidden;
}
.product img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.product .swiper-slide:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.product_txt{
	width: 90%;
	color: #fff;
	position: absolute;
	left: 5%;
	bottom: 0.24rem;
	z-index: 2;
}
.product_txt h1{
	font-size: 0.18rem;
	line-height: 0.32rem;
	height: 0.32rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.product_txt div{
	font-size: 0.16rem;
	line-height: 0.3rem;
	height: 0.3rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


/* 主题酒店 */
.hotel_p{
	padding: 1.75rem 0 1.14rem;
}
.hotel_box{
	margin-bottom: 0.9rem;
}
.hotel_box .pro_tit{
	margin-bottom: 0.35rem;
}
.hotel{
	height: 6.62rem;
	border-radius: 0.1rem;
	overflow: hidden;
}
.hotel .swiper-slide img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.hotel .swiper-slide:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.hotel_tm{
	width: 100%;
	height: 60%;
	background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.7));
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
}
.hotel_txt{
	width: 90%;
	color: #fff;
	position: absolute;
	left: 5%;
	bottom: 0.38rem;
	z-index: 2;
}
.hotel_txt h1{
	font-size: 0.26rem;
	line-height: 0.42rem;
	height: 0.42rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 0.1rem;
}
.hotel_txt div{
	font-size: 0.18rem;
	line-height: 0.36rem;
	height: 0.72rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
}

.house_box{
	margin-bottom: 0.8rem;
}
.house_box .pro_tit{
	margin-bottom: 0.5rem;
}
.house{
	position: relative;
}
.house .swiper-slide{
	width: 60%;
	border-radius: 0.1rem;
	overflow: hidden;
}
.house .swiper-slide img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.house .swiper-slide:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.house .swiper-slide-active{
	height: 5.6rem;
}
.house .swiper-slide-active .house_txt{
	opacity: 1;
}
.house_txt{
	width: 90%;
	color: #fff;
	position: absolute;
	left: 5%;
	bottom: 0.38rem;
	z-index: 2;
	opacity: 0;
}
.house_txt h1{
	font-size: 0.26rem;
	line-height: 0.42rem;
	height: 0.42rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 0.1rem;
}
.house_txt div{
	font-size: 0.18rem;
	line-height: 0.36rem;
	height: 0.36rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.house .swiper-button-next,.house .swiper-button-prev{
	width: 0.56rem;
	height: 0.56rem;
	border-radius: 50%;
	border: solid 0.01rem #00afec;
	transform: translateY(-50%);
}
.house .swiper-button-prev{
	left: 0.18rem;
}
.house .swiper-button-next{
	right: 0.18rem;
}
.house .swiper-button-next:after, .house .swiper-button-prev:after{
	color: #00afec;
	font-size: 0.2rem;
	font-weight: bold;
}

.tip_box .pro_tit{
	margin-bottom: 0.47rem;
}
.tip_bg{
	background: #ddf6ff;
	border-radius: 0.1rem;
	padding: 0.37rem 0.42rem 0.32rem;
}
.tip{
	width: 100%;
}
.tip ul{
	display: flex;
	justify-content: space-between;
}
.tip li{
	width: 23%;
	padding-left: 0.6rem;
	color: #333;
	font-size: 0.16rem;
	font-weight: bold;
	line-height: 0.24rem;
	position: relative;
}
.tip li:nth-child(2){
	width: 18%;
}
.tip li:nth-child(3){
	width: 28%;
}
.tip img{
	width: 0.6rem;
	height: 0.6rem;
	position: absolute;
	top: 0.1rem;
	left: 0;
}
.tip h1{
	color: #656464;
	font-size: 0.16rem;
	line-height: 0.38rem;
}


/* 景区服务 */
.scenic_bg{
	width: 100%;
	padding: 1.97rem 0 1.18rem;
	background: url(../images/scenic_01.jpg) no-repeat center top #fff;
	background-size: 100%;
	overflow: hidden;
}
.scenic_bg .content{
	display: flex;
	justify-content: space-between;
}
.scenic_left{
	width: 17%;
	min-height: 6.8rem;
	background: rgba(255, 255, 255, 0.5);
	border-radius: 0.1rem;
	position: relative;
	padding: 0.68rem 0;
}
.penguin{
	width: 1.29rem;
	position: absolute;
	left: 0.4rem;
	bottom: 0;
	z-index: 2;
	animation: bounce-left 2s linear infinite;
}
@-webkit-keyframes bounce-left {
	25% {
		-webkit-transform: translateX(-0.15rem);
	}
	50%, 100% {
		-webkit-transform: translateX(0);
	}
	75% {
		-webkit-transform: translateX(0.15rem);
	}
}
.penguin img{
	width: 100%;
}
.scenic_type{
	width: 100%;
}
.scenic_type li{
	color: #222;
	font-size: 0.18rem;
	padding-left: 0.4rem;
	line-height: 0.38rem;
	margin-bottom: 0.7rem;
	position: relative;
}
.scenic_type i{
	width: 0.08rem;
	height: 0.32rem;
	display: block;
	background: #278fcf;
	border-radius: 0.1rem;
	position: absolute;
	top: 0.03rem;
	left: 0;
	opacity: 0;
}
.scenic_type li.on i{
	opacity: 1;
}
.scenic_type li.on{
	color: #278fcf;
	font-size: 0.24rem;
	font-weight: bold;
}
.scenic_right{
	width: 81%;
	background: rgba(255, 255, 255, 0.5);
	border-radius: 0.1rem;
	padding: 0.8rem 0.4rem;
}
.scenic_r{
	padding: 0 0.16rem;
}
.scenic_map{
	float: left;
	width: 65%;
	height: 5.26rem;
	position: relative;
	border-radius: 0.08rem;
}
.scenic_map img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.scenic_map .swiper-pagination{
	bottom: 0.3rem;
}
.scenic_map .swiper-pagination-bullet{
	width: 0.12rem;
	height: 0.12rem;
	border-radius: 0.2rem;
	background: #fff;
	opacity: 1;
}
.scenic_map .swiper-pagination-bullet-active{
	background: #00afec;
	width: 0.2rem;
}
.scenic_rr{
	float: right;
	width: 30%;
	padding-top: 1.1rem;
	color: #454545;
	font-size: 0.22rem;
	line-height: 0.5rem;
}
.scenic_rr h1{
	color: #278fcf;
	font-size: 0.48rem;
	line-height: 0.66rem;
	margin-bottom: 0.34rem;
}
.scenic_rr span{
	font-family: "Techna-Sans";
}

.ser_box{
	padding: 0 0.5rem;
}
.ser_tt{
	width: 100%;
	color: #278fcf;
	font-size: 0.48rem;
	font-weight: bold;
	line-height: 0.66rem;
	text-align: center;
	margin-bottom: 0.47rem;
}
.ser_txt{
	color: #454545;
	font-size: 0.18rem;
	line-height: 0.36rem;
	text-align: justify;
}

.hot_tit{
	width: 100%;
	text-align: center;
	color: #666;
	font-size: 0.16rem;
	margin: 0.72rem 0 0.5rem;
}
.hot_tit h1{
	color: #278fcf;
	font-size: 0.48rem;
	line-height: 0.66rem;
	margin-bottom: 0.12rem;
}
.hot_list .swiper-slide{
	width: 100%;
	height: 1.97rem;
	border-radius: 0.1rem;
	overflow: hidden;
}
.hot_list img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.hot_list .swiper-slide:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.hot_txt{
	width: 90%;
	color: #fff;
	font-size: 0.18rem;
	line-height: 0.36rem;
	height: 0.36rem;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: absolute;
	left: 5%;
	bottom: 0.14rem;
	z-index: 2;
}


/* 门票及年卡 */
.ticket_box{
	padding: 1.72rem 0 0.96rem;
}
.ticket_box .type{
	margin-bottom: 0.5rem;
}
.ticket_box .type a{
	padding: 0;
	text-align: center;
}
.ticket{
	width: 100%;
	height: auto;
	border-collapse: collapse;
	text-align: center;
	color: #454545;
	font-size: 0.16rem;
}
.ticket th{
	font-size: 0.24rem;
	line-height: 0.4rem;
	color: #fff;
	font-weight: normal;
	background: #ff7900;
	padding: 0.2rem;
}
.ticket th h1{
	font-size: 0.24rem;
	line-height: 0.34rem;
	font-weight: normal;
}
.ticket th h2{
	font-size: 0.16rem;
	line-height: 0.24rem;
	font-weight: normal;
}
.ticket td{
	background: #d8f7ff;
	border-top: solid 0.03rem #fff;
	border-right: solid 0.03rem #fff;
	line-height: 0.34rem;
	padding: 0.16rem 0.2rem;
}
.ticket img{
	width: 0.51rem;
	margin: 0.15rem auto;
}
.ticket_blue{
	background: #00c0f1 !important;
	color: #fff;
}
.ticket_blue h1{
	font-size: 0.24rem;
	line-height: 0.38rem;
	font-weight: normal;
	margin-bottom: 0.1rem;
}
.w01{
	width: 15%;
}
.w02{
	width: 60%;
}
.p_gray{
	color: #7c9299;
	text-align: justify;
}
.m24{
	margin-bottom: 0.24rem;
}


/* 公司概况 */
.about_box{
	padding: 1.72rem 0 1.1rem;
}
.about_box .type{
	margin-bottom: 0.5rem;
}
.about_box .type a{
	padding: 0;
	text-align: center;
}
.about_left{
	float: left;
	width: 6.41rem;
	position: relative;
}
.about_left .penguin{
	bottom: -1.07rem;
}
.about_pic{
	width: 100%;
	height: 4.33rem;
	border-radius: 0.1rem;
	overflow: hidden;
}
.about_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.about_pic:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.about_right{
	float: left;
	width: calc(100% - 6.41rem);
	padding-left: 0.6rem;
}
.about_tit{
	color: #333;
	font-size: 0.42rem;
	font-weight: bold;
	line-height: 0.56rem;
	margin: 0.2rem 0 0.27rem;
}
.about{
	color: #333;
	font-size: 0.16rem;
	line-height: 0.36rem;
}


/* 公司荣誉 */
.honor_bg{
	width: 100%;
	background: url(../images/honor_01.jpg) no-repeat center top #fff;
	background-size: 100%;
	overflow: hidden;
}
.honor_box{
	width: 100%;
	background: rgba(255, 255, 255, 0.5);
	border-radius: 0.08rem;
	padding: 0.66rem 0.55rem 0.7rem;
}
.honor_list{
	width: 100%;
	margin-bottom: 0.28rem;
}
.honor_list ul{
	margin-right: -2%;
}
.honor_list li{
	float: left;
	width: 31.33%;
	color: #333;
	font-size: 0.24rem;
	line-height: 0.34rem;
	min-height: 0.34rem;
	padding-left: 0.54rem;
	margin: 0 2% 0.38rem 0;
	position: relative;
}
.honor_list img{
	width: 0.34rem;
	height: 0.34rem;
	border-radius: 0.08rem;
	position: absolute;
	top: 0;
	left: 0;
}
.honor_t{
	width: 0.28rem;
	height: 0.28rem;
	border: solid 0.01rem #fff;
	background: #00c0f2;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: -0.17rem;
}
.honor{
	width: 90%;
	border-left: solid 0.06rem #00c0f2;
	padding-top: 0.54rem;
	margin: 0 auto 0.64rem;
	position: relative;
}
.honor li{
	position: relative;
	margin-bottom: 0.44rem;
}
.honor li:last-child{
	margin: 0;
}
.honor_year{
	float: left;
	width: 4.36rem;
	color: #00c0f2;
	font-size: 1.1rem;
	line-height: 1.46rem;
	padding-left: 0.9rem;
	font-family: "Techna-Sans";
	position: relative;
}
.honor_year i{
	width: 0.18rem;
	height: 0.18rem;
	border: solid 0.03rem #fff;
	background: #00c0f2;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -0.12rem;
}
.honor_r{
	float: left;
	width: calc(100% - 4.36rem);
	padding-top: 0.45rem;
}
.honor_r ul{
	width: 100%;
}
.honor_r ul li{
	color: #454545;
	font-size: 0.24rem;
	line-height: 0.4rem;
}
.honor_txt{
	font-weight: lighter;
	border-bottom: solid 0.01rem #eaeff1;
	padding-bottom: 0.21rem;
	display: inline-block;
}
.honor_more{
	width: 100%;
	text-align: center;
	line-height: 0.56rem;
	color: #454545;
	font-size: 0.18rem;
}
.honor_more img{
	width: 0.56rem;
	height: 0.56rem;
	margin-left: 0.26rem;
}