:root {
    --ease-power2-in-out:
            cubic-bezier(.645, .045, .355, 1);
}
@font-face {
    font-family: 'Montserrat';
    src: url('../font/Montserrat-Light.woff') format('woff');
    font-weight: 300; /* 轻体 */
}

@font-face {
    font-family: 'Montserrat';
    src: url('../font/Montserrat-Regular.woff') format('woff'),
        url("../font/Montserrat-Regular.ttf") format('truetype'),
        url("../font/Montserrat-Regular.otf") format('opentype');
    font-weight: 400; /* 常规体 */
}
@font-face {
    font-family: 'Montserrat';
    src: url('../font/Montserrat-Medium.woff') format('woff');
    font-weight: 500; /* 常规体 */
}
@font-face {
    font-family: 'Montserrat';
    src: url('../font/Montserrat-SemiBold.woff') format('woff');
    font-weight: 600; /* 加粗体 */
}
@font-face {
    font-family: 'Montserrat';
    src: url('../font/Montserrat-Bold.woff') format('woff');
    font-weight: 700; /* 加粗体 */
}
@font-face {
    font-family: 'Montserrat';
    src: url('../font/Montserrat-ExtraBold.woff') format('woff');
    font-weight: 800; /* 加粗体 */
}
html, body{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;

    background: #FFF;

    font-size: calc(100vw / 1920) !important;
    overscroll-behavior-y: none;
}
ul, li{
    padding:0;margin:0;
    list-style:none;
}
input, select, img{
    background: transparent;
    border: none;
    outline:none;
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
    cursor: pointer;
    color: inherit;
}
a:link,
a:visited,
a:hover{
    text-decoration: none;
}

p, pre, ul, li, h1, h2, h3, h4, h5, h6, dl, dd, a {
    margin: 0;
    padding: 0;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
}
ul, li, dd, dl {
    list-style: none;
}
pre{
    white-space: pre-wrap;
    word-wrap: break-word;
}
main{

}
img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.en{
    font-family: Montserrat, Montserrat;
}
.cn{
    font-family: PingFangSC, PingFang SC;
}
.menu{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(255, 255, 255, .2);
    -webkit-backdrop-filter: blur(60px);
    backdrop-filter: blur(60px);
    z-index: 99;
}
.menu .menu-wrap{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.menu .menu-content{
    font-weight: 300;
    font-size: 65rem;
    color: #000000;
    line-height: 111.82rem;
    text-align: center;
}.menu .menu-content .menu-item{
     margin: 20rem 0;
 }
.menu .menu-content:hover .menu-item{
    opacity: .35;
}
.menu .menu-content .menu-item{
    transition: .5s all .2s;
    overflow: hidden;
}
.menu .menu-content .menu-item a{
    display: block;
    transform: translateY(120%);
    transition: .5s all;
}
.menu .menu-content .menu-item:nth-child(1) a{
    display: flex;
    justify-content: center;
}
.menu .menu-content .menu-item .gif{
    width: 0rem;
    margin: 0 10rem;
    transition: .5s all 1s;
}
.menu .menu-content .menu-item:nth-child(2) a{
    transition-delay: .1s;
}
.menu .menu-content .menu-item:nth-child(3) a{
    transition-delay: .2s;
}
.menu .menu-content .menu-item:nth-child(4) a{
    transition-delay: .3s;
}
.menu.show .menu-content .menu-item a{
    transform: translateY(0);
}
.menu.show .menu-content .menu-item .gif{
    width: 150rem;
}
.menu .menu-content .menu-item:hover{
    opacity: 1;
}
.menu .service{
    position: absolute;
    right: 150rem;
    bottom: 150rem;

    display: flex;

    font-weight: 500;
    font-size: 17.26rem;
    color: #000000;

    gap: 120rem;
}
.menu-video{
    display: none;
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 101;
}
.menu-video video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.menu-video .btn{
    font-weight: 500;
    font-size: 17.26rem;
    color: #000000;
    line-height: 40rem;

    height: 40rem;
    overflow: hidden;
    cursor: pointer;

    position: absolute;
    top: 40rem;
    right: 85rem;
}

.cn .menu .menu-content{
    font-weight: 300;
}
.cn .menu .service{
    font-weight: 300;
}
header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40rem 60rem;

    width: 100%;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;

    z-index: 100;
    /*mix-blend-mode: difference;*/
}
header .logo{
    /*width: 150rem;*/
    /*height: 40rem;*/
    /*background: url("../image/logo.gif") no-repeat;*/
    width: 87rem;
    height: 38rem;
    background: url("../image/logo.png") no-repeat;
    background-size: contain;
}
header .logo.white{
    color: #FFF;
}
header .menu-btn{
    font-weight: 500;
    font-size: 17.26rem;
    color: #000000;

    height: 40rem;
    overflow: hidden;
    cursor: pointer;
}
header .menu-btn ul{
    transition: .5s all;
}
header .menu-btn .item{
    height: 40rem;
    line-height: 40rem;
    overflow: hidden;
    position: relative;
}
header .menu-btn.active ul{
    transform: translateY(-40rem);
}
header .menu-btn .item span{
    position: relative;
    display: block;
    -webkit-transform: translateY(0%);
    transform: translateY(0);
    -webkit-transition: .35s var(--ease-power2-in-out);
    transition: .35s var(--ease-power2-in-out);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform, -webkit-transform;
}
header .menu-btn .item::before {
    content: attr(data-label);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transform: translateY(120%);
    transform: translateY(120%);
    -webkit-transition: .35s var(--ease-power2-in-out);
    transition: .35s var(--ease-power2-in-out);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform, -webkit-transform;
}
header .menu-btn .item:hover span{
    -webkit-transform: translateY(-120%);
    transform: translateY(-120%);
}
header .menu-btn .item:hover::before {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.cn header .menu-btn{
    font-weight: 300;
    font-size: 17.28rem;
}

.index{
    /*height: 100vh;*/
    /*display: flex;*/
    /*align-items: center;*/
    /*flex-wrap: wrap;*/
    padding-top: 125rem;
}
.module-1{
    position: relative;
}


.module-1 .title{
    font-weight: 400;
    font-size: 40rem;
    color: #000000;
    text-align: center;
}
.module-1 .description{
    font-weight: 100;
    font-size: 15.35rem;
    color: #000000;
    line-height: 17.9rem;
    text-align: center;

    margin-top: 18rem;
}
.module-1 .title div{
    overflow: hidden;
}
.module-1 .title div:nth-child(2) span{
    transition-delay: .4s;
}
.module-1 .title span{
    display: block;
    transform: translateY(120%);
    -webkit-transform: translateY(120%);
    transition: 1.5s var(--ease-power2-in-out);
}
.show .module-1 .title span{
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.cn .module-1 .title{
    font-weight: 300;
    font-size: 60rem;
    color: #000000;
    line-height: 66.67rem;
}
.cn .module-1 .description{
    font-weight: 100;
    font-size: 15.36rem;
    color: #000000;
    line-height: 25.92rem;
}


.module-2{
    display: flex;
    margin-top: 100rem;
    height: 800rem;
}
.module-2 .name{
    font-weight: 400;
    font-size: 17.9rem;
    color: #000000;

    padding-left: 38rem;
    opacity: 0;
    transition: 1.5s ease-in-out;
}
.module-2 .item{
    /*width: 20%;*/
    transition: all 0.8s;
}
.module-2 .item .cover-show{
    height: 0;
    transition: 1.5s ease-in-out;
    overflow: hidden;
}
/*.module-2 .item:nth-child(2) .cover-show,*/
/*.module-2 .item:nth-child(4) .cover-show,*/
/*.module-2 .item:nth-child(2) .name,*/
/*.module-2 .item:nth-child(4) .name{*/
/*    -webkit-transition-delay: .6s;*/
/*    transition-delay: .6s;*/
/*}*/
/*.module-2 .item:nth-child(1) .cover-show,*/
/*.module-2 .item:nth-child(5) .cover-show,*/
/*.module-2 .item:nth-child(1) .name,*/
/*.module-2 .item:nth-child(5) .name{*/
/*    -webkit-transition-delay: 1.2s;*/
/*    transition-delay: 1.2s;*/
/*}*/
.module-2 .swiper-slide .cover-show,
.module-2 .swiper-slide.name{
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s;
}
.module-2 .swiper-slide-prev .cover-show,
.module-2 .swiper-slide-next .cover-show,
.module-2 .swiper-slide-prev .name,
.module-2 .swiper-slide-next .name{
    -webkit-transition-delay: .6s !important;
    transition-delay: .6s !important;
}
.module-2 .swiper-slide-active .cover-show,
.module-2 .swiper-slide-active .name{
    -webkit-transition-delay: unset !important;
    transition-delay: unset !important;
}
.show .module-2 .item .cover-show{
    height: 620rem;
    margin-top: 16rem;
}
.show .module-2 .item .name{
    opacity: 1;
}
.module-2 .item .cover{
    height: 480rem;
    overflow: hidden;
    transition: all 0.8s;
}
.module-2 .item .cover img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.module-2 .item.hover{
    /*width: 25%;*/
}


.module-2 .swiper{
    width: 1920rem;
    height: 100%;
}
.module-2 .swiper-slide{
    width: 20%;
}
.module-2 .swiper-slide.swiper-slide-active{
    width: 25%;
}
.module-2 .swiper-slide.swiper-slide-active .cover{
    height: 560rem;
}

.cn .module-2 .name{
    font-weight: 300;
    font-size: 17.92rem;
}

footer{
    padding:  60rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;

    width: 100%;
    box-sizing: border-box;

    position: fixed;
    left: 0rem;
    bottom: 0rem;

    z-index: 10;
    mix-blend-mode: difference;
}
.copyright{
    font-weight: 300;
    font-size: 11.51rem;
    /*color: #fff;*/
    color: #000;
    display: flex;

    padding:  60rem;
    display: flex;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 11;
}
.copyright a{
    display: flex;
    align-items: center;
}
.copyright img{
    width: 16rem;
    height: 16rem;
    display: inline-block;
}
.language{
    font-weight: 500;
    font-size: 17.27rem;
    color: #fff;

    cursor: pointer;
    position: relative;
    mix-blend-mode: difference;
}
.language .name{
    display: flex;
    align-items: center;
    color: #FFF;
}
.language .name::before{
    content: '';
    display: block;
    width: 20rem;
    height: 20rem;
    background-image: url("../image/icon-language-white.png");
    background-size: contain;
    margin-right: 11rem;
}
.language .name::after{
    content: '';
    display: block;
    width: 14rem;
    height: 14rem;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAUCAYAAAC58NwRAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDkuMC1jMDAwIDc5LjE3MWMyN2ZhYiwgMjAyMi8wOC8xNi0yMjozNTo0MSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDI0LjAgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NTI0RkJFNThCM0Q4MTFGMEFEMThBN0U0NTlFMkY1NzYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NzUxNTc5NjZCM0RCMTFGMEFEMThBN0U0NTlFMkY1NzYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1MjRGQkU1NkIzRDgxMUYwQUQxOEE3RTQ1OUUyRjU3NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1MjRGQkU1N0IzRDgxMUYwQUQxOEE3RTQ1OUUyRjU3NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PvXrjT0AAACMSURBVHjaYvj//z8bELcBMT8QMxDCIGL5fwg4QYwmEOEIxF+J1QRjEK0JmUOUJnQBgpqwWYtXEy7P4dSELwixaiIUUe7/EeAoEDPhUwxKARuhiv8AcRQ+G7AqxqUBp2JsGvAqRtdAUDGyBqIUwzQQrRg9PxBUjJwfPhGjGIQZwboYGESA+A0DEQAgwADS5eLGVmATjwAAAABJRU5ErkJggg==");
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 8rem;

    transition: all 0.3s;
}
.language:hover .name::after{
    transform: rotate(-90deg);
}
.language .list{
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 14.21rem;
    color: #808080;
    /*color: #fff;*/
    display: none;
    position: absolute;
    bottom: 20rem;
    left: 32rem;
}
.language .list .item{
    margin: 3rem 0;
}
.language:hover .list{
    display: block;
}
.cn .language{
    font-weight: 500;
    font-size: 14.22rem;
}

.navigate{
    position: fixed;
    -webkit-transform: translateX(50%) rotate(90deg);
    -ms-transform: translateX(50%) rotate(90deg);
     transform: translateX(50%) rotate(90deg);
    top: 50%;
    right: 60rem;
    z-index: 10;
    mix-blend-mode: difference;

    font-weight: 600;
    font-size: 17.26rem;
    color: #FFF;
}
.navigate .active{
    opacity: 0;
}
.navigate-back{
    position: fixed;
    -webkit-transform: translateX(50%) rotate(90deg);
    -ms-transform: translateX(50%) rotate(90deg);
    transform: translateX(50%) rotate(90deg);
    top: 50%;
    right: 60rem;
    z-index: 9;

    font-weight: 600;
    font-size: 17.26rem;
}
.navigate-back span{
    opacity: 0;
    color: #FF8002;
}
.navigate-back .active{
    opacity: 1;
}

/*联系我们*/
.company{
    display: flex;
    padding: 130rem 100rem;
}
.company .nav{
    width: 40%;

    font-weight: 300;
    font-size: 53.95rem;
    color: #B3B3B3;
    line-height: 79.3rem;
    text-align: left;
}
.company .nav .item{
    cursor: pointer;
 }
.company .nav .item.active{
    color:#000000;
}
.company .content{
    width: 1039rem;
    font-weight: 300;
    font-size: 23.98rem;
    color: #000000;
    line-height: 36.31rem;
}
.company .content .item{
    display: none;
}
.company .content .item.active{
    display: block;
}
.company .content .cover{
    height: 655rem;
    margin-bottom: 60rem;
}
.company .content .name{
    display: none;
}
.company .content .cover img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.company .addr,.company .email,.company .tel{
    padding-left: 50rem;
    position: relative;
}
.company .addr:before,.company .email:before,.company .tel:before {
    content: '';
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 24rem;
    height: 24rem;

    position: absolute;
    left: 0;
    top: 5rem;
}
.company .addr:before{
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDkuMC1jMDAwIDc5LjE3MWMyN2ZhYiwgMjAyMi8wOC8xNi0yMjozNTo0MSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDI0LjAgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QjczRDQxQThCNkM4MTFGMEFEMThBN0U0NTlFMkY1NzYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QjczRDQxQTlCNkM4MTFGMEFEMThBN0U0NTlFMkY1NzYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCNUVBNTUxQkI2M0IxMUYwQUQxOEE3RTQ1OUUyRjU3NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCNUVBNTUxQ0I2M0IxMUYwQUQxOEE3RTQ1OUUyRjU3NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PsxgJ+UAAAHTSURBVHjarJbPK0RRFMffzDzGNMYoPzLKFCULC1khdrJQKClZ8AcoitgJS2XDglIWIomUJSX/giylxkKsxgyx8Wve8D31ffW6vXnvzTynPr3mnnvuueeec88dTfMmIdALDsAVWAJ1XgwDHh30g1lwCB7BOCgDcyCv+RTZ+RkYtWwoATbBht/FO8AxmLTR1YJdsFbq4s1gD8yA8gJzGsA+WC52cdndNlgFUZe5SXDEfNhWhypRVonIOnh3cfAGbnmMNeDarapWeLb1RUbdBU7BhNOkRSa1scS8DdDJoJ1ymuWY9FF1QTAGTkCPmYM4B4cYwYMPB78gBWJgGOTEQRvo5MIXmn/JM+ntgoQUBl8go/2ffIAXENEtvUR3MKjg8fWxbOX3Djh3aZCG7vHSLXADcmNzoBpMgRaw5WTsxYEkvwnMg2fLeIxdVnJ451RWbu+ARHCjLC5yCZ7YbUuOQHr+D9uBKp9MZtztYnh5kAIuZVmyA9+iW26gYaPPcdwoYG+4RaYzkRFQReIW40o+KlFFl2f0CX5jLF1TF+KfgrCcbSvoBiPgXokqSEMxyiq6AHXyTbMgTJ35AqZ0tolXXm3DJmkZS0SqLmvZ9bdSHHLj038CDACsEFz7yVjr5QAAAABJRU5ErkJggg==");
}
.company .email:before{
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAARCAYAAADHeGwwAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDkuMC1jMDAwIDc5LjE3MWMyN2ZhYiwgMjAyMi8wOC8xNi0yMjozNTo0MSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDI0LjAgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NTA4ODM4MzdCNkM5MTFGMEFEMThBN0U0NTlFMkY1NzYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NTA4ODM4MzhCNkM5MTFGMEFEMThBN0U0NTlFMkY1NzYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCNzNENDFCMkI2QzgxMUYwQUQxOEE3RTQ1OUUyRjU3NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1MDg4MzgzNkI2QzkxMUYwQUQxOEE3RTQ1OUUyRjU3NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PkQ/VJcAAAJaSURBVHjapJRPiBJxFMdndhydNt2lHE9uC2FFWgeJ6GKw3ZLOGbgng2UvRn9gZTHosLBtEYKQGHQq69Qhc6EudYowQgqDEIkoiSBZcvpDam3r+Ov74rkt5ZI7PfjI+Jt53/f7vd97T5Z+mwZ0sBl0JWsmAxN8Zkz516osDwshEna7fULTtCqebRYDwFUMt9vtkW63ewP/CyQ0qijKVKfTORyLxcZSqZT0P1apVLZEIpHler0+bZrmCq35cIIZMO92u68nk0lh1UqlkggGg4aqqpPQW4D2HAXYBeLgJBhxOBxno9GoaDQaGxLP5/PC6/U+hcY+vs9T4AIF2MkBTvMpHYg+GQqFjHK5PJB4Op0Wuq7fhu8Ya2xivYV+AXrVcNDn85ULhcK6wrhMEY/HhcvlSnMFSoMG6NkOj8ezmMlk/hKv1WoiHA5/Q75P4DvXH34DByDzOJ3OW4lEYlW8WCwKv9//Be+OALWPz2qAQep9otlsbkWerxmGcTwQCEjZbPYZTlDFu6PgIVhZz/lfAc6AQ2AGfVLN5XJ30IjjrVbrHta+gilwE5yjFugnoAA39QI/P+F1lUuM0jcLXlKXUvmheUxkiXZPKXoOOryRH6C6xn8/jZ21AWwcYBu4zDs8D971xgBYgvgrFpM4NST6FkyDcfCY3x2gAEP4GeKyXAK7wRXwCFwE7we4IxpuRT7pHnCJh+V32pTCH9EJ5qnJwFWwyB9sxD6CB1TaoDfQXlBaPoG7VC3gGNjOu1IszLpl9te5uu7bOLct8Brs5btQLA5TjYO8AR9A+6cAAwC7DoQoyZcMvwAAAABJRU5ErkJggg==");
}
.company .tel:before{
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAXCAYAAAARIY8tAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDkuMC1jMDAwIDc5LjE3MWMyN2ZhYiwgMjAyMi8wOC8xNi0yMjozNTo0MSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDI0LjAgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QjczRDQxQjBCNkM4MTFGMEFEMThBN0U0NTlFMkY1NzYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QjczRDQxQjFCNkM4MTFGMEFEMThBN0U0NTlFMkY1NzYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCNzNENDFBRUI2QzgxMUYwQUQxOEE3RTQ1OUUyRjU3NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCNzNENDFBRkI2QzgxMUYwQUQxOEE3RTQ1OUUyRjU3NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pvl9faAAAAJxSURBVHjanJVLSFRhFMdn7kymYo2pZGGUZJKkgmEtKogKSmgjtIkiCqSC2lSLFq0qSAt0kW3aBD0gF73oRRCRRCBSRC2C3lASPSnLXg6l1u/Af+Dj9k1zpwM/HGfOPf/vO68bj2W3OIyHWlgJTZCCEfgNL6EXbsIQ/MoWJJvNgn0SOQf3YVjBA6iCJbAALsKhWB62Ba7q5DVQ7PExkclQB+1wWrfNaTvhFMzMcUPXJkGbRBb9y3ETnIGpsfytADbCUaj2OSzVj03OdzPgMOyB0ggiVq/d0J35IuGkYbU65KT+nwfb4LpqMB/6cgiMwiuYC+PghRUqqU6ogBOOc7N+uwDf1DVR7JlEVljaAt2iEYrgYcg509/PJVIaUeSJnqs3gUKddNgzIyP6vFg3+B5R4Cl8hgYTKFNPvws5fVVOU7rl7WzT6rGPkIYpgYoR8zzcJ4F66FfRSyIKjGnikyYwqEAVIacBeA/rVOhHcEQHmgP7oUUpDluJ/D4FymtcqXDNTnBMddgLnXAJbsABeA2z4Tx0KI0Zs0GbYLXIzIHtlOnKc9px/Al3oVWn7VLq7sEVLcABBfwAb/Vci1ZNT6AT9qqoaz3XteLvggdwGdaofdP6a7WphMfyT2nVmPiQu8zsweWwHb54hIp0ywZNdZXybMLHdROzDbAMtsIPN0Cx1m53hKVWqT1VHRq+hZYWCXitTJ3S9R/btFkFXx8q+F9WDgfhLEyLGHwzXFMzFEZ5wK69Sm3Zo1URPpWJ71DgTr3NEvm8kxMKUqu3VJ16e1QzYi15C+5oew76giRzjLu16ERnNgIFH5OQtekbtbjX/ggwACyfiueeulABAAAAAElFTkSuQmCC");
}


.detail{
width: 100%;
    overflow: hidden;
}
.detail .top{
    height: 100vh;
    max-height: 1080rem;

    display: flex;
    align-items: center;
    justify-content: center;
}
.detail .top .title{
    font-weight: 500;
    font-size: 59.97rem;
    color: #000000;
    text-align: center;
}
.detail .top .description{
    font-size: 47.97rem;
    color: #000000;
    margin-top: 60rem;
    text-align: center;
}

.detail .title{
    font-weight: 500;
    font-size: 59.97rem;
    color: #000000;
}
.detail .description{
    font-weight: 400;
    font-size: 35.98rem;
    color: #000000;
    line-height: 46.97rem;

    margin-top: 50rem;
}
.detail .tag{
    width: fit-content;
    font-weight: 400;
    font-size: 111.79rem;
    color: #808080;
    opacity: .15;

    white-space: nowrap;
}
.cn .detail .top .title{
    font-weight: 300;
    font-size: 60rem;
}
.cn .detail .top .description{
    font-weight: 300;
    font-size: 40rem;
}
.cn .detail .title{
    font-weight: 400;
    font-size: 60rem;
}
.cn .detail .description{
    font-weight: 100;
    font-size: 36rem;
    line-height: 47rem;
}
.cn .detail .tag{
    font-weight: 400;
    font-size: 142rem;
}


.detail-1{
    padding: 110rem 130rem;
    position: relative;
}
.detail-1 .container{
    display: flex;
    gap: 110rem;
    position: relative;
    z-index: 1;
}
.detail-1 .cover-list{
    width: 550rem;
    flex-shrink: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 25rem;
}
.detail-1 .cover-list .item{
    width: 100%;
    height: 310rem;
}
.detail-1 .description{
    margin-top: 50rem;
}
.detail-1 .tag{
    position: absolute;
    left: 320rem;
    top:20rem;
    z-index: 1;
}
.detail-2{
    padding: 110rem 0 110rem 130rem;
}
.detail-2.left{
    padding: 110rem 130rem 110rem 0rem;
}
.detail-2 .container{
    gap: 220rem;
    display: flex;
}
.detail-2 .cover{
    width: 785rem;
    height: 670rem;
    flex-shrink: 0;
}
.detail-3{
    width: 100%;
    height: 1080rem;
    background: url("../image/ai-bg.jpg") no-repeat;
    background-size: cover;
    padding: 110rem 130rem;
    box-sizing: border-box;
    position: relative;
}
.detail-3 .title,.detail-3 .description{
    color: #FFF;
}
.detail-3 .tag{
    color: #FFF;
    opacity: .3;
    position: absolute;
    top: 20rem;
    left: 320rem;
}
.detail-3 .container{
    width: 940rem;
    height: 100%;
    display: flex;
    align-items: flex-end;
}
.detail-4{
    padding: 110rem 130rem;
}
.detail-4 .content{
    display: flex;
    gap: 60rem;
    margin-top: 50rem;
}

.projects{
    padding: 250rem 100rem;
}
.projects .tab{
    width: fit-content;
    height: 68rem;
    font-weight: 400;
    font-size: 10.87rem;

    display: flex;
    border: 1px solid #000;
    border-radius: 34rem;
    box-sizing: border-box;
    padding: 9rem;

    margin-top: 65rem;
}
.projects .tab .item{
    width: 120rem;
    height: 50rem;
    line-height: 50rem;
    text-align: center;

    border-radius: 25rem;
}
.projects .tab .item.hover{
    background: #FF8002;
    color: #fff;
}
.projects .title{
    font-weight: 500;
    font-size: 66rem;
}
.projects .list{
    display: flex;
    gap: 110rem 22rem;
    flex-wrap: wrap;

    margin-top: 50rem;
}
.projects .list .item{
    width: 555rem;
}
.projects .list .item .cover{
    height: 518rem;
    border-radius: 18rem;
    overflow: hidden;
}
.projects .list .item .name{
    font-weight: 500;
    font-size: 20rem;
    color: #000000;

    margin-top: 40rem;
}
.projects .list .item .tag{
    width: fit-content;
    height: 34rem;
    font-weight: 400;
    font-size: 10.87rem;
    line-height: 34rem;
    color: #FF8002;

    border: 1rem solid #FF8002;
    border-radius: 17rem;
    padding: 0 25rem;

    margin-top: 20rem;
}

.services{
    padding-top: 250rem;
    padding-left: 100rem;
    padding-right: 100rem;
}
.services .title{
    font-weight: 500;
    font-size: 66rem;
    color: #000000;
    padding-left: 195rem;
}
.services .name{
    font-weight: 300;
    font-size: 53.76rem;
    color: #000000;
}
.services .description{
    font-weight: 300;
    font-size: 21.5rem;
    color: #000000;
    line-height: 36.56rem;
    margin-top: 40rem;
}
.services .container{
    display: flex;
    gap: 100rem;
}
.services .tag{
    display: flex;
    gap: 13rem 24rem;
    flex-wrap: wrap;
    margin-top: 40rem;
}
.services .tag .item{
    width: 340rem;
    height: 30rem;
    font-weight: 400;
    font-size: 14rem;
    color: #000000;
    line-height: 30rem;

    border: 1rem solid #000;
    border-radius: 10rem;
    padding: 0 10rem;
    box-sizing: border-box;
}
.services .btn{
    display: block;
    width: 340rem;
    height: 106rem;
    border: 1rem solid #000;
    border-radius: 53rem;
    box-sizing: border-box;
    font-weight: 300;
    font-size: 26.18rem;
    color: #000000;
    line-height: 106rem;
    padding-left: 77rem;
    margin-top: 80rem;
    position: relative;
}
.services .floor-2 .btn,
.services .floor-4 .btn{
    width: 460rem;
}
.services .btn::after{
    display: block;
    content: '';
    background: url("../image/service-btn.png") no-repeat;
    background-size: contain;
    width: 79rem;
    height: 80rem;
    border-radius: 30rem;
    box-sizing: border-box;

    position: absolute;
    right: 12rem;
    top: 12rem;
}
.services .service-1{
    position: relative;
    padding: 150rem 0;
}
.services .service-1 .cover{
    width: 910rem;
    /*height: 560rem;*/
    border-radius: 50rem;
    flex-shrink: 0;
    overflow: hidden;
}
.services .floor-2 .cover{
    height: 619rem;
    width: 1190rem;
    position: absolute;
    top: 100rem;
    right: 0;
}
.services .service-1 .description{
    width: 610rem;
}
.services .service-1 .btn{
    position: relative;
    right: 0;
}
.services .floor-2 .tag{
    width: 350rem;
}

@media screen and (max-width: 767px) {
    html {
        font-size: calc(100vw / 750) !important;

        width: 100vw !important;
        /*height: fit-content;*/
        overflow-x: hidden;
        -webkit-text-size-adjust: none;
    }


    main{

    }
    header{
        padding: 40rem 45rem;
    }

    header .menu-btn{
        font-size: 24rem;
    }
    .menu .service{
        width: 100%;
        right: 0;
        justify-content: center;
        gap: 40rem;

        font-size: 24rem;
    }
    .language {
        font-size: 21rem;
    }
    .language .list {
        font-size: 18rem;
        bottom: 30rem;
    }
    .language .list .item {
        margin: 10rem 0;
    }
    .index {
        padding-top: 260rem;
    }

    .module-2{
        height: fit-content;
    }
    .module-2 .swiper{
        width: 1920rem;
        height: 100%;
    }
    .show .module-2 .item .cover-show{
        height: 860rem;
        margin-top: 16rem;
    }
    .show .module-2 .item .name{
        opacity: 1;
    }
    .module-2 .item .cover{
        height: 565rem;
    }
    .module-2 .swiper-slide{
        width: 537rem;
    }
    .module-2 .swiper-slide.swiper-slide-active{
        width: 537rem;
    }
    .module-2 .swiper-slide.swiper-slide-active .cover{
        height: 662rem;
    }

    .services{
        padding-top: 280rem;
        padding-left: 45rem;
        padding-right: 45rem;
    }
    .service .title{
        font-weight: 400;
        text-align: center;
        font-size: 48rem;
    }
    .services .title{
        font-weight: 500;
        font-size: 66rem;
        color: #000000;
        padding-left: 195rem;
    }
    .services .name{
        font-weight: 300;
        font-size: 28rem;
    }
    .services .description{
        font-size: 18rem;
        color: #000000;
        line-height: 26.13rem;
        margin-top: 30rem;
    }
    .services .container{
        display: flex;
        flex-wrap: wrap;
        gap: 80rem;
    }
    .services .service-1 {
        padding: 100rem 0;
    }
    .services .service-1 .cover{
        width: 100%;
        height: fit-content;
        border-radius: 20rem;
    }
    .services .floor-2 .cover{
        position: unset;
        top:unset;
        right: unset;
    }
    .services .tag .item{
        width: 315rem;
        font-size: 12rem;

    }
    .services .floor-4 .container{
        flex-direction: column-reverse;
    }
    .services .floor-2 .tag{
        width: 100%;
    }
    .services .btn{
        width: 143rem;
        height: 45rem;
        border-radius: 22.5rem;
        padding-left: 30rem;

        font-weight: 300;
        font-size: 14rem;
        line-height: 45rem;
    }
    .services .btn::after{
        width: 38rem;
        height: 38rem;
        border-radius: 20rem;
        right: 3.5rem;
        top: 3.5rem;
    }
    .services .floor-2 .btn,
    .services .floor-4 .btn{
        width: 200rem;
    }
    .company {
        display: flex;
        padding: 130rem 45rem;
    }
    .company .nav{
        display: none;
    }
    .company .content .item{
        display: block;
        margin-bottom: 100rem;
    }
    .company .content .item .cover{
        height: 424rem;
    }
    .company .content .item .name{
        display: block;
        font-weight: 300;
        font-size: 36rem;
        color: #000000;
        line-height: 69.12rem;
    }
}