.service-banner {
    width: 100%;
    min-width: 1200px;
    height: 33.33vw;
    min-height: 400px;
}
.service-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.service-main {
    width: 1200px;
    margin: 160px auto 190px;
}
.service-box {
    font-size: 0;
    display: flex;
    align-items: center;
}
.service-box-img {
    width: 600px;
    height: 386px;
}
.service-box-img img {
    width: 100%;
    height: 100%;
}
.service-box-content {
    flex: 1;
    margin-left: 140px;
}
.service-box-content span {
    color: #666;
    font-size: 24px;
    font-weight: bold;
}
.service-box-l {
    margin: 0 140px 0 0!important;
}
.service-one {
    width: 100%;
    min-width: 1200px;
    padding: 60px 0 120px;
    box-sizing: border-box;
    background-color: #F1F5FE;
    margin-bottom: 75px;
}
.service-one-main {
    width: 1248px;
    margin: 0 auto;
}
.swiper-container {
    width: 100%;
    height: 355px;
    padding: 0 24px;
    box-sizing: border-box;
}
.swiper-slide {
}
.service-one-item {
    font-size: 0;
    border: 2px solid transparent;
    box-sizing: border-box;
    transition: 300ms;
    transform: scale(0.8);
}
.service-one-item img {
    width: 100%;
    height: 243px;
    object-fit: cover;
}
.service-one-box {
    height: 60px;
    color: #333;
    font-size: 24px;
    text-align: center;
    line-height: 60px;
    background-color: #fff;
    transition: 300ms;
}
.swiper-slide-active,.swiper-slide-duplicate-active{
    transform: scale(1);
}
.swiper-slide-active .service-one-item {
    border-color: #3F86FF!important;
    background-color: #3F86FF;
    transform: scale(1)!important;
}
.swiper-slide-active .service-one-box {
    color: #fff!important;
    background-color: #3F86FF!important;
}
.swiper-button-next {
    width: 48px;
    height: 48px;
    right: 0;
    left: auto;
}
.swiper-button-next:after {
    content: none;
}
.swiper-button-next img {
    width: 48px;
    height: 48px;
}
.swiper-button-next .swiper-img {
    transform: scaleX(-1);
}
.swiper-button-prev {
    width: 48px;
    height: 48px;
    left: 0;
    right: auto;
}
.swiper-button-prev:after {
    content: none;
}
.swiper-button-prev img {
    width: 48px;
    height: 48px;
}
.swiper-button-prev .swiper-img-act {
    transform: scaleX(-1);
}
.swiper-img {
    display: none;
}
.swiper-button-disabled {
    opacity: 1!important;
}
.swiper-button-disabled .swiper-img-act {
    display: none;
}
.swiper-button-disabled .swiper-img {
    display: block;
}