/*
! tailwindcss v3.4.4 | 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] {
    display: none;
}

*, ::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: ;
}

.\!static {
    position: static !important;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.bottom-0 {
    bottom: 0px;
}

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

.left-0 {
    left: 0px;
}

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

.right-0 {
    right: 0px;
}

.top-0 {
    top: 0px;
}

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

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

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

.mr-2 {
    margin-right: 0.5rem;
}

.mr-\[50px\] {
    margin-right: 50px;
}

.mr-\[60px\] {
    margin-right: 60px;
}

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

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

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

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

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

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

.block {
    display: block;
}

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

.flex {
    display: flex;
}

.hidden {
    display: none;
}

.\!h-\[285px\] {
    height: 285px !important;
}

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

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

.h-full {
    height: 100%;
}

.w-1200 {
    width: 1300px;
}

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

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

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

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

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

.w-full {
    width: 100%;
}

.rotate-\[-45deg\] {
    --tw-rotate: -45deg;
    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;
}

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

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

.overflow-hidden {
    overflow: hidden;
}

.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

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

.bg-opacity-60 {
    --tw-bg-opacity: 0.6;
}

.object-cover {
    -o-object-fit: cover;
    object-fit: cover;
}

.py-\[15px\] {
    padding-top: 15px;
    padding-bottom: 15px;
}

.py-\[20px\] {
    padding-top: 20px;
    padding-bottom: 20px;
}

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

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

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

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

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

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

.leading-\[45px\] {
    line-height: 45px;
}

.text-\[\#709ae5\] {
    --tw-text-opacity: 1;
    color: rgb(112 154 229 / var(--tw-text-opacity));
}

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

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

.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

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

.duration-500 {
    transition-duration: 500ms;
}

/*导航*/

.nav {
    height: 80px;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.nav .nav-content {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    width: 1300px;
    align-items: center;
    justify-content: space-between;
}

.nav .nav-content .logo {
    height: 80px;
    width: 370px;
}

.nav .nav-content .nav-list {
    display: flex;
    height: 80px;
    align-items: center;
}

.nav .nav-content .nav-list .nav-item {
    position: relative;
    margin-left: 15px;
    margin-right: 15px;
    height: 100%;
    font-size: 18px;
    --tw-text-opacity: 1;
    color: rgb(51 51 51 / var(--tw-text-opacity));
}

.nav .nav-content .nav-list .nav-item:hover {
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(223 32 61 / var(--tw-text-opacity));
}

.nav .nav-content .nav-list .nav-item.active {
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(223 32 61 / var(--tw-text-opacity));
}

.nav .nav-content .nav-list .nav-item.active::after {
    position: absolute;
    left: 50%;
    top: 80%;
    height: 3px;
    width: 50px;
    --tw-translate-x: -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));
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(223 32 61 / var(--tw-bg-opacity));
}

.nav .nav-content .nav-list .nav-item a {
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
    font-weight: 400;
    line-height: 80px;
}

.nav .nav-content .nav-list .nav-item:hover .sub-ul {
    display: block;
}

.nav .nav-content .nav-list .nav-item .sub-ul {
    position: absolute;
    top: 80px;
    left: 50%;
    z-index: 999;
    display: none;
    width: 130px;
    --tw-translate-x: -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));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.nav .nav-content .nav-list .nav-item .sub-ul li {
    height: 50px;
    font-size: 16px;
    --tw-text-opacity: 1;
    color: rgb(51 51 51 / var(--tw-text-opacity));
}

.nav .nav-content .nav-list .nav-item .sub-ul li a {
    display: block;
    height: 100%;
    text-align: center;
    font-weight: 400;
    line-height: 50px;
}

.nav .nav-content .nav-list .nav-item .sub-ul li:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.nav .nav-content .nav-list .nav-item .sub-ul li:hover:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(223 32 61 / var(--tw-bg-opacity));
}

#index_banner .swiper-pagination-bullet {
    margin-left: 6px;
    margin-right: 6px;
    height: 15px;
    width: 15px;
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
    background-color: transparent;
    opacity: 1;
}

#index_banner .swiper-pagination-bullet-active {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

/* 新闻中心*/

.index_news {
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    display: flex;
    width: 1300px;
    justify-content: space-between;
}

.index_news .news_pic {
    width: 600px;
}

.h1 {
    width: 100%;
}

.h1 h3 {
    color: rgba(223, 32, 61, 0.08);
    position: relative;
    font-size: 62px;
    font-weight: 700
}

.h1 h3::after {
    position: absolute;
    left: 0px;
    bottom: -10px;
    height: 4px;
    width: 113px;
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(223 32 61 / var(--tw-bg-opacity));
}

.h1 p {
    position: absolute;
    bottom: 0px;
    left: 0px;
    font-size: 32px;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}

.news_list_banner {
    margin-top: 30px;
    width: 100%;
}

#news_list_banner .swiper-pagination-bullet {
    margin-left: 6px;
    margin-right: 6px;
    height: 10px;
    width: 10px;
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
    background-color: transparent;
    opacity: 1;
}

#news_list_banner .swiper-pagination-bullet-active {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.news_list {
    margin-left: 30px;
    margin-top: 60px;
    flex: 1 1 0%;
}

.news_list .news_list_nav {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.news_list .news_list_nav .news_list_nav_ul {
    display: flex;
    align-items: center;
    font-size: 18px;
    --tw-text-opacity: 1;
    color: rgb(51 51 51 / var(--tw-text-opacity));
}

.news_list .news_list_nav .news_list_nav_ul .news_list_nav_ul_item {
    margin-left: 10px;
    margin-right: 10px;
    cursor: pointer;
    font-weight: 400;
}

.news_list .news_list_nav .news_list_nav_ul .news_list_nav_ul_item:hover {
    --tw-text-opacity: 1;
    color: rgb(223 32 61 / var(--tw-text-opacity));
}

.news_list .news_list_nav .news_list_nav_ul .news_list_nav_ul_item.active {
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(223 32 61 / var(--tw-text-opacity));
}

.news_list .news_list_nav .news_list_nav_more {
    font-size: 16px;
    --tw-text-opacity: 1;
    color: rgb(143 143 143 / var(--tw-text-opacity));
}

.news_list ul {
    margin-top: 20px;
    width: 100%;
}

.news_list ul li {
    display: flex;
    width: 100%;
    cursor: pointer;
    list-style-type: none;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.news_list ul li:hover .day {
    --tw-translate-x: 5px;
    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));
    --tw-text-opacity: 1 !important;
    color: rgb(223 32 61 / var(--tw-text-opacity)) !important;
}

.news_list ul li:hover .title {
    --tw-translate-x: 5px;
    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));
    font-weight: 700;
    --tw-text-opacity: 1 !important;
    color: rgb(223 32 61 / var(--tw-text-opacity)) !important;
}

.news_list ul li .date {
    width: 100px;
    border-right-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(217 217 217 / var(--tw-border-opacity));
}

.news_list ul li .date .day {
    position: relative;
    font-size: 26px;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(51 51 51 / var(--tw-text-opacity));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;
}

.news_list ul li .date .day::after {
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 2px;
    width: 20px;
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(223 32 61 / var(--tw-bg-opacity));
}

.news_list ul li .date .month {
    margin-top: 5px;
    font-size: 18px;
    --tw-text-opacity: 1;
    color: rgb(143 143 143 / var(--tw-text-opacity));
}

.news_list ul li .content {
    width: 570px;
    padding-left: 30px;
}

.news_list ul li .content .title {
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgb(51 51 51 / var(--tw-text-opacity));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;
}

.news_list ul li .content .desc {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 14px;
    --tw-text-opacity: 1;
    color: rgb(143 143 143 / var(--tw-text-opacity));
}

.walkIn {
    background: url("/images/walkIn_bg.png") center center no-repeat;
    background-size: cover;
    margin-top: 80px;
    height: 650px;
    width: 100%
}

.walkIn h2 {
    width: 100%;
    padding-top: 100px;
    text-align: center;
    font-size: 34px;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.walkIn .walkIn_content {
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    width: 1300px;
    font-size: 16px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.walkIn .log {
    position: relative;
    margin-top: 50px;
    width: 100%;
}

.walkIn .log::after {
    position: absolute;
    top: 98px;
    height: 1px;
    width: 100%;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    content: var(--tw-content);
    --tw-bg-opacity: 0.4;
}

.walkIn .log .content {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    width: 1300px;
    align-items: center;
    justify-content: space-between;
}

.walkIn .log .content .log_item {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}

.walkIn .log .content .log_item:hover {
    --tw-text-opacity: 1;
    color: rgb(223 32 61 / var(--tw-text-opacity));
}

.walkIn .log .content .log_item:hover .log_item_title::after {
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(223 32 61 / var(--tw-bg-opacity));
}

.walkIn .log .content .log_item:hover .log_item_img img {
    transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
    animation: gelatine 0.5s 1;
}

.walkIn .log .content .log_item:hover .log_item_img .log_item_img1 {
    display: none;
}

.walkIn .log .content .log_item:hover .log_item_img .log_item_img2 {
    display: block;
}

@keyframes gelatine {
    from,
    to {
        transform: scale(1, 1);
    }

    25% {
        transform: scale(0.9, 1.1);
    }

    50% {
        transform: scale(1.1, 0.9);
    }

    75% {
        transform: scale(0.95, 1.05);
    }

    from,
    to {
        transform: scale(1, 1);
    }
}

.walkIn .log .content .log_item .log_item_img {
    position: relative;
    padding-top: 20px;
}

.walkIn .log .content .log_item .log_item_img .log_item_img1 {
    display: block;
}

.walkIn .log .content .log_item .log_item_img .log_item_img2 {
    display: none;
}

.walkIn .log .content .log_item .log_item_title {
    position: relative;
    margin-top: 30px;
}

.walkIn .log .content .log_item .log_item_title::after {
    position: absolute;
    left: 50%;
    top: -21px;
    height: 5px;
    width: 90px;
    --tw-translate-x: -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));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    content: var(--tw-content);
    transition-duration: 300ms;
}

.scroll_fl {
    width: 100%;
    margin: 0 auto;
}

.scroll_fl .picList {
    width: 100%;
    overflow: inherit !important;
}

.scroll_fl .picList li {
    float: left;
    position: relative;
    width: 410px;
    height: 230px;
}

.scroll_fl .picList li img {
    height: 230px;
    width: 100%;
    display: block;
    max-width: inherit;
    position: relative;
    opacity: 0.9;
    filter: alpha(opacity=0.9);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
}

.scroll_fl .picList li h3 {
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: rgba(1, 1, 1, 0.8);
    position: absolute;
    width: 100%;
    height: 40px;
    left: 0;
    bottom: 0;
    opacity: 0;
    transition: 500ms;
}

.scroll_fl .picList li:hover h3 {
    opacity: 1;
    z-index: 100;
}

.scroll_fl .picList li:hover {
    transform: scale(1.2);
    z-index: 99;
    opacity: 1;
    filter: alpha(opacity=0.1);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}

.scroll_fl .tempWrap {
    overflow: inherit !important;
}

.footer {
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(51 51 51 / var(--tw-bg-opacity));
    padding-top: 70px;
    padding-bottom: 70px;
}

.footer .footer_content {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    width: 1300px;
    align-items: center;
    justify-content: space-between;
}

.footer .footer_content .footer_rights {
    font-size: 16px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.footer .footer_content .footer_right {
    display: flex;
    height: 100%;
    align-items: center;
}

.footer .footer_content .footer_right .tel {
    display: flex;
    align-items: center;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.footer .footer_content .footer_right .tel img {
    margin-right: 10px;
    width: 40px;
}

.footer .footer_content .footer_right .tel .content p {
    font-size: 18px;
}

.footer .footer_content .footer_right .tel .content h3 {
    font-size: 30px;
    font-weight: 700;
}

.footer .footer_content .footer_right .qr {
    margin-left: 60px;
    border-left-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
    padding-left: 60px;
}

.footer .footer_content .footer_right .qr img {
    margin-bottom: 10px;
    height: 115px;
    width: 115px;
}

.footer .footer_content .footer_right .qr p {
    width: 100%;
    text-align: center;
    font-size: 14px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.secondaryNavigation {
    height: 60px;
    width: 100%;
    border-bottom-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(238 238 238 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.secondaryNavigation .content {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    height: 100%;
    width: 1300px;
    align-items: center;
    justify-content: space-between;
}

.secondaryNavigation .content ul {
    display: flex;
    height: 100%;
    align-items: center;
}

.secondaryNavigation .content ul li {
    height: 100%;
    list-style-type: none;
    font-size: 16px;
    line-height: 60px;
    --tw-text-opacity: 1;
    color: rgb(51 51 51 / var(--tw-text-opacity));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.secondaryNavigation .content ul li.active, .secondaryNavigation .content ul li:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(223 32 61 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.secondaryNavigation .content ul li a {
    display: inline-block;
    height: 100%;
    padding-left: 40px;
    padding-right: 40px;
}

.secondaryNavigation .address {
    font-size: 15px;
    --tw-text-opacity: 1;
    color: rgb(143 143 143 / var(--tw-text-opacity));
}

.h2 {
    margin-left: auto;
    margin-right: auto;
    width: 1300px;
}

.h2 h2 {
    font-size: 42px;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(51 51 51 / var(--tw-text-opacity));
}

.h2 span {
    font-size: 14px;
    --tw-text-opacity: 1;
    color: rgb(143 143 143 / var(--tw-text-opacity));
}

.img_list {
    margin-left: auto;
    margin-right: auto;
    display: grid;
    width: 1300px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    -moz-column-gap: 40px;
    column-gap: 40px;
}

.img_list li {
    margin-bottom: 30px;
    width: 408px;
    list-style-type: none;
    overflow: hidden;
    border-radius: 5px;
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.img_list li .img {
    position: relative;
    height: 300px;
    width: 100%;
}

.img_list li .img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.img_list li .title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(51 51 51 / var(--tw-text-opacity));
}

.img_list li:hover .title {
    --tw-text-opacity: 1;
    color: rgb(223 32 61 / var(--tw-text-opacity));
}

.content_body {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    width: 1300px;
    align-items: center;
    --tw-bg-opacity: 1;
    background-color: rgb(251 251 251 / var(--tw-bg-opacity));
}

.content_body .left {
    margin-right: 40px;
    height: 400px;
    width: 650px;
}

.content_body .right .title {
    border-bottom-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(143 143 143 / var(--tw-border-opacity));
    padding-top: 45px;
    padding-bottom: 20px;
    font-size: 26px;
    --tw-text-opacity: 1;
    color: rgb(223 32 61 / var(--tw-text-opacity));
}

.content_body .right .desc {
    width: 550px;
    padding-top: 20px;
    font-size: 16px;
    line-height: 50px;
    --tw-text-opacity: 1;
    color: rgb(51 51 51 / var(--tw-text-opacity));
}

.news_img_list {
    margin-left: auto;
    margin-right: auto;
    margin-top: 70px;
    display: grid;
    width: 1300px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    -moz-column-gap: 37px;
    column-gap: 37px;
}

.news_img_list li {
    margin-bottom: 40px;
    height: 433px;
    width: 400px;
    list-style-type: none;
}

.news_img_list li .img {
    position: relative;
    height: 285px;
    width: 100%;
}

.news_img_list li .img .time {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 90px;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
    --tw-bg-opacity: 0.6;
    padding: 10px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.news_img_list li .img .time .time_date {
    font-size: 18px;
    font-weight: 700;
}

.news_img_list li .img .time .time_year {
    font-size: 16px;
    font-weight: 400;
}

.news_img_list li .img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.news_img_list li .title {
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}

.news_img_list li .desc {
    margin-top: 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 14px;
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgb(143 143 143 / var(--tw-text-opacity));
}

.news_img_list li .bottom {
    margin-top: 10px;
    display: flex;
    align-items: center;
}

.news_img_list li .bottom .name {
    margin-right: 10px;
    font-size: 14px;
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgb(102 102 102 / var(--tw-text-opacity));
}

.news_img_list li .bottom .name:hover {
    --tw-text-opacity: 1;
    color: rgb(223 32 61 / var(--tw-text-opacity));
}

.news_img_list li .bottom .btn {
    display: flex;
    height: 25px;
    width: 25px;
    align-items: center;
    justify-content: center;
    --tw-bg-opacity: 1;
    background-color: rgb(223 32 61 / var(--tw-bg-opacity));
    padding-left: 3px;
    padding-right: 3px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text_list {
    margin-left: auto;
    margin-right: auto;
    width: 1300px;
}

.text_list li {
    width: 100%;
    list-style-type: none;
    border-bottom-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity));
    padding-bottom: 20px;
    padding-top: 60px;
}

.text_list li:last-child {
    border-width: 0px;
}

.text_list li:hover .title {
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(223 32 61 / var(--tw-text-opacity));
}

.text_list li .title {
    font-size: 20px;
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgb(51 51 51 / var(--tw-text-opacity));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;
}

.text_list li .date {
    margin-bottom: 5px;
    padding-top: 10px;
    font-size: 18px;
    --tw-text-opacity: 1;
    color: rgb(153 153 153 / var(--tw-text-opacity));
}

.text_list li .desc {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    --tw-text-opacity: 1;
    color: rgb(143 143 143 / var(--tw-text-opacity));
}

.groupAchievements {
    margin-left: auto;
    margin-right: auto;
    margin-top: 120px;
    width: 1300px;
}

.groupAchievements .navs {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    width: 930px;
    padding-left: 40px;
    padding-right: 40px;
}

.groupAchievements .navs .item {
    display: flex;
    cursor: pointer;
    flex-direction: column;
    align-items: center;
    border-radius: 5px;
    --tw-bg-opacity: 1;
    background-color: rgb(197 197 197 / var(--tw-bg-opacity));
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.groupAchievements .navs .active .item {
    position: relative;
    margin-bottom: 30px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    --tw-bg-opacity: 1;
    background-color: rgb(223 32 61 / var(--tw-bg-opacity));
    padding-top: 35px;
    padding-bottom: 35px;
}

.groupAchievements .navs .swiper-slide {
    height: 150px;
}

.groupAchievements .navs .active .item::after {
    content: ' ';
    border-top: 10px solid #DF203D;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    bottom: -10px;
    height: 0px;
    width: 0px
}

.groupAchievements .navs .item .year {
    font-size: 22px;
    font-weight: 700;
}

.groupAchievements .navs .item .unit {
    font-size: 16px;
}

.groupAchievements .next, .groupAchievements .prev {
    position: absolute;
    top: 10px;
    display: flex;
    height: 70px;
    width: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    --tw-bg-opacity: 1;
    background-color: rgb(197 197 197 / var(--tw-bg-opacity));
}

.groupAchievements .next::after, .groupAchievements .prev::after {
    content: 'next';
    font-family: swiper-icons;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
}

.groupAchievements .groupAchievements_content {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 930px;
    --tw-bg-opacity: 1;
    background-color: rgb(241 241 241 / var(--tw-bg-opacity));
}

.groupAchievements .groupAchievements_content::after {
    position: absolute;
    left: 260px;
    top: 0px;
    height: 100%;
    width: 1px;
    --tw-bg-opacity: 1;
    background-color: rgb(197 197 197 / var(--tw-bg-opacity));
    --tw-content: '';
    content: var(--tw-content);
}

.groupAchievements .groupAchievements_content .item {
    display: flex;
    width: 100%;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
}

.groupAchievements .groupAchievements_content .item .date {
    margin-left: 50px;
    width: 150px;
    --tw-bg-opacity: 1;
    background-color: rgb(223 32 61 / var(--tw-bg-opacity));
    padding-top: 6px;
    padding-bottom: 6px;
    text-align: center;
    font-size: 18px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.groupAchievements .groupAchievements_content .item .desc {
    position: relative;
    z-index: 10;
    margin-left: 100px;
    font-size: 16px;
    --tw-text-opacity: 1;
    color: rgb(51 51 51 / var(--tw-text-opacity));
}

.groupAchievements .groupAchievements_content .item .desc::before {
    position: absolute;
    left: -45px;
    top: 50%;
    height: 10px;
    width: 10px;
    --tw-translate-y: -4px;
    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));
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(223 32 61 / var(--tw-bg-opacity));
    --tw-content: '';
    content: var(--tw-content);
}

.groupAchievements .groupAchievements_content .item .desc::after {
    position: absolute;
    left: -40px;
    top: 50%;
    height: 2px;
    width: 20px;
    --tw-bg-opacity: 1;
    background-color: rgb(223 32 61 / var(--tw-bg-opacity));
    --tw-content: '';
    content: var(--tw-content);
}

.honor {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    width: 1300px;
}

.honor .swiper-slide img {
    width: 400px;
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
    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));
}

.honor .swiper-slide {
    width: 40%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.honor .swiper-button-prev {
    height: 40px;
    width: 40px;
    border-radius: 9999px;
    border-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(197 197 197 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.honor .swiper-button-prev::after {
    font-size: 14px;
    --tw-text-opacity: 1;
    color: rgb(143 143 143 / var(--tw-text-opacity));
    --tw-content: 'prev';
    content: var(--tw-content);
}

.honor .swiper-button-next {
    height: 40px;
    width: 40px;
    border-radius: 9999px;
    border-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(197 197 197 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.honor .swiper-button-next::after {
    font-size: 14px;
    --tw-text-opacity: 1;
    color: rgb(143 143 143 / var(--tw-text-opacity));
    --tw-content: 'next';
    content: var(--tw-content);
}

.banner_text {
    position: relative;
}

.banner_text .banner_text_box {
    left: 50%;
    top: 50%;
    width: 1300px;
    --tw-translate-x: -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));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.banner_text .banner_text_box h2 {
    display: flex;
    align-items: center;
    font-size: 38px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.banner_text .banner_text_box h2 i {
    margin-right: 10px;
    height: 3px;
    width: 30px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.banner_text .banner_text_bg {
    background: rgba(0, 0, 0, 0.2);
}

.banner_text div p {
    font-size: 18px;
    --tw-text-opacity: 1;
    color: rgb(194 194 194 / var(--tw-text-opacity));
}

.pagination {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.pagination li {
    margin-left: 6px;
    margin-right: 6px;
    display: inline-block;
    height: 40px;
    width: 40px;
    border-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(232 232 232 / var(--tw-border-opacity));
}

.pagination li a, .pagination li span {
    display: inline-block;
    display: flex;
    height: 40px;
    width: 40px;
    align-items: center;
    justify-content: center;
    --tw-text-opacity: 1;
    color: rgb(51 51 51 / var(--tw-text-opacity));
}

.pagination li.active {
    --tw-border-opacity: 1;
    border-color: rgb(223 32 61 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(223 32 61 / var(--tw-bg-opacity));
}

.pagination li.active a, .pagination li.active span {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.after\:absolute::after {
    content: var(--tw-content);
    position: absolute;
}

.after\:top-\[40px\]::after {
    content: var(--tw-content);
    top: 40px;
}

.after\:h-\[2px\]::after {
    content: var(--tw-content);
    height: 2px;
}

.after\:w-0::after {
    content: var(--tw-content);
    width: 0px;
}

.after\:bg-active-color::after {
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(223 32 61 / var(--tw-bg-opacity));
}

.after\:transition-all::after {
    content: var(--tw-content);
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.after\:duration-500::after {
    content: var(--tw-content);
    transition-duration: 500ms;
}

.group:hover .group-hover\:translate-x-\[10px\] {
    --tw-translate-x: 10px;
    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));
}

.group:hover .group-hover\:rotate-0 {
    --tw-rotate: 0deg;
    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));
}

.group:hover .group-hover\:scale-110 {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
    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));
}

.group:hover .group-hover\:\!bg-active-color {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(223 32 61 / var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-opacity-70 {
    --tw-bg-opacity: 0.7;
}

.group:hover .group-hover\:\!text-active-color {
    --tw-text-opacity: 1 !important;
    color: rgb(223 32 61 / var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-active-color {
    --tw-text-opacity: 1;
    color: rgb(223 32 61 / var(--tw-text-opacity));
}

.group:hover .group-hover\:after\:w-full::after {
    content: var(--tw-content);
    width: 100%;
}