.banner {
    margin-bottom: 70px;
}

.sect1 {

    padding: 0px 0px 45px;
    text-align: center;
    background: url(../images/content_bg.jpg) repeat;
}
.sect1 .ibtn.more{
  width: 54px;
  height: 54px;
  display: inline-block;
  background: url(../images/index/more.png) no-repeat;
}
.sect1 .ibtn.more:hover{
  background-position: 0 100%;
}

.products-list .name{
  font-size: 16px;
  color: #1f1a17;
  border-bottom: none;
  position: relative;
  padding: 10px 0;
  text-align: left;
}
.products-list .txt{
  padding-top: 0;
}
.products-list .name:after {
    content: '';
    width: 60px;
    height: 4px;
    background: #01bf9b;
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: 15;
}
.products-list .pic:after {
    content: '';
    display: block;
    background: url(../images/index/hover.png) no-repeat;
    width:60px;
    height: 60px;
    position: absolute;
    z-index: 15;
    left: 0;
    top: 0px;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    transition: all 0.3s;
}
.products-list .box:hover .pic:after {
  opacity: 1;
}

.index-more {
  width: 160px;
  height: 41px;
  line-height: 35px;
  border:#ffd26d 4px solid;
  box-sizing: border-box;
  padding: 0 10px;
  margin-top: 25px;
  font-weight: bold;
  font-family: 'Josefin Sans', sans-serif;

}
.index-more .ic-a{
  width: 18px;
  height: 17px;
  background: url(../images/guides/icon.png) no-repeat;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top:3px;
}

.products-sect .sect-title {
    position: relative;
    top:-25px;

}
.service-sect .sect-title span:before ,
.album-sect .sect-title span:before ,
.products-sect .sect-title span:before{
    content: '\e910';
    font-size: 15px;
    position: absolute;
    left: -30px;
    top: 23px;
    color: #70AC92;
    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: '\e911';
    font-size: 15px;
    position: absolute;
    right: -30px;
    top: 23px;
    color: #70AC92;
    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;
}
.service-sect .sect-title .second_txt
.album-sect .sect-title .second_txt
.products-sect .sect-title .second_txt{
    color: #79796A;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 18px;
}
.album-sect .btn.more,
.products-sect .btn.more {
    line-height: 18px;
    color: #fff;
    font-size: 12px;
    margin-bottom: 4px;
    border-top:1px solid #DBDCD3;
    width: 100%;
    position: relative;
}
.service-sect .btn.more span,
.album-sect .btn.more span,
.products-sect .btn.more span{
    background: #B8B9AA;
    position: absolute;
    top: -10px;
    padding: 2px 5px;
    margin: 0 0 0 -41px;
}
.service-sect .btn.more span:before,
.service-sect .btn.more span:after,
.album-sect .btn.more span:before,
.album-sect .btn.more span:after,
.products-sect .btn.more span:before,
.products-sect .btn.more span:after {
    content: " ‧ ";
    display: inline-block;
    vertical-align: middle;
    margin: -4px 5px 0;
    font-size: 24px;
    font-weight: normal;
}
.service-sect .btn.more span:hover,
.album-sect .btn.more span:hover,
.products-sect .btn.more span:hover {
    background: #7FCAA5;
}
.products-sect .slick-dots {
    position: absolute;
    right: 30px;
    top: -78px;
}
.products-sect .slick-dots li button {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    padding: 0;
    border: 0;
    width: 6px;
    height: 6px;
    background: transparent;
    border: solid 1px #000;
    opacity: 1;
    border-radius: 0;
    border-radius: 100%;
    margin: 0 2px;
}
.products-sect .slick-dots li.slick-active button {
    background: #000;
}



.sect2 {
    padding: 40px 0;
    background: #d2f0ff;
}
.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: url(../images/index/about_line.png) repeat-x center top, rgba(255,255,255,0.56);
    padding: 20px 50px;
    position: relative;
    padding-top: 50px;
}
.about-sect:hover {
    opacity: 0.8;
}
.about-sect .more{
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    background: #019de9;
    width: 50px;
    padding: 20px;
    color: #fff;
    font-family: 'Josefin Sans', sans-serif;
    text-align: center;
}
.about-sect .index-about-title{
  color: #1f1a17;
  font-size: 32px;
  letter-spacing: 0;
  margin: 0;
  font-weight: bold;
  line-height: normal;
}
.about-sect .more:hover{
    background: #01bf9b;
}
.about-sect .index-about-txt{
    background: #fff;
    padding:  15px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 160px;
    overflow: hidden;
    border: 20px solid #fff;
    margin: 20px 0;
    font-size: 16px;
    color: #585752;
    line-height: 1.9;
}
.about-sect .sect-title {
    text-align: left;
    font-size: 25px;
    font-family: 'Josefin Sans', sans-serif;
    color: #01bf9b;
    line-height: normal;
}
.news-sect .ibtn.more {
    border-bottom: 1px solid #DBDCD3;
    width: 100%;
    position: relative;
    overflow: visible;
    margin: 10px 0 0 0;
}
.news-sect .ibtn.more span{
    width:28px;
    height: 28px;
    background: url('../images/index/more.png') no-repeat 0% 0;
    position:absolute;
    left: 50%;
    top: 15px;
    margin: 0 0 0 -14px;
}
.news-sect .ibtn.more:hover span{
    background: url('../images/index/more.png') no-repeat 0 100% ;
}
.news-list {
    margin: 0 -6px;
}
.news-list .item {
    width: 50%;
    padding: 0 6px;
}
.news-list .box {
    margin: 0 auto 30px;
    line-height: 1.65;
    overflow: hidden;
    max-width: 321px;
    box-sizing: border-box;
    position: relative;
}
.news-list .pic {
    position: relative;
}
.news-list .box .pic{
  max-width:200px;
  margin:auto;
  }
.news-list .pic:before {
    content: '';
    display: block;
    background: url(../images/index/hover_blue.png) no-repeat 50% 50%, rgba(255,255,255,0.6);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    margin: auto;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.news-list .box:hover .pic:before {
  opacity: 1;
}

.news-list .news-text{
    margin-top: 20px;
    box-sizing: border-box;
    padding-left: 70px;
    position: relative;

}
.news-list .date{
  width: 60px;
  height: 72px;
  background: #fff;
  border: solid 1px #ff8361;
  text-align: center;
  font-weight: bold;
  font-size: 35px;
  line-height: normal;
  color: #000;
  box-sizing: border-box;
  position: relative;
  max-width: 60px;
  display: block;
  padding-top: 5px;
  position: absolute;
  left: 0;
  top: 0;
}
.news-list .date small{
  font-size: 15px;
  display: block;
}

.news-list .name {
    color: #1f1a17;
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: relative;
    min-height: 20px;
    max-height: 20px;
    line-height: 1.2;
    font-weight: bold;
}
.news-list .box:hover .name {
  color: #2b7eda;
}
.news-list .description {
    color: #585752;
    font-size: 15px;
    letter-spacing: 0;
    max-height: 45px;
    min-height: 45px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: relative;
    margin: 5px auto;
    line-height: 1.65;
}
.news-sect .news-more{
  text-align: center;
  border: solid 4px #2b7eda;
  box-sizing: border-box;
  width: 100%;
  display: block;
  background: #fff;
  height: 41px;
  line-height: 38px;
  font-weight: bold;
  color: #000;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: bold;
}
.news-sect .news-more:hover{
  background: #2b7eda;
  color: #fff;
}
.news-sect i.news-more-icon{
  display: inline-block;
  margin-right: 10px;
  background: url(../images/index/more_news.png) no-repeat;
  width: 18px;
  height: 18px;
  position: relative;
  top:3px;
}
.news-sect  .news-more:hover  .news-more-icon{
  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 .item:nth-child(2n+1) {
      clear: none;
  }
    .products-list .item {
        width: 50%;
    }
    .products-list .box {
        margin-bottom: 30px;
    }
    .sect2 .row .col{
        width: 100%;
    }
    .news-sect{
        margin: 30px 0 0 0;
    }
    .products-sect .slick-dots {
        position: absolute;
        width: 100%;
        text-align: center;
        top: -18px;
        left: 0;
    }
    .sect5{
        background-repeat: repeat;
    }
}
@media screen and (max-width: 767px) {
  .sect1{padding-bottom: 30px;}
}
@media screen and (max-width: 520px) {
    .products-list .item,
    .news-list .item {
        width: 100%;
    }
    .about-sect {
        padding: 27px 20px;
    }
    .about-sect .index-about-txt{
      padding: 0;
      height: auto;
      margin-bottom: 45px;
    }
    .service-list .item {
        width: 100%;
    }
}
@media screen and (max-width: 480px) {
}
@media screen and (max-width: 400px) {

}
