﻿.content .banner {
    background-image: url(../img/banner.jpg);
    background-position:center;
    background-repeat:no-repeat;
    background-size: cover;
    height: 600px;
} 

.banner .title {
    color: #fff;
    font-size: 22px;
    text-align: center;
    position: relative;
    top: 489px;
}

.wrapper {
    width: 1200px;
    margin: 0 auto;
}

.title {
    width: 1200px;
    margin: 0 auto;
    font-size: 32px;
    color: #333333;
    text-align: center;
    line-height: 42px;
    font-weight: bold;
}

.sub-title {
    margin-top: 8px;
    font-size: 24px;
    color: #333333;
    text-align: center;
    line-height: 34px;
}

.text-content {
    margin-top: 16px;
    font-size: 16px;
    color: #666666;
    text-align: center;
    line-height: 26px;
}

.solution-wrapper .text-content {
    font-size: 20px;
    line-height: 30px;
    margin-top: 32px;
}

.solution-wrapper {
    margin-top: 80px;
}

.AMS-redefine-wrapper {
    margin-top: 80px;
}

.AMS-redefine-wrapper .redefine-image {
    margin: 50px auto;
    background: url(../img/redefine.png);
    width: 702px;
    height: 602px;
}

.redefine-list {
    width: 1160px;
}

.redefine-list .title {
    font-size: 28px;
    line-height: 36px;
    margin-top: 80px;
    
}

.redefine-list .list-item {
    display: flex;
    justify-content: space-between;
    width: 1160px;
    margin: 0 auto;
}

.redefine-list .list-item .list-content-item {
    width: 350px;
}

.redefine-list .list-item .sub-title {
    text-align: left;
    margin-top: 32px;
}

.redefine-list .list-item .text-content {
    text-align: left;
}


.advantages-wrapper {
    margin-top: 80px;
}

.advantages-wrapper .advantages-list {
    margin: 50px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.advantages-wrapper .advantages-list .advantages-list-item {
    text-align: left;
    display: flex;
    margin-bottom: 32px;
}

.advantages-wrapper .advantages-list .advantages-icon {
    width: 28px;
    height: 28px;
    margin-right: 12px;
}

.advantages-wrapper .advantages-list .advantages-text {
    font-size: 20px;
    color: #333333;
    text-align: left;
    line-height: 28px;
}

.advantages-wrapper .advantages-list .architecture,
.advantages-wrapper .advantages-list .experience {
    width: 468px;
}

.advantages-wrapper .advantages-list .workflow,
.advantages-wrapper .advantages-list .pricing {
    width: 335px;
}

.advantages-wrapper .advantages-list .architecture .advantages-icon {
    background: url(../img/architecture.png);
}

.advantages-wrapper .advantages-list .workflow .advantages-icon {
    background: url(../img/workflow.png);
}

.advantages-wrapper .advantages-list .updates .advantages-icon {
    background: url(../img/updates.png);
}

.advantages-wrapper .advantages-list .experience .advantages-icon {
    background: url(../img/experience.png);
}

.advantages-wrapper .advantages-list .pricing .advantages-icon {
    background: url(../img/pricing.png);
}


.advantages-wrapper .introduce-title {
    font-size: 16px;
    color: #666;
    text-align: center;
    line-height: 26px;
    margin-top: 32px;
}

.advantages-wrapper .introduce-content {
    margin-top: 48px;
    margin-bottom: 100px;
}

.advantages-wrapper .introduce-content-item {
    display: flex;
    margin-top: 100px;
}

.advantages-wrapper .introduce-content-item.customer-coverage {
    margin-top: 0;
}

.advantages-wrapper .introduce-content-item .advantages-text-wrapper {
    display: flex;
    align-items: center;
}

.advantages-wrapper .introduce-content-item .advantages-text {
    width: 600px;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
}

.advantages-wrapper .introduce-content-item .advantages-text.left {
    padding: 0 40px 0 20px;
    /* text-align: right; */
}

.advantages-wrapper .introduce-content-item .advantages-text.right {
    padding: 0 20px 0 40px;
    text-align: left;
}

.advantages-wrapper .introduce-content-item .advantages-text .advantages-text-title {
    font-size: 32px;
    color: #333;
    line-height: 42px;
    font-weight: bold;
}

.advantages-wrapper .introduce-content-item .advantages-text .advantages-text-content {
    margin-top: 32px;
    font-size: 16px;
    color: #666666;
    line-height: 26px;
}

.advantages-wrapper .introduce-content-item .advantages-image {
    width: 600px;
    height: 300px;
}

.advantages-wrapper .customer-coverage .advantages-image {
    background: url(../img/customer-coverage.jpg);
}

.advantages-wrapper .global-asset .advantages-image {
    background: url(../img/global-asset.jpg);
}

.advantages-wrapper .customer-coverage .advantages-image {
    background: url(../img/customer-coverage.jpg);
}

.advantages-wrapper .global-asset .advantages-image {
    background: url(../img/global-asset.jpg);
}

.advantages-wrapper .financial-database .advantages-image {
    background: url(../img/financial-database.jpg);
}

.advantages-wrapper .ESG-database .advantages-image {
    background: url(../img/ESG-database.jpg);
}

.advantages-wrapper .business-database .advantages-image {
    background: url(../img/business-database.jpg);
}

.advantages-wrapper .service-online .advantages-image {
    background: url(../img/service-online.jpg);
}

.advantages-wrapper .security-stability .advantages-image {
    background: url(../img/security-stability.jpg);
}
