.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.align_items_center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.justify_content_around {
    -webkit-box-pack: center;
    -webkit-justify-content: space-around;
    -ms-flex-pack: center;
    justify-content: space-around;
}

.justify_content_center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.justify_content_start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
}

.justify_content_space_between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.boxSizing {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.mmaqpg {
    background: #fafbff;
    padding: 50px 0;
}

.container {
    padding: 0;
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.one_title {
    padding: 0 0 50px 0;
}

.one_title .p1 {
    font-size: 32px;
    font-weight: 700;
    color: #202124;
    text-align: center;
}

.one_title .p2 {
    font-size: 18px;
    color: #4b5b76;
    text-align: center;
    margin-top: 20px;
}

.one_title .p3 {
    font-size: 24px;
    font-weight: 700;
    color: #202124;
    text-align: center;
    margin-top: 40px;
}

.service-01 {
    margin-bottom: 40px;
}

.row-group {
    display: flex;
}

.flex-1 {
    flex: 1;
}

.service-01 .left_content {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.service-01 .step_title {
    color: #202124;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 700;
}

.service-01 .step_line {
    border-bottom: 1px solid #e5e6eb;
}

.service-01 .step_lines {
    float: left;
    width: 40px;
    height: 2px;
    background: #202124;
    margin-top: -1px;
}

.service-01 .step_content {
    margin-top: 20px;
    color: #4b5b76;
    font-size: 16px;
    line-height: 30px;
}

.service-01 .right_content {
    width: 60%;
    margin-left: 30px;
}

.product_02s {
    margin-bottom: 1.25vw;
}

.product_02 {
    width: 48%;
    background: linear-gradient(180deg, #ebeff5, #f7f9fc);
    overflow: hidden;
    padding: 20px;
    box-shadow: .20833vw .20833vw .52083vw 0 rgba(92, 109, 153, .1);
    border-radius: .20833vw .20833vw .20833vw .20833vw;
    border: .10417vw solid #fff;
    position: relative;
    cursor: pointer;
}

.item-upContainer {
    flex-wrap: wrap;
}

.product_tit1 {
    color: #202124;
    font-size: 20px;
    margin-left: 10px;
}

.product_01_p {
    margin-bottom: 20px;
}

.product_01_p2 {
    font-size: 16px;
    line-height: 30px;
    color: #4b5b76;
}

.anpg3 {
    background: #f3f5f8;
    padding: 40px 0;
    margin-top: 30px;
}

.anpg3 img {
    width: 100%;
}