﻿:root {
  --max: 1400px;
  --font14: 14px;
  --font16: 16px;
  --font18: 18px;
  --font20: 20px;
  --font24: 24px;
  --font30: 30px;
  --font36: 36px;

  --top90: 90px;
  --top60: 60px;
  --top30: 30px;
}

body {
  padding-top: 80px;
}

.hertre {
  width: 100%;
  z-index: 999;
  height: 80px;
  position: fixed;
  background: rgba(2, 26, 50, 0.2);
  top: 0;
}

.hertre_cen {
  width: 1600px;
  max-width: calc(100% - 30px);
  height: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.logo {
  width: 160px;
  overflow: hidden;

}

.logo img {
  width: 100%;
  height: auto;
}

.nav {
  width: max-content;
  margin-left: auto;
}

.nav ul {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.nav ul li {
  font-size: var(--font16);
  color: #333333;
  line-height: 80px;
  text-align: center;
  position: relative;
  margin-right: 5vw;
}


.nav ul li.nav_cen {
  color: #015FA2
}

.nav ul li:hover {
  color: #015FA2;
}

.nav_ul {
  width: max-content;
  overflow: hidden;
  position: absolute;
  background: #ffffff;
  left: 50%;
  transform: translateX(-50%);
  top: 70px;
  z-index: 999;
  transition: auto;
  box-shadow: 0px 0px 5px 2px #00000020;
  display: none;
}

.nav_ul a {
  display: block;
  width: 100%;
  line-height: 40px;
  font-size: var(--font14);
  color: #333333;
  text-align: center;
  padding: 0 20px;
}

.nav_ul a:hover {
  background: #015FA2;
  color: #ffffff;
}

.nav_ul a.nav_ulnav {
  background: #015FA2;
  color: #ffffff;
}

.tel {
  font-size: var(--font30);
  color: #015FA2;
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  line-height: 1;
}

.tel img {
  width: 40px;
  height: auto;
  margin-right: 5px;
}

.an {
  width: 60px;
  height: 60px;
  display: none;
  position: absolute;
  right: 0%;
  top: 0;
  transition: all 0.5s;
  z-index: 99;
}


.container {
  cursor: pointer;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.5s;
}

svg {
  transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
}

.active svg {
  transform: rotate(90deg);
}

path {
  transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dasharray 500ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 500ms cubic-bezier(0.4, 0, 0.2, 1);
}

path:nth-child(1) {
  transform-origin: 36% 40%;
}

path:nth-child(2) {
  stroke-dasharray: 29 299;
}

path:nth-child(3) {
  transform-origin: 35% 63%;
}

path:nth-child(4) {
  stroke-dasharray: 29 299;
}

path:nth-child(5) {
  transform-origin: 61% 52%;
}

path:nth-child(6) {
  transform-origin: 62% 52%;
}

.active path:nth-child(1) {
  transform: translateX(9px) translateY(1px) rotate(45deg);
}

.active path:nth-child(2) {
  stroke-dasharray: 225 299;
  stroke-dashoffset: -72px;
}

.active path:nth-child(3) {
  transform: translateX(9px) translateY(1px) rotate(-45deg);
}

.active path:nth-child(4) {
  stroke-dasharray: 225 299;
  stroke-dashoffset: -72px;
}

.active path:nth-child(5) {
  transform: translateX(9px) translateY(1px) rotate(-45deg);
}

.active path:nth-child(6) {
  transform: translateX(9px) translateY(1px) rotate(45deg);
}

.banner {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.banner img {
  width: 100%;
  height: auto;
}

.banner h1 {
  font-size: 3.5vw;
  color: #ffffff;
  width: var(--max);
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
  text-align: center;
}

.miabn {
  width: 100%;
  overflow: hidden;
  background: #015FA2;
}

.miabn ul {
  width: var(--max);
  overflow: hidden;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}

.miabn ul li {
  font-size: var(--font16);
  color: #FFFFFF;
  line-height: 70px;
  padding: 0 30px;
  position: relative;
}

.miabn ul li a {
  position: relative;
  z-index: 2;
}

.miabn ul li::after {
  content: "";
  width: 2px;
  height: 22%;
  background: #ffffff;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.miabn ul li.miabn_nav::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #FCBA61;
  position: absolute;
  top: 0%;
  right: 0;
  transform: translate(0%, 0%);
}

.liuyan {
  width: var(--max);
  overflow: hidden;
  margin: var(--top90) auto;
}

.gg {
  width: 100%;
  overflow: hidden;
}

.gg h2 {
  width: max-content;
  margin: auto;
  font-size: var(--font30);
  color: #052135;
  position: relative;
  line-height: 1;
}

.gg h2::after {
  content: "";
  width: 20px;
  height: 4px;
  background: #FCBA61;
  opacity: 1;
  position: absolute;
  top: 50%;
  right: -40px;
  transform: translateY(-50%);
}

.gg h2::before {
  content: "";
  width: 20px;
  height: 4px;
  background: #FCBA61;
  opacity: 1;
  position: absolute;
  top: 50%;
  left: -40px;
  transform: translateY(-50%);
}

.gg p {
  text-align: center;
  font-size: var(--font14);
  color: #05213540;
  margin-top: 15px;
}

.liuyan form {
  width: 100%;
  overflow: hidden;
  background: #F7F7F7;
  padding: var(--top30);
  margin-top: var(--top60);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.liuyan form input {
  width: calc(50% - 10px);
  height: 60px;
  background: #ffffff;
  opacity: 1;
  border: 1px solid rgba(5, 33, 53, 0.1);
  border-radius: 6px;
  margin-bottom: var(--top30);
  font-size: var(--font14);
  color: #828BA0;
  padding: 0 var(--top30);
}

.liuyan form textarea {
  width: 100%;
  height: 250px;
  background: #ffffff;
  opacity: 1;
  border: 1px solid rgba(5, 33, 53, 0.1);
  border-radius: 6px;
  margin-bottom: var(--top30);
  font-size: var(--font14);
  color: #828BA0;
  padding: 20px var(--top30);
  font-family: "微软雅黑";
  resize: none;
}

.liuyan form input.submit {
  width: 790px;
  height: 62px;
  background: #0C3494;
  border-radius: 6px;
  display: block;
  font-size: var(--font16);
  color: #ffffff;
  margin: auto;
  cursor: pointer;
}

.layui-layer {
  transition: auto;
}

.lianxi {
  width: var(--max);
  overflow: hidden;
  margin: var(--top90) auto;
}

.lianxi_max {
  width: 100%;
  overflow: hidden;
  margin-top: var(--top60);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.lianxi_l {
  width: 60%;
  overflow: hidden;
  background: #F7F7F7;
  padding: var(--top30);
}

.lianxi_l h3 {
  font-size: var(--font24);
  color: #015FA2;
  font-weight: bold;
}

.lianxi_l p {
  font-size: var(--font16);
  color: #05213550;
  line-height: 2;
  margin-top: var(--top30);
}

.lianxi_max ul {
  width: calc(40% - 20px);
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}

.lianxi_max ul li {
  width: 100%;
  height: calc(50% - 10px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #F7F7F7;
  padding: var(--top30);
}

.lianxi_text {
  width: calc(100% - 140px);
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}

.lianxi_text h3 {
  width: 100%;
  font-size: var(--font24);
  color: #015FA2;
  font-weight: bold;
}

.lianxi_text p {
  width: 100%;
  font-size: var(--font16);
  color: #05213550;
  line-height: 2;
}

.lianxi_text ul {
  width: calc(40% - 20px);
  overflow: hidden;
}

.lianxi_max ul li img {
  width: 120px;
  height: auto;
  background: #ffffff;
}

#allmap {
  width: 100%;
  height: 550px;
  margin-top: var(--top60);
}

#allmap div,
#allmap img {
  transition: auto;
}

.BMap_bubble_content p {
  font-size: 12px;
  line-height: 1.8;
}

.zhaopin {
  width: var(--max);
  overflow: hidden;
  margin: var(--top90) auto;
}

.zhaopin ul {
  width: 100%;
  overflow: hidden;
}

.zhaopin ul li {
  width: 100%;
  overflow: hidden;
  margin-top: var(--top60);
}

.zhaopin_top {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  border-bottom: 1px solid #D8D8D8;
  padding-bottom: 20px;
}

.zhaopin_l {
  width: calc(100% - 50px);
  overflow: hidden;
}

.zhaopin_l h3 {
  font-size: var(--font24);
  color: #FCBA61;
  line-height: 1;
}

.zhaopin_l p {
  font-size: var(--font14);
  color: #052135;
  margin-top: 10px;
}

.zhaopin_top i {
  width: 25px;
  overflow: hidden;
}

.zhaopin_top i img {
  width: 100%;
  height: auto;
}

.zhaopin_text {
  width: 100%;
  overflow: hidden;
  margin-top: 20px;
  font-size: var(--font14);
  color: #052135;
  line-height: 1.8;
  transition: auto;
  display: none;
}

.peuxun {
  width: var(--max);
  margin: var(--top90) auto;
}

.peuxun ul {
  width: 100%;
  margin-top: var(--top60);
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 45px 20px;
}

.peuxun ul li {
  width: 100%;
  overflow: hidden;
  box-shadow: 0px 0px 10px 0px #015FA210;
}

.peuxun ul li img {
  width: 100%;
  height: auto;
}

.peuxun_text {
  width: 100%;
  overflow: hidden;
  padding: 15px 20px;
}

.peuxun_text h3 {
  font-size: var(--font20);
  color: #052135;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.peuxun_text p {
  font-size: var(--font14);
  color: #052135;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.5;
  margin-top: 15px;
}

.peuxun ul li:hover .peuxun_text {
  background: #015FA2;
}

.peuxun ul li:hover .peuxun_text h3 {
  color: #ffffff;
}

.peuxun ul li:hover .peuxun_text p {
  color: #FFFFFF50;
}

.page {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: var(--top60);
}

.page .active,
.page .total {
  border: 1px solid #333333;
  border-radius: 4px;
  font-size: 12px;
  text-align: center;
  line-height: 30px;
  padding: 0 10px;
  color: #333333;
  margin: 0px 5px;
}

.page .active {
  background: #015FA2;
  border: 1px solid #015FA2;
  color: #fff;
}

.page .active:nth-child(1),
.page .active:nth-child(2),
.page .active:nth-child(3),
.page .total:nth-child(1),
.page .total:nth-child(2),
.page .total:nth-child(3),
.page .total:nth-last-child(2),
.page .active:nth-last-child(2),
.page .active:last-child,
.page .total:last-child {
  color: #333333;
  border: 1px solid #333333;
  background: transparent;
}

.show {
  width: var(--max);
  overflow: hidden;
  margin: var(--top90) auto;
}

.show>h2 {
  text-align: center;
  font-size: var(--font30);
  color: #052135;
  font-weight: bold;
}

.show_p {
  width: 100%;
  overflow: hidden;
  background: #F7F7F7;
  margin-top: var(--top30);
  padding: 10px var(--top30);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-size: var(--font16);
  color: #052135;
}

.show_p p:nth-child(2) {
  margin-left: var(--top30);
  margin-right: auto;
}

.show_text {
  width: 100%;
  overflow: hidden;
  margin-top: var(--top30);
  font-size: var(--font14);
  color: #052135;
  line-height: 2;
}

.show_text img {
  max-width: 100%;
  height: auto;
  margin: auto;
}

.prev {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: var(--top30);
  border-bottom: 1px solid #F7F7F7;
  padding-bottom: 15px;
}

.prev a {
  width: max-content;
  max-width: 48%;
  font-size: var(--font16);
  color: #052135;
}

.jiandang {
  width: var(--max);
  overflow: hidden;
  margin: var(--top90) auto;
}

.jiandang ul {
  width: 100%;
  overflow: hidden;
}

.jiandang ul li {
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #D8D8D8;
  padding-bottom: var(--top30);
  margin-top: var(--top30);
}

.jiandang ul li:nth-child(1) {
  border-top: none;
}

.jiandang ul li a {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.jiandang ul li img {
  width: 260px;
  height: auto;
}

.jiandang_text {
  width: calc(100% - 280px);
  overflow: hidden;
}

.jiandang_top {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.jiandang_top h3 {
  font-size: var(--font20);
  color: #052135;
  width: calc(100% - 100px);
}

.jiandang_top span {
  width: 100px;
  display: block;
  font-size: var(--font16);
  color: #052135;
  text-align: right;
}

.jiandang_text p {
  font-size: var(--font16);
  color: #052135;
  margin-top: var(--top30);
  line-height: 1.8;
}

.linian {
  width: 100%;
  overflow: hidden;
  margin: var(--top90) auto;
}

.linian_max {
  width: 100%;
  overflow: hidden;
  background: #F5F8FE;
  margin-top: var(--top60);
  position: relative;
}

.linian_max::after {
  content: "";
  width: var(--max);
  aspect-ratio: 4 / 4;
  border: 4px solid #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.linian_max::before {
  content: "";
  width: 940px;
  max-width: 90%;
  aspect-ratio: 4 / 4;
  border: 30px solid #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.linian_tex {
  width: var(--max);
  margin: 11vw auto;
}

.linian_tex::after {
  content: "";
  width: 570px;
  max-width: 80%;
  aspect-ratio: 4 / 4;
  border: 4px solid #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.linian_tex::before {
  content: "";
  width: 350px;
  max-width: 70%;
  aspect-ratio: 4 / 4;
  border: 4px solid #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.linian_tex ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 2;
  margin-top: -8%;
}

.linian_tex ul li {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.linian_text {
  width: calc(50% - 20px);
  overflow: hidden;
}

.linian_text h1 {
  position: relative;
  font-size: var(--font24);
  color: #052135;
  font-weight: bold;
  position: relative;
  padding-top: 15px;
  text-align: right;
}

.linian_text h1::after {
  content: "";
  width: 100px;
  height: 8px;
  background: #0E38EF;
  position: absolute;
  top: 0;
  right: 0;
}

.linian_text p {
  font-size: var(--font16);
  color: #052135;
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px dashed #052135;
}

.linian_tex ul li:nth-child(2) .linian_text h1 {
  text-align: left;
}

.linian_tex ul li:nth-child(2) .linian_text h1::after {
  right: auto;
  left: 0;
}

.linian_tex ul li:nth-child(1) {
  flex-direction: row-reverse;
}

.yuan {
  width: calc(50% - 20px);
  overflow: hidden;
  position: relative;
  filter: drop-shadow(0px -4px 32px #0E38EF20);
}

.yuan img {
  width: 100%;
  height: auto;
}

.yuan h3 {
  position: absolute;
  top: 50%;
  left: 42%;
  transform: translate(-50%, -50%);
  font-size: 2.5vw;
  color: #052135;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

.linian_tex ul li:nth-child(2) .yuan h3 {
  left: 58%;
}

.linian_rop {
  width: 100%;
  position: relative;
  z-index: 2;
}

.linian_rop .yuan {
  width: 20%;
  margin: auto;
}

.linian_rop .yuan h3 {
  left: 50%;
  color: #fff;
  top: 45%;
}

.linian_rop .linian_text {
  width: 300px;
  position: absolute;
  top: 0%;
  left: 62%;
}

.linian_rop .linian_text h1 {
  text-align: left;
}

.linian_rop .linian_text h1::after {
  right: auto;
  left: 0;
}

.chanpin {
  width: var(--max);
  margin: var(--top90) auto;
}

.chanpin ul {
  width: 100%;
  margin-top: var(--top60);
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: var(--top30);
}

.chanpin ul li {
  width: 100%;
  overflow: hidden;
  box-shadow: 0px -2px 30px 0px #015FA210;
}

.chanpin ul li img {
  width: 100%;
  height: auto;
}

.chanpin ul li h3 {
  font-size: var(--font24);
  font-weight: bold;
  color: #052135;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  padding: 20px;
  line-height: 1;
  text-align: center;
}

.jianjie {
  width: var(--max);
  margin: var(--top90) auto;
}

.jianjie_max {
  width: 100%;
  overflow: hidden;
  margin-top: var(--top60);
}

.jianjie_max img {
  width: 100%;
  height: auto;
}

.jianjie_max h3 {
  text-align: center;
  font-size: var(--font30);
  color: #3D3D3D;
  font-weight: bold;
  margin-top: var(--top60);
}

.jianjie_text {
  font-size: var(--font16);
  color: #3D3D3D;
  line-height: 2.5;
  margin-top: var(--top30);
}

.jianjie_text img {
  max-width: 100%;
  height: auto;
  margin: auto;
}

.rongyu {
  width: var(--max);
  margin: var(--top90) auto;
}

.rongyu ul {
  width: 100%;
  margin-top: var(--top60);
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 35px 25px;
  position: relative;
}

.rongyu ul li {
  width: 100%;
  overflow: hidden;
}

.rongyu ul li img {
  width: 100%;
  aspect-ratio: 4 / 3;
  border: 1px solid #052135;
  object-fit: contain;
}

.rongyu ul li h3 {
  text-align: center;
  font-size: var(--font20);
  color: #3D3D3D;
  margin-top: 20px;
  font-weight: bold;
}

.licheng {
  width: 100%;
  overflow: hidden;
  margin: var(--top90) auto;
}

.licheng_max {
  width: 100%;
  overflow: hidden;
  background-image: url(../images/imag.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.licheng_max ul {
  width: var(--max);
  margin: var(--top60) auto;
  position: relative;
  border-left: 2px solid #015FA2;
}

.licheng_max ul::after {
  content: "";
  width: 10px;
  height: 10px;
  background: #015FA2;
  border-radius: 50%;
  position: absolute;
  bottom: 5px;
  left: -5px;
  z-index: 2;
}

.licheng_max ul::before {
  content: "";
  width: 20px;
  height: 20px;
  background: #DEEAFF;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  left: -10px;
  z-index: 1;
}

.licheng_max ul li {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: var(--top60);
}

.licheng_top {
  width: 160px;
  position: relative;
}

.licheng_top::after {
  content: "";
  width: 10px;
  height: 10px;
  background: #015FA2;
  border-radius: 50%;
  position: absolute;
  top: 13px;
  left: -5px;
  z-index: 2;
}

.licheng_top::before {
  content: "";
  width: 20px;
  height: 20px;
  background: #DEEAFF;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: -10px;
  z-index: 1;
}

.licheng_top h1 {
  width: 114px;
  line-height: 38px;
  background: #015FA2;
  border-radius: 8px;
  text-align: center;
  font-size: var(--font20);
  color: #FFFFFF;
  font-weight: bold;
  margin: auto;
  position: relative;
}

.licheng_top h1::after {
  content: "";
  width: 0px;
  height: 0px;
  border-right: 8px solid #015FA2;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  position: absolute;
  left: -6px;
  top: 50%;
  transform: translateY(-50%);
}

.licheng_max ul li p {
  width: 1600px;
  max-width: calc(100% - 160px);
  overflow: hidden;
  font-size: var(--font20);
  color: #052135;
  line-height: 2;
}

.jieshao {
  width: var(--max);
  overflow: hidden;
  margin: var(--top90) auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.jieshao_l {
  width: 45%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}

.jieshao_l h2 {
  font-size: var(--font30);
  color: #052135;
  font-weight: bold;
}

.jieshao_l p {
  font-size: var(--font16);
  line-height: 1.8;
  margin-top: var(--top30);
}

.jieshao_l a {
  width: 140px;
  line-height: 40px;
  background: #015FA2;
  display: block;
  text-align: center;
  border-radius: 40px;
  font-size: var(--font14);
  color: #ffffff;
}

.jieshao_r {
  width: 40%;
  overflow: hidden;
}

.jieshao_r img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.zhanhi {
  width: 100%;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.zhanhi_max {
  width: 1600px;
  max-width: var(--max);
  margin: var(--top90) auto;
}

.zhanhi_max>h2 {
  text-align: center;
  font-size: var(--font36);
  color: #FFFFFF;
  font-weight: bold;
  line-height: 1;
}

.zhanhi_max>p {
  text-align: center;
  font-size: var(--font14);
  color: #FFFFFF;
  line-height: 1;
  margin-top: 15px;
}

.zhanhi_swiper {
  width: 100%;
  overflow: hidden;
  margin-top: var(--top60);
  position: relative;
}

.zhanhi_swiper .swiper-slide {
  background: #F6FAFF;
}

.zhanhi_swiper img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  padding: var(--top30);
}

.zhanhi_swiper h3 {
  text-align: center;
  font-size: var(--font20);
  color: #052135;
  padding: 0 15px;
  margin: 20px auto;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.zhanhi_swiper .swiper-pagination {
  position: static;
  margin-top: var(--top60);
}

.zhanhi_swiper .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: #FFFFFF40;
  opacity: 1;
}

.zhanhi_swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #ffffff;
}

.hezuo {
  width: 1600px;
  max-width: var(--max);
  margin: var(--top90) auto;
}

.hezuo>h2 {
  text-align: center;
  font-size: var(--font36);
  color: #000000;
  font-weight: bold;
  line-height: 1;
}

.hezuo ul {
  width: 100%;
  margin-top: var(--top60);
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: var(--top30);
}

.hezuo ul li {
  width: 100%;
  height: 80px;
  display: flex;
  box-shadow: 0px 8px 20px 0px #015FA210;
}

.hezuo ul li img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}

.yuanxiao {
  width: 1600px;
  max-width: var(--max);
  margin: var(--top90) auto;
}

.yuanxiao>h2 {
  text-align: center;
  font-size: var(--font36);
  color: #000000;
  font-weight: bold;
  line-height: 1;
}

.yuanxiao ul {
  width: 100%;
  margin-top: var(--top60);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--top30);
}

.yuanxiao ul li {
  width: 16%;
  height: 80px;
  display: flex;
  box-shadow: 0px 8px 20px 0px #015FA210;
}

.yuanxiao ul li img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}

.footer {
  width: 100%;
  overflow: hidden;
  background: #231F20;
  border-top: 4px solid #C20003;
}

.footer_max {
  width: var(--max);
  overflow: hidden;
  margin: var(--top60) auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer_max ul {
  width: max-content;
  overflow: hidden;
}

.footer_max ul h1 {
  font-size: var(--font20);
  color: #FFFFFF;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 20px;
}

.footer_max ul li {
  font-size: var(--font14);
  color: #FFFFFF50;
  line-height: 2.2;
}

.erweima {
  width: 140px;
  overflow: hidden;
}

.erweima img {
  width: 100%;
  height: auto;
}

.erweima p {
  font-size: var(--font14);
  color: #FFFFFF50;
  text-align: center;
  margin-top: 10px;
}

.beian {
  width: 100%;
  overflow: hidden;
  border-top: 2px solid #FFFFFF10;
}

.beian_max {
  width: var(--max);
  overflow: hidden;
  margin: 15px auto;
  font-size: var(--font14);
  color: #FFFFFF20;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 9;
}

.xiangmu {
  width: 100%;
  overflow: hidden;
  margin-top: var(--top90);
}

.xiangmu_max {
  width: 100%;
  overflow: hidden;
  background: #F1F4FB;
  margin-top: var(--top60);
  position: relative;
  z-index: 99;
}

.xiangmu_max::after {
  content: "";
  width: 1600px;
  max-width: var(--max);
  aspect-ratio: 1 / 1;
  background: linear-gradient(to right, #F9FAFE, #EDF1FA, #F1F4FB, #FEFEFE);
  position: absolute;
  top: 60px;
  left: 50%;
  border-radius: 50%;
  transform: translateX(-50%);
  z-index: -1;

}

.xiangmu_cen {
  width: 100%;
  overflow: hidden;
  margin: var(--top90) auto;
  position: relative;
  z-index: 9;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.hidden {
  display: none;
}

.content {
  font-size: 12px;
  line-height: 24px;
}

.lifui {
  width: var(--max);
  overflow: hidden;
  position: absolute;
  position: absolute !important;
  top: 0;
  left: 50%;
  display: none;


  transform: translateX(-50%);
}

.lifui h3 {
  font-size: var(--font24);
  color: #052135;
  font-weight: bold;
  line-height: 1;
}

.lifui p {
  font-size: var(--font30);
  color: #015FA2;
  font-weight: bold;
  line-height: 1;
  margin-top: 20px;
}






.container3 {
  width: 1000px;
  max-width: 100%;
  margin: var(--top60) auto;
  position: relative;
}

.container3 img {
  width: 100%;
  height: auto;
}

.container3 ul {
  width: 100%;
  height: 100%;
}

.container3 ul li {
  width: max-content;
  position: absolute;
  cursor: pointer;

}

.container3 ul li::after {
  content: "";
  width: 8px;
  height: 8px;
  background: #008aff;
  border-radius: 50%;
  border: 1px solid #ffffff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);

}

.container3 ul li h1 {
  font-size: 12px;
  color: #000000;
  line-height: 1;
  margin-top: 15px;
  font-weight: bold;
}

.container3_text {
  width: 260px;
  background: #137edd;
  border-radius: 5px;
  padding: 15px;
  font-size: 12px;
  color: #ffffff;
  line-height: 1.8;
  position: absolute;
  bottom: 40px;
  right: 8%;
  transform: scale(0);
  transform-origin: bottom right;
  z-index: 999;
}

.container3_text::after {
  content: "";
  width: 0px;
  height: 0px;
  border-top: 6px solid #137edd;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  bottom: -6px;
  right: 7px;
}

.container3 ul li:hover .container3_text {
  transform: scale(1);
}



.container3 img.ditu {
  display: none;
}


.mySwipercxs {
  position: absolute !important;
  top: 0;
  left: 50%;

  width: 200px;
  transform: translateX(-50%);
  height: 100px;
  margin-top: var(--top90);
}

.mySwipercxs .swiper-slide {
  font-size: var(--font14);
  color: #000000;
  opacity: 0.2;
  transition: 1s;
  text-align: center;
}

.mySwipercxs .swiper-slide-active {
  opacity: 1;
}