@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 {
  box-sizing: border-box;
}

body {
  font: 16px "Microsoft YaHei";
  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; */
  font-weight: 500;
  overflow-x: hidden;
}

::-webkit-scrollbar {
  /* 纵向滚动条 宽度 */
  width: 8px;
  /* 横向滚动条 高度 */
  height: 4px;
  /* 整体背景 */
  background: rgba(126, 126, 126, 0.1);
  /* 整体 圆角 */
  border-radius: 8px;
}

/* 滑块 */
::-webkit-scrollbar-thumb {
  background: rgba(23, 63, 184, 0.4);
  border-radius: 8px;
}

a {
  color: #333;
  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;
  font: 16px "Microsoft YaHei";
}

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: 100px;
  padding-left: 60px;
  position: fixed;
  top: 0;
  left: 0;
  color: #333;
  z-index: 1002;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  transition: all 0.3s ease;
  animation: fadeInDown 0.6s ease;
}
.head .logo {
  display: block;
  background: url(../Images/logo.png) no-repeat;
  width: 154px;
  height: 55px;
  margin-right: 30px;
  background-size: 100% 100%;
  flex-shrink: 0;
}
.head .menu {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.head .menu .fir {
  height: 100%;
  position: relative;
  transition: all 0.5s;
}
.head .menu .fir:hover {
  font-weight: 700;
}
.head .menu .fir:hover::after {
  opacity: 1;
  top: 0;
}
.head .menu .fir::before {
  content: "";
  border: solid transparent;
  border-width: 8px 6px 8px 6px;
  border-bottom-color: #fff;
  opacity: 0.95;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  width: 0;
  height: 0;
  filter: drop-shadow(0 -3px 4px rgba(0, 0, 0, 0.1));
}
.head .menu .fir.oopen::before {
  display: block;
}
.head .menu .fir::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../Images/m.png);
  background-size: 78px 55px;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -1;
  opacity: 0;
  top: 30px;
  transition: all 0.5s;
}
.head .menu .fir.cur::after {
  opacity: 1;
  top: 0;
}
.head .menu .fir.cur a {
  font-weight: 700;
}
.head .menu .fir a {
  padding: 0 25px;
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  white-space: nowrap;
}
.head .menu .fir .sub-menu {
  width: 100vw;
  background: #fff;
  position: fixed;
  top: 100px;
  left: 0;
  z-index: -1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  opacity: 0.95;
  display: none;
}
.head .menu .fir .sub-menu .sub-bg {
  display: inline-flex;
  padding: 20px 25px;
}
.head .menu .fir .sub-menu .sub-title {
  padding-right: 60px;
}
.head .menu .fir .sub-menu .sub-title h3 {
  font-size: 18px;
  line-height: 36px;
  color: #173fb8;
}
.head .menu .fir .sub-menu .sub-title p {
  white-space: nowrap;
  font-size: 24px;
  line-height: 36px;
  color: #eaedef;
  font-weight: 700;
}
.head .menu .fir .sub-menu .sub-items {
  position: relative;
  z-index: 2;
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #e1e1e1;
}
.head .menu .fir .sub-menu .sub-items a {
  width: auto;
  justify-content: flex-start;
  padding: 0;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  color: #4e4e4e !important;
  position: relative;
  transition: color 0.5s;
  font-weight: 400;
}
.head .menu .fir .sub-menu .sub-items a.active, .head .menu .fir .sub-menu .sub-items a:hover {
  color: #000 !important;
  font-weight: 700;
}
.head .search {
  display: flex;
  align-items: center;
  font-size: 18px;
  padding: 0 30px;
  color: #fff;
}
.head .search .caidan {
  display: none;
  cursor: pointer;
}
.head .search .phonenum {
  line-height: 22px;
  white-space: nowrap;
  position: relative;
}
.head .search .phonenum i {
  font-size: 24px;
  margin-right: 6px;
  display: inline-block;
  animation: ring 2s linear infinite;
}
@keyframes ring {
  0% {
    transform: translateY(0);
  }
  5% {
    transform: translateY(-2px);
  }
  10% {
    transform: translateY(-2px) rotate(-10deg);
  }
  15% {
    transform: translateY(-2px) rotate(10deg);
  }
  20% {
    transform: translateY(-2px) rotate(-10deg);
  }
  25% {
    transform: translateY(-2px) rotate(10deg);
  }
  30% {
    transform: translateY(-2px) rotate(-10deg);
  }
  35% {
    transform: translateY(-2px) rotate(10deg);
  }
  45% {
    transform: translateY(-2px) rotate(-10deg);
  }
  50% {
    transform: translateY(-2px) rotate(0deg);
  }
  55% {
    transform: translateY(0px);
  }
}
.head .search .phonenum b {
  font-size: 22px;
  font-weight: 700;
}
.head .search .phonenum::after {
  content: "";
  position: absolute;
  right: -30px;
  top: 0;
  height: 100%;
  width: 1px;
  background: linear-gradient(0deg, transparent, #fff, transparent);
}
.head .search .search-btn {
  padding: 0 30px;
  margin-left: 30px;
  transition: all 0.3s;
  display: block;
}
.head .search .search-btn:hover {
  transform: scale(1.1);
}
.head .search .search-btn i {
  font-size: 22px;
  color: #fff;
}
.head.white {
  color: #fff;
}
.head.white .logo {
  color: #fff;
}
.head.white .menu .fir {
  color: #fff;
}
.head.white .menu .fir::after {
  background-image: url(../Images/m.png);
}
.head.white .menu .fir a {
  color: #fff;
}
.head.bg-fff {
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.head.dark .menu .fir {
  color: #333;
}
.head.dark .menu .fir::after {
  background-image: url(../Images/m2.png);
}
.head.dark .menu .fir a {
  color: #333;
}
.head.dark .menu .fir.cur a {
  color: #173fb8;
}
.head.dark .logo {
  background: url(../Images/logob.png) no-repeat;
  background-size: 100% 100%;
}
.head.dark .search {
  color: #333;
}
.head.dark .search .iconfont {
  color: #333;
}
.head.dark .search .phonenum {
  color: #173fb8;
}
.head.dark .search .phonenum i {
  color: #173fb8;
}
.head.dark .search .phonenum::after {
  background: linear-gradient(0deg, transparent, #9b9b9b, transparent);
}
.head:hover {
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.head:hover .menu .fir {
  color: #333;
}
.head:hover .menu .fir::after {
  background-image: url(../Images/m2.png);
}
.head:hover .menu .fir a {
  color: #333;
}
.head:hover .menu .fir.cur a {
  color: #173fb8;
}
.head:hover .logo {
  background: url(../Images/logob.png) no-repeat;
  background-size: 100% 100%;
}
.head:hover .search {
  color: #333;
}
.head:hover .search .iconfont {
  color: #333;
}
.head:hover .search .phonenum {
  color: #173fb8;
}
.head:hover .search .phonenum i {
  color: #173fb8;
}
.head:hover .search .phonenum::after {
  background: linear-gradient(0deg, transparent, #9b9b9b, transparent);
}

.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;
}

.kefuModal {
  width: 400px;
  padding: 0 20px 20px;
  background: #fff;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  border-radius: 10px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
  text-align: center;
  display: none;
  animation: kfadeup 0.8s linear forwards;
}
@keyframes kfadeup {
  from {
    opacity: 0;
    transform: translate(-50%, -45%);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}
.kefuModal img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 2px solid #f1f1f1;
  margin-top: -40px;
  margin-bottom: 35px;
  -o-object-fit: contain;
     object-fit: contain;
  background-color: #9d120f;
  padding: 5px;
}
.kefuModal i {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}
.kefuModal i:hover {
  color: #9d120f;
}
.kefuModal button {
  margin-top: 35px;
  padding: 0px 30px;
  height: 40px;
  border-radius: 20px;
  border: none;
  outline: none;
  color: #fff;
  background-color: #9d120f;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s;
}
.kefuModal button:hover {
  background: rgba(157, 18, 15, 0.8666666667);
}

.contact {
  position: fixed;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1000;
  transition: all 0.3s;
  height: 168px;
}
.contact .btn {
  width: 40px;
  height: 40px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
  border-radius: 6px;
  margin-bottom: 2px;
  position: relative;
}
.contact .btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  background: #f1f1f1;
  z-index: -2;
}
.contact .btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  background: #173fb8;
  transition: all 0.5s ease-in-out;
  z-index: -1;
  opacity: 0;
  transform: scale(0);
}
.contact .btn.upbtn {
  display: none;
}
.contact .btn i {
  line-height: 40px;
  font-size: 22px;
  color: #989fb5;
  transition: all 0.5s ease-in-out;
}
.contact .btn:hover::before {
  opacity: 1;
  transform: scale(1);
}
.contact .btn:hover i {
  color: #fff;
}
.contact .btn:hover .con {
  opacity: 1;
  visibility: visible;
  right: calc(100% + 5px);
}
.contact .btn .con {
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  margin-right: 10px;
  background: #fff;
  padding: 10px;
  border-radius: 4px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  white-space: nowrap;
  z-index: 10;
  min-width: 120px;
  text-align: center;
}
.contact .btn .con b {
  color: #333;
  font-size: 14px;
  font-weight: 600;
}
.contact .btn .con img {
  width: 100%;
  height: auto;
}
.contact .btn .con::before {
  content: "";
  position: absolute;
  right: -6px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #fff;
}

.homebanner-wt {
  width: 366px;
  height: 126px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.homebanner-wt .box1 {
  position: absolute;
  left: 0;
  top: 50px;
  width: 228px;
  height: 212px;
  background: url(../Images/bannerbg1.png) center no-repeat;
  background-size: cover;
  animation: rolate1 10s infinite linear;
}
.homebanner-wt .box2 {
  position: absolute;
  right: 0;
  top: 0;
  width: 272px;
  height: 228px;
  background: url(../Images/bannerbg2.png) center no-repeat;
  background-size: cover;
  animation: rolate2 14s infinite linear;
}
@keyframes rolate1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rolate2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}

.mouse {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 36px;
  z-index: 10;
}
.mouse p {
  margin-top: 12px;
  line-height: 1.2;
  color: #fff;
  font-size: 14px;
}
.mouse span {
  display: block;
  margin: auto;
  width: 20px;
  height: 28px;
  background: url(../Images/mouse1.png) center no-repeat;
  background-size: cover;
}
.mouse span::after {
  position: absolute;
  left: 50%;
  margin-left: -1px;
  top: 6px;
  content: "";
  width: 2px;
  height: 7px;
  background: #fff;
  animation: mouseDown 1.2s infinite alternate;
}
@keyframes mouseDown {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(5px);
    opacity: 0.3;
  }
}

.foot {
  width: 100%;
  height: auto;
  background: #9d120f;
  color: #fff;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: visible !important;
}
.foot.pubfoot {
  padding: 0 6.25vw;
}
.foot::before, .foot::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: calc(50% + 5px);
  height: 36px;
  transform: translateY(-50%);
  background: #9d120f;
  border-radius: 0 36px 0 0;
  z-index: 1;
}
.foot::after {
  left: auto;
  right: 0;
  border-radius: 36px 0 0 0;
}
.foot .foot-body {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 40px 0 24px;
  position: relative;
  z-index: 2;
}
.foot .foot-body::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 16px;
  width: 232px;
  height: 232px;
  background-image: url(../Images/footlogo.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  pointer-events: none;
}
.foot .foot-body .foot-left {
  line-height: 32px;
  flex-shrink: 0;
}
.foot .foot-body .foot-left i {
  font-size: 16px;
  margin-right: 10px;
}
.foot .foot-body .foot-left .top .fwsj {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.foot .foot-body .foot-left .top .fwsj span {
  font-size: 20px;
  font-weight: 700;
}
.foot .foot-body .foot-left .top .fwsj p {
  border-radius: 12px 12px 12px 0;
  background-color: #fff;
  line-height: 24px;
  white-space: nowrap;
  color: #9d120f;
  font-size: 14px;
  padding: 0 12px;
  margin-left: 12px;
}
.foot .foot-body .foot-left .top .pnum {
  font-size: 34px;
  margin-bottom: 30px;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  width: 0;
  animation: typing 4s steps(12) infinite;
}
@keyframes typing {
  0% {
    width: 0;
  }
  50% {
    width: 245px;
  }
  100% {
    width: 245px;
  }
}
.foot .foot-body .foot-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.foot .foot-body .foot-right .foot-code {
  display: flex;
  justify-content: flex-end;
  text-align: center;
  margin-bottom: 30px;
}
.foot .foot-body .foot-right .foot-code .codeb {
  margin-left: 40px;
}
.foot .foot-body .foot-right .foot-code img {
  width: 110px;
  height: 110px;
  background-color: #fff;
  box-sizing: border-box;
  display: block;
  padding: 10px;
  border-radius: 10px;
}
.foot .foot-body .foot-right .foot-code p {
  text-align: center;
  font-size: 14px;
  margin-top: 10px;
}
.foot .foot-body .foot-right .zxbutton {
  color: #fff;
  width: 151px;
  height: 47px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.3137254902);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  transition: all 0.4s;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
.foot .foot-body .foot-right .zxbutton::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  width: 160px;
  height: 160px;
  background-color: #ffffff;
  border-radius: 50%;
  transition: all 0.4s;
  z-index: -1;
}
.foot .foot-body .foot-right .zxbutton i {
  font-size: 18px;
  margin-right: 10px;
}
.foot .foot-body .foot-right .zxbutton:hover {
  color: #9d120f;
}
.foot .foot-body .foot-right .zxbutton:hover::after {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.foot .foot-copy {
  width: 100%;
  height: 60px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.22);
  font-size: 16px;
}
.foot .foot-copy span {
  margin-left: auto;
}
.foot .foot-copy a {
  color: rgba(255, 255, 255, 0.22);
  font-size: 16px;
  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; /* 显示行数 */
}

.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);
}

.about-head {
  background-image: url(../Images/aboutpbg.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
  padding: 0 9.375vw;
  height: 27.76vw;
  display: flex;
  align-items: flex-end;
  margin-bottom: 90px;
}
.about-head .xiaohai {
  width: 275px;
  height: 444px;
  background-image: url("../Images/xiaohai.webp");
  background-size: 100% 100%;
  position: relative;
  flex-shrink: 0;
  margin-left: -60px;
  margin-bottom: -60px;
}
.about-head .xiaohai .diqiu {
  position: absolute;
  top: 120px;
  right: -75px;
  width: 130px;
  height: 130px;
  display: block;
  overflow: hidden;
}
.about-head .head-inner {
  margin-left: 20px;
  flex: 1;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.about-head .head-title {
  flex-shrink: 0;
  margin-right: 20px;
  margin-bottom: -32px;
}
.about-head .head-title h1 {
  font-size: 46px;
  margin: 0 0 20px;
  font-weight: normal;
  color: #111;
}
.about-head .head-title .crumb {
  font-size: 18px;
  color: #a3a3a3;
}
.about-head .head-title .crumb a {
  color: #a3a3a3;
  font-size: 18px;
  transition: all 0.5s ease;
}
.about-head .head-title .crumb a:hover {
  color: #222;
}
.about-head .head-title .crumb span {
  color: #222;
}
.about-head .about-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 16px;
  margin-bottom: -26px;
}
.about-head .about-tabs li a {
  display: block;
  padding: 8px 16px;
  min-width: 104px;
  height: 52px;
  text-align: center;
  background-color: #ffffff;
  border-radius: 26px;
  border: solid 2px #cdd1db;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  transition: all 0.5s ease;
}
.about-head .about-tabs li.cur a, .about-head .about-tabs li:hover a {
  color: #fff;
  background-color: #173fb8;
  border-color: #173fb8;
}

.pubtit {
  width: 100%;
  max-width: 100vw;
  position: relative;
  height: 104px;
  display: flex;
  align-items: center;
  font-size: 44px;
  color: #333333;
  padding: 0 9.375vw;
  overflow: hidden;
}
.pubtit h2 {
  font-size: 44px;
}
.pubtit h2.en {
  transition: all 0.5s ease-out;
  font-size: 120px;
  color: #f5f5f5;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
  white-space: nowrap;
}

.pubmore {
  width: 65px;
  height: 41px;
  display: block;
  cursor: pointer;
  position: relative;
  background-image: url("../Images/more2.png");
  background-size: 100% 100%;
}
.pubmore:hover {
  animation: rotatemore 2s infinite;
  background-image: url("../Images/more.png");
}

@keyframes rotatemore {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.pagination {
  display: flex;
  justify-content: center;
  margin-top: 96px;
}
.pagination .ui-pagination-container .ui-pagination-page-item {
  min-width: 40px;
  padding: 0 12px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background-color: #f9f9f9;
  border: none;
  font-size: 16px;
  color: #333333;
}
.pagination .ui-pagination-container .ui-pagination-page-item:hover {
  color: #ea1a1a;
}
.pagination .ui-pagination-container .ui-pagination-page-item.active {
  background-image: linear-gradient(#ea1a1a, #ea1a1a), linear-gradient(90deg, #35cbc0 0%, #247fc9 100%);
  background-blend-mode: normal, normal;
  color: #fff;
}

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

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

.nodata p {
  color: #999;
}

.nodata2 {
  color: #999;
  margin: 60px auto;
  text-align: center;
  font-size: 16px;
}

@media (max-width: 1680px) {
  .head .menu .fir a {
    padding: 0 22px;
  }
  .head .menu .fir .sub-menu .sub-bg {
    padding: 20px 22px;
  }
  .head .search {
    padding: 0 20px;
  }
  .head .search .phonenum i {
    font-size: 20px;
  }
  .head .search .phonenum b {
    font-size: 18px;
    display: inline-block;
  }
  .head .search .phonenum::after {
    right: -20px;
  }
  .head .search .search-btn {
    margin-left: 20px;
    padding: 0 20px;
  }
  .about-head .xiaohai {
    width: 220px;
    height: 355px;
  }
  .about-head .xiaohai .diqiu {
    top: 100px;
    right: -60px;
    width: 100px;
    height: 100px;
  }
  .about-head .head-title h1 {
    font-size: 40px;
  }
  .about-head .head-title .crumb {
    font-size: 16px;
  }
  .about-head .head-title .crumb a {
    font-size: 16px;
  }
  .about-head .about-tabs {
    gap: 10px;
  }
  .about-head .about-tabs li a {
    min-width: auto;
    font-size: 15px;
    padding: 8px 14px;
  }
}
@media screen and (min-width: 1441px) and (max-width: 1500px) {
  .about-head .about-tabs {
    gap: 10px;
  }
  .about-head .about-tabs li a {
    min-width: auto;
    font-size: 14px;
    padding: 8px 13px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .pubmore {
    width: 52px;
    height: 32px;
  }
  .head {
    padding-left: 40px;
  }
  .head .menu .fir::after {
    background-size: 70px 50px;
  }
  .head .menu .fir a {
    padding: 0 18px;
    font-size: 16px;
  }
  .head .menu .fir .sub-menu .sub-bg {
    padding: 18px;
  }
  .head .search {
    padding: 0 18px;
  }
  .head .search .phonenum i {
    font-size: 18px;
  }
  .head .search .phonenum b {
    font-size: 16px;
    display: inline-block;
  }
  .head .search .phonenum::after {
    right: -15px;
  }
  .head .search .search-btn {
    margin-left: 15px;
    padding: 0 15px;
  }
  .about-head {
    padding: 0 5vw;
  }
  .about-head .xiaohai {
    width: 176px;
    height: 284px;
  }
  .about-head .xiaohai .diqiu {
    top: 80px;
    right: -48px;
    width: 80px;
    height: 80px;
  }
  .about-head .head-title h1 {
    font-size: 32px;
    margin-bottom: 15px;
  }
  .about-head .head-title .crumb {
    font-size: 16px;
  }
  .about-head .head-title .crumb a {
    font-size: 16px;
  }
  .about-head .about-tabs {
    gap: 10px;
  }
  .about-head .about-tabs li a {
    min-width: auto;
    padding: 8px 12px;
    font-size: 14px;
  }
}
@media screen and (max-width: 1023px) {
  .nodata {
    margin: 60px 0;
  }
  .nodata img {
    width: 60vw;
    height: auto;
  }
  .nodata p {
    font-size: 12px;
  }
  .pubmore {
    width: 12vw;
    height: 8vw;
  }
  .pubtit {
    height: 15vw;
    padding: 0 4vw;
  }
  .pubtit h2 {
    font-size: 6vw;
  }
  .pubtit h2.en {
    font-size: 15vw;
  }
  .head {
    height: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .head .logo {
    width: 100px;
    height: 36px;
  }
  .head .menu {
    display: none;
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    height: calc(100vh - 60px);
    background: #fff;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 0;
    overflow-y: auto;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  }
  .head .menu.active {
    display: flex;
  }
  .head .menu .fir {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #f0f0f0;
  }
  .head .menu .fir:first-child::before {
    display: none;
  }
  .head .menu .fir .sub-menu {
    position: static;
    padding: 2vw 4vw;
    box-shadow: none;
    border-top: 1px solid #f0f0f0;
  }
  .head .menu .fir .sub-menu .sub-bg {
    padding: 0;
    width: 100%;
  }
  .head .menu .fir .sub-menu .sub-title {
    display: none;
  }
  .head .menu .fir .sub-menu .sub-items {
    width: 100%;
    padding: 0;
    margin-right: 0;
    border-right: 0;
  }
  .head .menu .fir .sub-menu .sub-items a {
    display: block;
    padding: 0 4vw;
    width: 100%;
  }
  .head .menu .fir::after {
    display: none;
  }
  .head .menu .fir::before {
    content: "\e65f";
    font-family: "iconfont";
    font-size: 5vw;
    position: absolute;
    right: 4vw;
    top: 16px;
    width: auto;
    height: auto;
    border: none;
    transform: translateX(0);
    transition: transform 0.2s;
    filter: none;
    display: block;
    left: auto;
    bottom: auto;
  }
  .head .menu .fir a {
    padding: 16px 20px;
    color: #333;
    font-size: 16px;
    justify-content: flex-start;
    width: auto;
    height: 54px;
    display: inline-block;
  }
  .head .menu .fir.cur a, .head .menu .fir:active a {
    color: #173fb8;
  }
  .head .menu .fir:hover {
    font-weight: normal;
  }
  .head .menu .fir.open::before {
    transform: rotate(90deg);
  }
  .head .search {
    padding: 0;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
  }
  .head .search .caidan {
    font-size: 6vw;
    display: block;
  }
  .head .search .phonenum {
    display: none;
  }
  .head .search .search-btn {
    padding: 0 10px;
    margin-left: 0;
    margin-top: 2px;
  }
  .head .search .search-btn i {
    font-size: 6vw;
  }
  .head.menu-open .menu {
    display: flex;
  }
  .head.menu-open .caidan::before {
    content: "\e654";
  }
  .kefuModal {
    width: 90vw;
  }
  .contact {
    top: 90%;
    transform: translateY(-100%);
  }
  .foot .foot-body {
    padding: 12px 0;
  }
  .foot .foot-body::before {
    width: 40vw;
    height: 40vw;
  }
  .foot .foot-body .foot-left {
    width: 100%;
    line-height: 24px;
  }
  .foot .foot-body .foot-left .top .fwsj {
    margin-bottom: 10px;
  }
  .foot .foot-body .foot-left .top .fwsj span {
    font-size: 3.2vw;
    line-height: 20px;
  }
  .foot .foot-body .foot-left .top .fwsj p {
    line-height: 20px;
    font-size: 12px;
  }
  .foot .foot-body .foot-left .top .pnum {
    margin-bottom: 10px;
    font-size: 5vw;
  }
  .foot .foot-body .foot-left p {
    font-size: 12px;
  }
  .foot .foot-body .foot-right {
    display: none;
  }
  .foot .foot-copy {
    height: auto;
    display: block;
    padding: 10px 0;
    font-size: 12px;
  }
  .foot .foot-copy a {
    font-size: 12px;
  }
  .pagination {
    margin-top: 6vw;
  }
  .pagination .ui-pagination-container {
    flex-wrap: wrap;
    justify-content: center;
    gap: 2vw;
  }
  .pagination .ui-pagination-container .ui-pagination-page-item {
    margin: 0;
    background-color: #f5f5f5;
    min-width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
  }
  .about-head {
    padding: 0 4vw;
    position: relative;
    margin-bottom: 4vw;
    height: 50vw;
    background-size: auto 100%;
    background-position: right center;
  }
  .about-head .xiaohai {
    width: 18vw;
    height: 30vw;
    margin: 0;
    position: absolute;
    top: 60px;
    left: 4vw;
  }
  .about-head .xiaohai .diqiu {
    width: 8vw;
    height: 8vw;
    top: 8vw;
    right: -4vw;
  }
  .about-head .head-inner {
    flex-direction: column;
    align-items: center;
    width: 100%;
    position: relative;
    z-index: 2;
    margin: 0;
  }
  .about-head .head-inner .head-title {
    margin: 0 0 6vw;
    text-align: center;
  }
  .about-head .head-inner .head-title h1 {
    font-size: 4.5vw;
    margin-bottom: 2vw;
  }
  .about-head .head-inner .head-title p {
    font-size: 3.5vw;
  }
  .about-head .head-inner .head-title p a {
    font-size: 3.5vw;
  }
  .about-head .head-inner .about-tabs {
    gap: 3vw;
    width: 100%;
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: scroll;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-snap-align: center;
    height: 12vw;
    border-radius: 2.67vw 2.67vw 0 0;
    background: #173fb8;
    padding: 0 4vw;
    margin-bottom: 0vw;
    position: relative;
  }
  .about-head .head-inner .about-tabs::before, .about-head .head-inner .about-tabs::after {
    content: "";
    width: 21.74vw;
    height: 12vw;
    position: absolute;
    top: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 2;
  }
  .about-head .head-inner .about-tabs::before {
    background: linear-gradient(to right, #e23c32 28%, transparent 100%);
    left: 0;
    border-top-left-radius: 2.67vw;
  }
  .about-head .head-inner .about-tabs::after {
    background: linear-gradient(to left, #e23c32 28%, transparent 100%);
    right: 0;
    border-top-right-radius: 2.67vw;
  }
  .about-head .head-inner .about-tabs li {
    flex-shrink: 0;
  }
  .about-head .head-inner .about-tabs li a {
    line-height: 12vw;
    height: 12vw;
    font-size: 14px;
    min-width: 0;
    padding: 0;
    background-color: transparent;
    border: none;
    color: #eee;
  }
  .about-head .head-inner .about-tabs li.cur a {
    font-weight: 700;
    color: #fff;
  }
}/*# sourceMappingURL=public.css.map */