@charset "utf-8";

/*default*/ 

img {
    max-width: 100%
}

* {
    position: relative;
    outline: none;
}

.clear_both {
    clear: both;
}

body {
    font-family: Arial, "Microsoft Yahei", "微软雅黑", "PingFang SC";
    font-size: 1em;
    line-height: 1;
}

a {
    color: inherit;
    text-decoration: none;
}

li {
    display: block;
}

ul:after,
.clear_fix:after {
    content: "";
    display: block;
    clear: both;
}

strong {
    font-weight: bold;
}

.cover-img {
    background-size: cover;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
}

.full-page {
    width: 100%;
    height: 100%;
}

.flex-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/*default*/

body {
    background: #ffffff;
    min-height: 100vh;
    overflow: hidden;
}

.top_cursor {
    position: absolute;
    z-index: 101;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    mix-blend-mode: overlay;
    pointer-events: none;
}

.top_cursor.nomix {
    mix-blend-mode: normal;
}

.t_cursor_point_p {
    width: 500px;
    height: 500px;
    background: rgba(255, 255, 255, 0);
    border-radius: 100%;
    -webkit-transition: 1s;
    transition: 1s;
    position: absolute;
    left: -250px;
    top: -250px;
    -webkit-transform: scale(0.05);
    transform: scale(0.05);
    opacity: 0;
    will-change: transform;
}

.t_cursor_point_p2 {
    width: 500px;
    height: 500px;
    background: rgba(255, 255, 255, 1);
    border-radius: 100%;
    -webkit-transition: opacity 0.5s, background 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, background 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, background 0.5s, transform 0.5s;
    transition: opacity 0.5s, background 0.5s, transform 0.5s, -webkit-transform 0.5s;
    position: absolute;
    left: -250px;
    top: -250px;
    -webkit-transform: scale(0.025);
    transform: scale(0.025);
    opacity: 0;
    will-change: transform;
}

.btn_hover .main-page.active .t_cursor_point_p2,
.btn_hover2 .main-page.active .t_cursor_point_p2 {
    -webkit-transform: scale(0.05);
    transform: scale(0.05);
    background: rgba(255, 255, 255, 1);
    opacity: 1;
    -webkit-transition: opacity 0.5s, background 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, background 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, background 0.5s, transform 0.5s;
    transition: opacity 0.5s, background 0.5s, transform 0.5s, -webkit-transform 0.5s;
}


.main-page.active .t_cursor_point_p {
    -webkit-transform: scale(3);
    transform: scale(3);
    opacity: 0.1;
    -webkit-transition: opacity 1s, background 0.4s, -webkit-transform 1s;
    transition: opacity 1s, background 0.4s, -webkit-transform 1s;
    transition: opacity 1s, background 0.4s, transform 1s;
    transition: opacity 1s, background 0.4s, transform 1s, -webkit-transform 1s;
}

.t_cursor_point {
    will-change: transform;
}

/*.t_cursor_point:before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    top: -7px;
    left: -7px;
    background: #ccc;
    border-radius: 100%;
}*/

.btn_hover .main-page.active .t_cursor_point_p,
.btn_hover2 .main-page.active .t_cursor_point_p {
    -webkit-transform: scale(0.05);
    transform: scale(0.05);
    background: rgba(255, 255, 255, 1);
    opacity: 1;
    -webkit-transition: opacity 0.5s, background 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, background 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, background 0.5s, transform 0.5s;
    transition: opacity 0.5s, background 0.5s, transform 0.5s, -webkit-transform 0.5s;
}

.top_logo {
    position: fixed;
    z-index: 250;
    left: 6.25%;
    top: 5.5%;
    color: #fff;
    font-size: 1.25em;
    font-weight: bold;
    -webkit-transition: 0.8s;
    transition: 0.8s;
}

.top_menu {
    position: fixed;
    z-index: 400;
    right: 6.25%;
    top: 5.5%;
    color: #fff;
    font-size: 1em;
    font-weight: bold;
    width: 100px;
    cursor: pointer;
}

.menu_btn {
    width: 30px;
    height: 22px;
    margin-left: auto;
    overflow: hidden;
}

.menu_btn span {
    position: absolute;
    height: 2px;
    left: 0;
    right: 0;
    background: #fff;
}

.menu_btn span:nth-child(1) {
    top: 0;
}

.menu_btn span:nth-child(2) {
    top: 50%;
    margin-top: -1px;
    right: 33.33%;
}

.menu_btn span:nth-child(3) {
    top: 100%;
    margin-top: -2px;
    right: 66.66%;
}

.menu_name {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -0.5em;
    line-height: 1;
}

.main-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 50;
    background: #ffffff;
}

.main-switch {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
}

.main-page {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    will-change: transform;
    z-index: 1;
}

.the_big_title {
    position: absolute;
    top: 0;
    left: 15.625%;
    bottom: 0;
    right: 15.625%;
    z-index: 20;
    /* pointer-events: auto !important; */
}

.the_big_title_c {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.the_big_title .tt h1,
.the_big_title .tt h2 {
    color: #fff;
    font-size: 3.25vw;
    font-weight: bold;
    line-height: 1.2;
}

.the_big_title h2 {
    padding-left: 2em;
}

.the_big_title .tt h1 span1 {
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100%);
    /*background-image: -webkit-linear-gradient(top, rgb(0, 161, 255) 0%, rgb(0, 122, 255) 55%, rgba(0, 122, 255, 0) 80%, rgba(0, 122, 255, 0) 100%);*/
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.the_big_title .tt h2 span1 {
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100%);
    /*background-image: -webkit-linear-gradient(top, rgb(0, 161, 255) 0%, rgb(0, 122, 255) 55%, rgba(0, 122, 255, 0) 80%, rgba(0, 122, 255, 0) 100%);*/
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

p.small-text {
    color: #fff;
    opacity: 0.65;
    position: relative;
    /* top: calc(100% + 5.5vh); */
    max-width: 300px;
    font-size: 0.875em;
    line-height: 1.5;
    padding-top: 5vh;
    /* font-weight: bold; */
    letter-spacing: 0.1em;
}

.s-line-container {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 5;
}

.s-line-1 {
    position: absolute;
    left: 0%;
    top: 50%;
    width: 24.25%;
    background: rgba(255, 255, 255, 0.65);
    height: 1px;
    opacity: 1;
    -webkit-transition: 1s;
    transition: 1s;
    -webkit-transform-origin: left;
    transform-origin: left;
    overflow: hidden;
}

.s-line-2 {
    position: absolute;
    right: 15.625%;
    left: 66.625%;
    top: 50%;
    background: rgba(255, 255, 255, 0.7);
    height: 1px;
    opacity: 1;
    overflow: hidden;
}

.s-line-1:after,
.s-line-2:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgb(255, 255, 255);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.animing-next .s-line-2:after {
    -webkit-animation-name: line_move_next;
    animation-name: line_move_next;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.animing-prev .s-line-2:after {
    -webkit-animation-name: line_move_prev;
    animation-name: line_move_prev;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

@-webkit-keyframes line_move_next {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    25% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes line_move_next {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    25% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@-webkit-keyframes line_move_prev {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    25% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes line_move_prev {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    25% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.s-line-3 {
    position: absolute;
    right: 0;
    top: 50%;
    width: 3.125%;
    background: #fff;
    height: 1px;
    opacity: 0.4;
}

.s-line-text {
    position: absolute;
    right: 3.125%;
    top: 50%;
    width: 12.5%;
    height: 30px;
    opacity: 0.75;
    line-height: 30px;
    margin-top: -15px;
    color: #fff;
    font-size: 0.75em;
    text-align: center;
}

.the_big_bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    overflow: hidden;
}

.the_big_bg_c {
    overflow: hidden;
    left: -0.8% !important;
    right: -0.8% !important;
    top: -0.8% !important;
    bottom: -0.8% !important;
    width: 101.6%;
    height: 101.6%;
    
}

.p1bg.cc_img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    will-change: clip-path;
}

.s-line-1,
.s-line-2,
.s-line-3,
.s-line-text {
    z-index: 50;
}

.the_switch_control {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 22;
}

.menu_btn span {
    -webkit-transition: 0.5s cubic-bezier(0.5, 0.16, 0.25, 1);
    transition: 0.5s cubic-bezier(0.5, 0.16, 0.25, 1);
}

.top_menu:hover .menu_btn span:nth-child(1) {
    -webkit-transform: translate3d(66%, 0, 0);
    transform: translate3d(66%, 0, 0)
}

.top_menu:hover .menu_btn span:nth-child(2) {
    -webkit-transform: translate3d(25%, 0, 0) scale(0.5, 1);
    transform: translate3d(25%, 0, 0) scale(0.5, 1)
}

.menu_name {
    -webkit-transition: 0.5s cubic-bezier(0.5, 0.16, 0.25, 1);
    transition: 0.5s cubic-bezier(0.5, 0.16, 0.25, 1);
}

.top_menu:hover .menu_name {
    letter-spacing: 0.1em;
}

.menu_open .top_menu .menu_btn span:nth-child(1) {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.menu_open .top_menu .menu_btn span:nth-child(2) {
    -webkit-transform: translate3d(25%, 0, 0) scale(0.5, 1);
    transform: translate3d(25%, 0, 0) scale(0.5, 1);
    opacity: 0;
}

.menu_open .top_menu .menu_btn span:nth-child(3) {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.menu_open .top_menu .menu_name {
    letter-spacing: 0.1em;
}

.menu_btn:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    top: 50%;
    margin-top: -1px;
    background: #fff;
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg) scale(0, 1);
    transform: translate3d(0, 0, 0) rotate(0deg) scale(0, 1);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
}

.menu_open .menu_btn:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    top: 50%;
    margin-top: -1px;
    background: #fff;
    -webkit-transform: translate3d(0, 0, 0) rotate(45deg) scale(1, 1);
    transform: translate3d(0, 0, 0) rotate(45deg) scale(1, 1);
    -webkit-transition: 0.5s 0.4s;
    transition: 0.5s 0.4s;
    opacity: 1;
}

.the_big_title .tt {
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    -webkit-transition: 0.9s cubic-bezier(0.73, 0.22, 0.25, 1);
    transition: 0.9s cubic-bezier(0.73, 0.22, 0.25, 1);
    opacity: 0;
}

.the_big_title .current .tt {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    -webkit-transition: 1.1s cubic-bezier(0.73, 0.22, 0.25, 1);
    transition: 1.1s cubic-bezier(0.73, 0.22, 0.25, 1);
    opacity: 1;
}

.the_big_title .prev .tt {
    -webkit-clip-path: polygon(0 0, 00% 0, 0% 100%, 0% 100%);
    clip-path: polygon(0 0, 00% 0, 0% 100%, 0% 100%);
    -webkit-transition: 0.9s cubic-bezier(0.73, 0.22, 0.25, 1);
    transition: 0.9s cubic-bezier(0.73, 0.22, 0.25, 1);
}

.the_big_title .tt > * span {
    display: inline-block;
    opacity: 0;
    -webkit-transition-duration: 2s;
    transition-duration: 2s;
    -webkit-transform: translate3d(1em, 0, 0);
    transform: translate3d(1em, 0, 0);
    white-space: pre;
}

.the_big_title .prev .tt > * span,
.the_big_title .next .tt > * span {
    -webkit-transition-delay: 1.25s;
    transition-delay: 1.25s;
}

.the_big_title .active .tt > * span {
    opacity: 1;
/*
    -webkit-transform: translate3d(0vw, 0, 0);
    transform: translate3d(0vw, 0, 0);
*/
}

.p1bg {
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    -webkit-transition: 1.25s cubic-bezier(0.73, 0.22, 0.25, 1);
    transition: 1.25s cubic-bezier(0.73, 0.22, 0.25, 1);
    overflow: hidden;
    background: #ffffff;
    -webkit-backface-visibility: hidden;
}

.p1bg.prev {
    -webkit-clip-path: polygon(0 0, 00% 0, 0% 100%, 0% 100%);
    clip-path: polygon(0 0, 00% 0, 0% 100%, 0% 100%);
}

.p1bg.next {
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}

.p1bg.current {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    -webkit-transition: 1.25s cubic-bezier(0.73, 0.22, 0.25, 1);
    transition: 1.25s cubic-bezier(0.73, 0.22, 0.25, 1);
}

.p1bg > div {
    -webkit-transition: 0s 1.25s;
    transition: 0s 1.25s;
    -webkit-transform: perspective(1000px) translate3d(0, 0, 150px) rotate(-2deg);
    transform: perspective(1000px) translate3d(0, 0, 150px) rotate(-2deg);
    opacity: 1;
    will-change: transform;
    -webkit-backface-visibility: hidden;
}

.p1bg.current > div {
    -webkit-transition: 8s cubic-bezier(0, 0.1, 0.25, 1);
    transition: 8s cubic-bezier(0, 0.1, 0.25, 1);
    -webkit-transform: perspective(1000px) translate3d(0, 0, 00px);
    transform: perspective(1000px) translate3d(0, 0, 00px);
}

.the_big_title .tt h1,
.the_big_title .tt h2 {
    position: relative !important;
}

.main-container {
    /* transition: 1s cubic-bezier(0.58, 0.07, 0.25, 1); */
    /* clip-path: polygon(20% 45%, 80% 45%, 80% 55%, 20% 55%); */
    /* background: #1A1A1A; */
}

/*.main-container:before {
    content: "";
    display: block;
    position: absolute;
    left: 20%;
    right: 20%;
    bottom: 45%;
    top: 45%;
    background: #1A1A1A;
    transition: 1s cubic-bezier(0.71, 0.12, 0.12, 1);
    transform-origin: right;
    transform: scale(0, 1);
}*/

/*.getRun .main-container:before {
    transform: scale(1, 1);
}*/

.getRun .main-container {
    /* clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); */
    /* transition: 1s 1.5s cubic-bezier(0.71, 0.12, 0.12, 1); */
    /* background: #1A1A1A; */
}

.s-line-container {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
}

.main-page.active .s-line-container {
    -webkit-transition: 0.8s;
    transition: 0.8s;
    opacity: 1;
}

.main-page.current {
    z-index: 10;
}

.main-page2 {
    -webkit-transition: opacity 0.1s, -webkit-clip-path 1.25s 0.5s cubic-bezier(0.67, 0.15, 0.07, 1);
    transition: opacity 0.1s, -webkit-clip-path 1.25s 0.5s cubic-bezier(0.67, 0.15, 0.07, 1);
    transition: clip-path 1.25s 0.5s cubic-bezier(0.67, 0.15, 0.07, 1), opacity 0.1s;
    transition: clip-path 1.25s 0.5s cubic-bezier(0.67, 0.15, 0.07, 1), opacity 0.1s, -webkit-clip-path 1.25s 0.5s cubic-bezier(0.67, 0.15, 0.07, 1);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.main-page2.current {
    -webkit-transition: opacity 0.1s, -webkit-clip-path 1.25s 0s cubic-bezier(0.67, 0.15, 0.07, 1);
    transition: opacity 0.1s, -webkit-clip-path 1.25s 0s cubic-bezier(0.67, 0.15, 0.07, 1);
    transition: clip-path 1.25s 0s cubic-bezier(0.67, 0.15, 0.07, 1), opacity 0.1s;
    transition: clip-path 1.25s 0s cubic-bezier(0.67, 0.15, 0.07, 1), opacity 0.1s, -webkit-clip-path 1.25s 0s cubic-bezier(0.67, 0.15, 0.07, 1);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    opacity: 1;
}

.main-page2.prev {
    -webkit-transition: opacity 0.1s 1.25s, -webkit-clip-path 1.25s cubic-bezier(0.67, 0.15, 0.07, 1);
    transition: opacity 0.1s 1.25s, -webkit-clip-path 1.25s cubic-bezier(0.67, 0.15, 0.07, 1);
    transition: clip-path 1.25s cubic-bezier(0.67, 0.15, 0.07, 1), opacity 0.1s 1.25s;
    transition: clip-path 1.25s cubic-bezier(0.67, 0.15, 0.07, 1), opacity 0.1s 1.25s, -webkit-clip-path 1.25s cubic-bezier(0.67, 0.15, 0.07, 1);
    /*clip-path: polygon(0 0, 0% 0, 0% 100%, 0% 100%);*/
    opacity: 0;
}

.main-page2.next {
    -webkit-transition: opacity 0.1s 1.25s, -webkit-clip-path 1.25s cubic-bezier(0.67, 0.15, 0.07, 1);
    transition: opacity 0.1s 1.25s, -webkit-clip-path 1.25s cubic-bezier(0.67, 0.15, 0.07, 1);
    transition: clip-path 1.25s cubic-bezier(0.67, 0.15, 0.07, 1), opacity 0.1s 1.25s;
    transition: clip-path 1.25s cubic-bezier(0.67, 0.15, 0.07, 1), opacity 0.1s 1.25s, -webkit-clip-path 1.25s cubic-bezier(0.67, 0.15, 0.07, 1);
    /*clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);*/
    opacity: 0;
}

/*page-1*/

.main-page#page-1.prev {
    -webkit-clip-path: polygon(0 0, 0% 0, 0% 100%, 0% 100%);
    clip-path: polygon(0 0, 0% 0, 0% 100%, 0% 100%);
}

.the_big_link {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
}

.main-page.current .the_big_link {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    opacity: 1;
}

/*page-1*/

/*page-2*/

.main-page.prev .about-content {
    -webkit-clip-path: polygon(0 0, 0% 0, 0% 100%, 0% 100%);
    clip-path: polygon(0 0, 0% 0, 0% 100%, 0% 100%);
    -webkit-transition: opacity 0.5s, -webkit-clip-path 0.8s 1.25s cubic-bezier(0.67, 0.15, 0.07, 1);
    transition: opacity 0.5s, -webkit-clip-path 0.8s 1.25s cubic-bezier(0.67, 0.15, 0.07, 1);
    transition: clip-path 0.8s 1.25s cubic-bezier(0.67, 0.15, 0.07, 1), opacity 0.5s;
    transition: clip-path 0.8s 1.25s cubic-bezier(0.67, 0.15, 0.07, 1), opacity 0.5s, -webkit-clip-path 0.8s 1.25s cubic-bezier(0.67, 0.15, 0.07, 1);
    opacity: 0;
}

.main-page.next .about-content {
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    -webkit-transition: opacity 0.1s, -webkit-clip-path 1.25s 0.5s cubic-bezier(0.67, 0.15, 0.07, 1);
    transition: opacity 0.1s, -webkit-clip-path 1.25s 0.5s cubic-bezier(0.67, 0.15, 0.07, 1);
    transition: clip-path 1.25s 0.5s cubic-bezier(0.67, 0.15, 0.07, 1), opacity 0.1s;
    transition: clip-path 1.25s 0.5s cubic-bezier(0.67, 0.15, 0.07, 1), opacity 0.1s, -webkit-clip-path 1.25s 0.5s cubic-bezier(0.67, 0.15, 0.07, 1);
}

.main-page.current .about-content {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    -webkit-transition: opacity 0.5s, -webkit-clip-path 1.25s 0s cubic-bezier(0.67, 0.15, 0.07, 1);
    transition: opacity 0.5s, -webkit-clip-path 1.25s 0s cubic-bezier(0.67, 0.15, 0.07, 1);
    transition: clip-path 1.25s 0s cubic-bezier(0.67, 0.15, 0.07, 1), opacity 0.5s;
    transition: clip-path 1.25s 0s cubic-bezier(0.67, 0.15, 0.07, 1), opacity 0.5s, -webkit-clip-path 1.25s 0s cubic-bezier(0.67, 0.15, 0.07, 1);
}

/*page-2*/

/*line*/

.main-page.prev .s3-line-1,
.main-page.prev .s-line-1,
.main-page.prev .s-line-2,
.main-page.prev .s-line-3 {
    -webkit-clip-path: polygon(0 0, 0% 0, 0% 100%, 0% 100%);
    clip-path: polygon(0 0, 0% 0, 0% 100%, 0% 100%);
    -webkit-transition: 1.25s 0s cubic-bezier(0.67, 0.15, 0.07, 1);
    transition: 1.25s 0s cubic-bezier(0.67, 0.15, 0.07, 1);
}

.main-page.next .s3-line-1,
.main-page.next .s-line-1,
.main-page.next .s-line-2,
.main-page.next .s-line-3 {
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    -webkit-transition: 1.25s 0s cubic-bezier(0.67, 0.15, 0.07, 1);
    transition: 1.25s 0s cubic-bezier(0.67, 0.15, 0.07, 1);
}

.main-page.current .s3-line-1,
.main-page.current .s-line-1,
.main-page.current .s-line-2,
.main-page.current .s-line-3 {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    -webkit-transition: 1.25s 0s cubic-bezier(0.67, 0.15, 0.07, 1);
    transition: 1.25s 0s cubic-bezier(0.67, 0.15, 0.07, 1);
}

/*line*/

/*page-4*/

.the_pj_big_tt {
    -webkit-transition: 0.8s;
    transition: 0.8s;
    opacity: 0;
}

.main-page.current .the_pj_big_tt {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    opacity: 1;
}

/*page-4*/

/*page-5*/

.the_ns_big_tt {
    -webkit-transition: 0.8s;
    transition: 0.8s;
    opacity: 0;
}

.main-page.current .the_ns_big_tt {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    opacity: 1;
}

/*page-5*/

/*page-6*/

.the_ct_big_tt {
    -webkit-transition: 0.8s;
    transition: 0.8s;
    opacity: 0;
}

.main-page.current .the_ct_big_tt {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    opacity: 1;
}

/*page-6*/

.main-page.prev > .full-page {
    -webkit-transition: -webkit-transform 1.8s;
    transition: -webkit-transform 1.8s;
    transition: transform 1.8s;
    transition: transform 1.8s, -webkit-transform 1.8s;
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.main-page.next > .full-page {
    -webkit-transition: -webkit-transform 1.8s;
    transition: -webkit-transform 1.8s;
    transition: transform 1.8s;
    transition: transform 1.8s, -webkit-transform 1.8s;
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.main-page.current > .full-page {
    -webkit-transition: -webkit-transform 1.25s 0.5s;
    transition: -webkit-transform 1.25s 0.5s;
    transition: transform 1.25s 0.5s;
    transition: transform 1.25s 0.5s, -webkit-transform 1.25s 0.5s;
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}


.main-page.current .the_big_title > div {
    -webkit-transition: opacity 1s 1s, -webkit-transform 1.25s 1s cubic-bezier(0, 0.17, 0.25, 1);
    transition: opacity 1s 1s, -webkit-transform 1.25s 1s cubic-bezier(0, 0.17, 0.25, 1);
    transition: transform 1.25s 1s cubic-bezier(0, 0.17, 0.25, 1), opacity 1s 1s;
    transition: transform 1.25s 1s cubic-bezier(0, 0.17, 0.25, 1), opacity 1s 1s, -webkit-transform 1.25s 1s cubic-bezier(0, 0.17, 0.25, 1);
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
    opacity: 1;
}

.main-page.prev .the_big_title > div {
    -webkit-transition: opacity 0.4s, -webkit-transform 1.25s cubic-bezier(0.73, 0.22, 0.25, 1);
    transition: opacity 0.4s, -webkit-transform 1.25s cubic-bezier(0.73, 0.22, 0.25, 1);
    transition: transform 1.25s cubic-bezier(0.73, 0.22, 0.25, 1), opacity 0.4s;
    transition: transform 1.25s cubic-bezier(0.73, 0.22, 0.25, 1), opacity 0.4s, -webkit-transform 1.25s cubic-bezier(0.73, 0.22, 0.25, 1);
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
    opacity: 0;
}

.main-page.prev .p1bg.current > div {
    -webkit-transition: 0s 1.25s;
    transition: 0s 1.25s;
    -webkit-transform: perspective(1000px) translate3d(0, 0, 200px) rotate(5deg);
    transform: perspective(1000px) translate3d(0, 0, 200px) rotate(5deg);
}



.main-page {}

/*.main-page.current .the_bg {
    clip-path: polygon(40% 0, 80% 0, 80% 100%, 40% 100%);
    transition: 1.4s 0.4s cubic-bezier(0.73, 0.22, 0.25, 1);
}*/

.main-page.current .the_bg {
    /*clip-path: polygon(0% 0, 100% 0, 100% 100%, 0% 100%);*/
    -webkit-clip-path: polygon(40% 0, 80% 0, 80% 100%, 40% 100%);
    clip-path: polygon(40% 0, 80% 0, 80% 100%, 40% 100%);
    -webkit-transition: 1.4s 0.4s cubic-bezier(0.73, 0.22, 0.25, 1);
    transition: 1.4s 0.4s cubic-bezier(0.73, 0.22, 0.25, 1);
}

.main-page.next .the_bg {
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    -webkit-transition: 1.2s cubic-bezier(0.73, 0.22, 0.25, 1);
    transition: 1.2s cubic-bezier(0.73, 0.22, 0.25, 1);
}

.main-page.prev .the_bg {
    -webkit-clip-path: polygon(0% 0, 0% 0, 0% 100%, 0% 100%);
    clip-path: polygon(0% 0, 0% 0, 0% 100%, 0% 100%);
    -webkit-transition: 1.2s cubic-bezier(0.73, 0.22, 0.25, 1);
    transition: 1.2s cubic-bezier(0.73, 0.22, 0.25, 1);
}

.the_bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#abbg00 > div {
    opacity: 1;
}

.the_bgc {
    position: absolute;
    overflow: hidden;
    left: -0.5% !important;
    right: -0.5% !important;
    top: -0.5% !important;
    bottom: -0.5% !important;
    width: 101%;
    height: 101%;
    z-index: 10;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
}

.the_bgc2 {
    position: absolute;
    overflow: hidden;
    left: -0.5% !important;
    right: -0.5% !important;
    top: -0.5% !important;
    bottom: -0.5% !important;
    width: 101%;
    height: 101%;
    z-index: 1;
}

.main-page .the_bgc > div {
    -webkit-transition: 0s 1.75s;
    transition: 0s 1.75s;
    -webkit-transform: perspective(1000px) translate3d(0, 0, 80px) rotate(2deg);
    transform: perspective(1000px) translate3d(0, 0, 80px) rotate(2deg);
}

.main-page.current .the_bgc > div {
    -webkit-transition: 8s 0.3s;
    transition: 8s 0.3s;
    -webkit-transform: perspective(1000px) translate3d(0, 0, 0px) rotate(0deg);
    transform: perspective(1000px) translate3d(0, 0, 0px) rotate(0deg);
}

.about-more,
.s2-line-container {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    opacity: 0;
}

.main-page.current .about-more,
.main-page.current .s2-line-container {
    -webkit-transition: 1.5s 1s;
    transition: 1.5s 1s;
    opacity: 1;
}

.s2-line-container {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
}

.s2-line-1 {
    position: absolute;
    left: 0%;
    top: 50%;
    width: 6.25%;
    background: rgba(255, 255, 255, 0.25);
    height: 1px;
    opacity: 1;
    -webkit-transition: 1s;
    transition: 1s;
    -webkit-transform-origin: left;
    transform-origin: left;
    overflow: hidden;
}


.s-line-text.s2 {
    right: auto;
    left: 6.25%;
}

.s2-line-2 {
    position: absolute;
    left: 18.75%;
    top: 50%;
    width: 2%;
    background: rgba(255, 255, 255, 0.25);
    height: 1px;
    opacity: 1;
    -webkit-transition: 1s;
    transition: 1s;
    -webkit-transform-origin: left;
    transform-origin: left;
    overflow: hidden;
}

.about-content {
    position: absolute;
    left: 28%;
    top: 0;
    bottom: 0;
    z-index: 50;
    color: #fff;
    width: 47%;
    /* max-width: 660px; */
}

.about-content-c {
    width: 100%;
}

.about-big-tt {
    font-size: 2.5vw;
    line-height: 1.15;
    margin-bottom: 8.5vh;
}

.about-summ {
    font-size: 0.875em;
    line-height: 1.75;
    opacity: 0.8;
    max-width: 660px;
}

.more-btn-1 a {
    font-size: 1em;
    color: #fff;
    font-weight: bold;
    height: 36px;
    line-height: 36px;
    display: block;
    padding-left: 3em;
}

.more-btn-1 a:before {
    content: "";
    vertical-align: middle;
    display: block;
    height: 1px;
    background: #fff;
    width: 1em;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.more-btn-1 a span {
    display: inline-block;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.more-btn-1:hover a span {
    -webkit-transform: translate3d(-0.25em, 0, 0);
    transform: translate3d(-0.25em, 0, 0);
}

.more-btn-1:hover a:before {
    -webkit-transform: translate3d(0.25em, 0, 0);
    transform: translate3d(0.25em, 0, 0);
}

.more-btn-1 svg {
    position: absolute;
    fill: none;
    top: -10%;
    left: -20%;
    width: 140%;
    height: 120%;
}

.more-btn-1 svg rect {
    stroke: #fff;
    stroke-width: 1px;
    -webkit-transition: 1s;
    transition: 1s;
    stroke-dasharray: 200px;
    stroke-dashoffset: 500px;
    opacity: 0;
}

.more-btn-1:hover svg rect {
    -webkit-animation: svg_anim1 1.2s ease;
    animation: svg_anim1 1.2s ease;
}

@-webkit-keyframes svg_anim1 {
    0% {
        stroke-dashoffset: 500px;
        stroke-dasharray: 200px;
        opacity: 0;
    }
    50% {

        opacity: 0.5;
    }
    100% {
        stroke-dashoffset: 600px;
        stroke-dasharray: 100px;
        opacity: 0;
    }
}

@keyframes svg_anim1 {
    0% {
        stroke-dashoffset: 500px;
        stroke-dasharray: 200px;
        opacity: 0;
    }
    50% {

        opacity: 0.5;
    }
    100% {
        stroke-dashoffset: 600px;
        stroke-dasharray: 100px;
        opacity: 0;
    }
}

.about-more {
    position: absolute;
    z-index: 60;
    top: 50%;
    margin-top: -18px;
    left: 77%;
}

.about-content span {
    display: inline-block;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    opacity: 0;
    -webkit-transform: translate3d(0em, 0, 0);
    transform: translate3d(0em, 0, 0);
}

.main-page.prev .about-content span,
.main-page.next .about-content span {
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}

.main-page.active .about-content span {
    -webkit-transition-duration: 2s;
    transition-duration: 2s;
    opacity: 1;
    -webkit-transform: translate3d(0em, 0, 0);
    transform: translate3d(0em, 0, 0);
}


.the_pd_bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}

/*.the_pd_bgc {
    position: absolute !important;
    overflow: hidden;
    left: -0.5% !important;
    right: -0.5% !important;
    top: -0.5% !important;
    bottom: -0.5% !important;
    width: 101%;
    height: 101%;
}*/

.pd_bg_item {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    will-change: clip-path;
}

.pd_bg_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    /* background: rgba(0, 0, 0, 0.85); */
}

.pd_bg_overlay:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 75%;
    background: rgba(0, 0, 0, 0.85);
    -webkit-transition: 1.5s cubic-bezier(0.61, 0.13, 0.25, 1);
    transition: 1.5s cubic-bezier(0.61, 0.13, 0.25, 1);
}

.pd_bg_overlay:after {
    content: "";
    display: block;
    position: absolute;
    left: 75%;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.85);
    -webkit-transition: 1.5s cubic-bezier(0.61, 0.13, 0.25, 1);
    transition: 1.5s cubic-bezier(0.61, 0.13, 0.25, 1);
}

.pd_info_w {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10%;
    right: 50%;
    z-index: 20;
}

.pd_info_w {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10%;
    right: 50%;
    z-index: 20;
}

.pd_info_tt {
    position: absolute;
    color: #fff;
    left: 0;
    top: 0;
    font-size: 4.15vw;
    line-height: 1.2;
}

.pd_info_tt h1:nth-child(2) {
    padding-left: 1.5em;
}

.s3-line-1 {
    position: absolute;
    left: 0%;
    top: 50%;
    width: 12.5%;
    background: rgba(255, 255, 255, 0.15);
    height: 1px;
    opacity: 1;
    -webkit-transition: 1s;
    transition: 1s;
    -webkit-transform-origin: left;
    transform-origin: left;
    overflow: hidden;
    z-index: 20;
}

.s3-line-1:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.5);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.s3-line-1.pd {
    width: 100%;
    background: rgba(255, 255, 255, 0.5);
    -webkit-transition: 1.25s;
    transition: 1.25s;
}

.main-page.active .s3-line-1.pd {
    width: 13.5%;
    background: rgba(255, 255, 255, 0.5);
    -webkit-transition: 1.25s 0s cubic-bezier(0.67, 0.15, 0.07, 1);
    transition: 1.25s 0s cubic-bezier(0.67, 0.15, 0.07, 1);
}

.main-page.prev .s3-line-1.pd {
    width: 0%;
    background: rgba(255, 255, 255, 0);
    -webkit-transition: 1.25s;
    transition: 1.25s;
}

/*.s3-line-1.pd:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 86.5%;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.15);
    transform: translate3d(0%, 0, 0);
    transition: 1s;
}*/

.s3-line-1.pd:after {
    background: rgba(255, 255, 255, 0.5);
}

.animing-next .s3-line-1:after {
    -webkit-animation-name: line_move_next;
    animation-name: line_move_next;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.animing-prev .s3-line-1:after {
    -webkit-animation-name: line_move_prev;
    animation-name: line_move_prev;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.pd_info_ss {
    position: absolute;
    top: 25%;
    bottom: 35%;
    left: 0;
    right: 0;
}

.pd_info_more {
    position: absolute;
    z-index: 20;
    bottom: 0;
    left: 0;
}

.main-page.current .pd_info_ss.current .pd_info_more {
    -webkit-transition: 1.35s 0.8s;
    transition: 1.35s 0.8s;
    opacity: 1;
}

.pd_info_ss.prev .pd_info_more {
    -webkit-transition: 0.8s;
    transition: 0.8s;
    opacity: 0;
    -webkit-transform: translate3d(-15%, 0, 0);
    transform: translate3d(-15%, 0, 0);
}

.pd_info_ss.next .pd_info_more {
    -webkit-transition: 0.8s;
    transition: 0.8s;
    opacity: 0;
    -webkit-transform: translate3d(15%, 0, 0);
    transform: translate3d(15%, 0, 0);
}

.main-page.prev .pd_info_ss.current .pd_info_more {
    opacity: 0;
}

.pd_info_ss.prev .pd_info_more {
    -webkit-transition: 1s;
    transition: 1s;
    opacity: 0;
}

.pd_info_more {
    -webkit-transition: 1s;
    transition: 1s;
    opacity: 0;
    -webkit-transform: translate3d(0em, 0, 0);
    transform: translate3d(0em, 0, 0);
}

.arrow_w {
    position: absolute;
    z-index: 50;
    left: 10%;
    top: 75%;
}

.arrow_c > div {
    width: 10px;
    display: inline-block;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    padding: 5px 20px;
    cursor: pointer;
}

.arrow_c {
    margin-left: -20px;
}

.pd_dots {
    position: absolute;
    z-index: 51;
    left: 77%;
    top: 0;
    bottom: 0;
    width: 30px;
}

.pd_dots_sw span {
    display: block;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 0.875em;
    opacity: 0.35;
    margin: 15px 0;
    text-align: center;
    cursor: pointer;
    -webkit-transition: 1s;
    transition: 1s;
}

.pd_dots_sw span.current {
    opacity: 1;
}

.pd_dots_sw span:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    /* border: 1px solid rgba(255, 255, 255, 0.35); */
    border-radius: 100px;
    opacity: 0;
    -webkit-transition: 1s;
    transition: 1s;
}

.pd_dots_sw span.current:before {
    opacity: 1;
}

.pd_view_all {
    position: absolute;
    right: 6.25%;
    top: 50%;
    z-index: 60;
    margin-top: -18px;
}

.pd_bg_item {
    background: #ffffff;
}

.pd_bg_item > div {
    opacity: 1;
}

.p3_switch_control {
    position: absolute;
    top: 20%;
    bottom: 20%;
    left: 25%;
    right: 25%;
    z-index: 75;
}

.pd_bg_item {
    -webkit-clip-path: polygon(100% 20%, 100% 20%, 100% 80%, 100% 80%);
    clip-path: polygon(100% 20%, 100% 20%, 100% 80%, 100% 80%);
    -webkit-transition: 1.4s cubic-bezier(0.73, 0.22, 0.25, 1);
    transition: 1.4s cubic-bezier(0.73, 0.22, 0.25, 1);
    overflow: hidden;
}

.pd_bg_item.prev {
    -webkit-clip-path: polygon(0% 20%, 0% 20%, 0% 80%, 0% 80%);
    clip-path: polygon(0% 20%, 0% 20%, 0% 80%, 0% 80%);
}

.pd_bg_item.next {
    -webkit-clip-path: polygon(100% 20%, 100% 20%, 100% 80%, 100% 80%);
    clip-path: polygon(100% 20%, 100% 20%, 100% 80%, 100% 80%);
}

.main-page.prev .pd_bg_item {
    -webkit-clip-path: polygon(0% 20%, 0% 20%, 0% 80%, 0% 80%);
    clip-path: polygon(0% 20%, 0% 20%, 0% 80%, 0% 80%);
    -webkit-transition: 1.2s cubic-bezier(0.73, 0.22, 0.25, 1);
    transition: 1.2s cubic-bezier(0.73, 0.22, 0.25, 1);
}

.main-page.current .pd_bg_item.current {
    -webkit-clip-path: polygon(25% 0, 75% 0, 75% 100%, 25% 100%);
    clip-path: polygon(25% 0, 75% 0, 75% 100%, 25% 100%);
    -webkit-transition: 1.4s 0.8s cubic-bezier(0.73, 0.22, 0.25, 1);
    transition: 1.4s 0.8s cubic-bezier(0.73, 0.22, 0.25, 1);
}

.main-page.current.active .pd_bg_item.current {
    -webkit-clip-path: polygon(25% 20%, 75% 20%, 75% 80%, 25% 80%);
    clip-path: polygon(25% 20%, 75% 20%, 75% 80%, 25% 80%);
    -webkit-transition: 1.4s cubic-bezier(0.73, 0.22, 0.25, 1);
    transition: 1.4s cubic-bezier(0.73, 0.22, 0.25, 1);
}


/*mali0932
.pd_bg_item > div > div {
    -webkit-transition: 0s 1.4s;
    transition: 0s 1.4s;
    -webkit-transform: perspective(1000px) translate3d(0, 0, 150px) rotate(3deg);
    transform: perspective(1000px) translate3d(0, 0, 150px) rotate(3deg);
    will-change: transform;
}
*/


.main-page.current .pd_bg_item.current > div > div {
    -webkit-transition: 8s cubic-bezier(0, 0.1, 0.25, 1);
    transition: 8s cubic-bezier(0, 0.1, 0.25, 1);
    -webkit-transform: perspective(1000px) translate3d(0, 0, 00px);
    transform: perspective(1000px) translate3d(0, 0, 00px);
}

.pd_info_ss {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    opacity: 0;
    z-index: 1;
}

.main-page.active .pd_info_ss {
    opacity: 1;
    -webkit-transition: 1s 0.5s;
    transition: 1s 0.5s;
}

.pd_info_tt span {
    display: inline-block;
    white-space: pre;
    -webkit-transition-duration: 1.5s;
    transition-duration: 1.5s;
    -webkit-transform: translate3d(0, 0.2em, 0);
    transform: translate3d(0, 0.2em, 0);
    opacity: 0;
}

.pd_info_tt span:nth-child(even) {
    -webkit-transform: translate3d(0, -0.2em, 0);
    transform: translate3d(0, -0.2em, 0);
}

.main-page.active .pd_info_ss.Pd-slide.active .pd_info_tt span {
    -webkit-transition-duration: 1.5s;
    transition-duration: 1.5s;
    -webkit-transform: translate3d(0em, 0, 0);
    transform: translate3d(0em, 0, 0);
    opacity: 1;
}

.pd_info_ss.Pd-slide.prev .pd_info_tt span,
.pd_info_ss.Pd-slide.next .pd_info_tt span,
.main-page.prev .pd_info_tt span,
.main-page.next .pd_info_tt span {
    -webkit-transition-delay: 1.25s;
    transition-delay: 1.25s;
}

.arrow_w,
.pd_dots,
.pd_view_all {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    opacity: 0;
}

.main-page.active .arrow_w,
.main-page.active .pd_dots,
.main-page.active .pd_view_all {
    -webkit-transition: 0.6s 0.5s;
    transition: 0.6s 0.5s;
    opacity: 1;
}

.the_big_title_c.SL-slide.current {
    z-index: 20;
}

.the_big_link {
    position: absolute;
    z-index: 80;
    top: 75%;
    left: 20.625%;
}

.the_link_item {
    /* position: absolute; */
    left: 0;
    top: 0;
    /* width: 250px; */
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
}

.the_link_item:nth-child(2) {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}

.the_link_item:nth-child(3) {
    -webkit-transform: translate3d(0, -200%, 0);
    transform: translate3d(0, -200%, 0);
}

.the_link_item:nth-child(4) {
    -webkit-transform: translate3d(0, -300%, 0);
    transform: translate3d(0, -300%, 0);
}

.the_link_item:nth-child(5) {
    -webkit-transform: translate3d(0, -400%, 0);
    transform: translate3d(0, -400%, 0);
}

.the_link_item.active {
    -webkit-transition: 0.8s 0.5s;
    transition: 0.8s 0.5s;
    opacity: 1;
    z-index: 20;
}

.the_pj_bg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 2;
}

.pj_bg_item {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    background: #1a1a1a;
    will-change: clip-path;
}

.pj_bg_item > div > div {
    opacity: 1;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
}

.pj_bg_item {
    -webkit-clip-path: polygon(100% 27%, 100% 27%, 100% 73%, 100% 73%);
    clip-path: polygon(100% 27%, 100% 27%, 100% 73%, 100% 73%);
    -webkit-transition: 1.4s cubic-bezier(0.73, 0.22, 0.25, 1);
    transition: 1.4s cubic-bezier(0.73, 0.22, 0.25, 1);
    overflow: hidden;
}

.pj_bg_item.prev {
    -webkit-clip-path: polygon(0% 27%, 0% 27%, 0% 73%, 0% 73%);
    clip-path: polygon(0% 27%, 0% 27%, 0% 73%, 0% 73%);
}

.pj_bg_item.next {
    -webkit-clip-path: polygon(100% 27%, 100% 27%, 100% 73%, 100% 73%);
    clip-path: polygon(100% 27%, 100% 27%, 100% 73%, 100% 73%);
}

.main-page.prev .pj_bg_item {
    -webkit-clip-path: polygon(0% 27%, 0% 27%, 0% 73%, 0% 73%);
    clip-path: polygon(0% 27%, 0% 27%, 0% 73%, 0% 73%);
}

.main-page.current .pj_bg_item.current {
    -webkit-clip-path: polygon(0% 27%, 75% 27%, 75% 73%, 0% 73%);
    clip-path: polygon(0% 27%, 75% 27%, 75% 73%, 0% 73%);
    -webkit-transition: 1.4s 0.8s cubic-bezier(0.73, 0.22, 0.25, 1);
    transition: 1.4s 0.8s cubic-bezier(0.73, 0.22, 0.25, 1);
}

.main-page.current.active .pj_bg_item.current {
    -webkit-clip-path: polygon(25% 27%, 75% 27%, 75% 73%, 25% 73%);
    clip-path: polygon(25% 27%, 75% 27%, 75% 73%, 25% 73%);
    -webkit-transition: 1.4s cubic-bezier(0.73, 0.22, 0.25, 1);
    transition: 1.4s cubic-bezier(0.73, 0.22, 0.25, 1);
}

.s3-line-1.pj {
    width: 100%;
    background: rgba(255, 255, 255, 0.5);
}

.the_pj_info {
    position: absolute;
    left: 6.25%;
    top: 19%;
    z-index: 30;
    bottom: 19%;
    right: 25%;
    -webkit-transition: 1s;
    transition: 1s;
    opacity: 0;
}

.main-page.active .the_pj_info {
    opacity: 1;
    -webkit-transition: 1s 0.5s;
    transition: 1s 0.5s;
}

.pj_info_item {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.pj_info_item.current {
    opacity: 1;
    -webkit-transition: 0.8s 0.5s;
    transition: 0.8s 0.5s;
    z-index: 10;
}

.pj_info_tt {
    position: absolute;
    top: 35%;
    left: 0;
    margin-top: -0.5em;
    color: #fff;
    font-size: 2em;
}

.pj_info_num {
    color: #fff;
    position: absolute;
    bottom: 30%;
    font-size: 0.875em;
    left: 0;
}

.pj_info_num h4 {
    font-weight: normal;
    opacity: 0.75;
}

.pj_info_num h4:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 1em;
    height: 1px;
    background: #fff;
    margin-right: 2em;
}

.pj_info_tt span {
    display: inline-block;
    white-space: pre;
    -webkit-transition-duration: 1.5s;
    transition-duration: 1.5s;
    -webkit-transform: translate3d(0em, 0.3em, 0);
    transform: translate3d(0em, 0.3em, 0);
    opacity: 0;
}

.pj_info_tt span:nth-child(even) {
    display: inline-block;
    white-space: pre;
    -webkit-transition-duration: 1.5s;
    transition-duration: 1.5s;
    -webkit-transform: translate3d(0em, -0.3em, 0);
    transform: translate3d(0em, -0.3em, 0);
}

.pj_info_item.active .pj_info_tt span {
    -webkit-transition-duration: 1.5s;
    transition-duration: 1.5s;
    -webkit-transform: translate3d(0em, 0, 0);
    transform: translate3d(0em, 0, 0);
    opacity: 1;
}

.pj_info_item.prev .pj_info_tt span,
.pj_info_item.next .pj_info_tt span,
.main-page.prev .pj_info_tt span,
.main-page.next .pj_info_tt span {
    -webkit-transition-delay: 1.25s;
    transition-delay: 1.25s;
}

.the_pj_big_tt {
    position: absolute;
    z-index: 1;
    left: 10%;
    top: 27%;
}

.the_pj_big_tt.t2 {
    left: auto;
    right: 10%;
    top: auto;
    bottom: 18%;
}

.the_pj_big_tt h1 {
    font-size: 8.25vw;
    margin-top: -0.75em;
    font-weight: bold;
    opacity: 0.1;
    color: #fff;
}

.the_pj_big_tt h1 span {
    display: inline-block;
    white-space: pre;
    -webkit-transition-duration: 1.5s;
    transition-duration: 1.5s;
    -webkit-transform: translate3d(1.5em, 0, 0);
    transform: translate3d(1.5em, 0, 0);
    opacity: 0;
}

.main-page.active .the_pj_big_tt h1 span {
    -webkit-transition-duration: 1.5s;
    transition-duration: 1.5s;
    -webkit-transform: translate3d(0em, 0, 0);
    transform: translate3d(0em, 0, 0);
    opacity: 1;
}

.main-page.prev .the_pj_big_tt h1 span,
.main-page.next .the_pj_big_tt h1 span {
    -webkit-transition-delay: 1.25s;
    transition-delay: 1.25s;
}

.p4_switch_control {
    position: absolute;
    z-index: 80;
    top: 22%;
    bottom: 22%;
    left: 22.5%;
    right: 22.5%;
}

.arrow_w.pj {
    bottom: 39%;
    top: auto;
    right: 6.25%;
    left: auto;
}

.arrow_w.pj .arrow_c {
    margin-right: -20px;
    margin-left: 0px;
}

.arrow_w .swiper-button-disabled {
    opacity: 0.4;
}

.the_ns_bg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 2;
}

.ns_bg_item {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    background: #1a1a1a;
    will-change: clip-path;
}

.ns_bg_item > div > div {
    opacity: 1;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
}

.ns_bg_item {
    -webkit-clip-path: polygon(100% 50%, 100% 50%, 100% 100%, 100% 100%);
    clip-path: polygon(100% 50%, 100% 50%, 100% 100%, 100% 100%);
    -webkit-transition: 1.4s cubic-bezier(0.73, 0.22, 0.25, 1);
    transition: 1.4s cubic-bezier(0.73, 0.22, 0.25, 1);
    overflow: hidden;
}

.ns_bg_item.prev {
    -webkit-clip-path: polygon(43.75% 0%, 100% 0%, 100% 0%, 43.75% 0%);
    clip-path: polygon(43.75% 0%, 100% 0%, 100% 0%, 43.75% 0%);
}

.ns_bg_item.next {
    -webkit-clip-path: polygon(43.75% 100%, 100% 100%, 100% 100%, 43.75% 100%);
    clip-path: polygon(43.75% 100%, 100% 100%, 100% 100%, 43.75% 100%);
}

.main-page.prev .ns_bg_item.current {
    -webkit-clip-path: polygon(0% 50%, 0% 50%, 0% 100%, 0% 100%);
    clip-path: polygon(0% 50%, 0% 50%, 0% 100%, 0% 100%);
}

.main-page.current .ns_bg_item.current {
    -webkit-clip-path: polygon(43.75% 50%, 100% 50%, 100% 100%, 43.75% 100%);
    clip-path: polygon(43.75% 50%, 100% 50%, 100% 100%, 43.75% 100%);
    -webkit-transition: 1.4s 0.8s cubic-bezier(0.73, 0.22, 0.25, 1);
    transition: 1.4s 0.8s cubic-bezier(0.73, 0.22, 0.25, 1);
}

.main-page.current.active .ns_bg_item.current {
    -webkit-clip-path: polygon(43.75% 50%, 100% 50%, 100% 100%, 43.75% 100%);
    clip-path: polygon(43.75% 50%, 100% 50%, 100% 100%, 43.75% 100%);
    -webkit-transition: 1.4s cubic-bezier(0.73, 0.22, 0.25, 1);
    transition: 1.4s cubic-bezier(0.73, 0.22, 0.25, 1);
}

.the_ns_info {
    position: absolute;
    top: auto;
    left: 43.75%;
    right: 20%;
    z-index: 20;
    bottom: 50%;
    height: 40%;
    max-height: 300px;
}

.ns_info_item {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    opacity: 0;
}

.ns_info_item.current {
    -webkit-transition: 0.6s 0.8s;
    transition: 0.6s 0.8s;
    opacity: 1;
    z-index: 10;
}

.ns_info_date {
    color: rgba(255, 255, 255, 0.89);
    font-size: 0.75em;
}

.ns_info_date span {
    padding-bottom: 2em;
    display: block;
}

.ns_info_date:after {
    content: "";
    display: block;
    width: 2em;
    height: 1px;
    background: rgba(255, 255, 255, 0.47);
    margin-bottom: 3em;
}

.ns_info_content {
    color: #fff;
    font-size: 1.35em;
    line-height: 1.5;
    max-width: 480px;
}

.arrow_w.ns {
    top: 33%;
    left: auto;
    right: 6.25%;
    -webkit-transform-origin: top right;
    transform-origin: top right;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.arrow_w.ns .arrow_c {
    margin-right: -20px;
}

.the_ns_big_tt {
    position: absolute;
    top: 0;
    left: 6.25%;
    bottom: 50%;
    right: 60%;
    z-index: 5;
}

.the_ns_big_ttc {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.the_ns_big_tt h1 {
    font-size: 3.45em;
    color: #fff;
    line-height: 1.15;
}

.the_ns_big_tt h1:nth-child(2) {
    margin-left: 1em;
}

.pd_view_all.ns {
    right: auto;
    left: 6.25%;
    top: 60%;
}

.the_ns_big_tt span {
    display: inline-block;
    white-space: pre;
    -webkit-transition-duration: 1.5s;
    transition-duration: 1.5s;
    opacity: 0;
    -webkit-transform: translate3d(1.5em, 0, 0);
    transform: translate3d(1.5em, 0, 0);
}

.main-page.active .the_ns_big_tt span {
    -webkit-transition-duration: 1.5s;
    transition-duration: 1.5s;
    opacity: 1;
    -webkit-transform: translate3d(0em, 0, 0);
    transform: translate3d(0em, 0, 0);
}

.main-page.prev .the_ns_big_tt span {
    -webkit-transition-delay: 1.25s;
    transition-delay: 1.25s;
}

.the_ns_info {
    -webkit-transition: 1.25s cubic-bezier(0.67, 0.15, 0.07, 1);
    transition: 1.25s cubic-bezier(0.67, 0.15, 0.07, 1);
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
    opacity: 0;
}

.main-page.active .the_ns_info {
    -webkit-transition: 1.25s 0s;
    transition: 1.25s 0s;
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
    opacity: 1;
}

.main-page.prev .the_ns_info {
    -webkit-transition: 1.25s cubic-bezier(0.67, 0.15, 0.07, 1);
    transition: 1.25s cubic-bezier(0.67, 0.15, 0.07, 1);
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
    opacity: 0;
}

.ns_info_content span {
    display: inline-block;
    white-space: pre;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    opacity: 0;
    -webkit-transform: translate3d(0em, 0, 0) rotateX(40deg);
    transform: translate3d(0em, 0, 0) rotateX(40deg);
}

.ns_info_item.active .ns_info_content span {
    -webkit-transition-duration: 2s;
    transition-duration: 2s;
    opacity: 1;
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.ns_info_item.prev .ns_info_content span,
.ns_info_item.next .ns_info_content span {
    -webkit-transition-delay: 1.25s;
    transition-delay: 1.25s
}

.pd_info_tt {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
}

.pd_info_ss.current .pd_info_tt {
    -webkit-transition: 0.3s 0.3s;
    transition: 0.3s 0.3s;
    opacity: 1;
}

.pd_info_ss.current {
    z-index: 60;
}

.main-page.current .the_bg.ct {
    -webkit-clip-path: polygon(37.5% 56%, 100% 56%, 100% 78%, 37.5% 78%);
    clip-path: polygon(37.5% 56%, 100% 56%, 100% 78%, 37.5% 78%);
}

.main-page.next .the_bg.ct {
    -webkit-clip-path: polygon(100% 56%, 100% 56%, 100% 78%, 100% 78%);
    clip-path: polygon(100% 56%, 100% 56%, 100% 78%, 100% 78%);
    -webkit-transition: 1.2s cubic-bezier(0.73, 0.22, 0.25, 1);
    transition: 1.2s cubic-bezier(0.73, 0.22, 0.25, 1);
}

.main-page.prev .the_bg.ct {
    -webkit-clip-path: polygon(0% 56%, 0% 56%, 0% 78%, 0% 78%);
    clip-path: polygon(0% 56%, 0% 56%, 0% 78%, 0% 78%);
    -webkit-transition: 1.2s cubic-bezier(0.73, 0.22, 0.25, 1);
    transition: 1.2s cubic-bezier(0.73, 0.22, 0.25, 1);
}

.the_ct_big_tt {
    position: absolute;
    left: 10%;
    font-size: 3.45em;
    color: #fff;
    bottom: 50%;
    height: 25%;
    z-index: 10;
    max-height: 225px;
}

.the_ct_content {
    color: #fff;
    font-size: 0.875em;
    line-height: 1.75;
    position: absolute;
    left: 50%;
    bottom: 50%;
    height: 25%;
    max-height: 225px;
    right: 20%;
}

.the_ct_content p {
    margin-bottom: 0.5em;
    color: #ffffff;
}

.the_ct_content p strong {
    color: #fff;
}

.contact-more {
    position: absolute;
    left: 10%;
    top: 65%;
    z-index: 70;
}

.the_ct_big_tt span {
    display: inline-block;
    white-space: pre;
    -webkit-transition-duration: 1.5s;
    transition-duration: 1.5s;
    opacity: 0;
    -webkit-transform: translate3d(1.5em, 0, 0);
    transform: translate3d(1.5em, 0, 0);
}

.main-page.active .the_ct_big_tt span {
    -webkit-transition-duration: 1.5s;
    transition-duration: 1.5s;
    opacity: 1;
    -webkit-transform: translate3d(0em, 0, 0);
    transform: translate3d(0em, 0, 0);
}

.main-page.prev .the_ct_big_tt span {
    -webkit-transition-delay: 1.25s;
    transition-delay: 1.25s;
}

.the_ct_content,
.contact-more {
    -webkit-transition-duration: 1.25s;
    transition-duration: 1.25s;
    opacity: 0;
    -webkit-transform: translate3d(1em, 0, 0);
    transform: translate3d(1em, 0, 0);
}

.main-page.active .the_ct_content,
.main-page.active .contact-more {
    -webkit-transition-duration: 1.25s;
    transition-duration: 1.25s;
    opacity: 1;
    -webkit-transform: translate3d(0em, 0, 0);
    transform: translate3d(0em, 0, 0);
}

.main-page.prev .the_ct_content,
.main-page.prev .contact-more {
    -webkit-transition-duration: 1.25s;
    transition-duration: 1.25s;
    opacity: 0;
    -webkit-transform: translate3d(-1em, 0, 0);
    transform: translate3d(-1em, 0, 0);
}

.company-warpper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    height: 100vh;
}

.cp-01 {
    height: 100vh;
    width: 100%;
}

.cp_big_tt {
    position: absolute;
    left: 15.625%;
    top: 50%;
    font-size: 5.5vw;
    color: #fff;
    margin-top: -0.5em;
    right: 15.625%;
}

.s3-line-1.cp2 {
    left: 75%;
    -webkit-transform-origin: center;
    transform-origin: center;
    background: rgba(255, 255, 255, 0.15);
    width: 1px;
    height: 20vh;
    margin-top: -9vh;
}

.s3-line-1.cp {
    left: 6.25%;
    width: 3.125%;
}

.cp-02 {
    width: 84.375%;
    margin-left: auto;
    height: 85vh;
    padding-top: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.cp-03 {
    width: 84.375%;
    margin-left: auto;
    padding: 32vh 0;
}

.cp-tt {
    font-size: 3.45vw;
    color: #383838;
    line-height: 1.2;
    margin-bottom: 0.85em;
}

.cp-pp {
    color: #636363;
    line-height: 1.75;
    font-size: 0.875em;
    max-width: 480px;
}

.cp-pp p {
    margin-bottom: 1em;
}

.cp-03 .cp-pp {
    max-width: 480px;
}

.cp-big-bg-tt {
    font-size: 15vw;
    position: absolute;
    bottom: 37%;
    color: #000;
    opacity: 0.03;
    left: 36%;
}

.company-container {
    overflow-x: hidden;
}

.company-container:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    top: 100vh;
    left: 0;
    right: 0;
    background: rgb(255, 255, 255);
    opacity: 0;
    -webkit-transition: 0.8s;
    transition: 0.8s;
}

.sc_preload.sc_loaded .company-container:before {
    opacity: 1;
}

.cp-04-img {
    float: left;
    width: 50%;
    height: 80vh;
}

.cp-04 > .cp-04-img:nth-child(2) {
    padding-top: 10vh;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.cp-04.cp-06 > .cp-04-img:nth-child(2) > div {
    float: right;
    width: 105%;
}

.cp-05 .cp-tt {
    margin-left: 15.625%;
}

.cp-05 .cp-pp {
    margin-left: 50%;
    width: 42%;
    max-width: 560px;
}

.cp-05 {
    padding: 32vh 0;
}

.cp-05 .cp-big-bg-tt {
    font-size: 10vw;
    width: 150vw;
    top: 50%;
    bottom: auto;
    margin-top: -0.5em;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    text-align: center;
}

.cp-couc {
    color: #fff;
    max-width: 450px;
    margin: auto;
    padding: 0 4vw;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 55%;
    padding-bottom: 2em;
}

.cp-couc img {
    max-width: 450px;
    width: 100%;
}

.cp-04-img.cp-06 > div {
    background: #252525;
}

.cp-cou-white {
    height: 9vh;
}

.cp-couc h4 {
    font-weight: normal;
    font-size: 1.15em;
    color: #b9b9b9;
    margin-bottom: 1em;
}

.cp-04 > .cp-04-img.cp-06:nth-child(2) > div {
    background: #3e3e3e;
}

.cp-couc .cp-pp {
    margin-top: 2em;
    color: #989898;
}

.cp-07 {
    padding: 32vh 0;
}

.cp-07-img {
    width: 35%;
    height: 66vh;
}

.cp-07-right {
    position: absolute;
    left: 50%;
    right: 6.25%;
    top: 45vh;
}

.cp-07-right .cp-pp {
    margin-left: 0%;
    max-width: 560px;
}

.cp-08 {
    text-align: center;
    color: #fff;
    line-height: 1.75;
    padding-bottom: 42vh;
    padding-top: 17vh;
}

.cp-08-pp {
    margin: auto;
    max-width: 800px;
    font-size: 1.25em;
    font-weight: bold;
    width: 80%;
}

.the_link_item > div {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: rotateX(60deg);
    transform: rotateX(60deg);
}

.the_link_item.active > div {
    -webkit-transition: 0.8s 0.5s;
    transition: 0.8s 0.5s;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.top_menu_page {
    position: fixed;
    z-index: 390;
    left: 6.25%;
    right: 0;
    bottom: 0;
    top: 0;
}

.top_menu_p {
    background: rgba(255, 255, 255, 0);
}

.t-m-left {
    text-transform: uppercase;
    font-size: 40vw;
    font-weight: bold;
    position: absolute;
    left: 50%;
    top: 0%;
    bottom: 0%;
    right: 10%;
    opacity: 0.3;
    color: #60ada3;
}

.t-m-left-item {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.t-m-ss {
    height: 33.33%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.t-m-ss span {
    display: inline-block;
    -ms-flex-item-align: center;
    align-self: center;
}

.t-m-menu {
    color: #000;
}

.t-m-mitem {
    margin: 4vh 0;
}

.t-m-mitem a {
    font-size: 1.55em;
    font-weight: bold;
    line-height: 1;
    display: block;
}

.t-m-mitem a span {
    font-size: 0.75rem;
    font-weight: normal;
    display: inline-block;
    vertical-align: middle;
    opacity: 0.75;
}

.t-m-mitem a span:after {
    content: "";
    display: inline-block;
    width: 2em;
    background: rgba(0, 0, 0, 0.51);
    height: 1px;
    margin-left: 2.5em;
    margin-right: 5em;
}

.t-m-right {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15%;
    right: 55.25%;
    z-index: 30;
}

.t-m-mitem a span:after {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scale(0.25, 1);
    transform: scale(0.25, 1);
    opacity: 0.5;
}

.t-m-mitem a:hover span:after {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
}

.t-m-mitem a {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0.9;
}

.t-m-mitem a:hover {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 1;
}

.t-m-left-item span {
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transition-duration: 1s, 0.4s;
    transition-duration: 1s, 0.4s;
    opacity: 0;
    -webkit-transform: rotateY(0deg) translate3d(0em, 0, 0);
    transform: rotateY(0deg) translate3d(0em, 0, 0);
}

.menu_open .t-m-left-item.active span {
    -webkit-transition-duration: 0.8s, 0.4s;
    transition-duration: 0.8s, 0.4s;
    opacity: 1;
    -webkit-transform: rotateY(0deg) translate3d(0em, 0, 0);
    transform: rotateY(0deg) translate3d(0em, 0, 0);
}

.top_menu_page {
    overflow: hidden;
    top: 100%;
    bottom: -100%;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: 0s 0.3s;
    transition: 0s 0.3s;
}

.menu_open .top_menu_page {
    top: 12%;
    bottom: 12%;
    opacity: 1;
    pointer-events: auto;
    -webkit-transition: 0s;
    transition: 0s;
}

.top_menu_p {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
}

.menu_open .top_menu_p {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 1;
}

.t-m-menu > div {
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transform: translate3d(2vw, 0, 0);
    transform: translate3d(2vw, 0, 0);
    opacity: 0;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.menu_open .t-m-menu > div {
    -webkit-transition-duration: 0.8s;
    transition-duration: 0.8s;
    -webkit-transform: translate3d(0, 0vh, 0);
    transform: translate3d(0, 0vh, 0);
    opacity: 1;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.main_sc_warpper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    background: rgba(0, 0, 0, 0);
}

.sc_preload .main-page.current .the_bg {
    -webkit-clip-path: polygon(0% 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0, 100% 0, 100% 100%, 0% 100%);
    -webkit-transition: 1.4s 0s cubic-bezier(0.73, 0.22, 0.25, 1);
    transition: 1.4s 0s cubic-bezier(0.73, 0.22, 0.25, 1);
}

.sc_preload .main-page.current .about-content-c {
    opacity: 0;
    -webkit-transition: opacity 1s 0s cubic-bezier(0.67, 0.15, 0.07, 1);
    transition: opacity 1s 0s cubic-bezier(0.67, 0.15, 0.07, 1);
}

.about-content-c {
    -webkit-transition: opacity 1.25s 0.5s cubic-bezier(0.67, 0.15, 0.07, 1);
    transition: opacity 1.25s 0.5s cubic-bezier(0.67, 0.15, 0.07, 1);
    opacity: 1;
}

.sc_preload .main-page.active .about-content span {
    /* transition: 0s 1.25s; */
    /* opacity: 0; */
}

.sc_preload .main-page.current .about-more,
.sc_preload .main-page.current .s2-line-container {
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.main_sc_warpper {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    opacity: 0;
    pointer-events: none;
}

.sc_preload.sc_loaded .main_sc_warpper {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    opacity: 1;
    pointer-events: auto;
}

.top_menu {
    -webkit-transition: opacity 0.8s 0.5s;
    transition: opacity 0.8s 0.5s;
    opacity: 1;
}

.sc_preload.sc_loaded .top_menu {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    opacity: 0;
    pointer-events: none;
}

.sc_close {
    position: fixed;
    z-index: 500;
    right: 6.25%;
    top: 5.5%;
    background: rgba(255, 255, 255, 0);
    width: 22px;
    height: 22px;
    cursor: pointer;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    opacity: 0;
}

.sc_preload.sc_loaded .sc_close {
    opacity: 1;
    -webkit-transition: 0.8s 0.5s;
    transition: 0.8s 0.5s;
}

.sc_close span {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background: #fff;
    top: 50%;
    margin-top: -1px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 20;
}

.sc_close:after {
    content: "";
    display: block;
    position: absolute;
    left: -50%;
    right: -50%;
    top: -50%;
    bottom: -50%;
    background: rgba(29, 29, 29, 0.8);
    border-radius: 100%;
}

.sc_close span:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.sc_close:before {
    content: "close";
    color: #fff;
    position: absolute;
    right: 100%;
    font-weight: bold;
    line-height: 22px;
    top: 0;
    display: block;
    padding-right: 120%;
}

.sc_close:hover span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.pd_all_warpper {
    position: absolute;
    top: 100%;
    bottom: -100%;
    left: 50%;
    right: 16%;
    z-index: 90;
    overflow: hidden;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
    opacity: 0;
}

.pd_all_warpper {
    -webkit-transition: top 0s 0.5s, bottom 0s 0.5s, opacity 0.5s, -webkit-transform 0.5s 0.5s;
    transition: top 0s 0.5s, bottom 0s 0.5s, opacity 0.5s, -webkit-transform 0.5s 0.5s;
    transition: top 0s 0.5s, bottom 0s 0.5s, transform 0.5s 0.5s, opacity 0.5s;
    transition: top 0s 0.5s, bottom 0s 0.5s, transform 0.5s 0.5s, opacity 0.5s, -webkit-transform 0.5s 0.5s;
}

.view-all-active .pd_all_warpper {
    top: 0;
    bottom: 0;
    opacity: 1;
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
    -webkit-transition: top 0s, bottom 0s, opacity 0.8s 0.5s, -webkit-transform 0.8s 0.5s;
    transition: top 0s, bottom 0s, opacity 0.8s 0.5s, -webkit-transform 0.8s 0.5s;
    transition: top 0s, bottom 0s, transform 0.8s 0.5s, opacity 0.8s 0.5s;
    transition: top 0s, bottom 0s, transform 0.8s 0.5s, opacity 0.8s 0.5s, -webkit-transform 0.8s 0.5s;
}


.pd_info_w,
.pd_dots {
    -webkit-transition: opacity 0.8s;
    transition: opacity 0.8s;
    /* opacity: 1; */
}

.view-all-active .pd_info_w,
.view-all-active .main-page.active .arrow_w,
.view-all-active .main-page.active .pd_dots {
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
    opacity: 0;
}

.view-all-active .main-page.current.active .pd_bg_item.current {
    -webkit-clip-path: polygon(0% 20%, 35% 20%, 35% 80%, 0% 80%);
    clip-path: polygon(0% 20%, 35% 20%, 35% 80%, 0% 80%);
    -webkit-transition: 1.4s cubic-bezier(0.73, 0.22, 0.25, 1);
    transition: 1.4s cubic-bezier(0.73, 0.22, 0.25, 1);
}

.view-all-active .pd_bg_item.next {
    -webkit-clip-path: polygon(35% 20%, 35% 20%, 35% 80%, 35% 80%);
    clip-path: polygon(35% 20%, 35% 20%, 35% 80%, 35% 80%);
}

.pdal_item {
    color: #fff;
    font-weight: bold;
    line-height: 1.5;
    margin: 1em 0;
   /* font-size: 2em;*/
    cursor: pointer;
}

.pdal_item:before {
    content: "";
    display: inline-block;
    width: 0.5em;
    height: 1px;
    background: rgba(255, 255, 255, 0.35);
    margin-right: 1em;
    position: relative;
    /* bottom: 50%; */
    /* right: 100%; */
    vertical-align: middle;
}

.view-all-active .mb_vall.more-btn-1 a:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mb_vall.more-btn-1 a:after {
    content: "close";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
    width: 100%;
    padding-left: 3em;
}

.view-all-active .mb_vall.more-btn-1 a:after {
    opacity: 1;
}

.view-all-active .mb_vall.more-btn-1 a span {
    opacity: 0;
}

.page-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: 0.8s 0.4s;
    transition: 0.8s 0.4s;
    opacity: 0;
}

.main-page.current .page-background {
    opacity: 1;
    -webkit-transition: 1s 0s;
    transition: 1s 0s;
}

.pd-sw-bg-item {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: opacity 0.2s 1.2s;
    transition: opacity 0.2s 1.2s;
    z-index: 1;
}

.pd-sw-bg-item.current {
    opacity: 1;
    -webkit-transition: opacity 1.2s;
    transition: opacity 1.2s;
    z-index: 10;
}

.main-page > .full-page {
    z-index: 20;
}

.main_sc_warpper1 {
    position: fixed;
    top: 100%;
    left: 0;
    right: 0;
    bottom: -100%;
    z-index: 500;
    background: rgba(0, 0, 0, 0);
    overflow: hidden;
    opacity: 0;
    -webkit-transition: top 0s 1s, bottom 0s 1s, opacity 0.5s 0s;
    transition: top 0s 1s, bottom 0s 1s, opacity 0.5s 0s;
}

.sc_preload.sc_loaded .main_sc_warpper1 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 490;
    opacity: 1;
    -webkit-transition: top 0s 0s, bottom 0s 0s, opacity 0.3s 0.1s;
    transition: top 0s 0s, bottom 0s 0s, opacity 0.3s 0.1s;
}

.view-all-active .main-page.current.active .pj_bg_item.current {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    -webkit-transition: 1.4s cubic-bezier(0.73, 0.22, 0.25, 1);
    transition: 1.4s cubic-bezier(0.73, 0.22, 0.25, 1);
}

.view-all-active .main-page.current.active .pj_bg_item.prev {
    -webkit-clip-path: polygon(0% 0%, 00% 0%, 0% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 00% 0%, 0% 100%, 0% 100%);
}

.view-all-active .main-page.current.active .pj_bg_item.next {
    -webkit-clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
    clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
}

.ns_info_item > a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}

.sc_preload .main-page.active .the_ns_info {
    opacity: 0;
}

.sc_preload .main-page.active .arrow_w,
.sc_preload .main-page.active .pd_dots,
.sc_preload .main-page.active .pd_view_all {
    -webkit-transition: 0.8s 0s;
    transition: 0.8s 0s;
    opacity: 0;
}

.sc_preload .main-page.current .the_ns_big_tt {
    -webkit-transition: 0.8s;
    transition: 0.8s;
    opacity: 0;
}

.sc_preload .main-page.current.active .ns_bg_item.current {
    -webkit-clip-path: polygon(0% 0%, 100% 00%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 00%, 100% 100%, 0% 100%);
    -webkit-transition: 1.2s cubic-bezier(0.73, 0.22, 0.25, 1);
    transition: 1.2s cubic-bezier(0.73, 0.22, 0.25, 1);
}

.sc_preload .main-page.current .the_ct_big_tt {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    opacity: 0;
}

.sc_preload .main-page.active .the_ct_content,
.sc_preload .main-page.active .contact-more {
    -webkit-transition-duration: 1.25s;
    transition-duration: 1.25s;
    opacity: 0;
    -webkit-transform: translate3d(0em, 0, 0);
    transform: translate3d(0em, 0, 0);
}

/*.menu_open .top_menu {
    color: #000;
}

.menu_open .menu_btn span {
    background: black;
}

.menu_open .menu_btn:after {
    background: #000;
}*/

.sc_preload .pd_info_w,
.sc_preload .pd_dots {
    -webkit-transition: opacity 0.8s;
    transition: opacity 0.8s;
    opacity: 0;
}

.sc_preload .main-page.current.active .pd_bg_item.current {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    -webkit-transition: 1.2s cubic-bezier(0.73, 0.22, 0.25, 1);
    transition: 1.2s cubic-bezier(0.73, 0.22, 0.25, 1);
}

.black-p .top_logo {
    color: #000;
}

.black-p .top_menu {
    color: #000;
}

.black-p .menu_btn span {
    background: #000;
}

.black-p .menu_btn:after {
    background: #000;
}

.black-p .s2-line-1 {
    background: rgba(0, 0, 0, 0.25);
}

.black-p .s-line-text {
    color: #000;
}

.black-p .s2-line-2 {
    background: rgba(0, 0, 0, 0.25);
}

.black-p .about-content {
    color: #1d1d1d;
}

.black-p .more-btn-1 a:before {
    background: #000;
}

.black-p .more-btn-1 a {
    color: #000;
}

.black-p .pj_info_tt {
    color: #000;
}

.sc_preload .the_bgc {
    opacity: 0;
}

.cp-b02 {
    padding: 32vh 0;
    height: 85vh;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 37.5%;
    float: left;
}

.cp-b02.b03 {
    margin-left: 10%;
}

.abbcount {
    max-width: 456px;
    /* margin: auto; */
    /* width: 80%; */
}

.cp-b02.b04 {
    padding: 0;
    width: 34.375%;
    margin-left: 15.625%;
}

.cp-b02.b04 > div {
    width: 70%;
    /* margin: auto; */
}

.cp-b02.b05 {
    padding: 0;
    margin-left: 12.5%;
}

.cp-b03 {
    padding: 32vh 0;
    clear: both;
    margin-left: 15.625%;
    margin-right: 15.625%;
    max-width: 660px;
}

.cp-b02.b06 {
    padding: 0;
    width: 100%;
}
 #logo2{
            display: none;
}
.about-big-tt h3 {
    font-weight: normal;
    font-size:26px;
}

.cp-tt h1 {
    font-weight: normal;
}

.pd_info_tt h1 {
    font-weight: bold;
    letter-spacing: 0.05em;
    font-size: 1.2em;
}

.pdal_item {
    font-weight: normal;
}

.pj_info_tt h3 {
    font-weight: normal;
}

.pj_info_tt {
    font-size: 2.25em;
}

.the_ns_big_tt h1 {
    font-weight: normal;
    font-size: 3.2vw;
}

.the_ct_big_tt h1 {
    font-weight: normal;
    font-size: 3.2vw;
}

.ns_info_content span:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.32);
    height: 1px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}

.ns_info_item:hover .ns_info_content span:after {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.black-p.main-page.current.active .pj_bg_item.current {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    -webkit-transition: 1.4s cubic-bezier(0.73, 0.22, 0.25, 1);
    transition: 1.4s cubic-bezier(0.73, 0.22, 0.25, 1);
}

.black-p.main-page.current .pj_bg_item.current {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    -webkit-transition: 1.4s 0.8s cubic-bezier(0.73, 0.22, 0.25, 1);
    transition: 1.4s 0.8s cubic-bezier(0.73, 0.22, 0.25, 1);
}

.black-p.main-page.current.active .pj_bg_item.prev {
    -webkit-clip-path: polygon(0% 0%, 00% 0%, 0% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 00% 0%, 0% 100%, 0% 100%);
}

.black-p.main-page.prev .pj_bg_item {
    -webkit-clip-path: polygon(0% 0%, 00% 0%, 0% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 00% 0%, 0% 100%, 0% 100%);
}

.black-p.main-page.current.active .pj_bg_item.next {
    -webkit-clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
    clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
}

.black-p .pj_bg_item {
    -webkit-clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
    clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
    -webkit-transition: 1.4s cubic-bezier(0.73, 0.22, 0.25, 1);
    transition: 1.4s cubic-bezier(0.73, 0.22, 0.25, 1);
    overflow: hidden;
}

.black-p .the_pj_bg {
    left: 22.5%;
    right: 22.5%;
    top: 22%;
    bottom: 22%;
}

.black-p .the_ns_big_tt h1 {
    color: #000;
}

.black-p .the_ns_big_tt h1 {
    color: #000;
}

.black-p .ns_info_date {
    color: #636363;
}

.black-p .ns_info_date:after {
    background: #989898;
}

.black-p .ns_info_content {
    color: #3e3e3e;
}

.black-p .the_ct_big_tt {
    color: #000;
}

.black-p .the_ct_content p {
    color: #2f2f2f;
}

.black-p .the_ct_content p strong {
    color: #000;
    font-size: 1.15em;
}

.black-p .s3-line-1.pj.ct {
    background: rgba(0, 0, 0, 0);
    z-index: 0;
}

.black-p .s3-line-1.pj {
    background: rgba(0, 0, 0, 0);
}

.black-p .arrow_w.pj {
    bottom: 0;
    top: 83.5%;
    right: 22.5%;
    left: auto;
}

.page-background.SwToPd > div {
    background: #000;
}

.page-background.SwToPd > div > .cover-img {
    opacity: .85;
}

.cp-03.d01 {
    width: 44.375%;
    margin-left: 15.625%;
    padding: 32vh 0;
    float: left;
}

.cp-02.d01 {
    width: 40%;
    margin-left: auto;
    height: 90vh;
    padding-top: 0;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    float: left;
    padding: 12vh 0;
}

.cp-b02.d01 {
    padding: 5vh 0;
    width: 100%;
    height: 100vh;
}

.cp-b02.b03.d01 {
    position: absolute;
    z-index: 30;
    top: 0;
    bottom: 0;
    left: 50%;
    margin: 0;
    width: 50%;
}

.cp-b02.b03.d01 > div {
    background: #fff;
    max-width: 620px;
    padding: 10% 10%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.cp-b02.b05.d01 {
    padding: 15vh 0;
    float: left;
    width: 30%;
    margin-left: 15.625%;
    height: 82vh;
}

.cp-b03.d01 {
    float: left;
    clear: none;
    margin-left: 7.625%;
    margin-right: 7.625%;
    width: 39.125%;
    max-width: 560px;
    padding: 33vh 0;
}

.cp-b02.b06.d01 {
    padding: 0;
}

.cp-b02.b06.c02 {
    height: 100vh;
}

.about-content-c > a {
    display: block;
}

.top_menu_p:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 6.25%;
    bottom: 0;
    top: 0;
    background: #fff;
    -webkit-transition: 0.5s 0.3s cubic-bezier(0.59, 0.1, 0.25, 1);
    transition: 0.5s 0.3s cubic-bezier(0.59, 0.1, 0.25, 1);
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
}

.menu_open .top_menu_p:before {
    -webkit-transition: 0.8s 0s cubic-bezier(0.59, 0.1, 0.25, 1);
    transition: 0.8s 0s cubic-bezier(0.59, 0.1, 0.25, 1);
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.d01 .cp-big-bg-tt {
    font-size: 15vw;
    position: absolute;
    bottom: 15%;
    color: #000;
    opacity: 0.03;
    left: -40%;
}

/*.loading-line {
    position: fixed;
    top: 50%;
    left: 45%;
    right: 45%;
    height: 1px;
    display: block;
    z-index: 100;
    overflow: hidden;
    opacity: 0;
    transition: 0.2s;
    pointer-events: none;
}

.page-switching .loading-line {
    opacity: 1;
}

.loading-line:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.15);
    transform: translate3d(100%, 0, 0);
}

.loading-line:after {
    animation-name: line_move_next;
    animation-duration: 2s;
    animation-timing-function: ease-in-out;
    animation-delay: 0s;
    animation-iteration-count: infinite;
}*/

.loading-text {
    position: fixed;
    top: 50%;
    left: 30%;
    right: 30%;
    display: block;
    z-index: 100;
    opacity: 1;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    text-align: center;
    pointer-events: none;
}

.getRun .loading-text {
    top: 800%;
    -webkit-transition: 0s 1s;
    transition: 0s 1s;
}

.loading-text h1 {
    margin-top: -1em;
    font-size: 4vw;
    opacity: 0.1;
    display: inline-block;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    line-height: 1.8;
}

/*.loading-text h1 {
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    transition: 0.8s cubic-bezier(0.73, 0.22, 0.25, 1);
    opacity: 0;
}*/

.loading-text h1 {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    -webkit-transition: 0.8s cubic-bezier(0.73, 0.22, 0.25, 1);
    transition: 0.8s cubic-bezier(0.73, 0.22, 0.25, 1);
    opacity: 0.1;
}

.getRun .loading-text h1 {
    -webkit-clip-path: polygon(0 0, 00% 0, 0% 100%, 0% 100%);
    clip-path: polygon(0 0, 00% 0, 0% 100%, 0% 100%);
    -webkit-transition: 0.8s cubic-bezier(0.73, 0.22, 0.25, 1);
    transition: 0.8s cubic-bezier(0.73, 0.22, 0.25, 1);
    opacity: 0;
}

.pddmm_backtop {
    clear: both;
    text-align: center;
    padding-bottom: 25vh;
    opacity: 0.3;
    padding-top: 15vh;
}

.pddmm_backtop img {
    max-width: 294px;
}

.blockA {
    display: block;
}


.btn_hover .main-page.black-p.active .t_cursor_point_p2,
.btn_hover2 .main-page.black-p.active .t_cursor_point_p2 {
    -webkit-transform: scale(0.05);
    transform: scale(0.05);
    background: rgba(0, 0, 0, 1);
    opacity: 1;
    -webkit-transition: opacity 0.5s, background 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, background 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, background 0.5s, transform 0.5s;
    transition: opacity 0.5s, background 0.5s, transform 0.5s, -webkit-transform 0.5s;
}

.black-p .ns_info_content span:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.32);
    height: 1px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}

.sc_preload.sc_loaded .top_logo {
    opacity: 1;
    color: #fff;
}

.CL01-dot {
    position: absolute;
    bottom: 3%;
    left: 46%;
    z-index: 80;
    margin-left: -11px;
    color:#ffffff;
    font-size:12px;
}

span.dotSpan {
    display: inline-block;
    width: 22px;
    height: 30px;
    background: rgba(255, 255, 255, 0);
    margin-left: 0;
    cursor: pointer;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

span.dotSpan:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    height: 6px;
    left: 0;
    right: 0;
    background: #fff;
    margin: auto;
    width: 2px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    /* border-radius: 100%; */
    -webkit-transform: scale(1);
    transform: scale(1);
    margin-top: -2px;
    opacity: 0.5;
}

span.dotSpan.active:before {
    /* width: 5px; */
    /* height: 5px; */
    -webkit-transform: scale(1, 4);
    transform: scale(1, 4);
    opacity: 1;
}

.page_name {
    position: absolute;
    z-index: 10;
    bottom: 6%;
    right: 6.25%;
    color: #fff;
    font-weight: bold;
    font-size: 0.875em;
}

.page_name2 {
    position: absolute;
    z-index: 10;
    bottom: 6%;
    left: 6.25%;
    color: #fff;
    font-weight: bold;
    font-size: 0.875em;
}

.CL01-dot,
.page_name,
.page_name2 {
    -webkit-transition: 0.8s;
    transition: 0.8s;
    opacity: 0;
}

.black-p .page_name,
.black-p .page_name2 {
    color: #333;
}

.main-page.active .CL01-dot,
.main-page.active .page_name,
.main-page.active .page_name2 {
    -webkit-transition: 0.8s;
    transition: 0.8s;
    opacity: 1;
}

.sc_preload .s3-line-1.pd {
    opacity: 0;
}

.cp_big_tt h1 {
    -webkit-transition-duration: 1.8s;
    transition-duration: 1.8s;
    -webkit-transform: translate3d(0, 1em, 0);
    transform: translate3d(0, 1em, 0);
    opacity: 0;
}

.sc_loaded .cp_big_tt h1 {
    -webkit-transition-duration: 1.5s;
    transition-duration: 1.5s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

.black-p .the_pj_bg {
    -webkit-transition: 1s cubic-bezier(0.69, 0.19, 0.25, 1);
    transition: 1s cubic-bezier(0.69, 0.19, 0.25, 1);
    -webkit-transform: perspective(1000px) translate3d(0, 0, 0px) scale(1);
    transform: perspective(1000px) translate3d(0, 0, 0px) scale(1);
}

.view-all-active .black-p .the_pj_bg {
    -webkit-transition: 1s cubic-bezier(0.69, 0.19, 0.25, 1);
    transition: 1s cubic-bezier(0.69, 0.19, 0.25, 1);
    -webkit-transform: perspective(1000px) translate3d(0, 0, 0px) scale(1.35);
    transform: perspective(1000px) translate3d(0, 0, 0px) scale(1.35);
}

.news-container {
    background: #fff;
    margin-left: auto;
    width: 100%;
    padding: 5%;
    min-height: 100vh;
    margin-right: 0;
    padding-right: 10%;
    max-width: 1050px;
    padding-top: 15vh;
}

.news_title {
    font-size: 2.25em;
    line-height: 1.35;
    margin-bottom: 1.2em;
    max-width: 700px;
}

.news_date {
    font-weight: bold;
    font-size: 0.875em;
    color: #b9b9b9;
}

.news_title h1 {
    font-weight: normal;
}

.news_contents {
    margin-top: 10vh;
    line-height: 1.75;
    font-size: 0.875em;
    color: #353535;
}

.news_contents p {
    margin-bottom: 1.2em;
    max-width: 700px;
}

.news-container {
    -webkit-transition: 1.8s cubic-bezier(0.65, 0.24, 0.25, 1);
    transition: 1.8s cubic-bezier(0.65, 0.24, 0.25, 1);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.news_ddc {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
}

.sc_loaded .news-container {
    -webkit-transition: 1.8s cubic-bezier(0.65, 0.24, 0.25, 1);
    transition: 1.8s cubic-bezier(0.65, 0.24, 0.25, 1);
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.sc_loaded .news_ddc {
    -webkit-transition: 0.8s 1.5s;
    transition: 0.8s 1.5s;
    opacity: 1;
}


.contact-container {
    min-height: 100vh;
}

.contact-map iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.contact-map {
    height: 100vh;
    padding-top: 7%;
    padding-right: 6.25%;
    padding-bottom: 7%;
    padding-left: 6.25%;
}

.p5_switch_control {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 40%;
    top: 50%;
}

a.p1fa {
    display: block;
    position: absolute;
    top: 35%;
    bottom: 35%;
    left: 15%;
    right: 33%;
}

.pj_info_num {
    pointer-events: none;
}

.pd_view_all.pj {
    pointer-events: none;
}

.pd_view_all.ns {
    pointer-events: none;
}

.sc_container {
    background: rgba(0, 0, 0, 0);
    transition: background 0.5s;
}

.sc_loaded .sc_container {
    background: rgba(0, 0, 0, 0.12);
    transition: background 1s;
}

.black-p .more-btn-1 svg rect {
    stroke: #3e3e3e;
    stroke-width: 1px;
    -webkit-transition: 1s;
    transition: 1s;
    stroke-dasharray: 200px;
    stroke-dashoffset: 500px;
    opacity: 0;
}

/*媒体查询*/

@media (max-width:800px) 
{
    .sc_loaded .cp_big_tt h1
    {
        font-size:8vw;
    }
    a.p1fa {
        display: block;
        position: absolute;
        top: 18%;
        bottom: 15%;
        left: 5%;
        right: 10%;
    }
    .s-line-container {
        display: none;
    }
    .the_big_title .tt h1,
    .the_big_title .tt h2,.the_big_title .tt h3 {
        color: #fff;
        font-size: 5.3vw;
        font-weight: bold;
        line-height: 1.2;white-space:pre-wrap; 
    }
    .the_big_title {
        position: absolute;
        top: 0;
        left: 6.25%;
        bottom: 0;
        right: 6.25%;
        z-index: 20;
    }
    .loading-text h1 {
        font-size: 10vw;
    }
    .top_cursor {
        display: none;
    }
    .menu_open .top_menu_page {
        bottom: 0;
    }
    .top_menu_page {
        left: 0;
    }
    .top_menu_p:before {
        right: 0;
    }
    .t-m-right {
        left: 10.25%;
        right: 10%;
    }
    .t-m-mitem a span:after {
        margin-left: 2em;
        margin-right: 2em;
    }
    .the_big_title h2 {
        padding-left: 1em;
    }
    .the_big_title h3 {
        padding-left: 0em; margin-left:-2em;
    }
    .main-page.current.active .pd_bg_item.current {
        -webkit-clip-path: polygon(6.25% 12%, 93.75% 12%, 93.75% 88%, 6.25% 88%);
        clip-path: polygon(6.25% 12%, 93.75% 12%, 93.75% 88%, 6.25% 88%);
        -webkit-transition: 1.4s cubic-bezier(0.73, 0.22, 0.25, 1);
        transition: 1.4s cubic-bezier(0.73, 0.22, 0.25, 1);
    }
    .pd_info_tt {
        font-size: 8vw;
    }
    .pd_info_w {
        right: 10%;
    }
    .pd_info_tt h1:nth-child(2) {
        padding-left: 1em;
    }
    .arrow_w {
        top: auto;
        bottom: 5%;
        left: 20%;
    }
    .pd_info_ss {
        position: absolute;
        top: 25%;
        bottom: 20%;
        left: 0;
        right: 0;
    }
    .pd_info_more {
        display: none;
    }
    .pd_view_all {
        position: absolute;
        left: auto;
        top: auto;
        z-index: 95;
        margin-top: -18px;
        bottom: 4.5%;
        right: 6.25%;
    }
    .pd_dots {
        position: absolute;
        z-index: 81;
        left: 82%;
        top: 0;
        bottom: 0;
        width: 30px;
    }
    #page-3 .page_name {
        display: none;
    }
    #page-4 .page_name {
        display: none;
    }
    .pd_all_warpper {
        left: 15%;
        right: 10%;
    }
    .pdal_item {
        color: #fff;
        font-weight: bold;
        line-height: 1.5;
        margin: 1em 0;
        font-size: 1.25em;
        cursor: pointer;
    }
    .p3_switch_control {
        position: absolute;
        top: 12%;
        bottom: 12%;
        left: 0;
        right: 0;
        z-index: 75;
    }
    .s2-line-container {
        display: none;
    }
    .about-big-tt {
        font-size: 10vw;
        line-height: 1.15;
        margin-bottom: 3.5vh;
    }
    .about-content {
        position: absolute;
        left: 6.25%;
        top: 0;
        bottom: 0;
        z-index: 50;
        color: #fff;
        width: 86%;
        /* max-width: 660px; */
    }
    .about-more {
        left: 6.25%;
        top: auto;
        bottom: 12%;
    }
    .black-p .the_pj_bg {
        left: 0;
        right: 0;
        top: 15%;
        bottom: 12%;
    }
    .p4_switch_control {
        position: absolute;
        z-index: 80;
        top: 12%;
        bottom: 12%;
        left: 0;
        right: 0;
    }
    .black-p .pj_info_tt {
        color: #fff;
    }
    .black-p .pj_info_num .more-btn-1 a {
        color: #fff;
    }
    .black-p .pj_info_num .more-btn-1 a:before {
        background: #fff;
    }
    .black-p .arrow_w.pj {
        bottom: 4.8%;
        top: auto;
        right: auto;
        left: 15%;
    }
    .the_ns_big_tt {
        display: none;
    }
    .pd_view_all.ns {
        display: none;
    }
    .the_ns_info {
        position: absolute;
        top: auto;
        left: 6.25%;
        right: 20%;
        z-index: 20;
        bottom: 40%;
        height: 40%;
        max-height: 300px;
    }
    .ns_info_content {
        font-size: 1.15em;
        line-height: 1.5;
        max-width: 480px;
    }
    .main-page.current.active .ns_bg_item.current {
        -webkit-clip-path: polygon(0% 60%, 100% 60%, 100% 100%, 0% 100%);
        clip-path: polygon(0% 60%, 100% 60%, 100% 100%, 0% 100%);
        -webkit-transition: 1.4s cubic-bezier(0.73, 0.22, 0.25, 1);
        transition: 1.4s cubic-bezier(0.73, 0.22, 0.25, 1);
    }
    .ns_bg_item.prev {
        -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
        clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
    }
    .ns_bg_item.next {
        -webkit-clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
        clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
    }
    .p5_switch_control {
        position: absolute;
        bottom: 0;
        top: 60%;
        left: 0;
        right: 0;
        z-index: 30;
    }
    .news_title {
        font-size: 1.35em;
        line-height: 1.35;
        margin-bottom: 1.2em;
        max-width: 700px;
    }
    .the_ct_big_tt h1 {
        font-weight: normal;
        font-size: 8vw;
    }
    .the_ct_big_tt {
        height: 30%;
        max-height: none;
    }
    .the_ct_content {
        left: 10%;
        bottom: 42%;
    }
    .main-page.current .the_bg.ct {
        -webkit-clip-path: polygon(90% 15%, 100% 15%, 100% 85%, 90% 85%);
        clip-path: polygon(90% 15%, 100% 15%, 100% 85%, 90% 85%);
    }
    .main-page.prev .the_bg.ct {
        -webkit-clip-path: polygon(0% 15%, 0% 15%, 0% 85%, 0% 85%);
        clip-path: polygon(0% 15%, 0% 15%, 0% 85%, 0% 85%);
    }
    .sc_preload .main-page.current .the_bg {
        -webkit-clip-path: polygon(0% 0, 100% 0, 100% 100%, 0% 100%);
        clip-path: polygon(0% 0, 100% 0, 100% 100%, 0% 100%);
        -webkit-transition: 1.4s 0s cubic-bezier(0.73, 0.22, 0.25, 1);
        transition: 1.4s 0s cubic-bezier(0.73, 0.22, 0.25, 1);
    }
    .contact-more {
        top: 76.5%;
    }
    .cp_big_tt {
        font-size: 12.5vw;
        right: 6.25%;
        left: 6.25%;
        margin-top: 0;
        line-height: 1.2;
        top: auto;
        bottom: 25%;
    }
    .cp-03 {
        width: 87.5%;
        margin-left: auto;
        margin-right: auto;
        padding: 16vh 0;
    }
    .cp-tt {
        font-size: 9.5vw;
        color: #383838;
        line-height: 1.2;
        margin-bottom: 1.2em;
    }
    .cp-02 {
        width: 100%;
        margin-left: auto;
        height: 55vh;
        padding-top: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .cp-b02 {
        padding: 0;
        height: 50vh;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        width: 100%;
        float: left;
    }
    .cp-b02.b03 {
        margin-left: 0;
        margin: auto;
        width: 87.5%;
        height: auto;
        padding-left: 6.25%;
        padding-top: 10vh;
        padding-bottom: 10vh;
    }
    .cp-b02.b04 {
        padding: 0;
        width: 100%;
        margin-left: 6.25%;
    }
    .cp-b02.b04 > div {
        width: 80%;
        /* margin: auto; */
    }
    .cp-b02.b05 {
        padding: 0;
        margin-left: 0;
        padding-top: 10vh;
    }
    .cp-b03 {
        padding: 15vh 0;
        clear: both;
        margin-left: 6.25%;
        margin-right: 6.25%;
        max-width: 660px;
    }
    .cp-03.d01 {
        width: 87.5%;
        margin-left: 6.25%;
        padding: 16vh 0;
        float: left;
    }
    .d01 .cp-big-bg-tt {
        font-size: 30vw;
        position: absolute;
        bottom: 6%;
        color: #000;
        opacity: 0.03;
        left: -16%;
    }
    .cp-02.d01 {
        width: 100%;
        margin-left: auto;
        height: 65vh;
        padding-top: 0;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        float: left;
        padding: 0vh 0;
    }
    .cp-b02.d01 {
        padding: 0;
        width: 100%;
        height: 100vh;
    }
    .cp-b02.b03.d01 {
        position: absolute;
        z-index: 30;
        top: 0;
        bottom: 0;
        left: 6.25%;
        margin: 0;
        width: 87.5%;
    }
    .cp-b02.b05.d01 {
        padding: 15vh 0;
        float: left;
        width: 30%;
        margin-left: 0;
        height: 82vh;
    }
    .cp-b03.d01 {
        float: left;
        clear: none;
        margin-left: 7.625%;
        margin-right: 7.625%;
        width: 54.125%;
        max-width: 560px;
        padding: 28vh 0;
    }
    .pddmm_backtop img {
        max-width: 147px;
    }
    .the_ct_content p strong {
        display: block;
    }
    .pd_bg_item.prev {
        -webkit-clip-path: polygon(0% 12%, 0% 12%, 0% 88%, 0% 88%);
        clip-path: polygon(0% 12%, 0% 12%, 0% 88%, 0% 88%);
    }
    .pd_bg_item.next {
        -webkit-clip-path: polygon(100% 12%, 100% 12%, 100% 88%, 100% 88%);
        clip-path: polygon(100% 12%, 100% 12%, 100% 88%, 100% 88%);
    }
    .cp-pp {
        font-size: 1em;
    }
    .about-summ {
        display: none;
    }
    .p1bg > div {
        opacity: 1;
    }
}

/*媒体查询*/

/*组件*/

#c_news_list-15224255707775357 {
    position: absolute;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

/*组件*/
.boticp {
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    color: #545454;
    margin: auto;
    text-align: center;
    font-size: 12px;
}