.i-ban {
  position: relative;
}
.i-ban .i-bg {
  overflow: hidden;
}
.i-ban .i-bg img {
  max-width: 101%;
  min-width: 100%;
  animation: image-zoom-out 8s 0s forwards;
}
.i-ban .iban-con {
  position: absolute;
  min-width: 31.78vw;
  width: fit-content;
  height: fit-content;
  left: 0;
  top: 4vw;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  padding-top: 2.3958vw;
  padding-bottom: 2.0833vw;
  min-height: 9.4vw;
  padding-right: 4.32vw;
  padding-left: 3.8vw;
}
.i-ban .iban-con .yc:nth-child(1) h3 {
  font-size: 1.979167vw;
  color: #ffffff;
  -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;
}
.i-ban .iban-con .yc:nth-child(2) {
  margin-top: 15px;
}
.i-ban .iban-con .yc:nth-child(2) div {
  font-size: 18px;
  color: #ffffff;
  -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;
}
.i-ban .iban-con img::nth-last-child(2),
.i-ban .iban-con img:nth-last-child(1) {
  max-width: 1.98vw;
}
.i-ban .iban-con img:nth-last-child(2) {
  position: absolute;
  right: 0;
  top: 0;
  max-width: 1.927vw;
  animation: yy 0.4s linear;
}
.i-ban .iban-con img:nth-last-child(1) {
  position: absolute;
  left: 0;
  bottom: 0;
  animation: yy1 0.4s linear;
  max-width: 1.927vw;
}
@keyframes yy {
  0% {
    right: -20px;
    top: -10px;
    opacity: 0;
  }
  100% {
    right: 0;
    top: 0;
    opacity: 1;
  }
}
@keyframes yy1 {
  0% {
    left: -20px;
    bottom: -10px;
    opacity: 0;
  }
  100% {
    left: 0;
    bottom: 0;
    opacity: 1;
  }
}
.i-crumb {
  border-bottom: 1px solid #e8e8e8;
  position: relative;
}
.i-crumb .mbx-bg {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 100%;
}
.i-crumb .container {
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 2;
}
.i-crumb .container p {
  display: flex;
  align-items: center;
}
.i-crumb .container p a {
  transition: all 0.5s;
  margin: 0 5px;
}
.i-crumb .container p a:hover {
  color: #2f65eb;
}
.i-crumb .container p img {
  margin-right: 10px;
  position: relative;
  top: -0.5px;
}
.i-crumb .container p,
.i-crumb .container a {
  font-size: 18px;
  color: #363738;
}
.i-crumb .container ul {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
.i-crumb .container ul li {
  margin-left: 1.4583vw;
}
.i-crumb .container ul li a {
  font-size: 16px;
  transition: all 0.3s;
  color: #494949;
  border-radius: 18px;
  display: block;
  padding: 4px 23px;
}
.i-crumb .container ul li:nthc-child(1) {
  margin-left: 0;
}
.i-crumb .container ul li:hover a {
  background-color: #2f65eb;
  color: #fff;
}
.i-crumb .container ul .active a {
  background-color: #2f65eb;
  color: #fff;
}
.c-con {
  margin-top: 100px;
  padding-bottom: 100px;
}
.c-con .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.c-con .container .c-con-lf {
  width: 25%;
  background-color: #ffffff;
  border-radius: 0 0 8px 8px;
  box-shadow: 0px 0px 27px 0px rgba(4, 6, 11, 0.1);
  min-height: 32.3vw;
      position: sticky;
    top: 83px;
}
.c-con .container .c-con-lf h3 {
  background-color: #2f65eb;
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
  border-radius: 8px 8px 0 0;
  padding: 22px 0;
}
.c-con .container .c-con-lf .c-nav {
  padding: 40px 1.04vw 68px 1.04vw;
}
.c-con .container .c-con-lf .c-nav .c-nav-items {
  margin-bottom: 20px;
}
.c-con .container .c-con-lf .c-nav .c-nav-items .c-nav-bt {
  padding: 15px 1.04vw 15px 1.04vw;
  display: flex;
  align-items: center;
  background-color: #f2f3f6;
  border-radius: 4px;
}
.c-con .container .c-con-lf .c-nav .c-nav-items .c-nav-bt a {
  flex: 1;
  font-size: 20px;
  transition: all 0.5s;
  color: #404249;
  line-height: 1.5;
}
.c-con .container .c-con-lf .c-nav .c-nav-items .c-nav-bt span {
  line-height: 0;
  position: relative;
  cursor: pointer;
}
.c-con .container .c-con-lf .c-nav .c-nav-items .c-nav-bt span img {
  transition: all 0.5s;
}
.c-con .container .c-con-lf .c-nav .c-nav-items .c-nav-bt span img:nth-child(2) {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0;
}
.c-con .container .c-con-lf .c-nav .c-nav-items ul {
  display: none;
}
.c-con .container .c-con-lf .c-nav .c-nav-items ul li {
  border-bottom: 1px solid #f2f3f6;
  padding: 28px 1.04vw 10px 1.04vw;
}
.c-con .container .c-con-lf .c-nav .c-nav-items ul li a {
  font-size: 18px;
  line-height: 1.5;
  display: block;
  color: #54565c;
  transition: all 0.5s;
}
.c-con .container .c-con-lf .c-nav .c-nav-items ul li:last-child {
  border-bottom: none;
}
.c-con .container .c-con-lf .c-nav .c-nav-items ul li:hover a {
  color: #2f65eb;
}
.c-con .container .c-con-lf .c-nav .c-nav-items ul li.active a {
  color: #2f65eb;
}
.c-con .container .c-con-lf .c-nav .c-nav-items.fkh .c-nav-bt a {
  position: relative;
  left: -0.6vw;
}
.c-con .container .c-con-lf .c-nav .c-nav-items:last-child {
  margin-bottom: 0;
}
.c-con .container .c-con-lf .c-nav .c-nav-items:hover .c-nav-bt a {
  color: #2f65eb;
}
.c-con .container .c-con-lf .c-nav .c-nav-items:hover .c-nav-bt span img:nth-child(2) {
  opacity: 1;
}
.c-con .container .c-con-lf .c-nav .c-nav-items:hover .c-nav-bt span img:nth-child(1) {
  opacity: 0;
}
.c-con .container .c-con-lf .c-nav .c-nav-items.active .c-nav-bt a {
  color: #2f65eb;
}
.c-con .container .c-con-lf .c-nav .c-nav-items.active .c-nav-bt span img:nth-child(2) {
  opacity: 1;
  transform: rotateZ(90deg);
}
.c-con .container .c-con-lf .c-nav .c-nav-items.active .c-nav-bt span img:nth-child(1) {
  opacity: 0;
}
.c-con .container .c-con-rt {
  flex: 1;
  margin-left: 30px;
}
.c-con .container .c-con-rt .c-cont {
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.c-con .container .c-con-rt .c-cont .c-items {
  padding: 0 7.5px;
  margin-bottom: 30px;
}
.c-con .container .c-con-rt .c-cont .c-items .c-items-con {
  background-color: #ffffff;
  box-shadow: 0px 0px 29px 0px rgba(35, 35, 35, 0.08);
  border-radius: 8px;
  height: 100%;
  transition: all 0.5s;
}
.c-con .container .c-con-rt .c-cont .c-items .c-items-con .c-thumb {
  display: block;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
}
.c-con .container .c-con-rt .c-cont .c-items .c-items-con .c-thumb p {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 17.1875vw;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  transition: transform 1s;
}
.c-con .container .c-con-rt .c-cont .c-items .c-items-con div {
  padding: 21px 4% 25px 8.34%;
}
.c-con .container .c-con-rt .c-cont .c-items .c-items-con div a {
  transition: all 0.5s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 1;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-word;
  white-space: normal;
}
.c-con .container .c-con-rt .c-cont .c-items .c-items-con div a:nth-child(1) {
  font-size: 20px;
  color: #1e1f21;
}
.c-con .container .c-con-rt .c-cont .c-items .c-items-con div a:nth-child(2) {
  font-size: 16px;
  color: #636468;
}
.c-con .container .c-con-rt .c-cont .c-items .c-items-con:hover {
  box-shadow: 0px 0px 29px 0px rgba(35, 35, 35, 0.3);
}
.c-con .container .c-con-rt .c-cont .c-items .c-items-con:hover .c-thumb p {
  transform: scale(1.03);
}
.c-con .container .c-con-rt .c-cont .c-items .c-items-con:hover div a {
  color: #2f65eb;
}
.g-jj {
  padding-top: 100px;
  padding-bottom: 76px;
  background: url(../nimages/jj-bg.png) no-repeat;
  background-size: 100% auto;
  background-position: 100% 77%;
}
.g-jj .g-jj-con {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.g-jj .g-jj-con .g-jj-lf {
  width: 49.75%;
}
.g-jj .g-jj-con .g-jj-lf .ny-bt {
  text-align: left;
}
.g-jj .g-jj-con .g-jj-lf .ny-bt h3::after {
  left: 0;
  transform: initial;
}
.g-jj .g-jj-con .g-jj-lf div:nth-child(2) {
  font-size: 18px;
  line-height: 1.67;
  color: #656565;
  margin-top: 8.5%;
}
.g-jj .g-jj-con .g-jj-rt {
  border-radius: 8px;
  overflow: hidden;
  width: 45.2%;
}
.g-jj .g-jj-con .g-jj-rt div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 24vw;
}
.g-jj .g-jj-sz {
  display: flex;
  justify-content: space-between;
  margin-top: 78px;
}
.g-jj .g-jj-sz li {
  transition: all 0.5s;
}
.g-jj .g-jj-sz li div:nth-child(1) {
  display: flex;
  align-items: flex-end;
}
.g-jj .g-jj-sz li div:nth-child(1) h2 {
  font-family: DIN-Medium;
  font-size: 3.4375vw;
  color: #040b15;
  font-weight: 600;
  transition: all .5s;
}
.g-jj .g-jj-sz li:hover div:nth-child(1) h2{
      background-image: linear-gradient(180deg, #5c91ff, #1b4eb7);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent; /* 兼容非WebKit浏览器 */
}
.g-jj .g-jj-sz li:hover div:nth-child(1) p{
          background-image: linear-gradient(180deg, #5c91ff, #1b4eb7);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent; /* 兼容非WebKit浏览器 */
}
.g-jj .g-jj-sz li div:nth-child(1) p {
  font-family: DIN-Medium;
  font-size: 1.4583vw;
  color: #040b15;
  margin-left: 9px;
  transition: all .5s;
}
.g-jj .g-jj-sz li div:nth-child(2) {
  font-size: 18px;
  color: #5f5f5f;
  margin-top: 4px;
}
.g-jj .g-jj-sz li:nth-child(2) {
  animation-delay: 0.2s;
}
.g-jj .g-jj-sz li:nth-child(3) {
  animation-delay: 0.4s;
}
.g-jj .g-jj-sz li:nth-child(4) {
  animation-delay: 0.6s;
}
.g-jj .g-jj-sz li:nth-child(5) {
  animation-delay: 0.8s;
}
.g-jj .g-jj-sz li:nth-child(6) {
  animation-delay: 1s;
}
.ny-bt h2 {
  color: #dddede;
}
.g-yfsl .row1 {
  margin-left: -1.05%;
  margin-right: -1.05%;
  margin-top: 60px;
  display: flex;
}
.g-yfsl .row1 .g-yfsl-items {
  width: 25%;
  padding: 0 1.05%;
  transition: all 0.6s;
}
.g-yfsl .row1 .g-yfsl-items .g-yfsl-items-con {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
.g-yfsl .row1 .g-yfsl-items .g-yfsl-items-con .g-yfsl-items-bg {
  background-color: #070f22;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 29.17vw;
}
.g-yfsl .row1 .g-yfsl-items .g-yfsl-items-con .g-yfsl-items-nr {
  position: absolute;
  left: 8%;
  bottom: 17.3%;
  line-height: 1.5;
  right: 5%;
  transition: all 0.5s;
}
.g-yfsl .row1 .g-yfsl-items .g-yfsl-items-con .g-yfsl-items-nr div:nth-child(1) {
  height: 35px;
}
.g-yfsl .row1 .g-yfsl-items .g-yfsl-items-con .g-yfsl-items-nr div:nth-child(1) img {
  max-height: 100%;
}
.g-yfsl .row1 .g-yfsl-items .g-yfsl-items-con .g-yfsl-items-nr div:nth-child(2) {
  font-size: 22px;
  color: #fff;
  margin-top: 8px;
  transition: all 0.5s;
  font-family: 'Noto Sans SC', sans-serif;
}
.g-yfsl .row1 .g-yfsl-items .g-yfsl-items-con .g-yfsl-items-nr div:nth-child(3) {
  font-size: 18px;
  color: #fff;
  margin-top: 24px;
  transition: all 0.5s;
}
.g-yfsl .row1 .g-yfsl-items:nth-child(1) .g-yfsl-items-con .g-yfsl-items-bg {
  background-position: 61% 100%;
}
.g-yfsl .row1 .g-yfsl-items:nth-child(2) .g-yfsl-items-con .g-yfsl-items-bg {
  background-position: 46% 100%;
}
.g-yfsl .row1 .g-yfsl-items:nth-child(3) .g-yfsl-items-con .g-yfsl-items-bg {
  background-position: 50% 100%;
}
.g-yfsl .row1 .g-yfsl-items:nth-child(4) .g-yfsl-items-con .g-yfsl-items-bg {
  background-position: 87.3% 100%;
}
.g-yfsl .row1 .g-yfsl-items:hover {
  width: 38%;
}
.g-yfsl .row1 .g-yfsl-items:hover .g-yfsl-items-con .g-yfsl-items-nr {
  bottom: 25%;
}
.g-yfsl .row1 .g-yfsl-items:nth-child(2) {
  animation-delay: 0.2s;
}
.g-yfsl .row1 .g-yfsl-items:nth-child(3) {
  animation-delay: 0.4s;
}
.g-yfsl .row1 .g-yfsl-items:nth-child(4) {
  animation-delay: 0.6s;
}
.g-scjf {
  margin-top: 80px;
  margin-bottom: 122px;
}
.g-scjf .g-scjf-con {
  position: relative;
  margin-top: 50px;
}
.g-scjf .g-scjf-con .g-scjf-lf {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.g-scjf .g-scjf-con .g-scjf-lf div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
}
.g-scjf .g-scjf-con .g-scjf-rt {
    margin: 0 auto;
    margin-right: 0;
    width: 33%;
    position: relative;
    z-index: 2;
    background: url(../nimages/scjf-bg.jpg) no-repeat;
    background-size: cover;
    padding: 71px 2.3% 64px 2.3%;
    min-height: 551px;
    display: flex;
    align-items: center;
}
.g-scjf .g-scjf-con .g-scjf-rt ul li {
  margin-bottom: 2.6vw;
  transition: all 0.5s;
}
.g-scjf .g-scjf-con .g-scjf-rt ul li div:nth-child(1) {
  display: flex;
  align-items: center;
}
.g-scjf .g-scjf-con .g-scjf-rt ul li div:nth-child(1) img {
  position: relative;
  top: 2px;
}
.g-scjf .g-scjf-con .g-scjf-rt ul li div:nth-child(1) p {
  flex: 1;
  margin-left: 10px;
  font-size: 22px;
  line-height: 1.5;
  color: #ffffff;
}
.g-scjf .g-scjf-con .g-scjf-rt ul li div:nth-child(2) {
  margin-left: 36px;
  font-size: 18px;
  line-height: 1.5;
  color: #ffffff;
  opacity: 0.8;
  margin-top: 7px;
}
.g-scjf .g-scjf-con .g-scjf-rt ul li:last-child {
  margin-bottom: 0;
}
.g-scjf .g-scjf-con .g-scjf-rt ul li:nth-child(2) {
  animation-delay: 0.2s;
}
.g-scjf .g-scjf-con .g-scjf-rt ul li:nth-child(3) {
  animation-delay: 0.4s;
}
.g-scjf .g-scjf-con .g-scjf-rt ul li:nth-child(4) {
  animation-delay: 0.6s;
}
.g-scjf .g-scjf-con .g-scjf-rt ul li:hover {
  transform: translateX(4px);
}
.g-sm {
  margin-top: 83px;
}
.g-sm .row {
  margin-left: -1%;
  margin-right: -1%;
  margin-top: 65px;
}
.g-sm .row .g-sm-items {
  padding: 0 1%;
}
.g-sm .row .g-sm-items .g-sm-items-con {
  background-color: #f7f8f9;
  border-radius: 4px;
  transition: all 0.5s;
  padding: 37px 5% 61px 10.3%;
  position: relative;
  height: 100%;
  overflow: hidden;
}
.g-sm .row .g-sm-items .g-sm-items-con .g-sm-xb {
  position: absolute;
  right: 8px;
  bottom: 6px;
  line-height: 0;
  max-width: 8.7vw;
}
.g-sm .row .g-sm-items .g-sm-items-con .g-sm-xb img {
  transition: all 0.5s;
}
.g-sm .row .g-sm-items .g-sm-items-con .g-sm-xb img:nth-child(2) {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.5s;
  opacity: 0;
  transform: scale(1.3);
}
.g-sm .row .g-sm-items .g-sm-items-con .g-sm-bt {
  display: flex;
  align-items: center;
}
.g-sm .row .g-sm-items .g-sm-items-con .g-sm-bt div:nth-child(1) {
  position: relative;
  line-height: 0;
  height: 64px;
  margin-right: 14px;
}
.g-sm .row .g-sm-items .g-sm-items-con .g-sm-bt div:nth-child(1) img {
  transition: all 0.5s;
  max-height: 100%;
}
.g-sm .row .g-sm-items .g-sm-items-con .g-sm-bt div:nth-child(1) img:nth-child(2) {
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  position: absolute;
  opacity: 0;
}
.g-sm .row .g-sm-items .g-sm-items-con .g-sm-bt div:nth-child(2) {
  flex: 1;
}
.g-sm .row .g-sm-items .g-sm-items-con .g-sm-bt div:nth-child(2) p {
  transition: all 0.5s;
}
.g-sm .row .g-sm-items .g-sm-items-con .g-sm-bt div:nth-child(2) p:nth-child(1) {
  font-size: 22px;
  color: #040b15;
}
.g-sm .row .g-sm-items .g-sm-items-con .g-sm-bt div:nth-child(2) p:nth-child(2) {
  font-size: 16px;
  color: #3c3c3c;
  margin-top: -7px;
}
.g-sm .row .g-sm-items .g-sm-items-con .g-sm-nr {
  font-size: 20px;
  line-height: 1.5;
  transition: all 0.5s;
  color: #343434;
  margin-top: 11.5%;
}
.g-sm .row .g-sm-items .g-sm-items-con:hover {
  background-color: #2f65eb;
  transform: translateY(-4px);
}
.g-sm .row .g-sm-items .g-sm-items-con:hover .g-sm-bt div:nth-child(1) img:nth-child(2) {
  opacity: 1;
}
.g-sm .row .g-sm-items .g-sm-items-con:hover .g-sm-bt div:nth-child(1) img:nth-child(1) {
  opacity: 0;
}
.g-sm .row .g-sm-items .g-sm-items-con:hover .g-sm-bt div:nth-child(2) p,
.g-sm .row .g-sm-items .g-sm-items-con:hover .g-sm-nr {
  color: #fff;
}
.g-sm .row .g-sm-items .g-sm-items-con:hover .g-sm-xb img:nth-child(2) {
  opacity: 1;
  transform: scale(1);
}
.g-sm .row .g-sm-items .g-sm-items-con:hover .g-sm-xb img:nth-child(1) {
  opacity: 0;
  transform: scale(1);
}
.g-sm .row .g-sm-items:nth-child(1) .g-sm-items-con .g-sm-xb {
  bottom: -20%;
  max-width: 11.4vw;
}
.g-sm .row .g-sm-items:nth-child(2) {
  animation-delay: 0.2s;
}
.g-sm .row .g-sm-items:nth-child(3) {
  animation-delay: 0.4s;
}
.ny-desc {
  font-size: 18px;
  line-height: 1.67;
  text-align: center;
  color: #040b15;
  margin-top: 11px;
}
.g-fc {
  margin-top: 83px;
  margin-bottom: 103px;
}
.g-fc .g-fc-con {
  display: flex;
  margin-top: 44px;
  justify-content: space-between;
}
.g-fc .g-fc-con .g-fc-items {
  border-radius: 8px;
  overflow: hidden;
}
.g-fc .g-fc-con .g-fc-items div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 14.583vw;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  transition: transform 1s;
}
.g-fc .g-fc-con .g-fc-items:hover div {
  transform: scale(1.06);
}
.g-fc .g-fc-con .g-fc-lf {
  width: 52.65%;
}
.g-fc .g-fc-con .g-fc-lf .g-fc-items {
  height: 100%;
}
.g-fc .g-fc-con .g-fc-lf .g-fc-items div {
  height: 100%;
}
.g-fc .g-fc-con .g-fc-rt {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 45.4%;
}
.g-fc .g-fc-con .g-fc-rt .g-fc-items:nth-child(1) {
  width: 100%;
  margin-top: 0;
}
.g-fc .g-fc-con .g-fc-rt .g-fc-items {
  width: 48%;
  margin-top: 4.1%;
}
.g-ry {
  margin-top: 80px;
}
.g-ry .c-con {
  margin-top: 60px;
  background: url(../nimages/zz-bg.png) no-repeat bottom center;
  background-size: 100% auto;
}
.g-zz-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.g-zz-row .g-zz-items {
  width: calc(100%/3);
  margin-bottom: 40px;
}
.g-zz-row .g-zz-items .g-zz-items-con {
  height: 100%;
  border: solid 1px #e8e8e8;
  text-align: center;
  position: relative;
}
.g-zz-row .g-zz-items .g-zz-items-con a:nth-child(1) {
  height: 21.98vw;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 5;
}
.g-zz-row .g-zz-items .g-zz-items-con a:nth-child(1) img {
  max-height: 87%;
  box-shadow: 0px 0px 13px 0px rgba(35, 35, 35, 0.09);
  max-width: 85%;
}
.g-zz-row .g-zz-items .g-zz-items-con div:nth-child(2) {
  border-top: dashed 1px #e8e8e8;
  font-size: 18px;
  line-height: 1.5;
  color: #040b15;
  padding: 25.5px 5%;
  transition: all 0.5s;
}
.g-zz-row .g-zz-items .g-zz-items-con::before {
  position: absolute;
  bottom: 0;
  left: -2px;
  content: '';
  width: 0%;
  height: 0%;
  border-left: 4px solid #2f65eb;
  border-bottom: 4px solid #2f65eb;
  transition: all 0.5s;
  opacity: 0;
  z-index: 2;
}
.g-zz-row .g-zz-items .g-zz-items-con::after {
  position: absolute;
  top: 0;
  right: -2px;
  content: '';
  width: 0%;
  height: 0%;
  border-right: 4px solid #2f65eb;
  border-top: 4px solid #2f65eb;
  transition: all 0.5s;
  opacity: 0;
  z-index: 2;
}
.g-zz-row .g-zz-items .g-zz-items-con:hover::before {
  width: 100%;
  height: 100%;
  opacity: 1;
}
.g-zz-row .g-zz-items .g-zz-items-con:hover::after {
  width: 100%;
  height: 100%;
  opacity: 1;
}
.g-zz-row .g-zz-items .g-zz-items-con:hover div:nth-child(2) {
  color: #2f65eb;
}
.g-zz-row .g-zz-items .g-zz-items-con:hover a:nth-child(1) img {
  animation: 0.9s fd1 linear;
}
@keyframes fd1 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.03);
  }
  100% {
    transform: scale(1);
  }
}
.pagination {
  display: flex;
  justify-content: center;
}
.pagination li {
  margin: 0 5px;
}
.pagination li a {
  display: block;
  background-color: #f5f6f7;
  border-radius: 4px;
  border: solid 1px #d9def0;
  font-size: 16px;
  transition: all 0.5s;
  color: #939394;
  padding: 2px 11.35px;
}
.pagination li:hover a {
  background-color: #2f65eb;
  color: #fff;
  border: solid 1px #2f65eb;
}
.pagination .active a {
  background-color: #2f65eb;
  color: #fff;
  border: solid 1px #2f65eb;
}
.l-lx {
  margin-top: 82px;
}
.l-lx .l-lx-con {
  display: flex;
  margin-top: 60px;
}
.l-lx .l-lx-con .l-lx-lf {
  width: 50%;
  background-color: #f8f9fd;
  padding: 5.5% 6% 6.4% 4.65%;
}
.l-lx .l-lx-con .l-lx-lf .l-lx-bt h2 {
  font-size: 1.77vw;
  font-weight: bold;
  color: #2f65eb;
}
.l-lx .l-lx-con .l-lx-lf .l-lx-bt h3 {
  font-size: 1.41vw;
  color: #464648;
  margin-top: 6px;
  position: relative;
  padding-bottom: 34px;
}
.l-lx .l-lx-con .l-lx-lf .l-lx-bt h3::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 40px;
  height: 3px;
  background-color: #2f65eb;
  border-radius: 2px;
}
.l-lx .l-lx-con .l-lx-lf ul {
  margin-top: 38px;
  border-top: 1px solid #e0e1e4;
}
.l-lx .l-lx-con .l-lx-lf ul li {
  border-bottom: 1px solid #e0e1e4;
  display: flex;
  align-items: center;
  padding-top: 29px;
  padding-bottom: 31px;
  transition: all 0.5s;
}
.l-lx .l-lx-con .l-lx-lf ul li .l-lx-tb {
  width: 32px;
  margin-right: 14px;
}
.l-lx .l-lx-con .l-lx-lf ul li .l-lx-nr {
  line-height: 1.67;
}
.l-lx .l-lx-con .l-lx-lf ul li .l-lx-nr div {
  transition: all 0.5s;
}
.l-lx .l-lx-con .l-lx-lf ul li .l-lx-nr div:nth-child(1) {
  font-size: 18px;
  color: #4d4f54;
}
.l-lx .l-lx-con .l-lx-lf ul li .l-lx-nr div:nth-child(2) {
  font-size: 18px;
  font-weight: bold;
  color: #4d4f54;
}
.l-lx .l-lx-con .l-lx-lf ul li:hover {
  transform: translateX(4px);
}
.l-lx .l-lx-con .l-lx-lf ul li:hover .l-lx-nr div {
  color: #2f65eb;
}
.l-lx .l-lx-con .l-lx-rt {
  flex: 1;
}
.l-lx .l-lx-con .l-lx-rt #map {
  height: 100%;
}
.l-lx .l-lx-con .l-lx-rt #map img {
  max-width: inherit;
}
.l-form {
  margin-top: 110px;
  background: url(../nimages/form-bg.jpg) no-repeat center center;
  background-size: cover;
  padding-top: 82px;
  box-shadow: 0px 0px 29px 0px rgba(35, 35, 35, 0.08);
  padding-bottom: 73px;
}
.l-form .ny-desc {
  font-size: 20px;
  color: #a5a6a8;
  margin-top: 20px;
}
.l-form form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 48px;
}
.l-form form .l-form-items {
  display: flex;
  margin-bottom: 30px;
  align-items: flex-start;
}
.l-form form .l-form-items button {
  width: 21.875vw;
  height: 60px;
  background-color: #2f65eb;
  border-radius: 4px;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  transition: all 0.5s;
  margin: 0 auto;
}
.l-form form .l-form-items button:hover {
  box-shadow: 1px 1px 15px #2f65eb;
}
.l-form form .l-form-items .l-form-bt {
  font-size: 22px;
  width: 158px;
  color: #3b3d40;
  position: relative;
  top: 12px;
}
.l-form form .l-form-items .l-form-bt span {
  color: #e00f31;
}
.l-form form .l-form-items .l-form-rt {
  flex: 1;
}
.l-form form .l-form-items .l-form-rt .l-form-textarea {
  background-color: #ffffff;
  border-radius: 4px;
  display: flex;
  padding: 17.8px 20px;
}
.l-form form .l-form-items .l-form-rt .l-form-textarea div:nth-child(1) {
  width: 27px;
}
.l-form form .l-form-items .l-form-rt .l-form-textarea textarea {
  flex: 1;
  margin-left: 12px;
  font-size: 16px;
  color: #000;
  min-height: 91px;
  position: relative;
  top: 2px;
}
.l-form form .l-form-items .l-form-rt .l-form-gx {
  display: flex;
  flex-wrap: wrap;
}
.l-form form .l-form-items .l-form-rt .l-form-gx label {
  display: flex;
  align-items: center;
  width: 17.4%;
  margin-bottom: 13px;
}
.l-form form .l-form-items .l-form-rt .l-form-gx label input {
  margin-right: 9px;
  width: 20px;
  height: 20px;
  background: none;
  border-radius: 2px;
  -webkit-appearance: none;
  border: solid 1px #d8d9dc;
  position: relative;
}
.l-form form .l-form-items .l-form-rt .l-form-gx label input[type="checkbox"]:checked {
  background-color: #fff;
  border: solid 1px #fff;
}
.l-form form .l-form-items .l-form-rt .l-form-gx label input[type="checkbox"]:checked::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../nimages/dh.png) no-repeat center center;
  background-size: 14px 10px;
}
.l-form form .l-form-items .l-form-rt .l-form-gx label span {
  font-size: 18px;
  color: #74777b;
}
.l-form form .l-form-items .l-form-rt .l-form-gx .other {
  width: 100%;
}
.l-form form .l-form-items .l-form-rt .l-form-gx .other .l-form-input {
  width: 40%;
}
.l-form form .l-form-items .l-form-rt .l-form-gx .other .l-form-input input {
  border: none;
}
.l-form form .l-form-items .l-form-rt ::-webkit-input-placeholder {
  color: #c4c7ca;
}
.l-form form .l-form-items .l-form-rt :-moz-placeholder {
  color: #c4c7ca;
}
.l-form form .l-form-items .l-form-rt ::-moz-placeholder {
  color: #c4c7ca;
}
.l-form form .l-form-items .l-form-rt :-ms-input-placeholder {
  color: #c4c7ca;
}
.l-form form .l-form-items .l-form-rt ::-ms-input-placeholder {
  color: #c4c7ca;
}
.l-form form .l-form-items .l-form-rt .l-form-input {
  display: flex;
  background-color: #ffffff;
  border-radius: 4px;
  align-items: center;
  padding: 17.8px 20px;
}
.l-form form .l-form-items .l-form-rt .l-form-input div:nth-child(1) {
  width: 27px;
}
.l-form form .l-form-items .l-form-rt .l-form-input input {
  flex: 1;
  margin-left: 12px;
  font-size: 16px;
  color: #000;
  line-height: initial;
}
.l-form form .l-form-items.yb {
  width: 47.4%;
}
.l-form form .l-form-items.all {
  width: 100%;
}
.l-form form .l-form-items.all .l-form-bt {
  top: -3px;
}
.l-form form .l-form-items:nth-child(6) {
  margin-top: -8px;
}
.l-form form .l-form-items:nth-child(7) {
  margin-top: -10px;
}
.l-form form .l-form-items:nth-child(7) .l-form-bt {
  top: 12px;
}
.l-form form .l-form-items:last-child {
  margin-top: 10px;
  margin-bottom: 0;
}
.x-con {
  padding-top: 100px;
  padding-bottom: 83px;
  background-color: #f8f9fd;
}
.x-con .container {
  border-top: 1px solid #f2f2f2;
}
.x-con .container .x-items {
  border-radius: 8px;
  display: flex;
  transition: all 0.5s;
  padding-right: 40px;
  overflow: hidden;
  border-bottom: 1px solid #f2f2f2;
}
.x-con .container .x-items .x-lf {
  flex: 1;
  display: flex;
}
.x-con .container .x-items .x-lf div:nth-child(1) {
  text-align: center;
  transition: all 0.3s;
  padding: 0 40px;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.x-con .container .x-items .x-lf div:nth-child(1) h2 {
  transition: all 0.5s;
  font-size: 62px;
  font-family: DIN-Medium;
  font-weight: 600;
  color: #050a17;
  margin-top: -9px;
}
.x-con .container .x-items .x-lf div:nth-child(1) p {
  transition: all 0.5s;
  font-size: 16px;
  letter-spacing: 1px;
  color: #3a3b3d;
  font-family: DIN-Medium;
  opacity: 0.7;
  margin-top: -9px;
}
.x-con .container .x-items .x-lf div:nth-child(1)::after {
  position: absolute;
  top: 46%;
  transform: translateY(-50%);
  content: '';
  width: 30px;
  right: -21px;
  height: 1px;
  background-color: #2f65eb;
}
.x-con .container .x-items .x-lf div:nth-child(1)::before {
  position: absolute;
  top: 46%;
  transform: translateY(-50%);
  content: '';
  width: 23px;
  right: -10px;
  height: 26px;
  background: url(../nimages/dbx.png) no-repeat center center;
  background-size: 100%;
  transition: all 0.5s;
  opacity: 0;
  z-index: 0;
}
.x-con .container .x-items .x-lf div:nth-child(2) {
  flex: 1;
  margin-left: 55px;
  padding: 48px 0 52px 0;
}
.x-con .container .x-items .x-lf div:nth-child(2) a:nth-child(1) {
  transition: all 0.5s;
  font-size: 22px;
  color: #333332;
  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;
}
.x-con .container .x-items .x-lf div:nth-child(2) p {
  font-size: 16px;
  color: #9fa1a4;
  margin-top: 14px;
  margin-bottom: 17px;
}
.x-con .container .x-items .x-lf div:nth-child(2) a:nth-child(3) {
  font-size: 18px;
  line-height: 1.45;
  color: #444649;
  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;
}
.x-con .container .x-items .x-rt {
  width: 21.1%;
  overflow: hidden;
  display: flex;
  align-items: center;
  margin-left: 4.5%;
}
.x-con .container .x-items .x-rt p {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 178px;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  transition: transform 1s;
}
.x-con .container .x-items:nth-last-child(2) {
  margin-bottom: 59px;
}
.x-con .container .x-items:hover {
  background: #fff;
  box-shadow: 0px 0px 29px 0px rgba(35, 35, 35, 0.08);
  transform: translateX(4px);
}
.x-con .container .x-items:hover .x-lf div:nth-child(1) {
  background-color: #2f65eb;
}
.x-con .container .x-items:hover .x-lf div:nth-child(1)::before {
  opacity: 1;
  right: -15px;
}
.x-con .container .x-items:hover .x-lf div:nth-child(1) h2,
.x-con .container .x-items:hover .x-lf div:nth-child(1) p {
  color: #fff;
}
.x-con .container .x-items:hover .x-lf div:nth-child(2) a:nth-child(1) {
  color: #2f65eb;
}
.xshow-con {
  margin-top: 90px;
  margin-bottom: 77px;
}
.xshow-con .xshow-bt {
  font-size: 26px;
  line-height: 1.5;
  text-align: center;
  color: #040b15;
}
.xshow-con .xshow-ms {
  display: flex;
  justify-content: center;
  margin-top: 18px;
  flex-wrap: wrap;
}
.xshow-con .xshow-ms li {
  font-size: 16px;
  margin-right: 4.16vw;
  color: #676a6e;
}
.xshow-con .xshow-ms li:last-child {
  margin-right: 0;
}
.xshow-con .xshow-nr {
  font-size: 18px;
  line-height: 1.67;
  color: #494a4d;
  margin-top: 40px;
}
.xshow-con .xshow-nr img{
    width: 100%;
}
.xshow-con .xshow-nr strong{
    font-weight: bold !important;
}
.xshow-con .xshow-nr em {
  color: #2f65eb;
}
.xshow-con .xshow-nr h4 {
  font-size: 20px;
  position: relative;
  left: -4px;
  font-weight: bold;
  color: #040b15;
  margin-bottom: 15px;
}
.x-wt-con {
  background: url(../nimages/wt-bg.png) no-repeat;
  background-size: 100% auto;
  background-position: 100% 117%;
  background-color: #f8f9fd;
  margin-top: 0;
  padding-top: 100px;
}
.x-wt {
  margin-bottom: 65px;
}
.x-wt .x-wt-items {
  background-color: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 40px;
}
.x-wt .x-wt-items .x-wt-bt {
  transition: all 0.5s;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 27px 3.65%;
  cursor: pointer;
}
.x-wt .x-wt-items .x-wt-bt div:nth-child(1) {
  flex: 1;
  display: flex;
  align-items: flex-start;
  font-size: 24px;
  line-height: 1.5;
  color: #050a17;
  transition: all 0.5s;
  padding-right: 5%;
}
.x-wt .x-wt-items .x-wt-bt div:nth-child(1) p:nth-child(2) {
  flex: 1;
}
.x-wt .x-wt-items .x-wt-bt img {
  transition: all 0.5s;
}
.x-wt .x-wt-items .x-wt-bt:hover {
  transform: translateX(4px);
}
.x-wt .x-wt-items .x-wt-bt:hover div:nth-child(1) {
  color: #2f65eb;
}
.x-wt .x-wt-items .active {
  transform: translateX(4px);
}
.x-wt .x-wt-items .active div:nth-child(1) {
  color: #2f65eb;
}
.x-wt .x-wt-items .active img {
  transform: rotateZ(90deg);
}
.x-wt .x-wt-items .x-wt-nr {
  border-top: 1px solid #eaebee;
  padding-top: 21px;
  padding-bottom: 40px;
  padding: 21px 4.1% 40px 4.1%;
  display: none;
}
.x-wt .x-wt-items .x-wt-nr .x-wt-box {
  display: flex;
  font-size: 18px;
  line-height: 1.67;
  color: #46484b;
}
.x-wt .x-wt-items .x-wt-nr .x-wt-box div:nth-child(2) {
  flex: 1;
}
.xshow-dh {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #e8e8e8;
  margin-top: 90px;
  padding-top: 43px;
  flex-wrap: wrap;
}
.xshow-dh p,
.xshow-dh a {
  font-size: 18px;
  line-height: 1.67;
  color: #5b5d60;
}
.xshow-dh p a,
.xshow-dh a a {
  font-size: 18px;
  line-height: 1.67;
  color: #5b5d60;
  transition: all 0.5s;
}
.xshow-dh p a:hover,
.xshow-dh a a:hover {
  color: #2f65eb;
}
.xshow-dh .back {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #5b5d60;
  transition: all 0.5s;
}
.xshow-dh .back span {
  line-height: 0;
  position: relative;
}
.xshow-dh .back span img {
  transition: all 0.5s;
  margin-right: 7px;
}
.xshow-dh .back span img:nth-child(2) {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  opacity: 0;
  position: absolute;
}
.xshow-dh .back:hover {
  color: #2f65eb;
  transform: translateX(-4px);
}
.xshow-dh .back:hover span img:nth-child(2) {
  opacity: 1;
}
.xshow-dh .back:hover span img:nth-child(1) {
  opacity: 0;
}
.y-con {
  padding-bottom: 102px;
  background: url(../nimages/y-bg.png) no-repeat bottom center;
  background-size: 100% auto;
}
.y-con .container .ny-bt {
  margin-top: 82px;
}
.y-con .container .y-cont {
  margin-top: 60px;
}
.y-con .container .y-cont .y-items {
  background: #fff;
  padding: 30px;
  padding-right: 5.1%;
  box-shadow: 0px 0px 27px 0px rgba(35, 35, 35, 0.07);
  border-radius: 8px;
  border: solid 1px #e8eaed;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  transition: all 0.5s;
}
.y-con .container .y-cont .y-items .y-thumb {
  overflow: hidden;
  border-radius: 4px;
  width: 48.2%;
  transition: all 0.5s;
}
.y-con .container .y-cont .y-items .y-thumb p {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 270px;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  transition: transform 1s;
}
.y-con .container .y-cont .y-items div {
  width: 47.5%;
}
.y-con .container .y-cont .y-items div a:nth-child(1) {
  font-size: 26px;
  color: #2f65eb;
  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;
}
.y-con .container .y-cont .y-items div a:nth-child(2) {
  font-size: 20px;
  line-height: 1.5;
  color: #5c5f62;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 3;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-word;
  white-space: normal;
  margin-top: 13px;
  margin-bottom: 43px;
}
.y-con .container .y-cont .y-items:last-child {
  margin-bottom: 0;
}
.y-con .container .y-cont .y-items:hover .y-thumb {
  box-shadow: 0px 0px 15px 0px rgba(35, 35, 35, 0.2);
}
.y-con .container .y-cont .y-items:hover .y-thumb p {
  transform: scale(1.03);
}
.yshow-con {
  padding-top: 90px;
  padding-bottom: 44px;
  background: url(../nimages/ys-bg.png) no-repeat center bottom;
  background-size: 100% auto;
}
.yshow-con .container .yshow-bt {
  font-size: 26px;
  text-align: center;
  line-height: 1.5;
  color: #040b15;
}
.yshow-con .container .yshow-nr {
  font-size: 18px;
  line-height: 1.67;
  color: #494a4d;
  margin-top: 80px;
}
.yshow-con .container .yshow-nr em {
  color: #2f65eb;
}
.yshow-con .container .y-list {
  margin-top: 43px;
}
.yshow-con .container .y-list .y-list-items {
  display: flex;
}
.yshow-con .container .y-list .y-list-items .y-list-thumb {
  border-radius: 8px;
  overflow: hidden;
  width: 50%;
}
.yshow-con .container .y-list .y-list-items .y-list-thumb p {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 21.354vw;
}
.yshow-con .container .y-list .y-list-items .y-list-nr {
    width: 50%;
    /* border-right: 2px solid #e8eaed; */
    padding-top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.yshow-con .container .y-list .y-list-items .y-list-nr div {
  margin-left: 3.75vw;
  margin-right: 3.59375vw;
}
.yshow-con .container .y-list .y-list-items .y-list-nr div:nth-child(1) {
  font-size: 22px;
  color: #040b15;
  position: relative;
  padding-left: 21px;
      border-bottom: solid 1px #d8e0e6;
      padding-bottom: 20px;
}
.yshow-con .container .y-list .y-list-items .y-list-nr div:nth-child(1)::before {
position: absolute;
    left: 0px;
    top: 5px;
    content: '';
    width: 2px;
    height: 30px;
    background-color: #2f65eb;
    border-radius: 1px;
}
.yshow-con .container .y-list .y-list-items .y-list-nr div:nth-child(2) {
  font-size: 16.6px;
  line-height: 1.9;
  color: #525456;
  margin-top: 23px;
}
.yshow-con .container .y-list .y-list-items .y-list-nr div:nth-child(2) p{
    padding-left: 21px;
    position: relative;
}
.yshow-con .container .y-list .y-list-items .y-list-nr div:nth-child(2) p::before{
    position: absolute;
    left: 0;
    top: 10px;
    content: '';
    width: 10px;
    height: 10px;
    background: url(../nimages/ttb.png) no-repeat left center;
    background-size: 100%;
}
.yshow-con .container .y-list .y-list-items:nth-child(2n) {
  flex-direction: row-reverse;
}
.yshow-con .container .y-list .y-list-items:nth-child(2n) .y-list-nr {
  /*border-left: 2px solid #e8eaed;*/
  border-right: none;
}
.yshow-con .container .y-list .y-list-items:nth-child(2n) .y-list-nr div:nth-child(1)::before {
  left: -2px;
  right: auto;
}
.yshow-con .container .y-aqbz {
  margin-top: 96px;
}
.yshow-con .container .y-aqbz .y-aqbz-row {
  margin-top: 50px;
  display: flex;
  margin-left: -1%;
  margin-right: -1%;
}
.yshow-con .container .y-aqbz .y-aqbz-row .y-aqbz-items {
  flex: 1;
  padding: 0 1%;
}
.yshow-con .container .y-aqbz .y-aqbz-row .y-aqbz-items .y-aqbz-items-con {
  background-color: #f3f5f8;
  border-radius: 4px;
  text-align: center;
  transition: all 0.5s;
  height: 100%;
  padding: 10% 5% 12% 5%;
  min-height: 320px;
}
.yshow-con .container .y-aqbz .y-aqbz-row .y-aqbz-items .y-aqbz-items-con div:nth-child(1) {
  height: 35px;
}
.yshow-con .container .y-aqbz .y-aqbz-row .y-aqbz-items .y-aqbz-items-con div:nth-child(1) img {
  max-height: 100%;
}
.yshow-con .container .y-aqbz .y-aqbz-row .y-aqbz-items .y-aqbz-items-con div:nth-child(2) {
  font-size: 22px;
  color: #040b15;
  margin-top: 7px;
}
.yshow-con .container .y-aqbz .y-aqbz-row .y-aqbz-items .y-aqbz-items-con div:nth-child(3) {
  font-size: 18px;
  line-height: 1.67;
  margin: 0 auto;
  margin-top: 18px;
  color: #55595e;
  width: 15.1vw;
}
.yshow-con .container .y-aqbz .y-aqbz-row .y-aqbz-items .y-aqbz-items-con:hover {
  transform: translateY(-4px);
}
.yshow-con .container .y-xgal {
  margin-top: 93px;
}
.yshow-con .container .y-xgal .xgal-swiper {
  margin-top: 50px;
  margin-left: 0% !important;
  margin-right: 0% !important;
}
.yshow-con .container .y-xgal .xgal-swiper .y-xgal-items {
  padding: 0 !important;
}
.yshow-con .container .y-xgal .xgal-swiper .y-xgal-items .y-xgal-items-con a:nth-child(1) {
  display: block;
  overflow: hidden;
  transition: all 0.5s;
}
.yshow-con .container .y-xgal .xgal-swiper .y-xgal-items .y-xgal-items-con a:nth-child(1) p {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 13.64583vw;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  transition: transform 1s;
}
.yshow-con .container .y-xgal .xgal-swiper .y-xgal-items .y-xgal-items-con a:nth-child(2) {
  transition: all 0.5s;
  display: block;
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
  color: #353639;
  margin-top: 20px;
}
.yshow-con .container .y-xgal .xgal-swiper .y-xgal-items .y-xgal-items-con:hover a:nth-child(1) {
  box-shadow: 0px 0px 15px 0px rgba(35, 35, 35, 0.4);
}
.yshow-con .container .y-xgal .xgal-swiper .y-xgal-items .y-xgal-items-con:hover a:nth-child(2) {
  color: #2f65eb;
}
.yshow-con .container .xshow-dh {
  margin-top: 80px;
  border-top: 1px solid #d7d9dd;
}
.y-bt {
  border-bottom: 1px solid #e8e8e8;
  display: flex;
  align-items: center;
  padding-bottom: 16px;
}
.y-bt h4 {
  font-size: 24px;
  color: #2f65eb;
  margin-left: 13px;
  margin-right: 10px;
}
.y-bt p {
  font-size: 20px;
  font-style: italic;
  color: #c9c9c9;
}
.cshow-con .cshow-lb {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.cshow-con .cshow-lb .cshow-lb-lf {
  width: 24.271vw;
}
.cshow-con .cshow-lb .cshow-lb-lf .cshow-tab {
  display: flex;
}
.cshow-con .cshow-lb .cshow-lb-lf .cshow-tab li {
  margin-right: 15px;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  background-color: #ced1da;
  cursor: pointer;
}
.cshow-con .cshow-lb .cshow-lb-lf .cshow-tab li img {
  max-height: 100%;
}
.cshow-con .cshow-lb .cshow-lb-lf .cshow-tab li:hover {
  transform: translateY(-4px);
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
}
.cshow-con .cshow-lb .cshow-lb-lf .cshow-tab .active {
  background-color: #2f65eb;
}
.cshow-con .cshow-lb .cshow-lb-lf .cshow-lb-box {
  margin-top: 20px;
}
.cshow-con .cshow-lb .cshow-lb-lf .cshow-lb-box .cshow-lb-items .lbdt-swiper {
  height: 466px;
  border: solid 1px #e3e4e5;
  position: relative;
}
.cshow-con .cshow-lb .cshow-lb-lf .cshow-lb-box .cshow-lb-items .lbdt-swiper .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cshow-con .cshow-lb .cshow-lb-lf .cshow-lb-box .cshow-lb-items .lbdt-swiper .swiper-wrapper .swiper-slide img {
  max-height: 85%;
  max-width: 80%;
}
.cshow-con .cshow-lb .cshow-lb-lf .cshow-lb-box .cshow-lb-items .lbdt-swiper .swiper-wrapper .swiper-slide video {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}
.cshow-con .cshow-lb .cshow-lb-lf .cshow-lb-box .cshow-lb-items .lbxt-swiper {
  margin-top: 30px;
}
.cshow-con .cshow-lb .cshow-lb-lf .cshow-lb-box .cshow-lb-items .lbxt-swiper .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border: solid 1px #e3e4e5;
  height: 4.8958vw;
  cursor: pointer;
}
.cshow-con .cshow-lb .cshow-lb-lf .cshow-lb-box .cshow-lb-items .lbxt-swiper .swiper-wrapper .swiper-slide img:nth-child(1) {
  max-height: 85%;
  max-width: 85%;
}
.cshow-con .cshow-lb .cshow-lb-lf .cshow-lb-box .cshow-lb-items .lbxt-swiper .swiper-wrapper .swiper-slide img:nth-child(2) {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1.9vw;
}
.cshow-con .cshow-lb .cshow-lb-lf .cshow-lb-box .cshow-lb-items .lbxt-swiper .swiper-wrapper .swiper-slide::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0%;
  height: 0%;
  border-left: 1px solid #2f65eb;
  border-bottom: 1px solid #2f65eb;
  transition: all 0.5s;
  opacity: 0;
}
.cshow-con .cshow-lb .cshow-lb-lf .cshow-lb-box .cshow-lb-items .lbxt-swiper .swiper-wrapper .swiper-slide::after {
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  width: 0%;
  height: 0%;
  border-right: 1px solid #2f65eb;
  border-top: 1px solid #2f65eb;
  transition: all 0.5s;
  opacity: 0;
}
.cshow-con .cshow-lb .cshow-lb-lf .cshow-lb-box .cshow-lb-items .lbxt-swiper .swiper-wrapper .swiper-slide:hover::before {
  width: 100%;
  height: 100%;
  opacity: 1;
}
.cshow-con .cshow-lb .cshow-lb-lf .cshow-lb-box .cshow-lb-items .lbxt-swiper .swiper-wrapper .swiper-slide:hover::after {
  width: 100%;
  height: 100%;
  opacity: 1;
}
.cshow-con .cshow-lb .cshow-lb-lf .cshow-lb-box .cshow-lb-items .lbxt-swiper .swiper-wrapper .swiper-slide-thumb-active::before {
  width: 100%;
  height: 100%;
  opacity: 1;
}
.cshow-con .cshow-lb .cshow-lb-lf .cshow-lb-box .cshow-lb-items .lbxt-swiper .swiper-wrapper .swiper-slide-thumb-active::after {
  width: 100%;
  height: 100%;
  opacity: 1;
}
.cshow-con .cshow-lb .cshow-lb-rt {
  width: 55.1%;
  padding-top: 41px;
}
.cshow-con .cshow-lb .cshow-lb-rt .cshow-bt {
  font-size: 1.5625vw;
  color: #050a17;
}
.cshow-con .cshow-lb .cshow-lb-rt .cshow-desc {
  font-size: 20px;
  line-height: 1.7;
  color: #646464;
  margin-top: 7px;
  margin-bottom: 24px;
}
.cshow-con .cshow-lb .cshow-lb-rt .cpzx-sz .cpzx-sz-items {
  margin-bottom: 15px;
  width: calc(100%/3) !important;
}
.cshow-con .cshow-lb .cshow-lb-rt .cpzx-sz .cpzx-sz-items:nth-child(3n-1) {
  width: 32.4%;
}
.cshow-con .cshow-lb .cshow-lb-rt .cpzx-yc {
  margin-bottom: 0px;
  margin-top: 38px;
}
.cshow-con .cshow-lb .cshow-lb-rt .cshow-bz {
  font-size: 16px;
  line-height: 1.875;
  color: #525252;
  margin-top: -5px;
}
.cshow-con .cshow-lb .cshow-lb-rt .cshow-xz {
  width: 120px;
  height: 40px;
  background-color: #2f65eb;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  transition: all 0.5s;
  color: #ffffff;
  margin-top: 24px;
}
.cshow-con .cshow-lb .cshow-lb-rt .cshow-xz img {
  margin-left: 6px;
}
.cshow-con .cshow-lb .cshow-lb-rt .cshow-xz:hover {
  box-shadow: 1px 1px 10px #2f65eb;
  transform: translateX(4px);
}
.cshow-td {
  margin-top: 99px;
}
.cshow-td div:nth-child(2) {
  font-size: 18px;
  color: #4c4c4c;
  margin-top: 30px;
  line-height: 1.67;
}
.cshow-td div:nth-child(2) em {
  color: #0a0405;
}
.cshow-td div:nth-child(2) ul li {
  padding-left: 18px;
  position: relative;
  margin-bottom: 10px;
}
.cshow-td div:nth-child(2) ul li:last-child {
  margin-bottom: 0;
}
.cshow-td div:nth-child(2) ul li::before {
  position: absolute;
  left: 0;
  top: 12px;
  content: '';
  width: 6px;
  height: 6px;
  background-color: #2f65eb;
}
.y-bt span {
  width: 32px;
}
.cshow-xxcs {
  margin-top: 76px;
}
.cshow-xxcs div:nth-child(2) {
  font-size: 16px;
  line-height: 1.875;
  color: #525252;
  margin-top: 40px;
  width: 57.81vw;
  overflow: auto;
}
.cshow-xxcs div:nth-child(2) table {
  margin-bottom: 20px;
  width: 100%;
  
}
.cshow-xxcs div:nth-child(2) table tr th {
  background-color: #2f65eb;
  font-size: 20px;
  color: #ffffff;
  padding: 16px 0px 16px 0;
  text-align: center;
}
.cshow-xxcs div:nth-child(2) table tr th strong {
  font-weight: bold;
}
.cshow-xxcs div:nth-child(2) table tr td {
  font-size: 18px;
  line-height: 1.67;
  color: #353639;
  border: solid 1px #e3e4e5;
  padding: 19.5px 20px 19.5px 20px;
  width: auto;
}
.cshow-xxcs div:nth-child(2) table tr td strong {
  font-size: 18px;
  font-weight: bold;
}
/*.cshow-xxcs div:nth-child(2) table tr td:nth-child(1) {*/
/*  padding-left: 3.125vw;*/
/*}*/
.cshow-azfs {
  margin-top: 70px;
}
.cshow-azfs div:nth-child(2) {
  margin-top: 33px;
}
.cshow-jsyl {
  margin-top: 70px;
}
.cshow-jsyl div:nth-child(2) {
  font-size: 20px;
  line-height: 1.7;
  color: #2f3034;
  margin-top: 28px;
}
.cshow-hxjs {
  margin-top: 52px;
}
.cshow-hxjs div:nth-child(2) {
  margin-top: 36px;
}
.cshow-jcbg {
  margin-top: 97px;
}
.cshow-jcbg .cshow-jcbg-con {
  position: relative;
  margin-top: 20px;
}
.jcbg-prev,
.jcbg-next {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  top: 47%;
  height: 28px;
  border: solid 1px #2f65eb;
  transition: all 0.4s;
  overflow: hidden;
  background: none;
  position: absolute;
  border-radius: 100%;
  background: #2f65eb;
}
.jcbg-prev img,
.jcbg-next img {
  width: 6px;
}
.jcbg-prev {
  left: 0%;
}
.jcbg-prev img:nth-child(1) {
  transition: all 0.4s;
  left: 0;
  position: relative;
}
.jcbg-prev img:nth-child(2) {
  position: absolute;
  left: 100%;
  transition: all 0.4s;
}
.jcbg-prev:hover {
  background: #2f65eb;
  box-shadow: 1px 1px 10px #2f65eb;
}
.jcbg-prev:hover img:nth-child(1) {
  position: relative;
  left: -100%;
}
.jcbg-prev:hover img:nth-child(2) {
  left: 40%;
}
.jcbg-next:hover {
  background: #2f65eb;
  box-shadow: 1px 1px 10px #2f65eb;
}
.jcbg-next:hover img:nth-child(1) {
  left: 100%;
}
.jcbg-next:hover img:nth-child(2) {
  left: 40%;
}
.jcbg-next {
  right: 0%;
}
.jcbg-next img:nth-child(1) {
  transition: all 0.4s;
  position: relative;
  left: 0;
}
.jcbg-next img:nth-child(2) {
  position: absolute;
  left: -100%;
  transition: all 0.4s;
}
.jcbg-prev:after {
  display: none;
}
.jcbg-next:after {
  display: none;
}
.cshow-jcbg .cshow-jcbg-con .jcbg-swiper {
  margin: 0 auto;
  width: 51.31vw;
  padding-top: 20px;
}
.cshow-jcbg .cshow-jcbg-con .jcbg-swiper .swiper-wrapper .swiper-slide {
  text-align: center;
}
.cshow-jcbg .cshow-jcbg-con .jcbg-swiper .swiper-wrapper .swiper-slide div:nth-child(1) {
  height: 22.1875vw;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 29px 0px rgba(35, 35, 35, 0.08);
  transition: all 0.8s;
}
.cshow-jcbg .cshow-jcbg-con .jcbg-swiper .swiper-wrapper .swiper-slide div:nth-child(1) img {
  max-height: 100%;
}
.cshow-jcbg .cshow-jcbg-con .jcbg-swiper .swiper-wrapper .swiper-slide div:nth-child(2) {
  font-size: 18px;
  line-height: 1.67;
  color: #353639;
  margin-top: 30px;
  transition: all 0.5s;
  font-weight: 500;
}
.cshow-jcbg .cshow-jcbg-con .jcbg-swiper .swiper-wrapper .swiper-slide:hover div:nth-child(1) {
  transform: scale(1.06);
}
.cshow-jcbg .cshow-jcbg-con .jcbg-swiper .swiper-wrapper .swiper-slide:hover div:nth-child(2) {
  font-weight: 600;
}
.cshow-jjfa {
  margin-top: 70px;
}
.cshow-jjfa div:nth-child(2) table {
  width: 100%;
  margin-top: 40px;
}
.cshow-jjfa div:nth-child(2) table tr th {
  font-size: 20px;
  font-weight: bold;
  color: #050a17;
  background-color: #e3ebff;
  padding: 17.25px 1.3vw;
}
.cshow-jjfa div:nth-child(2) table tr td {
  border: solid 1px #e3e4e5;
  font-size: 18px;
  line-height: 1.67;
  color: #353639;
  background-color: #e3ebff;
  padding: 19px 1.3vw;
  width: auto;
}
.cshow-jjfa div:nth-child(2) table tr td:nth-child(1),
.cshow-jjfa div:nth-child(2) table tr td:nth-child(3) {
  white-space: nowrap;
}
.cshow-jjfa div:nth-child(2) table tr:nth-child(2n) td {
  background-color: #fff;
}
.cshow-case {
  margin-top: 76px;
}
.cshow-case .case-swiper {
  margin-top: 38px;
  position: relative;
  width: 57.8125vw;
}
.cshow-case .case-swiper .case-prev,
.cshow-case .case-swiper .case-next {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  top: 45%;
  height: 28px;
  border: solid 1px #2f65eb;
  transition: all 0.4s;
  overflow: hidden;
  background: none;
  position: absolute;
  border-radius: 100%;
  background: #2f65eb;
}
.cshow-case .case-swiper .case-prev img,
.cshow-case .case-swiper .case-next img {
  width: 6px;
}
.cshow-case .case-swiper .case-prev {
  left: 0%;
}
.cshow-case .case-swiper .case-prev img:nth-child(1) {
  transition: all 0.4s;
  left: 0;
  position: relative;
}
.cshow-case .case-swiper .case-prev img:nth-child(2) {
  position: absolute;
  left: 100%;
  transition: all 0.4s;
}
.cshow-case .case-swiper .case-prev:hover {
  background: #2f65eb;
  box-shadow: 1px 1px 10px #2f65eb;
}
.cshow-case .case-swiper .case-prev:hover img:nth-child(1) {
  position: relative;
  left: -100%;
}
.cshow-case .case-swiper .case-prev:hover img:nth-child(2) {
  left: 40%;
}
.cshow-case .case-swiper .case-next:hover {
  background: #2f65eb;
  box-shadow: 1px 1px 10px #2f65eb;
}
.cshow-case .case-swiper .case-next:hover img:nth-child(1) {
  left: 100%;
}
.cshow-case .case-swiper .case-next:hover img:nth-child(2) {
  left: 40%;
}
.cshow-case .case-swiper .case-next {
  right: 0%;
}
.cshow-case .case-swiper .case-next img:nth-child(1) {
  transition: all 0.4s;
  position: relative;
  left: 0;
}
.cshow-case .case-swiper .case-next img:nth-child(2) {
  position: absolute;
  left: -100%;
  transition: all 0.4s;
}
.cshow-case .case-swiper .case-prev:after {
  display: none;
}
.cshow-case .case-swiper .case-next:after {
  display: none;
}
.cshow-case .case-swiper .swiper-wrapper .swiper-slide a:nth-child(1) {
  display: block;
  overflow: hidden;
  transition: all 0.5s;
}
.cshow-case .case-swiper .swiper-wrapper .swiper-slide a:nth-child(1) p {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 13.6458vw;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  transition: transform 1s;
}
.cshow-case .case-swiper .swiper-wrapper .swiper-slide a:nth-child(2) {
  display: block;
  text-align: center;
  font-size: 18px;
  line-height: 1.67;
  color: #353639;
  font-weight: bold;
  margin-top: 19px;
  transition: all 0.5s;
}
.cshow-case .case-swiper .swiper-wrapper .swiper-slide:hover a:nth-child(1) {
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.3);
}
.cshow-case .case-swiper .swiper-wrapper .swiper-slide:hover a:nth-child(1) p {
  transform: scale(1.04);
}
.cshow-case .case-swiper .swiper-wrapper .swiper-slide:hover a:nth-child(2) {
  color: #2f65eb;
}
#medical {
  top: -100px;
}
#pension {
  top: -100px;
}
#other {
  top: -100px;
}
.xgal-swiper{
    position: relative;
}
.xgal-prev, .xgal-next{
    top: 42%;
}
.cplb-next,.cplb-prev{
    top: 50%;
}
@media (max-width: 1850px) {
  .c-con .container .c-con-lf .c-nav .c-nav-items .c-nav-bt a {
    font-size: 17px;
  }
  .c-con .container .c-con-lf .c-nav .c-nav-items ul li a {
    font-size: 16px;
  }
}
@media (max-width: 1765px) {
  .cshow-con .cshow-lb .cshow-lb-rt .cshow-desc {
    font-size: 18px;
  }
  .cshow-con .cshow-lb .cshow-lb-rt .cshow-bz,
  .cshow-con .cshow-lb .cshow-lb-rt .cpzx-sz .cpzx-sz-items div:nth-child(2) {
    font-size: 14px;
  }
  .cshow-con .cshow-lb .cshow-lb-rt .cpzx-yc li a div:nth-child(2) {
    font-size: 16px;
  }
  .cshow-con .cshow-lb .cshow-lb-lf .cshow-lb-box .cshow-lb-items .lbdt-swiper {
    height: 429px;
  }
  .cshow-con .cshow-lb .cshow-lb-rt .cpzx-sz .cpzx-sz-items{
      width: 50% !important;
  }
  .g-scjf .g-scjf-con .g-scjf-rt{
      min-height: 470px;
  }
}
@media (max-width: 1599px) {
  .c-con .container .c-con-lf .c-nav .c-nav-items .c-nav-bt a {
    font-size: 16px;
  }
  .c-con .container .c-con-rt .c-cont .c-items .c-items-con div a:nth-child(1) {
    font-size: 19px;
  }
  .c-con .container .c-con-rt .c-cont .c-items .c-items-con div a:nth-child(2) {
    font-size: 15px;
  }
  .c-con .container .c-con-lf h3 {
    font-size: 21px;
  }
  .i-crumb .container p,
  .i-crumb .container a {
    font-size: 17px;
  }
  .cshow-con .cshow-lb .cshow-lb-rt .cpzx-sz .cpzx-sz-items:nth-child(3n-1) {
    width: 30.4%;
  }
  .cshow-con .cshow-lb .cshow-lb-rt .cpzx-sz .cpzx-sz-items:nth-child(3n-1) {
    width: 30.4%;
  }
  .y-bt h4 {
    font-size: 22px;
  }
  .y-bt p {
    font-size: 18px;
  }
  .y-bt span {
    width: 24px;
  }
  .cshow-td div:nth-child(2) {
    font-size: 17px;
  }
  .cshow-td div:nth-child(2) ul li::before {
    top: 11px;
  }
  .cshow-xxcs div:nth-child(2) table tr th {
    font-size: 16px;
  }
  .cshow-con .cshow-lb .cshow-lb-rt .cshow-desc,
  .cshow-jjfa div:nth-child(2) table tr td,
  .cshow-xxcs div:nth-child(2) table tr td strong,
  .cshow-xxcs div:nth-child(2) table tr td {
    font-size: 16px;
  }
  .cshow-jjfa div:nth-child(2) table tr th,
  .cshow-jsyl div:nth-child(2) {
    font-size: 18px;
  }
  .cshow-case .case-swiper .swiper-wrapper .swiper-slide a:nth-child(2),
  .cshow-jcbg .cshow-jcbg-con .jcbg-swiper .swiper-wrapper .swiper-slide div:nth-child(2) {
    font-size: 17px;
  }
  .g-yfsl .row1 .g-yfsl-items .g-yfsl-items-con .g-yfsl-items-nr div:nth-child(3),
  .g-jj .g-jj-sz li div:nth-child(2),
  .g-jj .g-jj-con .g-jj-lf div:nth-child(2) {
    font-size: 17px;
  }
  .g-yfsl .row1 .g-yfsl-items .g-yfsl-items-con .g-yfsl-items-nr div:nth-child(2) {
    font-size: 20px;
  }
  .g-scjf .g-scjf-con .g-scjf-rt ul li div:nth-child(1) p {
    font-size: 20px;
  }
  .g-scjf .g-scjf-con .g-scjf-rt ul li div:nth-child(2) {
    font-size: 16px;
  }
  .g-scjf .g-scjf-con .g-scjf-rt ul li div:nth-child(1) img {
    top: 0;
  }
  .g-zz-row .g-zz-items .g-zz-items-con div:nth-child(2) {
    font-size: 18px;
  }
  .l-form form .l-form-items .l-form-bt {
    font-size: 20px;
    width: 150px;
  }
  .l-form form .l-form-items .l-form-rt .l-form-gx label {
    width: 22.4%;
  }
  .l-form form .l-form-items .l-form-rt .l-form-gx label span {
    font-size: 17px;
  }
  .x-wt .x-wt-items .x-wt-bt div:nth-child(1) {
    font-size: 22px;
  }
  .x-wt .x-wt-items .x-wt-nr .x-wt-box {
    font-size: 17px;
  }
  .x-wt .x-wt-items .x-wt-nr {
    padding: 21px 4.5% 40px 4.5%;
  }
  .x-wt-con {
    background-position: 100% 109%;
  }
  .xshow-con .xshow-bt {
    font-size: 24px;
  }
  .xshow-dh p,
  .xshow-dh a,
  .xshow-dh .back,
  .xshow-con .xshow-nr {
    font-size: 16px !important;
  }
  .xshow-con .xshow-nr h4 {
    font-size: 18px;
  }
  .y-con .container .y-cont .y-items div a:nth-child(1) {
    font-size: 24px;
  }
  .y-con .container .y-cont .y-items div a:nth-child(2) {
    font-size: 18px;
  }
  .yshow-con .container .yshow-bt {
    font-size: 24px;
  }
  .yshow-con .container .y-aqbz .y-aqbz-row .y-aqbz-items .y-aqbz-items-con div:nth-child(3),
  .yshow-con .container .y-list .y-list-items .y-list-nr div:nth-child(2),
  .yshow-con .container .yshow-nr {
    font-size: 17px;
  }
  .yshow-con .container .y-aqbz .y-aqbz-row .y-aqbz-items .y-aqbz-items-con div:nth-child(2) {
    font-size: 20px;
  }
  .yshow-con .container .y-xgal .xgal-swiper .y-xgal-items .y-xgal-items-con a:nth-child(2) {
    font-size: 18px;
  }
  

.yshow-con .container .y-list .y-list-items .y-list-thumb p {
    height: 25.354vw;
}
.yshow-con .container .y-list .y-list-items .y-list-nr div:nth-child(2){
    font-size: 16px;
}
.yshow-con .container .y-list .y-list-items .y-list-nr div:nth-child(2) p::before{
    top: 8px;
}
}
@media (max-width: 1477px) {
  .i-ban .iban-con .yc:nth-child(2) div {
    font-size: 17px;
  }
  .cshow-con .cshow-lb .cshow-lb-rt .cpzx-yc li a div:nth-child(2) {
    font-size: 15px;
  }
  .cshow-con .cshow-lb .cshow-lb-rt .cshow-bt {
    font-size: 23px;
  }
  .cshow-con .cshow-lb .cshow-lb-lf .cshow-lb-box .cshow-lb-items .lbdt-swiper {
    height: 488px;
  }
  .y-bt p {
    font-size: 17px;
  }
  .g-sm .row .g-sm-items .g-sm-items-con .g-sm-nr {
    font-size: 18px;
  }
  .g-sm .row .g-sm-items .g-sm-items-con .g-sm-bt div:nth-child(2) p:nth-child(2) {
    font-size: 14px;
    margin-top: -3px;
  }
  .g-sm .row .g-sm-items .g-sm-items-con .g-sm-bt div:nth-child(2) p:nth-child(1) {
    font-size: 20px;
  }
  .g-sm .row .g-sm-items .g-sm-items-con .g-sm-bt div:nth-child(1) {
    height: 54px;
  }
  .g-sm .row .g-sm-items:nth-child(1) .g-sm-items-con .g-sm-xb {
    bottom: -14%;
  }
  .l-form form .l-form-items .l-form-bt {
    font-size: 18px;
    width: 144px;
    top: 13px;
  }
  .l-form form .l-form-items.all .l-form-bt {
    top: 0px;
  }
  .x-con .container .x-items .x-lf div:nth-child(2) a:nth-child(1) {
    font-size: 20px;
  }
  .x-con .container .x-items .x-lf div:nth-child(2) a:nth-child(3) {
    font-size: 16px;
  }
  .x-wt .x-wt-items .x-wt-bt div:nth-child(1) {
    font-size: 21px;
  }
  .x-wt .x-wt-items .x-wt-nr .x-wt-box {
    font-size: 16px;
  }
  .y-con .container .y-cont .y-items div a:nth-child(1) {
    font-size: 22px;
  }
  .y-con .container .y-cont .y-items div a:nth-child(2) {
    font-size: 16px;
  }
  .yshow-con .container .y-aqbz .y-aqbz-row .y-aqbz-items .y-aqbz-items-con div:nth-child(3) {
    width: 100%;
  }
      .yshow-con .container .y-list .y-list-items .y-list-thumb p {
        height: 29.354vw;
    }
      .cshow-xxcs div:nth-child(2) table tr th {
    font-size: 14px;
  }
  .cshow-xxcs div:nth-child(2) table tr td{
      font-size: 13px;
  }
}
@media (max-width: 1365px) {
  .i-ban .iban-con .yc:nth-child(1) h3 {
    font-size: 25px;
  }
  .y-bt p {
    font-size: 16px;
    position: relative;
    top: 1.5px;
  }
  .cshow-td div:nth-child(2) {
    font-size: 16px;
  }
  .cshow-td div:nth-child(2) ul li::before {
    top: 10.5px;
  }
  .cshow-xxcs div:nth-child(2) table tr th {
    font-size: 14px;
  }
  .y-bt {
    flex-wrap: wrap;
  }
  .cshow-case .case-swiper .swiper-wrapper .swiper-slide a:nth-child(2),
  .cshow-jcbg .cshow-jcbg-con .jcbg-swiper .swiper-wrapper .swiper-slide div:nth-child(2),
  .cshow-jjfa div:nth-child(2) table tr th,
  .cshow-jsyl div:nth-child(2) {
    font-size: 16px;
  }
  .g-yfsl .row1 .g-yfsl-items .g-yfsl-items-con .g-yfsl-items-nr div:nth-child(3),
  .g-jj .g-jj-sz li div:nth-child(2),
  .g-jj .g-jj-con .g-jj-lf div:nth-child(2) {
    font-size: 16px;
  }
  .g-jj {
    background-position: 100% 51%;
  }
  .g-scjf .g-scjf-con .g-scjf-rt ul li div:nth-child(2) {
    font-size: 15px;
  }
  .g-zz-row .g-zz-items .g-zz-items-con a:nth-child(1) {
    height: 25.98vw;
  }
  .g-zz-row .g-zz-items .g-zz-items-con div:nth-child(2) {
    font-size: 17px;
  }
  .l-lx .l-lx-con .l-lx-lf .l-lx-bt h2 {
    font-size: 22px;
  }
  .l-lx .l-lx-con .l-lx-lf ul li .l-lx-nr div:nth-child(2) {
    font-size: 17px;
  }
  .l-form .ny-desc {
    font-size: 18px;
  }
  .l-form form .l-form-items .l-form-rt .l-form-input {
    padding: 15.8px 20px;
  }
  .l-form form .l-form-items .l-form-rt .l-form-gx label {
    width: 24.4%;
  }
  .l-form form .l-form-items:nth-child(7) .l-form-bt {
    top: 12px;
  }
  .x-wt .x-wt-items {
    margin-bottom: 33px;
  }
  .yshow-con .container .yshow-bt {
    font-size: 22px;
  }
  .yshow-con .container .y-xgal .xgal-swiper .y-xgal-items .y-xgal-items-con a:nth-child(2),
  .yshow-con .container .y-aqbz .y-aqbz-row .y-aqbz-items .y-aqbz-items-con div:nth-child(3),
  .yshow-con .container .y-list .y-list-items .y-list-nr div:nth-child(2),
  .yshow-con .container .yshow-nr {
    font-size: 16px;
  }
  .yshow-con .container .y-aqbz .y-aqbz-row .y-aqbz-items .y-aqbz-items-con {
    min-height: 270px;
  }
  .g-scjf .g-scjf-con .g-scjf-rt{
      min-height: auto;
  }
  .c-con .container .c-con-lf{
      top: 93px;
  }
}
@media (max-width: 1199px) {
  .i-ban .iban-con .yc:nth-child(2) {
    margin-top: 11px;
  }
  .i-ban .iban-con {
    padding-right: 7.32vw;
    padding-left: 8.8vw;
  }
  .i-ban .iban-con img:nth-last-child(2),
  .i-ban .iban-con img:nth-last-child(1) {
    max-width: 2.2vw;
  }
  .i-crumb .container p,
  .i-crumb .container a {
    font-size: 16px;
  }
  .i-crumb .container {
    height: 71px;
  }
  .c-con .container .c-con-rt .c-cont .c-items {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .c-con .container .c-con-rt .c-cont .c-items .c-items-con .c-thumb p {
    height: 26.1875vw;
  }
  .cshow-con .cshow-lb {
    display: block;
  }
  .cshow-con .cshow-lb .cshow-lb-lf {
    width: 58.52vw;
  }
  .cshow-con .cshow-lb .cshow-lb-lf .cshow-lb-box .cshow-lb-items .lbxt-swiper .swiper-wrapper .swiper-slide {
    height: 9.8958vw;
  }
  .cshow-con .cshow-lb .cshow-lb-lf .cshow-lb-box .cshow-lb-items .lbxt-swiper .swiper-wrapper .swiper-slide img:nth-child(2) {
    width: 36px;
  }
  .cshow-con .cshow-lb .cshow-lb-rt {
    width: 100%;
  }
  .cshow-td {
    margin-top: 83px;
  }
  .y-bt h4 {
    font-size: 21px;
  }
  .y-bt p {
    font-size: 16px;
    top: 1.5px;
  }
  .cshow-xxcs div:nth-child(2) table tr th {
    padding: 12px 0px 12px 0;
  }
  .cshow-xxcs div:nth-child(2) table tr td {
    padding: 14.5px 20px 14.5px 20px;
  }
  .g-yfsl .row1 .g-yfsl-items .g-yfsl-items-con .g-yfsl-items-nr div:nth-child(3) {
    font-size: 15px;
    margin-top: 14px;
  }
  .g-sm .row .g-sm-items .g-sm-items-con .g-sm-bt div:nth-child(1) {
    height: 48px;
  }
  .g-sm .row .g-sm-items .g-sm-items-con .g-sm-nr {
    font-size: 15px;
  }
  .g-sm .row .g-sm-items:nth-child(1) .g-sm-items-con .g-sm-xb {
    bottom: -11%;
  }
  .l-lx .l-lx-con .l-lx-lf .l-lx-bt h3 {
    font-size: 17px;
  }
  .l-form form .l-form-items .l-form-rt .l-form-gx label {
    width: 32.4%;
  }
  .l-form form .l-form-items .l-form-rt .l-form-gx label span {
    font-size: 16px;
  }
  .l-form form .l-form-items .l-form-rt .l-form-textarea div:nth-child(1),
  .l-form form .l-form-items .l-form-rt .l-form-input div:nth-child(1) {
    width: 22px;
  }
  .l-form form .l-form-items:nth-child(7) .l-form-bt {
    top: 12px;
  }
  .x-con .container .x-items .x-lf div:nth-child(1) p {
    font-size: 14px;
  }
  .x-con .container .x-items .x-lf div:nth-child(1) h2 {
    font-size: 52px;
  }
  .x-wt-con {
    background-position: 100% 104%;
  }
  .xshow-con .xshow-bt {
    font-size: 22px;
  }
  .yshow-con .container .y-list .y-list-items .y-list-thumb p {
    height: 24.354vw;
  }
  .yshow-con .container .y-xgal .xgal-swiper .y-xgal-items .y-xgal-items-con a:nth-child(2),
  .yshow-con .container .y-aqbz .y-aqbz-row .y-aqbz-items .y-aqbz-items-con div:nth-child(3),
  .yshow-con .container .y-list .y-list-items .y-list-nr div:nth-child(2),
  .yshow-con .container .yshow-nr {
    font-size: 15px;
  }
  .yshow-con .container .y-xgal .xgal-swiper .y-xgal-items .y-xgal-items-con a:nth-child(1) p {
    height: 14.64583vw;
  }
      .yshow-con .container .y-list .y-list-items .y-list-thumb p {
        height: 35.354vw;
    }
}
@media (max-width: 990px) {
  .i-ban .iban-con .yc:nth-child(1) h3 {
    font-size: 22px;
  }
  .i-ban .iban-con img:nth-last-child(2),
  .i-ban .iban-con img:nth-last-child(1) {
    max-width: 21px;
  }
  .i-ban .iban-con {
    padding-top: 3.3958vw;
    padding-bottom: 3.0833vw;
  }
  .i-ban .iban-con {
    top: 0;
  }
  .i-crumb .container p,
  .i-crumb .container a {
    font-size: 15px;
  }
  .c-con .container .c-con-lf {
    display: none;
  }
  .c-con .container .c-con-rt {
    margin-left: 0;
  }
  .c-con {
    margin-top: 71px;
    padding-bottom: 60px;
  }
  .c-con .container .c-con-rt .c-cont .c-items .c-items-con .c-thumb p {
    height: 42.1875vw;
  }
  .c-con .container .c-con-rt {
    width: 100%;
  }
  .cshow-con .cshow-lb .cshow-lb-lf {
    width: 100%;
  }
  .cshow-con .cshow-lb .cshow-lb-lf .cshow-lb-box .cshow-lb-items .lbdt-swiper {
    height: 63.62vw;
    width: 82%;
    margin: 0 auto;
  }
  .cshow-con .cshow-lb .cshow-lb-lf .cshow-lb-box .cshow-lb-items .lbxt-swiper {
    width: 82%;
    margin: 0 auto;
    margin-top: 30px;
  }
  .cshow-con .cshow-lb .cshow-lb-lf .cshow-lb-box .cshow-lb-items .lbxt-swiper .swiper-wrapper .swiper-slide {
    height: 108px;
  }
  .cshow-jcbg .cshow-jcbg-con .jcbg-swiper {
    width: 93%;
  }
  .cshow-jcbg .cshow-jcbg-con .jcbg-swiper .swiper-wrapper .swiper-slide div:nth-child(1) {
    height: 39.1875vw;
  }
  .cshow-case .case-swiper {
    width: 100%;
  }
  .cshow-case .case-swiper .swiper-wrapper .swiper-slide a:nth-child(1) p {
    height: 20.6458vw;
  }
  .g-jj .g-jj-con {
    display: block;
  }
  .g-jj .g-jj-con .g-jj-rt,
  .g-jj .g-jj-con .g-jj-lf {
    width: 100%;
  }
  .g-jj .g-jj-con .g-jj-lf div:nth-child(2) {
    margin-top: 40px;
  }
  .g-jj .g-jj-con .g-jj-rt div {
    height: 60vw;
  }
  .g-jj .g-jj-con .g-jj-rt {
    margin-top: 40px;
  }
  .g-jj {
    background-position: 100% 18%;
    padding-bottom: 49px;
  }
  .g-jj .g-jj-sz {
    flex-wrap: wrap;
  }
  .g-jj .g-jj-sz li {
    width: calc(100% / 3);
    margin-bottom: 32px;
  }
  .g-jj .g-jj-sz li div:nth-child(1) h2 {
    font-size: 38px;
  }
  .g-jj .g-jj-sz li div:nth-child(1) p {
    font-size: 23px;
    position: relative;
    top: 2px;
  }
  .g-yfsl .row1 {
    flex-wrap: wrap;
  }
  .g-yfsl .row1 .g-yfsl-items {
    width: 50% !important;
    margin-bottom: 30px;
  }
  .g-yfsl .row1 .g-yfsl-items .g-yfsl-items-con .g-yfsl-items-bg {
    height: 48.17vw;
  }
  .g-scjf .g-scjf-con .g-scjf-rt {
    width: 44%;
  }
  .g-sm .row .g-sm-items .g-sm-items-con .g-sm-bt div:nth-child(2) p:nth-child(2) {
    font-size: 12px;
  }
  .g-sm .row .g-sm-items:nth-child(1) .g-sm-items-con .g-sm-xb {
    bottom: -8%;
  }
  .g-zz-row .g-zz-items .g-zz-items-con a:nth-child(1) {
    height: 42.98vw;
  }
  .l-lx .l-lx-con {
    display: block;
  }
  .l-lx .l-lx-con .l-lx-lf {
    width: 100%;
    padding: 9.5% 6% 10.4% 4.65%;
  }
  .l-lx .l-lx-con .l-lx-rt #map {
    height: 314px;
  }
  .l-form .ny-desc {
    font-size: 16px;
  }
  .l-form form .l-form-items.yb {
    width: 100%;
  }
  .l-form form .l-form-items .l-form-rt .l-form-gx .other .l-form-input {
    width: 93%;
  }
  .l-form form .l-form-items button {
    width: 21.875vw;
    height: 55px;
    font-size: 17px;
  }
  .x-wt-con {
    margin-top: 0 !important;
  }
  .x-wt-con {
    background-position: 100% 101%;
  }
  .x-wt .x-wt-items .x-wt-bt div:nth-child(1) {
    font-size: 19px;
  }
  .yshow-con .container .yshow-nr {
    margin-top: 54px;
  }
  .yshow-con .container .y-list .y-list-items .y-list-thumb p {
    height: 28.354vw;
  }
  .yshow-con .container .y-list .y-list-items .y-list-thumb p {
        height: 49.354vw;
    }
        .yshow-con .container .y-xgal .xgal-swiper .y-xgal-items .y-xgal-items-con a:nth-child(1) p {
        height: 22.64583vw;
    }
}
@media (max-width: 767px) {
  .i-ban .i-bg img {
    max-width: 193%;
    position: relative;
    left: -45%;
  }
  .xshow-con .xshow-nr h4{
      left: -7px;
  }
  .i-ban .iban-con .yc:nth-child(1) h3 {
    font-size: 20px;
    font-weight: bold;
  }
  .i-ban .iban-con .yc:nth-child(2) div {
    font-size: 15px;
  }
  .i-ban .iban-con {
    padding-top: 5.3958vw;
    padding-bottom: 6.0833vw;
  }
  .i-ban .iban-con .yc:nth-child(2) {
    margin-top: 7px;
  }
  .i-crumb .container p {
    display: block;
  }
  .i-crumb .container p a {
    margin: 0;
  }
  .i-crumb .container {
    height: auto;
    padding: 15px 0;
  }
  .c-con {
    margin-top: 70px;
    padding-bottom: 60px;
  }
  .c-con .container .c-con-rt .c-cont .c-items {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .c-con .container .c-con-rt .c-cont .c-items .c-items-con .c-thumb p {
    height: 83.1875vw;
  }
  .c-con .container .c-con-rt .c-cont .c-items .c-items-con div {
    padding: 21px 5% 25px 5.34%;
  }
  .c-con .container .c-con-rt .c-cont .c-items .c-items-con div a:nth-child(1) {
    font-size: 18px;
  }
  .cshow-con .cshow-lb .cshow-lb-lf .cshow-lb-box .cshow-lb-items .lbdt-swiper {
    height: 85.62vw;
    width: 100%;
  }
  .cshow-con .cshow-lb .cshow-lb-lf .cshow-lb-box .cshow-lb-items .lbxt-swiper {
    width: 100%;
  }
  .cshow-con .cshow-lb .cshow-lb-lf .cshow-lb-box .cshow-lb-items .lbxt-swiper .swiper-wrapper .swiper-slide {
    height: 71px;
  }
  .cshow-con .cshow-lb .cshow-lb-lf .cshow-lb-box .cshow-lb-items .lbxt-swiper .swiper-wrapper .swiper-slide img:nth-child(2) {
    width: 28px;
  }
  .cshow-con .cshow-lb .cshow-lb-lf .cshow-lb-box {
    margin-top: 43px;
  }
  .cshow-con .cshow-lb .cshow-lb-rt .cshow-bt {
    font-size: 22px;
  }
  .cshow-con .cshow-lb .cshow-lb-rt .cshow-desc,
  .cshow-jjfa div:nth-child(2) table tr td,
  .cshow-xxcs div:nth-child(2) table tr td strong,
  .cshow-xxcs div:nth-child(2) table tr td {
    font-size: 15px;
  }
  .cshow-con .cshow-lb .cshow-lb-rt {
    padding-top: 64px;
  }
  .cshow-con .cshow-lb .cshow-lb-rt .cshow-desc {
    margin-bottom: 32px;
  }
  .cshow-con .cshow-lb .cshow-lb-rt .cpzx-sz .cpzx-sz-items {
    margin-bottom: 25px;
  }
  .cshow-con .cshow-lb .cshow-lb-rt .cpzx-yc li a div:nth-child(2) {
    font-size: 13px;
  }
  .cshow-td {
    margin-top: 71px;
  }
  .y-bt h4 {
    font-size: 20px;
  }
  .y-bt {
    padding-bottom: 20px;
  }
  .y-bt p {
    display: none;
  }
  .cshow-td div:nth-child(2) {
    font-size: 15px;
  }
  .cshow-td div:nth-child(2) ul li::before {
    top: 9px;
  }
  .cshow-xxcs {
    margin-top: 61px;
  }
  .cshow-xxcs div:nth-child(2) table {
    width: 1151px;
  }
  .cshow-xxcs div:nth-child(2) {
    overflow: auto;
  }
/*  .cshow-xxcs div:nth-child(2) table tr td:nth-child(1) {
    padding-left: 8.125vw;
  }*/
  .cshow-xxcs div:nth-child(2) table tr th {
    padding: 12px 20px 12px 8.125vw;
  }
  .cshow-xxcs div:nth-child(2) {
    font-size: 15px;
  }
  .cshow-azfs {
    margin-top: 61px;
  }
  .cshow-jsyl {
    margin-top: 65px;
  }
  .cshow-case .case-swiper .swiper-wrapper .swiper-slide a:nth-child(2),
  .cshow-jcbg .cshow-jcbg-con .jcbg-swiper .swiper-wrapper .swiper-slide div:nth-child(2),
  .cshow-jjfa div:nth-child(2) table tr th,
  .cshow-jsyl div:nth-child(2) {
    font-size: 15px;
  }
  .cshow-hxjs {
    margin-top: 62px;
  }
  .cshow-jcbg {
    margin-top: 67px;
  }
  .cshow-jcbg .cshow-jcbg-con .jcbg-swiper {
    width: 78%;
  }
  .cshow-jcbg .cshow-jcbg-con .jcbg-swiper .swiper-wrapper .swiper-slide div:nth-child(1) {
    height: 53.1875vw;
  }
  .cshow-jcbg .cshow-jcbg-con .jcbg-swiper .swiper-wrapper .swiper-slide div:nth-child(2) {
    margin-top: 23px;
  }
  .cshow-jjfa {
    margin-top: 61px;
  }
  .cshow-jjfa div:nth-child(2) table {
    width: 900px;
  }
  .cshow-jjfa div:nth-child(2) {
    overflow: auto;
  }
  .cshow-jjfa div:nth-child(2) table tr th {
    padding: 17.25px 8.3vw;
  }
  .cshow-jjfa div:nth-child(2) table tr td {
    padding: 19px 8.3vw;
  }
  .cshow-case {
    margin-top: 71px;
  }
  .cshow-case .case-swiper .swiper-wrapper .swiper-slide a:nth-child(1) p {
    height: 42.6458vw;
  }
  .i-crumb .container ul {
    display: none;
  }
  .i-ban .iban-con {
    min-width: 54.78vw;
  }
  .g-jj {
    padding-top: 67px;
    padding-bottom: 27px;
    background-position: 100% 10%;
  }
  .g-yfsl .row1 .g-yfsl-items .g-yfsl-items-con .g-yfsl-items-nr div:nth-child(3),
  .g-jj .g-jj-sz li div:nth-child(2),
  .g-jj .g-jj-con .g-jj-lf div:nth-child(2) {
    font-size: 15px;
  }
  .g-jj .g-jj-con .g-jj-lf div:nth-child(2) {
    margin-top: 33px;
  }
  .g-jj .g-jj-con .g-jj-lf div:nth-child(2) {
    line-height: 2;
  }
  .g-jj .g-jj-sz li div:nth-child(1) h2 {
    font-size: 34px;
  }
  .g-jj .g-jj-sz li div:nth-child(1) p {
    top: 4px;
  }
  .g-jj .g-jj-sz li {
    width: 50%;
    margin-bottom: 42px;
    text-align: center;
  }
  .g-jj .g-jj-sz {
    margin-top: 50px;
  }
  .g-jj .g-jj-sz li div:nth-child(1) {
    justify-content: center;
  }
  .g-yfsl .row1 {
    margin-top: 45px;
  }
  .g-yfsl .row1 .g-yfsl-items {
    width: 100% !important;
  }
  .g-yfsl .row1 .g-yfsl-items .g-yfsl-items-con .g-yfsl-items-bg {
    height: 70.17vw;
  }
  .g-yfsl .row1 .g-yfsl-items .g-yfsl-items-con .g-yfsl-items-nr div:nth-child(3) {
    margin-top: 24px;
  }
  .g-scjf {
    margin-top: 46px;
    margin-bottom: 69px;
  }
  .g-scjf .g-scjf-con {
    margin-top: 45px;
  }
  .g-scjf .g-scjf-con .g-scjf-lf {
    position: relative;
  }
  .g-scjf .g-scjf-con .g-scjf-lf div {
    height: 40vw;
  }
  .g-scjf .g-scjf-con .g-scjf-rt {
    width: 100%;
  }
  .g-scjf .g-scjf-con .g-scjf-rt {
    padding: 54px 5.3% 46px 5.3%;
  }
  .g-scjf .g-scjf-con .g-scjf-rt ul li {
    margin-bottom: 8vw;
  }
  .g-scjf .g-scjf-con .g-scjf-rt ul li div:nth-child(1) p {
    font-size: 18px;
  }
  .g-scjf .g-scjf-con .g-scjf-rt ul li div:nth-child(1) img {
    top: 0px;
    width: 23px;
  }
  .g-sm {
    margin-top: 70px;
  }
  .ny-bt h2 {
    white-space: nowrap;
    font-size: 28px;
  }
  .ny-desc {
    font-size: 15px;
    margin-top: 21px;
  }
  .g-sm .row .g-sm-items {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .g-sm .row {
    margin-top: 41px;
  }
  .g-sm .row .g-sm-items .g-sm-items-con {
    padding: 43px 5% 44px 6.3%;
  }
  .g-sm .row .g-sm-items .g-sm-items-con .g-sm-nr {
    margin-top: 9.5%;
  }
  .g-sm .row .g-sm-items .g-sm-items-con .g-sm-xb {
    max-width: 24.7vw;
  }
  .g-sm .row .g-sm-items:nth-child(1) .g-sm-items-con .g-sm-xb {
    max-width: 31.4vw;
    bottom: -10%;
  }
  .g-fc {
    margin-top: 42px;
    margin-bottom: 60px;
  }
  .g-fc .g-fc-con {
    margin-top: 39px;
    display: block;
  }
  .g-fc .g-fc-con .g-fc-lf {
    width: 100%;
    height: 65vw;
  }
  .g-fc .g-fc-con .g-fc-rt {
    width: 100%;
    margin-top: 20px;
  }
  .g-fc .g-fc-con .g-fc-rt .g-fc-items {
    margin-top: 20px;
  }
  .g-fc .g-fc-con .g-fc-items div {
    height: 38.583vw;
  }
  .g-ry .ny-bt h2 {
    font-size: 24px;
  }
  .g-ry {
    margin-top: 69px;
  }
  .g-ry .c-con {
    margin-top: 43px;
  }
  .g-zz-row .g-zz-items {
    width: 50%;
    margin-bottom: 30px;
  }
  .g-zz-row .g-zz-items .g-zz-items-con a:nth-child(1) {
    height: 61.98vw;
  }
  .g-zz-row .g-zz-items .g-zz-items-con a:nth-child(1) img {
    max-height: 80%;
    max-width: 77%;
  }
  .g-zz-row .g-zz-items .g-zz-items-con div:nth-child(2) {
    font-size: 15px;
  }
  .pagination {
    flex-wrap: wrap;
  }
  .pagination li {
    margin-bottom: 10px;
  }
  .pagination li a {
    font-size: 14px;
  }
  .l-lx {
    margin-top: 68px;
  }
  .l-lx .l-lx-con {
    margin-top: 46px;
  }
  .l-lx .l-lx-con .l-lx-lf .l-lx-bt h2 {
    font-size: 20px;
  }
  .l-lx .l-lx-con .l-lx-lf .l-lx-bt h3 {
    font-size: 15px;
    margin-top: 10px;
  }
  .l-lx .l-lx-con .l-lx-lf {
    width: 100%;
    padding: 18.5% 6% 21.4% 6.65%;
  }
  .l-lx .l-lx-con .l-lx-lf ul li .l-lx-nr div:nth-child(2) {
    font-size: 15px;
    margin-top: 6px;
  }
  .l-lx .l-lx-con .l-lx-lf ul li .l-lx-nr div:nth-child(1) {
    font-size: 16px;
  }
  .l-lx .l-lx-con .l-lx-lf ul li .l-lx-tb {
    width: 29px;
  }
  .l-form {
    margin-top: 74px;
    padding-top: 69px;
    padding-bottom: 60px;
  }
  .l-form .ny-desc {
    font-size: 15px;
  }
  .l-form form .l-form-items.yb {
    display: block;
  }
  .l-form form .l-form-items .l-form-bt {
    width: 100%;
    top: 0;
    font-size: 15px;
  }
  .l-form form {
    margin-top: 41px;
  }
  .l-form form .l-form-items .l-form-rt {
    margin-top: 15px;
  }
  .l-form form .l-form-items {
    margin-bottom: 30px;
  }
  .l-form form .l-form-items .l-form-rt .l-form-input input {
    font-size: 14px;
  }
  .l-form form .l-form-items .l-form-rt .l-form-textarea div:nth-child(1),
  .l-form form .l-form-items .l-form-rt .l-form-input div:nth-child(1) {
    width: 20px;
  }
  .l-form form .l-form-items .l-form-rt .l-form-input {
    padding: 13.8px 20px;
  }
  .l-form form .l-form-items {
    display: block;
  }
  .l-form form .l-form-items .l-form-rt .l-form-gx label span {
    font-size: 14px;
  }
  .l-form form .l-form-items .l-form-rt .l-form-gx label {
    width: 100%;
  }
  .l-form form .l-form-items .l-form-rt .l-form-gx .other .l-form-input {
    width: 90%;
  }
  .l-form form .l-form-items:nth-child(7) .l-form-bt {
    top: 0;
  }
  .l-form form .l-form-items .l-form-rt .l-form-textarea textarea {
    font-size: 14px;
    top: 3px;
  }
  .l-form form .l-form-items button {
    width: 34.875vw;
    height: 48px;
    font-size: 15px;
  }
  .l-form form .l-form-items .l-form-rt .l-form-gx {
    padding-left: 20px;
  }
  .x-con {
    padding-top: 70px;
    padding-bottom: 51px;
  }
  .x-con .container .x-items,
  .x-con .container .x-items .x-lf {
    display: block;
  }
  .x-con .container .x-items .x-lf div:nth-child(1)::after {
    display: none;
  }
  .x-con .container .x-items {
    padding-right: 0;
    margin-bottom: 89px;
  }
  .x-con .container .x-items .x-lf div:nth-child(1) {
    padding: 25px 0px;
    background-color: #2f65eb;
  }
  .x-con .container .x-items .x-lf div:nth-child(1)::before {
    top: auto;
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%) rotateZ(90deg);
    right: -10px;
    opacity: 1;
  }
  .x-con .container .x-items .x-lf div:nth-child(1) h2,
  .x-con .container .x-items .x-lf div:nth-child(1) p {
    color: #fff;
  }
  .x-con .container .x-items .x-lf div:nth-child(2) {
    margin-left: 0;
    padding: 44px 0 39px 0;
  }
  .x-con .container .x-items .x-lf div:nth-child(2) a:nth-child(1) {
    font-size: 18px;
  }
  .x-con .container .x-items .x-lf div:nth-child(2) a:nth-child(3) {
    font-size: 15px;
    line-height: 1.8;
  }
  .x-con .container .x-items .x-lf div:nth-child(2) p {
    font-size: 14px;
    margin-top: 25px;
    margin-bottom: 15px;
  }
  .x-con .container .x-items .x-rt {
    width: 100%;
    margin-left: 0;
  }
  .x-wt-con {
    padding-top: 80px;
  }
  .x-wt .x-wt-items .x-wt-bt div:nth-child(1) {
    font-size: 17px;
  }
  .x-wt .x-wt-items .x-wt-bt {
    padding: 24px 6.65%;
  }
  .x-wt .x-wt-items .x-wt-bt img {
    width: 18px;
  }
  .x-wt .x-wt-items {
    margin-bottom: 30px;
  }
  .x-wt .x-wt-items .x-wt-nr .x-wt-box {
    font-size: 15px;
  }
  .x-wt .x-wt-items .x-wt-nr {
    padding: 33px 4.5% 33px 8.5%;
  }
  .x-wt {
    margin-bottom: 47px;
  }
  .x-wt-con {
    background-position: 100% 100%;
  }
  .xshow-con {
    margin-top: 65px;
    margin-bottom: 60px;
  }
  .xshow-con .xshow-bt {
    font-size: 20px;
  }
  .xshow-con .xshow-ms li {
    font-size: 14px;
    margin-bottom: 11px;
  }
  .xshow-con .xshow-ms {
    margin-top: 24px;
  }
  .xshow-dh p,
  .xshow-dh a,
  .xshow-dh .back,
  .xshow-con .xshow-nr {
    font-size: 15px !important;
  }
  .xshow-con .xshow-nr {
    line-height: 2;
    margin-top: 24px;
  }
  .xshow-dh {
    margin-top: 44px;
    padding-top: 40px;
  }
  .xshow-dh {
    display: block;
  }
  .xshow-dh .back {
    margin: 15px 0;
  }
  .i-ban .iban-con {
    max-width: 95%;
  }
  .y-con .ny-bt:nth-child(1) h2 {
    font-size: 21px;
  }
  .y-con .ny-bt:nth-child(1) h3 {
    margin-top: -14px;
  }
  .y-con .container .ny-bt {
    margin-top: 68px;
  }
  .y-con .container .y-cont {
    margin-top: 44px;
  }
  .y-con .container .y-cont .y-items {
    display: block;
  }
  .y-con .container .y-cont .y-items div {
    width: 100%;
    margin-top: 34px;
  }
  .y-con .container .y-cont .y-items {
    padding: 10% 6%;
  }
  .y-con .container .y-cont .y-items .y-thumb p {
    height: 124px;
  }
  .y-con .container .y-cont .y-items div a:nth-child(1) {
    font-size: 18px;
  }
  .y-con .container .y-cont .y-items div a:nth-child(2) {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 30px;
  }
  .g-yfsl .row1 .g-yfsl-items .g-yfsl-items-con .g-yfsl-items-nr div:nth-child(2) {
    font-size: 18px;
  }
  .yshow-con .container .yshow-bt {
    font-size: 20px;
  }
  .yshow-con .container .yshow-nr {
    margin-top: 41px;
  }
  .yshow-con .container .y-list .y-list-items {
    display: block;
  }
  .yshow-con .container .y-list .y-list-items .y-list-thumb {
    width: 100%;
  }
  .yshow-con .container .y-list .y-list-items .y-list-thumb p {
    height: 51.354vw;
  }
  .yshow-con .container .y-list .y-list-items .y-list-nr {
    width: 100%;
    padding-top: 44px;
    padding-bottom: 69px;
  }
  .yshow-con .container .y-list .y-list-items .y-list-nr div {
    margin-left: 0%;
    margin-right: 0%;
  }
  .yshow-con .container .y-list .y-list-items .y-list-nr div:nth-child(1) {
    font-size: 18px;
  }
  .yshow-con .container .y-list .y-list-items .y-list-nr div:nth-child(2) {
    margin-top: 17px;
  }
  .yshow-con .container .y-list .y-list-items .y-list-nr div:nth-child(1)::before {
    height: 33px;
  }
  .yshow-con .container .y-list .y-list-items:last-child .y-list-nr {
    padding-bottom: 30px;
  }
  .yshow-con .container .y-aqbz {
    margin-top: 54px;
  }
  .yshow-con .container .y-aqbz .y-aqbz-row {
    display: block;
  }
  .yshow-con .container .y-aqbz .y-aqbz-row .y-aqbz-items {
    margin-bottom: 30px;
  }
  .yshow-con .container .y-aqbz .y-aqbz-row {
    margin-top: 42px;
  }
  .yshow-con .container .y-aqbz .y-aqbz-row .y-aqbz-items .y-aqbz-items-con div:nth-child(2) {
    font-size: 18px;
    margin-top: 15px;
  }
  .yshow-con .container .y-aqbz .y-aqbz-row .y-aqbz-items .y-aqbz-items-con {
    min-height: auto;
    padding: 15% 6% 13% 6%;
  }
  .yshow-con .container .y-aqbz .y-aqbz-row .y-aqbz-items:last-child {
    margin-bottom: 0;
  }
  .yshow-con .container .y-xgal {
    margin-top: 68px;
  }
  .yshow-con .container .y-xgal .xgal-swiper {
    margin-top: 43px;
  }
  .yshow-con .container .y-xgal .xgal-swiper .y-xgal-items {
    margin-bottom: 30px;
  }
  .yshow-con .container .y-xgal .xgal-swiper .y-xgal-items .y-xgal-items-con a:nth-child(1) p {
    height: 33.64583vw;
  }
  .yshow-con .container .y-xgal .xgal-swiper .y-xgal-items .y-xgal-items-con a:nth-child(2) {
    margin-top: 18px;
    font-size: 16px;
  }
  .yshow-con .container .xshow-dh {
    margin-top: 19px;
  }
  .yshow-con {
    padding-bottom: 67px;
  }
  .xgal-prev, .xgal-next {
    top: 37%;
  }
  .cshow-xxcs div:nth-child(2) table tr td{
      font-size: 13px;
  }
    .cshow-con .cshow-lb .cshow-lb-rt .cpzx-sz .cpzx-sz-items{
      width: 100% !important;
  }
  .yshow-con .container .y-list .y-list-items .y-list-nr div:nth-child(1)::before{
      top: 5px;
      height: 23px;
  }
}
