.banner {
    margin-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;
}
.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: 96px;
    height: 3px;
    margin-top: 10px;
    cursor: pointer;
}
.banner .slick-dots li:nth-child(5n+1) button {
    background: #ddd;
}
.banner .slick-dots li:nth-child(5n+2) button {
    background: #ddd;
}
.banner .slick-dots li:nth-child(5n+3) button {
    background: #ddd;
}
.banner .slick-dots li:nth-child(5n+4) button {
    background: #ddd;
}
.banner .slick-dots li:nth-child(5n) button {
    background: #ddd;
}
.banner .slick-dots li.slick-active:nth-child(n) button {
    background: #005338;
}
.banner .slider{
    position: relative;
}
.banner .slider:before{
    content: '';
    display: block;
    background: url(../../images/common/banner_shadow.png) no-repeat;
    width: 23px;
    height: 100%;
    position: absolute;
    left: -23px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.banner .slider:after{
    content: '';
    display: block;
    background: url(../../images/common/banner_shadow.png) no-repeat;
    width: 23px;
    height: 100%;
    position: absolute;
    right: -23px;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sect-title {
    text-transform: uppercase;
    font-family: 'Merriweather', serif;
    color: #212121;
    font-size: 30px;
    font-weight: normal;
    line-height: 1.4;
    margin: 0;
    letter-spacing: 0.02em;
    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 {
    position: relative;
    background: url(../../images/common/index/news_bg.jpg) no-repeat center center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 50px 0 30px;
    background-size: cover;
}
.sect1 .sect-title{
    position: relative;
}
.sect1 .sect-title:after{
    content: '';

display: block;

background: url(../../images/common/index/products_arrow.png) no-repeat;

width: 16px;

height: 15px;

position: relative;

margin: 10px auto 5px;
}
.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;
    font-family: 'Merriweather', serif;
}
.news-sect  .sect-title span {
    display: block;
    margin: 0;
}
.news-sect .ibtn.more {
    display: block;
    margin: 5px auto 30px;
    background: #c8cdc7;
    color: #3e3e3e;
}
.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;
     -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.news-list .pic {
    position: relative;
    overflow: hidden;
    max-width: 250px;
    margin: 0 auto 10px;
    border-radius: 100%;
}
.news-list .box .pic img{
    position: relative;
    -webkit-transition: all .6s;
    transition: all .6s;
    border-radius: 100%;
}
.news-list .box:hover .pic img{
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}
.news-list .pic:before {
    content: "";
    background: rgba(0,0,0,0.5);
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    border-radius: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.news-list .box:hover .pic:before {
    background-position: 50% 50%;
    opacity: 1;
}
.news-list .name {
    color: #212121;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 41px;
}

.news-list .date{
    width: 90px;
    height: 60px;
    display: block;
    margin: 10px auto 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    font-size: 13px;
    color: #319a6a;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: relative;
    font-family: 'Merriweather', serif;
}
.news-list .date:before{
    content: '';
    display: block;
    background: #319a6a;
    width: 4px;
    height: 16px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: relative;
    margin: 0 auto 5px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.news-list .box:hover .date:before{
    background:  #005338;
    height: 42px;
}
.news-list .box:hover .date{
    color: #005338;
}
.sect2 {
    background: url(../../images/common/index/about_bg.jpg) center 50% no-repeat ;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    padding: 45px 0 67px;
    border-bottom: solid 5px #005338;
}
.sect2:after{
    content: '';
    display: block;
    width: 0;
height: 0;
border-style: solid;
border-width: 12px 10px 0 10px;
border-color: #01354d transparent transparent transparent;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -15px;
}
.about-sect {
    float: right;
    width: 38%;
    padding: 30px 0;
}
.about-sect .sect-title {
    margin-bottom: 10px;
    color: #FFFFFF;
    border-bottom: solid 1px rgba(239,241,244,0.3);
}
.about-sect .pic {
    float: left;
    width: 80%;
}
.about-sect .txt {
    float: none;
    width: 100%;
    color: #2b3633;
}
.about-sect .txt a:hover {
    text-decoration: underline;
}
.sect3{
    padding: 40px 0 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.products-sect .sect-title {
    text-align: center;
    margin-bottom: 10px;
    position: relative;
    font-family: 'Merriweather', serif;
}
.products-sect .sect-title:after{
    content: '';
    display: block;
    background: url(../../images/common/index/products_arrow.png) no-repeat;
    width: 16px;
    height: 15px;
    position: relative;
    margin: 10px auto 5px;
}
.products-sect .sect-title span {
    display: block;
    margin: 0;
}
.products-sect .ibtn.more {
    display: block;
    margin: 10px auto 50px;
}
.products-sect .ibtn.more:before{
    background: #00765B;
}
.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:  20px auto 20px;
    position: relative;
}
.products-list .box.new:before {
    content: '';
    display: block;
    background: url('../../images/common/products/new_tag.png') no-repeat;
    width: 40px;
    height: 40px;
    position: absolute;
    z-index: 10;
    left: 10px;
    top: -18px;
}
.products-list .pic-box {
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}
.products-list .pic {
    display: block;
    position: relative;
    overflow: hidden;
}
.products-list .pic img {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: relative;
}
.products-list .pic:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    z-index: 2;
    opacity: 0;
    background: rgba(0,0,0,0.5);
}
.products-list a:hover .pic:before{
    opacity: 1;
}
.products-list .pic:after{
    content: '';
    display: block;
    background: url(../../images/common/products/book.png) no-repeat 50% 50%;
    background-size: 100% auto;
    width: 100px;
    height: 100px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 3;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 100%;
    opacity: 0;
    margin: auto;
}
.products-list a:hover .pic:after {
    bottom: 0;
    opacity: 1;
}
.products-list .txt{
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 15px;
}
.products-list .txt:before{
    content: '';
    display: block;
    width: 3px;
    height: 100%;
    background: #ededed;
    position: absolute;
    left: 0;
    top: 0;
}
.products-list .txt:after{
    content: '';
    display: block;
    width: 3px;
    height: 0%;
    background: #005338;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.products-list a:hover .txt:after{
    height: 100%;
    bottom: 0;
    top: inherit;
}
.products-list .name {
    color: #5B5B5B;
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 27px;
    margin: 8px auto;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.products-list a:hover .name {
    color: #005338;
}
.products-list .description {
    color: #9A9A9A;
    font-size: 14px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 40px;
    margin-bottom: 10px;
}
.products-list a:hover .description {
    color: #4F4F4F;
}
.sect4 {
    background: url(../../images/common/index/service_bg.jpg)center 0% no-repeat fixed;
    background-size: 100%;
    min-height: 350px;
    margin-bottom: 0px;
    margin-top: 0px;
}
.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_bk.jpg) 50% 50% no-repeat;
	padding: 30px 0 130px;
    position: relative;
    background-size: cover;
    border-bottom: solid 10px #005338;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.sect5:before{
    content: '';
    display: block;
    width: 4px;
    height: 50px;
    background: #319a6a;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -25px;
}
.sect5:after{
    content: '';
    display: block;
    background: url(../../images/common/index/service_txt.png) no-repeat;
    width: 100%;
    max-width: 641px;
    height: 105px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -120px;
}
.sect5-bg {
}
.service-sect {
    width: 100%;
    max-width: 1000px;
    text-align: center;
    color: #666;
    margin: 0 auto;
}
.service-sect .sect-title {
    padding: 20px 15px 10px;
}
.service-sect .sect-title span {
    display: block;
}
.service-sect .txt {
    padding: 10px 5% 30px;
}
.service-sect .ibtn.more {
    display: block;
    width: 80px;
    height: 80px;
    background: #005338;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
    line-height: 80px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -101px;
    border: none;
    letter-spacing: 0.1em;
    overflow: visible;
    color: #fff;
}
.service-sect .ibtn.more:before{display: none;}
.service-sect .ibtn.more:hover{
    background: #319a6a;
}
.sect6 {
    position: relative;
    padding: 40px 0 55px;
}
.service-sect .ibtn.more:before{
    content: '';
    display: block;
    width: 86px;
    height: 86px;
    border-radius: 50%;
    border: solid 1px #005338;
    position: absolute;
    left: -4px;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background: none;
}
.service-sect .ibtn.more:after{display: none;}
.service-sect .ibtn.more:hover{
    letter-spacing: 0.25em;
    width: 86px;
}
.service-sect .ibtn.more:hover:before{
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
}

.album-sect {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 85px 0 120px;
    position: relative;
}
.album-list {
    display: table;
    width: 100%;
}
.album-list .item {
    width:18.5%;
    display: table-cell;
    float: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 5px;
    vertical-align: middle;
}
.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;
    text-align: center;
    padding: 10px;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 1px #C8C8C8;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.album-list .box:hover{
    border-color: #005338;
}
.album-list .box:before{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border: solid 10px #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;;
    left: 0;
    top: 0;
    z-index: 5;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.album-list .box:hover:before{
    border-color: #005338;
}

.album-list .item.title{
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 22px;
    
}
.album-list .item.more .box,
.album-list .item.title .box{
    background: none;
    border: none;
}
.album-list .item.more .box::before,
.album-list .item.title .box::before{display: none;}

.album-list .item.more .box{
    background: url(../../images/common/index/album_more.png) no-repeat;
    background-position: 100% 0;
    width: 88px;
    height: 88px;
    text-indent: inherit;
    margin: 0px auto;
    color: #fff;
    text-align: center;
    line-height: 88px;
    font-size: 13px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    text-indent: inherit;
    -webkit-transition: all .0s;
    transition: all .0s;
}


.album-list .item.more .box:hover {
    background-position: 0% 0;
}
.album-list .item.more{
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0px;
}
.album-list .item.more a{
    
}
.album-list .item.more a:hover{
    
}
.album-list .box .sect-title{
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.album-sect .sect-title span {
    display: block;
    font-size: 36px;
}
.album-list .pic {
    position: relative;
    overflow: hidden;
}
.album-list .box img {
    display: block;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.album-list .box:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.album-list .name {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    margin: auto;
    background: rgba(0,0,0,0.7);
    color: #DDDDDD;
    font-size: 18px;
    line-height: 45px;
    padding: 0 12px;
    height: 0px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
.album-list .box:hover .name {
    height: 100%;
}
.album-list .item.more .box:hover {
    opacity: 0.8;
}
.album-list .item.more .box:hover,
.album-list .item.title .box:hover{
    -webkit-box-shadow: none;
    box-shadow: none;
}


/******首頁跳出燈箱廣告按鈕******/
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) {
    .sect2 {
        background: url(../../images/common/index/about_bg.jpg) 100% 70% no-repeat;
        background-size: cover;
    }
    .about-sect {
        float: none;
        width: auto;
        max-width: 670px;
        margin: 0 auto;
        text-align: center;
    }
    .about-sect .txt{
        width: 100%; 
    }
    .about-sect .sect-title{
        max-width: none;
        width: 100%;
    }
    .sect2{
        padding: 40px 0;
        background-size: inherit;
    }
    .products-list .item {
        width: 33.33%;
    }
    .products-list .item:nth-child(4n+1) {
        clear: none;
    }
    .products-list .item:nth-child(3n+1) {
        clear: left;
    }
    .products-sect .sect-title{
        margin-bottom: 10px;
    }
    .sect3{
        padding: 10px 0 0;
    }
    .sect-title{
        font-size: 27px;
    }
    .products-sect .ibtn.more {
        display: block;
        margin: 20px auto 30px;
    }
    .sect1{
        padding: 40px 0 10px;
    }
    .news-list .box{
        margin-bottom: 20px;
    }
    .about-sect .sect-title {
        border-bottom: solid 1px rgba(31, 79, 36, 0.3);
    }
    .about-sect{
        padding: 0;
    }
    .service-sect .sect-title {
    padding: 12px 15px 1px;
    }
    .album-sect{
        padding: 65px 0 120px;
    }
    .news-sect .ibtn.more{
        margin: -10px auto 40px;
    }
}
@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: 20px 0;
        background-size: cover;
    }
    .album-list .item:nth-child(4n+1) {
/*        clear: none;*/
    }
    .album-list .item.title{
        top: -15px;
    }
    .album-list .item:nth-child(3n+1) {
        clear: none;
    }
    .album-list .item.more {
        width: 100%;
        padding: 20px 0;
    }
    .album-list .item.more a.box{

    }
    .sect6{
        padding: 45px 0 20px;
    }
    .album-list .item{
        background-size: cover;
    }
    .about-sect .sect-title {
    max-width: none;
        width: 100%;
        color: #212121;
    }
}
@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 .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 {
        background-size: cover;
        background-position: 0 0;
	}
	.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: 10px;
    }
}
@media screen and (max-width: 645px) {
    .sect5::after{display: none;}
}
@media screen and (max-width: 600px) {
    .links-list {
        margin: 0 -7px;
    }
}
@media screen and (max-width: 1025px) {
	.sect4 {
		background-position: 50% 0;
        background-size: cover;
	}
}

@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;
        margin-bottom: 10px;

    }
}
@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: cover;
        min-height: 200px;
    }
}