/* 目录 */
.bw-wrap {
    padding: 2rem 0;
}

/* 页面内容 */

.about-content {
    position: relative;
    z-index: 3;
}

.sabout-sect {
    position: relative;
    padding: .3rem 0;
}

/* 标题 */
.abt-title {
    position: relative;
    z-index: 1;
    text-align: center;
}

.abt-title:before {
    content: " ";
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -27px;
    width: 54px;
    height: 3px;
    background-color: #d7161b;
}


.abt-title .cn {
    font-size: .8rem;
    height: 3rem;
    line-height: 2rem;
    color: #333333;
}

.abt-title .en {
    color: #a6a6a6;
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    font-size: .8rem;
    opacity: .22;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .5rem;
}

.abt-txt .p1 {
    text-indent: 32px;
}

.abt-txt {
    font-size: .35rem;
    color: #707070;
}

/* 简介 */


.abt-belief {
    z-index: 2;
    position: relative;
    text-align: center;
    color: white;
    height: 9rem;
    overflow: hidden;
}

.abt-belief .dd {
    box-sizing: content-box;
    padding: 0 1rem;
}

.abt-belief .bg {
    height: 100%;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    z-index: -1;
}

.abt-belief .h3 {
    margin-top: 2rem;
    margin-bottom: .5rem;
    font-size: .8rem;
}

/* 企业文化 */

.hbg {
    margin-top: 25px;
    position: relative;
    overflow: hidden;
}

.about-culture .hbg .h4 {
    font-size: .6rem;
    margin-bottom: .3rem;
    padding-top: .3rem;
}

.about-culture .hbg .txt {
    position: relative;
    color: white;
    padding-left: .3rem;
}

.about-culture .hbg img {
    width: 100%;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    z-index: -1;
}

/*合作伙伴*/

.tabular-partner-list {
    margin-top: 1.5625%;
    padding-top: 20px;
    margin-left: auto;
    margin-right: auto;
    font-size: 0;
    text-align: center;
}

.tabular-partner-list .item {
    display: inline-block;
    position: relative;
    width: 162px;
    height: 128px;
    margin: 8px 4px;
}

.tabular-partner-list .item img {
    position: relative;
    z-index: 1;
    display: inline-block;
    max-width: 100% !important;
    max-height: 100% !important;
    width: auto;
    height: auto;
}


footer {
    background: #ddd;
}

footer p, footer a {
    color: #000;
}

.serctn .ux h4{
    margin: .3rem 0;
    font-size: .5rem;
    font-weight: bold;
}

.serctn .ux ol{
    margin-left: .55rem;
}

.serctn .ux .pag{
    margin-left: .2rem;
}

.serctn .ux ol li{
    margin-bottom: .4rem;
    font-size: .35rem;
    color: #707070;
}

.serctn .ux .pag p{
    text-indent: .63rem;
    margin-bottom: .4rem;
    font-size: .35rem;
    color: #707070;
}
