@import "news.css";
@import "products.css";

.banner img{
  margin: 0 auto;
}
.banner {
    height: auto;
    background: none;
}

.banner .item {
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: auto 100%;
    height: auto;
}

.main-content {
    padding: 0px;
    max-width: inherit;
    border: none;
    margin-bottom: 0;
    background: transparent;
}

.sect1{
  width: 100%;
  height: auto;
  background: url(../images/index/about_bg.jpg) no-repeat center bottom;
  padding-bottom: 55px;
  position: relative;
}
.sect1:before{
  content: '';
  display: block;
  width: 50%;
  height: 309px;
  background: rgba(255,255,255,0.7);
  position: absolute;
  left: 0;
  bottom: 55px;
}

.news-sect{
  position: relative;
  top:-80px;
  margin-bottom: 120px;
}
.news-list .item{
  width: 20%;
}


.about-sect{
    height: 309px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
    color: #585755;
    position: relative;
    width: 50%;
    padding: 35px 0;
    padding-right: 50px;
}


.about-sect .editor{
    margin: 0 0 0 80px;
}
.pro-sect .sect-title ,
.about-sect .sect-title {
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    border: #68a0d3 solid 1px;
    /*background: url(../images/index/about_more_bg.png) no-repeat ;*/
    position: relative;
    float: left;
    margin: 0px 0 0 0;
    letter-spacing: 5px;
    font-family: 'PMingLiU','新細明體';
    font-weight: bold;
    width: 48px;
    box-sizing: border-box;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.pro-sect .sect-title{
  border-color: #8Dc21f;
  background: #FFF;
}
.pro-sect .sect-title {
  height: 190px;
}
.pro-sect .sect-title,
.about-sect .sect-title{
    position: absolute;
    left: 14px;
    top: 0;
}
.about-sect .sect-title{
  top:40px;
  left:0;
}
.pro-sect .sect-title span,
.about-sect .sect-title span{
    display: block;
    padding: 15px 6px 60px;
    color: #0061a9;
    font-size: 20px;
}
.pro-sect .sect-title span{
  color: #8CC11f;
}

.pro-sect .sect-title span .ic,
.about-sect .sect-title span .ic{
    background: url('../images/index/about_plus.png') no-repeat 0 0%;
    width: 50px;
    height: 50px;
    text-indent: -9999999px;
    position: absolute;
    bottom: -5px;
    right: 0;
    left: 0px;
    margin: 0 auto;
    color: #000;
    line-height: 45px;
    text-align: center;
}
.pro-sect .sect-title span .ic{
  background: url('../images/index/products_plus.png') no-repeat 0 0;
}
.pro-sect .sect-title a:hover span .ic,
.about-sect .sect-title a:hover span .ic{
    background-position: 0 100%;
}

.index-service-title{
  font-size: 28px;
  letter-spacing: 3px;
  margin-bottom: 20px;
  color: #979285;
}
.index-service-title span{
  color: #A56B10;
}
.bg-wrap:after{
  z-index: -1;
}
.pro-sect{
  padding: 110px 0 70px;
  box-sizing: border-box;
  position: relative;
  z-index: 4;
}

.product-list{
  margin-left: 60px;
}
.product-list li a {
  max-width: 280px;
}
.links-sect{
  padding: 35px 0 100px;
  box-sizing: border-box;
  position: relative;
  background: url(../images/index/links_bg.jpg) no-repeat  100% 0;
}
.btn.links-more{
  display: block;
  width: 108px;
  height: 100px;
  text-align: center;
  color: #7C695C;
  font-size: 18px;
  font-weight: bold;
  box-sizing: border-box;
  padding-top: 10px;
  background: url(../images/index/links_more.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 35px;
}
.btn.links-more:hover{
  background-position: 0 100%;
  color: #A7701D;
}
.links-list{
  margin-right: 160px;
}
.links-list li a .pic{
  border: solid 1px transparent;
}
.links-list li a:hover .pic{
  border-color: #c4bfae;
}

@media screen and (max-width: 1440px){
  .main-content{width: 100%;}
}
@media screen and (max-width: 1300px) {
    .sect1:before{
      width: 70%;
    }
    .about-sect{
      width: 70%;
    }
}

@media screen and (max-width: 1000px) {
    .about-sect{
        height: 360px;
    }
    .sect1:before{
      height: 360px;
    }
    .news-sect{
      top:-40px;
    }
    .news-list .item{
      width: 33.3333%;
    }
    .site-header{
      position: relative;
      overflow: hidden;
    }
    .product-list li{width: 50%;}

}
@media screen and (max-width: 767px){
  .about-sect .col{
      float: none;
      width: 100%;
      display: block;
      text-align: center;
      padding-top: 10px;
  }
  .about-sect .col1{
      margin: 3% 0 0 0;
  }
  .about-sect{
    padding: 15px;
  }

  .news-list .item{
    width: 50%;
  }
  .product-list{
    margin: 0 auto;
  }


  .pro-sect{
    padding: 40px 0;
  }
  .pro-sect .sect-title{
      -webkit-writing-mode: horizontal-tb;
      writing-mode: horizontal-tb;
      float: none;
      padding: 1px;
      text-align: center;
      position: relative;
      margin-bottom: 20px;
      width: 100%;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
  }
  .pro-sect .sect-title span{
      padding: 0px 40px 0px 10px;
      line-height: 42px;
  }
  .pro-sect .sect-title{
      left: 0px;
      height: auto;
      ppadding: 3px 0;
  }
  .pro-sect .editor{
      margin: 10px 0 0 0px;
  }
  .pro-sect .sect-title span .ic{
    margin: 0;
    left: inherit;
    right: -3px;
    bottom: -2px;
  }
  .sect1:before{display: none;}
  .news-sect{margin-bottom: 50px;}
  .about-sect{
    background: rgba(255,255,255,0.7);
    width: 100%;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .about-sect .sect-title{left:20px;}
}

@media screen and (max-width: 520px){
  .about-sect .sect-title{
      -webkit-writing-mode: horizontal-tb;
      writing-mode: horizontal-tb;
      float: none;
      padding: 1px;
      text-align: center;
      position: relative;
      width: 100%;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
  }
  .about-sect .sect-title span{
      padding: 0px 40px 0px 10px;
      line-height: 42px;
  }
  .about-sect .sect-title{
      left: 0px;
      top:-10px;
  }
  .about-sect .editor{
      margin: 0px 0 0 0px;
  }
  .about-sect .sect-title span .ic{
    margin: 0;
    left: inherit;
    right: -3px;
    top:-4px;
  }
  .index-service-title span{display: block;}
  .product-list li{width: 100%;}
}
@media screen and (max-width: 480px){
  .news-sect{
    top:-0px;
  }
  .news-list .item{
    width: 100%;
  }
}
