@font-face {
  font-family: CenturyGothic;
  src: url('../font/CenturyGothic.TTF');
}
@font-face {
  font-family: CenturyGothicbold;
  src: url('../font/CenturyGothicbold.TTF');
}
.i-ban {
  position: relative;
}
.i-ban .i-bg {
  overflow: hidden;
}
.i-ban .i-bg img {
  max-width: 101%;
  min-width: 100%;
  transform: scale(1.08, 1.08);
  animation: image-zoom-out 5s 0s forwards;
}
.i-ban .gban-con {
  position: absolute;
  left: 0;
  right: 0;
  top: -5%;
  bottom: 0;
  margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.i-ban .gban-con .yc h3 {
  font-size: 4.6875vw;
  font-family: 'Noto Sans SC', sans-serif;
  font-weight: 700;
  color: #ffffff;
  transform: translateY(100%) rotate(10deg);
  opacity: 0;
  transform-origin: left;
  transition: var(--custom-transiton2);
  transition-duration: 1s;
  transition-property: transform, opacity;
  -webkit-animation: text-active-animation 1.5s cubic-bezier(0.7, 0, 0.2, 1) both;
  animation: text-active-animation 1.5s cubic-bezier(0.7, 0, 0.2, 1) both;
}
.i-ban .gban-con .scban-nr {
  font-size: 18px;
  line-height: 1.67;
  color: #ffffff;
  width: 451px;
  font-weight: 300;
  font-family: 'Noto Sans SC', sans-serif;
  margin-top: 21px;
  max-width: 100%;
}
.i-ban .gban-con .scban-lj {
  display: flex;
  margin-top: 3.8%;
}
.i-ban .gban-con .scban-lj a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 144px;
  height: 44px;
  font-size: 17px;
  color: #ffffff;
  font-family: 'Noto Sans SC', sans-serif;
  font-weight: 300;
  transition: all 0.5s;
  border-radius: 7px;
}
.i-ban .gban-con .scban-lj a img {
  margin-right: 14px;
}
.i-ban .gban-con .scban-lj a:nth-child(1) {
  background: #ea5e23;
  margin-right: 44px;
}
.i-ban .gban-con .scban-lj a:nth-child(1):hover {
  transform: translateY(-3px);
  box-shadow: 1px 1px 10px #d45d26;
}
.i-ban .gban-con .scban-lj a:nth-child(2) {
  border: 1px solid #fff;
}
.i-ban .gban-con .scban-lj a:nth-child(2):hover {
  transform: translateY(-3px);
  box-shadow: 1px 1px 10px #d45d26;
  background: #ea5e23;
  border: 1px solid #d45d26;
}
.sc-ban .gban-con {
  top: 9%;
}
@keyframes text-active-animation {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(100%) rotate(4deg);
    transform: translateY(100%) rotate(4deg);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}
.g-gy {
  margin-top: 6.2%;
}
.g-gy .g-gy-con {
  text-align: center;
}
.g-gy .g-gy-con .g-gy-nr {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.67;
  color: #666666;
  width: 781px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 41px;
  font-family: 'Noto Sans SC', sans-serif;
}
.g-gy ul {
  display: flex;
  justify-content: space-between;
  margin-top: 11.8%;
}
.g-gy ul li {
  width: 24.12%;
  text-align: center;
  transition: all 0.5s;
}
.g-gy ul li div:nth-child(1) {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  line-height: initial;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 8px;
  transition: all 0.5s;
}
.g-gy ul li div:nth-child(1) p:nth-child(1) {
  font-size: 6.25vw;
  color: #d45d26;
  font-family: DIN-Light;
}
.g-gy ul li div:nth-child(1) p:nth-child(3) {
  position: relative;
  top: 0.85vw;
}
.g-gy ul li div:nth-child(1) p:nth-child(2) {
  font-size: 18px;
  color: #d45d26;
  font-family: 'Noto Sans SC', sans-serif;
  font-weight: 400;
  position: relative;
  top: 1.4vw;
  margin-left: 3px;
}
.g-gy ul li div:nth-child(1) p:nth-child(3) {
  font-size: 24px;
  color: #d45d26;
  font-family: 'Noto Sans SC', sans-serif;
  font-weight: 400;
}
.g-gy ul li div:nth-child(2) {
  font-size: 18px;
  color: #666666;
  font-family: 'Noto Sans SC', sans-serif;
  font-weight: 300;
  margin-top: 35px;
  transition: all 0.5s;
}
.g-gy ul li:hover {
  transform: translateY(-4px);
}
.g-gy ul li:hover div:nth-child(2) {
  color: #d45d26;
}
.g-gy ul li:hover div:nth-child(1) {
  border-bottom: 1px solid #d45d26;
}
.g-bt {
  font-size: 2.5vw;
  color: #333333;
  font-family: 'Noto Sans SC', sans-serif;
  font-weight: 700;
  line-height: 1.2;
}
.g-jd {
  background-color: #f3f3f3;
  margin-top: 5%;
  position: relative;
}
.g-jd .g-jd-rt {
  position: absolute;
  right: 0;
  height: 100%;
  top: 0;
  width: 50.394%;
}
.g-jd .g-jd-rt div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  transform: scale(1.08);
  transition: all 5s;
  animation-delay: 0.5s;
}
.g-jd .g-jd-rt div.animated {
  transform: scale(1);
}
.g-jd .container .g-jd-lf {
  width: 40%;
  padding-bottom: 6.5%;
  padding-top: 7%;
}
.g-jd .container .g-jd-lf .g-jd-con {
  font-size: 18px;
  line-height: 1.67;
  font-family: 'Noto Sans SC', sans-serif;
  font-weight: 300;
  color: #666666;
  margin-top: 39px;
}
.g-jd .container .g-jd-lf ul {
  display: flex;
  margin-top: 13%;
  text-align: center;
}
.g-jd .container .g-jd-lf ul li {
  margin-right: 2.08vw;
  transition: all 0.5s;
}
.g-jd .container .g-jd-lf ul li div:nth-child(1) {
  width: 9.375vw;
  height: 13.02vw;
  background-color: #ffffff;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.g-jd .container .g-jd-lf ul li div:nth-child(1) img {
  max-width: 70%;
  max-height: 60%;
  transition: all 0.5s;
}
.g-jd .container .g-jd-lf ul li div:nth-child(2) {
  font-size: 18px;
  font-family: 'Noto Sans SC', sans-serif;
  font-weight: 300;
  color: #666666;
  margin-top: 30px;
  transition: all 0.5s;
}
.g-jd .container .g-jd-lf ul li:last-child {
  margin-right: 0;
}
.g-jd .container .g-jd-lf ul li:hover {
  transform: translateY(-4px);
}
.g-jd .container .g-jd-lf ul li:hover div:nth-child(2) {
  color: #d45d26;
}
.g-jd .container .g-jd-lf ul li:hover div:nth-child(1) img {
  transform: scale(0.92);
}
.g-jd .container .g-jd-lf ul li:nth-child(2) {
  animation-delay: 0.2s;
}
.g-jd .container .g-jd-lf ul li:nth-child(3) {
  animation-delay: 0.3s;
}
.g-wh {
  position: relative;
  display: flex;
  align-items: flex-start;
  padding-top: 7.3%;
  padding-bottom: 7.2%;
  overflow: hidden;
}
.g-wh .g-wh-bg {
  position: absolute;
  height: 149%;
  top: -17%;
  left: 2%;
  right: 0;
  margin: 0 auto;
  animation: hmp5Bg 13s linear infinite;
}
@keyframes hmp5Bg {
  0% {
    opacity: 0.9;
    transform: scale(1.08) rotate(0deg) skew(0deg, 0deg);
  }
  50% {
    opacity: 1;
    transform: scale(1) rotate(25deg) skew(15deg, -15deg);
  }
  100% {
    opacity: 0.9;
    transform: scale(1.08) rotate(0deg) skew(0deg, 0deg);
  }
}
.g-wh .g-wh-con {
  flex: 1;
  margin-top: 16px;
  margin-left: 20.3%;
  position: relative;
  z-index: 2;
}
.g-wh .g-wh-con li {
  display: flex;
  align-items: center;
  padding: 8% 2.3% 8% 5.3%;
  border-bottom: 1px solid #dddddd;
  transition: all 0.5s;
}
.g-wh .g-wh-con li div:nth-child(1) {
  display: flex;
  width: 26.2%;
  align-items: center;
}
.g-wh .g-wh-con li div:nth-child(1) p:nth-child(1) {
  width: 4.115vw;
  text-align: center;
}
.g-wh .g-wh-con li div:nth-child(1) p:nth-child(2) {
  font-size: 1.875vw;
  color: #333333;
  font-family: 'Noto Sans SC', sans-serif;
  font-weight: 400;
  margin-left: 3.85vw;
  white-space: nowrap;
}
.g-wh .g-wh-con li div:nth-child(2) {
  flex: 1;
  font-size: 1.25vw;
  line-height: 1.5;
  color: #333333;
  font-family: 'Noto Sans SC', sans-serif;
  font-weight: 400;
  margin-left: 4.6875vw;
}
.g-wh .g-wh-con li:hover {
  transform: translateX(4px);
}
.g-wh .g-wh-con li:nth-child(1) {
  padding-top: 0;
}
.g-wh .g-wh-con li:nth-child(2) {
  animation-delay: 0.2s;
}
.g-wh .g-wh-con li:nth-child(3) {
  animation-delay: 0.4s;
}
.g-lc {
  background: url(../nimages/lc-bg.jpg) no-repeat center center;
  background-size: cover;
  padding-top: 8%;
  padding-bottom: 9%;
}
.g-lc .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.g-lc .container .g-lc-lf {
  width: 13.23%;
}
.g-lc .container .g-lc-lf .g-bt {
  color: #fff;
}
.g-lc .container .g-lc-lf .g-lc-time {
  display: flex;
  justify-content: space-between;
  padding-left: 1.458vw;
  margin-top: 41%;
}

.g-lc .container .g-lc-lf .g-lc-time .lsj-swiper .swiper-wrapper .swiper-slide {
  margin-bottom: 11px;
  height: 38.5px !important;
  font-size: 22px;
  transition: all 0.5s;
  color: #ffffff;
  opacity: 0.2;
  cursor: pointer;
  font-family: CenturyGothic;
  font-weight: bold;
}
.g-lc .container .g-lc-lf .g-lc-time .lsj-swiper .swiper-wrapper .swiper-slide-thumb-active {
  opacity: 1;
}
.g-lc .container .g-lc-lf .g-lc-time .lsj-swiper .swiper-wrapper .swiper-slide:last-child {
  margin-bottom: 0;
}
.g-lc .container .g-lc-lf .g-lc-time .lsj-pagination {
  position: relative;
  width: 4px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.2);
  overflow: hidden;
  max-height: 420px;
  top: 5px;
}
.g-lc .container .g-lc-lf .g-lc-time .lsj-pagination .swiper-pagination-progressbar-fill {
  background-color: #ffffff;
  border-radius: 2px;
}
.g-lc .container .g-lc-rt {
  width: 68%;
  position: relative;
  top: -1.3vw;
}
.g-lc .container .g-lc-rt .lnr-swiper .swiper-wrapper .swiper-slide {
  opacity: 0 !important;
}
.g-lc .container .g-lc-rt .lnr-swiper .swiper-wrapper .swiper-slide h2 {
  font-family: CenturyGothic;
  font-size: 6.25vw;
  font-weight: bold;
  color: #ffffff;
  transition: all 0.6s;
  opacity: 0;
  transform: translateY(-20px);
}
.g-lc .container .g-lc-rt .lnr-swiper .swiper-wrapper .swiper-slide .llc-nr {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  transition: all 0.6s;
  opacity: 0;
  transform: translateY(20px);
}
.g-lc .container .g-lc-rt .lnr-swiper .swiper-wrapper .swiper-slide .llc-nr div:nth-child(1) {
  width: 57.091%;
  border-radius: 10px;
  overflow: hidden;
}
.g-lc .container .g-lc-rt .lnr-swiper .swiper-wrapper .swiper-slide .llc-nr div:nth-child(1) img {
  width: 100%;
}
.g-lc .container .g-lc-rt .lnr-swiper .swiper-wrapper .swiper-slide .llc-nr div:nth-child(2) {
  font-size: 1.25vw;
  color: #ffffff;
  font-family: 'Noto Sans SC', sans-serif;
  width: 37.7%;
  padding-top: 19px;
}
.g-lc .container .g-lc-rt .lnr-swiper .swiper-wrapper .swiper-slide-active {
  opacity: 1 !important;
}
.g-lc .container .g-lc-rt .lnr-swiper .swiper-wrapper .swiper-slide-active .llc-nr,
.g-lc .container .g-lc-rt .lnr-swiper .swiper-wrapper .swiper-slide-active h2 {
  transform: translateY(0);
  opacity: 1;
}
.g-ry {
  margin-top: 5.5%;
}
.g-ry .row {
  margin-left: -5%;
  margin-right: -5%;
  margin-top: 5%;
  padding: 0 4.7%;
}
.g-ry .row .g-ry-items {
  padding: 0 5%;
  margin-bottom: 4%;
}
.g-ry .row .g-ry-items .g-ry-items-con {
  text-align: center;
  transition: all 0.5s;
}
.g-ry .row .g-ry-items .g-ry-items-con div:nth-child(1) {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  padding-bottom: 12%;
  height: 264px;
}
.g-ry .row .g-ry-items .g-ry-items-con div:nth-child(1) img:nth-child(1) {
  position: relative;
  z-index: 2;
  max-height: 100%;
  object-fit: contain;
}
.g-ry .row .g-ry-items .g-ry-items-con div:nth-child(1) img:nth-child(2) {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}
.g-ry .row .g-ry-items .g-ry-items-con div:nth-child(2) {
  margin-top: 4px;
  font-size: 24px;
  font-family: 'Noto Sans SC', sans-serif;
  color: #333333;
  transition: all 0.5s;
}
.g-ry .row .g-ry-items .g-ry-items-con:hover {
  transform: translateY(-4px);
}
.g-ry .row .g-ry-items .g-ry-items-con:hover div:nth-child(2) {
  color: #d45d26;
}


.g-qq {
  background-color: #f3f3f3;
  margin-top: 2.4%;
  position: relative;
}
.g-qq .qqxm{
    padding: 0 !important;
}
.g-qq .qqxm .qqxm-con{
    padding: 11px 0;
}
.g-qq .sy-bt{
    position: absolute;
    left: 0;
    top: 9.3%;
    text-align: left;
    right: 0;
    z-index: 2;
}
.g-qq .qqxm .qqxm-con .qqxm-cont .qqxm-yq-items div:nth-child(1)::after{
    background: #ff7900;
}
.g-qq .qqxm .qqxm-con .qqxm-cont .qqxm-yq-items div:nth-child(1){
    background: #ff7900;
}


.g-hb {
  margin-top: 2.5%;
  margin-bottom: 4.7%;
}
.g-hb .g-hb-con {
  display: flex;
  flex-wrap: wrap;
  margin-top: 4%;
}
.g-hb .g-hb-con .g-hb-items {
  width: calc(100%/8);
}
.g-hb .g-hb-con .g-hb-items .g-hb-items-con {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 5.729vw;
}
.g-hb .g-hb-con .g-hb-items .g-hb-items-con img {
  max-height: 70%;
  max-width: 80%;
  transition: all 0.5s;
}
.g-hb .g-hb-con .g-hb-items .g-hb-items-con:hover img {
  transform: scale(0.95);
}
.nfoot {
  background: #343637;
  border-top: 4px solid #ea5e23;
  padding-top: 4.5%;
  position: relative;
}
.nfoot .nfoot-bg {
  max-width: 22.5%;
  position: absolute;
  bottom: 0;
  left: 6.3%;
}
.nfoot .nfoot-tp {
  display: flex;
  position: relative;
  z-index: 2;
}
.nfoot .nfoot-tp .nfoot-tp-lf {
  display: flex;
  flex: 1;
}
.nfoot .nfoot-tp .nfoot-tp-lf .nfoot-tp-items {
  margin-right: 5.2vw;
}
.nfoot .nfoot-tp .nfoot-tp-lf .nfoot-tp-items p span {
  display: none;
}
.nfoot .nfoot-tp .nfoot-tp-lf .nfoot-tp-items p a {
  font-size: 22px;
  transition: all 0.5s;
  color: #ffffff;
  font-family: 'Noto Sans SC', sans-serif;
  font-weight: 800;
}
.nfoot .nfoot-tp .nfoot-tp-lf .nfoot-tp-items p a:hover {
  color: #d45d26;
}
.nfoot .nfoot-tp .nfoot-tp-lf .nfoot-tp-items ul {
  margin-top: 12px;
}
.nfoot .nfoot-tp .nfoot-tp-lf .nfoot-tp-items ul li a {
  transition: all 0.5s;
  font-size: 20px;
  font-family: 'Noto Sans SC', sans-serif;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.8);
}
.nfoot .nfoot-tp .nfoot-tp-lf .nfoot-tp-items ul li a:hover {
  color: #d45d26;
}
.nfoot .nfoot-tp .nfoot-tp-lf .nfoot-tp-items:last-child {
  margin-right: 0;
}
.nfoot .nfoot-tp .nfoot-tp-rt {
  position: relative;
  top: 4px;
}
.nfoot .nfoot-tp .nfoot-tp-rt .nfoot-lx-items {
  display: flex;
  align-items: center;
  margin-bottom: 27px;
}
.nfoot .nfoot-tp .nfoot-tp-rt .nfoot-lx-items .nfoot-ico {
  width: 40px;
}
.nfoot .nfoot-tp .nfoot-tp-rt .nfoot-lx-items .nfoot-lx {
  flex: 1;
  margin-left: 23px;
}
.nfoot .nfoot-tp .nfoot-tp-rt .nfoot-lx-items .nfoot-lx div:nth-child(1) {
  font-size: 14px;
  color: #ffffff;
  font-family: 'Noto Sans SC', sans-serif;
  font-weight: 300;
}
.nfoot .nfoot-tp .nfoot-tp-rt .nfoot-lx-items .nfoot-lx div:nth-child(2) {
  font-size: 20px;
  color: #ffffff;
  font-family: 'Noto Sans SC', sans-serif;
  font-weight: 400;
  margin-top: -3px;
}
.nfoot .nfoot-tp .nfoot-tp-rt .nfoot-lx-items:nth-child(1) .nfoot-lx div:nth-child(2) {
font-size: 20px;
    font-weight: 800;
    color: #ea5e23;
    line-height: 1.5;
    margin-top: 6px;
}
.nfoot .nfoot-tp .nfoot-tp-rt .nfoot-lx-items:last-child {
  margin-bottom: 0;
}
.nfoot .nfoot-bt {
  position: relative;
  z-index: 2;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 4%;
  padding-top: 2.7%;
}
.nfoot .nfoot-bt .container ul:nth-child(1) {
  display: flex;
  justify-content: flex-end;
}
.nfoot .nfoot-bt .container ul:nth-child(1) li {
  margin-left: 2.292vw;
  text-align: center;
}
.nfoot .nfoot-bt .container ul:nth-child(1) li div:nth-child(1) {
  font-size: 16px;
  font-family: 'Noto Sans SC', sans-serif;
  font-weight: 300;
  color: #ffffff;
}
.nfoot .nfoot-bt .container ul:nth-child(1) li div:nth-child(2) {
  width: 7.29vw;
  height: 7.29vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  margin-top: 6px;
}
.nfoot .nfoot-bt .container ul:nth-child(1) li div:nth-child(2) img {
  max-height: 100%;
}
.nfoot .nfoot-bt .container ul:nth-child(1) li:nth-child(1) {
  margin-left: 0;
}
.nfoot .nfoot-bt .container ul:nth-child(2) {
  display: flex;
  justify-content: center;
  margin-top: 6.2%;
  padding-bottom: 2.5%;
}
.nfoot .nfoot-bt .container ul:nth-child(2) li {
  margin-right: 2.76vw;
}
.nfoot .nfoot-bt .container ul:nth-child(2) li a {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.3);
  font-family: 'Noto Sans SC', sans-serif;
  font-weight: 300;
}
.nfoot .nfoot-bt .container ul:nth-child(2) li:last-child {
  margin-right: 0;
}
.i-crumb {
  border-bottom: 1px solid #999999;
  padding: 2.45% 0;
}
.i-crumb .container p,
.i-crumb .container a {
  font-size: 16px;
  transition: all 0.5s;
  letter-spacing: 1px;
  color: #343637;
  font-family: 'Noto Sans SC', sans-serif;
  font-weight: 500;
}
.i-crumb .container a {
  margin: 0 2px;
  font-weight: 400;
}
.i-crumb .container a:hover {
  color: #d45d26;
}
.sc-tz {
  margin-top: 75px;
}
.sc-tz ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 5.7%;
}
.sc-tz ul li {
  display: flex;
  align-items: flex-start;
  width: 46.5%;
  margin-bottom: 5.4%;
  transition: all 0.5s;
}
.sc-tz ul li .tubiao {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ededec;
  border-radius: 5px;
  border: solid 1px #999999;
  width: 6.25vw;
  height: 6.25vw;
  position: relative;
}
.sc-tz ul li .tubiao img {
  max-height: 70%;
  max-width: 72%;
  transition: all 0.5s;
}
.sc-tz ul li .tubiao::before {
  position: absolute;
  bottom: -1px;
  left: -1px;
  content: '';
  width: 0%;
  height: 0%;
  border-radius: 5px;
  border-left: 1px solid #d45d26;
  border-bottom: 1px solid #d45d26;
  transition: all 0.5s;
  opacity: 0;
}
.sc-tz ul li .tubiao::after {
  position: absolute;
  top: -1px;
  right: -1px;
  content: '';
  width: 0%;
  height: 0%;
  border-right: 1px solid #d45d26;
  border-top: 1px solid #d45d26;
  transition: all 0.5s;
  border-radius: 5px;
  opacity: 0;
}
.sc-tz ul li .sc-tz-nr {
  margin-left: 33px;
  flex: 1;
}
.sc-tz ul li .sc-tz-nr div:nth-child(1) {
  font-size: 1.458vw;
  line-height: 1.5;
  color: #343637;
  font-family: 'Noto Sans SC', sans-serif;
  font-weight: 500;
  transition: all 0.5s;
}
.sc-tz ul li .sc-tz-nr div:nth-child(2) {
  font-size: 18px;
  line-height: 1.5;
  color: #919296;
  font-family: 'Noto Sans SC', sans-serif;
  font-weight: 300;
  margin-top: 2.1%;
  transition: all 0.5s;
}
.sc-tz ul li:hover .tubiao img {
  transform: scale(0.9);
}
.sc-tz ul li:hover .tubiao::before {
  width: 100%;
  height: 100%;
  opacity: 1;
}
.sc-tz ul li:hover .tubiao::after {
  width: 100%;
  height: 100%;
  opacity: 1;
}
.sc-tz ul li:hover .sc-tz-nr div {
  color: #d45d26 !important;
}
.sc-bt {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sc-bt span {
  font-size: 3.125vw;
  letter-spacing: 1px;
  color: #343637;
  font-family: 'Noto Sans SC', sans-serif;
  font-weight: 700;
  margin: 0 25px;
}
.sc-bt img {
  max-width: 1.2vw;
  position: relative;
  top: 0.5vw;
}
.sc-yy {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  padding-top: 6.6%;
  padding-bottom: 8.5%;
  position: relative;
  margin-top: 3.15%;
}
.sc-yy .container {
  position: relative;
  z-index: 2;
}
.sc-yy .container h3 span {
  color: #ffffff;
}
.sc-yy .container div {
  text-align: center;
  font-size: 1.25vw;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #ffffff;
  margin: 0 auto;
  font-family: 'Noto Sans SC', sans-serif;
  font-weight: 300;
  width: 1275px;
  max-width: 100%;
  margin-top: 46px;
}
.sc-yy::after {
  width: 100%;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  content: '';
  background: rgba(0, 0, 0, 0.6);
}
.sc-yy-con {
  margin-top: 5.7%;
}
.sc-yy-con .sc-bt:nth-child(1){
    margin-top: 0;
}
.sc-yy-con .sc-bt{
    margin-bottom: 50px;
    margin-top: 55px;
}
.sc-yy-con .sc-bt img{
    max-width: 0.8vw;
    top: 0.2vw;
}
.sc-yy-con .sc-bt span{
    font-size: 1.9vw;
}
.sc-yy-con .row {
  margin-left: -1.52%;
  margin-right: -1.52%;
}
.sc-yy-con .row .sc-yy-items {
  padding: 0 1.52%;
  margin-bottom: 2%;
}
.sc-yy-con .row .sc-yy-items .sl{
    display: none;
}
.sc-yy-con .row .sc-yy-items .sc-yy-items-con {
  text-align: center;
  transition: all 0.5s;
  background: #ececeb;
  height: 100%;
}
.sc-yy-con .row .sc-yy-items .sc-yy-items-con a {
  display: block;
}
.sc-yy-con .row .sc-yy-items .sc-yy-items-con a:nth-child(1) {
  overflow: hidden;
}
.sc-yy-con .row .sc-yy-items .sc-yy-items-con a:nth-child(1) p {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 17.448vw;
  transition: all .8s;
}
.sc-yy-con .row .sc-yy-items .sc-yy-items-con a:nth-child(2) {
  font-size: 22px;
  letter-spacing: 1px;
  color: #343637;
  font-family: 'Noto Sans SC', sans-serif;
  font-weight: 600;
  transition: all 0.5s;
  padding: 16px 7%;
}
.sc-yy-con .row .sc-yy-items .sc-yy-items-con:hover a:nth-child(1) p{
    transform: scale(1.06);
}
.sc-yy-con .row .sc-yy-items .sc-yy-items-con:hover a:nth-child(2) {
  color: #d45d26;
}
.sc-yy-con .row .sc-yy-items:nth-child(2) {
  animation-delay: 0.2s;
}
.sc-yy-con .row .sc-yy-items:nth-child(3) {
  animation-delay: 0.4s;
}
.sc-ys {
  margin-top: 4.1%;
  margin-bottom: 8.5%;
}
.sc-ys .row {
  margin-left: -3.6%;
  margin-right: -3.6%;
  margin-top: 7.6%;
}
.sc-ys .row .sc-ys-items {
  padding: 0 3.6%;
  position: relative;
  flex: 1;
  max-width: initial;
}
.sc-ys .row .sc-ys-items .sc-ys-items-con {
  text-align: center;
  transition: all 0.5s;
}
.sc-ys .row .sc-ys-items .sc-ys-items-con div:nth-child(1) {
  height: 5.46875vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sc-ys .row .sc-ys-items .sc-ys-items-con div:nth-child(1) img {
  max-height: 100%;
  transition: all 0.5s;
}
.sc-ys .row .sc-ys-items .sc-ys-items-con div:nth-child(2) {
  font-size: 1.25vw;
  line-height: 1.125;
  color: #343637;
  font-family: 'Noto Sans SC', sans-serif;
  font-weight: 500;
  margin-top: 16%;
  transition: all 0.5s;
}
.sc-ys .row .sc-ys-items .sc-ys-items-con:hover {
  transform: translateY(-4px);
}
.sc-ys .row .sc-ys-items .sc-ys-items-con:hover div:nth-child(1) img {
  transform: scale(0.9);
}
.sc-ys .row .sc-ys-items .sc-ys-items-con:hover div:nth-child(2) {
  color: #d45d26;
}
.sc-ys .row .sc-ys-items::after {
  position: absolute;
  top: -4%;
  right: 0;
  content: '';
  width: 1px;
  height: 6.042vw;
  background-color: #dddddd;
}
.sc-ys .row .sc-ys-items:last-child::after {
  display: none;
}
.sc-ys .row .sc-ys-items:nth-child(2) {
  animation-delay: 0.2s;
}
.sc-ys .row .sc-ys-items:nth-child(3) {
  animation-delay: 0.4s;
}
.sc-ys .row .sc-ys-items:nth-child(4) {
  animation-delay: 0.6s;
}
.sc-ys .sc-ys-jl {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  border-radius: 20px;
  margin-top: 8.8%;
  padding: 0 5%;
  padding-top: 4.7%;
  overflow: hidden;
  position: relative;
  padding-bottom: 5%;
      min-height: 31vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.sc-ys .sc-ys-jl .sc-bt span{
    font-size: 2.4vw;
}
.sc-ys .sc-ys-jl .sc-bt{
    text-align: center;
}
.sc-ys .sc-ys-jl h3 span {
  color: #fff;
}
.sc-ys .sc-ys-jl h3 {
  position: relative;
  z-index: 2;
}
.sc-ys .sc-ys-jl ul {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 2;
  margin-top: 4.4%;
}
.sc-ys .sc-ys-jl ul li {
  margin: 0 4.6vw;
  text-align: center;
}
.sc-ys .sc-ys-jl ul li div:nth-child(1) {
  font-family: DIN-Light;
  font-size: 4.6875vw;
  color: #ffffff;
  line-height: normal;
}
.sc-ys .sc-ys-jl ul li div:nth-child(2) {
  font-size: 1.25vw;
  color: #ffffff;
  font-family: 'Noto Sans SC', sans-serif;
  margin-top: -0.8vw;
}
.sc-ys .sc-ys-jl .sc-ys-jl-nr {
  font-size: 1.1vw;
  line-height: 1.5;
  color: #ffffff;
  font-family: 'Noto Sans SC', sans-serif;
  font-weight: 300;
  position: relative;
  z-index: 2;
  text-align: center;
  margin-top: 1.55%;
}
.sc-ys .sc-ys-jl a {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 144px;
  height: 44px;
  border-radius: 8px;
  font-size: 17px;
  color: #ffffff;
  font-family: 'Noto Sans SC', sans-serif;
  font-weight: 300;
  transition: all 0.5s;
  background: #ea5e23;
  margin-top: 4%;
}
.sc-ys .sc-ys-jl a:hover {
  box-shadow: 1px 1px 10px #d45d26;
}
.sc-ys .sc-ys-jl::after {
  width: 100%;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  content: '';
  background: rgba(0, 0, 0, 0.5);
}
.l-container {
  max-width: 68.3%;
  margin: 0 auto;
}
.l-form {
  position: relative;
  height: calc(100vh - 186px);
  overflow: hidden;
}
.l-form .l-form-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 41%;
  height: 100%;
}
.l-form .l-form-bg div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
}
.l-form .l-container .l-form-con {
    margin: 0 auto;
    margin-right: 0;
    width: 58.3%;
    padding-top: 6vh;
    padding-bottom: 3vh;
    position: relative;
    left: 12px;
}
.l-form .l-container .l-form-con form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 5vh;
}
.l-form .l-container .l-form-con form .l-form-items {
  border-bottom: 1px solid #e5e5e5;
  width: 48%;
  margin-bottom: 3.5vh;
  position: relative;
}
.l-form .l-container .l-form-con form .l-yzm{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.l-form .l-container .l-form-con form .l-yzm div{
    padding-bottom: 15px;
}
.l-form .l-container .l-form-con form .l-form-items ul {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  width: 100%;
  border: 1px solid #e0e0e0;
  z-index: 2;
  padding: 10px 0;
  display: none;
  max-height: 247px;
  overflow: auto;
}
.l-form .l-container .l-form-con form .l-form-items ul li {
  font-size: 1.89vh;
  font-family: 'Noto Sans SC', sans-serif;
  color: #cfcfcf;
  padding: 3px 13px;
  transition: all 0.5s;
  cursor: pointer;
}
.l-form .l-container .l-form-con form .l-form-items ul li:hover {
  background-color: #ea5e23;
  color: #fff;
}
.l-form .l-container .l-form-con form .l-form-items .l-form-input {
  display: block;
  width: 100%;
  font-size: 1.89vh;
  font-family: 'Noto Sans SC', sans-serif;
  padding-bottom: 2.5vh;
  color: #333;
  line-height: initial;
}
.l-form .l-container .l-form-con form .l-form-items ::-webkit-input-placeholder {
  color: #cfcfcf;
}
.l-form .l-container .l-form-con form .l-form-items :-moz-placeholder {
  color: #cfcfcf;
}
.l-form .l-container .l-form-con form .l-form-items ::-moz-placeholder {
  color: #cfcfcf;
}
.l-form .l-container .l-form-con form .l-form-items :-ms-input-placeholder {
  color: #cfcfcf;
}
.l-form .l-container .l-form-con form .l-form-items ::-ms-input-placeholder {
  color: #cfcfcf;
}
.l-form .l-container .l-form-con form .l-form-items.xz .l-form-input {
  background: url(../nimages/xl.png) no-repeat;
  background-size: 18px;
  background-position: 100% 26%;
}
.l-form .l-container .l-form-con form .l-form-items:nth-child(7),
.l-form .l-container .l-form-con form .l-form-items:nth-child(8),
.l-form .l-container .l-form-con form .l-form-items:nth-child(9) {
  width: 100%;
}
.l-form .l-container .l-form-con form .l-form-items:nth-child(9) {
  margin: 0;
  border: none;
}
.l-form .l-container .l-form-con form .l-form-items:nth-child(9) button {
  width: 120px;
  height: 50px;
  background-color: #ea5e23;
  border-radius: 10px;
  font-size: 20px;
  color: #ffffff;
  font-family: 'Noto Sans SC', sans-serif;
  transition: all 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-form .l-container .l-form-con form .l-form-items:nth-child(9) button:hover {
  box-shadow: 1px 1px 10px #d45d26;
  transform: translateX(4px);
}
.l-bt {
  font-family: 'Noto Sans SC', sans-serif;
}
.l-bt h3 {
  font-size: 5.04vh;
  color: #333333;
  font-weight: 400;
}
.l-bt div {
  font-size: 20px;
  line-height: 1.8;
  color: #333333;
  margin-top: 2vh;
}
@font-face {
  font-family: HarmonyOS_Sans_SC;
  src: url('../font/HarmonyOS_Sans_SC_Regular.ttf');
}
@font-face {
  font-family: ArialMT;
  src: url('../font/ArialMT.ttf');
}
.l-lxwm {
  background: url(../nimages/lxwm-bg.jpg) no-repeat left bottom;
  background-size: cover;
  padding-top: 5.5%;
  padding-bottom: 9.5%;
}
.l-lxwm .l-container {
  display: flex;
  justify-content: space-between;
}
.l-lxwm .l-container .l-bt div {
  color: #999999;
}
.l-lxwm .l-container .l-lxwm-rt {
  width: 57.7%;
  position: relative;
  left: 3px;
  margin-top: 7px;
}
.l-lxwm .l-container .l-lxwm-rt .l-lxwm-items {
  padding: 4.6% 0;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #cccccc;
}
.l-lxwm .l-container .l-lxwm-rt .l-lxwm-items .icon {
  width: 26px;
}
.l-lxwm .l-container .l-lxwm-rt .l-lxwm-items .nr {
  flex: 1;
  text-align: right;
  font-family: HarmonyOS_Sans_SC;
  font-size: 1.5625vw;
  line-height: 1.5;
  color: #333333;
}
.l-lxwm .l-container .l-lxwm-rt .l-lxwm-items .nr img {
  display: block;
  margin: 0 auto;
  margin-right: 0;
  width: 110px;
  margin-top: 11px;
}
.l-lxwm .l-container .l-lxwm-rt .l-lxwm-items:nth-child(3),
.l-lxwm .l-container .l-lxwm-rt .l-lxwm-items:nth-child(4) {
  padding: 4.8% 0;
}
.l-lxwm .l-container .l-lxwm-rt .l-lxwm-items:nth-child(3) .nr,
.l-lxwm .l-container .l-lxwm-rt .l-lxwm-items:nth-child(4) .nr {
  font-family: 'Noto Sans SC', sans-serif;
  font-size: 1.25vw;
}
.l-lxwm .l-container .l-lxwm-rt .l-lxwm-items:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.l-lxwm .l-container .l-lxwm-rt .l-lxwm-items:nth-child(4) {
  align-items: flex-start;
}
.l-lxwm .l-container .l-lxwm-rt .l-lxwm-items:nth-child(4) .icon {
  position: relative;
  top: 0.3vw;
}
.dc-xwhd {
  margin-top: 73px;
}
.dc-xwhd .dc-xwhd-lb {
  display: flex;
  justify-content: space-between;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
  margin-top: 40px;
}
.dc-xwhd .dc-xwhd-lb .dc-xwhd-lb-lf {
  width: 50.12%;
}
.dc-xwhd .dc-xwhd-lb .dc-xwhd-lb-lf .xwtp-swiper .swiper-wrapper .swiper-slide a {
  display: block;
  overflow: hidden;
}
.dc-xwhd .dc-xwhd-lb .dc-xwhd-lb-lf .xwtp-swiper .swiper-wrapper .swiper-slide a p {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 23.4375vw;
  transition: all 0.8s;
}
.dc-xwhd .dc-xwhd-lb .dc-xwhd-lb-lf .xwtp-swiper .swiper-wrapper .swiper-slide a:hover p {
  transform: scale(1.04);
}
.dc-xwhd .dc-xwhd-lb .dc-xwhd-lb-rt {
  width: 45.65%;
  padding-right: 5%;
  padding-top: 4%;
  position: relative;
}
.dc-xwhd .dc-xwhd-lb .dc-xwhd-lb-rt .dc-xwhd-dh {
  position: absolute;
  right: 12%;
  bottom: 8.4%;
  display: flex;
}
.dc-xwhd .dc-xwhd-lb .dc-xwhd-lb-rt .dc-xwhd-dh .xw-prev,
.dc-xwhd .dc-xwhd-lb .dc-xwhd-lb-rt .dc-xwhd-dh .xw-next {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  top: 0%;
  height: 50px;
  transition: all 0.4s;
  overflow: hidden;
  background: none;
  background-color: #ededec;
  position: relative;
  border-radius: 100%;
  opacity: 1;
  margin: 0;
}
.dc-xwhd .dc-xwhd-lb .dc-xwhd-lb-rt .dc-xwhd-dh .xw-prev img,
.dc-xwhd .dc-xwhd-lb .dc-xwhd-lb-rt .dc-xwhd-dh .xw-next img {
  max-width: 24.4%;
}
.dc-xwhd .dc-xwhd-lb .dc-xwhd-lb-rt .dc-xwhd-dh .xw-prev {
  left: 0%;
}
.dc-xwhd .dc-xwhd-lb .dc-xwhd-lb-rt .dc-xwhd-dh .xw-prev img:nth-child(1) {
  transition: all 0.4s;
  left: 0;
  position: relative;
}
.dc-xwhd .dc-xwhd-lb .dc-xwhd-lb-rt .dc-xwhd-dh .xw-prev img:nth-child(2) {
  position: absolute;
  left: 100%;
  transition: all 0.4s;
}
.dc-xwhd .dc-xwhd-lb .dc-xwhd-lb-rt .dc-xwhd-dh .xw-prev:hover {
  background-color: #ea5e23;
  box-shadow: 1px 1px 10px #ea5e23;
}
.dc-xwhd .dc-xwhd-lb .dc-xwhd-lb-rt .dc-xwhd-dh .xw-prev:hover img:nth-child(1) {
  position: relative;
  left: -100%;
}
.dc-xwhd .dc-xwhd-lb .dc-xwhd-lb-rt .dc-xwhd-dh .xw-prev:hover img:nth-child(2) {
  left: 40%;
}
.dc-xwhd .dc-xwhd-lb .dc-xwhd-lb-rt .dc-xwhd-dh .xw-next:hover {
  background-color: #ea5e23;
  box-shadow: 1px 1px 10px #ea5e23;
}
.dc-xwhd .dc-xwhd-lb .dc-xwhd-lb-rt .dc-xwhd-dh .xw-next:hover img:nth-child(1) {
  left: 100%;
}
.dc-xwhd .dc-xwhd-lb .dc-xwhd-lb-rt .dc-xwhd-dh .xw-next:hover img:nth-child(2) {
  left: 40%;
}
.dc-xwhd .dc-xwhd-lb .dc-xwhd-lb-rt .dc-xwhd-dh .xw-next {
  right: 0%;
  margin-left: 18px;
}
.dc-xwhd .dc-xwhd-lb .dc-xwhd-lb-rt .dc-xwhd-dh .xw-next img:nth-child(1) {
  transition: all 0.4s;
  position: relative;
  left: 0;
}
.dc-xwhd .dc-xwhd-lb .dc-xwhd-lb-rt .dc-xwhd-dh .xw-next img:nth-child(2) {
  position: absolute;
  left: -100%;
  transition: all 0.4s;
}
.dc-xwhd .dc-xwhd-lb .dc-xwhd-lb-rt .dc-xwhd-dh .xw-prev:after {
  display: none;
}
.dc-xwhd .dc-xwhd-lb .dc-xwhd-lb-rt .dc-xwhd-dh .xw-next:after {
  display: none;
}
.dc-xwhd .dc-xwhd-lb .dc-xwhd-lb-rt .xwnr-swiper {
  position: relative;
  z-index: 2;
}
.dc-xwhd .dc-xwhd-lb .dc-xwhd-lb-rt .xwnr-swiper .swiper-wrapper .swiper-slide p {
  font-family: Arial-BoldMT;
  font-size: 16px;
  color: #ea5e23;
}
.dc-xwhd .dc-xwhd-lb .dc-xwhd-lb-rt .xwnr-swiper .swiper-wrapper .swiper-slide a:nth-child(2) {
  font-size: 1.25vw;
  color: #333333;
  font-family: 'Noto Sans SC', sans-serif;
  font-weight: 600;
  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;
  line-height: 1.2;
  margin-top: 8px;
  margin-bottom: 4.2%;
  transition: all 0.5s;
}
.dc-xwhd .dc-xwhd-lb .dc-xwhd-lb-rt .xwnr-swiper .swiper-wrapper .swiper-slide a:nth-child(3) {
  font-size: 16px;
  line-height: 1.5;
  color: #999999;
  font-family: 'Noto Sans SC', sans-serif;
  font-weight: 300;
  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;
  margin-bottom: 12%;
  transition: all 0.5s;
}
.dc-xwhd .dc-xwhd-lb .dc-xwhd-lb-rt .xwnr-swiper .swiper-wrapper .swiper-slide a:nth-child(4) {
  width: 126px;
  height: 40px;
  border-radius: 5px;
  border: solid 1px #ea5e23;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #ea5e23;
  font-family: 'Noto Sans SC', sans-serif;
  font-weight: 400;
  transition: all 0.5s;
}
.dc-xwhd .dc-xwhd-lb .dc-xwhd-lb-rt .xwnr-swiper .swiper-wrapper .swiper-slide a:nth-child(4):hover {
  background: #ea5e23;
  box-shadow: 1px 1px 10px #ea5e23;
  color: #fff;
  transform: translateX(4px);
}
.dc-xwhd .dc-xwhd-lb .dc-xwhd-lb-rt .xwnr-swiper .swiper-wrapper .swiper-slide:hover a:nth-child(2),
.dc-xwhd .dc-xwhd-lb .dc-xwhd-lb-rt .xwnr-swiper .swiper-wrapper .swiper-slide:hover a:nth-child(3) {
  color: #d45d26;
}
.dc-xwhd ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 58px;
}
.dc-xwhd ul li {
  display: flex;
  align-items: center;
  border-bottom: solid 1px #ededec;
  width: 47.61%;
  padding-bottom: 28px;
  margin-bottom: 23px;
}
.dc-xwhd ul li a {
  font-size: 1.25vw;
  color: #333333;
  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;
  font-family: 'Noto Sans SC', sans-serif;
  font-weight: 300;
  flex: 1;
  padding-right: 7%;
}
.dc-xwhd ul li p {
  font-family: ArialMT;
  font-size: 16px;
  color: #999999;
}
.dc-xwhd ul li:hover a {
  color: #d45d26;
}
.dc-bt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.dc-bt .dc-more {
  font-size: 18px;
  transition: all 0.5s;
  color: #ea5e23;
  font-family: 'Noto Sans SC', sans-serif;
  font-weight: 500;
}
.dc-bt ul {
  display: flex;
  position: absolute;
  left: 1.1vw;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
      width: fit-content;
    height: fit-content;
}
.dc-bt ul li {
  margin: 0 1.8229vw;
  cursor: pointer;
}
.dc-bt ul li a {
  font-size: 1.25vw;
  display: block;
  transition: all 0.5s;
  position: relative;
  color: #666666;
  padding: 6px 0;
}
.dc-bt ul li a::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 0;
  height: 1px;
  background-color: #919296;
  transition: all 0.5s;
}
.dc-bt ul li:hover a {
  color: #ea5e23;
}
.dc-bt ul li:hover a::after {
  background-color: #ea5e23;
  width: 3.75vw;
  opacity: 1;
}
.dc-bt ul .active a {
  color: #ea5e23;
  font-weight: 600;
}
.dc-bt ul .active a::after {
  background-color: #ea5e23;
  width: 3.75vw;
  opacity: 1;
}
.dc-al {
  background-color: #f3f3f3;
  margin-top: 77px;
  padding-top: 72px;
  padding-bottom: 43px;
}
.dc-al .container .dc-al-con {
  margin-top: 45px;
}
.dc-al .container .dc-al-con .dc-al-list {
  display: none;
}
.dc-al .container .dc-al-con .dc-al-list:nth-child(1) {
  display: block;
}
.dc-al-row {
  margin-left: -1.55%;
  margin-right: -1.55%;
}
.dc-al-row .dc-al-items {
  padding: 0 1.55%;
}
.dc-al-row .dc-al-items .dc-al-items-con .dc-al-sp {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.dc-al-row .dc-al-items .dc-al-items-con .dc-al-sp div:nth-child(1) {
  position: relative;
  transition: all 0.5s;
}
.dc-al-row .dc-al-items .dc-al-items-con .dc-al-sp div:nth-child(1) p {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 14.583vw;
}
.dc-al-row .dc-al-items .dc-al-items-con .dc-al-sp div:nth-child(1) img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.5s;
  cursor: pointer;
}
.dc-al-row .dc-al-items .dc-al-items-con .dc-al-sp div:nth-child(1).xs {
  opacity: 0;
  visibility: hidden;
}
.dc-al-row .dc-al-items .dc-al-items-con .dc-al-sp div:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
}
.dc-al-row .dc-al-items .dc-al-items-con .dc-al-sp div:nth-child(2) video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.dc-al-row .dc-al-items .dc-al-items-con .dc-al-sp div:nth-child(2).cx {
  opacity: 1;
  visibility: visible;
}
.dc-al-row .dc-al-items .dc-al-items-con .dc-al-bt {
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
  color: #333333;
  font-family: 'Noto Sans SC', sans-serif;
  margin-top: 21px;
  transition: all 0.5s;
  padding-bottom: 29px;
}
.dc-al-row .dc-al-items .dc-al-items-con:hover .dc-al-bt {
  color: #d45d26;
}
.dc-al-row .dc-al-items .dc-al-items-con:hover .dc-al-sp div:nth-child(1) img {
  transform: rotateZ(360deg) scale(0.9);
}
.dc-fa {
  margin-top: 80px;
  margin-bottom: 5.8%;
}
.dc-fa .dc-fa-con {
  margin-top: 45px;
}
.dc-fa .dc-fa-con .dc-fa-list {
  display: none;
}
.dc-fa .dc-fa-con .dc-fa-list:nth-child(1) {
  display: block;
}
.hfa-row {
  margin-left: -1.25%;
  margin-right: -1.25%;
}
.hfa-row .dc-fa-items {
  padding: 0 1.25%;
}
.hfa-row .dc-fa-items .dc-fa-items-con a:nth-child(1) {
  overflow: hidden;
  display: block;
  border-radius: 10px;
}
.hfa-row .dc-fa-items .dc-fa-items-con a:nth-child(1) p {
  transition: all 0.8s;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 22.92vw;
}
.hfa-row .dc-fa-items .dc-fa-items-con a:nth-child(2) {
  text-align: center;
  font-size: 18px;
  line-height: 1.3;
  color: #333333;
  transition: all 0.5s;
  font-family: 'Noto Sans SC', sans-serif;
  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;
  margin-top: 16px;
}
.hfa-row .dc-fa-items .dc-fa-items-con:hover a:nth-child(1) p {
  transform: scale(1.04);
}
.hfa-row .dc-fa-items .dc-fa-items-con:hover a:nth-child(2) {
  color: #d45d26;
}
.i-nav {
  border-bottom: 1px solid #cccccc;
}
.i-nav .container ul {
  display: flex;
  justify-content: center;
}
.i-nav .container ul li {
  margin: 0 3.541vw;
}
.i-nav .container ul li a {
  display: block;
  transition: all 0.5s;
  font-size: 1.25vw;
  color: #333333;
  position: relative;
  padding: 2vw 0;
  font-family: 'Noto Sans SC', sans-serif;
  font-weight: 300;
}
.i-nav .container ul li a::after {
  position: absolute;
  content: '';
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 0%;
  height: 4px;
  background-color: #ea5e23;
  transition: all 0.5s;
  opacity: 0;
}
.i-nav .container ul li:hover a {
  color: #ea5e23;
}
.i-nav .container ul li:hover a::after {
  width: 100%;
  opacity: 1;
}
.i-nav .container ul .active a {
  color: #ea5e23;
  font-weight: 600;
}
.i-nav .container ul .active a::after {
  width: 100%;
  opacity: 1;
}
.xhd-con {
  margin-top: 65px;
  margin-bottom: 6.1%;
}
.xhd-con .xhd-items {
  display: flex;
  align-items: center;
  transition: all 0.5s;
  border-radius: 20px;
  padding: 3.8% 4.1% 3.8% 3.8%;
  border-bottom: 1px solid #dddddd;
}
.xhd-con .xhd-items .xhd-lf {
  flex: 1;
  padding-right: 6.61vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.xhd-con .xhd-items .xhd-lf .xhd-thumb {
  border-radius: 10px;
  overflow: hidden;
  width: 44.75%;
}
.xhd-con .xhd-items .xhd-lf .xhd-thumb p {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 16.1458vw;
  transition: all 0.8s;
}
.xhd-con .xhd-items .xhd-lf div {
  font-family: 'Noto Sans SC', sans-serif;
  width: 51.2%;
}
.xhd-con .xhd-items .xhd-lf div a:nth-child(1) {
  font-size: 1.25vw;
  transition: all 0.5s;
  line-height: 1.08;
  color: #333333;
  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;
  font-weight: 600;
}
.xhd-con .xhd-items .xhd-lf div a:nth-child(2) {
  font-size: 16px;
  line-height: 1.625;
  color: #999999;
  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;
  font-weight: 300;
  margin-top: 5%;
  margin-bottom: 8%;
}
.xhd-con .xhd-items .xhd-lf div a:nth-child(3) {
  display: block;
  width: fit-content;
  overflow: hidden;
  position: relative;
  line-height: 0;
}
.xhd-con .xhd-items .xhd-lf div a:nth-child(3) img {
  transition: all 0.5s;
  position: relative;
  left: 0;
}
.xhd-con .xhd-items .xhd-lf div a:nth-child(3) img:nth-child(2) {
  position: absolute;
  left: -100%;
  top: 0;
}
.xhd-con .xhd-items .xhd-rt {
  text-align: center;
  background-color: #ededec;
  border-radius: 20px;
  transition: all 0.5s;
  font-family: "Impact", "Haettenschweiler", "Franklin Gothic Bold", "Arial Black", sans-serif;
  line-height: normal;
  padding: 1.13vw 2.52vw;
  position: relative;
  overflow: hidden;
}
.xhd-con .xhd-items .xhd-rt p {
  transition: all 0.5s;
  position: relative;
  z-index: 2;
}
.xhd-con .xhd-items .xhd-rt p:nth-child(1) {
  font-size: 4.6875vw;
  color: #919296;
}
.xhd-con .xhd-items .xhd-rt p:nth-child(2) {
  font-size: 1.1458vw;
  color: #919296;
}
.xhd-con .xhd-items .xhd-rt::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  content: '';
  background-color: #ea5e23;
  width: 100%;
  height: 0%;
  transition: all 0.6s;
  opacity: 0;
}
.xhd-con .xhd-items:hover {
  box-shadow: 0px 0px 20px 0px rgba(182, 182, 182, 0.35);
  border-bottom: 1px solid rgba(182, 182, 182, 0.1);
}
.xhd-con .xhd-items:hover .xhd-lf .xhd-thumb p {
  transform: scale(1.06);
}
.xhd-con .xhd-items:hover .xhd-lf div a:nth-child(1),
.xhd-con .xhd-items:hover .xhd-lf div a:nth-child(2) {
  color: #d45d26;
}
.xhd-con .xhd-items:hover .xhd-lf div a:nth-child(3) img:nth-child(2) {
  left: 0;
}
.xhd-con .xhd-items:hover .xhd-lf div a:nth-child(3) img:nth-child(1) {
  left: 100%;
}
.xhd-con .xhd-items:hover .xhd-rt p {
  color: #fff;
}
.xhd-con .xhd-items:hover .xhd-rt::after {
  height: 100%;
  opacity: 1;
}
.xhd-con .xhd-items:nth-last-child(2) {
  margin-bottom: 5.5%;
}
.pagination {
  display: flex;
  justify-content: center;
}
.pagination li {
  margin: 0 5px;
  background-color: #f2f2f2;
  border-radius: 10px;
  transition: all 0.5s;
}
.pagination li a {
  display: block;
  transition: all 0.5s;
  font-size: 16px;
  color: #333333;
  font-family: 'Nunito', sans-serif;
  font-weight: 300;
  padding: 4.25px 15px;
}
.pagination li:hover {
  background-color: #ea5e23;
}
.pagination li:hover a {
  color: #fff;
}
.pagination li:hover a img:nth-child(1) {
  opacity: 0;
}
.pagination li:hover a img:nth-child(2) {
  opacity: 1;
}
.pagination .syy a {
  position: relative;
}
.pagination .syy a img {
  transition: all 0.5s;
}
.pagination .syy a img:nth-child(2) {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  opacity: 0;
}
.hal-con {
  margin-top: 46px;
  margin-bottom: 6%;
}
.hal-con .dc-al-row {
  margin-top: 45px;
  margin-bottom: 22px;
}
.hal-con .dc-al-row .dc-al-items {
  margin-bottom: 50px;
}
.hal-con .dc-al-row .dc-al-items .dc-al-items-con {
  background-color: #ededec;
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
}
.hal-con .dc-al-row .dc-al-items .dc-al-items-con .dc-al-sp {
  border-radius: 0;
}
.hal-con .dc-al-row .dc-al-items .dc-al-items-con .dc-al-bt {
  font-size: 1.25vw;
  line-height: 1.5;
  margin-top: 6%;
  padding: 0 7%;
  padding-bottom: 6.7%;
}
.hal-ul {
  display: flex;
  justify-content: center;
}
.hal-ul li {
  margin: 0 25px;
}
.hal-ul li a {
  display: block;
  text-align: center;
  background-color: #ededec;
  border-radius: 10px;
  min-width: 140px;
  font-size: 1.25vw;
  color: #919296;
  font-family: 'Nunito', sans-serif;
  padding: 5px 10px;
  transition: all 0.5s;
}
.hal-ul li:hover a {
  background-color: #ea5e23;
  color: #fff;
}
.hal-ul .active a {
  background-color: #ea5e23;
  color: #fff;
  font-weight: 600;
}
.hfa-con {
  margin-top: 44px;
  margin-bottom: 5%;
}
.hfa-con .hfa-row {
  margin-top: 45px;
  margin-bottom: 2.8%;
}
.hfa-con .dc-fa-items {
  margin-bottom: 40px;
}
.hfa-con .dc-fa-items .dc-fa-items-con a:nth-child(1) {
  border-radius: 0;
}
.hfa-con .dc-fa-items .dc-fa-items-con {
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
  background-color: #ededec;
  padding-bottom: 25px;
  transition: all 0.5s;
}
.hfa-con .dc-fa-items .dc-fa-items-con a:nth-child(2) {
  margin-top: 26px;
  padding: 0 23px;
}
.hfa-con .dc-fa-items-con:hover {
  background-color: #ea5e23;
}
.hfa-con .dc-fa-items-con:hover a:nth-child(2) {
  color: #fff !important;
}
.x-crumb {
  background-color: #ededec;
  padding: 16px 0;
}
.x-crumb .container {
  font-family: 'Noto Sans SC', sans-serif;
}
.x-crumb .container p {
  font-weight: 600;
}
.x-crumb .container p,
.x-crumb .container a {
  transition: all 0.5s;
  font-size: 16px;
  letter-spacing: 1px;
  color: #343637;
}
.x-crumb .container a {
  font-weight: 400;
}
.x-crumb .container a:hover {
  color: #d45d26;
}
.xshow-con {
  display: flex;
  justify-content: space-between;
  font-family: 'Noto Sans SC', sans-serif;
  margin-top: 40px;
  margin-bottom: 69px;
}
.xshow-con .xshow-con-lf {
  width: 69%;
}
.xshow-con .xshow-con-lf .xshow-bt {
  font-size: 1.875vw;
  color: #333333;
  font-weight: 600;
  line-height: 1.3;
}
.xshow-con .xshow-con-lf .xshow-sj {
  margin-top: 17px;
  display: flex;
  flex-wrap: wrap;
}
.xshow-con .xshow-con-lf .xshow-sj li {
  font-size: 16px;
  color: #919296;
  margin-right: 3.3854vw;
}
.xshow-con .xshow-con-lf .xshow-sj li:last-child {
  margin-right: 0;
}
.xshow-con .xshow-con-lf .xshow-zy {
  background-color: #ededec;
  border-radius: 5px;
  font-size: 14px;
  line-height: 21px;
  color: #919296;
  padding: 14px 7px 16px 17px;
  margin-top: 26px;
}
.xshow-con .xshow-con-lf .xshow-content {
  font-size: 16px;
  line-height: 24px;
  margin-top: 60px;
  color: #333333;
  font-weight: 500;
}
.xshow-con .xshow-con-lf .xshow-content img{
    /*width: 100%;*/
}
.xshow-con .xshow-con-lf .xshow-dh {
  font-weight: 400;
  margin-top: 49px;
}
.xshow-con .xshow-con-lf .xshow-dh p {
  margin-bottom: 10px;
}
.xshow-con .xshow-con-lf .xshow-dh p,
.xshow-con .xshow-con-lf .xshow-dh a {
  font-size: 16px;
  line-height: 1.5;
  color: #999999;
  transition: all 0.5s;
}
.xshow-con .xshow-con-lf .xshow-dh a:hover {
  color: #ea5e23;
}
.xshow-con .xshow-con-rt {
  width: 22.57%;
  margin-top: 18px;
}
.xshow-con .xshow-con-rt h4 {
  font-size: 1.5625vw;
  color: #ea5e23;
  font-weight: 600;
}
.xshow-con .xshow-con-rt .xshow-xgal .dc-al-row {
  margin-top: 23px;
}
.xshow-con .xshow-con-rt .xshow-xgal .dc-al-row .dc-al-items {
  margin-bottom: 28px;
}
.xshow-con .xshow-con-rt .xshow-xgal .dc-al-row .dc-al-items .dc-al-items-con .dc-al-sp div:nth-child(1) p {
  height: 10.53vw;
}
.xshow-con .xshow-con-rt .xshow-xgal .dc-al-row .dc-al-items .dc-al-items-con .dc-al-sp {
  border-radius: 0;
}
.xshow-con .xshow-con-rt .xshow-xgal .dc-al-row .dc-al-items .dc-al-items-con {
  border-radius: 10px;
  overflow: hidden;
  background-color: #ededec;
  transition: all 0.5s;
}
.xshow-con .xshow-con-rt .xshow-xgal .dc-al-row .dc-al-items .dc-al-items-con .dc-al-bt {
  font-size: 16px;
  margin-top: 16px;
  padding: 0 15px;
  padding-bottom: 16px;
  font-weight: 500;
}
.xshow-con .xshow-con-rt .xshow-xgal .dc-al-row .dc-al-items .dc-al-items-con:hover {
  background-color: #ea5e23;
}
.xshow-con .xshow-con-rt .xshow-xgal .dc-al-row .dc-al-items .dc-al-items-con:hover .dc-al-bt {
  color: #fff !important;
}
.xshow-con .xshow-con-rt .xshow-xgal .dc-al-row .dc-al-items:last-child {
  margin-bottom: 0;
}
.xshow-con .xshow-con-rt .xshow-xgfa {
  margin-top: 37px;
}
.xshow-con .xshow-con-rt .xshow-xgfa .hfa-row {
  margin-top: 22px;
}
.xshow-con .xshow-con-rt .xshow-xgfa .hfa-row .dc-fa-items .dc-fa-items-con a:nth-child(1) {
  border-radius: 0;
}
.xshow-con .xshow-con-rt .xshow-xgfa .hfa-row .dc-fa-items .dc-fa-items-con {
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.5s;
  background-color: #ededec;
  padding-bottom: 18px;
}
.xshow-con .xshow-con-rt .xshow-xgfa .hfa-row .dc-fa-items {
  margin-bottom: 30px;
}
.xshow-con .xshow-con-rt .xshow-xgfa .hfa-row .dc-fa-items:last-child {
  margin-bottom: 0;
}
.xshow-con .xshow-con-rt .xshow-xgfa .hfa-row .dc-fa-items .dc-fa-items-con a:nth-child(1) p {
  height: 22.3vw;
}
.xshow-con .xshow-con-rt .xshow-xgfa .hfa-row .dc-fa-items .dc-fa-items-con a:nth-child(2) {
  font-size: 16px;
  margin-top: 18px;
  padding: 0 20px;
  font-weight: 500;
}
.xshow-con .xshow-con-rt .xshow-xgfa .hfa-row .dc-fa-items .dc-fa-items-con:hover {
  background-color: #ea5e23;
}
.xshow-con .xshow-con-rt .xshow-xgfa .hfa-row .dc-fa-items .dc-fa-items-con:hover a:nth-child(2) {
  color: #fff !important;
}
.fw-ban .gban-con .scban-lj {
  margin-top: 5.3%;
}
.fw-xs {
  margin-top: 80px;
}
.fw-xs .fw-xs-img {
  text-align: center;
  margin-top: 6.8%;
}
.fw-xs .fw-xs-box {
  font-family: 'Noto Sans SC', sans-serif;
  display: flex;
  margin-top: 7%;
  justify-content: space-between;
  position: relative;
}
.fw-xs .fw-xs-box .fw-xs-items {
  width: 40.1%;
}
.fw-xs .fw-xs-box .fw-xs-items .fw-xs-tp {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.fw-xs .fw-xs-box .fw-xs-items .fw-xs-tp .fw-xs-tp-bt {
  flex: 1;
}
.fw-xs .fw-xs-box .fw-xs-items .fw-xs-tp .fw-xs-tp-bt div:nth-child(1) {
  font-size: 20px;
  color: #999999;
}
.fw-xs .fw-xs-box .fw-xs-items .fw-xs-tp .fw-xs-tp-bt div:nth-child(2) {
  font-size: 1.875vw;
  line-height: 1.33;
  color: #333333;
  margin-top: 3px;
}
.fw-xs .fw-xs-box .fw-xs-items .fw-xs-tp .fw-xs-tp-tb {
  position: relative;
  max-width: 5.208vw;
  top: -0.2vw;
}
.fw-xs .fw-xs-box .fw-xs-items ul {
  margin-top: 18%;
}
.fw-xs .fw-xs-box .fw-xs-items ul li {
  border-bottom: 1px solid #dddddd;
  font-size: 20px;
  line-height: 1.5;
  color: #999999;
  padding-bottom: 26px;
  margin-bottom: 24px;
  transition: all 0.5s;
}
.fw-xs .fw-xs-box .fw-xs-items ul li:hover {
  color: #d45d26;
  transform: translateX(4px);
  border-bottom: 1px solid #d45d26;
}
.fw-xs .fw-xs-box .fw-xs-items ul li:last-child {
  margin-bottom: 0;
}
.fw-xs .fw-xs-box::before {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
  top: 50%;
  height: 100%;
  width: 2px;
  background-color: #dddddd;
}
.fw-bt {
  text-align: center;
}
.fw-bt .fw-ms {
  font-size: 20px;
  color: #999999;
  font-family: 'Noto Sans SC', sans-serif;
  margin-top: 16px;
}
.fw-rx {
  background-color: #f3f3f3;
  margin-top: 5.5%;
  padding: 6.3% 0;
}
.fw-rx .container {
  display: flex;
  justify-content: space-between;
}
.fw-rx .container .fw-rx-lf {
  width: 28%;
  padding-top: 1.1%;
}
.fw-rx .container .fw-rx-lf .fw-bt {
  text-align: left;
}
.fw-rx .container .fw-rx-lf .fw-bt .fw-ms {
  position: relative;
  padding-bottom: 33px;
}
.fw-rx .container .fw-rx-lf .fw-bt .fw-ms::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 40px;
  height: 3px;
  background-color: #d45d26;
}
.fw-rx .container .fw-rx-lf .fw-rx-dh {
  margin-top: 26.3%;
}
.fw-rx .container .fw-rx-lf .fw-rx-dh div:nth-child(2) {
  font-family: CenturyGothicbold;
  color: #d45d26;
  margin-top: 0.8vw;
}
.fw-rx .container .fw-rx-rt {
  border-radius: 10px;
  overflow: hidden;
  width: 68.907%;
}
.fw-wl {
  font-family: 'Noto Sans SC', sans-serif;
  margin-top: 4.7%;
}
.fw-wl .fw-wl-con {
  margin-top: 35px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 11px;
  position: relative;
}
.fw-wl .fw-wl-con .fw-wl-lf {
  width: 100% !important;
  position: relative;
  z-index: 3;
}
.fw-wl .fw-wl-con .fw-wl-lf .fw-wl-dw {
  position: absolute;
  white-space: nowrap;
}
.fw-wl .fw-wl-con .fw-wl-lf .fw-wl-dw img {
  max-width: inherit;
}
.fw-wl .fw-wl-con .fw-wl-lf .fw-wl-dw div,
.fw-wl .fw-wl-con .fw-wl-lf .fw-wl-dw img {
  position: absolute;
}
.fw-wl .fw-wl-con .fw-wl-lf .fw-wl-dw div:nth-child(1) {
  position: relative;
  width: 0.52vw;
  height: 0.52vw;
  background-color: #ea5e23;
  border-radius: 100%;
}
.fw-wl .fw-wl-con .fw-wl-lf .fw-wl-dw div:nth-child(3) {
  font-size: 16px;
  color: #333333;
  padding-left: 11px;
  font-weight: 600;
  transition: all 0.5s;
}
.fw-wl .fw-wl-con .fw-wl-lf .fw-wl-dw div:nth-child(3)::before {
  position: absolute;
  left: 0;
  top: 5.5px;
  content: '';
  width: 5px;
  height: 20px;
  background-color: #ea5e23;
}
.fw-wl .fw-wl-con .fw-wl-lf .fw-wl-dw div:nth-child(4) {
  width: 6.25vw;
  height: 6.25vw;
  border-radius: 100%;
  font-size: 1.458vw;
  line-height: 1.2;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-weight: 600;
  background: url(../nimages/ty.png) no-repeat;
  background-size: 100% 100%;
  transition: all 0.9s;
  opacity: 0;
  transform: scale(0);
}
.fw-wl .fw-wl-con .fw-wl-lf .fw-wl-dw div:nth-child(4).animated {
  opacity: 1;
  transform: scale(1);
}
.fw-wl .fw-wl-con .fw-wl-lf .fw-wl-dw:nth-child(2) {
    left: 14.7%;
    top: 17.85%;
}
.fw-wl .fw-wl-con .fw-wl-lf .fw-wl-dw:nth-child(2) img {
  left: -287%;
  width: 360%;
  top: -8%;
}
.fw-wl .fw-wl-con .fw-wl-lf .fw-wl-dw:nth-child(2) div:nth-child(4) {
  top: 1120%;
  left: -1000%;
}
.fw-wl .fw-wl-con .fw-wl-lf .fw-wl-dw:nth-child(2) div:nth-child(3) {
    left: 210%;
    top: -109%;
}
.fw-wl .fw-wl-con .fw-wl-lf .fw-wl-dw:nth-child(3) {
    left: 48.9%;
    top: 65.6%;
}
.fw-wl .fw-wl-con .fw-wl-lf .fw-wl-dw:nth-child(3) img {
  right: 0;
  width: 1130%;
  top: 39%;
}
.fw-wl .fw-wl-con .fw-wl-lf .fw-wl-dw:nth-child(3) div:nth-child(4) {
  top: -130%;
  right: 1079%;
  transition-delay: 0.2s;
}
.fw-wl .fw-wl-con .fw-wl-lf .fw-wl-dw:nth-child(3) div:nth-child(3) {
  left: -50%;
  top: 170%;
}
.fw-wl .fw-wl-con .fw-wl-lf .fw-wl-dw:nth-child(4) {
left: 55.7%;
    top: 36.3%;
}
.fw-wl .fw-wl-con .fw-wl-lf .fw-wl-dw:nth-child(4) img {
  left: 93%;
  width: 920%;
  top: 50%;
}
.fw-wl .fw-wl-con .fw-wl-lf .fw-wl-dw:nth-child(4) div:nth-child(4) {
  top: 150%;
  left: 890%;
  transition-delay: 0.4s;
}
.fw-wl .fw-wl-con .fw-wl-lf .fw-wl-dw:nth-child(4) div:nth-child(3) {
  left: 250%;
  top: -150%;
}
.fw-wl .fw-wl-con .fw-wl-lf .fw-wl-dw:hover div:nth-child(3) {
  color: #d45d26;
}

.fw-wl .fw-wl-con .fw-wl-lf .fw-wl-dian{
    position: absolute;
    white-space: nowrap;
    font-size: 0.83vw;
	color: #333333;
	transition: all .5s;
	opacity: 0;
}
.fw-wl .fw-wl-con .fw-wl-lf .fw-wl-dian.animated{
    opacity: 1;
}
.fw-wl .fw-wl-con .fw-wl-lf .fw-wl-dian div:nth-child(1){
   position: absolute;  
}
.fw-wl .fw-wl-con .fw-wl-lf .fw-wl-dian div:nth-child(2){
    width: 0.53vw;
	height: 0.53vw;
	background-color: #ea5e23;
	border-radius: 100%;
}
.fw-wl .fw-wl-con .fw-wl-lf .xia div:nth-child(1){
    top: 9px;
    left: 50%;
    transform: translateX(-50%);
}
.fw-wl .fw-wl-con .fw-wl-lf .you div:nth-child(1){
    top: 50%;
    left: calc(100% + 7px);
    transform: translateY(-50%);
}
.fw-wl .fw-wl-con .fw-wl-lf .fw-wl-dian:nth-child(5){
    top: 11.5%;
    left: 10.5%;
    transition-delay: 1.1s;
}
.fw-wl .fw-wl-con .fw-wl-lf .fw-wl-dian:nth-child(6){
    top: 10.5%;
    left: 15%;
    transition-delay: 1.2s;
}
.fw-wl .fw-wl-con .fw-wl-lf .fw-wl-dian:nth-child(7){
    top: 21.5%;
    left: 15.3%;
    transition-delay: 1.3s;
}
.fw-wl .fw-wl-con .fw-wl-lf .fw-wl-dian:nth-child(8){
    top: 27%;
    left: 18.87%;
    transition-delay: 1.8s;
}
.fw-wl .fw-wl-con .fw-wl-lf .fw-wl-dian:nth-child(9){
    top: 40%;
    left: 38%;
    transition-delay: 1.5s;
}
.fw-wl .fw-wl-con .fw-wl-lf .fw-wl-dian:nth-child(10){
    top: 52.85%;
    left: 48.2%;
    transition-delay: 1.1s;
}
.fw-wl .fw-wl-con .fw-wl-lf .fw-wl-dian:nth-child(11){
    top: 63.2%;
    left: 48.6%;
    transition-delay: 1.9s;
}
.fw-wl .fw-wl-con .fw-wl-lf .fw-wl-dian:nth-child(12){
    top: 46.5%;
    left: 50%;
    transition-delay: 1.1s;
}
.fw-wl .fw-wl-con .fw-wl-lf .fw-wl-dian:nth-child(13){
    top: 74.8%;
    left: 52.2%;
    transition-delay: 1.5s;
}
.fw-wl .fw-wl-con .fw-wl-lf .fw-wl-dian:nth-child(14){
    top: 53%;
    left: 56.2%;
    transition-delay: 1.7s;
}
.fw-wl .fw-wl-con .fw-wl-lf .fw-wl-dian:nth-child(15){
    top: 20%;
    transition-delay: 1.8s;
    left: 86.2%;
}
.fw-wl .fw-wl-con .fw-wl-lf .fw-wl-dian:nth-child(16){
    top: 62%;
    left: 95%;
    transition-delay: 1.1s;
}
.fw-wl .fw-wl-rt {
    position: absolute;
    top: 2.864vw;
    width: 100%;
    left: 0;
    right: 0;
}
.fw-wl .fw-wl-rt ul{
    width: 18.73%;
    margin: 0 auto;
    margin-right: 0;
    position: relative;
    z-index: 4;
    left: -5%;
}
.fw-wl .fw-wl-rt ul li {
  border-top: 1px solid rgba(51,51,51,.3);
  padding-top: 7px;
  padding-bottom: 16.8%;
}
.fw-wl .fw-wl-rt ul li .fw-wl-tp {
  display: flex;
  justify-content: space-between;
}
.fw-wl .fw-wl-rt ul li .fw-wl-tp div:nth-child(1) {
  display: flex;
  align-items: flex-start;
  line-height: normal;
}
.fw-wl .fw-wl-rt ul li .fw-wl-tp div:nth-child(1) p:nth-child(1) {
  font-family: CenturyGothicbold;
  font-size: 2.5vw;
  color: #ea5e23;
}
.fw-wl .fw-wl-rt ul li .fw-wl-tp div:nth-child(1) p:nth-child(2) {
  font-size: 16px;
  font-weight: 600;
  color: #ea5e23;
  position: relative;
  top: 0.6vw;
  margin-left: 12px;
}
.fw-wl .fw-wl-rt ul li .fw-wl-tp div:nth-child(2) {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  position: relative;
  top: 0.4vw;
  font-weight: 500;
}
.fw-wl .fw-wl-rt ul li .fw-wl-bt {
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  opacity: 0.5;
  margin-top: 2px;
}
.fw-wl .fw-wl-rt ul li:nth-child(1) {
  animation-delay: 1.2s;
}
.fw-wl .fw-wl-rt ul li:nth-child(1) .fw-wl-tp div:nth-child(1) p:nth-child(2) {
  font-size: 24px;
  top: 0.3vw;
}
.fw-wl .fw-wl-rt ul li:nth-child(2) {
  animation-delay: 1.4s;
}
.fw-wl .fw-wl-rt ul li:nth-child(3) {
  animation-delay: 1.6s;
  padding-bottom: 17.6%;
}
.fw-wl .fw-wl-rt ul li:nth-child(4) {
  animation-delay: 1.8s;
}
.fw-wl .fw-wl-rt ul li:last-child {
  padding-bottom: 0;
}
.fw-zx {
  background-color: #f3f3f3;
  margin-top: 6.4%;
  padding-top: 80px;
  padding-bottom: 6.7%;
  font-family: 'Noto Sans SC', sans-serif;
}
.fw-zx form {
  background-color: #ffffff;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
  justify-content: space-between;
  padding: 40px 6.85% 59px 6.85%;
}
.fw-zx form .fw-zx-items {
  width: 48%;
  margin-bottom: 17px;
}
.fw-zx form .fw-zx-items .fw-zx-bt {
  font-size: 22px;
  color: #333;
}
.fw-zx form .fw-zx-items .fw-zx-bt span {
  color: #d45d26;
}
.fw-zx form .fw-zx-items .fw-zx-input {
  margin-top: 10px;
}
.fw-zx form .fw-zx-items .fw-zx-input input,
.fw-zx form .fw-zx-items .fw-zx-input textarea {
  display: block;
  border-radius: 5px;
  width: 100%;
  border: solid 1px #dddddd;
  color: #000;
  font-size: 16px;
  font-weight: 300;
  padding: 15px 22px;
}
.fw-zx form .fw-zx-items .fw-zx-input textarea {
  min-height: 120px;
}
.fw-zx form .fw-zx-items .fw-zx-input ::-webkit-input-placeholder {
  color: #aaaaaa;
}
.fw-zx form .fw-zx-items .fw-zx-input :-moz-placeholder {
  color: #aaaaaa;
}
.fw-zx form .fw-zx-items .fw-zx-input ::-moz-placeholder {
  color: #aaaaaa;
}
.fw-zx form .fw-zx-items .fw-zx-input :-ms-input-placeholder {
  color: #aaaaaa;
}
.fw-zx form .fw-zx-items .fw-zx-input ::-ms-input-placeholder {
  color: #aaaaaa;
}
.fw-zx form .fw-zx-items .fw-zx-check {
  display: flex;
  font-size: 18px;
  font-weight: 400;
  margin-top: 11px;
  color: #333333;
}
.fw-zx form .fw-zx-items .fw-zx-check label {
  display: flex;
  margin-right: 46px;
  align-items: center;
}
.fw-zx form .fw-zx-items .fw-zx-check label input {
  width: 20px;
  height: 20px;
  position: relative;
}
.fw-zx form .fw-zx-items .fw-zx-check label input::after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  content: '';
  border: solid 1px #dddddd;
}
.fw-zx form .fw-zx-items .fw-zx-check label span {
  margin-left: 9px;
}
.fw-zx form .all {
  width: 100%;
}
.fw-zx form .fw-zx-items:last-child {
  margin-bottom: 0;
}
.fw-zx form .fw-zx-items:nth-child(1) {
  margin-bottom: 13px;
}
.fw-zx form .fw-zx-button {
  display: flex;
  margin-top: 30px;
  justify-content: center;
}
.fw-zx form .fw-zx-button button,
.fw-zx form .fw-zx-button input {
  width: 150px;
  height: 60px;
  background-color: #919296;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: #ffffff;
  outline: none;
  margin-right: 20px;
  transition: all 0.5s;
}
.fw-zx form .fw-zx-button button {
  background-color: #d45d26;
}
.fw-zx form .fw-zx-button button:hover {
  box-shadow: 1px 1px 10px #d45d26;
  transform: translateY(-4px) translateX(2px);
}
.fw-zx form .fw-zx-button input:hover {
  background-color: #000;
  box-shadow: 1px 1px 10px #000;
  transform: translateY(-4px) translateX(2px);
}
.c-con {
  height: 100vh;
  display: flex;
  font-family: 'Noto Sans SC', sans-serif;
  overflow: hidden;
}
.c-con .c-con-lf {
  background-color: #ea5e23;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 20%;
  padding: 25.11vh 2.6% 7.62vh 2.56%;
}
.c-con .c-con-lf .c-con-lf-tp div:nth-child(1) {
  font-size: 20px;
  color: #ffffff;
}
.c-con .c-con-lf .c-con-lf-tp div:nth-child(2) {
  font-size: 2.083vw;
  line-height: 1.2;
  color: #ffffff;
  font-weight: 600;
  margin-top: 7%;
}
.c-con .c-con-lf .c-con-lf-bt {
  font-size: 20px;
  color: #ffffff;
  display: flex;
  align-items: center;
}
.c-con .c-con-lf .c-con-lf-bt img {
  margin-right: 19px;
  animation: yd 2s infinite linear;
}
@keyframes yd {
  0% {
    transform: translateY(0px);
  }
  25% {
    transform: translateY(-4px);
  }
  50% {
    transform: translateY(0px);
  }
  75% {
    transform: translateY(4px);
  }
  100% {
    transform: translateY(0px);
  }
}
.c-con .c-con-rt {
  width: 80%;
}
.c-con .c-con-rt .cpzx-swiper {
  overflow: initial;
}
.c-con .c-con-rt .cpzx-swiper .swiper-wrapper .swiper-slide {
  background-color: #343637;
}
.c-con .c-con-rt .cpzx-swiper .swiper-wrapper .swiper-slide a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 25.11vh 0 4vh 0;
  height: 100vh;
}
.c-con .c-con-rt .cpzx-swiper .swiper-wrapper .swiper-slide a .c-con-rt-tp {
  padding: 0 10% 0 13.2%;
}
.c-con .c-con-rt .cpzx-swiper .swiper-wrapper .swiper-slide a .c-con-rt-tp div {
  transition: all 0.5s;
}
.c-con .c-con-rt .cpzx-swiper .swiper-wrapper .swiper-slide a .c-con-rt-tp div:nth-child(1) {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.5);
}
.c-con .c-con-rt .cpzx-swiper .swiper-wrapper .swiper-slide a .c-con-rt-tp div:nth-child(2) {
font-size: 16px;
    line-height: 1.4;
  color: #ffffff;
  margin-top: 7.5vh;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 5;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-word;
  white-space: normal;
  transform: translateY(5vh);
  opacity: 0;
      font-weight: 300;
}
.c-con .c-con-rt .cpzx-swiper .swiper-wrapper .swiper-slide a .c-con-rt-bt {
  display: flex;
  margin-top: 5vh;
  justify-content: center;
  align-items: flex-end;
  height: 38vh;
  opacity: 0.5;
  transition: all 0.5s;
}
.c-con .c-con-rt .cpzx-swiper .swiper-wrapper .swiper-slide a .c-con-rt-bt img {
  max-height: 100%;
}
.c-con .c-con-rt .cpzx-swiper .swiper-wrapper .swiper-slide:nth-child(2n) {
  background-color: #444748;
}
.c-con .c-con-rt .cpzx-swiper .swiper-wrapper .swiper-slide:hover a .c-con-rt-bt {
  opacity: 1;
}
.c-con .c-con-rt .cpzx-swiper .swiper-wrapper .swiper-slide:hover a .c-con-rt-tp div:nth-child(1) {
  color: #fff;
}
.c-con .c-con-rt .cpzx-swiper .swiper-wrapper .swiper-slide:hover a .c-con-rt-tp div:nth-child(2) {
  transform: translateY(0);
  opacity: 1;
}
.c-nav .container ul li a {
  color: #919296;
}
.c-nav .container ul li {
  margin: 0 2.1875vw;
}
.clist-con {
  margin-top: 67px;
  font-family: 'Noto Sans SC', sans-serif;
  margin-bottom: 90px;
}
.clist-con .row {
  margin-bottom: 8px;
  margin-left: -2%;
  margin-right: -2%;
}
.clist-con .row .clist-items {
  padding: 0 2%;
  text-align: center;
  margin-bottom: 3%;
}
.clist-con .row .clist-items .clist-items-con {
  display: block;
  height: 100%;
  background-color: #ededec;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  transition: all 0.5s;
  position: relative;
  padding: 45px 5% 8px 5%;
  overflow: hidden;
}
.clist-con .row .clist-items .clist-items-con div:nth-child(1) {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 13vw;
  transition: all 0.5s;
}
.clist-con .row .clist-items .clist-items-con div:nth-child(1) img {
  max-height: 100%;
}
.clist-con .row .clist-items .clist-items-con div:nth-child(2) {
  font-size: 18px;
  line-height: 1.3;
  color: #919296;
  transition: all 0.5s;
  font-weight: 400;
  margin-top: 22px;
}
.clist-con .row .clist-items .clist-items-con div:nth-child(2) p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 2;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-word;
  white-space: normal;
  transition: all 0.5s;
}
.clist-con .row .clist-items .clist-items-con div:nth-child(2) p span {
  font-weight: 500;
}
.clist-con .row .clist-items .clist-items-con div:nth-child(2) img {
  transform: scale(0);
  opacity: 0;
  margin-top: 3px;
  transition: all 0.5s;
}
.clist-con .row .clist-items .clist-items-con div:nth-child(3) {
  position: absolute;
  right: 10.5%;
  top: 8%;
  width: 41px;
  height: 28px;
  border-radius: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #bfbfc1;
}
.clist-con .row .clist-items .clist-items-con::after {
  width: 0%;
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  height: 8px;
  opacity: 0;
  transition: all 0.5s;
  background: #ea5e23;
}
.clist-con .row .clist-items .clist-items-con:hover::after {
  width: 100%;
  opacity: 1;
}
.clist-con .row .clist-items .clist-items-con:hover::after div:nth-child(2) p {
  color: #ea5e23;
}
.clist-con .row .clist-items .clist-items-con:hover::after div:nth-child(2) img {
  transform: scale(1);
  opacity: 1;
}
.clist-con .row .clist-items .clist-items-con:hover div:nth-child(2) p {
  color: #ea5e23;
}
.clist-con .row .clist-items .clist-items-con:hover div:nth-child(2) img {
  transform: scale(1);
  opacity: 1;
}
.clist-con .row .clist-items .clist-items-con:hover div:nth-child(1),
.clist-con .row .clist-items .clist-items-con:hover div:nth-child(2) {
  transform: translateY(-1.36vw);
}
.cshow-thumb {
  background: none;
  padding: 0;
}
.cshow-con {
  /*border-top: 1px solid #999999;*/
  padding-top: 22px;
  font-family: 'Noto Sans SC', sans-serif;
  margin-bottom: 6%;
}
.cshow-con .container {
  display: flex;
  justify-content: space-between;
}
.cshow-con .container .cshow-lf {
  width: 65.25%;
}
.cshow-con .container .cshow-lf .cshow-lf-tp {
  background: url(../nimages/cs-bg.png) no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 47px;
  padding-bottom: 50px;
  margin-top: 25px;
  height: 26vw;
}
.cshow-con .container .cshow-lf .cshow-lf-tp img {
  max-height: 100%;
  max-width: 90%;
}
.cshow-con .container .cshow-lf .container {
  max-width: 100%;
  margin-left: 0;
}
.cshow-con .container .cshow-lf .cshow-content {
  font-size: 18px;
  line-height: 1.67;
  letter-spacing: 1px;
  color: #999;
  font-weight: 300;
  margin-top: 57px;
}
.cshow-con .container .cshow-lf .cshow-content h4 {
  font-size: 1.5625vw;
  font-weight: 700;
  color: #343637;
  position: relative;
  padding: 0 22px;
  width: fit-content;
  margin-bottom: 35px;
  margin-top: 64px;
}
.cshow-con .container .cshow-lf .cshow-content h4:nth-child(1) {
  margin-top: 0;
}
.cshow-con .container .cshow-lf .cshow-content h4::before {
  position: absolute;
  left: 0;
  top: 58%;
  content: '';
  transform: translateY(-50%);
  width: 11px;
  height: 11px;
  background: url(../nimages/cshow-tb.png) no-repeat center center;
  background-size: 100%;
}
.cshow-con .container .cshow-lf .cshow-content h4::after {
  position: absolute;
  right: 0;
  top: 58%;
  content: '';
  transform: translateY(-50%);
  width: 11px;
  height: 11px;
  background: url(../nimages/cshow-tb.png) no-repeat center center;
  background-size: 100%;
}
.cshow-con .container .cshow-lf .cshow-content ul li {
  margin-bottom: 12px;
  position: relative;
  padding-left: 24px;
}
.cshow-con .container .cshow-lf .cshow-content ul li:last-child {
  margin-bottom: 0;
}
.cshow-con .container .cshow-lf .cshow-content ul li::before {
  position: absolute;
  left: 0;
  top: 10px;
  content: '';
  width: 11px;
  height: 11px;
  background-color: #ea5e23;
  border: solid 1px #ffffff;
  border-radius: 100%;
}
.cshow-con .cshow-rt {
  width: 31.33%;
  margin-top: -9px;
}
.cshow-con .cshow-rt .cshow-cp-box {
  background-color: #ececeb;
  padding: 25px 10% 40px 10%;
}
.cshow-con .cshow-rt .cshow-cp-box .cshow-cp-box-items {
  padding-bottom: 16px;
  margin-bottom: 10px;
  border-bottom: 1px solid #dddddd;
}
.cshow-con .cshow-rt .cshow-cp-box .cshow-cp-box-items div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cshow-con .cshow-rt .cshow-cp-box .cshow-cp-box-items div a {
  font-size: 19px;
  color: #333333;
  flex: 1;
  padding-right: 5%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 1;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-word;
  white-space: normal;
  font-weight: 400;
}
.cshow-con .cshow-rt .cshow-cp-box .cshow-cp-box-items div p {
  position: relative;
  line-height: 0;
  width: 16px;
  cursor: pointer;
}
.cshow-con .cshow-rt .cshow-cp-box .cshow-cp-box-items div p img {
  transition: all 0.5s;
}
.cshow-con .cshow-rt .cshow-cp-box .cshow-cp-box-items div p img:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
}
.cshow-con .cshow-rt .cshow-cp-box .cshow-cp-box-items div p.cx img:nth-child(1) {
  opacity: 0;
}
.cshow-con .cshow-rt .cshow-cp-box .cshow-cp-box-items div p.cx img:nth-child(2) {
  opacity: 1;
}
.cshow-con .cshow-rt .cshow-cp-box .cshow-cp-box-items ul {
  margin-top: 7px;
  display: none;
}
.cshow-con .cshow-rt .cshow-cp-box .cshow-cp-box-items ul li {
  margin-bottom: 10px;
  padding: 0 4.8%;
}
.cshow-con .cshow-rt .cshow-cp-box .cshow-cp-box-items ul li a {
  display: block;
  font-size: 16px;
  transition: all 0.5s;
  color: #666666;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 1;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-word;
  white-space: normal;
  font-weight: 400;
}
.cshow-con .cshow-rt .cshow-cp-box .cshow-cp-box-items ul li a:hover {
  color: #e95e23;
}
.cshow-con .cshow-rt .cshow-cp-box .cshow-cp-box-items ul li:last-child {
  margin-bottom: 0;
}
.cshow-con .cshow-rt .cshow-cp-box .cshow-cp-box-items:last-child {
  margin-bottom: 0;
}
.cshow-bt {
  font-size: 1.875vw;
  font-weight: 600;
  letter-spacing: 2px;
  color: #e95e23;
}
.cshow-zlxz {
  margin-top: 32px;
}
.cshow-zlxz .cshow-zlxz-con {
  background-color: #ececeb;
  display: flex;
  justify-content: space-between;
  margin-top: 6px;
  align-items: flex-end;
  padding: 28px 15.8% 26px 11%;
}
.cshow-zlxz .cshow-zlxz-con .cshow-zlxz-lf div {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #343637;
}
.cshow-zlxz .cshow-zlxz-con .cshow-zlxz-lf .zlxz-a {
  display: inline-block;
  text-align: center;
  font-size: 17px;
  font-weight: 300;
  color: #e95e23;
  border: 1px solid #e95e23;
  margin-top: 56%;
  padding: 20px 1.40625vw 17px 1.40625vw;
  box-sizing: content-box;
  border-radius: 8px;
  transition: all 0.5s;
  width: fit-content;
}
.cshow-zlxz .cshow-zlxz-con .cshow-zlxz-lf .zlxz-a span {
  line-height: 0;
  position: relative;
}
.cshow-zlxz .cshow-zlxz-con .cshow-zlxz-lf .zlxz-a span img {
  transition: all 0.5s;
}
.cshow-zlxz .cshow-zlxz-con .cshow-zlxz-lf .zlxz-a span img:nth-child(2) {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  opacity: 0;
}
.cshow-zlxz .cshow-zlxz-con .cshow-zlxz-lf .zlxz-a img {
  display: block;
  margin: 0 auto;
  max-width: 2.8vw;
  margin-bottom: 5px;
}
.cshow-zlxz .cshow-zlxz-con .cshow-zlxz-lf .zlxz-a:hover {
  background: #e95e23;
  color: #fff;
  box-shadow: 1px 1px 10px #e95e23;
}
.cshow-zlxz .cshow-zlxz-con .cshow-zlxz-lf .zlxz-a:hover span img:nth-child(2) {
  opacity: 1;
}
.cshow-zlxz .cshow-zlxz-con .cshow-zlxz-lf .zlxz-a:hover span img:nth-child(1) {
  opacity: 0;
}
.cshow-zlxz .cshow-zlxz-con .cshow-zlxz-rt {
  width: 43.155%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cshow-fw .cshow-zlxz-con {
  flex-direction: row-reverse;
  align-items: center;
}
.cshow-fw .cshow-zlxz-con .cshow-zlxz-rt {
  border: none;
}
.cshow-fw .cshow-zlxz-con {
  padding: 19px 4.8% 22px 5%;
}
.cshow-fw .cshow-zlxz-con .cshow-zlxz-rt {
  width: 36.7%;
}
.cshow-fw .cshow-zlxz-con .cshow-zlxz-lf {
  width: 54.5%;
}
.cshow-fw .cshow-zlxz-con .cshow-zlxz-lf ul {
  margin-top: 2px;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #343637;
}
.cshow-fw .cshow-zlxz-con .cshow-zlxz-lf ul li {
  margin-bottom: 4px;
}
.cshow-fw .cshow-zlxz-con .cshow-zlxz-lf ul li:nth-child(1){
    display: flex;
} 
.cshow-fw .cshow-zlxz-con .cshow-zlxz-lf ul li:nth-child(1) i{
    flex: 1;
        font-style: normal;
}
.cshow-fw .cshow-zlxz-con .cshow-zlxz-lf ul li:last-child {
  margin-bottom: 0;
}
.cshow-fw .cshow-zlxz-con .cshow-zlxz-lf a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 116px;
  height: 40px;
  border-radius: 8px;
  transition: all 0.5s;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #ffffff;
  background: #e95e23;
  margin-top: 32px;
}
.cshow-fw .cshow-zlxz-con .cshow-zlxz-lf a:hover {
  box-shadow: 1px 1px 10px #e95e23;
  transform: translateX(2px) translateY(-3px);
}
.fditu-mb {
  display: none;
}

#sale{
    top: -4%;
}
#hotline{
    top: 0%;
}
#network{
    top: -4%;
}
#consultation{
    top: 0%;
}

#culture{
    top: 0%;
}
#history{
    top: -0%;
}
#honor{
    top: -5%;
}
#project{
    top: -0%;
}
#partner{
    top: -7%;
}

.cj-ban .gban-con .scban-nr {
  width: 738px;
  max-width: 52%;
}
.cj-con {
  margin-top: 67px;
  margin-bottom: 6%;
}
.cj-con .row {
  margin-left: -10px;
  margin-right: -10px;
}
.cj-con .row .cj-items {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cj-con .row .cj-items .cj-items-con {
  display: block;
  text-align: center;
  transition: all 0.5s;
  height: 100%;
  background-color: #343637;
}
.cj-con .row .cj-items .cj-items-con div:nth-child(1) {
  overflow: hidden;
}
.cj-con .row .cj-items .cj-items-con div:nth-child(1) p {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 13.75vw;
  transition: all 0.8s;
}
.cj-con .row .cj-items .cj-items-con div:nth-child(2) {
  font-size: 20px;
  line-height: 1.4;
  color: #ffffff;
  font-family: 'Noto Sans SC', sans-serif;
  font-weight: 400;
  padding: 4.48% 5%;
}
.cj-con .row .cj-items .cj-items-con:hover {
  background: #e95e23;
}
.cj-con .row .cj-items .cj-items-con:hover div:nth-child(1) p {
  transform: scale(1.04);
}
.cjshow-gj {
  margin-top: 70px;
  font-family: 'Noto Sans SC', sans-serif;
}
.cjshow-gj .row {
  margin-left: -1.95%;
  margin-right: -1.95%;
  margin-top: 7.5%;
}
.cjshow-gj .row .cjshow-gj-items {
  padding: 0 1.95%;
}
.cjshow-gj .row .cjshow-gj-items .cjshow-gj-items-con {
  transition: all 0.5s;
}
.cjshow-gj .row .cjshow-gj-items .cjshow-gj-items-con div {
  transition: all 0.5s;
}
.cjshow-gj .row .cjshow-gj-items .cjshow-gj-items-con div:nth-child(1) {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ededec;
  border-radius: 5px;
  border: solid 1px #999999;
  width: 5.208vw;
  height: 5.208vw;
}
.cjshow-gj .row .cjshow-gj-items .cjshow-gj-items-con div:nth-child(1) img {
  max-height: 3.3vw;
}
.cjshow-gj .row .cjshow-gj-items .cjshow-gj-items-con div:nth-child(2) {
  font-size: 1.458vw;
  font-weight: 500;
  color: #343637;
  margin-top: 25px;
  margin-bottom: 11px;
}
.cjshow-gj .row .cjshow-gj-items .cjshow-gj-items-con div:nth-child(3) {
  font-size: 18px;
  line-height: 1.33;
  color: #919296;
  font-weight: 300;
}
.cjshow-gj .row .cjshow-gj-items .cjshow-gj-items-con:hover {
  transform: translateY(-4px);
}
.cjshow-gj .row .cjshow-gj-items .cjshow-gj-items-con:hover div {
  color: #e95e23 !important;
}
.cjshow-gj .row .cjshow-gj-items:nth-child(1) .cjshow-gj-items-con div:nth-child(1) {
  align-items: flex-end;
}
.cjshow-gj .row .cjshow-gj-items:nth-child(1) .cjshow-gj-items-con div:nth-child(1) img {
  max-height: 3.86vw;
}
.cjshow-gj .row .cjshow-gj-items:nth-child(2) {
  animation-delay: 0.2s;
}
.cjshow-gj .row .cjshow-gj-items:nth-child(3) {
  animation-delay: 0.4s;
}
.cjshow-cpfa {
  margin-top: 7.5%;
  font-family: 'Noto Sans SC', sans-serif;
  margin-bottom: 9%;
}
.cjshow-cpfa .cjshow-cpfa-nav {
  display: flex;
  border-bottom: 1px solid #9a9b9b;
  margin-top: 5%;
}
.cjshow-cpfa .cjshow-cpfa-nav li {
  flex: 1;
  text-align: center;
}
.cjshow-cpfa .cjshow-cpfa-nav li p {
  position: relative;
  font-size: 24px;
  color: #343637;
  width: fit-content;
  margin: 0 auto;
  padding-bottom: 12px;
  cursor: pointer;
}
.cjshow-cpfa .cjshow-cpfa-nav li p::after {
  position: absolute;
  bottom: -2.5px;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  height: 5px;
  background-color: #ea5e23;
  border-radius: 3px;
  width: 0%;
  opacity: 0;
  transition: all 0.5s;
}
.cjshow-cpfa .cjshow-cpfa-nav li:hover p::after {
  width: 142%;
  opacity: 1;
}
.cjshow-cpfa .cjshow-cpfa-nav .active p::after {
  width: 142%;
  opacity: 1;
}
.cjshow-cpfa .cjshow-cpfa-con {
  margin-top: 48px;
  padding: 0 20px;
}
.cjshow-cpfa .cjshow-cpfa-con .cjshow-cpfa-list {
  display: none;
}
.cjshow-cpfa .cjshow-cpfa-con .cjshow-cpfa-list .cjshow-cpfa-list-con {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cjshow-cpfa .cjshow-cpfa-con .cjshow-cpfa-list .cjshow-cpfa-list-con .cjshow-cpfa-tp {
  background-color: #ededec;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36%;
  height: 360px;
  transition: all 0.5s;
  transform: translateX(-10px);
  opacity: 0;
}
.cjshow-cpfa .cjshow-cpfa-con .cjshow-cpfa-list .cjshow-cpfa-list-con .cjshow-cpfa-tp img {
  max-height: 80%;
  max-width: 80%;
}
.cjshow-cpfa .cjshow-cpfa-con .cjshow-cpfa-list .cjshow-cpfa-list-con .cjshow-cpfa-nr {
  width: 59%;
  transition: all 0.5s;
  transform: translateX(10px);
  opacity: 0;
}
.cjshow-cpfa .cjshow-cpfa-con .cjshow-cpfa-list .cjshow-cpfa-list-con .cjshow-cpfa-nr div:nth-child(1) {
  font-size: 1.4583vw;
  font-weight: 500;
  color: #ea5e23;
}
.cjshow-cpfa .cjshow-cpfa-con .cjshow-cpfa-list .cjshow-cpfa-list-con .cjshow-cpfa-nr div:nth-child(2) {
  font-size: 1.25vw;
  line-height: 1.3;
  color: #919296;
  margin-top: 19px;
}
.cjshow-cpfa .cjshow-cpfa-con .cjshow-cpfa-list .cjshow-cpfa-list-con .cjshow-cpfa-nr div:nth-child(2) ul li {
  position: relative;
  font-weight: 300;
  margin-bottom: 20px;
  padding-left: 21px;
}
.cjshow-cpfa .cjshow-cpfa-con .cjshow-cpfa-list .cjshow-cpfa-list-con .cjshow-cpfa-nr div:nth-child(2) ul li:last-child {
  margin-bottom: 0;
}
.cjshow-cpfa .cjshow-cpfa-con .cjshow-cpfa-list .cjshow-cpfa-list-con .cjshow-cpfa-nr div:nth-child(2) ul li::before {
  position: absolute;
  left: 0;
  top: 0.6vw;
  content: '';
  width: 0.52vw;
  height: 0.52vw;
  background-color: #919296;
  border-radius: 100%;
}
.cjshow-cpfa .cjshow-cpfa-con .cjshow-cpfa-list:nth-child(1) {
  display: block;
}
.cjshow-cpfa .cjshow-cpfa-con .active .cjshow-cpfa-list-con .cjshow-cpfa-tp {
  opacity: 1;
  transform: translateX(0);
}
.cjshow-cpfa .cjshow-cpfa-con .active .cjshow-cpfa-list-con .cjshow-cpfa-nr {
  opacity: 1;
  transform: translateX(0);
}
.jfa-jj {
  font-family: 'Noto Sans SC', sans-serif;
  margin-top: 59px;
}
.jfa-jj .jfa-bt {
  display: flex;
  align-items: center;
  font-size: 1.875vw;
  letter-spacing: 2px;
  color: #e95e23;
  font-weight: 600;
}
.jfa-jj .jfa-bt span {
  margin: 0 9px;
}
.jfa-jj .jfa-jj-con {
  font-size: 18px;
  line-height: 1.67;
  color: #000;
  margin-top: 38px;
}
.jfa-ys {
  margin-top: 90px;
  padding-top: 57px;
  background-color: #ececeb;
  font-family: 'Noto Sans SC', sans-serif;
  padding-bottom: 83px;
}
.jfa-ys .container {
  display: flex;
  justify-content: space-between;
}
.jfa-ys .container .jfa-ys-lf {
  width: 54%;
}
.jfa-ys .container .jfa-ys-lf div:nth-child(2) {
  margin-top: 30px;
}
.jfa-ys .container .jfa-ys-lf div:nth-child(2) ul li {
  position: relative;
  font-size: 18px;
  line-height: 1.3;
  color: #343637;
  margin-bottom: 22px;
  padding-left: 27px;
}
.jfa-ys .container .jfa-ys-lf div:nth-child(2) ul li:last-child {
  margin-bottom: 0;
}
.jfa-ys .container .jfa-ys-lf div:nth-child(2) ul li::before {
  position: absolute;
  left: 0;
  top: 8px;
  content: '';
  width: 8px;
  height: 8px;
  background-color: #e95e23;
  border-radius: 100%;
}
.jfa-ys .container .jfa-ys-rt {
  width: 31.35%;
}
.jfa-ys .container .jfa-ys-rt .cshow-fw .cshow-zlxz-con{
    background: #fff;
}
.jfa-ys .container .jfa-ys-rt .cshow-zlxz{
    margin-top: 0;
}
.jfa-bt2 {
  font-family: 'Noto Sans SC', sans-serif;
  font-size: 1.5625vw;
  font-weight: 600;
  color: #343637;
}
.jfa-yysl {
  margin-top: 67px;
  font-family: 'Noto Sans SC', sans-serif;
}
.jfa-yysl .row {
  margin-left: -2%;
  margin-right: -2%;
  margin-top: 32px;
}
.yysc-yyxt .row{
    margin-top: 4%;
}
.jfa-yysl .row .jfa-yysl-items {
  margin-bottom: 50px;
  padding: 0 2%;
}
.jfa-yysl .row .jfa-yysl-items .jfa-yysl-items-con {
  background-color: #ececeb;
  height: 100%;
  transition: all 0.5s;
}
.jfa-yysl .row .jfa-yysl-items .jfa-yysl-items-con .jfa-yysl-items-bg {
  overflow: hidden;
}
.jfa-yysl .row .jfa-yysl-items .jfa-yysl-items-con .jfa-yysl-items-bg p {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  transition: all 0.8s;
  height: 15.6vw;
}
.jfa-yysl .row .jfa-yysl-items .jfa-yysl-items-con .jfa-yysl-items-bt {
  padding: 0 7%;
  padding-top: 26px;
  padding-bottom: 25px;
  font-size: 20px;
  line-height: 1.4;
  color: #343637;
  transition: all 0.5s;
}
.jfa-yysl .row .jfa-yysl-items .jfa-yysl-items-con .jfa-yysl-items-bt p:nth-child(1) {
  font-weight: 600;
}
.jfa-yysl .row .jfa-yysl-items .jfa-yysl-items-con:hover .jfa-yysl-items-bg P {
  transform: scale(1.06);
}
.jfa-yysl .row .jfa-yysl-items .jfa-yysl-items-con:hover .jfa-yysl-items-bt {
  color: #ea5e23;
}
.jjfa-yyxt {
  background-color: #ececeb;
  margin-top: 4%;
  padding-top: 66px;
  padding-bottom: 2.3%;
}
.jjfa-yyxt .jfa-yysl {
  margin-top: 0;
}
.jjfa-yyxt .jfa-yysl .row .jfa-yysl-items .jfa-yysl-items-con {
  background: #fff;
  cursor: pointer;
}
.jjfa-yyxt .jfa-yysl .row .jfa-yysl-items .jfa-yysl-items-con .jfa-yysl-items-bg p {
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../nimages/xt-bg.jpg) no-repeat;
  background-size: cover;
  transform: initial !important;
}
.jjfa-yyxt .jfa-yysl .row .jfa-yysl-items .jfa-yysl-items-con .jfa-yysl-items-bg p img {
  max-height: 80%;
  max-width: 85%;
  transition: all 0.5s;
}
.jjfa-yyxt .jfa-yysl .row .jfa-yysl-items .jfa-yysl-items-con:hover .jfa-yysl-items-bg p img {
  transform: scale(0.95);
}
.jfa-al {
  margin-bottom: 5%;
}
.jfa-al .row .jfa-yysl-items .jfa-yysl-items-con .dc-al-sp {
  position: relative;
  overflow: hidden;
}
.jfa-al .row .jfa-yysl-items .jfa-yysl-items-con .dc-al-sp div:nth-child(1) {
  position: relative;
  transition: all 0.5s;
}
.jfa-al .row .jfa-yysl-items .jfa-yysl-items-con .dc-al-sp div:nth-child(1) p {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 15.6vw;
}
.jfa-al .row .jfa-yysl-items .jfa-yysl-items-con .dc-al-sp div:nth-child(1) img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.5s;
  cursor: pointer;
}
.jfa-al .row .jfa-yysl-items .jfa-yysl-items-con .dc-al-sp div:nth-child(1).xs {
  opacity: 0;
  visibility: hidden;
}
.jfa-al .row .jfa-yysl-items .jfa-yysl-items-con .dc-al-sp div:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
}
.jfa-al .row .jfa-yysl-items .jfa-yysl-items-con .dc-al-sp div:nth-child(2) video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.jfa-al .row .jfa-yysl-items .jfa-yysl-items-con .dc-al-sp div:nth-child(2).cx {
  opacity: 1;
  visibility: visible;
}
.jfa-al .row .jfa-yysl-items .jfa-yysl-items-con:hover .dc-al-sp div:nth-child(1) img {
  transform: rotateZ(360deg);
}
.syb-nr{
    width: 100vw;
    height: 100vh;
    background: url(../nimages/syb-bg.jpg) no-repeat center center;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    font-family: 'Noto Sans SC', sans-serif;
}
.syb-nr div{
    position: relative;
    /*top: -1vw;*/
}
.syb-nr h3{
    font-size: 7vw;
    font-weight: bold;
}
.syb-nr h4{
    font-size: 3.1vw;
    font-weight: bold;
    margin-top: 2.4vw;
}
.g-gy .g-gy-con .g-gy-nr:nth-child(3){
    display: none;
}
.lsj-next,.lsj-prev{
    display: none;
}

@media (min-width: 768px) {
.g-lc .container .g-lc-lf .g-lc-time .lsj-swiper .swiper-wrapper {
  transform: translate3d(0px, 0px, 0px) !important;
}
}
@media (max-width: 1700px) {
  .g-ry .row .g-ry-items .g-ry-items-con div:nth-child(2) {
    font-size: 22px;
  }
  .nfoot .nfoot-tp .nfoot-tp-lf .nfoot-tp-items ul li a,
  .nfoot .nfoot-tp .nfoot-tp-rt .nfoot-lx-items .nfoot-lx div:nth-child(2) {
    font-size: 18px;
  }
  .nfoot .nfoot-tp .nfoot-tp-lf .nfoot-tp-items p a {
    font-size: 20px;
  }
  .nfoot .nfoot-tp .nfoot-tp-lf .nfoot-tp-items {
    margin-right: 4.2vw;
  }
  .c-con .c-con-lf .c-con-lf-bt {
    font-size: 18px;
  }
  .c-con .c-con-rt .cpzx-swiper .swiper-wrapper .swiper-slide a .c-con-rt-tp div:nth-child(2) {
    font-size: 15px;
  }
  .l-form .l-container .l-form-con form .l-form-items:nth-child(9) button {
    width: 103px;
    height: 44px;
    font-size: 16px;
  }
}
@media (max-width: 1599px) {
  .g-lc .container .g-lc-lf .g-lc-time .lsj-swiper .swiper-wrapper .swiper-slide {
    margin-bottom: 7px;
    font-size: 20px;
    height: 31.5px !important;
  }
  .g-ry .row .g-ry-items .g-ry-items-con div:nth-child(2) {
    font-size: 20px;
  }
  .g-ry .row .g-ry-items .g-ry-items-con div:nth-child(1) img:nth-child(1) {
    max-width: 90%;
  }
  .nfoot .nfoot-bt .container ul:nth-child(2) li a,
  .nfoot .nfoot-tp .nfoot-tp-lf .nfoot-tp-items ul li a,
  .nfoot .nfoot-tp .nfoot-tp-rt .nfoot-lx-items .nfoot-lx div:nth-child(2) {
    font-size: 16px;
  }
  .nfoot .nfoot-bt .container ul:nth-child(1) li div:nth-child(2) {
    /*width: 120px;*/
    /*height: 120px;*/
  }
  .sc-yy .container div,
  .sc-tz ul li .sc-tz-nr div:nth-child(2) {
    font-size: 17px;
  }
  .l-bt div {
    font-size: 18px;
  }
  .l-form .l-container .l-form-con form .l-form-items .l-form-input,.l-form .l-container .l-form-con form .l-form-items ul li {
    font-size: 15px;
    /*padding-bottom: 17px;*/
  }
  .l-form .l-container .l-form-con form .l-form-items ul li {
    font-size: 16px;
  }
  .l-form .l-container .l-form-con form .l-form-items {
    /*margin-bottom: 30px;*/
  }
  .l-form .l-container .l-form-con form .l-form-items:nth-child(9) button {
    width: 108px;
    height: 45px;
    font-size: 18px;
  }
  .dc-bt .dc-more {
    font-size: 16px;
  }
  .dc-xwhd .dc-xwhd-lb .dc-xwhd-lb-rt .xwnr-swiper .swiper-wrapper .swiper-slide a:nth-child(3) {
    font-size: 15px;
  }
  .dc-xwhd .dc-xwhd-lb .dc-xwhd-lb-rt .xwnr-swiper .swiper-wrapper .swiper-slide a:nth-child(4) {
    width: 114px;
    height: 40px;
    font-size: 15px;
  }
  .dc-bt ul li a,
  .dc-xwhd ul li a,
  .dc-xwhd .dc-xwhd-lb .dc-xwhd-lb-rt .xwnr-swiper .swiper-wrapper .swiper-slide a:nth-child(2) {
    font-size: 19px;
  }
  .hfa-row .dc-fa-items .dc-fa-items-con a:nth-child(2),
  .dc-al-row .dc-al-items .dc-al-items-con .dc-al-bt {
    font-size: 17px;
  }
  .xhd-con .xhd-items .xhd-lf div a:nth-child(2) {
    font-size: 15px;
  }
  .xhd-con .xhd-items .xhd-lf div a:nth-child(1) {
    font-size: 19px;
  }
  .xhd-con .xhd-items .xhd-lf div a:nth-child(3) {
    width: 32px;
  }
  .xshow-con .xshow-con-lf .xshow-dh p,
  .xshow-con .xshow-con-lf .xshow-dh a,
  .xshow-con .xshow-con-lf .xshow-content,
  .xshow-con .xshow-con-lf .xshow-sj li {
    font-size: 15px;
  }
  .fw-xs .fw-xs-box .fw-xs-items ul li,
  .fw-xs .fw-xs-box .fw-xs-items .fw-xs-tp .fw-xs-tp-bt div:nth-child(1),
  .fw-bt .fw-ms {
    font-size: 18px;
  }
  .fw-xs .fw-xs-box .fw-xs-items ul li {
    padding-bottom: 23px;
    margin-bottom: 21px;
  }
  .fw-wl .fw-wl-con .fw-wl-lf .fw-wl-dw:nth-child(4) div:nth-child(3) {
    left: 320%;
    top: -333%;
  }
  .fw-wl .fw-wl-rt ul li .fw-wl-tp div:nth-child(1) p:nth-child(2) {
    font-size: 14px;
  }
  .fw-wl .fw-wl-rt ul li .fw-wl-tp div:nth-child(2) {
    font-size: 16px;
  }
  .fw-wl .fw-wl-rt ul li .fw-wl-bt {
    font-size: 15px;
  }
  .fw-wl .fw-wl-rt ul li:nth-child(1) .fw-wl-tp div:nth-child(1) p:nth-child(2) {
    font-size: 19px;
  }
  .fw-zx form .fw-zx-items .fw-zx-bt {
    font-size: 22px;
  }
  .fw-zx form .fw-zx-items .fw-zx-check,
  .fw-zx form .fw-zx-items .fw-zx-input input,
  .fw-zx form .fw-zx-items .fw-zx-input textarea {
    font-size: 16px;
  }
  .fw-zx form .fw-zx-button button,
  .fw-zx form .fw-zx-button input {
    width: 138px;
    height: 57px;
    font-size: 22px;
  }
  .c-con .c-con-lf .c-con-lf-bt {
    font-size: 16px;
  }
  .cshow-con .cshow-rt .cshow-cp-box .cshow-cp-box-items div a,
  .c-con .c-con-lf .c-con-lf-tp div:nth-child(1),
  .c-con .c-con-rt .cpzx-swiper .swiper-wrapper .swiper-slide a .c-con-rt-tp div:nth-child(1) {
    font-size: 18px;
  }
  .c-con .c-con-rt .cpzx-swiper .swiper-wrapper .swiper-slide a .c-con-rt-tp div:nth-child(2) {
    font-size: 14px;
  }
  .clist-con .row .clist-items .clist-items-con div:nth-child(2) {
    font-size: 16px;
  }
  .cshow-con .container .cshow-lf .cshow-content {
    font-size: 16px;
  }
  .cshow-con .container .cshow-lf .cshow-content ul li::before {
    top: 8px;
  }
  .cshow-con .cshow-rt .cshow-cp-box {
    margin-top: 1vw;
  }
  .cshow-con .cshow-rt .cshow-cp-box .cshow-cp-box-items div p {
    width: 14px;
  }
  .cshow-zlxz .cshow-zlxz-con .cshow-zlxz-lf div {
    font-size: 22px;
  }
  .cshow-zlxz .cshow-zlxz-con {
    align-items: flex-end;
  }
  .cshow-fw .cshow-zlxz-con .cshow-zlxz-lf ul {
    font-size: 16px;
  }
  .cshow-fw .cshow-zlxz-con .cshow-zlxz-lf {
    width: 60%;
  }
  .cshow-fw .cshow-zlxz-con {
    padding: 19px 1.8% 22px 5%;
  }
  .cshow-fw .cshow-zlxz-con .cshow-zlxz-lf a {
    width: 107px;
    height: 37px;
    font-size: 16px;
  }
  .cj-con .row .cj-items .cj-items-con div:nth-child(2) {
    font-size: 18px;
  }
  .jfa-jj .jfa-jj-con {
    font-size: 16px;
  }
  .jfa-ys .container .jfa-ys-lf div:nth-child(2) ul li {
    font-size: 16px;
  }
  .jfa-ys .container .jfa-ys-lf div:nth-child(2) ul li::before{
      top: 6.5px;
  }
  .jfa-yysl .row .jfa-yysl-items .jfa-yysl-items-con .jfa-yysl-items-bt{
      font-size: 18px;
  }
  .sc-yy-con .row .sc-yy-items .sc-yy-items-con a:nth-child(2) {
    font-size: 20px;
  }
  .l-form {
  height: calc(100vh - 170px);
}
    .l-form .l-container .l-form-con form .l-form-items:nth-child(9) button {
        width: 94px;
        height: 39px;
        font-size: 15px;
    }
    .l-form .l-container .l-form-con form .l-form-items .l-form-input {
    padding-bottom: 2vh;
    }
    .l-form .l-container .l-form-con form .l-form-items {
    margin-bottom: 3vh;
    }
        .l-bt div {
        font-size: 16px;
    }
    .sc-yy-con .row .sc-yy-items .sc-yy-items-con a:nth-child(2){
        font-size: 18px;
    }
    .sc-yy-con .sc-bt{
        margin-top: 45px;
    }
}
@media (max-width: 1477px) {
  .g-jd .container .g-jd-lf ul li div:nth-child(2),
  .g-jd .container .g-jd-lf .g-jd-con,
  .g-gy ul li div:nth-child(2),
  .g-gy .g-gy-con .g-gy-nr {
    font-size: 17px;
  }
  .g-lc .container .g-lc-lf .g-lc-time .lsj-swiper .swiper-wrapper .swiper-slide {
    font-size: 18px;
    margin-bottom: 7px;
  }
  .g-ry .row .g-ry-items .g-ry-items-con div:nth-child(2) {
    font-size: 18px;
  }
  .nfoot .nfoot-bt .container ul:nth-child(2) li a,
  .nfoot .nfoot-tp .nfoot-tp-lf .nfoot-tp-items ul li a,
  .nfoot .nfoot-tp .nfoot-tp-rt .nfoot-lx-items .nfoot-lx div:nth-child(2) {
    font-size: 15px;
  }
  .nfoot .nfoot-tp .nfoot-tp-rt .nfoot-lx-items .nfoot-ico {
    width: 30px;
  }
  .g-ry .row .g-ry-items .g-ry-items-con div:nth-child(1) {
    height: 200px;
  }
  .i-ban .gban-con .scban-nr {
    font-size: 17px;
  }
  .i-ban .gban-con .scban-lj a {
    font-size: 16px;
  }
  .sc-yy .container div,
  .sc-tz ul li .sc-tz-nr div:nth-child(2) {
    font-size: 16px;
  }
  .l-container {
    max-width: 76.3%;
  }
  .l-form .l-container .l-form-con form .l-form-items.xz .l-form-input {
    background-size: 14px;
  }
  .l-bt div {
    font-size: 17px;
  }
  .fw-wl .fw-wl-rt ul li .fw-wl-tp div:nth-child(1) p:nth-child(1) {
    font-size: 35px;
  }
  .fw-wl .fw-wl-con .fw-wl-lf .fw-wl-dw div:nth-child(3) {
    font-size: 15px;
  }
  .fw-wl .fw-wl-con .fw-wl-lf .fw-wl-dw div:nth-child(3)::before {
    top: 4.5px;
    width: 4px;
    height: 18px;
  }
  .fw-zx form .fw-zx-items .fw-zx-bt {
    font-size: 20px;
  }
  .fw-zx form .fw-zx-items .fw-zx-check,
  .fw-zx form .fw-zx-items .fw-zx-input input,
  .fw-zx form .fw-zx-items .fw-zx-input textarea {
    font-size: 14px;
  }
  .fw-zx form .fw-zx-button button,
  .fw-zx form .fw-zx-button input {
    width: 132px;
    height: 54px;
    font-size: 20px;
  }
  .cshow-fw .cshow-zlxz-con .cshow-zlxz-lf ul {
    font-size: 14px;
  }
  .cshow-fw .cshow-zlxz-con .cshow-zlxz-lf a {
    width: 96px;
    height: 37px;
    font-size: 14px;
    margin-top: 24px;
  }
  .cjshow-cpfa .cjshow-cpfa-con .cjshow-cpfa-list .cjshow-cpfa-list-con .cjshow-cpfa-nr div:nth-child(1),.cjshow-gj .row .cjshow-gj-items .cjshow-gj-items-con div:nth-child(2) {
    font-size: 23px;
  }
  .cjshow-gj .row .cjshow-gj-items .cjshow-gj-items-con div:nth-child(3) {
    font-size: 16px;
  }
  .cjshow-cpfa .cjshow-cpfa-nav li p {
    font-size: 22px;
  }
      .nfoot .nfoot-tp .nfoot-tp-lf .nfoot-tp-items {
        margin-right: 3.8vw;
    }
    .cj-con .row .cj-items .cj-items-con div:nth-child(2) {
    font-size: 17px;
    }
    .jfa-yysl .row .jfa-yysl-items .jfa-yysl-items-con .jfa-yysl-items-bt {
        font-size: 16px;
    }
    .sc-yy-con .row .sc-yy-items .sc-yy-items-con a:nth-child(2) {
    font-size: 18px;
    }
      .l-form {
  height: calc(100vh - 154.7px);
}
}
@media (max-width: 1365px) {
  .g-jd .container .g-jd-lf ul li div:nth-child(1) img {
    max-width: 59%;
  }
  .g-lc .container .g-lc-rt .lnr-swiper .swiper-wrapper .swiper-slide .llc-nr div:nth-child(2),
  .g-wh .g-wh-con li div:nth-child(2),
  .g-jd .container .g-jd-lf ul li div:nth-child(2),
  .g-jd .container .g-jd-lf .g-jd-con,
  .g-gy ul li div:nth-child(2),
  .g-gy .g-gy-con .g-gy-nr {
    font-size: 16px;
  }
  .g-ry .row .g-ry-items .g-ry-items-con div:nth-child(1) {
    height: 184px;
  }
  .g-hb .g-hb-con .g-hb-items .g-hb-items-con img {
    max-width: 70%;
  }
  .nfoot .nfoot-tp .nfoot-tp-lf .nfoot-tp-items {
    margin-right: 2.3vw;
  }
  .i-ban .gban-con .scban-nr {
    font-size: 16px;
  }
  .sc-ys .sc-ys-jl a,
  .i-ban .gban-con .scban-lj a {
    font-size: 15px;
    width: 130px;
    height: 42px;
  }
  .i-ban .gban-con .scban-lj a img {
    margin-right: 9px;
    width: 26px;
  }
  .sc-tz ul li .sc-tz-nr div:nth-child(1) {
    font-size: 19px;
  }
  .sc-ys .row .sc-ys-items .sc-ys-items-con div:nth-child(2),
  .sc-yy-con .row .sc-yy-items .sc-yy-items-con a:nth-child(2) {
    font-size: 17px;
  }
  .l-lxwm .l-container .l-lxwm-rt .l-lxwm-items .nr {
    font-size: 21px;
  }
  .l-lxwm .l-container .l-lxwm-rt .l-lxwm-items:nth-child(3) .nr,
  .l-lxwm .l-container .l-lxwm-rt .l-lxwm-items:nth-child(4) .nr {
    font-size: 18px;
  }
  .dc-xwhd .dc-xwhd-lb .dc-xwhd-lb-rt {
    padding-bottom: 4%;
  }
  .dc-xwhd .dc-xwhd-lb .dc-xwhd-lb-lf .xwtp-swiper,
  .dc-xwhd .dc-xwhd-lb .dc-xwhd-lb-lf .xwtp-swiper .swiper-wrapper,
  .dc-xwhd .dc-xwhd-lb .dc-xwhd-lb-lf .xwtp-swiper .swiper-wrapper .swiper-slide,
  .dc-xwhd .dc-xwhd-lb .dc-xwhd-lb-lf .xwtp-swiper .swiper-wrapper .swiper-slide a,
  .dc-xwhd .dc-xwhd-lb .dc-xwhd-lb-lf .xwtp-swiper .swiper-wrapper .swiper-slide,
  .dc-xwhd .dc-xwhd-lb .dc-xwhd-lb-lf .xwtp-swiper .swiper-wrapper .swiper-slide a p {
    height: 100%;
  }
  .dc-al-row .dc-al-items .dc-al-items-con .dc-al-sp div:nth-child(1) p {
    height: 16.583vw;
  }
  .hfa-row .dc-fa-items .dc-fa-items-con a:nth-child(2),
  .dc-al-row .dc-al-items .dc-al-items-con .dc-al-bt {
    font-size: 16px;
  }
  .hfa-row .dc-fa-items .dc-fa-items-con a:nth-child(1) p {
    height: 24.92vw;
  }
  .i-nav .container ul li a {
    font-size: 18px;
  }
  .hal-ul li a {
    font-size: 19px;
    padding: 9px 10px;
  }
  .xshow-con .xshow-con-rt h4 {
    font-size: 20px;
  }
  .xshow-con .xshow-con-rt .xshow-xgal .dc-al-row .dc-al-items .dc-al-items-con .dc-al-sp div:nth-child(1) p {
    height: 11.53vw;
  }
  .fw-xs .fw-xs-box .fw-xs-items ul li,
  .fw-xs .fw-xs-box .fw-xs-items .fw-xs-tp .fw-xs-tp-bt div:nth-child(1),
  .fw-bt .fw-ms {
    font-size: 16px;
  }
  .fw-rx .container .fw-rx-lf .fw-bt .fw-ms {
    padding-bottom: 24px;
  }
  .c-con .c-con-lf .c-con-lf-bt {
    font-size: 13px;
  }
  .c-con .c-con-rt .cpzx-swiper .swiper-wrapper .swiper-slide a .c-con-rt-tp div:nth-child(2) {
    font-size: 14px;
  }
  .cshow-con .container .cshow-lf .cshow-content h4 {
    font-size: 22px;
  }
  .cshow-con .cshow-rt .cshow-cp-box {
    margin-top: 17px;
  }
  .cshow-con .cshow-rt .cshow-cp-box .cshow-cp-box-items div a {
    font-size: 1vw;
  }
  .cshow-con .cshow-rt .cshow-cp-box .cshow-cp-box-items ul li a {
    font-size: 0.9vw;
  }
  .cshow-con .cshow-rt .cshow-cp-box .cshow-cp-box-items ul li {
    margin-bottom: 4px;
  }
  .cshow-zlxz .cshow-zlxz-con .cshow-zlxz-lf .zlxz-a {
        font-size: 12px;
        padding: 11px 0.8vw 9px 0.8vw;
        margin-top: 31%;
        line-height: 1.2
  }
      .l-form .l-container .l-form-con form .l-form-items .l-form-input,.l-form .l-container .l-form-con form .l-form-items ul li {
        font-size: 15px;
        /*padding-bottom: 16px;*/
    }
    .l-form .l-container .l-form-con form .l-form-items {
        /*margin-bottom: 25px;*/
    }
    .l-bt div {
        font-size: 16px;
    }
    .cjshow-cpfa .cjshow-cpfa-con .cjshow-cpfa-list .cjshow-cpfa-list-con .cjshow-cpfa-nr div:nth-child(1), .cjshow-gj .row .cjshow-gj-items .cjshow-gj-items-con div:nth-child(2) {
        font-size: 21px;
    }
        .cjshow-cpfa .cjshow-cpfa-nav li p {
        font-size: 20px;
    }
    .cjshow-cpfa .cjshow-cpfa-con .cjshow-cpfa-list .cjshow-cpfa-list-con .cjshow-cpfa-tp {
    height: 282px;
    }
    .cj-con .row .cj-items .cj-items-con div:nth-child(1) p {
    height: 14.75vw;
    }
    
    
    
    .nfoot .nfoot-tp .nfoot-tp-lf .nfoot-tp-items p a {
        font-size: 1.1458vw;
    }
    .nfoot .nfoot-tp .nfoot-tp-lf .nfoot-tp-items ul li a{
        font-size: 1.04vw;
    }
    
    
    
        .cshow-fw .cshow-zlxz-con .cshow-zlxz-lf ul {
        font-size: 12px;
    }
    .sc-ys .row .sc-ys-items .sc-ys-items-con div:nth-child(2){
        font-size: 15px;
    }
        .fw-wl .fw-wl-con .fw-wl-lf .fw-wl-dw:nth-child(4) div:nth-child(3) {
        left: 200%;
        }
        .g-ry .row .g-ry-items .g-ry-items-con div:nth-child(2) {
        font-size: 17px;
    }
        .jfa-ys .container .jfa-ys-lf div:nth-child(2) ul li,.jfa-jj .jfa-jj-con {
        font-size: 14px;
    }
        .cshow-con .container .cshow-lf .cshow-content {
        font-size: 15px;
    }
    .cshow-con .container .cshow-lf .cshow-content ul li::before {
    width: 9px;
    height: 9px;
    }
    .cshow-con .container .cshow-lf .cshow-content h4 {
    margin-bottom: 24px;
    margin-top: 49px;
    }
    .cshow-con .container .cshow-lf .cshow-content ul li {
    padding-left: 19px;
        margin-bottom: 8px;
}
.cshow-bt {
    font-size: 18px;
}
.cshow-con .cshow-rt {
    margin-top: 2px;
    width: 28.33%;
}
.cshow-con .container .cshow-lf {
    width: 67.25%;
}
.cshow-con .cshow-rt .cshow-cp-box .cshow-cp-box-items {
        padding-bottom: 10px;
        margin-bottom: 9px;
}
.cshow-con .cshow-rt .cshow-cp-box {
        padding: 18px 7% 24px 7%;
}
.cshow-con .cshow-rt .cshow-cp-box .cshow-cp-box-items div p {
        width: 10px;
    }
        .cshow-zlxz .cshow-zlxz-con .cshow-zlxz-lf div {
        font-size: 15px;
    }
    .cshow-zlxz .cshow-zlxz-con .cshow-zlxz-lf .zlxz-a img {
    max-width: 2vw;
    }
    .cshow-zlxz {
    margin-top: 22px;
}
    .cshow-fw .cshow-zlxz-con .cshow-zlxz-lf a {
        width: 77px !important;
        height: 32px !important;
        font-size: 12px !important;
        margin-top: 24px !important;
    }
    .nfoot .nfoot-tp .nfoot-tp-rt .nfoot-lx-items:nth-child(1) .nfoot-lx div:nth-child(2) {
    font-size: 17px;
    }
        .nfoot .nfoot-bt .container ul:nth-child(2) li a, .nfoot .nfoot-tp .nfoot-tp-lf .nfoot-tp-items ul li a, .nfoot .nfoot-tp .nfoot-tp-rt .nfoot-lx-items .nfoot-lx div:nth-child(2) {
        font-size: 14px;
    }
    .nfoot .nfoot-bt .container ul:nth-child(1) li div:nth-child(1) {
    font-size: 14px;
    }
    .jfa-ys .container .jfa-ys-lf div:nth-child(2) ul li {
    margin-bottom: 18px;
    padding-left: 17px;
}
.jfa-ys .container .jfa-ys-lf div:nth-child(2) ul li::before {
    width: 6px;
    height: 6px;
}
.jfa-yysl .row .jfa-yysl-items .jfa-yysl-items-con .jfa-yysl-items-bt {
        font-size: 14px;
    }
    .fw-zx form {
    margin-top: 42px;
    justify-content: space-between;
    padding: 32px 4.85% 49px 4.85%;
}
    .fw-zx form .fw-zx-items .fw-zx-bt {
        font-size: 16px;
    }
        .fw-zx form .fw-zx-items .fw-zx-check, .fw-zx form .fw-zx-items .fw-zx-input input, .fw-zx form .fw-zx-items .fw-zx-input textarea {
        font-size: 13px;
        padding: 13px 16px;
    }
    .fw-zx form .fw-zx-items .fw-zx-input {
    margin-top: 6px;
}
.fw-zx form .fw-zx-items {
    margin-bottom: 15px;
}
.fw-zx form .fw-zx-items:nth-child(1) {
    margin-bottom: 0;
}
.fw-zx form .fw-zx-items .fw-zx-check{
    margin-top: 0;
}
.fw-zx form .fw-zx-button button, .fw-zx form .fw-zx-button input {
        width: 98px;
        height: 43px;
        font-size: 16px;
    }
    .fw-zx form .fw-zx-button {
    margin-top: 22px;
}
.dc-xwhd ul li a{
    font-size: 16px;
}
.dc-xwhd ul li {
    padding-bottom: 20px;
    margin-bottom: 21px;
}
.dc-xwhd .dc-xwhd-lb .dc-xwhd-lb-rt .xwnr-swiper .swiper-wrapper .swiper-slide a:nth-child(4) {
        width: 91px;
        height: 36px;
        font-size: 13px;
    }
    .dc-bt ul li a{
        font-size: 17px;
    }
        .dc-bt .dc-more {
        font-size: 14px;
    }
    .hal-ul li a {
        font-size: 15px;
        padding: 7px 10px;
        min-width: 107px;
    }
    .hal-ul li {
    margin: 0 8px;
}
.hfa-row .dc-fa-items .dc-fa-items-con a:nth-child(2), .dc-al-row .dc-al-items .dc-al-items-con .dc-al-bt {
        font-size: 15px;
    }
    .c-con .c-con-lf .c-con-lf-tp div:nth-child(1){
        font-size: 16px;
    }
    .c-con .c-con-lf .c-con-lf-tp div:nth-child(2) {
    font-size: 2vw;
    }
    .c-con .c-con-rt .cpzx-swiper .swiper-wrapper .swiper-slide a .c-con-rt-tp div:nth-child(2) {
        font-size: 13px;
        margin-top: 6.5vh;
    }
    .head .container .head-ul .head-li:hover .head-a::after {
    width: 123%;
    }
    .sc-tz ul li .sc-tz-nr div:nth-child(2){
        font-size: 15px;
    }
    .fw-rx .container .fw-rx-lf .fw-rx-dh div:nth-child(2){
        font-size: 2.1vw;
    }
    .fw-wl .fw-wl-con .fw-wl-lf .fw-wl-dian{
        font-size: 1.1vw;
    }
    .fw-wl .fw-wl-con .fw-wl-lf .fw-wl-dw:nth-child(2) div:nth-child(3) {
    top: -183%;
}
.sc-yy-con .row .sc-yy-items .sc-yy-items-con a:nth-child(2) {
    padding: 12px 7%;
}
.pagination li a{
    font-size: 17px;
}
      .l-form {
  height: calc(100vh - 150.7px);
}
    .l-bt div {
        font-size: 15px;
        margin-top: 1.5vh;
    }
    .l-form .l-container .l-form-con form {
    margin-top: 4vh;
}
    .l-form .l-container .l-form-con form .l-form-items {
        margin-bottom: 3.3vh;
    }
    .sc-yy-con .sc-bt span {
    font-size: 2.1vw;
}
    .g-lc .container .g-lc-lf .g-lc-time .lsj-swiper .swiper-wrapper .swiper-slide{
        height: 37.5px !important;
    }
}
@media (max-width: 1199px) {
  .g-gy ul li div:nth-child(2) {
    margin-top: 22px;
  }
  .g-wh .g-wh-con li div:nth-child(2) {
    margin-left: 2.6875vw;
  }
  .g-lc .container .g-lc-lf .g-lc-time .lsj-swiper .swiper-wrapper .swiper-slide {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .g-ry .row .g-ry-items .g-ry-items-con div:nth-child(2) {
    font-size: 16px;
  }
  .g-ry {
    overflow: hidden;
  }
  .g-ry .row .g-ry-items .g-ry-items-con div:nth-child(1) {
    height: 156px;
  }
  .nfoot .nfoot-bt .container ul:nth-child(2) li a,
  .nfoot .nfoot-tp .nfoot-tp-lf .nfoot-tp-items ul li a,
  .nfoot .nfoot-tp .nfoot-tp-rt .nfoot-lx-items .nfoot-lx div:nth-child(2) {
    font-size: 14px;
  }
  .nfoot .nfoot-tp .nfoot-tp-lf .nfoot-tp-items p a {
    font-size: 17px;
  }
  .nfoot .nfoot-tp .nfoot-tp-lf .nfoot-tp-items {
    margin-right: 2.4vw;
  }
  .sc-tz ul li {
    align-items: center;
  }
  .sc-yy .container div,
  .sc-tz ul li .sc-tz-nr div:nth-child(2) {
    font-size: 15px;
  }
  .sc-ys .row {
    margin-left: -1%;
    margin-right: -1%;
  }
  .sc-ys .row .sc-ys-items {
    padding: 0 1%;
  }
  .sc-ys .sc-ys-jl ul li div:nth-child(2) {
    font-size: 16px;
    margin-top: 0;
  }
  .sc-ys .sc-ys-jl .sc-ys-jl-nr {
    font-size: 16px;
  }
  .dc-xwhd .dc-xwhd-lb .dc-xwhd-lb-rt {
    padding-bottom: 6%;
  }
  .dc-bt .dc-more {
    font-size: 14px;
  }
  .dc-xwhd .dc-xwhd-lb .dc-xwhd-lb-rt .dc-xwhd-dh .xw-prev,
  .dc-xwhd .dc-xwhd-lb .dc-xwhd-lb-rt .dc-xwhd-dh .xw-next {
    width: 43px;
    height: 43px;
  }
  .dc-xwhd .dc-xwhd-lb .dc-xwhd-lb-rt .dc-xwhd-dh .xw-next {
    margin-left: 14px;
  }
  .i-nav .container ul li a {
    font-size: 17px;
  }
  .xhd-con .xhd-items .xhd-lf div a:nth-child(1) {
    font-size: 18px;
  }
  .xhd-con .xhd-items .xhd-lf div a:nth-child(2) {
    font-size: 14px;
  }
  .xhd-con .xhd-items .xhd-lf div a:nth-child(3) {
    width: 29px;
  }
  .pagination li a {
    font-size: 14px;
  }
  .hal-con .dc-al-row .dc-al-items .dc-al-items-con .dc-al-bt {
    font-size: 16px;
  }
  .hal-con .dc-al-row {
    margin-bottom: 0;
  }
  .hal-ul li a {
    font-size: 18px;
  }
  .x-crumb .container p,
  .x-crumb .container a {
    font-size: 15px;
  }
  .xshow-con .xshow-con-lf .xshow-bt {
    font-size: 21px;
  }
  .xshow-con .xshow-con-rt .xshow-xgfa .hfa-row .dc-fa-items .dc-fa-items-con a:nth-child(2),
  .xshow-con .xshow-con-rt .xshow-xgal .dc-al-row .dc-al-items .dc-al-items-con .dc-al-bt {
    font-size: 15px;
  }
  .xshow-con .xshow-con-rt .xshow-xgfa .hfa-row .dc-fa-items .dc-fa-items-con a:nth-child(2) {
    padding-bottom: 0;
  }
  .xshow-con .xshow-con-rt .xshow-xgfa .hfa-row .dc-fa-items .dc-fa-items-con {
    padding-bottom: 18px;
  }
  .fw-xs .fw-xs-box .fw-xs-items .fw-xs-tp .fw-xs-tp-bt div:nth-child(2) {
    font-size: 21px;
  }
  .fw-xs .fw-xs-box .fw-xs-items ul li {
    padding-bottom: 19px;
    margin-bottom: 17px;
  }
  .fw-wl .fw-wl-con .fw-wl-lf .fw-wl-dw div:nth-child(3) {
    font-size: 14px;
  }
  .fw-wl .fw-wl-con .fw-wl-lf .fw-wl-dw div:nth-child(3)::before {
    top: 4.5px;
    width: 3px;
    height: 16px;
  }
  .fw-wl .fw-wl-rt ul li .fw-wl-bt,
  .fw-wl .fw-wl-rt ul li .fw-wl-tp div:nth-child(2) {
    font-size: 14px;
  }
  .fw-wl .fw-wl-rt ul li .fw-wl-tp div:nth-child(1) p:nth-child(2) {
    margin-left: 7px;
  }
  .fw-zx form .fw-zx-items .fw-zx-bt {
    font-size: 18px;
  }
  .fw-zx form .fw-zx-button button,
  .fw-zx form .fw-zx-button input {
    width: 120px;
    height: 50px;
    font-size: 18px;
  }
  .c-con .c-con-rt .cpzx-swiper .swiper-wrapper .swiper-slide a .c-con-rt-tp div:nth-child(1) {
    color: #fff;
  }
  .c-con .c-con-rt .cpzx-swiper .swiper-wrapper .swiper-slide a .c-con-rt-tp div:nth-child(2) {
    transform: translateY(0vh);
    opacity: 1;
    margin-top: 6.5vh;
  }
  .c-con .c-con-lf {
    width: calc(100%/3);
  }
  .c-con .c-con-rt {
    width: calc(100% / 3 * 2);
  }
  .c-con .c-con-rt .cpzx-swiper .swiper-wrapper .swiper-slide a .c-con-rt-bt {
    opacity: 1;
  }
  .cshow-bt {
    font-size: 22px;
  }
  .cshow-con .cshow-rt .cshow-cp-box .cshow-cp-box-items div a {
    font-size: 15px;
  }
  .cshow-con .cshow-rt .cshow-cp-box .cshow-cp-box-items div p {
    width: 12px;
  }
  .cshow-zlxz .cshow-zlxz-con .cshow-zlxz-lf div {
    font-size: 20px;
  }
  .cj-con .row .cj-items .cj-items-con div:nth-child(1) p {
    height: 20.75vw;
  }
  .cj-con .row .cj-items .cj-items-con div:nth-child(2) {
    font-size: 17px;
  }
  .cjshow-cpfa .cjshow-cpfa-con .cjshow-cpfa-list .cjshow-cpfa-list-con .cjshow-cpfa-nr div:nth-child(2) {
    font-size: 16px;
  }
  .cjshow-cpfa .cjshow-cpfa-con .cjshow-cpfa-list .cjshow-cpfa-list-con .cjshow-cpfa-nr div:nth-child(2) ul li::before {
    top: 7px;
    width: 6px;
    height: 6px;
}
.cj-con .row .cj-items{
    flex: 0  calc(100%/3);
    max-width: calc(100%/3);
}
.cshow-con .container .cshow-lf .cshow-lf-tp {
    height: 333px;
}
.jfa-ys .container .jfa-ys-rt {
    width: 34.35%;
}
.jfa-bt2 {
    font-size: 20px;
}
}
@media (max-width: 990px) {
  .g-bt {
    font-size: 21px;
  }
  .g-jd .container .g-jd-lf {
    width: 43%;
  }
  .g-wh .g-wh-con li div:nth-child(1) p:nth-child(2) {
    font-size: 19px;
  }
  .g-wh .g-wh-con {
    margin-left: 14.3%;
  }
  .g-lc .container .g-lc-lf {
    width: 17.23%;
  }
  .g-ry .row {
    margin-left: -3%;
    margin-right: -3%;
  }
  .g-ry .row .g-ry-items {
    padding: 0 3%;
  }
  .g-ry .row .g-ry-items .g-ry-items-con div:nth-child(2) {
    line-height: 1.3;
  }
  .g-hb .g-hb-con .g-hb-items {
    width: 20%;
  }
  .g-hb .g-hb-con .g-hb-items .g-hb-items-con {
    height: 10.729vw;
  }
  .nfoot .nfoot-tp .nfoot-tp-lf,
  .nfoot .nfoot-tp {
    display: block;
  }
  .nfoot .nfoot-tp .nfoot-tp-lf .nfoot-tp-items p a {
    font-size: 14px;
  }
  .nfoot .nfoot-tp .nfoot-tp-lf .nfoot-tp-items {
    margin-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 6px;
    margin-bottom: 8px;
    padding-left: 15px;
    padding-right: 10px;
  }
  .nfoot .nfoot-tp .nfoot-tp-lf .nfoot-tp-items p {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
  }
  .nfoot .nfoot-tp .nfoot-tp-lf .nfoot-tp-items p span {
    display: block;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
  }
  .nfoot .nfoot-tp .nfoot-tp-lf .nfoot-tp-items ul {
    display: none;
    margin-top: 5px;
    margin-left: 10px;
  }
  .nfoot .nfoot-tp .nfoot-tp-lf .nfoot-tp-items ul li a {
    font-size: 13px;
  }
  .nfoot .nfoot-tp .nfoot-tp-lf .nfoot-tp-items ul li {
    margin-bottom: 4px;
  }
  .nfoot {
    padding-top: 11%;
  }
  .nfoot .nfoot-tp .nfoot-tp-rt .nfoot-lx-items .nfoot-lx {
    margin-left: 17px;
  }
  .nfoot .nfoot-tp .nfoot-tp-rt .nfoot-lx-items .nfoot-ico {
    width: 25px;
  }
  .nfoot .nfoot-tp .nfoot-tp-rt .nfoot-lx-items:nth-child(1) .nfoot-lx div:nth-child(2) {
    font-size: 17px;
  }
  .nfoot .nfoot-tp .nfoot-tp-rt .nfoot-lx-items {
    margin-bottom: 12px;
  }
  .nfoot .nfoot-tp .nfoot-tp-rt .nfoot-lx-items .nfoot-lx div:nth-child(2) {
    font-size: 13px;
    margin-top: 0;
  }
  .nfoot .nfoot-tp .nfoot-tp-rt {
    top: 0;
    margin-top: 37px;
  }
  .nfoot .nfoot-bt .container ul:nth-child(1) li div:nth-child(2) {
    width: 21.4vw;
    height: 21.4vw;
  }
  .nfoot .nfoot-bt .container ul:nth-child(1) li div:nth-child(1) {
    font-size: 13px;
  }
  .nfoot .nfoot-bt .container ul:nth-child(1) {
    justify-content: flex-start;
  }
  .nfoot .nfoot-bt {
    margin-top: 30px;
    padding-top: 8.7%;
  }
  .nfoot .nfoot-bt .container ul:nth-child(2) li a {
    font-size: 12px;
  }
  .nfoot .nfoot-bt .container ul:nth-child(2) {
    margin-top: 7.2%;
    padding-bottom: 7.5%;
    flex-wrap: wrap;
  }
  .nfoot .nfoot-bg {
    max-width: 34.5%;
  }
  .sc-ban .gban-con {
    top: 0;
  }
  .i-ban .gban-con .scban-nr {
    font-size: 15px;
  }
  .i-ban .gban-con .scban-lj a img {
    margin-right: 7px;
    width: 23px;
  }
  .sc-ys .sc-ys-jl a,
  .i-ban .gban-con .scban-lj a {
    font-size: 14px;
    width: 120px;
    height: 41px;
  }
  .i-crumb .container p,
  .i-crumb .container a {
    font-size: 15px;
  }
  .sc-bt span {
    margin: 0 15px;
  }
  .sc-tz ul li .sc-tz-nr div:nth-child(1) {
    font-size: 18px;
  }
  .sc-yy .container div,
  .sc-tz ul li .sc-tz-nr div:nth-child(2) {
    font-size: 14px;
  }
  .sc-tz ul li .sc-tz-nr {
    margin-left: 25px;
  }
  .sc-yy .container div {
    margin-top: 27px;
  }
  .sc-ys .row .sc-ys-items {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 53px;
    padding: 0 9%;
  }
  .sc-ys .row .sc-ys-items:nth-child(2n):after {
    display: none;
  }
  .sc-ys .row .sc-ys-items .sc-ys-items-con div:nth-child(2) {
    margin-top: 7%;
  }
  .sc-ys .row .sc-ys-items .sc-ys-items-con div:nth-child(2),
  .sc-yy-con .row .sc-yy-items .sc-yy-items-con a:nth-child(2) {
    font-size: 16px;
  }
  .sc-ys .sc-ys-jl {
    margin-top: 15px;
  }
  .sc-ys .row .sc-ys-items::after {
    height: 8.042vw;
  }
  .l-container {
    max-width: 92.8%;
  }
  .l-form .l-form-bg {
    position: relative;
    width: 100%;
    height: 43vw;
  }
  .l-form .l-container .l-form-con {
    width: 100%;
    padding-top: 74px;
    padding-bottom: 58px;
    left: 0;
  }
  .l-form .l-container .l-form-con form {
    margin-top: 43px;
  }
  .l-lxwm {
    padding-top: 60px;
  }
  .l-lxwm .l-container {
    display: block;
  }
  .l-lxwm .l-container .l-lxwm-rt {
    width: 100%;
    left: 0;
    margin-top: 35px;
  }
  .dc-bt ul li a,
  .dc-xwhd ul li a,
  .dc-xwhd .dc-xwhd-lb .dc-xwhd-lb-rt .xwnr-swiper .swiper-wrapper .swiper-slide a:nth-child(2) {
    font-size: 18px;
  }
  .hfa-row .dc-fa-items .dc-fa-items-con a:nth-child(2),
  .dc-al-row .dc-al-items .dc-al-items-con .dc-al-bt {
    font-size: 15px;
  }
  .xhd-con .xhd-items .xhd-rt p:nth-child(2) {
    font-size: 14px;
  }
  .hal-con .dc-al-row .dc-al-items .dc-al-items-con {
    height: 100%;
  }
  .hal-con .dc-al-row .dc-al-items .dc-al-items-con .dc-al-bt {
    font-size: 15px;
    padding: 0 7%;
    padding-bottom: 7%;
    margin-top: 7%;
  }
  .xshow-con {
    display: block;
  }
  .xshow-con .xshow-con-lf,
  .xshow-con .xshow-con-rt {
    width: 100%;
  }
  .xshow-con .xshow-con-lf .xshow-content {
    margin-top: 45px;
  }
  .xshow-con .xshow-con-rt {
    margin-top: 65px;
  }
  .xshow-con .xshow-con-rt .xshow-xgfa .hfa-row .dc-fa-items,
  .xshow-con .xshow-con-rt .xshow-xgal .dc-al-row .dc-al-items {
    flex: 0 0 calc(100% / 3);
  }
  .xshow-con .xshow-con-rt .xshow-xgal .dc-al-row .dc-al-items .dc-al-items-con {
    height: 100%;
  }
  .xshow-con .xshow-con-rt .xshow-xgal .dc-al-row .dc-al-items:last-child {
    margin-bottom: 28px;
  }
  .xshow-con .xshow-con-rt .xshow-xgal .dc-al-row .dc-al-items .dc-al-items-con .dc-al-sp div:nth-child(1) p {
    height: 16.53vw;
  }
  .xshow-con .xshow-con-rt .xshow-xgfa .hfa-row .dc-fa-items:last-child {
    margin-bottom: 30px;
  }
  .xshow-con .xshow-con-rt .xshow-xgfa .hfa-row .dc-fa-items .dc-fa-items-con {
    height: 100%;
  }
  .xshow-con .xshow-con-rt .xshow-xgfa .hfa-row .dc-fa-items .dc-fa-items-con a:nth-child(1) p {
    height: 35.3vw;
  }
  .fw-xs .fw-xs-box .fw-xs-items ul li,
  .fw-xs .fw-xs-box .fw-xs-items .fw-xs-tp .fw-xs-tp-bt div:nth-child(1),
  .fw-bt .fw-ms {
    font-size: 14px;
  }
  .fw-xs .fw-xs-box .fw-xs-items {
    width: 43.1%;
  }
  .fw-wl .fw-wl-con {
    display: block;
  }
  .fw-wl .fw-wl-con .fw-wl-lf {
    width: 86%;
  }
  .fw-wl .fw-wl-rt {
    width: 100%;
    top: 0;
    margin-top: 60px;
  }
  .fw-wl .fw-wl-rt ul li {
    padding-bottom: 6.8%;
    padding-top: 19px;
  }
  .fw-wl .fw-wl-rt ul li:nth-child(3) {
    padding-bottom: 5.6%;
  }
  .fw-zx form .fw-zx-items .fw-zx-bt {
    font-size: 17px;
  }
  .c-con {
    display: block;
    height: auto;
  }
  .c-con .c-con-lf {
    width: 100%;
    padding: 69px 5% 69px 5%;
  }
  .c-con .c-con-lf .c-con-lf-tp div:nth-child(1),
  .c-con .c-con-rt .cpzx-swiper .swiper-wrapper .swiper-slide a .c-con-rt-tp div:nth-child(1) {
    font-size: 21px;
  }
  .c-con .c-con-lf .c-con-lf-tp div:nth-child(2) {
    font-size: 18px;
    margin-top: 21px;
  }
  .c-con .c-con-lf .c-con-lf-bt {
    display: none;
  }
  .c-con .c-con-rt {
    width: 100%;
  }
  .c-con .c-con-rt .cpzx-swiper .swiper-wrapper {
    display: block !important;
    transform: translate3d(0px, 0px, 0px) !important;
  }
  .c-con .c-con-rt .cpzx-swiper .swiper-wrapper .swiper-slide {
    width: 100% !important;
  }
  .c-con .c-con-rt .cpzx-swiper .swiper-wrapper .swiper-slide a {
    padding: 69px 0 53px 0;
    height: auto;
  }
  .c-con .c-con-rt .cpzx-swiper .swiper-wrapper .swiper-slide a .c-con-rt-tp {
    padding: 0 5% 0 5%;
  }
  .c-con .c-con-rt .cpzx-swiper .swiper-wrapper .swiper-slide a .c-con-rt-tp div:nth-child(2) {
    margin-top: 24px;
  }
  .c-con .c-con-rt .cpzx-swiper .swiper-wrapper .swiper-slide a .c-con-rt-bt {
    margin-top: 75px;
    height: 255px;
  }
  .i-nav .container ul li a {
    font-size: 16px;
  }
  .c-nav .container ul li {
    margin: 0 1.4vw;
  }
  .clist-con .row .clist-items .clist-items-con div:nth-child(2) {
    font-size: 15px;
  }
  .cshow-con .container {
    display: block;
  }
  .cshow-con .container .cshow-lf {
    width: 100%;
  }
  .cshow-con .container .cshow-lf .cshow-content h4 {
    margin-top: 48px;
  }
  .cshow-con .cshow-rt {
    width: 100%;
    margin-top: 59px;
  }
  .cshow-con .cshow-rt .cshow-cp-box {
    padding: 37px 5% 40px 5%;
  }
  .cshow-con .cshow-rt .cshow-cp-box .cshow-cp-box-items ul li {
    padding: 0 2.8%;
  }
  .cshow-zlxz .cshow-zlxz-con {
    padding: 33px 29.8% 26px 25%;
  }
  .cshow-zlxz .cshow-zlxz-con .cshow-zlxz-lf .zlxz-a {
    font-size: 14px;
  }
  .cshow-fw .cshow-zlxz-con .cshow-zlxz-lf {
    width: 51%;
    white-space: nowrap;
  }
  #sale {
    top: -10%;
}
#hotline{
    top: -10%;
}
#network {
    top: -10%;
}
#consultation{
    top: -5%;
}
#honor {
    top: -15%;
}
#history {
    top: -5%;
}
#partner {
    top: -10%;
}
#project {
    top: -30%;
}
#culture {
    top: -8%;
}
  .cj-con .row .cj-items {
    flex: 0 0 50%;
    max-width: 100%;
  }
  .cj-con .row .cj-items .cj-items-con div:nth-child(1) p {
    height: 31.75vw;
  }
  .cjshow-gj .row .cjshow-gj-items{
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 54px
  }
  .cjshow-gj .row .cjshow-gj-items:last-child{
      margin-bottom: 0;
  }
  .jfa-jj .jfa-bt{
      font-size: 22px;
  }
  .jfa-ys .container{
      display: block;
  }
  .jfa-ys .container .jfa-ys-lf,.jfa-ys .container .jfa-ys-rt{
      width: 100%;
  }
  .jfa-ys .container .jfa-ys-rt{
      margin-top: 35px;
  }
  .fw-wl .fw-wl-rt{
      position: relative;
  }
  .fw-wl .fw-wl-rt ul {
    width: 100%;
    left: 0;
}
      .l-form {
  height: auto;
}
.sc-yy-con .sc-bt span {
        font-size: 21px;
    }
    .sc-yy-con .sc-bt {
    margin-bottom: 32px;
    }
}
@media (max-width: 767px) {
  .i-ban .gban-con .yc h3 {
    font-size: 22px;
    letter-spacing: 0 !important;
  }
  .sc-yy-con .row .sc-yy-items{
      flex: 0 0 50%;
      max-width: 50%;
          margin-bottom: 24px;
  }
  .sc-yy-con .row .sc-yy-items .sc-yy-items-con a:nth-child(1) p {
    height: 30.448vw;
}
  .g-bt {
    font-size: 20px;
  }
  .g-lc .container .g-lc-rt .lnr-swiper .swiper-wrapper .swiper-slide .llc-nr div:nth-child(2),
  .g-wh .g-wh-con li div:nth-child(2),
  .g-jd .container .g-jd-lf ul li div:nth-child(2),
  .g-jd .container .g-jd-lf .g-jd-con,
  .g-gy ul li div:nth-child(2),
  .g-gy .g-gy-con .g-gy-nr {
    font-size: 14px;
  }
  .g-gy {
    margin-top: 66px;
  }
  .g-gy .g-gy-con .g-gy-nr {
    margin-top: 30px;
  }
  .g-gy ul {
    flex-wrap: wrap;
    margin-top: 45px;
  }
  .g-gy ul li div:nth-child(1) p:nth-child(1) {
    font-size: 36px;
  }
  .g-gy ul li div:nth-child(1) p:nth-child(3) {
    font-size: 15px;
  }
  .g-gy ul li div:nth-child(1) p:nth-child(2) {
    font-size: 14px;
  }
  .g-gy ul li div:nth-child(1) {
    padding-bottom: 12px;
  }
  .g-gy ul li div:nth-child(2) {
    margin-top: 17px;
  }
  .g-gy ul li {
    width: 47.2%;
    margin-bottom: 45px;
  }
  .g-jd {
    margin-top: 28px;
  }
  .g-jd .container .g-jd-lf {
    width: 100%;
    padding-bottom: 50px;
    padding-top: 69px;
  }
  .g-jd .g-jd-rt {
    position: relative;
    height: 83vw;
    width: 100%;
  }
  .g-jd .container .g-jd-lf .g-jd-con {
    margin-top: 22px;
  }
  .g-jd .container .g-jd-lf ul li div:nth-child(1) {
    width: 28.375vw;
    height: 33.02vw;
  }
  .g-jd .container .g-jd-lf ul {
    margin-top: 42px;
  }
  .g-jd .container .g-jd-lf ul li {
    margin-right: 3.08vw;
  }
  .g-jd .container .g-jd-lf ul li div:nth-child(2) {
    margin-top: 14px;
  }
  .g-wh {
    display: block;
    padding-top: 69px;
    padding-bottom: 66px;
  }
  .g-wh .g-wh-con {
    margin-left: 0;
    margin-top: 57px;
  }
  .g-wh .g-wh-con li {
    display: block;
    padding: 11% 2.3% 11% 5.3%;
  }
  .g-wh .g-wh-con li div:nth-child(1) {
    width: 100%;
  }
  .g-wh .g-wh-con li div:nth-child(1) p:nth-child(2) {
    font-size: 18px;
  }
  .g-wh .g-wh-con li div:nth-child(1) p:nth-child(1) {
    width: 31px;
  }
  .g-wh .g-wh-con li div:nth-child(1) p:nth-child(2) {
    margin-left: 14px;
  }
  .g-wh .g-wh-con li div:nth-child(2) {
    margin-left: 0;
    margin-top: 17px;
  }
  .g-wh .g-wh-bg {
    height: 120%;
    max-width: initial;
  }
  .g-lc .container {
    display: block;
  }
  .g-lc .container .g-lc-rt,
  .g-lc .container .g-lc-lf {
    width: 100%;
    top: 0;
  }
  .g-lc {
    padding-top: 69px;
    padding-bottom: 65px;
  }
  .g-lc .container .g-lc-lf .g-lc-time {
    margin-top: 50px;
  }
  .g-lc .container .g-lc-rt {
    margin-top: 39px;
  }
  .g-lc .container .g-lc-rt .lnr-swiper .swiper-wrapper .swiper-slide .llc-nr {
    display: block;
  }
  .g-lc .container .g-lc-rt .lnr-swiper .swiper-wrapper .swiper-slide .llc-nr div:nth-child(1) {
    width: 100%;
  }
  .g-lc .container .g-lc-rt .lnr-swiper .swiper-wrapper .swiper-slide .llc-nr div:nth-child(2) {
    width: 100%;
    margin-top: 10px;
  }
  .g-ry {
    margin-top: 69px;
  }
  .g-ry .row .g-ry-items {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 36px;
  }
  .g-ry .row .g-ry-items .g-ry-items-con div:nth-child(1) {
    height: 105px;
  }
  .g-ry .row {
    margin-top: 41px;
  }
  .g-ry .row .g-ry-items .g-ry-items-con div:nth-child(2) {
    margin-top: 14px;
    font-size: 14px;
  }
  .g-hb {
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .g-hb .g-hb-con .g-hb-items {
    width: calc(100% / 3);
  }
  .g-hb .g-hb-con .g-hb-items .g-hb-items-con {
    height: 22.729vw;
  }
  .g-hb .g-hb-con {
    margin-top: 31px;
  }
  .i-ban .gban-con .scban-nr {
    font-size: 13px;
    margin-top: 13px;
  }
  .sc-ys .sc-ys-jl a,
  .i-ban .gban-con .scban-lj a {
    font-size: 13px;
    width: 111px;
    height: 38px;
  }
  .i-ban .gban-con .scban-lj {
    margin-top: 19px;
  }
  .i-ban .i-bg img {
    max-width: 163%;
    position: relative;
    left: -20%;
  }
  .i-crumb .container p,
  .i-crumb .container a {
    font-size: 14px;
  }
  .i-crumb {
    padding: 12px 0;
  }
  .sc-bt span {
    font-size: 20px;
  }
  .sc-bt img {
    max-width: 9px;
  }
  .sc-tz {
    margin-top: 69px;
  }
  .sc-tz ul li {
    width: 100%;
    margin-bottom: 39px;
  }
  .sc-tz ul li:last-child {
    margin-bottom: 0;
  }
  .sc-tz ul li .sc-tz-nr div:nth-child(2) {
    margin-top: 8px;
  }
  .sc-tz ul li .tubiao {
    width: 15.25vw;
    height: 15.25vw;
  }
  .sc-tz ul {
    margin-top: 42px;
  }
  .sc-tz ul li .sc-tz-nr div:nth-child(1) {
    font-size: 17px;
  }
  .sc-yy {
    padding-top: 69px;
    padding-bottom: 53px;
    margin-top: 60px;
  }
  .sc-yy .container div {
    margin-top: 31px;
  }
  .sc-ys .row .sc-ys-items .sc-ys-items-con div:nth-child(2),
  .sc-yy-con .row .sc-yy-items .sc-yy-items-con a:nth-child(2) {
    font-size: 14px;
  }
  .sc-yy-con {
    margin-top: 35px;
  }
  .sc-yy-con .row .sc-yy-items .sc-yy-items-con a:nth-child(2) {
    /*margin-top: 12px;*/
  }
  .sc-ys {
    margin-top: 38px;
    margin-bottom: 54px;
  }
  .sc-ys .row .sc-ys-items .sc-ys-items-con div:nth-child(1) {
    height: 35px;
  }
  .sc-ys .row .sc-ys-items .sc-ys-items-con div:nth-child(2) {
    margin-top: 19px;
  }
  .sc-ys .row {
    margin-top: 49px;
  }
  .sc-ys .row .sc-ys-items {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 44px;
    padding: 0 6%;
  }
  .sc-ys .row .sc-ys-items::after {
    height: 100%;
  }
  .sc-ys .sc-ys-jl {
    margin-top: 19px;
  }
  .sc-ys .sc-ys-jl ul li div:nth-child(1) {
    font-size: 31px;
  }
  .sc-ys .sc-ys-jl ul {
    display: block;
    margin-top: 27px;
  }
  .sc-ys .sc-ys-jl h3 span {
    margin: 0;
  }
  .sc-ys .sc-ys-jl h3 {
    text-align: center;
  }
  .sc-ys .sc-ys-jl {
    padding-top: 12.7%;
    padding-bottom: 15%;
  }
  .sc-ys .sc-ys-jl ul li div:nth-child(2) {
    font-size: 14px;
    margin-top: 4px;
  }
  .sc-ys .sc-ys-jl ul li {
    margin: 0;
    margin-bottom: 15px;
  }
  .sc-ys .sc-ys-jl ul li:last-child {
    margin-bottom: 0;
  }
  .sc-ys .sc-ys-jl .sc-ys-jl-nr {
    font-size: 14px;
    margin-top: 25px;
  }
  .sc-ys .sc-ys-jl a {
    margin-top: 26px;
  }
  .l-form .l-form-bg {
    height: 62vw;
  }
  .l-bt h3 {
    font-size: 20px;
  }
  .l-bt div {
    font-size: 14px;
    margin-top: 19px;
  }
  .l-form .l-container .l-form-con {
    padding-top: 69px;
  }
  .l-form .l-container .l-form-con form .l-form-items {
    width: 100%;
  }
  .l-form .l-container .l-form-con form .l-form-items .l-form-input {
    font-size: 14px;
    padding-bottom: 13px;
    padding: 0 14px;
    padding-bottom: 16px;
  }
  .l-form .l-container .l-form-con form .l-form-items {
    margin-bottom: 26px;
  }
  .l-form .l-container .l-form-con form .l-form-items.xz .l-form-input {
    background-position: 95% 26%;
  }
  .l-form .l-container .l-form-con form {
    margin-top: 40px;
  }
  .l-form .l-container .l-form-con form .l-form-items ul li {
    font-size: 14px;
  }
  .l-form .l-container .l-form-con form .l-form-items:nth-child(9) button {
    width: 93px;
    height: 43px;
    font-size: 16px;
  }
  .l-form .l-container .l-form-con form .l-form-items:nth-child(9) {
    margin-top: 10px;
  }
  .l-lxwm {
    padding-top: 69px;
    padding-bottom: 60px;
  }
  .l-lxwm .l-container .l-lxwm-rt .l-lxwm-items .nr {
    font-size: 16px;
  }
  .l-lxwm .l-container .l-lxwm-rt .l-lxwm-items:nth-child(3) .nr,
  .l-lxwm .l-container .l-lxwm-rt .l-lxwm-items:nth-child(4) .nr {
    font-size: 16px;
    padding-left: 7%;
  }
  .l-lxwm .l-container .l-lxwm-rt .l-lxwm-items {
    padding: 9.6% 0;
  }
  .l-lxwm .l-container .l-lxwm-rt .l-lxwm-items:nth-child(3),
  .l-lxwm .l-container .l-lxwm-rt .l-lxwm-items:nth-child(4) {
    padding: 10.8% 0;
  }
  .dc-xwhd {
    margin-top: 69px;
  }
  .dc-xwhd .dc-xwhd-lb {
    display: block;
  }
  .dc-xwhd .dc-xwhd-lb .dc-xwhd-lb-lf {
    width: 100%;
  }
  .dc-xwhd .dc-xwhd-lb .dc-xwhd-lb-lf .xwtp-swiper,
  .dc-xwhd .dc-xwhd-lb .dc-xwhd-lb-lf .xwtp-swiper .swiper-wrapper,
  .dc-xwhd .dc-xwhd-lb .dc-xwhd-lb-lf .xwtp-swiper .swiper-wrapper .swiper-slide,
  .dc-xwhd .dc-xwhd-lb .dc-xwhd-lb-lf .xwtp-swiper .swiper-wrapper .swiper-slide a,
  .dc-xwhd .dc-xwhd-lb .dc-xwhd-lb-lf .xwtp-swiper .swiper-wrapper .swiper-slide,
  .dc-xwhd .dc-xwhd-lb .dc-xwhd-lb-lf .xwtp-swiper .swiper-wrapper .swiper-slide a p {
    height: 53vw;
  }
  .dc-xwhd .dc-xwhd-lb .dc-xwhd-lb-rt {
    padding: 44px 5% 44px 5%;
    width: 100%;
  }
  .dc-bt ul li a,
  .dc-xwhd ul li a,
  .dc-xwhd .dc-xwhd-lb .dc-xwhd-lb-rt .xwnr-swiper .swiper-wrapper .swiper-slide a:nth-child(2) {
    font-size: 17px;
  }
  .dc-xwhd .dc-xwhd-lb .dc-xwhd-lb-rt .xwnr-swiper .swiper-wrapper .swiper-slide p {
    font-size: 15px;
  }
  .dc-xwhd .dc-xwhd-lb .dc-xwhd-lb-rt .xwnr-swiper .swiper-wrapper .swiper-slide a:nth-child(2) {
    margin-top: 29px;
    margin-bottom: 18px;
  }
  .dc-xwhd .dc-xwhd-lb .dc-xwhd-lb-rt .xwnr-swiper .swiper-wrapper .swiper-slide a:nth-child(3) {
    margin-bottom: 38px;
  }
  .dc-xwhd .dc-xwhd-lb .dc-xwhd-lb-rt .dc-xwhd-dh {
    right: 5%;
    bottom: 44px;
  }
  .dc-xwhd .dc-xwhd-lb .dc-xwhd-lb-rt .xwnr-swiper .swiper-wrapper .swiper-slide a:nth-child(3) {
    font-size: 14px;
  }
  .dc-xwhd .dc-xwhd-lb .dc-xwhd-lb-rt .xwnr-swiper .swiper-wrapper .swiper-slide a:nth-child(4) {
    width: 106px;
    height: 40px;
    font-size: 14px;
  }
  .dc-xwhd ul li {
    width: 100%;
    padding-bottom: 22px;
    margin-bottom: 26px;
  }
  .dc-xwhd ul li p {
    font-size: 14px;
  }
  .dc-xwhd ul {
    margin-top: 44px;
  }
  .dc-al {
    margin-top: 49px;
    padding-top: 69px;
    padding-bottom: 30px;
  }
  .dc-al .container .dc-al-con {
    margin-top: 50px;
  }
  .dc-al-row .dc-al-items {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .dc-al-row .dc-al-items .dc-al-items-con .dc-al-sp div:nth-child(1) p {
    height: 29.583vw;
  }
  .dc-al-row .dc-al-items .dc-al-items-con .dc-al-sp div:nth-child(1) img {
    width: 33px;
  }
  .dc-al-row .dc-al-items .dc-al-items-con .dc-al-bt {
    margin-top: 18px;
  }
  .dc-al-row .dc-al-items {
    margin-bottom: 7px;
  }
  .hfa-row .dc-fa-items .dc-fa-items-con a:nth-child(2),
  .dc-al-row .dc-al-items .dc-al-items-con .dc-al-bt {
    font-size: 14px;
  }
  .dc-bt ul li a::after {
    width: 110%;
  }
  .dc-bt ul li {
    margin: 0 4vw;
  }
  .dc-fa {
    margin-top: 69px;
    margin-bottom: 22px;
  }
  .dc-fa .dc-fa-con {
    margin-top: 39px;
  }
  .hfa-row .dc-fa-items {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 38px;
  }
  .hfa-row .dc-fa-items .dc-fa-items-con a:nth-child(1) p {
    height: 54.92vw;
  }
  .xhd-con .xhd-items .xhd-lf {
    display: block;
    padding-right: 0;
  }
  .xhd-con .xhd-items {
    display: block;
    padding: 81px 4.1% 40px 3.8%;
    position: relative;
  }
  .xhd-con .xhd-items:nth-child(1) {
    padding-top: 20px;
  }
  .xhd-con .xhd-items .xhd-lf .xhd-thumb {
    display: block;
  }
  .xhd-con .xhd-items .xhd-lf div,
  .xhd-con .xhd-items .xhd-lf .xhd-thumb {
    width: 100%;
  }
  .xhd-con .xhd-items .xhd-lf .xhd-thumb p {
    height: 53.1458vw;
  }
  .xhd-con .xhd-items .xhd-lf div a:nth-child(1) {
    font-size: 17px;
  }
  .xhd-con .xhd-items .xhd-lf div {
    margin-top: 40px;
  }
  .xhd-con .xhd-items .xhd-lf div a:nth-child(2) {
    margin-top: 6%;
    margin-bottom: 16%;
  }
  .xhd-con .xhd-items .xhd-rt {
    padding: 3.13vw 2.52vw;
    margin-top: 29px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
  .xhd-con .xhd-items .xhd-rt p:nth-child(1) {
    font-size: 25px;
  }
  .xhd-con {
    margin-top: 55px;
    margin-bottom: 63px;
  }
  .i-nav {
    display: none;
  }
  .c-nav{
      display: block;
  }
  .c-nav .container ul{
      flex-wrap: wrap;
      justify-content: space-between;
  }
  .c-nav .container ul li {
        margin: 0;
        width: 50%;
    }
    .i-nav .container ul li a {
        font-size: 13px;
            padding: 9px 0;
    }
    .i-nav .container ul li a::after{
        height: 2px;
        left: 0 !important;
        transform: initial !important;
    }
    .i-nav .container ul li a{
        width: fit-content;
    }
  .xhd-con .xhd-items:nth-last-child(2) {
    margin-bottom: 12.5%;
  }
  .pagination {
    flex-wrap: wrap;
  }
  .pagination li {
    margin: 0 4px;
    margin-bottom: 12px;
  }
  .pagination li a {
    font-size: 13px;
    padding: 4.25px 13px;
  }
  .xhd-con .xhd-items .xhd-rt p:nth-child(2) {
    font-size: 15px;
    position: relative;
    top: -3px;
    margin-left: 9px;
  }
  .xhd-con .xhd-items .xhd-rt {
    position: absolute;
    right: 0;
    bottom: 6.2%;
    padding: 2.13vw 5.52vw;
  }
  .hal-con {
    margin-top: 71px;
    margin-bottom: 60px;
  }
  .hal-ul li a {
        font-size: 15px;
        min-width: 67px;
        white-space: nowrap;
        padding: 7px 10px;
  }
  .hal-ul li {
                    margin: 0 1.5vw;
  }
  .hal-con .dc-al-row .dc-al-items .dc-al-items-con .dc-al-bt {
    font-size: 14px;
    padding: 0 7%;
    padding-bottom: 15px;
    margin-top: 16px;
  }
  .hal-con .dc-al-row .dc-al-items {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .hal-con .dc-al-row .dc-al-items .dc-al-items-con .dc-al-sp div:nth-child(1) p {
    height: 50.583vw;
  }
  .hal-con .dc-al-row {
    margin-bottom: 14px;
  }
  .hfa-con {
    margin-top: 69px;
    margin-bottom: 60px;
  }
  .hfa-con .hfa-row {
    margin-top: 49px;
  }
  .hfa-con .dc-fa-items .dc-fa-items-con a:nth-child(2) {
    padding: 0 7%;
  }
  .x-crumb .container p,
  .x-crumb .container a {
    font-size: 14px;
  }
  .xshow-con .xshow-con-lf .xshow-bt {
    font-size: 18px;
    line-height: 1.5;
  }
  .xshow-con {
    margin-top: 69px;
    margin-bottom: 40px;
  }
  .xshow-con .xshow-con-lf .xshow-dh p,
  .xshow-con .xshow-con-lf .xshow-dh a,
  .xshow-con .xshow-con-lf .xshow-content,
  .xshow-con .xshow-con-lf .xshow-sj li {
    font-size: 14px;
  }
  .xshow-con .xshow-con-lf .xshow-sj li {
    font-size: 13px;
  }
  .xshow-con .xshow-con-lf .xshow-sj {
    margin-top: 20px;
  }
  .xshow-con .xshow-con-lf .xshow-zy {
    font-size: 14px;
    padding: 26px 5% 21px 5%;
    margin-top: 39px;
  }
  .xshow-con .xshow-con-lf .xshow-content {
    margin-top: 34px;
  }
  .xshow-con .xshow-con-rt .xshow-xgfa .hfa-row .dc-fa-items,
  .xshow-con .xshow-con-rt .xshow-xgal .dc-al-row .dc-al-items {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .xshow-con .xshow-con-rt .xshow-xgal .dc-al-row {
    margin-top: 34px;
  }
  .xshow-con .xshow-con-rt .xshow-xgal .dc-al-row .dc-al-items .dc-al-items-con .dc-al-sp div:nth-child(1) p {
    height: 51.53vw;
  }
  .xshow-con .xshow-con-rt .xshow-xgfa {
    margin-top: 46px;
  }
  .xshow-con .xshow-con-rt .xshow-xgfa .hfa-row .dc-fa-items .dc-fa-items-con a:nth-child(1) p {
    height: 107.3vw;
  }
  .xshow-con .xshow-con-rt .xshow-xgfa .hfa-row {
    margin-top: 37px;
  }
  .fw-xs {
    margin-top: 69px;
  }
  .fw-bt .fw-ms {
    margin-top: 14px;
  }
  .fw-xs .fw-xs-img {
    margin-top: 49px;
  }
  .fw-xs .fw-xs-box {
    display: block;
    margin-top: 57px;
  }
  .fw-xs .fw-xs-box .fw-xs-items {
    width: 100%;
  }
  .fw-xs .fw-xs-box .fw-xs-items:nth-child(1) {
    margin-bottom: 71px;
  }
  .fw-xs .fw-xs-box::before {
    display: none;
  }
  .fw-xs .fw-xs-box .fw-xs-items .fw-xs-tp .fw-xs-tp-bt div:nth-child(2) {
    font-size: 19px;
  }
  .fw-xs .fw-xs-box .fw-xs-items .fw-xs-tp .fw-xs-tp-bt div:nth-child(2) {
    margin-top: 17px;
  }
  .fw-xs .fw-xs-box .fw-xs-items .fw-xs-tp .fw-xs-tp-tb {
    max-width: 11.208vw;
  }
  .fw-xs .fw-xs-box .fw-xs-items ul li,
  .fw-xs .fw-xs-box .fw-xs-items .fw-xs-tp .fw-xs-tp-bt div:nth-child(1),
  .fw-bt .fw-ms {
    font-size: 15px;
  }
  .fw-xs .fw-xs-box .fw-xs-items ul {
    margin-top: 43px;
  }
  .fw-ban .gban-con .scban-lj {
    margin-top: 31px;
  }
  .fw-xs .fw-xs-box .fw-xs-items ul li {
    margin-bottom: 24px;
  }
  .fw-rx {
    margin-top: 67px;
    padding: 59px 0;
  }
  .fw-rx .container {
    display: block;
  }
  .fw-rx .container .fw-rx-rt,
  .fw-rx .container .fw-rx-lf {
    width: 100%;
    padding-top: 0;
  }
  .fw-rx .container .fw-rx-rt {
    margin-top: 45px;
  }
  .fw-rx .container .fw-rx-lf .fw-rx-dh {
    margin-top: 40px;
  }
  .fw-rx .container .fw-rx-lf .fw-rx-dh div:nth-child(2) {
    margin-top: 10px;
  }
  .fw-wl {
    margin-top: 69px;
  }
  .fw-wl .fw-wl-con .fw-wl-lf {
    width: 100%;
  }
  .fw-wl .fw-wl-con .fw-wl-lf img {
    /*display: none;*/
  }
  .fw-wl .fw-wl-con .fw-wl-lf .fditu-mb {
    /*display: block;*/
  }
  .fw-wl .fw-wl-con {
    margin-top: 42px;
  }
  .fw-wl .fw-wl-rt ul li .fw-wl-bt,
  .fw-wl .fw-wl-rt ul li .fw-wl-tp div:nth-child(2) {
    font-size: 15px;
  }
  .fw-wl .fw-wl-rt ul li .fw-wl-tp div:nth-child(1) p:nth-child(2) {
    top: 6px;
  }
  .fw-wl .fw-wl-rt ul li {
    padding-bottom: 9.8%;
    padding-top: 26px;
  }
  .fw-wl .fw-wl-rt ul li:nth-child(3) {
    padding-bottom: 11.6%;
  }
  .fw-wl .fw-wl-rt ul li .fw-wl-bt {
    margin-top: 12px;
  }
  .fw-zx {
    margin-top: 69px;
    padding-top: 69px;
    padding-bottom: 69px;
  }
  .fw-zx form {
    margin-top: 41px;
    padding: 40px 5.85% 50px 5.85%;
  }
  .fw-zx form .fw-zx-items {
    width: 100%;
  }
  .fw-zx form .fw-zx-items .fw-zx-bt {
    font-size: 16px;
  }
  .fw-zx form .fw-zx-items .fw-zx-input input,
  .fw-zx form .fw-zx-items .fw-zx-input textarea {
    padding: 14px 15px;
  }
  .fw-zx form .fw-zx-items .fw-zx-check,
  .fw-zx form .fw-zx-items .fw-zx-input input,
  .fw-zx form .fw-zx-items .fw-zx-input textarea {
    font-size: 13px;
  }
  .fw-zx form .fw-zx-items .fw-zx-input {
    margin-top: 11px;
  }
  .fw-zx form .fw-zx-button button,
  .fw-zx form .fw-zx-button input {
    width: 101px;
    height: 45px;
    font-size: 16px;
  }
  .fw-zx form .fw-zx-button {
    margin-top: 12px;
  }
  .c-con .c-con-lf .c-con-lf-tp div:nth-child(1),
  .c-con .c-con-rt .cpzx-swiper .swiper-wrapper .swiper-slide a .c-con-rt-tp div:nth-child(1) {
    font-size: 20px;
  }
  .c-con .c-con-lf .c-con-lf-tp div:nth-child(2) {
    font-size: 16px;
    margin-top: 12px;
  }
  .c-con .c-con-rt .cpzx-swiper .swiper-wrapper .swiper-slide a .c-con-rt-bt {
    margin-top: 50px;
    height: 230px;
  }
  .c-con .c-con-rt .cpzx-swiper .swiper-wrapper .swiper-slide a {
    padding: 69px 0 43px 0;
  }
  .clist-con .row .clist-items {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .clist-con .row .clist-items {
    margin-bottom: 30px;
  }
  .clist-con .row .clist-items .clist-items-con div:nth-child(1) {
    height: 34.625vw;
  }
  .clist-con .row .clist-items .clist-items-con div:nth-child(2) {
    font-size: 14px;
  }
  .clist-con .row .clist-items .clist-items-con div:nth-child(3) {
    right: 8.5%;
    top: 5%;
    width: 37px;
    height: 24px;
  }
  .clist-con .row .clist-items .clist-items-con div:nth-child(3) img {
    max-height: 58%;
  }
  .clist-con {
    margin-bottom: 45px;
  }
  .cshow-con .container .cshow-lf .cshow-lf-tp img {
    max-width: 80%;
  }
  .cshow-con .container .cshow-lf .cshow-lf-tp {
    margin-top: 53px;
  }
  .cshow-con .container .cshow-lf .cshow-content {
    font-size: 14px;
    margin-top: 62px;
  }
  .cshow-con .container .cshow-lf .cshow-content h4 {
    margin-top: 44px;
    margin-bottom: 25px;
    font-size: 20px;
  }
  .cshow-con .container .cshow-lf .cshow-content ul li::before {
    top: 6px;
    width: 9px;
    height: 9px;
  }
  .cshow-con .container .cshow-lf .cshow-content ul li {
    margin-bottom: 12px;
    padding-left: 20px;
  }
  .cshow-con .cshow-rt .cshow-cp-box {
    margin-top: 30px;
  }
  .cshow-con .cshow-rt .cshow-cp-box .cshow-cp-box-items ul {
    margin-top: 13px;
  }
  .cshow-con .cshow-rt .cshow-cp-box .cshow-cp-box-items ul li {
    padding: 0 5%;
  }
  .cshow-zlxz {
    margin-top: 57px;
  }
  .cshow-zlxz .cshow-zlxz-con {
    margin-top: 26px;
  }
  .cshow-con {
    margin-bottom: 60px;
  }
  .cshow-bt {
    font-size: 20px;
  }
  .cshow-zlxz .cshow-zlxz-con .cshow-zlxz-lf div {
    font-size: 18px;
  }
  .cshow-zlxz .cshow-zlxz-con {
    padding: 33px 9% 26px 9%;
  }
  .cshow-zlxz .cshow-zlxz-con .cshow-zlxz-lf .zlxz-a img {
    max-width: 24px;
  }
  .cshow-zlxz .cshow-zlxz-con .cshow-zlxz-lf .zlxz-a {
    padding: 16px 1.40625vw 12px 1.40625vw;
  }
  .cshow-fw .cshow-zlxz-con .cshow-zlxz-lf {
    width: 62%;
  }
  .cshow-fw .cshow-zlxz-con .cshow-zlxz-rt {
    width: 31.7%;
  }
  
  
  .cj-ban .gban-con .scban-nr {
    max-width: 100%;
  }
  .cj-con {
    margin-top: 67px;
    margin-bottom: 40px;
  }
  .cj-con .row .cj-items .cj-items-con div:nth-child(1) p {
    height: 29.75vw;
  }
  .cj-con .row .cj-items .cj-items-con div:nth-child(2) {
    font-size: 15px;
    padding: 13px 5%;
  }
  .cjshow-gj .row .cjshow-gj-items .cjshow-gj-items-con div:nth-child(1) {
    width: 50px;
    height: 50px;
}
.cjshow-gj .row .cjshow-gj-items .cjshow-gj-items-con div:nth-child(1) img {
    max-height: 54%;
}
.cjshow-gj .row .cjshow-gj-items:nth-child(1) .cjshow-gj-items-con div:nth-child(1) img {
    max-height: 69%;
}
.cjshow-gj .row {
    margin-top: 55px;
}
.cjshow-cpfa .cjshow-cpfa-con .cjshow-cpfa-list .cjshow-cpfa-list-con .cjshow-cpfa-nr div:nth-child(1), .cjshow-gj .row .cjshow-gj-items .cjshow-gj-items-con div:nth-child(2) {
        font-size: 17px;
    }
    .cjshow-gj .row .cjshow-gj-items .cjshow-gj-items-con div:nth-child(3) {
        font-size: 14px;
    }
        .cjshow-gj .row .cjshow-gj-items {
        margin-bottom: 47px;
    }
    .cjshow-cpfa {
    margin-top: 71px;
    margin-bottom: 60px;
}
.cjshow-cpfa .cjshow-cpfa-nav li p {
        font-size: 15px;
    }
    .cjshow-cpfa .cjshow-cpfa-nav {
    margin-top: 37px;
}
.cjshow-cpfa .cjshow-cpfa-nav li p::after {
    height: 3px;
}
.cjshow-cpfa .cjshow-cpfa-con {
    padding: 0;
}
.cjshow-cpfa .cjshow-cpfa-con .cjshow-cpfa-list .cjshow-cpfa-list-con{
    display:  block;
}
.cjshow-cpfa .cjshow-cpfa-con .cjshow-cpfa-list .cjshow-cpfa-list-con .cjshow-cpfa-tp,.cjshow-cpfa .cjshow-cpfa-con .cjshow-cpfa-list .cjshow-cpfa-list-con .cjshow-cpfa-nr{
    width: 100%;
}
.cjshow-cpfa .cjshow-cpfa-con .cjshow-cpfa-list .cjshow-cpfa-list-con .cjshow-cpfa-nr{
    margin-top: 40px;
}
    .cjshow-cpfa .cjshow-cpfa-con .cjshow-cpfa-list .cjshow-cpfa-list-con .cjshow-cpfa-nr div:nth-child(2) {
        font-size: 14px;
    }
    .cjshow-cpfa .cjshow-cpfa-con .cjshow-cpfa-list .cjshow-cpfa-list-con .cjshow-cpfa-nr div:nth-child(2) ul li::before {
        top: 6px;
        width: 5px;
        height: 5px;
    }
    .cjshow-cpfa .cjshow-cpfa-con .cjshow-cpfa-list .cjshow-cpfa-list-con .cjshow-cpfa-nr div:nth-child(2) ul li {
    margin-bottom: 14px;
    padding-left: 14px;
}
.dc-bt ul {
     top: auto;
    margin: 0 auto;
}
.dc-bt {
    padding-bottom: 64px;
}
.cshow-con .container .cshow-lf .cshow-lf-tp {
        height: 330px;
        padding: 10% 5%;
    }
    .jfa-jj {
    margin-top: 68px;
}
.jfa-ys {
    margin-top: 69px;
    padding-bottom: 70px;
}
.jfa-ys .container .jfa-ys-lf div:nth-child(2) ul li::before {
        top: 6px;
        width: 6px;
        height: 6px;
    }
    .jfa-ys .container .jfa-ys-lf div:nth-child(2) ul li {
    margin-bottom: 18px;
    padding-left: 16px;
}
.jfa-ys .container .jfa-ys-rt {
        margin-top: 52px;
    }
    .jfa-yysl .row .jfa-yysl-items {
    margin-bottom: 30px;
    flex: 0 0 50%;
    max-width: 50%;
}
.jfa-yysl .row .jfa-yysl-items .jfa-yysl-items-con .jfa-yysl-items-bg p {
    height: 27.6vw;
}
.jfa-yysl .row .jfa-yysl-items .jfa-yysl-items-con .jfa-yysl-items-bt {
        font-size: 14px;
    }
    .jfa-al .row .jfa-yysl-items .jfa-yysl-items-con .dc-al-sp div:nth-child(1) p {
    height: 30.6vw;
}
.jfa-al .row .jfa-yysl-items .jfa-yysl-items-con .dc-al-sp div:nth-child(1) img {
    width: 33px;
}
    .nfoot .nfoot-tp .nfoot-tp-rt .nfoot-lx-items:nth-child(1) .nfoot-lx div:nth-child(2) {
        font-size: 15px;
        margin-top: 0;
    }
        .fw-rx .container .fw-rx-lf .fw-rx-dh div:nth-child(2) {
        font-size: 20px;
    }
    .sc-ys .sc-ys-jl .sc-bt span {
    font-size: 18px;
}
.yysc-yyxt .row {
    margin-top: 43px;
}
    .sc-yy-con .sc-bt span {
        font-size: 18px;
    }
    .sc-yy-con .sc-bt img {
    max-width: 8px;
    }
        .sc-yy-con .sc-bt {
        margin-top: 22px;
        margin-bottom: 27px;
    }
    .syb-nr h4 {
    font-size: 17px;
        margin-top: 4.4vw
    }
    .syb-nr h3 {
    font-size: 8vw;
    }
    .syb-nr div{
        top: -7vw;
    }
    .dc-xwhd .dc-bt{
        padding-bottom: 0;
    }
    .g-lc .container .g-lc-lf .g-lc-time .lsj-swiper .swiper-wrapper .swiper-slide {
        height: 28.5px !important;
    }
    
    
    
/*    .fw-wl .fw-wl-con .fw-wl-lf .fw-wl-dw,.fw-wl .fw-wl-con .fw-wl-lf .fw-wl-dw div,.fw-wl .fw-wl-con .fw-wl-lf .fw-wl-dian{*/
/*        position: relative;*/
/*        top: 0 !important;*/
/*        left: 0 !important;*/
/*    }*/
/*    .fw-wl .fw-wl-con .fw-wl-lf .fw-wl-dw div:nth-child(1),.fw-wl .fw-wl-con .fw-wl-lf .fw-wl-dian div:nth-child(2),.fw-wl .fw-wl-con .fw-wl-lf .fw-wl-dw div:nth-child(4),.fw-wl .fw-wl-con .fw-wl-lf .fw-wl-dw img{*/
/*        display: none;*/
/*    }*/
/*    .fw-wl .fw-wl-con .fw-wl-lf .you div:nth-child(1),.fw-wl .fw-wl-con .fw-wl-lf .xia div:nth-child(1) {*/
/*        top: 0;*/
/*        left: 0;*/
/*        transform: translateX(0);*/
/*        position: relative;*/
/*    }*/
/*    .fw-wl .fw-wl-con .fw-wl-lf .fw-wl-dian {*/
/*        font-size: 14px;*/
/*        width: calc(100% / 3);*/
/*        margin-bottom: 5px;*/
/*        transition-delay: .9s !important;*/
/*        font-weight: 600;*/
/*    }*/
/*    .fw-wl .fw-wl-con .fw-wl-lf .fw-wl-dian div:nth-child(1){*/
/*        padding-left: 11px;*/
/*    }*/
/*.fw-wl .fw-wl-con .fw-wl-lf .fw-wl-dian div:nth-child(1)::before {*/
/*    position: absolute;*/
/*    left: 0;*/
/*        top: 4.5px;*/
/*        width: 3px;*/
/*        height: 16px;*/
/*        content:'';*/
/*    background-color: #ea5e23;*/
/*}*/
/*    .fw-wl .fw-wl-con .fw-wl-lf {*/
/*        display: flex;*/
/*        flex-wrap: wrap;*/
/*    }*/
/*    .fw-wl .fw-wl-con .fw-wl-lf .fw-wl-dw{*/
/*        width: 100%;*/
/*        margin-bottom: 6px;*/
/*    }*/
/*    .fw-wl .fw-wl-con .fw-wl-lf .fw-wl-dw:nth-child(4) {*/
/*    margin-bottom: 19px;*/
/*}*/
/*.fw-wl .fw-wl-rt{*/
/*    margin-top: 45px;*/
/*}*/
/*    .fw-wl .fw-wl-con .fw-wl-lf {*/
/*        width: 92.8% !important;*/
/*        margin: 0 auto;*/
/*    }*/
    .g-gy .g-gy-con .g-gy-nr:nth-child(2){
    display: none;
}
.g-gy .g-gy-con .g-gy-nr:nth-child(3){
    display: block;
        margin-top: 15px;
}
.dc-xwhd ul{
    display: none;
}
.dc-bt ul .active a::after{
    width: 110%;
}
.dc-bt ul li:hover a::after{
    width: 110%;
}


.g-lc .container .g-lc-lf .g-lc-time{
    display: block;
}
.g-lc .container .g-lc-lf .g-lc-time .lsj-pagination {
    position: relative;
    width: 100%;
    max-height: 4px;
    top: 0px;
    height: 4px;
    margin-top: 3px;
}
.g-lc .container .g-lc-lf .g-lc-time .lsj-swiper .swiper-wrapper .swiper-slide{
    text-align: center;
}
.g-lc .container .g-lc-lf .g-lc-time .lsj-swiper{
    position: relative;
}
.lsj-next,.lsj-prev{
        background: none;
        width: 10px;
        height: auto;
        display: block;
}
.lsj-next{
    right: 0;
}
.lsj-prev{
    left: 0;
}
.g-lc .container .g-lc-lf .g-lc-time .lsj-swiper .swiper-wrapper .swiper-slide {
        height: 38.5px !important;
    }
    
        .cshow-fw .cshow-zlxz-con .cshow-zlxz-lf a {
        width: 111px !important;
        height: 38px !important;
        font-size: 13px !important;
    }
    .fw-zx form .fw-zx-button button, .fw-zx form .fw-zx-button input {
        width: 111px;
        height: 38px;
        font-size: 13px;
    }
        .l-form .l-container .l-form-con form .l-form-items:nth-child(9) button {
        width: 111px;
        height: 38px;
        font-size: 13px;
    }
    
    
    .fw-wl .fw-wl-con .fw-wl-lf .fw-wl-dw div:nth-child(3) {
        font-size: 12px;
        padding-left: 8px;
    }
    .fw-wl .fw-wl-con .fw-wl-lf .fw-wl-dw div:nth-child(3)::before {
        top: 4.35px;
        width: 2px;
        height: 14px;
    }
    .fw-wl .fw-wl-con .fw-wl-lf .fw-wl-dian {
        font-size: 9px;
    }
    .fw-wl .fw-wl-con .fw-wl-lf .fw-wl-dian div:nth-child(2) {
        width: 4px;
        height: 4px;
    }
    .fw-wl .fw-wl-con .fw-wl-lf .you div:nth-child(1) {
    left: calc(100% + 4px);
    }
    .fw-wl .fw-wl-con .fw-wl-lf .fw-wl-dw div:nth-child(1){
        width: 6px;
        height: 6px;
    }
    .fw-wl .fw-wl-con .fw-wl-lf .fw-wl-dw:nth-child(3) div:nth-child(3){
        top: 296%;
    }
    .fw-wl .fw-wl-con .fw-wl-lf .fw-wl-dw:nth-child(2) div:nth-child(3) {
        top: -325%;
    }
    .fw-wl .fw-wl-con .fw-wl-lf .fw-wl-dw div:nth-child(4) {
    width: 32px;
    height: 32px;
    font-size: 9px;
    }
    .fw-wl .fw-wl-con .fw-wl-lf .fw-wl-dw:nth-child(4) div:nth-child(4) {
    top: 221%;
    left: 975%;
    }
    .fw-wl .fw-wl-con .fw-wl-lf .fw-wl-dw:nth-child(3) div:nth-child(4) {
    top: -22%;
    right: 1092%;
    }
    .fw-wl .fw-wl-con .fw-wl-lf .fw-wl-dw:nth-child(2) div:nth-child(4) {
    left: -757%;
}
.fw-wl .fw-wl-con .fw-wl-lf .xia div:nth-child(1) {
    top: -17px;
}
.fw-wl .fw-wl-con .fw-wl-lf .xia:nth-child(5) div:nth-child(1){
    left: -21%;
}
.fw-wl .fw-wl-con .fw-wl-lf .fw-wl-dw div:nth-child(3) i{
    display: none;
}



.fw-wl .fw-wl-con .fw-wl-lf .fw-wl-dw:nth-child(2) div:nth-child(3),.fw-wl .fw-wl-con .fw-wl-lf .fw-wl-dw:nth-child(3) div:nth-child(3){
    padding-left: 0;
}
.fw-wl .fw-wl-con .fw-wl-lf .fw-wl-dw:nth-child(2) div:nth-child(3)::before{
    display: none;
}
.fw-wl .fw-wl-con .fw-wl-lf .fw-wl-dw:nth-child(3) div:nth-child(3)::before{
    display: none;
}
.fw-wl .fw-wl-con .fw-wl-lf .fw-wl-dw:nth-child(3) div:nth-child(3) {
        top: 550%;
        left: auto;
        right: 800%;
        font-size: 9px;
}
.fw-wl .fw-wl-con .fw-wl-lf .fw-wl-dw:nth-child(2) div:nth-child(3) {
        top: 1700%;
        left: auto;
        right: 0%;
        font-size: 9px;
}
}