/*关于我们*/
.about {
    background: url("../images/bg4.jpg");
    position: relative;
    background-size: cover;
}

.about .container {
    padding: 60px 0px;
}

.about .title {
    height: 80px;
    text-align: center;
}

.about .title img {
    height: 100%;
    width: auto;
}

.about .imgTop {
    position: absolute;
    top: 0px;
    width: 100%;
}

.about .imgButton {
    position: absolute;
    bottom: 0px;
    width: 100%;
}


.about .about_content {
    display: flex;
    justify-content: space-around;
    margin-top: 60px;
    position: relative;
    align-items: center;
}

.about .about_left {
    height: 300px;
    overflow: hidden;
    border: 10px solid #CCCCCC;
    position: relative;
    right: -100px;
    z-index: 100;
}

.about .about_right {
    width: 705px;
    height: 455px;
    background: url(../images/bg5.png) no-repeat;
    background-color: #906C5A;
    background-position: 10px 10px;
    box-sizing: border-box;
    padding: 60px 60px 60px 120px;
}

.about .about_right h3 {
    color: #FAEDBC;
    font-size: 28px;
    text-align: center;
}

.about .about_right .content {
    color: white;
    margin-top: 15px;
    line-height: 2;
    height: 250px;
    overflow: hidden;
}

.about .about_right a {
    color: white;
    display: block;
    line-height: 50px;
    position: absolute;
    right: 60px;
    bottom: 30px;
    width: 75px;
    background: url(../images/adorn5.png) no-repeat;
    background-position: right;
}