.banner {
    margin-bottom: 40px;
}
.banner::before{
    background-position: 50% 0;
}
/*.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: 53px;
    height: 53px;
    margin-top: -30px;
    position: absolute;
    z-index: 10;
    top: 50%;
    cursor: pointer;
    opacity: .9;
}
.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: 0;
    list-style-type: none;
    text-align: center;
}
.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: 36px;
    height: 3px;
    cursor: pointer;
    background: #d2d2d2;
    margin: 10px 4px 0;
}

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

.sect-title {
    color: #000;
    font-size: 24px;
    font-weight: normal;
    line-height: 1.4;
    letter-spacing: 3px;
    margin: 0;
    font-weight: bold;
    position: relative;
}
.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;
}

.sect1 {
    margin-bottom: 50px;
    padding-top: 20px;
}
.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 {
    text-align: center;
    margin-bottom: 30px
}

.news-sect .sect-title {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    background: url(../../images/common/index/news_title_icon.png) no-repeat 50% 0;
    padding-top: 40px;
}
.news-sect .sect-title:after{
    content: 'NEWS';
    font-family: 'Raleway', sans-serif;
    display: block;
    font-size: 21px;
    position: relative;
    margin: -3px auto 0;
    color: #4ad5dc;
    font-weight: normal;
}
.news-sect  .sect-title span {
    display: block;
    margin: 0;
}
.news-sect .ibtn.more {
    display: block;
    margin: 20px auto 0;
}
.news-list {
    max-width: 1440px;
    margin: 30px auto 0px auto;
}
.news-list .item {
    width: 25%;
    padding: 0 10px;
}


.news-list .box {
    max-width: 260px;
    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;
    margin: 0 auto 10px;
    border: 4px solid #f1f1f2;
}
.news-list .box:hover .pic {
    border-color: #fff;
}
.news-list .pic:before {
    content: "";
    background: url(../../images/common/news/hover_text.png) 30% 70% no-repeat rgba(45, 45, 45, 0.7);
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    margin: auto;
    transition: all 0.3s ease-in-out;
    width: 90%;
    height: 90%;
}
.news-list .box:hover .pic:before {
    opacity: 1;
    width: 100%;
    height: 100%;
}
.news-list .pic:after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background: #fff;
    transition: all .3s ease-in-out;
    position: absolute;
    left: 0;
    bottom: 16%;
    z-index: 2;
    transition-delay: .2s;
}
.news-list .box:hover .pic:after {
   width: 110px;
}
.news-list .pic span{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.news-list .pic span:before {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background: #fff;
    transition: all .3s ease-in-out;
    position: absolute;
    right: 0;
    bottom: 49%;
    z-index: 2;
}
.news-list .box:hover .pic span:before {
   width: 81%;
}
.news-list .pic span:after {
    content: "";
    display: block;
    width: 69px;
    height: 0px;
    border: solid 1px #fff;
    border-width: 0 1px;
    transition: all .3s ease-in-out;
    position: absolute;
    left: 18%;
    top: 54%;
    z-index: 2;
    transition-delay: .1s;
}
.news-list .box:hover .pic span:after {
    height: 58px;
}
.news-list .name{
    color: #666;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 41px;
}
.news-list .box:hover .name{
    color:#2d2d2d;
}
.news-list .date,
.news-header .date {
    display: block;
    border: 1px solid #ddd;
    border-width: 0 1px;
    width: 102px;
    margin: 12px auto 10px;
    color: #a3a3a3;
    font-size: 14px;
    font-weight: bold;
    line-height: 26px;
    font-family: 'Raleway', sans-serif;
    transition: all .3s ease-in-out;
    position: relative;
}

.news-list .box:hover .date{
    border-color: #4ad5dc;
    color: #fff;
}
.news-list .date:before{
    content: '';
    display: block;
    width: 0;
    height: 100%;
    background: #4ad5dc;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    transition: all .3s ease-in-out;
    z-index: -1;
}

.news-list .box:hover .date:before{
    width: 100%;
    right: inherit;
    left: 0;
}
.sect2 {
    background: url(../../images/common/index/about_bg.png) 50% 50% no-repeat ;
    position: relative;
    z-index: 2;
    padding: 100px 0 100px;
}

.about-sect {
    float: right;
    width: 53%;
    padding: 30px 0;
}
.about-sect .more{
    margin: 20px auto;
}
.about-sect .sect-title {
    margin-bottom: 13px;
}
.about-sect .sect-title:before{
    content: 'ABOUT';
    display: inline-block;
    margin-right: 8px;
    font-family: 'Raleway', sans-serif;
    color: #4ad5dc;
    letter-spacing: 0.07em;
    font-weight: normal;
}
.about-pic-1{
    background: url(../../images/common/index/about_pic_1.jpg) no-repeat 50% 50%;
    width: 356px;
    height: 531px;
    position: absolute;
    transition: all  .3s ease-in-out;
    right:-240px;
    top: -50px;
}
.about-pic-1:after{
    content: '';
    display: block;
    width: 368px;
    height: 142px;
    position: absolute;
    left: -200px;
    bottom: -70px;
    z-index: 1;
    background:url(../../images/common/index/about_txt.png) no-repeat 50% 50%;
    visibility: visible;
}
.about-pic-1:before{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    background: linear-gradient(to right,#4ad5dc,#7aedca);
    right: -20px;
    bottom: -20px;
    background-size: 200% auto;
}
.sect2:hover .about-pic-1:before{
    animation: fix-l 1s infinite linear alternate;
}
@keyframes fix-l {
    from {
       background-position: 0 0;
    }

    to {
        background-position: 100% 100%;
    }
}
.about-pic-2{
    background: url(../../images/common/index/about_pic_2.jpg) no-repeat 50% 50%;
    width: 314px;
    height: 209px;
    margin-top: 10px;
    position: relative;
}
.about-pic-2:after{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: -20px;
    bottom: -20px;
    background: linear-gradient(to right,#4ad5dc,#7aedca);
    z-index: -1;
}
.about-pic-2:before{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border: solid 3px #4ad5dc;
    box-sizing: border-box;
    position: absolute;
    left: -22px;
    bottom: -23px;
    margin: auto;
    z-index: -1;
    transition: all 1s ease-in-out;
}
.sect2:hover .about-pic-2:before{
    transform: scale(1.2);
    opacity: 0;
}

.about-sect .pic {
    float: left;
    width: 80%;
}
.about-sect .txt {
    float: none;
    width: 80%;
    color: #2d2d2d;
    max-height: 190px;
}
.about-sect .txt .ibtn.more{
    position: relative;
  background-color: #2b2b2b;
  color: rgba(255, 255, 255, 0.8);
  width: 75px;
  margin: 40px;
  height: 75px;
  line-height: 75px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
    position: absolute;
    right: 55px;
    top: -90px;
    z-index: 2;
}
.about-sect .txt .ibtn.more:after,
.about-sect .txt .ibtn.more:before {
    display: none;
}

.about-sect .txt .ibtn.more:after{
    position: absolute;
    content: '';
    display: block;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    top: -1px;
    left: -1px;
      background-color: #a3a3a3;
      z-index: -1;
      transform: rotate3d(60, 60, 0, 60deg);
      opacity: 0;
        -webkit-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out;
}

.about-sect .txt .ibtn.more:hover:after {
  -webkit-transform: rotate3d(0, 0, 0, 0deg);
  transform: rotate3d(0, 0, 0, 0deg);
  opacity: 1;
}

.sect3 {
    background: url('../../images/common/index/product_bg.jpg') no-repeat 50% 50%;
    background-size: cover;
    padding: 60px 0 50px;
}

.products-sect .sect-title {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    background: url(../../images/common/index/news_title_icon.png) no-repeat 50% 0;
    padding-top: 40px;
}
.products-sect .sect-title:after{
    content: 'PRODUCTS';
    font-family: 'Raleway', sans-serif;
    display: block;
    font-size: 21px;
    position: relative;
    margin: -3px auto 0;
    color: #4ad5dc;
    font-weight: normal;
}

.products-sect .sect-title span {
    display: block;
    margin: 0;
}
.products-sect .ibtn.more {
    display: block;
    margin: 10px auto 50px;
}
.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 40px;
    position: relative;
}
.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: 'NEW';
    display: block;
    background: #4ad5dc;
    width: 78px;
    height: 22px;
    color: #fff;
    font-size: 13px;
    font-family: 'Raleway', sans-serif;
    text-align: center;
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
}
.products-list .pic-box {
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}
.products-list .pic {
    display: block;
    position: relative;
    overflow: hidden;
}
.products-list .pic:before {
    content: "READ MORE";
    background:rgba(45, 45, 45, 0.7);
    display: block;
    position: absolute;
    width: 70%;
    height: 90%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5;
    opacity: 0;
    transition: all 0.4s ease-in-out;
    transform: translate(0px,90px);
    text-align: left;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    box-sizing: border-box;
    padding: 80% 0 0 30px;
}
.products-list .box:hover .pic:before {
    height: 100%;
    width: 100%;
    opacity: 1;
    transform: translate(0,0);
}
.products-list .pic:after{
    content: '';
    display: block;
    width: 0;
    height: 0;
    transition: all .4s ease-in-out;
    border: solid 1px #fff;
    border-width: 1px 1px 0 0;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 6;
    transition-delay: .15s;
}
.products-list .box:hover .pic:after{
    width: 45px;
    height: 45px;
}
.products-list .txt{
    position: relative;
    transition: all .3s ease-in-out;
}
.products-list .box:hover .txt{
}

.products-list .name{
    color: #666;
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 27px;
    transition: all .3s ease-in-out;
}
.products-list .box:hover .name{
    color: #202020;
}
.products-list .description{
    color: #9A9A9A;
    font-size: 14px;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 41px;
}
.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;
}

.sect5 {
    background: url(../../images/common/index/service_bg.jpg) no-repeat 50% 50% fixed;
	padding: 110px 0 45px;
    position: relative;
}
.sect5:before {
    content: '';
    display: block;
    background: url(../../images/common/index/service_pic_2.png) no-repeat 50% 50%;
    width: 480px;
    height: 600px;
    position: absolute;
    right: 50%;
    margin-right: -950px;
    bottom: 0;
}
.service-sect {
    width:  760px;
    text-align: center;
    color: #2d2d2d;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.9);
    position: relative;
    text-align: left;
    box-sizing: border-box;
    padding: 50px 15px 30px;
    display: block;
    z-index: 1;
    float: right;
}
.service-sect:after{
    content: '';
    display: block;
    background: url(../../images/common/index/service_pic_1.png) no-repeat 50% 50%;
    width: 395px;
    height: 282px;
    position: absolute;
    left: -395px;
    top: 0px;
    z-index: -1;
}
.service-sect .sect-title {
    padding: 20px 15px 0px;
    text-align: left;
    position: relative;
}
.service-sect .sect-title:before{
    content: 'SERVICE';
    display: inline-block;
    margin-right: 8px;
    font-family: 'Raleway', sans-serif;
    color: #4ad5dc;
    letter-spacing: 0.07em;
    font-weight: normal;
}
.service-sect .sect-title span {
    display: block;
}
.service-sect .txt {
    padding: 10px 15px 31px;
}
.service-sect .ibtn.more {
    display: block;
    margin: 20px auto 0;
}
.service-sect  .ibtn.more{
    position: relative;
  background-color: #a3a3a3;
  color: rgba(255, 255, 255, 0.8);
  width: 75px;
  margin: 0px auto 0;
  height: 75px;
  line-height: 75px;
  text-align: center;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
    z-index: 2;
    position: absolute;
    right: 0;
    top: 0;
}
.service-sect  .ibtn.more:after,
.service-sect  .ibtn.more:before {
    display: none;
}

.service-sect  .ibtn.more:before{
    content: '';
    display: block;
    width: 0%;
    height: 0%;
    background:#4ad5dc;
    border-color: #4ad5dc;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    opacity: 0;
}
.service-sect  .ibtn.more:hover{
    background:#8bdfe3;
}
.service-sect  .ibtn.more:hover:before{
    opacity: 1;
    width: calc(100% - 15px);
    height: calc(100% - 15px);
    background:#4ad5dc;
    border-color: #4ad5dc;
}

.sect6 {
    background: url(../../images/common/index/album_bg.jpg) no-repeat 50% 50%;
    position: relative;
    padding: 67px 0;
}
.album-sect {
    width: 100%;
}
.album-list {
    display: table;
    width: 100%;
}
.album-list .item {
    width: 16.66%;
    display: table-cell;
    float: none;
    vertical-align: middle;
    background: url(../../images/common/index/album_title.png);
}
.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 .box{
    background: url(../../images/common/index/album_more.png)  no-repeat 50% 50%,#fff;
    width: 106px;
    height: 106px;
    box-sizing: border-box;
    border-radius: 50%;
}

.album-list .box .sect-title{
    background: #fff;
    border-radius: 60px;
    margin: 0 auto;
    color: #a3a3a3;
    padding: 20px;
    width: 66px;
    overflow: visible;
}
.album-list .box .sect-title:before{
    content: '';
    display: block;
    background: url(../../images/common/index/album_line.png) no-repeat 50% 50%;
    width: 87px;
    height: 8px;
    position: absolute;
    right: -54px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
}
.album-sect .sect-title span {
    display: block;
    font-size: 36px;
}
.album-list .pic {
    position: relative;
    overflow: hidden;
}
.album-list .pic:before {
    content: '';
    display: block;
    background:  rgba(45, 45, 45, 0.7);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 0.3s;
}
.album-list .box:hover .pic:before {
    opacity: 1;
    background-size: 45% auto;
}
.album-list .pic:after{
    content: '';
    display: block;
    width: 80%;
    height: 0%;
    transition: all .3s ease-in-out;
    border: solid 1px #fff;
    border-width: 1px 0;
    background:url('../../images/common/album/hover.png') no-repeat 50% 50%, rgba(255,255,255,0.9);
    position: absolute;
    top: 12%;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
}
.album-list .box:hover .pic:after {
    opacity: 1;
    background: url('../../images/common/album/hover.png') no-repeat 50% 50%, rgba(255,255,255,0.05);
    height: 60%;
}
.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 {
    opacity: 0.8;
}
/******首頁跳出燈箱廣告按鈕******/
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;
    }
    .sect4-bg {
        background: none;
    }
    .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;
    }
}

@media screen and (max-width: 1000px) {
    .about-pic-2::before{display: none;}
    .about-pic-1:before,
    .about-pic-1{
        display: none;
    }
    .sect6{
        background-size: cover;
        padding: 30px 0;
    }
    .banner .slick-prev,
    .banner .slick-next{visibility: hidden;}
    .sect2 {
        background-position: 0;
        padding: 30px 0;
    }
    .about-pic-2{
        margin: 20px auto 0;
    }
    .sect2:before{
        content: '';
        display: block;
        background: rgba(255,255,255,0.7);
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        width: calc(100% - 40px);
        height: calc(100% - 40px);
    }
    .about-sect .txt .ibtn.more{
        right: -35px;
        bottom: -50px;
        top: inherit;
    }
    .about-sect {
        float: none;
        width: auto;
        max-width: 670px;
        margin: 0 auto;
        text-align: center;
        box-sizing: border-box;
        padding: 20px;
    }
    .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;
    }
}
@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: 10px 0;
    }
    .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;
    }
    
}
@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;
    }
    .sect5{
        padding: 45px 0;
        background-attachment: inherit;
    }
    .sect5:before,
    .sect5:after{display: none;}
/*------------ lightbox 767 ------------*/
    .banner .container:before {
        height: 16px;
        background-size: auto 100%;
    }
    .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%;
    }
    .banner .slick-dots li button {
        width: 40px;
    }
	.sect1 {
		padding-top: 0px;
	}
	.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;
        max-height: inherit;
    }
    .about-pic-2::after{
        display: none;
    }
    
    .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) {
	.sect4 {
		background: url(../../images/common/index/service_bg02.jpg)center 100% no-repeat fixed;
		background-size: 100%;
	}
}

@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;
    }
    
    .service-sect .sect-title::before{display: block;}
}
@media screen and (max-width: 440px) {
    .news-list .item{
        width: 100%;
    }
    .news-list .item:nth-child(n) {
        clear: none;
    }
    .sect4{
        background: url(../../images/common/index/service_bg.jpg) center 50%  no-repeat;
        background-size: 100%;
    }
    .about-pic-2{
        width: 100%;
    }
}