@charset "UTF-8";
/**
 * public
 * @description: 页面公共样式表
 */
@import url(../font/iconfont.css);
@import url(./font.css);
@import url(./try.animate.css);
@font-face {
  font-family: "numberfont";
  src: url("AXIS.OTF");
}
@font-face {
  font-family: "maobizi";
  src: url("YUNFENFEIYUNTI.woff2");
}
* {
  padding: 0;
  margin: 0;
  -webkit-touch-callout: none;
  box-sizing: border-box;
}

.page-body {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  overflow-y: auto;
}

@property --angle {
  syntax: "<angle>";
  inherits: false;
  initial-value: 199deg;
}
@property --angle2 {
  syntax: "<angle>";
  inherits: false;
  initial-value: 71deg;
}
a,
body,
center,
cite,
code,
dd,
del,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hr,
html,
img,
input,
label,
legend,
li,
mark,
ol,
p,
section,
span,
textarea,
time,
td,
th,
ul {
  margin: 0;
  border: 0;
  padding: 0;
  font-style: normal;
  /*  自动换行 */
  word-wrap: break-word;
  /*  强制英文单词断行 */
  word-break: break-all;
}

html, body {
  width: 100%;
  height: 100%;
}

html {
  box-sizing: border-box;
}

body {
  font: 16px "SourceHanSansCN";
  background: #fff;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  /* 
  font-family: "苹方", "PingFang", "MicrosoftYaHei", "微软雅黑", "Arial Narrow",
    HELVETICA; */
  overflow: hidden;
  overflow-y: auto;
  font-weight: 500;
}

body::-webkit-scrollbar {
  /* display: none; */
}

/* body::-webkit-scrollbar { */
/* 纵向滚动条 宽度 */
/* width: 8px; */
/* 横向滚动条 高度 */
/* height: 4px; */
/* 整体背景 */
/* background: rgba(126, 126, 126, 0.1); */
/* 整体 圆角 */
/* border-radius: 8px; */
/* } */
/* 滑块 */
/* body::-webkit-scrollbar-thumb {
  background: #e23c32;
  border-radius: 8px;
} */
a {
  color: #575656;
  text-decoration: none;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}

em {
  font-style: normal;
}

li {
  list-style: none;
}

img {
  border: 0;
  vertical-align: middle;
  max-width: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

p {
  word-wrap: break-word;
}

input,
textarea {
  /*webkit浏览器*/
  -webkit-user-select: auto;
}

input {
  outline: none;
}

img,
a {
  user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

.head {
  width: 100%;
  height: 105px;
  position: fixed;
  top: 0;
  left: 0;
  color: #555;
  z-index: 1002;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding-left: 60px;
  padding-right: 0;
  transition: color 0.6s ease;
  transition: background 0.6s ease;
  animation: fadeInDown 0.6s ease;
  overflow: hidden;
}
.head .hbgbox {
  width: 100%;
  height: 111px;
  transition: background 0.6s ease;
  background: transparent;
  position: absolute;
  top: -10px;
  left: 0;
  z-index: -1;
}
.head .logo {
  display: block;
  background: url(../Images/logo.png) no-repeat;
  width: 172px;
  height: 49px;
  background-size: 100% 100%;
  flex-shrink: 0;
}
.head .menu {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.head .menu #dianliu {
  width: 251px;
  height: 22px;
  position: absolute;
  top: 84px;
  left: 0;
  transition: all 0.6s ease;
  background: url(../Images/line-to-wave.svg) no-repeat;
  background-size: 100% 100%;
  z-index: 1000;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  transform: translateX(-140px);
}
.head .menu #dianliu i {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../Images/line-to-wave.svg) no-repeat;
  background-size: 251px 22px;
  animation: movedl 3s linear infinite;
}
@keyframes movedl {
  0% {
    width: 0;
  }
  100% {
    width: 251px;
  }
}
.head .menu #dianliu::before {
  content: "";
  width: 1920px;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 16px;
  right: 50px;
}
.head .menu #dianliu::after {
  content: "";
  width: 1920px;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 16px;
  left: 248px;
}
.head .menu .fir {
  width: 140px;
  height: 100%;
  text-align: center;
  position: relative;
}
.head .menu .fir::before, .head .menu .fir::after {
  content: attr(data-text);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  line-height: 102px;
  transition: all 0.6s ease;
  cursor: pointer;
}
.head .menu .fir::before {
  font-size: 16px;
  font-weight: normal;
  top: 0;
  left: 0;
}
.head .menu .fir::after {
  font-weight: bold;
  top: 24px;
  opacity: 0;
  transform: scale(0);
}
.head .menu .fir-link {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.head .menu .fir .bg {
  width: 100%;
  height: 289px;
  position: fixed;
  top: 100px;
  left: 0;
  z-index: 9;
  background: #fff;
  background-image: url(../Images/secondbg1.jpg);
  background-repeat: no-repeat;
  background-size: 780px 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease;
  padding: 79px 0 0 435px;
  text-align: left;
}
.head .menu .fir .bg b {
  font-size: 36px;
  background: linear-gradient(90deg, #114bb0, #347fce);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 20px;
}
.head .menu .fir .bg p {
  font-size: 24px;
  line-height: 30px;
  color: #4e4e4e;
  white-space: nowrap;
  opacity: 0.1;
  font-weight: 700;
  padding-left: 78px;
}
.head .menu .fir .bg p.longt {
  transform: translateX(-150px);
}
.head .menu .fir .second {
  width: calc(100% - 435px);
  height: 286px;
  padding: 79px 435px 79px 0;
  position: fixed;
  top: 100px;
  left: 780px;
  white-space: nowrap;
  flex-wrap: wrap;
  display: flex;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease;
  z-index: 10;
}
.head .menu .fir .second::before {
  content: "";
  width: 1140px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../Images/secondbg2.jpg) no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}
.head .menu .fir .second li {
  width: 200px;
  height: 44px;
}
.head .menu .fir .second li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  line-height: 2;
  color: #666;
  text-align: center;
  transition: all 0.3s ease;
}
.head .menu .fir .second li a:hover {
  color: #2061bd;
}
.head .menu .fir.cur::before, .head .menu .fir:hover::before {
  transform: scale(0.5);
  top: -24px;
  opacity: 0;
}
.head .menu .fir.cur::after, .head .menu .fir:hover::after {
  top: 0;
  opacity: 1;
  transform: scale(1);
}
.head .menu .fir:hover .bg {
  opacity: 1;
  visibility: visible;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.05);
}
.head .menu .fir:hover .second {
  opacity: 1;
  visibility: visible;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.05);
}
.head .menu .lang {
  padding: 0 36px;
  line-height: 16px;
  height: 16px;
  cursor: pointer;
  position: relative;
}
.head .menu .lang a {
  color: #fff;
}
.head .menu .lang::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 1px;
  height: 16px;
  background-color: #fff;
  opacity: 0.2;
}
.head .menu .search {
  width: 102px;
  height: 102px;
  transform: translateY(-4px);
  box-sizing: border-box;
  transition: all 0.6s ease;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid rgba(27, 138, 222, 0.2);
}
.head .menu .search i {
  width: 16px;
  height: 16px;
  font-size: 16px;
  color: #2061bd;
  transition: color 0.6s ease;
  cursor: pointer;
}
.head .menu .search input {
  display: none;
  box-sizing: border-box;
  background: transparent;
  padding-left: 12px;
  font-size: 14px;
  color: #666;
  transition: color 0.6s ease;
}
.head .menu .search input::-moz-placeholder {
  color: rgba(102, 102, 102, 0.52);
  -moz-transition: color 0.6s ease;
  transition: color 0.6s ease;
}
.head .menu .search input::placeholder {
  color: rgba(102, 102, 102, 0.52);
  transition: color 0.6s ease;
}
.head .menu .search.bc--1 {
  border-color: rgba(255, 255, 255, 0.2);
}
.head .menu .search.bc--2 {
  border-color: rgba(27, 138, 222, 0.2);
}
.head.bc--1 {
  border-color: rgba(255, 255, 255, 0.2);
}
.head.bc--2 {
  border-color: rgba(27, 138, 222, 0.2);
}
.head.bc--2 .fir.cur::after {
  color: #2061bd;
}
.head.white {
  color: #fff;
}
.head.white .logo {
  color: #fff;
}
.head.white .menu .search i {
  color: #fff;
}
.head.white .menu .search input {
  color: #fff;
}
.head.white .menu .search input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.52);
}
.head.white .menu .search input::placeholder {
  color: rgba(255, 255, 255, 0.52);
}
.head.open {
  color: #333;
  border-color: rgba(27, 138, 222, 0.2);
}
.head.open .hbgbox {
  background: #fff;
}
.head.open .logo {
  background: url(../Images/logob.png) no-repeat;
  background-size: 100% 100%;
}
.head.open .menu .lang::before {
  background-color: #1d47b3;
}
.head.open .menu .search i {
  color: #1b8ade;
}
.head.open .menu .search input {
  color: #333;
}
.head.open .menu .search input::-moz-placeholder {
  color: rgba(102, 102, 102, 0.52);
}
.head.open .menu .search input::placeholder {
  color: rgba(102, 102, 102, 0.52);
}
.head:hover .hbgbox {
  background: #fff !important;
}
.head:hover .menu .lang {
  color: #2061bd;
}
.head:hover .menu .lang a {
  color: #2061bd;
}
.head:hover .menu .fir {
  color: #333;
}
.head:hover .menu .fir.cur::after, .head:hover .menu .fir:hover::after {
  color: #2061bd;
}
.head:hover .menu .search {
  border-color: rgba(32, 97, 189, 0.2);
}
.head:hover .menu .search i {
  color: #2061bd;
}
.head:hover #dianliu {
  background: url(../Images/line-to-wave2.svg) no-repeat;
  background-size: 100% 100%;
}
.head:hover #dianliu i {
  background: url(../Images/line-to-wave2.svg) no-repeat;
  background-size: 251px 22px;
}
.head:hover #dianliu::before, .head:hover #dianliu::after {
  background: rgba(32, 97, 189, 0.3);
}
.head:hover .logo {
  background: url(../Images/logob.png) no-repeat;
  background-size: 100% 100%;
}
.head.bg--fff .hbgbox {
  background: #fff;
}
.head.bg--fff .menu .lang {
  color: #2061bd;
}
.head.bg--fff .menu .lang a {
  color: #2061bd;
}
.head.bg--fff .menu .lang::before {
  background-color: #2061bd;
}
.head.bg--fff #dianliu {
  background: url(../Images/line-to-wave2.svg) no-repeat;
  background-size: 100% 100%;
}
.head.bg--fff #dianliu i {
  background: url(../Images/line-to-wave2.svg) no-repeat;
  background-size: 251px 22px;
}
.head.bg--fff #dianliu::before, .head.bg--fff #dianliu::after {
  background: rgba(32, 97, 189, 0.3);
}
.head.bg--fff .logo {
  background: url(../Images/logob.png) no-repeat;
  background-size: 100% 100%;
}

.topbanner {
  position: relative;
}
.topbanner .convex {
  height: 0;
  left: 50%;
  position: absolute;
  top: 10vw;
  transform: rotate(-90deg);
  width: 0;
  z-index: -1;
}
.topbanner .convex svg {
  height: 200vw;
  left: 0;
  position: absolute;
  transform: translateY(-25%);
}
.topbanner .convex svg .mNav .convex svg path {
  height: 100%;
  fill: #fff;
}

.contact {
  position: fixed;
  right: 24px;
  bottom: 80px;
  z-index: 1000;
  width: 50px;
}
.contact .upbtn {
  width: 50px;
  height: 50px;
  color: #fff;
  text-align: center;
  line-height: 45px;
  font-size: 17px;
  position: relative;
  cursor: pointer;
}
.contact .upbtn::after {
  content: "";
  width: 50px;
  height: 50px;
  border-radius: 25px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(27, 138, 222, 0.2);
  z-index: -1;
  transition: background 0.5s ease;
}
.contact:hover .upbtn::after {
  background: #1b8ade;
}
.contact .contact-box {
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 50px;
  background: #fff;
  border-radius: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.5s ease;
  padding: 3px 0;
  box-sizing: border-box;
  opacity: 0;
  display: none;
  overflow: hidden;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.0666666667);
}
.contact .contact-box i {
  font-size: 24px;
  display: block;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  line-height: 44px;
  text-align: center;
  color: #666;
  cursor: pointer;
  transition: all 0.5s ease;
}
.contact .contact-box i:hover {
  color: #fff;
  background-image: linear-gradient(90deg, #114bb0 0%, #347fce 100%), linear-gradient(#194aa0, #194aa0);
  background-blend-mode: normal, normal;
}

.wavetop {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
  width: 1920px;
  pointer-events: none;
  z-index: 3;
}

.foot {
  width: 100%;
  height: auto;
  background: #2b2b2b;
  color: #fff;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: visible !important;
}
.foot .wave {
  width: 1920px;
  position: absolute;
  top: -27px;
  left: 0;
  z-index: 2;
  pointer-events: none;
}
.foot .foot-body {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 32px 0;
}
.foot .foot-body .foot-left {
  line-height: 36px;
  color: #999999;
  flex-shrink: 0;
}
.foot .foot-body .foot-code {
  display: flex;
  justify-content: flex-end;
  width: 50%;
  text-align: center;
}
.foot .foot-body .foot-code img {
  width: 100px;
  height: 100px;
  margin: 0 15px;
  border-radius: 3px;
}
.foot .foot-body .foot-code p {
  width: 120px;
  font-size: 12px;
  color: #999999;
  margin-top: 10px;
}
.foot .foot-body .foot-right {
  display: flex;
  flex-shrink: 0;
}
.foot .foot-body .foot-right a {
  color: #999999;
  width: 137px;
  height: 44px;
  background-color: #393939;
  transition: 0.4s;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.foot .foot-body .foot-right a .button_text_container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.foot .foot-body .foot-right a i {
  margin-right: 8px;
  font-size: 30px;
  color: #616161;
  transition: 0.4s;
}
.foot .foot-body .foot-right a:nth-child(2) i {
  font-size: 26px;
}
.foot .foot-body .foot-right a:nth-child(3) i {
  font-size: 20px;
}
.foot .foot-body .foot-right a:nth-child(4) i {
  font-size: 18px;
}
.foot .foot-body .foot-right a:hover {
  color: #fff;
}
.foot .foot-body .foot-right a:hover i {
  color: #fff;
}
.foot .button_su {
  overflow: hidden;
  position: relative;
  display: inline-block;
  border-radius: 2px;
  margin-left: 13px;
}
.foot .su_button_circle {
  background-color: #fff;
  border-radius: 1000px;
  position: absolute;
  left: 0;
  top: 0;
  width: 0px;
  height: 0px;
  margin-left: 0px;
  margin-top: 0px;
  pointer-events: none;
  /*animation-timing-function: ease-in-out; */
}
.foot .button_su_inner {
  transition: 400ms;
  z-index: 100000;
}
.foot .button_text_container {
  position: relative;
  z-index: 10000;
}
.foot .explode-circle {
  animation: explode 0.5s forwards;
}
.foot .desplode-circle {
  animation: desplode 0.5s forwards;
}
@keyframes explode {
  0% {
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
    background-color: rgba(42, 53, 80, 0.2);
  }
  100% {
    width: 400px;
    height: 400px;
    margin-left: -200px;
    margin-top: -200px;
    background-color: rgba(27, 138, 222, 0.6666666667);
  }
}
@keyframes desplode {
  0% {
    width: 400px;
    height: 400px;
    margin-left: -200px;
    margin-top: -200px;
    background-color: rgba(27, 138, 222, 0.6666666667);
  }
  100% {
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
    background-color: rgba(129, 80, 108, 0.6);
  }
}
.foot .foot-copy {
  width: 100%;
  height: 54px;
  border-top: 1px solid rgba(102, 102, 102, 0.5);
  display: flex;
  align-items: center;
  color: #545353;
  font-size: 14px;
}
.foot .foot-copy span {
  margin-left: auto;
}
.foot .foot-copy a {
  color: #545353;
  font-size: 14px;
  transition: color 0.4s;
}
.foot .foot-copy a:hover {
  color: rgba(255, 255, 255, 0.8);
}

font {
  font-family: "icon";
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.over-text--1 {
  overflow: hidden; /* 隐藏溢出内容 */
  text-overflow: ellipsis; /* 显示省略号 */
  white-space: nowrap; /* 禁止换行 */
}

.over-text--multi {
  display: -webkit-box; /* 老版本语法 */
  overflow: hidden;
  line-clamp: 2; /* 标准语法 */
  -webkit-box-orient: vertical; /* 文字方向 */
  -webkit-line-clamp: 2; /* 显示行数 */
}

/* 自定义链接 */
.custom-link {
  cursor: pointer;
}
.custom-link .seo_link {
  width: 0;
  height: 0;
  visibility: hidden;
}

.t-oh {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

.t-lc4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
}

.t-lc5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
}

.t-lc6 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 6;
}

.t-lc7 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 7;
}

.t-lc8 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 8;
}

.t-lc9 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 9;
}

.t-lc10 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 10;
}

.t-lc11 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 11;
}

.t-lc12 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 12;
}

.t-lc13 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 13;
}

.t-lc14 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 14;
}

.t-lc15 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 15;
}

.hnum {
  opacity: 0;
  transform: translateY(-30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.hnum.animate {
  opacity: 1;
  transform: translateY(0);
}

.pubbanner {
  height: 550px;
  width: 100%;
  background-color: #023b85;
  position: relative;
}
.pubbanner video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pubbanner h1 {
  position: absolute;
  top: calc(50% - 75px);
  left: 240px;
  font-size: 52px;
  line-height: 75px;
  color: #ffffff;
  font-weight: 200;
}
.pubbanner h1 .cn {
  font-weight: 700;
  display: block;
}

.about-head {
  width: 100%;
  height: 102px;
  padding: 0 240px;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #666;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 99;
  box-shadow: 0 5px 10px rgba(170, 170, 170, 0.0666666667);
}
.about-head .left {
  display: flex;
  align-items: center;
}
.about-head .left li {
  line-height: 1;
  padding: 10px 0;
  margin-right: 64px;
  position: relative;
  transition: all 0.5s ease;
  width: 64px;
  text-align: center;
  display: block;
  white-space: nowrap;
}
.about-head .left li a {
  padding: 10px 0;
  color: #333;
}
.about-head .left li.cur {
  font-weight: 700;
}
.about-head .left li.cur a {
  color: #3368bd;
}
.about-head .left li.cur::before {
  opacity: 1;
  top: calc(100% + 10px);
}
.about-head .left li:hover a {
  color: #3368bd;
}
.about-head .left li:last-child {
  margin-right: 0;
}
.about-head .left li:last-child::after {
  display: none;
}
.about-head .left li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-top: 7px solid #3368bd;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  opacity: 0;
  transition: all 0.5s;
  pointer-events: none;
}
.about-head .left li::after {
  content: "";
  position: absolute;
  right: -32px;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #666;
}
.about-head .right a {
  color: #666;
}
.about-head .right a.cur {
  color: #3368bd;
}

.pagination {
  display: flex;
  justify-content: center;
  margin-top: 74px;
}

.nodata {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 120px 0 30px;
}

.nodata img {
  width: 519px;
  height: 316px;
}

.nodata p {
  color: #999;
}

@media screen and (max-width: 1680px) and (min-width: 1440px) {
  .pubbanner {
    height: 500px;
  }
  .head .menu .fir .bg b {
    font-size: 32px;
  }
  .head .menu .fir .bg p {
    font-size: 21px;
  }
  .head .menu li {
    font-size: 15px;
  }
  .head .menu li::after {
    right: -25px;
  }
  .about-head {
    padding: 0 120px;
  }
  .foot .foot-body {
    padding: 30px 0;
  }
  .foot .foot-body .foot-left {
    font-size: 15px;
    line-height: 32px;
  }
  .foot .foot-body .foot-code img {
    width: 90px;
    height: 90px;
  }
  .foot .foot-body .foot-right a {
    width: 130px;
    height: 42px;
    font-size: 15px;
  }
  .foot .foot-body .foot-right a i {
    font-size: 26px;
  }
  .foot .foot-body .foot-right a:nth-child(2) i {
    font-size: 24px;
  }
  .foot .foot-body .foot-right a:nth-child(3) i {
    font-size: 20px;
  }
}
@media screen and (max-width: 1440px) {
  .head .menu #dianliu {
    width: 200px;
    height: 18px;
    top: 70px;
  }
  .head .menu li {
    font-size: 14px;
  }
  .head .menu li::after {
    right: -20px;
  }
  .foot .foot-body {
    padding: 25px 0;
  }
  .foot .foot-body .foot-left {
    font-size: 14px;
    line-height: 30px;
  }
  .foot .foot-body .foot-code img {
    width: 80px;
    height: 80px;
  }
  .foot .foot-body .foot-right a {
    width: 120px;
    height: 40px;
    font-size: 14px;
  }
  .foot .foot-body .foot-right a i {
    font-size: 24px;
  }
  .foot .foot-body .foot-right a:nth-child(2) i {
    font-size: 22px;
  }
  .foot .foot-body .foot-right a:nth-child(3) i {
    font-size: 18px;
  }
  .nodata {
    margin: 80px 0 20px;
  }
  .nodata img {
    width: 400px;
    height: 240px;
  }
  .nodata p {
    font-size: 14px;
  }
  .pagination {
    margin-top: 50px;
  }
  .head {
    width: 100%;
    height: 105px;
    position: fixed;
    top: 0;
    left: 0;
    color: #555;
    z-index: 1002;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding-left: 60px;
    padding-right: 0;
    transition: color 0.6s ease;
    transition: background 0.6s ease;
    animation: fadeInDown 0.6s ease;
    overflow: hidden;
  }
  .head .hbgbox {
    width: 100%;
    height: 111px;
    transition: background 0.6s ease;
    background: transparent;
    position: absolute;
    top: -10px;
    left: 0;
    z-index: -1;
  }
  .head .menu {
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
  }
  .head .menu #dianliu {
    width: 251px;
    height: 22px;
    position: absolute;
    top: 84px;
    left: 0;
    transition: all 0.6s ease;
    background: url(../Images/line-to-wave.svg) no-repeat;
    background-size: 100% 100%;
    z-index: 1000;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    pointer-events: none;
    transform: translateX(-140px);
  }
  .head .menu #dianliu i {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../Images/line-to-wave.svg) no-repeat;
    background-size: 251px 22px;
    animation: movedl 3s linear infinite;
  }
  @keyframes movedl {
    0% {
      width: 0;
    }
    100% {
      width: 251px;
    }
  }
  .head .menu #dianliu::before {
    content: "";
    width: 1440px;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
    position: absolute;
    top: 16px;
    right: 50px;
  }
  .head .menu #dianliu::after {
    content: "";
    width: 1440px;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
    position: absolute;
    top: 16px;
    left: 248px;
  }
  .head .menu .fir {
    width: 140px;
    height: 100%;
    text-align: center;
    position: relative;
  }
  .head .menu .fir::before, .head .menu .fir::after {
    content: attr(data-text);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    line-height: 102px;
    transition: all 0.6s ease;
    cursor: pointer;
  }
  .head .menu .fir::before {
    font-size: 16px;
    font-weight: normal;
    top: 0;
    left: 0;
  }
  .head .menu .fir::after {
    font-weight: bold;
    top: 24px;
    opacity: 0;
    transform: scale(0);
  }
  .head .menu .fir-link {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
  .head .menu .fir .bg {
    width: 1440px;
    height: 289px;
    position: fixed;
    top: 100px;
    left: 0;
    z-index: 9;
    background: #fff;
    background-image: url(../Images/secondbg1.jpg);
    background-repeat: no-repeat;
    background-size: 780px 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s ease;
    padding: 79px 0 0 435px;
    text-align: left;
  }
  .head .menu .fir .bg b {
    font-size: 28px;
    background: linear-gradient(90deg, #114bb0, #347fce);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
  }
  .head .menu .fir .bg p {
    font-size: 20px;
    line-height: 30px;
    color: #4e4e4e;
    white-space: nowrap;
    opacity: 0.1;
    font-weight: 700;
    padding-left: 78px;
  }
  .head .menu .fir .bg p.longt {
    transform: translateX(-150px);
  }
  .head .menu .fir .second {
    width: 1140px;
    height: 286px;
    padding: 79px 435px 79px 0;
    position: fixed;
    top: 100px;
    left: 780px;
    white-space: nowrap;
    flex-wrap: wrap;
    display: flex;
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s ease;
    z-index: 10;
  }
  .head .menu .fir .second::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../Images/secondbg2.jpg) no-repeat;
    background-size: 100% 100%;
    z-index: -1;
  }
  .head .menu .fir .second li {
    width: 150px;
    height: 40px;
  }
  .head .menu .fir .second li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: 18px;
    line-height: 2;
    color: #666;
    text-align: center;
    transition: all 0.3s ease;
  }
  .head .menu .fir .second li a:hover {
    color: #2061bd;
  }
  .head .menu .fir.cur::before, .head .menu .fir:hover::before {
    transform: scale(0.5);
    top: -24px;
    opacity: 0;
  }
  .head .menu .fir.cur::after, .head .menu .fir:hover::after {
    top: 0;
    opacity: 1;
    transform: scale(1);
  }
  .head .menu .fir:hover .bg {
    opacity: 1;
    visibility: visible;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.05);
  }
  .head .menu .fir:hover .second {
    opacity: 1;
    visibility: visible;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.05);
  }
  .head .menu .lang {
    padding: 0 36px;
    line-height: 16px;
    height: 16px;
    cursor: pointer;
    position: relative;
  }
  .head .menu .lang a {
    color: #fff;
  }
  .head .menu .lang::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    width: 1px;
    height: 16px;
    background-color: #fff;
    opacity: 0.2;
  }
  .head .menu .search {
    width: 82px;
    height: 102px;
    transform: translateY(-4px);
    box-sizing: border-box;
    transition: all 0.6s ease;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid rgba(27, 138, 222, 0.2);
  }
  .head .menu .search i {
    width: 16px;
    height: 16px;
    font-size: 16px;
    color: #2061bd;
    transition: color 0.6s ease;
    cursor: pointer;
  }
  .head .menu .search input {
    display: none;
    box-sizing: border-box;
    background: transparent;
    padding-left: 12px;
    font-size: 14px;
    color: #666;
    transition: color 0.6s ease;
  }
  .head .menu .search input::-moz-placeholder {
    color: rgba(102, 102, 102, 0.52);
    -moz-transition: color 0.6s ease;
    transition: color 0.6s ease;
  }
  .head .menu .search input::placeholder {
    color: rgba(102, 102, 102, 0.52);
    transition: color 0.6s ease;
  }
  .head .menu .search.bc--1 {
    border-color: rgba(255, 255, 255, 0.2);
  }
  .head .menu .search.bc--2 {
    border-color: rgba(27, 138, 222, 0.2);
  }
  .head.bc--1 {
    border-color: rgba(255, 255, 255, 0.2);
  }
  .head.bc--2 {
    border-color: rgba(27, 138, 222, 0.2);
  }
  .head.bc--2 .fir.cur::after {
    color: #2061bd;
  }
  .head.white {
    color: #fff;
  }
  .head.white .logo {
    color: #fff;
  }
  .head.white .menu .search i {
    color: #fff;
  }
  .head.white .menu .search input {
    color: #fff;
  }
  .head.white .menu .search input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.52);
  }
  .head.white .menu .search input::placeholder {
    color: rgba(255, 255, 255, 0.52);
  }
  .head.open {
    color: #333;
    border-color: rgba(27, 138, 222, 0.2);
  }
  .head.open .hbgbox {
    background: #fff;
  }
  .head.open .logo {
    background: url(../Images/logob.png) no-repeat;
    background-size: 100% 100%;
  }
  .head.open .menu .lang::before {
    background-color: #1d47b3;
  }
  .head.open .menu .search i {
    color: #1b8ade;
  }
  .head.open .menu .search input {
    color: #333;
  }
  .head.open .menu .search input::-moz-placeholder {
    color: rgba(102, 102, 102, 0.52);
  }
  .head.open .menu .search input::placeholder {
    color: rgba(102, 102, 102, 0.52);
  }
  .head:hover .hbgbox {
    background: #fff !important;
  }
  .head:hover .menu .lang {
    color: #2061bd;
  }
  .head:hover .menu .lang a {
    color: #2061bd;
  }
  .head:hover .menu .fir {
    color: #333;
  }
  .head:hover .menu .fir.cur::after, .head:hover .menu .fir:hover::after {
    color: #2061bd;
  }
  .head:hover .menu .search {
    border-color: rgba(32, 97, 189, 0.2);
  }
  .head:hover .menu .search i {
    color: #2061bd;
  }
  .head:hover #dianliu {
    background: url(../Images/line-to-wave2.svg) no-repeat;
    background-size: 100% 100%;
  }
  .head:hover #dianliu i {
    background: url(../Images/line-to-wave2.svg) no-repeat;
    background-size: 251px 22px;
  }
  .head:hover #dianliu::before, .head:hover #dianliu::after {
    background: rgba(32, 97, 189, 0.3);
  }
  .head:hover .logo {
    background: url(../Images/logob.png) no-repeat;
    background-size: 100% 100%;
  }
  .head.bg--fff .hbgbox {
    background: #fff;
  }
  .head.bg--fff .menu .lang {
    color: #2061bd;
  }
  .head.bg--fff .menu .lang a {
    color: #2061bd;
  }
  .head.bg--fff .menu .lang::before {
    background-color: #2061bd;
  }
  .head.bg--fff #dianliu {
    background: url(../Images/line-to-wave2.svg) no-repeat;
    background-size: 100% 100%;
  }
  .head.bg--fff #dianliu i {
    background: url(../Images/line-to-wave2.svg) no-repeat;
    background-size: 251px 22px;
  }
  .head.bg--fff #dianliu::before, .head.bg--fff #dianliu::after {
    background: rgba(32, 97, 189, 0.3);
  }
  .head.bg--fff .logo {
    background: url(../Images/logob.png) no-repeat;
    background-size: 100% 100%;
  }
  .topbanner {
    position: relative;
  }
  .topbanner .convex {
    height: 0;
    left: 50%;
    position: absolute;
    top: 10vw;
    transform: rotate(-90deg);
    width: 0;
    z-index: -1;
  }
  .topbanner .convex svg {
    height: 200vw;
    left: 0;
    position: absolute;
    transform: translateY(-25%);
  }
  .topbanner .convex svg .mNav .convex svg path {
    height: 100%;
    fill: #fff;
  }
  .wavetop {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3px;
    width: 1440px;
    pointer-events: none;
    z-index: 3;
  }
  .foot {
    width: 100%;
    height: auto;
    background: #2b2b2b;
    color: #fff;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: visible !important;
  }
  .foot .wave {
    width: 1440px;
  }
  .foot .foot-body {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 32px 0;
  }
  .foot .foot-body .foot-left {
    line-height: 36px;
    color: #999999;
  }
  .foot .foot-body .foot-right {
    display: flex;
  }
  .foot .foot-body .foot-right a {
    color: #999999;
    width: 137px;
    height: 44px;
    background-color: #393939;
    transition: 0.4s;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
  }
  .foot .foot-body .foot-right a .button_text_container {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .foot .foot-body .foot-right a i {
    margin-right: 8px;
    font-size: 30px;
    color: #616161;
    transition: 0.4s;
  }
  .foot .foot-body .foot-right a:nth-child(2) i {
    font-size: 26px;
  }
  .foot .foot-body .foot-right a:nth-child(3) i {
    font-size: 20px;
  }
  .foot .foot-body .foot-right a:nth-child(4) i {
    font-size: 18px;
  }
  .foot .foot-body .foot-right a:hover {
    color: #fff;
  }
  .foot .foot-body .foot-right a:hover i {
    color: #fff;
  }
  .foot .button_su {
    overflow: hidden;
    position: relative;
    display: inline-block;
    border-radius: 2px;
    margin-left: 13px;
  }
  .foot .su_button_circle {
    background-color: #fff;
    border-radius: 1000px;
    position: absolute;
    left: 0;
    top: 0;
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
    pointer-events: none;
    /*animation-timing-function: ease-in-out; */
  }
  .foot .button_su_inner {
    transition: 400ms;
    z-index: 100000;
  }
  .foot .button_text_container {
    position: relative;
    z-index: 10000;
  }
  .foot .explode-circle {
    animation: explode 0.5s forwards;
  }
  .foot .desplode-circle {
    animation: desplode 0.5s forwards;
  }
  @keyframes explode {
    0% {
      width: 0px;
      height: 0px;
      margin-left: 0px;
      margin-top: 0px;
      background-color: rgba(42, 53, 80, 0.2);
    }
    100% {
      width: 400px;
      height: 400px;
      margin-left: -200px;
      margin-top: -200px;
      background-color: rgba(27, 138, 222, 0.6666666667);
    }
  }
  @keyframes desplode {
    0% {
      width: 400px;
      height: 400px;
      margin-left: -200px;
      margin-top: -200px;
      background-color: rgba(27, 138, 222, 0.6666666667);
    }
    100% {
      width: 0px;
      height: 0px;
      margin-left: 0px;
      margin-top: 0px;
      background-color: rgba(129, 80, 108, 0.6);
    }
  }
  .foot .foot-copy {
    width: 100%;
    height: 54px;
    border-top: 1px solid rgba(102, 102, 102, 0.5);
    display: flex;
    align-items: center;
    color: #545353;
    font-size: 14px;
  }
  .foot .foot-copy span {
    margin-left: auto;
  }
  .foot .foot-copy a {
    color: #545353;
    font-size: 14px;
    transition: color 0.4s;
  }
  .foot .foot-copy a:hover {
    color: rgba(255, 255, 255, 0.8);
  }
  font {
    font-family: "icon";
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .over-text--1 {
    overflow: hidden; /* 隐藏溢出内容 */
    text-overflow: ellipsis; /* 显示省略号 */
    white-space: nowrap; /* 禁止换行 */
  }
  .over-text--multi {
    display: -webkit-box; /* 老版本语法 */
    overflow: hidden;
    line-clamp: 2; /* 标准语法 */
    -webkit-box-orient: vertical; /* 文字方向 */
    -webkit-line-clamp: 2; /* 显示行数 */
  }
  /* 自定义链接 */
  .custom-link {
    cursor: pointer;
  }
  .custom-link .seo_link {
    width: 0;
    height: 0;
    visibility: hidden;
  }
  .t-oh {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .t-lc2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
  }
  .t-lc3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
  }
  .t-lc4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
  }
  .t-lc5 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
  }
  .t-lc6 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 6;
  }
  .t-lc7 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 7;
  }
  .t-lc8 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 8;
  }
  .t-lc9 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 9;
  }
  .t-lc10 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 10;
  }
  .t-lc11 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 11;
  }
  .t-lc12 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 12;
  }
  .t-lc13 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 13;
  }
  .t-lc14 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 14;
  }
  .t-lc15 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 15;
  }
  .hnum {
    opacity: 0;
    transform: translateY(-30px);
    transition: opacity 0.8s ease, transform 0.8s ease;
  }
  .hnum.animate {
    opacity: 1;
    transform: translateY(0);
  }
  .pubbanner {
    height: 450px;
    width: 100%;
    position: relative;
  }
  .pubbanner video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .pubbanner h1 {
    position: absolute;
    top: calc(50% - 75px);
    left: 240px;
    font-size: 52px;
    line-height: 75px;
    color: #ffffff;
    font-weight: 200;
  }
  .pubbanner h1 .cn {
    font-weight: 700;
    display: block;
  }
  .about-head {
    padding: 0 100px;
  }
  .pagination {
    display: flex;
    justify-content: center;
    margin-top: 74px;
  }
  .nodata {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 120px 0 30px;
  }
  .nodata img {
    width: 519px;
    height: 316px;
  }
  .nodata p {
    color: #999;
  }
}/*# sourceMappingURL=public.css.map */