/*版型=========================================================*/
@charset "UTF-8";

.container .ling-right {
	min-height: 70vh;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
 /*解除寬度與padding的關係*/
}

html {
	margin: 0 auto;
}

/* .section {
	padding: 70px 0;
	position: relative;
} */

body {
	height: 100%;
	font-family: "微軟正黑體" !important;
	font-size: 100%;
	font-size: 18px;
	line-height: 180%;
	color: #6a6a6a;
	max-width: 100%;
}

/* .container,
body > .wrapper {
	max-width: 1450px !important;	
	margin: 0 auto !important;
}
body.home > .wrapper {
	max-width: initial;	
	margin: 0 !important;
} */

footer > .container,
.page_container{
	max-width: 1450px !important;	
	margin: 0 auto !important;
	width: 100%;
}

body a {
	color: initial;
	text-decoration: none !important;
}

@media (max-width:992px) {
	body {
		font-size: 18px;
		line-height: 180%;
		background: #fff;
	}
}

footer {
	background: linear-gradient(115deg,#72c361 1%,#4fb980 98%);
	clear: both;
	padding: 1em 0em;
	color: #fff
}

footer address {
	margin-bottom: 0
}

footer address p, footer h3, footer address a.lk {
	color: #fff
}

footer address span {
	display: inline-block;
	padding-left: 30px;
}

@media only screen and (max-width:568px) {
	
	footer address span {
		display: block;
		width: 100%;
		padding-left: 0;
	}
}

.gototop {
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #000;
	color: gray;
	position: fixed;
	bottom: 50px;
	right: 50px;
	z-index: 8888;
	cursor: pointer;
	border-radius: 50%;
	box-shadow: 0px 2px 2px rgba(0,0,0,0.3);
	display: none;
	color: #FFFFFF
}

/*內頁區塊========================================================*/
.contain_right {
	width: 100%;
}

.toaffix {
	display: none;
	width: 100%;
	height: 0px;
  /*文字不要被壓到*/
}

.affix + .toaffix {
	display: block;
	clear: both;
}

.mynav {
	transition: .5s;
	top: 0px;
	right: 15px;
}

.text-success {
	color: #71b321;
}

.owl-dots {
	display: none !important;
}

.owl-theme .owl-controls .owl-nav [class*="owl-"] {
	padding: 3px 6px !important;
}

@media (min-width:993px) {
	aside.ling-left {
		padding-top: 2em;
	}

	article.ling-right>.contain_right {
		padding-top: 2em;
	}

	article.ling-right {
		min-height: 70vh;
	}
}

@media (max-width:992px) {
	aside.ling-left {
		display: none;
	}

	article.ling-right {
		width: 100%;
	}

	article.ling-right>.contain_right {
		width: 100%;
	}

	.contain_left {
		display: none;
	}

	.contain_right {
		padding: 2em 2% 2em 2%;
		float: none;
		clear: both;
		margin: 0;
	}
}

@media (min-width:569px) {
	
	.main_md {
		display: block
	}

	.main_sm {
		display: none
	}
}

@media (max-width:568px) {
	
	.main_md {
		display: none
	}

	.main_sm {
		display: block
	}
}

.main_md img, 
.main_sm img {
	width: 100%;
}

.com_ban a {
	border: 2px solid #148c49;
	display: block;
}

.com_ban a img {
	width: 100%;
}

nav.navbar ul.nav.lingnav li.sm-show {
	display: none
}

nav.navbar ul.nav.lingnav li.md-show {
	display: inline-block
}

@media only screen and (max-width:992px) {
	nav.navbar ul.nav.lingnav li.sm-show {
		display: block
	}

	nav.navbar ul.nav.lingnav li.md-show {
		display: none
	}
}

body.home section.container-fulie .text h2 {
	color: #148c49 !important;
	font-weight: bold;
}



@media only screen and (min-width:993px ) {
 

	body.home section.container-fulie {
		display: flex !important;
	}

	body.home section.container-fulie > .text {
		align-self: center !important;
	}

	body.home section.container-fulie .img_d img {
		display: none;
	}

	section.news_box {
		background: url(../images/new_d.jpg) right center no-repeat;
		min-height: 600px;
		position: relative;
	}

	section.news_box .m_news {
		width: 460px;
		height: 325px;
		overflow: hidden;
		color: #6a6a6a;
		line-height: 1.7em;
		font-size: 18px;
		position: absolute;
		left: 15%;
		top: 140px;
	}

	section.news_box .m_news .but4 {
		margin-top: 50px;
		text-align: right;
		background: initial;
		border: initial;
		display: inline-block;
		float: right;
	}

	section.about_box {
		background: url(../images/about_d.jpg) left center no-repeat;
		min-height: 600px;
		position: relative;
	}

	section.about_box .m_about {
		width: 500px;
		overflow: hidden;
		color: #6a6a6a;
		line-height: 1.7em;
		font-size: 18px;
		position: absolute;
		left: 55%;
	}

	section.com_box {
		background: url(../images/com_d.jpg) right center no-repeat;
		min-height: 600px;
		position: relative;
	}

	section.com_box .m_com {
		width: 460px;
		overflow: hidden;
		color: #6a6a6a;
		line-height: 1.7em;
		font-size: 18px;
		position: absolute;
		left: 15%;
	}
}

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

	body.home section.container-fulie > .text {
		height: auto;
		position: static;
		left: auto;
		margin: 0 auto;
		padding: 20px 15px 40px 15px;
		width: 80%;
	}

	section.news_box .m_news .but4 {
		margin-top: 30px;
		display: inline-block;
	} 
} 
@media only screen and (max-width:568px ) {
	body.home section.container-fulie > .text{
		width: 90%;
	}
}

.boxshad {
	padding: 10px 20px;
	border: 2px solid rgba(186,165,156,0.3);
	box-shadow: 2px 2px 7px rgba(186,165,156,0.2) inset;
	box-shadow: 5px 5px 5px rgba(186,165,156,0.2);
	border-radius: 0 0 10px 0;
	margin-bottom: 2em;
}


/*靠左中右========================================================*/
.center {
	text-align: center
}

.left {
	text-align: center
}

.right {
	text-align: right
}

/*段落行距========================================================*/
.mar {
	margin-bottom: 0.5em
}

.mar-right {
	margin-right: 0.5em;
	margin-bottom: 0.5em
}

.mar1 {
	margin-bottom: 1em
}

.mar15 {
	margin-bottom: 1.5em
}

.mar2 {
	margin-bottom: 2em
}

.mar3 {
	margin-bottom: 3em
}


#left {
	width: 90%;
	min-height: 300px;
}

#left div {
	text-align: left;
	width: 100%;
}

#left>.our {
	width: 100%;
	overflow: hidden;
	height: 35px;
	margin-bottom: 5px;
}

/*第一層 大分類*/

#left div.ourproduct, 
#left div.ourproduct2 {
	padding: 10px 8px;
	margin-top: 3px;
	display: none;
	border-radius: 5px;
}

#left .ourproduct {
	background: #FD6266;
	color: #0060AF;
}

#left .ourproduct:hover {
	background: #ccc;
	transition: all .3s;
	color: #0060AF;
} /*滑入*/
#left .ourproduct:hover>a {
	color: #0060AF
}

#left .ourproduct2 {
	background: #A82024;
	color: #fff
} /*選到*/
#left .ourproduct2>a {
	color: #fff
}

#left div.ourproduct>a , #left div.ourproduct2>a {
	font-size: 1em;
}


/*第二層 中分類*/

#left div.class1, 
#left div.class12 {
	padding: 6px 10px 6px 30px;
	margin-top: 3px;
	border-radius: 5px;
	position: relative;
}

#left div.class1>a:before {
	font-family: 'FontAwesome';
	content: "\f105";
	display: inline-block;
	position: absolute;
	left: 10px;
	height: 0;
	line-height: 0;
	top: 50%;
	color: #11a847;
}

#left div.class12>a:before {
	font-family: 'FontAwesome';
	content: "\f105";
	display: inline-block;
	position: absolute;
	left: 10px;
	height: 0;
	line-height: 0;
	top: 50%;
	color: #fff;
}

#left .class1 {
	background: #fff;
	border: 1px solid #11a847
}

#left .class1>a {
	color: #6a6a6a
}

#left .class1:hover {
	border: 1px solid #11a847;
	transition: all .3s;
	background: #f1e023;
}

#left .class1:hover>a {
	text-decoration: none
}

#left .class12 {
	background: #11a847;
	color: #11a847;
	border: 1px solid #11a847
}

#left .class12>a {
	color: #fff;
	text-decoration: none;
}

#left div.class1>a, div.class12>a {
	font-size: 1em;
}

	

/*第三層 小分類*/
#left span.submenu2 {
	padding: 5px 0;
	background: #FFFFCF;
}

#left div.class2, div.class22 {
	padding: 0px 10px 0px 40px;
	border-radius: 0px;
}

#left .class2 {
	background: #FFFFCF;
	color: #6a6a6a;
}

#left .class2>a {
	color: #6a6a6a;
}

#left .class2:hover {
	background: #FFFFCF;
	text-decoration: underline;
	transition: all .3s;
	color: #990000;
}

#left .class2:hover>a {
	color: #990000;
}

#left .class22 {
	background: #FFFFCF;
	color: #990000;
}

#left .class22>a {
	color: #990000;
	text-decoration: underline;
}

#left div.class2>a, div.class22>a {
	text-decoration: none;
	line-height: 1.8em;
	font-size: 0.9em
}

@media only screen and (max-width:768px ) {
 
	#left {
		display: none
	}
}

@media only screen and (max-width:568px ) {
 
	.home_carousel_box .carousel {
		position: relative;
		margin-left: 0;
		margin-top: 15px;
	}

	.home_carousel_box .carousel .carousel-inner a.item,
	.home_carousel_box .carousel .carousel-inner a.item.active {
		width: 100%;
	}

	.home_carousel_box .carousel .carousel-inner a.item img {
		width: 250px;
	}
}

/*首頁-聯絡我們*/
.m_contact > .name {
	font-size: 2em;
	line-height: none;
	color: #A82024;
	padding: 0px 0px 15px 0px
}

@media only screen and (min-width:901px ) {
 
	.m_contact .emailling {
		display: block
	}

	.m_contact .emailling2 {
		display: none
	}
}

@media only screen and (max-width:900px ) {
 
	.m_contact .emailling {
		display: none
	}

	.m_contact .emailling2 {
		display: block
	}
}

/*內頁共用設計=====================================================================*/
.path {
	margin-bottom: 1.5em;
	color: #999;
}

.path>a {
  pointer-events: none;
  color: #999; /* 可選，讓使用者知道無法點擊 */
  text-decoration: none;
}


/*h標題設定========================================================*/
h1 {
	font-size: 1.5em;
	line-height: none;
	font-weight: 500;
	color: #333;
	white-space: normal;
	display: inline;
	height: 0;
} /*大標題*/

h2 {
	font-size: 1.3em;
	line-height: none;
	font-weight: bold;
	color: #333;
	white-space: normal;
	display: inline;
	height: 0;
} 
h2>a:link, h2>a:visited {
	color: #333;
	text-decoration: none;
}

h2>a:hover, h2>a:active {
	color: #333;
	text-decoration: underline;
}

h2>span {
	padding-right: 10px
}

h3 {
	font-size: 1.2em;
	line-height: none;
	font-weight: 500;
	color: #333;
	white-space: normal;
	display: inline;
	height: 0;
} /*次標題*/
h3>a:link, h3>a:visited {
	color: #333;
	text-decoration: none;
}

h3>a:hover, h3>a:active {
	color: #333;
	text-decoration: underline;
}

h4 {
	font-size: 1em;
 /*13px*/
	font-weight: normal;
	white-space: normal;
	display: inline;
	height: 0;
	outline: none;
	text-decoration: none;
} /*細項產品*/



.hi {
	clear: both;
	margin-bottom: 10px;
	background: url(../images/item_d.gif) left top no-repeat;
	background-size: 35px;
}

.hi {
	width: 100%;
	padding-left: 45px;
}

.hi>.div1>h2 {
	color: #333;
	font-size: 1.1em;
	font-weight: 600;
}

.hi>.div1 {
	float: left;
	width: auto;
}

.hi>.div2 {
	float: right;
	width: auto
}

img, p>img, div>img {
 /*border-radius: 5px;*/
	max-width: 100%;
	height: auto
}

a {
	border-radius: 0px;
}

.bor {
	border: 1px solid #fff;
 /*border-radius: 5px;*/
	padding: 0px;
} /*產品圖外框線-預留*/
.sha {
	-webkit-box-shadow: 3px 3px 10px #999;
 /*陰影*/
	box-shadow: 3px 3px 10px #999;
}

ul {
	padding: 0 20px;
	list-style-type: disc;
}

ol {
	padding: 0 20px;
	list-style-type: decimal
}

.check {
	width: 35px;
	height: 35px;
	float: right;
	margin: 3px 0px 0px 5px;
}

.check_left {
	width: 35px;
	height: 35px;
	float: left;
	margin: 3px 5px 0px 0px;
}

.textover {
	white-space: nowrap;
	width: 100%;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
}

.spec {
	text-align: left;
	color: #CC3300
}

.spec>h3 {
	color: #000
}

.spec>h3>span {
	color: #CC3300
}

.spec>i {
	color: #CC3300;
	font-size: 1.2em;
	font-weight: bold
}

.ex {
	color: #CC3300;
} /*說明 or 星號*/

.rig_pdd {
	clear: both;
	width: auto;
	padding-right: 10px;
	margin-bottom: 0.5em;
	min-height: 85px;
}

i.colr {
	color: #FD6266;
	padding-right: 10px
}

/*首頁-more 按鈕類=================================================== */

/*小尺寸 - home & inquiry*/
.but_s {
	padding: 1px 12px;
	cursor: pointer;
	transition: all .3s;
	border-radius: 5px;
	text-align: center;
	white-space: nowrap
}

.but_s:hover {
	transition: all .3s;
	text-decoration: none;
}

.but_s i {
	padding-right: 0.3em
}

/*標準尺寸*/
.but {
	padding: 8px 20px;
	cursor: pointer;
	transition: all .3s;
	border-radius: 5px;
	text-align: center;
	white-space: nowrap
}

.but:hover {
	transition: all .3s;
	text-decoration: none;
}

a.but {
	text-decoration: none;
}

.but i {
	padding-right: 0.3em
}

/*範例-0-重要按鈕*/
.but0 {
	background: #A82024;
	color: #fff;
}

.but0:hover {
	background: #FD6266;
	color: #fff;
}

.but0>a {
	color: #fff;
	width: 100%;
}

a.but0 {
	color: #fff;
}

a.font-a1 {
	font-size: 1.5em;
	line-height: 1.8em
} 

/*範例-1*/
.but1 {
	background: #148c49;
	color: #fff;
	border: none;
}

.but1:hover {
	background: #11a847;
	color: #fff;
}

a.but1 {
	color: #fff;
}  

/*範例-2*/
.but9 {
	background: #999999;
	color: #fff;
}

.but9:hover {
	background: #CCCCCC;
	color: #fff;
}

a.but9 {
	color: #fff;
}  
/*PDF 標準範例-1*/
.but-pdf {
	background: #CC0000;
	color: #fff;
}

.but-pdf:hover {
	background: #FF9900;
	color: #fff;
} 

/*公司簡介書籤*/
.but2 {
	background: #f2f2f2;
	color: #333333;
}

.but2:hover {
	background: #FD6266;
	color: #fff;
}

/*pdf 鈕 - about + asn-Srh-asun_css + ys-shinway */
.icon_box {
	clear: both;
}

.icon_box>.icon {
	margin: 0px 5px 15px 0px;
	float: left;
}

.icon_box>.icon>a {
	color: #fff
}

.icon_box>.icon>a>i {
	color: #FFFFFF;
	font-size: 1.2em;
	line-height: 1.2em;
	padding-right: 0.3em
}


/*頁尾按鈕=========================================================================*/
#add_icon {
	width: 100%;
	overflow: hidden;
	margin-bottom: 3em;
}

#add_icon>div.main-container {
	float: left;
	position: relative;
	left: 50%;
}

#add_icon>div>div.fixer-container {
	float: left;
	position: relative;
	left: -50%;
}

#add_icon>div>div>div {
	float: left;
	margin: 0 10px 10px 10px;
}

#add_icon>div>div.fixer-container>input {
	border: 0;
	margin: 0 1em
}

@media only screen and (max-width:568px ) {
 
	.icon_box {
		width: 100%;
	}

	.icon_box>.icon {
		margin: 0px 0px 15px 0px;
		width: 100%
	}

	#add_icon>div.main-container {
		left: 0;
		width: 100%
	}

	#add_icon>div>div.fixer-container {
		left: 0;
		width: 100%
	}

	#add_icon>div>div>div {
		float: none;
		margin: 10px 0;
		width: 100%;
	}
}




/*有框-範例-1-首頁用*/
.but3 {
	background: #FD6266;
	border: 1px solid #FD6266;
} /*天藍底*/
.but3:hover {
	background: #fff;
	color: #FD6266;
	border: 1px solid #FD6266;
}/*白底*/
a.but3 {
	color: #fff;
}

/*有框-範例-2-首頁用*/
.but4 {
	background: #fff;
	border: 1px solid #fff;
}

.but4:hover {
	background: #fff;
	border: 1px solid #11a847;
}

a.but4 {
	color: #11a847;
} 


/*About 關於我們 =================================================== **/
ul.about_li>li {
	width: auto;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	_height: 80px;
	margin: 0 5px 1em 0;
}

.about_top1 {
	margin-top: -150px;
	height: 150px;
	position: absolute;
}

@media only screen and (max-width:568px ) {
 
	ul.about_li>li {
		width: auto;
	}
}

.about>hr:last-of-type {
	display: none
}

.about>.item>p>img {
	margin-bottom: 5px;
	max-width: 100%;
	height: auto;
} /*貼圖*/
.about>.item>img.right {
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
} /*後台圖片輸入在右區*/
.about img {
	max-width: 100%;
	height: auto;
}

@media only screen and (max-width:768px ) {
	.about>.item>img.right, .about>.item>p>img {
		min-width: 100%;
		height: auto;
	}

	.about img {
		min-width: 100%;
	}
}


/*產品索引-asn-Srh-asun_cssn ================================開始*/
ul.catelog {
	padding: 0;
	list-style-type: none;
}

ul.catelog>li {
		/*display: -moz-inline-stack;
        display: inline-block;
		zoom: 1;
		*display: inline;
		vertical-align: top;	
		*/
	_height: 80px;
	float: left;
}

ul.catelog>li.pic, ul.catelog>li.pic2 /*pic2產品版其他圖檔*/ {
	width: 30%;
	float: left;
}

ul.catelog>li.pic>div>a>img {
	width: 100%
} /*分類1圖*/
ul.catelog>li.pic>div {
	width: 100%;
}

ul.catelog>li.pic2 {
	border-radius: 5px;
	overflow: hidden
}/*產品頁多張圖檔*/
ul.catelog>li.pic2>div {
	width: 100%;
}

ul.catelog>li.pic2>div>a>img {
	width: 100%;
	border-radius: 0;
}

ul.catelog>li.pic2>div:nth-child(n+2) {
	float: left;
	width: 33.333%;
}
/*產品圖放大鏡*/
ul.catelog>li.pic2>div>a {
	z-index: 21;
	display: block;
	text-align: center;
	text-decoration: none
}

ul.catelog>li.pic2>div>a:after {
	color: #fff;
	content: '\f00e';
	font-size: 2em;
	width: 50px;
	height: 40px;
	position: relative;
	text-align: right;
	width: auto;
	margin: -40px 3% 0 auto;
	font-family: 'FontAwesome';
	display: block;
}

ul.catelog>li.pic2>div>a:hover:after {
	color: #FD6266
}

ul.catelog>li.pic2>div:nth-child(n+2)>a:after {
	display: none;
}

ul.catelog>li.text {
	width: 69.5%;
	padding-left: 30px;
	float: left;
}
		
/*當圖檔沒有輸入*/
ul.catelog>li.text_ {
	width: 100%;
	clear: both;
}

ul.catelog>li img.imgright {
	padding-left: 10px;
}

@media only screen and (max-width:568px ) {
	ul.catelog>li.pic, ul.catelog>li.pic2 {
		width: 100%;
	}

	ul.catelog>li.text {
		width: 100%;
		padding-left: 0;
	}

	ul.catelog>li img.imgright {
		padding-left: 0px;
		width: 100%;
	}
}



/*大焱始祖-link_classifys_ke + lynx-tail_2 -------------------------*/
ul.catelog3 {
	list-style-type: none;
	padding: 0;
	margin: 0 0 1em 0;
}

ul.catelog3>li {
		/*display: -moz-inline-stack;
        display: inline-block;
		zoom: 1;
		*display: inline;
		vertical-align: top;	
		*/
	_height: 80px;
	float: left;
	margin-bottom: 1em;
	width: 33%;
	float: left;
	padding-right: 20px
}

ul.catelog3>li>div {
	width: 100%;
}

ul.catelog3>li.text10 {
	width: 100%;
}

ul.catelog3>li.text1 {
	width: 66%;
}

ul.catelog3>li.text4 {
	width: 100%;
}

@media only screen and (max-width:768px ) {
	ul.catelog3>li {
		width: 50%;
	}

	ul.catelog3>li.text1 {
		width: 50%;
	}
}

@media only screen and (max-width:568px ) {
	ul.catelog3>li {
		width: 100%;
	}

	ul.catelog3>li.text1 {
		width: 100%;
	}
}

/*大焱始祖-link_classifys_ke + lynx-tail_ 2----------------------end */


/*inline-block+float -2 欄位, -chn-une-fe0 & asn-Srh-asun_cssn ================================開始*/
ul.p_item2 {
	padding: 0;
	list-style-type: none;
	margin-bottom: 1.5em;
 /*空一行*/
}

ul.p_item2>li {
	width: 47%;
	min-height: 80px;
	margin-right: 4%;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	_height: 80px;
	margin-bottom: 2em;
 /*空一行*/
	padding: 10px;
}

ul.p_item2>li:nth-child(2n+0) {
	margin-right: 0;
}

ul.p_item2>li>.cname {
	clear: both;
	width: auto;
	padding-right: 10px;
	margin-bottom: 1em;
} /*顯示在圖片與名稱上排-chn-une-fe0*/
ul.p_item2>li>.pic {
	width: 30%;
	float: left;
	margin-bottom: 1em;
	border-radius: 10px;
	overflow: hidden;
}

ul.p_item2>li>.pic>a>img {
	width: 100%
}

ul.p_item2>li>div>a>div {
	width: auto;
	margin: 10px;
}

ul.p_item2>li>.text {
	width: 69%;
	float: left;
	padding-left: 15px;
	margin-bottom: 1em;
	white-space: normal;
}

.bor img {
	width: 100%;
}

ul.p_item2>li>div>a {
	display: block;
	width: 100%;
	overflow: hidden;
	transition: all 0.5s ease;
}

ul.p_item2>li>div>a img {
	width: 100%;
	height: auto;
	transform: scale(1);
	transition: all 0.5s ease;
}

ul.p_item2>li>div>a:hover img {
	transform: scale(1.1);
}

ul.p_item2>li h4 {
	display: inline-block;
	width: 100%;
	min-height: 30px;
	background: #fff;
	position: relative;
}

ul.p_item2>li>.text>.pname {
	clear: both;
	width: auto;
	padding-right: 10px;
	margin-bottom: 0.5em;
	min-height: 85px;
}/* 名稱高度asn-Srh-asun_cssn*/


@media only screen and (max-width:768px ) {
	ul.p_item2>li {
		width: 100%;
		min-height: auto;
		_height: auto;
	}

	ul.p_item2>li>.text>div {
		text-align: justify;
	}
}

@media only screen and (max-width:568px ) {
	ul.p_item2>li>.pic {
		width: 100%;
	}

	ul.p_item2>li>.text {
		width: 100%;
		padding-left: 0;
	}

	ul.p_item2>li>.text>.pname {
		min-height: auto;
	}
}


/*給 - safety 安規查詢頁 - 上方搜尋用*/
.iso {
	background: #E6FFFF;
	border-color: #0066CC;
	border-style: solid;
	border-width: 1px 1px 6px 1px;
	border-radius: 5px;
	padding: 10px 0 10px 20px
}

ul.iso1 {
	padding: 0;
	list-style-type: none;
	margin: 0 auto;
	width: 100%;
}

ul.iso1>li {
	display: inline-block;
	width: 19%;
	margin: 0 auto;
	padding: 0;
	vertical-align: top;
	height: 100%;
	margin-bottom: 1em;
}

ul.iso1>li>input {
	width: 20px;
	height: 20px;
}

/*給 - safety 安規查詢頁 - 下方表格內的iso圖*/
ul.iso2 {
	padding: 0;
	list-style-type: none;
	margin: 0 auto;
}

ul.iso2>li {
	display: inline-block;
	vertical-align: top;
	height: 100%;
	text-align: center;
}

@media only screen and (max-width:568px ) {
	ul.iso1>li {
		width: 49%;
	}
}

/*inline-block -3 欄位, chufon ===================================================開始*/
ul.p_item3 {
	padding: 0;
	list-style-type: none;
	margin-bottom: 0em;
/*空一行*/
}

ul.p_item3>li {
	width: 30%;
	display: inline-block;
	vertical-align: top;
	height: 100%;
	text-align: left;
	margin-right: 4%;
	margin-bottom: 2em;
 /*空一行*/
	padding: 10px;
}

ul.p_item3>li:nth-child(3n+0) {
	margin-right: 0;
}

ul.p_item3>li>div>a>img {
	width: 100%;
 /*border-radius: 5px 5px 0 0;*/
}

ul.p_item3>li>div>a>div {
	width: auto;
	margin: 10px;
}

ul.p_item3>li>div>a {
	display: block;
	width: 100%;
	overflow: hidden;
	transition: all 0.5s ease;
}

ul.p_item3>li>div>a img {
	width: 100%;
	height: auto;
	transform: scale(1);
	transition: all 0.5s ease;
}

ul.p_item3>li>div>a:hover img {
	transform: scale(1.1);
}

ul.p_item3>li h4 {
	display: inline-block;
	width: 100%;
	min-height: 30px;
	background: #fff;
	position: relative;
}

ul.p_item3>.item_back {
	background: #FFED00
}

ul.p_item3>.item_back>.new_pro {
	position: absolute;
	z-index: 23
}

ul.p_item3>.item_back>.new_pro>a {
	margin-top: -150px;
	padding-top: 150px;
	display: block;
}

/*chufon-feature12-勾選方塊*/
ul.p_item3>li>div>div {
	width: auto;
	margin: 10px;
}

ul.p_item3>li>div {
	position: relative;
}

ul.p_item3>li>div>.s_pic {
	position: absolute;
	margin: 65% 0 0 75%;
	width: 22%;
	height: auto;
	border-radius: 5px;
	border: 1px solid #666666;
	overflow: hidden;
	background: #fff
}

ul.p_item3>li>div>.s_pic>a {
	position: relative;
	display: block;
	text-decoration: none
}

/*黑色遮罩*/
ul.p_item3>li>div>.s_pic>a:before {
	width: 100%;
	height: 100%;
	content: "";
	background: #000;
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 0;
	transition: 0.5s;
	z-index: 1;
}

ul.p_item3>li>div>.s_pic>a:hover::before {
	opacity: 0.5;
/*滑鼠滑過顯示*/
	transition: 0.5s;
}

ul.p_item3>li>div>.s_pic>a>img {
	transform: scale(0.9);
}

ul.p_item3>li>div>.s_pic>a:hover>img {
	transform: scale(1.1);
	transition: 0.5s;
}

/*landersound-tail*/
ul.p_item3>li>div>div.link {
	content: "";
	cursor: pointer;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	position: absolute;
	top: 0px;
}

ul.p_item3>li>div>a>IFRAME {
	width: 100%;
	line-height: 100%;
	height: 100%;
	z-index: 1;
}

@media only screen and (max-width:568px ) {
	ul.p_item3>li {
		width: 100%;
		margin-right: 0;
		min-height: auto;
		_height: auto;
	}
}




/*分類landersound-tail - 影片*/
/*#cate_pic #in_vdo {width:220px; height:165px;}
#cate_pic #in_vdo .lk_img{width:220px; height:165px; position:absolute; z-index:9999}
#cate_pic #in_vdo  #iframes IFRAME{ width:220px; height:165px;}*/


/*產品版影片顯示區.....................................................................................*/
#video {
	text-align: center;
	width: 780px;
	height: 585px
}

#video IFRAME {
	width: 100%;
	height: 585px
}

/*RWD Youtube 以及 Vimeo*/
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}





/*seo頁尾路徑*/
ul.p_item5 {
	padding: 0;
	list-style-type: none;
	margin-bottom: 2em;
/*空一行*/
}

ul.p_item5>li {
	width: 17%;
	display: inline-block;
	vertical-align: top;
	height: 100%;
	text-align: left;
	margin-right: 3%;
	margin-bottom: 1em;
 /*空一行*/
}

ul.p_item5>li:nth-child(5n+0) {
	margin-right: 0px;
}

ul.p_item5>li>div>a>img {
	width: 100%;
 /*border-radius: 5px 5px 0 0;*/
}

ul.p_item5>li>div>a>div {
	width: auto;
	margin: 10px;
}

@media only screen and (max-width:768px ) {
	ul.p_item5 {
		padding: 0 20px;
		list-style-type: disc;
	}

	ul.p_item5>li {
		width: 100%;
		display: list-item;
		vertical-align: top;
		height: auto;
		text-align: left;
		margin-right: 0;
		margin-bottom: 0;
 /*空一行*/
	}

	ul.p_item5>li.sha {
		-webkit-box-shadow: none;
 /*陰影*/
		box-shadow: none;
	}

	ul.p_item5>li.bor {
		border: none
	}

	ul.p_item5>li:nth-child(5n+0) {
		margin-right: 0px;
	}

	ul.p_item5>li>div>a>img {
		width: 100%;
 /*border-radius: 5px 5px 0 0;*/
		display: none;
	}

	ul.p_item5>li>div>a>div {
		width: auto;
		margin: 0px;
	}

	ul.p_item5>li>div>a>div>span {
		padding-right: 15px
	}
}


/*產品頁頁簽======================================*/
#tabl {
	margin-bottom: 2em;
}

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

#tabl .abgne_tab {
	clear: left;
	width: 100%;
	margin: 10px 0;
}

#tabl ul.tabs {
	width: 100%;
	height: 40px;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-radius: 5px 0 0 0;
	padding: 0;
}

#tabl ul.tabs li {
	float: left;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	position: relative;
	margin-bottom: -1px;
	/* 讓 li 往下移來遮住 ul 的部份 border-bottom */
	border: 1px solid #ccc;
	border-left: none;
	background: #FFF3EC;
	border-radius: 5px 5px 0 0;
}

#tabl ul.tabs li a {
	display: block;
	padding: 0 10px;
	color: #333;
	border: 1px solid #fff;
	text-decoration: none;
}

#tabl ul.tabs li a:hover {
	background: #72c361;
	color: #fff
}

#tabl ul.tabs li.active {
	background: #fff;
	border-bottom: 1px solid #fff;
	color: #11a847;
}

#tabl ul.tabs li.active a {
	color: #11a847;
}

#tabl ul.tabs li.active a:hover {
	background: #fff;
	color: #11a847;
}

#tabl ul.tabs li.active:before {
	content: "\f0d8";
	position: absolute;
	top: 15px;
	left: 45%;
	font-family: 'FontAwesome';
	color: #11a847
}

#tabl div.tab-content {
	width: 100%;
	border: 1px solid #ccc;
	border-top: none;
	background: #fff;
	overflow-x: auto;
}

#tabl div.tab-content {
	padding: 20px;
}

#tabl .tab_container >.tab_content img {
	width: auto;
	height: auto;
}

#tabl .tab_content ul {
	padding: 0 20px;
}

#tabl .tab_content ul li {
	list-style-type: disc
}

#tabl .tab_content ol {
	padding: 0 20px;
}

#tabl .tab_content ol li {
	list-style-type: decimal
}

#tabl div.tab_container >.tab_content img {
	width: auto;
	height: auto;
}

#tabl div.tab_container .tab_content>h2 {
	margin: 0 0 20px 0;
}

#tabl div.tab_container >.tab_content strong,
#tabl div.tab_container >.tab_content b {
	color: #A82024
}

#tabl {
	overflow-x: auto;
}

#tabl table, #tabl td, #tabl th {
	border: 1px solid #ddd;
	white-space: normal;
   /* text-align:left;*/
}

#tabl table {
	border-collapse: collapse;
	width: 100%;
}

#tabl th, #tabl td {
	padding: 8px;
	vertical-align: middle;
 /*td內容上下致中*/
}

#tabl th {
	background-color: #FFCCCC;
    /*color: #A82024;*/
	text-align: center;
}

#tabl tr:nth-child(odd) {
	background-color: #f2f2f2
}

@media only screen and (max-width:768px ) {
 
	#tabl ul.tabs {
		width: 100%;
		height: 35px;
		border-bottom: 0px solid #999;
		border-left: 0px solid #999;
		border-radius: 5px 0 0 0;
	}

	#tabl ul.tabs li {
		display: inline-block;
		width: auto;
		height: 35px;
		line-height: 35px;
		margin: 0 2px 6px 2px;
	/* 讓 li 往下移來遮住 ul 的部份 border-bottom */
		border-radius: 5px;
		border: 1px solid #999;
		background: #FFF3EC;
	}

	#tabl ul.tabs li.active {
		background: #fff;
		border-bottom: 1px solid #999;
		color: #FD6266;
	}

	#tabl ul.tabs li a {
		display: block;
		padding: 0px 10px;
		color: #000;
		border: none;
		text-decoration: none;
	}

	#tabl ul.tabs li.active:before {
		top: 13px;
	}

	#tabl div.tab_container {
		border: none;
	}

	#tabl div.tab_container .tab_content {
		padding: 20px 0;
	}
}



/*頁尾分頁=======================================]*/
.page_total_show {
	margin-bottom: 15px;
	text-align: center;
}

.page_total {
	clear: both;
	text-align: center;
	width: 100%;
}

.page_total>div {
	margin-bottom: 15px;
	text-align: center;
}

.page_total a {
	display: inline;
	padding: 6px 12px;
	text-decoration: none;
	transition: background-color .3s;
	border-radius: 5px;
	margin: 0 2px;
	color: #11a847;
}

.page_total a.active {
	background-color: #11a847;
	color: white;
}

.page_total a:hover:not(.active) {
	background-color: #148c49;
	color: white;
}

.page_total a:hover:nth-child(1), .page_total a:hover:last-child {
	background-color: #fff;
	color: #148c49;
}

.ndispy>a {
	display: none
} /*沒有超過當頁顯示筆數 則不顯分頁,而總筆數會出現*/


@media only screen and (max-width:568px) {
	.page_total a:nth-child(1) {
		display: none
	}

	.page_total a:last-child {
		display: none
	}
}



/*輸入表格==============================================================*/
table, td, th {
	border-color: #ddd;
	white-space: normal;
}

table {
	border-color: #ddd;
	width: 100%;
}

th, td {
	vertical-align: middle;
	padding: 2px;
	text-align: left
}

/*table  (inquiry + WP_Product =======================================]*/
#tb_box {
	overflow-x: auto;
}

#tb_box table, #tb_box td, #tb_box th {
	border: 1px solid #ddd;
	white-space: normal;
   /* text-align:left;*/
}

#tb_box table {
	border-collapse: collapse;
	width: 100%;
}

#tb_box th, #tb_box td {
	padding: 8px;
	vertical-align: middle;
 /*td內容上下致中*/
}

#tb_box th {
	background-color: #FFCCCC;
    /*color: #A82024;*/
	text-align: center;
}

#tb_box tr:nth-child(odd) {
	background-color: #fff /*#f2f2f2*/
}

#tb_box td>button {
	width: 100%;
	margin-bottom: 3px
}

#tb_box td div.but_s {
	padding: 3px 6px;
	text-align: center;
	margin: 3px
}

/*WP_Products/index.php 索引頁小圖*/ 
#tb_box td.pic>a>img {
	min-width: 100px;
}

/*兩欄位-多屬預覽頁*/
#tb_box .hbk {
	background-color: #f2f2f2;
	color: #000;
}

#tb_box .dbk {
	background-color: #fff;
}

/*download, 依檔案類型, 顯示圖檔*/
#tb_box td .picimg {
	width: 30px;
	vertical-align: middle
}

/*#tb_box td>input { width:20px; height:20px; }*/
#tb_box td>.inpu_w {
	width: auto;
	height: auto;
}

#tb_box td>label {
	width: auto;
}

#tb_box>table th {
	display: table-cell;
}

#tb_box>table td {
	display: table-cell;
}

#tb_box>table td span {
	display: none;
}

@media only screen and (max-width:568px) {
	#tb_box {
		border: none
	}

	#tb_box table, #tb_box th {
		border: none;
	}

	#tb_box>table th {
		display: none;
		text-align: left
	}

	#tb_box>table td {
		display: block;
		text-align: left;
		width: auto;
		padding: 8px 0;
		border-left: none;
		border-right: none;
		border-top: none;
		border-bottom: none
	}

	#tb_box td>button {
		width: auto;
	}

	#tb_box>table td span {
		display: block;
		width: 100%;
		color: #A82024;
		text-align: left;
		font-weight: bold
	}

	#tb_box>table td span.cf {
		width: auto;
		display: inline
	}

	#tb_box td>.inpu_w {
		display: inline;
		width: auto;
	}

	#tb_box table tr td:nth-child(1) {
		border-top: 1px solid #ccc;
		border-bottom: none;
		padding-top: 20px
	}

	#tb_box table tr td:last-child {
		border-top: none;
		border-bottom: 1px solid #ccc;
	}

	#tb_box td div.but_s {
		float: left;
		width: 32%;
		margin-left: 0
	}

/*#tb_box th, #tb_box td { padding: 2px 0;  }
#tb_box td div.but_s {padding:3px 6px; text-align:center; margin:2px 0}*/
}


/*
文字強迫換行 word-break: break-all;
依單字換行 word-wrap:break-word;
死都不換行 white-space:nowrap;
*/

#tb_box td.nowrap {
	white-space: nowrap
}



/*表格-inquiry*/
ul.table2 {
	margin: 0;
	padding: 0;
	list-style: none;
}

/*48% */
ul.table2>li {
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	float: left;
	text-align: left;
	vertical-align: middle;
	border-bottom: 1px solid #ccc;
	width: 48%;
	padding: 12px 0;
}

ul.table2>li:last-child {
	border-bottom: 0;
}

ul.table2>li:nth-child(odd) {
	margin-right: 4%
}

ul.table2>li>div {
	width: 20%;
	float: left
}

ul.table2>li>div:nth-child(even) {
	width: 80%;
}

ul.table2>li>div>input, ul.table2>li>div>select, ul.table2>li>div>textarea {
	padding: 0px 3px;
	width: 100%
}

ul.table2>li>div>.img {
	margin-top: 5px
}

ul.table2>li>div.gr>input {
	width: auto
}

ul.table2>li>div.gr>input:nth-child(even) {
	margin-left: 4%
}	

/*100% */
ul.table2>li.w {
	width: 100%;
}

ul.table2>li.w_ {
	width: 100%;
	border-bottom: 0;
	margin-top: 2em
}

ul.table2>li.w_>div {
	width: 100%;
}

/*最新消息-聯絡我們*/	
ul.table2>li.w:last-child {
	border-bottom: 1px solid #ccc;
}	

/*多屬性*/
ul.table2>li.backg>div {
	padding-left: 10px;
}

ul.table2>.backg:nth-child(odd) {
	background: #f2f2f2;
}	 /*需要底色者*/

@media only screen and (max-width:768px ) {
	ul.table2>li {
		width: 100%;
	}

	ul.table2>li:nth-child(odd) {
		margin-right: 0
	}

	ul.table2>li>div {
		width: 100%;
		float: none
	}

	ul.table2>li>div:nth-child(even) {
		width: 100%;
	}

	ul.table2>li>div>.img {
		width: 50%
	}
}

@media only screen and (max-width:568px ) {
	ul.table2>li>div>.img {
		width: 100%
	}
}



/*solution ===============================================*/
/*48% */
ul.table3 {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.table3>li {
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	float: left;
	text-align: left;
	vertical-align: middle;
 /*td內容上下致中*/
	width: 48%;
}

ul.table3>li:nth-child(odd) {
	margin-right: 4%
}

@media only screen and (max-width:568px ) {
	ul.table3>li {
		width: 100%;
	}

	ul.table3>li:nth-child(odd) {
		margin-right: 0
	}

	ul.table3>li>div>img {
		width: 100%;
	}
}


/*tws-pic*/
.twspic {
	width: 100%
}

.twspic>.pic_s {
	width: 40%;
	float: left
}

.twspic>.pic_s>a {
	display: block;
	width: 120px;
	height: 80px;
	float: left;
	margin: 2px;
	overflow: hidden;
	transition: all 0.5s ease;
}

.twspic>.pic_s>a>img {
	width: 100%;
	height: auto;
	transform: scale(1);
	transition: all 0.5s ease;
}

.twspic>.pic_s>a:hover img {
	transform: scale(1.1);
}

.twspic>.pic_b {
	width: 60%;
	float: left
}

.twspic>.pic_b>img {
	width: 100%;
}

@media only screen and (max-width:568px ) {
	.twspic>.pic_s {
		width: 100%;
		float: none
	}

	.twspic>.pic_s>a {
		width: 100%;
		height: auto;
		display: block;
		text-align: left;
		margin-bottom: 2em;
	}

	.twspic>.pic_b {
		display: none
	}
}

ul.manitem {
	padding: 0;
	list-style-type: none;
	margin-bottom: 0em;
/*空一行*/
}

ul.manitem>li {
	width: 30%;
	display: inline-block;
	vertical-align: top;
	height: 100%;
	text-align: left;
	margin-right: 4%;
	margin-bottom: 1em;
 /*空一行*/
	box-shadow: 0px 0px 6px #ccc;
	border-radius: 10px;
}

ul.manitem>li:nth-child(3n+0) {
	margin-right: 0;
}

ul.manitem>li>a {
	display: block;
	background: #E0FCFC;
	transform: scale(1);
	transition: all 0.5s ease;
	padding-left: 50px;
	border: 1px solid #ccc;
	border-radius: 10px;
	padding: 5px 10px;
	overflow: hidden;
}

ul.manitem>li>a>div {
	margin-left: 40px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

ul.manitem>li:hover>a {
	transform: scale(1.1);
}

ul.manitem>li>a.pic_ {
	display: block;
	background: #E0FCFC;
	background-image: none;
	padding: 0px;
	border: 1px solid #ccc;
	border-radius: 10px;
 /*min-height:100px;*/
	overflow: hidden;
	transform: scale(1);
	transition: all 0.5s ease;
	width: 100%;
}

ul.manitem>li>a.pic_>img {
	width: 100%;
	height: auto;
}

ul.manitem>li>a.pic_>div {
	margin-left: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
	width: 100%;
	min-height: 30px;
	position: relative;
	padding: 0 10px;
}

ul.manitem>li:hover>a.pic_ {
	transform: scale(1.1);
}

@media only screen and (max-width:568px ) {
	ul.manitem>li {
		width: 48%;
		display: inline-block;
		vertical-align: top;
		height: 100%;
		text-align: left;
		margin-right: 2%;
		margin-bottom: 1em;
 /*空一行*/
	}

	ul.manitem>li:nth-child(3n+0) {
		margin-right: 2%;
	}

	ul.manitem>li:nth-child(2n+0) {
		margin-right: 0;
	}
}

ul.manitem2 {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.manitem2>li {
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	float: left;
	text-align: left;
	vertical-align: middle;
 /*td內容上下致中*/
	width: 23%;
	margin-right: 2%;
	border-radius: 5px;
	overflow: hidden;
	line-height: 100%;
	padding: 10px 5px;
	white-space: nowrap;
	text-overflow: ellipsis;
	background: #E0FCFC;
}

@media only screen and (max-width:568px ) {
	ul.manitem2>li {
		width: 44%;
		margin: 0 3% 20px 3%;
	}
}




/*最新消息=====================================================================*/
.m_news_page>ul {
	padding: 0 0px;
	list-style: none
}

.m_news_page>ul>li {
	padding: 0;
}

.m_news_page>ul>li.item {
	float: left;
	width: 100%;
}

.m_news_page>ul>li>a {
	color: #6a6a6a;
	white-space: nowrap;
	width: 100%;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	text-decoration: none
}

.m_news_page>ul>li>a:before {
	content: "\f0da";
	font-family: 'FontAwesome';
	padding-right: 10px;
	color: #148c49;
}

.m_news_page>ul>li>a>span {
	display: inline;
	padding-right: 15px;
}

.m_news_page>ul>li>a.uline {
	border-bottom: 1px solid #ccc;
	font-size: 1.2em;
	white-space: normal;
	overflow: auto;
	margin-bottom: 1em;
	padding-bottom: 1em;
}

.m_news_page>ul>li>a.uline:before {
	display: none
}

@media only screen and (max-width:568px ) {
	.m_news_page>ul>li>a {
		white-space: normal;
		overflow: auto;
		border-bottom: 1px solid #ccc;
		padding: 6px 0
	}

	.m_news_page>ul>li>a:before {
		display: none;
	}

	.m_news_page>ul>li>a>span {
		padding-right: 0px;
		display: block
	}
}


/*頁面滾動出現按鈕*/
.popup.active {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.popup {
	background: #000;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
	position: fixed;
	bottom: 0;
	left: 0;
   /*right: 0;*/
	z-index: 99999999999;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	cursor: pointer;
}

.popup a {
	color: #fff;
}