@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: #888;
	font-size: 14px;
	line-height: 1.6;
	overflow-x: hidden;
	-webkit-text-size-adjust: none;
}

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

@media all and (-ms-high-contrast:none){
	*::-ms-backdrop, header, header *, .container_box *{ transition: 0s !important; } /* IE11 */
}

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

h1{
	font-family: "Microsoft JhengHei";
	width: 100%;
	color: #08486a;
	font-size: 36px;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
}

.en h1{
	font-size: 30px;
	text-indent: -44px;
	padding-left: 44px;
}

h1:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	margin: -11px 16px 0 0;
	background: url(../img/icon_da_db.svg) no-repeat center;
}

h2, .search_result{
	font-family: "Microsoft JhengHei";
	float: left;
	width: 100%;
	color: #08486a;
	font-size: 21px;
	line-height: 1.3;
	padding: 0 0 0 13px;
	margin: 10px 0 25px 0;
	border-left: 4px solid #009FE8;
}

.home h2, .contact_box h2{
	font-weight: normal;
	padding: 0;
	border: none;
}

.home h2:before, .contact_box h2:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	color: #0192d5;
	width: 24px;
	height: 24px;
	margin: -12px 10px 0 0;
	background: url(../img/icon_da_b.svg) no-repeat center;
}

.products_box h2{
	width: auto;
	min-width: 22%;
	font-weight: bold;
	text-transform: uppercase;
	padding-right: 20px;
}

.contact_box h2:before{
	background-image: url(../img/icon_da_db.svg);
}

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

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

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

a{
	color: #888;
	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 */
}

button:focus{
	text-decoration: none !important;
	outline: none !important; /* for Firefox Google Chrome  */
	behavior: expression(this.onFocus=this.blur()) !important; /* 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;
	left: 0;
	width: 100%;
	height: 90px;
	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;
}

.header_s{
	height: 66px;
	-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);
}

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

.header_s .navigation{
	margin: 6px auto 0 auto;
}

.logo{
	float: left;
	height: 66px;
	transition: all 0.3s;
}

.logo img{
	height: 100%;
}

.header_s .logo{
	height: 52px;
}

.nav_box{
	float: right;
	margin: 22px 104px 0 0;
	transition: all 0.3s;
}

.header_s .nav_box{
	margin-top: 6px;
}

header.sba .nav_box{
	margin-right: 204px;
}

.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:after{
	content: "";
	position: absolute;
	top: 17px;
	right: 0;
	width: 1px;
	height: 28px;
	background-image: url(../img/menu-line.png);
}

.nav_box ul.menu li:last-child:after{
	display: none;
}

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

.en .nav_box ul.menu li a{
	padding: 22px;
}

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

.nav_box ul.menu > li > a:before{
	content: "";
	display: none;
	position: absolute;
	top: 0;
	left: 50%;
	width: 14px;
	height: 14px;
	transform: translateX(-50%);
	background: url(../img/icon_menu.png) no-repeat center;
}

.nav_box ul.menu > li:hover > a:before{
	display: block;
}

.nav_box ul.menu li:hover a{
	/*color: #009FE8;*/
}

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

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

.nav_box ul.menu ul.submenu{
	position: absolute;
	visibility: hidden;
	opacity: 0;
	top: 59px;
	left: 50%;
	width: 114px;
	text-align: center;
	padding: 8px 0;
	transform: translateX(-50%);
	background-color: rgba(0,159,232,0.86);
	transition: all 0.3s;
}

.en .nav_box ul.menu ul.submenu{
	width: 160px;
}

.nav_box ul.menu ul.submenu.pro{
	width: 200px;
}

.header_s .nav_box ul.menu ul.submenu{
	top: 54px;
}

.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: 14px;
	padding: 12px;
}

.nav_box ul.menu ul.submenu li a:hover{
	color: #fff;
	background-color: rgba(255,255,255,0.2);
	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;
}

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

.tel_box a{
	color: #009FE8;
}

.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{
	position: absolute;
	top: 41px;
	right: 80px;
	transition: top 0.3s;
}

.header_s .nav_search_box{
	top: 24px;
}

.nav_search{
	float: left;
}

.nav_search div{
	float: left;
	width: 19px;
	height: 19px;
	cursor: pointer;
	background: url(../img/icon_search.svg) no-repeat center;
}

.search_box{
	position: relative;
	float: left;
	width: 0;
	border-bottom: 1px solid #009FE8 !important;
	transition: width 0.3s;
}

.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{
	position: absolute;
	top: 38px;
	right: 0;
	font-size: 13px;
	line-height: 1;
	font-weight: bold;
	text-align: center;
	transition: top 0.3s;
}

.header_s .lan_box{
	top: 21px;
}

.lan_current{
	position: relative;
	min-width: 60px;
	color: #009FE8;
	padding: 6px 23px 6px 9px;
	border-radius: 3px;
	border: 1px solid #ccc;
	cursor: pointer;
}

.lan_current::after{
	content: '';
	position: absolute;
	top: 9px;
	right: 8px;
	border-style: solid;
	border-width: 8px 5px 0 5px;
	border-color: #009FE8 transparent transparent transparent;
}

.lan_option{
	position: absolute;
	top: calc(100% - 1px);
	right: 0;
	min-width: 100%;
	white-space: nowrap;
	border-radius: 3px;
	border: 1px solid #ccc;
	background-color: #fff;
	opacity: 0;
	visibility: hidden;
}

.lan_option.show{
	opacity: 1;
	visibility: visible;
}

.lan_box a{
	display: block;
	padding: 8px 6px;
}

.lan_box a:hover{
	background-color: #EEEEEE;
}

.lan_box a.lb_active{
	color: #fff;
	background-color: #009FE8;
}

#top{
	height: 60px;
}

#i_top #top{
	height: 0;
}

.iL img, .iLf img{
	display: none;
}

.kanban{
	position: relative;
	width: 100%;
	padding-top: 90px;
	background-color: #eeeeee;
}

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

.kanban .slide_con .slide_con_img{
	display: block;
	width: 100%;
	padding-bottom: 24%;
}

/*.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: #009FE8;
	border: 1px solid #009FE8;
}

.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: 24%;
}

.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.6;
	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.svg);
}

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

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

.swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	margin: 0 7px !important;
	opacity: 1;
	background: #aeaeae;
}

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

.container_box{
	width: 1100px;
	padding: 0;
	margin: 40px auto 50px auto;
}

.container_box:after{
	content: "";
	display: block;
	clear: both;
}

.row_box{
	float: left;
	width: 100%;
	margin-bottom: 30px;
}

.news{
	float: left;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.news .item{
	position: relative;
	flex: 0 0 22%;
	margin: 0 4% 4% 0;
	transition: 0.3s;
}

.news .item:hover{
	opacity: 0.8;
}

.news .item:nth-child(4n){
	margin: 0 0 4% 0;
}

.news .item_img{
	float: left;
	width: 100%;
	padding-bottom: 75%;
}

.news .item_con{
	float: left;
	width: 100%;
}

.news .item_tit{
	float: left;
	width: 100%;
	color: #08486a;
	font-size: 15px;
	margin: 10px 0 30px 0;
	line-height: 1.3;
}

.news .item:hover .item_tit{
	color: #0192d5;
}

.home_news .item_tit{
	font-size: 18px;
	text-align: center;
	margin: 10px 0;
}

.en .home_news .item_tit{
	text-transform: uppercase;
}

.news .item_date{
	position: absolute;
	left: 0;
	bottom: 0;
	color: #888888;
	font-size: 12px;
}

.news .item_more{
	position: absolute;
	right: 0;
	bottom: 0;
	color: #08486a;
	font-size: 12px;
}

.news .item:hover .item_more{
	color: #c82d49;
}

.news .item_more:after{
	content: '';
	display: inline-block;
	width: 7px;
	height: 7px;
	margin: 0 0 0 7px;
	background: url(../img/icon_arrow_b.png) no-repeat center center;
}

.news .item:hover .item_more:after{
	background-image: url(../img/icon_arrow_r.png);
}

.tab_box{
	position: relative;
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 40px;
}

.tab_box:after{
	content: '';
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 8px;
	background-image: url(../img/tabs_nav.png);
	z-index: -1;
}

.tab_btn{
	position: relative;
	display: inline-block;
	color: #333;
	font-size: 15px;
	line-height: 2.2;
	text-transform: uppercase;
	padding: 5px 10px;
	margin: 0 20px;
	border-bottom: 3px solid transparent;
}

.tab_btn:hover{
	color: #c82d49;
}

.tab_btn.current{
	color: #c82d49;
	border-bottom: 3px solid #c82d49;
}

.tab_btn.current:after{
	content: "";
	position: absolute;
	bottom: -10px;
	left: 50%;
	border-style: solid;
	border-width: 9px 6px 0 6px;
	border-color: #c82d49 transparent transparent transparent;
	transform: translateX(-50%);
}

.btn_box{
	float: left;
	width: 48%;
	margin-right: 3.7%;
	border: 1px solid #e6e6e6;
	color: #888888;
	transition: 0.3s;
}

.btn_box:last-child{
	margin-right: 0;
}

.btn_box:hover{
	border: 1px solid #08486a;
}

.btn_box_icon{
	display: inline-block;
	vertical-align: middle;
	width: 25%;
	text-align: center;
	padding: 20px;
	border-right: 1px solid #e6e6e6;
	background-image: url(../img/btn_dot.png);
	transition: 0.3s;
}

.btn_video .btn_box_icon, .btn_policy .btn_box_icon{
	padding: 30px 20px;
}

.btn_box:hover .btn_box_icon{
	border-right: 1px solid #08486a;
}

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

.btn_box_text{
	display: inline-block;
	vertical-align: middle;
	width: calc(75% - 10px);
	text-align: center;
	padding: 0 25px;
}

.btn_box_tit{
	float: left;
	width: 100%;
	font-size: 18px;
	color: #08486a;
}

.btn_video .btn_box_tit, .btn_policy .btn_box_tit{
	text-align: left;
	margin-bottom: 6px;
}

.en .btn_video .btn_box_tit, .en .btn_policy .btn_box_tit{
	text-transform: uppercase;
}

.link_icon:after{
	content: '';
	width: 13px;
	height: 10px;
	display: inline-block;
	vertical-align: middle;
	margin: -6px 0 0 6px;
	background: url(../img/icon_window.png) no-repeat center center;
}

.btn_box_con{
	float: left;
	width: 100%;
	font-size: 12px;
	line-height: 1.6;
}

.btn_video .btn_box_con, .btn_policy .btn_box_con{
	text-align: left;
}

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

.about_box p a{
	color: #0192d5;
}

.about_box p a:hover{
	text-decoration: underline;
}

.about_value_text{
	float: left;
	width: 50%;
	padding-right: 30px;
}

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

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

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

.about_value_img_b img{
	float: left;
	width: 50%;
}

.btn{
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	color: #08486a;
	font-size: 18px;
	text-align: center;
	padding: 20px;
	margin-top: 20px;
	border: 1px solid #e6e6e6;
	border-radius: 0;
	background-image: url(../img/btn_dot.png) !important;
	transition: 0.3s;
}

.btn:hover{
	border: 1px solid #08486a;
}

.btn span:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 22px;
	height: 22px;
	margin: -6px 7px 0 0;
}

.btn span:after{
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 8px;
	height: 7px;
	margin: -6px 0 0 7px;
	background: url(../img/icon_arrow_gy.png) no-repeat center / auto 100%;
}

.btn.no_icon span:before, .btn.no_icon span:after{
	display: none;
}

.btn_value span:before{
	background: url(../img/btn_document.png) no-repeat center / auto 100%;
}

.btn_mail span:before{
	margin: -6px 10px 0 0;
	background: url(../img/btn_mail.png) no-repeat center / 100% auto;
}

.btn_back span:before{
	width: 7px;
	height: 7px;
	margin: -5px 8px 0 0;
	background: url(../img/icon_arrow_bl.png) no-repeat center / 100% auto;
}

.btn_back span:after{
	display: none;
}

.btn.active, .btn:active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn_blue{
	display: inline-block;
	width: auto;
	height: auto;
	color: #fff;
	font-size: 15px;
	line-height: 1.3;
	font-weight: bold;
	padding: 8px 25px;
	border-radius: 6px;
	background-color: #009FE8;
	transition: all 0.15s;
}

.btn_blue:hover{
	opacity: 0.8;
}

.welfare_box{
	float: left;
	width: 50%;
	padding: 20px;
	text-align: center;
}

.welfare_box_tit{
	float: left;
	width: 100%;
	color: #0192d5;
	font-size: 20px;
	margin: 10px 0;
}

.welfare_box_con{
	float: left;
	width: 100%;
	min-height: 180px;
}

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

.welfare_pic_box{
	float: left;
	width: 31.333333%;
	margin: 0 3% 3% 0;
}

.welfare_pic_box:last-child{
	margin: 0 0 3% 0;
}

.welfare_pic{
	float: left;
	width: 100%;
	padding-bottom: 65%;
}

.welfare_pic_text{
	float: left;
	width: 100%;
	font-size: 15px;
	text-align: center;
	margin: 10px 0;
}

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

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

.news_s_header{
	position: relative;
	float: left;
	width: 100%;
	text-align: center;
	padding-bottom: 20px;
	margin-bottom: 30px;
}

.news_s_header:after{
	content: '';
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 8px;
	background-image: url(../img/tabs_nav.png);
	z-index: -1;
}

.news_s_box .news_s_header h2{
	font-size: 24px;
	padding: 0;
	margin-bottom: 10px;
	border: none;
}

.share{
	position: absolute;
	bottom: 20px;
	right: 0;
}

/*#a2apage_dropdown{
	top: 36% !important;
}*/

.news_s_body{
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.news_s_body:after{
	content: '';
	position: absolute;
	bottom: -8px;
	left: 0;
	width: 100%;
	height: 8px;
	background-image: url(../img/tabs_nav.png);
	z-index: -1;
}

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

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

.news_btn_box .btn{
	width: 160px;
}

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

.policy_l{
	float: left;
	width: calc(100% - 90px);
}

.policy_r{
	float: left;
	width: 90px;
}

.policy_block{
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.policy_box h2{
	font-family: "Microsoft JhengHei";
	color: #0192d5;
	font-size: 24px;
	padding: 0;
	margin-bottom: 10px;
	border: none;
}

.en .policy_box h2{
	font-size: 18px;
}

.policy_box h2:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 15px;
	height: 15px;
	margin: -6px 7px 0 0;
	background: url(../img/icon_leaf.png) no-repeat center / cover;
}

.pol_box{
	padding: 0 22px;
}

.policy_r img{
	width: 100%;
	margin-bottom: 12px;
}

.sgs_title{
	font-size: 17px;
	padding-left: 25px;
	margin: 20px 0;
	background: url(../img/icon_clipboard.png) no-repeat left 4px;
}

.btn_file{
	float: left;
	padding: 10px;
	margin: 0 15px 15px 0;
	border: 1px solid #ddd;
	border-radius: 6px;
	transition: 0.3s;
}

.btn_file:hover{
	border: 1px solid #08486a;
}

.btn_file:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 36px;
	height: 40px;
}

.btn_file span{
	margin: 0 6px;
}

.btn_file.f_doc:before{
	background: url(../img/icon_doc.svg) no-repeat center / auto 100%;
}

.btn_file.f_pdf:before{
	background: url(../img/icon_pdf.svg) no-repeat center / auto 100%;
}

.btn_file.f_cad:before{
	background: url(../img/icon_cad.svg) no-repeat center / auto 100%;
}

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

.contact_block{
	float: left;
	width: 100%;
	margin-bottom: 30px;
}

.contact_title_box{
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 25px;
}

.contact_title_box.md{
	padding-bottom: 30px;
	margin-bottom: 10px;
}

.contact_title_box.md span{
	display: inline-block;
	vertical-align: middle;
}

.contact_title_box.md span br:nth-child(2){
	display: none;
}

.contact_title_box.md:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 40px;
	height: 40px;
	margin: 0 10px 0 0;
	background: url(../img/icon_md.png) no-repeat center / cover;
}

.contact_title_box:after{
	content: '';
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 8px;
	background-image: url(../img/tabs_nav.png);
	z-index: -1;
}

.contact_title{
	color: #0192d5;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}

.c_col{
	float: left;
	width: 33%;
	font-size: 13px;
}

.c_row{
	float: left;
	width: 100%;
	margin-bottom: 7px;
}

.c_row a:hover{
	text-decoration: underline;
}

.c_row:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 15px;
	height: 15px;
	margin: -2px 5px 0 0;
}

.c_row.no_icon:before{
	display: none;
}

.icon_tel:before{
	background: url(../img/icon_phone.png) no-repeat center / cover;
}

.icon_fax:before{
	background: url(../img/icon_fax.png) no-repeat center / cover;
}

.icon_email:before{
	background: url(../img/icon_email.png) no-repeat center / 100% auto;
}

.icon_man:before{
	background: url(../img/icon_man.png) no-repeat center / auto 100%;
}

.icon_web:before{
	background: url(../img/icon_web.png) no-repeat center / 100% auto;
}

.icon_mobile:before{
	background: url(../img/icon_mobile.png) no-repeat center / auto 100%;
}

.icon_side:before{
	background: url(../img/icon_side.png) no-repeat center / auto 100%;
}

.c_tit{
	color: #08486a;
	font-weight: bold;
	text-indent: -14px;
	margin-bottom: 10px;
}

.c_tit:before{
	width: 12px;
	height: 12px;
	margin: -3px 5px 0 0;
}

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

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

.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: #009FE8;
	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: #009FE8;
	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: #009FE8;
	font-size: 15px;
	line-height: 1.3;
	font-weight: 500;
	letter-spacing: 1px;
	padding: 8px 50px 10px 50px;
	border: 1px solid #009FE8;
	transition: all 0.15s;
}

.b1:hover{
	color: #fff;
	background-color: #009FE8;
}

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

.b2:hover{
	color: #fff;
	background-color: #009FE8;
}

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

.pt_box{
	position: relative;
	width: 100%;
	padding-bottom: 15%;
	margin-top: 70px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.pt01{background-image: url(../img/about01.png);}
.pt02{background-image: url(../img/about02.png);}
.pt03{background-image: url(../img/news_kv.png);}
.pt04{background-image: url(../img/policy01.png);}
.pt05{background-image: url(../img/product01.png);}

.pt_box_c{
	position: absolute;
	top: 10px;
	left: calc((100% - 1100px) / 2);
	width: 36vw;
	height: calc(100% - 10px);
}

.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: 90%;
	z-index: 200;
	letter-spacing: 1px;
}

.pt_box_c h1 span{
	color: #99a8ae;
	font-size: 20px;
	font-weight: bold;
}

.pt02 h1, .pt04 h1, .pt05 h1{
	color: #fff;
}

.pt02 h1:before, .pt04 h1:before, .pt05 h1:before{
	background: url(../img/icon_da_w.svg) no-repeat center;
}

.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: #009FE8;
}

.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;
}

.content.wide{
	width: 1200px;
}

.products_box{
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.total{
	float: left;
	color: #0192d5;
	font-size: 16px;
	font-weight: bold;
	padding: 13px 6px;
}

.p_search_box{
	position: absolute;
	top: 0;
	right: 0;
}

.p_search{
	float: left;
	width: 330px;
}

.p_search .form_control{
	width: calc(100% - 38px);
}

.p_search_submit{
	float: left;
	width: 38px;
	height: 38px;
	cursor: pointer;
	border: 1px solid #ddd;
	margin-left: -1px;
	background: url(../img/icon_search.svg) no-repeat center / 50% auto;
	transition: border 0.2s;
}

.p_search_submit:hover{
	border: 1px solid #aaa;
}

.products{
	float: left;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

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

.products_list .products{
	width: 78%;
}

.p_box{
	flex: 0 0 30%;
	margin: 0 5% 4% 0;
}

.p_box:nth-child(3n){
	margin: 0 0 4% 0 !important;
}

.products_list .p_box{
	flex: 0 0 31.333333%;
	margin: 0 3% 4% 0;
}

.p_box_img{
	float: left;
	width: 100%;
	padding-bottom: 65%;
	margin-bottom: 8px;
	border: 1px solid #ddd;
	transition: border 0.2s;
}

.products_list .p_box_img{
	background-size: 90% auto !important;
}

.p_box:hover .p_box_img{
	border: 1px solid #08486a;
}

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

.p_box_tit{
	float: left;
	width: 100%;
	color: #08486a;
	font-size: 20px;
	line-height: 1.3;
	margin-bottom: 6px;
	transition: 0.2s;
}

.p_box:hover .p_box_tit{
	color: #0192d5;
}

.products_list .p_box_tit{
	font-size: 17px;
	margin-bottom: 10px;
}

.products_list .p_box_stit{
	font-size: 16px;
}

.p_box_stit{
	float: left;
	width: 100%;
	color: #0192d5;
	font-size: 18px;
	margin-bottom: 6px;
}

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

.products_m_button_box{
	display: none;
}

.products_filter{
	float: left;
	width: 22%;
	font-size: 15px;
	padding-right: 35px;
}

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

.pf_block.pf_submit_box{
	text-align: center;
	margin-top: 10px;
}

.pf_tit{
	float: left;
	width: 100%;
	color: #333;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 8px;
}

.pf_row{
	float: left;
	width: 100%;
	margin-bottom: 8px;
}

.pf_row input[type=checkbox], .pf_row input[type=radio]{
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	margin: -2px 6px 0 0;
}

.range_box{
	float: left;
	width: 100%;
	padding: 0 10px;
	margin-top: 30px;
}

.asRange{
	float: left;
	width: 100%;
	height: 4px;
}

.asRange .asRange-selected{
	height: 4px;
	background-color: #009FE8;
}

.asRange .asRange-pointer{
	top: -2px;
	cursor: pointer;
	text-decoration: none;
	outline: none; /* for Firefox Google Chrome  */
	behavior: expression(this.onFocus=this.blur()); /* for IE */
}

.asRange .asRange-pointer:before{
	top: -3px;
	right: -3px;
	bottom: -3px;
	left: -3px;
	background: #009FE8;
}

.asRange .asRange-pointer .asRange-tip{
	font-family: "Microsoft JhengHei";
	color: #000000;
	border: 1px solid #EEEEEE;
	background-color: #EEEEEE;
}

.asRange .asRange-pointer .asRange-tip:before{
	background-color: #EEEEEE;
}

.p_box_info{
	float: left;
	width: 100%;
	font-size: 13px;
}

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

.pbi_l{
	float: left;
	width: 40%;
}

.pbi_r{
	float: left;
	width: 60%;
}

.en .pbi_l{
	float: left;
	width: 60%;
}

.en .pbi_r{
	float: left;
	width: 40%;
}

.pagination_box{
	float: left;
	width: 100%;
	text-align: center;
	padding: 12px 0;
}

.pagination{
	display: inline-block;
	margin: 0;
}

ul.pagination li{
	float: left;
	margin: 0 0 5px -1px;
}

ul.pagination li{
	float: left;
	cursor: pointer;
	background-color: #fff;
}

ul.pagination li a, ul.pagination li span{
	float: left;
	height: 34px;
	width: 34px;
	color: #08486a;
	text-align: center;
	line-height: 1;
	padding: 9px 0;
	margin: 0;
	border: 1px solid #ddd;
	transition: all 0.15s;
}

/*ul.pagination li:hover a{
	background-color: #dfe4ee;
}

ul.pagination li.active a{
	background-color: #dfe4ee;
}*/

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
	border-color: #0192d5;
	background-color: #0192d5;
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
	color: #08486a;
	border-color: #ddd;
	background-color: #eff3f5;
}

.products_detail{
	float: left;
	width: 100%;
	margin-bottom: 40px;
}

.pd_title{
	float: left;
	width: 100%;
	color: #333;
	font-size: 22px;
	line-height: 1.5;
	font-weight: bold;
	margin-bottom: 20px;
}

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

.pd_pic_box{
	position: relative;
	float: left;
	width: 50%;
}

.pd_pic{
	float: left;
	width: 100%;
	padding-bottom: 75%;
	border: 1px solid #ddd;
	cursor: zoom-in;
	transition: border 0.2s;
}

.pd_pic:hover{
	border: 1px solid #08486a;
}

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

.pd_zoomin{
	float: left;
	margin-top: 5px;
}

.pd_zoomin:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 15px;
	height: 15px;
	margin: -4px 4px 0 0;
	background: url(../img/icon_search.svg) no-repeat center / cover;
	-webkit-filter: grayscale(1);
}

.pd_file{
	float: right;
	margin-top: 16px;
}

.btn_file.square{
	float: left;
	text-align: center;
	padding: 13px 22px;
	margin: 0 0 0 16px;
}

.btn_file.square:before{
	width: 50px;
	height: 50px;
}

.btn_file.square span{
	display: block;
	width: 100%;
	color: #000;
	line-height: 1.3;
	margin: 8px 0 -3px 0;
}

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

.pd_info *{
	float: left;
}

.pd_info_block{
	width: 100%;
	margin-bottom: 18px;
}

.pib_tit{
	width: 100%;
	color: #0192d5;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 8px;
	border-bottom: 1px solid #ddd;
}

.en .pib_tit{
	font-size: 17px;
}

.pib_con{
	width: 100%;
}

.pib_row{
	width: 100%;
	color: #333;
	font-size: 15px;
	margin-bottom: 6px;
}

.pib_row_l{
	width: 40%;
}

.pib_row_r{
	width: 60%;
}

.en .pib_row_l{
	width: 42%;
}

.en .pib_row_r{
	width: 58%;
}

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

.pd_btn .btn_blue{
	font-size: 13px;
	padding: 8px 20px;
}

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

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

.pd_img_box{
	position: relative;
	float: left;
	width: 100%;
}

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

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

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

.gallery-top{
	position: relative;
	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-next{
	position: absolute;
	top: 26%;
	right: -50px;
	width: 50px;
	height: 100px;
	opacity: 1;
	margin: 0;
	background: url(../img/a_n.svg) no-repeat center / 60% auto;
}

.gallery-top-prev{
	position: absolute;
	top: 26%;
	left: -50px;
	width: 50px;
	height: 100px;
	opacity: 1;
	margin: 0;
	background: url(../img/a_p.svg) no-repeat center / 60% auto;
}

.gallery-thumbs{
	overflow: hidden;
}

.gallery-thumbs .swiper-slide{
	position: relative;
	text-align: center;
	opacity: 0.4;
	border-top: 3px solid transparent;
	cursor: pointer;
	transition: opacity 0.15s;
}

.gallery-thumbs .swiper-slide:before{
	content: "";
	position: absolute;
	top: -3px;
	left: 0;
	width: 100%;
	border-top: 1px solid #ccc;
	z-index: -1;
}

.gallery-thumbs .swiper-slide:hover{
	opacity: 1;
	border-top: 3px solid #0192d5;
}

.gallery-thumbs .swiper-slide img{
	padding-top: 20px;
	-webkit-filter: grayscale(1);
}

.gallery-thumbs .swiper-slide:hover img{
	-webkit-filter: grayscale(0);
}

.gallery-thumbs .swiper-slide-thumb-active{
	opacity: 1;
	border-top: 3px solid #0192d5;
}

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

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

.gallery-thumbs .swiper-button-disabled{
	opacity: 0.3;
}

.gallery-thumbs .swiper-pagination-bullet{
	opacity: 0.3;
	background-color: #009FE8;
}

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

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

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

.eqpt_box_img{
	display: inline-block;
	vertical-align: middle;
	width: 414px;
	padding-bottom: 32%;
}

.eqpt_box_img img{
	
}

.eqpt_box_text{
	display: inline-block;
	vertical-align: middle;
	max-width: 43%;
	text-align: left;
	padding-left: 30px;
}

.eqpt_box_tit{
	color: #0192d5;
	font-size: 22px;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.eqpt_box_con{
	font-size: 16px;
}

.fancybox-bg{
	background: #000;
}

.fancybox-is-open .fancybox-bg{
	
}

.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;
}

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

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

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

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

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

.pd_tit{
	font-family: "Noto Sans TC";
	float: left;
	width: 100%;
	color: #009FE8;
	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: #009FE8;
}

.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{
	float: left;
	width: 100%;
	border: 2px solid #009FE8;
	margin: 10px 0 20px 0;
}

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

thead tr{
	color: #fff;
	background-color: #009FE8;
}

th{
	text-align: center;
	padding: 3px 6px;
	border-left: 1px solid #38c0fe;
}

td{
	text-align: center;
	padding: 2px 6px;
	border-left: 1px solid #ddd;
}

td.tp_img{
	width: 15%;
}

td.tp_img a{
	float: left;
	width: 100%;
}

td.tp_img img{
	width: 100%;
}

td.tp_title{
	width: 25%;
}

td.tp_info{
	width: 50%;
}

td.tp_file span{
	display: none;
}

td .btn_file{
	float: none;
	display: inline-block;
	margin: 0;
}

.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: #009FE8;
	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_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: #009FE8;
	border: 1px solid #009FE8;
}

.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_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%;
}

.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: 100%;
	padding: 10px 0 0 0;
}

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

.c_f_row_2{
	float: left;
	width: 50%;
	padding: 12px 20px;
}

.c_f_row_l{
	float: left;
	width: 88px;
	color: #000;
	font-size: 15px;
	line-height: 1;
	padding: 10px 0 0 0;
}

.en .c_f_row_l{
	width: 140px;
}

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

.en .c_f_row_r{
	width: calc(100% - 140px);
}

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: 90% auto;
	background-repeat: no-repeat;
	pointer-events: none;
}

.form_control{
	display: block;
	float: left;
	width: 100%;
	height: 38px;
	padding: 8px 10px;
	font-size: 15px;
	line-height: 1;
	color: #333;
	border: 1px solid #ddd;
	border-radius: 0 !important;
	background-image: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	-webkit-transition: border-color .2s;
	-o-transition: border-color .2s;
	transition: border-color .2s;
}

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

.form_c_textarea{
	height: 200px;
}

::-webkit-input-placeholder { /* WebKit browsers */
	color: #999;
	line-height: 1.5;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #999;
	line-height: 1.5;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #999;
	line-height: 1.5;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #999;
	line-height: 1.5;
}

.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{
	color: #444;
	font-size: 13px;
	line-height: 1.8;
	text-align: center;
	padding-top: 10px;
	background-color: #eff3f5;
}

.en footer{
	text-align: left;
	padding-top: 30px;
}

.footer_box{
	display: inline-block;
	padding: 30px 50px;
}

.en .footer_box{
	padding: 0 50px 30px 50px;
}

.en .footer_box:first-child, .en .footer_box:nth-child(3){
	margin-left: calc((100% - 1100px) /2);
}

.footer_box div{
	text-align: left;
}

.footer_box .f_tit{
	font-size: 17px;
	text-indent: -27px;
	margin-bottom: 6px;
}

.footer_box .f_tit:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 17px;
	height: 17px;
	margin: -7px 10px 0 0;
	background: url(../img/icon_da_db.svg) no-repeat center;
}

.footer_box a{
	text-decoration: underline;
}

.footer_box a:hover{
	color: #009FE8;
}

.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);
}

.copyright{
	color: #888888;
	font-size: 12px;
	text-align: center;
	padding: 6px;
	background-color: #dee1e2;
}

.copyright .cr_br{
	display: none;
}

.f_menu div{
	text-indent: -15px;
}

.f_menu div:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 11px;
	height: 11px;
	margin: -3px 5px 0 0;
	background: url(../img/icon_plus.svg) no-repeat center;
}

.f_menu a{
	text-decoration: none;
}

.f_menu span{

}

.f_menu span:after{
	content: "|";
	margin: 0 6px;
}

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

.b_o_h{
	overflow: hidden;
}

h1{
	font-size: 22px;
}

h1:before{
	width: 24px;
	height: 24px;
}

.pt_box_c h1{
	margin-left: -24px;
}

.en h1{
	font-size: 20px;
	text-indent: 0;
	padding-left: 0;
}

h2, .search_result{
	font-size: 19px;
	margin-bottom: 20px;
}

.home h2:before{
	width: 20px;
	height: 20px;
}

.products_box h2{
	width: 100%;
	margin-bottom: 15px;
}

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;
	z-index: 80;
	transform: translateX(-50%);
	transition: all 0s;
}

header.sba .logo{
	z-index: 50;
}

.m_menu_b{
	position: relative;
	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);
	z-index: 200;
}

header.sba .m_menu_b{
	z-index: 50;
}

.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.3s;
}

.nav_box{
	position: absolute;
	top: 0;
	left: 0;
	width: 260px;
	height: 100vh;
	overflow: auto;
	margin: 0 !important;
	z-index: 300;
	transform: translateX(-260px);
	background-color: #f9f9f9;
	-webkit-overflow-scrolling: touch;
	transition: transform 0.3s;
}

.nav_box_d_b{
	box-shadow: 0px 1px 5px rgba(0,0,0,0.6);
	transform: translateX(0);
}

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

.nav_box ul.menu li:after{
	display: none;
}

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

.nav_box ul.menu > li > a:before{
	display: none !important;
}

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

.nav_box ul.menu li:hover a.current{
	color: #009FE8;
}

.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;
	background: transparent !important;
}

.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: url(../img/n_a_d.svg) no-repeat center / 82% auto;
	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);
}

.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{
	position: fixed;
	top: 0 !important;
	right: 0;
	width: 100%;
	margin: 0;
	z-index: 60;
}

.search_box{
	width: calc(100% - 50px);
	height: 50px;
	border: none !important;
	background-color: #fff;
	opacity: 0;
	pointer-events: none;
	transition: all 0.2s;
	/*iphone bug : 若沒有加上 opacity: 0; 和 transition: all 0.2s; 點擊搜尋按鈕時 input focus()的動作會讓整個header跳動 ;*/
}

.search_box.search_box_active{
	opacity: 1;
	pointer-events: auto;
}

.search_box .form_control{
	font-size: 16px;
	height: 100%;
	padding: 0 12px;
}

.nav_search div{
	width: 50px;
	height: 50px;
	background-size: 38%;
}

.submit_b{
	right: -50px;
	width: 50px;
	height: 50px;
}

.lan_box{
	top: 13px;
	right: auto;
	left: 52px;
	z-index: 100;
}

header.sba .lan_box{
	z-index: 50;
}

.lan_option{
	right: auto;
	left: 0;
}

.arrow-bottom{
	display: none;
}

.arrow-right{
	display: none;
}

#top{
	height: 50px;
}

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

.kanban{
	padding-top: 50px;
}

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

.swiper-button-next, .swiper-button-prev{
	display: none;
	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;
}

.container_box{
	width: 82%;
	margin: 20px auto 40px auto;
}

.row_box{
	margin-bottom: 20px;
}

.news .item{
	flex: 0 0 48%;
	margin: 0 4% 4% 0 !important;
}

.news .item:nth-child(2n){
	margin: 0 0 4% 0 !important;
}

.news .item_tit{
	color: #08486a !important;
}

.news .item_more{
	display: none;
}

.home_news .item_tit{
	font-size: 16px;
	margin: 6px 0 8px 0;
}

.en .home_news .item_tit{
	font-size: 14px;
}

.tab_btn{
	float: left;
	width: 25%;
	font-size: 14px;
	padding: 0;
	margin: 0;
}

.tab_btn:hover{
	color: #333;
}

.en .tab_btn{
	height: 60px;
	font-size: 13px;
	line-height: 1.3;
	padding: 10px 0 12px 0;
}

.news_s_box .news_s_header h2{
	font-size: 19px;
}

.news_s_box_date{
	font-size: 13px;
}

.news_btn_box .btn{
	width: 130px;
	padding: 10px;
}

.share{
	position: static;
	margin-top: 20px;
	float: right;
}

.a2a_svg{
	width: 27px !important;
	height: 27px !important;
}

.btn_box{
	width: 100%;
	margin: 0 0 20px 0 !important;
}

.btn_box:last-child{
	margin: 0 !important;
}

.btn_box:after{
	display: none;
}

.btn_box_icon{
	display: none;
}

.btn_box_icon img{
	
}

.btn_box_text{
	width: 100%;
	padding: 20px 16px 10px 16px;
}

.btn_box_tit{
	font-size: 16px;
	margin-bottom: 6px;
}

.en .btn_box_tit{
	font-size: 15px;
}

.btn_box .btn_box_tit:before{
	content: '';
	width: 26px;
	height: 26px;
	display: inline-block;
	vertical-align: middle;
}

.btn_video .btn_box_tit:before{
	margin: -12px 6px 0 0;
	background: url(../img/btn_video.png) no-repeat center / cover;
}

.btn_policy .btn_box_tit:before{
	margin: -10px 6px 0 0;
	background: url(../img/btn_policy.png) no-repeat center / cover;
}

.btn_man .btn_box_tit:before{
	margin: -4px 6px 0 0;
	background: url(../img/btn_man.png) no-repeat center / cover;
}

.btn_setting .btn_box_tit:before{
	margin: -2px 6px 0 0;
	background: url(../img/btn_setting.png) no-repeat center / cover;
}

.btn_value .btn_box_tit:before{
	margin: -2px 6px 0 0;
	background: url(../img/btn_value.png) no-repeat center / cover;
}

.btn_filter:after{
	content: '';
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
	margin: -2px 0 0 8px;
	background: url(../img/btn_filter.svg) no-repeat center / cover;
}

.btn_filter.x:after{
	background: url(../img/x.svg) no-repeat center / cover;
}

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

.btn{
	font-size: 15px;
	margin: 10px 0;
}

.btn span:before{
	width: 18px;
	height: 18px;
	margin: -4px 7px 0 0;
}

.btn_back span:before{
	width: 7px;
	height: 7px;
	margin: -5px 8px 0 0;
}

.btn_blue{
	opacity: 1 !important;
}

.btn_filter{
	padding: 9px 11px;
}

.about_value_img{
	width: 100%;
}

.about_value_img_b img{
	width: 100%;
	margin-bottom: 15px;
}

.welfare_box{
	width: 100%;
	padding: 20px 0;
}

.welfare_box_tit{
	font-size: 18px;
	margin: 15px 0 10px 0;
}

.welfare_box_con{
	min-height: 0;
	text-align: justify;
}

.en .welfare_box_con{
	text-align: left;
}

.welfare_box_con br{
	display: none;
}

.welfare_pic_box{
	width: 100%;
	margin: 0 0 20px 0 !important;
}

.welfare_pic_text{
	margin: 6px 0;
}

.policy_box{
	position: relative;
}

.policy_l{
	width: 100%;
	padding-right: 10px;
}

.policy_block:first-child{
	width: calc(100% - 75px);
	text-align: justify;
}

.en .policy_block:first-child{
	width: calc(100% - 60px);
	text-align: left;
}

.policy_r{
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	padding-top: 10px;
}

.en .policy_r{
	width: 50px;
}

.policy_box h2{
	font-size: 19px;
}

.en .policy_box h2{
	font-size: 15px;
	text-indent: -22px;
	padding-left: 22px;
}

.policy_box h2:before{
	width: 14px;
	height: 14px;
	margin: -6px 7px 0 0;
}

.pol_box{
	padding: 0 0 0 22px;
}

.contact_title_box.md{
	padding-bottom: 20px;
}

.en .contact_title_box.md:before{
	display: none;
}

.contact_box h2:before{
	width: 19px;
	height: 19px;
	margin: -6px 10px 0 0;
}

.contact_block{
	margin-bottom: 20px;
}

.contact_title_box{
	margin-bottom: 15px;
}

.contact_title_box.md span br:nth-child(2){
	display: inline;
}

.contact_title{
	font-size: 16px;
	margin-bottom: 15px;
}

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

.c_f_row_l{
	text-align: right;
	padding-right: 10px;
}

.en .c_f_row_l{
	width: 100%;
	text-align: left;
	padding: 0 0 10px 0;
}

.en .c_f_row_r{
	width: 100%;
	padding: 0;
}

.c_col{
	width: 100%;
	margin-bottom: 30px;
}

.c_col.france_first_col{
	margin-bottom: 0;
}

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

.map_box iframe{
	height: 200px;
}

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

.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: #009FE8;
	font-size: 14px;
	line-height: 1;
	text-align: right;
	padding-top: 15px;
}

.pt_box{
	padding-bottom: 48%;
	margin-top: 50px;
}

.pt02{
	background-position: 78% bottom;
}

.pt02 h1{
	text-shadow: 0px 1px 5px rgba(0,0,0,0.5);
}

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

.pt03 h1{
	color: #fff;
	text-shadow: 0px 1px 5px rgba(0,0,0,0.5);
}

.pt03 h1:before {
	background-image: url(../img/icon_da_w.svg);
}

.pt04{
	background-position: right top;
}

.pt_box_c{
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
}

.pt_box_c h1 span{
	display: block;
	font-size: 16px;
	margin: 15px 0 0 20px;
}

.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;
}

.total{
	font-size: 15px;
	font-weight: normal;
	padding: 0 0 15px 0;
}

.p_search_box{
	position: static;
	float: left;
	width: calc(100% - 85px);
	margin-bottom: 20px;
}

.en .p_search_box{
	width: calc(100% - 100px);
}

.p_search{
	width: 100%;
}

.p_box{
	flex: 0 0 48%;
	margin: 0 4% 25px 0 !important;
}

.p_box:nth-child(3n){
	margin: 0 4% 25px 0 !important;
}

.p_box:nth-child(2n){
	margin: 0 0 25px 0 !important;
}

.p_box_img{
	margin-bottom: 7px;
	border: 1px solid #ddd !important;
}

.p_box_tit{
	color: #08486a !important;
	font-size: 16px;
	line-height: 1.3;
	margin-bottom: 5px;
}

.p_box_stit{
	font-size: 16px;
	line-height: 1.3;
}

.p_box_con{
	font-size: 13px;
}

.products_m_button_box{
	display: block;
	float: right;
	margin-bottom: 20px;
}

.products_filter{
	display: none;
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
}

.products_filter.show{
	display: block;
}

.products_list .products{
	width: 100%;
}

.products_list .p_box{
	flex: 0 0 100%;
	margin: 0 0 26px 0 !important;
}

.products_list .p_box_tit{
	font-size: 16px;
	margin-bottom: 6px;
}

.range_box{
	width: 94%;
	margin: 40px 0 0 3%;
}

.asRange{
	height: 6px;
}

.asRange .asRange-selected{
	height: 6px;
}

.asRange .asRange-pointer .asRange-tip{
	top: -35px;
	height: 23px;
	font-size: 14px;
	margin-left: -8px;
}

.asRange .asRange-pointer{
	top: -8px;
	width: 22px;
	height: 22px;
	margin-left: -11px;
	border-radius: 26px;
}

.pd_title{
	font-size: 16px;
	margin-bottom: 10px;
}

.pd_pic_box{
	width: 100%;
	margin-bottom: 10px;
}

.pd_pic{
	border: 1px solid #ddd !important;
}

.pd_zoomin{
	font-size: 13px;
}

.pd_zoomin:before{
	width: 13px;
	height: 13px;
}

.pd_file{
	margin-top: 10px;
}

.btn_file{
	border: 1px solid #C8C8C8 !important;
}

.btn_file.square{
	padding: 10px 14px;
	margin-left: 10px;
}

.btn_file.square:before{
	width: 26px;
	height: 26px;
}

.btn_file.square span{
	font-size: 12px;
}

.pib_tit{
	font-size: 15px !important;
}

.pib_row{
	font-size: 14px;
}

.en .pib_row_l{
	width: 50%;
}

.en .pib_row_r{
	width: 50%;
}

.pd_basic_info{
	padding-bottom: 10px;
}

.pd_img_box{
	width: 100%;
}

.pd_img{
	width: 100%;
}

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

.gallery-top{
	
}

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

.gallery-top-next, .gallery-top-prev{
	width: 9vw;
	background-size: 50% auto;
}

.gallery-top-next{
	right: -9vw;
}

.gallery-top-prev{
	left: -9vw;
}

.gallery-thumbs{
	
}

.gallery-thumbs .swiper-slide:hover{
	opacity: 0.4;
	border-top: 3px solid transparent;
}

.gallery-thumbs .swiper-slide-thumb-active{
	opacity: 1 !important;
	border-top: 3px solid #0192d5 !important;
}

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

.eqpt_box_img{
	float: left;
	width: 100%;
	padding-bottom: 84%;
}

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

.eqpt_box_text{
	float: left;
	width: 100%;
	max-width: 100%;
	text-align: center;
	padding: 0;
	margin-bottom: 5px;
}

.eqpt_box_tit{
	font-size: 17px;
	margin-bottom: 3px;
}

.eqpt_box_con{
	min-height: 38px;
	font-size: 14px;
	line-height: 1.3;
}

.eqpt_box_con br{
	display: none;
}

.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%;
}

table{
	border: none;
}

table thead{
	display: none;
}

table tr{
	margin: 0 0 40px 0;
	overflow: hidden;
	display: block;
	vertical-align: middle;
	background-color: #fff;
	border: none;
}

table td{
	width: 100% !important;
	display: table !important;
	vertical-align: middle;
	font-size: 1rem;
	border: none;
	/*border-bottom: 1px solid #ddd;*/
}

td.tp_img a{
	padding: 0;
	border: 1px solid #ddd;
}

td.tp_title a{
	color: #08486a !important;
	font-size: 16px;
	line-height: 1.3;
	text-align: left;
	padding: 10px 0;
}

td.tp_info span{
	font-size: 13px;
	text-align: left;
	padding: 0 0 10px 0;
}

td.tp_file{
	text-align: right;
}

td.tp_file span{
	display: inline-block;
}

td .btn_file{
	padding: 8px;
}

td .btn_file:before{
	width: 30px;
	height: 30px;
}

table td:last-child{
	border: none !important;
}

table td:before{
	/*content: attr(data-label);*/
	display: table-cell;
	vertical-align: middle;
	float: none;
	width: 40%;
	color: rgba(255,255,255,0.8);
	text-align: right;
	text-transform: none;
	padding: 6px 8px 6px 6px;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #745f5f;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #593D3D;
}

table td>*:not(before){
	padding: 10px;
	word-wrap: break-word;
	word-break: break-all;
	display: table-cell;
	vertical-align: middle;
	float: none;
}

.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{
	padding-top: 30px;
}

.footer_box{
	width: 100%;
	padding: 0 15px 30px 54px;
	border: none;
}

.en .footer_box:first-child, .en .footer_box:nth-child(3){
	margin-left: 0;
}

.f_menu{
	
}

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

.f_logo{
	display: none;
}

.copyright .cr_br{
	display: inline;
}

}

@media screen and (max-width: 1050px) and (min-width: 768px){
	.pt_box{
		padding-bottom: 26%;
	}
}

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

.lan_current{
	min-width: 52px;
	padding: 6px 20px 6px 7px;
}

.lan_current::after{
	right: 7px;
	border-width: 6px 4px 0 4px;
}

.lan_box a{
	padding: 11px 6px;
}

.c_f_row_2{
	width: 100%;
}

}