.container {
    width: 1240px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bgF0F5FB {
    background-color: #F0F5FB;
}

.bgF7F7F7{
    background-color: #F7F7F7;
}

.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: 552px;
}

.banner-1 .banner-text {

}

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

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

.banner-1 .btn-box{
    margin: 60px auto 0;
    width: 114px;
}

.banner-1 .btn-go {
    padding: 6px 24px;
    border-radius: 10px;
    transition: 0.5s;
    color: #FFF;
    border: 1px solid #FFF;
    box-shadow: 0 5px 30px rgba(65, 84, 241, 0.4);
    font-size: 14px;
    font-weight: 400;
}

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

.service-tag {
    background-color: #FFF;
    width: 100%;
    text-align: center;
    padding: 40px 0 40px;
    color: #FFF;
}

.service-tag .item-wrap {
    display: flex;
    flex-wrap: wrap;
    /*justify-content: center;*/
    align-items: center;
    justify-content: space-between;

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

.service-tag .item-col-4 {
    width: 308px;
    height: 100px;
    padding: 0;
    box-sizing: border-box;
    background-color: #FFF;
    justify-content: center;
    align-items: center;
}

.service-tag .item-col-4 .feature {
    display: block;
    font-size: 16px;
    line-height: 1.5;
    word-wrap: break-word;
    height: 100%;
    background-color: #B0AFB3;
}

.service-tag .item-col-4 .feature:hover {
    background-color: #818086;
}

.service-tag .item-col-4 .part-title {
    font-size: 18px;
    padding-top: 26px;
}

.service-tag .item-col-4 .part-text {
    font-size: 14px;
}

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

.banner-2 {
    width: 100%;
    height: 204px;
}

.banner-2 .banner-text {

}

.banner-2 h1 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

.banner-2 h2 {
    margin: 20px 0 0 0;
    line-height: 2;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}

.service-list {
    background: #ffffff;
    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: 360px;
    height: 410px;
    display: inline;
    float: right;
}

.service-list .container .container-list .text-left {
    padding: 0 70px 0 0;
}


.service-list .container .container-list .text-right {
    padding: 0 0 0 70px;
}

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

.service-list .container .container-list .text h3.english {
    font-size: 13px;
    font-weight: 600;
}

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

.service-list .container .container-list .image {
    width: 607px;
    height: 342px;
    display: inline
}

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

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