﻿@charset "utf-8";

/** bannerSection **/
#bannerSection {
	width:100%;
	margin:0 auto;
}
@media screen and (max-width:990px) {
	#bannerSection {
		margin-top:60px;
	}
}


/** banner **/
#banner {
	position:relative;
	width:100%;
	margin:0 auto;
}
#banner .listshow {
	width:calc(100% - 40px);
	margin:0 auto;
}
#banner .listshow .item {
	overflow:visible;
}
#banner .listshow .item a {
	float:left;
	width:100%;
	height:100%;
	background:#FFF;
}
#banner .listshow .item a:focus {
	outline:1px dashed #FF6600;
}
#banner .listshow .item .img {
	display:block;
	width:100%;
	height:100%;
}
#banner .listshow .item .img span {
	display:block;
	width:100%;
	height:0;
	padding-bottom:47%;
	background-position:50% 0;
	background-repeat:no-repeat;
	background-size:cover;
	-webkit-border-radius:50px 0 50px 0;
	   -moz-border-radius:50px 0 50px 0;
			border-radius:50px 0 50px 0;
}
#banner .slick-prev,
#banner .slick-next {
	position:absolute;
	display:block;
	top:100%;
	width:45px;
	height:45px;
	border:1px solid #FFF;
	background:rgba(0,0,0,.1);
	margin-top:-42.5px;
	-webkit-border-radius:100%;
	   -moz-border-radius:100%;
			border-radius:100%;
	box-sizing:border-box;
	z-index:10;	
	-webkit-transition:all 0.5s ease;
	   -moz-transition:all 0.5s ease;
	     -o-transition:all 0.5s ease;
	        transition:all 0.5s ease;
}
#banner .slick-prev {
	left:20px;
}
#banner .slick-next {
	left:75px;
}
#banner .slick-prev:before,
#banner .slick-next:before {
	display:none;
}
#banner .slick-prev:hover,
#banner .slick-prev:focus,
#banner .slick-next:hover,
#banner .slick-next:focus {
	border-color:#fff45c;
	filter:alpha(opacity=100);
	opacity:1;
}
#banner .slick-prev span,
#banner .slick-next span {
	position:relative;
	display:block;
	width:100%;
	height:100%;
	-webkit-transition:all 0.5s ease;
	   -moz-transition:all 0.5s ease;
	     -o-transition:all 0.5s ease;
	        transition:all 0.5s ease;
}
#banner .slick-prev span:before,
#banner .slick-next span:before {
	position:absolute;
	content:"";
    display:block;   
    width:12px;
    height:12px;    
    z-index:2;
	box-sizing:border-box;
	-webkit-transition:all 0.5s ease;
	   -moz-transition:all 0.5s ease;
	     -o-transition:all 0.5s ease;
	        transition:all 0.5s ease;
}
#banner .slick-prev span:before {
	left:18px;
    top:50%;
	margin:-6px 0 0 0;
	border-left:2px solid #FFF;
    border-top:2px solid #FFF;
    -webkit-transform:rotate(-45deg);
        -ms-transform:rotate(-45deg);
            transform:rotate(-45deg);
}
#banner .slick-next span:before {
	right:18px;
    top:50%;
	margin:-6px 0 0 0 ;
	border-right:2px solid #FFF;
    border-top:2px solid #FFF;
    -webkit-transform:rotate(45deg);
        -ms-transform:rotate(45deg);
            transform:rotate(45deg);
}
#banner .slick-prev:hover span:before,
#banner .slick-prev:focus span:before,
#banner .slick-next:hover span:before,
#banner .slick-next:focus span:before {
	border-color:#fff45c;
}
@media screen and (max-width:560px) {
	#banner .listshow .item .img span {
		-webkit-border-radius:30px 0 30px 0;
		   -moz-border-radius:30px 0 30px 0;
				border-radius:30px 0 30px 0;
	}
}
@media screen and (min-width:991px) {
	#banner .listshow .item .img span {
		-webkit-border-radius:100px 0 100px 0;
		   -moz-border-radius:100px 0 100px 0;
				border-radius:100px 0 100px 0;
	}
	#banner .slick-prev,
	#banner .slick-next {
		width:60px;
		height:60px;
		margin-top:-60px;
		border-width:1px;
	}
	#banner .slick-prev {
		left:30px;
	}
	#banner .slick-next {
		left:100px;
	}
	#banner .slick-prev span:before {
		left:15px;
	}
	#banner .slick-next span:before {
		right:15px;
	}
	#banner .slick-prev span:before,
	#banner .slick-next span:before {  
		width:10px;
		height:10px;
	}
	#banner .slick-prev span:before {
		left:21px;
		margin:-5px 0 0 0;
	}
	#banner .slick-next span:before {
		right:21px;
		margin:-5px 0 0 0 ;
	}
	#banner .slick-prev span:after,
	#banner .slick-next span:after {
		position:absolute;
		left:50%;
		top:50%;
		content:"";
		display:block;   
		width:16px;
		height:2px;    
		z-index:2;	
		box-sizing:border-box;
		background:#FFF;
		margin:-1px 0 0 -8px;
		-webkit-transition:all 0.5s ease;
		   -moz-transition:all 0.5s ease;
			 -o-transition:all 0.5s ease;
				transition:all 0.5s ease;
	}
	#banner .slick-prev:hover span:after,
	#banner .slick-prev:focus span:after,
	#banner .slick-next:hover span:after,
	#banner .slick-next:focus span:after {
		background:#fff45c;
	}
}
@media screen and (min-width:1440px) {
    #banner .listshow {
        width:calc(100% - 100px);
    }
	#banner .listshow .item .img span {
		-webkit-border-radius:120px 0 120px 0;
		   -moz-border-radius:120px 0 120px 0;
				border-radius:120px 0 120px 0;
	}
	#banner .slick-prev,
	#banner .slick-next {
		margin-top:-70px;
	}
	#banner .slick-prev {
		left:40px;
	}
	#banner .slick-next {
		left:110px;
	}
}
@media screen and (min-width:1920px) {
	#banner .listshow {
		width:calc(100% - (100vw - 1720px));
	}
	#banner .listshow .item .img span {
		-webkit-border-radius:150px 0 150px 0;
		   -moz-border-radius:150px 0 150px 0;
				border-radius:150px 0 150px 0;
	}
	#banner .slick-prev,
	#banner .slick-next {
		margin-top:-80px;
	}
	#banner .slick-prev {
		left:50px;
	}
	#banner .slick-next {
		left:120px;
	}
}


/* ----- topHead ----- */
.topHead {
	display:inline-block;
}
.topHead h2 {
    font-family:"Noto Serif TC", "微軟雅黑", "Microsoft YaHei";
    font-size:4.1em;
    font-weight:bold;
}
.topHead h2 :lang(en) {
    display:block;
	color:#1e7920;
    font-family:"Times New Roman", Times, serif;
    font-size:.4em;
	text-transform:uppercase;
	margin-top:10px;
    -webkit-hyphens:auto;
       -moz-hyphens:auto;
        -ms-hyphens:auto;
            hyphens:auto;
}
.topHead p {
	color:#000;
	font-size:1.7em;
	font-weight:bold;
	line-height:175%;
	text-align:justify;
	margin-top:15px;
}
@media screen and (max-width:768px) {
	.topHead h2 {
		font-size:3.7em;
	}
	.topHead h2 :lang(en) {
		font-size:.5em;
	}
}
@media screen and (min-width:991px) {
	.topHead h2 {
		font-size:4.5em;
	}
}
@media screen and (min-width:1440px) {
	.topHead h2 {
		font-size:4.9em;
	}
}
@media screen and (min-width:1720px) {
	.topHead h2 {
		font-size:5.5em;
	}
	.topHead h2 :lang(en) {
		margin-top:12px;
	}
	.topHead p {
		font-size:1.9em;
		margin-top:20px;
	}
}


/** hotNews **/
#hotNews {
	position:relative;	
	width:100%;
	box-sizing:border-box;
	margin:0 auto;
}
#hotNews .container {
	display:flex;
	padding:25px 0;
	align-items:center;
	border-bottom:1px solid #d9dfe5;
	box-sizing:border-box;
	margin:0 auto;
}
#hotNews .topHead {
	display:flex;
	width:200px;
	min-height:90px;
	align-items:center;
	border-right:1px solid #d9dfe5;
	box-sizing:border-box;
}
#hotNews .newsList {
	display:flex;
	width:calc(100% - 200px);
	min-height:90px;
	padding-left:20px;
    align-items:center;
	justify-content:space-between;
	box-sizing:border-box;
}
#hotNews .slide_list {
	display:inline-block;
	width:100%;
	padding:0;
	box-sizing:border-box;
}
#hotNews .slide_list .item {
	margin:10px auto;
}
#hotNews .slick-slide {
	padding:10px 0;
}
#hotNews .slide_list .slick-slide .item {
	margin:0 !important;
}
#hotNews .slide_list a {
	display:inline-block;
	padding:10px 0;
	box-sizing:border-box;
}
#hotNews .slide_list a time {
	display:inline-block;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.3em;
	line-height:23px;
	vertical-align:middle;
}
#hotNews .slide_list a .label {
	display:inline-block;
	color:#FFF;
	font-size:1.3em;
	line-height:23px;
	padding:0 10px;
	margin-left:10px;
	vertical-align:middle;
	background:#097c25;
    -webkit-border-radius:50px;
	   -moz-border-radius:50px;
			border-radius:50px;
}
#hotNews .slide_list a p {
	position:relative;
	display:-webkit-box;
	width:auto;
	max-width:100%;
	font-family:"PingFang TC Semibold", "微軟雅黑", "Microsoft YaHei";
	color:#000;
	font-size:1.9em;
	font-weight:bold;
	line-height:25px;
	text-align:justify;
	box-sizing:border-box;
	vertical-align:middle;
	margin-top:10px;
	overflow:hidden;
	-webkit-box-orient:vertical;
	  -o-text-overflow:ellipsis;
		 text-overflow:ellipsis;
	-webkit-line-clamp:1;
}
#hotNews .slide_list a:hover p,
#hotNews .slide_list a:focus p {
	color:#A40000;
}
#hotNews .slide_control {
	position:relative;
	display:none;
	width:40px;
	padding:0;
}
#hotNews .slide_control .prev,
#hotNews .slide_control .next {
	position:relative;
	display:inline-block;
	width:40px;
	height:40px;
	padding:0;
	border:none;
	cursor:pointer;
	border:1px solid #CCC;
	box-sizing:border-box;
	background:none;
	-webkit-border-radius:100%;
	   -moz-border-radius:100%;
			border-radius:100%;
	-webkit-transition:all 0.5s ease;
	   -moz-transition:all 0.5s ease;
	     -o-transition:all 0.5s ease;
	        transition:all 0.5s ease;
}
#hotNews .slide_control .prev {
    -webkit-transform:rotate(90deg);
        -ms-transform:rotate(90deg);
            transform:rotate(90deg);
}
#hotNews .slide_control .next {
	margin-top:10px;
    -webkit-transform:rotate(90deg);
        -ms-transform:rotate(90deg);
            transform:rotate(90deg);
}
#hotNews .slide_control .prev:hover,
#hotNews .slide_control .prev:focus,
#hotNews .slide_control .next:hover,
#hotNews .slide_control .next:focus {
	border-color:#A40000;
	background:#A40000;
}
#hotNews .slide_control .prev:before,
#hotNews .slide_control .next:before {
	display:none;
}
#hotNews .slide_control .prev span,
#hotNews .slide_control .next span {
	position:relative;
	display:block;
	width:100%;
	height:100%;
}
#hotNews .slide_control .prev span:before,
#hotNews .slide_control .next span:before {
	position:absolute;
	content:"";
    display:block;   
    width:12px;
    height:12px;    
    z-index:2;
	box-sizing:border-box;
	-webkit-transition:all 0.5s ease;
	   -moz-transition:all 0.5s ease;
	     -o-transition:all 0.5s ease;
	        transition:all 0.5s ease;
}
#hotNews .slide_control .prev span:before {
	left:15px;
    top:50%;
	margin:-6.5px 0 0 0;
	border-left:2px solid #cccccc;
    border-top:2px solid #cccccc;
    -webkit-transform:rotate(-45deg);
        -ms-transform:rotate(-45deg);
            transform:rotate(-45deg);
}
#hotNews .slide_control .next span:before {
	right:15px;
    top:50%;
	margin:-6.5px 0 0 0 ;
	border-right:2px solid #cccccc;
    border-top:2px solid #cccccc;
    -webkit-transform:rotate(45deg);
        -ms-transform:rotate(45deg);
            transform:rotate(45deg);
}
#hotNews .slide_control .prev:hover span:before,
#hotNews .slide_control .prev:focus span:before,
#hotNews .slide_control .next:hover span:before,
#hotNews .slide_control .next:focus span:before {
	border-color:#FFF;
}
@media screen and (max-width:768px) {
	#hotNews .container {
		position:relative;
		padding:20px 0;
		flex-direction:column;
		align-items:flex-start;
	}
	#hotNews .slick-slide {
		padding:5px 0;
	}
	#hotNews .slide_list a {
		display:block;
		padding:0;
		padding-left:20px;
		border-left:1px solid #d9dfe5;
	}
	#hotNews .topHead {
		width:100%;
		min-height:inherit;
		border:none;
	}
	#hotNews .newsList {
		width:100%;
		min-height:inherit;
		padding:0;
		margin-top:10px;
	}
	#hotNews .slide_list {
		width:100% !important;
	}
	#hotNews .slide_list a p {
		-webkit-line-clamp:2;
	}
	#hotNews .slide_control {
		display:flex !important;
		position:absolute;
		right:0;
		top:30px;
		width:95px;
	}
	#hotNews .slide_control .prev,
	#hotNews .slide_control .next {
		width:45px;
		height:45px;
	}
	#hotNews .slide_control .next {
		margin:0 0 0 5px;
	}
	#hotNews .slide_control .prev span:before {
		left:18px;
	}
	#hotNews .slide_control .next span:before {
		right:18px;
	}
}
@media screen and (min-width:991px) {
	#hotNews .topHead {
		width:240px;
		padding-left:20px;
	}
	#hotNews .newsList {
		width:calc(100% - 240px);
		padding-left:30px;
		padding-right:20px;
	}
	#hotNews .slide_control .prev span:before {
		left:15px;
	}
	#hotNews .slide_control .next span:before {
		right:15px;
	}
	#hotNews .slide_control .prev span:before,
	#hotNews .slide_control .next span:before {  
		width:10px;
		height:10px;
	}
	#hotNews .slide_control .prev span:before {
		left:12px;
		margin:-5px 0 0 0;
	}
	#hotNews .slide_control .next span:before {
		right:12px;
		margin:-5px 0 0 0 ;
	}
	#hotNews .slide_control .prev span:after,
	#hotNews .slide_control .next span:after {
		position:absolute;
		left:50%;
		top:50%;
		content:"";
		display:block;   
		width:15px;
		height:2px;    
		z-index:2;	
		box-sizing:border-box;
		background:#CCC;
		margin:-1px 0 0 -7.5px;
		-webkit-transition:all 0.5s ease;
		   -moz-transition:all 0.5s ease;
			 -o-transition:all 0.5s ease;
				transition:all 0.5s ease;
	}
	#hotNews .slide_control .prev:hover span:after,
	#hotNews .slide_control .prev:focus span:after,
	#hotNews .slide_control .next:hover span:after,
	#hotNews .slide_control .next:focus span:after {
		background:#FFF;
	}
}
@media screen and (min-width:1200px) {
	#hotNews .topHead {
		padding-left:15px;
	}
}
@media screen and (min-width:1440px) {
	#hotNews .container {
		padding:30px 0;
	}
	#hotNews .topHead {
		width:300px;
		padding-left:30px;
	}
	#hotNews .newsList {
		width:calc(100% - 300px);
		padding-left:40px;
	}
	#hotNews .slide_list a time {
		font-size:1.5em;
		line-height:25px;
	}
	#hotNews .slide_list a .label {
		font-size:1.5em;
		line-height:25px;
	}
	#hotNews .slide_list a p {
		font-size:2.1em;
	}
}
@media screen and (min-width:1720px) {
	#hotNews .container {
		padding:40px 0;
	}
	#hotNews .topHead {
		width:340px;
		padding-left:40px;
	}
	#hotNews .newsList {
		width:calc(100% - 340px);
		padding-left:60px;
	}
	#hotNews .slide_list a p {
		font-size:2.3em;
	}
}


/** aboutSection **/
#aboutSection {
	position:relative;
	width:100%;
	padding:40px 0;
	z-index:3;
}
#aboutSection .topHead {
	padding:0 0 0 255px;
	box-sizing:border-box;
}
#aboutSection .aboutPic1,
#aboutSection .aboutPic2,
#aboutSection .aboutPic3,
#aboutSection .aboutPic4 {
	display:block;
	position:absolute;
	height:0;
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:cover;
	z-index:1;
    -webkit-border-radius:30px 0 30px 0;
	   -moz-border-radius:30px 0 30px 0;
			border-radius:30px 0 30px 0;
}
#aboutSection .aboutPic1 {
	top:20px;
	left:110px;
	width:130px;
	padding-bottom:130px;
	background-image:url(../images/about_pic1.png);
}
#aboutSection .aboutPic2 {
	top:110px;
	left:0;
	width:180px;
	padding-bottom:180px;
	background-image:url(../images/about_pic2.png);
	z-index:-1;
    -webkit-border-radius:0 0 30px 0;
	   -moz-border-radius:0 0 30px 0;
			border-radius:0 0 30px 0;
}
#aboutSection .aboutPic3 {
	top:370px;
	right:calc(100% - 120px);
	width:80px;
	padding-bottom:80px;
	background-image:url(../images/about_pic3.png);
}
#aboutSection .aboutPic4 {
	top:250px;
	right:calc(100% - 250px);
	width:160px;
	padding-bottom:160px;
	background-image:url(../images/about_pic4.png);
	z-index:-1;
}
@media screen and (max-width:768px) {
	#aboutSection .topHead {
		padding:0 0 0 40vw;
	}
	#aboutSection .aboutPic1 {
		top:5%;
		left:17vw;
	}
	#aboutSection .aboutPic2 {
		top:16%;
	}
	#aboutSection .aboutPic3 {
		top:56%;
		right:80vw;
	}
	#aboutSection .aboutPic4 {
		top:40%;
		right:60vw;
	}
}
@media screen and (max-width:540px) {
	#aboutSection {
		padding-top:0; 
	}
	#aboutSection .topHead {
		padding:0;
		margin-top:68vw;
	}
	#aboutSection .aboutPic1 {
		left:24vw;
		top:4vw;
		width:28vw;
		padding-bottom:28vw;
	}
	#aboutSection .aboutPic2 {
		left:0;
		top:24vw;
		width:39vw;
		padding-bottom:39vw;
	}
	#aboutSection .aboutPic3 {
		right:22vw;
		top:45vw;
		width:24vw;
		padding-bottom:24vw;
	}
	#aboutSection .aboutPic4 {
		right:20px;
		top:16vw;
		width:34vw;
		padding-bottom:34vw;
	}
}
@media screen and (min-width:1200px) {
	#aboutSection {
		padding:6vw 0; 
	}
	#aboutSection .topHead {
		padding:0;
	}
	#aboutSection .container {
		width:50%;
	}
	#aboutSection .aboutPic1 {
		left:5.5vw;
		top:4vw;
		width:16vw;
		padding-bottom:16vw;
	}
	#aboutSection .aboutPic2 {
		left:0;
		top:18vw;
		width:20vw;
		padding-bottom:20vw;
	}
	#aboutSection .aboutPic3 {
		right:8vw;
		top:8vw;
		width:14vw;
		padding-bottom:14vw;
	}
	#aboutSection .aboutPic4 {
		right:1vw;
		top:20vw;
		width:18vw;
		padding-bottom:18vw;
	}
}
@media screen and (min-width:1440px) {
	#aboutSection {
		padding:100px 0; 
	}
	#aboutSection .container {
		width:calc(100vw - 800px);
	}
	#aboutSection .aboutPic1,
	#aboutSection .aboutPic3,
	#aboutSection .aboutPic4 {
		-webkit-border-radius:40px 0 40px 0;
		   -moz-border-radius:40px 0 40px 0;
				border-radius:40px 0 40px 0;
	}
	#aboutSection .aboutPic2 {
		-webkit-border-radius:0 0 40px 0;
		   -moz-border-radius:0 0 40px 0;
				border-radius:0 0 40px 0;
	}
	#aboutSection .aboutPic1 {
		left:100px;
		top:70px;
		width:255px;
		padding-bottom:255px;
	}
	#aboutSection .aboutPic2 {
		left:0;
		top:300px;
		width:315px;
		padding-bottom:315px;
	}
	#aboutSection .aboutPic3 {
		right:130px;
		top:110px;
		width:225px;
		padding-bottom:225px;
	}
	#aboutSection .aboutPic4 {
		right:20px;
		top:300px;
		width:270px;
		padding-bottom:270px;
	}
}
@media screen and (min-width:1720px) {
	#aboutSection {
		padding:120px 0 200px 0; 
	}
	#aboutSection .container {
		width:780px;
	}
	#aboutSection .aboutPic1,
	#aboutSection .aboutPic3,
	#aboutSection .aboutPic4 {
		-webkit-border-radius:50px 0 50px 0;
		   -moz-border-radius:50px 0 50px 0;
				border-radius:50px 0 50px 0;
	}
	#aboutSection .aboutPic2 {
		-webkit-border-radius:0 0 50px 0;
		   -moz-border-radius:0 0 50px 0;
				border-radius:0 0 50px 0;
	}
	#aboutSection .aboutPic1 {
		left:50%;
		top:80px;
		width:340px;
		padding-bottom:340px;
		margin-left:-800px;
	}
	#aboutSection .aboutPic2 {
		left:50%;
		top:385px;
		width:420px;
		padding-bottom:420px;
		margin-left:-960px;
	}
	#aboutSection .aboutPic3 {
		right:50%;
		top:120px;
		width:300px;
		padding-bottom:300px;
		margin-right:-760px;
	}
	#aboutSection .aboutPic4 {
		right:50%;
		top:365px;
		width:360px;
		padding-bottom:360px;
		margin-right:-920px;
	}
}


/* ----- aboutLink ----- */
.aboutLink {
	width:100%;
	padding-left:255px;
	margin:25px auto 0 auto;
	box-sizing:border-box;
}
.aboutLink ul {
	list-style:none;
	margin:0;
	letter-spacing:-9px;
	border-left:1px solid #d9dfe5;
	border-right:1px solid #d9dfe5;
}
.aboutLink ul li {
	display:inline-block;
	width:25%;
	letter-spacing:0;
	box-sizing:border-box;
	vertical-align:top;
}
.aboutLink ul li + li {
	border-left:1px solid #d9dfe5;
}
.aboutLink ul li a {
	position:relative;
	display:block;
	width:100%;
	height:100%;
}
.aboutLink ul li .box {
	position:relative;
	display:block;
	width:100%;
	height:100%;
	padding:20px 5px;
	text-align:center;
	box-sizing:border-box;
}
.aboutLink ul li .img {
	position:relative;
    display:block;
	width:35px;
	height:0;
	padding-bottom:35px;
	margin:0 auto;
}
.aboutLink ul li .img span {
	position:absolute;
	left:0;
	top:0;
    display:block;
	width:100%;
	height:100%;
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:contain;
	z-index:2;
	-webkit-transition:all 0.5s ease;
	   -moz-transition:all 0.5s ease;
	     -o-transition:all 0.5s ease;
	        transition:all 0.5s ease;
}
.aboutLink ul li .img span.ab1 { background-image:url(../images/aboutLink-icon1.svg) }
.aboutLink ul li .img span.ab2 { background-image:url(../images/aboutLink-icon2.svg) }
.aboutLink ul li .img span.ab3 { background-image:url(../images/aboutLink-icon3.svg) }
.aboutLink ul li .img span.ab4 { background-image:url(../images/aboutLink-icon4.svg) }
.aboutLink ul li a:hover .img span,
.aboutLink ul li a:focus .img span {
	-webkit-transform:rotate(360deg);
	   -moz-transform:rotate(360deg);
        -ms-transform:rotate(360deg);
         -o-transform:rotate(360deg);
            transform:rotate(360deg);
}
.aboutLink ul li strong {
	display:inline-block;
	color:#000;
	font-family:"PingFang TC Semibold", "微軟雅黑", "Microsoft YaHei";
    font-size:2.1em;
    font-weight:bold;
	line-height:135%;
	margin-top:10px;
}
.aboutLink ul li a:hover strong,
.aboutLink ul li a:focus strong {
	color:#A40000;
}
@media screen and (max-width:768px) {
	.aboutLink {
		padding-left:0;
	}
	.aboutLink ul {
		border:1px solid #d9dfe5;
	}
}
@media screen and (max-width:440px) {
	.aboutLink ul li {
		width:50%;
	}
	.aboutLink ul li:nth-child(3) {
		border-left:none;
		border-top:1px solid #d9dfe5;
	}
	.aboutLink ul li:nth-child(4) {
		border-top:1px solid #d9dfe5;
	}
}
@media screen and (min-width:1200px) {
	.aboutLink {
		padding-left:0;
		margin-top:30px;
	}
	.aboutLink ul li .box {
		padding:15px;
	}
}
@media screen and (min-width:1440px) {
	.aboutLink {
		margin-top:40px;
	}
	.aboutLink ul li .img {
		width:40px;
		padding-bottom:40px;
	}
	.aboutLink ul li strong {
		font-size:2.3em;
	}
}
@media screen and (min-width:1720px) {
	.aboutLink {
		margin-top:50px;
	}
	.aboutLink ul li .img {
		width:50px;
		padding-bottom:50px;
	}
	.aboutLink ul li strong {
		font-size:2.5em;
	}
}


/** pdSection **/
#pdSection {
	position:relative;
	width:100%;
	padding:50px 0 0 0;
	z-index:2;
}
#pdSection:before {
	position:absolute;
	left:0;
	top:0;
	content:"";
    display:block;
    width:75%;
    height:100%;
	background:linear-gradient(45deg,  #ebf3f5 0%,#f5f2f0 100%);
	z-index:-2;
}
#pdSection .container {
	display:flex;
	width:calc(100% - 20px);
	margin-left:20px;
}
#pdSection .pdWord {
	display:inline-block;
	width:35%;
	padding:30px 30px 0 0;
	box-sizing:border-box;
}
#pdSection .pdList {
	display:inline-block;
	width:65%;
	padding:20px 20px 30px 30px;
	background:#FFF;
	box-sizing:border-box;
	overflow:hidden;
}
@media screen and (max-width:768px) {
	#pdSection .pdWord {
		width:50%;
	}
	#pdSection .pdList {
		width:50%;
	}
}
@media screen and (max-width:540px) {
	#pdSection {
		padding:40px 0;
	}
	#pdSection:before {
		width:100%;
	}
	#pdSection .container {
		flex-direction:column;
		width:100%;
		margin-left:0;
	}
	#pdSection .pdWord {
		width:100%;
		padding:0 20px;
	}
	#pdSection .pdList {
		width:100%;
		max-width:460px;
		padding:0 20px 55px 20px;
		background:none;
		margin:10px auto 0 auto;
	}
}
@media screen and (min-width:991px) {
	#pdSection {
		position:relative;
		width:100%;
		padding-top:8vw;
		z-index:2;
	}
	#pdSection .container {
        width:calc(100% - 45px);
		padding-left:45px;
		margin-left:45px;
		box-sizing:border-box;
    }
	#pdSection .pdWord {
		width:300px;
		padding:50px 50px 0 0;
	}
	#pdSection .pdList {
		width:calc(100% - 300px);
		padding:40px 25px 50px 50px;
	}
}
@media screen and (min-width:1440px) {
	#pdSection {
		padding-top:100px;
		margin-top:-50px;
	}
	#pdSection:before {
		width:calc(100vw - 350px);
	}
	#pdSection .container {
        width:calc(100% - 80px);
		padding-left:25px;
		margin:0 0 0 80px;
    }
	#pdSection .pdWord {
		width:340px;
		padding:80px 65px 0 0;
	}
	#pdSection .pdList {
		width:calc(100% - 340px);
		padding:70px 25px 80px 65px;
	}
}
@media screen and (min-width:1720px) {
	#pdSection {
		padding-top:160px;
		margin-top:-110px;
	}
	#pdSection:before {
		width:calc((100vw - 1720px) / 2 + 1320px);
	}
	#pdSection .container {
        width:calc(100% - ((100vw - 1720px) / 2));
		padding-left:50px;
		box-sizing:border-box;
		margin:0 0 0 calc((100vw - 1720px) / 2);
    }
	#pdSection .pdWord {
		width:400px;
		padding:100px 95px 0 0;
	}
	#pdSection .pdList {
		width:calc(100% - 400px);
		padding:90px 30px 100px 95px;
	}
}


/* ----- pd_slide_list ----- */
.pd_slide_list {
	display:inline-block;
	width:100%;
	padding:0;
	box-sizing:border-box;
}
.pd_slide_list .slick-track {
	display:flex;
	flex-wrap:wrap;
}
.pd_slide_list .item {
	margin:10px auto;
}
.pd_slide_list .slick-list {
	padding:10px 0 0 0;
	margin:0 -20px;
}
.pd_slide_list .slick-slide {
	height:auto !important;
	padding:1px 21px;
}
.pd_slide_list .slick-slide + .slick-slide {
	border-left:1px solid #d9dfe5;
}
.pd_slide_list .slick-slide > div {
	width:100%;
	height:100%;
}
.pd_slide_list .slick-slide > div .item {
	width:100%;
	height:100%;
	margin:0 !important;
}
.pd_slide_list a {
	display:block;
	width:100%;
	height:100%;
	box-sizing:border-box;
}
.pd_slide_list .pic {
	position:relative;
	display:inline-block;
	width:100%;
	overflow:hidden;
	background:#F4F4F4;
    -webkit-border-radius:30px 0 30px 0;
	   -moz-border-radius:30px 0 30px 0;
			border-radius:30px 0 30px 0;
	-webkit-transition:all 0.5s ease;
	   -moz-transition:all 0.5s ease;
	     -o-transition:all 0.5s ease;
	        transition:all 0.5s ease;
}
.pd_slide_list .pic .img {
	display:block;
	width:100%;
	padding-bottom:75%;
	height:auto;
	background-repeat:no-repeat;
	background-position:top center;
	background-size:cover;
}
.pd_slide_list a:hover .pic,
.pd_slide_list a:focus .pic {
    -webkit-transform:translate(-1px,-4px);
	   -moz-transform:translate(-1px,-4px);
        -ms-transform:translate(-1px,-4px);
         -o-transform:translate(-1px,-4px);    
            transform:translate(-1px,-4px);
	-webkit-box-shadow:3px 3px 10px rgba(0,0,0,0.5);
	   -moz-box-shadow:3px 3px 10px rgba(0,0,0,0.5);
			box-shadow:3px 3px 10px rgba(0,0,0,0.5);
}
.pd_slide_list h3 {
	display:-webkit-box;
	font-family:"PingFang TC Semibold", "微軟雅黑", "Microsoft YaHei";
	color:#000;
	font-size:2.1em;
	font-weight:bold;
	line-height:135%;
	margin:15px auto 10px auto;
	-webkit-transition:all 0.5s ease;
	   -moz-transition:all 0.5s ease;
	     -o-transition:all 0.5s ease;
	        transition:all 0.5s ease;
}
.pd_slide_list a:hover h3,
.pd_slide_list a:focus h3 {
	color:#A40000;
}
.pd_slide_list p {
	display:-webkit-box;
	width:auto;
	max-width:100%;
	color:#000;
	font-size:1.7em;
	line-height:170%;
	text-align:justify;
	box-sizing:border-box;
	vertical-align:middle;
	overflow:hidden;
	-webkit-box-orient:vertical;
	  -o-text-overflow:ellipsis;
		 text-overflow:ellipsis;
	-webkit-line-clamp:4;
}
.pd_slide_control {
	display:none;
	position:relative;
	width:100%;
	letter-spacing:-9px;
	padding:0;
	margin-top:20px;
}
.pd_slide_control .prev,
.pd_slide_control .next {
	position:relative;
	display:inline-block;
	width:45px;
	height:45px;
	padding:0;
	border:none;
	cursor:pointer;
	border:1px solid #000;
	box-sizing:border-box;
	background:none;
	-webkit-border-radius:100%;
	   -moz-border-radius:100%;
			border-radius:100%;
	-webkit-transition:all 0.5s ease;
	   -moz-transition:all 0.5s ease;
	     -o-transition:all 0.5s ease;
	        transition:all 0.5s ease;
}
.pd_slide_control .next {
	margin-left:10px;
}
.pd_slide_control .prev:hover,
.pd_slide_control .prev:focus,
.pd_slide_control .next:hover,
.pd_slide_control .next:focus {
	border-color:#A40000;
	background:#A40000;
}
.pd_slide_control .prev:before,
.pd_slide_control .next:before {
	display:none;
}
.pd_slide_control .prev span,
.pd_slide_control .next span {
	position:relative;
	display:block;
	width:100%;
	height:100%;
}
.pd_slide_control .prev span:before,
.pd_slide_control .next span:before {
	position:absolute;
	content:"";
    display:block;   
    width:12px;
    height:12px;    
    z-index:2;
	box-sizing:border-box;
	-webkit-transition:all 0.5s ease;
	   -moz-transition:all 0.5s ease;
	     -o-transition:all 0.5s ease;
	        transition:all 0.5s ease;
}
.pd_slide_control .prev span:before {
	left:17.5px;
    top:50%;
	margin:-6.5px 0 0 0;
	border-left:2px solid #000;
    border-top:2px solid #000;
    -webkit-transform:rotate(-45deg);
        -ms-transform:rotate(-45deg);
            transform:rotate(-45deg);
}
.pd_slide_control .next span:before {
	right:17.5px;
    top:50%;
	margin:-6.5px 0 0 0 ;
	border-right:2px solid #000;
    border-top:2px solid #000;
    -webkit-transform:rotate(45deg);
        -ms-transform:rotate(45deg);
            transform:rotate(45deg);
}
.pd_slide_control .prev:hover span:before,
.pd_slide_control .prev:focus span:before,
.pd_slide_control .next:hover span:before,
.pd_slide_control .next:focus span:before {
	border-color:#FFF;
}
@media screen and (max-width:768px) {
	.pd_slide_list .slick-slide + .slick-slide {
		border-left:none;
	}
}
@media screen and (max-width:540px) {
	.pd_slide_list .slick-track {
		display:block;
	}
	.pd_slide_list .slick-slide > div .item {
		height:inherit;
	}
	.pd_slide_control {
		position:absolute;
		left:0;
		bottom:40px;
		text-align:center;
		z-index:10;
	}
}
@media screen and (min-width:991px) {
	.pd_slide_control {
		margin-top:30px;
	}
	.pd_slide_control .prev,
	.pd_slide_control .next {
		width:60px;
		height:60px;
	}
	.pd_slide_control .prev span:before,
	.pd_slide_control .next span:before {  
		width:10px;
		height:10px;
	}
	.pd_slide_control .prev span:before {
		left:21px;
		margin:-5px 0 0 0;
	}
	.pd_slide_control .next span:before {
		right:21px;
		margin:-5px 0 0 0 ;
	}
	.pd_slide_control .prev span:after,
	.pd_slide_control .next span:after {
		position:absolute;
		left:50%;
		top:50%;
		content:"";
		display:block;   
		width:16px;
		height:2px;    
		z-index:2;	
		box-sizing:border-box;
		background:#000;
		margin:-1px 0 0 -8px;
		-webkit-transition:all 0.5s ease;
		   -moz-transition:all 0.5s ease;
			 -o-transition:all 0.5s ease;
				transition:all 0.5s ease;
	}
	.pd_slide_control .prev:hover span:after,
	.pd_slide_control .prev:focus span:after,
	.pd_slide_control .next:hover span:after,
	.pd_slide_control .next:focus span:after {
		background:#FFF;
	}
}
@media screen and (min-width:1200px) {
	.pd_slide_list h3 {
		font-size:2.3em;
	}
}
@media screen and (min-width:1440px) {
	.pd_slide_list .slick-list {
		margin:0 -25px;
	}
	.pd_slide_list .slick-slide {
		padding:1px 26px;
	}
	.pd_slide_list .pic {
		-webkit-border-radius:50px 0 50px 0;
		   -moz-border-radius:50px 0 50px 0;
				border-radius:50px 0 50px 0;
	}
}
@media screen and (min-width:1720px) {
	.pd_slide_list .slick-list {
		margin:0 -30px;
	}
	.pd_slide_list .slick-slide {
		padding:1px 31px;
	}
	.pd_slide_list h3 {
		font-size:2.5em;
	}
	.pd_slide_control .prev,
	.pd_slide_control .next {
		width:70px;
		height:70px;
	}
	.pd_slide_control .prev span:before {
		left:26px;
	}
	.pd_slide_control .next span:before {
		right:26px;
	}
}


/** esgSection **/
#esgSection {
	position:relative;
	width:100%;
	padding:0 0 50px 0;
	z-index:2;
}
#esgSection:before {
	position:absolute;
	right:0;
	top:0;
	content:"";
    display:block;
    width:75%;
    height:calc(100% + 130px);
	background:linear-gradient(45deg, #ebf3f5 0%,#f5f2f0 100%);
	z-index:-2;
}
#esgSection .container {
	display:flex;
	align-items:stretch;
}
#esgSection .esgLink {
	display:inline-block;
	width:calc(100% - 320px);
	padding:40px 30px 40px 0;
	background:#FFF;
	box-sizing:border-box;
}
#esgSection .esgWord {
	display:inline-block;
	width:320px;
	padding:40px 0 40px 30px;
	box-sizing:border-box;
}
@media screen and (max-width:768px) {
	#esgSection {
		padding:0;
	}
	#esgSection:before {
		width:100%;
	}
	#esgSection .container {
		flex-direction:column;
		width:100%;
	}
	#esgSection .esgLink {
		width:100%;
		padding:40px 20px;
		box-sizing:border-box;
	}
	#esgSection .esgWord {
		width:100%;
		padding:40px 20px;
		box-sizing:border-box;
	}
}
@media screen and (min-width:991px) {
	#esgSection:before {
		height:calc(100% + 165px);
	}
	#esgSection .esgLink {
		width:calc(100% - 360px);
		padding:50px 50px 50px 20px;
	}
	#esgSection .esgWord {
		width:360px;
		padding:50px 25px 0 50px;
	}
}
@media screen and (min-width:1440px) {
	#esgSection {
		padding:0 0 80px 0;
	}
	#esgSection:before {
		width:calc(100vw - 350px);
		height:calc(100% + 180px);
	}
	#esgSection .esgLink {
		width:calc(100% - 500px);
		padding:80px 65px 80px 30px;
	}
	#esgSection .esgWord {
		width:500px;
		padding:80px 30px 0 65px;
	}
}
@media screen and (min-width:1720px) {
	#esgSection {
		padding:0 0 100px 0;
	}
	#esgSection:before {
		width:calc((100vw - 1720px) / 2 + 1255px);
		height:calc(100% + 225px);
	}
	#esgSection .esgLink {
		width:calc(100% - 600px);
		padding:100px 80px 100px 50px;
	}
	#esgSection .esgWord {
		width:600px;
		padding:100px 80px;
	}
}


/* ----- esgLink ----- */
.esgLink {
	display:inline-block;
	width:100%;
	padding:0;
	box-sizing:border-box;
}
.esgLink ul {
	display:flex;
	flex-direction:column;
	margin:-20px 0;
}
.esgLink ul li {
	display:inline-block;
	width:100%;
	padding:20px 0;
	box-sizing:border-box;
}
.esgLink ul li + li {
	border-top:1px solid #d9dfe5;
}
.esgLink a {
	display:flex;
	width:100%;
	height:100%;
	align-items:center;
	flex-direction:row-reverse;
	justify-content:space-between;
}
.esgLink .word {
	display:inline-block;
	width:calc(100% - 170px);
}
.esgLink .word h3 {
	font-family:"PingFang TC Semibold", "微軟雅黑", "Microsoft YaHei";
	color:#000;
	font-size:2.1em;
	font-weight:bold;
	line-height:135%;
	-webkit-transition:all 0.5s ease;
	   -moz-transition:all 0.5s ease;
	     -o-transition:all 0.5s ease;
	        transition:all 0.5s ease;
}
.esgLink a:hover .word h3,
.esgLink a:focus .word h3 {
	color:#A40000;
}
.esgLink .word p {
	display:-webkit-box;
	color:#000;
	font-size:1.7em;
	line-height:170%;
	text-align:justify;
	overflow:hidden;
	-webkit-line-clamp:3;
	-webkit-box-orient:vertical;
	  -o-text-overflow:ellipsis;
		 text-overflow:ellipsis;
	margin-top:5px;
}
.esgLink .pic {
	position:relative;
	display:inline-block;
	width:150px;
	overflow:hidden;
	background:#F4F4F4;
    -webkit-border-radius:30px 0 30px 0;
	   -moz-border-radius:30px 0 30px 0;
			border-radius:30px 0 30px 0;
	-webkit-transition:all 0.5s ease;
	   -moz-transition:all 0.5s ease;
	     -o-transition:all 0.5s ease;
	        transition:all 0.5s ease;
}
.esgLink .pic .img {
	display:block;
	width:100%;
	padding-bottom:75%;
	height:auto;
	background-repeat:no-repeat;
	background-position:top center;
	background-size:cover;
}
.esgLink a:hover .pic,
.esgLink a:focus .pic {
    -webkit-transform:translate(-1px,-4px);
	   -moz-transform:translate(-1px,-4px);
        -ms-transform:translate(-1px,-4px);
         -o-transform:translate(-1px,-4px);    
            transform:translate(-1px,-4px);
	-webkit-box-shadow:3px 3px 10px rgba(0,0,0,0.5);
	   -moz-box-shadow:3px 3px 10px rgba(0,0,0,0.5);
			box-shadow:3px 3px 10px rgba(0,0,0,0.5);
}
@media screen and (min-width:565px) and (max-width:768px) {
	.esgLink ul {
		flex-direction:row;
		margin:0 -20px;
	}
	.esgLink ul li {
		width:33.333%;
		padding:0 20px;
	}
	.esgLink ul li + li {
		border-top:none;
		border-left:1px solid #d9dfe5;
		margin:0;
	}
	.esgLink a {
		flex-direction:column;
	}
	.esgLink .word {
		width:100%;
	}
	.esgLink .pic {
		width:100%;
		margin-top:10px;
	}
}
@media screen and (max-width:564px) {
	.esgLink .word {
		width:calc(100% - 180px);
	}
	.esgLink .pic {
		width:160px;
	}
}
@media screen and (max-width:420px) {
	.esgLink a {
		align-items:flex-start;
	}
	.esgLink .word {
		width:calc(55% - 20px);
	}
	.esgLink .pic {
		width:45%;
	}
}
@media screen and (min-width:991px) {
	.esgLink .word {
		width:calc(100% - 175px);
	}
	.esgLink .pic {
		width:155px;
	}
}
@media screen and (min-width:1200px) {
	.esgLink ul {
		flex-direction:row;
		margin:0 -25px;
	}
	.esgLink ul li {
		width:33.333%;
		padding:0 25px;
	}
	.esgLink ul li + li {
		border-top:none;
		border-left:1px solid #d9dfe5;
		margin:0;
	}
	.esgLink a {
		flex-direction:column;
	}
	.esgLink .word {
		width:100%;
	}
	.esgLink .word h3 {
		font-size:2.3em;
	}
	.esgLink .pic {
		width:100%;
		margin-top:10px;
		-webkit-border-radius:50px 0 50px 0;
		   -moz-border-radius:50px 0 50px 0;
				border-radius:50px 0 50px 0;
	}
}
@media screen and (min-width:1720px) {
	.esgLink ul {
		margin:0 -30px;
	}
	.esgLink ul li {
		padding:0 30px;
	}
	.esgLink .word h3 {
		font-size:2.5em;
	}
}


/** moreBtn **/
.moreBtn {
	width:100%;
	margin:20px auto 0 auto;
}
.moreBtn .box {
	display:flex;
	flex-direction:column;
}
.moreBtn a {
	position:relative;
	display:inline-block;
	width:100%;
	min-height:55px;
	color:#FFF;
	font-size:1.9em;
	line-height:135%;
	font-weight:bold;
	letter-spacing:0;
	padding:10px 50px 10px 15px;
	background:#333333;
	box-sizing:border-box;
}
.moreBtn a + a {
	margin-top:10px;
}
.moreBtn a:hover,
.moreBtn a:focus {
	background:#A40000;
}
.moreBtn a span {
	vertical-align:middle;
}
.moreBtn a:before {
	content:"";
	display:block;
	position:absolute;
	top:50%;
	right:15px;
	width:25px;
	height:25px;
	margin:-12.5px 0 0 0;
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-size:cover;
}
.moreBtn a.download:before { background-image:url(../images/icon-download.svg); }
.moreBtn a.more:before { background-image:url(../images/icon-more.svg); }
@media screen and (min-width:440px) and (max-width:768px) {
	.moreBtn .box {
		flex-direction:row;
		justify-content:space-between
	}
	.moreBtn a {
		width:calc(50% - 10px);
		padding:10px 55px 10px 20px;
	}
	.moreBtn a + a {
		margin:0 0 0 20px;
	}
	.moreBtn a:before {
		right:20px;
	}
}
@media screen and (min-width:440px) and (max-width:630px) {
	.moreBtn a span {
		display:block;
	}
}
@media screen and (max-width:439px) {
	.moreBtn a {
		line-height:21px;
		padding:15px 55px 15px 20px;
	}
}
@media screen and (min-width:1440px) {
	.moreBtn .box {
		flex-direction:row;
		justify-content:space-between
	}
	.moreBtn a {
		width:calc(50% - 10px);
		padding:10px 55px 10px 20px;
	}
	.moreBtn a + a {
		margin:0 0 0 20px;
	}
	.moreBtn a:before {
		right:20px;
	}
	.moreBtn a span {
		display:block;
	}
}
@media screen and (min-width:1720px) {
	.moreBtn a {
		padding:10px 60px 10px 25px;
	}
	.moreBtn a:before {
		right:25px;
	}
}

	
@media print {
	#banner .listshow .item {
		width:720px;
		height:360px;
	}
	#banner .listshow .item a .img {
		width:720px;
		height:360px;
		padding-bottom:0;
		background-size:auto 360px;
		background-position:50% 50%;
	}
	#banner .listshow .item .img img {
		display:none !important;
	}
	#banner .slick-prev,
	#banner .slick-next {
		display:none!important;
	}
}