/*  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;
}

.main {
    min-height: 100vh;
    width: 100%;
    background: url('http://www.gxzf.gov.cn/material/images/tjxxgyh/main-bg.png');
}

.float-side {
    top: 620px;
}

.logo-div {
    top: 50px;
    z-index: 2;
    left: 300px;
}

.header-bg {
    top: 50px;
}

.header-text {
    z-index: 1;
    position: absolute;
    top: 170px;
    width: 100%;
}

.main-container {
    width: 1300px;
    margin: 0 auto;
    padding-bottom: 175px;
}

.intro-div {
    width: 100%;
    height: 405px;
    background: url('http://www.gxzf.gov.cn/material/images/tjxxgyh/daoyu-bg.png') no-repeat;
    top: 770px;
    color: #0553ac;
    text-indent: 2.5rem;
    line-height: 50px;
    font-size: 20px;
    padding: 46px 30px 50px 140px;
}

.active-point {
    margin-top: 1270px;
    height: 360px;
    width: 100%;
}

.tab-div {
    flex-shrink: 1;
    height: 50px;
    border-bottom: 1px solid #949495;
}

.point-more {
    color: #949495;
    font-size: 20px;
}

.point-ul {}

.flexslider li span {
    background-color: #126CB2;
    font-size: 22px;
    color: #fff;
    padding: 15px 0 15px 20px;
    line-height: 30px;
    font-weight: bold;
    text-align: left;
}

.flex-control-paging li a {
    background-color: #5699D2;
    width: 15px;
    height: 6px;
    border-radius: 5px;
}

.flex-control-paging li a.flex-active {
    background-color: #5BF1F0;
}


.point-ul li {
    list-style: none;
    min-height: 75px;
    border-bottom: 1px #999999 dashed;
    padding: 10px 0px 10px 0px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;


}

.point-ul li:last-child {
    border: none;
}

.point-ul li a {
    color: #333333;
    font-size: 20px;
    padding-left: 25px;
    text-decoration: none;
    /* width: 475px; */
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    position: relative;
}

.point-ul li a::before {
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #DBDADA;
    display: inline-block;
    position: absolute;
    left: 5px;
    z-index: 1;
    top: 7px;
}

.point-ul li:hover a {
    color: #136AB3;
}

.point-ul li:hover a::before {
    background-color: #99C5F2;
}

.point-list {
    flex-shrink: 1;
    width: 0;
    margin-left: 10px;
}

.tab-container {
    width: 75%;
}

.tab-header {
    position: relative;
    display: flex;
    list-style: none;
    padding: 0;
    height: 50px;
}

.tab-header li {
    cursor: pointer;
    text-align: center;
    transition: color 0.3s;
}

.tab-text {
    font-size: 36px;
    font-weight: bold;
    color: #666666;
    padding: 0 5px;
    width: fit-content;
}

.tab-text:nth-child(n+2) {
    margin-left: 45px;
}

.tab-text img {
    margin-right: 10px;
}

.tab-header li.active {
    color: #1E84FF;
}

.tab-slider {
    position: absolute;
    bottom: 0;
    left: 0px;
    width: 40%;
    height: 2px;
    background-color: #007bff;
    transition: left 0.3s ease;
}

.tab-panel {
    display: none;
}

.tab-panel.active {
    display: block;
}

.exper-methods {
    margin-top: 90px;
    position: relative;
}

.more-span {
    right: 0;
    top: 35px;
}

.more-span a {
    color: #949495;
    font-size: 20px;
}

.method-container {
    margin-top: 70px;
}

.methods-list {
    margin: 0 auto;
    width: 1170px;
    overflow: hidden;
}

.method-item {
    box-sizing: border-box;
    width: 920px;
    height: 300px;
    background-color: #fff;
    padding: 30px;
    box-shadow: 0px 0px 15px #DDECF5;
}

.method-text-div {
    padding-left: 30px;
    padding-bottom: 35px;
}

.method-text {
    display: inline-block;
    word-break: break-all;
}

.method-text1 {
    color: #333333;
    font-size: 24px;
    line-height: 36px;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.method-text2 {
    font-size: 20px;
    margin-top: 25px;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-indent: 2.5rem;
}

.policy {
    width: 100%;
    margin-top: 65px;
    height: 650px;
    position: relative;
    background: url('http://www.gxzf.gov.cn/material/images/tjxxgyh/policy-bg1.png') no-repeat;
}

.policy-left {
    width: 612px;
    position: absolute;
    left: 25px;
    top: 130px;
}

.policy-left-li {
    border-bottom: 1px solid #A4C7E3;
    padding-bottom: 2px;
    width: 612px;
    margin-left: 26px;
    padding-top: 50px;
}

.policy-left-tab-container {
    height: 50px;
}

.policy-left-tab-header {
    border-bottom: 2px solid #5BF1F0;
    padding-left: 20px;
}

.policy-left-tab-text {
    font-size: 36px;
    color: #fff;
    font-weight: bold;
}

.policy-left-tab-text img {
    margin-right: 10px;
}

.policy-right {
    width: 612px;
    position: absolute;
    right: 15px;
    bottom: 100px;
}

.policy-right-li {
    border-bottom: 1px solid #B1B1B1;
    padding-bottom: 2px;
    width: 590px;
    margin-left: 26px;
    padding-top: 50px;
    position: absolute;
    right: 40px;
    top: 55px;
}

.policy-right-tab-container {
    height: 50px;
}

.policy-right-tab-header {
    border-bottom: 2px solid #1F84FF;
    padding-left: 20px;
}

.policy-right-tab-text {
    font-size: 36px;
    color: #1F84FF;
    font-weight: bold;
}

.policy-right-tab-text img {
    margin-right: 10px;
}

.policy-left .policy-item:last-child {
    border: none;
}

.policy-right .policy-item:last-child {
    border: none;
}

.policy-left .policy-item {
    /* padding-left: 10px; */
    max-height: 90px;
    padding: 20px 0 20px 10px;
    box-sizing: border-box;
    border-bottom: 1px dashed #fff;

}


.policy-left .policy-item a {
    font-size: 20px;
    color: #fff;
    line-height: 30px;
    position: relative;
}

.policy-left .policy-item a::before {
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #DBDADA;
    display: inline-block;
    position: absolute;
    left: -25px;
    z-index: 1;
    top: 8px;
}

.policy-left .policy-item:hover a {
    color: #5BF1F0;
}

.policy-left .policy-item:hover a::before {
    background-color: #5BF1F0;
}



.policy-right .policy-item:last-child {
    border: none;
}

.policy-right .policy-item {
    /* padding-left: 25px; */
    max-height: 90px;
    box-sizing: border-box;
    padding: 20px 0 20px 25px;
    border-bottom: 1px dashed #CECECE;
    width: 95%;
}


.policy-right .policy-item a {
    font-size: 20px;
    color: #333333;
    line-height: 30px;
    position: relative;
}

.policy-right .policy-item a::before {
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #DBDADA;
    display: inline-block;
    position: absolute;
    left: -25px;
    z-index: 1;
    top: 8px;
}

.policy-right .policy-item:hover a {
    color: #136AB3;
}

.policy-right .policy-item:hover a::before {
    background-color: #99C5F2;
}

.policy-left-more {
    color: #fff;
    font-size: 20px;
}

.policy-right-more {
    color: #949495;
    font-size: 20px;
}

.service-car {
    margin-top: 40px;
    position: relative;
}

.car-list {
    margin-top: 80px;
}

.car-item {
    box-sizing: border-box;
    width: 300px;
    height: 250px;
    padding: 0 30px;
    color: #333333;
    font-size: 24px;
    line-height: 30px;
    background: url('http://www.gxzf.gov.cn/material/images/tjxxgyh/car-item-bg.png') no-repeat;
}

.car-item:hover {
    color: #136AB3;
}

.online-task {
    margin-top: 80px;
}

.my-swiper {
    width: 400px;
    height: 300px;
}

.swiper {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.swiper .swiper-slide {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #fff;
}

.swiper .swiper-slide:nth-child(1) {
    background: #ff6b6b;
}

.swiper .swiper-slide:nth-child(2) {
    background: #4ecdc4;
}

.swiper .swiper-slide:nth-child(3) {
    background: #1a535c;
}

.swiper-pagination {
    bottom: 16px !important;
    right: 18px !important;
    padding-right: 10px;
    /* left: 0 !important; */
    text-align: right;
    /* width: 100px !important; */
    /* 左对齐 */
}

/* ✅ 分页小圆点样式 */
.swiper-pagination-bullet {
    background: #639FD5;
    /* 默认颜色 */
    opacity: 1;
    /* 默认完全不透明 */
    width: 16px;
    height: 6px;
    margin: 0 6px !important;
    border-radius: 6px;
    /* transition: all 0.3s ease; */
}

/* ✅ 当前激活的小圆点 */
.swiper-pagination-bullet-active {
    background: #5AEFEF;
}

.my-slide-div {
    height: 55px;
    font-weight: bold;
    font-size: 22px;
    line-height: 30px;
    color: #fff;
    padding-left: 20px;
    background-color: #1B6CAF;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.my-slide-div span {
    width: 80%;
}


.mySwiper .swiper-button-prev {
    width: 40px;
    height: 100px;
    color: #fff;
    background-color: #1E84FF;
    border-radius: 0 10px 10px 0;
}


.mySwiper .swiper-button-next {
    width: 40px;
    color: #fff;
    height: 100px;
    background-color: #1E84FF;
    border-radius: 10px 0 0 10px;
}

.mySwiper .swiper-button-next1:after,
.mySwiper .swiper-button-prev1:after {
    color: #fff;
}

.custom-prev {
    left: 0;
}

.custom-next {
    right: 0;
}

.custom-page {
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
}

.active-img {
    display: none;
}

.active .active-img {
    display: inline-block;
}

.active .default-img {
    display: none;
}


.classify-area {
    background-color: #EBF6FF;
    /* min-height: 80px; */
    padding: 20px 0 5px 0;
    /* height: 100px; */
    /* clip-path: polygon(12% 88%, 15% 100%, 85% 100%, 88% 88%, 100% 88%, 100% 0, 0 0, 0 88%); */
    position: relative;
    display: flex;
    justify-content: center;
    /* align-items: center; */
}

.foot-info {
    position: absolute;
    height: 175px;
    width: 100%;
    background: url('http://www.gxzf.gov.cn/material/images/tjxxgyh/footer-bg.png');
    /* background-color: #1664DC; */
    /* clip-path: polygon(12% 0, 13% 12%, 87% 12%, 88% 0, 100% 0, 100% 100%, 0 100%, 0 0); */
    left: 0;
    bottom: -155px;
    padding-top: 30px
}

.wrapper {
    width: 60%;
    /* margin: 50px auto; */
    overflow: hidden;
    height: 40px;
    /* 初始只够放国家栏 */
    transition: height 0.4s ease;
    /* 平滑过渡备用 */
}

.my-ul {
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 0;
}



.my-ul li {
    list-style: none;
    cursor: pointer;
    /* padding: 5px 10px; */
    border-radius: 4px;
    transition: background-color 0.3s;
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #D3E5F4;
}

.my-ul li:first-child {
    padding-left: 20px;
    justify-content: start;
}

.my-ul li:last-child {
    border: none;
}

/* .my-ul li:hover {
    background-color: #0078ff;
    color: #fff;
} */

.count {
    display: none;
    margin-top: 10px;
    padding: 10px 10px 10px 20px;
    /* border: 1px solid #ccc; */
    border-radius: 6px;
    background: #EBF6FF;
    overflow: auto;
}



.count ul {
    display: flex;
    flex-wrap: wrap;
    /* 允许自动换行 */
    list-style: none;
    /* 去掉默认点 */
    padding: 0;
    margin: 0;
}

.count p {
    width: 100%;
    color: #000;
    font-weight: bold;
    font-size: 18px;
    /* padding-left: 5%; */
}

.count li {
    width: 25%;
    /* 一行四个，占 25% 宽度 */
    box-sizing: border-box;
    /* text-align: center; */
    padding: 10px 0;
    list-style: none;
}

.count li:hover {
    text-decoration: underline;
}

.link-span {
    height: 30px;
    display: inline-block;
    box-sizing: border-box;
    position: relative;
}

.link-span::after {
    content: "";
    display: inline-block;
    margin-left: 12px;
    width: 0;
    height: 0;
    position: absolute;
    top: 28%;
    /* transform: translateY(-50%); */
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #A6C3DF;
    vertical-align: middle;
}

.footer-img2 {
    height: 50px;
    margin-left: 25px;
}

.footer-intro {
    margin-left: 30px;
    font-size: 12px;
    color: #BBCFFC;
    height: 60px;
}

.footer-intro a {
    color: #BBCFFC;
}