/**!
 * aboutus页样式
 * author: 凌霄;
 */

.img-div {
    height: 307px;
    min-width: 1151px;
    background: url(../images/frontstage/banner/banner-aboutus.jpg) no-repeat;
    background-size: cover;
    position: relative;
    text-align: center;
}

.img_words {
    font-size: 36px;
    color: white;
    position: absolute;
    left: 33%;
    top: 60%;
}

.main-c {
    padding-top: 70px;
}

.left-menu {
    height: 900px;
    float: left;
    width: 212px;
}

.left-title {
    text-align: center;
    height: 48px;
    line-height: 48px;
    padding: 0 20px;
    font-size: 20px;
    color: #fff;
    background-color: #01b3f1;
}

.left-item {
    cursor: pointer;
    height: 48px;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    line-height: 48px;
    color: #191919;
    text-align: center;
    padding: 0 20px;
}

.left-item.cur {
    color: #f38400;
}

.right-item {
    margin-bottom: 50px;
    padding-left: 35px;
    padding-top: 15px;
    position: relative;
}

.right-con {
    margin-left: 30px;
    padding-bottom: 50px;
    min-height: 900px;
    float: left;
    border-left: 1px solid #ddd;
    width: 900px;
    background-color: #fff;
    position: relative;
}


/*以下为内容样式*/


/*公司简介*/

.company_int {
    font-size: 20px;
    margin-bottom: 40px;
}

.int_content {
    color: #000000;
    font-size: 14px;
    margin-bottom: 40px;
    line-height: 30px;
    text-indent: 2em;
}

.ceo {
    font-size: 20px;
    width: 560px;
    float: left;
}

.ceo_int_float {
    width: 560px;
    float: left;
}

.ceo_int {
    font-size: 14px;
    color: #000000;
    line-height: 30px;
    margin-bottom: 40px;
    clear: both;
}

.ceo_img {
    width: 277px;
    float: right;
}


/*员工风采*/


/*服务条款*/

.fwtk {
    font-size: 14px;
    text-indent: 2em;
    text-align: justify;
    line-height: 30px;
    margin-bottom: 10px;
}

.wfnr {
    margin-left: 30px;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 10px;
}


/*联系我们*/

.adress {
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 70px;
}

.adress li span {
    color: #000000;
}

.qqqun span {
    cursor: pointer;
}

.qqqun span:hover {
    color: deepskyblue;
}

.map {
    position: absolute;
    left: 370px;
    top: 50px;
}

.qqqun img {
    display: inline-block;
    width: 30px;
    margin-bottom: -8px;
}

.qqqun .sinqq {
    width: 20px;
    margin-right: 5px;
    margin-bottom: -5px;
}
