@charset "utf-8";

/* CSS Document */
* {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	font-family: 'Noto Sans TC', sans-serif;
	vertical-align: baseline;
	text-decoration: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

body,
html {
	overflow-anchor: none;
	width: 100%;
	height: auto;
	color: #fff;
	background: #fbf4e8;
}

html {
	font-size: 18px;
	line-height: 1.5;
}

.toggle,
.hide,
.f_m7 {
	display: none;
}

.hide2 {
	visibility: hidden;
}

.water {
	position: fixed;
	bottom: 3%;
	right: 4%;
	z-index: 50;
}

.water a {
	text-align: center;
	margin: 20px auto;
	display: block;
	animation-name: kv_but2;
	animation-duration: 1s;
	animation-iteration-count: infinite;
}

@keyframes kv_but2 {
	0% {
		filter: brightness(1.2);
	}

	60% {
		filter: brightness(1.0);
	}

	100% {
		filter: brightness(1.2);
	}
}

.gototop {
	background: url(../image/gototop.png) center no-repeat;
	width: 56px;
	height: 56px;
}

.w1300 {
	position: relative;
	width: 1300px;
	margin: 0 auto;
	text-align: center;
}

.w1200 {
	position: relative;
	width: 1200px;
	margin: 0 auto;
	text-align: center;
}

.footer {
	background: #007c7d;
	color: #fff;
	font-size: 19px;
	padding: 20px 0;
}

.footer .w1300 {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

.footer .w1300 span {
	font-size: 15px;
}

.footer .w1300>div {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
}

.footer .w1300>div:last-child {
	font-size: 15px;
	text-align: right;
}

.indexfooter {
	border-top: 3px solid #449fa0;
}

.top {
	position: fixed;
	width: 100%;
	height: 90px;
	background: #007c7d;
	z-index: 10;
}

a.logo {
	display: inline-block;
	background: url(../image/logo.png) no-repeat bottom;
	background-size: contain;
	width: 200px;
	height: 56px;
	margin-left: 5%;
	padding-top: 17px;
}

.nav {
	position: absolute;
	right: 5%;
	top: 18px;
}

.nav span {
	color: #fff600;
}

.nav a {
	display: inline-block;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	vertical-align: middle;
	text-align: center;
	transition: 0.3s;
}

.nav a:hover {
	color: #fff600;
}

.nav p {
	display: inline-block;
	margin-left: 26px;
}

.nav p a {
	display: inline-block;
	width: 46px;
	height: 46px;
	vertical-align: middle;
	margin: 0 0px 0 4px;
	transition: 0.3s;
}

.nav p a:hover {
	filter: brightness(1.2);
}

.nav a.fb {
	background: url(../image/FB.png) center no-repeat;
	background-size: contain;
}

.nav a.line {
	background: url(../image/LINE.png) center no-repeat;
	background-size: contain;
}

.nav a.yt {
	background: url(../image/YT.png) center no-repeat;
	background-size: contain;
}

.nav i {
	display: inline-block;
	width: 2px;
	height: 30px;
	background: #78baba;
	margin: 0 30px;
	vertical-align: middle;
}

.kv {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.kv>div {
	position: absolute;
}

.kv2 {
	background: url(../image/kv_bg.jpg) no-repeat top center;
	background-size: cover;
	background-position-y: -5px;
	height: 822px;
}

.kv_t1 {
	background: url(../image/kv_t1.png) no-repeat;
	background-size: contain;
	width: 690px;
	height: 266px;
	top: 158px;
	left: calc(50% - 565px);
}

.kv_t2 {
	background: url(../image/kv_t2.png) no-repeat;
	background-size: contain;
	width: 345px;
	height: 138px;
	top: 600px;
	left: calc(50% - 514px);
}

.kv_t2_bg {
	background: url(../image/kv_t2_bg.png) no-repeat;
	background-size: contain;
	width: 378px;
	height: 159px;
	top: 590px;
	left: calc(50% - 531px);
	mix-blend-mode: overlay;
}

.kv2 .kv_p {
	background-size: contain;
	width: 673px;
	height: 753px;
	top: 143px;
	left: calc(50% - 61px);
	animation: breathing 4s ease-in-out infinite;
	animation-delay: 1.5s;
	transform-origin: center bottom;
}

.kv2 .kv_p .body {
	background: url(../image/robot2.png) no-repeat top;
	background-size: contain;
	width: 673px;
	height: 753px;
	animation: breathing 4s ease-in-out infinite;
	animation-delay: 1s;
	transform-origin: center bottom;
}

.kv2 .kv_p .hand {
	position: absolute;
	background: url(../image/hand.png) no-repeat top;
	background-size: contain;
	width: 272px;
	height: 400px;
	top: 230px;
	left: calc(50% - 331px);
	animation: breathing 4s ease-in-out infinite, hand-sway-left 4s ease-in-out infinite;
	animation-delay: 1s;
	transform-origin: center bottom;
}

.kv2 .kv_p .hand2 {
	position: absolute;
	background: url(../image/hand2.png) no-repeat top;
	background-size: contain;
	width: 325px;
	height: 408px;
	top: 253px;
	left: calc(50%);
	animation: breathing 4s ease-in-out infinite, hand-sway-right 4s ease-in-out infinite;
	animation-delay: 1s;
	transform-origin: center bottom;
}

@keyframes breathing {

	0%,
	100% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.025, 1.01);
	}
}

@keyframes hand-sway-left {

	0%,
	100% {
		transform: rotate(0deg) translateX(0);
	}

	50% {
		transform: rotate(-4deg) translateX(-4.5px);
	}
}

@keyframes hand-sway-right {

	0%,
	100% {
		transform: rotate(0deg) translateX(0);
	}

	50% {
		transform: rotate(2deg) translateX(5px);
	}
}

/* @keyframes fist-speed-blur {
  0% {
    filter: blur(2px);
  }
  50% {
    filter: blur(0);
  }
  100% {
    filter: blur(2px);
  }
} */
.kv_light {
	background: url(../image/kv_light.png) no-repeat;
	background-size: contain;
	width: 547px;
	height: 548px;
	top: 320px;
	left: calc(50% - 679px);
	mix-blend-mode: screen;
	animation-name: estar2;
	animation-duration: 3s;
	animation-iteration-count: infinite;
}

.kv_light2 {
	background: url(../image/kv_light.png) no-repeat;
	background-size: contain;
	width: 547px;
	height: 548px;
	top: 418px;
	left: calc(50% - 582px);
	mix-blend-mode: screen;
	animation-name: estar2;
	animation-duration: 3s;
	animation-iteration-count: infinite;
	animation-delay: 1s;
}

@keyframes estar {
	0% {
		transform: rotate(0deg) scale(1);
	}

	30% {
		transform: rotate(180deg) scale(0.6);
	}

	50% {
		transform: rotate(360deg) scale(1);
	}

	100% {
		transform: rotate(360deg) scale(1);
	}
}

@keyframes estar2 {
	0% {
		opacity: 1;
		transform: scale(1);
	}

	30% {
		opacity: 0.5;
		transform: scale(0.5);
	}

	50% {
		opacity: 1;
		transform: scale(1);
	}

	100% {
		opacity: 1;
		transform: scale(1);
	}
}

.info {
	font-size: 19px;
	text-align: justify;
	word-break: break-all;
	margin-top: 30px;
	font-weight: 500;
	max-width: 1100px;
}

.info span {
	color: #fff600;
}

.info2 {
	width: 1200px;
	font-size: 19px;
	color: #000;
	text-align: left;
	margin: 20px auto;
	font-weight: 500;
}

.info2 span,
.p5table2 span {
	color: #b93630;
}

.p6cont {
	padding: 100px 0;
	margin: 0 auto;
	text-align: center;
}

.p6cont>a {
	display: inline-block;
	margin: 0 70px;
	font-size: 38px;
	font-weight: 900;
	text-align: center;
	color: #fff;
	transition: 0.3s;
}

.p6cont>a:hover {
	filter: drop-shadow(0px 0px 10px rgba(3, 179, 164, 0.884));
}

.download {
	background: url(../image/p6_i1.png) no-repeat center;
	background-size: contain;
	width: 225px;
	height: 226px;
	margin: 20px auto;
}

.p6cont2 {
	position: relative;
	margin: 0 auto;
	text-align: center;
	padding: 250px 0 50px 0;
}

.qrcode>a div {
	display: inline-block;
	width: 196px;
	height: 196px;
	margin: 0 90px;
}

.qr1 {
	background: url(../image/p6_q1.png) no-repeat center;
	background-size: contain;
}

.qr2 {
	background: url(../image/p6_q2.png) no-repeat center;
	background-size: contain;
}

.qr3 {
	background: url(../image/p6_q3.png) no-repeat center;
	background-size: contain;
}

.p6c2a {
	position: absolute;
	width: 280px;
	font-size: 58px;
	font-weight: 900;
	color: #f6ea2e;
	text-align: left;
	top: 40px;
	left: calc(50% - 480px);
	line-height: 1.2;
}

.p6c2b {
	position: absolute;
	background: url(../image/p7_line.png) no-repeat;
	background-size: contain;
	width: 1071px;
	height: 177px;
	top: 25px;
	left: calc(50% - 560px);
}

.p6c2c {
	position: absolute;
	width: 650px;
	font-size: 30px;
	font-weight: 700;
	text-align: left;
	top: 50px;
	left: calc(50% - 170px);
	line-height: 1.2;
}

.p6c2c span {
	font-size: 40px;
	display: block;
}

.p7 {
	background: #e8e8e8;
	width: 100%;
	padding: 50px 0;
	overflow: hidden;
}

.info3 {
	width: 1300px;
	margin: 0 auto;
	font-size: 20px;
	font-weight: 700;
	color: #000;
	text-align: justify;
}

.info3 span {
	color: #ff0000;
}

.info3 b {
	color: #ff0000;
	text-decoration: underline;
}

.popup {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 20;
}

.popc {
	position: absolute;
	background: url(../image/pop_c.png) no-repeat;
	background-size: contain;
	width: 66px;
	height: 66px;
	top: 15px;
	right: 15px;
	cursor: pointer;
	transition: 0.3s;
	z-index: 99;
}

.popc:hover {
	transform: rotate(180deg);
}

.popcont {
	border-radius: 30px;
	background: #ffffff;
	/* width: 60vw; */
	max-width: 900px;
	max-height: 620px;
	margin: 20px auto 10px;
	padding: 20px 40px 20px 60px;
	font-size: 28px;
	color: #373032;
	font-weight: 700;
}

.popcont span {
	display: inline-block;
	height: 55px;
	width: 50%;
	text-align: center;
	margin-left: -9px;
	padding-top: 8px;
}

.popcont span:nth-child(3),
.popcont span:nth-child(4),
.popcont span:nth-child(7),
.popcont span:nth-child(8),
.popcont span:nth-child(11),
.popcont span:nth-child(12),
.popcont span:nth-child(15),
.popcont span:nth-child(16),
.popcont span:nth-child(19),
.popcont span:nth-child(20) {
	background: #fff7dc;
}

.watertitle {
	position: relative;
	background: url(../image/water2_t.png) no-repeat center;
	background-size: cover;
	margin: 0 auto;
	width: 762px;
	height: 37px;
}

/* swiper */
.popout2 {
	position: relative;
	/* 絕對定位參考 */
}

.popout2 .swiper-button-prev,
.popout2 .swiper-button-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 66px;
	height: 66px;
	z-index: 99;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}

.popout2 .swiper-button-prev {
	left: -70px;
	background-image: url(../image/arr1.png);
}

.popout2 .swiper-button-next {
	right: -70px;
	background-image: url(../image/arr2.png);
}

.popout2 .swiper-button-prev::after,
.popout2 .swiper-button-next::after {
	display: none;
}


.info4 {
	font-size: 19px;
	font-weight: 500;
	padding-top: 20px;
	text-align: justify;
	word-break: break-all;
	color: #000;
}

.info4 span {
	color: #b93630;
}

.info4 a {
	color: inherit;
}

#p01,
#p02,
#p03,
#p04 {
	position: absolute;
	top: -30px;
}

#p03 {
	top: -60px;
}

#p01 {
	top: -100px;
}

.e1 {
	position: relative;
	background: url(../image/p1_bg.png) no-repeat top center;
	width: 100%;
	height: 626px;
	overflow: hidden;
	margin-top: -44px;
}

.e1_light {
	position: absolute;
	background: url(../image/e1_light.png) no-repeat center;
	background-size: contain;
	width: 533px;
	height: 47px;
	top: 195px;
	left: calc(50% - 290px);
	transform: scaleX(-1);
	mix-blend-mode: screen;
	animation: star 1.5s infinite;
}

.e1_light2 {
	position: absolute;
	background: url(../image/e1_light.png) no-repeat center;
	background-size: contain;
	width: 533px;
	height: 47px;
	top: 436px;
	left: calc(50% - 290px);
	mix-blend-mode: screen;
	animation: star 1.8s infinite;
}

.e1_light3 {
	position: absolute;
	background: url(../image/e1_light_C.png) no-repeat center;
	background-size: contain;
	width: 639px;
	height: 639px;
	top: 356px;
	left: calc(50% + 10px);
	/* mix-blend-mode: screen; */
	animation: star2 1.8s infinite;
}

.e1_light4 {
	position: absolute;
	background: url(../image/e1_light_C.png) no-repeat center;
	background-size: contain;
	width: 639px;
	height: 639px;
	top: 306px;
	left: calc(50% + 600px);
	mix-blend-mode: screen;
	animation: star2 2.2s infinite;
}

.e1_light5 {
	position: absolute;
	background: url(../image/e1_light_C.png) no-repeat center;
	background-size: contain;
	width: 639px;
	height: 639px;
	top: 356px;
	left: calc(50% - 600px);
	/* mix-blend-mode: screen; */
	animation: star2 1.5s infinite;
}

.e1_light6 {
	position: absolute;
	background: url(../image/e1_light_C.png) no-repeat center;
	background-size: contain;
	width: 639px;
	height: 639px;
	top: 306px;
	left: calc(50% - 1200px);
	mix-blend-mode: screen;
	animation: star2 2.2s infinite;
}

@keyframes star {
	0% {
		opacity: 1;
	}

	40% {
		opacity: 0.2;
	}

	70% {
		opacity: 0.8;
	}


	100% {
		opacity: 1;
	}
}

@keyframes star2 {
	0% {
		opacity: 1;
	}

	40% {
		opacity: 0.2;
		transform: scale(0.8);
	}

	70% {
		opacity: 0.8;
	}


	100% {
		opacity: 1;
	}
}

.e1_cont {
	width: 100%;
	margin: 115px auto 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.e1a {
	background: url(../image/p1_t.png) no-repeat top center;
	background-size: contain;
	width: 763px;
	height: 71px;
	filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.18));
}

.e1b {
	/* background: url(../image/p1_t2.png) no-repeat top center;
	background-size: contain;
	width: 427px;
	height: 199px;
	filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.18));
	margin-top: 50px; */
	margin-top: 80px;
	text-align: center;
	color: white;
	font-size: 36px;
	font-weight: bold;
}

.date {
	font-size: 2em;
	color: yellow;
	font-weight: bolder;

}

.e1b span {
	display: block;
	margin: 0 auto;
}

.e1 .info {
	margin-top: 40px;
}

.e1_1 {
	position: relative;
	background: url(../image/p2_bg.png) no-repeat top center;
	overflow: hidden;
	background-size: cover;
	width: 100%;
	height: 1280px;
	margin-top: -65px;
}

.e1_1 .e1_1_t {
	background: url(../image/p2_t.png) no-repeat top center;
	background-size: contain;
	width: 788px;
	height: 144px;
	margin: 148px auto 0;
}

.e1_1_cont {
	background: url(../image/p2_bg2.png) no-repeat top center;
	background-size: contain;
	width: 1178px;
	height: 579px;
	margin: 34px auto 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.e1_1 .e1_1_t2 {
	background: url(../image/p2_t2.png) no-repeat top center;
	background-size: contain;
	width: 498px;
	height: 39px;
	margin-top: 46px;
}

.e1_1 .e1_1_cont2 {
	margin-top: 34px;
	display: flex;
}

.e1_1 .e1_1_cont2>div {
	display: inline-block;
	margin: 0 10px;
}

.e1_1_cont2a {
	background: url(../image/p2_pic1.png) no-repeat top center;
	background-size: contain;
	width: 346px;
	height: 429px;
}

.e1_1_cont2b {
	background: url(../image/p2_pic2.png) no-repeat top center;
	background-size: contain;
	width: 346px;
	height: 429px;
}

.e1_1_cont2c {
	background: url(../image/p2_pic3.png) no-repeat top center;
	background-size: contain;
	width: 346px;
	height: 429px;
}

.e1_1 .info {
	margin: 15px auto 0;
	max-width: 1178px;
}

.e1_1 .info .Y_line {
	text-decoration: underline;
}

.e2 {
	position: relative;
	background: url(../image/p3_bg.png) no-repeat center top;
	background-size: cover;
	width: 100%;
	margin-top: -70px;
	padding: 149px 0 80px 0;
	overflow: hidden;
}

.e2 .btn,
.e2 .btn2 {
	position: absolute;
	background: url(../image/e2_btn_R.png) no-repeat center;
	background-size: contain;
	width: 75px;
	height: 134px;
	top: 680px;
	left: calc(50% + 582px);
	filter: drop-shadow(0px 0px 10px rgba(237, 137, 25, 0.75));
	cursor: pointer;
}

.e2 .btn {
	background: url(../image/e2_btn_L.png) no-repeat center;
	left: calc(50% - 662px);
}

.e2 .btn:hover,
.e2 .btn2:hover {
	filter: brightness(110%) drop-shadow(0px 0px 10px rgba(237, 137, 25, 0.75));
}

.e2 .btn.disabled,
.e2 .btn2.disabled,
.e2 .btn.disabled:hover,
.e2 .btn2.disabled:hover,
.e4cont .btn.disabled,
.e4cont .btn2.disabled,
.e4cont .btn.disabled:hover,
.e4cont .btn2.disabled:hover {
	filter: grayscale(50%) opacity(70%);
	cursor: default;
}

.e2_title {
	background: url(../image/p3_t.png) no-repeat center;
	width: 100%;
	height: 97px;
}

.e2tab {
	position: relative;
	margin-top: 50px;
	text-align: center;
}

.e2tab>div {
	display: inline-block;
	width: 295px;
	height: 104px;
	margin: 0 10px;
	transition: 0.2s;
	cursor: pointer;
}

.e2tab1 {
	background: url(../image/e2_b1.png) no-repeat center bottom;
	background-size: contain;
}

.e2tab2 {
	background: url(../image/e2_b2.png) no-repeat center bottom;
	background-size: contain;
}

.e2tab3 {
	background: url(../image/e2_b3.png) no-repeat center bottom;
	background-size: contain;
}

.e2tab1:hover,
.e2tab1.on {
	background: url(../image/e2_b1_on.png) no-repeat center bottom;
	background-size: contain;
	filter: drop-shadow(0px 0px 40px rgba(237, 137, 25, 0.75));
}

.e2tab2:hover,
.e2tab2.on {
	background: url(../image/e2_b2_on.png) no-repeat center bottom;
	background-size: contain;
	filter: drop-shadow(0px 0px 40px rgba(237, 137, 25, 0.75));
}

.e2tab3:hover,
.e2tab3.on {
	background: url(../image/e2_b3_on.png) no-repeat center bottom;
	background-size: contain;
	filter: drop-shadow(0px 0px 40px rgba(237, 137, 25, 0.75));
}

.e2cont {
	position: relative;
	background: #fffcf4;
	border: 6px solid;
	border-image: linear-gradient(to bottom, #f0c149 0%, #ffeba6 50%, #f0c149 100%);
	border-image-slice: 1;
	filter: drop-shadow(0px 0px 8px rgba(237, 137, 25, 0.75));
	width: 1162px;
	padding: 30px 0px 50px 0px;
	margin: -10px auto 0 auto;
	text-align: center;
	z-index: 2;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.e2cont1 {
	background-color: #fff7dc;
	max-width: 1055px;
	padding: 80px 10px;
	margin: 0 auto;
}

.e2cont1>div {
	display: inline-block;
	width: 987px;
	height: 289px;
}

.b_line {
	width: 100%;
	max-width: 1075px;
	height: 1px;
	background-color: #000;
	margin: 19px auto 0;
}

.e2cont_p {
	width: 651px;
}

.e2cont_p2 {
	width: 700px;
}

.e2cont_p3 {
	max-width: 804px;
}

.e2cont_p,
.e2cont_p2,
.e2cont_p3 {
	background-color: #fffcf4;
	margin: 0 auto;
	margin-top: -20px;
}

.e2cont p {
	font-size: 28px;
	font-weight: 900;
	padding-bottom: 20px;
	color: #000;
	text-align: center;
}

.e2cont .info {
	color: #000;
	max-width: 1055px;
	margin: 4px auto 69px;
	font-weight: 700;
}

.e2cont .info span {
	color: #b93630;
}

.e2b .info {
	margin: 4px auto 0px;
}

.e2c .info {
	margin: 4px auto 8.5px;
}

.e2p1 {
	background: url(../image/e2_p1.png) no-repeat center;
	background-size: contain;
}

.e2cont2>div {
	display: inline-block;
	height: 518px;
}

.e2p2 {
	background: url(../image/e2_p2.png) no-repeat center;
	background-size: contain;
	width: 1055px;
}

.e2cont3>div {
	display: inline-block;
	width: 520px;
	height: 481px;
	margin: 0 5px;
}

.e2p3 {
	background: url(../image/e2_p3.png) no-repeat center;
	background-size: contain;
}

.e2p4 {
	background: url(../image/e2_p4.png) no-repeat center;
	background-size: contain;
}

.e3 {
	position: relative;
	background: url(../image/p4_bg.png) no-repeat center bottom;
	background-size: cover;
	width: 100%;
	padding: 120px 0 250px 0;
	text-align: center;
	overflow: hidden;
}

.e3_title {
	background: url(../image/p4_t.png) no-repeat center;
	width: 100%;
	height: 87px;
}

.e3cont {
	margin: 60px auto 20px auto;
}

.e3cont>div {
	position: relative;
	display: inline-block;
	width: 281px;
	height: 425px;
	margin: 0 20px;
	text-align: center;
	cursor: pointer;
	transition: 0.3s;
}

.e3cont>div p {
	width: 249px;
	height: 305px;
	margin: 0 auto;
	transition: 0.3s;
}

.e3cont>div div {
	margin: 20px auto;
}

.e3a p {
	background: url(../image/p4_R.png) no-repeat center bottom;
	background-size: contain;
}

.e3a:hover p {
	background: url(../image/p4_R_O.png) no-repeat center bottom;
	background-size: contain;
}

.e3b p {
	background: url(../image/p4_O.png) no-repeat center bottom;
	background-size: contain;
}

.e3b:hover p {
	background: url(../image/p4_O_O.png) no-repeat center bottom;
	background-size: contain;
}

.e3c p {
	background: url(../image/p4_C.png) no-repeat center bottom;
	background-size: contain;
}

.e3c:hover p {
	background: url(../image/p4_C_O.png) no-repeat center bottom;
	background-size: contain;
}

.e3d p {
	background: url(../image/p4_K.png) no-repeat center bottom;
	background-size: contain;
}

.e3d:hover p {
	background: url(../image/p4_K_O.png) no-repeat center bottom;
	background-size: contain;
}

.e3_t_1 {
	width: 281px;
	height: 62px;
}

.e3a .e3_t_1 {
	background: url(../image/p4_t1_1.png) no-repeat center;
	background-size: contain;
}

.e3a .e3_t_2 {
	background: url(../image/p4_t1_2.png) no-repeat center;
	background-size: contain;
	width: 139px;
	height: 26px;
}

.e3b .e3_t_1 {
	background: url(../image/p4_t2_1.png) no-repeat center;
	background-size: contain;
}

.e3b .e3_t_2 {
	background: url(../image/p4_t2_2.png) no-repeat center;
	background-size: contain;
	width: 223px;
	height: 26px;
}

.e3c .e3_t_1 {
	background: url(../image/p4_t3_1.png) no-repeat center;
	background-size: contain;
}

.e3c .e3_t_2 {
	background: url(../image/p4_t3_2.png) no-repeat center;
	background-size: contain;
	width: 167px;
	height: 26px;
}

.e3d .e3_t_1 {
	background: url(../image/p4_t4_1.png) no-repeat center;
	background-size: contain;
}

.e3d .e3_t_2 {
	background: url(../image/p4_t4_2.png) no-repeat center;
	background-size: contain;
	width: 167px;
	height: 26px;
}

.e4 {
	position: relative;
	background: url(../image/p5_bg.png) no-repeat center top;
	background-size: cover;
	width: 100%;
	padding: 54px 0;
	text-align: center;
	overflow: hidden;
}

.e4bg2 {
	position: absolute;
	width: 100%;
	height: 826px;
}

.e4_title {
	background: url(../image/p5_t.png) no-repeat center;
	background-size: contain;
	width: 100%;
	height: 60px;
}

.mvbt {
	position: relative;
	margin-top: 85px;
	text-align: center;
	z-index: 5;
}

.mvbt span {
	display: inline-block;
	border-radius: 10px;
	border: 6px solid #08646b;
	background: rgba(0, 0, 0, 0.2);
	color: #fff;
	font-size: 36px;
	font-weight: 700;
	margin: 5px 10px;
	padding: 6px 30px;
	transition: 0.3s;
	cursor: pointer;
}

.mvbt span:hover,
.mvbt span.on {
	background: #08646b;
	color: #fff;
}

.e4cont {
	position: relative;
	background: url(../image/e4_bg2.png) no-repeat;
	background-size: contain;
	width: 1070px;
	height: 562px;
	margin: 20px auto 30px auto;
	z-index: 2;
}

.e4cont div {
	width: 100%;
	text-align: center;
	margin-top: 10px;
	font-weight: 500;
}

.e4cont .btn,
.e4cont .btn2 {
	position: absolute;
	background: url(../image/e4_btn_R.png) no-repeat center;
	background-size: contain;
	width: 67px;
	height: 134px;
	top: 200px;
	left: calc(50% + 533px);
	filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.4));
	cursor: pointer;
}

.e4cont .btn {
	background: url(../image/e4_btn_L.png) no-repeat center;
	left: calc(50% - 602px);
}

.e4cont .btn:hover,
.e4cont .btn2:hover {
	filter: brightness(120%);
}

.e4cont iframe {
	position: relative;
	margin: 40px 20px 20px 20px;
	width: calc(100% - 40px);
	height: calc(100% - 60px);
}

@keyframes estar3 {
	0% {
		opacity: 1;
		transform: rotate(0deg) scale(0.6);
	}

	30% {
		opacity: 0.5;
		transform: rotate(180deg) scale(0.5);
	}

	50% {
		opacity: 1;
		transform: rotate(360deg) scale(0.6);
	}

	100% {
		opacity: 1;
		transform: rotate(360deg) scale(0.6);
	}
}

@keyframes estar4 {
	0% {
		opacity: 1;
		transform: rotate(0deg) scale(1.5);
	}

	30% {
		opacity: 0.5;
		transform: rotate(180deg) scale(1);
	}

	50% {
		opacity: 1;
		transform: rotate(360deg) scale(1.5);
	}

	100% {
		opacity: 1;
		transform: rotate(360deg) scale(1);
	}
}

.e4bg2>div {
	z-index: 1;
}

.el1 {
	transform: scale(0.5);
	top: -220px;
	left: calc(50% + 450px);
	animation-name: estar2;
	animation-duration: 5s;
	animation-iteration-count: infinite;
	animation-delay: 1s;
}

.el2 {
	transform: scale(0.6);
	top: 340px;
	left: calc(50% - 950px);
	animation-name: estar3;
	animation-duration: 4s;
	animation-iteration-count: infinite;
}

.el3 {
	transform: scale(0.5);
	top: 300px;
	left: calc(50% + 780px);
	animation-name: estar2;
	animation-duration: 5s;
	animation-iteration-count: infinite;
}

.el4 {
	transform: scale(1.5);
	top: 570px;
	left: calc(50% + 350px);
	animation-name: estar4;
	animation-duration: 6s;
	animation-iteration-count: infinite;
}

.e5 {
	position: relative;
	background: url(../image/p6_bg.png) top center no-repeat #84CAD0;
	background-size: cover;
	width: 100%;
	padding: 0px 0 100px 0;
	text-align: center;
	overflow: hidden;
}

.e5_title {
	background: url(../image/p6_t1.png) no-repeat center top;
	width: 100%;
	height: 84px;
	padding-bottom: 20px;
}

.e5_title2 {
	background: url(../image/p6_t2.png) no-repeat center top;
	width: 100%;
	height: 76px;
	padding-bottom: 20px;
}

.e5_title3 {
	background: url(../image/p6_t3.png) no-repeat center top;
	width: 100%;
	height: 76px;
	padding-bottom: 20px;
}

.e5w_bg {
	position: relative;
	width: 1200px;
	padding: 20px 20px;
	background:
		linear-gradient(135deg, transparent 30px, #ffffff7a 0) top left,
		linear-gradient(-135deg, transparent 30px, #ffffff7a 0) top right,
		linear-gradient(-45deg, transparent 30px, #ffffff7a 0) bottom right,
		linear-gradient(45deg, transparent 30px, #ffffff7a 0) bottom left;
	background-size: 50% 50%;
	background-repeat: no-repeat;
	margin: 60px auto 0 auto;
}

.e5w {
	position: relative;
	max-width: 1100px;
	padding: 30px 50px;
	background:
		linear-gradient(135deg, transparent 30px, #fff 0) top left,
		linear-gradient(-135deg, transparent 30px, #fff 0) top right,
		linear-gradient(-45deg, transparent 30px, #fff 0) bottom right,
		linear-gradient(45deg, transparent 30px, #fff 0) bottom left;
	background-size: 51% 51%;
	background-repeat: no-repeat;
	margin: 0px auto 0 auto;
}

.e5blue {
	position: absolute;
	background: #225bee;
	font-size: 26px;
	font-weight: 900;
	padding: 20px 25px;
	top: -8px;
	left: 100px;
}

.e5w p {
	position: absolute;
	width: 600px;
	font-size: 40px;
	font-weight: 900;
	color: #fff;
	background: linear-gradient(to bottom, #225bee 10%, #161251 100%);
	border-radius: 0 0 30px 30px;
	padding: 5px 0 15px 0;
	top: 0;
	left: calc(50% - 300px);
}

.e5acont {
	position: relative;
	max-width: 1100px;
	height: 480px;
	margin: 0px auto 0 auto;
}

.e5acont>* {
	position: absolute;
}

.e5a1 {
	background: url(../image/p6_p1.png) no-repeat center;
	width: 638px;
	height: 457px;
	top: 0;
	left: calc(50% - 560px);
}

.e5cont2 {
	top: 0;
	left: calc(50% + 115px);
}

.e5text {
	padding: 29px 10px;
	background:
		linear-gradient(135deg, transparent 10px, #ffffca 0) top left,
		linear-gradient(-135deg, transparent 10px, #ffffca 0) top right,
		linear-gradient(-45deg, transparent 10px, #ffffca 0) bottom right,
		linear-gradient(45deg, transparent 10px, #ffffca 0) bottom left;
	background-size: 51% 51%;
	background-repeat: no-repeat;
	margin: 0px auto 10px;
}

.e5text:nth-child(1),
.e5text:nth-child(4) {
	padding: 34px 10px;
}

.e5text ul {
	padding-left: 15px;
	color: #7d4c34;
	text-align: start;
	font-size: 20px;
	font-weight: 700;
}

.e5text ul li::marker {
	content: "˙ ";
}

.e5line {
	background: url(../image/p6_line.png) no-repeat center right;
	background-size: cover;
	height: 8px;
}

.erl1 {
	width: 50px;
	top: 50px;
	left: calc(50% + 70px);
}

.erl2 {
	width: 90px;
	top: 164px;
	left: calc(50% + 30px);
}

.erl3 {
	width: 130px;
	top: 280px;
	left: calc(50% - 10px);
}

.erl4 {
	width: 150px;
	top: 400px;
	left: calc(50% - 30px);
}

.e5w .info2 {
	position: relative;
	width: 1090px;
	background: #f2f2f2;
	padding: 20px 0px 20px 10px;
	margin: 20px 10px 0px 0px;
	border-radius: 10px;
	font-weight: 700;
}

.e5w .info2.e5w2 {
	margin: 50px 0 0 -50px;
	padding-bottom: 50px;
	border-radius: 0 0 30px 30px;
}

.e5w table {
	position: relative;
	background: #f4f3f2;
	border-collapse: collapse;
	width: 1100px;
	border: 2px solid #fff;
	font-size: 21px;
	font-weight: 700;
	color: #000;
	margin: 0 auto;
}

.e5w table td {
	padding: 10px;
	border: 2px solid #fff;
	vertical-align: middle;
}

.e5w table tr:nth-child(odd) {
	background: #fcfcfc;
}

.e5w table th {
	background-color: #0e5164;
	color: #fff;
	border: 2px solid #fff;
	padding: 10px;
}

.e5w .p5table2 {
	background: #fcfcfc;
}

.e5w .p5table2 tr:nth-child(odd) {
	background: #f4f3f2;
}

.p5table2 th {
	font-size: 36px;
}

.e5w table th span {
	color: #FFF600;
}

.p5table2 td:nth-child(even) {
	text-align: start;
}

.p5table2 td:nth-child(odd) {
	background: #FFFFCA;
	color: #7D4C34;
}

.p5table2 col.col-1 {
	width: 15%;
}

.p5table2 col.col-2 {
	width: 40%;
}

.p5table2 col.col-3 {
	width: 15%;
}

.p5table2 col.col-4 {
	width: 40%;
}

.e6 {
	position: relative;
	background: url(../image/p7_bg.png) no-repeat top center;
	background-size: cover;
	width: 100%;
	margin-top: -100px;
	padding: 80px 0;
	overflow: hidden;
}

.popout2 {
	position: absolute;
	background: linear-gradient(to bottom, #ffffff 0%, #fce792 60%);
	width: 1100px;
	padding: 50px 50px 10px 50px;
	top: 9%;
	left: calc(50% - 600px);
	border-radius: 50px;
}

.popcont2,
.popcont3 {
	margin-top: -120px;
}

.popcont2 p,
.popcont3 p {
	position: relative;
	font-size: 28px;
	font-weight: 700;
	color: #000;
	display: flex;
	justify-content: center;
	margin: 0 0 15px;
}

.eop {
	position: relative;
	width: 300px;
	height: 94px;
	margin: 0 auto;
}

.optitle1 {
	background: url(../image/poptitle1.png) no-repeat center;
	background-size: contain;
}

.optitle2 {
	background: url(../image/poptitle2.png) no-repeat center;
	background-size: contain;
}

.optitle3 {
	background: url(../image/poptitle3.png) no-repeat center;
	background-size: contain;
}

.optitle4 {
	background: url(../image/poptitle4.png) no-repeat center;
	background-size: contain;
}

.optitle5 {
	background: url(../image/poptitle5.png) no-repeat center;
	background-size: contain;
	width: 100%;
	max-width: 500px;
}

.op_t1 {
	width: 767px;
	height: 37px;
	margin: 15px auto;
}

.popcont2 .op1 .op_t1 {
	background: url(../image/popc1t.png) no-repeat center;
}

.popcont2 .op2 .op_t1 {
	background: url(../image/popc2t.png) no-repeat center;
}

.popcont2 .op3 .op_t1 {
	background: url(../image/popc3t.png) no-repeat center;
}

.popcont2 .op4 .op_t1 {
	background: url(../image/popc4t.png) no-repeat center;
}

.opic1aa {
	background: url(../image/popc1.png) no-repeat top;
	background-size: contain;
	width: 1087px;
	height: 496px;
	margin: 0 auto;
}

.opic2aa {
	background: url(../image/popc2.png) no-repeat;
	background-size: contain;
	width: 1067px;
	height: 517px;
	margin: 0 auto;
}

.opic3aa {
	background: url(../image/popc3.png) no-repeat;
	background-size: contain;
	width: 1087px;
	height: 512px;
	margin: 0 auto;
}

.opic4aa {
	background: url(../image/popc4.png) no-repeat;
	background-size: contain;
	width: 1086px;
	height: 518px;
	margin: 0 auto;
}

.datebig {
	font-size: 3em;
	color: #b93630;
	font-weight: bolder;
}

.con {
	display: flex;
	justify-content: space-evenly;
	margin-top: 20px;
}

.d1 {
	display: flex;
	width: 45%;
	border-radius: 25px;
	overflow: hidden;
	align-items: center;
	background: white;
}

.d-title {
	background: #fdca00;
	color: #740f0a;
	text-align: center;
	width: 40%;
	padding: 10px 20px;
	font-size: 1.2em;
	font-weight: bolder;
}

.d-date {
	color: #000;
	text-align: center;
	width: 60%;
	padding: 10px 20px;
	font-size: 1.8em;
	font-weight: bolder;
}

.op6 p {
	display: block;
	text-align: center;
	font-weight: bolder;
	margin-bottom: 0;
}

.op6 .popout2 {
	max-width: 900px;
	left: 50%;
	top: 53%;
	transform: translate(-50%, -50%);
}

.op6 .btn {
	background: #b93630;
	color: white;
	font-size: 1.5em;
	font-weight: bolder;
	box-shadow: 2px 2px 8px #740f0aa4;
	padding: 8px 60px;
	border-radius: 12px;
	margin: 20px auto 40px;
	display: table;
}

.op6 .btn::after {
	content: ' ';
	position: relative;
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 10px 10px;
	border-color: transparent transparent transparent #ffffff;
}

.op6 .info4 {
	padding: 20px 30px;
}