/* ------ banner ------ */
.banner .slick-dots,
.banner_m .slick-dots {
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
}
.banner .slick-dots li,
.banner_m .slick-dots li {
    margin: 10px 0;
    display: flex;
}
.banner .slick-dots li button,
.banner_m .slick-dots li button {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    padding: 0;
    border: 0;
    background: transparent;
    border: 1px solid #D6D6D6;
    width: 8px;
    height: 8px;
    transition: all .5s ease;
    border-radius: 100%;
}
.banner .slick-dots li.slick-active button,
.banner_m .slick-dots li.slick-active button {
    background: #52A9A4;
    border-color: #52A9A4;
}
.banner_m {
    display: none;
}
/* ------ common ------ */
.sect-title {
    position: relative;
    margin: 0 0 30px;
}
.about-sect .sect-title{
    display: block;
    text-align: center;
    margin: 0;
}
.about-sect .sect-title::after {
    content: '';
    position: relative;
    display: block;
    width: 60px;
    height: 1px;
    background: #52A9A4;
    margin: 20px auto 0;
}
.sect-title span{
    position: relative;
    box-sizing: border-box;
    font-size: 50px;
    font-weight: 600;
    color: #52A9A4;
    letter-spacing: 0.2px;
    line-height: 1.2;
    white-space: nowrap;
    font-family: 'Cormorant Garamond', serif;
}
.sect-title h2 {
    position: relative;
    box-sizing: border-box;
    display: block;
    font-size: 26px;
    font-weight: normal;
    color: #333333;
    letter-spacing: 2px;
    line-height: 1.2;
    margin: 0;
}/* ------ more ------ */
.btn.more {
    position: relative;
    display: block;
    text-align: left;
    width: 166px;
    height: 50px;
    line-height: 50px;
    color: #555555;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    font-family: 'Cormorant Garamond', serif;
    transition: all .5s ease;
}
.news-sect .btn.more{
    position: absolute;
    top: 45%;
    left: 7%;
}
.service-sect .btn.more{
    margin-top: 40px;
    align-self: flex-end;
}
.btn.more:hover {
    color: #52A9A4;
}
.btn.more::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 1px solid rgb(82, 169, 164, 0.5);
    background: #fff;
    transition: all .5s ease;
}
.btn.more::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 19px;
    transform: translateY(-50%);
    width: 33px;
    height: 5px;
    background: #52A9A4;
    clip-path: polygon(55% 75%, 55% 0, 100% 100%, 0 100%, 0 75%);
    transition: all .5s ease;
}
.btn.more:hover:after {
    right: 9px;
}
/* ------ sect1-about ------ */
.sect1{
    position: relative;
    padding: 80px 0 0;
    z-index: 2;
}
.about-sect {
    position: relative;
    box-sizing: border-box;
}
.about-sect .index-about-editor {
    position: relative;
    box-sizing: border-box;
    display: block;
    text-align: center;
    margin: 0 auto;
    padding: 60px 60px 115px;
}
.about-sect .index-about-editor::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    max-width: 1600px;
    margin: 0 auto;
    background: url(../../images/common/index/bg.jpg);
    z-index: -1;
}
.about-sect .index-about-editor .editor {
    position: relative;
    box-sizing: border-box;
    color: #666666;
    letter-spacing: 1.5px;
    line-height: 2.2;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 145px;
}
.about-sect .more {
    position: relative;
    box-sizing: border-box;
    display: block;
    width: 85px;
    height: 85px;
    text-align: center;
    line-height: normal;
    padding: 23.5px 0;
    white-space: break-spaces;
    border-radius: 100%;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #555555;
    background: #FFFFFF;
    margin: -42.5px auto 0;
    font-family: 'Cormorant Garamond', serif;
    transition: all .5s ease;
}
.about-sect .more:before,
.about-sect .more:after{
    display: none;
}
.about-sect .more .aboutButtonBar {
    background: #52A9A4;
    width: 1px;
    height: 30px;
    position: absolute;
    top: -20%;
    left: 50%;
    transform: translateX(-50%);
    transition: all .5s cubic-bezier(0.77, 0, 0.175, 1);
}
.about-sect .more:hover .aboutButtonBar {
    background: rgb(82, 169, 164, 0.3);
    top: -15%;
}
.about-sect .more .aboutButtonCircle {
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(90deg);
}
.about-sect .more .circleUnder {
    fill: none;
    stroke: #52A9A4;
    stroke-width: 1px;
    stroke-dasharray: 433px;
    stroke-dashoffset: 0px;
    animation: circleDownOff 1s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}
.about-sect .more .circleOver {
    fill: none;
    stroke: rgb(82, 169, 164, 0.3);
    stroke-width: 1px;
    stroke-dasharray: 433px;
    stroke-dashoffset: 0;
    animation: circleUpOff 1s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}
.about-sect .more:hover .circleUnder {
    animation: circleDownOn 1s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}
.about-sect .more:hover .circleOver {
    animation: circleUpOn 1s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}
@keyframes circleUpOn {
    0% {
        stroke-dashoffset: 433;
    }
    100% {
        stroke-dashoffset: 0;
    }
}
@keyframes circleDownOn {
    0% {
        stroke-dashoffset: 0;
    }
    100% {
        stroke-dashoffset: -433;
    }
}
@keyframes circleUpOff {
    0% {
        stroke-dashoffset: 0;
    }
    100% {
        stroke-dashoffset: 433;
    }
}
@keyframes circleDownOff {
    0% {
        stroke-dashoffset: -433;
    }
    100% {
        stroke-dashoffset: 0;
    }
}
/* ------ sect2-ad ------ */
.sect2 {
    position: relative;
    display: block;
    width: 100%;
    height: 25rem;
    overflow: hidden;
    padding: 40px 0;
    margin: -82px 0 0;
    z-index: 1;
}
.sect2 .container {
    max-width: 1920px;
    padding: 0;
}
/* ------ sect3-news ------ */
.sect3 {
    position: relative;
    padding: 40px 0 30px;
}
.sect3::before {
    content: '';
    position: absolute;
    top: 168px;
    left: 0;
    right: 0;
    width: 100%;
    height: calc(100% - 168px);
    margin: 0 auto;
    background: url(../../images/common/index/bg.jpg);
}
.news-sect {
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
}
.news-sect .sect-title {
    padding: 45px 0 0;
    display: flex;
    align-items: flex-end;
    width: 100%;
    max-width: 377px;
}
.news-sect .sect-title::before{
    content: '';
    position: absolute;
    top: -115px;
    left: -230px;
    width: 350px;
    height: 245px;
    background: url(../../images/common/index/news_left.png) no-repeat;
    background-size: cover;
}
.news-sect .sect-title span {
    line-height: 0.9;
}
.news-sect .sect-title h2 {
    margin-left: -25px;
}
.news-sect .sect-title span i {
    font-style: unset;
    display: block;
}
.news-list {
    margin: 0 -20px;
    width: calc(100% - 337px);
}
.news-list .item {
    width: calc(100% / 3);
    padding: 0 20px;
}
.news-list .item:nth-child(3n+1) {
    clear: left;
}
.news-list .box {
    max-width: 330px;
    position: relative;
    margin: 0 auto;
}
.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 .item{
    margin: 0 auto 40px;
}
.news-list .pic {
    position: relative;
    overflow: hidden;
    margin-bottom: 14px;
}
.news-list .pic img{
    width: 100%;
}
.news-list .txt {
    position: relative;
    padding-left: 76px;
    line-height: 1.5;
}
.news-list .date {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 56px;
    height: 70px;
    color: #52A9A4;
    border: 1px solid #52A9A4;
    background: #fff;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    font-family: 'Cormorant Garamond', serif;
}
.news-list .date small {
    display: block;
    font-size: 15px;
}
.news-list .name {
    position: relative;
    color: #333333;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 1px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 24px;
    margin: 0 0 8px 0;
    transition: all .5s;
}
.news-list .box:hover .name {
    color: #52A9A4;
}
.news-list .description {
    position: relative;
    box-sizing: border-box;
    color: #535353;
    font-size: 14px;
    letter-spacing: 0.8px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 45px;
}
.news-list .more {
    position: relative;
    box-sizing: border-box;
    display: block;
    width: 100px;
    color: #555555;
    font-size: 15px;
    text-align: center;
    letter-spacing: 1.9px;
    line-height: 30px;
    border-bottom: 2px solid #52A9A4;
    margin: 20px auto 0;
    font-family: 'Cormorant Garamond', serif;
    transition: all .5s ease;
}
.news-list .item:hover .more {
    border-bottom-color: rgb(82, 169, 164, 0.3);
    color: #52A9A4;
}
/* ------ sect4-service ------ */
.sect4 {
    position: relative;
    padding: 30px 0;
    z-index: 1;
}
.sect4::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: calc(50% + 112px);
    left: 0;
    right: 0;
    margin: 0 auto;
    background: url(../../images/common/index/bg.jpg);
}
.sect4 .container{
    padding: 0;
    max-width: 100%;
}
.service-sect {
    position: relative;
    z-index: 10;
}
.service-sect .row{
    position: relative;
    display: flex;
    align-items: center;
    z-index: 1;
}
.service-sect .row .col.pic{
    flex-shrink: 0;
    width: 50%;
    overflow: hidden;
}
.service-sect .row .col.pic img {
    object-fit: cover;
    height: 100%!important;
    max-width: inherit;
}
.service-sect .row .col.txt{
    display: flex;
    flex-direction: column;
    width: 50%;
    position: relative;
    box-sizing: border-box;
    margin-right: 11.71875%;
    padding: 0 8%;
}
.service-sect .editor {
    color: #666666;
    letter-spacing: 1.5px;
    line-height: 2.2;
    margin-top: 40px;
}
/* ------ 文字跑馬燈 ------ */
.word_marquee {
    width: 100%;
    height: 155px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.word_marquee .track {
    position: absolute;
    white-space: nowrap;
    will-change: transform;
    animation: marquee_left 40s linear infinite;
}
.word_marquee .track span {
    font-family: 'Cormorant Garamond', serif;
    position: relative;
    padding: 0 100px 0 0;
    line-height: 0.7;
    font-size: 220px;
    overflow: visible;
    white-space: nowrap;
    color: #fff;
    opacity: 0.5;
    font-weight: 500;
}
@keyframes marquee_left {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}
/* ------ /文字跑馬燈 ------ */
/* ------ /sect4-service ------ */
/* ------ sect5-products ------ */
.sect5 {
    position: relative;
    padding: 50px 0 ;
}
.sect5 .container::before {
    content: '';
    position: absolute;
    bottom: -228px;
    left: -165px;
    width: 330px;
    height: 561px;
    background: url(../../images/common/index/product_left.png) no-repeat;
    background-size: contain;
    z-index: -1;
}
.sect5 .container::after {
    content: '';
    position: absolute;
    top: -30px;
    right: -324px;
    width: 550px;
    height: 379px;
    background: url(../../images/common/index/product_right.png) no-repeat;
    background-size: contain;
    visibility: visible;
    z-index: -1;
}
.products-sect .sect-title::before {
    content: '';
    margin: 0 auto 10px;
    width: 1px;
    height: 60px;
    background: #52A9A4;
}
.products-sect .sect-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.products-list {
    margin: 0 -1.7%;
}
.products-list .item {
    width: 25%;
    padding: 0 1.7% 3.4%;
}
.products-list .item:first-child {
    width: 50%;
}
.products-list .box {
    max-width: 320px;
    margin: 0 auto;
    position: relative;
}
.products-list .item:first-child .box {
    max-width: 693px;
}
.products-list .box.new:before {
    content: 'HOT';
    position: absolute;
    display: block;
    text-align: center;
    width: 60px;
    height: 30px;
    line-height: 30px;
    left: 15px;
    top: 15px;
    color: #52A9A4;
    font-size: 15px;
    letter-spacing: 0.5px;
    font-weight: 600;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid #DADADA;
    z-index: 5;
    font-family: 'Cormorant Garamond', serif;
}
.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 .pic-box {
    position: relative;
    overflow: hidden;
}
.products-list .pic {
    display: block;
    position: relative;
    overflow: hidden;
}
.products-list .pic:before {
    content: 'VIEW\AMORE';
    white-space: pre;
    background: rgba(255,255,255,0.87);
    color: #52A9A4;
    font-size: 18px;
    font-weight:bold;
    line-height:1.1;
    letter-spacing: 0.5px;
    font-weight: 600;
    font-family: 'Cormorant Garamond', serif;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:100%;
    position: absolute;
    z-index: 1;
    opacity: 0;
    width: 100%;
    height: 100%;
    max-width: 90px;
    max-height: 90px;
    top: calc(50% + 100px);
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .5s ease;
}
.products-list .item:first-child .box .pic:before {
    max-width: 120px;
    max-height: 120px;
}
.products-list .box:hover .pic:before {
    top: calc(50% + 1px);
    opacity: 1;
}
.products-list li .txt {
    position: absolute;
    box-sizing: border-box;
    z-index: 5;
    right: 0;
    bottom: 0;
    display: block;
    background: rgba(255, 255, 255, 0.95);
    padding: 20px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    pointer-events: none;
    width: 85%;
}
.products-list .name {
    position: relative;
    color: #333333;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 1px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 24px;
    margin: 0 0 8px 0;
    transition: all .5s;
}
.products-list .box:hover .name {
    color: #52A9A4;
}
.products-list .description {
    position: relative;
    box-sizing: border-box;
    color: #535353;
    font-size: 14px;
    letter-spacing: 0.8px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 20px;
    margin: 0;
}
/* ------ sect6-album ------ */
.sect6{
    position: relative;
    padding: 0 0 56px;
}
.sect6::before {
    content: '';
    position: absolute;
    top: calc(50% - 28px);
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: url(../../images/common/index/bg.jpg);
}
.album-list-box {
    position: relative;
    box-sizing: border-box;
    padding: 0 50px;
}
.album-sect .slick-prev,
.album-sect .slick-next {
    position: absolute;
    top: calc(50% - 25px);
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 1px solid rgb(82, 169, 164, 0.5);
    background: #fff;
    transition: all .5s;
    color: #52A9A4;
    font-size: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 8;
}
.album-sect .slick-prev {
    left: 0;
}
.album-sect .slick-next {
    right: 0;
}
.album-sect .slick-prev:hover,
.album-sect .slick-next:hover {
    color: #fff;
    background: #52A9A4;
}
.album-sect .slick-prev .arr{
    content: '';
    width: 33px;
    height: 5px;
    background: #52A9A4;
    clip-path: polygon(55% 75%, 55% 0, 100% 100%, 0 100%, 0 75%);
    transform: scaleX(-1);
    transition: all 0.5s ease;
    position: relative;
    right:-8px;
}
.album-sect .slick-next .arr {
    content: '';
    width: 33px;
    height: 5px;
    background: #52A9A4;
    clip-path: polygon(55% 75%, 55% 0, 100% 100%, 0 100%, 0 75%);
    transition: all 0.5s ease;
    position: relative;
    left: -8px;
}
.album-sect .slick-prev:hover .arr {
    right: 0;
    background: #fff;
}
.album-sect .slick-next:hover .arr {
    left: 0;
    background: #fff;
}
.album-list {
    margin: 0 auto;
}
.album-list .item {
    width: 25%;
    padding: 0 16px;
}
.album-list .box {
    max-width: 300px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.album-list .box .cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:30;
}
.album-list .box .pic{
    margin:0 auto 16px;
}
.album-list .fancybox {
    display: none;
}
.album-list .name {
    position: relative;
    color: #333333;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 1px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 24px;
    margin: 0;
    display: flex;
    align-items: center;
    transition: all .5s;
}
.album-list .box:hover .name {
    color: #52A9A4;
}
.album-list .name:before {
    font-family: 'icon-font-5' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e922";
    font-size: 22px;
    color:#52A9A4;
    vertical-align: text-bottom;
    margin: 0 12px 0 0;
}
@media screen and (max-width: 1300px) {
    .news-list {
        margin: 0 -7px;
    }
    .news-list .item {
        padding: 0 7px;
    }
}
@media screen and (max-width: 1280px) {
    /* sect3-news */
    .news-sect .sect-title {
        max-width: 320px;
    }
    .news-list {
        margin: 0 -10px;
        width: calc(100% - 300px);
    }
    .news-list .item {
        padding: 0 10px;
    }
    /* sect4-products */
    .products-list li .txt{
        padding: 15px;
    }
    .products-list .pic:before {
        max-width: 80px;
        max-height: 80px;
    }
}
@media screen and (max-width: 1000px) {
    /* common */
    .sect-title span {
        font-size: 45px;
    }
    .sect-title h2{
        font-size: 23px;
    }
    .news-sect .sect-title,
    .service-sect .sect-title {
        text-align: center;
    }
    .service-sect .sect-title::after{
        margin: 20px auto;
    }
    /* sect1-about */ 
    .sect1 {
        padding: 30px 0;
    }
    .about-sect .index-about-editor .editor{
        display: block;
        -webkit-line-clamp: inherit;
        -webkit-box-orient: inherit;
        overflow: inherit;
        height: auto;
    }
      /* sect2-marquee */
    .sect2 {
        padding: 30px 0;
        margin: -102px 0 0;
        height: 10rem;
    }
    .marquee-content ul > li {
        margin: 0 16px;
        width: 440px;
    }
    /* sect3-news */ 
    .sect3 {
        padding: 30px 0;
    }
    .news-sect {
        flex-direction: column;
    }
    .news-sect .sect-title {
        max-width: unset;
        padding: 0;
        flex-direction: column;
        align-items: center;
    }
    .news-sect .sect-title span i {
        display: inline-block;
    }
    .news-sect .sect-title h2 {
        margin-left: 0;
    }
    .news-sect .sect-title span {
        line-height: 1.2;
    }
    .news-list {
        margin: 0 -10px;
        width: 100%;
    }
    .news-list .item {
        margin: 0 auto 20px;
    }
    .news-sect .btn.more {
        position: relative;
        top: unset;
        left: 0;
        right: 0;
        margin: 0 auto 15px;
    }
    .news-list .name{
        font-size: 16px;
        margin: 0 0 4px 0;
    }
    /* sect4-service */ 
    .sect4{
        padding: 0;
    }
    .sect4::before{
        bottom: calc(100% - 110px);
    }
    .service-sect {
        padding: 0 ;
    }
    .service-sect .row{
        flex-direction: column;
    }
    .service-sect .row .col.pic{
        width: 100%;
        order: 2;
        margin: 40px auto 0;
    }
    .service-sect .row .col.pic img{
        object-fit: cover;
        height: 100% !important;
        width: 100% !important;
        max-width: inherit;
    }
    .service-sect .row .col.txt{
        width: 100%;
        max-width: 720px;
        margin: 0 auto;
        order: 1;
    }
    .service-sect .editor{
        margin: 30px auto 0;
    }
    .service-sect .btn.more{
        align-self: center;
        margin-top: 24px;
    }
    /* sect5-products */ 
    .sect5 {
        padding: 0 0 30px;
    }
    .products-sect .sect-title::before{
        height: 30px;
    }
    .products-sect {
        max-width: 650px;
        margin: 0 auto;
    }
    .products-sect .btn.more {
        margin-bottom: 25px;
    }
    .products-list .item {
        width: 50%;
    }
    .products-list .item:first-child {
        width: 100%;
    }
    .products-list .name{
        font-size: 16px;
        margin: 0 0 4px 0;
    }
    /* sect6-products */ 
    .sect6 {
        padding: 0 0 30px;
    }
    .sect6::before {
        top: calc(50% - 15px);
    }
    .album-list .name {
        font-size: 16px;
    }
}
@media screen and (max-width: 767px) {
    .banner {
        display: none;
    }
    .banner_m {
        display: block;
    }
    .banner_m .slick-dots {
        position: absolute;
        bottom: 10px;
        right: 10px;
        margin-right: 0;
    }
    /* sect3-news */ 
    .news-list .item{
        width: 100%;
    }
    .news-list .item:nth-child(3n+1) {
        clear: both;
    }
    .news-list .item:nth-child(n+1) {
        clear: left;
    }
    .news-list {
        margin: 0;
    }
}
@media screen and (max-width: 580px) {
    .products-list .item {
        width: 100%;
    }
    .products-list .item:nth-child(n) .box {
        max-width: 320px;
    }
}