@charset "UTF-8";

[v-cloak] {
    display: none;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: Source Han sans-serif;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fade-in-up-element {
    opacity: 0;
    animation-name: none;
    -webkit-animation-name: none;
    position: relative;
    /* border: 1px solid red; */
    /* height: 300px; */
    /* margin-bottom: 20px; */
}

.fade-in-up-element.animate {
    visibility: visible;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
    animation-duration: 2s;
    animation-delay: 0.2s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
}

#mainBox {
    font-family: Source Han Sans, Source Han Sans;
}

#mainBox .padB10 {
    padding-bottom: 10px !important;
}

#mainBox .marT25 {
    margin-top: 25px !important;
}

#mainBox .alignR {
    text-align: right !important;
}

#mainBox h1,
#mainBox h2,
#mainBox h3,
#mainBox h4,
#mainBox h5,
#mainBox h6 {
    font-size: inherit;
    font-weight: normal;
}

#mainBox {
    font-family: Source Han Sans, Source Han Sans;
}

#mainBox .tbanner {
    width: 100%;
}

#mainBox .aModule1 {
    padding: 80px calc((100% - 1200px)/2);
    background: #FEFEFE;
}

#mainBox .aModule2 {
    padding: 97px calc((100% - 1200px)/2) 80px;
    background: url('/static/v2/img/about/bg3.webp') no-repeat;
    background-size: 100% 100%;
}

#mainBox .aModule3 {
    height: 701px;
    padding: 97px calc((100% - 1200px)/2) 80px;
    background: url('/static/v2/img/about/bg4.webp') no-repeat;
    background-size: 100% 100%;
}

#mainBox .aModule4 {
    padding: 100px calc((100% - 1200px)/2) 120px;
    background: url('/static/v2/img/about/bg8.webp') no-repeat;
    background-size: 100% 100%;
}

#mainBox .aModule5 {
    padding: 100px calc((100% - 1200px)/2) 80px;
    background: url('/static/v2/img/about/bg11.webp') no-repeat;
    background-size: 100% 100%;
}

#mainBox .aModule6 {
    padding: 100px calc((100% - 1200px)/2) 80px;
    background: #FEFEFE;
}

#mainBox .aModule7 {
    padding: 100px calc((100% - 1200px)/2);
    background: #FAFAFA;
}

#mainBox .introduce {
    height: 569px;
    position: relative;
    background-image: url('/static/v2/img/about/bg1.webp');
    background-repeat: no-repeat;
    background-size: 545px 569px;
    background-position: top left;
    display: flex;
    justify-content: flex-end;
}

#mainBox .introduce .infoBox {
    width: 615px;
    height: 569px;
    position: relative;
}

#mainBox .introduce .infoBox h1 {
    height: 41px;
    font-weight: 700;
    font-size: 28px;
    color: #333333;
    line-height: 41px;
    margin-bottom: 24px;
}

#mainBox .introduce .infoBox .txts {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 32px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

#mainBox .introduce .infoBox .txts>p {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 32px;
}

#mainBox .introduce .infoBox .bItems {
    background: url('/static/v2/img/about/bg2.webp') no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 820px;
    height: 128px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
}

#mainBox .introduce .infoBox .nums {
    height: 128px;
    flex: 1;
    display: flex;
    justify-content: space-between;
    text-align: center;
    flex-direction: column;
    font-family: DIN, DIN !important;
    font-weight: 600;
    font-size: 32px;
    color: #FFFFFF;
    line-height: 36px;
    padding: 24px 0 22px;
}




#mainBox .introduce .infoBox .nums>p {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 24px;

}

#mainBox .introduce .infoBox .nums>.p2 {
    width: 75px;
    height: 48px;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 24px;
    text-align: center;
    margin: 0 auto;
}

#mainBox .mTitle {
    font-weight: 700;
    font-size: 28px;
    color: #333333;
    line-height: 41px;
}

#mainBox .mTitle2 {
    font-weight: 700;
    font-size: 28px;
    color: #FFFFFF;
    line-height: 41px;
}

#mainBox .wrapBox {
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    gap: 40px 30px;
}

#mainBox .wrapBox .card1 {
    width: calc((100% - 60px)/3);
    height: 185px;
    background: #5DC1CF;
    box-shadow: 2px 2px 30px 0px rgba(0, 0, 0, 0.0588);
    border-radius: 8px 8px 8px 8px;
    cursor: pointer;
}

#mainBox .wrapBox .card1:hover {
    background: #0099ad;

}

#mainBox .wrapBox .cardIn {
    margin: 8px -7px -8px 7px;
    width: 100%;
    height: 185px;
    background: linear-gradient(180deg, #F2F4F7 0%, #FEFEFE 100%);
    border-radius: 8px 8px 8px 8px;
    border: 1px solid #5DC1CF;
    padding: 39px 0px 39px 29px;
    display: flex;
    justify-content: flex-start;
    gap: 25px;
}

#mainBox .wrapBox .cardIn>img {
    width: 100px;
    height: 100px;
}

#mainBox .wrapBox .cardIn>div {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}

#mainBox .wrapBox .cardIn>div h1 {
    height: 24px;
    font-weight: 600;
    font-size: 24px;
    color: #0099AD;
    line-height: 24px;
}

#mainBox .wrapBox .cardIn>div h2 {
    margin-top: 18px;
    height: 18px;
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    line-height: 18px;
}

#mainBox .wrapBox .cardIn>div h3 {
    margin-top: 25px;
    height: 14px;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 14px;
}

#mainBox .wrapBox .cardIn>div h4 {
    margin-top: 6px;
    height: 14px;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 14px;
    text-align: right;
}

#mainBox .cultureBox {
    width: 100%;
    height: 495px;
    position: relative;
}

#mainBox .cultureBox .round1 {
    width: 392px;
    height: 392px;
    background: url('/static/v2/img/about/bg5.webp') no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 28px;
    position: absolute;
    top: 61px;
}

#mainBox .cultureBox .round2 {
    width: 284px;
    height: 284px;
    background: url('/static/v2/img/about/bg6.webp') no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 28px;
    position: absolute;
    top: 61px;
    left: 521px;
}

#mainBox .cultureBox .round3 {
    width: 300px;
    height: 300px;
    background: url('/static/v2/img/about/bg7.webp') no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 28px;
    position: absolute;
    top: 0px;
    right: 0;
}

#mainBox .cultureBox h1 {
    font-weight: 600;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 35px;
    text-shadow: 0px 4px 10px rgba(255, 255, 255, 0.3);
    text-align: center;

}

#mainBox .cultureBox h2 {
    width: 258px;
    font-weight: 350;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 32px;
    text-shadow: 0px 4px 10px rgba(255, 255, 255, 0.3);
    text-align: center;
}

#mainBox .values {
    margin-top: 57px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

#mainBox .values .card2 {
    width: 250px;
    height: 285px;
    border-radius: 8px 8px 8px 8px;
    background: url('/static/v2/img/about/bg9.webp') no-repeat;
    background-size: 100% 100%;
    transition: all .3s ease;
    padding: 12px 24px;
    position: relative;
}

#mainBox .values .card2>.cImg {
    display: block;
    width: 60px;
    height: 60px;
    margin-top: 42px;
    user-select: none;
}

#mainBox .values .card2>.cImg>.img1 {
    display: block;
    width: 60px;
    height: 60px;
}

#mainBox .values .card2>.cImg>.img2 {
    display: none;
    width: 60px;
    height: 60px;
}

#mainBox .values .active>.cImg>.img1 {
    display: none;
}

#mainBox .values .active>.cImg>.img2 {
    display: block;
}

#mainBox .values .card2>h1 {
    margin-top: 24px;
    font-weight: 600;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 35px;
    text-shadow: 0px 4px 10px rgba(255, 255, 255, 0.3);
}

#mainBox .values .card2>p {
    margin-top: 20px;
    font-weight: 350;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 23px;
    text-shadow: 0px 4px 10px rgba(255, 255, 255, 0.3);
}

#mainBox .values .active {
    width: 390px;
    height: 285px;
    border-radius: 8px 8px 8px 8px;
    background: url('/static/v2/img/about/bg10.webp') no-repeat;
    background-size: 100% 100%;
}

#mainBox .values .active>h1 {
    color: #333333;
}

#mainBox .values .active>p {
    color: #666666;
}

#mainBox .values .number1::after {
    display: block;
    content: "";
    position: absolute;
    right: 2px;
    bottom: 2px;
    width: 67px;
    height: 60px;
    background: url('/static/v2/img/about/icon5.webp') no-repeat;
    background-size: 100% 100%;
}

#mainBox .values .number1.active::after {
    position: absolute;
    right: 2px;
    bottom: 2px;
    width: 100px;
    height: 90px;
    background: url('/static/v2/img/about/icon5-2.webp') no-repeat;
    background-size: 100% 100%;
    border-radius: 0 0 4px 0;
}

#mainBox .values .number2::after {
    display: block;
    content: "";
    position: absolute;
    right: 2px;
    bottom: 2px;
    width: 67px;
    height: 60px;
    background: url('/static/v2/img/about/icon6.webp') no-repeat;
    background-size: 100% 100%;
}

#mainBox .values .number2.active::after {
    position: absolute;
    right: 2px;
    bottom: 2px;
    width: 100px;
    height: 90px;
    background: url('/static/v2/img/about/icon6-2.webp') no-repeat;
    background-size: 100% 100%;
    border-radius: 0 0 4px 0;
}

#mainBox .values .number3::after {
    display: block;
    content: "";
    position: absolute;
    right: 2px;
    bottom: 2px;
    width: 67px;
    height: 60px;
    background: url('/static/v2/img/about/icon7.webp') no-repeat;
    background-size: 100% 100%;
}

#mainBox .values .number3.active::after {
    position: absolute;
    right: 2px;
    bottom: 2px;
    width: 100px;
    height: 90px;
    background: url('/static/v2/img/about/icon7-2.webp') no-repeat;
    background-size: 100% 100%;
}

#mainBox .values .number4::after {
    display: block;
    content: "";
    position: absolute;
    right: 2px;
    bottom: 2px;
    width: 67px;
    height: 60px;
    background: url('/static/v2/img/about/icon8.webp') no-repeat;
    background-size: 100% 100%;
}

#mainBox .values .number4.active::after {
    position: absolute;
    right: 2px;
    bottom: 2px;
    width: 100px;
    height: 90px;
    background: url('/static/v2/img/about/icon8-2.webp') no-repeat;
    background-size: 100% 100%;
}



#mainBox .optionMenu {
    margin-top: 77px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 24px;
    border-bottom: 2px solid #D8D8D8;
}

#mainBox .optionMenu .option {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 36px;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 600;
    font-size: 20px;
    color: #666666;
    line-height: 36px;
    text-align: center;
}

#mainBox .optionMenu .active {
    position: relative;
    color: #0099AD;
}

#mainBox .optionMenu .active::before {
    position: absolute;
    top: calc(100% + 22px);
    display: block;
    content: "";
    width: 40%;
    height: 4px;
    background: #0099AD;
}

#mainBox .principle {
    margin-top: 40px;
    width: 100%;
    height: 350px;
    position: relative;
    display: none;
}

#mainBox .showBox {
    display: block;
}

#mainBox .principle .leftBg {
    position: absolute;
    left: 0;
    width: 474px;
    height: 350px;
    border-radius: 12px 12px 12px 12px;
    z-index: -1;
}

#mainBox .principle .card3 {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 895px;
    height: 233px;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
    border-radius: 12px 12px 12px 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#mainBox .principle .card3 .left {
    width: 169px;
    height: 233px;
    background: #FFFFFF;
    opacity: 0.8;
    border-radius: 12px 0 0 12px;
    position: relative;
}

#mainBox .principle .card3 .left::before {
    display: inline-block;
    content: "";
    width: 28px;
    height: 24px;
    background: url("/static/v2/img/about/icon13.webp")no-repeat;
    background-size: 100%;
    position: absolute;
    top: 36px;
    left: 78px;
}

#mainBox .principle .card3 .right {
    width: 726px;
    height: 233px;
    background: #FFFFFF;
    border-radius: 0 12px 12px 0;
    position: relative;
}

#mainBox .principle .card3 .right::before {
    display: inline-block;
    content: "";
    width: 28px;
    height: 24px;
    background: url("/static/v2/img/about/icon14.webp")no-repeat;
    background-size: 100%;
    position: absolute;
    right: 78px;
    bottom: 36px;
}

#mainBox .principle .card3 .textInfo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 681px;
    font-weight: 400;
    font-size: 14px;
    color: #3D3D3D;
    line-height: 32px;
}

#mainBox .processOut {
    margin-top: 57px;
    min-height: 305px;
}

#mainBox .process {
    width: 100%;
    padding-right: 40px;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 28px 24px;
}

#mainBox .process .pcard {
    width: calc((100% - 48px)/3);
    height: 83px;
}

#mainBox .process .pcard .p1 {
    position: relative;
    font-weight: 600;
    font-size: 20px;
    color: #333333;
    line-height: 29px;
    width: 360px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 22px;
}

#mainBox .process .pcard .p1::before {
    display: inline-block;
    content: "";
    width: 15px;
    height: 15px;
    background: url("/static/v2/img/about/icon15.webp")no-repeat;
    background-size: 100%;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}

#mainBox .process .pcard .p2 {
    padding-left: 22px;
    margin-top: 14px;
    height: 40px;
    font-weight: 350;
    font-size: 14px;
    color: #666666;
    line-height: 20px;
}

#mainBox .lineChange {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 100px;

}

#mainBox .lineChange>img {
    width: 24px;
    height: 24px;
}

#mainBox .lineChange>img {
    width: 24px;
    height: 24px;
    cursor: pointer;
}

#mainBox .lineChange .rBtn2 {
    transform: rotate(180deg);
}

#mainBox .lineChange .lineBox {
    width: 1040px;
    height: 12px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#mainBox .lineChange .lineBox::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
    display: block;
    content: "";
    width: 1040px;
    height: 1px;
    border-bottom: 1px dashed #D8D8D8;

}

#mainBox .lineChange .lineBox .drop {
    width: 12px;
    height: 12px;
    background: #999999;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
}

#mainBox .lineChange .lineBox .drop .time1 {
    display: block;
    width: 55px;
    text-align: center;
    position: absolute;
    top: calc(100% + 12px);
    left: 50%;
    transform: translateX(-50%);
    font-weight: 350;
    font-size: 16px;
    color: #999999;
    line-height: 23px;
}

#mainBox .lineChange .lineBox .drop .time2 {
    display: none;
    width: 55px;
    text-align: center;
    position: absolute;
    bottom: calc(100% + 12px);
    left: 50%;
    transform: translateX(-50%);
    font-weight: 600;
    font-size: 24px;
    color: #0099AD;
    line-height: 35px;
}

#mainBox .lineChange .lineBox .drop.active .time1 {
    display: none;
}

#mainBox .lineChange .lineBox .drop.active .time2 {
    display: block;
}

#mainBox .lineChange .lineBox .drop.active::after {
    display: block;
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    border-right: 10px solid transparent;
    border-top: 6px solid transparent;
    border-bottom: 8px solid #0099AD;
    border-left: 10px solid transparent;
    left: 50%;
    transform: translateX(-50%);
    top: 25px;
}

#mainBox .lineChange .lineBox .drop.active {
    background: #0099AD;
}

#mainBox .lineChange .lineBox .aRow {
    width: 55px;
    height: 94px;
}

#mainBox .book {
    margin-top: 57px;
    display: flex;
    justify-content: flex-start;
    gap: 40px;
}

#mainBox .book>.lImg {
    width: 385px;
    height: 433px;
}

#mainBox .book>.rInfo {
    width: 776px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#mainBox .book>.rInfo .bTxt {
    font-weight: 600;
    font-size: 20px;
    color: #3D3D3D;
    line-height: 29px;
}

#mainBox .book>.rInfo .pTxt {
    margin-top: 6px;
    font-weight: 400;
    font-size: 14px;
    color: #3D3D3D;
    line-height: 28px;
}