.wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    pointer-events: none;
    background-image: linear-gradient(to bottom, #F0F0F0 0, #F0F0F0 100%),
    linear-gradient(to bottom,#F0F0F0 0, #F0F0F0 100%),
    linear-gradient(to bottom,#F0F0F0 0, #F0F0F0 100%),
    linear-gradient(to bottom,#F0F0F0 0, #F0F0F0 100%);
    background-position: 20% 0, 40% 0, 60% 0, 80% 0;
    background-size: 1px 100%;
    z-index: -1;
    pointer-events: none;
}
.banner {
    padding: 46px 0 30px;
    margin: 0;
    z-index: 10;
}
.banner::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 485px;
    background: #f0f0f0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.banner-nav {
    position: absolute;
    z-index: 200;
    bottom: 0;
    left: 0;
    right: 0;
}
.banner .slick-prev {
    width: 55px;
    height: 55px;
    text-align: center;
    line-height: 55px;
    color: transparent;
    background: #257FB8;
    border: 0;
    cursor: pointer;
    position: absolute;
    bottom: -27.5px;
    margin: auto;
    left: 10%;
    z-index: 150;
    border-radius: 50%;
    transform: scale(1);
    transition: all 0.3s ease;
    z-index: 1;
}
.banner .slick-next {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
    padding: 0;
    border: 0;
    background: #257FB8;
    width: 55px;
    height: 55px;
    cursor: pointer;
    position: absolute;
    left: 10%;
    bottom: -27.5px;
    border-radius: 50%;
    transform: scale(1);
    transition: all 0.3s ease;
    z-index: 1;
}
.banner .slick-prev {
    margin-left: -60px;
}
.banner .slick-prev::before {
    content: '';
    border: 1px solid #fff;
    border-width: 2px 2px 0 0;
    width: 10px;
    height: 10px;
    -moz-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    position: absolute;
    left: 24px;
    top: 20px;
    z-index: -1;
}
.banner .slick-next::before {
    content: '';
    border: 1px solid #fff;
    border-width: 2px 2px 0 0;
    width: 10px;
    height: 10px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 24px;
    top: 20px;
    z-index: -1;
}
.banner .slick-prev:hover,
.banner .slick-next:hover {
    background: #205289;
    transform: scale(1.5);
}
/* ----------- basic ----------- */
.main-title {
    position: relative;
    margin: 0 0 30px;
}
.main-title span{
    position: relative;
    font-size: 45px;
    font-weight: 600;
    color: #101D3D;
    letter-spacing: 0.2px;
    line-height: 1.2;
    font-family: 'Poppins',serif;
}
.main-title h2{
    position: relative;
    font-size: 24px;
    font-weight: 500;
    color: #205289;
    letter-spacing: 1.5px;
    line-height: 1.2;
    margin: 0;
}
.site-main .btn.more {
    position: relative;
    display: block;
    width: 134px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    border-radius: 0;
    color: #fff;
    letter-spacing: 1.5px;
    font-size: 15px;
    font-family: 'Poppins',serif;
    font-weight: 300;
    background: #205289;
    margin: 50px 0 0;
    transition: all 0.3s ease;
    z-index: 1;
}
.btn.more:before {
    content: '';
    position: absolute;
    background: #257FB8;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    transition: all 0.5s ease;
    z-index: -1;
}
.btn.more:hover:before{
    width: 100%;
}
/* ----------- sect1 ----------- */
.sect1 {
    position: relative;
    padding: 50px 0 80px;
    z-index: 2;
    min-height: 150px;
}
.news-sect {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1280px;
    margin: 0 auto;
}
.news-sect .main-title {
    position: relative;
    width: 30%;
    text-align: right;
}
.news-sect .main-title::before {
    content: 'News';
    position: absolute;
    color: #FAFAFA;
    font-size: 130px;
    letter-spacing: 0;
    line-height: 1;
    font-weight: 600;
    font-family: 'Poppins',serif;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 100%;
    transform: translateY(-50%);
}
.news-sect .main-title h2{
    width: fit-content;
    margin: 0 0 0 auto;
}
.news-sect .main-title h2::after{
    content: '';
    position: absolute;
    width: 37px;
    height: 1px;
    background: #B9BDC4;
    right: 115%;
    top: 50%;
    transform: translateY(-50%);
}
.news-sect .pic {
    margin-bottom: 20px;
}
.news-list{
    position: relative;
    box-sizing: border-box;
    width: 70%;
    padding: 0;
    margin: 0;
    margin-left: 50px;
    list-style: none;
}
.news-list .box {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 15px 40px 15px 0;
}
.news-list .box::after{
    content: '';
    position: absolute;
    width: 15px;
    height: 2px;
    background: #257FB8;
    left: 0;
    bottom: 0;
    transition: all 1s ease;
}
.news-list .box:hover:after{
    left: calc(100% - 80px);
}
.news-list .date {
    float: left;
    letter-spacing: 0;
    color: #257FB8;
    font-size: 13px;
    font-family: 'Poppins',serif;
    line-height: 2;
}
.news-list .name {
    font-size: 17px;
    color: #333;
    font-weight: 500;
    margin-left: 80px;
    padding-right: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
    letter-spacing: 0.2px;
    transition: all 0.3s ease;
}
.news-list .name:hover{
    color:#257FB8;
}
.news-list .more {
    display: block;
    position: absolute;
    right: 0;
    top: 5px;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    overflow: hidden;
    border-radius: 50%;
    background: #257FB8 url(../../images/common/index/n_arr.svg) center no-repeat;
}
.news-list .more:before{
    content: '';
    position: absolute;
    display: block;
    height: 40px;
    width: 40px;
    left: 0;
    top: 0;
    background: #205289;
    -webkit-transform: translateX(-100%) translateZ(0);
    -ms-transform: translateX(-100%) translateZ(0);
    transform: translateX(-100%) translateZ(0);
    -webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.news-list .box:hover .more:before{
    -webkit-transform: translateX(0) translateZ(0);
    -ms-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
}
.news-list .more:after{
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    left: -40px;
    top: 0;
    background: url(../../images/common/index/n_arr.svg) center no-repeat;
    -webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: translateX(0) translateZ(0);
    -ms-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
}
.news-list .box:hover .more:after{
    transition-delay: 0.1s;
    -webkit-transform: translateX(100%) translateZ(0);
    -ms-transform: translateX(100%) translateZ(0);
    transform: translateX(100%) translateZ(0);
}
.sect1 .text-center{
    padding-top: 30px;
    text-align: center;
}
/* ----------- sect2 ----------- */
.sect2 {
    position: relative;
    padding: 0;
    z-index: 3;
}
.sect2 .container{
    position: static;
}
.about-sect {
    position: relative;
}
.about-sect .row{
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.about-sect .about-pic {
    position: absolute;
    box-sizing: border-box;
    left: calc(50% - 952px);
    z-index: 5;
}
.about-sect .about-pic img{
    object-fit: cover;
    height: 100%!important;
    max-width: inherit;
    margin: 0;
}
.about-sect .about-txt {
    width: 50%;
    position: relative;
    z-index: 2;
    box-sizing: border-box;
    padding: 7% 5.5% 9% 10.5%;
    left: 0;
    margin-left: 50%;
}
.about-sect .txt-box {
    position: relative;
}
.about-sect .main-title{
    text-align: left;
    margin: 0 0 50px;
}
.about-sect .main-title::before {
    content: 'About';
    position: absolute;
    color: #FAFAFA;
    font-size: 130px;
    letter-spacing: 0;
    line-height: 1;
    font-weight: 600;
    font-family: 'Poppins',serif;
    left: 20%;
    top: 50%;
    transform: translateY(-50%);
}
.about-sect .main-title h2 {
    width: fit-content;
    margin: 0 auto 0 0;
}
.about-sect .main-title h2::after {
    content: '';
    position: absolute;
    width: 37px;
    height: 1px;
    background: #B9BDC4;
    left: 115%;
    top: 50%;
    transform: translateY(-50%);
}
.about-sect .editor {
    position: relative;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 205px;
    font-size: 16px;
    color: #666666;
    letter-spacing: 1px;
    line-height: 1.8;
}
.about-sect .editor h3{
    position: relative;
    font-size: 20px;
    font-weight: 500;
    color: #257FB8;
    letter-spacing: 1px;
    line-height: 1.2;
    margin: 0 0 15px;
}
/* ----------- sect3 ----------- */
.sect3 {
    position: relative;
    z-index: 2;
    padding: 150px 0 50px;
    margin-top: -30px;
}
.sect3:before{
    content: '';
    position: absolute;
    width: 80%;
    height: 300px;
    top: 0;
    right: 0;
    background: #F6F6F6;
    z-index: -1;
}
.service-sect{
    position: relative;
}
.service-sect .main-title {
    position: relative;
    text-align: center;
    margin: 0 0 50px;
}
.service-sect .main-title::before{
    content: 'Service';
    position: absolute;
    color: rgba(255,255,255,0.7);
    font-size: 130px;
    letter-spacing: 0;
    line-height: 1;
    font-weight: 600;
    font-family: 'Poppins',serif;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 20%;
    transform: translateY(-50%);
}
.service-sect .main-title h2::after {
    content: '';
    position: relative;
    display: block;
    width: 37px;
    height: 1px;
    background: #B9BDC4;
    margin: 15px auto 0;
}
.service-sect .editor {
    position: relative;
    font-size: 16px;
    color: #666666;
    letter-spacing: 1px;
    line-height: 1.8;
    max-width: 1280px;
    margin: 0 auto;
}
/* ----------- rwd ----------- */
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1330px) {
    .news-sect .main-title::before,
    .about-sect .main-title::before,
    .service-sect .main-title::before {
        font-size: 100px;
    }
    .sect3 {
        padding: 100px 0 50px;
    }
    .sect3:before {
        height: 248px;
    }
}
@media screen and (max-width: 1280px) {
    .main-title span {
        font-size: 35px;
    }
    .news-sect .main-title::before,
    .about-sect .main-title::before,
    .service-sect .main-title::before {
        font-size: 80px;
    }
    .about-sect .about-txt {
        padding: 7% 2% 9% 10%;
    }
}
@media screen and (max-width: 1000px) {
    .banner {
        padding: 0;
        margin: 0;
    }
    .banner::before{
        display: none;
    }
    .banner .slick-next{
        width: 40px;
        height: 40px;
        left: 50%;
        line-height: 40px;
        bottom: -20px;
        margin-left: 0;
    }
    .banner .slick-next::before {
        border-width: 2px 2px 0 0;
        width: 7px;
        height: 7px;
        right: 17px;
        top: 16px;
    }
    .banner .slick-prev {
        width: 40px;
        height: 40px;
        left: 50%;
        line-height: 40px;
        bottom: -20px;
        margin-left: -45px;
    }
    .banner .slick-prev::before {
        border-width: 2px 2px 0 0;
        width: 7px;
        height: 7px;
        left: 17px;
        top: 16px;
    }
    .banner .slick-prev:hover, .banner .slick-next:hover {
        background: #205289;
        transform: scale(1);
    }
    .sect1 {
        padding: 50px 0;
    }
    .news-sect {
        flex-direction: column;
    }
    .news-sect .main-title {
        width: 100%;
        text-align: center;
        margin: 0 auto;
    }
    .news-list {
        margin: 0;
        padding: 0 15px;
        width: 100%;
    }
    .news-sect .main-title h2::after{
        content: '';
        position: relative;
        display: block;
        width: 37px;
        height: 1px;
        background: #B9BDC4;
        margin: 15px auto 0;
        right: 0;
    }
    .news-sect .main-title::before{
        top: 50%;
    }
    .news-sect .main-title h2 {
        margin: 0 auto;
    }
    .about-sect .row {
        flex-direction: column;
    }
    .about-sect .about-pic {
        left: 0;
        float: none;
        right: 0;
        text-align: center;
        position: relative;
    }
    .about-sect .about-txt {
        width: 100%;
        padding: 30px 15px 0;
        float: none;
        margin: 0;
    }
    .about-sect .main-title {
        text-align: center;
        margin: 0 auto 30px;
    }
    .about-sect .main-title h2{
        margin: 0 auto;
    }
    .about-sect .main-title::before{
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    .about-sect .editor {
        -webkit-line-clamp: initial;
        height: unset;
    }
    .about-sect .editor h3{
        text-align: center;
    }
    .site-main .btn.more {
        margin: 30px auto 0;
    }
    .about-sect .main-title h2::after{
        content: '';
        position: relative;
        display: block;
        width: 37px;
        height: 1px;
        background: #B9BDC4;
        margin: 15px auto 0;
        left: unset;
    }
    .sect3:before {
        height: 167px;
        width: 100%;
    }
    .sect3 {
        padding: 75px 0 50px;
        margin-top: -25px;
    }
    .service-sect .main-title{
        margin: 0 auto 30px;
    }
    .about-sect .about-pic img{
        max-width: 100%;
    }
    .news-list .name{
        font-size: 16px;
    }
}
@media screen and (max-width: 767px) {
    .news-list .more {
        top: 50%;
        transform: translateY(-50%);
    }
}
@media screen and (max-width: 500px) {
    .news-list .date {
        float: none;
    }
    .news-list .name {
        margin: 0;
    }
}