body {
  padding: 0;
  margin: 0;
  min-width: 1300px;
  font-weight: 300;
  overflow-x: hidden;
  /*font-family: Microsoft YaHei;*/
  font-family: math;
}
li,
ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
a {
  text-decoration: none;
}
a:visited {
  color: inherit;
}
a:active {
  color: inherit;
  text-decoration: none;
}
.mar-top-120 {
  margin-top: 120px;
}
.mar-top-60 {
  margin-top: 60px;
}
.mar-top-50 {
  margin-top: 50px;
}
.mar-top-40 {
  margin-top: 40px;
}
.mar-top-30 {
  margin-top: 30px;
}
.mar-top-20 {
  margin-top: 20px;
}
.mar-top-10 {
  margin-top: 10px;
}
.font-weight-400 {
  font-weight: 400;
}
.sep {
  display: flex;
  align-items: center;
  width: 100%;
  height: 150px;
  background: url(../images/banner_xuano2oa@2x.png) no-repeat center;
  background-size: cover;
}
.sep img {
  width: 660px;
  height: 90px;
  margin: 0 auto;
}
.color-blue {
  color: #2e82f7 !important;
}
.bottom-sep {
  height: 40px;
}
.layout-content {
  width: 1100px;
  /*padding: 0 10px;*/
  margin: 0 auto;
}
.nav {
  width: 100%;
  height: 70px;
  background: #fff;
  box-shadow: inset 0 -1px 0 0 #f5f5f5;
}
.nav div {
  display: flex;
  align-items: center;
  height: 100%;
  font-size:15px;
}
.nav > div {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-l > img {
  width: 210px;
  height: 50px;
  margin-right: 60px;
}
.nav-r {
  column-gap: 20px;
}
.nav-c {
  column-gap: 50px;
  color: #333;
  /*font-weight: bold;*/
}
.nav-c > div {
  cursor: pointer;
  position: relative;
}
.nav-c > div:hover {
  color: #2e82f7;
  text-decoration-thickness: 2px;
  text-decoration-color: #2490f8;
  text-decoration-line: underline;
  text-underline-offset: 26px;
}
.nav-c > div:hover .product-popup {
  transition-delay: 0.2s;
  height: 630px !important;
  left: -160px !important;
}
.nav-c > div:hover .get-popup {
  transition-delay: 0.2s;
  left: -30px !important;
  height: 210px !important;
}
.nav-c > div:hover .service-popup {
  transition-delay: 0.2s;
  height: 460px !important;
  left: -200px !important;
}
.nav-c > div:hover .about-popup {
  transition-delay: 0.2s;
  height: 60px !important;
  left: -30px !important;
}
.nav-c > div:hover .case-popup {
  transition-delay: 0.2s;
  height: 400px !important;
  left: -200px !important;
}
.nav-item-cur {
  color: #2e82f7 !important;;
  text-decoration-thickness: 2px;
  text-decoration-color: #2490f8;
  text-decoration-line: underline;
  text-underline-offset: 26px;
}
.nav-popup {
  align-items: flex-start !important;
  position: absolute;
  height: 0 !important;
  column-gap: 70px;
  top: 70px;
  padding: 0 60px;
  background: #fff;
  box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.12);
  opacity: 0.98;
  z-index: 9999;
  overflow: hidden;
  transition: height 0.3s;
}
.product-popup {
  left: -60px;
}
.product-popup-market {
  align-items: flex-start !important;
  row-gap: 10px;
  position: absolute;
  left: 60px;
  top: 410px;
  width: 240px;
  height: 200px !important;
  flex-direction: column;
}
.product-popup-market img {
  width: 343px;
  height: 180px;
}
.popduct-popup-market-a {
  display: flex;
  align-items: center;
  padding-left: 10px;
  width: 120px;
  height: 32px;
  border-radius: 2px;
  background-color: #ff8d1a;
  color: #fff !important;
  font-size: 14px;
}
.popduct-popup-market-a:hover {
  opacity: 0.9;
}
.popduct-popup-market-a span {
  margin-left: 20px;
}
.get-popup {
  left: -30px;
  padding: 0 0 0 30px;
}
.get-popup .nav-popup-slot-content {
  padding-top: 0;
}
.service-popup {
  left: -500px;
  flex-direction: column;
}
.service-popup .nav-popup-slot {
  width: 150px;
}
.about-popup {
  left: -30px;
  padding: 0 0 0 30px;
}
.about-popup .nav-popup-slot-content {
  padding-top: 0;
}
.case-popup {
  flex-direction: column;
  left: -30px;
  padding: 0 60px 0 60px;
}
.case-popup > .nav-popup-rows {
  column-gap: 50px;
}
.case-popup .nav-popup-slot {
  width: 150px;
}
.case-popup-about {
  width: 100%;
  border-top: 1px solid #e6e6e6;
  border-bottom: 0;
  padding-top: 10px !important;
  flex-direction: row !important;
  align-items: center !important;
}
.case-popup-about span {
  font-size: 16px;
  margin-right: 4px;
  color: #999;
}
.case-popup-about:hover span {
  color: #2e82f7;
}
.nav-popup-slot {
  margin-top: 20px;
  width: 130px;
  flex-direction: column;
  align-items: flex-start !important;
}
.nav-popup-slot-title {
  height: 40px !important;
  line-height: 40px;
  width: 100%;
  color: #333;
  font-size: 16px;
  font-weight: 700;
  border-bottom: 1px solid #e6e6e6;
}
.nav-popup-slot-content {
  font-size: 14px;
  row-gap: 20px;
  padding-top: 20px;
  height: auto !important;
  margin-bottom: 20px;
  color: #333;
  flex-direction: column;
  align-items: flex-start !important;
}
.nav-popup-slot-content a {
  color: #333;
  line-height: 18px;
}
.nav-popup-slot-content a:hover {
  color: #2e82f7;
  text-decoration: underline;
  text-underline-offset: 0;
}
/*.nav-c > div > a {*/
/*  color: #333;*/
/*  font-weight: bold; */
/*  text-decoration: none;*/
/*}*/
/*.nav-c > div > a:hover {*/
/*  color: #2e82f7;*/
/*  text-decoration-thickness: 2px;*/
/*  text-decoration-color: #2490f8;*/
/*  text-decoration-line: underline;*/
/*  text-underline-offset: 26px;*/
/*}*/
/*.nav-c > div > a.nav-link {*/
/*  color: #333;*/
/*  font-weight: bold; */
/*  text-decoration: none;*/
/*}*/
/*.nav-c > div > a.nav-link:hover {*/
/*  color: #2e82f7;*/
/*  text-decoration-thickness: 2px;*/
/*  text-decoration-color: #2490f8;*/
/*  text-decoration-line: underline;*/
/*  text-underline-offset: 26px;*/
/*}*/
.nav-r > div {
  width: 100px;
  height: 36px;
  background: #2e82f7;
  border-radius: 6px;
  opacity: 0.9;
  color: #fff;
  justify-content: center;
  font-size: 16px;
}
.nav-r > div:nth-child(2) {
  background-color: #ff8d1a;
}
.nav-r > div a {
  color: #fff;
  font-weight: bold;
}
.nav-r > div:hover {
  opacity: 1;
}
.nav-r > img {
  width: 100px;
  height: 55px;
}
.nav-popup-rows {
  width: 100%;
  column-gap: 30px;
}
.service-popup .nav-popup-rows:nth-child(1) {
  border-bottom: 1px solid #e6e6e6;
  height: 120px;
}
footer {
  width: 100%;
  /*background-color: #042149;*/
  background-color: #418ef8;
  overflow: hidden; /* 触发 BFC，确保包裹子元素 */
}
footer div {
  display: flex;
  align-items: center;
  justify-content: center;
}
footer > div:first-child {
  width: 100%;
}
footer > div:last-child {
  width: 100%;
  /*height: 80px;*/
  background-color: #418ef8;
  padding: 15px 0 10px;
}
.ft-map {
  flex-direction: column !important;
  font-size: 14px;
  /*color: #a3b4cc;*/
  color: #fff;
}
.ft-map a {
  /*color: #a3b4cc;*/
  color: #fff;
}
.ft-map-link > div {
  /*border-bottom: 1px solid #4f5d71;*/
  /*width: 100%;*/
  margin-bottom: 15px;
}
.ft-map > div:first-child {
  padding-top: 30px;
}
.ft-map-layout {
  align-items: flex-start !important;
}
.ft-map-layout > div:first-child {
  /*width: calc(100% - 291px);*/
  align-items: flex-start;
  display: flex;
  justify-content: center;
}
.ft-map-layout > div {
  border-bottom: 1px solid #4f5d71;
  /*width: 100%;*/
  margin-bottom: 15px;
}
/*.ft-map-link {*/
/*  align-items: flex-start !important;*/
/*}*/
.ft-map-link {
  display: flex;
  align-items: center; /* 垂直居中 */
  justify-content: center; /* 水平居中 */
  width: 100%; /* 确保宽度占满父容器 */
}
.ft-map-link > div:first-child {
  /*width: calc(100% - 291px);*/
  align-items: flex-start;
  display: flex;
  justify-content: center;
}
.ft-cp-layout {
  align-items: flex-start !important;
}
.ft-cp-layout > div:first-child {
  /*width: calc(100% - 291px);*/
  align-items: flex-start;
  display: flex;
  justify-content: center;
}
.ft-map-center {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
.ft-map-qr-content {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.ft-map-slot {
  width: 180px;
  flex-direction: column;
  align-items: flex-start;
}
.ft-map-slot-title {
  font-size: 16px;
  height: 22px;
  color: #fff;
}
.ft-map-title {
  margin-right: 50px;
  font-size: 14px;
  color: #fff;
  height: 20px;
}
/*.ft-map-link-content a {*/
/*  margin-right: 60px;*/
/*}*/
.ft-map-link-content {
  display: flex;
  align-items: center; /* 垂直居中 */
  justify-content: center; /* 水平居中 */
  text-align: center; /* 文本内容居中 */
  gap: 20px; /* 可选：设置链接之间的间距 */
}

.ft-map-item {
  gap: 20px;
  margin: 20px 0;
  flex-direction: column;
  align-items: flex-start;
}
.ft-map-content {
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.ft-map-right-item {
  gap: 10px;
  margin: 0 0 10px 0;
  flex-direction: column;
  align-items: flex-start;
}
.ft-map-right-item:last-child {
  margin-bottom: 10px;
}
.ft-map-right-title {
  font-size: 16px;
  color: #fff;
}
.ft-map-right-content {
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}
.ft-map-right-tel {
  font-size: 26px;
  color: #fff;
}
.ft-map-qr-content {
  flex-wrap: wrap;
  column-gap: 60px;
  row-gap: 20px;
}
.ft-map-qr-content > div {
  width: 90px;
  flex-direction: column;
  row-gap: 10px;
}
.ft-map-qr-content img {
  width: 90px;
  height: 90px;
}
.ft-cp {
  display: flex;
  flex-direction: column;
  align-items: center; /* 内容居中 */
  text-align: center; /* 文本居中 */
  font-size: 12px;
  color: #dddddd;
  padding: 10px 0; /* 添加内边距 */
}

.copyright {
  margin-bottom: 10px; /* 版权信息与备案信息之间的间距 */
}

.record-links {
  display: flex;
  justify-content: center; /* 备案信息居中 */
  gap: 10px; /* 备案信息之间的间距 */
  margin-bottom:10px;
}

.ft-cp a {
  color: #dddddd;
  text-decoration: none; /* 去掉默认下划线 */
}

.ft-cp a:hover {
  text-decoration: underline !important; /* 鼠标悬停时显示下划线 */
}
.ft-cp img {
  width: 130px;
  height: 40px;
}
.ft-icp div {
  height: 20px;
  margin-right: 20px;
}
.icon-guohui {
  width: 20px !important;
  height: 20px !important;
}
.quick-layout {
  width: 80px;
  position: fixed;
  right: 10px;
  z-index: 999;
  top: 200px;
  display: flex;
  flex-direction: column;
  row-gap: 4px;
}
.q-item {
  width: 80px;
  height: 80px;
  position: relative;
  background: #fff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  row-gap: 2px;
}
.q-item:hover {
  background-color: #2e82f7;
}
.q-item:hover .q-title {
  color: #fff;
}
.q-img {
  width: 34px;
  height: 34px;
}
.q-img img {
  width: 100%;
  height: 100%;
}
.q-title {
  font-size: 14px;
  color: #000;
}
.lx-item-out {
  display: none;
  width: 200px;
  height: 60px;
  color: red;
  font-size: 26px;
  font-weight: 500;
  position: absolute;
  top: 10px;
  left: -210px;
  background: #fff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
}
.sw-item-out {
  display: none;
  position: absolute;
  top: 0;
  left: -130px;
  background: #fff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  border-radius: 6px;
}
.sw-item-out img {
  width: 120px;
  height: 120px;
}
.gz-item-out {
  display: none;
  position: absolute;
  top: 0;
  left: -130px;
  background: #fff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  border-radius: 6px;
}
.gz-item-out img {
  width: 120px;
  height: 120px;
}
.zx-item:hover .q-img {
  content: url(../images/icon_zaixianzixun_click@2x.png);
}
.lx-item:hover .q-img {
  content: url(../images/icon_lianxiwomen_click@2x.png);
}
.sw-item:hover .q-img {
  content: url(../images/icon_shangwuzixun_click@2x.png);
}
.ty-item:hover .q-img {
  content: url(../images/icon_mianfeitiyan_click@2x.png);
}
.gz-item:hover .q-img {
  content: url(../images/icon_guanzhuwomen_click@2x.png);
}
.lx-item:hover .lx-item-out {
  display: flex;
}
.gz-item:hover .gz-item-out {
  display: block;
}
.sw-item:hover .sw-item-out {
  display: block;
}



/*新增*/
.nav-c > div.active a {
    color: #2e82f7 !important;
    text-decoration: underline !important;
}
.nav-c > div a {
    color: inherit; /* 继承父元素的颜色 */
    text-decoration: none; /* 去掉下划线 */
    font-weight:500;
}

.nav-c > div a:hover {
    color: #2e82f7; /* 鼠标悬停时的颜色 */
    text-decoration: underline; /* 鼠标悬停时显示下划线 */
}
.layout-content.ft-map {
  position: relative; /* 为伪元素定位 */
  width: 100%;
  max-width: 1200px; /* 根据实际情况调整 */
  margin: 0 auto; /* 水平居中 */
}

.layout-content.ft-map::after {
  content: '';
  display: block;
  width: 100vw; /* 使用视口宽度 */
  height: 3px;
  background-color: #4f5d71; /* 边框颜色 */
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%); /* 水平居中 */
}