/*------------ container ------------*/
.sect .container {
    padding: 0 15px;
    max-width: 1390px;
}
/*------------ more ------------*/
.more_btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 300px;
    height: 66px;
    text-transform: uppercase;
    overflow: hidden;
    border-radius: 66px;
    z-index: 1;
    color: #fff;
    font-size: 36px;
    font-weight: 400;
    text-align: center;
}
.event-sect .more_btn{
    position: absolute;
    left: calc(50% - 150px);
    bottom: -33px;
}
.about-sect .more_btn{
    position: relative;
    margin: 48px auto 0;
}
.more_btn b {
    font-weight: 400;
    text-align: center;
    display: block;
    z-index: 10;
    position: relative;
}
.more_btn:before {
    content: '';
    width: 100%;
    height: 100%;
    background: url(../../images/common/bg.jpg);
    position: absolute;
    display: block;
    z-index: -1;
}
.color_reverse.more_btn:before{
    background: url(../../images/common/bg_red.jpg);
}
.more_btn span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: url(../../images/common/bg_red.jpg);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: width 0.4s, height 0.4s;
    transition: width 0.4s, height 0.4s;
    z-index: -1;
}
.color_reverse.more_btn span{
    background: url(../../images/common/bg.jpg);
}
.more_btn:hover span {
    width: 562.5px;
    height: 562.5px;
}
/*------------ banner ------------*/
.banner,
.banner_m {
    overflow: hidden;
    display: block;
}
.banner .slick-track{
    /*margin: 0 -32px;*/
}
.banner .item {
    padding: 0 32px;
}
.banner img,
.banner_m img{
    width: 100%;
    border-radius: 64px;
}
.banner .container,
.banner_m .container {
    max-width: 1440px;
    padding: 0;
}
.banner .slick-list,
.banner_m .slick-list {
    overflow: visible;    
}
.banner .slick-list{
    margin: 0 -32px;
}
.banner .slider:before,
.banner_m .slider:before {
    left: -100%;
}
.banner .slider:after,
.banner_m .slider:after {
    right: -100%;
}
.banner .slider:before,
.banner .slider:after,
.banner_m .slider:before,
.banner_m .slider:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.5);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    z-index: 10;
}
.banner-pages-m .slick-dots,
.banner-pages-m .slick-dots li,
.banner-pages .slick-dots,
.banner-pages .slick-dots li {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.banner-pages-m .slick-dots,
.banner-pages .slick-dots {
    width: 100%;
    padding: 16px 0 ;
    line-height: 0;
    margin:16px auto ;
}
.banner-pages-m .slick-dots li,
.banner-pages .slick-dots li {
    display: inline-block;
    margin: 0 10px;
    line-height: 0;
}
.banner-pages-m .slick-dots button,
.banner-pages .slick-dots button {
    width: 10px;
    height: 10px;
    border: 0;
    color: transparent;
    background: #2D3A83;
    cursor: pointer;
    border-radius: 50%;
    padding: 0;
}
.banner-pages-m .slick-active button ,
.banner-pages .slick-active button {
    background: #CE1A1B;
}
.banner_m,
.banner-pages-m{
    display: none;
}
.slick-arrow {
    font-size: 0;
    border: 0;
    color: transparent;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: transparent;
    position: absolute;
    border-radius: 50%;
    right: 0;
    top: calc(50% - 35px);
    z-index: 15;
    transition: all .3s ease;
    cursor: pointer;
    border: 5px solid #2D3A83;
}
.slick-arrow:hover:before {
    color: #CE1A1B;
}
.slick-arrow:hover {
    border: 5px solid #CE1A1B;
}
.slick-prev {
    left: -35px;
}
.slick-next {
    right: -35px;
}
.slick-arrow:before {
    content: "";
    color: #2D3A83;
    font-size: 38px;
    line-height: 24px;
    font-family: 'icon-font' !important;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all .3s ease;
    font-weight: bold;
}
.slick-prev:before {
    content: "\f104";
    position: relative;
    top: -1px;
    left: -2px;
}
.slick-next:before  {
    content: "\f105";
    position: relative;
    top: -1px;
    right: -2px;
}
.article-list .slick-arrow{
    position: relative;
}
.article-list .slick-prev,
.article-list .slick-next{
    left:auto;
    right:auto;
    top:auto;
    min-width: 70px;
}
.article-list .slick-prev{
    margin-right:24px;
}
.article-list .slick-next{
    margin-left:24px;
}
/*------------ sect-title_box ------------*/
.sect-title_box{
    display: block;
    width: fit-content;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}
.txt-box{
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 700px;
}
/*------------ sect01 ------------*/
.sect1 {
    padding: 0 0 90px;
}
/*---- event-sect ----*/
.event-sect{
    padding: 32px 0 80px;
}
.row.event{
    display: flex;
    align-items: center;
    justify-content: center;
}
.row.event .col.pic{
    width: 50%;
    max-width: 680px;
    position: relative;
    z-index: 50;
}
.row.event .col.pic img{
    position: relative;
    border-radius: 64px;
}
.row.event .col.pic:after{
    content: '';
    display: block;
    background: url('../../images/common/bg_red.jpg');
    width: 100%;
    height: 100%;
    border-radius: 64px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.2;
    transform: rotate(5deg);
    z-index: -10;

}
.row.event .col.txt{
    width: 80%;
    background: url('../../images/common/bg2.jpg');
    border-radius: 128px;
    box-sizing: border-box;
    padding: 72px 296px 100px 152px;
    flex-shrink: 0;
    margin-right: -216px;
    max-width: 900px;
    position: relative;
}
.sect-title{
    font-size: 40px;
    color: #2D2D41;
    margin-bottom: 24px;
    padding: 0 0 16px;
    display: block;
    width: fit-content;
    font-weight: bold;
    position: relative;
    line-height: 1.2;
    letter-spacing: 0.1em;
    text-indent: -0.1em;
    text-align: center;
}
.event-sect .sect-title{
    text-align: left;
    text-indent: 0.1em;
}
.sect-title:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 2px;
    left: 0;
    background-color: rgba(255,255,255,0);
    background-image: linear-gradient(to right, rgba(85,85,85,1), rgba(85,85,85,1) 8px, rgba(85,85,85,0) 8px, rgba(85,85,85,0) );
    background-size: 12px 100%;
}
.case-sect .sect-title:after{
    left: calc(50% - 98px);
}
.sect-title span{
    display: block;
    font-family: "Quicksand", sans-serif;
    font-size: 20px;
    color: #CD191A;
    margin-bottom: 12px;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.row.event .col.txt .name{
    color: #2C2C40;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 12px;
    padding: 0 0 12px;
    display:flex;
    align-items:center;
}
.row.event .col.txt .name:before {
    content: "";
    width: 7px;
    height: 7px;
    display: block;
    background: #CE1A1B;
    border-radius: 100%;
    margin-right: 16px;
    flex-shrink: 0;
}
.row.event .col.txt .text{
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
}
.row.event .col.txt .text li{
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 60px;
    box-sizing: border-box;
    padding:12px 40px ;
    font-size: 20px;
    color: #4C4C5D;
    line-height: 1;
}
.row.event .col.txt .text li+li{
    margin-top: 16px;
}
.info-t{
    display: flex;
    align-items: center;
}
.row.event .col.txt .text li i{
    color: #2C2C40;
    margin-right: 4px;
}
.row.event .col.txt .text li span{
    color: #2C2C40;
    font-weight: bold;
}
.row.event .col.txt .tree1{
    display: block;
    left: -96px;
    bottom: calc(50% - 100px);
    margin:0;
    position: absolute;
    z-index: 7;
    animation: dodo 2.5s  infinite normal;
    animation-delay: .3s;
    transform-origin: center center;
    transition-delay: 0.9s;
}
.row.event .col.txt .tree2{
    display: block;
    left: 0;
    bottom: calc(50% - 216px);
    margin:0 auto;
    position: absolute;
    z-index: 7;
    animation: dodo 2.5s  infinite normal;
    animation-delay: 1.3s;
    transform-origin: center center;
    transition-delay: 0.9s;
}
.row.event .col.pic .tree3{
     display: block;
     right: 0;
     bottom: -84px;
     margin:0 auto;
     position: absolute;
     z-index: 7;
     animation: dodo 2.5s  infinite normal;
     animation-delay: .8s;
     transform-origin: center center;
}
@keyframes dodo{
  0%, 50%{
    transform: rotate(0deg);
  }
  62.5%, 87.5%{
    transform: rotate(-1deg) translateY(-3px);
  }
  75%, 100%{
    transform: rotate(0deg);
  }
}
/*------------ about-sect ------------*/
.about-sect{

padding: 45px 0 0;
}
.about-sect .container{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.about-sect .sect-title_box{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
}
.about-sect .house1{
    display: block;
    margin: 0 auto 16px;
}
.about-sect .heart1{
    position: absolute;
    top: 36px;
    right: -108px;
    animation: cherryBlossoms01 5s ease infinite forwards;
}
.about-sect .txt-box{
    max-width: 700px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.about-sect .txt-box .heart2{
    display: block;
    position: absolute;
    top: 36px;
    left: -200px;
    z-index: -1;
    animation: cherryBlossoms02 4s ease infinite forwards;
}
.about-sect .txt-box .heart3{
    display: block;
    position: absolute;
    top: -100px;
    right: -100px;
    z-index: -1;
    animation: cherryBlossoms03 3s ease infinite forwards;
}
.about-sect .hug{
    margin: 0 auto;
    display: block;
    text-align: center;
}
@keyframes cherryBlossoms01 {
    0% {
        opacity: 0;
/*        top: -80px;
        left: 154px;*/
        transform: rotate(0) translateX(154px) translateY(-80px);
    }
    40% {
        opacity: 1;
    }
    60% {
        opacity: 1;

    }
    100% {
        opacity: 0;
/*        top: 100px;
        left: 150px;*/
        transform: rotate(30deg) translateX(150px) translateY(100px);
    }
}
@keyframes cherryBlossoms02 {
    0% {
        opacity: 0;
        /*top: -7px;
        left: 144px;*/
        transform: rotate(0) translateX(144px) translateY(-70px);
    }
    40% {
        opacity: 1;
    }
    60% {
        opacity: 1;
    }
    100% {
        opacity: 0;
/*        top: 100px;
        left: 197px;*/
        transform: rotate(-45deg) translateX(197px) translateY(200px);
    }
}
@keyframes cherryBlossoms03 {
    0% {
        opacity: 0;
/*        top: 60px;
        left: 150px;
        -webkit-transform: rotate(0);
        transform: rotate(0);*/
        transform: rotate(0deg) translateX(150px) translateY(60px);
    }
    40% {
        opacity: 1;
    }
    60% {
        opacity: 1;
    }
    100% {
        opacity: 0;
/*        top: 150px;
        left: 120px;
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);*/
        transform: rotate(15deg) translateX(120px) translateY(150px);
    }
}
/*------------ article-sect ------------*/
.article-sect{
    padding: 0px 0 72px;
    background-color: rgba(243, 243, 243, 1);
    background-image: radial-gradient(rgba(212, 212, 212, .5) 0.8px, rgba(255, 255, 255, 0) 0.8px);
    background-size: 24px 24px;
    position: relative;
    z-index: 10;
    margin-top: 96px;
}
.article-sect:before {
    content: '';
    display: block;
    background-color: rgba(243, 243, 243, 1);
    background-image: radial-gradient(rgba(212, 212, 212, .5) 0.8px, rgba(255, 255, 255, 0) 0.8px);
    background-size: 24px 24px;
    width: 2000px;
    height: 365px;
    border-radius: 100%;
    position: absolute;
    top: -124px;
    left: calc(50% - 1000px);
    z-index: -10;
}
.article-sect:after {
    content: '';
    display: block;
    background-color: rgba(243, 243, 243, 1);
    background-image: radial-gradient(rgba(212, 212, 212, .5) 0.8px, rgba(255, 255, 255, 0) 0.8px);
    background-size: 24px 24px;
    width: 2000px;
    height: 365px;
    border-radius: 100%;
    position: absolute;
    bottom: -124px;
    left: calc(50% - 1000px);
    z-index: -10;
}
.article-sect .container{

}
.article-sect .house2{
    display: block;
    position: absolute;
    top: calc(100% - 90px);
    left: -103px;
    z-index: -1;
        animation: dodo 2.5s  infinite normal;
    animation-delay: .3s;
    transform-origin: center center;
    transition-delay: 0.9s;
}
.article-sect .tree4{
    display: block;
    position: absolute;
    top: calc(100% - 24px);
    right: -112px;
    z-index: -1;
        animation: dodo 2.5s infinite normal;
    animation-delay: .8s;
    transform-origin: center center;
}
.article-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    position: relative;
    z-index: 20;
}
.article-list li {
    padding: 24px 12px ;
    position: relative;
}
.article-list li .box {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 390px;
}
.article-list li .top-box{
    margin: 0 auto;
    position: relative;
    overflow: visible;
}
.article-list li .pic {
    position: relative;
    box-sizing: border-box;
    border-radius: 64px;
    margin: 0 auto;
    overflow: hidden;
}
.article-list li .pic img{
    
}
.article-list li .pic:before{
    transition: all .5s ease-in-out;
    display: block;
    position: absolute;
    opacity: 0;
}
.article-list li .pic:before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(202, 159, 135, .6);
}
.article-list li:hover .pic:before{
    opacity: 1;
}
.article-list li .text {
    margin: -130px 0 0 0;
    padding: 130px 32px 48px;
    background: #fff;
    box-shadow: 0 8px 16px rgba(0,0,0,0.1);
    border-radius: 48px;
    width: 100%;
    box-sizing: border-box;
}
.article-list li .name {
    margin: 15px 0;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3;
    color: #2C2C3F;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 50px;
    overflow: hidden;
    white-space: inherit;
    transition: all .5s;
}
.article-list li:hover .name{
    color: #CE1A1B;
}
.article-list li .date {
    width: 90px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    position: absolute;
    left: 24px;
    top: -24px;
    z-index: 5;
    transition: all .5s;
    text-align: center;
    overflow: visible;
    box-sizing: border-box;
    display: none;
}
.article-list li:hover .date{
    
}
.article-list li .date:after{
    content: '';
    display: block;
    background: #CD191A;
    mask: url(../../images/common/article/date.png) 50% 50% no-repeat;
    width: 90px;
    height: 80px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    transition: all .5s;
    overflow: visible;
}
.article-list li:hover .date:after{
    background: #212F7C;
}
.article-list li .date .day {
    font-size: 30px;
    display: block;
    width: 100%;
    line-height: 1;
    margin-bottom: -32px;
    letter-spacing: 0;
}
.article-list li .date .month,
.article-list li .date .years {
    font-size: 13px;
    line-height: inherit;
    margin-top: 0;
    letter-spacing: 0;
    line-height: inherit;
}
.article-list li .date .years:before {
    content: '.';
}
.article-list a.cover {
    font-size: 0;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 30;
}
  /*keyword*/
.keyword_box{
    margin-top: 10px;
    font-size: 14px;
    position: relative;
    z-index: 35;
}
.keyword_box .keyword  li{
    width: auto;
    padding: 0 0px;
    display: inline;
}
.article-list .keyword_box li a,.keyword_box li a{
    color: #5F5F72;
    line-height: 1;
    margin-bottom: 4px;
    margin-right: 2px;
    font-size: 16px;
    display: inline;
    transition: all .5s;
}
.keyword_box li:last-child a:after{
    display: none;
}
.keyword_box li a:before{
    content: '#';
    display: inline;
}
.keyword_box li:hover a{
    color: #1F2D7A;

}
.keyword_box.detail{
    margin:15px 0;
}   
.article-pic{
    margin:0 0 15px;
    max-width: 600px;
}
/*------------ case-sect ------------*/
.case-sect{
    padding: 40px 0 80px;
    position: relative;
}
.case-sect .container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.case-sect .house3 {
    display: block;
    width: fit-content;
    margin: 0 auto 32px;
}
.case-sect .sect-title{
    font-size: 30px;
}
/*---- news ----*/
.news-box {
    width: 48%;
    float: left;
    margin: 0 5% 0 0;
}
.news-box .title {
    font-size: 33px;
    font-weight: bold;
    color: #4C3339;
    line-height: 1.2;
    
    border-bottom: 2px solid #D6D6D6;
    letter-spacing: 3px;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
}
.news-list li {
    padding: 12px 0;
    border-bottom: 1px solid rgba(204, 204, 204, .5);
}
.news-list li .date {
    font-size: 12px;
    width: 105px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    background: url('../../images/common/bg/bg3.png');
    display: inline-block;
    
}
.news-list li .name {
    display: inline-block;
    margin: 0 0 0 20px;
    vertical-align: middle;
    width: calc(100% - 130px);
    color: #444444;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: normal;
}
.news-list li .name span {

}
.news-list li .box:hover .name {
    color: #663300;
}
.news-list .box{
    position: relative;
}
.news-list .cover {
    font-size: 0;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
}
/*---- about + service ----*/
.about-box {
    float: left;
    width: 22%;
    margin: 0 3% 0 0;
    position: relative;
}
.service-box {
    float: right;
    width: 22%;
    position: relative;
}
.about-box .cover,
.service-box .cover {
    font-size: 0;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%; 
}
.about-box .pic,
.service-box .pic {
    max-width: 290px;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
}
.about-box .cover,
.service-box .cover {
    font-size: 0;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
}
.about-box .box,
.service-box .box {
    background: url('../../images/common/index/about_bg.jpg') center top;
    padding: 8px;
}
.service-box .box {
    background: url('../../images/common/index/service_bg.jpg') center top;
}
.about-box .pic p,
.service-box .pic p {
    border: 1px solid #FFFFFF;
    line-height: 1.2;
    font-size: 13px;
    color: #8E797B;
    margin: 0;
    padding: 20px 0;
}
.about-box .pic p b,
.service-box .pic p b {
    font-size: 28px;
    font-weight: normal;
    display: block;
    color: #4C3339;
    
}
.about-box .txt,
.service-box .txt {
    display: table-cell;
    vertical-align: middle;
    padding: 0 0 0 15px;
}
/*------------ products ------------*/
.products-sect {
    background: url('../../images/common/index/products_bg.jpg') no-repeat center top;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 60px 0 0 0;
    display: none;
}
.products-sect .title {
    line-height: 1.2;
    color: #4C3339;
    font-size: 33px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 3px;
    margin: 0 0 50px;
}
.products-sect .title a {
    width: 35px;
    height: 35px;
    background: transparent;
    color: #E0AC72;
    border: 1px solid #E0AC72;
    font-size: 24px;
    border-radius: 50%;
    line-height: 33px;
    text-align: center;
    display: inline-block;
    margin: 0 0 0 55px;
    box-sizing: border-box;
    padding: 0 0 0 5px;
    transition: all .5s;
}
.products-sect .title a:hover {
    background: #E0AC72;
    color: #fff;
    transition: all .5s;
}
.product-list {
    margin: 0 -14px;
}
.product-list li {
    width: 25%;
    padding: 0 14px 50px;
}
.product-list li:nth-child(4n+1) {
    clear: left;
}
.product-list > li > a {
    margin: 0 auto;
    padding: 10px;
    display: inline-block;
    background: #fff;
    max-width: 320px;
    box-sizing: border-box;
}
.product-list .pic {
    position: relative;
    box-sizing: border-box;
    transition: all .5s;
}
.product-list li .pic:before,
.product-list li .mask {
    transition: all .5s ease-in-out;
    display: block;
    position: absolute;
    opacity: 0;
}
.product-list li .pic:before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(202, 159, 135, .6);
    border: 1px solid rgba(172, 111, 77, .6);
    z-index: 5;
}
.product-list .box img {
    width: 100%;
}
.product-list li .mask {
    width: 54px;
    height: 54px;
    border: 2px solid #FFFFFF;
    border-radius: 50%;
    top: 0;
    left: 50%;
    margin: -27px 0 0 -27px;
    z-index: 10;
}
.product-list li .mask i {
    color: #954537;
    font-size: 23px;
    font-weight: bold;
    background: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: block;
    margin: 2px 0 0 2px;
    text-align: center;
    line-height: 50px;
}
.product-list li:hover .pic:before,
.product-list li:hover .mask {
    transition: all .5s ease-in-out;
    opacity: 1;
}
.product-list li:hover .mask {
    top: 50%;
}
.product-list .text {
    text-align: center;
    max-width: 268px;
    margin: 0 auto;
}
.product-list .name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    color: #4C3439;
    margin: 15px 0 10px;
}
.product-list li:hover .name {
    color: #C77D2C;
}
.product-list li .offers {
    color: #BA7F5F;
    font-size: 15px;
    font-weight: bold;
}
.product-list li .offers:before,
.product-list li .offers:after {
    content: "-";
    display: inline-block;
    margin: 0 5px;
}
.product-list .box{
    position: relative;
}
.product-list .cover {
    font-size: 0;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 130;
}
/*------------ editor-sect ------------*/
.editor-sect {
}
/*------------ album ------------*/
.album-sect {
    position: relative;
    z-index: 30;
}
.album-sect .container{
    max-width: 100%;
    padding: 0;
}

.album-list {
    margin: 0 -48px;
}
.album-list li{
    clear: none!important;
    padding: 24px 8px!important;
    position: relative;
}
.album-list li{
    top: -24px;
    margin-right: 0;
}
.album-list li:nth-child(2n){
    top: 0;
    margin-right: 0;
    margin-left: 0;
}
.album-list li .pic {
    overflow: hidden;
    position: relative;
 /*   max-width: 316px;*/
    margin: 0 auto;
}
.album-list li .pic img{
    width: 100%;
}
.album-list li .pic:before,
.album-list li .cover {
    content: "";
    position: absolute;
    transition: all .5s;
    opacity: 0;
}
.album-list li .cover {
    z-index: 100;
    color: #FFFFFF;
    font-size: 32px;
    text-align: center;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    line-height: 1;
    box-sizing: border-box;
     padding: 0 10px; 
}
.album-list .box:hover .cover {
    padding: 32% 10px 0;
}
.album-list li .cover i {
    color: #FFFFFF;
    width: 40px;
    height: 40px;
    border: 2px solid #FFFFFF;
    box-sizing: border-box;
    display: block;
    margin: 0 auto;
    font-size: 18px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.album-list li .pic:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 1;
    transition: all .5s;
}
.album-list li .name{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 20px;
    overflow: hidden;
    padding: 15px 20px 15px;
}
.album-list .box:hover .pic:before,
.album-list .box:hover .cover {
    
    opacity: 1;
}
.album-list .box {
    position: relative;
    border-radius: 48px;
    overflow: hidden;

}
.album-list li .box{
    border: 8px solid rgba(206,26,27,0.26);
}
.album-list li:nth-child(2n) .box{
    border: 8px solid rgba(91,101,157,0.26);
}
.album-list a.cover2 {
    font-size: 0;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 130;
}
/*------------ link ------------*/
.links-sect {
    padding: 0 0 70px;
    display: none;
}
.links-sect .title {
    font-size: 33px;
    letter-spacing: 4px;
    font-weight: bold;
    color: #705F5F;
    text-align: center;
}
.links-sect .line {
    margin: 60px auto;
    line-height: 1.2;
    position: relative;
}
.links-sect .line span {
    display: inline-block;
    padding: 0 40px;
}
.links-sect .line:before,
.links-sect .line:after {
    content: "";
    width: calc(50% - 70px);
    display: inline-block;
    height: 1px;
    background: #E0D9DA;
    position: absolute;
    top: 50%;
    left: 0;
}
.links-sect .line:after {
    left: auto;
    right: 0;
}
.links-sect .more {
    float: none;
    display: block;
    text-align: center;
}
.link-list {
    margin: 0 -10px;
}
.link-list li {
    width: calc(100% / 8);
    text-align: center;
    padding: 0 10px;
}
.link-list li:nth-child(8n+1) {
    clear: left;
}
.link-list li .box {
    margin: 0 auto;
    max-width: 210px;
    box-sizing: border-box;
}
.link-list li .pic {
    position: relative;
    border: 1px solid #EEEEEE;
    transition: all .5s;
}
.link-list li .box:hover .pic img {
    transition: all .5s;
    opacity: .7;
}
.link-list .box{
    position: relative;
}
.link-list .cover {
    font-size: 0;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 30;
}
/*------------ rwd ------------*/
@media screen and (max-width: 1600px) {
    .banner .slick-prev {
        left: 10px;
    }
    .banner .slick-next {
        right: 10px;
    }
}
@media screen and (max-width: 1100px) {
    .sect1 {
        text-align: center;
    }
    .news-box,
    .about-box,
    .service-box {
        width: 100%;
        float: none;
        margin: 0 0 25px;
    }
    .about-box,
    .service-box {
        display: inline-block;
        width: 35%;
        padding: 0 5px;
        box-sizing: border-box;
        margin: 0 -4px 0 0;
    }
}
@media screen and (max-width: 1024px) {
    .banner-pages .slick-dots {
        text-align: center;
        margin: 20px 0 30px;
        padding: 0;
    }
    .product-list {
        text-align: center;
        max-width: 700px;
        margin: 0 auto;
    }
    .product-list li {
        width: 50%;
    }
    .product-list li:nth-child(4n+1) {
        clear: none;
    }
    .product-list li:nth-child(2n+1) {
        clear: left;
    }
    .link-list li:nth-child(4n+1) {
        clear: left;
    }
    .link-list li {
        width: 25%;
        padding: 0 10px 10px;
    }
    .row.event{
        flex-direction: column;
    }
    .row.event .col.txt{
        width: 100%;
        margin: 0 auto;
        padding: 48px 32px 128px;
        border-radius: 64px;
    }
    .row.event .col.pic{
        width: 100%;
        margin-top: -72px;
    }
    .sect-title {
        font-size: 32px;
        text-align: center;
        text-indent: inherit;
    }
    .event-sect .sect-title{
        text-align: center;
        margin: 0 auto 24px;
    }
    .row.event .col.txt .name{
        font-size: 24px;
    }
    .row.event .col.txt .text li{
        flex-direction: column;
        align-items: flex-start;
        font-size: 18px;
    }
    .info-t{
        margin-bottom: 8px;
    }
    .row.event .col.txt .tree2,
    .row.event .col.txt .tree1{
        display: none;
    }
    .more_btn{
        width: 192px;
        height: 56px;
        font-size: 30px;
    }
    .event-sect .more_btn {
        position: absolute;
        left: calc(50% - 96px);
        bottom: -28px;
    }
    .about-sect .more_btn{
        margin-top: 24px;
    }
    .event-sect{
        padding: 0 0 80px;
    }
    .article-sect .house2{
        left: calc(50% - 36px);
        top: calc(100% - 120px);
    }
}
@media screen and (max-width: 960px) {
    .about-box,
    .service-box {
        width: 50%;
    }
    .album-list li {
        width: 50%;
        padding: 0 15px 35px;
    }
    .album-list li:nth-child(4n+1) {
        clear: none;
    }
    .album-list li:nth-child(2n+1) {
        clear: left;
    }
}
@media screen and (max-width: 767px) {
    .banner_m .slick-prev {
        left: 10px;
    }
    .banner_m .slick-next {
        right: 10px;
    }
    .banner_m,
    .banner-pages-m{
        display: block;
        margin: 0 15px;
    }
    .banner-pages-m .slick-dots {
        text-align: center;
        margin: 20px 0 30px;
        padding: 0;
        display: none;
    }
    .banner,
    .banner-pages{
        display: none;
    }
    .article-list .slick-prev, .article-list .slick-next{
        position: absolute;
    }
    .article-list .slick-prev{
        left: 0;
    }
    .article-list .slick-next{
        right: 0;
    }
}
@media screen and (max-width: 600px) {
    .product-list li {
        width: 100%;
        padding: 0 0 50px;
    }
    .about-box,
    .service-box {
        padding: 0;
        margin: 0 0 10px;
        width: 100%;
    }
    .links-sect .line {
        margin: 30px auto;
    }
    .link-list li:nth-child(2n+1) {
        clear: left;
    }
    .link-list li {
        width: 50%;
        padding: 0 10px 10px;
    }
}
@media screen and (max-width: 480px) {
    .news-list li {
        padding: 8px 0;
    }
    .news-list li .name {
        display: block;
        margin: 5px 0 0 0;
        width: auto;
    }
    .album-list li {
        width: 100%;
    }
    .article-list .slick-prev{
        left: 0;
        top: calc(50% - 60px);
    }
    .article-list .slick-next{
        right: 0;
        top: calc(50% - 60px);
    }
}
