@charset "utf-8";
.banner {
    margin-bottom: 40px;
}

.btn.more {
    font-size: 15px;
    color: #272650;
    width: 180px;
    height: 30px;
    line-height: 30px;
    border-bottom: 2px solid #EBE4DC;
    display: block;
    background: transparent;
    text-align: left;
    letter-spacing: 0.5px;
    transition: all .3s ease;
    border-radius: 0;
    padding: 0 0 10px 0;
    position: relative;
    box-sizing: initial;
    font-family: 'Lora', serif;
}

.btn.more:hover {
    letter-spacing: 2px;
}

.btn.more:before {
    content: '';
    position: absolute;
    width: 27px;
    height: 2px;
    background: #AE3523;
    left: 0;
    margin: auto;
    bottom: -2px;
    transition: all .3s ease;
}

.btn.more:hover:before {
    width: 100%;
}

.btn.more:after {
    content: '';
    position: absolute;
    width: 25px;
    height: 6px;
    background: url(../../images/common/more_arr.svg) no-repeat;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.sect5 {
    padding: 0px 0 40px;
}

.sect1 {
    padding: 54px 0 0px;
    margin: 0 0 40px;
}

.about-sect {
    box-sizing: border-box;
    position: relative;
    display: flex;
}

.about-sect .btn.more {
    float: left;
    margin: 60px 0 0 0;
}

.about-sect.clearfix:after, .about-sect.clearfix:before {
    display: block;
}

.about-sect .about-left {
    padding: 0 100px;
    position: relative;
    width: 29%;
    margin: 100px 0 50px;
}

.about-sect .about-right {
    padding-left: 25px;
    position: relative;
    width: 50%;
}

.about-sect .col, .about-sect .col.text {
    position: relative;
}

.about-sect .editor {
    position: relative;
    color: rgba(126, 114, 114, .8);
    letter-spacing: 2px;
    line-height: 1.55;
    display: -webkit-box;
    font-size: 15px;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 130px;
}

.about-sect .editor h3 {
    color: rgba(174, 53, 35, .8);
    font-size: 18px;
    letter-spacing: 1.5px;
    font-weight: 500;
    position: relative;
    margin: 0 0 10px;
}

.sect-title {
    position: relative;
    text-align: center;
    margin: 0 0 40px;
    text-align: left;
    z-index: 1;
}

.sect-title span {
    color: #BFADAD;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Lora', serif;
    letter-spacing: 1px;
}

.sect-title h2 {
    color: #4D3735;
    font-size: 28px;
    letter-spacing: 5px;
    font-weight: normal;
    margin: 15px 0;
}

.about-sect .sect-title {
    position: relative;
}

.about-sect .sect-title:after {
    content: "";
    display: block;
    width: 101px;
    height: 196px;
    position: absolute;
    top: -107px;
    left: -72px;
    background: url('../../images/common/index/about_ti_deco1.png') no-repeat 50% 50%;
}

.about-sect .sect-title:before {
    content: "";
    display: block;
    width: 230px;
    height: 118px;
    position: absolute;
    top: -36px;
    right: -65px;
    background: url('../../images/common/index/about_ti_deco2.png') no-repeat 50% 50%;
    z-index: -1;
}

.sect2 {
    padding: 60px 0;
    background: url('../../images/common/index/ad_bg.jpg');
    background-size: cover;
    position: relative;
}

.sect2:before {
    content: "";
    display: block;
    width: 1519px;
    height: 401px;
    position: absolute;
    left: calc(50% - 754px);
    bottom: 0px;
    background: url('../../images/common/index/pic_shadow.png');
    z-index: -1;
}

.service-sect .sect-title {
    color: #fff;
    font-size: 50px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 15px;
    text-shadow: 4px 4px 7px rgba(0, 0, 0, 0.65);
}

.service-sect .editor {
    border: 1px solid #fff;
    padding: 30px 5%;
    text-shadow: 1px 1px 3px #616161;
    color: #fff;
}

.products-sect {
    padding: 100px 0 50px;
}

.products-sect .sect-title {
    text-align: center;
    line-height: 1.2;
    position: relative;
    width: 300px;
    margin: 0 auto 50px;
    z-index: 1;
}

.products-sect .sect-title:after {
    content: "";
    display: block;
    width: 100px;
    height: 134px;
    position: absolute;
    top: -40px;
    right: -19px;
    background: url(../../images/common/index/products_ti_deco1.png) no-repeat 50% 50%;
}

.products-sect .sect-title:before {
    content: "";
    display: block;
    width: 184px;
    height: 122px;
    position: absolute;
    top: -53px;
    z-index: -1;
    left: -11px;
    background: url(../../images/common/index/products_ti_deco2.png) no-repeat 50% 50%;
}

.products-sect .sect-title .txt {}

.products-sect .btn.more {
    position: absolute;
    right: 21px;
    top: 9%;
    margin-top: -11px;
}

.products-sect .btn.more:hover {}

.products-list {
    margin: 0 -10px;
}

.products-list .txt {
    position: relative;
}

.products-list li .cover {
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
}

.products-list .item {
    width: 25%;
    padding: 0 10px;
}

.products-list .item:nth-child(4n+1) {
    clear: left;
}

.products-list .box {
    max-width: 330px;
    margin: 0 auto 40px;
    position: relative;
}

.sect4 {
    padding: 100px 0;
    background: url('../../images/common/index/news_bg.jpg') 50% 16% no-repeat fixed;
}

.news-sect {
    position: relative;
}

.news-sect .btn.more {
    position: absolute;
    right: 21px;
    top: 9%;
}

.news-sect .sect-title {
    text-align: center;
    line-height: 1.2;
    position: relative;
    width: 300px;
    margin: 0 auto 50px;
    z-index: 2;
}

.news-sect .sect-title:after {
    content: "";
    display: block;
    width: 201px;
    height: 226px;
    position: absolute;
    top: -40px;
    right: -19px;
    background: url(../../images/common/index/news_ti_deco1.png) no-repeat 50% 50%;
    z-index: -1;
}

.news-sect .sect-title:before {
    content: "";
    display: block;
    width: 161px;
    height: 117px;
    position: absolute;
    top: -53px;
    z-index: -1;
    left: -11px;
    background: url(../../images/common/index/news_ti_deco2.png) no-repeat 50% 50%;
}

.news-list {
    margin: 0 -6px;
}

.news-list li .cover {
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
}

.news-list .item {
    width: 33.33%;
    padding: 0 6px;
}

.news-list .box {
    padding: 25px 23px 25px 150px;
    position: relative;
    z-index: 2;
}

.news-list .box:before {
    content: '';
    position: absolute;
    width: 73%;
    height: 100%;
    top: 0;
    right: 0;
    background: #fff;
    z-index: -1;
}

.news-list .box:after {
    content: '';
    position: absolute;
    background: url(../../images/common/index/news_sh.png) no-repeat;
    width: 195px;
    height: 134px;
    bottom: -20px;
    right: -20px;
    z-index: -2;
}

.news-list .line {
    position: absolute;
    height: 3px;
    background: rgba(110, 199, 181, 0);
    left: 126px;
    transition: all 0.3s ease;
    width: 73%;
    top: 0;
}

.news-list .line:after {
    content: '';
    position: absolute;
    width: 0;
    height: 4px;
    background: #AE3523;
    transition: all 0.3s ease;
    top: 0;
    left: 0px;
}

.news-list .box:hover .line:after {
    width: 100%;
}

.news-list .date {
    display: inline-block;
    color: #4E3736;
    font-size: 50px;
    line-height: 1;
    text-align: center;
    position: absolute;
    left: 25px;
    top: 50%;
    margin-top: -39px;
    font-family: 'Lora', serif;
}

.news-list .date small {
    display: block;
    font-size: 14px;
    line-height: 23px;
    margin-top: 5px;
    letter-spacing: 1px;
    color: #887270;
    text-transform: lowercase;
}

.news-list .box:hover .date {
    color: #AE3523;
}

.news-list .box:hover .date small {
    color: #887270;
}

.news-list .name {
    color: #444;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 28px;
}

.news-list .description {
    margin-top: 6px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 45px;
}

.news-list .box:hover .description {
    color: #444;
}

@media screen and (max-width: 1370px) {
    .about-sect .editor {
        height: 140px;
        -webkit-line-clamp: 6;
    }
}

@media screen and (max-width: 1200px) {
    .news-list .box {
        padding: 25px 20px;
        text-align: center;
        max-width: 320px;
    }
    .news-list .date {
        position: static;
        margin: -5px 0 10px;
    }
    .news-list .box::before {
        width: 100%;
    }
    .news-list .line {
        left: 0;
        top: 0;
        overflow: hidden;
        width: 100%;
    }
    .news-list .box:hover .line::after {
        width: 100%;
    }
    .news-list .name {
        margin: 0 0 5px;
    }
    .news-list .date::before {
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .news-list .item {
        padding: 0 20px 0;
    }
}

@media screen and (max-width: 1000px) {
    /*手機板*/
    .sect-title h2 {
        font-size: 25px;
        margin: 5px 0;
    }
    .about-sect .about-left {
        width: 93%;
        margin: 20px 0;
        padding: 20px;
    }
    .about-sect .about-right {
        width: 100%;
        padding: 0;
        text-align: center;
    }
    .about-sect .btn.more {
        margin: 20px 0 auto;
    }
    .about-sect .sect-title:before, .products-sect .sect-title:before, .news-sect .sect-title:before, .about-sect .sect-title:after, .products-sect .sect-title:after, .news-sect .sect-title:after {
        display: none;
    }
    .about-sect {
        margin: 0;
        display: flex;
        flex-direction: column-reverse;
    }
    .about-sect .editor {
        height: auto;
        display: block;
    }
    .products-sect {
        padding: 20px 0 0;
    }
    .products-sect .sect-title, .news-sect .sect-title {
        margin: 0 auto 20px;
    }
    .sect5 {
        padding: 10px 0;
        margin-bottom: 10px
    }
    .banner {
        margin-bottom: 25px;
    }
    .sect2, .sect3 {
        padding: 10px 5px;
        margin-bottom: 25px
    }
    .sect3 {
        margin: 0;
    }
    .sect1 {
        padding: 10px 0;
        margin: auto;
    }
    .sect4 {
        padding: 10px 5px 0;
        margin-bottom: 25px;
        background: url('../../images/common/index/news_bg.jpg') 50% 16% no-repeat;
    }
    .sect4 .container {
        padding: 0;
    }
    .products-sect .sect-title .txt {
        font-size: 18px;
        line-height: 1.4;
    }
    .news-list .item {
        width: 100%;
        padding: 0 10px;
    }
    .news-list .box {
        padding: 25px 20px 25px 20px;
        text-align: left;
        max-width: none;
        margin: 0 auto 20px;
    }
    .news-sect {
        padding: 20px 0;
    }
    .news-sect .sect-title:after {
        top: 0;
    }
    .service-sect .editor {
        padding: 10px;
    }
    .index-about-title, .service-sect .sect-title {
        font-size: 18px;
        margin-bottom: 10px;
        padding-bottom: 10px;
        letter-spacing: 0;
    }
    .products-list .item {
        width: 50%;
        padding: 0 5px;
    }
    .products-list .item:nth-child(4n+1) {
        clear: none;
    }
    .products-list .item:nth-child(2n+1) {
        clear: left;
    }
    .products-list .box {
        margin-bottom: 30px;
    }
    .products-sect .btn.more {
        position: relative;
        margin: 30px auto 0;
        right: auto;
        top: auto;
    }
    .products-list {
        padding: 30px 0 0 0;
    }
    .news-sect .btn.more {
        position: relative;
        right: auto;
        top: auto;
        margin: 20px auto 0;
    }
}