@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Noto+Sans+TC:300,400,500,700|Raleway:400,500,600|Roboto:400,500,900&display=swap);
.facArea .Txt {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.bannerArea .wrap {
	position: relative
}
.bannerArea .bannerBox .slick-dotted.slick-slider {
	margin-bottom: 0
}
.bannerArea .bannerBox .slick-dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: auto;
	bottom: auto;
	top: 50%;
	left: 50px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}
.bannerArea .bannerBox .slick-dots li {
	margin: 5px;
	width: 11px;
	height: 11px;
	-webkit-transition: all .4s linear;
	-o-transition: all .4s linear;
	transition: all .4s linear
}
.bannerArea .bannerBox .slick-dots li:before {
	content: "";
	position: absolute;
	left: calc(50% - 1px);
	bottom: 0px;
	height: 0px;
	width: 1px;
	background-color: #fff;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}
.bannerArea .bannerBox .slick-dots li.slick-active {
	margin-bottom: 10px;
	margin-top: 10px
}
.bannerArea .bannerBox .slick-dots li.slick-active button {
	border-color: #fff
}
.bannerArea .bannerBox .slick-dots li.slick-active button:before {
	opacity: 0
}
.bannerArea .bannerBox .slick-dots li:not(:last-child).slick-active {
	padding-bottom: 100px
}
.bannerArea .bannerBox .slick-dots li:not(:last-child).slick-active:before {
	bottom: 0px;
	height: 75px
}
.bannerArea .bannerBox .slick-dots li:last-child.slick-active {
	padding-top: 100px
}
.bannerArea .bannerBox .slick-dots li:last-child.slick-active:before {
	top: 0;
	height: 75px
}
.bannerArea .bannerBox .slick-dots li button {
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 1px solid transparent
}
.bannerArea .bannerBox .slick-dots li button:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 7px;
	height: 7px;
	opacity: 1;
	background-color: #fff;
	border-radius: 50%
}
.bannerArea li.show .subTitle, .bannerArea li.show .title, .bannerArea li.show .Txt p {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	opacity: 1
}
.bannerArea .Txt {
	position: absolute;
	top: 50%;
	width: 520px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.bannerArea .Txt.wordLeft {
	left: 12%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}
.bannerArea .Txt.wordCenter {
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center
}
.bannerArea .Txt.wordCenter p {
	margin: 0 auto
}
.bannerArea .Txt.wordRight {
	right: 12%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}
.bannerArea .Txt p {
	font-size: 15px;
	font-weight: 300;
	font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
	width: 360px;
	letter-spacing: 0.5px;
	line-height: 1.8;
	-webkit-transition: all .6s .7s ease;
	-o-transition: all .6s .7s ease;
	transition: all .6s .7s ease;
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
	opacity: 0
}
.bannerArea .title {
	font-size: 100px;
	font-weight: 900;
	font-family: "Roboto", sans-serif;
	line-height: 1.1;
	-webkit-transition: all .6s ease;
	-o-transition: all .6s ease;
	transition: all .6s ease;
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
	opacity: 0
}
.bannerArea .subTitle {
	padding: 30px 0 15px;
	font-size: 24px;
	font-weight: normal;
	font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
	-webkit-transition: all .6s .3s ease;
	-o-transition: all .6s .3s ease;
	transition: all .6s .3s ease;
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
	opacity: 0
}
.bannerArea .scrollDown {
	cursor: pointer;
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	left: 50px;
	bottom: 50px;
	font-size: 15px;
	font-weight: 400;
	font-family: "Raleway", sans-serif;
	color: #fff
}
.bannerArea .scrollDown span {
	position: relative;
	margin-right: 10px;
	display: inline-block;
	width: 15px;
	height: 22px;
	border-radius: 8px;
	border: 1px solid #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.bannerArea .scrollDown span:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 6px;
	width: 1px;
	height: 4px;
	background-color: #fff;
	-webkit-animation: scrollAnti 1s infinite linear;
	animation: scrollAnti 1s infinite linear
}
.bannerArea .selectBox {
	font-size: 0;
	position: absolute;
	top: 50%;
	right: 45px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}
.bannerArea .selectBox:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #fff
}
.bannerArea .selectBox>div {
	cursor: pointer;
	display: inline-block;
	width: 40px;
	height: 70px;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease
}
.bannerArea .selectBox>div:hover {
	opacity: 0.8
}
.bannerArea .selectBox .prev:before {
	content: "";
	position: absolute;
	top: 31px;
	left: calc(50% - 1px);
	width: 10px;
	height: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}
.bannerArea .selectBox .next:before {
	content: "";
	position: absolute;
	bottom: 31px;
	left: calc(50% - 1px);
	width: 10px;
	height: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
	-webkit-transform-origin: bottom left;
	-ms-transform-origin: bottom left;
	transform-origin: bottom left;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
@-webkit-keyframes scrollAnti {
	0% {
		top: 2px;
		opacity: 0
	}
	15% {
		top: 2px;
		opacity: 1
	}
	30% {
		top: 2px;
		opacity: 1
	}
	70% {
		top: 7px;
		opacity: 1
	}
	to {
		top: 7px;
		opacity: 0
	}
}
@keyframes scrollAnti {
	0% {
		top: 2px;
		opacity: 0
	}
	15% {
		top: 2px;
		opacity: 1
	}
	30% {
		top: 2px;
		opacity: 1
	}
	70% {
		top: 7px;
		opacity: 1
	}
	to {
		top: 7px;
		opacity: 0
	}
}
#banner {
	font-size: 0
}
.mainArea {
	padding: 0
}
.popWin {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 500;
	width: 100%;
	height: 100vh;
	font-size: 15px;
	line-height: 1.8;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	-webkit-transition: all .7s;
	-o-transition: all .7s;
	transition: all .7s
}
.popWin .mask {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.7);
	opacity: 0;
	-webkit-transition: all .7s;
	-o-transition: all .7s;
	transition: all .7s
}
.popWin .inner {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 700px;
	max-width: 90%;
	max-height: 85vh;
	opacity: 0;
	background-color: #fff;
	-webkit-transition: all .7s;
	-o-transition: all .7s;
	transition: all .7s
}
.popWin .popContent {
	max-height: 85vh;
	overflow-y: auto
}
.popWin .popContent::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
	background-color: #F5F5F5
}
.popWin .popContent::-webkit-scrollbar {
	width: 6px;
	background-color: #F5F5F5
}
.popWin .popContent::-webkit-scrollbar-thumb {
	background-color: #3e536f
}
.popWin img {
	display: block;
	max-width: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
.popWin .Txt {
	padding: 30px;
	text-align: left
}
.popWin .Txt .popTitle {
	font-size: 25px;
	margin-bottom: 25px
}
.popWin .close {
	position: absolute;
	right: -23px;
	top: -23px;
	z-index: 1;
	width: 46px;
	height: 46px;
	background-color: rgba(28, 86, 74, 0.9);
	border-radius: 50%
}
.popWin .close:after, .popWin .close:before {
	content: '';
	position: absolute;
	left: 11px;
	top: 23px;
	width: 25px;
	height: 1px;
	background-color: #fff
}
.popWin .close:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}
.popWin.show {
	opacity: 1;
	visibility: visible;
	pointer-events: auto
}
.popWin.show .inner, .popWin.show .mask {
	opacity: 1
}
.popWin .close:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
@media (max-width:1180px) {
	.popWin .close {
		right: 6px;
		top: 0;
		border-radius: 0
	}
	.popWin .popContent {
		max-height: calc(100vh - 150px)
	}
}
.aboutArea {
	background-repeat: no-repeat;
	background-image: url(../images/deck01.png), url(../images/aboutBg.jpg);
	background-size: 284px auto, cover
}
.aboutArea .wrap {
	width: 100%
}
.aboutArea .aboutBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.aboutArea .titleBox {
	text-align: center
}
.aboutArea .titleBox .title {
	padding: 5px 0 40px
}
.aboutArea .Img {
	width: 44%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end
}
.aboutArea .Img img {
	display: block;
	max-width: 100%
}
.aboutArea .Txt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	/*width: 56%;*/
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 60px 0 30px 0;
	/*padding-left: 6%*/
}
.aboutArea ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 70%;
}
.aboutArea li {
	padding: 10px;
	width: 240px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
/*.aboutArea li .icon {
	border: 1px solid #2378c0
}
.aboutArea li .icon:before {
	background-color: #2378c0
}
.aboutArea li:nth-of-type(2n) .icon {
	border: 1px solid #22c1f5
}
.aboutArea li:nth-of-type(2n) .icon:before {
	background-color: #22c1f5
}
.aboutArea li:first-of-type .icon {
	-webkit-animation-delay: 0s;
	animation-delay: 0s
}
.aboutArea li:nth-of-type(2) .icon {
	-webkit-animation-delay: .3s;
	animation-delay: .3s
}
.aboutArea li:nth-of-type(3) .icon {
	-webkit-animation-delay: .6s;
	animation-delay: .6s
}
.aboutArea li:nth-of-type(4) .icon {
	-webkit-animation-delay: .9s;
	animation-delay: .9s
}*/
.aboutArea .item {
	text-align: center
}

.aboutArea .item .title {
	margin-bottom: 0px;
}
.aboutArea .item .icon {
	margin: 0 auto 5px;
	position: relative;
	width: 200px;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 1;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease
}
/*.aboutArea .item .icon:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: -1
}*/
.aboutArea .item .icon img {
	display: block;
	width: 100%
}
.aboutArea .item .title {
	font-size: 24px;
	font-weight: 500;
	font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
	color: #050505;
	margin: 0;
	padding: 0;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease
}
.aboutArea .item p {
	font-size: 16px;
	font-weight: 400;
	font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
	color: #454545;
	margin: 0;
	padding: 0;
}
@-webkit-keyframes ir {
	0%, 40% {
		-webkit-transform: rotateZ(0deg);
		transform: rotateZ(0deg)
	}
	10%, 30% {
		-webkit-transform: rotateZ(-10deg);
		transform: rotateZ(-10deg)
	}
	20% {
		-webkit-transform: rotateZ(10deg);
		transform: rotateZ(10deg)
	}
}
@keyframes ir {
	0%, 40% {
		-webkit-transform: rotateZ(0deg);
		transform: rotateZ(0deg)
	}
	10%, 30% {
		-webkit-transform: rotateZ(-10deg);
		transform: rotateZ(-10deg)
	}
	20% {
		-webkit-transform: rotateZ(10deg);
		transform: rotateZ(10deg)
	}
}
.facArea {
	margin-top: -65px;
	padding-bottom: 135px
}
.facArea .wrap {
	width: 100%;
	position: relative
}
.facArea .slick-dotted.slick-slider {
	margin-bottom: 0
}
.facArea .slick-dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: auto;
	bottom: -15px;
	left: 27.5%;
	left: 530px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}
.facArea .slick-dots li {
	margin: 5px;
	width: 11px;
	height: 11px
}
.facArea .slick-dots li:before {
	content: "";
	position: absolute;
	top: calc(50% - 1px);
	height: 1px;
	width: 0px;
	background-color: #111
}
.facArea .slick-dots li.slick-active {
	pointer-events: none;
	margin-right: 10px;
	margin-left: 10px
}
.facArea .slick-dots li.slick-active button {
	border-color: #111
}
.facArea .slick-dots li.slick-active button:before {
	opacity: 0
}
.facArea .slick-dots li:not(:last-child) {
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}
.facArea .slick-dots li:not(:last-child):before {
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}
.facArea .slick-dots li:not(:last-child).slick-active {
	padding-right: 90px
}
.facArea .slick-dots li:not(:last-child).slick-active:before {
	right: 0;
	width: 75px
}
.facArea .slick-dots li:last-child.slick-active {
	padding-left: 90px;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}
.facArea .slick-dots li:last-child.slick-active:before {
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	left: 0;
	width: 75px
}
.facArea .slick-dots li button {
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 1px solid transparent
}
.facArea .slick-dots li button:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 7px;
	height: 7px;
	opacity: 1;
	background-color: #111;
	border-radius: 50%
}
.facArea li {
	padding: 0
}
@media (min-width:1181px) {
	.facArea li:hover .item {
		-webkit-box-shadow: 0px 15px 14.85px 0.15px rgba(0, 0, 0, 0.15);
		box-shadow: 0px 15px 14.85px 0.15px rgba(0, 0, 0, 0.15)
	}
	.facArea li:hover .Img .picHover img {
		-webkit-transform: scale(1.25);
		-ms-transform: scale(1.25);
		transform: scale(1.25)
	}
	.facArea li:hover .Txt {
		top: 0px;
		height: 100%;
		background-color: transparent
	}
	.facArea li:hover .title a {
		color: #2378c0
	}
	.facArea li:hover .title:before {
		background-color: #2378c0
	}
	.facArea li:hover .subTitle {
		color: #2378c0
	}
	.facArea li:hover .moreBtn {
		opacity: 1
	}
}
.facArea .item {
	position: relative;
	overflow: hidden;
	padding: 65px 0;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease
}
.facArea .Img {
	position: relative
}
.facArea .Img img {
	display: block;
	width: 100%
}
.facArea .Img .picHover {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%
}
.facArea .Img .picHover img {
	display: block;
	width: 100%;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease
}
.facArea .Txt {
	position: absolute;
	left: 0;
	top: 65px;
	width: 100%;
	height: calc(100% - 130px);
	padding: 30px 35px;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease
}
@media (min-width:1181px) {
	.facArea .Txt {
		pointer-events: none;
		background-color: rgba(0, 0, 0, 0.12)
	}
}
.facArea .subTitle {
	font-size: 14px;
	font-weight: 500;
	font-family: "Roboto", sans-serif;
	color: #fff;
	letter-spacing: 1px;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease
}
.facArea .title {
	position: relative;
	margin-bottom: 35px;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease
}
.facArea .title a {
	display: inline-block;
	padding: 5px 0 30px;
	font-size: 24px;
	font-weight: 300;
	font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
	color: #fff;
	letter-spacing: 1px
}
.facArea .title:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 35px;
	height: 1px;
	background-color: #fff;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease
}
.facArea .moreBtn {
	opacity: 0;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease
}
.facArea .moreBtn a {
	color: #2378c0
}
.facArea .moreBtn a:before {
	border-top: 2px solid #2378c0;
	border-right: 2px solid #2378c0
}
.facArea .num {
	position: absolute;
	bottom: 30px;
	right: 30px;
	font-size: 24px;
	font-weight: 500;
	font-family: "Roboto", sans-serif;
	color: #fff;
	letter-spacing: 1px
}
.facArea .selectBox {
	position: absolute;
	bottom: -25px;
	left: 365px;
	font-size: 0
}
.facArea .selectBox>div {
	cursor: pointer;
	margin: 0 6px;
	position: relative;
	display: inline-block;
	width: 60px;
	height: 60px;
	background-color: #f3f3f3;
	border-radius: 50%;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease
}
.facArea .selectBox>div:hover {
	background-color: #2378c0
}
.facArea .selectBox>div:hover:before {
	border-color: #fff
}
.facArea .selectBox .prev:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 24px;
	width: 10px;
	height: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-top: 2px solid #111;
	border-left: 2px solid #111;
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease
}
.facArea .selectBox .next:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 24px;
	width: 10px;
	height: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-top: 2px solid #111;
	border-right: 2px solid #111;
	-webkit-transform-origin: top right;
	-ms-transform-origin: top right;
	transform-origin: top right;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease
}
.moreBtn a {
	position: relative;
	display: inline-block;
	font-size: 13px;
	font-weight: 600;
	font-family: "Raleway", sans-serif;
	color: #999;
	letter-spacing: .5px;
	padding-right: 15px
}
.moreBtn a:hover {
	color: #2378c0
}
.moreBtn a:hover:before {
	border-color: #2378c0
}
.moreBtn a:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 3px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #999;
	border-right: 2px solid #999;
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	-webkit-animation: moreBtn 1.2s infinite ease-in;
	animation: moreBtn 1.2s infinite ease-in
}
@-webkit-keyframes moreBtn {
	0% {
		right: 3px;
		opacity: 1
	}
	80% {
		right: -4px;
		opacity: 1
	}
	to {
		right: -4px;
		opacity: 0
	}
}
@keyframes moreBtn {
	0% {
		right: 3px;
		opacity: 1
	}
	80% {
		right: -4px;
		opacity: 1
	}
	to {
		right: -4px;
		opacity: 0
	}
}
.deckBox .deck {
	position: absolute;
	font-size: 375px;
	font-weight: 700;
	font-family: "Roboto", sans-serif;
	opacity: 0.15;
	color: #fff;
	line-height: 1
}
.deckBox .deckA {
	left: 9%;
	top: 10%
}
.deckBox .deckR {
	left: 42.5%;
	top: 30%
}
.deckBox .deckT {
	top: 15%;
	right: 3%
}
.productArea {
	position: relative;
	padding: 80px 0 140px 0;
	background-color: #fff;
	background-repeat: no-repeat;
	background-image: url(../images/productBg.png);
	background-size: cover
}
.productArea .wrap {
	width: 80%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.productArea .leftBox {
	padding-left: 40px;
	width: 100%
}
.productArea .rightBox {
	padding-right: 40px;
	position: relative;
	width: 48%
}
.productArea .rightBox .bottom {
	padding: 40px 50px 30px;
	position: absolute;
	bottom: 0;
	right: 150px;
	-webkit-box-shadow: 0px 10px 23.75px 1.25px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 10px 23.75px 1.25px rgba(0, 0, 0, 0.1);
	background-color: #fff;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.productArea .titleBox .subTitle {
	color: #222
}
.productArea .titleBox .title {
	margin-bottom: 10px;
	color: #222
}
.productArea .titleBox .textEditor {
	padding-bottom: 10px;
	color: #222;
	/*max-width: 320px*/
}
.productArea .productList .item {
	position: relative
}

@media (min-width:1181px) {
	.productArea .productList .item:hover .moreBtn a {
		color: #2378c0
	}
	.productArea .productList .item:hover .moreBtn a:before {
		border-color: #2378c0
	}
}
.productArea .productList .Txt {
	padding-top: 5px;
	text-align: center;
}


.productArea .productList .Txt p {
	padding-top: 10px;
	font-size: 16px;
	font-weight: 300;
	font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
	color: #666666;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	height: 130px
}

.productArea .productList h3 a {
	display: block;
	font-size: 21px;
	font-weight: normal;
	font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
	color: #050505;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.productArea .productList .suit {
	font-size: 15px;
	font-weight: 400;
	font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
	color: #999;
	padding-top: 3px;
}
.productArea .productList .suit span {
	color: #2378c0
}


.productArea .productList .txtTitleBox .title {
	display: inline-block;
	margin-bottom: 5px;
	font-size: 24px;
	font-weight: 400;
	font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
	color: #fff
}
.productArea .productList .txtTitleBox .subTitle {
	font-size: 17px;
	font-weight: 400;
	font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
	color: #fff
}

.productArea .productList .Img a {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 280px;
	background-color:#fff !important;
	background-repeat:no-repeat !important;
	background-size:contain !important;
	background-position:center !important;
}


@media (max-width:1600px) {
	.productArea .productList .Img a {
	height: 200px;
	}
}

@media (max-width:1080px) {
	.productArea .productList .Img a {
	height: 280px;
	}
}

.productArea .productList .Img img {
	display: block;
	width: 100%
}
.productArea .productList .text {
	display: none
}
.productArea .productList .moreBtn {
	position: absolute;
	top: 30px;
	right: 30px
}
.productArea .productRTList .item {
	position: relative
}
@media (min-width:1181px) {
	.productArea .productRTList .item:hover .moreBtn a {
		color: #2378c0
	}
	.productArea .productRTList .item:hover .moreBtn a:before {
		border-color: #2378c0
	}
}
.productArea .productRTList li {
	padding: 0
}
.productArea .productRTList .Img img {
	display: block;
	width: 100%
}
.productArea .productRTList .moreBtn {
	position: absolute;
	top: 20px;
	right: 20px
}
.productArea .slick-dotted.slick-slider {
	margin-bottom: 0
}
.productArea .slick-dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: auto;
	bottom: -50px;
	left: 200px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}
.productArea .slick-dots li {
	margin: 5px;
	width: 11px;
	height: 11px
}
.productArea .slick-dots li:before {
	content: "";
	position: absolute;
	top: calc(50% - 1px);
	height: 1px;
	width: 0px;
	background-color: #111
}
.productArea .slick-dots li.slick-active {
	pointer-events: none;
	margin-right: 10px;
	margin-left: 10px
}
.productArea .slick-dots li.slick-active button {
	border-color: #111
}
.productArea .slick-dots li.slick-active button:before {
	opacity: 0
}
.productArea .slick-dots li:not(:last-child) {
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}
.productArea .slick-dots li:not(:last-child):before {
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}
.productArea .slick-dots li:not(:last-child).slick-active {
	padding-right: 90px
}
.productArea .slick-dots li:not(:last-child).slick-active:before {
	right: 0;
	width: 75px
}
.productArea .slick-dots li:last-child.slick-active {
	padding-left: 90px;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}
.productArea .slick-dots li:last-child.slick-active:before {
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	left: 0;
	width: 75px
}
.productArea .slick-dots li button {
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 1px solid transparent
}
.productArea .slick-dots li button:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 7px;
	height: 7px;
	opacity: 1;
	background-color: #111;
	border-radius: 50%
}
.productArea .productRBList {
	margin: 0;
	width: 100%
}
.productArea .productRBList li {
	padding: 0
}
.productArea .productRBList .Txt p {
	height: 120px;
	font-size: 15px;
	font-weight: normal;
	font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
	color: #454545;
	line-height: 1.8;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.productArea .productRBList .textTitle {
	padding-bottom: 20px;
	margin-bottom: 30px;
	border-bottom: 1px solid #e5e5e5
}
.productArea .productRBList .textTitle a {
	display: inline-block;
	font-size: 24px;
	font-weight: normal;
	font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
	color: #2378c0
}
.productArea .selectBox {
	font-size: 0
}
.productArea .selectBox>div {
	cursor: pointer;
	margin: 0 6px;
	position: relative;
	display: inline-block;
	width: 60px;
	height: 60px;
	background-color: #f3f3f3;
	border-radius: 50%;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease
}
.productArea .selectBox>div:hover {
	background-color: #2378c0
}
.productArea .selectBox>div:hover:before {
	border-color: #fff
}
.productArea .selectBox .prev:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 24px;
	width: 10px;
	height: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-top: 2px solid #111;
	border-left: 2px solid #111;
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease
}
.productArea .selectBox .next:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 24px;
	width: 10px;
	height: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-top: 2px solid #111;
	border-right: 2px solid #111;
	-webkit-transform-origin: top right;
	-ms-transform-origin: top right;
	transform-origin: top right;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease
}
.relatedArea {
	overflow: hidden
}
.linkArea {
	float: left;
	width: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.linkArea .wrap {
	position: relative;
	width: 100%
}
.linkArea .linkPic {
	position: relative;
	z-index: 1
}
.linkArea .linkPic img {
	display: block;
	width: 100%
}
.linkArea .linkBox {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -48%);
	-ms-transform: translate(-50%, -48%);
	transform: translate(-50%, -48%);
	width: 100%;
	padding: 0 30px;
	max-width: 720px;
	z-index: 1;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.linkArea .linkDataBox {
	position: relative
}
.linkArea li {
	padding: 0
}
.linkArea .title {
	position: relative;
	padding: 50px 0px 50px 65px;
	font-size: 24px;
	font-weight: 500;
	font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
	color: #fff
}
.linkArea .title:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 300px;
	width: 50%;
	height: 1px;
	background-color: rgba(255, 255, 255, 0.35)
}
.linkArea .title:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 300px;
	width: 40px;
	height: 2px;
	background-color: #fff
}
.linkArea .Img a {
	display: inline-block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.linkArea .Img a:hover {
	background-color: #fff
}
.linkArea .Img a:hover img {
	-webkit-filter: contrast(1) brightness(100%);
	filter: contrast(1) brightness(100%)
}
.linkArea .Img img {
	display: block;
	max-width: 100%;
	width: 100%;
	-webkit-filter: contrast(0) brightness(160%);
	filter: contrast(0) brightness(160%);
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease
}
.linkArea .selectBox {
	font-size: 0
}
.linkArea .selectBox>div {
	position: absolute;
	top: 30%;
	cursor: pointer;
	margin: 0 6px;
	display: inline-block;
	width: 60px;
	height: 60px;
	background-color: #ddd;
	border-radius: 50%;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease
}
.linkArea .selectBox>div:hover {
	background-color: #2378c0
}
.linkArea .selectBox>div:hover:before {
	border-color: #fff
}
.linkArea .selectBox .prev {
	left: -50px
}
.linkArea .selectBox .prev:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 24px;
	width: 10px;
	height: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-top: 2px solid #111;
	border-left: 2px solid #111;
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease
}
.linkArea .selectBox .next {
	right: -50px
}
.linkArea .selectBox .next:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 24px;
	width: 10px;
	height: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-top: 2px solid #111;
	border-right: 2px solid #111;
	-webkit-transform-origin: top right;
	-ms-transform-origin: top right;
	transform-origin: top right;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease
}
.videoArea {
	float: left;
	width: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.videoArea .wrap {
	width: 100%
}
.videoArea .videoBox {
	position: relative
}
.videoArea .contentBox.hide {
	opacity: 0;
	pointer-events: none
}
.videoArea .Img {
	position: relative;
	z-index: 1
}
.videoArea .Img img {
	display: block;
	width: 100%
}
.videoArea .Txt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	padding-left: 100px;
	background-color: rgba(0, 0, 0, 0.25);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 1
}
.videoArea .Txt p {
	font-size: 17px;
	font-weight: normal;
	font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
	color: #fff
}
.videoArea .title {
	padding: 10px 0 15px;
	font-size: 45px;
	font-weight: 400;
	font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
	color: #fff
}
.videoArea .subTitle {
	font-size: 17px;
	font-weight: 500;
	font-family: "Raleway", sans-serif;
	color: #fff
}
.videoArea .videoBtn {
	cursor: pointer;
	position: absolute;
	top: calc(50% - 47px);
	left: calc(50% - 47px);
	width: 95px;
	height: 95px;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 1;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease
}
@media (min-width:1181px) {
	.videoArea .videoBtn:hover span {
		-webkit-transform: translate(-50%, -50%) scale(1.3);
		-ms-transform: translate(-50%, -50%) scale(1.3);
		transform: translate(-50%, -50%) scale(1.3)
	}
}
.videoArea .videoBtn:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: calc(100% - 14px);
	height: calc(100% - 14px);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: #fff;
	border-radius: 50%
}
.videoArea .videoBtn:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 1px dashed #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-animation: videoBtnAnti 10s infinite linear;
	animation: videoBtnAnti 10s infinite linear
}
.videoArea .videoBtn.close {
	top: 10px;
	left: calc(100% - 80px);
	width: 60px;
	height: 60px
}
.videoArea .videoBtn.close span:before {
	left: 1px;
	width: 13px;
	height: 100%;
	border-width: 0px 4px 0 4px;
	border-color: transparent #111111 transparent #111111
}
.videoArea .videoBtn span {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 15px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	height: 15px;
	-webkit-transition: all 0.4s cubic-bezier(0.25, 0.1, 0.46, 1.61);
	-o-transition: all 0.4s cubic-bezier(0.25, 0.1, 0.46, 1.61);
	transition: all 0.4s cubic-bezier(0.25, 0.1, 0.46, 1.61)
}
.videoArea .videoBtn span:before {
	content: "";
	position: absolute;
	top: 0;
	left: 3px;
	width: 0;
	height: 0;
	border-style: solid;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	border-width: 7.5px 0 7.5px 10px;
	border-color: transparent transparent transparent #111111
}
@-webkit-keyframes videoBtnAnti {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}
@keyframes videoBtnAnti {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}
.ytViewBox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.ytViewBox .videoBox {
	width: 100%;
	height: 100%;
	background-color: #000
}
.inline-YTPlayer {
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
.mbYTP_wrapper iframe {
	margin: 0!important;
	width: 100%!important;
	height: 100%!important
}
.newsArea {
	padding: 0 0 110px 0
}
.newsArea .wrap {
	width: 1170px
}
.newsArea .slick-vertical .slick-slide {
	border: none
}
.newsArea .newsBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative
}
.newsArea .newsBoxLeft {
	width: 50%
}
.newsArea .newsBoxRight {
	width: 50%
}
.newsArea .newsFirstList li {
	padding: 15px 20px
}
.newsArea .newsFirstList li:hover h3 a {
	color: #2378c0
}
.newsArea .newsFirstList li:hover .moreBtn a {
	color: #2378c0
}
.newsArea .newsFirstList li:hover .moreBtn a:before {
	border-color: #2378c0
}
.newsArea .newsFirstList .Img {
	position: relative;
	z-index: 1
}
.newsArea .newsFirstList .Img:before {
	content: "";
	position: absolute;
	top: 20px;
	left: -20px;
	width: 100%;
	height: 100%;
	background-color: #2378c0;
	z-index: -1
}
.newsArea .newsFirstList .Img img {
	display: block;
	width: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
.newsArea .newsFirstList .Txt {
	position: relative;
	padding-top: 30px
}
.newsArea .newsFirstList .Txt p {
	display: none;
	margin-top: 10px;
	margin-bottom: 30px;
	font-size: 15px;
	font-weight: 300;
	font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
	color: #666666;
	line-height: 1.8;
	height: 60px
}
.newsArea .newsFirstList .newsIconBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.newsArea .newsFirstList .newsIconBox span {
	padding: 0 10px;
	font-size: 14px;
	font-weight: normal;
	font-family: "Roboto", sans-serif;
	color: #888888
}
.newsArea .newsFirstList .newIcon {
	padding: 0;
	margin: 0;
	font-size: 14px;
	font-weight: normal;
	font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
	color: #2378c0
}
.newsArea .newsFirstList .date {
	font-size: 14px;
	font-weight: normal;
	font-family: "Roboto", sans-serif;
	color: #888888
}
.newsArea .newsFirstList h3 {
	padding: 15px 0
}
.newsArea .newsFirstList h3 a {
	font-size: 24px;
	font-weight: 500;
	font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
	color: #050505;
	line-height: 1
}
.newsArea .newsFirstList .moreBtn {
	position: absolute;
	bottom: 0;
	right: 0
}
.newsArea .newsList li {
	padding: 15px 20px
}
.newsArea .newsList li:hover .Img img {
	opacity: 0.65
}
.newsArea .newsList li:hover h3 a {
	color: #2378c0
}
.newsArea .newsList li:hover .moreBtn a {
	color: #2378c0
}
.newsArea .newsList li:hover .moreBtn a:before {
	border-color: #2378c0
}
.newsArea .newsList .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.newsArea .newsList .Img {
	width: 250px;
	min-width: 250px
}
.newsArea .newsList .Img img {
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	display: block;
	width: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
.newsArea .newsList .Txt {
	padding-left: 35px
}
.newsArea .newsList .Txt p {
	margin-top: 10px;
	margin-bottom: 30px;
	font-size: 15px;
	font-weight: 300;
	font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
	color: #666666;
	line-height: 1.8;
	height: 60px
}
.newsArea .newsList .newsIconBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 40px
}
.newsArea .newsList .newsIconBox span {
	padding: 0 10px;
	font-size: 14px;
	font-weight: normal;
	font-family: "Roboto", sans-serif;
	color: #888888
}
.newsArea .newsList .newIcon {
	padding: 0;
	margin: 0;
	font-size: 14px;
	font-weight: normal;
	font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
	color: #2378c0
}
.newsArea .newsList .date {
	font-size: 14px;
	font-weight: normal;
	font-family: "Roboto", sans-serif;
	color: #888888
}
.newsArea .newsList h3 a {
	font-size: 19px;
	font-weight: 500;
	font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
	color: #050505;
	line-height: 1;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis
}
.newsArea .selectBox {
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 0
}
.newsArea .selectBox>div {
	cursor: pointer;
	margin: 0 6px;
	position: relative;
	display: inline-block;
	width: 60px;
	height: 60px;
	background-color: #f3f3f3;
	border-radius: 50%;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease
}
.newsArea .selectBox>div:hover {
	background-color: #2378c0
}
.newsArea .selectBox>div:hover:before {
	border-color: #fff
}
.newsArea .selectBox .prev:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 24px;
	width: 10px;
	height: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-top: 2px solid #111;
	border-left: 2px solid #111;
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease
}
.newsArea .selectBox .next:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 24px;
	width: 10px;
	height: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-top: 2px solid #111;
	border-right: 2px solid #111;
	-webkit-transform-origin: top right;
	-ms-transform-origin: top right;
	transform-origin: top right;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease
}
@media (max-width:1670px) {
	.facArea .wrap, .linkArea .wrap, .videoArea .wrap {
		padding: 0
	}
}
@media (max-width:1500px) {
	.linkArea .title {
		padding: 20px 0 20px 40px
	}
}
@media (max-width:1400px) {
	.videoArea .Txt {
		padding-left: 40px
	}
}
@media (max-width:1220px) {
	.productArea .wrap {
		width: 100%
	}
	.newsArea .wrap {
		width: 100%
	}
}
@media (max-width:1180px) {
	.bannerArea .Txt {
		width: 360px
	}
	.bannerArea .Txt p {
		width: 100%
	}
	.bannerArea .title {
		font-size: 60px
	}
	.bannerArea .subTitle {
		padding: 20px 0 15px;
		font-size: 22px
	}
	.bannerArea .scrollDown {
		display: none
	}
	.aboutArea {
		background-size: 230px auto, cover
	}
	.aboutArea .aboutBox {
		display: block
	}
	.aboutArea .Txt {
		padding: 80px 0 20px;
		width: 100%
	}
	.aboutArea .Img {
		padding-top: 20px;
		margin: 0 auto;
		width: 50%
	}
	.facArea {
		padding-bottom: 100px;
		margin-top: 0
	}
	.facArea .slick-dots {
		left: calc(20% + 130px);
		bottom: -55px;
		-webkit-transform: translate(0);
		-ms-transform: translate(0);
		transform: translate(0)
	}
	.facArea .item {
		padding: 0;
		border: 1px solid #eee
	}
	.facArea .Txt {
		position: static;
		padding: 20px;
		opacity: 1;
		background-color: transparent
	}
	.facArea .Txt p {
		color: #000
	}
	.facArea .title {
		margin-bottom: 0
	}
	.facArea .title a {
		padding: 10px 0 20px;
		font-size: 20px;
		font-weight: 400;
		color: #111
	}
	.facArea .subTitle {
		color: #111
	}
	.facArea h3 a {
		color: #111
	}
	.facArea .moreBtn {
		opacity: 1
	}
	.facArea .num {
		bottom: 5px;
		right: 10px;
		font-size: 14px;
		color: #111
	}
	.facArea .selectBox {
		bottom: -70px;
		left: 20%
	}
	.facArea .selectBox>div {
		width: 50px;
		height: 50px
	}
	.facArea .selectBox .prev:before {
		left: 19px
	}
	.facArea .selectBox .next:before {
		right: 19px
	}
	.productArea {
		padding: 90px 0
	}
	.productArea .slick-dots {
		bottom: -45px;
		left: 170px
	}
	.productArea .rightBox .bottom {
		padding: 30px 50px 30px;
		right: 120px
	}
	.productArea .productRBList .Txt p {
		height: 120px
	}
	.productArea .selectBox>div {
		width: 50px;
		height: 50px
	}
	.productArea .selectBox .prev:before {
		left: 19px
	}
	.productArea .selectBox .next:before {
		right: 19px
	}
	.linkArea {
		float: none;
		width: 100%;
		margin: 0 auto
	}
	.linkArea .selectBox>div {
		top: calc(50% - 30px);
		width: 50px;
		height: 50px
	}
	.linkArea .selectBox .prev:before {
		left: 19px
	}
	.linkArea .selectBox .next:before {
		right: 19px
	}
	.videoArea {
		float: none;
		width: 100%;
		margin: 0 auto
	}
	.videoArea .Txt {
		padding-left: 20%
	}
	.newsArea {
		padding: 60px 0
	}
	.newsArea .newsBox {
		padding-bottom: 60px
	}
	.newsArea .newsBoxLeft {
		width: 40%
	}
	.newsArea .newsBoxRight {
		width: 60%
	}
	.newsArea .selectBox>div {
		width: 50px;
		height: 50px
	}
	.newsArea .selectBox .prev:before {
		left: 19px
	}
	.newsArea .selectBox .next:before {
		right: 19px
	}
}
@media (max-width:960px) {
	.bannerArea .bannerBox .slick-dots {
		left: 20px
	}
	.bannerArea .Txt {
		text-align: center
	}
	.bannerArea .Txt.wordLeft, .bannerArea .Txt.wordRight {
		left: 50%;
		right: auto;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%)
	}
	.bannerArea .Txt p {
		display: none
	}
	.bannerArea .selectBox {
		display: none
	}
	.aboutArea .Img {
		width: 70%
	}
	.deckBox .deck {
		font-size: 200px
	}
	.deckBox .deckR {
		top: 40%;
		left: 46%
	}
	.deckBox .deckT {
		top: 23%
	}
	.productArea .slick-dots {
		left: 150px
	}
	.productArea .leftBox {
		padding-left: 0;
		width: 100%
	}
	.productArea .rightBox {
		display: none
	}
	.newsArea .newsBoxLeft {
		display: none
	}
	.newsArea .newsBoxRight {
		width: 100%
	}
	.newsArea .newsList li {
		padding: 15px 10px
	}
	.newsArea .newsList .item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.newsArea .newsList .Img {
		width: 100%;
		min-width: none
	}
	.newsArea .newsList .Txt {
		padding: 20px 0
	}
}

@media (max-width:1500px) {
	.aboutArea ul {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 100%
	}
}

@media (max-width:1100px) {
	.aboutArea ul {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 100%
	}
	.aboutArea li {
		width: 180px
	}
	.aboutArea .item .icon {
		margin: 0 auto;
		width: 150px;
	}
	.aboutArea .item .title {
		font-size: 20px
	}
	.aboutArea .item p {
		font-size: 15px
	}
	.aboutArea .Img {
		width: 100%;
		max-width: 480px
	}
}
@media (max-width:767px) {
	.videoArea .Txt {
		padding-left: 40px
	}
}
@media (max-width:640px) {
	.bannerArea .Txt {
		width: 340px
	}
	.bannerArea .title {
		font-size: 40px
	}
	.bannerArea .subTitle {
		padding: 10px 0 0;
		font-size: 16px
	}
	.aboutArea {
		background-size: 180px auto, cover
	}
	.aboutArea .item .icon {
		margin: 0 auto;
		width: 150px;
	}
	.aboutArea .item .title {
		font-size: 20px
	}
	.aboutArea .item p {
		font-size: 15px
	}
	.facArea .selectBox {
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%)
	}
	.productArea .wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
	.productArea .leftBox {
		width: 100%
	}
	.linkArea .title {
		padding: 10px 0 10px 20px
	}
	.linkArea .title:before {
		left: 260px;
		width: 40%
	}
	.linkArea .title:after {
		left: 260px
	}
	.linkArea .linkBox {
		max-width: 540px
	}
	.videoArea .title {
		font-size: 30px
	}
	.videoArea .videoBtn {
		width: 70px;
		height: 70px
	}
	.videoArea .videoBtn:before {
		width: calc(100% - 8px);
		height: calc(100% - 8px)
	}
}
@media (max-width:540px) {
	.productArea .leftBox {
		/*max-width: 260px;*/
		margin: 0 auto
	}
}
@media (max-width:480px) {
	.bannerArea .title {
		font-size: 28px
	}
	.bannerArea .subTitle {
		font-size: 13px
	}
	.aboutArea {
		background-size: 150px auto, cover
	}
	.aboutArea .titleBox .title {
		padding: 5px 0 15px
	}
	.aboutArea li {
		width: 180px;
	}
	.aboutArea .item .icon {
		width: 150px;
	}
	.aboutArea .item .icon:before {
		width: calc(100% - 8px);
		height: calc(100% - 8px)
	}
	.aboutArea .item .title {
		font-size: 18px
	}
	.aboutArea .item p {
		-ms-flex-wrap: 300;
		flex-wrap: 300;
		font-size: 13px
	}
	.facArea .title a {
		font-size: 20px
	}
	.deckBox .deck {
		font-size: 130px
	}
	.deckBox .deckT {
		top: 17%
	}
	.productArea {
		padding: 50px 0
	}
	.productArea .productList .txtTitleBox .title {
		font-size: 20px
	}
	.productArea .productList .txtTitleBox .subTitle {
		font-size: 15px
	}
	.productArea .productList .Txt {
		padding-top: 15px
	}
	.linkArea .title:before {
		display: none
	}
	.linkArea .title:after {
		display: none
	}
	.videoArea .videoBtn {
		left: auto;
		left: calc(50% + 50px)
	}
	.newsArea {
		padding: 40px 0
	}
}


.good {
	clear: both; text-align: center; padding-top: 50px; width: 300px; margin: 0 auto;
}

.btn123 {
	display: block;
	background: #fad958;
	color: #222;
	width: 300px;
	float: left;
	margin: 0 15px;
	padding: 10px 0;
	border-radius: 50px;
	font-size: 21px;
	font-weight: 500;
}
.btn123:hover {
	background: #222;
	color: #fff;
}

@media (max-width:960px) {

.good {
	width: 350px;
}

.btn123 {
	display: block;
	background: #fad958;
	color: #222;
	width: 300px;
	float: none;
	margin: 0 auto 20px auto;
	padding: 10px 0;
	border-radius: 50px;
	font-size: 21px;
	font-weight: 500;
}
}