<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
.LineHide {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.clearfix:after {
  content: "";
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  display: block;
}
.clearfix {
  zoom: 1;
}
.main {
  width: 100%;
  background-color: #F5F7FA;
}
.main .layout {
  width: 1300px;
  margin: 0 auto;
}
.layout {
  width: 1300px;
  margin: 0 auto;
}
body a:hover {
  cursor: pointer;
  user-select: none;
  color: #015ed0 !important;
}
footer {
  background: #fafafa;
  margin-top: 50px;
}
footer .footer-links {
  line-height: 30px;
  padding: 42px 0 12px;
  text-align: center;
  border-bottom: 1px solid #e1e1e1;
}
footer .footer-links span {
  font-size: 14px;
  color: #333;
  margin-right: 46px;
}
footer .footer-links span.last-footer-links {
  margin-right: 0;
}
footer .icp {
  text-align: center;
  line-height: 32px;
  /*padding-bottom: 49px;*/
}
footer .icp span {
  font-size: 14px;
  color: #333;
  margin-right: 10px;
}
footer .icp span.last-icp {
  margin-right: 0;
}
footer .bottom {
  width: 600px;
  margin-left: 400px;
}
footer .bottom_right {
  float: left;
}
header .top {
  background: rgba(92, 92, 92, 0.05);
}
header .top .layout {
  display: flex;
  justify-content: space-between;
}
header .top .layout .left,
header .top .layout .right {
  display: block;
  padding: 10px 0;
}
header .top .layout .left a,
header .top .layout .right a {
  margin-right: 20px;
  font-family: PingFang TC, PingFang TC;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}
header .top .layout .left a:nth-last-child(1),
header .top .layout .right a:nth-last-child(1) {
  margin-right: 0;
}
header .banner {
  height: 240px;
  background: url(../images/background.png) no-repeat top center / 100% 100%;
}
header .banner .layout {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .banner .layout .logo {
  display: block;
  width: 470px;
}
header .banner .layout form {
  display: flex;
}
header .banner .layout form select {
  padding: 9px 12px;
  border: 0;
  margin-right: 1px;
  width: 100px;
  height: 40px;
  background: #E9F3FF;
  border-radius: 3px 0px 0px 3px;
  font-family: PingFang HK, PingFang HK;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
}
header .banner .layout form .inputbox {
  padding: 0 0 0 7px;
  height: 40px;
  display: flex;
  align-items: center;
  background-color: #E9F3FF;
}
header .banner .layout form .inputbox img {
  display: block;
  width: 25px;
  height: 25px;
}
header .banner .layout form .inputbox input {
  border: 0;
  width: 240px;
  background-color: #E9F3FF;
}
header .banner .layout form .inputbox .button {
  width: 92px;
  height: 100%;
  background: #0D71FA;
  border-radius: 0px 3px 3px 0px;
  font-family: PingFang HK, PingFang HK;
  font-weight: 400;
  font-size: 14px;
  color: #F1F1F1;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  border: none;
}
header .navNew {
  background: #0D71FA;
}
header .navNew .layout ul {
  display: flex;
  justify-content: space-between;
}
header .navNew .layout ul li {
  position: relative;
  width: fit-content;
}
header .navNew .layout ul li a {
  width: fit-content;
  display: block;
  padding: 16px 20px;
  font-family: PingFang TC, PingFang TC;
  font-weight: 600;
  font-size: 18px;
  color: #FFFFFF !important;
}
header .navNew .layout ul li:hover {
  background-color: #567FE6;
}
header .navNew .layout ul li:hover .navothernos {
  display: block;
}
header .navNew .layout ul .on {
  background-color: #567FE6;
}
header .navNew .layout ul .navothernos {
  display: none;
  width: 100%;
  flex-direction: column;
  align-items: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: #0D71FA;
  z-index: 999;
}
header .navNew .layout ul .navothernos li {
  width: 100%;
}
header .navNew .layout ul .navothernos li:hover {
  background-color: #567FE6;
}
header .navNew .layout ul .navothernos li a {
  width: 100%;
  display: block;
  font-size: 18px;
  font-family: SourceHanSansCN-Medium, SourceHanSansCN;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 27px;
  text-align: center;
}
</pre></body></html>