body{   font-family: Microsoft JhengHei, Arial, Helvetica, sans-serif; color:#0e0e0e; position:relative; width:100%; height:100%;    }
a{ color:#fff;  }
a:hover{ color:#92BB1c;}
/*a:hover,.footer_menu li a:hover{ color:#787bc1;  }*/
button:focus {outline:0;  }
* { 
 -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
 -moz-box-sizing: border-box;    /* Firefox, other Gecko */
 box-sizing: border-box;         /* Opera/IE 8+ */
  font-family: Microsoft JhengHei; 
  }
.blur {	
    filter: url(blur.svg#blur); /* FireFox, Chrome, Opera */
    
    -webkit-filter: blur(2px); /* Chrome, Opera */
       -moz-filter: blur(2px);
        -ms-filter: blur(2px);    
            filter: blur(2px);
    
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=10, MakeShadow=false); /* IE6~IE9 */
  }
 
textarea,input{ font-size:17px;}

#top-control {width: 55px; height:55px; position: fixed; right:0; bottom:0px; right: 20px; z-index: 999999; }
#gotop {width:55px; height:55px; display:block;  position: absolute; top:5px; z-index:5555; background: url(../img/top.png) #333 no-repeat 0px 0px;}
#gotop:hover{ background:url(../img/top.png) #666 no-repeat 0px 0px;}

.fb_box{ margin:30px 0 50px 0; width:100%; clear:both;}
.search_box_title{ margin:20px 0; font-size:26px;}
.top_gray{ width:100%; background:#000; }
.fb{ display:block; width:44px; background:url(../img/icon.png) no-repeat center; float:left; border:#D8D8D8 solid 1px; height:60px; border-bottom:0;  }
.fb img{ width:100%;}

.icon_right{ width: 90%; text-align: right; position: relative;
z-index: 9999;margin: 10px auto 0 auto;}
.icon_right li{ display: inline-block;  }
.icon_right li a img,.icon_right li a p,.s_open p,.s_open img{ display: inline-block; 
     color: #FFF; }

.top_gray {padding: 0 12px 0 0 ;}
.icon_right li a p,.s_open p{ margin-left: 5px;margin-top: 0px;  padding: 0 10px 0 0 ;}
.icon_right li a img{  vertical-align: bottom}
.icon_right li a p {vertical-align: bottom; padding: 0 10px 1px 0 ;}
.icon_right li:nth-child(1) span{ padding-right:5px;   }

.menu_box{ width:100%; padding:0 5% 26px 5%;  position:relative; z-index:10; background:#FFF;}
.logo_box { float:left; width:479px;}
.logo_box img{ width:100%;}
.logo_box {vertical-align:top}
.menu_list { float:right; margin-top:30px;}
.menu_list li{ float:left; margin:0 10px; }

.ser_form{ display: inline-block;margin-right: 5px;  }
.s_close { display:none; margin-top:10px; color:#92bb1c; cursor:pointer;
  cursor:pointer; transition:.5s;}
.s_close p{display: inline-block; }
.s_open {display: inline-block;;  cursor:pointer; transition:.5s;}
.sing_left{ float:left; width:50%;}
.sing_right{ float:left; width:50%; border-left:#CCC solid 1px; height:301px;}
.sing_right h4{ width:80%; margin:0 auto; line-height:33px; color:#666; font-size:18px;}
.ser_boxx label{ position:relative; display: inline-block;  width:0; overflow:hidden; height:30px; transition:.5s;}
.ser_boxx label.active{ width:auto; overflow: inherit; transition:.5s;}
.ser_boxx input{ margin-left:20px;  padding:5px 10px; margin-top:-5px;}
.ser_butxx{ position:absolute; right:0; top:-5px; height:35px; width:63px;}
.s_close.active{ display:inline-block; transition:.5s;}
.s_open.active{ display:none; transition:.5s;}

.menu_list li span{ color: #CCC; padding: 0 10px; 
    display: block; font-size: 12px; margin-top: 2px;   }

.menu_list li a{ display:block; padding:0 10px; color:#1E1E1E; font-size:18px;  position:relative;
    position: relative;
}

.menu_list li a:hover {
    color:#015773;
}
.menu_list li a:hover:after {
    display: block !important;
    -webkit-transform: scaleX(1.0);
    -moz-transform: scaleX(1.0);
    -ms-transform: scaleX(1.0);
    -o-transform: scaleX(1.0);
    transform: scaleX(1.0);
}
.menu_list li a:after {
     z-index: 1;
    border-top: 2px solid #92bb1c;
    position: absolute;
    width: 100%;

    content:  "";
    bottom: -2px;
    left: 0;

    -webkit-transform: scaleX(0.0);
    -moz-transform: scaleX(0.0);
    -ms-transform: scaleX(0.0);
    -o-transform: scaleX(0.0);
    transform: scaleX(0.0);

    -webkit-transition: 0.10s ease-out;
    -moz-transition: 0.10s ease-out;
    -ms-transition: 0.10s ease-out;
    -o-transition: 0.10s ease-out;
    transition: 0.10s ease-out;

    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.ad_box{ width:100%;}
.ad_box a{ width:100%;}
.ad_box a img{ width: 100%; }
.ad_big_box{ width:100%; position:relative;}

.center_box{ width:100%; padding:40px 5%;  }
.ce_h3{ font-size:26px; width:144px; margin:0 auto; position:relative; margin-bottom:40px;}
.ce_h3:after {content:  ""; width:40%;
              border-bottom:#282828 solid 5px; 
              position:absolute; top:51px; left:0;}
.ce_h3 img{ display:inline-block; vertical-align:middle;  }
.ce_h3 strong{vertical-align:middle; }


/*.pro_new_box{ width:100%; margin-bottom:70px;}
.pro_new{ display: flex; flex-wrap: wrap; width:100%; }
.pro_new li{ width:100%;  border-bottom:#92bb1c solid 8px; 
  background: url(../img/pro_bg.jpg) #1c1c1c no-repeat right 0;  padding: 36px;  }
.pro_new li h2{ font-size:22px; text-align:center; margin-bottom:20px; color: #FFF;}
.pro_p1 {background-size:100% !important ;}*/

.fake_bu,.fake_bu2{ width:45%; display: inline-block; border:#A0A0A0 solid 1px; text-align:center; font-size:15px; 
  padding:5px 0; transition:.5s; max-width:90%;}
.fake_bu{ margin-right: 2%; }
.fake_bu:hover{border-radius: 30px; background:#92BB1c; color:#FFF; transition:.5s;}
.fake_bu2:hover{border-radius: 30px; background:#e6540c; color:#FFF; transition:.5s;}
/*.pro_new li a{ width:100%; display:block; padding:36px;
 background: url(../img/pro_bg.jpg) #1c1c1c no-repeat right 0 ;
 background-size:70%!important; }
.pro_new li a h2{ font-size:22px; text-align:center; margin-bottom:20px;}
.pro_p1 {background-size:100% !important ;}*/

.money_box{ text-align:center; margin-bottom:38px;}
.money_box p{ display:inline-block; font-size:18px; letter-spacing:1px;}
.price1{ margin-right:12px;}
.price1 span{ text-decoration: line-through;}
.price2 span{ color:#FF0000; }


/*.pro_new li a:hover .fake_bu{border-radius: 30px; background:#92BB1c; color:#FFF; transition:.5s;}*/
.ad_box2{ width:100%;  display: flex; flex-wrap: wrap;}
.ad_box2 li{ display:block; width:100%; }
.ad_box2 li a{ display:block; width:100%;}
.ad_box2 a img{ width:100%;}

.ee_box{ width:100%;  }
.ee_tebox {width:100%; position:relative; }
.ee_tebox2 {width:90%; position:relative; margin:0 auto; background:rgba(0, 0, 0, 0); padding:102px 0;}
.eec_p{ width:52%; float:left;}
/*.ee_tebox2 h2{ font-size:40px; margin-bottom:30px; }
.ee_tebox2 h4{ font-size:26px; margin-bottom:10px;}
.ee_tebox2 ul li{ font-size:18px; line-height:33px; list-style:disc; margin-left:25px;}*/

.ee_t{ color:#D37F11; font-size:16px; margin-top:10px;}
.ee_t2{ color:#FFF; font-size:20px; margin-top:10px; width:224px; padding:10px 0; background:#25A3DA; text-align:center; border-radius: 30px; margin-left:110px; }
.ee_t2:hover{ color:#FFF; box-shadow:4px 4px 12px -2px rgba(95, 95, 95, 0.5);transition:.2s;}
.left_peimg{ position:absolute; right:0; top:0; z-index:5;}
.eec_pp{ position:absolute; right:0px; top:0%; z-index:5;  width:45%;}
.eec_pp img{ width:100%; }
.qanda_box_index{ width:100%; margin: 40px 0;
 background:#F5F5F5;}
.qa_p_box{ float:left; padding:15px 0; background:#92bb1c; color:#FFF;  text-align:center; font-size:26px; float:left; height:79px; width:30%; transition: all 0.5s ease-out; -webkit-transition: all 0.5s ease-out;}
.qa_p_box img{ display:inline-block; margin-right:20px; vertical-align: middle;}
.qa_p_box p{ display:inline-block;  vertical-align: middle;}
.qa_p_box:hover {background: #92bb1c; background: -moz-linear-gradient(-45deg, #92bb1c 0%, #c6e582 99%); background: -webkit-linear-gradient(-45deg, #92bb1c 0%,#c6e582 99%); background: linear-gradient(135deg, #92bb1c 0%,#c6e582 99%);  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#92bb1c', endColorstr='#c6e582',GradientType=1);}
.qa_p_box:hover img, .qa_p_box:hover p{transform: scale(0.9); -webkit-transform: scale(0.9);}
.qa_aa{ float:left; width:60%; margin-left:2%; height:57px; overflow:hidden;}
.qa_aa ul li a{ display:block; background:url(../img/icon4.png) 0 36px no-repeat; padding-left:22px; font-size:26px; padding:22px 0px 22px 22px;}
.qa_aa ul li a:hover{text-decoration: underline;}
./*news_index{ width:100%; display: flex; flex-wrap: wrap; }
.news_index li{ width:32%; margin-right:2%; margin-bottom:40px;  }
.news_index li:nth-child(3n){ margin-right:0;}
.news_index li a{ width:100%; position:relative; display:block;}
.news_index li a:after{content:  ""; transition:.2s; display:block;position:absolute; left:0; top:70%; z-index:2;  width:100%; height:30%;
}
.news_index li a:hover:after { top:0%; transition:.2s; height:100%; background:rgba(146, 187, 28, 0.50);}
.news_index li {  border-bottom:#92bb1c solid 8px; }
.news_index {width: 100%}
.news_img{ width:100%; height:0; padding-bottom:100%; }
.news_ti_box{ width:100%; position:absolute; bottom:0; left:0; padding: 47px 37px; z-index:10; background:url(../img/newsbg.png) no-repeat center top;}
.news_ti_box h2{ color:#FFF; font-size:26px; font-weight:bolder; text-shadow:3px 3px 3px #333;}
.hr_news{ width:100%; margin:10px 0; border-bottom:#FFF solid 1px;     border-bottom: rgba(255, 255, 255, 0.55) solid 1px;
}*/
.news_index{margin: 0 0 0 10%}
.news_index{ width:1200px; margin: 0 auto 50px auto; max-width: 90%; }
.news_index li{ width: 100%; margin-bottom: 2%; padding: 2%; transition: all 0.5s ease-out; -webkit-transition: all 0.5s ease-out;}
.news_index li:hover{ background-color: rgba(53, 53, 53, 0.8); transform: scale(1.03); -webkit-transform: scale(1.03);}
.news_index li .news_img{  width:174px; height:174px;  
    border: #CCC solid 1px; display: inline-block; vertical-align: top;
    background-size:100% !important; 
 
 }
 .news_index li a{display: block; color: #fff;}
 .news_index li a:hover{color: #fff; text-shadow: 0px 2px 5px #3D3D3D;}
 .news_index li .day{ margin-bottom: 1%; display: block; }

 .news_index li .news_text_right{
    width: 75%; display: inline-block; vertical-align: top;
    margin-left: 5%; 
 }

 .news_index li .n_people{
  display: inline-block; 
  float: right;
}

 .news_t{ line-height: 28px;  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp:3; /* 顯示行數 Chrome&Safari */
  height:80px; /* 顯示高度 IE&Firefox */
 
}.more{  border-top:#CCC solid 1px; display: block; text-align:right;
font-size: 12px; padding-top: 5px; margin-top: 7px;}
.news_text_right h2{ font-size: 20px; color: #92bb1c;  margin-bottom: 1%; }



.day_box{ float:left; color:#FFF; font-size:12px; text-shadow:3px 3px 3px #333;}
.browse_box{ float:right; color:#FFF; font-size:12px; text-shadow:3px 3px 3px #333;}

.google_map{ margin-bottom:70px;}
/*.footer_box{ background:#397B98; width:100%; padding:70px 5% 0px 70px;    }
*/
/*.footer_box ul{ display: inline-block; margin: 0 7% 1% 0; vertical-align:top;}
.footer_box ul li{ margin-bottom:10px; background:url(../img/icon5.png) no-repeat 0px center; padding-left:20px;}
.footer_box ul li a{ display:block; color:#FFF;}
.footer_box ul li:nth-child(1){ font-size:20px; position:relative; margin-bottom:25px; background:none; padding-left:0;}
.footer_box ul li:nth-child(1):after{ content:  ""; display:block; position:absolute; left:0; top:28px; z-index:1; width:30%; border-bottom:#FFF solid 1px;}
.footer_cp{margin-top:40px; width:100%; text-align:center; color:#FFF; border-top:rgba(255, 255, 255, 0.2) solid 1px; padding:20px 0; }
.footer_cp span{ margin-right:20px;}
.footer_cp2{ width:100%; text-align:center; color:#FFF; background:#397B98; padding:10px 0; font-size:12px;}
*/
.crumb{ display:block; float:right;}
.crumb li{ float:left; font-size:14px;  }
.nowOn{ color:#74bb1c;}
.pr_hh3_title{ font-size:30px; text-align:center; padding-bottom:10px; border-bottom:#92bb1c solid 3px; margin-bottom:20px;color: #FFF; }
.menu_menu_li{ width:100%; text-align:center;}
.menu_menu_li li{  text-align:center;  display:inline-block; margin:0 10px 15px 10px;}
.menu_menu_li li a{ display:block; padding:10px 30px; border:#CCC solid 1px; border-radius: 10px;}
.menu_menu_li li a.active{ color:#FFF; background:#92bb1c;}
.menu_menu_li a:hover  { color:#FFF; background:#74bb1c;}
.menu_menu_li li a.sale_m{ border:#fff solid 1px;  color:#fff;}
.menu_menu_li a.sale_m:hover { color:#FFF; background:#92bb1c;}



.pro_new.in_pro li{ opacity:0; visibility:visible; transform:translateY(50px) scale(1.2); transition:1s; }
.pro_new.in_pro li.load{ opacity:1; visibility:visible; transform:translateY(0) scale(1);}

.pro_ad_box{ width:100%; margin:20px 0;}
.pro_ad_box a{ width:100%;}
.pro_ad_box a img{ width:100%;}

/*頁碼*/
.number_box{ width:100%; text-align:center; margin:30px 0;}
.number_box li{ display:inline-block;}
.number_box li a{ display:block;  font-size:14px; line-height:27px; color:#333; padding:2px 13px 2px 13px; }
.number_box li a:hover{ color:#92bb1c; border-bottom:#99cf33 solid 2px; padding:2px 15px 0px 15px;}
.number_box li a.active{color:#92bb1c; border-bottom:#99cf33 solid 2px; padding:2px 15px 0px 15px;}

.right_back{color:#92bb1c; float:right; margin-bottom:20px;}
.pro_in_show{ width:400px; 
  padding-left:10%; position:relative; float:left; margin-right:3%;}
#pdi_img{ width:100%;}
.control{ width:15.29%; position:absolute; left:0; top:0;}
.control img{ width:100%; margin-bottom:10px; border:#EEE solid 1px; cursor:pointer;}
.control img.point{ border:#92bb1c solid 1px;}
#pdi_img img{border:#EEE solid 1px;}
.pro_introduction{ border-bottom:#EEE solid 1px; padding:15px 0;}
.pr_sale{ color:#FFF; padding:5px 10px; background:#FF8282; font-size:20px; margin:15px 0 ; display:-webkit-inline-box; width:auto;}
.pr_sale:hover{ color:#FFF;}
.pro_right{ float:left; width:43%; }
.pro_right p{ margin-bottom:15px;}
.pro_introduction{ line-height:28px;}
.pro_right .money_box{ text-align:left; margin-bottom:15px;}
.pro_right .money_box p{ display:block; font-size:26px; margin-bottom:10px;}
.add_cart{ background:#e6540c; color:#FFF; text-align:center; font-size:20px; border:0; padding:20px 47px; border-radius: 10px; margin-top:20px; transition:.5s; cursor:pointer;}
.i_box{ width:200px ; background:#92BB1c; color:#FFF; text-align:center; font-size:16px; border:0; padding:15px 47px; border-radius: 10px; margin-top:20px; transition:.5s; cursor:pointer;}
/*.i_box:hover{ color: white; transition:.5s;  box-shadow: 0px 8px 0px 0px #566d12; }*/
.pro_box { display:inline-block ; }



.select_box_bt{ margin-bottom:15px;}
.select_box_bt p{ float:left; font-size:26px; margin-right:20px; margin-bottom:0; margin-top:2px;}
.select_box_bt select{ float:left; width:85%; height:43px; padding:2px 10px; border:#CCC solid 1px; font-size:16px;}
.add_cart img{ margin-right:10px;}
.add_cart img,.add_cart p{ float:left; margin-bottom:0;}
.a_classification{color:#92bb1c; font-size:26px; margin-bottom:2px;  float:left;}
.pro_name{ color: #fff ;font-size:26px; margin-bottom:15px;}
.pro_detail{ width:100%; margin-top:100px; border-top:#F0F0F0 solid 2px;}
.pro_detail_h3{ color:#FFF; background:#92bb1c;
 width:235px; max-width: 100%; margin-bottom:20px; padding:19px 0; text-align:center;}

.back2_bt{ width:206px; background:#999; color:#FFF; font-size:16px; text-align:center; padding:10px 0; margin:50px 0; float:right;border-radius: 10px; transition:.5s;}
.back2_bt:hover{border-radius: 30px; color:#FFF; transition:.5s;  transition:.5s;  box-shadow: 0px 8px 0px 0px #000; background:#666; }


.prev_next{ width:100%;}
.prev_next a{ display:block; padding:10px 0; border-bottom:#EEE solid 1px; font-size:16px;}
.prev_next a span{ display:block; float:left; margin-right:10px;  color:#92BB1c; font-weight:bolder;}
.prev_next a p{ display:block; float:left;}

.contact_box{ width:800px; max-width:100%; margin:0 auto;color:#fff;}
.contact_title{ width:100%; padding:10px 0; font-size:18px; line-height:35px; margin-bottom:20px;}
.contact01{ width:100%;  border-top:#CCC solid 1px;  padding:15px 0;}
.contact01 p{ display:inline-block; margin-right:15px; font-size:18px; width:80px; }
.contact01 select{ border:#CCC solid 1px; padding:0px 20px; border:0; margin-right:5px; height:37px;} 
.contact01 input{ display:inline-block; font-size:17px;}
.contact01_input{ border:0; width:55%; height:40px; padding:10px 20px; margin-right:20px;}
.contact02_input{ border:0; width:65%; height:40px; padding:10px 20px; }
.contact03_input{border:0; width:80%; height:300px; padding:20px 20px;  font-size:17px;}

.contact04_input{border:0; width:55%; height:40px; padding:10px 20px;}
.red{ color:#C30;}
.contact01 a{ float:right;  height:40px; width:136px; }
.contact01 a img{ width:100%;}

.send_box { width:300px; max-width:100%; margin:20px auto; text-align:center; color:#FFF;background:#92bb1c; font-size:21px; border:0; cursor:pointer; transition:1s; font-family:Microsoft JhengHei; padding:10px 0;  border-radius: 5px;       box-shadow: 0px 5px 0px 0px #360; }
.send_box:hover{  transition:.5s;  box-shadow: 0px 8px 0px 0px #336600; }

#qaContent {width:100%; margin-bottom:2%;}
#qaContent h3 {	width: 100%; height: 22px; text-indent: -9999px; }
#qaContent ul.accordionPart { width:100%; }
#qaContent ul.accordionPart li { border-bottom: solid 1px #e3e3e3; padding-bottom: 12px; margin-top: 12px; }
#qaContent ul.accordionPart li .qa_title { 	background: url(../img/qq.png) no-repeat 11px 6px; padding:5px 0 5px 50px; 	 cursor: pointer;  font-size:18px; }
#qaContent ul.accordionPart li .qa_title_on { text-decoration: underline; }
#qaContent ul.accordionPart li .qa_content { margin: 6px 0  ; background: url(../img/a.png) no-repeat 11px 21px #F3F3F3; 
  padding: 20px 0  20px 50px; color: #333; font-size:18px; }

/*sing*/
.close_long{ position:absolute; right:20px; top:20px; z-index:1;}
.sing h3{ font-size:21px; text-align:center; display:inline-block; margin-bottom:20px;}
.long_box,.long_box2{ width:450px; max-width:90%; margin:0 auto 20px auto;}
.long_box p,.long_box2 p{ font-size:18px; float:left; width:54px; max-width:20%; margin-right:5%; color:#666; text-align:right; margin-top:5px;}
.corde_box{ display:block; margin-right: 50px;}

.long_box input{ float:left; width:355px; max-width:75%; padding:10px 8px; border:#CCC solid 1px;}
.long_box2 input{ float:left; width:164px;  padding:10px 8px; border:#CCC solid 1px; margin-right:10px;}
.long_box2 img{ float:left;}
.sing button{ width:50%; max-width:90%; padding:10px 0; text-align:center; color:#FFF;background:#3A7C98 ; box-shadow: 0px 5px 0px 0px #1b4252;font-size:21px; margin:0 auto; border:0; cursor:pointer; transition:1s; font-family:Microsoft JhengHei; border-radius:5px;}
.sing button:hover{ transition:.5s;     box-shadow: 0px 8px 0px 0px #1b4252;}


.sing_bua{ width:50%; max-width:90%;  display:block; margin-top:30px; padding:10px 0; text-align:center; color:#FFF;background:#3A7C98 ; box-shadow: 0px 5px 0px 0px #1b4252;font-size:21px; margin:0 auto; border:0; cursor:pointer; transition:1s; font-family:Microsoft JhengHei; border-radius:5px;}
.sing_bua:hover{ transition:.5s;   color:#FFF;  box-shadow: 0px 8px 0px 0px #1b4252;}
.sing ul{ display:block; width:100%; max-width:90%; margin:10px auto 0 auto;}
.sing ul li {  margin-right:5px; text-align:center;}
.sing ul li a{ color:#949494; font-size:18px;}
.sing ul li a:hover{ color: #F60;}
.sing_box{ width:100%; height:100%; background:rgba(0, 0, 0, 0.67); position: fixed; left:0; top:-100%; 
 filter:alpha(opacity=0); opacity:0; overflow:hidden; z-index:5555;

}
.sing_box.active{
	position: fixed ; left:0; top:0px; z-index:99999999;
	-webkit-animation: singopen .5s 1 ease;
	-moz-animation: singopen .5s 1 ease;
	-o-animation: singopen .5s 1 ease;
	animation: singopen .5s 1 ease;	
	filter:alpha(opacity=100); opacity:1;
	

}

@-webkit-keyframes singopen {
	0%{
		 filter:alpha(opacity=0); opacity:0;
		
	}
	
	100% {
		filter:alpha(opacity=100); opacity:1;
		
	}
	
	
}
@-moz-keyframes singopen {
	0%{
		 filter:alpha(opacity=0); opacity:0;
		
	}
	
	100% {
		filter:alpha(opacity=100); opacity:1;
		
	}
	
}
@-o-keyframes singopen{
	0%{
		 filter:alpha(opacity=0); opacity:0;
		
	}
	
	100% {
		filter:alpha(opacity=100); opacity:1;
		
	}
	
}
@keyframes singopen {
	0%{
		 filter:alpha(opacity=0); opacity:0;
		
	}
	
	100% {
		filter:alpha(opacity=100); opacity:1;
		
	}
	
}


.sing{width:565px; background:#FFF; margin:18% auto; padding:20px;text-align:center;}
.sing.insing{ width:1200px; border:#CCC solid 1px; margin:25px auto; padding:40px 20px; max-width:100%;}
.sing.active{ 
width:1000px;  background:#FFF; margin:18% auto; padding:36px; max-width:90%;
text-align:center; position:relative;
	-webkit-animation: singshow .3s 1 ease-in;
	-moz-animation: singshow .3s 1 ease-in;
	-o-animation: singshow .3s 1 ease-in;
	animation: singshow .3s 1 ease-in;
}


/********************************
	購物車
********************************/

/*購物車*/
ul.order_steps { text-align: center;}
.order_steps li{ display:inline-block; margin:0 20px; padding-right:67px; background:url(../img/shopcart01.png)no-repeat right 50%; }
.order_steps li span.s_1 { font-size:25px; color:#ccc; display:block; width:100%; padding-top:16px;}
.order_steps li.current span.s_1 {color: #3a7c98;}
.order_steps li span.s_2 { color:#333; font-size:15px; font-weight:bold; display:block;}
.order_steps li.last { padding-right:0; background:none;}
.s_tb_1 {width:100%;}
/*.member_drder .s_tb_2 thead th.s_2{ text-align:left;}
.member_drder .s_tb_1 td { padding: 10px !important; }*/
.s_tb_1 .s_2{text-align:left; padding-left:10px;}
.s_tb_1 td { padding: 10px; border-bottom:1px dashed #CCC; font-size:17px;}
.s_t1 {color:#3a7c98;}
.s_tb_2 img { display:inline-block;}
.member_drder .s_tb_2 tbody td.ss2{ text-align:left;}
.single .title {background:#3a7c98; height:44px; line-height:44px;border-bottom: 1px solid #bbb; padding-left:10px; color:#FFF;}
.if_wrap_b { padding:10px 10px; border-bottom:1px dashed #CCC; font-size:17px; line-height:33px;}
.mt40 {margin-top: 40px;}
.shopcart_bt_L,.shopcart_bt_R{ display: block; padding:7px 0px;width:200px;font-size: 16px;color:#FFF; text-align:center; border-radius: 5px;transition:.3s; display:block;transition: .5s; }
.shopcart_bt_R{ float:right; background:#e47601;}
.shopcart_bt_L{ float:left; background:#666;}
.shopcart_bt_L:hover,.shopcart_bt_R:hover,.sbt_1:hover{ color:#FFF; opacity:.5; transition:.5s;}

.shop_bua{ width:200px;  display:block; margin-top:30px; padding:10px 0; text-align:center; color:#FFF;font-size:21px; border:0; cursor:pointer; transition:1s; font-family:Microsoft JhengHei; border-radius:5px;}
.shop_bua:hover{ transition:.5s;   color:#FFF;  }


.orange_bt{background:#e67423 ; box-shadow: 0px 5px 0px 0px #88410e;  float:right;}
.orange_bt:hover{box-shadow: 0px 8px 0px 0px #88410e;}
.gray_bt{background:#6f6f6f ; box-shadow: 0px 5px 0px 0px #444444;  float:left;}
.gray_bt:hover{box-shadow: 0px 8px 0px 0px #444444;}

.gray_bt2{background:#6f6f6f ;  box-shadow: 0px 5px 0px 0px #444444;   }
.gray_bt2:hover{box-shadow: 0px 8px 0px 0px #444444; }


.s_h3 {font-size:16px; font-weight:bold; clear:both; background:#3a7c98; color:#FFF; height:44px; line-height:44px; border-bottom: 1px solid #bbb; padding-left:10px;}

ul.s_form_001{}
.s_form_001 li{ border-bottom:1px dashed #CCC; padding:10px 0;}
.s_form_001 li label{ width:200px; display:block; float:left;  line-height:27px;}
.s_form_001 li input[type=text],.s_form_001 li input[type=password]{ border:1px solid #CCC; width:30%; height:37px; padding:0 10px; font-size:17px; }
.s_form_001 li textarea{ border: 1px solid #CCC; width: 50.5%; height: 100px; padding: 10px 10px; font-size:17px;}

.s_form_001 li input[type=file]{}
#store_name{ border:1px solid #CCC; width:10%; height:27px; padding:0 10px;}

.s_form_001 li select{ border:1px solid #CCC; width:20%; height:37px; font-size:17px; }
.s_form_001 label.s_1{ width:auto; float:none;  display:inline-block; }

.s_form_001 li label.add{ /*padding-bottom:27px;*/}
.s_form_001 label.s{ display:block; width:auto; margin-right:6px;}
.chk_lay {position: relative; top: -32px; left: 200px; margin-bottom: -20px; width:300px; max-width:100%;}
.s_note_1{ background:#F1f1f1; border-radius:3px; padding:10px 15px;}
.ibox_bg{ background: rgba(255, 255, 255, 0.49); min-height: 340px; display: block;  border: #ECE7DB solid 2px; margin: 0 auto; position: relative; width:80%;  }
.side_l { border-right: 1px solid #ECE7DB;}
.side_l, .side_r, .side_a, .side_b {float: left; padding: 3% 8%; margin: 2% 0; width: 50%; }
.ibox h2 {font-size: 20px;}
.ibox li {position: relative; margin: 10px 0; }
.ibox label {position: absolute; top: 5px; left: 10px; color: #CCC;}
.ibox input[type=text], .ibox input[type=password] {border: 1px solid #CCC; width: 94%; height: 27px; padding: 0 10px;}
#ftpsw_captcha, #m_captcha, #edm_captcha, #edm_un_captcha {width: 55%;}
.vcode{ float:right;}

.sbt_1 {display: inline-block; background: #E40177; padding: 10px 20px; color: #fff; font-size: 15px; transition: .2s; border-radius: 5px;margin-bottom: 10px;}
.s_h1.s_h1_2_r{ display:none;}

/********************************
	會員資料
********************************/

/*會員專區*/
.tag_wrap{width: 100%; text-align: center; clear: both; margin-bottom:50px;}
.tag_wrap button,.tag_wrap a{display: inline-block; margin: 10px 0 10px 5px;padding: 0 10px; text-align: center; line-height: 30px;  border: 1px solid #E40177; cursor: pointer; font-weight:bolder; background:none;}
.tag_wrap button:hover, .tag_wrap button.current,.tag_wrap a:hover, .tag_wrap a.current { background: #E40177; color: #fff; border: 1px solid #F775B8;}
.member_box{ width:100%;}
.member_list{ width:1100px; margin:0 auto;}
.member_list.discount li input[type=text], .member_list.discount li input[type=password]{ width:303px; padding:19px 10px;  background:#F6F6F6; border:0; float:left;}
.member_list select{ width:18%; padding:19px 10px;  background:#F6F6F6; border:0; float:left;}
.member_list .s_1{ float:left; color:#333;}
.member_list .m1{ margin-right:16%;}
.member_list.discount li input[type=text].m3{ width:50%;}
.member_list.discount .fir>label{float:left;}
.member_list select.m2{ padding:0; height:38px;}

/*訂單查詢*/
.member_drder .s_h1{ font-size:18px; /*font-weight: bold;*/ margin-bottom: 20px; padding:0 10px; line-height: 45px;  background:#3a7c98;   color:#FFF; height:44px;}
.member_drder .s_h2{ font-size: 16px; font-weight: bold; padding:0 10px; line-height: 35px;  background:#3a7c98; color:#FFF;   display:none;}
.member_drder .rwd_table{ width: 100%;}
.member_drder .s_tb_2 thead th { height: 44px; line-height: 44px;  border-bottom: 1px solid #bbb; text-align: center; padding: 0;     background-color:#3a7c98; color:#FFF; font-size:18px;}
.member_drder .s_tb_2 tbody td {padding: 10px 0; border-bottom: 1px dashed #CCC;  text-align: center; vertical-align: middle; font-size:18px; }
.member_drder .rwd_table .label { display: none; width: 20%; float: left; padding-left: 3%; color:#3a7c98; }
.member_drder .s_tb_2 a { text-decoration: underline; color:#184dc7;  }
#pd_qty{ font-size:17px; padding:5px;}

/*訂單詳細資料*/
.member_drder .s_tb_2 thead th.s_1 { text-align: left; padding-left: 10px;}
.s_tb_2 .s_4 {float: left; width: 100%;}
.s_tb_2 .s_4 a {text-decoration: none;}
.s_tb_2 .s_4 i {width: 160px; height: 160px; overflow: hidden; display: block;float: left;}
.s_tb_2 .s_4 i img {width: 100%;}
.s_tb_2 .s_4 .txt { padding-left: 70px; text-align: left;}
.s_tb_2 tbody td { padding: 5px 0; border-bottom: 1px dashed #CCC;text-align: center; vertical-align: middle; }
.member_drder .s_tb_2 tbody td.s_1{ text-align: left; padding-left: 10px;}

/*小計*/
#cart_sum{ width:49%; float:right; min-width:300px;}
#cart_sum li{ padding:10px 0; clear:both;}
#cart_sum li.last{ border-top:1px dashed #ccc;}
#cart_sum li b{ float:left; font-weight:bold; color:#333; width:70px;}
#cart_sum li a.edit{ background:url(../img/icon_13.png) no-repeat right center; padding-right:20px; text-decoration:underline;}
#cart_sum li .price{ float:right; font-size:12px; color:#999;}
#cart_sum li .price span{ font-size:26px; margin-left:5px; display:inline-block;color:#666; font-weight:normal;}
#cart_sum li .price span.s_t1{ color:#F00;}	
.s_form_001 li { border-bottom: 1px dashed #CCC; padding: 10px 0; font-size:14px;}
.s_form_001 li label { width: 200px; display: block; float: left; line-height: 27px; font-size:17px;}

/********************************
	products_list
********************************/
.s_banner{ width:100%; float:left;}
.s_banner img{ width:100%;}

.hotproBox {width:100%; padding:42px 0; background: url(../img/bg02.jpg);  position:relative; clear:both;}

/*熱銷產品_4*/
.pro_list{width:100%; margin:0 auto; display:block; margin-bottom:20px; }
.pro_list li{ width:19.2%; float:left; margin-right:1%;}
.pro_list li.four{width:24.25%;}
.pro_list li.mr0{ margin-right:0;}

.pro_list li:nth-child(1),
.pro_list li:nth-child(2),
.pro_list li:nth-child(3),
.pro_list li:nth-child(4){ width:24.25%;}
.pro_list li:nth-child(4),.pro_list li:nth-child(9){ margin-right:0;}
.pro_list li:nth-child(5){ clear:both;}

.pproWrap{ display:block; width:100%; padding-top:22px;  position:relative; top:0; right:0;}
.pproBox{ display:block; width:100%; margin-bottom:15px; position:relative;}
.pproBox:hover .pro_bt_box_in{ filter:alpha(opacity=100); opacity:1; transition:.3s;}

.pproBox img{ display:block; width:100%;}
.ppro_title{ font-size:20px; font-weight:bold; margin-bottom:5px; width:100%;}
.price{ display:block; font-size:18px; color:#E75F78;}
.price span{ display:inline-block; font-size:14px; font-weight: bolder;}

.contact_box.member_2{ margin-top:50px; width:791px;} 
.contact_box.member_2 select { font-size:17px; border:#CCC solid 1px; }
.contact_box.member_2 .contact01 p{ width:122px;}
.contact_box.member_2 .contact01_input{ border:#CCC solid 1px; width:376px; height:37px;}
.contact_box.member_2 .contact02_input{border:#CCC solid 1px; width:607px; height:37px; max-width:100%;}
.contact_box.member_2 .contact04_input{border:#CCC solid 1px;}
.contact_box.member_2 .contact03_input{ border:#CCC solid 1px; vertical-align:top;  width:376px; height:37px; padding:0px 20px; margin-right:20px; }
.red_box { display: inline-block; width:100px; padding:2px 0; text-align: center; background:rgba(255, 204, 102, 0.34); border:#FC6 solid 3px;}

.red_expired td{ color:#999;}
.red_expired .red_box{ background:#EEE; border:#CCC solid 3px;}

.precautions_box{ position:relative; margin:20px 0; width:100%; border:#a5a5a5 dashed 1px; padding:30px 20px;}
.precautions_box li{ line-height:40px; list-style:disc; margin-left:25px; font-size:18px;}

.pr_bd{ background:#e67423; color:#FFF; padding:10px 20px; width:150px; text-align:center; position:absolute; left:20px; top:-20px;}

.bt_button_shop{ width:30px; height:30px; background:#EEE; color:#333; border:#CCC solid 1px; padding:2px 2px;  cursor:pointer; vertical-align:top;}

.bt_button_shop.left_bt{ margin-right:-5px;}
.bt_button_shop.right_bt{ margin-left:-5px;}

.bt_button_shop:hover{ background:#666; color:#FFF;}
.bt_input_shop{width:100px; height:30px;   padding:2px 2px;  border:#CCC solid 1px; text-align:center;}

.bt_button_shop2{ display:block;  width:200px;  background:rgb(210, 3, 3); color:#FFF; margin-left:10px; border:0; border-radius: 3px; padding:3px 2px; margin-bottom:5px; font-size:16px; text-align:center;}
.bt_button_shop2:hover{ color:#FFF;}

.s_ul_1 li{ list-style: disc; margin-left:25px;}
#cart_sum li .price span.pr01{color:#F00; font-size:14px; font-weight:bolder; margin-right:5px;}

#cart_sum li .price span.pr02{font-size:14px; margin-right:5px;}
.shp_oder{ font-size:18px; display:inline-block;}

.sum_bbt{ font-size:18px; padding:5px 20px;}
.blue{ color: #184dc7;}

.description01{ width:1200px; height:500px; overflow-y:scroll;   margin:0 auto; padding:50px 50px; max-width:90%;  border:#CCC solid 2px; background:#f7f7f7; }

.description02{ width:1200px;    margin:15px auto;  max-width:90%; font-size:16px;  }

.description01 h2{ font-size:26px; margin-bottom:10px; color:#397b98; font-weight:bolder;}
.description01 h3{ font-size:20px; margin-bottom:10px;}
.description01 p{ font-size:16px; line-height:35px;}

.r_desc{ display:block; width:100%;}
.text_detail{ padding:50px 0; color: #fff}
.text_detail img{ max-width:100%; display: inline-block; height: auto!important; }

.s_form_001.atm_table li label{ color:#333;}
.small_p{ font-size:12px; color: #999;}

.ser_364{ width: 364px; transition:.5s;}
.ser_boxx{transition:.5s;}
.a{ position: relative; width: 100%; height: 6px; background: #91b91d; }

.b{ position: absolute; width: 200px; right: 3%; }
.b span{ margin-top: -50px; margin-right: 20px; display: inline-block;
width: 25px; height: 80px; background: #000; -webkit-transform:rotate(50deg);}
.b{}
.qa_show a {color: #000}
.index_text { height: 500px;width: auto; padding: 80px 0 50px 200px ;}
.index_text_w  {color: #fff;}
.index_text_g  {color: #92bb1c ; font-size:35px ; }


.inquiry_box{ width:750px; max-width:90%; margin:0 auto;color:#fff;}
.inquiry_title{ width:100%; padding:10px 0; font-size:18px; line-height:35px; margin-bottom:20px;}
.inquiry01{ width:100%;  border-top:#CCC solid 1px;  padding:15px 0;}
.inquiry01 p{ display:inline-block; margin-right:30px; font-size:18px; width:82px; }
.inquiry01 select{ border:#CCC solid 1px; padding:0px 20px; border:0; margin-right:5px; height:37px;} 
.inquiry01 input{ display:inline-block; font-size:17px;}
.inquiry01_input{ border:0; width:78%; height:40px; padding:10px 20px; margin-right:20px;}
.inquiry02_input{ border:0; width:80%; height:40px; padding:10px 20px; }
.inquiry03_input{ border:0; width:606px; height:300px; padding:20px 20px;  font-size:17px;}
.inquiry00_input{ border:0; width:55%; height:40px; padding:10px 20px; margin-right:20px;}


.inquiry04_input{border:0; width:250px; height:40px; padding:10px 20px;}
.red{ color:#C30;}
.inquiry01 a{ float:right;  height:40px; width:136px; }
.inquiry01 a img{ width:100%;}

.i_send_box  {display:inline-block;  width:180px; max-width:100%; margin:20px 20px; text-align:center;
         color:#FFF;background:#92bb1c; font-size:21px; border:0; cursor:pointer; transition:1s; 
         font-family:Microsoft JhengHei; padding:10px 0;  border-radius: 5px;   
             box-shadow: 0px 5px 0px 0px #360; }
.i_reset_box  {display:inline-block;  width:180px; max-width:100%; margin:20px 20px; text-align:center;
         color:#FFF;background:#76902d; font-size:21px; border:0; cursor:pointer; transition:1s; 
         font-family:Microsoft JhengHei; padding:10px 0;  border-radius: 5px;   
             box-shadow: 0px 5px 0px 0px #360; }            
.i_send_box:hover{  transition:.5s;  box-shadow: 0px 10px 0px 0px #336600; }
.i_reset_box:hover{  transition:.5s;  box-shadow: 0px 10px 0px 0px #336600; }
.inquiry_send_box{ text-align:center; }
.inquiry_pro { border-width: 2px;border:#b2b2ac solid 2px; height: auto;margin-bottom: 30px;  }
.inquiry_pro p {padding: 10px 0 10px 10px ; color: #92BB1C  ;font-size:21px ;}
.inquiry_pro table { padding:  0 10px 5px 10px }




.rwd_table{ width: 95%;  }
.s_tb_2 thead th { height: 40px; line-height: 40px;  border-bottom: 3px solid rgba(0, 0, 0, 0.1); text-align: center; padding: 0 10px;
      background-color:#444444; color:#FFF; font-size:18px;}
.s_tb_2 tr {border-right:  3px solid rgba(0, 0, 0, 0.1)}      
.s_tb_2 tbody td {padding: 10px 0; border-bottom: 1px dashed #CCC;  text-align: center; vertical-align: middle; font-size:18px; }
.rwd_table .label { display: none; width: 20%; float: left; padding-left: 3%; color:#444444; }
.s_tb_2 a { text-decoration: underline; color:#184dc7;  }
#pd_qty{ font-size:17px; padding:5px;}

/*訂單詳細資料*/
.s_tb_2 thead th.s_1 { text-align: left; padding-left: 10px;}
.s_tb_2 .s_4 {float: left; width: 100%;}
.s_tb_2 .s_4 a {text-decoration: none;}
.s_tb_2 .s_4 i {width: 160px; height: 160px; overflow: hidden; display: block;float: left;}
.s_tb_2 .s_4 i img {width: 100%;}
.s_tb_2 .s_4 .txt { padding-left: 70px; text-align: left;}
.s_tb_2 tbody td { padding: 5px 0; border-bottom: 1px dashed #CCC;text-align: center; vertical-align: middle; }
.member_drder .s_tb_2 tbody td.s_1{ text-align: left; padding-left: 10px;}


.s_tr1 {border-right:  3px solid rgba(0, 0, 0, 0.1)}
.i_table table { width: auto }
.i_table  thead th { height: 40px; line-height: 40px ;  border-bottom: 3px solid rgba(0, 0, 0, 0.1); text-align: center; 
      background-color:#444444; color:#FFF; font-size:18px;}

.inquiry_pro table {vertical-align: middle ;width: 100% ;}
.reset_box {display:inline-block;  width:180px; max-width:100%; margin:20px 20px; text-align:center;
         color:#FFF;background:#76902d; font-size:21px; border:0; cursor:pointer; transition:1s; 
         font-family:Microsoft JhengHei; padding:10px 0;  border-radius: 5px;   
             box-shadow: 0px 5px 0px 0px #360; }            
.reset_box:hover{  transition:.5s;  box-shadow: 0px 10px 0px 0px #336600; }
.send_box  {display:inline-block;  width:180px; max-width:100%; margin:20px 20px; text-align:center;
         color:#FFF;background:#92bb1c; font-size:21px; border:0; cursor:pointer; transition:1s; 
         font-family:Microsoft JhengHei; padding:10px 0;  border-radius: 5px;   
             box-shadow: 0px 5px 0px 0px #360; }

.c_button {text-align:center;}  
.i_table { padding: 0 15px; }
.about_w1 { display: inline-block; font-size: 28px; }
.about_w1 img {padding: 2px 0 0 0 ;}
.about_w2 { font-size: 18px;  }
.pro_detail iframe{ max-width: 100%; }
.pro_detail img{ max-width: 100%; }

.eec_p_i{ width: 500px; max-width: 100%; }