* {
    box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: none;
    max-height: 100%;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    line-height: inherit;
    font-family: pingfang SC,
        helvetica neue,
        arial,
        hiragino sans gb,
        microsoft yahei ui,
        microsoft yahei,
        simsun,
        sans-serif !important;
    font-size: 15px;
}

a {
    text-decoration: none;
    color: #212121;
}

a:hover {
    text-decoration: none;
    color: #c9a460;
}

/**************滚动条样式**********/

::-webkit-scrollbar {
    width: 10px;
    height: 1px;
}

::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, .3);
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, .1);
}

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

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

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

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

b,
strong {
    font-weight: bolder
}

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

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

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

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

button,
select {
    text-transform: none
}

:-moz-focusring {
    outline: auto
}

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

progress {
    vertical-align: baseline
}

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

.photo em {
    display: block;
    overflow: hidden;
}

.photo img {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.photo:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

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

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

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

summary {
    display: list-item
}

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

fieldset {
    margin: 0
}

fieldset,
legend {
    padding: 0
}

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

textarea {
    resize: vertical
}

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

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

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

:disabled {
    cursor: default
}

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

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

[hidden] {
    display: none
}

*,
:after,
:before {
    --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: rgba(59, 130, 246, .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:
}

::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: rgba(59, 130, 246, .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:
}

.visible {
    visibility: visible
}

.static {
    position: static
}

.absolute {
    position: absolute
}

.relative {
    position: relative
}

.right-0 {
    right: 0
}

.z-10 {
    z-index: 10
}

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

.-mr-1 {
    margin-right: -.25rem
}

.mb-10 {
    margin-bottom: 2.5rem
}

.ml-2 {
    margin-left: .5rem
}

.ml-4,
.ml-\[1rem\] {
    margin-left: 1rem
}

.mr-6 {
    margin-right: 1.5rem
}

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

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

.mt-4,
.mt-\[1rem\] {
    margin-top: 1rem
}

.block {
    display: block
}

.inline-block {
    display: inline-block
}

.flex {
    display: flex
}

.inline-flex {
    display: inline-flex
}

.grid {
    display: grid
}

.h-5 {
    height: 1.25rem
}

.h-\[16rem\] {
    height: 16rem
}

.h-\[3\.5rem\] {
    height: 3.5rem
}

.h-\[3rem\] {
    height: 3rem
}

.min-h-screen {
    min-height: 100vh
}

.w-32 {
    width: 8rem
}

.w-5 {
    width: 1.25rem
}

.w-\[8rem\] {
    width: 8rem
}

.w-full {
    width: 100%
}

.max-w-\[6rem\] {
    max-width: 6rem
}

.max-w-screen-xl {
    max-width: 1310px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

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

.origin-top-right {
    transform-origin: top right
}

.scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1
}

.scale-100,
.scale-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))
}

.scale-95 {
    --tw-scale-x: .95;
    --tw-scale-y: .95
}

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

.items-center {
    align-items: center
}

.justify-center {
    justify-content: center
}

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

.gap-5 {
    gap: 1.25rem
}

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

.gap-x-1\.5 {
    -moz-column-gap: .375rem;
    column-gap: .375rem
}

.break-words {
    overflow-wrap: break-word
}

.rounded-\[2rem\] {
    border-radius: 2rem
}

.rounded-md {
    border-radius: .375rem
}

.border {
    border-width: 1px
}

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

.border-solid {
    border-style: solid
}

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

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

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

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

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

.p-4 {
    padding: 1rem
}

.p-6 {
    padding: 1.5rem
}

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

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

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

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

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

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

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

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

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

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

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

.py-8,
.py-\[2rem\] {
    padding-top: 2rem;
    padding-bottom: 2rem
}

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

.pb-\[6rem\] {
    padding-bottom: 6rem
}

.pr-6 {
    padding-right: 1.5rem
}

.pt-0 {
    padding-top: 0
}

.pt-1 {
    padding-top: .25rem
}

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

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

.pt-5 {
    padding-top: 1.25rem
}

.pt-\[2rem\] {
    padding-top: 2rem
}

.pt-\[3rem\] {
    padding-top: 3rem
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

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

.text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem
}

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

.text-\[0\.8rem\] {
    font-size: .8rem
}

.text-base {
    font-size: 16px;
    line-height: 200%
}

.text-sm {
    line-height: 1.25rem
}

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

.text-xs {
    font-size: .75rem;
    line-height: 1rem
}

.font-semibold {
    font-weight: 600
}

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

.tracking-widest {
    letter-spacing: .1em
}

.text-\[\#0e347b\] {
    --tw-text-opacity: 1;
    color: rgb(14 52 123/var(--tw-text-opacity))
}

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

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

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

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

.opacity-0 {
    opacity: 0
}

.opacity-100 {
    opacity: 1
}

.shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(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)
}

.ring-1 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
}

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

.ring-opacity-5 {
    --tw-ring-opacity: 0.05
}

.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(.4, 0, .2, 1);
    transition-duration: .15s
}

.duration-100 {
    transition-duration: .1s
}

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

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

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

body {
    background-color: #f2f5fb;
    font-family: Arial, Helvetica, sans-serif
}

.header {
    background-image: url(../images/banner.c8ebf14b.jpg)
}

.about-us {
    background-image: url(../images/about-bg.82bf3c82.jpg);
    background-repeat: no-repeat
}

.ant-drawer,
.ant-drawer-mask {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px
}

.container-fluid {
    max-width: 1310px;
    width: 100%;
}

.btn-golden {
    background: #c9a460;
    color: #fff;
}

header {
    position: absolute;
    inset: 15px 0 auto;
    width: 100%;
    z-index: 9;
}

header .logo {
    height: 60px;
}

nav li a {
    display: block;
    padding: 0 20px;
    color: #fff;
    font-size: 16px;
}

nav li a:hover,
nav a.current {
    color: #c9a460;
}

.dropdown-menu {
    min-width: inherit;
}

.sp_nav,
.sjj_nav {
    display: none;
}

.sp_nav {
    width: 28px;
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
    color: #fff;
    z-index: 999;
}

.sp_nav span {
    display: block;
    background: #fff;
    width: 28px;
    height: 2px;
    position: absolute;
    transition: all ease 0.35s;
}

.sp_nav_se span {
    background: #fff;
    width: 28px;
}

.sp_nav span:nth-of-type(1) {
    top: 0px;
}

.sp_nav span:nth-of-type(2) {
    top: 8px;
}

.sp_nav span:nth-of-type(3) {
    top: 16px;
}

.sp_nav_se span:nth-of-type(1) {
    top: 20px;
    transform: rotate(45deg);
}

.sp_nav_se span:nth-of-type(2) {
    width: 0;
}

.sp_nav_se span:nth-of-type(3) {
    top: 20px;
    transform: rotate(-45deg);
}

.sjj_nav {
    position: fixed;
    z-index: 9;
    background: #eee;
    width: 100%;
    height: calc(100% - 104px);
    height: 100vh;
    line-height: 40px;
    top: -100vh;
    left: 0;
    right: 0;
    overflow: auto;
    overflow-x: hidden;
    transition: top ease 0.35s;
    margin: 0 auto;
}

.nav_show {
    top: 0;
    padding: 60px 30px;
    background: #333;
}

.sjj_nav>ul>li:first-child {
    overflow: hidden;
    border-top: 0;
}

.sjj_nav>ul>li:first-child>a {
    float: left;
    width: calc(100% - 70px);
}

.sjj_nav ul li .sjj_nav_i_se {
    transform: rotate(0deg);
}

.sjj_nav ul li {
    position: relative;
    line-height: 45px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}


.sjj_nav ul li a {
    color: #ccc;
    display: block;
}

.swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #c9a460;
}

.banner h2 {
    font-size: 48px;
}

.banner .swiper-slide {
    height: 520px;
}

.banner h4 {
    font-size: 24px;
}

.banner .swiper-slide>.container-fluid {
    padding-top: 100px;
}

.banner-link{background:#0007b7; margin-left:20px; }
.banner-link span{padding:5px 10px}
.banner-link span img{height:20px;}
.banner-link section{padding:5px 10px; color:#333; font-size:12px}
.banner-link section em{font-style:normal; font-size:14px}

.banner .banner-form input{width:400px; height:44px; border-radius:.25rem 0 0 .25rem}
.banner .banner-form a{width:80px; height:44px; border-radius:.0 .25rem .25rem 0;}

.banner .banner-form a i{font-size:20px}
 
.click-more {
    border: 1px solid #fff;
    padding: 10px 25px;
    border-radius: 20px;
    transition: .3s;
    font-size: 16px;
}

.click-more:hover {
    background: #fff;
    color: #333;
}

.language-switch {
    border: 0;
}

.language-switch,
.language-switch:hover,
.language-switch:active,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle,
.show>.btn-primary.dropdown-toggle:focus {
    background: none;
    box-shadow: none !important
}

.btn-login {
    border-radius: 30px;
    border: 1px solid #fff;
    background: none;
    padding-left: 25px;
    padding-right: 25px;
    color: #fff;
}

.language-switch i,
.btn-login i {
    display: none;
}

.btn-login:hover {
    border: 1px solid #c9a460;
    background: #c9a460;
    color: #fff;
}

.modal-open {
    overflow: inherit;
    padding: 0 !important
}

.modal-body {
    max-height: calc(100vh - 300px);
    overflow-y: auto;
    padding: 30px;
}

.modal-body input,
.modal-body button {
    height: 45px;
}

.modal-dialog {
    max-width: 500px;
    width: 100%;
    top: 50%;
    left: 50%;
    margin: inherit;
    position: absolute;
    transform: translate(-50%, -50%) !important;
}

.modal-title {
    font-size: 18px;
}

.project-name {
    padding-top: 60px;
    padding-bottom: 40px;
}

.logo1 {
    height: 80px;
}

.logo2 {
    height: 200px;
}

.footer {
    line-height: 200%;
}

.service-list {
    line-height: 180%;
}

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

.cooperation-list {
    gap: 1%;
}

.cooperation-list li {
    width: 19.2%;
    margin-bottom: 10px;
    background: #fff;
}

.footer-copyright {
    border-top: 1px solid rgba(255, 255, 255, .1);
}

.footer h3 {
    font-size: 24px;
}


.min-banner {
    height: 400px;
    padding-top: 50px;
}

.min-banner h2 {
    font-size: 32px;
}

.crumb-list {
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}

.crumb-list h5 {
    font-size: 18px;
}

.crumb-list span,
.crumb-list span a {
    color: #666;
}

.bg-white {
    background: #fff;
}

.main-content {
    line-height: 220%;
    padding: 30px 0 50px;
}

.menu-list a {
    padding: 12px 30px;
    border-radius: 30px;
    background: #fff;
    display: block;
    font-size: 18px;
    margin: 0 10px
}

.menu-list a:hover,
.menu-list a.current {
    background: #c9a460;
    color: #fff;
}

.dropdown-item {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 15px;
}

@media not all and (min-width: 1536px) {
    .max-2xl\:px-\[15rem\] {
        padding-left: 15rem;
        padding-right: 15rem
    }
}

@media not all and (min-width: 1024px) {
    .max-lg\:px-\[2rem\] {
        padding-left: 2rem;
        padding-right: 2rem
    }
}

@media not all and (min-width: 640px) {
    .max-sm\:px-1 {
        padding-left: .25rem;
        padding-right: .25rem
    }
}

@media (min-width: 640px) {
    .sm\:mx-0 {
        margin-left: 0;
        margin-right: 0
    }

    .sm\:h-\[32\.5rem\] {
        height: 32.5rem
    }

    .sm\:w-\[13\.6rem\] {
        width: 13.6rem
    }

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

    .sm\:px-0 {
        padding-left: 0;
        padding-right: 0
    }

    .sm\:pt-\[15rem\] {
        padding-top: 15rem
    }

    .sm\:pt-\[8rem\] {
        padding-top: 8rem
    }

    .sm\:text-left {
        text-align: left
    }

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

    .sm\:text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem
    }

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

    .sm\:text-base {
        font-size: 1rem;
        line-height: 1.5rem
    }

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

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

    .md\:flex {
        display: flex
    }

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

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

}


@media (max-width: 768px) {

    nav,
    .language-switch span,
    .btn-login span,
    .dropdown-toggle::after {
        display: none;
    }

    .language-switch i,
    .btn-login i,
    .sp_nav,
    .sjj_nav {
        display: block;
    }

    .language-switch i,
    .btn-login i {
        font-size: 20px;
    }

    .banner h2 {
        font-size: 30px;
    }

    .banner h4 {
        font-size: 20px;
    }

    .text-2xl {
        font-size: 24px;
    }

    .btn-login {
        padding: 0;
        border: 0 !important;
        margin-right: 50px;
    }

    header {
        inset: 10px 0 auto;
    }

    header .logo {
        height: 40px;
    }

    .language-switch {
        padding: 0;
    }

    .btn-login:hover {
        background: none;
    }

    .btn-login:focus {
        box-shadow: none !important;
    }

    .about-content {
        padding: 0 !important;
    }

    .about-content-icon>div {
        width: 50%;
        margin-top: 15px;
    }

    .about-name {
        padding: 0;
        text-align: center;
    }

    .about-name .logo1 {
        margin: 0 auto;
    }

    .about-us>div {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .about-content1 {
        padding-right: 0;
    }

    .project-name {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .banner .swiper-slide {
        height: 350px;
    }

    .banner .swiper-slide>.container-fluid {
        padding-top: 60px;
    }

    .menu-list a {
        width: 48%;
        text-align: center;
        margin: 5px 0;
    }

    .min-banner {
        height: 200px;
    }

    .min-banner h2 {
        font-size: 24px;
    }

    .cooperation-list {
        gap: 2%;
    }

    .cooperation-list li {
        width: 31.33%;
        margin-bottom: 6px;
    }
    .logo2{margin-bottom:20px}
     .banner-link{margin-left:0;margin-top:15px}
}