* {

    margin: 0;
    padding: 0;
    font-family: 'Microsoft Yahei';
    list-style: none;
    flex-shrink: 0;
    text-decoration: none;
    box-sizing: border-box;
}


.banner {
    width: 100%;
    margin: 0 auto;
    position: relative;
    height: 448px;
    background-color: rgba(205, 225, 255, .16);
    /* background-image: url(../images/banner@2x.png);
    background-repeat: no-repeat;
    background-position: 50% */
}



.banner__wrapper {
   

    padding-top: 114px;
    height: 500px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding-top: 64px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner__content {
    margin: 0 auto;
    width: 1500px;
}

.banner__title {
    margin: 80px 0 16px;
    font-weight: 600;
    font-size: 40px;
    line-height: 54px;
    color: #FFFFFF;
}

.banner__description {
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    margin: 0 0 32px;
    width: 660px;
}

.banner__btn {
    display: inline-block;
    width: 144px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    background: #fff;
    box-shadow: 0 12px 32px -1px rgba(186, 199, 228, .32);
    border-radius: 48px;
    color: #2065fc;
    margin-right: 24px;
    text-align: center
}

.banner__btn:focus,
.banner__btn:hover {
    background: #f7f8fb
}

.banner__btn--primary {
    color: #fff;
    background: #2193fc;
    background: linear-gradient(90deg, #2193fc, #2165fc 50%)
}

.banner__btn--primary:focus,
.banner__btn--primary:hover {
    background: #42a4ff;
    background: linear-gradient(90deg, #42a4ff, #3776ff 50%)
}

.banner__img {
    position: absolute;
    bottom: 0;
    right: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* 行业背景  */
.St_solution {
    margin: 0 auto 100px;
    text-align: center;
    padding: 0 65px;
    min-width: 1280px
}

.St_solution .introduction_title {
    font-size: 36px;
    margin: 120px 0 16px;
    font-weight: 600
}

.St_solution .introduction_replenish {
    width: 990px;
    font-size: 15px;
    line-height: 32px;
    margin-bottom: 0px;
    font-weight: 400;
    display: inline-block;
    text-align: center;
    letter-spacing: -1
}

.solution {
    margin: 20px 0 80px;
}

.solution {
    background-color: #fff;
    border-radius: 10px;
    padding: 5% 8% 7%;
    width: 1200px;
    margin: 0 auto;
}

.solutionTitle {
    font-size: 36px;
    font-weight: 600;
    color: #1a2233;
    text-align: center;
    margin-bottom: 40px;

}

.solutionContent {
    font-size: 17px;
    /* line-height: 26px; */
    color: #1a2233;
    /* font-weight: 300; */
}

.solutionItem {
    margin-top: 30px;
    padding: 40px 0 0;
    border-top: 1px solid #edeef1;
}

.solutionItemLeftTitle {
    display: flex;
    font-size: 19px;
    color: #1a2233;
}

.solutionItemLeftContent {
    margin-top: 15px;
    line-height: 24px;
    color: #9098ab;
    padding-right: 10%;
    font-size: 15px;
    /* font-weight: 300; */
}

.solutionItemRight {
    background-color: #f0f2f4;
    border-radius: 5px;
    padding: 20px;
    display: flex;
    color: #27366e;
    justify-content: flex-start;
}

.solutionItemRightImg {
    width: calc(30% + 1px) !important;
    margin-right: 15px;
}

.solutionItemRightText {
    display: flex;
    align-items: center;
    color: #1c2d67;
}

.solutionItemRightImgText {
    background-color: #1c2d67;
    color: #fff;
    padding: 5% 0;
    display: flex;
    justify-content: center;
}

.solutionItemRightImgText>div {
    width: 166.67%;
    transform: scale(0.65);
    text-align: center;
    white-space: nowrap;
}

.solutionItemRightImgImg {
    background-color: #fff;
    padding: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* 行业面临问题 */
.warp2 {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.card-intro__title {
    font-size: 36px;
    font-weight: 600;
    color: #1a2233;
    text-align: center;
    margin-bottom: 40px;
}

.card-intro_p {
    width: 1000px;
    font-size: 15px;
    line-height: 32px;
    margin-bottom: 0px;
    font-weight: 400;
    display: inline-block;
    text-align: center;

}

.card-list {
    display: flex;
    margin-top: 40px
}

.card-list--3 .card-list__item {
    width: 386px;
    position: relative
}

.card-list--3 .card-list__item:nth-of-type(3n) {
    margin-right: 0
}

.card-list--2 .card-list__item {
    width: 590px;
    position: relative;
    margin-right: 20px
}

.card-list--2 .card-list__item:nth-of-type(2n) {
    margin-right: 0
}

.card-list__item {
    display: inline-block;
    box-sizing: border-box;
    padding: 15px 89px 4px 65px;
    background-color: #fff;
    border: 1px solid #dddfe7;
    border-radius: 8px;
    margin: 0 21px 20px 0;
    position: relative;
    transition: all .2s;
    vertical-align: top
}

.card-list__item:hover {
    box-shadow: 0 8px 40px rgba(213, 216, 218, .8)
}

.card-list__item--xs {
    height: 138px
}

.card-list__item--s {
    height: 160px
}

.card-list__item--m {
    height: 182px
}

.card-list__item--lg {
    height: 204px
}

.card-list__item--xl {
    height: 226px
}

.card-list__icon {
    position: absolute;
    top: 32px;
    left: 32px;
    width: 40px;
    height: 40px;

}

.card-list__title {
    color: #1a2233;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 17px
}

.card-list__content {

    font-size: 14px;
    color: #636974;
    line-height: 22px
}

.card-list+.card-img {
    margin-top: 40px
}

.card-img {
    font-size: 0;
    border-radius: 16px
}

.card-img--bgshadow {
    padding: 20px;
    background: #fff;
    box-shadow: 0 8px 40px rgba(213, 216, 218, .4)
}

.card-img__inner {
    width: 100%
}


/* 方案架构 */
.warp3 {
    width: 1200px;
    margin: 0 auto 100px;
}

.arch-card {
    display: flex;
    position: relative;
    width: 1200px;
    background: #fff;
    box-shadow: 0 8px 40px rgba(199, 203, 205, .4);
    border-radius: 16px;
    padding: 20px;
    color: #1a2233
}

.arch-card__image {
    width: 890px
}


.arch-card__detail {

    width: 300px;
    position: relative;

    right: -20px
}

.arch-card__detail h3 {
    font-weight: 600;
    font-size: 24px
}

.arch-card__detail h4 {
    font-weight: 600;
    padding-top: 16px;
    font-size: 18px
}

.arch-card__detail ul {
    zoom: 1
}

.arch-card__detail ul:after,
.arch-card__detail ul:before {
    content: "";
    display: table
}

.arch-card__detail ul:after {
    clear: both;
    overflow: hidden
}

.arch-card__detail .problem {
    font-size: 16px;
    color: #636974;
    margin-top: 16px;
    width: 259px;
    padding-left: 14px;
    position: relative
}

.arch-card__detail .problem:before {
    position: absolute;
    top: 10px;
    left: 0;
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    margin-right: 8px;
    background: #636974;
    border-radius: 100%
}

.arch-card__detail .product {
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    margin: 16px 16px 0 0;
    color: #2065fc;
    position: relative;
    padding-left: 14px
}

.arch-card__detail .product:nth-child(2n) {
    margin-right: 0
}

.arch-card__detail .product a {
    color: #2065fc
}

.arch-card__detail .product a:before {
    position: absolute;
    top: 12px;
    left: 0;
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    margin-right: 8px;
    background: #2065fc;
    border-radius: 100%
}

.arch-card__title--product {
    font-weight: 600;
    font-size: 20px;
    margin-top: 40px
}

.fin-title {
    font-size: 36px;
    line-height: 36px;
    color: #303133;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;

}

/* 方案价值 */
.index-module__container--cSj\+E {
    padding: 72px 0;
}

.index-module__head--b3fEg {
    margin: 0 auto;
    width: 534px;
}

.index-module__title--THDXB {
    font-family: PingFang SC;
    font-style: normal;
    letter-spacing: .002em;
    text-align: center;
}

.index-module__title--THDXB {
    color: #181818;
    font-size: 32px;
    font-weight: 600;
    line-height: 48px;
}

.index-module__desc--4yRJ9 {
    color: hsla(0, 0%, 9%, .8);
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    opacity: .8;
}

.index-module__desc--4yRJ9,
.index-module__title--THDXB {
    font-family: PingFang SC;
    font-style: normal;
    letter-spacing: .002em;
    text-align: center;
}

.index-module__content--NVaZF {
    margin: 24px auto 0;
    width: 1200px;
}

.index-module__advantage--PUf2m {
    background: #fff;
    display: inline-block;
    height: 168px;
    margin-top: 8px;
    padding: 36px 32px;
    width: 596px;
}

.index-module__icon--evNPg {
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    height: 48px;
    vertical-align: top;
    width: 48px;
}

.index-module__info--3hK\+u {
    display: inline-block;
    margin-left: 20px;
    vertical-align: top;
    width: 424px;
}

.index-module__desc--MgIS8,
.index-module__title--8L9bK {
    font-family: PingFang SC;
    font-style: normal;
    letter-spacing: .002em;
}

.index-module__title--8L9bK {
    color: #1a202c;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
}

.index-module__desc--MgIS8 {
    color: hsla(0, 0%, 9%, .8);
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin-top: 12px;
}

.index-module__desc--MgIS8,
.index-module__title--8L9bK {
    font-family: PingFang SC;
    font-style: normal;
    letter-spacing: .002em;
}

/* 方案价值end  */



.nav-bar {
    background-color: #fff;
    box-shadow: 0 4px 16px rgba(156, 168, 185, .16);
    font-size: 14px;
    line-height: 22px;
    min-width: 1200px
}

.layout-container {
    width: 1200px;
    margin: 0 auto;
}

.nav-bar__item {
    display: inline-block;
    position: relative
}

.nav-bar__item+.nav-bar__item {
    margin-left: 80px
}

.nav-bar__anchor {
    display: inline-block;
    padding: 17px 0;
    color: #1a2233
}

.nav-bar__item--active:before {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    background: linear-gradient(90deg, #2193fc, #2165fc 50%);
    ;
    border-radius: 2px
}

.nav-bar__item--active .nav-bar__anchor {
    color: #2165fc
}

.case__content {
    width: 1200px;
    margin: 0 auto;
    text-align: center
}

.case__title {
    font-weight: 600;
    font-size: 32px;
    line-height: 48px;
    color: #1a2233;
    margin: 0 0 40px
}

.case__item {
    line-height: 88px;
    text-align: center
}

.case__item,
.case__item img {
    display: inline-block;
    width: 220px;
    height: 88px
}

.case__item img {
    vertical-align: middle
}

.case__item+.case__item {
    margin-left: 25px
}

.case {
    padding: 88px 0 80px;
    min-width: 1200px;
    font-size: 0
}