.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: all .5s ease 0s
}
.header .container {
  padding: 0 40px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  transition: all .5s ease 0s
}
#headerer_s .logo {
  display: flex;
  align-items: center;
  float: left;
  transition: all .5s ease 0s
}
#headerer_s .logo a {
  display: flex;
  align-items: center;
  height: 80px;
  transition: all .5s ease 0s
}
#headerer_s .logo a img:nth-child(2), #headerer_s.st_ny .logo a img:nth-child(1) {
  display: none
}
#headerer_s.st_ny .logo a img:nth-child(2) {
  display: inline-block
}
.logo img {
  max-width: 160px
}
.nav_me {
  padding: 26px 0;
  width: 36px;
  height: 40px;
  cursor: pointer;
  transition: .5s;
  float: right;
  box-sizing: border-box
}
.nav_me span {
  display: block;
  width: 32px;
  height: 3px;
  background: #fff;
  margin-bottom: 7px;
  -webkit-transition: all .3s;
  transition: all .3s;
  position: relative
}
.nav_me span:last-child {
  margin-bottom: 0
}
a.languages {
  display: block;
  font-size: 17px;
  color: #fff;
  padding-left: 35px;
  background: url(../images/baid.svg) no-repeat left center;
  background-size: 28px;
  padding-right: 36px;
  float: right;
  line-height: 80px
}
.h_tel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 20px;
  color: #fff;
  padding: 0 45px 0 40px;
  background: url(../images/baitel.svg) no-repeat left center;
  background-size: 28px;
  height: 80px;
  font-weight: 700;
  float: right;
  margin-left: 45px
}
.h_tel p {
  width: 100%;
  line-height: 1.2
}
.nav {
  float: right;
  display: flex;
  padding-right: 25px
}
.nav li {
  position: relative;
  padding: 0 27px
}
.nav li a {
  display: block;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 80px;
  transition: all .5s ease 0s
}
.nav li a:hover {
  color: #1c366f !important;
}
.nav li .b_nav {
  display: none;
  position: absolute;
  top: 80px;
  left: -15%;
  z-index: 999;
  background-color: #fff;
  width: 130%;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .25);
  padding: 10px 0
}
.nav li .b_nav a {
  font-size: 14px;
  color: #fff;
  line-height: 35px;
  padding: 5px 0;
  transition: all .5s ease 0s
}
.nav li .b_nav a:hover {
  background-color: #f9f9f9
}
.nav_me-button {
  display: none;
  position: absolute;
  top: 20px;
  right: 10px;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
  z-index: 99999
}
.nav_me-button .bar {
  display: block;
  height: 2px;
  background: #ccc;
  margin: 9px 0;
  opacity: 1;
  transition: all .5s ease;
  width: 35px;
  transform-origin: left center
}
.mnav .bar:nth-child(1) {
  transform: rotate(45deg)
}
.mnav .bar:nth-child(2) {
  opacity: 0
}
.mnav .bar:nth-child(3) {
  transform: rotate(-45deg);
  position: relative;
  top: 2px
}
.mobileNav {
  display: none;
  background-color: #c52b31;
  text-align: center;
  position: absolute;
  left: 0;
  top: 72px;
  z-index: 99999;
  width: 100%
}
.mobileNav li {
  line-height: 2em;
  padding: 1em 0
}
.mobileNav li a {
  font-size: 1rem;
  color: #fff
}
#headerer_s.st_ny {
  color: #222;
  background-color: rgba(255, 255, 255, .98);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .15)
}
#headerer_s.st_ny .nav li a, #headerer_s.st_ny a, #headerer_s.st_ny a.languages {
  color: #555
}
#headerer_s.st_ny .h_tel {
  color: #666;
  background: url(../images/lantel.svg) no-repeat left center;
  background-size: 28px
}
#headerer_s.st_ny a.languages {
  background: url(../images/land.svg) no-repeat left center;
  background-size: 28px
}
#headerer_s.st_ny .nav_me span {
  background: #555
}
@media(max-width:1600px) {
  .nav li {
    padding: 0 20px
  }
  .nav li .b_nav {
    width: 150%;
    left: -25%
  }
  a.languages {
    font-size: 16px;
    padding-left: 32px;
    padding-right: 30px
  }
  .h_tel {
    font-size: 18px;
    padding: 0 30px 0 45px;
    margin-left: 30px
  }
}
/* 为左右按钮添加样式和交互效果 */
#mz02_scroll .swiper-button-prev, #mz02_scroll .swiper-button-next {
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  color: #fff;
  transition: all 0.3s ease;
  opacity: 0.7;
}
/* 按钮图标样式 */
#mz02_scroll .swiper-button-prev:after, #mz02_scroll .swiper-button-next:after {
  font-size: 18px;
  font-weight: bold;
}
/* 悬停交互效果 */
#mz02_scroll .swiper-button-prev:hover, #mz02_scroll .swiper-button-next:hover {
  background: rgba(0, 0, 0, 0.6);
  transform: scale(1.1);
  opacity: 1;
}
/* 初始隐藏按钮，鼠标悬停容器时显示 */
#mz02_scroll {
  position: relative;
  overflow: hidden;
}
#mz02_scroll:hover .swiper-button-prev, #mz02_scroll:hover .swiper-button-next {
  opacity: 1;
  visibility: visible;
}
/* 分页器容器定位调整 */
#mz02_scroll .swiper-pagination {
  bottom: 15px; /* 调整距离底部的距离 */
  display: flex;
  justify-content: center;
  gap: 8px; /* 分页点之间的间距 */
}
/* 分页点基础样式 */
#mz02_scroll .swiper-pagination-bullet {
  width: 10px; /* 非活跃状态宽度 */
  height: 8px; /* 统一高度 */
  border-radius: 6px; /* 圆角效果 */
  background: rgba(255, 255, 255, 0.5); /* 半透明白色 */
  opacity: 1; /* 取消默认透明度 */
  transition: all 0.3s ease; /* 过渡动画 */
  cursor: pointer;
}
/* 活跃状态分页点样式 */
#mz02_scroll .swiper-pagination-bullet-active {
  width: 30px; /* 活跃状态宽度 */
  background: #fff; /* 纯白色高亮 */
}
/* 修复按钮与分页器可能的层级问题 */
#mz02_scroll .swiper-button-prev, #mz02_scroll .swiper-button-next {
  z-index: 10; /* 确保按钮在分页器上方 */
}
@media(max-width:1440px) {
  .nav li {
    padding: 0 10px
  }
}
@media(max-width:1279px) {
  .header .container {
    padding: 0 0 0 10px
  }
  .container {
    width: 92%
  }
  a.languages {
    display: none
  }
  .h_tel {
    display: none
  }
}
@media(max-width:990px) {
  .nav {
    display: none
  }
  #headerer_s .logo a {
    height: 60px
  }
  .nav_me {
    width: 60px;
    height: 60px;
    padding: 20px 15px
  }
}
@media(max-width:820px) {
  .nav_me-button {
    display: block
  }
  .nav {
    display: none
  }
  #headerer_s.header {
    color: #333;
    background: #fff;
    border: 0
  }
  #headerer_s.header .logo a img:nth-child(1) {
    display: none
  }
  #headerer_s.header .logo a img:nth-child(2) {
    display: inline-block
  }
  #headerer_s.header .nav_me span {
    background: #555
  }
  .m_h60 {
    height: 60px;
    width: 100%
  }
}
@media(max-width:767px) {
  #headerer_s.header .logo a img {
    max-width: 120px;
    height: auto
  }
}
#nav_me_fu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  width: 100%;
  height: 0;
  overflow: hidden;
  transition: all .5s
}
#nav_me_fu.on {
  height: 100%
}
#nav_me_fu .mz-main-wrap {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url(../images/tcdh-bg.jpg) no-repeat center bottom/cover;
  transition: all .5s
}
#nav_me_fu .mz-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 40px;
  border-bottom: 1px solid #1c366f
}
#nav_me_fu .mz-top .mz-logo2 img {
  max-width: 160px
}
#nav_me_fu .nav_me {
  padding: 26px 0;
  width: 80px;
  height: 80px;
  cursor: pointer;
  transition: .5s;
  background: #1c366f
}
#nav_me_fu .nav_me span {
  position: relative;
  display: block;
  height: 3px;
  background: #fff;
  -webkit-transition: all .3s;
  transition: all .3s
}
#nav_me_fu .nav_me span:nth-child(1) {
  margin-top: 9px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}
#nav_me_fu .nav_me span:nth-child(2) {
  margin-top: -9px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}
#nav_me_fu .mz-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 0;
  height: -webkit-calc(100vh - 91px);
  height: calc(100vh - 91px);
  color: #fff
}
#nav_me_fu .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between
}
#nav_me_fu .mz-left {
  width: 57%
}
#nav_me_fu .mz-right {
  width: 30%
}
#nav_me_fu .mz-left .mz-title {
  position: relative;
  padding-bottom: 35px;
  font-size: 44px;
  line-height: 54px;
  border-bottom: 1px solid #1b549b
}
#nav_me_fu .mz-left .mz-title::before {
  content: "";
  position: absolute;
  bottom: -1px;
  width: 210px;
  height: 1px;
  background: #fff
}
#nav_me_fu .mz-left .mz-title span {
  font-weight: 400
}
#nav_me_fu .mz-left .mz-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 50px 0 20px;
  border-bottom: 1px solid #1b549b
}
#nav_me_fu .mz-left .mz-list li {
  margin-bottom: 30px;
  padding-right: 20px;
  width: 40%;
  line-height: 26px;
  opacity: .7
}
#nav_me_fu .mz-left .mz-list li:nth-child(even) {
  width: 60%
}
#nav_me_fu .mz-left .mz-list .mz-title2 {
  font-weight: 700
}
#nav_me_fu .mz-left .mz-list .mz-text.mz-dt {
  font-size: 18px;
  line-height: 40px
}
#nav_me_fu form .mz-text2 {
  padding: 45px 0 25px;
  font-size: 14px;
  line-height: 32px
}
#nav_me_fu form .mz-box {
  display: flex;
  align-items: flex-start;
  margin: 0 -5px
}
#nav_me_fu form .mz-box .mz-wrap {
  padding: 0 5px 10px;
  width: 50%
}
#nav_me_fu input::-webkit-input-placeholder, #nav_me_fu textarea::-webkit-input-placeholder {
  color: #a4b1cc !important
}
#nav_me_fu input:-moz-placeholder, #nav_me_fu textarea:-moz-placeholder {
  color: #a4b1cc !important;
  opacity: 1
}
#nav_me_fu input::-moz-placeholder, #nav_me_fu textarea::-moz-placeholder {
  color: #a4b1cc !important;
  opacity: 1
}
#nav_me_fu input::-ms-input-placeholder, #nav_me_fu textarea::-ms-input-placeholder {
  color: #a4b1cc !important
}
#nav_me_fu form .mz-box .mz-wrap input {
  padding: 0 20px;
  width: 100%;
  height: 60px;
  line-height: 58px;
  border: 1px solid #1b549b
}
#nav_me_fu form .mz-box2 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between
}
#nav_me_fu form .mz-box2 input {
  padding: 0 20px;
  width: -webkit-calc(100% - 150px);
  width: calc(100% - 150px);
  height: 60px;
  line-height: 58px;
  border: 1px solid #1b549b;
  outline: 0
}
#nav_me_fu form .mz-box2 button {
  width: 140px;
  font-weight: 700;
  line-height: 57px;
  color: #333;
  background: #fff;
  cursor: pointer;
  border: none;
  outline: 0;
  border: 1px solid #1b549b
}
#nav_me_fu .mz-right .mz-title {
  position: relative;
  padding-top: 54px;
  padding-bottom: 35px;
  font-size: 44px;
  line-height: 54px;
  border-bottom: 1px solid #1b549b
}
#nav_me_fu .mz-right .mz-title::before {
  content: "";
  position: absolute;
  bottom: -1px;
  width: 100px;
  height: 1px;
  background: #fff
}
#nav_me_fu .mz-right .mz-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 -10px -40px;
  padding-top: 45px
}
#nav_me_fu .mz-right .mz-nav li {
  margin-bottom: 30px;
  padding: 0 10px;
  width: 50%;
  font-size: 22px;
  line-height: 32px
}
#nav_me_fu .mz-right .mz-nav a {
  opacity: .7;
  color: #fff;
  transition: .5s
}
#nav_me_fu .mz-right .mz-nav a:hover {
  opacity: 1
}
@media screen and (max-width:1919px) {
  .container {
    width: 85%
  }
}
@media screen and (max-width:1600px) {
  #nav_me_fu form {
    display: none
  }
}
@media screen and (max-width:991px) {
  #nav_me_fu .mz-top {
    padding: 0 0 0 20px
  }
  #nav_me_fu .nav_me {
    padding: 20px;
    width: 70px;
    height: 60px
  }
  .mz-container {
    width: 100%;
    padding: 0 20px
  }
  #nav_me_fu .mz-bottom {
    height: calc(100vh - 61px);
    align-items: flex-start
  }
  #nav_me_fu .mz-left, #nav_me_fu .mz-right .mz-title {
    display: none
  }
  #nav_me_fu .mz-right {
    width: 100%
  }
  #nav_me_fu .mz-right .mz-nav {
    padding-top: 0;
    margin: 0
  }
  #nav_me_fu .mz-right .mz-nav li {
    margin-bottom: 20px;
    width: 100%;
    text-align: center
  }
  #nav_me_fu .mz-right .mz-nav a {
    display: block
  }
}
@media screen and (max-width:767px) {
  #nav_me_fu .mz-right .mz-nav li {
    font-size: 16px;
    line-height: 26px
  }
  #nav_me_fu .mz-top .mz-logo2 img {
    max-width: 120px;
    height: auto !important
  }
}
.container {
  width: 94%;
  margin: 0 auto
}
#mz-banner1 {
  height: 100vh;
  width: 100%;
  overflow: hidden
}
#mz-banner1 .swiper-slide {
  height: 100vh;
  width: 100%
}
#mz-banner1 .swiper-slide img.img1 {
  width: 100%;
  height: 100%
}
#mz-banner1 .swiper-slide .banren {
  position: absolute;
  top: 0;
  right: -100px;
  max-width: 80%;
  height: 100%;
  z-index: 4;
  transition: all 1.6s ease-out;
  opacity: 0;
  transition-delay: .5s;
  display: flex;
  align-items: center
}
#mz-banner1 .swiper-slide .banren img {
  display: inline-block
}
#mz-banner1 #swiper-slide2 .banren {
  max-width: 50%
}
#mz-banner1 .swiper-slide-active .banren {
  right: 0;
  opacity: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}
.banner_text1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 99;
  color: #fff
}
.banner_text1 .p1 {
  font-size: 36px;
  display: flex;
  line-height: 50px;
  position: relative;
  top: 50px;
  opacity: 0;
  transition: all .3s ease-out
}
.banner_text1 .p1 font {
  display: block;
  text-align: center;
  background: #25C1ED;
  margin-right: 0 !important;
  padding: 2px 20px 0px 20px;
}
.banner_text1 .p1 span {
  padding: 0px 20px 0px 20px;
  display: block;
  text-align: center;
  border: 2px solid #25C1ED
}
.banner_text1 .p2 {
  font-size: 60px;
  font-weight: 700;
  padding: 30px 0 45px;
  position: relative;
  top: 50px;
  opacity: 0;
  transition: all .5s ease-out
}
.banner_text1 .p2 span {
  display: block;
  font-size: 32px;
  padding-top: 15px
}
#mz-banner1 .swiper-slide-active .banner_text1 .p1, #mz-banner1 .swiper-slide-active .banner_text1 .p2 {
  top: 0;
  opacity: 1
}
.banner_text1 a {
  display: block;
  height: 50px;
  line-height: 48px;
  border: 2px solid #fff;
  font-size: 16px;
  color: #fff;
  text-align: center;
  position: relative;
  padding: 0 25px;
}
.banner_text1 a span {
  display: inline-block;
  padding-right: 40px;
  background: url(../images/baiyou.svg) no-repeat right center;
  position: relative;
  z-index: 9;
  background-size: 30px;
}
.banner_text1 a {
  position: relative; /* 确保伪元素定位正确 */
  display: inline-block; /* 确保宽度正确 */
  z-index: 1; /* 确保文本在背景之上 */
}
.banner_text1 a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%; /* 从中间开始 */
  width: 0; /* 初始宽度为0 */
  height: 100%;
  background: #fff;
  z-index: -1; /* 放在文本后面 */
  transition: all .3s ease-out;
  transform: translateX(-50%); /* 水平居中 */
}
.banner_text1 a:hover {
  color: #1c366f;
}
.banner_text1 a:hover:before {
  width: 101%; /* 扩展到 full width */
  left: 0; /* 回到左侧 */
  transform: translateX(0); /* 取消偏移 */
}
.banner_text1 a:hover span {
  background: url(../images/lanyou.svg) no-repeat right center;
  background-size: 30px;
}
#mz-banner1 .swiper-pagination {
  bottom: 65px
}
#mz-banner1 .loading {
  margin: 0 5px;
  width: 38px;
  height: 38px;
  position: relative;
  border: 4px solid transparent;
  background: 0 0;
  opacity: 1
}
.loading.swiper-pagination-bullet-active {
  border-color: rgba(255, 255, 255, .2)
}
.loading.swiper-pagination-bullet .mz-progress {
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
  left: 11px;
  top: 11px;
  line-height: 120px;
  text-align: center
}
.loading.swiper-pagination-bullet-active .mz-progress {
  background-color: #25C1ED
}
.loading .yqs {
  position: absolute;
  top: -4px;
  left: -4px;
  width: 38px;
  height: 38px;
  opacity: 0;
  transform-origin: right center;
  animation-fill-mode: forwards;
  animation-duration: 4.9s;
  animation-timing-function: linear;
  animation-name: spin-left;
  border: 4px solid #fff;
  border-radius: 50%
}
.loading .left, .loading .right {
  opacity: 0;
  width: 19px;
  height: 38px;
  overflow: hidden;
  position: absolute;
  left: -4px;
  top: -4px;
  overflow: hidden
}
.loading.swiper-pagination-bullet-active .left, .loading.swiper-pagination-bullet-active .right {
  opacity: 1
}
.loading .right {
  left: auto;
  right: -4px;
  top: -4px
}
.loading .left:after, .loading .right:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 15px;
  height: 30px;
  border: 4px solid #25C1ED;
  border-radius: 19px 0 0 19px;
  border-right: 0
}
.loading .right:after {
  content: "";
  position: absolute;
  display: block;
  border-radius: 0 19px 19px 0;
  border: 4px solid #25C1ED;
  border-left: 0
}
.loading.swiper-pagination-bullet-active .left:after {
  transform-origin: right center;
  animation-fill-mode: forwards;
  animation-duration: 4.9s;
  animation-timing-function: linear;
  animation-name: spin-left
}
.loading.swiper-pagination-bullet-active .right:after {
  transform-origin: left center;
  animation-duration: 4.9s;
  animation-timing-function: linear;
  animation-name: spin-right
}
50% {
  transform: rotate(360deg)
}
100% {
  transform: rotate(360deg)
}
50% {
  transform: rotate(180deg)
}
100% {
  transform: rotate(360deg)
}
100% {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1)
}
100% {
  transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2)
}
#mz-banner1 .swiper-slide.video-slide:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .2);
  z-index: 9
}
#mz-banner1 .swiper-slide .m_img {
  display: none
}
.m_banner {
  display: none
}
@media(max-width:1720px) {
  #mz-banner1 #swiper-slide2 .img img {
    max-height: 50%
  }
}
@media(max-width:1600px) {
  .banner_text1 .p1 {
    font-size: 32px
  }
  .banner_text1 .p2 {
    font-size: 46px;
    padding: 30px 0 60px
  }
  .banner_text1 .p2 span {
    font-size: 26px
  }
  .banner_text1 a {
    height: 46px;
    line-height: 42px;
    font-size: 16px
  }
  #mz-banner1 .swiper-pagination {
    bottom: 30px
  }
}
@media(max-width:1279px) {
  #mz-banner1 {
    height: 70vh
  }
  #mz-banner1 .swiper-slide {
    height: 70vh
  }
  .banner_text1 .p1 {
    font-size: 26px;
    line-height: 40px
  }
  .banner_text1 .p2 {
    font-size: 36px;
    padding: 15px 0 40px
  }
  .banner_text1 .p2 span {
    font-size: 22px;
    padding-top: 5px
  }
  .banner_text1 a {
    width: 120px;
    height: 36px;
    line-height: 32px;
    font-size: 14px
  }
}
@media(max-width:1024px) {
  #mz-banner1 .swiper-pagination {
    bottom: 10px
  }
}
@media(max-width:820px) {
  #mz-banner1 {
    height: 50vh
  }
  #mz-banner1 .swiper-slide {
    height: 50vh
  }
  .banner_text1 .p1 {
    font-size: 22px;
    line-height: 36px
  }
  .banner_text1 .p2 {
    font-size: 32px;
    padding: 15px 0 30px
  }
  .banner_text1 .p2 span {
    font-size: 18px
  }
}
@media(max-width:640px) {
  #mz-banner1 {
    height: 45vh
  }
  #mz-banner1 .swiper-slide {
    height: 45vh
  }
  .banner_text1 .p1 {
    font-size: 16px;
    line-height: 36px;
  }
  .banner_text1 .p2 {
    font-size: 22px;
    padding: 15px 0 15px
  }
  .banner_text1 .p2 span {
    font-size: 16px;
    padding-top: 0
  }
  .banner_text1 a {
    display: none;
    width: 100px
  }
  .banner_text1 a span {
    padding-right: 28px
  }
  #m_mz-banner1 #swiper-slide2 .m_img, #m_mz-banner1 #swiper-slide3 .m_img, #mz-banner1 #swiper-slide2 .m_img, #mz-banner1 #swiper-slide3 .m_img {
    display: block;
    text-align: center
  }
  #m_mz-banner1 #mz-banner1 #swiper-slide2 .m_img img, #mz-banner1 #swiper-slide2 .m_img img {
    max-height: 120px
  }
  #m_mz-banner1 #mz-banner1 #swiper-slide3 .m_img img, #mz-banner1 #swiper-slide3 .m_img img {
    max-height: 150px
  }
  #mz-banner1 .swiper-slide .banren {
    opacity: .25
  }
  #mz-banner1 .swiper-slide.video-slide video {
    display: none
  }
  #mz-banner1 .swiper-slide.video-slide .m_img {
    display: block
  }
}
@media(max-width:460px) {
  .banner_text1 .p1 {
    font-size: 15px;
  }
  .banner_text1 .p1 font {
    font-size: 15px;
  }
  .banner_text1 .p1 span {
    line-height: 38px;
    border: 1px solid #25C1ED
  }
  .banner_text1 .p2 {
    font-size: 16px
  }
  .banner_text1 .p2 span {
    font-size: 14px
  }
}
.mz01 {
  padding: 85px 0
}
.t1 {
  text-align: center;
  margin-bottom: 35px;
}
.t1 h2 {
  font-size: 38px;
  color: #1c366f;
  line-height: 48px;
  margin-bottom: 20px
}
.t1 h2 span {
  display: inline-block;
  padding-left: 55px;
  background: url(../images/xlogo.png) no-repeat left center;
  background-size: contain;
}
.t1 p {
  font-size: 22px;
  color: #666
}
.ys_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 70px;
  justify-content: space-between
}
.ys_list li {
  position: relative;
  padding: 0 10px 0 75px
}
.ys_list li:nth-child(1) {
  padding: 0 10px 0 0
}
.ys_list li:nth-child(5):before {
  display: none
}
.ys_list li .p1 {
  font-size: 20px;
  color: #1a1a1a;
  padding: 10px 0 0
}
.ys_list li .p1 span {
  font-size: 70px
}
.ys_list li .p2 {
  font-size: 16px
}
.ys_list li .p2 span {
  font-size: 22px;
  font-weight: 700
}
.mzcp-ys_list1 li {
  width: 42%;
  float: left;
  padding-left: 27px;
  position: relative;
  border-left: 2px solid #e0e0e0
}
.mzcp-ys_list1 li:nth-child(2n) {
  float: right
}
.mzcp-ys_list1 li h3 {
  font-size: 36px;
  color: #000;
  line-height: 1;
  margin-bottom: 20px;
  position: relative
}
.mzcp-ys_list1 li h3:before {
  content: '';
  position: absolute;
  left: -29px;
  top: 0;
  width: 2px;
  height: 120%;
  background: #1c366f
}
.mzcp-ys_list1 p {
  font-size: 18px
}
@media(max-width:1600px) {
  .mz01 {
    padding: 85px 0 90px
  }
  .t1 h2 {
    font-size: 32px
  }
  .t1 p {
    font-size: 16px
  }
  .ys_list li {
    padding: 0 10px 0 40px
  }
  .ys_list li .p1 {
    line-height: 1.6
  }
  .ys_list li .p1 span {
    font-size: 52px
  }
  .ys_list li .p2 {
    font-size: 15px
  }
  .ys_list li .p2 span {
    font-size: 18px
  }
  .mzcp-ys_list1 li h3 {
    font-size: 28px
  }
  .mzcp-ys_list1 li p {
    font-size: 15px
  }
}
@media(max-width:1279px) {
  .t1 h2 {
    margin-bottom: 10px
  }
  .ys_list {
    margin-top: 50px
  }
  .ys_list li {
    padding: 0 10px 0 25px
  }
  .ys_list li .p1 span {
    font-size: 42px
  }
  .ys_list li .p2 {
    font-size: 14px
  }
  .ys_list li .p2 span {
    font-size: 16px
  }
}
@media(max-width:1024px) {
  .mz01 {
    padding: 70px 0
  }
  .ys_list li .p1 span {
    font-size: 32px
  }
  .mzcp-ys_list1 li h3 {
    font-size: 24px
  }
  .mzcp-ys_list1 li p {
    font-size: 14px
  }
}
@media(max-width:820px) {
  .mz01 {
    padding: 55px 0
  }
  .t1 h2 {
    font-size: 26px
  }
  .t1 p {
    font-size: 15px
  }
  .ys_list {
    margin-top: 30px
  }
  .ys_list li {
    padding: 0 10px 0 15px
  }
  .ys_list li .img img {
    max-height: 40px
  }
  .ys_list li .p1 {
    padding: 5px 0 0
  }
  .ys_list li .p1 span {
    font-size: 26px
  }
  .ys_list li .p2 span {
    font-size: 15px
  }
  .mzcp-ys_list1 li {
    width: 47%
  }
  .mzcp-ys_list1 li h3 {
    font-size: 20px
  }
}
@media(max-width:640px) {
  .mz01 {
    padding: 35px 0
  }
  .t1 h2 {
    font-size: 22px
  }
  .t1 p {
    font-size: 14px
  }
  .ys_list {
    margin-top: 15px
  }
  .ys_list li {
    width: 50%;
    padding: 10px 5%
  }
  .ys_list li:nth-child(2n):before {
    display: none
  }
  .ys_list li:nth-child(1), .ys_list li:nth-child(3), .ys_list li:nth-child(5) {
    padding-left: 0
  }
  .ys_list li:nth-child(2), .ys_list li:nth-child(4), .ys_list li:nth-child(5) {
    padding-right: 0
  }
  .ys_list li .img img {
    max-height: 30px
  }
  .mzcp-ys_list1 li {
    width: 100%;
    margin-bottom: 20px
  }
  .mzcp-ys_list1 li h3 {
    font-size: 18px
  }
}
@media(max-width:460px) {
  .t1 h2 {
    font-size: 20px
  }
  .t1 h2 span {
    padding-left: 65px
  }
}
.mz02 {
  display: flex
}
.mz02_l {
  width: 50%;
  background: url("../images/cpbj1.png") no-repeat right bottom #1c366f;
  padding: 70px 8.3% 100px 8.3%;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 99
}
.mz02_l h2 {
  font-size: 44px;
  margin-bottom: 30px
}
.mz02_l p {
  font-size: 16px;
  line-height: 1.6
}
.mz02_l p strong {
  font-size: 28px;
  display: block;
  margin-bottom: 10px
}
.pd_a {
  display: flex;
  flex-wrap: wrap
}
.pd_a a:last-child {
  margin-left: 15px
}
.mz02_l a {
  display: flex;
  justify-content: center;
  border: 2px solid #fff;
  font-size: 16px;
  color: #fff;
  line-height: 48px;
  margin: 55px 0 70px;
  position: relative;
  z-index: 1;
  padding: 0px 25px
}
.mz02_l a span {
  position: relative;
  z-index: 9
}
.mz02_l a i {
  width: 28px;
  background: url(../images/baiyou.svg) no-repeat center;
  margin-left: 12px;
  position: relative;
  z-index: 9;
  background-size: 28px;
}
.mz02_l a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: rgba(255, 255, 255, 0.95); /* 白色半透明，0.5为透明度（可调整） */
  z-index: 8;
  transition: all .5s ease-out
}
.mz02_l a:hover {
  color: #1c366f
}
.mz02_l a:hover:before {
  width: 100%
}
.mz02_l a:hover i {
  background: url(../images/lanyou.svg) no-repeat center;
  background-size: 28px;
}
.mz02_r {
  width: 50%
}
.mz02_r ul {
  height: 100%
}
.mz02_r ul li {
  height: 50%;
  padding: 10px 8.3% 10px 8%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background-size: cover;
  transition: all 0.5s ease; /* 统一过渡动画 */
  transform: translateY(0); /* 初始位置 */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); /* 基础阴影 */
  position: relative;
  z-index: 1;
}
/* 浮现卡片效果 */
.mz02_r ul li:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); /* 水平偏移0，垂直偏移0，模糊20px */
  z-index: 100; /* 提高层级避免被遮挡 */
}
.mz02_r ul li:nth-child(1) {
  background: url(../images/cpbj2.png) no-repeat right bottom #f6fae5
}
.mz02_r ul li:nth-child(2) {
  background: url(../images/cpbj2.png) no-repeat right bottom #f9f9f9
}
.mz02_r ul li .text {
  width: 40%;
  float: left;
  display: flex;
  flex-direction: column;
  justify-content: center
}
.mz02_r ul li .text h3 {
  font-size: 44px;
  color: #1a1a1a
}
.mz02_r ul li .text p {
  font-size: 16px;
  color: #666;
  margin: 15px 0 50px
}
.mz02_r ul li .text a {
  display: flex;
  justify-content: center;
  position: relative;
  font-size: 16px;
  width: 180px;
  line-height: 55px;
  height: 55px;
  z-index: 3
}
.mz02_r ul li .text a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1c366f;
  z-index: 1
}
.mz02_r ul li .text a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #0f5695;
  z-index: 2;
  transition: all .5s ease-out
}
.mz02_r ul li .text a span {
  position: relative;
  z-index: 9;
  color: #fff
}
.mz02_r ul li .text a i {
  width: 28px;
  background: url(../images/baiyou.svg) no-repeat center;
  margin-left: 12px;
  position: relative;
  z-index: 9;
  background-size: 28px;
}
.mz02_r ul li .text a:hover:after {
  width: 100%
}
.mz02_r ul li .img {
  width: 50%;
  float: right
}
.mz02_l.mz02_l_2 {
  background: url(../images/mzcp-bg2.jpg) no-repeat right bottom #e5ecf2
}
.mz02_l.mz02_l_2 h2 {
  color: #1a1a1a
}
.mz02_l_2 .text2 {
  display: flex;
  flex-wrap: wrap
}
.mz02_l_2 .text2 p {
  color: #666;
  font-size: 20px;
  line-height: 2em
}
.mz02_l_2 .text2 p a {
  font-size: 20px;
  color: #666;
  line-height: 2em
}
.mz02_l.mz02_l_2 a {
  border: none
}
.mz02_l.mz02_l_2 a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1c366f;
  z-index: 1
}
.mz02_l.mz02_l_2 a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #1c366f;
  z-index: 2;
  transition: all .5s ease-out
}
.mz02_l.mz02_l_2 a span {
  color: #fff
}
.mz02_l.mz02_l_2 a i {
  width: 22px;
  background: url(../images/baiyou.svg) no-repeat center;
  margin-left: 12px;
  position: relative;
  z-index: 9
}
.mz02_l.mz02_l_2 a:hover:after {
  width: 100%
}
@media(max-width:1600px) {
  .mz02_l {
    padding: 50px 5%
  }
  .mz02_l h2 {
    font-size: 32px;
    margin-bottom: 20px
  }
  .mz02_l p strong {
    font-size: 22px
  }
  .mz02_l p {
    font-size: 14px
  }
  .mz02_l a {
    font-size: 15px;
    line-height: 46px;
    margin: 35px 0 50px
  }
  .mz02_r ul li {
    padding: 10px 5% 10px 6%
  }
  .mz02_r ul li .text {
    width: 44%
  }
  .mz02_r ul li .text h3 {
    font-size: 32px
  }
  .mz02_r ul li .text p {
    font-size: 14px;
    margin: 5px 0 30px
  }
  .mz02_r ul li .text a {
    font-size: 15px;
    width: 150px;
    line-height: 46px;
    height: 46px
  }
  .mz02_l_2 .text2 p, .mz02_l_2 .text2 p a {
    font-size: 16px
  }
}
@media(max-width:1279px) {
  .mz02_l {
    padding: 35px 3% 35px 5%
  }
  .mz02_l h2 {
    font-size: 26px;
    margin-bottom: 10px
  }
  .mz02_l p strong {
    font-size: 18px
  }
  .mz02_l a {
    font-size: 14px;
    line-height: 36px;
    margin: 25px 0 35px
  }
  .mz02_r ul li {
    padding: 10px 5% 10px 5%
  }
  .mz02_r ul li .text {
    width: 45%
  }
  .mz02_r ul li .text h3 {
    font-size: 26px
  }
  .mz02_r ul li .text p {
    margin: 5px 0 20px
  }
  .mz02_r ul li .text a {
    font-size: 14px;
    width: 120px;
    line-height: 36px;
    height: 36px
  }
}
@media(max-width:820px) {
  .mz02_l {
    padding: 20px 20px 20px 5%
  }
  .mz02_l h2 {
    font-size: 22px;
    margin-bottom: 5px
  }
  .mz02_l p strong {
    font-size: 16px
  }
  .mz02_l a {
    margin: 20px 0 30px
  }
  .mz02_r ul li {
    padding: 15px 5% 15px 20px
  }
  .mz02_r ul li .text h3 {
    font-size: 22px;
    line-height: 1.6
  }
  .mz02_r ul li .text p {
    margin: 5px 0 15px
  }
  .mz02_l_2 .text2 p, .mz02_l_2 .text2 p a {
    font-size: 15px
  }
  .mz02_r ul li .text p {
    font-size: 13px
  }
}
@media(max-width:767px) {
  .mz02 {
    flex-wrap: wrap
  }
  .mz02_l {
    width: 100%;
    padding: 15px 5%
  }
  .mz02_l h2 {
    font-size: 18px
  }
  .mz02_l p strong {
    font-size: 15px
  }
  .mz02_l a {
    margin: 15px 0 20px;
    font-size: 13px
  }
  .mz02_r {
    width: 100%;
    padding: 0
  }
  .mz02_r ul li {
    padding: 15px 5%
  }
  .mz02_r ul li .text h3 {
    font-size: 18px
  }
  .mz02_r ul li .text p {
    margin: 3px 0 10px
  }
  .mz02_r ul li .text a {
    font-size: 13px
  }
}
.mz_cpzs {
  padding: 0 0
}
.product_list02 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr))
}
.product_list02 li {
  padding: 50px 8.3%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background: url(../images/cpbj2.png) no-repeat right bottom #f9f9f9;
  background-size: cover;
  transition: all 0.5s ease; /* 统一过渡动画 */
  transform: translateY(0); /* 初始位置 */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); /* 基础阴影 */
  position: relative;
  z-index: 1;
}
.product_list02 li:nth-child(2), .product_list02 li:nth-child(3), .product_list02 li:nth-child(6), .product_list02 li:nth-child(7), .product_list02 li:nth-child(9) {
  background: url(../images/cpbj2.png) no-repeat right bottom #f6fae5;
  background-size: cover
}
/* 浮现卡片效果 */
.product_list02 li:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); /* 水平偏移0，垂直偏移0，模糊20px */
  z-index: 10; /* 提高层级避免被遮挡 */
}
.product_list02 li .text {
  width: 40%;
  float: left;
  display: flex;
  flex-direction: column;
  justify-content: center
}
.product_list02 li .text h3 {
  font-size: 32px;
  color: #1a1a1a;
  line-height: 1.2
}
.product_list02 li .text p {
  font-size: 14px;
  color: #666;
  margin: 10px 0 30px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden
}
.product_list02 li .text a {
  display: flex;
  justify-content: center;
  position: relative;
  font-size: 16px;
  width: 180px;
  line-height: 55px;
  height: 55px;
  z-index: 3
}
.product_list02 li .text a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1c366f;
  z-index: 1
}
.product_list02 li .text a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #0f5695;
  z-index: 2;
  transition: all .5s ease-out
}
.product_list02 li .text a span {
  position: relative;
  z-index: 9;
  color: #fff
}
.product_list02 li .text a i {
  width: 28px;
  background: url(../images/baiyou.svg) no-repeat center;
  margin-left: 12px;
  position: relative;
  z-index: 9;
  background-size: 28px;
}
.product_list02 li .text a:hover:after {
  width: 100%
}
.product_list02 li .img {
  width: 50%;
  float: right
}
@media(max-width:1600px) {
  .product_list02 li {
    padding: 35px 5%
  }
  .product_list02 li .text {
    width: 45%
  }
  .product_list02 li .text h3 {
    font-size: 26px
  }
  .product_list02 li .text p {
    font-size: 13px;
    margin: 5px 0 20px
  }
  .product_list02 li .text a {
    font-size: 14px;
    width: 150px;
    line-height: 46px;
    height: 46px
  }
}
@media(max-width:1280px) {
  .product_list02 li .text h3 {
    font-size: 22px
  }
  .product_list02 li .text a {
    font-size: 13px;
    width: 120px;
    line-height: 40px;
    height: 40px
  }
}
.sxjz {
  display: flex;
  align-items: center;
}
@media(max-width:1199px) {
  .product_list02 {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr))
  }
  .product_list02 li {
  
     background: url(../images/cpbj2.png) no-repeat right bottom #f6fae5 !important;
    background-size: cover
  }
  .product_list02 li:nth-child(2n) {
     background: url(../images/cpbj1.png) no-repeat right bottom #f5f5f5 !important;
    background-size: cover
  }
  
     
  
  
}
@media(max-width:820px) {
  .product_list02 li .text h3 {
    font-size: 20px
  }
  .nosxjz {
    display: block !important
  }
}
@media(max-width:640px) {
  .product_list02 li {
    padding: 20px 5%
  }
  .product_list02 li .text h3 {
    font-size: 16px
  }
  .product_list02 li .text p {
    font-size: 12px;
    margin: 5px 0 15px;
    line-height: 1.8
  }
  .product_list02 li .text a {
    width: 100px;
    height: 36px;
    line-height: 36px
  }
  .product_list02 li .text a i {
    width: 16px;
    background-size: 16px
  }
}
.product_list01 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px
}
.product_list01 li a {
  display: block;
  text-align: center
}
.product_list01 li a h3 {
  font-size: 16px;
  color: #000;
  margin-top: 10px;
  line-height: 1.6
}
.mz03 {
  padding: 100px 0 90px;
  background: url(../images/index_ab_bg.png) no-repeat center;
  background-size: cover
}
.mz03_l {
  font-size: 50px;
  color: #1a1a1a;
  font-weight: 700;
  padding-left: 100px;
  background: url(../images/yinhao.svg) no-repeat left top;
  padding-top: 45px;
  line-height: 1.6;
  width: 35%;
  float: left
}
.mz03_l .img {
  margin-top: 20px
}
.mz03_l .img img {
  max-height: 150px
}
.mz03_r {
  width: 65%;
  float: right
}
.mz03_r h3 {
  font-size: 30px;
  color: #1a1a1a;
  line-height: 1.6
}
.mz03_r .txt {
  font-size: 16px;
  color: #666;
  margin: 10px 0 35px
}
.mz03_r .txt p {
  margin-bottom: 15px;
}
a.more2 {
  display: flex;
  justify-content: center;
  position: relative;
  font-size: 16px;
  width: 180px;
  line-height: 55px;
  height: 55px;
  z-index: 3
}
a.more2:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1c366f;
  z-index: 1
}
a.more2:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #0f5695;
  z-index: 2;
  transition: all .5s ease-out
}
a.more2 span {
  position: relative;
  z-index: 9;
  color: #fff
}
a.more2 i {
  width: 28px;
  background: url(../images/baiyou.svg) no-repeat center;
  margin-left: 12px;
  position: relative;
  z-index: 9;
  background-size: 28px;
}
a.more2:hover:after {
  width: 100%
}
@media(max-width:1600px) {
  .mz03 {
    padding: 90px 0
  }
  .mz03_l {
    font-size: 36px
  }
  .mz03_r h3 {
    font-size: 24px
  }
  .mz03_r .txt {
    font-size: 14px;
    margin: 10px 0 30px
  }
  a.more2 {
    font-size: 15px;
    width: 150px;
    line-height: 46px;
    height: 46px
  }
}
@media(max-width:1279px) {
  .mz03 {
    padding: 70px 0
  }
  .mz03_l {
    font-size: 32px;
    background-size: 50px;
    padding-left: 90px
  }
  .mz03_r .txt {
    margin: 10px 0 20px
  }
  a.more2 {
    font-size: 14px;
    width: 120px;
    line-height: 36px;
    height: 36px
  }
}
@media(max-width:820px) {
  .mz03 {
    padding: 55px 0
  }
  .mz03_l {
    font-size: 24px;
    background-size: 35px;
    padding-left: 60px;
    width: 45%
  }
  .mz03_r {
    width: 55%
  }
}
@media(max-width:640px) {
  .mz03 {
    padding: 35px 0
  }
  .mz03_l {
    width: 100%;
    font-size: 22px;
    background-size: 45px;
    padding-left: 25px;
    margin-bottom: 15px;
    padding-top: 10px;
  }
  .mz03_r {
    width: 100%
  }
  .wapmo {
    display: none !important
  }
}
.mz04 {
  padding: 110px 0 100px;
  width: 100%;
  overflow: hidden
}
.index_case {
  max-width: 900px;
  width: 100%;
  margin: 50px auto 0
}
#mz-banner2 {
  overflow: visible;
  position: relative
}
#mz-banner2 .swiper-slide a {
  display: block;
  overflow: hidden
}
#mz-banner2 .swiper-slide:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(15, 86, 149, .65);
  z-index: 9
}
#mz-banner2 .swiper-slide-active:before {
  display: none !important
}
#mz-banner2 .swiper-slide .text {
  background: rgba(15, 86, 149, .9);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  padding: 25px 45px 25px 65px;
  z-index: 10;
  display: flex;
  align-items: center;
  opacity: 0
}
#mz-banner2 .swiper-slide .text .txt {
  float: left;
  width: calc(100% - 95px)
}
#mz-banner2 .swiper-slide .text .txt h3 {
  font-size: 30px
}
#mz-banner2 .swiper-slide .text .txt p {
  font-size: 16px
}
#mz-banner2 .swiper-slide .text .more3 {
  width: 95px;
  float: right;
  display: flex;
  justify-content: space-between
}
#mz-banner2 .swiper-slide .text .more3 i {
  width: 28px;
  background: url(../images/baiyou.svg) no-repeat right center;
  background-size: 28px;
}
#mz-banner2 .swiper-slide a img {
  transition: all .6s ease-out
}
#mz-banner2 .swiper-slide:hover a img {
  transform: scale(1.1)
}
#mz-banner2 .swiper-slide-active .text {
  opacity: 1
}
#mz-banner2 .swiper-button-prev {
  width: 60px;
  height: 60px;
  background: url(../images/lanyou.svg) no-repeat center #fff;
  left: 0;
  margin-top: -30px;
  background-size: 40px;
  transition: all 0.5s ease 0s;
  transform: scaleX(-1); /* -1 表示水平翻转，1 为正常 */
}
#mz-banner2 .swiper-button-prev:hover {
  background: url(../images/baiyou.svg) no-repeat center #1c366f;
  background-size: 40px;
  transform: scaleX(-1); /* -1 表示水平翻转，1 为正常 */
}
#mz-banner2 .swiper-button-next {
  width: 60px;
  height: 60px;
  background: url(../images/lanyou.svg) no-repeat center #fff;
  right: 0;
  margin-top: -30px;
  background-size: 40px;
  transition: all 0.5s ease 0s;
}
#mz-banner2 .swiper-button-next:hover {
  background: url(../images/baiyou.svg) no-repeat center #1c366f;
  background-size: 40px;
}
@media(max-width:1600px) {
  .mz04 {
    padding: 90px 0
  }
  #mz-banner2 .swiper-slide .text .txt h3 {
    font-size: 24px
  }
  #mz-banner2 .swiper-slide .text .txt p {
    font-size: 14px
  }
}
@media(max-width:1279px) {
  #mz-banner2 .swiper-slide .text {
    padding: 20px 25px 20px
  }
}
@media(max-width:1024px) {
  .mz04 {
    padding: 70px 0
  }
}
@media(max-width:820px) {
  .mz04 {
    padding: 55px 0
  }
  .index_case {
    margin-top: 30px
  }
  #mz-banner2 .swiper-slide .text {
    padding: 15px 20px
  }
  #mz-banner2 .swiper-slide .text .txt h3 {
    font-size: 20px
  }
  #mz-banner2 .swiper-button-prev {
    width: 40px;
    height: 40px;
    margin-top: -20px
  }
  #mz-banner2 .swiper-button-next {
    width: 40px;
    height: 40px;
    margin-top: -20px
  }
}
@media(max-width:640px) {
  .mz04 {
    padding: 35px 0
  }
  .index_case {
    margin-top: 20px
  }
  #mz-banner2 .swiper-slide .text {
    padding: 12px 20px
  }
  #mz-banner2 .swiper-slide .text .txt {
    width: 100%
  }
  #mz-banner2 .swiper-slide .text .txt h3 {
    font-size: 16px
  }
  #mz-banner2 .swiper-slide .text .more3 {
    display: none
  }
}
.index5 {
  padding: 75px 0 25px
}
.hzhb_list {
  display: flex;
  flex-wrap: wrap
}
.hzhb_list li {
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 10px
}
.hzhb_list li:nth-child(4n) {
  margin-right: 0
}
.hzhb_list li img {
  transition: all .5s ease-out
}
.hzhb_list li img:hover {
  transform: scale(1.1);
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -o-filter: grayscale(0);
  -ms-filter: grayscale(0)
}
@media(max-width:1024px) {
  .index5 {
    padding: 0 0 70px
  }
}
@media(max-width:820px) {
  .index5 {
    padding: 0 0 55px
  }
  .hzhb_list {
    margin-top: 15px
  }
  .hzhb_list li {
    width: 32%
  }
  .hzhb_list li:nth-child(4n) {
    margin-right: 2%
  }
  .hzhb_list li:nth-child(3n) {
    margin-right: 0
  }
}
@media(max-width:640px) {
  .index5 {
    padding: 35px 0 35px
  }
  .hzhb_list li {
    width: 50% !important; /* 2个元素每行 */
  }
  .hzhb_list li {
    width: 49%;
    margin-bottom: 5px
  }
  .hzhb_list li:nth-child(3n) {
    margin-right: 2%
  }
  .hzhb_list li:nth-child(2n) {
    margin-right: 0
  }
}
.index6 {
  padding: 100px 0 125px;
  background: url(../images/index_mznews_bg.jpg) no-repeat center;
  background-size: cover
}
.mznews_list1 {
  display: flex;
  flex-wrap: wrap; /* 允许换行，超出3个时自动折行 */
  margin-top: 45px;
  gap: 25px; /* 元素之间的间距 */
  justify-content: space-between; /* 两端对齐 */
}
/* 子元素样式 - 一行固定显示3个 */
.mznews_list1 > * {
  flex: 0 0 calc((100% - 50px) / 3); /* 计算每个元素宽度（总宽度减去两个间距） */
  box-sizing: border-box; /* 确保padding和border不影响宽度计算 */
}
/* 解决最后一行元素不足3个时的对齐问题（可选） */
.mznews_list1::after {
  content: "";
  flex: 0 0 calc((100% - 50px) / 3); /* 与子元素同宽的占位符 */
  visibility: hidden; /* 隐藏占位符但保留空间 */
}
/* 移动端适配 - 单列显示 */
@media (max-width: 767px) {
  .mznews_list1 {
    gap: 0px; /* 移动端可适当减小间距 */
    justify-content: flex-start; /* 单列时左对齐更自然 */ padding: 0px;
  }
  .mznews_list1 > * {
    flex: 0 0 100%; /* 占满整行，一行显示1个 */
  }
  /* 移除移动端的占位符，避免多余空白 */
  .mznews_list1::after {
    display: none;
  }
}
.mznews_list1 li {
  position: relative
}
.mznews_list1 li .img {
  width: 100%;
  margin-bottom: 240px;
  height: 500px;
  overflow: hidden
}
.mznews_list1 li .img img {
  width: 100%;
  height: 100%
}
.mznews_list1 li .text {
  position: absolute;
  left: 20px;
  top: calc(100% - 280px);
  width: calc(100% - 40px);
  z-index: 10;
  background-color: #fff;
  padding: 30px;
  transition: all .5s ease;
  box-shadow: 0 0 10px #e6e9ef;
}
.mznews_list1 li .text h3 {
  font-size: 22px;
  color: #1a1a1a;
  line-height: 1.4em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical
}
.mznews_list1 li .text span {
  font-size: 16px;
  color: #666;
  display: block;
  margin: 20px 0 10px
}
.mznews_list1 li .text p {
  font-size: 14px;
  color: #666;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden
}
.mznews_list1 li .text i {
  display: block;
  margin-top: 18px;
  transition: all .3s ease
}
.mznews_list1 li:hover .text {
  top: calc(100% - 290px)
}
.mznews_list1 li:hover .text h3 {
  color: #1c366f
}
.mznews_list1 li:hover .text i {
  display: block
}
.index6 a.more4 {
  margin: 25px auto 0 !important
}
@media(max-width:1600px) {
  .index6 {
    padding: 90px 0
  }
  .mznews_list1 li .img {
    height: 330px
  }
  .mznews_list1 li .text {
    padding: 30px 25px 20px
  }
  .mznews_list1 li .text h3 {
    font-size: 18px
  }
  .mznews_list1 li .text span {
    font-size: 14px;
    margin: 10px 0 5px
  }
}
@media(max-width:1280px) {
  .mznews_list1 li .img {
    height: 300px
  }
  .mznews_list1 li .text {
    padding: 20px 20px 30px
  }
}
@media(max-width:1024px) {
  .index6 {
    padding: 70px 0
  }
  .index6 a.more4 {
    margin: 35px auto 0 !important
  }
}
@media(max-width:820px) {
  .index6 {
    padding: 55px 0
  }
  .mznews_list1 {
    margin-top: 30px
  }
  .mznews_list1 li .img {
    height: 200px
  }
  .mznews_list1 li .text {
    position: absolute;
    left: 15px;
    width: calc(100% - 30px);
    padding: 15px 15px
  }
  .mznews_list1 li .text h3 {
    font-size: 16px
  }
  .mznews_list1 li .text i {
    margin-top: 15px
  }
}
@media(max-width:640px) {
  .index6 {
    padding: 35px 0
  }
  .mznews_list1 {
    margin-top: 20px
  }
  .mznews_list1 li {
    width: 100%;
    margin-bottom: 20px
  }
  .mznews_list1 li .img {
    margin-bottom: 180px
  }
  .mznews_list1 li .text {
    left: 10px;
    width: calc(100% - 20px);
    top: calc(100% - 230px)
  }
  .mznews_list1 li:hover .text {
    top: calc(100% - 250px)
  }
}
@media(max-width:460px) {
  .index6 {
    padding: 30px 0
  }
  .mznews_list1 li {
    margin-bottom: 15px
  }
  .mznews_list1 li .img {
    margin-bottom: 140px
  }
  .mznews_list1 li .text {
    top: calc(100% - 200px)
  }
  .mznews_list1 li:hover .text {
    top: calc(100% - 200px)
  }
  .mznews_list1 li .text i {
    display: none !important
  }
  .index6 a.more4 {
    margin: 30px auto 0 !important
  }
}
.mz_foot {
  background: url(../images/pic8.png) no-repeat center;
  padding: 78px 0 100px;
  background-size: cover;
  color: #fff
}
.mz_foot .container {
  display: flex;
  justify-content: space-between;
  align-items: center
}
.mz_foot .text {
  width: calc(100% - 180px)
}
.mz_foot .text .p1 {
  padding-left: 50px;
  background: url(../images/bo.png) no-repeat left center;
  font-size: 20px;
  line-height: 40px;
  margin-bottom: 25px;
  background-size: contain;
}
.mz_foot .text .p2 {
  font-size: 40px
}
.mz_foot .text .p3 {
  font-size: 30px;
  font-weight: 700
}
a.more4 {
  display: flex;
  justify-content: center;
  position: relative;
  font-size: 16px;
  line-height: 55px;
  height: 55px;
  z-index: 3;
  padding: 0 25px;
  width: fit-content;
}
a.more4:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1c366f;
  z-index: 1
}
a.more4:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #0f5695;
  z-index: 2;
  transition: all .5s ease-out
}
a.more4 span {
  position: relative;
  z-index: 9;
  color: #fff
}
a.more4 i {
  width: 28px;
  background: url(../images/baiyou.svg) no-repeat center;
  margin-left: 12px;
  position: relative;
  z-index: 9;
  background-size: 28px;
}
a.more4:hover:after {
  width: 100%
}
a.more4:hover span {
  color: #fff
}
a.more4:hover i {
  background: url("../images/baiyou.svg") no-repeat center;
  background-size: 28px;
}
@media(max-width:1600px) {
  .mz_foot {
    padding: 78px 0
  }
  .mz_foot .text .p2 {
    font-size: 32px
  }
  .mz_foot .text .p3 {
    font-size: 24px
  }
  a.more4 {
    font-size: 15px;
    line-height: 46px;
    height: 46px
  }
}
@media(max-width:1279px) {
  .mz_foot .text .p2 {
    font-size: 26px
  }
  .mz_foot .text .p3 {
    font-size: 20px
  }
  a.more4 {
    font-size: 14px;
    line-height: 36px;
    height: 36px
  }
}
@media(max-width:1024px) {
  .mz_foot {
    padding: 65px 0
  }
}
@media(max-width:820px) {
  .mz_foot {
    padding: 50px 0
  }
  .mz_foot .text .p1 {
    font-size: 18px;
    margin-bottom: 15px
  }
  .mz_foot .text .p2 {
    font-size: 18px
  }
  .mz_foot .text .p3 {
    font-size: 15px
  }
}
@media(max-width:640px) {
  .mz_foot {
    padding: 35px 0
  }
  .mz_foot .container {
    flex-wrap: wrap
  }
  .mz_foot .text {
    width: 100%
  }
  a.more4 {
    margin-top: 15px
  }
}
.foot {
  background: #f5f5f5;
  padding: 70px 0 70px
}
.foot_l {
  width: 29%;
  float: left
}
.foot_l .p1 {
  font-size: 26px;
  color: #333;
  font-weight: 700;
  margin-top: 15px
}
.f_mzlx {
  margin-top: 15px
}
.f_mzlx p:nth-child(1) {
  padding-left: 28px;
  font-size: 16px;
  color: #666;
  font-weight: 400;
  background: url(../images/kefu.svg) no-repeat left center;
  background-size: 22px;
}
.f_mzlx p:nth-child(2) {
  font-size: 22px;
  color: #1a1a1a;
  font-weight: 700;
  line-height: 1.6
}
.foot_r {
  width: 68.5%;
  float: right
}
.f_nav {
  display: flex;
  justify-content: space-between
}
.f_nav li h3 {
  font-size: 22px;
  color: #212121;
  font-weight: 400;
  margin-bottom: 10px
}
.f_nav li a {
  font-size: 16px;
  color: #666;
  display: block;
  transition: all 0.5s ease 0s;
  margin-bottom: 5px;
}
.f_nav li a:hover {
  color: #1c366f
}
.foot_r_bottom {
  margin-top: 65px;
  border-top: 2px solid #dcdcdc;
  padding: 20px 0 0
}
.f_link {
  float: left;
  width: calc(100% - 160px);
  display: flex;
  flex-wrap: wrap
}
.f_link a {
  display: inline-block;
  margin-left: 15px
}
.f_share {
  display: flex
}
.f_share a {
  display: block;
  margin-left: 18px;
  position: relative;
  cursor: pointer
}
.f_code {
  position: absolute;
  width: 120px;
  padding: 5px;
  background: #fff;
  top: 30px;
  opacity: 0;
  left: 50%;
  margin-left: -60px
}
.f_share a:hover .f_code {
  opacity: 1
}
.copyright {
  background: #1c366f;
  font-size: 16px;
  color: #fff;
  padding: 25px 0
}
.copyright a {
  font-size: 16px;
  color: #fff
}
.copyright_l {
  float: left;
  max-width: 70%
}
.copyright_r {
  float: right;
  max-width: 30%
}
@media(max-width:1600px) {
  .foot {
    padding: 60px 0
  }
  .foot_l .p1 {
    font-size: 20px
  }
  .f_mzlx p:nth-child(2) {
    font-size: 30px
  }
  .f_nav li h3 {
    font-size: 18px;
    margin-bottom: 15px
  }
  .f_nav li a {
    font-size: 14px
  }
  .copyright {
    padding: 15px 0;
    font-size: 14px
  }
  .copyright a {
    font-size: 14px
  }
}
@media(max-width:1024px) {
  .foot {
    padding: 70px 0
  }
  .f_mzlx {
    margin-top: 80px
  }
}
@media(max-width:820px) {
  .foot {
    padding: 55px 0
  }
  .foot_l {
    width: 100%
  }
  .foot_l .p1 {
    font-size: 16px
  }
  .f_mzlx {
    margin-top: 30px
  }
  .f_mzlx p:nth-child(1) {
    font-size: 15px
  }
  .f_mzlx p:nth-child(2) {
    font-size: 26px
  }
  .foot_r {
    width: 100%;
    margin-top: 20px
  }
  .f_nav li h3 {
    font-size: 16px
  }
  .copyright {
    padding: 10px 0
  }
  .copyright_l {
    width: 100%;
    max-width: 100%;
    text-align: center
  }
  .copyright_r {
    width: 100%;
    max-width: 100%;
    text-align: center
  }
}
@media(max-width:640px) {
  .foot {
    padding: 30px 0
  }
  .f_logo img {margin-bottom: 15px;height: 50px;
  }
  .foot_l .p1 {
    margin-top: 5px
  }
  .f_mzlx {
    margin-top: 20px
  }
  .f_mzlx p:nth-child(1) {
    font-size: 14px
  }
  .f_mzlx p:nth-child(2) {
    font-size: 18px
  }
  .foot_r {
    display: none
  }
}
.fl {
  float: left
}
.fr {
  float: right
}
.fwn {
  font-weight: 400
}
.f_none {
  display: none
}
#headerer_s.mzn-header {
  border-bottom: 1px solid #ececec
}
#mz-placeholder {
  height: 80px
}
.sitemp .site {
  background: url(../images/home.png) no-repeat left center;
  color: #
}
.sitemp .site a {
  color: #
}
#mz-site {
  padding: 15px 0
}
#mz-site p {
  display: flex;
  align-items: flex-start;
  font-size: 14px;
  line-height: 24px;
  color: #fff
}
#mz-site a {
  color: #fff;
  transition: .5s
}
#mz-site a:hover {
  color: #1c366f
}
#mz-site a:first-child {
  display: inline-block;
  padding-left: 26px;
  background: url(../images/home.png) no-repeat left center
}
#mz-site span {
  display: inline-block;
  padding: 0 10px
}
#mz-top-banner {
  position: relative;
  height: 700px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden
}
#player1 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 150px;
  height: 122px;
  margin: 100px 0 0 -75px
}
#player1 .video_click {
  display: block;
  text-align: center
}
#player1 p {
  font-size: 20px;
  color: #fff;
  margin-top: 10px
}
#mz-top-banner .mz-wrap {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff
}
#mz-top-banner .mz-box {
  position: relative;
  padding: 55px 0 70px;
  overflow: hidden
}
#mz-top-banner .mz-box .mz-num {
  position: absolute;
  bottom: -20px;
  right: 0;
  font-size: 124px;
  line-height: 1;
  color: #f3f3f3
}
#mz-top-banner .mz-box2 {
  display: flex;
  align-items: center;
  justify-content: space-between
}
#mz-top-banner .mz-box2 .mz-title {
  font-size: 48px;
  line-height: 58px;
  color: #333
}
#mz-top-banner .mz-box2 .mz-text {
  padding: 10px 0 25px;
  font-size: 26px;
  line-height: 36px;
  color: #777
}
#mz-top-banner .mz-box2 .mz-line {
  width: 16px;
  height: 6px;
  background: #1c366f
}
#mz-top-banner .mz-box2 .mz-lt {
  width: -webkit-calc(100% - 60px);
  width: calc(100% - 60px)
}
#mz-top-banner .mz-box2 .mz-gt {
  width: 36px;
  height: 36px;
  border: 1px solid #999;
  border-radius: 50%;
  background: url(../images/jt4.png) no-repeat center/10px auto
}
.mzn-banner {
  position: relative;
  height: 360px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden
}
.mzn-banner_text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 99;
  color: #fff
}
.mzn-banner_text .line1 {
  width: 40px;
  height: 6px;
  background: #fff
}
.mzn-banner_text h3 {
  font-style: normal;
  font-weight: 400;
  -webkit-text-size-adjust: none;
  font-size: 56px;
  line-height: 1;
  margin: 40px 0 30px
}
.mzn-banner_text p {
  font-size: 24px
}
.yyly_new1 {
  padding: 60px 0 100px
}
.yyly_new1 .container {
  max-width: 1200px
}
.yyly_t1 {
  text-align: center
}
.yyly_t1 h3 {
  margin-bottom: 19px;
  font-size: 48px;
  line-height: 1;
  color: #111
}
.yyly_t1 p {
  font-size: 24px;
  color: #444;
  margin: 0 auto 60px;
  width: 70%
}
.yyly_new1 ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px
}
.yyly_new1 ul li {
  width: 23.5%;
  margin-right: 2%
}
.yyly_new1 ul li:nth-child(4n) {
  margin-right: 0
}
.yyly_new1 ul li p {
  cursor: default;
  color: #444;
  background-color: #f6f6f6;
  height: 80px;
  line-height: 1.6em;
  font-weight: 700;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center
}
.yyly_new1 ul li:hover .img img {
  transform: scale(1.1)
}
.yyly_new2 {
  padding: 60px 0 100px;
  position: relative
}
.yyly_new2:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 480px;
  background: url(../images/yyly_bg1.jpg) no-repeat top center;
  background-size: cover;
  z-index: -1
}
.yyly_new2 .container {
  max-width: 1200px
}
.yyly_new2 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  margin-top: 50px
}
.yyly_new2 ul li {
  width: 25%;
  background: #fff
}
.yyly_new2 ul li .img1 {
  line-height: 120px;
  text-align: center
}
.yyly_new2 ul li .img1 img {
  position: relative;
  z-index: 9
}
.yyly_new2 ul li .text {
  padding: 60px 50px
}
.yyly_new2 ul li .text h3 {
  margin-bottom: 30px;
  line-height: 1;
  text-align: center;
  font-size: 24px;
  color: #222
}
.yyly_new2 ul li .text p {
  color: #444;
  text-align: center;
  line-height: 24px;
  font-size: 14px
}
.yyly_new2 ul:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background-image: linear-gradient(90deg, #1680a5 0, #115c77 100%), linear-gradient(#32beff, #32beff);
  background-color: #1c366f;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px
}
@media(max-width:1600px) {
  #mz-top-banner {
    height: 600px !important
  }
  #mz-top-banner .mz-box2 .mz-title {
    font-size: 32px;
    line-height: 42px
  }
  #mz-top-banner .mz-box2 .mz-text {
    font-size: 20px;
    line-height: 30px
  }
  .mzn-banner_text h3 {
    font-size: 42px
  }
  .mzn-banner_text p {
    font-size: 20px
  }
  .yyly_new1 ul {
    margin-top: 40px
  }
  .yyly_new1 ul li p {
    font-size: 20px;
    height: 65px
  }
  .yyly_new2 ul {
    margin-top: 40px
  }
  .yyly_new2 ul:after {
    height: 100px
  }
  .yyly_new2 ul li .img1 {
    line-height: 100px
  }
  .yyly_new2 ul li .img1 img {
    max-height: 60px
  }
  .yyly_new2 ul li .text {
    padding: 50px 40px
  }
  .yyly_new2 ul li .text h3 {
    font-size: 20px;
    margin-bottom: 20px
  }
  #player1 p {
    font-size: 15px
  }
}
@media(max-width:1279px) {
  #mz-top-banner .mz-box .mz-num {
    bottom: -8px;
    font-size: 60px
  }
  .mzn-banner_text h3 {
    font-size: 32px;
    margin: 30px 0 20px
  }
  .mzn-banner_text p {
    font-size: 17px
  }
}
@media(max-width:990px) {
  #mz-placeholder {
    height: 60px
  }
  .yyly_new1, .yyly_new2 {
    padding: 60px 0
  }
  .yyly_new1 ul {
    margin-top: 30px
  }
  .yyly_new1 ul li p {
    font-size: 17px;
    height: 55px
  }
  .yyly_new2 ul {
    margin-top: 30px
  }
  .yyly_new2 ul:after {
    height: 90px
  }
  .yyly_new2 ul li .img1 {
    line-height: 90px
  }
  .yyly_new2 ul li .img1 img {
    max-height: 55px
  }
  .yyly_new2 ul li .text {
    padding: 30px 20px
  }
  .yyly_new2 ul li .text h3 {
    font-size: 17px;
    margin-bottom: 15px
  }
}
@media(max-width:820px) {
  .yyly_new1, .yyly_new2 {
    padding: 50px 0
  }
  .yyly_new1 ul {
    margin-top: 20px
  }
  .yyly_new1 ul li p {
    font-size: 16px;
    height: 55px
  }
  .yyly_new2 ul {
    margin-top: 20px
  }
  .yyly_new2 ul li .text {
    padding: 25px 15px
  }
  .yyly_new2 ul li .text h3 {
    font-size: 16px;
    margin-bottom: 15px
  }
  #player1 {
    width: 120px;
    height: 86px;
    margin: 100px 0 0 -60px
  }
  #player1 img {
    max-width: 50px
  }
  #player1 p {
    font-size: 14px
  }
}
@media(max-width:767px) {
  #mz-top-banner {
    height: 400px !important
  }
  #mz-top-banner .mz-box {
    padding: 15px 0 30px
  }
  #mz-top-banner .mz-box2 .mz-title {
    font-size: 24px;
    line-height: 34px
  }
  #mz-top-banner .mz-box2 .mz-text {
    font-size: 14px;
    line-height: 24px
  }
  #mz-top-banner .mz-box .mz-num {
    bottom: -10px;
    font-size: 50px
  }
  .mzn-banner_text h3 {
    font-size: 24px;
    margin: 25px 0 20px
  }
  .mzn-banner_text p {
    font-size: 14px
  }
  .yyly_new2 ul li {
    width: 50%;
    margin-bottom: 15px;
    position: relative
  }
  .yyly_new2 ul:after {
    display: none
  }
  .yyly_new2 ul li .img1 {
    position: relative;
    line-height: 70px
  }
  .yyly_new2 ul li .img1:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    background-image: linear-gradient(90deg, #1680a5 0, #115c77 100%), linear-gradient(#32beff, #32beff);
    background-color: #1c366f
  }
  .yyly_new2 ul li .img1 img {
    max-height: 50px
  }
  .yyly_new2 ul li:nth-child(1) .img1:after, .yyly_new2 ul li:nth-child(3) .img1:after {
    border-radius: 12px 0 0 0
  }
  .yyly_new2 ul li:nth-child(2) .img1:after, .yyly_new2 ul li:nth-child(4) .img1:after {
    border-radius: 0 12px 0 0
  }
}
@media(max-width:560px) {
  .yyly_new1 ul li {
    width: 49%;
    margin-bottom: 15px
  }
  .yyly_new1 ul li:nth-child(2n) {
    margin-right: 0
  }
  .yyly_new2 ul li .text {
    padding: 15px 12px
  }
  #player1 {
    width: 110px;
    height: 72px;
    margin: 60px 0 0 -36px
  }
  #player1 img {
    max-width: 42px
  }
}
@media(max-width:460px) {
  #mz-top-banner .mz-box2 .mz-title {
    font-size: 20px
  }
  #mz-top-banner .mz-box2 .mz-text {
    padding: 2px 0 20px
  }
  #mz-top-banner .mz-box .mz-num {
    font-size: 42px
  }
}
#mz-ab {
  background: url(../images/mz-ab.gif) no-repeat right center;
  padding: 115px 0 100px;
  background-size: contain
}
.mz-ab_l {
  width: 46.25%
}
.mz-ab_l .t1 {
  text-align: left
}
.mz-ab_l .t1 p {
  font-size: 22px;
  color: #666;
  line-height: 1.6
}
.mz-ab_l .text {
  margin-top: 45px;
  font-size: 16px;
  color: #777;
  line-height: 1.8
}
.mz-ab_video video {
  width: 100%
}
#mz-ab2 {
  background: url(../images/mz-ab2.jpg) no-repeat center;
  padding: 85px 0 100px;
  background-size: cover
}
#mz-ab2 .t1 {
  text-align: left
}
#mz-ab2 .t1 h2 {
  color: #fff
}
#mz-ab2 .t1 h2 span {
  background: url(../images/t2.png) no-repeat left center
}
#mz-ab2 .text {
  font-size: 20px;
  color: #b2b2b2;
  margin-top: 60px
}
#mz-ab2 .text p {
  padding: 42px 0 20px;
  border-bottom: 1px solid #333c4c
}
#mz-ab2 .text p:nth-child(1) {
  max-width: 622px
}
#mz-ab2 .text p:nth-child(2) {
  max-width: 585px
}
#mz-ab2 .text p:nth-child(3) {
  max-width: 405px
}
#mz-ab2 .text strong {
  color: #fff;
  font-size: 26px;
  font-weight: 400
}
#mz-ab3 {
  padding: 105px 0 115px
}
#mz-ab3 .container {
  position: relative
}
.mz-ab3_t {
  margin-bottom: 110px
}
#mz-ab3 .t1 {
  text-align: left;
  max-width: 60%;
  float: left
}
#mz-ab3 .t1 p {
  max-width: 725px
}
.mz-ab3_btn {
  width: 30%;
  max-width: 400px;
  position: relative;
  float: right;
  margin-top: 60px
}
#mz-ab3 .swiper-pagination {
  position: relative;
  text-align: left;
  font-size: 14px;
  color: #b2b2b2
}
#mz-ab3 .swiper-pagination .swiper-pagination-current {
  font-size: 24px;
  color: #000;
  font-weight: 700
}
#mz-ab3 .swiper-pagination .swiper-pagination-total {
  font-size: 14px;
  color: #b2b2b2
}
.mz-ab3_btn .mz-line-box {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #e0e0e0
}
100% {
  width: 100%
}
100% {
  width: 100%
}
100% {
  width: 100%
}
100% {
  width: 100%
}
.company-honor-swiper {
  width: 100%;
  height: 390px;
  margin: auto;
  background: url(../images/honort.png) center bottom repeat-x;
  margin-top: 100px;
  padding-bottom: 40px
}
.company-honor-swiper .swiper-slide {
  width: auto;
  height: 300px;
  display: table
}
.table-bottom {
  display: table-cell;
  vertical-align: bottom
}
.honor-img {
  overflow: hidden;
  display: block;
  position: relative;
  max-width: 221px
}
.honor-img .htop {
  height: 7px;
  width: 100%;
  background: url(../images/honor1.png) no-repeat;
  background-size: 100% 100%
}
.honor-img .hbottom {
  height: 27px;
  width: 100%;
  background: url(../images/honor3.png) no-repeat;
  background-size: 100% 100%
}
.honor-img .hcenter {
  padding: 0 7px;
  background: url(../images/honor2.png) no-repeat;
  background-size: 100% 100%
}
.honor-img .hcenter img {
  display: block
}
.honor-img a {
  display: block
}
.honor-img a::before {
  content: '';
  width: 50px;
  height: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -25px;
  margin-top: -35px;
  z-index: 10;
  background: url(../images/fd.png) no-repeat;
  display: none
}
.honor-img a:hover::before {
  display: block
}
.honor-img a:hover {
  opacity: .7
}
#mz-ab5 {
  padding-top: 135px
}
#mz-ab4 .t1 {
  margin-bottom: 50px
}
.mz-banner3 .swiper-slide {
  position: relative;
  padding-bottom: 38px
}
.mz-banner3 p {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.6;
  height: 76px;
  color: #fff;
  font-size: 22px;
  background: #1c366f;
  position: absolute;
  width: 75%;
  left: 12.5%;
  bottom: 0
}
.mz-banner3 .swiper-slide:hover .img img {
  transform: scale(1.1)
}
.mzn-bottom {
  padding-bottom: 100px
}
.mzn-bottom ul {
  display: flex;
  justify-content: space-between
}
.mzn-bottom ul li {
  width: 33.3333%
}
.mzn-bottom ul li a {
  display: block;
  text-align: center
}
.mzn-bottom ul li .p1 {
  font-size: 34px;
  color: #1a1a1a;
  font-weight: 700;
  padding: 10px 0 0
}
.mzn-bottom ul li .p2 {
  font-size: 16px;
  color: #1a1a1a
}
.mzn-bottom ul li:hover .p1, .mzn-bottom ul li:hover .p2 {
  color: #1c366f
}
@media(max-width:1600px) {
  #mz-ab {
    padding: 90px 0
  }
  .mz-ab_l .t1 p {
    font-size: 16px
  }
  .mz-ab_l .text {
    margin-top: 25px;
    font-size: 14px
  }
  #mz-ab2 .text {
    font-size: 16px;
    margin-top: 40px
  }
  #mz-ab2 .text p {
    padding: 30px 0 20px
  }
  #mz-ab2 .text strong {
    font-size: 20px
  }
  #mz-ab2 .text p:nth-child(1) {
    max-width: 480px
  }
  #mz-ab2 .text p:nth-child(2) {
    max-width: 460px
  }
  #mz-ab2 .text p:nth-child(3) {
    max-width: 335px
  }
  #mz-ab3 {
    padding: 90px 0
  }
  .mz-ab3_t {
    margin-bottom: 80px
  }
  #mz-ab5 {
    padding-top: 90px
  }
  .mz-banner3 .swiper-slide {
    padding-bottom: 30px
  }
  .mz-banner3 p {
    height: 60px;
    font-size: 18px;
    width: 80%;
    left: 10%
  }
  .mzn-bottom {
    padding-bottom: 60px
  }
  .mzn-bottom ul li .p1 {
    font-size: 26px
  }
  .mzn-bottom ul li .p2 {
    font-size: 15px
  }
}
@media(max-width:1279px) {
  #mz-ab, #mz-ab2, #mz-ab3 {
    padding: 70px 0
  }
  #mz-ab2 .text {
    font-size: 14px;
    margin-top: 30px
  }
  #mz-ab2 .text p {
    padding: 20px 0 15px
  }
  #mz-ab2 .text strong {
    font-size: 18px
  }
  #mz-ab2 .text p:nth-child(1) {
    max-width: 425px
  }
  #mz-ab2 .text p:nth-child(2) {
    max-width: 400px
  }
  #mz-ab2 .text p:nth-child(3) {
    max-width: 290px
  }
  .mz-ab3_t {
    margin-bottom: 60px
  }
  #mz-ab4 .t1 {
    margin-bottom: 30px
  }
  .mzn-bottom {
    padding-bottom: 50px
  }
  .mzn-bottom ul li .p1 {
    font-size: 22px
  }
  .mzn-bottom ul li .p2 {
    font-size: 14px
  }
}
@media(max-width:990px) {
  .mz-ab_l {
    width: 100%
  }
  #mz-ab2 .text {
    margin-top: 20px
  }
  #mz-ab2 .text strong {
    font-size: 16px
  }
  #mz-ab2 .text p {
    padding: 15px 0 10px
  }
}
@media(max-width:820px) {
  #mz-ab, #mz-ab2, #mz-ab3 {
    padding: 55px 0
  }
  .mz-ab3_t {
    margin-bottom: 40px
  }
  .mzn-bottom {
    padding-bottom: 30px
  }
  .mzn-bottom ul li .p1 {
    font-size: 18px
  }
  #mz-ab3 .t1 {
    max-width: 100%
  }
  .mz-ab3_btn {
    display: none
  }
  .company-honor-swiper {
    height: 370px
  }
  #mz-ab5 {
    padding-top: 70px
  }
  #mz-ab4 .t1 {
    margin-bottom: 20px
  }
  .mz-banner3 .swiper-slide {
    padding-bottom: 20px
  }
  .mz-banner3 p {
    height: 40px;
    font-size: 16px;
    width: 85%;
    left: 7.5%
  }
  .mzn-bottom ul li a .img img {
    max-height: 40px
  }
}
@media(max-width:640px) {
  #mz-ab, #mz-ab2, #mz-ab3 {
    padding: 35px 0
  }
  #mz-ab2 {
    background: url(../images/mz-ab2.jpg) no-repeat 0 center
  }
  .company-honor-swiper {
    height: 340px
  }
  .mzn-bottom ul li a .img img {
    max-height: 30px
  }
  .mzn-bottom ul li .p1 {
    font-size: 16px;
    padding: 5px 0 0
  }
  #mz-ab5 {
    padding-top: 50px
  }
}
.mzn-product {
  padding: 90px 0 0
}
.mzn-product .mz02 {
  margin: 60px 0 160px
}
.mzcp-detail1 {
  background: url(../images/pd1_bg.jpg) no-repeat bottom center;
  background-size: cover;
  padding: 95px 0 80px
}
.mzcp-detail1 h1 {
  font-size: 58px;
  color: #1a1a1a;
  font-weight: 400;
  line-height: 1
}
.mzcp-detail1 .cont {
  margin: 50px 0 75px;
  display: flex;
  justify-content: space-between
}
.mzcp-detail1 .cont .img {
  width: 58%
}
.mzcp-detail1 .cont .text {
  width: 35%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 16px;
  color: #6c6c6c;
  line-height: 1.6
}
.mzcp-detail1 .cont .text strong {
  font-size: 28px;
  color: #1c366f;
  font-weight: 400;
  display: block;
  margin-bottom: 10px
}
.mzcp-detail1 .cont .text a strong {
  font-size: 16px;
  color: #6c6c6c;
  display: inline-block
}
.mzcp-detail1 a.more2 {
  width: 258px;
  margin: 0 auto
}
.mzcp-ys {
  display: flex;
  flex-wrap: wrap
}
.mzcp-ys .text {
  width: 60.5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 50px 7% 50px 8.3%;
  background: #1c366f
}
.mzcp-ys .text .t1 h2, .mzcp-ys .text .t1 p {
  color: #fff
}
.mzcp-ys .text .t1 h2 span {
  background: url(../images/t2.png) no-repeat left center
}
.ys_list2 {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  padding: 35px 9%;
  margin-top: 60px
}
.ys_list2 li {
  width: 33.333%;
  padding: 35px 0
}
.ys_list2 li .img img {
  width: auto;
  height: auto
}
.ys_list2 li .p1 {
  font-size: 15px;
  color: #1a1a1a;
  margin-top: 10px
}
.ys_list2 li .p1 span {
  font-size: 56px;
  line-height: 1
}
.ys_list2 li .p2 {
  font-size: 14px;
  color: #666
}
.ys_list2 li .p2 span {
  font-size: 18px;
  font-weight: 700
}
.ys_list2 li:last-child .p1 {
  margin-top: 20px
}
.ys_list2 li:last-child .p1 span {
  font-size: 36px;
  line-height: 56px;
  display: block
}
.mzcp-ys .img {
  width: 39.5%
}
.mzcp-ys .img img {
  width: 100%;
  height: 100%
}
.mzcp-cs {
  background: #e6eaed;
  padding: 65px 0 170px
}
.cs_tab {
  display: flex;
  justify-content: center;
  margin-top: 90px
}
.cs_tab li {
  font-size: 20px;
  color: #1a1a1a;
  text-align: center;
  padding: 0 70px;
  line-height: 66px
}
.cs_tab li.on {
  background: #1c366f;
  color: #fff
}
.cs_table {
  display: none;
  padding: 60px 55px 90px;
  background: #fff;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch
}
.cs_table table {
  max-width: 100%;
  margin: 0 auto;
  min-width: 600px
}
.cs_table table tr {
  border-top: 1px solid #1c366f;
  border-left: 1px solid #1c366f
}
.cs_table table tr td {
  padding: 3px 5px;
  border-bottom: 1px solid #1c366f;
  border-right: 1px solid #1c366f;
  font-size: 16px
}
.cs_table table tr td strong {
  font-size: 20px;
  color: #333
}
.product2_detail {
  background: url(../images/pd1_bg.jpg) no-repeat bottom center;
  background-size: cover;
  padding: 95px 0 80px;
  margin-bottom: 30px
}
.product2_detail h1 {
  font-size: 58px;
  color: #1a1a1a;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 52px
}
.product2_list li {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 35px
}
.product2_list li:nth-child(2n) {
  flex-direction: row-reverse
}
.product2_list li .img {
  width: 50%
}
.product2_list li .text {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 16px;
  color: #6c6c6c;
  line-height: 1.8;
  padding: 30px 7%
}
.product2_list li .text strong {
  font-size: 28px;
  color: #1c366f;
  font-weight: 400;
  display: block;
  margin-bottom: 15px
}
.product2_list li .text a.more2 {
  width: 200px;
  margin-top: 60px
}
.product2_list li .text a.more2 em {
  font-size: 0;
  width: 22px;
  background: url(../images/baiyou.svg) no-repeat center;
  margin-left: 12px;
  position: relative;
  z-index: 9
}
.p3_detail {
  background: url(../images/pd1_bg.jpg) no-repeat bottom center;
  background-size: cover;
  padding: 95px 0 80px
}
.p3_detail h1 {
  font-size: 58px;
  color: #1a1a1a;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 52px
}
.p3_detail .cont {
  display: flex;
  justify-content: space-between
}
.p3_detail .cont .img {
  width: 52%
}
.p3_detail .cont .text {
  width: 43.5%;
  display: flex;
  flex-wrap: wrap
}
.p3_detail .cont .text h2 {
  width: 125px;
  font-size: 36px;
  color: #1a1a1a;
  line-height: 1.2
}
.p3_detail .cont .text .txt {
  font-size: 16px;
  color: #6c6c6c;
  width: calc(100% - 125px)
}
.p3_detail .cont .text .txt strong {
  display: block;
  font-size: 28px;
  color: #1c366f;
  margin-bottom: 10px
}
.p3_detail a.more2 {
  width: 258px;
  margin: 20px auto 0
}
.p3_detail2 {
  padding: 100px 0 140px
}
.p3_td1 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 55px
}
.p3_td1 li {
  background: #f5f6fa;
  width: 48%;
  margin-right: 4%;
  margin-bottom: 30px;
  padding: 40px 65px;
  display: flex;
  align-items: center
}
.p3_td1 li:nth-child(2n) {
  margin-right: 0
}
.p3_td1 li .img {
  width: 40%
}
.p3_td1 li .text {
  width: 60%
}
.p3_td1 li .text .p1 {
  font-size: 153px;
  line-height: 1;
  height: 100px;
  color: #ebecf0;
  font-weight: 700;
  overflow: hidden;
  font-style: italic;
  margin-bottom: 5px
}
.p3_td1 li .text .p2 {
  font-size: 20px;
  color: #6c6c6c;
  line-height: 1.6
}
.p3_td1 li:hover {
  background: #1c366f
}
.p3_td1 li:hover .text .p1 {
  color: #365f8d
}
.p3_td1 li:hover .text .p2 {
  color: #fff
}
.p3_detail3 {
  padding: 0 0 115px
}
.p3_td2 {
  margin-top: 55px
}
.p3_td2 li {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 35px
}
.p3_td2 li:nth-child(2n) {
  flex-direction: row-reverse
}
.p3_td2 li .img {
  width: 50%
}
.p3_td2 li .text {
  width: 50%;
  background: #f5f6fa;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 7%
}
.p3_td2 li .text h3 {
  font-size: 28px;
  color: #1c366f;
  line-height: 1.6;
  margin-bottom: 15px
}
.p3_td2 li .text .p2 {
  font-size: 16px;
  color: #6c6c6c;
  line-height: 1.6
}
@media(max-width:1600px) {
  .mzn-product .mz02 {
    margin: 40px 0 100px
  }
  .mzcp-detail1, .p3_detail {
    padding: 80px 0
  }
  .mzcp-detail1 h1 {
    font-size: 42px
  }
  .mzcp-detail1 .cont {
    margin: 40px 0 60px
  }
  .mzcp-detail1 .cont .text {
    width: 38%;
    font-size: 14px
  }
  .mzcp-detail1 .cont .text strong {
    font-size: 24px
  }
  .mzcp-detail1 .cont .text a strong {
    font-size: 14px
  }
  .mzcp-ys .text {
    padding: 35px 5%
  }
  .ys_list2 {
    margin-top: 40px;
    padding: 25px 5%
  }
  .ys_list2 li {
    padding: 20px 0
  }
  .ys_list2 li .p1 span {
    font-size: 42px
  }
  .ys_list2 li .p2 span {
    font-size: 16px
  }
  .ys_list2 li:last-child .p1 {
    margin-top: 10px
  }
  .ys_list2 li:last-child .p1 span {
    font-size: 26px;
    line-height: 42px
  }
  .cs_tab {
    margin-top: 60px
  }
  .cs_tab li {
    font-size: 18px;
    padding: 0 40px;
    line-height: 56px
  }
  .cs_table {
    padding: 40px 30px 50px
  }
  .cs_table table tr td {
    font-size: 14px
  }
  .mzcp-cs {
    padding: 65px 0 120px
  }
  .p3_detail2, .product2_detail {
    padding: 80px 0
  }
  .product2_detail h1 {
    font-size: 42px
  }
  .product2_list li .text strong {
    font-size: 24px
  }
  .product2_list li .text {
    font-size: 15px;
    padding: 20px 5%
  }
  .p3_detail h1 {
    font-size: 42px;
    margin-bottom: 40px
  }
  .p3_detail .cont .text h2 {
    font-size: 30px
  }
  .p3_detail .cont .text .txt {
    font-size: 14px
  }
  .p3_detail .cont .text .txt strong {
    font-size: 22px
  }
  .p3_td1, .p3_td2 {
    margin-top: 40px
  }
  .p3_td1 li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 20px;
    padding: 30px 35px
  }
  .p3_td1 li .text .p1 {
    font-size: 100px;
    height: 70px
  }
  .p3_td1 li .text .p2 {
    font-size: 16px
  }
  .p3_td2 li {
    margin-bottom: 20px
  }
  .p3_td2 li .text h3 {
    font-size: 24px
  }
  .p3_td2 li .text .p2 {
    font-size: 15px
  }
}
@media(max-width:1279px) {
  .mzn-product {
    padding: 70px 0 0
  }
  .mzn-product .mz02 {
    margin: 30px 0 70px
  }
  .mzcp-detail1, .p3_detail, .p3_detail2 {
    padding: 70px 0
  }
  .mzcp-detail1 h1 {
    font-size: 32px
  }
  .mzcp-cs {
    padding: 65px 0 80px
  }
  .product2_detail {
    padding: 70px 0
  }
  .product2_detail h1 {
    font-size: 32px
  }
  .product2_list li .text strong {
    font-size: 20px
  }
  .product2_list li .text {
    font-size: 14px
  }
  .p3_detail h1 {
    font-size: 32px;
    margin-bottom: 30px
  }
  .p3_td1 li .img img {
    max-height: 100px
  }
  .p3_detail .cont .text h2 {
    font-size: 24px
  }
  .p3_detail .cont .text .txt strong {
    font-size: 16px
  }
  .p3_td1, .p3_td2 {
    margin-top: 30px
  }
  .p3_td1 li {
    width: 49%;
    margin-bottom: 15px;
    padding: 20px 20px
  }
  .p3_td1 li .text .p1 {
    font-size: 70px;
    height: 50px
  }
  .p3_td1 li .text .p2 {
    font-size: 14px
  }
}
@media(max-width:990px) {
  .ys_list2 li {
    padding: 20px 5px 20px 0
  }
  .p3_detail .cont {
    flex-wrap: wrap
  }
  .p3_detail .cont .img {
    width: 100%
  }
  .p3_detail .cont .text {
    width: 100%;
    margin-top: 20px
  }
  .p3_td2 li {
    margin-bottom: 15px
  }
  .p3_td2 li .text h3 {
    font-size: 20px
  }
  .p3_td2 li .text .p2 {
    font-size: 14px
  }
}
@media(max-width:820px) {
  .mzn-product {
    padding: 55px 0 0
  }
  .mzn-product .mz02 {
    margin: 30px 0 55px
  }
  .mzcp-detail1, .p3_detail, .p3_detail2 {
    padding: 55px 0
  }
  .mzcp-detail1 h1 {
    font-size: 26px
  }
  .mzcp-detail1 .cont {
    flex-wrap: wrap;
    margin: 30px 0 40px
  }
  .mzcp-detail1 .cont .img {
    width: 100%
  }
  .mzcp-detail1 .cont .text {
    width: 100%;
    padding: 20px 0
  }
  .mzcp-cs {
    padding: 60px 0
  }
  .cs_tab {
    margin-top: 30px
  }
  .cs_tab li {
    font-size: 16px;
    padding: 0 20px;
    line-height: 46px
  }
  .cs_table {
    padding: 20px
  }
  .cs_table table tr td {
    min-width: 70px;
    line-height: 1.4;
    font-size: 13px
  }
  .mzcp-ys .text {
    width: 100%;
    padding: 25px 5%
  }
  .ys_list2 {
    margin-top: 25px;
    padding: 20px 5%
  }
  .ys_list2 li .img img {
    width: auto;
    max-height: 40px
  }
  .ys_list2 li .p1 {
    font-size: 14px
  }
  .ys_list2 li .p1 span {
    font-size: 32px
  }
  .ys_list2 li:last-child .p1 span {
    font-size: 22px;
    line-height: 32px
  }
  .mzcp-ys .img {
    width: 100%
  }
  .product2_detail {
    padding: 55px 0
  }
  .product2_detail h1 {
    font-size: 26px;
    margin-bottom: 40px
  }
  .product2_list li {
    margin-bottom: 20px
  }
  .product2_list li .img {
    width: 100%
  }
  .product2_list li .text {
    width: 100%;
    padding: 20px 0
  }
  .product2_list li .text strong {
    font-size: 17px
  }
  .product2_list li .text a.more2 {
    width: 170px;
    margin-top: 30px
  }
  .p3_detail h1 {
    font-size: 26px;
    margin-bottom: 20px
  }
  .p3_detail .cont .text h2 {
    font-size: 20px
  }
  .p3_detail .cont .text .txt {
    width: 100%;
    margin-top: 10px
  }
  .p3_detail .cont .text .txt strong {
    font-size: 16px;
    margin-bottom: 5px
  }
  .p3_td1 li {
    padding: 20px 15px
  }
  .p3_td1 li .text .p1 {
    font-size: 50px;
    height: 35px
  }
  .p3_td2 li .img {
    width: 100%
  }
  .p3_td2 li .text {
    width: 100%;
    padding: 20px 5%
  }
  .p3_td2 li .text h3 {
    font-size: 16px;
    margin-bottom: 5px
  }
}
@media(max-width:640px) {
  .mzn-product {
    padding: 35px 0 0
  }
  .mzn-product .mz02 {
    margin: 20px 0 35px
  }
  .mzcp-detail1, .p3_detail, .p3_detail2 {
    padding: 35px 0
  }
  .mzcp-detail1 h1 {
    font-size: 20px
  }
  .mzcp-detail1 .cont {
    margin: 20px 0
  }
  .mzcp-detail1 .cont .text strong {
    font-size: 20px;
    margin-bottom: 5px
  }
  .mzcp-detail1 a.more2 {
    width: 200px
  }
  .cs_tab li {
    font-size: 15px;
    padding: 0 15px;
    line-height: 42px
  }
  .mzcp-cs {
    padding: 35px 0
  }
  .product2_detail {
    padding: 35px 0
  }
  .product2_detail h1 {
    font-size: 22px;
    margin-bottom: 30px
  }
  .product2_list li {
    margin-bottom: 15px
  }
  .product2_list li .text strong {
    font-size: 16px;
    margin-bottom: 5px
  }
  .product2_list li .text a.more2 {
    width: 150px;
    margin-top: 20px
  }
  .ys_list2 li .p1 span {
    font-size: 26px
  }
  .ys_list2 li:last-child .p1 span {
    font-size: 18px;
    line-height: 26px
  }
  .p3_detail h1 {
    font-size: 20px
  }
  .p3_detail .cont .text h2 {
    font-size: 18px
  }
  .p3_td1, .p3_td2 {
    margin-top: 20px
  }
  .p3_td1 li {
    width: 100%;
    margin-right: 0;
    padding: 20px 15px
  }
  .p3_td1 li .img {
    width: 30%
  }
  .p3_td1 li .img img {
    max-height: 70px
  }
  .p3_td1 li .text {
    width: 70%
  }
}
@media(max-width:460px) {
  .mzcp-detail1 h1 {
    font-size: 18px
  }
  .product2_detail {
    padding: 35px 0 10px
  }
  .product2_detail h1 {
    font-size: 18px;
    margin-bottom: 20px
  }
  .product2_list li .text a.more2 {
    width: 120px
  }
  .p3_td1 li .img {
    width: 22%
  }
  .p3_td1 li .img img {
    max-height: 50px
  }
  .p3_td1 li .text {
    width: 78%
  }
}
.sort2 {
  display: flex;
  justify-content: center;
  padding: 80px 0 52px
}
.sort2 li {
  width: 205px;
  height: 205px;
  margin: 0 50px
}
.sort2 li a {
  display: block;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%
}
.sort2 li a .img {
  position: relative;
  width: 64px;
  height: 65px;
  margin: 0 auto
}
.sort2 li a .img img {
  position: absolute;
  top: 0;
  left: 0;
  transition: all .3s ease-out
}
.sort2 li a p {
  font-size: 22px;
  color: #2a2a2a;
  margin-top: 10px
}
.sort2 li a.on, .sort2 li a:hover {
  background: url(../images/sort_bg.jpg) no-repeat right center #25C1ED;
  background: contain
}
.sort2 li a.on .img img, .sort2 li a:hover .img img {
  top: -65px
}
.sort2 li a.on p, .sort2 li a:hover p {
  color: #fff
}
.yyly_c {
  display: flex
}
.yyly_c .img {
  width: 50%
}
.yyly_c .text {
  width: 50%;
  background: #f0f4f7;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 8.3% 20px 7%
}
.yyly_c .text .t1 {
  text-align: left
}
.yyly_c .text .txt {
  font-size: 18px;
  color: #6c6c6c;
  margin: 25px 0 110px
}
.yyly_c .text a.more2 {
  width: 258px
}
.yyly_case {
  padding: 110px 0 60px
}
.yyly_case .container {
  max-width: 1400px
}
.case_list1 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 65px
}
.case_list1 li {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 55px;
  position: relative
}
.case_list1 li a {
  display: block;
  position: relative
}
.case_list1 li:nth-child(2n) {
  margin-right: 0
}
.case_list1 li .img img {
  width: 100%
}
.case_list1 li .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(15, 86, 149, .9);
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 65px 15px 50px
}
.case_list1 li .text .txt {
  width: calc(100% - 120px)
}
.case_list1 li .text .txt h3 {
  font-size: 24px;
  line-height: 1.6
}
.case_list1 li .text .txt p {
  font-size: 16px
}
.case_list1 li .text span {
  width: 98px;
  font-size: 16px;
  display: block;
  padding-right: 34px;
  background: url(../images/baiyou.svg) no-repeat right center;
  cursor: pointer
}
.case_list1 li:hover .img img {
  transform: scale(1.1)
}
@media(max-width:1600px) {
  .sort2 {
    padding: 70px 0 40px
  }
  .sort2 li {
    width: 160px;
    height: 160px;
    margin: 0 30px
  }
  .sort2 li a p {
    font-size: 18px
  }
  .yyly_c .text {
    padding: 20px 5%
  }
  .yyly_c .text .txt {
    font-size: 15px;
    margin: 15px 0 50px
  }
  .yyly_c .text a.more2 {
    width: 220px
  }
  .case_list1 {
    margin-top: 50px
  }
  .case_list1 li {
    margin-bottom: 40px
  }
  .case_list1 li .text .txt h3 {
    font-size: 20px
  }
  .case_list1 li .text .txt p {
    font-size: 15px
  }
  .case_list1 li .text span {
    font-size: 15px
  }
}
@media(max-width:1279px) {
  .sort2 {
    padding: 50px 0 30px
  }
  .sort2 li {
    width: 120px;
    height: 120px;
    margin: 0 20px
  }
  .sort2 li a .img {
    height: 50px;
    width: 49px
  }
  .sort2 li a .img img {
    max-height: 100px
  }
  .sort2 li a.on .img img, .sort2 li a:hover .img img {
    top: -50px
  }
  .sort2 li a p {
    font-size: 16px
  }
  .yyly_c .text .txt {
    font-size: 14px;
    margin: 10px 0 30px
  }
  .yyly_case {
    padding: 90px 0 60px
  }
  .case_list1 {
    margin-top: 40px
  }
  .case_list1 li {
    margin-bottom: 30px
  }
  .case_list1 li .text {
    padding: 15px 25px
  }
  .case_list1 li .text .txt h3 {
    font-size: 16px
  }
  .case_list1 li .text .txt p {
    font-size: 14px
  }
  .case_list1 li .text span {
    font-size: 14px
  }
}
@media(max-width:990px) {
  .yyly_c {
    flex-wrap: wrap
  }
  .yyly_c .img {
    width: 100%
  }
  .yyly_c .text {
    width: 100%
  }
  .yyly_c .text .txt {
    margin: 10px 0 20px
  }
  .yyly_c .text a.more2 {
    width: 200px
  }
  .sort2 li a p {
    font-size: 14px;
    margin-top: 5px
  }
}
@media(max-width:820px) {
  .sort2 {
    padding: 30px 0 20px
  }
  .sort2 li {
    width: 100px;
    height: 100px;
    margin: 0 15px
  }
  .sort2 li a .img {
    height: 30px;
    width: 30px
  }
  .sort2 li a .img img {
    max-height: 60px
  }
  .sort2 li a.on .img img, .sort2 li a:hover .img img {
    top: -30px
  }
  .yyly_case {
    padding: 50px 0 30px
  }
  .case_list1 {
    margin-top: 30px
  }
  .case_list1 li {
    margin-bottom: 20px
  }
  .case_list1 li .text {
    padding: 15px 20px
  }
}
@media(max-width:640px) {
  .sort2.container {
    width: 100%
  }
  .sort2 li {
    width: 90px;
    height: 90px;
    margin: 0 5px
  }
  .yyly_case {
    padding: 35px 0 10px
  }
  .case_list1 {
    margin-top: 20px
  }
  .case_list1 li {
    width: 100%;
    margin-right: 0
  }
  .case_list1 li .text {
    padding: 12px 20px
  }
}
@media(max-width:460px) {
  .case_list1 li .text .txt {
    width: 100%
  }
  .case_list1 li .text span {
    display: none
  }
}
.product1 {
  padding: 45px 0 60px
}
.product1 .text {
  width: 52.5%;
  float: left;
  padding-right: 5%
}
.site {
  font-size: 16px;
  color: #999
}
.site a {
  font-size: 16px;
  color: #999
}
.product1 .text h2 {
  font-weight: 400;
  font-size: 60px;
  color: #1c366f;
  line-height: 1;
  margin: 80px 0 35px
}
.product1 .text .txt {
  font-size: 15px;
  color: #666;
  margin-bottom: 95px
}
.product1 .text a.more3 {
  display: block;
  font-size: 16px;
  color: #fff;
  background: #1c366f;
  width: 180px;
  line-height: 60px;
  border-radius: 7px;
  text-align: center
}
.product1 .img1 {
  width: 47.5%;
  float: right;
  padding-left: 60px;
  position: relative
}
.product1 .swiper-button-prev {
  width: 48px;
  height: 48px;
  margin-top: -24px;
  background: url(../images/left2.png) no-repeat center;
  left: 0;
  opacity: 1
}
.product1 .swiper-button-next {
  width: 48px;
  height: 48px;
  margin-top: -24px;
  background: url(../images/right2.png) no-repeat center;
  right: -60px;
  opacity: 1
}
.product1-2 {
  padding: 35px 0;
  background: #1c366f
}
.product1-2 .swiper-slide {
  border: 2px solid #fff;
  border-radius: 5px
}
.product1-2 .swiper-slide-thumb-active:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/ss.png) no-repeat center rgba(19, 53, 149, .6)
}
.product2 {
  padding: 80px 0;
  background: #f5f6f7
}
.pd_t {
  font-size: 40px;
  color: #1a1a1a;
  margin-bottom: 25px
}
.pd_tabli {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 55px
}
.pd_tabli li {
  padding: 10px 20px;
  font-size: 16px;
  color: #1a1a1a;
  border-radius: 7px;
  margin: 0 10px;
  cursor: pointer
}
.pd_tabli li.on, .pd_tabli li:hover {
  background: #1c366f;
  color: #fff
}
.pd_tab1 {
  display: none
}
.pd_tab1 .cont {
  display: flex;
  flex-wrap: wrap
}
.pd_tab1 .img1 {
  width: 58%;
  float: left
}
.pd_tab1 .text {
  width: 42%;
  float: right;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 15px 0 15px 6%
}
.pd_tab1 .text h3 {
  font-size: 28px;
  color: #1c366f;
  font-weight: 400;
  margin-bottom: 10px
}
.pd_tab1 .text p {
  color: #4c4c4c;
  font-size: 14px
}
.pd_tab1 .text p strong {
  font-size: 16px
}
.product3 {
  padding: 55px 0 75px
}
.pd_table table {
  width: 100%;
  max-width: 800px;
  margin: 0 auto
}
.pd_table table:nth-child(2n) {
  margin-right: 0
}
.pd_table table tr {
  border-bottom: 1px solid #fff
}
.pd_table table tr td {
  padding: 5px
}
.pd_table table tr td:nth-child(1) {
  background: #1e319e;
  color: #fff;
  font-size: 16px
}
@media(max-width:1600px) {
  .product1 .text h2 {
    font-size: 42px;
    margin: 50px 0 35px
  }
  .product1 .text .txt {
    margin-bottom: 50px
  }
  .product1 .text a.more3 {
    font-size: 15px;
    width: 120px;
    line-height: 46px
  }
  .product1 .swiper-button-prev {
    left: 0
  }
  .product1 .swiper-button-next {
    right: 0
  }
  .product2 {
    padding: 60px 0
  }
}
@media(max-width:1199px) {
  .product1 {
    padding: 45px 0 20px
  }
  .product1 .text h2 {
    font-size: 32px;
    margin: 30px 0 25px
  }
  .product1 .text .txt {
    margin-bottom: 30px
  }
}
@media(max-width:1024px) {
  .product1 .img1 {
    padding-left: 0
  }
}
@media(max-width:768px) {
  .product1 .text h2 {
    font-size: 26px;
    margin: 20px 0 10px
  }
  .product1 .text .txt {
    margin-bottom: 15px;
    font-size: 14px
  }
  .product1-2 {
    padding: 20px 0
  }
  .product1 .swiper-button-prev {
    left: 10px;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    background-size: 28px
  }
  .product1 .swiper-button-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    background-size: 28px;
    right: 10px
  }
}
@media(max-width:640px) {
  .product1 {
    padding: 30px 0 20px
  }
  .product1 .text {
    width: 100%;
    margin-bottom: 15px
  }
  .product1 .text h2 {
    font-size: 22px
  }
  .product1 .text a.more3 {
    font-size: 14px;
    width: 100px;
    line-height: 40px
  }
  .product1 .img1 {
    width: 100%
  }
}
.mzyj01 {
  padding: 110px 0 90px
}
.mzyj01 .p1 {
  font-size: 24px;
  color: #4c4c4c;
  display: flex;
  justify-content: center;
  padding: 20px 0 30px
}
.mzyj01 .p1 span {
  display: block;
  margin: 0 60px
}
.hz_ist {
  display: flex;
  flex-wrap: wrap
}
.hz_ist li {
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 15px;
  box-shadow: 0 0 10px #ccc
}
.hz_ist li:nth-child(4n) {
  margin-right: 0
}
.mzyj02 {
  color: #fff;
  padding: 95px 90px 85px;
  background: url(../images/mzyj0_bg1.jpg) no-repeat center;
  background-size: cover;
  position: relative;
  z-index: 1
}
.mzyj02:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .3)
}
.mzyj02 .t1 {
  text-align: left
}
.mzyj02 .t1 h2 {
  color: #fff
}
.mzyj02 .t1 h2 span {
  background: url(../images/t2.png) no-repeat left center
}
.mzyj02 .text {
  display: flex;
  justify-content: space-between;
  max-width: 595px;
  padding-top: 270px;
  position: relative;
  z-index: 9
}
.mzyj02 .text h3 {
  font-size: 40px;
  line-height: 1.6
}
.mzyj02 .text .txt {
  font-size: 20px
}
.mzyj02_intro {
  margin-top: 25px;
  font-size: 15px;
  color: #1a1a1a
}
.mzyj02_intro strong {
  font-size: 20px;
  color: #000
}
.mzyj03 {
  padding: 100px 0 0
}
.mzyj03_p {
  display: flex;
  padding-top: 10px
}
.mzyj03_p a {
  background: url(../images/mzyj0_bg4.png) no-repeat center;
  width: 164px;
  line-height: 40px;
  height: 40px;
  display: block;
  font-size: 16px;
  color: #fff;
  text-align: center;
  margin-left: -15px
}
.mzyj03_p a:nth-child(1) {
  width: 138px;
  margin-left: 0;
  background: url(../images/mzyj0_bg2.png) no-repeat center
}
.mzyj03_p a:nth-child(2) {
  background: url(../images/mzyj0_bg3.png) no-repeat center;
  width: 204px
}
.mzyj04 {
  padding-bottom: 150px;
  padding-top: 60px
}
.mzyj04 .t1, .mzyj0_add1 .t1 {
  text-align: left
}
.mzyj04 .cont {
  display: flex;
  justify-content: space-between;
  margin-top: 55px
}
.mzyj04 .cont .img {
  width: 56.5%
}
.mzyj04 .cont .text {
  width: 42%;
  max-width: 610px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 16px;
  color: #4c4c4c
}
.mzyj04 .cont .text strong {
  color: #00447c;
  font-weight: 400
}
.mzyj04 .cont .text p:nth-child(1) {
  font-size: 20px;
  color: #1a1a1a;
  line-height: 1.6
}
.mzyj04_more {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 25px
}
.mzyj04_more a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 16px;
  padding: 10px 20px;
  line-height: 1.4;
  z-index: 3;
  margin-right: 25px
}
.mzyj04_more a i {
  width: 22px;
  height: 7px;
  background: url(../images/baiyou.svg) no-repeat center;
  margin-left: 12px;
  position: relative;
  z-index: 9
}
.mzyj04_more a:last-child {
  margin-right: 0
}
.mzyj04_more a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1c366f;
  z-index: 1
}
.mzyj04_more a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #1c366f;
  z-index: 2;
  transition: all .5s ease-out
}
.mzyj04_more a span {
  position: relative;
  z-index: 9;
  color: #fff
}
.mzyj04_more a:hover:after {
  width: 100%
}
.mzyj0_add1 {
  margin-bottom: 75px
}
.mzyj0_add1 .cont {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
  margin-top: 50px
}
.mzyj0_add1 .text {
  width: 48%
}
.mzyj0_add1 .text .txt {
  font-size: 18px;
  color: #1a1a1a;
  line-height: 1.6
}
.mzyj0_add1_dw {
  padding: 20px 30px;
  background: #1c366f;
  font-size: 15px;
  color: #fff;
  margin-top: 20px
}
.mzyj0_add1_dw strong {
  margin-bottom: 10px;
  font-size: 20px
}
.mzyj0_add1 .img {
  width: 50%
}
.mz-ab_zz {
  padding: 60px 0
}
.zz_list {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
  align-items: center
}
.zz_list p {
  width: 18.4%;
  margin-right: 2%;
  margin-bottom: 10px
}
.zz_list p:nth-child(5n) {
  margin-right: 0
}
.zz_list p a {
  display: block
}
.yanfa_img1 {
  text-align: center;
  padding-bottom: 35px
}
.yanfa_img2 {
  font-size: 16px;
  padding-bottom: 35px
}
@media(max-width:1600px) {
  .mzyj01 {
    padding: 90px 0
  }
  .mzyj01 .p1 {
    font-size: 20px
  }
  .mzyj01 .p1 span {
    margin: 0 30px
  }
  .mzyj02 {
    padding: 75px 70px
  }
  .mzyj02 .text {
    padding-top: 190px
  }
  .mzyj02 .text h3 {
    font-size: 32px
  }
  .mzyj02 .text .txt {
    font-size: 17px
  }
  .mzyj02_intro {
    margin-top: 20px;
    font-size: 14px
  }
  .mzyj02_intro strong {
    font-size: 18px
  }
  .mzyj03_p a {
    font-size: 14px;
    margin-left: -8px
  }
  .mzyj04 {
    padding-bottom: 100px
  }
  .mzyj04 .cont {
    margin-top: 40px
  }
  .mzyj04 .cont .text p:nth-child(1) {
    font-size: 16px
  }
  .mzyj04 .cont .text {
    font-size: 14px
  }
  .mzyj0_add1 .text .txt {
    font-size: 15px
  }
  .mzyj0_add1_dw {
    font-size: 14px
  }
}
@media(max-width:1440px) {
  .mzyj0_add1 .text .txt {
    font-size: 14px
  }
  .mzyj0_add1_dw {
    padding: 20px
  }
}
@media(max-width:1279px) {
  .mzyj01 {
    padding: 70px 0
  }
  .mzyj01 .p1 {
    font-size: 16px;
    padding: 15px 0 20px
  }
  .mzyj02 {
    padding: 50px 30px
  }
  .mzyj02 .text {
    padding-top: 120px
  }
  .mzyj02 .text h3 {
    font-size: 26px
  }
  .mzyj02 .text .txt {
    font-size: 15px
  }
  .mzyj03_p a {
    margin-left: 0
  }
}
@media(max-width:820px) {
  .mzyj01 {
    padding: 55px 0
  }
  .mzyj02 .text {
    padding-top: 70px
  }
  .mzyj02 .text h3 {
    font-size: 22px
  }
  .mzyj04 {
    padding-top: 50px;
    padding-bottom: 70px
  }
  .mzyj04 .cont {
    margin-top: 30px;
    flex-wrap: wrap
  }
  .mzyj04 .cont .img {
    width: 100%
  }
  .mzyj04 .cont .text {
    width: 100%;
    padding: 20px 0
  }
  .mzyj0_add1 .cont {
    margin-top: 30px
  }
  .mzyj0_add1 .img, .mzyj0_add1 .text {
    width: 100%
  }
  .mzyj0_add1 .text {
    margin-top: 20px
  }
  .mzyj02_intro strong {
    font-size: 16px
  }
}
@media(max-width:640px) {
    
     .mz03_r h3 {
        font-size: 16px;
    }
    
  .mzyj01 {
    padding: 35px 0
  }
  .mzyj01 .p1 {
    font-size: 15px;
    padding: 12px 0 10px
  }
  .mzyj01 .p1 span {
    margin: 0 10px
  }
  .hz_ist li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 10px
  }
  .hz_ist li:nth-child(2n) {
    margin-right: 0
  }
  .mzyj02 {
    padding: 20px 20px
  }
  .mzyj02 .text {
    padding-top: 30px;
    flex-wrap: wrap
  }
  .mzyj02 .text h3 {
    font-size: 17px;
    width: 100%
  }
  .mzyj02 .text .txt {
    font-size: 14px;
    width: 100%
  }
  .mzyj03_p {
    flex-wrap: wrap
  }
  .mzyj03_p a {
    width: 33.333% !important;
    background: #1c366f !important;
    font-size: 13px
  }
  .mzyj04 {
    padding-bottom: 40px;
    padding-top: 40px
  }
  .mzyj04_more {
    margin-top: 20px
  }
  .mzyj04_more a {
    width: 100%;
    margin-bottom: 6px;
    margin-right: 0;
    justify-content: space-between
  }
}
@media(max-width:460px) {
  .mzyj02 .text {
    padding-top: 20px
  }
}
.mzn-news {
  padding: 85px 0 105px;
  background: #eff1f5
}
.mznews_list li {
  margin-bottom: 70px
}
.mznews_detail {
  padding: 50px;
  background: #fff;
  max-width: 1100px
}
.mznews_detail h1 {
  font-size: 26px;
  color: #333;
  line-height: 1.6;
  font-weight: 400;
  text-align: center
}
.info_title {
  text-align: center;
  font-size: 14px;
  color: #666;
  padding-bottom: 10px;
  border-bottom: 1px dashed #dcdcdc;
  margin-bottom: 15px
}
.mznews_detail .content {
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: 300
}
@media(max-width:1600px) {
  .mzn-news {
    padding: 80px 0
  }
  .mznews_list li {
    margin-bottom: 50px
  }
  .mznews_detail.container {
    width: 100%
  }
  .mznews_detail {
    padding: 30px
  }
  .mznews_detail h1 {
    font-size: 22px
  }
  .mznews_detail .content {
    font-size: 15px
  }
}
@media(max-width:1279px) {
  .mznews_detail {
    padding: 20px
  }
  .mznews_detail h1 {
    font-size: 18px
  }
  .info_title {
    padding-bottom: 5px;
    margin-bottom: 10px
  }
}
@media(max-width:990px) {
  .mzn-news {
    padding: 60px 0
  }
}
@media(max-width:820px) {
  .mzn-news {
    padding: 45px 0
  }
  .mznews_detail h1 {
    font-size: 16px;
    margin-bottom: 5px
  }
  .mznews_list li {
    margin-bottom: 30px
  }
}
@media(max-width:640px) {
  .mzn-news {
    padding: 30px 0
  }
  .mznews_list li {
    margin-bottom: 20px
  }
}
.mzlx1 {
  padding: 90px 0
}
.mzlx1 h2 {
  font-size: 46px;
  color: #1a1a1a;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 42px
}
.mzlx1 h2 span {
  color: #1c366f;
  font-weight: 700
}
.mzlx_list {
  display: flex;
  flex-wrap: wrap
}
.mzlx_list li {
  width: 23.5%;
  margin-right: 2%;
  text-align: center;
  background: #f5f6fa;
  padding: 30px 2%;
  display: flex;
  flex-direction: column;
  justify-content: center
}
.mzlx_list li:nth-child(3) .p1 {
  font-weight: 400;
  font-size: 20px;
  margin-top: 15px
}
.mzlx_list li:nth-child(4) {
  margin-right: 0
}
.mzlx_list li .p1 {
  font-size: 24px;
  color: #1a1a1a;
  line-height: 1.6;
  font-weight: 700;
  margin: 10px 0 15px
}
.mzlx_list li .p2 {
  font-size: 16px;
  color: #666
}
.mzlx_list li:nth-child(4) {
  display: flex;
  justify-content: space-between;
  flex-direction: row
}
.mzlx_list li:nth-child(4) .text {
  width: calc(100% - 160px);
  display: flex;
  flex-direction: column;
  justify-content: center
}
.mzlx_list li .p3 {
  font-size: 20px;
  color: #1a1a1a;
  padding-top: 8px
}
.code_img2 {
  width: 160px
}
.mzlx2 {
  padding: 0 0 135px
}
.mzlx2 .t1 {
  text-align: left
}
.mzlx2 .t1 h2 {
  margin-bottom: 35px
}
.mzlx2 .cont {
  margin-top: 50px;
  display: flex;
  justify-content: space-between
}
.mzlx2 .cont .img {
  width: 50%
}
.c_messsge {
  width: 43.5%;
  display: flex;
  flex-direction: column;
  justify-content: center
}
#message h3 {
  font-size: 34px;
  color: #333;
  font-weight: 400;
  margin-bottom: 30px
}
#message ul {
  display: flex;
  flex-wrap: wrap
}
#message ul li {
  width: 49%;
  margin-bottom: 22px
}
#message ul li:nth-child(2n) {
  margin-left: 2%
}
#message ul li:nth-child(5) {
  width: 100%
}
#message ul li input {
  width: 100%;
  line-height: 60px;
  height: 60px;
  display: block;
  font-size: 16px;
  color: #999;
  background: #f5f6fa;
  padding: 0;
  border: none;
  outline: 0;
  padding: 0 24px
}
#message ul li textarea {
  width: 100%;
  line-height: 60px;
  height: 240px;
  display: block;
  font-size: 16px;
  color: #999;
  background: #f5f6fa;
  padding: 0;
  border: none;
  outline: 0;
  padding: 0 24px;
  font-family: "Alibaba PuHuiTi 2.0"
}
.mess_tn input {
  background: #1c366f;
  line-height: 60px;
  font-size: 26px;
  color: #fff;
  display: block;
  width: 100%;
  border: none;
  outline: 0;
  cursor: pointer
}
@media(max-width:1600px) {
  .mzlx1 h2 {
    font-size: 32px
  }
  .mzlx_list li .p1 {
    font-size: 20px;
    margin: 10px 0 10px
  }
  .mzlx_list li .p2 {
    font-size: 14px
  }
  .mzlx_list li:nth-child(3) .p1 {
    font-size: 16px
  }
  .mzlx_list li .p3 {
    font-size: 16px
  }
  .mzlx_list li:nth-child(4) .text {
    width: calc(100% - 140px)
  }
  .code_img2 {
    max-width: 130px
  }
  .mzlx2 .t1 h2 {
    margin-bottom: 20px
  }
  .mzlx2 .cont {
    margin-top: 35px
  }
  .c_messsge {
    width: 45%
  }
  #message h3 {
    font-size: 26px;
    margin-bottom: 20px
  }
  #message ul li {
    margin-bottom: 15px
  }
  #message ul li input {
    line-height: 50px;
    height: 50px;
    font-size: 15px;
    padding: 0 15px
  }
  #message ul li textarea {
    line-height: 50px;
    height: 200px;
    font-size: 15px;
    padding: 0 15px
  }
  .mess_tn input {
    line-height: 50px;
    font-size: 22px
  }
}
@media(max-width:1279px) {
  .mzlx1 {
    padding: 70px 0
  }
  .mzlx_list li {
    padding: 20px 1%
  }
  .mzlx_list li .p1 {
    font-size: 18px;
    margin: 10px 0 10px
  }
  .mzlx_list li .p3 {
    font-size: 14px
  }
  .mzlx_list li:nth-child(4) .text {
    width: calc(100% - 130px)
  }
  .code_img2 {
    max-width: 120px
  }
  .mzlx2 {
    padding: 0 0 100px
  }
}
@media(max-width:820px) {
  .mzlx1 {
    padding: 55px 0
  }
  .mzlx1 h2 {
    font-size: 28px;
    margin-bottom: 10px
  }
  .mzlx_list li {
    padding: 15px 12px;
    width: 49%;
    margin-bottom: 15px
  }
  .mzlx_list li:nth-child(2n) {
    margin-right: 0
  }
  .mzlx_list li .img img {
    max-height: 30px
  }
  .mzlx_list li .p1 {
    font-size: 16px;
    margin: 10px 0 3px
  }
  .mzlx_list li:nth-child(3) .p1 {
    font-size: 15px
  }
  .mzlx_list li:nth-child(4) .text {
    width: calc(100% - 100px)
  }
  .code_img2 {
    max-width: 90px;
    display: flex;
    align-items: center
  }
  .mzlx2 {
    padding: 0 0 80px
  }
  .mzlx2 .cont {
    flex-wrap: wrap
  }
  .mzlx2 .cont .img {
    width: 100%
  }
  .c_messsge {
    width: 100%;
    margin-top: 20px
  }
  #message h3 {
    font-size: 22px;
    margin-bottom: 10px
  }
  #message ul li {
    margin-bottom: 12px
  }
  #message ul li input {
    line-height: 42px;
    height: 42px;
    font-size: 14px;
    padding: 0 12px
  }
  #message ul li textarea {
    line-height: 42px;
    height: 130px;
    font-size: 14px;
    padding: 0 12px
  }
  .mess_tn input {
    line-height: 46px;
    font-size: 18px
  }
}
@media(max-width:640px) {
  .mzlx1 {
    padding: 35px 0
  }
  .mzlx1 h2 {
    font-size: 22px;
    margin-bottom: 15px
  }
  .mzlx_list li .img img {
    max-height: 22px
  }
  .mzlx_list li .p1 {
    margin: 6px 0 3px
  }
  .mzlx_list li:nth-child(3) .p1 {
    font-size: 14px
  }
  .mzlx_list li .p3 {
    font-size: 12px
  }
  .mzlx2 {
    padding: 0 0 50px
  }
  .mzlx2 .t1 h2 {
    margin-bottom: 15px
  }
  .mzlx2 .cont {
    margin-top: 20px
  }
  #message h3 {
    font-size: 18px
  }
  #message ul li {
    width: 100%;
    margin-right: 0
  }
  #message ul li:nth-child(2n) {
    margin-left: 0
  }
}
.mzser {
  padding: 85px 0 130px
}
.mzser_list li {
  margin-bottom: 25px;
  display: flex;
  justify-content: space-between
}
.mzser_list li .text {
  width: 50%;
  background: #f5f6fa;
  padding: 30px 5%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden
}
.mzser_list li .text .t1 {
  text-align: left
}
.mzser_list li .text .txt {
  font-size: 22px;
  color: #4c4c4c;
  padding-top: 10px;
  display: flex;
  flex-wrap: wrap
}
.mzser_list li .text .txt span {
  display: inline-block;
  margin-right: 32px
}
.mzser_list li .text .txt span:last-child {
  margin-right: 0
}
.mzser_list li .text .txt p {
  font-size: 20px;
  color: #4c4c4c;
  width: 32%;
  margin-right: 2%;
  padding: 2px 0 2px 20px;
  position: relative
}
.mzser_list li .text .txt p:before {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  background: #4c4c4c;
  left: 5px;
  top: 18px;
  border-radius: 50%
}
.mzser_list li .text .txt p:nth-child(3n) {
  margin-right: 0
}
.mzser_list li .text .num1 {
  position: absolute;
  bottom: -85px;
  left: 5%;
  font-size: 210px;
  color: #ebecf0;
  font-weight: 700;
  font-family: Arial;
  font-style: italic;
  line-height: 1
}
.mzser_list li .img {
  width: 50%
}
.mzser_list li .img:hover img {
  transform: scale(1.1)
}
.job1 {
  padding: 88px 0 100px
}
.job1 .container {
  display: flex;
  justify-content: space-between
}
.job1 .img {
  width: 51.25%
}
.job1 .text {
  width: 41.5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 15px
}
.job1 .text .t1 {
  text-align: left
}
.job1 .text .txt {
  font-size: 16px;
  color: #6c6c6c;
  margin-top: 38px
}
.job2 {
  padding: 88px 0 100px;
  background: #f7f7f7
}
.fuli_list {
  display: flex;
  flex-wrap: wrap;
  margin: 130px 0 80px
}
.fuli_list li {
  width: 23.5%;
  margin-right: 2%;
  background: #fff;
  padding: 105px 38px 55px;
  position: relative
}
.fuli_list li:last-child {
  margin-right: 0
}
.fuli_list li .img {
  position: absolute;
  top: -80px;
  left: 50%;
  margin-left: -80px;
  width: 160px
}
.fuli_list li h3 {
  text-align: center;
  font-size: 30px;
  color: #1a1a1a;
  font-weight: 400;
  border-bottom: 1px solid #efefef;
  margin-bottom: 10px
}
@media(max-width:1600px) {
  .mzser_list li .text .txt {
    font-size: 16px
  }
  .mzser_list li .text .txt span {
    margin-right: 25px
  }
  .mzser_list li .text .num1 {
    bottom: -60px;
    font-size: 180px
  }
  .mzser_list li .text .txt p {
    font-size: 16px
  }
  .job1 {
    padding: 80px 0
  }
  .job1 .text {
    width: 45%
  }
  .job1 .text .txt {
    font-size: 15px;
    margin-top: 25px
  }
  .job2 {
    padding: 80px 0
  }
  .fuli_list {
    margin: 110px 0 80px
  }
  .fuli_list li {
    padding: 90px 25px 40px
  }
  .fuli_list li .img {
    top: -60px;
    margin-left: -60px;
    width: 120px
  }
  .fuli_list li h3 {
    font-size: 24px
  }
}
@media(max-width:1440px) {
  .mzser_list li .text .num1 {
    font-size: 150px
  }
}
@media(max-width:990px) {
  .mzser {
    padding: 60px 0 100px
  }
}
@media(max-width:820px) {
  .mzser {
    padding: 50px 0 60px
  }
  .mzser_list li {
    flex-wrap: wrap;
    margin-bottom: 15px
  }
  .mzser_list li .text {
    width: 100%;
    padding: 30px 5% 70px
  }
  .mzser_list li .text .num1 {
    font-size: 120px
  }
  .mzser_list li .text .txt {
    font-size: 14px
  }
  .mzser_list li .img {
    width: 100%
  }
  .mzser_list li .text .txt p {
    width: 49%
  }
  .mzser_list li .text .txt p:nth-child(3n) {
    margin-right: 2%
  }
  .mzser_list li .text .txt p:nth-child(2n) {
    margin-right: 0
  }
  .job1, .job2 {
    padding: 60px 0
  }
  .job1 .container {
    flex-wrap: wrap
  }
  .job1 .img {
    width: 100%
  }
  .job1 .text {
    width: 100%;
    padding: 20px 15px
  }
  .job1 .text .txt {
    font-size: 14px;
    margin-top: 15px
  }
  .fuli_list {
    margin: 100px 0 70px
  }
  .fuli_list li {
    padding: 75px 12px 25px
  }
  .fuli_list li h3 {
    font-size: 20px
  }
}
@media(max-width:640px) {
  .mzser {
    padding: 30px 0 35px
  }
  .mzser_list li .text .num1 {
    font-size: 80px;
    bottom: -30px
  }
  .mzser_list li .text .txt p {
    font-size: 14px
  }
  .mzser_list li .text .txt p:before {
    top: 12px
  }
  .job1, .job2 {
    padding: 35px 0
  }
  .fuli_list {
    margin: 75px 0 0
  }
  .fuli_list li {
    width: 49%;
    margin-bottom: 60px;
    padding: 60px 12px 20px
  }
  .fuli_list li:nth-child(2n) {
    margin-right: 0
  }
  .fuli_list li .img {
    top: -45px;
    margin-left: -45px;
    width: 90px
  }
  .fuli_list li h3 {
    font-size: 17px
  }
}
@media(max-width:460px) {
  .fuli_list li {
    width: 100%;
    margin-right: 0
  }
}
#job3 {
  padding: 90px 0
}
.job_list {
  margin-top: 50px
}
.job_list li {
  background: #f5f6fa;
  margin-bottom: 15px;
  padding: 0 60px;
  border: 1px solid #f5f6fa;
  border-radius: 15px
}
.job_t {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  cursor: pointer
}
.j1 {
  width: 160px
}
.j_name {
  font-size: 18px;
  color: #333;
  font-weight: 700
}
.j_c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 24px 0;
  width: calc(100% - 309px)
}
.j_c p {
  font-size: 15px;
  color: #999;
  padding: 0 19px;
  background: url(../images/line2.jpg) no-repeat right center
}
.j_c p:first-child {
  padding-left: 0
}
.j_c p:last-child {
  background: 0 0;
  padding-right: 0
}
.j_date {
  width: 135px;
  float: right;
  font-size: 15px;
  color: #999
}
.j_date span {
  display: inline-block;
  margin-left: 5px
}
.job_t i {
  display: block;
  width: 14px;
  height: 30px;
  background: url(../images/j_down.png) no-repeat center
}
.job_list li .j_cont {
  display: none;
  padding: 70px 0;
  border-top: 1px solid #e0e0e0;
  transition: all .6s ease-out
}
.j_cont1 {
  display: flex;
  flex-wrap: wrap
}
.j_cont1 h3 {
  font-size: 16px;
  color: #333
}
.j_cont1_c {
  font-size: 15px;
  color: #666;
  width: calc(100% - 115px)
}
.j_cont2 {
  margin: 40px 0 110px
}
.j_mzlx {
  background: #1c366f;
  color: #fff;
  overflow: hidden
}
.j_mzlx p {
  padding: 0 40px;
  font-size: 16px;
  line-height: 64px;
  float: left
}
.j_mzlx a {
  display: block;
  float: right;
  width: 205px;
  line-height: 64px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  overflow: hidden
}
.job_list li.on .j_cont {
  display: block
}
.job4 .text a {
  margin-top: 35px
}
@media(max-width:1600px) {
  #job3 {
    padding: 80px 0
  }
  #job3 ul li .text .p1 {
    font-size: 32px;
    margin-bottom: 20px
  }
  #job3 ul li .text .p2 {
    line-height: 35px
  }
  #job3 ul li .text {
    padding: 10px 50px 10px 0
  }
  #job3 ul li:nth-child(2n) .text {
    padding: 10px 0 10px 50px
  }
  #job3 .job1_c {
    padding: 100px 0 65px
  }
  #job3 .job1_c .cont {
    padding: 50px 0 50px 85px
  }
  #job3 .job1_c .cont .txt h2 {
    font-size: 36px;
    margin-bottom: 20px
  }
  #job3 .job1_c .cont .txt p {
    font-size: 16px
  }
  .job_list {
    margin-top: 40px
  }
  .job_list li {
    padding: 0 40px
  }
  .j_c {
    padding: 25px 0
  }
  .job_list li .j_cont {
    padding: 50px 0
  }
  .j_cont2 {
    margin: 30px 0 70px
  }
  .j_mzlx p {
    line-height: 50px;
    padding: 0 30px
  }
  .j_mzlx a {
    line-height: 50px;
    width: 180px
  }
}
@media(max-width:1220px) {
  #job3 {
    padding: 70px 0
  }
  #job3 ul li .text .p1 {
    font-size: 26px
  }
  #job3 .job1_c {
    padding: 80px 0 50px
  }
  #job3 .job1_c .cont {
    padding: 40px 0 40px 40px
  }
  #job3 .job1_c .cont .txt h2 {
    font-size: 28px;
    margin-bottom: 10px
  }
  #job3 .job1_c .cont .txt p {
    font-size: 15px
  }
  .job_list li {
    padding: 0 30px
  }
  .j_c {
    padding: 15px 0
  }
  .job_list li .j_cont {
    padding: 40px 0
  }
  .j_cont2 {
    margin: 20px 0 40px
  }
  .j_mzlx p {
    padding: 0 20px
  }
  .j_mzlx a {
    width: 120px
  }
  .job4 .text a {
    margin-top: 30px
  }
}
@media(max-width:820px) {
  #job3 {
    padding: 55px 0
  }
  #job3 ul li .text .p1 {
    font-size: 20px;
    margin-bottom: 15px
  }
  #job3 ul li .text .p2 {
    font-size: 14px;
    line-height: 2em
  }
  #job3 ul li .text {
    padding: 10px 30px 10px 0
  }
  #job3 ul li:nth-child(2n) .text {
    padding: 10px 0 10px 30px
  }
  #job3 .job1_c {
    padding: 30px 0
  }
  #job3 .job1_c .cont {
    padding: 15px 10px
  }
  #job3 .job1_c .cont .txt h2 {
    font-size: 20px;
    margin-bottom: 10px
  }
  #job3 .job1_c .cont .txt p {
    font-size: 14px
  }
  .job_t {
    padding: 0 20px
  }
  .j_name {
    font-size: 16px
  }
  .j_c p, .j_date {
    font-size: 14px
  }
  .j_c p {
    padding: 0 20px
  }
  .job_list {
    margin-top: 20px
  }
  .job_list li .j_cont {
    padding: 30px 20px
  }
  .j_mzlx a {
    width: 110px
  }
}
@media(max-width:767px) {
  #job3 {
    padding: 35px 0
  }
  #job3 ul li .text .p1 {
    font-size: 16px;
    margin-bottom: 10px
  }
  #job3 .job1_c .cont .txt h2 {
    font-size: 16px;
    margin-bottom: 0
  }
  .job_list li {
    margin-bottom: 12px;
    padding: 0 10px
  }
  .job_t {
    padding: 0 10px
  }
  .j_name {
    padding: 5px 0
  }
  .j_c p {
    display: none
  }
  .j_cont1 h3 {
    width: 100%;
    font-size: 15px
  }
  .j_cont1_c {
    width: 100%;
    font-size: 14px
  }
  .job_list li .j_cont {
    padding: 20px 10px
  }
  .j_mzlx {
    padding: 12px 0
  }
  .j_mzlx p {
    width: 100%;
    line-height: 2em;
    float: none
  }
  .j_mzlx a {
    float: none;
    margin: 15px auto 0;
    line-height: 42px;
    width: 120px;
    font-size: 15px
  }
}
@media(max-width:640px) {
  #job3 ul li .img {
    width: 100%
  }
  #job3 ul li .text {
    width: 100%;
    padding: 10px
  }
  .job4 .text a {
    margin-top: 25px
  }
}
h1.title {
  font-size: 22px;
  color: #333;
  text-align: center;
  padding: 2em 0 .5em 0;
  font-weight: 400
}
h3.tag {
  font-size: 14px;
  color: #666;
  font-weight: 400
}
.page {
  font-size: 14px;
  color: #666
}
.page a {
  font-size: 14px;
  color: #666
}
@media(max-width:820px) {
  h1.title {
    font-size: 18px
  }
}




.pageController {
  text-align: center;
  color: #505050;
  margin: 0 auto;
  margin: 2em 0;
  line-height: 24px
}
.pageController a {
  background-color: #fff;
  vertical-align: middle;
  border: #efefef 1px solid;
  color: #505050;
  padding: 5px 8px;
  margin-right: 3px;
  margin-left: 3px
}
.pageController a:hover {
  background-color: #1c366f;
  color: #fff;
  text-decoration: none;
  border: #efefef 1px solid
}
.pageController .currPage {
  background-color: #1c366f;
  color: red;
  border: #efefef 1px solid
}
.pageController .t1 {
  float: left;
  margin-right: 5px;
  height: 24px;
  line-height: 22px;
  white-space: nowrap;
  display: none
}
.pageController .t2 {
  vertical-align: middle;
  line-height: 39px
}
.pageController .t2 #current {
  line-height: 39px;
  background-color: #1c366f;
  vertical-align: middle;
  border: 1px solid #1c366f;
  color: #fff;
  padding: 5px 8px;
  margin-right: 3px;
  margin-left: 3px;
  width: 39px
}
.pageController .t1 span {
  width: 39px
}
.pageController select {
  height: 24px;
  vertical-align: middle;
  text-align: center;
  line-height: 24px;
  display: none
}
.pageController select option {
  vertical-align: middle
}
.mz_wapfoot {
  position: fixed;
  bottom: 0;
  left: 0;
  background: #1c366f;
  color: #fff;
  z-index: 9999;
  justify-content: center;
  width: 100%;
  display: none
}
.mz_wapfoot a {
  flex: 1;
  font-size: 14px;
  color: #fff;
  display: block;
  text-align: center;
  padding: 8px 0 0
}
.mz_wapfoot a img {
  width: 28px;
  display: block;
  margin: 0 auto 0
}
#gotop {
  position: fixed;
  right: 0;
  bottom: 30px;
  cursor: pointer
}
@media(max-width:1199px) {
  #gotop {
    display: none
  }
}
@media(max-width:640px) {
	#footer{margin-bottom: 65px;}
  .mz_wapfoot {
    display: flex
  }
  footer {
    margin-bottom: 58px
  }
}
.client-2 {
  position: fixed;
  right: -170px;
  top: 50%;
  z-index: 900
}
.client-2 li a {
  text-decoration: none
}
.client-2 li {
  margin-top: 1px;
  clear: both;
  height: 71px;
  position: relative;
  background: #222
}
.client-2 li i {
  background: url(../images/fx.png) no-repeat;
  display: block;
  width: 30px;
  height: 27px;
  margin: 0 auto;
  text-align: center
}
.client-2 li p {
  height: 20px;
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
  text-align: center;
  color: #fff
}
.client-2 .my-kefu-qq i {
  background-position: 4px 5px
}
.client-2 .my-kefu-tel i {
  background-position: 0 -21px
}
.client-2 .my-kefu-liuyan i {
  background-position: 4px -53px
}
.client-2 .my-kefu-weixin i {
  background-position: -34px 4px
}
.client-2 .my-kefu-weibo i {
  background-position: -30px -22px
}
.client-2 .my-kefu-ftop {
  display: none
}
.client-2 .my-kefu-ftop i {
  width: 33px;
  height: 35px;
  background-position: -27px -51px
}
.client-2 .my-kefu-left {
  float: left;
  width: 77px;
  height: 47px;
  position: relative
}
.client-2 .my-kefu-tel-right {
  font-size: 16px;
  color: #fff;
  float: left;
  height: 24px;
  line-height: 22px;
  padding: 0 15px;
  border-left: 1px solid #fff;
  margin-top: 14px
}
.client-2 .my-kefu-right {
  width: 20px
}
.client-2 .my-kefu-tel-main {
  background: #222;
  color: #fff;
  height: 56px;
  width: 247px;
  padding: 9px 0 6px;
  float: left
}
.client-2 .my-kefu-main {
  background: #222;
  width: 97px;
  height: 56px;
  position: relative;
  padding: 9px 0 6px;
  float: left
}
.client-2 .my-kefu-weixin-pic {
  position: absolute;
  left: -140px;
  top: -24px;
  display: none;
  z-index: 333
}
.my-kefu-weixin-pic img {
  width: 140px;
  height: 140px
}
@media(max-width:1199px) {
  .client-2 {
    display: none
  }
}
#mz_kefu {
  display: none;
  position: fixed;
  top: 50%;
  right: 5px;
  z-index: 905;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}
#mz_kefu a {
  position: relative;
  right: 0;
  margin-bottom: 2px;
  display: flex;
  align-items: center;
  width: 60px;
  height: 60px;
  text-align: center;
  color: #666;
  background: #fff;    box-shadow: 0 0 5px #e6e9ef;
}
#mz_kefu a:last-child {
  margin-bottom: 0
}
#mz_kefu a:nth-child(3) {
  z-index: 2
}
#mz_kefu .mz-wrap {
  border: 1px solid #fff;
  padding: 5px 0;
  width: 60px;
  height: 60px;
  flex: 0 0 60px;
  transition: all .5s;
  position: relative;
  z-index: 9
}
#mz_kefu .mz-wrap img {
  height: 28px
}
#mz_kefu .mz-wrap img:nth-child(2), #mz_kefu a:hover .mz-wrap img:nth-child(1) {
  display: none
}
#mz_kefu a:hover .mz-wrap img:nth-child(2) {
  display: inline-block
}
#mz_kefu .mz-title {
  padding-top: 5px;
  font-size: 12px;
  line-height: 1
}
#mz_kefu a:last-child .mz-title {
  font-family: Arial;
  font-weight: 700
}
#mz_kefu .mz-text {
  flex: 0 0 auto;
  width: 170px;
  font-weight: 700;
  font-size: 20px;
  line-height: 40px;
  border-left: 1px solid #fff;
  color: #fff;
  transition: all .5s
}
#mz_kefu .mz-img {
  position: absolute;
  right: -300px;
  top: -1px;
  z-index: -1;
  padding: 5px;
  width: 148px;
  border: 1px solid #eff1f5;
  background: #fff;
  transition: .5s;
  box-shadow: 0 0 50px rgba(0, 0, 0, .1);
  z-index: 1
}
#mz_kefu .mz-img::before {
  content: "";
  position: absolute;
  top: 34px;
  right: -8px;
  border-left: 8px solid #fff;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent
}
#mz_kefu .mz-img img {
  width: 100%
}
#mz_kefu .mz-img .mz-text2 {
  padding: 5px;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #777
}
#mz_kefu a .mz-box {
  position: absolute;
  top: 0;
  left: 0;
  padding: 11px 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  background: #fff;
  transition: all .5s;
  overflow: hidden
}
#mz_kefu a:hover .mz-wrap {
  color: #fff;
  border-color: #1c366f;
  background: #1c366f
}
#mz_kefu a:last-child .mz-wrap {
  color: #fff;
  border-color: #1c366f;
  background: #1c366f
}
#mz_kefu a:first-child:hover .mz-box {
  width: 250px;
  height: 60px;
  -webkit-transform: translateX(-180px);
  transform: translateX(-180px);
  overflow: none;
  background: #1c366f
}
#mz_kefu a:hover .mz-img {
  right: 84px
}
@media(max-width:1279px) {
  #mz_kefu {
    display: none !important
  }
}
.Fast_mzlx {
  height: 265px;
  position: fixed;
  right: 0;
  top: 50%;
  margin-top: -132.5px;
  z-index: 97
}
.Fast_mzlx ul li.onlinemzser_li {
  width: 48px;
  height: 48px;
  position: relative;
  text-align: center;
  margin-bottom: 5px;
  background-color: #d9d9d9
}
.Fast_mzlx ul > li.onlinemzser_li > a {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-top: 10px
}
.Fast_mzlx ul > li:hover .onlinemzser_tips {
  -webkit-transform: rotateX(0);
  transform: rotateX(0)
}
.onlinemzser_qq {
  background-image: url(../images/fast.png);
  background-repeat: no-repeat;
  background-position: 0 0
}
.onlinemzser_form {
  background-image: url(../images/fastform.png);
  background-repeat: no-repeat;
  background-position: 0 0
}
.Fast_mzlx ul > li.onlinemzser_li > a.onlinemzser_tel {
  width: 30px;
  height: 30px;
  background-image: url(../images/fastphone.png);
  background-repeat: no-repeat;
  background-position: 0 0
}
.onlinemzser_whatsApp {
  background-image: url(../images/fast.png);
  background-repeat: no-repeat;
  background-position: 0 -139px
}
.onlinemzser_email {
  background-image: url(../images/fast.png);
  background-repeat: no-repeat;
  background-position: 0 -111px
}
.onlinemzser_skype {
  background-image: url(../images/fast.png);
  background-repeat: no-repeat;
  background-position: 0 -28px
}
.onlinemzser_wechat {
  background-image: url(../images/fast.png);
  background-repeat: no-repeat;
  background-position: 0 -266px
}
.for_wechat span {
  display: block;
  text-align: center
}
.onlinemzser_tips {
  padding: 5px 8px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  position: absolute;
  right: 58px;
  top: 6px;
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transition: all .4s;
  transition: all .4s
}
.onlinemzser_tips li {
  width: auto;
  height: auto;
  white-space: nowrap
}
.onlinemzser_tips li a {
  display: block;
  min-height: 22px;
  text-align: center;
  line-height: 22px;
  color: #737578;
  font-size: 15px
}
.onlinemzser_tips li a.for_wechat {
  height: auto
}
.onlinemzser_tips li a.for_wechat img {
  max-width: 240px
}
.onlinemzser_tips li a:hover {
  text-decoration: underline
}
.onlinemzser_tips:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 1px solid #ccc;
  border-color: transparent #ccc #ccc transparent;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  right: -6px;
  top: 10px;
  background-color: #fff
}
/* 优化淡入淡出过渡效果 */
#mz-banner1 .swiper-slide {
  /* 添加平滑过渡曲线 */
  transition-timing-function: ease-in-out;
  /* 确保过渡只作用于不透明度变化 */
  transition-property: opacity;
}
/* 可以根据需要调整分页器的过渡效果 */
#mz-banner1 .swiper-pagination-bullet {
  transition: all 0.3s ease;
}
@media(max-width:1220px) {
  .Fast_mzlx {
    display: none
  }
}