﻿#about_main > h1 {
    padding: 100px 0 56px;
    color: #822a30;
}

#about_main > p {
    margin-bottom: 20px;
    line-height: 30px;
}

#about_main_title > div {
    margin: 144px 0px 130px;
}

#about_main {
    padding-bottom: 50px;
}

.about_title_background {
    height: 40px;
    overflow: hidden;
}

.about_one > div {
    background: url(../../images/about/bt_one.png)no-repeat;
}

.about_two > div {
    background: url(../../images/about/bt_two.png)no-repeat;
}

.about_three > div {
    background: url(../../images/about/bt_three.png)no-repeat;
}

.about_four > div {
    background: url(../../images/about/bt_four.png)no-repeat;
}

#about_main_title > div > p {
    line-height: 25px;
    width: 80%;
    margin-top: 30px;
}

#about_main_title h3 {
    color: #a85963;
    margin-bottom: 20px;
}


/* 背景图 */
.header_background {
    background: url(/images/header-bg/teamBackground.jpg) no-repeat;
    background-size: 100% 100%;
}



/*#developmentHistory {
    width: 100%;
    position: relative;
    padding-bottom: 100px;
    display: block;
}

    #developmentHistory > div > div {
        width: 17%;
        position: absolute;
    }

    #developmentHistory > img {
        width: 100%;
    }

    #developmentHistory > div > div:first-child {
        top: 60%;
    }

    #developmentHistory > div > div:nth-child(2) {
        top: 14%;
        left: 36%;
    }

    #developmentHistory > div > div:nth-child(3) {
        top: 48%;
        left: 36%;
    }

    #developmentHistory > div > div:nth-child(4) {
        top: -1%;
        left: 74%;
    }

    #developmentHistory > div > div:last-child {
        left: 74%;
        top: 35%;
    }

    #developmentHistory > div > div > p {
        line-height: 20px;
    }

#developmentHistory_two {
    display: none;
}*/

@media screen and (max-width: 768px) {
    #about_main {
        padding-bottom: 30px;
    }
    #about_main > h1 {
        padding: initial;
        color: #822a30;
        font-size: 20px;
    }

    #about_main > p {
        margin-bottom: 15px;
    }

    #about_main_title {
        margin-top: 40px;
    }

        #about_main_title > div {
            padding: 20px 0;
            margin: initial;
        }

    .fzlc_title {
        padding: initial !important;
        line-height: 1.2 !important;
        margin: .67em 0 !important;
    }
        .fzlc_title span {
            font-size: 20px !important;
        }
    .fzlc_img {
        width: 100% !important;
    }
    .fzlc_img img{
        height:initial!important;
    }
    /*#developmentHistory > img {
        display: none;
    }

    #developmentHistory > div > div {
        width: 95%;
        height: 100%;
        position: static;
        min-height: 305px;
        padding: 15px;
        border: 1px solid #ebe9e9;
        margin-bottom: 10px;
        margin-left: 10px;
    }

    #developmentHistory_two {
        display: block;
    }

        #developmentHistory_two > div > div:first-child {
            width: 20px;
            height: 20px;
            border-radius: 50%;
        }

        #developmentHistory_two > div > div:last-child {
            padding-left: 15px;
            margin-left: 9px;
        }

        #developmentHistory_two h3 {
            margin-top: 8px;
        }*/
}
