.about-us-block {
    width: 1200px;
    background-color: #f4f4f4;
}
.about-link {
    background-color: #fff;
    float: left;
    width: 240px;
}

.about-link ul {
    text-align: center;
    color: #424242;
    font-size: 16px;
}

.about-link ul a{
    display: block;
    height: 50px;
    line-height: 50px;
}

.about-link ul a:hover{
    color: #006aee;
}

.about-link ul .have-select{
    border-left: 2px solid #006aee;
}

.content {
    background-color: #fff;
    float: left;
    width: 900px;
    margin-left: 20px;
    padding: 20px;
    font-size: 16px;
    line-height: 30px;
    color: #808080;
    margin-bottom: 20px;
}

.content .line{
    width: 900px;
    border-bottom: 1px solid #d8d8d8;
    margin: 10px 0;
}

.feedback-title {
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    color: #006aee;
    border-bottom: 1px solid #d8d8d8;
}
.feedback-text {
    height: 220px;
    width: 900px;
    margin-top: 20px;
}

.feedback-text textarea {
    height: 220px;
    width: 870px;
    border: 1px solid #d8d8d8;
    color: #b6b6b6;
    font-size: 16px;
    padding: 0 10px;
}

.feedback-text label{
    position: relative;
    width:80px;
    height: 20px;
    left: 830px;
    top: -40px;
    font-size: 12px;
    line-height: 20px;
    color: #808080;
}

.feedback-inp {
    height: 50px;
    width: 900px;
    margin-top: 20px;
}

.feedback-inp input{
    height: 50px;
    width: 880px;
    line-height: 50px;
    color: #b6b6b6;
    font-size: 16px;
    border: 1px solid #d8d8d8;
    padding: 0 10px;
}

.feedback-btn {
    width:130px;
    height: 40px;
    margin-top: 30px;
    background-color: #006aee;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    line-height: 40px;
    cursor: pointer;
}

#baidu-map {
    width: 900px;
    height: 465px;
}

.company-info{
    position: absolute;
    top: 210px;
    left: 50%;
    width: 180px;
    font-size: 16px;
    background: #fff;
    z-index: 1;
    margin-left: 310px;
    padding: 25px;
}

.company-info h5{
    color: #006aee;
    border-bottom: 2px solid #006aee;
    padding-bottom: 10px;
}

.company-info p{
    margin-top: 20px;
    line-height: 20px;
    color: #818181;
}

.register-content{padding: 20px 50px; background-color: #fff; font-size: 16px; line-height: 30px; color: #808080; margin-bottom: 20px;}
.register-title{width: 200px;  margin: 0 auto; font-weight: bold; color: #000; text-align: center; font-size: 20px;}
.black-title{color: #000; font-size: 18px; line-height:50px; font-weight: bold;}

.question-content{border-bottom: 1px solid #d8d8d8; padding-bottom: 20px;}
.question-content .question{height: 50px; line-height: 50px; font-size: 16px; font-weight: bold;}
.question-content .answer{line-height: 20px; font-size: 15px;}