.form_body .banner {
    height: 440px;
    position: relative;
    overflow-x: hidden;
}

.form_body .banner .container {
    position: absolute;
    left: 50%;
    margin-left: -500px;
    top: 100px;
    color: white;
    padding-left: 50px;
}

.form_body .banner .title {
    font-size: 48px;
    font-weight: normal;
}

.form_body .banner .content {
    font-size: 18px;
    margin-top: 60px;
    line-height: 180%;
}

.form_body .form_container{
    display: table;
    padding-top: 80px;
    padding-bottom: 162px;
}

.form_body .form_container .tab {
    width: 180px;
    display: table-cell;
}

.form_body .form_container .tab .item {
    height: 42px;
    line-height: 42px;
    color: #585858;
    font-size: 16px;
    text-indent: 30px;
    cursor: pointer;
}

.form_body .form_container .tab .item:hover {
    color: #f58220;
}

.form_body .form_container .tab .item.selected {
    background: #f8fafc;
    color: #f58220;
    border-left: #f58220 2px solid;
}

.form_body .form_container .list {
    display: none;
    padding-left: 50px;
    color: #333333;
    font-size: 16px;
}

.form_body .form_container .list.selected {
    display: table-cell;
}

.form_body .form_container .list .title {
    margin-bottom: 32px;
    font-size: 24px;
    color: #585858;
}

.form_body .form_container .list .item {
    height: 50px;
    line-height: 50px;
    border-bottom: #eaebed 1px solid;
}

.form_body .form_container .list .item.last {
    border-bottom: none;
}

.form_body .form_container .list .item .link {
    float: right;
    color: #f58220;
    text-decoration:none
}