.g-jj.container {
  margin-top: 93px;
}
.g-jj.container .g-jj-con {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.g-jj.container .g-jj-con .g-jj-lf {
  font-size: 14px;
  line-height: 2.1428;
  color: #333333;
  font-family: ArialMT;
  width: 66.66%;
  text-align: justify;
}
.g-jj.container .g-jj-con .g-jj-lf h3 {
  font-size: 24px;
  font-family: MicrosoftYaHei;
  color: #000000;
  margin-bottom: 20px;
}
.g-jj.container .g-jj-con .g-jj-lf h6 {
  font-family: Arial-BoldMT;
  font-size: 18px;
}
.g-jj.container .g-jj-con .g-jj-lf strong {
  font-weight: bold;
}
.g-jj.container .g-jj-con .g-jj-rt {
  position: relative;
  top: -32px;
  width: 24.998%;
}
.g-jj.container .g-jj-con .g-jj-rt img {
  width: 100%;
}
.g-jj.container .g-jj-sz {
  display: flex;
  background-color: #0094de;
  border-radius: 20px;
  padding-top: 4.5%;
  padding-bottom: 5.5%;
  margin-top: 46px;
}
.g-jj.container .g-jj-sz li {
  flex: 1;
  position: relative;
}
.g-jj.container .g-jj-sz li .box {
  width: fit-content;
  margin: 0 auto;
}
.g-jj.container .g-jj-sz li .box div:nth-child(1) span {
  font-size: 3.75vw;
  color: #ffffff;
  font-family: Arial-BoldMT;
}
.g-jj.container .g-jj-sz li .box div:nth-child(1) span:nth-child(1) {
  font-family: 微软雅黑;
  font-weight: bold;
}
.g-jj.container .g-jj-sz li .box div:nth-child(1) span:nth-child(4) {
  font-size: 16px;
}
.g-jj.container .g-jj-sz li .box div:nth-child(2) {
  font-family: ArialMT;
  font-size: 14px;
  color: #ffffff;
  font-weight: 300;
  margin-top: -0.7vw;
}
.g-jj.container .g-jj-sz li:nth-child(2) .box div:nth-child(1) span:nth-child(1) {
  margin-right: -0.6vw;
}
.g-jj.container .g-jj-sz li::after {
  position: absolute;
  right: 0;
  top: 62%;
  transform: translateY(-50%);
  content: '';
  height: 120%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.3);
}
.g-jj.container .g-jj-sz li:last-child::after {
  display: none;
}
.g-wh {
  background: url(../images/wh-bg.jpg) no-repeat;
  background-size: cover;
  margin-top: 6.75%;
  padding-top: 100px;
  padding-bottom: 6.1%;
}
.g-wh .container .ny-bt {
  text-align: center;
  color: #fff;
}
.g-wh .container .desc {
  margin-top: 39px;
  font-family: ArialMT;
  font-size: 24px;
  text-align: center;
  color: #ffffff;
}
.g-wh .container ul {
  margin-top: 65px;
  display: flex;
  justify-content: space-between;
}
.g-wh .container ul li {
  transition: all 0.5s;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  width: 32%;
  padding: 47px 2.1% 41px;
}
.g-wh .container ul li .icon {
  height: 3.33vw;
}
.g-wh .container ul li .icon img {
  max-height: 100%;
}
.g-wh .container ul li .nr {
  margin-top: 50.8%;
}
.g-wh .container ul li .nr div:nth-child(1) {
  font-size: 1.875vw;
  color: #ffffff;
}
.g-wh .container ul li .nr div:nth-child(2) {
  font-size: 16px;
  line-height: 1.875;
  color: #ffffff;
  margin-top: 11px;
}
.g-wh .container ul li:hover {
  background-color: rgba(0, 148, 222, 0.95);
  transform: translateY(-4px);
}
.g-wh .container ul li:nth-child(2) {
  animation-delay: 0.2s;
}
.g-wh .container ul li:nth-child(3) {
  animation-delay: 0.4s;
}
.g-fc {
  margin-top: 7.41%;
}
.g-fc .fc-bg {
  left: 0;
  top: 18%;
  width: 95.7%;
}
.g-fc .container .g-fc-con {
  display: flex;
  justify-content: space-between;
}
.g-fc .container .g-fc-con .g-fc-lf .desc {
  font-size: 24px;
  color: #000000;
  margin-top: 38px;
}
.g-fc .container .g-fc-con .g-fc-lf .g-fc-dh {
  display: flex;
  margin-top: 82px;
}
.g-fc .container .g-fc-con .g-fc-lf .g-fc-dh .fc-prev,
.g-fc .container .g-fc-con .g-fc-lf .g-fc-dh .fc-next {
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0%;
  transform: initial;
  transition: all 0.4s;
  overflow: hidden;
  background: none;
  position: relative;
  border-radius: 100%;
  width: 46px;
  margin: 0;
  height: 46px;
  background: #eeeeee;
}
.g-fc .container .g-fc-con .g-fc-lf .g-fc-dh .fc-prev img,
.g-fc .container .g-fc-con .g-fc-lf .g-fc-dh .fc-next img {
  width: 35.4%;
}
.g-fc .container .g-fc-con .g-fc-lf .g-fc-dh .fc-prev {
  margin-right: 34px;
  left: 0;
}
.g-fc .container .g-fc-con .g-fc-lf .g-fc-dh .fc-prev img:nth-child(1) {
  transition: all 0.4s;
  left: 0;
  position: relative;
}
.g-fc .container .g-fc-con .g-fc-lf .g-fc-dh .fc-prev img:nth-child(2) {
  position: absolute;
  left: 100%;
  transition: all 0.4s;
}
.g-fc .container .g-fc-con .g-fc-lf .g-fc-dh .fc-prev:hover {
  background: #0290d8;
  box-shadow: 1px 1px 10px #0290d8;
}
.g-fc .container .g-fc-con .g-fc-lf .g-fc-dh .fc-prev:hover img:nth-child(1) {
  position: relative;
  left: -100%;
}
.g-fc .container .g-fc-con .g-fc-lf .g-fc-dh .fc-prev:hover img:nth-child(2) {
  left: 31.4%;
}
.g-fc .container .g-fc-con .g-fc-lf .g-fc-dh .fc-next:hover {
  background: #0290d8;
  box-shadow: 1px 1px 10px #0290d8;
}
.g-fc .container .g-fc-con .g-fc-lf .g-fc-dh .fc-next:hover img:nth-child(1) {
  left: 100%;
}
.g-fc .container .g-fc-con .g-fc-lf .g-fc-dh .fc-next:hover img:nth-child(2) {
  left: 35.4%;
}
.g-fc .container .g-fc-con .g-fc-lf .g-fc-dh .fc-next {
  right: 0%;
}
.g-fc .container .g-fc-con .g-fc-lf .g-fc-dh .fc-next img:nth-child(1) {
  transition: all 0.4s;
  position: relative;
  left: 0;
}
.g-fc .container .g-fc-con .g-fc-lf .g-fc-dh .fc-next img:nth-child(2) {
  position: absolute;
  left: -100%;
  transition: all 0.4s;
}
.g-fc .container .g-fc-con .g-fc-lf .g-fc-dh .fc-prev:after {
  display: none;
}
.g-fc .container .g-fc-con .g-fc-lf .g-fc-dh .fc-next:after {
  display: none;
}
.g-fc .container .g-fc-con .g-fc-rt {
  width: 68.12%;
}
.g-fc .container .g-fc-con .g-fc-rt .swiper.fc-swiper .swiper-wrapper .swiper-slide {
  margin-top: 15.3%;
}
.g-fc .container .g-fc-con .g-fc-rt .swiper.fc-swiper .swiper-wrapper .swiper-slide div {
  margin-bottom: 16px;
  border-radius: 20px;
  overflow: hidden;
}
.g-fc .container .g-fc-con .g-fc-rt .swiper.fc-swiper .swiper-wrapper .swiper-slide div p {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 15.625vw;
}
.g-fc .container .g-fc-con .g-fc-rt .swiper.fc-swiper .swiper-wrapper .swiper-slide div:last-child {
  margin-bottom: 0;
}
.g-fc .container .g-fc-con .g-fc-rt .swiper.fc-swiper .swiper-wrapper .swiper-slide:nth-child(2n) {
  margin-top: 0;
}
.g-zz {
  background: url(../images/zz-bg.jpg) no-repeat;
  background-size: cover;
  margin-top: 6.3%;
  padding-top: 6.5%;
  padding-bottom: 6%;
  background-position: right bottom;
}
.g-zz .container .ny-bt {
  color: #fff;
  text-align: center;
}
.g-zz .container ul {
  margin-top: 7.3%;
  display: flex;
  justify-content: center;
}
.g-zz .container ul li {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: bold;
  transition: all 0.5s;
  position: relative;
  margin: 0 3.177vw;
  cursor: pointer;
  padding-bottom: 9px;
}
.g-zz .container ul li:hover {
  color: #fff;
}
.g-zz .container ul li.active {
  color: #fff;
}
.g-zz .container ul li::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  height: 2px;
  background-color: #ffffff;
  width: 0%;
  bottom: 0;
  transition: all 0.5s;
  opacity: 0;
}
.g-zz .container ul li.active::after {
  width: 148%;
  opacity: 1;
}
.g-zz .container .g-zz-con {
  margin-top: 80px;
}
.g-zz .container .g-zz-con .g-zz-items {
  display: none;
  justify-content: space-between;
}
.g-zz .container .g-zz-con .g-zz-items .g-zz-lf .swiper.zztit-swiper {
  height: fit-content !important;
}
.g-zz .container .g-zz-con .g-zz-items .g-zz-lf .swiper.zztit-swiper .swiper-wrapper {
  transform: translate3d(0px, 0, 0px) !important;
  display: block !important;
}
.g-zz .container .g-zz-con .g-zz-items .g-zz-lf .swiper.zztit-swiper .swiper-wrapper .swiper-slide {
  height: fit-content !important;
  font-size: 16px;
  transition: all 0.5s;
  position: relative;
  color: #ffffff;
  margin-bottom: 18px;
  padding-left: 21px;
  cursor: pointer;
}
.g-zz .container .g-zz-con .g-zz-items .g-zz-lf .swiper.zztit-swiper .swiper-wrapper .swiper-slide:last-child {
  margin-bottom: 0;
}
.g-zz .container .g-zz-con .g-zz-items .g-zz-lf .swiper.zztit-swiper .swiper-wrapper .swiper-slide::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  width: 8px;
  height: 8px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 100%;
  transition: all 0.5s;
}
.g-zz .container .g-zz-con .g-zz-items .g-zz-lf .swiper.zztit-swiper .swiper-wrapper .swiper-slide:hover {
  color: #fac400;
}
.g-zz .container .g-zz-con .g-zz-items .g-zz-lf .swiper.zztit-swiper .swiper-wrapper .swiper-slide:hover::before {
  background-color: #f9c300;
}
.g-zz .container .g-zz-con .g-zz-items .g-zz-rt {
  width: 62%;
}
.g-zz .container .g-zz-con .g-zz-items .g-zz-rt .swiper.zztp-swiper .swiper-wrapper .swiper-slide {
  width: 26.044vw;
  height: 19.635vw;
}
.g-zz .container .g-zz-con .g-zz-items .g-zz-rt .swiper.zztp-swiper .swiper-wrapper .swiper-slide div img {
  width: 100%;
}
.g-zz .container .g-zz-con .g-zz-items:nth-child(1) {
  display: flex;
}
.g-kh.container {
  margin-top: 6%;
  margin-bottom: 9.5%;
}
.g-kh.container .ny-bt {
  text-align: center;
}
.g-kh.container .g-kh-con {
  margin-top: 75px;
}
.g-kh.container .g-kh-con ul {
  display: flex;
  justify-content: center;
  margin-bottom: 1.25vw;
  margin-left: -1.67vw;
}
.g-kh.container .g-kh-con ul li {
  margin-right: 1.25vw;
  flex: 1;
  box-shadow: 0px 0px 20px 0px rgba(21, 73, 154, 0.1);
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 5.7291vw;
  transition: all 0.5s;
}
.g-kh.container .g-kh-con ul li img {
  max-width: 93%;
  max-height: 80%;
  transition: all 0.5s;
}
.g-kh.container .g-kh-con ul li:hover {
  transform: translateY(-3px);
}
.g-kh.container .g-kh-con ul li:hover img {
  transform: scale(0.95);
}
.g-kh.container .g-kh-con ul:last-child {
  margin-bottom: 0;
}
.g-kh.container .g-kh-con ul:nth-child(2) {
  margin-left: 1.042vw;
}
@media (max-width: 1700px) {
  .g-kh.container .g-kh-con ul li img {
    max-width: 76%;
    max-height: 63%;
  }
}
@media (max-width: 1599px) {
  .g-wh .container ul li .nr div:nth-child(2) {
    font-size: 15px;
  }
}
@media (max-width: 1477px) {
  .g-wh .container ul li .nr div:nth-child(2) {
    font-size: 14px;
  }
  .g-zz .container .g-zz-con .g-zz-items .g-zz-rt .swiper.zztp-swiper .swiper-wrapper .swiper-slide {
    width: 30.044vw;
    height: 23.635vw;
  }
  .g-zz {
    background-position: 73% 100%;
  }
}
@media (max-width: 1365px) {
  .g-jj.container .g-jj-con .g-jj-lf h3,
  .g-fc .container .g-fc-con .g-fc-lf .desc {
    font-size: 21px;
  }
  .g-jj.container .g-jj-sz li .box {
    padding: 0 3vw;
  }
  .g-wh .container .desc {
    font-size: 21px;
  }
}
@media (max-width: 1199px) {
  .g-jj .g-jj-con .g-jj-lf {
    width: 70%;
  }
  .g-jj .g-jj-con .g-jj-rt {
    width: 26%;
  }
  .g-wh .container ul li .nr {
    margin-top: 45%;
  }
  .g-zz .container .g-zz-con .g-zz-items .g-zz-rt {
    width: 70%;
  }
  .g-jj.container .g-jj-con .g-jj-lf h3,
  .g-fc .container .g-fc-con .g-fc-lf .desc,
  .g-wh .container .desc {
    font-size: 19px;
  }
  .g-jj.container .g-jj-con {
    display: block;
  }
  .g-jj.container .g-jj-con .g-jj-lf {
    width: 100%;
  }
  .g-jj.container .g-jj-con .g-jj-rt {
    top: 0;
    width: 36%;
    margin: 0 auto;
    margin-top: 38px;
  }
  .g-jj.container .g-jj-sz li .box div:nth-child(1) span:nth-child(4) {
    font-size: 15px;
  }
  .g-wh {
    padding-top: 76px;
  }
  .g-zz .container .g-zz-con .g-zz-items .g-zz-rt .swiper.zztp-swiper .swiper-wrapper .swiper-slide {
    width: 38.044vw;
    height: 31.635vw;
  }
  .g-kh.container .g-kh-con ul li {
    height: 6.7291vw;
  }
}
@media (max-width: 990px) {
  .g-jj .g-jj-con {
    flex-direction: column;
  }
  .g-jj .g-jj-con .g-jj-lf {
    width: 100%;
    margin-bottom: 30px;
  }
  .g-jj .g-jj-con .g-jj-rt {
    width: 60%;
    margin: 0 auto;
    top: 0;
  }
  .g-wh .container ul li {
    padding: 35px 15px;
  }
  .g-wh .container ul li .nr {
    margin-top: 35%;
  }
  .g-fc .container .g-fc-con {
    flex-direction: column;
  }
  .g-fc .container .g-fc-con .g-fc-lf {
    margin-bottom: 40px;
  }
  .g-fc .container .g-fc-con .g-fc-rt {
    width: 100%;
  }
  .g-zz .container .g-zz-con .g-zz-items {
    flex-direction: column;
  }
  .g-zz .container .g-zz-con .g-zz-lf {
    margin-bottom: 30px;
  }
  .g-zz .container .g-zz-con .g-zz-rt {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .g-jj.container {
    margin-top: 70px;
  }
  .g-jj .g-jj-con {
    margin-top: 20px;
  }
  .g-jj .g-jj-con .g-jj-lf h3 {
    font-size: 20px;
  }
  .g-jj.container .g-jj-con .g-jj-lf h6 {
    font-size: 16px;
  }
  .g-jj .g-jj-con .g-jj-rt {
    width: 80%;
  }
  .g-jj.container .g-jj-sz {
    flex-wrap: wrap;
    margin-top: 30px;
    padding: 0 5%;
    padding-top: 49px;
    padding-bottom: 28px;
    margin-top: 46px;
  }
  .g-jj.container .g-jj-con .g-jj-rt {
    width: 71%;
    margin-top: 53px;
  }
  .g-jj.container .g-jj-sz li {
    flex: none;
    width: 100%;
    margin-bottom: 35px;
  }
  .g-jj .g-jj-sz li::after {
    display: none;
  }
  .g-jj.container .g-jj-sz li .box div:nth-child(1) span {
    font-size: 30px;
  }
  .g-jj.container .g-jj-sz li .box div:nth-child(2) {
    margin-top: 1px;
  }
  .g-jj.container .g-jj-sz li .box div:nth-child(1) span:nth-child(4) {
    font-size: 14px;
  }
  .g-jj.container .g-jj-sz li .box {
    padding: 0;
    margin-left: 0;
    text-align: center;
    width: 100%;
  }
  .g-wh {
    margin-top: 70px;
    padding: 77px 0;
    background-position: left center;
    padding-bottom: 59px;
  }
  .g-wh .container .desc {
    font-size: 18px;
    margin-top: 20px;
  }
  .g-wh .container ul {
    flex-direction: column;
    margin-top: 53px;
  }
  .g-wh .container ul li {
    width: 100%;
    margin-bottom: 20px;
    padding: 49px 5% 40px;
  }
  .g-wh .container ul li .icon {
    height: 36px;
  }
  .g-wh .container ul li .nr {
    margin-top: 35px;
  }
  .g-wh .container ul li .nr div:nth-child(1) {
    font-size: 20px;
  }
  .g-fc {
    margin-top: 70px;
    overflow: hidden;
  }
  .g-fc .container .g-fc-con .g-fc-lf .desc {
    font-size: 18px;
    margin-top: 32px;
  }
  .g-fc .container .g-fc-con .g-fc-lf .g-fc-dh {
    margin-top: 46px;
  }
  .g-fc .container .g-fc-con .g-fc-rt .swiper.fc-swiper .swiper-wrapper .swiper-slide div p {
    height: 108px;
  }
  .g-fc .fc-bg {
    left: 0;
    top: 11%;
    width: 195.7%;
    max-width: initial;
  }
  .g-zz {
    margin-top: 70px;
    padding: 70px 0;
  }
  .g-zz .container ul {
    flex-wrap: wrap;
    margin-top: 53px;
  }
  .g-zz .container .g-zz-con .g-zz-items .g-zz-lf .swiper.zztit-swiper .swiper-wrapper .swiper-slide {
    font-size: 15px;
  }
  .g-zz .container .g-zz-con .g-zz-lf {
    margin-bottom: 57px;
  }
  .g-zz .container .g-zz-con .g-zz-items .g-zz-rt {
    width: 100%;
  }
  .g-zz .container .g-zz-con .g-zz-items .g-zz-rt .swiper.zztp-swiper .swiper-wrapper .swiper-slide {
    width: 46.044vw;
    height: 39.635vw;
  }
  .g-zz .container ul li {
    font-size: 15px;
    text-align: center;
    margin: 0 20px;
  }
  .g-zz .container ul li.active::after {
    width: 100%;
  }
  .g-zz .container .g-zz-con {
    margin-top: 40px;
  }
  .g-zz .container .g-zz-con .g-zz-rt .swiper.zztp-swiper .swiper-wrapper .swiper-slide {
    width: 100%;
    height: auto;
  }
  .g-kh.container {
    margin: 76px auto;
    margin-bottom: 60px;
  }
  .g-kh.container .g-kh-con {
    margin-top: 50px;
  }
  .g-kh.container .g-kh-con ul {
    justify-content: space-between;
    margin-left: 0;
    flex-wrap: wrap;
    margin: 0 !important;
  }
  .g-kh.container .g-kh-con ul li {
    height: 22.7291vw;
    margin-right: 0;
    flex: none;
    width: 48%;
  }
  .g-kh .g-kh-con ul li {
    margin-right: 0;
    margin-bottom: 15px;
    height: 100px;
  }
  .g-kh .g-kh-con ul:nth-child(2) {
    margin-left: 0;
  }
  .g-jj.container .g-jj-con .g-jj-lf h3,
  .g-fc .container .g-fc-con .g-fc-lf .desc,
  .g-wh .container .desc {
    font-size: 15px;
  }
  .g-jj.container .g-jj-con {
    margin-top: 47px;
  }
  .g-fc .container .g-fc-con .g-fc-lf .g-fc-dh .fc-prev,
  .g-fc .container .g-fc-con .g-fc-lf .g-fc-dh .fc-next {
    width: 40px;
    height: 40px;
  }
}
