.page-banner {
  position: relative;
}

.page-banner h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FFF;
  font-size: 46px;
  font-weight: 400;
}


.gy-title {
  font-size: 36px;
  text-align: center;
  font-weight: bold;
}

.khgy-goldmedal {
  background: url(../image/gy-bg1.jpg) no-repeat;
  background-size: cover;
  padding: 80px 0;
}

.m-slide-to {
  margin-top: 40px;
  display: none;
  flex-wrap: wrap;
  justify-content: space-between;
}

.m-slide-to li {
  width: 48%;
  margin-bottom: 10px;
  background-color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  cursor: pointer;
  transition: 0.2s ease;
  font-size: 12px;
  border-radius: 10px;
}

.m-slide-to li.active {
  background-color: #DA7412;
  color: #FFF;
}

.goldmedal-swiper {
  margin-top: 60px;
}

.goldmedal-swiper .swiper-slide {
  display: flex;
  cursor: move;
  border-radius: 10px;
  overflow: hidden;
}

.goldmedal-swiper .swiper-slide .con {
  padding: 30px;
  background: #FFF url(../image/gy-bg1-1.jpg.png) no-repeat;
  background-position-x: 30px;
  background-position-y: 30px;
}

.goldmedal-swiper .swiper-slide .con h4 {
  font-size: 24px;
  font-weight: 400;
  color: #007FFF;
  text-align: center;
  margin-bottom: 40px;
}

.goldmedal-swiper .swiper-slide .con p {
  text-indent: 2em;
  color: #333333;
  line-height: 36px;
}

.goldmedal-swiper .swiper-slide .con p span {
  color: #DA7412;
}

.goldmedal-swiper .swiper-slide img {
  object-fit: cover;
}

.goldmedal-swiper2 .swiper-slide {
  display: flex;
  align-items: center;
  padding: 20px;
  background-color: #FFF;
  cursor: pointer;
  border-radius: 5px;
  overflow: hidden;
}

.goldmedal-swiper2 .swiper-slide img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin-right: 20px;
}

.goldmedal-swiper2 .swiper-slide-thumb-active {
  background-color: #DA7412;
  color: #FFF;
}

.goldmedal-swiper2-box {
  padding: 0 60px;
  position: relative;
  margin-top: 30px;
}

.goldmedal-prev,
.goldmedal-next {
  position: absolute;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  background-color: #FFFFFF;
  color: #000;
  border: 1px solid #DCDCDC;
  border-radius: 50%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  transition: all 0.3s ease, color 0.1s;
  user-select: none;
}

.goldmedal-prev:hover,
.goldmedal-next:hover {
  background: linear-gradient(119deg, #0D46FF, #00C9D9);
  box-shadow: 0px 4px 16px 0px rgba(81, 125, 255, 0.6);
  border: none;
  color: #FFF;
}

.goldmedal-next {
  right: 0;
  left: auto;
}

.goldmedal-prev.goldmedal-del,
.goldmedal-next.goldmedal-del {
  cursor: not-allowed;
  color: #A3A3A3;
  background: #FFFFFF;
  box-shadow: none;
  border: 1px solid #DCDCDC;
}

.khgy-video {
  padding: 80px 0;
  background: url(../image/gy-bg2.jpg) no-repeat;
  background-size: cover;
}

.khgy-video .gy-title {
  color: #FFF;
}

.khgy-video .gy-title+p {
  color: #FEFEFE;
  text-align: center;
  margin-top: 40px;
}

.khgy-video-swiper-box {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.khgy-video-swiper1 {
  height: 625px;
  padding-right: 10px;
  width: calc(100% - 220px);
}

.khgy-video-swiper2 {
  height: 625px;
  padding-left: 10px;
  min-width: 200px;
}

.khgy-video-swiper1 video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  background: #000;
}

.khgy-video-swiper2 img {
  width: 100%;
  height: 100%;
}

.khgy-video-swiper2 .swiper-slide {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.khgy-video-swiper2 .swiper-slide p {
  position: absolute;
  left: 10px;
  bottom: 10px;
  color: #FFF;
  font-weight: bold;
}

.khgy-video-swiper2 .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
}

.khgy-video-swiper2 .swiper-slide-thumb-active {
  border: 3px solid #DA7412;
}

.video-list video {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  z-index: 10;
}

.video-list video.show {
  display: block;
}

.video-mb {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  top: 0;
  left: 0;
  z-index: 9;
  display: none;
}

.video-modify-guan {
  position: absolute;
  top: 100px;
  right: 50px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #f07f00;
  transition: all 0.1s linear;
  z-index: 9999999;
}

.video-modify-guan em {
  width: 20px;
  height: 3px;
  background-color: #FFF;
  border-radius: 3px;
  position: absolute;
}

.video-modify-guan em:first-child {
  top: 17px;
  transform: rotate(45deg);
}

.video-modify-guan em:last-child {
  bottom: 20px;
  transform: rotate(-45deg);
}

@media (min-width:769px) {

  .khgy-video-swiper2 .swiper-button-prev,
  .khgy-video-swiper2 .swiper-button-next {
    top: 0;
    left: calc(50% - 10px);
    transform: rotate(90deg) translateX(50%);
    background: #181818;
    width: 30px;
    height: 36px;
    border-radius: 0px 18px 18px 0px;
    transition: .2s ease;
  }

  .khgy-video-swiper2 .swiper-button-next {
    top: auto;
    bottom: 10px;
    border-radius: 18px 0px 0px 18px;
  }

  .khgy-video-swiper2 .swiper-button-prev:hover,
  .khgy-video-swiper2 .swiper-button-next:hover {
    background: #DA7412;
  }

  .khgy-video-swiper2 .swiper-button-prev:after,
  .khgy-video-swiper2 .swiper-button-next:after {
    font-size: 14px;
    color: #FFF;
  }

  .khgy-video-swiper2 .swiper-button-prev.swiper-button-disabled,
  .khgy-video-swiper2 .swiper-button-next.swiper-button-disabled {
    background: #181818 !important;
    opacity: .5;
    cursor: no-drop;
    pointer-events: unset;
  }
}

.khgy-feedback {
  padding: 80px 0;
  background: url(../image/gy-bg3.jpg) no-repeat;
  background-size: 100% 100%;
}

.khgy-feedback ul {
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.khgy-feedback .video-list video {
  width: 50%;
  height: auto;
  max-height: 80%;
}

.khgy-feedback ul li {
  width: 24%;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0px 5px 27px 0px rgba(150, 150, 150, 0.28);
  margin-bottom: 30px;
  transition: all .2s ease;
  background-color: #FFF;
}

.khgy-feedback ul li .top {
  position: relative;
  overflow: hidden;
}

.khgy-feedback ul li .top .big {
  /* border-radius: 10px; */
  width: 100%;
}

.khgy-feedback ul li .top .play {
  position: absolute;
  bottom: 15px;
  right: 15px;
  transition: all .2s ease;
}

.khgy-feedback ul li .top .mb {
  position: absolute;
  top: 100%;
  left: 100%;
  background-color: #f08000cc;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .2s ease;
}

.khgy-feedback ul li .bot {
  padding: 25px 15px;
}

.khgy-feedback ul li .bot p {
  font-size: 18px;
  margin-bottom: 15px;
  color: #000;
}

.khgy-feedback ul li .bot span {
  color: #666;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.khgy-feedback ul li:hover {
  transform: translateY(-20px);
}

.khgy-feedback ul li:hover .top .mb {
  top: 0;
  left: 0;
}

.khgy-feedback ul li:hover .top .play {
  opacity: 0;
}

.gy-btn {
  text-align: center;
}

.gy-btn a {
  width: 146px;
  height: 47px;
  background: #F07F00;
  color: #FFF;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  overflow: hidden;
  position: relative;
  transition: .2s ease;
}

.gy-btn a:hover {
  transform: translateY(-10px);
  box-shadow: 3px 3px 3px #ddd;
}

.khgy-process {
  padding: 0 0 80px;
}

.khgy-process .top {
  padding: 20px 0 300px;
}

.khgy-process .top .wrap-type {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.khgy-process .top .con {
  width: 60%;
}

.khgy-process .top .con .gy-title {
  color: #FFF;
  text-align: left;
}

.khgy-process .top .con span {
  color: #16A3FE;
  font-size: 22px;
  display: block;
  margin: 20px 0;
}

.khgy-process .top .con p {
  color: #8CA2E5;
}

.khgy-process .top img {
  max-width: 80%;
  margin: 0 auto;
  margin-top: 30px;
}

.khgy-process .bot {
  margin-top: -300px;
}

.khgy-process .bot .wrap-type {
  display: flex;
  justify-content: space-between;
}

.khgy-process .bot img:first-child {
  width: 46%;
}

.khgy-process .bot img:last-child {
  width: 54%;
}

.khgy-case {
  position: relative;
  background: url(../image/gy-bg5.png) no-repeat;
  background-size: 100% 100%;
  height: 900px;
  padding: 80px 0 0;
}

.khgy-case .case-ul {
  opacity: 0;
  animation: opacity 0.3s forwards;
  animation-delay: 0.7s;
}

.khgy-case .case-ul li {
  position: absolute;
  width: 8%;
  top: 0;
  left: 0;
}

.khgy-case .case-ul li:nth-child(9) {
  left: 23%;
  top: 20vh;
  animation: float-bottom-right 3s linear infinite;
}

.khgy-case .case-ul li:nth-child(2) {
  left: 15%;
  top: 38vh;
  animation: float-left 3.5s linear infinite;
}

.khgy-case .case-ul li:nth-child(3) {
  width: 7%;
  left: 25%;
  top: 37vh;
  animation: float-right 3s linear infinite;
}

.khgy-case .case-ul li:nth-child(4) {
  width: 7%;
  left: 21%;
  top: 54vh;
  animation: float-top 3.5s linear infinite;
}

.khgy-case .case-ul li:nth-child(5) {
  width: 12%;
  left: 35%;
  top: 25vh;
  animation: float-bottom 3s linear infinite;
}

.khgy-case .case-ul li:nth-child(6) {
  left: 31%;
  top: 48vh;
  animation: float-top-left 3.5s linear infinite;
}

.khgy-case .case-ul li:nth-child(7) {
  width: 10%;
  left: 30%;
  top: 64vh;
  animation: float-top-right 3s linear infinite;
}

.khgy-case .case-ul li:nth-child(8) {
  width: 11%;
  left: 49%;
  top: 23vh;
  animation: float-bottom-left 3s linear infinite;
}

.khgy-case .case-ul li:nth-child(1) {
  width: 13%;
  left: 42%;
  top: 51vh;
  animation: float-top 3.5s linear infinite;
}

.khgy-case .case-ul li:nth-child(10) {
  width: 10%;
  left: 61%;
  top: 31vh;
  animation: float-bottom-right 3.5s linear infinite;
}

.khgy-case .case-ul li:nth-child(11) {
  left: 58%;
  top: 51vh;
  animation: float-left 3s linear infinite;
}

.khgy-case .case-ul li:nth-child(12) {
  width: 7%;
  left: 56%;
  top: 68vh;
  animation: float-top-right 3.5s linear infinite;
}

.khgy-case .case-ul li:nth-child(13) {
  left: 72%;
  top: 23vh;
  animation: float-right 3s linear infinite;
}

.khgy-case .case-ul li:nth-child(14) {
  left: 70%;
  top: 46vh;
  animation: float-bottom-left 3.5s linear infinite;
}

.khgy-case .case-ul li:nth-child(15) {
  left: 65%;
  top: 64vh;
  animation: float-top-left 3.5s linear infinite;
}

.khgy-case .case-ul li img {
  position: absolute;
  width: 100%;
  transition: all 0.3s linear;
  box-shadow: 0px 11px 54px 0px rgba(19, 28, 114, 0.2);
  border-radius: 37%;
}

.khgy-case .case-ul li:hover .case-icon1 {
  opacity: 0;
}

.khgy-case .case-ul li:hover .case-icon2 {
  opacity: 1;
  animation: opcaseicon 0.3s forwards;
}

.khgy-case .case-ul li .case-icon1 {
  opacity: 1;
}

.khgy-case .case-ul li .case-icon2 {
  opacity: 0;
}

.khgy-case .case-ul li .text {
  display: none;
}

@media (max-width:1420px) {
  .khgy-video-swiper1 .swiper-slide {
    align-items: center;
    display: flex;
  }

  .khgy-video-swiper1 img {
    height: auto;
  }
}

@media (max-width:1280px) {
  .gy-title {
    font-size: 36px;
  }

  .goldmedal-swiper .swiper-slide .con {
    padding: 20px;
  }

  .goldmedal-swiper .swiper-slide .con h4 {
    margin-bottom: 20px;
    font-size: 22px;
  }

  .goldmedal-swiper .swiper-slide .con p {
    line-height: 30px;
    font-size: 14px;
  }

  .goldmedal-swiper2 .swiper-slide {
    padding: 15px;
    font-size: 14px;
  }

  .goldmedal-swiper2 .swiper-slide img {
    width: 70px;
    height: 70px;
  }

  .khgy-goldmedal {
    padding: 40px 0;
  }

  .khgy-video {
    padding: 40px 0;
  }

  .khgy-feedback {
    padding: 40px 0;
  }

  .khgy-feedback ul {
    margin-top: 40px;
  }

  .gy-btn a {
    margin-top: 30px;
  }

  .khgy-process {
    padding-bottom: 40px;
  }

  .khgy-case {
    height: 800px;
  }

  .khgy-case {
    padding: 40px 0;
  }
}

@media (max-width:768px) {
  .page-banner {
    overflow: hidden;
  }

  .page-banner img {
    max-width: unset;
    height: 200px;
  }

  .page-banner h1 {
    font-size: 24px;
  }

  .goldmedal-swiper .swiper-slide {
    flex-wrap: wrap;
  }

  .goldmedal-swiper .swiper-slide .con {
    width: 100%;
  }

  .goldmedal-swiper .swiper-slide .con>div {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 16;
    -webkit-box-orient: vertical;
  }

  .goldmedal-swiper .swiper-slide img {
    width: 100%;
  }

  .goldmedal-swiper2-box {
    display: none;
  }

  .m-slide-to {
    display: flex;
  }

  .goldmedal-swiper {
    margin-top: 10px;
    padding-bottom: 30px;
  }

  .swiper-pagination-bullet-active {
    background-color: #DA7412;
  }

  .gy-title {
    font-size: 26px;
  }

  .goldmedal-swiper .swiper-slide .con h4 {
    font-size: 18px;
  }

  .khgy-video-swiper1 {
    display: none;
  }

  .khgy-video-swiper2 {
    height: 1800px;
    padding-left: 0;
    padding-bottom: 80px;
  }

  .khgy-video-swiper2 .swiper-slide-thumb-active {
    border: none;
  }

  .khgy-video-swiper2 .swiper-slide {
    height: calc(25% - 20px);
  }

  .khgy-video-swiper2 .swiper-button-prev,
  .khgy-video-swiper2 .swiper-button-next {
    top: auto;
    bottom: 10px;
    left: 50%;
    transform: translateX(-120%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(119deg, #0D46FF, #00C9D9);
    box-shadow: 0px 4px 16px 0px rgba(81, 125, 255, 0.6);
  }

  .khgy-video-swiper2 .swiper-button-next {
    transform: translateX(20%);
  }

  .khgy-video-swiper2 .swiper-button-prev:after,
  .khgy-video-swiper2 .swiper-button-next:after {
    font-size: 14px;
    color: #FFF;
  }

  .khgy-video-swiper2 .swiper-button-prev.swiper-button-disabled,
  .khgy-video-swiper2 .swiper-button-next.swiper-button-disabled {
    opacity: 1;
    border: 1px solid #FFF;
    background: none;
    box-shadow: none;
  }

  .khgy-feedback ul li {
    width: 100%;
  }

  .khgy-process .top img {
    width: 200px;
    height: auto;
  }

  .khgy-process .bot .wrap-type {
    flex-wrap: wrap;
  }

  .khgy-process .bot img {
    width: 100% !important;
  }

  .khgy-process {
    background-color: #122272;
  }

  .khgy-case .case-ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: linear-gradient(0deg, #f3f6f999 0%, #f4f7f999 100%);
    border-radius: 10px;
    padding: 2% 4%;
    margin-top: 2vh;
    margin-bottom: 0;
    border: 5px solid #FFFFFF;
  }

  .khgy-case .case-ul li {
    animation: none !important;
    position: relative;
    top: auto !important;
    left: auto !important;
    padding: 5px 12px 0;
    width: 26% !important;
    margin-bottom: 20px;
    height: 100px;
  }

  .khgy-case .case-ul li>a {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  .khgy-case .case-ul li.act img {
    transition: all 0.5s linear;
  }

  .khgy-case .case-ul li.act img.case-icon1 {
    opacity: 0 !important;
    transform: translateX(-50%) rotateY(180deg);
  }

  .khgy-case .case-ul li.act img.case-icon2 {
    opacity: 1 !important;
    transform: translateX(-50%) rotateY(360deg);
  }

  .khgy-case .case-ul li.act .text {
    color: #00aeee;
  }

  .khgy-case .case-ul li:hover img {
    display: block !important;
    opacity: 1 !important;
  }

  .khgy-case .case-ul li img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 60px;
    width: auto;
    max-width: inherit;
    border-radius: 50% !important;
    opacity: 1 !important;
  }

  .khgy-case .case-ul li img.case-icon1 {
    display: block !important;
    opacity: 1 !important;
  }

  .khgy-case .case-ul li img.case-icon2 {
    opacity: 0 !important;
    animation: caseimgtext 0.2s forwards;
  }

  .khgy-case .case-ul li .text {
    display: block;
    white-space: nowrap;
    font-size: 12px;
    text-align: center;
    padding-top: 8px;
    line-height: 1.2;
    padding-top: 70px;
    color: #333;
  }

  .khgy-case .case-ul li .text span {
    font-weight: bold;
    display: block;
  }

  .khgy-case {
    height: auto;
  }

  .khgy-feedback .video-list video {
    width: 80%;
  }
}

@media (max-width:400px) {
  .khgy-process .top .wrap-type {
    flex-wrap: wrap;
  }

  .khgy-process .top .con {
    width: 100%;
  }

  .khgy-process .top img {
    width: 100%;
    margin-top: 20px;
  }

  .khgy-process .top .con span {
    font-size: 18px;
    margin: 10px 0;
  }

  .khgy-video-swiper2 {
    height: 900px;
  }
}

.bodyvideo {
  display: none;
}

#playvideo {
  width: 100%;
  position: fixed;
  max-width: 100%;
  max-height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
}


.slide6img2 {
  position: relative;
  padding-top: 80px;
}

.slide6img2::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 600px;
  background: #122272;
  z-index: -1;
}

.wflc {
  text-align: center;
}

.wflc img {
  width: auto !important;
}

body {
  overflow-x: hidden;
}

@media(max-width:768px) {
  .khgy-video-swiper2 .swiper-slide p {
    width: 100%;
    text-align: center;
  }

  .khgy-feedback ul li .top .play {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}