HTTP/1.1 200 OK
Server: nginx/1.19.3
Content-Type: text/css; charset=utf-8
Content-Length: 172353
Connection: close
Vary: Accept-Encoding
Last-Modified: Tue, 24 Jun 2025 09:13:03 GMT
Cache-Control: max-age=43200, public
Expires: Fri, 15 Aug 2025 11:18:19 GMT
ETag: "1750756383.0-172353-239735728"
Date: Thu, 14 Aug 2025 23:18:19 GMT
Accept-Ranges: bytes

@charset "UTF-8";
@font-face {
  font-family: "Montserrat";
  src: url(/static/fonts/Montserrat-Light.ttf) format("truetype");
  font-weight: 100;
}
@font-face {
  font-family: "Montserrat";
  src: url(/static/fonts/Montserrat-Regular.ttf) format("truetype");
  font-weight: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url(/static/fonts/Montserrat-Medium.ttf) format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Montserrat";
  src: url(/static/fonts/Montserrat-SemiBold.ttf) format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "Montserrat";
  src: url(/static/fonts/Montserrat-Bold.ttf) format("truetype");
  font-weight: bold;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

.clearfix:after {
  content: " ";
  display: table;
  height: 0;
  clear: both;
  visibility: hidden;
}

p {
  margin: 0;
  padding: 0;
}

a, a:hover, a:visited {
  color: #000;
  text-decoration: none;
}

.slide {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-position: center;
  background-color: #999;
}

body {
  color: #000;
  font-family: "Montserrat", "PingFang SC", "Hiragino Sans GB", "冬青黑体", "Microsoft YaHei", "微软雅黑", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  background-color: #fff;
  font-size: 18px;
  line-height: 1.5;
}

.hide {
  display: none !important;
}

img {
  vertical-align: middle;
}

.flash-move {
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translateY(100px);
  transition: all 0.8s;
}

.flash-move.move-on {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translateY(0);
  transition: all 0.7s;
}

.shadow {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}
.shadow .shadow--w {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  position: relative;
  cursor: pointer;
}
.shadow .shadow--w .s-video-w {
  max-width: 1200px;
  width: 100%;
}
.shadow .shadow--w .s-video-w video {
  width: 100%;
}
.shadow .shadow--w .sub-company-w {
  width: 100%;
  height: 100%;
  padding: 20px 20px;
  overflow: scroll;
}
.shadow .shadow--w .sub-company-w::-webkit-scrollbar {
  display: none;
}
.shadow .shadow--w .sub-company-w .company-info {
  max-width: 1160px;
  left: 0;
  right: 0;
  margin: 0 a<!--0.00016307830810547-->