.banner{
    width: 100%;
}
.about_content{
    margin-top: 3%;
}
.about_content .title{
    width: 100%;
    text-align: center;
    color: #555555;
    font-size: 26px;
    font-weight: bold;
}
.about_content .brief{
    width: 100%;
    text-align: center;
    color: #dcad5b;
    margin-top: 10px;
}
.about_content .min{
    width: 100%;
    margin-top: 4%;
}
.about_content .img{
    width: 38%;
    float: left;
}
.about_content .img img{
    width: 100%;
}
.about_content .min_con{
    width: 60%;
    float: right;
}
.about_content .min_con .find_title{
    width: 60%;
    font-size: 20px;
    color: #dcad5b;
}
.about_content .min_con .find_brief{
    width: 100%;
    font-size: 16px;
    margin-top: 2%;
    line-height: 38px;
    height: 220px;
}
.about_content .min_con  ul{
    width: 100%;
}
.about_content .min_con  ul li{
    width: auto;
    float: left;
    margin-left: 15.1%;
}
.about_content .min_con  ul li:nth-child(1){
    margin-left: 0;
}
.about_content .min_con  ul li .value{
    width: 100%;

}
.about_content .min_con  ul li .value span:nth-child(1){
    font-size: 20px;
    color: #dcad5b;
    display: block;
    width: auto;
    float: left;
}
.about_content .min_con  ul li .value span:nth-child(2){
    font-size: 12px;
    display: block;
    margin: 0 0 0 5px;
    float: left;
}
.about_content .min_con  ul li .name{
    width: 100%;
    color: #8d8d8d;
    font-size: 12px;
    margin-top: 5px;
}
.about_content .content{
    width: 100%;
    margin-top: 2%;
    text-indent: 2em;
    line-height: 32px;
}









/*历程*/
.course{
    width: 100%;
    margin-top: 2%;
    padding: 2% 0;
    background: #fafafa;
}








