@import url(https://fonts.googleapis.com/css?family=Sarpanch:400,900);

* {
	margin: 0px; padding: 0px;
}
ul,ol,li {
	list-style: none;	
}
body {
	height: 100%;
	color: rgb(98, 98, 90);
	font-family: "微軟正黑體", "細明體", Arial;
	font-size: 13px;
}
h1 img {
	margin-top: 10px;
}
a {
	text-decoration: none;
    outline: none; /* for Firefox */
    hlbr:expression(this.onFocus=this.blur()); /* for IE */
}
a:hover {
	text-decoration: none;
	border: 0;
	color: #000;
}
a:link {
	text-decoration:none;
    border: 0;
}
a:visited {
	text-decoration:none;
    border: 0;
}
a:active {
	text-decoration:none;
    border: 0;
}
img {
	border: 0px currentColor;
}
#container {
	margin: 0 auto;
	width: 100%;
	min-width: 1000px;
	background-color:#FFF;
	float:left;
}
.center {width: 1000px; margin: 0 auto; float:left;}
.bg2 {
	background-color:#333!important;
}
.bg3 {
	background-color:#F7F6F4!important;
}
.btop {
    border-top: 1px solid rgba(238,238,238,1);
}
#top {
	margin: 0 auto;
	width: 100%;
	height: 35px;
	background-color:rgba(255,255,255,1);
	border-bottom: 1px solid rgba(238,238,238,1);
	min-width: 1000px;
}
#top-menu {
	margin: 0 auto; width: 1000px;
	height: 35px; padding-right: 0px;
}
#top-menu i {
	line-height: 35px; font-size: 16px;
}
#top-menu span {
	text-align:center; height: 35px;
	float: right; display: block;
	border-bottom: 1px solid rgba(238,238,238,1);
	background-color:rgba(255,255,255,1);
}
#top-menu span a i {
	transition:0.5s;
	display: block;
	height: 35px;
	width: 42px;
}
#top-menu span a i:hover {
	transform: scale(1.3);
}
.mail {
	border-top: 0px solid rgba(0,217,217,1);
	border-right: 1px solid rgba(238,238,238,1);
}
.mail a {
	color:rgba(51,51,51,1);
	padding: 0 ;
	display: block;
}
.mail a:hover {
	background-color:rgba(238,238,238,0.4);
	color:rgba(0,217,217,1);
}
.fb {
	border-top: 0px solid rgba(71,99,158,1);
	border-left: 1px solid rgba(238,238,238,1);
	border-right: 1px solid rgba(238,238,238,1);
}
.fb a {
	color:rgba(51,51,51,1);
	padding: 0 ; 
	display: block;
}
.fb a:hover {
	background-color:rgba(238,238,238,0.4);
	color:rgba(71,99,158,1);
}
.google {
	border-top: 0px solid rgba(255,0,0,1);
	border-left: 1px solid rgba(238,238,238,1);
}
.google a {
	color:rgba(51,51,51,1);
	padding: 0 ; 
	display: block;
}
.google a:hover {
	color:rgba(255,0,0,1);
	background-color:rgba(238,238,238,0.4);
}
.member {
	color:rgba(255,174,38,1);
	border-top: 3px solid rgba(255,174,38,1);
}
.member a {
	color:rgba(255,174,38,1); padding: 0 12px;
	display: block;
}
.member a:hover {
	background-color:rgba(238,238,238,0.4);
}
#header {
	height: 125px; margin-bottom: 10px;
}
#header h1 {
	width: 220px; float: left;
}
#header .nav {
	width: 728px; height: 55px; float: right;
}
.nav-li {
	padding: 1px 10px; font-size: 14px; margin-right: 1px; float: right; display: block; list-style-type: none;  border-right-color:#000; border-right-width: 1px; border-right-style: dotted; color:#000;
}
.nav-cart {
	font-size: 16px; float: right; display: block; list-style-type: none; height: 37px; 
	border-top: 3px solid rgba(255,0,0,1); background-color:rgba(255,255,255,1); color:rgba(255,0,0,1);
	border-right: 1px solid rgba(238,238,238,1);
}
.nav-cart a.a-cart {
	color: #f00; padding: 0 11px; display: block;
}
.nav-cart a.a-cart:hover {
	background-color:rgba(238,238,238,0.4);
}
.nav li ul {
	/* 預先隱藏第二層 */
	visibility:hidden;
}
.nav li:hover ul {
	/* 觸動第一層時，顯示第二層 */
	visibility:visible;
}
.nav li ul {
	/* 讓第二層ul跳脫文件流以利定位 */
	position:absolute;
	/* 避免出現捲軸 */
	overflow:visible;
	/* 讓ul與母階層li相同位置 */
	clear:left;
	border: 1px #ccc solid;
	background: #fff;
	opacity:1;
	border-radius:0 0 3px 3px;
	padding: 5px;
	left: -155px;
	top: 37px;
	z-index:20;
}
.nav-table-cart { 
  border-collapse: collapse;
  text-align: center;
  font-size: 12px;
}
th { 
  border-bottom:1px solid #ccc;
  line-height: 25px; 
}
td { 
  line-height: 35px;
}
.lastLi {
	position: relative;
}
.lastLi img {
	position: absolute;
	top: -4px;
	left: 69px;
}
.cart-pay {
    float: right;
	color: #fff;
	margin: 10px 0;
	opacity: 0.8;
	font-size: 12px;
}
.cart-pay a {
	color: #fff;
	background-color:rgba(255,0,0,1);
	padding: 4px 5px;
	display: block;
}
.cart-pay a:hover {
	color: #fff;
	background-color:rgba(255,0,0,0.8);
}
#menuarea {
	width: auto; height: 93px; display: block;
}
#content {
	margin: 0 auto;
	width: 1000px;
}
#members {
	margin: 20px 0 10px 0;
	float: left;
}
#farmer-right {
	float: right;
	width: 760px;
}
#farmer-left {
	float: left;
	width: 200px;
	padding: 5px 10px 25px 10px;
	margin-top: 20px;
	margin-right: 14px;
	background-color: rgba(255,255,255,0.7);
	border: 3px solid rgba(204,204,204,0.4);
}
#farmer-detail-left {
	float: left;
	width: 200px;
	padding: 5px 10px 10px 10px;
	margin-right: 14px;
	background-color: rgba(255,255,255,0.7);
	border: 3px solid rgba(204,204,204,0.4);
}
ul.classify {
	margin-top: 10px;
}
ul.classify li {
	line-height: 42px;
	font-size: 17px;
	margin-left: 0px;
	padding-left: 10px;
	border-bottom: 1px dotted rgba(0,0,0,1);
}
ul.classify li:hover {
	background-color: rgba(238,238,238,0.7);
}
ul.classify li a {
	display:block;
}
ul.classify li:last-child { border-bottom: none; }

.traffic {
	font-size: 18px;
    line-height: 60px;
    text-align: center;
}
.traffic a:hover {
	background-color: rgba(204,153,0,1);
	color: rgba(255,255,255,1);
}
.traffic a {
	display:block;
	background-color: rgba(204,153,0,0.7);
	color: rgba(255,255,255,1);
}
.hr { height: 1px; border-top: 3px solid rgba(204,204,204,0.4); padding-bottom: 10px;}
.here {
	background-color: rgba(153,229,255,1);
	color: rgba(255,255,255,1);
}
.here a {
	color: rgba(0,0,0,1);
	font-weight:900;
}
#slideBox2 { 
  width: 1000px;
  margin: 0 auto;
  float: left;
}
#content-auto {
	margin: 20px 0 10px 0;
	height: auto;
	position:relative;
	float: left;
	width: 754px;
	background-color: rgba(255,255,255,0.7);
	border: 3px solid rgba(204,204,204,0.4);
}
#pro-detail-content {
	margin: 0 0 10px 0;
	height: auto;
	position:relative;
	float: left;
	width: 754px;
	background-color: rgba(255,255,255,0.7);
	border: 3px solid rgba(204,204,204,0.4);
}
.product-bigimg {
	width: 740px;
	padding: 6px;
	float: left;
}
/* 首頁產品css */
ul.service {
	width: 1000px;
}
ul.service a {
	color: rgb(98, 98, 90);
}
ul.service li {
	border-right: 1px solid rgba(204,204,204,1);
	padding: 30px 16px;
	width: 300px;
	margin: 0 !important;
	text-align: center;
	transition: 1.5s;
}
ul.service li:hover {
	background-color: #F7F6F4;
}
ul.service li p {
	margin: 5px 0;
}
ul.service li p i {
	color: #C33;
	font-size: 40px;
	line-height: 60px;
}
ul.service li h2 {
	font-size: 22px;
	line-height: 44px;
}
ul.service li:last-child {
	border-right: 0px solid rgba(204,204,204,1);
}
ul.service li.contact {
	padding: 30px 16px;
	width: 600px;
	margin: 0 !important;
	text-align: center;
}
#produce {
	width: 1000px;
	border: 0px solid rgba(204,204,204,0.4);
	margin: 45px auto;
	float: left;
}
#produce-more {
	width: 1000px;
	border: 0px solid rgba(204,204,204,0.4);
	margin: 45px auto;
	float: left;
}
#produce .tit {
	font-size: 28px;
	line-height: 58px;
	text-align: center;
	position: relative;
}
#produce .tit-hr {
	position: absolute;
	border-bottom: 3px solid #C33;
	margin: 0 auto;
	width: 60px;
	height: 2px;
	left: 470px;
	top: 50px;
}
#produce .tit-text {
	font-size: 16px;
	line-height: 38px;
	text-align: center;
	margin: 20px 0;
}
#produce ul {
	width: 1000px;
	margin: 30px auto 5px auto;
	float: left;
}
#produce ul li {
	float: left;
	margin: 0 28px 0 0;
}
#produce ul li:last-child {
	margin: 0 0 0 0;
}
#produce ul li a {
	display: block;
}
#produce ul li a.img {
	width: 229px;
	height: 160px;
	overflow: hidden;
}
#produce ul li a.text {
	color: #333;
	font-size: 17px;
	font-weight:bold;
	padding: 5px 2px;
}
#produce ul li p.text {
	color: #333;
	font-size: 17px;
	font-weight:bold;
	padding: 5px 2px;
}
#produce ul li a.text:hover {
	color: #c33;
}
#produce ul li img {
	width: 229px;
	transition:0.5s;
}
#produce ul li img:hover {
	transform: scale(1.1);
}

/* equipment css */
#produce ul.equipment li {
	float: left;
	margin: 0 40px 0 80px;
}
#produce ul.equipment li:last-child {
	margin: 0 80px 0 0;
}
#produce ul.equipment li p.img {
	width: 400px;
	height: 300px;
	overflow: hidden;
}
#produce ul.equipment li p.text {
	color: #333;
	font-size: 15px;
	font-weight:bold;
	padding: 5px 2px;
}
#produce ul.equipment li p.text:hover {
	color: #c33;
}
#produce ul.equipment li img {
	width: 400px;
	transition:0.5s;
}
#produce ul.equipment li img:hover {
	transform: scale(1.1);
}
/* equipment css */


.more {
	font-size: 20px;
	line-height: 58px;
	text-align: center;
}
.more a {
	color: #fff;
	border: 2px solid #fff;
	padding: 8px 13px;
	border-radius: 5px;
	font-weight: bold;
	transition:1.5s;
}
.more a:hover {
	color: #333;
	background-color: #fff;
}
.produce-row-index {
  font-size: 15px;
  padding: 0px;
  width: 996px;
  margin: 0 auto;
}
.produce-row { 
  border-top: 1px dotted #000;
  font-size: 15px;
  padding: 5px;
  float:left;
  text-align: center;
  width: 744px;
}
.contact-row { 
  border-top: 1px dotted #000;
  font-size: 15px;
  padding: 5px;
  float:left;
  text-align: center;
  width: 709px;
}
.password-row { 
  border-top: 1px dotted #000;
  font-size: 15px;
  padding: 5px;
  float:left;
  width: 709px;
}
.produce-words { 
  width: 210px;
  padding: 10px 0;
  margin: 0 auto;
  text-align:center;
  color: #C69;
}
.produce-words-2 { 
  width: 210px;
  padding: 10px 0;
  margin: 0 auto;
  text-align:center;
  color: #d90000;
}
.produce-words a { 
  color: #C69;
}
.produce-words-2 a { 
  color: #d90000;
}
.produce { 
  width: 210px;
  border: 2px solid #ddd;
  cursor: pointer;
  float:left;
  margin: 4px 12px;
  position:relative;
}
.produce-more { 
  width: 26px;
  height: 269px;
  border: 2px solid #ddd;
  float:left;
  margin: 4px 0 4px 12px;
  position:relative;
}
.produce-more a {
  color: #fff;
  display:block;
  height: 100%;
}
.place {
	position: absolute;
	z-index: 99;
	width: 35px;
	height: 35px;
	left: 5px;
	top: 5px;
}
.place2 {
	position: absolute;
	z-index: 99;
	width: 50px;
	height: 35px;
	left: 5px;
	top: 5px;
}
.placeb {
	position: absolute;
	z-index: 99;
	left: 5px;
	top: 5px;
}
.place5b {
	position: absolute;
	z-index: 99;
	left: 245px;
	top: -20px;
}
.produce-img { 
  width: 210px;
  height: 230px;
  margin: 0 auto;
  padding: 0;
  text-align:center;
}
.produce-img:hover { 
  -moz-transform:rotate(15deg);
  -moz-transition:1s;
  -webkit-transform:rotate(15deg);
  -webkit-transition:1s;
  -o-transform:rotate(15deg);
  -o-transition:1s;
  -ms-transform:rotate(15deg);
  -ms-transition:1s;
  transform:rotate(15deg);
  transition:1s;
}
.index_hot{
	width:65px;
	height:65px;
	position:absolute;
	z-index:999;
	background:url(../images/hoticon.png);
	background-repeat: no-repeat;
	left: 112px;
	top: -4px;
}
.martop20 {
	margin-top: 20px !important;
}
.padtop20 {
	padding-top: 20px !important;
}
/* 頁尾css */
#footer {
	width: 100%;
	min-width: 1000px;
	margin: 0 auto;
	float:left;
	background-color:#FFF;
	padding: 0 0 15px 0;
}
#copyright {
	width: 1000px;
	border-radius: 5px;
	margin: 20px auto 0 auto;
}
green {
    color: #59b200;
}
red {
    color: #f00;
}
.green {
    color: #59b200;
}
.red {
    color: #f00;
}
.red a {
    color: #f00 !important;
}
.qrcode {
    width: 190px !important;
}
#web-design {
	width: 980px;
	margin: 0 auto;
	position:relative;
    top:70px;
	text-align:right;
}
.contact-us {
    color: rgb(0,0,0);
	margin: 0px 10px; 
	padding: 5px 10px;
	width: 400px;
	float: left;
}
.f-item {
    color: rgb(0,0,0);
	margin: 0px 10px; 
	padding: 5px 10px;
	float: right;
	text-align: right;
}
.f-item h2 {
	color: rgba(178,89,0,0.7);
	text-shadow: 2px 2px 2px #bbb;
}

.f-logo {
    color: rgb(0,0,0);
	margin: 0px 10px; 
	padding: 5px 10px;
	width: 280px;
	text-align:center;
	float: left;
}
.f-logo img:hover {
	opacity:0.8;
}
.contact-us h2 , .f-item h2 {
    line-height: 32px;
}
.contact-us p , .f-item p {
    line-height: 22px;
}
.no {
	position:fixed;
	bottom:0px;
	left:0px;
	font-size:39px;
	font-weight:bold;
	display:block;
	background-color:#000;
	color:#fff;
	text-align:center;
	line-height:1.4em;
	letter-spacing:0.4em;
	z-index:8888;
	width: 100%;
}
.no span{
	background-image:url(../images/no.png);
	background-repeat:no-repeat;
	width: 45px;
	height:45px;
    display:inline-block;
	vertical-align:middle;
}
/* 聯絡我們 */
#contact_top {
	width: 100%;
	margin: 0 auto;
	height: 50px;
}
#farm-contact {
	width: 719px;
	background-color: rgba(255,255,255,0.7);
	border: 3px solid rgba(204,204,204,0.4);
	margin: 0px 5px 5px 0px;
	float: left;
}
.input_text{
height: 20px; 
padding: 3px 3px 1px 5px;
font-size:1.1em;
margin: 5px 0 5px 0;
}
.input_textarea{
padding: 3px 3px 1px 5px;
font-size:1.1em;
margin: 5px 0 5px 0;
}
.input_select{
height: 28px;
padding: 4px 5px 3px 2px;
font-size:1em;
margin: 5px 0 5px 0;
}
.form_text{
font-size:1.1em;
}
.form_text_2{
font-size:1.1em;
padding-top: 5px;
}
.form_text_red{
font-size:1.2em;
padding-top: 5px;
color:#C00;
}
/* 尚水產品 */
.product-row { 
  border-top: 1px dotted #000;
  font-size: 15px;
  padding: 5px;
  float:left;
  text-align: center;
  width: 744px;
}
.product-img { 
  width: 200px;
  margin: 0 auto;
  text-align: left;
}
.product-img img { 
  width: 200px;
}
.product-words { 
  width: 190px;
  margin: 0 auto;
  padding: 8px 5px 0px 5px;
  text-align: left;
}
.product { 
  width: 247px;
  cursor: pointer;
  margin: 0 auto;
  padding: 15px 0 0 0;
  float:left;
  position:relative;
}
.product:hover { 
  width: 247px;
  background-color:#ffffd0;
}
.product-br {
  border-right: 1px dotted #000;
}
.product-right { 
  width: 240px;
  cursor: pointer;
  margin: 0 auto;
  padding: 15px 0 0 0;
  float:left;
}
.product-right:hover { 
  width: 240px;
  background-color:#ffffd0;
}
.product-price {
  width: 190px;
  margin: 0 auto;
  padding: 0 5px;
  text-align: left;
  line-height: 25px;
  color:#C00;
  font-weight:900;
}
.hot{
	width:65px;
	height:65px;
	position:absolute;
	z-index:999;
	background:url(../images/hoticon.png);
	background-repeat: no-repeat;
	left: 165px;
	top: 5px;
}
/* 產品介紹 */
#productdetail_top {
	width: 100%;
	margin: 0 auto;
	height: 50px;
}
#productdetail {
	width: 980px;
	border-top: 2px #666 solid;
	margin: 5px 10px;
	float: left;
}
.pro-detail-img , .pro-detail-img-2 {
	float: left;
}
.pro-detail-img img {
	width: 500px;
}
.pro-detail-img-2 img {
	width: 740px;
}
.productdetail { 
  width: 230px;
  margin: 0 auto;
  float: right;
}
.productdetail-words-title { 
  width: 224px;
  margin: 0 0 5px 0;
  padding: 0px 1px;
  font-size: 20px;
  font-weight:bold;
  color:rgba(255,38,38,0.8);
  border-bottom: 2px solid rgba(204,204,204,0.4);
}
.productdetail-words { 
  width: 230px;
  margin: 0 0 5px 0;
  height: 70px;
  overflow: hidden;
}
.productdetail-words-long { 
  width: 230px;
  margin: 0 0 5px 0;
  height: 50px;
  overflow: hidden;
}
.productdetail-price {
  margin: 0 0 10px 0;
  line-height: 25px;
  color:#C00;
}
.amount {
  margin: 0 0 10px 0;
  line-height: 25px;
}
.detail-left {
  width: 100px;
  font-size: 14px;
  float:left;
}
.detail-right {
  width: 120px;
  font-size: 14px;
  float:right;
  margin: 32px 0 0 10px;
}
.detail-right-long {
  width: 120px;
  font-size: 14px;
  float:right;
  margin: 10px 0 0 10px;
}
.detail-right span {
  line-height: 21px;
}
.detail-left-long {
  width: 230px;
  font-size: 14px;
  float:left;
}
.pro-buy {
	display:block;
	width: 120px;
	height:35px;
	background-color:rgba(0,153,255,1);
	box-shadow:2px 2px 6px -2px rgba(20%,20%,40%,0.5);
}
.pro-introduce {
  line-height: 22px;
  float: left;
  margin: 6px;
  padding: 6px 0;
  width: 742px;
  border-top: 2px solid rgba(204,204,204,0.4);
}
.pro-footer {
  float: left;
  margin: 6px;
  padding: 16px 0;
  width: 742px;
  border-top: 2px solid rgba(204,204,204,0.4);
}
.pro-center {
  margin: 0 auto;
  width: 350px;
}
.back-page {
  float: left;
  width: 160px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: rgba(89,178,0,0.7);
  margin-right: 30px;
}
.back-page:hover {
  background-color: rgba(89,178,0,1);
}
.back-page a {
  color: rgba(255,255,255,1);
  font-size: 18px;
  display:block;
}
.send-pass {
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: rgba(255,0,0,0.7);
  margin-left: 80px;
}
.send-pass:hover {
  background-color: rgba(255,0,0,1);
}
.send-pass a {
  color: rgba(255,255,255,1);
  font-size: 18px;
  display:block;
}
.join-member {
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: rgba(255,0,0,0.7);
  margin: 10px 0;
}
.join-member:hover {
  background-color: rgba(255,0,0,1);
}
.join-member a {
  color: rgba(255,255,255,1);
  font-size: 18px;
  display:block;
}
.settle-accounts {
  float: left;
  width: 160px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: rgba(255,0,0,0.7);
}
.settle-accounts:hover {
  background-color: rgba(255,0,0,1);
}
.settle-accounts a {
  color: rgba(255,255,255,1);
  font-size: 18px;
  display:block;
}
.c-white { color: rgba(255,255,255,1);}
.c-green { color: rgba(89,178,0,0.9);}
.c-red { color: rgba(255,0,0,0.9);}
.c-brown { color: rgba(204,153,0,0.9);}
.bg-red { background-color: rgba(255,0,0,0.9);}
.traffic li.c-white a { color: rgba(255,255,255,1);}
.traffic li.c-white a:hover { color: rgba(0,0,0,1);}
.productdetail-row { 
  border-top: 1px dotted #000;
  border-bottom: 1px dotted #000;
  font-size: 15px;
  padding: 10px 0;
  float:left;
}
.productdetail-row img { 
  float:left;
}
.addcart {
	width:166px;
	height:30px;
	background:url(../images/pr_buy.png);
	background-repeat: no-repeat;
	margin: 28px 0 10px 0;

}
.productdetail-contents {
	line-height: 22px;
	font-size: 15px;
	margin: 10px;
	float:left;
	width: 960px;
}
/* 聯絡我們 */
#contact_top {
	width: 100%;
	margin: 0 auto;
	height: 50px;
}
#contact {
	width: 719px;
	border-top: 2px #666 solid;
	margin: 5px 5px 5px 10px;
	float: left;
}

.height {height: 20px;}

/*選單-開始*/

.menu{
	width: 100%;
	min-width: 1000px;
	height: 90px;
	margin: 0 auto;
	background: rgba(255,255,255,1);
	border-bottom: 1px solid rgba(238,238,238,1);
}
.access {
	margin: 0 auto;
	width: 1000px;
	display: block;
	position: relative;
}
ul.m {
	list-style: none; margin: 0px; padding-left: 0px;
}
ul.m > li {
	width: 150px;
	height: 90px;
	float: left;
	position: relative;
	letter-spacing:1px;
}
ul.m li a {
	text-decoration: none;
	display: block;
	text-align: center;
}
ul.m > li > a {
	line-height: 90px;
	padding: 0px;
}
ul.m li.f1 a:hover {
	background-color: rgba(255,0,0,0.5);
	color: rgba(255,255,255,1);
	height: 88px !important;
	line-height: 88px !important;
}
ul.m li.f2 a:hover {
    line-height: 83px !important;
	color: rgba(178,89,0,0.7);
	border-top: 5px solid rgba(178,89,0,0.7);
}
ul.m li.f2here a {
	line-height: 83px !important;
	color: rgba(178,89,0,0.7);
	border-top: 5px solid rgba(178,89,0,0.7);
	color:#8C4600;
	font-size: 16px;
	font-weight: bold;
	text-shadow: 2px 2px 2px #bbb;
}
.f1 {
	color:#F00;
	font-size: 16px;
	border-top: 2px solid #F00;
	height: 88px !important;
	line-height: 88px !important;
}
.f1 a {
	color:#F00;
}
.f1 span {
	font-size: 11px;
	display: block;
	border-right: 1px dotted #F00;
	height: 35px;
	width: 140px;
	position: absolute;
	z-index: 10;
	top: 21px;
	line-height: 14px;
	color:#000;
	font-family: 'Sarpanch', sans-serif;
}
.f2 {
	color:#8C4600;
	font-size: 16px;
	font-weight: bold;
	text-shadow: 2px 2px 2px #bbb;
}
.f2 a {
	color:#8C4600;
	font-weight:bold;
}
.f2 span {
	font-size: 11px;
	display: block;
	border-right:1px dotted #4c0a26;
	height: 37px;
	width:140px;
	position:absolute;
	z-index:10;
	top: 21px;
	line-height: 14px;
	color:#000;
	font-family: 'Sarpanch', sans-serif;
}
ul.m > li.mlogo {
	width: 400px;
}
ul.m > li.mlogo a {
	text-align: left;
	display:inline-block;
}
ul.m > li.mlogo a:hover {
	opacity:0.8;
}
.f1here a {
	background-color: rgba(255,0,0,0.5);
	color: rgba(255,255,255,1);
	height: 88px !important;
	line-height: 88px !important;
}

/*選單-結束*/
/* 產品css */
.row-wine {
  font-size: 15px;
  padding: 0px;
  width: 960px;
  margin: 0 auto;
}
.wine-text {
  font-size: 13px;
  line-height: 26px;
  font-weight: bold;
}
/* 產品css */
/*諮詢表單css*/
.form {
   padding-top: 25px;
   width: 480px;
   margin: 0 0 0 50px;
   font-size: 15px;
   line-height: 25px;
   float:left;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
}
.form-control {
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  letter-spacing: 1px;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control:-moz-placeholder {
  color: #999;
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="date"] {
  line-height: 34px;
}
.form-group {
	margin-bottom: 15px;
	margin-right: 40px;
	width: 220px;
	float: left;
}
.form-group-2 {
	margin-bottom: 15px;
	width: 260px;
	float: left;
}
.form-group-3 {
	margin-bottom: 15px;
	margin-right: 40px;
	width: 480px;
	float: left;
}
.form-textarea {
	margin-bottom: 15px;
	margin-right: 40px;
	width: 480px;
	float: left;
}
.form-submit {
	margin-bottom: 15px;
	margin-right: 15px;
	float: left;
}
.form-text {
	margin-bottom: 15px;
	width: 380px;
	float: left;
	font-size:13px;
	line-height: 18px;
	color:#F30;
}
.form-text2 {
	margin-bottom: 15px;
	width: 380px;
	float: left;
	font-size:15px;
	line-height: 30px;
	color:#F30;
}
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;

  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary .badge {
  color: #428bca;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,

fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: normal;
  color: #428bca;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 22px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
/*諮詢表單css*/

/*線上詢問頁面css*/
.m-title {
	margin-top: 25px;
	border-bottom: 1px solid #ccc;
	float: left;
	width: 980px;
	line-height:32px;
	margin: 5px 10px;
}
.s-title {
		float: left;
		border-bottom: 2px solid #f00;
		color:#f00;
		font-weight:700;
		font-size:21px;
		letter-spacing:2px;
}
.breadcrumb {
		float: right;
		font-size:14px;
}
/*線上詢問頁面css*/

/*紅酒商品頁面css*/
.wine-right {
		float: right;
		width: 720px;
}
.m-title-2 {
	margin-top: 25px;
	border-bottom: 1px solid #ccc;
	float: left;
	width: 700px;
	line-height:32px;
	margin: 5px 10px;
}
.s-title-2 {
		float: left;
		border-bottom: 2px solid #f00;
		color:#f00;
		font-weight:700;
		font-size:21px;
		letter-spacing:2px;
}
#wine-produce {
	width: 720px;
	border: 0px solid rgba(204,204,204,0.4);
	float: left;
	margin: 20px auto;
	position:relative;
}
.produce-2 { 
  width: 300px;
  border: 2px solid #ddd;
  cursor: pointer;
  float:left;
  margin: 4px 12px 12px 12px;
  position:relative;
}
.produce-img-2 { 
  width: 300px;
  height: 450px;
  margin: 0 auto;
  padding: 0;
  text-align:center;
}
.produce-img-2:hover { 
  -moz-transform:rotate(15deg);
  -moz-transition:1s;
  -webkit-transform:rotate(15deg);
  -webkit-transition:1s;
  -o-transform:rotate(15deg);
  -o-transition:1s;
  -ms-transform:rotate(15deg);
  -ms-transition:1s;
  transform:rotate(15deg);
  transition:1s;
}
.w-text { 
  width: 300px;
  float:left;
  margin: 4px 12px;
  position: relative;
  font-size: 14px;
  line-height: 28px;
  font-weight: bold;
  text-indent:-70px;
  margin-left:70px;
}
.w-text strong { 
  color: #F00;
}
.w-text u { 
  font-size: 12px;
  text-decoration:none;
}
.w-text span { 
  width: 280px;
}
.pro-footer {
  float: left;
  margin: 6px 0;
  padding: 20px 0;
  width: 370px;
  border-top: 2px solid rgba(204,204,204,0.4);
}
.pro-center {
  margin: 0 auto;
  width: 300px;
}
.auto-center {
  text-align: center;
}
.back-page {
  float: left;
  width: 130px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: rgba(89,178,0,0.7);
  margin-right: 30px;
}
.back-page:hover {
  background-color: rgba(89,178,0,1);
}
.back-page a {
  color: rgba(255,255,255,1);
  font-size: 16px;
  display:block;
}
.settle-accounts {
  float: left;
  width: 130px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: rgba(255,0,0,0.7);
}
.settle-accounts:hover {
  background-color: rgba(255,0,0,1);
}
.settle-accounts a {
  color: rgba(255,255,255,1);
  font-size: 16px;
  display:block;
}
.lhigh {
  line-height: 24px;
}
/*紅酒商品頁面css*/

/*側欄內容css*/
.side {
	width: 190px;
	float: left;
	padding: 0 10px 10px 10px;
	background-color: rgba(255,255,255,0.9);
	border: 3px solid rgba(204,204,204,0.4);
	margin-bottom: 25px;
}
.s-list {
	margin-top: 15px;
	border-bottom: 1px solid #ccc;
	line-height:32px;
}
.s-list h2 {
    border-bottom: 2px solid #369;
	font-weight:700;
	font-size:21px;
}
ul.classify {
	margin-top: 10px;
}
.nomtop {
	margin-top: 0 !important;
}
.nopbottom {
	padding-bottom: 0 !important;
}
ul.classify li {
	line-height: 40px;
	font-size: 15px;
	margin-left: 0px;
	padding-left: 10px;
	border-bottom: 1px dotted rgba(0,0,0,1);
	position: relative;
}
ul.classify li:hover {
	background-color: rgba(238,238,238,0.7);
}
ul.classify li a {
	display:block;
	color: #333;
}
ul.classify li:last-child { border-bottom: none; }
.traffic {
	font-size: 18px;
    line-height: 60px;
    text-align: center;
}
.traffic a:hover {
	background-color: rgba(255,0,0,0.9);
	color: rgba(255,255,255,1);
}
.traffic a {
	display:block;
	background-color: rgba(255,0,0,0.7);
	color: rgba(255,255,255,1);
}
.side-hr { border-top: 3px solid rgba(204,204,204,0.4); padding-bottom: 10px;}
.here {
	background-color: rgba(153,229,255,1);
	color: rgba(255,255,255,1);
}
.here a {
	color: #000 !important;
	font-weight:900;
	font-size: 105%;
}
ul.classify li a span {
	font-size: 11px;
	line-height: 18px;
	position: absolute;
	z-index: 222;
	top: 29px;
	left: 20px;
}
.padd li a {
    padding-bottom: 13px;
}
.com-text {
	font-size: 13px;
	line-height: 18px;
	letter-spacing: 1px;
}
/*側欄內容css*/
/*商品換圖css*/
#winerun {
		width: 300px;
		height: 450px;
		position: relative;
		overflow: hidden;
	}
	#winerun ul, #winerun ul li {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	#winerun .lists {
		height: 100%;
		position: relative;
		overflow: hidden;
	}
	#winerun .lists img {
		width: 100%;
		height: 100%;
		border: none;
	}
	#winerun .controls {
		width: 100%;
		height: 35px;
		position: absolute;
		bottom: 0;
		font-size: 13px;
		z-index: 2;
	}
	#winerun .controls li {
		float: left;
	}
	#winerun .controls li a {
		display: block;
		width: 150px;	/* 寬度會影響未放大前顯示的字數 */
		height: 35px;
		line-height: 35px;
		margin-right: 1px;
		text-align: center;
		background: #999;
		color: #fff;
		text-decoration: none;
	}
	#winerun .controls li.selected a {
		background: #000;
	}
/*商品換圖css*/

/*商品換圖css*/
#winerun5 {
		width: 300px;
		height: 450px;
		position: relative;
		overflow: hidden;
	}
	#winerun5 ul, #winerun5 ul li {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	#winerun5 .lists {
		height: 100%;
		position: relative;
		overflow: hidden;
	}
	#winerun5 .lists img {
		width: 100%;
		height: 100%;
		border: none;
	}
	#winerun5 .controls {
		width: 100%;
		height: 35px;
		position: absolute;
		bottom: 0;
		font-size: 13px;
		z-index: 2;
	}
	#winerun5 .controls li {
		float: left;
	}
	#winerun5 .controls li a {
		display: block;
		width: 100px;	/* 寬度會影響未放大前顯示的字數 */
		height: 35px;
		line-height: 35px;
		margin-right: 1px;
		text-align: center;
		background: #999;
		color: #fff;
		text-decoration: none;
	}
	#winerun5 .controls li.selected a {
		background: #000;
	}
/*商品換圖css*/

/*最新消息css*/
.news-list {
	margin-top: 25px;
	float: left;
	width: 700px;
	font-size:14px;
	line-height:28px;
	margin: 5px 10px;
}
.news-list ul li {
	margin-top: 5px;
	border-bottom: 1px dashed #ccc;
	line-height:56px;
}
.news-list ul li span {
	color:#F03;
}
.news-list strong {
	font-size:16px;
	line-height:38px;
	color:#669;
}
/*最新消息css*/
/*聯絡方式css*/
ul.contact {
	width: 1000px;
}
ul.contact a {
	color: rgb(98, 98, 90);
}
ul.contact li.c1 {
	border-right: 1px solid rgba(204,204,204,1);
	padding: 30px 15px;
	width: 350px;
	margin: 0 !important;
	transition: 1.5s;
}
ul.contact li.c1 a {
	display:inline !important;
}
ul.contact li.c1:hover {
	background-color: #F7F6F4;
}
ul.contact li.c1 img {
	transition:	none !important;
}
ul.contact li.c1 img:hover {
	transform: none !important;
}
ul.contact li p i {
	color: #C33;
	font-size: 40px;
	line-height: 60px;
}
ul.contact li p {
	line-height: 24px;
}
ul.contact li h2 {
	font-size: 22px;
	line-height: 44px;
	color: #C33;
}
ul.contact li:last-child {
	border-right: 0px solid rgba(204,204,204,1);
}
ul.contact li.c2 {
	padding: 30px 10px 30px 84px;
	width: 525px;
	margin: 0 !important;
	font-size: 15px;
}
#submit_btn {
	font-family: "微軟正黑體", "細明體", Arial;
	font-weight: bold;
}
/*聯絡方式css*/