@charset "UTF-8";
/*
! 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 */
    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]) {
    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: -0.267vw; /* 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::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:  ;
}
.visible{
    visibility: visible;
}
.relative{
    position: relative;
}
.left-\[-2\%\]{
    left: -2%;
}
.left-\[2\%\]{
    left: 2%;
}
.left-\[20\%\]{
    left: 20%;
}
.right-\[-4\%\]{
    right: -4%;
}
.right-\[2\%\]{
    right: 2%;
}
.right-\[20\%\]{
    right: 20%;
}
.top-\[30\%\]{
    top: 30%;
}
.top-\[60\%\]{
    top: 60%;
}
.top-\[7\%\]{
    top: 7%;
}
.mx-auto{
    margin-left: auto;
    margin-right: auto;
}
.mb-\[10px\]{
    margin-bottom: 1.333vw;
}
.mb-\[20px\]{
    margin-bottom: 2.667vw;
}
.mb-\[2px\]{
    margin-bottom: 0.267vw;
}
.mb-\[30px\]{
    margin-bottom: 4vw;
}
.mb-\[40px\]{
    margin-bottom: 5.333vw;
}
.mb-\[50px\]{
    margin-bottom: 6.667vw;
}
.ml-\[20px\]{
    margin-left: 2.667vw;
}
.ml-\[50px\]{
    margin-left: 6.667vw;
}
.ml-\[60px\]{
    margin-left: 8vw;
}
.mr-\[10px\]{
    margin-right: 1.333vw;
}
.mt-\[10px\]{
    margin-top: 1.333vw;
}
.mt-\[15px\]{
    margin-top: 2vw;
}
.mt-\[30px\]{
    margin-top: 4vw;
}
.mt-\[50px\]{
    margin-top: 6.667vw;
}
.mt-\[60px\]{
    margin-top: 8vw;
}
.mt-\[6px\]{
    margin-top: 0.8vw;
}
.line-clamp-2{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.block{
    display: block;
}
.flex{
    display: flex;
}
.grid{
    display: grid;
}
.h-\[100px\]{
    height: 13.333vw;
}
.h-\[110px\]{
    height: 14.667vw;
}
.h-\[120px\]{
    height: 16vw;
}
.h-\[130px\]{
    height: 17.333vw;
}
.h-\[140px\]{
    height: 18.667vw;
}
.h-\[300px\]{
    height: 40vw;
}
.h-\[30px\]{
    height: 4vw;
}
.h-\[320px\]{
    height: 42.667vw;
}
.h-\[400px\]{
    height: 53.333vw;
}
.h-\[500px\]{
    height: 66.667vw;
}
.h-\[50px\]{
    height: 6.667vw;
}
.h-\[60px\]{
    height: 8vw;
}
.h-\[70px\]{
    height: 9.333vw;
}
.h-\[80px\]{
    height: 10.667vw;
}
.h-full{
    height: 100%;
}
.w-\[35px\]{
    width: 4.667vw;
}
.w-\[40px\]{
    width: 5.333vw;
}
.w-\[600px\]{
    width: 80vw;
}
.w-\[65px\]{
    width: 8.667vw;
}
.w-\[\]{
    width: ;
}
.w-full{
    width: 100%;
}
.translate-x-\[-20px\]{
    --tw-translate-x: -2.667vw;
    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));
}
.translate-y-\[10px\]{
    --tw-translate-y: 1.333vw;
    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));
}
.scale-90{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
    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));
}
.grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-col{
    flex-direction: column;
}
.flex-wrap{
    flex-wrap: wrap;
}
.items-start{
    align-items: flex-start;
}
.items-center{
    align-items: center;
}
.justify-between{
    justify-content: space-between;
}
.gap-\[30px\]{
    gap: 4vw;
}
.gap-x-\[20px\]{
    column-gap: 2.667vw;
}
.gap-x-\[30px\]{
    column-gap: 4vw;
}
.gap-y-\[35px\]{
    row-gap: 4.667vw;
}
.gap-y-\[40px\]{
    row-gap: 5.333vw;
}
.gap-y-\[50px\]{
    row-gap: 6.667vw;
}
.gap-y-\[55px\]{
    row-gap: 7.333vw;
}
.overflow-hidden{
    overflow: hidden;
}
.rounded-2xl{
    border-radius: 1rem;
}
.rounded-\[10px\]{
    border-radius: 1.333vw;
}
.rounded-full{
    border-radius: 1333.2vw;
}
.rounded-xl{
    border-radius: 0.75rem;
}
.border-b-\[2px\]{
    border-bottom-width: 0.267vw;
}
.border-solid{
    border-style: solid;
}
.border-b-3B3A3A{
    --tw-border-opacity: 1;
    border-bottom-color: rgb(59 58 58 / var(--tw-border-opacity));
}
.bg-\[\#e5edf7\]{
    --tw-bg-opacity: 1;
    background-color: rgb(229 237 247 / var(--tw-bg-opacity));
}
.bg-\[\#f4f4f4\]{
    --tw-bg-opacity: 1;
    background-color: rgb(244 244 244 / var(--tw-bg-opacity));
}
.bg-white{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.object-cover{
    object-fit: cover;
}
.p-\[20px\]{
    padding: 2.667vw;
}
.p-\[50px\]{
    padding: 6.667vw;
}
.px-\[20px\]{
    padding-left: 2.667vw;
    padding-right: 2.667vw;
}
.px-\[30px\]{
    padding-left: 4vw;
    padding-right: 4vw;
}
.px-\[40px\]{
    padding-left: 5.333vw;
    padding-right: 5.333vw;
}
.px-\[50px\]{
    padding-left: 6.667vw;
    padding-right: 6.667vw;
}
.py-\[10px\]{
    padding-top: 1.333vw;
    padding-bottom: 1.333vw;
}
.py-\[20px\]{
    padding-top: 2.667vw;
    padding-bottom: 2.667vw;
}
.py-\[30px\]{
    padding-top: 4vw;
    padding-bottom: 4vw;
}
.py-\[40px\]{
    padding-top: 5.333vw;
    padding-bottom: 5.333vw;
}
.py-\[70px\]{
    padding-top: 9.333vw;
    padding-bottom: 9.333vw;
}
.pb-\[100px\]{
    padding-bottom: 13.333vw;
}
.pb-\[10px\]{
    padding-bottom: 1.333vw;
}
.pb-\[20px\]{
    padding-bottom: 2.667vw;
}
.pb-\[30px\]{
    padding-bottom: 4vw;
}
.pb-\[40px\]{
    padding-bottom: 5.333vw;
}
.pr-\[40px\]{
    padding-right: 5.333vw;
}
.pt-\[20px\]{
    padding-top: 2.667vw;
}
.text-center{
    text-align: center;
}
.text-\[14px\]{
    font-size: 1.867vw;
}
.text-\[18px\]{
    font-size: 2.4vw;
}
.text-\[22px\]{
    font-size: 2.933vw;
}
.text-\[24px\]{
    font-size: 3.2vw;
}
.text-\[26px\]{
    font-size: 3.467vw;
}
.text-\[28px\]{
    font-size: 3.733vw;
}
.text-\[30px\]{
    font-size: 4vw;
}
.font-bold{
    font-weight: 700;
}
.font-medium{
    font-weight: 500;
}
.text-\[\#27292a\]{
    --tw-text-opacity: 1;
    color: rgb(39 41 42 / var(--tw-text-opacity));
}
.text-\[\#333\]{
    --tw-text-opacity: 1;
    color: rgb(51 51 51 / var(--tw-text-opacity));
}
.text-\[\#e94709\]{
    --tw-text-opacity: 1;
    color: rgb(233 71 9 / var(--tw-text-opacity));
}
.opacity-0{
    opacity: 0;
}
.shadow{
    --tw-shadow: 0 1px 0.4vw 0 rgb(0 0 0 / 0.1), 0 1px 0.267vw -1px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 1px 0.4vw 0 var(--tw-shadow-color), 0 1px 0.267vw -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);
}
.shadow-lg{
    --tw-shadow: 0 1.333vw 2vw -0.4vw rgb(0 0 0 / 0.1), 0 0.533vw 0.8vw -0.533vw rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 1.333vw 2vw -0.4vw var(--tw-shadow-color), 0 0.533vw 0.8vw -0.533vw var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl{
    --tw-shadow: 0 2.667vw 3.333vw -0.667vw rgb(0 0 0 / 0.1), 0 1.067vw 1.333vw -0.8vw rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 2.667vw 3.333vw -0.667vw var(--tw-shadow-color), 0 1.067vw 1.333vw -0.8vw var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.transition{
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.transition-all{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.duration-200{
    transition-duration: 200ms;
}
.duration-300{
    transition-duration: 300ms;
}
html, body {
    font-family: "Microsoft YaHei Bold";
}


.about-pc div{
    text-align: center;
    width: 45%;
}

.about-pc div .name{
    font-size: 9.333vw;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(233 71 9 / var(--tw-text-opacity));
}

.about-pc div .name span{
    margin-left: 0.4vw;
    font-size: 4.267vw;
}

.about-pc div .desc{
    margin-top: 0.8vw;
    --tw-text-opacity: 1;
    color: rgb(39 41 42 / var(--tw-text-opacity));
}



.home-pc-title{
    width: 100%;
}

.home-pc-title .cn_title{
    display: flex;
    width: 100%;
    justify-content: center;
}

.home-pc-title .cn_title span {
    font-size: 6vw;
    color: #27292a;
    display: flex;
    justify-items: center;
    align-items: center;
    position: relative;
}

.home-pc-title .cn_title span .cn_title_left {
    background: #f4a384;
    width: 5.333vw;
    height: 2vw;
    position: relative;
    margin-right: 2.667vw;
}

.home-pc-title .cn_title span .cn_title_left::before {
    content: ' ';
    position: absolute;
    background: #e94709;
    width: 6.667vw;
    height: 1.333vw;
    top: -0.667vw;
    z-index: 9;
    left: -2vw;
}

.home-pc-title .cn_title span .cn_title_right {
    background: #f4a384;
    width: 5.333vw;
    height: 2vw;
    margin-left: 2.667vw;
    position: relative;
}

.home-pc-title .cn_title span .cn_title_right::before {
    content: ' ';
    position: absolute;
    background: #e94709;
    width: 6.667vw;
    height: 1.333vw;
    top: 1.333vw;
    z-index: 9;
    right: -2.667vw;
}

.home-pc-title .en_title{
    width: 100%;
    padding-top: 0.5rem;
    text-align: center;
    --tw-text-opacity: 1;
    color: rgb(206 206 206 / var(--tw-text-opacity));
}









.corporate:nth-child(1) .icon{
    margin-bottom: 0.8vw;
    height: 6.667vw;
    width: 6.667vw;
    background: url("/images/tab/78.png") center center no-repeat;
    background-size: contain;
}

.corporate:hover{
    --tw-translate-y: -0.667vw;
    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 1.333vw 2vw -0.4vw rgb(0 0 0 / 0.1), 0 0.533vw 0.8vw -0.533vw rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 1.333vw 2vw -0.4vw var(--tw-shadow-color), 0 0.533vw 0.8vw -0.533vw var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
}

.corporate:nth-child(1):hover .icon {
    background: url("/images/tab/78s.png") center center no-repeat;
    background-size: contain;
}

.corporate:nth-child(2) .icon{
    margin-bottom: 0.8vw;
    height: 6.667vw;
    width: 6.667vw;
    background: url("/images/tab/79.png") center center no-repeat;
    background-size: contain;
}

.corporate:nth-child(2):hover .icon {
    background: url("/images/tab/79s.png") center center no-repeat;
    background-size: contain;
}

.corporate:nth-child(3) .icon{
    margin-bottom: 0.8vw;
    height: 6.667vw;
    width: 6.667vw;
    background: url("/images/tab/80.png") center center no-repeat;
    background-size: contain;
}

.corporate:nth-child(3):hover .icon {
    background: url("/images/tab/80s.png") center center no-repeat;
    background-size: contain;
}

.corporate:nth-child(4) .icon{
    margin-bottom: 0.8vw;
    height: 6.667vw;
    width: 6.667vw;
    background: url("/images/tab/81.png") center center no-repeat;
    background-size: contain;
}

.corporate:nth-child(4):hover .icon {
    background: url("/images/tab/81s.png") center center no-repeat;
    background-size: contain;
}

.corporate:nth-child(5) .icon{
    margin-bottom: 0.8vw;
    height: 6.667vw;
    width: 6.667vw;
    background: url("/images/tab/82.png") center center no-repeat;
    background-size: contain;
}

.corporate:nth-child(5):hover .icon {
    background: url("/images/tab/82s.png") center center no-repeat;
    background-size: contain;
}

.corporate:nth-child(6) .icon{
    margin-bottom: 0.8vw;
    height: 6.667vw;
    width: 6.667vw;
    background: url("/images/tab/83.png") center center no-repeat;
    background-size: contain;
}

.corporate:nth-child(6):hover .icon {
    background: url("/images/tab/83s.png") center center no-repeat;
    background-size: contain;
}









.page-12586 .title{
    --tw-border-opacity: 1;
    border-bottom-color: rgb(233 71 9 / var(--tw-border-opacity));
    margin-bottom: 1.333vw;
    border-bottom-width: 0.267vw;
    border-style: solid;
    padding-bottom: 1.333vw;
    font-size: 4vw;
}

.page-12586 .title b{
    padding-left: 0.267vw;
    padding-right: 0.267vw;
    font-weight: 700;
}



.tcom {
    width: 100%;
}

.tcom .c1 .left {
    width: 88vw;
}

.tcom .c1 .left h2 {
    font-size: 4vw;
    font-weight: bold;
    padding-bottom: 1.333vw;
    border-bottom: 1px solid #e0e0e0;
    position: relative;
}

.tcom .c1 .left h2::before {
    content: ' ';
    position: absolute;
    width: 12.667vw;
    height: 0.533vw;
    background: #e23200;
    left: 0;
    bottom: -0.267vw;
}

.tcom .c2 {
    width: 56vw;
    height: 69.333vw;
    border-radius: 2.667vw;
    border: 0.267vw solid #fff;
    transition: all 0.3s;
}

.tcom .c2:hover {
    border-width: 0.267vw;
    border-color: rgb(226, 50, 0);
    border-style: solid;
    margin-top: -8vw;
}

.tcom .c2 h2 {
    color: #e23200;
    font-size: 2.667vw;
    text-align: center;
    font-weight: bold;
}

.tcom .c2 p {
    font-size: 1.867vw;
    text-align: center;
    color: #e23200;
    margin-bottom: 4.8vw;
}

.tcom .c2 div {
    font-size: 1.867vw;
    color: #333333;
    width: 46.667vw;
    margin: 0 auto;
}

.tcom .c3 .desc {
    width: 53.333vw;
}

.tcom .c3 h2 {
    font-size: 4.533vw;
    color: #333;
    margin-bottom: 5.333vw;
    position: relative;
}

.tcom .c3 p {
    font-size: 2vw;
    color: #333;
    line-height: 4.8vw;
}

.tcom .c3 h2::after {
    content: ' ';
    position: absolute;
    width: 12.667vw;
    height: 0.533vw;
    background: #e23200;
    left: 0;
    bottom: -1.333vw;
}

.tcom .c3_card {
    width: 100%;
    top: 51.333vw;
    position: absolute;
}

.tcom .c3_card .item {
    width: 41.333vw;
    height: 31.067vw;
    transition: all 0.3s;
    background: #fff;
    color: #333333;
}

.tcom .c3_card .item:hover {
    background: #e23200;
    color: #ffffff;
}

.tcom .c3_card .item p {
    font-size: 1.867vw;
    width: 28vw;
    margin: 5.333vw auto 4vw;
}

.tcom .c3_card .item h2 {
    font-size: 3.2vw;
    text-align: center;
    width: 100%;
}

.tcom .c4 {
    height: 76vw;
    background: url("/images/tcom/5.png") right center no-repeat;
    background-size: 46.667vw;
}

.tcom .c4 h2 {
    text-align: center;
    width: 100%;
    font-size: 4.667vw;
    position: relative;
}

.tcom .c4 h2::after {
    content: ' ';
    position: absolute;
    width: 6vw;
    height: 0.533vw;
    background: #e23200;
    left: 50%;
    bottom: -0.4vw;
    transform: translateX(-50%);
}

.tcom .c4 .box {
    width: 130.667vw;
    margin-top: 13.333vw;
}

.tcom .c4 .box .item {
    width: 36vw;
}

.tcom .c4 .box .item img {
    width: 9.333vw;
    display: block;
    margin: 0 auto 2.667vw;
}

.tcom .c4 .box .item .title {
    font-size: 2vw;
    text-align: center;
    font-weight: 500;
    margin-bottom: 1.333vw;
}

.tcom .c4 .box .item .desc {
    font-size: 1.867vw;
}

.tcom .c5 {
    display: flex;
    flex-wrap: wrap;
}

.tcom .c5 .item {
    width: 86.667vw;
    margin-bottom: 2vw;
}

.tcom .c5 .item img {
    width: 42.667vw;
    margin-right: 3.333vw;
}

.tcom .c5 .item div {
    width: 34.667vw;
}

.tcom .c5 .item div h2 {
    font-size: 2.333vw;
    color: #e23200;
    margin-bottom: 0.667vw;
}

.tcom .c5 .item div p {
    font-size: 2vw;
    color: #333333;
    line-height: 3.467vw;
}

.tcom .c6 .title {
    width: 86.667vw;
    font-size: 4vw;
    font-weight: bold;
    padding-bottom: 1.333vw;
    margin-bottom: 4.667vw;
    border-bottom: 1px solid #e0e0e0;
    position: relative;
}

.tcom .c6 .title::before {
    content: ' ';
    position: absolute;
    width: 12.667vw;
    height: 0.533vw;
    background: #e23200;
    left: 0;
    bottom: -0.267vw;
}

.tcom .c6 .desc {
    width: 86.667vw;
    font-size: 2vw;
    color: #333;
    line-height: 4.4vw;
}

.tcom .c7 {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tcom .c7 .item {
    height: 31.333vw;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    background: #f4f4f2;
    transition: all 0.3s;
}

.tcom .c7 .item div {
    width: 52vw;
}

.tcom .c7 .item div h2 {
    margin-bottom: 0.667vw;
    font-size: 2.333vw;
    font-weight: bold;
}

.tcom .c7 .item div p {
    font-size: 2vw;
}

.tcom .c7 .item:hover {
    background: #e23200;
    color: #fff;
}



.tcom .c8 .title {
    font-size: 4vw;
    font-weight: bold;
    padding-bottom: 1.333vw;
    text-align: center;
    margin-bottom: 6.667vw;
    width: 100%;
    position: relative;
}

.tcom .c8 .title::before {
    content: ' ';
    position: absolute;
    width: 4.667vw;
    height: 0.533vw;
    background: #e23200;
    left: 50%;
    transform: translateX(-50%);
    bottom: -0.267vw;
}

.tcom .c8 .c8_list {
    width: 100%;
}

.tcom .c8 .c8_list .item {
    width: 54.667vw;
    background: #f4f4f2;
    height: 61.333vw;
    border-top-left-radius: 2.667vw;
    border-top-right-radius: 2.667vw;
    position: relative;
}

.tcom .c8 .c8_list .item img {
    width: 100%;
    display: block;
}

.tcom .c8 .c8_list .item h2 {
    font-size: 2.333vw;
    color: #333;
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 4vw;
    margin-bottom: 0.667vw;
    font-weight: 500;
}

.tcom .c8 .c8_list .item div {
    text-align: center;
    font-size: 2vw;
    color: #333333;
    line-height: 3.733vw;
}

.tcom .c8 .c8_list .item::after {
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 0;
    background: #e23200;
    height: 1.067vw;
    width: 0;
    transition: all 0.4s;
}

.tcom .c8 .c8_list .item:hover::after {
    width: 100%;
}

.tcom .c9 .title {
    font-size: 4vw;
    font-weight: bold;
    padding-bottom: 1.333vw;
    text-align: center;
    margin-bottom: 6.667vw;
    width: 100%;
    position: relative;
}

.tcom .c9 .title::before {
    content: ' ';
    position: absolute;
    width: 4.667vw;
    height: 0.533vw;
    background: #e23200;
    left: 50%;
    transform: translateX(-50%);
    bottom: -0.267vw;
}

.tcom .c11 .title {
    font-size: 5.333vw;
    font-weight: bold;
    padding-bottom: 1.333vw;
    text-align: center;
    margin-bottom: 6.667vw;
    width: 100%;
    position: relative;
}

.tcom .c11 .title::before {
    content: ' ';
    position: absolute;
    width: 4.667vw;
    height: 0.533vw;
    background: #e23200;
    left: 50%;
    transform: translateX(-50%);
    bottom: -0.267vw;
}

.tcom .c11 .desc {
    background: #f4f4f2;
}

.tcom .c11 .desc img {
    width: 39.333vw;
    margin: 3.2vw;
}

.tcom .c11 .desc div {
    width: 122.667vw;
    padding-top: 3.2vw;
    font-size: 2vw;
}

.tcom .c12 .item {
    margin-bottom: 4vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tcom .c12 .item img {
    width: 84vw;
}

.tcom .c12 .item .desc {
    width: 86.667vw;
}

.tcom .c12 .item .desc h2 {
    font-size: 2.333vw;
    color: #333333;
    margin-bottom: 1.333vw;
    font-weight: bold;
}

.tcom .c12 .item .desc div {
    font-size: 2vw;
    color: #333333;
}

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

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

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

.after\:w-\[100px\]::after{
    content: var(--tw-content);
    width: 13.333vw;
}

.after\:bg-active-color::after{
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(233 71 9 / 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;
}

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

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

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

.group:hover .group-hover\:translate-x-\[-30px\]{
    --tw-translate-x: -4vw;
    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\:translate-y-0{
    --tw-translate-y: 0px;
    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\:translate-y-\[-5px\]{
    --tw-translate-y: -0.667vw;
    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\:translate-y-\[10px\]{
    --tw-translate-y: 1.333vw;
    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-105{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
    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-95{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
    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\:text-\[\#e94709\]{
    --tw-text-opacity: 1;
    color: rgb(233 71 9 / var(--tw-text-opacity));
}

.group:hover .group-hover\:opacity-0{
    opacity: 0;
}

.group:hover .group-hover\:opacity-100{
    opacity: 1;
}

.group:hover .group-hover\:shadow-xl{
    --tw-shadow: 0 2.667vw 3.333vw -0.667vw rgb(0 0 0 / 0.1), 0 1.067vw 1.333vw -0.8vw rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 2.667vw 3.333vw -0.667vw var(--tw-shadow-color), 0 1.067vw 1.333vw -0.8vw var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
