.common-box{
    padding: 80px 0;
}
.content-margin-top{
    margin-top: 40px;
}
/* 首页 */
.index-page{
    background-image: url('../images/index/index-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

.index-title .name{
    font-size: 40px;
    font-weight: bold;
    color: #0E6EF7;
    display: flex;
    align-items: flex-end;
}
.index-title .name span{
    font-size: 18px;
    font-weight: 400;
    color: #000;
}
.index-title .desc{
    font-size: 20px;
    line-height: 1.4;
    margin-top: 18px;
    padding-left: 18px;
    position: relative;
}
.index-title .desc::before{
    content: '';
    width: 8px;
    height: 20px;
    background-color: #0E6EF7;
    border-radius: 25px;
    position: absolute;
    left: 0;
    top: 5px;
}
.index-title-flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 32px;
}

.indexSwiper2{
    box-shadow: 0 0 10px rgba(63, 64, 66, 0.5);
    border-radius: 15px;
}
.indexSwiper-cpfw-pagination{
    display: none;
}
.indexSwiper2-button-box{
    margin-top: 32px;
    display: flex;
    justify-content: center;
}
.indexSwiper2-button-box .swiper-button-prev, & .swiper-button-next{
    position: unset;
    margin: 0;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    background-color: #FFF;
}
.indexSwiper2-button-box .swiper-button-next{
    margin-left: 32px;
}
.indexSwiper2-button-box .swiper-button-disabled{
    opacity: 1;
}
.indexSwiper2-button-box .swiper-navigation-icon{
    width: 40%;
    height: 40%;
    color: #0E6EF7;
}
.indexSwiper2-button-box .swiper-button-disabled .swiper-navigation-icon{
    color: #999;
}
.index-c1-content{
    padding: 36px 24px;
    background-color: #FFF;
    /* box-shadow: 0 0 10px rgba(63, 64, 66, 0.2);
    border-radius: 15px; */
}
.index-c1-content .top{
    display: flex;
    justify-content: space-between;
}
.index-c1-content .top-left{
    min-width: fit-content;
}
.index-c1-content .top-left .name{
    display: flex;
    align-items: center;
    font-size: 30px;
    padding: 15px 20px;
    border-radius: 10px;
    background-color: #0E6EF7;
    color: #FFF;
}
.index-c1-content .top-left .name span{
    margin: 0 10px;
}
.index-c1-content .top-left .name .icon{
    width: 25px;
}
.index-c1-content .top-left .list{
    padding-left: 8px;
}
.index-c1-content .top-left .list .item{
    margin-top: 24px;
    font-size: 25px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.index-c1-content2 .top-left .list .item{
    margin-top: 16px;
}
/* .index-c1-content .top-left .list .item:nth-child(1){
    margin-top: 0;
} */
.index-c1-content .top-left .list .icon{
    width: 25px;
    margin-right: 10px;
}
.index-c1-content .top-right{
    /* flex: 1; */
    height: 360px;
    border-radius: 10px;
    margin-left: 20px;
    position: relative;
}
.index-c1-content .top-right .img{
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
.index-c1-content .top-right .word{
    position: absolute;
    left: 0;
    bottom: 30px;
    font-size: 30px;
    color: #FFF;
    line-height: 40px;
    padding: 0 30px;
    width: 75%;
}

.index-c1-content .bottom-list{
    display: flex;
    margin-top: 36px;
}
.index-c1-content .bottom-list .item{
    flex: 1;
    height: 371.2px;
    padding: 30px 20px 20px;
    border-radius: 15px;
    overflow: hidden;
    margin-right: 15px;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.index-c1-content .bottom-list .item:nth-last-child(1){
    margin-right: 0;
}

.index-c1-content .bottom-list .item1{
    background-image: url('../images/index/cpfw-item1-bg1.png');
}
.index-c1-content .bottom-list .item2{
    background-image: url('../images/index/cpfw-item1-bg2.png');
}
.index-c1-content .bottom-list .item3{
    background-image: url('../images/index/cpfw-item1-bg3.png');
}
.index-c1-content .bottom-list .item4{
    background-image: url('../images/index/cpfw-item1-bg4.png');
}
.index-c1-content .bottom-list .item5{
    background-image: url('../images/index/cpfw-item1-bg5.png');
}
.index-c1-content .bottom-list .item2-1{
    background-image: url('../images/index/cpfw-item2-bg1.png');
}
.index-c1-content .bottom-list .item2-2{
    background-image: url('../images/index/cpfw-item2-bg2.png');
}
.index-c1-content .bottom-list .item2-3{
    background-image: url('../images/index/cpfw-item2-bg3.png');
}
.index-c1-content .bottom-list .item2-4{
    background-image: url('../images/index/cpfw-item2-bg4.png');
}
.index-c1-content .bottom-list .item2-5{
    background-image: url('../images/index/cpfw-item2-bg5.png');
}
.index-c1-content .bottom-list .item2-6{
    background-image: url('../images/index/cpfw-item2-bg6.png');
}
.index-c1-content .bottom-list .item3-1{
    background-image: url('../images/index/cpfw-item3-bg1.png');
}
.index-c1-content .bottom-list .item3-2{
    background-image: url('../images/index/cpfw-item3-bg2.png');
}
.index-c1-content .bottom-list .item3-3{
    background-image: url('../images/index/cpfw-item3-bg3.png');
}

.index-c1-content .bottom-list .icon-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.index-c1-content .bottom-list .icon1{
    width: 64px;
    margin-top: 16px;
}
.index-c1-content .bottom-list .icon2{
    width: 90px;
    display: none;
}
.index-c1-content .bottom-list .words{
    flex: 1;
}
.index-c1-content .bottom-list .name{
    font-size: 20px;
    font-weight: bold;
    margin: 40px 0 20px;
}
.index-c1-content .bottom-list .desc{
    font-size: 16px;
    line-height: 1.5;
}
.index-c1-content .bottom-list .link{
    width: fit-content;
    padding: 5px 12px;
    margin-top: 20px;
    border-radius: 25px;
    font-size: 16px;
    font-weight: bold;
    color: #EBF3FF;
    display: flex;
    align-items: center;
    /* background-color: #0E6EF7; */
}
.index-c1-content .bottom-list .icon-link{
    width: 16px;
    margin-left: 5px;
}


.index-c2{
    background-image: url('../images/index/fwys-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.m-index-c2-content{
    display: none;
}
.index-c2-nav{
    padding: 10px;
    background-color: #FFF;
    border-radius: 8px;
    margin: 0 50px 50px;
    display: flex;
}
.index-c2-nav .nav{
    padding: 10px;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    font-size: 20px;
    cursor: pointer;
}
.index-c2-nav .nav .icon1{
    width: 16px;
    margin-right: 10px;
}
.index-c2-nav .nav .icon2{
    width: 20px;
    margin-left: 10px;
    display: none;
}
.index-c2-nav .nav.active{
    font-weight: bold;
    color: #FFF;
    background-color: #0E6EF7;
}
.index-c2-nav .nav.active .icon1{
    display: none;
}
.index-c2-nav .nav.active .icon2{
    display: block;
}
.index-c2-list{
    padding: 30px 20px;
    height: 540px;
    background-color: #FFF;
    border-radius: 15px;
    display: none;
    box-shadow: 0 0 10px rgba(63, 64, 66, 0.5);
}
.index-c2-list.active{
    display: flex;
}
.index-c2-list .item{
    flex: 1;
    margin-right: 20px;
    display: flex;
    flex-direction: column;
}
.index-c2-list .item:nth-last-child(1){
    margin-right: 0;
}
.index-c2-list .img-box{
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}
.index-c2-list .img-box img{
    width: 100%;
    height: 209px;
    object-fit: cover;
}
.index-c2-list .img-box .words{
    position: absolute;
    bottom: 0;
    padding: 20px;
    font-size: 20px;
    color: #FFF;
}
.index-c2-list .img-box .words .desc{
    font-size: 16px;
    margin-top: 10px;
}
.index-c2-list .bottom-words{
    flex: 1;
    margin-top: 40px;
    position: relative;
}
.index-c2-list .bottom-words .name{
    font-size: 25px;
    font-weight: 700;
}
.index-c2-list .bottom-words .desc{
    font-size: 16px;
    line-height: 1.8;
    margin-top: 20px;
}
.index-c2-list .bottom-words .line{
    position: absolute;
    right: -9px;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 70%;
}
.index-c3-content{
    display: flex;
    flex-wrap: wrap;
}
.index-c3-content .item{
    width: calc((100% - 20px) / 2);
    border-radius: 10px;
    overflow: hidden;
    margin-right: 20px;
    margin-bottom: 20px;
    position: relative;
}
.index-c3-content .item:nth-child(2n){
    margin-right: 0;
}
.index-c3-content .item:nth-last-child(1){
    margin-bottom: 0;
}
.index-c3-content .item:nth-last-child(2){
    margin-bottom: 0;
}
.index-c3-content .item .words{
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.index-c3-content .item .words .name{
    font-size: 30px;
    font-weight: 500px;
    color: #FFF;
}
.index-c3-content .item .words .link{
    display: inline-block;
    font-size: 16px;
    color: #FFF;
    padding: 5px 30px;
    border-radius: 25px;
    border: 1px solid #FFF;
    margin-top: 20px;
    transition: all 0.5s ease;
}
.index-c3-content .item .words .link:hover{
    background-color: #FFF;
    color: #000;
}
.index-c3-content .img{
    width: 100%;
    transition: all 0.5s ease;
}
.index-c3-content .item:hover .img{
    transform: scale(1.2);
}

.index-c4{
    background-image: url('../images/index/index-c4-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.index-c4-content{
    display: flex;
    justify-content: space-between;
}
.m-index-c4-content{
    display: none;
}
.index-c4-content .item{
    /* flex: 1; */
    padding: 40px 15px;
    background-color: #FFF;
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(63, 64, 66, 0.5);
    overflow: hidden;
    width: calc((100% - 20px * 4) / 7);
    height: 600px;
    margin-right: 20px;
    position: relative;
    transition: width .5s ease-in-out;
}
.index-c4-content .item:nth-last-child(1){
    margin-right: 0;
}
.index-c4-content .item:nth-child(1){
    background-color: #F9F9F9;
}
.index-c4-content .item:nth-child(2){
    background-color: #F0F5EF;
}
.index-c4-content .item:nth-child(3){
    background-color: #F6F5F3;
}
.index-c4-content .item:nth-child(4){
    background-color: #F3F4F9;
}
.index-c4-content .item:nth-child(5){
    background-color: #F3F8FC;
}
.index-c4-content .item .name{
    font-size: 25px;
    font-weight: bold;
    line-height: 1.4;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.index-c4-content .item .address{
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    display: none;
}
.index-c4-content .item .address .icon{
    width: 9px;
    margin-right: 5px;
}
.index-c4-content .item .desc{
    width: 130px;
    font-size: 16px;
    line-height: 1.8;
    margin-top: 20px;
}
.index-c4-content .item .img{
    width: 100%;
    margin-top: 15px;
    display: none;
}
.index-c4-content .item .bg{
    width: 128px;
    position: absolute;
    bottom: 0;
    right: -10px;
}
.index-c4-content .item.active{
    /* min-width: 500px; */
    width: calc(((100% - 20px * 4) / 7) * 3);
    background-color: #0E6EF7;
    color: #FFF;
    padding: 50px 32px 32px;
    transition: width .5s ease-in-out;
}
.index-c4-content .item.active br{
    display: none;
}
.index-c4-content .item.active .item-box{
    width: 420px;
}
.index-c4-content .item.active .name{
    font-size: 30px;
}
.index-c4-content .item.active .desc{
    width: 100%;
    font-size: 20px;
}
.index-c4-content .item.active .address{
    display: flex;
}
.index-c4-content .item.active .img{
    display: flex;
    border-radius: 10px;
}
.index-c4-content .item.active .bg{
    display: none;
}

.index-c5{
    background-image: url('../images/index/fwkh-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.index-c5-content{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.index-c5-content .item{
    width: calc((100% - 30px * 4) / 5);
    height: 70px;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFF;
    box-shadow: 0 0 16px #B1C4FC;
}
.index-c5-content .item .img{
    height: 100%;
}

.index-c6{
    background-image: url('../images/index/index-news-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}
.index-c6-list{
    display: flex;
    flex-wrap: wrap;
    gap: 40px 20px;
}
.index-c6-list .item{
    width: calc((100% - 20px) / 2);
    display: flex;
}
.index-c6-list .item .icon{
    width: 16px;
    height: 16px;
    margin: 5px 16px 0 0;
}
.index-c6-list .item .words{
    width: calc(100% - 32px);
}
.index-c6-list .item .words:hover .name{
    color: #0E6EF7;
}
.index-c6-list .item .name{
    font-size: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.index-c6-list .item .time{
    font-size: 16px;
    color: #666666;
    margin-top: 16px;
}
.index-c6-more{
    display: flex;
    width: fit-content;
    align-items: center;
    font-size: 30px;
    font-weight: 500;
    color: #0E6EF7;
    margin: 60px auto 0;
}
.index-c6-more .icon{
    width: 30px;
    height: 30px;
    margin-left: 20px;
}

.index-contact{
    width: 100%;
    height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('../images/index/index-contact-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center
}
.index-contact .name{
    font-size: 30px;
    font-weight: bold;
}
.index-contact .desc{
    font-size: 20px;
    margin: 30px 0;
}
.index-contact .link{
    display: inline-block;
    padding: 10px 20px;
    border-radius: 25px;
    /* background-color: #0E6EF7; */
    color: #FFF;
    font-size: 20px;
}

/* 集团介绍 */
.about-page{
    background-image: url('../images/about/about-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
.about-c1{
    background-image: url('../images/about/about-c1-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
.about-c1-content{
    display: flex;
    justify-content: space-between;
}
.about-c1-left{
    min-width: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 40px;
}
.about-c1-left .name{
    font-size: 20px;
    font-weight: 500;
}
.about-c1-left .number{
    font-size: 50px;
    font-weight: bold;
    color: #0E6EF7;
    transform: skew(-10deg);
    margin-top: 10px;
}
.about-c1-right{
    font-size: 20px;
    line-height: 50px;
    margin-left: 18%;
}
.about-c1-right .text{
    margin-top: 20px;
}

.about-c2-content{
    display: flex;
}
.about-c2-content .item{
    width: calc((100% - 40px * 2) / 3);
    height: 400px;
    padding: 60px 40px 40px;
    background-image: url('../images/about/about-c2-item-bg.png');
    background-repeat: no-repeat;
    background-size: contain;
    /* border-radius: 20px 0 50% 0;
    background: linear-gradient(to right, #D5E6FC 0%, #F7F9FD 50%, #FFF 100%);
    box-shadow: 10px 10px 10px #D5E6FC; */
    margin-right: 40px;
}
.about-c2-content .item:nth-last-child(1){
    margin-right: 0;
}
.about-c2-content .item .name{
    font-size: 30px;
    font-weight: 500;
    padding-bottom: 20px;
    position: relative;
}
.about-c2-content .item .name::after{
    content: '';
    width: 20px;
    height: 4px;
    background-color: #0E6EF7;
    position: absolute;
    bottom: 11px;
    left: 0;
}
.about-c2-content .item .desc{
    font-size: 20px;
    font-weight: 500;
}
.about-c2-content .item .word{
    width: 90%;
    font-size: 25px;
    font-weight: 500;
    color: #666666;
    line-height: 50px;
    margin-top: 20px;
}

.about-c3-content{
    display: flex;
}
.about-c3-left{
    width: calc(44% - 20px);
    margin-right: 20px;
}
.about-c3-content .item{
    position: relative;
    color: #FFF;
    border-radius: 15px;
    overflow: hidden;
}
.about-c3-content .item .img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-c3-content .item:hover .img{
    animation: amScale 0.8s both;
}
.about-c3-content .item .name{
    font-size: 30px;
    font-weight: bold;
}
.about-c3-content .item .desc{
    font-size: 20px;
    line-height: 38px;
    margin-top: 60px;
}
.about-c3-left .item-short .words{
    position: absolute;
    left: 0;
    bottom: 60px;
    padding: 0 30px;
}
.about-c3-left .item-short .icon{
    position: absolute;
    left: 48%;
    top: 25%;
    transform: translate(-50%,-50%);
}
.about-c3-right{
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.about-c3-right .item-long .words{
    position: absolute;
    left: 0;
    top: 25%;
    padding: 0 30px;
}
.about-c3-right .item-long .icon{
    position: absolute;
    right: 10%;
    top: 8%;
}

.about-c4{
    background-image: url('../images/about/about-c4-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.about-c4-content{
    display: flex;
    justify-content: space-between;
}
.m-about-c4-content{
    display: none;
}
.about-c4-nav{
    width: 400px;
    min-width: 400px;
    height: fit-content;
    margin-right: 60px;
    padding: 30px 15px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.7);
} 
.about-c4-nav .nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 40px 20px;
    font-size: 23px;
    font-weight: bold;
    color: #0E6EF7;
    border-radius: 10px;
    cursor: pointer;
    margin-top: 30px;
}
.about-c4-nav .nav:nth-child(1){
    margin-top: 0;
}
.about-c4-nav .nav.active{
    color: #FFF;
    background: linear-gradient(to top, #1B5EF7 0%, #73BBF9 100%);
}
.about-c4-nav .icon{
    width: 30px;
    height: auto;
}
.about-c4-nav .icon-link{
    width: 8px;
    height: auto;
}
.about-c4-nav .icon-active{
    display: none;
}
.about-c4-nav .nav.active .icon, .about-c4-nav .nav.active .icon-link{
    display: none;
}
.about-c4-nav .nav.active .icon-active{
    display: block;
}
.about-c4-right{
    flex: 1;
}
.about-c4-list{
    height: 100%;
    display: none;
    flex-direction: column;
    justify-content: space-between;
}
.about-c4-list.active{
    display: flex;
}
.about-c4-list .item{
    margin-top: 30px;
}
.about-c4-list .item:nth-child(1){
    margin-top: 0;
}
.about-c4-list .name{
    font-size: 25px;
    font-weight: bold;
}
.about-c4-list .desc{
    font-size: 20px;
    color: #333;
    line-height: 40px;
    margin-top: 30px;
}
.about-c4-list:nth-child(2) .desc{
    margin-top: 16px;
}

/* 旗下品牌 */
.brand-page{
    background-image: url('../images/brand/brand-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
.brand-c1{
    background-image: url('../images/brand/brand-c1-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -200px 0;
}
.brand-c1-content{
    font-size: 20px;
    line-height: 40px;
}
.brand-c2-hccs{
    background-image: url('../images/brand/hccs-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
.brand-c2-np{
    background-image: url('../images/brand/np-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
.brand-c2-content{
    display: flex;
    justify-content: space-between;
}
.brand-c2-words{
    width: 50%;
}
.brand-c2-info{
    width: fit-content;
}
.brand-c2-words .title{
    font-size: 50px;
    font-weight: bold;
}
.brand-c2-words .title-desc{
    font-size: 20px;
    line-height: 36px;
    margin: 30px 0 40px;
}
.brand-c2-words .item{
    margin-top: 40px;
    display: flex;
}
.brand-c2-words .item-mt24{
    margin-top: 24px;
}
.brand-c2-words .item:nth-child(1){
    margin-top: 0;
}
.brand-c2-words .order{
    min-width: 40px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #0E6EF7;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    color: #FFF;
    margin-right: 20px;
}
.brand-c2-words .name{
    font-size: 25px;
    font-weight: bold;
    line-height: 40px;
}
.brand-c2-words .desc{
    font-size: 20px;
    margin-top: 10px;
    line-height: 36px;
}

.brand-c2-info .logo{
    height: 35px;
    width: auto;
    margin: 0 auto;
}
.brand-c2-info .logo-yhkj{
    height: 48px;
}
.brand-c2-info{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.brand-c2-info .list{
    width: 402px;
    margin-top: 60px;
    padding: 20px;
    border-radius: 15px;
    background-color: #FFF;
    box-shadow: 0 0 8px rgba(28, 95, 245, 0.1);
}

.brand-c2-info .item{
    display: flex;
    margin-top: 20px;
}
.brand-c2-info .item2{
    justify-content: flex-end;
}
.brand-c2-info .item:nth-child(1){
    margin-top: 0;
}
.brand-c2-info .icon{
    width: 98px;
    min-width: 98px;
    height: 170px;
    margin-right: 20px;
    background-color: #E6F0FE;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* icon3 独占半行 */
.brand-c2-info .icon3{
    width: 170px;
    min-width: 170px;
}
.brand-c2-info .icon-right{
    margin-right: 0;
    margin-left: 20px;
}
.brand-c2-info .icon-blue{
    background-color: #2265F7;
}
.brand-c2-info .icon-pink{
    background-color: #FDEBEF;
}
.brand-c2-info .icon-yellow{
    background-color: #FAF3E1;
}
.brand-c2-info .icon-green{
    background-color: #AFD144;
}
.brand-c2-info .icon-green2{
    background-color: #F3DAA5;
}
.brand-c2-info .icon img{
    width: 40px;
}
.brand-c2-info .img-box{
    width: 244px;
    height: 170px;
    position: relative;
    overflow: hidden;
}
/* img-box3 独占半行 */
.brand-c2-info .img-box3{
    width: 171px;
}
/* img-box4 独占全行 */
.brand-c2-info .img-box4{
    width: 100%;
}
.brand-c2-info .img-box .img{
    width: 100%;
    height: 100%;
    border-radius: 15px;
    object-fit: cover;
}
.brand-c2-info .img-box .img-active{
    /* display: none; */
    position: relative;
    z-index: -1;
    pointer-events: none;
}
.brand-c2-info .img-box .words{
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 20px;
    padding: 0 20px;
    color: #FFF;
}
.brand-c2-info .img-box:hover{
    overflow: visible;
}
.brand-c2-info .img-box:hover .img{
    display: none;
}
.brand-c2-info .img-box:hover .img-active{
    display: block;
    z-index: 1;
}
/* img-box1、img-box4 图片向右展开 */
.brand-c2-info .img-box1:hover .img-active{
    width: 351px;
    transition: width .5s ease;
}
.brand-c2-info .img-box4:hover .img-active{
    width: 497px;
    transition: width .5s ease;
}
/* img-box2 搭配 item2 图片向左展开 */
.brand-c2-info .img-box2:hover{
    flex-shrink: 0;
    width: 351px;
    transition: all .5s ease;
}


/* 产品服务 */
.service-page{
    background-image: url('../images/service/service-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}
.service-c1-content .text{
    font-size: 20px;
    line-height: 40px;
}
.service-c1-list{
    display: flex;
    padding: 20px;
    border-radius: 10px;
    background-color: #FFF;
    box-shadow: 0 0 8px rgba(28, 95, 245, 0.3);
    margin-top: 40px;
}
.service-c1-list .item-box{
    width: calc((100% - 2px * 2) / 3);
    margin-right: 2px;
}
.service-c1-list .item{
    height: 100%;
    padding: 14px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #F3F7FD;
    border: 3px solid #F3F7FD;
}
.service-c1-list .item:hover{
    border: 3px solid #0E6EF7;
}
.service-c1-list .item-box:nth-last-child(1){
    margin-right: 0;
}
.service-c1-list .item-box:nth-child(1) .item{
    border-radius: 10px 0 0 10px;
}
.service-c1-list .item-box:nth-child(2) .item{
    border-radius: 0;
}
.service-c1-list .item-box:nth-child(3) .item{
    border-radius: 0 10px 10px 0;
}
.service-c1-list .name{
    font-size: 25px;
    font-weight: 500;
}
.service-c1-list .desc{
    font-size: 16px;
    line-height: 32px;
    margin: 10px 0 30px;
}
.service-c1-list .link{
    display: inline-block;
    width: fit-content;
    padding: 6px 16px;
    /* background-color: #0E6EF7; */
    border-radius: 25px;
    font-size: 16px;
    color: #FFF;
}

.service-title .name{
    font-size: 30px;
    font-weight: bold;
}
.service-title .desc{
    font-size: 20px;
    padding-left: 25px;
    margin-top: 18px;
    position: relative;
}
.service-title .desc .icon{
    display: inline-block;
    height: 90%;
    width: 5px;
    border-radius: 25px;
    background-color: #0E6EF7;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.service-title .desc .icon::before{
    content: '';
    height: 75%;
    width: 6px;
    border-radius: 25px;
    background-color: #0E6EF7;
    position: absolute;
    left: -10px;
    top: 0;
}
.service-title-mt{
    margin-top: 40px;
}
.service-c2-swiper-pagination{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px 0 40px;
}
.service-c2-swiper-pagination .bullet{
    /* margin-right: 40px; */
    text-align: center;
    font-size: 16px;
}
.service-c2-swiper-pagination .bullet:nth-last-child(1){
    margin-right: 0;
}
.service-c2-swiper-pagination .line{
    height: 1px;
    width: 40px;
    background-color: #FFF;
    margin: 0 10px;
    transform: translateY(-18px);
}
.service-c2-swiper-pagination .icon-box{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #DFECFD;
    border: 1px solid #FFF;
    box-shadow: 0 0 8px rgba(28, 95, 245, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}
.service-c2-swiper-pagination .icon{
    width: 38px;
}
.service-c2-swiper-pagination .icon-active{
    display: none;
}
.service-c2-swiper-pagination .bullet.active{
    font-weight: 500;
    color: #0E6EF7;
}
.service-c2-swiper-pagination .bullet.active .icon-box{
    background-color: #0E6EF7;
}
.service-c2-swiper-pagination .bullet.active .icon-default{
    display: none;
}
.service-c2-swiper-pagination .bullet.active .icon-active{
    display: block;
}
.service-c2-swiper{
    width: 100%;
    padding: 10px 30px;
    overflow: hidden;
}
.service-c2-swiper .swiper-slide{
    opacity: 0.5;
}
.service-c2-swiper .swiper-slide.swiper-slide-active{
    opacity: 1;
}
.service-c2-swiper .img{
    width: 100%;
    height: auto;
    object-fit: cover;
    border: 1px solid #FFF;
    border-radius: 10px;
    box-shadow: 0 0 8px rgba(28, 95, 245, 0.3);
}
.service-c2-swiper .words{
    position: absolute;
    left: 0;
    bottom: 20px;
    padding: 0 20px;
    color: #FFF;
    display: none;
}
.service-c2-swiper .swiper-slide.swiper-slide-active .words{
    display: block;
}
.service-c2-swiper .words .name{
    font-size: 25px;
    font-weight: bold;
}
.service-c2-swiper .words .desc{
    font-size: 16px;
    margin-top: 20px;
}


.m-service-c3-content{
    display: none;
}
.service-c3-nav{
    padding: 0 30px 60px;
    display: flex;
    justify-content: center;
}
.service-c3-nav .nav{
    width: calc((100% - 8 * 5px) / 6);
    border-radius: 10px;
    background-color: #DFECFD;
    border: 1px solid #FFF;
    box-shadow: 0 1px 8px rgba(28, 95, 245, 0.3);
    font-size: 16px;
    font-weight: 500;
    line-height: 45px;
    text-align: center;
    cursor: pointer;
    margin-right: 8px;
    position: relative;
}
.service-c3-nav .nav:nth-last-child(1){
    margin-right: 0;
}
.service-c3-nav .nav.active{
    color: #0E6EF7;
    background-color: #FFF;
}
.service-c3-nav .nav.active::after{
    content: '';
    width: 50px;
    height: 5px;
    background-color: #0E6EF7;
    border-radius: 25px;
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
}
.service-c3-list .item{
    padding: 50px 32px;
    height: 375px;
    display: none;
    justify-content: space-between;
    border: 1px solid #FFF;
    background-color: #DFECFD;
    box-shadow: 0 1px 8px rgba(28, 95, 245, 0.3);
    border-radius: 20px;
}
.service-c3-list .item.active{
    display: flex;
}
.service-c3-list .item .words{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.service-c3-list .item .text{
    font-size: 20px;
    line-height: 40px;
}
.service-c3-list .tag-list{
    display: flex;
    flex-wrap: wrap;
    gap: 30px 80px;
    line-height: 24px;
    margin-bottom: 30px;
}
.service-c3-list .tag-list .icon{
    width: 24px;
    height: 24px;
    margin-right: 10px;
}
.service-c3-list .item .link{
    display: inline-block;
    width: fit-content;
    padding: 6px 16px;
    /* background-color: #0E6EF7; */
    border-radius: 25px;
    font-size: 16px;
    color: #FFF;
    margin-top: 40px;
}
.service-c3-list .item .img{
    align-self: flex-start;
    width: 260px;
    min-width: 260px;
    margin-left: 50px;
    border-radius: 10px;
}

.service-c4-list{
    display: flex;
    margin-top: 40px;
}
.service-c4-list .item{
    width: calc((100% - 30px * 2) / 3);
    padding: 30px;
    background-color: #DFECFD;
    border: 1px solid #FFF;
    border-radius: 20px;
    box-shadow: 0 0 8px rgba(28, 95, 245, 0.2);
    text-align: center;
    margin-right: 30px;
}
.service-c4-list .item:nth-last-child(1){
    margin-right: 0;
}
.service-c4-list .item .img{
    width: 100%;
    border-radius: 20px;
}
.service-c4-list .item .name{
    font-size: 20px;
    margin: 60px 0 40px;
}
.service-c4-list .item .link{
    display: inline-block;
    width: fit-content;
    padding: 6px 16px;
    /* background-color: #0E6EF7; */
    border-radius: 25px;
    font-size: 16px;
    color: #FFF;
}


/* 合作客户 */
.partner-page{
    background-image: url('../images/partner/partner-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}
.partner-banner{
    /* background-color: #73BBF9; */
    /* background-image: url('../images/partner/partner-banner.jpg');
    background-repeat: no-repeat;
    background-size: cover; */
}
.partner-banner .words{
    width: 60%;
    padding-top: 180px;
}
.partner-banner .words .title{
    font-size: 50px;
    font-weight: bold;
}
.partner-banner .words .desc{
    font-size: 20px;
    line-height: 50px;
    margin: 30px 0 60px;
}
.partner-banner .words .number{
    font-size: 20px;
    display: flex;
    align-items: flex-end;
}
.partner-banner .words .number div:nth-child(2){
    margin-left: 50px;
}
.partner-banner .words .number span{
    font-size: 50px;
    font-weight: bold;
    color: #0E6EF7;
}

.partner-scroll{
    margin-top: 85px;
}
.partner-scroll-1{
    width: 100%;
    overflow: hidden;
    display: flex;
}
.partner-scroll-2{
    margin-top: 50px;
}
.partner-scroll .scroll-box{
    width: fit-content;
}
.partner-scroll .list{
    display: flex;
    overflow: hidden;
}
.partner-scroll .list .item{
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin: 0 30px;
    background-color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
}
.partner-scroll .list .item .logo{
    width: 90%;
}

.partner-c1-list{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 85px;
}
.partner-c1-list .item{
    width: calc((100% - 30px * 4) / 5);
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFF;
    box-shadow: 0 0 16px #B1C4FC;
}
.partner-c1-list .item .logo{
    width: auto;
    height: 70px;
    object-fit: cover;
}
.partner-c2{
    padding-top: 0;
}

/* 慧产资讯 */
.news-page{
    background-image: url('../images/news/news-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}
.news-c1-list{
    display: flex;
}
.news-c1-list .item{
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    box-shadow: 0 0 8px rgba(28, 95, 245, 0.2);
    width: calc((100% - 20px * 2) / 3);
    overflow: hidden;
    margin-right: 20px;
}
.news-c1-list .item:nth-last-child(1){
    margin-right: 0;
}
.news-c1-list .item .img-box{
    width: 100%;
    height: 290px;
    overflow: hidden;
}
.news-c1-list .item .img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease;
}
.news-c1-list .item .words{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
}
.news-c1-list .item .name{
    font-size: 20px;
    line-height: 32px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.news-c1-list .item .info{
    font-size: 16px;
    color: #666666;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 32px;
}
.news-c1-list .item .info .tag{
    padding: 5px 10px;
    background-color: #0E6EF7;
    color: #FFF;
    border-radius: 5px;
}
.news-c1-list .item:hover .img{
    transform: scale(1.2);
}
.news-c1-list .item:hover .name{
    color: #0E6EF7;
}
.news-c2-ad{
    height: 320px;
    width: 100%;
    object-fit: cover;
}
.m-news-c2-ad{
    display: none;
}

.news-c3-list{
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
}
.news-c3-list li{
    width: calc((100% - 60px) / 2);
}
.news-c3-list .item{
    width: 100%;
}
.news-c3-list .item-words .name{
    font-size: 20px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-c3-list .item-words .desc{
    font-size: 18px;
    line-height: 30px;
    color: #666666;
    margin-top: 20px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.news-c3-list .item-words .time{
    font-size: 18px;
    color: #666666;
    margin-top: 20px;
}
.news-c3-list .item:hover{
    color: #0E6EF7;
}
.news-c3-page{
    font-size: 20px;
    font-weight: bold;
    margin-top: 80px;
    text-align: center;
}

/* 资讯详情 */
.newsview-page{
    background-image: url('../images/news/newsview-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}
.newsview-c1-content{
    display: flex;
}
.newsview-c1-left{
    width: 320px;
}
.newsview-c1-left .card{
    padding: 30px 20px;
    border-radius: 10px;
    border: 1px solid #FFF;
    box-shadow: 0 0 8px rgba(28, 95, 245, 0.2);
    background-color: #DFECFD;
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.newsview-c1-left .card:nth-child(1){
    margin-top: 0;
}
.newsview-c1-left .card .code{
    width: 85px;
    height: auto;
    margin-right: 20px;
}
.newsview-c1-left .card .code-name{
    flex: 1;
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
}
.newsview-form .form-select{
    display: flex;
    padding: 10px 0;
}
.newsview-form .form-select .item{
    text-align: center;
    font-size: 18px;
    color: #333333;
    width: calc((100% - 20px) / 2);
    padding: 20px 0;
    border-radius: 5px;
    background-color: #FFF;
    border: 1px solid transparent;
    margin-right: 20px;
    position: relative;
    cursor: pointer;
}
.newsview-form .form-select .item:nth-last-child(1){
    margin-right: 0;
}
.newsview-form .form-select .item.active{
    border: 1px solid #0E6EF7;
}
.newsview-form .form-select .item.active::before{
    content: '';
    width: 26px;
    height: 30px;
    background-image: url('../images/icon/correct2.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 3px;
    right: 3px;
    border-radius: 0 3px 0 0;
}
.newsview-form .form-select .icon{
    width: 34px;
    height: auto;
    margin-bottom: 20px;
}
.newsview-form .form-box .input{
    width: 100%;
    height: 46px;
    font-size: 16px;
    line-height: 46px;
    padding: 0 20px;
    border-radius: 5px;
    margin-top: 20px;
}
.newsview-form .form-box .sub-btn{
    text-align: center;
    background-color: #0E6EF7;
    color: #FFF;
}
.newsview-c1-line{
    margin: 0 30px;
    width: 2px;
    background: linear-gradient(to bottom, #63A3FF 0%, #B6DCFF 50%, #72BEFF 100%);
}

.newsview-c1-words{
    flex: 1;
}
.newsview-c1-words .title{
    font-size: 30px;
}
.newsview-c1-words .info{
    font-size: 16px;
    color: #666666;
    margin-top: 30px;
}
.newsview-c1-words .info span{
    margin-right: 40px;
}
.newsview-c1-words .info span:nth-last-child(1){
    margin-right: 0;
}
.newsview-c1-words .line{
    width: 100%;
    height: 2px;
    background: linear-gradient(to bottom, #63A3FF 0%, #B6DCFF 50%, #72BEFF 100%);
    margin: 30px 0 40px;
}
.newsview-c1-words .words{
    font-size: 20px;
    line-height: 48px;
}
.newsview-c1-words .words img{max-width: 100%;margin: 10px 0;}
.newsview-c1-words .words video{max-width: 100%;margin: 10px 0;}


/* 联系我们 */
.contact-page{
    background-image: url('../images/common/contact-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}
.contact-c1-content{
    display: flex;
    justify-content: space-between;
}
.contact-c1-info{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.contact-c1-info .item{
    margin-top: 60px;
    display: flex;
}
.contact-c1-info .item:nth-child(1){
    margin-top: 0;
}
.contact-c1-info .item .icon{
    width: 60px;
    align-self: flex-start;
    margin-right: 20px;
}
.contact-c1-info .item .name{
    font-size: 25px;
    font-weight: bold;
}
.contact-c1-info .item .desc{
    font-size: 30px;
    font-weight: bold;
    margin-top: 20px;
}
.contact-c1-info .item .code{
    width: 197px;
    margin-top: 10px;
    transform: translateX(-10px);
}

.contact-c1-form{
    width: 60%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contact-c1-form .form-item{
    width: 100%;
    margin-top: 16px;
}
.contact-c1-form .form-item2{
    width: calc((100% - 20px) / 2);
}
.contact-c1-form .form-item2-mr{
    margin-right: 20px;
}
.contact-c1-form .form-item:nth-child(1){
    margin-top: 0;
}
.contact-c1-form .name{
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 16px;
}
.contact-c1-form .name span{
    color: #F90505;
}
.contact-c1-form .input{
    width: 100%;
    height: 60px;
    font-size: 25px;
    line-height: 60px;
    padding: 0 20px;
    border-radius: 5px;
    background-color: #E6EFF4;
}
.contact-c1-form .textarea{
    height: auto;
    line-height: 1.4;
    padding: 20px;
}
.contact-c1-form .ver-item{
    display: flex;
}
.contact-c1-form .ver-item .ver{
    width: 154px;
    height: 60px;
    margin: 0 20px;
    flex-shrink: 0;
}
.contact-c1-form .ver-item .sub-btn{
    width: 172px;
    height: 60px;
    border-radius: 5px;
    /* background-color: #0E6EF7; */
    font-size: 25px;
    color: #FFF;
    flex-shrink: 0;
}

.contact-c2-list{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.contact-c2-list .item{
    width: calc((100% - 30px * 2) / 3);
    background-color: #FFF;
}
.contact-c2-list .img{
    width: 100%;
}
.contact-c2-list .words{
    padding: 20px;
}
.contact-c2-list .name{
    font-size: 25px;
    font-weight: bold;
    line-height: 40px;
}
.contact-c2-list .desc{
    font-size: 18px;
    line-height: 40px;
    margin-top: 10px;
}


