/*
 * @作者: 屈琪琪
 * @创建时间: 2025-07-10 15:03:02
 * @修改时间: 2025-07-11 16:45:01
 * @版本: [1.0]
 * @版权: 国泰新点软件股份有限公司
 * @描述: 
 */
@charset "UTF-8";

@font-face {
    font-family: Source Han Sans CN;
    src: url("/css/fonts/SourceHanSansCN-Regular/SourceHanSansCN-Regular.woff") format("woff"), url("/css/fonts/SourceHanSansCN-Regular/SourceHanSansCN-Regular.ttf") format("truetype"), url("/css/fonts/SourceHanSansCN-Regular/SourceHanSansCN-Regular.eot") format("embedded-opentype");
}

@font-face {
    font-family: DingTalk JinBuTi;
    src: url("/css/fonts/DingTalk-JinBuTi.woff") format("woff"),
        url("/css/fonts/DingTalk-JinBuTi.ttf") format("truetype");
}

@font-face {
    font-family: "YouSheBiaoTiHei";
    src: url("/css/fonts/YouSheBiaoTiHei.ttf") format("truetype");
}



a {
    text-decoration: none;
}

ul {
    list-style: none;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

.banner {
    width: 1920px;
    height: 412px;
    /* background: url('/images/newbanner.png') no-repeat center; */
}
.banner img{
    width:100%;
    height:100%;
}
.row {
    display: flex;
}

.container1200 {
    width: 1200px;
    margin: 0 auto;
}

.ewb-info-warp {
    width: 100%;
    background: #F2F9FF;
    padding: 40px 0;
}

.ewb-infobox {
    width: 100%;
    display: flex;
    box-shadow: 0px 4px 20px 0px #316E9F33;
    background: #FFFFFF;
    border-radius: 8px;
    padding: 28px;

    box-sizing: border-box;
}

.ewb-infobox .left {
    margin-right: 28px;
}

.ewb-infobox .right {
    width: 340px;
    flex: 1;
}

.infotabs {
    display: flex;
    gap: 40px;

    border-bottom: 1px solid #DCE1E8;
}

.infotabs .infotab {
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #4E6475;
    cursor: pointer;
    padding-bottom: 18px;
}

.infotabs .infotab.active {
    font-weight: 700;
    color: #077EE1;
    border-bottom: 3px solid #077EE1;
}

.infolist {
    height: 310px;
    overflow: auto;
    padding-top: 6px;
}

.infocell {
    display: flex;
    justify-content: space-between;
    gap: 35px;
    padding: 13px 0;
    border-bottom: 1px dashed #0000001A;
    cursor: pointer;
}

.infocell:hover .tit {
    background: url('/images/icon_left_tit_hover.png') no-repeat left center;
}

.infocell:hover .date,
.infocell:hover .tit {
    color: #077EE1;
}

.infocell .tit {
    width: calc(100% - 150px);
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #333;
    padding-left: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url('/images/icon_left_tit.png') no-repeat left center;
}

.infocell .date {
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #999;
}


/* 轮播 */
.infoswiper {
    width: 580px;
    height: 360px;
    border-radius: 8px;
}

.infoswiper img {
    width: 580px;
    height: 360px;
}

.infoswiper .swiper-slide {
    position: relative;
}

.infoswiper .swiper-slide .titbox {
    background: #00000099;
    backdrop-filter: blur(8px);
    width: 580px;
    height: 48px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.infoswiper .swiper-slide .title {
    width: 300px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 14px;
    line-height: 48px;
    color: #fff;
    padding-left: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.infoswiper-dots {
    width: calc(100% - 20px) !important;
    text-align: right !important;
    padding-right: 20px;
}

.infoswiper-dots .swiper-pagination-bullet-active {
    background: #fff;
}

.infoswiper-dots .swiper-pagination-bullet {
    background: #FFFFFF;
    opacity: 0.3px;
}


/* 通知公告 */
.ewb-notice {
    height: 80px;
    display: flex;
    align-items: center;
    border-radius: 8px;
    padding: 10px 20px 10px 10px;
    box-shadow: 0px 4px 20px 0px #316E9F33;
    background: #FFFFFF;
    margin-top: 28px;
}

.notice-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 140px;
    height: 80px;
    box-shadow: 0px 4px 12px 0px #077EE133;
    background: url('/images/bg_notice.png') no-repeat;

}

.notice-title .tit {
    font-family: YouSheBiaoTiHei;
    font-weight: 400;
    font-size: 24px;
    line-height: 22px;
    letter-spacing: 2px;
    color: #EBF6FF;
    text-align: center;
    text-shadow: 0px 2px 4px #0065C499;
    margin-bottom: 8px;
}

.notice-title .more {
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    margin-left: 24px;
    cursor: pointer;
}

.notice-list {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 12px 26px;
    margin-left: 28px;
}

.notice-list .infocell {
    width: calc(50% - 13px);
    border-bottom: none;
    padding: 0;
}

.notice-list .infocell .tit {
    width: 350px;
}


/* 政策列表 */
.ewb-policy-warp {
    height: 190px;
    padding: 40px 0;
}

.policy-swiper-box {
    width: 1300px;
    position: relative;
    margin: 0 auto;
}

.policy-swiper {
    width: 1200px !important;
    margin: 0 auto;
    padding-top: 10px !important;
}

.policy-list {
    width: 1200px !important;
}

.policy-item {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 173px;
    height: 124px;
    border-radius: 8px;
    padding: 28px 22px;
    /* cursor: pointer; */
    background-size:cover !important;
}

.policy-item:hover {
    transform: translateY(-10px);
    box-shadow: 0px 4px 12px 0px #077EE133;
}

.policy-item .title {
    font-family: DingTalk JinBuTi;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    line-height: 24px;
    color: #fff;


}

.policy-item .more {
    position: absolute;
    left: 22px;
    bottom: 28px;
    width: 52px;
    height: 24px;
    border-radius: 12px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    padding-right: 10px;
    background: url('/images/icon_arrow.png') no-repeat 45px center, #FFFFFF40;
    cursor: pointer;
}

.policy-item .more:hover {
    color: #077EE1;
    background: url('/images/icon_arrow_hover.png') no-repeat 45px center, #fff;
}

.policy1 {
    background: url('/images/bg_policy1.png') no-repeat;
}

.policy1 .title {
    text-shadow: 0px 2px 3px #D15A59;
}

.policy2 {
    background: url('/images/bg_policy2.png') no-repeat;
}

.policy2 .title {
    text-shadow: 0px 2px 3px #2B84DD;

}

.policy3 {
    background: url('/images/bg_policy3.png') no-repeat;
}

.policy3 .title {
    text-shadow: 0px 2px 3px #19A368;

}

.policy4 {
    background: url('/images/bg_policy4.png') no-repeat;
}

.policy4 .title {
    text-shadow: 0px 2px 3px #D67010;

}

.policy5 {
    background: url('/images/bg_policy5.png') no-repeat;
}

.policy5 .title {
    text-shadow: 0px 2px 3px #2B84DD;
}

.policy-swiper-box .swiper-button-next {
    top: 115px;
    right: 0px;
    width: 32px;
    height: 32px;
    background: url('/images/icon_next.png') no-repeat;
}

.policy-swiper-box .swiper-button-next:hover {
    background: url('/images/icon_next_hover.png') no-repeat;
}

.policy-swiper-box .swiper-button-prev {
    top: 115px;
    left: 0px;
    width: 32px;
    height: 32px;
    transform: rotate(180deg);
    background: url('/images/icon_next.png') no-repeat;
}

.policy-swiper-box .swiper-button-prev:hover {
    transform: rotate(180deg);
    background: url('/images/icon_next_hover.png') no-repeat;
}

.policy-swiper-box .swiper-button-next:after,
.policy-swiper-box .swiper-button-prev:after {
    content: '';
}


/* 政务服务 */
.ewb-affairs-warp {
    padding: 40px 0;
    background: #F2F9FF;
}

.affairs-tabs {
    display: flex;
    gap: 28px;
    align-content: center;
    margin-bottom: 40px;
}

.affairs-tabs .tab {
    flex: 1;
    height: 88px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    font-style: Medium;
    font-size: 28px;
    line-height: 88px;
    color: #334350;
    text-align: center;
    border-radius: 8px;
    background: url('/images/bg_tab.png') no-repeat;
    cursor: pointer;
}

.affairs-tabs .tab.active {
    font-family: Source Han Sans CN;
    font-weight: 700;
    font-style: Bold;
    font-size: 28px;
    color: #fff;
    background: url('/images/bg_tab_active.png') no-repeat;
}

/* 政务公开 */
.infopublic2-com-tabs,
.infopublic-com-tabs {
    width: 734px;
    height: 360px;
    padding: 28px;
    border-radius: 8px;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px 0px #316E9F33;

}

.module-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-left: 28px;
}

.module-item {
    width: calc(50% - 12px);
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 4px;
    box-sizing: border-box;
}

.module-item:hover {
    border: 1px solid #FFFFFF;
    box-shadow: 0px 4px 12px 0px #077EE133;
}

.module-item a {
    font-family: Source Han Sans CN;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    text-decoration: none;
    /* 去除下划线 */
}



/* 背景颜色循环：蓝、紫、绿、黄 */
.module-item:nth-child(5n+1) {
    background: url('/images/icon_circle.png') 39px 14px no-repeat, linear-gradient(180deg, #EDF7FF 0%, #DAEEFF 100%);
    /* 蓝色 */
}

.module-item:nth-child(5n+1) a {
    color: #005094;
}

.module-item:nth-child(5n+2) {
    background: url('/images/icon_circle.png') 39px 14px no-repeat, linear-gradient(180deg, #F1F5FF 0%, #E1E8FF 100%);
    /* 紫色 */
}

.module-item:nth-child(5n+2) a {
    color: #253E98;
}

.module-item:nth-child(5n+3) {
    background: url('/images/icon_circle.png') 39px 14px no-repeat, linear-gradient(180deg, #EEFAF5 0%, #DAEEE5 100%);
    /* 绿色 */
}

.module-item:nth-child(5n+3) a {
    color: #125C3A;
}

/* 第4和第5个都使用黄色 */
.module-item:nth-child(5n+4),
.module-item:nth-child(5n+5) {
    background: url('/images/icon_circle.png') 39px 14px no-repeat, linear-gradient(181.31deg, #FFF9F1 0.78%, #F7E9D7 98.88%);
    /* 黄色 */
}

.module-item:nth-child(5n+4) a,
.module-item:nth-child(5n+5) a {
    color: #513514;
}

.module-item:last-child {
    background: url('/images/icon_circle.png') 39px 14px no-repeat, linear-gradient(180deg, #EDF7FF 0%, #DAEEFF 100%);
}

.module-item:last-child a {
    color: #005094;
}



.poblicinfo {
    display: flex;
    align-items: center;
    list-style: none;
    gap: 26px;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 28px;
}

.poblicinfo li {
    height: 160px;
    flex: 1 1 calc(16.666% - 26px);
    background: url('/images/bg_policyitem.png') no-repeat;
    border-radius: 8px;
    box-shadow: 0px 4px 20px 0px #316E9F33;
    text-align: center;
    padding: 16px 33px;
    box-sizing: border-box;
    cursor: pointer;
}

.poblicinfo li:hover {
    border: 1px solid #077EE1;
}

.poblicinfo li:hover a span {
    color: #077EE1;
}

.poblicinfo li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #333;
    text-decoration: none;
    width: 100%;
    height: 100%;
}

.poblicinfo li a .icon {
    width: 67px;
    height: 61px;
    margin-bottom: 16px;
}

.poblicinfo li a .icon img {
    width: 100%;
    height: 100%;
}

.poblicinfo li a span {
    font-family: Source Han Sans CN;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #333;
}

/* 互动交流 */
.letter-warp {
    margin-right: 28px;
}

.letter-item {
    position: relative;
    width: 382px;
    height: 158px;
    border-radius: 8px;
    padding-top: 36px;
}

.letter-item:first-child {
    margin-bottom: 28px;
    background: url('/images/bg_letter1.png') no-repeat;
}



.letter-item:last-child {
    background: url('/images/bg_letter2.png') no-repeat;
}

.letter-item:hover {
    box-shadow: 0px 4px 20px 0px #316E9F33;

}

.letter-item .title {
    display: inline-block;
    height: 28px;
    font-family: Source Han Sans CN;
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    line-height: 28px;
    color: #333;
    padding-left: 28px;
    border-left: 6px solid #42B080;
}

.letter-item:last-child .title {
    border-left: 6px solid #077EE1;
}

.letter-item .more {
    position: absolute;
    left: 36px;
    bottom: 44px;
    width: 92px;
    height: 28px;
    border-radius: 20px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    color: #fff;
    text-align: center;
    padding-right: 10px;
    background: url('/images/icon_arrow.png') no-repeat 75px center, #C0E7D6;
    cursor: pointer;
}

.letter-item .more:hover {
    background: url('/images/icon_arrow.png') no-repeat 75px center, #42B080;

}

.letter-item:last-child .more {
    background: url('/images/icon_arrow.png') no-repeat 75px center, #A2D8F9;
}

.letter-item:last-child .more:hover {
    background: url('/images/icon_arrow.png') no-repeat 75px center, #077EE1;
}

/* 政务服务 */
.card-warp {
    width: 530px;
    height: 360px;
    padding: 28px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0px 4px 20px 0px #316E9F33;
}

.card-title {
    font-family: Source Han Sans CN;
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    line-height: 24px;
    color: #077EE1;
    padding-bottom: 18px;
    border-bottom: 1px solid #DCE1E8;
    margin-bottom: 20px;
}

.card-title span {
    padding-bottom: 14px;
    border-bottom: 3px solid #077EE1;
}


.service-list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    gap: 20px;
    padding: 0;
    margin: 0;
}

.mar20 {
    margin-right: 20px;
}

.service-list .service-item {
    box-sizing: border-box;
    height: 61px;
    width: calc(50% - 20px);
    padding: 19px 23px;
    background: url('/images/bg_server.png') right bottom no-repeat, linear-gradient(90deg, #EDF7FF 0%, #DFF0FE 100%);
    border-radius: 8px;

}

.service-list .service-item a {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.service-list .service-item:hover {
    border: 1px solid #077EE1;
    background: url('/images/bg_server.png') right bottom no-repeat, #fff;

}

.service-list .service-item:hover span {
    color: #077EE1;
}

.service-list .service-item i {
    display: inline-block;
    margin-right: 11px;
    background-size: cover;
    background-position: center;
}

.service-list .service-item span {
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #333;
}

.icon-hukou {
    width: 22px;
    height: 22px;
    background-image: url('/images/hukou-icon.png');
}

.icon-gjj {
    width: 24px;
    height: 22px;
    background-image: url('/images/gjj-icon.png');
}

.icon-shebao {
    width: 24px;
    height: 24px;
    background-image: url('/images/shebao-icon.png');
}

.icon-cheliang {
    width: 22px;
    height: 20px;
    background-image: url('/images/cheliang-icon.png');
}

.icon-sbk {
    width: 24px;
    height: 21px;
    background-image: url('/images/sbk-icon.png');
}

.icon-xueli {
    width: 26px;
    height: 21px;
    background-image: url('/images/xueli-icon.png');
}

.icon-tongban {
    width: 20px;
    height: 25px;
    background-image: url('/images/tongban-icon.png');
}

.icon-qiyexinyong {
    width: 33px;
    height: 31px;
    background-image: url('/images/qiyexinyong-icon.png');
}

.service-grid {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.service-grid .service-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 117.5px;
    height: 143px;
    border-radius: 8px;
    padding: 20px 4px;
    cursor: pointer;
}

.service-grid .service-item:hover {
    box-shadow: 0px 4px 12px 0px #077EE133;
}

.service-grid .service-item::before {
    content: '';
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-bottom: 16px;
}

.service-grid .service-item:nth-child(1) {
    background: url('/images/bg_publicservice1.png') no-repeat;
}

.service-grid .service-item:nth-child(1)::before {
    box-shadow: 0px 4px 10px 0px #DCEEFF;
    background: url('/images/icon_publicservice1.png') no-repeat;
}

.service-grid .service-item:nth-child(2) {
    background: url('/images/bg_publicservice3.png') no-repeat;
}

.service-grid .service-item:nth-child(2)::before {
    box-shadow: 0px 4px 10px 0px #FDEDDD;
    background: url('/images/icon_publicservice2.png') no-repeat;
}

.service-grid .service-item:nth-child(3) {
    background: url('/images/bg_publicservice4.png') no-repeat;
}

.service-grid .service-item:nth-child(3)::before {
    box-shadow: 0px 4px 10px 0px #CFF1F2;
    background: url('/images/icon_publicservice3.png') no-repeat;
}

.service-grid .service-item:nth-child(4) {
    background: url('/images/bg_publicservice2.png') no-repeat;
}

.service-grid .service-item:nth-child(4)::before {
    box-shadow: 0px 4px 10px 0px #D8DBFF;
    background: url('/images/icon_publicservice4.png') no-repeat;
}

.service-grid .service-item:nth-child(5) {
    background: url('/images/bg_publicservice3.png') no-repeat;
}

.service-grid .service-item:nth-child(5)::before {
    box-shadow: 0px 4px 10px 0px #FDEDDD;
    background: url('/images/icon_publicservice5.png') no-repeat;
}

.service-grid .service-item:nth-child(6) {
    background: url('/images/bg_publicservice2.png') no-repeat;
}

.service-grid .service-item:nth-child(6)::before {
    box-shadow: 0px 4px 10px 0px #D8DBFF;
    background: url('/images/icon_publicservice6.png') no-repeat;
}

.service-grid .service-item:nth-child(7) {
    background: url('/images/bg_publicservice1.png') no-repeat;
}

.service-grid .service-item:nth-child(7)::before {
    box-shadow: 0px 4px 10px 0px #DCEEFF;
    background: url('/images/icon_publicservice7.png') no-repeat;
}

.service-grid .service-item:nth-child(8) {
    background: url('/images/bg_publicservice4.png') no-repeat;
}

.service-grid .service-item:nth-child(8)::before {
    box-shadow: 0px 4px 10px 0px #CFF1F2;

    background: url('/images/icon_publicservice8.png') no-repeat;
}

.service-grid .service-item a {
    font-family: Source Han Sans CN;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    color: #314564;
}


/* 政务服务办件量统计 */
.ewb-count {
    padding: 40px 0;
    background: url('/images/bg1.png') center no-repeat;
    background-size: 100% 100%;
}

.stats-container {
    display: flex;
    align-items: center;
    overflow: hidden;
}

.stats-header {
    width: 152px;
    height: 140px;
    background: url('/images/bg_count.png') no-repeat;
    padding: 28px 26px 28px 14.5px;
    box-sizing: border-box;
}

.stats-header h2 {
    font-family: YouSheBiaoTiHei;
    font-weight: 400;
    font-size: 24px;
    color: #fff;
    line-height: 32px;
    text-align: center;
    text-shadow: 0px 2px 4px #0065C499;

}

.stats-content {
    flex: 1;
    height: 116px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 26px 30px;
    margin-left: -12px;
    box-shadow: 0px 4px 20px 0px #316E9F33;
    box-sizing: border-box;
    background: #fff;
    border-radius: 8px;
}

.stat-item {
    display: flex;
    align-items: center;
}

.stat-item .icon {
    width: 40px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}



.info .title {
    font-family: Source Han Sans CN;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #333;
    margin-bottom: 14px;
}

.info .value {
    font-family: OPPOSans;
    font-weight: 400;
    font-size: 24px;
    line-height: 22px;
    color: #077EE1;
}

.info .unit {
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #999;
    padding-left: 4px;
}

.link-list {
    display: flex;
    align-items: center;
    gap: 28px;
    margin-top: 40px;
}

.link-list li {
    width: 217.6px;
    height: 100px;
    border-radius: 8px;
    background: url('/images/bg_link.png') no-repeat;
    box-shadow: 0px 4px 20px 0px #316E9F33;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.link-list li:hover {
    transform: translateY(-10px);
}

.oldModel .infotabs .infotab {
    line-height: 30px;
}


.info-com-tab-bdl{
    width:inherit;
}


.com-tab-hdl a{
	color:inherit;
}