/* Common Start */
.page-title{
    padding-top: 14rem;
    padding-bottom: 6rem;
}

.page-title-text{
    margin-top: 0;
    margin-bottom: 0;
    font-family: "ChoiceStudio-Medium", sans-serif;
    font-size: 5.625rem;
    line-height: 1.1111111111111112;
    font-weight: 500;
    letter-spacing: -0.03em;
}

.page-title-text-cn{
    font-size: 1.75rem;
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: 0;
}

.home .page-title{
    padding-top: 22rem;
    padding-bottom: 10rem;
}

.home .page-title-text{
    margin-bottom: 6rem;
}

.about .page-title{
    padding-top: 14rem;
    padding-bottom: 6rem;
}

.about .page-title-text{
    max-width: 90rem;
    font-size: 5.125rem;
    margin-bottom: 4rem;
}

.global-pagination ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    text-align: center;
    font-size: 1rem;
    color: #555555;
}

.global-pagination ul > strong{
    margin-left: 0.375rem;
    margin-right: 0.375rem;
}

.global-pagination li {
    margin: 0.25rem 0.375rem;
}

.global-pagination li > *{
    display: block;
    padding: 0.5rem 1rem;
    background: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 0.25rem;
    color: #6e6e6e;
}

.global-pagination li > a:not([href]),
.global-pagination li.disable > *,
.global-pagination li > *.disable{
    background-color: #ececec;
    color: #666666;
    cursor: auto;
}

.global-pagination li.active > *,
.global-pagination li.active > a:not([href]),
.global-pagination li a[href]:hover {
    background-color: rgba(0,0,0,.8);
    border: 1px solid rgba(0,0,0,.8);
    color: #ffffff;
}

@media (max-width: 1440px){
    .page-title{
        padding-top: 9rem;
        padding-bottom: 4rem;
    }
    
    .page-title-text{
        font-size: 4rem;
        margin-bottom: 2.5rem;
        max-width: 55rem;
    }
    
    .page-title-text-cn{
        font-size: 1.25rem;
    }
    
    .home .page-title{
        padding-top: 9rem;
        padding-bottom: 4rem;
    }
    
    .home .page-title-text{
        margin-bottom: 2rem;
    }
    
    .about .page-title{
        padding-top: 9rem;
        padding-bottom: 4rem;
    }
    
    .about .page-title-text{
        max-width: 62rem;
        font-size: 5.125rem;
        margin-bottom: 4rem;
    }
}

@media (max-width: 1280px){
    .home .page-title-text,
    .auto .page-title-text{
        font-size: 3rem;
        max-width: 42rem;
    }
}

@media(max-width: 992px){
    .page-title,
    .home .page-title,
    .about .page-title{
        padding-top: 6rem;
        padding-bottom: 2.5rem;
    }
    
    .page-title-text,
    .home .page-title-text,
    .about .page-title-text{
        margin-bottom: 2.25rem;
        font-size: 2rem;
    }
    
    .page-title-text-cn,
    .home .page-title-text-cn,
    .about .page-title-text-cn{
        font-size: 1rem;
    }
}

.project-list{
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 2rem;
    grid-row-gap: 5.625rem;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
}

.project-item .project-link-wrap{
    display: block;
}

.project-item .project-link-wrap .project-image-wrap,
.project-item .project-link-wrap .project-video-wrap{
    height: 530px;
    overflow: hidden;
}

.project-item:first-child .project-link-wrap .project-image-wrap,
.project-item:first-child .project-link-wrap .project-video-wrap{
    height: 920px;
}

.relevant-project-wrap .project-item:first-child .project-link-wrap .project-image-wrap,
.relevant-project-wrap .project-item:first-child .project-link-wrap .project-video-wrap{
    height: 530px;
}

.project-item .project-link-wrap .project-image,
.project-item .project-link-wrap .project-video{
    width:100%;
    height:100%;
    object-fit: cover;
    background-color: #f2f2f2;
}

.project-item .project-link-wrap:hover .project-image,
.project-item .project-link-wrap:hover .project-video{
    transform: scale(1.06);
}

.project-item[data-video="true"] .project-link-wrap .project-image-wrap,
.project-item .project-link-wrap .project-video-wrap{
    display: none;
}

.project-item[data-video="true"] .project-link-wrap .project-video-wrap{
    display: block;
}

.project-item .project-link-wrap .project-title-wrap{
    margin-top: 1.25rem;
}

.project-item .project-link-wrap .project-title-text{
    display: inline;
    padding-bottom: 0.25rem;
    border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.1);
    font-size: 1.5rem;
    line-height: 1.6;
    font-weight: 400;
    letter-spacing: -0.02em;
    color: #000;
}

.project-item .project-link-wrap:hover .project-title-text{
    border-bottom-color: rgba(0, 0, 0, 1) ;
}

.project-more{
    margin-top: 5.625rem;
    text-align: center;
}

.project-more .project-more-btn{
    padding: 0.5rem 2rem;
    color: #888;
    font-size: 1.125rem;
    font-weight: 400;
    background-color: #e5e5e5;
    border-color: #e5e5e5;
    outline: none;
    box-shadow:none;
}

.project-more .project-more-btn:hover{
    color: #fff;
    background-color: #ffd848;
    border-color: #ffd848;
}

@media (max-width: 992px) {
    .project-list {
        grid-auto-columns: 1fr;
        grid-auto-rows: auto;
        grid-column-gap: 1rem;
        grid-row-gap: 1.75rem;
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }

    .project-item{
        /*grid-columns: 100%;*/
    }

    .project-item .project-link-wrap .project-image-wrap,
    .project-item .project-link-wrap .project-video-wrap{
        height: 15.625rem;
    }

    .project-item:first-child .project-link-wrap .project-image-wrap,
    .project-item:first-child .project-link-wrap .project-video-wrap{
        height: 24rem;
    }

    .project-item .project-link-wrap .project-title-wrap {
        margin-top: 0.75rem;
    }

    .project-item .project-link-wrap .project-title-text{
        font-size: 1.125rem;
    }
}

@media (min-width: 992px) {
    .home .project-item:first-child,
    .project-page .project-item:first-child{
        grid-column-start: span 4;
        grid-column-end: span 4;
        grid-row-start: span 1;
        grid-row-end: span 1;
    }

    .home .project-item:nth-child(6n-4),
    .home .project-item:nth-child(6n-3),
    .project-page .project-item:nth-child(6n-4),
    .project-page .project-item:nth-child(6n-3) {
        grid-column: auto / span 2;
    }
}
/* common End */

/* common Transition Start */
.project-item .project-link-wrap .project-image,
.project-item .project-link-wrap .project-video{
    transition: transform 0.3s cubic-bezier(0, 0, 0.23, 0.71);
}

.project-item .project-link-wrap .project-title-text{
    transition: border-bottom-color 0.2s ease;
}
/* common Transition End */

/* Home Start */
.home .navigation{
    display: none;
    padding-bottom: 2rem;
}

.home .navigation .navigation-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.home .navigation .navigation-link{
    margin-right: 2rem;
    font-size: 1.25rem;
    color: #666;
}

.home .navigation .navigation-link:hover{
    color: #000;
}

.home .project:nth-child(2){
    padding-bottom: 8.4375rem;
}

.home .project:nth-child(3){
    padding-bottom: 8.4375rem;
}

.home .project .title-wrap{
    border-bottom: 1px solid #e5e5e5;
}

.home .project .title-wrap .title{
    font-size: 2rem;
}

.home .project .title-wrap .sub-title{
    font-size: 1rem;    
}

.home .project .project-list{
    margin-top: 4rem;
}

/*.home .service{*/
/*    padding-top: 7.5rem;*/
/*    padding-bottom: 7.5rem;*/
/*    background-color: #f2f2f2;*/
/*}*/

/*.home .service .service-title{*/
/*    margin-bottom: 5.25rem;*/
/*    font-size: 1.75rem;*/
/*    line-height: 1.3571428571428572;*/
/*    font-weight: 400;*/
/*    letter-spacing: -0.02em;*/
/*}*/

/*.home .service .service-intro{*/
/*    margin-bottom: 0;*/
/*    padding-bottom: 3.375rem;*/
/*    font-family: "Choice Studio", sans-serif;*/
/*    font-size: 3rem;*/
/*    line-height: 1.4166666666666667;*/
/*    font-weight: 400;*/
/*    letter-spacing: -0.02em;*/
/*    word-wrap: break-word;*/
/*}*/

/*.home .service .service-intro-cn{*/
/*    margin-bottom: 0;*/
/*    padding-bottom: 3.75rem;*/
/*    font-size: 1.75rem;*/
/*    line-height: 1.4166666666666667;*/
/*    font-weight: 400;*/
/*    letter-spacing: -0.02em;*/
/*}*/

/*.home .service .service-intro-bold{*/
/*    font-family: 'Circular', sans-serif;*/
/*    font-weight: 500;*/
/*}*/

/*.home .service .service-list{*/
/*    padding-top: 3.75rem;*/
/*    padding-bottom: 1.75rem;*/
/*    border-top: 0.0625rem solid #c4c4c4;*/
/*    border-bottom: 0.0625rem solid #c4c4c4;*/
/*}*/

/*.home .service .service-item{*/
/*    margin-bottom: 2rem;*/
/*}*/

/*.home .service .service-item-thumb{*/
/*    margin-bottom: 1.5rem;*/
/*    display: block;*/
/*    border-radius: 0.375rem;*/
/*}*/

/*.home .service .service-item-thumb-link:hover .service-item-thumb{*/
/*    transform: scale(1.1);*/
/*}*/

/*.home .service .service-item-title{*/
/*    margin-bottom: 1rem;*/
/*    font-size: 1.75rem;*/
/*}*/

/*.home .service .service-item-intro{*/
/*    margin-bottom: 0;*/
/*    font-size: 1rem;*/
/*    color: #666;*/
/*    line-height: 2;*/
/*    font-weight: 400;*/
/*}*/

/*.home .banner .swiper-slide{*/
/*    font-size: 0;*/
/*}*/

/*.home .banner .swiper-slide img{*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    object-fit: cover;*/
/*}*/

/*.home .banner .prev-btn, .home .banner .next-btn{*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    width: 3rem;*/
/*    height: 3rem;*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 1rem;*/
/*    margin-top: -1.5rem;*/
/*    background-color: rgba(255, 255, 255, 0.4);*/
/*    font-size: 2rem;*/
/*    color: #fff;*/
/*    z-index: 100;*/
/*}*/

/*.home .banner .next-btn{*/
/*    left: unset;*/
/*    right: 1rem;*/
/*}*/

/*.home .banner .prev-btn:hover, .home .banner .next-btn:hover{*/
/*    background-color: rgba(255, 255, 255, 0.8);*/
/*    color: #333;*/
/*}*/

/*.home .advantage{*/
/*    padding-top: 7.5rem;*/
/*    padding-bottom: 7.5rem;*/
/*    background-color: #f2f2f2;*/
/*}*/

/*.home .advantage .advantage-title{*/
/*    margin-bottom: 0;*/
/*    font-size: 1.75rem;*/
/*    line-height: 1.4;*/
/*    font-weight: 100;*/
/*}*/
/*.home .advantage .advantage-title-cn{*/
/*    margin-top: 2rem;*/
/*    margin-bottom: 0;*/
/*    font-size: 2.75rem;*/
/*    letter-spacing: 0.25rem;*/
/*}*/
/*.home .advantage .advantage-intro{*/
/*    max-width: 50rem;*/
/*    margin-top: 5.25rem;*/
/*    margin-bottom: 0;*/
/*    font-size: 1.375rem;*/
/*    line-height: 1.4;*/
/*    font-weight: 400;*/
/*    word-wrap: break-word;*/
/*    letter-spacing: 0.125rem;*/
/*}*/

/*.home .advantage .advantage-slogan{*/
/*    margin-top: 4rem;*/
/*    margin-bottom: 0;*/
/*    font-size: 2rem;*/
/*    font-weight: 400;*/
/*    letter-spacing: 0.25rem;*/
/*}*/

.home .about-intro{
    border-top: 2px solid #f1f1f1;
    padding-top: 8.4375rem;
}

.home .about-intro .title-wrap{
    text-align: center;
}

.home .about-intro .title-wrap .title{
    font-size: 3.5rem;
}

.home .about-intro .title-wrap .sub-title{
    max-width: 38em;
    margin: 4.21875rem auto 0;
    font-size: 1.5rem;
}

.home .about-intro .intro-service-list{
    margin-top: 2.8125rem;
    display: flex;
    justify-content: center;
}

.home .about-intro .intro-service-item{
    padding: 0.25rem 0.5rem;
    border: 2px solid  #0e0e0e;
    font-weight: 600;
    font-size: 1.75rem;
    color: #0e0e0e;
}

.home .about-intro .intro-service-item:not(:first-child){
    margin-left: 2rem;
}

.home .about-intro .intro-data-list{
    margin-top: 5.4375rem;
    display: flex;
    justify-content: center;
}

.home .about-intro .intro-data-item{
    padding: 1rem 3rem;
    text-align: center;
    color: #0e0e0e;
}

.home .about-intro .intro-data-title{
    display: block;
    font-size: 1.375rem;
}

.home .about-intro .intro-data-value{
    display: block;
    font-size: 2rem;
    font-weight: 600;
}

.home .about-intro .intro-data-item:not(:first-child){
    border-left: 1px solid #0e0e0e;
}

.home .service .service-list{
    padding-top: 5.625rem;
    padding-bottom: 2.8125rem;
    border-bottom: 2px solid #f1f1f1;
}

.home .service .service-item{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    text-align: center;
    transition: background-color ease-out 0.3s;
}

.home .service .service-item:hover{
    background-color: #ffda2a;
}

.home .service .service-item-thumb{
    margin: 0 auto 1.5rem;
    display: block;
}

.home .service .service-item-title{
    margin-bottom: 1.5rem;
    font-size: 1.75rem;
}

.home .service .service-item-intro{
    margin-bottom: 0;
    font-size: 1rem;
    color: #666;
    line-height: 2;
    font-weight: 400;
}

.home .partner{
    padding-top: 5.625rem;
    padding-bottom: 7.5rem;
}

.home .partner .title-wrap{
    text-align: center;
}

.home .partner .title-wrap .title{
    margin-bottom: 0;
    font-size: 2.125rem;
    letter-spacing: 0.01rem;
}

.home .partner .title-wrap .sub-title{
    margin-top: 1rem;
    font-size: 1.125rem;
    letter-spacing: 0.125rem;
}

.home .partner .partner-list{
    margin-top: 8.4375rem;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    /*gap: 2rem;*/
    row-gap: 1rem;
}

.home .partner .partner-item img{
    height: 100%;
    width: 100%;
    object-fit: contain;
    opacity: 0.4;
    transition: opacity ease-out 0.3s;
}

.home .partner .partner-item:hover img{
    /*filter: grayscale(0);*/
    opacity: 1;
}


.home .news{
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
    background-color: #f2f2f2;
}

.home .news .news-row{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.home .news .news-column{
    display: grid;
    gap: 1rem;
}

.home .news .news-column:nth-child(1){
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 0;
}

.home .news .news-column:nth-child(2){
    grid-template-rows: repeat(2, minmax(0, 1fr));
}

.home .news .news-column:nth-child(3){
    grid-template-rows: repeat(4, minmax(0, 1fr));
}

.home .news .news-box{
    display: block;
    height: 100%;
}

.home .news .news-cover{
    height: 100%;
}

.home .news .news-cover img{
    width: 100%;
    height: 100%;
    max-height: 18rem;
    object-fit: cover;
}

.home .news .news-card{
    height: 100%;
    padding: 1.5rem 2rem;
    background-color: #ffffff;
}

.home .news .news-card .news-more{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home .news .news-card .news-more .time .day{
    display: block;
    line-height: 1;
    font-size: 2.75rem;
    font-weight: 500;
    color: #999999;
    transition: color ease-out 0.3s;
}

.home .news .news-card:hover .news-more .time .day{
    color: #000000;
}

.home .news .news-card .news-more .time .year{
    font-size: 1rem;
    color: #999999;
}

.home .news .news-card .news-more .more-icon{
    margin-right: 1rem;
    display: block;
    width: 2rem;
    height: 2rem;
    background-image: url('../icon/gray-right.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    transition: margin-right ease-out 0.3s;
}

.home .news .news-card:hover .news-more .more-icon{
    background-image: url('../icon/black-right.png');
    margin-right: 0;
}

.home .news .news-card .news-cont{
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid #f2f2f2;
}

.home .news .news-card .news-cont .title{
    margin-bottom: 0;
    font-size: 1.125rem;
    color: #000000;
}

.home .news .news-card .news-cont .intro{
    margin-top: 1rem;
    margin-bottom: 0;
    height: 4.5em;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.5;
    font-size: 0.875rem;
    color: #666666;
}

.home .news .news-small-card{
    height: 100%;
    padding: 1.5rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #ffffff;
}

.home .news .news-small-card .time{
    min-width: max-content;
    margin-right: 2rem;
}

.home .news .news-small-card .time .day{
    display: block;
    line-height: 1;
    font-size: 2.75rem;
    font-weight: 500;
    color: #999999;
    transition: color ease-out 0.3s;
}

.home .news .news-small-card:hover .time .day{
    color: #000000;
}

.home .news .news-small-card .time .year{
    font-size: 1rem;
    color: #999999;
}

.home .news .news-small-card .title{
    width: calc(100% - 4rem);
    margin-bottom: 0;
    font-size: 1.125rem;
    color: #333333;
}

.home .news .news-small-card .more-icon{
    display: block;
    width: 2rem;
    height: 2rem;
    background-image: url('../icon/gray-right.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    transition: margin-right ease-out 0.3s;
}

.home .news .news-small-card:hover .more-icon{
    background-image: url('../icon/black-right.png');
}

@media(max-width: 992px){
    .home .project:nth-child(2){
        padding-bottom: 5rem;
    }
    
    .home .project:nth-child(3){
        padding-bottom: 5rem;
    }
    
    .home .project .project-list{
        margin-top: 2rem;    
    }
    
    .home .project .project-more{
        margin-top: 3rem;
    }
    
    .home .about-intro{
        padding-top: 5rem;
    }
    
    .home .about-intro .title-wrap .title{
        font-size: 2.25rem;
    }
    
    .home .about-intro .title-wrap .sub-title{
        margin-top: 1.5rem;
        font-size: 1.125rem;
    }
    
    .home .about-intro .intro-service-list{
        margin-top: 2rem;
        flex-wrap: wrap;
        align-items: center;
        flex-direction: column;
    }
    
    .home .about-intro .intro-service-item{
        font-size: 1.5rem;
    }
    
    .home .about-intro .intro-service-item:not(:first-child){
        margin-top: 1rem;
        margin-left: 0;
    }
    
    .home .service .service-list{
        padding-top: 3rem;
    }
    
    .home .service .service-item-title{
        margin-bottom: 1rem;
        font-size: 1.375rem;
    }
    
    .home .service .service-item-intro{
        max-width: 100%;
        font-size: 0.875rem;
    }
    
    .home .about-intro .intro-data-list{
        margin-top: 3rem;
        flex-wrap: wrap;
    }
    
    .home .about-intro .intro-data-item{
        padding: 1rem;
    }
    
    
    .home .about-intro .intro-data-item:not(:first-child){
        border-left: unset;
        border-top: 1px solid #0e0e0e;
    }
    /*.home .service{*/
    /*    padding-top: 3.25rem;*/
    /*    padding-bottom: 3.25rem;*/
    /*}*/
    
    /*.home .service .service-title{*/
    /*    margin-bottom: 2.25rem;*/
    /*    font-size: 1.25rem;*/
    /*}*/

    /*.home .service .service-intro{*/
    /*    font-size: 1.5rem;*/
    /*    padding-bottom: 2rem;*/
    /*}*/
    
    /*.home .service .service-intro-cn{*/
    /*    font-size: 1rem;*/
    /*    padding-bottom: 2rem;*/
    /*}*/

    /*.home .service .service-list{*/
    /*    padding-top: 2.5rem;*/
    /*    padding-bottom: 0.5rem;*/
    /*}*/

    /*.home .service .service-item{*/
    /*    margin-bottom: 2rem;*/
    /*}*/

    /*.home .service .service-item-title{*/
    /*    margin-bottom: 0.75rem;*/
    /*    font-size: 1.375rem;*/
    /*}*/
    
    /*.home .service .service-item-intro{*/
    /*    max-width: 18rem;*/
    /*    font-size: 1rem;*/
    /*}*/
    
    /*.home .advantage{*/
    /*    padding-top: 2.5rem;*/
    /*    padding-bottom: 2.5rem;*/
    /*}*/
    
    /*.home .advantage .advantage-title{*/
    /*    font-size: 1.25rem;*/
    /*}*/
    
    /*.home .advantage .advantage-title-cn{*/
    /*    margin-top: 0.5rem;*/
    /*    font-size: 1.75rem;*/
    /*    letter-spacing: 0.125rem;*/
    /*}*/
    
    /*.home .advantage .advantage-intro{*/
    /*    max-width: 100%;*/
    /*    margin-top: 2rem;*/
    /*    font-size: 1rem;*/
    /*    letter-spacing: 0.0625rem;*/
    /*}*/
    
    /*.home .advantage .advantage-slogan{*/
    /*    margin-top: 2.5rem;*/
    /*    font-size: 1.5rem;*/
    /*    letter-spacing: 0.125rem;*/
    /*}*/
    
    .home .partner{
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }
    
    .home .partner .title-wrap .title{
        font-size: 1.75rem;
        letter-spacing: 0.125rem;
    }
    
    .home .partner .title-wrap .sub-title{
        margin-top: 0.75rem;
        font-size: 1.125rem;
    }
    
    .home .partner .partner-list{
        margin-top: 2rem;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        row-gap: 0.5rem;
    }
    
    .home .partner .partner-item img{
        opacity: 1;
    }
    
    .home .news{
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }
    
    .home .news .news-row{
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}
/* Home End */

/* Home Transition Start */
.home .navigation .navigation-link,
.home .service .service-item-link{
    transition: color 0.2s ease;
}

.home .service .service-item-thumb{
    transition: transform 0.4s ease;
}

.home .banner .prev-btn, .home .banner .next-btn{
    transition: all 0.4s ease;
}
/* Home Transition End */

/* Project Start */
.project-page .navigation{
    padding-top: 16rem;
    padding-bottom: 6.5rem;
}

.project-page .navigation .navigation-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.project-page .navigation .navigation-link{
    position: relative;
    margin-bottom: 1rem;
    margin-right: 2rem;
    font-size: 5.125rem;
    font-weight: 400;
    color: #666;
    line-height: 1;
}

.project-page .navigation .navigation-link.active,
.project-page .navigation .navigation-link:hover{
    color: #000;
}

.project-page .navigation .navigation-link.active:after{
    content: '';
    display: block;
    position: absolute;
    bottom: 0.25rem;
    left: 0;
    width: 100%;
    height: 1rem;
    border-radius: 0.5rem;
    background-color: #ffd944;
    z-index: -1;
}

.project-page .project{
    padding-bottom: 4rem;
}

.project-details .preview{
    position: relative;
    overflow: hidden;
    height: 46rem;
    background-color: #666;
}

.project-details .preview:after{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
}

.project-details .preview-image-wrap{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
}

.project-details .details-title-wrap{
    margin-top: 6.25rem;
}

.project-details .details-title{
    margin-bottom: 1.75rem;
    font-size: 3rem;
    font-weight: 500;
}

.project-details .details-tags{
    display: flex;
    flex-wrap: wrap;
}

.project-details .tags-item{
    margin-right: 2.5rem;
    margin-bottom: 0.5rem;
    color: #666;
    font-weight: 400;
    font-size: 1.4rem;
}

.project-details .details-intro-wrap{
    margin-bottom: 6.25rem;
}

.project-details .details-intro{
    max-width: 68.75rem;
    margin-top: 2.75rem;
    font-size: 2rem;
}

.project-details .details-cont{
    margin-bottom: 4rem;
}

.project-details .details-cont img{
    width: 100%;
    max-width: 100%;
}

.project-details .details-nav-wrap{
    padding-top: 6.25rem;
    padding-bottom: 7.5rem;
}

.project-details .details-nav{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.project-details .back-link{
    display: flex;
    align-items: center;
    color: #000;
    font-size: 1.75rem;
    cursor: pointer;
}

.project-details .back-link:hover{
    color: #666;
}

.project-details .back-link .back-link-embed{
    margin-right: 1rem;
}

.project-details .back-link:hover .back-link-embed{
    transform: translateX(-4px);
}

.project-details .relevant-project-wrap{
    padding-top: 6.25rem;
    padding-bottom: 7.5rem;
    border-top: 0.0625rem solid #c4c4c4;
}

.project-details .relevant-project-wrap .details-project-title{
    margin-bottom: 4.5rem;
    font-weight: 500;
    font-size: 1.5rem;
}

@media(max-width: 992px){
    .project-details .preview{
        height: 19rem;
    }
    
    .project-details .details-title-wrap{
        margin-top: 2rem;
    }
    
    .project-details .details-title{
        font-size: 1.5rem;
    }
    
    .project-details .tags-item{
        margin-right: 1.25rem;
        font-size: 1rem;
    }
    
    .project-details .tags-item:last-child{
        margin-right: 0;
    }
    
    .project-details .details-intro-wrap{
        margin-bottom: 1.5rem;
    }
    
    .project-details .details-intro{
        margin-top: 1.5rem;
        max-width: 100%;
        font-size: 1.125rem;
    }
    
    .project-details .details-cont{
        margin-bottom: 0rem;
    }
    
    .project-details .details-nav-wrap{
        padding-top: 2rem;
        padding-bottom: 2.5rem;
    }
    
    .project-details .back-link{
        font-size: 1.25rem;
    }
    
    .project-details .relevant-project-wrap{
        padding-top: 3.5rem;
        padding-bottom: 3.5rem;
    }
    
    .project-details .relevant-project-wrap .details-project-title{
        margin-bottom: 2.25rem;
        font-size: 1.25rem;
    }
}
/* Project End */

/* Project Transition Start */
.project-details .back-link .back-link-embed,
.project-details .back-link .back-link-text{
    transition: color 0.2s ease;
}

.project-details .back-link .back-link-embed{
    transition: transform 0.2s ease;
}
/* Project Transition End */

/* About Start */
.about .video{
    padding-bottom: 4rem;
}

.about .video-title{
    display: none;
}

.about .service {
    padding: 7.5rem 0 2.5rem;
    background-color: #000;
    color: #fff;
}

.about .service-title{
    max-width: 62rem;
    margin-bottom: 3.25rem;
    font-family: "ChoiceStudio-Regular", sans-serif;
    font-size: 3.0625rem;
    line-height: 1.38;
    letter-spacing: -0.03em;
}

.about .service-item{
    position: relative;
    padding-top: 3.75rem;
    border-bottom: 0.0625rem solid #4a4a4a;
}

.about .service-item:last-child{
    border-bottom: none;
}

.about .service-item .item-wrap{
    cursor: pointer;
    margin-bottom: 3.75rem;
}

.about .service-item .title{
    margin-bottom: 1rem;
    font-size: 3.5rem;
    line-height: 1.2;
}

.about .service-item .desc{
    font-size: 1.375rem;
    color: rgba(255, 255, 255, 0.6);
}

.about .service-item .more-btn{
    display: flex;
}

.about .service-item .more-btn-text{
    font-size: 1.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 0.125rem solid hsla(0, 0%, 100%, 0.2);
}

.about .service-item:hover .more-btn-text{
    border-bottom: 0.125rem solid hsla(0, 0%, 100%, 1);
}

.about .service-item .more-btn-plus,
.about .service-item .more-btn-minus{
    margin-left: 0.375rem;
    padding-bottom: 0.5rem;
    font-size: 1.5rem;
}

.about .service-item .more-btn-plus{
    display: block;
}

.about .service-item.active .more-btn-plus{
    display: none;
}

.about .service-item .more-btn-minus{
    display: none;
}

.about .service-item.active .more-btn-minus{
    display: block;
}

.about .service-item .video-wrap{
    display: none;
    flex-direction: column;
    justify-content: center;
    width: 20rem;
    position: absolute;
    top: 3rem;
    right: 0;
}

.about .service-item:hover .video-wrap{
    display: flex;
}

.about .service-item .sub{
    height: 0;
    overflow: hidden;
}

.about .service-item .sub-wrap{
    padding-bottom: 3rem;
}

.about .service-item .sub-list{
    max-width: 62rem;
}

.about .service-item .sub-title{
    font-size: 2rem;
    margin-bottom: 1.25rem;
}

.about .principles{
    padding: 7.5rem 0 1rem;
}

.about .principles-title{
    margin-bottom: 5.68rem;
    font-size: 1.75rem;
    font-weight: 400;
}

.about .principles-item{
    margin-bottom: 6.125rem;
}

.about .principles-item .num{
    font-size: 3.0625rem;
    color: #000;
}

.about .principles-item .intro{
    max-width: 70%;
    font-size: 1.75rem;
    font-weight: 400;
    color: #000;
}

.about .principles-item .intro-cn{
    max-width: 70%;
    font-size: 1.275rem;
    color: #000;
}

@media (max-width:992px){
    .about .service{
        padding-top: 3.5rem;
        padding-bottom: 2rem;
    }
    
    .about .service-title{
        font-size: 1.625rem;
        margin-bottom: 2rem;
    }
    
    .about .service-item{
        padding-top: 2rem;
    }
    
    .about .service-item .item-wrap{
        margin-bottom: 2rem;
    }
    
    .about .service-item .title{
        font-size: 1.5rem;
        margin-bottom: 0.5rem;
    }
    
    .about .service-item .desc{
        font-size: 1rem;
    }
    
    .about .service-item .more-btn-text{
        font-size: 1.25rem;
    }
    
    .about .service-item .video-wrap{
        display: none!important;
    }
    
    .about .service-item .sub-wrap{
        padding-bottom: 2rem;
    }
    
    .about .service-item .sub-title{
        font-size: 1.25rem;
        margin-bottom: 0.75rem;
    }
    
    .about .principles{
        padding: 3.5rem 0 1.5rem;
    }
    
    .about .principles-title{
        margin-bottom: 1.75rem;
        font-size: 1.25rem;
    }
    
    .about .principles-item{
        margin-bottom: 1rem;
    }
    
    .about .principles-item .num{
        font-size: 2.625rem;
        margin-bottom: 0;
    }
    
    .about .principles-item .intro{
        max-width: 100%;
        font-size: 1.125rem;
    }
    
    .about .principles-item .intro-cn{
        max-width: 100%;
        font-size: 1rem;
    }
}

/* About End */

/* About Transition Start */
.about .service-item .more-btn-text{
    transition: border-bottom-color 0.2s ease;
}

.about .service-item .sub{
    transition: height 0.2s ease;
}
/* About Transition End */

/* Contact Start */
.contact .information{
    padding-top: 16rem;
    padding-bottom: 7.5rem;
}

.contact .information .information-text{
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.contact .information .information-text i{
    font-size: 2rem;
    text-align: center;
    width: 2rem;
    margin-right: 2rem;
    color: #000;
}

.contact .information .information-link{
    display: flex;
    font-family: "ChoiceStudio-Regular", sans-serif;
    font-size: 5.125rem;
    line-height: 1.4;
    color: #000;
}

.contact .information .information-link:hover{
    color: #666;
}

.contact .information .information-other{
    margin-top: 8rem;
    height: 8rem;
    display: flex;
}

.contact .information .other-qrcode{
    height: 100%;
}

.contact .information .other-qrcode img{
    height: 100%;
    object-fit: cover;
}

.contact .information .other-address{
    height: 100%;
    margin-left: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.contact .information .other-address p{
    font-size: 1rem;
    margin-bottom: 0;
}

.contact .message{
    padding-top: 6rem;
    padding-bottom: 6rem;
    background-color: #f2f2f2;
}

.contact .message .message-title{
    margin-bottom: 2rem;
    font-weight: 400;
    font-size: 2rem;
}

.contact .message .message-label{
    position: absolute;
    width: 0;
    height: 0;
    border: 0;
    padding: 0;
    white-space: nowrap;
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}

.contact .message .message-text{
    min-height: 3.125rem;
    margin-bottom: 0;
    padding: 0.75rem 0;
    border-style: none none solid;
    border-width: 0.0625rem 1px;
    border-color: #000 #000 silver;
    border-radius: 0;
    background-color: hsla(0, 0%, 100%, 0);
    font-size: 1.5rem
}

.contact .message .message-textarea{
    overflow: hidden;
    overflow-wrap: break-word;
    resize: vertical;
}

.contact .message .message-text:focus, .contact .message .message-text:active{
    border-color: #000;
    outline: none;
    box-shadow: none;
}

.contact .message .message-type{
    display: flex;
    flex-wrap: wrap;
}

.contact .message .message-type-checkbox{
    display: flex;
    align-items: center;
    margin-right: 0.75rem;
    margin-bottom: 1.25rem;
    padding: 0.375rem 1.25rem;
    background-color: #fff;
    font-size: 1rem;
    font-weight: 400;
    border-radius: 6.25rem;
    color: #666;
    cursor: pointer;
}

.contact .message .message-type-checkbox[data-state=enable]{
    color: #fff;
    background-color: #000;
}

.contact .message .message-submit{
    width: fit-content;
    display: flex;
    align-items: center;
    margin-top: 3.75rem;
    font-size: 2rem;
    color: #000;
}

.contact .message .message-submit:hover{
    color: #666;
}

.contact .message .message-submit-arrow-right{
    margin-left: 0.5rem;
}

.contact .message .message-submit:hover .message-submit-arrow-right{
    margin-left: 1rem;
}
/* Contact End */

/* Contact Transition Start */
.contact .information .information-link{
    transition: color 0.2s ease;
}

.contact .message .message-type-checkbox{
    transition: all 0.2s ease;
}

.contact .message .message-submit-text{
    transition: color 0.2s ease;
}

.contact .message .message-submit-arrow-right{
    transition: all 0.2s ease;
}

@media(max-width: 1440px){
    .contact .information{
        padding-top: 9rem;
        padding-bottom: 4rem;
    }
}

@media(max-width: 1280px){
    .contact .information{
        padding-top: 6rem;
        padding-bottom: 2.5rem;
    }
}

@media(max-width: 992px){
    .contact .information .information-link{
        font-size: 2rem;
    }
    
    .contact .information .information-other{
        margin-top: 2rem;
        height: unset;
        flex-wrap: wrap;
    }
    
    .contact .information .other-qrcode{
        width: 6rem;
        height: 6rem;
    }
    
    .contact .information .other-address{
        margin-left: 0;
        margin-top: 2rem;
    }
    
    .contact .information .other-address p{
        margin-bottom: 1rem;
    }
    
    .contact .message{
        padding-top: 3.5rem;
        padding-bottom: 3.5rem;
    }
    
    .contact .message .form-group{
        margin-bottom: 0;
    }
    
    .contact .message .message-right{
        order: -1;
        padding-bottom: 1rem;
    }
    
    .contact .message .message-text{
        font-size: 1.125rem;
        margin-bottom: 1rem;
        min-height: 2.5rem;
    }
    
    .contact .message .message-title{
        font-size: 1.25rem;
    }
    
    .contact .message .message-type-checkbox{
        font-size: 1rem;
        margin-bottom: 1rem;
    }
    
    .contact .message .message-submit{
        margin-top: 2rem;
        font-size: 1.375rem;
    }
}
/* Contact Transition End */

/* News Start */
.news{
    padding-top: 12rem;
    padding-bottom: 5rem;
}

.news .news-item{
    border: none;
    margin-bottom: 8rem;
}

.news .news-item .news-item-thumb-wrap{
    border-radius: unset;
    overflow: hidden;
    font-size: 0;
}

.news .news-item .news-item-thumb-wrap .news-item-thumb{
    width: 100%;
    height: 24rem;
    object-fit: cover;
}

.news .news-item .news-item-thumb-wrap:hover .news-item-thumb{
    transform: scale(1.06);
}

.news .news-item .card-body{
    padding: 0;
}

.news .news-item .status{
    margin-top: 1rem;
    display: flex;
    align-items: center;
}

.news .news-item .status-item{
    margin-right: 2rem;
}

.news .news-item .status-icon{
    font-weight: 600;
    color: #333;
    font-size: 1.25rem;
    margin-right: 0.5rem;
}

.news .news-item .status-text{
    font-weight: 500;
    color: #333;
    font-size: 1.25rem;
}

.news .news-item .news-item-title{
    margin-top: 2rem;
    margin-bottom: 0.5rem;
    font-size: 1.75rem;
}

.news .news-item .news-item-link{
    font-weight: 500;
    color: #000;
}

.news .news-item .news-item-link:hover{
    color: #666;
}

.news .news-item .news-item-desc{
    max-width: 60%;
    line-height: 2;
    font-size: 1rem;
    color: #666;
    
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
    margin-bottom: 2rem;
}

.news .news-item .more-btn{
    padding: 0.5rem 2rem;
    font-size: 1rem;
    color: #000;
    border-color: #000;
    background-color: #fff;
}

.news .news-item .more-btn:hover{
    background-color: #000;
    color: #fff;
}

.news .pagination-nav .page-link{
    font-size: 1.25rem;
}

.news .news-details .details-title{
    font-size: 2.25rem;
}

.news .news-details .status{
    margin-top: 2rem;
    display: flex;
    align-items: center;
}

.news .news-details .status-item{
    margin-right: 1rem;
}

.news .news-details .status-icon{
    font-weight: 600;
    color: #333;
    font-size: 1.25rem;
    margin-right: 0.5rem;
}

.news .news-details .status-text{
    font-weight: 500;
    color: #333;
    font-size: 1.25rem;
}

.news .news-details .details-cont{
    font-size: 1rem;
    margin-top: 3rem;
    line-height: 2;
}

.news .details-prev-next{
    margin-top: 5rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    font-size: 1.375rem;
}

@media(max-width:992px){
    .news{
        padding-top: 6rem;
        padding-bottom: 2rem;
    }
    
    .news .news-item{
        margin-bottom: 4rem;
    }
    
    .news .news-item .status-item{
        margin-right: 1rem;
        display: flex;
        align-items: center;
    }
    
    .news .news-item .status-item:last-child{
        margin-right: 0;
    }
    
    .news .news-item .status-icon{
        font-size: 0.875rem;
    }
    
    .news .news-item .status-text{
        font-size: 0.875rem;
    }
    
    .news .news-item .news-item-thumb-wrap .news-item-thumb{
        height: 10rem;
    }
    
    .news .news-item .news-item-title{
        margin-top: 1rem;
        font-size: 1.25rem;
    }
    
    .news .news-item .news-item-desc{
        max-width: 100%;
        margin-bottom: 1.5rem;
    }
    
    .news .news-item .more-btn{
        font-size: 0.875rem;
        padding: 0.375rem 0.875rem;
    }
    
    .news .pagination-nav {
        margin-bottom: 3rem;
        justify-content: center;
    }
    
    .news .pagination-nav .page-link{
        font-size: 1.125rem;
    }
    
    .news .news-details .details-title{
        font-size: 1.5rem;
    }
    
    .news .news-details .status-item{
        display: flex;
        align-items: center;
    }
    
    .news .news-details .status-icon{
        font-size: 0.875rem;
    }
    
    .news .news-details .status-text{
        font-size: 0.875rem;
    }
    
    .news .news-details .details-cont{
        margin-top: 2rem;
    }
    
    .news .details-prev-next{
        font-size: 1.25rem;
        margin-top: 2rem;
        margin-bottom: 3rem;
    }
}
/* News End */

/* News Transition Start */
.news .news-item .news-item-thumb-wrap .news-item-thumb{
    transition: transform 0.4s ease;
}

.news .news-item .news-item-link{
    transition: color 0.2s ease;
}

.news .news-item .more-btn{
    transition: all 0.2s ease;
}

/* News Transition End */

/* Aside Start */
.aside .aside-project,
.aside .aside-news{
    margin-bottom: 2rem;
}

.aside .aside-news{
    margin-top: 8rem;
}

.aside .aside-project-title,
.aside .aside-news-title{
    position: relative;
    display: inline-block;
    padding-bottom: 0.5rem;
    border-bottom: 0.1625rem solid #ffd944;
    margin-bottom: 2rem;
    font-size: 2rem;
    line-height: 1;
    font-weight: 500;
}

.aside .aside-project-title:after,
.aside .aside-news-title:after{
    display: block;
    content: '';
    position: absolute;
    right: -0.5rem;
    top: -0.5rem;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background-color: #ffd944;
    z-index: -1;
}

.aside .project-item{
    margin-bottom: 2rem;
}

.aside .project-item .project-link-wrap .project-image-wrap,
.aside .project-item .project-link-wrap .project-video-wrap{
    height: 14rem;
}

.aside .project-item .project-link-wrap .project-title-wrap{
    margin-top: 0.5rem;
}

.aside .project-item .project-link-wrap .project-title-text{
    font-size: 1.375rem;
}

.aside .aside-news-item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}

.aside .aside-news-text{
    margin-bottom: 0;
    width: 65%;

}

.aside .aside-news-link{
    display: block;
    font-weight: 400;
    font-size: 1.375rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.aside .aside-news-link:hover{
    color: rgba(0,0,0,.4);
}

.aside .aside-news-time{
    margin-bottom: 0;
    width: 30%;
    text-align: right;
    font-size: 1.375rem;
}

@media(max-width:992px){
    .aside .aside-project-title,
    .aside .aside-news-title{
        margin-bottom: 1.5rem;
        font-size: 1.375rem;
    }
    
    .aside .aside-project-title:after,
    .aside .aside-news-title:after{
        width: 1.5rem;
        height: 1.5rem;
        right: -0.375rem;
        top: -0.375rem;
    }
    
    .aside .project-item .project-link-wrap .project-title-text{
        font-size: 1.125rem;
    }
    
    .aside .aside-news{
        margin-top: 4rem;
    }
    
    .aside .aside-news-item{
        margin-bottom: 1rem;
    }
    
    .aside .aside-news-link{
        font-size: 1rem;
    }
    
    .aside .aside-news-time{
        font-size: 1rem;
    }
}
/* Aside End */

/* Aside Transition Start */
/* Aside Transition End */