/*------------ banner ------------*/

.banner {
    position: relative;
    overflow: hidden;
}

.banner .slider {
    transition: all 0.5s ease;
    opacity: 0;
    visibility: hidden;
}
.banner .slider.slick-initialized {
    opacity: 1;
    visibility: visible;
}


.banner .slick-arrow {
    position: absolute;
    width: 70px;
    height: 70px;
    display: block;
    border: 0;
    color: transparent;
    bottom: 0;
    left: 50%;
    z-index: 100;
    cursor: pointer;
    background: url('../../images/common/index/arrow.png');
}

.banner .slick-prev {
    margin-left: -70px;
}

.banner .slick-next {
    background-position: 100% 0;
    margin-right: -69px;
    border-left: #8A8A8A 1px solid;
}

.banner .slick-prev:hover {
    background-position: 0 100%;
}

.banner .slick-next:hover {
    background-position: 100% 100%;
}

/*------------ title ------------*/

.title {
    color: #000000;
    font-size: 23px;
    text-align: center;
    line-height: 1.2;
    letter-spacing: 1px;
    margin: 0 0 40px;
}

.title i {
    display: none;
}

/*------------ more ------------*/

/*------------ sect ------------*/

.album-sect, .about-sect, .news-sect, .banner {
    position: relative;
    z-index: 2;
}

/*------------ about ------------*/

.about-sect {
    background: url('../../images/common/index/about_bg.jpg') no-repeat center top;
    background-size: cover;
    position: relative;
    background-position: 50% 70%;
}

.about-sect .row {
    padding: 0;
}

.about-sect .pic img {
    margin: 0;
}

.about-sect .col {
    float: left;
}

.about-sect .col.txt {
    width: 57.616%;
    float: right;
    position: relative;
    z-index: 2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.about-sect .container {
    position: static;
}

.about-sect .col.pic {
    margin: 0px 0 0 0;
    width: 34.2095%;
    position: absolute;
    right: 50%;
    top: 0;
    height: 100%;
    text-align: right;
    display: none;
}

.about-sect .col.pic img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%!important;
    max-width: inherit;
}

.about-sect .title:before {
    content: 'COMPANY';
    font-family: 'Ubuntu';
    display: block;
    font-size: 28px;
    color: #970001;
}

.about-sect .title {
    color: #000000;
    font-size: 23px;
    margin: 0 0 20px;
    letter-spacing: 1px;
    z-index: 30;
    font-weight: normal;
    text-align: right;
    text-indent: 0px;
    width: 147px;
    line-height: 1.31;
}

.about-sect .more {
    display: block;
    font-size: 15px;
    width: 350px;
    height: 50px;
    line-height: 50px;
    font-family: 'Ubuntu', sans-serif;
    color: #FFFFFF;
    text-align: center;
    background: #970001;
    letter-spacing: 1px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    position: absolute;
    bottom: -1px;
    left: 265px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 3;
}

.about-sect .more a {
    position: relative;
    display: block;
    z-index: 5;
}

.about-sect .more:hover {
    color: #970001;
    letter-spacing: 0.2em;
}

.about-sect .more:before {
    content: '';
    display: block;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    z-index: -1;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 100%;
    height: 0%;
    opacity: 0;
    top: 0;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
}

.about-sect .more:hover:before {
    opacity: 1;
    height: 100%;
    top: inherit;
    bottom: 0;
}

.about-sect .more:after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 180px;
    bottom: 10px;
    -webkit-transition: all .45s ease-in-out;
    transition: all .45s ease-in-out;
    -webkit-transition-delay: .0s;
    transition-delay: .0s;
    z-index: 3;
}

.about-sect .more:hover:after {
    width: 100%;
    background: #970001;
}

.about-sect .txt-box {
    position: relative;
    background: #fff;
    border: 1px solid rgba(213, 220, 236, .6);
    padding: 70px 40px 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 11%;
}

.about-sect .txt-box .editor {
    padding-top: 42px;
}

.about-sect .txt-box:after {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    bottom: -45px;
    right: -45px;
    background: url(../../images/common/index/sh.png);
    background-size: 100% 100%;
    z-index: -1;
}

.about-sect .txt-box:before {
    z-index: 20;
    content: "";
    display: block;
    height: 50px;
    position: absolute;
    top: -1px;
    right: -1px;
    left: -1px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f7f8fa+0,ffffff+100&1+0,0+100 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(247, 248, 250, 1)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to bottom, rgba(247, 248, 250, 1) 0%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f8fa', endColorstr='#00ffffff', GradientType=0);
    /* IE6-9 */
    pointer-events: none;
}

.about-sect .txt .pic {
    text-align: right;
    margin: 0px 0px 0 0;
    position: relative;
    padding: 14.78% 0 20px;
}

.about-sect .txt .pic img {
    display: none;
}

.about-sect .txt .pic:before {
    content: "堅持真誠、信賴服務";
    color: #fff;
    font-size: 18px;
    letter-spacing: 23px;
    text-align: right;
}

/*------------ news ------------*/

.news-sect .title {
    color: #666;
}

.news-sect .title:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 25px 0 25px;
    border-color: #666 transparent transparent transparent;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -70px;
    display: none;
}

.news-sect .title span {
    content: 'LATEST NEWS';
    font-family: 'Ubuntu';
    display: block;
    font-size: 28px;
    color: #666;
    margin-bottom: 5px;
}

.news-sect {
    padding: 70px 0 50px;
}

.news-list {
    margin: 0 -10px;
}

.news-list li {
    width: 25%;
    padding: 0 10px 40px;
}

.news-list li:nth-child(4n+1) {
    clear: left;
}

.news-list li .box {
    -webkit-transition: all .2s;
    transition: all .2s;
    position: relative;
    max-width: 312px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    top: 0;
    background: #F9F9F9;
}

.news-list li .box:before {
    content: '';
    display: block;
    width: 0;
    height: 5px;
    background: #970001;
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.news-list li .box:hover:before {
    right: inherit;
    left: 0;
    width: 100%;
}

.news-list .box .cover {
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
    border:#cacaca 1px solid;
}

.news-list li .box:hover {
    top: -10px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.16)
}

.news-list li .pic {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.news-list li .box .pic img {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    width: 100%;
}

.news-list li .box:hover .pic img {
    opacity: 0.7;
}

.news-list li .text {
    padding: 0 20px 20px 20px;
}

.news-list li .date small, .news-date small {
    display: inline-block;
    font-family: 'Arial';
    font-weight: bold;
    font-size: 13px;
    margin-left: 5px;
}

.news-list li .date, .news-date {
    letter-spacing: 0;
    padding-top: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 30px;
    line-height: 1.2;
    display: block;
    text-align: center;
    color: #FFFFFF;
    margin: -26px auto 13px;
    position: relative;
    z-index: 2;
    width: 130px;
    height: 45px;
    border-radius: 3px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    background: #838383;
    z-index: 2;
}

.news-list li .date:before {
    content: '';
    display: block;
    width: 100%;
    height: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: -1;
    background: #970001;
    position: absolute;
    left: 0;
    top: 0;
}

.news-list li .box:hover .date:before {
    height: 100%;
    bottom: 0;
    top: inherit;
}

.news-list li .name {
    font-size: 17px;
    line-height: 1.4;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 45px;
    -webkit-transition: all .2s;
    transition: all .2s;
    margin: 0 0 10px;
    color: #333333;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.news-list li .box:hover .name {
    color: #000000
}

.news-list li .description {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
    color: #8C8C8C;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    height: 62px;
    line-height: 1.5;
}

.news-list li .box:hover .description {
    color: #464646;
}

/*------------ products ------------*/

.products-sect {
    position: relative;
    z-index: 10;
    padding-top: 140px;
    /*background: url(../../images/common/index/project_bg.jpg) no-repeat 50% 50%;*/
}
/*
.products-sect:before {
    content: '';
    display: block;
    width: 100%;
    background: #201b18;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    height: 220px;
}*/

.products-sect .container {
    background: #FFF;
}
/*
.products-sect>.container:before {
    position: absolute;
    bottom: 0;
    width: 100%;
    content: '';
    display: block;
    height: 5px;
    left: 0;
    background: #970001;
}*/

.products-sect .title:before {
    color: #000;
    content: 'PRODUCTS';
    display: block;
    font-family: 'Ubuntu';
    font-size: 36px;
}

.products-sect .title {
    position: relative;
    top: -110px;
    width: 100%;
    height: 175px;
    display: block;
    margin: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 3px 0 0;
    font-size: 23px;
    color: #000;
}
/*
.products-sect .title:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 25px 0 25px;
    border-color: #201b18 transparent transparent transparent;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 25px;
}*/

.products-sect .title i {
    background: url(../../images/common/index/ic02.png);
}

.products-sect>.container {
    max-width: 1600px;
}

.products-box {
    margin-top: -87px;
    padding-bottom: 35px;
}

.product-list {
    margin: 0 -15px;
}

.product-list li {
    width: 25%;
    padding: 0 15px;
}

.product-list li:nth-child(4n+1) {
    clear: left;
}

.product-list>li>.box {
    max-width: 300px;
    margin: 0 auto 45px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .2s;
    transition: all .2s;
    padding: 0 5px;
    position: relative;
}

.product-list .box .cover {
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
}

.product-list .pic {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1;
    -webkit-transition: all .2s;
    transition: all .2s;
    overflow: hidden;
}

.product-list .box:hover .pic {}

.product-list .pic:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(131, 131, 131, 0.88);
    -webkit-transition: all .2s;
    transition: all .2s;
    opacity: 0;
}

.product-list li .box:hover .cover, .product-list li .box:hover .pic:before {
    opacity: 1;
}

.product-list .name {
    text-align: -webkit-auto;
    line-height: 1.2;
    font-size: 16px;
    height: 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
    margin: 15px 0 5px;
    color: #000;
}

.product-list .description {
    font-size: 14px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 40px;
    margin: 5px 0 10px;
    color: #838383;
}

.product-list .box.new:before {
    content: '';
    display: block;
    width: 60px;
    height: 61px;
    background: url(../../images/common/products/news_tag.png);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
}

.product-list .box img {
    display: block;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    width: 100%;
}

.product-list .box:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.product-list .mask {
    margin: 0 -5px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1;
    -webkit-transition: all .2s;
    transition: all .2s;
    overflow: hidden;
    border: solid 1px #f2f0f3;
}

.product-list .mask .pic:before {
    content: "";
    position: absolute;
    opacity: 0;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    background: rgba(0, 0, 0, 0.65);
    -webkit-transform: translate(0, 50px);
    transform: translate(0, 50px);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 5;
}

.product-list .box .mask .pic:after {
    content: "";
    width: 0px;
    height: 1px;
    background: #DDDDDD;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 55%;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    z-index: 6;
}

.product-list .box:hover .mask .pic:before {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.product-list .box:hover .mask .pic:after {
    opacity: 1;
    width: 72px;
}

.product-list .box .more {
    position: absolute;
    bottom: 0;
    left: 0;
    top: 50%;
    margin: -13px 0 0 0;
    width: 100%;
    padding: 0 40px;
    line-height: 1.2;
    height: 26px;
    text-align: center;
    opacity: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font-family: 'Ubuntu';
    font-size: 16px;
    color: #DDDDDD;
    letter-spacing: 3px;
}

.product-list .box:hover .more {
    -webkit-transition: all .2s;
    transition: all .2s;
    opacity: 1;
}

/*------------ service ------------*/

.service-sect {
    background: url('../../images/common/index/service_bg.jpg') no-repeat center -45px;
    background-size: cover;
    position: relative;
    color: #000;
    padding-top: 220px;
    /* margin-top: -308px; */
    /*border-top:5px solid #970001;*/
}

.service-sect .title {
    color: #970001;
    margin: 0 0 30px;
    text-indent: 5px;
    text-align: right;
    min-width: 168px;
    padding-right: 30px;
    padding: 5px 30px 5px 0;
    position: relative;
}
/*
.service-sect .editor:after {
    width: 1px;
    background: #970001;
    position: absolute;
    top: 0px;
    bottom:0px;
    left: -1px;
    content: '';
}*/

.service-sect .title:before {
    content: 'SERVICES';
    font-family: 'Ubuntu';
    font-size: 28px;
    display: block;
}

.service-sect .title i {
    display: none;
}

.service-sect .editor {
    padding-left: 30px;
    padding-bottom: 10px;
    padding-top: 5px;
    padding-right: 20px;
    border-left: solid 1px #970001;
    position:relative;
    font-weight:bold;
    font-size:18px;
}

.service-box {
    position: relative;
    padding-left: 50%;
    padding-bottom: 70px;
    text-align: left;
}

.service-box>.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background:#FFF;
}

.service-box>.flex>a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
}

.service-box:before, .service-box:after {}

/*------------ album ------------*/

.album-sect .container {
    max-width: 100%;
    padding: 0;
}

.album-list li {
    width: 16.66%;
    padding: 0;
}

.album-list li .box {
    max-width: 320px;
    margin: 0 auto;
    position: relative;
}

.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 li .pic {
    overflow: hidden;
    position: relative;
}

.album-list li .namebox {
    -webkit-transition: all .2s;
    transition: all .2s;
    position: absolute;
    bottom: 0;
    opacity: 0;
    background: rgba(0, 0, 0, 0.7);
    color: #DDDDDD;
    font-size: 16px;
    text-align: center;
    left: 0;
    right: 0;
    z-index: 10;
}

.album-list li .namebox .name {
    margin: 10px 0;
}

.album-list li:hover .box .namebox {
    opacity: 1
}

.album-list li .pic:before {
    content: "";
    position: absolute;
    -webkit-transition: all .2s;
    transition: all .2s;
    opacity: 0;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, .6);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.album-list.active li .pic:before {
    opacity: 1;
}

.album-list.active .box:hover .cover, .album-list.active .box:hover .pic:before {
    opacity: 0;
}

/*----------- fancybox-index --------------*/

.fancybox-index .fancybox-close {
    margin-top: -65px;
}

/*------------ rwd ------------*/

@media screen and (max-width: 1440px) {
    .about-sect .col.pic {
        margin: 0px 0 0 0%;
    }
    .about-sect .txt .pic {
        padding: 5% 0 20px;
    }
    .about-sect .txt-box {
        padding: 30px 40px 90px;
    }
    .service-sect {
        padding-top: 100px;
    }
}

@media screen and (max-width: 1280px) {
    .about-sect {
        padding: 30px 0 0 0;
        background: url(../../images/common/index/m-about_Bg.jpg) no-repeat 50% 50%;
        background-size: cover;
    }
    .service-box:before {}
    .service-box:after {}
}

@media screen and (max-width: 1100px) {
    .service-sect {
        background: url(../../images/common/index/service_bg2.jpg) no-repeat 50% 50%;
        background-size: cover;
    }
    .news-sect .title::before {
        top: -60px;
    }
    .about-sect .col.txt, .about-sect .col.pic {
        float: none;
        width: 100%;
        text-align: center;
    }
    .about-sect .txt-box {
        padding: 25px 20px 70px;
        margin-bottom: 0;
    }
    .about-sect .txt .pic:before {
        left: 0;
        right: auto;
    }
    .news-list, .product-list {
        max-width: 700px;
        margin: 0px auto 0;
    }
    .product-list {
        margin: 50px auto 0;
    }
    .products-sect .title::after {
        bottom: -40px;
    }
    .news-list li, .product-list li {
        width: 50%;
    }
    .about-sect .txt-box {
        display: block;
    }
    .about-sect .txt-box .editor {
        padding: 0px 0 20px;
    }
    .index-about-editor:before {
        display: none;
    }
    .about-sect .col.pic {
        position: static;
    }
    .about-sect .title {
        width: 100%;
        text-align: center;
    }
    .about-sect .more {
        left: 0;
        right: 0;
        margin: auto;
    }
    .news-sect .title span, .products-sect .title:before {
        font-size: 26px;
        letter-spacing: 0.1em;
    }
    .title {
        margin-bottom: 20px;
        font-size: 20px;
    }
    .products-sect .title {
        background: none;
        font-size: 20px;
        height: auto;
        margin-top: 0;
        padding-top: 0;
        top: -65px
    }
    .about-sect .col.pic img {
        max-width: 100%;
        height: auto!important;
    }
    .news-sect {
        padding: 60px 0 0px;
    }
    .products-sect {
        padding-top: 95px;
        background: #fff;
    }
    .products-box {
        padding: 8px 0;
    }
    .service-box>.flex {
        display: block;
        padding: 15px;
    }
    .service-sect .title {
        text-align: center;
        padding: 0;
        text-indent: 0;
    }
    .service-sect .title:after {
        display: none;
    }
    .service-sect .editor {
        border: none;
        padding-left: 0;
    }
    .banner .slick-arrow {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        margin-bottom: -18px;
    }
    .banner .slick-prev {
        margin-left: -36px;
    }
    .banner .slick-next {
        background-position: 100% 0;
        margin-right: -35px;
        border-left: #8A8A8A 1px solid;
    }
    .service-box {
        padding-left: 0;
        padding-bottom: 20px;
    }
    .service-box:before {
        position: static;
        background-position: center;
        height: 140px;
        margin: 0 auto;
        max-width: 450px;
        width: 95%;
    }
}

@media screen and (max-width: 767px) {
    .service-sect {
        padding-top: 25px;
        margin-top: 0;
    }
    .about-sect {
        padding: 0;
        background: #33342e;
        padding-bottom: 20px;
    }
    .about-sect .txt-box {
        padding: 25px 20px 70px;
        margin-bottom: 0px;
    }
    .about-sect .title .more {
        float: none;
        display: block;
        margin: 0;
    }
    .about-sect .txt .pic:before {
        letter-spacing: 5px;
    }
    .about-sect .txt .pic {
        padding: 20px 0 5px;
        text-align: center;
    }
}

@media screen and (max-width: 600px) {
    .about-sect .more {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .news-list li, .product-list li {
        width: 100%;
        padding: 0 0 40px;
    }
    .product-list li {
        padding: 0;
    }
}