.online-service{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 93px;
    margin-bottom: 80px;
}
.online-service-title{ 
    width: 1200px;
    margin-bottom: 39px;
}
.online-honor-title-img{
    width: 400px;
    height: 82px;
}
#online-service-content{
    width: 1200px;
    /* padding-left: 75px; */
    box-sizing: border-box;
    position: relative;
}

#online-service-content .swiper{
    width: 100%;
    height: 100%;
}
#online-service-content .swiper-slide{
    width: 384px;
    height: auto;
    display: block;
    cursor: pointer;
    position: relative;
}

.service-slide-mask{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    position: absolute;
    top: 0;
    left: 0;
}
.service-slide-icon{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-top: 84px;
    padding-bottom: 40px;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.service-slide-small-logo{
    width: 56px;
    height: 56px;
}
.service-slide-top-icon{
    margin-top: 75px;
    width: 40px;
    height: 40px;
}
.service-slide-top-icon.nomal{
    display: block;
}
.service-slide-top-icon.hover{
    opacity: 0;
    transition: all 0.3s;
    transform: translateY(-30px);
}
.service-small-line{
    width: 16px;
    height: 2px;
    background: #FFFFFF;
    border-radius: 1px;
    margin-top: 36px;
    margin-bottom: 13px;
}
.service-name{
    font-family: PingFangSC, PingFang SC;
    font-weight: bold;
    font-size: 22px;
    color: #FFFFFF;
    line-height: 30px;
}
.service-name.top{
    margin-top: 20px;
}
#online-service-content .swiper-slide:hover .service-slide-top-icon.nomal{
    display: none;
}
#online-service-content .swiper-slide:hover .service-slide-top-icon.hover{
    opacity: 1;
    transition: all 0.3s;
    transform: translateY(0);
}
#online-service-content .swiper-slide:hover .service-hover{
    opacity: 1;
    transition: all 0.3s;
    transform: translateY(0);
}
.service-hover{
    width: 100%;
    height: 110px;
    background: #3881F6;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    /* display: none; */
    opacity: 0;
    transition: all 0.3s;
    transform: translateY(30px);
}
.service-hover.big{
    height: 100% !important;
}
#online-service-content .service-slide-img{ 
    display: block;
    width: 384px;
    height: auto;
}
#online-service-content  .swiper-slide p {
    font-weight: 500;
    font-size: 24px;
    color: #333333;
    line-height: 33px;
    text-align: center;
    margin-top: 30px;
}
#online-service-content .swiper-button-prev {
	left: -105px;
	width: 48px;
	height: 48px;
}
#online-service-content .swiper-button-next {
	right: -105px;
	width: 48px;
	height: 48px;
}

.icon-prev,.icon-next{
    width: 48px;
    height: 48px;
}

.online-consulting{
    position: fixed;
    top: 209px;
    right: 41px;
    cursor: pointer;
    z-index: 99999999;
}
.online-consulting-img{
    width: 72px;
    height: 159px;
}

.swiper-button-next:after,  .swiper-button-prev:after {
    content: none !important;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 1 !important;
    cursor: auto;
    pointer-events: none;
}