/* pc端适配 */

    body{
        overflow-x: visible;
    }
    /* 头部 */
    /* 头部导航 */
    
    /* banner轮播区 */
    .banner-introduce {
        width: 100%;
        height: 480px;
        position: relative;
        background:rgba(16,27,67,1);
    }

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

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

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

    .banner-text {
        max-width: 627px;
        height: auto;
        margin-top: 37px;
        font-size: 16px;
        line-height: 30px;
        font-family: FZLTHJW;
        font-weight: normal;
        color: rgba(255, 255, 255, 1);
        text-align: left;
        overflow: hidden;
        /*text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        word-break: break-all;
        -webkit-box-orient: vertical;
        display: -webkit-box;*/
    }

    .banner-btn-box {
        display: flex;
        text-align: center;
        margin-top: 62px;
        width: 350px;
    }

    .banner-btn {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100px;
        height: 40px;
        line-height: unset;
        background: rgba(0, 134, 241, 1);
      
        margin-right: 10px;
    }

    .banner-btn:nth-child(2) {
        background: none;
        border: 1px solid rgba(255, 255, 255, 0.3);
        box-shadow: none;
        background:rgba(0,204,254,1);
    }
    .banner-btn:nth-child(3){
        background: none;
        border:1px solid rgba(247,247,247,1);
    }
    .banner-btn:nth-child(3):hover {
        border-color: rgba(0, 134, 241, 1);;
    }
    .banner-btn:nth-child(3):hover a{
        color: rgba(0, 134, 241, 1);
    }
    .banner-btn>a {
        font-size: 14px;
        font-family: FZLTHJW;
        font-weight: normal;
        color: rgba(255, 255, 255, 1);
    }

    .banner-btn-more {
      
    }

    .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;
    }
    /* 导航 */
    .mainnav {
        position: sticky;
        position: -webkit-sticky;
        top: 0;
        width: 100%;
        background:#fff;
        height: 60px;
        line-height: 60px;
        text-align: left;
        z-index: 95;
    }
    .template-width {
        position: relative;
        max-width: 1200px;
        margin: 0 auto;
    }
    .mainnav-click-active{
        border-bottom: 3px solid #0086f1;
         /* background-color: #0086f1; */
     }
    
    /* .mainnav-box {
        width: 1200px;
        margin: 0 auto;
    } */
    
    .mainnav-list {
        display: inline-block;
        font-size: 16px;
        color: #303030;
        margin-right: 60px;
        cursor: pointer;
        position: relative;
    }
    /* 介绍 */
    .introduce-pc{
        width: 100%;
        height: auto;
        padding-top: 93px;
        position: relative;  
        padding-bottom: 0;
        margin:  0 auto;
        
    }
    .introduce-title-pc{
        width:auto;
        height:auto;
        font-size:32px;
        font-family:PingFang SC;
        font-weight:500;
        color:rgba(6,24,40,1);
        text-align: center;
        margin:  0 auto;
    }
    .introduce-text-pc{
        max-width: 1071px;
        height: auto;
        font-size: 14px;
        font-family: PingFang SC;
        font-weight: 400;
        color: rgba(13,10,38,0.75);
        line-height: 24px;
        margin: 29px auto 50px auto;
        text-align: center;
        padding: 15px;
    }

    .about-swipe-container{
        max-width: 1200px;
        height: 385px;
        margin: 0 auto;
    }
    .introduce-card-box-pc{
        width: auto;
        height: 315px;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
    }
    .introduce-card-title-pc{
        max-width:212px;
        max-height:50px;
        font-size:22px;
        font-family:PingFang;
        font-weight:500;
        color:rgba(6,24,40,1);
        
        text-align: center;
        margin: 20px auto;
    }
    .introduce-card-text-pc{
        width: 250px;
        height: auto ;
        font-size:14px;
        font-family:PingFang SC;
        font-weight:400;
        color:rgba(14,28,40,1);
        line-height:28px;
        margin: 0 auto 0 auto;
        text-align: start;
    }
    .introduce-card-pc{
        width:292px ;
        height:314px ;
        background:rgba(251,252,253,1);
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .introduce-icon-pc{
        margin-top: 35px;
        max-width: 85px;
        max-height: 85px;
    }
    .introduce-icon-pc img{
        display: block;
        width: 100%;
        height: 100%;
    }
    .introduce-card-pc:hover .introduce-icon-pc{
       opacity: 0;
    }
    .introduce-card-pc:hover .introduce-card-content-pc{
       margin-top: -80px;
    }
    .introduce-card-pc:hover,
    .introduce-card-pc:hover .introduce-card-button-pc{
        background:rgba(35,134,238,1);
        box-shadow:0px 21px 72px 10px rgba(19,32,46,0.2);  
        transition: 0.3s;  
        opacity: 1;
    }
    .introduce-card-pc:hover .introduce-card-title-pc,
    .introduce-card-pc:hover .introduce-card-text-pc{
        color: rgba(255,255,255,1);
        transition: 0.3s;
    }
    .introduce-swiper-wrapper-pc{
        max-width: 1200px !important;
        height: 385px !important;
        display: flex  !important;
        flex-direction: row  !important;
        justify-content: center;
    }
    .introduce-swiper-slide-pc{
        width: 293px !important;
        height: 315px !important;
    }
    .introduce-swiper-slide-pc:nth-child(n+2) {
        margin-left: 10px;
    }
    .introduce-card-button-pc{
        width: 100px;
        height: 40px;
        border:1px solid rgba(255,255,255,1);
        position: absolute;
        left: 50%;
        margin-left: -50px;
        bottom: 25px;
        background: rgba(251,252,253,1);
        opacity: 0;
    }
    .introduce-card-button-pc a{
        
        width: 100%;
        height: 100%;
        color:rgba(251,252,253,1);
        font-size:14px;
        text-align: center;
        line-height: 40px
    }
    /* 隐藏轮播图远点 */
    .swiper-pagination{
        display: none;
    }
    /* 产品方案 */
    .product-plan-pc{
        width: 100%;
        height: auto;
        background:rgba(234,239,243,1);
    }
    .product-plan-container-pc{
        max-width: 1200px;
        height: auto;
        margin: 0 auto;
        border: 1px solid transparent;
        
    }
    .product-plan-title-pc{
        width:auto;
        height:auto;
        font-size:32px;
        font-family:PingFang SC;
        font-weight:500;
        color:rgba(6,24,40,1);
        line-height:24px;
        margin: 83px auto 20px auto;
    }
    .product-plan-box-pc{
        width: 100%;
        height: auto;
        min-height: 600px;
        display: flex;
        flex-direction: row;
    }
    .product-plan-item{
        padding-top: 80px;
       position: relative;
    }
    .product-plan-item li{
        width: 393px;
        height: 240px;
        position: absolute;
        background:rgba(234,239,243,1);
        left: 80px;
    }
    .product-plan-item li:nth-child(n+2) {
        display: none;
    }
    .product-plan-left-bar-pc{
        width: 140px;
        height: auto;
       
        padding: 80px 0 160px;
        box-shadow: -20px 0px 20px -10px rgba(0,0,0,0.04) inset;
    }
    .product-plan-left-bar-pc li{
        list-style: none;
        width: 170px;
        height: 60px;
        font-size:16px;
        cursor: pointer;
        line-height: 60px;
        color:rgba(6,24,40,1);
        text-align: left;
        padding-left:10px ;
    }
    /* .product-plan-left-bar-pc li:hover{
        background:rgba(45,139,238,1);
        color: rgba(255,255,255,1);
        font-size:20px;
    } */
    .product-plan-left-active{
        background:rgba(45,139,238,1);
        color: rgba(255,255,255,1) !important;
        font-size:20px !important;
    }
    .product-plan-right-pc{
        width: 100%;
        height: auto;
        position: relative;
    }
    .product-plan-buttons-pc{
        margin-left: 30px;
        display: flex;
        flex-direction: row;
        margin-top: 30px;
    }
    .product-plan-button1-pc,
    .product-plan-button2-pc{
        width: 100px;
        height: 40px;
        border:1px solid rgba(35,134,238,1);
    }
    .product-plan-button1-pc{
        margin-right: 10px;
    }
    .product-plan-button2-pc{
        background:rgba(35,134,238,1);
    }
   
    .product-plan-button1-pc a,
    .product-plan-button2-pc a{
        font-size: 14px;
        display: block;
        line-height: 40px;
        color: #fff;
    }
    .product-plan-button1-pc a{
       
        color:rgba(35,134,238,1);
    }
    .product-plan-button2-pc a{

    }
    
    .product-plan-img{
        width: 900px;
        height: 600px;
        position: absolute;
        top:50px;
        right: -350px;
       
    }
    .product-plan-img img{
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
    }
    .product-plan-img img:nth-child(n+2) {
        display: none;
    }
    /* 功能介绍 */
    .function-introduce-pc{
        width: 100%;
        height: auto;
        margin: 0 auto;
        background: rgba(246,246,246,1);
        padding-top: 77px;
        padding-bottom: 57px;
        
    }
    .function-introduce-title-pc{
        width: 100%;
        height: auto;
        font-size: 36px;
        font-family: FZLTZHJW;
        font-weight: normal;
        color: rgba(6,24,40,1);
        margin: 0 auto 40px auto;
    }
    .function-list-pc{
        width: 1200px;
        height: auto;
        margin: 0 auto;
       
        display: flex;
        justify-content: space-between;
    }
    .function-list-pc li{
        width:293px !important;
        height:385px !important;
        background:rgba(251,252,253,1);
        transition: .3s;
        position: relative;
    }
    .function-list-pc li:hover{
        background:rgba(35,134,238,1);
        box-shadow:0px 11px 32px 0px rgba(19,32,46,0.1);
    }
    .function-list-pc li:hover .function-item-title-pc,
    .function-list-pc li:hover .function-item-text-pc{
        color: rgba(255,255,255,1);
    }
    .function-item-img-pc{
        width: 83px;
        height: 58px;
        margin: 38px auto 41px auto;
    }
    .function-item-img-pc img{
        display: block;
        width: 100%;
        height: 100%;
    }
    .function-item-title-pc{
        width: 212px;
        height: 50px;
        margin: 0 auto;
        font-size:22px;
        font-family:PingFang;
        font-weight:500;
        color:rgba(6,24,40,1);
        transition: .3s;
    }
    .function-item-text-pc{
        width: 266px;
        height: 86px;
        margin: 0 auto;
        font-size:14px;
        font-family:FZLTHJW;
        font-weight:normal;
        color:rgba(14,28,40,1);
        line-height:24px;
        opacity:0.75;
        text-align: center;
        transition: .3s;
    }
    .function-item-btn-pc{
        width: 100px;
        height: 40px;
        border:1px solid rgba(255,255,255,1);
        background: transparent;
        margin: 0 auto;
    }
    .function-item-btn-pc a{
        display: inline-block;
        width: 100%;
        height: 100%;
        text-align: center;
        line-height: 40px;
        color: rgba(255,255,255,1);
        font-size:14px;
        font-family:FZLTHJW;
        font-weight:normal;
    }




    /* 行业方案 */
    .industry-scheme-pc{
        max-width: 1200px;
        height: auto ;
        margin: 0 auto ;
        background:rgba(255,255,255,1);
        padding-bottom: 30px;
    }
    .scheme-title-pc{
        width:auto;
        height:auto;
        margin: 100px auto 53px auto;
        
        font-size:32px;
        font-family:FZLTZHJW;
        font-weight:normal;
        color:rgba(6,24,40,1);
    }
    .industry-list-pc{
        max-width: 1200px;
        height: auto;
        margin: 0 auto;
        text-align: start;
    }
    .industry-list-pc li{
        display: inline-block;
        width: calc(1180px / 3);
        height: 240px;
        margin-bottom:10px;
        margin-right: 10px;
        background:rgba(247,247,247,1);
        overflow: hidden;
    }
    .industry-list-pc li:nth-child(3n) {
        margin-right: 0;
    }
    .industry-list-pc li:hover {
        background-image: url('../images/manufacture-relative-bg.png') !important;
        background-size: cover;
        box-shadow:0px 11px 32px 0px rgba(19,32,46,0.2);
    }
    .industry-list-pc li:hover .industry-title-pc{
        margin-top: 27px;
    }
    .industry-list-pc li:hover .industry-title-pc,
    .industry-list-pc li:hover .industry-text-pc{
        color:rgba(255,255,255,1) !important;
    }
    .industry-list-pc li:hover .product-button-pc{
        width: 100px;
        height: 40px;
        /* background-color: rgba(255,255,255,1); */
    }
    .industry-list-pc li:hover .color-style1{
        border:1px solid rgba(255,255,255,1);
        font-size: 14px !important;
        color: rgba(255,255,255,1) !important;
    }
    .industry-list-pc li:hover .color-style2{
        border:1px solid rgba(0,204,254,1);
        font-size: 14px ;
        color: rgba(255,255,255,1) ;
        background:rgba(0,204,254,1);
    }
    .industry-list-pc li:hover a{
        display: inline-block;
        width: 100px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        font-size:14px !important;
       
    }
    .industry-title-pc{
        width:auto;
        height:auto;
        font-size:24px;
        font-family:FZLTHJW;
        font-weight:normal;
        color:rgba(6,24,40,1);
        
        text-align: left;
        margin: 60px 0 19px 30px;
        transition: .3s;
    }
    .industry-title-bar-pc{
        width:30px;
        height:4px;
        background:rgba(0,204,254,1);
        margin-left: 30px;
        margin-bottom: 20px;
    }

    .industry-text-pc{
        width:333px;
        max-height: 110px;
        overflow: hidden;
        font-size:14px;
        font-family:FZLTHJW;
        font-weight:normal;
        color:rgba(6,24,40,1);
        line-height:22px;
        opacity:0.75;
        margin-left: 30px;
        margin-right: 31px;
        margin-bottom: 20px;
        text-align: left;
    }
    .more-product-button-pc{
        width: 175px;
        height: 40px;
      
    
        text-align: center;
        line-height: 40px;
        
       
      margin:  0 auto;
    }
    .more-product-pc{
        margin-top: 30px;
    }
    .more-product-button-pc .read_more{
        width: 100%;
        height: 100%;
        font-size:16px;
        font-family:FZLTHJW;
        font-weight:normal;
        color:rgba(6,24,40,1);
        cursor: pointer;
    }

    /* * story start */ 

    .story {
        background:rgba(234,239,243,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;
    }
    .template-titlte {
        padding-top: 73px;
        padding-bottom: 50px;
        font-size:32px;
        font-family:PingFang SC;
        font-weight:500;
        color:rgba(6,24,40,1);
    }
    .story-box {
        
        display: inline-block;
        width: 49.6%;
        vertical-align: top;
        margin-bottom: 10px;
        position: relative;
        height: 371px;
        transition: all 0.3s;
    }
    .story-img-box{
        width: 100%;
        height: 229px;
    }
    .story-img {
        width: 100%;
        display: block;
    }
    .story-img img{
        display: block;
        width: 100%;
        height: 100%;
    }
    
    .story-box-posit {
        /* padding: 0 50px; */
        width: 100%;
        background:rgba(249,251,253,1);
        padding: 28px 30px 30px;
        height: 145px;
        position: absolute;
        bottom: 0;
        left: 0;
        transition: all 0.3s;
    }
    
    .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: 0;
        line-height: 40px;
        font-size: 14px;
        color: #ffffff;
        transition: all 0.3s;
        cursor: pointer;
        background-color: #0086f1;
        overflow: hidden;
    }
    .story-box:hover{
        box-shadow:0px 20px 80px 0px rgba(18,32,46,0.3);
    }
    .story-box:hover .story-box-btn {
        margin-top: 20px;
        height: 40px;
    }

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

    /* 产品方案 1 */
   .product-scheme-pc{
        width: 100%;
        height:auto !important;
        margin: 0 auto;
        padding-top: 80px;
        position: relative;
        padding-bottom: 90px;
    }
    .product-scheme-bg-pc{
        width: 100%;
        height: 100%;
        margin: 0 auto;

    }
    .product-scheme-bg-pc img{
        width: 100%;
        height: 100%;
        display: block;
        
    }
    .product-list-li-pc{
        max-width: 1200px;
        height: auto;
        margin: 0 auto  0 auto !important;
        position: relative;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        
    }
    .product-list-li-pc li{
        width: 595px ;
        height: 200px ;
        margin-bottom: 10px ;
        display: flex ;
        flex-direction: row ;
        transition: .3s ;
        overflow: hidden;
        background:rgba(247,247,247,1);
    }
    .product-list-li-pc li:hover{
        background-image: url('../images/manufacture-relative-bg.png') !important;
        background-size: cover;
        box-shadow:0px 11px 32px 0px rgba(19,32,46,0.2) !important;
    }
    .product-list-li-pc li:hover .product-title-pc{
        color: rgba(255,255,255,1);
        margin-top: 31px;
    }
    .product-list-li-pc li:hover .product-title-pc,
    .product-list-li-pc li:hover .product-text-pc{
        color: rgba(255,255,255,1) !important;
    }
    .product-list-li-pc li:hover .product-button-pc{
        border: 1px solid white;
    }
    .product-list-li-pc li:hover .product-btn-style2-pc{
        opacity: 1;
    }
    /* .product-list-li-pc li:hover .product-button-pc{
        width: 100px;
        height: 40px;
        background: transparent;
        border:1px solid rgba(255,255,255,1);
       
    } */
    .product-list-li-pc li:hover .product-button-right-pc{
        background: rgba(255,255,255,1);
    }
    .product-list-li-pc li:hover a{
        display: inline-block;
        width: 100%;
        height: 100%;
        line-height: 40px;
        text-align: center;
        font-size: 14px;
        color: rgba(255,255,255,1) !important;
    }
    .product-list-li-pc li:hover .product-button-right-pc>a{
        color: rgba(35,134,238,1) !important;
    }
    .product-img-pc{
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 60px;
        height: 100%;
        margin-left: 50px;
        margin-right: 10px;
    }
    .product-list-li-pc li:hover .product-img-pc {
        display: none;
    }
    .product-list-li-pc li:hover .product-info-pc {
        margin-left: 50px;
    }
    .product-img-pc img{
        display: block;
        width: 100%;
        height: auto;
    }
    .product-scheme-title-pc{
        width: 100%;
        position: relative;
        height:auto;
        font-size:32px;
        font-family:PingFang SC;
        font-weight:500;
        color:rgba(6,24,40,1);
        margin-bottom: 53px;
    }
    .product-scheme-title2-pc{
        width: 100%;
        color: rgba(0,0,0,1);
        position: relative;
        height:35px;
        font-size:36px;
        font-family:FZLTZHJW;
        font-weight:normal;
        margin-bottom: 53px;
    }
    .product-info-pc{
        width: auto;
        height: 231px;
    }
    .product-title-pc{
        width: auto;
        height:22px;
        font-size:22px;
        font-family:PingFang;
        font-weight:500;
        color:rgba(6,24,40,1);
        margin: 56px 0 20px 14px;
        transition: .3s;
        text-align: left;
    }
    .product-text-pc{
        max-width: 429px;
        min-height:48px;
        font-size:14px;
        font-family:PingFang;
        font-weight:400;
        color:rgba(6,24,40,1);
        line-height:28px;
        opacity:0.75;
        margin-left: 14px;
        transition: .3s;
        margin-bottom: 20px;
        text-align: left;
    }
    .product-buttons-pc{
        display: flex;
        flex-direction: row;
    }
    .product-button-pc{
        width: 100px;
        height: 40px;
        margin-right: 10px;
        
    }
    .industry-list-li .product-buttons-pc {
        padding-left: 30px;
    }
    .product-info-pc .product-buttons-pc {
        padding-left: 14px;
    }
   .product-button-left-pc{
       margin-left: 14px;
   }
   .product-btn-style2-pc{
       opacity: 0;
   }

   /* 产品优势 1 */
   .product-advantage-pc{
       width: 100%;
       height: auto;
      
       padding-bottom: 80px;
   }
   .advantage-title-pc{
        width: auto;
        height:35px;
        font-size:36px;
        font-family:FZLTZHJW;
        font-weight:normal;
        color:rgba(6,24,40,1);
        line-height:48px;
        margin: 80px auto 50px auto;
   }
   .advantage-swipe-container-pc{
       width: 100%;
       height: auto;
       margin: 0 auto;
   }
   .advantage-swiper-wrapper-pc{
       width: 1200px;
       height: auto;
       margin: 0 auto;
       display: flex;
       flex-direction: row;
       justify-content: space-between;
       flex-wrap: wrap;
   }
   .advantage-swiper-slide-pc{
       width: 393px;
       height: 280px;
   }
   .advantage-card-box-pc{
       width: 595px;
       height: 200px;
   }
   .advantage-card-pc{
       width: 100%;
       height: 100%;
   }
   .advantage-card-pc:hover{
        background:rgba(35,134,238,1) !important;
        box-shadow:0px 11px 32px 0px rgba(19,32,46,0.2);
   }
   .advantage-card-pc:hover .industry-title-pc,
   .advantage-card-pc:hover .relative-product-text-pc{
       color: rgba(255,255,255,1);
   }
   .industry-title-pc{
        width: auto;
        height:22px;
        font-size:22px;
        font-family:FZLTHJW;
        font-weight:normal;
        color:rgba(6,24,40,1);
        
   }
   .introduce-card-title-bar-pc{
        width:30px;
        height:4px;
        background:rgba(0,204,254,1);
        margin-left: 30px;
        margin: 19px 0 30px 31px;
   }
   .relative-product-text-pc{
        width:293px;
        height:42px;
        font-size:14px;
        font-family:FZLTHJW;
        font-weight:normal;
        color:rgba(6,24,40,1);
        line-height:28px;
        opacity:0.75;
        margin: 0 0 0 30px;
        transition: .3s;
   }
   .relative-product-text2-pc{
        width:auto;
        min-height:48px;
        font-size:14px;
        font-family:FZLTHJW;
        font-weight:normal;
        color:rgba(6,24,40,1);
        line-height:28px;
        opacity:0.75;
        transition: .3s;
        margin-bottom:36px ;
        margin-left: 30px;
        text-align: left;
        display: flex;
        flex-direction: row;
   }
   
   .relative-product-text-left{
       width: 80px;
       height: auto;
   }
   .relative-product-text-right{
       
        width: 430px;
        height: auto;
       
}
.relative-product-btns-style{
   
    margin-left: -200px !important;
    margin-top: -30px !important;
}
   
  

   /* 相关产品 1  */
   .about-product-pc{
        width: 100%;
        height: auto;
       
        padding-bottom: 80px;
   }
    .about-title-pc{
        width: auto;
        height:35px;
        font-size:36px;
        font-family:FZLTZHJW;
        font-weight:normal;
        color:rgba(6,24,40,1);
        line-height:48px;
        margin: 80px auto 50px auto;
   }
   .about-swipe-container2-pc{
        width: 100%;
        height: auto;
        margin: 0 auto;
   }
   .about-swiper-wrapper-pc{
        width: 1200px;
        height: auto;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
   }
   .about-swiper-slider-pc{
        width: 393px;
        height: 280px;
   }
   .about-product-box-pc{
        width: 100%;
        height: 100%;
   }
   .about-product-info-pc{
        width: 100%;
        height: 100%;
        padding-top: 75px;
   }
   .about-product-title-pc{
        width: auto;
        height:22px;
        font-size:22px;
        font-family:FZLTHJW;
        font-weight:normal;
        color:rgba(6,24,40,1);
        margin: 0 0 19px 30px !important;
   }
   .about-product-message-pc{
        width:340px;
        height:42px;
        font-size:14px;
        font-family:FZLTHJW;
        font-weight:normal;
        color:rgba(6,24,40,1);
        line-height:28px;
        opacity:0.75;
        margin: 0 0 0 30px;
        transition: .3s;
   }

   /* 相关产品 2 */
   .relative-product-pc{
        width: 100%;
        height: auto;
        padding-bottom: 80px;
        background:rgba(234,239,243,1);
   }
   .relative-title-pc{
        width: auto;
        height:auto;
        font-size:32px;
        font-family:FZLTZHJW;
        font-weight:normal;
        color:rgba(6,24,40,1);
        line-height:48px;
        margin: 0 auto 50px auto;
        padding-top: 70px;
   }
   .title-color-pc{
       color:rgba(0,204,254,1);;
   }
   .relative-swipe-container-pc{
        width: 100%;
        height: auto;
        margin: 0 auto;
   }
   .relative-swiper-wrapper-pc{
        width: 1200px;
        height: auto;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
   }
   .relative-swiper-slide-pc{
        width: 593px !important;
        height: 393px !important;
        margin-bottom: 10px;
        transition: .3s;
        background: rgba(255,255,255,1);
        overflow: hidden;
   }
   .relative-card-box-pc{
        width: 100%;
        height: 100%;
   }
   .relative-swiper-slide-pc:hover{
        box-shadow:0px 11px 32px 0px rgba(19,32,46,0.2) !important;
        background-image: url('https://www.kingdee-gz.cn/skin/images/product-template/pc/product-template-relative.png');
        background-size: cover;
   }
   .relative-swiper-slide-pc:hover .relative-card-pc{
        background:rgba(35,134,238,1);
   }
   .relative-swiper-slide-pc:hover .relative-card-title-pc,
   .relative-swiper-slide-pc:hover .relative-product-text-pc{
    color: rgba(255,255,255,1);
   }
   .relative-swiper-slide-pc:hover .product-btns-right a{
       color: rgba(35,134,238,1) ;
       background: rgba(255,255,255,1) ;
   }
   .relative-swiper-slide-pc:hover .relative-card1-pc{
       margin-top: -40px;
   }
   .relative-swiper-slide-pc:hover .title-color-pc,
   .relative-swiper-slide-pc:hover .relative-product-text2-pc{
       color: rgba(255,255,255,1);
   }
   .relative-swiper-slide-pc:hover .product-btn-right-pc{
        background:rgba(0,204,254,1) !important;
   }
   .relative-card-pc{
        width: 100%;
        height: 100%;
        transition: .3s;
   }
   .relative-card1-pc{
       transition: .3s;
   }
   .relative-card-title-pc{
        width:auto;
        height:22px;
        font-size:22px;
        font-family:FZLTHJW;
        font-weight:normal;
        color:rgba(6,24,40,1);
        
        text-align: left;
        margin: 75px 0 19px 30px;
        transition: .3s;
   }
   .relative-product-text-pc{
        width:293px;
        height:42px;
        font-size:14px;
        font-family:FZLTHJW;
        font-weight:normal;
        color:rgba(6,24,40,1);
        line-height:28px;
        opacity:0.75;
        margin-left: 29px;
        margin-right: 31px;
        margin-bottom: 43px;
        transition: .3s;
   }
   .relative-product-btns-pc{
       width: auto;
       height: auto;
       margin-left: 31px;
       margin-top: 20px;
   }
   .product-btns-left{
       width: 100px;
       height: 40px;
       background: transparent;
       border: 1px solid rgba(255,255,255,1);
       display: inline-block;
       margin-right: 10px;
   }
   .product-btns-right{
        width: 100px;
        height: 40px;
        background: transparent;
        border: 1px solid rgba(255,255,255,1);
        display: inline-block;
    }
    .product-btns-left a{
        display: inline-block;
        width: 100%;
        height: 100%;
        line-height: 40px;
        text-align: center;
        font-size: 14px;
        color: #fff;
    }
    .product-btns-right a{
        display: inline-block;
        width: 100%;
        height: 100%;
        line-height: 40px;
        text-align: center;
        font-size: 14px;
        transition: .3s;
        color: rgba(255,255,255,1);
        background: rgba(255,255,255,1) ;
    }
   .relative-product-text-left{
       
   }
   .contact-title{
       text-align: left;
   }
  
   /* 视频 */

.popVideo {
    display: none;
    position: fixed;
    z-index: 999999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    top: 0;
    left: 0;
}

.popVideo-content {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 66%;
    height: 100%;
    margin: 0 auto;
}

.popVideo-core {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    position: relative;
}

.popVideo-core video {
    width: 100%;
}

.popVideo-close {
    width: 28px;
    height: 28px;
    position: absolute;
    right: -28px;
    top: -28px;
    z-index: 3;
    background: url('https://www.kingdee-gz.cn/skin/images/public/close.png') no-repeat center;
    cursor: pointer;
    opacity: .7;
    transition: all .6s ease;
}

.popVideo-close:hover {
    opacity: 1;
}


/* @media screen and (min-width:1200px){
    body{
        overflow-x: visible;
    }
    .wrap{
        margin: 0 auto;
    }
    .header-pc{
        width: 1200px;
        height: 94px;
        
    }
    .banner-pc{
        width: 1200px;
        margin: 0 auto;
       
    }
    .swiper-container-banner-pc{
        width: 1200px;
        margin: 0 auto;
    }
    .introduce{
        width: 1200px;
        margin: 0 auto;
    }
    .function-introduce-pc{
        width: 1200px;
        margin: 0 auto;
    }
    .product-scheme-bg-pc{
        width: 1200px;
        height: 100%;
    }
    .product-advantage-pc{
        width: 1200px;
        margin: 0 auto;
    }
    .about-product-pc{
        width: 1200px;
        margin: 0 auto;
    }
    .relative-product-pc {
        width: 1200px;
        margin: 0 auto;
    }
    .contact-pc{
        width: 1200px;
    }
    .footer-pc{
        width: 1200px;
    }
} */

@media (min-width: 751px) and (max-width: 1199px){
    /* 适配 */
    .banner-box-text,
    .template-width,
    .introduce,
    .introduce-text-pc,
    .about-swipe-container,
    .introduce-swiper-wrapper-pc,
    .introduce-card-pc,
    .introduce-card-text-pc,
    .product-plan-container-pc,
    .industry-scheme-pc,
    .industry-list-pc,
    .product-list-li-pc,
    .contact-pc {
        width: 100% !important;
    }
    .relative-swiper-wrapper-pc {
        width: calc(100% - 4vw) !important;
        padding: 0 2vw;
    }
    .template-width {
        padding-left: 10px;
    }
    .introduce-text-pc {
        padding-right: 10px;
    }
    .banner-title1 {
        text-align: center;
    }
    .banner-text,
    .banner-btn-box {
        margin-left: auto;
        margin-right: auto;
            text-align: center;
    }
    .introduce-swiper-slide-pc {
        width: 24% !important;
    }
    .introduce-card-title-pc {
        margin: 10px 0;
        font-size: 18px;
    }
    .introduce-card-text-pc {
        padding: 0 10px;
        font-size: 12px;
    }
    .product-plan-item li {
        width: auto;
    }
    .industry-text-pc {
        width: 28vw;
    }
    .product-plan-item li {
        left: 30px;
    }
    .product-plan-img {
        width: 45vw;
        height: 100%;
        right: -10px;
    }
    .product-plan-img img {
        min-height: 70%;
    }
    .industry-list-pc li {
        width: calc((100% - 20px) / 3);
    }
    .product-list-li-pc li,
    .relative-swiper-slide-pc {
        width: 49.6% !important;
    }
    .product-img-pc {
        margin-left: 20px;
    }
    .product-text-pc {
        width: 37vw;
    }
    .relative-product-text-right {
        width: 40vw;
        padding-right: 10px;
    }
    .relative-product-btns-pc {
        margin-left: -100px !important;
    }
}