@font-face {
    font-family: 'EUCLIDCIRCULARA-MEDIUM';
    src: url("../fonts/EUCLIDCIRCULARA-MEDIUM.TTF");
}
@font-face {
    font-family: 'PingFang-SC-Bold';
    src: url("../fonts/PingFang-SC-Bold.woff");
}
@font-face {
    font-family: 'PingFang-SC-Regular';
    src: url("../fonts/PingFang-SC-Regular.woff");
}
@keyframes o-cloud {
    0% {
        transform: translateX(0px);
    }
    100% {
        transform: translateX(-100%);
    }
}
@keyframes move {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100vw);
    }
}
@keyframes o-upfade-top {
    0% {
        opacity: 0;
        transform: translateY(40px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes noise-anim-2 {
    0% {
        clip: rect(81px, 9999px, 29px, 0);
    }
    5% {
        clip: rect(32px, 9999px, 15px, 0);
    }
    10% {
        clip: rect(35px, 9999px, 46px, 0);
    }
    15% {
        clip: rect(79px, 9999px, 39px, 0);
    }
    20% {
        clip: rect(32px, 9999px, 40px, 0);
    }
    25% {
        clip: rect(18px, 9999px, 86px, 0);
    }
    30% {
        clip: rect(49px, 9999px, 78px, 0);
    }
    35% {
        clip: rect(37px, 9999px, 34px, 0);
    }
    40% {
        clip: rect(39px, 9999px, 81px, 0);
    }
    45% {
        clip: rect(43px, 9999px, 70px, 0);
    }
    50% {
        clip: rect(26px, 9999px, 19px, 0);
    }
    55% {
        clip: rect(84px, 9999px, 5px, 0);
    }
    60% {
        clip: rect(51px, 9999px, 63px, 0);
    }
    65% {
        clip: rect(57px, 9999px, 59px, 0);
    }
    70% {
        clip: rect(12px, 9999px, 75px, 0);
    }
    75% {
        clip: rect(4px, 9999px, 36px, 0);
    }
    80% {
        clip: rect(40px, 9999px, 98px, 0);
    }
    85% {
        clip: rect(55px, 9999px, 81px, 0);
    }
    90% {
        clip: rect(71px, 9999px, 57px, 0);
    }
    95% {
        clip: rect(42px, 9999px, 35px, 0);
    }
    100% {
        clip: rect(77px, 9999px, 30px, 0);
    }
}
@keyframes noise-anim {
    0% {
        clip: rect(88px, 9999px, 50px, 0);
    }
    5% {
        clip: rect(98px, 9999px, 5px, 0);
    }
    10% {
        clip: rect(86px, 9999px, 14px, 0);
    }
    15% {
        clip: rect(98px, 9999px, 84px, 0);
    }
    20% {
        clip: rect(37px, 9999px, 74px, 0);
    }
    25% {
        clip: rect(7px, 9999px, 79px, 0);
    }
    30% {
        clip: rect(70px, 9999px, 13px, 0);
    }
    35% {
        clip: rect(63px, 9999px, 52px, 0);
    }
    40% {
        clip: rect(56px, 9999px, 41px, 0);
    }
    45% {
        clip: rect(5px, 9999px, 12px, 0);
    }
    50% {
        clip: rect(68px, 9999px, 69px, 0);
    }
    55% {
        clip: rect(90px, 9999px, 57px, 0);
    }
    60% {
        clip: rect(78px, 9999px, 57px, 0);
    }
    65% {
        clip: rect(93px, 9999px, 40px, 0);
    }
    70% {
        clip: rect(31px, 9999px, 57px, 0);
    }
    75% {
        clip: rect(94px, 9999px, 36px, 0);
    }
    80% {
        clip: rect(40px, 9999px, 37px, 0);
    }
    85% {
        clip: rect(87px, 9999px, 8px, 0);
    }
    90% {
        clip: rect(93px, 9999px, 7px, 0);
    }
    95% {
        clip: rect(17px, 9999px, 90px, 0);
    }
    100% {
        clip: rect(3px, 9999px, 2px, 0);
    }
}
@keyframes nav-1 {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(0);
    }
}
@keyframes nav-2 {
    0% {
        width: 20vw;
    }
    100% {
        width: 0;
    }
}
@keyframes nav-3 {
    0% {
        transform: translateX(-100%);
    }
    50% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(100%);
    }
}
@keyframes nav-4 {
    0% {
        width: 20vw;
    }
    100% {
        width: 0;
    }
}
@keyframes nav-5 {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(100%);
    }
}
@keyframes ani-w {
    0%,100% {
        transform: translateX(0%);
    }
    50%,52% {
        transform: translateX(50%);
    }
}
@keyframes ani-e {
    0%,100% {
        transform: translateX(0%);
    }
    50%,52% {
        transform: translateX(-100%);
    }
}
@keyframes ani-b {
    0%,100% {
        transform: translateX(0%);
    }
    50%,52% {
        transform: translateX(50%);
    }
}
@media screen and (min-width: 1025px) {
    .wow {
        visibility: hidden;
    }
}
@media screen and (min-width: 1025px) {
    .dom-loaded .header {
        transition: all .3s ease;
    }
    .dom-loaded .header .logo img {
        transition: opacity .3s ease;
    }
    .dom-loaded .header ul li {
        transition: margin .3s ease;
    }
    .dom-loaded .header ul li a {
        transition: color .3s ease;
    }
    .dom-loaded .header a.tel {
        transition: color .3s ease;
    }
}
/* header */
.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 9.375vw;
    font-size: 0;
    z-index: 9;
}
@media screen and (min-width: 1025px) {
    .header.down {
        transform: translateY(0);
    }
    .header.up {
        transform: translateY(-101%);
    }
    .header.bg {
        background-color: rgba(255, 255, 255, 0.7);
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
        padding: 15px 9.375vw;
    }
    .header.bg .logo img.show {
        opacity: 0;
    }
    .header.bg .logo img.hide {
        opacity: 1;
    }
    .header.bg .logo span {
        color: rgba(0, 0, 0, 0.5);
    }
    .header.bg .logo span:before {
        background-color: #ccc;
    }
    .header.bg ul li {
        margin-right: 2vw;
    }
    .header.bg ul li a {
        color: rgba(0, 0, 0, 0.5);
        font-size: 16px;
    }
    .header.bg a.tel {
        font-size: 16px;
        color: #181818;
    }
    .header.bg a.tel:before {
        background-image: url("../images/fixed-2-1.svg");
    }
}
.header .logo a {
    position: relative;
}
.header .logo img {
    display: block;
    width: auto;
    height: 65px;
}
.header .logo img.hide {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.header .logo a, .header .logo span {
    display: inline-block;
    vertical-align: middle;
}
.header .logo span {
    font-size: 18px;
    color: #fff;
}
.header .logo span:before {
    content: '';
    width: 1px;
    height: 1.5rem;
    background-color: rgba(255, 255, 255, 0.2);
    display: inline-block;
    vertical-align: middle;
    margin: 0 2.5rem;
}
.header ul, .header a.tel {
    display: inline-block;
    vertical-align: middle;
}
.header ul li {
    display: inline-block;
    vertical-align: top;
    margin-right: 3.5vw;
}
.header ul li a {
    display: block;
    font-size: 18px;
    color: #fff;
}
@media screen and (min-width: 1025px) {
    .header ul li a:hover {
        color: #ff6a00;
    }
}
.header a.tel {
    font-size: 18px;
    color: #fff;
    font-family: 'EUCLIDCIRCULARA-MEDIUM';
}
.header a.tel:before {
    content: '';
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: -2px 10px 0 0;
    background-image: url("../images/fixed-2-on.svg");
    transition: all .3s ease;
}

.menu-btn {
    position: fixed;
    top: 45px;
    right: 3.125vw;
    width: 20px;
    height: 14px;
    border-top: 2px solid #ff6a00;
    cursor: pointer;
    transition: all .3s ease;
    display: none;
    z-index: 12;
}
.menu-btn:before, .menu-btn:after {
    content: '';
    height: 2px;
    background: #ff6a00;
    position: absolute;
    right: 0;
    transition: all .3s ease;
}
.menu-btn:before {
    bottom: 6px;
    width: 14px;
}
.menu-btn:after {
    bottom: 0;
    width: 20px;
}
.menu-btn:not(.active):hover:before {
    width: 20px;
}
.menu-btn:not(.active):hover:after {
    width: 14px;
}
.menu-btn.active {
    border-top: transparent;
}
.menu-btn.active:before {
    width: 24px;
    transform: translate(2px, 0) rotate(-45deg);
}
.menu-btn.active:after {
    width: 24px;
    transform: translate(2px, -6px) rotate(-135deg);
}

.fixed-nav {
    position: fixed;
    width: 0;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 11;
    display: none;
}
.fixed-nav .bg, .fixed-nav .ani-box, .fixed-nav .cont {
    position: absolute;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    transform: translateX(-100%);
}
.fixed-nav .bg {
    background-color: #000;
    z-index: 2;
}
.fixed-nav .ani-box {
    font-size: 0;
    text-align: right;
    z-index: 3;
}
.fixed-nav .ani-box span {
    width: 20vw;
    height: 100vh;
    display: inline-block;
    vertical-align: top;
}
.fixed-nav .ani-box span:nth-of-type(1) {
    background-color: #fff;
}
.fixed-nav .ani-box span:nth-of-type(2) {
    background-color: #ff6a00;
}
.fixed-nav .cont {
    z-index: 4;
}
.fixed-nav .logo {
    position: absolute;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
.fixed-nav .logo .img {
    position: relative;
    display: block;
    width: 30vw;
    max-width: 562px;
    height: 6.25vw;
    max-height: 120px;
    margin: 0 auto;
}
.fixed-nav .logo .img:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.fixed-nav .nav {
    position: absolute;
    height: 100vh;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 0 3.125vw;
}
.fixed-nav .nav li {
    text-align: right;
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
.fixed-nav .nav li a {
    display: inline-block;
    font-size: 4.5rem;
    line-height: 1.66;
    color: rgba(255, 255, 255, 0.2);
    transition: color .3s ease;
}
@media screen and (min-width: 1025px) {
    .fixed-nav .nav li a:hover {
        color: #fff;
    }
}
.fixed-nav .link {
    position: absolute;
    left: 3.125vw;
    bottom: 3.125vw;
    width: 60px;
    height: 60px;
    opacity: 0;
}
.fixed-nav .link a {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #ff6a00;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/icon-3.png");
    border-radius: 50%;
    box-shadow: 0 20px 40px rgba(255, 46, 0, 0.5);
    transition: all .3s ease;
}
.fixed-nav .link a:hover {
    transform: translateY(-10px);
}
.fixed-nav.open {
    width: 100%;
}
.fixed-nav.open .bg {
    animation: nav-1 .5s linear forwards;
}
.fixed-nav.open .ani-box {
    animation: nav-1 .5s linear forwards;
}
.fixed-nav.open .ani-box span {
    animation: nav-2 .5s .05s linear forwards;
}
.fixed-nav.open .cont {
    transform: translateX(0);
}
.fixed-nav.open .logo {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    transition: clip-path 2s ease;
    transition-delay: .6s;
}
.fixed-nav.open .nav li {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    transition: clip-path 0.8s ease;
}
.fixed-nav.open .nav li:nth-of-type(1) {
    transition-delay: .7s;
}
.fixed-nav.open .nav li:nth-of-type(2) {
    transition-delay: .8s;
}
.fixed-nav.open .nav li:nth-of-type(3) {
    transition-delay: .9s;
}
.fixed-nav.open .nav li:nth-of-type(4) {
    transition-delay: 1s;
}
.fixed-nav.open .nav li:nth-of-type(5) {
    transition-delay: 1.1s;
}
.fixed-nav.open .nav li:nth-of-type(6) {
    transition-delay: 1.2s;
}
.fixed-nav.open .nav li:nth-of-type(7) {
    transition-delay: 1.3s;
}
.fixed-nav.open .nav li:nth-of-type(8) {
    transition-delay: 1.4s;
}
.fixed-nav.open .link {
    opacity: 1;
    transition: all 0.3s ease;
    transition-delay: .7s;
}
.fixed-nav.close .bg {
    transform: translateX(0);
    animation: nav-5 .5s linear forwards;
    animation-delay: .8s;
}
.fixed-nav.close .ani-box {
    animation: nav-3 1s linear forwards;
}
.fixed-nav.close .ani-box span {
    animation: nav-4 .5s .05s linear forwards;
}

/* footer */
.footer {
    background-color: #fff;
    padding: 0 9.375vw;
    font-size: 0;
    position: relative;
    z-index: 5;
}
.footer .top-block {
    padding: 4.5vw 0 3.5vw;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.footer .top-block .tel {
    font-size: 2.5rem;
    color: #ff6a00;
    font-family: 'EUCLIDCIRCULARA-MEDIUM';
}
.footer .top-block p {
    font-size: 16px;
    line-height: 2;
    color: #181818;
    margin-top: 15px;
}
.footer .box {
    margin-right: 5rem;
    display: inline-block;
    vertical-align: top;
}
.footer .box:last-of-type {
    margin-right: 0;
}
.footer .box h3 {
    font-size: 1.5rem;
    color: #181818;
}
.footer .box .link {
    margin-top: 1.5vw;
}
.footer .box a {
    display: block;
    font-size: 1rem;
    color: #808080;
    margin-top: 15px;
    transition: color .3s ease;
}
.footer .box a:nth-of-type(1) {
    margin-top: 0;
}
@media screen and (min-width: 1025px) {
    .footer .box a:hover {
        color: #ff6a00;
    }
}
.footer .share {
    margin-top: 2.5vw;
    font-size: 0;
}
.footer .share span {
    font-size: 16px;
    color: #181818;
    display: inline-block;
    vertical-align: middle;
}
.footer .share a {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-left: 20px;
    width: 30px;
    height: 20px;
}
.footer .share a:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.footer .share a.wechat:before {
    background-image: url("../images/share-1.png");
}
.footer .share a.tiktok:before {
    background-image: url("../images/share-2.png");
}
.footer .share a .hide {
    width: 150px;
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -75px;
    padding-bottom: 20px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}
.footer .share a .hide:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
    position: absolute;
    left: 50%;
    bottom: 10px;
    margin-left: -10px;
}
.footer .share a .hide .img-box {
    padding: 10px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.footer .share a .hide img {
    display: block;
    width: 100%;
}
.footer .share a:hover .hide {
    opacity: 1;
    visibility: visible;
}
.footer .n-info {
    width: 37.5rem;
}
.footer .n-info .tab-tit {
    border-bottom: 1px solid #e6e6e6;
    display: flex;
    justify-content: space-between;
}
.footer .n-info .tab-tit span {
    font-size: 1.5rem;
    color: #808080;
    padding-bottom: 1.5rem;
    position: relative;
    cursor: pointer;
    transition: color .3s ease;
}
.footer .n-info .tab-tit span:after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #ff6a00;
    position: absolute;
    bottom: -1px;
    left: 0;
    transform: scaleX(0);
}
.footer .n-info .tab-tit span.active {
    color: #181818;
}
.footer .n-info .tab-tit span.active:after {
    transform: scaleX(1);
    transition: transform .3s ease;
}
.footer .n-info .tab-cont {
    margin-top: 1.5rem;
}
.footer .n-info .tab-cont .tab {
    display: none;
}
.footer .n-info .tab-cont .tab.active {
    display: block;
}
.footer .n-info .para {
    font-size: 1rem;
    color: #808080;
    line-height: 2;
}
.footer .n-info .n-share {
    margin-top: 2rem;
}
.footer .n-info .n-share a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 48px;
    height: 48px;
    margin-left: 10px;
}
.footer .n-info .n-share a:nth-of-type(1) {
    margin-left: 0;
}
.footer .n-info .n-share a i {
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 20px;
    border: 1px solid #e6e6e6;
    border-radius: 50%;
    transition: all .3s ease;
}
.footer .n-info .n-share a.wechat i {
    background-image: url("../images/1-1.svg");
}
.footer .n-info .n-share a.wechat:hover i {
    background-color: #28c445;
    background-image: url("../images/1-2.svg");
}
.footer .n-info .n-share a.be i {
    background-image: url("../images/2-1.svg");
}
.footer .n-info .n-share a.be:hover i {
    background-color: #0056ff;
    background-image: url("../images/2-2.svg");
}
.footer .n-info .n-share a .hide {
    width: 7.5rem;
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -3.75rem;
    padding-bottom: 20px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
    z-index: 2;
}
.footer .n-info .n-share a .hide:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
    position: absolute;
    left: 50%;
    bottom: 10px;
    margin-left: -10px;
}
.footer .n-info .n-share a .hide .img-box {
    padding: 10px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.footer .n-info .n-share a .hide img {
    display: block;
    width: 100%;
}
.footer .n-info .n-share a:hover i {
    border-color: transparent;
}
.footer .n-info .n-share a:hover .hide {
    opacity: 1;
    visibility: visible;
}
.footer .bot-block {
    padding: 2rem 0;
    border-top: 1px solid #e6e6e6;
}
.footer .bot-block p, .footer .bot-block a {
    font-size: 16px;
    color: #808080;
}
.footer .bot-block a {
    display: inline-block;
}

.fixed-center {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 11;
    display: none;
}
.fixed-center .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}
.fixed-center .main {
    width: 480px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/img-3.jpg");
    padding: 30px;
    z-index: 2;
}
.fixed-center .close {
    width: 24px;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/close.svg");
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 2;
    cursor: pointer;
    transition: transform .3s ease;
}
@media screen and (min-width: 1025px) {
    .fixed-center .close:hover {
        transform: rotate(90deg);
    }
}
.fixed-center p {
    font-size: 16px;
    color: #fff;
}
.fixed-center .tel {
    font-size: 36px;
    color: #fff;
    font-family: 'EUCLIDCIRCULARA-MEDIUM';
    margin: 15px 0 20px;
    display: block;
}
.fixed-center form {
    display: flex;
    border-bottom: 1px solid #fff;
    margin: 10px 0 25px;
}
.fixed-center input {
    width: calc(100% - 120px);
    height: 48px;
    background-color: transparent;
    font-size: 12px;
    padding: 0 20px;
    color: #fff;
}
.fixed-center input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}
.fixed-center input:-moz-placeholder {
    color: rgba(255, 255, 255, 0.5);
}
.fixed-center input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5);
}
.fixed-center input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}
.fixed-center button {
    width: 120px;
    border-radius: 3px 3px 0 0;
    color: #ff6a00;
    font-size: 18px;
    background-color: #fff;
    cursor: pointer;
}
.fixed-center .btn {
    display: block;
    font-size: 18px;
    line-height: 48px;
    text-align: center;
    color: #ff6a00;
    background-color: #fff;
    border-radius: 3px;
    margin-top: 15px;
    transition: all .3s ease;
}
@media screen and (min-width: 1025px) {
    .fixed-center .btn:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 30px rgba(255, 255, 255, 0.3);
    }
}

.fixed-form {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 12;
    display: none;
}
.fixed-form .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}
.fixed-form .main {
    width: 640px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #f5f5f5;
    z-index: 2;
}
.fixed-form .close {
    width: 24px;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/close.svg");
    position: absolute;
    top: 33px;
    right: 20px;
    z-index: 2;
    cursor: pointer;
    transition: transform .3s ease;
}
@media screen and (min-width: 1025px) {
    .fixed-form .close:hover {
        transform: rotate(90deg);
    }
}
.fixed-form h3 {
    background-color: #2c2c2c;
    font-size: 36px;
    line-height: 50px;
    color: #fff;
    padding: 20px 40px;
}
.fixed-form .scroll {
    margin-right: -40px;
    padding-right: 40px;
    height: 530px;
    overflow: auto;
}
.fixed-form .box {
    margin-top: 25px;
}
.fixed-form .box:nth-of-type(1) {
    margin-top: 0;
}
.fixed-form .box span {
    display: block;
    font-size: 20px;
    color: #2c2c2c;
    margin-bottom: 15px;
}
.fixed-form .box i {
    font-style: normal;
    color: #ff6a00;
}
.fixed-form .tips-tit {
    margin-top: 50px;
    font-size: 24px;
    color: #333;
    padding-bottom: 20px;
    border-bottom: 1px solid #000;
}
.fixed-form .tips-box {
    margin-top: 30px;
}
.fixed-form .tip {
    padding-left: 50px;
    position: relative;
    padding-bottom: 25px;
}
.fixed-form .tip:before {
    content: '';
    width: 1px;
    height: 100%;
    background-color: #ddd;
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 1;
}
.fixed-form .tip span {
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    font-size: 18px;
    line-height: 28px;
    border: 1px solid #ff6a00;
    background-color: #ff6a00;
    color: #fff;
    border-radius: 50%;
    z-index: 2;
}
.fixed-form .tip h4 {
    font-size: 18px;
    color: #000;
    line-height: 30px;
}
.fixed-form .tip p {
    font-size: 16px;
    line-height: 26px;
    color: #666;
}
.fixed-form .tip:last-of-type {
    padding-bottom: 0;
}
.fixed-form .tip:last-of-type:before {
    display: none;
}
.fixed-form form {
    padding: 40px 60px 40px 40px;
}
.fixed-form input {
    display: block;
    width: 100%;
    height: 60px;
    font-size: 12px;
    color: #808080;
    border-radius: 30px;
    padding: 0 20px;
}
.fixed-form textarea {
    display: block;
    width: 100%;
    height: 120px;
    padding: 15px 20px;
    font-size: 12px;
    color: #808080;
    border-radius: 10px;
    resize: none;
}
.fixed-form button {
    font-size: 20px;
    color: #fff;
    background-color: #ff6a00;
    border-radius: 30px;
    width: 100%;
    height: 60px;
    margin-top: 30px;
    cursor: pointer;
    transition: all .3s ease;
}
@media screen and (min-width: 1025px) {
    .fixed-form button:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 30px rgba(255, 106, 0, 0.3);
    }
}

.fixed-right {
    position: fixed;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    display: none;
}
.fixed-right .block {
    padding: 6px;
    background-color: #fff;
    border-radius: 60px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.fixed-right .box {
    width: 48px;
    height: 48px;
    position: relative;
    margin-bottom: 11px;
}
.fixed-right .box:after {
    content: '';
    width: 16px;
    height: 1px;
    background-color: #e6e6e6;
    position: absolute;
    bottom: -6px;
    left: 50%;
    margin-left: -8px;
}
.fixed-right .box a {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 18px;
    transition: all .3s ease;
}
.fixed-right .box .hide {
    position: absolute;
    right: 100%;
    top: 50%;
    padding-right: 26px;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}
.fixed-right .box .hide.pic {
    transform: none;
    top: auto;
    bottom: 0;
}
.fixed-right .box .h {
    position: relative;
    width: 240px;
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.fixed-right .box .h:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #fff;
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -10px;
}
.fixed-right .box .h h3 {
    font-size: 14px;
    color: #ff6a00;
}
.fixed-right .box .h p {
    font-size: 12px;
    line-height: 20px;
    color: #2c2c2c;
    margin-top: 10px;
}
.fixed-right .box .ewm-box {
    position: relative;
    width: 160px;
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.fixed-right .box .ewm-box:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #fff;
    position: absolute;
    left: 100%;
    bottom: 14px;
}
.fixed-right .box .ewm-box img {
    display: block;
    width: 100%;
}
.fixed-right .box .ewm-box p {
    font-size: 14px;
    color: #ff6a00;
    text-align: center;
    margin-top: 10px;
}
.fixed-right .box.obtain a {
    background-image: url("../images/fixed-1.svg");
}
@media screen and (min-width: 1025px) {
    .fixed-right .box.obtain:hover a {
        background-image: url("../images/fixed-1-on.svg");
    }
}
.fixed-right .box.tel a {
    background-image: url("../images/fixed-2.svg");
}
@media screen and (min-width: 1025px) {
    .fixed-right .box.tel:hover a {
        background-image: url("../images/fixed-2-on.svg");
    }
}
.fixed-right .box.form a {
    background-image: url("../images/fixed-3.svg");
}
@media screen and (min-width: 1025px) {
    .fixed-right .box.form:hover a {
        background-image: url("../images/fixed-3-on.svg");
    }
}
.fixed-right .box.ewm {
    margin-bottom: 0;
}
.fixed-right .box.ewm:after {
    display: none;
}
.fixed-right .box.ewm a {
    background-image: url("../images/fixed-4.svg");
}
@media screen and (min-width: 1025px) {
    .fixed-right .box.ewm:hover a {
        background-image: url("../images/fixed-4-on.svg");
    }
}
@media screen and (min-width: 1025px) {
    .fixed-right .box:hover a {
        background-color: #ff6a00;
    }
    .fixed-right .box:hover .hide {
        opacity: 1;
        visibility: visible;
    }
}
.fixed-right .totop {
    width: 60px;
    height: 60px;
    margin-top: 10px;
    border-radius: 50%;
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/top.svg");
    background-size: auto 12px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.fixed-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    display: none;
}
.fixed-bottom .flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2rem 5vw;
    background-color: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}
.fixed-bottom a.link {
    text-align: center;
}
.fixed-bottom a.link i {
    display: block;
    margin: 0 auto;
    width: 20px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.fixed-bottom a.link span {
    display: block;
    font-size: 14px;
    color: #333;
    margin-top: 10px;
}
.fixed-bottom a.obtain i {
    background-image: url("../images/fixed-1.svg");
}
.fixed-bottom a.tel i {
    background-image: url("../images/fixed-2.svg");
}
.fixed-bottom a.form {
    width: 160px;
    background-color: #ff6a00;
    text-align: center;
    font-size: 14px;
    line-height: 40px;
    border-radius: 24px;
    color: #fff;
}

@media screen and (max-width: 1600px) {
    .header .logo span {
        font-size: 20px;
    }

    .header ul li a,
    .header a.tel {
        font-size: 16px;
    }

    .header.bg ul li a,
    .header.bg a.tel {
        font-size: 14px;
    }

    .fixed-form .close {
        top: 28px;
    }

    .fixed-form .main {
        width: 560px;
    }

    .fixed-form h3 {
        font-size: 28px;
        line-height: 40px;
    }

    .fixed-form .box span {
        font-size: 18px;
    }

    .fixed-form input {
        height: 50px;
    }

    .fixed-form textarea {
        height: 100px;
    }

    .fixed-form .scroll {
        height: 470px;
    }

    .fixed-form button {
        height: 50px;
        font-size: 18px;
    }

    .fixed-form .tips-tit {
        font-size: 20px;
        margin-top: 40px;
    }

    .fixed-form .tip {
        padding-left: 40px;
        padding-bottom: 20px;
    }

    .fixed-form .tip span {
        width: 24px;
        line-height: 22px;
        font-size: 14px;
    }

    .fixed-form .tip h4 {
        font-size: 16px;
        line-height: 24px;
    }

    .fixed-form .tip p {
        font-size: 14px;
        line-height: 24px;
    }
}
@media screen and (max-width: 1440px) {
    .fixed-form .main {
        width: 480px;
    }

    .fixed-form h3 {
        font-size: 24px;
        padding: 15px 30px;
    }

    .fixed-form .close {
        top: 23px;
    }

    .fixed-form form {
        padding: 30px 50px 30px 30px;
    }

    .fixed-form .scroll {
        margin-right: -30px;
        padding-right: 30px;
        height: 376px;
    }

    .fixed-form .box {
        margin-top: 20px;
    }

    .fixed-form .box span {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .fixed-form input {
        height: 40px;
    }

    .fixed-form textarea {
        height: 80px;
    }

    .fixed-form button {
        font-size: 16px;
        margin-top: 20px;
    }

    .fixed-form .tips-tit {
        font-size: 18px;
    }
}
@media screen and (max-width: 1366px) {
    .footer .box a {
        font-size: 12px;
    }

    .footer .box {
        margin-right: 3rem;
    }
}
@media screen and (max-width: 1024px) {
    body {
        padding-top: 60px;
        padding-bottom: 78px;
    }

    .header {
        height: 60px;
        padding: 0 5vw;
        background-color: rgba(255, 255, 255, 0.7);
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
    }
    .header .logo img {
        height: 53px;
    }
    .header .logo img.show {
        opacity: 0;
    }
    .header .logo img.hide {
        opacity: 1;
    }

    .header .ope {
        display: none;
    }

    .header .logo span {
        display: none;
    }

    .menu-btn {
        top: 23px;
        right: 5vw;
        display: block;
    }

    .fixed-nav {
        display: block;
    }

    .fixed-nav .nav {
        padding: 0 5vw;
    }

    .fixed-nav .nav li a {
        font-size: 3.75rem;
    }

    .fixed-nav .link {
        left: 10vw;
        bottom: 10vw;
    }

    .fixed-bottom {
        display: block;
    }
}
@media screen and (max-width: 768px) {
    .footer {
        padding: 0 5vw;
    }

    .footer .top-block {
        padding: 30px 0;
    }

    .footer .top-block .tel {
        display: none;
    }

    .footer .top-block p {
        margin-top: 0;
    }

    .footer .boxes {
        display: none;
    }

    .footer .bot-block {
        padding: 20px 0;
        display: block;
    }

    .footer .bot-block p,
    .footer .bot-block a {
        color: #181818;
    }

    .footer .n-info {
        width: 100%;
    }

    .fixed-center .main {
        width: 90%;
    }

    .fixed-center button {
        width: 100px;
        font-size: 16px;
    }

    .fixed-center input {
        width: calc(100% - 100px);
    }

    .fixed-form .main {
        width: 90%;
    }

    .fixed-form h3 {
        font-size: 20px;
    }

    .fixed-form .box {
        margin-top: 15px;
    }

    .fixed-form .box span {
        font-size: 14px;
    }

    .fixed-form .scroll {
        height: 353px;
        margin-right: -20px;
        padding-right: 20px;
    }

    .fixed-form form {
        padding: 20px 40px 20px 20px;
    }
}
/* new contact 20230220 */
@keyframes animate-cloud {
    from {
        background-position: 1920px 100%;
    }
    to {
        background-position: 0 100%;
    }
}
.n-contact-s1 {
    height: 100vh;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/contact/n-5-1.jpg");
}
.n-contact-s1 .circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120vh;
    overflow: hidden;
}
.n-contact-s1 .bg {
    position: absolute;
    bottom: 20vh;
    left: 0;
    width: 100%;
    z-index: 2;
}
.n-contact-s1 .bg img {
    display: block;
    width: 62.5vw;
    margin: 0 auto;
}
.n-contact-s1 .img-1 {
    width: 9.375rem;
    position: absolute;
    left: -1.5vw;
    top: 7.8125vw;
    z-index: 3;
}
.n-contact-s1 .img-2 {
    width: 5.625rem;
    position: absolute;
    left: 3.125vw;
    top: 64.8vh;
    z-index: 3;
}
.n-contact-s1 .img-3 {
    width: 20rem;
    position: absolute;
    left: 14vw;
    top: 31.5vh;
    z-index: 1;
}
.n-contact-s1 .img-4 {
    width: 15rem;
    position: absolute;
    right: -2.4vw;
    top: 31.5vh;
    z-index: 3;
}
.n-contact-s1 .img-5 {
    width: 12.5rem;
    position: absolute;
    right: 11.458vw;
    top: 64.8vh;
    z-index: 1;
}
.n-contact-s1 .img-6 {
    width: 11.25rem;
    position: absolute;
    right: 4.6875vw;
    top: 92vh;
    z-index: 3;
}
.n-contact-s1 .img-7 {
    width: 11.25rem;
    position: absolute;
    left: 22vw;
    top: 27vh;
    z-index: 3;
}
.n-contact-s1 .img-8 {
    width: 12.5rem;
    position: absolute;
    left: 13.5vw;
    top: 87vh;
    z-index: 3;
}
.n-contact-s1 .img-9 {
    width: 8.125rem;
    position: absolute;
    right: 15vw;
    top: 80vh;
    z-index: 3;
}
.n-contact-s1 .txt-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 7.5rem;
    z-index: 5;
}
.n-contact-s1 .txt-box span {
    display: block;
    font-size: 12.5rem;
    color: #fff;
    font-family: 'PingFang-SC-Bold';
}
.n-contact-s1 .txt-box p {
    font-size: 5rem;
    color: #fff;
    margin-top: 2.5rem;
}
.n-contact-s1 .txt-box a {
    display: block;
    margin: 7.5rem auto 0;
    width: 150px;
    line-height: 44px;
    font-size: 1.125rem;
    color: #fff;
    text-align: center;
    border: 2px solid #ffffff;
    transition: all .3s ease;
}
@media screen and (min-width: 1025px) {
    .n-contact-s1 .txt-box a:hover {
        border-color: #ff6a00;
        transform: translateY(-5px);
        background-color: #ff6a00;
        box-shadow: 0 10px 30px rgba(255, 106, 0, 0.3);
    }
}

.n-contact-s2 {
    padding: 9.375vw 9.375vw 0;
    overflow: hidden;
}
.n-contact-s2 .label {
    font-size: 3.75rem;
    color: #181818;
}
.n-contact-s2 .cont {
    margin-top: 3.125vw;
    position: relative;
}
.n-contact-s2 .left-box {
    width: 51.875vw;
}
.n-contact-s2 .left-box .cloud {
    width: 100%;
    height: 568px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -284px;
    background: url("../images/contact/n-4.png") repeat-x left center;
    background-size: auto 100%;
    -webkit-animation: animate-cloud 60s linear infinite;
    animation: animate-cloud 60s linear infinite;
    opacity: 0.4;
    z-index: 1;
}
.n-contact-s2 .left-box .img-box {
    position: relative;
}
.n-contact-s2 .left-box .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transform: translateY(3.125vw);
    transition: all .3s ease;
}
.n-contact-s2 .left-box .img img {
    display: block;
    width: 100%;
}
.n-contact-s2 .left-box .img:nth-of-type(1) {
    position: relative;
}
.n-contact-s2 .left-box .img.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: all 1s ease;
}
.n-contact-s2 .right-box {
    width: 50%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}
.n-contact-s2 .right-box .item {
    margin-top: 3.125vw;
    cursor: pointer;
}
.n-contact-s2 .right-box .item span {
    display: inline-block;
    position: relative;
    font-size: 1.5rem;
    line-height: 2rem;
    padding-bottom: 4px;
    color: #181818;
    transition: color .3s ease;
}
.n-contact-s2 .right-box .item span:after {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.n-contact-s2 .right-box .item span:after {
    background-color: #ff6a00;
    transform: scaleX(0);
}
.n-contact-s2 .right-box .item p {
    font-size: 1.125rem;
    color: #808080;
    line-height: 1.5;
    margin-top: 1rem;
}
.n-contact-s2 .right-box .item:nth-of-type(1) {
    margin-top: 0;
}
.n-contact-s2 .right-box .item.active span:after {
    transform: scaleX(1);
    transition: transform .3s ease;
}

.n-contact-s3 {
    position: relative;
    padding: 9.375vw;
    font-size: 0;
    background-color: #f7f7f7;
}
.n-contact-s3 .left-box {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding-right: 3.125vw;
}
.n-contact-s3 .left-box h3 {
    font-size: 3.75rem;
    color: #000;
}
.n-contact-s3 .left-box p {
    margin: 3.5vw 0 2vw;
    font-size: 1.5rem;
    color: #000;
    letter-spacing: 2px;
}
.n-contact-s3 .left-box a {
    display: inline-block;
    font-size: 1.5rem;
    color: #000;
    font-family: 'bahnschrift';
    text-decoration: underline;
}
.n-contact-s3 .right-box {
    display: inline-block;
    vertical-align: top;
    width: 50%;
}
.n-contact-s3 .right-box .box {
    margin-top: 1.5rem;
}
.n-contact-s3 .right-box .box:nth-of-type(1) {
    margin-top: 0;
}
.n-contact-s3 .right-box input {
    display: block;
    width: 100%;
    height: 5.625rem;
    background-color: #fff;
    font-size: 1.25rem;
    color: #808080;
    padding: 0 1.875rem;
    transition: all .3s ease;
}
.n-contact-s3 .right-box textarea {
    display: block;
    width: 100%;
    height: 15rem;
    font-size: 1.25rem;
    color: #808080;
    padding: 1.25rem 1.875rem;
    background-color: #fff;
    transition: all .3s ease;
}
.n-contact-s3 .right-box input:focus, .n-contact-s3 .right-box textarea:focus {
    background-color: rgba(0, 0, 0, 0.1);
}
.n-contact-s3 .right-box button {
    display: block;
    width: 100%;
    height: 5.625rem;
    background-color: #000;
    font-size: 2rem;
    color: #fff;
    cursor: pointer;
}

@media screen and (max-width: 1024px) {
    .n-contact-s3 .bg-box {
        opacity: 1;
    }

    .n-contact-s1 {
        background-image: url("../images/contact/n-7.jpg");
    }

    .n-contact-s1 .circle {
        display: none;
    }

    .n-contact-s1 .txt-box {
        padding-top: 0;
    }

    .n-contact-s2 .right-box .item span {
        font-size: 14px;
    }
}
@media screen and (max-width: 768px) {
    .n-contact-s3 {
        padding: 40px 5vw;
    }

    .n-contact-s3 .left-box {
        width: 100%;
    }

    .n-contact-s3 .left-box h3 {
        font-size: 2.5rem;
    }

    .n-contact-s3 .left-box p {
        margin: 20px 0 10px;
    }

    .n-contact-s3 .right-box {
        width: 100%;
        margin-top: 20px;
    }

    .n-contact-s3 .right-box .box {
        margin-top: 20px;
    }

    .cn-ontact-s3 .bg-box {
        background-attachment: inherit;
    }

    .n-contact-s1 .txt-box span {
        font-size: 6rem;
    }

    .n-contact-s1 .txt-box p {
        font-size: 3.6rem;
    }

    .n-contact-s1 .txt-box a {
        margin-top: 4rem;
        width: 120px;
        line-height: 36px;
    }

    .n-contact-s2 {
        padding: 40px 5%;
    }

    .n-contact-s2 .label {
        font-size: 20px;
    }

    .n-contact-s2 .cont {
        margin-top: 20px;
    }

    .n-contact-s2 .left-box {
        width: 100%;
        position: absolute;
        top: 0;
        left: 20%;
        opacity: 0.2;
    }

    .n-contact-s2 .right-box {
        width: 100%;
        position: static;
        transform: none;
    }

    .n-contact-s2 .right-box .item {
        margin-top: 20px;
    }

    .n-contact-s2 .right-box .item p {
        margin-top: 5px;
    }
}
/* news */
.news-list-s1 {
    position: relative;
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/news/img-1.jpg");
    background-attachment: fixed;
}
.news-list-s1 .txt-box {
    position: absolute;
    bottom: 9.375vw;
    left: 0;
    width: 100%;
    padding: 0 9.375vw;
    font-size: 3rem;
    line-height: 1.25;
    color: #fff;
    height: 11.25rem;
}
.news-list-s1 .typed-cursor {
    display: none;
}

.news-list-s2 {
    padding: 3.125vw;
}
.news-list-s2 .items {
    display: flex;
    flex-wrap: wrap;
}
.news-list-s2 .item {
    position: relative;
    background-color: #f7f7f7;
    margin-top: 1.5rem;
    text-align: center;
}
.news-list-s2 .item:nth-of-type(1) {
    margin-top: 0;
}
.news-list-s2 .item .img-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.news-list-s2 .item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news-list-s2 .item .txt-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    transition: all .3s ease;
}
.news-list-s2 .item h3 {
    color: #181818;
    transition: color .3s ease;
}
.news-list-s2 .item p {
    color: #808080;
    margin-top: 5px;
    transition: color .3s ease;
}
@media screen and (min-width: 1025px) {
    .news-list-s2 .item:hover .txt-box {
        background-color: rgba(255, 106, 0, 0.95);
        box-shadow: 0 1.25rem 2.5rem rgba(255, 106, 0, 0.3);
    }
    .news-list-s2 .item:hover h3, .news-list-s2 .item:hover p {
        color: #fff;
    }
}
@media screen and (min-width: 769px) {
    .news-list-s2 .item:nth-of-type(6n-5) {
        width: 100%;
        height: 33.33vw;
    }
    .news-list-s2 .item:nth-of-type(6n-5) h3 {
        font-size: 3.75rem;
    }
    .news-list-s2 .item:nth-of-type(6n-5) p {
        font-size: 3rem;
    }
    .news-list-s2 .item:nth-of-type(6n-4), .news-list-s2 .item:nth-of-type(6n-3), .news-list-s2 .item:nth-of-type(6n-2) {
        width: calc((100% - 3rem) / 3);
        height: 16.66vw;
    }
    .news-list-s2 .item:nth-of-type(6n-4) h3, .news-list-s2 .item:nth-of-type(6n-3) h3, .news-list-s2 .item:nth-of-type(6n-2) h3 {
        font-size: 2.25rem;
    }
    .news-list-s2 .item:nth-of-type(6n-4) p, .news-list-s2 .item:nth-of-type(6n-3) p, .news-list-s2 .item:nth-of-type(6n-2) p {
        font-size: 1.5rem;
    }
    .news-list-s2 .item:nth-of-type(6n-1), .news-list-s2 .item:nth-of-type(6n) {
        width: calc((100% - 1.5rem) / 2);
        height: 25vw;
    }
    .news-list-s2 .item:nth-of-type(6n-1) h3, .news-list-s2 .item:nth-of-type(6n) h3 {
        font-size: 3rem;
    }
    .news-list-s2 .item:nth-of-type(6n-1) p, .news-list-s2 .item:nth-of-type(6n) p {
        font-size: 2.25rem;
    }
    .news-list-s2 .item:nth-of-type(6n-3), .news-list-s2 .item:nth-of-type(6n-2), .news-list-s2 .item:nth-of-type(6n) {
        margin-left: 1.5rem;
    }
}

.news-detail-s1 {
    padding: 70px 9.375vw 0;
    border-bottom: 1px solid #e6e6e6;
}
.news-detail-s1 .main {
    max-width: 1200px;
    margin: 0 auto;
    padding: 6.25vw 0;
}
.news-detail-s1 .top-block {
    border-bottom: 1px solid #e6e6e6;
}
.news-detail-s1 .top-block h3 {
    font-size: 3rem;
    color: #181818;
}
.news-detail-s1 .share {
    font-size: 0;
    padding: 3.75rem 0;
}
.news-detail-s1 .share a {
    display: inline-block;
    vertical-align: top;
    width: 1.875rem;
    height: 1.5rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: all .3s ease;
}
.news-detail-s1 .share a.sina {
    background-image: url("../images/news/share-1.svg");
}
.news-detail-s1 .share a.sina:hover {
    background-image: url("../images/news/share-1-on.svg");
}
.news-detail-s1 .share a.wechat {
    margin-right: 2rem;
    background-image: url("../images/news/share-2.svg");
}
.news-detail-s1 .share a.wechat:hover {
    background-image: url("../images/news/share-2-on.svg");
}
.news-detail-s1 .mid-block {
    padding: 3.75rem 0;
    font-size: 1.25rem;
    color: #181818;
    line-height: 2;
}
.news-detail-s1 .mid-block img {
    max-width: 100%;
    height: auto !important;
    display: block;
    margin: 0 auto;
}
.news-detail-s1 .mid-block p {
    margin-top: 1rem;
}
.news-detail-s1 .mid-block p:nth-of-type(1) {
    margin-top: 0;
}
.news-detail-s1 .bot-block {
    position: relative;
}
.news-detail-s1 .bot-block:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: #ff6a00;
    position: absolute;
    z-index: 1;
}
.news-detail-s1 .bot-block a {
    display: block;
    line-height: 7.5rem;
    border: 4px solid #ff6a00;
    text-align: center;
    font-size: 2.25rem;
    color: #ff6a00;
    background-color: #fff;
    position: relative;
    z-index: 2;
    transition: all .3s ease;
}
.news-detail-s1 .bot-block a:before {
    content: '';
    width: 3rem;
    height: 2.5rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/news/icon-1.svg");
    display: inline-block;
    vertical-align: middle;
    margin: -2px 2rem 0 0;
}
@media screen and (min-width: 1025px) {
    .news-detail-s1 .bot-block a:hover {
        transform: translate(-10px, -10px);
    }
}

@media screen and (max-width: 1366px) {
    .news-detail-s1 .mid-block {
        font-size: 14px;
    }
}
@media screen and (max-width: 1024px) {
    .news-list-s1 {
        height: 56vw;
    }
}
@media screen and (max-width: 768px) {
    .news-list-s1 .txt-box {
        padding: 0 20px;
        bottom: 40px;
        height: 12.5rem;
        font-size: 2.5rem;
    }

    .news-list-s1 {
        height: 80vw;
        background-attachment: inherit;
    }

    .news-list-s2 {
        padding: 20px;
    }

    .news-list-s2 .item {
        width: 100%;
        height: 24rem;
    }

    .news-list-s2 .item h3 {
        font-size: 2.5rem;
    }

    .news-list-s2 .item p {
        font-size: 1.875rem;
    }

    .news-detail-s1 {
        padding: 40px 5vw;
    }

    .news-detail-s1 .main {
        padding: 0;
    }

    .news-detail-s1 .top-block h3 {
        font-size: 2.5rem;
    }

    .news-detail-s1 .share {
        padding: 2rem 0;
    }

    .news-detail-s1 .mid-block {
        padding: 20px 0;
    }

    .news-detail-s1 .bot-block a {
        border-width: 2px;
        font-size: 2rem;
    }
}
/* news end */
/* case detail v2 */
/*Plugin CSS*/
.str_wrap {
    overflow: hidden;
    width: 100%;
    position: relative;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.str_move {
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 0;
}

.str_move_clone {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    left: 100%;
    top: 0;
}

.str_vertical .str_move_clone {
    left: 0;
    top: 100%;
}

.str_down .str_move_clone {
    left: 0;
    bottom: 100%;
}

.str_vertical .str_move,
.str_down .str_move {
    white-space: normal;
    width: 100%;
}

.str_static .str_move,
.no_drag .str_move,
.noStop .str_move {
    cursor: inherit;
}

.str_wrap img {
    max-width: none !important;
}

@keyframes o-ani-ball1 {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    33.33% {
        transform: translate(-30%, 33.33%) rotate(120deg);
    }
    66.66% {
        transform: translate(0, 66.66%) rotate(240deg);
    }
    100% {
        transform: translate(0, 0) rotate(360deg);
    }
}
@keyframes o-ani-ball2 {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    33.33% {
        transform: translate(-25%, -10%) rotate(120deg);
    }
    66.66% {
        transform: translate(-50%, 0) rotate(240deg);
    }
    100% {
        transform: translate(0, 0) rotate(360deg);
    }
}
@keyframes o-ani-ball3 {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    33.33% {
        transform: translate(20%, -10%) rotate(120deg);
    }
    66.66% {
        transform: translate(0, -20%) rotate(240deg);
    }
    100% {
        transform: translate(0, 0) rotate(360deg);
    }
}
.case-v2 .mac-head {
    height: 1.875rem;
    background-color: #fff;
    border-radius: 0.625rem 0.625rem 0 0;
    position: relative;
}
.case-v2 .mac-head:before {
    content: '';
    width: 2.25rem;
    height: 1.875rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../v2/icon-2.png");
    position: absolute;
    top: 0;
    left: 1.875rem;
}

.case-v2-s1 {
    padding: 0 2.4vw 0 12.5vw;
    position: relative;
    overflow: hidden;
}
.case-v2-s1 .circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.case-v2-s1 .circle span:nth-of-type(1) {
    width: 50vw;
    height: 50vw;
    position: absolute;
    top: -20vw;
    left: -20vw;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    animation: o-ani-ball1 50s linear infinite;
}
.case-v2-s1 .cont {
    height: 100vh;
    position: relative;
    z-index: 2;
}
.case-v2-s1 .flex {
    display: flex;
    align-items: center;
}
.case-v2-s1 .left-box {
    width: 40%;
    padding-right: 3.75rem;
    color: #fff;
}
.case-v2-s1 h3 {
    font-size: 3rem;
    color: #fff;
}
.case-v2-s1 h4 {
    font-size: 2rem;
    margin-top: 2.5rem;
}
.case-v2-s1 .para {
    font-size: 1rem;
    line-height: 2;
    margin-top: 1rem;
}
.case-v2-s1 .btn {
    font-size: 0;
    margin-top: 3.125rem;
}
.case-v2-s1 a {
    display: inline-block;
    vertical-align: top;
    font-size: 1rem;
    line-height: 2.625rem;
    color: #fff;
    padding: 0 2rem;
    border: 2px solid #fff;
    transition: all .3s ease;
}
.case-v2-s1 a:nth-of-type(2) {
    margin-left: 1.5rem;
}
@media screen and (min-width: 1025px) {
    .case-v2-s1 a:hover {
        border-color: #ff6a00;
        background-color: #ff6a00;
        transform: translateY(-5px);
    }
}
.case-v2-s1 .right-box {
    width: 60%;
    position: relative;
}
.case-v2-s1 .video {
    padding: 0.625rem;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 0.5rem;
}
.case-v2-s1 .video:after {
    content: '';
    width: 12.5vw;
    height: 8vw;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
}
.case-v2-s1 video {
    display: block;
    width: 100%;
}

.case-v2-s2 {
    padding: 0 12.5vw;
    background-color: rgba(255, 255, 255, 0.95);
    margin-top: -3.75rem;
    font-size: 0;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
}
.case-v2-s2 .cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.case-v2-s2 h3 {
    font-size: 1.5rem;
    color: #181818;
    line-height: 3.75rem;
}
.case-v2-s2 .link {
    display: inline-block;
    vertical-align: middle;
}
.case-v2-s2 .link a {
    display: inline-block;
    vertical-align: top;
    font-size: 1rem;
    color: #808080;
    margin-left: 2rem;
}
.case-v2-s2 .link a:nth-of-type(1) {
    margin-left: 0;
}
.case-v2-s2 a.consult {
    display: inline-block;
    vertical-align: middle;
    width: 7.5rem;
    line-height: 2.25rem;
    text-align: center;
    font-size: 1rem;
    color: #fff;
    background-color: #ff6a00;
    margin-left: 7.5rem;
}

.case-v2-s3 {
    padding: 5vw 12.5vw;
    font-size: 0;
}
.case-v2-s3 .items:nth-of-type(2) {
    margin-top: 5vw;
}
.case-v2-s3 .item {
    width: 15vw;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}
.case-v2-s3 .item i {
    display: block;
    width: 3.4375rem;
    height: 3.4375rem;
    margin: 0 auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.case-v2-s3 .item h3 {
    font-size: 1rem;
    margin-top: 1.25rem;
}

.case-v2-s4 {
    background-color: #f8f9fc;
    position: relative;
    padding: 5vw 12.5vw;
    overflow: hidden;
}
.case-v2-s4 .circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.case-v2-s4 .circle span:nth-of-type(1) {
    width: 50vw;
    height: 50vw;
    position: absolute;
    top: 10%;
    right: 5%;
    border-radius: 50%;
    background-color: #fff;
    animation: o-ani-ball1 50s linear infinite;
}
.case-v2-s4 .cont {
    position: relative;
    z-index: 2;
}
.case-v2-s4 .items {
    display: flex;
    flex-wrap: wrap;
}
.case-v2-s4 .item {
    width: calc((100% - 7.5rem) / 2);
    margin-top: 2.5rem;
}
.case-v2-s4 .item h3 {
    font-size: 1.5rem;
    color: #181818;
    position: relative;
    padding-left: 1.125rem;
}
.case-v2-s4 .item h3:before {
    content: '';
    width: 4px;
    height: 1.5rem;
    background-color: #0067ed;
    position: absolute;
    left: 0;
    top: 0.15rem;
}
.case-v2-s4 .item p {
    font-size: 1rem;
    line-height: 2;
    color: #333;
    margin-top: 1rem;
}
@media screen and (min-width: 769px) {
    .case-v2-s4 .item:nth-of-type(1), .case-v2-s4 .item:nth-of-type(2) {
        margin-top: 0;
    }
    .case-v2-s4 .item:nth-of-type(even) {
        margin-left: 7.5rem;
    }
}

.case-v2-s5 {
    background-color: #0067ed;
    padding: 6.25vw 3.125vw 6.25vw 12.5vw;
    position: relative;
    overflow: hidden;
}
.case-v2-s5 .circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.case-v2-s5 .circle span:nth-of-type(1) {
    position: absolute;
    top: 10%;
    left: -10%;
    border-radius: 50%;
    width: 25vw;
    height: 25vw;
    background-color: rgba(255, 255, 255, 0.1);
    animation: o-ani-ball1 50s linear infinite;
}
.case-v2-s5 .circle span:nth-of-type(2) {
    position: absolute;
    top: 50%;
    left: 20%;
    border-radius: 50%;
    width: 25vw;
    height: 25vw;
    background-color: rgba(255, 255, 255, 0.1);
    animation: o-ani-ball3 50s linear infinite;
}
.case-v2-s5 .cont {
    position: relative;
    z-index: 2;
}
.case-v2-s5 .flex {
    display: flex;
    align-items: center;
}
.case-v2-s5 .left-box {
    width: calc(100% - 50vw);
    padding-right: 6.25rem;
}
.case-v2-s5 h4 {
    font-size: 1.5rem;
    color: #fff;
}
.case-v2-s5 h3 {
    font-size: 3.75rem;
    color: #fff;
    margin-top: 1.25rem;
}
.case-v2-s5 .para {
    font-size: 1.125rem;
    line-height: 2rem;
    color: #fff;
    margin-top: 1.25rem;
}
.case-v2-s5 .img-box {
    margin-top: 7.5rem;
    width: 88%;
}
.case-v2-s5 .img-box img, .case-v2-s5 .img-box video {
    display: block;
    width: 100%;
}
.case-v2-s5 .right-box {
    width: 50vw;
}
.case-v2-s5 .mac-img {
    position: relative;
}
.case-v2-s5 .mac-img img {
    display: block;
    width: 50vw;
}
.case-v2-s5 .hide-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 2;
    transition: all .3s ease;
}
.case-v2-s5 .hide-img.ani {
    width: 50%;
}
.case-v2-s5 .divider-bar {
    width: 4px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 100%;
    margin-left: -2px;
    z-index: 3;
    transition: all .3s ease;
}
.case-v2-s5 .divider-bar:before {
    content: '';
    width: 3.75rem;
    height: 3.75rem;
    margin: -1.875rem 0 0 -1.875rem;
    position: absolute;
    top: 50%;
    left: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../v2/icon-3.png");
    cursor: pointer;
}
.case-v2-s5 .divider-bar.ani {
    left: 50%;
}

.case-v2-s6 {
    position: relative;
    padding: 0 12.5vw;
    background-color: #f8f9fc;
    background-image: url("../v2/img-12.png");
    background-size: auto 100%;
    background-position: 92% 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.case-v2-s6 .line {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 150vh;
    pointer-events: none;
}
.case-v2-s6 .line span {
    display: block;
    height: 100%;
}
.case-v2-s6 .cont {
    position: relative;
    z-index: 2;
}
.case-v2-s6 .flex {
    display: flex;
    align-items: flex-start;
    height: 250vh;
}
.case-v2-s6 .left-box {
    width: 50%;
    position: sticky;
    top: 0;
}
.case-v2-s6 .swiper {
    margin-left: -12.5vw;
    padding: 3.75rem;
    position: relative;
}
.case-v2-s6 .item {
    height: calc(100vh - 7.5rem);
    overflow: hidden;
}
.case-v2-s6 .item img {
    display: block;
    width: 100%;
}
.case-v2-s6 .pagination {
    position: absolute;
    bottom: 7.5rem;
    left: 0;
    right: 0;
    z-index: 2;
    text-align: center;
    cursor: pointer;
}
.case-v2-s6 .pagination span {
    display: inline-block;
    vertical-align: top;
    width: 6px;
    height: 6px;
    background-color: #ff6a00;
    border-radius: 50%;
    margin-left: 5px;
    opacity: 0.3;
}
.case-v2-s6 .pagination span:nth-of-type(1) {
    margin-left: 0;
}
.case-v2-s6 .pagination span.active {
    opacity: 1;
}
.case-v2-s6 .right-box {
    position: sticky;
    top: 0;
    width: 50%;
    height: 100vh;
    overflow: hidden;
}
.case-v2-s6 .trans {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: transform .5s ease;
}
.case-v2-s6 .trans.ani {
    transform: translateY(-100%);
}
.case-v2-s6 .block {
    height: 100vh;
}
.case-v2-s6 h4 {
    font-size: 1.5rem;
    color: #333;
}
.case-v2-s6 h3 {
    font-size: 3.75rem;
    color: #333;
    margin-top: 1.25rem;
}
.case-v2-s6 .para {
    font-size: 1.125rem;
    line-height: 2rem;
    color: #333;
    margin-top: 1.25rem;
}
.case-v2-s6 .color, .case-v2-s6 .font {
    font-size: 0;
    margin-top: 3.75rem;
}
.case-v2-s6 .color-s {
    display: inline-block;
    vertical-align: top;
    width: 11.25rem;
}
.case-v2-s6 .color-s:nth-of-type(2) {
    margin-left: 1.875rem;
}
.case-v2-s6 .color-s i {
    display: block;
    line-height: 11.25rem;
    text-align: center;
    border-radius: 0.625rem;
    font-size: 1.5rem;
    color: #fff;
    text-align: center;
    font-style: normal;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.3);
}
.case-v2-s6 .color-s span {
    display: block;
    text-align: center;
    font-size: 1.5rem;
    margin-top: 30px;
}
.case-v2-s6 .font-s {
    display: inline-block;
    vertical-align: top;
    width: 48%;
    padding: 0 2.5rem;
    border-left: 4px solid transparent;
}
.case-v2-s6 .font-s i {
    display: block;
    font-size: 1rem;
    color: #333;
    font-style: normal;
}
.case-v2-s6 .font-s span {
    display: block;
    font-size: 2.25rem;
    color: #333;
    margin-top: 1rem;
}

.case-v2-s7 {
    padding: 0 12.5vw 9.375vw;
}
.case-v2-s7 .cont {
    position: relative;
    z-index: 2;
}
.case-v2-s7 .flex {
    display: flex;
    align-items: flex-start;
}
.case-v2-s7 .left-box {
    width: 46%;
    height: 100vh;
    padding-right: 3.75rem;
    position: sticky;
    top: 0;
}
.case-v2-s7 h4 {
    font-size: 1.5rem;
    color: #333;
}
.case-v2-s7 h3 {
    font-size: 3.75rem;
    color: #333;
    margin-top: 1.25rem;
}
.case-v2-s7 .para {
    font-size: 1.125rem;
    line-height: 2rem;
    color: #333;
    margin-top: 1.25rem;
}
.case-v2-s7 .right-box {
    width: 54%;
}
.case-v2-s7 .items {
    display: flex;
    flex-wrap: wrap;
    margin-right: -12.5vw;
    padding-top: 50vh;
}
.case-v2-s7 .item {
    width: calc((100% - 3.75rem) / 2);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    margin-top: 3.75rem;
    transform: scale(0.9);
    opacity: 0;
}
.case-v2-s7 .item img {
    display: block;
    width: 100%;
}
.case-v2-s7 .item:nth-of-type(odd) {
    transform: translateY(-6.25vw);
    margin-right: 3.75rem;
}
.case-v2-s7 .item:nth-of-type(1), .case-v2-s7 .item:nth-of-type(2) {
    margin-top: 0;
}
.case-v2-s7 .video-box {
    height: 150vh;
    margin-top: -12.5vw;
    opacity: 0;
    transition: opacity .5s ease;
}
.case-v2-s7 .video-box.ani {
    opacity: 1;
}
.case-v2-s7 .video-box .sticky {
    height: 100vh;
    position: sticky;
    top: 0;
}
.case-v2-s7 .video {
    margin: 3.75rem auto 0;
    width: 90%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
.case-v2-s7 .video img, .case-v2-s7 .video video {
    display: block;
    width: 100%;
}

.case-v2-s8 {
    padding: 9.375vw 12.5vw;
    background-color: #00cb26;
    position: relative;
    overflow: hidden;
}
.case-v2-s8 .circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.case-v2-s8 .circle span:nth-of-type(1) {
    position: absolute;
    top: 10%;
    left: 10%;
    border-radius: 50%;
    width: 25vw;
    height: 25vw;
    background-color: rgba(0, 0, 0, 0.05);
    animation: o-ani-ball1 50s linear infinite;
}
.case-v2-s8 .circle span:nth-of-type(2) {
    position: absolute;
    top: 50%;
    right: 20%;
    border-radius: 50%;
    width: 25vw;
    height: 25vw;
    background-color: rgba(0, 0, 0, 0.05);
    animation: o-ani-ball3 50s linear infinite;
}
.case-v2-s8 .cont {
    position: relative;
    z-index: 2;
}
.case-v2-s8 .flex {
    display: flex;
    align-items: center;
}
.case-v2-s8 .img-box {
    width: 50%;
}
.case-v2-s8 .img-box img, .case-v2-s8 .img-box video {
    display: block;
    width: 100%;
}
.case-v2-s8 .txt-box {
    width: 50%;
    padding-left: 3.75rem;
}
.case-v2-s8 h4 {
    font-size: 1.5rem;
    color: #fff;
}
.case-v2-s8 h3 {
    font-size: 3.75rem;
    color: #fff;
    margin-top: 1.25rem;
}
.case-v2-s8 .para {
    font-size: 1.125rem;
    line-height: 2rem;
    color: #fff;
    margin-top: 1.25rem;
}

.case-v2-s9 {
    padding: 9.375vw 12.5vw;
    background-color: #f8f9fc;
    position: relative;
    overflow: hidden;
}
.case-v2-s9 .circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.case-v2-s9 .circle span:nth-of-type(1) {
    width: 50vw;
    height: 50vw;
    position: absolute;
    top: -10vw;
    left: -20vw;
    border-radius: 50%;
    background-color: #fff;
    animation: o-ani-ball1 50s linear infinite;
}
.case-v2-s9 .cont {
    position: relative;
    z-index: 2;
}
.case-v2-s9 .flex {
    display: flex;
    align-items: center;
}
.case-v2-s9 .img-box {
    width: 50%;
}
.case-v2-s9 .img-box img, .case-v2-s9 .img-box video {
    display: block;
    width: 100%;
}
.case-v2-s9 .txt-box {
    width: 50%;
    padding-right: 3.75rem;
}
.case-v2-s9 h4 {
    font-size: 1.5rem;
    color: #333;
}
.case-v2-s9 h3 {
    font-size: 3.75rem;
    color: #333;
    margin-top: 1.25rem;
}
.case-v2-s9 .para {
    font-size: 1.125rem;
    line-height: 2rem;
    color: #333;
    margin-top: 1.25rem;
}
.case-v2-s9 .device {
    width: 15.625rem;
    margin-top: 1.25rem;
}
.case-v2-s9 .device img {
    display: block;
    width: 100%;
}

.case-v2-s10 {
    padding: 9.375vw 12.5vw;
    background-color: #0067ed;
    background-image: url("../v2/img-9.png");
    background-size: auto 100%;
    background-position: 92% 0;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}
.case-v2-s10 .cont {
    position: relative;
    z-index: 2;
}
.case-v2-s10 .flex {
    display: flex;
    align-items: center;
}
.case-v2-s10 .img-box {
    width: 50%;
}
.case-v2-s10 .img-box img, .case-v2-s10 .img-box video {
    display: block;
    width: 100%;
}
.case-v2-s10 .txt-box {
    width: 50%;
    padding-left: 3.75rem;
}
.case-v2-s10 h4 {
    font-size: 1.5rem;
    color: #fff;
}
.case-v2-s10 h3 {
    font-size: 3.75rem;
    color: #fff;
    margin-top: 1.25rem;
}
.case-v2-s10 .para {
    font-size: 1.125rem;
    line-height: 2rem;
    color: #fff;
    margin-top: 1.25rem;
}

.case-v2-s11 {
    padding: 6.25vw 0 0;
}
.case-v2-s11 img, .case-v2-s11 video {
    display: block;
    width: 39.5%;
    margin: 0 auto;
}

.case-v2-s12 {
    padding: 6.25vw 12.5vw;
    background-color: #0067ed;
    position: relative;
    overflow: hidden;
}
.case-v2-s12 .circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.case-v2-s12 .circle span:nth-of-type(1) {
    width: 50vw;
    height: 50vw;
    position: absolute;
    top: -20vw;
    left: 20vw;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    animation: o-ani-ball1 50s linear infinite;
}
.case-v2-s12 .cont {
    position: relative;
    z-index: 2;
}
.case-v2-s12 .flex {
    display: flex;
    align-items: center;
}
.case-v2-s12 .left-box {
    width: 50%;
    padding-right: 3.75rem;
    position: relative;
    z-index: 2;
}
.case-v2-s12 h4 {
    font-size: 1.5rem;
    color: #fff;
}
.case-v2-s12 h3 {
    font-size: 3.75rem;
    color: #fff;
    margin-top: 1.25rem;
}
.case-v2-s12 .para {
    font-size: 1.125rem;
    line-height: 2rem;
    color: #fff;
    margin-top: 1.25rem;
}
.case-v2-s12 .btns {
    margin-top: 5rem;
    font-size: 0;
}
.case-v2-s12 .button {
    display: inline-block;
    vertical-align: top;
    width: 5rem;
    height: 5rem;
    position: relative;
    cursor: pointer;
}
.case-v2-s12 .button i {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff;
    background-image: url("../v2/icon-4.png");
    background-size: auto 1.5rem;
}
.case-v2-s12 .button svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    fill: none;
    stroke: #00cb26;
    stroke-width: 1.5px;
    stroke-dasharray: 76;
    stroke-dashoffset: 76;
    transform: rotate(-90deg) scale(1.04);
}
.case-v2-s12 .button.ani svg {
    stroke-dashoffset: 0;
    transition: all 5s linear;
}
.case-v2-s12 .button-prev i {
    transform: rotateY(180deg);
}
.case-v2-s12 .button-next {
    margin-left: 1.875rem;
}
.case-v2-s12 .right-box {
    width: 50%;
}
.case-v2-s12 .items {
    margin-right: -12.5vw;
}
.case-v2-s12 .item {
    width: 33.33vw;
    margin-right: 3.75rem;
    transition: all .3s ease;
}
.case-v2-s12 .item img {
    display: block;
    width: 100%;
}

.case-v2-s13 {
    height: 250vh;
    margin-bottom: -100vh;
    background-color: #f8f9fc;
    background-image: url("../v2/img-12.png");
    background-size: auto 100%;
    background-position: 92% 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    z-index: 1;
}
.case-v2-s13 .mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0;
    z-index: 3;
    pointer-events: none;
}
.case-v2-s13 .cont {
    position: sticky;
    top: 0;
    height: 100vh;
    padding: 0 12.5vw;
    z-index: 2;
}
.case-v2-s13 .flex {
    display: flex;
    align-items: center;
}
.case-v2-s13 .img-box {
    width: 50%;
}
.case-v2-s13 .img-box img, .case-v2-s13 .img-box video {
    display: block;
    width: 100%;
}
.case-v2-s13 .txt-box {
    width: 50%;
    padding-left: 3.75rem;
}
.case-v2-s13 h3 {
    font-size: 3.75rem;
    color: #333;
}
.case-v2-s13 .para {
    font-size: 1.125rem;
    line-height: 2rem;
    color: #333;
    margin-top: 1.25rem;
}
.case-v2-s13 a {
    display: inline-block;
    vertical-align: top;
    margin-top: 1.875rem;
    font-size: 1rem;
    line-height: 2.625rem;
    color: #fff;
    padding: 0 3.75rem;
    background-color: #ff6a00;
    border: 2px solid #ff6a00;
    transition: all .3s ease;
}
@media screen and (min-width: 1025px) {
    .case-v2-s13 a:hover {
        transform: translateY(-5px);
    }
}

.case-v2-s14 {
    min-height: 100vw;
    padding: 4.5vw 12.5vw 0;
    background-color: #fff;
    position: relative;
    z-index: 2;
}
.case-v2-s14 .cont {
    position: relative;
    z-index: 2;
}
.case-v2-s14 .flex {
    display: flex;
    align-items: flex-start;
}
.case-v2-s14 .img-box {
    width: 55%;
    transform: translateX(5%);
}
.case-v2-s14 .img-box img, .case-v2-s14 .img-box video {
    display: block;
    width: 100%;
}
.case-v2-s14 .txt-box {
    width: 45%;
    padding-top: 6.25vw;
}
.case-v2-s14 h3 {
    font-size: 3.75rem;
    color: #333;
}
.case-v2-s14 a {
    display: inline-block;
    vertical-align: top;
    margin-top: 7.5rem;
    font-size: 1rem;
    line-height: 2.625rem;
    color: #fff;
    padding: 0 3.75rem;
    background-color: #ff6a00;
    border: 2px solid #ff6a00;
    transition: all .3s ease;
}
@media screen and (min-width: 1025px) {
    .case-v2-s14 a:hover {
        transform: translateY(-5px);
    }
}

.case-v2-s15 {
    position: relative;
    z-index: 2;
    overflow: hidden;
    margin-top: -60vw;
    padding-bottom: 8vw;
}
.case-v2-s15 .block {
    white-space: nowrap;
}
.case-v2-s15 .block:nth-of-type(2) {
    margin-top: 2.5rem;
}
.case-v2-s15 .items {
    display: inline-block;
    padding: 0 0.625rem;
}
.case-v2-s15 .item {
    display: inline-block;
    vertical-align: top;
    width: 26vw;
    margin: 0 0.625rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.case-v2-s15 .item img {
    display: block;
    width: 100%;
}

.case-v2-s16 {
    padding: 6.25vw 12.5vw;
    background-color: #f8f9fc;
    position: relative;
    overflow: hidden;
    z-index: 2;
}
.case-v2-s16 .circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.case-v2-s16 .circle span:nth-of-type(1) {
    position: absolute;
    top: 10%;
    left: 30%;
    border-radius: 50%;
    width: 37.5vw;
    height: 37.5vw;
    background-color: #fff;
    animation: o-ani-ball1 50s linear infinite;
}
.case-v2-s16 .circle span:nth-of-type(2) {
    position: absolute;
    top: 50%;
    left: -20%;
    border-radius: 50%;
    width: 31.25vw;
    height: 31.25vw;
    background-color: #fff;
    animation: o-ani-ball3 50s linear infinite;
}
.case-v2-s16 .circle span:nth-of-type(3) {
    position: absolute;
    top: 30%;
    right: -10%;
    border-radius: 50%;
    width: 18.75vw;
    height: 18.75vw;
    background-color: #fff;
    animation: o-ani-ball2 50s linear infinite;
}
.case-v2-s16 .cont {
    position: relative;
    z-index: 2;
}
.case-v2-s16 .title {
    font-size: 3.75rem;
    color: #181818;
}
.case-v2-s16 .items {
    display: flex;
    flex-wrap: wrap;
}
.case-v2-s16 .item {
    width: calc((100% - 4.5rem) / 4);
    margin-top: 2.5rem;
    margin-right: 1.5rem;
}
.case-v2-s16 .item .img-box {
    border-radius: 1.25rem;
    overflow: hidden;
}
.case-v2-s16 .item img {
    display: block;
    width: 100%;
    transition: transform .6s ease;
}
.case-v2-s16 .item h3 {
    text-align: center;
    font-size: 1.25rem;
    color: #181818;
    margin-top: 1rem;
}
@media screen and (min-width: 769px) {
    .case-v2-s16 .item:nth-of-type(4n) {
        margin-right: 0;
    }
}
@media screen and (min-width: 1025px) {
    .case-v2-s16 .item:hover img {
        transform: scale(1.1);
    }
}

.case-v2-s17 {
    background-image: url("../v2/img-1.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    display: flex;
    position: relative;
    z-index: 2;
}
.case-v2-s17 .left-box {
    width: 50%;
    background-color: rgba(0, 0, 0, 0.5);
}
.case-v2-s17 .right-box {
    width: 50%;
    padding: 5vw 3.125vw;
    background-color: #0067ed;
}
.case-v2-s17 h4 {
    font-size: 1.5rem;
    color: #fff;
}
.case-v2-s17 h3 {
    font-size: 3.75rem;
    color: #fff;
    margin-top: 1.25rem;
}
.case-v2-s17 .para {
    font-size: 1.125rem;
    line-height: 2rem;
    color: #fff;
    margin-top: 1.25rem;
}
.case-v2-s17 a {
    display: inline-block;
    vertical-align: top;
    margin-top: 3.75rem;
    font-size: 1rem;
    line-height: 2.625rem;
    color: #fff;
    padding: 0 3.75rem;
    border: 2px solid #fff;
    transition: all .3s ease;
}
@media screen and (min-width: 1025px) {
    .case-v2-s17 a:hover {
        border-color: #ff6a00;
        background-color: #ff6a00;
        transform: translateY(-5px);
    }
}

.case-v2-s18 {
    background-color: #f8f9fc;
    padding: 6.25vw 12.5vw 0;
    position: relative;
    overflow: hidden;
}
.case-v2-s18 .circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.case-v2-s18 .circle span:nth-of-type(1) {
    width: 50vw;
    height: 50vw;
    position: absolute;
    top: -20vw;
    right: -20vw;
    border-radius: 50%;
    background-color: #fff;
    animation: o-ani-ball1 50s linear infinite;
}
.case-v2-s18 .cont {
    position: relative;
    z-index: 2;
}
.case-v2-s18 .flex {
    display: flex;
    align-items: flex-start;
}
.case-v2-s18 .left-box {
    width: 71.77%;
    padding-right: 12.5rem;
}
.case-v2-s18 h3 {
    font-size: 3.75rem;
    color: #333;
}
.case-v2-s18 .para {
    font-size: 1.125rem;
    line-height: 2rem;
    color: #333;
    margin-top: 1.25rem;
}
.case-v2-s18 .tab-tit {
    margin-top: 3.75rem;
    font-size: 0;
}
.case-v2-s18 .logo {
    width: 5.625rem;
    height: 5.625rem;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-left: 1.875rem;
    cursor: pointer;
}
.case-v2-s18 .logo:nth-of-type(1) {
    margin-left: 0;
}
.case-v2-s18 .logo .cell-box {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    text-align: center;
    background-color: #fff;
    overflow: hidden;
}
.case-v2-s18 .logo img {
    max-width: 100%;
    max-height: 100%;
}
.case-v2-s18 .logo svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    fill: none;
    stroke: #ff6a00;
    stroke-width: 1px;
    stroke-dasharray: 76;
    stroke-dashoffset: 76;
    transform: rotate(-90deg);
}
.case-v2-s18 .logo.active svg {
    stroke-dashoffset: 0;
    transition: all 5s linear;
}
.case-v2-s18 .info {
    margin-top: 2.5rem;
}
.case-v2-s18 .info .item {
    display: none;
}
.case-v2-s18 .info .item.active {
    display: block;
}
.case-v2-s18 .info .s-flex {
    display: flex;
    align-items: center;
}
.case-v2-s18 .info .img-box {
    width: 9.375rem;
}
.case-v2-s18 .info img {
    display: block;
    width: 100%;
}
.case-v2-s18 .info .txt-box {
    width: calc(100% - 9.375rem);
    padding-left: 2.5rem;
}
.case-v2-s18 .info p {
    font-size: 1.5rem;
    color: #333;
}
.case-v2-s18 .info a {
    display: inline-block;
    vertical-align: top;
    margin-top: 1.5rem;
    font-size: 1rem;
    line-height: 2.625rem;
    color: #fff;
    padding: 0 3.75rem;
    background-color: #ff6a00;
    border: 2px solid #ff6a00;
    transition: all .3s ease;
}
@media screen and (min-width: 1025px) {
    .case-v2-s18 .info a:hover {
        transform: translateY(-5px);
    }
}
.case-v2-s18 .right-box {
    width: 28.33%;
    position: relative;
}
.case-v2-s18 .right-box img.bg {
    display: block;
    width: 100%;
    position: relative;
    z-index: 2;
}
.case-v2-s18 .right-box .item {
    position: absolute;
    top: 1.2%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 95%;
    z-index: 1;
    border-radius: 2.6vw 2.6vw 0 0;
    overflow: hidden;
    opacity: 0;
    transition: opacity .3s ease;
}
.case-v2-s18 .right-box .item img, .case-v2-s18 .right-box .item video {
    display: block;
    width: 100%;
}
.case-v2-s18 .right-box .item.active {
    opacity: 1;
}

@media screen and (max-width: 1024px) {
    .case-v2-s1 .cont {
        height: 50vh;
    }

    .case-v2-s5 .divider-bar {
        display: none;
    }

    .case-v2-s6 .item img {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }
}
@media screen and (max-width: 768px) {
    .case-v2-s1 {
        padding: 40px 5vw;
    }

    .case-v2-s1 .cont {
        height: auto;
    }

    .case-v2-s1 .flex {
        display: block;
    }

    .case-v2-s1 .left-box {
        width: 100%;
        padding: 0;
    }

    .case-v2-s1 h3 {
        font-size: 3.75rem;
    }

    .case-v2-s1 h4 {
        font-size: 2.5rem;
        margin-top: 20px;
    }

    .case-v2-s1 .para {
        font-size: 14px;
        margin-top: 20px;
    }

    .case-v2-s1 .btn {
        margin-top: 20px;
    }

    .case-v2-s1 a {
        line-height: 36px;
        font-size: 14px;
        padding: 0 15px;
    }

    .case-v2-s1 a:nth-of-type(2) {
        margin-left: 10px;
    }

    .case-v2-s1 .right-box {
        width: 100%;
        margin-top: 40px;
    }

    .case-v2-s2 {
        display: none;
    }

    .case-v2-s3 {
        padding: 40px 5vw;
    }

    .case-v2-s3 .item {
        width: 20%;
    }

    .case-v2-s3 .item i {
        width: 24px;
        height: 24px;
    }

    .case-v2-s3 .item h3 {
        font-size: 14px;
        margin-top: 10px;
    }

    .case-v2-s4 {
        padding: 40px 5vw;
    }

    .case-v2-s4 .items {
        display: block;
    }

    .case-v2-s4 .item {
        width: 100%;
        margin-top: 20px;
    }
    .case-v2-s4 .item:nth-of-type(1) {
        margin-top: 0;
    }

    .case-v2-s4 .item h3 {
        font-size: 16px;
    }

    .case-v2-s4 .item h3:before {
        width: 2px;
        height: 14px;
        top: 50%;
        margin-top: -7px;
    }

    .case-v2-s4 .item p {
        font-size: 14px;
        margin-top: 10px;
    }

    .case-v2-s5 {
        padding: 40px 5vw;
    }

    .case-v2-s5 .flex {
        display: block;
    }

    .case-v2-s5 .left-box {
        width: 100%;
        padding: 0;
    }

    .case-v2-s5 h4,
    .case-v2-s6 h4,
    .case-v2-s7 h4,
    .case-v2-s8 h4,
    .case-v2-s9 h4,
    .case-v2-s10 h4,
    .case-v2-s12 h4,
    .case-v2-s17 h4 {
        font-size: 14px;
    }

    .case-v2-s5 h3,
    .case-v2-s6 h3,
    .case-v2-s7 h3,
    .case-v2-s8 h3,
    .case-v2-s9 h3,
    .case-v2-s10 h3,
    .case-v2-s12 h3,
    .case-v2-s17 h3 {
        font-size: 2.5rem;
        margin-top: 10px;
    }

    .case-v2-s5 .para,
    .case-v2-s6 .para,
    .case-v2-s7 .para,
    .case-v2-s8 .para,
    .case-v2-s9 .para,
    .case-v2-s10 .para,
    .case-v2-s12 .para,
    .case-v2-s13 .para,
    .case-v2-s17 .para,
    .case-v2-s18 .para {
        font-size: 14px;
        margin-top: 10px;
    }

    .case-v2-s5 .img-box {
        margin-top: 40px;
        width: 100%;
    }

    .case-v2-s5 .right-box {
        display: none;
    }

    .case-v2-s6 {
        padding: 40px 5vw;
    }

    .case-v2-s6 .flex {
        display: block;
        height: auto;
    }

    .case-v2-s6 .left-box {
        position: static;
        width: 100%;
    }

    .case-v2-s6 .swiper {
        margin-left: 0;
        padding: 0;
    }

    .case-v2-s6 .item {
        height: auto;
    }

    .case-v2-s6 .item img {
        position: static;
        transform: none;
    }

    .case-v2-s6 .pagination {
        bottom: 40px;
    }

    .case-v2-s6 .right-box {
        position: static;
        width: 100%;
        height: auto;
    }

    .case-v2-s6 .trans {
        position: static;
    }

    .case-v2-s6 .block {
        height: auto;
        margin-top: 40px;
    }

    .case-v2-s6 .font-s i {
        font-size: 14px;
    }

    .case-v2-s7 {
        padding: 40px 5vw;
    }

    .case-v2-s7 .flex {
        display: block;
    }

    .case-v2-s7 .left-box {
        width: 100%;
        height: auto;
        position: static;
        padding-right: 0;
    }

    .case-v2-s7 .right-box {
        width: 100%;
        margin-top: 60px;
    }

    .case-v2-s7 .items {
        margin-right: 0;
        padding-top: 0;
    }

    .case-v2-s7 .item:nth-of-type(odd) {
        transform: translateY(-20px);
        margin-right: 20px;
    }

    .case-v2-s7 .item {
        width: calc((100% - 20px) / 2);
        margin-top: 20px;
        opacity: 1;
        transform: scale(1);
    }

    .case-v2-s7 .video-box {
        opacity: 1;
        height: auto;
        margin-top: 40px;
    }

    .case-v2-s7 .video-box .sticky {
        height: auto;
    }

    .case-v2-s7 .video {
        margin: 0;
        width: 100%;
    }

    .case-v2-s8 {
        padding: 40px 5vw;
    }

    .case-v2-s8 .flex {
        display: block;
    }

    .case-v2-s8 .img-box {
        width: 100%;
    }

    .case-v2-s8 .txt-box {
        width: 100%;
        margin-top: 40px;
        padding-left: 0;
    }

    .case-v2-s9 {
        padding: 40px 5vw;
    }

    .case-v2-s9 .flex {
        display: block;
    }

    .case-v2-s9 .txt-box {
        width: 100%;
        padding: 0;
    }

    .case-v2-s9 .device {
        margin-top: 20px;
    }

    .case-v2-s9 .img-box {
        width: 100%;
        margin-top: 40px;
    }

    .case-v2-s10 {
        padding: 40px 5vw;
    }

    .case-v2-s10 .flex {
        display: block;
    }

    .case-v2-s10 .img-box {
        width: 100%;
    }

    .case-v2-s10 .txt-box {
        width: 100%;
        padding-left: 0;
        margin-top: 40px;
    }

    .case-v2-s11 {
        padding-top: 40px;
    }

    .case-v2-s11 img,
    .case-v2-s11 video {
        width: 70%;
    }

    .case-v2-s12 {
        padding: 40px 5vw;
    }

    .case-v2-s12 .flex {
        display: block;
    }

    .case-v2-s12 .left-box {
        width: 100%;
        padding-right: 0;
    }

    .case-v2-s12 .btns {
        margin-top: 40px;
    }

    .case-v2-s12 .right-box {
        width: 100%;
        margin-top: 40px;
    }

    .case-v2-s12 .items {
        margin-right: 0;
    }

    .case-v2-s12 .item {
        width: 90vw;
    }

    .case-v2-s12 .item {
        margin-right: 10px;
    }

    .case-v2-s13 h3,
    .case-v2-s14 h3,
    .case-v2-s16 .title,
    .case-v2-s18 h3 {
        font-size: 2.5rem;
    }

    .case-v2-s13 {
        height: auto;
        margin-bottom: 0;
        padding: 40px 5vw;
    }

    .case-v2-s13 .cont {
        position: static;
        height: auto;
        padding: 0;
    }

    .case-v2-s13 .flex {
        display: block;
    }

    .case-v2-s13 .img-box {
        width: 100%;
    }

    .case-v2-s13 .txt-box {
        width: 100%;
        padding-left: 0;
        margin-top: 40px;
    }

    .case-v2-s13 a,
    .case-v2-s17 a,
    .case-v2-s18 .info a {
        padding: 0 15px;
        line-height: 36px;
        font-size: 14px;
        margin-top: 20px;
    }

    .case-v2-s14 {
        padding: 40px 5vw 0;
    }

    .case-v2-s14 .txt-box {
        padding-top: 0;
    }

    .case-v2-s14 a {
        margin-top: 20px;
        padding: 0 15px;
        line-height: 36px;
        font-size: 14px;
    }

    .case-v2-s15 {
        padding-bottom: 40px;
        margin-top: -50vw;
    }

    .case-v2-s15 .item {
        width: 80vw;
    }

    .case-v2-s16 {
        padding: 40px 5vw;
    }

    .case-v2-s16 .items {
        margin-top: 40px;
    }

    .case-v2-s16 .item {
        width: calc((100% - 20px) / 2);
        margin-top: 20px;
        margin-right: 20px;
    }
    .case-v2-s16 .item:nth-of-type(1), .case-v2-s16 .item:nth-of-type(2) {
        margin-top: 0;
    }
    .case-v2-s16 .item:nth-of-type(even) {
        margin-right: 0;
    }

    .case-v2-s16 .item h3 {
        font-size: 14px;
        margin-top: 10px;
    }

    .case-v2-s17 {
        display: block;
    }

    .case-v2-s17 .left-box {
        width: 100%;
        height: 60vw;
    }

    .case-v2-s17 .right-box {
        width: 100%;
        padding: 40px 5vw;
    }

    .case-v2-s18 {
        padding: 40px 5vw 0;
    }

    .case-v2-s18 .flex {
        display: block;
    }

    .case-v2-s18 .left-box {
        width: 100%;
        padding-right: 0;
    }

    .case-v2-s18 .tab-tit {
        margin-top: 20px;
    }

    .case-v2-s18 .info {
        margin-top: 20px;
    }

    .case-v2-s18 .info .img-box {
        width: 120px;
    }

    .case-v2-s18 .info .txt-box {
        width: calc(100% - 120px);
        padding-left: 10px;
    }

    .case-v2-s18 .info p {
        font-size: 16px;
    }

    .case-v2-s18 .right-box {
        width: 50%;
        margin: 40px auto 0;
    }

    .case-v2-s18 .right-box .item {
        border-radius: 6vw 6vw 0 0;
    }
}
/* case detail v2 end */
/* case detail v1 */
.case-v1 .main {
    width: 90vw;
    max-width: 75rem;
    margin: 0 auto;
    position: relative;
}
.case-v1 .c-title-box {
    padding: 0 3.75rem;
}
.case-v1 .c-title-box.mb {
    margin-bottom: 7.5rem;
}
.case-v1 .c-title-box h3 {
    font-size: 2rem;
    text-transform: uppercase;
}
.case-v1 .c-title-box .title {
    font-size: 3.375rem;
    margin-top: 2rem;
}
.case-v1 .c-title-box .para-s {
    font-size: 1.5rem;
    line-height: 1.5;
    margin-top: 2.5rem;
}

.case-v1-s1 {
    position: relative;
    height: 150vh;
}
.case-v1-s1 .bg-block {
    height: 100vh;
    position: sticky;
    top: 0;
    padding: 1.875rem;
    z-index: 1;
    transform: scale(0.85);
}
.case-v1-s1 .bg {
    height: 100%;
    border-radius: 1.875rem;
}
.case-v1-s1 .cont-block {
    margin-top: -100vh;
    position: relative;
    z-index: 2;
}
.case-v1-s1 .txt-box {
    height: 60vh;
    padding-top: 70px;
}
.case-v1-s1 h3 {
    text-align: center;
    font-size: 5rem;
    color: #fff;
}
.case-v1-s1 p {
    font-size: 1.5rem;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    margin: 2.5rem -2.5rem 0;
}
.case-v1-s1 .video-box {
    position: absolute;
    top: 100vh;
    left: 0;
    right: 0;
    transform: translate3d(0, -40vh, 0);
    transform-origin: center bottom;
}
.case-v1-s1 .vt {
    width: 54vw;
    margin: 0 auto;
    transform-origin: center bottom;
}
.case-v1-s1 .view {
    border-radius: 1.875rem;
    padding: 0.75rem 0.75rem 2.875rem;
    background-color: #181818;
}
.case-v1-s1 .video {
    border-radius: 1.25rem 1.25rem 0 0;
    overflow: hidden;
}
.case-v1-s1 video {
    display: block;
    width: 100%;
}
.case-v1-s1 img {
    display: block;
    width: 150%;
    margin: -1rem -25% 0;
}
.case-v1-s1 h4 {
    font-size: 3.375rem;
    color: #fff;
    text-align: center;
}
.case-v1-s1 .para {
    font-size: 1.5rem;
    line-height: 1.5;
    color: #fff;
    margin-top: 2.5rem;
}

.case-v1-s2 {
    padding: 9.375vw 0;
}
.case-v1-s2 .c-title-box h3 {
    color: rgba(24, 24, 24, 0.2);
}
.case-v1-s2 .c-title-box .title {
    color: #181818;
}
.case-v1-s2 .items {
    margin-top: 7.5rem;
    display: flex;
    flex-wrap: wrap;
}
.case-v1-s2 .item {
    transition: all .3s ease;
}
.case-v1-s2 .item .box {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 1.875rem;
    opacity: 0;
    transform: scale(0.8);
    box-shadow: 0 1.25rem 2.5rem rgba(0, 0, 0, 0.1);
}
.case-v1-s2 .item i {
    font-size: 2.25rem;
    line-height: 7.5rem;
    font-style: normal;
    position: absolute;
    left: 3.75rem;
    top: 0;
}
.case-v1-s2 .item:nth-of-type(1), .case-v1-s2 .item:nth-of-type(2), .case-v1-s2 .item:nth-of-type(3) {
    width: calc((100% - 3.75rem) / 3);
    height: 18.75rem;
}
.case-v1-s2 .item:nth-of-type(1), .case-v1-s2 .item:nth-of-type(2), .case-v1-s2 .item:nth-of-type(4) {
    margin-right: 1.875rem;
}
.case-v1-s2 .item:nth-of-type(4), .case-v1-s2 .item:nth-of-type(5) {
    width: calc((100% - 1.875rem) / 2);
    height: 7.5rem;
    margin-top: 1.875rem;
}
.case-v1-s2 .item.active .box {
    opacity: 1;
    transform: scale(1);
    transition: all .6s ease;
}
.case-v1-s2 .item:nth-of-type(1).active .box {
    transition-delay: .2s;
}
.case-v1-s2 .item:nth-of-type(2).active .box {
    transition-delay: .3s;
}
.case-v1-s2 .item:nth-of-type(3).active .box {
    transition-delay: .4s;
}
.case-v1-s2 .item:nth-of-type(4).active .box {
    transition-delay: .5s;
}
.case-v1-s2 .item:nth-of-type(5).active .box {
    transition-delay: .6s;
}
@media screen and (min-width: 1025px) {
    .case-v1-s2 .item:hover {
        transform: translateY(-0.625rem);
    }
}

.case-v1-s3 {
    padding: 9.375vw 0;
    overflow: hidden;
    transition: all .3s ease;
}
.case-v1-s3 .c-title-box h3 {
    color: rgba(24, 24, 24, 0.2);
    transition: color .3s ease;
}
.case-v1-s3 .c-title-box .title {
    color: #181818;
    transition: color .3s ease;
}
.case-v1-s3 .flex {
    margin-top: 7.5rem;
    display: flex;
}
.case-v1-s3 .box {
    height: 37.5rem;
    border-radius: 1.875rem;
    position: relative;
    opacity: 0;
    overflow: hidden;
}
.case-v1-s3 .box.active {
    opacity: 1;
    transform: none;
    transition: all .6s ease;
}
.case-v1-s3 .left-box {
    width: 67.5%;
    transform: translateX(-11.25rem);
}
.case-v1-s3 .right-box {
    width: calc(32.5% - 1.875rem);
    margin-left: 1.875rem;
    transform: translateX(11.25rem);
}
.case-v1-s3 .txt {
    padding: 7.5rem 3.75rem 0;
    position: relative;
    z-index: 2;
}
.case-v1-s3 .txt span {
    font-size: 1.5rem;
    color: #fff;
    display: block;
}
.case-v1-s3 .txt h3 {
    font-size: 3rem;
    color: #fff;
    line-height: 5rem;
    margin-top: 1.875rem;
}
.case-v1-s3 .line {
    font-size: 1.5rem;
    line-height: 1.5;
    color: #fff;
    text-align: right;
    padding: 0 3.75rem 3.75rem;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}
.case-v1-s3 .en {
    font-size: 30rem;
    line-height: 37.5rem;
    color: rgba(255, 255, 255, 0.1);
    position: absolute;
    top: 0;
    left: 40%;
    z-index: 1;
}

.case-v1-s4 {
    position: relative;
}
.case-v1-s4 .bg {
    background-color: #181818;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: 2;
}
.case-v1-s4 .img-box {
    position: sticky;
    top: 0;
    height: 78vw;
    overflow: hidden;
    z-index: 1;
}
.case-v1-s4 .img-box img {
    display: block;
    width: 100%;
}
.case-v1-s4 .txt-box {
    padding: 9.375vw 0;
    position: relative;
    z-index: 3;
}
.case-v1-s4 .c-title-box h3 {
    color: rgba(255, 255, 255, 0.2);
}
.case-v1-s4 .c-title-box .title {
    color: #fff;
}
.case-v1-s4 .para {
    padding: 0 3.75rem;
    margin-top: 7.5rem;
    font-size: 1.5rem;
    line-height: 1.5;
    color: #fff;
}
.case-v1-s4 a.btn {
    display: inline-block;
    background-color: #fff;
    border-radius: 1.875rem;
    padding: 0 5rem;
    font-size: 1.25rem;
    line-height: 3.75rem;
    color: #181818;
    margin: 7.5rem 0 0 3.75rem;
    transition: all .3s ease;
}
@media screen and (min-width: 1025px) {
    .case-v1-s4 a.btn:hover {
        background-color: #ff6a00;
        color: #fff;
        transform: translateY(-10px);
        box-shadow: 0 10px 30px rgba(255, 106, 0, 0.3);
    }
}

.case-v1-s5 {
    padding: 3.125vw 0 9.375vw;
}
.case-v1-s5 .c-title-box h3 {
    color: rgba(24, 24, 24, 0.2);
}
.case-v1-s5 .c-title-box .title {
    color: #181818;
}
.case-v1-s5 .mid-block {
    margin: 6.25rem 0;
    font-size: 0;
    white-space: nowrap;
    overflow: hidden;
}
.case-v1-s5 .mid-block .items {
    display: inline-block;
    padding: 0 25rem;
}
.case-v1-s5 .mid-block .item {
    display: inline-block;
    vertical-align: top;
    width: 42.1875vw;
    margin: 0 1.875rem;
    padding: 0.625rem;
    background-color: #181818;
    border-radius: 1.875rem;
    overflow: hidden;
}
.case-v1-s5 .mid-block .img-box {
    border-radius: 1.25rem;
    overflow: hidden;
}
.case-v1-s5 .mid-block img {
    display: block;
    width: 100%;
}
.case-v1-s5 h4 {
    font-size: 3.375rem;
    color: #181818;
    padding: 0 3.75rem;
}
.case-v1-s5 .para {
    padding: 0 3.75rem;
    font-size: 1.5rem;
    line-height: 1.5;
    color: #181818;
    margin-top: 2.5rem;
}
.case-v1-s5 a.btn {
    display: inline-block;
    background-color: #ff6a00;
    border-radius: 1.875rem;
    padding: 0 5rem;
    font-size: 1.25rem;
    line-height: 3.75rem;
    color: #fff;
    margin: 7.5rem 0 0 3.75rem;
    transition: all .3s ease;
}
@media screen and (min-width: 1025px) {
    .case-v1-s5 a.btn:hover {
        transform: translateY(-10px);
        box-shadow: 0 10px 30px rgba(255, 106, 0, 0.3);
    }
}

.case-v1-s6 {
    position: relative;
    background-image: url("../v1/img-6.jpg");
    background-attachment: fixed;
}
.case-v1-s6 .bg-block {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 1.875rem;
    z-index: 1;
    transform: scale(0.6);
}
.case-v1-s6 .bg {
    height: 100%;
    border-radius: 1.875rem;
}
.case-v1-s6 .cont {
    padding: 9.375vw 0;
    position: relative;
    z-index: 2;
}
.case-v1-s6 .flex {
    display: flex;
    align-items: center;
}
.case-v1-s6 .txt-box {
    width: calc(100% - 22.5rem);
}
.case-v1-s6 .c-title-box h3 {
    color: rgba(255, 255, 255, 0.2);
}
.case-v1-s6 .c-title-box .title {
    color: #fff;
}
.case-v1-s6 .items {
    width: 22.5rem;
    border: 0.625rem solid #181818;
    border-radius: 1.875rem;
    overflow: hidden;
}
.case-v1-s6 .item img, .case-v1-s6 .item video {
    display: block;
    width: 100%;
}
.case-v1-s6 .pagination {
    position: absolute;
    top: 50%;
    left: calc(-3.75rem - 12px);
    transform: translateY(-50%);
}
.case-v1-s6 .pagination span {
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.1;
    margin-top: 18px;
    cursor: pointer;
}
.case-v1-s6 .pagination span:nth-of-type(1) {
    margin: 0;
}
.case-v1-s6 .pagination span.active {
    opacity: 1;
}

.case-v1-s7 {
    padding: 6.25vw 0;
    background-color: #fff;
    border-bottom: 1px solid #d9d9d9;
}
.case-v1-s7 .title {
    padding: 0 3.75rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.case-v1-s7 .title h3 {
    font-size: 2rem;
    color: #333;
    text-transform: uppercase;
}
.case-v1-s7 .title a {
    width: 2.25rem;
    height: 2.25rem;
    background-color: #181818;
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../v1/icon-1.png");
    background-size: auto 6px;
    transition: all .3s ease;
}
@media screen and (min-width: 1025px) {
    .case-v1-s7 .title a:hover {
        background-color: #ff6a00;
    }
}
.case-v1-s7 .items {
    margin-top: 3.75rem;
}
.case-v1-s7 .item {
    width: calc((100% - 7.5rem) / 3);
    margin-top: 3.7rem;
    margin-right: 3.75rem;
}
.case-v1-s7 .item .img-box {
    border-radius: 10px;
    overflow: hidden;
}
.case-v1-s7 .item img {
    display: block;
    width: 100%;
    transition: transform .6s ease;
}
.case-v1-s7 .item .txt-box {
    padding: 2rem 2rem 0;
}
.case-v1-s7 .item h3 {
    font-size: 1.5rem;
    color: #333;
}
.case-v1-s7 .item p {
    font-size: 1rem;
    color: #808080;
    margin-top: 5px;
}
@media screen and (min-width: 769px) {
    .case-v1-s7 .item:nth-of-type(4), .case-v1-s7 .item:nth-of-type(5), .case-v1-s7 .item:nth-of-type(6), .case-v1-s7 .item:nth-of-type(7), .case-v1-s7 .item:nth-of-type(8), .case-v1-s7 .item:nth-of-type(9) {
        display: none;
        opacity: 0;
    }
    .case-v1-s7 .item.active {
        display: block;
        animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    }
    .case-v1-s7 .item.active:nth-of-type(5), .case-v1-s7 .item.active:nth-of-type(8) {
        animation-delay: .1s;
    }
    .case-v1-s7 .item.active:nth-of-type(6), .case-v1-s7 .item.active:nth-of-type(9) {
        animation-delay: .2s;
    }
    .case-v1-s7 .item:nth-of-type(1), .case-v1-s7 .item:nth-of-type(2), .case-v1-s7 .item:nth-of-type(3) {
        margin-top: 0;
    }
    .case-v1-s7 .item:nth-of-type(3n) {
        margin-right: 0;
    }
}
@media screen and (min-width: 1025px) {
    .case-v1-s7 .item:hover img {
        transform: scale(1.1);
    }
}
@media screen and (min-width: 769px) {
    .case-v1-s7 .flex {
        display: flex;
        flex-wrap: wrap;
    }
}

.case-v1-s8 {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 0;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    padding: 1.875rem 0;
    display: none;
}
.case-v1-s8 .close {
    width: 16px;
    height: 16px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../v1/close.svg");
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 2;
    cursor: pointer;
    transition: transform .3s ease;
}
@media screen and (min-width: 1025px) {
    .case-v1-s8 .close:hover {
        transform: rotate(90deg);
    }
}
.case-v1-s8 .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.case-v1-s8 h3 {
    font-size: 1.5rem;
}
.case-v1-s8 input {
    display: inline-block;
    vertical-align: top;
    width: 15rem;
    height: 40px;
    background-color: transparent;
    border: 1px solid #181818;
    border-radius: 3px;
    padding: 0 10px;
    font-size: 14px;
    color: #181818;
    margin-right: 10px;
}
.case-v1-s8 input::-webkit-input-placeholder {
    color: #181818;
}
.case-v1-s8 input::-moz-placeholder {
    color: #181818;
}
.case-v1-s8 input:-ms-input-placeholder {
    color: #181818;
}
.case-v1-s8 button, .case-v1-s8 a {
    width: 9.375rem;
    height: 40px;
    background-color: #ff6a00;
    font-size: 1.25rem;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
}
.case-v1-s8 a {
    line-height: 40px;
    text-align: center;
    margin-left: 10px;
    display: inline-block;
    vertical-align: top;
}

@media screen and (max-width: 1024px) {
    .case-v1-s1 {
        height: auto;
    }

    .case-v1-s1 .bg-block {
        transform: none;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }

    .case-v1-s1 .cont-block {
        margin-top: 0;
        padding-bottom: 100px;
    }

    .case-v1-s1 .txt-box {
        height: auto;
        padding: 100px 0;
    }

    .case-v1-s1 .video-box {
        position: static;
        transform: none;
    }

    .case-v1-s6 .bg-block {
        transform: none;
    }
}
@media screen and (max-width: 768px) {
    .case-v1-s1 .txt-box {
        padding: 90px 0 70px;
    }

    .case-v1-s1 h3,
    .case-v1-s1 h4 {
        font-size: 2.5rem;
        padding: 0 5vw;
    }

    .case-v1-s1 p,
    .case-v1-s1 .para {
        margin: 20px 0 0;
        font-size: 14px;
        padding: 0 5vw;
    }

    .case-v1-s1 .vt {
        width: 60vw;
    }

    .case-v1-s1 .view {
        padding: 0.75rem 0.75rem 1.5rem;
    }

    .case-v1-s1 img {
        margin-top: -4px;
    }

    .case-v1-s2 {
        padding: 40px 0;
    }

    .case-v1 .c-title-box {
        padding: 0;
    }

    .case-v1 .c-title-box.mb {
        margin-bottom: 40px;
    }

    .case-v1 .c-title-box h3 {
        font-size: 14px;
    }

    .case-v1 .c-title-box .title {
        font-size: 2.5rem;
    }

    .case-v1 .c-title-box .para-s {
        font-size: 14px;
        margin-top: 20px;
    }

    .case-v1-s2 .items {
        margin-top: 40px;
    }

    .case-v1-s2 .item i {
        font-size: 14px;
        left: 10px;
    }

    .case-v1-s3 {
        padding: 40px 0;
    }

    .case-v1-s3 .flex {
        margin-top: 40px;
        display: block;
    }

    .case-v1-s3 .box {
        height: 30rem;
    }

    .case-v1-s3 .left-box {
        width: 100%;
    }

    .case-v1-s3 .right-box {
        width: 100%;
        margin: 20px 0 0;
    }

    .case-v1-s3 .line {
        font-size: 14px;
        padding: 0 20px 20px;
    }

    .case-v1-s3 .txt {
        padding: 40px 20px 0;
    }

    .case-v1-s3 .txt h3 {
        font-size: 2.5rem;
        line-height: 1.5;
    }

    .case-v1-s3 .en {
        left: 60%;
        font-size: 28rem;
        line-height: 30rem;
    }

    .case-v1-s4 .para {
        font-size: 14px;
        margin-top: 20px;
        padding: 0;
    }

    .case-v1-s4 a.btn {
        font-size: 14px;
        margin: 20px 0 0;
        line-height: 36px;
    }

    .case-v1-s4 .img-box {
        top: 60px;
    }

    .case-v1-s4 .txt-box {
        padding: 40px 0;
    }

    .case-v1-s5 {
        padding: 40px 0;
    }

    .case-v1-s5 .mid-block {
        margin: 40px 0;
    }

    .case-v1-s5 .mid-block .items {
        padding: 0 3vw;
    }

    .case-v1-s5 .mid-block .item {
        width: 36rem;
        margin: 0 5px;
    }

    .case-v1-s5 h4 {
        font-size: 2.5rem;
        padding: 0;
    }

    .case-v1-s5 .para {
        font-size: 14px;
        padding: 0;
        margin-top: 20px;
    }

    .case-v1-s5 a.btn {
        font-size: 14px;
        margin: 20px 0 0;
        line-height: 36px;
    }

    .case-v1-s6 .cont {
        padding: 40px 0;
    }

    .case-v1-s6 .flex {
        display: block;
        padding: 0 5vw;
    }

    .case-v1-s6 .txt-box {
        width: 100%;
    }

    .case-v1-s6 .items {
        margin: 40px auto 0;
        width: 60%;
    }

    .case-v1-s6 .pagination {
        position: static;
        transform: none;
        text-align: center;
        margin-top: 20px;
    }
    .case-v1-s6 .pagination span {
        display: inline-block;
        vertical-align: top;
        width: 6px;
        height: 6px;
        margin: 0 0 0 5px;
    }

    .case-v1-s7 {
        padding: 40px 0;
    }

    .case-v1-s7 .title h3 {
        font-size: 2.5rem;
    }

    .case-v1-s7 .title {
        padding: 0;
    }

    .case-v1-s7 .items {
        margin-top: 40px;
        display: block;
    }

    .case-v1-s7 .item {
        width: 100%;
        margin: 0;
    }

    .case-v1-s7 .item .txt-box {
        padding: 15px 15px 0;
    }

    .case-v1-s7 .item h3 {
        font-size: 18px;
    }

    .case-v1-s7 .item p {
        font-size: 14px;
    }

    .case-v1-s7 .pagination {
        margin-top: 20px;
        text-align: center;
        font-size: 0;
    }
    .case-v1-s7 .pagination span {
        display: inline-block;
        vertical-align: top;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background-color: #ff6a00;
        opacity: 0.1;
        margin-left: 5px;
        cursor: pointer;
    }
    .case-v1-s7 .pagination span:nth-of-type(1) {
        margin: 0;
    }
    .case-v1-s7 .pagination span.active {
        opacity: 1;
    }

    .case-v1-s8 {
        display: none !important;
    }
}
/* case detail v1 end */
/* common */
.comm-items-s1 {
    font-size: 0;
    margin-top: 4vw;
}
.comm-items-s1 .item {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 2vw);
    margin-top: 4vw;
    background-color: #fff;
    transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.comm-items-s1 .item .img-box {
    overflow: hidden;
}
.comm-items-s1 .item img {
    display: block;
    width: 100%;
    transition: transform .3s ease;
}
.comm-items-s1 .item .txt-box {
    position: relative;
    padding: 2.5rem;
}
.comm-items-s1 .item .txt-box:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ff6a00;
    transform-origin: center bottom;
    transform: scaleY(0);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1);
    z-index: 1;
}
.comm-items-s1 .item .box {
    position: relative;
    z-index: 2;
}
.comm-items-s1 .item h3 {
    font-size: 1.875rem;
    color: #000;
    line-height: 1.4;
    overflow: hidden;
    transition: color .3s ease;
}
.comm-items-s1 .item .date {
    margin-top: 2rem;
    position: relative;
    font-size: 1.125rem;
    color: #000;
    font-family: 'EUCLIDCIRCULARA-MEDIUM';
    transition: color .3s ease;
}
.comm-items-s1 .item .date:after {
    content: '';
    width: 1.625rem;
    height: 1.125rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/icon-1.svg");
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -0.5625rem;
    transition: all .3s ease;
}
@media screen and (min-width: 769px) {
    .comm-items-s1 .item:nth-of-type(1), .comm-items-s1 .item:nth-of-type(2) {
        margin-top: 0;
    }
    .comm-items-s1 .item:nth-of-type(even) {
        margin-left: 4vw;
    }
}
@media screen and (min-width: 1025px) {
    .comm-items-s1 .item:hover img {
        transform: scale(1.1);
    }
    .comm-items-s1 .item:hover .txt-box:before {
        transform: scaleY(1);
    }
    .comm-items-s1 .item:hover h3, .comm-items-s1 .item:hover .date {
        color: #fff;
    }
    .comm-items-s1 .item:hover .date:after {
        background-image: url("../images/icon-2.svg");
    }
}

.c-section1 {
    padding: 6.25vw 9.375vw;
    background-color: #181818;
    position: relative;
    overflow: hidden;
}
.c-section1 .bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -25vw;
    height: 50vw;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/index/img-8.jpg");
    z-index: 1;
}
.c-section1 .box {
    position: relative;
    z-index: 2;
}
.c-section1 h3 {
    font-size: 2.25rem;
    color: #fff;
}
.c-section1 .btns {
    margin-top: 2vw;
    font-size: 0;
}
.c-section1 a {
    display: inline-block;
    vertical-align: top;
    width: 150px;
    line-height: 44px;
    font-size: 1.125rem;
    color: #fff;
    text-align: center;
    border: 2px solid #ff6a00;
    transition: all .3s ease;
}
.c-section1 a:nth-of-type(1) {
    background-color: #ff6a00;
    margin-right: 1.5vw;
}
@media screen and (min-width: 1025px) {
    .c-section1 a:hover {
        transform: translateY(-5px);
        background-color: #ff6a00;
        box-shadow: 0 10px 30px rgba(255, 106, 0, 0.3);
    }
}

.index-s1 {
    position: relative;
    overflow: hidden;
}
.index-s1 .item {
    position: relative;
    height: 100vh;
}
.index-s1 .item video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 1;
}
.index-s1 .item .video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 2;
}
.index-s1 .item .img-box {
    position: relative;
    height: 100%;
    z-index: 3;
}
.index-s1 .item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.index-s1 .item .txt-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 9.375vw;
    z-index: 4;
}
.index-s1 .item h3 {
    font-size: 4.5rem;
    letter-spacing: 0.625rem;
    color: #fff;
    text-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    font-weight: normal;
    font-family: 'PingFang-SC-Bold';
}
.index-s1 .ope {
    position: absolute;
    bottom: 1.5625vw;
    left: 9.375vw;
    right: 9.375vw;
    font-size: 0;
    display: flex;
    align-items: center;
    z-index: 2;
}
.index-s1 .num {
    font-size: 1.125rem;
    font-family: 'EUCLIDCIRCULARA-MEDIUM';
    color: rgba(255, 255, 255, 0.2);
}
.index-s1 .num span.curr {
    color: #fff;
}
.index-s1 .btns {
    margin: 0 30px;
}
.index-s1 .button {
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: top;
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.2;
    background-image: url("../images/index/icon-1.svg");
    cursor: pointer;
    transition: all .3s ease;
}
@media screen and (min-width: 1025px) {
    .index-s1 .button:hover {
        opacity: 1;
        background-image: url("../images/index/icon-2.svg");
    }
}
.index-s1 .button-prev {
    transform: rotateY(180deg);
    margin-right: 10px;
}
.index-s1 .line {
    position: relative;
    width: 120px;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.2);
}
.index-s1 .line span {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #fff;
}
.index-s1 .line.active span {
    width: 100%;
    transition: width 5s linear;
}
.index-s1 .tip {
    font-size: 1.125rem;
    color: #fff;
    margin-left: 30px;
}

.index-s2 .items {
    display: flex;
    flex-wrap: wrap;
}
.index-s2 .item {
    width: 25%;
    min-height: 25vh;
    position: relative;
}
.index-s2 .item .img-box {
    height: 100%;
    overflow: hidden;
}
.index-s2 .item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s ease;
}
.index-s2 .item .txt-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 3.125vw;
    text-align: center;
    background-color: rgba(255, 106, 0, 0.85);
    opacity: 0;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    transition: all .3s ease;
}
.index-s2 .item h3 {
    font-size: 2rem;
    color: #fff;
}
.index-s2 .item p {
    font-size: 1.5rem;
    color: #fff;
    margin-top: 1vw;
}
@media screen and (min-width: 1025px) {
    .index-s2 .item:hover .txt-box {
        opacity: 1;
    }
}

.index-s3 {
    padding: 12.5vw 9.375vw 9.375vw;
    position: relative;
    overflow: hidden;
}
.index-s3 .letter-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.index-s3 .letter-box span {
    color: #fff;
    line-height: 1;
    font-family: 'ULTIMAPROBLACK';
    position: absolute;
}
.index-s3 .letter-box span:nth-of-type(1) {
    font-size: 56.25vw;
    text-shadow: 0 2.5vw 2.5vw rgba(255, 106, 0, 0.2);
    top: -16.25vw;
    left: -6.25vw;
    animation: ani-w 40s linear infinite;
}
.index-s3 .letter-box span:nth-of-type(2) {
    font-size: 33.33vw;
    text-shadow: 0 2.5vw 2.5vw rgba(255, 126, 105, 0.2);
    left: 50vw;
    top: 16vw;
    animation: ani-e 40s linear infinite;
}
.index-s3 .letter-box span:nth-of-type(3) {
    font-size: 31.25vw;
    text-shadow: 0 2.5vw 2.5vw rgba(255, 155, 25, 0.2);
    top: 10vw;
    left: 70vw;
    animation: ani-b 40s linear infinite;
}
.index-s3 .letter-box img {
    position: absolute;
}
.index-s3 .letter-box img:nth-of-type(1) {
    width: 56.25vw;
    top: -16.25vw;
    left: -10.25vw;
    animation: ani-w 40s linear infinite;
}
.index-s3 .letter-box img:nth-of-type(2) {
    width: 33.33vw;
    left: 45vw;
    top: 16vw;
    animation: ani-e 40s linear infinite;
}
.index-s3 .letter-box img:nth-of-type(3) {
    width: 31.25vw;
    top: 10vw;
    right: 10vw;
    animation: ani-b 40s linear infinite;
}
.index-s3 .txt-box {
    position: relative;
    z-index: 2;
}
.index-s3 h3 {
    font-size: 3.75rem;
    color: #333;
}
.index-s3 .para {
    font-size: 1.875rem;
    line-height: 1.5;
    color: #333;
    margin-top: 3.125vw;
}
.index-s3 a.more {
    display: inline-block;
    margin-top: 15vw;
    font-size: 1.5rem;
    color: #333;
    transition: color .3s ease;
}
.index-s3 a.more:after {
    content: '';
    width: 2rem;
    height: 2rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/index/icon-2.svg");
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 1.875rem;
    transition: transform .3s ease;
}
@media screen and (min-width: 1025px) {
    .index-s3 a.more:hover {
        color: #ff6a00;
    }
    .index-s3 a.more:hover:after {
        transform: translateX(5px);
    }
}

.index-s4 {
    display: flex;
}
.index-s4 .left-block {
    width: 66.66%;
    position: relative;
}
.index-s4 .right-block {
    width: 33.33%;
    display: flex;
    flex-wrap: wrap;
}
.index-s4 a.more {
    display: inline-block;
    font-size: 1.5rem;
    line-height: 2;
    color: #fff;
}
.index-s4 a.more:after {
    content: '';
    width: 2rem;
    height: 2rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/index/icon-2.svg");
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 1.875rem;
    transition: transform .3s ease;
}
@media screen and (min-width: 1025px) {
    .index-s4 a.more:hover:after {
        transform: translateX(5px);
    }
}
.index-s4 .origin {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/index/img-2.jpg");
    z-index: 1;
    display: none;
}
.index-s4 .origin span {
    display: block;
    font-size: 3.75rem;
    color: #fff;
    width: 100%;
    padding: 0 9.375vw;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.index-s4 .origin a.more {
    position: absolute;
    left: 9.375vw;
    bottom: 3.125vw;
}
.index-s4 .block {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #000;
}
.index-s4 .box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}
.index-s4 .box.active {
    opacity: 1;
    visibility: visible;
}
.index-s4 .box .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.index-s4 .box .txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    padding: 8.3vw 9.375vw;
}
.index-s4 .box .txt img {
    height: 8.75rem;
}
.index-s4 .box .txt h3 {
    font-size: 3.75rem;
    color: #fff;
    margin-top: 3.125vw;
}
.index-s4 .box .txt .link {
    position: absolute;
    bottom: 3.125vw;
    left: 9.375vw;
}
.index-s4 .box .txt .link a {
    display: block;
    font-size: 1.5rem;
    color: #fff;
    line-height: 2;
    transition: transform .3s ease;
}
.index-s4 .box .txt .link a:not(.more):before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    background-color: #ff6a00;
    border-radius: 50%;
    margin: -2px 20px 0 0;
}
.index-s4 .box .txt .link a.more {
    margin-top: 3.125vw;
}
@media screen and (min-width: 1025px) {
    .index-s4 .box .txt .link a:not(.more):hover {
        transform: translateX(10px);
    }
}
.index-s4 .item {
    width: 50%;
    height: 15vw;
    min-height: 33.33vh;
    position: relative;
    transition: background .3s ease;
}
.index-s4 .item:before {
    content: '';
    width: 4.375rem;
    height: 4.375rem;
    position: absolute;
    top: 3.125vw;
    left: 3.125vw;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: all .3s ease;
}
.index-s4 .item:nth-of-type(1):before {
    background-image: url("../images/index/icon-3-1.png");
}
@media screen and (min-width: 1025px) {
    .index-s4 .item:nth-of-type(1).active:before {
        background-image: url("../images/index/icon-3-1-on.png");
    }
}
.index-s4 .item:nth-of-type(2):before {
    background-image: url("../images/index/icon-3-2.png");
}
@media screen and (min-width: 1025px) {
    .index-s4 .item:nth-of-type(2).active:before {
        background-image: url("../images/index/icon-3-2-on.png");
    }
}
.index-s4 .item:nth-of-type(3):before {
    background-image: url("../images/index/icon-3-3.png");
}
@media screen and (min-width: 1025px) {
    .index-s4 .item:nth-of-type(3).active:before {
        background-image: url("../images/index/icon-3-3-on.png");
    }
}
.index-s4 .item:nth-of-type(4):before {
    background-image: url("../images/index/icon-3-4.png");
}
@media screen and (min-width: 1025px) {
    .index-s4 .item:nth-of-type(4).active:before {
        background-image: url("../images/index/icon-3-4-on.png");
    }
}
.index-s4 .item:nth-of-type(5):before {
    background-image: url("../images/index/icon-3-5.png");
}
@media screen and (min-width: 1025px) {
    .index-s4 .item:nth-of-type(5).active:before {
        background-image: url("../images/index/icon-3-5-on.png");
    }
}
.index-s4 .item:nth-of-type(6):before {
    background-image: url("../images/index/icon-3-6.png");
}
@media screen and (min-width: 1025px) {
    .index-s4 .item:nth-of-type(6).active:before {
        background-image: url("../images/index/icon-3-6-on.png");
    }
}
.index-s4 .item h3 {
    font-size: 1.5rem;
    line-height: 1.5;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 3.125vw 2.5vw;
}
.index-s4 .item:nth-of-type(1) {
    background-color: #151515;
}
.index-s4 .item:nth-of-type(2) {
    background-color: #1a1a1a;
}
.index-s4 .item:nth-of-type(3) {
    background-color: #1f1f1f;
}
.index-s4 .item:nth-of-type(4) {
    background-color: #242424;
}
.index-s4 .item:nth-of-type(5) {
    background-color: #292929;
}
.index-s4 .item:nth-of-type(6) {
    background-color: #2e2e2e;
}
@media screen and (min-width: 1025px) {
    .index-s4 .item.active {
        background-color: #ff6a00;
    }
}

.index-s5 {
    padding: 6.25vw 9.375vw;
}
.index-s5 h3 {
    font-size: 3.75rem;
    color: #181818;
}
.index-s5 .items {
    margin-top: 3.125vw;
}
@media screen and (min-width: 769px) {
    .index-s5 .b-box {
        display: flex;
        flex-wrap: wrap;
    }
}
.index-s5 .item {
    width: calc((100% - 3rem) / 3);
    position: relative;
    margin-top: 1.5rem;
    margin-right: 1.5rem;
}
.index-s5 .item .img-box {
    overflow: hidden;
}
.index-s5 .item img {
    display: block;
    width: 100%;
    transition: transform .6s ease;
}
.index-s5 .item .txt-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 1.5rem;
    padding-left: 2.75rem;
    background-color: rgba(0, 0, 0, 0.3);
    transition: all .3s ease;
}
.index-s5 .item .flex {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.index-s5 .item span {
    font-size: 2.25rem;
    color: #fff;
}
.index-s5 .item .box {
    max-width: 140px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    height: 100%;
    padding: 1.5rem;
    background-color: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    opacity: 0;
    transition: opacity .3s ease;
}
.index-s5 .item p {
    font-size: 1rem;
    color: #fff;
    line-height: 2.25;
}
.index-s5 .item p.total {
    color: rgba(255, 255, 255, 0.5);
}
@media screen and (min-width: 769px) {
    .index-s5 .item:nth-of-type(3n) {
        margin-right: 0;
    }
    .index-s5 .item:nth-of-type(1), .index-s5 .item:nth-of-type(2), .index-s5 .item:nth-of-type(3) {
        margin-top: 0;
    }
}
@media screen and (min-width: 1025px) {
    .index-s5 .item:hover img {
        transform: scale(1.1);
    }
    .index-s5 .item:hover .txt-box {
        background-color: transparent;
    }
    .index-s5 .item:hover .box {
        opacity: 1;
    }
}
.index-s5 a.more {
    display: inline-block;
    margin-top: 3.125vw;
    font-size: 1.5rem;
    color: #333;
    transition: color .3s ease;
}
.index-s5 a.more:after {
    content: '';
    width: 2rem;
    height: 2rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/index/icon-2.svg");
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 1.875rem;
    transition: transform .3s ease;
}
@media screen and (min-width: 1025px) {
    .index-s5 a.more:hover {
        color: #ff6a00;
    }
    .index-s5 a.more:hover:after {
        transform: translateX(5px);
    }
}

.index-s6 {
    padding: 6.25vw 9.375vw;
    background-color: #f6f6f6;
}
.index-s6 h3 {
    font-size: 3.75rem;
    color: #181818;
}
.index-s6 .items {
    margin-top: 3.125vw;
}
@media screen and (min-width: 769px) {
    .index-s6 .b-box {
        display: flex;
        flex-wrap: wrap;
    }
}
.index-s6 .item {
    width: calc((100% - 1.5rem) / 2);
    position: relative;
    margin-top: 1.5rem;
    transition: all .3s ease;
}
.index-s6 .item:before, .index-s6 .item:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: opacity .3s ease;
}
.index-s6 .item:before {
    z-index: 1;
}
.index-s6 .item:after {
    opacity: 0;
    z-index: 2;
}
.index-s6 .item .txt-box {
    padding: 3.125vw 2vw;
    position: relative;
    z-index: 3;
}
.index-s6 .item .date {
    font-size: 1.5rem;
    color: #ff6a00;
    font-family: 'EUCLIDCIRCULARA-MEDIUM';
    transition: all .3s ease;
}
.index-s6 .item h3 {
    font-size: 1.5rem;
    color: #181818;
    margin-top: 2vw;
    transition: all .3s ease;
}
.index-s6 .item .tips {
    font-size: 0;
    margin-top: 4vw;
}
.index-s6 .item span {
    display: inline-block;
    vertical-align: top;
    padding: 0 15px;
    border: 1px solid #bbbbbb;
    font-size: 12px;
    color: #bbbbbb;
    line-height: 18px;
    margin-right: 8px;
    transition: all .3s ease;
}
.index-s6 .item:nth-of-type(1):before {
    background-image: url("../images/index/img-6-1.jpg");
}
.index-s6 .item:nth-of-type(1):after {
    background-image: url("../images/index/img-7-1.jpg");
}
.index-s6 .item:nth-of-type(2):before {
    background-image: url("../images/index/img-6-2.jpg");
}
.index-s6 .item:nth-of-type(2):after {
    background-image: url("../images/index/img-7-2.jpg");
}
.index-s6 .item:nth-of-type(3):before {
    background-image: url("../images/index/img-6-3.jpg");
}
.index-s6 .item:nth-of-type(3):after {
    background-image: url("../images/index/img-7-3.jpg");
}
.index-s6 .item:nth-of-type(4):before {
    background-image: url("../images/index/img-6-4.jpg");
}
.index-s6 .item:nth-of-type(4):after {
    background-image: url("../images/index/img-7-4.jpg");
}
@media screen and (min-width: 769px) {
    .index-s6 .item:nth-of-type(even) {
        margin-left: 1.5rem;
    }
    .index-s6 .item:nth-of-type(1), .index-s6 .item:nth-of-type(2) {
        margin-top: 0;
    }
}
@media screen and (min-width: 1025px) {
    .index-s6 .item:hover {
        z-index: 2;
        box-shadow: -2.5rem 2.5rem 2.5rem rgba(255, 106, 0, 0.2);
    }
    .index-s6 .item:hover:before {
        opacity: 0;
    }
    .index-s6 .item:hover:after {
        opacity: 1;
    }
    .index-s6 .item:hover .date, .index-s6 .item:hover h3 {
        color: #fff;
    }
    .index-s6 .item:hover span {
        border-color: #ff6a00;
        background-color: #ff6a00;
        color: #fff;
    }
}
.index-s6 a.more {
    display: inline-block;
    margin-top: 3.125vw;
    font-size: 1.5rem;
    color: #333;
    transition: color .3s ease;
}
.index-s6 a.more:after {
    content: '';
    width: 2rem;
    height: 2rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/index/icon-2.svg");
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 1.875rem;
    transition: transform .3s ease;
}
@media screen and (min-width: 1025px) {
    .index-s6 a.more:hover {
        color: #ff6a00;
    }
    .index-s6 a.more:hover:after {
        transform: translateX(5px);
    }
}

/* recruit */
.recruit-s1 {
    position: relative;
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/recruit/img-1.jpg");
    background-attachment: fixed;
}
.recruit-s1 .txt-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.recruit-s1 .txt-box h3 {
    font-size: 4.5rem;
    color: #fff;
    text-align: center;
    letter-spacing: 5px;
}
.recruit-s1 a.more {
    position: absolute;
    left: 50%;
    bottom: 6.25vw;
    font-size: 1.5rem;
    color: #fff;
    transform: translateX(-50%);
    transition: color .3s ease;
}
.recruit-s1 a.more:after {
    content: '';
    width: 8px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/recruit/icon-1.png");
    transition: all .3s ease;
}
@media screen and (min-width: 1025px) {
    .recruit-s1 a.more:hover {
        color: #ff6a00;
    }
    .recruit-s1 a.more:hover:after {
        background-image: url("../images/recruit/icon-1-1.png");
    }
}

.recruit-s2 {
    padding: 9.375vw 0;
}
.recruit-s2 span {
    display: block;
    font-size: 2.25rem;
    color: #181818;
    text-align: center;
}
.recruit-s2 h3 {
    color: #ff6a00;
    font-size: 4.5rem;
    text-align: center;
    letter-spacing: 5px;
    margin-top: 15px;
}
.recruit-s2 .para {
    width: 80%;
    max-width: 700px;
    margin: 6.25vw auto 0;
    font-size: 2rem;
    color: #181818;
}

.recruit-s3 {
    position: relative;
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/recruit/img-2.jpg");
    background-attachment: fixed;
}
.recruit-s3 .txt-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.recruit-s3 .para {
    width: 80%;
    max-width: 950px;
    font-size: 3rem;
    color: #fff;
    margin: 0 auto;
}

.recruit-s4 {
    padding: 9.375vw 9.375vw 0;
}
.recruit-s4 .top-box span {
    display: block;
    font-size: 2.25rem;
    color: #181818;
    text-align: center;
}
.recruit-s4 .top-box h3 {
    color: #ff6a00;
    font-size: 4.5rem;
    text-align: center;
    letter-spacing: 5px;
    margin-top: 15px;
}
.recruit-s4 .mid-box {
    margin-top: 6.25vw;
    display: flex;
}
.recruit-s4 .mid-box .box {
    position: relative;
    height: 60px;
    background-color: #f5f5f7;
}
.recruit-s4 .mid-box .box.open {
    z-index: 3;
}
.recruit-s4 .mid-box .box.open ul {
    display: block;
}
.recruit-s4 .mid-box .box.open:after {
    background-image: url("../images/202103/icon-2-2.png");
}
.recruit-s4 .mid-box .select {
    width: 23%;
    margin-right: 3%;
}
.recruit-s4 .mid-box .select input {
    cursor: pointer;
    position: relative;
    z-index: 2;
}
.recruit-s4 .mid-box .select:after {
    content: '';
    width: 12px;
    height: 9px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/recruit/icon-2.png");
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -4px;
    z-index: 3;
    transition: all .3s ease;
}
.recruit-s4 .mid-box .form {
    width: 48%;
}
.recruit-s4 .mid-box input {
    display: block;
    width: 100%;
    height: 100%;
    background-color: transparent;
    padding: 0 30px;
    font-size: 1rem;
    color: #000;
}
.recruit-s4 .mid-box button {
    width: 80px;
    height: 60px;
    position: absolute;
    top: 0;
    right: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    background-image: url("../images/recruit/icon-4.png");
    cursor: pointer;
}
.recruit-s4 .mid-box ul {
    max-height: 180px;
    overflow: auto;
    position: absolute;
    left: -2px;
    right: -2px;
    top: 100%;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    z-index: 1;
    display: none;
}
.recruit-s4 .mid-box ul li {
    font-size: 1rem;
    color: #333;
    line-height: 60px;
    padding: 0 30px;
    transition: all 0.3s ease;
    cursor: pointer;
}
.recruit-s4 .mid-box ul li:hover {
    background-color: #ff6a00;
    color: #fff;
}
.recruit-s4 .items {
    margin-top: 2.5vw;
}
.recruit-s4 .item {
    padding: 0 2vw;
    border-top: 2px solid #181818;
}
.recruit-s4 .item:last-of-type {
    border-bottom: 2px solid #181818;
}
.recruit-s4 .item .show {
    padding: 3rem 0;
    position: relative;
    display: flex;
    cursor: pointer;
}
.recruit-s4 .item .show:after {
    content: '';
    width: 12px;
    height: 9px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/recruit/icon-2.png");
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -4px;
    transition: all .3s ease;
}
.recruit-s4 .item .show span {
    font-size: 1.5rem;
    color: #181818;
    width: 20%;
}
.recruit-s4 .item .show span:nth-of-type(1) {
    width: 40%;
}
.recruit-s4 .item .hide {
    position: relative;
    padding: 3.125vw 0;
    border-top: 2px solid #e6e6e6;
    display: none;
}
.recruit-s4 .item .box {
    margin-top: 2vw;
}
.recruit-s4 .item .box:nth-of-type(1) {
    margin-top: 0;
}
.recruit-s4 .item .box h3 {
    font-size: 1.5rem;
    color: #181818;
}
.recruit-s4 .item .box .para {
    font-size: 1rem;
    line-height: 2;
    color: #808080;
    margin-top: 1vw;
}
.recruit-s4 .item a {
    width: 20rem;
    line-height: 60px;
    font-size: 1.5rem;
    color: #fff;
    text-align: center;
    background-color: #181818;
    position: absolute;
    right: 0;
    bottom: 3.125vw;
    transition: all .3s ease;
}
@media screen and (min-width: 1025px) {
    .recruit-s4 .item a:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    }
}
.recruit-s4 .item.active .show:after {
    transform: rotate(-90deg);
}

.recruit-s5 {
    padding: 12.5vw 9.37vw;
    text-align: center;
}
.recruit-s5 h3 {
    color: #ff6a00;
    font-size: 4.5rem;
    letter-spacing: 5px;
}
.recruit-s5 a.more {
    display: inline-block;
    margin-top: 3.125vw;
    font-size: 1.5rem;
    color: #181818;
    transition: color .3s ease;
}
.recruit-s5 a.more:after {
    content: '';
    width: 8px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/recruit/icon-3.png");
    transition: all .3s ease;
}
@media screen and (min-width: 1025px) {
    .recruit-s5 a.more:hover {
        color: #ff6a00;
    }
    .recruit-s5 a.more:hover:after {
        background-image: url("../images/recruit/icon-1-1.png");
    }
}

/* contact */
.contact-s1 {
    height: 100vh;
    position: relative;
}
.contact-s1[data-color="orange"] {
    background-color: #ff6a00;
    color: #fff;
}
.contact-s1[data-color="black"] {
    background-color: #000000;
    color: #fff;
}
.contact-s1[data-color="white"] {
    background-color: #ffffff;
    color: #333;
}
.contact-s1 .txt {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
}
.contact-s1 .lang {
    font-size: 12.5rem;
    font-family: 'PingFang-SC-Bold';
}

.contact-s2 {
    height: 200vh;
    position: relative;
}
.contact-s2 .cont {
    height: 100vh;
    position: sticky;
    top: 0;
    background-color: #000;
}
.contact-s2 .bg-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/contact/img-1.jpg");
    background-attachment: fixed;
    z-index: 1;
    opacity: 0;
}
.contact-s2 .txt-box {
    height: 100%;
    padding: 0 9.375vw;
    position: relative;
    z-index: 2;
}
.contact-s2 h3 {
    font-size: 3.75rem;
    color: #fff;
}
.contact-s2 .info {
    margin-top: 10vh;
}
.contact-s2 .info span {
    font-size: 1rem;
    color: #fff;
}
.contact-s2 .info span:before {
    content: '';
    width: 20px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 10px 0 0;
}
.contact-s2 .info span.addr:before {
    background-image: url("../images/contact/icon-1.png");
}
.contact-s2 .info span.tel:before {
    background-image: url("../images/contact/icon-2.png");
}
.contact-s2 .info span.mail:before {
    background-image: url("../images/contact/icon-3.png");
}
.contact-s2 .info p {
    font-size: 1.5rem;
    color: #fff;
    margin-top: 1.25rem;
}
.contact-s2 .info p a {
    color: #fff;
    text-decoration: underline;
}

.contact-s3 {
    position: relative;
    padding: 9.375vw;
    font-size: 0;
}
.contact-s3 .left-box {
    display: inline-block;
    vertical-align: top;
    width: 40%;
    padding-right: 3.125vw;
}
.contact-s3 .left-box h3 {
    font-size: 3.75rem;
    color: #000;
}
.contact-s3 .left-box p {
    margin: 3.5vw 0 2vw;
    font-size: 1.5rem;
    color: #000;
    letter-spacing: 2px;
}
.contact-s3 .left-box a {
    display: inline-block;
    font-size: 1.5rem;
    color: #000;
    font-family: 'EUCLIDCIRCULARA-MEDIUM';
    text-decoration: underline;
}
.contact-s3 .right-box {
    display: inline-block;
    vertical-align: top;
    width: 60%;
}
.contact-s3 .right-box .box {
    margin-top: 1.5rem;
}
.contact-s3 .right-box .box:nth-of-type(1) {
    margin-top: 0;
}
.contact-s3 .right-box input {
    display: block;
    width: 100%;
    height: 5.625rem;
    background-color: rgba(0, 0, 0, 0.03);
    font-size: 1.25rem;
    color: #808080;
    padding: 0 1.875rem;
    transition: all .3s ease;
}
.contact-s3 .right-box textarea {
    display: block;
    width: 100%;
    height: 15rem;
    font-size: 1.25rem;
    color: #808080;
    padding: 1.25rem 1.875rem;
    background-color: rgba(0, 0, 0, 0.03);
    transition: all .3s ease;
}
.contact-s3 .right-box input:focus, .contact-s3 .right-box textarea:focus {
    background-color: rgba(0, 0, 0, 0.1);
}
.contact-s3 .right-box button {
    display: block;
    width: 100%;
    height: 5.625rem;
    background-color: #000;
    font-size: 2rem;
    color: #fff;
    cursor: pointer;
}

/* view */
.view-list-s1 {
    padding-top: 6.25vw;
}
.view-list-s1 .option {
    display: flex;
    margin: 0 9.375vw;
    align-items: center;
    justify-content: space-between;
}
.view-list-s1 .option h3 {
    font-size: 3rem;
    color: #181818;
}
.view-list-s1 .option .link {
    font-size: 0;
    max-width: 80%;
}
.view-list-s1 .option .link a {
    display: inline-block;
    vertical-align: top;
    width: 100px;
    line-height: 40px;
    font-size: 14px;
    color: #181818;
    text-align: center;
    margin: 5px;
    background-color: #fbfbfb;
    transition: all .3s ease;
}
.view-list-s1 .option .link a.active, .view-list-s1 .option .link a:hover {
    background-color: #f2f2f2;
}
.view-list-s1 .items {
    margin-top: 3.125vw;
}
.view-list-s1 .item {
    position: relative;
    padding: 0 9.375vw;
}
.view-list-s1 .item:before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #ff6a00;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
}
.view-list-s1 .item a {
    display: block;
    position: relative;
    padding: 3.125vw 0;
    z-index: 2;
}
.view-list-s1 .item .date {
    width: 12.5vw;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'EUCLIDCIRCULARA-MEDIUM';
    color: #181818;
    font-size: 1.125rem;
    transition: color .3s ease;
}
.view-list-s1 .item .date span {
    font-size: 3.75rem;
    display: block;
}
.view-list-s1 .item .m-date {
    display: none;
    font-family: 'EUCLIDCIRCULARA-MEDIUM';
    font-size: 1.75rem;
    color: #181818;
}
.view-list-s1 .item .img-box {
    width: 33.33vw;
    overflow: hidden;
}
.view-list-s1 .item img {
    display: block;
    width: 100%;
    transition: transform .6s ease;
}
.view-list-s1 .item h3 {
    width: 35.4vw;
    font-size: 2.25rem;
    color: #181818;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s ease;
}
.view-list-s1 .item h3:after {
    content: '';
    width: 26px;
    height: 18px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/view/icon-1.png");
    position: absolute;
    bottom: 0;
    opacity: 0;
}
.view-list-s1 .item:nth-of-type(odd) {
    background-color: #fff;
}
.view-list-s1 .item:nth-of-type(even) {
    background-color: #f5f5f5;
}
@media screen and (min-width: 769px) {
    .view-list-s1 .item:nth-of-type(odd) .date {
        right: 0;
        text-align: right;
    }
    .view-list-s1 .item:nth-of-type(odd) .img-box {
        margin-left: 35.4vw;
    }
    .view-list-s1 .item:nth-of-type(odd) h3 {
        left: 0;
        padding-right: 9.375vw;
    }
    .view-list-s1 .item:nth-of-type(odd) h3:after {
        left: 0;
    }
    .view-list-s1 .item:nth-of-type(even) .date {
        left: 0;
    }
    .view-list-s1 .item:nth-of-type(even) .img-box {
        margin-left: 12.5vw;
    }
    .view-list-s1 .item:nth-of-type(even) h3 {
        right: 0;
        padding-left: 9.375vw;
    }
    .view-list-s1 .item:nth-of-type(even) h3:after {
        left: 9.375vw;
    }
}
@media screen and (min-width: 1025px) {
    .view-list-s1 .item:hover:before {
        opacity: 1;
        transition: opacity .6s ease;
    }
    .view-list-s1 .item:hover img {
        transform: scale(1.1);
    }
    .view-list-s1 .item:hover .date {
        color: #fff;
    }
    .view-list-s1 .item:hover h3 {
        color: #fff;
        padding-bottom: 3.5vw;
    }
    .view-list-s1 .item:hover h3:after {
        opacity: 1;
    }
}

.view-detail-s1 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #000;
    z-index: 1;
}
.view-detail-s1 .img-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0.5;
}
.view-detail-s1 .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.view-detail-s2 {
    height: 100vh;
    position: relative;
    z-index: 2;
}
.view-detail-s2 .tit-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 9.375vw;
    text-align: center;
    z-index: 2;
}
.view-detail-s2 h3 {
    font-size: 4.5rem;
    line-height: 1.25;
    color: #fff;
    margin-top: 2.5vw;
}
.view-detail-s2 .date {
    font-size: 2rem;
    color: #fff;
    font-family: 'EUCLIDCIRCULARA-MEDIUM';
}

.view-detail-s3,
.view-detail-s4 {
    position: relative;
    z-index: 2;
}
.view-detail-s3 .cont,
.view-detail-s4 .cont {
    max-width: 1280px;
    width: 80%;
    margin: 0 auto;
}

.view-detail-s3 {
    background-color: #fff;
}
.view-detail-s3 .cont-box {
    padding: 6.25vw 0;
    font-size: 1.25rem;
    color: #000;
    line-height: 2;
}
.view-detail-s3 .cont-box img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
.view-detail-s3 .cont-box p {
    margin-top: 1rem;
}
.view-detail-s3 .cont-box p:nth-of-type(1) {
    margin-top: 0;
}
.view-detail-s3 .other-box {
    padding: 4vw 0;
    border-top: 6px solid #000;
}
.view-detail-s3 .other-box a {
    display: block;
    font-size: 1.5rem;
    line-height: 1.75;
    color: #000;
    transition: color .3s ease;
}
@media screen and (min-width: 1025px) {
    .view-detail-s3 .other-box a:hover {
        color: #ff6a00;
    }
}

.view-detail-s4 {
    background-color: #f5f5f5;
    padding: 6.25vw 0;
}
.view-detail-s4 .tit {
    font-size: 3.75rem;
    color: #000;
}

.view-detail.pd {
    padding-top: 70px;
}

.view-detail-s5 {
    padding: 6.25vw 9.375vw;
    background-color: #f5f5f5;
}
.view-detail-s5 .flex {
    display: flex;
    align-items: flex-start;
}
.view-detail-s5 .left-block {
    width: 66.67%;
    padding-right: 3.75rem;
}
.view-detail-s5 .top-block {
    padding-bottom: 3.125vw;
    border-bottom: 1px solid #cccccc;
}
.view-detail-s5 .top-block h3 {
    font-size: 2.25rem;
    color: #333;
}
.view-detail-s5 .top-block .date {
    font-size: 1.125rem;
    color: #ccc;
    margin-top: 2rem;
}
.view-detail-s5 .top-block .date:before {
    content: '';
    width: 1.5rem;
    height: 1.5rem;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 10px 0 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/view/icon-2.png");
}
.view-detail-s5 .mid-block {
    padding: 3.75rem 0;
    font-size: 1.25rem;
    color: #000;
    line-height: 2;
}
.view-detail-s5 .mid-block img {
    max-width: 100%;
    height: auto !important;
    display: block;
    margin: 0 auto;
}
.view-detail-s5 .mid-block p {
    margin-top: 1rem;
}
.view-detail-s5 .mid-block p:nth-of-type(1) {
    margin-top: 0;
}
.view-detail-s5 .bot-block {
    display: flex;
}
.view-detail-s5 .bot-block a {
    width: 50%;
    padding: 3.75rem 2.5rem;
    text-align: center;
    font-size: 1.125rem;
}
.view-detail-s5 .bot-block a span {
    color: #fff;
    opacity: 0.3;
}
.view-detail-s5 .bot-block a h3 {
    color: #fff;
    margin-top: 1rem;
    line-height: 1.5;
}
.view-detail-s5 .bot-block a:nth-of-type(1) {
    background-color: #181818;
}
.view-detail-s5 .bot-block a:nth-of-type(2) {
    background-color: #ff6a00;
}
.view-detail-s5 .right-block {
    width: 33.33%;
    position: sticky;
    top: 90px;
}
.view-detail-s5 .right-block .box {
    background-color: #fff;
    padding: 2.5rem;
}
.view-detail-s5 .right-block .box h3 {
    font-size: 1.5rem;
    color: #333;
}
.view-detail-s5 .right-block .box .link {
    margin-top: 1.25rem;
}
.view-detail-s5 .right-block .box a {
    display: block;
    font-size: 1.125rem;
    color: #808080;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 1.25rem;
}
.view-detail-s5 .right-block .box a:before {
    content: '';
    width: 4px;
    height: 4px;
    background-color: #ff6a00;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 10px 0 0;
}
.view-detail-s5 .right-block .box a:nth-of-type(1) {
    margin-top: 0;
}
.view-detail-s5 .right-block .items {
    margin-top: 2rem;
}
.view-detail-s5 .right-block .item img {
    display: block;
    width: 100%;
    height: 100%;
}
.view-detail-s5 .right-block .pagination {
    font-size: 0;
    text-align: center;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    z-index: 2;
}
.view-detail-s5 .right-block .pagination span {
    display: inline-block;
    vertical-align: top;
    width: 6px;
    height: 6px;
    background-color: #ff6a00;
    border-radius: 50%;
    margin-left: 5px;
    cursor: pointer;
    opacity: 0.3;
    transition: all .3s ease;
}
.view-detail-s5 .right-block .pagination span:nth-of-type(1) {
    margin-left: 0;
}
.view-detail-s5 .right-block .pagination span.active {
    opacity: 1;
}

/* about */
.about-page {
    position: relative;
}
.about-page .c-txt {
    padding: 6.25vw 9.375vw 3.125vw;
}
.about-page .c-txt h3 {
    font-size: 4.5rem;
    padding-top: 3vw;
}
.about-page .c-txt p {
    font-size: 2rem;
    margin-top: 3.125vw;
    line-height: 1.5;
}

.about-s1 {
    position: relative;
    overflow: hidden;
}
.about-s1 .img-box img {
    display: block;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    transition: transform 1.3s cubic-bezier(0.19, 1, 0.22, 1);
}
.about-s1 .txt-box {
    position: absolute;
    top: 50vh;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    z-index: 2;
}
.about-s1 .box {
    transform: translateY(0);
}
.about-s1 h3 {
    color: #fff;
}
.about-s1 p {
    color: #fff;
}

.about-s2 h3 {
    color: #000;
}
.about-s2 p {
    color: #000;
}

.about-s3 {
    padding: 0 9.375vw;
}
.about-s3 .boxes {
    border-top: 6px solid #000;
    padding: 6.25vw 0;
    font-size: 0;
}
.about-s3 .box {
    display: inline-block;
    vertical-align: top;
    width: 46%;
    font-size: 1.5rem;
    line-height: 2.5rem;
    color: #000;
    text-align: justify;
}
.about-s3 .box:nth-of-type(even) {
    margin-left: 8%;
}

.about-s4 {
    position: relative;
    height: 33.33vw;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-image: url("../images/about/img-2.jpg");
    overflow: hidden;
}
.about-s4 .ani {
    position: absolute;
    top: 0;
    bottom: 0;
    background: #fff;
    width: 9.375vw;
}
.about-s4 .ani.left-box {
    left: 0;
}
.about-s4 .ani.right-box {
    right: 0;
}

.about-s5 {
    position: relative;
    padding: 6.25vw 9.375vw 9.375vw;
    background-color: #f2f2f2;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-image: url("../images/about/img-4.jpg");
    background-size: 100% auto;
}
.about-s5 .cloud {
    position: absolute;
    bottom: 45%;
    left: 0;
    right: 0;
    overflow: hidden;
    white-space: nowrap;
    font-size: 0;
    z-index: 1;
    opacity: .6;
}
.about-s5 .cloud span {
    display: inline-block;
    vertical-align: top;
    height: 14.375vw;
    width: 111.458vw;
    background-position: left bottom;
    background-repeat: repeat-x;
    background-image: url("../images/about/cloud.png");
    background-size: 100% 100%;
    animation: o-cloud 80s linear infinite;
}
.about-s5 .line-box {
    position: absolute;
    right: 3.125vw;
    top: 40%;
    transform: translateY(-50%);
    z-index: 3;
}
.about-s5 .line-box .line {
    position: relative;
    padding-right: 1.5rem;
    cursor: pointer;
}
.about-s5 .line-box .line span {
    display: block;
    padding-right: 1.25rem;
    font-size: 1.25rem;
    line-height: 2rem;
    color: #ff6a00;
    font-family: 'EUCLIDCIRCULARA-MEDIUM';
    opacity: 0;
    transition: all .3s ease;
}
.about-s5 .line-box .line:after {
    content: '';
    width: 1.5rem;
    height: 1px;
    background-color: #cbcbcb;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -1px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.about-s5 .line-box .line:hover, .about-s5 .line-box .line.active {
    padding-right: 3.75rem;
}
.about-s5 .line-box .line:hover span, .about-s5 .line-box .line.active span {
    opacity: 1;
}
.about-s5 .line-box .line:hover:after, .about-s5 .line-box .line.active:after {
    width: 3.75rem;
    height: 2px;
    background-color: #ff6a00;
}
.about-s5 h3 {
    font-size: 3.75rem;
    color: #000;
    position: relative;
    z-index: 2;
}
.about-s5 .cont {
    margin-top: 4vw;
    font-size: 0;
    position: relative;
    z-index: 2;
}
.about-s5 .items {
    display: inline-block;
    vertical-align: bottom;
    width: 50vw;
}
.about-s5 .item {
    position: relative;
    padding-top: 6.25vw;
    display: none;
}
.about-s5 .item.active {
    display: block;
}
.about-s5 .item .year {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 0 3.125vw;
    font-size: 15rem;
    line-height: 1;
    font-family: 'EUCLIDCIRCULARA-MEDIUM';
    color: #ff6a00;
    opacity: 0;
    animation: o-upfade-top 0.7s 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    z-index: 1;
}
.about-s5 .item .box {
    overflow: hidden;
    opacity: 0;
    animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.about-s5 .item img {
    display: block;
    width: 100%;
    transition: transform .6s ease;
}
.about-s5 .item .tit {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 3.125vw;
    font-size: 2rem;
    line-height: 1.5;
    color: #fff;
    opacity: 0;
    animation: o-upfade-top 0.7s 0.1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    z-index: 2;
}
.about-s5 .btn {
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    width: calc(100% - 53.125vw);
    height: 15.625vw;
    background-color: #333;
    margin-left: 3.125vw;
    cursor: pointer;
}
.about-s5 .btn:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ff6a00;
    transform-origin: left center;
    transform: scaleX(0);
    transition: all .3s ease;
}
.about-s5 .btn:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/icon-2.svg");
    background-size: auto 6.25vw;
    z-index: 2;
}
.about-s5 .btn:hover:before {
    transform: scale(1);
}

.about-s6 {
    background-color: #000;
    position: relative;
    overflow: hidden;
}
.about-s6 .bg-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.about-s6 .bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    opacity: 0;
    visibility: hidden;
    transition: .6s ease;
}
.about-s6 .bg.active {
    opacity: 1;
    visibility: visible;
}
.about-s6 .cont-box {
    padding: 0 9.375vw;
    position: relative;
    z-index: 2;
}
.about-s6 .top-box {
    padding: 9.375vw 0 6.25vw;
    border-bottom: 6px solid #fff;
}
.about-s6 h3 {
    font-size: 3.75rem;
    color: #fff;
}
.about-s6 p {
    font-size: 2rem;
    color: #fff;
    line-height: 1.5;
    margin-top: 3vw;
}
.about-s6 .bot-box {
    padding: 6.25vw 0 9.375vw;
    font-size: 0;
}
.about-s6 .logo-items {
    font-size: 0;
}
.about-s6 .logo-items .logo {
    display: inline-block;
    vertical-align: middle;
    width: 20%;
    text-align: center;
    margin-top: 5vw;
    transition: all .3s ease;
}
.about-s6 .logo-items .logo img {
    display: inline-block;
    max-height: 50px;
    max-width: 80%;
}
.about-s6 .logo-items .logo.opa {
    opacity: .4;
}
@media screen and (min-width: 768px) {
    .about-s6 .logo-items .logo:nth-of-type(1), .about-s6 .logo-items .logo:nth-of-type(2), .about-s6 .logo-items .logo:nth-of-type(3), .about-s6 .logo-items .logo:nth-of-type(4), .about-s6 .logo-items .logo:nth-of-type(5) {
        margin-top: 0;
    }
}

/* service */
.service-s1 {
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-image: url("../images/service/img-1.jpg");
    position: relative;
    overflow: hidden;
}
.service-s1 video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 1;
}
.service-s1 .video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 2;
}
.service-s1 .txt-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
}
.service-s1 h3 {
    font-size: 3.5rem;
    color: #fff;
    text-align: center;
    letter-spacing: 5px;
}

.service-s2 {
    padding: 9.375vw 3.125vw 0;
    background-color: #fff;
    overflow: hidden;
}
.service-s2 .item {
    padding: 4.5vw 0 9.375vw;
    border-top: 6px solid #000;
    font-size: 0;
}
.service-s2 .item:nth-of-type(1) {
    border: none;
    padding-top: 0;
}
.service-s2 .item .box {
    position: relative;
}
.service-s2 .item .en {
    font-size: 7.5rem;
    line-height: 1;
    font-family: 'EUCLIDCIRCULARA-MEDIUM';
    color: #ff6a00;
    position: absolute;
    bottom: 3.125vw;
    left: 9.375vw;
    white-space: nowrap;
    z-index: 2;
    transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.service-s2 .item .img-box {
    display: inline-block;
    vertical-align: top;
    width: 50vw;
    overflow: hidden;
}
.service-s2 .item img {
    display: block;
    width: 100%;
    transform: scale(0.5);
    transform-origin: right top;
    transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.service-s2 .item .txt-box {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 50vw);
    padding: 0 6.25vw 6.25vw;
}
.service-s2 .item h3 {
    font-size: 3.75rem;
    color: #181818;
}
.service-s2 .item .link {
    margin-top: 3.125vw;
}
.service-s2 .item .link a {
    display: block;
    font-size: 1.5rem;
    line-height: 1.5;
    color: #181818;
    transition: color .3s ease;
}
@media screen and (min-width: 1025px) {
    .service-s2 .item .link a:hover {
        color: #ff6a00;
    }
}
.service-s2 .item a.btn {
    display: inline-block;
    margin-top: 3.125vw;
    width: 150px;
    line-height: 44px;
    font-size: 1.125rem;
    color: #ff6a00;
    text-align: center;
    border: 2px solid #ff6a00;
    transition: all .3s ease;
}
@media screen and (min-width: 1025px) {
    .service-s2 .item a.btn:hover {
        color: #fff;
        transform: translateY(-5px);
        background-color: #ff6a00;
        box-shadow: 0 10px 30px rgba(255, 106, 0, 0.3);
    }
}

/* product */
.case-list-s2 {
    padding: 6.25vw 3.125vw 9.375vw;
}
.case-list-s2 .option {
    display: flex;
    margin: 0 6.25vw;
    align-items: center;
    justify-content: space-between;
}
.case-list-s2 .option h3 {
    font-size: 3rem;
    color: #181818;
}
.case-list-s2 .option .link {
    font-size: 0;
    max-width: 80%;
}
.case-list-s2 .option .link a {
    display: inline-block;
    vertical-align: top;
    width: 100px;
    line-height: 40px;
    font-size: 14px;
    color: #181818;
    text-align: center;
    margin: 5px;
    background-color: #fbfbfb;
    transition: all .3s ease;
}
.case-list-s2 .option .link a.active, .case-list-s2 .option .link a:hover {
    background-color: #f2f2f2;
}
.case-list-s2 .items {
    font-size: 0;
    margin: 3.125vw -1.5625vw 0;
    display: flex;
    flex-wrap: wrap;
}
.case-list-s2 .item {
    position: relative;
    width: calc(33.33% - 3.125vw);
    margin: 3.125vw 1.5625vw 0;
}
.case-list-s2 .item .img-box {
    overflow: hidden;
}
.case-list-s2 .item img {
    display: block;
    width: 100%;
    transition: all .3s ease;
}
.case-list-s2 .item .txt-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 3.125vw;
    text-align: center;
    background-color: rgba(255, 106, 0, 0.7);
    opacity: 0;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    transition: all .3s ease;
}
.case-list-s2 .item h3 {
    font-size: 2rem;
    color: #fff;
}
.case-list-s2 .item p {
    font-size: 1.5rem;
    color: #fff;
    margin-top: 1vw;
}
@media screen and (min-width: 769px) {
    .case-list-s2 .item:nth-of-type(1), .case-list-s2 .item:nth-of-type(2), .case-list-s2 .item:nth-of-type(3) {
        margin-top: 0;
    }
}
@media screen and (min-width: 1025px) {
    .case-list-s2 .item:hover .txt-box {
        opacity: 1;
    }
}
.case-list-s2 a.more {
    position: relative;
    background-color: #ff6a00;
    width: calc(33.33% - 3.125vw);
    margin: 3.125vw 1.5625vw 0;
}
.case-list-s2 a.more:before {
    content: '';
    width: 6.25vw;
    height: 6.25vw;
    max-width: 120px;
    max-height: 120px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/case/icon-1.png");
}

.case-detail {
    position: relative;
    background-color: #fff;
    transition: background .3s ease;
}
.case-detail .c-txt {
    padding: 6.25vw 9.375vw;
}
.case-detail .c-txt h3 {
    font-size: 7.5rem;
}
.case-detail .c-txt h4 {
    font-size: 5rem;
    margin-top: 6.25vw;
}
.case-detail .c-txt p {
    font-size: 1.5rem;
    line-height: 1.5;
    margin-top: 20px;
    width: 50%;
}

.case-detail-s1 {
    position: relative;
    overflow: hidden;
}
.case-detail-s1 .img-box img {
    display: block;
    width: 100%;
    height: 170vh;
    object-fit: cover;
    transition: transform 1.3s cubic-bezier(0.19, 1, 0.22, 1);
}
.case-detail-s1 .txt-box {
    position: absolute;
    top: 50vh;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    z-index: 2;
}
.case-detail-s1 .box {
    transform: translateY(0);
}
.case-detail-s1 h3 {
    color: #fff;
}
.case-detail-s1 h4 {
    color: #fff;
}
.case-detail-s1 p {
    color: #fff;
}

.case-detail-s2 {
    background-color: #fff;
}
.case-detail-s2 h3 {
    color: #000;
}
.case-detail-s2 h4 {
    color: #000;
}
.case-detail-s2 p {
    color: #000;
}

.case-detail-s3 {
    padding: 0 3.125vw 3.125vw;
    font-size: 0;
}
.case-detail-s3 .top-block {
    background-color: #f6f8fa;
    padding: 9.375vw 9.375vw 3.125vw;
}
.case-detail-s3 .top-block .video-box {
    position: relative;
    width: 56.25vw;
    margin: 0 auto;
}
.case-detail-s3 .top-block .box {
    height: 30.4vw;
    position: absolute;
    top: 0.625vw;
    left: 0.625vw;
    right: 0.625vw;
    overflow: hidden;
}
.case-detail-s3 .top-block img {
    display: block;
    width: 100%;
}
.case-detail-s3 .top-block video {
    display: block;
    width: 100%;
}
.case-detail-s3 .bot-block {
    margin-top: 24px;
}
.case-detail-s3 .bot-block .item {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 12px);
    position: relative;
    background-color: #f6f8fa;
    padding: 4.6875vw 5.416vw;
}
.case-detail-s3 .bot-block .item:nth-of-type(2) {
    margin-left: 24px;
}
.case-detail-s3 .bot-block .item .img-box {
    position: relative;
    overflow: hidden;
}
.case-detail-s3 .bot-block .item .img-box:before {
    content: '';
    width: 100%;
    height: 16px;
    display: block;
    border-radius: 3px 3px 0 0;
    background-image: linear-gradient(180deg, #e7e7e7, #d9d9d9);
}
.case-detail-s3 .bot-block .item .img-box:after {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    position: absolute;
    left: 10px;
    top: 6px;
    background-color: #fe2e00;
    z-index: 2;
}
.case-detail-s3 .bot-block .item img {
    display: block;
    width: 100%;
}

.case-detail-s4 {
    padding: 9.375vw 3.125vw;
    font-size: 0;
}
.case-detail-s4 .left-box {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
}
.case-detail-s4 .left-box h3 {
    font-size: 3.75rem;
    color: #333;
    letter-spacing: 2px;
    transition: color .3s ease;
}
.case-detail-s4 .left-box p {
    font-size: 1.125rem;
    line-height: 2;
    color: #808080;
    margin-top: 20px;
    letter-spacing: 2px;
}
.case-detail-s4 .right-box {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
}
.case-detail-s4 .right-box .box {
    width: 25rem;
    margin: 0 auto;
    position: relative;
}
.case-detail-s4 .right-box img.phone {
    position: relative;
    display: block;
    width: 100%;
    z-index: 2;
}
.case-detail-s4 .right-box .video-box {
    position: absolute;
    top: 1.25rem;
    left: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    border-radius: 10px;
    overflow: hidden;
    z-index: 1;
}
.case-detail-s4 .right-box video {
    display: block;
    width: 100%;
}

.case-detail-s5 {
    padding: 9.375vw 3.125vw 6.25vw;
    font-size: 0;
    background-color: #fff;
}
.case-detail-s5 .left-box, .case-detail-s5 .right-box {
    display: inline-block;
    vertical-align: top;
    width: calc((100% - 25px) / 2);
}
.case-detail-s5 .right-box {
    margin-left: 24px;
    padding-top: 9.375vw;
}
.case-detail-s5 .txt-box {
    margin-bottom: 24px;
}
.case-detail-s5 .txt-box.pd {
    padding: 0 3.75rem;
}
.case-detail-s5 .txt-box h3 {
    font-size: 3.75rem;
    color: #000;
    letter-spacing: 2px;
}
.case-detail-s5 .txt-box p {
    font-size: 1.125rem;
    line-height: 2;
    color: #808080;
    margin-top: 20px;
    letter-spacing: 2px;
}
.case-detail-s5 .item {
    margin-top: 24px;
    background-color: #f6f8fa;
    padding: 4.6875vw 5.416vw;
}
.case-detail-s5 .item:nth-of-type(1) {
    margin-top: 0;
}
.case-detail-s5 .item .img-box {
    position: relative;
    overflow: hidden;
}
.case-detail-s5 .item .img-box:before {
    content: '';
    width: 100%;
    height: 16px;
    display: block;
    border-radius: 3px 3px 0 0;
    background-image: linear-gradient(180deg, #e7e7e7, #d9d9d9);
}
.case-detail-s5 .item .img-box:after {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    position: absolute;
    left: 10px;
    top: 6px;
    background-color: #fe2e00;
    z-index: 2;
}
.case-detail-s5 .item img {
    display: block;
    width: 100%;
}

.case-detail-s6 {
    height: 100vh;
    position: relative;
}
.case-detail-s6 .bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.case-detail-s6 .txt-box {
    position: absolute;
    top: 6.25vw;
    left: 3.125vw;
    right: 3.125vw;
    bottom: 6.25vw;
}
.case-detail-s6 span {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 2rem;
    color: #fff;
}
.case-detail-s6 h3 {
    font-size: 6.25rem;
    color: #fff;
}
.case-detail-s6 a {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 10vw;
    height: 6vw;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/icon-2.svg");
    transition: all .3s ease;
}
@media screen and (min-width: 1025px) {
    .case-detail-s6 a:hover {
        transform: translateX(10px);
    }
}

@media screen and (max-width: 1700px) {
    html {
        font-size: 14px;
    }

    .index-s5 .item .box {
        max-width: 130px;
    }
}
@media screen and (max-width: 1600px) {
    html {
        font-size: 13px;
    }

    .index-s5 .item .box {
        max-width: 120px;
    }
}
@media screen and (max-width: 1440px) {
    html {
        font-size: 12px;
    }

    .index-s5 .item .box {
        max-width: 110px;
    }
}
@media screen and (max-width: 1366px) {
    html {
        font-size: 10px;
    }

    .c-section1 a,
    .service-s2 .item a.btn {
        font-size: 14px;
    }

    .case-detail .c-txt p,
    .case-detail-s4 .left-box p,
    .case-detail-s5 .txt-box p,
    .contact-s2 .info span,
    .recruit-s4 .mid-box input,
    .recruit-s4 .mid-box ul li,
    .index-s5 .item p {
        font-size: 14px;
    }

    .view-detail-s3 .cont-box,
    .view-detail-s5 .mid-block {
        font-size: 14px;
    }
}
@media screen and (max-width: 1024px) {
    html {
        font-size: 8px;
    }

    .about-s1 .txt-box,
    .case-detail-s1 .txt-box {
        top: 50%;
    }

    .case-detail-s1 .img-box img {
        height: auto;
    }

    .about-s2,
    .case-detail-s2 {
        display: none;
    }

    .about-s3 .boxes {
        border: none;
    }

    .about-s1 .img-box img,
    .about-s4,
    .case-detail-s6,
    .contact-s1,
    .service-s1,
    .view-detail-s1,
    .view-detail-s2,
    .index-s1 .item,
    .recruit-s1,
    .recruit-s3 {
        height: 56vw;
    }

    .about-s4 .ani {
        display: none;
    }

    .contact-s2 {
        height: auto;
    }

    .contact-s2 .cont {
        position: relative;
        height: auto;
        padding: 9.375vw 0;
    }

    .contact-s2 .bg-box,
    .contact-s3 .bg-box {
        opacity: 1;
    }

    .contact-s2 .info {
        margin-top: 6.25vw;
    }

    .service-s2 .item img {
        transform: none;
    }

    .service-s2 .item .en {
        bottom: 0;
    }

    .comm-items-s1 {
        margin-top: 0;
    }

    .index-s2 .item {
        min-height: auto;
    }

    .index-s4 .item {
        min-height: auto;
        height: 20vw;
    }
}
@media screen and (max-width: 768px) {
    .lighter, .fixed-nav .nav li a, .n-contact-s3 .left-box a, .comm-items-s1 .item h3, .contact-s3 .left-box a, .view-detail-s4 .tit, .case-detail .c-txt h4, .case-detail .c-txt p, .case-detail-s4 .left-box h3, .case-detail-s5 .txt-box h3, .case-detail-s6 span, .case-detail-s6 h3 {
        font-weight: normal;
    }

    .comm-items-s1 .ani-box {
        margin-top: 20px;
    }
    .comm-items-s1 .ani-box:nth-of-type(1) {
        margin-top: 0;
    }

    .comm-items-s1 .item {
        width: 100%;
        margin: 0;
    }

    .comm-items-s1 .item .txt-box {
        padding: 20px;
    }

    .comm-items-s1 .item .date {
        margin-top: 10px;
    }

    .comm-items-s1 .item h3 {
        height: auto;
    }

    .about-s1 .img-box img,
    .about-s4,
    .case-detail-s6,
    .contact-s1,
    .service-s1,
    .view-detail-s1,
    .view-detail-s2,
    .recruit-s1,
    .recruit-s3 {
        height: 80vw;
    }

    .view-detail-s2 {
        margin-top: -60px;
    }

    .view-detail-s2 h3 {
        font-size: 2.5rem;
    }

    .view-detail-s2 .tit-box {
        padding: 60px 5vw 0;
    }

    .view-detail-s3 .cont, .view-detail-s4 .cont {
        width: 100%;
    }

    .view-detail-s3 .cont-box {
        padding: 40px 5vw;
    }

    .view-detail-s3 .other-box {
        padding: 40px 5vw;
        border-top-width: 2px;
    }

    .view-detail-s4 {
        padding: 40px 5vw;
    }

    .view-detail-s4 .tit {
        font-size: 2.5rem;
        margin-bottom: 20px;
    }

    .view-detail-s5 {
        padding: 40px 5vw;
    }

    .view-detail-s5 .flex {
        display: block;
    }

    .view-detail-s5 .left-block {
        width: 100%;
        padding: 0;
        margin-bottom: 40px;
    }

    .view-detail-s5 .top-block {
        padding-bottom: 20px;
    }

    .view-detail-s5 .top-block h3 {
        font-size: 2.5rem;
    }

    .view-detail-s5 .top-block .date {
        font-size: 14px;
    }

    .view-detail-s5 .mid-block {
        padding: 20px 0;
    }

    .view-detail-s5 .bot-block {
        display: block;
    }

    .view-detail-s5 .bot-block a {
        width: 100%;
        display: block;
        padding: 2.5rem;
    }

    .view-detail-s5 .right-block {
        width: 100%;
        position: static;
    }

    .view-detail-s5 .right-block .box h3 {
        font-size: 2.5rem;
    }

    .service-s1 h3 {
        font-size: 2.5rem;
    }

    .view-detail-s5 .right-block .box a {
        font-size: 2rem;
    }

    .service-s1 .txt-box {
        padding: 0 5vw;
    }

    .service-s2 {
        padding: 40px 5vw;
    }

    .service-s2 .item {
        border-top-width: 2px;
        padding: 40px 0;
    }
    .service-s2 .item:last-of-type {
        padding-bottom: 0;
    }

    .service-s2 .item .en {
        font-size: 2.5rem;
        position: static;
    }

    .service-s2 .item .txt-box {
        width: 100%;
        padding: 20px 0;
        position: relative;
    }

    .service-s2 .item h3 {
        font-size: 2.5rem;
    }

    .service-s2 .item .link {
        margin-top: 20px;
    }

    .service-s2 .item a.btn {
        margin-top: 0;
        position: absolute;
        right: 0;
        bottom: 20px;
    }

    .service-s2 .item .img-box {
        width: 100%;
    }

    .contact-s1 .lang {
        font-size: 4.5rem;
    }

    .contact-s2 .cont {
        padding: 40px 0;
    }

    .contact-s2 .txt-box {
        padding: 0 5vw;
    }

    .contact-s2 h3 {
        font-size: 2.5rem;
    }

    .contact-s2 .info {
        margin-top: 20px;
    }

    .contact-s2 .info span:before {
        width: 16px;
        height: 16px;
    }

    .contact-s3 {
        padding: 40px 5vw;
    }

    .contact-s3 .left-box {
        width: 100%;
    }

    .contact-s3 .left-box h3 {
        font-size: 2.5rem;
    }

    .contact-s3 .left-box p {
        margin: 20px 0 10px;
    }

    .contact-s3 .right-box {
        width: 100%;
        margin-top: 20px;
    }

    .contact-s3 .right-box .box {
        margin-top: 20px;
    }

    .contact-s2 .bg-box,
    .contact-s3 .bg-box {
        background-attachment: inherit;
    }

    .case-list-s2 {
        padding: 40px 5vw;
    }

    .case-list-s2 .option .link a {
        width: calc(33% - 11px);
        line-height: 36px;
    }

    .case-list-s2 .items {
        margin: 20px auto 0;
    }

    .case-list-s2 .item {
        width: 100%;
        margin: 5vw 0 0;
    }
    .case-list-s2 .item:nth-of-type(1) {
        margin-top: 0;
    }

    .case-detail .c-txt {
        padding: 40px 5vw;
    }

    .case-detail-s1 .txt-box {
        position: relative;
        top: auto;
        transform: none;
        z-index: 2;
    }

    .case-detail .c-txt h3,
    .about-page .c-txt h3 {
        font-size: 3rem;
    }

    .case-detail .c-txt h4 {
        font-size: 2.5rem;
        margin-top: 20px;
    }

    .case-detail .c-txt p {
        width: 100%;
    }

    .case-detail-s1 .img-box {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
    }

    .case-detail-s1 .img-box img {
        height: 100%;
    }

    .case-detail-s3 {
        padding: 5vw;
    }

    .case-detail-s4,
    .case-detail-s5 {
        padding: 40px 5vw;
    }

    .case-detail-s4 .left-box h3,
    .case-detail-s5 .txt-box h3 {
        font-size: 2.5rem;
    }

    .case-detail-s4 .left-box {
        width: 100%;
    }

    .case-detail-s4 .right-box {
        width: 100%;
        margin-top: 40px;
    }

    .case-detail-s4 .right-box .box {
        width: 80%;
    }

    .case-detail-s4 .right-box .video-box {
        top: 3.5vw;
        left: 4vw;
        right: 4vw;
        bottom: 3vw;
    }

    .case-detail-s5 .left-box, .case-detail-s5 .right-box {
        width: 100%;
    }

    .case-detail-s5 .txt-box {
        margin-bottom: 20px;
    }

    .case-detail-s5 .txt-box.pd {
        padding: 0;
    }

    .case-detail-s5 .item {
        margin-top: 20px;
    }

    .case-detail-s5 .right-box {
        margin: 20px 0 0;
        padding: 0;
    }

    .case-detail-s6 .txt-box {
        top: 40px;
        bottom: 40px;
        left: 5vw;
        right: 5vw;
    }

    .case-detail-s6 h3 {
        font-size: 3.75rem;
    }

    .case-detail-s6 .bg {
        background-attachment: inherit;
    }

    .case-detail-s6 a {
        width: 38px;
        height: 24px;
    }

    .case-detail-s3 .top-block .video-box {
        width: 100%;
    }

    .case-detail-s3 .top-block .box {
        top: 5px;
        left: 5px;
        right: 5px;
        height: 69%;
    }

    .case-detail-s3 .top-block {
        padding: 40px 5vw;
    }

    .case-detail-s3 .bot-block {
        margin-top: 20px;
    }

    .case-detail-s3 .bot-block .item {
        width: 100%;
    }

    .case-detail-s3 .bot-block .item:nth-of-type(2) {
        margin: 20px 0 0;
    }

    .about-page .c-txt {
        padding: 0 5vw;
    }

    .about-page .c-txt h3 {
        padding-top: 0;
    }

    .about-page .c-txt p {
        margin-top: 20px;
        font-size: 14px;
    }

    .about-s3 {
        padding: 40px 5vw;
    }

    .about-s3 .boxes {
        padding: 0;
    }

    .about-s3 .box {
        width: 100%;
    }

    .about-s3 .box:nth-of-type(even) {
        margin: 20px 0 0;
    }

    .about-s4 {
        background-attachment: inherit;
    }

    .about-s5 {
        padding: 40px 5vw;
    }

    .about-s5 h3 {
        font-size: 2.5rem;
    }

    .about-s5 .cont {
        margin-top: 20px;
    }

    .about-s5 .line-box,
    .about-s5 .cloud {
        display: none;
    }

    .about-s5 .btn {
        width: 60px;
        height: 40px;
        margin-left: 10px;
    }

    .about-s5 .btn:after {
        background-size: auto 20px;
    }

    .about-s5 .items {
        width: calc(100% - 70px);
    }

    .about-s5 .item .year {
        font-size: 3.75rem;
        top: 10px;
        padding: 0 10px;
    }

    .about-s5 .item .tit {
        padding: 10px;
        font-size: 1.875rem;
    }

    .about-s5 .item {
        padding-top: 0;
    }

    .about-s6 .cont-box {
        padding: 0 5vw;
    }

    .about-s6 .top-box {
        border-bottom-width: 2px;
        padding: 40px 0 20px;
    }

    .about-s6 h3 {
        font-size: 2.5rem;
    }

    .about-s6 p {
        margin-top: 20px;
    }

    .about-s6 .bot-box {
        padding: 30px 0 40px;
    }

    .about-s6 .logo-items .logo {
        width: 50%;
        margin-top: 30px;
    }
    .about-s6 .logo-items .logo:nth-of-type(1), .about-s6 .logo-items .logo:nth-of-type(2) {
        margin-top: 0;
    }
    .about-s6 .logo-items .logo img {
        max-height: 30px;
    }

    .about-s6 .bg {
        background-attachment: inherit;
    }

    .index-s1 .ope {
        left: 5vw;
        right: 5vw;
        bottom: 15px;
    }

    .index-s1 .btns {
        display: none;
    }

    .index-s1 .line {
        width: 60px;
        margin-left: 15px;
    }

    .index-s1 .tip {
        margin-left: 15px;
        max-width: calc(100% - 150px);
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .view-list-s1 {
        padding: 40px 5vw;
    }

    .view-list-s1 .option,
    .case-list-s2 .option {
        margin: 0;
        display: block;
    }

    .view-list-s1 .option .link,
    .case-list-s2 .option .link {
        margin: 15px -5px 0;
        max-width: none;
    }

    .view-list-s1 .option .link a {
        width: calc(25% - 11px);
        line-height: 36px;
    }

    .view-list-s1 .items {
        margin-top: 0;
    }

    .view-list-s1 .item {
        padding: 0;
    }

    .view-list-s1 .item a {
        padding: 20px;
    }

    .view-list-s1 .item .date {
        width: 60px;
        position: static;
        transform: none;
        margin-top: 15px;
        display: none;
    }

    .view-list-s1 .item .m-date {
        display: block;
        margin-top: 15px;
    }

    .view-list-s1 .item .img-box {
        width: 100%;
    }

    .view-list-s1 .item h3 {
        width: 100%;
        position: static;
        transform: none;
        margin-top: 15px;
    }

    .c-section1 {
        padding: 40px 5vw;
    }

    .c-section1 .btns {
        margin-top: 20px;
    }

    .c-section1 a,
    .service-s2 .item a.btn {
        width: 120px;
        line-height: 36px;
    }

    .recruit-s1 .txt-box {
        padding: 0 5vw;
    }

    .recruit-s1 .txt-box h3 {
        font-size: 2.5rem;
    }

    .recruit-s1 a.more {
        bottom: 20px;
    }

    .recruit-s1 a.more,
    .recruit-s5 a.more {
        font-size: 1.6rem;
    }

    .recruit-s2 {
        padding: 40px 5vw;
    }

    .recruit-s2 span,
    .recruit-s4 .top-box span {
        font-size: 1.8rem;
    }

    .recruit-s2 h3,
    .recruit-s4 .top-box h3,
    .recruit-s5 h3 {
        font-size: 2.5rem;
        letter-spacing: 0;
    }

    .recruit-s2 .para {
        width: 100%;
        margin-top: 15px;
        line-height: 1.5;
    }

    .recruit-s3 .para {
        width: 90%;
        font-size: 2.5rem;
        line-height: 1.5;
    }

    .recruit-s4 {
        padding: 40px 5vw;
    }

    .recruit-s4 .mid-box {
        margin-top: 15px;
        display: block;
    }

    .recruit-s4 .mid-box .select {
        width: 100%;
        margin-bottom: 10px;
    }

    .recruit-s4 .mid-box .box {
        height: 46px;
    }

    .recruit-s4 .mid-box input {
        padding: 0 20px;
    }

    .recruit-s4 .mid-box .form {
        width: 100%;
    }

    .recruit-s4 .mid-box button {
        width: 60px;
        height: 46px;
    }

    .recruit-s4 .mid-box .select:after {
        right: 20px;
    }

    .recruit-s4 .items {
        margin-top: 20px;
    }

    .recruit-s4 .item {
        padding: 0;
    }

    .recruit-s4 .item .show span:nth-of-type(1) {
        width: 60%;
        padding-right: 15px;
    }
    .recruit-s4 .item .show span:last-of-type {
        display: none;
    }

    .recruit-s4 .item .hide {
        padding: 3rem 0;
    }

    .recruit-s4 .item .box {
        margin-top: 15px;
    }

    .recruit-s4 .item a {
        position: static;
        width: 120px;
        line-height: 40px;
        display: block;
        margin-top: 15px;
    }

    .recruit-s5 {
        padding: 40px 5vw 80px;
    }

    .recruit-s5 a.more {
        margin-top: 20px;
    }

    .index-s2 .item {
        width: 50%;
    }

    .index-s3 {
        padding: 40px 5vw;
    }

    .index-s3 h3 {
        font-size: 2.5rem;
    }

    .index-s3 .para {
        margin-top: 15px;
    }

    .index-s3 a.more {
        margin-top: 40px;
    }

    .index-s4 {
        display: block;
    }

    .index-s4 .left-block {
        width: 100%;
        height: 1vw;
    }

    .index-s4 .origin {
        display: block;
    }

    .index-s4 .origin span {
        font-size: 2.5rem;
        padding: 0 5vw;
    }

    .index-s4 .origin a.more {
        bottom: 20px;
        left: 5vw;
    }

    .index-s4 .block {
        display: none;
    }

    .index-s4 .right-block {
        width: 100%;
    }

    .index-s4 .item {
        height: 120px;
    }

    .index-s4 .item:before {
        left: 20px;
        top: 20px;
        width: 3rem;
        height: 3rem;
    }

    .index-s4 .item h3 {
        padding: 0 20px 20px;
    }

    .index-s4 .box .txt .link a:not(.more) {
        display: none;
    }

    .index-s4 .box .txt {
        padding: 40px 5vw;
    }

    .index-s4 .box .txt img {
        height: 6.75rem;
    }

    .index-s4 .box .txt h3 {
        margin-top: 10px;
        font-size: 2.5rem;
    }

    .index-s4 .box .txt .link {
        bottom: 20px;
        left: 5vw;
    }

    .index-s5 {
        padding: 40px 5vw;
    }

    .index-s5 h3 {
        font-size: 2.5rem;
    }

    .index-s5 .items {
        margin-top: 20px;
    }

    .index-s5 .item {
        width: 100%;
        margin: 0;
    }

    .index-s5 .item .box {
        opacity: 1;
    }

    .index-s5 .pagination,
    .index-s6 .pagination,
    .view-detail-s4 .pagination {
        font-size: 0;
        text-align: center;
        margin-top: 20px;
    }
    .index-s5 .pagination span,
    .index-s6 .pagination span,
    .view-detail-s4 .pagination span {
        display: inline-block;
        vertical-align: top;
        width: 6px;
        height: 6px;
        background-color: #ff6a00;
        border-radius: 50%;
        margin-left: 5px;
        cursor: pointer;
        opacity: 0.3;
        transition: all .3s ease;
    }
    .index-s5 .pagination span:nth-of-type(1),
    .index-s6 .pagination span:nth-of-type(1),
    .view-detail-s4 .pagination span:nth-of-type(1) {
        margin-left: 0;
    }
    .index-s5 .pagination span.active,
    .index-s6 .pagination span.active,
    .view-detail-s4 .pagination span.active {
        opacity: 1;
    }

    .index-s5 a.more {
        margin-top: 20px;
    }

    .index-s6 {
        padding: 40px 5vw;
    }

    .index-s6 h3 {
        font-size: 2.5rem;
    }

    .index-s6 .items {
        margin-top: 20px;
        display: block;
    }

    .index-s6 .item {
        width: 100%;
        margin: 0;
    }

    .index-s6 .item .txt-box {
        padding: 20px;
    }

    .index-s6 .item h3 {
        margin-top: 15px;
    }

    .index-s6 .item .tips {
        margin-top: 30px;
    }

    .index-s6 a.more {
        margin-top: 20px;
    }
}
/*Plugin CSS*/
.str_wrap {
    overflow: hidden;
    width: 100%;
    position: relative;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.str_move {
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 0;
}

.str_move_clone {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    left: 100%;
    top: 0;
}

.str_vertical .str_move_clone {
    left: 0;
    top: 100%;
}

.str_down .str_move_clone {
    left: 0;
    bottom: 100%;
}

.str_vertical .str_move,
.str_down .str_move {
    white-space: normal;
    width: 100%;
}

.str_static .str_move,
.no_drag .str_move,
.noStop .str_move {
    cursor: inherit;
}

.str_wrap img {
    max-width: none !important;
}

@keyframes dot {
    0% {
        opacity: 1;
        transform: translateY(0);
    }
    20% {
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    70% {
        opacity: 0;
    }
    to {
        opacity: 0;
        transform: translateY(80px);
    }
}
@keyframes logomove {
    0% {
        transform: translate(0);
    }
    100% {
        transform: translate(-100%);
    }
}
.casev2-s1 {
    padding: 15.625vw 9.375vw 3.125vw;
}
.casev2-s1 .txt {
    font-size: 5rem;
    color: #181818;
    line-height: 1.25;
}

.casev2-s2 {
    overflow: hidden;
}
.casev2-s2 .icon {
    width: 90px;
    height: 90px;
    position: fixed;
    top: 0;
    left: 0;
    margin: -45px 0 0 -45px;
    z-index: 4;
    mix-blend-mode: exclusion;
    will-change: transform opacity;
    pointer-events: none;
    opacity: 0;
}
.casev2-s2 .icon svg {
    display: block;
    width: 100%;
    height: 100%;
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
}
.casev2-s2 .icon circle {
    stroke: #fff;
    stroke-width: 20;
    fill: none;
}
.casev2-s2 .icon.active {
    opacity: 1;
}
.casev2-s2 .icon.active svg {
    opacity: 1;
    visibility: visible;
    transform: none;
    transition: transform .8s ease;
}
.casev2-s2 .items {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    overflow: hidden;
}
.casev2-s2 .item {
    background-color: #ff6a00;
    position: relative;
    display: none;
}
.casev2-s2 .item a {
    display: block;
    position: relative;
    clip-path: inset(-1px -1px -1px -1px);
    transition: clip-path 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.casev2-s2 .item a:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(180deg, transparent, transparent, rgba(0, 0, 0, 0.8));
    z-index: 2;
}
.casev2-s2 .item .img-box {
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.casev2-s2 .item img {
    display: block;
    width: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}
.casev2-s2 .item .txt-box {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 2vw 2vw;
    z-index: 3;
}
.casev2-s2 .item .tit {
    font-size: 1.625rem;
    color: #fff;
    font-weight: bold;
}
.casev2-s2 .item span {
    display: block;
    font-size: 1.25rem;
    color: #fff;
    font-weight: bold;
    margin-top: 5px;
}
@media screen and (min-width: 768px) {
    .casev2-s2 .item:nth-of-type(8n-7) {
        width: 100%;
    }
    .casev2-s2 .item:nth-of-type(8n-7) img {
        height: 37.5vw;
    }
    .casev2-s2 .item:nth-of-type(8n-6), .casev2-s2 .item:nth-of-type(8n-5) {
        width: 50%;
    }
    .casev2-s2 .item:nth-of-type(8n-6) img, .casev2-s2 .item:nth-of-type(8n-5) img {
        height: 28.125vw;
    }
    .casev2-s2 .item:nth-of-type(8n-4) {
        width: 50vw;
        margin: 0 0 0 25vw;
    }
    .casev2-s2 .item:nth-of-type(8n-3) img, .casev2-s2 .item:nth-of-type(8n-2) img, .casev2-s2 .item:nth-of-type(8n-1) img, .casev2-s2 .item:nth-of-type(8n) img {
        height: 25vw;
    }
    .casev2-s2 .item:nth-of-type(8n-3), .casev2-s2 .item:nth-of-type(8n-1) {
        width: 25vw;
    }
    .casev2-s2 .item:nth-of-type(8n-2), .casev2-s2 .item:nth-of-type(8n) {
        width: calc(100% - 75vw);
    }
    .casev2-s2 .item:nth-of-type(8n-3) {
        margin-top: -50vw;
    }
    .casev2-s2 .item:nth-of-type(8n-2) {
        margin: -50vw 0 0 50vw;
    }
    .casev2-s2 .item:nth-of-type(8n-1) {
        margin-top: -25vw;
    }
    .casev2-s2 .item:nth-of-type(8n) {
        margin: -25vw 0 0 50vw;
    }
}
@media (any-hover: hover) {
    .casev2-s2 .item:hover a {
        clip-path: inset(10px 10px 10px 10px);
    }
    .casev2-s2 .item:hover img {
        transform: scale(1.05);
    }
}

.casev2-s3 {
    padding: 9.375vw;
    background-color: #fff;
}
.casev2-s3 .s-tips {
    font-size: 2rem;
    text-align: center;
    color: #181818;
}
.casev2-s3 .tit {
    font-size: 3.75rem;
    color: #181818;
    text-align: center;
    margin-top: 1.25rem;
}
.casev2-s3 a {
    display: block;
    margin: 7.5rem auto 0;
    width: max(120px, 11.25rem);
    line-height: max(40px, 3.375rem);
    font-size: 1.25rem;
    color: #fff;
    text-align: center;
    background-color: #ff6a00;
    transition: all .3s ease;
}
@media screen and (min-width: 1025px) {
    .casev2-s3 a:hover {
        transform: translateY(-5px);
        background-color: #ff6a00;
        box-shadow: 0 10px 30px rgba(255, 106, 0, 0.3);
    }
}

.casedetailv2-s1 {
    height: 100vh;
    position: sticky;
    top: 0;
    overflow: hidden;
}
.casedetailv2-s1 .img-box {
    height: 100%;
}
.casedetailv2-s1 .img-box img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    will-change: transform;
}
.casedetailv2-s1 .logo-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.casedetailv2-s1 .logo-box img {
    max-width: 48rem;
    max-height: 24rem;
}
.casedetailv2-s1 .blur {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    opacity: 0;
    z-index: 2;
}
.casedetailv2-s1 .down {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #fff;
    animation: dot 2s .4s infinite;
    position: absolute;
    bottom: 100px;
    left: 50%;
    margin-left: -3px;
    z-index: 3;
}

.casedetailv2-s2 {
    padding: 6.25vw 0 0;
    position: relative;
    z-index: 2;
}
.casedetailv2-s2:after {
    content: '';
    width: 100%;
    height: 50vw;
    display: block;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), #fff);
    z-index: 1;
}
.casedetailv2-s2 .main {
    position: sticky;
    top: 7.5rem;
    z-index: 2;
    width: 62.5vw;
    height: 52.083vw;
    margin: 0 auto;
}
.casedetailv2-s2 .macbox {
    position: relative;
}
.casedetailv2-s2 .macbox img.bg {
    display: block;
    width: 100%;
}
.casedetailv2-s2 .macbox img.inner {
    display: block;
    width: calc(100% - 1.68vw);
    position: absolute;
    left: 0;
    right: 0;
    top: 0.833vw;
    margin: 0 auto;
    z-index: 2;
}
.casedetailv2-s2 .macbox video.inner {
    display: block;
    width: calc(100% - 1.666vw);
    position: absolute;
    left: 0;
    right: 0;
    top: 0.833vw;
    margin: 0 auto;
    z-index: 3;
}

.casedetailv2-s3 {
    padding: 6.25vw 0;
    background-color: #fff;
    position: relative;
    z-index: 2;
}
.casedetailv2-s3 .main {
    width: 62.5vw;
    margin: 0 auto;
}
.casedetailv2-s3 .tit {
    font-size: 3rem;
    color: #181818;
    font-weight: bold;
}
.casedetailv2-s3 .tit, .casedetailv2-s3 .left-box, .casedetailv2-s3 .right-box {
    opacity: 0;
    transform: translateY(3.75rem);
    will-change: opacity, transform;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.casedetailv2-s3 .txt-box {
    margin-top: 3.125vw;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}
.casedetailv2-s3 .txt-box span {
    display: block;
    font-size: max(16px, 1.25rem);
    color: #808080;
}
.casedetailv2-s3 .txt-box .para {
    max-width: 37.5rem;
    font-size: max(14px, 1.25rem);
    color: #4a4a4a;
    line-height: 1.6;
    margin-top: 1.25rem;
}
.casedetailv2-s3 .txt-box .tips {
    height: 100%;
    margin-top: 1.25rem;
    padding-left: 1.875rem;
    font-size: max(14px, 1.25rem);
    color: #4a4a4a;
    line-height: 1.6;
    border-left: 1px solid #4a4a4a;
}
.casedetailv2-s3 .active .tit, .casedetailv2-s3 .active .left-box, .casedetailv2-s3 .active .right-box {
    opacity: 1;
    transform: translateY(0);
}
.casedetailv2-s3 .active .tit {
    transition-delay: .1s;
}
.casedetailv2-s3 .active .left-box {
    transition-delay: .3s;
}
.casedetailv2-s3 .active .right-box {
    transition-delay: .5s;
}

.casedetailv2-s4 {
    padding: 0 9.375vw;
    background-color: #fff;
    position: relative;
    z-index: 2;
}
.casedetailv2-s4 .gray-item {
    background-color: #f2f2f2;
}
.casedetailv2-s4 .box {
    overflow: hidden;
}
.casedetailv2-s4 .box img {
    display: block;
    width: 100%;
}
.casedetailv2-s4 .top-box .gray-item {
    padding: 0 6.25vw 6.25vw;
}
.casedetailv2-s4 .top-box .box {
    border: 1rem solid #000;
    border-top: none;
    border-radius: 0 0 .625rem .625rem;
    height: calc(26vw + 1rem);
}
.casedetailv2-s4 .bot-box {
    margin-top: 2.5rem;
    display: flex;
}
.casedetailv2-s4 .bot-box .gray-item:nth-of-type(1) {
    width: 33.33vw;
    padding: 3.125vw 6.25vw 3.125vw 0;
}
.casedetailv2-s4 .bot-box .gray-item:nth-of-type(1) .box {
    border: 1rem solid #000;
    border-left: none;
    border-radius: 0 .625rem .625rem 0;
    height: calc(17vw + 2rem);
}
.casedetailv2-s4 .bot-box .gray-item:nth-of-type(1) .box img {
    transform: translateY(-34%);
}
.casedetailv2-s4 .bot-box .gray-item:nth-of-type(2) {
    width: calc(100% - 33.33vw - 2.5rem);
    margin-left: 2.5rem;
    padding: 3.125vw 0 3.125vw  6.25vw;
}
.casedetailv2-s4 .bot-box .gray-item:nth-of-type(2) .box {
    border: 1rem solid #000;
    border-right: none;
    border-radius: .625rem 0 0 .625rem;
    height: calc(17vw + 2rem);
}
.casedetailv2-s4 .bot-box .gray-item:nth-of-type(2) .box img {
    transform: translateY(-34%);
}

.casedetailv2-s5 {
    padding: 6.25vw 0 12.5vw;
    background-color: #fff;
    position: relative;
    z-index: 2;
}
.casedetailv2-s5 .top-box {
    width: 62.5vw;
    margin: 0 auto;
}
.casedetailv2-s5 .para {
    font-size: 2rem;
    color: #333;
    line-height: 1.25;
}
.casedetailv2-s5 .para span {
    opacity: 0.2;
    transition: opacity .3s ease;
    will-change: opacity;
}
.casedetailv2-s5 .para span.active {
    opacity: 1;
}
.casedetailv2-s5 .mac-box {
    width: 83.33vw;
    height: calc(40vw + 7.5rem + 25rem);
    padding-top: 7.5rem;
    margin: 0 auto;
    opacity: 0;
    transform: translateY(20vw) scale(0.8);
    will-change: opacity, transform;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    position: sticky;
    top: 0;
}
.casedetailv2-s5 .mac-box.active {
    opacity: 1;
    transform: translateY(0);
}
.casedetailv2-s5 .mac-box img {
    display: block;
    width: 100%;
    transform-origin: right top;
    will-change: transform;
}
.casedetailv2-s5 .txt-box {
    width: 62.5vw;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.casedetailv2-s5 .txt-box p {
    font-size: 2rem;
    color: #181818;
    line-height: 1.25;
    opacity: 0;
    transform: translateX(-10rem);
    transition: all 1s cubic-bezier(0, 1, 0.25, 1);
}
.casedetailv2-s5 .txt-box p.active {
    opacity: 1;
    transform: translateX(0);
}
.casedetailv2-s5 .colortxt {
    font-size: 5rem;
    font-weight: bold;
    line-height: 1.75;
}
.casedetailv2-s5 .colortxt span {
    display: block;
    opacity: 0;
    transform: translateX(-10rem);
    transition: all 1s cubic-bezier(0, 1, 0.25, 1);
    color: transparent;
    background-image: linear-gradient(180deg, #110c79, #80c31c);
    -webkit-background-clip: text;
    background-clip: text;
}
.casedetailv2-s5 .colortxt span:nth-of-type(1) {
    background-image: linear-gradient(180deg, #110c79, #22296a);
}
.casedetailv2-s5 .colortxt span:nth-of-type(2) {
    background-image: linear-gradient(180deg, #2d3a61, #384d57);
}
.casedetailv2-s5 .colortxt span:nth-of-type(3) {
    background-image: linear-gradient(180deg, #44604f, #4e7145);
}
.casedetailv2-s5 .colortxt span:nth-of-type(4) {
    background-image: linear-gradient(180deg, #5a843c, #659733);
}
.casedetailv2-s5 .colortxt span:nth-of-type(5) {
    background-image: linear-gradient(180deg, #6fa72a, #80c31c);
}
.casedetailv2-s5 .colortxt span.active {
    opacity: 1;
    transform: translateX(0);
}

.casedetailv2-s6 {
    padding: 0 9.375vw;
    background-color: #fff;
    position: relative;
    z-index: 2;
}
.casedetailv2-s6 .img-box {
    background-color: #f2f2f2;
    padding: 6.25vw;
    font-size: 0;
}
.casedetailv2-s6 .img-box img {
    display: block;
    width: 100%;
}

.casedetailv2-s7 {
    background-color: #fff;
    position: relative;
    z-index: 2;
}
.casedetailv2-s7 .txt-box {
    padding: 9.375vw 0;
    width: 62.5vw;
    margin: 0 auto;
}
.casedetailv2-s7 .tit {
    font-size: 5rem;
    color: #181818;
    font-weight: bold;
}
.casedetailv2-s7 .para {
    font-size: 2rem;
    color: #181818;
    line-height: 1.25;
    margin-top: 1.25rem;
}
.casedetailv2-s7 .para span {
    display: block;
    opacity: 0.2;
    transition: opactiy .3s ease;
    will-change: opacity;
}
.casedetailv2-s7 .para span.active {
    opacity: 1;
}

.casedetailv2-s8 {
    height: 300vh;
    --clip-wipe: 0%;
    padding: 0 9.375vw;
    background-color: #fff;
    position: relative;
    z-index: 2;
}
.casedetailv2-s8 .sticky-box {
    position: sticky;
    top: 0;
    height: 100vh;
}
.casedetailv2-s8 .items {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
}
.casedetailv2-s8 .items.clip {
    z-index: 2;
    clip-path: inset(0 0 var(--clip-wipe) 0);
}
.casedetailv2-s8 .item {
    width: calc(50% - 1.25rem);
    height: 100%;
    position: relative;
    overflow: hidden;
}
.casedetailv2-s8 .item img {
    display: block;
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.casedetailv2-s9 {
    padding: 9.375vw 0;
    background-color: #fff;
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.casedetailv2-s9 .tit {
    text-align: center;
    font-size: 5rem;
    color: #181818;
    font-weight: bold;
}
.casedetailv2-s9 .scroll {
    margin-top: 1.25rem;
    position: relative;
}
.casedetailv2-s9 .scroll:before, .casedetailv2-s9 .scroll:after {
    content: '';
    width: 20vw;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 3;
}
.casedetailv2-s9 .scroll:before {
    left: 0;
    background-image: linear-gradient(90deg, #fff, transparent);
}
.casedetailv2-s9 .scroll:after {
    right: 0;
    background-image: linear-gradient(90deg, transparent, #fff);
}
.casedetailv2-s9 .roll {
    font-size: 0;
    white-space: nowrap;
}
.casedetailv2-s9 .roll .img-box {
    display: inline-block;
    vertical-align: top;
}
.casedetailv2-s9 .roll img {
    display: block;
}
.casedetailv2-s9 .roll-1 {
    height: 13.4375rem;
}
.casedetailv2-s9 .roll-1 .img-box {
    animation: logomove 30s linear infinite;
}
.casedetailv2-s9 .roll-1 img {
    height: 13.4375rem;
}
.casedetailv2-s9 .roll-2 {
    height: 8.4375rem;
}
.casedetailv2-s9 .roll-2 .img-box {
    animation: logomove 50s linear infinite;
}
.casedetailv2-s9 .roll-2 img {
    height: 8.4375rem;
}
.casedetailv2-s9 .roll-3 {
    height: 13.4375rem;
}
.casedetailv2-s9 .roll-3 .img-box {
    animation: logomove 40s linear infinite;
}
.casedetailv2-s9 .roll-3 img {
    height: 13.4375rem;
}
.casedetailv2-s9 a.more {
    display: block;
    margin: 1.25rem auto 0;
    width: max(120px, 11.25rem);
    line-height: max(40px, 3.375rem);
    font-size: 1.25rem;
    color: #fff;
    text-align: center;
    background-color: #ff6a00;
    transition: all .3s ease;
}
@media screen and (min-width: 1025px) {
    .casedetailv2-s9 a.more:hover {
        transform: translateY(-5px);
        background-color: #ff6a00;
        box-shadow: 0 10px 30px rgba(255, 106, 0, 0.3);
    }
}

@media screen and (max-width: 1024px) {
    .casedetailv2-s1 .down {
        display: none;
    }

    .casedetailv2-s1 {
        height: 60vw;
        position: relative;
    }

    .casedetailv2-s2:after {
        display: none;
    }

    .casedetailv2-s5 .mac-box {
        position: relative;
        height: auto;
        opacity: 1;
        transform: none;
    }

    .casedetailv2-s5 .mac-box img {
        width: 50%;
        margin-left: 50%;
    }

    .casedetailv2-s5 .txt-box {
        margin-top: -25vw;
    }

    .casedetailv2-s8 {
        height: auto;
    }

    .casedetailv2-s8 .sticky-box {
        height: auto;
    }

    .casedetailv2-s8 .items {
        position: static;
    }

    .casedetailv2-s8 .item img {
        position: static;
        transform: none;
    }

    .casedetailv2-s8 .items.clip {
        clip-path: none;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        will-change: opacity;
        transition: opacity .3s ease;
    }

    .casedetailv2-s8 .items.clip.hide {
        opacity: 0;
    }

    .casedetailv2-s9 .roll-1 {
        height: auto;
    }

    .casedetailv2-s9 .roll-1 img {
        width: 300vw;
        height: auto;
    }

    .casedetailv2-s9 .roll-2 {
        height: auto;
    }

    .casedetailv2-s9 .roll-2 img {
        width: 300vw;
        height: auto;
    }

    .casedetailv2-s9 .roll-3 {
        height: auto;
    }

    .casedetailv2-s9 .roll-3 img {
        width: 300vw;
        height: auto;
    }
}
@media screen and (max-width: 768px) {
    .casev2-s1 {
        padding: 40px 5vw 20px;
    }

    .casev2-s1 .txt {
        font-size: 3rem;
    }

    .casev2-s2 .item .txt-box {
        padding: 0 5vw 5vw;
    }

    .casev2-s2 .item {
        width: 100%;
        display: block;
    }
    .casev2-s2 .item:nth-of-type(8n), .casev2-s2 .item:nth-of-type(8n-1), .casev2-s2 .item:nth-of-type(8n-2), .casev2-s2 .item:nth-of-type(8n-3), .casev2-s2 .item:nth-of-type(8n-5), .casev2-s2 .item:nth-of-type(8n-6) {
        width: 50%;
    }
    .casev2-s2 .item:nth-of-type(8n) img, .casev2-s2 .item:nth-of-type(8n-1) img, .casev2-s2 .item:nth-of-type(8n-2) img, .casev2-s2 .item:nth-of-type(8n-3) img, .casev2-s2 .item:nth-of-type(8n-5) img, .casev2-s2 .item:nth-of-type(8n-6) img {
        height: 50vw;
    }
    .casev2-s2 .item:nth-of-type(8n-7) img {
        height: 50vw;
    }
    .casev2-s2 .item:nth-of-type(8n-4) img {
        height: 100vw;
    }

    .casev2-s2 .item .tit {
        font-size: 16px;
    }

    .casev2-s2 .item span {
        font-size: 14px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .casev2-s3 {
        padding: 40px 5vw;
    }

    .casev2-s3 .tit {
        font-size: 24px;
    }

    .casev2-s3 a {
        margin-top: 20px;
    }

    .casev2-s3 a {
        font-size: 14px;
    }

    .casedetailv2-s1 .logo-box img {
        max-width: 50vw;
        max-height: 25vw;
    }

    .casedetailv2-s2 {
        padding: 0 5vw;
        margin-top: -14vw;
    }

    .casedetailv2-s2 .main {
        width: 100%;
        height: auto;
    }

    .casedetailv2-s3 {
        padding: 40px 5vw;
    }

    .casedetailv2-s3 .main {
        width: 100%;
    }

    .casedetailv2-s3 .txt-box {
        margin-top: 20px;
        display: block;
    }

    .casedetailv2-s3 .txt-box span {
        color: #bfbfbf;
    }

    .casedetailv2-s3 .active .right-box span {
        margin-top: 40px;
    }

    .casedetailv2-s3 .txt-box .para {
        max-width: 100%;
    }

    .casedetailv2-s4 {
        padding: 0;
    }

    .casedetailv2-s4 .top-box .box {
        height: 45vw;
    }

    .casedetailv2-s4 .bot-box .gray-item:nth-of-type(1) .box,
    .casedetailv2-s4 .bot-box .gray-item:nth-of-type(2) .box {
        height: 40vw;
    }

    .casedetailv2-s4 .bot-box .gray-item:nth-of-type(1) .box img,
    .casedetailv2-s4 .bot-box .gray-item:nth-of-type(2) .box img {
        transform: none;
    }

    .casedetailv2-s4 .box img {
        height: 100%;
        object-fit: cover;
    }

    .casedetailv2-s5 {
        padding: 40px 5vw;
        overflow: hidden;
    }

    .casedetailv2-s5 .top-box {
        width: 100%;
    }

    .casedetailv2-s5 .txt-box {
        width: 100%;
    }

    .casedetailv2-s5 .mac-box {
        transition: none;
        width: 100%;
        padding-top: 0;
        transform-origin: left top;
        transform: scale(3);
    }

    .casedetailv2-s5 .colortxt {
        font-size: 3rem;
    }

    .casedetailv2-s5 .txt-box p {
        margin-top: 10px;
    }

    .casedetailv2-s5 .mac-box img {
        width: 94%;
        margin-left: 0;
    }

    .casedetailv2-s5 .txt-box {
        margin-top: 10vw;
    }

    .casedetailv2-s6 {
        padding: 0 5vw;
    }

    .casedetailv2-s7 .txt-box {
        padding: 40px 5vw;
    }

    .casedetailv2-s7 .txt-box {
        width: 100%;
    }

    .casedetailv2-s7 .tit {
        font-size: 3rem;
    }

    .casedetailv2-s7 .para span {
        display: inline;
    }

    .casedetailv2-s8 {
        padding: 0 5vw;
    }

    .casedetailv2-s9 {
        padding: 40px 0;
    }

    .casedetailv2-s9 .tit {
        font-size: 3rem;
    }

    .casedetailv2-s9 a.more {
        font-size: 14px;
    }
}

/*# sourceMappingURL=bundle.css.map */
