
.about-content{
    width: 100%;
    position: relative;
    background-color: #e6e6e6;
}
.about-content >img{
    width: 100%;
}
.about-content .about-con{
    width: 1040px;
    margin: 0 auto;
    background-color: #FFF;
    position: relative;
    top: -46px;
    -moz-box-shadow:2px 7px 14px #989797; -webkit-box-shadow:2px 7px 14px #989797; box-shadow:2px 7px 14px #989797;
}
.about-con .bg-p{
    width: 100%;
    height: 6px;
    background-color: #7f1080;
}
.con-div{
    width: 100%;
    padding: 34px 30px 50px;
    box-sizing: border-box;
}
ul.about-nav{
    width: 130px;
    float: left;
}
.con-div .about-cont{
    width: 826px;
    float: right;
    text-align: justify;
}
.about-nav li{
    font-size: 18px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    background-color: #d3d3d4;
    border-bottom: 1px solid #eaeaeb;
}
.about-nav li a{
    display: block;
    width: 100%;
    height: 100%;
    color: #4c4948;
}
.about-nav a{
    display: block;
    font-size: 18px;
    height: 50px;
    width: 100%;
    color: #4c4948;
    text-align: center;
    line-height: 50px;
    background-color: #d3d3d4;
    border-bottom: 1px solid #eaeaeb;
}