/*  Flex布局相关公共样式 */
.flex {
    display: flex;
}

.flex-center {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.flex-space-between {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.flex-center-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.flex-left {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;

}

.flex-right {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;

}

.flex-top {
    display: flex;
    align-items: flex-start;

}

.flex-row {
    display: flex;
    flex-direction: row;
}

.flex-col {
    display: flex;
    flex-direction: column;
}

.flex-1 {
    flex: 1;
}

.flex-wrap {
    flex-wrap: wrap;
}

.jc-start {
    justify-content: flex-start;
}

.jc-end {
    justify-content: flex-end;
}

.jc-center {
    justify-content: center;
}

.jc-around {
    justify-content: space-around;
}

.jc-between {
    justify-content: space-between;
}

.ai-start {
    align-items: flex-start;
}

.ai-end {
    align-items: flex-end;
}

.ai-center {
    align-items: center;
}

.pr {
    position: relative;
}

.pa {
    position: absolute;
}

.w-100 {
    width: 100%;
}

.w-0 {
    width: 0;
}

.h-100 {
    height: 100%;
}

.h-0 {
    height: 0;
}

.w-50 {
    width: 50%;
}

.l-0 {
    left: 0;
}

.r-0 {
    right: 0;
}

/* 文字溢出 */
.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ellipsis2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.ellipsis3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.ellipsis4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.ellipsis5 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

div {
    box-sizing: border-box;
}

.big-bg {
    min-height: 6150px;
    background: url('http://www.gxzf.gov.cn/material/images/tjjtjw/big-main.png');
    background-size: 100% 100%;
}

.logo-div {
    top: 35px;
    left: 380px;
}

.main-area {
    min-height: 5130px;
}

.content-area {
    width: 1200px;
    margin: 0 auto;
}

.intro-div {
    background: url('http://www.gxzf.gov.cn/material/images/tjjtjw/intro-bg.png') no-repeat;
    height: 370px;
    font-size: 18px;
    line-height: 35px;
    color: #0D7FA5;
    text-indent: 2.5rem;
    padding: 30px 30px 0 265px;
}

.point-active {
    margin-top: 60px;
}

.text-div {
    font-size: 14px;
    color: #1A93AC;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.1) 0%, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0.1) 100%);
    padding: 2px 80px;
}

.second-div {
    top: 116px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 100%;
}

.special-img {
    right: 410px;
    top: 90px;
}

.special-img2 {
    top: 100px;
    right: 220px;
}

.second-more {
    position: absolute;
    top: -20px;
    right: 90px;
}

.point-content {
    height: 425px;
    background: url('http://www.gxzf.gov.cn/material/images/tjjtjw/point-active-bg.png') no-repeat;
    margin-top: 40px;
}

.point-c-right {
    width: 435px;
    height: max-content;
    right: 40px;
    top: 20px;
}

.point-c-right-title {
    margin-bottom: 15px;
    color: #1A93AC;
}

.point-c-b {
    padding-bottom: 15px;
    border-bottom: 1px dashed #D0D0D0;
    margin-bottom: 20px;
}

.point-r-li {
    box-sizing: border-box;
    color: #1E1E1E;
    font-size: 20px;
    line-height: 50px;
    padding-left: 25px;
    /* margin-bottom: 20px; */
}

.point-r-ul {
    /* padding-left: 25px; */
}

.point-r-li a {
    position: relative;
}

.point-r-li a::before {
    width: 10px;
    height: 10px;
    content: '';
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    background-color: #41B5CE;
    top: 50%;
    transform: translateY(-50%);
    left: -20px;
}

.custom-bg {
    width: max-content;
    padding: 2px 90px;
    font-size: 14px;
    color: #1A93AC;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.1) 0%, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0.1) 100%);
}

.policy-custom-bg {
    top: 116px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 100%;
}

/* .policy .custom-bg:nth-child(2) img {
    bottom: 35px;
    right: 190px;
} */

.policy-div {
    margin-top: 20px;
    padding: 35px 20px 35px 20px;
    background-color: #F0F8FF;
    border-radius: 10px;
    height: 325px;
    position: relative;
    margin-right: 20px;
}

.split-div {
    border-left: 1px dashed #1A93AC;
    position: absolute;
    height: calc(100% - 70px);
    top: 35px;
    left: 35px;
}


.policy {
    margin-top: 20px;
}

.policy .pr:nth-child(2) .policy-div {
    margin-top: 27px;
    margin-left: 20px;
    margin-right: 0;
}

.policy .pr {
    width: 0;
    flex-shrink: 1;
}

.policy-div ul {
    box-sizing: border-box;
    /* border-left: 1px dashed #1A93AC; */
    height: 100%;
    /* padding-left: 25px; */
}

.policy-div li {
    line-height: 50px;
    padding-left: 40px;
}

.policy-div li a {
    position: relative;
}

.policy-div li a::before {
    width: 10px;
    height: 10px;
    content: '';
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    background-color: #1A93AC;
    top: 50%;
    transform: translateY(-50%);
    left: -30px;
    z-index: 10;
}

.policy-div li a::after {
    width: 30px;
    height: 30px;
    content: '';
    display: none;
    position: absolute;
    border-radius: 50%;
    background-color: #3C79D6;
    top: 50%;
    transform: translateY(-50%);
    left: -40px;
}

.policy-div li:hover a {
    color: #1A93AC;
    font-weight: bold;
}

.policy-div li:hover a::after {
    display: inline-block;
}

.policy-div li:hover a::before {
    background-color: #FBEAB1;
}


.media-focus {
    margin-top: 50px;
}

.media-custom-bg {
    top: 116px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 100%;
}


.media-container {
    height: 860px;
    background: url('http://www.gxzf.gov.cn/material/images/tjjtjw/media-content-bg.png') no-repeat;
    background-size: 100% 100%;
    width: 100%;
    top: 2545px;
    /* margin-top: 20px; */
}

.media-temp {
    height: 860px;
}

.media-content {
    /* background: url('http://www.gxzf.gov.cn/material/images/tjjtjw/media-content.png') no-repeat; */
    /* background-size: 100% 100%; */
    /* width: 100%; */
}

.base-img {
    bottom: 10px;
}


.data-hub {
    margin-top: 60px;
}


.hub-custom-bg {
    top: 116px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 100%;
}

.hub-list {
    margin-top: 20px;
}

.hub-text {
    font-size: 34px;
    font-weight: bold;
    line-height: 48px;
    position: absolute;
    color: #fff;
    letter-spacing: 1px;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}

.transform-pra {
    margin-top: 60px;
}

.transform-custom-bg {
    /* left: 365px; */
    top: 116px;
    left: 50%;
    max-width: 100%;
    transform: translateX(-50%);
}



.pa-img {
    top: 90px;
    right: 380px;
}

.transform-content {
    margin-top: 40px;
    min-height: 550px;
}

.transform-left-c {
    padding-right: 25px;
}

.transform-right-c {
    background-color: #fff;
    border-radius: 10px;
    padding: 25PX;
}

.img-container {
    height: 320px;
}

.left-c-div {
    height: 168px;
    box-sizing: border-box;
    padding: 10px 15px;
    background: url('http://www.gxzf.gov.cn/material/images/tjjtjw/transform-left-div-bg.png') no-repeat;
    background-size: 100% 100%;
}

.img-div {
    width: 220px;
    border: 8px solid #B4F1D1;
    flex-shrink: 0;
}

.des-div {}

.des-div div:nth-child(1) {
    color: #FDF6D0;
    font-size: 20px;
    line-height: 30px;
    border-bottom: 1px dashed #D0D0D0;
}

.des-div div:nth-child(2) {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 24px;
    text-indent: 2rem;
}

.gap-div {
    width: 20px;
    flex-shrink: 0;
}

.img-container .pa {
    height: 58px;
    font-size: 20px;
    width: 100%;
    line-height: 48px;
    color: #fff;
    bottom: 0;
    left: 0;
    background-color: rgba(86, 187, 140, 0.5);
}

.situation-div {
    margin-top: 10px;
}

.situation-div ul {
    padding-left: 20px;
}

.num-div {
    width: 50px;
    height: 20px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: normal;
    flex-shrink: 0;
    padding-left: 13px;
    background: url('http://www.gxzf.gov.cn/material/images/tjjtjw/transform-right-div-bg.png') no-repeat;
    margin-top: 15px;
}

.situation-div li {
    font-size: 18px;
    line-height: 45px;
}


.ques-answer {
    margin-top: 60px;
}

.qa-content {
    margin-top: 0px;
}

.qa-item {
    background: url('http://www.gxzf.gov.cn/material/images/tjjtjw/ques-answer-bg.png') no-repeat;
    min-height: 310px;
    background-size: 100% 100%;
    width: 0;
    flex-shrink: 1;
}

.ques-div {
    line-height: normal;
    font-weight: bold;
    padding-left: 35px;
    padding-top: 86px;
}

.ques-text {
    background: url('http://www.gxzf.gov.cn/material/images/tjjtjw/ques-bg.png') no-repeat;
    background-size: 100% 100%;
    min-height: 50px;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    align-items: center;
    display: flex;
    padding: 10px 0 10px 15px;
    margin-top: 70px;
}

.qa-split {
    width: 30px;
}

.ques-message {
    right: 50px;
    position: absolute;
    top: -20px;
}

.ques-text div:first-child {
    width: 70%;
    word-break: break-all;
    /* white-space: ; */
}

.answer-div img {
    width: 31px;
    height: 43px;
}

.answer-div {
    margin-top: 15px;
    margin-left: 40px;
    line-height: 45px;
    font-size: 18px;
}

.answer-light {
    left: 30px;
    top: 95px;
}

.answer-div div:nth-child(1) {
    width: max-content;
    word-break: break-all;
}

.answer-div div:nth-child(2) {
    margin-left: 5px;
    margin-top: 10px;
    width: 70%;
}


.service-pla {
    margin-top: 45px
}

.service-content {
    margin-top: 20px;
}

.footer-info {
    background: url('http://www.gxzf.gov.cn/material/images/tjjtjw/footer-bg.png') no-repeat;
    background-size: 100% 100%;
    height: 420px;
}

.footer-content {
    width: 1200px;
}

.footer-content div:first-child {
    width: 415px;
    flex-shrink: 0;
}

.footer-content div:nth-child(2) {
    line-height: 36px;
    font-size: 16px;
    color: #000000;
}


.my-swiper1 {
    position: absolute;
    z-index: 2;
    left: 20px;
    bottom: 30px;
}

.swiper1 {
    width: 650px;
    height: 410px;
}


/* ✅ 分页小圆点样式 */
.swiper-pagination1 .swiper-pagination-bullet {
    background: transparent;
    /* 默认颜色 */
    opacity: 1;
    /* 默认完全不透明 */
    width: 12px;
    height: 12px;
    border: 1px solid #FEDBAE;
    margin: 0 6px !important;
    border-radius: 50%;
    transition: all 0.3s ease;
}

/* ✅ 当前激活的小圆点 */
.swiper-pagination1 .swiper-pagination-bullet-active {
    background: #FEDBAE;
    /* 激活颜色 */
    /* width: 24px; */
    /* 拉长 */
    /* border-radius: 8px; */
}

/* .swiper-pagination1 .swiper-pagination-horizontal{
    left: 240px;
    bottom: 15px;
} */

.swiper-pagination1 {
    bottom: 15px !important;
    left: 240px !important;
}

.swiper1-div {
    height: 50px;
    width: 100%;
    bottom: 0;
    padding-left: 15px;
    font-size: 20px;
    line-height: 50px;
    color: #fff;
    background: linear-gradient(to right, #369E62 80%, #249690 100%);
}

.swiper1-div div:first-child {
    width: 80%;
}


.carousel {
    top: -10px;
    left: 50%;
    z-index: 5;
    transform: translateX(-50%);
}


.my3dSwiper {
    width: 1200px;
    height: 650px;
    margin: 100px auto;
    perspective: 1200px;
    /* 🔥开启透视效果 */
}

.my3dSwiper .swiper-slide {
    width: 300px;
    height: 580px;
    /* background: linear-gradient(135deg, #42a5f5, #478ed1); */
    color: #fff;
    /* font-size: 60px; */
    font-weight: bold;
    /* border-radius: 15px; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    /* align-items: center;
        justify-content: center; */
    transition: transform 0.5s, opacity 0.5s;
}

.swiper2-div {
    height: 50px;
    line-height: 50px;
    width: 620px;
    border-radius: 40px;
    background: linear-gradient(to right, #3CB776 80%, #1B94AA 100%);
    opacity: 0;
}

.swiper-slide-active .swiper2-div {
    opacity: 1;
    /* pointer-events: auto; */
}

.my3dSwiper .swiper-slide-prev {
    transform: translate3d(0px, 0px, -775px) rotateX(0deg) rotateY(98deg) scale(1) !important;
}

.my3dSwiper .swiper-slide-next {
    transform: translate3d(0px, 0px, -790px) rotateX(0deg) rotateY(84deg) scale(1) !important;
}

/* ✅ 分页小圆点样式 */
.swiper-pagination2 .swiper-pagination-bullet {
    background: #fff;
    /* 默认颜色 */
    opacity: 1;
    /* 默认完全不透明 */
    width: 12px;
    height: 12px;
    margin: 0 6px !important;
    border-radius: 50%;
    transition: all 0.3s ease;
}

/* ✅ 当前激活的小圆点 */
.swiper-pagination2 .swiper-pagination-bullet-active {
    background: #1A93AC;
    /* 激活颜色 */
    width: 50px;
    /* 拉长 */
    border-radius: 8px;
}



.swiper-button-prev2 {
    left: 40px;
    top: 42%;
    color: #fff;
}

.swiper-button-next2 {
    right: 40px;
    color: #fff;
    top: 42%;
}

.data-hub-bg {
    background: url('http://www.gxzf.gov.cn/material/images/tjjtjw/data-hub-bg.png') no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 720px;
    top: 3770px;
}


/* 政策切换 */
.switch-policy {
    background: url('http://www.gxzf.gov.cn/material/images/tjjtjw/policy-left-title-bg.png') no-repeat;
    height: 150px;
}

.policy-img {
    width: 290px;
    cursor: pointer;
}

.policy-img img {
    display: block;
    width: 100%;
}

/* 默认：只显示默认图 */
.policy-img .icon-active {
    display: none;
}

/* 选中时：默认图隐藏，高亮图显示 */
.policy-img.active .icon-default {
    display: none;
}

.policy-img.active .icon-active {
    display: block;
}

.switch-policy .policy-img:first-child .icon-default {
    width: 85%;
    height: 60%;
}

.switch-policy .policy-img:last-child .icon-active {
    height: 50%;
    width: 88%;
}





.vline {
    --thickness: 2px;
    /* 线宽 */
    --length: 90px;
    /* 线高 */
    --color: #BDBDBD;
    /* 中间实线颜色 */
    --fade: 20%;
    /* 渐变段高度占比（头尾） */

    width: var(--thickness);
    height: var(--length);
    border-radius: 2px;
    /* 透明 -> 实色 -> 实色 -> 透明 */
    background: linear-gradient(to bottom,
            rgba(0, 0, 0, 0) 0%,
            var(--color) var(--fade),
            var(--color) calc(100% - var(--fade)),
            rgba(0, 0, 0, 0) 100%);
    /* 为了让透明处以线宽居中，给容器设置inline-block时文本对齐无影响 */
    display: inline-block;
    margin-top: 22px;
}