

.about{
    width: 100%;
    min-width: 12rem;
    height: 7.89rem;
    background: url(../images/abouts.png) no-repeat center center / 100% 100%;
    overflow: hidden;
}
.about .w-1600{
    overflow: hidden;
}
.about .about-name{
    width: 3.26rem;
    height: 0.7rem;
    margin: 1rem auto 0;
    background: url(../images/abouts1.png) no-repeat center center / 100% 100%;
    position: relative;
}
.about-name .about-title{
    width: 100%;
    height: 0.7rem;
    position: absolute;
    top: 0;
    left: 0;
}
.about-title .about-span{
    width: 100%;
    height: 0.7rem;
    font-size: 0.35rem;
    color: #333333;
    text-align: center;
    line-height: 0.7rem;
}
.about-span span{
    color: #0094fe;
}
.about-title .about-line{
    /*width: 0.34rem;*/
    height: 0.04rem;
    background: #0094fe;
    position: absolute;
    top: 0.6rem;
    left: 1.46rem;
}
.about .about-box{
    width: 8.82rem;
    height: 4.4rem;
    margin-top: 1.04rem;
    overflow: hidden;
    margin-left: 7.18rem;
}
.about-box .about-title{
    width: 100%;
    height: 0.4rem;
    font-size: 0.24rem;
    color: #ffffff;
    line-height: 0.4rem;
    margin-top: 0.84rem;
}
.about-box .about-line{
    width: 0.42rem;
    height: 0.02rem;
    background: #ffffff;
    margin-top: 0.2rem;
}
.about-box .about-con{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 0.5rem;
}
.about-con .about-text{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 0.15rem;
    color: #ffffff;
    line-height: 0.24rem;
    text-align: justify;
}
.about-text:last-child{
    /*margin-top: 0.1rem;*/
}


.list{
    width: 100%;
    height: 6.05rem;
    background: url(../images/list.jpg) no-repeat center;
    overflow: hidden;
}

.list .list-ul{
    width: 17.12rem;
    height: 5.02rem;
    display: flex;
}
.list-ul .list-li{
    width: 5.7rem;
    height: 5.02rem;
    position: relative;
    cursor:pointer;
}

.list-li .list-box{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 1s ease-out;
}
.list-box img{
    width: 2.13rem;
    height: 1.5rem;
    margin: 1.43rem auto 0;
}
.list-li:nth-of-type(2) .list-box img{
    width: 2.01rem;
}
.list-li:nth-of-type(3) .list-box img{
    width: 3.21rem;
}
.list-li:nth-of-type(4) .list-box img{
    width: 1.54rem;
}
.list-li:hover .list-box{
    background: rgba(5,110,187,0.4);
}


.content{
    width: 100%;
    height: 8.58rem;
    background: url(../images/about_last.png) no-repeat center;
    overflow: hidden;
}
.content .w-1600{
    display: flex;
    justify-content: space-between;
}
.content .con-le{
    width: 7.97rem;
    height: 6.53rem;
    margin-top: 0.9rem;
}
.content .con-ri{
    width: 8.03rem;
    height: 6.53rem;
    overflow: hidden;
    display: flex;
    padding: 0 0.7rem;
    box-sizing: border-box;
    justify-content: space-between;
    margin-top: 0.9rem;
    background: #ffffff;
}
.con-ri .con-box{
    width: auto;
    height: 6.53rem;
    overflow: hidden;
    cursor:pointer;
}
.con-box .con-name{
    width: auto;
    height: 0.44rem;
    font-size: 0.28rem;
    color: #333333;
    line-height: 0.44rem;
    margin-top: 1.46rem;
    transition: all 1s ease-out;
}
.con-box .con-line{
    width: 0.56rem;
    height: 0.04rem;
    background: #999999;
    margin-top: 0.26rem;
    transition: all 1s ease-out;
}
.con-box .con-text{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 0.16rem;
    color: #333333;
    line-height: 0.4rem;
    margin-top: 0.6rem;
}

.con-box:hover .con-name{
    color: #0094fe;
}
.con-box:hover .con-line{
    background: #0094fe;
}
