/* CSS Document */

* {
	font-family: "微軟正黑體";
}
img{
	max-width: 100%;
	height: auto;}
body {
	padding: 0;
	margin: 0;
	background: url("../admin/file_manage/file/4002a76463cf52c6ff0c6a92fdf4b3259b297d1a.jpg") repeat;
}
.fb_share{
  display:none;
}

#body {
    box-shadow: 0 0 9px #999;
    margin: 0 auto;
    max-width: 1100px;
    width: 100%;
    background:#fff
}
#content {
width:75%;
	max-width: 1100px;
	margin: 0 auto;
	height: 100%;
}
#content_case {
    padding: 30px;
}

#content_case > div {
    display: inline-block;
    vertical-align: top;
}
/** Head 部分 **/
#head {
    padding: 0 15px;
    position: relative;
background:#e7d18d;
   
}
#head #language {
	position: absolute;
	right: 10px;
	top: 40px;
}
#head #language .show{
	display: block;
}
#head #language .hide{
	display: none;
}
#head #language a:hover .show{
	display: none;
}
#head #language a:hover .hide{
	display: block;
}
#head #head_logo {
	vertical-align: middle;
	min-height: 100%;
	text-align: center;
	padding: 15px 0;
        float: left;
        width: 20%;
}
#head > .head_btn {
	display: block;
	width: 100%;
	min-height: 30px;
	line-height: 25px;
	text-align: center;
	z-index: 210;
	top: 0;
	left: 0;
}
#head > .btn_more {
	position: relative;
	z-index: 210;
	width: 100%;
	background: #E9E9E9;
}
#button_switch{
	display: none;
}
#button{
         float: right;
    margin: 10px 0;
    text-align: right;
    width: 80%;
}
#button a {
	color: #406619;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 30px;
	font-size: 12px;
	display: inline-block;
        margin: 0;
 text-align: center;

display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
#button a b {
    color: #898a86;
}
#button  a:hover {
	-webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
#button  > span {
	font-size: 12px;
        display: none;
	color: #ccc;
}
.topBtn::before {
    color: #898a86;
    content: "|";
    font-size: 12px;
}
#button .topBtn:last-child::after {
    color: #898a86;
    content: "|";
    font-size: 12px;
}
/*hover*/
#button ul{
   list-style: none;
  
}
#button .topBtn{
   display:inline-block;
   position: relative;
   padding: 0;
   margin: 0;
}
.topBtn:hover{
	color:#fff;
	
}
#button  a {
    display: inline-block;
    vertical-align: middle;
    
    width: auto;
}

#button .topBtn:hover > ul{
 display:list-item;
}
#button .subBtn{
   display:none;
    z-index: 999;
	width:100%;
    position: absolute;
    -moz-box-shadow: 0px 1px 5px #000000;
    -webkit-box-shadow: 0px 1px 5px #000000;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    padding: 0;
    margin: 0;
}
#button .subBtn a{
    text-align: center;
    background: #000;
    color: #fff;
    display: block;
    margin: 0;
    padding: 10px;
    border-bottom: 1px dashed #666;
}
#button .subBtn a:last-child{
    border: none;
   }/*購物車方塊*/
#cart_run{
	position: fixed;
	text-align: center;
	right: 5px;
	top: 50%;
	min-width: 1em;
	min-height: 100px;
	border: 1px solid  #333;
	z-index: 999;
	background:#fff;
	padding: 0px;
}
#cart_run_title{
	text-decoration: none;
    color: #ccc;
    display: block;
    padding: 5px;
    background-color: #333;
}
#cart_num{
	font-weight: bold;
	font-size: 1.2em;
}
/** Banner部分 **/
#banner {
	z-index: 200;
	overflow: hidden;
	width: 100%;
	/*min-height: 417px;*/
	margin:0 auto;
	position: relative;
	background-image: url(../images/loading.gif);
	background-position: center;
	background-repeat: no-repeat;
}
#banner .img {
	white-space: nowrap;
	position: absolute;
width:100%;
}
#banner .img img {
	vertical-align: top;
}
.banner_shadow {
	display: none;
	width: 100%;
}
#banner #banner_control{
	position: absolute;
	width: 100%;
	z-index: 200;
	text-align: center;
	bottom: 10px;
	left: 0;
}
#banner #banner_control span{cursor: pointer;padding: 0 5px;}
#banner #banner_control span img:nth-child(2){display: none;}
#banner #banner_control span img:nth-child(1){display: inline-block;}
#banner #banner_control span:hover img:nth-child(1),#banner #banner_control span.now img:nth-child(1){display: none;}
#banner #banner_control span:hover img:nth-child(2),#banner #banner_control span.now img:nth-child(2){display: inline-block;}
/** Body 部分 **/
.h01 {
	display: none;
	position: relative;
	margin-bottom: 10px;
}
.h01 b {
	
	position: absolute;
	top: 2px;
	left: 0;
	padding: 0;
	margin: 0;
}

.body_content {
	width: 78%;
	width: calc(100% - 190px);
	float: right;
}
/**左邊最新消息列表**/
#left_news {
	display: inline-block;
	width: 21.5%;
margin-right: 2%;
	padding-right: 0;
	height: 320px;
	background: url(../admin/picture/images/12.png) no-repeat #fff;
	background-size: 90%;
	border: none;
	position: relative;
 overflow: hidden;
}
#left_news .line {
	top: 0;
	left: 0;
	width: 1px;
	height: 25px;
	background: #E9CB57;
	position: absolute;
}
#left_news .more{
	position: absolute;
	top: 6.1%;
    right: 14%;
	font-size: 12px;
	color: #fff;
	background: transparent none repeat scroll 0 0;
    border: 1px solid;
    border-radius: 15px;
	display: inline-block;
	    padding: 0px 5px 2px 5px;}
#left_news .more:hover{
	}
#news_title {
	margin: 0 auto;
	display: block;
}
#left_news .line2 {
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 20px 20px 0;
	border-color: transparent #1a7b2d transparent transparent;
 display: none;
}
#left_news a span{
	 color: #ff6c00;
    display: block;
    font-family: "微軟正黑體";
    font-size: 14px;
    font-weight: bold;}
#left_news a {
    border-bottom: 1px solid #c7c7c7;
    color: #666666;
    display: block;
    font-size: 13px;
    line-height: 18px;
    overflow: hidden;
    padding: 10px 0 10px 9px;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#left_news a:hover{
background:#f9df97;
}
#left_news .more{
right: 2%;
    top: 6px;
}
#left_news .more:hover{
background:transparent;
opacity:0.5;
}
/**左邊產品分類列表**/
.product_menu{
display:none;
}
.product_menu ul {
	padding: 0;
	margin: 0;
	border: 0;
	list-style: none;
	text-align: center;
}
.product_menu ul li {
	padding: 0;
	margin: 0 0.5%;
	border: 0;
	list-style: none;
	width: 19%;
    margin-right: 0.5%;
	margin-bottom: 1%;
	font-size: 0.9em;
	font-family: "新細明體";
	float: left;
	background: url(../images/bg2.jpg);
}
.product_menu ul li:last-child{
	margin-right: 0;
	}
.product_menu ul li a {
	padding: 3% 0px;
	display: inline-block;
	line-height:20px;
	color: #fff;
	text-decoration: none;
}
.product_menu ul li b {
	margin-right: 10px;
	transform: rotate(45deg);
	width: 5px;
	height: 5px;
	background: #B73682;
	display: none;
}
.product_menu ul li a:hover {
	color: #C99065;
}
.product_menu ul:after{
	content: '';
	display: block;
	clear: both;}
#body {
}
.body_home_title {
	width: 100%;
	padding: 10px 0;
	margin-bottom: 5px;
}
/** QR code **/
.qr {
	float: left;
	display: inline-block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #E8E8E8;
	padding: 10px 20px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #e7e7e7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e7e7e7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #e7e7e7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, #e7e7e7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #e7e7e7 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%, #e7e7e7 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e7e7e7', GradientType=0 ); /* IE6-9 */
}
/** **/
.body_title .h01 {
	position: relative;
	margin-bottom: 10px;
}
.body_title .h01 b {
	position: absolute;
	top: 2px;
	left: 0;
	padding: 0;
	margin: 0;
}
.page_content {
	width: 100%;
}
h1, h1 a {
	color: #ccc;
	font-size: 12px;
	padding: 0;
	margin: 0;
}
/** 上下篇文章 **/
.prev_page_link {
	  background-color: #a4c279;
    color: #fff;
    float: left;
    font-size: 13px;
    padding: 0 5px;
    text-align: left;
}
.prev_page_link a {
	text-decoration: none;
color:#E1EDFA;
}
.next_page_link {
	  background-color: #a4c279;
    color: #fff;
    float: right;
    font-size: 13px;
    padding: 0 5px;
    text-align: left;
}
.next_page_link a {
	text-decoration: none;
color:#E1EDFA;
}
.prev_page_link a:hover, .next_page_link a:hover {
	color: #406619;
}
/** Foot 部分 **/
#foot {
	width: 100%;
	min-height: 50px;
	padding: 0;
	margin: 0;
}
#hot_title {
	cursor: pointer;
	color: #ccc;
	font-size: 13px;
}
#im_link {
	display: none;
	font-size: 12px;
}
#im_link a {
	text-decoration: none;
	color: #ccc;
}
#im_link a:hover {
	color: #DC64B0;
}
/** 表單轉信 **/
.trans_red {
	color: #f00;
}
.trans_input {
	width: 90%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #CCCCCC;
	border: 1px #999 solid;
}

																																																																																																																																				