.banner {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.banner .mySwiper {
    width: 100%;

}

.banner .mySwiper .banner_box {
    position: relative;
    width: 100%;
    max-height: 100vh;
}

.banner .mySwiper .banner_box .prc {
    overflow: hidden;
}

.banner .mySwiper .banner_box .prc img {
    width: 100%;
    display: block;
    max-height: 100vh;
    object-fit: cover;
    transition: all 3s ease-in-out;
}

.banner .mySwiper .swiper-slide-active .banner_box .prc img {
    transform: scale(1.2);
}

.banner .mySwiper .banner_box .zi {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.banner .mySwiper .banner_box .zi .title {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 5.5rem;
    color: #FFFFFF;
    line-height: 1;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.banner .mySwiper .banner_box .zi .text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 2.5rem;
    color: #FFFFFF;
    line-height: 1;
    letter-spacing: 10px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-top: 1.3125rem;
}

.banner .mySwiper .swiper-pagination {
    bottom: 1.25rem;
    width: auto;
    left: auto;
    right: 1.25rem;
}

.banner .mySwiper .swiper-pagination-bullet {
    background: #FFFFFF;
    outline: none;
}

.abnner_ico {
    position: sticky;
    left: 50%;
    bottom: 2.75rem;
    /* transform: translate(-50%, 0); */
    z-index: 9;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 0;
}

.abnner_ico .ico .iconfont {
    display: block;
    font-size: 2rem;
    color: #FFFFFF;
    animation: moveUpDown 2s infinite;
}

.abnner_ico .tit {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: .75rem;
    color: #FFFFFF;
    line-height: 1;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-top: .8125rem;
}

@keyframes moveUpDown {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(10px);
    }
}

.ProductDisplay {
    width: 100%;
    background: #FFFFFF;
    padding: 8.75rem 0 9.375rem;
    overflow: hidden;
}

.ProductDisplay .title {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 2.5rem;
    color: #333333;
    line-height: 1;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-bottom: 5rem;
}

.ProductDisplay .ProductDisplay_bom {
    width: 100%;
}

.ProductDisplay .ProductDisplay_bom .mySwiper {
    position: relative;
    padding-bottom: .3125rem;
    width: 100%;
    margin-bottom: 5.3125rem;
}

.ProductDisplay .ProductDisplay_bom .mySwiper::before {
    content: "";
    display: block;
    width: 100vw;
    height: 1px;
    background: #DDDDDD;
    position: absolute;
    bottom: .5625rem;
    left: 50%;
    transform: translateX(-50%);
}

.ProductDisplay .ProductDisplay_bom .mySwiper .ico_box {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.ProductDisplay .ProductDisplay_bom .mySwiper .ico_box .prc {
    width: 6.25rem;
    height: 6.25rem;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
}

.ProductDisplay .ProductDisplay_bom .mySwiper .ico_box .prc img {
    display: block;
    width: 100%;
}

.ProductDisplay .ProductDisplay_bom .mySwiper .swiper-slide-thumb-active .ico_box .prc {
    background-position: left bottom;
}

.ProductDisplay .ProductDisplay_bom .mySwiper .ico_box .prc img.act {
    display: none;
}

.ProductDisplay .ProductDisplay_bom .mySwiper .swiper-slide-thumb-active .ico_box .prc img.act {
    display: block;
}

.ProductDisplay .ProductDisplay_bom .mySwiper .swiper-slide-thumb-active .ico_box .prc img.put {
    display: none;
}

.ProductDisplay .ProductDisplay_bom .mySwiper .ico_box .dian {
    display: block;
    width: .5rem;
    height: .5rem;
    position: relative;
    border-radius: 50%;
    background: #666666;
    margin-top: .9375rem;
}

.ProductDisplay .ProductDisplay_bom .mySwiper .ico_box .dian::before {
    content: "";
    display: block;
    width: 1.125rem;
    height: 1.125rem;
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    background: rgba(102, 102, 102, 0.2);
}

.ProductDisplay .ProductDisplay_bom .mySwiper .swiper-slide-thumb-active .ico_box .dian {
    background: #0154A4;
}

.ProductDisplay .ProductDisplay_bom .mySwiper .swiper-slide-thumb-active .ico_box .dian::before {
    background: rgba(1, 84, 164, 0.2);
}

.ProductDisplay .ProductDisplay_bom .mySwiper2 {
    width: 100%;
}

.ProductDisplay .ProductDisplay_bom .mySwiper2 .pro_box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ProductDisplay .ProductDisplay_bom .mySwiper2 .pro_box .l {
    width: 42.1%;
}

.ProductDisplay .ProductDisplay_bom .mySwiper2 .pro_box .l .tit {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 2rem;
    color: #333333;
    line-height: 1;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 1.5rem;

}

.ProductDisplay .ProductDisplay_bom .mySwiper2 .pro_box .l .text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 1rem;
    color: #333333;
    line-height: 2rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 3rem;
}

.ProductDisplay .ProductDisplay_bom .mySwiper2 .pro_box .l .more a {
    width: 10rem;
    height: 2.5rem;
    border-radius: 1.25rem;
    border: 1px solid #0154A4;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 1rem;
    color: #0154A4;
    line-height: 2rem;
    transition: all 0.3s ease-in-out;
}

.ProductDisplay .ProductDisplay_bom .mySwiper2 .pro_box .l .more a:hover {
    background: #0154A4;
    color: #FFFFFF;
}

.ProductDisplay .ProductDisplay_bom .mySwiper2 .pro_box .l .more a .iconfont {
    display: block;
    margin-left: .375rem;
    line-height: 1;
}

.ProductDisplay .ProductDisplay_bom .mySwiper2 .pro_box .r {
    width: 50%;
}

.ProductDisplay .ProductDisplay_bom .mySwiper2 .pro_box .r .prc {
    width: 100%;
}

.ProductDisplay .ProductDisplay_bom .mySwiper2 .pro_box .r .prc img {
    display: block;
    width: 100%;
}

.solution {
    width: 100%;
    padding: 8.75rem 0 9.375rem;
    background: fixed url(../images/solution_bj.jpg) no-repeat;
    background-size: cover;
    overflow: hidden;
}

.solution .title {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 2.5rem;
    color: #FFFFFF;
    line-height: 1;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-bottom: 4.75rem;
}

.solution .solution_bom {
    width: 100%;
    position: relative;
}

.solution .solution_bom .mySwiper {
    width: 100%;
    overflow: inherit;
}

.solution .solution_bom .mySwiper .swiper-slide {
    width: 27.5rem;
    /* transition: all 1s; */
}

.solution .solution_bom .mySwiper .swiper-slide .solution_box {
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: relative;
    overflow: hidden;
}

.solution .solution_bom .mySwiper .swiper-slide .solution_box .prc {
    width: 100%;
    transition: all 0.3s ease-in-out;
}

.solution .solution_bom .mySwiper .swiper-slide .solution_box .prc img {
    display: block;
    width: 100%;
}

.solution .solution_bom .mySwiper .swiper-slide .solution_box .box_bom {
    width: 100%;
    padding: 2.625rem 2.5rem 3rem;
}

.solution .solution_bom .mySwiper .swiper-slide .solution_box .box_bom .tit {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 1.75rem;
    color: #FFFFFF;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.solution .solution_bom .mySwiper .swiper-slide .solution_box .box_bom .areas {
    max-height: 0;
    overflow: hidden;
    transition: all .3s ease-out;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 1rem;
    color: #FFFFFF;
    line-height: 2rem;
    text-align: center;
    font-style: normal;
    text-transform: none;

}

.solution .solution_bom .mySwiper .swiper-slide .solution_box .box_bom .text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 1rem;
    color: #FFFFFF;
    line-height: 1.875rem;
    font-style: normal;
    text-transform: none;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 1rem;
    min-height: 3.75rem;
}

.solution .solution_bom .mySwiper .swiper-slide .solution_box .box_bom .more {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 10rem;
    height: 2.5rem;
    border-radius: 1.25rem;
    border: 1px solid #FFFFFF;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 1rem;
    color: #FFFFFF;
    line-height: 2rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-top: 1.4375rem;
    transition: all 0.3s ease-in-out;
}

.solution .solution_bom .mySwiper .swiper-slide .solution_box .box_bom .more:hover {
    background: #FFFFFF;
    color: #E71E27;
}

.solution .solution_bom .mySwiper .swiper-slide .solution_box .box_bom .more .iconfont {
    display: block;
    line-height: 1;
    margin-left: .375rem;
}


.solution .solution_bom .mySwiper .swiper-slide.swiper-slide-active {
    width: 53.75rem;
}

.solution .solution_bom .mySwiper .swiper-slide.swiper-slide-active .solution_box {
    width: 100%;
}


.solution .solution_bom .mySwiper .swiper-slide.swiper-slide-active .solution_box .box_bom {
    position: absolute;
    right: 0;
    top: 0;
    width: 68%;
    height: 100%;
    background-color: rgba(1, 84, 164, 0.8);
    /* clip-path: polygon(0 0, 0% 100%, 100% 100%, 80% 0); */
    clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%);
    padding-left: 17.2%;
    padding-top: 6.25rem;
    text-align: center;
    padding-right: 3.5rem;
    transition: all 1.2s ease-in-out;
}

.solution .solution_bom .mySwiper .swiper-slide.swiper-slide-active .solution_box .box_bom .tit {
    font-size: 2rem;
    line-height: 1;
    margin-bottom: 1.375rem;
}

.solution .solution_bom .mySwiper .swiper-slide.swiper-slide-active .solution_box .box_bom .areas {
    max-height: inherit;
}

.solution .solution_bom .mySwiper .swiper-slide.swiper-slide-active .solution_box .box_bom .text {
    -webkit-line-clamp: 5;
}

.solution .solution_bom .mySwiper .swiper-slide.swiper-slide-active .solution_box .box_bom .more {
    margin: 0 auto;
    margin-top: 1.8125rem;
    background: #FFFFFF;
    color: #E71E27;
}

.solution .solution_bom .solution_bom_btn {
    position: relative;
    width: 12.25rem;
    margin: 0 auto;
    margin-top: 5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}



.solution .solution_bom .solution_bom_btn .swiper-button-next,
.solution .solution_bom .solution_bom_btn .swiper-button-prev {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background-color: #FFFFFF;
    color: #333333;
    line-height: 1;
    position: relative;
    margin: 0;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    outline: none;
}

.solution .solution_bom .solution_bom_btn .swiper-button-next .iconfont,
.solution .solution_bom .solution_bom_btn .swiper-button-prev .iconfont {
    font-size: 1.5rem;
    outline: none;
}

.solution .solution_bom .solution_bom_btn .swiper-button-next:after,
.solution .solution_bom .solution_bom_btn .swiper-button-prev:after {
    display: none;
}

.solution .solution_bom .solution_bom_btn .swiper-pagination {
    position: relative;
    width: 5.75rem;
    height: 3rem;
    border-radius: 1.5rem;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
}

.solution .solution_bom .solution_bom_btn .swiper-pagination-current {
    margin-right: .375rem;
}

.solution .solution_bom .solution_bom_btn .swiper-pagination-total {
    margin-left: .375rem;
}

.innews {
    width: 100%;
    padding: 8.75rem 0 8.25rem;
    background: #F5F5F5;
}

.innews .title {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 2.5rem;
    color: #333333;
    line-height: 1;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-bottom: 4.75rem;
}

.innews .innews_bom {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.innews .innews_bom .l {
    width: 48.61111%;
    background: #FFFFFF;
    transition: all 0.3s ease-in-out;
}

.innews .innews_bom .l:hover {
    background: #0154A4;
}

.innews .innews_bom .l a {
    width: 100%;
}

.innews .innews_bom .l a:hover {}

.innews .innews_bom .l a .prc {
    width: 100%;
    aspect-ratio: 1400/900;
    overflow: hidden;
}

.innews .innews_bom .l a .prc img {
    display: block;
    width: 100%;
    transition: all 0.3s ease-in-out;
}

.innews .innews_bom .l a:hover .prc img {
    transform: scale(1.1);
}

.innews .innews_bom .l a .L_bom {
    padding: 1.4rem 1.875rem 1.75rem;
}

.innews .innews_bom .l a .tit {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 1.75rem;
    color: #000000;
    line-height: 2.25rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.3s ease-in-out;
}

.innews .innews_bom .l a:hover .tit {
    color: #FFFFFF;
}

.innews .innews_bom .l a .time {
    margin-top: .5rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: .875rem;
    color: #999999;
    line-height: 1;
    text-align: left;
    font-style: normal;
    text-transform: none;
    transition: all 0.3s ease-in-out;
}

.innews .innews_bom .l a:hover .time {
    color: #FFFFFF;
}

.innews .innews_bom .l a .text {
    margin-top: .9375rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 1rem;
    color: #999999;
    line-height: 1;
    text-align: left;
    font-style: normal;
    text-transform: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.3s ease-in-out;
}

.innews .innews_bom .l a:hover .text {
    color: #FFFFFF;
}

.innews .innews_bom .r {
    width: 48.61111%;
}

.innews .innews_bom .r ul {
    width: 100%;
}

.innews .innews_bom .r ul li {
    width: 100%;
    margin-bottom: 1.5625rem;

}

.innews .innews_bom .r ul li:last-child {
    margin-bottom: 0;
}

.innews .innews_bom .r ul li a {
    width: 100%;
    padding: .625rem;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.3s ease-in-out;
}

.innews .innews_bom .r ul li a:hover {
    background: #0154A4;
}

.innews .innews_bom .r ul li a .img {
    aspect-ratio: 1/1;
    width: 10rem;
    overflow: hidden;
}

.innews .innews_bom .r ul li a .img img {
    display: block;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
}

.innews .innews_bom .r ul li a:hover .img img {
    transform: scale(1.1);
}

.innews .innews_bom .r ul li a .zi {
    width: calc(100% - 11.25rem);
}

.innews .innews_bom .r ul li a .zi .tit {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 1.5rem;
    color: #000000;
    line-height: 2.25rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.3s ease-in-out;
}

.innews .innews_bom .r ul li a:hover .zi .tit {
    color: #FFFFFF;
}

.innews .innews_bom .r ul li a .zi .text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 1rem;
    color: #666666;
    line-height: 1.75rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.innews .innews_bom .r ul li a:hover .zi .text {
    color: #FFFFFF;
}

.innews .innews_bom .r ul li a .zi .time {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: .875rem;
    color: #999999;
    line-height: 2.25rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-top: .5rem;
    transition: all 0.3s ease-in-out;
}

.innews .innews_bom .r ul li a:hover .zi .time {
    color: #FFFFFF;
}

.innews .innews_bom_btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 3.125rem;
}

.innews .innews_bom_btn a {
    width: 10rem;
    height: 2.5rem;
    border-radius: 1.25rem;
    border: 1px solid #666666;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 1rem;
    color: #666666;
    line-height: 2rem;
}

.innews .innews_bom_btn a .iconfont {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    margin-left: .375rem;
}

.innews .innews_bom_btn a:hover {
    background: #0154A4;
    color: #FFFFFF;
    border-color: #0154A4;
}

.about {
    width: 100%;
    background: fixed url(../images/about_bj.jpg) no-repeat;
    background-size: cover;
    height: 100vh;
    overflow: hidden;
}

.about .center {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.about .center .l {
    width: 60%;
    padding: 2rem 0;
    padding-left: 12.2%;
}

.about .center .l .title {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 2.5rem;
    color: #FFFFFF;
    line-height: 1;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 2.1875rem;
}

.about .center .l .text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 1rem;
    color: #FFFFFF;
    line-height: 2rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 2.9375rem;
}

.about .center .l .more a {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
    width: 10rem;
    height: 2.5rem;
    border-radius: 1.25rem;
    border: 1px solid #FFFFFF;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 1rem;
    color: #FFFFFF;
    line-height: 2rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.about .center .l .more a:hover {
    background: #0154A4;
    color: #FFFFFF;
    border-color: #0154A4;
}

.about .center .l .more a .iconfont {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    margin-left: .375rem;
}

.about .center .l .L_bom {
    margin-top: 6.25rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.about .center .l .L_bom .item {
    width: 33.3333%;
}

.about .center .l .L_bom .item .t {
    display: flex;
    align-items: flex-end;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 1;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: .375rem;
    line-height: 1.5rem;
    height: 3.25rem;
}

.about .center .l .L_bom .item .t img {
    height: 100%;
    display: block;
}

.about .center .l .L_bom .item .t .countup {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 3.25rem;
    color: #FFFFFF;
    line-height: 1;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.about .center .l .L_bom .item .name {
    margin-top: .75rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 1rem;
    color: #FFFFFF;
    line-height: 1;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.about .center .r {
    height: 100vh;
    width: 35.42%;
}

.about .center .r .mySwiper {
    height: 100%;
}

.about .center .r .mySwiper .swiper-button-prev{
    width: 100%;
    height: 20px;
    background: rgba(255,255,255,0.2);
    left: 0;
    top: 0;
    margin-top: 0;
}
.about .center .r .mySwiper .swiper-button-prev:after{
    content: '';
}
.about .center .r .mySwiper .swiper-button-prev .iconfont{
    font-size: 20px;
}
.about .center .r .mySwiper .swiper-button-next{
    width: 100%;
    height: 20px;
    background: rgba(255,255,255,0.2);
    left: 0;
    top: auto;
    bottom: 0;
    margin-top: 0;
}
.about .center .r .mySwiper .swiper-button-next:after{
    content: '';
}
.about .center .r .mySwiper .swiper-button-next .iconfont{
    font-size: 20px;
}

.about .center .r .mySwiper .swiper-slide {
    height: auto;
}

.about .center .r .mySwiper .swiper-slide .about_box {
    width: 100%;
    padding: 1.5625rem 3.75rem 2rem 2.25rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    border-left: 1px solid rgba(255, 255, 255, .2);
}

.about .center .r .mySwiper .swiper-slide .about_box .r_l {
    width: calc(100% - 3.75rem);
}

.about .center .r .mySwiper .swiper-slide .about_box .r_l .tit {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 2.5rem;
    color: #FFFFFF;
    line-height: 1;
    text-align: left;
    font-style: normal;
    text-transform: none;
    display: flex;
    align-items: center;
    margin-bottom: .625rem;
}

.about .center .r .mySwiper .swiper-slide .about_box .r_l .tit span {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 1.875rem;
    color: #FFFFFF;
    line-height: 1;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.about .center .r .mySwiper .swiper-slide .about_box .r_l .text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 1rem;
    color: #FFFFFF;
    line-height: 1.875rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.about .center .r .mySwiper .swiper-slide .about_box .r_r {
    width: 3.125rem;
    aspect-ratio: 1/1;
}

.about .center .r .mySwiper .swiper-slide .about_box .r_r img {
    display: block;
    width: 100%;
}

.partners {
    width: 100%;
    padding: 8.75rem 0 12.5rem;
    background: #F5F5F5;
}

.partners .title {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 2.5rem;
    color: #333333;
    line-height: 1;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-bottom: 4.75rem;
}

.partners ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.partners ul li {
    aspect-ratio: 202/150;
    width: 14%;
    background: #FFFFFF;
    margin-bottom: .25rem;
    font-size: 1.75rem;
    font-weight: bold;
    color: #333333;
    line-height: 1;
}

.partners ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333333;
}

.partners ul li img {
    display: block;
    width: 100%;
}


@media (max-width: 768px) {
    .banner .mySwiper .banner_box .zi .title{
        font-size: 1.875rem;
    }
    .banner .mySwiper .banner_box .zi .text{
        font-size: .75rem;
        margin-top: .625rem;
    }
    .abnner_ico {
        bottom: 1.25rem;
    }
    .abnner_ico .ico .iconfont {
        font-size: .75rem;
    }
    .abnner_ico .tit {
        font-size: .75rem;
    }

    .ProductDisplay{
        padding: 1.875rem 0;
    }
    .ProductDisplay .title{
        font-size: 1.875rem;
        margin-bottom: 1.25rem;
    }
    .ProductDisplay .ProductDisplay_bom .mySwiper{
        margin-bottom: 1.25rem;
    }
    .ProductDisplay .ProductDisplay_bom .mySwiper .ico_box .prc{
        width: 100%;
        height: auto;
        aspect-ratio: 1/1;
    }
    .ProductDisplay .ProductDisplay_bom .mySwiper2 .pro_box{
        flex-direction: column-reverse;
    }
    .ProductDisplay .ProductDisplay_bom .mySwiper2 .pro_box .l{
        width: 100%;
        margin-top: .9375rem;
    }
    .ProductDisplay .ProductDisplay_bom .mySwiper2 .pro_box .r{
        width: 100%;
    }
    .ProductDisplay .ProductDisplay_bom .mySwiper2 .pro_box .l .tit{
        font-size: 1.5rem;
    }
    .ProductDisplay .ProductDisplay_bom .mySwiper2 .pro_box .l .text{
        font-size: .875rem;
        line-height: 1.5rem;
        margin-bottom: .625rem;
    }

    .solution{
        padding: 1.875rem 0;
    }
    .solution .title{
        font-size: 1.875rem;
        margin-bottom: 1.25rem;
    }
    .solution .solution_bom .mySwiper .swiper-slide{
        width: 100%;
    }
    .solution .solution_bom .mySwiper .swiper-slide .solution_box .box_bom{
        position: absolute;
        padding: .625rem;
    }
    .solution .solution_bom .mySwiper .swiper-slide .solution_box .box_bom .tit{
        font-size: .875rem;
    }
    .solution .solution_bom .mySwiper .swiper-slide .solution_box .box_bom .areas{
        font-size: .75rem;
        line-height: 1.25rem;
    }
    .solution .solution_bom .mySwiper .swiper-slide .solution_box .box_bom .text{
        font-size: 12px;
        line-height: 1.5;
        margin-top: .625rem;
    }
    .solution .solution_bom .mySwiper .swiper-slide .solution_box .box_bom .more{
        width: 100%;
        height: 1.25rem;
        font-size: .75rem;
        margin-top: .625rem;
    }
    .solution .solution_bom .mySwiper .swiper-slide.swiper-slide-active{
        width: 14.375rem;
    }
    .solution .solution_bom .mySwiper .swiper-slide.swiper-slide-active .solution_box .box_bom{
        padding-top: .9375rem;
        padding-right: .9375rem;
    }
    .solution .solution_bom .mySwiper .swiper-slide.swiper-slide-active .solution_box .box_bom .tit{
        font-size: 1rem;
        margin-bottom: .3125rem;
    }
    .solution .solution_bom .mySwiper .swiper-slide.swiper-slide-active .solution_box .box_bom .more{
        margin-top: .625rem;
    }
    .solution .solution_bom .solution_bom_btn{
        margin-top: 1.25rem;
    }

    .innews{
        padding: 1.875rem 0;
    }
    .innews .title{
        font-size: 1.875rem;
        margin-bottom: 1.25rem;
    }
    .innews .innews_bom .l{
        width: 100%;
        margin-bottom: .625rem;
    }
    .innews .innews_bom .l a .L_bom{
        padding: .9375rem;
    }
    .innews .innews_bom .l a .tit{
        font-size: 1.25rem;
    }
    .innews .innews_bom .r{
        width: 100%;
    }
    .innews .innews_bom .r ul li{
        margin-bottom: .625rem;
    }
    .innews .innews_bom .r ul li a .img{
        width: 40%;
    }
    .innews .innews_bom .r ul li a .zi{
        width: 58%;
    }
    .innews .innews_bom .r ul li a .zi .tit{
        font-size: 1rem;
    }
    .innews .innews_bom .r ul li a .zi .text{
        font-size: .75rem;
        line-height: 1.5;
    }
    .innews .innews_bom_btn{
        margin-top: .9375rem;
    }

    .about{
        height: auto;
    }
    .about .center{
        flex-direction: column;
    }
    .about .center .l{
        width: 100%;
        padding: .9375rem;
    }
    .about .center .l .title{
        font-size: 1.875rem;
        margin-bottom: 1.25rem;
    }
    .about .center .l .text{
        font-size: .875rem;
        line-height: 1.5;
        margin-bottom: .9375rem;
    }
    .about .center .l .L_bom{
        margin-top: 1.25rem;
    }
    .about .center .r{
        width: 100%;
        height: 50vh;
    }
    .about .center .r .mySwiper .swiper-slide .about_box{
        border-top: 1px solid rgba(255, 255, 255, .2);
        border-left: 0;
        padding: .9375rem;
    }
    .about .center .r .mySwiper .swiper-slide .about_box .r_l .tit{
        font-size: 1.5rem;
    }
    .about .center .r .mySwiper .swiper-slide .about_box .r_l .tit span{
        font-size: .875rem;
    }

    .partners{
        padding: 1.875rem 0;
    }
    .partners .title{
        font-size: 1.875rem;
        margin-bottom: 1.25rem;
    }
}