* {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}

body {
    font-family: PingFang SC-Regular, PingFang SC !important;
    font-size: 14px !important;
}

@font-face {
    font-family: 'D-DIN';
    src: url('../../css/website/D-DIN.ttf') format('truetype');
}

@font-face {
    font-family: 'D-DIN-Bold';
    src: url('../../css/website/D-DIN-Bold.ttf') format('truetype');
}

h1,
h2 {
    margin-bottom: 0 !important;
}

.website-box {
    width: 100%;
}

.headerLeftBtn {
    width: 120px;
    height: 48px;
    border-radius: 8px;
    background: #0095FF;
    margin-right: 24px;
    cursor: pointer;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.headerRightBtn {
    width: 120px;
    height: 48px;
    border-radius: 8px;
    border: 1px solid #0095FF;
    background: transparent;
    cursor: pointer;
    color: #0095FF;
    font-weight: 400;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.webHeader {
    height: 78px;
    width: 100%;
    min-width: 1210px;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    font-size: 16px;
    position: fixed;
    z-index: 999;
    transition: background-color 0.3s ease-in-out;
}

.webHeader:hover {
    background-color: #fff;
}

.webHeader:hover .webHeaderContainter,
.webHeader:hover .phoneNum {
    color: #1e2226 !important;
}

.webHeader:hover .headerPhone1,
.webHeader:hover .headerLogo1 {
    display: block;
}

.webHeader:hover .headerPhone2,
.webHeader:hover .headerLogo2 {
    display: none;
}

.webHeader:hover {
    background-color: #fff;
}

.transparent-bg {
    background-color: rgba(251, 251, 253, .8);
    transition: background-color 0.3s ease-in-out;
    backdrop-filter: saturate(180%) blur(20px);
}

.webHeader .webHeaderContainter {
    display: flex;
    width: 1200px;
    height: 100%;
    justify-content: space-between;
    align-items: center;
    color: #1e2226;
}

.transparent-bg .webHeaderContainter,
.transparent-bg .phoneNum {
    color: #1e2226 !important;
}

.headerPhone1,
.headerLogo1 {
    display: none;
}

.headerPhone2,
.headerLogo2 {
    display: block;
}

.transparent-bg .headerPhone1,
.transparent-bg .headerLogo1 {
    display: block;
}

.transparent-bg .headerPhone2,
.transparent-bg .headerLogo2 {
    display: none;
}

.webHeader .logo {
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #0095FF;
    border-radius: 2px 2px 2px 2px;
    color: #fff;
    cursor: pointer;
}

.webHeader .headerItem {
    height: 100%;
    margin-right: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: transparent 2px solid;
    cursor: pointer;
}

.webHeader .headerItem:hover {
    border-bottom: #0095FF 2px solid;
    color: #0095FF;
    z-index: 11;
}

.webHeader .phone {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 180px;
    margin-right: 10px;
    margin-left: 25px;
}

.webHeader .phoneNum {
    font-size: 20px;
    font-weight: bold;
    color: #1e2226;
    font-family: D-DIN-Bold;
    margin-left: 4px;
}

.webHeader .reg {
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 2px 2px 2px 2px;
    opacity: 0.8;
    border: 1px solid #0095FF;
    color: #0095FF;
    margin-right: 16px;
    cursor: pointer;
}

.webHeader .freeExperience {
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: linear-gradient(314deg, #00BFFF 0%, #008EF2 100%);
    border-radius: 2px 2px 2px 2px;
    cursor: pointer;
}

.webHeader .productContainer,
.webHeader .aboutUs {
    width: 100%;
    height: 0;
    background-color: #fff;
    z-index: 999;
    position: absolute;
    top: 78px;
    left: 0;
    overflow: hidden;
    transition: height 0.5s linear;
    cursor: auto;
}

.webHeader .headerItem:hover .productContainer,
.webHeader .headerItem:hover .aboutUs {
    border-top: 1px #CED4D9 solid;
    box-shadow: 0px 4px 8px 1px rgba(30, 34, 38, 0.08);
    height: 245px;
}

.productBody {
    width: 1200px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto;
    margin-top: 32px;
}

.productBody .productItem {
    width: 280px;
    min-height: 80px;
    margin-right: 20px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
}

.productItemImg {
    width: 48px;
    margin: 16px 0;
    margin-left: 20px;
}

.productBody .productItem:hover {
    background-image: url('../../images/website/activeBg.png');
    background-size: 100%;
    /* box-shadow: 0px 3px 9px 1px rgba(30,34,38,0.03); */
    border-radius: 13px;
    background-repeat: round;
}

.aboutUsBody {
    width: 1200px;
    display: flex;
    align-items: center;
    margin: 0 auto;
    margin-top: 32px;
    color: #1E2226;
    justify-content: space-between;
}

.aboutUsTitle {
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    color: #1E2226;
}

.aboutUsItem {
    cursor: pointer;
    margin-right: 24px;
    margin-bottom: 20px;
    color: #1E2226;
    text-decoration: none;
}

.aboutUsItem:hover {
    color: #0095FF !important;
    text-decoration: none;
}

.aboutUsTitle:hover {
    color: #0095FF !important;
    text-decoration: none;
}

.aboutUsCode {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 100px;
}

.HeaderContent {
    height: auto;
    width: 100%;
    overflow: hidden;
    min-width: 1220px;
    background-image: url('../../images/website/headerBg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #f1f8ff
}

.mainContainer1 {
    width: 100%;
    height: 760px;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    min-width: 1220px;
}

.mainTitle {
    font-size: 36px;
    font-weight: bold;
    color: #1E2226;
    margin-top: 80px;
    text-align: center;
}

.main1bgImg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 700px;
}

.mainContainer2 {
    width: 100%;
    height: 800px;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    min-width: 1220px;
    transition: transform 0.5s ease;
    transform: scale(1);
}

.main2Item {
    width: 282px;
    height: 68px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
    border-radius: 12px;
    border: 1px solid #CED4D9;
    color: #1e2226;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
}

.qwmain2Item {
    width: 220px;
    height: 68px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
    border-radius: 12px;
    border: 1px solid #CED4D9;
    color: #1e2226;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
}

.content2-box {
    height: 460px;
    width: 1200px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    margin-top: 282px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}

.qwContent2TitleBody {
    display: flex;
    align-items: center;
    margin: 12px 0 40px 0;
    position: relative;
}

.qwContent2TitleBody::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -16px;
    height: 0.5px;
    width: 95%;
    background-color: rgba(194, 199, 204, 0.3);
}

.main2Content {
    margin: 0 auto;
    margin-top: 48px;
    display: flex;
    width: 1200px;
    justify-content: space-between
}

.active {
    background-image: url('../../images/website/activeBg2.png');
    background-size: 100% 100%;
    border: none;
    box-shadow: 0px 3px 9px 1px rgba(30, 34, 38, 0.03);
}

.active img {
    display: none;
}

.active div {
    font-weight: bold;
    background-image: linear-gradient(90deg, #003366 0%, #1E2226 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.contentBoxNum {
    font-size: 28px;
    font-family: D-DIN-Bold;
    font-weight: bold;
    color: #0095FF;
}

.contentBoxTitle {
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    margin-left: 12px;
}

.contentBoxDesc {
    font-size: 16px;
    font-weight: 400;
    color: #919699;
    margin-bottom: 72px;
    position: relative;
}

.contentBoxDesc::after {
    content: '';
    width: 110%;
    height: 1px;
    background-color: rgba(194, 199, 204, 0.3);
    position: absolute;
    bottom: -36px;
    left: 0;
}

.mainDesc {
    margin-top: 8px;
    font-size: 16px;
    font-weight: 400;
    color: #919699;
    text-align: center;
}

.main3BgImg,
.main4BgImg,
.main5BgImg {
    width: 100%;
    height: 100%;
    z-index: -100;
    position: absolute;
    object-fit: cover;
    object-position: right;
}

.main3Content {
    width: 1200px;
    height: 492px;
    background: #F9FCFE;
    box-shadow: 0px 4px 19px 1px rgba(30, 34, 38, 0.03);
    display: flex;
    margin: 0 auto;
    margin-top: 35px;
}

.main3Left {
    width: 180px;
    height: 100%;
    background: #F1F7FD;
    border-radius: 8px 0px 0px 8px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

.main3Item {
    width: 156px;
    height: 48px;
    border-radius: 4px 4px 4px 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.main3Icon {
    width: 20px;
    height: 20px;
    display: block;
}

.main3IconAct {
    width: 20px;
    height: 20px;
    display: none;
}

.active2 {
    background: linear-gradient(315deg, #0095FF 0%, #00BFFF 100%);
    color: #fff;
}

.active2 .main3IconAct {
    display: block;
}

.active2 .main3Icon {
    display: none;
}

.main3Right {
    flex: 1;
    height: 100%;
    box-sizing: border-box;
    padding: 48px 60px 50px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    color: #1E2226;
}

.main3RightTitle {
    font-size: 24px;
    margin-bottom: 12px;
}

.main3RightDesc {
    width: 512px;
    font-size: 16px;
    font-weight: 400;
    color: #919699;
    margin-bottom: 36px;
}

.main3RightImg {
    width: 135px;
    height: 48px;
    margin-right: 24px;
    margin-bottom: 24px;
}

.main3BtnContainer {
    display: flex;
    position: absolute;
    bottom: 122px;
}

.main3BtnContainer::before {
    content: '';
    position: absolute;
    width: 200%;
    height: 0.5px;
    left: 0;
    background-color: rgba(194, 199, 204, 0.3);
    top: -20px;
}

.main3Btn {
    width: 120px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background: #F9FCFE;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid rgba(206, 212, 217, 0.5);
    font-weight: 400;
    font-size: 16px;
    cursor: pointer;
}

.mainLeftTitle {
    font-size: 36px;
    font-weight: bold;
    color: #FFFFFF;
    margin-top: 80px;
    margin-bottom: 20px;
}

.mainLeftDesc {
    font-size: 16px;
    font-weight: 400;
    color: #919699;
    margin-bottom: 28px;
}

.main4ItemList {
    display: flex;
    align-items: center;
    color: #919699;
    position: relative;
}

.main4ItemList::after {
    content: '';
    position: absolute;
    top: 98%;
    height: 1px;
    width: 1000px;
    background: linear-gradient(320deg, rgba(230, 244, 255, 0) 0%, rgba(230, 244, 255, 0.5) 100%);
}

.main4Item {
    font-size: 16px;
    font-weight: 400;
    color: #919699;
    margin-right: 48px;
    padding: 12px 0;
    border-bottom: transparent 2px solid;
    cursor: pointer;
}

.active3 {
    color: #0095FF;
    font-weight: bold;
    border-bottom: 2px solid #0095FF;
}

.content4-box {
    width: 100%;
    margin-top: 32px;
}

.content4Title {
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 24px;
}

.content4Desc {
    width: 690px;
    font-size: 16px;
    font-weight: 400;
    color: #CED4D9;
    margin-bottom: 36px;
}

.content4Imgbox::after {
    content: '';
    position: relative;
    top: 25%;
    right: 0;
    width: 1px;
    height: 50%;
    border: 1px solid rgba(230, 244, 255, 0.1);
}

.content4Btn {
    width: 174px;
    height: 54px;
    border-radius: 4px 4px 4px 4px;
    opacity: 1;
    border: 1px solid #1A77FF;
    color: #1A77FF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 400;
    margin-top: 72px;
    cursor: pointer;
}

.main5Num {
    font-size: 36px;
    font-family: D-DIN-Bold;
    font-weight: bold;
    color: #0095FF;
    line-height: 38px;
}

.active4 {
    width: 588px !important;
}

.content5-box {
    width: 282px;
    height: 328px;
    margin-right: 24px;
    transition: all 0.4s linear;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    background: hsla(0, 0%, 100%, .4);
    box-shadow: 0 10px 80px 5px rgba(1, 40, 111, .05);
    -webkit-backdrop-filter: blur(35px);
    backdrop-filter: blur(35px);
}

.content5BoxImg {
    width: 156px;
    height: 156px;
    position: absolute;
    top: 0;
    right: 0;
}

.mainContent5 {
    position: absolute;
    font-size: 20px;
    font-weight: bold;
    color: #1E2226;
    bottom: -130px;
    margin-left: 32px;
    transition: all 0.4s linear;
}

.box5Num {
    font-family: D-DIN-Bold;
    font-size: 48px;
    color: #1e2226;
    opacity: 0.3;
}

.content5Font {
    transition: all 0.4s linear;
}

.active4 .content5Font {
    font-size: 24px;
}

.active4 .mainContent5 {
    bottom: 30px;
}

.active4 .box5Num {
    display: none;
}

.active4 .box5Desc {
    opacity: 1;
}

.active4 .box5BottomDesc {
    opacity: 1;
}

.box5Desc {
    font-size: 16px;
    font-weight: 400;
    color: #949799;
    margin-top: 24px;
    opacity: 0;
    transition: all 0.4s linear;
}

.tryBg {
    height: 240px;
    background-image: url('../../images/website/tryBg.png');
    background-size: 100% 240px;
}

.jltryBg {
    height: 240px;
    background-image: url('../../images/website/jltryBg.png');
    background-size: 100% 240px;
}

.box5BottomItem {
    width: 147px;
    height: 80px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    border-right: 1px solid #DAE0E6;
    font-size: 14px;
    color: #1E2226;
    display: flex;
}

.box5BottomDesc {
    display: flex;
    margin-top: 50px;
    margin-left: -32px;
    opacity: 0;
    transition: all 0.4s linear;
}

.main5Content {
    margin: 0 auto;
    margin-top: 48px;
    position: relative;
    max-width: 2560px;
    overflow: hidden;
    margin-bottom: 100px;
}

@keyframes move {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(100%);
    }
}

@keyframes move2 {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(150%);
    }
}

.main5Img {
    width: 100%;
}

.delay {
    right: 100% !important;
    position: absolute;
}

.main5ImgContainer1,
.main5ImgContainer3 {
    margin-bottom: 40px;
    animation: move 20s linear infinite;
}

.main5ImgContainer2,
.main5ImgContainer4 {
    margin-bottom: 40px;
    animation: move 15s linear infinite;
}

.main5ImgContainer1:hover,
.main5ImgContainer2:hover,
.main5ImgContainer3:hover,
.main5ImgContainer4:hover {
    animation-play-state: paused;
}

.shadowLeft {
    position: absolute;
    top: 0;
    left: 0;
    width: 360px;
    height: 100%;
    background: linear-gradient(90deg, #FFFFFF 0%, #FFFFFF 58%, rgba(255, 255, 255, 0.05) 100%);
}

.shadowRight {
    position: absolute;
    top: 0;
    right: 0;
    width: 360px;
    height: 100%;
    background: linear-gradient(270deg, #FFFFFF 0%, #FFFFFF 58%, rgba(255, 255, 255, 0.05) 100%);
}

.main6Btn {
    width: 196px;
    height: 72px;
    text-align: center;
    line-height: 72px;
    /* background-color: #1A77FF; */
    background-image: url('../../images/website/tryBtnImg.png');
    background-size: 100%;
    background-repeat: no-repeat;
    color: white;
    font-size: 20px;
    font-weight: 400;
    border-radius: 8px;
    cursor: pointer;
}

.main7Top::after {
    content: '';
    width: 100%;
    opacity: 0.3;
    border: 1px solid #444D59;
    position: absolute;
}

.main7TopItem,
.off1Item {
    display: flex;
    height: 40%;
    align-items: center;
    flex: 1;
    justify-content: center;
    position: relative;
}

.main7TopItem::after {
    position: absolute;
    content: '';
    width: 2px;
    height: 47px;
    background: linear-gradient(180deg, #040F1E 0%, #D9E9FF 51%, #040F1E 100%);
    border-radius: 2px 2px 2px 2px;
    opacity: 0.5;
    right: 0;
}

.main7Body {
    margin: 0 auto;
    width: 1200px;
    height: 265px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main7logo {
    width: 148px;
    height: 48px;
}

.headerLogo {
    width: 270px;
    height: 41px;
}

.newItem {
    margin-top: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    color: #cacbcc
}

.main7BottomList {
    margin: 0 auto;
    width: 1200px;
    height: 60px;
    display: flex;
    align-items: center;
}

/* officialAssistant  */

.offMain1Img {
    width: 1200px;
    margin: 0 auto;
    margin-top: 36px;
    position: absolute;
    left: 0;
    right: 0;
}

.off1Item::after {
    position: absolute;
    content: '';
    width: 1px;
    height: 20px;
    background: #E1E4E6;
    border-radius: 2px 2px 2px 2px;
    right: 0;
}

.off3Item {
    width: 380px;
    height: 280px;
    /* background: linear-gradient(23deg, #112334 0%, rgba(17,35,52,0.75) 25%, rgba(17,35,52,0) 100%); */
    background-image: url('../../images/website/offmain2ItemBg.png');
    background-size: 100%;
    background-repeat: no-repeat;
    border-radius: 8px 8px 8px 8px;
    box-sizing: border-box;
    position: relative;
}

.off3ItemList {
    height: 38px;
    margin-left: -36px;
    width: 100%;
    margin-top: 20px;
    position: relative;
    opacity: 0;
    transition: all 0.4s linear;
}

.off3TopImg {
    width: 60px;
    height: 60px;
    margin-top: 36px;
    opacity: 1;
    transition: all 0.4s linear;
}

.off3ItemBody {
    position: absolute;
    transition: all 0.4s linear;
    bottom: 0px;
    overflow: hidden;
    height: 100%;
    margin-left: 36px;
}

.off3Item:hover .off3ItemBody {
    bottom: 45px;
    height: 330px;
}

.off3Item:hover .off3ItemList {
    opacity: 1;
}

.off3Item:hover .off3TopImg {
    opacity: 0;
}

.off3ImgContainer1 {
    margin-bottom: 10px;
    animation: move 20s linear infinite;
}

.off3ImgContainer2 {
    margin-bottom: 10px;
    animation: move 15s linear infinite;
}

.off3ImgContainerBig {
    margin-bottom: 10px;
    animation: move2 20s linear infinite;
}

.offContent {
    margin-top: 85px;
}

.offBodyTitle {
    font-size: 18px;
    font-weight: bold;
    margin-left: 20px;
    color: #1E2226;
}

.offBodyDesc {
    font-size: 16px;
    font-weight: 400;
    color: #919699;
    margin-left: 40px;
    margin-top: 12px;
}

.offContentBody {
    margin-bottom: 24px;
}

.off4Item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 0 36px;
}

.off4Item::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 60%;
    right: 0;
    border: 1px solid rgba(230, 244, 255, 0.1);
}

.content4offBtn {
    width: 174px;
    height: 54px;
    border-radius: 4px 4px 4px 4px;
    opacity: 1;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 400;
    margin-top: 72px;
    cursor: pointer;
    background: linear-gradient(133deg, #0095FF 0%, #00BFFF 100%);
}

.off3ItemName1,
.off3ItemName2,
.off3ItemName3,
.off3ItemName4 {
    position: relative;
}

.off3ItemName1::after {
    content: '';
    width: 55px;
    height: 55px;
    z-index: -1;
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: url('../../images/website/off01.png');
    background-size: 100%;
}

.off3ItemName2::after {
    content: '';
    width: 55px;
    height: 55px;
    z-index: -1;
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: url('../../images/website/off02.png');
    background-size: 100%;
}

.off3ItemName3::after {
    content: '';
    width: 55px;
    height: 55px;
    z-index: -1;
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: url('../../images/website/off03.png');
    background-size: 100%;
}

.off3ItemName4::after {
    content: '';
    width: 55px;
    height: 55px;
    z-index: -1;
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: url('../../images/website/off04.png');
    background-size: 100%;
}

/* qwSpirit css */

.jlHeaderBtn {
    width: 120px;
    height: 48px;
    border-radius: 8px;
    background: #0095FF;
    cursor: pointer;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    line-height: 48px;
}

.jlHeaderContent {
    position: relative;
    height: 845px;
    width: 100%;
    overflow: hidden;
    min-width: 1220px;
}

.jlHeaderBottom {
    width: 100%;
    position: absolute;
    bottom: 32px;
    z-index: -99;
    left: 0;
    right: 0;
}

.jlHeaderBottomImg {
    width: 1200px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.jlmain2Item {
    flex: 1;
    height: 130px;
    display: flex;
    align-items: center;
    color: #202226;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    flex-direction: column;
}

.jlmain2Name {
    position: relative;
}

.jlactive1 .jlmain2Name::after {
    content: '';
    position: absolute;
    bottom: 0;
    border-bottom: 2px solid #0095FF;
    bottom: -10px;
    left: 0;
    height: 1px;
    width: 100%;
}

.jlactive1 .jlmain2Name {
    color: #0095FF;
    font-weight: bold;
}

.jlcontentBoxNum {
    font-size: 36px;
    font-family: D-DIN-Bold;
    font-weight: bold;
    color: #0095FF;
    position: relative;
}

.jlcontentBoxTitle {
    font-size: 24px;
    font-weight: 800;
    color: #202226;
    margin-left: 8px;
}

.jlcontentBoxNum::after {
    content: '';
    left: 0;
    bottom: -55px;
    width: 100%;
    height: 3px;
    background-color: #0095FF;
    position: absolute;
}

.jlmain2Btn {
    width: 136px;
    height: 46px;
    background: #0095FF;
    border-radius: 2px 2px 2px 2px;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    line-height: 46px;
    cursor: pointer;
}

.jlmain3Item {
    border-radius: 4px;
    background: linear-gradient(135deg, #E1EEFA 0%, #E1F0FA 100%);
    width: 180px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #14161A;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    margin-right: 24px;
}

.jlactive2 {
    background: #0095FF;
    color: #fff;
}

.jlcontent3-box {
    height: 460px;
    width: 1200px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    margin-top: 282px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}

.jlmain3Icon {
    width: 24px;
    height: 24px;
    display: block;
}

.jlmain3IconAct {
    width: 24px;
    height: 24px;
    display: none;
}

.jlactive2 .jlmain3Icon {
    display: none;
}

.jlactive2 .jlmain3IconAct {
    display: block;
}

.jlmain4Item {
    flex: 1;
    height: 35px;
    display: flex;
    align-items: center;
    color: #202226;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    flex-direction: column;
}

.jlmain4Name {
    position: relative;
}

.jlactive3 .jlmain4Name::after {
    content: '';
    position: absolute;
    bottom: 0;
    bottom: -11px;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 2px;
    width: 60px;
    background-color: #0095FF;
}

.jlactive3 .jlmain4Name {
    color: #0095FF;
}

.jlcontent4-box {
    height: 460px;
    width: 1200px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    margin-top: 255px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}

.jlcontent4Item1,
.jlcontent4Item2,
.jlcontent4Item3 {
    width: 100%;
    height: 90px;
    margin-bottom: 20px;
    background: linear-gradient(135deg, #F0F5FC 0%, #F2FAFF 100%);
    border-radius: 4px;
    transition: all 0.3s linear;
    display: flex;
    align-items: center;
}

.jlactive4 {
    height: 180px;
}

.jlactive5 {
    height: 136px !important;
}

.jlcontent4ItemImg {
    width: 24px;
    height: 24px;
    margin-left: 32px;
    transition: all 0.3s linear;
}

.jlcontent4ItemName {
    font-size: 20px;
    font-weight: 400;
    color: #202226;
    transition: all 0.3s linear;
    margin-top: 40px;
}

.jlcontent4ItemDesc {
    font-size: 16px;
    font-weight: 400;
    color: #949799;
    margin-top: 16px;
    opacity: 0;
    transition: all 0.3s linear;
}

.jlcontent4ItemNum {
    font-size: 28px;
    font-family: D-DIN-Bold;
    font-weight: bold;
    color: #99C3FF;
    transition: all 0.3s linear;
    margin-left: 32px;
}

.jlactive4 .jlcontent4ItemDesc,
.jlactive5 .jlcontent4ItemDesc {
    opacity: 1;
}

.jlactive4 .jlcontent4ItemImg,
.jlactive5 .jlcontent4ItemImg {
    width: 48px;
    height: 48px;
}

.jlactive4 .jlcontent4ItemName,
.jlactive5 .jlcontent4ItemName {
    color: #202226;
    font-weight: bold;
    font-size: 24px;
    margin-top: 0 !important;
}

.jlactive5 .jlcontent4ItemNum {
    font-size: 36px;
    font-weight: bold;
    color: #0069FF;
}

.jlmain5Item {
    width: 385px;
    height: 440px;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.jlmain5ItemName {
    font-size: 24px;
    font-weight: bold;
    color: #202226;
    margin-top: 22px;
    position: relative;
}

.jlmain5ItemName::after {
    content: "";
    position: absolute;
    left: -95px;
    bottom: -28px;
    width: 312px;
    height: 1px;
    background-color: #E7ECF3;
}

.jlmain5ItemDesc {
    width: 256px;
    font-size: 16px;
    font-weight: 400;
    color: #949799;
    text-align: center;
    margin-top: 52px;
}

/* independenceDep */

.depmain1Item {
    width: 385px;
    height: 222px;
    background-color: #fff;
    box-sizing: border-box;
    padding: 24px 40px;
    margin-bottom: 24px;
}

.depmain1ItemName {
    color: #1E2226;
    font-size: 20px;
    font-weight: bold;
    margin-top: 25px;
}

.depmain1ItemDesc {
    color: #919699;
    font-size: 16px;
    font-weight: 400;
    margin-top: 16px;
}

.depContentBody {
    margin-bottom: 24px;
    padding: 25px 24px;
    background: transparent;
}

.depactive1 {
    background: #EEF7FA;
}

.depmain4Btn {
    width: 132px;
    height: 48px;
    background: linear-gradient(133deg, #0095FF 0%, #00BFFF 100%);
    border-radius: 4px;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.depContent1Img {
    object-fit: cover;
}

/* aboutUs */

.abHeaderBtn {
    width: 174px;
    height: 48px;
    border-radius: 4px;
    border: 1px solid #0095FF;
    color: #0095FF;
    margin-top: 72px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    cursor: pointer;
}

.teamImg,
.teamImgs,
.teamImgb {
    transform: scale(1);
    transition: all 0.3s linear;
}

.teamImg:hover {
    transform: scale(1.3);
    position: relative;
    z-index: 100;
}

.teamImgb:hover {
    transform: scale(1.1);
    position: relative;
    z-index: 100;
}

.teamImgs:hover {
    transform: scale(2);
    position: relative;
    z-index: 100;
}

.abmain5LeftContainer {
    width: 480px;
    height: 360px;
    background: #F5F8FA;
    border-radius: 8px 0px 0px 8px;
    padding: 36px 48px;
    box-sizing: border-box;
}

/* newsInformation */

.newsItem {
    width: 100%;
    height: 158px;
    margin-bottom: 48px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    position: relative;
}

.newsItem::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -24px;
    left: 0;
    background-color: rgba(206, 212, 217, 0.3);
}

.newsItemTitle {
    color: #1e2226;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px
}

.newsItemTime {
    color: #919699;
    font-size: 14px;
    font-weight: 400;
}

.newsItemImg {
    width: 282px;
    height: 158px
}

.newsItemDesc {
    color: #1e2226;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.newsPageBtn {
    width: 28px;
    height: 28px;
    border-radius: 4px;
    border: 1px solid #CED4D9;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 12px;
    background: #fff;
    color: #1e2226;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
}

.newsPageBtn:hover {
    color: #fff !important;
    background: #0095FF !important;
}

.newsRight {
    width: 328px;
    height: 240px;
    background-image: url('../../images/website/newsQrcode.png');
    background-size: 100%;
    position: relative;
}

.newsRightImg {
    width: 118px;
    height: 118px;
    position: absolute;
    top: 31px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

/* newsArticles */

.articles {
    width: 1200px;
    margin: 0 auto;
    padding-top: 160px;
    justify-content: space-between;
    display: flex;
}

.artTop {
    font-size: 16px;
    font-weight: 400;
    color: #1E2226;
    margin-bottom: 20px;
}

.artTitle {
    width: 100%;
    box-sizing: border-box;
    padding: 38px 0 20px;
    font-size: 36px;
    font-weight: bold;
    color: #1E2226;
    border-top: 1px solid rgba(206, 212, 217, 0.3);
    border-bottom: 1px solid rgba(206, 212, 217, 0.3);
}

.artRight {
    width: 100%;
    box-sizing: border-box;
    padding: 20px 24px;
    border-radius: 2px;
    border: 1px solid rgba(206, 212, 217, 0.3);
}

.artRightTitle {
    font-size: 20px;
    font-weight: bold;
    color: #1E2226;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(206, 212, 217, 0.3);
}

.artRightItem {
    width: 100%;
    margin-bottom: 24px;
    height: 188px;
    overflow: hidden;
    cursor: pointer;
}

#dialogContainer {
    width: 0;
    height: 0;
    background-image: url('../../images/website/popup.png');
    background-size: 100%;
    /* display: flex; */
    /* flex-direction: column; */
    box-sizing: border-box;
    /* padding: 27.5px; */
    /* justify-content: center; */
    /* align-items: center; */
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* background-color: #fff; */
    border-radius: 4px;
    transition: all 0.3s linear;
    z-index: 999;
}

.popupQrcodeImg {
    width: 0;
    height: 0;
    position: fixed;
    top: 55%;
    right: -4%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    transition: all 0.3s linear;
}

.popupAfter {
    width: 0;
    height: 0;
    position: fixed;
    top: 30%;
    right: -11.5%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    transition: all 0.3s linear;
    animation: none;
}

@keyframes move3 {
    0% {
        top: 30%;
    }
    50% {
        top: 80%;
    }
    100% {
        top: 30%;
    }
}

/* 遮罩层样式 */

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.35);
    z-index: 998;
}

#pagination {
    width: 776px;
    position: absolute;
    bottom: 50px;
    display: flex;
    justify-content: center;
}

#newsItemButtonListContainer {
    width: 190px;
    margin-top: 20px;
    font-size: 14px;
    margin-top: 20px;
    font-weight: 400;
    color: #cacbcc"

}

.artRightItemImg {
    width: 280px;
    height: 128px;
    margin-bottom: 16px
}

.artRightItemTitle {
    font-size: 16px;
    font-weight: 400;
    color: #1E2226;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.bottomAbtn {
    font-size: 14px;
    font-weight: 400;
    margin-right: 32px;
    color: #949799;
    cursor: pointer;
    text-decoration: none;
}

.bottomAbtn:hover {
    text-decoration: none;
}

/* 私域小店 */

.storeContentBody {
    margin-bottom: 24px;
    width: 462px;
    height: 112px;
    background: #F3FAFF;
    border-radius: 8px 8px 8px 8px;
    transition: all 0.3s linear;
    box-sizing: border-box;
    padding: 16px 0 0 24px;
}

.storeBodyDesc {
    margin: 12px 0 16px 40px;
    width: 378px;
    font-size: 14px;
    font-weight: 400;
    color: #919699;
}

.storeActive {
    height: 204px;
}

.storeActive .storeBodyDetialList {
    opacity: 1;
    transform: scaleY(1);
}

.storeBodyDetialList {
    transform: scaleY(0);
    opacity: 0;
    transition: all 0.4s linear;
}

.storeBodyDetial {
    margin-bottom: 12px;
    display: flex;
    margin-left: 22px;
    width: 405px;
}

.storeBodyDetialPoint {
    width: 6px;
    height: 6px;
    background: #0095FF;
    border-radius: 50%;
    margin-right: 12px;
    margin-top: 8px;
}

.storeBodyDetialContent {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #616466;
}

.storeContentImg,
.storeContentImg2 {
    width: 690px;
    margin-top: 36px;
}

.storeContentBody2 {
    width: 462px;
    height: 112px;
    margin-bottom: 16px;
    transition: all 0.3s linear;
    box-sizing: border-box;
    padding: 24px;
    border: 1px solid #fff;
    border-radius: 8px 8px 8px 8px;
}

.storeActive2 {
    height: 156px;
    background: #F3FAFF;
    border-radius: 8px 8px 8px 8px;
    border: 1px solid #0095FF;
}

.storeBodyDesc2 {
    margin: 12px 0 0 40px;
    width: 358px;
    font-size: 14px;
    font-weight: 400;
    color: #919699;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: all 0.3s linear;
}

.storeActive2 .storeBodyDesc2 {
    overflow: visible;
    white-space: unset;
    text-overflow: unset;
}

.storeBodyTitle {
    font-size: 20px;
    font-weight: bold;
    margin-left: 12px;
    color: #1E2226;
}

.storeActive2.store3 {
    height: 132px !important;
}

.storeContentBoxDesc {
    font-weight: 400;
    font-size: 16px;
    color: #202226;
    width: 324px;
}

.clientContainer {
    width: 1200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    margin: 80px auto
}

.clientContainerItem {
    width: 588px;
    height: 440px;
    border-radius: 2px 2px 2px 2px;
    background: #FFFFFF;
    border: 1px solid #CED4D9;
    margin-bottom: 24px;
    box-sizing: border-box;
    padding: 36px 36px 32px;
    display: flex;
    justify-content: space-between;
}

.clientItemLeft {
    width: 270px;
}

.clientItemLogo {
    width: 118px;
    height: 58px;
    background-color: #444D59;
    margin-right: 7px;
}

.clientItemName {
    font-size: 20px;
    font-weight: bold;
    color: #1E2226;
    margin-bottom: 8px;
}

.clientItemWork {
    font-size: 14px;
    font-weight: bold;
    color: #919699;
}

.clientItemTitle {
    margin-top: 24px;
    font-size: 20px;
    font-weight: bold;
    color: #1E2226;
}

.clientItemDesc {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    color: #616466;
    margin-top: 20px;
}

.clientItemShow {
    font-size: 24px;
    font-weight: bold;
    color: #1E2226;
    margin-top: 48px;
}

.clientItemBtn {
    width: 100%;
    height: 48px;
    background: #FFFFFF;
    border-radius: 2px 2px 2px 2px;
    border: 1px solid #0095ff;
    text-align: center;
    line-height: 48px;
    font-size: 16px;
    font-weight: 400;
    color: #0095ff;
    margin-top: 33px;
    cursor: pointer;
}

.clientItemRight {
    width: 210px;
    height: 100%;
    background: #E3E3E3;
    border-radius: 2px 2px 2px 2px;
    opacity: 1;
}