@media screen and (min-width:768px) {
    body {
     overflow: visible;
    }
    
    /* 介绍 */
    .banner-introduce {
        width: 100%;
        height: 480px;
        position: relative;
        background:rgba(16,27,67,1);
        overflow: hidden;
    }

    .banner-introduce-img {
        width: 100%;
        height: 480px;
        position: absolute;
        left: 0;
        top: 0;
        object-fit: cover;
    }

    .banner-introduce-img[src=""] {
        width: calc(100% + 1px);
        margin-left: -1px;
    }

    .banner-box-text {
        height: 400px;
    }

    .banner-title {
        width: auto;
        height: auto;
        margin-top: 170px;
        font-size:40px;
        font-family:PingFang SC;
        font-weight:bold;
        color:rgba(255,255,255,1);
        text-align: left;
        
    }

    .banner-text {
        width: 55%;
        height:auto;
        font-size:16px;
        font-family:PingFang SC;
        font-weight:300;
        text-align: left;
        color:rgba(255,255,255,1);
        line-height:32px;
        -webkit-line-clamp: 2;
        word-break: break-all;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        margin: 28px 0 38px 0;
    }

    .banner-btn-box {
        text-align: center;
       display: flex;
       flex-direction: row;
        width: 240px;
    }

    .banner-btn {
        display: inline-block;
        width: 100px;
        height: 40px;
        line-height: 40px;
        background: rgba(0, 134, 241, 1);
        /* box-shadow: 0px 10px 20px 0px rgba(35, 134, 238, 0.48); */
        margin-right: 10px;
    }

    .banner-btn:nth-child(2) {
        background: none;
        border: 1px solid rgba(255, 255, 255, 0.3);
        box-shadow: none;
    }
    .banner-btn-experience:hover a{
        color: rgba(0, 134, 241, 1);
    }
    .banner-btn-experience:hover:hover {
        border-color:rgba(35,133,237,1);
    }
    .banner-btn>a {
        font-size: 16px;
        font-family: FZLTHJW;
        font-weight: normal;
        color: rgba(255, 255, 255, 1);
    }

    .banner-btn-more {
        /* box-shadow: 0px 10px 20px 0px rgba(35, 133, 237, 0.48); */
    }

    .banner-btn-experience {
        background: rgba(0, 204, 254, 1);
    }

    .banner-bottom-nav {
        min-width: 1200px;
        max-width: 100%;
        height: 60px;
        background: rgba(223, 233, 243, 1);
        font-size: 18px;
        text-align: left;
    }

    .banner-bottom-nav>ul {
        width: 1200px;
        margin: 0 auto;
        height: 60px;
        line-height: 60px;
    }

    .banner-bottom-nav>ul>li {
        list-style-type: none;
        text-decoration: none;
        display: inline-block;
        margin-right: 73px;
    }

    .nav-a {
        color: #303030;
        width: 33px;
        height: 16px;
        font-size: 16px;
        font-family: FZLTHJW;
        font-weight: normal;
        line-height: 36px;
        opacity: 0.75;
    }

    .nav-a-active {
        color: #2386ee;
        border-bottom: 2px solid rgba(35, 134, 238, 1);
        padding-bottom: 17px;
    }

    .nav-a:focus,
    .nav-a:hover {
        color: #2386ee;
        border-bottom: 2px solid rgba(35, 134, 238, 1);
        padding-bottom: 17px;
    }
    /* 导航 start */

    .mainnav {
        position: sticky;
        position: -webkit-sticky;
        top: 0;
        width: 100%;
        height: 60px;
        line-height: 60px;
        text-align: left;
        z-index: 5;
        background-color: #ffffff;
    }
    .mainnav-click-active{
        border-bottom: 3px solid #0086f1;
        /* background-color: #0086f1; */
    }

    /* .mainnav-box {
        width: 1200px;
        margin: 0 auto;
    } */

    .mainnav-list {
        height: 61.5px;
        display: inline-block;
        font-size: 16px;
        color: #303030;
        margin-right: 60px;
        cursor: pointer;
        position: relative;
    }

    #business {
        padding-bottom: 40px;
    }
    
    .template-width {
        position: relative;
        width: 1200px;
        margin: 0 auto;
    }
    
    .template-titlte {
        color: #061928;
        font-size: 36px;
        padding-top: 85px;
        padding-bottom: 50px;
    }
    .no-swiper-container-pc{
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: wrap !important;
        justify-content: space-between !important;
    }
    .no-swiper-container-pc .swiper-slide{
        width: 49.5%;
    }
    .business-container {
       
        font-size: 0;
       
    }
    
    .business-box {
        width: 100%;
        /* width: 595px; */
        height: 200px;
        display: inline-block;
        padding: 0 15px;
        padding-left: 30px;
        box-sizing: border-box;
        text-align: left;
        display: flex;
        flex-direction: row;
        align-items: center;
        background:rgba(247,247,247,1);
    }
    .business-box-img{
        width: 92px;
        height: auto;
    }
    .business-box-img img{
        display: block;
        max-width: 70px;
        max-height: 75px;
        margin: auto;
    }
    .business-bg {
        width: 470px;
        background: rgba(247,247,247,1);
        padding: 25px;
        padding-top: 0;
    }
    
    .business-box-title {
        font-size: 24px;
        color: #061928;
        padding-bottom: 10px;
        position: relative;
    }
    
    /* .business-box-title::after {
        content: "";
        position: absolute;
        width: 30px;
        height: 4px;
        background-color: #00ccfe;
        bottom: 15px;
        left: 0;
    } */
    
    .business-box-text {
        font-size: 14px;
        color: #636a72;
        line-height: 24px;
        height: 50px;
    }
    
    .business-btn {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 200px;
        height: 40px;
        line-height: 40px;
        color: #061828;
        font-size: 14px;
        text-align: left;
        margin: 0 auto;
       
        margin-top: 40px;
        
    }
    .business-btn a{
        width:auto;
        height:auto;
        font-size:16px;
        font-family:PingFang SC;
        font-weight:400;
        color:rgba(6,24,39,0.75);
        cursor: pointer;
        opacity: 0.75;
    }
    .business-btn a:hover {
        color: #0086F1;
    }
     /* .business-box:hover{
        box-shadow:0px 20px 70px 0px rgba(18,32,46,0.2);
        background: rgba(247,247,247,1);
       
    } */
    /* .no-swiper-container-pc>.no-swiper-container:hover {
        box-shadow:0px 5px 10px 0px rgba(18,32,46,0.4);
    } */
    
    /* business end */
    /* finance */

    .finance {
        width: 1200px;
        margin: auto;
    }

    .finance>.finace-text {
        font-size: 36px;
        font-family: FZLTZHJW;
        font-weight: normal;
        color: rgba(6, 24, 40, 1);
        line-height: 68px;
        padding-top: 89px;
        margin-bottom: 70px;
    }

    .finace-img-box {
        box-shadow: 0px 0px 20px 0px rgba(201, 201, 201, 0.4);
        width: 590px;
        height: 187px;
        margin-bottom: 20px;
        background: rgba(251, 252, 253, 1);
        color: rgba(40, 40, 40, 1);
    }

    .finace-item-text {
        width: 100%;
        height: 100%;
        text-align: left;
        padding: 41px 18px 0 35px;
    }

    .challenge-pc {
        margin-bottom: 57px;
        width: 53px;
        height: 73px;
    }

    .challenge-text {
        display: inline-block;
        width: 444px;
        height: 100%;
    }

    .challenge-text>p:nth-child(1) {
        font-size: 26px;
        width: 260px;
        height: 33px;
        display: inline-block;
        font-family: FZLTHJW;
        font-weight: bold;
        color: rgba(40, 40, 40, 1);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin-left: 40px;
        margin-bottom: 22px;
    }

    .challenge-text>p:nth-child(2) {
        display: inline-block;
        width: 444px;
        height: 42px;
        font-size: 14px;
        font-family: FZLTHJW;
        font-weight: normal;
        color: rgba(40, 40, 40, 1);
        line-height: 24px;
        padding-left: 40px;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        word-break: break-all;
    }

    .finace-img-box:hover,
    .finace-img-box:hover .finace-item-text>.challenge-text>p {
        background: rgba(35, 134, 238, 1);
        color: white !important;
    }
    .financial-btn{
        width: 230px;
        display: flex;
        flex-direction: row;
        margin: 0 auto;
        justify-content: space-between;
    }
    .financial-bnt-left{
        width:100px;
        height:auto;
        font-size:16px;
        font-family:PingFang SC;
        font-weight:400;
        color:rgba(6,24,40,1);
       
        opacity:0.75;
        
        text-align: center;
       
    }
    .no-swiper-box {
        margin-right: 0 !important;
    }

    .challenge {
        display: none;
    }

    .no-swiper-container:nth-child(odd) {
        /* margin-right: 20px; */
    }

    .no-swiper-container>.no-swiper-container {
        display: inline-block;
        text-align: left;
    }


    .divide{
        width:1200px;
        height:2px;
        background:linear-gradient(90deg,rgba(38,30,97,0.1) 0%,rgba(38,30,97,0.99) 50%,rgba(38,30,97,0.1) 100%);
        opacity:0.05;
        margin: 0 auto;
    }
    #demand {
        width: 100%;
        margin: auto;
        height: auto;
        padding-bottom: 110px;
    }

    .demand>p {
        font-size: 32px;
        font-family:PingFang SC;
        font-weight:500;
        color:rgba(6,24,40,1);
        margin: 74px 0 61px 0;
    }

    .demand-banner {
       
    }

    .demand-banner>.demand-item {
        display: inline-block;
        width: 220px;
        /* height: 211px; */
        padding: 0 10px;
        border-left: 1px solid rgba(232, 232, 232, 1);
    }

    .demand-banner>.demand-item:nth-child(1) {
        border-left: 0;
    }

    .demand-item>.cloud>img {
        width: 93px;
        height: auto;
    }

    .demand-item>p:nth-child(2) {
        font-size: 20px;
        font-family: FZLTHJW;
        font-weight: bold;
        color: rgba(40, 40, 40, 1);
        margin: auto;
        margin-top: 30px;
        /* width: 168px; */
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .demand-item>span:nth-child(3) {
        font-size: 14px;
        font-family: FZLTHJW;
        font-weight: normal;
        color: rgba(167, 169, 172, 1);
        margin: auto;
        margin-top: 19px;
        /* width: 150px; */
        height: 40px;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        word-break: break-all;
        -webkit-box-orient: vertical;
        display: -webkit-box;
    }

    .solve {
        width: 100%;
        height: auto;
        margin: auto;
        padding-bottom: 100px;
        background: url('../images/pc-background.png') 100% 100% no-repeat;
    }

    .solve>.solveTitle {
        margin: auto;
        padding-top: 74px;
        padding-bottom: 30px;
        text-align: center;
        width: 341px;
        font-size:30px;
        font-family:PingFang SC;
        font-weight:500;
        color:rgba(255,255,255,1);
    }

    .solve-title-content {
        margin: auto;
        text-align: center;
        margin-bottom: 50px;
        width: 1034px;
        height: auto;
        font-size:14px;
        font-family:PingFang SC;
        font-weight:400;
        color:rgba(255,255,255,1);
        line-height:24px;
        /* -webkit-box-orient: vertical; */
        -webkit-line-clamp: 2;
        display: -webkit-box;
        word-break: break-all;
    }

    .solve-box {
        width: 1200px;
        height: auto;
        margin:0 auto;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
       
    }

    .solve-card {
        width: 599px;
        height: 330px;
        text-align: center;
        margin: 0.5px;
        
        position: relative;
        /* transition: all ease-in-out 1s; */
    }
    .solve-card:hover{
        box-shadow:0px 5px 10px 0px rgba(30,131,237,0.5);
    }
    .solve-card:hover .solve-card-title{
        display: none;
    }
    .solve-card:hover .solve-content{
        display: block;
    }
    .solve-content{
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
       
        background-image: url('../images/view-hover-bg.png');
        background-size: cover;
        padding: 0 56px;
        display: none;
       
        filter:alpha(opacity=10);
    }
   .solve-text-title{
       font-size: 24px;
       font-weight: bold;
       color: rgba(255,255,255,1);
       margin-top: 74px;
    }
    .solve-content-des{
        width:auto;
        min-height:104px;
        font-size:14px;
        font-family:PingFang SC;
        font-weight:400;
        color:rgba(255,255,255,1);
        line-height:24px;
        text-align: left;
        margin-top: 28px;
       
    }
    .solve-text-img{
        width: 100%;
        height: 100%;
    }
    .solve-text-img img{
        display: block;
        width: 100%;
        height: 100%;
        opacity: 0.1;
    }
    .solve-card-title{
        width: 100%;
        height: auto;
        font-size: 24px;
        color: rgba(255,255,255,1);
        font-weight: bold;
        position: absolute;
        top: 50%;
        transform: translateY(-17px);
        /* left: 50%;
        margin-left: -300px;
        margin-top: -12px; */
    }
    .solve-btn{
        width: 100px;
        height: 40px;
        background:rgba(0,204,254,1);
        margin: 0 auto;
    }
    .solve-text:hover {
        background: #2484EA;
    }

    .solve-text:hover>.solve-content>.content {
        display:block;
    }

    .solve-text:hover>.solve-content>.solve-btn {
        display: block;
    }

    .solve-content>p {
        margin: 0 auto;
        /* padding-top: 194px; */
        font-size: 26px;
        width: 500px;
        /* height: 136px; */
        /* height: 231px; */
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-family: FZLTHJW;
        font-weight: bold;
        color: rgba(255, 255, 255, 1);
    }

    .solve-content>.content {
        margin: auto;
        margin-top: 34px;
        width: 490px;
        /* height: 67px; */
        font-size: 14px;
        font-family: FZLTHJW;
        font-weight: normal;
        color: rgba(255, 255, 255, 1);
        line-height: 24px;
        overflow: hidden;
        -webkit-line-clamp: 3;
        word-break: break-all;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        display: none;
    }

  

    .solve-btn>a {
        display: inline-block;
        width: 100%;
        height: 100%;
        font-size: 14px;
        font-family: FZLTHJW;
        font-weight: normal;
        color: rgba(255,255,255, 1);
        line-height: 40px;
    }

    .blurprint {
        width: 100%;
       
        height: auto;
        margin:0 auto;
        padding-top: 85px;
        padding-bottom: 90px;
        background-image: url('../images/blurprint-bg.png');
        background-size: cover;
    }
    .blurprint-container{
        width: 1200px;
        height: auto;
        margin: 0 auto;
    }
    .blurprint p:nth-child(1) {
        margin: auto;
        width: auto;
        height: auto;
        font-size:32px;
        font-family:PingFang SC;
        font-weight:500;
        color:rgba(6,24,40,1);

    }

    .blurprint p:nth-child(2) {
        margin: auto;
        margin-top: 30px;
        width: 1000px;
        height: auto;
        font-size:14px;
        font-family:PingFang SC;
        font-weight:300;
        color:rgba(13,10,38,1);
        line-height: 24px;
        text-align: center;
    }

    .blurprint>.dot {
        margin: 0 auto;
        /* margin-top: 25px; */
    }

    .blurprint>.dot>span {
        display: none;
        width: 52px;
        height: 4px;
        background: skyblue;
    }

    .blurprint-content-box {
        margin: 0 auto;
        margin-top: 50px;
        /* padding-top: 45px;
        padding-left: 40px;
        padding-right: 40px; */
        width: 1200px;
    }

    .blurprint-content-box img {
        width: 100%;

    }

    .blurprint-item {
        height: 264px;
        width: 360px;
        display: inline-block;
    }

    .blurprint-item>div {
        font-size: 14px;
        height: 50px;
        line-height: 50px;
        font-family: FZLTHJW;
        font-weight: normal;
        color:rgba(6,24,40,1);
        background: rgba(35, 134, 238, 0.1);
        margin-bottom: 1px;
    }

    .blurprint-item>.div-1 {
        height: 60px;
        line-height: 60px;
        background: rgba(35, 134, 238, 1);
        font-size: 20px;
        font-family: FZLTHJW;
        font-weight: bold;
        color: rgba(255, 255, 255, 1);
    }

    .blurprint-item:nth-child(2) {
        margin: 0 20px;
    }

    .blurprint-item:nth-child(2)>.div-2,
    .blurprint-item:nth-child(3)>.div-2 {
        padding: 0 20px;
        height: 101px;
        line-height: 24px;
        text-align: left;
    }

    .blurprint-item:nth-child(3)>.div-2 {
        line-height: 102px;
        text-align: center;
    }

    .business-finance {
        width: 1120px;
        height: 260px;
        margin-top: 20px;
    }

    .business-finance>.basiness-item {
        width: 1120px;
        height: auto;
        line-height: 60px;
        text-align: center;
        font-size: 20px;
        font-family: FZLTHJW;
        font-weight: bold;
        color: rgba(255, 255, 255, 1);
        background: rgba(35, 134, 238, 1);
    }

    .business-1,
    .business-2 {
        width: 1120px;
        height: 101px;
        margin-top: 10px;
        /* background: rgba(35, 134, 238, 1); */
    }

    .business-1>.business-item-1 {
        display: inline-block;
        width: 144px;
        height: 101px;
        margin-right: 1px;
        background: red;
        background: rgba(35, 134, 238, .1);
    }

    .business-item-1>.business-item-children {
        margin: auto;
        width: 16px;
        height: 69px;
        font-size: 14px;
        
        color: rgba(51, 51, 51, 1);
        line-height: 18px;
        padding: 16px 0;
        font-family:PingFang SC;
        font-weight:500;
        color:rgba(6,24,40,1);
    }

    .business-1>.business-item {
        display: inline-block;
        width: 194px;
        height: 101px;
        line-height: 101px;
        /* background: white; */
        margin-right: 1px;
    }

    .business-item>.business-item-children {
        width: 194px;
        height: 50px;
        line-height: 57px;
        font-size: 14px;
        font-family:PingFang SC;
        font-weight:500;
        color:rgba(6,24,40,1);
        background: rgba(35, 134, 238, .1);
    }

    .business-item>.business-item-children:nth-child(1) {
        margin-bottom: 1px;
    }

    .business-2>.business-item {
        display: inline-block;
        width: 139px;
        height: 101px;
        line-height: 101px;
        /* background: white; */
        margin-right: 1px;
    }

    .business-2>.business-item>.business-item-children {
        width: 139px;
        height: 50px;
        line-height: 57px;
        font-size: 14px;
        font-family:PingFang SC;
        font-weight:500;
        color:rgba(6,24,40,1);
        background: rgba(35, 134, 238, .1);
    }

    .back {
        max-width: 100%;
        min-width: 1200px;
        height: 947px;
        background: black;
        padding-top: 86px;
        transition: ease-in-out all 1s;
    }

    .back>.back-title {
        /* display: inline-block; */
        margin: auto;
        /* width:263px;
        height:68px; */
        font-size: 36px;
        font-family: FZLTZHJW;
        font-weight: normal;
        color: rgba(255, 255, 255, 1);
        line-height: 68px;
        padding-bottom: 81px;
    }

    .left-dot,
    .right-dot {
        /* display: inline-block; */
        height: 669px;
        width: 19px;
        display: none;
    }

    .left-dot>img,
    .right-dot>img {
        width: 19px;
        /* height: 32px; */
        padding-top: 320px;
    }

    .back-banner {
        width: 1200px;
        display: inline-block;
        height: 669px;
        line-height: 50px;
    }

    .back>.back-swiper {
        margin: auto;
        display: inline-block;
        height: 669px;
        width: 1530px;
        margin-right: 0;
    }

    .back-swiper>.no-swiper-container {
        margin-right: 0;
    }

    .back-swiper>.no-swiper-container>.no-swiper-container {
        margin-right: 0;
    }

    .back-text {
        display: inline-block;
        width: 288px;
        height: 669px;
        background: url("../images/bg.png");
        display: table-cell;
        vertical-align: middle;
        transition: 1s;
    }

    .largen {
        width: 374px;
    }

    .back-text:hover {
        width: 374px;
    }

    .back-text:hover>.backbox-big>.back-content,
    .back-text:hover>.backbox-big>.back-button {
        display: block;
    }

    .backbox-big {}

    .backbox-big>.back-titles {
        width: 250px;
        margin: auto;
        font-size: 24px;
        font-family: FZLTHJW;
        font-weight: normal;
        color: rgba(255, 255, 255, 1);
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        display: -webkit-box;
    }

    .backbox-big>.dot {
        margin: auto;
        margin-top: 81px;
        width: 30px;
        height: 4px;
        background: rgba(0, 204, 254, 1);
    }

    /* show */
    .backbox-big>.back-content {
        width: 250px;
        height: 60px;
        font-size: 14px;
        font-family: FZLTHJW;
        color: rgba(255, 255, 255, 1);
        margin: auto;
        margin-top: 45px;
        display: table-cell;
        font-weight: normal;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        word-break: break-all;
        display: -webkit-box;
        display: none;
    }

    .back-button {
        text-align: center;
        margin-top: 99px;
        display: none;
    }

    .back-button>.back-item-button {
        display: inline-block;
        width: 99px;
        height: 41px;
        line-height: 41px;
        background: rgba(0, 133, 240, 1);
        margin: 5px;
    }

    .back-item-button>p>a {
        font-size: 14px;
        display: inline-block;
        width: 100%;
        height: 100%;
        font-family: FZLTHJW;
        font-weight: normal;
        color: rgba(255, 255, 255, 1);
    }

    .history {
        width: 1200px;
        height: 1198px;
        margin: auto;
        padding-top: 116px;
    }

    .history-p1 {
        text-align: center;
        font-size: 36px;
        font-family: FZLTZHJW;
        font-weight: normal;
        color: rgba(6, 25, 40, 1);
    }

    .history-box {
        width: 1200px;
        margin-top: 50px;
    }

    .history-imgbox {
        display: inline-block;
        width: 589px;
        height: 401px;
        background: rgba(250, 251, 253, 1);
        transition: 1s;
    }

    .history-imgbox:hover>img {
        height: 177px;
    }

    .history-imgbox:hover>.history-content {
        height: 230px;
        background: rgba(255, 255, 255, 1);
        box-shadow: 0px 20px 70px 0px rgba(19, 32, 46, 0.1);
    }

    .history-imgbox:hover>.history-content>.history-btn {
        display: block;
    }

    .history-imgbox:nth-child(even) {
        margin: 14px 10px;
    }

    .history-imgbox:nth-child(odd) {
        margin-bottom: 10px;
    }

    .history-imgbox>img {
        width: 589px;
        height: 230px;
    }

    .history-content {
        width: 589px;
        height: 175px;
        background: rgba(250, 251, 253, 1);
        padding: 46px 53px 0;
    }

    .history-content>.history-text:nth-child(1) {
        text-align: left;
        font-size: 24px;
        font-family: FZLTHJW;
        font-weight: normal;
        color: rgba(12, 30, 44, 1);
    }

    .history-content>.history-text:nth-child(2) {
        height: 40px;
        width: 450px;
        text-align: left;
        font-size: 14px;
        font-family: FZLTHJW;
        font-weight: normal;
        color: rgba(99, 106, 114, 1);
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        word-break: break-all;
        margin-top: 23px;
        display: -webkit-box;
    }

    .history-btn {
        display: none;
        margin-top: 28px;
        width: 100px;
        height: 40px;
        line-height: 40px;
        background: rgba(0, 134, 241, 1);
        box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.2), 0px 10px 20px 0px rgba(35, 134, 238, 0.48);
    }

    .history-btn>a {
        display: inline-block;
        width: 100%;
        height: 100%;
        font-size: 14px;
        font-family: FZLTHJW;
        font-weight: normal;
        color: rgba(255, 255, 255, 1);
    }


    /* story start */

.story {
    background-color:rgba(255,255,255,1);
    padding-bottom: 90px;
}

.story-container {
    margin-left: -10px;
    margin-right: -10px;
    text-align: left;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.story-box {
    
    display: inline-block;
    width: 49.6%;
    vertical-align: top;
    margin-bottom: 10px;
    position: relative;
    height: 371px;
}
.story-img-box{
    width: 100%;
}
.story-img {
    width: 100%;
    display: block;
}
.story-img img{
    display: block;
    width: 100%;
    height: auto;
}

.story-box-posit {
    /* padding: 0 50px; */
    background:rgba(247,247,247,1);
    padding: 28px 30px 30px;
    height: 145px;
    position: absolute;
    bottom: 0;
    left: 0;
    /* transition: all 0.3s linear; */
}

.story-box-title {
    font-size: 24px;
    color: #0c1e2c;
    font-weight:500;
}

.story-box-text {
    color: #636a72;
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
}

.story-box-btn {
    text-align: center;
    width: 100px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #ffffff;
    margin-top: 20px;
    display: none;
    transition: all 0.3s linear;
    cursor: pointer;
    background-color: #0086f1;
}

.template-titlte {
    font-size: 32px;
    padding-top: 85px;
    padding-bottom: 50px;
    font-family:PingFang SC;
    font-weight:500;
    color:rgba(6,24,40,1);
}
.no-swiper-container-pc{
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
}
.no-swiper-container-pc .swiper-slide{
    width: 49.5%;
    margin-bottom: 10px;
}
.story-box:hover{
    box-shadow:0px 5px 10px 0px rgba(18,32,46,0.4);
}
.story-box:hover .story-box-btn {
    display: block;
   
}

.story-box:hover .story-box-posit {
    padding-top: 17px;
    height: auto;
    background:rgba(250,251,253,1);
}

/* story end */
    /* 全景图 */
    .view{
        width: 100%;
        height: auto;
        position: relative;
        padding: 74px 0 90px 0;
    }
    .view-bg{
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
    }
    .view-bg img{
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .view-container{
        width: 1200px;
        height: auto;
        margin:  0 auto;
       position: relative;
    }
    .view-title{
        width:auto;
        height:auto;
        font-size:32px;
        font-family:PingFang SC;
        font-weight:500;
        color:rgba(255,255,255,1);
    }
    .view-box{
        width: 100%;
        height: auto;
        margin-top: 40px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .view-box li{
        width: 292px;
        height: 400px;
        background:rgba(65, 80, 95, 0.3);
        box-shadow:0px 35px 50px 0px rgba(0, 0, 0, 0.07);
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 73px 31px 0 31px;
       
    }
    .view-box li:hover{
        background-image: url('../images/view-hover-bg.png');
        background-size: cover;
        box-shadow:0px 20px 70px 0px rgba(35,134,238,0.3);
    }
    .view-box li:hover .view-box-content1{
        display: none;
    }
    .view-box li:hover .view-box-content2{
        display: block;
    }
    .view-box-title{
        /* text-indent: 48px; */
        width:auto;
        height:auto;
        font-size:24px;
        font-family:PingFang SC;
        font-weight:500;
        color:rgba(255,255,255,1);
        line-height:36px;
        text-align: center;
    }
    .view-box-title-bar{
        width:30px;
        height:4px;
        background:rgba(0,204,254,1);
        margin: 20px 0 30px 0;
       
    }
    .view-box-content1{
       width: 100%;
       height: auto;
    }
    .view-box-content1 div {
        
        width:auto;
        height: auto;
        text-align: left;
        font-size:14px;
        font-family:PingFang SC;
        font-weight:400;
        color:rgba(255,255,255,1);
        line-height: 28px;
    }
    .view-box-content2{
        width: 100%;
        height: auto;
        display: none;
    }
    .view-box-content2-text{
        width:100%;
        min-height:120px;
        font-size:14px;
        font-family:PingFang SC;
        font-weight:400;
        color:rgba(255,255,255,1);
        line-height:28px;
        text-align: left;
       
    }
    .view-box-btns{
        display: flex;
        flex-direction: row;
        justify-content: space-around;
    }
    .view-box-btns-left{
        width: 100px;
        height: 40px;
        border: 1px solid rgba(255,255,255,1);
        font-size:14px;
        font-family:PingFang SC;
        font-weight:400;
        color:rgba(255,255,255,1);
        line-height:40px;
    }
    .view-box-btns-right{
        width: 100px;
        height: 40px;
        border: 1px solid rgba(0,204,254,1);
        font-size:14px;
        font-family:PingFang SC;
        font-weight:400;
        color:rgba(255,255,255,1);
        line-height:40px;
        background:rgba(0,204,254,1);
    }   

    /* 解决方案 */
    .program {
        position: relative;
        width: 100%;
        height: 855px;
        overflow: hidden;
    }

    .program-header {
        position: relative;
        width: 100%;
        height: 220px;
        padding-top: 85px;
        background-color: #101b43;
        z-index: 2;
    }
    .program-section-title {
        margin-top: 0;
        text-align: center;
        color: #ffffff;
    }.section-title {
        font-size: 36px;
        color: #061828;
        text-align: left;
        margin-top: 85px;
        margin-bottom: 30px;
    }
    .program-section-slogan {
        text-align: center;
        color: #ffffff;
    }
    .section-slogan {
        font-size: 18px;
        font-weight: 300;
        color: #0D0A26;
        text-align: left;
    }
    .program-bg {
        position: absolute;
        width: 100%;
        height: 645px;
        left: 0;
        bottom: 0;
        z-index: 2;
        pointer-events: none;
    }
    .program-wrap {
        position: relative;
        margin-top: -47px;
        height: 670px;
        overflow: hidden;
    }
    .program-slide1 {
        background: url(../images/img1.jpg) center center no-repeat;
        background-size: cover;
    }.program-slide {
        position: absolute;
        display: block;
        left: 0;
        width: 900px;
        height: 670px;
        transition: all .4s ease;
        cursor: pointer;
    }
    .program-slide1 .program-slide-title {
        opacity: 0;
    }
    .program-header2 {
        position: relative;
        width: 100%;
        height: 50px;
        background-color: #101b43;
        background: top center no-repeat,
            linear-gradient(rgba(16, 27, 67, 1), rgba(16, 27, 67, 0.8));
        box-shadow: 10px 10px 10px #101b43;
        z-index: 2;
    }

    .program-section-title {
        margin-top: 0;
        text-align: center;
        color: #ffffff;
    }

    .program-section-slogan {
        text-align: center;
        color: #ffffff;
    }

    .program-wrap {
        position: relative;
        margin-top: -47px;
        height: 670px;
        overflow: hidden;
    }

    .program-slide {
        position: absolute;
        display: block;
        left: 0;
        width: 900px;
        height: 670px;
        transition: all .4s ease;
        cursor: pointer;

    }

    .program-slide1 {
        background: url(../images/img1.jpg) center center no-repeat;
        background-size: cover;
    }
    .program-slide-info {
        width: 49%;
        margin-top: 15%;
        margin-left: 40%;
        text-align: left;
        color: #ffffff;
    }.program-info-title {
        position: relative;
        font-size: 28px;
    }
    .program-slide2 {
        background: url(../images/img1.jpg) center center no-repeat;
        background-size: cover;
    }

    .program-slide3 {
        background: url(../images/img1.jpg) center center no-repeat;
        background-size: cover;
    }

    .program-slide4 {
        background: url(../images/img1.jpg) center center no-repeat;
        background-size: cover;
    }

    .program-slide1 .program-slide-title {
        opacity: 0;
    }

    .program-slide-title {
        display: block;
        position: absolute;
        width: 224px;
        height: 40px;
        top: 50%;
        margin-top: -20px;
        color: #ffffff;
        text-align: center;
        font-size: 28px;
        /* transition: all .4s ease; */
    }

    .program-slide-title:before {
        content: "";
        display: block;
        position: absolute;
        text-align: center;
        width: 30px;
        height: 4px;
        left: 0;
        right: 0;
        bottom: -10px;
        margin: 0 auto;
        background: rgba(0, 204, 254, 1);
    }

    .program-slide-info {
        width: 49%;
        margin-top: 15%;
        margin-left: 40%;
        text-align: left;
        color: #ffffff;
    }


    .program-slide4 .program-slide-info {
        margin-left: 20%;
    }

    .program-info-title {
        position: relative;
        font-size: 28px;
    }

    .program-info-description {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        margin-top: 50px;
        font-size: 14px;
        line-height: 28px;
        font-weight: 400;
        text-align: left;
    }

    .program-btn {
        display: inline-block;
        margin-top: 55px;
        width: 99px;
        height: 41px;
        line-height: 41px;
        font-size: 14px;
        text-align: center;
    }

    .program-btn-more {
        background: rgba(35, 134, 238, 1);
        margin-right: 10px;
    }

    .program-btn-experience {
        background: rgba(0, 204, 254, 1);
    }

    .program-logo-box {
        margin-top: 50px;
    }

    .program-logo-item {
        display: inline-block;
        width: 50%;
    }

    .program-logo {
        margin-right: 60px;
        margin-bottom: 60px;
        width: auto;
        max-height: 26px;
    }

    .program-more {
        position: absolute;
        right: 13%;
        bottom: 45%;
        z-index: 8;
    }
    .program-btn-more {
        background: rgba(35, 134, 238, 1);
        margin-right: 10px;
    }
    .program-btn {
        display: inline-block;
        margin-top: 55px;
        width: 99px;
        height: 41px;
        line-height: 41px;
        font-size: 14px;
        text-align: center;
    }.program-btn-experience {
        background: rgba(0, 204, 254, 1);
    }
    .contact-title{
        text-align: left !important;
    }
}

@media screen and (max-width:750px) {
    .container {
        z-index: 1;
    }

    /* header */
    .header {
        width: 7.5rem;
    }

    .header>img:nth-child(1) {
        width: 1.62rem;
        height: 0.59rem;
        float: left;
        margin: 0.34rem 0 0 0.30rem !important;
    }

    .header>.banner-img-right {
        float: right;
        margin-top: 0.5rem !important;
        margin-right: 0 !important;
    }

    .header>.banner-img-right>img:nth-child(1) {
        margin: 0 0.26rem 0 0 !important;
    }

    .header>.banner-img-right>img:nth-child(2) {
        margin: 0 0.28rem 0 0 !important;
    }

    .header>.banner-img-right>img:nth-child(3) {
        margin: 0 0.30rem 0 0 !important;
    }


    .wrap {
        width: 7.5rem;
        position: relative;
        color: white;
        /* height: 61.39rem; */
        margin: 0 auto;
        font-size: 0;
        text-align: left;
    }

    .banner-introduce {
        width: 7.5rem;
        height: 8.5rem;
    }

    /* start logo */
    .banner-introduce-img {
        position: absolute;
        height: 8.5rem;
        top: 0;
        left: 0;
        width: 7.5rem;
    }

    .banner-header-logo {
        width: 7.5rem;
        height: 0.93rem;
        margin: 0 !important;
    }

    .banner-header-logo>img:nth-child(1) {
        width: 1.62rem;
        height: 0.59rem;
        float: left;
        margin: 0.34rem 0 0 0.30rem !important;
    }

    .banner-header-logo>.banner-img-right {
        float: right;
        margin-top: 0.5rem;
    }

    .banner-header-logo>.banner-img-right>img:nth-child(1) {
        margin: 0 0.26rem 0 0;
    }

    .banner-header-logo>.banner-img-right>img:nth-child(2) {
        margin: 0 0.28rem 0 0;
    }

    .banner-header-logo>.banner-img-right>img:nth-child(3) {
        margin: 0 0.30rem 0 0;
    }

    /* end logo */

    .banner-box-text {
        margin: 0 auto;
        width: 7.5rem;
        height: 6.57rem;
    }

    .banner-title {
        font-size: 0.48rem;
        margin: 0 auto;
        margin-top: 2rem;
        margin-bottom: 0.2rem;
        text-align: center;
        width: 4.69rem;
        font-weight: 500;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .banner-text {
        height: 1.2rem;
        line-height: 0.4rem;
        width: 4.69rem;
        margin: 0 auto;
        font-size: 14px;
        font-weight: 400;
        color: rgba(255, 255, 255, 1);
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 3;
        word-break: break-all;
        -webkit-box-orient: vertical;
        display: -webkit-box;
    }

    .banner-btn-box {
        text-align: center;
        margin-top: 0.2rem !important;
    }

    .banner-btn {
        display: inline-block;

        text-align: center;
        width: 1.3rem;
        height: 0.55rem;
        line-height: 0.55rem;
        margin: 0 5px 0 0 !important;
        border: none;
        background: rgba(35, 134, 238, 1);
    }

    .banner-btn>a {
        color: white;
        font-size: 16px;
    }

    .banner-btn-more {
        /* box-shadow: 0px 10px 20px 0px rgba(35, 133, 237, 0.48); */
    }

    .banner-btn-experience {
        background: rgba(0, 204, 254, 1);
    }

    /* 财务挑战 */
    .swiper-slide-active {
        margin-right: 0 !important;
    }

    .finance {
        height: 5.49rem;
        color: black;
        background: #f6f6f7;
        padding-top: 0.6rem !important;
    }

    .finace-text {
        font-size: 0.42rem;
        margin-bottom: 0.6rem !important;
        font-weight: bold;
        text-align: center;
        color: rgba(13, 30, 46, 1);
    }

    .finace-img-box {
        width: 3.5rem;
        height: 2.88rem;
        font-size: 0;
        margin-left: 0.3rem;
    }

    .finace-item-text {
        text-align: center;
        height: 2.88rem;
        width: 3.35rem;
        background: white;
        display: inline-block;
    }

    /* .finace-item-text:nth-child(odd) {} */

    .finace-item-text:nth-child(even) {
        margin-right: 0.3rem !important;
        margin-left: 0 !important;
    }

    .finace-item-text>img {
        margin: 0.60rem 0 0.45rem 0 !important;
        width: 1rem;
        height: 1rem;
    }

    .challenge-text>p {
        font-weight: 500;
        color: rgba(13, 30, 46, 1);
        font-size: 0.24rem;
        overflow: hidden;
        margin: auto;
        width: 2.2rem;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .demand {
        height: 6.27rem;
        width: 7.50rem;
        text-align: center;
        font-size: 0;
        position: relative;
        overflow: hidden;
        left: 0;
    }

    .demand-banner {
        position: absolute;
        left: 0;
    }

    .demand>p {
        margin: 0.5rem 0 0.6rem !important;
        font-size: 0.42rem;
        color: #061828;
        font-weight: bold;
    }

    /* #demand{
    position: absolute;
} */
    .demand .demand-item {
        width: 2.25rem;
        display: inline-block;
        height: 3.6rem;
        background: rgba(248, 248, 248, 1);
        vertical-align: middle;
        color: black;
        margin-right: 0.2rem !important;
    }

    .demand .demand-item>.cloud {
        width: 1.2rem;
        /* height: 0.9rem; */
        margin: auto;
        margin-top: 0.52rem;
        /*        background: url('../images/cloud.png'); */
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }

    .cloud>img {
        width: 1.2rem;
        /* height: 1rem; */
    }

    /* 拿到最后一个元素 :last-child */
    .demand .demand-item:last-child {
        margin-right: 0 !important;
    }


    .demand .demand-item-big {
        width: 2.6rem;
        height: 4rem;
        background: #0086F1;
    }

    .demand-item-big>.cloud {
        margin-top: 0.65rem !important;
    }

    .demand-item-big>p {
        color: white !important;
        font-weight: bold;
        color: rgba(255, 255, 255, 1);
    }

    .demand-item-big>span {
        color: white !important;
    }

    .demand-item>p:nth-child(2) {
        /* color: #282828; */
        margin: 0 auto;
/*        width: 2.2rem;
        height: 0.33rem; */
        font-size: 0.28rem;
        margin-top: 0.5rem;
        margin-bottom: 0.39rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;

    }

    .demand .demand-item>span:nth-child(3) {
        height: 0.7rem;
        font-size: 0.2rem;
        color: #696D72;
        display: block;
        width: 1.72rem;
        margin: 0 auto;
        font-weight: 400;
        color: rgba(105, 109, 114, 1);
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        word-break: break-all;
        -webkit-box-orient: vertical;
        display: -webkit-box;
    }

    /* solve */
    .solve {
        text-align: center;
        width: 7.5rem;
        height: 11.5rem;
        background: #142047;
    }

    .solve>.solveTitle {
        font-weight: bold;
        font-size: 0.42rem;
        padding: 0.64rem 0 0.56rem 0 !important;
    }

    .solve .solve-box {
        width: 6.9rem;
        font-size: 0;
        margin: 0 auto;
    }

    .dot {
        margin: 0 auto !important;
        margin-bottom: 0.31rem !important;
    }

    .dot>span {
        display: inline-block;
        width: 0.3rem;
        height: 0.04rem;
        background: skyblue;
    }

    .solve-box .solve-text>p:nth-child(2) {
        display: inline-block;
        font-size: 0.28rem;
    }

    .solve-box .solve-text {
        display: inline-block;
        width: 3.35rem;
        height: 4.52rem;
        color: white;
        /* background: url("../images/cw.png"); */
        position: relative;
        z-index: 0;
    }

    .solve-text>img {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1;
    }

    /* .solve-text:hover {
        background-color: #17254D;
        opacity: 0.9;
    } */
    .solve-text:nth-child(even) {
        margin: 0 0rem 0.18rem 0rem !important;
    }

    .solve-text:nth-child(odd) {
        margin: 0 0.20rem 0.18rem 0 !important;
    }

    .solve-text>.solve-content>p:nth-child(1) {
        font-size: 0.28rem;
        margin: auto;
        margin-top: 0.6rem;
        margin-bottom: 0.3rem;
        font-weight: 500;
        width: 2.2rem;
        height: 0.33rem;
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .solve-text>.solve-content>.content {
        width: 2.88rem;
        height: 1.64rem;
        font-size: 0.2rem;
        margin: 0 0.3099rem 0 !important;
        color: rgba(255, 255, 255, 1);
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 6;
        word-break: break-all;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        text-align: left;
    }

    .solve-text>.solve-content>.solve-btn {
        width: 1.3rem;
        height: 0.55rem;
        background: #0085F0;
        text-align: center;
        line-height: 0.55rem;
        margin: 0 auto !important;
        margin-top: 0.36rem !important;
    }

    .solve-btn>a {
        color: white;
        font-size: 13px;
        z-index: 89;
    }
   
    /* back */
    .back .no-swiper-box {
        padding: 0 0.2rem;
    }

    .back {
        height: 9.47rem;
        text-align: center;
        width: 7.5rem;
        font-size: 0;
        background: #101B43;
        position: relative;
    }

    .back .back-title {
        font-size: 0.42rem;
        padding: 0.68rem 0 0.54rem 0;
        color: rgba(248, 248, 248, 1);
        font-weight: 400;
    }

    .back .back-box {
        /* overflow: hidden; */
        width: 6.9rem;
        height: 6.69rem;
        display: inline-block;
        display: table-cell;
        vertical-align: middle;
    }

    .back .back-text {
        /* display: inline-block; */
        width: 3.5rem;
        height: 6.69rem;
        display: table-cell;
        vertical-align: middle;
        background: url("../images/bg.png");
    }

    .backbox-big {
        width: 2.75rem;
        height: 3.54rem;
        margin: 0 auto;
    }

    .back-titles {
        width: 2.16rem;
        height: 0.8rem;
        font-size: 0.28rem;
        margin: 0 auto;
        margin-bottom: 0.3rem;
        font-weight: 500;
        color: rgba(255, 255, 255, 1);
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        word-break: break-all;
        -webkit-box-orient: vertical;
        display: -webkit-box;
    }

    .back-swiper {
        width: 6.5rem;
    }


    .back-text .backbox-big .back-content {
        font-size: 0.2rem;
        font-weight: 400;
        color: rgba(255, 255, 255, 1);
        width: 2.75rem;
        height: 0.85rem;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 3;
        word-break: break-all;
        -webkit-box-orient: vertical;
        display: -webkit-box;

    }

    .back-button {
        height: 1.31rem;
    }

    .back .back-text .backbox-big .back-button .back-item-button {
        display: inline-block;
        width: 1.3rem;
        height: 0.55rem;
        line-height: 0.55rem;
        color: white;
        font-size: 0.2rem;
        margin: 0.71rem 0.05rem 0 0 !important;
        box-shadow: inset 0px 0px 3px rgba(255, 255, 255, 1)
    }

    .back-item-button>p>a {
        font-size: 0.2rem;
        font-weight: 400;
        color: rgba(255, 255, 255, 1);
    }

    .back-button .back-item-button:nth-child(2) {
        border: none !important;
        background: #0085F0;
        margin: 0.70 0 0.02rem 0 !important;
        box-shadow: 0 0 0 !important;
    }

    .left-dot,
    .right-dot {
        position: absolute;
        width: 0.5rem;
        height: 6.69rem;
        line-height: 6.69rem;
        display: inline-block;
        display: table-cell;
        vertical-align: middle;
        z-index: 99;
        top: 2rem;
    }

    .right-dot {
        right: 0;
    }

    .left-dot>img,
    .right-dot>img {
        width: 0.19rem;
        height: 0.32rem;
    }

    .history {
        width: 7.5rem;
        text-align: center;
        height: 11.17rem;
    }

    .history .history-p1 {
        font-size: 0.42rem;
        color: black;
        padding: 0.65rem 0 0.62rem 0 !important;
        font-weight: bold;
        color: rgba(6, 24, 40, 1);
    }

    .history-imgbox {
        height: 2.0rem;
        display: flex;
        font-weight: 500;
        color: rgba(12, 30, 44, 1);
        margin: 0 0.3rem 0.29rem 0.3rem !important;
    }

    .history-imgbox>img {
        width: 2.8rem;
        height: 2.0rem;
        margin-right: 0.3rem !important;
        flex: 1;
    }

    .history-imgbox .history-content {
        display: inline-block;
        height: 2rem;
        width: 4.4rem;
        flex: 3;
        text-align: left;
    }

    .history-imgbox .history-content .history-text {
        margin: 0 0 0.23rem 0;
        font-size: 0.28rem;
        height: 0.33rem;
        font-weight: 500;
        color: rgba(12, 30, 44, 1);
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        word-break: break-all;
        -webkit-box-orient: vertical;
        display: -webkit-box;
    }

    .history-btn>a {
        font-size: 13px;
        color: rgba(68, 76, 83, 1);
    }

    .history-content .history-text:nth-child(2) {
        font-size: 0.2rem;
        margin: 0 0 0.1rem 0;
        height: auto;
        overflow: hidden;
        font-weight: 400;
        color: rgba(99, 106, 114, 1);
    }

    .history-btn {
        width: 1.3rem;
        height: 0.55rem !important;
        line-height: 0.55rem;
        border: 1px solid rgba(67, 75, 83, 0.4);
        margin-top: 0rem !important;
        text-align: center;
        color: rgba(67, 75, 83, 1);
        font-size: 0.2rem !important;
        font-weight: 400;
    }

    .swiper-pagination-bullets {
        width: 7.5rem;
        display: block;
        margin-top: 0.3rem !important;

    }

    .swiper-pagination-banner .swiper-pagination-bullet {
        border-radius: 0;
        opacity: 0.3;
        width: 0.1rem;
        height: 0.1rem;
        background: rgba(35, 134, 238, 1);
        margin: 0 0.05rem !important;
    }

    .swiper-pagination-banner .swiper-pagination-bullet-active {
        width: 0.36rem;
        height: 0.1rem;
        opacity: 1;
    }

    /* 底部css 临时代码  start*/
    .contact {
        height: 2.36rem;
        line-height: 1.4rem;
        background: #0085EF;
        text-align: center;
    }

    .contact-title {
        font-size: 0.32rem;
        font-weight: 400;
        color: rgba(255, 255, 255, 1);
    }

    .contact-btn {
        width: 1.49rem;
        height: 0.56rem;
        line-height: 0.56rem;
        top: 0.8rem;
        left: 0;
        margin: auto;
        font-size: 0.18rem;
        background: rgba(0, 204, 254, 1);
        border-radius: 4px;
        font-weight: 400;
        color: rgba(255, 255, 255, 1);
    }


    /* end */
    /* 行业解决方案 */
    .program {
        position: relative;
        width: 100%;
        overflow: hidden;
        height: auto;
    }

    .program-header {
        padding-top: 0.2rem;
        height: 1.9rem;
        position: absolute;
        width: 100%;
        /* background-color: #101b43; */
        z-index: 2;
    }

    .section-title {
        text-align: center;
        margin-top: 0.5rem;
        margin-bottom: 0.4rem;
        color: #ffffff;
        font-weight: bold;
        font-size: 0.42rem;
    }

    .program-bg {
        display: none;
    }

    .program-bg {
        position: absolute;
        width: 100%;
        height: 6.45rem;
        left: 0;
        bottom: 0;
        z-index: 2;
        pointer-events: none;
    }

    .program-wrap {
        overflow: unset;
        height: 82vw;
        margin-top: 0;
        position: relative;
        top: 0;
    }

    .program-slide {
        position: unset;
        height: 82vw;
        padding-left: 0.6rem;
        padding-right: 0.6rem;
        background-size: cover !important;
    }

    .program-slide1 {
        background: url(../images/img1.jpg) center center no-repeat;
        background-size: cover;
    }

    .program-slide2 {
        background: url(../images/img1.jpg) center center no-repeat;
        background-size: cover;
    }

    .program-slide3 {
        background: url(../images/img1.jpg) center center no-repeat;
        background-size: cover;
    }

    .program-slide4 {
        background: url(../images/img1.jpg) center center no-repeat;
        background-size: cover;
    }

    .program-slide1 .program-slide-title {
        opacity: 0;
    }

    .program-slide-title {
        display: none;
    }

    .program-slide-title {
        position: absolute;
        width: 224px;
        height: 40px;
        top: 50%;
        margin-top: -20px;
        color: #ffffff;
        text-align: center;
        font-size: 28px;
        /* transition: all .4s ease; */
    }

    .program-slide-info {
        width: 100%;
        margin-left: 0;
        margin-top: 2.5rem;
        text-align: left;
        color: #ffffff;
    }

    .program-info-title {
        position: relative;
        font-weight: bold;
        font-size: 0.16rem;
        font-weight: 500;
    }

    .program-info-description {
        height: 1.5rem;
        -webkit-line-clamp: 6;
        line-height: 0.4rem;
        margin-top: 0.45rem;
    }

    .program-info-description {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        /* -webkit-line-clamp: 3; */
        overflow: hidden;
        /* margin-top: 50px; */
        /* font-size: 14px; */
        /* line-height: 28px; */
        text-align: left;
        font-size: 0.2rem;
        color: rgba(255, 255, 255, 1);
    }

    .program-btn-box {
        display: inline-flex;
        text-align: center;
        width: 1.4rem;
        height: 0.54rem;
    }

    .program-btn-more {
        margin-right: 0.1rem;
        margin-top: .3rem;
        background: transparent;
        border: 1px solid rgba(255, 255, 255, 1);
    }

    .program-btn {
        display: inline-block;
        text-align: center;
    }

    .program-btn-experience {
        margin-top: .3rem;
        background: rgba(0, 133, 240, 1);
    }

    .program-btn {
        line-height: 0.55rem;
        font-size: 13px;
        width: 1.3rem;
        height: 0.55rem;
        text-align: center;
        line-height: 0.55rem;
    }

    .hidden-xs {
        display: none !important;
    }

    .program-more {
        position: absolute;
        right: 4%;
        bottom: 38%;
        width: 3%;
        z-index: 8;
        display: block !important;
    }
    
}

/* demo */


/* end */


/* screen 751px-1200px */
@media screen and (min-width:751px) and (max-width:1200px) {
    .banner-title {
        font-size: 36px;
    }
    .banner-text {
        font-size: 14px;
    }
    .mainnav-list {
        font-size: 14px;
        margin-right: 30px;
    }
    .template-width {
        width: 95%;
    }
    .template-titlte,
    .demand>p {
        font-size: 30px;
    }
    .business-bg {
        height: 100%;
        padding: 20px;
    }
    .business-box-title {
        font-size: 18px;
    }
    .demand-banner>.demand-item {
        width: 20%;
    }
    .solve-card {
        width: 49.8%;
    }
    .solve-title-content {
        width: 84%;
    }
    .solve-box {
        width: 95%;
    }
    .blurprint-container {
        width: 100%;
    }
    .blurprint p:nth-child(1) {
        font-size: 30px;
    }
    .blurprint p:nth-child(2) {
        width: 100%;
        padding: 0 10px;
    }
    .blurprint-content-box {
        width: 100%;
        margin: 50px 0 0 0;
        padding: 45px 0 0 0;
    }
    .blurprint-item {
        width: 31%;
    }
    .business-finance,
    .business-finance>.basiness-item,
    .business-1,
    .business-2 {
        width: 100%;
    }
    .business-1>.business-item {
        width: 16%;
    }
    .business-2>.business-item {
        width: 12.26%;
    }
    .business-item .business-item-children {
        width: 100% !important;
    }
    .view-container {
        width: 100%;
    }
    .view-box li {
        width: 24.6%;
        padding-left: 10px;
        padding-right: 10px;
    }
    .view-box-title {
        font-size: 2.3vw;
    }
    .view-box-btns-left,
    .view-box-btns-right {
        width: 46%;
    }
    .story-img-box {
        height: 229px;
    }
    .story-img,
    .story-img img {
        height: 100%;
    }
}


