/* footer */
.footer {
    height         : 100%;
    background     : url('../img/index/footer_bg.jpg') no-repeat top;
    background-size: cover;
    display        : -webkit-box;
    display        : -ms-flexbox;
    display        : flex;
    -webkit-box-orient      : vertical;
    -webkit-box-direction      : normal;
        -ms-flex-flow      : column nowrap;
            flex-flow      : column nowrap;
}

.footer .tit {
    -webkit-box-flex           : 1;
        -ms-flex           : 1;
            flex           : 1;
    display        : -webkit-box;
    display        : -ms-flexbox;
    display        : flex;
    -webkit-box-orient : vertical;
    -webkit-box-direction : normal;
        -ms-flex-direction : column;
            flex-direction : column;
    -webkit-box-align    : center;
        -ms-flex-align    : center;
            align-items    : center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.about-info {
    height    : 365px;
    background: #222;
}

.about-info .introduce {
    display        : -webkit-box;
    display        : -ms-flexbox;
    display        : flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 10px;
    padding-right: 80px;
    height: 230px;
}

.about-info .introduce p {
    font-size: 14px;
}

.about-info .introduce li {
    -webkit-box-flex   : 1;
        -ms-flex   : 1;
            flex   : 1;
    padding: 20px 0 0 110px;
    
}

.about-info .introduce .eq-code {
    -webkit-box-orient : vertical;
    -webkit-box-direction : normal;
        -ms-flex-direction : column;
            flex-direction : column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}

.about-info .introduce .eq-code .title{
    font-size: 18px;
    font-weight: bold;
}

.about-info .introduce .eq-code .img {
    width     : 100px;
    text-align: center;
}
.about-info .introduce .eq-code .img img{
    margin: 30px 0 10px;
}

.about-info .introduce li:last-child {
    border: 0
}

.about-info .introduce .left {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.about-info .introduce .left img {
    width       : 100px;
    height      : 100px;
    display     : block;
    margin-right: 30px;
    float: left;
}

.about-info .introduce .left p {
    margin-top : 20px;
    width      : 385px;
    line-height: 2;
}

.about-info .introduce .cen {
    padding        : 0 60px;
    -webkit-box-sizing     : border-box;
            box-sizing     : border-box;
    display        : -webkit-box;
    display        : -ms-flexbox;
    display        : flex;
    -webkit-box-orient : vertical;
    -webkit-box-direction : normal;
        -ms-flex-direction : column;
            flex-direction : column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
}

.about-info .introduce .cen p {
    display        : -webkit-box;
    display        : -ms-flexbox;
    display        : flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
}

.about-info .introduce .right {
    padding-left: 125px;
}

.about-info .introduce .right p:nth-of-type(1) {
    margin-top: 28px;
}

.about-info .introduce .right p {
    line-height: 2;
    width: 260px;
}

.about-info .introduce .right .img {
    margin-top: 16px;
    width     : 80px;
    height    : 80px;
    float     : right;
}

.about-info .partner-links {
    border-top: 1px solid #fff;
    display   : -webkit-box;
    display   : -ms-flexbox;
    display   : flex;
    padding   : 26px 0;
}

.about-info .partner-links li {
    font-size  : 14px;
    margin-left: 30px;
}

.about-info .partner-links li:first-child {
    margin: 0px;
}