.banner {
    position: relative;
}

.banner .slick-dots {
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    bottom: 45px;
    left: 0;
    right: 0;
}
.banner .slick-dots li {
    display: inline-block;
}
.banner .slick-dots li button {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    padding: 0;
    border: 0;
    margin: 0;
    background: url('../../images/common/index/banner_dot.png');
    width: 21px;
    height: 21px;
}
.banner .slick-dots li.slick-active button {
    background-position: 100% 0;
}
/*----- more -----*/
.btn.more{
    position: relative;
    overflow: hidden;
    border-radius: 0;
    text-align: center;
    font-size: 13px;
    color: #0D0F59;
    border: 1px solid #0D0F59;
    width: 136px;
    height: 40px;
    line-height: 40px;
    letter-spacing: 0.2em;
    z-index: 10;
    font-family: 'Oswald', sans-serif;
    transition: all .3s ease;
}
.btn.more:hover{
    color: #fff;
}
.btn.more:before{
    content: '';
    display: block;
    width: 0%;
    height: 100%;
    background: #0D0F59;
    position: absolute;
    left: 0;
    top: 0;
    bottom:0;
    z-index: -1;
    transition: all .3s ease;
}
.btn.more:hover:before{
    width: 100%;
}
/*---------------*/
.sect1 {
    position: relative;
    background: url('../../images/common/index/sect1_bg.jpg') 50% 0% no-repeat;
    background-size: cover;
    padding: 100px 0 500px;
}
.sect1:before{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom:0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}
/*.sect1 .container {
    background: url('../../images/common/index/sect1_line.png') 50% 0 no-repeat;
    padding: 55px 15px 50px;
}*/
.sect1 .row {
    display:flex;
    align-items: center;
    justify-content: center;
}
.sect1 .col {
    
    
}
.sect1 .col.col1{
    width:650px;
}
.sect1 .col.col2{
    width:calc(100% - 650px);
    box-sizing: border-box;
    padding: 30px 70px;
}
.about-sect .more{
    margin-top: 30px;
}
.about-sect-title {
    font-family: 'Oswald', sans-serif;
    font-size: 30px;
    color:#404A5B;
    font-weight: 500;
    margin-bottom: 5px;
    display: inline-block;
    position: relative;
    letter-spacing: 0.2em;
}
.about-sect-title:after{
    content: '';
    display: block;
    width: 46px;
    height: 1px;
    background: #DEE3E9;
    position: absolute;
    right: 0;
    bottom: 22px;
}
.about-sect-title span{
    color: #004D97;
    font-size: 80px;    
    display: block;
    line-height: 1;
        letter-spacing: 0.0em;
}
.about-sect-title .btn.more {

}
.about-sect-title .btn.more:hover {
    
}
.about-sect .editor {
    
}
.sect2{
    position: relative;
    margin-top: -400px;
}
.sect2:before{
    content: '';
    display: block;
    clip-path: polygon(0 0, 100% 25%, 100% 100%, 0 75%);
    background: url('../../images/common/index/news_bg.jpg') 100% 50% no-repeat fixed ;
    width: 100%;
    height: 900px;
    position: absolute;
    left: 0;
    right:0;
    top: 25%;
}
.news-sect{
    max-width: 1300px;
        margin: 0 auto;
}


.news-sect-title{
    font-family: 'Oswald', sans-serif;
    font-size: 30px;
    color: #404A5B;
    font-weight: 500;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    position: relative;
    letter-spacing: 0.2em;
    padding-left: 50px;
}
.news-sect-title span{
    color: #004d97;
    font-size: 120px;
    letter-spacing: 0;
    font-weight: 500;
    line-height: 50px;
    margin-bottom: 0px;
    margin-right: 10px;
    position: relative;
    padding-top: 0px;
    font-family: 'Oswald', sans-serif;

}
.news-sect-title .more{
    position: absolute;
    right: 0;
}
.news-sect .news-list{
    background: #fff;
    box-sizing:border-box;
    padding: 50px ;
    box-shadow:2px 2px 20px rgba(136,136,136,0.17);
}
.news-list .box {
    padding: 15px 0 15px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #BDBEC1;
}
.news-list .box .cover{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    font-size: 0;
    z-index: 30;
}
.news-list .date {
    color: #0D0F59;
    font-size: 13px;
    letter-spacing: 0;
    width: 134px;
    height: 46px;
    line-height:46px;
    text-align:center;
    border: 1px solid #0D0F59;
    font-family: 'Oswald', sans-serif;
    transition:all .3s ease;
}
.news-list .box:hover .date{
    color:#fff;
    background:#0D0F59;
}
.news-list .txt{
    margin-left:15px;
    width: calc(100% - 200px);
}
.news-list .more{
    display: block;
    color: #000;
    width:46px;
    height:46px;
    line-height:46px;
    text-align:center;
    border:1px solid #000;
    position: relative;
    z-index: 1;
    transition: all .3s ease;
}
.news-list .box:hover .more{
    color:#fff;
    border:1px solid #FDD423;
}
.news-list .more:before{
    content: '';
    display: block;
    width: 0%;
    height: 100%;
    background: #FDD423;
    position: absolute;
    left: 0;
    top: 0;
    bottom:0;
    z-index: -1;
    transition: all .3s ease;
}
.news-list .box:hover .more:before{
    width: 100%;
}
.news-list .more:after{
    z-index: 1;
    content: "\f054";
    font-size: 12px;
    font-family: 'icon-font'!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    vertical-align: middle;

}
.news-list .name {
    color: #000;
    font-size: 16px;
    letter-spacing: 0;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 27px;
    transition:all .3s ease;
}
.news-list .box:hover .name {
    color: #0E589C;
}
.news-list .description {
    color: #777;
    font-size: 14px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    /* height: 36px; */
    margin-top: 3px;
}
.news-list .box:hover .description {
    text-decoration: underline;
}

.products-sect-title {
    color: #E6DAC9;
    font-family: 'Oswald', sans-serif;
    font-size: 38px;
    text-align: center;
    padding: 30px 0;
    line-height: 1.3;
}
.products-sect-title small {
    display: block;
    color: #5D564A;
    font-family: 'Oswald', sans-serif;
    font-size: 0.47em;
}
.products-sect {
    background: url('../../images/common/bg_t.png') 50% 0 / 100% auto no-repeat,
    url('../../images/common/bg_b.png') 50% 100% / 100% auto no-repeat;
    padding-top: 60px;
}
.products-list {
    margin: 0 -18px;
}
.products-list .item {
    width: 25%;
    padding: 0 18px;
}
.products-list .box {
    max-width: 330px;
    margin: 0 auto 60px;
    position: relative;
    text-align: center;
}
.products-list .box .cover{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 30;
    font-size: 0;
}
.products-list .box.new .pic-box:before {
    content: '';
    display: block;
    background: url('../../images/common/products/new_tag.png') no-repeat;
    width: 65px;
    height: 65px;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    pointer-events: none;
}
.products-list .pic-box {
    position: relative;
    overflow: hidden;
}
.products-list .pic {
    display: block;
    position: relative;
    overflow: hidden;
}
.products-list .pic:before {
    content: '';
    display: block;
    background: url('../../images/common/products/hover.png') 50% 50% no-repeat rgba(0,0,0,0.75);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.products-list .box:hover .pic:before {
    opacity: 1;
}
.products-list .txt {
    position: relative;
}
.products-list .name {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    background: rgba(172,91,55,0.8);
    color: #E6DAC9;
    font-size: 18px;
    line-height: 45px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 45px;
    padding: 0 12px;
}
.products-list .description {
    color: #51504D;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 62px;
    padding-top: 15px;
    margin-bottom: 20px;
}
.products-list .more {
    display: inline-block;
}
.products-list .more .ic {
    vertical-align: middle;
    border: 1px solid #E6DAC9;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    color: #AC9B85;
    font-size: 22px;
    border-radius: 50%;
    margin-right: 3px;
}
.products-list .box:hover .more .ic {
    background: #675B4D;
    border-color: #675B4D;
}
.products-list .more .txt {
    display: inline-block;
    vertical-align: middle;
    color: #B5A38C;
    font-family: 'Amiri', serif;
    font-size: 13px;
    border: 1px solid #575044;
    border-width: 1px 0;
    line-height: 25px;
    padding: 0 5px;
}
.products-list .box:hover .more .txt {
    border-color: #948976;
}

.sect3{
    padding: 170px 0 70px;
}
.sect3 .row {
    display:flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1300px;
    margin: 0 auto;
}

.sect3 .col {
    /* width: 816px; */
}
.sect3 .col1 {
    width: 30%;
}
.sect3 .row.r2{
    
margin:70px 0 0;
    
max-width: 1370px;
}
.sect3 .row.r2 .col1{
    
width: 800px;
}
.sect3 .row.r2 .col2{
    width: fit-content;
}
.sect3 .about-sect-title span{
    font-size:80px;
    color:#F6F7FC;
    margin-bottom: -35px;
}
.sect3 .about-sect-title:after {
    content: '';
    display: block;
    width: 46px;
    height: 1px;
    background: #DEE3E9;
    position: relative;
    right: inherit;
    bottom: 0;
    margin:20px 0;
}

.sect3 .about-sect-title.t2 {
    padding-left:50px;
    z-index: 1;
}
.sect3 .about-sect-title.t2 span{
    font-size:160px;
    margin-bottom: -65px;
    position: relative;
    left: -120px;
    z-index: -1;
}
.sect3 .about-sect-title.t2:after{
    display:none;
}
.sect3 .slogan{
    padding-left:50px;
    color: #F7AC00;
    font-size: 18px;
}
.service-pic {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
    width: 50%;
    max-width: 501px;
}
.service-sect {
    margin: 0 6% 0 50%;
    text-align: center;
    position: relative;
    z-index: 2;
}
.service-sect-title {
    color: #E5D9C9;
    font-family: 'Oswald', sans-serif;
    font-size: 38px;
    line-height: 1;
    margin-bottom: 30px;
}
.service-sect .editor {
    min-height: 132px;
}
.service-sect .btn.more {
    width: 90px;
    margin-top: 45px;
}
.service-sect .btn.more .ic {
    vertical-align: middle;
    border: 1px solid #E6DAC9;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    color: #AC9B85;
    font-size: 22px;
    border-radius: 50%;
    margin: 0 0 10px;
}
.service-sect .btn.more:hover .ic {
    background: #675B4D;
    border-color: #675B4D;
}
.service-sect .btn.more .txt {
    display: block;
    color: #B5A38C;
    font-family: 'Amiri', serif;
    font-size: 13px;
    border: 1px solid #575044;
    border-width: 1px 0;
    line-height: 25px;
    padding: 0 5px;
}
.service-sect .btn.more:hover .txt {
    border-color: #948976;
}

.album-sect {
    position: relative;
    max-width: 606px;
    margin-right: 15px;
}
.album-sect .btn.more {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    width: 166px;
    height: 128px;
    margin: -64px 0 0 -83px;
    background: #0E0A01;
    border-radius: 30px;
    color: #E5D9C9;
    font-family: 'Oswald', sans-serif;
    font-size: 32px;
    line-height: 1.3;
    padding-top: 14px;
}
.album-sect .btn.more small {
    display: block;
    color: #5D564A;
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
}
.album-sect .btn.more .ic {
    border: 1px solid rgba(255,255,255,0.1);
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 20px;
    color: #fff;
}
.album-sect .btn.more:hover .ic {
    border-color: rgba(255,255,255,0.50);
}
.album-list {
    margin: -3px;
}
.album-list .item {
    width: 50%;
    padding: 3px;
}
.album-list .box {
    max-width: 300px;
    margin: 0 auto;
    position: relative;
    border: 1px solid transparent;
}
.album-list .box:hover {
    border-color: #7B4213;
}
.album-list .box .cover{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 30;
    font-size: 0;
}
.album-list .pic {
    opacity: 0.7;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.album-list .box:hover .pic {
    opacity: 1;
}

.sect4 {
    background: url('../../images/common/bg_t.png') 50% 0 / 100% auto no-repeat;
    padding: 40px 0;
}
.links-sect {
    text-align: center;
}
.links-sect .btn.more {
    color: #E5D9C9;
    font-family: 'Amiri', serif;
    font-size: 38px;
    margin-bottom: 30px;
}
.links-sect .btn.more .ic {
    vertical-align: middle;
    border: 1px solid rgba(255,255,255,0.1);
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 20px;
    color: #fff;
    margin: 0 0 4px 3px;
}
.links-sect .btn.more:hover .ic {
    border-color: rgba(255,255,255,0.50);
}.links-list {
    margin: 0 -12px;
}
.links-list .item {
    width: 33.33%;
    padding: 0 12px;
}
.links-list .box {
    margin: 0 auto 30px;
    max-width: 460px;
    text-align: center;
    position: relative;
}
.links-list .box .cover{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 30;
    font-size: 0;
}
.links-list .pic {
    position: relative;
    overflow: hidden;
    margin-bottom: 6px;
}
.links-list .pic:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #3B2019;
    border: 2px solid #fff;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.links-list .box:hover .pic:before {
    opacity: 0.3;
}
.warning-sect {
    padding-top: 30px;
}

@media screen and (max-width: 1600px) {
    .products-list {
        margin: 0 -7px;
    }
    .products-list .item {
        padding: 0 7px;
    }
}
@media screen and (max-width: 1440px) {
    .sect3 .row {
        flex-direction:column;
    }
    .sect3 .col {
        width:100%;
        margin:20px auto 0;
        text-align: center;
    }
    .task.box .txt{
        padding: 0;
        margin: 0 auto;
    }
    .sect3 .about-sect-title:after{
        margin: 20px auto;
    }
    .sect3 .row.r2 {
        margin: 20px 0 0;
    }
    .sect3 .about-sect-title.t2{
        padding: 0;
    }
    .sect3 .slogan{
        padding: 0;
    }
    .sect3 .about-sect-title.t2 span {
        margin-bottom: -30px;
        left: 0;
        font-size: 145px;
    }
    .sect3 .row.r2 .col1{
        width:auto;
    }
    .album-sect {
        margin: 0 auto;
    }
    .sect1 .col.col2,
    .sect1 .col.col1{
        width: 50%;
    }
    .sect3 {
        padding: 70px 0 70px;
    }
    .sect2:before{
        height: 650px;
    }
}
@media screen and (max-width: 1280px) {
    .sect1 .container {
        padding: 0 15px;
        background: none;
    }
    .sect1 .row {
        margin: 0;
        flex-direction: column;
    }
    .sect1 .col {
        width: 100%;
        padding: 30px 0;
    }
    .sect1 .col.col2,
    .sect1 .col.col1{
        width: 100%;
    }
    .sect1 .col.col2{
        order:1;
        padding: 0 70px;
    }
    .sect1 .col.col1{
        order:2;
        padding: 50px 0 0;
    }

}
@media screen and (max-width: 1200px) {
    .products-list {
        max-width: 800px;
        margin: 0 auto;
    }
    .products-list .item {
        width: 50%;
    }
    .products-list .item:nth-child(2n+1) {
        clear: left;
    }
}
@media screen and (max-width: 1000px) {
    .banner:before {
        margin: 20px;
    }
    .banner .slick-dots {
        bottom: 30px;
    }
    .sect1{
        padding: 50px 0 470px;
    }
    .news-sect-title,
    .about-sect-title{
        font-size: 24px;
    }
    .news-sect-title span,
    .about-sect-title span{
        font-size: 65px;
    }
    .about-sect .editor .t2{
        font-size: 18px;
    }
    .news-sect-title{
        padding: 0;
    }
    .sect1 .col.col2 {
        order: 1;
        padding: 0 30px;
    }
    .banner .slick-dots{
        display: none!important;
    }
    .sect3 {
        padding: 50px 0 70px;
    }

}
@media screen and (max-width: 767px) {
    .banner:before {
        margin: 15px;
    }
    .banner .slick-dots {
        bottom: 25px;
    }
    .sect3 .col {
        /* padding: 30px 15px; */
    }
    .service-sect {
        max-width: 600px;
        margin: 0 auto;
    }
    .service-sect-title {
        margin-bottom: 15px;
    }
    .service-sect .btn.more {
        margin-top: 20px;
    }
    .service-sect .editor {
        min-height: 0;
    }
    .service-pic {
        display: none;
    }
    .sect4 {
        padding: 20px 0;
    }
    .links-sect .btn.more {
        margin-bottom: 10px;
    }
    .links-list .item {
        width: 100%;
    }
    .links-list .box {
        margin-bottom: 15px;
    }
    .news-list .box{
        flex-direction: column;
    }
    .news-list .date{
        margin-bottom: 10px;
    }
    .news-list .more{
        margin-top: 10px;
            display: none;
    }
    .news-list .txt{
        width: 100%;
    }
    .news-sect .news-list{
        padding: 15px;
    }
}
@media screen and (max-width: 560px) {
    .products-list .item {
        width: 100%;
    }
    .album-sect .btn.more {
        display: block;
        position: static;
        margin: 0 auto 20px;
        background: #1A150C;
    }
    .album-list .item {
        width: 100%;
    }
    .news-sect-title{
        flex-direction: column;
        justify-content: center;
        align-items: baseline;
    }
}