*, ::after, ::before {
    box-sizing: unset;
}
p {
    margin: 0;
}
form * {
    box-sizing: border-box;
}
@keyframes circleRoate{
    from{transform: rotate(0deg);}
    to{transform: rotate(360deg);}
}
.aboutpage .mBody2 .list .item .subTitle {
    display: block;
    width: 100%;
    text-align: center;
    font-weight: 600;
    font-size: 36px;
    line-height: 50px;
    color: #101828;
}
.aboutpage .mBody2 .list .item .smallTitle {
    display: block;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: #667085;
    margin-top: 24px;
}
.aboutpage .mBody2 .list .item .company {
    background: #1d2939;
    border-radius: 16px;
    display: flex;
    justify-content: space-around;
    width: 100%;
    padding: 64px 0;
    margin-top: 64px;
}
.aboutpage .mBody2 .list .item .company dl {
    flex: 1;
}
.aboutpage .mBody2 .list .item .company dl dt {
    font-weight: 600;
    font-size: 60px;
    color: #fff;
    text-align: center;
}
.aboutpage .mBody2 .list .item .company dl dd {
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    color: #e4e7ec;
    margin-top: 12px;
}
.aboutpage .mBody2 .list .item .company_paragrap {
    color: #667085;
    font-weight: 400;
    font-size: 20px;
    margin-top: 44px;
}
.aboutpage .mBody2 .list .item .company_paragrap p {
    line-height: 28px;
    margin-top: 20px;
    text-align: justify;
}
.aboutpage .mBody2 .list .item .company_team {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 0 16px;
    /*自适应*/
    max-width: 1280px;
}
.aboutpage .mBody2 .list .item .company_form {
    width: 512px;
    margin-top: 64px;
    margin-left: auto;
    margin-right: auto;
}
.aboutpage .mBody2 .list .item .company_form .form-group label {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #1D2939;
}
.aboutpage .mBody2 .list .item .company_form .form-group input, .aboutpage .mBody2 .list .item .company_form .form-group select {
    width: 100%;
    height: 46px;
    gap: 8px;
    opacity: 1;
    border-radius: 8px;
    padding: 12px 16px;
    border: 1px solid #E4E7EC;
    box-shadow: 0 1px 2px 0 #1018280D;
    -webkit-box-shadow: 0 1px 2px 0 #1018280D;
    -moz-box-shadow: 0 1px 2px 0 #1018280D;
}
.aboutpage .mBody2 .list .item .company_form .form-group textarea {
    width: 100%;
    height: 128px;
    gap: 8px;
    opacity: 1;
    border-radius: 8px;
    padding: 10px 14px;
    border: 1px solid #E4E7EC;
    box-shadow: 0 1px 2px 0 #1018280D;
    -webkit-box-shadow: 0 1px 2px 0 #1018280D;
    -moz-box-shadow: 0 1px 2px 0 #1018280D;
}
.aboutpage .mBody2 .list .item .company_form button {
    margin-top: 32px;
    width: 100%;
    height: 46px;
    gap: 8px;
    opacity: 1;
    border-radius: 8px;
    padding: 12px 20px;
    background: #01B7DE;
    border: 1px solid #01B7DE;
    box-shadow: 0 1px 2px 0 #1018280D;
    -webkit-box-shadow: 0 1px 2px 0 #1018280D;
    -moz-box-shadow: 0 1px 2px 0 #1018280D;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: white;
}
.aboutpage .mBody2 .list .item .team-person {
    width: 100%;
    max-width: 100%;
}
.aboutpage .mBody2 .list #three {
    padding-bottom: 186px;
}
.aboutpage .ourteam {
    width: 100%;
    height: 360px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin-top: 64px;
    position: relative;
}
.aboutpage .ourteam .team-prev, .aboutpage .ourteam .team-next {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background: rgba(228, 231, 236, 1);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.aboutpage .ourteam .team-prev img, .aboutpage .ourteam .team-next img {
    width: 18px;
    height: 14px;
}
.aboutpage .ourteam .team-container {
    width: 1120px;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.aboutpage .ourteam .team-preview {
    position: absolute;
    width: 360px;
    top: 0;
    left: 490px;
    z-index: 10;
}
.aboutpage .ourteam .team-preview .team-preview-img-back {
    width: 360px;
    height: 360px;
    background-image: url("../../images/about/team-quan.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    animation: circleRoate 10s infinite linear ;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 19;
}
.aboutpage .ourteam .team-preview .team-preview-img {
    width: 280px;
    height: 280px;
    position: absolute;
    top: 40px;
    left: 40px;
    z-index: 20;
}
.aboutpage .ourteam .team-preview .team-preview-name {
    display: block;
    margin-top: 392px;
    font-size: 24px;
    font-weight: 500;
    line-height: 33px;
    text-align: center;
    width: 360px;
}
.aboutpage .ourteam .team-preview .team-preview-title {
    display: block;
    margin-top: 8px;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    text-align: center;
    width: 360px;
}
.aboutpage .ourteam .team-preview .team-preview-remarks {
    display: block;
    margin-top: 8px;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    text-align: center;
    width: 360px;

    position: relative;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
}
.aboutpage .ourteam .team-container .team-list {
    width: auto;
    height: 100%;
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 50px;
}
.aboutpage .ourteam .team-container .team-list .team-list-item {
    width: 140px;
    height: 140px;
    cursor: pointer;
}
.aboutpage .ourteam .team-container .team-list .team-list-item.select-item {
    margin: 0 110px;
}
.aboutpage .ourteam .team-container .team-list .team-list-item.select-item img {
    display: none;
}
.aboutpage .ourteam .team-container .team-list .team-list-item .team-list-img-back {
    width: 140px;
    height: 140px;
}
.aboutpage .ourteam .team-container .team-list .team-list-item .team-list-img-back .team-list-img {
    width: 100%;
    height: 100%;
}
.aboutpage .ourteam .team-container .team-list .team-list-item .team-list-name,
.aboutpage .ourteam .team-container .team-list .team-list-item .team-list-title,
.aboutpage .ourteam .team-container .team-list .team-list-item .team-list-remarks {
    display: none;
}
.aboutpage .mBody2 .flex3 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.aboutpage .mBody2 .flex3 .dl {
    display: flex;
    flex-direction: column;
    width: calc(100% / 3);
    margin-top: 64px;
}
.aboutpage .mBody2 .flex3 .dl img {
    margin: 0 auto;
}
.aboutpage .mBody2 .flex3 .dl span {
    margin-top: 20px !important;
    color: #101828 !important;
    font-size: 20px !important;
    text-align: center;
    font-weight: 600;
    padding: 0 50px;
}
.aboutpage .mBody2 .flex3 .dl span:nth-child(3) {
    color: #667085 !important;
    font-size: 16px !important;
    margin-top: 8px !important;
    font-weight: 400;
}
.aboutpage .hasBgforPage8 {
    background: url("../../images/page8Bg.png") 0 0 no-repeat;
    background-size: 100% 100%;
}
.aboutpage .hasBgforPage8 .away {
    height: 897px;
    width: 1142px;
    margin: 64px auto 0;
    overflow-y: scroll;
    position: relative;
    /* 隐藏 Firefox 的滚动条（Firefox 64+ 支持） */
    scrollbar-width: none;
    /* 隐藏 IE/Edge 旧版的滚动条（可选，IE 已逐渐淘汰） */
    -ms-overflow-style: none;
}
.aboutpage .hasBgforPage8 .away::-webkit-scrollbar {
    display: none;
}
.aboutpage .hasBgforPage8 .away-img {
    display: none;
}
.aboutpage .hasBgforPage8 .away-img img {
    width: 100%;
}
.aboutpage .hasBgforPage8 .away .journey {
    display: block;
    margin: 0 auto;
}
.aboutpage .hasBgforPage8 .away .year {
    position: absolute;
    top: 87px;
    width: 100px;
    height: 92px;
    background: url("../../images/about/year.png") 0 0 no-repeat;
    background-size: 100% 100%;
    font-weight: 600;
    font-size: 30px;
    color: #fff;
    text-align: center;
    opacity: 0;
    /* display: none; */
}
.aboutpage .hasBgforPage8 .away .year.y_2016 {
    right: 184px;
}
.aboutpage .hasBgforPage8 .away .year.y_2017 {
    right: 194px;
    top: 290px;
}
.aboutpage .hasBgforPage8 .away .year.y_2019 {
    right: 331px;
    top: 420px;
}
.aboutpage .hasBgforPage8 .away .year.y_2020 {
    left: 350px;
    top: 843px;
}
.aboutpage .hasBgforPage8 .away .year.y_2021 {
    left: 471px;
    top: 1377px;
}
.aboutpage .hasBgforPage8 .away .year.y_2022 {
    left: 183px;
    top: 1744px;
}
.aboutpage .hasBgforPage8 .away .year.y_2023 {
    left: 462px;
    top: 2512px;
    font-weight: 500;
    font-size: 30px;
}
.aboutpage .hasBgforPage8 .away .time {
    position: absolute;
    top: 200px;
    display: flex;
    gap: 24px;
    align-items: center;
    opacity: 0;
    /* display: none; */
}
.aboutpage .hasBgforPage8 .away .time .content {
    max-width: 383px;
    text-align: center;
}
.aboutpage .hasBgforPage8 .away .time .arror {
    /* max-width: 383px; */
    position: relative;
    width: 200px;
    height: 18px;
    overflow: hidden;
}
.aboutpage .hasBgforPage8 .away .time .arror.left img {
    position: absolute;
    right: 0;
    height: 16px;
}
.aboutpage .hasBgforPage8 .away .time .arror.right img {
    position: absolute;
    left: 0;
    height: 16px;
}
.aboutpage .hasBgforPage8 .away .time.t_2016 {
    right: 225px;
}
.aboutpage .hasBgforPage8 .away .time.t_2016 .arrWidth {
    width: 140px;
}
.aboutpage .hasBgforPage8 .away .time.t_2017 {
    right: 42px;
    top: 384px;
}
.aboutpage .hasBgforPage8 .away .time.t_2017 .arrWidth {
    width: 55px;
}
.aboutpage .hasBgforPage8 .away .time.t_2019 {
    right: 131px;
    top: 556px;
}
.aboutpage .hasBgforPage8 .away .time.t_2019 .arrWidth {
    width: 130px;
}
.aboutpage .hasBgforPage8 .away .time.t_201909 {
    right: 509px;
    top: 579px;
}
.aboutpage .hasBgforPage8 .away .time.t_201909 .arrWidth {
    width: 100px;
}
.aboutpage .hasBgforPage8 .away .time.t_201910 {
    right: 160px;
    top: 666px;
}
.aboutpage .hasBgforPage8 .away .time.t_201910 .arrWidth {
    width: 130px;
}
.aboutpage .hasBgforPage8 .away .time.t_201911 {
    left: 216px;
    top: 732px;
}
.aboutpage .hasBgforPage8 .away .time.t_201911 .arrWidth {
    width: 180px;
}
.aboutpage .hasBgforPage8 .away .time.t_201912 {
    left: 530px;
    top: 795px;
}
.aboutpage .hasBgforPage8 .away .time.t_201912 .arrWidth {
    width: 140px;
}
.aboutpage .hasBgforPage8 .away .time.t_202007 {
    left: 384px;
    top: 960px;
}
.aboutpage .hasBgforPage8 .away .time.t_202007 .arrWidth {
    width: 90px;
}
.aboutpage .hasBgforPage8 .away .time.t_202008 {
    left: 118px;
    top: 1076px;
}
.aboutpage .hasBgforPage8 .away .time.t_202008 .arrWidth {
    width: 114px;
}
.aboutpage .hasBgforPage8 .away .time.t_202011 {
    left: 588px;
    top: 1167px;
}
.aboutpage .hasBgforPage8 .away .time.t_202011 .arrWidth {
    width: 100px;
}
.aboutpage .hasBgforPage8 .away .time.t_202012_1 {
    left: 160px;
    top: 1288px;
}
.aboutpage .hasBgforPage8 .away .time.t_202012_1 .arrWidth {
    width: 149px;
}
.aboutpage .hasBgforPage8 .away .time.t_202012_2 {
    right: 96px;
    top: 1288px;
}
.aboutpage .hasBgforPage8 .away .time.t_202012_2 .arrWidth {
    width: 120px;
}
.aboutpage .hasBgforPage8 .away .time.t_202103 {
    left: 127px;
    top: 1468px;
}
.aboutpage .hasBgforPage8 .away .time.t_202103 .arrWidth {
    width: 120px;
}
.aboutpage .hasBgforPage8 .away .time.t_202107 {
    right: 295px;
    top: 1485px;
}
.aboutpage .hasBgforPage8 .away .time.t_202107 .arrWidth {
    width: 130px;
}
.aboutpage .hasBgforPage8 .away .time.t_202111_1 {
    left: 22px;
    top: 1605px;
}
.aboutpage .hasBgforPage8 .away .time.t_202111_1 .arrWidth {
    width: 60px;
}
.aboutpage .hasBgforPage8 .away .time.t_202111_2 {
    right: 410px;
    top: 1594px;
}
.aboutpage .hasBgforPage8 .away .time.t_202111_2 .arrWidth {
    width: 90px;
}
.aboutpage .hasBgforPage8 .away .time.t_202203 {
    right: 417px;
    top: 1860px;
}
.aboutpage .hasBgforPage8 .away .time.t_202203 .arrWidth {
    width: 90px;
}
.aboutpage .hasBgforPage8 .away .time.t_202204 {
    left: -1px;
    top: 1894px;
}
.aboutpage .hasBgforPage8 .away .time.t_202204 .arrWidth {
    width: 50px;
}
.aboutpage .hasBgforPage8 .away .time.t_202205 {
    left: 268px;
    top: 2034px;
}
.aboutpage .hasBgforPage8 .away .time.t_202205 .arrWidth {
    width: 90px;
}
.aboutpage .hasBgforPage8 .away .time.t_202206 {
    left: 96px;
    top: 2084px;
}
.aboutpage .hasBgforPage8 .away .time.t_202206 .arrWidth {
    width: 60px;
}
.aboutpage .hasBgforPage8 .away .time.t_202209 {
    left: 317px;
    top: 2133px;
}
.aboutpage .hasBgforPage8 .away .time.t_202209 .arrWidth {
    width: 90px;
}
.aboutpage .hasBgforPage8 .away .time.t_202212_1 {
    left: 368px;
    top: 2257px;
}
.aboutpage .hasBgforPage8 .away .time.t_202212_1 .arrWidth {
    width: 90px;
}
.aboutpage .hasBgforPage8 .away .time.t_202212_2 {
    left: 427px;
    top: 2370px;
}
.aboutpage .hasBgforPage8 .away .time.t_202212_2 .arrWidth {
    width: 90px;
}
.aboutpage .hasBgforPage8 .away .time .content div:nth-child(1) {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #2d6b78;
}
.aboutpage .hasBgforPage8 .away .time .content div:nth-child(2) {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #475467;
}
.aboutpage .slowShow {
    -webkit-animation: move_eye 1s forwards;
    animation: move_eye 1s forwards;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
@-webkit-keyframes move_eye {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes move_eye {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@media screen and (max-width: 767px) {
    .aboutpage .mBanner.page8Banner {
        background: url("../../images/about/about-mobile.png") no-repeat center center !important;
        background-size: 100% 100% !important;
    }
    .aboutpage .mBody2 .list .item .maxWidth {
        padding: 0 16px !important;
    }
    .aboutpage .mBody2 .list .item .company {
        display: block !important;
        padding: 40px 0 !important;
    }
    .aboutpage .mBody2 .list .item:nth-child(1) .company {
        padding: 32px 0 40px !important;
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important;
        margin-top: 0 !important;
    }
    .aboutpage .mBody .list .item .subTitle {
        margin-top: 64px !important;
    }
    .aboutpage .mBody2 .list .item .company dl {
        margin-bottom: 32px !important;
    }
    .aboutpage .mBody2 .list .item .company dl dt {
        font-size: 48px !important;
        height: 67px;
        line-height: 67px;
    }
    .aboutpage .mBody2 .list .item .company dl dd {
        margin-bottom: 0 !important;
        height: 25px;
        line-height: 25px;
    }
    .aboutpage .mBody2 .list .item .company_paragrap {
        font-size: 16px !important;
        padding-bottom: 64px !important;
    }
    .aboutpage .mBody2 .list .item .company_paragrap p {
        line-height: 22px !important;
    }
    .aboutpage .hasBgforPage8 .away {
        display: none !important;
    }
    .aboutpage .hasBgforPage8 .away-img {
        display: block !important;
        width: 100%;
        margin-top: 48px !important;
        margin-bottom: 64px !important;
    }
    .aboutpage .hasBgforPage8 .away-img img {
        width: 100%;
    }
    .aboutpage .hasBgforPage8 .away .journey {
        width: 75% !important;
        height: 100% !important;
    }
    .aboutpage .mBody .list .item .subTitle {
        font-size: 36px !important;
    }
    .aboutpage .mBody .list .item:nth-child(1) .subTitle {
        background: #1d2939;
        color: white;
        width: 100%;
        height: 92px;
        text-align: center;
        padding-top: 40px;
        border-top-left-radius: 16px;
        border-top-right-radius: 16px;
    }
    .aboutpage .mBody2 .flex3 .dl {
        width: 100% !important;
    }
    .aboutpage .mBody2 .flex3 .dl {
        margin-top: 48px !important;
    }
    .aboutpage .mBody2 .flex3 .dl span {
        font-size: 18px !important;
    }
    .aboutpage .mBody2 .flex3 .dl span {
        padding: 0 !important;
    }
    .aboutpage .mBody2 .flex3 {
        padding-bottom: 64px !important;
    }
    .aboutpage .mBody .list .item .smallTitle {
        margin-bottom: 24px !important;
        font-size: 18px !important;
    }
    .aboutpage .mBody2 .list .item .team-person {
        padding: 0 !important;
    }
    .aboutpage .mBody2 .list .item .team-person > div{
        overflow: hidden !important;
    }
    .aboutpage .mBody .list #four .subTitle {
        font-size: 30px !important;
        display: block !important;
        width: 100%;
        text-align: left;
    }
    .aboutpage .mBody .list #four .smallTitle {
        font-size: 14px !important;
        display: block !important;
        width: 100%;
        text-align: left;
        margin-top: 6px !important;
        margin-bottom: 48px !important;
    }
    .aboutpage .mBody2 .list #four .company_form {
        margin-top: 0 !important;
        width: 100% !important;
    }
    .aboutpage .mBody2 .list #four .company_form .sendBtn {
        width: 100% !important;
    }
    .aboutpage .mBody2 .list #four {
        margin-bottom: 64px !important;
    }

    .aboutpage .mBody2 .list #three {
        padding-bottom: 223px;
    }
    .aboutpage .ourteam {
        gap: 20px;
        height: 233px;
        margin-top: 32px;
    }
    .aboutpage .ourteam .team-container {
        width: 223px;
    }
    .aboutpage .ourteam .team-container .team-list {
        display: none;
    }
    .aboutpage .ourteam .team-preview {
        width: 223px;
        left: 50%;
        transform: translate(-50%, 0);
    }
    .aboutpage .ourteam .team-preview .team-preview-img-back {
        width: 223px;
        height: 223px;
    }
    .aboutpage .ourteam .team-preview .team-preview-img {
        width: 193px;
        height: 193px;
        top: 15px;
        left: 15px;
    }
    .aboutpage .ourteam .team-preview .team-preview-name {
        width: 223px;
        margin-top: 257px;
    }
    .aboutpage .ourteam .team-preview .team-preview-title {
        width: 223px;
    }
    .aboutpage .ourteam .team-preview .team-preview-remarks {
        width: 233px;
    }

    .english .mobile-nav-dialog .mobile-nav-content .mobile-item .mobile-menu-children.tool .mobile-children-group .group-content-wenshi .group-content-item .content-item-c div p {
        white-space: normal;
    }
    .mobile-nav-dialog .mobile-nav-content .mobile-item .mobile-menu-children.tool .mobile-children-group .group-content-datian .group-content-item .content-item-c div p {
        white-space: normal;
    }
    .english .aboutpage .mBody2 .list .item .company_paragrap p {
        text-align: left !important;
    }
    .english .aboutpage .mBody .list .item .subTitle {
        font-size: 32px !important;
    }
    .english .aboutpage .mBody2 .list #three {
        padding-bottom: 350px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .aboutpage .mBanner.page8Banner {
        background-size: auto 100%;
    }
    .aboutpage .mBody2 .list .item .maxWidth {
        padding: 0 16px !important;
    }
    .aboutpage .mBody2 .list .item .company {
        display: block !important;
        padding: 40px 0 !important;
    }
    .aboutpage .mBody2 .list .item:nth-child(1) .company {
        padding: 32px 0 40px !important;
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important;
        margin-top: 0 !important;
    }
    .aboutpage .mBody .list .item .subTitle {
        margin-top: 64px !important;
    }
    .aboutpage .mBody2 .list .item .company dl {
        margin-bottom: 32px !important;
    }
    .aboutpage .mBody2 .list .item .company dl dt {
        font-size: 48px !important;
        height: 67px;
        line-height: 67px;
    }
    .aboutpage .mBody2 .list .item .company dl dd {
        margin-bottom: 0 !important;
        height: 25px;
        line-height: 25px;
    }
    .aboutpage .mBody2 .list .item .company_paragrap {
        font-size: 16px !important;
        padding-bottom: 64px !important;
    }
    .aboutpage .mBody2 .list .item .company_paragrap p {
        line-height: 22px !important;
    }
    .aboutpage .hasBgforPage8 .away {
        display: none !important;
    }
    .aboutpage .hasBgforPage8 .away-img {
        display: block !important;
        width: 100%;
        margin-top: 48px !important;
        margin-bottom: 64px !important;
    }
    .aboutpage .hasBgforPage8 .away-img img {
        width: 100%;
    }
    .aboutpage .hasBgforPage8 .away .journey {
        width: 75% !important;
        height: 100% !important;
    }
    .aboutpage .mBody .list .item .subTitle {
        font-size: 36px !important;
    }
    .aboutpage .mBody .list .item:nth-child(1) .subTitle {
        background: #1d2939;
        color: white;
        width: 100%;
        height: 92px;
        text-align: center;
        padding-top: 40px;
        border-top-left-radius: 16px;
        border-top-right-radius: 16px;
    }
    .aboutpage .mBody2 .flex3 .dl {
        width: 100% !important;
    }
    .aboutpage .mBody2 .flex3 .dl {
        margin-top: 48px !important;
    }
    .aboutpage .mBody2 .flex3 .dl span {
        font-size: 18px !important;
    }
    .aboutpage .mBody2 .flex3 .dl span {
        padding: 0 !important;
    }
    .aboutpage .mBody2 .flex3 {
        padding-bottom: 64px !important;
    }
    .aboutpage .mBody .list .item .smallTitle {
        margin-bottom: 24px !important;
        font-size: 18px !important;
    }
    .aboutpage .mBody2 .list .item .team-person {
        padding: 0 !important;
    }
    .aboutpage .mBody2 .list .item .team-person > div{
        overflow: hidden !important;
    }
    .aboutpage .mBody .list #four .subTitle {
        font-size: 30px !important;
        display: block !important;
        width: 100%;
        text-align: left;
    }
    .aboutpage .mBody .list #four .smallTitle {
        font-size: 14px !important;
        display: block !important;
        width: 100%;
        text-align: left;
        margin-top: 6px !important;
        margin-bottom: 48px !important;
    }
    .aboutpage .mBody2 .list #four .company_form {
        margin-top: 0 !important;
        width: 100% !important;
    }
    .aboutpage .mBody2 .list #four .company_form .sendBtn {
        width: 100% !important;
    }
    .aboutpage .mBody2 .list #four {
        margin-bottom: 64px !important;
    }

    .aboutpage .mBody2 .list #three {
        padding-bottom: 223px;
    }
    .aboutpage .ourteam {
        gap: 20px;
        height: 233px;
        margin-top: 32px;
    }
    .aboutpage .ourteam .team-container {
        width: 223px;
    }
    .aboutpage .ourteam .team-container .team-list {
        display: none;
    }
    .aboutpage .ourteam .team-preview {
        width: 223px;
        left: 50%;
        transform: translate(-50%, 0);
    }
    .aboutpage .ourteam .team-preview .team-preview-img-back {
        width: 223px;
        height: 223px;
    }
    .aboutpage .ourteam .team-preview .team-preview-img {
        width: 193px;
        height: 193px;
        top: 15px;
        left: 15px;
    }
    .aboutpage .ourteam .team-preview .team-preview-name {
        width: 223px;
        margin-top: 257px;
    }
    .aboutpage .ourteam .team-preview .team-preview-title {
        width: 223px;
    }
    .aboutpage .ourteam .team-preview .team-preview-remarks {
        width: 233px;
    }

    .english .aboutpage .mBody2 .list .item .company dl dt {
        font-size: 34px;
    }
    .english .aboutpage .mBody2 .list .item .company_paragrap p {
        text-align: left !important;
    }
    .english .aboutpage .mBody .list .item .subTitle {
        font-size: 32px !important;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
    .aboutpage .mBanner.page8Banner {
        background-size: 100% auto !important;
        height: 375px !important;
    }
    .aboutpage .hasBgforPage8 .away {
        display: none;
    }
    .aboutpage .hasBgforPage8 .away-img {
        display: block;
    }
    .aboutpage .ourteam {
        gap: 27px;
    }
    .aboutpage .ourteam .team-container {
        width: 100%;
    }
    .aboutpage .ourteam .team-container .team-list {
        width: 100%;
        gap: 20px;
    }
    .aboutpage .ourteam .team-preview {
        width: 290px;
        left: 330px;
        top: 175px;
    }
    .aboutpage .ourteam .team-container .team-list .team-list-item.select-item {
        margin: 0 18px;
    }
    .aboutpage .ourteam .team-preview .team-preview-img-back {
        width: 290px;
        height: 290px;
    }
    .aboutpage .ourteam .team-preview .team-preview-img {
        width: 210px;
        height: 210px;
    }
    .aboutpage .ourteam .team-preview .team-preview-name {
        width: 290px;
        margin-top: 312px;
    }
    .aboutpage .ourteam .team-preview .team-preview-title {
        width: 290px;
    }
    .aboutpage .ourteam .team-preview .team-preview-remarks {
        width: 290px;
    }

    .english .pc-nav-dialog .nav-cont.tool .nav-tool-frame .nav-tool-right .nav-tool-datian .nav-tool-datian-item .right div p {
        white-space: normal;
    }
    .pc-nav-dialog .nav-cont.tool .nav-tool-frame .nav-tool-right .nav-tool-wenshi .nav-tool-wenshi-item .right div p {
        white-space: normal;
    }
    .english .aboutpage .ourteam .team-preview {
        left: 325px;
    }
}

@media screen and (min-width: 1280px) and (max-width: 1439px) {
    .aboutpage .mBanner.page8Banner {
        height: 475px !important;
    }
    .aboutpage .ourteam {
        gap: 20px;
    }
    .aboutpage .ourteam .team-container {
        width: 100%;
    }
    .aboutpage .ourteam .team-container .team-list {
        width: 100%;
        gap: 24px;
    }
    .aboutpage .ourteam .team-preview {
        left: 387px;
    }
    .aboutpage .ourteam .team-container .team-list .team-list-item.select-item {
        margin: 0 110px;
    }

    .english .aboutpage .hasBgforPage8 .away {
        display: none;
    }
    .english .aboutpage .hasBgforPage8 .away-img {
        display: block;
    }
    .english .pc-nav-dialog .nav-cont.tool .nav-tool-frame {
        gap: 0;
    }
    .english .pc-nav-dialog .nav-cont.tool .nav-tool-frame .nav-tool-left {
        width: 168px;
    }
    .english .pc-nav-dialog .nav-cont.tool .nav-tool-frame .nav-tool-right .nav-tool-datian .nav-tool-datian-item .right div p {
        white-space: normal;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .english .pc-nav-dialog .nav-cont.tool .nav-tool-frame .nav-tool-right .nav-tool-wenshi .nav-tool-wenshi-item .right div p {
        white-space: normal;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .english .pc-nav-dialog .nav-cont.tool .nav-tool-frame .nav-tool-right .nav-tool-wenshi .nav-tool-wenshi-item .right>p {
        line-height: 14px;
    }
}

@media screen and (min-width: 1440px) and (max-width: 1679px) {
    .aboutpage .mBanner.page8Banner {
        height: 525px !important;
    }

    .english .aboutpage .hasBgforPage8 .away {
        width: 100%;
    }
    .english .aboutpage .hasBgforPage8 .away .time .content {
        width: 300px !important;
        max-width: 300px;
    }
    .english .aboutpage .hasBgforPage8 .away .year.y_2016 {
        right: 281px;
    }
    .english .aboutpage .hasBgforPage8 .away .time.t_2016 {
        right: 324px;
    }
    .english .aboutpage .hasBgforPage8 .away .year.y_2017 {
        right: 289px;
    }
    .english .aboutpage .hasBgforPage8 .away .time.t_2017 {
        right: -8px;
    }
    .english .aboutpage .hasBgforPage8 .away .year.y_2019 {
        right: 428px;
    }
    .english .aboutpage .hasBgforPage8 .away .time.t_2019 {
        right: 141px;
        top: 524px;
    }
    .english .aboutpage .hasBgforPage8 .away .time.t_201909 {
        right: 600px;
        top: 529px;
    }
    .english .aboutpage .hasBgforPage8 .away .time.t_201910 {
        right: 180px;
    }
    .english .aboutpage .hasBgforPage8 .away .time.t_201911 {
        left: 198px;
    }
    .english .aboutpage .hasBgforPage8 .away .time.t_201912 {
        left: 568px;
    }
    .english .aboutpage .hasBgforPage8 .away .year.y_2020 {
        left: 440px;
        top: 890px;
    }
    .english .aboutpage .hasBgforPage8 .away .time.t_202007 {
        left: 517px;
        top: 996px;
    }
    .english .aboutpage .hasBgforPage8 .away .time.t_202008 {
        left: 164px;
        top: 984px;
    }
    .english .aboutpage .hasBgforPage8 .away .time.t_202011 {
        left: 674px;
        top: 1118px;
    }
    .english .aboutpage .hasBgforPage8 .away .time.t_202012_1 {
        left: 230px;
    }
    .english .aboutpage .hasBgforPage8 .away .time.t_202012_2 {
        right: 205px;
        top: 1310px;
    }
    .english .aboutpage .hasBgforPage8 .away .year.y_2021 {
        left: 503px;
        top: 1429px;
    }
    .english .aboutpage .hasBgforPage8 .away .time.t_202103 {
        left: 65px;
        top: 1523px;
    }
    .english .aboutpage .hasBgforPage8 .away .time.t_202107 {
        right: 425px;
        top: 1533px;
    }
    .english .aboutpage .hasBgforPage8 .away .time.t_202111_1 {
        left: -10px;
        top: 1656px;
    }
    .english .aboutpage .hasBgforPage8 .away .time.t_202111_2 {
        right: 566px;
        top: 1624px;
    }
    .english .aboutpage .hasBgforPage8 .away .year.y_2022 {
        left: 280px;
        top: 1768px;
    }
    .english .aboutpage .hasBgforPage8 .away .time.t_202203 {
        right: 592px;
        top: 1845px;
    }
    .english .aboutpage .hasBgforPage8 .away .time.t_202204 {
        left: -3px;
        top: 1955px;
    }
    .english .aboutpage .hasBgforPage8 .away .time.t_202205 {
        left: 377px;
        top: 2051px;
    }
    .english .aboutpage .hasBgforPage8 .away .time.t_202206 {
        left: 37px;
        top: 2110px;
    }
    .english .aboutpage .hasBgforPage8 .away .time.t_202209 {
        left: 439px;
        top: 2145px;
    }
    .english .aboutpage .hasBgforPage8 .away .time.t_202212_1 {
        left: 514px;
        top: 2325px;
    }
    .english .aboutpage .hasBgforPage8 .away .time.t_202212_2 {
        left: 595px;
        top: 2500px;
    }
    .english .aboutpage .hasBgforPage8 .away .year.y_2023 {
        left: 596px;
        top: 2638px;
    }
    .english .pc-nav-dialog .nav-cont.about {
        height: 220px;
    }
    .english .pc-nav-dialog .nav-cont.tool .nav-tool-frame {
        height: 565px;
    }
    .english .pc-nav-dialog .nav-cont.tool .nav-tool-frame .nav-tool-right .nav-tool-datian .nav-tool-datian-item {
        height: 125px;
    }
    .english .pc-nav-dialog .nav-cont.tool .nav-tool-frame .nav-tool-right .nav-tool-datian .nav-tool-datian-item .right div p {
        white-space: normal;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .english .pc-nav-dialog .nav-cont.tool .nav-tool-frame .nav-tool-right .nav-tool-wenshi .nav-tool-wenshi-item {
        height: 125px;
    }
    .english .pc-nav-dialog .nav-cont.tool .nav-tool-frame .nav-tool-right .nav-tool-wenshi .nav-tool-wenshi-item .right div p {
        white-space: normal;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media screen and (min-width: 1680px) and (max-width: 1919px) {
    .aboutpage .mBanner.page8Banner {
        height: 615px !important;
    }
    .aboutpage .ourteam .team-preview {
        left: 566px;
    }
    .aboutpage .mBody2 .flex3 {
        width: 1440px;
        margin: 0 auto;
    }

    .english .aboutpage .hasBgforPage8 .away {
        width: 100%;
    }
    .english .aboutpage .hasBgforPage8 .away .time .content {
        width: 329px !important;
        max-width: 329px;
    }
    .english .aboutpage .hasBgforPage8 .away .year.y_2016 {
        right: 356px;
    }
    .english .aboutpage .hasBgforPage8 .away .time.t_2016 {
        right: 398px;
    }
    .english .aboutpage .hasBgforPage8 .away .year.y_2017 {
        right: 365px;
    }
    .english .aboutpage .hasBgforPage8 .away .time.t_2017 {
        right: 32px;
    }
    .english .aboutpage .hasBgforPage8 .away .year.y_2019 {
        right: 502px;
    }
    .english .aboutpage .hasBgforPage8 .away .time.t_2019 {
        right: 188px;
        top: 524px;
    }
    .english .aboutpage .hasBgforPage8 .away .time.t_201909 {
        right: 676px;
        top: 529px;
    }
    .english .aboutpage .hasBgforPage8 .away .time.t_201910 {
        right: 227px;
    }
    .english .aboutpage .hasBgforPage8 .away .time.t_201911 {
        left: 245px;
    }
    .english .aboutpage .hasBgforPage8 .away .time.t_201912 {
        left: 637px;
    }
    .english .aboutpage .hasBgforPage8 .away .year.y_2020 {
        left: 515px;
        top: 890px;
    }
    .english .aboutpage .hasBgforPage8 .away .time.t_202007 {
        left: 584px;
        top: 996px;
    }
    .english .aboutpage .hasBgforPage8 .away .time.t_202008 {
        left: 189px;
        top: 984px;
    }
    .english .aboutpage .hasBgforPage8 .away .time.t_202011 {
        left: 747px;
        top: 1118px;
    }
    .english .aboutpage .hasBgforPage8 .away .time.t_202012_1 {
        left: 283px;
    }
    .english .aboutpage .hasBgforPage8 .away .time.t_202012_2 {
        right: 245px;
        top: 1299px;
    }
    .english .aboutpage .hasBgforPage8 .away .year.y_2021 {
        left: 580px;
        top: 1429px;
    }
    .english .aboutpage .hasBgforPage8 .away .time.t_202103 {
        left: 113px;
        top: 1523px;
    }
    .english .aboutpage .hasBgforPage8 .away .time.t_202107 {
        right: 464px;
        top: 1533px;
    }
    .english .aboutpage .hasBgforPage8 .away .time.t_202111_1 {
        left: 34px;
        top: 1676px;
    }
    .english .aboutpage .hasBgforPage8 .away .time.t_202111_2 {
        right: 612px;
        top: 1642px;
    }
    .english .aboutpage .hasBgforPage8 .away .year.y_2022 {
        left: 355px;
        top: 1768px;
    }
    .english .aboutpage .hasBgforPage8 .away .time.t_202203 {
        right: 641px;
        top: 1845px;
    }
    .english .aboutpage .hasBgforPage8 .away .time.t_202204 {
        left: 34px;
        top: 1935px;
    }
    .english .aboutpage .hasBgforPage8 .away .time.t_202205 {
        left: 437px;
        top: 2014px;
    }
    .english .aboutpage .hasBgforPage8 .away .time.t_202206 {
        left: 71px;
        top: 2082px;
    }
    .english .aboutpage .hasBgforPage8 .away .time.t_202209 {
        left: 530px;
        top: 2190px;
    }
    .english .aboutpage .hasBgforPage8 .away .time.t_202212_1 {
        left: 594px;
        top: 2348px;
    }
    .english .aboutpage .hasBgforPage8 .away .time.t_202212_2 {
        left: 658px;
        top: 2474px;
    }
    .english .aboutpage .hasBgforPage8 .away .year.y_2023 {
        left: 673px;
        top: 2638px;
    }
    .english .pc-nav-dialog .nav-cont.about {
        height: 220px;
    }
    .english .pc-nav-dialog .nav-cont.tool .nav-tool-frame {
        height: 565px;
    }
    .english .pc-nav-dialog .nav-cont.tool .nav-tool-frame .nav-tool-left {
        width: 186px;
    }
    .english .pc-nav-dialog .nav-cont.tool .nav-tool-frame .nav-tool-right .nav-tool-datian .nav-tool-datian-item {
        height: 125px;
    }
    .english .pc-nav-dialog .nav-cont.tool .nav-tool-frame .nav-tool-right .nav-tool-datian .nav-tool-datian-item .right div p {
        white-space: normal;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .english .pc-nav-dialog .nav-cont.tool .nav-tool-frame .nav-tool-right .nav-tool-wenshi .nav-tool-wenshi-item {
        height: 125px;
    }
    .english .pc-nav-dialog .nav-cont.tool .nav-tool-frame .nav-tool-right .nav-tool-wenshi .nav-tool-wenshi-item .right div p {
        white-space: normal;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media screen and (min-width: 1920px) and (max-width: 2559px) {
    .aboutpage .mBanner.page8Banner {
        height: 700px !important;
    }
    .aboutpage .ourteam .team-preview {
        left: 686px;
    }
    .aboutpage .mBody2 .flex3 {
        width: 1440px;
        margin: 0 auto;
    }

    .english .aboutpage .hasBgforPage8 .away {
        width: 1736px;
    }
    .english .aboutpage .hasBgforPage8 .away .time .content {
        width: 450px !important;
        max-width: 450px;
    }
    .english .aboutpage .hasBgforPage8 .away .year.y_2016 {
        right: 480px;
    }
    .english .aboutpage .hasBgforPage8 .away .time.t_2016 {
        right: 522px;
    }
    .english .aboutpage .hasBgforPage8 .away .year.y_2017 {
        right: 490px;
    }
    .english .aboutpage .hasBgforPage8 .away .time.t_2017 {
        right: 32px;
    }
    .english .aboutpage .hasBgforPage8 .away .year.y_2019 {
        right: 625px;
    }
    .english .aboutpage .hasBgforPage8 .away .time.t_2019 {
        right: 188px;
        top: 524px;
    }
    .english .aboutpage .hasBgforPage8 .away .time.t_201909 {
        right: 790px;
        top: 529px;
    }
    .english .aboutpage .hasBgforPage8 .away .time.t_201910 {
        right: 230px;
    }
    .english .aboutpage .hasBgforPage8 .away .time.t_201911 {
        left: 252px;
    }
    .english .aboutpage .hasBgforPage8 .away .time.t_201912 {
        left: 790px;
    }
    .english .aboutpage .hasBgforPage8 .away .year.y_2020 {
        left: 640px;
        top: 890px;
    }
    .english .aboutpage .hasBgforPage8 .away .time.t_202007 {
        left: 700px;
        top: 996px;
    }
    .english .aboutpage .hasBgforPage8 .away .time.t_202008 {
        left: 170px;
        top: 984px;
    }
    .english .aboutpage .hasBgforPage8 .away .time.t_202011 {
        left: 860px;
        top: 1118px;
    }
    .english .aboutpage .hasBgforPage8 .away .time.t_202012_1 {
        left: 302px;
    }
    .english .aboutpage .hasBgforPage8 .away .time.t_202012_2 {
        right: 235px;
        top: 1299px;
    }
    .english .aboutpage .hasBgforPage8 .away .year.y_2021 {
        left: 705px;
        top: 1429px;
    }
    .english .aboutpage .hasBgforPage8 .away .time.t_202103 {
        left: 113px;
        top: 1523px;
    }
    .english .aboutpage .hasBgforPage8 .away .time.t_202107 {
        right: 464px;
        top: 1533px;
    }
    .english .aboutpage .hasBgforPage8 .away .time.t_202111_1 {
        left: 40px;
        top: 1676px;
    }
    .english .aboutpage .hasBgforPage8 .away .time.t_202111_2 {
        right: 614px;
        top: 1642px;
    }
    .english .aboutpage .hasBgforPage8 .away .year.y_2022 {
        left: 480px;
        top: 1768px;
    }
    .english .aboutpage .hasBgforPage8 .away .time.t_202203 {
        right: 646px;
        top: 1845px;
    }
    .english .aboutpage .hasBgforPage8 .away .time.t_202204 {
        left: 34px;
        top: 1935px;
    }
    .english .aboutpage .hasBgforPage8 .away .time.t_202205 {
        left: 563px;
        top: 2014px;
    }
    .english .aboutpage .hasBgforPage8 .away .time.t_202206 {
        left: 71px;
        top: 2082px;
    }
    .english .aboutpage .hasBgforPage8 .away .time.t_202209 {
        left: 650px;
        top: 2190px;
    }
    .english .aboutpage .hasBgforPage8 .away .time.t_202212_1 {
        left: 712px;
        top: 2348px;
    }
    .english .aboutpage .hasBgforPage8 .away .time.t_202212_2 {
        left: 775px;
        top: 2474px;
    }
    .english .aboutpage .hasBgforPage8 .away .year.y_2023 {
        left: 797px;
        top: 2638px;
    }
}

@media screen and (min-width: 2560px) {
    .aboutpage .mBanner.page8Banner {
        height: 935px !important;
    }
    .aboutpage .ourteam .team-preview {
        left: 1040px;
    }
    .aboutpage .mBody2 .flex3 {
        width: 1440px;
        margin: 0 auto;
    }

    .english .aboutpage .hasBgforPage8 .away {
        width: 1736px;
    }
    .english .aboutpage .hasBgforPage8 .away .time .content {
        width: 450px !important;
        max-width: 450px;
    }
    .english .aboutpage .hasBgforPage8 .away .year.y_2016 {
        right: 480px;
    }
    .english .aboutpage .hasBgforPage8 .away .time.t_2016 {
        right: 522px;
    }
    .english .aboutpage .hasBgforPage8 .away .year.y_2017 {
        right: 490px;
    }
    .english .aboutpage .hasBgforPage8 .away .time.t_2017 {
        right: 32px;
    }
    .english .aboutpage .hasBgforPage8 .away .year.y_2019 {
        right: 625px;
    }
    .english .aboutpage .hasBgforPage8 .away .time.t_2019 {
        right: 188px;
        top: 524px;
    }
    .english .aboutpage .hasBgforPage8 .away .time.t_201909 {
        right: 790px;
        top: 529px;
    }
    .english .aboutpage .hasBgforPage8 .away .time.t_201910 {
        right: 230px;
    }
    .english .aboutpage .hasBgforPage8 .away .time.t_201911 {
        left: 252px;
    }
    .english .aboutpage .hasBgforPage8 .away .time.t_201912 {
        left: 790px;
    }
    .english .aboutpage .hasBgforPage8 .away .year.y_2020 {
        left: 640px;
        top: 890px;
    }
    .english .aboutpage .hasBgforPage8 .away .time.t_202007 {
        left: 700px;
        top: 996px;
    }
    .english .aboutpage .hasBgforPage8 .away .time.t_202008 {
        left: 170px;
        top: 984px;
    }
    .english .aboutpage .hasBgforPage8 .away .time.t_202011 {
        left: 860px;
        top: 1118px;
    }
    .english .aboutpage .hasBgforPage8 .away .time.t_202012_1 {
        left: 302px;
    }
    .english .aboutpage .hasBgforPage8 .away .time.t_202012_2 {
        right: 235px;
        top: 1299px;
    }
    .english .aboutpage .hasBgforPage8 .away .year.y_2021 {
        left: 705px;
        top: 1429px;
    }
    .english .aboutpage .hasBgforPage8 .away .time.t_202103 {
        left: 113px;
        top: 1523px;
    }
    .english .aboutpage .hasBgforPage8 .away .time.t_202107 {
        right: 464px;
        top: 1533px;
    }
    .english .aboutpage .hasBgforPage8 .away .time.t_202111_1 {
        left: 40px;
        top: 1676px;
    }
    .english .aboutpage .hasBgforPage8 .away .time.t_202111_2 {
        right: 614px;
        top: 1642px;
    }
    .english .aboutpage .hasBgforPage8 .away .year.y_2022 {
        left: 480px;
        top: 1768px;
    }
    .english .aboutpage .hasBgforPage8 .away .time.t_202203 {
        right: 646px;
        top: 1845px;
    }
    .english .aboutpage .hasBgforPage8 .away .time.t_202204 {
        left: 34px;
        top: 1935px;
    }
    .english .aboutpage .hasBgforPage8 .away .time.t_202205 {
        left: 563px;
        top: 2014px;
    }
    .english .aboutpage .hasBgforPage8 .away .time.t_202206 {
        left: 71px;
        top: 2082px;
    }
    .english .aboutpage .hasBgforPage8 .away .time.t_202209 {
        left: 650px;
        top: 2190px;
    }
    .english .aboutpage .hasBgforPage8 .away .time.t_202212_1 {
        left: 712px;
        top: 2348px;
    }
    .english .aboutpage .hasBgforPage8 .away .time.t_202212_2 {
        left: 775px;
        top: 2474px;
    }
    .english .aboutpage .hasBgforPage8 .away .year.y_2023 {
        left: 797px;
        top: 2638px;
    }
}
