@import url('https://fonts.googleapis.com/css?family=Poppins:500');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+TC:500');

.loading{
	position: fixed;
	top:0;
	width: 100%;
	height: 100%;
	color: #999;
	z-index: 9999;
	text-align: center;
	background-color: #fff;
}

.loading1{
	position: relative;
	display: inline-block;
	top: 45%;
	width: 27px;
	height: 27px;
}

.loading2{
	position: absolute;
	display: inline-block;
	top: -27px;
	right: -27px;
	width: 80px;
	height: 80px;
	background-image: url(../img/loading.png);
	background-position: center;
	background-repeat: no-repeat;
	-webkit-animation: loading 2s linear infinite;
	-moz-animation: loading 2s linear infinite;
	-o-animation: loading 2s linear infinite;
}

@-webkit-keyframes loading {
	from {-webkit-transform: rotate(0deg);}
	to {-webkit-transform: rotate(360deg);}
}
@-moz-keyframes loading {
	from {-moz-transform: rotate(0deg);}
	to {-moz-transform: rotate(360deg);}
}
@-o-keyframes loading {
	from {-o-transform: rotate(0deg);}
	to {-o-transform: rotate(360deg);}
}
@keyframes loading {
	from {transform: rotate(0deg);}
	to {transform: rotate(360deg);}
}

.loading_t{
	position: absolute;
	display: inline-block;
	top: 42px;
	left: -12px;
}

html{
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

html, body{
	padding: 0;
	margin: 0;
}

body{
	font-family: "Microsoft JhengHei", Arial, Helvetica, sans-serif;
	position: relative;
	color: #333;
	font-size: 15px;
	line-height: 26px;
	overflow-x: hidden;
	-webkit-text-size-adjust: none;
}

*,
*:after,
*::before{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6{
	font-family: "Noto Sans TC";
	line-height: 1.3;
	letter-spacing: 1px;
}

h1{
	width: 100%;
	color: #000;
	font-size: 40px;
	padding: 0;
	margin: 0;
}

h2{
	float: left;
	width: 100%;
	color: #245cb3;
	font-size: 22px;
	line-height: 1.2;
	padding: 0 0 0 12px;
	margin: 10px 0 25px 0;
	border-left: 4px solid #245cb3;
}

h3{
	float: left;
	width: 100%;
	color: #333;
	font-size: 20px;
	padding: 0;
	margin: 12px 0;
}

h4{
	float: left;
	width: 100%;
	color: #245cb3;
	font-size: 18px;
	padding: 0;
	margin: 12px 0;
}

p{
	float: left;
	display: block;
	margin: 0 0 10px 0;
}

a{
	color: #555;
	text-decoration: none;
	outline: none; /* for Firefox Google Chrome  */
	behavior: expression(this.onFocus=this.blur()); /* for IE */
}

a:focus{
	text-decoration: none;
	outline: none; /* for Firefox Google Chrome  */
	behavior: expression(this.onFocus=this.blur()); /* for IE */
}

a, a:link, a:active, a:visited, a:hover{
	text-decoration: none;
}

button{
	padding: 0;
	margin: 0;
	border: none;
	background-color: transparent;
	text-decoration: none;
	outline: none; /* for Firefox Google Chrome  */
	behavior: expression(this.onFocus=this.blur()); /* for IE */
}

ul, li{
	list-style: none;
	margin: 0;
	padding: 0;
}

input{
	font-family: "Microsoft JhengHei",Arial, Helvetica, sans-serif;
	padding: 0;
	border: 0;
}

area{
	outline: none; /* for Firefox Google Chrome  */
	behavior: expression(this.onFocus=this.blur()); /* for IE */
}

header{
	position: fixed;
	top:0;
	width: 100%;
	height: 60px;
	color: #fff;
	z-index: 2000;
	background-color: #fff;
	-webkit-transform: translateZ(0);
	-webkit-box-shadow: 0px 1px 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 5px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 5px rgba(0,0,0,0.3);
	transition: all 0.3s;
	transition: all 0s \9;
}

.header_s{
	height: 60px;
	-webkit-box-shadow: 0px 1px 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 5px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 5px rgba(0,0,0,0.3);
	transition: all 0.3s \9;
}

.navigation{
	width: 1100px;
	margin: 2px auto 0 auto;
	transition: margin 0.3s;
	transition: margin 0s \9;
}

.header_s .navigation{
	margin: 2px auto 0 auto;
	transition: margin 0.3s \9;
}

.logo{
	float: left;
	height: 41px;
	margin-top: 8px;
	transition: all 0.3s;
	transition: all 0s \9;
}

.logo img{
	height: 100%;
}

.header_s .logo{
	height: 41px;
	margin-top: 8px;
	transition: all 0.3s \9;
}

.nav_box{
	float: right;
}

.nav_box nav{
	float: left;
}

.nav_box ul.menu{
	float: left;
	margin: 0;
	border-top: 0; 
}

.nav_box ul.menu li{
	position: relative;
	float: left;
}

.nav_box ul.menu li a{
	float: left;
	height: 100%;
	color: #333;
	font-size: 15px;
	text-align: center;
	font-weight: bold;
	line-height: 1;
	padding: 22px 26px;
	border-bottom: 0;
	transition: color 0.15s ease;
}

.nav_box ul.menu li a:active{
	background-color: transparent\9;
}

.nav_box ul.menu li:hover a{
	color: #245cb3;
}

.nav_box ul.menu li a.current{
	color: #245cb3;
}

.nav_box ul.menu .n_a{
	display: none;
}

.nav_box ul.menu ul.submenu{
	position: absolute;
	visibility: hidden;
	opacity: 0;
	top: 58px;
	left: 50%;
	width: 180px;
	text-align: center;
	padding: 8px 0;
	transform: translateX(-50%);
	background-color: rgba(39,87,161,0.86);
	transition: all 0.15s ease;
}

.nav_box ul.menu ul.submenu.c_m_l{
	left: -48px;
	width: 230px;
}

.nav_box ul.menu li:hover ul{
	visibility: visible;
	opacity: 1;
}

.nav_box ul.menu ul.submenu li{
	float: left;
	width: 100%;
}

.nav_box ul.menu ul.submenu li a{
	width: 100%;
	color: #f1f1f1;
	font-size: 15px;
	padding: 12px;
}

.nav_box ul.menu ul.submenu li a:hover{
	color: #fff;
	transition: all 0.15s ease;
}

.nav_box ul.menu ul.submenu ul{
	visibility: hidden;
	opacity: 0;
	top: 0;
	left: 100%;
	width: 140px;
}

.nav_box ul.menu ul.submenu li:hover ul{
	visibility: visible;
	opacity: 1;
}

/*.arrow-bottom{
	position: absolute;
	top: 28px;
	right: 11px;
	display: inline-block;
	border-top: 6px solid #333;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
}*/

.arrow-bottom{
	position: absolute;
	top: 20px;
	right: 8px;
	display: inline-block;
}

.arrow-bottom:after{
	content: " ";
	display: inline-block;
	width: 13px;
	height: 9px;
	background-image: url(../img/arrow-bottom.svg);
	transition: all 0.15s ease;
}

.current .arrow-bottom:after{
	background-image: url(../img/arrow-bottom-h.svg);
}

.nav_box ul.menu li:hover .arrow-bottom:after{
	background-image: url(../img/arrow-bottom-h.svg);	
}

/*.arrow-right{
	position: absolute;
	top: 13px;
	right: 12px;
	display: inline-block;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 6px solid #bbb;
}*/

.m_menu_b{
	display: none;
}

.nav_r_box{
	float: left;
	margin-top: 16px;
}

.tel_box{
	float: left;
	color: #245cb3;
	font-size: 14px;
	line-height: 22px;
	margin-left: 30px;
}

.tel_box a{
	color: #245cb3;
}

.tel_box:before{
	content: "";
	float: left;
	width: 20px;
	height: 20px;
	margin: 1px 3px 0 0;
	background: url(../img/tel.svg) no-repeat center;
}

.nav_search_box{
	float: left;
	margin-left: 15px;
}

.nav_search{
	float: left;
}

.nav_search div{
	float: left;
	width: 23px;
	height: 23px;
	cursor: pointer;
	background: url(../img/nav_search.svg) no-repeat center;
	transition: opacity 0.2s;
}

.search_box{
	position: relative;
	float: left;
	width: 0;
	border-bottom: 1px solid #245cb3 !important;
	transition: width 0.2s;
}

.search_box_active{
	width: 100px;
}

/*IE hack*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.search_box{
		transition: width 0s;
	}

	.search_box_active{
		transition: width 0.2s;
	}
}

.search_box .form_control{
	width: 100%;
	height: 25px;
	font-size: 14px;
	margin: 0;
	padding: 0px;
	border: none;
	background-color: transparent;
}

.submit_b{
	position: absolute;
	display: none;
	top: 0;
	right: -23px;
	width: 23px;
	height: 23px;
	z-index: 100;
	cursor: pointer;
}

.sb_a{
	display: block;
}

.lan_box{
	float: left;
	margin: -2px 0 0 20px;
}

.lan_box a{
	float: left;
	width: 26px;
	height: 26px;
	color: #245cb3;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 26px;
	margin-left: 6px;
	border-radius: 100%;
	background-color: #e6e6e6;
	transition: all 0.15s;
}

.lan_box a:hover{
	color: #fff;
	background-color: #4077ce;
}

.lan_box a.lb_active{
	color: #fff;
	background-color: #245cb3;
}

#top{
	height: 60px;
}

#i_top #top{
	height: 0;
}

.iL img{
	display: none;
}

.kanban{
	position: relative;
	width: 100%;
}

.kanban .slide_con{
	position: relative;
	display: inline-block;
	width: 100%;
}

.kanban .slide_con .slide_con_img{
	width: 100%;
	padding-bottom: 40%;
}

/*.swiper-slide-active .slide_con{
	-webkit-animation: zoomin 1s;
	-moz-animation: zoomin 1s;
	-ms-animation: zoomin 1s;
	-o-animation: zoomin 1s;
	animation: zoomin 1s;
}

@-webkit-keyframes zoomin {
	from {transform: scale(1.03);}
	to {transform: scale(1.0);}
}
@-moz-keyframes zoomin {
	from {transform: scale(1.03);}
	to {transform: scale(1.0);}
}
@-ms-keyframes zoomin {
	from {transform: scale(1.03);}
	to {transform: scale(1.0);}
}
@-o-keyframes zoomin {
	from {transform: scale(1.03);}
	to {transform: scale(1.0);}
}
@keyframes zoomin {
	from {transform: scale(1.03);}
	to {transform: scale(1.0);}
}*/

.ss_text{
	font-family: "Noto Sans TC";
	position: absolute;
	right: 8vw;
	top: 15.5vw;
	color: #fff;
	font-size: 2.2vw;
	font-weight: 500;
	line-height: 1.3;
	letter-spacing: 1px;
	opacity: 0;
	transform: translateY(-50%);
	transition: all 0.8s ease 0.3s;
}

.ss_text2{
	font-family: "Noto Sans TC";
	position: absolute;
	right: 8vw;
	top: 19.5vw;
	color: #fff;
	font-size: 1.4vw;
	font-weight: 500;
	line-height: 1.3;
	letter-spacing: 1px;
	opacity: 0;
	transform: translateY(50%);
	transition: all 0.8s ease 0.3s;
}

.ss_tb{
	color: #000;
}

.ss_link{
	font-family: "Noto Sans TC";
	position: absolute;
	display: inline-block;
	right: 8vw;
	top: 23.2vw;
	color: #fff;
	font-size: 1.2vw;
	font-weight: 500;
	line-height: 1.3;
	letter-spacing: 1px;
	opacity: 0;
	padding: 0.5vw 1.4vw;
	border: 1px solid #fff;
	transition: opacity 0.8s ease 0.5s, background-color 0.15s ease 0s;
}

.ss_link:hover{
	background-color: rgba(255,255,255,0.4);
}

.ss_link2{
	color: #245cb3;
	border: 1px solid #245cb3;
}

.swiper-slide-active .ss_text{
	opacity: 1;
	transform: translateY(0);
}

.swiper-slide-active .ss_text2{
	opacity: 1;
	transform: translateY(0);
}

.swiper-slide-active .ss_link{
	opacity: 1;
}

.swiper-container{
	width: 100%;
	height: 0;
	padding-bottom: 40%;
}

.swiper-container *:focus, .pd_img *:focus{
	text-decoration: none;
	outline: none; /* for Firefox Google Chrome  */
	behavior: expression(this.onFocus=this.blur()); /* for IE */
}

.swiper-container img{
	width: 100%;
}

.swiper-button-next, .swiper-button-prev{
	width: 30px;
	height: 58px;
	margin-top: -29px;
	opacity: 0.4;
	background-size: 100% auto;
	transition: opacity 0.15s;
}

.swiper-button-next:hover, .swiper-button-prev:hover{
	opacity: 0.7;
}

.swiper-button-prev{
	background-image: url(../img/a_p_w.svg);
}

.swiper-button-next{
	background-image: url(../img/a_n_w.svg);
}

.swiper-pagination{
	width: 100%;
	left: 0;
	bottom: 15px !important;
}

.swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	margin: 0 5px !important;
	opacity: 0.4;
	background: #fff;
}

.swiper-pagination-bullet-active{
	opacity: 1;
	background: #fff;
}

.i_about{
	padding: 50px 0 40px 0;
	background: url(../img/i_about_bg.jpg) no-repeat right bottom;
}

.content{
	position: relative;
	width: 1100px;
	min-height: 500px;
	margin: 20px auto 50px auto;
}

.content_i{
	margin: 0 auto;
	min-height: 0;
}

.con_i1{
	float: left;
	padding-bottom: 30px;
}

.con_i1 h1, .con_i2 h1{
	float: left;
	width: 100%;
	color: #084D08;
	text-align: center;
	line-height: 1;
	padding: 20px 0 15px 0;
}

.h1_en{
	font-family: "Poppins";
	float: left;
	width: 100%;
	color: #245cb3;
	font-size: 31px;
	font-weight: 500;
	letter-spacing: 5px;
	padding-bottom: 8px;
}

.h1_ch{
	font-family: "Noto Sans TC";
	float: left;
	width: 100%;
	color: #000;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 3px;
	padding-top: 7px;
}

.con_i1 h2{
	float: left;
	width: 100%;
	color: #A35B00;
	font-size: 26px;
	font-weight: bold;
	line-height: 1;
	padding: 15px 0;
	margin: 0;
	border-bottom: none;
}

.intro_box{
	float: left;
	padding: 30px 20px;
}

.intro_logo{
	float: left;
	width: 17%;
	border: 1px solid #e6e6e6;
}

.intro_logo img{
	float: left;
	width: 100%;
}

.intro{
	float: left;
	width: 78%;
	line-height: 2;
	padding-left: 40px;
}

.i_b{
	float: left;
	width: 100%;
	text-align: center;
}

.ibox{
	float: left;
	width: 320px;
	padding: 0 40px;
}

.ibox img{
	float: left;
	width: 100%;
}

.ibox_tbox{
	float: left;
	width: 100%;
}

.ibox_t{
	float: left;
	width: 100%;
	text-align: justify;
	padding: 0 10px;
	line-height: 25px;
}

.con_i2{
	position: relative;
	background-color: #e6e6e6;
}

.i2_f1{
	position: absolute;
	top: 100px;
	left: -140px;
	width: 321px;
	height: 503px;
	background-image: url(../img/f1.png);
}

.i2_f2{
	position: absolute;
	top: 50px;
	right: -150px;
	width: 433px;
	height: 295px;
	background-image: url(../img/f2.png);
}

.i2_f3{
	position: absolute;
	bottom: 0px;
	right: -90px;
	width: 305px;
	height: 185px;
	background-image: url(../img/f3.png);
}

.i2_cbox{
	position: relative;
	width: 1100px;
	padding: 70px 0 100px 0;
	margin: 0 auto;
	text-align: center;
}

.i2_cbox h2{
	float: left;
	width: 100%;
	color: #084D08;
	font-size: 28px;
	font-weight: bold;
	line-height: 1;
	padding: 0;
	margin: 0;
	border: none;
}

.i_product{
	float: left;
	width: 100%;
	padding: 50px 0 20px 0;
}

.ibox_p{
	float: left;
	width: 22.5%;
	margin: 0 1.25% 30px 1.25%;
	-webkit-box-shadow: 0px 1px 6px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 1px 6px rgba(0,0,0,0.2);
	box-shadow: 0px 1px 6px rgba(0,0,0,0.2);
	background-color: #fff;
	transition: box-shadow 0.15s;
}

.ibox_p:hover{
	-webkit-box-shadow: 0px 1px 6px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 1px 6px rgba(0,0,0,0.4);
	box-shadow: 0px 1px 6px rgba(0,0,0,0.4);
}

.ibox_p_img{
	float: left;
	width: 100%;
	opacity: 0.86;
	padding-bottom: 66%;
	transition: opacity 0.15s;
}

.ibox_p:hover .ibox_p_img{
	opacity: 1;
}

.ibox_p_info{
	float: left;
	width: 100%;
	padding: 20px;
}

.ibox_p_tit{
	font-family: "Noto Sans TC";
	float: left;
	width: 100%;
	color: #245cb3;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 1px;
	/*padding-bottom: 13px;*/
}

.ipt_ch{
	float: left;
	width: 100%;
	font-size: 20px;
	padding-bottom: 7px;
}

.ipt_en{
	float: left;
	width: 100%;
	font-size: 16px;
}

.ibox_p_con{
	float: left;
	width: 100%;
	height: 143px;
	line-height: 1.6;
	text-align: justify;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
}

.more{
	display: none;
}

.ibox_p_b{
	float: left;
	width: 100%;
}

.b1{
	font-family: "Noto Sans TC";
	display: inline-block;
	width: auto;
	height: auto;
	color: #245cb3;
	font-size: 15px;
	line-height: 1.3;
	font-weight: 500;
	letter-spacing: 1px;
	padding: 8px 50px 10px 50px;
	border: 1px solid #245cb3;
	transition: all 0.15s;
}

.b1:hover{
	color: #fff;
	background-color: #245cb3;
}

.b2{
	font-family: "Noto Sans TC";
	display: inline-block;
	width: auto;
	height: auto;
	color: #245cb3;
	font-size: 15px;
	line-height: 1.3;
	font-weight: 500;
	letter-spacing: 1px;
	padding: 6px 30px 8px 30px;
	margin-left: 8px;
	border: 1px solid #245cb3;
	transition: all 0.15s;
}

.b2:hover{
	color: #fff;
	background-color: #245cb3;
}

.b_l{
	font-size: 16px;
	padding: 11px 36px;
}

.pt_box{
	position: relative;
	width: 100%;
	padding-bottom: 14%;
	background-size: cover;
	background-repeat: no-repeat;
}

.pt01{background-image: url(../img/pt01.jpg);}
.pt02{background-image: url(../img/pt02.jpg);}
.pt03{background-image: url(../img/pt03.jpg);}
.pt04{background-image: url(../img/pt04.jpg); background-position: 0 -60px;}

.pt_box_c{
	position: absolute;
	top: 0;
	left: 0;
	width: 36vw;
	height: 100%;
}

.pt_box_c:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}

.pt_box_c_bg{
	position: absolute;
	top: 0;
	left: -6vw;
	width: 100%;
	height: 100%;
	z-index: 100;
	background-color: rgba(39,87,161,0.9);
	transform: skewX(16deg);
}

.pt_box_c h1{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 85%;
	color: #fff;
	z-index: 200;
	text-align: center;
	letter-spacing: 1px;
}

.pt_box_c h1 .h1_en{
	color: #fff;
	font-size: 2.25vw;
	padding: 0;
	letter-spacing: 8px;
}

.pt_box_c h1 .h1_ch{
	color: #fff;
	font-size: 1.4vw;
	padding-top: 0.8vw;
	letter-spacing: 4px;
}

.pt_box_mask{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.2);
}

h1.h1_w{
	color: #fff;
	font-size: 34px;
	-webkit-text-shadow: 0px 0px 8px rgba(0,0,0,0.3);
	-moz-text-shadow: 0px 0px 8px rgba(0,0,0,0.3);
	text-shadow: 0px 0px 8px rgba(0,0,0,0.3);
}

.breadcrumb{
	position: absolute;
	top: 0;
	right: 0;
	color: #999999;
	font-size: 14px;
	line-height: 26px;
	font-weight: bold;
	padding: 0;
	margin: 0 0 10px 0;
	background-color: transparent;
}

.breadcrumb a{
	color: #999999;
	transition: all 0.2s;
}

.breadcrumb a:hover{
	color: #245cb3;
}

.b_home{
	display: inline-block;
	vertical-align: top;
	width: 22px;
	height: 24px;
	background-image: url(../img/b_home.svg);
}

.b_home:hover{
	background-image: url(../img/b_home_h.svg);
}

.about{
	background-image: url(../img/about_bg.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}

.about p{
	text-align: justify;
}

.products_box{
	padding-top: 20px;
	background-color: #e6e6e6;
}

.products_box.bg_w{
	background-color: #fff;
}

.products_box .content{
	margin-top: 0;
}

.content.wide{
	width: 1200px;
}

.products{
	float: left;
	width: 100%;
}

.pbox{
	float: left;
	width: 48%;
	margin: 0 2% 2% 0;
	background-color: #fff;
	/*-webkit-box-shadow: 0px 1px 6px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 1px 6px rgba(0,0,0,0.2);
	box-shadow: 0px 1px 6px rgba(0,0,0,0.2);*/
	transition: box-shadow 0.15s;
}

.pbox:hover{
	-webkit-box-shadow: 0px 1px 6px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 6px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 6px rgba(0,0,0,0.3);
}

.pbox_img{
	float: left;
	display: block;
	width: 28%;
	padding-bottom: 51%;
	transition: opacity 0.15s;
}

.pbox_info{
	float: left;
	width: 72%;
	padding: 20px;
}

.pbox_tit{
	font-family: "Noto Sans TC";
	float: left;
	width: 100%;
	color: #245cb3;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 1px;
	padding-bottom: 7px;
}

.pbox_con{
	float: left;
	width: 100%;
	font-size: 14px;
	line-height: 24px;
	text-align: justify;
}

.p_detail{
	float: left;
	width: 100%;
}

.pd_basic_info{
	float: left;
	width: 100%;
	padding-bottom: 30px;
}

.pd_img_box{
	position: relative;
	float: left;
	width: 50%;
	overflow: hidden;
}

.pd_img{
	float: left;
	width: 88%;
	height: 500px;
	margin: 0 6%;
}

.pd_img .swiper-slide{
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.pd_img .swiper-slide:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}

.pd_img .swiper-slide img{
	display: inline-block;
	vertical-align: middle;
	max-width: 90%;
	max-height: 90%;
}

.pd_img .swiper-button-next{
	top: auto;
	bottom: 21px;
	right: -3px;
	opacity: 1;
	background-image: url(../img/a_n.svg);
	background-size: 70% auto;
}

.pd_img .swiper-button-prev{
	top: auto;
	bottom: 21px;
	left: -3px;
	opacity: 1;
	background-image: url(../img/a_p.svg);
	background-size: 70% auto;
}

.pd_img .swiper-button-disabled{
	opacity: 0.3;
}

.pd_img .swiper-pagination-bullet{
	opacity: 0.3;
	background-color: #245cb3;
}

.pd_img .swiper-pagination-bullet-active{
	opacity: 1;
}

.gallery-top{
	height: 80%;
	width: 100%;
	text-align: center;
	overflow: hidden;
}

.gallery-top.one_img{
	height: 100%;
}

.gallery-top .swiper-slide a{
	float: left;
	width: 100%;
	height: 100%;
}

.gallery-top .swiper-slide a img{
	display: none;
}

.gallery-top .swiper-pagination, .gallery-top .swiper-button-next, .gallery-top .swiper-button-prev{
	display: none;
}

.gallery-thumbs{
	height: 20%;
	padding: 16px 0;
	overflow: hidden;
}

.gallery-thumbs .swiper-slide{
	width: 25%;
	height: 100%;
	text-align: center;
	opacity: 0.4;
	border: 1px solid #ccc;
	cursor: pointer;
	transition: opacity 0.15s;
}

.gallery-thumbs .swiper-slide:hover{
	opacity: 1;
}

.gallery-thumbs .swiper-slide-thumb-active{
	opacity: 1;
}

.fancybox-bg{
	background: #000;
}

.fancybox-is-open .fancybox-bg{
	opacity: 1;
}

.fancybox-toolbar{
	margin-right: 0 !important;
}

.fancybox-button{
	background: transparent;
}

.fancybox-button svg path{
	fill: transparent;
	stroke: currentColor;
	stroke-linejoin: round;
	stroke-width: 3;
}

.fancybox-navigation .fancybox-button{
	opacity: 0.6 !important;
	margin-top: -19px;
}

.fancybox-navigation .fancybox-button:hover{
	opacity: 1 !important;
}

.fancybox-navigation .fancybox-button--arrow_left{
	background: url(../img/a_p_w.svg) no-repeat center;
}

.fancybox-navigation .fancybox-button--arrow_right{
	background: url(../img/a_n_w.svg) no-repeat center;
}

.fancybox-navigation .fancybox-button--arrow_left svg, .fancybox-navigation .fancybox-button--arrow_right svg{
	display: none;
}

.fancybox-slide--image{
	padding: 44px 0;
}

.pd_info{
	float: left;
	width: 50%;
	padding: 10px 40px 0 70px;
}

.pd_tit{
	font-family: "Noto Sans TC";
	float: left;
	width: 100%;
	color: #245cb3;
	font-size: 24px;
	line-height: 1.4;
	font-weight: 500;
	letter-spacing: 1px;
	padding-bottom: 16px;
}

.pd_con{
	float: left;
	width: 100%;
	line-height: 28px;
	text-align: justify;
	padding-bottom: 16px;
}

.pd_list{
	float: left;
	width: 100%;
}

.content ul{
	float: left;
	width: 100%;
	padding: 0 0 16px 16px;
}

.content ul li{
	float: left;
	width: 100%;
	font-size: 15px;
	text-indent: -15px;
	line-height: 1.5;
	padding-bottom: 10px;
}

.content ul li:before{
	content: "";
	display: inline-block;
	vertical-align: top;
	width: 9px;
	height: 9px;
	margin: 7px 7px 0 0;
	border-radius: 50%;
	background-color: #245cb3;
}

.pd_info .b2{
	float: right;
}

.pd_specification{
	float: left;
	width: 100%;
}

.pd_s_row{
	float: left;
	width: 100%;
}

.pd_s_row img{
	display: block;
	width: 900px !important;
	max-width: 100% !important;
	margin: 10px auto;
}

table{
	border: 2px solid #245cb3;
	margin: 10px 0 20px 0;
}

tr{
	border-bottom: 1px solid #b3b3b3;
}

tr:nth-child(even){
	background-color: #f6f8fc;
}

thead tr{
	color: #fff;
	background-color: #245cb3;
}

th{
	text-align: center;
	padding: 5px 20px;
	border-left: 1px solid #6f94cd;
}

td{
	text-align: center;
	padding: 10px 20px;
	border-left: 1px solid #b3b3b3;
}

.pd_column{
	float: left;
	width: 220px;
	padding-right: 40px;
}

.pd_column.c2{
	width: 440px;
}

.pd_c_tit{
	font-family: "Noto Sans TC";
	float: left;
	width: 100%;
	color: #245cb3;
	font-size: 18px;
	line-height: 1.4;
	padding-bottom: 10px;
	margin: 12px 0;
	border-bottom: 1px solid #b3b3b3;
}

.pd_i{
	float: left;
	width: 100%;
	padding: 0 15px 10px 0;
}

.pd_column.c2 .pd_i{
	width: 50%;
}

.downloads{
	float: left;
	width: 100%;
	padding: 70px 8% 0 8%;
}

.d_row{
	float: left;
	width: 100%;
	padding-bottom: 10px;
	margin-bottom: 25px;
	border-bottom: 1px solid #b3b3b3;
}

.d_row_t{
	font-family: "Noto Sans TC";
	float: left;
	font-size: 18px;
	letter-spacing: 2px;
	padding: 5px 0;
}

.d_row_b{
	float: right;
}

.l_box{
	float: left;
	width: 185px;
	height: calc(100vh - 200px);
}

.l_box_fixed{
	position: fixed !important;
	top: 90px;
	z-index: 100;
}

.l_nav_container{
	display: inline-block;
	width: 100%;
	border: 1px solid #CBCDCE;
}

.l_nav_container *{
	display: inline-block;
	vertical-align: middle;
}

.l_nav_tit{
	width: 100%;
	color: #424141;
	font-size: 24px;
	padding: 0 0 15px 0;
}

.dropdown-trigger{
	display: none;
}

.l_nav_box{
	width: 100%;
	text-align: center;
	background-color: #EFEFF0;
}

.l_nav{
	width: 100%;
	color: #333;
	font-size: 16px;
	font-weight: bold;
	padding: 12px 0;
	border-bottom: 1px solid #CBCDCE;
}

.l_nav:last-child{
	border-bottom: none;
}

.l_nav:hover{
	border-left: 5px solid rgba(10,105,10,0.9);
	background-color: rgba(255,255,255,0.9);
	transition: all 0.2s;
}

.l_nav_active{
	color: #0A690A;
	border-left: 5px solid #0A690A;
	background-color: rgba(255,255,255,1);
}

.l_nav_s{
	font-size: 15px;
}

.r_box{
	float: left;
	width: 775px;
	text-align: justify;
	margin: 0 0 0 40px;
}

.r_box_m_l{
	margin-left: 225px;
}

.a_c_rowbox{
	float: left;
	width: 100%;
	margin: 0 0 15px 0;
}

.a_c_row{
	float: left;
	width: 100%;
	padding: 5px 0 0 0;
}

.a_c_img{
	float: left;
	width: 66.8%;
}

.a_c_con{
	float: left;
	width: 30.2%;
	margin: 0 0 0 3%;
}

.a_c_ul{
	float: left;
	width: 100%;
	margin: 10px 0 0 0;
	border-top: 1px solid #CBCDCE;
}

.a_c_ul li{
	float: left;
	width: 100%;
	padding: 10px 0 0 0;
}

.a_c_ul li:before{
	content: " ";
	display: inline-block;
	vertical-align: bottom;
	width: 24px;
	height: 24px;
	background-image:url(../img/v.svg);
}

.a_f_box{
	float: left;
	width: 100%;
	padding: 40px 0 0 0;
}

.a_f_row{
	position: relative;
	float: left;
	width: 720px;
	padding: 0 0 36px 78px;
	margin: 0 0 0 55px;
	border-left: 3px solid #76B051;
}

.a_f_row:last-child{
	border-left: 3px solid #fff;
}

.a_f_tit{
	position: absolute;
	top: -30px;
	left: -60px;
	width: 116px;
	height: 116px;
	color: #2C7500;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding: 44px 0 0 0;
	border: 1px solid #76B051;
	border-radius: 116px;
	-webkit-border-radius: 116px;
	-moz-border-radius: 116px;
	background-color: #fff;
}

.a_f_con{
	float: left;
	width: 100%;
	padding: 0 0 10px 0;
}

.a_f_img{
	float: left;
	width: 100%;
}

.a_f_img img{
	float: left;
	width: 100%;
}

.a_h_box{
	float: left;
	width: 100%;
}

.a_h_row{
	float: left;
	width: 100%;
	margin: 10px 0;
}

.a_h_y{
	float: left;
	width: 13.5%;
	color: #338800;
	font-size: 36px;
	line-height: 0.95;
}

.a_h_r{
	float: left;
	width: 86.5%;
}

.a_h_tit{
	float: left;
	width: 100%;
	color: #2C7500;
	font-size: 18px;
	font-weight: bold;
}

.a_h_con{
	float: left;
	width: 100%;
}

.a_o_box{
	float: left;
	width: 100%;
}

.s_o_box{
	float: left;
	width: 100%;
}

.s_o_wf{
	float: left;
	width: 36%;
	margin-top: 12px;
}

.s_o_row{
	position: relative;
	float: left;
	width: 100%;
	line-height: 1;
	font-weight: bold;
	text-align: center;
	padding: 12px 10px;
	margin: 0 0 32px 0;
	border: 1px solid #000;
	background-color: #fff;
}

.s_o_row:last-child{
	margin: 0;
}

.s_oem .s_o_row{
	color: #245cb3;
	border: 1px solid #245cb3;
}

.s_oem .s_o_row .s_o_t_c{
	color: #488B1D;
}

.s_oem .s_o_row:after{
	border-top-color: #ACD791;
}

.s_odm .s_o_row{
	color: #A37B4F;
	border: 1px solid #BE946B;
}

.s_odm .s_o_row .s_o_t_c{
	color: #845D3B;
}

.s_odm .s_o_row:after{
	border-top-color: #D2AC83;
}

.s_spa .s_o_row{
	color: #AC1C2A;
	border: 1px solid #DA8086;
}

.s_spa .s_o_row .s_o_t_c{
	color: #A4283F;
}

.s_spa .s_o_row:after{
	border-top-color: #E4939B;
}

.s_o_t_c{
	font-size: 18px;
}

.s_o_t_e{
	font-size: 15px;
	padding: 7px 0 0 0;
}

.s_o_row:after{
	content: " ";
	position: absolute;
	bottom: -23px;
	left: 50%;
	margin: 0 0 0 -30px;
	border-top: 14px solid #000;
	border-right: 26px solid transparent;
	border-left: 26px solid transparent;
}

.s_o_row:last-child:after{
	border: none;
}

.s_o_i{
	float: left;
	width: 64%;
}

.p_box_tit{
	float: left;
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	padding: 0 20px;
}

.p_box_con{
	float: left;
	width: 100%;
	padding: 15px;
}

.p_box_info{
	float: left;
	width: 100%;
	text-align: left;
}

.p_i_h{
	float: left;
	width: 100%;
	color: #fff;
	font-weight: bold;
	padding: 6px 15px;
	background-color: #80BA17;
}

.p_i_h_l{
	float: left;
	width: 25%;
}

.p_i_h_r{
	float: left;
	width: 75%;
	padding: 0 0 0 8px;
}

.p_i_b{
	float: left;
	width: 100%;
}

.p_row{
	float: left;
	width: 100%;
	padding: 8px 15px;
	border-bottom: 1px solid #CBCDCE;
}

.p_row_l{
	float: left;
	width: 25%;
	color: #6aa500;
	font-weight: bold;
}

.p_row_r{
	float: left;
	width: 75%;
	padding: 0 0 0 8px;
}

.p_row_n{
	float: left;
	width: 100%;
	color: #6aa500;
	font-size: 14px;
	padding: 5px 0 0 20px;
}

.contact_box{
	float: left;
	width: 100%;
}

.map_box{
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

.map_box iframe{
	float: left;
	width: 100%;
	height: 300px;
}

.contact_row{
	float: left;
	width: 100%;
	padding: 10px 0;
}

.qr_code_box{
	float: left;
	padding: 10px;
	background-color: #ECECED;
}

.qr_code_box img{
	float: left;
}

.contact_info{
	float: left;
	font-size: 16px;
	font-weight: bold;
	padding: 0 0 0 20px;
}

.contact_info_row{
	float: left;
	width: 100%;
	padding-bottom: 20px;
}

.contact_info_row a{
	color: #333;
}

.contact_info .tel:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 24px;
	height: 24px;
	margin: 0 5px 0 0;
	opacity: 0.9;
	background: url(../img/tel.svg) no-repeat center;
}

.contact_info .fax:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 24px;
	height: 24px;
	margin: 0 5px 0 0;
	opacity: 0.9;
	background: url(../img/fax.svg) no-repeat center;
}

.contact_info .email:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 24px;
	height: 24px;
	margin: 0 5px 0 0;
	opacity: 0.9;
	background: url(../img/email.svg) no-repeat center;
}

.cir_tit{
	font-family: "Noto Sans TC";
	font-size: 20px;
	font-weight: 500;
}

.contact_b .b1{
	margin: 0 10px 10px 0;
}

.consultation{
	float: left;
	width: 100%;
}

.consultation_from{
	float: left;
	width: 80%;
	padding: 10px 0 0 0;
}

.c_f_row{
	float: left;
	width: 100%;
	padding: 12px 0;
}

.c_f_row_2{
	float: left;
	width: 50%;
}

.c_f_row_l{
	float: left;
	width: 88px;
	font-weight: bold;
	text-align: right;
	line-height: 1;
	padding: 10px 0 0 0;
}

.c_f_row_r{
	float: left;
	width: calc(100% - 88px);
	padding: 0 0 0 3px;
}

select{
	position: relative;
	cursor: pointer;
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.select_box{
	position: relative;
}

.select_box:after{
	content: " ";
	position: absolute;
	display: inline-block;
	top: 15px;
	right: 12px;
	width: 16px;
	height: 16px;
	background-image: url(../img/arrow-bottom.svg);
	background-size: 100% auto;
	background-repeat: no-repeat;
	pointer-events: none;
}

.form_control{
	display: block;
	float: left;
	width: 100%;
	height: 38px;
	padding: 8px;
	font-size: 16px;
	line-height: 1;
	color: #333;
	background-color: #f6f6f6;
	background-image: none;
	border: 2px solid #DDD;
	border-radius: 0 !important;
	-webkit-transition: border-color ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s;
	transition: border-color ease-in-out .15s;
}

.form_control:focus{
	border-color: #AAA;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.form_c_textarea{
	height: 200px;
}

.t_a_c{
	text-align: center;
}

.clearfix{
	clear: both;
}

.h_d{
	display: none;
}

.d_n{
	display: none !important;
}

.d_b{
	display: block !important;
}

.v_h{
	visibility: hidden !important;
	opacity: 0 !important;
}

.d_v{
	visibility: visible !important;
	opacity: 1 !important;
}

.top{
	position: fixed;
	bottom: 22px;
	right: 22px;
	width: 47px;
	height: 47px;
	z-index: 80;
	opacity: 0;
	visibility: hidden;
	background-image: url(../img/top.svg);
	background-size: 100% auto;
	background-repeat: no-repeat;
	transition: all 0.2s;
}

.top:hover{
	opacity: 0.8 !important;
}

footer{
	font-size: 13px;
	text-align: center;
	padding: 30px 0;
	color: rgba(255,255,255,0.8);
	background-color: #5e6c82;
}

.footer_box{
	display: inline-block;
	padding: 0 20px;
	border-left: 1px solid rgba(255,255,255,0.8);
}

.footer_box div{
	text-align: left;
	padding-bottom: 5px;
}

.footer_box a{
	color: rgba(255,255,255,0.8);
	transition: color 0.15s;
}

.footer_box a:hover{
	color: rgba(255,255,255,1);
}

.footer_box .tel:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	margin: 0 5px 0 0;
	opacity: 0.9;
	background: url(../img/f_tel.svg) no-repeat center;
}

.footer_box .fax:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	margin: 0 5px 0 0;
	opacity: 0.9;
	background: url(../img/f_fax.svg) no-repeat center;
}

.footer_box .email:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	margin: 0 5px 0 0;
	opacity: 0.9;
	background: url(../img/f_email.svg) no-repeat center;
}

.f_logo:hover{
	opacity: 1;
}

.footer_t{
	display: inline-block;
	vertical-align: top;
	text-align: left;
	margin: 8px 0 0 20px;
}

.ft_m_br{
	display: none;
}

.footer_t a{
	color: rgba(255,255,255,0.8);
}

@media screen and (max-width: 1050px){

.b_o_h{
	overflow: hidden;
}

header{
	height: 50px !important;
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.2);
	box-shadow: 0px 1px 3px rgba(0,0,0,0.2);
}

.navigation{
	position: relative;
	width: 100%;
	margin: 0 auto !important;
}

.logo{
	position: absolute;
	display: inline-block;
	float: none;
	left: 50%;
	height: 36px !important;
	margin-top: 7px !important;
	transform: translateX(-50%);
}

.m_menu_b{
	float: left;
	display: block;
	width: 50px;
	height: 50px;
	background-size: 50% auto;
	background-repeat: no-repeat;
	background-position: 13px 13px;
	background-image: url(../img/m_menu_b.svg);
}

.m_menu_bg{
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	visibility: hidden;
	opacity: 0;
	z-index: 100;
	background-color: rgba(0,0,0,0.7);
	transition: all 0.35s;
}

.nav_box{
	position: absolute;
	top: 0;
	left: 0;
	width: 260px;
	height: 100vh;
	overflow: auto;
	z-index: 200;
	transform: translateX(-260px);
	-webkit-box-shadow: 0px 1px 5px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 1px 5px rgba(0,0,0,0.6);
	box-shadow: 0px 1px 5px rgba(0,0,0,0.6);
	background-color: #f9f9f9;
	-webkit-overflow-scrolling: touch;
	transition: transform 0.3s;
}

.nav_box_d_b{
	transform: translateX(0);
}

.nav_box ul.menu li{
	width: 100%;
}

.nav_box ul.menu li a{
	width: 260px;
	height: 46px;
	color: #333 !important;
	line-height: 47px;
	padding: 0;
	border-bottom: 1px solid #ddd;
}

.nav_box ul.menu li a.current{
	color: #333;
}

.nav_box ul.menu li:hover a.current{
	color: #245cb3;
}

.nav_box ul.menu ul.submenu{
	position: static;
	display: none;
	visibility: visible;
	opacity: 1;
	float: left;
	width: 100% !important;
	padding: 0;
	border: none;
	border-bottom: 1px solid #ddd;
	transform: translateX(0);
}

.nav_box ul.menu ul.submenu li{
	float: left;
	width: 100%;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}

.nav_box ul.menu ul.submenu li:last-child{
	border-bottom: 0;
}

.nav_box ul.menu ul.submenu li a{
	float: left;
	width: 100%;
	color: #fff !important;
	padding: 0;
	border-bottom: none;
}

.nav_box ul.menu ul.submenu ul{
	position: static;
	display: none;
	visibility: visible;
	opacity: 1;
	top: 0;
	left: 0;
	float: left;
	width: 100%;
	border-top: 1px solid #eee;
	border-bottom: none;
}

.nav_box ul.menu li .n_a{
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	width: 46px !important;
	height: 46px;
	padding: 0 !important;
	z-index: 300;
	border-left: 1px solid #ddd;
	background-image: url(../img/n_a_d.svg);
	transition: all 0s;
}

.nav_box ul.menu li ul li .n_a{
	border-left: 1px solid #eee;
}

.nav_box ul.menu li .n_a_u{
	background-image: url(../img/n_a_u.svg);
}

.nav_r_box{
	width: 100%;
	padding: 20px 0;
	margin: 0;
	border-bottom: 1px solid #ddd;
}

.tel_box{
	margin: 3px 15px 0 30px;
	text-align: center;
}

.tel_box:before{
	display: inline-block;
	vertical-align: top;
	float: none;
	margin: 1px 2px 0 0;
}

.nav_search_box{
	width: 100%;
	padding: 20px;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #ddd;
}

.search_box{
	width: 190px;
	margin-right: 4px;
	border: 1px solid #c6c6c6 !important;
}

.search_box .form_control{
	padding: 0 5px;
}

.nav_search div{
	width: 26px;
	height: 26px;
}

.submit_b{
	display: block;
	right: -31px;
	width: 26px;
	height: 26px;
}

.lan_box{
	margin: 0;
}

.lan_box a{
	display: inline-block;
	float: none;
}

.arrow-bottom{
	display: none;
}

.arrow-right{
	display: none;
}

#top{
	height: 50px;
}

.swiper-container{
	padding-bottom: 75%;
}

.kanban .slide_con .slide_con_img{
	padding-bottom: 75%;
}

.swiper-button-next, .swiper-button-prev{
	top: 56%;
	width: 20px;
	opacity: 0.8;
}

.ss_text{
	top: 25vw;
	right: 0;
	width: 100%;
	font-size: 6.6vw;
	text-align: center;
	text-shadow: 0px 0px 12px rgba(0,0,0,0.8);
	z-index: 100;
}

.ss_text2{
	top: 37vw;
	right: 0;
	width: 100%;
	font-size: 4.2vw;
	text-align: center;
	text-shadow: 0px 0px 12px rgba(0,0,0,0.8);
	z-index: 100;
}

.ss_tb{
	color: #fff;
}

.ss_link{
	top: 49vw;
	right: 50%;
	font-size: 4vw;
	padding: 2vw 5vw;
	z-index: 100;
	transform: translateX(50%);
}

.ss_link2{
	color: #fff;
	border: 1px solid #fff;
}

.slide_con_bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.2);
}

.swiper-pagination{
	bottom: 10px !important;
}

.i_about{
	padding: 30px 0;
	background-size: 110% auto;
}

.content{
	width: 80%;
	min-height: 0;
	padding-top: 7px;
}

.content_i{
	padding-top: 0;
}

.content.wide{
	width: 80%;
}

.con_i1{
	padding-bottom: 20px;
}

.con_i1 h1, .con_i2 h1{
	padding: 12px 0;
}

.h1_en{
	font-size: 30px;
}

.intro_box{
	text-align: center;
	padding: 20px 0;
}

.intro_logo{
	display: none;
	/*display: inline-block;*/
	float: none;
	width: 70%;
}

.intro{
	line-height: 26px;
}

.ms-skin-default .ms-nav-next, .ms-skin-default .ms-nav-prev{
	display: none !important;
	opacity: 0 !important;
}

.ms-bullets.ms-dir-h{
	opacity: 1 !important;
}

.intro_box{
	padding: 0 0 15px 0;
}

.intro{
	width: 100%;
	line-height: 26px;
	text-align: justify;
	padding: 15px 10px;
}

.i2_f1,.i2_f2,.i2_f3{
	display: none;
}

.i2_cbox{
	width: 100%;
	padding: 30px 0 50px 0;
}

.i_product{
	padding: 20px 0 0 0;
}

.ibox_p{
	width: 76%;
	margin: 0 12% 30px 12%;
	-webkit-box-shadow: 0px 1px 6px rgba(0,0,0,0) !important;
	-moz-box-shadow: 0px 1px 6px rgba(0,0,0,0) !important;
	box-shadow: 0px 1px 6px rgba(0,0,0,0) !important;
}

.ibox_p_img{
	opacity: 1 !important;
}

.more{
	display: block;
	float: left;
	width: 100%;
	color: #245cb3;
	font-size: 14px;
	line-height: 1;
	text-align: right;
	padding-top: 15px;
}

.pt_box{
	padding-bottom: 50%;
}

.pt03{
	background-position: 62% bottom;
}

.pt04{
	background-position: right top;
}

.pt_box_c{
	width: 100%;
	text-align: center;
}

.pt_box_c h1 .h1_en{
	font-size: 30px;
}

.pt_box_c h1 .h1_ch{
	font-size: 20px;
	padding-top: 10px;
}

.pt_box_c_bg{
	display: none;
}

.pt_box_mask{
	background-color: rgba(0,0,0,0.3);
}

.breadcrumb{
	top: -13px;
	right: -23px;
	margin: 0;
}

.about{
	background-size: 60% auto;
}

.pbox{
	width: 100%;
	margin: 0 0 30px 0;
}

.pbox_img{
	width: 100%;
	padding-bottom: 50%;
}

.pbox_info{
	width: 100%;
	padding: 20px;
	text-align: center;
}

.pbox_tit{
	padding-bottom: 12px;
}

.pbox_tit_ch{
	float: left;
	width: 100%;
	font-size: 20px;
	padding-bottom: 7px;
}

.pbox_tit_en{
	float: left;
	width: 100%;
}

.pd_img_box{
	width: 100%;
	margin-top: -5px;
	margin-bottom: 15px;
}

.pd_img{
	height: 260px;
	width: 84%;
	margin: 0 8%;
}

.pd_img.one_img{
	margin-bottom: -12%;
}

.gallery-top{
	height: 86%;
}

.gallery-top .swiper-pagination{
	display: block;
	bottom: 0 !important;
}

.gallery-top .swiper-button-next, .gallery-top .swiper-button-prev{
	display: block;
	bottom: 120px;
}

.gallery-thumbs{
	opacity: 0;
	visibility: hidden;
}

.swiper-pagination-lock, .swiper-button-lock{
	display: none !important;
}

.fancybox-navigation{
	display: none;
}

.fancybox-navigation .fancybox-button{
	top: 50%;
}

.fancybox-navigation .fancybox-button--arrow_left{
	left: 0;
}

.fancybox-navigation .fancybox-button--arrow_right{
	right: 0;
}

.pd_info{
	width: 100%;
	padding: 0;
}

.pd_tit{
	font-size: 20px;
	padding-bottom: 12px;
}

.pd_tit_ch{
	float: left;
	width: 100%;
	padding-bottom: 5px;
}

.pd_tit_en{
	float: left;
	width: 100%;
}

.pd_con{
	line-height: 28px;
}

.content ul{
	padding: 0 0 10px 16px;
}

.pd_column{
	width: 100%;
	padding: 0;
}

.pd_column.c2{
	width: 100%;
}

th{
	padding: 3px;
}

.downloads{
	padding: 50px 0 0 0;
}

.contact_info{
	padding: 0;
}

.contact_info_row{
	font-size: 13px;
	padding-bottom: 10px;
}

.contact_info .tel:before, .contact_info .fax:before, .contact_info .email:before{
	width: 20px;
	height: 20px;
}

.l_box{
	position: static !important;
	width: 100% !important;
	height: auto !important;
}

.scroll-wrapper > .scroll-content{
	width: 100% !important;
}

.dropdown-trigger{
	position: relative;
	display: block;
	width: 100%;
	min-height: 50px;
	color: #0A690A;
	font-size: 21px;
	line-height: 1;
	font-weight: bold;
	text-align: center;
	padding: 14px 10px 10px 10px;
	border: 1px solid #CBCDCE;
}

.dropdown-trigger:after{
	content: " ";
	position: absolute;
	top: 12px;
	right: 12px;
	width: 24px;
	height: 24px;
	background-image: url(../img/arrow-bottom-b.svg);
}

.dropdown{
	position: absolute;
	top: 49px;
	left: 0;
	width: 100%;
	z-index: 60;
	visibility: hidden;
	opacity: 0;
	transition: all .15s ease;
}

.dropdown-is-active{
	visibility: visible;
	opacity: 1;
}

.l_nav_container{
	position: relative;
	margin: 10px 0 12px 0;
	border: none;
}

.l_nav_tit{
	display: none;
}

.l_nav_box{
	border: 1px solid #dcdcdc;
	background-color: #fff;
}

.l_nav{
	height: 46px;
	line-height: 1;
	padding: 15px 0 0 0;
	border-bottom: 1px solid #dcdcdc;
}

.l_nav:hover{
	color: #fff;
	border-left: none;
	background-color: #80BA17;
}

.l_nav_box.p_l_nav .l_nav{
	float: left;
	width: 50%;
	border-right: 1px solid #dcdcdc;
}

.l_nav_box.p_l_nav .l_nav:nth-child(2n){
	border-right: none;
}

.l_nav_box.p_l_nav .l_nav:nth-last-child(2){
	border-bottom: none;
}

.l_nav_active{
	border-left: none;
}

.l_nav_s{
	font-size: 16px;
}

.r_box{
	width: 100%;
	margin: 0;
}

.r_box h2{
	display: none;
}

.a_c_img{
	width: 61%;
}

.a_c_con{
	width: 36%;
}

.a_c_ul li{
	padding: 5px 0 0 0;
}

.a_f_row{
	width: 88%;
	margin: 0 0 0 9%;
}

.a_h_r{
	padding: 0 0 0 2%;
}

.a_o_box img{
	width: 100%;
}

.s_o_wf{
	width: 40%;
}

.s_o_i{
	width: 60%;
}

.p_row_n{
	text-align: center;
}

.contact_box h2{
	margin: 12px 0;
}

.consultation_from{
	width: 100%;
}

.v_d{
	display: none;
}

.h_d{
	display: block;
}

.footer_box{
	width: 100%;
	padding: 0 40px;
	border: none;
}

.footer_t{
	padding: 0 20px;
	margin: 0;
}

.f_logo{
	display: none;
}

}

@media screen and (max-width: 767px){

.c_f_row_2{
	width: 100%;
}

}