.banner {
    margin-bottom: 40px;
}

.sect1 {
    padding: 10px 0px;
    text-align: center;
}
.sect4{
  background: url(../images/index/album_bg.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  z-index: 10;
  padding-top: 20px;
}
.sect3{
  position: relative;
  top:-20px;
  padding-top: 50px;
}
.products-list.type1 {
    margin: 0 -30px;
}
.products-list .box {
  max-width: 320px;
}

.products-sect .sect-title {
    padding:  40px 0 20px 0;
    display: block;
    position: relative;
    background: url(../images/main_line.png) repeat-x center top;
}

.service-sect .sect-title span:before ,
.album-sect .sect-title span:before ,
.products-sect .sect-title span:before{
  content: '\e919';
  font-size: 35px;
  position: absolute;
  left: -55px;
  top: 5px;
  color: #58b6b3;
  font-family: 'icon-font-3' !important;
}
.service-sect .sect-title span:after ,
.album-sect .sect-title span:after ,
.products-sect .sect-title span:after{
  content: '\e919';
  font-size: 35px;
  position: absolute;
  right: -55px;
  top: 5px;
  color: #58b6b3;
  font-family: 'icon-font-3' !important;
}
.service-sect .sect-title span,
.album-sect .sect-title span,
.products-sect .sect-title span{
    font-family: 'Josefin Sans', sans-serif;
    font-size: 23px;
    color:#444536;
    font-weight: bold;
    position: relative;
    line-height: normal;
}

.service-sect .sect-title .second_txt,
.album-sect .sect-title .second_txt,
.products-sect .sect-title .second_txt{
    color: #aaa;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 15px;
}
.service-sect .sect-title .second_txt{
  color: #8E5F40;
}
.album-sect .btn.more,
.products-sect .btn.more {
    line-height: 25px;
    color: #fff;
    font-size: 13px;
    margin-bottom: 4px;
    width: 100%;
    position: relative;
    margin-top: 40px;
    border-bottom: dotted 1px #000;
}
.album-sect .btn.more{
  border-bottom: none;
}
.news-sect .btn.more span,
.album-sect .btn.more span,
.products-sect .btn.more span{
    background: url(../images/index/products_more.png) no-repeat;
    width: 50px;
    height: 59px;
    position: absolute;
    top: -27px;
    box-sizing: border-box;
    padding-top: 16px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.news-sect .btn.more :before,
.album-sect .btn.more :before,
.products-sect .btn.more :before,{
    content: " ";
    display: block;
    width: 100%;
    height: 3px;
    border-bottom: dotted 1px #000;

    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
}
.news-sect .btn.more span:hover,
.album-sect .btn.more span:hover,
.products-sect .btn.more span:hover {
  background-position: 0 100%;
}
.products-sect .slick-dots {
    position: absolute;
    right: 30px;
    top: -70px;
}
.products-sect .slick-dots li button {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    padding: 0;
    border: 0;
    width: 10px;
    height: 10px;
    background: #B8B9AA;
    opacity: 1;
    border-radius: 0;
    border-radius: 100%;
    margin: 0 5px;
}
.products-sect .slick-dots li.slick-active button {
    background: #70AC92;
}



.sect2 {
    padding: 40px 0;
}
.sect2 .row .col {
    float: left;
    width: 50%;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.about-sect {
    display: block;
    margin: 0 auto;
    background: #59b7b4;
    padding: 60px 50px 0;
    position: relative;
}
.about-sect:hover {
    opacity: 0.8;
}
.index-about-page{
  background: #fff;
  box-sizing: border-box;
  padding: 25px 20px;
}

.about-sect .index-about-txt{
    background: #fff;
    padding: 0px 15px;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 220px;
    overflow: hidden;
    border: 20px solid #fff;
    margin: 20px 0;
}
.about-sect .sect-title {
  color: #fff;
  font-size: 23px;
  font-family: 'Lato', sans-serif;
  line-height: normal;
  margin-top: 0;
  margin-bottom: 15px;
}
.about-sect .sect-title span{
    font-size: 32px;
}
.about-sect .more-box{
  background: #000;
  text-align: right;
  box-sizing: border-box;
  padding: 15px 20px;
}
.about-sect .more-box .more{
  color: #fff;
  font-size: 12px;
  position: relative;
}
.about-sect:hover .more-box .more{
  color: #59b7b4;
}
.about-sect .more-box .more i{
  display: inline-block;
  background: url(../images/index/more.png) no-repeat;
  width: 24px;
  height: 24px;
  left:-30px;
  position: absolute;

}
.about-sect:hover .more-box .more i{
  background-position: 0 100%;
}
.news-sect .ibtn.more {
  line-height: 25px;
  color: #fff;
  font-size: 13px;
  margin-bottom: 4px;
  width: 100%;
  position: relative;
  margin-top: 10px;
  border-bottom: dotted 1px #000;
  text-indent: inherit;
  text-align: center;
  overflow: visible;
}
.news-sect .ibtn.more span{
  background: url(../images/index/products_more.png) no-repeat;
  width: 50px;
  height: 59px;
  position: absolute;
  top: -2px;
  box-sizing: border-box;
  padding-top: 16px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.news-list .box{
  margin-bottom: 25px;
}
.news-sect .ibtn.more:hover span{
    background-position: 0 100%;
}
.news-list {
    margin: 0 -6px;
}
.news-list .item {
    width: 50%;
    padding: 0 6px;
}

.sect3 .container .row{
    border-top: none;
    padding: 20px 0 0 0;
}
.album-list,
.service-list{
    text-align: center;
    max-width: 1300px;
    margin: 0  auto;
}
.service-sect .sect-title ,
.album-sect .sect-title {
    padding:  20px 0 40px 0;
    display: block;
}
.album-list .name {
    display: none;
}
.album-list .box::before{
  bottom:0;
}
.album-list .box:hover{

}
.sect5{
    background: url('../images/sect5bg.jpg') no-repeat center top ;
    margin: 50px auto;
}
.album-sect,
.service-sect  {
    text-align: center;
    margin: 20px auto;
}
.service-list {
    background:none;
    padding: 0 0;
}
.service-list .box {
    margin: 0px auto 40px;
}
.service-list .description {
    letter-spacing: 0;
    max-height:68px;
    min-height:68px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding: 0 30px;
    margin: 10px 0 0 0 ;
    text-align: left;
    color: #444;
    font-size: 14px;
}
.service-sect .btn.more {
    line-height: 18px;
    color: #fff;
    font-size: 12px;
    margin-bottom: 4px;
    border-top:1px solid #DBDCD3;
    width: 100%;
    position: relative;
    top: 10px;
}
.service-sect .rmore{
    border: 2px solid #ACD2CD;
    color: #59A599;
    border-radius: 20px;
    margin: 30px auto 20px;
    padding: 5px 10px;
    text-align: center;
}
.service-sect .rmore i{
    transform: rotate(90deg);
}
.service-sect .rmore i:before{
    left: 2px;
    position: relative;
}
.service-list .description {
    letter-spacing: 0;
    max-height:75px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding: 0 30px;
    margin: 10px 0 0 0 ;
    text-align: left;
}


.products-list.type1 {
    margin: 0 -25px;
}
.products-list.type1 .item {
    width: 25%;
    padding: 0 25px;
}
/*.products-list.type1 .item:nth-child(4n+1) {
    clear: left;
}*/
.products-list.type2 {
    margin: 0 -18px;
}
.products-list.type2 .item {
    width: 20%;
    padding: 0 18px;

}

.products-list .box {
    max-width: 320px;
    margin: 30px auto 30px;
    position: relative;
    text-align: left;
}
.products-list .box.new .pic-box:before {
    content: '';
    display: block;
    background: url('../images/products/hot.png') no-repeat;
    width:44px;
    height: 49px;
    position: absolute;
    z-index: 15;
    left: 10px;
    top: -15px;
}
.products-list .pic {
    display: block;
    position: relative;
    overflow: hidden;
}

.products-list .box:hover .pic {
    transition: all .3s;
    opacity: 0.5;
}
.products-list .pic-box .btn {
    background: #5AA59A;
    width: 32px;
    height: 32px;
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0;
}
.products-list .pic-box .btn:hover {
    background: #B8B9AA;
}
.products-list .txt {
    padding-top: 10px;
}
.products-list .name {
    color: #222;
    font-size: 17px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 25px;
    max-height: 25px;
    position: relative;
    margin:0 0 10px 0;
    padding: 0 0 15px 0;
}
.products-list .name:after {
    content: '';
    width: 57px;
    height: 1px;
    background: #666;
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: 15;
}
.products-list .box:hover .name {
    color: #46a19f;
}
.products-list .description {
  letter-spacing: 0;
  max-height:68px;
  min-height:68px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding: 0 ;
  margin: 10px 0 10px 0 ;
  text-align: left;
  color: #444;
  font-size: 14px;
}


.products-list .more{
    margin: 5px 0;
    font-size: 12px;
    color: #000;
    font-family: 'Open Sans', sans-serif;
}
.products-list .more i{
  display: inline-block;
  background: url(../images/products/more.png) no-repeat;
  width: 27px;
  height: 27px;
  margin-right: 5px;
  position: relative;
  top: 7px;
}

.products-list .box:hover .more{
  text-decoration: underline;
}
.products-list .box:hover .more i{
  background-position: 0 100%;
}

@media screen and (max-width: 1440px) {
    .products-list.type1 {
        margin: 0 0px;
    }
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1000px) {
  .products-list.type1 {
    margin: 0;
  }
  .products-list.type1 .item {
      width: 50%;
      padding: 0 15px;
  }
  /*.products-list.type1 .item:nth-child(4n+1) {
      clear: none;
  }
  .products-list.type1 .item:nth-child(2n+1) {
      clear: left;
  }*/
    .sect2 .row .col{
        width: 100%;
    }
    .news-sect{
        margin: 30px 0 0 0;
    }
    .products-sect .slick-dots {
        position: absolute;
        width: 100%;
        text-align: center;
        top: -5px;
        left: 0;
    }
    .sect5{
        background-repeat: repeat;
    }
}
@media screen and (max-width: 767px) {
    .banner button.slick-arrow{
      top:35%;
    }
    .banner{margin-bottom: 0;}
}
@media screen and (max-width: 520px) {
    .products-list .item,
    .news-list .item {
        width: 100%;
    }
    .about-sect {
        padding: 30px 20px;
    }
    .service-list .item {
        width: 100%;
    }
    .products-list.type1 .item {
        width: 100%;
    }
    .sect2 .row .col{
      padding: 0;
    }
}
@media screen and (max-width: 480px) {

}
@media screen and (max-width: 400px) {

}
