.banner_menv .menv_title {
    bottom: 6.25rem;
}

.Customization {
    width: 100%0;
    background: url(../images/Customization_bj.jpg) no-repeat center top;
    background-size: cover;
}

.Services {
    width: 100%;
    padding: 7.5rem 0;
}

.Services .center .title {
    font-size: 2.375rem;
    line-height: 1;
    font-family: "Roboto_Black";
    color: #282c30;
    margin-bottom: 2.5rem;
    text-align: center;
}

.Services .center .Services_bom {
    width: 100%;
}
.Services .center .Services_bom dl {
    display: flex;
    margin-bottom: 15px;
}
.Services .center .Services_bom dl dt{
    width: 14.2857%;/* 200px */
    position: relative;
    background: #1879bf;
    border-radius: 15px 0 0 15px;
    font-size: 1.375rem;
    font-weight: bold;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.Services .center .Services_bom dl dd{
    width: 85.7143%;/* 1200px */
    background: #ffffff;
    border-radius: 0 15px 15px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content:space-around;
}
.Services .center .Services_bom dl dd .item{
    height: 4.125rem;
    margin: 20px 1.875rem;
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items: center;
}
.Services .center .Services_bom dl dd .item p{
    font-size: .9375rem;
    font-weight: bold;
    margin-top: .625rem;
}

.Advantages {
    width: 100%;
    padding-bottom: 5rem;
}

.Advantages .title {
    font-size: 2.5rem;
    text-align: center;
    line-height: 1;
    color: #282c30;
    font-family: "Roboto_Black";
    padding-bottom: 2.5rem;
}

.Advantages .Advantages_bom {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.Advantages .Advantages_bom .item {
    width: 23.575%;
    aspect-ratio: 330/520;
    border-radius: .75rem;
    margin-bottom: 1.25rem;
    margin-right: 1.9%;
    background: #fff;
    box-shadow: 0 0 15px rgba(24, 121, 191, .15);
    transition: all .3s ease;
    padding: 3.75rem 2.5rem 1.875rem;
}

.Advantages .Advantages_bom .item:hover {
    background: #1879bf;
}

.Advantages .Advantages_bom .item:nth-child(4n) {
    margin-right: 0%;
}

.Advantages .Advantages_bom .item .icon {
    width: 100%;
    height: 5.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: .625rem;

}

.Advantages .Advantages_bom .item .icon img {
    display: block;
    max-width: 90%;
    max-height: 100%;
    object-fit: contain;
    margin: 0 auto;
}

.Advantages .Advantages_bom .item .icon img.ico_hove {
    display: none;
}

.Advantages .Advantages_bom .item:hover .icon img.ico_img {
    display: none;
}

.Advantages .Advantages_bom .item:hover .icon img.ico_hove {
    display: block;
}

.Advantages .Advantages_bom .item .tit {
    font-size: 1.375rem;
    line-height: 1.625rem;
    color: #222223;
    font-family: "Roboto_Bold";
    text-align: center;
    margin-bottom: 1.125rem;
    transition: all 0.3s ease-in-out;
}

.Advantages .Advantages_bom .item:hover .tit {
    color: #fff;
}

.Advantages .Advantages_bom .item .text {
    font-size: 1.0625rem;
    line-height: 1.625rem;
    color: #666666;
    font-family: "Roboto_Regular";
    transition: all 0.3s ease-in-out;
    /* text-align: justify; */
}

.Advantages .Advantages_bom .item:hover .text {
    color: #fff;
}

.Available {
    width: 100%;
}

.Available .title {
    font-size: 2.5rem;
    line-height: 1;
    font-family: "Roboto_Black";
    color: #282c30;
    text-align: center;
    margin-bottom: 3.125rem;
}

.Available_bom {
    width: 100%;
    position: relative;
}

.Available_bom .t {
    margin-bottom: 1.875rem;
}

.Available_bom .mySwiper .Available_box {
    width: 100%;
    cursor: pointer;
    min-height: 5rem;
    position: relative;
}

.Available_bom .mySwiper .Available_box::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    left: 50%;
    top: .6563rem;
    transform: translateX(-50%);
    width: 100vh;
    height: 1px;
    background: #e5e5e5;
}

.Available_bom .mySwiper .Available_box span {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    height: 1.3125rem;
}

.Available_bom .mySwiper .Available_box span i {
    display: block;
    margin: 0 auto;
    width: .75rem;
    height: .75rem;
    border-radius: 50%;
    margin: auto;
    background: #fff;
    border: .1875rem solid #e2e2e2;
}

.Available_bom .mySwiper .swiper-slide-thumb-active .Available_box span i {
    width: 1.3125rem;
    height: 1.3125rem;
    background: #fff;
    border: .375rem solid #1879bf;
}

.Available_bom .mySwiper .Available_box .name {
    font-size: 1rem;
    text-align: center;
    line-height: 1.875rem;
    font-family: "Roboto_Medium";
    color: #282c30;
}

.Available_bom .mySwiper .swiper-slide-thumb-active .Available_box .name {
    color: #1879bf;
}

.Available_bom .b {
    width: 100%;
}

.Available_bom .b .mySwiper2 {
    width: 100%;
}

.Available_bom .item {
    width: 100%;
    position: relative;
}

.Available_bom .item .prc {
    border-radius: .5rem;
    overflow: hidden;
}

.Available_bom .item .prc img {
    display: block;
    width: 100%;
}

.Available_bom .item .text {
    width: 1268px;
    max-width: 96%;
    margin: 0 auto;
    border-radius: .5rem;
    transform: translateY(-8.125rem);
    background: #fff;
    padding: 3.125rem 4.25rem 4.25rem 3.25rem;
    font-size: .875rem;
    line-height: 1.5rem;
    font-family: "Roboto_Regular";
    color: #666666;
    box-shadow: 2px 0 20px rgba(0, 0, 0, 0.04), -2px 0 20px rgba(0, 0, 0, 0.04), 0 0px 20px rgba(0, 0, 0, 0.04);

}

.Available_bom .item .text p {
    margin-bottom: .5rem;
}

.Workflow {
    width: 100%;
    background: #fff;
    padding-bottom: 6.875rem;
}

.Workflow .title {
    font-size: 2.5rem;
    text-align: center;
    color: #282c30;
    font-family: "Roboto_Black";
    line-height: 1;
}

.Workflow .Workflow_bom {
    width: 100%;


}

.Workflow .Workflow_bom .t,
.Workflow .Workflow_bom .b {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.Workflow .Workflow_bom .b {
    flex-direction: row-reverse;
}

.Workflow .Workflow_bom .item {
    position: relative;
    width: 7.8125rem;
    margin-top: 2.5rem;
}

.Workflow .Workflow_bom .iconfont {
    display: flex;
    font-size: 1.25rem;
    color: #a5b1bc;
    margin-top: 5.8rem;
}


.Workflow .Workflow_bom .item .ico {
    width: 7.5rem;
    height: 7.5rem;
    background: #f3f7f9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
    position: relative;
}

.Workflow .Workflow_bom .item:hover .ico {
    background: #1879bf;
}

.Workflow .Workflow_bom .item .ico::before {
    content: "";
    display: block;
    width: 86%;
    height: 86%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 1px dashed #1879bf;
    transition: all 0.2s ease-in-out;
}

.Workflow .Workflow_bom .item:hover .ico::before {
    border-color: #fff;
}

.Workflow .Workflow_bom .item .ico img {
    display: block;
    max-width: 80%;
    max-height: 80%;
}

.Workflow .Workflow_bom .item .ico img.ico_hov {
    display: none;
}

.Workflow .Workflow_bom .item:hover .ico img.ico_hov {
    display: block;
}

.Workflow .Workflow_bom .item:hover .ico img.ico_img {
    display: none;
}

.Workflow .Workflow_bom .item .name {
    width: 100%;
    text-align: center;
    font-size: .9375rem;
    font-family: "Roboto_Medium";
    color: #444444;
    text-align: centerc;
    transition: all 0.2s ease-in-out;
    margin-top: 1.125rem;
}

.Workflow .Workflow_bom .item:hover .name {
    color: #1879bf;
}

@media (max-width: 1500px) {
    .Advantages .Advantages_bom .item {
        width: 23.575%;
        aspect-ratio: 330 / 479;
    }

    .Available_bom .mySwiper .Available_box .name {
        font-size: 1.5rem;
    }

    .Available_bom .item .text {
        font-size: 1rem;
    }

    .Workflow .Workflow_bom .item .name {
        font-size: 1.0625rem;
    }

    .Workflow .Workflow_bom .item .ico {
        width: 8.5rem;
        height: 8.5rem;
    }
}

@media (max-width: 1100px) {
    .Services {
        padding: 5.5rem 0;
    }

    .Available_bom .item .text {
        transform: translateY(-5.125rem);
    }

    .Workflow {
        padding-bottom: 4.875rem;
    }

    .Advantages .Advantages_bom .item {
        width: 32%;
        margin-right: 2%;
        aspect-ratio: 330 / 430;
    }

    .Advantages .Advantages_bom .item:nth-child(4n) {
        margin-right: 2%;
    }

    .Advantages .Advantages_bom .item:nth-child(3n) {
        margin-right: 0;
    }

    .Advantages {
        padding-bottom: 4rem;
    }

    .Available_bom .item .prc img {
        object-fit: cover;
        display: block;
        min-height: 350px;
    }

    .Available_bom .item .text {
        font-size: 1.125rem;
    }
}

@media (max-width: 768px) {
    .Advantages .Advantages_bom {
        display: flex;
        justify-content: space-between;
    }

    .Advantages .Advantages_bom .item {
        width: 49%;
        margin-right: 0;
        aspect-ratio: 330 / 400;
    }

    .Available_bom .item .text {
        padding: 2rem 3rem 3rem 2rem;
    }

    .Workflow .Workflow_bom .item {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 30%;
    }

    .Workflow .Workflow_bom .iconfont {}

    .Advantages .Advantages_bom .item:nth-child(4n) {
        margin-right: 0;
    }

    .Advantages .Advantages_bom .item {
        padding: 1.75rem 1.5rem 1.875rem;
    }
}

@media (max-width: 550px) {
    .Workflow .Workflow_bom .item {
        width: 45%;
    }

    .Workflow .Workflow_bom .iconfont {
        display: none;
    }

    .Services {
        padding: 3.5rem 0;
    }

    .Advantages .Advantages_bom .item {
        width: 100%;
    }

    .Advantages .Advantages_bom .item {
        aspect-ratio: 330 / 200;
    }

    .callme .center .r form {
        padding: 1.5rem;
    }
}