.wrapper {
    background: url(../../images/common/index/top_bg.png)top right no-repeat;
}

.banner {
    margin-bottom: 30px;
}

.banner:after {
    content: '';
    width: 100%;
    height: 20px;
    background: url(../../images/common/index/shadow.png)no-repeat;
    max-width: 1128px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 2px auto 0;
}

.sect4 {
    margin: 40px 0;
    position: relative;
}

.sect1 {
    padding: 20px 0px 40px;
    text-align: center;
    background: url(../../images/common/index/products.jpg)no-repeat fixed;
    background-position: top center;
    background-size: cover;
}

.sect-title {
    font-family: 'Maven Pro', 'Noto Sans TC', sans-serif;
}

.products-list.type1 {
    margin: 0 -30px;
}

.products-sect .sect-title {
    padding: 20px 0 40px 0;
    display: block;
    line-height: 1.4;
}

.products-sect .sect-title span {
    font-size: 35px;
    color: #003591;
    font-weight: bold;
    position: relative;
}

.products-sect .sect-title .second_txt {
    color: #272727;
    font-size: 26px;
    font-weight: 500;
}

.products-sect .btn.more {
    color: #fff;
    font-size: 16px;
    margin: 10px 0 15px;
    width: 100%;
    max-width: 176px;
    height: 64px;
    border-radius: 0;
    font-family: 'Nunito';
    font-weight: bold;
    position: relative;
    line-height: 62px;
    text-align: center;
    background: #333333;
}

.products-sect .btn.more:after {
    content: '';
    display: block;
    background: #717c70;
    position: absolute;
    right: 0;
    top: 0;
    width: 0%;
    height: 100%;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    z-index: 0;
}

.products-sect .btn.more:hover:after {
    width: 100%;
    right: inherit;
    left: 0;
}

.products-sect .btn.more span {
    z-index: 5;
    position: relative;
}

.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: 13px;
    height: 13px;
    background: #cecdcd;
    opacity: 1;
    border-radius: 0;
    border-radius: 0;
    margin: 0 5px;
    cursor: pointer;
}

.products-sect .slick-dots li.slick-active button {
    background: #6c82a8;
}

.products-list .item:nth-child(n),
.products_column_two .item:nth-child(n) {
    clear: inherit;
}

.sect2 {
    padding: 75px 0;
    background: url(../../images/common/left_bg.png)center left no-repeat;
}

.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/common/index/about_bg.jpg')no-repeat;
    padding: 20px 35px;
    position: relative;
    background-size: cover;
}

.about-sect .more {
    display: block;
    position: relative;
    background: #333333;
    width: 149px;
    padding: 0;
    color: #fff;
    height: 54px;
    text-align: center;
    line-height: 54px;
    font-family: 'Nunito';
    font-weight: bold;
    margin: -20px auto 10px;
    transition: all .3s ease;
}

.about-sect .more span {
    z-index: 1;
    position: relative;
}

.about-sect .more:after {
    content: '';
    display: block;
	background: #717c70;
    position: absolute;
    right: 0;
    top: 0;
    width: 0%;
    height: 100%;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    z-index: 0;
}

.about-sect .more:hover:after {
    width: 100%;
    right: inherit;
    left: 0;
}

.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 {
    text-align: left;
    font-size: 35px;
    color: #003591;
    font-weight: bold;
    display: inline-block;
    position: relative;
}

.about-sect .editor {
    background: rgba(255, 255, 255, .85);
    padding: 18px 23px 40px;
    line-height: 2;
    max-height: 300px;

}

.about-sect .editor .index-txt {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
}

.news-sect {
    margin: 0 20px;
}

.news-sect .ibtn.more:after {
    content: '\f105';
    font-family: 'icon-font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    position: absolute;
    top: 0px;
    color: #000000;
    right: 18px;

}

.news-sect .ibtn.more {
    width: 100%;
    position: relative;
    margin: 15px 0;
    font-family: 'Nunito';
    text-indent: inherit;
    font-weight: bold;
    border-bottom: 1px solid #333333;
    z-index: 5;
    transition: all .3s ease;
    display: block;
    height: auto;
    padding-bottom: 10px !important;
    /* overflow: hidden; */
}

.news-sect .ibtn.more:hover {
    text-indent: 10px;
}

.news-sect .ibtn.more span {
    text-indent: inherit;
    position: relative;
    font-size: 16px;
    color: #000000;
    transition: all .3s ease;
}

.news-sect .ibtn.more:hover span {
    color: #6c82a8;
}

.news-sect .ibtn.more:before {
    content: '';
    width: 0%;
    height: 2px;
    background: #6c82a8;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    z-index: 12;
    display: block;
    transition: all .4s ease;
}

.news-sect .ibtn.more:hover:before {
    width: 100%;
}

.news-list {
    margin: 0 -6px;
}

.news-list .item {
    width: 50%;
    padding: 0 6px;
}

.news-list .box {
    /* margin-bottom:13px; */
}

.sect3 .container .row {
    border-top: none;
    padding: 20px 0 0 0;
}


/*------------ / site_main ------------*/

.sect3 {
    margin: 10px 0 -90px;
    background: url(../../images/common/ad_bg.jpg)left top no-repeat fixed;
    padding: 30px 0 150px;
    background-size: cover;
}

.sect3 .cf-list li {
    width: 25%;
    padding: 0 10px;
    text-align: center;
    cursor: pointer;
}

.sect3 .cf-list li .pic {
    max-width: 340px;
    margin: 0 auto;
    overflow: hidden;
}

.sect3 .cf-list li .box {
    position: relative;
}

.sect3 .cf-list li .box .cover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 30;
    font-size: 0;
}

.sect3 .cf-list .pic {
    border: 5px solid #f3f3f3;
    transition: all .3s ease-in-out;
}

.sect3 .cf-list li:hover .pic {
    border-color: #6c82a8;
}


.sect5 .index_AD {
    margin: auto;
    display: block;
    position: relative;
    margin-bottom: 27px;
}

body .fancybox-skin {
    background: #fff;
    border-radius: 0;
    margin-top: 0px;
    border-radius: 0px;
    border: none;
}

@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 .item {
        width: 50%;
    }

    .products-list .box {
        margin-bottom: 0px;
    }

    .sect2 .row .col {
        width: 100%;
    }

    .news-sect {
        margin: 35px 0 0 0;
    }

    .products-sect .slick-dots {
        position: absolute;
        width: 100%;
        text-align: right;
        top: -25px;
    }

    .banner {
        margin-bottom: 0px;
    }

    .products-list .more {
        margin: 5px 0;
        text-align: center;
        font-size: 14px;
    }

    .sect5 {
        margin: 20px 0 0;
    }

    .sect3 {
        margin: -10px 0 10px;
    }

    .sect1 {
        padding-bottom: 20px;
    }

    .products-sect .btn.more {
        margin: 17px 0 10px;
        font-size: 14px;
        height: 55px;
        line-height: 55px;
    }

    .products-list.type1 {
        margin: 6px 0px;
    }

    .products-sect .sect-title span {
        font-size: 24px;
    }

    .products-sect .sect-title .second_txt {
        font-size: 18px;
    }

    .products-sect .sect-title span:before,
    .products-sect .sect-title span:after {
        top: 5px;
    }

    .products-sect .sect-title {
        display: block;
        padding: 20px 0;
    }

    .products-list .name {
        font-size: 16px;
        height: auto;
        /* margin: 0 0 8px 0; */
    }

    .sect2 {
        padding: 35px 0 0;
    }

    .about-sect .editor .index-txt {
        overflow: inherit;
        display: block;
    }

    .about-sect .editor {
        max-height: inherit;
    }

    .index-about-title {
        display: inline-block;
        font-size: 18px;
    }

    .about-sect .sect-title {
        font-size: 24px;
        padding-top: 0px;
    }

    .about-sect .index-about-txt {
        border: 15px solid #fff;
        margin: 10px 0;
        height: auto;
        padding: 0px;
    }

    .about-sect .more {
        /* line-height: 1.4em; */
        /* padding: 10px; */
        /* margin: 5px 0 0; */
        margin-bottom: 0;
    }

    .sect3 {
        margin: 25px 0 -55px;
        padding: 25px 0 80px;
    }

    .sect3 .container .row {
        padding: 10px 0 10px 0;
    }

    .news-list .box {
        margin: 0 auto 0px;
    }

    .news-sect .ibtn.more {
        margin: 15px 0;
    }

    .news-sect .ibtn.more span {
        font-size: 14px;
    }

}

@media screen and (max-width: 767px) {
    .products-sect .btn.more span {
        /* position: absolute; */
        /* top: -10px; */
        /* padding: 5px; */
        /* margin: 0 auto; */
        /* width: 40%; */
        /* left:  0; */
        /* right: 0; */
    }

    .news-list .item {
        margin-bottom: 17px;
        border: none;
    }

    .about-sect {
        padding: 20px;
        margin-bottom: 15px;
    }

    .products-list.type1 .box {
        margin-bottom: 0px;
    }

    /***********ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂªÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ *************/
    .news-sect {
        margin: 15px 0 0 0;
    }

    .news-list .item {
        width: 100%;
    }

    /* .news-list .date {
        width: 100%;
        font-size: 16px;
    }
    .news-list .date small {
        display: inline-block;
        font-size: 14px;
        line-height: 14px;
        margin: 0px 5px;
        color: #969781;
    }*/
    .news-list .description {
        -webkit-line-clamp: 2;
        max-height: 40px;
    }

    /* .news-list .pic {
        float: left;
        width: 50%;
        margin: 5px 0;
    }
    .news-index-txt {
        width: 45%;
        display: inline-block;
        margin: 5px;
    }
    .news-list .box {
        margin: 0 auto;
        width: auto;
    }*/

    .news-sect .ibtn.more {
        margin: 10px 0;
    }


}

@media screen and (max-width: 500px) {
    .sect4 {
        margin: 25px 0;
    }

    .products-list .item {
        width: 50%;
    }

    .products-sect .slick-dots li button {
        display: none;
    }

    .sect3 .cf-list li {
        width: 50%;
        padding: 0 5px 15px;
    }

    .sect3 .container .row {
        border-top: none;
        padding: 5px 0 0 0;
    }

    .products-sect .sect-title {
        padding: 10px 0;
    }

    .sect3 {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

}

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

    /*
    .news-list .name {
        height: 20px;
    }
    .news-list .date {
        margin: 0px;
    }
    .sect3 .cf-list li {
        padding: 0 5px 10px;
    }*/
}