.sub-banner {
    position: relative;
    width: 100%;
    height: 500px;
    margin-top: 84px;
    background: url(../images/product_call_new/ban.png) 50% 0 no-repeat;
}
@media (min-width: 1920px) {
    .sub-banner .sub-banner-inner {
        margin: 0 auto;
    }
}
.container {
    margin: 0 auto;
    max-width: 1280px;
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}
.sub-banner h1 {
    margin: 0;
    line-height: 80px;
    font-weight: 400;
    font-size: 56px;
    text-align: left;
    color: #2058FF;
    /* text-shadow: 0px 2px 6px #516491; */
}

.sub-banner p {
    margin-top: 24px;
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 400;
    line-height: 44px;
    text-align: left;
    color: #2058FF !important;
    /* text-shadow: 0px 2px 6px #516491; */
    text-decoration-line: underline;
}

.sub-banner p.sub-text {
    margin-top: 8px;
}
.sub-banner .sub-banner-inner {
    padding-top: 118px;
    margin-left: 15%;
    width: 1170px;
    text-align: left;
    margin: 0 auto;
}
/* .sub-banner .sub-banner-inner {
    position: absolute;
    top: 26%;
    left: 0;
    width: 100%;
} */

.sub-banner .sub-banner-inner .register {
    display: inline-block;
    margin-top: 56px;
    background-color: #176de6;
    height: 48px;
    line-height: 48px;
    width: 144px;
    border-color: #176de6;
    font-size: 16px;
    border-radius: 0;
    color: #fff;
    text-align: center;
}

.sub-banner .sub-banner-inner .register:hover {
    background-color: #3f90f2;
    border-color: #3f90f2;
}

/*  content */

.product-full-scene-insight h2 {
    font-size: 40px;
    font-weight: 400;
    line-height: 56px;
    margin-bottom: 56px;
}

/*  content */
.product-full-scene-insight #content section {
    padding: 80px 0 80px;
}

/* .product-full-scene-insight section:nth-child(even) h2 {
    color: rgba(255, 255, 255, 1);
} */

#content .one {
    /* min-width: 880px;
    max-width: 1220px; */
    margin: 0 auto;
    padding-bottom: 86px;
    background: #F4F6FC;
}

/* .product-full-scene-insight #content .one h2 {
    margin-bottom: 24px;
} */

#content .one h1 {
    margin-bottom: 24px;
    font-size: 40px;
    font-weight: 400;
    line-height: 56px;
}

#content .one p {
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    color: #000;
}

#content .one .description {
    max-width: 640px;
    min-width: 300px;
    margin: 0 auto;
}

#content .introduce-list {
    margin-top: 30px;
}

#content .introduce-list .introduce-item {
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    /*height: 428px;*/
    margin-bottom: 71px;
}
#content .introduce-list .introduce-item .img-div {
    width: 678px;
    height: 479px;
    background: #FFFFFF;
    box-shadow: 0px 1px 20px 0px rgba(99, 99, 99, 0.13);
    border-radius: 5px;
    border: 2px solid #F5F6FC;
    display: flex;
    justify-content: center;
    align-items: center;
}
#content .introduce-list .introduce-item .img-div img {
    display: block;
    /* width: 100%; */
    /* width: 658px; */
    /* height: 100%; */
}

#content .introduce-list .introduce-item .introduce-item-content {
    width: 678px;
    height: 435px;
    background: #FFFFFF;
    box-shadow: 0px 1px 20px 0px rgba(99, 99, 99, 0.13);
    border-radius: 5px;
    border: 2px solid #F5F6FC;
    flex: 1;
    padding: 0px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#content .introduce-list .introduce-item .introduce-item-content h3 {
    font-size: 24px;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
    line-height: 30px;
    font-weight: bold;
    margin: 0px 0 26px;
}
#content .introduce-list .introduce-item .introduce-item-content h2 {
    font-size: 24px;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
    line-height: 30px;
    font-weight: bold;
    margin: 10px 0;
}

#content .introduce-list .introduce-item .introduce-item-content p {
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
    line-height: 27px;
    margin: 0;
}

#content .introduce-list .introduce-item .introduce-item-content .tiyan {
    width: 149px;
    height: 36px;
    line-height: 36px;
    background: #2058FF;
    border-radius: 18px;
    font-size: 24px;
    color: #FFFFFF;
    text-align: center;
    margin-top: 15px;
}
#content .two {
    padding-top: 40px;
    padding-bottom: 120px;
}

/* #content .two.insight_two {
    background-color: #081D37;
} */

#content .insight_two .content {
    position: relative;
    max-width: 1120px;
    margin: 0 auto;
    /* padding: 40px 0; */
}

#content .insight_two .content-item {
    width: 280px;
    height: 60px;
    background: #C4D6FF;
    padding: 0px 40px;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.25);
    cursor: pointer;
}

#content .insight_two .content-item + .content-item {
    border-top: none;
}

#content .insight_two .content-item-title {
    font-size: 16px;
    line-height: 60px;
    font-weight: 400;
    color: #333333;
    text-align: center;
    order: 2;
}

#content .insight_two .content-item-title.single {
    line-height: 56px;
}

#content .insight_two .content-item-image {
    position: absolute;
    display: none;
    height: 362px;
    background-color: #ffffff;
    top: 50%;
    left: 290px;
    box-shadow: 2px 0px 29px 0px rgba(4, 0, 0, 0.13);
    border-radius: 5px;
    border: 2px solid #F5F6FC;
    /*width: 890px;*/
    /*height: 100%;*/
    opacity: 0;
    display: flex;
    transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
}
#content .insight_two .content-item-image .content-item-flex {
    display: flex;
    padding: 100px 0 100px 23px;
}
#content .insight_two .content-item-image .content-item-flex .content-item-div1 {
    width: 523px;
    /* padding:40px 23px; */
}
#content .insight_two .content-item-image .content-item-flex .content-item-div1 p:nth-child(1) {
    /* width: 334px; */
    height: 20px;
    font-family: Alibaba PuHuiTi 2.0;
    font-weight: normal;
    font-size: 20px;
    color: #000000;
    font-weight: bold;
    line-height: 36px;
    margin-bottom: 30px;
    text-align: left;
}
#content .insight_two .content-item-image .content-item-flex .content-item-div1 p:nth-child(2) {
    width: 523px;
    height: 74px;
    font-family: Alibaba PuHuiTi 2.0;
    font-weight: normal;
    font-size: 14px;
    color: #333333;
    line-height: 30px;
    text-align: left;
}
#content .insight_two .content-item-image .content-item-flex .content-item-div2 {
    /* padding:40px 0px; */
    width: 320px;
}

#content .insight_two .content-item-image .content-item-flex img {
    width: 80%;
    /* height: 100%; */
}

#content .insight_two .content-item.active {
    width: 291px;
    border-right: none;
    z-index: 1;
    background: url(../images/product_call_new/anc.png) 100% 100% no-repeat;
}
#content .insight_two .content-item.active div {
    color: #ffffff;
}

#content .insight_two .content-item.active .content-item-image {
    display: block;
    opacity: 1;
}

.product-full-scene-insight #content .three {
    margin: 0;
    padding: 0;    
    padding-top: 100px;
}

#content .three img {
    width: 100%;
}

@media (min-width: 1440px) {
    #content .three img {
        width: 1440px;
        display: block;
        margin: 0 auto;
    }
}

.solution{
    /*height: 710px;*/
    padding: 0!important;
    padding-top: 80px!important;
}
.text-right {
    text-align: right;
}
.text-left {
    text-align: left;
}


/**服务场景**/
.jjfa-wuliu-model1 .hytd {
    width: 1170px;
    margin: 0 auto;
}
.jjfa-wuliu-model1 .item-div {
    background: url(../images/product_call_new/bg1.png) no-repeat;
    height: 603px;
    font-size: 16px;
    margin: 0px 0 16px;
    color: rgba(0, 0, 0, 0.65);
    display: flex;
    justify-content: space-between;
    /* margin-top: 50px; */
    background-size: 100% 100%;
}

.jjfa-wuliu-model1 .item-div ul li {
    width: 435px;
    height: 164px;
    background: #FFFFFF;
    border-radius: 5px;
    border: 1px solid #186BE8;
    margin: 64px 0;
    /* padding: 20px; */
}

.jjfa-wuliu-model1 .item-div ul:last-child li .titles{
    /* width: 225px; */
    height: 63px;
    /* background: linear-gradient(90deg, #005BFF 0%, #7ABEFE 100%); */
    border-radius: 5px;
    font-family: Alibaba PuHuiTi 2.0;
    font-weight: normal;
    font-size: 18px;
    color: #010101;
    line-height: 63px;
    padding: 5px 20px 5px 20px;
    vertical-align: middle;
    /* text-align: center; */
    position: relative;
    margin-left: 64px;
}
.jjfa-wuliu-model1 .item-div ul:first-child li .titles {
    /* width: 225px; */
    height: 63px;
    /* background: linear-gradient(90deg, #005BFF 0%, #7ABEFE 100%); */
    border-radius: 5px;
    font-family: Alibaba PuHuiTi 2.0;
    font-weight: normal;
    font-size: 18px;
    color: #010101;
    line-height: 63px;
    padding: 5px 20px 5px 20px;
    vertical-align: middle;
    /* text-align: center; */
    position: relative;
    margin-right: 64px;
}
.jjfa-wuliu-model1 .item-div ul:last-child li .titles img {
    position: absolute;
    top: 10px;
    left: -50px;
}
.jjfa-wuliu-model1 .item-div ul:first-child li .titles img {
    position: absolute;
    top: 10px;
    right: -49px;
}
.jjfa-wuliu-model1 .item-div ul li .content {
    /* width: 386px; */
    height: 62px;
    font-family: Alibaba PuHuiTi 2.0;
    font-weight: normal;
    font-size: 14px;
    color: #333333;
    line-height: 24px;
    padding: 0 20px;
}
.jjfa-wuliu-model1 .item-div div {
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin: 0 20px; */
}


/**更多功能**/
.case-bendi-model5 .gdgn {
    background: url(../images/product_call_new/bg2.png) 100% 100% no-repeat;
    background-size: contain;
    /* width: 1195px; */
    height: 584px;
}
.case-bendi-model5 .ul1, .case-bendi-model5 .ul5{
    flex-wrap: wrap;
    /* justify-content: space-around; */
    margin-bottom: 0;
    height: 200px;
    /* margin-top: 100px; */
    position: relative;
    top: 46px;
    left: 47px;
    padding: 0 200px;
}
.case-bendi-model5 .ul2 {
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 0;
    padding: 0 50px;
    height: 200px;
    position: relative;
    top: 46px;
}
.case-bendi-model5 .ul1 li,.case-bendi-model5 .ul5 li {
    width: 186px;
    height: 70px;
    margin: 0 23px;
}
.case-bendi-model5 .ul5 li .p1 {
    width: 200px;
    height: 70px;
    text-align: left;
}

/* .case-bendi-model5 .ul1 {
    position: relative;
    top: 14px;
    z-index: 1;
} */

/* .case-bendi-model5 .ul5 {
    position: relative;
    top: -10px;
    z-index: 1;
} */

.case-bendi-model5 .ul1 li .p1,
.case-bendi-model5 .ul2 li .p1{
    width: 155px;
    height: 62px;
    font-family: Alibaba PuHuiTi 2.0;
    font-weight: normal;
    font-size: 14px;
    color: #333333;
    line-height: 24px;
    text-align: left;
}
.case-bendi-model5 .ul1 li .p2,
.case-bendi-model5 .ul5 li .p2,
.case-bendi-model5 .ul2 li .p2{
    height: 28px;
    font-family: Alibaba PuHuiTi 2.0;
    font-weight: normal;
    font-size: 16px;
    color: #176DE6;
    line-height: 24px;
    text-align: left;
}


/**产品优势**/
.case-bendi-model6 div ul li {
    height: 203px;
    margin-bottom: 20px;
    padding: 15px 0;
}

.case-bendi-model6 div ul li .titles {
    height: 29px;
    font-family: Alibaba PuHuiTi 2.0;
    font-weight: normal;
    font-size: 20px;
    color: #176DE6;
    line-height: 20px;
    /* padding: 0 20px; */
}

.case-bendi-model6 div ul li .content {
    font-family: Alibaba PuHuiTi 2.0;
    font-weight: normal;
    font-size: 14px;
    color: #333333;
    line-height: 19px;
}

.case-bendi-model6 div ul .li2 {
    position: relative;
    width: 303px;
    left: 7px;
    top: 20px;
    text-align: right !important;
}
.case-bendi-model6 div ul .li3 {
    position: relative;
    width: 303px;
    left: 7px;
    top: 40px;
    text-align: right;
}

.case-bendi-model6 div ul .li5 {
    position: relative;
    width: 303px;
    left: 541px;
    top: 20px;
    text-align: left;
}
.case-bendi-model6 div ul .li6 {
    position: relative;
    width: 303px;
    left: 541px;
    top: 34px;
    text-align: left;
}


.case-bendi-model6 div ul:first-child,
.case-bendi-model6 div ul:last-child {
    position: relative;
    top: 40px;
}


@media (max-width: 1200px) {

    .case-bendi-model6 ul li {
        width: calc(100% / 3 - 10px);
        padding: 10px 15px;
        margin-bottom: 20px;
    }

    .case-bendi-model6 ul li .p1 {
        font-size: 15.5px;
    }

    .case-bendi-model6 ul li .p2 {
        font-size: 14px;
    }
}

/**我们的实力**/
.shili div ul {
    display: flex;
    justify-content: space-between;
}
.shili div ul li {
    width: 381px;
    height: 408px;
    background: #F5F5F5;
    border-radius: 6px;
    border: 1px solid #DDDDDD;
    text-align: center;
    /* padding: 35px 0; */
    margin: 0 10px;
}
.shili div ul li:hover {
    background: #FFFFFF;
    box-shadow: 0px 4px 29px 0px rgba(9,3,5,0.22);
    border-radius: 6px;
    cursor: pointer;
}
.shili div ul li .title {
    height: 20px;
    font-family: Alibaba PuHuiTi 2.0;
    font-weight: normal;
    font-size: 20px;
    color: #1F59FE;
    line-height: 20px;
    text-align: center;
    margin-bottom: 30px;
}
.shili div ul li .img {
    height: 200px;
    text-align: center;
}
.shili div ul li .content {
    height: 44px;
    font-family: Alibaba PuHuiTi 2.0;
    font-weight: normal;
    font-size: 14px;
    color: #333333;
    line-height: 30px;
    text-align: center;
    padding: 0 20px;
}
