﻿/* btn
-----------------------------------------------------------------------------*/
.btn_buDoble{
	padding-top:10px;
	padding-bottom:10px;
	text-align: center;
}
.btn_buDoble ul{	
	font-size: 0;
}
.btn_buDoble ul li{
	width:150px;
	margin:1%;
	display:inline-block;
	letter-spacing: normal;
	word-spacing: normal;
	display:inline-block;
	*display: inline;
	zoom:1;
}
.btn_buDoble ul li a{
	color:#ffffff;
	display:block;
	font-size:18px;
	text-align:center;
	margin:0 auto;
	padding:10px 25px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color:#4f8a06;
	border:1px solid #573a2d;
	text-decoration:none;
}
.btn_buDoble ul li:hover a{
	background-color:#80da12;
}
.btn_buDoble ul li a i{
	margin-right:8px;
	font-size:20px;
	vertical-align:text-bottom;
}
@media screen and (max-width:680px){
	.btn_buDoble ul li{
		width:47%;
	}
}
@media screen and (max-width:480px){
	.btn_buDoble ul li{
		width:100%;
		padding-bottom:5px;
	}
}



/* head
-----------------------------------------------------------------------------*/
.fixed {
    position: fixed;
    top: 0;
	z-index:999;
	width:100%;
	-webkit-box-shadow: 2px 3px 7px rgba(0,0,0,.35);
	-moz-box-shadow: 2px 3px 7px rgba(0,0,0,.35);
	box-shadow: 2px 3px 7px rgba(0,0,0,.35);
}
.head{
	padding:23px 0 17px 0;
	border-bottom:4px solid #ffffff;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 50%, #ebebeb 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 50%,#ebebeb 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 50%,#ebebeb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebebeb',GradientType=0 ); /* IE6-9 */
}
.logo{
	margin-top:6px;
}
.head .navbar{
	float: right;
	margin-bottom: 0;
}
.head .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}
.head .navbar-header:hover{
	cursor:pointer;
}
.head .navbar-toggle{
	margin-right: 5px;
}
.head .navbar-toggle .icon-bar {
	background-color:#2c2c2c;
}
.head .navbar-nav > li > a{
	color:#282828;
	font-size:18px;
	font-family:Arial;
	position:relative;
}
.head .navbar-nav > li > a:after{
	content:"";
	width:1px;
	height:20px;
	position:absolute;
	right:0;
	top:50%;
	margin-top: -10px;
	background-color:#282828;
}
.head .navbar-nav > li:last-child > a:after{
	width:0;
}
.head .navbar-nav > li > a i{
	color:#2c2c2c;
	margin-right:8px;
	font-size:20px;
	width:25px;
	text-align:center;
	vertical-align:top;
}
.head .nav > li > a:hover,
.head .nav > li > a:focus,
.head .navbar-nav > li > a:hover i,
.head .nav .open > a, .nav .open > a:hover,
.head .nav .open > a:focus{
	color:#67b00e;
	background:none;
}
#lan_hs{
	display:none;
}
.lan{
	text-align: right;
}
.lan .lan_list{
	display:inline-block;
	width:122px;
	margin-left:16px;
}
.lan .lan_list a{
	display:block;
	color:#acacac;
	font-size:18px;
	text-align:center;
	text-decoration:none;
	border:1px solid #acacac;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color:#ffffff;
	padding:10px 10px 8px 10px;	
	font-family:Arial, 'Microsoft JhengHei';
}
.lan .lan_list:hover a{
	color:#7d7d7d;
	border-color:#7d7d7d;
}
.lan .fa-search{
	color:#a0a0a0;
	font-size:20px;
	vertical-align: top;
}
#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
	-moz-transform: translate(0px, -100%) scale(0, 0);
	-o-transform: translate(0px, -100%) scale(0, 0);
	-ms-transform: translate(0px, -100%) scale(0, 0);
	transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
}
#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
	-o-transform: translate(0px, 0px) scale(1, 1);
	-ms-transform: translate(0px, 0px) scale(1, 1);
	transform: translate(0px, 0px) scale(1, 1); 
    opacity: 1;
	z-index:99;
}
#search input[type="text"] {
    position: absolute;
    top: 50%;
    width: 90%;
    color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0);
    font-size: 30px;
    font-weight: 300;
    text-align: center;
    border: 0px;
	left:0;
	right:0;
    margin: 0px auto;
    margin-top: -51px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
	border-bottom:1px solid #ffffff;
}
#search .srh_button {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 50px;
    margin-left: -85px;
}
#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
	border-color: #357ebd;
	opacity: 1;
	padding: 10px 17px;
	font-size: 40px;
}
.srh_button{
	width:170px;
	margin:0 auto;
}
.srh_button a{
	color:#fff;
	font-size:18px;
	display:block;
	cursor:pointer;
	padding:12px 10px 10px 10px;
	text-align:center;
	text-decoration:none;
	border-top:2px solid #69aa19;
	border-bottom:2px solid #356000;
	background-color:#4f8a06;
}

.hd_tblcell{
	display:table;
	width:100%;
	table-layout:fixed;
}
.hd_tblcell .hdTblcell_lt,
.hd_tblcell .hdTblcell_rt{
	float:none;
	display:table-cell;
	vertical-align:bottom;
}

/* index
-----------------------------------------------------------------------------*/
.idx_title{
	color:#7d7d7d;
	font-size:26px;
	position:relative;
	padding-left: 42px;
	padding-right:42px;
	margin-bottom:20px;
	text-align:center;
	display:inline-block;
}
.idx_title:before,
.idx_title:after{
	position: absolute;
    content: "";
    top: 50%;
    width: 27px;
    height: 2px;
    background-color: #75c810;
}
.idx_title:before{
    left: 0;
}
.idx_title:after{
    right: 0;
}

/* hotpd
------------*/
.idx_hotpd{
	padding:40px 0;
	text-align:center;
}
.owl-carousel{
	width:90.5% !important;/*800px*/
	margin:0 auto;
}
.owl-item a{
	display: inline-block;
	text-decoration:none;
}
.slider_frame{
	overflow:hidden;
	border:1px solid #ffffff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin-bottom: 10px;
}
.owl-item a:hover .slider_frame{
	border-color:#75c810;
}
.slider_p{
	color:#67b00e;
	font-size:20px;
	line-height:24px;
	text-align:center;
	padding-bottom:5px;
}
.slider_p2{
	color:#2c2c2c;
	font-size:18px;
	line-height:24px;
	text-align:center;
	padding-bottom:5px;
}
.sliderP2_txt{
	color:#ff5b00;
	font-weight:bold;
}
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%;-webkit-transform-style:preserve-3d}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loaded{display:block}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{display:none}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.no-js .owl-carousel{display:block}.owl-carousel .animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:-webkit-transform .1s ease;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-webkit-transform:scale(1.3,1.3);-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
.carousel-wrap {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	position: relative;
}
.owl-carousel .item {
	text-align: center;
	position: relative;
	z-index: 100;
	-webkit-backface-visibility: hidden;
}
.owl-nav > div {
	margin-top: -26px;
	position: absolute;
	top: 50%;
	color: #a0a0a0;
}
.owl-nav i {
  font-size: 25px;
}
.owl-nav .owl-prev {
  left: -36px;
}
.owl-nav .owl-next {
  right: -36px;
}
.owl-nav .owl-prev,
.owl-nav .owl-next{
	background-repeat:no-repeat;
	width:46px;
	height:46px;
	display: inline-block;
	z-index: 2;
	cursor:pointer;
}
.owl-nav .owl-prev {
	left: 0;
	background-image:url(../eng_images/icon/bx-prev.png);
}
.owl-nav .owl-next {
	right: 0;
	background-image:url(../eng_images/icon/bx-next.png);
}

/* about
------------*/
.idx_cp{
	background-color:#ebebeb;
	background-image:url(../eng_images/index/idx_cpBG.png);
	background-repeat:no-repeat;
	background-position:right center;
	/*height:386px;*/
	padding:43px 0;
}
.idxCp_FM{
	padding:40px 30px;
	width:720px;
	min-height: 300px;
	background-image:url(../eng_images/bg/idxCp_FMBG.png);
	background-repeat:repeat;
}
.idxCp_txt{
	color:#282828;
	font-size:18px;
	line-height:26px;
}


/* sub
-----------------------------------------------------------------------------*/
.search{
	position:relative;
}
.search input{
	color:#4f8a06;
	height: 50px;
	font-size:18px;
	background-color:#bce786;
	border:0;
	border-radius:0;
}
.srh_icon{
	color:#5c5c5c;
	position:absolute;
	content:"";
	right:15px;
	top:8px;
}
.srh_icon i{
	color:#4f8a06;
	font-size:31px;
}
.srh_icon a{
	display:block;
}
.search input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
   color:    #4f8a06;
}
.search input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #4f8a06;
   opacity:  1;
}
.search input::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #4f8a06;
   opacity:  1;
}
.search input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #4f8a06;
}
.subMenu{
	margin-bottom:20px;
}
.subMenu > ul > li{
}
.subMenu ul li a{
	display:block;
	color:#ffffff;
	font-size:18px;
	padding:12px 10px 10px 22px;
	text-decoration:none;
	background-color:#4f8a06;
	border-top:2px solid #69aa19;
	border-bottom:2px solid #356000;
}
.subMenu > ul > li > ul{
	background-color:#233f00;
}
.subMenu > ul > li > ul > li > a{
	color:#bce786;
	font-size:16px;
	background:none;
	border:0;
	padding-left:35px;
}
.subMenu > ul > li > ul > li:hover > a{
	color:#ffffff;
}
.subMenu_minBox,
.subMenu_minTit{
	color:#4f8a06;
	font-size:25px;
	cursor:pointer;
	text-align:center;
	background-color:#ffffff;
	padding:12px 10px 10px 10px;
	margin-bottom:10px;
	position:relative;
	display:none;
}
.subMenu_minBox:before,
.subMenu_minBox:after,
.subMenu_minTit:before,
.subMenu_minTit:after{
	position:absolute;
	content:"";
	width:100%;
	left:0;
	display: block;
	background-color:#4f8a06;
}
.subMenu_minBox:before,
.subMenu_minTit:before{
	height:3px;
	bottom:0;
}
.subMenu_minBox:after,
.subMenu_minTit:after{
	height:1px;
	bottom:5px;
}
.subMenu_minBox i{
	float: right;
	color:#4f8a06;
    font-size: 25px;
    padding-top: 8px;
}
.subMenuIcon ul li a{	
	padding:17px 25px 15px;
}


/* page
-----------------------------------------------------------------------------*/
.page{
	padding-top:16px;
	padding-bottom:30px;
}
.pageBread{
	padding:5px 0;
	text-align:right;
	color:#bce786;
	font-size:18px;
}
.pageBread a{
	color:#bce786;
	text-decoration:none;
}
.pageNum{
	margin:10px 0 20px 0;
	text-align:center;
}
.pageNum .pagination > li{
    display: inline-block;
	margin:0 3px;
}
.pageNum .pagination > li > a{
	color:#000000;
	font-size:20px;
	display:block;
	padding:8px 17px 6px 17px;
	text-decoration:none;
	background:none;
	-webkit-border-radius: 34px;
	-moz-border-radius: 34px;
	border-radius: 34px;
	border:1px solid #573a2d;
	font-family:"Times New Roman";
}
.pageNum .pagination > li > a i{
	font-size:20px;
}
.pageNum .pagination > li:hover a,
.pageNum .pagination > li a:focus,
.pageNum .pagination > li a.num_act{
	color:#ffffff;
	background-color:#4f8a06;
}
h1{
	margin:0 0 30px 0;
	color:#7d7d7d;
	font-size:26px;
	font-weight:bold;
	position:relative;
}
h1:before{
	position:absolute;
	content:"";
	left:0;
	top:15px;
	width:100%;
	height:2px;
	background-color:#75c810;
	z-index:-1;
}
h1 .page_title{
	z-index:0;
	padding-right: 32px;
	background-color:#ffffff;
}


/* company
-----------------------------------------------------------------------------*/
.cp_txt{
	color:#282828;
	font-size:18px;
	line-height:26px;
	padding:30px 0;
}

/* product
-----------------------------------------------------------------------------*/
.pro_list{
	margin:-15px -1.5%;
	padding-bottom:20px;
}
.pro_item {
  float: left;
  width:30.333%;
  margin: 15px 1.5%;
}
.pro_item a{
	text-decoration:none;
}
.pro_item .slider_frame{
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border:1px solid #fffffff;
}
.pro_item:hover .slider_frame{
	border-color:#75c810;
}
.pro_item:hover .slider_txt{
	color:#005991;
}
.pro_item:hover .slider_frame .hotpd_overly{
	opacity:1;
}
.pro_img{
	width:100%;
}
@media all and (max-width: 600px) {
	.pro_item {
		width: 47%;
	}
}
@media all and (max-width: 414px) {
	.pro_item {
		width: 97%;
	}
}
/* product detail */
.prod_img{
	width: 100%;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border:1px solid #75c810;
}
.prod_title{
	color:#67b00e;
	font-size:20px;
	font-weight:bold;
	padding-bottom:20px;
}
.prod_title span.bk_color{
	color:#282828;
	font-size:18px;
}
.prod_btn{
	padding-top:126px;
	width:184px;
}
.prod_btn ul li{
	margin-bottom:15px;
}
.prod_btn ul li:last-child{
	margin-bottom:0;
}
.prod_btn ul li a{	
	color:#573a2d;
	display:block;
	font-size:18px;
	text-align:center;
	margin:0 auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:12px 10px 10px 10px;
	text-decoration:none;
	border:1px solid #573a2d;
	background-color:#ffffff;
}
.prod_btn ul li:hover a{
	color:#ffffff;
	background-color:#233f00;
}
.prod_btn ul li:last-child a,
.prod_btn ul li:last-child:hover a{
	color:#ffffff;
	background-color:#4f8a06;
}

.prod_info{
	padding:25px;
}
.prodInfo_title{
	color:#282828;
	font-size:18px;
	margin-top:20px;
	padding:13px 17px;
	background-color:#eeeeee;
	border-bottom:2px solid #dcdcdc;
}
.prodInfo_txt{
	color:#282828;
	font-size:18px;
	line-height:24px;
}


/* inquiry
-----------------------------------------------------------------------------*/
.inq_txt{
	color:#060000;
	font-size:15px;
	line-height:28px;
}
.news-table.inq_tbl{	
	margin-top:10px;
	margin-bottom:20px;
}
.inq_tbl i{
	color:#2c2c2c;
	font-size:25px;
}
.news-table.inq_tbl .thead .th,
.news-table.inq_tbl .tbody .td{
	border-right:0;
}
.news-table.inq_tbl .tbody .td{
	cursor:default;
}
.news-table.inq_tbl .tbody .td:nth-child(2){
	width: 35%;
}
.news-table.inq_tbl .tbody .td:nth-child(3){
	width: 25%;
}
.news-table.inq_tbl .tbody .td:nth-child(4),
.news-table.inq_tbl .tbody .td:last-child{
	width: 15%;
}
#inq_form .form-control{
	color:#a0a0a0;
	font-size:18px;
	min-height: 40px;
	border-radius:0;
	box-shadow:none;
	padding:6px 12px;
	border:0;
	background-color:#eeeeee;
}
.inq_tbl .form-control{
	color:#55553c;
	font-size:20px;
	height: 30px;
	border:1px solid #404040;
	padding:6px 12px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background-color:#ffffff;
	box-shadow:none;
}
#inq_form .form-control.fcontrol_gn{
	color:#4f8a06;
	border-color:#bce786;
	background-color:#bce786;
}
#inq_form .form-control.fcontrol_gn:hover{
	color:#ffffff;
	border-color:#4f8a06;
	background-color:#4f8a06;
}
#inq_form .country{
	color:#55553c;
	background-color:#f4f4ed;
}
#inq_form .form-control::-moz-placeholder {
  color: #55553c;
  opacity: 1;
}
#inq_form .form-control:-ms-input-placeholder {
  color: #55553c;
}
#inq_form .form-control::-webkit-input-placeholder {
  color: #55553c;
}



/* news
-----------------------------------------------------------------------------*/
.news-table{
	width: 100%;
	display: table;
	border-collapse:collapse;
}
.news-table .thead,
.newsd-table .thead{
	display:table-header-group;
}
.news-table .tbody,
.newsd-table .tbody{
	display:table-row-group;
}
.news-table .tr,
.newsd-table .tr{
	display:table-row;
}
.news-table .thead .th,
.news-table .tbody .td,
.newsd-table .th,
.newsd-table .td{
	font-size:18px;
	display:table-cell;
	padding: 8px 10px;
	text-align: center;
}

.news-table .thead .th{
	color:#282828;
	background: #e4e4e4; /* Old browsers */
	background: -moz-linear-gradient(top, #e4e4e4 0%, #f5f5f5 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #e4e4e4 0%,#f5f5f5 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #e4e4e4 0%,#f5f5f5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e4e4', endColorstr='#f5f5f5',GradientType=0 ); /* IE6-9 */
}
.news-table .tbody .td{
	color:#282828;
	cursor:pointer;
	vertical-align: middle;
	background-color:#ffffff;
	border-bottom:1px solid #e5e5e5;
}

.news_tbl .tr .th:frist-child{
	width:20%;
}
.news_tbl .tr .th:nth-child(2){
	width:60%;
}
.news_tbl .tr .th:last-child{
	width:20%;
}

/* news-detail */
.newsd-table{
	width: 100%;
	display: table;
	border-spacing:1px;
	border-collapse:separate;
}
.newsd-table .th{
	width:20%;
	color:#282828;
	padding: 10px 0;
	text-align: center;
	vertical-align:middle;
	background-color:#eeeeee;
	border-bottom:1px solid #ffffff;
}
.newsd-table .tr:last-child .th{
	border-bottom:0;
}
.newsd-table .tr:first-child .td{
	border-top:1px solid #e5e5e5;
}
.newsd-table .td{
	color: #2c2c2c;
	text-align:left;
	line-height:20px;
	padding: 10px 15px;
	background-color:#ffffff;
	border-right:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
}

.back_btn{
	width:170px;
	padding-top:35px;
	margin:0 0 0 auto;
}
.back_btn a{
	color:#ffffff;
	display:block;
	font-size:18px;
	text-align:center;
	padding:10px 25px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color:#4f8a06;
	border:1px solid #573a2d;
	text-decoration:none;
}

@media only screen and (max-width: 992px) {
	.newsd-table .th{
		width:25%;
	}	
	.newsd-table .td{
		padding: 10px 15px;
	}
}

@media only screen and (max-width: 600px) {
	.news-table{
		background-color: transparent;
	}
	.news-table .thead{
		display: none;
	}
	.news-table .tbody .tr{
		display:block;
		overflow:hidden;
		margin-bottom: 15px;
		border-bottom:none;
	}
	.news-table .thead .th,
	.news-table .tbody .td{
		display:block;
		width: 100%;
	}
	.news-table .tbody .td{
		text-align:right;
		margin-bottom:1px;
		padding:10px;
		line-height: 35px;
		background-color:#efefef;
	}
	.news-table .tbody .td:before{
		position:relative;
		float:left;
		content: attr(data-title);
	}
	.news-table .td:last-child{
		border-bottom:none;
	}
	.inq_tbl .form-control{
		height:30px;
	}
	.news-table .tr .th:first-child,
	.news-table .tr .td:first-child,
	.news-table .tr .th:nth-child(2),
	.news-table .tr .td:nth-child(2),
	.news-table .tr .th:last-child,
	.news-table .tr .td:last-child{
		width:100%;
	}	
	.news-table.inq_tbl .tbody .td:nth-child(2),
	.news-table.inq_tbl .tbody .td:nth-child(3),
	.news-table.inq_tbl .tbody .td:nth-child(4),
	.news-table.inq_tbl .tbody .td:last-child{
		width: 100%;
		text-align:right;
	}
	.news-table .thead .th,
	.news-table .tbody .td {
		border:0;
	}
	.newsd-table .th{
		padding:8px 10px;
	}
	.newsd-table .td{
		margin-bottom:10px;
		border-left:1px solid #e5e5e5;
		border-top:1px solid #e5e5e5;
	}
	.newsd-table .tr:last-child .th{
		border-bottom:1px solid #ffffff;
	}
}
@media only screen and (max-width: 480px) {
	.news-table .tbody .tr {
		border: 1px solid #dddddd;
	}
	.news-table .tbody .td:before{
		width:100%;
		float:none;
		display:block;
		text-align:center;
		background-color:#eeeeee;
	}
	.news-table .tbody .td{
		padding:0;
		background-color:#ffffff;
	}
	.news-table .tbody .td,
	.news-table.inq_tbl .tbody .td:nth-child(2),
	.news-table.inq_tbl .tbody .td:last-child{
		text-align:center;
	}
	.newsd-table .tr{
		margin-bottom:10px;
	}
	.newsd-table .th,
	.newsd-table .td{
		display:block;
		width: 100%;
	}
	.back_btn{
		width:100%;
		padding-top: 25px;
		padding-bottom:20px;
	}
	.back_btn a {
		font-size: 15px;
		padding: 12px 10px 10px 10px;
	}
}


/* contact
-----------------------------------------------------------------------------*/
.cont_FM{
	display:table;
	width:100%;
	margin-bottom:30px;
}
.contFM_item{
	display:table-cell;
	vertical-align:middle;
}
.contFM_item:first-child{
	width:77px;
	text-align:center;
}
.contFM_item i{
	color:#020000;
	font-size:37px;
}
.contFM_txt{
	color:#282828;
	font-size:18px;
	font-family:"Microsoft JhengHei";
}
.gmap {
	position: relative;
	padding-bottom: 20%;
	height: 0;
	padding-top:30px;
	overflow: hidden;
	margin-bottom:25px;
}
.gmap iframe,
.gmap object,
.gmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* footer
-----------------------------------------------------------------------------*/
.footer{
	padding:30px 0;
	background-color:#4f8a06;
	border-top:8px solid #282828;
}
.ft_title{
	color:#80da12;
	font-size:26px;
	font-weight:bold;
	padding:10px 0;
}
.ft_phone{
	color:#ffffff;
	font-size:26px;
	display:flex;
}
.ft_txt{
	color:#ffffff;
	font-size:18px;
	line-height:24px;
	display:flex;
	padding:5px 0;
	font-family:'Microsoft JhengHei';
}
.ft_txt a{
	color:#ffffff;
	text-decoration:none;
}
.ft_icon{
	float:left;
	width:40px;
	font-size:20px;
	margin-top: 3px;
	text-align:center;
	margin-right:18px;
	position:relative;
}
.ft_icon:after{
	position:absolute;
	content:"";
	width:1px;
	height:20px;
	top:0;
	right:0;
	display:inline-block;
	background-color:#ffffff;
}
.ftIcon_phone{
	float:left;
	width:50px;
	font-size:35px;
	text-align:center;
	margin-right:5px;
}
.ft_copyRight{
	padding-top:20px;
	margin-top:20px;
	border-top:2px solid #67b00e;
	position:relative;
}
.ft_copyRight:before{
	position:absolute;
	content:"";
	left:0;
	top:-4px;
	width:100%;
	height:2px;
	background-color:#437a00;
}
.ft_copyRight p,
.ft_copyRight a{
	display:flex;
	color:#282828;
	font-size:18px;
}
.ft_copyRight .ft_logo{
	float:left;
	margin-left:2px;
	margin-right:26px;
}
.qrcode{
	padding:12px 0;
	margin-right:0;
	margin-left:auto;
}


/* media query
-----------------------------------------------------------------------------*/
@media screen and (max-width:1060px){
	.head .navbar-nav > li > a{
		padding-left:10px;
		padding-right:10px;
	}
}
@media screen and (max-width:992px){
	.rwd-img{
		margin-left:auto;
		margin-right:auto;
	}
	#lan_hs{
		display:block;
	}	
	#lan_sh{
		display:none;
	}
	.head .navbar {
		display: table;
		float: none;
		margin: 0 auto;
	}
	.ft_icon{
		width:10px;
	}
	.ft_icon:after{
		width:0;
	}
	.ft_icon,
	.ftIcon_phone,
	.ft_logo{
    	float: none;
	}
	.ft_title,
	.ft_txt,
	.ft_phone{
		display:block;
		text-align:center;
	}
	.ft_logo,
	.ft_copyRight p{
		width:100%;
		display:block;
		text-align:center;
	}
	.ft_copyRight a{
		 display:inline-block;
	 }
	.qrcode{
		display: block;
		margin-right:auto;
	}
	.lan .lan_list{
		width:40px;
		margin-left: 5px;
	}
	.lan .lan_list a{
		 padding: 6px 0 4px 0;
		-webkit-border-radius: 100%;
		-moz-border-radius: 100%;
		border-radius: 100%;
	}
	.lan_txtHide{
		display:none;
	}
	.hd_tblcell,
	.hd_tblcell .hdTblcell_lt,
	.hd_tblcell .hdTblcell_rt{
		display:block;
		width:100%;
	}
}

@media screen and (max-width:767px){
	#showhide{
		display:none;
	}
	#hideshow{
		display:block;
	}
	#sh-ink{
		display:none;
	}
	#hs-ink{
		display:inline-block;
	}
	.logo{
		margin-top:15px;
	}
	.head{
		padding-bottom:0;
	}
	.head .navbar {
		width: 100%;
	}
	.head .navbar-nav {
		margin: 0 0 10px 0;
	}
	.head .navbar-nav > li > a::after{
		width:0;
	}
	.head .navbar-nav{
		margin-left:0;
		margin-right:0;
	}
	.search{
		display:none;
	}
	.idxCp_FM{
		width:100%;
	}
	.idx_cp{
		padding: 20px 0;
		background-image:none;
	}
	.subMenu_minTit{
		display:block;
		cursor:default;
	}
	.subMenu_multiy > ul{
		display:none;
	}
	.subMenu_minBox{
		display:block;
		font-size:23px;
	}
	.subMenu_minBox i {
		font-size: 23px;
	}
	.pageBread{
		display:none;
	}
	.prod_btn{
		width:100%;
		margin-left:-1%;
		margin-right:-1%;
		padding-top: 0;
	}
	.prod_btn ul{
		font-size: 0;
	}
	.prod_btn ul li {
		letter-spacing: normal;
		word-spacing: normal;
		display:inline-block;
		*display: inline;
		zoom:1;
		width:31.333%;
		margin:10px 1%;
	}
	.prod_info{
		padding-left:10px;
		padding-right:10px;
	}
	.gmap {
		padding-bottom: 30%;
	}
}

@media screen and (max-width:600px){
	.contFM_item,
	.contFM_item:first-child{
		display:block;
		width:100%;
		text-align:left;
	}
}

@media screen and (max-width:480px){
	.prod_btn{
		width:100%;
		margin-left:0;
		margin-right:0;
		padding-top:20px;
		padding-bottom:20px;
	}
	.prod_btn ul li {
		display:block;
		width:100%;
		margin:10px 0;
	}
}

@media screen and (max-width:414px){
	.idx_title,
	.ft_title,
	.ft_phone{/*26*/
		font-size:23px;
	}
	.ft_txt,
	.ft_copyRight p, .ft_copyRight a{/*18*/
		font-size:15px;
	}
	.ftIcon_phone {
		font-size: 30px;
		width: 45px;
	}
}


@media screen and (max-width:320px){
}