/* header导航页 解决方案 */

.whole-screen>.title-text {
    width: 100%;
    height: 53px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 23px;
    font-family: Source Han Sans CN-Bold, Source Han Sans CN;
    font-weight: 700;
    color: #FFFFFF;
    letter-spacing: 4px;
}

.title-radius {
    width: 8px;
    height: 8px;
    background: #FFFFFF;
    border-radius: 50%;
    margin: 0 12px;
}

.solution-banner {
    position: relative;
}

.banner-h2 {
    position: absolute;
    left: 120px;
    top: 162px;
    color: #FFFFFF;
    font-size: 38px;
    font-weight: 500;
    font-family: Alibaba PuHuiTi 2.0-65 Medium, Alibaba PuHuiTi 20;
}

.banner-p {
    position: absolute;
    left: 120px;
    top: 352px;
    top: 224px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 20px;
    font-weight: 400;
    font-family: Alibaba PuHuiTi 2.0-55 Regular, Alibaba PuHuiTi 20;

}

.section-solution-content {
    background: #F3F7FA;
    padding: 40px 0;
}

.section-content-wrapper {
    display: inline-block;
}

.section-content-wrapper>p {
    width: 582px;
    float: left;
    font-size: 14px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    text-align: left;
}

.section-content-wrapper>img {
    width: 323px;
    height: 228px;
    float: right;
    margin-left: 85px;
}

/* 方案架构 */
.section-solution-arch {
    padding-top: 0;
}

.section-solution-arch-content {
    background: #F3F7FA;
    padding: 40px 0;
}

.section-content-arch-wrapper>img {
    width: 1200px;
    height: 626px;
}

/* 方案价值 */
.section-solution-value {
    padding-top: 0;
}

.section-content-value-wrapper {
    display: inline-block;
    position: relative;
}

.section-content-value-wrapper>img {
    width: 302px;
    height: 312px;
    position: absolute;
    top: -80px;
    right: -200px;
    z-index: -1;
}

.section-content-row:not(:first-child) {
    margin-top: 16px;
}

.value-card-item {
    padding: 24px;
    background: url(../imgs/solution/card-bg.png) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    border: 1px solid #eeeeee;
    box-shadow: 1px 1px 5px 3px #eeeeee;
    border-radius: 4px;
}

.value-card-item:not(:first-child) {
    margin-left: 16px;
}

.value-card-item>.title {
    text-align: left;
}

.value-card-item>.title>.dot {
    width: 8px;
    height: 8px;
    border-radius: 6px;
    background: #0153D9;
    border: 2px solid rgba(1, 83, 217, 0.1);
    display: inline-block;
}

.value-card-item>.title>span {
    font-size: 16px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: #333333;
    line-height: 24px;
    margin-left: 4px;
}

.value-card-item>.content {
    width: 544px;
    height: 63px;
    text-align: left;
    font-size: 14px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #666666;
    line-height: 21px;
    margin-top: 7px;
}

/* 方案场景 */
.section-product-advantage {
    padding-top: 0;
}

.section-product-advantage-content {
    background: url(../imgs/solution/bg2.png) no-repeat;
    background-size: 100% 100%;
    padding: 40px 0;
}

.product-advantage-row {}

.product-advantage-row:last-child {
    margin-top: 16px;
}

.product-advantage-item {
    width: 590px;
    height: 180px;
    display: inline-block;
    overflow: hidden;
    position: relative;
}

.product-advantage-item:last-child {
    margin-left: 16px;
}

.product-advantage-item.bg1 {
    background: url(../imgs/product/card-advantage-bg1.png) no-repeat;
    background-size: 100% 100%;
}

.product-advantage-item.bg2 {
    background: url(../imgs/product/card-advantage-bg2.png) no-repeat;
    background-size: 100% 100%;
}

.product-advantage-item.bg3 {
    background: url(../imgs/product/card-advantage-bg3.png) no-repeat;
    background-size: 100% 100%;
}

.product-advantage-item.bg4 {
    background: url(../imgs/product/card-advantage-bg4.png) no-repeat;
    background-size: 100% 100%;
}

.product-advantage-item>.item-card-mask {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    z-index: 0;
}

.product-advantage-item:hover>.item-card-mask {
    background: rgb(1, 83, 217);
    background: linear-gradient(315deg, #0153D9 0%, #3D8FFB 100%);
    border-radius: 2px;
    opacity: 0.8;
}

.product-advantage-item>.item-card-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    padding: 26px 0 0 21px;
}

.product-advantage-item>.item-card-content>.title {
    text-align: left;
}

.product-advantage-item>.item-card-content>.title>img {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}

.product-advantage-item>.item-card-content>.title>span {
    font-size: 18px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: #FFFFFF;
    display: inline-block;
    vertical-align: middle;
}

.product-advantage-item>.item-card-content>p {
    width: 355px;
    height: 70px;
    font-size: 14px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20px;
    margin-top: 20px;
    text-align: left;
}

/* 方案概述 最新 */
.module {
    width: 100%;
}

.module>.wrap {
    margin: 0 auto;
    width: 1200px;
}

.module-title {
    margin-bottom: 40px;
    color: #262626;
    font-size: 36px;
    font-weight: 700;
    font-family: Source Han Sans CN-Bold, Source Han Sans CN;
}

.module-desc {
    padding: 52px 0 98px;
    background: #ffffff;
}

.module-desc-content {
    display: flex;
    justify-content: space-between;
    padding: 0 79px;
    box-sizing: border-box;
}

.module-desc-content-img {
    width: 268px;
    height: 209px;
    transition: all 0.5s;
}

.module-desc-content-img:hover {
    transform: scale(1.1);
}

/* 方案架构 最新 */
.module-structure {
    width:1340px;
    margin:0 auto;
    padding: 80px 0;
    background-color: #F2F2F2;
}

.module-structure-img {
    width: 100%;
    height: 650px;
    transition: all 0.5s;
}

.module-structure-img:hover {
    transform: scale(1.05);
}

.module-desc-content-txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 742px;
    color: #333333;
}

.module-desc-content-title {
    font-size: 24px;
    font-weight: 700;
    font-family: Source Han Sans CN-Bold, Source Han Sans CN;
}

.module-desc-content-line {
    margin: 23px 0;
    width: 159px;
    height: 1px;
    background: #999999;
    opacity: 1;
}

.module-desc-content-article {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
}

/* 方案价值 最新 */
.module-value {
    background-color: #ffffff;
}

.module-value .module-title {
    padding-top: 80px;
}

.module-value-content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.module-value .mgtb-42 {
    margin: 42px 0;
}

.module-value-content-item {
    width: 534px;
    height: 188px;
    color: #333333;
    font-family: Source Han Sans CN-Bold, Source Han Sans CN;

    position: relative;
    z-index: 1;
}

.module-value-content-item:hover::before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    content: "";
    width: 600px;
    height: 220px;
    background: #f8f8f8;
    border-radius: 10px;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
    z-index: -1;
}

.module-value-content-item-img {
    margin-bottom: 23px;
    width: 48px;
    height: 48px;
}

.module-value-content-item-title {
    font-size: 20px;
    font-weight: 700;
}

.module-value-content-item-line {
    margin: 12px 0;
    width: 159px;
    height: 1px;
    background: #E4E4E4;
}

.module-value-content-item-desc {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.module-value-content-line {
    width: 1px;
    height: 48px;
    background: #E4E4E4;
}

/* 方案场景 最新 */
.module-scene {
    background-color: #ffffff;
}

.module-scene .module-title {
    padding-top: 80px;
}

.module-scene-content {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.module-scene-content-item {
    position: relative;
    width: 289px;
    height: 500px;
    cursor: pointer;
    overflow: hidden;
}

.module-scene-item-txt {
    position: absolute;
    left: 23px;
    bottom: 40px;
    display: block;
    width: 48px;
    height: 38px;

    color: #FFFFFF;
    font-size: 24px;
    font-weight: 500;
    font-family: Source Han Sans CN-Medium, Source Han Sans CN;
    border-bottom: 1px solid rgb(255, 255, 255, 0.7);
}

/* mask */
.module-scene-item-mask {
    position: absolute;
    left: 0;
    bottom: -500px;
    width: 289px;
    height: 500px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    background: linear-gradient(180deg, #0067B8 0%, #117ED3 100%);
    opacity: 0.9;
    transition: all 0.5s;
}

.module-scene-item-mask-title {
    position: absolute;
    top: 281px;
    left: 22px;
    width: 51px;
    height: 38px;
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 500;
    border-bottom: 2px solid rgba(255, 255, 255, 0.7);
}

.module-scene-item-mask-desc {
    position: absolute;
    top: 334px;
    left: 22px;
    width: 244px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
}

.module-scene-content-item:hover .module-scene-item-txt {
    display: none;
}

.module-scene-content-item:hover .module-scene-item-mask {
    bottom: 0;
}

.module-scene-item1 {
    background: url("../imgs/solution/project_scene01.png") no-repeat center;
}

.module-scene-item2 {
    background: url("../imgs/solution/project_scene02.png") no-repeat center;
}

.module-scene-item3 {
    background: url("../imgs/solution/project_scene03.png") no-repeat center;
}

.module-scene-item4 {
    background: url("../imgs/solution/project_scene04.png") no-repeat center;
}

/* 应用案例 最新 */
.module-case {
    margin-bottom: 80px;
    background-color: #ffffff;
}

.module-case .module-title {
    padding-top: 80px;
}

.module-case-content {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.module-case .mgb-16 {
    margin-bottom: 16px;
}

.module-case-content-item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 288px;
    height: 120px;
    background: url("../imgs/solution/application_case_bg.png") no-repeat center;
    background-size: 100% 100%;
    border: 1px solid #E4E4E4;
}

.module-case-content-item-txt {
    color: #333333;
    font-size: 20px;
    font-weight: 500;
    font-family: Source Han Sans CN-Medium, Source Han Sans CN;
}