.a-bg{ padding: 120px 0; overflow: hidden;}
.bg-f{
    background-color: #fff !important;
}
.bg-f::before{
    background-color: #fff !important;
}
.bg-f:hover{
    transition:all 0s;
    background: none !important;
}
.bg-gray{
    background-color: #F5F5F7 !important;
}
.bg-gray::before{
    background-color: #F5F5F7 !important;
}
.bg-gray:hover{
    transition:all 0s;
    background: none !important;
}
.margin-right-60{
    margin-right:40px;
}
.margin-left-18{
    margin-left:18px;
}
.margin-top-30{
    margin-top:30px;
}
.margin-bottom-0{
    margin-bottom:0 !important;
}
li{
    list-style: none;
}
.banner-content{
    position: absolute;
    width:100%;
    height:100%;
    flex-direction: column; /* 纵向排列：上 → 下 */
}
.banner-content .h-logo{
    display: block;
    width:312px;
}
.ban-btn{
    position: absolute;
    width:100%;
    bottom:50px;
    left:0;
    height:42px;
    z-index: 1;
}
.ban-btn .btn-cloud{
    width: 200px;
    height: 42px;
    background-color: #0066CC;
    text-align: center;
    border-radius: 5px;
    margin-right: 20px;
    transition: all .3s;
}
.ban-btn .btn-pro{
    width: 200px;
    height: 42px;
    background-color: rgba(255, 255, 255, 0.15);
    text-align: center;
    border-radius: 5px;
    margin-right: 20px;
    transition: all .3s;
}
.ban-btn img{
    width:59%;
    display: block;
    margin:0 auto;
}
.ban-btn .btn-cloud:hover{
    opacity: 0.8;
}
.ban-btn .btn-pro:hover{
    opacity: 0.8;
}
.wrap{
    max-width: 1310px;
}
.in-banner{
    height: 890px;
    max-height: inherit;
    position: relative;
}
.intro-title{
    margin-bottom:90px;
}
.intro-left{
    margin-right:8%;
}
.intro-img{
    width:35%;
    flex-shrink: 0;
    height:100%;
}
.intro-img img{
    width:100%;
    position: relative;
    border:5px solid #494949;
    border-radius: 5px;
    /* padding-bottom:7%; */
    
}
.intro-img::before{
    background: url(../images/product/pro-shadow.png) center bottom no-repeat; 
    background-size: contain;
    width:100%;
    content: '';
    position: absolute;
    left:0;
    height:100%;
    bottom:-15%;


}
.intro-content{
    color:#3E3A39;
   line-height: 1.5;
}
.intro-content p{
    margin-bottom: 60px;
}
.intro-btn .btn-download{
    width: 180px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background: #0066CC;
    color: #fff;
    border-radius: 6px;
    margin-right: 20px;
    transition: all .3s;
}
.intro-btn .btn-download:hover{
    background: #004085;
}
.intro-btn .btn-contact{
    width: 180px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    color: #000;
    border-radius: 6px;
    border: 1px solid #000000;
    transition: all .3s;
}
.intro-btn .btn-contact:hover{
    background: #004085;
    color: #fff;
    border-color: #004085;
}

.a2-bg{ background: url(../images/product/pro-bg-01.png) center center no-repeat; background-size: cover;}
.point-left{
    margin-right:8%;
    min-width: 10px;
}
.point-left p{
    position: relative;
    padding-left:  15px;
    line-height: 2;
}
.point-left p::before{
    width:8px;
    height:8px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    left:0px;
    top:10px;
    content: '';
}
.point-right{
    width: 56%;
    flex-shrink: 0;
}
.point-right img{
    width: 100%;
}
.architecture-title{
    margin-bottom:54px;
}
.architecture-img{
    width:100%;
    margin-bottom: 54px;
    display: flex;
    justify-content: center;
}
.architecture-img-1{
    width:60%;
    margin:0 auto 54px;
}
.architecture-img img{
    max-width:100%;
}
.architecture-content p{
    position: relative;
    padding-left:15px;
    line-height: 2;
}
.architecture-content p::before{
    width:8px;
    height:8px;
    border-radius: 50%;
    background-color: #000;
    position: absolute;
    left:0px;
    top:10px;
    content: '';
}
.a4-bg{
    background-color:  #F5F5F7;
}
.form-name{
    margin-bottom:50px;
}
.form-name-desc{
    font-weight: lighter;
    margin-bottom:55px;
    color:#3E3A39;
}
.form-name-desc-1{
    color:#fff;
}
.form-list li{
    border-radius: 20px;
    margin-bottom:20px;
    position: relative;
    padding:60px;
    z-index: 1;
}
.form-list li::before{
    position: absolute;
    width:100%;
    height:100%;
    box-shadow: 0px 0px 0 0 rgba(0,0,0,0);
    transition: all .3s;
    content:'';
    left:0;
    top:0px;
    box-sizing: border-box;
    border-radius: 20px;
    z-index: -1;
    transform: translateY(0px);
    background-color: #fff;
}
.form-list li:hover{
    /* background: none; */
}
.form-list li:hover::before {
    transform: translateY(-5px);
    box-shadow: 0px 0px 30px .05rem rgba(0,0,0,0.2);
}
.form-list li:hover *{
    transition: all .3s;
    transform: translateY(-5px) !important;
}
.form-list li:hover .form-left{
    transition: all .3s;
    transform: translateY(-5px) !important;
}
.form-list li>div{
    z-index: 1;

}

.form-list li .form-left{
    padding-right:8%;
}
.form-list li .form-left .form-title{
    color:#0066CC;
    margin-bottom:42px;
    font-weight: bold;
}
.form-list li .form-left .form-desc{
    line-height: 2;
}
.form-list li .form-left .form-desc p{
    position: relative;
    padding-left:15px;
}
.form-list li .form-left .form-desc p::before{
    position: absolute;
    content: '';
    top:8px;
    left:0;
    width:8px;
    height:8px;
    border-radius: 50%;
    background: #000;
}
.form-list li .form-img{
    width:60%;
    flex-shrink: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px; /* 两张图之间的间距，可自己改 */
    flex-shrink: 0;
}
.form-list li .form-img img{
    width: 100%;
    max-width: 100%;
    height: auto;
    flex: 1;
    object-fit: contain; /* 保证不变形 */
    width: 0;   
}

.form-list li .form-img-1{
    width:33%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px; /* 两张图之间的间距，可自己改 */
    flex-shrink: 0;
}
.form-list li .form-img-1 img{
    width: 100%;
    max-width: 100%;
    height: auto;
    flex: 1;
    object-fit: contain; /* 保证不变形 */
    width: 0;   
}
.form-list li .form-img-3{
    width:52%;
    flex-shrink: 0;
}
.form-list li .form-img-4{
    width:45%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px; /* 两张图之间的间距，可自己改 */
    flex-shrink: 0;
}
.form-list li .form-img-4 img{
    width: 100%;
    max-width: 100%;
    height: auto;
    flex: 1;
    object-fit: contain; /* 保证不变形 */
    width: 0;   
}
.form-list li .form-img-5{
    width:100%;
    margin-top:-60px;
}
.case-list li:hover::before{
    background-color: #0066CC;
    color:#fff !important;
}
.case-list li:hover .form-left .form-desc{
    color:#fff !important;
}
.case-list li:hover .main-color{
    color:#fff;
}
.case-list li:hover .form-left .form-title{
    color:#fff !important;
}
.case-list li:hover .form-left p::before{
   background-color: #fff;
}

.a5-bg{
    background-color: #000E26;
}
.a6-bg{ background: url(../images/product/pro-bg-02.png) center center no-repeat; background-size: cover;}

.point-content-2{
    display: flex;
    flex-wrap: wrap;
}
.point-content-2 li{
    width:50%;
    margin-bottom:50px;
}
.point-content-2 li:nth-child(2n+1){
    padding-right:8%;
}
.point-content-2 li img{
    width:44px;
    height:44px;
    flex-shrink: 0;
    margin-right:20px;
    margin-top:4px;
}
.point-content-2 li .con .t-title{
    color:#1078E0;
}
.point-content-2 li .con p{
    padding:0;

}
.point-content-2 li .con p::before{
    display: none;
}
.jg-content{
    display: flex;
    flex-wrap: wrap;
}
.jg-content p{
    width:25%;
    padding-left:23px;
    position: relative;
    line-height: 2;
    padding-right:4%;
}
.jg-content p::before{
    width:8px;
    height:8px;
    border-radius: 50%;
    background-color: #000;
    position: absolute;
    left:0px;
    top:8px;
    content: ''; 
}
.form-left-1{
    width:100%;
    flex-shrink: 0;
}
.form-img-2{
    max-width:100%;
    margin:30px 0 0;
}
.form-img-2 img{
    max-width: 100%;
}
.jj-list{
    display: flex;
    flex-wrap: wrap;
}
.jj-list li{
    padding:30px;
}
.jj-list li:hover::before{
    background: #fff;
}
.jj-list li:hover .form-left .form-title{
    color:#0066CC !important
}
.jj-list li:hover .form-left .form-desc{
    color:#5c5c5c !important;
}
.jj-list li:first-child{
    width:100%;
}
.jj-list li{
    width:50%;
}
.jj-list li:nth-child(2n){
    width:48%;
    margin-right:2%;
}

.yy-list{
    display: flex;
    flex-wrap: wrap;
}
.yy-list li{
    padding:30px;
    background: none;
}
.yy-list li{
    width:50%;
    transition: all 0.3s;
}
.yy-list li:hover{
    background-color: none;
}
.yy-list li::before{
    background: #F5F5F7;
}
.yy-list li:hover::before{
    background: #F5F5F7;
}
.yy-list li:hover .form-left .form-desc{
    color:#5c5c5c !important;
}
.yy-list li:nth-child(2n+1){
    width:48%;
    margin-right:2%;
}
.yy-list li:hover{
    color:inherit !important;
    /* background: #F5F5F7;
    box-shadow: 0 0 30px rgba(0,0,0,0.35); */
}
.yy-list li:hover .form-left .form-title{
   color:#0066CC !important;
}

.form-list li .form-left .form-title{
    margin-bottom:30px;
}
.td-list{
    margin-bottom:60px;
    flex-wrap: wrap;
}
.td-list li{
    background: #fff;
    border-radius: 5px;
    padding:20px 50px;
    margin-right:1%;
    margin-bottom:10px;
    width:32.6%;
}
.td-list li img{
    width:28px;
    height:28px;
    margin-right:10px;
}
.td-list li:nth-child(3n){
    margin-right:0;
}
.margin-60{
    margin-top:60px;
}
.zc-list{
    margin-top:110px;
}
.zc-list li{
    margin-bottom:70px;
    line-height: 1.8;
}
.zc-list li:last-child{
    margin-bottom:0;
}
.zc-list li span{
    flex-shrink: 0;
    min-width: 15%;
    padding-right:10px;
    font-weight: bold;
    line-height: 1.2;
}
@media (max-width: 1200px) {
    .in-banner {
        max-height: 6rem;
    }
    .intro-title{
        margin-bottom:70px;
    }
}
@media (max-width:991px) {
    .a-bg{ padding: 90px 0; }
    .intro-title{
        margin-bottom:45px;
    }
    .point-right{
        width:46%;
    }
    .architecture-title{
        margin-bottom:42px;
    }
    .form-name{
        margin-bottom:36px;
    }
    .form-name-desc{
        margin-bottom:40px;
    }
    .form-list li{
        padding:40px;
    }
    .form-list li .form-left .form-title{
        color:#0066CC;
        margin-bottom:36px;
    }
    .point-content-2 li{
        margin-bottom:36px;
    }
    .point-content-2 li img{
        width:36px;
        height:36px;
    }
    .jg-content p{
        width:33%;
        
    }
    .form-list li .form-img-3{
        width:45%;
    }
    .margin-60{
        margin-top:30px;
    }
    .form-list li .form-img-4{
        width:40%;
    }
    .zc-list{
        margin-top:70px;
    }
    .zc-list li{
        margin-bottom:40px;
    }

}
@media (max-width:767px) {
    .point-right{
        width:40%;
    }
    .intro-content p{
        margin-bottom:20px;
    }
    .margin-60{
        margin-top:20px;
    }
    .intro-btn .btn-download{
        width:120px;
    }
    .intro-btn .btn-contact{
        width:120px;
    }
    .intro-wrap{
        display: block;
    }
    .intro-left{
        margin-right:0;
    }
    .intro-img{
        margin:20px auto;
    }
    .jg-content p{
        width:50%;
    }
    .jj-list li{
        width:100%;
        flex-wrap: wrap;
    }
    .jj-list .form-left{
        width:100%;
    }
    .jj-list li:nth-child(2n){
        width:100%;
    }
    .jj-list li .form-img-3{
        width:100%;
        margin:10px auto;
    }
    .yy-list li{
        width:100% !important;
        flex-wrap: wrap;
    }
    .yy-list .form-left{
        width:100%;
    }
    .yy-list li .form-img-3{
        width:100%;
        margin:10px auto;
    }
    .td-list{
        margin-bottom:20px;
    }
    .td-list li{
        width:49%;
        margin-right:2%;
        padding:20px;
    }
    .td-list li:nth-child(3n){
        margin-right:2%;
    }
    .td-list li:nth-child(2n){
        margin-right:0;
    }
    .form-list li{
        padding:20px;
        display: block;
    }
    .form-list .form-left{
        width:100%;
    }
    .form-list li .form-img-4{
        width:100%;
        margin-top:20px;
    }
    .zc-list{
        margin-top:40px;
    }
    .zc-list li{
        margin-bottom:20px;
    }
    .form-list li .form-img-5{
        margin-top:-40px;
    }
    .form-img-2{
        margin-top:10px;
    }
    .form-list li .form-img-1{
        width:100%;
    }
}
@media (max-width:640px) {
    .a-bg{ padding: 60px 0; }
    
    .intro-img{
        width:100%;
    }
    .ban-btn{
        bottom:20px;
    }
    .ban-btn .btn-cloud{
        width:120px;
    }
    .ban-btn .btn-pro{
        width:120px;
    }
    .intro-title{
        margin-bottom:32px;
    }
    .architecture-title{
        margin-bottom:28px;
    }
    .point{
        display: block;
    }
    .point-left{
        margin-right:0;
    }
    .point-right{
        width:90%;
        margin:20px auto;
    }
    .form-name{
        margin-bottom:28px;
    }
    .form-name-desc{
        margin-bottom:32px;
    }
    .form-list li{
        padding:20px;
        display: block;
    }
    .form-list li .form-img{
        width:100%;
        margin:20px auto;
    }
    .form-list li .form-left{
        padding-right:0;
    }

    .form-list li .form-left .form-title{
        color:#0066CC;
        margin-bottom:24px;
    }
    .point-content-2 li{
        width:100%;
        margin-bottom:20px;
    }
    .point-content-2 li:nth-child(2n+1){
        margin-right:0;
    }
    .point-content-2 li img{
        width:24px;
        height:24px;
    }
    .jg-content p{
        width:100%;
    }
    .zc-list{
        margin-top:20px;
    }
    .zc-list li{
        margin-bottom:10px;
    }
}
@media (max-width:460px) {

}