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

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.left-0 {
  left: 0px;
}

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

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

.my-\[70px\] {
  margin-top: 70px;
  margin-bottom: 70px;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

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

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

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

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

.h-full {
  height: 100%;
}

.w-1200 {
  width: 1200px;
}

.w-full {
  width: 100%;
}

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

.flex-wrap {
  flex-wrap: wrap;
}

.items-start {
  align-items: flex-start;
}

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

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

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

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

.border {
  border-width: 1px;
}

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

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

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

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

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

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

html, body {
  font-family: "Microsoft YaHei Bold";
}

/*分页start*/

.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(188 188 188 / var(--tw-text-opacity));
}

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

/*分页end*/

/*导航start*/

.nav {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 50;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition: background-color 0.5s ease-out;
}

.nav .nav-logo {
  width: 236.47px;
  height: 60px;
}

.nav .nav-logo img {
  width: 236.47px;
  height: 60px;
}

.nav .nav-logo img.logo-white {
  display: none;
}

.nav .nav-logo img.logo-black {
  display: block;
}

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

.nav-menu {
  display: flex;
  align-items: center;
  font-size: 20px;
}

.nav-menu .nav-menu-li {
  margin-left: 40px;
  height: 100px;
  font-weight: 700;
  line-height: 100px;
  --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;
}

.nav-menu .nav-menu-li:hover {
  --tw-text-opacity: 1;
  color: rgb(233 71 9 / var(--tw-text-opacity));
}

.nav-menu .nav-menu-li .nav-menu-li-a {
  display: block;
}

.nav-menu .nav-menu-li .nav-menu-li-a:hover,
.nav-menu .nav-menu-li .nav-menu-li-a.active,
.nav.home .nav-menu .nav-menu-li .nav-menu-li-a:hover,
.nav.home .nav-menu .nav-menu-li .nav-menu-li-a.active {
  position: relative;
  --tw-text-opacity: 1;
  color: rgb(233 71 9 / var(--tw-text-opacity));
}

.nav-menu .nav-menu-li .nav-menu-li-a:hover:after,
.nav-menu .nav-menu-li .nav-menu-li-a.active:after,
.nav.home .nav-menu .nav-menu-li .nav-menu-li-a:hover:after,
.nav.home .nav-menu .nav-menu-li .nav-menu-li-a.active:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  display: block;
  height: 5px;
  width: 80px;
  --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(233 71 9 / var(--tw-bg-opacity));
}

.nav.home {
  background-color: transparent;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.nav.home .nav-menu .nav-menu-li .nav-menu-li-a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.nav.home .nav-menu .nav-menu-li:hover > .sub,
.nav .nav-menu .nav-menu-li:hover > .sub {
  visibility: initial;
}

.nav.home .nav-menu .nav-menu-li:hover > .sub > .sidebar,
.nav .nav-menu .nav-menu-li:hover > .sub > .sidebar {
  --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));
  opacity: 1;
}

.nav .sub {
  visibility: hidden;
}

.nav .sidebar {
  border-top: 1px solid #e8e8e8;
  position: fixed;
  left: 0px;
  top: 100px;
  display: flex;
  height: 100px;
  width: 100%;
  min-width: 1200px;
  --tw-translate-y: 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));
  align-items: center;
  justify-content: space-between;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.nav .sidebar .sidebar-name {
  position: relative;
  display: flex;
  height: 100%;
  width: 30%;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(233 71 9 / var(--tw-bg-opacity));
}

.nav .sidebar .sidebar-name:after {
  position: absolute;
  right: 0;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 100px 60px;
  border-color: transparent transparent #fff transparent;
}

.nav .sidebar .sidebar-name h3 {
  font-size: 32px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.nav .sidebar .sidebar-name span {
  margin-left: 14px;
  margin-top: 11px;
  font-size: 20px;
  font-weight: 700;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-text-opacity: 0.35;
}

.nav .sidebar .sidebar-menu {
  margin-left: 90px;
  display: flex;
  height: 100%;
  flex: 1 1 0%;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}

.nav .sidebar .sidebar-menu a {
  margin-right: 40px;
}

.nav .sidebar .sidebar-menu a:hover {
  --tw-text-opacity: 1;
  color: rgb(233 71 9 / var(--tw-text-opacity));
}

/*导航end*/

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

@media (min-width: 1280px) {
  .home-card-list {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.home-card-list .item {
  height: 150px;
  position: relative;
  cursor: pointer;
}

.home-card-list .item::before {
  content: " ";
  background: url("/images/home/home-card-list-arrow.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 110px;
  left: 76px;
  height: 10px;
  width: 40px;
  --tw-translate-x: -20px;
  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));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.home-card-list .item::after {
  content: " ";
  position: absolute;
  top: 20px;
  right: 35px;
  height: 100px;
  width: 100px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.home-card-list .item:hover::after {
  --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));
}

.home-card-list .item:hover::before {
  --tw-translate-x: 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));
}

.home-card-list .item:hover .title span {
  --tw-translate-x: 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));
}

.home-card-list .item:nth-child(1) {
  background: linear-gradient(135deg, #6ebafc 0%, #4799e1 100%);
}

.home-card-list .item:nth-child(1)::after {
  background: url("/images/home/1.png") no-repeat;
  background-size: contain;
}

.home-card-list .item:nth-child(2) {
  background: linear-gradient(135deg, #ffc461 0%, #ef9b0c 100%);
}

.home-card-list .item:nth-child(2)::after {
  background: url("/images/home/2.png") no-repeat;
  background-size: contain;
}

.home-card-list .item:nth-child(3) {
  background: linear-gradient(135deg, #91f2e4 0%, #61d5c5 100%);
}

.home-card-list .item:nth-child(3)::after {
  background: url("/images/home/3.png") no-repeat;
  background-size: contain;
}

.home-card-list .item:nth-child(4) {
  background: linear-gradient(135deg, #f88666 0%, #e94709 100%);
}

.home-card-list .item:nth-child(4)::after {
  background: url("/images/home/4.png") no-repeat;
  background-size: contain;
}

.home-card-list .item:nth-child(5) {
  background: linear-gradient(135deg, #98e649 0%, #5db109 100%);
}

.home-card-list .item:nth-child(5)::after {
  background: url("/images/home/5.png") no-repeat;
  background-size: contain;
}

.home-card-list .item:nth-child(6) {
  background: linear-gradient(135deg, #b3a8ff 0%, #8676f4 100%);
}

.home-card-list .item:nth-child(6)::after {
  background: url("/images/home/6.png") no-repeat;
  background-size: contain;
}

.home-card-list .item .title {
  height: 47.6px;
  background: url("/images/home/home-card-list-icon.png") no-repeat;
  background-size: 35.75px;
  margin-top: 30px;
  margin-left: 40px;
  display: flex;
  align-items: center;
}

.home-card-list .item .title span {
  font-weight: 700;
  font-size: 24px;
  line-height: 64px;
  text-align: left;
  padding-left: 30px;
  color: #fff;
  --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));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

/*footer start*/

.footer {
  height: 400px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.footer .content {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding-top: 50px;
}

.footer .content .company {
  width: 320px;
}

.footer .content .company .company-logo {
  margin-bottom: 40px;
  width: 220px;
}

.footer .content .company .company-logo img {
  height: 100%;
  width: 100%;
}

.footer .content .company .company-address {
  background: url("/images/footer/address.png") no-repeat;
  background-size: 20px;
  margin-bottom: 24px;
  width: 280px;
  padding-left: 37px;
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}

.footer .content .company .company-tel {
  background: url("/images/footer/tel.png") no-repeat;
  background-size: 20px;
  width: 242px;
  padding-left: 37px;
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}

.footer .content .menus {
  display: flex;
  flex: 1 1 0%;
  justify-content: space-between;
}

.footer .content .menus .menu {
  display: flex;
  width: 120px;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.footer .content .menus .menu .menu-title {
  margin-bottom: 20px;
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

.footer .content .menus .menu .menu-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.footer .content .menus .menu .menu-list a {
  margin-bottom: 15px;
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgb(159 159 159 / var(--tw-text-opacity));
}

.footer .content .qr {
  display: flex;
  width: 200px;
  flex-direction: column;
  align-items: center;
  justify-items: start;
}

.footer .content .qr img {
  margin-bottom: 24px;
  height: 100px;
  width: 100px;
}

.footer .content .qr p {
  text-align: center;
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

.footer .copyright {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer .copyright .copyright-text {
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}

.footer .copyright .links {
  width: 200px;
  height: 36px;
  background: #fff;
  border: 1px solid #9f9f9f;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  color: #666;
}

.footer .copyright .links select {
  outline: none;
  border: 0;
  background: none;
  height: 36px;
  width: 95%;
  margin: 0 auto;
  display: block;
  -webkit-appearance: none;
}

/*footer end*/

.page-banner {
  position: relative;
  margin-top: 100px;
}

.page-banner .page-banner-img {
  height: 250px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-banner .page-banner-text {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  --tw-text-opacity: 1;
  color: rgb(72 72 72 / var(--tw-text-opacity));
}

.page-banner .page-banner-text h3 {
  margin-top: 85px;
  font-size: 40px;
  font-weight: 700;
}

.page-banner .page-banner-text p {
  font-size: 24px;
  font-weight: 700;
}

.page-menus {
  height: 60px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(72 72 72 / var(--tw-bg-opacity));
}

.page-menus .page-uri {
  font-size: 16px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.page-menus .page-content {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.page-menus .page-content a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  padding-left: 30px;
  padding-right: 30px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.page-menus .page-content a:hover, .page-menus .page-content a.active {
  --tw-bg-opacity: 1;
  background-color: rgb(233 71 9 / var(--tw-bg-opacity));
}

.about {
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  width: 1200px;
}

.about .body {
  margin-bottom: 140px;
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.about .body .about-pic {
  height: 790px;
  width: 400px;
}

.about .body .about-content {
  width: 810px;
}

.about .body .about-content .title {
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

.about .body .about-content .tags {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.about .body .about-content .tags .item .number-unit {
  display: flex;
  align-items: center;
  justify-content: center;
}

.about .body .about-content .tags .item .number-unit .num {
  font-size: 40px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(233 71 9 / var(--tw-text-opacity));
}

.about .body .about-content .tags .item .number-unit .unit {
  margin-top: 10px;
  margin-left: 6px;
  font-size: 16px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 51 51 / var(--tw-text-opacity));
}

.about .body .about-content .tags .item .name {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 51 51 / var(--tw-text-opacity));
}

.news {
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 248 / var(--tw-bg-opacity));
  padding-top: 40px;
}

.news .item {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.news .item:hover {
  --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);
}

.news .item .pic {
  margin: 24px;
  height: 190px;
  width: 350px;
}

.news .item .pic img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.news .item .text {
  padding-right: 40px;
}

.news .item .text h3 {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 51 51 / var(--tw-text-opacity));
}

.news .item .text p {
  min-height: 110px;
  font-size: 14px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}

.news .item .text .date {
  font-size: 14px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(188 188 188 / var(--tw-text-opacity));
}

.news .item .text .more {
  font-size: 14px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(233 71 9 / var(--tw-text-opacity));
}

.news_info {
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 248 / var(--tw-bg-opacity));
  padding-top: 40px;
}

.news_info .content {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 90px;
  padding-right: 90px;
}

.news_info .content .title {
  margin-bottom: 24px;
  width: 100%;
  padding-top: 80px;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
}

.news_info .content .date {
  margin-bottom: 80px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(188 188 188 / var(--tw-text-opacity));
}

.news_page a {
  position: relative;
  display: flex;
  height: 65px;
  width: 46%;
  align-items: center;
}

.news_page a .name {
  font-size: 16px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 51 51 / var(--tw-text-opacity));
}

.news_page a .unit {
  font-size: 16px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}

.news_page .prev {
  background: #fff url("/images/news/left.png") 40px center no-repeat;
  background-size: 7px;
}

.news_page .prev .name {
  margin-left: 180px;
}

.news_page .prev .unit {
  position: absolute;
  right: 50px;
}

.news_page .next {
  background: #fff url("/images/news/right.png") 550px center no-repeat;
  background-size: 7px;
}

.news_page .next .name {
  margin-left: 160px;
}

.news_page .next .unit {
  margin-left: 50px;
}

.big-imgs {
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 248 / var(--tw-bg-opacity));
  padding-top: 40px;
  padding-bottom: 50px;
}

.big-imgs .content {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
}

.big-imgs .content .item {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  text-align: center;
}

.big-imgs .content .item:hover {
  --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);
}

.big-imgs .content .item p {
  height: 72px;
  font-size: 18px;
  font-weight: 700;
  line-height: 72px;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

.big-imgs .content .item img {
  height: 260px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.imgs {
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 248 / var(--tw-bg-opacity));
  padding-top: 40px;
  padding-bottom: 50px;
}

.imgs .content {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
}

.imgs .content .item {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  text-align: center;
}

.imgs .content .item:hover {
  --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);
}

.imgs .content .item p {
  height: 72px;
  font-size: 18px;
  font-weight: 700;
  line-height: 72px;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

.imgs .content .item img {
  height: 160px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.big-img-info {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 70px;
}

.big-img-info .header {
  margin-bottom: 30px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.big-img-info .header .title {
  font-size: 32px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(233 71 9 / var(--tw-text-opacity));
}

.big-img-info .header .arrow {
  display: flex;
  align-items: center;
  -moz-column-gap: 32px;
       column-gap: 32px;
}

.big-img-info .header .arrow span {
  border: 1px solid #e1e1e1;
  height: 32px;
  width: 32px;
  cursor: pointer;
}

.big-img-info .header .arrow .prve {
  background: url("/images/news/left.png") center no-repeat;
  background-size: 5px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(188 188 188 / var(--tw-text-opacity));
}

.big-img-info .header .arrow .next {
  background: url("/images/news/right.png") center no-repeat;
  background-size: 5px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(188 188 188 / var(--tw-text-opacity));
}

.big-img-info .body .left {
  width: 550px;
}

.big-img-info .body .left .pic {
  margin-bottom: 30px;
  height: 322px;
  width: 100%;
}

.big-img-info .body .left .pic img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.big-img-info .body .left .logos {
  border: 1px solid #dbdbdb;
  border-bottom: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.big-img-info .body .left .logos .item {
  width: 182px;
  height: 92px;
  border-bottom: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  display: flex;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.big-img-info .body .left .logos .item img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.big-img-info .body .left .logos .item:nth-child(3n) {
  border-right: 0;
}

.big-img-info .body .right {
  width: 720px;
}

.big-img-info .body .right .right_content {
  margin-bottom: 30px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  -moz-column-gap: 10px;
       column-gap: 10px;
}

.big-img-info .body .right .right_content .item .name {
  height: 36px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(233 71 9 / var(--tw-bg-opacity));
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 36px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.big-img-info .body .right .right_content .item .content {
  display: flex;
  height: 175px;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 248 / var(--tw-bg-opacity));
  font-size: 14px;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}

.big-img-info .body .right .right_content .item .content p {
  margin: 0.75rem;
}

.text-list {
  padding-top: 30px;
}

.text-list .item {
  display: flex;
  height: 120px;
  align-items: center;
  justify-content: space-between;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(246 246 248 / var(--tw-border-opacity));
}

.text-list .item:hover .left .content_body h2 {
  --tw-text-opacity: 1;
  color: rgb(233 71 9 / var(--tw-text-opacity));
}

.text-list .item .left {
  display: flex;
  align-items: center;
}

.text-list .item .left .icon {
  margin-right: 38px;
  display: flex;
  height: 80px;
  width: 80px;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 248 / var(--tw-bg-opacity));
}

.text-list .item .left .icon img {
  height: 40px;
  width: 40px;
}

.text-list .item .left .content_body {
  width: 800px;
}

.text-list .item .left .content_body h2 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 51 51 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.text-list .item .left .content_body p {
  font-size: 14px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}

.text-list .item .date-more .date {
  margin-right: 15px;
  font-size: 14px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(188 188 188 / var(--tw-text-opacity));
}

.text-list .item .date-more .more {
  font-size: 14px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(233 71 9 / var(--tw-text-opacity));
}

.text-list .pages {
  height: 113px;
}

.policy {
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 248 / var(--tw-bg-opacity));
  padding-top: 60px;
  padding-bottom: 60px;
}

.policy .pic {
  height: 330px;
  width: 600px;
}

.policy .pic img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.policy .body {
  width: 640px;
}

.policy .body h2 {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

.policy .body > p {
  height: 120px;
  font-size: 14px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}

.policy .body .icons {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.policy .body .icons .item {
  height: 150px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.policy .body .icons .item:hover {
  --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);
}

.policy .body .icons .item img {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 12px;
  margin-top: 36px;
  width: 36px;
}

.policy .body .icons .item p {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(213 153 97 / var(--tw-text-opacity));
}

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

.Advantage h2 {
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

.Advantage .items {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
}

.Advantage .items .item {
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 248 / var(--tw-bg-opacity));
}

.Advantage .items .item h3 {
  height: 40px;
  --tw-bg-opacity: 1;
  background-color: rgb(213 153 97 / var(--tw-bg-opacity));
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 40px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.Advantage .items .item .content {
  padding: 30px;
}

.Advantage .items .item .content p {
  font-size: 14px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}

.future {
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 248 / var(--tw-bg-opacity));
  padding-top: 60px;
  padding-bottom: 60px;
}

.future .pic {
  height: 330px;
  width: 600px;
}

.future .pic img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.future .body {
  width: 640px;
}

.future .body h2 {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

.future .body > p {
  height: 120px;
  font-size: 14px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}

.future .body .icons {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.future .body .icons .item {
  height: 150px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.future .body .icons .item:hover {
  --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);
}

.future .body .icons .item img {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  margin-top: 30px;
  width: 36px;
}

.future .body .icons .item p {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(213 153 97 / var(--tw-text-opacity));
}

.packages {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 60px;
  padding-bottom: 60px;
}

.packages .pic {
  height: 330px;
  width: 600px;
}

.packages .pic img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.packages .body {
  width: 640px;
}

.packages .body h2 {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

.packages .body > p {
  height: 120px;
  font-size: 14px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}

.packages .body .icons {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.packages .body .icons .item {
  height: 150px;
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 248 / var(--tw-bg-opacity));
}

.packages .body .icons .item:hover {
  --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);
}

.packages .body .icons .item img {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  margin-top: 40px;
  width: 36px;
}

.packages .body .icons .item p {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(213 153 97 / var(--tw-text-opacity));
}

.development {
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 248 / var(--tw-bg-opacity));
  padding-top: 60px;
  padding-bottom: 60px;
}

.development h2 {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

.development .desc {
  height: 100px;
  font-size: 14px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}

.development .card-color {
  display: flex;
  height: 320px;
  width: 100%;
}

.development .card-color .item {
  height: 320px;
  width: 300px;
  --tw-bg-opacity: 1;
  background-color: rgb(213 153 97 / var(--tw-bg-opacity));
}

.development .card-color .item.active {
  position: relative;
  display: flex;
  flex: 1 1 0%;
  --tw-bg-opacity: 1;
  background-color: rgb(233 71 9 / var(--tw-bg-opacity));
}

.development .card-color .item.active .prve {
  content: "";
  background: #fff url("/images/news/left.png") center center no-repeat;
  background-size: 6px;
  position: absolute;
  top: 50%;
  left: -16px;
  height: 32px;
  width: 32px;
  --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));
  cursor: pointer;
}

.development .card-color .item.active .next {
  content: "";
  background: #fff url("/images/news/right.png") center center no-repeat;
  background-size: 6px;
  position: absolute;
  top: 50%;
  right: -16px;
  height: 32px;
  width: 32px;
  --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));
  cursor: pointer;
}

.development .card-color .item.active .pic {
  display: block;
}

.development .card-color .item .pic {
  margin-left: 85px;
  display: none;
  height: 320px;
  width: 380px;
  --tw-translate-y: -40px;
  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));
}

.development .card-color .item .pic img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.development .card-color .item div {
  margin-left: 70px;
  width: 200px;
}

.development .card-color .item div h2 {
  position: relative;
  margin-bottom: 20px;
  padding-top: 55px;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.development .card-color .item div h2:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 2px;
  width: 110px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.development .card-color .item div p {
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

/*
3TCOM产业社区
*/

.tcom {
  width: 1300px;
}

.tcom .c1 .left {
  width: 660px;
}

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

.tcom .c1 .left h2::before {
  content: ' ';
  position: absolute;
  width: 95px;
  height: 4px;
  background: #e23200;
  left: 0;
  bottom: -2px;
}

.tcom .c2 {
  width: 420px;
  height: 520px;
  border-radius: 20px;
  border: 2px solid #fff;
  transition: all 0.3s;
}

.tcom .c2:hover {
  border-width: 2px;
  border-color: rgb(226, 50, 0);
  border-style: solid;
  margin-top: -60px;
}

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

.tcom .c2 p {
  font-size: 14px;
  text-align: center;
  color: #e23200;
  margin-bottom: 36px;
}

.tcom .c2 div {
  font-size: 14px;
  color: #333333;
  width: 350px;
  margin: 0 auto;
}

.tcom .c3 .desc {
  width: 400px;
}

.tcom .c3 h2 {
  font-size: 34px;
  color: #333;
  margin-bottom: 40px;
  position: relative;
}

.tcom .c3 p {
  font-size: 15px;
  color: #333;
  line-height: 36px;
}

.tcom .c3 h2::after {
  content: ' ';
  position: absolute;
  width: 95px;
  height: 4px;
  background: #e23200;
  left: 0;
  bottom: -10px;
}

.tcom .c3_card {
  width: 100%;
  top: 385px;
  position: absolute;
}

.tcom .c3_card .item {
  width: 310px;
  height: 233px;
  transition: all 0.3s;
  background: #fff;
  color: #333333;
}

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

.tcom .c3_card .item p {
  font-size: 14px;
  width: 210px;
  margin: 40px auto 30px;
}

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

.tcom .c4 {
  height: 570px;
  background: url("/images/tcom/5.png") right center no-repeat;
  background-size: 350px;
}

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

.tcom .c4 h2::after {
  content: ' ';
  position: absolute;
  width: 45px;
  height: 4px;
  background: #e23200;
  left: 50%;
  bottom: -3px;
  transform: translateX(-50%);
}

.tcom .c4 .box {
  width: 980px;
  margin-top: 100px;
}

.tcom .c4 .box .item {
  width: 270px;
}

.tcom .c4 .box .item img {
  width: 70px;
  display: block;
  margin: 0 auto 20px;
}

.tcom .c4 .box .item .title {
  font-size: 15px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 10px;
}

.tcom .c4 .box .item .desc {
  font-size: 14px;
}

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

.tcom .c5 .item {
  width: 650px;
  margin-bottom: 15px;
}

.tcom .c5 .item img {
  width: 320px;
  margin-right: 25px;
}

.tcom .c5 .item div {
  width: 260px;
}

.tcom .c5 .item div h2 {
  font-size: 17.5px;
  color: #e23200;
  margin-bottom: 5px;
}

.tcom .c5 .item div p {
  font-size: 15px;
  color: #333333;
  line-height: 26px;
}

.tcom .c6 .title {
  width: 650px;
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 35px;
  border-bottom: 1px solid #e0e0e0;
  position: relative;
}

.tcom .c6 .title::before {
  content: ' ';
  position: absolute;
  width: 95px;
  height: 4px;
  background: #e23200;
  left: 0;
  bottom: -2px;
}

.tcom .c6 .desc {
  width: 650px;
  font-size: 15px;
  color: #333;
  line-height: 33px;
}

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

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

.tcom .c7 .item div {
  width: 390px;
}

.tcom .c7 .item div h2 {
  margin-bottom: 5px;
  font-size: 17.5px;
  font-weight: bold;
}

.tcom .c7 .item div p {
  font-size: 15px;
}

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

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

.about_list .item {
  background: url("/images/about/item.png") center center no-repeat;
  background-size: cover;
  width: 377px;
  height: 120px;
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.about_list .item .left {
  width: 80px;
}

.about_list .item .left i {
  width: 9px;
  height: 9px;
  display: block;
  margin: 0px auto 20px;
  background: #e23200;
}

.about_list .item .left img {
  width: 25px;
  margin: 0 auto;
  display: block;
}

.about_list .item .right {
  width: 280px;
}

.about_list .item .right h2 {
  font-size: 14px;
  color: #e23200;
  margin-bottom: 5px;
}

.about_list .item .right p {
  font-size: 14px;
  color: #333;
}

.tcom .c8 .title {
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 10px;
  text-align: center;
  margin-bottom: 50px;
  width: 100%;
  position: relative;
}

.tcom .c8 .title::before {
  content: ' ';
  position: absolute;
  width: 35px;
  height: 4px;
  background: #e23200;
  left: 50%;
  transform: translateX(-50%);
  bottom: -2px;
}

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

.tcom .c8 .c8_list .item {
  width: 410px;
  background: #f4f4f2;
  height: 460px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  position: relative;
}

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

.tcom .c8 .c8_list .item h2 {
  font-size: 17.5px;
  color: #333;
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 5px;
  font-weight: 500;
}

.tcom .c8 .c8_list .item div {
  text-align: center;
  font-size: 15px;
  color: #333333;
  line-height: 28px;
}

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

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

.tcom .c9 .title {
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 10px;
  text-align: center;
  margin-bottom: 50px;
  width: 100%;
  position: relative;
}

.tcom .c9 .title::before {
  content: ' ';
  position: absolute;
  width: 35px;
  height: 4px;
  background: #e23200;
  left: 50%;
  transform: translateX(-50%);
  bottom: -2px;
}

.tcom .c11 .title {
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 10px;
  text-align: center;
  margin-bottom: 50px;
  width: 100%;
  position: relative;
}

.tcom .c11 .title::before {
  content: ' ';
  position: absolute;
  width: 35px;
  height: 4px;
  background: #e23200;
  left: 50%;
  transform: translateX(-50%);
  bottom: -2px;
}

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

.tcom .c11 .desc img {
  width: 295px;
  margin: 24px;
}

.tcom .c11 .desc div {
  width: 920px;
  padding-top: 24px;
  font-size: 15px;
}

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

.tcom .c12 .item img {
  width: 630px;
}

.tcom .c12 .item .desc {
  width: 650px;
}

.tcom .c12 .item .desc h2 {
  font-size: 17.5px;
  color: #333333;
  margin-bottom: 10px;
  font-weight: bold;
}

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