.container {
    width: 1240px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.bgF0F5FB {
    background-color: #F0F5FB;
}

.bgFFF {
    background-color: #FFF;
}

.margin-right-2 {
    margin-right: 2px;
}

.margin-right-75 {
    margin-right: 96px;
}

.margin-left-75 {
    margin-left: 96px;
}

.margin-right-24 {
    margin-right: 24px;
}

.banner-1 {
    width: 100%;
    height: 574px;
    color: #FFF;
}

.banner-1 .banner-text {
    position: absolute;
    margin-left: 120px;
    top: 260px;
    width: 100%;
}

.banner-1 h1 {
    margin: 0;
    font-size: 38px;
    font-weight: 600;
}


.banner-2 {
    width: 100%;
    height: 156px;
    color: #FFF;
}

.banner-2 .container {
    display: flex;
    align-items: center;
    text-align: center;
}

.banner-2 .container .banner-text {
    width: 100%;
}

.banner-2 h2 {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
}


.banner-2 h3 {
    margin: 14px;
    font-size: 16px;
    font-weight: 400;
}


.service-list {
    margin: 60px 0;
    width: 100%;
}

.service-list .container {
    width: 100%;
}

.service-list .container .container-list {
    width: 1240px;
    margin: 0 auto;
    display: flex;
}

.service-list .container .container-list .text {
    width: 600px;
    height: 370px;
    display: inline;
    padding: 0 90px;
    float: right;
}

.service-list .container .container-list .text h3 {
    margin-top: 60px;
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 400;
}

.service-list .container .container-list .text .content {
    padding-top: 25px;
    font-size: 14px;
    line-height: 28px;
    min-height: 100px;
    max-height: 200px;
    overflow: hidden;
    border-top: 1px solid #979797;
}

.service-list .container .container-list .text .content li {
    height: 40px;
}


.service-list .container .container-list .text .content li img {
    height: 21px;
    width: 21px;
    margin-top: 3px;
}

.service-list .container .container-list .text .content li text {
    margin-left: 16px;
}

.service-list .container .container-list .image {
    width: 600px;
    height: 370px;
    display: inline
}

.service-list .container .container-list .image img {
    width: 524px;
    height: 304px;
    display: inline;
    margin-top: 33px;
}

.feedback {
    height: 235px;
    width: 100%;
    color: #FFF;
    background-image: linear-gradient(to bottom right, #002258, #0063d9);
}

.feedback .container{
    width: 1240px;
    display: flex;
    align-items: center;
}

.feedback .left-box{
    width: 406px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.feedback .v-line{
    width: 1px;
    height: 80px;
    border-right: 2px solid #979797;
}


.feedback .right-box{
    width: 830px;
    display: flex;
    align-items: center;
    font-size: 12px;
    margin-left: 120px;
}

.feedback .right-box .form{
    display: flex;
}

.feedback .right-box .form li{
    height: 32px;
}

.feedback .right-box .form .input-text{
    height: 22px;
    width: 152px;
    border: 1px solid #0f2d2d;
    border-radius: 4px;
}

.feedback .right-box .form .input-textarea{
    height: 40px;
    width: 246px;
    border: 1px solid #0f2d2d;
    border-radius: 4px;
}

.feedback .right-box .select{
    display: flex;
}

.feedback .right-box .select .select-text{
    margin-left: 60px;
}

.feedback .right-box .select .select-radio{
    margin-left: 20px;
    width: 240px;
}

.feedback .right-box .select .select-radio li{
    margin-left: 20px;
    margin-bottom: 12px;
    float: left;
}

.feedback .right-box .select .select-radio .button{
    margin-left: 20px;
    margin-top: 100px;
    width: 162px;
    height: 32px;
    border: 1px solid #FFF;
    border-radius: 4px;
    background-color: #f8b551;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
}


@media (min-width: 1024px) {
    .banner {
        background-attachment: fixed;
    }
}

@media (max-width: 1280px) {
    /*.container {*/
    /*    width: 1026px;*/
    /*}*/
    .banner h1 {
        font-size: 36px;
    }

    .banner h2 {
        font-size: 16px;
    }
}
