body {
background: #000;
}
.site-main{
    margin-top: 0;
    padding-top: 0;
}
.slick-arrow{
    cursor: pointer;
}
.banner .container{
    max-width: 1820px;
}
.banner .slick-dots {
    position: absolute;
    bottom: 10px;
    right: 50%;
    margin-right: -720px;
}
.banner .slick-dots li button {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    padding: 0;
    border: 0;
    background: url('../../images/common/index/banner_dot.png') no-repeat;
    width: 28px;
    height: 28px;
}
.banner .slick-dots li.slick-active button {
    background-position: 100% 0;
}
.about-sect {
    background: url(../../images/common/index/about_bg.jpg)fixed;
    text-align: center;
    padding: 100px 0 200px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);
    position: relative;
    z-index: 1;
}
.about-sect:before{
    content: '';
    display: block;
    width: 100%;
    height: 50%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&1+0,0+100;Neutral+Density */
background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */

}
.sect-title {
    font-size: 35px;
    color: #fff;
    font-weight: bold;
    display: flex;
    margin:0 auto 30px;
    line-height: 1;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.sect-title span{
    font-family: 'Hind', sans-serif;
    font-weight: 500;
/*    background: linear-gradient(to right, #FFDB0F, #F17869);
    background: -webkit-linear-gradient(to right, #FFDB0F, #F17869);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;*/
    color: #FFDB0F;
    font-size: 80px;
    position: relative;
    line-height: 1;
    display: block;
    position: relative;
}

.sect-title span:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 11px 0 0;
    border-color: #FFDB0F transparent transparent transparent;
    display: inline-block;
    position: absolute;
    left: -10px;
    top: 6px;
}
.sect-title span:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 11px 11px;
    border-color: transparent transparent #FFDB0F transparent;
    position: absolute;
    right: -10px;
    bottom: 20px;
}
.about-sect .editor {
    max-width: 780px;
    margin: auto;
}
.about-sect strong {
    max-width: 700px;
    margin: 53px auto -10px;
    display: block;
    font-family: "Times New Roman";
    font-size: 26px;
    color: #746351;
}
.news-sect .btn-box .ibtn.more,
.about-sect .btn-box .ibtn.more {
    width: 130px;
    height: 40px;
    text-indent: inherit;
    background: linear-gradient(to right, #FFDB0F, #ffb94f);
    background: -webkit-linear-gradient(to right, #FFDB0F, #ffb94f);
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
    font-family: 'Hind', sans-serif;
    font-weight:500;
    color:#fff;
    position:relative;
    z-index: 10;
    overflow: visible;
    letter-spacing:0.1em;
    transition:all .5s ease;
}
.news-sect .btn-box .ibtn.more:hover,
.about-sect .btn-box .ibtn.more:hover {
    letter-spacing:0.00em;
}
.news-sect .btn-box .ibtn.more:before,
.about-sect .btn-box .ibtn.more:before{
    content:'';
    display:block;
    background:rgba(0,0,0,0.2);
    position:absolute;
    left:3px;
    right:3px;
    top:3px;
    bottom:3px;
    border-radius: 5px;
    z-index:-1;
    transition:all .3s ease;
}
.news-sect .btn-box .ibtn.more:hover:before,
.about-sect .btn-box .ibtn.more:hover:before {
    background:rgba(0,0,0,0.1);
}
.news-sect .btn-box .ibtn.more:after,
.about-sect .btn-box .ibtn.more:after{
    content:'';
    display:block;
    background: linear-gradient(to right, #FFDB0F, #ffb94f);
    background: -webkit-linear-gradient(to right, #FFDB0F, #ffb94f);
    width: 140px;
    height: 40px;
    position:absolute;
    left: calc(50% - 70px);
    top: calc(50% - 20px);
    filter: blur(5px);
    z-index:-10;
    transform:scale(0);
    transition:all .5s ease;
}
.news-sect .btn-box .ibtn.more:hover:after,
.about-sect .btn-box .ibtn.more:hover:after {
    transform:scale(1);
}
.sect2{
    padding: 200px 0;
    background: url(../../images/common/index/news_bg.jpg) 50% 35% no-repeat;
    margin-top: -200px;
}

.news-sect{
    display: block;
}
.news-sect .sect-title .more{
    width: 20px;
    height: 20px;
    background: url(../../images/common/index/news_more.svg);
    display: block;
    position: absolute;
    right: 15px;
    text-indent: -5000px;
    top: 10px;
}
.news-sect .sect-title .more:hover{
    background-position: 100% 0;
}

.news-list {
    margin: 0 -30px;
}
.news-list .item {
    width: 25%;
    padding: 0 20px;
}
.news-list .item:nth-child(4n+1) {
    clear: left;
}
.news-list .box {
    max-width: 300px;
    margin: 0 auto 10px;
    position: relative;
    background-color: rgba(255,255,255,0.1);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    box-sizing:border-box;
    box-shadow:20px 20px 50px rgba(0,0,0,0.5);
    padding:20px 0;
    border-radius:15px;
    border:1px solid rgba(255,255,255,0.1);
    border-width:1px 0 0 1px;
    top:0;
    transition:all .5s ease;
}
.news-list .box:hover{
    top:-15px;   
}
.news-list .box .cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:30;
}
.news-list .txt {
    position: relative;
    padding: 0 15px;
}
.news-list .txt .date{
    float: left;
    font-size: 14px;
    text-align: center;
    color: #fff;
    line-height: 1;
    box-sizing:border-box;
    padding: 5px 10px 0 0;
    margin-right: 10px;
    border-right: solid 1px rgba(255,255,255,0.3);
    font-family: 'Hind', sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.news-list .txt .date small{
    font-size: 34px;
    display: block;
    font-weight: bold;
    margin-top:5px;
}
.news-list .name {
    height: 55px;
    margin: 2px auto;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news-list .description {
    color: #fff;
    font-size: 13px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 57px;
    margin: 20px 0;
}
.news-list .box:hover .description {
    
}
.news-list .more {
    background: rgba(255,255,255,0.8);
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    border-radius:50px;
    text-align:center;
    font-size:14px;
    width: 100px;
    height: 35px;
    line-height:35px;
    color:#000;
    font-family: 'Hind', sans-serif;
    font-weight:700;
    margin-top: 10px;
    margin-left: 15px;
    transition:all .5s ease;
}
.news-list .box:hover .more {
    background:#FFDB0F;
    color:#000;
}
.album-sect{
    float: right;
    width: 32%;
}
.album-sect .slick-dots{
    position: absolute;
    right: 0;
    top: -55px;
}
.album-sect .slick-dots li{
    display: inline-block;
    margin: 0 3px;
}
.album-sect .slick-dots button{
    border: none;
    text-indent: -5000px;
    background: #DDDDDD;
    width: 10px;
    height: 10px;
    padding: 0;
    cursor: pointer;
    -webkit-border-radius: 100%;
       -moz-border-radius: 100%;
            border-radius: 100%;
    box-shadow:inset 1px 1px 1px rgba(0%,0%,0%,0.1);
}
.album-sect .slick-dots .slick-active button{
    background: #D0B599;
}
.album-list {
    margin: 0 -5px;
}
.album-list .item {
    width: 50%;
    padding: 0 5px;
    text-align: center;
    margin: 10px 0;
    min-height: 224px;
}
.album-list .box {
    display: block;
    position: relative;
    max-width: 224px;
    position: relative;
    margin: 0 auto;
}
.album-list li .cover2{
     font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:30;
   
}
.album-list .pic {
    margin: auto;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}
.album-list .pic img {
    width: 100%;
}
.album-list .item .cover {
    position: absolute;
    top: 50%;
    width: 100%;
    background: rgba(255, 255, 255, .85);
    left: 50%;
    margin-left: -75px;
    line-height: 35px;
    margin-top: -17px;
    max-width: 140px;
}
.album-list .item .cover .name{
    height: 35px;
    color: #333;
    font-size: 18px;
    padding: 0 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    
}
.album-list .item:hover .pic {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.album-list .item:hover .cover{
    background: #fff;
}
.sect3 {
    background: #000;
    position: relative;
    padding-bottom: 0;
    background: linear-gradient(to bottom, #020001, #261042);
    background: -webkit-linear-gradient(to bottom, #020001, #261042);
}
.sect3 .sect-title{
    position:relative;
    top:-100px;
}
.sect3 .container {
    max-width: 1440px;
    position: relative;
    padding: 0 80px;
    top:-100px;
}

.products-sect .slick-arrow{
    position: absolute;
    width: 60px;
    height: 60px;
    display: block;
    border: 0;
    color: transparent;
    z-index: 100;
    cursor: pointer;
    background: rgba(78,78,78,0.6);
    z-index: 10;
    border-radius: 100%;
    transition:all .3s ease;
}
.products-sect .slick-arrow:after{
    content: "";
    display: block;
    opacity: 1;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto;
    border-radius: 810px;
    -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.58, 1);
    transition: all 0.3s cubic-bezier(0.23, 1, 0.58, 1);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    background: #FFDB0F;
    will-change: transform;
    z-index:-1;
}
.products-sect .slick-arrow:hover:after{
    -webkit-transition: opacity 0.45s cubic-bezier(0.23, 1, 0.58, 1), -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.58, 1);
    transition: opacity 0.45s cubic-bezier(0.23, 1, 0.58, 1), -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.58, 1);
    transition: opacity 0.45s cubic-bezier(0.23, 1, 0.58, 1), transform 0.6s cubic-bezier(0.23, 1, 0.58, 1);
    transition: opacity 0.45s cubic-bezier(0.23, 1, 0.58, 1), transform 0.6s cubic-bezier(0.23, 1, 0.58, 1), -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.58, 1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.products-sect .slick-prev{
    position: absolute;
    left: -75px;
    top: calc(50% - 30px);
    font-size: 0;
}
.products-sect .slick-prev:before{
    z-index: 1;
    content: "\f053";
    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;
    color: #fff;
}
.products-sect .slick-next{
    position: absolute;
    right: -75px;
    top: calc(50% - 30px);
    font-size: 0;
}
.products-sect .slick-next:before{
    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;
    color: #fff;
}
.products-sect .slick-prev:hover{
    
}
.products-sect .slick-next:hover{
    
}
.products-list {
    max-width: 1190px;
    margin: 0 auto;
}
.products-list .item {
    width: 25%;
    padding: 0 10px;
}
.products-list .item:focus{
    outline: none;
}
.products-list .box {
    max-width: 340px;
    margin: 0 auto;
    position: relative;
    
}
.products-list .box .cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:30;
}
.products-list .box .pic{
    max-width: 340px;
    margin: 0 auto;
    position: relative;
    overflow:hidden;
}
/*.products-list .box .pic:after{
    content: '';
    position: absolute;
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
    border: 4px solid #C9BCAF;
    background: #fff;
    z-index: -1;
}*/
.products-list .box:hover .pic img{

}
.products-list .box.new .pic:before{
    content: 'NEW';
    background-color: rgba(255,255,255,0.8);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    box-sizing: border-box;
    box-shadow: 20px 20px 50px rgb(0 0 0 / 50%);
    color:#000;
    font-family: 'Hind', sans-serif;
    font-weight:700;
    font-style:italic;
    font-size:15px;
    width: 66px;
    height: 30px;
    line-height:33px;
    border-radius:50px;
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 2;
}
.products-list .box .pic:after{
    content:'MORE';
    font-family: 'Hind', sans-serif;
    font-size:15px;
    color:#ffdb0f;
    font-style:italic;
    font-weight:bold;
    vertical-align:middle;
    display:block;
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    background:rgba(0,0,0,0.67);
    opacity:0;
    z-index: 1;
    transition:all .5s ease;
    display:flex;
    justify-content:center;
    align-items:center;
}
.products-list .box:hover .pic:after{
    opacity:1;   
    transform: rotate(0) scale(1);
}
.products-list .box .pic img{
    transform: scale(1);
    transition:all .5s ease;
}
.products-list .box:hover .pic img{
    transform: scale(1.2);
}
.products-list li .txt {
    padding: 10px 16px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    pointer-events: none;
    background: rgba(0,0,0,0.3);

    text-align: center;
    transition:all .5s ease;
}
.products-list .name {
    color: #fff;
    font-size: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: auto;
    text-align: left;
}
.products-list .box:hover  .txt {
    background:#081c35;
}
.products-list .box:hover .name{
    
}
.sect4 {
    background: #fff;
    padding: 35px 0;
}
.sect4 .container {
    max-width: 1440px;
    padding: 0;
}
.links-sect{
    float: left;
    width: 47%;
}
.links-list {
    margin: -30px -10px 0;
}
.links-list .item {
    width: 50%;
    padding: 0 10px;
}
.links-list .item .box {
    margin: 30px auto 0;
    max-width: 336px;
    position: relative;
}
.links-list .box .cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:30;
}
.links-list .pic {
    margin-bottom: 6px;
    position: relative;
}
.links-list .title {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: 20%;
    text-align: center;
    background: rgba(161, 138, 116, 0.85);
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}
.links-list .title span{
    color: #fff;
    font-size: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    border: 1px solid #fff;
    padding: 10px 15px;
    display: block;
    max-width: 80%;
    margin: auto;
}
.links-list .box:hover .title{
    opacity: 1;
}
.service-sect{
    float: right;
    width: 50%;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
}
.service-sect .sect-title{
    float: left;
    width: 70px;
    height: 122px;
    background: url(../../images/common/index/service_title.png)0 0 no-repeat;
    text-indent: -5000px;
}
.service-list{
    float: right;
    width: calc(100% - 70px);
}
.service-list .box{
    position: relative;
}
.service-list .box .cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:30;
}
.service-sect .pic{
    float: left;
    width: 120px;
    margin-right: 30px;
    text-align: left;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 100%;
       -moz-border-radius: 100%;
            border-radius: 100%;
}
.service-sect .txt-box{
    float: right;
    width: calc(100% - 150px);
    padding-right: 20%;
    background: url(../../images/common/index/service_icon.svg)right 50% no-repeat;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
}
.service-sect .name{
    color: #A08A75;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    height: 60px;
    overflow: hidden;
}
.service-sect .description{
    height: 120px;
    overflow: hidden;
}
.service-sect .box:hover .pic:after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255,255,255,0.7);
}
.service-sect .box:hover .description{
    text-decoration: underline;
}
.warning-sect {
    max-width: 1470px;
    margin: 0 auto;
    padding: 15px 0;
    background: none;
}
@media screen and (max-width: 1470px) {
    .banner .slick-dots {
        right: 0;
        left: 0;
        margin: 0;
        padding: 0 15px;
        text-align: right;
    }
    .products-sect .slick-prev{
        left: -80px;
    }
    .products-sect .slick-next{
        right: -80px;
    }
}
@media screen and (max-width: 1300px) {
    .news-list {
        margin: 0 -7px;
    }
    .news-list .item {
        padding: 0 7px;
    }
}
@media screen and (max-width: 1000px) {
    .about-sect {
        top: 0;
        padding: 45px 0 200px;
    }
    .news-sect,.album-sect{
        float: none;
        width: 100%;
    }
    .news-list .item {
        width: 33.33%;
    }
    .links-list .item{
        width: 50%;
        padding-bottom: 10px;
    }
    .links-sect,.service-sect{
        width: 100%;
        float: none;
    }
    .service-sect{
        padding: 0 80px;
        margin: 20px auto 0;
    }
    .service-sect .name,.service-sect .description{
        height: inherit;
    }
    .sect-title span{
        font-size: 55px;
    }
    .sect-title {
        font-size: 30px;
    }
}
@media screen and (max-width: 767px) {
    .news-sect .sect-title {
        text-align: center;
    }
    .news-list .box {
        margin-bottom: 30px;
    }
    .service-sect{
        padding: 0 15px;
    }
}
@media screen and (max-width: 580px) {
    .news-list .item {
        width: 100%;
    }
    .news-list .item:nth-child(n) {
        clear: none;
    }
    .products-list .item {
        width: 100%;
    }
    .products-list .item:nth-child(n) .box {
        max-width: 320px;
    }
    .links-list .item{
        width: 100%;
    }
    .service-sect .pic,
    .service-sect .txt-box{
        float: none;
    }
    .service-sect .txt-box{
        width: 100%;
        margin-top: 10px;
        padding: 0;
        background: none;
    }
}