﻿@charset "utf-8";

/* $Reset
--------------------------------------------------------------------------------------*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}

/* $body,html
--------------------------------------------------------------------------------------*/
html,
body {
    width: 100%;
    min-width: 1200px;  
    /* overflow-x: hidden; */
	font-family: 'Roboto',sans-serif,Arial,"Meiryo","微軟正黑體","新細明體","蘋果儷黑體",  Verdana, Helvetica, sans-serif;
/*    font-family: Arial,"微軟正黑體","新細明體","蘋果儷黑體",  Verdana, Helvetica, sans-serif;*/}


/* $共用
--------------------------------------------------------------------------------------*/
/*----清除浮動技巧----*/
.clearfix:before,
.clearfix:after {content: " ";display: table;}
.clearfix:after {clear: both;}
.clearfix {*zoom: 1;}
/*----清除浮動技巧----*/
.clean{ clear: both; }
.floatL{ float:left;}
.floatR{ float:right;}
.area{ width:1100px; margin:0 auto; position:relative;}

/*______________________________________________________________________________________
	
	 								CSS  Contenter
________________________________________________________________________________________*/

.wrap{
	width: 100%;
	height: 100vh;
	position: relative;}


.block1,.block2,.block3{
	position: relative;
	width: 100%;}

.area{ position: relative; width: 1200px; margin: 0 auto;}
.block1{
    height: 545px; 
    overflow: hidden;
	background: url('../images/bg.jpg') no-repeat center top; 
	/* background: url('../images/layout.jpg') no-repeat center top;  */
}

/*.block2{
	background: #b7c847;
	padding: 65px 0;}*/
	
.block2{
	background: #b7c847;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 65px;
	padding-left: 0;
}	

.block3{
	background: #137246;
	padding:0 0 25px 0;}

.block3_kv{
	width: 100%;
	height: 144px;
	position: relative;	
	background:url("../images/block3_kv.gif") no-repeat center top;
}


h1.logo{
	position: absolute;
	z-index: 100;
	left: 186px;
    top: 39px;}

.banner_board{
	position: absolute;
	z-index: 99;
	left: 31px;
    top: -57px;
	height:401px;
	width: 471px; 
	background: url("../images/banner_board.png") no-repeat center top;}

.banner{
	position: absolute;
	top: 130px;
    left: 19px;
	width: 429px;
	height: 251px;}

.product{
	position: absolute;
	right: -21px;
    top: 55px;
	z-index: 5;}

.features{
	position: absolute;
	left: -56px;
    top: 135px;}



.price_area{
	width: 1193px;
	margin: 0 auto;
	position: relative;
}    


.price_area table{
  width: 100%; 
  
  color: #137246;
  border: 1px dotted #137246;

}

table, th, td{ margin: 0; padding: 0 ; }
.price_area table tr{ margin: 0 ; padding: 0; border-bottom:1px dotted #137246; } 

.price_area table tr th{ background: #137246; color: #fff; margin: 0; padding: 10px 0 ;   vertical-align: middle; text-align: center;} 
.price_area table tr th:nth-child(1),.price_area table tr th:nth-child(4){ text-align: left; }
.price_area table tr th:nth-child(2),.price_area table tr th:nth-child(3),.price_area table tr th:nth-child(5),.price_area table tr th:nth-child(6){text-align: center;}
.price_area table tr td{ padding: 0 20px;  vertical-align: middle; text-align: center; padding: 14px 0 ;} 

.price_area table tr td:nth-child(3){border-right:1px dotted #137246;  } 
.price_area table tr td:nth-child(1),.price_area table tr td:nth-child(4){ text-align: left; padding-left:20px; }




.ch_name{ font-size: 20px; font-weight: normal; position: relative; }
.en_name{ display: block; font-size: 13px; font-weight: bold;}
.price{
	font-size: 25px; 
	display: block;
	/* font-family: "Roboto script=all rev=1", "Adobe Blank"; */
    font-weight: 900;
    font-style: normal;
	}

.dot{ 
	width: 9px;
	height: 9px; 
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    margin: 0 6px 0 0; 
}

.cal{ 
	display: inline-block;
	font-size: 13px;
}

.yellow{ background: #f3d207; }
.green{ background: #407a30; }
.red{ background: #e81420; }

table th.pro_name{ text-align: left; padding: 0 20px; width: 22%; }

.more_info{
  margin: 30px 0 0 0;
}

a.cup_btn{
	position: relative;
	float: right;
	margin: -25px 0 0 0;
	width: 320px;
	height: 106px;
	background: url("../images/cup_btn.png") no-repeat left top;
	-webkit-transition: all .4s cubic-bezier(0.215, 0.61, 0.355, 1);
-moz-transition: all .4s cubic-bezier(0.215, 0.61, 0.355, 1);
-o-transition: all .4s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: all .4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

a:hover.cup_btn{
	background: url("../images/cup_btn.png") no-repeat left top;
	transform:scale(0.9);
}


footer{ 
  width: 100%;
  background: #131e5e;
  color: #e6e5e5;
  text-align: center;
  font-size: 13px;
  padding: 15px 0; 
}

footer a{ 
	color: #e6e5e5;
	text-decoration: none;
	-webkit-transition: all .4s cubic-bezier(0.215, 0.61, 0.355, 1);
-moz-transition: all .4s cubic-bezier(0.215, 0.61, 0.355, 1);
-o-transition: all .4s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: all .4s cubic-bezier(0.215, 0.61, 0.355, 1);
 }

footer a:hover{color: #b7c847; }

.select{
	float: left;}

.select span{ 
	color: #ffffff; 
	font-size: 15px; 
	border-radius:20px; 
	background: #131e5e;
	padding: 5px 15px;
	margin: 0 5px 0 0; 
}

.option{
	padding: 4px;
	background: #fff;	
	margin: 0 3px; 
	border: 1px solid #fff;
	font-size: 15px;
	font-family: "微軟正黑體";
	color: #505050;
}

.update{ 
	float: right;
	font-size: 14px;
	color: #ffffff;
    margin: 11px 0 0 0;}

.area_3{ 
	width: 814px;
	margin: 0 auto;
	padding: 50px 0 0 0; }


table#store{
	width: 100%;
	margin: 30px 0; }

table#store tr th{ 
	background: #131e5e;
	font-size: 18px;
	color: #ffffff;
	padding:7px 0;
	font-weight: normal;
	text-align: center;}


table#store tr td{
	color: #fff;
	font-size: 15px;
	text-align: center;
	padding: 10px 8px;
	background: #0d76b8;
	border-bottom: 1px solid #065f97;
	vertical-align: middle; 
}


.slogan{
	position: absolute;
	left: 36px;
	top: 148px;
}

/*170418新增*/
.dol{ font-size: 18px; font-weight: normal; }
.price{
padding-left:10px}



a.intro{
	position: absolute;
	left: 181px;
    top: 411px;
	width: 150px;
	text-decoration: none;
	background: #c0d737;
	text-align: center;
	color: #127045;
	padding: 8px 15px;
    margin: 10px 0 0 0;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	-webkit-transition: all .4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all .4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all .4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all .4s cubic-bezier(0.215, 0.61, 0.355, 1);}

a.intro:hover{
    background: #00b287;
	color: #fff;}



.tab{
	position: relative;
	width: 100%;	
	background: #0d0;}


.tab ul{ width: 100%;}
.tab ul li{ width: 48%;	 float: left; margin:0px 10px 30px 0; text-align: center; }
.tab ul li a{ position: relative; width: 100%; padding: 5px 0; border-radius: 5px;   display: block; color: #000; text-decoration: none; background: #b9b9b9;-webkit-transition: all .4s cubic-bezier(0.215, 0.61, 0.355, 1); -moz-transition: all .4s cubic-bezier(0.215, 0.61, 0.355, 1); -o-transition: all .4s cubic-bezier(0.215, 0.61, 0.355, 1); transition: all .4s cubic-bezier(0.215, 0.61, 0.355, 1); }
.tab ul li:nth-child(2){ float: right; }
.tab ul li a:hover{ background: #f3d207  ; }

.tab ul li a.on{color: #000; background: #f3d207; position: relative;}
.tab ul li a.on:after{
  content: "";
  display: block;
  border-width: 8px 8px 0;
  border-style: solid;
  border-color: #f3d207 transparent transparent;
  margin-left: -8px;
  position: absolute;
  bottom: -8px;
  left: 50%;}

.price_area table#tab2{ width: 50%;-webkit-box-sizing: border-box; 
-moz-box-sizing: border-box;    
box-sizing: border-box;   	 }
.price_area table#tab2 tr th{ padding: 0; background: #137246; color: #fff;  }  
.price_area table#tab2 tr:last-child td:last-child{border-right:1px dotted #137246;}
.price_area table#tab2{ border:1px dotted #137246; }
.price_area table#tab2 tr{ border-bottom: 1px dotted #137246;  }
.price_area table#tab2 tr td{ color: #137246;  }

/* .price_area2 table#tab2 tr:nth-child(2) td:nth-child(2){ padding: 0;border-right: 1px dotted #886f3e; } */
/* .price_area table#tab2 tr td{ border-right: 1px dotted #886f3e;  } */


.ch_name.new:after{ 
	content: "NEW";
	position: absolute;
	right: -53px;
    top: 2px;
	display: inline-block;
	background: #d14c46;
	color: #FFF;
	font-size: 13px;
	padding: 2px 8px;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;   

 }



 a.zhenzhu{
  display: block;
  position: relative;
  width: 246px;
  height: 76px;
  margin: 20px auto -10px auto;
  text-decoration: none;
}


a.zhenzhu .zhu_pic{  position: relative; display: inline-block; width: 76px; z-index: 2; }
a.zhenzhu .zhu_pic img{ width: 100%; }


a.zhenzhu span.zhu_tt{
  text-decoration: none;
  display: inline-block; 
  position: absolute;
  left: 58px;
  top: 21px;
  padding: 8px 21px;
  font-weight: bold;
  z-index: 1;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #fff; 
  color: #343434; 
  font-size: 16px;
  -webkit-transition: all .4s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all .4s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all .4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all .4s cubic-bezier(0.215, 0.61, 0.355, 1);
}


a:hover.zhenzhu span.zhu_tt{color: #137246; }


