body {
  background: #fff;
  font: 13px/1.75 "Microsoft YaHei", arial, sans-serif;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}
.container {
  padding: 0;
  max-width: 87.5%;
}
.swiper {
  overflow: hidden;
}
@font-face {
  font-family: ArialMT;
  src: url('../font/ArialMT.ttf');
}
@font-face {
  font-family: Arial-BoldMT;
  src: url('../font/Arial-BoldMT.otf');
}
@font-face {
  font-family: DIN-Medium;
  src: url('../font/DIN-Medium.otf');
}

.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;
}


.head-lan a{
    margin: 0 4px;
    transition: all .5s;
}
.head-lan a::after{
    display: none;
}


.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: 60px;
  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 .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;
}


.head {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  left: 0;
  animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
}
.head .head-cen {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2.2vh 0;
  transition: all 0.3s;
}
.head .head-cen .head-logo {
  width: 25.2%;
}
.head .head-cen .head-logo img:nth-child(2) {
  display: none;
}
.head .head-cen .head-rt {
  flex: 1;
}
.head .head-cen .head-rt ul {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}
.head .head-cen .head-rt ul li {
  margin-right: 4.2%;
}
.head .head-cen .head-rt ul li a {
  font-size: 16px;
  transition: all 0.4s;
  color: #ffffff;
  display: block;
  position: relative;
}
.head .head-cen .head-rt ul li a::after {
  position: absolute;
  content: '';
  left: 50%;
  transform: translateX(-50%);
  bottom: -8%;
  width: 0%;
  opacity: 0;
  height: 1px;
  background: #fff;
  transition: all 0.4s;
}
.head .head-cen .head-rt ul li:last-child {
  margin-right: 0;
}
.head .head-cen .head-rt ul li:hover a::after {
  width: 100%;
  opacity: 1;
}
.activehead .head-cen .head-logo img:nth-child(2) {
  display: inline;
}
.activehead .head-cen .head-logo img:nth-child(1) {
  display: none;
}
.activehead .head-cen .head-rt ul li a,.activehead .head-lan {
  color: #333;
}
.activehead .head-cen .head-rt ul li a::after {
  background: #333;
}
.zd .head-cen {
  padding: 3vh 0;
}
.banner .ban-swiper .swiper-wrapper .swiper-slide {
  position: relative;
  overflow: hidden;
}
.banner .ban-swiper .swiper-wrapper .swiper-slide .slide-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  transform: scale(1.08, 1.08);
  height: 100vh;
}
.banner .ban-swiper .swiper-wrapper .swiper-slide .slide-bg img {
  display: none;
}
.banner .ban-swiper .swiper-wrapper .swiper-slide .slide1-con {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.banner .ban-swiper .swiper-wrapper .swiper-slide .slide1-con .cont {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  top: 6.7%;
}
.banner .ban-swiper .swiper-wrapper .swiper-slide .slide1-con .cont .nr {
  text-align: center;
  position: relative;
}
.banner .ban-swiper .swiper-wrapper .swiper-slide .slide1-con .cont .nr .fc {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.banner .ban-swiper .swiper-wrapper .swiper-slide .slide1-con .cont .nr .yc,
.banner .ban-swiper .swiper-wrapper .swiper-slide .slide1-con .cont .nr object {
  display: block;
  margin: 0 auto;
}
.banner .ban-swiper .swiper-wrapper .swiper-slide .slide1-con .cont .nr object {
  width: 100%;
}
.banner .ban-swiper .swiper-wrapper .swiper-slide .slide1-con .cont .nr .yc:nth-child(1) {
  width: 24.538%;
  position: relative;
  left: 1.3%;
}
.banner .ban-swiper .swiper-wrapper .swiper-slide .slide1-con .cont .nr .yc:nth-child(1) object {
  opacity: 0;
  transform: scale(0.8);
}
.banner .ban-swiper .swiper-wrapper .swiper-slide .slide1-con .cont .nr .yc:nth-child(2) {
  margin-top: 2.6%;
  width: 18.75%;
}
.banner .ban-swiper .swiper-wrapper .swiper-slide .slide1-con .cont .nr .yc:nth-child(2) object:nth-child(2) {
  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 .nr .yc:nth-child(3) {
  margin-top: 1.8%;
  width: 41.615%;
}
.banner .ban-swiper .swiper-wrapper .swiper-slide .slide1-con .cont .nr .yc:nth-child(3) object:nth-child(3) {
  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 .slide2-con {
  position: absolute;
  right: 0;
  top: 53%;
  transform: translateY(-50%);
  width: 45.9%;
}
.banner .ban-swiper .swiper-wrapper .swiper-slide .slide2-con .cont .nr .yc:nth-child(1) {
  background: url(../images/slide2-bg.png) no-repeat;
  background-size: 100%;
  padding: 4.1% 11% 4.1% 7%;
  opacity: 0;
  transform-origin: left;
  transition: var(--custom-transiton2);
  transition-duration: 1s;
  transition-property: transform, opacity;
  transform: translateY(100%) rotate(10deg);
}
.banner .ban-swiper .swiper-wrapper .swiper-slide .slide2-con .cont .nr .yc:nth-child(1) object {
  max-width: 100%;
}
.banner .ban-swiper .swiper-wrapper .swiper-slide .slide2-con .cont .nr .yc:nth-child(2) {
  padding: 3% 8% 0% 7%;
}
.banner .ban-swiper .swiper-wrapper .swiper-slide .slide2-con .cont .nr .yc:nth-child(2) object {
  max-width: 100%;
  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 .slide2-con .cont .nr .yc:nth-child(3) a {
  width: 144px;
  height: 50px;
  background-color: #00428e;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #fcfcfc;
  font-family: 'Noto Sans SC', sans-serif;
  margin: 8.2% 8% 0% 7%;
  transition: all 0.4s;
  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 .slide2-con .cont .nr .yc:nth-child(3) a:hover {
  box-shadow: 1px 1px 10px #00428e;
  transform: translateX(4px);
}
.banner .ban-swiper .swiper-wrapper .swiper-slide .slide3-con {
  position: absolute;
  width: 82.85%;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 52%;
}
.banner .ban-swiper .swiper-wrapper .swiper-slide .slide3-con .cont .nr .yc:nth-child(1) {
  transform: translateY(100%) rotate(10deg);
  opacity: 0;
  transform-origin: left;
  transition: var(--custom-transiton2);
  transition-duration: 1s;
  transition-property: transform, opacity;
  width: 42%;
}
.banner .ban-swiper .swiper-wrapper .swiper-slide .slide3-con .cont .nr .yc:nth-child(1) object {
  max-width: 100%;
}
.banner .ban-swiper .swiper-wrapper .swiper-slide .slide3-con .cont .nr .yc:nth-child(2) {
  width: 35%;
  margin-top: 0.5%;
}
.banner .ban-swiper .swiper-wrapper .swiper-slide .slide3-con .cont .nr .yc:nth-child(2) object {
  max-width: 100%;
  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 .slide3-con .cont .nr .yc:nth-child(3) a {
  width: 144px;
  height: 50px;
  background-color: #00428e;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #fcfcfc;
  font-family: 'Noto Sans SC', sans-serif;
  transition: all 0.4s;
  margin-top: 4.5%;
  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 .slide3-con .cont .nr .yc:nth-child(3) a:hover {
  box-shadow: 1px 1px 10px #00428e;
  transform: translateX(4px);
}
.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 .nr .yc:nth-child(1) object {
  animation: fd 1s 0s forwards;
  animation-delay: 1s;
}
.banner .ban-swiper .swiper-wrapper .swiper-slide-active .slide3-con .cont .nr .yc:nth-child(3) a,
.banner .ban-swiper .swiper-wrapper .swiper-slide-active .slide3-con .cont .nr .yc:nth-child(2) object,
.banner .ban-swiper .swiper-wrapper .swiper-slide-active .slide3-con .cont .nr .yc:nth-child(1),
.banner .ban-swiper .swiper-wrapper .swiper-slide-active .slide2-con .cont .nr .yc:nth-child(3) a,
.banner .ban-swiper .swiper-wrapper .swiper-slide-active .slide2-con .cont .nr .yc:nth-child(2) object,
.banner .ban-swiper .swiper-wrapper .swiper-slide-active .slide2-con .cont .nr .yc:nth-child(1),
.banner .ban-swiper .swiper-wrapper .swiper-slide-active .slide1-con .cont .nr .yc:nth-child(2) object {
  -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 .slide1-con .cont .nr .yc:nth-child(3) object {
  -webkit-animation: text-active-animation 1.5s cubic-bezier(0.7, 0, 0.2, 1) both 0.5s;
  animation: text-active-animation 1.5s cubic-bezier(0.7, 0, 0.2, 1) both 0.5s;
}
@keyframes image-zoom-out {
  0% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes fd {
  0% {
    transform: scale(0.9, 0.9);
    opacity: 0;
  }
  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}
@keyframes text-active-animation {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(100%) rotate(3deg);
    transform: translateY(100%) rotate(3deg);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}
.yc {
  overflow: hidden;
}
#menu {
  position: fixed;
  left: 1.5%;
  top: 47%;
  transform: translateY(-50%);
  z-index: 100;
}
#menu li {
  display: flex;
  align-items: center;
  width: fit-content;
  margin-bottom: 11px;
}
#menu li p {
  transition: all 0.4s;
  width: 30px;
  height: 1px;
  background: #fff;
  margin-right: 15px;
}
#menu li a {
  font-size: 12px;
  transition: all 0.4s;
  color: #ffffff;
  opacity: 0;
  visibility: hidden;
}
#menu li:last-child {
  margin-bottom: 0;
}
#menu .active p {
  width: 65px;
}
#menu .active a {
  opacity: 1;
  visibility: visible;
}
.hs li p {
  background: #333 !important;
}
.hs li a {
  color: #333 !important;
}
.bgr {
  background-repeat: no-repeat;
  background-size: 120% 120%;
  transition: all 8s;
  background-position: center;
}
.cpzx {
  background-image: url(../images/cp-bg.jpg);
}
.cpzx .cpzx-con {
  max-width: 80%;
  margin: 0 auto;
}
.cpzx .cpzx-con .cxt-swiper {
  width: 77.6% !important;
  margin: 0 auto;
  margin-top: 6vh;
}
.cpzx .cpzx-con .cxt-swiper .swiper-wrapper {
  display: flex;
  justify-content: space-between;
}
.cpzx .cpzx-con .cxt-swiper .swiper-wrapper .swiper-slide {
  display: flex;
  width: 21% !important;
  justify-content: space-between;
  position: relative;
  transition: all 0.4s;
}
.cpzx .cpzx-con .cxt-swiper .swiper-wrapper .swiper-slide div {
  text-align: center;
  cursor: pointer;
}
.cpzx .cpzx-con .cxt-swiper .swiper-wrapper .swiper-slide div p:nth-child(1) {
  width: 6.3vh;
  height: 6.3vh;
  border-radius: 15px;
  border: solid 1px rgba(255, 255, 255, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.8s;
  margin: 0 auto;
  opacity: 0;
  transform: scale(0.5);
}
.cpzx .cpzx-con .cxt-swiper .swiper-wrapper .swiper-slide div p:nth-child(1) img {
  max-width: 60%;
}
.cpzx .cpzx-con .cxt-swiper .swiper-wrapper .swiper-slide div p:nth-child(1) img:nth-child(2) {
  display: none;
}
.cpzx .cpzx-con .cxt-swiper .swiper-wrapper .swiper-slide div p:nth-child(2) {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #ffffff;
  margin-top: 3vh;
  transition: all 0.8s;
  opacity: 0;
  transform: translateY(20px);
}
.cpzx .cpzx-con .cxt-swiper .swiper-wrapper .swiper-slide-thumb-active div p:nth-child(1) {
  background: #fff;
}
.cpzx .cpzx-con .cxt-swiper .swiper-wrapper .swiper-slide-thumb-active div p:nth-child(1) img:nth-child(1) {
  display: none;
}
.cpzx .cpzx-con .cxt-swiper .swiper-wrapper .swiper-slide-thumb-active div p:nth-child(1) img:nth-child(2) {
  display: inline;
}
.cpzx .cpzx-con .cxt-swiper .swiper-wrapper .swiper-slide:last-child {
  width: fit-content !important;
}
.cpzx .cpzx-con .cxt-swiper .swiper-wrapper .swiper-slide:last-child::after {
  display: none;
}
.cpzx .cpzx-con .cxt-swiper .swiper-wrapper .swiper-slide::after {
  position: absolute;
  left: 37%;
  content: '';
  transition: all 0.8s;
  height: 1px;
  background: url(../images/xx.png) no-repeat;
  top: 26%;
  background-size: 100%;
  opacity: 0;
  width: 0%;
}
.cpzx .c-box {
  margin: 0 auto;
  margin-top: 4vh;
  margin-right: 0;
  width: 90%;
  overflow: hidden;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s;
}
.cpzx .c-box .cp-hz {
  margin-left: 0;
  width: 86%;
}
.cpzx .c-box .ccp-box {
  display: none;
}
.cpzx .c-box .ccp-box:nth-child(1) {
  display: block;
}
.cpzx .ccp-swiper {
  padding: 7px 0;
  overflow: inherit;
}
.cpzx .ccp-swiper .swiper-wrapper .swiper-slide {
  opacity: 1 !important;
  position: relative;
  z-index: 13;
  visibility: visible !important;
  width: 42.3%;
  margin-right: 26px !important;
}
.cpzx .ccp-swiper .swiper-wrapper .swiper-slide a:nth-child(1) {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fefefe;
  overflow: hidden;
  height: 19.2vw;
}
.cpzx .ccp-swiper .swiper-wrapper .swiper-slide a:nth-child(1) img {
  /*width: 100%;*/
  max-height: 100%;
}
.cpzx .ccp-swiper .swiper-wrapper .swiper-slide a:nth-child(2) {
  padding: 1.2vh 3% 1.2vh 4%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #383838;
  transition: all 0.4s;
}
.cpzx .ccp-swiper .swiper-wrapper .swiper-slide a:nth-child(2) p {
  font-size: 16px;
  letter-spacing: 1px;
  color: #ffffff;
}
.cpzx .ccp-swiper .swiper-wrapper .swiper-slide a:nth-child(2) img {
  transition: all 0.4s;
}
.cpzx .ccp-swiper .swiper-wrapper .swiper-slide:hover {
  box-shadow: 1px 1px 10px #000;
}
.cpzx .ccp-swiper .swiper-wrapper .swiper-slide:hover a:nth-child(2) {
  background: #d41833;
}
.cpzx .ccp-swiper .swiper-wrapper .swiper-slide:hover a:nth-child(2) img {
  transform: rotateZ(360deg);
}
.sy-bt {
  text-align: center;
}
.sy-bt h3 {
  font-size: 36px;
  font-weight: bold;
  color: #eeeeee;
  transform-origin: left;
  transition: var(--custom-transiton2);
  transition-property: transform, opacity;
}
.sy-bt P {
  font-size: 14px;
  font-family: ArialMT;
  color: #eeeeee;
  transform-origin: left;
  transition: var(--custom-transiton2);
  transition-property: transform, opacity;
}
.ccp-box {
  overflow: inherit;
}
section {
  overflow: hidden;
}
.jjfa .fp-tableCell {
  vertical-align: bottom;
  padding-bottom: 2vh;
}
.jjfa .sy-bt h3,
.jjfa .sy-bt p {
  color: #2c2c2c;
}
.jjfa-box {
  display: flex;
  margin-top: 10.2vh;
}
.jjfa-box .jjfa-list {
  position: relative;
  flex: 1;
  overflow: hidden;
  margin-right: 5px;
  opacity: 0;
  transform: translateY(-30px);
  transition: all 0.8s;
}
.jjfa-box .jjfa-list .jjfa-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  transition: all 0.8s;
  height: 67.55vh;
}
.jjfa-box .jjfa-list .jjfa-nr {
  position: absolute;
  width: 100%;
  left: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: all 0.9s;
  justify-content: center;
  padding: 0 9% 0 8%;
  top: 39.5%;
}
.jjfa-box .jjfa-list:hover .jjfa-nr div{
      height: auto;
 }
.jjfa-box .jjfa-list .jjfa-nr h3 {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #eeeeee;
}
.jjfa-box .jjfa-list .jjfa-nr div {
  font-size: 13.5px;
  line-height: 3.5vh;
  color: #eeeeee;
  height: 7.3vh;
  margin-top: 2.5vh;
  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;
  transition: all .4s;
}
.jjfa-box .jjfa-list .jjfa-nr a {
  width: 140px;
  height: 33px;
  background-color: #d41833;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s;
  font-size: 12px;
  color: #eeeeee;
  margin-top: 2.5vh;
  opacity: 0;
  visibility: hidden;
}
.jjfa-box .jjfa-list .jjfa-nr a:hover {
  box-shadow: 1px 1px 10px #d41833;
  transform: translateX(4px);
}
.jjfa-box .jjfa-list:nth-child(2n) {
  transform: translateY(30px);
}
.jjfa-box .jjfa-list:last-child {
  margin-right: 0;
}
.jjfa-box .jjfa-list:hover .jjfa-nr {
  top: 0;
}
.jjfa-box .jjfa-list:hover a {
  opacity: 1;
  visibility: visible;
}
.jjfa-box .jjfa-list:hover .jjfa-bg {
  transform: scale(1.06);
}
.why {
  background-image: url(../images/why-bg.jpg);
}
.why .sy-bt h3 {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-top: 5px;
}
.why .sy-bt h3 img {
  margin: 0 1%;
  position: relative;
  top: -5px;
}
.why .why-con {
  max-width: 81.7%;
  margin: 0 auto;
  margin-top: 9vh;
}
.why .why-con .why-list {
  display: flex;
  margin-top: 9vh;
  justify-content: space-between;
}
.why .why-con .why-list li {
  text-align: center;
  margin-top: 15vh;
  opacity: 0;
  transition: all 1s;
  transform: translateY(100px);
}
.why .why-con .why-list li a {
  transition: all 0.4s;
  display: block;
  transform: translateY(0px);
}
.why .why-con .why-list li div:nth-child(1) {
  position: relative;
}
.why .why-con .why-list li div:nth-child(1) img:nth-child(1) {
  animation: rotate 10s linear 0s infinite;
  width: 12.8vh;
}
.why .why-con .why-list li div:nth-child(1) img:nth-child(2) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.why .why-con .why-list li div:nth-child(2) {
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 1px;
  color: #fcfdfe;
  margin-top: 1.8vh;
}
.why .why-con .why-list li div:nth-child(3) {
  position: relative;
  top: -4.6vh;
}
.why .why-con .why-list li div:nth-child(3) img {
  height: 35vh;
}
.why .why-con .why-list li:nth-child(2n) {
  margin-top: 0;
}
.why .why-con .why-list li:nth-child(2n) div:nth-child(3) {
  height: 41.6vh;
  top: -7.6vh;
}
.why .why-con .why-list li:nth-child(2n) div:nth-child(3) img {
  height: 45vh;
}
.why .why-con .why-list li:nth-child(2n) div:nth-child(1) img:nth-child(1) {
  width: 15.5vh;
}
.why .why-con .why-list li:hover a {
  transform: translateY(-15px) !important;
}
.about .about-con {
  max-width: 84.9%;
  margin: 0 auto;
  margin-top: 5vh;
}
.about .about-con .about-dh {
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}
.about .about-con .about-dh .sy-bt h3,
.about .about-con .about-dh .sy-bt p {
  color: #3c3c3c;
  text-align: left;
}
.about .about-con .about-dh ul {
  display: flex;
  flex: 1;
  justify-content: flex-end;
  border-bottom: 1px solid #ebebeb;
  margin-left: 2.5%;
  padding-bottom: 2.4vh;
  position: relative;
  top: -2px;
  margin-top: 0;
  padding-right: 3.3%;
}
.about .about-con .about-dh ul li {
  padding: 0 1.7%;
  position: relative;
  flex: initial;
  transform-origin: left;
  transition: var(--custom-transiton2);
  transition-property: transform, opacity;
}
.about .about-con .about-dh ul li a {
  font-size: 16px;
  color: #262626;
  transition: all 0.4s;
}
.about .about-con .about-dh ul li a:hover {
  color: #d41833;
}
.about .about-con .about-dh ul li::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  right: 0;
  width: 1px;
  height: 13px;
  background: #a7a7a7;
}
.about .about-con .about-dh ul li:last-child::after {
  display: none;
}
.about .about-con .about-jj {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 5.7vh;
}
.about .about-con .about-jj .about-bg {
  border-radius: 10px;
  overflow: hidden;
  width: 45.1%;
}
.about .about-con .about-jj .about-bg p {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 42.7vh;
  transform: scale(1.2) translateX(0);
  transition: all 2s ease-in-out;
}
.about .about-con .about-jj .about-nr {
  width: 50.4%;
  padding-right: 4%;
  background: url(../images/dt.png) no-repeat;
  background-size: 87%;
  position: relative;
  overflow: hidden;
}
.about .about-con .about-jj .about-nr h4 {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #303030;
  position: relative;
  padding-bottom: 3.8vh;
}
.about .about-con .about-jj .about-nr h4::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 34px;
  height: 5px;
  background-color: #19385d;
}
.about .about-con .about-jj .about-nr div {
  font-size: 14px;
  line-height: 3.7vh;
  color: #303030;
  margin-top: 3vh;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 6;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-word;
  white-space: normal;
}
.about .about-con .about-jj .about-nr a {
  width: 131px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  transition: all 0.4s;
  color: #da4658;
  border-bottom: 1px solid #d41833;
  margin-top: 3.5vh;
  padding-bottom: 2px;
}
.about .about-con .about-jj .about-nr a:hover {
  transform: translateX(4px);
}
.about .about-con .about-jj .about-nr::after {
  position: absolute;
  top: 0;
  left: -51%;
  width: 150%;
  height: 116%;
  background-color: #fff;
  transform: skew(-50deg);
  transition: all 2s ease-in-out;
  content: "";
  z-index: 5;
}
.about .about-con ul {
  display: flex;
  margin-top: 9vh;
}
.about .about-con ul li {
  flex: 1;
  display: flex;
  justify-content: center;
  position: relative;
}
.about .about-con ul li::after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  width: 1px;
  height: 76%;
  background-color: #c9cdd6;
}
.about .about-con ul .about-sz {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 55%;
}
.about .about-con ul .about-sz .about-sz-xq {
  min-width: 48%;
}
.about .about-con ul .about-sz .about-sz-xq p {
  font-size: 14px;
  color: #6f6f6f;
}
.about .about-con ul .about-sz .about-sz-xq div {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.about .about-con ul .about-sz .about-sz-xq div h3 span:nth-child(1) {
  font-family: Arial-BoldMT;
  font-size: 46px;
  color: #323233;
}
.about .about-con ul .about-sz .about-sz-xq div h3 span:nth-child(2) {
  font-family: Arial-BoldMT;
  font-size: 46px;
  color: #323233;
}
.about .about-con ul .about-sz .about-sz-xq div .dw {
  font-size: 14px;
  color: #6f6f6f;
  position: relative;
  top: -5px;
  margin-left: 8%;
}
.about .about-con ul .about-sz .about-sz-tb {
  position: relative;
  top: 7px;
}
.hzpp {
  background-image: url(../images/hb-bg.png);
  background-color: #19345a;
  background-size: 75% 75% !important;
  background-repeat: no-repeat;
  background-position: 50% 75%;
}
.hzpp .hzpp-con .row {
  margin-left: -1.75vh;
  margin-right: -1.75vh;
  margin-top: 11vh;
}
.hzpp .hzpp-con .row .hb-items {
  margin-bottom: 3.5vh;
  padding: 0 1.75vh;
}
.hzpp .hzpp-con .row .hb-items div {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border: solid 1px #e8e8e8;
  height: 13.5vh;
  overflow: hidden;
  transition: all 0.4s;
}
.hzpp .hzpp-con .row .hb-items div img {
  max-height: 70%;
  max-width: 80%;
  opacity: 0;
  transform: translate(0px, 20px) scale(1.2);
  transition: transform 1.5s ease-out;
}
.hzpp .hzpp-con .row .hb-items div:hover {
  transform: translateY(-4px);
}
.news {
  position: relative;
  overflow: hidden;
}
.news .news-con .sy-bt h3,
.news .news-con .sy-bt p {
  color: #3b3b3b;
}
.news .news-con .news-box {
  display: flex;
  justify-content: space-between;
  margin-top: 11vh;
  position: relative;
  z-index: 11;
}
.news .news-con .news-box .news-lf {
  width: 43.4%;
  position: relative;
  overflow: hidden;
}
.news .news-con .news-box .news-lf a:nth-child(1) {
  display: block;
  height: 100%;
  transition: all 0.4s;
}
.news .news-con .news-box .news-lf a:nth-child(1) p {
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  transition: all 0.7s;
}
.news .news-con .news-box .news-lf a:nth-child(2) {
  background-color: rgba(0, 0, 0, 0.66);
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #ffffff;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 1.8vh 11px;
  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;
}
.news .news-con .news-box .news-lf:hover a:nth-child(1) {
  box-shadow: 1px 1px 10px #000;
}
.news .news-con .news-box .news-lf:hover a:nth-child(1) p {
  transform: scale(1.03);
}
.news .news-con .news-box .news-lf:hover a:nth-child(2) {
  background: #d41833;
}
.news .news-con .news-box .news-rt {
  width: 51%;
}
.news .news-con .news-box .news-rt .news-items {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4.6vh;
}
.news .news-con .news-box .news-rt .news-items .news-thumb {
  width: 23.4%;
  overflow: hidden;
}
.news .news-con .news-box .news-rt .news-items .news-thumb p {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 13vh;
  transition: all 0.7s;
}
.news .news-con .news-box .news-rt .news-items .news-datail {
  width: 73.3%;
  padding-right: 7%;
}
.news .news-con .news-box .news-rt .news-items .news-datail div:nth-child(1) {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news .news-con .news-box .news-rt .news-items .news-datail div:nth-child(1) a {
  font-size: 16px;
  font-weight: bold;
  color: #2c2c2c;
  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;
  flex: 1;
  padding-right: 10%;
  transition: all 0.4s;
}
.news .news-con .news-box .news-rt .news-items .news-datail div:nth-child(1) p {
  font-family: ArialMT;
  font-size: 14px;
  color: #aeaeae;
}
.news .news-con .news-box .news-rt .news-items .news-datail div:nth-child(2) {
  margin-top: 2.5vh;
}
.news .news-con .news-box .news-rt .news-items .news-datail div:nth-child(2) a {
  font-size: 14px;
  color: #717171;
  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;
  transition: all 0.4s;
  line-height: 3.8vh;
}
.news .news-con .news-box .news-rt .news-items:last-child {
  margin-bottom: 0;
}
.news .news-con .news-box .news-rt .news-items:hover .news-thumb p {
  transform: scale(1.04);
}
.news .news-con .news-box .news-rt .news-items:hover .news-datail div:nth-child(2) a,
.news .news-con .news-box .news-rt .news-items:hover .news-datail div:nth-child(1) a {
  color: #da4658;
}
.news::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(../images/bl.png) no-repeat center center;
  background-size: 100% auto;
  animation: hmp5Bg 30s linear infinite;
  left: 0px;
  bottom: -114px;
  margin-right: -100px;
  margin-top: 20%;
}
@keyframes hmp5Bg {
  0% {
    opacity: 0.9;
  }
  50% {
    opacity: 1;
    transform: scale(0.9) rotate(40deg) skew(30deg, -30deg);
  }
  100% {
    opacity: 0.8;
    transform: scale(0.8) rotate(0deg) skew(0deg, 0deg);
  }
}
.footer {
  position: relative;
  height: fit-content !important;
}
.footer .fp-tableCell {
  display: block !important;
  height: fit-content !important;
}
.footer #footer-text {
  background-color: #333333;
  height: fit-content !important;
}
.footer #footer-text .foot-cont {
  max-width: 85%;
  margin: 0 auto;
  padding-top: 9vh;
}
.footer #footer-text .foot-cont .foot-tp {
  display: flex;
  justify-content: space-between;
}
.footer #footer-text .foot-cont .foot-tp .foot-lf {
  display: flex;
  flex: 1;
}
.footer #footer-text .foot-cont .foot-tp .foot-lf div {
  margin-right: 5.2%;
}
.footer #footer-text .foot-cont .foot-tp .foot-lf div p a {
  transition: all 0.4s;
  font-size: 18px;
  letter-spacing: 1px;
  color: #ffffff;
}
.footer #footer-text .foot-cont .foot-tp .foot-lf div p a:hover {
  color: #da4658;
}
.footer #footer-text .foot-cont .foot-tp .foot-lf div ul {
  margin-top: 2.5vh;
}
.footer #footer-text .foot-cont .foot-tp .foot-lf div ul li {
  margin-bottom: 1.3vh;
}
.footer #footer-text .foot-cont .foot-tp .foot-lf div ul li a {
  transition: all 0.4s;
  font-size: 14px;
  letter-spacing: 1px;
  color: #ffffff;
}
.footer #footer-text .foot-cont .foot-tp .foot-lf div ul li a:hover {
  color: #da4658;
}
.footer #footer-text .foot-cont .foot-tp .foot-lf div:last-child {
  margin-right: 0;
}
.footer #footer-text .foot-cont .foot-tp .foot-rt {
  width: 28.32%;
}
.footer #footer-text .foot-cont .foot-tp .foot-rt ul:nth-child(1) {
  display: flex;
}
.footer #footer-text .foot-cont .foot-tp .foot-rt ul:nth-child(1) li {
  position: relative;
  cursor: pointer;
}
.footer #footer-text .foot-cont .foot-tp .foot-rt ul:nth-child(1) li div {
  position: absolute;
  top: 102%;
  background: #fff;
  width: 121px;
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  padding: 17%;
  z-index: 5;
  opacity: 0;
  transition: all 0.5s;
}
.footer #footer-text .foot-cont .foot-tp .foot-rt ul:nth-child(1) li:hover div {
  opacity: 1;
  transform: translateX(-50%) translateY(0px);
}
.footer #footer-text .foot-cont .foot-tp .foot-rt ul:nth-child(1) li:nth-child(1) {
  margin-right: 6.5%;
}
.footer #footer-text .foot-cont .foot-tp .foot-rt ul:nth-child(2) {
  margin-top: 4.3vh;
}
.footer #footer-text .foot-cont .foot-tp .foot-rt ul:nth-child(2) li {
  display: flex;
  margin-bottom: 1.5vh;
}
.footer #footer-text .foot-cont .foot-tp .foot-rt ul:nth-child(2) li P {
  font-family: ArialMT;
  font-size: 14px;
  transition: all 0.4s;
  letter-spacing: 1px;
  color: #ffffff;
  opacity: 0.68;
}
.footer #footer-text .foot-cont .foot-tp .foot-rt ul:nth-child(2) li p:nth-child(2) {
  flex: 1;
  padding-left: 14%;
}
.footer #footer-text .foot-cont .foot-tp .foot-rt ul:nth-child(2) li:last-child {
  margin-bottom: 0;
}
.footer #footer-text .foot-cont .foot-bt {
  margin-top: 14vh;
}
.footer #footer-text .foot-cont .foot-bt p {
  display: flex;
  justify-content: center;
  text-align: center;
  font-size: 12px;
  letter-spacing: 1px;
  color: #bebebe;
  align-items: center;
}
.footer #footer-text .foot-cont .foot-bt p a {
  font-size: 12px;
  letter-spacing: 1px;
  color: #bebebe;
  transition: all 0.4s;
}
.footer #footer-text .foot-cont .foot-bt p a:hover {
  color: #d41833;
}
.footer #footer-text .foot-cont .foot-bt p:last-child {
  margin-top: 4vh;
  padding-bottom: 3.5vh;
}
.footer #footer-text .foot-cont .foot-bt p:last-child img {
  margin-right: 19px;
}
.ny-head {
  position: sticky;
  background: #fff;
  animation-delay: 0.5s;
  box-shadow: 1px 1px 10px #999;
  -webkit-animation-delay: 0.5s;
}
.ny-head .head-cen {
  padding: 1.95vh 0;
}
.active {
  background-size: 100% 100%;
}
.active .hzpp-con .row .hb-items div img {
  opacity: 1 !important;
  transform: translate(0px, 0px) scale(1) !important;
}
.active .about-con .about-dh ul li {
  animation: text-active-animation1 1.5s cubic-bezier(0.7, 0, 0.2, 1) both 0s;
}
.active .about-con .about-jj .about-bg p {
  transform: scale(1) translateX(0) !important;
}
.active .about-con .about-jj .about-nr::after {
  transform: skew(-50deg) translateX(150%);
}
.active .why-con .why-list li {
  opacity: 1;
  transform: translateY(0);
}
.active .why-con .why-list li:nth-child(1) {
  transition-delay: 0.2s;
}
.active .why-con .why-list li:nth-child(2) {
  transition-delay: 0.4s;
}
.active .why-con .why-list li:nth-child(3) {
  transition-delay: 0.6s;
}
.active .why-con .why-list li:nth-child(4) {
  transition-delay: 0.8s;
}
.active .why-con .why-list li:nth-child(5) {
  transition-delay: 1s;
}
.active .jjfa-con ul .jjfa-list {
  opacity: 1;
  transform: translateY(0) !important;
  transition-delay: 0.8s;
}
.active .sy-bt h3 {
  animation: text-active-animation1 1.5s cubic-bezier(0.7, 0, 0.2, 1) both 0s;
}
.active .sy-bt P {
  animation: text-active-animation1 1.5s cubic-bezier(0.7, 0, 0.2, 1) both 0s;
}
.active .cpzx-con .cxt-swiper .swiper-wrapper .swiper-slide div p:nth-child(1) {
  opacity: 1;
  transform: scale(1);
}
.active .cpzx-con .cxt-swiper .swiper-wrapper .swiper-slide div p:nth-child(2) {
  opacity: 1;
  transform: translateY(0);
}
.active .cpzx-con .cxt-swiper .swiper-wrapper .swiper-slide:nth-child(1) div p:nth-child(2) {
  transition-delay: 0.6s;
}
.active .cpzx-con .cxt-swiper .swiper-wrapper .swiper-slide:nth-child(2) div p:nth-child(2) {
  transition-delay: 0.75s;
}
.active .cpzx-con .cxt-swiper .swiper-wrapper .swiper-slide:nth-child(3) div p:nth-child(2) {
  transition-delay: 0.9s;
}
.active .cpzx-con .cxt-swiper .swiper-wrapper .swiper-slide:nth-child(4) div p:nth-child(2) {
  transition-delay: 1.05s;
}
.active .cpzx-con .cxt-swiper .swiper-wrapper .swiper-slide:nth-child(5) div p:nth-child(2) {
  transition-delay: 1.2s;
}
.active .cpzx-con .cxt-swiper .swiper-wrapper .swiper-slide::after {
  opacity: 1;
  width: 63%;
}
.active .cpzx-con .cxt-swiper .swiper-wrapper .swiper-slide:nth-child(1):after {
  transition-delay: 0.7s;
}
.active .cpzx-con .cxt-swiper .swiper-wrapper .swiper-slide:nth-child(2):after {
  transition-delay: 0.85s;
}
.active .cpzx-con .cxt-swiper .swiper-wrapper .swiper-slide:nth-child(3):after {
  transition-delay: 0.95s;
}
.active .cpzx-con .cxt-swiper .swiper-wrapper .swiper-slide:nth-child(4):after {
  transition-delay: 0.95s;
}
.active .c-box {
  opacity: 1;
  transform: translateY(0) rotate(0);
  transition-delay: 0.8s;
}
@keyframes text-active-animation1 {
  0% {
    opacity: 0 !important;
    filter: alpha(opacity=0) !important;
    -webkit-transform: translateY(100%) rotate(8deg);
    transform: translateY(100%) rotate(8deg);
  }
  100% {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.i-ban {
  overflow: hidden;
}
.i-ban img {
  animation: sx 4s 0s forwards;
  transform: scale(1.2);
}
@keyframes sx {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.i-crumb .container {
  height: 77px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e1e1e1;
}
.i-crumb .container p {
  font-size: 14px;
  color: #2b2b2b;
}
.i-crumb .container p a {
  font-size: 14px;
  color: #2b2b2b;
  transition: all 0.4s;
}
.i-crumb .container p a:hover {
  color: #d41833;
}
.i-crumb .container ul {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
.i-crumb .container ul li {
  margin-left: 5.5%;
}
.i-crumb .container ul li a {
  font-size: 16px;
  color: #2b2b2b;
  transition: all 0.4s;
}
.i-crumb .container ul li:nth-child(1) {
  margin-left: 0;
}
.i-crumb .container ul li:hover a {
  color: #d41833;
}
.i-crumb .container ul .active a {
  color: #d41833;
  font-weight: bold;
}
.c-con {
  padding-bottom: 3.7%;
}
.c-con .row {
  margin-top: 3.5%;
  margin-left: -0.7%;
  margin-right: -0.7%;
  margin-bottom: 0.7%;
}
.c-con .row .c-items {
  padding: 0 5%;
  padding: 0 0.7%;
  margin-bottom: 2.4%;
}
.c-con .row .c-items .c-items-con {
  position: relative;
  transition: all 0.4s;
}
.c-con .row .c-items .c-items-con .c-thumb {
  border: solid 1px #d9d9d9;
  height: 46.8vh;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 375px;
}
.c-con .row .c-items .c-items-con .c-thumb img {
  max-height: 100%;
}
.c-con .row .c-items .c-items-con a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: all 0.5s;
  background-color: #00428e;
  padding: 23% 19% 12% 12%;
  opacity: 0;
  transform: scale(0.95);
}
.c-con .row .c-items .c-items-con a div h4 {
  font-size: 24px;
  color: #ffffff;
}
.c-con .row .c-items .c-items-con a div p {
  font-size: 16px;
  line-height: 36px;
  color: #ffffff;
  margin-top: 11%;
}
.c-con .row .c-items .c-items-con:hover {
  box-shadow: 0px 1px 32px 0px rgba(0, 6, 26, 0.19);
}
.c-con .row .c-items .c-items-con:hover a {
  opacity: 1;
  transform: scale(1);
}
.pagination {
  display: flex;
  justify-content: center;
}
.pagination li {
  margin: 0 3px;
}
.pagination li a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #333;
  border: 1px solid #d9d9d9;
  padding: 6px 14px;
  transition: all 0.4s;
}
.pagination li:hover a {
  background: #004e94;
  border: 1px solid #004e94;
  color: #fff;
}
.pagination .active a {
  background: #004e94;
  color: #fff;
  border: 1px solid #004e94;
}
.pagination li.zjt a {
  border: none;
  padding: 0;
}
.pagination li img {
  height: 38.5px;
}
.pagination li.yjt a  {
  padding: 0;
  border: none;
}
.g-jj {
  margin-top: 4.3%;
}
.g-jj .g-jj-nr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 3.3%;
}
.g-jj .g-jj-nr .g-jj-lf {
  width: 51.3%;
}
.g-jj .g-jj-nr .g-jj-lf h2 img {
  max-width: 42%;
}
.g-jj .g-jj-nr .g-jj-lf div {
  font-size: 16px;
  line-height: 36px;
  color: #585858;
  margin-top: 5.7%;
}
.g-jj .g-jj-nr .g-jj-rt {
  width: 45%;
}
.g-jj .g-jj-nr .g-jj-rt img {
  width: 100%;
}
.g-jj .g-jj-last {
  font-size: 16px;
  line-height: 36px;
  color: #585858;
  margin-top: 2.3%;
}
.g-bt {
  text-align: center;
}
.g-bt h3 {
  font-size: 36px;
  font-weight: bold;
  color: #2b2b2b;
}
.g-bt p {
  font-size: 18px;
  color: #b6b6b6;
  margin-top: 0.4%;
}
.g-wh {
  margin-top: 7.5%;
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0px 1px 32px 0px rgba(0, 6, 26, 0.19);
}
.g-wh .g-wh-items {
  width: calc(100%/3);
}
.g-wh .gwh-thumb {
  overflow: hidden;
}
.g-wh .gwh-thumb p {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  transition: all 0.8s;
}
.g-wh .gwh-thumb:hover p {
  transform: scale(1.04);
}
.g-wh .gwh-wz .con {
  padding: 0 10%;
  padding-top: 8%;
  padding-bottom: 8%;
  min-height: 33.3vh;
  padding-right: 8%;
}
.g-wh .gwh-wz .con h4 {
  font-size: 24px;
  font-weight: bold;
  color: #2b2b2b;
}
.g-wh .gwh-wz .con div {
  font-size: 14px;
  line-height: 36px;
  color: #2b2b2b;
  margin-top: 5.5%;
}
.g-wh .gwh-wz .con div table tr td {
  width: 50%;
  font-size: 12px;
  color: #2b2b2b;
}
.g-wh .gwh-wz .con div table tr td h5 {
  font-size: 14px;
  font-weight: bold;
  color: #2b2b2b;
  margin-bottom: 2.3%;
}
.g-wh .gwh-wz:nth-child(3) {
  background: url(../images/yj-bg.jpg) no-repeat;
  background-position: bottom right;
  background-size: 100%;
}
.g-wh .gwh-wz:nth-child(5) {
  background: url(../images/sm-bg.jpg) no-repeat;
  background-position: bottom right;
  background-size: 100%;
}
.g-wh .gwh-wz:nth-child(7) {
  background: url(../images/jzg-bg.jpg) no-repeat;
  background-position: bottom right;
  background-size: 100%;
}
.g-lc {
  margin-top: 6.7%;
}
.g-lc .g-lc-con {
  background: url(../images/lc-bg.jpg) no-repeat;
  background-size: cover;
  margin-top: 3.7%;
  padding-top: 4.3%;
  padding-bottom: 3.9%;
}
.g-lc .g-lc-con .g-lc-cont {
  position: relative;
}
.g-lc .g-lc-con .g-lc-cont .glc-xt {
  position: absolute;
  top: 49.5%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 92.5%;
}
.g-lc .g-lc-con .g-lc-cont .f-lf,
.g-lc .g-lc-con .g-lc-cont .f-rt {
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 1px 15px 0px rgba(4, 0, 0, 0.12);
  border-radius: 100%;
  width: 57px;
  top: 48%;
  height: 57px;
  transition: all 0.4s;
  overflow: hidden;
  background: none;
  background-color: #ffffff;
}
.g-lc .g-lc-con .g-lc-cont .f-lf {
  left: 1.5%;
}
.g-lc .g-lc-con .g-lc-cont .f-lf img:nth-child(1) {
  transition: all 0.4s;
  left: 0;
  position: relative;
}
.g-lc .g-lc-con .g-lc-cont .f-lf img:nth-child(2) {
  position: absolute;
  left: 100%;
  transition: all 0.4s;
}
.g-lc .g-lc-con .g-lc-cont .f-lf:hover {
  background: #d41833;
  box-shadow: 1px 1px 10px #d41833;
}
.g-lc .g-lc-con .g-lc-cont .f-lf:hover img:nth-child(1) {
  position: relative;
  left: -100%;
}
.g-lc .g-lc-con .g-lc-cont .f-lf:hover img:nth-child(2) {
  left: 40%;
}
.g-lc .g-lc-con .g-lc-cont .f-rt:hover {
  background: #d41833;
  box-shadow: 1px 1px 10px #d41833;
}
.g-lc .g-lc-con .g-lc-cont .f-rt:hover img:nth-child(1) {
  left: 100%;
}
.g-lc .g-lc-con .g-lc-cont .f-rt:hover img:nth-child(2) {
  left: 40%;
}
.g-lc .g-lc-con .g-lc-cont .f-rt {
  right: 1.5%;
}
.g-lc .g-lc-con .g-lc-cont .f-rt img:nth-child(1) {
  transition: all 0.4s;
  position: relative;
  left: 0;
}
.g-lc .g-lc-con .g-lc-cont .f-rt img:nth-child(2) {
  position: absolute;
  left: -100%;
  transition: all 0.4s;
}
.g-lc .g-lc-con .g-lc-cont .f-lf:after {
  display: none;
}
.g-lc .g-lc-con .g-lc-cont .f-rt:after {
  display: none;
}
.g-lc .g-lc-con .g-lc-cont .lc-swiper .swiper-wrapper .swiper-slide {
  display: flex;
  flex-direction: column;
  transition: all 0.4s;
}
.g-lc .g-lc-con .g-lc-cont .lc-swiper .swiper-wrapper .swiper-slide .lc-tp {
  display: flex;
  flex-direction: column;
}
.g-lc .g-lc-con .g-lc-cont .lc-swiper .swiper-wrapper .swiper-slide .lc-tp div:nth-child(1) {
  width: 85.3%;
  margin: 0 auto;
  border: solid 4px #00428e;
  overflow: hidden;
}
.g-lc .g-lc-con .g-lc-cont .lc-swiper .swiper-wrapper .swiper-slide .lc-tp h3 {
  background-color: #00428e;
  border-radius: 20px;
  font-size: 24px;
  color: #ffffff;
  margin: 0 auto;
  width: fit-content;
  padding: 1.7% 5.45%;
  transition: all 0.4s;
  margin-top: 12%;
  font-family: DIN-Medium;
}
.g-lc .g-lc-con .g-lc-cont .lc-swiper .swiper-wrapper .swiper-slide .lc-tp div:nth-child(3) {
  font-size: 14px;
  text-align: center;
  line-height: 30px;
  letter-spacing: 1px;
  color: #333333;
  margin-top: 12%;
}
.g-lc .g-lc-con .g-lc-cont .lc-swiper .swiper-wrapper .swiper-slide .tp {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 192px;
  transition: all 0.8s;
}
.g-lc .g-lc-con .g-lc-cont .lc-swiper .swiper-wrapper .swiper-slide .lc-bt .tp {
  opacity: 0;
  height: 0px;
}
.g-lc .g-lc-con .g-lc-cont .lc-swiper .swiper-wrapper .swiper-slide:nth-child(2n) {
  flex-direction: column-reverse;
}
.g-lc .g-lc-con .g-lc-cont .lc-swiper .swiper-wrapper .swiper-slide:nth-child(2n) .lc-tp {
  flex-direction: column-reverse;
}
.g-lc .g-lc-con .g-lc-cont .lc-swiper .swiper-wrapper .swiper-slide:nth-child(2n) .lc-tp h3 {
  margin-bottom: 14%;
}
.g-lc .g-lc-con .g-lc-cont .lc-swiper .swiper-wrapper .swiper-slide:nth-child(2n) .lc-tp div:nth-child(3) {
margin-top: 0;
    height: 199px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
}
.g-lc .g-lc-con .g-lc-cont .lc-swiper .swiper-wrapper .swiper-slide:hover .tp {
  transform: scale(1.04);
}
.g-lc .g-lc-con .g-lc-cont .lc-swiper .swiper-wrapper .swiper-slide:hover .lc-tp h3 {
  background-color: #ffffff;
  color: #00428e;
}
.g-zz {
  max-width: 80.65%;
  margin: 0 auto;
  margin-top: 5.7%;
}
.g-zz .g-zz-con {
  margin-top: 3.5%;
}
#certify .swiper-slide {
  width: 22.45%;
  transition: all .3s;
}
.g-hj {
  background-color: #f2f2f2;
  margin-top: 7%;
  padding-top: 4%;
  padding-bottom: 7.3%;
}
.g-hj .g-hj-con {
  margin-top: 2.5%;
}
.g-hj .g-hj-con ul {
  display: flex;
  margin-left: -0.6%;
  margin-right: -0.6%;
  flex-wrap: wrap;
}
.g-hj .g-hj-con ul li {
  width: 20%;
  margin-bottom: 1.2%;
  padding: 0 0.6%;
}
.g-hj .g-hj-con ul li div {
  overflow: hidden;
}
.g-hj .g-hj-con ul li div p {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 200px;
  transition: all 0.8s;
}
.g-hj .g-hj-con ul li:hover div p {
  transform: scale(1.05);
}
.xd {
  position: relative;
}
.jd {
  position: absolute;
}
#Profile {
  top: -16%;
}
#Concepts {
  top: -14%;
}
#History {
  top: -16%;
}
#Honours {
  top: -20%;
}
#Environments {
  top: -12%;
}
.j-con {
  margin-top: 4.2%;
  padding-bottom: 3.5%;
}
.j-con .container {
  text-align: center;
  font-size: 18px;
  line-height: 36px;
  color: #585858;
  margin-top: 1.5%;
}
.j-con .jjfa-box .jjfa-list {
  opacity: 1;
  transform: translateY(0px);
}
.j-con .jjfa-box {
  margin-top: 4.5%;
}
.j-con .jjfa-box .jjfa-list .jjfa-nr div {
  display: block;
  transition: all 0.4s;
}
.j-con .jjfa-box .jjfa-list .jjfa-nr {
  top: 35.5%;
}
.j-con .jjfa-list:hover .jjfa-nr {
  top: 0;
}
.j-con .jjfa-list:hover .jjfa-nr div {
  height: 20%;
}
.k-zc {
  margin-top: 4.3%;
  overflow: inherit;
}
.k-zc .k-zc-con {
  padding: 0 4.5% 5.3% 6%;
  margin-top: 1%;
  position: relative;
  overflow: hidden;
}
.k-zc .k-zc-con .k-zc-bg {
  background: url(../images/zc-bg.jpg) no-repeat;
  background-size: cover;
  border-radius: 60px 0px 60px 60px;
  width: 100%;
  height: 88.5%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-position: 100% 100%;
}
.k-zc .k-zc-con .qm {
  position: absolute;
  right: 2%;
  bottom: 1%;
  width: 17.9%;
}
.k-zc .k-zc-con .k-zc-cont {
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: flex-start;
}
.k-zc .k-zc-con .k-zc-lf {
  border-radius: 80px 80px 0px 80px;
  overflow: hidden;
  width: 31.9%;
}
.k-zc .k-zc-con .k-zc-lf img {
  transition: all 0.8s;
  width: 100%;
}
.k-zc .k-zc-con .k-zc-lf:hover img {
  transform: scale(1.04);
}
.k-zc .k-zc-con .k-zc-rt {
  font-size: 16px;
  line-height: 36px;
  color: #333333;
  width: 62.32%;
  position: relative;
  padding-bottom: 2.5%;
  z-index: 2;
  padding-top: 11%;
}
.k-zc .k-zc-con .k-zc-rt .yh {
  position: absolute;
  right: 0;
  top: 26%;
  width: 8.7%;
}
.k-px {
  background-color: #f7f7f7;
  margin-top: 4.8%;
  padding-top: 4.2%;
  padding-bottom: 3.2%;
}
.k-px .k-px-con {
  display: flex;
  justify-content: space-between;
  margin-top: 3.5%;
}
.k-px .k-px-con .k-px-lf {
  font-size: 16px;
  line-height: 36px;
  color: #585858;
  width: 49.35%;
  padding-top: 3.3%;
  padding-bottom: 4.4%;
}
.k-px .k-px-con .k-px-lf h4 {
  font-size: 24px;
  font-weight: bold;
  color: #585858;
  margin-bottom: 6.5%;
}
.k-px .k-px-con .k-px-rt {
  overflow: hidden;
  width: 45.57%;
}
.k-px .k-px-con .k-px-rt p {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  transition: all 0.8s;
}
.k-px .k-px-con .k-px-rt:hover p {
  transform: scale(1.05);
}
.k-zr {
  margin-top: 3.8%;
}
.k-zr .k-zr-con {
  margin-top: 2.2%;
}
.k-zr .k-zr-con img {
  width: 100%;
}
.k-sy {
  margin-top: 5%;
  margin-bottom: 4.5%;
}
.k-sy .k-sy-con {
  margin-top: 3.5%;
}
.k-sy .k-sy-con img {
  width: 100%;
}
#Speech {
  top: -14%;
}
#Training {
  top: -8%;
}
#Responsibility {
  top: -23%;
}
#Newenergy {
  top: -16%;
}
.l-con {
  margin-top: 3.7%;
  margin-bottom: 5.5%;
}
.l-con h4 {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #2a2a2a;
  border-bottom: 1px solid rgba(222, 222, 222, 0.43);
  padding-bottom: 2%;
}
.l-con ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 8.5%;
}
.l-con ul li {
  background-color: #f0f0f6;
  width: 24.05%;
  padding-bottom: 2%;
  transition: all 0.4s;
}
.l-con ul li .tubiao {
  background-color: #00428e;
  border-radius: 100%;
  width: 11vh;
  height: 11vh;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-top: -16%;
}
.l-con ul li .tubiao img {
  max-width: 57%;
}
.l-con ul li .con {
  text-align: center;
}
.l-con ul li .con h5 {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #404040;
  margin-top: 8%;
}
.l-con ul li .con div {
  font-size: 14px;
  line-height: 22px;
  color: #404040;
  margin-top: 3.8%;
}
.l-con ul li .con div img {
  width: 30%;
}
.l-con ul li:hover {
  transform: translateY(-7px);
}
.l-con ul li:hover .tubiao img {
  animation: 0.8s dh linear;
}
.l-con #map {
  height: 57.35vh;
  border-radius: 3px;
  overflow: hidden;
  margin-top: 4.2%;
}
.l-con #map img {
  max-width: inherit;
}
@keyframes dh {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.06);
  }
  100% {
    transform: scale(1);
  }
}
.x-con {
  background: #f5f6f8;
  margin-top: 3%;
  margin-bottom: 4%;
}
.x-con .container {
  margin-bottom: 5%;
}
.x-con .container .x-items {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
  margin-bottom: 2.5%;
  padding: 2% 5% 2% 2.2%;
  transition: all 0.4s;
}
.x-con .container .x-items .x-thumb {
  overflow: hidden;
  width: 18.4%;
}
.x-con .container .x-items .x-thumb p {
  transition: all 0.8s;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 176px;
}
.x-con .container .x-items .x-rt {
  width: 79%;
  padding-top: 1%;
}
.x-con .container .x-items .x-rt a:nth-child(1) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 1.3%;
}
.x-con .container .x-items .x-rt a:nth-child(1) p:nth-child(1) {
  flex: 1;
  padding-right: 10%;
  font-size: 24px;
  color: #2b2b2b;
  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;
}
.x-con .container .x-items .x-rt a:nth-child(1) p:nth-child(2) {
  font-size: 14px;
  color: #838383;
}
.x-con .container .x-items .x-rt a:nth-child(2) {
  font-size: 14px;
  color: #838383;
  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;
  width: 84%;
  transition: all 0.4s;
  margin-top: 2%;
}
.x-con .container .x-items .x-rt a:nth-child(3) {
  font-size: 14px;
  width: fit-content;
  display: block;
  margin: 0 auto;
  margin-right: 0;
  color: #d50900;
  margin-top: 0.5%;
  transition: all 0.4s;
}
.x-con .container .x-items:hover {
  box-shadow: 0px 1px 32px 0px rgba(0, 6, 26, 0.19);
  transform: translateX(4px);
}
.x-con .container .x-items:hover .x-thumb p {
  transform: scale(1.03);
}
.x-con .container .x-items:hover .x-rt a:nth-child(1) p:nth-child(1),
.x-con .container .x-items:hover .x-rt a:nth-child(2) {
  color: #d41833;
}
.xshow-con {
  margin-top: 2.7%;
}
.xshow-con .xshow-nr {
  width: 75.7%;
  margin: 0 auto;
}
.xshow-con .xshow-nr .xshow-bt {
  font-size: 24px;
  color: #2b2b2b;
  text-align: center;
}
.xshow-con .xshow-nr .xshow-sj {
  display: flex;
  justify-content: center;
  margin-top: 2.5%;
}
.xshow-con .xshow-nr .xshow-sj li {
  font-size: 14px;
  color: #a7a7a7;
  margin: 0 1%;
}
.xshow-con .xshow-nr .xwzx-content {
  font-size: 16px;
  color: #2b2b2b;
  margin-top: 5.8%;
}
.xshow-con .xshow-dh {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #cccccc;
  padding-left: 1.5%;
  margin-top: 4%;
  padding-top: 2%;
  padding-bottom: 4%;
}
.xshow-con .xshow-dh ul li {
  font-size: 14px;
  color: #666666;
  margin-bottom: 2px;
}
.xshow-con .xshow-dh ul li a {
  font-size: 14px;
  color: #666666;
  transition: all 0.4s;
}
.xshow-con .xshow-dh ul li a:hover {
  color: #d41833;
}
.xshow-con .xshow-dh .xshow-back {
  font-size: 14px;
  transition: all 0.4s;
  color: #00428e;
}
.xshow-con .xshow-dh .xshow-back:hover {
  color: #d41833;
  transform: translateX(-4px);
}
.z-con {
  margin-top: 4.2%;
  padding-bottom: 5.5%;
}
.z-con .z-cont {
  background-color: #f5f6f8;
  margin-top: 2.2%;
  padding: 3% 4% 4% 4.5%;
}
.z-con .z-cont .z-items {
  margin-top: 1%;
}
.z-con .z-cont .z-items .z-tp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(190, 190, 190, 0.5);
  padding-bottom: 1%;
  padding-right: 1.5%;
}
.z-con .z-cont .z-items .z-tp h3 {
  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: 20px;
  font-weight: bold;
  transition: all 0.4s;
  color: #2b2b2b;
  flex: 1;
  padding-right: 10%;
}
.z-con .z-cont .z-items .z-tp p {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.z-con .z-cont .z-items .z-tp p span {
  font-size: 16px;
  color: #999999;
  margin-right: 9px;
}
.z-con .z-cont .z-items .z-tp p span:nth-child(2) {
  display: none;
}
.z-con .z-cont .z-items .z-tp p img {
  transition: all 0.4s;
}
.z-con .z-cont .z-items .z-tp p img:nth-child(4) {
  display: none;
}
.z-con .z-cont .z-items .z-tp:hover h3 {
  color: #00428e;
}
.z-con .z-cont .z-items .z-tp:hover p span {
  color: #00428e;
}
.z-con .z-cont .z-items .z-tp:hover p img:nth-child(3) {
  display: none;
}
.z-con .z-cont .z-items .z-tp:hover p img:nth-child(4) {
  display: inline;
}
.z-con .z-cont .z-items .z-nr {
  font-size: 14px;
  line-height: 30px;
  color: #333333;
  padding-top: 1.8%;
  padding-bottom: 3%;
  display: none;
}
.z-con .z-cont .z-items .z-nr h5 {
  font-size: 16px;
  font-weight: bold;
  color: #00428e;
  margin-bottom: 0.6%;
  margin-top: 1.1%;
}
.z-con .z-cont .z-items .z-nr h5:nth-child(1) {
  margin-bottom: 1.1%;
  margin-top: 0;
}
.z-con .z-cont .z-items .z-nr .z-lx {
  margin-top: 1.7%;
  margin-bottom: 0;
}
.z-con .z-cont .z-items .z-nr ul {
  display: flex;
  flex-wrap: wrap;
  width: 96.5%;
  margin-left: -0.6%;
  margin-right: -0.6%;
}
.z-con .z-cont .z-items .z-nr ul li {
  width: 20%;
  padding: 0 0.6%;
  margin-bottom: 1.2%;
  transition: all 0.4s;
}
.z-con .z-cont .z-items .z-nr ul li strong {
  font-size: 16px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #00428e;
  border-radius: 3px;
  padding: 2.6% 0;
}
.z-con .z-cont .z-items .z-nr ul li:hover {
  transform: translateY(-4px);
}
.z-con .z-cont .z-items:nth-child(1) {
  margin-top: 0;
}
.z-con .z-cont .active .z-tp h3,
.z-con .z-cont .active .z-tp p span {
  color: #00428e;
}
.z-con .z-cont .active .z-tp p img:nth-child(3),
.z-con .z-cont .active .z-tp p span:nth-child(1) {
  display: none;
}
.z-con .z-cont .active .z-tp p img:nth-child(4) {
  display: inline;
  transform: rotateZ(180deg);
}
.z-con .z-cont .active .z-tp p span:nth-child(2) {
  display: inline;
}
.zs-con {
  margin-top: 4.2%;
  margin-bottom: 5%;
}
.zs-con .zs-cont {
  margin-top: 3%;
}
.zs-con .zs-cont h3 {
  background-color: #f2f2f2;
  font-size: 24px;
  color: #00428e;
  font-family: 'Noto Sans SC', sans-serif;
  font-weight: bold;
  padding: 0.96% 2%;
  margin-top: 4.5%;
}
.zs-con .zs-cont h3:nth-child(1) {
  margin-top: 0;
}
.zs-con .zs-cont .zs-box {
  margin-top: 3.5%;
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.6%;
  margin-right: -0.6%;
}
.zs-con .zs-cont .zs-box .zs-items {
  width: 20%;
  padding: 0 0.6%;
  margin-bottom: 1.5%;
}
.zs-con .zs-cont .zs-box .zs-items .zs-items-con {
  height: 100%;
}
.zs-con .zs-cont .zs-box .zs-items .zs-items-con .zs-thumb {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 32.8vh;
  border: solid 1px #eeeeee;
  overflow: hidden;
}
.zs-con .zs-cont .zs-box .zs-items .zs-items-con .zs-thumb img {
  max-height: 100%;
  transition: all 0.8s;
}
.zs-con .zs-cont .zs-box .zs-items .zs-items-con .zs-nr {
  display: block;
  background-color: #b8b8b8;
  text-align: center;
  margin-top: 9px;
  padding: 6.1% 5%;
  transition: all 0.4s;
  height: calc(100% - 33.7vh);
  display: flex;
    flex-direction: column;
    justify-content: center;
}
.zs-con .zs-cont .zs-box .zs-items .zs-items-con .zs-nr .zs-tit {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.4s;
}
.zs-con .zs-cont .zs-box .zs-items .zs-items-con .zs-nr div {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.4s;
}
.zs-con .zs-cont .zs-box .zs-items .zs-items-con:hover .zs-thumb img {
  transform: scale(1.05);
}
.zs-con .zs-cont .zs-box .zs-items .zs-items-con:hover .zs-nr {
  background-color: #00428e;
}
.s-con {
  margin-top: 4.3%;
  margin-bottom: 4.3%;
}
.s-con .s-thumb {
  margin-top: 4.1%;
  overflow: hidden;
}
.s-con .s-thumb img {
  width: 100%;
  transition: all 1s;
}
.s-con .s-thumb:hover img {
  transform: scale(1.03);
}
.s-con .s-cont {
  margin-top: 4.3%;
}
.s-con .s-cont .s-items {
  margin-bottom: 1.9%;
}
.s-con .s-cont .s-items .s-tp {
  background-color: #f2f2f2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.56% 3% 1.56% 2.2%;
  cursor: pointer;
  transition: all 0.4s;
}
.s-con .s-cont .s-items .s-tp h3 {
  font-size: 24px;
  color: #00428e;
  font-family: 'Noto Sans SC', sans-serif;
}
.s-con .s-cont .s-items .s-tp p {
  transition: all 0.4s;
}
.s-con .s-cont .s-items .s-bt {
  font-size: 14px;
  line-height: 32px;
  color: #808080;
  border: solid 1px #e5e5e5;
  font-family: 'Noto Sans SC', sans-serif;
  padding: 1.8% 3% 3% 2.2%;
  display: none;
}
.s-con .s-cont .s-items:last-child {
  margin-bottom: 0;
}
.s-con .s-cont .s-items:hover .s-tp {
  box-shadow: 1px 1px 10px #f2f2f2;
}
.s-con .s-cont .active .s-tp p {
  transform: rotateZ(90deg);
}
/*响应式配置*/
@media (max-width: 1599px) {
  .head .head-cen .head-rt ul li {
    margin-right: 3%;
  }
  .footer #footer-text .foot-cont .foot-tp .foot-lf div {
    margin-right: 4.2%;
  }
  .c-con .row .c-items .c-items-con a div h4 {
    font-size: 22px;
  }
  .c-con .row .c-items .c-items-con a div p {
    font-size: 15px;
    line-height: 31px;
  }
  .g-bt h3 {
    font-size: 30px;
  }
  .g-bt p {
    font-size: 16px;
  }
  .g-wh .gwh-wz .con div table tr td {
    vertical-align: baseline;
  }
  .g-wh .gwh-wz .con {
    padding-right: 1%;
  }
  .g-wh .gwh-wz .con div table tr td:nth-child(2) {
    line-height: 202%;
  }
  .zs-con .zs-cont .zs-box .zs-items .zs-items-con .zs-nr div,
  .zs-con .zs-cont .zs-box .zs-items .zs-items-con .zs-nr .zs-tit {
    font-size: 15px;
  }
  .g-lc .g-lc-con .g-lc-cont .lc-swiper .swiper-wrapper .swiper-slide .lc-tp div:nth-child(3){
      line-height: 24px;
  }
  .k-zc .k-zc-con .k-zc-bg {
    background-position: 76% 100%;
}
}
@media (max-width: 1477px) {
  .head .head-cen .head-rt ul li {
    margin-right: 2.5%;
  }
  .k-zc .k-zc-con .k-zc-rt .yh{
      top: 21%;
  }
  .sy-bt h3 {
    font-size: 30px;
  }
  .sy-bt P {
    font-size: 13px;
  }
  .cpzx .ccp-swiper .swiper-wrapper .swiper-slide a:nth-child(2) p {
    font-size: 15px;
  }
  .jjfa-box .jjfa-list .jjfa-nr h3 {
    font-size: 21px;
  }
  .why .sy-bt h3 img {
    width: 2.5%;
  }
  .why .why-con .why-list li div:nth-child(2) {
    font-size: 21px;
    line-height: 29px;
  }
  .about .about-con .about-jj .about-nr h4 {
    font-size: 23px;
  }
  .about .about-con ul .about-sz .about-sz-xq div h3 span:nth-child(1),
  .about .about-con ul .about-sz .about-sz-xq div h3 span:nth-child(2) {
    font-size: 41px;
  }
  .footer #footer-text .foot-cont .foot-tp .foot-lf div {
    margin-right: 3.2%;
  }
  .footer #footer-text .foot-cont .foot-tp .foot-rt ul:nth-child(2) li p:nth-child(2) {
    padding-left: 9%;
  }
  #menu {
    left: 0.8%;
  }
  #menu .active p {
    width: 49px;
  }
  #menu li p {
    width: 28px;
  }
  .g-wh .gwh-wz .con div table tr td {
    line-height: 211%;
  }
  .g-lc .g-lc-con .g-lc-cont .lc-swiper .swiper-wrapper .swiper-slide .tp {
    height: 140px;
  }
  .g-lc .g-lc-con .g-lc-cont .lc-swiper .swiper-wrapper .swiper-slide:nth-child(2n) .lc-tp div:nth-child(3) {
    height: 149px;
  }
  #certify .swiper-slide {
    width: 25.3%;
  }
  .k-px .k-px-con .k-px-lf,
  .k-zc .k-zc-con .k-zc-rt {
    font-size: 15px;
    line-height: 34px;
  }
  .x-con .container .x-items .x-rt a:nth-child(1) p:nth-child(1) {
    font-size: 22px;
  }
  .zs-con .zs-cont .zs-box .zs-items .zs-items-con .zs-nr div,
  .zs-con .zs-cont .zs-box .zs-items .zs-items-con .zs-nr .zs-tit {
    font-size: 14px;
  }
  .s-con .s-cont .s-items .s-tp h3 {
    font-size: 22px;
  }
  .g-lc .g-lc-con .g-lc-cont .lc-swiper .swiper-wrapper .swiper-slide .lc-tp div:nth-child(3) {
    line-height: 19px;
    font-size: 13px;
}
.k-zc .k-zc-con .k-zc-bg {
    background-position: 73% 100%;
}
}
@media (max-width: 1365px) {
  .head .head-cen .head-rt ul li {
    margin-right: 2%;
  }
  .banner .ban-swiper .swiper-wrapper .swiper-slide .slide2-con .cont .nr .yc:nth-child(3) a,
  .banner .ban-swiper .swiper-wrapper .swiper-slide .slide3-con .cont .nr .yc:nth-child(3) a {
    width: 114px;
    height: 40px;
    font-size: 14px;
  }
  .footer #footer-text .foot-cont .foot-tp .foot-lf div {
    margin-right: 2.2%;
  }
  .about .about-con ul .about-sz {
    width: 65%;
  }
  .c-con .row .c-items .c-items-con a div p {
    font-size: 15px;
    line-height: 29px;
    margin-top: 7%;
  }
  .g-wh .gwh-wz .con div table tr td {
    line-height: 168%;
  }
  .g-wh .gwh-wz .con div {
    line-height: 30px;
  }
  .g-wh .gwh-wz .con h4 {
    font-size: 21px;
  }
  #certify .swiper-slide {
    width: 26.7%;
  }
  .j-con .container {
    font-size: 16px;
    line-height: 30px;
  }
  .l-con h4 {
    font-size: 24px;
  }
  .x-con .container .x-items .x-rt a:nth-child(1) p:nth-child(1) {
    font-size: 21px;
  }
  .z-con .z-cont .z-items .z-tp h3 {
    font-size: 18px;
  }
  .z-con .z-cont .z-items .z-nr ul li strong {
    font-size: 15px;
  }
  .zs-con .zs-cont h3 {
    font-size: 21px;
  }
  .s-con .s-cont .s-items .s-tp h3 {
    font-size: 20px;
  }
  .s-con .s-cont .s-items .s-tp p {
    width: 1%;
  }
  .k-zc .k-zc-con .k-zc-rt .yh{
      top: 18%;
  }
.k-zc .k-zc-con .k-zc-bg {
    background-position: 93% 100%;
}
}
@media (max-width: 1199px) {
  .banner {
    margin-top: 0px;
  }
  .head .head-cen .head-rt ul li a {
    font-size: 15px;
  }
  .head .head-cen .head-rt ul li {
    margin-right: 1%;
  }
  .container {
    max-width: 90%;
  }
  #menu {
    display: none;
  }
  .footer #footer-text .foot-cont .foot-tp {
    display: block;
  }
  .footer #footer-text .foot-cont .foot-tp .foot-rt {
    width: 100%;
    margin-top: 4%;
  }
  .footer #footer-text .foot-cont .foot-tp .foot-lf div {
    margin-right: 4.2%;
  }
  .footer #footer-text .foot-cont .foot-bt {
    margin-top: 11vh;
  }
  .jjfa-box .jjfa-list .jjfa-nr h3 {
    font-size: 18px;
  }
  .why .why-con .why-list li div:nth-child(2) {
    font-size: 19px;
    line-height: 25px;
  }
  .about .about-con ul .about-sz .about-sz-xq div h3 span:nth-child(1),
  .about .about-con ul .about-sz .about-sz-xq div h3 span:nth-child(2) {
    font-size: 36px;
  }
  .jjfa-box .jjfa-list .jjfa-nr a {
    width: 112px;
    height: 32px;
  }
  .cpzx .cpzx-con .cxt-swiper .swiper-wrapper .swiper-slide::after {
    width: 57%;
    left: 45%;
  }
  .cpzx .ccp-swiper .swiper-wrapper .swiper-slide a:nth-child(2) img {
    width: 21px;
  }
  .sy-bt {
    padding-top: 53px;
  }
  .news,
  .hzpp,
  .about,
  .cpzx {
    padding-bottom: 65px;
  }
  .about .about-con .about-dh ul {
    top: 22px;
  }
  .c-con .row .c-items {
    flex: 0 0 calc(100%/3);
    max-width: calc(100%/3);
  }
  #certify .swiper-slide {
    width: 32%;
  }
  .g-hj .g-hj-con ul li div p {
    height: 135px;
  }
  #Profile {
    top: -11%;
  }
  .k-zc .k-zc-con .k-zc-cont {
    display: block;
  }
  .k-zc .k-zc-con .k-zc-lf {
    width: 39%;
    margin: 0 auto;
  }
  .k-zc .k-zc-con .k-zc-rt {
    padding-bottom: 2.5%;
    padding-top: 7%;
    width: 100%;
  }
  #Speech {
    top: -8%;
  }
  .xshow-con .xshow-nr {
    width: 93%;
  }
}
@media (max-width: 990px) {
  .head {
    background: #fff;
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.36);
    position: sticky;
  }
  .head .head-cen .head-logo img:nth-child(2) {
    display: inline;
  }
  .head .head-cen .head-logo img:nth-child(1) {
    display: none;
  }
  .head .head-cen .head-rt ul li a {
    color: #333;
  }
  .container {
    max-width: 93%;
  }
  .banner .ban-swiper .swiper-wrapper .swiper-slide .slide-bg {
    height: 385px;
  }
  .fp-tableCell,
  .section {
    height: auto !important;
  }
  .sy-bt h3 {
    font-size: 25px;
  }
  .head .head-cen .head-rt ul {
    display: none;
  }
  .about .about-con,
  .why .why-con {
    max-width: 88.7%;
  }
  .why .why-con .why-list li div:nth-child(2) {
    font-size: 16px;
    line-height: 23px;
  }
  .cpzx .c-box {
    width: 92%;
  }
  .cpzx .cpzx-con .cxt-swiper {
    width: 85.6% !important;
  }
  .about .about-con ul .about-sz {
    width: 85%;
  }
  .about .about-con ul .about-sz .about-sz-tb {
    top: 2px;
    width: 16%;
  }
  .news .news-con .news-box {
    display: block;
  }
  .news .news-con .news-box .news-lf,
  .news .news-con .news-box .news-rt {
    width: 100%;
  }
  .news .news-con .news-box .news-lf a:nth-child(1) {
    height: 420px;
  }
  .news .news-con .news-box .news-rt {
    margin-top: 30px;
  }
  .news .news-con .news-box {
    margin-top: 5vh;
  }
  .footer #footer-text .foot-cont .foot-tp .foot-lf {
    flex-wrap: wrap;
  }
  .footer #footer-text .foot-cont .foot-tp .foot-lf div {
    margin: 0;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
    padding-bottom: 8px;
    margin-top: 16px;
  }
  .footer #footer-text .foot-cont .foot-tp .foot-lf div ul {
    display: none;
  }
  .footer #footer-text .foot-cont .foot-tp .foot-lf div p a {
    font-size: 15px;
  }
  .footer #footer-text .foot-cont .foot-tp .foot-rt {
    margin-top: 6%;
  }
  .footer #footer-text .foot-cont .foot-bt p:last-child {
    display: block;
    text-align: center;
  }
  .i-crumb .container {
    height: 61px;
  }
  .g-jj .g-jj-nr {
    display: block;
  }
  .g-jj .g-jj-nr .g-jj-rt,
  .g-jj .g-jj-nr .g-jj-lf {
    width: 100%;
  }
  .g-jj .g-jj-nr .g-jj-rt {
    margin-top: 20px;
  }
  .g-jj .g-jj-nr .g-jj-lf h2 img {
    max-width: 28%;
  }
  .g-wh .g-wh-items {
    width: 100%;
  }
  .g-wh .gwh-thumb p {
    height: 300px;
  }
  .g-wh .gwh-wz .con {
    min-height: auto;
  }
  #certify .swiper-slide {
    width: 34.6%;
  }
  #Profile {
    top: -8%;
  }
  #Concepts {
    top: -5%;
  }
  .i-crumb .container ul {
    display: none;
  }
  .k-zc .k-zc-con .qm {
    position: absolute;
    right: -1%;
    bottom: 0%;
    width: 21.9%;
  }
  .k-px .k-px-con {
    display: block;
  }
  .k-px .k-px-con .k-px-rt,
  .k-px .k-px-con .k-px-lf {
    width: 100%;
  }
  .k-px .k-px-con .k-px-rt p {
    height: 460px;
  }
  .l-con h4 {
    font-size: 22px;
  }
  .l-con ul {
    flex-wrap: wrap;
  }
  .l-con ul li {
    width: 49%;
    margin-bottom: 11%;
  }
  .l-con ul li .tubiao {
    margin-top: -12%;
  }
  .l-con #map {
    margin-top: -21px;
  }
  .zs-con .zs-cont .zs-box .zs-items {
    width: 50%;
  }
  .zs-con .zs-cont .zs-box .zs-items .zs-items-con .zs-thumb img {
    max-height: 80%;
  }
  .s-con .s-cont .s-items .s-tp h3 {
    font-size: 18px;
  }
  .k-zc .k-zc-con .k-zc-rt .yh{
      display: none;
  }
  .mb-zd{
      display: block;
  }
.head .head-cen .head-rt {
    display: flex;
    justify-content: flex-end;
}
.ny-head .head-cen {
    padding: 10px 0;
}
.head .head-cen .head-logo {
    width: 225px;
}
.ny-head .head-cen,.head .head-cen {
    padding: 16px 0;
}
#Training {
    top: -5%;
}
#Responsibility {
    top: -60%;
}
#Newenergy {
    top: -50%;
}
#Honours {
    top: -30%;
}
#Environments {
    top: -5%;
}

}
@media (max-width: 767px) {
  .banner .ban-swiper .swiper-wrapper .swiper-slide .slide-bg {
    height: 214px;
  }
  .banner .ban-swiper .swiper-wrapper .swiper-slide .slide1-con .cont .nr .yc:nth-child(2) {
    width: 44.75%;
  }
  .banner .ban-swiper .swiper-wrapper .swiper-slide .slide1-con .cont .nr .yc:nth-child(3) {
    width: 60.615%;
  }
  .banner .ban-swiper .swiper-wrapper .swiper-slide .slide1-con .cont {
    top: 2%;
  }
  .banner .ban-swiper .swiper-wrapper .swiper-slide .slide2-con .cont .nr .yc:nth-child(3) a,
  .banner .ban-swiper .swiper-wrapper .swiper-slide .slide3-con .cont .nr .yc:nth-child(3) a {
    width: 90px;
    height: 32px;
    font-size: 12px;
  }
  .cpzx .cpzx-con {
    max-width: 100%;
  }
  .sy-bt h3 {
    font-size: 22px;
  }
  .sy-bt {
    padding-top: 55px;
  }
  .cpzx .cpzx-con .cxt-swiper .swiper-wrapper .swiper-slide::after {
    display: none;
  }
  .cpzx .cpzx-con .cxt-swiper {
    margin-top: 25px;
  }
  .cpzx .cpzx-con .cxt-swiper .swiper-wrapper .swiper-slide {
    width: fit-content !important;
  }
  .cpzx .ccp-swiper .swiper-wrapper .swiper-slide {
    margin-right: 10px !important;
  }
  .cpzx {
    background-position: 28% 90%;
    background-size: cover;
    transition: all 0.1s;
  }
  .why {
    background-position: 44% 90%;
    background-size: cover;
  }
  .cpzx .cpzx-con .cxt-swiper .swiper-wrapper .swiper-slide div p:nth-child(2) {
    font-size: 12px;
    margin-top: 8px;
  }
  .cpzx .c-box {
    margin-top: 25px;
  }
  .news,
  .hzpp,
  .about,
  .cpzx {
    padding-bottom: 60px;
  }
  .jjfa-box {
    margin-top: 30px;
    flex-wrap: wrap;
  }
  .jjfa-box .jjfa-list {
    width: 100%;
    flex: auto;
    margin-right: 0;
  }
  .jjfa-box .jjfa-list .jjfa-bg {
    height: 260px;
  }
  .jjfa-box .jjfa-list .jjfa-nr div {
    margin-top: 11px;
  }
  .jjfa-box .jjfa-list:hover .jjfa-nr div{
      height: auto;
  }
  .jjfa-box .jjfa-list .jjfa-nr {
    top: 30%;
  }
  .why .why-con {
    margin-top: 27px;
  }
  .why .sy-bt h3 img {
    width: 21px;
  }
  .why .why-con .why-list {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 33px;
  }
  .active .why-con .why-list li {
    width: calc(100%/3);
  }
  .why .why-con .why-list li div:nth-child(1) img:nth-child(2) {
    height: 26%;
  }
  .why .why-con .why-list li div:nth-child(2) {
    font-size: 16px;
    line-height: 21px;
  }
  .active .why-con .why-list li:nth-child(4),
  .active .why-con .why-list li:nth-child(5) {
    margin-top: -5vh;
  }
  .why .why-con .why-list li div:nth-child(3) img {
    height: 20vh;
  }
  .why .why-con .why-list li:nth-child(2n) div:nth-child(3) img {
    height: 30vh;
  }
  .active .why-con .why-list li:nth-child(4) {
    margin-top: -18vh;
  }
  .active .why-con .why-list li:nth-child(5) {
    margin-top: -15vh;
  }
  .why .why-con .why-list li:nth-child(2n) div:nth-child(3) {
    height: 29.6vh;
  }
  .active .about-con .about-dh ul li {
    display: none;
  }
  .about .about-con .about-dh ul {
    top: 32px;
  }
  .about .about-con {
    margin-top: 0;
  }
  .about .about-con .about-jj {
    display: block;
    margin-top: 26px;
  }
  .about .about-con .about-jj .about-bg,
  .about .about-con .about-jj .about-nr {
    width: 100%;
  }
  .about .about-con .about-jj .about-nr {
    padding-right: 0;
    margin-top: 22px;
  }
  .about .about-con .about-jj .about-bg p {
    height: 200px;
  }
  .about .about-con .about-jj .about-nr h4 {
    font-size: 19px;
    padding-bottom: 17px;
  }
  .about .about-con .about-jj .about-nr div {
    line-height: 26px;
  }
  .about .about-con .about-jj .about-nr {
    background-position: center;
  }
  .about .about-con .about-jj .about-nr a {
    width: 89px;
    font-size: 15px;
    margin-top: 12px;
  }
  .about .about-con ul {
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 16px;
  }
  .about .about-con ul li {
    flex: inherit;
    width: 50%;
    padding-right: 6%;
    margin-top: 18px;
  }
  .about .about-con ul li:nth-child(2n) {
    padding-right: 0;
    padding-left: 6%;
  }
  .about .about-con ul li:nth-child(2n):after {
    display: none;
  }
  .about .about-con ul .about-sz .about-sz-xq div h3 span:nth-child(1),
  .about .about-con ul .about-sz .about-sz-xq div h3 span:nth-child(2) {
    font-size: 28px;
  }
  .about .about-con ul .about-sz {
    width: 100%;
  }
  .news,
  .hzpp,
  .about {
    padding-bottom: 43px;
  }
  .hzpp {
    background-size: 100% !important;
    background-position: 50% 40%;
  }
  .hzpp .hzpp-con .row .hb-items {
    flex: 0 0 calc(100%/3);
    max-width: calc(100%/3);
    margin-bottom: 12px;
    padding: 0 6px;
  }
  .hzpp .hzpp-con .row {
    margin-top: 25px;
    margin-left: -6px;
    margin-right: -6px;
  }
  .cpzx .cpzx-con .cxt-swiper .swiper-wrapper .swiper-slide div p:nth-child(1) {
    border-radius: 6px;
  }
  .news .news-con .news-box .news-lf a:nth-child(1) {
    height: 228px;
  }
  .news .news-con .news-box .news-lf a:nth-child(2) {
    padding: 7px 11px;
  }
  .news .news-con .news-box .news-rt .news-items .news-thumb {
    display: none;
  }
  .news .news-con .news-box .news-rt .news-items .news-datail {
    width: 100%;
    padding-right: 0;
  }
  .footer #footer-text .foot-cont {
    padding-top: 20px;
  }
  .footer #footer-text .foot-cont .foot-tp .foot-lf div {
    margin-top: 10px;
  }
  .footer #footer-text .foot-cont .foot-tp .foot-rt ul:nth-child(2) li {
    display: block;
  }
  .footer #footer-text .foot-cont .foot-tp .foot-rt ul:nth-child(2) li p:nth-child(2) {
    padding-left: 0;
  }
  .footer #footer-text .foot-cont .foot-tp .foot-rt ul:nth-child(2) {
    margin-top: 3.3vh;
  }
  .footer #footer-text .foot-cont .foot-tp .foot-rt {
    margin-top: 10%;
  }
  .footer #footer-text .foot-cont .foot-bt {
    margin-top: 7vh;
  }
  .i-crumb .container ul {
    display: none;
  }
  .i-crumb .container {
    height: 49px;
  }
  .c-con .row .c-items {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .c-con .row {
    margin-top: 42px;
    margin-bottom: 5.7%;
  }
  .c-con .row .c-items .c-items-con .c-thumb {
    height: 187px;
    min-height: auto;
  }
  .c-con .row .c-items .c-items-con a div h4 {
    font-size: 16px;
  }
  .c-con .row .c-items .c-items-con a div p {
    font-size: 12px;
    line-height: 23px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 4;
    -moz-box-orient: vertical;
    word-wrap: break-word;
    word-break: break-word;
    white-space: normal;
  }
  .c-con {
    padding-bottom: 35px;
  }
  .g-bt h3 {
    font-size: 22px;
  }
  .g-bt p {
    font-size: 14px;
  }
  .g-jj {
    margin-top: 48px;
  }
  .g-jj .g-jj-nr .g-jj-lf div {
    font-size: 15px;
    line-height: 32px;
    margin-top: 10px;
  }
  .g-jj .g-jj-last {
    font-size: 15px;
    line-height: 32px;
    margin-top: 17px;
  }
  .g-jj .g-jj-nr .g-jj-lf h2 img {
    max-width: 41%;
  }
  .g-jj .g-jj-nr {
    margin-top: 20px;
  }
  .g-wh .gwh-thumb p {
    height: 192px;
  }
  .g-wh {
    margin-top: 40px;
  }
  .g-wh .gwh-wz .con h4 {
    font-size: 19px;
  }
  .g-wh .gwh-wz .con div {
    line-height: 28px;
    margin-top: 12px;
  }
  .g-wh .gwh-wz .con {
    padding: 0 8%;
    padding-top: 9%;
    padding-bottom: 7%;
    padding-right: 7%;
  }
  .g-wh .gwh-wz .con div table tr td {
    width: 100%;
    margin-top: 15px;
  }
  .g-wh .gwh-wz .con div table tr:nth-child(1) td:nth-child(1) {
    margin-top: 0;
  }
  .g-wh .gwh-wz .con div table tr {
    display: flex;
    flex-wrap: wrap;
  }
  .g-zz,
  .g-lc {
    margin-top: 48px;
  }
  .g-lc .g-lc-con {
    margin-top: 25px;
    padding-top: 40px;
  }
  .g-lc .g-lc-con .g-lc-cont .lc-swiper .swiper-wrapper .swiper-slide .lc-tp h3 {
    font-size: 19px;
    margin-top: 22px;
  }
  .g-lc .g-lc-con .g-lc-cont .lc-swiper .swiper-wrapper .swiper-slide:nth-child(2n) .lc-tp,
  .g-lc .g-lc-con .g-lc-cont .lc-swiper .swiper-wrapper .swiper-slide:nth-child(2n) {
    flex-direction: column;
  }
  .g-lc .g-lc-con .g-lc-cont .lc-swiper .swiper-wrapper .swiper-slide:nth-child(2n) .lc-tp h3 {
    margin-bottom: 0;
  }
  .g-lc .g-lc-con .g-lc-cont .lc-swiper .swiper-wrapper .swiper-slide:nth-child(2n) .lc-tp div:nth-child(3) {
    align-items: flex-start;
  }
  .g-lc .g-lc-con .g-lc-cont .lc-swiper .swiper-wrapper .swiper-slide .lc-tp div:nth-child(3),
  .g-lc .g-lc-con .g-lc-cont .lc-swiper .swiper-wrapper .swiper-slide:nth-child(2n) .lc-tp div:nth-child(3) {
    height: auto;
    align-items: center;
  }
  .g-lc .g-lc-con .g-lc-cont .lc-swiper .swiper-wrapper .swiper-slide .lc-tp div:nth-child(3),
  .g-lc .g-lc-con .g-lc-cont .lc-swiper .swiper-wrapper .swiper-slide:nth-child(2n) .lc-tp div:nth-child(3) {
    margin-top: 20px;
    line-height: 23px;
  }
  .g-lc .g-lc-con .g-lc-cont .f-lf,
  .g-lc .g-lc-con .g-lc-cont .f-rt,
  .g-lc .g-lc-con .g-lc-cont .glc-xt {
    top: 55%;
  }
  .g-lc .g-lc-con .g-lc-cont .f-lf,
  .g-lc .g-lc-con .g-lc-cont .f-rt {
    width: 45px;
    height: 45px;
  }
  .g-lc .g-lc-con .g-lc-cont .f-lf img,
  .g-lc .g-lc-con .g-lc-cont .f-rt img {
    width: 12px;
  }
  #certify .swiper-slide {
    width: 52%;
  }
  .g-zz {
    max-width: 93%;
  }
  .g-zz .g-zz-con {
    margin-top: 23px;
  }
  .g-hj {
    margin-top: 46px;
    padding-top: 48px;
    padding-bottom: 45px;
  }
  .g-hj .g-hj-con {
    margin-top: 27px;
  }
  .g-hj .g-hj-con ul li {
    width: 50%;
  }
  .j-con {
    margin-top: 48px;
    padding-bottom: 47px;
  }
  .j-con .container {
    font-size: 15px;
    line-height: 27px;
    margin-top: 15px;
  }
  .j-con .jjfa-box .jjfa-list .jjfa-nr {
    top: 19.5%;
  }
  .j-con .jjfa-box {
    margin-top: 29px;
  }
  .j-con .jjfa-list:hover .jjfa-nr {
    top: 0;
  }
  .j-con .jjfa-list:hover .jjfa-nr div {
    height: 44%;
  }
  .k-zc {
    margin-top: 48px;
  }
  .k-zc .k-zc-con .k-zc-lf {
    width: 86%;
    margin: 0 auto;
    border-radius: 52px 52px 0px 52px;
  }
  .k-zc .k-zc-con {
    margin-top: 28px;
  }
  .k-px .k-px-con .k-px-lf,
  .k-zc .k-zc-con .k-zc-rt {
    font-size: 14px;
    line-height: 31px;
    padding-bottom: 35px;
    padding-top: 26px;
    width: 100%;
  }
  .k-zc .k-zc-con .k-zc-bg {
    border-radius: 52px  0px 52px 52px;
    background-position: 3%;
  }
  .k-zc .k-zc-con .qm {
    position: absolute;
    right: -3%;
    bottom: -2%;
    width: 42.9%;
  }
  .k-px {
    margin-top: 55px;
    padding-top: 48px;
    padding-bottom: 53px;
  }
  .k-px .k-px-con .k-px-lf h4 {
    font-size: 19px;
    margin-bottom: 16px;
  }
  .k-px .k-px-con .k-px-lf {
    padding-top: 13px;
  }
  .k-px .k-px-con .k-px-rt p {
    height: 231px;
  }
  .k-zr {
    margin-top: 48px;
  }
  .k-sy {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .l-con h4 {
    font-size: 17px;
    padding-bottom: 17px;
  }
  .l-con {
    margin-top: 47px;
    margin-bottom: 43px;
  }
  .l-con ul li .tubiao {
    margin-top: -24%;
    width: 10vh;
    height: 10vh;
  }
  .l-con ul {
    margin-top: 77px;
  }
  .l-con ul li {
    margin-bottom: 22%;
    padding-bottom: 24px;
  }
  .l-con ul li .con h5 {
    font-size: 14px;
  }
  .l-con ul li .con div img {
    width: 45%;
  }
  .l-con #map {
    height: 39.35vh;
    margin-top: -35px;
  }
  .x-con {
    margin-top: 48px;
    margin-bottom: 34px;
  }
  .x-con .container .x-items {
    display: block;
    padding-bottom: 22px;
    margin-bottom: 37px;
  }
  .x-con .container .x-items .x-rt a:nth-child(2),
  .x-con .container .x-items .x-rt {
    width: 100%;
  }
  .x-con .container .x-items .x-rt a:nth-child(1) p:nth-child(1) {
    font-size: 17px;
  }
  .x-con .container .x-items .x-rt a:nth-child(1) p:nth-child(2) {
    font-size: 13px;
  }
  .x-con .container .x-items .x-rt a:nth-child(2) {
    font-size: 13px;
    margin-top: 17px;
  }
  .x-con .container .x-items .x-rt a:nth-child(1) {
    padding-bottom: 10px;
  }
  .x-con .container .x-items .x-rt {
    padding-top: 25px;
  }
  .x-con .container .x-items .x-rt a:nth-child(3) {
    margin-top: 10px;
  }
  .pagination li a {
    padding: 3px 11px;
  }
  .pagination li:last-child img,
  .pagination li:nth-child(1) img {
    height: 32.5px;
  }
  .xshow-con .xshow-nr .xshow-bt {
    font-size: 18px;
  }
  .xshow-con {
    margin-top: 43px;
  }
  .xshow-con .xshow-nr .xwzx-content {
    font-size: 15px;
    margin-top: 15px;
  }
  .xshow-con .xshow-dh {
    display: block;
    margin-top: 23px;
    padding-top: 23px;
    padding-bottom: 34px;
  }
  .xshow-con .xshow-dh ul li {
    margin-bottom: 7px;
  }
  .z-con {
    margin-top: 48px;
    padding-bottom: 43px;
  }
  .z-con .z-cont {
    margin-top: 26px;
    padding: 31px 5% 33px 5.5%;
  }
  .z-con .z-cont .z-items {
    margin-top: 18px;
  }
  .z-con .z-cont .z-items .z-tp {
    padding-bottom: 8px;
  }
  .z-con .z-cont .z-items .z-tp h3 {
    font-size: 17px;
  }
  .z-con .z-cont .z-items .z-tp p span {
    font-size: 15px;
    margin-right: 5px;
  }
  .z-con .z-cont .z-items .z-tp p img {
    width: 10px;
  }
  .z-con .z-cont .z-items .z-nr ul li {
    width: 25%;
  }
  .z-con .z-cont .z-items .z-nr ul {
    width: 100%;
  }
  .z-con .z-cont .z-items .z-nr {
    line-height: 28px;
    padding-top: 21px;
  }
  .z-con .z-cont .z-items .z-nr h5:nth-child(1) {
    margin-bottom: 14px;
  }
  .z-con .z-cont .z-items .z-nr h5 {
    font-size: 16px;
    margin-bottom: 9px;
    margin-top: 19px;
  }
  .z-con .z-cont .z-items .z-nr .z-lx {
    margin-top: 22px;
  }
  .z-con .z-cont .z-items .z-nr ul li strong {
    font-size: 14px;
  }
  .zs-con {
    margin-top: 48px;
    margin-bottom: 24px;
  }
  .zs-con .zs-cont h3 {
    font-size: 19px;
    padding: 11px 18px;
  }
  .zs-con .zs-cont {
    margin-top: 29px;
  }
  .zs-con .zs-cont .zs-box .zs-items .zs-items-con .zs-nr div,
  .zs-con .zs-cont .zs-box .zs-items .zs-items-con .zs-nr .zs-tit {
    font-size: 13px;
  }
  .zs-con .zs-cont .zs-box {
    margin-top: 25px;
  }
  .zs-con .zs-cont .zs-box .zs-items {
    margin-bottom: 23px;
  }
  .zs-con .zs-cont h3 {
    margin-top: 30px;
  }
  .s-con .s-cont .s-items .s-tp h3 {
    font-size: 22px;
  }
  .s-con {
    margin-top: 48px;
    margin-bottom: 43px;
  }
  .s-con .s-thumb {
    margin-top: 24px;
  }
  .s-con .s-cont .s-items .s-tp h3 {
    font-size: 18px;
  }
  .s-con .s-cont .s-items .s-tp {
    padding: 12px;
  }
  .s-con .s-cont {
    margin-top: 26px;
  }
  .s-con .s-cont .s-items {
    margin-bottom: 14px;
  }
  .s-con .s-cont .s-items .s-tp p {
    width: 2.5%;
  }
  .s-con .s-cont .s-items .s-bt {
    font-size: 14px;
    line-height: 30px;
    padding: 20px 12px;
  }
  .l-con ul li .tubiao img {
    max-width: 44%;
}
.cpzx .ccp-swiper .swiper-wrapper .swiper-slide a:nth-child(1){
    height: 189px;
}
}
