body {
    min-height: 1024px;
/*	min-width:75rem;*/
}
.nav-item{
    font-family: SourceHanSansCN-Bold, SourceHanSansCN, sans-serif !important;
    font-size: 16px;
    font-weight: 600;
}

.nav-item:hover .dropdown-menu {
    display: block;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.nav-active button{
    color: #046af3;
    background-color: transparent;
    font-weight: 700;
}
.nav-active::after{
    border-bottom-width: 2px;
    border-bottom-color: #046af3;
}


/* ! tailwindcss v3.4.16 | MIT License | https://tailwindcss.com */
*, ::after, ::before {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #e5e7eb
}

::after, ::before {
    --tw-content: ''
}

:host, html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    tab-size: 4;
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-feature-settings: normal;
    font-variation-settings: normal;
    -webkit-tap-highlight-color: transparent
}

body {
    margin: 0;
    line-height: inherit
}

hr {
    height: 0;
    color: inherit;
    border-top-width: 1px
}

abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit
}

a {
    color: inherit;
    text-decoration: inherit
}

b, strong {
    font-weight: bolder
}

code, kbd, pre, samp {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-feature-settings: normal;
    font-variation-settings: normal;
    font-size: 1em
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    color: inherit;
    margin: 0;
    padding: 0
}

button, select {
    text-transform: none
}

button, input:where([type=button]), input:where([type=reset]), input:where([type=submit]) {
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none
}

:-moz-focusring {
    outline: auto
}

:-moz-ui-invalid {
    box-shadow: none
}

progress {
    vertical-align: baseline
}

::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

blockquote, dd, dl, figure, h1, h2, h3, h4, h5, h6, hr, p, pre {
    margin: 0
}

fieldset {
    margin: 0;
    padding: 0
}

legend {
    padding: 0
}

menu, ol, ul {
    list-style: none;
    margin: 0;
    padding: 0
}

dialog {
    padding: 0
}

textarea {
    resize: vertical
}

input::placeholder, textarea::placeholder {
    opacity: 1;
    color: #9ca3af
}

[role=button], button {
    cursor: pointer
}

:disabled {
    cursor: default
}

audio, canvas, embed, iframe, img, object, svg, video {
    display: block;
    vertical-align: middle
}

img, video {
    /*max-width: 100%;*/
    height: auto
}

[hidden]:where(:not([hidden=until-found])) {
    display: none
}

.absolute {
    position: absolute
}

.relative {
    position: relative
}

.right-0 {
    right: 0px
}

.top-0 {
    top: 0px
}

.z-10 {
    z-index: 10
}

.mx-auto {
    margin-left: auto;
    margin-right: auto
}

.my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem
}

.mb-12 {
    margin-bottom: 3rem
}

.mb-16 {
    margin-bottom: 4rem
}

.mb-2 {
    margin-bottom: 0.5rem
}

.mb-3 {
    margin-bottom: 0.75rem
}

.mb-4 {
    margin-bottom: 1rem
}

.mb-6 {
    margin-bottom: 1.5rem
}

.mb-8 {
    margin-bottom: 2rem
}
.mg-0{
    margin: 0;
}
.mr-1 {
    margin-right: 0.25rem
}

.mt-16 {
    margin-top: 4rem
}

.mt-2 {
    margin-top: 0.5rem
}

.mt-4 {
    margin-top: 1rem
}

.mt-8 {
    margin-top: 2rem
}

.line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.block {
    display: block
}

.flex {
    display: flex
}

.grid {
    display: grid
}

.hidden {
    display: none
}

.h-12 {
    height: 5rem
}

.h-16 {
    height: 4rem
}

.h-20 {
    height: 5rem
}

.h-48 {
    height: 12rem
}

.h-56 {
    height: 14rem
}

.h-\[500px\] {
    height: 500px
}

.h-full {
    height: 100%
}

.w-1\/2 {
    width: 50%
}

.w-16 {
    width: 4rem
}

.w-48 {
    width: 12rem
}

.w-full {
    width: 100%
}

.max-w-6xl {
    max-width: 72rem
}
.min-w-5xl {
    max-width: 60rem
}
.grid-cols-3 {
    grid-template-columns:repeat(3, minmax(0, 1fr))
}

.grid-cols-4 {
    grid-template-columns:repeat(4, minmax(0, 1fr))
}

.items-center {
    align-items: center
}

.justify-end {
    justify-content: flex-end
}

.justify-center {
    justify-content: center
}

.justify-between {
    justify-content: space-between
}

.gap-12 {
    gap: 3rem
}

.gap-6 {
    gap: 1.5rem
}

.gap-8 {
    gap: 2rem
}

.space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(4rem * var(--tw-space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    /*margin-right: calc(6rem * var(--tw-space-x-reverse));*/
    /*margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse)))*/
}

.space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)))
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse))
}

.overflow-hidden {
    overflow: hidden
}

.whitespace-nowrap {
    white-space: nowrap
}

.\!rounded-button {
    border-radius: 4px !important
}

.rounded-full {
    border-radius: 9999px
}

.rounded-lg {
    border-radius: 12px
}

.rounded-md {
    border-radius: 8px
}

.border {
    border-width: 1px
}

.border-t {
    border-top-width: 1px
}

.border-gray-800 {
    --tw-border-opacity: 1;
    border-color: rgb(31 41 55 / var(--tw-border-opacity, 1))
}

.border-primary {
    --tw-border-opacity: 1;
    border-color: rgb(30 58 138 / var(--tw-border-opacity, 1))
}

.bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1))
}

.bg-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1))
}

.bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1))
}

.bg-primary {
    --tw-bg-opacity: 1;
    background-color: rgb(30 58 138 / var(--tw-bg-opacity, 1))
}

.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1))
}

.bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops))
}

.from-primary {
    --tw-gradient-from: #1e3a8a var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(30 58 138 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.to-secondary {
    --tw-gradient-to: #2563eb var(--tw-gradient-to-position)
}

.object-cover {
    object-fit: cover
}

.p-4 {
    padding: 1rem
}

.p-6 {
    padding: 1.5rem
}

.px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem
}

.px-8 {
    padding-left: 2rem;
    padding-right: 2rem
}

.py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem
}

.py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem
}

.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem
}

.py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem
}

.pt-8 {
    padding-top: 2rem
}

.text-center {
    text-align: center
}

.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem
}

.text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem
}

.text-5xl {
    font-size: 3rem;
    line-height: 1
}

.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem
}

.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem
}

.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem
}

.font-bold {
    font-weight: 700
}

.font-semibold {
    font-weight: 600
}

.leading-relaxed {
    line-height: 1.625
}

.text-gray-400 {
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity, 1))
}

.text-gray-500 {
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity, 1))
}

.text-gray-600 {
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity, 1))
}

.text-gray-700 {
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity, 1))
}

.text-gray-900 {
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity, 1))
}

.text-primary {
    --tw-text-opacity: 1;
    color: rgb(30 58 138 / var(--tw-text-opacity, 1))
}

.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1))
}

.shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.transition {
    transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms
}

.duration-300 {
    transition-duration: 300ms
}

.hover\:bg-gray-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1))
}

.hover\:bg-primary:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(30 58 138 / var(--tw-bg-opacity, 1))
}

.hover\:bg-secondary:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1))
}

.hover\:text-primary:hover {
    --tw-text-opacity: 1;
    color: rgb(30 58 138 / var(--tw-text-opacity, 1))
}

.hover\:text-secondary:hover {
    --tw-text-opacity: 1;
    color: rgb(37 99 235 / var(--tw-text-opacity, 1))
}

.hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1))
}

@media (min-width: 768px) {
    .md\:flex {
        /*display: flex*/
    }
}





.clearfix:after {
    font-size: 0px; height: 0px; content: " "; clear: both; display: block; line-height: 0; visibility: hidden
}
.clearfix {

}
.clear {
    clear: both
}
.fl {
    float: left
}
.fr {
    float: right
}
.hidden {
    display: none
}
.required {
    font-weight: bold; color: red
}
#banner_main {
    margin: 0px; width: 100%
}
#banner_main {
    overflow: hidden; position: relative; z-index: 2
}
#banner_main .banner {
    height: 450px
}
#banner {
    overflow: hidden; min-width: 1000px; position: relative; z-index: 0; width: 100%
}
#banner {
    overflow: hidden; max-height: 450px
}
.banner ul {
    overflow: hidden; max-height: 450px;height:100%;
}
.banner ul li figure {
   height:100%;
}
.banner li {
    overflow: hidden; position: absolute; z-index: 1; width: 100%;height:100%;
}
.banner li img {
    position: relative;
   /* margin-left: -960px;*/
    left: 50%;
    display: block;
    top: 0;
	    transform: translate(-50%,0 );
	height:100%;
    /*width: 1940px*/
}


#banner .tip {
    font-size: 0px; height: 20px; position: absolute; text-align: center; margin-left: -500px; left: 50%; z-index: 3; line-height: 0; width: 1000px; bottom: 20px
}
#banner .tip SPAN {
    cursor: pointer; font-size: 0px; height: 5px; background: #fff; filter: alpha(opacity=60); margin: 0px 2px; display: inline-block; width: 50px; opacity: .6
}
#banner .tip SPAN.cur {
    filter: alpha(opacity=100); background-color: #f4e710; opacity: 1
}
#banner #btn_prev {
    height: 40px; position: absolute; z-index: 5; margin-top: -20px; top: 50%; width: 40px;
    border-radius: 50%;
    -webkit-transition: all .0s ease-in-out 0s;
    -moz-transition: all .0s ease-in-out 0s;
    transition: all .0s ease-in-out 0s
}
#banner #btn_next {
    border-radius: 50%;
    height: 40px; position: absolute;
    z-index: 5; margin-top: -20px; top: 50%;
    width: 40px;
    -webkit-transition: all .0s ease-in-out 0s;
    -moz-transition: all .0s ease-in-out 0s;
    transition: all .0s ease-in-out 0s
}
#banner #btn_prev {
    background-position: 0px -25px;
    left: 5%
}
#banner #btn_next {
    right: 5%;
    background-position: -50px -25px
}
#banner #btn_prev:hover {
    background-position: 0px -123px
}
#banner #btn_next:hover {
    background-position: -50px -123px
}
.icon {
    vertical-align: middle;
    background: url(../images/icon.png) no-repeat;
    display: inline-block
}



.headerMain {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    /*background-color: rgba(223, 223, 223, 0.15);*/
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.05);
}

.mbg {
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.05);
}
.headerGap{
    clear: both;
    width: 100%;
    float: left;
    position: relative;
    padding-top: 80px;
}
.btnline{
    width: 100px;
    margin: 15px auto;
    padding-bottom: 20px;
}
.modelgraybg{
    background-color: #f9fafb;
}
.graybgsvg{
    background-image: url(../images/index-case-bg.svg);
    background-position: center;
    background-size: cover; /* 或者你可以使用 contain，根据需要选择 */
    background-repeat: no-repeat;
}
.graybgsvg2{
    background-image: url(../images/fl4.jpg);
    background-position: center;
    background-size: cover; /* 或者你可以使用 contain，根据需要选择 */
    background-repeat: no-repeat;
}
.graybgnswssvg{
    background-image: url(../images/scaled_map.svg);
    background-position: center;
    background-size: cover; /* 或者你可以使用 contain，根据需要选择 */
    background-repeat: no-repeat;

}
.p2line{
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


.homeTwoContent{
    /*margin-top: 21px*/
}
.homePolicyList{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.homePolicyCard{
    width: 480px;
    border-bottom: 1px solid #eeeeee;
    display: flex;
    column-gap: 16px;
    align-items: center;
    box-sizing: border-box;
    cursor: pointer;
}
.cdleft{
    flex: 1 1;
}
.homePolicyCardTop{
    display: flex;
    column-gap: 15px;
    align-items: center;
    margin-top: 26px;
    position: relative;
    left: -10px;
}
.homePolicyCardSquare{
    background: #046af3;
    width: 6px;
    height: 6px;
    flex-shrink: 0;
}
.homePolicyCardTitle{
    font-size: 16px;
    color: #333;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
}
.homePolicyCardContent{
    font-size: 14px;
    color: #666;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    overflow: hidden;
    margin-top: 12px;
}
.cddate{
    width: 64px;
    height: 64px;
    background: #f0f5ff;
    border-radius: 4px;
    text-align: center;
}
.cdday{
    margin-top: 10px;
    font-size: 24px;
    font-weight: 700;
    color: #333;
}
.cdyearMonth{
    font-size: 12px;
    font-weight: 400;
    color: #999;
}


.operationFilter{
    margin-bottom: 16px;
    opacity: .95;
    box-shadow: 8px 8px 26px #b6bee199;
    border-radius: 4px;
    border: 2px solid white;
    /*width: 1200px;*/
    overflow: hidden;
    background-image: linear-gradient(180deg, #fdfeff66, #fafcff);
    backdrop-filter: blur(6px);
}
.wrapper_HNsoZP {
    width: 100%;
}

.tzggtag{
    position: relative;
    font-weight: bold;
    color: rgb(51, 51, 51);
    margin-left: 24px;
    padding: 24px 0px;
    height: auto;
    line-height: 1.5;
}
.filter_option_wrapper{
    display: flex;
    align-items: center;
}
.filter_option_content{
    height: auto;
    flex: 1 1;
    display: flex;
    align-items: center;
    padding: 24px 0;
    flex-wrap: wrap;
    row-gap: 24px;
}

.topfu30{
    z-index: 999;
    position: relative;
    top: -30px;
}
.singleHeight{
    height: 70px;
}

.ant-tag{
    font-size: 14px;
    /*margin: 0 24px;*/
    box-sizing: border-box;
    padding: 0;
    color: rgba(0, 0, 0, 0.88);
    line-height: 20px;
    list-style: none;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    display: inline-block;
    height: auto;
    margin-inline-end: 8px;
    padding-inline: 7px;
    white-space: nowrap;
    background: #fafafa;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    opacity: 1;
    transition: all 0.2s;
    text-align: start;
    position: relative;

}
.ant-tag-gold{
    color: #d48806;
    background: #fffbe6;
    border-color: #ffe58f;
}
.ant-tag:hover{
    background-color: rgb(235,235,235);
    color: rgb(57,149,255);
}

.ant-tag-checkable{
    background-color: transparent;
    border-color: transparent;
    cursor: pointer;
}
.ant-tag-checkable-checked{
    background-color: #046af3;
    color: #fff;
}
.listContainer4pg{
    box-shadow: rgba(182, 190, 225, 0.6) 8px 8px 26px;
    border-radius: 4px;
    width: 100%;
    overflow: hidden;
}
.emtdiv{
	margin:0 auto;
    height: 550px;
    background: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    justify-content: center;
}
.wrapper_sd{
    width: 300px;
    height: 350px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.emtyimg{
    width: 300px;
}
.emptyspan{
    font-size: 16px;
    font-weight: 400;
    color: #666;
    line-height: 22px;
}
.leftImgContainer{
    display: flex;
    flex-direction: row;
}
.dynamicNewItem{
    background-color: #fff;
    padding: 20px 24px;
    width: 100%;
    cursor: pointer;
}
.dynamicNewRight_P{
    display: flex;
    justify-content: space-between;
    width: 90%;
    overflow: hidden;
    align-items: center;
}
.rightItem_G{
    margin-left: 24px;
    flex: 1 1;
}
.right_R{
    flex: 1 1;
    margin-right: 24px;
    overflow: hidden;
}
.titleContainer_P{
    display: flex;
    align-items: center;
}
.title_s{
    font-size: 18px;
    font-weight: 700;
    color: #333;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.content_eg{
    margin-top: 29px;
	width:800px;
}
.contentTxt_gm{
    font-size: 14px;
    font-weight: 400;
    color: #666;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    width: 100%;
}
.checkDetail_gm{
    font-size: 14px;
    font-weight: 400;
    color: #046af3;
    margin-top: 24px;
    cursor: pointer;
}
.dynamicNewItemBorder_P{
    background-color: #eee;
    margin-left: 24px;
    width: 1176px;
    height: 1px;
}
.leftImg_G{
    width: 220px; height: 122px;
}
.newstagtypediv{
    position: relative;
}
.newstagtype{
    color: white;
    position: absolute;
    top: 47px;
    left: 80px;
    z-index: 50;
}
.pagination_N{
    height: 104px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ant-pagination{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.88);
    font-size: 14px;
    line-height: 1.5;
    list-style: none;
    display: flex;
}

.ant-pagination-prev,.ant-pagination-next{
    display: inline-block;
    min-width: 32px;
    height: 32px;
    color: rgba(0, 0, 0, 0.88);
    line-height: 32px;
    text-align: center;
    vertical-align: middle;
    list-style: none;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s;
}
.ant-pagination-prev button,.ant-pagination-next button{
    user-select: none;
}

.ant-pagination-disabled{
    color: rgba(0, 0, 0, 0.25);
}
.ant-pagination-item-link{
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    font-size: 12px;
    text-align: center;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 6px;
    outline: none;
    transition: all 0.2s;

}
.anticon{
    display: inline-flex;
    align-items: center;
    color: inherit;
    font-style: normal;
    line-height: 0;
    text-align: center;
    text-transform: none;
    vertical-align: -0.125em;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}
.ant-pagination-item{
    display: inline-block;
    min-width: 32px;
    height: 32px;
    margin-inline-end: 8px;
    line-height: 30px;
    text-align: center;
    vertical-align: middle;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid transparent;
    border-radius: 6px;
    outline: 0;
    cursor: pointer;
    user-select: none;
}
.ant-pagination-item a{
    background-color: transparent;
    outline: none;
    cursor: pointer;
    transition: color 0.3s;
}
.ant-pagination-item:hover, .ant-pagination-item-link:hover{
    background-color: rgb(232,234,236);
    outline: none;
    cursor: pointer;
    transition: color 0.3s;
}
.ant-pagination-item-active{
    font-weight: 600;
    background-color: #ffffff;
    border-color: #046af3;
}

.ant-pagination-item-active a {
    color: #046af3;
}


/*nav*/

.nav_main {
    height: 65px;
    position: relative;
    z-index: 10;
    line-height: 65px;
    width: 100%
}

#nav ul {
    margin: 0 auto;
    width: 100%
}

#nav li {
	flex-grow:1;
    list-style-type: none;
    font-size: 16px;
    /*background: url(nav_line.png) no-repeat right center;*/
    position: relative;
    float: left;
    list-style-image: none;
    text-align: center;
    margin: 0;
    display: block;
    line-height: 65px;
    /*width: 155px;*/
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s
}

#nav li a {
    /*height: 65px;*/
    position: relative;
    color: #333333;
    text-align: center;
    display: block;
    font-weight: 600;
}


#nav li.nav-actived a ,#nav li:hover a {
    color: #046af3;
    background-color: transparent;
    font-weight: 700;
}

#nav li.nav-actived ,#nav li:hover{
    color: #046af3;
    background-color: transparent;
    font-weight: 700;
}

#nav ul .subnav {
    overflow: hidden;
    border-top: #046af3 2px solid;
    height: auto;
    background: #fff;
    position: absolute;
    left: 0px;
    z-index: 199;
    top: 100%;
    width: 110%;
    box-shadow: 0 13px 42px 11px rgba(0, 0, 0, 0.05)
}

#nav ul .subnav {
    position: absolute;
    filter: progid:dximagetransform.microsoft.shadow(color=#4c91c0, direction=120, strength=5);
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
    transition: all .6s ease 0s;
    -moz-transform: translate3d(0, 10px, 0)
}

#nav ul li:hover .subnav {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0)
}

#nav ul .subnav a {
    font-size: 13px;
    max-width: 100%;
    /*height: 22px;*/
    border-bottom: #eee 1px solid;
    font-weight: 500;
    color: #666;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 10px;
    display: block;
    line-height: 22px;
    padding-right: 10px;
    transition: all 0.2s ease-in-out 0s
}

#nav ul .subnav a:hover {
    background: #f9f9f9;
    color: #046af3;
    padding-left: 10px
}
/*nav*/

.levelTwoContainer{
    background: #eaf1fb;
    margin: 24px;
    padding: 12px;
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /* 或 space-between / flex-start 等 */
    align-items: center;      /* 垂直方向对齐方式 */
    gap: 12px;                /* 控制子项之间的间距 */

}
.levelTwoContainer span{
    width: 200px; /* 固定宽度，也可以用百分比 */
    text-align: center;
}
.cardlist_x{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-count: 3;
    column-gap: 24px;
    row-gap: 24px;
    margin-top: 16px;
    margin-bottom: 48px;
	justify-content: space-around;
}
.productItemNew_x{
    width: 356px;
    height: 300px;
    background-color: #fff;
    box-shadow: 0 5px 20px #e1e3ed99;
    border-radius: 12px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    border: 1px solid #e5ecf7;
}
.productItemTop_x{
    position: relative;
    padding: 40px 20px 20px;
    background-color: #559af612;
    width: 100%;
}
.entityName_x{
    width: 290px;
    position: absolute;
    left: 20px;
    bottom: 10px;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.detailBtn_x{
    position: absolute;
    right: 20px;
    bottom: 10px;
    font-size: 14px;
    color: #046af3;
    text-align: center;
    cursor: pointer;
}
.productTypeDesc_x{
    position: absolute;
    padding: 0 10px;
    left: 0;
    top: 0;
    background-color: #046af399;
    border-radius: 0 0 12px;
    min-width: 68px;
    height: 29px;
    line-height: 29px;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
}
.title__x{
    font-size: 20px;
    font-weight: 700;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.dateStr_x{
    font-size: 14px;
    font-weight: 400;
    color: #333;
    margin-top: 8px;
}
.imgDiv_x{
    width: 100%;
    height: 200px;
    overflow:hidden;
    border-radius: 5px;
}
.imgDiv_x img{
    width: 100%;
}
.imgDiv_x:hover img,.imghoverdiv:hover img{
    transform: scale(1.2);
    transition: all 1s ease;
}
.cardlist_zzx{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-count: 2;
    column-gap: 24px;
    row-gap: 24px;
    margin-top: 16px;
    margin-bottom: 24px;
    justify-content:space-around;
}
.leftImgContainer_g{
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
}
.rightItem_g{
    margin-left: 24px;
    flex: 1 1;
}
.introTxt_g{
    font-size: 16px;
    color: #333;
    text-align: justify;
    line-height: 30px;
    font-weight: 400;
    text-indent: 2em;
}
.leftImgContainer_g img{
    border-radius: 5px;
}

.operationFilterct{
    margin-top: 24px;
    padding: 24px 24px 0;
    box-sizing: border-box;
    width: 100%;
    background-image: linear-gradient(180deg, #fdfeff66, #fafcff);
    box-shadow: 8px 8px 24px #b6bee199;
    border-radius: 4px;
    border: 2px solid white;
    margin-bottom: 20px;
    min-height: 600px;
}
.subline{
    width: 100%;
    padding-bottom: 15px;
    margin-bottom: 15px;
    box-sizing: border-box;
    border-bottom: 1px solid #eeeeee;
}
.content_title{
    width: 100%;
    text-align: center;
    font-size: 21px;
    font-weight: 700;
    color: #333;
    margin-right: 20px;
}
.topCenter_g{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 24px;
    margin-bottom: 10px;
}
.date_g{
    font-size: 14px;
    font-weight: 400;
    color: #999;
}
.typedesc_g{
    margin-left: 120px;
    font-size: 14px;
    font-weight: 400;
    color: #999;
}
.bottomBtnsy{
    margin-top: 24px;
    display: flex;
    justify-content: center;
    gap: 24px;
}
.fanhui{
    border-color: #d9d9d9;
    background: #ffffff;
    font-size: 14px;
    height: 32px;
    padding: 0 15px;
    border-radius: 6px;
    color: rgba(0, 0, 0, 0.88);
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.02);
    outline: none;
    position: relative;
    display: inline-flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    white-space: nowrap;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    user-select: none;
    touch-action: manipulation;
}
.fanhui:hover{
    background: #f5f5f5;
    color: #333333;
}
.content_contex {
    text-indent: 2em;
    line-height: 2;
}
.content_contex p img{
margin : 0 auto;
}


#c_portalResComplaintPage_detail-16461201311407799 .p_MatteIcon .iconfont:before {
    content: '\e602';
}

#c_portalResComplaintPage_detail-16461201311407799 >div {
    animation-fill-mode: both;
}

#c_portalResComplaintPage_detail-16461201311407799 .wyz {
    position: fixed;
    right: 2px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 50px 0;
    border-right: 1px solid #FF6600;
    height: 482px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 99;
}

#c_portalResComplaintPage_detail-16461201311407799 .wyz-form.cur {
    width: 200px;
    opacity: 1;
}

#c_portalResComplaintPage_detail-16461201311407799 .wyz .transition {
    -webkit-transition-duration: .8s;
    -moz-transition-duration: .8s;
    -o-transition-duration: .8s;
    transition-duration: .8s;
}

#c_portalResComplaintPage_detail-16461201311407799 .wyz .wyz-title {
    background-color: rgba(32, 176, 159, .8);
    color: #fff;
    padding: 15px 20px 0;
    white-space: nowrap;
    position: relative;
}

#c_portalResComplaintPage_detail-16461201311407799 .wyz .wyz-title .cf-close {
    position: absolute;
    left: 166px;
    top: 0;
    padding: 10px;
}

#c_portalResComplaintPage_detail-16461201311407799 .wyz-item-block {
    position: absolute;
    right: 0;
    width: 70px;
    height: 70px;
    background-color: rgba(0, 0, 0, .4);
    border: 1px solid #FF6600;
    border-right: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.border-radio {
    border-radius: 10px;
}

#c_portalResComplaintPage_detail-16461201311407799 .wyz-item-block:nth-child(1) {
    top: 50px;
}

#c_portalResComplaintPage_detail-16461201311407799 .wyz-item-block:nth-child(2) {
    top: 128px;
}

#c_portalResComplaintPage_detail-16461201311407799 .wyz-item-block:nth-child(3) {
    top: 206px;
}

#c_portalResComplaintPage_detail-16461201311407799 .wyz-item-block:nth-child(4) {
    top: 284px;
}

#c_portalResComplaintPage_detail-16461201311407799 .wyz-item-block:nth-child(5) {
    top: 362px;
}

#c_portalResComplaintPage_detail-16461201311407799 .wyz-item {
    width: 100%;
    height: 100%;
}

#c_portalResComplaintPage_detail-16461201311407799 .wyz-item-p {
    color: #fff;
    font-size: 12px;
    margin-top: 5px;
}

#c_portalResComplaintPage_detail-16461201311407799 .wyz-item-in {
    height: 100%;
    display: none;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

#c_portalResComplaintPage_detail-16461201311407799 .wyz-item-in-p {
    color: #fff;
    text-align: center;
    line-height: 68px;
    height: 68px;
    white-space: nowrap;
}

#c_portalResComplaintPage_detail-16461201311407799 .wyz-in.cur {
    width: 156px;
    background-color: transparent;
}

#c_portalResComplaintPage_detail-16461201311407799 .wyz-in.cur .wyz-item-in {
    width: 100%;
    display: block;
}

#c_portalResComplaintPage_detail-16461201311407799 .wyz-in.cur .wyz-item {
    display: none;
}

#c_portalResComplaintPage_detail-16461201311407799 .wyz-in:before {
    content: "";
    background-color: rgba(255, 102, 0, .8);
    position: absolute;
    height: 100%;
    width: 0;
    -webkit-transition: all .8s ease;
    -o-transition: all .8s ease;
    -moz-transition: all .8s ease;
    transition: all .8s ease;
}

#c_portalResComplaintPage_detail-16461201311407799 .wyz-in.cur:before {
    width: 100%;
}

#c_portalResComplaintPage_detail-16461201311407799 .wyz-item-block.wyz-top {
    display: none;
    cursor: pointer;
    width: 46px;
    height: 46px;
    top: 480px;
}

#c_portalResComplaintPage_detail-16461201311407799 .wyz-item-block.wyz-top .wyz-item-p {
    font-size: 14px;
    margin-top: 0;
}

#c_portalResComplaintPage_detail-16461201311407799 .wyz-in.wyz-search.cur {
    border-left: none;
}

#c_portalResComplaintPage_detail-16461201311407799 .wyz-form {
    position: absolute;
    width: 0;
    right: 156px;
    bottom: -1px;
    z-index: 999;
    overflow: hidden;
    opacity: 0;
}

#c_portalResComplaintPage_detail-16461201311407799 .wyz-form .cf-form {
    background-color: rgba(255, 102, 0, .8);
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 20px 20px;
    border-bottom: 1px solid #FF6600;
}

#c_portalResComplaintPage_detail-16461201311407799 .wyz-form .cf-form-item {
    margin-bottom: 10px;
    font-size: 0;
    white-space: nowrap;
}

#c_portalResComplaintPage_detail-16461201311407799 .wyz-form .cf-form-item:last-of-type {
    margin: 0;
}

#c_portalResComplaintPage_detail-16461201311407799 .wyz-form input {
    padding: 0 8px;
    margin: 0;
    border: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 160px;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    background-color: #fff;
}

#c_portalResComplaintPage_detail-16461201311407799 .wyz-form .verify {
    width: 86px;
    margin-right: 5px;
}

#c_portalResComplaintPage_detail-16461201311407799 .wyz-form .submit {
    width: 160px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
}

#c_portalResComplaintPage_detail-16461201311407799 .wyz-qr-show {
    display: none;
    position: absolute;
    z-index: 1;
    border: 1px solid rgba(32, 176, 159, .8);
    left: -160px;
    top: -80px;
}

#c_portalResComplaintPage_detail-16461201311407799 .flex-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#c_portalResComplaintPage_detail-16461201311407799 {
    width: 100%;
    max-width: 100%;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}


.service {
    display: flex;
    justify-content:center;
    margin-top: 60px;
    width: 100%;
    position: relative;
    color: #fff;
}

.service-item {
    height: 220px;
    width: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 10px 26px;
    overflow: hidden;
    position: relative;
}

.service-icon {
    width: 71px;
    height: 71px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.service-item-desc {
    /*width: 400px;*/
    height: 71px;
    white-space: nowrap;
    display: none;
    text-align: center;
}

.service-item-desc p:first-child {
    font-size: 25px;
    padding-top: 5px;
}

.service-item-desc-unselect {
    display: block;
    /*width: 400px;*/
    height: 71px;
    font-size: 20px;
}

.service-item-select .service-item-desc-unselect {
    display: none;
}

.service-item-select .service-item-desc {
    display: block;
}

.service-icon img {
    display: none;
}

.service-item-select .service-icon img {
    display: block;
}

.service-item .service-point {
    display: block;
}

.service-item-select .service-point {
    display: none;
}

.service-point {
    width: 20px;
    height: 20px;
    border-radius: 10px;
    border: 1px solid #fff;
    position: relative;
}

.service-point .dot {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: #fff;
}

.service-item-select .service-item-desc {
    border-bottom: 2px solid #fff;
}

.service-introduce .detail {
    width: 600px;
    height: 360px;
    padding: 15px;
    border: 1px solid #fff;
}

.service-introduce .detail .detail-box {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    background: #ffffff99;
}

.service-introduce .detail .detail-box .title {
    margin-top: 60px;
    font-weight: normal;
}

.service-item .service-icon::before {
    content: '';
    position: absolute;
    width: calc(50% - 9px);
    height: 1px;
    right: calc(50% + 10px);
    background: #fff;
}

.service-item .service-icon::after {
    content: '';
    position: absolute;
    width: calc(50% - 9px);
    height: 1px;
    left: calc(50% + 10px);
    background: #fff;
}

.service-item:last-child .service-icon::after {
    width: 0;
}

.service-item:first-child .service-icon::before {
    width: 0;
}

.service-item.service-item-select .service-icon::before {
    /*bottom: 97px;*/
    right: calc(50% + 36px);
}

.service-item.service-item-select .service-icon::after {
    left: calc(50% + 36px);
}
.minwidth75rem{
/*	min-width:75rem;*/
}