﻿/*关于我们*/
body {
    background-color: #fff;
}


/*公司简介*/
.intro-wrap {
}

.intro-cont {
    background-color: #000000;
}

.intro-txt {
    padding: 20px 20px 50px 20px;
}

    .intro-txt p {
        font-size: 16px;
        line-height: 2;
        color: #c2c2c2;
    }

    .intro-txt .intro-one {
        margin-bottom: 40px;
    }
/*人物介绍*/


.layout-white {
    /*background: url(../images/about/ceobg.png) no-repeat 0 0;*/
    background-color: #f8f8f8;
    padding-bottom: 35px;
}

.intro-list {
}

    .intro-list li {
        background-color: #fff;
        border-radius: 10px;
        margin: 0 30px 25px 30px;
        padding: 15px 0;
    }

    .intro-list .intro-cto {
    }

.intro-ceo .post {
    background: url(../images/about/ceo.png) no-repeat 10px 0;
    background-size: auto 100px;
}

.intro-cto .post {
    background: url(../images/about/cto.png) no-repeat 10px 0;
    background-size: auto 100px;
}

.intro-list .post {
    padding-left: 120px;
    padding-top: 15px;
    height: 100px;
}

    .intro-list .post h3 {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 4px;
    }

    .intro-list .post p {
        font-size: 16px;
    }

.intro-list .desc {
    padding: 15px;
}

    .intro-list .desc p {
        font-size: 14px;
        margin-bottom: 8px;
    }

/*联系我们*/
.contact {
    background-color: #000;
    padding-top: 35px;
}

.contact-box {
}

.contact-tit {
    font-size: 26px;
    color: #ff7600;
    font-weight: normal;
    padding-left: 35px;
}

    .contact-tit span {
        font-size: 16px;
        color: #444;
        margin-left: 15px;
    }


.us-cont {
    padding-left: 35px;
    padding-top: 20px;
}

    .us-cont h3 {
        font-weight: normal;
        font-size: 16px;
        color: #ff7600;
        margin-bottom: 40px;
    }

    .us-cont dl {
        font-size: 16px;
        color: #fff;
        margin-bottom: 35px;
    }

        .us-cont dl a {
            color: #fff;
        }

            .us-cont dl a:hover {
                color: #ff7901;
            }

    .us-cont dt {
        float: left;
        margin-bottom: 15px;
        padding-left: 36px;
    }

    .us-cont dd {
        float: left;
        padding-left: 20px;
    }

    .us-cont .ico-email {
        background: url(../images/about/ico-01.png) no-repeat 0 50%;
    }

    .us-cont .ico-tel {
        background: url(../images/about/ico-02.png) no-repeat 0 50%;
    }

    .us-cont .ico-add {
        background: url(../images/about/ico-03.png) no-repeat 0 50%;
    }
/*us-form*/
.us-form {
    font-size: 16px;
    padding-top: 30px;
    padding-bottom: 30px;
}

    .us-form .form-group {
        margin-bottom: 28px;
    }

        .us-form .form-group:last-child {
            margin-bottom: 0;
        }

    .us-form .us-label {
        float: left;
        width: 65px;
        text-align: right;
        padding: 5px 0;
        color: #fff;
        margin-right: 20px;
    }

    .us-form .us-input {
        width: 70%;
        padding: 5px;
        background-color: #fff;
        border: 0 none;
        border-radius: 3px;
        color: #333;
        float: left;
    }

    .us-form .us-btn {
        display: block;
        height: 46px;
        line-height: 46px;
        background-color: #454545;
        border: 0 none;
        text-align: center;
        outline: 0 none;
        cursor: pointer;
        color: #fff;
        margin: 0 25px;
    }




/*发展历程*/
.history-wrap {
    background-color: #000000;
}

.history dl {
    padding-left: 35px;
    padding-right: 35px;
    position: relative;
    padding-top: 40px;
}

    .history dl:first-child {
        padding-top: 0;
    }

    .history dl:before {
        content: " ";
        position: absolute;
        left: 85px;
        top: 0px;
        width: 3px;
        height: 100%;
        background-color: #959595;
    }


.history dt {
    float: left;
    width: 50px;
    color: #fff;
    font-family: Arial;
    font-size: 16px;
    padding-top: 9px;
}

.history dd {
    margin-left: 44px;
    font-size: 14px;
    color: #fff;
    position: relative;
    z-index: 55;
}


.history p {
    background: url(../images/about/ico-04.png) no-repeat 0 50%;
    padding-left: 30px;
    margin-bottom: 40px;
}

    .history p:last-child {
        margin-bottom: 0;
    }

.history-mroe {
    text-align: center;
    color: #fff;
    font-size: 16px;
    background: url(../images/about/ico-05.png) no-repeat 50% 30px;
    padding-bottom: 20px;
    background-size: 20px auto;
    margin-top: 35px;
}



.mod-title {
    height: 50px;
    line-height: 50px;
    color: #fff;
    position: relative;
    background-color: #333333;
    padding-left: 30px;
    font-weight: normal;
    font-size: 18px;
    margin: 0 6px;
    position: relative;
    z-index: 55;
}

    .mod-title:before {
        content: " ";
        position: absolute;
        left: 10px;
        top: 20px;
        width: 10px;
        height: 10px;
        background-color: #fff;
    }
