/* CSS Document */

* {
  font-family: "微軟正黑體";
}

*:link,
*:visited,
*:hover,
*:active,
*:focus,
* {
  -o-transition: all .10s linear;
  -webkit-transition: all .10s linear;
  -moz-transition: all .10s linear;
  transition: all .10s linear;
}

img {
  max-width: 100%;
  height: auto;
}

body {
  padding: 0;
  margin: 0;
  background: url(../admin/file_manage/file/532838286ec5a9cb74b5eee19a476d81c5fee22e.png) no-repeat center top;
}



/** Head 部分 **/
#head_out{
-webkit-box-shadow: 0px 8px 15px -5px rgba(0,0,0,0.16);

-moz-box-shadow: 0px 8px 15px -5px rgba(0,0,0,0.16);

box-shadow: 0px 8px 15px -5px rgba(0,0,0,0.16);
position: relative;
    z-index: 999;
}
#head {
      width: 1400px;
    margin: 0 auto;
  position: relative;
}
.art_lang{
	position: absolute;
    color: #666;
    top: 25px;
    font-size: 12px;
    right: 0;
	}
.art_lang a{
	color: #666;
	border-right: #ccc solid 1px;
	text-decoration: none;
	margin-right: 10px;
	padding-right: 10px;
	}
.art_lang a:hover{
	opacity:0.8;}

#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 {
  text-align: left;
    padding: 30px 0;
    width: 21%;
    vertical-align: bottom;
    display: inline-block;
}

#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 {
  width: 68%;
    display: inline-block;
    vertical-align: bottom;
    text-align: right;
}

#button > a {
  
 color: #656565;
    text-decoration: none;
    padding: 10px 0;
    text-align: center;
    font-size: 15px;
    display: inline-block;
    position: relative;
    width: 12%;
    border-bottom: #fff 2px solid;
}

#button > a:hover {
  color: #CC0000;
    border-bottom: 2px solid #CC0000;
}

#button > span {
display: none;
  font-size: 12px;
  color: #ccc;
}

#button b {
  position: absolute;
    color:#CC0000;
    background: #fff;
    top: calc(50% - 10px);
    left: 0;
    width: 100%;
    text-align: center;
    opacity: 0;
}

#button a:hover b {
  opacity: 1;
}


/*購物車方塊*/

#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_out {
    position: relative;
z-index: 0;
}
#banner {

  
  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;
}

#banner .img img {
  vertical-align: top;
}

.banner_shadow {
  display: none;
  width: 100%;
}

#banner #banner_control {
display: none;
  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 部分 **/
.body_title .h01,.trans .h01{
display: none;
}
.news .h01 {
  
 text-align: center;
  margin-bottom: 35px;
    background: url(http://fivenet5000.com/c_20151110_37/admin/file_manage/file/473afdcf7f55d81beddc40af81c89d6921bf8780.jpg) center;
    padding: 130px 0;
}

.prodcut .h01{

    text-align: left;
    padding: 0 0 10px 0;
    border-bottom: #333333 1px solid;
    margin-bottom: 35px;

}
.h01 {
  
  position: relative;
  margin-bottom: 10px;
}

.h01 b {
display: none;
  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: 22%;
  margin-right: 2%;
  padding-right: 25px;
  height: 500px;
  background: url(../admin/picture/images/12.png) no-repeat #fff;
  background-size: 90%;
  border: 1px solid #EFEFEF;
  position: relative;
}

#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: #ccc;
  display: inline-block;
  padding: 0px 5px 2px 5px;
}

#left_news .more:hover {
  background: #999;
}

#news_title {
  margin: 0 auto;
  margin-bottom: 10px;
  margin-top: 10px;
  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;
}

#left_news a span {
  display: block;
  color: #C44871;
}

#left_news a {
  text-decoration: none;
  color: #666;
  padding-left: 20px;
  font-size: 13px;
  display: block;
  margin: 0 20px;
  line-height: 18px;
  border-bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 25px;
}

#left_news .more {
  top: 4%;
}

/**首頁產品**/
#pd_home {
-webkit-box-shadow: 0 5px 40px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 5px 40px rgba(0,0,0,0.2);
    /* box-shadow: 0 5px 40px rgba(0,0,0,0.2); */
    width: 100%;
    margin-top: -220px;
    z-index: 999;
    position: absolute;
    padding: 27px 0;
    background: rgba(0,0,0,0.3);
}
.prodcut_home {
    width: 1400px;
    margin: 0 auto;
}
.prodcut_home ul {
   padding: 0;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    width: 74%;
    text-align: right;
}
.prodcut_home ul li{
        width: 160px;
    outline: 1px solid rgba(0,0,0,0.25);
    border: 3px solid rgba(255, 255, 255, 0);
    position: relative;
    margin-left: 25px;
    display: inline-block;
    vertical-align: top;
}
.prodcut_home ul li:hover{
-webkit-box-shadow: 0 3px 35px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 3px 35px rgba(0,0,0,0.5);
    box-shadow: 0 3px 35px rgba(0,0,0,0.5);
}
.prodcut_home ul li b{

}
.prodcut_home ul li p{
     
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0;
    margin: 0;
    background: url(http://fivenet5000.com/c_20151110_37/admin/file_manage/file/a42fc68bdbebc052305a9be46711f01a5f6d7f48.png) bottom repeat-x;
    color: #fff;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
    padding: 42px 0 10px 0;
    text-align: center;
    font-size: 13px;
   
}
.prodcut_home ul li p:before{
content: '';
    width: 7px;
    height: 8px;
    position: absolute;
    background: url(http://fivenet5000.com/c_20151110_37/admin/file_manage/file/aa1ee8d8c741192b96ab2f1d4761ca4d821d7cee.png) no-repeat;
    bottom: 13px;
    left: 12px;
}
.art_product_part{
width: 350px;
    display: inline-block;
    vertical-align: middle;
}
.art_product_part p{
	padding: 0;
	margin: 0;
	
	}
.art_product_part .p01{
	font-family:Calibri;
	color: #fff;
	font-size: 50px;
	font-weight: 900;
	margin-bottom: 10px;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
	}
.art_product_part .p02{
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
    font-size: 13px;
    line-height: 22px;
    color: #fff;
    margin-bottom: 15px;
	}
.art_product_part .p02 b{
display: inline-block;
    margin-right: 15px;
    font-weight: normal;
position: relative;
   
}

.art_product_part .more{
	background:#000;
	font-size: 12px;
	line-height: 30px;
	color: #fff;
	padding: 0 30px 0 15px;
	font-family:Calibri;
	display: inline-block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	position: relative;
	}
.art_product_part .more:before{
	content:'';
	background:url(http://fivenet5000.com/c_20151110_37/admin/file_manage/file/aa1ee8d8c741192b96ab2f1d4761ca4d821d7cee.png) no-repeat center right;
	width: 7px;
	height: 8px;
	position: absolute;
	bottom: 10px;
    right: 15px;
	}
.art_product_part .more a{
color: #fff;
text-decoration: none;
}
.art_product_part .more:hover{
	opacity:0.8;}
#logo_qr {
    width: 100px;
    display: inline-block;
    margin: 5px;
}
#logo_qr a{
	display:none
}
#logo_qr > img {
    width: 100%;
}

/**左邊產品分類列表**/

.product_menu ul {
  padding: 0;
  margin: 4px 10px;
  
  list-style: none;
  text-align: center;
}

.product_menu ul li {
border-radius: 4px;
  padding: 0 0 0 20px;
    margin: 0;
    border: 0;
    background: url(http://fivenet5000.com/c_20151110_37/admin/file_manage/file/aa1ee8d8c741192b96ab2f1d4761ca4d821d7cee.png) no-repeat left center;
    list-style: none;
    
    text-align: left;  
}
.product_menu ul li:hover{
background: #CC0000 url(http://fivenet5000.com/c_20151110_37/admin/file_manage/file/e2165fe746f247f964f6948e4f58a8a9fcee32f4.png) no-repeat 10px center;
   

}
.product_menu ul li:hover a{
 color: #fff;
}
.product_menu ul li:last-child {
  margin-right: 0;
}

.product_menu ul li a {
  padding: 0px;
  display: inline-block;
  line-height: 30px;
  color: #333;
font-size:13px;
  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: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 br{
display:none;
}
.page_content {
  width: 100%;
}

h1,
h1 a {
  color: #ccc;
    text-decoration: none;
    font-size: 12px;
    padding: 0;
    margin: 0;
    position: absolute;
    display: block;
    width: 100%;
    bottom: 0;
}


/** 上下篇文章 **/

.prev_page_link {
  float: left;
    text-align: left;
    color: #666;
    font-size: 12px;
    margin: 35px 0 35px 2%;
}

.prev_page_link a {
  text-decoration: none;
    color: #CC0000;
}

.next_page_link {
  float: right;
  text-align: right;
  color: #666;
  font-size: 12px;
    margin: 35px 2% 35px  0;

}

.next_page_link a {
  text-decoration: none;
    color: #CC0000;
}

.prev_page_link a:hover,
.next_page_link a:hover {
  color: #333;
}


/** Foot 部分 **/

#foot {
  width: 100%;
  min-height: 50px;
  padding: 0;
  margin: 0;
position: relative;
}

#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;
}
.fb_share {
    display: none;
}																																																																																																																																																																																																																																																																																																																																				