HTTP/1.1 200 OK
Server: nginx
Date: Fri, 06 Feb 2026 22:49:20 GMT
Content-Type: text/css
Content-Length: 7177
Last-Modified: Fri, 12 Sep 2025 06:41:38 GMT
Connection: close
Vary: Accept-Encoding
ETag: "68c3c0a2-1c09"
Accept-Ranges: bytes

@charset "utf-8";

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: "iconfont"; 
  src: url('/static/index/css/fonts/iconfont.woff2?t=1638869001436') format('woff2'),
       url('/static/index/css/fonts/iconfont.woff?t=1638869001436') format('woff'),
       url('/static/index/css/fonts/iconfont.ttf?t=1638869001436') format('truetype');
}
 
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0px;
  border: 0;
  font-size: 100%;
  outline: none;
}

html {
  font-size: 100%;
  -webkit-overflow-scrolling:touch;
}

/* always display scrollbars */
body {
  font: 12px/1.8 "Microsoft YaHei New", "Microsoft Yahei", "微软雅黑", "Hiragino Sans GB", "冬青黑体", "Arial", "Helvetica", "SimHei", "黑体", "STXihei", "华文细黑", sans-serif;
  margin: 0 auto;
  color: #666666;
  background-color: #ffffff;
  _background-attachment: fixed;
  _background-image: url(/about:blank);
  overflow-y: visible\9;
  -webkit-text-size-adjust: 100% !important;
}
body.noScroll{
  overflow: hidden;
}
/* video::-webkit-media-controls-play-button {
  display: none;
} */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

input,
select {
  vertical-align: middle;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

strong {
  font-weight: bold;
}

input {
  outline: none;
  padding: 0;
}

img {
  border: 0;
}

input[type="text"],
input[type="button"],
input[type="submit"],
input[type="reset"],
select {
  -webkit-appearance: none;
  border-radius: 0;
}

textarea {
  -webkit-appearance: none;
  border-radius: 0;
  background: none;
  outline: none;
  padding: 0;
  margin: 0;
  border: none;
}

::-moz-selection {
  background: #f7a300;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #f7a300;
  color: #fff;
  text-shadow: none;
}

a {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

a:link,
a:visited {
  text-decoration: none;
  color: inherit;
}

a:active,
a:hover {
  text-decoration: none;
  color: inherit;
}

.fc {
  text-align: center;
}

.fr {
  text-align: right;
}

.fl{
  float: right;
}
.vt {
  vertical-align: top;
}

.vm {
  vertical-align: middle;
}

.inner {
  width: 75vw;
  margin: 0px auto;
}

.banner-video::-webkit-media-controls-start-playback-button{
  display: none;
  -webkit-appearance: none;
}
.banner-video::-webkit-media-controls-panel{
  display: none;
  -webkit-appearance: none;
}
.banner-video::-webkit-media-controls-play-button{
  display: none;
  -webkit-appearance: none;
}

::-webkit-scrollbar {
  width: 6px;
  height: 5px;
  border-radius: 3px;
  background-color: #fff;
}

::-webkit-scrollbar-track {
  border-radius: 6px;
  border-radius: 3px;
  background-color: #fff;
}

::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #116fd7;
}
.swiper-wrapper,.swiper-slide{
  -webkit-backface-visibility: hidden;  
  -moz-backface-visibility: hidden;  
  -ms-backface-visibility: hidden; 
  backface-visibility: hidden;  
  -webkit-perspective: 1000;  
  -moz-perspective: 1000;  
  -ms-perspective: 1000;  
  perspective: 1000;
}


.slick-list { position: relative; z-index: 0; ove<!--7.2956085205078E-5-->