@charset "utf-8";
/* CSS Document */
*{box-sizing: border-box;}
.pure-g [class *="pure-u"]{
	font-family: "微軟正黑體";
}
body { margin: 0; }
/*Banner start*/
	#banner {
		z-index: 0;
		overflow: hidden;
		width:100%;
		margin: 0 auto;
		position: relative;
		background-image: url(../../images/website_image/banner/loading.gif);
		background-position: center;
		background-repeat: no-repeat;
	}
	#banner .img {
		white-space: nowrap;
		position: absolute;
	}
	#banner .img img {
		vertical-align: top;
	}
	#banner #banner_control {
		position: absolute;
		width: 100%;
		z-index: 200;
		text-align: center;
		bottom: 10px;
		left: 0;
	}
	#banner #banner_control span {
		cursor: pointer;
		padding: 0 5px;
	}
	#banner #banner_control span img:nth-child(2) {
		display: none;
	}
	#banner #banner_control span img:nth-child(1) {
		display: inline-block;
	}
	#banner #banner_control span:hover img:nth-child(1),
	#banner #banner_control span.now img:nth-child(1) {
		display: none;
	}
	#banner #banner_control span:hover img:nth-child(2),
	#banner #banner_control span.now img:nth-child(2) {
		display: inline-block;
	}
	.banner_next {
		z-index: 999;
		position: absolute;
		right: 10px;
		top: calc(50% - 45px);
		cursor: pointer;
	}
	.banner_prev {
		z-index: 999;
		position: absolute;
		left: 10px;
		top: calc(50% - 45px);
		cursor: pointer;
	}
/*Banner end*/
header { position: relative; margin-bottom: 27px; }
.h_logo img {
	width: 54%;
	position: absolute;
	left: 2%;
	top: 5%;
	z-index: 999;
}
nav {
	width: 28%;
	display: inline-block;
	box-sizing: border-box;
	padding-left: 4%;
}
nav > ul {
	background: url(../images/website_image/navbg.png) repeat-x top center,linear-gradient(to bottom,#51B765 0%,#EAE8E9 70%,#fff 100%);
	margin: 0; padding: 0;
	margin-top: 10px;
}
nav li {
	margin: 0;
	padding-left: 0;
	list-style: none;
	position: relative;
}
nav > ul > li > a {
	text-decoration: none;
	color: #1b1b1b;
	font-family: "微軟正黑體";
	font-size: 18px;
	font-weight: bolder;
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	padding:30px 0;
	padding-left: 10%;
	vertical-align: middle;
	position: relative;
}
nav > ul > li > a::before {
	content: "";
	width: 100%;
	height: 1px;
	background: rgba(0,0,0,.5);
	display: inline-block;
	position: absolute;
	bottom: 0; left: 0;
}
nav > ul > li > a::after {
	content: "";
	width: 100%;
	height: 1px;
	background: rgba(0,0,0,.1);
	display: inline-block;
	position: absolute;
	bottom: 1px; left: 0;
}
nav > ul > li > a:hover {
	background: rgba(59, 177, 82,.5);
	color: #fff;
}
.nav_menu {
	display: none;
}
/*下拉選單 開始*/
.drophover:hover .myDropMenu {
	display: inline-block;
}
.myMobilemenu {
	position: relative;
}
.myDropMenu {
	display: none;
	margin: 0;
	padding: 0;
	position: absolute;
	width: 100%;
	top: 0; left: 100%;
	padding-left: 1%;
	z-index: 999;
}
.myDropMenu a {
	vertical-align: middle;
}
.myDropMenu a:hover::before {
	animation: db 1s linear infinite;
}
.myDropMenu li a:hover {
	border: 1px solid #009C1E !important;
}
.myDropMenu a::before {
	content: "";
	display: inline-block;
	background: url(../images/website_image/dropdown_b.png) no-repeat center;
	background-size: contain;
	width: 12px; height: 12px;
	margin-right: 5px;
	vertical-align: middle;
	position: relative;
	bottom: 2px;
}
.myDropMenu li:nth-of-type(1) a {
	text-decoration: none;
	color: #fff;
	font-family: "微軟正黑體";
	letter-spacing: 1px;
	background: url(../images/website_image/dropdown_bg1.png) no-repeat center;
	background-size: cover;
	display: inline-block;
	width: 65%;
	padding: 10px 0;
	text-align: left;
	border: 1px solid #939393;
	-webkit-filter: drop-shadow(0 0 10px rgba(0,0,0,.2));
	box-sizing: border-box;
	padding-left: 18%;
}
.myDropMenu li:nth-of-type(2) a {
	text-decoration: none;
	color: #fff;
	font-family: "微軟正黑體";
	letter-spacing: 1px;
	background: url(../images/website_image/dropdown_bg2.png) no-repeat center;
	background-size: cover;
	display: inline-block;
	width: 65%;
	padding: 10px 0;
	text-align: left;
	margin-top: 5px;
	border: 1px solid #939393;
	-webkit-filter: drop-shadow(0 0 10px rgba(0,0,0,.2));
	box-sizing: border-box;
	padding-left: 18%;
}
.myDropMenu li:nth-of-type(3) a {
	text-decoration: none;
	color: #fff;
	font-family: "微軟正黑體";
	letter-spacing: 1px;
	background: url(../images/website_image/dropdown_bg3.png) no-repeat center;
	background-size: cover;
	display: inline-block;
	width: 65%;
	padding: 10px 0;
	text-align: left;
	margin-top: 5px;
	border: 1px solid #939393;
	-webkit-filter: drop-shadow(0 0 10px rgba(0,0,0,.2));
	box-sizing: border-box;
	padding-left: 18%;
}
.myDropMenu li:nth-of-type(4) a {
	text-decoration: none;
	color: #fff;
	font-family: "微軟正黑體";
	letter-spacing: 1px;
	background: url(../images/website_image/dropdown_bg3.png) no-repeat center;
	background-size: cover;
	display: inline-block;
	width: 65%;
	padding: 10px 0;
	text-align: left;
	margin-top: 5px;
	border: 1px solid #939393;
	-webkit-filter: drop-shadow(0 0 10px rgba(0,0,0,.2));
	box-sizing: border-box;
	padding-left: 18%;
}
.myDropMenu li:nth-of-type(5) a {
	text-decoration: none;
	color: #fff;
	font-family: "微軟正黑體";
	letter-spacing: 1px;
	background: url(../images/website_image/dropdown_bg3.png) no-repeat center;
	background-size: cover;
	display: inline-block;
	width: 65%;
	padding: 10px 0;
	text-align: left;
	margin-top: 5px;
	border: 1px solid #939393;
	-webkit-filter: drop-shadow(0 0 10px rgba(0,0,0,.2));
	box-sizing: border-box;
	padding-left: 18%;
}
.myDropMenu li:nth-of-type(6) a {
	text-decoration: none;
	color: #fff;
	font-family: "微軟正黑體";
	letter-spacing: 1px;
	background: url(../images/website_image/dropdown_bg3.png) no-repeat center;
	background-size: cover;
	display: inline-block;
	width: 65%;
	padding: 10px 0;
	text-align: left;
	margin-top: 5px;
	border: 1px solid #939393;
	-webkit-filter: drop-shadow(0 0 10px rgba(0,0,0,.2));
	box-sizing: border-box;
	padding-left: 18%;
}
.myDropMenu li:nth-of-type(7) a {
	text-decoration: none;
	color: #fff;
	font-family: "微軟正黑體";
	letter-spacing: 1px;
	background: url(../images/website_image/dropdown_bg3.png) no-repeat center;
	background-size: cover;
	display: inline-block;
	width: 65%;
	padding: 10px 0;
	text-align: left;
	margin-top: 5px;
	border: 1px solid #939393;
	-webkit-filter: drop-shadow(0 0 10px rgba(0,0,0,.2));
	box-sizing: border-box;
	padding-left: 18%;
}
@-webkit-keyframes db {
	50% {
		transform: translateX(3px);
	}
}
@keyframes db {
	50% {
		transform: translateX(3px);
	}
}
/*下拉選單 結束*/
.nav_title img {
	width: 86%;
	max-width: 95%;
	vertical-align: middle;
}
.nav_title {
	background: #396842;
	text-align: center;
	padding: 22px 0;
}
.index_right {
	width: 71%;
	display: inline-block;
	text-align: center;
	vertical-align: top;
}
.index_img {
	margin-right: 3.5%;
	background: url(../images/home/pic/1.png) no-repeat bottom center;
	background-size: cover;
	width: 30.5%;
	padding-top: 28.5%;
	max-height: 270px;
	font-family: "微軟正黑體";
	color: #fff;
	position: relative;
	overflow: hidden;
}
.index_img span {
	position: absolute;
	bottom: 0; left: 0;
	background: url(../images/home/pic/1.png) no-repeat bottom center;
	background-size: cover;
	filter: blur(5px);
	display: inline-block;
	width: 100%;
	height: 13%;
	min-height: 30px;
	max-height: 30px;
}
.index_img2 {
	background: url(../images/home/pic/g2.jpg) no-repeat bottom center;
	background-size: cover;
}
.index_img2 span {
	background: url(../images/home/pic/g2.jpg) no-repeat bottom center;
	background-size: cover;
}
.index_img3 {
	background: url(../images/home/pic/g3.jpg) no-repeat bottom center;
	background-size: cover;
}
.index_img3 span {
	background: url(../images/home/pic/g3.jpg) no-repeat bottom center;
	background-size: cover;
}
.index_img b {
	position: absolute;
	bottom: 0; left: 0;
	display: inline-block;
	width: 100%;
	text-align: left;
	vertical-align: middle;
	font-size: 13px;
	font-weight: 400;
}
.index_img b::before {
	content: "圖片";
	font-size: 13px;
	color: #fff;
	font-weight: bolder;
	background: #009C1E;
	padding: 7px 7%;
	display: inline-block;
	vertical-align: middle;
	margin-right: 13px;
	font-weight: 400;
}
.index_video {
	background: url(../images/home/video/1.jpg) no-repeat bottom center;
	background-size: cover;
	width: 48%;
	padding-top: 28.5%;
	max-height: 270px;
	font-family: "微軟正黑體";
	color: #fff;
	position: relative;
	overflow: hidden;
}
.index_video span {
	position: absolute;
	bottom: 0; left: 0;
	background: url(../images/home/video/1.jpg) no-repeat bottom center;
	background-size: cover;
	filter: blur(5px);
	display: inline-block;
	width: 100%;
	height: 13%;
	max-height: 30px;
	min-height: 30px;
}
.index_video2 {
	background: url(../images/home/video/2.jpg) no-repeat bottom center;
	background-size: cover;
}
.index_video2 span {
	background: url(../images/home/video/2.jpg) no-repeat bottom center;
	background-size: cover;
}
.index_video3 {
	background: url(../images/home/video/3.jpg) no-repeat bottom center;
	background-size: cover;
}
.index_video3 span {
	background: url(../images/home/video/3.jpg) no-repeat bottom center;
	background-size: cover;
}
.index_video b {
	position: absolute;
	bottom: 0; left: 0;
	display: inline-block;
	width: 100%;
	text-align: left;
	vertical-align: middle;
	font-size: 13px;
	font-weight: 400;
}
.index_video b::before {
	content: "影片";
	font-size: 13px;
	color: #fff;
	font-weight: bolder;
	background: #A90028;
	padding: 7px 7%;
	display: inline-block;
	vertical-align: middle;
	margin-right: 13px;
	font-weight: 400;
}
.index_video::before {
	content: "";
	background: url(../images/website_image/u2.png) no-repeat center;
	background-size: contain;
	position: absolute;
	top: 40%; left: 37%;
	width: 25%; height: 25%;
}
.index_inset {
	padding: 0 1%;
}
.index_inset > div ,.index_inset > a {
	display: inline-block;
}
.index_inset:not(:last-of-type) {
	margin-bottom: 20px;
}
.index_inset_2 .index_img {
	margin-right: 0;
	margin-left: 3.5%;
}
/*foot 開始*/
.foot {
	background: #396842;
	padding: 17px 0;
	color: #fff;
	font-family: "微軟正黑體";
	font-size: 13px;
	letter-spacing: 1px;
	margin-top: 88px;
	text-align: center;
	position: relative;
	line-height: 25px;
}
.foot a {
	text-decoration: none;
	color: #fff;
}
.foot span:not(:last-of-type) {
	margin-right: 10px;
}
.foot p {
	margin: 0;
	padding: 0;
	margin-top: 3px;
	letter-spacing: 0;
}
.foot img {
	position: absolute;
	top: -37px; right: 2.5%;
	max-width: 100px;
	cursor: pointer;
}
/*foot 結束*/
/*page start*/
.page {
	display: block;
	text-align: center;
}
.page ul,.page li,.page a {
	margin: 0;
	padding: 0;
	display: inline-block;
	text-decoration: none;
}
.page a {
	border: 1px solid #959595;
	padding: 6px 10px;
	font-size: 15px;
	color: #959595;
	margin: 0 8px;
}
.page a.select {
	background: #5BB96D;
	color: #fff;
	border-color: #5BB96D;
}
.page_pn {
	vertical-align: middle;
}
.page_pn a {
	padding:0;
	border: 0;
}
.fa-angle-left:before {
	content: "";
	background: url(../images/website_image/news/prev.png) no-repeat center;
	background-size: contain;
	width: 31px; height: 31px;
	display: inline-block;
	padding: 0;
	border: 0;
}
.fa-angle-right:before {
	content: "";
	background: url(../images/website_image/news/next.png) no-repeat center;
	background-size: contain;
	width: 31px; height: 31px;
	display: inline-block;
	padding: 0;
	border: 0;
}
/*page end*/
/*trans start*/
.trans {
	font-family: "微軟正黑體";
	padding: 0 3%;
}
.trans_title {
	background: url(../images/website_image/trans/tbg.png) no-repeat center;
	background-size: cover;
	padding-top: 25px;
	padding-bottom: 130px;
	padding-left: 0;
	text-align: right;
}
.trans_title span {
	font-size: 32px;
	font-weight: bolder;
	display: inline-block;
	width: 100%;
	background: #5BB96D;
	padding: 22px 0;
	color: #fff;
	text-align: center;
}
.trans_txt {
	padding: 15px;
	background: #fff;
	width: 95%;
	margin: 0 auto;
	margin-top: -68px;
	position: relative;
	min-height: 353px;
}
.trans_txt > div {
	background: #F5F3F5;
	width: 68%;
	position: relative;
	float: right;
	right: 18px;
	text-align: left;
	line-height: 35px;
	padding: 8px 0;
	padding-left: 3.5%;
	margin-top: 110px;
	font-size: 15px;
}
.trans_txt > div::before {
	content: "";
	background: #5BB96D;
	width: 2.5%; height: 25%;
	position: absolute;
	top: 8px; left: 8px;
	display: inline-block;
}
.trans_txt > div > span {
	color: #396842;
}
.trans_logo {
	width: 31%;
	position: absolute;
	top: 18px; left: 18px;
}
.trans_logotxt {
	width: 60%;
	position: absolute;
	right: 28px; top: 84px;
}
.trans_form {
	background: url(../images/website_image/trans/mbg.png) no-repeat center;
	background-size: cover;
	margin: 0 2.5%;
	padding-top: 55px;
	padding-bottom: 25px;
}
.trans_form_left > span ,.trans_form_left > input {
	display: inline-block;
}
.pure-form-stacked input[type=text], .pure-form-stacked input[type=password], .pure-form-stacked input[type=email], .pure-form-stacked input[type=url], .pure-form-stacked input[type=date], .pure-form-stacked input[type=month], .pure-form-stacked input[type=time], .pure-form-stacked input[type=datetime], .pure-form-stacked input[type=datetime-local], .pure-form-stacked input[type=week], .pure-form-stacked input[type=number], .pure-form-stacked input[type=search], .pure-form-stacked input[type=tel], .pure-form-stacked input[type=color], .pure-form-stacked input[type=file], .pure-form-stacked select, .pure-form-stacked label, .pure-form-stacked textarea {
	display: inline-block;
	box-shadow: none;
	border-radius: 0;
}
.trans_form_left ,.trans_form_right {
	display: inline-block;
	box-sizing: border-box;
	text-align: left;
}
.trans_form_left {
	width: 77%;
}
.trans_form_right {
	width: 23%;
	padding-left: 3%;
}
.trans_form_left b {
	color: #5BB96D;
}
.trans_form_left > span {
	width: 60px;
	text-align: right;
	color: #fff;
	letter-spacing: 1px;
	font-size: 15px;
	vertical-align: top;
	position: relative;
	top: 7px;
	margin-right: 2%;
	margin-left: 5%;
}
.trans_form_left > input ,.trans_form_left > textarea,#captcha {
	width: calc(100% - 60px - 8%);
	border: #fff 1px solid;
	background: transparent;
	box-shadow: 0;
	height: 30px;
	margin-bottom: 25px !important;
	color: #fff;
}
.trans_form_left > input:focus ,.trans_form_left > textarea:focus,#captcha:focus {
	background: #fff;
	border-color: #fff !important;
	color: #000000;
}
.trans_form_left > textarea  {
	height: 75px;
	border-color: rgba(255,255,255,.6);
}
.captchaimg,#captcha {
	margin-bottom: 0 !important;
	margin-top: 0 !important;
	vertical-align: top;
}
#captcha {
	border-color: rgba(255,255,255,.6);
}
.captchaimg {
	width: 105px;
}
.trans_form_right {
	color: #fff;
	font-size: 15px;
	letter-spacing: 1px;
}
.trans_form_right input {
	-webkit-appearance: none;
	background: url(../images/website_image/trans/re.png) no-repeat center right,#959595;
	background-size: 20px;
	background-position: 90% 50%;
	border: 1px solid #fff;
	box-shadow: 0 0 15px 1px rgba(0,0,0,.3);
	padding:10px;
	padding-right: 40px;
	padding-left: 20px;
	display: block;
	letter-spacing: 2px;
	position: relative;
	bottom: 16px;
	transition: .3s all ease;
}
.trans_form_right input:hover ,.submit_btn:hover {
	background-size: 25px !important;
}
.submit_btn {
	background: url(../images/website_image/trans/sub.png) no-repeat center right,#5BB96D !important;
	background-size: 20px !important;
	background-position: 90% 50% !important;
	margin-top: 15px;
}
.trans_txt > div > a {
	text-decoration:none;
	color: #000000;
}
/*map*/
.trans_map {
    position: relative;
    padding-bottom: 40.25%;
    padding-top: 30px;
    height: 0;
    margin: 0 2.5%;
    border: 2px solid #5BB96D;
}
.trans_map::before {
	content: "";
	background: url(../images/website_image/trans/map.png) no-repeat center;
	background-size: contain;
	display: inline-block;
	width: 40px; height: 58px;
	z-index: 99;
	position: absolute;
	left: calc(50% - 20px); top: -30px;
}
.trans_map iframe {
    position: absolute;
    top: 2.5%;
    left: 1.5%;
    width: 97%;
    height: 95%;
}
/*trans end*/