<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* .webinarPop{
	display: none;
} */
.pTop{
	position: relative;
}
.webpage,
.footer {
	margin: 0 auto;
	overflow: hidden;
}


.guest.webpage,
.high.webpage {
	overflow: visible;
}

.webpage.high {
	padding-top: 0;
}

.nav li {
	position: relative;
}

.xcxCode {
	position: absolute;
	top: 90px;
	right: 0;
	width: 200px;
	display: none;
	border-radius: 4px;
}

.xcx:hover .xcxCode {
	display: block;
}

.website {
	width: 100%;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

.navboxpop {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
}

html,
body {
	background: #000;
}

.news.webpage {
	padding-bottom: 0;
}


/*æ&nbsp;‡é¢˜å¼€å§‹*/

h2.title {
	margin-bottom: 30px;
    position: relative;
    margin-left: 6%;
    padding-left: 11%;
    background: url(../images/title-bg-new.png) no-repeat top left;
    background-size: 327px;
}

h2.title p {
	font-size: 32px;
	margin-bottom: 20px;
}

h2.title span {
	font-size: 24px;
	padding-left: 20px;
	color: #0ac2f4;
}

@media only screen and (min-width: 100px) and (max-width: 640px) {
	h2.title{
		padding-left: 0;
		background-size: 100%;
	}
	h2.title p {
		font-size: 28px;
	}
	h2.title span {
		font-size: 20px;
	}
}


/*æ&nbsp;‡é¢˜ç»“æŸ*/


/*--- å¤§ä¼šä»‹ç»å¼€å§‹ ---*/

.intro {
	background: #f1f3f9;
	padding: 5% 0;
}

.intro h2.title {
	z-index: 3;
}

.intro .container {
	z-index: 2;
}

.intro .bg {
	width: 58%;
	height: 100%;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	background: url(../images/intro-bg.png) no-repeat;
	background-position: bottom right;
}
.en .intro .bg{
	width: 66%;
}
.intro .left {
	width: 42%;
	float: left;
	font-size: 16px;
	line-height: 2em;
}
.en .intro .left{
	width: 52%;
	line-height: 1.5em;
}
.intro.brieftext {
	font-size: 18px;
	position: relative;
	line-height: 2em;
	border: 1px solid #2eb1ff;
	box-shadow: 0 0 5px #2eb1ff;
	padding: 4% 4%;
}

.intro .brieftext span,
.intro .brieftext p {
	font-size: inherit!important;
	color: inherit!important;
	line-height: inherit!important;
}

.intro .right {
	width: 46%;
    float: right;
    margin-right: -10%;
}
.intro .right .li {
	text-align: center;
	width: 48%;
	display: inline-block;
	vertical-align: top;
	padding-bottom: 40px;
}

.intro .right .li span {
	font-size: 48px;
	color: #3f4ccf;
}
.en .intro .right .li span{
	font-size: 40px;
}
.intro .right .li:nth-of-type(2) span,
.intro .right .li:nth-of-type(4) span {
	color: #cf3fcd;
}

.intro .right .li p {
	font-size: 18px;
	margin-top: 14px;
	text-align: center;
	color: #2f2f2f;
}
.en .intro .right .li p{
	font-size: 14px;
}
.intro.brieftext p.title {
	padding-top: 28px;
	color: #bda858;
}
@media only screen and (min-width: 100px) and (max-width: 1250px) {
	.intro .bg{
		width: 62%;
	}
	.intro .left{
		width: 48%;
	}
	.intro .right .li p{
		font-size: 16px;
	}
}
@media only screen and (min-width: 100px) and (max-width: 1000px) {
	.intro{
		background: #000000;
	}
	.intro .left,.intro .right,.en .intro .left,.en .intro .right{
		width: 100%;
	}
	.intro .right{
		margin-right: 0;
	}
	.intro .left{
		margin-bottom: 30px;
	}
	.intro .right .li p{
		color: #FFFFFF;
	}
	.intro .bg{
		display: none;
	}
}
@media only screen and (min-width: 100px) and (max-width: 640px) {
	.intro .right .li p {
		font-size: 16px;
	}
}
/*--- å¤§ä¼šä»‹ç»ç»“æŸ ---*/


/*çƒ­ç‚¹è¯é¢˜å¼€å§‹*/

.topic {
	background: #0C0C0C;
}

.topic-list {
	display: flex;
	flex-wrap: wrap;
	color: #d6dce3;
}

.topic-list li {
	display: inline-block;
	vertical-align: top;
	width: 23%;
	padding: 15px 18px 10px 18px;
	margin: 0 1% 25px;
	border: 3px solid;
	border-image: -webkit-linear-gradient( #02e5f9, #007ffd) 30 30;
	border-image: -moz-linear-gradient( #02e5f9, #007ffd) 30 30;
	border-image: linear-gradient( #02e5f9, #007ffd) 30 30;
	transition: all .1s linear;
	font-size: 16px;
}

.topic-list li a {
	cursor: pointer;
}

.topic-list li h2 {
	font-size: 18px;
	border-bottom: 1px solid #ffffff;
	margin-bottom: 16px;
	position: relative;
	color: #FFFFFF;
	padding-bottom: 15px;
	text-align: center;
}
.en{
	min-height: 64px;
}
.topic-list li h2:after {
	content: "";
	display: block;
	width: 20%;
	height: 6px;
	background: #0ac2f4;
	position: absolute;
	left: 0;
	bottom: -1px;
}

.topic-list li {
	color: #ffffff;
}

.topic-list li div {
	font-size: 14px;
	color: #FFFFFF;
}


/*çƒ­ç‚¹è¯é¢˜ç»“æŸ*/

#collect .brieftext {
	margin-bottom: 20px;
	color: #b8b8b8;
}

.banner {
	position: relative;
	display: block;
}

.webinarPop {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
}

.webinarPop .btn {
	display: block;
	width: 208px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	padding-left: 26px;
	color: #000000;
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%,-50%);
	background: #FFFFFF;
}

.en .webinarPop .btn {
	width: 270px;
}

.webinarPop .radio {
	width: 30px;
	height: 30px;
	border-radius: 100%;
	background: #000000;
	text-align: center;
	display: block;
	position: relative;
	position: absolute;
	top: 10px;
	left: 22px;
}

.webinarPop .radio .sanjiao {
	display: block;
	width: 0px;
	height: 0px;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 12px solid #FFFFFF;
	position: absolute;
	top: 8px;
	left: 10.5px;
}

.banner img {
	width: 100%;
	display: block;
}

.banner .bt,
.banner_ph .bt {
	position: absolute;
	left: 0;
	bottom: 0;
}

.banner .btn {
	font-size: 20px;
	color: #fff;
	display: block;
	width: 200px;
	height: 52px;
	line-height: 52px;
	text-align: center;
	background: #ea7166;
	border-radius: 39px;
	position: absolute;
	bottom: 166px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.sub-header {
	background: #2e3257;
}

.banner .FMWbtn {
	z-index: 9;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	max-width: 686px;
	width: 36%;
	line-height: 2.5em;
	background: url(../images/banBtn1.png);
	background-size: 100% 100%;
	color: #FFFFFF;
	font-size: 44px;
	letter-spacing: 3px;
	font-weight: 400;
	text-align: center;
	transition: all 0.2s;
}

.banner .FMWbtn:hover {
	background: url(../images/banBtn2.png);
	background-size: 100% 100%;
}

@media only screen and (min-width: 100px) and (max-width: 1600px) {
	.banner .FMWbtn {
		font-size: 38px;
	}
}

@media only screen and (min-width: 100px) and (max-width: 1400px) {
	.banner .FMWbtn {
		font-size: 35px;
	}
}

@media only screen and (min-width: 100px) and (max-width: 1200px) {
	.banner .FMWbtn {
		font-size: 28px;
	}
}

@media only screen and (min-width: 100px) and (max-width: 900px) {
	.banner .FMWbtn {
		font-size: 20px;
	}
}

@media only screen and (min-width: 100px) and (max-width: 640px) {
	.banner .FMWbtn {
		font-size: 20px;
		bottom: 20%;
		width: 280px;
		height: 60px;
		line-height: 60px;
	}
}


/*æœ€æ–°åŠ¨æ€*/

.news .swiper-box {
	position: relative;
	padding-bottom: 30px;
}

.news .swiper-slide {
	/*display:inline-block;
	vertical-align:top;
	width: 23%;*/
}

.news .swiper-slide img {
	display: block;
	width: 100%;
}

.news .swiper-slide h2 {
	background: #0054d0;
	padding: 4% 4%;
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
}

.news .swiper-slide h2 div {
	height: 40px;
	overflow: hidden;
}

.news .swiper-slide a {
	display: block;
	box-sizing: border-box;
}

.news .swiper-slide:hover a {
	border: 2px solid #2ba2fa;
}

.news .swiper-slide:hover h2 {
	background: #2ba2fa;
}


/*å¤§ä¼šäº®ç‚¹*/


/*.highlight{
	
}*/

.highlight li img.pc {
	display: block;
}

.highlight li img.mb {
	display: none;
}

.banner_ph {
	width: 100%;
	display: none;
}

.banner_ph img {
	width: 100%;
	display: block;
}

#highlight_ph {
	display: none;
}

.highlight ul {
	display: flex;
	flex-wrap: wrap;
}

.highlight li {
	width: 50%;
	position: relative;
}

.highlight li img {
	display: block;
	width: 100%;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.highlight li:hover img {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
	filter: none;
	opacity: 1;
	filter: alpha(opacity=100);
}

.highlight li:last-child {
	width: 100%;
}

.highlight .txt {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 20px;
	width: 100%;
	background-image: linear-gradient(-179deg, transparent 1%, #000);
	transition: all .3s ease-in-out;
}

.highlight li:hover .txt {
	background-image: linear-gradient(-179deg, transparent 1%, #3ea6e3);
	color: #000;
	transition: opacity .3s ease-in-out;
}

.highlight .txt strong {
	font-size: 20px;
	color: #23c5d4;
	font-weight: 600;
	text-shadow: 0 0 5px #000;
}

.highlight .txt p {
	padding-top: 5px;
	color: #fff;
}

.newAgenda ul .forumBox {
	/*width: 44%;*/
	/*float: left;*/
}
.newAgenda ul .forumBox .am,.newAgenda ul .forumBox .pm{
	width: 47.5%;
	display: inline-block;
	margin: 0 1%;
	vertical-align: top;
}
@media only screen and (min-width: 100px) and (max-width: 640px) {
	.newAgenda ul .forumBox .am,.newAgenda ul .forumBox .pm{
		width: 100%;
	}
}
.newAgenda ul .forumBox .mainForum {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #3e3e3e;
}

.newAgenda ul .forumBox .head {
	font-size: 26px;
	margin-bottom: 20px;
}

.newAgenda ul .forumBox .time{
	font-size: 20px;
	margin: 20px 0;
	color: #c2c2c2;
}
.newAgenda ul .forumBox h3{
	font-size: 20px;
	color: #c2c2c2;
	
}
.newAgenda ul .submainForum h3 .time{
	display: inline-block;
}
.newAgenda ul .forumBox ul li {
	margin-bottom: 20px;
	background: #191a1e;
	color: #FFFFFF;
	font-size: 14px;
}
.newAgenda ul .forumBox .mainForum ul{
	display: flex;
	flex-wrap: wrap;
}
.newAgenda ul .forumBox .mainForum ul li {
	width: 48%;
	margin: 0 1%;
	/* display: inline-block;
	vertical-align: top; */
	background: #191a1e url(../images/mainForunmLine.jpg) no-repeat center top;
	background-size: 100% 8px;
}
.newAgenda ul .forumBox .submainForum ul li {
	border-top: 4px solid #004da6;
}
@media only screen and (min-width: 100px) and (max-width: 640px) {
	.newAgenda ul .forumBox .submainForum ul li{
		width: 100%;
	}
	.newAgenda ul .forumBox .mainForum ul li{
		width: 100%;
		margin-bottom: 20px;
	}
}
.newAgenda ul .forumBox ul li p {
	min-height: 60px;
}

.en .newAgenda ul .forumBox ul li p {
	min-height: 100px;
}

.newAgenda ul .forumBox .submainForum ul li:hover {
	border-top: 4px solid #0054d0;
	background: #0054d0;
}

.newAgenda ul .forumBox .mainForum ul li:hover {
	background: #0054d0 url(../images/mainForunmLine.jpg) no-repeat center top;
	background-size: 100% 8px;
}

.newAgenda ul .forumBox ul li a {
	display: block;
	padding: 5% 4%;
}

.newAgenda ul .forumBox ul li h3 {
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: 400;
}

.en .newAgenda ul .forumBox ul li h3 {
	font-size: 18px;
	min-height: 50px;
}


/*----- æ¼”è®²å˜‰å®¾ -------*/
.guestbox{
	position: relative;
}
.guestbox1 {
	background:#000000 url(../images/guest-bg.png) no-repeat bottom center;
	background-size: 100%;
}

.guestbox .swiper-container {
	padding: 20px 10px;
}

.guestbox .swiper-slide a {
	width: 100%;
	display: inline-block;
}

.guestbox .swiper-slide img {
	width: 100%;
	display: block;
	position: relative;
}

.guestbox .picBox div {
	position: absolute;
	width: 80%;
	height: 100%;
	border-radius: 100%;
	/*background: rgba(0,0,0,0.7);*/
	top: 0;
	left: 10%;
	color: #FFFFFF;
	overflow: hidden;
}

.guestbox .picBox div p {
	text-align: left;
	word-wrap: break-word;
	word-break: break-all;
	padding: 0 10px 0 16px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	font-size: 11px;
}

.guestbox .text {
	padding: 10px;
	min-height: 92px;
}

.guestbox .swiper-slide p {
	font-size: 14px;
	padding: 0px;
	margin: 0;
	text-align: center;
}
.guestbox .swiper-slide .cjob{
	font-size: 13px;
}
.en .guestbox .swiper-slide .cjob{
	font-size: 12px;
}

.guestbox1 li{
	width: 23%;
    display: inline-block;
    vertical-align: top;
   margin: 1% 1%;
   position: relative;
   background: #0054cd;
}
@media only screen and (min-width: 100px) and (max-width: 640px) {
	.cn .guestbox1 .swiper-slide p{
		font-size: 18px;
	}
	.cn .guestbox .swiper-slide .cjob {
	    font-size: 15px;
	}
	.cn .guestbox1 .text {
	    padding: 5px 10px 5px 122px;
	}
	.guestbox .swiper-slide .cjob{
		font-size: 11px;
	}
	.guestbox1 li{
		width: 100%;
		margin: 0 0 10px;
	}
	.guestbox1 .swiper-slide li img{
		width: 110px;
		height: 110px;
		position: absolute;
		top: 0;
		left: 0;
	}
	.guestbox1 .text{
		padding: 5px 0 5px 113px;
		height: 110px;
	}
}

.guestbox .swiper-button-next{
	width: 45px;
	height: 92px;
	background: url(../images/guest1-right.jpg);
	background-size: 100% 100%;
	right: -40px;
	margin-top: -46px;
}
.guestbox .swiper-button-prev{
	width: 45px;
	height: 92px;
	background: url(../images/guest1-left.jpg);
	background-size: 100% 100%;
	left: -40px;
	margin-top: -46px;
}
@media only screen and (min-width: 100px) and (max-width: 640px) {
	.guestbox .swiper-button-next{
		width: 30px;
    	height: 52px;
    	right: -20px;
	}
	.guestbox .swiper-button-prev{
		width: 30px;
    	height: 52px;
    	left: -20px;
	}
}
.guestbox2 .swiper-slide .cjob {
	background-image: -webkit-linear-gradient(bottom, #004a9a, #008dfd, #00cffe);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.guestbox .swiper-slide {
	cursor: pointer;
	font-size: 16px;
}

.guestbox2 .swiper-slide {
	padding: 50px 0;
}

.guestbox1 .swiper-slide li:hover .summary {
	display: block;
}
.guestbox2 .swiper-slide:hover .summary {
	display: block;
}

.guestbox .swiper-slide .summary {
	display: none;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
	width: 100%;
	min-height: 100%;
	background: rgba(0,79,211,0.7);
	padding: 20px;
	line-height: 1.5;
	overflow: hidden;
	font-size: 13px;
}
.guestbox2 .swiper-slide .summary{
	top: 39%;
	padding: 60px 20px;
	background: url(../images/guest2.png) no-repeat center center;
	background-size: 100% 100%;
}
.guestbox2 .swiper-slide .summary:after{
	
}
.guestbox .swiper-slide p.name {
	margin-bottom: 4px;
}

.guestbox2 .swiper-slide p.name {
	font-size: 20px;
	color: #00f0ff;
}
@media only screen and (min-width: 100px) and (max-width: 640px) {
	.guestbox1 .swiper-slide li:hover .summary {
		display: none;
	}
	.guestbox2 .swiper-button-next,.guestbox2 .swiper-button-prev {
		display: none;
	}
}
/*æ¼”è®²å¾é›†*/


/*2018-02-22ä¿®æ”¹  start*/

.webs {
	margin: 0 auto;
	position: relative;
}

.lm_layer {
	position: absolute;
	width: 200%;
	height: 100%;
	left: -50%;
	background: rgba(60, 58, 58, 0.9);
	text-align: center;
	z-index: 99;
	color: #fff;
	font-size: 18px;
}

.lm_layer div {
	position: relative;
	height: 100%;
}

.lm_layer div span {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	line-height: 26px;
}


/*2018-02-22ä¿®æ”¹  end*/

.collectBox {
	background: #1a1a1a;
	/*background: #000;*/
	overflow: hidden;
}

.collectBox h3 {
	text-align: center;
	color: #23c5d4;
	font-size: 30px;
	margin-bottom: 28px;
}


/*--- æ–°ç‰ˆæ´»åŠ¨ç¥¨ç§å¼€å§‹ ---*/

.ticket li {
	width: 50%;
	float: left;
	text-align: center;
}

.ticket li a {
	width: 80%;
	max-width: 500px;
	height: 107px;
	line-height: 107px;
	position: relative;
}

.ticket li a .icon {
	height: 50px;
	position: absolute;
	top: 50%;
	left: 30px;
	transform: translateY(-50%);
}

.ticket li:last-child a .icon {
	height: 40px;
}

.ticket li:first-child a {
	background: url(../images/ticket/n1.png);
	background-size: 100% 100%;
}

.ticket li:last-child a {
	background: url(../images/ticket/n2.png);
	background-size: 100% 100%;
}

.ticket li a {
	display: inline-block;
	width: 80%;
	position: relative;
	color: #FFFFFF;
	font-size: 30px;
}
.ticket li a .double11{
	position: absolute;
    top: -67%;
    right: -5%;
    height: 100px;
    transform: none;
    background: #000000
}

/*--- æ–°ç‰ˆæ´»åŠ¨ç¥¨ç§ç»“æŸ ---*/


/*æ´»åŠ¨ç¥¨ç§è¡¨æ&nbsp;¼ç‰ˆå¼€å§‹*/

.ticketbox {
	padding: 0px;
	margin: 0px auto;
}

.ticketbox .tip {
	color: #fff;
	padding: 10px;
	font-size: 16px;
	text-align: justify;
}

.ticketbox .tip br {
	display: none;
}

.ticketbox ul {
	width: 100%;
	padding: 0;
	margin: 0;
}

.ticketbox ul:after {
	content: ".";
	clear: both;
	visibility: hidden;
	height: 0;
	display: block;
}

.en .ticketbox ul li {
	height: 180px;
}

.ticketbox ul li {
	width: 100%;
	height: 125px;
	padding: 10px 0px;
	float: left;
	border: 1px solid rgba(255, 255, 255, 0.4);
	border-bottom: none;
}

.ticketbox ul li:last-of-type {
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.ticketbox ul li .ticketype {
	width: 25%;
	height: 100%;
	float: left;
	text-align: center;
	color: #ffffff;
	position: relative;
	display: table;
}

.ticketbox ul li .ticketype div {
	width: 100%;
	display: table-cell;
	vertical-align: middle;
}

.ticketbox ul li .ticketype p.name {
	font-size: 18px;
	padding-bottom: 6px;
}

.ticketbox ul li .ticketype p.price {
	font-size: 20px;
}

.ticketbox ul li .amount {
	width: 50%;
	height: 100%;
	float: left;
	text-align: center;
	border-left: 1px solid rgba(255, 255, 255, 0.4);
	border-right: 1px solid rgba(255, 255, 255, 0.4);
	font-size: 16px;
	color: #d5cec3;
	display: table;
}

.ticketbox ul li .amount p {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	padding: 0px 10px 0px 15px;
	margin: 0;
	color: #ffffff;
	text-align: left;
}

.ticketbox ul li .buy {
	width: 25%;
	height: 100%;
	display: inline-block;
	float: right;
	position: relative;
}

.ticketbox ul li .buy p {
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 0;
	margin: 0;
}

.buy .buybox {
	width: 98px;
	height: 32px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: 0px;
	margin-left: -49px;
}

.buy .buybox span {
	width: 32px;
	height: 100%;
	line-height: 30px;
	display: inline-block;
	font-size: 17px;
	color: #777777;
	float: left;
	cursor: pointer;
	text-align: center;
	border: 1px solid #aaaaaa
}

.buy .buybox span.subbtn {
	font-size: 32px;
	font-weight: 200;
	border-radius: 3px 0px 0px 3px;
	-moz-border-radius: 3px 0px 0px 3px;
	-webkit-border-radius: 3px 0px 0px 3px;
}

.buy .buybox span.addbtn {
	border-radius: 0px 3px 3px 0px;
	-moz-border-radius: 0px 3px 3px 0px;
	-webkit-border-radius: 0px 3px 3px 0px;
}

.buy .buybox input {
	width: 34px;
	height: 32px;
	text-align: center;
	display: inline-block;
	float: left;
	border: none;
	outline: none;
	background: none;
	font-size: 15px;
	color: #ded9d1;
	border-top: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
}

.ticketbox .total {
	width: 100%;
	display: inline-block;
	text-align: right;
	padding-top: 20px;
}

.ticketbox .total p {
	font-size: 19px;
	color: #d5cec3;
	padding: 11px 0px;
}

.btn {
	font-size: 19px;
	color: #ffffff;
	background: #23c5d4;
	display: inline-block;
	border-radius: 21px;
	-moz-border-radius: 21px;
	-webkit-border-radius: 21px;
	width: 160px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin: 30px auto;
}

.ticketbox .tips {
	width: 100%;
	display: inline-block;
	margin-top: 30px;
	padding-top: 15px;
	border-top: 2px dashed #645e52;
	font-size: 13px;
	color: #7c7975;
}

.ticketbox .tips div {
	padding-top: 6px;
	width: 100%;
	display: inline-block;
}

.ticketbox .tips div span {
	float: left;
	display: inline-block;
}

.ticketbox .tips div p {
	padding-left: 66px;
}

.ticketbox .guize p {
	font-size: 18px;
	color: #fff;
	text-align: center;
}

.ticketbox .guize .p01 {
	font-size: 22px;
}

@media (max-width: 1020px) {
	.ticketbox ul li,
	.en .ticketbox ul li {
		height: auto;
		padding: 20px 0px;
	}
	.ticketbox ul li .ticketype {
		width: 100%;
		min-height: 80px;
	}
	.ticketbox ul li .ticketype div {
		margin-top: 0px;
	}
	.ticketbox ul li .ticketype p.name {
		font-size: 20px;
	}
	.ticketbox ul li .ticketype p.price {
		font-size: 21px;
	}
	.ticketbox ul li .amount {
		width: 100%;
		border: none;
		padding: 28px 10px 5px 10px;
	}
	.ticketbox ul li .amount p {
		position: initial;
		padding: 0px 8% 0px 12%;
		-webkit-transform: translate(0%, 0%);
		-ms-transform: translate(0%, 0%);
		-moz-transform: translate(0%, 0%);
		transform: translate(0%, 0%);
		text-align: center;
	}
	.ticketbox ul li .buy p {
		font-size: 16px;
		color: #7c7975;
		text-align: center;
		padding-top: 8px;
		padding-bottom: 0;
		margin: 0;
	}
	.buy .buybox {
		position: initial;
		margin-top: 0;
		margin: 0px auto;
	}
}

@media (max-width: 500px) {
	.ticketbox .tip br {
		display: block;
	}
	.ticketbox .total a {
		margin-bottom: 30px;
	}
	.ticketbox ul li .buy {
		width: 100%;
		padding-top: 18px;
	}
}
/*æ´»åŠ¨ç¥¨ç§è¡¨æ&nbsp;¼ç‰ˆå¼€å§‹*/
#high .btn {
	display: block;
	margin: 10px auto 30px;
	background: #23c5d4;
}

.ticketbox .tips {
	width: 100%;
	display: inline-block;
	margin-top: 30px;
	padding-top: 15px;
	border-top: 2px dashed #645e52;
	font-size: 13px;
	color: #7c7975;
}

.ticketbox .tips div {
	padding-top: 6px;
	width: 100%;
	display: inline-block;
}

.ticketbox .tips div span {
	float: left;
	display: inline-block;
}

.ticketbox .tips div p {
	padding-left: 66px;
}

.ticketbox .guize p {
	font-size: 18px;
	color: #fff;
	text-align: center;
}

.ticketbox .guize .p01 {
	font-size: 22px;
}


/*--- --åˆä½œä¼™ä¼´--- ---*/

.partnersBox .hide {
	display: none;
}

.partnersBox .showBtn {
	font-size: 20px;
	color: #01afb0;
	cursor: pointer;
	padding-left: 10px;
}

.partnersBox .partnerList {
	width: 100%;
	padding-bottom: 20px;
	border-bottom: 1px solid #e5e5e5;
	display: inline-block;
}

.partnersBox .partnerList:last-of-type {
	border-bottom: none;
}

.partnersBox .partnerList .title {
	width: 100%;
	font-size: 18px;
	color: #dddddd;
	padding-top: 25px;
	padding-bottom: 15px;
}

.partnersBox .partnerList .title strong {
	display: inline-block;
	height: 38px;
	line-height: 37px;
	font-weight: normal;
	border-bottom: 2px solid #23c5d4;
	text-align: center;
	margin-left: 20px;
}

.partnersBox .partnerList ul {
	width: 100%;
	display: inline-block;
}

.partnersBox .partnerList ul li {
	width: 25%;
	float: left;
	padding: 0px 15px 15px 15px;
	text-align: center;
	display: block;
}

.partnersBox .partnerList ul li a {
	display: block;
	border: 1px solid #dddddd;
	padding: 8px 5px;
	background: #fff;
}

.partnersBox .partnerList ul li img {
	height: 42px;
}


/*æ¼”è®²å¾é›†*/

.webs li {
	padding-left: 36px;
	border-left: 1px #23c5d4 solid;
	position: relative;
}

.webs li:before {
	content: "";
	position: absolute;
	left: -9px;
	top: 5px;
	width: 12px;
	height: 12px;
	background: #23c5d4;
	border: 2px solid #23c5d4;
	border-radius: 100%;
}

.webs li.webslast:before {
	display: none;
}

.webs li h4 {
	font-size: 18px;
	font-weight: 600;
	padding: 2px 0;
	color: #23c5d4;
}

.webs li p {
	position: relative;
	line-height: 26px;
	font-size: 16px;
	color: #b8b8b8;
	padding: 3px 0 3px 35px;
}

.webs li p:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 26px;
	height: 3px;
	margin-top: -1.5px;
	background: #23c5d4;
}

.webs li.webslast:before {
	position: initial;
}

.webs li.webslast p {
	padding: 15px 0 0 0;
	color: #daac6e;
}

.webs li.webslast p:before {
	position: initial;
}


/*----------åœºåœ°ä¿¡æ¯----------------*/


/*å‚ä¼šæŒ‡å—*/

.hotel-con {
	display: flex;
	flex-wrap: wrap;
}

.hotel .line {
	border: 2px solid rgba(184, 184, 184, 0.3);
	margin-bottom: 30px;
}

.hotel-con img {
	width: 100%;
}

.hotel-con div,
.hotel-con ul,
.hotel-con ul li {}

.en .hotel-con ul li {
	padding-top: 0;
}

.hotel-con ul li {
	padding-top: 2%;
}

.hotel-con div:first-child {
	width: 49%;
}

.hotel-con div:last-child {
	width: 51%;
	position: relative;
}

.hotel-con div ul {
	width: 80%;
	position: absolute;
	top: 50%;
	left: 10%;
	transform: translateY(-50%);
	font-size: 16px;
}


/*.en .hotel-con ul{
	width: 46%;
	padding-left: 6%;
	padding-top: 2%;
}*/


/*é…’åº—ä¿¡æ¯*/

.hotel1 {
	padding: 0px 12%;
	padding-bottom: 60px;
}

.hotel-con1 ul:after {
	content: ".";
	clear: both;
	visibility: hidden;
	height: 0;
	display: block;
}


/*.hotel1 .line{
	border: 2px solid rgba(184,184,184,0.3);
	margin-bottom: 30px;
}
.hotel-con1 div, .hotel-con1 ul,.hotel-con1 ul li{
	float: left;
	width: 33%;
}
.en .hotel-con1 li:first-child{
	width: 30%;
}
.en .hotel-con1 .two{
	width: 40%;
}
.en .hotel-con1 li:last-child{
	width: 30%;
}*/

.hotel-con1:after {
	content: ".";
	clear: both;
	visibility: hidden;
	height: 0;
	display: block;
}

.hotel-con1 ul li {
	float: left;
	margin-bottom: 20px;
	padding-right: 2%;
}

.hotel-con1 div {
	float: left;
	width: 30%;
}

.hotel-con1 div img {
	width: 100%;
}

.hotel-con1 ul {
	float: left;
	padding-left: 3%;
	width: 70%;
	padding-top: 4%;
}

.en .hotel-con1 ul {
	padding-top: 0;
}

.hotel-con1 li:first-child {
	width: 35%;
}

.hotel-con1 .two {
	width: 32%;
}

.hotel-con1 li:last-child {
	width: 33%;
	padding-right: 0;
}

.hotel-con1 ul li p {
	color: #ddd;
	font-size: 14px;
	line-height: 1.8em;
}

.hotel-con ul li:last-child {
	padding-right: 0;
}

.hotel-con ul li p {
	color: #ddd;
	line-height: 1.8em;
}


/*ä¸¾åŠžåœ°ç‚¹*/

.webpage.brief {
	position: relative;
}
.addressbox{
	position: relative;
	display: flex;
	flex-direction: row;
}
.addressbox .address1{
	width: 36.3%;
	height: 300px;
}
.addressbox .address2{
	width: 32%;
	height: 300px;
}
.address {
	width:31.7%;
	font-size: 16px;
	position: relative;
	background:#0c89cb;
}
.address div{
	width: 100%;
	padding: 30px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
}
.address h3{
	font-weight: normal;
	margin-bottom: 10px;
	font-size: 20px;
}
.address p{
	line-height: 1.8;
}
.address img {
	width: 40px;
	vertical-align: top;
}

.address img {
	animation: mymove 5s infinite;
	-webkit-animation: mymove 5s infinite;
	/* Safari å’Œ Chrome */
}

@-webkit-keyframes mymove {
	from,
	50%,
	to {
		transform: translateY(-5px);
	}
	25%,
	75% {
		transform: translateY(5px);
	}
}

@keyframes mymove {
	from,
	50%,
	to {
		transform: translateY(-5px);
	}
	25%,
	75% {
		transform: translateY(5px);
	}
}

@media only screen and (min-width: 100px) and (max-width: 1440px) {
	.address{
		font-size: 15px;
	}
}
@media only screen and (min-width: 100px) and (max-width: 1280px) {
	.address div{
		padding: 15px;
	}
	.address {
	    font-size: 14px;
	}
}
@media only screen and (min-width: 100px) and (max-width: 640px) {
	.addressbox{
		display: block;
	}
	.addressbox .address1,.addressbox .address2{
		display: block;
		width: 100%;
		height: auto;
	}
	.address div{
		position: relative;
		left: 0;
		top: 0;
		transform: none;
	}
	.address h3{
		font-size: 20px;
	}
	.address {
	    font-size: 16px;
	}
	
}
.ph_button {
	display: none;
}


/*æœ€æ–°åŠ¨æ€*/

.news {
	background: #000;
}

.news .swiper-container {
	position: relative;
	width: 100%;
	padding-bottom: 50px;
}

.picList:after {
	content: "";
	clear: both;
	visibility: hidden;
	height: 0;
	display: block;
}

.news .picList li {
	width: 48%;
	margin: 0 1%;
	float: left;
	position: relative;
	border-right: 10px solid #2fa0c7;
	border-bottom: 10px solid #2fa0c7;
}

.news .picList li .pic img {
	display: block;
	width: 100%;
}

.news .picList li .title {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	line-height: 30px;
	background: rgba(0, 0, 0, 0.5);
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	margin: 0;
}

.news .picList li .title a {
	color: #fff;
}

.pagination {
	position: absolute;
	left: 0;
	text-align: center;
	bottom: 0px;
	width: 100%;
	z-index: 9;
}

.webpage .swiper-pagination-bullet {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background: #002a68;
	margin: 0 3px;
	cursor: pointer;
	opacity: 1;
}

.webpage .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #2ba2fa;
}

.news-swiper {
	position: relative;
	padding-bottom: 40px;
}

.news .swiper-active-switch {
	background: #2ba2fa;
}


/*æ¼”è®²å˜‰å®¾*/

.swiper-container {
	width: 100%;
}

.jiyu,
.jinju {
	overflow: visible;
}

.jybox {
	position: relative;
}

.jybox .swiper-slide img {
	width: 70%;
	display: block;
	margin: 0 auto;
}

.jybox .swiper-slide {
	position: relative;
}

.jybox .swiper-slide div {
	width: 31%;
	position: absolute;
	color: #434343;
	top: 12%;
	left: 53%;
	font-size: 16px;
}

.jybox .swiper-slide-lg div {
	top: 10%;
	left: 48.5%;
}

.jybox .swiper-slide div p span {
	font-weight: bold;
	color: #000;
	font-size: 20px;
	margin-bottom: 4px;
}

.arrow-left,
.arrow-right {
	position: absolute;
	z-index: 9;
	top: 50%;
	transform: translateY(-50%);
}

.arrow-left img,
.arrow-right img {
	width: 30px;
}

.arrow-left {
	left: -40px;
}

.arrow-right {
	right: -40px;
}

.light {
	background: #f9fbfd;
}

.light .bg {
	width: 56%;
	height: 100%;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	background: url(../images/guest2-bg.png) no-repeat;
	background-position: bottom right;
}

.light .container,
.light .title {
	position: relative;
	z-index: 2;
}

.light li {
	float: left;
	height: 380px;
	width: 20%;
	transition: all .6s ease-out;
	vertical-align: bottom;
	position: relative;
	overflow: hidden;
	background-position: top left;
	background-size: auto 100%;
	position: relative;
}
.light li:after,.lightMb .swiper-slide:after{
	content: "";
	display: block;
	background: rgba(0, 0, 0, 0.4);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.light li.active {
	width: 40%;
	background-size: 100% 100%;
}

.light li a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 9;
}
.light li div {
	width: 100%;
	padding: 0 15px;
	position: absolute;
	bottom:4%;
	left: 0;
	z-index: 2;
}

.light li h3 {
	font-size: 17px;
	margin-bottom: 10px;
}

.light li p {
	font-size: 13px;
	line-height: 1.3;
}

.light li.active h3 {
	font-size: 26px;
}

.light li.active p {
	font-size: 16px;
}

.light1 {
	background: url(../images/light/01heibai.png);
}

.light1.active {
	background: url(../images/light/01.png);
}

.light2 {
	background: url(../images/light/02heibai.png);
}

.light2.active {
	background: url(../images/light/02.png);
}

.light3 {
	background: url(../images/light/03heibai.png);
}

.light3.active {
	background: url(../images/light/03.png);
}

.light4 {
	background: url(../images/light/hkheibai.png);
}

.light4.active {
	background: url(../images/light/hk.png);
}

.tjhotel {
	padding-bottom: 60px;
}

.tjhotel img {
	width: 100%;
}

.target-fix {
	position: relative;
	top: -100px;
	display: block;
	overflow: hidden;
	height: 0;
}

.lightMb {
	display: none;
}

@media only screen and (min-width: 100px) and (max-width: 1300px) {
	.ticket li a {
		padding-left: 50px;
	}
	.en .ticket li a {
		font-size: 25px;
	}
	.en .ticket li:first-child a .icon {
		height: 40px;
	}
	.en .ticket li:last-child a .icon {
		height: 30px;
	}
}

@media only screen and (min-width: 100px) and (max-width: 1250px) {
	.ticket li a {
		font-size: 25px;
	}
	.ticket li:first-child a .icon {
		height: 40px;
	}
	.ticket li:last-child a .icon {
		height: 30px;
	}
}

@media (max-width: 1050px) {
}

@media only screen and (min-width: 100px) and (max-width: 1150px) {
	.xcxCode {
		position: relative;
		top: 0;
		display: block;
		width: 100%;
	}
}

@media only screen and (min-width: 100px) and (max-width: 1100px) {
	.jybox .swiper-slide div p span {
		margin-right: 10px;
	}
	.jybox .swiper-slide div p br {
		display: none;
	}
	.main,
	.video {
		position: relative;
		top: 0;
		left: 0;
		transform: none;
	}
	.main .webpage {
		display: block;
	}
	.videobox {
		width: 100%;
		height: 214px;
	}
	.topic-list li {
		width: 31%;
	}
	.banner_ph {
		position: relative;
		display: block;
	}
	.banner_ph a {
		position: absolute;
		bottom: 25px;
		left: 50%;
		display: block;
		width: 130px;
		height: 31px;
		border-radius: 24px;
		background: #ea7166;
		color: #fff;
		text-align: center;
		font-size: 16px;
		line-height: 31px;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.Box .btn {
		margin: 0 auto;
	}
	.ticketbox ul li,
	.en .ticketbox ul li {
		height: auto;
	}
	.ticketbox ul li .ticketype {
		width: 100%;
		min-height: 80px;
	}
	.ticketbox ul li .ticketype div {
		margin-top: 0px;
	}
	.ticketbox ul li .ticketype p.name {
		font-size: 20px;
	}
	.ticketbox ul li .ticketype p.price {
		font-size: 21px;
	}
	.ticketbox ul li .buy p {
		margin: 0;
		padding-top: 8px;
		padding-bottom: 0;
		text-align: center;
		font-size: 16px;
	}
	.buy .buybox {
		position: initial;
		margin: 0px auto;
		margin-top: 0;
	}
	.dayBox {
		padding-top: 30px;
	}
	.dayBox.mb {
		display: block;
	}
	.dayBox.pc {
		display: none;
	}
	.dayBox img:last-child {
		padding-top: 30px;
	}
	.Box h2 {
		font-size: 26px;
	}
	.en .Box h2 {
		font-size: 24px;
	}
	.high .highlight {
		display: none;
	}
	#highlight_ph {
		display: inline-block;
	}
	#highlight_ph div {
		width: 100%;
	}
	.tPop {
		display: none;
	}
	/*--- æ¼”è®²å˜‰å®¾ ---*/
	.guestbox .text {
		width: 100%;
	}
	.guestbox .picBox {
		float: left;
	}
	.guestbox .picBox {
		position: absolute;
		top: 0;
		left: 0;
		width: 88px;
	}
	.guestbox .swiper-slide img {
		margin: 0;
	}
	.guestbox .swiper-slide {
		padding: 0;
	}
	/*--- æ´»åŠ¨ç¥¨ç§ ---*/
	.ticketbox {
		width: 100%;
	}
	.history .historybox {
		width: 100%;
	}
	.hotel dt,
	.hotel dd {
		margin-bottom: 20px;
	}
	/* .arrow-left img,
	.arrow-right img{
		width: 30px; */
	.arrow-right {
		right: 0px;
	}
	.arrow-left {
		left: 0px;
	}
	.hotel-con div {
		margin-bottom: 20px;
	}
	.hotel-con div,
	.hotel-con ul,
	.en .hotel-con ul {
		width: 100%;
	}
	.hotel-con ul li {
		width: 100%;
	}
	.footer p {
		text-align: center;
	}
	/*---åˆä½œä¼™ä¼´---*/
	.partnersBox .partnerList ul li {
		width: 33.3%;
	}
	.partnersBox .partnerList ul li img {
		height: 40px;
	}
	.footer p {
		width: 100%;
		text-align: center;
	}
	.footer div {
		margin-top: 10px;
		width: 100%;
		text-align: center;
	}
	.hotel-con1 ul,
	.hotel-con1 div {
		width: 100%;
	}
	.hotel-con1 div {
		margin-bottom: 20px;
	}
	.webpage .hotel-con1 ul li {
		width: 100%;
	}
}

@media only screen and (min-width: 100px) and (max-width: 640px) {
	.lightMb .swiper-slide div h3 {
		font-size: 16px;
	}
	.en .lightMb .swiper-slide div h3 {
		font-size: 13px;
	}
	.lightMb .swiper-slide div p {
		font-size: 12px;
	}
	.en .lightMb .swiper-slide div p {
		font-size: 10px;
	}
	.ticketbox ul {
		display: block;
	}
	.ticketbox ul li .bottom {
		padding-bottom: 20px;
	}
	.haddress {
		background: url(../images/address.jpg) no-repeat center left;
		background-size: cover;
	}
	.en .haddress {
		background: url(../images/address_en.jpg) no-repeat center left;
		background-size: cover;
	}
	.cjob {
		min-height: 30px;
	}
	.news {
		padding: 10% 3%;
	}
	.news .swiper-slide {
		margin: 0;
	}
	.news .swiper-slide:hover a {
		border: 0;
	}
	.news .swiper-slide:hover h2 {
		background: #122467;
	}
	.jybox .swiper-slide.swiper-slide-jy div {
		left: 37%;
		width: 62%;
	}
	.arrow-left img,
	.arrow-right img {
		width: 18px;
	}
	/*---åˆä½œä¼™ä¼´---*/
	.partnersBox .partnerList ul li {
		width: 50%;
	}
	.partnersBox .partnerList ul li img {
		height: 38px;
		max-width: 100%;
	}
	.topic-list li {
		width: 100%;
		min-height: auto;
	}
	.collectBox h3 {
		font-size: 25px;
	}
	.hotel .hotel-con div {
		width: 100%;
	}
	.hotel-con div ul {
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		text-align: justify;
		transform: none;
	}
	.jybox .swiper-slide img {
		width: 100%;
	}
	.brief.intro {
		display: block;
	}
	.brief.intro .title-shu {
		display: block;
		margin-bottom: 9%;
		width: 100%;
		font-size: 26px;
	}
	.brief.intro .title-shu span {
		position: relative;
		display: inline-block;
	}
	.brief.intro .title-shu span:after {
		position: absolute;
		top: auto;
		bottom: -11px;
		left: 50%;
		display: block;
		width: 100%;
		height: 6px;
		background: url(../images/title-bg.png);
		background-size: 100% 100%;
		content: "";
		transform: translateX(-50%);
	}
	.title-shu:after {
		display: none;
	}
	.intro {
		display: block;
	}
	.intro h2 {
		display: block;
		width: 100%;
	}
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	.ticketbox ul {
		display: block;
	}
	.ticketbox ul li .bottom {
		padding-bottom: 20px;
	}
	.mbsummary {
		display: block;
	}
	/*.webpage h2.title,*/
	.en .Box h2,
	.cn .Box h2 {
		font-size: 42px;
	}
	.intro.brieftext {
		line-height: 40px;
	}
	.cn .high .highlight .light div p {
		font-size: 26px;
	}
	.en .high .highlight .light div p {
		font-size: 30px;
		line-height: 1.5em;
	}
	.btn {
		width: 240px;
		height: 60px;
		border-radius: 40px;
		font-size: 32px;
		line-height: 60px;
	}
	.webs li p {
		font-size: 26px;
		line-height: 36px;
	}
	.ticketbox ul li .ticketype p.name {
		font-size: 32px;
	}
	.ticketbox ul li .ticketype p.price {
		font-size: 28px;
	}
	.ticketbox ul li .amount,
	.intro.brieftext,
	.intro.brieftext span {
		font-size: 26px;
	}
	.ticketbox ul li .buy p {
		font-size: 22px;
	}
	.footer p {
		font-size: 24px;
	}
	.changeLan a {
		font-size: 20px;
	}
	.sub-title2 {
		font-size: 28px;
	}
	.hotel-con ul li p {
		font-size: 24px;
	}
	.topic-list li {
		width: 100%;
	}
	.topic-list li h2 {
		font-size: 30px;
	}
	.topic-list li div div {
		padding-top: 20px;
		font-size: 28px;
	}
	.subtitle {
		padding: 15px 0;
		font-size: 36px;
	}
	.topic-list li div,
	.topic-list .more {
		font-size: 28px;
	}
	.highlight {
		padding: 0 4%;
	}
	.highlight .txt {
		font-size: 28px;
	}
	.highlight .txt strong {
		font-size: 34px;
	}
	.hotel .hotel-con div {
		width: 100%;
	}
	.hotel-con div ul {
		position: relative;
		top: 0;
		left: 0;
		transform: none;
	}
	.jybox .swiper-slide div {
		top: 14%;
		left: 43%;
		width: 45%;
	}
	.jybox .swiper-slide-lg div {
		left: 49%;
	}
	.jybox .swiper-slide div,
	.jybox .swiper-slide div p span {
		font-size: 18px;
	}
}

@media only screen and (min-width: 100px) and (max-width: 900px) {
	.ticket li {
		width: 100%;
		margin-bottom: 10px;
	}
	.cn .ticket li{
		margin-bottom: 40px;
	} 
	.ticket li a {
		width: 320px;
		max-width: 100%;
		height: 67px;
		line-height: 67px;
		font-size: 22px;
	}
    .ticket li a .double11{
	    top: -51%;
	    height: 58px;
    }
}

@media only screen and (min-width: 100px) and (max-width: 800px) {
	.webpage.lookBack{
		padding: 30px 0;
	}
	.webpage.intro{
		padding: 30px 0 0;
	}
	.webpage.intro .left{
		padding: 0 20px 30px;
	}
	.intro .right{
		padding-top: 30px;
	}
	.banner {
		/*padding-top: 40px;*/
	}
	.webpage {
		padding: 30px 20px;
	}
	.haddress .addressbox p.iconmap img {
		width: 24px;
	}
	.highlight {
		padding-bottom: 5%;
	}
	.webpage.highlight img {
		opacity: 1;
		filter: none;
	}
	.highlight li img.pc {
		display: none;
	}
	.highlight li img.mb {
		display: block;
	}
	.highlight li {
		margin-bottom: 20px;
		width: 100%;
	}
	#brief .brieftext p {
		text-align: left!important;
		text-indent: 2em;
	}
	/*é…’åº—æŽ¨è*/
	.webpage.hotel li,
	.en .webpage.hotel li {
		margin: 0 0 20px;
		width: 100%;
	}
	.webpage.hotel .line {
		display: none;
	}
	.news .picList li {
		width: 100%;
	}
	.hotel dt,
	.hotel dd {
		width: 100%;
	}
	.jybox .swiper-slide div {
		top: 14%;
		left: 40%;
		width: 59%;
		font-size: 12px;
	}
	.jybox .swiper-slide-ctq div {
		top: 12%;
		left: 34%;
		width: 67%;
		font-size: 10px;
	}
	.jybox .swiper-slide-yxs div {
		top: 13%;
		left: 44%;
		width: 54%;
	}
	.en .jybox .swiper-slide-yxs div {
		left: 48%;
	}
	.en .jybox .swiper-slide div {
		font-size: 10px;
	}
	.jybox .swiper-slide div p br {
		display: none;
	}
	.jybox .swiper-slide-lg div {
		left: 48%;
	}
	.jybox .swiper-slide div p span {
		margin-right: 10px;
		font-size: 12px;
	}
	.container {
		width: 100%;
	}
	.newAgenda ul .forumBox {
		width: 100%;
	}
	.newAgenda ul .forumBox:first-child {
		margin-bottom: 20px;
	}
	.newAgenda ul .forumBox .head {
		font-size: 20px;
	}
	.newAgenda ul .forumBox .time{
		margin: 10px 0;
		font-size: 17px;
	}
	.newAgenda ul .forumBox h3{
		font-size: 17px;
	}
	.ticketbox ul {
		display: block;
	}
	.ticketbox ul li {
		/*margin-bottom: 20px;*/
		width: 100%;
	}
	.ticketbox ul li .amount {
		width: 100%;
		min-height: auto;
	}
	.ticketbox ul li.tic2 {
		margin-bottom: 20px;
		margin-left: 0;
	}
	.tjhotel {
		padding: 0 0 40px;
	}
	.hotel {
		padding-bottom: 0;
	}
	.ticketbox .tip br {
		display: block;
	}
	.ticketbox .total a {
		margin-bottom: 0;
	}
	.ticketbox ul li .buy {
		width: 100%;
	}
	.footer .footer-center div {
		float: none;
		text-align: center;
	}
	.ph_button {
		position: fixed;
		right: 0px;
		bottom: 13px;
		z-index: 99;
		display: block;
		padding: 8px;
		width: 48px;
		border-radius: 5px;
		font-size: 16px;
		line-height: 18px;
	}
	.ph_button a {
		display: inline-block;
		padding: 14px 3px;
		border-radius: 20px;
		color: #ffffff;
	}
	.ph_button a.jhbnt_a {
		background: #e77268;
	}
	.ph_button a.regbnt_a {
		margin-top: 10px;
		background: #dd6ca0;
	}
	.ph_button a.dtqp_a {
		margin-top: 10px;
		background: #579ce1;
	}
	.address {
		width: 100%;
	}
	.lightMb .swiper-slide {
		width: 63%;
		background-position: center;
		background-size: cover;
	}
	.light {
		display: none;
	}
	.lightMb {
		display: block;
	}
	.lightMb .swiper-slide img {
		width: 100%;
	}
	.lightMb .swiper-slide{
		position: relative;
	}
	.lightMb .swiper-slide a{
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		z-index: 9;
		top: 0;
		left: 0;
	}
	.lightMb .swiper-slide div {
		position: absolute;
		bottom: 0;
		left: 0;
		padding: 10px;
		width: 100%;
		z-index: 2;
	}
	.lightMb .swiper-slide div h3 {
		margin-bottom: 5px;
		font-size: 16px;
	}
	.lightMb .swiper-slide div p {
		font-size: 12px;
	}
	.lightMb .swiper-container {
		padding-bottom: 30px;
	}
	.webpage.lightMb {
		padding: 30px 0;
	}
	.webpage.lightMb .title {
		padding-left: 20px;
	}
	.news .swiper-slide {
		width: 100%;
	}
	.news .swiper-slide {
		width: 70%;
	}
	.guestbox .swiper-container {
		padding: 0 0 40px;
	}
	.news .swiper-container {
		padding-bottom: 0;
	}
	.news .swiper-pagination {
		display: none;
	}
}

@media only screen and (min-width: 100px) and (max-width: 321px) {
	.ticket li:first-child a,
	.ticket li:last-child a {
		width: 300px;
	}
}

/*åŽ†å±Šå›žé¡¾å¼€å§‹*/
.lookBack .roll-wrap {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.lookBack .roll_row {
	margin-bottom: 10px;
	height: 170px;
}

.lookBack .roll_row .roll__list li {
	float: left;
	display: block;
	height: 170px;
	font-weight: bold;
	font-size: 22px;
	text-align: center;
	color: #fff;
	position: relative;
}
.en .lookBack .roll_row .roll__list li{
	font-size: 20px;
}
@media only screen and (min-width: 100px) and (max-width: 640px) {
	.lookBack .roll_row .roll__list li,.en .lookBack .roll_row .roll__list li{
		font-size: 16px;
	}
}
.lookBack .roll_row .roll__list li .rgba{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.lookBack .roll_row .roll__list li:nth-of-type(odd) .rgba{
	background:rgba(63,76,207,.7);
}
.lookBack .roll_row .roll__list li:nth-of-type(even) .rgba{
	background:rgba(10,194,244,.7);
}
.lookBack .roll_row .roll__list li p{
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
}
.lookBack .roll__list li img{
	display: block;
	width: 100%;
	height: 100%;
}
</pre></body></html>