.banner {
    width: 100%;
    height: 400px;
    background-color: #2073BE;
}
.banner .row {
    height: 400px;
    align-items: center;
    justify-content: space-between;
}
.banner .banner-title {
    color: #ffffff;
}
.banner-title .big-title span {
    font-size: 36px;
    margin-right: 40px;
    margin-bottom: 8px;
}
.banner-title .big-title span:last-child {
    margin-right: 0;
}
.banner-title .small-title {
    font-size: 16px;
}
.banner .banner-img img {
    width: 380px;
    height: auto;
}

.main {
    background-color: #F8F8F8;
}

/* 搜索 */
.form-box {
    margin-top: -30px;
}
.form-group {
    display: flex;
}
.form-block {
    display: block !important;
    padding-left: 40px;
}
.form-group label {
    width: 100px;
    height: 32px;
    line-height: 32px;
    margin-right: 40px;
    text-align: right;
}
.form-group .form-input {
    flex-grow: 1;
}
.form-group .form-input .radio-value {
    width: 100%;
    margin: 0;
    text-align: center;
    background-color: #F8F8F8;
    height: 45px;
    line-height: 45px;
    cursor: pointer;
}
.form-service {
    height: 50px;
    border: 2px solid #3291F8;
    background-color: #ffffff;
}
.form-service .service-input {
    position: relative;
    width: 80%;
}
.form-service .service-input i {
    position: absolute;
    left: 16px;
    top: 5px;
    font-size: 24px;
    color: #C2C7CC;
}
.form-service .service-input .form-control {
    width: 100%;
    height: 46px;
    line-height: 46px;
    border: none;
    padding-left: 64px;
    border-radius: 0;
    border-right: 2px solid #3291F8;
}
.form-service .btn-service {
    width: 20%;
    height: 100%;
    border-radius: 0;
    color: #3291F8;
    font-weight: 600 !important;
    background-color: #ffffff;
}
/* end--搜索 */

/* tab导航 */
.left-group .left-tab-group {
    display: flex;
    justify-content: space-between;
    background-color: #ffffff;
}
.left-group .left-tab-list {
    display: flex;
    padding: 10px; 
    background-color: #ffffff;
    overflow-x: scroll;
    height: 46px;
}
.left-group .left-tab-icon {
    cursor: pointer;
    padding: 12px 8px;
}
.left-tab-list li {
    cursor: pointer;
    font-size: 12px;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    margin-bottom: 8px;
}
.left-tab-list li:last-child {
    padding-right: 16px;
}
.left-tab-list li .in-tab-text {
    padding: 4px 6px;
    background-color: #ffffff;
    white-space: nowrap;
}
.left-tab-list li .in-tab-line {
    width: 1px;
    height: 10px;
    background-color: #BBBBBB;
    margin: 0 8px;
}
.left-tab-list li.active .in-tab-text {
    color: #ffffff;
    background-color: #3291F8;
}
.left-tab-list li.active .in-tab-line {
    width: 1px;
    height: 20px;
    background-color: #BBBBBB;
    margin: 0 8px;
}
/* end--tab导航 */

/* 内容盒子 */
.left-group-list li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 8px;
}
.left-group-list li .list-box {
    background-color: #ffffff;
    padding: 24px 16px;
    width: 24%;
    margin-bottom: 8px;
    cursor: pointer;
    position: relative;
    box-shadow: 0px 1px 8px 0px rgba(153, 153, 153, 0);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid rgba(228, 228, 228, 0.5);
}
.list-box .list-big-title {
    font-size: 16px;
    margin-bottom: 8px;
    padding-right: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list-box .list-small-title {
    color: #999999;
    margin-bottom: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list-box .list-label {
    padding: 3px 6px;
    background-color: #7AB8FB;
    color: #ffffff;
    font-size: 12px;
    border: 1px solid #ffffff;
}
.list-box .list-btn {
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
    text-align: right;
}
.list-box .list-hot {
    width: 28px;
    height: 28px;
    position: absolute;
    top: 16px;
    right: 16px;
    background: url('../../images/service/hot.png');
}
.left-group-list li .list-box:hover {
    background-color: #3291F8;
    box-shadow: 0px 2px 6px 0px #3291F8;
}
.list-box:hover .list-big-title,.list-box:hover .list-small-title {
    color: #ffffff;
}
.list-box:hover .list-hot {
    background: url('../../images/service/hot_selected.png');
}
/* end--内容盒子 */

/* 右边内容 */

/* 右边表单 */
.demand-form {
    border: 1px solid rgba(228, 228, 228, 0.5);
}
.demand-form .form-header {
    background-color: #FAFCFF;
    padding: 16px 32px;
}
.demand-form form {
    background-color: #ffffff;
    padding: 16px;
}
.demand-form form .form-group .radio-value {
    font-size: 12px;
    width: 100%;
    line-height: 20px;
    height: 20px;
    text-align: left;
    margin-right: 0;
}
.demand-form form .form-group .btn-demand {
    width: 100%;
    height: 40px;
}
/* end--右边表单 */

/* 推荐服务 */
.recommend-service {
    background-color: #ffffff;
    padding: 16px 0 0;
    border: 1px solid rgba(228, 228, 228, 0.5);
}
.recommend-header {
    font-size: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
}
.list-service {
    padding: 24px 16px;
    background-color: #ffffff;
    cursor: pointer;
    margin-bottom: 8px;
}
.list-box-line {
    margin: 0 8px;
    border-bottom: 1px solid #e4e4e4;
}
.list-service:last-child {
    border: none;
}
.list-service:hover {
    background-color: #3291F8;
    box-shadow: 0px 2px 6px 0px #3291F8;
    border: none;
}
.list-service:hover .list-big-title,.list-service:hover .list-small-title {
    color: #ffffff;
}
/* end--推荐服务 */

/* end--右边内容 */

/* demand-modal */
.modal-header {
    border: none;
    background-color: #F7F7F7;
}
.modal-header h5 {
    font-size: 14px;
}
.modal-body {
    padding: 24px 40px;
}
.modal-body .form-group label {
    margin-right: 16px;
    min-width: 60px;
    width: auto;
}
.modal-footer {
    border: none;
    justify-content: center;
    padding-bottom: 24px;
    padding-top: 0;
}
/* end--demand-modal */


@media screen and (max-width: 1199px) {
    .banner-title .big-title span {
        font-size: 28px;
        margin-right: 24px;
    }
    .banner-title .small-title {
        font-size: 14px;
    }
    .banner .banner-img img {
        width: 340px;
    }
}

@media screen and (max-width: 991px) {
    .banner{
        display: none;
    }

    .form-box {
        margin-top: 16px;
    }

    .left-group-list li .list-box {
        width: 49%;
    }

    .right-group {
        padding-bottom: 16px;
    }
}
