body {
  background: #fff;
  font: 13px/1.75 "Microsoft YaHei", arial, sans-serif;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}
.container {
  padding: 0;
  max-width: 78.125%;
}
:root {
  --Noto-Sans-SC: 'Noto Sans SC', sans-serif;
  --Montserrat: 'Montserrat', sans-serif;
  --Poppins: 'Poppins', sans-serif;
}
.swiper {
  overflow: hidden;
}
@font-face {
  font-family: Arial-BoldMT;
  src: url('../font/Arial-BoldMT.otf');
}
textarea,
input {
  background: none;
  outline: none;
  resize: none;
}

.mb-div {
  display: none;
  padding-left: 21px;
}
.mb-div2 {
  display: none;
}
.mb-div2 a::before {
  display: none;
}
.mb-div2 a {
  width: 81% !important;
  line-height: 22px !important;
  margin-left: 11px;
  padding: 11px 0;
  padding-left: 14px !important;
}
.mb-div .mxl-t {
  position: absolute;
  padding: 25.5px 33px;
  right: 0;
  z-index: 3;
  top: -55px;
}
.mb-child {
  position: relative;
}
.mb-div a {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 2px;
  width: 90%;
  position: relative;
}
.mb-div a:last-child {
  margin-bottom: 0;
}
.mxl-o {
  position: absolute;
  right: 0;
  top: -5px;
  padding: 25.5px 15px;
}
.ys{
    background-color: #fff !important;
}
.head-lan{
    transition: all .3s;
}
.ys .head-lan{
   opacity: 0;
}
.mb-nav {
  position: fixed;
  z-index: 105 !important;
  width: 100%;
  background: #fff;
  padding: 88px 0;
  height: 100%;
  padding-top: 0px;
  top: 58px;
  overflow: scroll;
  display: none;
      background: #fff;
}
.mb-nav p {
  width: 80%;
  margin: 0 auto;
}
.mb-nav p img {
  max-width: 26px;
  display: block;
  margin-right: 0;
  margin-left: auto;
}
.mb-nav .logo {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 77%;
  margin-top: 20px;
}
.mb-nav .logo img {
  max-height: 90px;
}
.mb-nav ul {
  width: 93%;
  margin: 0 auto;
  margin-top: 34px;
}
.mb-nav ul li {
  position: relative;
  width: 90%;
  margin: 0 auto;
  transition: all 0.8s;
  transform: translateY(20px);
  opacity: 0;
}

.mb-nav ul li:nth-child(3) .mxl-o{
    display: block;
}
.mb-nav ul li:nth-child(3) .mb-div .mb-child:nth-child(8) .mxl-t{
    display: none;
}
.mb-nav ul li a {
  color: #000;
  font-size: 15px;
  line-height: 48px;
  border-bottom: 1px solid #dcdcdc;
  padding-left: 13px;
  display: block;
  position: relative;
  white-space: nowrap;
}
.zk ul li {
  transform: translateY(0);
  transition-delay: 0.5s;
  opacity: 1;
}
.zk ul li:nth-child(1) {
  transition-delay: 0.2s;
}
.zk ul li:nth-child(2) {
  transition-delay: 0.3s;
}
.zk ul li:nth-child(3) {
  transition-delay: 0.4s;
}
.zk ul li:nth-child(4) {
  transition-delay: 0.5s;
}
.zk ul li:nth-child(5) {
  transition-delay: 0.6s;
}
.zk ul li:nth-child(6) {
  transition-delay: 0.7s;
}
.mb-nav .tel {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  font-weight: 600;
  margin-top: 27px;
}
.mb-nav .tel img {
  max-height: 24px;
  margin-right: 8px;
}
.mb-nav .mb-dl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: bold;
  margin-top: 48px;
}
.mb-nav .mb-dl li {
  width: fit-content;
}
.mb-nav .mb-dl li a {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 35px;
  border-bottom: none;
  font-weight: bold;
  background: #00b7ff;
  color: #fff;
  border-radius: 5px;
  padding: 2px 29px;
}
.mb-nav .mb-dl li a::before {
  display: none;
}
.mb-zd {
  display: none;
  position: relative;
  width: 30px;
  height: 28px;
}
.mb-zd em {
  position: absolute;
  left: 0;
  top: 6px;
  width: 30px;
  height: 1.5px;
  background-color: #fff;
  transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.menuBtn.on em {
  display: none;
  margin: -2px 0 0;
  position: absolute;
  top: 40%;
  width: 28px;
  background: #000 !important;
}
.menuBtn.on em:first-child {
  display: block;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.menuBtn.on {
  top: 6px;
}
.menuBtn.on em:first-child {
  display: block;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.menuBtn.on .s2 {
  opacity: 0;
}
.menuBtn.on em:last-child {
  display: block;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
.menuBtn .s1 {
  top: 5px;
}
.qh {
  opacity: 0;
}
.menuBtn .s2 {
  top: 14px;
}
.menuBtn .s3 {
  top: 23px;
}
.mb-zd em {
  background: #000;
}



.yc {
  overflow: hidden;
}
.head-ym {
  background-color: #0068b7;
  position: relative;
  z-index: 2;
}
.head-ym .container {
  display: flex;
  justify-content: flex-end;
}
.head-ym .container .head-ym-rt {
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: flex-end;
}
.head-ym .container .head-ym-rt ul {
  display: flex;
  flex: 1;
  justify-content: flex-end;
  margin-right: 2.25vw;
}
.head-ym .container .head-ym-rt ul li {
  display: flex;
  align-items: center;
  margin-left: 2.6%;
}
.head-ym .container .head-ym-rt ul li p:nth-child(1) {
  margin-right: 13px;
}
.head-ym .container .head-ym-rt ul li p:nth-child(2) {
  font-family: var(--Noto-Sans-SC);
  font-size: 14px;
  color: #ffffff;
  font-weight: 300;
}
.head-ym .container .head-ym-rt ul li:nth-child(1) {
  margin-left: 0;
}
.head-ym .container .head-ym-rt ul li:nth-child(1) a {
  display: flex;
  align-items: center;
}
.head-ym .container .head-ym-rt .head-lan {
  display: flex;
  align-items: center;
}
.head-ym .container .head-ym-rt .head-lan .head-lan-tb {
  margin-right: 11px;
}
.head-ym .container .head-ym-rt .head-lan .head-lan-box {
  display: flex;
  align-items: center;
  position: relative;
  padding: 4.75px 0;
  cursor: pointer;
}
.head-ym .container .head-ym-rt .head-lan .head-lan-box img {
  transition: all 0.4s;
}
.head-ym .container .head-ym-rt .head-lan .head-lan-box .yw {
  font-size: 14px;
  color: #ffffff;
  font-family: var(--Noto-Sans-SC);
  font-weight: 300;
  margin-right: 7px;
}
.head-ym .container .head-ym-rt .head-lan .head-lan-box div {
  position: absolute;
  top: 100%;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
  background: #fff;
  width: 54px;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  padding: 5px 0;
  display: none;
}
.head-ym .container .head-ym-rt .head-lan .head-lan-box div a {
  display: block;
  color: #000;
  font-family: var(--Noto-Sans-SC);
  font-weight: 600;
  font-size: 15px;
  transition: all 0.5s;
}
.head-ym .container .head-ym-rt .head-lan .head-lan-box div a:hover {
  color: #0068b7;
}
.head-ym .container .head-ym-rt .head-lan .active img {
  transform: rotateZ(180deg);
}
.head {
  background: #fff;
  position: relative;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.21);
}
.head .container {
  display: flex;
  align-items: center;
}
.head .container .head-logo {
  /*width: 29.2%;*/
}
.head .container .head-rt {
  flex: 1;
  padding-right: 127px;
}
.head .container .head-rt .head-nav {
  display: flex;
  transition: all 0.5s;
  justify-content: flex-end;
}
.head .container .head-rt .head-nav .nav-li {
  margin-left: 2.2vw;
}
.head .container .head-rt .head-nav .nav-li .nav-a {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #05294d;
  font-family: var(--Montserrat);
  font-weight: 800;
  padding: 1.63vw 0;
}
.head .container .head-rt .head-nav .nav-li .nav-a img {
  margin-left: 10px;
  transition: all 0.4s;
}
.head .container .head-rt .head-nav .nav-li .pro-nav {
  position: absolute;
  width: 100%;
  top: 100%;
  background-color: #ffffff;
  left: 0;
  box-shadow: 1px -2px 10px rgba(0, 0, 0, 0.1);
  padding-top: 2.5%;
  padding-bottom: 2%;
  transform: scaleY(0);
  transform-origin: top left;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out 0s;
}
.head .container .head-rt .head-nav .nav-li .pro-nav .container {
  display: flex;
  align-items: normal;
}
.head .container .head-rt .head-nav .nav-li .pro-nav .container .pro-nav-lf {
  width: 291px;
}
.head .container .head-rt .head-nav .nav-li .pro-nav .container .pro-nav-lf ul li {
  cursor: pointer;
  margin-bottom: 3.1%;
}
.head .container .head-rt .head-nav .nav-li .pro-nav .container .pro-nav-lf ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.5s;
  padding: 5.3% 6%;
}
.head .container .head-rt .head-nav .nav-li .pro-nav .container .pro-nav-lf ul li a p {
  flex: 1;
  padding-right: 5%;
  font-family: var(--Montserrat);
  font-size: 16px;
  color: #333333;
  transition: all 0.5s;
  line-height: 1.2;
  font-weight: 600;
}
.head .container .head-rt .head-nav .nav-li .pro-nav .container .pro-nav-lf ul .pactive {
  background-color: #e5f0f8;
}
.head .container .head-rt .head-nav .nav-li .pro-nav .container .pro-nav-rt {
  flex: 1;
  margin-left: 3.5%;
  padding-left: 5%;
  position: relative;
  padding-top: 14px;
}
.head .container .head-rt .head-nav .nav-li .pro-nav .container .pro-nav-rt .pro-nav-items {
  display: none;
  height: 100%;
}
.head .container .head-rt .head-nav .nav-li .pro-nav .container .pro-nav-rt .pro-nav-items:nth-child(1) {
  display: block;
}
.head .container .head-rt .head-nav .nav-li .pro-nav .container .pro-nav-rt ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 45%;
  align-items: flex-start;
  min-width: 570px;
  width: fit-content;
}
.head .container .head-rt .head-nav .nav-li .pro-nav .container .pro-nav-rt ul li {
  margin-bottom: 0.4%;
}
.head .container .head-rt .head-nav .nav-li .pro-nav .container .pro-nav-rt ul li a {
  font-size: 16px;
  color: #333333;
  font-family: var(--Montserrat);
  transition: all 0.5s;
  text-decoration: underline !important;
}
.head .container .head-rt .head-nav .nav-li .pro-nav .container .pro-nav-rt ul li a:hover {
  color: #0068b7;
}
.head .container .head-rt .head-nav .nav-li .pro-nav .container .pro-nav-rt::before {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 1px;
  background-color: #dcdcdc;
  height: 82%;
}
.head .container .head-rt .head-nav .nav-li:hover .nav-a {
  color: #0068b7;
}
.head .container .head-rt .head-nav .nav-li:hover .nav-a img {
  transform: rotateZ(180deg);
}
.head .container .head-rt .head-nav .nav-li:hover .pro-nav {
  transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}
.head .container .head-rt .head-nav .nactive .nav-a {
  color: #0068b7;
}
.head .container .head-rt .head-nav .nav-li:nth-child(1) {
  margin-left: 0;
}
.head .container .head-rt .activen {
  opacity: 0;
}
.head .container .head-rt .head-ss {
  position: absolute;
  right: 10.8%;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  width: 89px;
  background: #fff;
  transition: all 0.5s;
}
.head .container .head-rt .head-ss img {
  margin-right: 0.65vw;
}
.head .container .head-rt .head-ss form {
  flex: 1;
  position: relative;
  top: -1px;
  transition: all 0.5s;
}
.head .container .head-rt .head-ss form input:nth-last-child(1) {
  line-height: initial;
  font-size: 14px;
  color: #000;
  font-family: var(--Noto-Sans-SC);
  font-weight: 500;
  width: 100%;
}
.head .container .head-rt .head-ss form ::-webkit-input-placeholder {
  color: #7b7b7b;
}
.head .container .head-rt .head-ss form :-moz-placeholder {
  color: #7b7b7b;
}
.head .container .head-rt .head-ss form ::-moz-placeholder {
  color: #7b7b7b;
}
.head .container .head-rt .head-ss form :-ms-input-placeholder {
  color: #7b7b7b;
}
.head .container .head-rt .head-ss form ::-ms-input-placeholder {
  color: #7b7b7b;
}
.head .container .head-rt .active {
  width: 46%;
}
.head .container .head-rt .active form {
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
  border-radius: 7px;
  padding: 12px 3%;
}
.nav-column{
    position: absolute;
    top: 100%;
    min-width: 10.7vw;
    left: 50%;
    transform: translateX(-50%) scaleY(0);
    transform-origin: left top;
    background-color: #ffffff;
    border-top: 1px solid #dbdbdb;
    font-weight: 500;
    transition: all .5s;
    opacity: 0;
    visibility: hidden;
}
.nav-column a{
    display: block;
    font-size: 16px;
    text-align: center;
    color: #05294d;
    font-family: var(--Montserrat);
    border-bottom: 1px solid #dbdbdb;
    padding: 6.6% 0;
    padding: 6.6% 1.7vw;
     transition: all .5s; 
    white-space: nowrap;
}
.nav-column a:hover{
    color: #0068b7;
}
.head .container .head-rt .head-nav .nav-li:hover .nav-column{
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) scaleY(1);
}
.banner .ban-swiper .swiper-wrapper .swiper-slide {
  position: relative;
  overflow: hidden;
}
.banner .ban-swiper .swiper-wrapper .swiper-slide .slide-bg {
  transform: scale(1.08, 1.08);
}
.banner .ban-swiper .swiper-wrapper .swiper-slide .slide-bg img {
  max-width: 101%;
  min-width: 100%;
}
.banner .ban-swiper .swiper-wrapper .swiper-slide .slide1-con {
  position: absolute;
  left: 50%;
  top: 44%;
  transform: translate(-50%, -50%);
  width: 69.5%;
}
.banner .ban-swiper .swiper-wrapper .swiper-slide .slide1-con h3 {
  font-size: 3.13vw;
  color: #ffffff;
  font-family: var(--Montserrat);
  font-weight: 700;
  transform: translateY(100%) rotate(10deg);
  opacity: 0;
  transform-origin: left;
  transition: var(--custom-transiton2);
  transition-duration: 1s;
  transition-property: transform, opacity;
}
.banner .ban-swiper .swiper-wrapper .swiper-slide .slide1-con h4 {
  font-size: 1.458vw;
  color: #ffffff;
  font-family: var(--Montserrat);
  margin-top: 1.1%;
  font-weight: 400;
  transform: translateY(100%) rotate(10deg);
  opacity: 0;
  transform-origin: left;
  transition: var(--custom-transiton2);
  transition-duration: 1s;
  transition-property: transform, opacity;
}
.banner .ban-swiper .swiper-wrapper .swiper-slide .slide1-con ul {
  display: flex;
  margin-top: 2.7%;
  transform: translateY(100%) rotate(10deg);
  opacity: 0;
  transform-origin: left;
  transition: var(--custom-transiton2);
  transition-duration: 1s;
  transition-property: transform, opacity;
}
.banner .ban-swiper .swiper-wrapper .swiper-slide .slide1-con ul li a {
  width: 219px;
  height: 53px;
  background-color: #0068b7;
  border-radius: 27px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  font-size: 16px;
  color: #ffffff;
  font-family: var(--Montserrat);
  font-weight: 300;
}
.banner .ban-swiper .swiper-wrapper .swiper-slide .slide1-con ul li a:hover {
  box-shadow: 1px 1px 10px #0068b7;
  transform: translateY(-2px);
}
.banner .ban-swiper .swiper-wrapper .swiper-slide .slide1-con ul li:nth-last-child(1) {
  margin-left: 0% !important;
}
.banner .ban-swiper .swiper-wrapper .swiper-slide .slide1-con ul li:nth-last-child(1) a {
  background-color: #ec6907;
}
.banner .ban-swiper .swiper-wrapper .swiper-slide .slide1-con ul li:nth-last-child(1) a:hover {
  box-shadow: 1px 1px 10px #ec6907;
  transform: translateY(-2px);
}
.banner .ban-swiper .swiper-wrapper .swiper-slide-active .slide-bg {
  animation: image-zoom-out 4s 0s forwards;
}
.banner .ban-swiper .swiper-wrapper .swiper-slide-active .slide1-con h3,
.banner .ban-swiper .swiper-wrapper .swiper-slide-active .slide1-con h4,
.banner .ban-swiper .swiper-wrapper .swiper-slide-active .slide1-con ul {
  -webkit-animation: text-active-animation 1.5s cubic-bezier(0.7, 0, 0.2, 1) both 0.5s;
  animation: text-active-animation 1.5s cubic-bezier(0.7, 0, 0.2, 1) both 0.5s;
}
@keyframes image-zoom-out {
  0% {
    transform: scale(1.08, 1.08);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes text-active-animation {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(100%) rotate(5deg);
    transform: translateY(100%) rotate(5deg);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}
.cpzx {
  margin-top: 4%;
}
.cpzx .cpzx-swiper .swiper-wrapper .swiper-slide a:nth-child(1) {
  display: flex;
  justify-content: center;
  align-items: center;
  /*background-color: #d9e7f1;*/
  background-color: #fff;
  height: 15.9vw;
  overflow: hidden;
  transition: all 0.5s;
}
.cpzx .cpzx-swiper .swiper-wrapper .swiper-slide a:nth-child(1) img {
  max-height: 83%;
  max-width: 94%;
}
.cpzx .cpzx-swiper .swiper-wrapper .swiper-slide a:nth-child(2) {
  display: block;
  text-align: center;
  font-size: 18px;
  color: #333333;
  font-family: var(--Montserrat);
  font-weight: 500;
  transition: all 0.4s;
  line-height: 1.3;
  margin-top: 6%;
}
.cpzx .cpzx-swiper .swiper-wrapper .swiper-slide:hover a:nth-child(1) {
  box-shadow: 1px 1px 15px #d9e7f1;
}
.cpzx .cpzx-swiper .swiper-wrapper .swiper-slide:hover a:nth-child(1) img {
  animation: 0.9s fd linear;
}
.cpzx .cpzx-swiper .swiper-wrapper .swiper-slide:hover a:nth-child(2) {
  color: #0068b7;
}
@keyframes fd {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.03);
  }
  100% {
    transform: scale(1);
  }
}
.gsjj {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 8%;
}
.gsjj .gsjj-lf {
  position: relative;
  padding-left: 10px;
  padding-bottom: 10px;
  width: 48.45%;
}
.gsjj .gsjj-lf .gsjj-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 22.71vw;
  position: relative;
  z-index: 2;
}
.gsjj .gsjj-lf::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: solid 1px #0068b7;
}
.gsjj .gsjj-lf::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: calc(100% - 10px);
  height: 19.1%;
  background-color: #0068b7;
}
.gsjj .gsjj-rt {
  width: 47.3%;
}
.gsjj .gsjj-rt h3 {
  font-size: 1.665vw;
  color: #333333;
  font-family: var(--Montserrat);
  font-weight: 600;
}
.gsjj .gsjj-rt div {
  font-size: 16px;
  line-height: 1.81;
  color: #555555;
  font-family: var(--Montserrat);
  font-weight: 500;
  hyphens: auto;
  margin-top: 4%;
}
.gsjj .gsjj-rt div p {
  margin-bottom: -0.5%;
}
.gsjj .gsjj-rt ul {
  display: flex;
  margin-top: 7%;
}
.gsjj .gsjj-rt ul li {
  cursor: pointer;
}
.gsjj .gsjj-rt ul li a {
  width: 219px;
  height: 53px;
  background-color: #0068b7;
  border-radius: 27px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  font-size: 16px;
  color: #ffffff;
  font-family: var(--Montserrat);
  font-weight: 300;
}
.gsjj .gsjj-rt ul li a img {
  margin-left: 10px;
  max-width: 15%;
}
.gsjj .gsjj-rt ul li a:hover {
  box-shadow: 1px 1px 10px #0068b7;
  transform: translateY(-2px);
}
.gsjj .gsjj-rt ul li:nth-last-child(1) {
  /*margin-left: 4.5%;*/
  margin-left: 0 !important;
}
.gsjj .gsjj-rt ul li:nth-last-child(1) a {
  background-color: #ec6907;
}
.gsjj .gsjj-rt ul li:nth-last-child(1) a:hover {
  box-shadow: 1px 1px 10px #ec6907;
  transform: translateY(-2px);
}
.yyly {
  background-color: #0068b7;
  margin-top: 5.2%;
  padding-top: 5%;
  padding-bottom: 5.7%;
}
.yyly .sy-bt {
  color: #fff;
}
.yyly .yyly-desc {
  font-size: 16px;
  line-height: 1.82;
  color: #ffffff;
  opacity: 0.6;
  text-align: center;
  margin: 0 auto;
  font-family: var(--Montserrat);
  font-weight: 300;
  max-width: 702px;
  margin-top: 1.1%;
}
.yyly .yyly-con {
  margin-top: 2.5%;
}
.yyly .yyly-con .yyly-swiper .swiper-wrapper .swiper-slide {
  position: relative;
  width: 22.8%;
  transition: all 0.5s;
}
.yyly .yyly-con .yyly-swiper .swiper-wrapper .swiper-slide .yyly-bg {
  display: block;
  overflow: hidden;
}
.yyly .yyly-con .yyly-swiper .swiper-wrapper .swiper-slide .yyly-bg p {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 16.3vw;
  transition: all 0.8s;
  min-height: 240px;
}
.yyly .yyly-con .yyly-swiper .swiper-wrapper .swiper-slide .yyly-nr {
  position: absolute;
  left: 7%;
  bottom: 8%;
}
.yyly .yyly-con .yyly-swiper .swiper-wrapper .swiper-slide .yyly-nr a:nth-child(1) {
  font-size: 1.25vw;
  color: #ffffff;
  font-family: var(--Montserrat);
  font-weight: 500;
  display: block;
}
.yyly .yyly-con .yyly-swiper .swiper-wrapper .swiper-slide .yyly-nr a:nth-child(2) {
  width: 107px;
  height: 44px;
  background-color: #0068b7;
  border-radius: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  font-size: 16px;
  color: #ffffff;
  font-family: var(--Montserrat);
  font-weight: 400;
}
.yyly .yyly-con .yyly-swiper .swiper-wrapper .swiper-slide:hover {
  box-shadow: 1px 1px 15px rgba(255, 255, 255, 0.5);
}
.yyly .yyly-con .yyly-swiper .swiper-wrapper .swiper-slide:hover .yyly-bg p {
  transform: scale(1.03);
}
.yyly .yyly-con .yyly-swiper .swiper-wrapper .swiper-slide:hover .yyly-nr a:nth-child(2) {
  box-shadow: 1px 1px 10px rgba(255, 255, 255, 0.5);
  transform: translateX(3px);
}
.sy-bt {
  text-align: center;
  font-size: 1.875vw;
  color: #333333;
  font-family: var(--Montserrat);
  font-weight: 600;
}
.method {
  margin-top: 4.9%;
}
.method .method-desc {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  line-height: 1.815;
  color: #333333;
  font-family: var(--Montserrat);
  font-weight: 500;
  hyphens: auto;
  margin-top: 1.85%;
}
.method ul {
  display: flex;
  margin-top: 3.1%;
  justify-content: center;
}
.method ul li {
  cursor: pointer;
  margin: 0 0.8%;
}
.method ul li a {
  width: 212px;
  height: 48px;
  background-color: #0068b7;
  border-radius: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  font-size: 16px;
  color: #ffffff;
  font-family: var(--Montserrat);
  font-weight: 300;
}
.method ul li a img {
  margin-left: 10px;
}
.method ul li a:hover {
  box-shadow: 1px 1px 10px #0068b7;
  transform: translateY(-2px);
}
.method ul li:nth-child(2) a {
  background-color: #ec6907;
}
.method ul li:nth-child(2) a:hover {
  box-shadow: 1px 1px 10px #ec6907;
  transform: translateY(-2px);
}
.method .method-box {
  background-color: #ffffff;
  box-shadow: 0px 0px 16px 0px rgba(1, 1, 1, 0.18);
  padding: 1.5%;
  margin-top: 4%;
}
.method .method-box .method-bg {
  position: relative;
}
.method .method-box .method-bg div:nth-child(1) {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 27.8vw;
  transition: all 0.5s;
}
.method .method-box .method-bg .method-play {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 5.5%;
  margin: auto;
  height: fit-content;
  cursor: pointer;
}
.method .method-box .method-bg .method-play img {
  transition: all 0.5s;
}
.method .method-box .method-bg .method-play:hover img {
  transform: rotateZ(360deg) scale(1.03);
}
.method .method-box .method-bg .method-logo {
  left: 0;
  transition: all 0.5s;
  bottom: 0;
  position: absolute;
  width: 27.74%;
}
.method .method-box .method-shipin {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
}
.method .method-box .method-shipin video {
  width: 100%;
  height: 100%;
}
.method .method-box .xs {
  visibility: hidden;
  opacity: 0;
}
.method .method-box .active {
  opacity: 1;
  visibility: visible;
}
.tjbd {
  position: relative;
  margin-top: 5.7%;
  padding-top: 7.61%;
  margin-bottom: 7%;
}
.tjbd .container {
  display: flex;
  background: #fff;
  position: relative;
  z-index: 2;
}
.tjbd .container .tjbd-lf {
  width: 38.82%;
  position: relative;
}
.tjbd .container .tjbd-lf div:nth-child(1) {
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 29% 100%;
  width: 100%;
}
.tjbd .container .tjbd-lf div:nth-child(2) {
  position: absolute;
  bottom: 18%;
  left: 50%;
  font-size: 2.71vw;
  color: #ffffff;
  font-family: var(--Montserrat);
  font-weight: 600;
  transform: translateX(-50%);
  white-space: nowrap;
}
.tjbd .container .tjbd-rt {
  flex: 1;
  box-shadow: 0px 0px 9px 0px rgba(1, 1, 1, 0.13);
  padding: 3.6% 5.2% 4.25% 5.4%;
}
.tjbd .container .tjbd-rt .sy-bt {
  text-align: left;
}
.tjbd .container .tjbd-rt .tjbd-desc {
  font-size: 18px;
  line-height: 1.723;
  color: #333333;
  font-family: var(--Montserrat);
  font-weight: 500;
  margin-top: 2%;
}
.tjbd .container .tjbd-rt form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 4%;
}
.tjbd .container .tjbd-rt form div {
  background-color: #f0f5f8;
  border-radius: 25px;
  width: 48.81%;
  position: relative;
  padding: 1.82% 2.3%;
  margin-bottom: 2.5%;
  padding-right: 7%;
}
.tjbd .container .tjbd-rt form div input {
  width: 100%;
  line-height: initial;
  font-family: var(--Montserrat);
  font-size: 16px;
  color: #000000;
  font-weight: 500;
}
.tjbd .container .tjbd-rt form div ::-webkit-input-placeholder {
  color: #555555;
}
.tjbd .container .tjbd-rt form div :-moz-placeholder {
  color: #555555;
}
.tjbd .container .tjbd-rt form div ::-moz-placeholder {
  color: #555555;
}
.tjbd .container .tjbd-rt form div :-ms-input-placeholder {
  color: #555555;
}
.tjbd .container .tjbd-rt form div ::-ms-input-placeholder {
  color: #555555;
}
.tjbd .container .tjbd-rt form div textarea {
  width: 100%;
  line-height: initial;
  font-family: var(--Montserrat);
  font-size: 16px;
  color: #000000;
  font-weight: 500;
  min-height: 91px;
}
.tjbd .container .tjbd-rt form div span {
  position: absolute;
  right: 7%;
  top: 57%;
  font-size: 16px;
  font-family: var(--Montserrat);
  color: #fc0c0c;
  transform: translateY(-50%);
}
.tjbd .container .tjbd-rt form div:nth-child(7),
.tjbd .container .tjbd-rt form div:nth-child(8) {
  width: 100%;
}
.tjbd .container .tjbd-rt form div:nth-child(7) span,
.tjbd .container .tjbd-rt form div:nth-child(8) span {
  right: 3.3%;
}
.tjbd .container .tjbd-rt form div:nth-child(9) {
  background: none;
  width: 100%;
  padding: 0;
  font-size: 14px;
  font-style: italic;
  line-height: 24px;
  color: #666666;
  font-family: var(--Montserrat);
  font-weight: 500;
}
.tjbd .container .tjbd-rt form div:nth-child(10) {
  background: none;
  width: 100%;
  padding: 0;
}
.tjbd .container .tjbd-rt form div:nth-child(10) label {
  display: flex;
  align-items: center;
}
.tjbd .container .tjbd-rt form div:nth-child(10) label input {
  width: 23px;
  height: 23px;
}
.tjbd .container .tjbd-rt form div:nth-child(10) label p {
  font-family: var(--Montserrat);
  font-weight: 700;
  font-size: 16px;
  color: #333333;
  margin-left: 10px;
}
.tjbd .container .tjbd-rt form div:nth-child(10) label p span {
  position: relative;
  right: 0;
  top: 0;
  transform: initial;
}
.tjbd .container .tjbd-rt form div:nth-child(11) {
  background: none;
  width: 100%;
  padding: 0;
  margin-bottom: 0;
}
.tjbd .container .tjbd-rt form div:nth-child(11) button {
  width: 180px;
  height: 48px;
  background-color: #ec6907;
  border-radius: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  font-size: 18px;
  color: #ffffff;
  font-family: var(--Montserrat);
  font-weight: 600;
  margin: 0 auto;
}
.tjbd .container .tjbd-rt form div:nth-child(11) button:hover {
  box-shadow: 1px 1px 10px #ec6907;
  transform: translateY(-3px);
}
.tjbd::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  content: '';
  background-color: #d9e7f1;
  height: 31.5%;
}
.news {
  background-color: #d9e7f1;
  margin-top: 8.5%;
  padding-top: 4.7%;
  padding-bottom: 5%;
}
.news .container .row {
  margin-top: 3.7%;
  margin-left: -1.8%;
  margin-right: -1.8%;
}
.news .container .row .news-items {
  padding: 0 1.8%;
}
.news .container .row .news-items .news-items-con {
  height: 100%;
  transition: all 0.5s;
}
.news .container .row .news-items .news-items-con .news-thumb {
  display: block;
}
.news .container .row .news-items .news-items-con .news-thumb p {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 12.25vw;
}
.news .container .row .news-items .news-items-con .news-items-cont {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ffffff;
  box-shadow: 0px 0px 6px 0px rgba(4, 0, 0, 0.04);
  padding: 9.2% 12.5% 7% 7.1%;
  height: calc(100% - 12.25vw);
}
.news .container .row .news-items .news-items-con .news-items-cont .news-tp p {
  font-size: 16px;
  transition: all 0.4s;
  color: #666666;
  font-family: var(--Montserrat);
}
.news .container .row .news-items .news-items-con .news-items-cont .news-tp a:nth-child(2) {
  font-family: var(--Montserrat);
  font-size: 1.25vw;
  transition: all 0.4s;
  line-height: 1.38;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 2;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-word;
  white-space: normal;
  font-weight: 700;
  margin-top: 6.5%;
}
.news .container .row .news-items .news-items-con .news-items-cont .news-tp a:nth-child(3) {
  font-family: var(--Montserrat);
  font-size: 16px;
  line-height: 1.82;
  color: #333333;
  transition: all 0.4s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 3;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-word;
  white-space: normal;
  margin-top: 4.5%;
}
.news .container .row .news-items .news-items-con .news-items-cont .news-bt {
  width: 180px;
  height: 48px;
  border-radius: 24px;
  border: solid 1px #0068b7;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s;
  font-size: 18px;
  color: #0068b7;
  font-family: var(--Montserrat);
  margin-top: 8.8%;
}
.news .container .row .news-items .news-items-con .news-items-cont .news-bt:hover {
  background-color: #0068b7;
  color: #fff;
  box-shadow: 1px 1px 10px #0068b7;
  transform: translateX(4px);
}
.news .container .row .news-items .news-items-con:hover {
  box-shadow: 1px 1px 10px #ffffff;
  transform: translateY(-4px);
}
.news .container .row .news-items .news-items-con:hover .news-items-cont .news-tp a:nth-child(2),
.news .container .row .news-items .news-items-con:hover .news-items-cont .news-tp a:nth-child(3) {
  color: #0068b7;
}
.news .container .row .news-items:nth-child(2) {
  animation-delay: 0.3s;
}
.news .container .row .news-items:nth-child(3) {
  animation-delay: 0.6s;
}
.foot {
  background-color: #2a2a2c;
  padding-top: 3.8%;
}
.foot .foot-con {
  width: 69.4%;
  margin: 0 auto;
}
.foot .foot-con .foot-tp {
  display: flex;
  justify-content: space-between;
}
.foot .foot-con .foot-tp div p a {
  font-size: 18px;
  color: #ffffff;
  display: block;
  position: relative;
  font-family: var(--Montserrat);
  font-weight: 600;
  padding-bottom: 8px;
}
.foot .foot-con .foot-tp div p a::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 29px;
  height: 2px;
  background-color: #ffffff;
}
.foot .foot-con .foot-tp div ul {
  margin-top: 22px;
}
.foot .foot-con .foot-tp div ul li {
  margin-bottom: 14px;
}
.foot .foot-con .foot-tp div ul li a {
  font-size: 14px;
  color: #ffffff;
  opacity: 0.5;
  font-family: var(--Montserrat);
  font-weight: 300;
  display: block;
  line-height: 18px;
  transition: all 0.5s;
}
.foot .foot-con .foot-tp div ul li a:hover {
  opacity: 1;
}
.foot .foot-con .foot-tp div:nth-child(3) {
  width: 27.2%;
}
.foot .foot-con .foot-tp div:nth-child(3) ul {
  display: flex;
  flex-wrap: wrap;
}
.foot .foot-con .foot-tp div:nth-child(3) ul li {
  width: 33%;
}
/*.foot .foot-con .foot-tp div:nth-child(3) ul li:nth-child(3n-1) {*/
/*  width: 50%;*/
/*}*/
/*.foot .foot-con .foot-tp div:nth-child(3) ul li:nth-child(3n) {*/
/*  flex: 1;*/
/*}*/
.foot .foot-con .foot-bt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: solid 1px rgba(255, 255, 255, 0.2);
  margin-top: 3.5%;
  padding: 1.932% 0;
}
.foot .foot-con .foot-bt p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  font-family: var(--Noto-Sans-SC);
}
.foot .foot-con .foot-bt p a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  transition: all 0.5s;
}
.foot .foot-con .foot-bt p a:hover {
  color: #fff;
}
.foot .foot-con .foot-bt ul {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
.foot .foot-con .foot-bt ul li {
  margin-left: 2%;
  transition: all 0.5s;
}
.foot .foot-con .foot-bt ul li:hover {
  transform: scale(1.03);
}
.xd {
  position: relative;
}
.jd {
  position: absolute;
}
#form {
  top: -13%;
}
#Inquiry{
    top: -13%;
}
.head-box {
  position: sticky;
  top: 0;
  transition: all 0.5s;
  z-index: 100;
}
.activehead {
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
}
.c1-ban {
  background-color: #d9e7f1;
  position: relative;
}
.c1-ban .container {
  font-size: 16px;
  color: #333333;
  font-family: var(--Montserrat);
  font-weight: 500;
  padding: 4.5% 6.35% 5.7% 0;
  hyphens: auto;
  text-align: justify;
}
.c1-ban .container h3 {
  font-size: 2.5vw;
  color: #000000;
  font-family: var(--Montserrat);
  line-height: 1.1;
  font-weight: 700;
}
.c1-ban .container h4 {
  font-size: 1.25vw;
  color: #000000;
  font-family: var(--Montserrat);
  font-weight: 600;
  line-height: 1.4;
  margin-top: 1.4%;
  margin-bottom: 1.2%;
}
.c1-ban .container a {
  width: 165px;
  height: 53px;
  background-color: #ec6907;
  border-radius: 27px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #ffffff;
  font-family: var(--Montserrat);
  font-weight: 300;
  transition: all 0.5s;
  margin-top: 2%;
}
.c1-ban .container a:hover {
  transform: translateX(4px);
  box-shadow: 1px 1px 10px #ec6907;
}
.i-crumb {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.26);
  padding: 17.75px 0;
}
.i-crumb .container {
  display: flex;
  justify-content: space-between;
}
.i-crumb .container p {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #333333;
  font-family: var(--Montserrat);
}
.i-crumb .container p a {
  font-size: 14px;
  color: #333333;
  font-family: var(--Montserrat);
  margin: 0 4px;
  transition: all 0.4s;
}
.i-crumb .container p a:hover {
  color: #0068b7;
}
.c1-con {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  margin-top: 5.2%;
  margin-bottom: 2%;
}
.c1-con .c1-items {
  width: calc(100%/3);
  padding: 0;
  position: relative;
  margin-bottom: 4.05%;
  transition: all 0.5s;
}
.c1-con .c1-items .c1-thumb {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 26vw;
  position: relative;
}
.c1-con .c1-items .c1-thumb img {
  max-height: 72%;
  max-width: 90%;
}
.c1-con .c1-items .c1-thumb::after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  left: 0;
  top: 0;
  background: url(../images/c1-bg.png) no-repeat;
  opacity: 0.9;
  background-size: 100% 100%;
}
.c1-con .c1-items .c1-jj {
  position: absolute;
  left: 0;
  bottom: 7%;
  width: 100%;
  padding: 0 8.5%;
}
.c1-con .c1-items .c1-jj a:nth-child(1) {
  font-size: 1.567vw;
  color: #ffffff;
  font-family: var(--Montserrat);
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 5.3%;
  display: block;
  transition: all 0.4s;
}
.c1-con .c1-items .c1-jj a:nth-child(2) {
  width: 149px;
  height: 53px;
  background-color: #ec6907;
  border-radius: 27px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #ffffff;
  font-family: var(--Montserrat);
  font-weight: 400;
  transition: all 0.4s;
}
.c1-con .c1-items .c1-jj a:nth-child(2):hover {
  transform: translateX(4px);
  box-shadow: 1px 1px 10px #ec6907;
}
.c1-con .c1-items:hover .c1-thumb img {
  animation: 0.9s fd linear;
}
.c1-con .c1-items:hover .c1-jj a:nth-child(1) {
  color: #ec6907;
}
.c2-jianshu {
  position: relative;
}
.c2-jianshu .container {
  position: relative;
  z-index: 2;
  padding-top: 6.2%;
}
.c2-jianshu .container .c2-bt {
  text-align: center;
  font-size: 2.4vw;
  color: #ffffff;
  font-family: var(--Montserrat);
  font-weight: 700;
}
.c2-jianshu .container .c2-jianshu-con {
  box-shadow: 0px 0px 16px 0px rgba(53, 53, 53, 0.25);
  border-radius: 42px;
  background: #fff;
  margin-top: 4.25%;
  padding: 3.93% 4.3% 5.1% 4.3%;
}
.c2-jianshu .container .c2-jianshu-con div:nth-child(1) {
  text-align: center;
}
.c2-jianshu .container .c2-jianshu-con div:nth-child(1) img {
  max-height: 24vw;
}
.c2-jianshu .container .c2-jianshu-con div:nth-child(2) {
  margin-top: 2.9%;
}
.c2-jianshu .container .c2-jianshu-con div:nth-child(2) table {
  width: 100%;
}
.c2-jianshu .container .c2-jianshu-con div:nth-child(2) table tr {
  background-color: #d9e7f1;
  border-radius: 21px;
  display: flex;
  overflow: hidden;
  margin-bottom: 1.5%;
  transition: all 0.5s;
}
.c2-jianshu .container .c2-jianshu-con div:nth-child(2) table tr td {
  font-size: 1.15vw;
  line-height: 1.91vw;
  color: #333333;
  font-weight: 550;
  font-family: var(--Montserrat);
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 15.1%;
}
.c2-jianshu .container .c2-jianshu-con div:nth-child(2) table tr td h4 {
  font-family: var(--Montserrat);
  font-size: 1.455vw;
  font-style: italic;
  color: #ffffff;
}
.c2-jianshu .container .c2-jianshu-con div:nth-child(2) table tr td h3 {
  font-size: 1.67vw;
  color: #0068b7;
  font-family: var(--Montserrat);
  font-weight: 700;
  margin-bottom: 1.8%;
}
.c2-jianshu .container .c2-jianshu-con div:nth-child(2) table tr td:nth-child(1) {
  background-color: #0068b7;
  text-align: center;
}
.c2-jianshu .container .c2-jianshu-con div:nth-child(2) table tr td:nth-child(2) {
  flex: 1;
  padding: 4% 4.15% 3.5% 4.15%;
}
.c2-jianshu .container .c2-jianshu-con div:nth-child(2) table tr:hover {
  transform: translateX(4px);
}
.c2-jianshu .container .c2-jianshu-con div:nth-child(2) table tr:last-child {
  margin-bottom: 0;
}
.c2-jianshu .container .c2-jianshu-con div:nth-child(2) table tr:nth-child(2n) {
  background-color: #f5e9e1;
}
.c2-jianshu .container .c2-jianshu-con div:nth-child(2) table tr:nth-child(2n) td h3 {
  color: #ec6907;
}
.c2-jianshu .container .c2-jianshu-con div:nth-child(2) table tr:nth-child(2n) td:nth-child(1) {
  background-color: #ec6907;
}
.c2-jianshu::before {
  position: absolute;
  left: 0;
  width: 100%;
  content: '';
  height: 34.1%;
  background-color: #0068b7;
}
.c2-con {
  margin-top: 4.5%;
  margin-bottom: 2.5%;
}
.c2-con .row {
  margin-left: -1.3%;
  margin-right: -1.3%;
}
.c2-con .row .c2-items {
  padding: 0 1.3%;
  margin-bottom: 3%;
}
.c2-con .row .c2-items .c2-items-con {
  transition: all 0.5s;
}
.c2-con .row .c2-items .c2-items-con a:nth-child(1) {
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.16);
  border-radius: 28px;
  height: 17.3vw;
  transition: all 0.5s;
  overflow: hidden;
}
.c2-con .row .c2-items .c2-items-con a:nth-child(1) img {
  max-height: 70%;
  max-width: 90%;
}
.c2-con .row .c2-items .c2-items-con a:nth-child(2) {
  display: block;
  text-align: center;
  font-size: 1.15vw;
  color: #333333;
  font-family: var(--Montserrat);
  font-weight: 700;
  transition: all 0.5s;
  line-height: 1.4;
  margin-top: 9%;
}
.c2-con .row .c2-items .c2-items-con:hover {
  transform: translateY(-4px);
}
.c2-con .row .c2-items .c2-items-con:hover a:nth-child(1) {
  box-shadow: 1px 1px 15px rgba(0, 104, 183, 0.5);
}
.c2-con .row .c2-items .c2-items-con:hover a:nth-child(1) img {
  animation: 0.9s fd linear;
}
.c2-con .row .c2-items .c2-items-con:hover a:nth-child(2) {
  color: #0068b7;
}
.c2b-desc {
  overflow: hidden;
  margin-top: 4.2%;
  padding-right: 7.8%;
  padding-top: 8.5%;
  position: relative;
}
.c2b-desc .c2b-bg {
  border-radius: 42px;
  position: absolute;
  width: 100%;
  height: 85.54%;
  content: '';
  background-size: cover;
  top: 0;
}
.c2b-desc .c2b-desc-con {
    letter-spacing: 1px;
    font-size: 17.2px;
    line-height: 2.5;
    color: #ffffff;
    font-family: var(--Montserrat);
    font-weight: 400;
    background: url(../images/ms-bg.png) no-repeat;
    background-size: 100% 100%;
    width: 426px;
    hyphens: auto;
    margin: 0 auto;
    margin-right: 0;
    padding: 6.11% 1.6% 9.45% 2.8%;
    position: relative;
    z-index: 2;
    min-height: 26.75vw;
}
.c2b-jianshu::before {
  height: 43%;
}
.c2b-form {
  background-color: #d9e7f1;
  margin-top: 6.3%;
  padding: 4.3% 7% 4.85% 7%;
  margin-bottom: 5.3%;
}
.c2b-form h3 {
  text-align: center;
  font-size: 1.97vw;
  color: #333333;
  font-family: var(--Montserrat);
  font-weight: 600;
}
.c2b-form form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 4.6%;
}
.c2b-form form .c2b-form-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding-top: 4%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  padding-bottom: 2.5%;
}
.c2b-form form .c2b-form-box button {
  width: 180px;
  height: 48px;
  background-color: #ec6907;
  border-radius: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  font-size: 18px;
  color: #ffffff;
  font-family: var(--Montserrat);
  font-weight: 600;
  margin: 0 auto;
}
.c2b-form form .c2b-form-box button:hover {
  box-shadow: 1px 1px 10px #ec6907;
  transform: translateY(-3px);
}
.c2b-form form .c2b-form-box .c2b-form-cont {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.c2b-form form .c2b-form-box .c2b-form-items {
  background-color: #f0f5f8;
  border-radius: 8px;
}
.c2b-form form .c2b-form-box .c2b-form-items input {
  width: 100%;
  line-height: initial;
  font-size: 16px;
  color: #000;
  font-family: var(--Montserrat);
  font-weight: 500;
}
.c2b-form form .c2b-form-box .c2b-form-items ::-webkit-input-placeholder {
  color: #555555;
}
.c2b-form form .c2b-form-box .c2b-form-items :-moz-placeholder {
  color: #555555;
}
.c2b-form form .c2b-form-box .c2b-form-items ::-moz-placeholder {
  color: #555555;
}
.c2b-form form .c2b-form-box .c2b-form-items :-ms-input-placeholder {
  color: #555555;
}
.c2b-form form .c2b-form-box .c2b-form-items ::-ms-input-placeholder {
  color: #555555;
}
.c2b-form form .c2b-form-box .yb {
  width: 49.25%;
  padding: 1.15% 1.45%;
  margin-bottom: 1.6%;
}
.c2b-form form .c2b-form-box .c2b-form-dx {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 1.7%;
}
.c2b-form form .c2b-form-box .c2b-form-dx .dx {
  width: 49.25%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-left: 1.4%;
}
.c2b-form form .c2b-form-box .c2b-form-dx .dx p {
  font-size: 16px;
  color: #555555;
  font-weight: 500;
  font-family: var(--Montserrat);
}
.c2b-form form .c2b-form-box .c2b-form-dx .dx div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.c2b-form form .c2b-form-box .c2b-form-dx .dx div label {
  display: flex;
  align-items: center;
  margin: 0 0.8vw;
}
.c2b-form form .c2b-form-box .c2b-form-dx .dx div label p {
  margin-left: 8px;
}
.c2b-form form .c2b-form-box:nth-last-child(1) {
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: none;
  margin-top: 1.5%;
}
.c2b-form form .c2b-form-box:nth-last-child(2) {
  border-bottom: none;
}
.g-ban {
  position: relative;
}
.g-ban .g-bg {
  overflow: hidden;
}
.g-ban .g-bg img {
  max-width: 101%;
  min-width: 100%;
  animation: sx 4s 0s forwards;
  transform: scale(1.2);
}
.g-ban h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 10.45vw;
  color: #ffffff;
  opacity: 0.1;
  font-family: var(--Montserrat);
  font-weight: 800;
}
@keyframes sx {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.g-crumb {
  background-color: #d9e7f1;
}
.g-jj {
  display: flex;
  justify-content: space-between;
  margin-top: 5.3%;
  margin-bottom: 5.3%;
}
.g-jj .g-bt {
  color: #fff;
  text-align: left;
}
.g-jj .g-bt::after {
  left: 0;
  transform: inherit;
  background: #fff;
}
.g-jj .g-jj-lf {
  background-color: #0068b7;
  flex: 1;
  padding: 5.78% 4.58% 5.8% 4.8%;
}
.g-jj .g-jj-lf div {
  font-size: 16px;
  line-height: 1.75;
  color: #ffffff;
  font-family: var(--Montserrat);
  margin-top: 5.6%;
  hyphens: auto;
}
.g-jj .g-jj-lf div p {
  margin-bottom: -0.5%;
}
.g-jj .g-jj-lf a {
  width: 165px;
  height: 53px;
  background-color: #ec6907;
  border-radius: 27px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  font-size: 16px;
  color: #ffffff;
  font-family: var(--Montserrat);
  margin-top: 6.7%;
}
.g-jj .g-jj-lf a:hover {
  box-shadow: 1px 1px 10px #ec6907;
  transform: translateX(4px);
}
.g-jj .g-jj-rt {
  width: 50.15%;
}
.g-jj .g-jj-rt div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
}
.g-bt {
  font-size: 1.875vw;
  color: #333333;
  font-family: var(--Montserrat);
  position: relative;
  font-weight: 600;
  text-align: center;
  padding-bottom: 0.95vw;
}
.g-bt::after {
  position: absolute;
  left: 50%;
  content: '';
  bottom: 0;
  width: 68px;
  height: 3px;
  background-color: #ec6907;
  transform: translateX(-50%);
}
.g-lc {
  margin-top: 6.2%;
}
.g-lc .g-lc-con {
  margin-top: 3.6%;
  position: relative;
}
.g-lc .g-lc-con .xt {
    position: absolute;
    left: 11.9%;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    width: 1px;
    height: 74%;
}
.g-lc .g-lc-con .g-lc-items {
  background: rgba(217, 231, 241);
  padding: 2.6% 0;
}
.g-lc .g-lc-con .g-lc-items .container {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.g-lc .g-lc-con .g-lc-items .container .g-lc-lf {
  padding-left: 6.8%;
  flex: 1;
  display: flex;
  align-items: center;
  padding-right: 5.3%;
  position: relative;
}
.g-lc .g-lc-con .g-lc-items .container .g-lc-lf .g-lc-rj {
  text-align: center;
  background-color: rgba(0, 101, 183, 0.1);
  padding: 5.1% 1.85% 4% 1.85%;
}
.g-lc .g-lc-con .g-lc-items .container .g-lc-lf .g-lc-rj h3 {
  font-size: 2.1vw;
  color: #0068b7;
  font-family: var(--Montserrat);
  font-weight: 700;
}
.g-lc .g-lc-con .g-lc-items .container .g-lc-lf .g-lc-rj p {
  font-size: 1.15vw;
  font-weight: 600;
  color: #0068b7;
  font-family: var(--Montserrat);
  margin-top: 4px;
}
.g-lc .g-lc-con .g-lc-items .container .g-lc-lf .g-lc-jj {
  flex: 1;
  margin-left: 4.5%;
}
.g-lc .g-lc-con .g-lc-items .container .g-lc-lf .g-lc-jj a {
  hyphens: auto;
  display: block;
}
.g-lc .g-lc-con .g-lc-items .container .g-lc-lf .g-lc-jj a:nth-child(1) {
  font-size: 1.455vw;
  color: #000000;
  font-family: var(--Montserrat);
  font-weight: 600;
  line-height: 1.3;
}
.g-lc .g-lc-con .g-lc-items .container .g-lc-lf .g-lc-jj a:nth-child(2) {
  font-size: 16px;
  line-height: 1.57;
  color: #777777;
  font-family: var(--Montserrat);
  font-weight: 500;
  margin-top: 1.7%;
}
.g-lc .g-lc-con .g-lc-items .container .g-lc-lf::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  background-color: rgba(0, 101, 183, 0.2);
  width: 1.95vw;
  height: 1.95vw;
  border-radius: 100%;
}
.g-lc .g-lc-con .g-lc-items .container .g-lc-lf::after {
  position: absolute;
  left: 1%;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  background-color: #0068b7;
  width: 0.7vw;
  height: 0.7vw;
  border-radius: 100%;
  z-index: 2;
}
.g-lc .g-lc-con .g-lc-items .container .g-lc-rt {
  overflow: hidden;
  width: 20.3%;
}
.g-lc .g-lc-con .g-lc-items .container .g-lc-rt div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 9.45vw;
}
.g-lc .g-lc-con .g-lc-items:nth-child(2n) {
  background: #fff;
}
.g-lc .g-lc-con .g-lc-items:nth-child(2n) .container .g-lc-lf::before {
  background-color: rgba(236, 105, 7, 0.2);
}
.g-lc .g-lc-con .g-lc-items:nth-child(2n) .container .g-lc-lf::after {
  background-color: #ec6907;
}
.g-lc .g-lc-con .g-lc-items:nth-child(2n) .container .g-lc-lf .g-lc-rj {
  background-color: rgba(236, 105, 7, 0.1);
}
.g-lc .g-lc-con .g-lc-items:nth-child(2n) .container .g-lc-lf .g-lc-rj h3,
.g-lc .g-lc-con .g-lc-items:nth-child(2n) .container .g-lc-lf .g-lc-rj p {
  color: #ec6907;
}
.g-jzl {
  position: relative;
  margin-top: 8%;
}
.g-jzl .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.g-jzl .container .g-jzl-lf {
  width: 49.5%;
}
.g-jzl .container .g-jzl-lf .g-bt {
  text-align: left;
  margin-top: 6.5%;
}
.g-jzl .container .g-jzl-lf .g-bt::after {
  left: 0;
  transform: inherit;
}
.g-jzl .container .g-jzl-lf div:nth-child(1) img {
  max-width: 17%;
}
.g-jzl .container .g-jzl-lf div:nth-child(3) {
  font-size: 20px;
  line-height: 1.7;
  color: #555555;
  font-family: var(--Montserrat);
  font-weight: 500;
  letter-spacing: -0.6px;
  text-align: justify;
  margin-top: 10%;
  margin-bottom: 13.5%;
}
.g-jzl .container .g-jzl-lf a {
  width: 212px;
  height: 48px;
  background-color: #ec6907;
  border-radius: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  font-size: 16px;
  color: #ffffff;
  font-family: var(--Montserrat);
}
.g-jzl .container .g-jzl-lf a:hover {
  box-shadow: 1px 1px 10px #ec6907;
  transform: translateX(3px);
}
.g-jzl .container .g-jzl-rt {
  width: 41.4%;
  position: relative;
  z-index: 2;
}
.g-jzl .container .g-jzl-rt div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 38.3vw;
}
.g-jzl::after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: '';
  width: 43.3%;
  height: 56.2%;
  background-color: #ec6907;
}
.g-zz {
  margin-top: 6%;
}
.g-zz .g-zz-con {
  background-color: #d9e7f1;
  margin-top: 3.2%;
  padding: 5.4% 1.5%;
}
.g-zz .g-zz-con .zz-swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}
.g-zz .g-zz-con .zz-swiper .swiper-wrapper .swiper-slide div {
  width: 100%;
  background-color: #ececec;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 10.2vw;
}
.g-zz .g-zz-con .zz-swiper .swiper-wrapper .swiper-slide div img {
  max-height: 63%;
  max-width: 81%;
}
.l-jianshu {
  display: flex;
  justify-content: space-between;
  padding-left: 10.9375%;
  overflow: hidden;
}
.l-jianshu .l-jianshu-lf {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  padding: 6.4% 0;
  padding-right: 4.4%;
}
.l-jianshu .l-jianshu-lf div {
  font-size: 18px;
  line-height: 1.78;
  color: #333333;
  font-family: var(--Montserrat);
  font-weight: 500;
  hyphens: auto;
  letter-spacing: -0.6px;
  margin-top: 5.2%;
  /*text-align: justify;*/
}
.l-jianshu .l-jianshu-lf .g-bt {
  text-align: left;
  font-size: 2.188vw;
  font-weight: 700;
  color: #000;
}
.l-jianshu .l-jianshu-lf .g-bt::after {
  left: 0;
  transform: inherit;
}
.l-jianshu .l-jianshu-lf ul {
  display: flex;
  margin-top: 9.6%;
}
.l-jianshu .l-jianshu-lf ul li a {
  min-width: 219px;
  height: 53px;
  background-color: #0068b7;
  border-radius: 27px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #ffffff;
  font-family: var(--Montserrat);
  padding: 0 1.31vw;
  transition: all 0.4s;
}
.l-jianshu .l-jianshu-lf ul li a img {
  max-width: 14%;
}
.l-jianshu .l-jianshu-lf ul li a:hover {
  box-shadow: 1px 1px 10px #0068b7;
  transform: translateY(-2px);
}
.l-jianshu .l-jianshu-lf ul li:nth-child(2) {
  margin-left: 5%;
}
.l-jianshu .l-jianshu-lf ul li:nth-child(2) a {
  background-color: #ec6907;
}
.l-jianshu .l-jianshu-lf ul li:nth-child(2) a img {
  margin-left: 7px;
}
.l-jianshu .l-jianshu-lf ul li:nth-child(2) a:hover {
  box-shadow: 1px 1px 10px #ec6907;
  transform: translateY(-2px);
}
.l-jianshu .l-jianshu-rt {
  width: 57.1%;
}
.l-jianshu .l-jianshu-rt div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
}
.l-dz {
  background-color: #d9e7f1;
  margin-top: 4.5%;
  padding: 2.5% 1.9% 2.2% 1.9%;
  position: relative;
}
.l-dz ul {
  display: flex;
}
.l-dz ul li {
  flex: 1;
}
.l-dz ul li h4 {
  font-size: 22px;
  color: #333333;
  font-family: var(--Montserrat);
  font-weight: 600;
}
.l-dz ul li div {
  font-size: 16px;
  color: #333333;
  font-family: var(--Montserrat);
  font-weight: 500;
  margin-top: 0.7vw;
}
.l-dz ul li img {
    max-width: 7.1%;
    position: relative;
    top: -6px;
    margin-left: 3.5%;
}
.l-dz ul li:nth-child(1) {
width: 26%;
    flex: auto;
    padding-right: 3%;
}
.l-dz ul li:nth-child(2) {
  animation-delay: 0.3s;
}
.l-dz ul li:nth-child(3) {
  animation-delay: 0.6s;
}
.l-dz::after {
  position: absolute;
  width: 100%;
  height: 1px;
  content: '';
  background: #e9e9e9;
  left: 0;
  bottom: 10%;
}
#map {
  height: 27.8vw;
  margin-top: 2.1%;
  margin-bottom: 4.9%;
}
#map img {
  max-width: inherit;
}
.y-crumb {
  box-shadow: none;
}
.y-jianshu .l-jianshu-rt div {
  height: 23.55vw;
}
.y-jianshu .l-jianshu-lf div {
  font-size: 1.1vw;
  line-height: 1.6;
  color: #333333;
}
.y-jianshu .l-jianshu-lf ul {
  display: flex;
  margin-top: 5.5%;
}
.y-jianshu .l-jianshu-lf .g-bt {
  padding-bottom: 0;
}
.y-jianshu .l-jianshu-lf .g-bt::after {
  display: none;
}
.y-desc {
  display: flex;
  align-items: center;
  margin-top: 4.5%;
}
.y-desc img {
  width: 5.381%;
}
.y-desc div {
  flex: 1;
  font-size: 16px;
  line-height: 1.88;
  color: #333333;
  font-family: var(--Montserrat);
  font-weight: 500;
  margin-left: 1.2%;
  letter-spacing: -0.5px;
}
.y-ys {
  font-size: 16px;
  color: #000000;
  font-family: var(--Montserrat);
  margin-top: 6.2%;
  letter-spacing: -0.5px;
}
.y-ys ul {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.3;
  margin-top: 4%;
}
.y-ys ul li {
  position: relative;
  margin-bottom: 0.7vw;
  width: 52%;
  padding-left: 2%;
  padding-right: 2%;
}
.y-ys ul li::before {
  width: 9px;
  height: 9px;
  background-color: #0068b7;
  border-radius: 100%;
  position: absolute;
  left: 0;
  content: '';
  top: 5px;
}
.y-ys ul li:nth-child(2n) {
  width: 48%;
}
.y-bt,.y-ys h3 {
  font-size: 1.771vw;
  color: #000000;
  font-family: var(--Montserrat);
  font-weight: 600;
}
.y-list {
  margin-top: 5%;
}
.y-list .y-list-items .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 7%;
}
.y-list .y-list-items .container .y-list-lf {
  width: 49%;
}
.y-list .y-list-items .container .y-list-lf div {
  font-size: 16px;
  line-height: 1.9;
  color: #333333;
  font-family: var(--Montserrat);
  letter-spacing: -0.5px;
  hyphens: auto;
  margin-top: 2.5%;
  font-weight: 500;
}
.y-list .y-list-items .container .y-list-rt {
  max-width: 43%;
}
.y-list .y-list-items:nth-child(2n) .container {
  flex-direction: row-reverse;
}
.y-list .y-list-items:nth-child(1) {
  background-color: #d9e7f1;
}
.y-list .y-list-items:nth-child(1) .container {
  padding-top: 2.9%;
  padding-bottom: 1.4%;
}
.y-tjbd {
  margin-bottom: 6.2%;
}
.zy-ban {
  background-color: #d9e7f1;
  position: relative;
}
.zy-ban .container {
  height: 14.54vw;
  display: flex;
  align-items: center;
}
.zy-ban .container h2 {
  font-size: 2.708vw;
  color: #000000;
  font-family: var(--Montserrat);
  font-weight: 700;
}
.zy-con {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 5%;
}
.zy-con .zy-items {
  width: 49.11%;
  margin-bottom: 4.5%;
}
.zy-con .zy-items .zy-thumb {
  display: block;
  overflow: hidden;
  transition: all 0.5s;
}
.zy-con .zy-items .zy-thumb p {
  transition: all 0.8s;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 20.53vw;
}
.zy-con .zy-items .zy-tit {
  font-size: 22px;
  color: #222222;
  font-family: var(--Montserrat);
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 1;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-word;
  white-space: normal;
  transition: all 0.5s;
  margin-top: 2.5%;
  margin-bottom: 2.2%;
}
.zy-con .zy-items .zy-desc {
  font-size: 16px;
  line-height: 28px;
  font-family: var(--Montserrat);
  font-weight: 600;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 2;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-word;
  white-space: normal;
}
.zy-con .zy-items div {
  border-top: 1px solid #e5e5e5;
  margin-top: 3.5%;
  padding-top: 3%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.zy-con .zy-items div p {
  font-size: 16px;
  color: #999999;
  font-weight: 500;
  font-family: var(--Montserrat);
}
.zy-con .zy-items div a img:nth-child(2) {
  display: none;
}
.zy-con .zy-items:hover .zy-thumb {
  box-shadow: 1px 1px 15px rgba(0, 101, 183, 0.4);
}
.zy-con .zy-items:hover .zy-thumb p {
  transform: scale(1.03);
}
.zy-con .zy-items:hover .zy-tit {
  color: #0068b7;
}
.zy-con .zy-items:hover div a img:nth-child(2) {
  display: inline;
}
.zy-con .zy-items:hover div a img:nth-child(1) {
  display: none;
}
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination li {
  margin: 0 8px;
}
.pagination li a {
  display: block;
  background-color: #f5f5f5;
  border-radius: 100%;
  transition: all 0.4s;
  font-size: 16px;
  color: #333333;
  padding: 3.5px 13px;
}
.pagination li:hover a {
  color: #fff;
  background: #0068b7;
}
.pagination .active a {
  color: #fff;
  background: #0068b7;
}
.pagination .zjt,
.pagination .yjt {
  margin: 0 18px;
}
.pagination .zjt a,
.pagination .yjt a {
  background: none !important;
  padding: 0;
}
.zy-pagination {
  margin-top: 1.4%;
  margin-bottom: 4.3%;
}
.zyshow-con {
  margin-top: 4.7%;
  margin-bottom: 5.3%;
}
.zyshow-con .zyshow-bt {
  font-size: 1.455vw;
  color: #000000;
  font-family: var(--Montserrat);
  font-weight: 800;
  text-align: center;
  line-height: 1.3;
}
.zyshow-con .zyshow-sj {
  font-size: 16px;
  text-align: center;
  color: #999999;
  font-family: var(--Poppins);
  margin-top: 0.7%;
}
.zyshow-con .zyshow-content {
  font-size: 16px;
  line-height: 2;
  color: #444444;
  font-family: var(--Montserrat);
  font-weight: 500;
  letter-spacing: -0.5px;
  border-top: 1px solid #eff5f8;
  margin-top: 2.5%;
  padding: 0 1.48%;
  padding-top: 2%;
  hyphens: auto;
}
.zyshow-con .zyshow-dh {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #eff5f8;
  margin-top: 2.3%;
  padding-top: 1.6%;
}
.zyshow-con .zyshow-dh p {
  font-size: 16px;
  color: #333333;
  font-family: var(--Poppins);
}
.zyshow-con .zyshow-dh p a {
  font-size: 16px;
  transition: all 0.4s;
  color: #333333;
}
.zyshow-con .zyshow-dh p a:hover {
  color: #0068b7;
}
.chall-con {
  margin-top: 2%;
}
.chall-con .chall-items {
  margin-bottom: 3.3%;
}
.chall-con .chall-items .chall-items-con {
  max-width: 65.1%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3.36% 0;
}
.chall-con .chall-items .chall-items-con .chall-items-lf {
  font-size: 14px;
  font-family: var(--Poppins);
  line-height: 38px;
  color: #444444;
  flex: 1;
  padding-right: 8%;
  font-weight: 600;
  line-height: 1.5;
}
.chall-con .chall-items .chall-items-con .chall-items-lf h3 {
  font-size: 1.771vw;
  color: #333333;
  font-family: Arial-BoldMT;
  margin-bottom: 6%;
}
.chall-con .chall-items .chall-items-con .chall-items-lf ul li {
  margin-bottom: 4%;
  position: relative;
  padding-left: 5%;
}
.chall-con .chall-items .chall-items-con .chall-items-lf ul li:last-child {
  margin-bottom: 0;
}
.chall-con .chall-items .chall-items-con .chall-items-lf ul li::before {
  position: absolute;
  left: 0;
  top: 23%;
  content: '';
  width: 11px;
  background: url(../images/ls.png) no-repeat center center;
  background-size: 100%;
  height: 13px;
}
.chall-con .chall-items .chall-items-con .chall-items-rt {
  width: 48.8%;
}
.chall-con .chall-items .chall-items-con .chall-items-rt div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 17.05vw;
}
.chall-con .chall-items:nth-child(2n) {
  background-color: #d9e7f1;
}
.chall-con .chall-items:last-child {
  margin-bottom: 0;
}
.cshow-jj {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 4.8%;
}
.cshow-jj .cshow-jj-lf {
  font-family: var(--Montserrat);
  font-size: 14px;
  line-height: 1.8578;
  color: #333333;
  font-weight: 500;
  hyphens: auto;
  letter-spacing: -0.5px;
  width: 35.2%;
}
.cshow-jj .cshow-jj-lf h3 {
  font-size: 2.188vw;
  color: #000000;
  font-weight: 700;
}
.cshow-jj .cshow-jj-lf h4 {
  font-size: 1.25vw;
  line-height: 1.42;
  color: #333333;
  margin-top: 5%;
  margin-bottom: 4.5%;
}
.cshow-jj .cshow-jj-lf ul {
  display: flex;
  margin-top: 9.6%;
}
.cshow-jj .cshow-jj-lf ul li a {
  min-width: 219px;
  height: 53px;
  background-color: #0068b7;
  border-radius: 27px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #ffffff;
  font-family: var(--Montserrat);
  padding: 0 1.31vw;
  transition: all 0.4s;
}
.cshow-jj .cshow-jj-lf ul li a img {
  max-width: 15%;
}
.cshow-jj .cshow-jj-lf ul li a:hover {
  box-shadow: 1px 1px 10px #0068b7;
  transform: translateY(-2px);
}
.cshow-jj .cshow-jj-lf ul li:nth-child(2) {
  margin-left: 7%;
}
.cshow-jj .cshow-jj-lf ul li:nth-child(2) a {
  background-color: #ec6907;
}
.cshow-jj .cshow-jj-lf ul li:nth-child(2) a img {
  margin-left: 7px;
}
.cshow-jj .cshow-jj-lf ul li:nth-child(2) a:hover {
  box-shadow: 1px 1px 10px #ec6907;
  transform: translateY(-2px);
}
.cshow-jj .cshow-jj-rt {
  width: 57.11%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cshow-jj .cshow-jj-rt img {
  max-width: 100%;
  max-height: 500px;
}
.cshow-dh {
  border-bottom: 1px solid #d9e7f1;
  margin-top: 8%;
}
.cshow-dh ul {
  display: flex;
}
.cshow-dh ul li {
  flex: 1;
  border-radius: 16px 16px 0px 0px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.cshow-dh ul li a {
  display: block;
  transition: all 0.5s;
  font-size: 22px;
  color: #000000;
  font-family: var(--Montserrat);
  font-weight: 500;
  text-align: center;
  padding: 0.5em 0;
}
.cshow-dh ul .active {
  position: relative;
  top: 1px;
}
.cshow-dh ul .active a {
  background-color: #0068b7;
  color: #fff;
}
.cshow-dh ul .active::after {
  opacity: 0;
}
.cshow-dh ul li::after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  width: 1px;
  height: 28px;
  background-color: #d9e7f1;
  transition: all 0.4s;
}
.cshow-dh ul li:last-child::after {
  display: none;
}
.cshow-td {
  font-size: 18px;
  line-height: 1.6;
  color: #333333;
  font-family: var(--Montserrat);
  font-weight: 500;
  margin-top: 2.3%;
}
.cshow-td ul li {
  margin-bottom: 1%;
  position: relative;
  padding-left: 2%;
}
.cshow-td ul li::before {
  position: absolute;
  left: 0;
  top: 23%;
  content: '';
  width: 13px;
  background: url(../images/yq.png) no-repeat center center;
  background-size: 100%;
  height: 13px;
}
#Features {
  top: -80%;
}
#Performance {
  top: -41%;
}
#Electrical {
  top: -22%;
}
.cshow-cs {
  margin-top: 3.1%;
}
.cshow-cs .cs-con table {
  width: 100%;
}
.cshow-cs .cs-con table tr {
  background-color: #d9e7f1;
}
.cshow-cs .cs-con table tr th,.cshow-cs .cs-con table tr:nth-child(1) td {
    font-size: 15px;
    color: #ffffff;
    word-break: break-word;
    font-family: var(--Montserrat);
    background-color: #008cd6;
    padding: 8.25px 0.8%;
    text-align: center;
    /*white-space: nowrap;*/
}
.cshow-cs .cs-con table tr td {
font-family: var(--Montserrat);
    font-size: 14px;
    color: #333333;
    border: 1px solid #b8cad7;
    font-weight: 500;
    line-height: 1.5;
    padding: 11.5px 0.7%;
    word-break: break-word;
    vertical-align: middle;
    text-align: center;
    /*white-space: nowrap;*/
}
.cshow-cs .other-con table tbody tr:nth-child(1) td{
    background: none !important;
    color: #333 !important;
}
.cshow-td-items{
    display: none;
}
.cshow-td-items:nth-child(1){
    display: block;
}
.cshow-cs .cs-con table tr td:last-child {
  border-right: none;
}
.cshow-cs .cs-con table tr th:nth-child(2n),.cshow-cs .cs-con table tr:nth-child(1) td:nth-child(2n) {
  background-color: #00afec;
}
.cshow-cs .cs-con table th:nth-child(1),.cshow-cs .cs-con table tr:nth-child(1) td:nth-child(1) {
  width: 8%;
}
.cshow-cs .cs-con table tr:nth-child(2n) {
  background: #fff;
}
.cshow-bt {
  display: flex;
  align-items: center;
  background-color: #0068b7;
  padding: 0.7% 1.7%;
}
.cshow-bt p {
  font-size: 22px;
  color: #ffffff;
  font-family: var(--Montserrat);
}
.cshow-bt p:nth-child(1) {
  font-family: inherit;
  margin-right: 10px;
}
.cshow-tz {
  border: solid 1px #d9e7f1;
  margin-top: 6%;
  text-align: center;
  padding: 1.17% 2%;
}
.cshow-jw {
  margin-bottom: 5.5%;
}
.form-tc {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 101;
  display: none;
}
.form-tc .tc-close {
  position: absolute;
  right: 3.5%;
  top: 5%;
  width: 2.4%;
  cursor: pointer;
}
.form-tc .tc-close img:nth-child(2) {
  display: none;
}
.form-tc .tc-close:hover img:nth-child(1) {
  display: none;
}
.form-tc .tc-close:hover img:nth-child(2) {
  display: inline;
}
.form-tc .form-tc-con {
  max-width: 1089px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
}
.form-tc .form-tc-con .cont {
  background: #fff;
  padding: 8% 7.5% 8.8% 7.5%;
  position: relative;
  max-height: 90vh;
  overflow-y: auto;
}
.form-tc .form-tc-con .cont h3 {
  font-size: 1.875vw;
  color: #333333;
  font-family: var(--Montserrat);
  font-weight: 600;
}
.form-tc .form-tc-con .cont .form-tc-desc {
  font-size: 18px;
  line-height: 1.72;
  color: #333333;
  font-family: var(--Montserrat);
  font-weight: 500;
  margin-top: 2%;
  hyphens: auto;
}
.form-tc .form-tc-con .cont form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 6.5%;
}
.form-tc .form-tc-con .cont .active{
    opacity: 0;
    visibility: hidden;
}
.form-tc .form-tc-con .cont form div {
  background-color: #f0f5f8;
  border-radius: 8px;
  width: 48.81%;
  position: relative;
  padding: 1.5% 2.1%;
  margin-bottom: 2.2%;
  padding-right: 7%;
}
.form-tc .form-tc-con .cont form div input {
  width: 100%;
  line-height: initial;
  font-family: var(--Montserrat);
  font-size: 16px;
  color: #000000;
  font-weight: 500;
}
.form-tc .form-tc-con .cont form div ::-webkit-input-placeholder {
  color: #555555;
}
.form-tc .form-tc-con .cont form div :-moz-placeholder {
  color: #555555;
}
.form-tc .form-tc-con .cont form div ::-moz-placeholder {
  color: #555555;
}
.form-tc .form-tc-con .cont form div :-ms-input-placeholder {
  color: #555555;
}
.form-tc .form-tc-con .cont form div ::-ms-input-placeholder {
  color: #555555;
}
.form-tc .form-tc-con .cont form div span {
  position: absolute;
  right: 7%;
  top: 57%;
  font-size: 16px;
  font-family: var(--Montserrat);
  color: #fc0c0c;
  transform: translateY(-50%);
}
.form-tc .form-tc-con .cont form div:last-child {
  background: none;
  width: 100%;
  padding: 0;
  margin-bottom: 0;
  margin-top: 2%;
}
.form-tc .form-tc-con .cont form div:last-child button {
  width: 180px;
  height: 48px;
  background-color: #ec6907;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  font-size: 18px;
  color: #ffffff;
  font-family: var(--Montserrat);
  font-weight: 600;
}
.form-tc .form-tc-con .cont form div:last-child button:hover {
  box-shadow: 1px 1px 10px #ec6907;
  transform: translateX(3px);
}

.tc-cg{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) scale(.8);
    text-align: center;
    transition: all .5s;
    opacity: 0;
    visibility: hidden;
}
.layui-layer-content{
    /*display: none !important;*/
}
.cx{
    transition-delay: .3s;
    opacity: 1;
    visibility: visible;
    transform: translate(-50%,-50%) scale(1);
}
.tc-cg div:nth-child(1) {
    max-width: 19%;
    margin: 0 auto;
}
.tc-cg div:nth-child(1) img{
    
} 
.form-tc .form-tc-con .cont .tc-cg h3{
    font-size: 1.875vw;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #000000;
    font-family: var(--Montserrat);
    font-weight: 800;
    margin-top: 9%;
}
.tc-cg div:nth-child(3) {
    font-size: 20px;
    color: #333333;
    font-family: var(--Montserrat);
    font-weight: 500;
    margin-top: 4.7%;
}
.tc-cg a{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #ffffff !important;
    font-family: var(--Montserrat);
    width: 225px;
    height: 53px;
    background-color: #ec6907;
    border-radius: 27px;
    transition: all .5s;
    margin: 0 auto;
    margin-top: 12%;
}
.tc-cg a img{
    margin-left: 11px;
    max-width: 14%;
}
.tc-cg:hover a{
    box-shadow: 1px 1px 10px #ec6907;
    transform: translateY(-3px);
}
#About{
    top: -16%;
}
#History{
    top: -20%;
}
#Competitiveness{
    top: -16%;
}
#Certificate{
    top: -35%;
}
@media (max-width: 1599px) {
  .head .container .head-rt .head-nav .nav-li .nav-a img {
    margin-left: 7px;
  }
  .head .container .head-rt .head-nav .nav-li .nav-a {
    font-size: 16px;
  }
  .head .container .head-rt {
    padding-right: 126px;
  }
  .gsjj .gsjj-rt ul li a,
  .banner .ban-swiper .swiper-wrapper .swiper-slide .slide1-con ul li a {
    width: 205px;
    height: 46px;
  }
  .yyly .yyly-con .yyly-swiper .swiper-wrapper .swiper-slide .yyly-nr a:nth-child(2) {
    height: 40px;
  }
  .method ul li a {
    width: 193px;
    height: 45px;
  }
  .news .container .row .news-items .news-items-con .news-items-cont .news-bt {
    width: 171px;
    height: 44px;
  }
  .news .container .row .news-items .news-items-con .news-items-cont .news-tp a:nth-child(3) {
    font-size: 15px;
  }
  .foot .foot-con .foot-tp div:nth-child(3) ul li:nth-child(3n-1) {
    width: 46%;
  }
  .c1-ban .container {
    font-size: 15px;
  }
  .c1-ban .container a {
    width: 160px;
    height: 49px;
  }
  .c1-con .c1-items .c1-jj a:nth-child(2) {
    width: 141px;
    height: 49px;
  }
  .cshow-jj .cshow-jj-lf ul li a {
    font-size: 15px;
  }
  .cshow-jj .cshow-jj-lf ul li:nth-child(2) {
    margin-left: 4%;
  }
  .cshow-jj .cshow-jj-lf ul li a {
    min-width: 146px;
    height: 49px;
  }
  .cshow-dh ul li a {
    font-size: 20px;
  }
  .cshow-td {
    font-size: 16px;
  }
  .cshow-bt p {
    font-size: 20px;
  }
  .cshow-cs .cs-con table tr th,.cshow-cs .cs-con table tr:nth-child(1) td {
    font-size: 20px;
  }
  .cshow-cs .cs-con table tr td {
    font-size: 17px;
  }
  .g-lc .g-lc-con .g-lc-items .container .g-lc-lf .g-lc-jj a:nth-child(2),
  .g-jj .g-jj-lf div {
    font-size: 15px;
  }
  .g-jzl .container .g-jzl-lf div:nth-child(3) {
    font-size: 18px;
  }
  .l-jianshu .l-jianshu-lf div {
    font-size: 16px;
  }
  .l-jianshu .l-jianshu-lf ul li a {
    font-size: 15px;
  }
  .l-dz ul li h4 {
    font-size: 20px;
  }
  .l-dz ul li div {
    font-size: 15px;
  }
  .y-jianshu .l-jianshu-lf div {
    font-size: 1.25vw;
  }
  .zy-con .zy-items .zy-tit {
    font-size: 20px;
  }
  .zy-con .zy-items .zy-desc {
    font-size: 15px;
    line-height: 27px;
  }
  .zyshow-con .zyshow-content {
    font-size: 15px;
  }
  .zyshow-con .zyshow-dh {
    flex-wrap: wrap;
  }
  .form-tc .form-tc-con .cont .form-tc-desc {
    font-size: 16px;
  }
  .form-tc .form-tc-con .cont form div:last-child button {
    width: 155px;
    height: 45px;
    font-size: 17px;
  }
  .nav-column a{
      font-size: 15px;
  }
.tc-cg a {
    font-size: 15px;
    width: 211px;
    height: 49px;
}
}
@media (max-width: 1477px) {
  .container {
    max-width: 86%;
  }
  .banner .ban-swiper .swiper-wrapper .swiper-slide .slide1-con {
    width: 77.5%;
  }
  .cpzx .cpzx-swiper .swiper-wrapper .swiper-slide a:nth-child(2) {
    font-size: 17px;
  }
  .tjbd .container .tjbd-rt form div textarea,
  .tjbd .container .tjbd-rt form div input,
  .gsjj .gsjj-rt div {
    font-size: 14px;
  }
  .method .method-desc,
  .yyly .yyly-desc {
    font-size: 15px;
  }
  .tjbd .container .tjbd-rt .tjbd-desc {
    font-size: 16px;
  }
  .tjbd .container .tjbd-rt form div:nth-child(10) label p {
    line-height: 1.4;
    font-size: 15px;
  }
  .tjbd .container .tjbd-rt form div:nth-child(11) button {
    width: 157px;
    height: 43px;
    font-size: 17px;
  }
  .news .container .row .news-items .news-items-con .news-items-cont .news-tp a:nth-child(3) {
    font-size: 14px;
  }
  .news .container .row .news-items .news-items-con .news-items-cont .news-bt {
    width: 146px;
    height: 39px;
    font-size: 15px;
  }
  .foot .foot-con .foot-tp div p a {
    font-size: 16px;
  }
  .foot .foot-con .foot-tp div ul li a {
    font-size: 13px;
  }
  .foot .foot-con {
    width: 86%;
  }
  .head .container .head-rt .head-ss {
    right: 6.8%;
  }
  .head .container .head-rt .active {
    width: 56%;
  }
  .c1-ban .container h4 {
    font-size: 20px;
  }
  .c1-con .c1-items .c1-jj a:nth-child(2) {
    width: 129px;
    height: 45px;
    font-size: 16px;
  }
  .c2b-desc .c2b-desc-con {
    font-size: 16.2px;
  }
  .c2b-form form .c2b-form-box .c2b-form-dx .dx p,
  .c2b-form form .c2b-form-box .c2b-form-items input {
    font-size: 15px;
  }
  .c2b-form form .c2b-form-box button {
    width: 158px;
    height: 45px;
    font-size: 16px;
  }
  .chall-con .chall-items .chall-items-con {
    max-width: 73%;
  }
  .cshow-dh ul li a {
    font-size: 18px;
  }
  .cshow-td {
    font-size: 15px;
  }
  .cshow-cs .cs-con table tr th,
  .cshow-cs .cs-con table tr:nth-child(1) td,
  .cshow-bt p {
    font-size: 18px;
  }
  .cshow-cs .cs-con table tr td {
    font-size: 15px;
  }
  .g-lc .g-lc-con .xt {
    left: 8.02%;
  }
  .g-jzl .container .g-jzl-lf div:nth-child(3) {
    font-size: 16px;
  }
  .g-jzl::after {
    width: 40%;
  }
  .l-jianshu .l-jianshu-lf div {
    font-size: 15px;
  }
  .l-jianshu .l-jianshu-lf ul li a {
    min-width: 171px;
    height: 49px;
  }
  .l-jianshu {
    padding-left: 7%;
  }
  .y-jianshu .l-jianshu-lf div {
    font-size: 1.25vw;
  }
  .y-list .y-list-items .container .y-list-lf div,
  .y-ys,
  .y-desc div {
    font-size: 15px;
  }
  .y-ys ul li::before {
    width: 7px;
    height: 7px;
    top: 6px;
  }
  .zyshow-con .zyshow-sj {
    font-size: 15px;
  }
.tc-cg div:nth-child(3) {
    font-size: 18px;
}
}
@media (max-width: 1365px) {
  .head .container .head-rt .head-nav .nav-li .nav-a {
    font-size: 14px;
    padding: 2.1vw 0;
  }
  .head .container .head-rt .head-ss img {
    width: 16px;
  }
  .head .container .head-rt .head-ss form input:nth-last-child(1) {
    font-size: 13px;
  }
  .gsjj .gsjj-rt ul li a,
  .banner .ban-swiper .swiper-wrapper .swiper-slide .slide1-con ul li a {
    width: 195px;
    height: 42px;
    font-size: 15px;
  }
  .gsjj .gsjj-rt ul li a,
  .banner .ban-swiper .swiper-wrapper .swiper-slide .slide1-con ul li a {
    width: 195px;
    height: 42px;
  }
  .yyly .yyly-con .yyly-swiper .swiper-wrapper .swiper-slide .yyly-nr a:nth-child(2) {
    font-size: 14px;
  }
  .method ul li a {
    width: 190px;
    height: 42px;
    font-size: 15px;
  }
  .tjbd .container .tjbd-rt .tjbd-desc {
    font-size: 15px;
  }
  .news .container .row .news-items .news-items-con .news-items-cont .news-tp a:nth-child(2) {
    font-size: 16px;
  }
  .news .container .row .news-items .news-items-con .news-items-cont .news-bt {
    width: 133px;
    height: 36px;
    font-size: 14px;
  }
  .c1-ban .container h4 {
    font-size: 19px;
  }
  .c1-ban .container {
    font-size: 14px;
  }
  .c1-ban .container a {
    width: 149px;
    height: 45px;
    font-size: 15px;
  }
  .c1-con .c1-items .c1-jj a:nth-child(2) {
    width: 119px;
    height: 42px;
    font-size: 15px;
  }
  .c2b-desc .c2b-desc-con {
    font-size: 15.2px;
  }
  .cshow-jj .cshow-jj-lf ul li a {
    min-width: 135px;
    height: 43px;
  }
  .cshow-jj .cshow-jj-lf ul li a {
    font-size: 13px;
  }
  .cshow-cs .cs-con table tr th,
  .cshow-cs .cs-con table tr:nth-child(1) td,
  .cshow-bt p,
  .cshow-dh ul li a {
    font-size: 17px;
  }
  .cshow-td {
    font-size: 14px;
  }
  .cshow-td ul li::before {
    width: 11px;
  }
  .cshow-cs .cs-con table tr td {
    font-size: 14px;
  }
  .g-bt::after {
    width: 45px;
  }
  .g-jj .g-jj-lf a {
    width: 145px;
    height: 45px;
    font-size: 15px;
  }
  .g-jzl .container .g-jzl-lf a {
    width: 195px;
    height: 44px;
    font-size: 15px;
  }
  .l-jianshu .l-jianshu-lf ul li a {
    font-size: 14px;
  }
  .l-jianshu .l-jianshu-lf ul li a {
    min-width: 157px;
  }
  .l-dz ul li div {
    font-size: 14px;
  }
  .y-jianshu .l-jianshu-lf div {
    font-size: 17px;
  }
  .y-list .y-list-items .container .y-list-lf div,
  .y-ys,
  .y-desc div {
    font-size: 14px;
  }
  .zy-con .zy-items .zy-tit {
    font-size: 18px;
  }
  .zy-con .zy-items .zy-desc {
    font-size: 14px;
    line-height: 25px;
  }
  .zy-con .zy-items div p {
    font-size: 14px;
  }
  .zyshow-con .zyshow-bt {
    font-size: 18px;
  }
  .form-tc .form-tc-con .cont form div input {
    font-size: 15px;
  }
  .head .container .head-rt .head-nav .nav-li .pro-nav .container .pro-nav-lf {
    width: 256px;
  }
  .head .container .head-rt .head-nav .nav-li .pro-nav .container .pro-nav-lf ul li a p {
    font-size: 15px;
  }
  .head .container .head-rt .head-nav .nav-li .pro-nav .container .pro-nav-rt ul {
    height: 50%;
  }
  .head .container .head-rt .head-nav .nav-li .pro-nav .container .pro-nav-rt ul li a {
    font-size: 15px;
  }
  .nav-column a{
      font-size: 14px;
  }
#Competitiveness {
    top: -25%;
}
}
@media (max-width: 1199px) {
  .container {
    max-width: 92%;
  }
  .head .container .head-rt {
    padding-right: 73px;
  }
  .head .container .head-rt .head-ss {
    right: 2.7%;
  }
  .head .container .head-rt .head-nav .nav-li .nav-a {
    font-size: 13px;
  }
  .head .container .head-rt {
    padding-right: 83px;
  }
  .banner {
    margin-top: 0;
  }
  .banner .ban-swiper .swiper-wrapper .swiper-slide .slide1-con {
    width: 83.5%;
  }
  .cpzx .cpzx-swiper .swiper-wrapper .swiper-slide a:nth-child(2) {
    font-size: 15px;
  }
  .yyly .yyly-con .yyly-swiper .swiper-wrapper .swiper-slide .yyly-nr a:nth-child(1) {
    font-size: 17px;
  }
  .tjbd .container .tjbd-rt .tjbd-desc {
    font-size: 14px;
  }
  .foot .foot-con {
    width: 92%;
  }
  .foot .foot-con .foot-tp div:nth-child(3) ul li:nth-child(3n) {
    flex: auto;
  }
  .foot .foot-con .foot-tp div:nth-child(3) ul li {
    width: 50% !important;
  }
  .c1-con .c1-items .c1-jj a:nth-child(1) {
    font-size: 17px;
  }
  .c1-con .c1-items .c1-jj a:nth-child(2) {
    width: 109px;
    height: 40px;
    font-size: 14px;
  }
  .c2-con .row .c2-items .c2-items-con a:nth-child(2) {
    font-size: 15px;
  }
  .c2-jianshu .container .c2-jianshu-con div:nth-child(2) table tr td {
    font-size: 14px;
  }
  .c2-jianshu .container .c2-jianshu-con div:nth-child(2) table tr td h3 {
    font-size: 17px;
  }
  .c2-jianshu .container .c2-jianshu-con div:nth-child(2) table tr td h4 {
    font-size: 15px;
  }
  .c2-jianshu .container .c2-bt {
    font-size: 20px;
  }
  .c2b-desc .c2b-desc-con {
    width: 354px;
  }
  .c2b-form form .c2b-form-box .c2b-form-dx .dx p,
  .c2b-form form .c2b-form-box .c2b-form-items input {
    font-size: 14px;
  }
  .chall-con .chall-items .chall-items-con {
    max-width: 81%;
  }
  .chall-con .chall-items .chall-items-con .chall-items-lf h3 {
    font-size: 19px;
  }
  .cshow-jj .cshow-jj-lf {
    width: 40%;
  }
  .cshow-cs .cs-con table tr th,
  .cshow-cs .cs-con table tr:nth-child(1) td,
  .cshow-bt p,
  .cshow-dh ul li a {
    font-size: 16px;
  }
  .cshow-td ul li::before {
    width: 10px;
    top: 19%;
  }
  .cshow-jj .cshow-jj-lf h4 {
    font-size: 17px;
  }
  .g-lc .g-lc-con .xt {
    left: 5.02%;
  }
  .g-jzl .container .g-jzl-lf div:nth-child(3) {
    font-size: 14px;
  }
  .l-jianshu .l-jianshu-lf ul li a {
    min-width: 115px;
  }
  .l-dz ul li div {
    display: flex;
    align-items: center;
    padding-right: 5%;
  }
  .l-dz ul li img {
    /*margin-left: 0;*/
  }
  .l-jianshu {
    padding-left: 4%;
  }
  .y-jianshu .l-jianshu-lf div {
    font-size: 15px;
  }
  .zyshow-con .zyshow-content {
    font-size: 14px;
  }
  .zyshow-con .zyshow-dh p,
  .zyshow-con .zyshow-dh p a {
    font-size: 14px;
  }
  .form-tc .form-tc-con .cont form div:last-child button {
    width: 137px;
    height: 43px;
    font-size: 16px;
  }
  .form-tc .form-tc-con {
    max-width: 92%;
  }
  .head .container .head-rt .head-nav .nav-li .pro-nav .container .pro-nav-rt ul {
    min-width: 477px;
  }
  .nav-column a{
      font-size: 13px;
  }
.tc-cg div:nth-child(3) {
    font-size: 16px;
}
.mb-zd{
    display: block;
}
.head .container .head-rt {
    padding-right: 0;
    flex: inherit;
}
.head .container{
    justify-content: space-between;
    padding: 15px 0 13px 0;
}
.head .container .head-logo {
    /*width: 227px;*/
}
.head .container .head-rt .head-ss,.head .container .head-rt .head-nav{
    display: none;
}
}
@media (max-width: 990px) {
  .head .container .head-rt .head-nav {
    display: none;
  }
  .banner .ban-swiper .swiper-wrapper .swiper-slide .slide1-con h4 {
    font-size: 15px;
  }
  .gsjj .gsjj-rt ul li a,
  .banner .ban-swiper .swiper-wrapper .swiper-slide .slide1-con ul li a {
    width: 173px;
    height: 40px;
    font-size: 13px;
  }
  .cpzx .cpzx-swiper .swiper-wrapper .swiper-slide a:nth-child(1) {
    height: 19vw;
  }
  .gsjj .gsjj-rt h3 {
    font-size: 20px;
  }
  .gsjj .gsjj-rt ul li a,
  .banner .ban-swiper .swiper-wrapper .swiper-slide .slide1-con ul li a {
    width: 145px;
    height: 39px;
    font-size: 13px;
  }
  .sy-bt {
    font-size: 22px;
  }
  .yyly .yyly-con .yyly-swiper .swiper-wrapper .swiper-slide {
    width: 37%;
  }
  .method .method-box .method-bg div:nth-child(1) {
    height: 34vw;
  }
  .tjbd .container .tjbd-rt form div:nth-child(9) {
    font-size: 13px;
  }
  .tjbd .container .tjbd-rt form div textarea,
  .tjbd .container .tjbd-rt form div input,
  .gsjj .gsjj-rt div {
    font-size: 13px;
  }
  .tjbd .container .tjbd-rt form div {
    padding: 1.82% 4.3%;
  }
  .tjbd .container .tjbd-rt form div:nth-child(11) button {
    width: 145px;
    height: 38px;
    font-size: 15px;
  }
  .foot .foot-con .foot-tp div ul {
    display: none !important;
  }
  .foot .foot-con .foot-tp {
    display: block;
  }
  .foot .foot-con .foot-tp div {
    width: 100% !important;
  }
  .foot .foot-con .foot-tp div p a {
    font-size: 13px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    display: block;
    width: 100%;
    margin-bottom: 11px;
    padding-left: 18px;
  }
  .foot .foot-con .foot-tp div p a::after {
    display: none;
  }
  .foot .foot-con .foot-tp div:last-child p a {
    border: none;
  }
  .foot {
    padding-top: 40px;
  }
  .foot .foot-con .foot-bt p a,
  .foot .foot-con .foot-bt p {
    font-size: 13px;
  }
  .foot .foot-con .foot-bt ul li {
    width: 28px;
  }
  .news .container .row .news-items .news-items-con .news-items-cont .news-bt {
    width: 117px;
    height: 32px;
    font-size: 13px;
  }
  .c1-ban .container h3 {
    font-size: 22px;
  }
  .c1-ban .container h4 {
    font-size: 17px;
  }
  .c1-ban .container a {
    width: 134px;
    height: 41px;
    font-size: 14px;
  }
  .c2b-desc .c2b-desc-con {
    font-size: 14.2px;
    width: 303px;
  }
  .c2b-form h3 {
    font-size: 20px;
  }
  .chall-con .chall-items .chall-items-con .chall-items-lf ul li::before {
    width: 8px;
  }
  .cshow-jj .cshow-jj-lf h3 {
    font-size: 20px;
  }
  .cshow-jj .cshow-jj-lf h4 {
    font-size: 15px;
  }
  .cshow-jj {
    display: block;
  }
  .cshow-jj .cshow-jj-rt,
  .cshow-jj .cshow-jj-lf {
    width: 100%;
  }
  .cshow-jj .cshow-jj-rt {
    margin-top: 54px;
  }
  .cshow-jj .cshow-jj-lf h4 {
    font-size: 1.25vw;
    font-size: 17px;
    margin-top: 2%;
    margin-bottom: 1.5%;
  }
  .cshow-jj .cshow-jj-lf ul {
    margin-top: 4.6%;
  }
  .cshow-cs .cs-con table tr th,
  .cshow-cs .cs-con table tr:nth-child(1) td,
  .cshow-bt p,
  .cshow-dh ul li a {
    font-size: 14px;
  }
  .cshow-cs .cs-con table tr td {
    font-size: 13px;
  }
  .g-bt {
    font-size: 20px;
  }
  .g-lc .g-lc-con .g-lc-items .container .g-lc-lf .g-lc-jj a:nth-child(1) {
    font-size: 16px;
  }
  .l-jianshu {
    display: block;
  }
  .l-jianshu .l-jianshu-rt {
    width: 100%;
  }
  .l-jianshu .l-jianshu-rt div {
    height: 300px;
  }
  .l-jianshu .l-jianshu-lf .g-bt {
    font-size: 20px;
  }
  .l-dz ul {
    display: block;
  }
  .l-dz ul li {
    width: 100% !important;
    margin-bottom: 3%;
  }
  .l-dz ul li img {
    max-width: 4%;
    margin-left: 1.5%;
  }
  .l-jianshu .l-jianshu-lf {
    padding: 50px 0;
    padding-right: 4%;
  }
  .y-bt,.y-ys h3 {
    font-size: 17px;
  }
  .form-tc .form-tc-con .cont h3 {
    font-size: 20px;
  }
  .form-tc .form-tc-con .cont .form-tc-desc {
    font-size: 14px;
  }
  .form-tc .form-tc-con .cont form div input {
    font-size: 14px;
  }
  .form-tc .form-tc-con .cont form div:last-child button {
    width: 126px;
    height: 40px;
    font-size: 15px;
  }
  #Features {
    top: -65%;
  }
  #Performance {
    top: -31%;
  }
.tc-cg div:nth-child(3) {
    font-size: 15px;
    white-space: nowrap;
}
.form-tc .form-tc-con .cont .tc-cg h3 {
    font-size: 21px;
}
.head .container .head-rt .head-ss{
    display: none;
}
#About {
    top: -10%;
}
#History {
    top: -5%;
}
#Competitiveness {
    top: -10%;
}
#form {
    top: -5%;
}
}
@media (max-width: 767px) {
    .l-dz ul li:nth-child(1){
        padding-right: 0;
    }
  .banner .ban-swiper .swiper-wrapper .swiper-slide .slide1-con h3 {
    font-size: 18px;
  }
  .banner .ban-swiper .swiper-wrapper .swiper-slide .slide1-con h4 {
    font-size: 14px;
  }
  .banner .ban-swiper .swiper-wrapper .swiper-slide .slide1-con {
    width: 92%;
    top: 50%;
  }
  .gsjj .gsjj-rt ul li a,
  .banner .ban-swiper .swiper-wrapper .swiper-slide .slide1-con ul li a {
    width: 144px;
    height: 35px;
    font-size: 13px;
  }
  .banner .ban-swiper .swiper-wrapper .swiper-slide .slide-bg img {
    max-width: 160%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  .banner .ban-swiper .swiper-wrapper .swiper-slide .slide1-con ul {
    margin-top: 5.7%;
  }
  .cpzx {
    margin-top: 32px;
  }
  .cpzx .cpzx-swiper .swiper-wrapper .swiper-slide a:nth-child(1) {
    height: 146px;
  }
  .cpzx .cpzx-swiper .swiper-wrapper .swiper-slide a:nth-child(2) {
    font-size: 14px;
  }
  .gsjj {
    display: block;
    margin-top: 50px;
  }
  .gsjj .gsjj-rt,
  .gsjj .gsjj-lf {
    width: 100%;
  }
  .gsjj .gsjj-lf .gsjj-bg {
    height: 205px;
  }
  .gsjj .gsjj-rt {
    margin-top: 31px;
  }
  .gsjj .gsjj-rt ul {
    margin-top: 26px;
  }
  .sy-bt {
    font-size: 20px;
  }
  .yyly {
    margin-top: 50px;
    padding-top: 50px;
    padding-bottom: 45px;
  }
  .method .method-desc,
  .yyly .yyly-desc {
    font-size: 13px;
  }
  .yyly .yyly-desc {
    max-width: 92%;
    margin: 0 auto;
    margin-top: 12px;
  }
  .yyly .yyly-con .yyly-swiper .swiper-wrapper .swiper-slide {
    width: 92%;
  }
  .yyly .yyly-con {
    margin-top: 31px;
  }
  .yyly .yyly-con .yyly-swiper .swiper-wrapper .swiper-slide .yyly-bg p {
    height: 240px;
  }
  .yyly .yyly-con .yyly-swiper .swiper-wrapper .swiper-slide .yyly-nr a:nth-child(2) {
    height: 36px;
    margin-top: 8px;
  }
  .method {
    margin-top: 50px;
  }
  .method .method-desc {
    margin-top: 20px;
  }
  .method ul li a {
    width: 152px;
    height: 36px;
    font-size: 13px;
  }
  .method ul {
    margin-top: 21px;
  }
  .method .method-box {
    margin-top: 37px;
  }
  .method .method-box .method-bg div:nth-child(1) {
    height: 176px;
  }
  .method .method-box .method-bg .method-play {
    width: 38px;
  }
  .tjbd {
    margin-top: 50px;
    padding-top: 52px;
    margin-bottom: 60px;
  }
  .tjbd .container {
    display: block;
  }
  .tjbd .container .tjbd-lf {
    width: 100%;
  }
  .tjbd .container .tjbd-lf div:nth-child(1) {
    height: 172px;
    background-position: 100% 83%;
    width: 100%;
  }
  .tjbd .container .tjbd-lf div:nth-child(2) {
    bottom: 13%;
    left: 5%;
    font-size: 20px;
    transform: inherit;
  }
  .tjbd .container .tjbd-rt {
    padding: 10.6% 5.2% 14.25% 5.4%;
  }
  .tjbd .container .tjbd-rt .tjbd-desc {
    font-size: 13px;
    margin-top: 14px;
  }
  .tjbd .container .tjbd-rt form div {
    width: 100%;
  }
  .tjbd .container .tjbd-rt form {
    margin-top: 30px;
  }
  .tjbd .container .tjbd-rt form div {
    border-radius: 19px;
    margin-bottom: 10px;
    padding: 8px 19px;
  }
  .tjbd .container .tjbd-rt form div textarea,
  .tjbd .container .tjbd-rt form div input,
  .gsjj .gsjj-rt div {
    font-size: 12px;
  }
  .tjbd .container .tjbd-rt form div:nth-child(10) label p {
    font-size: 13px;
  }
  .tjbd .container .tjbd-rt form div:nth-child(11) {
    margin-top: 8px;
  }
  .news {
    margin-top: 50px;
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .news .container .row {
    margin-top: 33px;
  }
  .news .container .row .news-items {
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 37px;
  }
  .news .container .row .news-items .news-items-con .news-thumb p {
    height: 185px;
  }
  .news .container .row .news-items .news-items-con .news-items-cont {
    padding: 8.2% 7.5% 10% 7.1%;
    height: calc(100% - 185px);
  }
  .news .container .row .news-items .news-items-con .news-items-cont .news-tp a:nth-child(3) {
    font-size: 14px;
    margin-top: 12px;
    line-height: 1.5;
  }
  .foot .foot-con .foot-bt {
    margin-top: 3.5%;
    padding: 1.932% 0;
    padding-top: 25px;
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .foot .foot-con .foot-bt ul li {
    margin-left: 0;
    margin-right: 9px;
  }
  .foot .foot-con .foot-bt p {
    text-align: center;
    margin-top: 6%;
    padding-bottom: 3%;
  }
  .head-ym {
    display: none;
  }
  .c1-ban .container {
    text-align: left;
    padding: 44px 5% 43px 0;
    letter-spacing: -0.5px;
  }
  .c1-ban .container h3 {
    font-size: 20px;
  }
  .c1-ban .container h4 {
    line-height: 1.4;
    margin-top: 33px;
    margin-bottom: 21px;
  }
  .c1-ban .container a {
    width: 120px;
    height: 38px;
    font-size: 14px;
    margin-top: 8%;
  }
  .i-crumb {
    padding: 11.75px 0;
  }
  .i-crumb .container p,
  .i-crumb .container p a {
    font-size: 13px;
  }
  .c1-con .c1-items {
    width: 50%;
    flex: 0 0 50%;
    margin-bottom: 30px;
    max-width: 50%;
  }
  .c1-con .c1-items .c1-thumb {
    height: 210px;
  }
  .c1-con {
    margin-top: 43px;
    margin-bottom: 20px;
  }
  .c1-con .c1-items .c1-jj a:nth-child(1) {
    font-size: 15px;
  }
  .c1-con .c1-items .c1-jj a:nth-child(2) {
    width: 96px;
    height: 35px;
    font-size: 13px;
  }
  .c2-jianshu .container {
    padding-top: 50px;
  }
  .c2-jianshu .container .c2-jianshu-con {
    border-radius: 33px;
    margin-top: 30px;
    padding: 10.93% 4.3% 9.1% 4.3%;
  }
  .c2-jianshu .container .c2-jianshu-con div:nth-child(2) table tr {
    display: block;
  }
  .c2-jianshu .container .c2-jianshu-con div:nth-child(2) table tr td {
    width: 100% !important;
    line-height: 1.7;
  }
  .c2-jianshu .container .c2-jianshu-con div:nth-child(2) {
    margin-top: 30px;
  }
  .c2-jianshu .container .c2-jianshu-con div:nth-child(2) table tr td h4 {
    padding: 4.5% 0;
  }
  .c2-jianshu .container .c2-jianshu-con div:nth-child(2) table tr {
    margin-bottom: 25px;
  }
  .c2-jianshu .container .c2-jianshu-con div:nth-child(2) table tr td:nth-child(2) {
    padding: 8% 4.15% 7.5% 4.15%;
  }
  .c2-jianshu .container .c2-jianshu-con div:nth-child(2) table tr td h3 {
    margin-bottom: 11px;
  }
  .c2-con {
    margin-top: 50px;
    margin-bottom: 25px;
  }
  .c2-con .row .c2-items {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 25px;
  }
  .c2-con .row .c2-items .c2-items-con a:nth-child(1) {
    border-radius: 19px;
    height: 150px;
  }
  .c2b-desc {
    padding-right: 0;
    margin-top: 31px;
    padding-top: 48.5%;
  }
  .c2b-desc .c2b-desc-con {
    font-size: 13px;
    width: 90%;
    margin: 0 auto;
  }
  .c2b-desc .c2b-bg {
    height: 41%;
    border-radius: 21px;
  }
  .c2b-desc .c2b-desc-con {
    padding: 10.11% 4.6% 16.45% 6.8%;
  }
  .c2b-form {
    margin-top: 50px;
    padding: 50px 5% 40px 5%;
    margin-bottom: 43px;
  }
  .c2b-form form .c2b-form-box .yb {
    width: 100%;
    padding: 10px 17px;
    margin-bottom: 12px;
  }
  .c2b-form form .c2b-form-box .c2b-form-dx .dx p,
  .c2b-form form .c2b-form-box .c2b-form-items input {
    font-size: 13px;
  }
  .c2b-form form .c2b-form-box {
    padding-top: 17px;
  }
  .c2b-form form .c2b-form-box .c2b-form-dx {
    flex-wrap: wrap;
  }
  .c2b-form form .c2b-form-box .c2b-form-dx .dx {
    width: 100%;
    margin-bottom: 15px;
    display: block;
  }
  .c2b-form form .c2b-form-box .c2b-form-dx .dx div label {
    margin: 0;
    margin-right: 8px;
  }
  .c2b-form form .c2b-form-box .c2b-form-dx .dx div {
    margin-top: 3px;
  }
  .c2b-form form .c2b-form-box button {
    width: 131px;
    height: 40px;
    font-size: 15px;
  }
  .zy-ban .container h2 {
    font-size: 20px;
  }
  .zy-ban .container {
    height: 110px;
  }
  .chall-con .chall-items .chall-items-con {
    max-width: 92%;
    display: block;
    padding: 50px 0;
  }
  .chall-con .chall-items .chall-items-con .chall-items-lf {
    font-size: 13px;
    line-height: 1.7;
  }
  .chall-con .chall-items .chall-items-con .chall-items-lf ul li {
    margin-bottom: 5px;
  }
  .chall-con .chall-items .chall-items-con .chall-items-lf h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .chall-con .chall-items .chall-items-con .chall-items-rt {
    width: 100%;
    margin-top: 31px;
  }
  .chall-con .chall-items .chall-items-con .chall-items-rt div {
    height: 179px;
  }
  .cshow-jj .cshow-jj-lf h4 {
    font-size: 16px;
    margin-top: 19px;
    margin-bottom: 12px;
  }
  .cshow-jj .cshow-jj-lf {
    font-size: 13px;
  }
  .cshow-jj {
    margin-top: 48px;
  }
  .cshow-jj .cshow-jj-lf ul li:nth-child(2) {
    margin-left: 3%;
  }
  .cshow-jj .cshow-jj-lf ul li a img {
    max-width: 11%;
  }
  .cshow-jj .cshow-jj-lf ul {
    margin-top: 26px;
  }
  .cshow-jj .cshow-jj-rt {
    margin-top: 41px;
  }
  .cshow-dh {
    margin-top: 44px;
    overflow-x: scroll;
  }
  .cshow-dh ul {
    /*width: 817px;*/
  }
  .cshow-dh ul .active {
    top: 0;
  }
  .cshow-td ul li {
    padding-left: 5%;
    margin-bottom: 7px;
  }
  .cshow-td {
    font-size: 13px;
    margin-top: 25px;
  }
  .cshow-td ul li::before {
    top: 13%;
  }
  .cshow-cs {
    margin-top: 45px;
  }
  .cshow-bt p {
    font-size: 16px;
  }
  .cshow-bt {
    padding: 10px 14px;
  }
  .cshow-cs .cs-con table {
    width: 1024px;
  }
  .cshow-cs .cs-con {
    overflow: scroll;
  }
  .cshow-tz {
    margin-top: 54px;
  }
  .cshow-jw {
    margin-bottom: 50px;
  }
  .g-jj {
    margin-top: 50px;
    display: block;
    margin-bottom: 50px;
  }
  .g-jj .g-jj-rt {
    width: 100%;
  }
  .g-jj .g-jj-lf {
    padding: 50px 6% 45px 6%;
  }
  .g-bt {
    padding-bottom: 16px;
  }
  .g-bt::after {
    width: 43px;
    height: 2px;
  }
  .g-jj .g-jj-lf div {
    margin-top: 28px;
  }
  .g-jj .g-jj-lf a {
    width: 128px;
    height: 40px;
    font-size: 14px;
    margin-top: 35px;
  }
  .g-lc {
    margin-top: 50px;
  }
  .g-lc .g-lc-con {
    margin-top: 34px;
  }
  .g-lc .g-lc-con .g-lc-items .container .g-lc-lf,
  .g-lc .g-lc-con .g-lc-items .container {
    display: block;
  }
  .g-lc .g-lc-con .g-lc-items .container .g-lc-lf .g-lc-rj h3,
  .g-lc .g-lc-con .g-lc-items .container .g-lc-lf .g-lc-rj p {
    font-size: 17px;
  }
  .g-lc .g-lc-con .g-lc-items .container .g-lc-lf .g-lc-rj p {
    margin: 0;
    font-weight: 700;
    margin-left: 7px;
  }
  .g-lc .g-lc-con .g-lc-items .container .g-lc-lf .g-lc-rj {
    width: fit-content;
    display: flex;
    align-items: center;
    padding: 3.1% 5.85% 2% 5.85%;
  }
  .g-lc .g-lc-con .g-lc-items {
    padding: 50px 0;
  }
  .g-lc .g-lc-con .g-lc-items .container .g-lc-lf .g-lc-jj {
    margin-left: 0;
    margin-top: 28px;
  }
  .g-lc .g-lc-con .g-lc-items .container .g-lc-lf .g-lc-jj a:nth-child(2),
  .g-jj .g-jj-lf div {
    font-size: 13px;
  }
  .g-lc .g-lc-con .g-lc-items .container .g-lc-lf .g-lc-jj a:nth-child(2) {
    margin-top: 8px;
    line-height: 1.7;
  }
  .g-lc .g-lc-con .g-lc-items .container .g-lc-rt {
    width: 100%;
    padding-left: 6.8%;
    margin-top: 33px;
  }
  .g-lc .g-lc-con .g-lc-items .container .g-lc-rt div {
    height: 193px;
  }
  .g-lc .g-lc-con .g-lc-items .container .g-lc-lf {
    padding-right: 0;
  }
  .g-lc .g-lc-con .xt {
    top: 38.5%;
    height: 66.5%;
  }
  .g-lc .g-lc-con .g-lc-items .container .g-lc-lf::before {
    left: -1%;
    top: 13%;
    width: 15px;
    height: 15px;
  }
  .g-lc .g-lc-con .g-lc-items .container .g-lc-lf::after {
    left: 0.35%;
    top: 13%;
    width: 6px;
    height: 6px;
  }
  .g-jzl {
    margin-top: 55px;
  }
  .g-jzl .container .g-jzl-rt,
  .g-jzl .container .g-jzl-lf {
    width: 100%;
  }
  .g-jzl .container {
    display: block;
  }
  .g-jzl .container .g-jzl-rt div {
    background-position: 100% 3%;
    height: 268px;
  }
  .g-jzl .container .g-jzl-lf div:nth-child(3) {
    font-size: 13px;
    text-align: left;
    letter-spacing: 0;
    margin-top: 28px;
    margin-bottom: 33px;
  }
  .g-jzl .container .g-jzl-lf a {
    width: 162px;
    height: 38px;
    font-size: 13px;
  }
  .g-jzl .container .g-jzl-rt {
    margin-top: 49px;
  }
  .g-jzl::after {
    height: 19%;
  }
  .g-zz {
    margin-top: 50px;
  }
  .g-zz .g-zz-con {
    margin-top: 32px;
    padding: 32px 4%;
  }
  .g-zz .g-zz-con .zz-swiper .swiper-wrapper .swiper-slide div {
    height: 84px;
  }
  .l-jianshu .l-jianshu-lf div {
    font-size: 13px;
    letter-spacing: 0;
    margin-top: 25px;
  }
  .l-jianshu .l-jianshu-lf ul li a {
    font-size: 13px;
    height: 43px;
  }
  .l-jianshu .l-jianshu-lf ul li:nth-child(2) {
    margin-left: 4%;
  }
  .l-jianshu .l-jianshu-lf ul {
    margin-top: 29px;
  }
  .l-jianshu .l-jianshu-rt div {
    height: 224px;
  }
  .l-dz {
    margin-top: 54px;
    padding: 45px 6% 48px 6%;
  }
  .l-dz ul li h4 {
    font-size: 16px;
    margin-bottom: 9px;
  }
  .l-dz ul li div {
    font-size: 13px;
  }
  .l-dz ul li {
    margin-bottom: 28px;
  }
  .l-dz ul li:last-child {
    margin-bottom: 0;
  }
  .l-dz ul li img {
    max-width: 9%;
    margin-left: 3%;
  }
  #map {
    height: 250px;
    margin-top: 30px;
    margin-bottom: 52px;
  }
  .y-jianshu .l-jianshu-lf div {
    margin-top: 18px;
  }
  .y-jianshu .l-jianshu-rt div {
    height: 173px;
  }
  .y-desc {
    display: block;
    margin-top: 44px;
  }
  .y-list .y-list-items .container .y-list-lf div,
  .y-ys,
  .y-desc div {
    font-size: 13px;
    letter-spacing: 0;
  }
  .y-desc div {
    margin-left: 0;
    margin-top: 17px;
  }
  .y-desc img {
    width: 8.381%;
  }
  .y-ys {
    margin-top: 45px;
  }
  .y-ys ul li {
    margin-bottom: 15px;
    width: 100% !important;
    padding-left: 17px;
    padding-right: 0;
  }
  .y-ys ul li::before {
    width: 6px;
    height: 6px;
    top: 5px;
  }
  .y-ys ul {
    margin-top: 25px;
  }
  .y-list {
    margin-top: 42px;
  }
  .y-list .y-list-items:nth-child(1) .container {
    padding-top: 42px;
    padding-bottom: 37px;
    display: block;
  }
  .y-list .y-list-items .container .y-list-lf {
    width: 100%;
  }
  .y-list .y-list-items .container .y-list-lf div {
    margin-top: 17px;
  }
  .y-list .y-list-items .container .y-list-rt {
    max-width: 100%;
    margin-top: 32px;
  }
  .y-list .y-list-items .container {
    display: block;
    padding-top: 54px;
  }
  .y-tjbd {
    margin-bottom: 52px;
  }
  .zy-con {
    margin-top: 55px;
  }
  .zy-pagination {
    margin-top: 0px;
    margin-bottom: 40px;
  }
  .pagination li a {
    font-size: 14px;
    padding: 2.5px 10.5px;
  }
  .pagination li {
    margin: 0 5px;
  }
  .zy-con .zy-items {
    width: 100%;
    margin-bottom: 45px;
  }
  .zy-con .zy-items .zy-thumb p {
    height: 185px;
  }
  .zy-con .zy-items .zy-tit {
    font-size: 16px;
    margin-top: 27px;
  }
  .zy-con .zy-items .zy-desc {
    font-size: 13px;
    line-height: 23px;
  }
  .zy-con .zy-items div {
    margin-top: 20px;
    padding-top: 18px;
  }
  .zy-con .zy-items div p {
    font-size: 13px;
  }
  .zy-con .zy-items div a img {
    width: 21px;
  }
  .zyshow-con {
    margin-top: 50px;
    margin-bottom: 39px;
  }
  .zyshow-con .zyshow-sj {
    font-size: 14px;
    margin-top: 10px;
  }
  .zyshow-con .zyshow-content {
    font-size: 13px;
    letter-spacing: 0;
    margin-top: 29px;
    padding-top: 23px;
  }
  .zyshow-con .zyshow-dh {
    margin-top: 36px;
    padding-top: 24px;
  }
  .zyshow-con .zyshow-dh p,
  .zyshow-con .zyshow-dh p a {
    font-size: 13px;
    margin-bottom: 14px;
  }
  .form-tc .form-tc-con .cont h3 {
    font-size: 18px;
  }
  .form-tc .form-tc-con .cont .form-tc-desc {
    font-size: 12px;
    margin-top: 10px;
  }
  .form-tc .form-tc-con .cont form div {
    width: 100%;
  }
  .form-tc .form-tc-con .cont form div input {
    font-size: 12px;
  }
  .form-tc .form-tc-con .cont form div {
    padding: 8px 15px;
    margin-bottom: 7px;
    padding-right: 7%;
  }
  .form-tc .form-tc-con .cont form div:last-child button {
    width: 116px;
    height: 37px;
    font-size: 12px;
  }
  .form-tc .form-tc-con .cont {
    padding: 30px 6% 30px 6%;
  }
  .form-tc .tc-close {
    right: 6.5%;
    top: 4%;
    width: 14px;
  }
  #Features {
    top: -38%;
  }
  #Performance {
    top: -20%;
  }
  #Inquiry {
    top: -4%;
}
.tc-cg div:nth-child(3) {
    font-size: 14px;
    white-space: inherit;
    line-height: 1.6;
}
.tc-cg a {
    font-size: 14px;
    width: 199px;
    height: 46px;
}
.form-tc .form-tc-con .cont .tc-cg h3{
    margin-top: 12%;
}
.i-crumb .container p{
    flex-wrap: wrap;
}
.g-lc .g-lc-con .xt{
    width: 2px;
        top: 41.5%;
    height: 74.5%;
}
}
