#footer {
    box-shadow: 0px 1px 10px 0px rgba(103, 103, 103, 0.2);
}

#about>.content {
    padding: 40px 0;
    overflow: hidden;
}

.about-left {
    float: left;
    padding: 0 15px;
    width: 200px;
}

.about-left li {
    width: 90px;
    height: 43px;
    line-height: 43px;
    cursor: pointer;
    border-bottom: 1px solid #333333;
    font-size: 14px;
    text-align: center;
    color: #808080;
}

.about-left li::after {
    content: '';
    display: inline-block;
    width: 5.7px;
    height: 43px;
    margin: 0 0 0 8px;
    vertical-align: top;
}

.about-left li.active {
    /* font-size: 16px; */
    font-weight: bold;
    color: #E5E5E5;
}

.about-left li.active::after {
    background: url(../images/detail/ico_next.png) no-repeat center;
    background-size: 5.7px auto;
}

.about-right {
    width: 1000px;
    float: right;
    padding: 15px;
    /*background: #FFFFFF;*/
    line-height: 28px;
    min-height: calc(100vh - 479px);
    display: none;
}

.about-right p {
    font-size: 14px;
    font-weight: 400;
    color: #808080;
    line-height: 24px;
    margin-bottom: 6px;
    text-align: justify;
}

.about-right h1 {
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 18px;
}

.about-right h2 {
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    color: #808080;
    margin-bottom: 18px;
}

.about-right h3 {
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    color: #808080;
    margin-bottom: 18px;
    text-align: center;
}

.about-right h2:nth-child(2) {
    margin-bottom: 10px;
}

.about-right p img {
    margin-bottom: 8px;
}

.about-right p.titleP {
    color: #808080;
    font-weight: 900;
    margin-top: 12px;
}

.about-right p.oneTitle {
    color: #808080;
}

.about-right img {
    /* height: 300px; */
    max-width: 100%;
}

.about-right h4 img {
    width: 100%;
    height: auto;
}

.about-right.active {
    display: block;
}

@media screen and (max-width: 1024px) {
    #about>.content {
        padding: .4rem 0;
    }
    .about-right img {
        height: auto!important;
        width: 100%;
    }
    .about-right p img {
        width: 100%;
    }
    .about-left {
        width: 100%;
        padding: 0;
        margin-bottom: .4rem;
    }
    .about-left ul {
        width: 100%;
        height: 0.55rem;
        display: flex;
        align-items: center;
    }
    .about-left li {
        width: 100px!important;
        flex: auto;
        /* float: left; */
        height: 0.55rem;
        line-height: 0.55rem;
        /* width: 25%; */
        text-align: center;
        font-size: .28rem;
        border-bottom: none;
        color: #999999;
        text-align: center;
    }
    .about-left li::after,
    .about-left li.active::after {
        display: none;
    }
    .about-left li.active {
        /* width: 25%; */
        height: 0.55rem;
        background: #EB4E47;
        border-radius: .03rem;
        color: #fff;
    }
    .about-right {
        width: 100%;
        padding: 0 .33rem;
        box-sizing: border-box;
        font-size: .24rem;
        text-align: justify;
    }
    .about-right h2,
    .about-right h3 {
        width: 100%;
        font-size: .28rem;
        font-weight: bold;
        color: #333333;
        margin-bottom: .13rem;
    }
    .about-right h3 {
        text-align: center;
    }
    .about-right p {
        line-height: .4rem;
        margin-bottom: .1rem;
        text-align: justify;
    }
}