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

.section-header {
    padding-bottom: 36px;
}

.section-header h2 {
    font-size: 32px;
    font-weight: 400;
    text-align: center;
}

.section-header p {
    font-size: 16px;
    padding: 20px 0;
    line-height: 1.8;
    text-align: center;
    color: #646464;
}

.item-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
}

.item-col-3 {
    width: 33.3333333333%;
    padding: 0 12px;
    box-sizing: border-box;
}

.item-col-4 {
    width: 24%;
    padding: 0;
    box-sizing: border-box;
}

.item-col-6 {
    width: 16.6666666666%;
    padding: 0 12px;
    box-sizing: border-box;
}


.banner {
    width: 100%;
    height: 660px;
}

.banner-text {
    position: absolute;
    left: 0;
    top: 54%;
    margin-top: -150px;
    width: 100%;
}

.banner h1 {
    margin: 0;
    font-size: 40px;
    color: #FFF;
    font-weight: 400;
    text-align: center;
}

.banner h2 {
    color: #FFF;
    margin: 20px 0 0 0;
    line-height: 2;
    font-size: 18px;
    font-weight: 200;
    text-align: center;
}

.banner .btn-go {
    margin: 60px 0 0 -80px;
    display: inline-block;
    padding: 12px 24px;
    border-radius: 3px;
    transition: 0.5s;
    color: #FFF;
    border: 1px solid #FFF;
    box-shadow: 0px 5px 30px rgba(65, 84, 241, 0.4);
    font-size: 16px;
    font-weight: 600;
    left: 50%;
    position: absolute;
}

.banner .btn-go:hover {
    opacity: 0.8
}

.banner .intro-img {
    width: 420px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.banner .intro-img img {
    width: 100%;
}

.service-tag {
    background: #ffffff;
    width: 100%;
    text-align: center;
    padding: 60px 0 0;
    font-weight: 100;
    border-bottom: 2px solid #EFF4FB;
}

.service-tag .feature {
    display: block;
    padding: 36px 0 0;
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
    word-wrap: break-word;
    height: 100%;
    background-color: #fff;
}

.service-tag .feature:hover {
    border-bottom: 4px solid #3A79F3;
}

.service-tag .feature .part-icon {
    display: inline-block;
    width: 60px;
    height: 60px;
}

.service-tag .part-text h3 {
    color: #333;
    font-weight: normal;
    text-align: center;
    font-size: 18px;
    padding: 10px 0;
}

.service-tag .part-text {
    text-align: left;
    line-height: 1.6;
    font-size: 14px;
    color: #888;
    padding: 10px 0;
}

.service-tag .v-line {
    margin-top: 100px;
    width: 1px;
    height: 36px;
    border-left: 2px solid #EFF4FB;
}

.service-tag .feature:hover .service-tag .part-text h3, .service-tag .feature:hover .service-tag .part-text {
    color: #fff;
}


.service-list {
    background: #ffffff;
    width: 100%;
}

.service-list .container {
    width: 100%;
    height: 490px;
    display: flex;
    margin-top: 60px;
    background: #F0F5FB;
}

.service-list .container .text {
    width: 50%;
    height: 100%;
    color: #2F2F2F;
    display:inline;
    padding: 0 90px;
    float: right;
}

.service-list .container .text h3 {
    margin-top: 90px;
    font-size: 28px;
    font-weight: 500;
}

.service-list .container .text .content {
    padding-top: 38px;
    font-size: 14px;
    line-height: 28px;
    min-height: 100px;
    max-height: 200px;
    overflow: hidden;
}

.service-list .container .text .btn-go {
    margin-top: 38px;
    font-size: 14px;
    line-height: 20px;
    width: 86px;
    height: 34px;
    color: #FFF;
    background: #3A79F3;
    border-radius: 2px;
    justify-content: center;
    align-items: center;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
}

.service-list .container .image {
    width: 50%;
    height: 100%;
    display:inline
}

.solution {
    width: 100%;
    text-align: center;
    padding: 80px 0;
}

.solution-title {
    font-size: 42px;
    font-weight: 500;
    text-align: center;
}

.solution-sub-title {
    font-size: 18px;
    padding: 20px 0 160px;
    line-height: 1.8;
    font-weight: 100;
    text-align: left;
}

.solution-wrap {
    width: 100%;
    padding-top: 100px;
}

.solution-img {
    margin: 0 auto;
    width: 1058px;
    height: 433px;
}

.solution-list{
    width: 100%;
}
.solution-list-detail {
    width: 100%;
    height: 660px;
}

.solution-list-detail .solution-text-right {
    position: absolute;
    left: 0;
    top: 30%;
    width: 600px;
    padding-left: 55%;
}

.solution-list-detail .solution-text-left {
    position: absolute;
    left: 0;
    top: 30%;
    width: 600px;
    padding-left: 30px;
}

.solution-list-detail h1 {
    margin: 0;
    font-size: 60px;
    color: #FFF;
    font-weight: 600;
}

.solution-list-detail h2 {
    color: #FFF;
    margin: 20px 0 0 0;
    line-height: 2;
    font-size: 25px;
    font-weight: 200;
}




















@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;
    }
}
