.banner {
    margin-bottom: 40px;
}
.banner:before{
    background: url(../../images/common/index/banner_bg.jpg);
    bottom: -40px;
}

/*.banner .container:before {
    content: '';
    display: block;
    background: url('../../images/common/deco_caret.png') 50% 0 repeat-x;
    height: 23px;
    position: absolute;
    z-index: 5;
    left: 0;
    right: 0;
    top: 0;
    pointer-events: none;
}*/
.banner .slick-prev,
.banner .slick-next {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    padding: 0; 
    border: 0;
    background: url('../../images/common/index/banner_arrow.png') no-repeat;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    position: absolute;
    z-index: 10;
    top: 50%;
    cursor: pointer;
    display: none!important;
}
.banner .slick-prev {
    background-position: 0 0;
    left: 18px;
}
.banner .slick-next {
    background-position: 100% 0;
    right: 18px;
}
.banner .slick-prev:hover {
    background-position: 0 100%;
}
.banner .slick-next:hover {
    background-position: 100% 100%;
}
.banner .slick-dots {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 5px 0 0;
    padding: 8px 0;
    list-style-type: none;
    text-align: right;
}
.banner .slick-dots li {
    display: inline-block;
    vertical-align: middle;
}
.banner .slick-dots li button {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    padding: 0; 
    border: 0;
    width: 6px;
    height: 6px;
    margin-top: 10px;
    cursor: pointer;
    background: #0C4043;
    border-radius: 50%;
    margin: 0 5px;
    outline: 0;

}
.banner .slick-dots li.slick-active button {
    background: #c6b295;
}

.sect-title {
    color: #000;
    font-size: 24px;
    font-weight: normal;
    line-height: 1.4;
    letter-spacing: 3px;
    margin: 0;
}
.sect-title span {
    display: inline-block;
    color: #197292;
    font-family: 'Lily Script One', cursive;
    font-size: 30px;
    font-weight: normal;
    letter-spacing: 0.05em;
    margin-right: 8px;
}
.site-main{
     background: url(../../images/common/index/news_bg.jpg);
    background-attachment: fixed;
    background-size: 100% auto;
}
.sect1 {
    padding-top: 78px;
    padding-bottom: 110px
}
.links-sect {
    background: url('../../images/common/index/links_sect_bg.png');
    border: 10px solid #ECEDF4;
    text-align: center;
    position: relative;
    padding: 40px 15px 0;
}
.links-sect .sect-title {
    background: url('../../images/common/index/links_title_bg.png') 50% 0 no-repeat;
    width: 238px;
    line-height: 58px;
    margin-left: -119px;
    position: absolute;
    left: 50%;
    top: -40px;
}
.links-sect .sect-title span {
    color: #fff;
}
.links-sect .ibtn.more {
    position: absolute;
    left: 50%;
    bottom: -20px;
    margin-left: -50.5px;
}
.links-list {
    max-width: 1360px;
    margin: 0 auto;
}
.links-list .item {
    width: 20%;
    padding: 0 7px;
}
.links-list .item:nth-child(5n+1) {
    clear: left;
}
.links-list .item:nth-child(6) {
    display: none;
}
.links-list .box {
    max-width: 252px;
    margin: 0 auto 20px;
    text-align: center;
}
.links-list .pic {
    background: url('../../images/common/links/pic_bg.png');
    padding: 6px;
    margin-bottom: 3px;
}
.links-list .box:hover .pic {
    background: url('../../images/common/links/pic_bg_hover.png');
}
.links-list .name {
    color: #666;
    font-size: 14px;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 25px;
}
.links-list .box:hover .name {
    color: #ff8158;
    font-weight: bold;
}

.news-sect {
    width: 100%;
}
.news-sect .sect-title:before{
    content: 'LATEST NEWS';
    display: block;
    font-size: 17px;
    color: #000000;
    letter-spacing: 7.5px;
}
.products-sect .sect-title:before{
     content: 'PRODUCTS';
    display: block;
    font-size: 17px;
    color: #000000;
    letter-spacing: 7.5px;   
}
.news-sect .sect-title,.products-sect .sect-title {
    text-align: center;
    margin-bottom: 30px;
    padding-top: 101px;
    background: url(../../images/common/index/news_tit.png) 51% 0  no-repeat;
}
.news-sect  .sect-title span {
    display: block;
    margin: 0;
}
.news-sect .ibtn.more ,
.products-sect .ibtn.more {
    display: block;
    margin: 20px auto 0;
    background: #fff;
    width: 209px;
    height: 70px;
    color: #000000;
    font-size: 16px;
    line-height: 70px;
    position: relative;
    border-radius: 0;
    letter-spacing: 5.5px;
    overflow:inherit; 
}
.news-sect .ibtn.more span,
.products-sect .ibtn.more span{
    display: block;
    background: #fff;
    width: 209px;
    height: 70px;
    position: relative;
    z-index: 3;
    border:solid 1px #1A646A;
}
.news-sect .ibtn.more:before,
.products-sect .ibtn.more:before{
    background: #1A646A;
    width: 64px;
    height: 28px;
    right: -6px;
    top: -6px;
    content: '';
    display: block;
    position: absolute;
      -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;

}
.news-sect .ibtn.more:after,
.products-sect .ibtn.more:after{
    background: #1A646A;
    width: 64px;
    height: 28px;
    left: -6px;
    bottom: -6px;
    content: '';
    display: block;
    position: absolute;
      -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;

}
.news-sect .ibtn.more:hover:after,
.news-sect .ibtn.more:hover:before,
.products-sect .ibtn.more:hover:after,
.products-sect .ibtn.more:hover:before{
    width: calc(100% + 12px);
    height: calc(100% + 12px);
}
.news-list {
    max-width: 1440px;
    margin: 30px auto 0px auto;
}
.news-list .item {
    width: 25%;
    padding: 20px 10px;
}


.news-list .box {
    max-width: 266px;
    margin: 0 auto 30px;
    text-align: center;
    position: relative;
}
.news-list .box .cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:30;   
}
.news-list .pic {
    position: relative;
    /*overflow: hidden;*/
    max-width: 250px;
    padding: 5px;
    margin: 0 auto 30px;
    border-radius: 100%;

}
.news-list .pic img{
    position: relative;
    z-index: 2;
    border-radius: 50%;
    overflow: hidden;
}
.news-list .pic:before{
    content: '';
    background: url(../../images/common/news/bg.png) center no-repeat;
    background-size: contain;
    position: absolute;
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
     -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;

}
.news-list .box:hover .pic:before {
    top: -17px;
    left: -17px;
    bottom: -17px;
    right: -17px;
}

.news-list .name{
    color: #4C513F;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    line-height: 1.55;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 46px;
}
.news-list .box:hover .name{
}
.news-list .date:before{
    content: '';
    display: block;
    width: 20px;
    height: 4px;
    background: #1A646A;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    position: absolute;
     -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.news-list .date:after{
    content: '' ;
    display: block;
    width: 0;
    background: #1A646A;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
     -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.news-list .box:hover .date:before,
.news-list .box:hover .date:after{
    width: 100%;
}
.news-list .date{
    display: block;
    width: 104px;
    margin: 15px auto 0;
    color: #1A646A;
    font-size: 16px;
    font-family: 'Tenor Sans', sans-serif;
    line-height: 55px;
    position: relative;
    display:none;
}
.sect2:before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 51.551%;
    height: 100%;
    top: 0;
    background: url(../../images/common/index/about_bg.jpg);
    background-attachment: fixed;
    background-size: 981px auto;
}
.sect2:after{
    content: '';
    display: block;
    position: absolute;
    right: 0;
    width: 48.449%;
    top: -80px;
    bottom: 0;
    background: url(../../images/common/index/about_bg.png) top center;
}
.sect2 {
    position: relative;
    padding-top: 169px;
    padding-bottom: 89px;
}
.about-sect {
    float: right;
    width: 62%;
    position: relative;
    z-index: 5;
    padding: 40px 80px 40px 42px;
    box-sizing: border-box;
    background: #fff;
}
.about-sect .ibtn.more{
    font-size: 16px;
    color: #000000;
    border-radius: 0;
    width: 127px;
    height: 53px;
    background: #DCDDD9;
    position: absolute;
    left: 20px;
    bottom: 40px;
    line-height: 53px;
    margin: 0;
    overflow: inherit;
    letter-spacing: 5.5px;
}
.about-sect .ibtn.more:before{
    content: '';
    display: block;
    background:#DFCEB4;
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
      -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;

}
.about-sect .ibtn.more:hover:before{
    width: 100%;
}
.about-sect .ibtn.more span{
    position: relative;
    z-index: 2;
}
.about-sect .ibtn.more:after{
    right: 100%;
    top: 0;
    content: '';
    display: block;
    position: absolute;
    width: 43px;
    height: 100%;
    background:#DFCEB4;

}
.about-sect .ibtn.more:hover{
    text-decoration: none;
}
.about-sect:after{
    content: '';
    margin-top: 18px;
    display: block;
    background: url(../../images/common/index/about_pic.png);
    width: 365px;
    height: 73px;
    float: right;
}
.about-sect .txt{
    letter-spacing: 0.2px;
    height: 191px;
}
.about-sect .txt .editor{
    height: 191px;
    line-height: 1.8;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;  
}
.about-sect .txt_title{
    position: absolute;
    right: 100%;
    width: auto;
    bottom: 40px;
    padding-right: 40px;
    height: auto;
}
.about-sect .more{
    margin: 20px auto;
}
.about-sect .sect-title {
    margin-bottom: 0px;
    text-align: right;
    font-size: 50px;
    font-weight: 600;
    color: #FEFEFE;
    font-family: 'Noto Serif SC', serif;
}
.about-sect .sect-title:after{
    content: 'ABOUT\A CHAWAN FESTIVAL';
     white-space: pre;
    display: block;
    font-family: Tenor Sans;
    font-size: 21px;
    font-weight: bold;
    letter-spacing: 8.855px;
    color: #DFCEB4;

}
.about-sect .pic {
    float: left;
    width: 80%;
}
.about-sect .txt {
    float: none;
}
.about-sect .txt a:hover {
    text-decoration: underline;
}
/*.sect3 {
    background: url('../../images/common/border_colorful_h.png') repeat-x;
    padding: 50px 0;
}*/

.products-sect .sect-title {
    text-align: center;
    margin-bottom: 30px;
}
.products-sect .sect-title span {
    display: block;
    margin: 0;
}
.products-sect .ibtn.more {
    display: block;
    margin: 10px auto 0px;
}
.products-list {
    margin: 0 -10px;
}
.products-list .item {
    width: 20%;
    padding: 0 10px;
}
.products-list .item:nth-child(5n+1) {
    clear: left;
}
.products-list .item:nth-child(n+11) {
    display: none;
}
.products-list .box {
    max-width: 250px;
    margin: 0 auto 35px;
    position: relative;
    
}
.products-list .box .txt{
    position: relative;
    padding-bottom: 23px;
}
.products-list .box .txt:before{
    content: '';
    display: block;
     -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    height: 1px;
    left: 50%;
    right: 50%;
    position: absolute;
    background: rgba(77,81,63,0.3);
    bottom: 0;
}
.products-list .box .txt:after{
    content: '';
    display: block;
     -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    height: 1px;
    left: 50%;
    right: 50%;
    position: absolute;
    background: #1A646A;
    bottom: 3px;
}
.products-list .box:hover .txt:after,
.products-list .box:hover .txt:before{
    left: 0;
    right: 0;
}
.products-list .box .cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:30;   
}
.products-list .box.new:before {
    content: '';
    display: block;
    background: url('../../images/common/products/new_tag.png') no-repeat;
    width: 65px;
    height: 26px;
    position: absolute;
    z-index: 10;
    left: -15px;
    top: 15px;
}
.products-list .pic-box {
    margin-bottom: 20px;
    position: relative;
}
.products-list .pic {
    display: block;
    position: relative;
}
.products-list .box .item_hover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
}
.products-list .box .item_hover span {
  position: absolute;
  display: block;
  background-color:#1A646A;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  zoom: 1;
  -webkit-transition-property: width,height,opacity;
  -moz-transition-property: width,height,opacity;
  -o-transition-property: width,height,opacity;
  transition-property: width,height,opacity;
  -webkit-transition-duration: .6s;
  -moz-transition-duration: .6s;
  -o-transition-duration: .6s;
  transition-duration: .6s;
}
.nth-child01, .nth-child03 {
  height: 6px;
  width: 0;
}
.nth-child02{
  right: 0;
  height: 0;
}
.nth-child03{
  bottom: 0;
   width: 0;
}
.nth-child02, .nth-child04 {
  width:  6px;
  height: 0;
}
.products-list .box:hover .item_hover .nth-child01 {
  width: 100%
}
.products-list .box:hover .item_hover .nth-child02 {
  height: 100%
}
.products-list .box:hover .item_hover .nth-child03 {
  width: 100%
}
.products-list .box:hover .item_hover .nth-child04 {
  height: 100%
}
.products-list .box:hover .item_hover span {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  zoom: 1
}
.products-list .pic:after{
    content: '';
    display: block;
    background: #1A646A;
    height: 27px;
    position: absolute;
    left: 50%;
    width: 1px;
    margin-left: -0.5px;
    bottom: -12px;
}
.products-list .name{
    color: #4C513F;
    font-size: 17px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 27px;
    text-align: center;
    margin-bottom: 10px;
}
.products-list .box:hover .name{
}
.products-list .description{
    color: #777D62;
    font-size: 14px;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 41px;
    text-align: center;
}
.products-list .box:hover .description{
}

.sect4 {
    display: none;
}
.ad-sect {
    width: 30%;
    padding: 30px 0;
    text-align: center;
    margin: 0 auto;
}
.ad-sect .sect-title {
    text-align: center;
    margin-bottom: 10px;
}
.ad-sect .sect-title span {
    display: block;
    margin: 0;
}
.sect3{
    padding-bottom: 107px;
}
.sect5 {
    background: url(../../images/common/index/service_bg.jpg) fixed;
    padding: 0px 0 165px;

    background-position: center;
}
.sect5-bg {
}
.service-sect {
    max-width: 100%;
    width: 361px;
    background: #FEFEFE;
    margin-left: 36px;
    border-bottom: 4px #1A646A solid;
}
.service-sect .sect-title {
    padding: 15px 15px 0px;
    max-width: 273px;
    margin: 0 auto 35px;
    border-top: 4px solid #1A646A;
    text-align: center;
}
.service-sect .sect-title:before{
    content: 'EXHIBITION';
    display: block;
    font-size: 17px;
    color: #000000;
    letter-spacing: 7.5px;
    margin-bottom: 5px;
}
.service-sect .sect-title span {
    display: block;
}
.service_tit {
    position: absolute;
    right: 0;
    top: 200px;
    text-align: right;
    transition-delay: 3s;
     -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #FEFEFE;
    font-family: 'Noto Serif SC', serif;
    line-height: 1.2;
    font-size: 50px;
    font-weight: 600;
    text-shadow: 0 0 5px rgba(255,207,63,0.46)
}
.service_tit small{
    font-size: 16px;
    font-weight: bold;
    color: #1A646A;
    font-family: Tenor Sans;
    text-shadow: 0 0 0;
    letter-spacing: 7px;
    line-height: 1;
    display: inline-block;
    position: relative;
    top: -28px;
}
.service_tit span{
    font-size: 35px;
}
.service_tit.animated{
}
.service-sect .txt {
}
.service-sect .ibtn.more {
    display: block;
    margin: 20px auto 0;
}
.sect6 {
    padding: 94px 0;
}
.album-sect {
    width: 100%;
}
.album-list {
    display: table;
    width: 100%;
    position: relative;
    z-index: 5;
}
.album-list .item {
    width: 16.66%;
    display: table-cell;
    float: none;
    vertical-align: middle;
}
.album-list .item.title{
    background: url(../../images/common/index/album_title.png) center no-repeat;
    position: relative;

}
.album-list .item.title:before{
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    height: 1px;
    margin-top: -0.5px;
    right: 0;
    width: 960px;
    background: #1A646A;
    z-index: -1;
}
.album-list .item:nth-child(6n+1) {
    clear: left;
}
.album-list .box {
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.album-list .box .cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:30;   
}
.album-list .item.more{
    position: relative;
}
.album-list .item.more .box{
    background: url(../../images/common/index/album_more.png) ;
    width: 204px;
    height:205px;
      -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;

}
.album-list .item.more:before{
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    height: 1px;
    margin-top: -0.5px;
    left: 0;
    width: 960px;
    background: #1A646A;
    z-index: -1;
}
.album-list .box .sect-title{
    border-radius: 60px;
    margin: 0 auto;
    color: #fff;
    padding: 20px;
    width: 66px;
}
.album-sect .sect-title span {
    display: block;
    font-size: 36px;
}
.album-list .pic {
    position: relative;
    overflow: hidden;
}
.album-list .box .pic img {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.album-list .box:hover .pic img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}


.album-list .name{
    position: absolute;
    left: 0;
    right: 0;
    bottom: -50px;
    background: rgba(0,0,0,0.6);
    color: #fff;
    font-size: 15px;
    line-height: 35px;
    padding: 0 10px;
    height: 35px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: all 0.3s;
}
.album-list .box:hover .name{
    bottom: 0;
}
.album-list .item.more .box:hover {
    transform: scale(0.875);
}
/******首頁跳出燈箱廣告按鈕******/
body .fancybox-close {
    background: url(../../images/common/lightbox_close.png) no-repeat;
    width: 40px;
    height: 40px;
    right: -20px;
    top: -20px;
}
body .fancybox-close:hover {
    background-position: 0 100%;
}
body .fancybox-skin {
    background: #fff;
    margin: 20px 40px;
    border-radius: 20px;
    border: 3px solid #ccc;
}

/*******************************/
@media screen and (max-width: 1200px) {
    .links-list {
        max-width: 900px;
    }
    .links-list .item {
        width: 33.33%;
    }
    .links-list .item:nth-child(5n+1) {
        clear: none;
    }
    .links-list .item:nth-child(3n+1) {
        clear: left;
    }
    .links-list .item:nth-child(6) {
        display: block;
    }
    .products-list .item {
        width: 25%;
    }
    .products-list .item:nth-child(n) {
        display: block;
    }
    .products-list .item:nth-child(5n+1) {
        clear: none;
    }
    .products-list .item:nth-child(4n+1) {
        clear: left;
    }

    .service-sect {
    }
    .service-sect,
    .album-sect {
        float: none;
        width: auto;
    }
    .album-list .item {
        width: 16.66%;
    }
    .album-list .item:nth-child(4n+1) {
        clear: none;
    }
    .album-list .item:nth-child(6n+1) {
        clear: left;
    }
    .about-sect .txt_title{
        right: auto;
        bottom: 100%; 
        text-align: left;
    }
    .about-sect .sect-title{
        text-align: left;
    }
    .sect2:before{
        background-size: 100% auto;
        width: 100%;
    }
    .sect2:after{
        display: none;
    }
    .about-sect{
        width: 100%;
        float: none;
        max-width: 800px;
        margin: auto;
        height: auto;
    }
    .about-sect:after{
        display: block;
        background-position: right;
        float: none;
        background-repeat: no-repeat;
        width: 100%;
        background-size: contain;
    }

}

@media screen and (max-width: 1000px) {
     .service-sect{
        margin-left: 0;
    }
    .service_tit{
        position: relative;
        right: auto;
        top: auto;
        text-align: center;
        color: #222;
        line-height: 1.2;
        font-size: 40px;
    }
    .service-sect .sect-title{
        margin-bottom: 0px;
    }
    .sect5{
        padding-bottom: 60px;
    }
    .service_tit span{
    font-size: 20px;
    }
    .service_tit small{
        top: -5px;
        letter-spacing: 2px;
    }
    .about-sect{

        padding:40px 30px 120px;
    }
    .sect6 {
        padding: 34px 0 ;
    }
    .banner .container:before{
        display: none;
    }
    .sect2 {
        background: url(../../images/common/index/about_bg.jpg) 100% 70% no-repeat;
    }
    .about-sect {
        float: none;
        width: auto;
        max-width: 670px;
        margin: 0 auto;
        text-align: center;
    }
    .about-sect .txt{
        width: 100%; 
    }
    .products-list .item {
        width: 33.33%;
    }
    .products-list .item:nth-child(4n+1) {
        clear: none;
    }
    .products-list .item:nth-child(3n+1) {
        clear: left;
    }
    .sect3{
        padding-bottom: 50px;
    }
}
@media screen and (max-width: 900px) {
    .news-sect {
        text-align: center;
        max-width: 800px;
        margin: 0 auto;
    }
    .album-list {
        display:block; 
    }

    .album-list .item {
        width: 25%;
        display: block;
        float: left;
    }
    .album-list .item.title{
        width: 100%;
      padding: 52px 0;
      margin-bottom: 20px;
    }
    .album-list .item:nth-child(4n+1) {
        clear: none;
    }
    .album-list .item:nth-child(3n+1) {
        clear: none;
    }
    .album-list .item.more {
        width: 100%;
        padding: 10px 0;
    }
    .album-list .item.more a.box{
        width: 66px;
        height: 66px;
        background-size: 100%;

    }
    .news-list .box{
        margin-bottom: 10px;
    }
    .sect1 {
        padding-top: 28px;
        padding-bottom: 80px;
    }
    .news-list .item{
        padding-bottom: 0
    }
}
@media screen and (max-width: 767px) {
/*------------ lightbox 767 ------------*/
    body .fancybox-skin {
        margin: 50px 0 5px;
    }
    body .fancybox-close {
        top: -50px;
        right: 50%;
        margin-right: -20px;
    }
/*------------ lightbox 767 ------------*/

    .banner .slick-prev,
    .banner .slick-next {
        width: 36px;
        height: 36px;
        background-size: 72px auto;
        margin-top: -18px;
    }
    .banner .slick-prev {
        left: 2%;
    }
    .banner .slick-next {
        right: 2%;
    }

	
	.news-sect .sect-title {
		margin-bottom: 20px;
	}
	.news-list {
		margin: 20px auto 0px auto;
	}
    .links-list {
        max-width: 600px;
    }
    .links-list .item {
        width: 50%;
    }
    .links-list .item:nth-child(3n+1) {
        clear: none;
    }
    .links-list .item:nth-child(2n+1) {
        clear: left;
    }
    .about-sect .pic,
    .about-sect .txt {
        float: none;
        width: auto;
    }
    .about-sect .pic {
        margin-bottom: 1.8em;
    }
    .products-list {
        margin: 0 -7px;
    }
    .products-list .item {
        padding: 0 7px;
        width: 50%;
    }
    .products-list .item:nth-child(n+11) {
        display: none;
    }
    .products-list .item:nth-child(3n+1) {
        clear: none;
    }
    .products-list .item:nth-child(2n+1) {
        clear: left;
    }
    .products-list .box {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 640px) {

}
@media screen and (max-width: 600px) {
    .links-list {
        margin: 0 -7px;
    }
}
@media screen and (max-width: 1025px) {

}

@media screen and (max-width: 500px) {
    .links-list .item {
        width: 100%;
    }
    .links-list .item:nth-child(n) {
        clear: none;
    }
    .links-list .item:nth-child(6) {
        display: none;
    }
    .products-list .item {
        width: 100%;
    }
    .album-list .item {
        width: 50%;
    }
    .album-list .item:nth-child(3n+1) {
        clear: none;
    }
    .album-list .item:nth-child(2n+1) {
        clear: none;
    }
}
@media screen and (max-width: 440px) {
    .news-list .item{
        width: 100%;
    }
    .news-list .item:nth-child(n) {
        clear: none;
    }

}