.banner{
    width: 100%;
    height: 4.8rem;
    margin-top: 1.06rem;
}
.about{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0 0.1rem;
    box-sizing: border-box;
}
.title{
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    margin-top: 0.55rem;
    position: relative;
}
.title .title-line{
    width: 0.06rem;
    height: 0.5rem;
    background: #415dab;
    margin-top: 0.05rem;
}
.title .title-on{
    width: auto;
    height: auto;
    overflow: hidden;
    margin-left: 0.2rem;
}
.title-on .title-head{
    width: auto;
    height: auto;
    overflow: hidden;
    font-size: 0.4rem;
    font-weight: bold;
    color: #333333;
    /*line-height: 0.5rem;*/
}

.title-on .title-text{
    width: auto;
    height: auto;
    overflow: hidden;
    font-size: 0.3rem;
    font-weight: bold;
    color: #999999;
    line-height: 0.4rem;
    margin-top: 0.05rem;
}
.title .title-ri{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 0.24rem;
    color: #666666;
    line-height: 0.34rem;
    text-align: right;
    position: absolute;
    top: 0.24rem;
    left: 0;
}
.about .about-text{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 0.28rem;
    color: #333333;
    line-height: 0.5rem;
    text-indent: 2em;
    margin-top: 0.5rem;
}
.about-text:nth-of-type(n+2){
    margin-top: 0.1rem;
}
.about .about-img{
    width: 100%;
    height: 3.6rem;
    margin-top: 0.5rem;
}

.on{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0 0.1rem;
    box-sizing: border-box;
}
.on .on-box{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.on-box .on-item{
    width: 100%;
    height: 4rem;
    margin-top: 0.5rem;
    position: relative;
}
.on-item:nth-of-type(n+2){
    height: 3.2rem;
}
.on-item .on-con{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 0.4rem;
    box-sizing: border-box;
}
.on-con .on-name{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 0.3rem;
    font-weight: bold;
    color: #333333;
    line-height: 0.4rem;
    margin-top: 0.35rem;
}
.on-con .on-title{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 0.22rem;
    color: #333333;
    line-height: 0.28rem;
    margin-top: 0.07rem;
}
.on-con .on-line{
    width: 0.5rem;
    height: 0.04rem;
    /*background: #333333;*/
    margin-top: 0.12rem;
}
.on-con .on-text{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 0.32rem;
    font-weight: bold;
    color: #333333;
    line-height: 0.4rem;
    margin-top: 0.54rem;
    text-align: center;
}

.on .con-ul{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 0.2rem;
    margin-bottom: 0.6rem;
}
.con-ul .con-li{
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    margin-top: 0.2rem;
}
.con-li .con-le{
    width: 3.6rem;
    height: 3.3rem;
    box-sizing: border-box;
}
.con-li .con-ri{
    width: 3.6rem;
    height: 3.3rem;
    background: #eeeeee;
    padding: 0 0.1rem;
    box-sizing: border-box;
    overflow: hidden;
}
.con-name{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 0.3rem;
    font-weight: bold;
    color: #333333;
    line-height: 0.4rem;
    margin-top: 0.2rem;
    white-space: nowrap;
}
.con-title{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 0.24rem;
    color: #333333;
    line-height: 0.34rem;
    margin-top: 0.14rem;
}

.con-line{
    width: 0.2rem;
    height: 0.04rem;
    /*background: #113496;*/
    margin-top: 0.04rem;
}
.con-text{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 0.24rem;
    color: #333333;
    line-height: 0.4rem;
    margin-top: 0.1rem;
    text-align: justify;
}
.con-text span{
    font-weight: bold;
}


.con-li:nth-of-type(even) .con-ri{
    padding: 0;
}
.con-li:nth-of-type(even) .con-le{
    padding: 0 0.15rem;
    background: #eeeeee;
}
.con-li:nth-of-type(2) .con-le{
    height: 2.81rem;
}
.con-li:nth-of-type(2) .con-ri{
    height: 2.81rem;
}
.con-li:nth-of-type(3) .con-le{
    height: 2.38rem;
}
.con-li:nth-of-type(3) .con-ri{
    height: 2.38rem;
}
.con-li:nth-of-type(4) .con-le{
    height: 2.8rem;
}
.con-li:nth-of-type(4) .con-ri{
    height: 2.8rem;
}
.con-li:nth-of-type(5) .con-le{
    height: 3.45rem;
}
.con-li:nth-of-type(5) .con-ri{
    height: 3.45rem;
}
