p {
    margin: 0;
}

.num_nav {

    width: 100%;
    display: flex;
    padding: 20px 0;
    justify-content: space-between;
    align-items: center
}

.num_nav .number {
    width: 25%;
    display: flex;
    flex-direction: column;
    height: 260px;
    align-items: center;
    justify-content: center
}

.number .num_1 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 24px;
}

.number .num_2 {
    color: #616161;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 24px;
}

.number .num_3 {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.number span {
    display: inline-block;
    width: 12px;
    height: 12px;

    border-radius: 50%;
}

.num_nav .number:nth-child(1) .num_3 {
    background: #B5F3E7;
}

.num_nav .number:nth-child(1) span {
    background: #53E4C7;
}

.num_nav .number:nth-child(2) .num_3 {
    background: #C0CEFB
}

.num_nav .number:nth-child(2) span {
    background: #6D8DF6
}

.num_nav .number:nth-child(3) .num_3 {
    background: #FFDA91
}

.num_nav .number:nth-child(3) span {
    background: #FFA900
}

.num_nav .number:nth-child(4) .num_3 {
    background: #FFB4B4
}

.num_nav .number:nth-child(4) span {
    background: #FF5252
}

.openWX {
    position: relative;
    cursor: pointer;
}

.banner-operation {
    position: relative;
    width: 100%;
    height: 144px;
    background: #fff;
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%);
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.triangle-up {
    display: none;
    bottom: 0px;
    left: 50%;
    bottom:-114px;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 10px solid #ffd7d7;
    z-index: 999999999;
}

.wxewm {
    position: relative;
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%);
    display: none;
    width: 100%;
    background: #ffd7d7;
}

.wxewm img {
    width: 68px;
    height: 68px;
    margin-right: 20px;
}

.wxewm>div {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.div-lin {
    height: 40px;
    width: 2px;
    margin-right: 100px;
}

.wxewm>div>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.operation-item .wxewm>div .info-box .info-title {
    font-size: 14px;
}

.operation-item {
    display: flex;
    width: 304px;
    height: 128px;
    align-items: center;
    position: relative;
    padding: 0 16px;
}

.operation-item .img-box {
    width: 96px;
    height: 96px;
    text-align: center;
    line-height: 96px;
}

.operation-item .info-box {
    padding-left: 24px;
}

.operation-item .info-box .info-title {
    color: #333;
    font-size: 24px;
    font-weight: 700;
    padding-top: 12px;
}

.operation-item .info-box .info-desc {
    padding-top: 8px;
    color: #666;
    font-size: 16px;
}

.banner .ten {
    position: absolute;
    top: 114px;
    z-index: 99;
    left: 50%;
    transform: translateX(-50%)
}

.banner .text {
    font-size: 42px;
    font-weight: 700;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 27px;

}

.banner .eng {
    font-size: 18px;
    font-weight: 200;
    color: #FFFFFF;
    text-align: center;
    font-size: 28px;
}

.direction_msg {
    right: 0;
    left: auto;
}

.direction_msg .sassClo {
    margin: 0;
}

.direction_msg .sassClo h2 {
    margin: 0;
    margin-bottom: 0;
    margin: 14px 0 12px 0;
    font-size: 28px;
}

.direction_msg .sassClo p {
    font-size: 14px;
}

.analysis_sap_nav {
    width: 372px;
    height: 462px;
    background: #E51D30;
}

.analysis_sap {
    position: relative;
}

.analysis_sap .direction_swp {
    position: absolute;
    top: 118px;
    left: 47px;
}

.analysis_sap>p {
    position: absolute;
    font-size: 40px;
    font-weight: 800;
    color: #FFFFFF;
    z-index: 99;
    top: 58px;
    left: 49px;
}

.analysis_sap>p span {
    color: #000
}

.analysis_sap .myclass {
    position: absolute;
    left: 25px;
    top: 260px;
    display: flex;
    flex-direction: column;

}

.analysis_sap .myclass .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #F27985;
    border-radius: 50%;
    margin-bottom: 19px;
}

.analysis_sap .myclass .swiper-pagination-bullet-active {
    width: 10px;
    height: 10px;
    background: #FFFFFF;
    border-radius: 50%;
}

.analy_text {
    margin-top: 182px;
}

.analy_text p {
    width: 503px;
    font-size: 16px;
    font-weight: 400;
    color: #252525;
    line-height: 1.5;
    margin-bottom: 30px
}

.analysis_sap .sassClo {
    display: inline-block;
    float: right
}

.analysis_sap .operation_swp {
    position: absolute;
    bottom: 0px;
    left: 380px;
}

.analysis_sap .swiper-container {
    width: 534px;
    height: 301px
}

.arch_nav .arch_left_nav {
    width: 520px;
}

.arch_left_title {
    display: flex;
    justify-content: start;
    align-items: center
}

.arch_nav {
    margin-top: 55px;
    position: relative;
}

.arch_nav .arch_left_nav span:nth-child(1) {
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #E51D30;
    border-radius: 2px;
    margin-right: 10px;
}

.arch_left_nav>div {
    margin-bottom: 30px;
}

.arch_nav .arch_left_nav span:nth-child(2) {
    font-size: 16px;
    font-weight: 500;
    color: #E51D30;
}

.arch_left_nav p {
    margin-top: 10px;
    padding-left: 14px;
}

.anaback_nav {
    width: 100%;
    background: #E51D30;
    height: 290px;
    margin-top: 18px;
}

.arch_right_nav {
    position: absolute;
    width: 583px;
    height: 343px;
    right: 0;
    top: -50px
}

.arch_right_nav img {
    width: 100%;
    height: 100%
}

.nitill .title-ens {
    position: relative
}

.title-en img {
    left: 37px;
    top: 62px;
    position: absolute;
    width: 1123px;
    height: 175px;
}

.nanbig {
    text-align: center;
    margin-top: 36px;
    width: 100%;
    height: 636px;
    background: #F0F0F0;
}

.nanbig img {
    margin: 0 auto;
    width: 1200px;
    height: 627px;
}

.ana-ll {
    text-align: center;
}

.nitillana .red-line {
    margin: 0 auto;
}

.nitillana {
    margin: 0
}

.ana-ll-text {
    margin-top: 22px;
    color: #303030;
    font-size: 14px;
    line-height: 1.5
}

.ana-ll-ert {
    margin-top: 22px;
    color: #303030;
    font-size: 14px;
    line-height: 1.5
}

.nitillana img {
    margin-top: 26px;
    width: 1210px;
    height: 296px;
}