.kasdjksd {
    background-repeat  : no-repeat;
    background-position: center center;
    background-size    : cover;
    background-image   : url(../images/8e16b47f44b0de97de6355a9726479dd.jpg);
    padding            : 100px 0;
}

.kasdjksd .container {
    display                : -webkit-box;
    display                : -webkit-flex;
    display                : -ms-flexbox;
    display                : flex;
    -webkit-box-pack       : center;
    -webkit-justify-content: center;
    -ms-flex-pack          : center;
    justify-content        : center;
    -webkit-box-align      : center;
    -webkit-align-items    : center;
    -ms-flex-align         : center;
    align-items            : center;
}

.kasdjksd .left {
    width       : 500px;
    margin-right: 0px;
}

.kasdjksd .left label {
    color: #fff;
}

.kasdjksd .left input {
    height    : 60px;
    background: #fff;
}

.kasdjksd .left .btn-primary {
    width     : 100%;
    padding   : 10px 0;
    background: #05448c;
    border    : 1px solid #fff;
    margin-top: 10px;
}

.kasdjksd .right .block1 {
    font-size    : 32px;
    color        : #fff;
    font-weight  : bold;
    margin-bottom: 20px;
}

.kasdjksd .right .block2 {
    margin-bottom: 30px;
}

.kasdjksd .right .block2 .title,
.kasdjksd .right .block2 .title2 {
    font-size  : 32px;
    color      : #fff;
    font-weight: bold;
}

.kasdjksd .right .block3 {
    display            : -webkit-box;
    display            : -webkit-flex;
    display            : -ms-flexbox;
    display            : flex;
    -webkit-box-align  : center;
    -webkit-align-items: center;
    -ms-flex-align     : center;
    align-items        : center;
}

.kasdjksd .right .block3 .img {
    margin-right: 10px;
}

.kasdjksd .right .block3 .text {
    line-height: 1.4;
}

.kasdjksd .right .block3 .text .tit1 {
    font-size: 14px;
    color    : #fff;
}

.kasdjksd .right .block3 .text .tit2 {
    font-size: 24px;
    color    : #fff;
}


@media (max-width: 991px) {
    .kasdjksd .left {
        margin-right: 100px;
    }

    .kasdjksd .right .block1 {
        font-size: 24px;
    }

    .kasdjksd .right .block2 .title,
    .kasdjksd .right .block2 .title2 {
        font-size: 24px;
    }

    .kasdjksd .right .block2 .title,
    .kasdjksd .right .block2 .title2 {
        font-size: 18px;
    }
}

@media (max-width: 575px) {
    .kasdjksd .container {
        -webkit-box-orient    : vertical;
        -webkit-box-direction : normal;
        -webkit-flex-direction: column;
        -ms-flex-direction    : column;
        flex-direction        : column;
    }

    .kasdjksd {
        padding: 30px 0;
    }

    .kasdjksd .left {
        margin-right: 0;
        margin-left : auto;
        margin-right: auto;
    }

    .kasdjksd .right {
        -webkit-box-pack       : center;
        -webkit-justify-content: center;
        -ms-flex-pack          : center;
        justify-content        : center;
        text-align             : center;
        -webkit-box-align      : center;
        -webkit-align-items    : center;
        -ms-flex-align         : center;
        align-items            : center;
    }

    .kasdjksd .right .block3 {
        -webkit-box-pack       : center;
        -webkit-justify-content: center;
        -ms-flex-pack          : center;
        justify-content        : center;
    }

    .kasdjksd .right .block1 {
        margin-top: 20px;
    }

    .kasdjksd .right .block2 {
        margin-bottom: 20px;
    }
}


.kasdjksd .left label{
    color:#333;
}
.kasdjksd .left .form-group > div{
    color: #999;
    font-size:16px;
}



.kasdjksd{
    background:url(../images/beijing.jpg) center top no-repeat;
    
}
.kasdjksd .left{
    width:1200px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0px 20px 80px rgba(76, 76, 76, 0.1);
    padding: 0 15px;
    margin:0 auto;
}
.kasdjksd .left form{
    width:800px;
    margin:0 auto;
    padding:60px 0;
    display:flex;
    flex-flow:wrap;
}
.form-group{
    margin-bottom:2rem;
    width:50%;
    padding:0 20px;
}
.kasdjksd .left textarea{
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    background: #fff;
    display:block;
    width:100%;
    padding:10px;
    color:#495057;
}

.kasdjksd .left input{
    height:44px;
}

.kasdjksd .left form .form-group:nth-of-type(11){
    width:100%;
}

@media (max-width:991px){
    .kasdjksd .left form{
        width:100%;
    }
    .kasdjksd .left{
        width:100%;
    }
}

@media (max-width:575px){
    .form-group{
        width:100% !important;
    }
}