/* CSS Document */

* {
  font-family: "微軟正黑體";
}
img{
  max-width: 100%;
  height: auto;}
body {
  padding: 0;
  margin: 0;
  background:url(../admin/picture/images/2.png) repeat-x;
}
#content {
    height: 100%;
    width: 100%;
    box-sizing: border-box;
}
/** Head éƒ¨åˆ† **/
#head {
    position: relative;
    padding: 0 2%;
    max-width: 1400px;
    margin: 0 auto;
    box-sizing: border-box;
    width: 100%;
}
#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: 0;
    width: 200px;
    display: inline-block;
    margin-top: 10px;
}
div#head_logo img {
    max-width: 250px;
}
#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{
        margin: 0;
        text-align: right;
}
#button a {
  color: #036eb6;
  font-weight: normal;
  text-decoration: none;
  padding: 20px 30px;
  font-size: 15px;
  display: inline-block;
  margin: 0;
  letter-spacing: 1px;
  vertical-align: middle;
}
#button a {
  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;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#button a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
#button a:hover, #button a:focus, #button a:active {
  color: white;
}
#button a:hover:before, #button a:focus:before, #button a:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

/*hover*/
#button ul{
   list-style: none;
  
}
#button .topBtn{
   display:inline-block;
   position: relative;
   padding: 0;
   margin: 0;
   vertical-align: middle;
   text-align: center;
}
#button .topBtn p{
  margin: 0;
  display:inline-block;
  vertical-align: middle;
  text-align: left;
}
#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;
   background: #2098d1;
}
#button .subBtn a{
    text-align: center;
    background: #2098d1;
    color: #fff;
    display: block;
    margin: 0;
    padding: 10px;
    border-bottom: 1px dashed #666;
    font-size:14px;
}
#button .subBtn a {
  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;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#button .subBtn a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e1f7fb;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
#button .subBtn a:hover, #button .subBtn a:focus, #button .subBtn a:active {
  color: #0b95c2;
}
#button .subBtn a:hover:before, #button .subBtn a:focus:before, #button .subBtn a:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
#button .topBtn .subBtn a{
  padding:10px;
  display: block;
}
#button .subBtn a:last-child{
    border: none;
   }/*è³¼ç‰©è»Šæ–¹å¡Š*/
#cart_run{
    position: fixed;
    text-align: center;
    right: 5px;
    top: 20%;
    width: 25px;
    border: 1px solid #333;
    z-index: 999;
    background: #fff;
    padding: 0px;
}
#cart_run_title{
    text-decoration: none;
    color: #ccc;
    text-align: center;
    display: block;
    padding: 5px 0;
    background-color: #333;
}
#cart_run p {
    padding: 5px 00;
    margin: 0;
}
#cart_num{
    display: block;
    font-weight: bold;
    font-size: 1em;
}
/** 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;
}
#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 {
      max-width: 1400px;
    margin: 0 auto;
    height: auto;
    position: relative;
    padding: 40px 2% 50px;
    box-sizing: border-box;
width:100%;
}
#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;
  display: block;
  padding: 10px 0 20px;
}
#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: #666666;
    font-size: 15px;
}
#left_news a {
        text-decoration: none;
    color: #666;
    font-size: 13px;
    display: block;
    margin: 0;
    line-height: 18px;
    border-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 50%;
    display: inline-block;
    vertical-align: top;
    padding: 15px;
    box-sizing: border-box;
}
#left_news .more{top:4%;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 {
      float: left;
        text-align: center;
    color: #666;
    width: 50%;
    margin-bottom: 15px;
    font-size: 14px;
}
.prev_page_link a {
  text-decoration: underline;
color: #666;
}
.next_page_link {
  float: right;
  
      text-align: center;
  color: #666;
width: 50%;
    margin-bottom: 15px;
    font-size: 14px;
}
.next_page_link a {
  text-decoration: underline;
color: #666;
}
.prev_page_link a:hover, .next_page_link a:hover {
  color: #39acf9;
}
/** Foot éƒ¨åˆ† **/
#foot {
  width: 100%;
  min-height: 50px;
  padding: 0;
  margin: 0;
}
#hot_title {
  cursor: pointer;
  color: #ccc;
  font-size: 13px;
float: left;
}
#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;
}

#webgotop {
  display: none;
    position: fixed;
    right: 3%;
    bottom: 20px;
    text-align: center;
    background: rgba(0, 0, 0, 0.6);
    z-index: 999;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
}
#webgotop > a {
  display:block;
  width:20px;
  height:20px;
    padding: 15px;
  background:url('http://www.starera.com.tw/images/a.png') no-repeat center;
}
/*------------------------*/
div#head_out {
    background-color: #dff2ff;
}
div#button_out {
    width: calc(100% - 205px);
    display: inline-block;
    vertical-align: top;
}
ul.topBtn em {
    font-style: normal;
}
ul.topBtn b {
    display: block;
font-weight:500;
}
.news_home_unit {
    width: 48%;
    display: inline-block;
    height:220px;
    overflow:hidden;
  box-shadow:0 0 3px #999;
}
.news_home_unit:last-child {
    margin-left: 2%;
}
.news_home_img {
    width: 48%;
    display: inline-block;
}
.news_home_title {
    color: #446491;
    font-size: 19px;
    margin: 10px 0;
}
.news_home_context {
    height: 50px;
    line-height: 20px;
    letter-spacing: 1px;
}
div#foot h1 {
    margin-top: -16px;
    position: relative;
    z-index: 100;
clear: both;
}
.fb_share {
    display: none;
}
ul.topBtn i img {
    width: 35px;
    margin-right: 5px;
    vertical-align: middle;
}
#button .topBtn_close a {
    padding:18px 20px;
}
#button .topBtn_close a i img {
    top: 0
}			