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

.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: 55px;
  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(5) .mxl-o{
    display: none;
}

.mb-nav ul li:nth-child(3) .mxl-o{
    display: block;
}
.mb-nav ul li:nth-child(4) .mb-div a:last-child{
    /*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;
}






.xd {
  position: relative;
}
.jd {
  position: absolute;
}
.head {
  position: fixed;
  z-index: 100;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.5s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.head .head-cen {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 95%;
  margin: 0 auto;
  margin-right: 0;
  width: 100%;
}
.head .head-cen .head-lf {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
}
.head .head-cen .head-lf .head-logo img:nth-child(2) {
  display: none;
}
.head .head-cen .head-lf .head-nav {
  display: flex;
  flex: 1;
  margin-left: 2.7%;
}
.head .head-cen .head-lf .head-nav .head-li {
  margin-right: 3.2%;
}
.head .head-cen .head-lf .head-nav .head-li .head-a {
  display: block;
  font-size: 18px;
  transition: all 0.5s;
  letter-spacing: 1px;
  color: #ffffff;
  padding: 24.25px 0;
}
.head .head-cen .head-lf .head-nav .head-li .pro-nav {
  position: absolute;
  width: 100%;
  top: 100%;
  background-color: #ffffff;
  left: 0;
  padding-top: 2.5%;
  padding-bottom: 2.7vw;
  border-top: 1px solid #abaab0;
  transform: scaleY(0);
  transform-origin: top left;
  opacity: 0;
  visibility: hidden;
  box-shadow: 1px 0px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-out 0s;
  min-height: 338px;
}
.head .head-cen .head-lf .head-nav .head-li .pro-nav .container {
  display: flex;
  align-items: normal;
  max-width: 80.64%;
  margin: 0 auto;
}
.head .head-cen .head-lf .head-nav .head-li .pro-nav .container .pro-nav-lf {
  width: 291px;
}
.head .head-cen .head-lf .head-nav .head-li .pro-nav .container .pro-nav-lf ul li {
  cursor: pointer;
  margin-bottom: 3.1%;
}
.head .head-cen .head-lf .head-nav .head-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 .head-cen .head-lf .head-nav .head-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: 400;
}
.head .head-cen .head-lf .head-nav .head-li .pro-nav .container .pro-nav-lf ul .pactive {
  background-color: #e5f0f8;
}
.head .head-cen .head-lf .head-nav .head-li .pro-nav .container .pro-nav-lf ul .pactive a p {
  color: #0068b7;
}
.head .head-cen .head-lf .head-nav .head-li .pro-nav .container .pro-nav-rt {
  flex: 1;
  margin-left: 3.5%;
  padding-left: 5%;
  position: relative;
  padding-top: 14px;
}
.head .head-cen .head-lf .head-nav .head-li .pro-nav .container .pro-nav-rt .pro-nav-tp {
  position: absolute;
  right: 9%;
  top: -8%;
  display: block !important;
  text-align: center;
  max-width: 37%;
}
.head .head-cen .head-lf .head-nav .head-li .pro-nav .container .pro-nav-rt .pro-nav-tp a img:nth-child(1) {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 70.5%;
}
.head .head-cen .head-lf .head-nav .head-li .pro-nav .container .pro-nav-rt .pro-nav-tp a img:nth-child(2) {
  position: relative;
  z-index: 2;
  max-height: 300px;
}
.head .head-cen .head-lf .head-nav .head-li .pro-nav .container .pro-nav-rt .pro-nav-items {
  display: none;
  height: 100%;
}
.head .head-cen .head-lf .head-nav .head-li .pro-nav .container .pro-nav-rt .pro-nav-items:nth-child(1) {
  display: block;
}
.head .head-cen .head-lf .head-nav .head-li .pro-nav .container .pro-nav-rt ul {
  width: fit-content;
}
.head .head-cen .head-lf .head-nav .head-li .pro-nav .container .pro-nav-rt ul li {
  margin-bottom: 17px;
}
.head .head-cen .head-lf .head-nav .head-li .pro-nav .container .pro-nav-rt ul li a {
  font-size: 16px;
  color: #333333;
  font-family: var(--Montserrat);
  transition: all 0.5s;
  border-bottom: 1px solid #333;
  font-weight: 500;
  letter-spacing: 1px;
  display: block;
  width: fit-content;
}
.head .head-cen .head-lf .head-nav .head-li .pro-nav .container .pro-nav-rt ul li a:hover {
  color: #227cc1;
  border-bottom: 1px solid #227cc1;
}
.head .head-cen .head-lf .head-nav .head-li .pro-nav .container .pro-nav-rt::before {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 1px;
  background-color: #dcdcdc;
  height: 98%;
}
.head .head-cen .head-lf .head-nav .head-li:last-child {
  margin-right: 0;
}
.head .head-cen .head-lf .head-nav .head-li:hover .head-a {
  color: #227cc0 !important;
}
.head .head-cen .head-lf .head-nav .head-li:hover .pro-nav {
  transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}
.head .head-cen .head-rt {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.head .head-cen .head-rt .head-lan {
  position: relative;
  margin-right: 1.2vw;
}
.head .head-cen .head-rt .head-lan div {
  display: flex;
  align-items: center;
  font-size: 18px;
  letter-spacing: 1px;
  color: #ffffff;
  cursor: pointer;
}
.head .head-cen .head-rt .head-lan div img {
  margin-left: 7px;
}
.head .head-cen .head-rt .head-lan div img:nth-child(2) {
  display: none;
}
.head .head-cen .head-rt .head-lan p {
  background: #000;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 9% 5% 9% 18%;
  min-width: 100%;
  white-space: nowrap;
  transform: scaleY(0);
  transform-origin: top left;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out 0s;
}
.head .head-cen .head-rt .head-lan p a {
  display: block;
  font-size: 16px;
  color: #fff;
}
.head .head-cen .head-rt .head-lan:hover P {
  transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}
.head .head-cen .head-rt .head-lx {
  font-size: 18px;
  letter-spacing: 1px;
  color: #ffffff;
  background-color: #33435c;
  display: block;
  padding: 24.75px 2.4vw;
  transition: all 0.5s;
}
.head .head-cen .head-rt .head-lx:hover {
  background-color: #337aa7;
  box-shadow: 1px 1px 15px #337aa7;
  transform: translate(-1px, -1px);
}
.gaoliang {
  background-color: #ffffff;
  box-shadow: 1px 1px 10px rgba(0,0,0,.1);
}
.gaoliang .head-cen .head-lf .head-logo img:nth-child(2) {
  display: inline;
}
.gaoliang .head-cen .head-lf .head-logo img:nth-child(1) {
  display: none;
}
.gaoliang .head-cen .head-rt .head-lan div,
.gaoliang .head-cen .head-lf .head-nav .head-li .head-a {
  color: #333333;
}
.gaoliang .head-cen .head-rt .head-lan div img:nth-child(2) {
  display: inline;
}
.gaoliang .head-cen .head-rt .head-lan div img:nth-child(1) {
  display: none;
}
.gaoliang .head-cen .head-rt .head-lx {
  background-color: #0068b7 !important;
  color: #fff !important;
}
.banner .ban-swiper {
  position: relative;
}
.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 {
  min-width: 100%;
  max-width: 101%;
}
.banner .ban-swiper .swiper-wrapper .swiper-slide .slide1-con {
  position: absolute;
  left: 50%;
  top: 55%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
.banner .ban-swiper .swiper-wrapper .swiper-slide .slide1-con .cont .slide1-tp {
  text-align: center;
}
.banner .ban-swiper .swiper-wrapper .swiper-slide .slide1-con .cont .slide1-tp .yc:nth-child(1) p {
  font-size: 20px;
  color: #ffffff;
  font-family: var(--Montserrat);
  font-weight: 500;
  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 .cont .slide1-tp .yc:nth-child(2) {
  margin-top: 0.7vw;
  margin-bottom: 1.2vw;
}
.banner .ban-swiper .swiper-wrapper .swiper-slide .slide1-con .cont .slide1-tp .yc:nth-child(2) h3 {
  font-size: 2.708vw;
  letter-spacing: 2px;
  color: #ffffff;
  font-family: var(--Noto-Sans-SC);
  font-weight: 600;
  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 .cont .slide1-tp .yc:nth-child(3) h4 {
  font-size: 20px;
  letter-spacing: 1px;
  color: #ffffff;
  font-family: var(--Noto-Sans-SC);
  font-weight: 300;
  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 .cont .slide1-bt {
  text-align: center;
  margin: 0 auto;
  margin-top: 5.5vw;
  height: 24.1vw;
  transition: all 0.8s;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.8);
}
.banner .ban-swiper .swiper-wrapper .swiper-slide .slide1-con .cont .slide1-bt img {
  max-height: 100%;
}
.banner .ban-swiper .swiper-wrapper .swiper-slide-active .slide1-con .cont .slide1-tp .yc:nth-child(1) p,
.banner .ban-swiper .swiper-wrapper .swiper-slide-active .slide1-con .cont .slide1-tp .yc:nth-child(2) h3,
.banner .ban-swiper .swiper-wrapper .swiper-slide-active .slide1-con .cont .slide1-tp .yc:nth-child(3) h4 {
  -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;
}
.banner .ban-swiper .swiper-wrapper .swiper-slide-active .slide-bg {
  animation: image-zoom-out 6s 0s forwards;
}
.banner .ban-swiper .swiper-wrapper .swiper-slide-active .slide1-con .cont .slide1-bt {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transition-delay: 0.9s;
  animation: sx 6s infinite linear;
  animation-delay: 1.8s;
}
.banner .ban-swiper .ban-swiper-dh {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 7.6%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  z-index: 5;
}
.banner .ban-swiper .ban-swiper-dh .ban-pagination {
  position: relative;
  left: 0;
  bottom: 0;
}
.banner .ban-swiper .ban-swiper-dh .ban-pagination .swiper-pagination-bullet {
  opacity: 1;
  border: none;
  border-radius: 100%;
  background: none;
  width: 1.6vw;
  height: 1.6vw;
  position: relative;
  margin-right: 11px;
}
.banner .ban-swiper .ban-swiper-dh .ban-pagination .swiper-pagination-bullet::before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: '';
  width: 7px;
  height: 7px;
  background-color: #ffffff;
  opacity: 0.54;
  border-radius: 100%;
}
.banner .ban-swiper .ban-swiper-dh .ban-pagination .swiper-pagination-bullet-active::before {
  opacity: 1;
}
.banner .ban-swiper .ban-swiper-dh .ban-pagination .swiper-pagination-bullet-active {
  border: solid 1px #ffffff;
}
.banner .ban-swiper .ban-swiper-dh ul {
  display: flex;
}
.banner .ban-swiper .ban-swiper-dh ul li {
  margin-left: 1.3vw;
  position: relative;
}
.banner .ban-swiper .ban-swiper-dh ul li a {
  cursor: pointer;
}
.banner .ban-swiper .ban-swiper-dh ul li a img {
  transition: all 0.5s;
}
.banner .ban-swiper .ban-swiper-dh ul li p {
  position: absolute;
  bottom: 170%;
  z-index: 30;
  width: 125px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s;
  box-shadow: 1px 3px 10px #000;
  opacity: 0;
  visibility: hidden;
}
.banner .ban-swiper .ban-swiper-dh ul li p img {
  position: relative;
  z-index: 2;
}
.banner .ban-swiper .ban-swiper-dh ul li p::before {
  content: "";
  display: inline-block;
  border: 9px solid transparent;
  position: absolute;
  bottom: -13%;
  left: 47%;
  margin-left: -6px;
  border-bottom-color: #fff;
  transform: rotateZ(180deg);
}
.banner .ban-swiper .ban-swiper-dh ul li:nth-child(1) {
  margin-left: 0;
}
.banner .ban-swiper .ban-swiper-dh ul li:hover a img {
  transform: scale(1.08);
}
.banner .ban-swiper .ban-swiper-dh ul li:hover p {
  opacity: 1;
  visibility: visible;
  bottom: 157%;
}
@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);
  }
}
@keyframes sx {
  0% {
    transform: scale(1) translateY(0);
  }
  25% {
    transform: scale(1) translateY(-8px);
  }
  50% {
    transform: scale(1) translateY(0px);
  }
  75% {
    transform: scale(1) translateY(-8px);
  }
  100% {
    transform: scale(1) translateY(0);
  }
}
@keyframes image-zoom-out {
  0% {
    transform: scale(1.08, 1.08);
  }
  100% {
    transform: scale(1, 1);
  }
}
.cpxl {
  margin-top: 4%;
}
.cpxl .cpxl-bt {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cpxl .cpxlnav {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
.cpxl .cpxlnav .cpxlnav-swiper {
  width: 100%;
}
.cpxl .cpxlnav .cpxlnav-swiper .swiper-wrapper {
  justify-content: flex-end;
  transform: translate3d(0px, 0px, 0px) !important;
}
.cpxl .cpxlnav .cpxlnav-swiper .swiper-wrapper .swiper-slide {
  width: fit-content;
  position: relative;
  padding: 0 3.2%;
  cursor: pointer;
}
.cpxl .cpxlnav .cpxlnav-swiper .swiper-wrapper .swiper-slide div {
  font-size: 18px;
  transition: all 0.5s;
  letter-spacing: 1px;
  color: #333333;
  position: relative;
  padding: 6px 0;
}
.cpxl .cpxlnav .cpxlnav-swiper .swiper-wrapper .swiper-slide div::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 0%;
  height: 1px;
  background-color: #3b7fac;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
}
.cpxl .cpxlnav .cpxlnav-swiper .swiper-wrapper .swiper-slide::after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  width: 1px;
  height: 13px;
  background-color: #dbdbdb;
}
.cpxl .cpxlnav .cpxlnav-swiper .swiper-wrapper .swiper-slide:nth-child(1) {
  padding-left: 0;
}
.cpxl .cpxlnav .cpxlnav-swiper .swiper-wrapper .swiper-slide:last-child {
  padding-right: 0;
}
.cpxl .cpxlnav .cpxlnav-swiper .swiper-wrapper .swiper-slide:last-child::after {
  display: none;
}
.cpxl .cpxlnav .cpxlnav-swiper .swiper-wrapper .swiper-slide:hover div {
  color: #3b7fac;
}
.cpxl .cpxlnav .cpxlnav-swiper .swiper-wrapper .swiper-slide-thumb-active div {
  color: #3b7fac;
  font-weight: bold;
}
.cpxl .cpxlnav .cpxlnav-swiper .swiper-wrapper .swiper-slide-thumb-active div::after {
  opacity: 1;
  visibility: visible;
  width: 100%;
}
.cpxl .cpxl-nr {
  background: url(../images/cpxl-bg.jpg) no-repeat center center;
  background-size: cover;
  margin-top: 2.5%;
  padding: 62px 0;
}
.cpxl .cpxl-nr .container .cpxlbox-swiper .swiper-wrapper .swiper-slide {
  opacity: 0 !important;
  overflow: hidden;
}
.cpxl .cpxl-nr .container .cpxlbox-swiper .swiper-wrapper .swiper-slide .cpxl-swiper .swiper-wrapper .swiper-slide {
  opacity: 1 !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cpxl .cpxl-nr .container .cpxlbox-swiper .swiper-wrapper .swiper-slide .cpxl-swiper .swiper-wrapper .swiper-slide .cpxl-lf {
  width: 23.85%;
}
.cpxl .cpxl-nr .container .cpxlbox-swiper .swiper-wrapper .swiper-slide .cpxl-swiper .swiper-wrapper .swiper-slide .cpxl-lf a:nth-child(1) {
  font-size: 1.15vw;
  letter-spacing: 1px;
  color: #999999;
  display: block;
}
.cpxl .cpxl-nr .container .cpxlbox-swiper .swiper-wrapper .swiper-slide .cpxl-swiper .swiper-wrapper .swiper-slide .cpxl-lf a:nth-child(2) {
    font-size: 1.771vw;
    letter-spacing: 1px;
    color: #000000;
    position: relative;
    display: block;
    margin-top: 0.6vw;
    padding-bottom: 3.5%;
    margin-bottom: 15%;
    line-height: 1.45;
}
.cpxl .cpxl-nr .container .cpxlbox-swiper .swiper-wrapper .swiper-slide .cpxl-swiper .swiper-wrapper .swiper-slide .cpxl-lf a:nth-child(2)::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  height: 2px;
  background-color: #000000;
  width: 28px;
}
.cpxl .cpxl-nr .container .cpxlbox-swiper .swiper-wrapper .swiper-slide .cpxl-swiper .swiper-wrapper .swiper-slide .cpxl-lf h4 {
  font-size: 1.25vw;
  letter-spacing: 1px;
  color: #444444;
}
.cpxl .cpxl-nr .container .cpxlbox-swiper .swiper-wrapper .swiper-slide .cpxl-swiper .swiper-wrapper .swiper-slide .cpxl-lf div {
  font-size: 15px;
  line-height: 2;
  color: #666666;
  text-align: justify;
  margin-top: 3.5%;
  margin-bottom: 16.7%;
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;
}
.cpxl .cpxl-nr .container .cpxlbox-swiper .swiper-wrapper .swiper-slide .cpxl-swiper .swiper-wrapper .swiper-slide .cpxl-cen {
  position: relative;
  width: 35.3%;
}
.cpxl .cpxl-nr .container .cpxlbox-swiper .swiper-wrapper .swiper-slide .cpxl-swiper .swiper-wrapper .swiper-slide .cpxl-cen div {
  animation: xz 70s linear infinite;
}
.cpxl .cpxl-nr .container .cpxlbox-swiper .swiper-wrapper .swiper-slide .cpxl-swiper .swiper-wrapper .swiper-slide .cpxl-cen div img {
  transition: all 0.8s;
}
.cpxl .cpxl-nr .container .cpxlbox-swiper .swiper-wrapper .swiper-slide .cpxl-swiper .swiper-wrapper .swiper-slide .cpxl-cen a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cpxl .cpxl-nr .container .cpxlbox-swiper .swiper-wrapper .swiper-slide .cpxl-swiper .swiper-wrapper .swiper-slide .cpxl-cen a img {
  max-width: 80%;
  max-height: 57%;
  transition: all 0.6s;
}
.cpxl .cpxl-nr .container .cpxlbox-swiper .swiper-wrapper .swiper-slide .cpxl-swiper .swiper-wrapper .swiper-slide .cpxl-cen a:hover img {
  transform: scale(1.04);
}
.cpxl .cpxl-nr .container .cpxlbox-swiper .swiper-wrapper .swiper-slide .cpxl-swiper .swiper-wrapper .swiper-slide .cpxl-rt {
  width: 27.2%;
}
.cpxl .cpxl-nr .container .cpxlbox-swiper .swiper-wrapper .swiper-slide .cpxl-swiper .swiper-wrapper .swiper-slide .cpxl-rt h4 {
  font-size: 1.35vw;
  text-align: right;
  letter-spacing: 1px;
  color: #333333;
}
.cpxl .cpxl-nr .container .cpxlbox-swiper .swiper-wrapper .swiper-slide .cpxl-swiper .swiper-wrapper .swiper-slide .cpxl-rt a {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #444444;
  display: block;
  margin-top: 10.3%;
}
.cpxl .cpxl-nr .container .cpxlbox-swiper .swiper-wrapper .swiper-slide .cpxl-swiper .swiper-wrapper .swiper-slide .cpxl-rt a ul li {
  background-color: #ffffff;
  border-radius: 1.771vw;
  display: flex;
  transition: all 0.5s;
  align-items: flex-start;
  padding: 4.71% 5% 4.71% 9%;
  margin-bottom: 6.6%;
}
.cpxl .cpxl-nr .container .cpxlbox-swiper .swiper-wrapper .swiper-slide .cpxl-swiper .swiper-wrapper .swiper-slide .cpxl-rt a ul li img {
  position: relative;
  top: 6px;
  margin-right: 7%;
}
.cpxl .cpxl-nr .container .cpxlbox-swiper .swiper-wrapper .swiper-slide .cpxl-swiper .swiper-wrapper .swiper-slide .cpxl-rt a ul li img:nth-child(2) {
  display: none;
}
.cpxl .cpxl-nr .container .cpxlbox-swiper .swiper-wrapper .swiper-slide .cpxl-swiper .swiper-wrapper .swiper-slide .cpxl-rt a ul li:hover {
  background-color: #337aa7;
  transform: translateX(-4px);
  color: #fff;
}
.cpxl .cpxl-nr .container .cpxlbox-swiper .swiper-wrapper .swiper-slide .cpxl-swiper .swiper-wrapper .swiper-slide .cpxl-rt a ul li:hover img:nth-child(2) {
  display: inline;
}
.cpxl .cpxl-nr .container .cpxlbox-swiper .swiper-wrapper .swiper-slide .cpxl-swiper .swiper-wrapper .swiper-slide .cpxl-rt a ul li:hover img:nth-child(1) {
  display: none;
}
.cpxl .cpxl-nr .container .cpxlbox-swiper .swiper-wrapper .swiper-slide .cpxl-swiper .swiper-wrapper .swiper-slide .cpxl-rt a ul li:last-child {
  margin-bottom: 0;
}
.cpxl .cpxl-nr .container .cpxlbox-swiper .swiper-wrapper .swiper-slide-active {
  opacity: 1 !important;
}
@keyframes xz {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
.sy-more {
  width: 136px;
  height: 42px;
  background-color: #337aa7;
  border-radius: 21px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  position: relative;
  overflow: hidden;
}
.sy-more p {
  display: flex;
  align-items: center;
  position: relative;
  font-size: 14px;
  letter-spacing: 1px;
  color: #ffffff;
  transition: all 0.5s;
  top: 0;
}
.sy-more p img {
  margin-left: 12px;
  position: relative;
  top: -1px;
}
.sy-more p:nth-child(2) {
  position: absolute;
  top: 70%;
  opacity: 0;
}
.sy-more:hover {
  background: #337aa7 !important;
  transform: translateX(4px);
}
.sy-more:hover p {
  color: #fff !important;
}
.sy-more:hover p:nth-child(1) {
  top: -30px;
  opacity: 0;
}
.sy-more:hover p:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
}
.sy-bt p:nth-child(1) {
  font-size: 2.708vw;
  color: #edeff5;
  opacity: 0.5;
}
.sy-bt p:nth-child(2) {
  font-size: 2.188vw;
  font-weight: bold;
  letter-spacing: 2px;
  color: #333333;
  margin-top: -1.7vw;
}
.yhal {
  margin-top: 3.2%;
  overflow: hidden;
}
.yhal .sy-bt {
  text-align: center;
}
.yhal .row {
  margin-top: 2.5%;
  margin-left: -4px;
  margin-right: -4px;
}
.yhal .row .yhal-items {
  padding: 0 4px;
}
.yhal .row .yhal-items .yhal-items-con {
  position: relative;
  height: 100%;
  transition: all 0.5s;
}
.yhal .row .yhal-items .yhal-items-con .yhal-bg {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
.yhal .row .yhal-items .yhal-items-con .yhal-bg p {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
}
.yhal .row .yhal-items .yhal-items-con .yhal-nr {
  position: relative;
  z-index: 2;
  padding-top: 11.2%;
  padding-bottom: 20.6%;
}
.yhal .row .yhal-items .yhal-items-con .yhal-nr div:nth-child(1) {
  text-align: center;
}
.yhal .row .yhal-items .yhal-items-con .yhal-nr div:nth-child(1) a {
  display: block;
}
.yhal .row .yhal-items .yhal-items-con .yhal-nr div:nth-child(1) a:nth-child(1) {
  font-size: 1.25vw;
  letter-spacing: 1px;
  color: #ffffff;
  margin-bottom: 1.2%;
}
.yhal .row .yhal-items .yhal-items-con .yhal-nr div:nth-child(1) a:nth-child(2) {
  font-size: 17px;
  letter-spacing: 1px;
  color: #ffffff;
}
.yhal .row .yhal-items .yhal-items-con .yhal-nr div:nth-child(2) {
  text-align: center;
  margin-top: 20.5%;
  height: 13.5vw;
}
.yhal .row .yhal-items .yhal-items-con .yhal-nr div:nth-child(2) a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.yhal .row .yhal-items .yhal-items-con .yhal-nr div:nth-child(2) a img {
  max-height: 100%;
  max-width: 80%;
  animation: sx 6s infinite linear;
  transition: all 0.5s;
}
.yhal .row .yhal-items .yhal-items-con:hover {
  transform: translateY(-4px);
}
.yhal .row .yhal-items .yhal-items-con:hover div:nth-child(2) a img {
  filter: drop-shadow(0 0 12px rgba(255, 255, 255, 0.6));
  transform: scale(1.03) !important;
}
.yhal .row .yhal-items:nth-child(2) {
  animation-delay: 0.3s;
}
.yhal .row .yhal-items:nth-child(3) {
  animation-delay: 0.6s;
}
.hzkh {
  background-color: #edf3f9;
  padding-top: 4%;
  position: relative;
}
.hzkh .hzkh-bg {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 63%;
  overflow: hidden;
}
.hzkh .hzkh-bg div {
  height: 100%;
}
.hzkh .hzkh-bg .bg {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  transition: all 2s ease-in-out;
  opacity: 1 !important;
  transform: scale(1.2) translateX(0);
}
.hzkh .container {
  position: relative;
  z-index: 2;
}
.hzkh .container .hzkh-con {
  background-color: #ffffff;
  margin-top: 3.5%;
  max-width: 64%;
  box-shadow: 0px 3px 18px 0px rgba(163, 163, 163, 0.14);
  padding: 3.01% 3% 1.75% 3%;
}
.hzkh .container .hzkh-con .kh-swiper .swiper-wrapper .swiper-slide {
  border-radius: 10px;
  overflow: hidden;
}
.hzkh .container .hzkh-con .kh-swiper .swiper-wrapper .swiper-slide div {
  border-radius: 10px;
  border: solid 1px #dfdfdf;
  transition: all 0.5s;
  width: 100%;
  height: 5.3vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hzkh .container .hzkh-con .kh-swiper .swiper-wrapper .swiper-slide div img {
  max-height: 82%;
  max-width: 82%;
}
.hzkh .container .hzkh-con .kh-swiper .swiper-wrapper .swiper-slide:hover div {
  border: solid 1px #337aa7;
}
.hzkh .container .hzkh-con .kh-swiper .swiper-wrapper .swiper-slide:hover div img {
  animation: 0.9s fd linear;
}
.hzkh .container .hzkh-con .hzkh-jt {
  display: flex;
  justify-content: center;
  margin-top: 3.8%;
}
.hzkh .container .hzkh-con .kh-prev,
.hzkh .container .hzkh-con .kh-next {
  width: auto;
  top: 0;
  height: auto;
  transition: all 0.4s;
  overflow: hidden;
  background: none;
  position: relative;
  bottom: 0;
  margin: 0 1.6%;
}
.hzkh .container .hzkh-con .kh-prev {
  left: 0;
}
.hzkh .container .hzkh-con .kh-prev img:nth-child(1) {
  transition: all 0.4s;
  left: 0;
  position: relative;
}
.hzkh .container .hzkh-con .kh-prev img:nth-child(2) {
  position: absolute;
  left: 100%;
  transition: all 0.4s;
}
.hzkh .container .hzkh-con .kh-prev:hover img:nth-child(1) {
  position: relative;
  left: -100%;
}
.hzkh .container .hzkh-con .kh-prev:hover img:nth-child(2) {
  left: 0%;
}
.hzkh .container .hzkh-con .kh-next:hover img:nth-child(1) {
  left: 100%;
}
.hzkh .container .hzkh-con .kh-next:hover img:nth-child(2) {
  left: 0%;
}
.hzkh .container .hzkh-con .kh-next {
  right: 0;
}
.hzkh .container .hzkh-con .kh-next img:nth-child(1) {
  transition: all 0.4s;
  position: relative;
  left: 0;
}
.hzkh .container .hzkh-con .kh-next img:nth-child(2) {
  position: absolute;
  left: -100%;
  transition: all 0.4s;
}
.hzkh .container .hzkh-con .kh-prev:after {
  display: none;
}
.hzkh .container .hzkh-con .kh-next:after {
  display: none;
}
.hzkh-bt {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hzkh-bt .sy-bt p:nth-child(1) {
  color: #dce7f1;
  opacity: 0.5;
}
.hzkh-bt .sy-more {
  background-color: #edf3f9;
}
.hzkh-bt .sy-more p {
  color: #333;
}
@keyframes fd {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.03);
  }
  100% {
    transform: scale(1);
  }
}
.suoxiao {
  opacity: 1 !important;
  transform: scale(1) translateX(0) !important;
}
.xwzx {
  margin-top: 4%;
  margin-bottom: 5.15%;
}
.xwzx .hzkh-bt .sy-bt p:nth-child(1) {
  color: #edeff5;
  opacity: 0.5;
}
.xwzx .xwzx-con {
  display: flex;
  justify-content: space-between;
  margin-top: 2%;
}
.xwzx .xwzx-con .xwzx-lf {
  border: solid 1px #e2e2e2;
  width: 46.51%;
  position: relative;
  padding-bottom: 4.1%;
  transition: all 0.5s;
}
.xwzx .xwzx-con .xwzx-lf a:nth-child(1) {
  overflow: hidden;
  display: block;
}
.xwzx .xwzx-con .xwzx-lf a:nth-child(1) p {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 22.1vw;
  transition: all 0.8s;
}
.xwzx .xwzx-con .xwzx-lf a:nth-child(2) {
  margin-top: 4.7%;
  font-size: 1.25vw;
  letter-spacing: 1px;
  color: #333333;
  transition: all 0.5s;
  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;
  margin-left: 4%;
  margin-right: 4%;
}
.xwzx .xwzx-con .xwzx-lf a:nth-child(3) {
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: 1px;
  color: #777777;
  transition: all 0.5s;
  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;
  margin-left: 4%;
  margin-right: 4%;
  margin-top: 2.3%;
}
.xwzx .xwzx-con .xwzx-lf::after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 100%;
  height: 6px;
  background-color: #337aa7;
}
.xwzx .xwzx-con .xwzx-lf:hover {
  box-shadow: 1px 1px 20px rgba(51, 122, 167, 0.5);
}
.xwzx .xwzx-con .xwzx-lf:hover a:nth-child(1) p {
  transform: scale(1.03);
}
.xwzx .xwzx-con .xwzx-lf:hover a:nth-child(2),
.xwzx .xwzx-con .xwzx-lf:hover a:nth-child(3) {
  color: #337aa7;
}
.xwzx .xwzx-con .xwzx-rt {
  width: 49.6%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.xwzx .xwzx-con .xwzx-rt .xwzx-items {
  flex: 1;
  border: solid 1px #fff;
  transition: all 0.5s;
  position: relative;
  padding: 4.2% 3.2% 6.2% 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.xwzx .xwzx-con .xwzx-rt .xwzx-items p {
  font-size: 16px;
  color: #666666;
  font-family: ArialMT;
}
.xwzx .xwzx-con .xwzx-rt .xwzx-items a:nth-child(2) {
  font-size: 1.25vw;
  letter-spacing: 1px;
  line-height: 1.46;
  color: #333333;
  transition: all 0.5s;
  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;
  margin-top: 0.5%;
  margin-bottom: 2.5%;
}
.xwzx .xwzx-con .xwzx-rt .xwzx-items a:nth-child(3) {
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: 1px;
  color: #777777;
  transition: all 0.5s;
  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;
  transform: scaleY(0);
  transform-origin: top left;
  opacity: 0;
  visibility: hidden;
  height: 0;
}
.xwzx .xwzx-con .xwzx-rt .xwzx-items::after {
  position: absolute;
  content: '';
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 50%;
  height: 6px;
  background-color: #337aa7;
  opacity: 0;
  transition: all 0.5s;
}
.xwzx .xwzx-con .xwzx-rt .xwzx-items:hover {
  border: 1px solid #e2e2e2;
}
.xwzx .xwzx-con .xwzx-rt .xwzx-items:hover a:nth-child(3) {
  opacity: 1;
  visibility: visible;
  height: 48px;
  transform: scaleY(1);
}
.xwzx .xwzx-con .xwzx-rt .xwzx-items:hover a:nth-child(2) {
  color: #337aa7;
}
.xwzx .xwzx-con .xwzx-rt .xwzx-items:hover::after {
  width: 100%;
  opacity: 1;
}
.xwzx .xwzx-con .xwzx-rt .xwzx-items:nth-child(2) {
  animation-delay: 0.3s;
}
.xwzx .xwzx-con .xwzx-rt .xwzx-items:nth-child(3) {
  animation-delay: 0.6s;
}
.foot {
  background: url(../images/foot-bg.jpg) no-repeat center center;
  background-size: cover;
}
.foot .foot-tp {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding-top: 2.7%;
  padding-bottom: 2%;
}
.foot .foot-tp .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.foot .foot-tp .container .foot-logo {
  width: 16.2%;
}
.foot .foot-tp .container ul {
  display: flex;
  justify-content: flex-end;
  flex: 1;
}
.foot .foot-tp .container ul li {
  margin-left: 2.9%;
}
.foot .foot-tp .container ul li a {
  font-size: 16px;
  letter-spacing: 1px;
  color: #ffffff;
  transition: all 0.5s;
}
.foot .foot-tp .container ul li a:hover {
  color: #337aa7;
}
.foot .foot-tp .container ul li:nth-child(1) {
  margin-left: 0;
}
.foot .foot-cen {
  display: flex;
  margin-top: 5%;
}
.foot .foot-cen ul:nth-child(1) {
  display: flex;
  align-items: flex-start;
}
.foot .foot-cen ul:nth-child(1) li {
  border: solid 1px rgba(255, 255, 255, 0.3);
  padding: 0.8vw;
}
.foot .foot-cen ul:nth-child(1) li img {
  width: 6.52vw;
}
.foot .foot-cen ul:nth-child(1) li:nth-child(1) {
  margin-right: 2.2vw;
}
.foot .foot-cen ul:nth-child(2) {
  display: flex;
  margin-left: 5%;
}
.foot .foot-cen ul:nth-child(2) li {
  max-width: 274px;
  margin-right: 4.3vw;
  word-break: break-all;
}
.foot .foot-cen ul:nth-child(2) li div:nth-child(2) {
  font-size: 16px;
  letter-spacing: 1px;
  color: #ffffff;
  opacity: 0.7;
  margin-top: 1.3vw;
}
.foot .foot-cen ul:nth-child(2) li div:nth-child(3),
.foot .foot-cen ul:nth-child(2) li a {
  font-family: ArialMT;
  font-size: 20px;
  letter-spacing: 1px;
  color: #ffffff;
  transition: all 0.5s;
  display: block;
  margin-top: 0.25vw;
}
.foot .foot-cen ul:nth-child(2) li a:hover {
  color: #337aa7;
}
.foot .foot-cen ul:nth-child(2) li:nth-child(1) div:nth-child(3) {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 1px;
  color: #ffffff;
  margin-top: 0.6vw;
}
.foot .foot-cen ul:nth-child(2) li:last-child {
  margin-right: 0;
  max-width: 300px;
}
.foot .foot-bt {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  margin-top: 5.5%;
  padding: 1.25% 0;
}
.foot .foot-bt .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.foot .foot-bt .container p {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  font-family: var(--Noto-Sans-SC);
}
.foot .foot-bt .container p img {
  margin-right: 8px;
}
.foot .foot-bt .container p a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  transition: all 0.5s;
  margin-left: 8px;
}
.foot .foot-bt .container p a:hover {
  color: #fff;
}
.foot .foot-bt .container div {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  display: flex;
  font-family: var(--Noto-Sans-SC);
}
.foot .foot-bt .container div ul {
  display: flex;
}
.foot .foot-bt .container div ul li {
  position: relative;
  padding: 0 8px;
}
.foot .foot-bt .container div ul li a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  display: block;
  transition: all 0.5s;
}
.foot .foot-bt .container div ul li a:hover {
  color: #fff;
}
.foot .foot-bt .container div ul li::after {
  position: absolute;
  right: 0;
  top: 53%;
  transform: translateY(-50%);
  content: '';
  width: 1px;
  height: 12px;
  background: #747b88;
}
.foot .foot-bt .container div ul li:last-child {
  padding-right: 0;
}
.foot .foot-bt .container div ul li:nth-child(1) {
  padding-left: 0;
}
.foot .foot-bt .container div ul li:last-child::after {
  display: none;
}
@keyframes bsx {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.i-ban {
  overflow: hidden;
  position: relative;
}
.i-ban .i-bg {
  animation: bsx 4s 0s forwards;
  transform: scale(1.2);
}
.i-ban .i-bg img {
  max-width: 101%;
  min-width: 100%;
}
.i-ban .iban-con {
  position: absolute;
  left: 50%;
  top: 46%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.i-ban .iban-con p:nth-child(1) {
  font-size: 4.17vw;
  color: #ffffff;
  font-family: var(--Montserrat);
  font-weight: 800;
  opacity: 0.1 !important;
}
.i-ban .iban-con p:nth-child(2) {
  font-size: 2.708vw;
  font-weight: bold;
  letter-spacing: 2px;
  color: #ffffff;
  margin-top: -4.5vw;
}
.i-ban .iban-con div {
  font-size: 20px;
  font-family: var(--Noto-Sans-SC);
  letter-spacing: 1px;
  color: #ffffff;
  font-weight: 200;
  margin-top: 1.2%;
}
.ny-head .head-cen .head-rt .head-lx {
  background-color: #ffffff;
  color: #337aa7;
}
.i-crumb {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  background: rgba(255, 255, 255, 0.2);
  height: 3.95vw;
  display: flex;
  align-items: center;
}
.i-crumb .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.i-crumb .container ul {
  display: flex;
  flex: 1;
}
.i-crumb .container ul li {
  margin-right: 8%;
}
.i-crumb .container ul li a {
  font-size: 22px;
  letter-spacing: 1px;
  color: #ffffff;
  position: relative;
}
.i-crumb .container ul li img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.85vw;
  width: 0.938vw;
  opacity: 0;
  transition: all 0.5s;
}
.i-crumb .container ul li:hover img {
  opacity: 1;
}
.i-crumb .container ul .active a {
  font-weight: bold;
}
.i-crumb .container ul .active img {
  opacity: 1;
}
.i-crumb .container ul li:last-child {
  margin-right: 0;
}
.i-crumb .container p {
  display: flex;
  align-items: center;
  font-size: 16px;
  letter-spacing: 1px;
  color: #ffffff;
}
.i-crumb .container p a {
  font-size: 16px;
  letter-spacing: 1px;
  color: #ffffff;
  margin: 0 5px;
}
.g-jj {
  margin-top: 6.5%;
}
.g-jj .g-jj-nr {
  font-size: 18px;
  line-height: 2.22;
  letter-spacing: 1px;
  color: #333333;
  margin-top: 2%;
}
.g-jj .g-jj-sz {
  margin-top: 2.7%;
  position: relative;
}
.g-jj .g-jj-sz .g-jj-bg {
  overflow: hidden;
}
.g-jj .g-jj-sz .g-jj-bg .bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 33vw;
  transition: all 2s;
  opacity: 1 !important;
  transform: scale(1.1);
}
.g-jj .g-jj-sz ul {
  display: flex;
  justify-content: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 10%;
  width: 100%;
  white-space: nowrap;
}
.g-jj .g-jj-sz ul li {
  margin: 0 5vw;
}
.g-jj .g-jj-sz ul li div:nth-child(1) {
  display: flex;
  align-items: flex-end;
}
.g-jj .g-jj-sz ul li div:nth-child(1) p:nth-child(1) {
  font-size: 2.708vw;
  font-weight: bold;
  color: #ffffff;
  font-family: var(--Abel);
  margin-right: 6px;
}
.g-jj .g-jj-sz ul li div:nth-child(1) p:nth-child(2) {
  font-size: 12px;
  color: #ffffff;
  position: relative;
  top: -1.15vw;
}
.g-jj .g-jj-sz ul li div:nth-child(1) p:nth-child(3) {
  font-size: 22px;
  font-weight: bold;
  color: #ffffff;
  font-family: var(--Abel);
  font-weight: 500;
  position: relative;
  top: -2.1vw;
}
.g-jj .g-jj-sz ul li div:nth-child(2) {
  font-size: 16px;
  font-family: var(--Noto-Sans-SC);
  color: #ffffff;
  font-weight: 300;
  margin-top: -0.8vw;
}
.gs-bt p:nth-child(2) {
  margin-top: -2.7vw;
  position: relative;
  z-index: 2;
}
.g-zz {
  margin-top: 4.1%;
}
.g-zz .gs-bt {
  text-align: center;
}
.g-zz .g-zz-con {
  margin-top: 2.5%;
}
.g-zz .g-zz-con .zz-swiper .swiper-wrapper .swiper-slide {
  box-shadow: 0px 0px 10px 0px rgba(94, 94, 94, 0.15);
  border: solid 1px #f2f2f2;
  padding: 1% 1% 1.2% 1%;
  transition: all 0.3s;
}
.g-zz .g-zz-con .zz-swiper .swiper-wrapper .swiper-slide div:nth-child(1) {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f0f5fa;
  height: 14vw;
}
.g-zz .g-zz-con .zz-swiper .swiper-wrapper .swiper-slide div:nth-child(1) img {
  max-height: 80%;
  max-width: 80%;
}
.g-zz .g-zz-con .zz-swiper .swiper-wrapper .swiper-slide div:nth-child(2) {
  margin-top: 9%;
}
.g-zz .g-zz-con .zz-swiper .swiper-wrapper .swiper-slide div:nth-child(2) p:nth-child(1) {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #333333;
}
.g-zz .g-zz-con .zz-swiper .swiper-wrapper .swiper-slide div:nth-child(2) p:nth-child(2) {
  font-size: 18px;
  line-height: 1.5;
  color: #333333;
  margin-top: 5%;
}
.g-zz .g-zz-con .zz-swiper .swiper-wrapper .swiper-slide:hover {
  border: solid 1px #3b7fac;
}
.g-zz .g-zz-con .zz-swiper .swiper-wrapper .swiper-slide:hover div:nth-child(1) img {
  animation: 0.9s fd linear;
}
.g-zz .g-zz-con .zz-pagination {
  position: relative;
  bottom: 0;
  margin: 0;
  left: 0;
  height: 4px;
  background-color: #f0f5fa;
  margin-top: 2.6%;
}
.g-zz .g-zz-con .zz-pagination .swiper-pagination-progressbar-fill {
  background-color: #337aa7;
}
.g-yh {
  background: url(../images/yh-bg.jpg) no-repeat center center;
  background-size: cover;
  margin-top: 6%;
  padding-top: 3%;
  padding-bottom: 4%;
}
.g-yh .container .gs-bt {
  text-align: center;
}
.g-yh .container .gs-bt p:nth-child(1) {
  color: #ffffff;
  opacity: 0.1;
}
.g-yh .container .gs-bt p:nth-child(2) {
  color: #ffffff;
}
.g-yh .container .g-yh-con {
  margin-top: 3%;
}
.g-yh .container .g-yh-con .g-yh-dan,
.g-yh .container .g-yh-con .g-yh-shuang {
  display: flex;
  justify-content: center;
  margin-top: -1.2vw;
}
.g-yh .container .g-yh-con .g-yh-dan div,
.g-yh .container .g-yh-con .g-yh-shuang div {
  position: relative;
  margin: 0 0.7vw;
}
.g-yh .container .g-yh-con .g-yh-dan div img:nth-child(1),
.g-yh .container .g-yh-con .g-yh-shuang div img:nth-child(1) {
  width: 7.7vw;
}
.g-yh .container .g-yh-con .g-yh-dan div img:nth-child(2),
.g-yh .container .g-yh-con .g-yh-shuang div img:nth-child(2) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 60%;
  max-width: 86%;
  transition: all 0.5s;
}
.g-yh .container .g-yh-con .g-yh-dan div:hover img:nth-child(2),
.g-yh .container .g-yh-con .g-yh-shuang div:hover img:nth-child(2) {
  transform: translate(-50%, -50%) scale(1.02);
}
.g-yh .container .g-yh-con .g-yh-dan:nth-child(1) {
  margin-top: 0;
}
.g-yj {
  position: relative;
  margin-top: 5.7%;
  margin-bottom: 5.7%;
  padding: 3.8% 5% 5%;
  padding-bottom: 5.7%;
}
.g-yj .gs-bt {
  position: relative;
  padding-bottom: 1.9%;
  margin-bottom: 2.6%;
}
.g-yj .gs-bt p:nth-child(1) {
  color: #edeff5;
  opacity: 0.11;
}
.g-yj .gs-bt p:nth-child(2) {
  color: #ffffff;
}
.g-yj .gs-bt::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 63px;
  height: 2px;
  background-color: #ffffff;
}
.g-yj .yj-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.g-yj .yj-bg div {
  height: 100%;
}
.g-yj .yj-bg .bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  transition: all 2s;
  opacity: 1 !important;
  transform: scale(1.1);
}
.g-yj .g-yj-con {
  font-size: 1.35vw;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #ffffff;
  position: relative;
  z-index: 2;
}
.g-yj .g-yj-con em {
  font-size: 1.57vw;
  font-weight: bold;
}
#Profile {
  top: -8%;
}
#Qualification {
  top: -14%;
}
#Users {
  top: -8%;
}
#Vision {
  top: -16%;
}
.c-con {
  margin-bottom: 3.3%;
}
.c-con h3:nth-child(1) {
  margin-top: 6%;
}
.c-con h3 {
  font-size: 2.188vw;
  font-weight: bold;
  text-align: center;
  letter-spacing: 2px;
  color: #333333;
  margin-top: 4%;
}
.c-con .row {
  margin-top: 4%;
  margin-left: -1%;
  margin-right: -1%;
}
.c-con .row .c-items {
  padding: 0 1%;
  margin-bottom: 2%;
}
.c-con .row .c-items .c-items-con {
  background-color: #ffffff;
  border: solid 1px #e4ebf1;
  padding: 7.5% 6% 7.7% 6%;
  position: relative;
  transition: all 0.5s;
  height: 100%;
}
.c-con .row .c-items .c-items-con .c-items-xf {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url(../images/cp-bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 5%;
  padding-top: 6.5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
.c-con .row .c-items .c-items-con .c-items-xf .c-bt {
    margin-top: 0;
    display: block;
    height: auto;
}
.c-con .row .c-items .c-items-con .c-items-xf .c-bt a:nth-child(1) {
  color: #ffffff;
}
.c-con .row .c-items .c-items-con .c-items-xf .c-bt a:nth-child(2) {
  color: #ffffff;
}
.c-con .row .c-items .c-items-con .c-items-xf .c-bt a:nth-child(2) img {
  transition: all 0.4s;
}
.c-con .row .c-items .c-items-con .c-items-xf .c-bt a:nth-child(2):hover img {
  transform: rotateZ(360deg);
}
.c-con .row .c-items .c-items-con .c-items-xf .c-thumb {
  margin-top: 7%;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.9);
  transition: all 0.5s;
}
.c-con .row .c-items .c-items-con .c-thumb {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 12.87vw;
}
.c-con .row .c-items .c-items-con .c-thumb img {
  transition: all 0.5s;
  max-height: 100%;
  max-width: 90%;
}
.c-con .row .c-items .c-items-con .c-bt {
    margin-top: 4.2%;
    height: calc(100% - 13.95vw);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.c-con .row .c-items .c-items-con .c-bt a:nth-child(1) {
  display: block;
  text-align: center;
  font-size: 1.15vw;
  letter-spacing: 1px;
  color: #333333;
  line-height: 1.5;
}
.c-con .row .c-items .c-items-con .c-bt a:nth-child(2) {
  font-size: 16px;
  letter-spacing: 1px;
  color: #0068b7;
  display: flex;
  width: fit-content;
  margin: 0 auto;
  align-items: center;
  margin-top: 1.4%;
}
.c-con .row .c-items .c-items-con .c-bt a:nth-child(2) img {
  margin-left: 14px;
}
.c-con .row .c-items .c-items-con:hover .c-items-xf {
  opacity: 1;
  visibility: visible;
}
.c-con .row .c-items .c-items-con:hover .c-items-xf .c-thumb {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.cshow-jj {
  margin-top: 5.3%;
}
.cshow-jj .cshow-jj-con {
  display: flex;
  background-color: #f4f8fb;
  margin-top: 4%;
}
.cshow-jj .cshow-jj-con .cshow-jj-lf {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 6.45% 3%;
}
.cshow-jj .cshow-jj-con .cshow-jj-lf ul li {
  font-size: 18px;
  line-height: 2.1;
  letter-spacing: 1px;
  color: #444444;
  display: flex;
}
.cshow-jj .cshow-jj-con .cshow-jj-lf ul li em {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0px;
  color: #227cc1;
  white-space: nowrap;
  position: relative;
  top: -5px;
}
.cshow-jj .cshow-jj-con .cshow-jj-rt {
  width: 50.15%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4% 0;
}
.cshow-jj .cshow-jj-con .cshow-jj-rt .cshow-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cshow-jj .cshow-jj-con .cshow-jj-rt .cshow-bg div {
  height: 100%;
}
.cshow-jj .cshow-jj-con .cshow-jj-rt .cshow-bg .bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
}
.cshow-jj .cshow-jj-con .cshow-jj-rt img {
  max-height: 100%;
  position: relative;
  z-index: 2;
  max-width: 80%;
  top: 1.2vw;
  transition: all 0.5s;
}
.cshow-jj .cshow-jj-con .cshow-jj-rt:hover img {
  transform: scale(1.03);
  filter: drop-shadow(0 0 12px rgba(255, 255, 255, 0.6));
}
.cs-bt {
  font-size: 2.188vw;
  font-weight: bold;
  letter-spacing: 2px;
  color: #333333;
  text-align: center;
}
.cshow-cs {
  margin-top: 5.5%;
  margin-bottom: 5.2%;
}
.cshow-cs div {
  margin-top: 2.2%;
}
.cshow-cs div table {
  width: 100%;
}
.cshow-cs div table tr {
  background-color: #f4f8fb;
}
.cshow-cs div table tr td {
  font-size: 18px;
  color: #333333;
  line-height: 1.5;
  border-right: 1px solid #d4e5f2;
  padding: 0.7% 1.3vw 0.7% 4.5vw;
}
.cshow-cs div table tr:last-child td{
    border-bottom: 1px solid #d4e5f2;
}
.cshow-cs div table tr td:last-child {
  border-right: none;
}
.cshow-cs div table tr td:nth-child(1) {
  /*width: 22.6%;*/
}
.cshow-cs div table tr:nth-child(2n) {
  background-color: #fff;
}
.jy-con {
  margin-top: 5.3%;
  margin-bottom: 3.6%;
}
.jy-con .cs-bt {
  font-size: 2.188vw;
  font-weight: bold;
  letter-spacing: 2px;
  color: #333333;
  text-align: center;
  margin-top: 4.4%;
}
.jy-con .cs-bt:nth-child(1) {
  margin-top: 0;
}
.jy-con ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 4%;
}
.jy-con ul li {
  width: 49.12%;
  position: relative;
  margin-bottom: 1.7%;
}
.jy-con ul li .jy-bg {
  overflow: hidden;
  position: relative;
}
.jy-con ul li .jy-bg p {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 25vw;
  transition: all 1s;
}
.jy-con ul li .jy-bg::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  background: url(../images/tmbj.png) no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 62%;
}
.jy-con ul li .jy-bt {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3.75% 5%;
}
.jy-con ul li .jy-bt a:nth-child(1) {
  font-size: 1.25vw;
  font-weight: bold;
  flex: 1;
  letter-spacing: 1px;
  color: #ffffff;
  line-height: 1.5;
  padding-right: 5%;
  transition: all 0.5s;
}
.jy-con ul li .jy-bt a:nth-child(2) {
  display: flex;
  align-items: center;
  font-size: 16px;
  letter-spacing: 1px;
  color: #ffffff;
  transition: all 0.5s;
}
.jy-con ul li .jy-bt a:nth-child(2) img {
  transition: all 0.5s;
  margin-left: 0.95vw;
}
.jy-con ul li .jy-bt a:nth-child(2):hover {
  transform: translateX(-3px);
}
.jy-con ul li .jy-bt a:nth-child(2):hover img {
  transform: rotateZ(360deg);
}
.jy-con ul li:hover .jy-bg p {
  transform: scale(1.04);
}
.jy-con ul li:hover .jy-bt a:nth-child(1) {
  color: #0068b7;
}
.gd-con {
  margin-top: 5.3%;
  margin-bottom: 5.2%;
}
.gd-con .gd-cont {
  display: flex;
  justify-content: space-between;
  margin-top: 4%;
}
.gd-con .gd-cont .gd-content {
  position: relative;
}
.gd-con .gd-cont .gd-content .gd-bg {
  overflow: hidden;
  position: relative;
}
.gd-con .gd-cont .gd-content .gd-bg p {
  transition: all 0.8s;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
}
.gd-con .gd-cont .gd-content .gd-bg::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  background: url(../images/gd-bg1.png) no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 62%;
}
.gd-con .gd-cont .gd-content .gd-nr {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0 0.8vw 1.1vw 2.3vw;
}
.gd-con .gd-cont .gd-content .gd-nr a:nth-child(1) {
  font-size: 1.25vw;
  letter-spacing: 1px;
  color: #ffffff;
  font-weight: bold;
}
.gd-con .gd-cont .gd-content .gd-nr a:nth-child(2) {
  transition: all 0.5s;
  display: flex;
  align-items: center;
  font-size: 16px;
  letter-spacing: 1px;
  color: #ffffff;
  margin-top: 0.7vw;
}
.gd-con .gd-cont .gd-content .gd-nr a:nth-child(2) img {
  margin-left: 12px;
  transition: all 0.5s;
}
.gd-con .gd-cont .gd-content .gd-nr a:nth-child(2):hover {
  transform: translateX(4px);
}
.gd-con .gd-cont .gd-content .gd-nr a:nth-child(2):hover img {
  transform: rotateZ(360deg);
}
.gd-con .gd-cont .gd-content:hover .gd-bg p {
  transform: scale(1.03);
}
.gd-con .gd-cont .gd-cont-lf {
  width: 65%;
}
.gd-con .gd-cont .gd-cont-lf .gd-cont-lf-tp .gd-content .gd-bg p {
  height: 23.78vw;
}
.gd-con .gd-cont .gd-cont-lf .gd-cont-lf-tp .gd-nr {
  padding-bottom: 2.1vw;
}
.gd-con .gd-cont .gd-cont-lf ul {
  display: flex;
  justify-content: space-between;
  margin-top: 1.55%;
}
.gd-con .gd-cont .gd-cont-lf ul li {
  width: 46.3%;
}
.gd-con .gd-cont .gd-cont-lf ul li .gd-content .gd-bg p {
  height: 16.1vw;
}
.gd-con .gd-cont .gd-cont-lf ul li:nth-child(2) {
  width: 52.2%;
}
.gd-con .gd-cont .gd-cont-rt {
  width: 34.1%;
}
.gd-con .gd-cont .gd-cont-rt .gd-content {
  height: 100%;
}
.gd-con .gd-cont .gd-cont-rt .gd-content .gd-bg {
  height: 100%;
}
.gd-con .gd-cont .gd-cont-rt .gd-content .gd-bg p {
  height: 100%;
}
.gd-con .gd-cont .gd-cont-rt .gd-content .gd-bg::after {
  height: 24%;
}
.yh-zx {
  margin-top: 3.85%;
}
.yh-zx .sy-bt {
  text-align: center;
}
.yh-zx-con {
  margin-left: -1.05%;
  margin-right: -1.05%;
  margin-top: 3.2%;
}
.yh-zx-con .yh-zx-items {
  padding: 0 1.05%;
}
.yh-zx-con .yh-zx-items .yh-zx-items-con {
  position: relative;
}
.yh-zx-con .yh-zx-items .yh-zx-items-con .yh-zx-bg {
  display: block;
  overflow: hidden;
}
.yh-zx-con .yh-zx-items .yh-zx-items-con .yh-zx-bg p {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 35.48vw;
  transition: all 1s;
}
.yh-zx-con .yh-zx-items .yh-zx-items-con .yh-zx-nr {
  border: solid 1px #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: '';
  width: 95.9%;
  height: 96.6%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
  padding: 0 5% 11.8% 5%;
}
.yh-zx-con .yh-zx-items .yh-zx-items-con .yh-zx-nr div {
  width: fit-content;
}
.yh-zx-con .yh-zx-items .yh-zx-items-con .yh-zx-nr div:nth-child(1) {
  transition: all 0.5s;
  font-size: 1.455vw;
  font-weight: bold;
  letter-spacing: 1px;
  color: #ffffff;
}
.yh-zx-con .yh-zx-items .yh-zx-items-con .yh-zx-nr div:nth-child(2) {
  font-size: 18px;
  letter-spacing: 1px;
  color: #ffffff;
  line-height: 1.5;
  margin-top: 1%;
  transition: all 0.5s;
}
.yh-zx-con .yh-zx-items .yh-zx-items-con .yh-zx-nr::before {
  width: 0%;
  height: 0%;
  left: -1px;
  bottom: -1px;
  position: absolute;
  border-left: 1px solid #0068b7;
  border-bottom: 1px solid #0068b7;
  content: '';
  opacity: 0;
  transition: all 0.5s;
}
.yh-zx-con .yh-zx-items .yh-zx-items-con .yh-zx-nr::after {
  width: 0%;
  height: 0%;
  right: -1px;
  top: -1px;
  position: absolute;
  border-right: 1px solid #0068b7;
  border-top: 1px solid #0068b7;
  content: '';
  opacity: 0;
  transition: all 0.5s;
}
.yh-zx-con .yh-zx-items .yh-zx-items-con:hover .yh-zx-bg p {
  transform: scale(1.04);
}
.yh-zx-con .yh-zx-items .yh-zx-items-con:hover .yh-zx-nr div:nth-child(1),
.yh-zx-con .yh-zx-items .yh-zx-items-con:hover .yh-zx-nr div:nth-child(2) {
  color: #0068b7;
}
.yh-zx-con .yh-zx-items .yh-zx-items-con:hover .yh-zx-nr::before {
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  opacity: 1;
}
.yh-zx-con .yh-zx-items .yh-zx-items-con:hover .yh-zx-nr::after {
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  opacity: 1;
}
.yh-zx-con .yh-zx-items:nth-child(2) {
  animation-delay: 0.3s;
}
.yh-zx-con .yh-zx-items:nth-child(3) {
  animation-delay: 0.6s;
}
.yh-xx {
  margin-top: 4.5%;
  margin-bottom: 5%;
}
.yh-xx .sy-bt {
  text-align: center;
}
.yh-xx .yh-xx-con {
  display: flex;
  justify-content: space-between;
  margin-top: 3.7%;
}
.yh-xx .yh-xx-con .yh-xx-lf {
  width: 43.55%;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.5s;
}
.yh-xx .yh-xx-con .yh-xx-lf a:nth-child(1) {
  display: block;
  overflow: hidden;
  height: 100%;
}
.yh-xx .yh-xx-con .yh-xx-lf a:nth-child(1) p {
  transition: all 0.8s;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
}
.yh-xx .yh-xx-con .yh-xx-lf a:nth-child(2) {
  position: absolute;
  width: 100%;
  bottom: 0;
  text-align: center;
  font-size: 1.15vw;
  font-weight: bold;
  letter-spacing: 1px;
  color: #ffffff;
  background: url(../images/xx-bg.png) no-repeat;
  background-size: 100% 100%;
  padding: 8.3% 5% 2.3% 5%;
}
.yh-xx .yh-xx-con .yh-xx-lf a:nth-child(2) p {
  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;
}
.yh-xx .yh-xx-con .yh-xx-lf:hover {
  box-shadow: 1px 1px 15px rgba(51, 122, 167, 0.5);
}
.yh-xx .yh-xx-con .yh-xx-lf:hover a:nth-child(1) p {
  transform: scale(1.04);
}
.yh-xx .yh-xx-con .yh-xx-rt {
  width: 52.7%;
}
.yh-xx .yh-xx-con .yh-xx-rt ul li {
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
  padding-top: 2.2%;
  padding-bottom: 4.6%;
  transition: all 0.5s;
}
.yh-xx .yh-xx-con .yh-xx-rt ul li div:nth-child(1) {
  text-align: center;
}
.yh-xx .yh-xx-con .yh-xx-rt ul li div:nth-child(1) h4 {
  font-family: ArialMT;
  font-size: 2.188vw;
  color: #4a4a4a;
  font-weight: bold;
}
.yh-xx .yh-xx-con .yh-xx-rt ul li div:nth-child(1) p {
  font-family: ArialMT;
  font-size: 16px;
  color: #4a4a4a;
  margin-top: -0.3vw;
}
.yh-xx .yh-xx-con .yh-xx-rt ul li div:nth-child(2) {
  flex: 1;
  position: relative;
  margin-left: 3.5%;
  padding-left: 3.3%;
}
.yh-xx .yh-xx-con .yh-xx-rt ul li div:nth-child(2) a:nth-child(1) {
  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.4s;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #151515;
}
.yh-xx .yh-xx-con .yh-xx-rt ul li div:nth-child(2) a:nth-child(2) {
  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;
  font-size: 16px;
  color: #4a4a4a;
  margin-top: 4px;
}
.yh-xx .yh-xx-con .yh-xx-rt ul li div:nth-child(2)::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  width: 1px;
  height: 100%;
  background-color: #dcdcdc;
}
.yh-xx .yh-xx-con .yh-xx-rt ul li:hover {
  transform: translateX(3px);
}
.yh-xx .yh-xx-con .yh-xx-rt ul li:hover div:nth-child(2) a:nth-child(1) {
  color: #0068b7;
}
.kc-crumb .container ul li {
  margin-right: 3.5%;
}
.kc-crumb .container ul li a {
  font-size: 20px;
}
.k-con {
  margin-top: 5%;
  margin-bottom: 3%;
}
.k-con .yh-zx-con {
  margin-left: -1.09%;
  margin-right: -1.09%;
}
.k-con .yh-zx-con .yh-zx-items .yh-zx-items-con .yh-zx-bg p {
  height: 17.709vw;
}
.k-con .yh-zx-con .yh-zx-items {
  padding: 0 1.09%;
  margin-bottom: 2.328%;
}
.k-con .yh-zx-con .yh-zx-items .yh-zx-items-con .yh-zx-nr {
  height: 93.6%;
  padding: 0 5% 5.3% 5%;
}
.k-con .yh-zx-con .yh-zx-items .yh-zx-items-con .yh-zx-nr div {
  color: #fff !important;
}
.zn-con {
  margin-top: 5%;
  margin-bottom: 3%;
}
.zn-con .row {
  margin-top: 3.5%;
  margin-left: -1.08%;
  margin-right: -1.08%;
}
.zn-con .row .zn-items {
  padding: 0 1.08%;
  margin-bottom: 2.2%;
}
.zn-con .row .zn-items .zn-items-con {
  background-color: #f4f8fb;
  height: 100%;
  transition: all 0.5s;
}
.zn-con .row .zn-items .zn-items-con a:nth-child(1) {
  display: block;
  overflow: hidden;
}
.zn-con .row .zn-items .zn-items-con a:nth-child(1) p {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 17.75vw;
  transition: all 1s;
}
.zn-con .row .zn-items .zn-items-con a:nth-child(2) {
  display: block;
  text-align: center;
  font-size: 1.25vw;
  transition: all 0.5s;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #333333;
  padding: 3.4% 4%;
}
.zn-con .row .zn-items .zn-items-con:hover a:nth-child(1) p {
  transform: scale(1.04);
}
.zn-con .row .zn-items .zn-items-con:hover a:nth-child(2) {
  color: #0068b7;
}
.xz-con {
  margin-top: 5%;
  margin-bottom: 5.3%;
}
.xz-con ul:nth-child(2) {
  width: 1445px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 3.15%;
  margin-bottom: 3%;
}
.xz-con ul:nth-child(2) li {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  transition: all 0.5s;
  margin-bottom: 1.5%;
}
.xz-con ul:nth-child(2) li div:nth-child(1) {
  display: flex;
  flex: 1;
  align-items: center;
  padding-left: 1.5%;
  padding-right: 5%;
}
.xz-con ul:nth-child(2) li div:nth-child(1) img {
  width: 26px;
  margin-right: 13px;
}
.xz-con ul:nth-child(2) li div:nth-child(1) img:nth-child(2) {
  display: none;
}
.xz-con ul:nth-child(2) li div:nth-child(1) a {
  font-size: 16px;
  transition: all 0.5s;
  letter-spacing: 1px;
  color: #999999;
  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;
}
.xz-con ul:nth-child(2) li div:nth-child(2) {
  display: flex;
  align-items: center;
}
.xz-con ul:nth-child(2) li div:nth-child(2) a:nth-child(1) {
  margin-right: 15px;
  width: 1.6vw;
}
.xz-con ul:nth-child(2) li div:nth-child(2) a:nth-child(2) {
  background-color: #eaeaea;
  transition: all 0.5s;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.xz-con ul:nth-child(2) li div:nth-child(2) a:nth-child(2) img {
  width: 45%;
}
.xz-con ul:nth-child(2) li:hover {
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.15);
  transform: translate(3px, 1px);
}
.xz-con ul:nth-child(2) li:hover div:nth-child(1) img:nth-child(2) {
  display: inline;
}
.xz-con ul:nth-child(2) li:hover div:nth-child(1) img:nth-child(1) {
  display: none;
}
.xz-con ul:nth-child(2) li:hover div:nth-child(1) a {
  color: #0068b7;
}
.xz-con ul:nth-child(2) li:hover div:nth-child(2) a:nth-child(2) {
  background-color: #0068b7;
}
.pagination {
  display: flex;
  justify-content: center;
}
.pagination li {
  margin: 0 5px;
}
.pagination li a {
  display: block;
  transition: all 0.5s;
  font-size: 14px;
  letter-spacing: 1px;
  color: #999999;
  background-color: #ddebf6;
  border-radius: 4px;
  padding: 6.75px 14.4px;
}
.pagination li:hover a {
  background-color: #0068b7;
  color: #fff;
}
.pagination .active a {
  background-color: #0068b7;
  color: #fff;
}
.bx-rx {
  text-align: center;
  margin-top: 5.8%;
}
.bx-rx h3 {
  font-size: 1.771vw;
  letter-spacing: 1px;
  color: #333333;
  font-weight: bold;
}
.bx-rx h2 {
  font-size: 3.15vw;
  font-family: ArialMT;
  font-weight: bold;
  color: #333333;
  margin-top: 0.7%;
  letter-spacing: 2px;
}
.bx-rx div:nth-child(3) {
  font-size: 18px;
  letter-spacing: 1px;
  color: #666666;
  margin-top: 1.7%;
  margin-bottom: 3%;
}
.bx-rx div:nth-child(4) {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #333333;
}
.bx-form {
  background-color: #ffffff;
  margin-top: 5.1%;
  padding: 4.5% 6% 4.7% 6%;
  margin-bottom: 5.4%;
}
.bx-form form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 3%;
}
.bx-form form .bx-form-items {
  background-color: #eef3f7;
  padding: 1.3919% 1.5%;
  position: relative;
  width: 49%;
  margin-bottom: 1.7%;
}
.bx-form form .bx-form-items input {
  line-height: initial;
  font-size: 18px;
  letter-spacing: 1px;
  color: #000;
  width: 100%;
}
.bx-form form .bx-form-items ::-webkit-input-placeholder {
  color: #555;
}
.bx-form form .bx-form-items :-moz-placeholder {
  color: #555;
}
.bx-form form .bx-form-items ::-moz-placeholder {
  color: #555;
}
.bx-form form .bx-form-items :-ms-input-placeholder {
  color: #555;
}
.bx-form form .bx-form-items ::-ms-input-placeholder {
  color: #555;
}
.bx-form form .bx-form-items textarea {
  line-height: initial;
  font-size: 18px;
  letter-spacing: 1px;
  color: #000;
  width: 100%;
  min-height: 249px;
}
.bx-form form .bx-form-items .xinghao {
  font-size: 18px;
  position: absolute;
  right: 1.5vw;
  top: 2vw;
  letter-spacing: 1px;
  color: #ff0000;
  transform: translateY(-50%);
}
.bx-form form .man {
  width: 100%;
}
.bx-form form .bx-form-items:last-child {
  padding: 0;
  margin-bottom: 0;
  background: none;
}
.bx-form form .bx-form-items:last-child button {
  width: 100%;
  background-color: #0068b7;
  font-size: 18px;
  transition: all 0.5s;
  letter-spacing: 1px;
  color: #ffffff;
  padding: 1.52% 0;
}
.bx-form form .bx-form-items:last-child button:hover {
  box-shadow: 1px 1px 15px #0068b7;
}
.bx-form form .wjsc {
  display: flex;
  align-items: flex-start;
}
.bx-form form .wjsc input {
  width: fit-content;
}
.bx-form form .wjsc .shangchuan-box{
  flex: 1;
  position: relative;
  left: -2.3%;
}
.shangchuan-an{
    position: relative;
    background: url(../images/tp.png) no-repeat left center;
    cursor: pointer;
}
.bx-form form .wjsc .shangchuan {
    cursor: pointer;
    position: relative;
    width: 100%;
    z-index: 2;
}
#dr_gzsbtpsc_files_row img{
    height: 108px;
}
.l-fs {
  margin-top: 5%;
}
#dr_gzsbtpsc_files_row{
    margin-top: 18px;
}
.progress-bar{
    background-color: #0068b7;
}
.l-fs h3 {
  text-align: center;
  font-size: 1.875vw;
  color: #333333;
  font-weight: bold;
  position: relative;
  padding-bottom: 2.56%;
}
.l-fs h3::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  bottom: 0;
  width: 30.7%;
  height: 1px;
  background-color: #0068b7;
  opacity: 0.1;
}
.l-fs h3::before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  bottom: -4px;
  width: 9px;
  height: 9px;
  background-color: #ffffff;
  border: solid 1px #0068b7;
  border-radius: 100%;
  z-index: 2;
}
.l-fs .l-fs-con {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 36px;
}
.l-fs .l-fs-con .l-fs-lf {
  flex: 1;
  padding-right: 5%;
}
.l-fs .l-fs-con .l-fs-lf h4 {
  font-size: 22px;
  font-weight: bold;
  color: #333333;
}
.l-fs .l-fs-con .l-fs-lf ul li {
  margin-bottom: 19px;
  display: flex;
}
.l-fs .l-fs-con .l-fs-lf ul li div:nth-child(2) {
  flex: 1;
  display: flex;
  margin-left: 16px;
}
.l-fs .l-fs-con .l-fs-lf ul li div:nth-child(2) p {
  font-size: 17px;
  color: #666666;
}
.l-fs .l-fs-con .l-fs-lf ul li div:nth-child(2) P:nth-child(2) {
  flex: 1;
}
.l-fs .l-fs-con .l-fs-lf ul li div:nth-child(2) p:nth-child(1) {
  font-weight: bold;
}
.l-fs .l-fs-con .l-fs-lf .l-fs-wx {
  font-size: 25px;
  line-height: 48px;
  color: #333333;
  margin-top: 5.5%;
}
.l-fs .l-fs-con .l-fs-lf .l-fs-wx div {
  color: #0068b7;
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.l-fs .l-fs-con .l-fs-lf .l-fs-wx div p {
  position: absolute;
  min-width: 100%;
  border: solid 1px rgba(0, 90, 159, 0.1);
  bottom: calc(100% + 6px);
  width: 176px;
  height: 183px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  left: 65%;
  visibility: hidden;
  transform: translateY(-7px) translateX(-50%);
  transition: all 0.5s;
}
.l-fs .l-fs-con .l-fs-lf .l-fs-wx div p img {
  max-height: 100%;
  z-index: 4;
  position: relative;
}
.l-fs .l-fs-con .l-fs-lf .l-fs-wx div p::after {
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  width: 23px;
  height: 10px;
  background: url(../images/l-sjx.jpg) no-repeat;
  background-size: 100% 100%;
}
.l-fs .l-fs-con .l-fs-lf .l-fs-wx div:hover p {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) translateX(-50%);
}
.l-fs .l-fs-con .l-fs-rt {
  width: 46.22%;
}
.l-fs .l-fs-con .l-fs-rt #map {
  height: 494px;
}
.l-fs .l-fs-con .l-fs-rt #map img {
  max-width: inherit !important;
}
.l-form {
  background: url(../images/sr-bg.jpg) no-repeat;
  background-size: cover;
  margin-top: 5.5%;
  margin-bottom: 5.3%;
  padding: 5.676% 2.61%;
}
.l-form .container1 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  background-color: #ffffff;
  padding: 4.3% 4.94% 4.4% 4.94%;
}
.l-form .container1 .l-form-lf {
  flex: 1;
}
.l-form .container1 .l-form-lf h4 {
  font-size: 1.67vw;
  letter-spacing: 1px;
  color: #0068b7;
  font-weight: bold;
}
.l-form .container1 .l-form-lf div {
  font-size: 18px;
  color: #333333;
  margin-top: 26px;
}
.l-form .container1 .l-form-rt a {
  width: 152px;
  height: 43px;
  background-color: #0068b7;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  transition: all 0.3s;
  color: #ffffff;
  position: relative;
  top: -10px;
  cursor: pointer;
}
.l-form .container1 .l-form-rt a:hover {
  box-shadow: 1px 1px 10px #0068b7;
  transform: translateX(7px);
}
#Contact {
  top: -24%;
}

.hxshow-con {
  margin-top: 6%;
  margin-bottom: 5%;
}
.hxshow-con .hxshow-bt {
  font-size: 1.875vw;
  color: #333333;
  text-align: center;
  font-family: 'Noto Sans SC', sans-serif;
  font-weight: 400;
}
.hxshow-con .hxshow-sj {
  font-size: 18px;
  color: #696969;
  text-align: center;
  font-family: 'Noto Sans SC', sans-serif;
  margin-top: 1%;
}
.hxshow-con .hxshow-conent {
  font-size: 16px;
  color: #666666;
  border-top: 1px solid #ebeceb;
  font-family: 'Noto Sans SC', sans-serif;
  margin-top: 3%;
  padding-top: 3.8%;
  line-height: 1.9;
}
.hxshow-con .hxshow-dh {
  border-top: 1px solid #ebeceb;
  display: flex;
  justify-content: space-between;
  margin-top: 3.7%;
  padding-top: 2.7%;
}
.hxshow-con .hxshow-dh div {
  flex: 1;
  padding-right: 5%;
}
.hxshow-con .hxshow-dh div p {
  font-size: 16px;
  color: #333333;
  font-family: 'Noto Sans SC', sans-serif;
  transition: all 0.4s;
}
.hxshow-con .hxshow-dh div p a {
  font-size: 16px;
  color: #333333;
  transition: all 0.4s;
}
.hxshow-con .hxshow-dh div p:nth-child(2) {
  color: #727171;
  margin-top: 1%;
}
.hxshow-con .hxshow-dh div p:nth-child(2) a {
  color: #727171;
}
.hxshow-con .hxshow-dh div p:hover {
  color: #00428e;
}
.hxshow-con .hxshow-dh div p:hover a {
  color: #00428e;
}
.hxshow-con .hxshow-dh .hxshow-back {
  font-size: 18px;
  transition: all 0.4s;
  color: #666666;
  font-family: 'Noto Sans SC', sans-serif;
}
.hxshow-con .hxshow-dh .hxshow-back:hover {
  color: #00428e;
  transform: translateX(-4px);
}



@media (max-width: 1599px) {
  .cpxl .cpxlnav .cpxlnav-swiper .swiper-wrapper .swiper-slide div,
  .banner .ban-swiper .swiper-wrapper .swiper-slide .slide1-con .cont .slide1-tp .yc:nth-child(3) h4,
  .head .head-cen .head-lf .head-nav .head-li .head-a,
  .banner .ban-swiper .swiper-wrapper .swiper-slide .slide1-con .cont .slide1-tp .yc:nth-child(1) p,
  .banner .ban-swiper .swiper-wrapper .swiper-slide .slide1-con .cont .slide1-tp .yc:nth-child(1) p {
    font-size: 17px;
  }
  .yhal .row .yhal-items .yhal-items-con .yhal-nr div:nth-child(1) a:nth-child(2) {
    font-size: 15px;
  }
  .hzkh .container .hzkh-con .kh-next img,
  .hzkh .container .hzkh-con .kh-prev img {
    width: 32px;
  }
  .head .head-cen .head-rt .head-lx {
    padding: 19.75px 2.4vw;
  }
  .head .head-cen .head-lf .head-nav .head-li .head-a {
    padding: 20.625px 0;
  }
  .xwzx .xwzx-con .xwzx-rt .xwzx-items p {
    font-size: 15px;
  }
  .foot .foot-cen ul:nth-child(2) li img {
    width: 33px;
  }
  .foot .foot-cen ul:nth-child(2) li div:nth-child(3),
  .foot .foot-cen ul:nth-child(2) li a {
    font-size: 18px;
  }
  .foot .foot-cen ul:nth-child(2) li div:nth-child(2) {
    font-size: 15px;
  }
  .c-con .row .c-items .c-items-con .c-bt a:nth-child(2) {
    font-size: 14px;
  }
  .c-con .row .c-items .c-items-con .c-bt a:nth-child(2) img {
    margin-left: 9px;
    width: 20px;
  }
  .cshow-jj .cshow-jj-con .cshow-jj-lf ul li em {
    font-size: 18px;
    top: -3px;
  }
  .cshow-jj .cshow-jj-con .cshow-jj-lf ul li {
    font-size: 16px;
  }
  .cshow-cs div table tr td {
    font-size: 16px;
    padding: 1.3% 1.3vw 1.3% 4.5vw;
  }
  .l-fs .l-fs-con .l-fs-lf ul li div:nth-child(2) p {
    font-size: 16px;
  }
  .l-fs .l-fs-con .l-fs-lf .l-fs-wx {
    font-size: 23px;
  }
  .l-fs .l-fs-con .l-fs-lf .l-fs-wx div p {
    width: 136px;
    height: 139px;
  }
  .l-form .container1 .l-form-lf div {
    font-size: 16px;
  }
  #Contact {
    top: -20%;
  }
  .gd-con .gd-cont .gd-content .gd-nr a:nth-child(2) {
    font-size: 15px;
  }
  .gd-con .gd-cont .gd-content .gd-nr a:nth-child(2) img {
    width: 19px;
    margin-left: 9px;
  }
  .g-jj .g-jj-nr {
    font-size: 17px;
  }
  .g-zz .g-zz-con .zz-swiper .swiper-wrapper .swiper-slide div:nth-child(2) p:nth-child(1) {
    font-size: 18px;
  }
  .g-zz .g-zz-con .zz-swiper .swiper-wrapper .swiper-slide div:nth-child(2) p:nth-child(2) {
    font-size: 16px;
  }
  .i-crumb .container ul li a {
    font-size: 20px;
  }
  .jy-con ul li .jy-bt a:nth-child(2) {
    font-size: 15px;
  }
  .bx-rx div:nth-child(3) {
    font-size: 17px;
  }
  .bx-rx div:nth-child(4) {
    font-size: 19px;
  }
  .bx-form form .bx-form-items:last-child button,
  .bx-form form .bx-form-items textarea,
  .bx-form form .bx-form-items input {
    font-size: 16px;
  }
  .shangchuan-an {
    background-size: 3.5%;
  }
  .kc-crumb .container ul li a {
    font-size: 18px;
  }
  .kc-crumb .container ul li {
    margin-right: 2.75%;
  }
  .yh-zx-con .yh-zx-items .yh-zx-items-con .yh-zx-nr div:nth-child(2) {
    font-size: 16px;
  }
  .al-crumb .container ul li {
    margin-right: 5.75%;
  }
  .xz-con ul:nth-child(2) li div:nth-child(2) a:nth-child(2) {
    width: 51px;
    height: 51px;
  }
  .xz-con ul:nth-child(2) li div:nth-child(1) a {
    font-size: 15px;
  }
  .yh-xx .yh-xx-con .yh-xx-rt ul li div:nth-child(2) a:nth-child(1) {
    font-size: 19px;
  }
  .yh-xx .yh-xx-con .yh-xx-rt ul li div:nth-child(1) p,
  .yh-xx .yh-xx-con .yh-xx-rt ul li div:nth-child(2) a:nth-child(2) {
    font-size: 15px;
  }
}
@media (max-width: 1477px) {
  .yhal .row .yhal-items .yhal-items-con .yhal-nr div:nth-child(1) a:nth-child(1) {
    font-size: 19px;
  }
  .foot .foot-cen ul:nth-child(2) li {
    margin-right: 2.3vw;
  }
  .head .head-cen .head-lf .head-nav .head-li .pro-nav {
    min-height: auto;
  }
  .head .head-cen .head-lf .head-nav .head-li .pro-nav .container .pro-nav-rt .pro-nav-tp {
    top: 0;
  }
  .i-ban .iban-con div {
    font-size: 18px;
  }
  .cshow-jj .cshow-jj-con .cshow-jj-lf ul li em {
    font-size: 17px;
  }
  .cshow-jj .cshow-jj-con .cshow-jj-lf ul li {
    font-size: 15px;
  }
  .cshow-cs div table tr td {
    font-size: 15px;
  }
  .gd-con .gd-cont .gd-content .gd-nr a:nth-child(1) {
    font-size: 18px;
  }
  .i-crumb .container ul li a {
    font-size: 19px;
  }
  .g-jj .g-jj-nr {
    font-size: 16px;
  }
  .g-zz .g-zz-con .zz-swiper .swiper-wrapper .swiper-slide div:nth-child(2) p:nth-child(2),
  .g-jj .g-jj-sz ul li div:nth-child(2) {
    font-size: 15px;
  }
  .g-jj .g-jj-sz ul li div:nth-child(1) p:nth-child(3) {
    top: -1.9vw;
  }
  .g-zz .g-zz-con .zz-swiper .swiper-wrapper .swiper-slide div:nth-child(2) p:nth-child(1) {
    font-size: 16px;
  }
  .bx-form form .bx-form-items:last-child button,
  .bx-form form .bx-form-items textarea,
  .bx-form form .bx-form-items input {
    font-size: 15px;
  }
  .kc-crumb .container ul li a {
    font-size: 17px;
  }
  .i-crumb .container p a,
  .i-crumb .container p {
    font-size: 15px;
  }
  .xz-con ul:nth-child(2) li div:nth-child(2) a:nth-child(2) img {
    width: 40%;
  }
  .xz-con ul:nth-child(2) li div:nth-child(1) img {
    width: 21px;
  }
  .pagination li a {
    font-size: 13px;
    padding: 4.75px 12.4px;
  }
  .yh-zx-con .yh-zx-items .yh-zx-items-con .yh-zx-nr div:nth-child(2) {
    font-size: 15px;
  }
  .yh-xx .yh-xx-con .yh-xx-lf a:nth-child(2) {
    font-size: 18px;
  }
  .head .head-cen .head-lf .head-nav .head-li .pro-nav .container .pro-nav-rt .pro-nav-tp{
      right: 0;
  }
  .hxshow-con .hxshow-sj {
    font-size: 16px;
  }
  .hxshow-con .hxshow-conent {
    font-size: 15px;
  }
  .hxshow-con .hxshow-dh div p,
  .hxshow-con .hxshow-dh div p a {
    font-size: 15px;
  }
  .hxshow-con .hxshow-dh .hxshow-back {
    font-size: 16px;
  }
}
@media (max-width: 1365px) {
  .head-logo {
    width: 14%;
  }
  .head .head-cen .head-rt .head-lx,
  .head .head-cen .head-rt .head-lan div,
  .head .head-cen .head-lf .head-nav .head-li .head-a {
    font-size: 16px;
  }
  .head .head-cen .head-lf .head-nav .head-li .head-a {
    padding: 19.65px 0;
  }
  .cpxl .cpxlnav .cpxlnav-swiper .swiper-wrapper .swiper-slide div {
    font-size: 16px;
  }
  .cpxl .cpxlnav .cpxlnav-swiper .swiper-wrapper .swiper-slide {
    padding: 0 2.2%;
  }
  .cpxl .cpxl-nr .container .cpxlbox-swiper .swiper-wrapper .swiper-slide .cpxl-swiper .swiper-wrapper .swiper-slide .cpxl-rt h4,
  .cpxl .cpxl-nr .container .cpxlbox-swiper .swiper-wrapper .swiper-slide .cpxl-swiper .swiper-wrapper .swiper-slide .cpxl-lf h4 {
    font-size: 18px;
  }
  .cpxl .cpxl-nr .container .cpxlbox-swiper .swiper-wrapper .swiper-slide .cpxl-swiper .swiper-wrapper .swiper-slide .cpxl-lf div {
    font-size: 14px;
  }
  .cpxl .cpxl-nr .container .cpxlbox-swiper .swiper-wrapper .swiper-slide .cpxl-swiper .swiper-wrapper .swiper-slide .cpxl-rt a {
    font-size: 15px;
  }
  .cpxl .cpxl-nr .container .cpxlbox-swiper .swiper-wrapper .swiper-slide .cpxl-swiper .swiper-wrapper .swiper-slide .cpxl-rt a ul li img {
    top: 4px;
  }
  .xwzx .xwzx-con .xwzx-lf a:nth-child(2) {
    font-size: 18px;
  }
  .xwzx .xwzx-con .xwzx-rt .xwzx-items a:nth-child(2) {
    font-size: 16px;
  }
  .foot .foot-tp .container ul li a {
    font-size: 15px;
  }
  .foot .foot-cen ul:nth-child(2) li div:nth-child(3),
  .foot .foot-cen ul:nth-child(2) li a {
    font-size: 15px;
  }
  .head .head-cen .head-lf .head-nav .head-li .pro-nav .container .pro-nav-rt .pro-nav-tp {
    top: 5%;
  }
  .c-con .row .c-items .c-items-con .c-bt a:nth-child(1) {
    font-size: 17px;
  }
  .i-ban .iban-con div {
    font-size: 17px;
  }
  .l-fs .l-fs-con .l-fs-lf ul li div:nth-child(2) p {
    font-size: 15px;
  }
  .l-fs .l-fs-con .l-fs-lf .l-fs-wx {
    font-size: 21px;
  }
  .l-fs .l-fs-con .l-fs-rt #map {
    height: 441px;
  }
  .l-fs .l-fs-con .l-fs-lf ul li div:nth-child(1) {
    width: 27px;
  }
  .l-form .container1 .l-form-rt a {
    width: 117px;
    height: 39px;
    font-size: 15px;
  }
  .l-form .container1 .l-form-lf {
    padding-right: 11%;
  }
  .gd-con .gd-cont .gd-content .gd-nr {
    padding: 0 0.8vw 1.1vw 1.3vw;
  }
  .gd-con .gd-cont .gd-content .gd-nr a:nth-child(1) {
    font-size: 17px;
  }
  .g-jj .g-jj-nr {
    font-size: 15px;
  }
  .i-crumb .container ul li a {
    font-size: 17px;
  }
  .g-jj .g-jj-sz ul li div:nth-child(1) p:nth-child(3) {
    top: -1.55vw;
  }
  .jy-con ul li .jy-bt a:nth-child(1) {
    font-size: 17px;
  }
  .jy-con ul li .jy-bt a:nth-child(2) {
    font-size: 14px;
  }
  .jy-con ul li .jy-bt a:nth-child(2) img {
    width: 20px;
  }
  .bx-rx div:nth-child(3) {
    font-size: 16px;
  }
  .bx-rx div:nth-child(4) {
    font-size: 17px;
  }
  .yh-zx-con .yh-zx-items .yh-zx-items-con .yh-zx-nr div:nth-child(1) {
    font-size: 18px;
  }
  .yh-zx-con .yh-zx-items .yh-zx-items-con .yh-zx-nr div:nth-child(2) {
    font-size: 15px;
  }
  .kc-crumb .container ul li a {
    font-size: 14.5px;
  }
  .i-crumb .container p a,
  .i-crumb .container p {
    font-size: 14px;
  }
  .al-crumb .container ul li a {
    font-size: 15.5px;
  }
  .yh-zx-con .yh-zx-items .yh-zx-items-con .yh-zx-nr div:nth-child(2) {
    font-size: 14px;
  }
  .yh-xx .yh-xx-con .yh-xx-rt ul li div:nth-child(2) a:nth-child(1) {
    font-size: 17px;
  }
  .yh-xx .yh-xx-con .yh-xx-rt ul li div:nth-child(1) p,
  .yh-xx .yh-xx-con .yh-xx-rt ul li div:nth-child(2) a:nth-child(2) {
    font-size: 14px;
  }
  .head .head-cen .head-lf .head-nav .head-li .pro-nav .container{
      max-width: 90%;
  }
}
@media (max-width: 1199px) {
  .head .head-cen .head-lf .head-nav .head-li .pro-nav .container .pro-nav-rt .pro-nav-tp {
    right: 0;
  }
  .head .head-cen .head-lf .head-nav .head-li .pro-nav .container .pro-nav-lf {
    width: 250px;
  }
  .head .head-cen .head-lf .head-nav .head-li .pro-nav .container {
    max-width: 90%;
  }
  .head .head-cen .head-lf .head-nav .head-li .pro-nav .container .pro-nav-rt ul li a,
  .head .head-cen .head-lf .head-nav .head-li .pro-nav .container .pro-nav-lf ul li a p {
    font-size: 15px;
  }
  .banner {
    margin-top: 0;
  }
  .banner .ban-swiper .ban-swiper-dh .ban-pagination .swiper-pagination-bullet::before {
    width: 4px;
    height: 4px;
  }
  .banner .ban-swiper .swiper-wrapper .swiper-slide .slide1-con .cont .slide1-tp .yc:nth-child(1) p,
  .banner .ban-swiper .swiper-wrapper .swiper-slide .slide1-con .cont .slide1-tp .yc:nth-child(3) h4 {
    font-size: 15px;
  }
  .banner .ban-swiper .ban-swiper-dh ul li p {
    bottom: 145%;
    width: 105px;
  }
  .head .head-cen .head-rt .head-lan p a,
  .head .head-cen .head-rt .head-lx,
  .head .head-cen .head-rt .head-lan div,
  .head .head-cen .head-lf .head-nav .head-li .head-a {
    font-size: 13px;
  }
  .cpxl .cpxl-bt {
    display: block;
  }
  .cpxl .cpxlnav .cpxlnav-swiper .swiper-wrapper,
  .cpxl .cpxlnav {
    justify-content: flex-start;
  }
  .cpxl .cpxlnav {
    margin-top: 2%;
  }
  .cpxl .cpxl-nr .container .cpxlbox-swiper .swiper-wrapper .swiper-slide .cpxl-swiper .swiper-wrapper .swiper-slide .cpxl-lf a:nth-child(1) {
    font-size: 14px;
  }
  .cpxl .cpxl-nr .container .cpxlbox-swiper .swiper-wrapper .swiper-slide .cpxl-swiper .swiper-wrapper .swiper-slide .cpxl-rt a ul li img {
    top: 6px;
    width: 6px;
  }
  .yhal .row .yhal-items .yhal-items-con .yhal-nr div:nth-child(1) a:nth-child(1) {
    font-size: 17px;
  }
  .hzkh .container .hzkh-con .kh-next img,
  .hzkh .container .hzkh-con .kh-prev img {
    width: 24px;
  }
  .hzkh .container .hzkh-con .kh-swiper .swiper-wrapper .swiper-slide div img {
    max-height: 68%;
  }
  .foot .foot-cen {
    display: block;
  }
  .foot .foot-cen ul:nth-child(2) {
    display: flex;
    margin-left: 0;
    margin-top: 4%;
    justify-content: space-between;
  }
  .foot .foot-cen ul:nth-child(1) li img {
    width: 9.52vw;
  }
  .head .head-cen .head-lf .head-nav .head-li .pro-nav .container .pro-nav-rt ul li a,
  .head .head-cen .head-lf .head-nav .head-li .pro-nav .container .pro-nav-lf ul li a p {
    font-size: 13px;
  }
  .c-con .row .c-items .c-items-con .c-bt a:nth-child(1) {
    font-size: 15px;
  }
  .i-ban .iban-con div {
    font-size: 15px;
  }
  .i-crumb .container p,
  .i-crumb .container p a {
    font-size: 14px;
  }
  .cshow-jj .cshow-jj-con .cshow-jj-lf ul li em {
    font-size: 16px;
  }
  .cshow-jj .cshow-jj-con .cshow-jj-lf ul li {
    font-size: 14px;
  }
  .l-fs h3 {
    font-size: 21px;
  }
  .l-fs .l-fs-con .l-fs-lf .l-fs-wx {
    font-size: 18px;
  }
  .l-fs .l-fs-con .l-fs-rt #map {
    height: 379px;
  }
  .l-form .container1 .l-form-lf h4 {
    font-size: 19px;
  }
  .gd-con .gd-cont .gd-content .gd-nr a:nth-child(1) {
    font-size: 16px;
  }
  .gd-con .gd-cont .gd-content .gd-nr a:nth-child(2) {
    font-size: 14px;
  }
  .gd-con .gd-cont .gd-content .gd-nr a:nth-child(2) img {
    width: 17px;
  }
  .i-crumb .container ul li a {
    font-size: 15px;
  }
  .g-zz .g-zz-con .zz-swiper .swiper-wrapper .swiper-slide div:nth-child(2) p:nth-child(2),
  .g-jj .g-jj-sz ul li div:nth-child(2) {
    font-size: 13px;
  }
  .g-jj .g-jj-sz ul li div:nth-child(1) p:nth-child(3) {
    top: -15px;
    font-size: 18px;
  }
  .g-zz .g-zz-con .zz-swiper .swiper-wrapper .swiper-slide div:nth-child(1) {
    height: 25vw;
  }
  .g-yj .g-yj-con {
    font-size: 16px;
  }
  .jy-con ul li .jy-bt a:nth-child(2) img {
    width: 18px;
  }
  .bx-form form .bx-form-items:last-child button,
  .bx-form form .bx-form-items textarea,
  .bx-form form .bx-form-items input {
    font-size: 14px;
  }
  .bx-form form .bx-form-items textarea {
    padding-right: 6%;
  }
  .yh-zx-con .yh-zx-items .yh-zx-items-con .yh-zx-nr div:nth-child(2) {
    font-size: 14px;
  }
  .kc-crumb .container {
    display: block;
  }
  .kc-crumb {
    height: 92px;
  }
  .kc-crumb .container ul {
    margin-bottom: 14px;
  }
  .al-crumb .container {
    display: flex;
  }
  .al-crumb .container ul {
    margin-bottom: 0px;
  }
  .al-crumb {
    height: 50px;
  }
  .zn-con .row .zn-items .zn-items-con a:nth-child(2) {
    font-size: 15px;
  }
  .xz-con ul:nth-child(2) li div:nth-child(2) a:nth-child(2) img {
    width: 36%;
  }
  .yh-xx .yh-xx-con .yh-xx-rt ul li div:nth-child(2) a:nth-child(1) {
    font-size: 16px;
  }
  .yh-xx .yh-xx-con .yh-xx-lf a:nth-child(2) {
    font-size: 17px;
  }
  .hxshow-con .hxshow-sj {
    font-size: 14px;
  }
  .hxshow-con .hxshow-conent {
    font-size: 14px;
  }
}
@media (max-width: 990px) {
  .head .head-cen .head-rt,
  .head .head-cen .head-lf .head-nav {
    display: none;
  }
  .head {
    background: #fff;
    position: sticky;
    top: 0;
  }
  .banner .ban-swiper .swiper-wrapper .swiper-slide .slide1-con .cont .slide1-tp .yc:nth-child(1) p,
  .banner .ban-swiper .swiper-wrapper .swiper-slide .slide1-con .cont .slide1-tp .yc:nth-child(3) h4 {
    font-size: 13px;
  }
  .banner .ban-swiper .ban-swiper-dh .ban-pagination .swiper-pagination-bullet {
    width: 17px;
    height: 17px;
  }
  .banner .ban-swiper .ban-swiper-dh ul li a img {
    width: 27px;
  }
  .banner .ban-swiper .ban-swiper-dh {
    bottom: 5.6%;
  }
  .sy-bt p:nth-child(1) {
    font-size: 24px;
  }
  .sy-bt p:nth-child(2) {
    font-size: 20px;
  }
  .cpxl .cpxl-nr .container .cpxlbox-swiper .swiper-wrapper .swiper-slide .cpxl-swiper .swiper-wrapper .swiper-slide .cpxl-lf a:nth-child(2) {
    font-size: 17px;
    margin-top: 9px;
    padding-bottom: 1.5%;
    margin-bottom: 5%;
  }
  .cpxl .cpxl-nr .container .cpxlbox-swiper .swiper-wrapper .swiper-slide .cpxl-swiper .swiper-wrapper .swiper-slide {
    display: block;
  }
  .cpxl .cpxl-nr .container .cpxlbox-swiper .swiper-wrapper .swiper-slide .cpxl-swiper .swiper-wrapper .swiper-slide .cpxl-rt,
  .cpxl .cpxl-nr .container .cpxlbox-swiper .swiper-wrapper .swiper-slide .cpxl-swiper .swiper-wrapper .swiper-slide .cpxl-lf {
    width: 100%;
  }
  .cpxl .cpxl-nr .container .cpxlbox-swiper .swiper-wrapper .swiper-slide .cpxl-swiper .swiper-wrapper .swiper-slide .cpxl-cen {
    width: 55%;
    margin: 0 auto;
  }
  .cpxl .cpxl-nr .container .cpxlbox-swiper .swiper-wrapper .swiper-slide .cpxl-swiper .swiper-wrapper .swiper-slide .cpxl-lf div {
    margin-top: 2.5%;
    margin-bottom: 4.7%;
  }
  .cpxl .cpxl-nr .container .cpxlbox-swiper .swiper-wrapper .swiper-slide .cpxl-swiper .swiper-wrapper .swiper-slide .cpxl-rt h4 {
    text-align: left;
  }
  .cpxl .cpxl-nr .container .cpxlbox-swiper .swiper-wrapper .swiper-slide .cpxl-swiper .swiper-wrapper .swiper-slide .cpxl-rt {
    margin-top: 5%;
  }
  .cpxl .cpxl-nr .container .cpxlbox-swiper .swiper-wrapper .swiper-slide .cpxl-swiper .swiper-wrapper .swiper-slide .cpxl-rt a ul li {
    padding: 1.71% 5% 1.71% 4%;
    margin-bottom: 2.6%;
  }
  .cpxl .cpxl-nr .container .cpxlbox-swiper .swiper-wrapper .swiper-slide .cpxl-swiper .swiper-wrapper .swiper-slide .cpxl-rt a {
    margin-top: 4%;
  }
  .yhal .row .yhal-items .yhal-items-con .yhal-nr div:nth-child(1) a:nth-child(1) {
    padding: 0 7%;
    line-height: 1.5;
  }
  .foot .foot-tp .container {
    display: block;
  }
  .foot .foot-tp .container .foot-logo {
    display: block;
    width: 168px;
  }
  .foot .foot-tp .container ul {
    display: block;
    margin-top: 15px;
  }
  .foot .foot-tp .container ul li {
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 8px;
    padding-left: 3%;
    padding-top: 12px;
  }
  .foot .foot-tp .container ul li:last-child {
    border-bottom: none;
  }
  .foot .foot-bt .container div ul li a,
  .foot .foot-bt .container p a,
  .foot .foot-bt .container p,
  .foot .foot-tp .container ul li a {
    font-size: 13px;
  }
  .foot .foot-cen ul:nth-child(1) {
    display: none;
  }
  .foot .foot-cen ul:nth-child(2) {
    display: block;
  }
  .foot .foot-cen ul:nth-child(2) li {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 27px;
  }
  .foot .foot-cen ul:nth-child(2) li img {
    width: 26px;
  }
  .cpxl .cpxl-nr .container .cpxlbox-swiper .swiper-wrapper .swiper-slide .cpxl-swiper .swiper-wrapper .swiper-slide .cpxl-rt a ul li img {
    margin-right: 3%;
  }
  .i-crumb {
    height: 50px;
  }
  .cs-bt {
    font-size: 20px;
  }
  .cshow-jj .cshow-jj-con {
    display: block;
  }
  .cshow-jj .cshow-jj-con .cshow-jj-rt {
    width: 100%;
    padding: 9% 0;
  }
  .cshow-cs div table tr td {
    font-size: 14px;
  }
  .l-fs .l-fs-con {
    display: block;
  }
  .l-fs .l-fs-con .l-fs-lf {
    padding-right: 0;
  }
  .l-fs .l-fs-con .l-fs-lf .l-fs-wx {
    margin-top: 0;
  }
  .l-fs .l-fs-con .l-fs-rt {
    width: 100%;
    margin-top: 41px;
  }
  .l-form .container1 .l-form-lf div {
    font-size: 15px;
  }
  .l-form .container1 .l-form-rt a {
    top: -4px;
  }
  #Contact {
    top: -12%;
  }
  .i-crumb .container ul {
    display: none;
  }
  .g-jj .g-jj-sz ul li div:nth-child(1) p:nth-child(1) {
    font-size: 28px;
  }
  .g-yj .g-yj-con em {
    font-size: 18px;
  }
  .jy-con .cs-bt {
    font-size: 20px;
  }
  .jy-con ul li .jy-bt a:nth-child(1) {
    font-size: 15px;
  }
  .jy-con ul li .jy-bt a:nth-child(2) {
    font-size: 13px;
  }
  .bx-rx h3 {
    font-size: 19px;
  }
  .k-con .yh-zx-con .yh-zx-items {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .k-con .yh-zx-con .yh-zx-items .yh-zx-items-con .yh-zx-bg p {
    height: 228px;
  }
  .xz-con ul:nth-child(2) li div:nth-child(2) a:nth-child(1) {
    width: 21px;
  }
  .yh-xx .yh-xx-con {
    display: block;
  }
  .yh-xx .yh-xx-con .yh-xx-lf,
  .yh-xx .yh-xx-con .yh-xx-rt {
    width: 100%;
  }
  .yh-xx .yh-xx-con .yh-xx-lf a:nth-child(1) p {
    height: 300px;
  }
  .yh-xx .yh-xx-con .yh-xx-rt {
    margin-top: 37px;
  }
  .yh-xx .yh-xx-con .yh-xx-rt ul li div:nth-child(1) h4 {
    font-size: 25px;
  }
.head-logo {
    width: 140px;
}
.head .head-cen {
    padding: 7px 0;
}
.mb-zd{
    display: block;
}
.head .head-cen .head-rt{
    display: flex;
}
.head .head-cen .head-rt .head-lx,.head .head-cen .head-rt .head-lan{
    display: none;
}
.head .head-cen{
    max-width: 90%;
    margin-right: auto;
}
  .hxshow-con .hxshow-bt {
    font-size: 18px;
  }
  .hxshow-con .hxshow-dh div p,
  .hxshow-con .hxshow-dh div p a {
    font-size: 14px;
  }
  .hxshow-con .hxshow-dh .hxshow-back {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .banner .ban-swiper .swiper-wrapper .swiper-slide .slide1-con .cont .slide1-tp .yc:nth-child(2) h3 {
    font-size: 18px;
    letter-spacing: 1px;
  }
  .banner .ban-swiper .swiper-wrapper .swiper-slide .slide1-con .cont .slide1-tp .yc:nth-child(3) h4 {
    white-space: normal;
  }
  .banner .ban-swiper .swiper-wrapper .swiper-slide .slide1-con .cont .slide1-tp .yc:nth-child(2) {
    margin-top: 6px;
    margin-bottom: 10px;
  }
  .banner .ban-swiper .swiper-wrapper .swiper-slide .slide-bg img {
    max-width: 199%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  .banner .ban-swiper .swiper-wrapper .swiper-slide .slide1-con {
    top: 52%;
  }
  .banner .ban-swiper .swiper-wrapper .swiper-slide .slide1-con .cont .slide1-bt {
    margin-top: 30px;
  }
  .banner .ban-swiper .ban-swiper-dh .ban-pagination .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
  }
  .banner .ban-swiper .ban-swiper-dh ul li a img {
    width: 22px;
  }
  .banner .ban-swiper .swiper-wrapper .swiper-slide .slide1-con .cont .slide1-tp .yc:nth-child(1) p,
  .banner .ban-swiper .swiper-wrapper .swiper-slide .slide1-con .cont .slide1-tp .yc:nth-child(3) h4 {
    font-size: 14px;
  }
  .sy-bt p:nth-child(2) {
    font-size: 18px;
    margin-top: -8px;
  }
  .sy-bt p:nth-child(1) {
    font-size: 22px;
  }
  .cpxl {
    margin-top: 45px;
  }
  .banner .ban-swiper .swiper-wrapper .swiper-slide .slide1-con .cont .slide1-bt {
    height: 135px;
  }
  .banner .ban-swiper .ban-swiper-dh ul li p {
    bottom: 136%;
    width: 77px;
  }
  .banner .ban-swiper .ban-swiper-dh ul li p::before {
    bottom: -18%;
  }
  .cpxl .cpxlnav .cpxlnav-swiper .swiper-wrapper {
    flex-wrap: wrap;
    height: auto;
  }
  .cpxl .cpxlnav .cpxlnav-swiper .swiper-wrapper .swiper-slide {
    width: 45%;
    padding: 0;
    white-space: nowrap;
    margin-bottom: 10px;
  }
  .cpxl .cpxlnav .cpxlnav-swiper .swiper-wrapper .swiper-slide div {
    width: fit-content;
    font-size: 14px;
  }
  .cpxl .cpxlnav .cpxlnav-swiper .swiper-wrapper .swiper-slide:nth-child(2n) {
    width: 55%;
    padding-left: 3%;
  }
  .cpxl .cpxlnav .cpxlnav-swiper .swiper-wrapper .swiper-slide:nth-child(2n)::after {
    display: none;
  }
  .cpxl .cpxlnav {
    margin-top: 16px;
  }
  .cpxl .cpxlnav .cpxlnav-swiper .swiper-wrapper .swiper-slide-thumb-active div::after {
    width: 100%;
  }
  .cpxl .cpxl-nr {
    margin-top: 17px;
    padding: 38px 0;
  }
  .cpxl .cpxl-nr .container .cpxlbox-swiper .swiper-wrapper .swiper-slide .cpxl-swiper .swiper-wrapper .swiper-slide .cpxl-lf a:nth-child(2) {
    padding-bottom: 8px;
    margin-bottom: 32px;
  }
  .sy-more {
    width: 123px;
    height: 38px;
  }
  .cpxl .cpxl-nr .container .cpxlbox-swiper .swiper-wrapper .swiper-slide .cpxl-swiper .swiper-wrapper .swiper-slide .cpxl-cen {
    width: 78%;
    margin-top: 38px;
    margin-bottom: 37px;
  }
  .cpxl .cpxl-nr .container .cpxlbox-swiper .swiper-wrapper .swiper-slide .cpxl-swiper .swiper-wrapper .swiper-slide .cpxl-rt a {
    margin-top: 24px;
  }
  .cpxl .cpxl-nr .container .cpxlbox-swiper .swiper-wrapper .swiper-slide .cpxl-swiper .swiper-wrapper .swiper-slide .cpxl-rt a {
    font-size: 13px;
  }
  .cpxl .cpxl-nr .container .cpxlbox-swiper .swiper-wrapper .swiper-slide .cpxl-swiper .swiper-wrapper .swiper-slide .cpxl-rt a ul li img {
    top: 5px;
    width: 5px;
  }
  .cpxl .cpxl-nr .container .cpxlbox-swiper .swiper-wrapper .swiper-slide .cpxl-swiper .swiper-wrapper .swiper-slide .cpxl-rt a ul li {
    margin-bottom: 15px;
    padding: 11px 5% 11px 4%;
  }
  .yhal {
    margin-top: 49px;
  }
  .cpxl .cpxl-nr .container .cpxlbox-swiper .swiper-wrapper .swiper-slide .cpxl-swiper .swiper-wrapper .swiper-slide .cpxl-rt h4,
  .cpxl .cpxl-nr .container .cpxlbox-swiper .swiper-wrapper .swiper-slide .cpxl-swiper .swiper-wrapper .swiper-slide .cpxl-lf h4 {
    font-size: 16px;
    font-weight: 600;
  }
  .yhal .row {
    margin-top: 28px;
  }
  .yhal .row .yhal-items {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 24px;
  }
  .yhal .row .yhal-items:last-child {
    margin-bottom: 0;
  }
  .yhal .row .yhal-items .yhal-items-con .yhal-nr div:nth-child(2) {
    margin-top: 16.5%;
    height: 142px;
  }
  .yhal .row .yhal-items .yhal-items-con .yhal-nr {
    padding-top: 15.2%;
  }
  .hzkh {
    padding-top: 54px;
  }
  .hzkh .container .hzkh-con {
    margin-top: 33px;
    padding: 9.01% 5% 5.75% 5%;
    max-width: 100%;
  }
  .hzkh .container .hzkh-con .kh-swiper .swiper-wrapper .swiper-slide div {
    height: 70px;
  }
  .hzkh .container .hzkh-con .kh-prev,
  .hzkh .container .hzkh-con .kh-next {
    margin: 0 9px;
  }
  .hzkh .container .hzkh-con .hzkh-jt {
    margin-top: 18px;
  }
  .xwzx {
    margin-top: 49px;
    margin-bottom: 57px;
  }
  .xwzx .xwzx-con {
    margin-top: 29px;
    display: block;
  }
  .xwzx .xwzx-con .xwzx-rt,
  .xwzx .xwzx-con .xwzx-lf {
    width: 100%;
  }
  .xwzx .xwzx-con .xwzx-lf a:nth-child(1) p {
    height: 179px;
  }
  .xwzx .xwzx-con .xwzx-lf a:nth-child(3) {
    font-size: 13px;
    margin-top: 16px;
  }
  .xwzx .xwzx-con .xwzx-lf a:nth-child(2) {
    font-size: 17px;
    margin-top: 29px;
  }
  .xwzx .xwzx-con .xwzx-lf {
    padding-bottom: 31px;
  }
  .xwzx .xwzx-con .xwzx-rt .xwzx-items a:nth-child(3) {
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
    height: auto;
    margin-top: 10px;
  }
  .xwzx .xwzx-con .xwzx-rt .xwzx-items {
    flex: 1;
    border: none !important;
    padding: 35px 4% 35px 4%;
    border-bottom: 1px solid #e2e2e2 !important;
  }
  .xwzx .xwzx-con .xwzx-rt {
    margin-top: 33px;
  }
  .xwzx .xwzx-con .xwzx-rt .xwzx-items a:nth-child(2) {
    margin-top: 8px;
  }
  .xwzx .xwzx-con .xwzx-rt .xwzx-items:nth-child(1) {
    padding-top: 0;
  }
  .foot .foot-tp {
    padding-top: 43px;
    padding-bottom: 17px;
  }
  .foot .foot-cen ul:nth-child(2) li img {
    display: none;
  }
  .foot .foot-cen ul:nth-child(2) li:nth-child(1) div:nth-child(3) {
    font-size: 13px;
  }
  .foot .foot-cen ul:nth-child(2) li div:nth-child(3),
  .foot .foot-cen ul:nth-child(2) li a {
    font-size: 13px;
  }
  .foot .foot-cen ul:nth-child(2) li div:nth-child(2) {
    font-size: 14px;
  }
  .foot .foot-cen ul:nth-child(2) li {
    margin-bottom: 14px;
  }
  .foot .foot-cen ul:nth-child(2) {
    margin-top: 29px;
  }
  .foot .foot-bt .container p,
  .foot .foot-bt .container {
    display: block;
    text-align: center;
  }
  .foot .foot-bt .container div {
    justify-content: center;
    font-size: 13px;
  }
  .foot .foot-bt {
    padding: 21px 0;
  }
  .i-ban .iban-con p:nth-child(1) {
    font-size: 21px;
    line-height: 1.1;
  }
  .i-ban .iban-con p:nth-child(2) {
    font-size: 17px;
    letter-spacing: 2px;
    margin-top: -15px;
  }
  .i-ban .iban-con div {
    font-size: 13px;
    line-height: 19px;
    margin-top: 11px;
  }
  .i-crumb {
    /*height: 40px;*/
    display: none;
  }
  .i-ban .i-bg img {
    max-width: 166%;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
  }
  .c-con h3 {
    font-size: 18px;
    margin-top: 35px;
  }
  .c-con h3:nth-child(1) {
    margin-top: 51px;
  }
  .c-con .row {
    margin-top: 26px;
  }
  .c-con .row .c-items {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .c-con .row .c-items .c-items-con .c-thumb {
    height: 79px;
  }
  .c-con .row .c-items .c-items-con {
    padding: 32px 6% 22px 6%;
  }
  .c-con .row .c-items .c-items-con .c-bt a:nth-child(1) {
    font-size: 13px;
  }
  .c-con .row .c-items .c-items-con .c-bt a:nth-child(2) {
    font-size: 12px;
  }
  .c-con .row .c-items .c-items-con .c-bt {
    margin-top: 21px;
    height: calc(100% - 100px);
  }
  .c-con .row .c-items .c-items-con .c-bt a:nth-child(2) img {
    margin-left: 7px;
    width: 16px;
  }
  .c-con .row .c-items .c-items-con .c-bt a:nth-child(2) {
    margin-top: 9px;
  }
  .c-con {
    margin-bottom: 36px;
  }
  .cshow-jj {
    margin-top: 52px;
  }
  .cshow-jj .cshow-jj-con {
    margin-top: 30px;
  }
  .cshow-jj .cshow-jj-con .cshow-jj-lf ul li {
    display: block;
    margin-bottom: 15px;
  }
  .cshow-jj .cshow-jj-con .cshow-jj-lf ul li em {
    display: block;
  }
  .cshow-jj .cshow-jj-con .cshow-jj-lf {
    padding: 39px 6%;
    padding-bottom: 23px;
  }
  .cshow-cs {
    margin-top: 51px;
    margin-bottom: 52px;
  }
  .cshow-cs div {
    margin-top: 29px;
  }
  .cshow-cs div table tr td {
    font-size: 13px;
    line-height: 25px;
    padding: 5.3% 1.3vw 5.3% 2.5vw;
  }
  .l-fs h3 {
    font-size: 18px;
    padding-bottom: 22px;
  }
  .l-fs {
    margin-top: 51px;
  }
  .l-fs h3::after {
    width: 68.7%;
  }
  .l-fs .l-fs-con .l-fs-lf ul li div:nth-child(2) p {
    font-size: 14px;
  }
  .l-fs .l-fs-con .l-fs-lf ul li div:nth-child(2) {
    margin-left: 12px;
    position: relative;
    top: 2px;
  }
  .l-fs .l-fs-con .l-fs-lf ul li {
    margin-bottom: 15px;
  }
  .l-fs .l-fs-con .l-fs-lf .l-fs-wx {
    font-size: 16px;
    line-height: 30px;
  }
  .l-fs .l-fs-con .l-fs-lf .l-fs-wx div p {
    left: 0;
    transform: translateY(-7px) translateX(0%);
  }
  .l-fs .l-fs-con .l-fs-lf .l-fs-wx div:hover p {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) translateX(0%);
  }
  .l-fs .l-fs-con .l-fs-lf .l-fs-wx div p::after {
    left: 0;
    transform: translateX(0%);
  }
  .l-fs .l-fs-con .l-fs-rt {
    margin-top: 27px;
  }
  .l-fs .l-fs-con .l-fs-rt #map {
    height: 213px;
  }
  .l-form {
    margin-top: 53px;
    margin-bottom: 43px;
    padding: 17.676% 6.61%;
  }
  .l-form .container1 {
    display: block;
    padding: 15.3% 4.94% 11.4% 4.94%;
  }
  .l-form .container1 .l-form-lf {
    padding-right: 0;
  }
  .l-form .container1 .l-form-lf div {
    font-size: 14px;
    margin-top: 14px;
  }
  .l-form .container1 .l-form-rt {
    margin-top: 20px;
  }
  .l-form .container1 .l-form-rt a {
    width: 96px;
    height: 35px;
    font-size: 14px;
    top: 0;
  }
  .gd-con {
    margin-top: 50px;
    margin-bottom: 42px;
  }
  .gd-con .gd-cont {
    margin-top: 31px;
    display: block;
  }
  .gd-con .gd-cont .gd-cont-lf {
    width: 100%;
  }
  .gd-con .gd-cont .gd-cont-lf .gd-cont-lf-tp .gd-content .gd-bg p {
    height: 195px;
  }
  .gd-con .gd-cont .gd-cont-lf ul {
    display: block;
    margin-top: 18px;
  }
  .gd-con .gd-cont .gd-cont-lf ul li {
    width: 100% !important;
    margin-bottom: 18px;
  }
  .gd-con .gd-cont .gd-cont-lf ul li .gd-content .gd-bg p {
    height: 194px;
  }
  .gd-con .gd-cont .gd-cont-rt {
    width: 100%;
  }
  .gd-con .gd-cont .gd-cont-rt .gd-content .gd-bg p {
    height: 333px;
  }
  .gd-con .gd-cont .gd-content .gd-nr {
    padding: 0 5% 6% 4% !important;
  }
  .gd-con .gd-cont .gd-content .gd-nr a:nth-child(2) {
    margin-top: 6px;
  }
  .gd-con .gd-cont .gd-content .gd-nr a:nth-child(1) {
    font-size: 15px;
  }
  .g-jj {
    margin-top: 50px;
  }
  .gs-bt p:nth-child(2) {
    margin-top: -19px;
  }
  .g-jj .g-jj-nr {
    font-size: 14px;
    margin-top: 20px;
  }
  .g-jj .g-jj-sz {
    margin-top: 33px;
  }
  .g-jj .g-jj-sz .g-jj-bg .bg {
    height: 438px;
    background-position: 53% 100%;
  }
  .g-jj .g-jj-sz ul {
    flex-wrap: wrap;
  }
  .g-jj .g-jj-sz ul li div:nth-child(1) p:nth-child(1) {
    font-size: 24px;
  }
  .g-jj .g-jj-sz ul li div:nth-child(1) p:nth-child(3) {
    top: -10px;
    font-size: 17px;
  }
  .g-jj .g-jj-sz ul li {
    margin-bottom: 13px;
  }
  .g-jj .g-jj-sz ul li div:nth-child(1) p:nth-child(2) {
    top: -8px;
  }
  .g-zz {
    margin-top: 51px;
  }
  .g-zz .g-zz-con {
    margin-top: 23px;
  }
  .g-zz .g-zz-con .zz-swiper .swiper-wrapper .swiper-slide {
    padding: 5%;
  }
  .g-zz .g-zz-con .zz-swiper .swiper-wrapper .swiper-slide div:nth-child(1) {
    height: 195px;
  }
  .g-zz .g-zz-con .zz-pagination {
    margin-top: 6.6%;
  }
  .g-yh {
    margin-top: 52px;
    padding-top: 26px;
    padding-bottom: 38px;
  }
  .g-yh .container .g-yh-con {
    margin-top: 20px;
  }
  .g-yh .container .g-yh-con .g-yh-dan div img:nth-child(1),
  .g-yh .container .g-yh-con .g-yh-shuang div img:nth-child(1) {
    width: 38px;
  }
  .g-yj {
    margin-top: 37px;
    margin-bottom: 37px;
    padding: 7.8% 5% 0;
    padding-bottom: 9.7%;
  }
  .g-yj .gs-bt::after {
    width: 33px;
  }
  .g-yj .gs-bt {
    padding-bottom: 11px;
    margin-bottom: 26px;
  }
  .g-yj .g-yj-con {
    font-size: 15px;
    line-height: 1.8;
  }
  .g-yj .g-yj-con em {
    font-size: 17px;
  }
  .jy-con {
    margin-top: 55px;
    margin-bottom: 45px;
  }
  .jy-con ul {
    margin-top: 32px;
  }
  .jy-con ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  .jy-con .cs-bt {
    margin-top: 33px;
  }
  .jy-con ul li .jy-bg p {
    height: 195px;
  }
  .jy-con ul li .jy-bt {
    display: block;
    padding: 5.75% 5%;
  }
  .jy-con ul li .jy-bt a:nth-child(1) {
    padding-right: 0;
    display: block;
    margin-bottom: 2.2%;
  }
  .i-crumb .container p,
  .i-crumb .container p a {
    font-size: 12px;
  }
  .bx-rx h3 {
    font-size: 18px;
  }
  .bx-rx {
    margin-top: 55px;
  }
  .bx-rx h2 {
    font-size: 27px;
    margin-top: 17px;
  }
  .bx-rx div:nth-child(3) {
    font-size: 14px;
    margin-top: 9px;
  }
  .bx-rx div:nth-child(4) {
    font-size: 15px;
    font-weight: bold;
    margin-top: 22px;
  }
  .bx-form {
    margin-top: 55px;
    padding: 50px 5% 35px 5%;
    margin-bottom: 48px;
  }
  .bx-form form {
    margin-top: 30px;
  }
  .bx-form form .bx-form-items {
    width: 100%;
    padding: 11px 14px;
    margin-bottom: 12px;
  }
  .bx-form form .bx-form-items:last-child button,
  .bx-form form .bx-form-items textarea,
  .bx-form form .bx-form-items input {
    font-size: 13px;
  }
  .bx-form form .wjsc {
    display: block;
  }
  .bx-form form .wjsc .shangchuan {
    margin-top: 10px;
    left: 0;
    width: 100%;
  }
  .bx-form form .wjsc .shangchuan-box{
      left: 0;
      margin-top: 10px;
  }
  #dr_gzsbtpsc_files_row {
    margin-top: 4px;
}
  .shangchuan-an {
    background-size: 22px;
  }
  .bx-form form .bx-form-items .xinghao {
    font-size: 16px;
    right: 14px;
    top: 25px;
  }
  .bx-form form .bx-form-items:last-child button {
    padding: 14px 0;
  }
  .k-con {
    margin-top: 51px;
    margin-bottom: 45px;
  }
  .yh-zx-con {
    margin-top: 32px;
  }
  .k-con .yh-zx-con .yh-zx-items {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 23px;
  }
  .yh-zx-con .yh-zx-items .yh-zx-items-con .yh-zx-nr div:nth-child(2) {
    margin-top: 6px;
  }
  .zn-con {
    margin-top: 54px;
    margin-bottom: 41px;
  }
  .zn-con .row {
    margin-top: 30px;
  }
  .zn-con .row .zn-items {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 21px;
  }
  .zn-con .row .zn-items .zn-items-con a:nth-child(1) p {
    height: 108px;
  }
  .zn-con .row .zn-items .zn-items-con a:nth-child(2) {
    font-size: 14px;
    padding: 12px 5%;
  }
  .xz-con {
    margin-top: 55px;
    margin-bottom: 45px;
  }
  .xz-con ul:nth-child(2) {
    margin-top: 30px;
    margin-bottom: 28px;
  }
  .xz-con ul:nth-child(2) li {
    margin-bottom: 18px;
    display: block;
    padding: 33px 5% 34px 5%;
  }
  .xz-con ul:nth-child(2) li div:nth-child(2) {
    margin-top: 22px;
  }
  .xz-con ul:nth-child(2) li div:nth-child(2) a:nth-child(2) {
    width: 39px;
    height: 36px;
    border-radius: 6px;
  }
  .xz-con ul:nth-child(2) li div:nth-child(2) a:nth-child(1) {
    width: 19px;
  }
  .xz-con ul:nth-child(2) li div:nth-child(1) a {
    font-size: 14px;
  }
  .xz-con ul:nth-child(2) li div:nth-child(2) a:nth-child(2) img {
    width: 40%;
  }
  .yh-zx {
    margin-top: 51px;
  }
  .yh-zx-con {
    margin-top: 23px;
    display: block;
  }
  .yh-zx-con .yh-zx-items {
    width: 100%;
    max-width: 100%;
    margin-bottom: 22px;
  }
  .yh-zx-con .yh-zx-items .yh-zx-items-con .yh-zx-bg p {
    height: 318px;
  }
  .sy-bt p:nth-child(2) {
    font-size: 20px;
  }
  .yh-xx {
    margin-top: 51px;
    margin-bottom: 40px;
  }
  .yh-xx .yh-xx-con {
    margin-top: 26px;
  }
  .yh-xx .yh-xx-con .yh-xx-lf a:nth-child(2) {
    font-size: 16px;
    padding: 8.3% 5% 3.3% 5%;
  }
  .yh-xx .yh-xx-con .yh-xx-lf a:nth-child(1) p {
    height: 187px;
  }
  .yh-xx .yh-xx-con .yh-xx-rt ul li div:nth-child(2) {
    margin-left: 5.5%;
    padding-left: 5.3%;
  }
  .yh-xx .yh-xx-con .yh-xx-rt ul li {
    padding-top: 38px;
    padding-bottom: 35px;
  }
  .yh-xx .yh-xx-con .yh-xx-rt ul li div:nth-child(2) a:nth-child(2) {
    margin-top: 8px;
  }
  .yh-xx .yh-xx-con .yh-xx-rt ul li div:nth-child(1) p {
    margin-top: 3px;
  }
  .yh-xx .yh-xx-con .yh-xx-rt {
    margin-top: 10px;
  }
  .hxshow-con {
    margin-top: 54px;
    margin-bottom: 45px;
  }
  .hxshow-con .hxshow-sj {
    font-size: 14px;
    margin-top: 10px;
  }
  .hxshow-con .hxshow-conent {
    font-size: 13px;
    margin-top: 18px;
    padding-top: 31px;
    line-height: 26px;
  }
  .hxshow-con .hxshow-dh {
    display: block;
    margin-top: 26px;
    padding-top: 28px;
  }
  .hxshow-con .hxshow-dh div {
    padding-right: 0;
    margin-bottom: 19px;
  }
}
