.clear:after {
  visibility: hidden;
  display: block;
  height: 0;
  font-size: 0;
  content: "";
  clear: both;
}

body,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
input,
li,
ol,
p,
select,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

::after,
::before {
  box-sizing: border-box;
}

i {
  font-style: normal;
}

body,
html {
  min-height: 100%;
  overflow-x: hidden;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;
  font-size: 14px;
  color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

img {
  border: none;
  vertical-align: middle;
}

a {
  text-decoration: none;
  color: #232323;
}

a:hover,
a:focus {
  text-decoration: none;
}

table {
  border-collapse: collapse;
  table-layout: fixed;
}

input,
textarea {
  outline: none;
  border: none;
}

textarea {
  resize: none;
  overflow: auto;
}

.cont {
  width: 80vw;
  max-width: 1320px;
  min-width: 1200px;
  margin: 0 auto;
}

.text-ellipsis {
  white-space: nowrap;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.text-ellipsis-l2 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.text-ellipsis-l3 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

li .pic {
  overflow: hidden;
}
li .pic img {
  transition: all 0.5s linear;
}
li:hover .pic img {
  transform: scale(1.1);
}

header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.85);
  transition: all 0.5s linear;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0px 6px 16px 0px rgba(0, 0, 0, 0.08), 0px 9px 28px 8px rgba(0, 0, 0, 0.05);
}
header > .cont {
  display: flex;
  align-items: center;
  padding: 0.5rem 0;
}
header > .cont .logo {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: backInDown;
}
header > .cont .logo img {
  max-height: 100%;
}
header > .cont ul {
  display: flex;
  margin-left: auto;
}
header > .cont ul li {
  text-align: center;
  position: relative;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  transition: all 0.2s linear;
}
header > .cont ul li.has-dropdown > a {
  position: relative;
  padding-inline-end: 2.5em;
}
header > .cont ul li.has-dropdown > a::after {
  border: 0.125em solid #216a9e;
  border-right: 0;
  border-top: 0;
  content: " ";
  display: block;
  height: 0.625em;
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: 0;
  transform: rotate(-45deg);
  transform-origin: center;
  transition-duration: 300ms;
  transition-property: border-color;
  width: 0.625em;
  margin-top: -0.375em;
  inset-inline-end: 1.125em;
}
header > .cont ul li.has-dropdown.is-active .drop {
  opacity: 1;
  top: 38px;
  pointer-events: all;
}
header > .cont ul li > a {
  display: block;
  color: #333;
  font-size: 16px;
  transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  padding: 0.5rem 0.75rem;
  position: relative;
}
header > .cont ul li .drop {
  position: absolute;
  opacity: 0;
  z-index: 111111;
  top: 30px;
  left: 0;
  min-width: 100%;
  pointer-events: none;
  padding: 0.5em 0;
  border-radius: 0.5em;
  background-color: #fff;
  transition: all 0.2s linear;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 1px 2px -2px rgba(0, 0, 0, 0.16), 0px 3px 6px 0px rgba(0, 0, 0, 0.12), 0px 5px 12px 4px rgba(0, 0, 0, 0.09);
}
header > .cont ul li .drop a {
  display: block;
  line-height: 2.5;
  color: #333;
  padding: 0 1em;
  font-size: 14px;
  white-space: nowrap;
  transition: all 0.2s linear;
}
header > .cont ul li .drop a:hover {
  background-color: #2371a8;
  color: #fff;
}
header > .cont ul li .drop a.on {
  background-color: #216a9e;
  color: #fff;
}
header > .cont ul li .drop a:last-child {
  border: none;
}
header > .cont ul li:hover {
  background-color: #eee;
}
header > .cont ul li.active {
  background-color: #eee;
}
header > .cont ul li:nth-child(1) {
  animation-delay: 0.3s;
}
header > .cont ul li:nth-child(2) {
  animation-delay: 0.4s;
}
header > .cont ul li:nth-child(3) {
  animation-delay: 0.5s;
}
header > .cont ul li:nth-child(4) {
  animation-delay: 0.6s;
}
header > .cont ul li:nth-child(5) {
  animation-delay: 0.7s;
}
header > .cont ul li:nth-child(6) {
  animation-delay: 0.8s;
}
header > .cont ul li:nth-child(7) {
  animation-delay: 0.9s;
}
header > .cont ul li:nth-child(8) {
  animation-delay: 1s;
}
header > .cont .lang {
  font-size: 16px;
  margin-left: 1em;
}
header > .cont .lang a {
  font-size: 16px;
  color: #333;
}
header > .cont .lang a.active {
  color: #216a9e;
  font-weight: bold;
}
header.white {
  background-color: #fff;
  background-image: none;
  box-shadow: 0 0 10px 0 rgba(22, 64, 147, 0.2);
}
header.white .cont .logo .index {
  display: none;
}
header.white .cont .logo .detail {
  display: block;
}
header.white .cont #nav li a {
  color: #333;
}
header.white .cont .lang a {
  color: #333;
}

footer {
  background-color: #216a9e;
  text-align: center;
  padding: 36px 0;
}
footer .foot-nav {
  gap: 1em;
  display: flex;
  justify-content: center;
}
footer .foot-nav a {
  color: #fff;
  font-size: 18px;
}
footer p {
  color: #fff;
  font-size: 16px;
  line-height: 1;
  margin-top: 1em;
}
footer p a {
  color: #fff;
  text-decoration: underline;
}

.back-top {
  right: 10px;
  bottom: -48px;
  opacity: 0;
  display: block;
  cursor: pointer;
  position: fixed;
  z-index: 123123;
  border-radius: 2px;
  transition: all 0.5s linear;
}
.back-top.show {
  bottom: 72px;
  opacity: 1;
}
.back-top .iconfont {
  color: orange;
  font-size: 48px;
}/*# sourceMappingURL=public.css.map */