/* 关于我们开始 */
.description{
    font-size: 36px;
    font-weight: bold;
    /* line-height: 61px; */
    text-align: center;
    height: 122px;
    width: 50%;
    margin: auto;
    margin-top: 80px;
}
.neicon{
    padding-top: 50px;
}
.title2{
    font-size: 24px;
    font-weight: bold;
    line-height: 41px;
    color: #328BDF;
}
.title1{
    font-size: 64px;
    font-weight: bold;
    line-height: 84px;
    color: #05438D;
    margin-top: 60px;
    letter-spacing: 10px;
}
.line::after{
    content: "";
    display: inline-block;
    width: 60px;
    height: 41px;
    border-bottom: 2px solid #05438D;
    opacity: 1;
    position: absolute;
    margin-left: 20px;
}
.line-white::after{
    content: "";
    display: inline-block;
    width: 60px;
    height: 41px;
    border-bottom: 2px solid #fff;
    opacity: 1;
    position: absolute;
    margin-left: 20px;
}
.content{
    font-size: 20px;
    font-weight: 400;
    color: #666666;
    margin-top: 30px;
    line-height: 34px;
}
.w-auto{
    width: 100%;
}

.img-item{
    margin: 10px 0;
    background-color: rgba(255,255,255,0);
}
.md-pl{
    padding-left: 45px;
}
.md-pr{
    padding-right: 45px;
}
/* 关于我们结束 */
@media(max-width:992px){
    .flex-container{
        display: flex;
        display: -webkit-flex;
        flex-direction:column-reverse;
    }
    .about-values  .title1{
        margin-top: 0;
        letter-spacing:5px;
        font-size: 40px;
    }
    .about-values  .line-white::after{
        margin-left: 0;
    }
}
@media(max-width:768px){
     .title1{
        font-size: 20px;
        line-height: 30px;
    }
    .title2{
        font-size: 16px;
    }
    .content{
        font-size: 12px;
    }
    .line::after{
        height: 14px;
        width: 40px;
    }
    .line-white::after{
        height: 14px;
        width: 40px;
    }
    .flex-container{
        display: flex;
        display: -webkit-flex;
        flex-direction:column-reverse;
    }
    .md-pl{
        padding-left: 15px;
    }
    .md-pr{
        padding-right: 15px;
    }
    .neicon{
        padding-top: 0;
    }
    .description{
        font-size: 14px;
        /* line-height: 20px; */
        height: auto;
        width: 100%;
        margin-top: 0;
    }
    .about-values  .title1{
        margin-top: 0;
        letter-spacing:5px;
        font-size: 20px;
    }
    .about-values  .line-white::after{
        margin-left: 0;
    }
    .parttitle{
        margin-top: 40px;
    }
    .parttitle .h1{
        font-size: 20px;
    }
    .parttitle h3{
        font-size: 16px;
    }
}