.support-list{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.support-list .support-item{
    width: 100%;
    height: 780px;
    background-size: cover;
    background-repeat: no-repeat;
}

.support-list .support-item .support-item-box{
    width: 1200px;
    margin: 0 auto;
    color: #fff;
}
.support-list .support-item .support-item-box .support-item-box-title{
    background-repeat: no-repeat;
    text-align: center;
    background-position: center;
    padding: 80px 0 0 0;
    filter: brightness(100);
    margin: 14% 0 0 0;
}
.support-list .support-item:nth-child(1) .support-item-box .support-item-box-title{
    background-image: url("../../images/img/icon_sfq1.png");
    margin: 20% 0 0 0;
}
.support-list .support-item:nth-child(2) .support-item-box .support-item-box-title{
    background-image: url("../../images/img/icon_sfq2.png");
}
.support-list .support-item:nth-child(3) .support-item-box .support-item-box-title{
    background-image: url("../../images/img/icon_sfq3.png");
}
.support-list .support-item:nth-child(4) .support-item-box .support-item-box-title{
    background-image: url("../../images/img/icon_sfq4.png");
}

.support-list .support-item .support-item-box .support-item-box-title p{
    font-weight: bold;
    font-size: 30px;
    margin: 60px 0 0 0;
}
.support-list .support-item .support-item-box .support-item-box-desc{
    width: 80%;
    margin: 2% auto 0;
    font-size: 16px;
    font-weight: lighter;
    text-align: center;
    line-height: 30px;
}

/*解决案例新的*/
.box{
    position: relative;
    overflow: hidden;
}
.pc{
    width: 1200px;
    margin: 0 auto;
}
.case-new-box-top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6% 0;
}
.case-new-box-top .case-new-box-top-item{

}
.case-new-box-top .case-new-box-top-item:first-child{

}
.case-new-box-top .case-new-box-top-item:first-child h3{
    font-family: 'semi-bold';
    font-size: 60px;
    line-height: 60px;
    color: #0f448e;
    font-weight: bold;
    letter-spacing: 1px;
}
.case-new-box-top .case-new-box-top-item:first-child h4{
    display: block;
    position: relative;
    font-size: 30px;
    line-height: 30px;
    color: #333333;
    font-weight: bold;
    padding: 10% 0 0 0;
}
.case-new-box-top .case-new-box-top-item:last-child{
    padding: 5% 0 0 0;
}
.case-new-box-top .case-new-box-top-item:last-child p{
    font-size: 16px;
    font-weight: lighter;
    color: #444444;
    text-shadow: #666 0 0 1px;
    text-align: end;
    line-height: 30px;
    text-indent: 230px;
}


.case-new-box{

}


.case-new-box-hy-bg{
    height: 670px;
    background: #fff url("../../images/case_bg_03.jpg") no-repeat center;
    overflow: initial;
}

.case-new-box-hy{
    text-align: center;
    padding: 10% 0 0 0;

}
.case-new-box-hy h3{
    font-family: 'semi-bold';
    font-size: 40px;
    line-height: 60px;
    color: #0c2783;
    font-weight: bold;
    letter-spacing: 1px;
}
.case-new-box-hy .case-new-box-hy-title{
    font-size: 24px;
    line-height: 60px;
    color: #272829;
    letter-spacing: 1px;
}
.case-new-box-hy .case-new-box-hy-desc{
    width: 55%;
    font-size: 18px;
    line-height: 30px;
    color: #050a0a;
    letter-spacing: 1px;
    text-align: center;
    margin: 0 auto;
    padding: 6% 0 0 0;
}
.case-new-box-hy .case-new-box-hy-btn{
    display: block;
    width: 150px;
    height: 35px;
    line-height: 35px;
    background-color: #07207f;
    color: #fff;
    margin: 6% auto;
}
.case-new-box-hy ul{
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 1200px;
    background-color: #fff;
    position: absolute;
    bottom: -50px;
    box-shadow: 0px 3px 6px 3px #666;
    left: 0;
    right: 0;
    margin: auto;
    padding: 1% 0 1% 0;
}
.case-new-box-hy li{

}
.case-new-box-hy li a{

}
.case-new-box-hy li a img{
    height: 64px;
}
.case-new-box-hy li a p{
    font-size: 14px;
    color: #333;
}
.case-new-box-product-bg{
    background-color: #edf0f4;
    z-index: -99;
}
.case-new-box-product-list{
    padding: 16% 0 10% 0;
}
.case-new-box-product-list ul{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 60px;
}
.case-new-box-product-list ul li{
    width: 30%;
    overflow: hidden;
}
.case-new-box-product-list ul li a{

}
.case-new-box-product-list-pic{
    height: 250px;
    overflow: hidden;
}
.case-new-box-product-list-pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.case-new-box-product-list ul li:hover .case-new-box-product-list-pic img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}
.case-new-box-product-list-title{
    background-color: #fff;
    text-align: center;
}

.case-new-box-product-list-title-link{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 6% 0;
    padding: 3% 0;
    ---background-color: #0f448e;
    transition: all 0.8s;
}

.case-new-box-product-list-title h3{
    ---width: 220px;
    ---margin: 0 auto;
    font-size: 22px;
    font-size: 18px;
    color: #333;
    ---text-align: left;
    font-weight: lighter;
}

.case-new-box-product-list-title-link span{
    ---font-size: 18px;
    ---color: #999;
}

.case-new-box-product-list-title-link img{
    max-width: 32px;
    max-height: 32px;
    object-fit: contain;
    ---filter: invert(1);
}

.case-new-box-product-list-title-group{

    width: 220px;

    margin: 0 auto;

    padding: 10px 0 0 0;
}
.case-new-box-product-list-title-group a{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.case-new-box-product-list-title-group img{
    height: 32px;
}
.case-new-box-product-list-title-group p{
    font-size: 14px;
    color: #111;
    padding: 0 0 0 3%;
}
.case-new-box-product-list-content{
    width: 100%;
    display: none;
    text-align: justify;
    font-size: 14px;
    line-height: 25px;
    color: #111;
    padding: 0 10%;
}
.case-new-box-product-list ul li a:hover{

}
.case-new-box-product-list-title-group:hover img{
    ___display: none;
}
.case-new-box-product-list-title-group:hover p{
    ___display: none;
}
.case-new-box-product-list-title-group:hover .case-new-box-product-list-content{
    ___display: block;
}

.case-new-box-product-list ul li:hover .case-new-box-product-list-title-link{
    background-color: #0f448e;
}

.case-new-box-product-list ul li:hover .case-new-box-product-list-title h3{
    color: #fff;
    font-weight: bold;
}

.case-new-box-product-list ul li:hover .case-new-box-product-list-title span{
    ---color: #fff;
    ---font-weight: lighter;
}

.case-new-box-product-list ul li:hover .case-new-box-product-list-title-link img{
    filter: invert(1);
}

.case-new-box-product-list ul li:hover .case-new-box-product-list-title-group p{
    color: #0e458e;
}

.partner-list{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 6% 0 0 0;
    row-gap: 30px;
    column-gap: 60px;
}
.partner-list a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30%;
    height: 50px;
}
/*.partner-list a:hover{
    background-color: #fff;
    padding: 15px;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}*/
.partner-list a img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.support-list1{

}
.support-list1 ul{
    padding: 0 0 6% 0;
}
.support-list1 ul li{
    background-color: #f5f7f9;
    background-color: #fff;
    padding: 0% 0;
}
.support-list1 ul li:first-child{
    margin: 0 !important;
}
.support-list1 ul li .a1{
    display: flex;
    padding: 3% 0;
    background-color: #fff;
    box-shadow: 3px 3px 3px #666;
    box-shadow: 0px 3px 15px #999;
}
.support-list1 ul li .a2{
    display: flex;
    padding: 3% 0;
    background-color: #fff;
    box-shadow: 3px 3px 3px #666;
    box-shadow: 0px 3px 15px #999;
}
.support-list1 ul li:nth-child(odd){
    margin: 3% 0 0 0;
}
.support-list1 ul li:nth-child(odd) .a1 .a1-ll{
    display: flex;
    width: 920px;
    height: 300px;
    padding: 0 3%;
}
.support-list1 ul li:nth-child(odd) .a1 .a1-ll a{
    overflow: hidden;
}
.support-list1 ul li:nth-child(odd) .a1 .a1-ll a:hover img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}
.support-list1 ul li:nth-child(odd) .a1 .a1-ll img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.support-list1 ul li:nth-child(odd) .a1 .a1-rr{
    width: 70%;
    height: 100%;
}
.support-list1 ul li:nth-child(odd) .a1 .a1-rr .a1-rr-box1{
    ___border-left: 3px #0f448e solid;
    padding: 0 4%;
    margin: 3% 0 0 1%;
    position: relative;
}
.support-list1 ul li:nth-child(odd) .a1 .a1-rr .a1-rr-box1:before{
    display: inline-block;
    content: '';
    width: 5px;
    height: 71px;
    background-color: #0f448e;
    position: absolute;
    top: 11px;
    left: 0;
}
.support-list1 ul li:nth-child(odd) .a1 .a1-rr .a1-rr-box1 p{
    font-size: 14px;
    color: #333;
}
.support-list1 ul li:nth-child(odd) .a1 .a1-rr .a1-rr-box1 p:first-child{
    color: #0f448e;
    font-size: 30px;
    font-weight: bold;
    text-shadow: 0px 0px 1px #0f4477;
}
.support-list1 ul li:nth-child(odd) .a1 .a1-rr .a1-rr-box1 p:last-child{

    font-size: 30px;

    text-shadow: 0px 0px 1px #333;
}
.support-list1 ul li:nth-child(odd) .a1 .a1-rr .a1-rr-box2{
    padding: 1% 0;
    margin: 3% 0 3% 0;
}
.support-list1 ul li:nth-child(odd) .a1 .a1-rr .a1-rr-box2 p{
    display: flex;
    align-items: center;
    padding: 0 0 0 0.5%;
}
.support-list1 ul li:nth-child(odd) .a1 .a1-rr .a1-rr-box2 p span{
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #999;
    border-radius: 50%;
    margin: 0 1% 0 0;
}
.support-list1 ul li:nth-child(odd) .a1 .a1-rr .a1-rr-box2 p label{
    font-size: 16px;
    letter-spacing: 1px;
    _text-shadow: 0 0 1px #999;
    padding: 0 0 0 2%;
    color: #666;
}
.support-list1 ul li:nth-child(odd) .a1 .a1-rr .a1-rr-box3{
    padding: 1% 1%;
    margin: 1% 0 0 1%;
}
.support-list1 ul li:nth-child(odd) .a1 .a1-rr .a1-rr-box3 a{
    display: inline-block;
    width: 150px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border: 2px #0f448e solid;
    border-radius: 30px;
    color: #333;
}
.support-list1 ul li:nth-child(odd) .a1 .a1-rr .a1-rr-box3 a:first-child{

    color: #0f448e;

    font-size: 16px;

    font-weight: bold;
}
.support-list1 ul li:nth-child(odd) .a1 .a1-rr .a1-rr-box3 a:first-child:hover{
    background-color: #0f448e;
    color: #fff;
}
.support-list1 ul li:nth-child(odd) .a1 .a1-rr .a1-rr-box3 a:last-child{

    background-color: #0f448e;

    color: #fff;

    font-size: 16px;

    font-weight: bold;

    margin: 0 0 0 6%;
}
.support-list1 ul li:nth-child(odd) .a1 .a1-rr .a1-rr-box3 a:last-child:hover{
    background-color: transparent;
    color: #0f448e;
}
.support-list1 ul li:nth-child(even){
    margin: 3% 0 0 0;
}
.support-list1 ul li:nth-child(even) .a2 .a2-ll{
    width: 70%;
    height: 100%;
    padding: 0 0 0 3%;
}
.support-list1 ul li:nth-child(even) .a2 .a2-ll .a2-ll-box1{
    ___border-left: 3px #0f448e solid;
    padding: 0 4%;
    margin: 3% 0 0 1%;
    position: relative;
}
.support-list1 ul li:nth-child(even) .a2 .a2-ll .a2-ll-box1:before{
    display: inline-block;
    content: '';
    width: 5px;
    height: 71px;
    background-color: #0f448e;
    position: absolute;
    top: 11px;
    left: -3px;
}
.support-list1 ul li:nth-child(even) .a2 .a2-ll .a2-ll-box1 p{
    font-size: 14px;
    color: #333;
}
.support-list1 ul li:nth-child(even) .a2 .a2-ll .a2-ll-box1 p:first-child{
    color: #0f448e;
    font-size: 30px;
    font-weight: bold;
    text-shadow: 0px 0px 1px #0f4477;
}
.support-list1 ul li:nth-child(even) .a2 .a2-ll .a2-ll-box1 p:last-child{
    font-size: 30px;
    letter-spacing: 3px;
    text-shadow: 0px 0px 1px #333;
}
.support-list1 ul li:nth-child(even) .a2 .a2-ll .a2-ll-box2{
    padding: 1% 0;
    margin: 3% 0 3% 0%;
}
.support-list1 ul li:nth-child(even) .a2 .a2-ll .a2-ll-box2 p{
    display: flex;
    align-items: center;
}
.support-list1 ul li:nth-child(even) .a2 .a2-ll .a2-ll-box2 p span{
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #999;
    border-radius: 50%;
    margin: 0 1% 0 0;
}
.support-list1 ul li:nth-child(even) .a2 .a2-ll .a2-ll-box2 p label{
    font-size: 16px;
    letter-spacing: 1px;
    _text-shadow: 0 0 1px #999;
    padding: 0 0 0 2%;
    color: #666;
}
.support-list1 ul li:nth-child(even) .a2 .a2-ll .a2-ll-box3{
    padding: 1% 1%;
    margin: 1% 0 0 1%;
}
.support-list1 ul li:nth-child(even) .a2 .a2-ll .a2-ll-box3 a{
    display: inline-block;
    width: 150px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border: 2px #0f448e solid;
    border-radius: 30px;
    color: #333;
}
.support-list1 ul li:nth-child(even) .a2 .a2-ll .a2-ll-box3 a:first-child{

    color: #0f448e;

    font-size: 16px;

    font-weight: bold;
}
.support-list1 ul li:nth-child(even) .a2 .a2-ll .a2-ll-box3 a:first-child:hover{
    background-color: #0f448e;
    color: #fff;
}
.support-list1 ul li:nth-child(even) .a2 .a2-ll .a2-ll-box3 a:last-child{
    background-color: #0f448e;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 0 6%;
}
.support-list1 ul li:nth-child(even) .a2 .a2-ll .a2-ll-box3 a:last-child:hover{
    background-color: transparent;
    color: #0f448e;
}
.support-list1 ul li:nth-child(even) .a2 .a2-rr{
    display: flex;
    width: 920px;
    height: 300px;
    padding: 0 3%;
}
.support-list1 ul li:nth-child(even) .a2 .a2-rr a{
    overflow: hidden;
}
.support-list1 ul li:nth-child(even) .a2 .a2-rr a:hover img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}
.support-list1 ul li:nth-child(even) .a2 .a2-rr img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
