<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*banner*/
.area-banner {
	margin: 0;
}
.area-banner img {
	padding: 0;
	width: 100%;
	height: auto;
}
/*banner-end*/

/*register ex*/
.area-register-ex {
	display: none;
	color: #a87d54;
	font-size: 24px;
	font-weight: bold;
	padding: 50px 10%;
	background-color: #eceaeb;
}
/*register ex-end*/

/*news cloth*/
.area-cloth {
	display:flex;
	align-items:center;
	padding: 50px 10% 0px;
	margin-top:50px;
	margin-bottom:50px;
}
/*360slider*/
.slider {
    position: relative;
    width:50%;
    overflow: hidden;
    margin: 0px auto;

	padding:1% 1%;
}
.slider li {
	display:none;
	
}

.slider ul {
  list-style-type: none;
  margin:0;
  padding:0;
}

.slider_nav {
    text-align: center;
    margin: 0 auto;
}

.slider_nav div {
    cursor:pointer;
    position: absolute;
    top: 50%;
    width: 27px;
    height: 30px;
    margin-top: -15px;
    z-index: 10;
    cursor: pointer;
}

.slider_nav .next {
    right: 8%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
	background-position:left;
	background-repeat:no-repeat;
	background-size:50%;
}

.slider_nav .prev {
    left: 0%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
	background-position:right;
	background-repeat:no-repeat;
	background-size:50%;
}

@media screen and (max-width: 800px) {
	.animate-creator-palette-container {
		display: none;
	}
}
/*360slider-end*/


/*video*/
.area-cloth .slider-intro {
	width:50%; 
	padding:0; 
	height:auto;
}

.area-cloth .slider-intro iframe {
  aspect-ratio: 16 / 9;
  width: 100%;
}

/*video-end*/
@media screen and (max-width: 800px) {
	.area-cloth {
		display:flex;
		flex-direction:column;
		margin-top:20px;
		margin-bottom:20px;
	}
	.area-cloth .slider, .area-cloth .slider-intro {
		width:100%;
	}
}


/*news cloth-end*/

.banner-title{
	background-color:#FFF;
	font-size:28px;
	font-weight:bold;
	line-height:40px;
	padding:40px 20px;
	text-align:center;
}
.banner-title .cht {
	font-family:"å¾®è»Ÿæ­£é»‘é«” Light", "æ–°ç´°æ˜Žé«”-ExtB", System;
	letter-spacing:10px;
}
.banner-title .eng {
	font-family:Arial, Helvetica, sans-serif;	
}

/*overseas box*/
.area-overseas {
	background-color:#e9e9e9;	
}

/*news box*/
.area-news {
	padding: 20px 10% 30px;
}
.area-news ul {
	list-style: none;
	text-align: justify;
	margin: 0;
	padding: 0;
}
.area-news li {
	position: relative;
	display: inline-block;
	background-color: #FFF;
	width: 30%;
	height: 0px;
	padding-bottom: 20%;
	margin-bottom: 2%;
}
.area-news li img {
	z-index: 98;
	position: absolute;
	width: 100%;
}
.area-news ul:after {
	content: "";
	display: inline-block;
	position: relative;
	width: 100%;
}
.area-news li .mask {
	position: relative;
	width: 100%;
	height: 100%;
}
.area-news li .text {
	position: absolute;
	color: #FFF;
	background-color: #000;
	z-index: 999;
	padding: 0 20px;
	padding-top: 25%;
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 1.2vw;
	font-weight:bold;
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0.5);
	transition: 0.5s ease;
}
.area-news li .text:hover {
	background-color: rgba(0, 0, 0, 0.5);
	padding-top: 20%;
}
.area-news li .text .date {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.area-news li .text .more {
	color: #999;
	opacity: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	-webkit-transform:scale(0.9);
	font-weight:normal;
	padding: 5px 10px;
	background-color:#FFF;
	border-radius:15px;	
	width:80px;
	margin:20px auto;
	transition: 0.5s ease;
}
.area-news li .text:hover .more {
	opacity: 1;
}

@media screen and (max-width: 800px) {
	.area-news li {
		width: 100%;
		padding-bottom: 66.5%;
		margin-bottom: 2%;
	}
}


.hotnews-link {
	padding:1% 20%;
	text-align:center;
}
.hotnews-link .date {
	color:#d70000;
	font-family:"Century Gothic", Verdana, sans-serif;
	font-size:16px;
	font-weight:bold;
	line-height:36px;	
}
.hotnews-link .title {
	color:#454545;
	font-size:18px;
	font-weight:bold;
	line-height:20px;
}
.hotnews-link li {
	padding:10px 0 20px;
	border-bottom:solid 1px #b2b2b2;
}
.hotnews-link li:last-child {
	border-bottom:none;	
}
.hotnews-link a {
	color:#454545;
	text-decoration:none;
}
.hotnews-link a:hover {
	text-decoration:underline;
}
/*news box-end*/

/*video*/
.area-video {
	padding: 0px 10% 0px;
}
.area-video .video-iframe {
	float:left;
	width:65%;
}
.area-video .video-link {
	float:left;
	width:35%;
}
.area-video:after {
	clear:both;	
}


.video-link {
	padding:1% 0 1% 5%;	
}
.video-link .date {
	color:#d70000;
	font-family:"Century Gothic", Verdana, sans-serif;
	font-size:16px;
	font-weight:bold;
	line-height:36px;	
}
.video-link .title {
	color:#454545;
	font-size:18px;
	font-weight:bold;
	line-height:20px;
}
.video-link li {
	padding:10px 0 20px;
	border-bottom:solid 1px #b2b2b2;
}
.video-link li:last-child {
	border-bottom:none;	
}
.video-link a {
	color:#454545;
	text-decoration:none;
}
.video-link a:hover {
	text-decoration:underline;
}
.video-slide-dots {
	text-align:center; 
 }


/*video-end*/


.area-friends, .area-partners {
	padding: 24px 10%;
	text-align:center;
}
.area-friends .headline, .area-partners .headline {
	position:relative;
	text-align:center;
}
.area-friends .headline span, .area-partners .headline span {
	color:#333;
	font-size:16px;
	font-weight:bold;
	position: relative;
    display: inline-block;
	background-color:#FFF;
	padding:10px 30px;
	z-index:2
}
.area-friends .headline:after, .area-partners .headline:after {
	content: "";
    position:absolute;
    top: 20px;
    left: 0;
    right: 0;
    z-index: 1;
    height: 0;
    border-bottom: 1px solid #CCC;	
}
.area-friends ul, .area-partners ul {
	display:inline-block;
}
.area-friends ul li, .area-partners ul li {
	display:inline-block;
}
.area-friends img, .area-partners img {
	padding:10px;
	width:200px;	
}

@media screen and (max-width: 667px) {
	.area-friends img, .area-partners img {
		width:160px;	
	}
}

.area-organizers {
	padding: 24px 10%;
}
.area-organizers .logo {
	color:#333;
	font-size:11px;
	display:flex;
}
.area-organizers .trade-logo {
	margin-right:50px;
}
.area-organizers img {
	margin-left:30px;
	vertical-align:top;
}
.area-organizers .headline {
	position:relative;
	text-align:center;
}
.area-organizers .headline span {
	color:#333;
	font-size:16px;
	font-weight:bold;
	position: relative;
    display: inline-block;
	background-color:#FFF;
	padding:20px 0px;
	z-index:2
}
.area-organizers .headline:after {
	content: "";
    position:absolute;
    top: 20px;
    left: 0;
    right: 0;
    z-index: 1;
    height: 0;
    border-bottom: 1px solid #CCC;	
}
.area-organizers .trade-ad {
	color:#999; 
	font-size:14px;	
	text-align:right; 
	margin-top:20px;
}

@media screen and (max-width: 800px) {
	.area-organizers .logo {
		flex-direction:column;
	}
	.area-organizers .logo .ttf-logo {
		margin-top:20px;
	}

}

/* Slideshow container */
.slideshow-container {
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}
.mySlides img {
	border:#e7e7e7 solid 10px;
	border-radius:5px;
	width:90%;
}
/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/*Model*/
#history-box {
	background-color:#F6F6F6;	
	margin:20px;	
}
#history-box li {
	border:solid 1px #CCCCCC;
	border-radius:5px;
	padding:10px;
	margin-bottom:5px;
	background-color:#FFF;
}
#history-box li a {
	color:#000;
	text-decoration:none;
}
#history-box li a:hover {
	color:#d70000;
}

@media screen and (max-width: 1024px) {
	/*360slider*/
	.slider {
		width:100%;
		height:400px;
		
		float:none;
		padding:1% 5%;
	}
	
	/*video*/
	.area-cloth .slider-intro {
		float:none;
		width:100%; 
		display:block;
		height:auto;
	}
	.video-container {
		top:0; 
		transform:none;
	}

}</pre></body></html>