.td-about-box {
    width: 100%;
    min-width: 290px;
    background-image: url(../images/bg-about.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 100px;
    min-height: 500px;
    position: relative;
}

.td-about-title {
    text-align: center;
    color: #fff;
    padding: 80px 0;
}

.td-about-title h3 {
    line-height: 50px;
    font-size: 32px;
}

.td-about-line {
    width: 40px;
    height: 4px;
    background-color: #be0f1f;
    line-height: 0;
    font-size: 0;
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
}

.td-about-title .td-about-line {
    margin: 15px auto;
}

.td-about-title p {
    font-size: 18px;
    color: #999
}

.td-about-menubox {
    border: 1px solid #b28850;
    margin: 0 30px;
    padding: 20px 30px;
}

.td-about-menu-t {
    line-height: 20px;
    color: #fff;
}

.td-about-menu-t h3 {
    font-size: 18px;
}

.td-about-menu-t p {
    font-size: 14px;
}

.td-about-menu {
    line-height: 40px;
    font-size: 14px;
    text-indent: 10px;
    background-color: #fff;
    margin-top: 15px;
    display: block;
}

.td-about-menu:hover {
    text-indent: 20px;
    background-color: #d6b58a;
}

.td-about-contbox {
    color: #fff;
    padding: 20px;
}

.td-about-contbox h3 {
    line-height: 30px;
    font-size: 24px;
    text-indent: 28px;
    padding-bottom: 20px;
}

.td-about-contbox p {
    line-height: 24px;
    font-size: 14px;
    text-indent: 28px;
    padding-top: 10px;
}

.td-about-btn {
    padding: 20px 0;
}

.td-about-btn a {
    line-height: 20px;
    color: #b28850;
    border: 1px solid #b28850;
    border-radius: 30px;
    padding: 5px 40px;
    margin-top: 20px;
    display: inline-block;
    transition: all .25s ease;
}

.td-about-btn a:hover {
    background-color: #b28850;
    color: #fff;
    padding: 5px 60px;
}

.td-about-ceobox {
    background-color: #fff;
    color: #111;
    padding: 50px;
    position: relative;
    z-index: 5;
}

.td-about-ceopic {
    width: 140px;
    height: 140px;
    border-radius: 70px;
    overflow: hidden;
    margin: 0 auto;
}

.td-about-ceopic img {
    width: 100%;
}

.td-about-ceobox h3 {
    line-height: 20px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding: 30px 0;
    display: block;
}

.td-about-ceobox small {
    font-size: 12px;
    color: #999;
}

.td-about-ceobox p {
    line-height: 26px;
    font-size: 14px;
    text-indent: 28px;
    padding-bottom: 10px;
}

.td-about-ceobox .td-about-btn {
    text-align: center;
}

.td-nopadding {
    padding-bottom: 0;
}

.td-about-solgan-box {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    height: 140px;
    background-color: rgba(178, 136, 80, .75);
    background-color: rgba(54, 46, 43, .75);
    background-color: rgba(190, 15, 31, .55);
}

.td-about-solgan {
    width: 1000px;
    margin: 40px auto;
}

.td-about-solgan h3 {
    line-height: 30px;
    font-size: 20px;
    color: #fff;
}

.td-about-solgan p {
    line-height: 30px;
    font-size: 16px;
    color: #e6717c;
}

/** 媒体查询 **/

@media screen and (max-width: 992px) {
    .td-about-menu-t {
        text-align: center;
    }
    .td-about-menu {
        display: inline-block;
        text-indent: 0;
        padding: 0 18px;
    }
    .td-about-menu:hover {
        text-indent: 0;
        padding: 0 18px;
    }
    .td-about-menubox, .td-about-contbox {
        text-align: center;
    }
    .td-about-contbox {
        padding: 60px 40px;
    }
    .td-about-box {
        padding-bottom: 155px;
    }
    .td-about-solgan {
        width: 100%;
        min-width: 320px;
        text-align: center;
    }
}

