.service{
    width: 100%;
    height: 6.63rem;
    min-width: 12rem;
    overflow: hidden;
}

.service .ser-head{
    width: 3.73rem;
    height: 0.7rem;
    margin: 0.5rem auto 0;
    position: relative;
    background: url(../images/about.png) no-repeat center center / 100% 100%;
}
.ser-head .ser-title{
    width: 100%;
    height: 0.7rem;
    position: absolute;
    top: 0;
    left: 0;
}
.ser-title .ser-span{
    width: 100%;
    height: 0.7rem;
    font-size: 0.35rem;
    color: #333333;
    text-align: center;
    line-height: 0.7rem;
}
.ser-span span{
    color: #0094fe;
}
.ser-title .ser-line{
    /*width: 0.34rem;*/
    height: 0.04rem;
    background: #0094fe;
    position: absolute;
    top: 0.7rem;
    left: 2.2rem;
}
.service .ser-box{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 0.6rem;
}
.ser-box .ser-ul{
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
}
.ser-ul .ser-li{
    width: 3.2rem;
    height: 3.4rem;
    position: relative;
    cursor:pointer;
}
.ser-li .ser-con{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 1s ease-out;
    padding: 0.12rem 0.1rem ;
    box-sizing: border-box;
}
.ser-con .con-box{
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: all 1s ease-out;
}
.con-box .ser-name{
    width: auto;
    max-width: 1.2rem;
    min-width: 0.94rem;
    height: 0.4rem;
    font-size: 0.16rem;
    color: #ffffff;
    line-height: 0.4rem;
    box-sizing: border-box;
    margin: 1.04rem auto 0;
    overflow: hidden;
    text-align: center;
    transition: border 1s,transform 0.4s ease-out;
}
.con-box .ser-text{
    width: 100%;
    height: 0.36rem;
    font-size: 0.16rem;
    color: #ffffff;
    line-height: 0.36rem;
    text-align: center;
    margin-top: 0.3rem;
}
.ser-li:hover .ser-con{
    background: #0385e1;
}
.ser-li:hover .con-box{
    border: 0.01rem solid #ffffff;
}
.ser-li:hover .con-box .ser-name{
    border: 0.01rem solid #ffffff;
}

.content{
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #f4f4f4;
}
.content .con-item{
    width: 100%;
    height: 6.58rem;
    display: flex;

}
.con-item .con-img{
    width: 11.24rem;
    height: 6.58rem;
}
.con-item:nth-of-type(2) .con-img{
    width: 7.94rem;
    height: 6.58rem;
}
.con-item .con-box{
    width: 7.96rem;
    height: 6.58rem;
    overflow: hidden;
    padding: 0 0.4rem;
    box-sizing: border-box;
}
.con-item:nth-of-type(2) .con-box{
    width: 11.24rem;
}
.con-item:nth-of-type(2) .con-box .con-name{
    margin-top: 1.6rem;
}
.con-box .con-name{
    width: 100%;
    height: 0.44rem;
    font-size: 0.32rem;
    font-weight: bold;
    color: #333333;
    line-height: 0.44rem;
    margin-top: 3.04rem;
}
.con-box .con-line{
    width: 0.42rem;
    height: 0.02rem;
    background: #333333;
    margin-top: 0.3rem;
}
.con-box .con-text{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 0.16rem;
    color: #333333;
    line-height: 0.5rem;
    margin-top: 0.4rem;
}
.content .con-ul{
    width: 100%;
    height: 6.99rem;
    display: flex;
}
.con-ul .con-li{
    width: 9.6rem;
    height: 6.99rem;
    padding-left: 1.6rem;
    box-sizing: border-box;
    overflow: hidden;
}
.con-ul .con-li:last-child{
    padding-left: 1.3rem;
}
.con-li .con-boxs{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.con-li .con-name{
    width: 100%;
    height: 0.64rem;
    font-size: 0.32rem;
    font-weight: bold;
    color: #ffffff;
    line-height: 0.64rem;
    margin-top: 1.8rem;
}
.con-li .con-line{
    width: 0.47rem;
    height: 0.02rem;
    background: #ffffff;
    margin-top: 0.22rem;
}
.con-li .con-text{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 0.16rem;
    color: #ffffff;
    line-height: 0.5rem;
    margin-top: 0.6rem;
}


.cedao{
    width: 100%;
    height: 9.78rem;
    margin-top: 0.7rem;
    background: url(../images/content.jpg) center center / 100% 100%;
    overflow: hidden;
}
.cedao .ce-box{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-left: 10.1rem;
    box-sizing: border-box;
}
.ce-box .ce-name{
    width: 100%;
    height: 0.5rem;
    font-size: 0.32rem;
    color: #333333;
    line-height: 0.5rem;
    font-weight: bold;
    margin-top: 3.65rem;
}
.ce-box .ce-line{
    width: 0.44rem;
    height: 0.02rem;
    background: #333333;
    margin-top: 0.3rem;
}
.ce-box .ce-text{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 0.16rem;
    color: #333333;
    line-height: 0.5rem;
    margin-top: 0.6rem;
}
