@media screen and (min-width: 767px) {
  .header {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 60px;
    background: transparent;
    z-index: 10;
  }
  .header .body_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 60px;
    width: 1200px;
  }
  .header .body_title .tabs {
    height: 60px;
    width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .body_title .nav {
    display: none;
  }
  .header .body_title .logo {
    width: 152px;
    height: 28px;
  }
  .header .body_title .logo a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
  }
  .header .body_title .ion {
    display: none;
  }
  .header .body_title .tab {
    font-size: 16px;
    font-family: PingFang SC;
  }
  .header .body_title .tab ul {
    list-style: none;
    padding-left: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    position: relative;
    width: 655px;
  }
  .header .body_title .tab ul li a {
    padding: 0;
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: #FFFFFF;
    text-decoration: none;
  }
  .header .body_title .tab ul li a .change {
    padding-bottom: 10px;
    line-height: 24px;
    color: #FFFFFF;
  }
  .header .body_title .tab ul li a:after {
    content: " ";
    width: 18px;
    height: 2px;
    background: #FFFFFF;
    position: absolute;
    bottom: 0;
    left: 90.5%;
  }
  .body_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  .body_content .contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 376px;
    background: #3A77D7;
    position: relative;
  }
  .body_content .contents .content_title {
    width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .body_content .contents .content_title .title_word {
    margin: 100px 0 0 46px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .body_content .contents .content_title .title_word span {
    font-size: 58px;
    font-family: YouSheBiaoTiHei;
    color: #FFFFFF;
    line-height: 70px;
    text-shadow: 0px 5px 11px rgba(0, 105, 255, 0.79);
  }
  .body_content .contents .content_title .title_word .btn {
    font-size: 68px;
    font-family: YouSheBiaoTiHei;
    color: rgba(255, 255, 255, 0.4);
    line-height: 82px;
    text-shadow: 0px 5px 11px rgba(0, 105, 255, 0.79);
  }
  .body_content .contents .content_title .title_img {
    display: none;
    position: absolute;
    bottom: 0;
    right: 88px;
    width: 726px;
    height: 376px;
  }
  .body_content .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 80px 0 40px 105px;
  }
  .body_content .title span {
    font-size: 32px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #374567;
    line-height: 48px;
  }
  .body_content .title p {
    margin: 6px 0 0 20px;
    font-size: 22px;
    font-family: PingFang SC;
    font-weight: 100;
    color: #8B9BB6;
  }
  .body_content .about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    background: #F9FAFF;
  }
  .body_content .about .about_con {
    width: 1200px;
    padding-bottom: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .body_content .about .about_con .ac_content {
    width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .body_content .about .about_con .ac_content .box {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 1062px;
  }
  .body_content .about .about_con .ac_content .box .logo {
    width: 363px;
    margin: 76px 0 50px 0;
  }
  .body_content .about .about_con .ac_content .box .ac_word {
    margin: 15px 0;
    text-indent: 2em;
    font-size: 20px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #6A7D9D;
    line-height: 46px;
  }
  .body_content .develop {
    width: 100%;
    background: #3A77D7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .body_content .develop .develop_con {
    width: 1200px;
    padding-bottom: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .body_content .develop .develop_con .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 80px 0 40px 105px;
  }
  .body_content .develop .develop_con .title span {
    font-size: 32px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #ffffff;
    line-height: 48px;
  }
  .body_content .develop .develop_con .title p {
    margin: 6px 0 0 20px;
    font-size: 22px;
    font-family: PingFang SC;
    font-weight: 100;
    color: #ffffff;
  }
  .body_content .develop .develop_con .develop_content {
    width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    height: 0;
  }
  .body_content .develop .develop_con .develop_content .dc_box {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 1167px;
  }
  .body_content .develop .develop_con .develop_content .dc_box .time {
    padding: 19px 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
  }
  .body_content .develop .develop_con .develop_content .dc_box .time .time_line {
    height: 1129px;
    width: 1px;
    background: #FFFFFF;
    opacity: 0.28;
  }
  .body_content .develop .develop_con .develop_content .dc_box .time .times,
  .body_content .develop .develop_con .develop_content .dc_box .time .time9,
  .body_content .develop .develop_con .develop_content .dc_box .time .time8,
  .body_content .develop .develop_con .develop_content .dc_box .time .time7,
  .body_content .develop .develop_con .develop_content .dc_box .time .time6,
  .body_content .develop .develop_con .develop_content .dc_box .time .time5,
  .body_content .develop .develop_con .develop_content .dc_box .time .time4 {
    z-index: 1;
    width: 38px;
    height: 38px;
  }
  .body_content .develop .develop_con .develop_content .dc_box .time .times {
    position: absolute;
    top: 0;
    left: -18px;
  }
  .body_content .develop .develop_con .develop_content .dc_box .time .time9 {
    position: absolute;
    top: 188px;
    left: -18px;
  }
  .body_content .develop .develop_con .develop_content .dc_box .time .time8 {
    position: absolute;
    top: 376px;
    left: -18px;
  }
  .body_content .develop .develop_con .develop_content .dc_box .time .time7 {
    position: absolute;
    top: 564px;
    left: -18px;
  }
  .body_content .develop .develop_con .develop_content .dc_box .time .time6 {
    position: absolute;
    top: 752px;
    left: -18px;
  }
  .body_content .develop .develop_con .develop_content .dc_box .time .time5 {
    position: absolute;
    top: 940px;
    left: -18px;
  }
  .body_content .develop .develop_con .develop_content .dc_box .time .time4 {
    position: absolute;
    top: 1128px;
    left: -18px;
  }
  .body_content .develop .develop_con .develop_content .dc_box span {
    width: 335px;
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 34px;
  }
  .body_content .develop .develop_con .develop_content .dc_box .time0 {
    font-size: 36px;
    font-weight: bold;
    font-family: PingFangSC-Regular, PingFang SC;
    color: #FFFFFF;
    line-height: 42px;
  }
  .body_content .develop .develop_con .develop_content .dc_box .time-content0 {
    position: absolute;
    top: 0%;
    right: 18%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .body_content .develop .develop_con .develop_content .dc_box .time-content8 {
    position: absolute;
    top: 29%;
    right: 18%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .body_content .develop .develop_con .develop_content .dc_box .time-content6 {
    position: absolute;
    top: 58%;
    right: 18%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .body_content .develop .develop_con .develop_content .dc_box .time-content9 {
    position: absolute;
    top: 14.5%;
    left: 18%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .body_content .develop .develop_con .develop_content .dc_box .time-content9 .time0 {
    text-align: end;
  }
  .body_content .develop .develop_con .develop_content .dc_box .time-content7 {
    position: absolute;
    top: 43.5%;
    left: 18%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .body_content .develop .develop_con .develop_content .dc_box .time-content7 .time0 {
    text-align: end;
  }
  .body_content .develop .develop_con .develop_content .dc_box .time-content5 {
    position: absolute;
    top: 72.5%;
    left: 18%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .body_content .develop .develop_con .develop_content .dc_box .time-content5 .time0 {
    text-align: end;
  }
  .body_content .develop .develop_con .develop_content .dc_box .time-content4 {
    position: absolute;
    top: 87%;
    right: 18%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .body_content .develop .develop_con .develop_content .dc_box .time-content0:hover,
  .body_content .develop .develop_con .develop_content .dc_box .time-content8:hover,
  .body_content .develop .develop_con .develop_content .dc_box .time-content6:hover,
  .body_content .develop .develop_con .develop_content .dc_box .time-content4:hover {
    right: 13.5%;
    padding: 30px 26px;
    background: rgba(255, 255, 255, 0.16);
    border-radius: 13px;
    border: 1px solid #FFFFFF;
  }
  .body_content .develop .develop_con .develop_content .dc_box .time-content9:hover,
  .body_content .develop .develop_con .develop_content .dc_box .time-content7:hover,
  .body_content .develop .develop_con .develop_content .dc_box .time-content5:hover {
    left: 13.5%;
    padding: 30px 26px;
    background: rgba(255, 255, 255, 0.16);
    border-radius: 13px;
    border: 1px solid #FFFFFF;
  }
  .footer {
    width: 100%;
    height: 420px;
    background: #0A1633;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer .footer_content {
    width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer .footer_content .fc_introduce .logo {
    margin: 60px 0 34px 0;
    width: 162px;
    height: 31px;
  }
  .footer .footer_content .fc_introduce .foots-dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 568px;
  }
  .footer .footer_content .fc_introduce .foots-dl .dl {
    padding: 0;
  }
  .footer .footer_content .fc_introduce .foots-dl .dt {
    margin-bottom: 45px;
  }
  .footer .footer_content .fc_introduce .foots-dl .dt .dtHead {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 500;
    color: white;
    line-height: 24px;
  }
  .footer .footer_content .fc_introduce .foots-dl .dt ul {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0;
  }
  .footer .footer_content .fc_introduce .foots-dl .dt ul li {
    padding: 0;
    margin: 15px 0;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #cccccc;
    line-height: 22px;
    text-decoration: none;
  }
  .footer .footer_content .fc_introduce .foots-dl .dt ul li:hover {
    color: #cccccc;
    font-weight: 600;
  }
  .footer .footer_content .fc_introduce .foots-dl .dt ul a {
    text-decoration: none;
    color: #cccccc;
  }
  .footer .footer_content .fc_introduce .foots-dl .br {
    display: none;
  }
  .footer .footer_content .fc_introduce .dl-l {
    display: none;
  }
  .footer .footer_content .fc_foucs .word {
    margin: 125px 0 20px 15px;
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 24px;
  }
  .footer .footer_content .fc_foucs .qrCode_all {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer .footer_content .fc_foucs .qrCode_all .qrCode {
    margin: 0 15px;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer .footer_content .fc_foucs .qrCode_all .qrCode .qr_img {
    width: 70px;
    margin-bottom: 10px;
    height: 70px;
  }
  .footer .footer_content .fc_foucs .qrCode_all .qrCode span {
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    line-height: 18px;
  }
  .footer .copyright {
    margin-top: 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    line-height: 18px;
  }
  .footer .copyright a {
    text-decoration: none;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    line-height: 18px;
  }
}

@media screen and (max-width: 767px) {
  .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 11.7vw;
    background: transparent;
    z-index: 10;
  }
  .header .body_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 11.7vw;
    width: 100%;
    background: #4D84DA;
  }
  .header .body_title .logo {
    margin-left: 4vw;
    width: 29.9vw;
    height: 5.9vw;
  }
  .header .body_title .logo a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
  }
  .header .body_title .tab {
    display: none;
  }
  .header .body_title .nav {
    padding-right: 3vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    width: 33%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header .body_title .nav .navTab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 12.266vw;
    height: 11.266vw;
  }
  .header .body_title .nav .navTab img {
    width: 7.2vw;
    height: 5.3vw;
  }
  .header .body_title .nav .tab2 {
    z-index: 1;
    display: none;
    position: absolute;
    top: 6vw;
    right: 0.6vw;
    width: 33.3vw;
    font-size: 3.7vw;
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
    font-family: PingFang SC;
    background: #75A0E3;
  }
  .header .body_title .nav .tab2 ul {
    z-index: 10;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .header .body_title .nav .tab2 ul li {
    text-align: center;
  }
  .header .body_title .nav .tab2 ul li a {
    font-size: 3.7vw;
    font-weight: 400;
    line-height: 5.3vw;
    color: #ffffff;
    font-family: PingFang SC;
    text-decoration: none;
  }
  .header .body_title .nav .tab2 ul li a .page {
    width: 29.9vw;
    padding: 3.1vw 0;
    margin: 0 1.9vw;
    border-bottom: 1px solid #EBEEFF;
  }
  .header .body_title .nav .tab2 ul li:last-child .page,
  .header .body_title .nav .tab2 ul li:nth-child(5) .page {
    border-bottom: none;
  }
  .header .body_title .nav .tab2 ul li:last-child {
    background: #2C5BA5;
  }
  .body_content .contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 86.5vw;
    background: #3A77D7;
    position: relative;
  }
  .body_content .contents .content_title {
    margin-top: 8.3vw;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    overflow: hidden;
  }
  .body_content .contents .content_title .title_word {
    margin-left: 6.1vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 55.2vw;
  }
  .body_content .contents .content_title .title_word span {
    font-size: 8.5vw;
    font-family: YouSheBiaoTiHei;
    color: #FFFFFF;
    line-height: 11.2vw;
    text-shadow: 0px 5px 11px rgba(0, 105, 255, 0.79);
  }
  .body_content .contents .content_title .title_word .btn {
    margin-top: 3.2vw;
    width: 51.7vw;
    height: 17vw;
    font-size: 9vw;
    font-family: YouSheBiaoTiHei;
    color: rgba(255, 255, 255, 0.4);
    line-height: 8.5vw;
    text-shadow: 0px 5px 11px rgba(0, 105, 255, 0.79);
  }
  .body_content .contents .content_title .title_img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 63.7vw;
    overflow: hidden;
  }
  .body_content .contents .content_title .title_img img {
    width: 130vw !important;
    height: 63.7vw;
  }
  .body_content .title {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 8.26vw 0 8vw;
  }
  .body_content .title span {
    font-size: 4.3vw;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #374567;
    line-height: 7vw;
  }
  .body_content .title p {
    margin: 1.3vw 0 0 1.3vw;
    font-size: 3.2vw;
    font-family: PingFang SC;
    font-weight: 100;
    color: #8B9BB6;
  }
  .body_content .about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    background: #F9FAFF;
  }
  .body_content .about .about_con {
    width: 100%;
    padding-bottom: 14.7vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .body_content .about .about_con .ac_content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .body_content .about .about_con .ac_content .box {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 90.4vw;
  }
  .body_content .about .about_con .ac_content .box .logo {
    width: 36vw;
    margin-top: 8vw;
  }
  .body_content .about .about_con .ac_content .box .ac_word {
    text-indent: 2em;
    font-size: 4vw;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #6A7D9D;
    line-height: 9vw;
  }
  .body_content .develop {
    width: 100%;
    background: #3A77D7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .body_content .develop .develop_con {
    width: 100vw;
    padding-bottom: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .body_content .develop .develop_con .title span {
    color: #ffffff;
  }
  .body_content .develop .develop_con .title p {
    color: #ffffff;
  }
  .body_content .develop .develop_con .develop_content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    height: 0;
    height: 238vw;
  }
  .body_content .develop .develop_con .develop_content .dc_box {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 241vw;
  }
  .body_content .develop .develop_con .develop_content .dc_box .time {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    height: 100%;
  }
  .body_content .develop .develop_con .develop_content .dc_box .time .time_line {
    margin-left: 10.1vw;
    height: 238vw;
    width: 1px;
    background: #FFFFFF;
    opacity: 0.28;
  }
  .body_content .develop .develop_con .develop_content .dc_box .time .times,
  .body_content .develop .develop_con .develop_content .dc_box .time .time9,
  .body_content .develop .develop_con .develop_content .dc_box .time .time8,
  .body_content .develop .develop_con .develop_content .dc_box .time .time7,
  .body_content .develop .develop_con .develop_content .dc_box .time .time6,
  .body_content .develop .develop_con .develop_content .dc_box .time .time5,
  .body_content .develop .develop_con .develop_content .dc_box .time .time4 {
    z-index: 1;
    width: 4vw;
    height: 4vw;
  }
  .body_content .develop .develop_con .develop_content .dc_box .time .times {
    position: absolute;
    top: -2vw;
    left: 8.35vw;
  }
  .body_content .develop .develop_con .develop_content .dc_box .time .time9 {
    position: absolute;
    top: 39.2vw;
    left: 8.35vw;
  }
  .body_content .develop .develop_con .develop_content .dc_box .time .time8 {
    position: absolute;
    left: 8.35vw;
    top: 78.4vw;
  }
  .body_content .develop .develop_con .develop_content .dc_box .time .time7 {
    position: absolute;
    left: 8.35vw;
    top: 117.6vw;
  }
  .body_content .develop .develop_con .develop_content .dc_box .time .time6 {
    position: absolute;
    left: 8.35vw;
    top: 156.8vw;
  }
  .body_content .develop .develop_con .develop_content .dc_box .time .time5 {
    position: absolute;
    left: 8.35vw;
    top: 196vw;
  }
  .body_content .develop .develop_con .develop_content .dc_box .time .time4 {
    position: absolute;
    top: 235.2vw;
    left: 8.35vw;
  }
  .body_content .develop .develop_con .develop_content .dc_box span {
    margin-top: 1.5vw;
    width: 78.6vw;
    font-size: 3.7vw;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 6.7vw;
  }
  .body_content .develop .develop_con .develop_content .dc_box .time0 {
    font-size: 5.9vw;
    font-weight: bold;
    font-family: PingFangSC-Regular, PingFang SC;
    color: #FFFFFF;
    line-height: 6.9vw;
  }
  .body_content .develop .develop_con .develop_content .dc_box .time-content0 {
    position: absolute;
    top: -3vw;
    right: 8vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .body_content .develop .develop_con .develop_content .dc_box .time-content8 {
    position: absolute;
    top: 77.4vw;
    right: 8vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .body_content .develop .develop_con .develop_content .dc_box .time-content6 {
    position: absolute;
    top: 155.8vw;
    right: 8vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .body_content .develop .develop_con .develop_content .dc_box .time-content9 {
    position: absolute;
    top: 38.2vw;
    right: 8vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .body_content .develop .develop_con .develop_content .dc_box .time-content7 {
    position: absolute;
    top: 116.6vw;
    right: 8vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .body_content .develop .develop_con .develop_content .dc_box .time-content5 {
    position: absolute;
    top: 195vw;
    right: 8vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .body_content .develop .develop_con .develop_content .dc_box .time-content4 {
    position: absolute;
    top: 234.2vw;
    right: 8vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer {
    width: 100%;
    background: #0A1633;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer .footer_content {
    width: 100%;
  }
  .footer .footer_content .fc_introduce .logo {
    margin: 6.7vw 0 8vw 4vw;
    width: 32.3vw;
    height: 6.4vw;
  }
  .footer .footer_content .fc_introduce .foots-dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 92vw;
    margin: 0 4vw;
    padding: 0 10vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .footer .footer_content .fc_introduce .foots-dl .dl {
    padding: 0;
  }
  .footer .footer_content .fc_introduce .foots-dl .dl:last-child {
    display: none;
  }
  .footer .footer_content .fc_introduce .foots-dl .dt {
    margin-bottom: 45px;
  }
  .footer .footer_content .fc_introduce .foots-dl .dt .dtHead {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 500;
    color: white;
    line-height: 24px;
  }
  .footer .footer_content .fc_introduce .foots-dl .dt ul {
    list-style: none;
    display: block;
    padding: 0;
  }
  .footer .footer_content .fc_introduce .foots-dl .dt ul li {
    padding: 0;
    margin: 4vw 0;
    width: 23vw;
    font-size: 4vw;
    font-family: PingFang SC;
    font-weight: 500;
    color: #cccccc;
    line-height: 5.9vw;
    text-decoration: none;
  }
  .footer .footer_content .fc_introduce .foots-dl .dt ul li:hover {
    color: #cccccc;
    font-weight: 600;
  }
  .footer .footer_content .fc_introduce .foots-dl .dt ul a {
    text-decoration: none;
    color: #cccccc;
  }
  .footer .footer_content .fc_introduce .foots-dl .br {
    display: none;
  }
  .footer .footer_content .fc_introduce .dl-l {
    margin-left: 4vw;
    width: 92vw;
  }
  .footer .footer_content .fc_introduce .dl-l .dt {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .footer .footer_content .fc_introduce .dl-l .dt .dtHead {
    margin-top: 2vw;
    font-size: 3.7vw;
    font-family: PingFang SC;
    font-weight: 500;
    color: white;
    line-height: 24px;
  }
  .footer .footer_content .fc_introduce .dl-l .dt ul {
    list-style: none;
    display: block;
    padding: 0;
    margin: 6.7vw 0 8vw 0;
  }
  .footer .footer_content .fc_introduce .dl-l .dt ul li {
    padding-left: 8vw;
    margin: 2vw 0;
    width: 84vw;
    font-size: 4vw;
    font-family: PingFang SC;
    font-weight: 500;
    color: #cccccc;
    line-height: 6.9vw;
    text-decoration: none;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
  }
  .footer .footer_content .fc_introduce .dl-l .dt ul .call a {
    display: block;
    padding: 0 1vw;
    margin-left: 5vw;
    width: 6vw;
    height: 6vw;
  }
  .footer .footer_content .fc_introduce .dl-l .dt ul .call a img {
    width: 100%;
    height: 100%;
  }
  .footer .footer_content .fc_introduce .dl-l .dt ul li:hover {
    color: #cccccc;
    font-weight: 600;
  }
  .footer .footer_content .fc_introduce .dl-l .dt ul a {
    text-decoration: none;
    color: #cccccc;
  }
  .footer .footer_content .fc_foucs .word {
    margin: 6.7vw 0 8vw 4vw;
    font-size: 3.7vw;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 6.4vw;
  }
  .footer .footer_content .fc_foucs .qrCode_all {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer .footer_content .fc_foucs .qrCode_all .qrCode {
    margin: 0 15px;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer .footer_content .fc_foucs .qrCode_all .qrCode .qr_img {
    width: 16.5vw;
    height: 16.5vw;
    margin-bottom: 2.8vw;
  }
  .footer .footer_content .fc_foucs .qrCode_all .qrCode span {
    font-size: 3.2vw;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    line-height: 4vw;
  }
  .footer .copyright {
    margin-top: 7.2vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 3.2vw;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    line-height: 4vw;
  }
  .footer .copyright span {
    margin-bottom: 2vw;
  }
  .footer .copyright a {
    text-decoration: none;
    font-size: 3.2vw;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    line-height: 4vw;
  }
}
/*# sourceMappingURL=enter.css.map */