@charset "utf-8";
body, html {
	font: 400 18px/21px "微軟正黑體", Helvetica, Arial, sans-serif;
	background: #fff;
	width: 100%;
}
p {
	line-height: 28px;
	margin-bottom: 20px;
}
@keyframes nav_li_a {
	from {
		margin-left: -100%
	}
	to {
		margin-left: 0
	}
}
header {
	padding: 20px 0 20px
}
.lang-box a {
	display: inline-block;
	transition: all .5s;
	margin: 8px 5px 0 5px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #f60;
	border: solid 1px #999
}
.lang-box a.active, .lang-box a:hover {
	background: #f60;
	color: #fff;
	border-color: #f60
}
header {
	z-index: 999;
	transition: all .5s;
	background: #fff;
	box-sizing: border-box
}
header.active {
	padding: 10px 20px;
	background: rgba(255, 255, 255, .8);
	box-shadow: 0 0 30px #999
}
header.active #logo img {
	max-height: 60px
}
header.active nav {
	margin-top: 20px;
	background: 0 0;
	padding-top: 0
}
header.active nav>ul>li>a {
	padding-bottom: 0
}
header.active .mybars {
	top: 10px
}
header nav {
	width: 80%;
	margin: 10px auto;
}
#my-id .uk-nav-sub>li>a {
	font-size: 16px
}
.uk-search-field {
	width: 100%;
}
.uk-search:before {
	top: -5px
}
nav>ul>li a.top-a {
	color: #000
}
nav>ul>li {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	border-bottom: 1px solid #cccccc;
	padding: 20px 10px;	
}
nav>ul>li>a {
	display: block;
	color: #404040;
	font-size: 24px;
	font-family: "Microsoft JhengHei";
	text-align: center;
	font-weight: 700;
	flex:1;
}
nav>ul>li.active>a {
	color: #f60
}
nav>ul>li a {
	color: #fff;
	display: block;
	text-align: left
}
nav>ul>li a:hover {
	color: #f60;
	text-decoration: none;
}
nav>ul {
	z-index: 9999
}
nav>ul>li>ul {
	width: 100%;
	margin-top: 20px;
	display: none;
}
nav>ul>li>ul>li {
	font-size: 19px;
	position: relative;
	font-family: "Microsoft JhengHei";
	font-weight: 700;
}
nav>ul>li>ul>li>a {
	display: block;
	padding: 10px 15px;
	color: #000;
	box-sizing: border-box;
}
nav>ul>li>ul>li>a.animate1 {
	animation: nav_li_a .5s
}
nav>ul>li>ul>li>ul {
	width: 100%;
	display: none;
}
nav>ul>li>ul>li>ul>li {
	font-size: 16px;
	position: relative;
}
nav>ul>li>ul>li>ul>li>a {
	padding: 10px 35px;
	display: block;
	box-sizing: border-box;
	color: #000;
}
nav>ul>li>ul>li>ul>li>a.animate1 {
	animation: nav_li_a .5s
}
nav .myicon {
	max-width: 100%;
	height: 45px;
	display: block;
	margin: 0 auto 5px;
	display: none
}
.index-part1 {
	position: relative
}
.index-part1 .big_img {
	width: 100%
}
.part1_content {
	position: absolute;
	left: 65%;
	top: 20%;
	line-height: 40px
}
.part1_content .title1, .part1_content .title2 {
	font-size: 30px;
	margin: 30px 0 15px;
	font-weight: 700
}
.part1_content .info {
	font-size: 18px;
	margin-top: 15px
}
.part1_content .video-box {
	border: solid 10px #ccc
}
.more-btn1 {
	display: inline-block;
	text-shadow: none;
	box-shadow: none;
	border: solid 2px transparent;
	transition: all .5s;
	padding: 0 26px;
	line-height: 36px;
	border-radius: 20px;
	background: #f60;
	color: #fff;
	font-size: 18px;
	margin-top: 10px
}
.more-btn1:hover {
	color: #f60;
	border: solid 2px #f60;
	background: 0 0
}
.index-about {
	padding: 40px;
	text-align: center;
	line-height: 32px;
	max-width: 1600px;
	margin: 20px auto;
	letter-spacing: 1px
}
.index-about h1 {
	position: relative;
	margin-bottom: 30px
}
.index-about h1:after {
	height: 2px;
	background-color: #f60;
	width: 30%;
	position: absolute;
	content: '';
	bottom: -15px;
	left: 35%
}
.index-about h2 {
	margin-bottom: 15px
}
.index-about .title_desc {
	display: block;
	margin: 10px auto;
	letter-spacing: 1px;
	line-height: 28px;
	font-size: 18px;
	text-align: justify;
}
.index-about p {
	margin-bottom: 15px;
	font-size: 18px
}
.page-box h1 {
	font-size: 32px;
	line-height: 36px;
	position: relative;
	display: block;
	width: fit-content;	
	margin: 30px auto 20px;
}
.page-box h1:after {
	/*
	height: 2px;
	background-color: #f60;
	width: 60%;
	position: absolute;
	content: '';
	bottom: -15px;
	left: 20%*/
}
.page-box h2 {
	margin-bottom: 15px;
	margin-top: 20px;
}
.page-box .title_desc {
	display: block;
	margin: 10px auto;
	max-width: 800px;
	letter-spacing: 1px;
	line-height: 28px;
	font-size: 18px
}
.index-part2 .items {
	position: relative;
	width: 33.33333%
}
.index-part2 .items img {
	width: 100%
}
.index-part2 .items1 .info {
	position: absolute;
	right: 20px;
	bottom: 20px
}
.index-part2 .items2 .info, .index-part2 .items3 .info {
	position: absolute;
	right: 20px;
	bottom: 20px
}
.index-part2 .items .info h5 {
	font-size: 30px;
	color: #fff;
	line-height: 40px
}
.index-part3 .items {
	position: relative
}
.index-part3 img {
	width: 100%
}
.index-part3 .items2 .img, .index-part3 .items4 .img {
	bottom: 0
}
.index-part3 .items .info, .index-part3 .left-box:nth-child(2) .info2 {
	position: absolute;
	right: 20px;
	bottom: 20px
}
.index-part3 .items .info h5, .index-part3 .left-box:nth-child(2) .info2 h5 {
	font-size: 30px;
	color: #000;
	line-height: 40px
}
.index-part3 .left-box:nth-child(2) .info2 h5 {
	color: #fff
}
.index-part3 .left-box {
	position: relative;
	flex: 2
}
.index-part3 .left-box .info {
	position: absolute;
	left: 30px;
	top: 30px;
	line-height: 30px;
	color: #fff;
	font-size: 18px
}
.index-part3 .left-box .info h5 {
	color: #fff;
	font-size: 30px;
	margin-bottom: 15px;
	line-height: 40px
}
.index-part3 .right-box {
	position: relative;
	flex: 1
}
.index-part3 .right-box .a1 {
	float: left;
	margin: 5px 20px 0 5px
}
.index-part3 .right-box .a1 h5 {
	font-size: 22px
}
.index-part3 .right-box .a1 a {
	position: absolute;
	left: 5px;
	bottom: 10px;
	font-size: 18px
}
.mybars {
	transition: all .5s
}
.mybars:hover {
	background: #f60;
	opacity: .8
}
.mybars i.fa {
	font-size: 18px;
	color: #fff;
	vertical-align: middle
}
.mybars {
	position: absolute;
	right: 20px;
	top: 20px;
	background: #f60;
	line-height: 50px;
	height: 50px;
	display: none
}
.fixed-box {
	position: fixed;
	right: 40px;
	bottom: 120px;
	width: 40px;
	z-index: 999
}
.fixed-box a {
	display: inline-block;
	width: 40px;
	margin-top: 20px;
	height: 40px;
	font-size: 26px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	color: #fff
}
.fixed-box a.instagram {
	background: #c72b9c
}
.fixed-box a.facebook {
	background: #1b2484
}
.fixed-box a.youtube {
	background: #e25141
}
.uk-nav-side>li>a:focus, .uk-nav-side>li>a:hover {
	background: #fff
}
ul.uk-nav-sub {
	background: rgba(255, 255, 255, .1)
}
#wrap>.uk-sticky-placeholder {
	position: relative;
	z-index: 999
}
#backTop {
	opacity: 0;
	cursor: pointer;
	position: fixed;
	right: 30px;
	bottom: 30px;
	font-size: 60px;
	padding: 4px;
	border-radius: 10px;
	background: rgba(255, 255, 255, .5);
	color: #fff;
	transition: all .5s
}
#backTop img {
	max-width: 80px
}
#backTop:hover {
	opacity: .8
}
#backTop.active {
	opacity: 1
}
footer {
	background: #000;
	padding: 0 0 10px
}
footer>.uk-grid {
	padding: 0 3%
}
footer * {
	word-break: break-word;
	color: #ccc
}
footer .title {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 15px
}







.footer-nav {
	background: #101010;
	padding: 3% 0;
	margin-bottom: 3%
}
.footer-nav-list>li>a {
	font-size: 18px;
	font-weight: 700;
	text-decoration: underline;
	margin-bottom: 15px;
	display: inline-block
}
.footer-nav-list>li ul {
	padding-left: 20px
}
.footer-nav-list a {
	line-height: 30px;
	padding-left: 20px
}
.footer-nav-list>li>ul>li {
	position: relative
}
.footer-nav-list>li>ul>li:before {
	content: ' - ';
	position: absolute;
	left: 0;
	font-size: 30px;
	top: 2px
}
.pos-box {
	display: none
}
.page-box {
	padding: 10px 20px 5%
}
.read_more {
	display: none
}

@media screen and (max-width:1500px) {
	.footer-table1 tr td{display: block;}
}
@media screen and (max-width:1300px) {
	.index-part2 .items .img {
		border: 0
	}
	.mybars {
		display: block
	}
	.index-part2 .items2 .img {
		border: 0
	}
	.part1_content {
		position: static;
		padding: 0 15px
	}
	.index-part3 .right-box .a1 {
		float: none;
		padding: 15px
	}
	.index-part3 .right-box .a1 a {
		left: inherit;
		right: 15px;
		bottom: inherit;
		top: 15px
	}
	.index-part3 .right-box .a2 .img {
		width: 100%;
		border-bottom: solid 2px #fff
	}
}
@media screen and (max-width:960px) {
	.uk-flex {
		display: block
	}
	.uk-flex .img {
		width: 100%
	}
	.index-part2 .items {
		display: block;
		width: 100%
	}
}
@media screen and (max-width:768px) {
	.footer-nav-list>li ul {
		line-height: 40px
	}
	.footer-nav-list>li>ul>li:before {
		top: -2px
	}
	.fixed-box {
		right: 10px;
		bottom: 90px
	}
	.fixed-box a {
		margin-top: 5px
	}
	header.active #logo img {
		max-height: 50px
	}
	#backTop {
		right: 15px;
		bottom: 15px
	}
	#backTop img {
		max-width: 40px
	}
	header {
		position: relative
	}
	header #logo {
		text-align: left;
		float: none
	}
	header.active #logo {
		margin-left: 8px
	}
	header #logo img {
		max-height: 50px
	}
	iframe {
		max-width: 100%!important
	}
	.index-part3 .left-box .info {
		left: 20px;
		top: 30px
	}
	.index-part3 .left-box .info h5 {
		font-size: 24px
	}
	.index-about {
		line-height: 26px
	}
	.index-about h1 {
		font-size: 20px;
		line-height: 32px
	}
	.index-about h1:after {
		height: 2px;
		background-color: #f60;
		width: 30%;
		position: absolute;
		content: '';
		bottom: -15px;
		left: 35%
	}
	.index-about h2 {
		font-size: 16px
	}
	.page-box h1 {
		font-size: 24px;
		line-height: 28px
	}
	.page-box h2 {
		font-size: 18px
	}
	.index-about .title_desc, .page-box .title_desc {
		line-height: 28px;
		font-size: 16px
	}
}
@media screen and (max-width:480px) {
	.index-part2 .items {
		width: 100%
	}
	.title_desc {
		height: 110px;
		overflow: hidden
	}
	.read_more {
		display: block;
		text-align: center;
		border: 1px solid #333;
		cursor: pointer;
		padding: 10px 20px
	}
}