html,
body {
    background-color: #F8F8F8;
}

.pageCont {
    background-color: #F8F8F8;
    min-width: 1280px;
}

.securityArea {
    width: 85%;
    min-width: 1200px;
    /*margin: 96px auto;*/
}

.btn-primary {
    color: #fff;
    background-color: #1e8dea;
    border-color: #0468bc;
    outline: none !important;
}

/********************导航**********************/

.Nheader {
    height: 57px;
    background-color: #0468BC;
    min-width: 1200px;
}

.Nheader-cont {
    background-color: #0468BC;
    width: 85%;
    min-width: 1200px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.Nheader-left {
    display: flex;
    align-items: center;
    height: 100%;
}


.Nheader-logo {
    width: 250px;
    cursor: pointer;
    /*margin-right: 23px;*/
}

.Nheader-menus {
    display: flex;
    align-items: center;
    height: 100%;
    padding-top: 7px;
    min-width: 440px;
    margin-left: 20px;
    white-space: nowrap;
}

.Nheader-menus-item {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    height: 100%;

    position: relative;
    padding-bottom: 4px;
}


.Nheader-menus-item-cont {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-size: 16px;
    color: #fff;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    position: relative;
    z-index: 2;
    letter-spacing: 1px;
    padding: 0 18px;
}

.Nheader-menus-active {
    background: #3686CA;
    font-weight: bold;
    /*width: 80px;*/
    /* margin-right:12px; */
}


.Ntriangle-up {
    width: 108% !important;
    height: 0;
    border-left: 43px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 41px solid #5096D0;
    position: absolute;
    z-index: 1;
    bottom: 0px;
    /*left: 15px;*/
}


.Nheader-search {
    margin-left: 15px;
    /*width: 220px;*/
    min-width: 220px;
    display: flex;
    background-color: #fff;
    height: 32px;
    border-radius: 100px;

}


.Nsearch-drop {
    cursor: pointer;
    display: flex;
    align-items: center;
    color: #0264B5;
    font-size: 12px;
    list-style-type: none;
    position: relative;
    margin-left: 8px;
}

.navgation {
    margin: 2px 0 0 0;
    padding: 0;
    list-style-type: none;
    position: relative;
}

.search-type {
    cursor: pointer;
}

.search-type label {
    margin-bottom: 0;
    margin-right: 2px;
    cursor: pointer;
    margin-left: 5px;
}


.item-list {
    opacity: 0.9;
    margin-left: -10px;
    color: gray;
    display: none;
    position: absolute;
    top: 30px;
    background-color: white;
    z-index: 999;
    width: 85px;
    line-height: 30px;
    padding: 5px 10px;
    border-radius: 5px;
}

.item-list dl {
    cursor: pointer;
    /*border-bottom: 1px dashed #bdbdbd;*/
}

.item-list dl:hover {
    color: #0264B5;
    font-weight: bold;
}

.drop-list {
    display: none;
    position: absolute;
    top: 45px;
    margin-left: -10px;
    z-index: 10;
    list-style: none;
    background-color: white;
    color: gray !important;
    padding: 2px 10px;
    border-radius: 5px;
    opacity: 0.9;
    text-align: center;
}

.drop-list li {
    line-height: 30px;
}

.drop-list li:hover {
    color: #0264B5;
    font-weight: bold;
}


.Nsearch-icon {
    cursor: pointer;
    display: flex;
    align-items: center;
    color: #0264B5;
    font-size: 17px;
    padding: 0 12px;
}

.Nheader-search .form-control {
    padding: 4px;
    border: 0;
    height: 32px;
    background-color: transparent;
    border-color: transparent;
    font-size: 12px;
    transition: none;
    box-shadow: none;
    flex: 1;
}

.Nheader-search .form-control:focus {
    box-shadow: none;
}


.Nheader-buttons {
    display: flex;
    align-items: center;
    white-space: nowrap;
    /* margin-left: 50px; */
}


.Nspecter-button {
    padding: 0 8px;
    height: 25px;
    /*border: 1px solid rgba(255, 255, 255, 0.23137254901960783);*/
    border-radius: 15px;
    color: #FFFFFF;
    font-size: 12px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.NuserNameText {
    font-size: 14px;
    color: #fff;
}


/********************轮播图样式**********************/
.swiper {
    height: 330px;
    background-color: #00083A;
    min-width: 100%;
}

.swiper .swiper-container {
    height: 100%;
    width: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-img {
    width: 100%;
    height: 330px;
    background-color: #00083A;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.swiper-pagination-bullet {
    background: #FFFFFF !important;
    opacity: 0.38 !important;
}

.swiper-pagination-bullet-active {
    width: 36px !important;
    height: 8px !important;
    background: #FFFFFF !important;
    opacity: 1 !important;
    border-radius: 100px !important;
    transition: width 0.1s;
}

.swiper-pagination {
    bottom: 29px !important;
}

/********************数据分布**********************/

.dataDistribution {
    width: 85%;
    height: 120px;
    min-width: 1200px;
    margin: -60px auto;
    position: relative;
    z-index: 10;
}
.dataDistribution-header {
    background: #FFFFFF;
    padding: 0 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
    height: 40px;
}

.dataDistribution-header-left {
    display: flex;
    align-items: center;
    line-height: 1;
}

.dataDistribution-header-right {
}


.dataDistribution-header .text1 {
    font-size: 16px;
    color: #2B2B2B;
    font-weight: bold;
    padding-right: 9px;
    margin-right: 9px;
    border-right: 1px solid #2B2B2B;
}


.dataDistribution-header .text2 {
    font-size: 16px;
    color: #9a9a9a;
}


.dataDistribution-body {
    background-image: url(../images/v2/numBanner.png), linear-gradient(270deg, #FFFFFF 0%, #EDF6FF 50%, #FFFFFF 100%);
    background-position: center center; /* 背景图像居中 */
    background-repeat: no-repeat; /* 不重复背景图 */
    background-size: 100% auto;
    width: 100%;
    height: 100%;
    box-shadow: 0px 8px 16px 0px rgba(32, 56, 112, 0.07);
    border-radius: 10px 10px 10px 10px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}


.dataDistribution-item {
    width: 25%;
    text-align: center;
    position: relative;
}

.dataDistribution-item:not(:last-of-type)::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(../images/v2/borderRight.png);
    width: 1px;
    height: 54px;
    margin-top: 5px;
}

.dataDistribution-body .text1 {
    font-size: 16px;
    color: #000000;
    display: block;
    text-align: center;
    width: 100%;
    font-weight: 400;
    line-height: 18px;
    height: 16px;
    margin-top: 2px;
}

.dataDistribution-body .text2 {
    font-size: 35px;
    color: #0468BC;
    font-weight: 600;
    line-height: 46px;
    height: 55px;
}

/****************评估诊断*****************/
.pgBox {
    width: 85%;
    min-width: 1200px;
    margin: 80px auto 0;
}

.pgContentBox {
    height: 250px;
    margin-top: 20px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-end;
    gap: 15px;
}

.pgContentChild {
    flex: 1;
    height: 240px;
    border-radius: 8px;
    background: linear-gradient(to bottom, #FFFFFF, #F4FAFF);
    box-shadow: 0px 8px 16px 0px #D0D8DF;
    transition: width 0.3s ease, height 0.3s ease, background-image 0.3s ease-in-out;
    cursor:  pointer;
}

.pgContentChild:hover{
    height: 250px;
    background: url(../images/v2/cardGroup.png) no-repeat center center;
    background-size: cover;
    transform: scaleX(1.01);
}

.pgContentChild:hover .contentName{
    color: #FFFFFF;
    font-size: 20px;
    margin-top: -100px;
}

.pgContentChild:hover .contentDesc{
    color: #FFFFFF;
    margin-top: 100px;
}

.pgContentChild:nth-child(1) .contentImg {
    background-image: url(../images/v2/pg1.png);
    height: 48px;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 50px;
}

.pgContentChild:nth-child(2) .contentImg {
    background-image: url(../images/v2/pg2.png);
    height: 48px;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 50px;
}

.pgContentChild:nth-child(3) .contentImg {
    background-image: url(../images/v2/pg3.png);
    height: 48px;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 50px;
}

.pgContentChild:nth-child(4) .contentImg {
    background-image: url(../images/v2/pg4.png);
    height: 48px;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 55px;
}

.pgContentChild:nth-child(1):hover .contentImg{
    background-image: url(../images/v2/pg-h1.png);
    margin-top: 100px;
}

.pgContentChild:nth-child(2):hover .contentImg{
    background-image: url(../images/v2/pg-h2.png);
    margin-top: 100px;
}

.pgContentChild:nth-child(3):hover .contentImg{
    background-image: url(../images/v2/pg-h3.png);
    margin-top: 100px;
}

.pgContentChild:nth-child(4):hover .contentImg{
    background-image: url(../images/v2/pg-h4.png);
    margin-top: 100px;
}

.contentName {
    color: #000000;
    font-size: 22px;
    font-weight: 600;
    margin-top: 24px;
    text-align: center;
}

.contentDesc {
    color: #323232;
    font-size: 14px;
    font-weight: 400;
    margin-top: 20px;
    text-align: center;
}

/****************政策文件*****************/
.policyBox {
    width: 85%;
    min-width: 1200px;
    margin: 68px auto 0;
}

.policyContentBox {
    /*height: 500px;*/
    margin-top: 45px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-end;
    gap: 15px;
}

.policyContent{
    padding: 0 22px;
}

.policyContentChild {
    flex: 1;
    height: 395px;
    border-radius: 8px;
    background: #FFFFFF;
    box-shadow: 0px 8px 16px 0px #D0D8DF;
    overflow: hidden;
}

.policyContentChild .category{
    height: 75px;
}

.policyContentChild:nth-child(1) .category{
    background: url(../images/v2/policy_title_group1.png) no-repeat;
    background-size: cover;
}

.policyContentChild:nth-child(1) .categoryName::after{
    content: '';
    position: absolute;
    top: 0;
    left: -10px;
    background-image: url(../images/v2/policy_title_icon1.png);
    width: 2px;
    height: 18px;
    margin-top: 5px;
}

.policyContentChild:nth-child(2) .category{
    background: url(../images/v2/policy_title_group2.png) no-repeat;
    background-size: cover;
}

.policyContentChild:nth-child(2) .categoryName::after{
    content: '';
    position: absolute;
    top: 0;
    left: -10px;
    background-image: url(../images/v2/policy_title_icon2.png);
    width: 2px;
    height: 18px;
    margin-top: 5px;
}

.policyContentChild:nth-child(3) .category{
    background: url(../images/v2/policy_title_group3.png) no-repeat;
    background-size: cover;
}

.policyContentChild:nth-child(3) .categoryName::after{
    content: '';
    position: absolute;
    top: 0;
    left: -10px;
    background-image: url(../images/v2/policy_title_icon3.png);
    width: 2px;
    height: 18px;
    margin-top: 5px;
}

.categoryName{
    color: #2B2B2B;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    top: 16px;
    margin-left: 27px;
}

.categoryImg{
    width: 153px;
    height: 71px;
    float: right;
    margin-top: 2px;
    margin-right: 27px;
}

.articleBox{
    height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.articleBox:not(:last-of-type){
    border-bottom: 1px solid #EBEBEB;
}

.articleTitle{
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    margin: 5px 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
}

.articleDesc{
    margin: 5px 0;
}

.articleTag{
    display: inline-block;
}

.articleTag .tag{
    display: inline-block;
    width: 36px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    border-radius: 2px;
    background: #B82A2A;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 400;
    margin-right: 5px;
    cursor: pointer;
}

.articleTime{
    font-size: 14px;
    font-weight: 400;
    color: #9A9A9A;
    float: right;
}

.moreBox .more{
    width: 117px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #DBDBDB;
    color: #4A4A4A;
    font-size: 14px;
    font-weight: 400;
    margin: 16px auto 0;
    cursor: pointer;
}

/*********************首页供需图片********************/
.demandServiceBox{
    width: 100%;
    margin-top: 17px;
}

.demandServiceBox img{
    width: 100%;
}

/*********************解决方案******************/
.caseBox{
    width: 85%;
    min-width: 1200px;
    margin: 60px auto 0;
}

.caseTagBox{
    margin-top: 45px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 15px;
}

.caseTagBox .caseTagChild{
    flex: 0 0 calc(33.33% - 10px);
    height: 250px;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
}

.caseTagBox .caseTagChild:hover{
    opacity: 0.8;
}

.caseTagBox .caseTagChild:hover .caseTagTitleBox{
    display: none;
}

.caseTagBox .caseTagChild:hover .caseTitle{
    display: none;
}

/*.caseTagBox .caseTagChild:hover .case{*/
/*    display: block;*/
/*}*/

.caseTagBox .case {
    display: none; /* 默认隐藏 */
    opacity: 0; /* 初始透明度为0 */
    visibility: hidden; /* 初始不可见 */
    transform: translateY(20px); /* 初始位置稍微偏移 */
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, visibility 0.3s ease-in-out; /* 添加过渡效果 */
}
.caseTagTitleBox, .caseTitle {
    opacity: 1; /* 初始透明度为1 */
    transition: opacity 0.3s ease-in-out; /* 添加过渡效果 */
}


.case.show {
    display: block; /* 显示时设置为 block */
    opacity: 1; /* 显示时透明度为1 */
    visibility: visible; /* 显示时可见 */
    transform: translateY(0); /* 恢复到正常位置 */
    pointer-events: auto; /* 显示时允许交互 */
}

.caseTagTitleBox{
    margin: 31px 24px 0 24px;
    color: #FFFFFF;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.caseTagName{
    font-size: 24px;
    font-weight: 600;
}

.caseTagDetailBtn{
    display: inline-block;
    width: 86px;
    height: 24px;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #FFFFFF;
    text-align: center;
    line-height: 24px;
    cursor: pointer;
}

.caseTitle{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background: rgba(0, 0, 0, 0.63);
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    gap: 5px;
    padding-left: 15px;
}

.caseTitle span{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.caseTagBox .case{
    display: none;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out; /* 添加过渡效果 */
}

.caseTagBox .case .title{
    font-size: 22px;
    font-weight: 600;
    color: #FFFFFF;
    margin: 30px 30px 0 30px;
    line-height: 30px;
    text-shadow: 0px 2px 6px rgba(0,0,0,0.16);
    text-overflow: ellipsis;
    overflow: hidden;
}

.caseTagBox .case .content{
    height: 130px;
    font-size: 13px;
    font-weight: 400;
    color: #FFFFFF;
    margin: 13px 30px 0 30px;
    line-height: 25px;
    text-shadow: 0px 4px 10px rgba(0,0,0,0.3);
    text-overflow: ellipsis;
    overflow: hidden;
}

/*********************新闻资讯******************/
.informationBox{
    width: 85%;
    min-width: 1200px;
    margin: 46px auto 0;
}

.informationContentBox{
    height: 277px;
    margin-top: 30px;
}

.informationTags{
    height: 36px;
    border-bottom: 1px solid transparent;
    border-image: linear-gradient(to right, rgba(2,100,181,0.7) 0%, rgba(2,100,181,0.7) 16%, rgba(2,100,181,0) 100%) 1;
}

.informationTags .info_tag{
    width: 98.5px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    text-align: center;
    margin-right: -10px;
    color: #0264B5;
    font-size: 16px;
    font-weight: 400;
    background: url("../images/v2/tagDefault.png") no-repeat;
    cursor: pointer;
}
.info_tag {
    transition: all 0.3s ease;
}

.info_tag.active {
    color: #2196f3; /* 改变激活状态的颜色 */
}

.informationTags .active{
    color: #FFFFFF;
    background: url("../images/v2/tagActive.png") no-repeat;
}

.informationContent{
    margin-top: 16px;
    height: 225px;
    background: #ffffff;
    border-radius: 8px;
}

.informationContentL,.informationContentR{
    position: relative;
    width: 50%;
    height: 100%;
    display: inline-block;
    float: left;
}

.informationContentL::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 180px;
    border-right: 1px solid #D8D8D8;
    transform: translateY(-50%);
}

.informationContentL li,.informationContentR li{
    height: 55px;
    line-height: 55px;
    margin: 0 45px;
    font-size: 16px;
    cursor: pointer;
}

.informationContentL li .title,.informationContentR li .title{
    color: #2B2B2B;
    display: inline-block;
    width: 80%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.informationContentL li .title label,.informationContentR li .title label{
    color: gray;
    font-size: 24px;
    vertical-align: middle;
    width: 16px;
    display: inline-block;
}

.informationContentL li .time,.informationContentR li .time{
    color: #9A9A9A;
    float: right;
    font-size:14px;
}

.informationContentL li:not(:last-of-type),.informationContentR li:not(:last-of-type){
    border-bottom: 1px solid #D8D8D8;
}


/********************推荐**********************/

.recommended {
    display: flex;
    margin-bottom: 25px;
}

.recommended-left {
    width: calc(100% - 590px);
    margin-right: 24px;
    background-color: #fff;
}

.recommended-right {
    flex: 1;
    width: 598px;
}

/*********最新资讯************/

.journalism-items {
    background-color: #fff;
    padding: 32px 0px;
    padding-bottom: 15px;
}

.journalism-item {
    padding-bottom: 25px;
    display: flex;
    align-items: center;
    padding: 10px 24px;
}

.journalism-item:hover {
    box-shadow: 1px 1px 10px #8e8e8e;
}

.journalism-item img {
    width: 160px;
    height: 110px;
    border-radius: 8px;
    margin-right: 17px;
}


.journalism-item .time {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.journalism-item .time img {
    width: 14px;
    height: 14px;
    margin-right: 8px;
}


.journalism-item .time span {
    color: #9A9A9A;
    font-size: 12px;
}


.journalism-title {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.journalism-title .round {
    width: 8px;
    height: 8px;
    background: #2B2B2B;
    border-radius: 100%;
    margin-right: 6px;
    display: inline-block;
}

.journalism-item a {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #2B2B2B;
    cursor: pointer;
}

.journalism-item a:hover {
    color: #0264B5;
}

.journalism-item > div :hover .round {
    background: #0264B5;
}

.journalism-item p {
    font: 13px/24px Arial, sans-serif;
    line-height: 20px;
    color: #7E7E7E;
    margin-bottom: 12px;
    letter-spacing: 0;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    /*要显示的行数*/
    -webkit-box-orient: vertical;
    cursor: pointer;
}

/*********热门精选************/

.recommended-cont {
    background-color: #fff;
    padding: 10px 16px;
    border-radius: 8px;
    padding-bottom: 9px;
    margin-bottom: 10px;
}

.select-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hotselect-img {
    height: 35px;
}

.hotselect-text {
    position: relative;
    top: 4px;
    font-size: 14px;
    color: #0264B5;
    margin-left: 5px;
    cursor: pointer;
}

.more-img {
    height: 34px;
    cursor: pointer;
}

.select-cont {
    flex: 1;
    width: 100%;
    margin-top: 14px;
}

.select-cont .swiper-container {
    height: 100%;
}

.select-items {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding-top: 5px;
}

.select-item {
    width: 178px;
    height: 260px;
    cursor: pointer;
    border: 1px solid #EDEDED;
    border-radius: 8px;
    margin-right: 20px;
    position: relative;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
}

.select-item > div {
    z-index: 2;
    height: 109px;
    width: 100%;
    position: relative;
}

.select-item > img {
    position: absolute;
    left: 0;
    top: 0;
    /*width: 100%;*/
    height: 100%;
}

.mask {
    position: absolute;
    background: #040E19;
    opacity: 0.7;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.select-item-cont {
    position: relative;
    z-index: 3;
    padding: 0 11px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding-top: 8px;
    padding-bottom: 12px;
}

.select-item-cont .row1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.select-item-cont .row2 {
    text-align: left;
    letter-spacing: -0.5px;
}

.select-item-cont .row3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.select-item-cont .text1 {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #FFA731;
}

.select-item-cont .text2 {
    font-size: 12px;
    font-family: PingFang SC;
    color: #CECECE;
    text-decoration: line-through;
}

.select-item-cont .text3 {
    font-size: 14px;
    font-family: PingFang SC;
    /*font-weight: bold;*/
    color: #FFFFFF;
}

.select-item-cont .text4 {
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #CECECE;
}

.select-item-cont .text5 {
    font-size: 12px;
    font-family: PingFang SC;
    color: #CECECE;
}

/*********服务推荐************/

.serverRecommend {
    background-color: #fff;
    padding-top: 32px;
}

.serverRecommend-cont {
    background-color: #fff;
}

.serverRecommend-items {

    display: flex;
    flex-wrap: wrap;
    padding-left: 16px;
    padding-top: 16px;
}

.serverRecommend-item {
    width: 22%;
    height: 132px;
    border-radius: 8px;
    position: relative;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0 8px 8px 0;
    overflow: hidden;
}

.serverRecommend-item a {
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    z-index: 2;
    opacity: 0;
    border-radius: 8px;
    background-color: #007ADE;
    left: 0;
    top: 0;
    transition: all 0.3s;
}

.serverRecommend-item:hover a {
    opacity: 0.8;
}

.serverRecommend-item:hover .mask {
    display: block;
}

.serverRecommend-item:hover .text1 {
    display: block;
}

.serverRecommend-item img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    position: absolute;
    left: 0;
    top: 0;
}

.serverRecommend-item .text1 {
    position: relative;
    color: #fff;
    z-index: 3;
    font-size: 18px;
    font-weight: bold;
    display: none;
    padding: 0px 2px 10px 20px;
    line-height: 25px;
}

.serverRecommend-item .text2 {
    position: relative;
    color: #CDD4DA;
    z-index: 3;
    font-size: 12px;
}

.serverRecommend-item .mask {
    background: linear-gradient(180deg, rgba(16, 34, 69, 0.45) 0%, #000522 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    transition: all 0.3s;
    display: none;
}

.serverRecommend-button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 8px;
    padding-bottom: 40px;
}

/*********服务推荐2************/


.serverRecommend-items2 {

    display: flex;
    flex-wrap: wrap;
}

.serverRecommend-item2 {
    width: 379px;
    height: 197px;
    margin-bottom: 16px;
    border-radius: 8px;
    position: relative;
    cursor: pointer;
    margin-right: 31px;
    overflow: hidden;
    padding-bottom: 20px;
    justify-content: flex-end;
    flex-direction: column;
    padding-left: 23px;
    flex: 1;
    display: flex;
}

.serverRecommend-item2 a {
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    z-index: 5;
    opacity: 0;
    border-radius: 8px;
    background-color: transparent;
    left: 0;
    top: 0;
    transition: all 0.3s;
}

.serverRecommend-item2:hover a {
    opacity: 0.8;
}

.serverRecommend-item2:hover .mask {
    display: none;
}

.serverRecommend-item2 img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    position: absolute;
    left: 0;
    top: 0;
}

.serverRecommend-item2-cont {
    position: relative;
    z-index: 3;
}

.serverRecommend-item2 .text1 {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 8px;
}

.serverRecommend-item2 .mask {
    background: linear-gradient(180deg, rgba(16, 34, 69, 0.45) 0%, #000522 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    transition: all 0.3s;
}


/********************footer**********************/

/********************底部footer**********************/

.triangle-open {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 7px solid #bbb;
    display: inline-block;
    margin-left: 5px;
}

.triangle-close {
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 7px solid #bbb;
    display: inline-block;
    margin-left: 5px;
}

.homeFooter {
    background-color: #0264b5;
    height: 110px;
    position: relative;
    color: #FFFFFF;
    font-size: 14px;
}

.homeFooter .homeFooter-cont {
    width: 1250px;
    min-width: 1200px;
    max-width: 1250px;
    margin: 0 auto;
    height: 100%;
    background-image: url("../images/homeFooter.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: space-between;
    padding-top: 15px;
}

.homeFooter .left {
    flex: 1;
    /*height: 176px;*/
    z-index: 1;
    margin-left: 30px;
    margin-top: 10px;
}

.homeFooter .right {
    border-left: 1px solid #fff;
    padding-left: 25px;
    margin: 0 35px 10px 0px;
    /* width: 350px; */
    /*height: 275px;*/
    /*height: 150px;*/
    z-index: 1;
    /*margin-bottom: 10px;*/
}


.homeFooter .bottom {
    bottom: 0px;
    position: absolute;
    display: flex;
    text-align: center;
    align-items: center;
    font-size: 13px;
    z-index: -22;
}

.homeFooter-tab {
    display: flex;
    align-items: center;
}

.homeFooter-tab-item {
    font-size: 13px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #FFFFFF;
    padding-bottom: 2px;
    border-bottom: 1px solid transparent;
    cursor: pointer;
    margin-right: 40px;
}

.homeFooter-tab .active {
    border-color: #fff;
}


.homeFooter .text1 {
    font-size: 13px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #FFFFFF;
}

.homeFooter-links {
    display: flex;
    margin-top: 10px;
}

.homeFooter-links > div {
    flex: 1;

}

.homeFooter-links > div a {
    display: block;
    cursor: pointer;
    margin-bottom: 8px;
    color: #fff;
    font-size: 13px;
}

.homeFooter .qrcode {
    width: 80px;
    height: 80px;
    margin-right: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    padding: 4px;
}

.homeFooter .qrcode img {
    width: 100%;
    height: 100%;
}

.homeFooter-msg {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 70px;
    font-size: 13px;
    margin-right: 20px;
}

/********************公用**********************/

.serverRecommend-button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 16px;
    padding-bottom: 16px;
}


.tab {
    width: 100%;
    display: flex;
    align-items: center;
}

.tab-item {
    font-size: 14px;
    border-bottom: 2px solid transparent;
    padding: 10px;
    /*min-width: 56px;*/
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    height: 42px;
}

.tab .active {
    border-color: #0468BC;
    color: #0264B5;
    font-weight: bold;
}

/********************侧边栏**********************/

.slidingSidebar {
    width: 191px;
    background-color: #fff;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    position: fixed;
    left: -191px;
    top: 110px;
    z-index: 4;
    transition: all 0.3s;
    background-image: url(../images/slidingSidebarBg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.slidingSidebar-open {
    left: 0px;
}

.slidingSidebar-switch {
    width: 26px;
    height: 133px;
    cursor: pointer;
    position: absolute;
    right: -26px;
    top: 50%;
    margin-top: -66.6px;
    background-image: url(../images/slidingSidebarSwitch.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.slidingSidebar-items {
    display: flex;
    flex-wrap: wrap;
    padding-top: 34px;
    padding-left: 10px;
    padding-right: 10px;
}

.slidingSidebar-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50%;
    margin-bottom: 34px;
    cursor: pointer;
}

.slidingSidebar-item img {
    margin-bottom: 4px;
    height: 35px;
    width: 35px;
}

.slidingSidebar-item span {
    font-size: 14px;
    color: #2B2B2B;
}

.dot {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #fff;
}


.borderButton {
    padding: 0 15px;
    height: 25px;
    border: 1px solid #fff;
    border-radius: 100px;
    color: #FFFFFF;
    font-size: 14px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.imgBig {
    box-shadow: 0 2px 10px rgb(0 0 0 / 20%);
    margin-top: -8px;
}

/*服务信息模态框*/

.suggest-label-home {
    width: 75px;
    text-align: left;
}

.suggest-row-home {
    display: flex;
    margin: 10px;
    line-height: 30px
}

.suggest-input-home {
    width: 400px;
    height: 30px;
    font-size: 13px !important;
    margin-left: 20px;
}

.suggest-textarea-home {
    min-width: 400px;
    max-width: 400px;
    height: 120px !important;
    font-size: 13px !important;
    margin-left: 20px;
}

.oneLine {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

/******************页面动画效果*******************/
@keyframes appear {
    from{
        opacity: 0;
        transform: translateY(100px);
    }
    to{
        opacity: 1;
        transform: translateY(0px);
    }
}

.dataDistribution,.titleBox,.pgContentChild,.policyContentChild,.demandServiceBox,.caseTagChild,.informationTags,.informationContent,.moreBox{
    animation: linear 1s appear;
    animation-timeline: view();
    animation-range: 0 5%;
}
.policyContentChild.animate {
    opacity: 0;
    transform: translateX(-20px);
    transition: all 0.6s ease-in-out;
}

.policyContentChild.animate.in-view {
    opacity: 1;
    transform: translateX(0);
}

.visible {
    animation: fadeInUp 1s forwards; /* 动画持续1秒 */
}

.caseTagChild {
    opacity: 0; /* 初始透明度为0 */
    transition: opacity 0.5s ease-in-out; /* 添加过渡效果 */
    transform: translateY(20px); /* 初始位置向下偏移 */
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out; /* 添加过渡效果 */
}

/* 弹窗样式 */
.modal {
    display: none; /* 默认隐藏 */
    position: fixed; /* 固定位置 */
    z-index: 11; /* 确保在最上层 */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0,0,0,0.4); /* 半透明背景 */
}

.modal-content {
    background-color: #fefefe;
    margin: 13% auto; /* 垂直居中 */
    border: none;
    width: 80%;
    height:275px;
    max-width: 300px;
    border-radius: 10px; /* 圆角 */
    box-shadow: none;
    text-align: center;
    background: url(../images/alert_bg.png) no-repeat;
    background-size:100%;
    position:relative;
}

.modal .mclose {
    color: #0468BC;
    font-size: 23px;
    line-height: 0;
    position: absolute;
    right:-5px;
    top:36px;
    background-color: #FFF;
    border: 1px solid #0468BC;
    display: block;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    line-height: 23px;
}

.modal .mclose:hover,.mclose:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.modal-content p{
    line-height: 220px;
    font-size: 23px;
    color: #FFF;
}

.modal-btn{
    display: inline-block;
    background-color:#0468BC;
    color:#FFF;
    border-radius: 10px;
    width:90%;
    margin:0 auto;
    text-align: center;
    height:38px;
    line-height: 38px;
    cursor: pointer;
}
.modal-btn:hover{color:#FFF;background-color: #0468BC}


.modal-alert-bg {
    display: none; /* 默认隐藏 */
    position: fixed; /* 固定位置 */
    z-index: 11; /* 确保在最上层 */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0,0,0,0.4); /* 半透明背景 */
}

.modal-alert {
    background-color: #fefefe;
    margin: 13% auto; /* 垂直居中 */
    border: none;
    width: 80%;
    max-width: 340px;
    border-radius: 10px; /* 圆角 */
    box-shadow: none;
    text-align: center;
    padding: 15px;
}

.modal-alert-title{
    height: 23px;
    line-height: 23px;
    font-size: 14px;
    text-align: left;
    position:relative;
}
.modal-alert-content{
    font-size: 14px;
    text-align: left;
    padding: 25px;
    display: flex;
    justify-content: center;
}
.modal-alert-content span{
    font-size:20px;
}

.modal-alert-bg .wait{
    background-image:url('../images/wait.png');
    background-repeat: no-repeat;
    background-size:100%;
    display: inline-block;
    width:30px;height:30px;margin-right:10px;
}


.modal-alert-bg span{
    line-height: 30px;height:30px;
}

.modal-alert-bg .mclose {
    color: #0468BC;
    font-size: 23px;
    position: absolute;
    right:-5px;
    top: 0;
    display: block;
    height: 25px;
    width: 25px;
    line-height: 23px;
}

.modal-alert-bg .mclose:hover,.mclose:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.modal-yes{
    display: inline-block;
    background-color:#0468BC;
    color:#FFF;
    border-radius: 5px;
    width:90px;
    margin:0 auto;
    text-align: center;
    height:38px;
    line-height: 38px;
    cursor: pointer;
}
.modal-yes:hover{color:#FFF;background-color: #0468BC}
