/* CSS Document */

body {	-webkit-text-size-adjust:100%; text-align:center; font-family: 'Microsoft JhengHei', 'PT Sans', sans-serif; overflow-x: hidden; }
img {	border:0; }

/* Reset ================================================================================= */

a { text-decoration:none; 
-webkit-transition: all 0.4s ease-out 0s;
-moz-transition: all 0.4s ease-out 0s;
transition: all 0.4s ease-out 0s; }
a:hover { text-decoration:none; }

* { margin:0; padding:0; list-style:none;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box;    /* Firefox, other Gecko */
box-sizing: border-box;         /* Opera/IE 8+ */}

.content-Box { max-width:1160px; margin:0 auto; text-align:left; position:relative; clear:both;}
.company-ul li{ list-style-type:disc; margin-left:30px; }
.video { height:565px; margin-left: 7%; padding: 10px; display: inline-block; text-align: center;}

#content { padding-top: 110px; color: #222; font-size: 17px; line-height: 160%;}
#content p { padding-bottom: 30px;}

.path-bg { background: #ffb400;}
#path { font-size: 15px; color: #231815; padding: 12px 20px; line-height: 130%; text-align: right;}
#path a { display: inline-block;color: #231815; }
#path a:hover { text-decoration: underline;}
#path a:after { content: "/"; display: inline-block; padding: 0 0 0 3px;}
#path a:last-child:after { display: none;}

.banner { background: url(../images/banner-bg.jpg) no-repeat top center; background-size: cover; height: 285px; padding: 110px 20px 0 20px; text-align:center; margin-bottom: 110px;}
.banner h1 { letter-spacing: 2px ;font-size: 46px; color: #fff; text-shadow: 0px 0px 20px rgba(0,0,0,.3); position: relative; line-height: 100%;}
.banner h1:after { content: ""; position: absolute; width: 3px; height: 128px; background: #ffd800; display: block; top: 100px; left: calc(50% - 2px);}

.main-box {padding-bottom: 50px; padding-left: 20px; padding-right: 20px;}

/*products*/
.products-list { display: flex; flex-direction: row; flex-wrap: wrap;}
.products-list > div { border-right: 2px solid #f2f2f2; width: 20%; padding: 0 20px;}
.products-list > div:nth-child(5n) { border-right: 0px solid #f2f2f2; }
.products-list > div:hover .products-list-pto img { transform: scale(1.05);}
.products-list > div:hover .products-list-name { color: #ee7700;}
.products-list-pto { line-height: 0; overflow: hidden; display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center; justify-content: center; height: 175px; margin-bottom: 30px;}
.products-list-pto img { transition: all 0.4s ease-out 0s;}
.products-list-name { transition: all 0.4s ease-out 0s;text-align: center; font-size: 17px; color: #222222; line-height: 140%; margin-bottom: 35px;}

/*products-list*/
.products-search-box { background: #f3f4f6; padding: 40px 20px 35px 20px; margin-bottom: 50px;}
.products-search-title { font-size: 28px; color: #231815; line-height: 100%; padding-bottom: 25px; text-align: center;}
.products-search-condition { display: flex; flex-direction: row; flex-wrap: wrap;}
.products-search-condition input[type=text], .products-search-condition select { line-height: 40px; width: 100%; background: #fff; border-radius: 5px; padding: 0 15px; font-size: 18px; color: #231815; border-width: 0; font-family: 'PT Sans';}
.products-search-condition select{  background-image: url(../images/select-icon.png); background-repeat: no-repeat; background-position: calc(100% - 15px) 18px; -webkit-appearance: none; -moz-appearance: none; appearance: none;   margin-right:4px;  padding-right: 35px; }
.products-search-condition option { padding:1px 5px;}
.products-search-condition select::-ms-expand {
    display: none;
}
.products-search-condition > div { padding-right: 18px; padding-bottom: 10px;}
.products-search-condition > div:nth-of-type(1), .products-search-condition > div:nth-of-type(2) { width:calc((100% - 115px) / 2); }
.products-search-condition > div:last-child { padding-right: 0px; width: 115px; }
.products-search-btn { display: block; width:100%;line-height: 40px; border-radius: 5px; text-align: center; background: #ffb400; color: #ffffff; font-size: 18px; font-weight: bold;}

.title01 { color: #ee7700; font-size: 24px; font-weight: bold;}

aside { }
.side_classLink { }
.side_classLink ul { margin-bottom: 42px; border: 1px solid #e9eaec; display: flex; flex-direction: row; flex-wrap: nowrap;}
.side_classLink ul li { position: relative;border-right: 1px solid #e9eaec;}
.side_classLink ul li:nth-last-child(2) { border-right: 0px solid #e9eaec;}
.side_classLink ul li:after { content: ""; position: absolute; width: 0;height: 0;border-style: solid;border-width: 13px 7px 0 7px;border-color: #ffb400 transparent transparent transparent; bottom: -13px; left: calc(50% - 7px);transition: all 0.4s ease-out 0s; opacity: 0;}
.side_classLink ul li:hover:after, .side_classLink ul li.current:after { opacity: 1;}
.side_classLink ul li > a{ position: relative; padding: 18px 10px;  display:block; font-size: 18px; font-weight: bold; line-height: 26px; color: #222222; text-align: center;}
.side_classLink ul li:hover , .side_classLink ul li.current { background: #ffb400;}
.side_classLink ul li:hover > a, .side_classLink ul li.current > a { color:#fff; }
.side_classLink ul li.current02{ display:none; }
.m_classLink{ display:none;}

.products-select-btn { margin-bottom: 14px; display:flex; flex-direction: row; flex-wrap: wrap; justify-content: flex-end;}
.products-select-btn > div { padding: 0 6px 6px 0;}
.products-select-btn > div:last-child { padding-right: 0;}
.products-select-btn > div a { display: block; line-height: 40px; border-radius: 5px; padding: 0 10px; color: #ffffff;font-size: 18px; background: #000000;}
.products-select-btn > div a:hover{  background: #ffae46;}
.products-select-btn > div a i { font-size: 18px; display: inline-block; vertical-align: top; margin-right: 10px; padding-top: 10px;}

.p-table { width: 100%; color: #000; border-spacing: 1px; width: 100%; margin: 0 auto; text-align: center; background: #ffd39b; font-size: 15px; line-height: 120%;}
.p-table p { padding-bottom: 0 !important;}
.p-table thead th { background: #ffae46; padding: 3px; min-width: 50px;}
.p-table tbody td { padding: 3px; vertical-align: inherit; background: #fff; }
.p-table tbody td a { color: #222;}

#page { text-align: center;}
#page a { display: inline-block;color: #222;  }
#page a:hover , #page a.current{  color: #ffae46; font-weight: bold;}
#page a:after { content: "|"; display: inline-block; padding: 0 10px; color: #222 !important; font-weight: normal !important;}
#page a:last-child:after { display: none;}

/*products-detail*/
.share-box { padding-bottom: 32px;}
.products-detail-top { display: flex; flex-direction: row; flex-wrap: wrap; align-items: center; padding-bottom: 90px;}
.products-detail-top > div {width: 50%;}

.pro-b {margin-bottom: 70px; padding: 0 80px; max-width: 95%; margin: 0 auto;}
.pro-b img { width:auto; width: 100%;}
.pro-b > div { position: relative; }
.pro-b .prev { position: absolute; left: -60px; top:calc(50% - 30px); z-index: 10;}
.pro-b .prev:before { font-family: 'Font Awesome 5 Free';font-weight: 900; font-size:60px; content:"\f104"; color: #DDDDDD;}
.pro-b .next { position: absolute; right: -60px; top:calc(50% - 30px); z-index: 10;}
.pro-b .next:before { font-family: 'Font Awesome 5 Free';font-weight: 900; font-size:60px; content:"\f105"; color: #DDDDDD;}

.rslides_tabs { margin-top:0px;  justify-content: center; display:flex; flex-direction:row; flex-wrap:wrap; }
.rslides_tabs > li { padding: 0 5px;}
.rslides_tabs > li > a { display: block; width:12px; height: 12px; border-radius: 100%; background: #d7d7d7; text-indent: -99999px;}
.rslides_here > a, .rslides_tabs > li > a:hover { background: #ffb400 !important;}

.products-detail-name { color: #ee7700 ;font-size: 24px; font-weight: bold;}
.products-detail-btn { justify-content: flex-start;}
.products-detail-btn > div:first-child a { background: #ee7700;}

.products-detail-bottom { background: #f4f4f4; padding: 0 0px; margin-bottom: -40px; padding-bottom: 40px; }

.spec-type-1 { max-width: 678px; margin: 0 auto; width: 100%; border-spacing: 1px; background: #f4f4f4;}
.spec-type-1 th { border-bottom: 1px solid #d8d8d8;  text-align:center; font-size: 17px ;font-weight: bold; color: #ee7700; padding: 8px 10px; background: #fff;}
.spec-type-1 td { border-bottom: 1px solid #d8d8d8;  text-align:center; font-size: 17px ;color: #222222; padding: 8px 10px;}

.back-btn { text-align: center; padding-bottom: 75px;}
.back-btn a { display: inline-block; width: 90px; height: 90px; border-radius: 100%; line-height: 90px; text-align: center; font-size: 20px ;color: #9c9c9c;box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);}
.back-btn a:hover { color: #fff; background: #ee7700;}

/*news*/
.news-list { display: flex; flex-direction: row; flex-wrap: wrap;}
.news-list > div { border-right: 2px solid #f2f2f2; margin-bottom: 50px; width: 33.33%; padding: 0 20px;}
.news-list > div:hover .news-list-pto img { transform: scale(1.05);}
.news-list > div:hover .products-list-name { color: #ee7700;}
.news-list-pto { line-height: 0; overflow: hidden; display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center; justify-content: center; height: 120px; margin-bottom: 12px;}
.news-list-pto img { transition: all 0.4s ease-out 0s; width: 100%;}
.news-list-name { font-size: 17px; }
.news-list-name span { color: #515151; display: block; font-size: 16px}

/*contact*/
.contact-title { text-align: center; padding-bottom: 40px; padding-left: 20px; padding-right: 20px; font-size: 22px; font-weight: bold;}
.contact-title span {display: inline-block; }
.contact-title span:first-child { color: #ffb400; padding:0 20px; }
.contact-section { display: flex; flex-direction: row; flex-wrap: wrap;}
.contact-section > div { width: 50%;}
.contact-section > div:first-child { background: #f4f4f4;}
.contact-left { max-width: 580px; margin: 0 0 0 auto; padding: 30px 20px; text-align: left;}
.contact-right { max-width: 580px; margin: 0 auto 0 0; padding: 30px 20px; text-align: left;}

.contact-list { margin-bottom: 12px; text-align: left;}
.contact-list label{ display: inline-block; margin-right: 5px;}
.contact-list input[type="text"], .contact-list input[type="number"], .contact-list input[type="tel"], .contact-list input[type="phone"], .contact-list input[type="date"], .contact-list input[type="email"], .contact-list input[type="password"], .contact-list input[type="button"], .contact-list textarea { font-size: 17px; border-width:1px; border-style: solid; border-color: #d7d7d7; width: 100%; padding: 0 15px; color:#222; background: #fff; font-family: 'PT Sans', sans-serif; line-height: 30px; }
.contact-list textarea { height:130px; padding:10px 15px; resize: none; }
.contact-list select{  margin: 0px 0 0 0; min-width: 80px; width:100%; background-image: url(../images/product-select.png); background-repeat: no-repeat; background-position: 100% 10px; -webkit-appearance: none; -moz-appearance: none; appearance: none;   margin-right:4px; background-color: transparent; font-size: 17px; border-width:1px; border-style: solid; border-color: #d7d7d7; mwidth: 100%; color:#222; font-family: 'PT Sans', sans-serif; line-height: 28px; padding: 0 30px 0 5px;  }
.contact-list option { padding:1px 5px;}
.contact-list select::-ms-expand {
    display: none;
}

.contact-title2 { line-height: 100%; background: #000000; position: relative; padding: 10px 10px 10px 25px; font-size: 19px; color: #fff; font-weight: bold; margin-bottom: 8px; text-align: left;}
.contact-title2:before { content: ""; position: absolute; width: 15px; height: 4px; background: #fff; display: block; left: 0px; top:16px;}

.text-1 { width: 110px !important;}

.contact-title3 { background: #e8e8e8; font-size: 17px; line-height: 34px; padding: 0 15px; margin-bottom: 8px;}

.contact-form-2 { margin-right: -10px; display: flex; flex-direction: row; flex-wrap: nowrap;}
.contact-form-2 > div {margin-right: 10px; margin-bottom: 5px;}
.contact-form-2 > div:nth-of-type(2) { width: calc(100% - 105px);}
.contact-form-2 > div:nth-of-type(1) { width: 105px;}

.google-machine { margin:24px 0 30px 0; text-align: right;}
.contact-btn { text-align: right;}
.contact-btn a {display: inline-block; margin-left: 22px; width: 95px; height: 95px; border-radius: 100%; text-align: center; line-height: 95px; color: #ffffff; font-size: 18px; font-weight: bold; background: #c2c2c2;}
.contact-btn a:hover { opacity: 0.6;}
.contact-btn a:first-child{ background: #f2b000;}

.sitemap-section { display: flex; flex-direction: row; flex-wrap: wrap; margin-right: -36px;}
.sitemap-section > div { margin: 0 36px 45px 0; width: calc(25% - 36px);}
.sitemap-section > div:last-child { width: calc(100% - 36px);}
.sitemap-title {display: block; background: #ffb400; color: #fff; font-weight: bold; font-size: 18px; text-align: center; padding: 12px 10px; border-bottom: 3px solid #f8ff00;}

.sitemap-second > a { display: block; position: relative; border-bottom: 1px solid #ededed; padding: 10px 10px 10px 25px; color: #222;}
.sitemap-second > a > i { position: absolute; left: 3px; top:18px; font-size: 10px;}
.sitemap-second > a:hover { color: #ffb400;}

.sitemap-third  { padding-left: 25px;}
.sitemap-third > a { display: inline-block; position: relative; margin-right: 15px;  padding: 10px 0px 5px 17px; color: #777777; font-size: 16px;}
.sitemap-third > a > i { position: absolute; left: 3px; top:17px; font-size: 10px;}
.sitemap-third > a:hover { color: #ffb400;}

/*company*/
.company-section { background: url(../images/company-bg.jpg) no-repeat top center; background-size:contain; padding: 100px 20px;}
.company-title h1 { text-align: center; padding-bottom: 45px; font-size: 36px;}
.vedio { height: 565px;margin-left: 7%; padding:10px; display: inline-block; text-align: center;}

.company-section2 { display: flex; flex-direction: row; flex-wrap: wrap; margin-bottom: 150px; margin-top: 100px;}
.company-section2 > div:nth-of-type(1) { width: 52%;}
.company-section2 > div:nth-of-type(2) { width: 48%; padding: 38px 0 0 64px;}
.company-section2 > div:nth-of-type(2) p { padding-bottom: 45px;}
.company-title2 { font-size: 36px; padding-bottom: 25px; font-weight: bold;}

.company-list > div { position: relative; font-size: 18px; color: #ee7700; padding: 0 0 8px 32px;}
.company-list > div i { position: absolute; font-size: 14px; left: 0; top:7px;}

.company-section3 { display: flex; flex-direction: row; flex-wrap: wrap;}
.company-section3 > div:nth-of-type(1) { width: 48%; padding: 0 45px 0 0px;}
.company-section3 > div:nth-of-type(2) { width: 52%;}
.company-section3 > div:nth-of-type(2) p { padding-bottom: 45px;}

/*quality*/
.quality-section { background: url(../images/quality-bg.jpg) no-repeat top center;}
.quality-content-1 {max-width: 580px; margin: 0 auto 200px 0;}
.quality-content-2 {display: flex; flex-direction: row; flex-wrap: wrap;}
.quality-content-2 > div {width:50%; border-bottom: 1px solid #ededed; padding: 65px 24px; }
.quality-contentdata {display: flex; flex-direction: row; flex-wrap: wrap;}
.quality-contentdata > div:first-child {width:185px;}
.quality-contentdata > div:last-child {width:calc(100% - 185px); padding-left: 40px; padding-top: 50px;}
.quality-contentdata > div:last-child b { display: block; font-size: 22px; padding-bottom: 10px;}
.quality-icon { width: 185px; height: 185px; border-radius: 100%;  display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: center; align-items: center; background: #ffb400;}
.quality-icon-2 { background: #ffd800;}
.quality-icon-3 { background: #ff5a00;}

/*product-show.html中的頁籤*/
.domtab{clear:both;overflow:hidden;font-size:13px;margin:5px auto 15px 0px;border-bottom: solid 3px #ff7a03;_border-bottom:0px;}
.domtab ul{margin-left:5px; list-style-type: none; display:flex;}
.domtab li{display:flex; align-items:center; width:200px; font-weight:bold; float:none; margin-right:5px; background: #585858;color:#fff;text-align:center; background:linear-gradient(to bottom, rgba(41,41,41,1) 0%,rgba(1,1,1,1) 100%);}
.domtab li a, .domtab li a:visited{float:none; width:200px; display:inline-block;  white-space:initial; color:#FF7902 !IMPORTANT; line-height:30px; padding:3px 7px;}
.domtab li a:hover{color:#000 !IMPORTANT;display:block;}
.domtab li.active a, .domtab li.active a:visited{color:#000;display:block;}
.domtab li:hover{ background: linear-gradient(to bottom, #ffa64c 0%,#ff7a01 100%); }
.page-word{width:100%;margin:0px auto;clear:both;font-size:12px;color:#000;line-height:1.4;}
.page-word h2{border:0px;}

/*custom.html*/
.custom{overflow:hidden;width:645px;height:434px;margin:50px auto;background:url(../images/custom.jpg) left top no-repeat;}
.custom-btn{margin:350px auto auto 210px;width:229px;height:34px;background:url(../images/custombtn.jpg) left top no-repeat;}
.custom-btn a{text-indent:-3000px;display:block;width:229px;height:34px;}
.custom-btn a:hover{text-indent:-3000px;display:block;width:229px;height:34px;background:url(../images/custombtnv.jpg) left top no-repeat;}

@media only screen and (max-width: 980px) {
	#content { padding-top: 80px; font-size: 16px;}
	
	#path { text-align: left;}
	
	.banner { height: 140px; padding: 0px 20px 0 20px; margin-bottom: 50px; display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center; justify-content: center;}
	.banner h1 { font-size: 28px;}
	.banner h1:after { display: none;}
	
	.products-list > div { width: 50%;}
	.products-list > div:nth-child(2n+1) { border-right: 2px solid #f2f2f2; }
	.products-list > div:nth-child(2n) { border-right: 0px solid #f2f2f2; }
	
	.products-search-box  { margin-top: -30px; padding: 25px 20px; margin-bottom: 35px;}
	.products-search-title { font-size: 22px;}
	.products-search-condition > div { width: 100% !important; padding-right: 0 !important;}
	
	aside { width: 100%; margin-bottom: 25px;}
	.side_classLink { display:none;}
	.m_classLink{ display:block; position:relative; background: #ee7700;}
	.m_classLink a.main{ display:block; font-size:20px; position:relative; padding: 8px 20px 10px 20px; color:#fff; text-align:left; cursor:pointer;}
	.m_classLink a.main i{ display:block; font-size:20px; position:absolute; right:20px; top:calc(50% - 3px); margin-top:-11px; color:#fff; font-style:normal;font-family: "Font Awesome 5 Free";font-weight: 900;}
	.m_classLink ul{ display:none; width:100%;  position:absolute; z-index:101; background:#fff; border-width:1px 1px 0 1px; border-color:#d3d3d3; border-style:solid; }
	.m_classLink ul li { display:block; margin:0 0; padding:0 0px;}
	.m_classLink ul li > a{ position: relative; padding: 7px 20px; border-bottom: 1px solid #e9eaec; display:block; font-size: 18px; font-weight: bold; line-height: 26px; color: #222222; text-align: left;}
	.m_classLink ul li:last-child > a{ border-bottom: 0px solid #e9eaec;}
	.m_classLink ul li:hover > a, .m_classLink ul li.current > a { color:#fff; background: #ffb400;}
	.m_classLink ul li.current02{ display:none; }
	
	.products-detail-top { padding-bottom: 0;}
	.products-detail-top > div {width: 100%;}
	.products-detail-top > div:first-child {margin-bottom: 35px;}
	
	.news-list > div { width: 50%;}
	.news-list > div:nth-child(even) {border-width: 0;}
	
	.contact-section > div { width: 100%;}
	.contact-section > div:first-child { background: #f4f4f4;}
	.contact-left { max-width: 100%;}
	.contact-right { max-width: 100%;}
	
	.sitemap-section > div { width: calc(50% - 36px);}
	
	.video { height: 100%; width: 100%; margin:0;}
	.company-section { background-size: auto; padding: 70px 20px;}
	.company-title h1 { font-size: 28px; padding-bottom: 30px;}
	.company-title2 { font-size: 28px; padding-bottom: 15px;}
	
	.company-section2 {margin:20px 0 50px 0;}
	.company-section2 > div { width: 100% !important;}
	.company-section2 > div:nth-of-type(2) { padding: 38px 0 0 0px;}
	
	.company-section3 > div { width: 100% !important;}
	.company-section3 > div:nth-of-type(1) { padding: 38px 0px 0 0px; order: 2;}
	.company-section3 > div:nth-of-type(2) { order: 1;}
	
	.quality-content-1 {margin-bottom: 50px;}
	.quality-content-2 > div {width:100%; padding-left: 0; padding-right: 0; }
	.quality-contentdata > div { width: 100% !important; text-align: center;}
	.quality-icon {  margin: 0 auto;}
	.quality-contentdata > div:last-child { padding-left: 0;}
}

@media only screen and (max-width: 768px) {
	.contact-form-2 { flex-direction: column; margin-right: 0;}
	.contact-form-2 > div { width: 100% !important;}
	
	.contact-btn { text-align: center;}
	.contact-btn a {display: inline-block; margin:0 11px; }

	.video { height: 100%; width: 100%; display: inline-block;}
	.custom{width: 500px; background-size: 100% auto;}
	.custom-btn ,.custom-btn a{width: 185px; height: 30px; margin: 275px auto auto 160px; background-size: 100% auto;}	
}
@media only screen and (max-width: 640px) {
	.products-select-btn > div { text-align: center;}
	.products-select-btn > div:nth-of-type(1), .products-select-btn > div:nth-of-type(2) { width:50%;}
	.products-select-btn > div:nth-of-type(3) { width:100%;}
	.products-select-btn > div:nth-of-type(2) { padding-right: 0;}
	
	.products-detail-btn > div:nth-of-type(2), .products-detail-btn > div:nth-of-type(3) { width:50%; padding-right: 6px;}
	.products-detail-btn > div:nth-of-type(1) { width:100%; padding-right: 0;}
	.products-detail-btn > div:nth-of-type(3) { padding-right: 0;}

}
@media only screen and (max-width: 570px) {
	.sitemap-section > div { width: calc(100% - 36px);}
	.video { height: 100%; width: 100%; margin-left: 0;}
}

@media print, screen and (max-width:540px){
	.domtab li ,.domtab li a{width: 100% !IMPORTANT;}
	.domtab ul{ display:block !important; }
	.custom{width: 400px;}
	.custom-btn ,.custom-btn a{margin: 245px auto auto 115px;}
}

@media screen and (max-width:435px){
.custom{width: 300px;}
.custom-btn ,.custom-btn a{margin: 200px auto auto 65px;}

}


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

}

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

}