* {
    margin: 0;
    padding: 0;
}
/* 
  flex结构共通样式表
  水平命名:居中c 左l 右r 两头b 
  笔直命名:居中c 上t 下b 
  排列偏向默认横向 纵向命名:line 
*/
.flex{display:flex}
.flex-lc{display:flex;justify-content:flex-start;align-items:center}
.flex-lt{display:flex;justify-content:flex-start;align-items:flex-start}
.flex-lb{display:flex;justify-content:flex-start;align-items:flex-end}
.flex-cc{display:flex;justify-content:center;align-items:center}
.flex-ct{display:flex;justify-content:center;align-items:flex-start}
.flex-cb{display:flex;justify-content:center;align-items:flex-end}
.flex-rt{display:flex;justify-content:flex-end;align-items:flex-start}
.flex-rc{display:flex;justify-content:flex-end;align-items:center}
.flex-rb{display:flex;justify-content:flex-end;align-items:flex-end}
.flex-bt{display:flex;justify-content:space-between;align-items:flex-start}
.flex-bc{display:flex;justify-content:space-between;align-items:center}
.flex-bb{display:flex;justify-content:space-between;align-items:flex-end}
.flex-line-lc{display:flex;flex-direction:column;justify-content:flex-start;align-items:center}
.flex-line-lt{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}
.flex-line-lb{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-end}
.flex-line-cc{display:flex;flex-direction:column;justify-content:center;align-items:center}
.flex-line-ct{display:flex;flex-direction:column;justify-content:center;align-items:flex-start}
.flex-line-cb{display:flex;flex-direction:column;justify-content:center;align-items:flex-end}
.flex-line-rt{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start}
.flex-line-rc{display:flex;flex-direction:column;justify-content:flex-end;align-items:center}
.flex-line-rb{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-end}
.flex-line-bt{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start}
.flex-line-bc{display:flex;flex-direction:column;justify-content:space-between;align-items:center}
.flex-line-bb{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end}
/* 共通样式竣事 */

.max-one-line {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.max-two-line {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 设置最大显示行数 */
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.max-three-line {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* 设置最大显示行数 */
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.w-content {
    width: 16rem;
    max-width: 1281px;
    margin: 0 auto;
}
.nav.pc, .header-top-r.pc,.data-box.pc {
    display: flex;
}
.header-wrap.fixed {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    /* width: 100%; */
    z-index: 9999;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}
.header-wrap.fixed .header-top {
    display: none;
}
.header-wrap.fixed header li {
    height: 70px;
}
.pc {
    display: block;
}
.mobile {
    display: none;
}
.header-wrap {
    width: 100%;
    background-color: #fff;
}
header li {
   list-style: none;
   /* margin-right: 0.8rem; */
   font-size: 18px;
   font-family: Myriad Pro;
   font-weight: 400;
   color: #5D5D5D;
   /* height: 50px; */
   height: 120px;
   /* max-width: 130px; */
   max-width: 1.8rem;
}
header li:nth-child(4) {
    max-width: 118px;
}
header li:hover a {
    /* font-weight: bold; */
}
header li:last-child {
    margin-right: 0;
}
header li.curr {
    border-bottom: 4px solid #074C84;
}
header li.curr a {
    color: #074C84;
    font-weight: bold;
}
header li a {
    color: #666;
    font-size: 0.18rem;
    text-decoration: none;
    display: block;
    width: 100%;
}
.s-menu {
    height: 18px;
    display: none;
}
.s-nav {
    width: 100%;
    background: #F8F9FB;
    box-shadow: 0px 4px 19px 0px rgba(221,231,240,0.64);
    height: 0;
    overflow: hidden;
    margin-top: 0.04rem;
    position: relative;
    padding-bottom: 2.5rem;
    box-sizing: border-box;
    display: none;
}
.s-nav .s-nav-item {
    padding: 0 0.4rem;
    box-sizing: border-box;
}
.s-nav a {
    font-size: 0.32rem;
    font-family: NotoSansSC-Regular, NotoSansSC;
    font-weight: 400;
    color: #191919;
    height: 1.25rem;
    line-height: 1.35rem;
    display: block;
    padding: 0 0.4rem;
    box-sizing: border-box;
    border-bottom: 1px solid #E5E5E5;
    position: relative;
    text-decoration: none;
}
/* .s-nav a.level1::after {
    content: "";
    width: 9px;
    height: 6px;
    background: url(/gszc/template/en/images/icon_down.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 0.4rem;
    top: 50%;
    transform: translateY(-50%);
}
.s-nav a.level1.curr::after {
    content: "";
    width: 9px;
    height: 6px;
    background: url(/gszc/template/en/images/icon_up.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 0.4rem;
    top: 50%;
    transform: translateY(-50%);
} */
.s-nav .level1.curr+.s-nav-list {
    height: auto;
    transition: 0.5s linear;
}
.s-nav-list {
    padding: 0 0.4rem;
    box-sizing: border-box;
    height: 0;
    overflow: hidden;
}
.s-nav-list li {
    width: 100%;
    /* text-align: center; */
}
.s-nav-list li a {
    height: 1rem;
    line-height: 1rem;
    font-size: 0.28rem;
    padding: 0;
    font-weight: 400;
    color: #191919;
    display: block;
    box-sizing: border-box;
    border-bottom: 1px solid #E5E5E5;
    position: relative;
}
.swiper-slide img {
    width: 100%;
}
.banner {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.banner .swiper-pagination {
    width: 1281px !important;
    position: absolute;
    left: 50% !important;
    bottom: 60px !important;
    transform: translateX(-50%);
    display: flex;
    justify-content: flex-end;
}
.banner .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 1) !important;
    width: 46px !important;
    height: 5px !important;
    border-radius: 4px !important;
    opacity: 0.25 !important;
}
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1 !important;
}
.header-top {
    border-bottom: 1px solid #EDC28E;
    padding: 30px 0;
}
.header-top a {
    font-size: 18px;
    font-family: Myriad Pro;
    font-weight: 400;
    color: #074C84;
    text-decoration: none;
}
.header-top .logo {
    display: block;
    width: 269px;
}
.header-top-r .language {
    margin-left: 46px;
    cursor: pointer;
}
.header-top-r .cn {
    margin-left: 11px;
}
.title {
    font-size: 36px;
    font-family: Barlow;
    font-weight: 600;
    color: #074C84;
    border-left: 3px solid #074C84;
    padding-left: 21px;
    line-height: 30px;
}
.about-us-box {
    position: relative;
    /* padding-top: 65px; */
    padding-top: 80px;
    /* height: 11rem; */
    height: 8.5rem;
}
.about-us-box .title {
    margin-left: 58px;
}
.about-us-box .main-img {
    /* width: 927px; */
    width: 72.37%;
    position: absolute;
    right: 0;
    top: 65px;
}
.about-us-content {
    /* width: 861px; */
    width: 67.21%;
    /* height: 750px; */
    height: 550px;
    background: #FFFFFF;
    box-shadow: 0px 11px 57px 0px rgba(225,225,225,0.63);
    position: absolute;
    /* top: 125px; */
    top: 150px;
    left: 0;
    border-left: 4px solid #EDC28E;
    padding: 55px 50px;
    box-sizing: border-box;
}
.about-us-content .content-tit {
    font-size: 36px;
    font-family: Barlow;
    font-weight: 600;
    color: #000000;
    line-height: 42px;
    padding-bottom: 38px;
}
.about-us-content .content-info {
    font-size: 19px;
    font-family: MyriadPro;
    font-weight: 300;
    color: #000000;
    line-height: 30px;
}
.research-driven-investment {
    background: url(/gszc/template/en/images/bg4.png) no-repeat;
    background-size: cover;
    padding: 70px;
    padding-bottom: 100px;
}
.research-driven-investment .title {
    font-weight: 600;
    font-size: 36px;
    color: #FFFFFF;
    border-color: #FFFFFF;
    margin-bottom: 40px;
}
.research-driven-investment p {
    font-weight: 300;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 1.5;
}
#data {
    padding-top: 75px;
}
.data-box {
    /* margin-top: 890px; */
    /* margin-top: 11.5rem; */
    /* margin-top: 11rem; */
    padding-left: 92px;
    padding-right: 42px;
    box-sizing: border-box;
    flex-wrap: wrap;
}
.data-box.next {
    margin-top: 0.9rem;
    padding-bottom: 1.1rem;
}
.data-box .data-item {
    width: 260px;
    flex-wrap: wrap;
}
.data-box .data-item:nth-child(2),.data-box .data-item:nth-child(3) {
    width: 350px;
}
.data-box .data-value {
    font-size: 82px;
    font-family: Barlow;
    font-weight: bold;
    color: #074C84;
}
.data-box .data-value span {
    font-size: 36px;
    font-family: Barlow;
    font-weight: 500;
}
.data-box .data-label {
    font-size: 20px;
    font-family: MyriadPro;
    font-weight: 300;
    color: #171617;
    text-align: center;
    width: 100%;
}

.impact-box {
    background: url(/gszc/template/en/images/bg1.png) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 134px 0 116px 0;
    box-sizing: border-box;
}
.impact-box .title {
    color: #FFFFFF;
    border-color: #FFFFFF;
}
.impact-content {
    font-size: 19px;
    font-family: MyriadPro;
    font-weight: 300;
    color: #FFFFFF;
    padding-top: 29px;
    padding-bottom: 49px;
    width: 60%;
    line-height: 30px;
}
.impact-tip {
    font-size: 24px;
    font-family: Myriad Pro;
    font-weight: bold;
    color: #FFFFFF;
}
.impact-num {
    font-size: 60px;
    font-family: Barlow;
    font-weight: bold;
    color: #FFFFFF;
    padding-top: 38px;
}
.impact-num span {
    font-size: 24px;
    font-family: Barlow;
    font-weight: 500;
    color: #FFFFFF;
    padding-left: 25px;
}

.risk-box {
    padding-top: 109px;
    background: url(/gszc/template/en/images/bg2.png) no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    height: 7.7rem;
}
.risk-box-content {
    background: #FFFFFF;
    padding: 50px 45px;
    box-sizing: border-box;
    width: 46.17%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 47px;
}
.risk-box .title {
    color: #074C84;
    line-height: 40px;
    border-color: #074C84;
    margin-bottom: 23px;
    font-size: 30px;
}
.risk-box .info {
    /* font-size: 15px; */
    font-size: 17px;
    font-family: MyriadPro;
    font-weight: 300;
    color: #000000;
    /* line-height: 28px; */
    line-height: 1.8;
}

.technology-box {
    padding-top: 112px;
}
.technology-box .title {
    color: #074C84;
    border-color: #074C84;
}
.technology-content {
    font-size: 19px;
    font-family: MyriadPro;
    font-weight: 300;
    color: #000000;
    line-height: 30px;
    padding-top: 34px;
    padding-bottom: 106px;
}
.technology-box .list {
    padding-bottom: 109px;
}
.technology-box .item {
    background: linear-gradient(0deg, #074B81, #1F3C54);
    width: 3rem;
    height: 3rem;
    flex-wrap: wrap;
    padding: 0.6rem 0.4rem;
    box-sizing: border-box;
}
.technology-box img {
    height: 0.7rem;
}
.technology-box .label {
    font-size: 24px;
    font-family: Barlow;
    font-weight: 500;
    color: #FFFFFF;
    text-align: center;
    padding-top: 0.4rem;
    width: 100%;
}

.company-box .main-img {
    width: 43%;
}
.company-content {
    background: #074C84;
    width: 57%;
    font-size: 24px;
    font-family: Barlow;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 1.6;
    position: relative;
}
.company-content p {
    width: 8.3rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1rem;
}
.company-content .dot {
    position: absolute;
    width: 10px;
    top: 5px;
    left: -20px;
}

.team-box {
    padding-top: 172px;
    padding-bottom: 133px;
}
.team-box .title {
    color: #074C84;
    border-color: #074C84;
    line-height: 46px;
}
.team-content {
    font-size: 19px;
    font-family: MyriadPro;
    font-weight: 300;
    color: #000000;
    line-height: 30px;
    padding-top: 42px;
}
.team-l {
    width: 6rem;
    padding-right: 2rem;
}
.team-r {
    width: calc(100% - 6rem);
    flex-wrap: wrap;
    height: auto;
}
.team-r .data-item {
    width: 40%;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}
.team-r .data-item:nth-child(2n) {
    width: 50%;
}
.team-r .data-value {
    font-size: 82px;
    font-family: Barlow;
    font-weight: bold;
    color: #074C84;
}
.team-r .data-label {
    font-size: 14px;
    font-family: MyriadPro;
    font-weight: 300;
    color: #171617;
    line-height: 28px;
    width: 100%;
}
.contact-us-box .map {
    height: 6.8rem;
    width: 50%;
}
#allmap {
    height: 100%;
}
.BMap_cpyCtrl.anchorBL {
    display: none;
}
.contact-us-content {
    width: 50%;
    background: #074C84;
    padding: 1rem 0 0 1.4rem;
    box-sizing: border-box;
}
.contact-us-content .title {
    color: #FFFFFF;
    border-left: 3px solid #FFFFFF;
    margin-bottom: 1rem;
}
.contact-us-content .info {
    width: 85%;
}
.contact-us-content .info-item {
    margin-bottom: 0.35rem;
}
.contact-us-content .info img {
    margin-top: 4px;
}
.contact-us-content .info span {
    font-size: 20px;
    font-family: MyriadPro;
    font-weight: 300;
    color: #FFFFFF;
    line-height: 28px;
    padding-left: 0.2rem;
}
.f-logo {
    height: 40px;
    display: block;
}
footer {
    padding: 1.5rem 0;
    box-sizing: border-box;
    background: #FFFFFF;
}
footer a {
    font-size: 18px;
    font-family: SourceHanSansSC;
    font-weight: 400;
    color: #A9A9A9;
    display: block;
    text-decoration: none;
    margin-top: 0.6rem;
}
footer .code {
    width: 115px;
}
@media screen and (max-width: 1450px) {
    .about-us-content {
        /* height: 690px; */
        height: 480px;
    }
    .about-us-content .content-info {
        font-size: 17px;
        line-height: 24px;
    }
    .about-us-box {
        /* height: 11.4rem; */
        height: 8.5rem;
    }
    .data-box {
        /* margin-top: 750px; */
        /* margin-top: 11.4rem; */
    }
    .risk-box-content {
        padding: 40px 35px;
    }
    .risk-box .info {
        /* font-size: 14px;
        line-height: 24px; */
        font-size: 16px;
        line-height: 1.8;
    }
    .technology-box .item {
        padding: 0.6rem;
    }
    .technology-box .label {
        font-size: 18px;
    }
}
@media screen and (max-width: 1300px) {
    .w-content {
        width: 16rem;
        margin: 0 auto;
    }
    .about-us-box .title {
        margin-left: 38px;
    }
    .about-us-content {
        padding: 40px 30px;
        /* height: 610px; */
        height: 430px;
    }
    .about-us-content .content-tit {
        font-size: 30px;
        line-height: 32px;
        padding-bottom: 22px;
    }
    .about-us-content .content-info {
        font-size: 16px;
        line-height: 25px;
    }
    .about-us-box {
        /* height: 11.4rem; */
        height: 8.5rem;
    }
    .data-box {
        /* margin-top: 730px; */
        /* margin-top: 11.4rem; */
    }
    .data-box .data-item {
        width: 220px;
    }
    .data-box .data-item:nth-child(2), .data-box .data-item:nth-child(3) {
        width: 320px;
    }
    .data-box .data-value {
        font-size: 70px;
    }
    .data-box .data-value span {
        font-size: 32px;
    }
    .data-box .data-label {
        font-size: 18px;
    }
    .risk-box {
        padding-top: 79px;
    }
    .technology-box {
        padding-top: 82px;
    }
    .risk-box-content {
        padding: 30px 25px;
    }
    .company-content {
        font-size: 20px;
    }
    .contact-us-box .map {
        height: 7.5rem;
    }
}
@media screen and (max-width: 1250px) {
    .about-us-box .title {
        margin-left: 18px;
    }
    .about-us-content {
        padding: 40px 30px;
        /* height: 560px; */
        height: 430px;
    }
    .about-us-content .content-tit {
        font-size: 28px;
        line-height: 34px;
        padding-bottom: 18px;
    }
    .about-us-content .content-info {
        font-size: 14px;
        line-height: 24px;
    }
    .about-us-box {
        /* height: 11.4rem; */
        height: 8.4rem;
    }
    .data-box {
        /* margin-top: 680px; */
        /* margin-top: 11.4rem; */
    }
    .data-box .source {
        font-size: 12px !important;
    }
    .data-box .data-item {
        width: 170px;
    }
    .data-box .data-item:nth-child(2), .data-box .data-item:nth-child(3) {
        width: 250px;
    }
    .data-box .data-value {
        font-size: 60px;
    }
    .data-box .data-value span {
        font-size: 28px;
    }
    .data-box .data-label {
        font-size: 14px;
    }
    .impact-box {
        padding: 94px 0 76px 0;
    }
    .impact-content {
        width: 70%;
        font-size: 18px;
    }
    .risk-box-content {
        padding: 20px;
    }
    .risk-box .info {
        /* font-size: 14px;
        line-height: 19px; */
        font-size: 16px;
        line-height: 1.8;
    }
    .technology-box .item {
        padding: 0.6rem 0.4rem;
    }
    .technology-box img {
        height: 0.7rem;
    }
    .company-content {
        font-size: 18px;
    }
    .team-box {
        padding-top: 72px;
        padding-bottom: 33px;
    }
    .team-r .data-value {
        font-size: 62px;
    }
    .team-content {
        font-size: 14px;
        line-height: 1.5;
    }
}
@media screen and (max-width: 1100px) {
    .title {
        font-size: 24px;
        line-height: 20px;
    }
    .risk-box .title {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 16px;
    }
    .about-us-content {
        padding: 30px 20px;
        /* height: 520px; */
        height: 380px;
    }
    .about-us-content .content-tit {
        font-size: 22px;
        line-height: 28px;
        padding-bottom: 12px;
    }
    .about-us-content .content-info {
        font-size: 14px;
        line-height: 23px;
    }
    .about-us-box {
        /* height: 11.4rem; */
        height: 8.4rem;
    }
    .data-box {
        /* margin-top: 600px; */
        /* margin-top: 11.4rem; */
    }
    .data-box .data-item {
        width: 160px;
    }
    .data-box .data-item:nth-child(2), .data-box .data-item:nth-child(3) {
        width: 250px;
    }
    .data-box .data-value {
        font-size: 50px;
    }
    .data-box .data-value span {
        font-size: 24px;
    }
    .data-box .data-label {
        font-size: 14px;
    }
    .risk-box .info {
        /* font-size: 12px;
        line-height: 18px; */
        font-size: 16px;
        line-height: 1.8;
    }
    .team-box .title {
        line-height: 36px;
    }
}
@media screen and (max-width: 1050px) {
    .about-us-content {
        padding: 30px 20px;
        /* height: 510px; */
        height: 370px;
    }
    .about-us-content .content-info {
        font-size: 14px;
        line-height: 20px;
    }
}
@media screen and (max-width: 1000px) {
    .w-content {
        width: 90%;
        margin: 0 auto;
    }
    .banner .swiper-pagination {
        width: 90% !important;
        bottom: 40px !important;
    }
    .banner .swiper-pagination-bullet {
        background: rgba(255, 255, 255, 1) !important;
        width: 26px !important;
        height: 3px !important;
        border-radius: 4px !important;
        opacity: 0.25 !important;
    }
    .about-us-box {
        /* height: 12.4rem; */
        height: 9.2rem;
    }
    .data-box {
        /* margin-top: 630px; */
        /* margin-top: 12.4rem; */
    }
    .data-box .data-value {
        font-size: 40px;
    }
    .data-box .data-value span {
        font-size: 20px;
    }
    .impact-content {
        font-size: 14px;
    }
    .risk-box {
        padding-top: 49px;
    }
    .technology-box {
        padding-top: 52px;
    }
    .technology-box .list {
        width: 16rem;
        margin: 0 auto;
    }
    .technology-box .label {
        font-size: 14px;
    }
    .company-content {
        font-size: 16px;
    }
    .contact-us-box .map {
        height: 8.5rem;
    }
    .contact-us-content .info img {
        width: 14px;
        margin-top: 7px;
    }
    .contact-us-content .info span {
        font-size: 14px;
    }
    .f-logo {
        height: 30px;
    }
    footer .code {
        width: 90px;
    }
    footer a {
        font-size: 14px;
    }
}
@media screen and (max-width: 900px) {
    .about-us-box .title {
        margin-left: 8px;
        font-size: 28px;
        line-height: 22px;
    }
    .about-us-content {
        padding: 20px;
        /* height: 470px; */
        height: 330px;
    }
    .about-us-content .content-info {
        font-size: 13px;
        line-height: 17px;
    }
    .about-us-box {
        /* height: 12.4rem; */
        height: 9.2rem;
    }
    .data-box {
        /* margin-top: 560px; */
        /* margin-top: 12.4rem; */
    }
    .data-box .data-item {
        width: 150px;
    }
    .data-box .data-item:nth-child(2), .data-box .data-item:nth-child(3) {
        width: 210px;
    }
    .data-box .data-value {
        font-size: 36px;
    }
    .data-box .data-value span {
        font-size: 18px;
    }
    .data-box .data-label {
        font-size: 12px;
    }
    .risk-box {
        height: 9.5rem;
    }
    .technology-content {
        padding-bottom: 66px;
    }
}
@media screen and (max-width: 800px) {
    .pc {
        display: none !important;
    }
    .mobile {
        display: block;
    }
    .header-top {
        border: none;
    }
    .s-menu {
        display: block;
        cursor: pointer;
    }
    .banner .swiper-pagination {
        bottom: 25px !important;
    }
    .title {
        font-size: 22px;
        line-height: 20px;
    }
    .research-driven-investment .title {
        line-height: 1;
    }
    .research-driven-investment {
        padding: 40px;
        padding-bottom: 40px;
    }
    .about-us-box {
        padding-top: 25px;
        height: auto;
    }
    .about-us-box .title {
        margin-left: 8px;
    }
    .about-us-box .main-img {
        position: relative;
        left: auto;
        top: 20px;
        width: 100%;
    }
    .about-us-content {
        width: 100%;
        position: relative;
        left: auto;
        top: 12px;
        padding: 20px 12px;
        height: auto;
    }
    .about-us-content .content-tit {
        font-size: 16px;
        line-height: 20px;
        padding-bottom: 20px;
    }
    .about-us-content .content-info {
        font-size: 14px;
        line-height: 24px;
    }
    .data-box.mobile {
        margin-top: 60px;
        padding: 0 10px;
        display: flex;
        padding-bottom: 30px;
    }
    .data-box .data-item {
        width: 40% !important;
        margin-bottom: 24px;
    }
    .data-box .data-item:nth-child(2n) {
        width: 55% !important;
    }
    .data-box .data-value span {
        font-size: 16px;
    }
    .impact-box {
        padding: 54px 0 56px 0;
    }
    .impact-content {
        width: 100%;
        font-size: 18px;
    }
    .risk-box {
        /* height: 8.5rem; */
        height: 7rem;
        width: 100% !important;
        padding-top: 0;
    }
    .risk-box-content {
        width: 80%;
        left: 5%;
    }

    .technology-content {
        padding-bottom: 46px;
    }
    .company-content {
        font-size: 12px;
        width: 100%;
        padding: 1rem 0;
    }
    .company-box {
        flex-wrap: wrap;
    }
    .company-box .main-img {
        width: 100%;
    }
    .company-content p {
        width: calc(100% - 80px);
        position: relative;
        right: auto;
        top: auto;
        transform: translateY(0);
        left: 40px;
    }
    .company-content .dot {
        width: 7px;
        top: 0;
        left: -12px;
    }
    .team-box {
        padding-top: 1rem;
        /* padding-bottom: 1rem; */
    }
    .team-box .team {
        flex-wrap: wrap;
    }
    .team-l {
        width: 100%;
        padding-right: 0;
    }
    .team-r {
        width: 80%;
        padding-left: 10%;
        padding-top: 1rem;
    }
    .contact-us-box {
        flex-wrap: wrap;
    }
    .contact-us-box .map {
        width: 100%;
        height: 5rem;
    }
    .contact-us-content {
        width: 100%;
        height: 7.8rem;
        padding: 1rem 0 0 1rem;
    }
    footer {
        padding: 1rem 0;
        width: 90%;
        margin: 0 auto;
    }
    .f-logo {
        height: 20px;
    }
    footer a {
        font-size: 12px;
    }
    footer .code {
        width: 70px;
    }
}
@media screen and (max-width: 750px) {
    .technology-box .list {
        width: 6.4rem;
        margin: 0 auto;
        flex-wrap: wrap;
        padding-bottom: 1rem;
        justify-content: flex-start;
    }
    .technology-box .item {
        width: 2rem;
        height: 2rem;
        margin-bottom: 0.2rem;
        margin-right: 0.2rem;
        padding: 0.4rem 0.4rem;
    }
    .technology-box .item:nth-child(3n) {
        margin-right: 0;
    }
    .technology-box img {
        height: 0.5rem;
    }
    .technology-box .label {
        padding-top: 0.2rem;
    }
}
@media screen and (max-width: 500px) {
    .technology-box .item {
        padding: 0.4rem 0.2rem;
    }
    .technology-box .label {
        font-size: 12px;
    }
}<!--耗时1763888830.8808秒-->