*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

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

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

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

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

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

/*
Remove the default font size and weight for headings.
*/

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

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

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

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

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

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

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

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

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

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

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

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

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

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

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

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

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

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

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

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

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

/* Make elements with the HTML hidden attribute stay hidden by default */

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

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1320px) {
  .container {
    max-width: 1320px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.-top-12 {
  top: -3rem;
}

.-top-6 {
  top: -1.5rem;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-\[91px\] {
  bottom: 91px;
}

.left-0 {
  left: 0px;
}

.left-4 {
  left: 1rem;
}

.left-\[140px\] {
  left: 140px;
}

.left-\[9\%\] {
  left: 9%;
}

.right-0 {
  right: 0px;
}

.right-4 {
  right: 1rem;
}

.right-\[9\%\] {
  right: 9%;
}

.top-0 {
  top: 0px;
}

.top-1\/2 {
  top: 50%;
}

.top-\[-90px\] {
  top: -90px;
}

.top-\[91px\] {
  top: 91px;
}

.z-10 {
  z-index: 10;
}

.m-7 {
  margin: 1.75rem;
}

.m-8 {
  margin: 2rem;
}

.m-auto {
  margin: auto;
}

.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

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

.my-14 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.my-7 {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}

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

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

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

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-7 {
  margin-bottom: 1.75rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mb-\[30px\] {
  margin-bottom: 30px;
}

.ml-10 {
  margin-left: 2.5rem;
}

.ml-20 {
  margin-left: 5rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

.ml-4 {
  margin-left: 1rem;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mr-2\.5 {
  margin-right: 0.625rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

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

.mt-2\.5 {
  margin-top: 0.625rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

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

.mt-5 {
  margin-top: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

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

.mt-\[150px\] {
  margin-top: 150px;
}

.mt-\[200px\] {
  margin-top: 200px;
}

.mt-\[60px\] {
  margin-top: 60px;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.size-20 {
  width: 5rem;
  height: 5rem;
}

.size-6 {
  width: 1.5rem;
  height: 1.5rem;
}

.size-8 {
  width: 2rem;
  height: 2rem;
}

.size-\[124px\] {
  width: 124px;
  height: 124px;
}

.size-\[16px\] {
  width: 16px;
  height: 16px;
}

.size-\[18px\] {
  width: 18px;
  height: 18px;
}

.size-full {
  max-width: 100%;
  height: 100%;
}

.h-5 {
  height: 1.25rem;
}

.h-\[110px\] {
  height: 110px;
}

.h-\[162px\] {
  height: 162px;
}

.h-\[200px\] {
  height: 200px;
}

.h-\[20px\] {
  height: 20px;
}

.h-\[227px\] {
  height: 227px;
}

.h-\[282px\] {
  height: 282px;
}

.h-\[306px\] {
  height: 306px;
}

.h-\[340px\] {
  height: 340px;
}

.h-\[400\] {
  height: 400;
}

.h-\[400px\] {
  height: 400px;
}

.h-\[421px\] {
  height: 421px;
}

.h-\[44px\] {
  height: 44px;
}

.h-\[494px\] {
  height: 494px;
}

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

.h-\[510px\] {
  height: 510px;
}

.h-\[516px\] {
  height: 516px;
}

.h-\[540\] {
  height: 540;
}

.h-\[540px\] {
  height: 540px;
}

.h-\[564px\] {
  height: 564px;
}

.h-\[568px\] {
  height: 568px;
}

.h-\[588px\] {
  height: 588px;
}

.h-\[66px\] {
  height: 66px;
}

.h-\[68px\] {
  height: 68px;
}

.h-\[72px\] {
  height: 72px;
}

.h-\[800px\] {
  height: 800px;
}

.h-\[910px\] {
  height: 910px;
}

.h-full {
  height: 100%;
}

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

.w-1\/3 {
  width: 33.333333%;
}

.w-20 {
  width: 5rem;
}

.w-6 {
  width: 1.5rem;
}

.w-8 {
  width: 2rem;
}

.w-\[1200px\] {
  width: 1200px;
}

.w-\[18px\] {
  width: 18px;
}

.w-\[252px\] {
  width: 252px;
}

.w-\[26\%\] {
  width: 26%;
}

.w-\[30\%\] {
  width: 30%;
}

.w-\[39\%\] {
  width: 39%;
}

.w-\[45\%\] {
  width: 45%;
}

.w-\[55\%\] {
  width: 55%;
}

.w-\[630px\] {
  width: 630px;
}

.w-\[648px\] {
  width: 648px;
}

.w-\[66px\] {
  width: 66px;
}

.w-\[68px\] {
  width: 68px;
}

.w-\[70\%\] {
  width: 70%;
}

.w-\[72x\] {
  width: 72x;
}

.w-full {
  width: 100%;
}

.max-w-\[1200px\] {
  max-width: 1200px;
}

.max-w-\[1440px\] {
  max-width: 1440px;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-auto {
  flex: 1 1 auto;
}

.translate-y-\[-50\%\] {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

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

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

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

.flex-col {
  flex-direction: column;
}

.items-center {
  align-items: center;
}

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

.justify-center {
  justify-content: center;
}

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

.justify-around {
  justify-content: space-around;
}

.justify-items-center {
  justify-items: center;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-x-1 {
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}

.gap-x-10 {
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}

.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.gap-x-2\.5 {
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
}

.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.gap-x-5 {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}

.gap-y-3 {
  row-gap: 0.75rem;
}

.gap-y-4 {
  row-gap: 1rem;
}

.gap-y-8 {
  row-gap: 2rem;
}

.gap-y-\[6px\] {
  row-gap: 6px;
}

.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));
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.border {
  border-width: 1px;
}

.border-x-\[2px\] {
  border-left-width: 2px;
  border-right-width: 2px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-l-4 {
  border-left-width: 4px;
}

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

.border-\[\#1060AA\] {
  --tw-border-opacity: 1;
  border-color: rgb(16 96 170 / var(--tw-border-opacity, 1));
}

.border-\[\#1060ac\] {
  --tw-border-opacity: 1;
  border-color: rgb(16 96 172 / var(--tw-border-opacity, 1));
}

.border-\[\#D3DFEA\] {
  --tw-border-opacity: 1;
  border-color: rgb(211 223 234 / var(--tw-border-opacity, 1));
}

.border-b-\[\#EFEFEF\] {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(239 239 239 / var(--tw-border-opacity, 1));
}

.border-l-\[\#1060AA\] {
  --tw-border-opacity: 1;
  border-left-color: rgb(16 96 170 / var(--tw-border-opacity, 1));
}

.bg-\[\#0C4FA0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(12 79 160 / var(--tw-bg-opacity, 1));
}

.bg-\[\#1160AB\] {
  --tw-bg-opacity: 1;
  background-color: rgb(17 96 171 / var(--tw-bg-opacity, 1));
}

.bg-\[\#E2F1FF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(226 241 255 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F0F7FF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(240 247 255 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F3F6F9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(243 246 249 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F7F8FA\] {
  --tw-bg-opacity: 1;
  background-color: rgb(247 248 250 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FAFAFA\] {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}

.bg-\[\#e2f1ff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(226 241 255 / var(--tw-bg-opacity, 1));
}

.bg-\[\#f0f7ff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(240 247 255 / var(--tw-bg-opacity, 1));
}

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

.bg-stone-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(12 10 9 / var(--tw-bg-opacity, 1));
}

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

.bg-no-repeat {
  background-repeat: no-repeat;
}

.p-16 {
  padding: 4rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-\[30px\] {
  padding: 30px;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

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

.px-20 {
  padding-left: 5rem;
  padding-right: 5rem;
}

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

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

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

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

.px-\[120px\] {
  padding-left: 120px;
  padding-right: 120px;
}

.px-\[140px\] {
  padding-left: 140px;
  padding-right: 140px;
}

.px-\[15\%\] {
  padding-left: 15%;
  padding-right: 15%;
}

.px-\[7\%\] {
  padding-left: 7%;
  padding-right: 7%;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

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

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

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

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

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

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.pb-14 {
  padding-bottom: 3.5rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pl-10 {
  padding-left: 2.5rem;
}

.pl-5 {
  padding-left: 1.25rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pl-8 {
  padding-left: 2rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pt-14 {
  padding-top: 3.5rem;
}

.pt-16 {
  padding-top: 4rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-20 {
  padding-top: 5rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

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

.pt-\[123px\] {
  padding-top: 123px;
}

.pt-\[65px\] {
  padding-top: 65px;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

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

.text-\[12px\] {
  font-size: 12px;
}

.text-\[14px\] {
  font-size: 14px;
}

.text-\[16px\] {
  font-size: 16px;
}

.text-\[18px\] {
  font-size: 18px;
}

.text-\[20px\] {
  font-size: 20px;
}

.text-\[22px\] {
  font-size: 22px;
}

.text-\[24px\] {
  font-size: 24px;
}

.text-\[25px\] {
  font-size: 25px;
}

.text-\[32px\] {
  font-size: 32px;
}

.text-\[40px\] {
  font-size: 40px;
}

.text-\[38px\] {
  font-size: 38px;
}


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

.font-bold {
  font-weight: 700;
}

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

.leading-6 {
  line-height: 1.5rem;
}

.leading-8 {
  line-height: 2rem;
}

.text-\[\#\#FEF9F9\] {
  color: ##FEF9F9;
}

.text-\[\#1060AA\] {
  --tw-text-opacity: 1;
  color: rgb(16 96 170 / var(--tw-text-opacity, 1));
}

.text-\[\#1060AC\] {
  --tw-text-opacity: 1;
  color: rgb(16 96 172 / var(--tw-text-opacity, 1));
}

.text-\[\#333\] {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
}

.text-\[\#62626260\] {
  color: #62626260;
}

.text-\[\#626262\] {
  --tw-text-opacity: 1;
  color: rgb(98 98 98 / var(--tw-text-opacity, 1));
}

.text-\[\#666\] {
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity, 1));
}

.text-\[\#888\] {
  --tw-text-opacity: 1;
  color: rgb(136 136 136 / var(--tw-text-opacity, 1));
}

.text-\[\#999\] {
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity, 1));
}

.text-\[\#BFBFBF\] {
  --tw-text-opacity: 1;
  color: rgb(191 191 191 / var(--tw-text-opacity, 1));
}

.text-\[\#bfbfbf\] {
  --tw-text-opacity: 1;
  color: rgb(191 191 191 / var(--tw-text-opacity, 1));
}

.text-\[\#ff0000\] {
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity, 1));
}

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

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

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

.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

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

.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

:root {
  --primary: #1060aa;
}

html,
body {
  position: relative;
  height: 100%;
  background-color: #f5f5f5;
  /* min-width: 1200px; */
  font-family: "Source Han Sans CN", sans-serif;
  /* 思源字体 */
}

.wrap {
  /* max-width: 1200px; */
  max-width: 1640px;
}

/** 全局宽度容器 */

.con {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

@media (min-width: 1320px) {
  .con {
    padding-left: 140px;
    padding-right: 140px;
  }
}

/* 头部 start*/

.header-wrap,
.header-wrap2 {
  height: 100px;
}

.header-wrap {
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  z-index: 50;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

@media (min-width: 1320px) {
  .header-wrap {
    padding-left: 140px;
    padding-right: 140px;
  }
}


@media (max-width: 1320px) {
  .header-wrap {
    padding-left: 40px;
    padding-right: 40px;
  }
	.header-wrap div.item > a {
		font-size: 18px;
	}
	.header-wrap div.item ul a {
		font-size: 18px;
	}
}

header .logo {
  background-image: url(../image/portal/logo2.png);
  width: 286px;
  height: 52px;
  border-radius: 26px;
  background-size: contain;
}

.header-wrap .item {
  text-align: center;
}

.header-wrap .item > a {
  position: relative;
  line-height: 100px;
  font-size: 22px;
}

.header-wrap .item ul a {
  display: block;
  line-height: 35px;
  font-size: 20px;
}

.header-wrap .item ul {
  display: block;
  visibility: hidden;
  opacity: 0;
  list-style: none;
  transform: rotateX(-90deg);
  transform-origin: 0 0;
  transition: all 1s ease;
  position: absolute;
  z-index: 999;
  color: rgba(0, 0, 0, 0.6);
}

.header-wrap .item ul li {
  padding: 10px 0;
}

.header-wrap .item ul li:hover {
  color: #000000;
}


.header-wrap .item ul ul {
  display: block;
  visibility: hidden;
  opacity: 0;
  list-style: none;
  transform: rotateX(-90deg);
  transform-origin: 0 0;
  transition: all 1s ease;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 999;
  color: rgba(0, 0, 0, 0.6);
  background: white;
  min-width: 150px;
}

.header-wrap .item ul li:hover > ul {
  visibility: visible;
  opacity: 1;
  transform: rotateX(0deg);
  transform-origin: 0 0;
}


.header-wrap .item:hover > ul {
  visibility: visible;
  opacity: 1;
  transform: rotateX(0deg);
  transform-origin: 0 0;
}

header .ywdt {
  display: inline-block;
  background-size: cover;
  background-image: url(../image/portal/ywdt.png);
  width: 120px;
  height: 25px;
}

.header {
  --tw-bg-opacity: 1;
  background-color: rgb(0 20 52 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  height: 60px;
  padding-top: 7px;
}

header .item {
  position: relative;
}

header .item > a::after {
  content: "";
  width: 20px;
  height: 4px;
  display: inline-block;
  background-color: #1060aa;
  position: absolute;
  left: 50%;
  transform: scale(0);
  bottom: -10px;
}

header .item:hover > a::after {
  transform: scale(1) translateX(-50%);
  transition: all 500ms ease;
}

header .item > a.active {
  color: #1060aa;
}

header .item > a.active::after {
  transform: scale(1) translateX(-50%);
  transition: all 500ms ease;
}

/** 头部 end*/

/*面包屑 start*/

.breadcrumbs {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 18px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
}

@media (min-width: 1320px) {
  .breadcrumbs {
    padding-left: 140px;
    padding-right: 140px;
  }
}

.breadcrumbs {
  font-family: Source Han Sans CN, Source Han Sans CN-Regular;
}

.breadcrumbs a:last-child {
  color: var(--primary);
}

/*面包屑 end*/

/* 分页start*/

.pagination a {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(240 242 245 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.pagination a.active {
  --tw-bg-opacity: 1;
  background-color: rgb(16 96 170 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.pagination a.disabled {
  cursor: not-allowed;
  --tw-bg-opacity: 1;
  background-color: rgb(240 242 245 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(192 196 204 / var(--tw-text-opacity, 1));
}

/* 分页end*/

/** 轮播图 start */

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

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 0.6;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.85);
}

.swiper-pagination-bullet-active {
  opacity: 1;
}

/** 轮播图 end */

/**--------section start-----**/

.section {
  height: auto;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 3.5rem;
}

@media (min-width: 1320px) {
  .section {
    height: 800px;
    padding-left: 140px;
    padding-right: 140px;
  }
}

.section-title {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.5rem;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  font-family: Source Han Sans CN, Source Han Sans CN-Bold;
}

.section-title span {
  position: relative;
}

.section-title::after,
.section-title::before {
  content: "";
  display: inline-block;
  width: 14%;
  height: 1px;
  background-color: #999999;
  position: relative;
  top: -6px;
  margin: 0 11px;
}

.section-title span::before,
.section-title span::after {
  position: absolute;
  top: 50%;
  content: "";
  width: 50px;
  height: 4px;
  display: inline-block;
  background-color: #1060aa;
  z-index: 10;
}

.section-title span::before {
  left: -68px;
}

.section-title span::after {
  right: -68px;
}

/**--------section end-----**/

/********************** 首页 ***************************/

.section1 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

@media (min-width: 1320px) {
  .section1 {
    padding-left: 140px;
    padding-right: 140px;
  }
}

.section1 {
  height: 830px;
  padding-top: 57px;
}

.section1 .content-wrap {
  padding: 45px;
  height: 565px;
  background: #f7f8fa;
}

.section1 .content-wrap .item {
  margin-bottom: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #d3d3d3;
}

.section1 .content-wrap .item .date {
  width: 85px;
  height: 110px;
  background: #ffffff;
  border: 1px solid #1060ac;
}

.section1 .content-wrap .item .title {
  font-size: 18px;
  font-family: Source Han Sans CN, Source Han Sans CN-Bold;
  font-weight: 700;
  text-align: left;
  color: #000000;
}

.section1 .content-wrap .item .des {
  height: 44px;
  font-size: 16px;
  font-family: Source Han Sans CN, Source Han Sans CN-Normal;
  font-weight: normal;
  text-align: left;
  color: #9499a0;
  line-height: 24px;
  overflow: hidden;
}

.section1 .content-wrap .item .date > div:nth-child(1) {
  display: flex;
  height: 50%;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  font-family: Source Han Sans CN, Source Han Sans CN-Normal;
  font-weight: normal;
  color: #1060ac;
}

.section1 .content-wrap .item .date > div:nth-child(2) {
  display: flex;
  height: 50%;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-family: Source Han Sans CN, Source Han Sans CN-Normal;
  font-weight: normal;
  color: #fff;
  background-color: #1060ac;
}

.section1 .content-wrap .item .img {
  display: none;
}

@media (min-width: 1320px) {
  .section1 .content-wrap .item .img {
    display: block;
  }
}

.section1 .content-wrap .item .img {
  width: 196px;
  height: 114px;
  margin-left: 40px;
}

.section1 .more {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  display: block;
  text-align: center;
  font-size: 16px;
  font-family: Source Han Sans CN, Source Han Sans CN-Bold;
  font-weight: 700;
  color: #1060ac;
}

#news-menu {
  margin-bottom: 20px;
}

#news-menu .news-menu-item {
  font-size: 20px;
  font-family: Source Han Sans CN, Source Han Sans CN-Bold;
  font-weight: 600;
  color: #c4c4c4;
  cursor: pointer;
}

#news-menu .news-menu-item.active {
  color: #1060ac;
  position: relative;
}

#news-menu .news-menu-item.active::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 30%;
  height: 4px;
  border-radius: 2px;
  background-color: #1060ac;
}

.more {
  cursor: pointer;
}

.more .more-text {
  font-size: 16px;
  font-family: Source Han Sans CN, Source Han Sans CN-Bold;
  font-weight: 600;
  color: #1060ac;
}

.more .more-img {
  width: 18px;
  margin: 6px auto 0;
}

/* section2 start */

.section2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 2.75rem;
}

@media (min-width: 1320px) {
  .section2 {
    padding-left: 140px;
    padding-right: 140px;
  }
}

.section2 {
  background-image: url(../image/portal/section2-bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.section2 .content-wrap > div {
  height: 629px;
  background: linear-gradient(180deg, #ffffff, #edf3ff);
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.16);
  padding-top: 83px;
  text-align: center;
}

.section2 .content-wrap > div:nth-child(1) {
  background-image: url(../image/portal/jieshao.png);
  background-size: cover;
}

.section2 .content-wrap > div:nth-child(1) p:nth-child(1) {
  height: 32px;
  font-size: 32px;
  font-family: Source Han Sans CN, Source Han Sans CN-Bold;
  font-weight: 700;
  color: #ffffff;
  line-height: 38px;
  margin-bottom: 64px;
}

.section2 .content-wrap > div:nth-child(1) p:nth-child(2) {
  font-size: 14px;
  font-family: Source Han Sans CN, Source Han Sans CN-Regular;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
  line-height: 28px;
  margin: 0 20px;
}

.section2 .content-wrap > div:nth-child(n + 2) p:nth-child(1) {
  font-size: 64px;
  font-family: Source Han Sans CN, Source Han Sans CN-Bold;
  font-weight: 700;
  color: #1060aa;
}

.section2 .content-wrap > div:nth-child(n + 2) > p:nth-child(2) {
  height: 20px;
  font-size: 20px;
  font-family: Source Han Sans CN, Source Han Sans CN-Bold;
  font-weight: 700;
  color: #000000;
  margin-top: 24px;
  margin-bottom: 60px;
}

.section2 .content-wrap > div:nth-child(n + 2) > p:nth-child(3) {
  height: 182px;
  font-size: 14px;
  font-family: Source Han Sans CN, Source Han Sans CN-Regular;
  font-weight: 400;
  text-align: left;
  color: #020202;
  line-height: 28px;
  margin: 0 20px;
}


@media (max-width: 1320px) {
	.section2 .content-wrap > div:nth-child(1) p:nth-child(1) {
		 font-size: 30px;
	}
 	.section2 div.content-wrap > div:nth-child(n + 2) p:nth-child(1) {
    font-size: 60px;
  }
	.section2 div.content-wrap > div:nth-child(n + 2) > p:nth-child(2){
    font-size: 18px;
    margin-bottom: 40px;
  }
	
	.section2 div.content-wrap > div:nth-child(n + 2) > p:nth-child(3),
  .section2 div.content-wrap > div:nth-child(1) p:nth-child(2) {
    font-size: 13px;
  }

 
}

/* section3 */

.section3 .left-item .item {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 1.5rem;
}

.section3 .label {
  height: 62px;
  background: #1060aa;
  border-radius: 12px;
  font-size: 32px;
  font-family: Source Han Sans CN, Source Han Sans CN-Medium;
  font-weight: 500;
  color: #ffffff;
  line-height: 62px;
}

.section3 .left-item .item p,
.section3 .right-item .item p {
  font-size: 24px;
  font-family: Source Han Sans CN, Source Han Sans CN-Regular;
  font-weight: 400;
  color: #000000;
  line-height: 32px;
  /* margin-bottom: 40px; */
}

.section3 .left-item .item > div {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}

.section3 .left-item .item > div > div {
  background: #eff3f7;
  border-radius: 4px;
  font-size: 18px;
  font-family: Source Han Sans CN, Source Han Sans CN-Regular;
  font-weight: 400;
  color: #000000;
  line-height: 60px;
}

.section3 .right-item .sub-item {
  background: #eff3f7;
  border-radius: 4px;
  font-size: 18px;
  font-family: Source Han Sans CN, Source Han Sans CN-Regular;
  font-weight: 400;
  color: #000000;
  line-height: 50px;
}

.section3 .right-item .item {
  background: #ffffff;
}

.section3 .left-item p {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.section3 .left-item p::before,
.section3 .right-item p::before,
.section3 .left-item p:after,
.section3 .right-item p::after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 4px;
  background-color: #1160ab;
  position: relative;
  top: -6px;
  margin: 0 10px;
}

.section4 .left-item dl {
  height: 186px;
  background-image: url(../image/portal/wlyw.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 24px 19px;
}

.section4 .left-item dl:not(:last-child) {
  margin-bottom: 20px;
}

.section4 .left-item dl:nth-child(2) {
  background-image: url(../image/portal/smyw.png);
}

.section4 .left-item dl:nth-child(3) {
  background-image: url(../image/portal/gkyw.png);
}

.section4 .left-item dl dt {
  height: 24px;
  font-size: 24px;
  font-family: Source Han Sans CN, Source Han Sans CN-Bold;
  font-weight: 700;
  color: #ffffff;
  line-height: 32px;
}

.section4 .left-item dl dd {
  height: 52px;
  font-size: 20px;
  font-family: Source Han Sans CN, Source Han Sans CN-Regular;
  font-weight: 400;
  color: #ffffff;
  line-height: 32px;
  margin-top: 20px;
}

/* footer*/

.footer1 {
  background-image: url(../image/portal/footer-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

/** 产业规划 industry start*/

.industry .picture-label {
  font-size: 18px;
  font-family: Source Han Sans CN, Source Han Sans CN-Medium;
  font-weight: 500;
  color: #0c4fa0;
}

.industry .picture-value {
  font-size: 30px;
  font-family: Source Han Sans CN, Source Han Sans CN-Medium;
  font-weight: 500;
  text-align: left;
  color: #000000;
  margin-top: 8px;
}

/** 产业规划 industry end*/

/** 空间规划 space start*/

/** 空间规划 space end*/

/** 公共服务 public-servcie start*/

/** 公共服务 public-servcie end*/

/** 一线风采 yxfc start*/

.yxfc .bander-sm {
  width: 100%;
  height: 72px;
  line-height: 72px;
  background-image: url("../image/yxfc/banner_sm.png");
  background-size: 100%;
  text-align: center;
  font-size: 40px;
  font-family: 优设标题黑, 优设标题黑-Regular;
  font-weight: 400;
  color: #ffffff;
}

.yxfc .container-warp {
  background-image: url("../image/yxfc/yxfc_bg.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
}

.yxfc .container-warp .content-warp {
  padding: 24px 0px 70px 0px;
  margin: 0px auto 0px auto;
  width: 1640px;
}

.yxfc .hander-new {
  display: flex;
  background: #ffffff;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}

.yxfc .hander-new .img {
  width: 927px;
  height: 506px;
}

.yxfc .hander-new .hander-new-text {
  flex: 1;
  min-width: 0;
  padding: 24px;
}

.yxfc .hander-new .hander-new-text .time {
  padding-top: 46px;
  font-size: 16px;
  font-family: Source Han Sans CN, Source Han Sans CN-Regular;
  font-weight: 400;
  text-align: left;
  color: #000000;
}

.yxfc .hander-new .hander-new-text .name {
  padding-top: 30px;
  font-size: 32px;
  height: 116px;
  font-family: Source Han Sans CN, Source Han Sans CN-Medium;
  font-weight: 500;
  text-align: left;
  color: #000000;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  word-break: break-all;
  -webkit-box-orient: vertical;
}

.yxfc .hander-new .hander-new-text .style {
  margin-top: 40px;
  margin-bottom: 40px;
  width: 100%;
  height: 1px;
  background-color: #c9c9c9;
}

.yxfc .hander-new .hander-new-text .desc {
  font-size: 20px;
  font-family: Source Han Sans CN, Source Han Sans CN-Regular;
  font-weight: 400;
  text-align: left;
  color: #000000;
  line-height: 28px;
}

.yxfc .content-new-box {
  margin-top: 20px;
  background: #ffffff;
  box-shadow: 0px 0px 6px 0px rgba(98, 0, 0, 0.1);
  padding: 30px;
}

.yxfc .content-new {
  display: flex;
  height: 180px;
  overflow: hidden;
  margin-bottom: 24px;
}

.yxfc .content-new .img {
  width: 280px;
  height: 180px;
  border-radius: 4px;
  margin-right: 12px;
}

.yxfc .content-new .hander-new-text {
  flex: 1;
  min-width: 0;
}

.yxfc .content-new .hander-new-text .name {
  line-height: 32px;
  height: 64px;
  font-size: 20px;
  font-family: Source Han Sans CN, Source Han Sans CN-Bold;
  font-weight: 700;
  text-align: left;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  word-break: break-all;
  -webkit-box-orient: vertical;
}

.yxfc .content-new .hander-new-text .desc {
  line-height: 22px;
  height: 88px;
  font-size: 14px;
  font-family: Source Han Sans CN, Source Han Sans CN-Regular;
  font-weight: 400;
  text-align: left;
  color: #000000;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  word-break: break-all;
  -webkit-box-orient: vertical;
}

.yxfc .content-new .hander-new-text .bottom .tag {
  padding: 5px 12px;
  background: #ffeded;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  color: #ff3c3c;
  border-radius: 4px;
}

.yxfc .content-new .time {
  margin-left: 12px;
  padding-top: 8px;
  font-size: 18px;
  font-family: Source Han Sans CN, Source Han Sans CN-Regular;
  font-weight: 400;
  text-align: left;
  color: #000000;
}

/** 一线风采 yxfc end*/

/**  新闻资讯 xwzx begin*/

.xwzx .container-warp {
}

.xwzx .container-warp .content-warp {
  padding: 24px 0px 70px 0px;
  margin: 0px auto 0px auto;
  width: 1640px;
  display: flex;
}

.xwzx .container-warp .content-warp .left-content {
  width: 230px;
  min-height: 300px;
  background: #ffffff;
  margin-right: 20px;
}

.xwzx .container-warp .content-warp .left-content .name {
  font-size: 24px;
  font-family: Source Han Sans CN, Source Han Sans CN-Bold;
  font-weight: 700;
  text-align: left;
  color: #000000;
  text-indent: 36px;
  padding: 5px 0px;
}

.xwzx .container-warp .content-warp .left-content .item {
  width: 100%;
  height: 64px;
  line-height: 60px;
  text-indent: 40px;
  font-size: 18px;
  font-family: Source Han Sans CN, Source Han Sans CN-Regular;
  font-weight: 400;
  text-align: left;
  color: #333;
  border-bottom: 1px solid #eee;
}

.xwzx .container-warp .content-warp .left-content .active {
  border-top: 2px solid #1060ac;
  background: linear-gradient(180deg, #a2d2ff, rgba(255, 255, 255, 0.61));
  font-size: 18px;
  font-family: Source Han Sans CN, Source Han Sans CN-Bold;
  font-weight: 700;
  text-align: left;
  color: #1060ac;
}

.xwzx .content-new-box {
  flex: 1;
  min-width: 0;
  margin-top: 0px;
  background: #ffffff;
  box-shadow: 0px 0px 6px 0px rgba(98, 0, 0, 0.1);
  padding: 12px 30px 30px 30px;
}

.xwzx .content-new-box .title {
  padding-bottom: 12px;
  font-size: 24px;
  font-family: Source Han Sans CN, Source Han Sans CN-Bold;
  font-weight: 700;
  text-align: left;
  color: #000000;
}

.xwzx .content-new {
  display: flex;
  height: 180px;
  overflow: hidden;
  border-bottom: 1px solid #efefef;
  margin-bottom: 24px;
}

.xwzx .content-new .img {
  width: 250px;
  height: 150px;
  border-radius: 4px;
  margin-right: 12px;
}

.xwzx .content-new .hander-new-text {
  flex: 1;
  min-width: 0;
}

.xwzx .content-new .hander-new-text .name {
  line-height: 36px;
  height: 36px;
  font-size: 20px;
  font-family: Source Han Sans CN, Source Han Sans CN-Bold;
  font-weight: 700;
  text-align: left;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  word-break: break-all;
  -webkit-box-orient: vertical;
}

.xwzx .content-new .hander-new-text .desc {
  margin-top: 8px;
  line-height: 22px;
  height: 66px;
  font-size: 14px;
  font-family: Source Han Sans CN, Source Han Sans CN-Regular;
  font-weight: 400;
  text-align: left;
  color: #000000;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  word-break: break-all;
  -webkit-box-orient: vertical;
}

.xwzx .content-new .hander-new-text .bottom {
  padding-top: 10px;
}

.xwzx .content-new .hander-new-text .bottom .tag {
  padding: 5px 12px;
  background: #e2f1ff;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  color: #1060ac;
  border-radius: 4px;
}

.xwzx .content-new .time {
  margin-left: 12px;
  padding-top: 8px;
  font-size: 18px;
  font-family: Source Han Sans CN, Source Han Sans CN-Regular;
  font-weight: 400;
  text-align: left;
  color: #000000;
}

/** 新闻资讯  xwzx end*/

/** 项目合作  xmhz ebgin*/

.xmhz .section-container {
  position: relative;
  width: 100%;
}

.xmhz .section-box-bg {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 162px;
  background: #f0f7ff;
}

.xmhz .con {
  position: relative;
  height: 716px;
}

.xmhz .section-box {
  /* position: absolute; */
  margin: 0 auto;
  top: 0;
  width: 1640px;
}

.xmhz .section-content-warp {
  position: absolute;
  top: 0;
  width: 1640px;
  z-index: 9;
}

.xmhz .content-warp .content-box {
  position: relative;
  width: 100%;
  height: 584px;
  display: flex;
}

.xmhz .content-warp .content-box .content-img {
  width: 869px;
  height: 537px;
}

.xmhz .content-warp .content-box .content-img .img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}

.xmhz .content-warp .content-box .content-text {
  position: relative;
  flex: 1;
  min-width: 0;
  padding: 0px 32px;
}

.xmhz .content-warp .content-box .content-text.content-text2 {
  padding-left: 0px;
}

.xmhz .content-warp .content-box .content-text .name {
  font-size: 16px;
  font-family: Source Han Sans CN, Source Han Sans CN-Medium;
  font-weight: 500;
  text-align: left;
  color: #535353;
  line-height: 32px;
}

.xmhz .content-warp .content-box .content-text .name .lg-name {
  position: relative;
  padding-bottom: 12px;
  font-size: 24px;
  font-family: Source Han Sans CN, Source Han Sans CN-Bold;
  font-weight: 700;
  text-align: left;
  color: #000000;
}

.xmhz .content-warp .content-box .content-text .name .lg-name::after {
  content: "";
  display: inline-block;
  width: 44%;
  height: 1px;
  background-color: #999999;
  position: absolute;
  top: 42px;
  left: 0;
}

.xmhz .content-warp .content-box .content-text .name .lg-name2::after {
  width: 290px;
}

.xmhz .content-warp .content-box .content-text .name .lg-name::before {
  position: absolute;
  top: 40px;
  content: "";
  width: 50px;
  height: 4px;
  display: inline-block;
  background-color: #1060aa;
  z-index: 10;
}

.xmhz .content-warp .content-box .content-text .name p {
  padding-top: 15px;
  font-size: 16px;
  font-family: Source Han Sans CN, Source Han Sans CN-Medium;
  font-weight: 500;
  text-align: left;
  color: #535353;
  line-height: 32px;
}

.xmhz .content-warp .content-box .content-text .content-bottom {
  display: flex;
  position: absolute;
  left: 0;
  bottom: 47px;
  width: 100%;
}

.xmhz .content-warp .content-box .content-text .content-bottom .rows {
  flex: 1;
  min-width: 0;
}

.xmhz
  .content-warp
  .content-box
  .content-text
  .content-bottom
  .rows:not(:first-child) {
  border-left: 1px solid #1060aa;
}

.xmhz .content-warp .content-box .content-text .content-bottom .rows .numbers {
  font-size: 32px;
  font-family: Source Han Sans CN, Source Han Sans CN-Medium;
  font-weight: 550;
  text-align: center;
  color: #1060aa;
  line-height: 32px;
}

.xmhz .content-bottom .rows .numbers .unit {
  font-size: 18px;
  font-family: Source Han Sans CN, Source Han Sans CN-Medium;
  font-weight: 600;
  text-align: left;
  color: #1060aa;
  line-height: 32px;
}

.xmhz .content-warp .content-box .content-text .content-bottom .rows .text {
  font-size: 18px;
  font-family: Source Han Sans CN, Source Han Sans CN-Regular;
  font-weight: 400;
  text-align: center;
  color: #000000;
  line-height: 32px;
}

/** 项目合作  xmhz end*/

/** 公共服务  ggfw begin*/

.ggfw .card-content-body .rounded-img {
  border-radius: 0px 80px 0px 80px;
}

.ggfw .card-content-body .lg-name {
  position: relative;
  padding-bottom: 12px;
  font-size: 24px;
  font-family: Source Han Sans CN, Source Han Sans CN-Bold;
  font-weight: 700;
  text-align: left;
  color: #000000;
}

.ggfw .card-content-body .lg-name::after {
  content: "";
  display: inline-block;
  width: 280px;
  height: 1px;
  background-color: #999999;
  position: absolute;
  top: 42px;
  left: 0;
}

.ggfw .card-content-body .lg-name::before {
  position: absolute;
  top: 40px;
  content: "";
  width: 50px;
  height: 4px;
  display: inline-block;
  background-color: #1060aa;
  z-index: 10;
}

.ggfw .card-content-body .content p {
  padding-top: 12px;
  font-size: 14px;
  font-family: Source Han Sans CN, Source Han Sans CN-Regular;
  font-weight: 400;
  text-align: left;
  color: #000000;
  line-height: 28px;
}

.ggfw .card-content-body .content-bottom {
  display: flex;
  position: absolute;
  left: 0;
  bottom: 40px;
  width: 100%;
}

.ggfw .card-content-body .content-row-box .rows {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  background: #ffffff;
  border: 2px solid #1060aa;
  border-radius: 50%;
  font-size: 32px;
  font-family: Source Han Sans CN, Source Han Sans CN-Bold;
  font-weight: 600;
  text-align: center;
  color: #1160ab;
}

.ggfw .card-content-body .content-row-box .rows .unit {
  font-size: 18px;
  font-family: Source Han Sans CN, Source Han Sans CN-Regular;
  font-weight: 500;
  text-align: center;
  color: #1160ab;
  padding-top: 6px;
}

.ggfw .card-content-body .content-bottom .rows {
  flex: 1;
  min-width: 0;
}

.ggfw .card-content-body .content-bottom .rows:not(:first-child) {
  border-left: 1px solid #1060aa;
}

.ggfw .card-content-body .content-bottom .rows .numbers {
  font-size: 32px;
  font-family: Source Han Sans CN, Source Han Sans CN-Medium;
  font-weight: 550;
  text-align: center;
  color: #1060aa;
  line-height: 32px;
}

.ggfw .card-content-body .content-bottom .rows .numbers .unit {
  font-size: 18px;
  font-family: Source Han Sans CN, Source Han Sans CN-Medium;
  font-weight: 600;
  text-align: left;
  color: #1060aa;
  line-height: 32px;
}

.ggfw .card-content-body .content-bottom .rows .text {
  font-size: 18px;
  font-family: Source Han Sans CN, Source Han Sans CN-Regular;
  font-weight: 400;
  text-align: center;
  color: #000000;
  line-height: 32px;
}

.ggfw .card-content-body .content-bottom-map {
  position: absolute;
  left: 18px;
  bottom: 20px;
  width: 100%;
}

.ggfw .card-content-body .content-bottom-map .icon-text {
  font-size: 16px;
  font-family: Source Han Sans CN, Source Han Sans CN-Regular;
  font-weight: 400;
  text-align: left;
  color: #1160ab;
  line-height: 32px;
}

.ggfw .card-content-body .content-bottom-icon {
  position: absolute;
  left: 18px;
  bottom: 50px;
  width: 100%;
}

/** 公共服务  ggfw end*/

/** 联系我们  contact begin*/

 /* Toast 提示 */
.toast-container {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    pointer-events: none;
}
.toast-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 14px;
    color: #fff;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
    animation: toastIn 0.3s ease forwards;
    pointer-events: auto;
    white-space: nowrap;
}
.toast-item.hiding {
    animation: toastOut 0.3s ease forwards;
}
.toast-item.success {
    background: #67c23a;
}
.toast-item.warning {
    background: #e6a23c;
}
.toast-item.error {
    background: #f56c6c;
}
.toast-item.info {
    background: #0668b4;
}
.toast-icon {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}
.toast-icon svg {
    width: 100%;
    height: 100%;
}
@keyframes toastIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes toastOut {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    to {
        opacity: 0;
        transform: translateY(-10px);
    }
}
/** Toast 提示  contact begin*/

.contact .lianxiwomen-img {
  width: 68px;
  height: 68px;
}

.contact .lianxiwomen-img img {
}

/** 联系我们  contact end*/

@media (min-width: 768px) {
  .md\:ml-\[100px\] {
    margin-left: 100px;
  }

  .md\:inline {
    display: inline;
  }

  .md\:h-\[133px\] {
    height: 133px;
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:px-\[100px\] {
    padding-left: 100px;
    padding-right: 100px;
  }
}

@media (min-width: 1024px) {
  .lg\:block {
    display: block;
  }

  .lg\:inline-block {
    display: inline-block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:size-\[124px\] {
    width: 124px;
    height: 124px;
  }

  .lg\:h-\[720px\] {
    height: 720px;
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .lg\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:gap-x-12 {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .lg\:px-\[140px\] {
    padding-left: 140px;
    padding-right: 140px;
  }

  .lg\:text-\[20px\] {
    font-size: 20px;
  }
}

.yxfc {
	min-width: 1640px;
}

@media (min-width: 1280px) {
  .xl\:max-w-\[1200px\] {
    max-width: 1200px;
  }
}
