

.wrapper {
    background: url(../../images/common/index/indexbg01.jpg);
}

/* ------ 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 #ffffff;
    background: rgba(255, 255, 255, 0.25);
    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: #EE8AB3;
    border-color: #EE8AB3;
}
.banner_m {
    display: none;
}
/* ------ common ------ */
.sect-title {
    position: relative;
    margin: 0 0 30px;
    text-align: center;
}
.about-sect .sect-title{
    display: block;
    text-align: center;
    margin: 0;
}

 
.sect-title span{
    position: relative;
    box-sizing: border-box;
    font-size: 150px;
    font-weight: bold;
    color: #ED8AB2;
    letter-spacing: 1px;
    line-height: 1.2;
    white-space: nowrap;
    font-family: "Cabin", sans-serif;

    opacity: 0.1;
}

.sect4 .sect-title span{
    color: #fff;
    opacity: 0.5;
}

.sect-title h2 {
    position: relative;
    box-sizing: border-box;
    display: block;
    font-size: 50px;
    font-weight: normal;
    color: #38262C;
    letter-spacing: 7px;
    line-height: 1.2;
    margin: 0;
    margin-top: -65px;
}

/* ------ more ------ */

 

.index_more{
    position: relative;
    display: block;
    width: 160px;
    height: 55px;
   
    overflow: hidden;
    border-radius: 50px;
    z-index: 1;
    color: #fff;
    line-height: 54px;
    font-family: "Cabin", sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    margin-top: 50px;
}

.index_more:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #7ACDED;
    position: absolute;
    display: block;
    z-index: -1;
}

.index_more a{
    display: block;
    z-index: 5;
    font-size: 0;
    position: absolute;
  
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    

}
.index_more a span{
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: #ED8AB2;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: width 1.4s, height 1.4s;
    transition: width 1.4s, height 1.4s;
    z-index: -5;
}


.index_more:hover span {
    width: 562.5px;
    height: 562.5px;
}


.index_more b{
    font-weight: normal;
    font-size: 15px;
    color: #fff;
    line-height: 55px;
    z-index: 8;
    position: absolute;
    display: inline-block;
    letter-spacing: 1px;
    
    position: relative;
    text-align: center;
    display: block;
}
 


/* ------ sect1-about ------ */
.sect1{
    position: relative;
    padding: 80px 0 80px;
    z-index: 4;
}

.sect1 .abg{
    position: absolute;
    top: 138px;
    left: 0px;
    right: 0;
    z-index: -1;
    width: 1566px;
}

 

.sect1::after{
    content: '';
    width: 54000px;
    background:  url(../../images/common/index/cbg01.png) no-repeat;
    position: absolute;
    top: 0px;
    left: 0;
    height: 774px;
    transform: translate3d(-9000px, 0, 0);
    background-repeat: repeat-x;
    display: block;
    z-index: -2;
    animation: moveSlideshow 180s linear infinite;
}

@keyframes moveSlideshow {
    0% {
        left: 0px;
    }
    100% {
        left: -7680px;
        left: -8680px;
    }
}

.about-sect {
    position: relative;
    box-sizing: border-box;
}

.about-sect .row{
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 130px;
    justify-content: space-between;
}

.about-sect .col.pic{
    position: relative;
    top: -30px;
    
}

.about-sect .col.pic::before{
    content: '';
    display: block;
    position: absolute;
    width: 693px;
    height: 518px;
    background: url('../../images/common/index/about_pic_bg.png') 50% 50% no-repeat;
    z-index: -1;
    animation: pulsate 5s infinite;
}
 
@keyframes pulsate {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(0.8);
    }
    100% {
        transform: scale(1);
    }
}

.about-sect .col.txt{
    font-size: 16px;
    letter-spacing: 1.5px;
    max-width: 400px;


}


.about-sect .col.txt .index-about-editor{
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 210px;
}

.about-sect .col.txt .index-about-editor h3{
    color: #ED8AB2;
    font-weight: normal;
    letter-spacing: 3px;
    font-size: 30px;
    margin: 0;
    margin-bottom: 20px;


}

.about-sect .col.txt .index-about-editor p{
    margin: 0;
    text-align: justify;
}



/* ------ sect2-ad ------ */

.sect2 .deco01{
    position: absolute;
    bottom: 220px;
    left: calc(50% - 1035px);
    background: url(../../images/common/index/deco01.png) 50% 50% no-repeat;
    width: 516px;
    height: 464px;
}

.sect2 .deco02{
    position: absolute;
    top: 350px;
    right:  calc(50% - 960px);
    width: 500px;
    height: 500px;
    display: block;
}

.sect2 .deco02::before{
    content: '';
    display: block;
    position: absolute;
    left: -139px;
    top: 0;
    background:  url(../../images/common/index/deco02ball.png) 50% 50% no-repeat;
    width: 586px;
    height: 586px;
    -webkit-animation: circleRotate2 30s linear infinite;
    animation: circleRotate2 30s linear infinite;
}


@keyframes circleRotate2 {
    0% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
    to {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

.sect2 .deco02 .man{
    position: absolute;
    top: 75px;
    right: 180px;
    background: url(../../images/common/index/deco02.png) 50% 50% no-repeat;
    width: 399px;
    height: 441px;
}

.sect2 {
    position: relative;
    display: block;
    background: url(../../images/common/index/sect2_bg.png);
    margin-top: 166px;
    padding-bottom: 100px;
    z-index: 3;
}


.sect2::before{
    content: '';
    display: block;
    width: 100%;
    height: 166px;
    background: url(../../images/common/index/sect2_bg01.png) top center no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
}
.sect2::after{
    content: '';
    width: 54000px;
    background: url(../../images/common/index/cbg02.png) no-repeat;
    position: absolute;
    top: 134px;
    left: 0;
    height: 774px;
    transform: translate3d(-9000px, 0, 0);
    background-repeat: repeat-x;
    display: block;
    z-index: 0;
    animation: moveSlideshow 180s linear infinite;
}

.sect2 .service-sect{
    z-index: 2;
    position: relative;
}

/* ------ sect3-news ------ */
.sect3 {
    position: relative;
    padding: 60px 0 30px;
    z-index: 2;
}

 
.sect3::before{
    content: '';
    display: block;
    background: url(../../images/common/index/sect3_bg.png) repeat-x;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 206px;
}

.sect3 .video-sect{
    max-width: 1200px;
    margin: 0 auto;
}

.sect3 .video-sect iframe {
    
    border-radius: 15px;  
}
 
/* ------ sect4-service ------ */
.sect4 {
    position: relative;
    padding: 30px 0;
   z-index: 1;
    background: url(../../images/common/index/indexbg02.jpg);
    margin-top: 180px;
}
 
.sect4::before {
    content: '';
    background: url(../../images/common/index/a_wave.png) repeat-x center top;
    background-position: 0 0;
    position: absolute;
    z-index: -1;
    bottom: calc(100% - 40px);
    left: 0;
    right: 0;
    height: 145px;
    -webkit-animation: wave-l 15000ms linear infinite;
    animation: wave-l 15000ms linear infinite;
}

@-webkit-keyframes wave-l {
    from {
      background-position: 0 0;
    }
    to {
      background-position: -780px 0;
    }
  }
  
  @keyframes wave-l {
    from {
      background-position: 0 0;
    }
    to {
      background-position: -780px 0;
    }
}


.sect4::after {
    content: '';
    width: 54000px;
    background: url(../../images/common/index/cbg01.png) no-repeat;
    position: absolute;
    top: 100px;

    left: 0;
    height: 774px;
    transform: translate3d(-9000px, 0, 0);
    background-repeat: repeat-x;
    display: block;
    z-index: -2;
    animation: moveSlideshow 180s linear infinite;
    opacity: 0.5;
}

.sect4 .bird01{
    position: absolute;
    top: 445px;
    left: calc(50% - 890px);
    background: url(../../images/common/index/bird01.png) 50% 50% no-repeat;
    width: 267px;
    height: 246px;
}

.sect4 .bird02{
    position: absolute;
    top: -580px;
    right: calc(50% - 740px);
    background: url(../../images/common/index/bird02.png) 50% 50% no-repeat;
    width: 390px;
    height: 323px;
}
 

/* ------ /sect4-service ------ */
/* ------ sect5------- */
.sect5 {
    position: relative;
    padding: 50px 0 50px;
    background: url(../../images/common/index/indexbg02.jpg);
}
.sect5::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height:  50%;
    background: #ffffff;
    
}
  
/* ------ sect6------- */
.sect6{
    position: relative;
    padding: 0 0 56px;
} 
@media screen and (max-width: 1600px) {
    .sect2 .deco01 {
        background-size: contain;
        width: 350px;
        left: calc(50% - 825px);
    }

    .sect2 .deco02 {
        transform: scale(0.8);
    }

    .sect2 .deco02 .man{
        display: none;
    }

    .sect4 .bird01 {
        
        left: calc(50% - 780px);
         background-size: contain;
        width: 200px;
       
    }

}
@media screen and (max-width: 1440px) {
    .about-sect .row {
        
        max-width: 1000px;
        
    }

    .about-sect .col.txt {
       
        margin-left: 80px;
    }

    .about-sect .col.pic::before {
        width: 500px;
        background-size: contain;
        top: -34px;
    }

    .sect1 .abg {
        position: absolute;
        top: 0;
        left: 0px;
        right: 0;
       
        width: 120%;
    }
}

@media screen and (max-width: 1280px) {

    .sect1 .abg{
        display: none;
    }

    .about-sect .row {
        max-width: 1000px;
       
        margin-top: 80px;
    }


    .sect2 {
       
        padding-bottom: 50px;
        
    }


    .sect2 .deco01{
        display: none;
    }

    .sect4 .bird01{
        display: none;
    }

}

@media screen and (max-width: 1024px) {
    
    /* sect1-about */ 
    .sect1 {
        padding: 50px 0;
    }
    .about-sect .row {
        max-width: 1000px;
      
        margin-top: 30px;
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }

    .about-sect .col.txt {
        margin-left: 0;
    }

    .about-sect  .index_more{
        margin: 30px auto;
    }
     
    .sect2 {
        padding: 30px 0;
        margin-top: 50px;
       
    }

    .sect2::before {
        
        height: 85px;
       
    }
     
     
    .sect2 .deco02 {
        display: none;
    }
    

}
@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;
    }

    .sect-title span {
        
        font-size: 55px;
        
    }

    .sect-title h2 {
        font-size: 30px;
        letter-spacing: 2px;
        line-height: 1.4;
        margin: 0;
        margin-top: -27px;
    }

    .sect1 {
        padding: 40px 0;
    }

    .about-sect .row {
       
        margin-top: 20px;
        
    }
    .about-sect .col.txt .index-about-editor h3 {
       
        letter-spacing: 1px;
        margin: 0;
        margin-bottom: 5px;
        font-size: 20px;
        text-align: center;
        
    }

    .about-sect .col.txt .index-about-editor {
        display: block;
        -webkit-line-clamp: unset;
        -webkit-box-orient: unset;
        overflow: unset;
        height: auto;
        padding: 0 15px;
    }
    
    .about-sect .col.pic::before{
        display: none;
    }

    .sect3 {
       
        padding: 30px 0 30px;
        
    }

    .sect4 {
        margin-top: 0px;
    }

    .sect4::before {
         
        bottom: calc(100% - 78px);
         
    }

    .sect5 {
       
        padding: 20px 0 20px;
         
    }
    .sect5::before {
        
        height: 25%;
        background: #ffffff;
    }
}
@media screen and (max-width: 484px) {
    .s_layout_top {
        max-width: 484px;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
    }
}