<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">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: 0;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
  color: black;
}
.clearFix::after {
  zoom: 1;
  content: "";
  display: block;
  clear: both;
}
.fx-ct {
  display: flex;
  align-items: center;
  justify-content: center;
}
.px-ct {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* 1pxè¾¹æ¡†çš„åšæ³• */
/* .bd-1px {
  border: 1px solid black;
  transform: scale(0.5);
  height: 200%;
  width: 200%;
  transform-origin: 0 0;
} */
.df {
  display: flex;
  flex-wrap: wrap;
}
.fc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* align-items: center; */
}
.d {
  display: flex;
}
header {
  background-color: #004ea3;
  height: 80px;
}
header .header-nr {
  width: 1300px;
  background-color: #004ea3;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
header ul {
  width: 70%;
  display: flex;
  margin-left: 40px;
  height: 100%;
}
header ul li {
  flex: 1;
  text-align: center;
  position: relative;
  height: 100%;
  line-height: 80px;
}
header ul li a {
  color: #fff;
  font-size: 14px;
}
header ul li dl {
  position: absolute;
  z-index: 999;
  display: none;
  background-color: #172434;
  top: 80px;
  margin-left: -30px;
  line-height: normal;
  width: 170px;
}
header ul li dl dd {
  padding: 10px;
}
header ul li dl dd:hover {
  background-color: #fff;
}
header ul li dl dd:hover a {
  color: #000;
}
header ul li:hover &gt; a {
  color: red;
  font-size: 700;
  font-size: 20px;
}
header ul li:hover dl {
  display: block;
}
header .en {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 87px;
  height: 30px;
  background-color: #0099ff;
  border-radius: 15px;
  line-height: 30px;
  padding-left: 6px;
}
header .en i {
  width: 30%;
}
header .en i img {
  width: 80%;
  margin-top: 10px;
}
header .en span {
  width: 30%;
  color: #fff;
  margin-left: 2px;
}
header .en dl {
  position: absolute;
  z-index: 999;
  display: none;
  background-color: #172434;
  top: 70px;
  margin-left: 15px;
  line-height: normal;
}
header .en dl dd {
  padding: 10px;
}
header .en dl dd a {
  color: #fff;
}
header .en dl dd:hover {
  background-color: #fff;
}
header .en dl dd:hover a {
  color: #000;
}
footer .footer-bgc {
  width: 100%;
  left: 0;
  position: absolute;
  background: #172434;
  padding: 60px;
}
footer .footer-bgc .core {
  width: 1300px;
  margin: 0 auto;
}
footer .footer-bgc .core ul {
  color: #fff;
  display: flex;
}
footer .footer-bgc .core ul li {
  flex: 1;
}
footer .footer-bgc .core ul li dl dt {
  font-size: 16px;
  margin-bottom: 20px;
}
footer .footer-bgc .core ul li dl dd {
  font-size: 14px;
  color: #ffffff;
  opacity: 0.5;
  margin: 5px 0;
}
footer .footer-bgc .core ul li dl dd:hover {
  opacity: 1;
}
footer .footer-bgc .core ul li a {
  color: #fff;
}
footer .footer-bgc .core ul li:nth-child(1) {
  flex: 3;
}
footer .footer-bgc .core ul li:nth-child(1) h3 {
  font-size: 20px;
  color: #ffffff;
  line-height: 20px;
  margin-top: 16px;
}
footer .footer-bgc .core ul li:nth-child(1) p {
  font-size: 14px;
  color: #ffffff;
  opacity: 0.5;
  margin: 20px 0;
}
footer .footer-bgc .core ul li:nth-child(1) p a {
  margin-right: 23px;
}
footer .footer-bgc .core ul li .logo .link-iocn a:hover img {
  transform: scale(1.5);
}
.about-m {
  height: 500px;
}
.about-m .bgc {
  position: absolute;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  left: 50%;
  height: 500px;
  background: url(../img/bgc8.png);
  transform: translate(-50%);
  z-index: -1;
}
.about-m .about-tex {
  width: 50%;
  margin: 0 auto;
  text-align: center;
  padding-top: 160px;
}
.about-m .about-tex h2 {
  font-size: 40px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 21px;
}
.about-m .about-tex p {
  display: block;
  margin: 0 auto;
  width: 717px;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  opacity: 0.5;
  line-height: 25px;
}
.about-m .about-tex p:hover {
  cursor: pointer;
  opacity: 1;
}
.about-m .img-box {
  position: relative;
  top: -80px;
  left: 0;
}
nav {
  margin: 0 auto;
  height: 85px;
  background-color: #f7f7f7;
  max-width: 1920px;
}
nav ul {
  width: 50%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  height: 100%;
}
nav ul li {
  height: 100%;
  flex: 1;
  margin-right: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
nav ul li p {
  color: #333333;
  text-align: center;
  font-size: 13px;
}
nav ul li:nth-child(6) {
  margin: 0;
}
.li-style {
  border-bottom: 3px solid #0a55a7;
}
.li-style a {
  color: #064a9f;
}
.active {
  background-color: #064ea1 !important;
}
.active a {
  color: #fff;
}
</pre></body></html>