
#main{
    /* padding: 0.62rem 0px 0.93rem; */
    line-height: 1.8;

}
.service_conter img,.service_con img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section {
    position: relative;
    /* width: 100%; */
    padding: 0px 9vw;
    margin: 0vw auto 0px;

}
.service_con{
    display: flex;
}
.service_left{
    /* flex: 1; */
    
}
.service_left img{
    display: block;
    width: 30vw;
    max-width: 500px;
    /* height: 100%; */
    object-fit: cover;
}
.service_right{
    /* flex: 1; */
    width: 30%;
    margin-left: 4vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.service_title{
    font-size: 0.36rem;
    font-weight: 600;
    display: flex;
    line-height: 1.8;
    margin: 0.2rem 0;
}
.service_title div{
    color: #ff0000;
    margin-left: 10px;
    font-style: italic;
}
.service_right_text{
    font-size: 0.2rem;
    line-height: 1.8;
}

.service_btn{
    font-size: 0.16rem;
    margin-top: 20px;
    line-height: 1.8;

}

.service_btn_mail{
    /* margin: 10px 0; */
}

.service_btn_mail{
    margin-top: 10px;
    line-height: 1;
}

.service_btn_item a{
    color: #ff0000;
}

.service_btn_zx{
    width: fit-content;
    padding: 0px 10px;
    background: #ff0000;
    border-radius: 50px;
}
.service_btn_zx>a{
    color: #fff;
    
}

.service_F_title{
    font-size: 0.2rem;
}



.service_conter{
    display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        margin-top: 30px;
}
.service_conter_item{
    width: 30%;
    margin-bottom: 2vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.service_conter_item_img{
    width: 50%;
    max-width: 230px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0px 0px 10px  #e9e7e7;
}
.service_conter_item_img img{

}
.service_conter_item_con{
    line-height: 1.8;
}
.service_conter_item_con_title{
    font-size: 0.2rem;
    font-weight: 600;
    margin: 6px 0;
    text-align: center;
}
.service_conter_item_con_text{
    font-size: 0.14rem;

}
@media (min-width:750px) and (max-width:1300px) {
    .service_conter_item{
        width: 40%;
    }
  }




#swiper1 img,#swiper2 img{
    cursor: pointer;
}


.swiper {
    width: 100%;
    height: 100%;
    margin-top: 30px;
  }

  #swiper1 .swiper-slide {
    text-align: center;
    font-size: 18px;
    
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
  }
  #swiper1 .swiper-slide img{
    width: 70%;
}

.swiper-button-next,.swiper-button-prev{
    transform: scale(0.6);
    color: #fff !important;
    
    bottom:calc( 2rem - 57px);
    background: url(../image/shouyeLR.png);
    width: 48px;
    height: 48px;
    background-size: 100%;
    background-repeat: no-repeat;
}
.swiper-button-next{
    background-position: 9px -106px;

}
.swiper-button-next:hover{
    background-position: 9px -157px;

}
.swiper-button-prev{
    background-position: -10px -3px;

}
.swiper-button-prev:hover{
    background-position: -10px -54px;
}
.swiper-button-next::after,.swiper-button-prev::after{
    content: "";
}



#Wt .h i,#Wt li {
    transition-duration: .5s
}

#Wt {
   
}

#Wt li {
    border-bottom: 2px solid #e0e2f0;
    margin-bottom: 40px
}

#Wt li.active {
    border-bottom: 2px solid #140281
}

#Wt li:hover {
    border-bottom: 2px solid #fa4b4b
}

#Wt li:hover i {
    color: #fa4b4b
}

#Wt .h {
    line-height: 60px;
    cursor: pointer;
    display: flex;
}

#Wt .h i {
    font-size: 28px;
    color: #717899;
    font-family: mDIN;
    width: 120px;
    font-weight: 700
}

#Wt .h h3 {
    width: 100%;
    font-size: 18px;
    color: #f00;
}

#Wt .h h3 span,#Wt .text span.h {
    font-size: 28px;
    font-family: mDIN;
    float: left
}

#Wt .h h3 p {
    float: left
}

#Wt .h h3 span {
    color: #ff0000;
    margin-right: 20px
}

#Wt .h .icon {
    width: 32px;
    height: 32px;
    position: relative;
    margin: 14px 0
}

#Wt .h .icon:after,#Wt .h .icon:before {
    position: absolute;
    content: '';
    background: #ff0000;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

#Wt .h .icon:after {
    width: 24px;
    height: 4px
}

#Wt .h .icon:before {
    width: 4px;
    height: 24px;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    transition-duration: .3s
}

#Wt .active .h .icon:before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

#Wt .text {
    width: 100%;
   
    line-clamp: 2;
    overflow: hidden;
    line-height: 30px;
    padding-bottom: 15px;
    display: none
}

#Wt .text span.h {
   
    color: #fa4b4b;
    line-height: 30px;
    margin-right: 5px;

}

#Wt .text p {
    float: left;
    
    font-size: 16px;
    color: #717899;
    margin-left: 110px;
    text-align: left;
}

.zzc{
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 100;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.no-scroll {
    overflow: hidden;
    height: 100vh;
}
.zzc_bg{
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    z-index: -1;
    background: rgba(0, 0, 0, .8);
    cursor: pointer;

}
.zzc img{
    height: auto;
    width: auto;
    max-width: 80%;
    max-height: 80%;
    display: block;
    object-fit: contain;
}




  @media (max-width: 760px) {
    #main{
        padding: 0;
    }
    #main div,p{
        text-align: justify;
    }
   
    .service_left img{
        width: 80%;
    }
    .service_right{
        margin-left: 0;
    }
   
    .service_title{
        font-size: 0.2rem;
    }
    .service_F_title{
        font-size: 0.12rem;
    }
    .service_right_text{
        font-size: 0.14rem;

    }
    .service_con{
        display: block;
    }
    .service_left{
        display: flex;
        justify-content: center;
    }
    .service_right{
        width: 100%;
        margin-top: 10px;
    }
    .service_btn{
        font-size: 0.14rem;
    }
    .service_conter{
        justify-content: center;
    }
    .service_conter_item{
        width: 80%;
        margin-bottom: 4vw;
    }
    .service_conter_item_img{
        width: 50%;
        padding: 10% 25% 0 25%;
        box-shadow:none;
    }
    .service_conter img{
        border-radius: 20px;
    }

    .service_conter_item_con_title{text-align: center !important;}

    .swiper-slide{
        width: 200px;
    }
    #Wt .h i{
        width: auto;
        font-size: 14px;
    }
    #Wt .text p{
        margin-left: 0;
    }
    #Wt .h h3,#Wt .text p, #Wt .text span.h,#Wt .h h3 span{
        width: auto;
        font-size: 14px;

    }
    #Wt .text {
        width: auto;
        margin-left: 10px;
        
    }
    #Wt .h h3 span{
        margin-right: 10px;
    }


  }







