.wrapper{
    background: none;
}
.banner {
    margin-bottom: 40px;
}
.banner .slick-dots{
    list-style-type: none;
    padding-left: 0;
    text-align: center;
    height: 30px;
    position: absolute;
    bottom: 0;
    z-index: 406;
    right: 50px;

}
.banner .slick-dots li {
    display: inline-block;
    margin: 0 5px;
}
.banner .slick-dots button {
    background: #EEEEEE;
    border: 0;
    width: 10px;
    height: 10px;
    padding: 0;
    box-sizing: border-box;
    color: transparent;
    cursor: pointer;
}
.banner .slick-active button {
    background: #DCA5E7;
}

.banner .container:before{
    content: '';
    display: block;
    background: rgb(231,165,231); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(231,165,231,1) 0%, rgba(236,205,196,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(231,165,231,1) 0%,rgba(236,205,196,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(231,165,231,1) 0%,rgba(236,205,196,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7a5e7', endColorstr='#eccdc4',GradientType=1 ); /* IE6-9 */
    height: 3px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;right: 0;
    z-index: 60;
}
.banner .banner-slider:before{
    content: '';
    display: block;
    background: url(../../images/common/index/shadow.png);
    width: 701px;
    height: 485px;
    position: absolute;
    right: -50px;
    bottom: -50px;
    background-size: contain;
}
.banner:after{
    content: '';
    position: absolute;
    bottom: -14px;
    border-top: 14px solid #E7A5E7;
    border-left: 13.5px solid transparent;
    border-right: 13.5px solid transparent;
    left: 50%;
    margin-left: -13.5px;
    z-index: 50;

}
.sect1 {
    background: url('../../images/common/index/bg.jpg') fixed;
    background-position: top center;
    padding: 600px 0 13%;
    margin-top: -484px;
    margin-bottom: -10%;
    text-align: center;
    color: #1F1F1F;
}
.about-sect {
    display: block;
    max-width: 900px;
    margin: 0 auto;
}

.about-sect .sect-pic {
    position: relative;
}
.about-sect .sect-pic img{
    position: relative;
    z-index: 5;
}
.about-sect .sect-pic .cover{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    font-size: 0;
    z-index: 18;
}
.about-sect .sect-pic{
    display: inline-block;
}

.about-sect .more{
    border: solid 3px #BDC2C2;
    width: 104px;
    height: 104px;
    box-sizing: border-box;
    border-radius: 50%;
    padding: 20px 32px;
    font-family: Montserrat;
    color: #261F24;
    font-weight: 500;
    flex-wrap: wrap;
    white-space: inherit;
    position: absolute;
    top: 64%;
    overflow:hidden;
    right: 20%;
    transition: all .3s ease;
}
.about-sect .more i{
    font-style: inherit;
    position: relative;
    z-index: 5;
}
.about-sect .more:after{
    content: '';
    display: block;
    background: url(../../images/common/index/more_arrow.png);
    width: 36px;
    height: 14px;
    margin-top: 10px;
    z-index: 6;
    transition: all .3s ease;
    position: relative;
}
.about-sect .sect-pic .more:before{
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .3s ease;
    background: rgb(236,205,196); /* Old browsers */
    background: -moz-linear-gradient(229deg, rgba(236,205,196,1) 0%, rgba(231,165,231,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(229deg, rgba(236,205,196,1) 0%,rgba(231,165,231,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(229deg, rgba(236,205,196,1) 0%,rgba(231,165,231,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eccdc4', endColorstr='#e7a5e7',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    opacity: 0;
}
.about-sect .sect-pic:hover .more{
    border-color: transparent;
}
.about-sect .sect-pic:hover .more:before{
    opacity: 1;
}
.about-sect .sect-pic .scroll{
    background: url(../../images/common/index/about_pic1.png);
    background-size: contain;
     width: 60%;
    padding-bottom: 60%;
    display: block;
    position: absolute;
    left: 0%;
    z-index: 10;
    top: -28%;
}
.about-sect .sect-title{
    font-family: Montserrat;
    font-weight: 300;
    font-size: 40px;
    color: #261F24;
    margin: 40px 0 20px;
}
.sect1 .container{
    position: relative;
    z-index: 51;
}
.sect4:before{
    content: '';
    background: url(../../images/common/index/bg_bottom.png) top center no-repeat;
    background-size: 100% 100%, auto auto;
    padding-bottom: 19%;
    display: block;
    position: absolute;
    top: -30%;
    z-index: 50;
    width: 100%;

}

.sect4 {
    position: relative;
    padding-bottom: 80px;
   

}
.sect4 .container{
    background: url(../../images/common/index/border.png) top center  no-repeat;
    position: relative;
    z-index: 60;
    padding-top: 70px;
}
.news-sect .sect-title {
    color: #271F24;
    font-family: 'Montserrat';
    font-weight: 300;
    font-size: 40px;
    text-align: center;
    margin-bottom: 28px;
}
.news-sect .sect-title:before {
    content: '';
    display: block;
    margin: auto;
    background: url(../../images/common/index/title_news.png);
    width: 106px;
    height: 42px;

}

.news-list {
    margin: 0 -6px;
}
.news-list .item {
    width: 33.33%;
    padding: 0 6px;
    position: relative;
}
.news-list .item:before{
    content: '';
    display: block;
    background: url(../../images/common/news/shadow.png);
    width: 195px;
    height: 134px;
    background-size: contain;
    position: absolute;
    right: -8px;
    bottom: -15px;
    transition: all .3s ease;

}
.news-list .item:hover:before{
    opacity: 0;
}
.news-list .box {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e7a5d7+0,e7a5d7+50,fafafa+50,fafafa+100 */
    background: rgb(231,165,215); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(231,165,215,1) 0%, rgba(231,165,215,1) 50%, rgba(250,250,250,1) 50%, rgba(250,250,250,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(231,165,215,1) 0%,rgba(231,165,215,1) 50%,rgba(250,250,250,1) 50%,rgba(250,250,250,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(231,165,215,1) 0%,rgba(231,165,215,1) 50%,rgba(250,250,250,1) 50%,rgba(250,250,250,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7a5d7', endColorstr='#fafafa',GradientType=1 ); /* IE6-9 */
    padding: 25px 20px 25px 124px;
    position: relative;
    background-size: 200% 100%;
    background-position: 100% 100%;
    transition: all .3s ease;
    margin-top: 0;
}
.news-list .box:hover {
    margin-top: -10px;
     background-position: 0% 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;
}


.news-list .date {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: 'Cardo', serif;
    font-size: 60px;
    line-height: 0.8;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 107px;
    height: 150px;

    padding-top: 0;
    box-sizing: border-box;
    background: url(../../images/common/news/date.png);
}
.news-list .date small {
    display: block;
    font-size: 15px;
    line-height: 23px;
    margin-top: 5px;
    width: 100px;
}
.news-list .date .year{
    font-size: 18px;
    margin-top: 5px;
    display:flex;
    align-items: center;
}
.news-list .date .year:before{
    content:'';
    display:block;
    width:10px;
    height:1px;
    background:#fff;
    margin-right:5px;
}
.news-list .date .year:after{
    content:'';
    display:block;
    width:10px;
    height:1px;
    background:#fff;
    margin-left:5px;
}
.news-list .box:hover .year:before,
.news-list .box:hover .year:after {
      background:#fff;
}
.news-list .box:hover .date {
    color: #fff;
}
.news-list .name {
    color: #444444;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 28px;
}

.news-list .description {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
    line-height: 1.5;
    height: 60px;
    color: #444444;
    transition: all .3s ease;
}
.news-list .box:hover .description {
    color: #FFFFFF;
}

.news-sect .btn.more  {
    color: #261F24;
    background: url('../../images/common/index/more_arrow2.png') 90% 50% no-repeat;
    font-family: 'Montserrat';
    font-size: 15px;
    font-weight: 500;
    display: block;
    vertical-align: middle;
    text-align:center;
    width:323px;
    height:60px;
    line-height:60px;
    padding: 0px 8px;
    transition:all .3s ease;
    right:0;
    letter-spacing: 0.22px;
    box-sizing: border-box;
    position: relative;
    margin:60px auto 0;

}

.news-sect .btn.more:hover{
    letter-spacing: 1.804px;
    
}
.news-sect .btn.more:before {
    content:'';
    display:inline-block;
    border: solid 3px #BDC2C2;
    box-sizing: border-box;
    position:absolute;
    width:100%;
    height:100%;
    right:0;
    top:0;
    border-radius:80px;
    transition:all .3s ease;
}

.news-sect .btn.more:hover:before {
    top:0;
    right:0;
    width:60px;
    height:60px;
    border-color: #E4A5E7;
    border-radius:100%;
}
.news-sect .btn.more:after {
content: '';
    display: inline-block;
    background: #261F24;
    width: 26px;
    height: 2px;
    position: absolute;
    right: 40px;
    top: 50%;
    margin-top: -1px;
    transition: all .3s ease;

}
.news-sect .btn.more:hover:after {
    width:43px;

}
@media screen and (max-width: 1900px) {
    .news-sect .sect-title{
        background: #fff;
    }
}
@media screen and (max-width: 1290px) {
    .sect4{
        background: #fff;
    }
    .sect4:before{
        top: -28%;
    }
}
@media screen and (max-width: 1200px) {
  
    .news-list .box {
        padding:0 0px 25px 0px;
        text-align: center;
        max-width: 320px;
    }
    .news-list {
        margin: 0 -12px;
    }
    .news-list .item{
        padding:0 12px;
    }
    .news-list .date {
        position: static;
        width: 100%;
        background-color: #e7a5d7;
        margin-bottom: 20px;
        /* padding-top: 15px; */
        height: 120px;
    }
    .news-list .item:before{
        display: none;
    }
    .news-list .name,.news-list .description{
        padding:0 15px;
    }
}
@media screen and (max-width: 1000px) {
    .banner .banner-slider:before{
        display: none;
    }
    .banner{
        margin-bottom: 0;
    }
    .sect1{
        margin-top: 0;
        padding-top: 40px;
        background: none;
    }
     .sect4:before{
        top: -7%;
    }
    .about-sect .sect-pic .scroll{
        width: 55%;
        padding-bottom: 55%;
        top: -8%;
    }
    .news-list .item:before{
        display: none;
    }
    .news-list .box:hover {
        margin-top: 0px;
    }
    .about-sect .more{
        z-index: 60;
        /* position: static; */
        /*right: 28%;*/
    }
    .about-sect .sect-pic .more:before{
        z-index: 60;
    }
    .about-sect .sect-pic .cover{
        z-index: 62;
    }
    .about-sect .more i,.about-sect .more:after{
        z-index: 61;
    }
    .about-sect .sect-title,.news-sect .sect-title{
        font-size: 26px;
        margin-bottom: 10px;
    }
    .sect4 .container{
        padding-top: 40px;
    }
 
}
@media screen and (max-width: 767px) {
  
    .sect4 {
        padding-top: 40px;
    }

    .news-sect .sect-title:after {
        margin-left: 10px;
    }
    .news-list .item {
        width: 100%;
    }
    .news-list .box {
        padding: 25px 20px 25px 124px;
        text-align: left;
        max-width: none;
        margin: 3px auto 20px;
    }
    .news-list .date {
        position: absolute;
        top: 0;
        width: 107px;
        height: 150px;
        /* padding-top: 37px; */
        background-color: transparent;
    }
    .news-list .name,.news-list .description{
        padding:0 0px;
    }
    .news-sect .btn.more {
        margin-top: 30px;
    }
   
}
@media screen and (max-width: 650px) {

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

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

}
@media screen and (max-width: 400px) {
    .about-sect .more{
        background: #fff;
        width: 90px;
        height: 90px;
        padding: 10px 10px 0;
        font-size: 14px;
     }
     .about-sect .more:after{
        left: 14px;
     }
   .news-list .box {
        padding: 0 0px 25px 0px;
        text-align: center;
        max-width: 320px;
    }
    .news-list .date {
    position: static;
    width: 100%;
    background-color: #e7a5d7;
    margin-bottom: 20px;
    padding-top: 15px;
    height: 120px;
}
   
    .news-list .name,.news-list .description{
        padding:0 15px;
    }
}