<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  margin: 0px;
  padding: 0px;
}
html,
body {
  width: 100%;
  height: auto !important;
  font-family: Microsoft YaHei;
  font-size: 15px;
  /* cursor: pointer; */
}
ul,
li {
  list-style: none;
}
a {
  text-decoration: none;
}
img {
  vertical-align: middle;
}
.text-more {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.text-more2 {
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.text-more3 {
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
/* flexå¸ƒå±€ -- start */
.flex {
  display: flex;
}
.flex-y-center {
  display: flex;
  align-items: center;
}
.flex-all-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex-all-center2 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
/* flexå¸ƒå±€ -- end */
/* headerå…¨å±€å¤´éƒ¨æ&nbsp;·å¼ -- start */
.header {
  width: 100%;
  height: 77px;
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 999;
}
.header .index-content-width {
  height: 77px;
}
.header-log {
  width: 317px;
}
.header-nav-list {
  margin-left: auto;
  margin-bottom: 0px !important;
}
.header-nav-list li:not(:first-child) {
  margin-left: 20px;
}
.header-nav-list li a {
  font-size: 18px;
  color: #000;
  font-family: SourceHanSansCN;
}
.search-box {
  padding: 2px 10px;
  border: 1px solid #cecece;
  border-radius: 33px;
  margin-left: 20px;
}
.search-box input {
  width: 100px;
  border: 0px;
}
.search-box input:focus {
  outline: none;
}
.search-box img {
  width: 20px;
  height: 20px;
  margin-left: 10px;
  cursor: pointer;
}
/* headerå…¨å±€å¤´éƒ¨æ&nbsp;·å¼ -- end */
/* footerå…¨å±€åº•éƒ¨æ&nbsp;·å¼ -- start */
.footer {
  width: 100%;
}
.footer-nav-box {
  width: 100%;
  background: #0061ae;
  color: #fff;
}
.footer-nav-box a {
  color: #fff;
}
.footer-nav-box .index-content-width {
  padding: 30px 0;
}
.footer-log {
  width: 264px;
}
.com-info {
  margin-top: 10px;
  overflow: hidden;
  font-size: 14px;
}
.com-info .flex {
  margin-top: 20px;
}
.com-info .flex .flex-all-center {
  width: 22px;
  height: 22px;
  margin-right: 14px;
}
.com-info .flex p {
  line-height: 22px;
  max-width: 276px;
}
.footer-center {
  margin-left: auto;
}
.footer-center li:not(:first-child) {
  margin-left: 80px;
}
.footer-center li p {
  font-size: 20px;
  font-weight: bold;
}
.footer-center li span {
  display: block;
  width: 53px;
  height: 2px;
  background: #d7a954;
  margin-top: 10px;
}
.footer-center li div {
  overflow: hidden;
}
.footer-center li div a {
  display: block;
  margin-top: 14px;
}
.footer-nav-box .index-content-width .flex-all-center2 {
  margin-left: 80px;
}
.footer-nav-box .index-content-width .flex-all-center2 img {
  width: 100px;
  height: 100px;
  margin-bottom: 15px;
}
.footer-bottom {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #4d4d4d;
  color: #d7a954;
  font-size: 14px;
  text-align: center;
}
.footer-bottom a {
  color: #d7a954;
}
/* footerå…¨å±€åº•éƒ¨æ&nbsp;·å¼ -- end */

</pre></body></html>