body{
    background-color: #f5f5f5;
}

.swiper {                        /*轮播图*/
    width: 1226px;
    height: 250px;
}

.swiper img {
    width: 1226px;
    height: 250px;
}

/* 其它小圆圈的颜色 */
.swiper-pagination-bullet {
    background:rgb(135, 135, 135);
    /* opacity: 1; */
}

/* 播放到谁，对应的小圆圈就设置为红色 */
.swiper-pagination-bullet-active {
    background-color:white;
}

/* 修改箭头按钮 */
/* .swiper-button-prev::after {
    content: '<';
}

.swiper-button-next::after {
    content: '>';
} */   

.fwzx{
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.zzshservice,.hotservice{                 /*公共的盒子*/
    width: 1226px;
}
.service-title{                         /*公共的标题样式*/
    width: 1226px;
    height: 106px;
    text-align: center;
    line-height: 106px;
    font-size: 30px;
    color: #666;


    
}
.service-content{                         /*公共的内容块*/
    width: 1226px;
    height: 590px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.conbox{                                /*放文字的盒子*/
    width: 296px;
    height: 277px;
    background-color: white;
    display: block;
    text-align: center;
    transition: all 1.2s;
}
.conbox a{
    width: 296px;
    height: 277px;
    text-decoration: none;
    color: black;
    display: block;
}
.conbox img{
    margin-top: 76px;
    width: 66px;
    height: 66px;
}
.conbox span{
    
    color: #757575;
    font-size: 14px;
    line-height: 14px;
}
.conbox:hover{
    transform: translate(0,-15px);
    
}
.conbox a:hover{
    color: orangered;
}

.conbox2{                                /*放文字的第二种盒子*/
    width: 296px;
    height: 277px;
    background-color: white;
    display: block;
    text-align: center;
    transition: all 1.2s;
}
.conbox2 a{
    width: 296px;
    height: 277px;
    text-decoration: none;
    color: black;
    display: block;
}
.conbox2 img{
    width: 180px;
    height: 180px;
    margin-top: 36px;
}

.conbox2:hover{
    transform: translate(0,-15px);
    
}
.conbox2 a:hover{
    color: orangered;
}

.service-index-center{      /* 售后服务网点css*/
    width: 1226px;
    margin: 0 auto;
}
a{
    text-decoration: none;
}
.webfont{
    text-align: center;
    font-weight:400;
    font-size: 30px;
    color: rgb(146, 146, 146);
}

.content-2{
    display: flex;
    justify-content: center;
    align-items: center;
}
.left{
    width: 614px;
    height: 360px;
}
.left img{
    width: 100%;
    height: 100%;
}
.right{
    background-color: white;
    width: 614px;
    height: 360px;
    text-align: center;
    position: relative;
    color: rgb(130, 130, 130);
}
.right p{
    color: black;
    font-weight:400;
    font-size: 20px;
}
.icon-wrap {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex: 1;
    margin-top: 50px;
}

.btn-2{
    color:rgb(130, 130, 130) ;
    position: absolute;
    bottom: 50px;
    left: 270px;
}

.btn-2:hover{
    color:#FF6700 ;
}