@charset "UTF-8";
@import url(./reset.scss);
/* 整个滚动条 */
::-webkit-scrollbar {
  width: 10px;
  /* 宽度 */
  height: 12px;
  /* 高度 */
}

/* 滚动条轨道 */
::-webkit-scrollbar-track {
  background: #f1f1f1;
  /* 轨道颜色 */
}

/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
  background: #8b8b8b;
  /* 滑块颜色 */
  border-radius: 10px;
  /* 滑块圆角 */
}

/* 滑块悬停 */
::-webkit-scrollbar-thumb:hover {
  background: #555;
  /* 滑块悬停颜色 */
}

.g-auto {
  position: relative;
  margin: 0 auto;
  width: 1200px;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}

.g-header-wrap {
  width: 100%;
  background-color: #fff;
}

.g-header-wrap .top {
  padding: 5px 20px;
  padding-left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  max-width: 1200px;
}

.g-header-wrap .top .title {
  color: #1b4eac;
}

.g-header-wrap .top .txt {
  cursor: pointer;
  text-decoration: none;
  color: #1b4eac;
}

.g-header-wrap .top .txt:hover, .g-header-wrap .top .txt:active {
  text-decoration: none;
  color: #1b4eac;
}

.g-header-wrap .title-box {
  display: flex;
  align-items: center;
}

.g-header-wrap .logo {
  width: 78px;
}

.g-header-wrap .nav {
  padding: 0 20px;
  height: 50px;
  width: 100%;
  background-color: #1b4eac;
}

.u-call {
  display: flex;
  align-items: flex-start;
  align-items: center;
}

.u-call .tip {
  color: #66667a;
}

.u-call .number {
  font-size: 20px;
  color: #666;
}

.u-call .call {
  margin-right: 14px;
  width: 50px;
  height: auto;
}

.m-nav-list {
  margin: 0 auto;
  display: flex;
  justify-content: start;
  align-items: center;
  max-width: 1200px;
}

.m-nav-list .item {
  text-align: center;
  margin-right: 1px;
  width: 114px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}

.m-nav-list .item a {
  display: block;
  width: 114px;
  height: 50px;
  line-height: 50px;
}

.m-nav-list .item:hover {
  background-color: #fff;
  color: #1b4eac;
}

.m-nav-list .item.active {
  background-color: #fff;
  color: #1b4eac;
}

.g-footer-wrap {
  width: 100%;
  min-width: 1200px;
  padding: 20px 0;
  padding-top: 0;
  background-color: #191919;
}

.g-footer-wrap .copyright-content {
  padding-top: 18px;
  padding-bottom: 12px;
  border-bottom: rgba(255, 255, 255, 0.05);
}

.g-footer-wrap .copyright {
  font-size: 14px;
  text-align: center;
  color: rgba(255, 255, 255, 0.3);
}

.g-footer-wrap .info {
  margin-top: 9px;
  margin-bottom: 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.3);
}

.m-route-md {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.g-route-content {
  display: flex;
  align-items: center;
}

.g-route-content .wechat-block {
  height: 176px;
  text-align: center;
  width: 300px;
  border-left: 1px solid #2f2f2f;
}

.g-route-content .call {
  margin-top: 35px;
  margin-bottom: 20px;
  height: 50px;
  border-radius: 50%;
}

.g-route-content .wechat-icon {
  margin-top: 15px;
  height: 118px;
  border-radius: 4px;
}

.g-route-content .company {
  margin-top: 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.3);
}

.g-route-content .content {
  height: 176px;
  box-sizing: border-box;
  padding: 0 60px;
  text-align: center;
  width: 300px;
  border-right: 1px solid #2f2f2f;
}

.g-route-content .content .title {
  padding: 8px 0 12px 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
  font-weight: 600;
}

.g-route-content .content .tell {
  display: block;
  color: #fff;
  font-size: 21px;
  font-weight: 600;
}

.m-route-list {
  width: 600px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  gap: 25px;
}

.m-route-list a {
  font-size: 16px;
  color: #666;
}

.m-route-list a:hover, .m-route-list a:active {
  color: #1b4eac;
  text-decoration: underline;
}

.g-content-wrap {
  margin-bottom: 50px;
  margin-top: 151px;
  min-height: 900px;
  box-sizing: border-box;
}

.m-common-title {
  margin: 50px 0 60px 0;
  text-align: center;
}

.animate__lightSpeedInRight {
  -webkit-animation-duration: 1.75s;
  animation-duration: 1.75s;
  -webkit-animation-duration: 1.75s;
  animation-duration: 1.75s;
  -webkit-animation-name: lightSpeedInRight;
  animation-name: lightSpeedInRight;
}

.animate__lightSpeedInLeft {
  -webkit-animation-duration: 1.75s;
  animation-duration: 1.75s;
  -webkit-animation-duration: 1.75s;
  animation-duration: 1.75s;
  -webkit-animation-name: lightSpeedInLeft;
  animation-name: lightSpeedInLeft;
}

.animate__flipInY {
  -webkit-animation-duration: 1.75s;
  animation-duration: 1.75s;
  -webkit-animation-duration: 1.75s;
  animation-duration: 1.75s;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

.animate__flipInX {
  -webkit-animation-duration: 1.75s;
  animation-duration: 1.75s;
  -webkit-animation-duration: 1.75s;
  animation-duration: 1.75s;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

.animate__fadeInLeftBig {
  -webkit-animation-duration: 1.75s;
  animation-duration: 1.75s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

.animate__fadeInRightBig {
  -webkit-animation-duration: 1.75s;
  animation-duration: 1.75s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

.animate__pulse {
  -webkit-animation-duration: 1.75s;
  animation-duration: 1.75s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

.animate__rubberBand {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@-webkit-keyframes lightSpeedInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes lightSpeedInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes lightSpeedInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@-webkit-keyframes lightSpeedInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

.u-line-with-text {
  text-align: center;
  font-size: 35px;
  color: #1b4eac;
  position: relative;
  display: inline-block;
  padding: 0 18px;
  /* 文本内边距，根据需要调整 */
}

.u-line-with-text .icon {
  height: 40px;
}

.u-line-with-text::before,
.u-line-with-text::after {
  content: '';
  position: absolute;
  top: 50%;
  /* 垂直居中 */
  width: 320px;
  height: 4px;
  /* 线的高度 */
}

.u-line-with-text::before {
  left: 100%;
  /* 在文本右侧 */
  background: linear-gradient(to right, #f1f1f1, transparent);
  /* 从黑到透明渐变 */
}

.u-line-with-text::after {
  right: 100%;
  /* 在文本左侧 */
  background: linear-gradient(to left, #f1f1f1, transparent);
  /* 从黑到透明渐变 */
}

.g-yw-box {
  position: relative;
  height: 300px;
  width: 100%;
  background-color: #3965a4;
  overflow: hidden;
}

.g-yw-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 120%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  transform-origin: left top;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform: skewX(210deg) scale(0, 1);
  -webkit-transform: skewX(210deg) scale(0, 1);
  -ms-transform: skewX(210deg) scale(0, 1);
  -webkit-transition: -webkit-transform 500ms;
  transition: -webkit-transform 500ms;
  transition: transform 500ms;
}

.g-yw-box:hover::before {
  left: 0;
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: skewX(210deg) scale(2, 1);
  -ms-transform: skewX(210deg) scale(2, 1);
  transform: skewX(210deg) scale(2, 1);
  z-index: 1;
}

.g-yw-box .txt {
  width: 500px;
  line-height: 32px;
  font-size: 14px;
  color: #fff;
}

.g-yw-box .yw {
  padding: 35px 80px;
  position: relative;
  display: flex;
  justify-content: space-between;
}

.g-yw-box .air {
  position: absolute;
  right: 0px;
  top: -2px;
}

.g-yw-box .ship {
  position: absolute;
  right: 98px;
  bottom: -25px;
  height: 350px;
}

.u-ctitle-txt {
  margin-top: 8px;
  margin-bottom: 22px;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
}

.g-fw-box {
  margin: 45px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 450px;
}

.g-fw-box .eacharts {
  height: 296px;
}

.g-fw-describle {
  padding: 25px 50px 25px 50px;
  box-sizing: border-box;
  margin-left: 5px;
  width: 708px;
  background-color: #f1f3fa;
  border-radius: 2px;
}

.m-fw-list .item {
  position: relative;
  margin-bottom: 35px;
}

.m-fw-list .number {
  position: absolute;
  left: -69px;
  top: 2px;
  box-sizing: border-box;
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 4px;
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  background-color: #5470c6;
}

.m-fw-list .number.yellow {
  background-color: #fac858;
}

.m-fw-list .number.green {
  background-color: #91cc75;
}

.m-fw-list .tip {
  font-size: 12px;
  color: #fff;
  line-height: 18px;
}

.m-fw-list .title {
  margin: 5px 0;
  margin-bottom: 0;
  color: #333;
  font-size: 18px;
  font-weight: 600;
}

.m-fw-list .content {
  color: #787878;
  font-size: 13px;
  line-height: 30px;
}

.g-sjx-box {
  position: relative;
}

.g-sjx-box .ys {
  position: absolute;
  top: 33px;
  left: 137px;
  height: 65px;
  line-height: 65px;
  font-size: 32px;
  color: #fff;
  font-weight: 600;
}

.g-sjx-box .qd {
  top: 167px;
  left: 218px;
}

.g-sjx-box .fw {
  top: 167px;
  left: 50px;
}

.g-zx-box {
  position: relative;
  padding: 45px;
  padding-left: 60px;
  color: #fff;
  min-height: 300px;
  border-radius: 4px;
  background-image: linear-gradient(to bottom right, #407be3, #b0c9f9);
}

.g-zx-box .air {
  position: absolute;
  right: -8px;
  top: -52px;
}

.m-qdlist-md {
  display: flex;
  flex-direction: row;
  align-items: start;
  flex-wrap: wrap;
  gap: 30px;
}

.m-qdlist-md .item {
  width: 520px;
}

.m-qdlist-md .tt {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
}

.zxfw-bg {
  margin-top: 30px;
  width: 100%;
  border-radius: 4px;
}

.g-qgdl-box {
  position: relative;
  margin: 20px 50px;
}

.g-qgdl-box .qgdl-bg {
  width: 100%;
  height: 650px;
}

.g-qgdl-box.fwbz {
  margin: 0;
  padding: 20px 10px;
  background-color: #fff;
  box-shadow: 1px 1px 8px 1px rgba(27, 78, 172, 0.5);
}

.g-qgdl-box.dlqg {
  margin: 0;
  border: 4px solid #1b4eac;
  border-radius: 14px;
}

.g-qgdl-box.dlqg img {
  border-radius: 4px;
}

.g-qgdl-box.company {
  margin: 0;
  padding: 10px;
  background-color: #9a0000;
}

.u-line {
  margin-bottom: 50px;
  width: 100%;
  height: 1px;
  background-color: rgba(85, 85, 85, 0.2);
}

.m-company-callblock {
  display: flex;
}

.m-company-callblock .content {
  padding-left: 360px;
  color: #5a5a5a;
  font-size: 16px;
}

.m-company-callblock .content strong {
  font-size: 25px;
  font-weight: 700;
  color: #666;
}

.m-company-callblock .content .txt {
  margin-bottom: 5px;
}

.u-wechat-block {
  padding: 10px;
  width: 182px;
  height: 202px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0px 2px rgba(0, 0, 0, 0.12);
}

.u-wechat-block .wechat-img {
  width: 100%;
}

.u-wechat-block .gray-txt {
  text-align: center;
  margin-top: -2px;
  font-size: 12px;
  color: #999;
}

.g-company-content {
  padding-top: 50px;
  display: flex;
  gap: 180px;
}

.g-company-content .leftBlock {
  flex: 7;
}

.g-company-content .rightBlock {
  flex: 3;
}

.g-company-content .txt {
  line-height: 36px;
  color: #73727f;
  font-size: 16px;
}

.u-bigTitle-block {
  margin-bottom: 10px;
  display: inline-block;
  position: relative;
  font-size: 50px;
  font-style: italic;
}

.u-bigTitle-block .bg {
  position: absolute;
  bottom: 9px;
  right: -18px;
  z-index: -1;
}

.g-cell-box {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100vh;
  overflow: hidden;
  overflow-y: auto;
}

.m-cell-header .title {
  display: flex;
  align-items: center;
  color: #1b4eac;
  font-size: 20px;
}

.m-cell-header .banner {
  width: 100%;
}

.m-cell-header .logo {
  width: 50px;
}

.m-cell-title {
  margin-top: 30px;
  margin-bottom: 30px;
}

.m-cell-title .tt {
  text-align: center;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  color: #1b4eac;
}

.m-cell-title .yw {
  margin-top: 5px;
  text-align: center;
  font-size: 16px;
  letter-spacing: 2px;
}

.g-cell-content {
  margin: 15px 20px;
  font-size: 14px;
  line-height: 30px;
  color: #333;
}

.g-cell-content p {
  margin: 0;
}

.g-cell-content .zx-bg {
  width: 100%;
}

.g-cell-content .qg, .g-cell-content .fwys {
  margin-top: 10px;
  width: 100%;
}

.u-content-txt {
  text-align: justify;
}

.u-zx-block {
  margin-bottom: 20px;
}

.g-cellcopyright-content {
  padding: 10px;
  padding-left: 22px;
  background-color: #191919;
  font-size: 12px;
  color: #666;
}

.g-cellcopyright-content p {
  margin: 0 0 5px 0;
}

.m-contact-list {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.m-contact-list .item {
  flex: 1;
  border-radius: 14px;
  box-shadow: 1px 1px 8px 1px rgba(27, 78, 172, 0.15);
}

.m-contact-list .block {
  padding: 0  15px;
}

.m-contact-list .block .tt {
  margin: 8px 0 5px;
  font-weight: 500;
  text-align: center;
  font-size: 16px;
  color: #333;
}

.m-contact-list .block .strong {
  text-align: center;
  font-size: 17px;
  font-weight: 700;
}

.m-contact-list .block .tip {
  margin-top: -5px;
  text-align: center;
  font-size: 12px;
  color: #999;
}

.m-contact-list .block .u-cell-icon {
  margin: 0 auto;
  display: block;
  text-align: center;
}

.m-contact-list .wechat {
  border-radius: 4px;
  width: 100%;
}

@media screen and (max-width: 1201px) {
  .g-header-wrap .top, .g-header-wrap .m-nav-list {
    width: 95%;
  }
  .g-cell-box {
    display: none;
  }
}

@media screen and (min-width: 1201px) {
  .g-header-wrap .top, .g-header-wrap .m-nav-list {
    width: 95%;
  }
  .g-cell-box {
    display: none;
  }
}

@media screen and (max-width: 960px) {
  .g-banner {
    display: none;
  }
  .g-home-content {
    margin-top: 260px;
  }
  .g-footer-wrap {
    display: none;
  }
  .g-content-wrap {
    display: none;
  }
  #header {
    display: none;
  }
  .g-cell-box {
    display: block;
  }
}

@media screen and (max-width: 585px) {
  .u-zx-block .txt {
    font-size: 18px;
  }
  .u-content-txt {
    font-size: 16px;
  }
  .u-content-txt p {
    font-size: 16px;
  }
  .g-banner {
    display: none;
  }
  .g-home-content {
    margin-top: 260px;
  }
  .g-footer-wrap {
    display: none;
  }
  .g-content-wrap {
    display: none;
  }
  #header {
    display: none;
  }
  .g-cell-box {
    display: block;
  }
}

@media screen and (max-width: 375px) {
  .u-zx-block .txt {
    font-size: 18px;
  }
  .u-content-txt {
    font-size: 16px;
  }
  .u-content-txt p {
    font-size: 16px;
  }
  .g-banner {
    display: none;
  }
  .g-home-content {
    margin-top: 260px;
  }
  .g-footer-wrap {
    display: none;
  }
  .g-content-wrap {
    display: none;
  }
  #header {
    display: none;
  }
  .g-cell-box {
    display: block;
  }
}
