/* CSS Document */
@import url(font-awesome/css/font-awesome.min.css);
@import 'layout.css';

body {	margin:0; text-align:center; font-family:'Noto Sans TC',Arial,sans-serif; font-size:14px; color:#525252; line-height:24px; }
img {	border:0; }

/* Reset ================================================================================= */

a { text-decoration:none; color:#525252;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s; }
a:hover {	color:#a81520; 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+ */}

.top-Box, .menu-Box, .banner-Box, .content-Box, .content2-Box, .footer-Box, .copyright-Box { max-width:1000px; margin:0 auto; text-align:left; position:relative; clear:both;}
.top-Box:after{ content:'';display:block;clear:both }

.after-0:after { clear:both; display:block; content:""; height:0; text-indent:-99999px;}
.after-5:after { clear:both; display:block; content:""; height:5px; text-indent:-99999px;}
.after-10:after { clear:both; display:block; content:""; height:10px; text-indent:-99999px;}
.after-15:after { clear:both; display:block; content:""; height:15px; text-indent:-99999px;}
.after-20:after { clear:both; display:block; content:""; height:20px; text-indent:-99999px;}

.top { background:url(../images/top-bg.png) repeat-x bottom; height:118px;}
.top-link { position:absolute; top:5px; right:10px;}
ul.menu { margin-right: 310px;margin-top: 2px; }
ul.menu li { float:left; font-size:13px; color:#fff; position:relative;}
/*ul.menu li:hover div { opacity:1;  filter: alpha(opacity=100); visibility:visible;}
ul.menu li div { position:absolute; z-index:4; background:#0dad01; padding:0 5px 5px 5px; opacity:0;  filter: alpha(opacity=0); visibility:hidden;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;}*/
ul.menu li div a { display:block; text-align:center; padding:0px 10px; border-bottom:1px solid rgba(255,255,255,.5); color:#fff; font-size:12px;}
ul.menu li div a:hover { color:#fff000;}
ul.menu li span { display:none;}
ul.menu li > a { color:#fff; background:url(../images/icon01.png) no-repeat 0px 12px; padding-left:8px; margin-left:8px; display:block;font-size: 15px;}
ul.menu li > a:hover { color:#fff000; }
.m_menu { display:none;}

.logo { float:left; padding-top:32px; line-height:1px;}
.pro-menu { float:right; padding:65px 15px 0 0; font-size:17px; color:#2b2b2b;}
.pro-menu li { float:left; padding-left:36px; position:relative; height:53px;}
.pro-menu li:nth-last-of-type(1) { font-weight: 800;}
.pro-menu li:hover div { opacity:1;  filter: alpha(opacity=100); visibility:visible; top:53px;}
.pro-menu li div { position:absolute; z-index:4; background:#449a3c; padding:10px 10px; opacity:0; filter: alpha(opacity=0); visibility:hidden; top:40px; width:195px;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;}
.pro-menu li div a { display:block; text-align:left; color:#d4f8d0; font-size:13px; padding:0 0 0px 10px; background:url(../images/arrow02.png) no-repeat 0px 9px; }
.pro-menu li div a:hover { color:#f9f002;}
.pro-menu li > a { display:block; color:#2b2b2b;
-webkit-transform: scale(1,1.2);
-moz-transform: scale(1,1.2);
transform: scale(1,1.2);}
.pro-menu li > a:hover { color:#a81520;}
.footer-Box {display: flex;justify-content: center;}
@media only screen and (max-width:1023px){
  .footer-Box {display: block;}
}
.footer { padding:0 15px; min-height:100px; color:#fefefe; font-size:16px; line-height:22px; padding-bottom:20px;
background: linear-gradient(90deg, #0DAD01 0%, #0A8801 100%);
background: -moz-linear-gradient(90deg, #0DAD01 0%, #0A8801 100%);
background: -webkit-linear-gradient(90deg, #0DAD01 0%, #0A8801 100%);
background: -o-linear-gradient(90deg, #0DAD01 0%, #0A8801 100%); }
.footer a { color:#fff;}
.footer span { display:inline-block;}
.footer-logo { float:left; padding:35px 20px 10px 0;}
.footer-data { float:left; padding: 35px 10px 15px 10px;}
.footer-data02 { float: left; padding: 35px 20px 15px 20px;}
.footer-qr { float:right; padding-top:35px;}
.footer-data02 .social { margin: 10px 0;display: flex; flex-wrap: wrap;}
.footer-data02 .social a { padding: 0 5px;}
.footer-data02 > div { display: flex; flex-direction: row;}


.banner { clear:both; background:url(../images/demo-banner.jpg) no-repeat top center; height:147px;}
.banner-Box { height:147px;}

.path { position:absolute; bottom:15px; right:10px; font-size:14px; color:#fff; padding-left:10px;}
.path a { color:#fff;}
.path a:hover { color:#fff; text-decoration:underline;}

.content-Box { padding:30px 0; margin-top: 20px;}
h1 { min-height:45px; border-radius:45px; background:#f5f4f0; padding:10px 18px; font-size:24px; line-height:28px; color:#010101; margin-bottom:20px;}
.main-box { padding:0 18px;}
h2 { font-weight:normal; font-size:14px; margin-bottom:25px;}

.list01 li { float:left; width:50%; margin-bottom:30px;}
.list01-pto { float:left; width:40%; border:3px solid #f0f0f0; position:relative;}
.list01-pto:hover .list01-pto-over { opacity:1; filter: alpha(opacity=100); visibility:visible;}
.list01-pto-over { position:absolute; opacity:0; filter: alpha(opacity=0); visibility:hidden; z-index:2;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;}
.list01-pto-over img { width:100%;}
.list01-pto img { width:100%;height:auto;}
.list01-data { float:left; width:60%; padding-left:20px; padding-top:3px;}
.list01-data b { font-weight:normal; color:#34982c; font-size:18px; display:block; text-transform:uppercase; padding-bottom:10px;}
.list01-data b a { color:#34982c;}
.list01-data > a { background:url(../images/arrow03.png) no-repeat 0px 8px; padding-bottom:5px; display:block; padding-left:10px;}

.list02 li { float:left; width:25%; margin-bottom:30px; padding:0 6px;}
.list02 li div { border: 4px solid #DEE6DF; text-align:center; padding:6px; background: #F5F4F0; min-height:335px;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;}
.list02 li div:hover { background:#60b42a;}
.list02 li div:hover span { color:#fff;}
.list02 li div a.smax { color:#000; background:url(../images/go-search.png) no-repeat; display: block;width: 25px; height: 18px;}
.list02 li div a:hover { color:#fff; background:url(../images/go-search-h.png) no-repeat;}
.list02 li div img { display:block; margin-bottom:10px; width:100%;height:auto;}
.list02 li div span { display:block; font-size:15px; text-align:left; padding:0 6px}
.list02 li div span.desc { height: 72px;overflow: hidden;text-overflow: ellipsis }
.list02 li div span.desc label{ display:block;width:100%;height: 100%;overflow:hidden;text-overflow: ellipsis }

.pro-box { }
.pro-b { float:left; width:50%; padding-right:25px;}
.pro-b2 { }
.pro-b img { width:100%; height:auto; border:3px solid #f0f0f0;}
.pro-content { float:left; width:50%; line-height:30px;}
.pro-content b { font-weight:normal; font-size:18px; color:#4aa942; padding-bottom:12px; display:block;}
.pro-content strong { color:#000000;}

.btn-box { border-top:1px solid #ebebeb; padding:20px 0 10px 0; margin-top:20px;}
.btn-box a { display:inline-block; width:100px; text-align:center; height:55px; position:relative; overflow:hidden; color:#8e8e8e; line-height:70px;}
.btn-box a i { font-style:normal; display:block; color: #8AC38C}
.btn-box a span { font-size:16px; position:absolute; width:100px; top:0px; text-align:center; left:0;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;}
.btn-box a:hover { color:#d4d4d4;}
.btn-box a:hover span { top:-45px; color:#4aa942;}

.search-top {
    float: right;
    position: absolute;
    right: 0;
	font-size: 13px;
    color: #fff;
}
.search-box-input {
    padding-left: 5px;
    margin-left: 7px;
	margin-top: -2px;
    background: #FFF;
    border-width: 2px;
    height: 25px;
    width: 145px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	border-style: inset;
    border-radius: 3px;
    font-size: 14px;
}
.search-top .go-search {
    width: 25px;
    height: 18px;
    background: url(../images/go-search.png);
    background-repeat: no-repeat;
    cursor: pointer;
    border: 0px solid #666;
    text-indent: -9999px;
	
}
.search01 {display: none;}
.icon04 {width: 100%;}
.icon04 img {float: right;margin: 0 10px 10px 0;}
.icon05 {
    float: right;
    background-color: #0B9101;
    border-radius: 15px;
    text-align: center;
    min-width: 126px;
    margin: 0 10px 10px 0;}
.icon05 a {
    line-height: 28px;
    display: block;
    color: #fff;
    padding: 0 10px;
	}
	
.line_sf{ 
    position: fixed;
    right: 2%;
    top: 70%;
	z-index: 1001;
}

.line_sf img{
	width:100%;
	max-width:60px;
	height: auto;
}

.idx_link{}
.idx_link img{width:100%;height:auto}
#google_translate_element{position: absolute; right: 179px; top: -2px}

/*googlelang*/

.goog-te-gadget-simple{
	border-left:none !important;
	border-top:none !important;
	border-bottom:none !important;
	border-right:none !important;
	padding-top:0 !important;
	padding-bottom:0 !important;
	margin-top:5px !important;
	height:23px !important;
}
.google_translation {
    position: absolute;
    left: 20px;
    top: 0;
}

#g_language {
    padding: 2px 10px;
	width:127px;
	margin-left:-17px;
}

/*new-product*/

.product-path{
	font-size: 14px;
    color: #0ca502;
    text-align: right;
    padding-right: 16px;
	margin: -40px 0 10px 0;
}
.product-path a{ color: #0ca502; }
.product-path a:hover{ color: #0ca502; text-decoration:underline;}
.new-list {
    width: calc(100%/3 - 11px);
    text-align: center;
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 10px 0;
}
.new-list:nth-child(3n) {
    margin-right: 0;
}
.new-list-pic{	
    border: 5px solid #f0f0f0;
	position: relative;
	max-width:280px;
}
.new-list-pic img {
    width: 100%;
    max-width: 300px;
}
.new-list-pic .mask{
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    background-color: rgba(10, 140, 1, 0.6);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.new-list-pic .mask a.info{
	-webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-transform: uppercase;
    text-decoration: underline;
    color: #fff;
    position: relative;
    font-size: 20px;
    padding: 10px;
    height: 100%;
    display: block;
    margin-top: 45%;
}

.new-list:hover .mask{
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}

.new-list:hover a.info{
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
}
.new-list-data {
    text-align: left;
    padding: 10px;
}
.new-list-data > a {
    background: url(../images/arrow03.png) no-repeat 0px 8px;
    padding-bottom: 5px;
    display: block;
    padding-left: 10px;
	font-size:15px;
}
.new-list-data > a:hover{
	color:#0b9901;
}
@media only screen and (max-width: 1024px) {
.top { height:90px;}
.logo { padding-top:4px;}
.pro-menu { display:none;}
.top-link { position:inherit; right:auto;}

ul.menu{ display:none;}
.m_menu{ display:block; position:absolute; height:42px; overflow:hidden; z-index:1001; margin-bottom:10px; text-align:right; top:26px; right:0; width:100%;}
.m_menu.active{ }
.m_menu a.main{ display:block; padding:0 28px; font-size:15px; color:#027aac; line-height:30px; font-family:Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace; font-size:18px; height:42px;}
.m_menu a.main i{ font-style:normal; font-family:FontAwesome; font-size:30px; color:#ae0000;}
.m_menu ul.nav{ background:#449a3c;  margin-top:16px; }
.m_menu ul.nav li{ font-size:15px; padding:10px 0; text-align:left; border-bottom:1px solid rgba(255,255,255,.4); text-align:center; text-transform:uppercase;}
.m_menu ul.nav li a{ color:#fff;}
.m_menu ul.nav li a:hover { color:#fff000; }
.m_menu ul.nav li span { display:block; background:#fff; margin-top:5px;}
.m_menu ul.nav li span a { display:block; border-bottom:1px dashed rgba(0,0,0,.4); color:#ae0000; padding:5px 0; font-size:14px; text-transform:none;}
.m_menu ul.nav li span a:hover { color:#ae0000;}
.m_menu ul.nav li font { display:none;}
.m_menu li div a { border-right:1px solid rgba(255,255,255,1); padding-right:10px; margin-right:10px;}

.google_translation { position: initial; }
#g_language { padding: 6px 9px; width: 97%; margin-left:0; }

.search-top {display: none;}
.search01 {
    clear:both;
    width:100%;
    display: block;
    font-size: 20px;
    color: #0B9301;
    margin: 10px auto 0 auto;
}
.search02 {
	
	float: left;
    display: block;
    padding: 3px;
    max-width: 120px;
    height: 30px;
    -webkit-border-radius: 3px;
    border-radius: 10px;
    text-align: center;
    color: rgba(255, 255, 255, 0.9);
    background: -webkit-linear-gradient(#A6D8A2, #1B7E14);
    -webkit-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2);
    text-shadow: -1px -1px 0 rgba(15, 73, 168, 0.66);
    
}
.search-box01-input {
 	padding-left: 5px;
    background: #FFF;
    border-width: 2px;
    height: 25px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-style: inset;
    border-radius: 3px;
    font-size: 16px;
}
.search01 .go-search01 {
    background-color: #390;
    cursor: pointer;
    border: 0px solid #666;
    padding: 3px;
    max-width: 120px;
    height: 30px;
    -webkit-border-radius: 3px;
    border-radius: 10px;
    text-align: center;
    color: rgba(255, 255, 255, 0.9);
    background: -webkit-linear-gradient(#A6D8A2, #1B7E14);
    -webkit-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2);
    text-shadow: -1px -1px 0 rgba(15, 73, 168, 0.66);
	
}

.line_sf img{
	max-width:50px;
}
#google_translate_element{top:25px;right:65px;}
}
@media only screen and (max-width: 960px) {
.pro-menu li { padding-left:15px;}
.new-list-pic .mask a.info { margin-top:40%; }
}
@media only screen and (max-width: 768px) {

.new-list { width: calc(100%/2 - 11px);}
.new-list:nth-child(2n) { margin-right: 0;}
.new-list:nth-child(3n) { margin-right: 10px;}

}
@media only screen and (max-width: 570px) {
.list01 li { width:100%;}
.list02 li { width:33.3%;}

.pro-b { width:100%; padding-right:0; text-align:center;}
.pro-b img { max-width:100%;}
.pro-content { width:100%; }

.new-list { width: calc(100%/1 - 11px); margin:10px 0;}
.new-list:nth-child(2n) { margin-right: 0;}
.new-list:nth-child(3n) { margin-right: 0;}
.new-list-pic .mask a.info { margin-top:28%; }
}
@media only screen and (max-width: 440px) {
#google_translate_element{display:none;} 
.new-list-pic .mask a.info { margin-top: 36%;}
}
@media only screen and (max-width: 414px) {
.footer-logo { float:none; padding:16px 0 0 0; text-align:center}
.footer-data { float:none; margin-left:20px; padding-top:10px;}
.footer-data02 { float:none; margin-left:20px; padding-top:10px;}
.footer-qr { float:none; padding-top:0; text-align:center;}

.list02 li { width:50%;}

.btn-box a { width:80px;}	
.btn-box a span { width:80px;}
}

@media only screen and (max-width: 320px) {
.list02 li { width:100%;}
.btn-box a { width:60px;}	
.btn-box a span { width:60px;}
.icon04 img {float: right;margin: 0 10px 10px 0;    width: 120px;}
.icon05 {
    min-width: 120px;
    margin: 0 10px 10px 0;}
.icon05 a { line-height: 27px;}

.new-list-pic .mask a.info { margin-top: 42%; }
}
.shop_fixed{position: fixed;right: 2%;top: 53%;z-index: 1001;background-color: #fff; box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);border-radius: 2px;overflow: hidden;max-width: 80px;transition: all .3s;}
.shop_fixed:hover {box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);transform: translateY(3px);}
.shop_fixed a{display: flex;flex-wrap: wrap;justify-content: center;}
.shop_fixed a img{max-width: 100%;height: auto;}
.shop_fixed span{display: block;color: #000;font-family: 'Yusei Magic', sans-serif;font-size: 16px;text-align: center;}
@media only screen and (max-width:600px){
 .shop_fixed {width: 60px;}
 .shop_fixed span{font-size: 14px;}
}
.footer-logo img {background-color: #fff;padding: 6px;border-radius: 50%;}