.container {
  max-width: 1400px;
  padding: 0;
  margin: 0 auto;
}
p {
  margin: 0;
}
@font-face {
  font-family: Poppins;
  src: url('../../font/Poppins-Bold.ttf');
}
@font-face {
  font-family: Poppins-Regular;
  src: url('../../font/Poppins-Regular.ttf');
}

.nav-option:nth-child(4) .np-child-box .np-child-list:nth-child(2) .np-chlid:last-child ul{
    display: none;
}

.jy-banner {
  position: relative;
}
.jy-banner .home-swiper .swiper-wrapper .swiper-slide .jy-ban-con {
  position: relative;
}
.jy-banner .home-swiper .swiper-wrapper .swiper-slide .jy-ban-con .jyban-intro {
  position: absolute;
  z-index: 2;
  width: 1400px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.jy-banner .home-swiper .swiper-wrapper .swiper-slide .jy-ban-con .jyban-intro div {
  max-width: 1400px;
  margin: 0 auto;
  display: none;
}
.jy-banner .home-swiper .swiper-wrapper .swiper-slide .jy-ban-con .jyban-intro div h1 {
  font-size: 50px;
  font-weight: bold;
  color: #ffffff;
}
.jy-banner .home-swiper .swiper-wrapper .swiper-slide .jy-ban-con .jyban-intro div p {
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 1px;
  color: #ffffff;
  margin-top: 24px;
  width: 54%;
}
.jy-banner .home-swiper .swiper-wrapper .swiper-slide .jy-ban-con .jyban-intro div a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #ffffff;
  width: 189px;
  height: 46px;
  border-radius: 23px;
  border: solid 1px #ffffff;
  margin-top: 34px;
  transition: all 0.5s;
}
.jy-banner .home-swiper .swiper-wrapper .swiper-slide .jy-ban-con .jyban-intro div a img {
  margin-left: 35px;
}
.jy-banner .home-swiper .swiper-wrapper .swiper-slide .jy-ban-con .jyban-intro div a:hover {
  transform: translateX(10px);
}
.jy-banner .home-swiper .swiper-wrapper .swiper-slide .jy-ban-con .jyban-bg {
  width: 100vw;
  height: 49.479vw;
  overflow: hidden;
  position: relative;
}
.jy-banner .home-swiper .swiper-wrapper .swiper-slide .jy-ban-con .jyban-bg video {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: 1;
}
.jy-banner .jyban-xl {
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  animation: float 2s infinite;
  cursor: pointer;
}
@keyframes float {
  0% {
    bottom: 80px;
  }
  25% {
    bottom: 85px;
  }
  50% {
    bottom: 90px;
  }
  75% {
    bottom: 85px;
  }
  100% {
    bottom: 80px;
  }
}
.jy-pro {
  margin-top: 75px;
}
.jy-pro .row {
  display: flex;
  margin-left: -13px;
  margin-right: -13px;
  margin-top: 37px;
}
.jy-pro .row .jy-pro-itms {
  padding: 0 13px;
  transition: all 0.3s;
}
.jy-pro .row .jy-pro-itms .jypro-con {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 324px;
  max-height: 324px;
  border-radius: 42px;
  padding: 21px;
  position: relative;
  overflow: hidden;
}
.jy-pro .row .jy-pro-itms .jypro-con .jypro-img {
  border-radius: 42px;
  border: solid 1px #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.jy-pro .row .jy-pro-itms .jypro-con .jypro-img .jypro-imgs {
  border: solid 1px #ffffff;
  width: 82px;
  height: 82px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  position: relative;
  transition: all 0.35s;
}
.jy-pro .row .jy-pro-itms .jypro-con .jypro-img .jypro-imgs div {
  width: 100%;
  height: 100%;
  background-color: #ffffff0d;
  border: 1px solid rgba(255, 255, 255, 0.21);
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: icon2 3000ms infinite linear;
}
.jy-pro .row .jy-pro-itms .jypro-cont {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
  border-radius: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  top: 100%;
  overflow: hidden;
  transition: all 0.35s;
}
.jy-pro .row .jy-pro-itms .jypro-cont p:nth-child(1) {
  position: relative;
  text-align: center;
  padding-bottom: 35px;
}
.jy-pro .row .jy-pro-itms .jypro-cont p:nth-child(1)::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  bottom: 0;
  width: 24px;
  height: 3px;
  background-color: #ffffff;
}
.jy-pro .row .jy-pro-itms .jypro-cont a:nth-child(2) {
  font-size: 24px;
  color: #ffffff;
  margin-top: 23px;
}
.jy-pro .row .jy-pro-itms .jypro-cont a:nth-child(3) {
  font-size: 20px;
  color: #ffffff;
  opacity: 0.5;
}
.jy-pro .row .jy-pro-itms .jypro-cont a:last-child {
  font-size: 16px;
  color: #ffffff;
  border-top: 1px solid rgba(255, 255, 255, 0.38);
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  padding: 3px 0;
  margin-top: 24px;
  transition: all 0.35s;
}
.jy-pro .row .jy-pro-itms:hover .jypro-con .jypro-img .jypro-imgs {
  opacity: 0;
  visibility: hidden;
}
.jy-pro .row .jy-pro-itms:hover .jypro-cont {
  width: 100%;
  height: 100%;
  top: 0;
}
@keyframes icon2 {
  0% {
    opacity: 1;
    width: 100%;
    height: 100%;
    border: solid 1px #ffffff;
  }
  100% {
    opacity: 0;
    width: 170%;
    height: 170%;
    border: solid 1px rgba(255, 255, 255, 0.25);
  }
}
.jy-bt {
  text-align: center;
  position: relative;
}
.jy-bt h3 {
  font-size: 50px;
  letter-spacing: 5px;
  color: #ffffff;
  opacity: 0.05;
  position: absolute;
  left: 50%;
  top: 63%;
  transform: translate(-50%, -50%);
  font-family: Poppins;
  white-space: nowrap;
  margin: 0;
  width: 100%;
  overflow: hidden;
}
.jy-bt h2 {
  font-size: 50px;
  color: #ffffff;
  text-shadow: 0px 5px 1px #292929;
  font-weight: bold;
  margin: 0;
}
.jy-craft {
  margin-top: 92px;
}
.jy-craft .gallery-top {
  margin-top: 40px;
}
.jy-craft .gallery-top .swiper-wrapper .swiper-slide .jy-craft-con {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
  width: 100%;
  border-radius: 42px;
  height: 591px;
}
.jy-craft .gallery-top .swiper-wrapper .swiper-slide .jy-craft-con .jy-craft-cont {
  max-width: 1154px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  padding-top: 83px;
}
.jy-craft .gallery-top .swiper-wrapper .swiper-slide .jy-craft-con .jy-craft-cont .jy-craft-lf {
  width: 47%;
}
.jy-craft .gallery-top .swiper-wrapper .swiper-slide .jy-craft-con .jy-craft-cont .jy-craft-lf h1 {
  font-size: 36px;
  font-weight: bold;
  color: #ffffff;
}
.jy-craft .gallery-top .swiper-wrapper .swiper-slide .jy-craft-con .jy-craft-cont .jy-craft-lf .jy-craft-desc {
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  position: relative;
  margin-top: 14px;
  padding-bottom: 25px;
}
.jy-craft .gallery-top .swiper-wrapper .swiper-slide .jy-craft-con .jy-craft-cont .jy-craft-lf .jy-craft-desc::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 36px;
  height: 3px;
  background-color: #ffffff;
}
.jy-craft .gallery-top .swiper-wrapper .swiper-slide .jy-craft-con .jy-craft-cont .jy-craft-lf div {
  font-size: 18px;
  line-height: 36px;
  color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 3;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
  margin-top: 40px;
}
.jy-craft .gallery-top .swiper-wrapper .swiper-slide .jy-craft-con .jy-craft-cont .jy-craft-lf a {
  width: 170px;
  height: 48px;
  border-radius: 24px;
  border: solid 1px #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #ffffff;
  margin-top: 40px;
  transition: all 0.35s;
}
.jy-craft .gallery-top .swiper-wrapper .swiper-slide .jy-craft-con .jy-craft-cont .jy-craft-lf a img {
  margin-left: 19px;
}
.jy-craft .gallery-top .swiper-wrapper .swiper-slide .jy-craft-con .jy-craft-cont .jy-craft-lf a:hover {
  background: #000;
  border: solid 1px #000;
  box-shadow: 1px 1px 10px #000;
}
.jy-craft .gallery-thumbs {
  max-width: 1154px;
  margin: 0 auto;
  padding-top: 6px;
  margin-top: -80px;
}
.jy-craft .gallery-thumbs .swiper-wrapper {
  background-color: #ffffff;
  border-radius: 42px;
}
.jy-craft .gallery-thumbs .swiper-wrapper .swiper-slide {
  position: relative;
  padding: 29px 0;
  padding-top: 36px;
  cursor: pointer;
}
.jy-craft .gallery-thumbs .swiper-wrapper .swiper-slide p:nth-child(1) {
  text-align: center;
  transition: all 0.35s;
  position: relative;
  z-index: 2;
  height: 40px;
}
.jy-craft .gallery-thumbs .swiper-wrapper .swiper-slide p:nth-child(1) img:nth-child(2) {
  display: none;
}
.jy-craft .gallery-thumbs .swiper-wrapper .swiper-slide p:nth-child(1) img {
  transition: all 0.35s;
}
.jy-craft .gallery-thumbs .swiper-wrapper .swiper-slide p:nth-child(2) {
  font-size: 18px;
  color: #606060;
  transition: all 0.35s;
  text-align: center;
  margin-top: 3px;
  margin-top: 17px;
  position: relative;
  z-index: 2;
}
.jy-craft .gallery-thumbs .swiper-wrapper .swiper-slide div {
  position: absolute;
  width: 109%;
  height: 100%;
  top: -20px;
  left: -11px;
  transition: all 0.25s;
  opacity: 0;
  visibility: hidden;
}
.jy-craft .gallery-thumbs .swiper-wrapper .swiper-slide div img {
  width: 100%;
  height: 177px;
}
.jy-craft .gallery-thumbs .swiper-wrapper .swiper-slide:hover p:nth-child(1) img:nth-child(1) {
  display: none;
}
.jy-craft .gallery-thumbs .swiper-wrapper .swiper-slide:hover p:nth-child(1) img:nth-child(2) {
  display: inline;
}
.jy-craft .gallery-thumbs .swiper-wrapper .swiper-slide:hover p:nth-child(1) img {
  transform: rotateZ(360deg);
}
.jy-craft .gallery-thumbs .swiper-wrapper .swiper-slide:hover p:nth-child(2) {
  color: #002571;
}
.jy-craft .gallery-thumbs .swiper-wrapper .swiper-slide:hover div {
  opacity: 1;
  visibility: visible;
}
.jy-craft .gallery-thumbs .swiper-wrapper .swiper-slide:hover::after {
  opacity: 0;
  visibility: hidden;
}

#h-active a::after{
    width: 100% !important;
    opacity: 1 !important;
}

.jy-craft .gallery-thumbs .swiper-wrapper .swiper-slide-thumb-active p:nth-child(1) img:nth-child(1) {
  display: none !important;
}
.jy-craft .gallery-thumbs .swiper-wrapper .swiper-slide-thumb-active p:nth-child(1) img:nth-child(2) {
  display: inline !important;
}
.jy-craft .gallery-thumbs .swiper-wrapper .swiper-slide-thumb-active p:nth-child(2) {
  color: #002571 !important;
}
.jy-craft .gallery-thumbs .swiper-wrapper .swiper-slide-thumb-active div {
  opacity: 1 !important;
  visibility: visible !important;
}
.jy-craft .gallery-thumbs .swiper-wrapper .swiper-slide-thumb-active::after {
  opacity: 0;
  visibility: hidden;
}
.jy-craft .gallery-thumbs .swiper-wrapper .swiper-slide::after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  width: 2px;
  height: 98px;
  background-color: #e5e5e5;
  transition: all 0.25s;
}
.jy-craft .gallery-thumbs .swiper-wrapper .swiper-slide:nth-child(5n)::after {
  display: none;
}
.jy-about {
  margin-top: 92px;
}
.jy-about .jy-about-con {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  border-radius: 42px;
  margin-top: 42px;
  padding-top: 80px;
  padding-bottom: 45px;
}
.jy-about .jy-about-con h1 {
  font-size: 32px;
  text-align: center;
  color: #ffffff;
}
.jy-about .jy-about-con div {
  font-size: 18px;
  text-align: center;
  line-height: 36px;
  color: #ffffff;
  width: 69%;
  margin: 0 auto;
  margin-top: 40px;
}
.jy-about .jy-about-con .jy-about-play {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  margin-top: 254px;
  cursor: pointer;
}
.jy-about .jy-about-con .jy-about-play img {
  margin-right: 18px;
  transition: all 0.35s;
}
.jy-about .jy-about-con .jy-about-play:hover img {
  transform: rotateZ(360deg);
}
.jy-abvideo {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999999;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.95);
  display: none;
}
.jy-abvideo video {
  max-width: 85%;
  max-height: 85%;
}
.jy-abvideo div {
  position: absolute;
  right: 50px;
  top: 50px;
  text-align: center;
}
.jy-abvideo div img {
  width: 35px;
  cursor: pointer;
}
.jy-about-content {
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
}
.jy-news {
  margin-top: 92px;
  padding-bottom: 80px;
}
.jy-news .jy-news-con {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.jy-news .jy-news-con .jy-news-con-lf {
  width: 47.6%;
}
.jy-news .jy-news-con .jy-news-con-lf .jy-news-con-lf-thumb {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 368px;
  max-height: 368px;
  display: block;
  border-radius: 42px;
}
.jy-news .jy-news-con .jy-news-con-lf div:nth-child(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 26px;
}
.jy-news .jy-news-con .jy-news-con-lf div:nth-child(2) a {
  font-size: 25px;
  color: #ffffff;
  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-all;
  white-space: normal;
  width: 76%;
}
.jy-news .jy-news-con .jy-news-con-lf div:nth-child(2) p {
  font-size: 16px;
  color: #ffffff;
  opacity: 0.5;
  display: flex;
  align-items: center;
  width: 17%;
  white-space: nowrap;
}
.jy-news .jy-news-con .jy-news-con-lf div:nth-child(2) p img {
  margin-right: 10px;
}
.jy-news .jy-news-con .jy-news-con-lf div:nth-child(3) {
  margin-top: 16px;
}
.jy-news .jy-news-con .jy-news-con-lf div:nth-child(3) a {
  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-all;
  white-space: normal;
  font-size: 18px;
  line-height: 28px;
  color: #ffffff;
  opacity: 0.6;
}
.jy-news .jy-news-con .jy-news-con-rt {
  width: 48.45%;
}
.jy-news .jy-news-con .jy-news-con-rt .jy-news-rt-items {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.35s;
}
.jy-news .jy-news-con .jy-news-con-rt .jy-news-rt-items .thumb {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 154px;
  display: block;
  border-radius: 42px;
  width: 35%;
}
.jy-news .jy-news-con .jy-news-con-rt .jy-news-rt-items div {
  width: 62%;
}
.jy-news .jy-news-con .jy-news-con-rt .jy-news-rt-items div a:nth-child(1) {
  font-size: 24px;
  color: #ffffff;
  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-all;
  white-space: normal;
}
.jy-news .jy-news-con .jy-news-con-rt .jy-news-rt-items div a:nth-child(2) {
  font-size: 18px;
  color: #ffffff;
  opacity: 0.6;
  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-all;
  white-space: normal;
  margin-top: 8px;
}
.jy-news .jy-news-con .jy-news-con-rt .jy-news-rt-items div p {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #ffffff;
  opacity: 0.5;
  margin-top: 15px;
}
.jy-news .jy-news-con .jy-news-con-rt .jy-news-rt-items div p img {
  margin-right: 10px;
}
.jy-news .jy-news-con .jy-news-con-rt .jy-news-rt-items:last-child {
  margin-bottom: 0;
}
.jy-news .jy-news-con .jy-news-con-rt .jy-news-rt-items:hover {
  transform: translateX(-10px);
}
.jy-cwgk {
  margin-top: 30px;
}
.jy-dsh-con .jy-cwgk{
    margin-top: 0;
}
.jy-cwgk h1 {
  font-size: 40px;
  color: #333;
  position: relative;
  font-weight: bold;
  z-index: 3;
}
.jy-jbzl {
  margin-top: 53px;
}
.jy-jbzl .jy-jbzl-con {
  background: url(../../images/jy-images/gk-bg.png) no-repeat;
  border-radius: 27px;
  background-size: 100% 100%;
  position: relative;
  margin-top: 36px;
  padding: 53px 60px;
}
.jy-jbzl .jy-jbzl-con .jy-jbzl-cont {
  position: relative;
}
.jy-jbzl .jy-jbzl-con .jy-jbzl-cont table {
  width: 100%;
}
.jy-jbzl .jy-jbzl-con .jy-jbzl-cont table tr td {
  font-size: 19px;
  color: #ffffff;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 38px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  border-right: 2px solid rgba(255, 255, 255, 0.5);
}
.jy-jbzl .jy-jbzl-con .jy-jbzl-cont table tr td:nth-child(1) {
  padding-right: 50px;
  width: 20%;
  font-size: 20px;
  font-weight: bold;
}
.jy-jbzl .jy-jbzl-con .jy-jbzl-cont table tr:last-child td {
  border-bottom: none;
}
.jy-jbzl .jy-jbzl-con .jy-jbzl-cont table tr td:last-child {
  border-right: none;
}
.jy-jbzl .jy-jbzl-con::after {
  position: absolute;
  bottom: -153px;
  right: -38px;
  content: '';
  background: url(../../images/jy-images/gt.png) no-repeat;
  background-size: 100% 100%;
  width: 401px;
  height: 309px;
}
.jy-jbzl .jy-jbzl-con::before {
  position: absolute;
  left: -84px;
  top: -152px;
  content: '';
  width: 401px;
  height: 309px;
  background: url(../../images/jy-images/gt2.png) no-repeat;
  background-size: 100% 100%;
}
.cw-bt {
  font-size: 30px;
  font-weight: bold;
  color: #ffffff;
  position: relative;
  z-index: 3;
}
.jy-cwzy {
  margin-top: 75px;
}
.jy-cwzy .jy-cwzytab {
  display: flex;
  margin-top: 50px;
}
.jy-cwzy .jy-cwzytab li {
  background: url(../../images/jy-images/zy-bg1.png) no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 40px;
  height: 97px;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 5px;
  color: #ffffff;
  width: 28.8%;
  transition: all 0.5s;
  cursor: pointer;
}
.jy-cwzy .jy-cwzytab li:last-child {
  margin-right: 0;
}
.jy-cwzy .jy-cwzytab li:hover {
  background: url(../../images/jy-images/zy-bg2.png) no-repeat;
  background-size: 100% 100%;
}
.zy-active {
  background: url(../../images/jy-images/zy-bg2.png) no-repeat !important;
  background-size: 100% 100% !important;
}
.jy-zynr .jy-zynr-con .jy-zynr-items {
  display: none;
}
.jy-zynr .jy-zynr-con .jy-zynr-items .jy-zynr-nav {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  max-width: 1307px;
  margin: 0 auto;
  margin-top: 80px;
  padding-bottom: 33px;
}
.jy-zynr .jy-zynr-con .jy-zynr-items .jy-zynr-nav li {
  font-size: 24px;
  font-weight: bold;
  transition: all 0.5s;
  color: #ffffff;
  cursor: pointer;
}
.jy-zynr .jy-zynr-con .jy-zynr-items .jy-zynr-nav li:hover {
  color: #0da8ff;
}
.jy-zynr .jy-zynr-con .jy-zynr-items .jy-zynr-data {
  margin-top: 20px;
}
.jy-zynr .jy-zynr-con .jy-zynr-items .jy-zynr-check {
  display: flex;
  flex-wrap: wrap;
  margin-top: 43px;
  position: relative;
  z-index: 3;
}
.jy-zynr .jy-zynr-con .jy-zynr-items .jy-zynr-check .checkbox {
  display: flex;
  align-items: center;
  margin-right: 40px;
}
.jy-zynr .jy-zynr-con .jy-zynr-items .jy-zynr-check .checkbox input {
  width: 18px;
  height: 18px;
  border-radius: 3px;
  border: solid 1px #ffffff;
  background: none;
  outline: none;
  position: relative;
  top: -3.5px;
}
.jy-zynr .jy-zynr-con .jy-zynr-items .jy-zynr-check .checkbox label {
  font-size: 19px;
  color: #ffffff;
  margin-left: 9px;
  font-family: Poppins-Regular;
  margin-bottom: 0;
}
.jy-zynr .jy-zynr-con .jy-zynr-items .jy-zynr-check .checkbox input[type="checkbox"]:checked {
  width: 18px;
  height: 18px;
  border-radius: 3px;
  border: solid 1px #ffffff;
  position: relative;
}
.jy-zynr .jy-zynr-con .jy-zynr-items .jy-zynr-check .checkbox input[type="checkbox"]:checked::after {
  position: absolute;
  top: 32%;
  left: 50%;
  content: '';
  transform: translate(-50%, -50%);
  width: 25px;
  height: 23px;
  background: url(../../images/jy-images/dh.png) no-repeat;
  background-size: 100% 100%;
}
.jy-zynr .jy-zynr-con .jy-zynr-items .jy-zynr-detail {
  background: url(../../images/jy-images/bg-bg.png) no-repeat;
  border-radius: 27px;
  background-size: 100% 100%;
  margin: 0 auto;
  margin-top: 36px;
  position: relative;
  padding: 53px 60px;
}
.jy-zynr .jy-zynr-con .jy-zynr-items .jy-zynr-detail .jy-zynr-detail-con {
  margin: 0 auto;
}
.jy-zynr .jy-zynr-con .jy-zynr-items .jy-zynr-detail .jy-zynr-detail-con table {
  width: 100%;
}
.jy-zynr .jy-zynr-con .jy-zynr-items .jy-zynr-detail .jy-zynr-detail-con table tr td {
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  border-right: 2px solid rgba(255, 255, 255, 0.5);
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  padding: 24px 0;
  font-family: Poppins-Regular;
}
.jy-zynr .jy-zynr-con .jy-zynr-items .jy-zynr-detail .jy-zynr-detail-con table tr td:nth-child(1) {
  font-size: 17px;
  color: #fff;
  font-weight: bold;
  text-align: left;
  padding-left: 11px;
  width: 12.7%;
  font-family: MicrosoftYaHei;
}
.jy-zynr .jy-zynr-con .jy-zynr-items .jy-zynr-detail .jy-zynr-detail-con table tr:nth-child(1) td {
  font-weight: bold;
  font-size: 17px;
}
.jy-zynr .jy-zynr-con .jy-zynr-items .jy-zynr-detail .jy-zynr-detail-con table tr:last-child td {
  border-bottom: none;
}
.jy-zynr .jy-zynr-con .jy-zynr-items .jy-zynr-detail .jy-zynr-detail-con table tr td:last-child {
  border-right: none;
}
.jy-zynr .jy-zynr-con .jy-zynr-items:nth-child(1) {
  display: block;
}
.jy-zynr .jy-zynr-dy {
  display: flex;
  justify-content: flex-end;
  margin-top: 0px;
  visibility: hidden;
  padding-bottom: 40px;
  position: relative;
  z-index: 3;
}
.jy-zynr .jy-zynr-dy li {
  margin-left: 30px;
}
.jy-zynr .jy-zynr-dy li a img {
  transition: all 0.5s;
}
.jy-zynr .jy-zynr-dy li:hover img {
  transform: scale(1.1);
}
.jy-zynr-detail::after {
  position: absolute;
  bottom: -153px;
  right: -32px;
  content: '';
  background: url(../../images/jy-images/gt.png) no-repeat;
  background-size: 100% 100%;
  width: 401px;
  height: 309px;
}
.jy-zynr-detail::before {
  position: absolute;
  left: -69px;
  top: -152px;
  content: '';
  width: 401px;
  height: 309px;
  background: url(../../images/jy-images/gt2.png) no-repeat;
  background-size: 100% 100%;
}
.jy-cwbg {
  background: url(../../images/jy-images/bg-bg.png) no-repeat;
  background-size: 100% 100%;
  padding: 49px 60px;
  position: relative;
  margin-top: 37px;
  margin-bottom: 80px;
  border-radius: 27px;
}

.jy-cwbg::before{
  position: absolute;
  left: -73px;
  top: -152px;
  content: '';
  width: 401px;
  height: 309px;
  background: url(../../images/jy-images/gt2.png) no-repeat;
  background-size: 100% 100%;
}
.jy-cwbg .jy-cwbg-con {
  position: relative;
  z-index: 3;
}
.jy-cwbg .jy-cwbg-con table {
  width: 100%;
}
.jy-cwbg .jy-cwbg-con table tr td {
  font-size: 19px;
  color: #fefefe;
  border-right: 2px solid rgba(255, 255, 255, 0.5);
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  text-align: center;
  padding: 20px 0;
}
.jy-cwbg .jy-cwbg-con table tr td:last-child {
  border-right: none;
}
.jy-cwbg .jy-cwbg-con table tr td:nth-child(1) {
  font-weight: bold;
  font-size: 20px;
}
.jy-cwbg .jy-cwbg-con table tr:last-child td {
  border-bottom: none;
}
.jy-cwbg .jy-cwbg-con table tr:nth-child(1) td {
  font-weight: bold;
  font-size: 20px;
}
.jy-cwbg .jy-cwbg-con ul li {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  align-items: center;
  padding: 18.5px 0;
  padding-left: 36px;
  padding-right: 43px;
}
.jy-cwbg .jy-cwbg-con ul li a:nth-child(1) {
  font-size: 20px;
  font-weight: bold;
  color: #fefefe;
  transition: all 0.5s;
  width: 85%;
  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-all;
  white-space: normal;
}
.jy-cwbg .jy-cwbg-con ul li a:nth-child(2) img {
  transition: all 0.5s;
}
.jy-cwbg .jy-cwbg-con ul li a:nth-child(2) img:hover {
  transform: scale(1.1);
}
.jy-cwbg .jy-cwbg-con ul li:last-child {
  border: none;
}
.jy-cwbg::after {
  position: absolute;
  bottom: -153px;
  right: -24px;
  content: '';
  background: url(../../images/jy-images/gt.png) no-repeat;
  background-size: 100% 100%;
  width: 401px;
  height: 309px;
}
.jy-gsnb{
    padding-top: 33px;
    padding-bottom: 30px;
}
.jy-gsnb::before {
  position: absolute;
  left: -73px;
  top: -152px;
  content: '';
  width: 401px;
  height: 309px;
  background: url(../../images/jy-images/gt2.png) no-repeat;
  background-size: 100% 100%;
}
.mysbg-ss {
  margin-top: 50px;
  position: relative;
  z-index: 3;
}
.mysbg-ss select {
	width: 225px;
	height: 68px;
	background-color: #13bfff;
	border-radius: 33px;
  letter-spacing: 1px;
  outline: none;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  padding: 0 50px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  position: relative;
  cursor: pointer;
}
.mysbg-ss::after {
  position: absolute;
  top: 52%;
  transform: translateY(-50%);
  content: '';
  background: url(../../images/jy-images/sjx.png);
  width: 16px;
  height: 10px;
  background-size: 100% 100%;
  left: 11%;
}
.mysbg-con::after {
  position: absolute;
  bottom: -153px;
  right: -24px;
  content: '';
  background: url(../../images/jy-images/gt.png) no-repeat;
  background-size: 100% 100%;
  width: 401px;
  height: 309px;
}
.mysbg-con::before {
  position: absolute;
  left: -69px;
  top: -152px;
  content: '';
  width: 401px;
  height: 309px;
  background: url(../../images/jy-images/gt2.png) no-repeat;
  background-size: 100% 100%;
}
.mysbg-con {
  background: url(../../images/jy-images/my-bg.png) no-repeat;
  border-radius: 27px;
  background-size: 100% 100%;
  margin-top: 42px;
  position: relative;
  padding:49px 60px;
}
.mysbg-con .mysbg-cont {
  /*max-width: 1259px;*/
  margin: 0 auto;
  /*padding: 65px 0;*/
  display: none;
}
.mysbg-con .mysbg-cont:nth-child(1){
  display: block;
}
.mysbg-con .mysbg-cont table {
  width: 100%;
}
.mysbg-con .mysbg-cont table tr td {
  font-size: 19px;
  color: #fefefe;
  text-align: center;
  border-right: 2px solid rgba(255, 255, 255, 0.5);
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  padding: 24px 0;
  font-family: Poppins-Regular;
}
.mysbg-con .mysbg-cont table tr td:last-child {
  border-right: none;
}
.mysbg-con .mysbg-cont table tr td:nth-child(1) {
  width: 17.35%;
  font-size: 20px;
  font-weight: bold;
  font-family: MicrosoftYaHei;
}
.mysbg-con .mysbg-cont table tr:last-child td {
  border-bottom: none;
}
.mysbg-con .mysbg-cont table tr:nth-child(1) td {
  font-size: 20px;
  font-weight: bold;
  font-family: MicrosoftYaHei;
}
.mysbg {
  font-size: 18px;
  color: #fefefe;
  margin-top: 37px;
  padding-bottom: 80px;
}
.jy-xypd-con {
  background: url(../../images/jy-images/ds-bg.png) no-repeat;
  border-radius: 27px;
  background-size: 100% 100%;
  position: relative;
  margin-top: 36px;
  padding: 60px;
  margin-bottom: 80px;
}
.jy-xypd-con .jy-xypd-cont {
  /*max-width: 1259px;*/
  margin: 0 auto;
  /*padding: 53px 0;*/
  font-size: 18px;
  color: #fefefe;
}
.jy-xypd-con .jy-xypd-cont table {
    width: 100%;
    border-top: 2px solid rgba(255,255,255,.5);
    border-bottom: 2px solid rgba(255,255,255,.5);
}
.jy-xypd-con .jy-xypd-cont table tr td {
  border-right: 2px solid rgba(255, 255, 255, 0.5);
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  font-size: 19px;
  text-align: center;
  color: #fefefe;
  padding: 24px 0;
  font-family: Poppins-Regular;
}
.jy-xypd-con .jy-xypd-cont table:nth-child(1) tr td{
    width: 20%;
}
.jy-xypd-con .jy-xypd-cont h4{
    font-size: 26px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 37px;
    margin-top: 56px;
}

.jy-xypd-con .jy-xypd-cont table tr:nth-child(1) td:nth-child(1) {
  width: 26%;
} 
.jy-xypd-con .jy-xypd-cont table tr:nth-child(1) td:nth-child(4) {
  width: 26%;
} 


.jy-xypd-con .jy-xypd-cont table:nth-child(1) tr:nth-child(1) td:nth-child(1),.jy-xypd-con .jy-xypd-cont table:nth-child(1) tr:nth-child(1) td:nth-child(4) {
  width: 20%;
} 


.jy-xypd-con .jy-xypd-cont table tr td:last-child {
  border-right: none;
}
.jy-xypd-con .jy-xypd-cont table tr td:nth-child(1) {
  font-size: 20px;
  font-family: MicrosoftYaHei;
}
.jy-xypd-con .jy-xypd-cont table tr:last-child td {
  border-bottom: none;
}
.jy-xypd-con .jy-xypd-cont table tr:nth-child(1) td {
  font-size: 20px;
  font-weight: bold;
  font-family: MicrosoftYaHei;
}
.jy-xypd-con::after {
  position: absolute;
  bottom: -153px;
  right: -24px;
  content: '';
  background: url(../../images/jy-images/gt.png) no-repeat;
  background-size: 100% 100%;
  width: 401px;
  height: 309px;
}
.jy-xypd-con::before {
  position: absolute;
  left: -69px;
  top: -152px;
  content: '';
  width: 401px;
  height: 309px;
  background: url(../../images/jy-images/gt2.png) no-repeat;
  background-size: 100% 100%;
}
.jy-dsjl-con {
    position: relative;
    padding: 53px 60px;
    padding-bottom: 73px;
    margin-top: 26px;
    background-color: #ffffff;
    border-top-left-radius: 27px;
    border-top-right-radius: 27px;
}
.jy-dsjl-con .jy-dsjl-cont .jy-dsjl-detail {
  margin-top: 49px;
}
.jy-dsjl-con .jy-dsjl-cont .jy-dsjl-detail table{
    border-top: 2px solid #598fc1;
    border-bottom: 2px solid rgba(51, 51, 51, 0.3);
}

.jy-dsjl-con .jy-dsjl-cont .jy-dsjl-detail table tr td {
  font-size: 19px;
  line-height: 36px;
  color: #333;
  border-right: 2px solid rgba(51, 51, 51, 0.3);
  border-bottom: 2px solid rgba(51, 51, 51, 0.3);
  padding: 15px;
}
.jy-dsjl-con .jy-dsjl-cont .jy-dsjl-detail table tr td:nth-child(1) {
  text-align: center;
}
.jy-dsjl-con .jy-dsjl-cont .jy-dsjl-detail table tr td:last-child {
  border-right: none;
}
.jy-dsjl-con .jy-dsjl-cont .jy-dsjl-detail table tr td:nth-child(3),
.jy-dsjl-con .jy-dsjl-cont .jy-dsjl-detail table tr td:nth-child(4) {
  width: 10.4%;
}
.jy-dsjl-con .jy-dsjl-cont .jy-dsjl-detail table tr td:nth-child(2) {
  width: 19.8%;
}
.jy-dsjl-con .jy-dsjl-cont .jy-dsjl-detail table tr:nth-child(1){
    background-color: #598fc1;

}
.jy-dsjl-con .jy-dsjl-cont .jy-dsjl-detail table tr:nth-child(1) td {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 27px;
    padding: 10px 0;
    color: #fff;
    border-bottom: 2px solid #598fc1;
}
.jy-dsjl-con .jy-dsjl-cont .jy-dsjl-detail table tr:last-child td {
  border-bottom: none;
}
.jy-dsjl-ms h2 {
  font-size: 40px;
  font-weight: bold;
  color: #333333;
  position: relative;
  width: fit-content;
  padding-right: 107px;
}
.jy-dsjl-ms h2::after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  width: 81px;
  height: 3px;
  background-color: #ff0000;
}
.jy-dsjl-ms div {
  font-size: 20px;
  line-height: 38px;
  color: #333;
  margin-top: 24px;
}
.jy-yzqx-con {
    position: relative;
    padding: 53px 60px;
    padding-bottom: 73px;
    margin-top: 30px;
    background-color: #ffffff;
    border-top-left-radius: 27px;
    border-top-right-radius: 27px;
}
.jy-yzqx-con .jy-yzqx-cont .yzqx-bg {
  margin-top: 36px;
}
.jy-yzqx-con .jy-yzqx-cont .yzqx-bg table {
  border-collapse: collapse;
  width: 100%;
  border-bottom: 2px solid rgba(51, 51, 51, 0.3);
}
.jy-yzqx-con .jy-yzqx-cont .yzqx-bg table tr td {
  font-size: 19px;
  line-height: 36px;
  color: #333;
  border-right: 2px solid rgba(51, 51, 51, 0.3);
  border-top: 2px solid rgba(51, 51, 51, 0.3);
  padding: 20px 30px;
  
}

.jy-yzqx-con .jy-yzqx-cont .yzqx-bg table tr td span{
    padding-left: 2em;
    position: relative;
    display: block;
}
.jy-yzqx-con .jy-yzqx-cont .yzqx-bg table tr td span::before{
    content: attr(data-order);
    position: absolute;
    left: 0px;
    top: 0px;
}


.jy-yzqx-con .jy-yzqx-cont .yzqx-bg table tr td table {
  margin-top: 16px;
}
.jy-yzqx-con .jy-yzqx-cont .yzqx-bg table tr td table tr td {
  background: none !important;
  border: 2px solid rgba(51, 51, 51, 0.3) !important;
  font-size: 19px !important;
  font-weight: inherit !important;
  text-align: left !important;
  color: #333 !important;
}
.jy-yzqx-con .jy-yzqx-cont .yzqx-bg table tr td table tr td:nth-child(1) {
  text-align: center !important;
  width: 11.65% !important;
}
.jy-yzqx-con .jy-yzqx-cont .yzqx-bg table tr td:nth-child(1) {
  border-left: 2px solid rgba(51, 51, 51, 0.3);
}
.jy-yzqx-con .jy-yzqx-cont .yzqx-bg table tr:nth-child(2) td{
    color: #fff;
    border-bottom: 2px solid #598fc1;
}
.jy-yzqx-con .jy-yzqx-cont .yzqx-bg table tr:nth-child(1) td {
  border-top: 2px solid #598fc1;
  color: #fff;
}
.jy-yzqx-con .jy-yzqx-cont .yzqx-bg table tr:nth-child(1) td:nth-child(1) {
  border-left: 2px solid #598fc1;
  border-bottom: 2px solid #598fc1;
  width: 32.6%;
}
.jy-yzqx-con .jy-yzqx-cont .yzqx-bg table tr:nth-child(1) td:last-child {
  border-right: 2px solid #598fc1;
  border-bottom: 2px solid #598fc1;
}
.jy-yzqx-con .jy-yzqx-cont .yzqx-bg table tr:nth-child(1) td:nth-child(2) {
  width: 48.4%;
}
.jy-yzqx-con .jy-yzqx-cont .yzqx-bg table tr:nth-child(2) td:nth-child(1),
.jy-yzqx-con .jy-yzqx-cont .yzqx-bg table tr:nth-child(2) td:nth-child(2) {
  width: 4.7%;
}
.jy-yzqx-con .jy-yzqx-cont .yzqx-bg table tr:nth-child(1) td,
.jy-yzqx-con .jy-yzqx-cont .yzqx-bg table tr:nth-child(2) td {
  text-align: center;
  background: #598fc1;
  font-weight: bold;
  font-size: 20px;
  padding: 11.5px 26px;
}
.jy-yzqx-con .jy-yzqx-cont .zgqx-con {
  margin-top: 53px;
}
.jy-yzqx-con .jy-yzqx-cont .zgqx-con h3{
    color: #333;
}
.jy-yzqx-con .jy-yzqx-cont .zgqx-con table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 23px;
  border-bottom: 2px solid rgba(51, 51, 51, 0.3);
}
.jy-yzqx-con .jy-yzqx-cont .zgqx-con table tr td {
  font-size: 19px;
  line-height: 36px;
  color: #333;
  border-right: 2px solid rgba(51, 51, 51, 0.3);
  border-top: 2px solid rgba(51, 51, 51, 0.3);
  /*text-align: center;*/
  border-collapse: collapse;
  padding: 10px;
}
.jy-yzqx-con .jy-yzqx-cont .zgqx-con table tr td:nth-child(1) {
  border-left: 2px solid rgba(51, 51, 51, 0.3);
  width: 11.55%;
}
.jy-yzqx-con .jy-yzqx-cont .zgqx-con table tr td:last-child {
  width: 25.88%;
}
.jy-yzqx-con .jy-yzqx-cont .zgqx-con table tr:nth-child(1) td {
  border-top: 2px solid #598fc1;
  border-bottom: 2px solid #598fc1;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
.jy-yzqx-con .jy-yzqx-cont .zgqx-con table tr:nth-child(1) td:nth-child(1) {
  border-left: 2px solid #598fc1;
  color: #fff;
}
.jy-yzqx-con .jy-yzqx-cont .zgqx-con table tr:nth-child(1) td:last-child {
  border-right: 2px solid #598fc1;
}
.jy-yzqx-con .jy-yzqx-cont .zgqx-con table tr:nth-child(1) {
  background-color: #598fc1;
}
.jy-yzqx-con .jy-yzqx-cont .dsjx-con {
  margin-top: 53px;
}
.jy-yzqx-con .jy-yzqx-cont .dsjx-con h3{
    color: #333;
}
.jy-yzqx-con .jy-yzqx-cont .dsjx-con div {
  font-size: 18px;
  line-height: 32px;
  color: #333;
  margin-top: 14px;
}
.zgqx-bt {
  font-size: 26px;
  font-weight: bold;
  color: #ffffff;
}
.jy-dsh-con{
    background-color: #ffffff;
    border-top-left-radius: 27px;
    border-top-right-radius: 27px;
    padding: 53px 30px;
    margin-top: 30px;
}
.jy-dsh-con h3 {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin-top: 45px;
  position: relative;
  z-index: 3;
}
.jy-dsh-con .jy-dsh-bg {
  position: relative;
  padding: 53px 0px;
  margin-top: 38px;
  margin-bottom: 30px;
  padding-top: 0;
  padding-bottom: 0;
}
.jy-dsh-con .jy-dsh-bg .jy-dsh-bg-cont table {
  width: 100%;
  border-collapse: collapse;
  border-bottom: 2px solid rgba(51, 51, 51, 0.5);
  border-top: 2px solid #598fc1;
}
.jy-dsh-con .jy-dsh-bg .jy-dsh-bg-cont table tr td {
  font-size: 19px;
  line-height: 36px;
  color: #333;
  border-right: 2px solid rgba(51, 51, 51, 0.5);
  border-bottom: 2px solid rgba(51, 51, 51, 0.5);
  padding: 16px 12px;
  border-collapse: collapse;
  text-align: center;
}
.jy-dsh-con .jy-dsh-bg .jy-dsh-bg-cont table tr td:last-child {
  border-right: none;
}
.jy-dsh-con .jy-dsh-bg .jy-dsh-bg-cont table tr td:nth-child(1) {
  text-align: left;
  white-space: nowrap;
}
.jy-dsh-con .jy-dsh-bg .jy-dsh-bg-cont table tr:last-child {
  border-bottom: none;
}
.jy-dsh-con .jy-dsh-bg .jy-dsh-bg-cont table tr:nth-child(1){
    	background-color: #598fc1;
}
.jy-dsh-con .jy-dsh-bg .jy-dsh-bg-cont table tr:nth-child(1) td {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 2px solid #598fc1;
  color: #fff;
}
.jy-dsh-con .jy-dsh-bg .jy-dsh-bg-cont table tr:last-child td{
    border-bottom: none;
    
}
.jy-dsh-con .jy-dsh-bg .jy-dsh-bg-cont table tr:nth-child(1) td:nth-child(2) {
  width: 38%;
}
.jy-dsh-con .jy-dsh-bg .jy-dsh-bg-cont table tr:nth-child(1) td:last-child {
  width: 11.7%;
  font-weight: inherit;
  /*background: #fff;*/
  color: #333;
}
.jy-dsh-con .jy-dsh-bg .jy-dsh-bg-cont table tr:nth-child(1) td:nth-child(3) {
  width: 38%;
}
.jy-dsh-con .jy-dsh-bg .jy-dsh-bg-cont table tr:nth-child(1) td:nth-child(1) {
  border-bottom: 2px solid #598fc1;
}
.jy-dsh-con .jy-dsh-bg .jy-dsh-bg-cont table tr:nth-child(2) td:nth-child(1) {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
.jy-dsh-con .jy-dsh-bg .jy-dsh-bg-cont table tr:nth-child(2) td:nth-child(2),
.jy-dsh-con .jy-dsh-bg .jy-dsh-bg-cont table tr:nth-child(2) td:nth-child(3),
.jy-dsh-con .jy-dsh-bg .jy-dsh-bg-cont table tr:nth-child(2) td:nth-child(4) {
  width: 12.7%;
  text-align: left;
}
.jy-dsh-con .dsh-content {
  font-size: 18px;
  line-height: 37px;
  color: #333;
  padding-bottom: 18px;

}

.jy-dsh-con .dsh-content p{
    position: relative;
    padding-left: 3.3em;
}
.jy-dsh-con .dsh-content p:nth-child(1),.jy-dsh-con .dsh-content p:nth-child(2){
    position: relative;
    padding-left: 2em;
}

.jy-dsh-con .dsh-content span{
    /*position: absolute;*/
    /*left: 0px;*/
    /*top: 0px;*/
    /*text-decoration: none !important;*/
}
.jy-dsh-con .dsh-content p em{
    position: absolute;
    left: 1.1em;
    top: 0px;
    width: 37px;
    text-align: right;
}
.jy-wyh-con {
position: relative;
    padding: 53px 60px;
    padding-bottom: 78px;
    margin-top: 30px;
    background: #fff;
    border-top-left-radius: 27px;
    border-top-right-radius: 27px;
}
.jy-wyh-con .jy-wyh-nav {
  margin-top: 48px;
}
.jy-wyh-con .jy-wyh-nav ul {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid rgba(51, 51, 51, 0.3);
  padding-bottom: 30px;
}
.jy-wyh-con .jy-wyh-nav ul li {
  width: calc(100%/3);
  text-align: center;
  transition: all 0.5s;
  font-size: 26px;
  color: #333;
  position: relative;
  cursor: pointer;
}
.jy-wyh-con .jy-wyh-nav ul li:hover {
  color: #13bfff;
}
.jy-wyh-con .jy-wyh-nav ul li::after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  width: 3px;
  height: 28px;
  background-color: rgba(51,51,51,.4);
}
.jy-wyh-con .jy-wyh-nav ul li:last-child::after {
  display: none;
}
.jy-wyh-con .jy-wyh-cont {
  margin-top: 40px;
}
.jy-wyh-con .jy-wyh-cont .jy-wyh-items {
  display: none;
}
.jy-wyh-con .jy-wyh-cont .jy-wyh-items .jy-wyh-content .whycy-con table {
  width: 100%;
}
.jy-wyh-con .jy-wyh-cont .jy-wyh-items .jy-wyh-content .whycy-con table tr td {
  font-size: 19px;
  color: #333;
  padding: 15px 0;
  border-bottom: 2px solid rgba(51,51,51,.3);
  padding-left: 50px;
}
.jy-wyh-con .jy-wyh-cont .jy-wyh-items .jy-wyh-content .whycy-con table tr td:nth-child(1) {
  width: 23%;
}
.jy-wyh-con .jy-wyh-cont .jy-wyh-items .jy-wyh-content .whycy-con table tr td:last-child {
  width: 35.5%;
}
.jy-wyh-con .jy-wyh-cont .jy-wyh-items .jy-wyh-content .whycy-con table tr:nth-child(1) {
  background: #598fc1;
}
.jy-wyh-con .jy-wyh-cont .jy-wyh-items .jy-wyh-content .whycy-con table tr:nth-child(1) td {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 2px solid #598fc1;
  color: #fff;
}
.jy-wyh-con .jy-wyh-cont .jy-wyh-items .jy-wyh-content .sjwyh-con .sjwyh-content {
  font-size: 18px;
  line-height: 38px;
  color: #333;
}
.jy-wyh-con .jy-wyh-cont .jy-wyh-items .jy-wyh-content .sjwyh-con .sjwyh-content2 {
  margin-top: 15px;
  font-size: 18px;
}
.jy-wyh-con .jy-wyh-cont .jy-wyh-items .jy-wyh-content .sjwyh-con .sjwyh-content2 h5 {
  font-size: 20px;
  line-height: 38px;
  color: #333;
  font-weight: 600;
  letter-spacing: 1px;
}
.jy-wyh-con .jy-wyh-cont .jy-wyh-items .jy-wyh-content .sjwyh-con .sjwyh-content2 table {
  width: 100%;
}

.xcwyh-table tr td:nth-child(2) p{
    display: flex;
    align-items: flex-start;
}
.jy-wyh-con .jy-wyh-cont .jy-wyh-items .jy-wyh-content .sjwyh-con .sjwyh-content2 table tr td {
  font-size: 19px;
  color: #333;
  padding: 15px 30px;
  border-bottom: 2px solid rgba(51, 51, 51, 0.3);
  /*text-align: center;*/
}
.jy-wyh-con .jy-wyh-cont .jy-wyh-items .jy-wyh-content .sjwyh-con .sjwyh-content2 table tr:nth-child(1) {
  background: #598fc1;
}
.jy-wyh-con .jy-wyh-cont .jy-wyh-items .jy-wyh-content .sjwyh-con .sjwyh-content2 table tr:nth-child(1) td {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 2px solid #598fc1;
  color: #fff;
}
.jy-wyh-con .jy-wyh-cont .jy-wyh-items:nth-child(1) {
  display: block;
}
.wyh-active {
  color: #13bfff !important;
}
.crumbs-section {
  position: relative;
  z-index: 3;
}
.jy-nbjh-con {
  padding-bottom: 50px;
  overflow-x: hidden;
}
.jy-nbjh-con h1 {
  font-size: 40px;
  font-weight: bold;
  color: #ffffff;
  margin-top: 87px;
}
.jy-nbjh-con .jy-dsjl-cont {
  margin-top: 42px;
}
.jy-nbjh-con .jy-dsjl-cont .jy-dsjl-items {
  display: flex;
  margin-bottom: 40px;
  justify-content: space-between;
}
.jy-nbjh-con .jy-dsjl-cont .jy-dsjl-items .jy-dsjl-lf {
    padding-right: 70px;
    position: relative;
    width: 42.3%;
}
.jy-nbjh-con .jy-dsjl-cont .jy-dsjl-items .jy-dsjl-lf p {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 290px;
  max-height: 290px;
  border-radius: 20px;
}
.jy-nbjh-con .jy-dsjl-cont .jy-dsjl-items .jy-dsjl-lf::after {
  position: absolute;
  right: 0;
  content: '';
  width: 159px;
  height: 6px;
  background-color: #ff0000;
  top: 52px;
}
.jy-nbjh-con .jy-dsjl-cont .jy-dsjl-items .jy-dsjl-rt {
  width: 56.6%;
  padding-top: 35px;
}
.jy-nbjh-con .jy-dsjl-cont .jy-dsjl-items .jy-dsjl-rt div {
  font-size: 20px;
  line-height: 38px;
  color: #ffffff;
  text-align: justify;
}
.jy-nbjh-con .jy-dsjl-cont .jy-dsjl-items:nth-child(2n) {
  flex-direction: row-reverse;
}
.jy-nbjh-con .jy-dsjl-cont .jy-dsjl-items:nth-child(2n) .jy-dsjl-lf {
  padding-left: 79px;
  padding-right: 0;
}
.jy-nbjh-con .jy-dsjl-cont .jy-dsjl-items:nth-child(2n) .jy-dsjl-lf::after {
  right: inherit;
  left: 0;
  content: '';
}
.jy-zyng {
  margin-top: 30px;
  border-top-left-radius: 27px; 
  border-top-right-radius: 27px;
    border-bottom-left-radius: 0px; 
  border-bottom-right-radius: 0px;
  background: #fff;
  margin-bottom: 0;
  padding-bottom: 64px;
  padding-top: 53px;
}
.jy-zyng::after,.jy-zyng::before{
    display: none;
}
.jy-zyng .jy-cwbg-con {
  margin-top: 36px;
}
.jy-zyng .jy-cwbg-con ul li {
  border-bottom: 2px solid rgba(51, 51, 51, 0.3);
  padding-left: 0;
  padding-right: 0;
}
.jy-zyng .jy-cwbg-con ul li a:nth-child(1) {
  font-size: 19px;
  font-weight: inherit;
  color: #333;
}
.jy-zyng .jy-cwbg-con ul li:nth-child(1) {
  border-top: 2px solid rgba(51, 51, 51, 0.3);
}
.jy-zyng .jy-cwbg-con ul li:last-child {
  border-bottom: 2px solid rgba(51, 51, 51, 0.3);
}
.jy-faq {
  position: relative;
  padding: 53px 60px;
  margin-top: 30px;
  border-top-left-radius: 27px;
  border-top-right-radius: 27px;
  background: #fff;
  padding-bottom: 63px;
}
.jy-faq ul {
  margin-top: 60px;
  z-index: 3;
  position: relative;
}
.jy-faq ul li {
  border-bottom: 2px solid rgba(51, 51, 51, 0.3);
  padding: 25px 0;
}
.jy-faq ul li .jy-faq-tit {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.jy-faq ul li .jy-faq-tit p:nth-child(1) {
  font-size: 20px;
  color: #333;
  width: 85%;
  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-all;
  white-space: normal;
}
.jy-faq ul li .jy-faq-tit p:nth-child(2){
    margin-right: 47px;
}
.jy-faq ul li .jy-faq-tit p:nth-child(2) img {
  transition: all 0.5s;
}
.jy-faq ul li .jy-faq-detail {
  padding-top: 17px;
  padding-bottom: 5px;
  display: none;
}
.jy-faq ul li .jy-faq-detail div {
  font-size: 19px;
  line-height: 30px;
  color: #333;
  opacity: 0.6;
}
.jy-faq ul li:nth-child(1) {
  border-top: 2px solid rgba(51, 51, 51, 0.3);
}
.img-xuanz {
  transform: rotateZ(90deg);
}
.jy-llrzx {
  position: relative;
  padding: 53px 60px;
  margin-top: 30px;
  border-top-left-radius: 27px;
  border-top-right-radius: 27px;
  padding-bottom: 80px;
  background: #fff;
}
.jy-llrzx .jy-llrzx-ms {
  font-size: 20px;
  line-height: 38px;
  color: #333;
  margin-top: 44px;
}
.jy-llrzx .jy-llrzx-bg {
  margin-top: 30px;
}
.jy-llrzx .jy-llrzx-bg table {
  width: 100%;
border-top: 2px solid #598fc1;
  border-bottom: 2px solid rgba(51, 51, 51, 0.3);
}
.jy-llrzx .jy-llrzx-bg table tr td {
  font-size: 19px;
  line-height: 38px;
  color: #333;
  border-right: 2px solid rgba(51, 51, 51, 0.3);
  border-bottom: 2px solid rgba(51, 51, 51, 0.3);
  padding: 19px 34px;
}

.jy-llrzx .jy-llrzx-bg table tr td:nth-child(1){
    font-size: 20px;
    font-weight: bold;
}

.jy-llrzx .jy-llrzx-bg table tr td:last-child {
  border-right: none;
}
.jy-llrzx .jy-llrzx-bg table tr:nth-child(1){
    	background-color: #598fc1;
}
.jy-llrzx .jy-llrzx-bg table tr:nth-child(1) td {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  border-bottom: 2px solid #598fc1;
}
.jy-llrzx .jy-llrzx-bg table tr:last-child td {
  border-bottom: none;
}
.jy-gjcx {
  position: relative;
  padding: 53px 60px;
  margin-top: 30px;
  border-top-left-radius: 27px;
  border-top-right-radius: 27px;
  padding-bottom: 70px;
  background: #fff;
}
.jy-gjcx .jy-llrzx-con {
  margin-top: 50px;
}
.jy-gjcx .jy-llrzx-con .jy-llrzx-bt {
  font-size: 26px;
  color: #333;
  letter-spacing: 1.5px;
}
.jy-gjcx .jy-llrzx-con div {
  margin-top: 24px;
}
.jy-gjcx .jy-llrzx-con div table {
  width: 100%;
  border-collapse: collapse;
}
.jy-gjcx .jy-llrzx-con div table tr td {
  font-size: 19px;
  color: #333;
  text-align: center;
  border-bottom: 2px solid rgba(51, 51, 51, 0.3);
  border-right: 2px solid rgba(51, 51, 51, 0.3);
  border-collapse: collapse;
  padding: 25px 0;
  font-weight: 500;
}
.jy-gjcx .jy-llrzx-con div table tr td:last-child {
  border-right: none;
}
.jy-gjcx .jy-llrzx-con div table tr:last-child td {
  border-bottom: none;
}
.jy-gjcx .jy-llrzx-con div table tr:nth-child(1) {
  background-color: #598fc1;
}
.jy-gjcx .jy-llrzx-con div table tr:nth-child(1) td {
  padding: 14px 0;
  border-bottom: #598fc1;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.jy-gjcx .jy-llrzx-con div table tr:nth-child(1) td:nth-child(2) {
  width: 47%;
}
.jy-gjcx .jy-llrzx-con div table tr:nth-child(1) td:nth-child(3) {
  width: 40.7%;
}
.jy-gjcx .jsgjzx-con {
  margin-top: 54px;
}
.jy-gjcx .jsgjzx-con .jsgjzx-bt {
  font-size: 26px;
  font-weight: bold;
  color: #333;
}
.jy-gjcx .jsgjzx-con div {
  font-size: 20px;
  line-height: 38px;
  color: #333;
  margin-top: 4px;
}
.jy-gjcx .jsgjzx-con div a {
  font-weight: bold;
  color: #333;
}
@media (max-width: 1400px) {
  .container {
    max-width: 93%;
  }
  .jy-banner .home-swiper .swiper-wrapper .swiper-slide .jy-ban-con .jyban-intro {
    width: 93%;
  }
}
@media (max-width: 1200px) {
  .jy-craft .gallery-top .swiper-wrapper .swiper-slide .jy-craft-con .jy-craft-cont {
    max-width: 93%;
  }
  .jy-banner .home-swiper .swiper-wrapper .swiper-slide .jy-ban-con .jyban-intro div h1 {
    font-size: 37px;
  }
  .jy-banner .home-swiper .swiper-wrapper .swiper-slide .jy-ban-con .jyban-intro div p {
    font-size: 17px;
  }
  .jy-banner .jyban-xl {
    width: 22px;
  }
  @keyframes float {
    0% {
      bottom: 30px;
    }
    25% {
      bottom: 35px;
    }
    50% {
      bottom: 40px;
    }
    75% {
      bottom: 35px;
    }
    100% {
      bottom: 30px;
    }
  }
  .jy-bt h2 {
    font-size: 42px;
  }
  .jy-bt h3 {
    font-size: 40px;
  }
  .jy-pro .row .jy-pro-itms {
    padding: 0 7px;
  }
  .jy-pro .row {
    margin-left: -7px;
    margin-right: -7px;
  }
  .jy-pro .row .jy-pro-itms .jypro-con {
    height: 280px;
  }
  .jy-news .jy-news-con .jy-news-con-lf div:nth-child(2) p {
    width: 26%;
  }
  .jy-craft .gallery-thumbs{
      background: #fff;
    border-radius: 48px;
  }
  
}
@media (max-width: 990px) {
  .jy-banner .home-swiper .swiper-wrapper .swiper-slide .jy-ban-con .jyban-bg {
    width: 100vw;
    height: 74.479vw;
  }
  .jy-banner .home-swiper .swiper-wrapper .swiper-slide .jy-ban-con .jyban-bg video {
    width: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .jy-craft .gallery-top .swiper-wrapper .swiper-slide .jy-craft-con .jy-craft-cont .jy-craft-lf {
    width: 80%;
  }
  .jy-craft .gallery-top .swiper-wrapper .swiper-slide .jy-craft-con {
    background-position: left center;
  }
  .jy-about .jy-about-con div {
    width: 88%;
  }
  .jy-about .jy-about-con .jy-about-play {
    margin-top: 200px;
  }
  .jy-news .jy-news-con {
    display: block;
  }
  .jy-news .jy-news-con .jy-news-con-lf,
  .jy-news .jy-news-con .jy-news-con-rt {
    width: 100%;
  }
  .jy-news .jy-news-con .jy-news-con-rt {
    margin-top: 33px;
  }
  .jy-banner .home-swiper .swiper-wrapper .swiper-slide .jy-ban-con .jyban-intro div p {
    width: 68%;
  }
}
@media (max-width: 767px) {
  .jy-banner .home-swiper .swiper-wrapper .swiper-slide .jy-ban-con .jyban-intro div h1 {
    font-size: 25px;
    text-align: center;
  }
  .jy-banner .home-swiper .swiper-wrapper .swiper-slide .jy-ban-con .jyban-intro {
    position: relative;
  }
  .jy-banner .home-swiper .swiper-wrapper .swiper-slide .jy-ban-con .jyban-intro {
    top: inherit;
    left: inherit;
    transform: inherit;
  }
  .jy-banner .home-swiper .swiper-wrapper .swiper-slide .jy-ban-con .jyban-intro {
    margin: 0 auto;
  }
  .jy-banner .home-swiper .swiper-wrapper .swiper-slide .jy-ban-con .jyban-intro div p {
    width: 100%;
    text-align: left;
    font-size: 15px;
    line-height: 25px;
    margin-top: 10px;
  }
  .jy-banner .home-swiper .swiper-wrapper .swiper-slide .jy-ban-con .jyban-intro div a {
    font-size: 15px;
    width: 136px;
    height: 36px;
    border-radius: 27px;
    margin: 0 auto;
    margin-top: 14px;
  }
  .jy-banner .home-swiper .swiper-wrapper .swiper-slide .jy-ban-con .jyban-intro div a img {
    margin-left: 13px;
    height: 18px;
  }
  .jy-bt h2 {
    font-size: 29px;
  }
  .jy-bt h3 {
    font-size: 28px;
    letter-spacing: 2px;
  }
  .jy-pro,
  .jy-craft,
  .jy-about,
  .jy-news {
    margin-top: 47px;
  }
  .jy-pro .row .jy-pro-itms {
    padding: 0px;
    width: 100%;
    flex: 100%;
    max-width: 100%;
    margin-bottom: 24px;
  }
  .jy-pro .row .jy-pro-itms:last-child {
    margin-bottom: 0;
  }
  .jy-pro .row {
    margin: 0;
    margin-top: 37px;
  }
  .jy-pro .row .jy-pro-itms .jypro-cont a:nth-child(3) {
    font-size: 16px;
  }
  .jy-pro .row .jy-pro-itms .jypro-cont a:last-child {
    font-size: 14px;
    margin-top: 15px;
  }
  .jy-pro .row .jy-pro-itms .jypro-cont a:nth-child(2) {
    margin-top: 17px;
  }
  .jy-pro .row .jy-pro-itms .jypro-cont p:nth-child(1) {
    padding-bottom: 28px;
  }
  .jy-pro .row .jy-pro-itms .jypro-con {
    height: 260px;
  }
  .jy-craft .gallery-top .swiper-wrapper .swiper-slide .jy-craft-con .jy-craft-cont .jy-craft-lf h1 {
    font-size: 23px;
  }
  .jy-craft .gallery-top .swiper-wrapper .swiper-slide .jy-craft-con .jy-craft-cont .jy-craft-lf {
    width: 100%;
  }
  .jy-craft .gallery-top .swiper-wrapper .swiper-slide .jy-craft-con .jy-craft-cont .jy-craft-lf .jy-craft-desc {
    font-size: 15px;
    position: relative;
    margin-top: 0px;
    padding-bottom: 9px;
  }
  .jy-craft .gallery-top .swiper-wrapper .swiper-slide .jy-craft-con .jy-craft-cont .jy-craft-lf div {
    font-size: 15px;
    line-height: 26px;
    margin-top: 20px;
  }
  .jy-craft .gallery-top .swiper-wrapper .swiper-slide .jy-craft-con .jy-craft-cont .jy-craft-lf a {
    width: 142px;
    height: 39px;
    border-radius: 23px;
    font-size: 15px;
    margin-top: 31px;
  }
  .jy-craft .gallery-top .swiper-wrapper .swiper-slide .jy-craft-con .jy-craft-cont {
    padding-top: 62px;
  }
  .jy-craft .gallery-top .swiper-wrapper .swiper-slide .jy-craft-con {
    height: 450px;
  }
  .jy-craft .gallery-thumbs .swiper-wrapper .swiper-slide {
    /*width: 50% !important;*/
  }
  .jy-craft .gallery-thumbs .swiper-wrapper .swiper-slide p:nth-child(2) {
    font-size: 15px;
    margin-top: 9px;
  }
  .jy-craft .gallery-thumbs .swiper-wrapper .swiper-slide {
    padding: 18px 0;
    padding-top: 24px;
  }
  .jy-craft .gallery-thumbs .swiper-wrapper .swiper-slide div {
    top: -18px;
  }
  .jy-craft .gallery-thumbs .swiper-wrapper .swiper-slide div img {
    width: 100%;
    height: 137px;
  }
  .jy-craft .gallery-thumbs .swiper-wrapper .swiper-slide:nth-child(2n)::after {
    display: none;
  }
  .jy-craft .gallery-thumbs {
    margin-top: -86px;
  }
  .jy-about .jy-about-con h1 {
    font-size: 24px;
  }
  .jy-about .jy-about-con div {
    font-size: 15px;
    line-height: 27px;
    color: #ffffff;
    width: 93%;
    margin: 0 auto;
    margin-top: 18px;
  }
  .jy-about .jy-about-con {
    margin-top: 42px;
    padding-top: 37px;
    padding-bottom: 30px;
  }
  .jy-about .jy-about-con .jy-about-play {
    margin-top: 100px;
  }
  .jy-news .jy-news-con .jy-news-con-lf .jy-news-con-lf-thumb {
    height: 200px;
  }
  .jy-news .jy-news-con .jy-news-con-lf div:nth-child(2) a {
    font-size: 16px;
  }
  .jy-news .jy-news-con .jy-news-con-lf div:nth-child(2) p {
    width: 29%;
    font-size: 13px;
  }
  .jy-news .jy-news-con .jy-news-con-lf div:nth-child(3) a {
    font-size: 14px;
    line-height: 22px;
  }
  .jy-news .jy-news-con .jy-news-con-lf div:nth-child(3) {
    margin-top: 8px;
  }
  .jy-news .jy-news-con .jy-news-con-lf div:nth-child(2) {
    margin-top: 15px;
  }
  .jy-news .jy-news-con .jy-news-con-rt .jy-news-rt-items div a:nth-child(1) {
    font-size: 15px;
  }
  .jy-news .jy-news-con .jy-news-con-rt .jy-news-rt-items div a:nth-child(2) {
    font-size: 14px;
    margin-top: 2px;
  }
  .jy-news .jy-news-con .jy-news-con-rt .jy-news-rt-items div p {
    font-size: 15px;
  }
  .jy-news .jy-news-con .jy-news-con-rt .jy-news-rt-items .thumb {
    height: 93px;
    border-radius: 22px;
  }
  .jy-news .jy-news-con .jy-news-con-rt {
    margin-top: 17px;
  }
  .jy-news {
    padding-bottom: 30px;
  }
  .jy-banner .home-swiper .swiper-wrapper .swiper-slide .jy-ban-con .jyban-bg {
    /*margin-top: 20px;*/
  }
  /*body {*/
  /*  background: #011d4c !important;*/
  /*}*/
  .jy-banner {
    margin-top: 62px !important;
  }
  @keyframes float {
    0% {
      bottom: 10px;
    }
    25% {
      bottom: 15px;
    }
    50% {
      bottom: 20px;
    }
    75% {
      bottom: 15px;
    }
    100% {
      bottom: 10px;
    }
  }
  .jy-banner .jyban-xl {
    width: 17px;
  }
  .jy-abvideo div img {
    width: 21px;
  }
  .jy-abvideo div {
    right: 29px;
  }
  
  .jy-craft .gallery-thumbs{
      border-radius: 32px;
  }
  .jy-dsh-con .dsh-content p em{
      left: 0.6em;
  }
}
