@charset "UTF-8";

body {
  overflow-x: hidden;
  /* -webkit-text-size-adjust: 100%;  */
}

/*banner*/

.banner-k {
  position: relative;
  width: 100%;
  height: auto;
}

.banner,
.banner div.slick-list,
.banner .slick-slide a,
.banner .slick-slide a img {
  width: 100%;
  height: auto;
}

.banner {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.banner .slick-list {
  position: relative;
}

.banner .slick-list::after {
  /* content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	opacity: 1;
	background: url(../images/ban-yy.png) repeat-x;
	height: 2.47rem; */
}

.banner .slick-slide a {
  display: block;
  overflow: hidden;
  position: relative;
}

.banner .slick-slide img {
  display: block;
  width: 100%;
  transform: scale(1.1);
  transition: all 5s ease-out;
}

.banner .img_scale img {
  transform: scale(1);
}

.banner .slick-dots {
  bottom: 0.8rem;
  font-size: 0;
  z-index: 1;
}

.banner .slick-dots li {
  margin: 0 0.12rem;
  padding: 0;
  width: 0.1rem;
  height: 0.1rem;
  background: #fff;
  border-radius: 50%;
  opacity: 0.5;
  position: relative;
  transition: all 0.5s;
}

.banner .slick-dots li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 0.25rem;
  height: 0.25rem;
  border: 1px solid #fff;
  border-radius: 50%;
  display: none;
}

.banner .slick-dots li button {
  display: none;
}

.banner .slick-dots li.slick-active {
  opacity: 1;
}

.banner .slick-dots li.slick-active::before {
  display: block;
}

/* .banner .slick-prev,
.banner .slick-next {
	width: 0.3rem;
	height: 0.3rem;
	top: inherit;
	transform: none;
	bottom: 0.33rem;
	z-index: 2;
}

.banner .slick-prev {
	left: inherit;
	right: 50%;
	margin-right: 1rem;
	background: url(../images/ban_prev.png) no-repeat;
	background-size: 100% 100%;
}

.banner .slick-next {
	right: inherit;
	left: 50%;
	margin-left: 1rem;
	background: url(../images/ban_next.png) no-repeat;
	background-size: 100% 100%;
} */

.ban-x {
  display: block;
  position: absolute;
  bottom: 84px;
  left: 0;
  right: 0;
  z-index: 1;
}

/*首页样式*/

.title {
  position: relative;
  text-align: center;
}

.title::before {
  content: "";
  position: absolute;
  top: 0;
  right: 50%;
  margin-right: 45px;
  width: 100%;
  height: 34px;
  background: url(../images/tit-l.png) no-repeat right top;
  background-size: auto 100%;
}

.title::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: 45px;
  width: 100%;
  height: 34px;
  background: url(../images/tit-r.png) no-repeat left top;
  background-size: auto 100%;
}

.tit-c {
  display: inline-block;
  position: relative;
  z-index: 2;
}

.tit-c h3 {
  font-size: 42px;
  font-weight: bold;
  color: #133caf;
  background: -webkit-linear-gradient(270deg, #267ae1 0%, #133caf 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.more {
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 1;
  transition: all 0.5s;
}

.more a {
  display: block;
  font-size: 18px;
  line-height: 30px;
  color: #3869df;
  background: url(../images/more.png) no-repeat left center;
  padding-left: 43px;
  transition: all 0.5s;
}

.more:hover {
  right: 5px;
}

.more:hover a {}

/*主体*/

.section0 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../images/section0-bg.jpg) no-repeat center;
  background-size: cover;
  z-index: 1;
}

.section0 ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.section0 ul li {
  width: 25%;
}

.section0 ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 100px;
}

.section0 ul li a img {
  display: block;
  margin-right: 15px;
}

.section0 ul li a h3 {
  font-size: 38px;
  font-weight: 500;
  color: #ffffff;
}

.section0 ul li a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 4px;
  height: 52px;
  background: url(../images/s0-x.png) no-repeat;
  background-size: 100% 100%;
}

.section0 ul li:first-child a::after {
  display: none;
}

.section0 ul li:hover a img {
  animation: jello 1.6s linear;
}

.section-bg {
  position: relative;
  overflow: hidden;
}

.section1-bg {
  display: block;
  max-width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.section2-bg {
  display: block;
  /* max-width: 100%; */
  position: absolute;
  right: -2.91%;
  top: 20.25%;
}

.section3-bg {
  display: block;
  /* max-width: 100%; */
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 1242px;
}

.section1 {
  padding-top: 45px;
  overflow: hidden;
}

.s1-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 34px;
}

.jdt {
  width: 51.6%;
}

.jdt ul li a {
  display: block;
}

.jdt ul li a .bg_img {
  height: 551px;
  padding-top: 0;
}

.jdt ul li:hover a .bg_img .a {
  transform: none;
}

.jdt ul li a .bg_img::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 140px;
  opacity: 0.9;
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.6) 100%);
}

.jdt .slick-dots {
  width: auto;
  right: 25px;
  bottom: 30px;
}

.jdt .slick-dots li {
  margin: 0 5px;
  padding: 0;
  width: inherit;
  height: inherit;
  position: relative;
}

.jdt .slick-dots li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 65px;
  height: 65px;
  background: linear-gradient(180deg, #6c97f4 0%, rgba(61, 149, 205, 0) 82%);
  border-radius: 50%;
  display: none;
}

.jdt .slick-dots li button {
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  width: inherit;
  height: inherit;
  transition: all 0.5s;
  position: relative;
}

.jdt .slick-dots li.slick-active::before {
  display: block;
}

.jdt .slick-dots li.slick-active button {
  font-size: 30px;
}

.s1-r {
  width: 44.23%;
}

.qh-tit {
  position: relative;
  z-index: 2;
}

.qh-tit ul {
  display: flex;
  align-items: center;
  height: 64px;
}

.qh-tit ul li {
  margin-left: 40px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s;
}

.qh-tit ul li:first-child {
  margin-left: 0;
}

.qh-tit ul li::before {
  content: "/";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -20px;
  font-size: 18px;
  color: #999999;
}

.qh-tit ul li::after {
  content: "";
  position: absolute;
  bottom: -5px;
  right: -30px;
  width: 73px;
  height: 5px;
  background: url(../images/tit-zsx.png) no-repeat right center;
  background-size: 100% 100%;
  display: none;
}

.qh-tit ul li:first-child:before {
  display: none;
}

.qh-tit ul li a {
  display: block;
}

.qh-tit ul li h3 {
  font-weight: 500;
  font-size: 22px;
  color: #999999;
  position: relative;
  z-index: 1;
  transition: all 0.3s;
}

.qh-tit ul li h3::before {
  content: "";
  position: absolute;
  top: 0;
  left: -5px;
  width: 11px;
  height: 11px;
  border: 2px solid #65aaf8;
  border-radius: 50%;
  z-index: -1;
  display: none;
}

.qh-tit ul li.on h3 {
  font-weight: 600;
  font-size: 28px;
  color: #393939;
}

.qh-tit ul li p {
  font-size: 16px;
  color: #cacaca;
  text-transform: uppercase;
  display: none;
  transition: all 0.3s;
}

.qh-tit ul li.on p {
  display: block;
}

.qh-bd {
  position: relative;
  z-index: 1;
}

.qh-bd>ul,
.qh-bd>div {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  z-index: 8;
}

.qh-bd>ul.on,
.qh-bd>div.on {
  position: relative;
  z-index: 9;
  opacity: 1;
  margin-top: 30px;
}

.s1-r .qh-bd>ul li {
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  line-height: 66px;
  height: 66px;
  position: relative;
  left: 0;
  transition: all 0.5s;
}

.s1-r .qh-bd>ul li span {
  display: block;
  width: 98px;
  height: 30px;
  line-height: 30px;
  background: url(../images/s1-rbg1.png) no-repeat;
  background-size: 100% 100%;
  text-align: center;
  font-size: 14px;
  color: #0b449f;
  margin-top: 18px;
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  transition: all 0.5s;
}

.s1-r .qh-bd>ul li span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 5px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  transform: translateY(-50%);
  background: url(../images/s1-ryq.png) no-repeat;
  background-size: 100% 100%;
}

.s1-r .qh-bd>ul li a {
  width: 100%;
  flex: 1;
  min-width: 0;
  padding-left: 20px;
  font-size: 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  transition: all 0.5s;
}

.s1-r .qh-bd>ul li:hover {
  left: 5px;
}

.qh-tit ul li.on h3::before {
  display: block;
}

.qh-tit ul li.on::after {
  display: block;
}

.s1-r .qh-bd>ul li.on span {
  /* margin-top: 17px; */
}

.s1-r .qh-bd>ul li:hover a {
  /* -webkit-line-clamp: 2;
	line-clamp: 2;
	line-height: 30px;
	height: 60px;
	margin: 15px 0; */
  font-weight: bold;
}

.section2 {
  padding: 45px 0;
  overflow: hidden;
}

.s2-c .qh-tit ul,
.s3-c .qh-tit ul {
  justify-content: center;
}

.s2-c {
  margin-top: 10px;
}

.s2-c .qh-bd {
  padding-right: 12.5%;
  margin-top: 20px;
  height: 544px;
}

.s2-lb .slick-track {
  transition: all 0.3s;
}

.s2-lb {
  overflow: hidden;
  padding-bottom: 10px;
}

.s2-lb ul li {
  transition: all 0.3s;
}

.s2-lb ul li a {
  display: block;
  margin: 0 10px;
  /* overflow: hidden; */
  position: relative;
  transition: all 0.5s;
}

.s2-lb ul li .s2-2tit {
  width: 100%;
  position: relative;
  transition: all 0.1s;
  opacity: 1;
}

.s2-lb ul li .s2-2tit .pic {
  padding-top: 296.96%;
  border-radius: 10px;
}

.s2-lb ul li .s2-2tit h3 {
  position: absolute;
  top: 66px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 38px;
  font-size: 32px;
  color: #2f2f2f;
  text-align: center;
}

.s2-lb ul li .s2-2bd {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  opacity: 0;
  border-radius: 10px;
  /* width: 510px; */
  z-index: 2;
  transition: all 0.3s;
}

.s2-lb ul li .s2-2bd .pic {
  padding-top: 520px;
  border-radius: 10px;
}

.s2-lb ul li .s2-2bd .s2-2tx {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 75px 45px 0 45px;
  color: #fff;
  transition: all 0.3s;
}

.s2-lb ul li .s2-2bd .s2-2tx h3 {
  font-size: 38px;
  font-weight: 500;
  color: #ffffff;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.s2-lb ul li .s2-2bd .s2-2tx h4 {
  font-family: Arial;
  font-size: 16px;
  color: rgba(216, 228, 240, 0.9);
  line-height: 30px;
}

.s2-lb ul li .s2-2bd .s2-2tx hr {
  display: block;
  background: none;
  border-top: 1px solid #cbddfa;
  opacity: 0.2;
  margin: 25px 0;
}

.s2-lb ul li .s2-2bd .s2-2tx p {
  font-size: 16px;
  line-height: 28px;
  /* height: 140px; */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
  padding-right: 97px;
}

.s2-lb ul li .s2-2bd .s2-2tx .jt {
  width: 53px;
  height: 43px;
  background: url(../images/s2-jt.png) no-repeat;
  background-size: 100% 100%;
  margin-top: 65px;
}

/* .s2-lb ul li:hover .s2-2tit {
  opacity: 0;
}

.s2-lb ul li:hover .s2-2bd {
  opacity: 1;
} */

.s2-lb .slick-dots {
  bottom: -22px;
}

.s2-lb .slick-dots li {
  width: 100% !important;
  margin: 0;
  display: none;
}

.s2-lb .slick-dots li .dot-page {
  display: flex;
  justify-content: space-between;
}

.s2-lb .slick-dots li .dot-page span,
.s2-lb .slick-dots li .dot-page b {
  display: block;
  font-size: 26px;
  font-weight: 600;
  color: #1643b5;
}

.s2-lb .slick-dots li::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #143eb1 0%, #2679e0 100%);
  border-radius: 5px;
  display: none;
}

.s2-lb .slick-dots li.slick-active {
  display: block;
}

.s2-lb .slick-prev,
.s2-lb .slick-next {
  width: 30px;
  height: 28px;
  top: inherit;
  transform: none;
  bottom: -37px;
  transition: all 0.5s;
}

.s2-lb .slick-prev {
  background: url(../images/s2-lbprev.png) no-repeat;
  background-size: 100% 100%;
}

.s2-lb .slick-next {
  background: url(../images/s2-lbnext.png) no-repeat;
  background-size: 100% 100%;
}

.s2-lb .slick-prev:hover,
.s2-lb .slick-next:hover {
  transform: scale(1.05);
}

.s2-state {
  width: calc(100% - 100px);
  margin: 0 auto;
  margin-top: 20px;
}

.s2-state div {
  border-radius: 5px;
  height: 5px;
  background: #c4d0e1;
  position: relative;
}

.s2-state span {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  height: 5px;
  background: linear-gradient(90deg, #143eb1 0%, #2679e0 100%);
  border-radius: 5px;
  transition: all 0.3s;
}

.s2-1box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.s2-1box ul li {
  width: 49.5%;
}

.s2-1box ul li .s2-2bd {
  position: relative;
}

.s2-1box ul li .s2-2bd .pic {
  padding-top: 520px;
  /* padding-top: 71.84%; */
  border-radius: 10px;
}

.s2-1box ul li .s2-2bd .s2-2tx {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 75px 45px 0 45px;
  color: #fff;
  transition: all 0.5s;
}

.s2-1box ul li .s2-2bd .s2-2tx h3 {
  font-size: 38px;
  font-weight: 500;
  color: #ffffff;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.s2-1box ul li .s2-2bd .s2-2tx h4 {
  font-family: Arial;
  font-size: 16px;
  color: rgba(216, 228, 240, 0.9);
  line-height: 30px;
}

.s2-1box ul li .s2-2bd .s2-2tx hr {
  display: block;
  background: none;
  border-top: 1px solid #cbddfa;
  opacity: 0.2;
  margin: 25px 0;
}

.s2-1box ul li .s2-2bd .s2-2tx p {
  font-size: 16px;
  line-height: 28px;
  /* height: 140px; */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
  /* padding-right: 97px; */
}

.s2-1box ul li .s2-2bd .s2-2tx .jt {
  width: 53px;
  height: 43px;
  background: url(../images/s2-jt.png) no-repeat;
  background-size: 100% 100%;
  margin-top: 20px;
}

@media screen and (min-width: 1024px) {
  .s2-lb ul li:hover .s2-2tit {
    opacity: 0;
  }

  .s2-lb ul li:hover .s2-2bd {
    opacity: 1;
  }


}

.section3 {
  overflow: hidden;
}

.s3-c {
  margin-top: 10px;
}

.s3-c .qh-tit {
  position: relative;
  z-index: 2;
}

.s3-c .qh-bd {
  margin-top: -60px;
}

.s3-lb .slick-list {
  padding: 30px 0 !important;
  height: 660px;
}

.s3-lb ul li a {
  display: block;
  margin: 0 25px;
  padding: 20px 0 60px 0;
}

.s3-lb ul li a .s3-lbbg {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #6e91f2;
  padding: 24px 40px 43px 40px;
  overflow: hidden;
  position: relative;
  transition: all 0.5s;
}

.s3-lb ul li a .s3-lbbg::before {}

.s3-lb ul li a .s3-lbbg::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: linear-gradient(270deg, #7d7fec 0%, #5eaafb 100%);
  /* border-radius: 0px 0px 9px 9px; */
  /* transform: scale(0); */
  display: none;
  transition: all 0.5s;
}

.s3-lb ul li a .s3-lbbg .icon {
  background: url(../images/s3-iconbg.png) no-repeat;
  background-size: 100% 100%;
  width: 173px;
  height: 198px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}



.s3-lb ul li a .s3-lbbg .s3-tx {
  width: 100%;
}

.s3-lb ul li a .s3-lbbg .s3-tx h3 {
  font-size: 30px;
  line-height: 40px;
  height: 80px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  color: #333333;
  margin-top: 10px;
  text-align: center;
  transition: all 0.5s;
}

.s3-lb ul li a .s3-lbbg .s3-tx .s3-x {
  width: 236px;
  height: 7px;
  max-width: 100%;
  background: url(../images/s3-x1.png) no-repeat center;
  background-size: 100% auto;
  margin: 0 auto;
  margin-top: 4px;
  transition: all 0.5s;
}

.s3-lb ul li a .s3-lbbg .s3-tx p {
  font-size: 16px;
  line-height: 24px;
  height: 0;
  color: #909eaa;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
}

.s3-lb ul li a .s3-lbbg .s3-tx .gd {
  width: 150px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  color: #6d90f1;
  background: rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
  border: 1px solid #6e91f2;
  border-radius: 5px;
  margin: 0 auto;
  margin-top: 28px;
  transition: all 0.5s;
}


.s3-lb .slick-prev,
.s3-lb .slick-next {
  width: 56px;
  height: 56px;
  background-color: #ffffff;
  box-shadow: 0px 4px 10px 0px #8cb6ed;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.5s;
}

.s3-lb .slick-prev::before,
.s3-lb .slick-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  padding: 0;
  border-radius: 50%;
  background: #1d5eca;
  opacity: 0.2;
  z-index: -1;
  font-size: 0;
  transition: all 0.5s;
}

.s3-lb .slick-prev {
  left: -70px;
  background-image: url(../images/s3-lbprev.png);
  background-repeat: no-repeat;
  background-position: center;
}

.s3-lb .slick-next {
  right: -70px;
  background-image: url(../images/s3-lbnext.png);
  background-repeat: no-repeat;
  background-position: center;
}

.s3-lb .slick-prev:hover {
  background-color: #1d5eca;
  background-image: url(../images/s3-lbprev2.png);
}

.s3-lb .slick-next:hover {
  background-color: #1d5eca;
  background-image: url(../images/s3-lbnext2.png);
}

.s3-lb .slick-prev:hover::before,
.s3-lb .slick-next:hover::before {
  width: 100%;
  height: 100%;
  padding: 7px;
}

.s3-lb1 ul {
  padding: 0 5%;
}

.s3-lb2 ul {
  padding: 30px 0;
  height: 660px;
  max-width: 920px;
  margin: 0 auto;
}

.s3-lb2 ul li a .s3-lbbg {
  flex-direction: row;
  border-radius: 10px;
  border: 1px solid;
  border-image: linear-gradient(180deg, #7C80EC 0%, #6C92F2 51%, rgba(100, 175, 251, 0.46) 100%) 1;
  box-shadow: 0px 16px 55px 0px rgba(51, 148, 214, 0.5), inset 0px 4px 10px 0px rgba(255, 255, 255, 0.3);
  padding: 78px 60px;
}

.s3-lb2 ul li a .s3-lbbg .s3-tx {
  flex: 1;
  min-width: 0;
  padding-left: 50px;
}

.s3-lb2 ul li a .s3-lbbg .s3-tx p {
  font-size: 16px;
  height: 96px;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  margin-top: 12px;
}

.s3-lb2 ul li a {
  margin: 0;
}

.s3-lb2 ul li a .s3-lbbg .s3-tx h3 {
  font-size: 36px;
}


.s3-lb2 ul li a .s3-lbbg .s3-tx .s3-x {
  width: 541px;
  height: 9px;
  background: url(../images/s3-x3.png) no-repeat center;
  background-size: 100% auto;
}

/* section4 */
.section4 {
  overflow: hidden;
  padding: 20px 0 45px 0;
  margin-top: -84px;
}

.section4 .wp {
  position: relative;
  z-index: 2;
}

.s4-c {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  margin-top: -140px;
}

.s4-cbg {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}

.s4-c>ul>li {
  position: absolute;
}

.s4-c ul li.s4-1 {
  left: 43.75%;
  top: 24.4%;
  max-width: 23.38%;
  max-height: 48.59%;
  z-index: 2;
}

.s4-c ul li.s4-1 .s4-icon1 {
  display: block;
  max-width: 100%;
}

.s4-c ul li.s4-1 .s4-1an>a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: -8.44%;
  left: 1.33%;
  width: 55.67%;
  height: 17.77%;
  background: url(../images/s4-1an.png) no-repeat;
  background-size: 100% 100%;
  border-radius: 50px;
  box-shadow: 0px 4px 20px 0px rgba(22, 87, 184, 0.45);
  font-size: 40px;
  font-weight: 500;
  color: #ffffff;
  transition: all 0.5s;
}

.s4-c ul li.s4-1:hover .s4-1an>a {
  transform: scale(1.1);
  box-shadow: 0px 4px 20px 0px rgba(22, 87, 184, 1);
}

.s4-c ul li.s4-1 .s4-xjs {
  position: absolute;
  bottom: 40px;
  left: -230px;
  padding-bottom: 40px;
  z-index: -9;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
}

.s4-c ul li.s4-1.active .s4-xjs {
  z-index: 99;
  pointer-events: visible;
  visibility: visible;
  opacity: 1;
}

.s4-c ul li.s4-1 .s4-xjs ul {
  display: flex;
  align-items: center;
  transition: all 0.5s;
}

.s4-c ul li.s4-1.on .s4-xjs ul {
  visibility: visible;
  opacity: 1;

}

.s4-c ul li.s4-1 .s4-xjs ul li+li {
  margin-left: 14px;
}

.s4-c ul li.s4-1 .s4-xjs ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 35px;
  width: 350px;
  border-radius: 10px;
  background: linear-gradient(0deg, #FFFFFF 0%, rgba(255, 255, 255, 0.2) 100%);
  border: 1px solid;
  border-image: linear-gradient(180deg, #7C80EC 0%, #6C92F2 51%, rgba(100, 175, 251, 0.46) 100%) 1;
  box-shadow: 0px 16px 55px 0px rgba(51, 148, 214, 0.5), inset 0px 4px 10px 0px rgba(255, 255, 255, 0.3);
  background: #fff;
}

.s4-c ul li.s4-1 .s4-xjs ul li a .icon1 {
  width: 88px;
  height: 91px;
}

.s4-c ul li.s4-1 .s4-xjs ul li a .icon1 img {
  display: block;
  width: 100%;
}

.s4-c ul li.s4-1 .s4-xjs ul li a h3 {
  margin-left: 44px;
  font-size: 24px;
  padding-bottom: 20px;
  color: #333333;
}

.s4-c ul li.s4-1 .s4-xjs ul li:hover a h3 {
  color: #0b449f;
}

.s4-c ul li.s4-2 {
  left: 6.77%;
  top: 29.04%;
  width: 26.77%;
  height: 30.23%;
  cursor: pointer;
}

.s4-c ul li.s4-2::before {
  content: "";
  position: absolute;
  top: 11.42%;
  left: 63.81%;
  width: 11.08%;
  height: 9.14%;
  background: url(../images/s4-2x.png) no-repeat;
  background-size: 100% 100%;
  /* z-index: -1; */
}

.s4-c ul li.s4-2 .s4-icon2 {
  display: block;
  max-width: 100%;
}

.s4-c ul li.s4-2 .s4-zi2 {
  position: absolute;
  left: 58.36%;
  bottom: 6.09%;
  width: 25.29%;
}

.s4-c ul li.s4-2 .s4-tx {
  position: absolute;
  top: -18.29%;
  left: 74.51%;
  z-index: 1;
  width: 345px;
}

.s4-c ul li .s4-tx,
.s4-c ul li::before {
  visibility: hidden;
  opacity: 0;
}

@media screen and (min-width: 1024px) {

  .s4-c ul li:hover .s4-tx,
  .s4-c ul li:hover::before {
    animation: showdh 0.5s linear;
    animation-fill-mode: forwards;
    z-index: 3;
  }


  .s3-lb ul li:hover a .s3-lbbg .icon {
    animation: imgdh linear 4s infinite;
  }

  .s3-lb ul li:hover {}

  .s3-lb ul li:hover a .s3-lbbg {
    transform: scale(1.07);
    padding: 6px 40px 36px 40px;
    box-shadow: 0px 16px 55px 0px rgba(51, 148, 214, 0.5),
      inset 0px 4px 10px 0px rgba(255, 255, 255, 0.3);
  }

  .s3-lb ul li:hover a .s3-lbbg::after {
    transform: none;
    display: block;
  }

  .s3-lb ul li:hover a .s3-lbbg .icon {
    transform: scale(0.9);
  }

  .s3-lb ul li:hover a .s3-lbbg .s3-tx h3 {
    margin-top: 15px;
    transform: scale(0.95);
  }

  .s3-lb ul li:hover a .s3-lbbg .s3-tx .s3-x {
    margin-top: 0;
    background-image: url(../images/s3-x2.png);
  }

  .s3-lb ul li:hover a .s3-lbbg .s3-tx p {
    height: 96px;
    margin-top: 14px;
  }

  .s3-lb ul li:hover a .s3-lbbg .s3-tx .gd {
    transform: scale(0.9);
    margin-top: 15px;
    background: url(../images/s3-gdbg.png) no-repeat;
    background-size: 100% 100%;
    color: #fff;
    border-color: transparent;
  }

  .s3-lb2 ul li:hover a .s3-lbbg {
    transform: scale(1.07);
    padding: 78px 60px;
  }

  .s3-lb2 ul li:hover a .s3-lbbg .s3-tx .s3-x {
    margin-top: 0;
    background-image: url(../images/s3-x4.png);
    background-size: 100% auto;
  }

}

.s4-c ul li.s4-2 .s4-tx ul {
  max-width: 340px;
  padding: 30px;
  border-radius: 10px;
  background: linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0.8) 100%);
  border: 1px solid;
  border-image: linear-gradient(180deg,
      #7c80ec 0%,
      #6c92f2 51%,
      rgba(100, 175, 251, 0.46) 100%) 1;
  box-shadow: 0px 16px 20px 0px rgba(51, 148, 214, 0.2),
    inset 0px 4px 10px 0px rgba(255, 255, 255, 0.3);
}

.s4-c ul li.s4-2 .s4-tx:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 174%;
  height: 278%;
  background: url(../images/s4-zsbg.png) no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}

.s4-c ul li.s4-2 .s4-tx ul li a {
  font-size: 20px;
  line-height: 30px;
  /* white-space: nowrap; */
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  background: url(../images/s4-sj.png) no-repeat left center;
  padding-left: 20px;
  position: relative;
  left: 0;
  transition: all 0.5s;
}

.s4-c ul li.s4-3 {
  left: 62.81%;
  top: 19.43%;
  /* width: 26.77%;
  height: 30.23%; */
  width: 22.91%;
  height: 25.91%;
}

.s4-c ul li.s4-3::before {
  content: "";
  position: absolute;
  top: 11.42%;
  left: 60.81%;
  width: 12.95%;
  height: 12.5%;
  background: url(../images/s4-2x.png) no-repeat;
  background-size: 100% 100%;
}

.s4-c ul li.s4-3 .s4-icon3 {
  display: block;
  max-width: 100%;
  cursor: pointer;
}

.s4-c ul li.s4-3 .s4-zi3 {
  position: absolute;
  left: 56.13%;
  bottom: 1.66%;
  width: 29.31%;
}

.s4-c ul li.s4-3 .s4-tx {
  position: absolute;
  top: -18.29%;
  left: 74.51%;
  z-index: 1;
}

.s4-c ul li.s4-3 .s4-tx ul {
  max-width: 340px;
  padding: 30px;
  border-radius: 10px;
  background: linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0.8) 100%);
  border: 1px solid;
  border-image: linear-gradient(180deg,
      #7c80ec 0%,
      #6c92f2 51%,
      rgba(100, 175, 251, 0.46) 100%) 1;
  box-shadow: 0px 16px 20px 0px rgba(51, 148, 214, 0.2),
    inset 0px 4px 10px 0px rgba(255, 255, 255, 0.3);
}

.s4-c ul li.s4-3 .s4-tx:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 174%;
  height: 278%;
  background: url(../images/s4-zsbg.png) no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}

.s4-c ul li.s4-3 .s4-tx ul li a {
  font-size: 20px;
  line-height: 30px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  background: url(../images/s4-sj.png) no-repeat left center;
  padding-left: 20px;
  position: relative;
  left: 0;
  transition: all 0.5s;
}

.s4-c ul li.s4-4 {
  left: 15.46%;
  top: 68.68%;
  width: 20.98%;
  height: 23.75%;
}

.s4-c ul li.s4-4::before {
  content: "";
  position: absolute;
  top: 24.42%;
  left: 21.81%;
  width: 14.14%;
  height: 13.63%;
  background: url(../images/s4-2x.png) no-repeat;
  background-size: 100% 100%;
  transform: rotate(45deg);
}

.s4-c ul li.s4-4 .s4-icon4 {
  display: block;
  max-width: 100%;
  cursor: pointer;
}

.s4-c ul li.s4-4 .s4-zi4 {
  position: absolute;
  left: 54.09%;
  bottom: 2.27%;
  width: 31.76%;
}

.s4-c ul li.s4-4 .s4-tx {
  position: absolute;
  top: -22.29%;
  left: -32%;
  z-index: 4;
}

.s4-c ul li.s4-4 .s4-tx ul {
  max-width: 340px;
  padding: 30px;
  border-radius: 10px;
  background: linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0.8) 100%);
  border: 1px solid;
  border-image: linear-gradient(180deg,
      #7c80ec 0%,
      #6c92f2 51%,
      rgba(100, 175, 251, 0.46) 100%) 1;
  box-shadow: 0px 16px 20px 0px rgba(51, 148, 214, 0.2),
    inset 0px 4px 10px 0px rgba(255, 255, 255, 0.3);
}

.s4-c ul li.s4-4 .s4-tx:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 174%;
  height: 278%;
  background: url(../images/s4-zsbg.png) no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}

.s4-c ul li.s4-4 .s4-tx ul li a {
  font-size: 20px;
  line-height: 30px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  background: url(../images/s4-sj.png) no-repeat left center;
  padding-left: 20px;
  position: relative;
  left: 0;
  transition: all 0.5s;
}

.s4-c ul li.s4-4 .s4-tx ul li:nth-child(2) a {
  background: none;
}

.s4-c ul li.s4-5 {
  left: 67.34%;
  top: 61.55%;
  width: 22.91%;
  height: 25.91%;
}

.s4-c ul li.s4-5::before {
  content: "";
  position: absolute;
  top: 1.42%;
  left: 50.81%;
  width: 12.95%;
  height: 12.5%;
  background: url(../images/s4-2x.png) no-repeat;
  background-size: 100% 100%;
  transform: rotate(320deg);
}

.s4-c ul li::before {}

.s4-c ul li.s4-5 .s4-icon5 {
  display: block;
  max-width: 100%;
  cursor: pointer;
}

.s4-c ul li.s4-5 .s4-zi5 {
  position: absolute;
  left: 55.45%;
  bottom: 1.25%;
  width: 29.31%;
}

.s4-c ul li.s4-5 .s4-tx {
  position: absolute;
  top: -59.29%;
  left: 45.51%;
  z-index: 1;
}

.s4-c ul li.s4-5 .s4-tx ul {
  max-width: 340px;
  padding: 30px;
  border-radius: 10px;
  background: linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0.8) 100%);
  border: 1px solid;
  border-image: linear-gradient(180deg,
      #7c80ec 0%,
      #6c92f2 51%,
      rgba(100, 175, 251, 0.46) 100%) 1;
  box-shadow: 0px 16px 20px 0px rgba(51, 148, 214, 0.2),
    inset 0px 4px 10px 0px rgba(255, 255, 255, 0.3);
}

.s4-c ul li.s4-5 .s4-tx:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 174%;
  height: 278%;
  background: url(../images/s4-zsbg.png) no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}

.s4-c ul li.s4-5 .s4-tx ul li a {
  font-size: 20px;
  line-height: 30px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  background: url(../images/s4-sj.png) no-repeat left center;
  padding-left: 20px;
  position: relative;
  left: 0;
  transition: all 0.5s;
}

.s4-c ul li .s4-tx ul li:hover a {
  color: #0b449f;
  left: 5px;
}

@keyframes showdh {
  0% {
    visibility: hidden;
    opacity: 0;
  }

  100% {
    visibility: visible;
    opacity: 1;
  }
}

@keyframes imgdh {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(20px);
  }

  100% {
    transform: translateY(0px);
  }
}

@media screen and (min-width: 700px) {

  .s4-c ul li.s4-2:hover .s4-icon2,
  .s4-c ul li.s4-2:hover .s4-zi2 {
    animation: imgdh linear 3s infinite;
    /* animation-delay: -2.2746966623s; */
  }

  .s4-c ul li.s4-3:hover .s4-icon3,
  .s4-c ul li.s4-3:hover .s4-zi3 {
    animation: imgdh linear 3s infinite;
    /* animation-delay: -1.13953973602s; */
  }

  .s4-c ul li.s4-4:hover .s4-icon4,
  .s4-c ul li.s4-4:hover .s4-zi4 {
    animation: imgdh linear 3s infinite;
    /* animation-delay: -2.62958281955s; */
  }

  .s4-c ul li.s4-5:hover .s4-icon5,
  .s4-c ul li.s4-5:hover .s4-zi5 {
    animation: imgdh linear 3s infinite;
    /* animation-delay: -1.56106178214s; */
  }

}

.s4-c ul li.s4-2 .s4-svg {
  left: 65.28%;
  top: 67.58%;
  width: 67.31%;
  height: 32.5%;
}

.s4-c ul li.s4-3 .s4-svg {
  /* left: 9.28%;
  top: 71.58%;
  width: 35.59%;
  height: 90.33%; */
  /* width: 37.36%;
  height: 78.5%;
  left: 2%;
  top: 65.83%; */
  width: 41.36%;
  height: 82.5%;
  left: 4%;
  top: 80.83%;

}

.s4-c ul li.s4-4 .s4-svg {
  left: 80.28%;
  top: 12.58%;
  width: 68.77%;
  height: 61.25%;
}

.s4-c ul li.s4-5 .s4-svg {
  left: -71.72%;
  top: 42.58%;
  width: 70.68%;
  height: 37.08%;
}

.svg4 path {
  fill: none;
  stroke: #fe9601;
  stroke-miterlimit: 10;
  stroke-width: 1px;
}

.s4-svg {
  position: absolute;
}

.svg4 {
  fill: transparent;
  stroke: #fff;
  stroke-width: 1;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 1500;
  stroke-dashoffset: 0;
  width: 100%;
  height: 100%;
  transition: 0.5s;
}

.s4-c ul li .svg4 {
  stroke-dashoffset: 1500;
}

.s4-c ul li.on .svg4 {
  stroke-dashoffset: 0;
}

.s4-c ul li.s4-2:hover .svg4 {
  animation: dash 5s ease;
}

.s4-c ul li.s4-3:hover .svg4 {
  animation: dash 5s ease;
}

.s4-c ul li.s4-4:hover .svg4 {
  animation: dash 5s ease;
}

.s4-c ul li.s4-5:hover .svg4 {
  animation: dash 5s ease;
}

@keyframes dash {
  from {
    stroke-dashoffset: 1500;
  }

  to {
    stroke-dashoffset: 0;
  }
}

.s4-c ul li .xzt {
  display: none !important;
}

@media screen and (max-width: 1800px) {
  .s4-c {
    zoom: 0.9;
  }
}

@media screen and (max-width: 1700px) {
  .s3-lb .slick-list {
    margin: 0 70px;
  }

  .s3-lb .slick-prev {
    left: 0;
  }

  .s3-lb .slick-next {
    right: 0;
  }

  .s4-c ul li.s4-1 .s4-1an>a {
    font-size: 30px;
  }
}

@media screen and (max-width: 1600px) {
  .s4-c {
    zoom: 0.8;
  }
}

@media screen and (max-width: 1560px) {
  .s3-lb1 ul {
    padding: 0;
  }

  .s3-lb ul li a .s3-lbbg .s3-tx h3 {
    font-size: 26px;
    line-height: 34px;
    height: 68px;
  }

  .s3-lb ul li a .s3-lbbg .s3-tx p {
    font-size: 14px;
  }
}

@media screen and (max-width: 1400px) {
  .section2-bg {
    right: -7.91%;
    top: 30.25%;
    width: 1200px;
  }

  .section0 ul li a h3 {
    font-size: 32px;
  }

  .s3-lb ul li a .s3-lbbg .s3-tx h3 {
    font-size: 24px;
  }

  .s2-c .qh-bd {
    height: 475px;
  }

  .s2-1box ul li .s2-2bd .pic {
    padding-top: 475px;
  }

  .s4-c {
    zoom: 0.7;
  }
}

@media screen and (max-width: 1300px) {
  .s4-c ul li.s4-1 .s4-1an>a {
    font-size: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .banner-k {
    height: auto;
  }

  .banner,
  .banner div.slick-list,
  .banner .slick-slide a,
  .banner .slick-slide a img {
    height: auto;
  }

  .ban-x {
    display: none;
  }

  .section0 {
    position: static;
  }

  .section0 ul li a h3 {
    font-size: 24px;
  }

  .section0 ul li a {
    height: 90px;
  }

  .section0 ul li a img {
    max-height: 24px;
  }

  .section0 ul li a::after {
    width: 3px;
    height: 39px;
  }

  .tit-c h3 {
    font-size: 34px;
  }

  .title::before {
    margin-right: 40px;
    height: 24px;
  }

  .title::after {
    margin-left: 40px;
    height: 24px;
  }

  .more a {
    font-size: 12px;
    background-size: auto 20px;
    padding-left: 30px;
  }

  .jdt .slick-dots li button {
    font-size: 14px;
  }

  .jdt .slick-dots li.slick-active button {
    font-size: 20px;
  }

  .qh-tit ul li h3 {
    font-size: 20px;
  }

  .qh-tit ul li.on h3 {
    font-size: 24px;
  }

  .qh-tit ul li p {
    font-size: 14px;
  }

  .qh-tit ul li h3::before {
    width: 6px;
    height: 6px;
    top: 2px;
    left: -2px;
  }

  .qh-tit ul li::after {
    width: 43px;
    height: 3px;
    right: -10px;
  }

  .jdt ul li a .bg_img {
    height: 536px;
  }

  .s1-r .qh-bd>ul li a {
    font-size: 18px;
  }

  .s2-c .qh-bd {
    padding-right: 0;
  }

  .s2-lb ul li .s2-2tit h3 {
    font-size: 24px;
    width: 26px;
  }

  .s2-c .qh-bd {
    height: 460px;
  }

  .s2-1box ul li .s2-2bd .pic {
    padding-top: 460px;
  }

  .s2-1box ul li .s2-2bd .s2-2tx h3 {
    font-size: 24px;
  }

  .s2-1box ul li .s2-2bd .s2-2tx h4 {
    font-size: 12px;
  }

  .s2-1box ul li .s2-2bd .s2-2tx p {
    font-size: 14px;
  }

  .s2-1box ul li .s2-2bd .s2-2tx .jt {
    width: 40px;
    height: 32px;
  }

  .s3-lb ul li a .s3-lbbg .s3-tx h3 {
    font-size: 20px;
  }

  .s3-lb ul li a .s3-lbbg .icon {
    width: 140px;
    height: 160px;
  }

  .s3-lb ul li a .s3-lbbg .icon img {
    max-width: 90px;
  }

  .s3-lb ul li a .s3-lbbg {
    padding: 20px;
  }

  .s3-lb .slick-list {
    height: auto;
    margin: 0 45px;
  }

  .s3-lb .slick-prev,
  .s3-lb .slick-next {
    width: 40px;
    height: 40px;
    background-size: 15px auto;
  }

  .s3-lb ul li a .s3-lbbg .s3-tx .gd {
    width: 110px;
    height: 30px;
    line-height: 30px;
  }

  .s3-lb2 ul {
    height: auto;
  }

  .s4-c {
    zoom: 0.55;
  }
}

@media screen and (max-width: 960px) {
  .jdt {
    width: 100%;
  }

  .jdt ul li a .bg_img {
    height: auto;
    padding-top: 68.44%;
  }

  .s1-r {
    width: 100%;
    margin-top: 30px;
  }

  .s1-r .qh-bd>ul.on,
  .s1-r .qh-bd>div.on {
    margin-top: 0;
  }

  .s1-r .qh-bd {
    margin-top: 10px;
  }

  .s1-r .qh-bd>ul li a {
    font-size: 16px;
  }

  .s1-r .qh-bd>ul li.on a {
    height: auto;
    max-height: 60px;
  }

  .s4-c ul li.s4-1 .s4-1an>a {
    font-size: 18px;
  }

  .s4-c {
    margin-top: -70px;
  }
}

@media screen and (max-width: 640px) {
  .section0 .wp {
    /* overflow: auto; */
    position: relative;
  }

  .section0 .wp::before {
    position: absolute;
    content: "";
    width: 75%;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.2;
  }

  .section0 ul {
    width: 100%;
    position: relative;
    margin: 0 auto;
  }


  .section0 ul li {
    width: 50%;
  }

  .section0 ul li a {
    height: 60px;
  }

  .section0 ul li a h3 {
    font-size: 20px;
  }

  .section0 ul li:nth-child(3) a::after{
    content: none;
  }

  .jdt .slick-dots {
    bottom: 15px;
  }

  .jdt .slick-dots li {
    margin: 0 5px;
  }

  .jdt .slick-dots li::before {
    width: 50px;
    height: 50px;
  }

  .s2-lb ul li .s2-2tit h3 {
    font-size: 20px;
    width: 20px;
    top: 30px;
  }

  .s2-lb .slick-dots {
    bottom: -24px;
  }

  .s2-lb .slick-dots li .dot-page span,
  .s2-lb .slick-dots li .dot-page b {
    font-size: 20px;
  }

  .s2-c .qh-bd {
    height: auto;
  }

  .s2-1box ul li .s2-2bd .s2-2tx {
    padding: 20px 20px 0 20px;
  }

  .s2-1box ul li .s2-2bd .s2-2tx .jt {
    margin-top: 35px;
  }

  .s2-1box ul li .s2-2bd .pic {
    padding-top: 325px;
  }

  .s2-1box ul li {
    width: 100%;
    margin-top: 20px;
  }

  .s2-1box ul li:first-child {
    margin-top: 0;
  }

  .s3-lb ul li a .s3-lbbg .s3-tx .s3-x {
    width: 190px;
  }

  .s3-lb ul li a {
    padding: 5px 0 50px 0;
  }

  .s4-c ul li.s4-1 .s4-xjs ul li a h3 {
    margin-left: 0;
    font-size: 18px;
    text-align: center;
    padding-bottom: 0;
  }

  .s4-c ul li.s4-1 .s4-xjs {
    left: 50%;
    transform: translateX(-50%);
    padding-bottom: 30px;
    bottom: 22px;
  }

  .s4-c ul li.s4-1 .s4-xjs ul li a {
    width: 153px;
    padding: 20px;
    display: block;
  }

  .s4-c ul li.s4-1 .s4-xjs ul li a .icon1 {
    width: 70px;
    height: 72px;
    margin: 0 auto;
  }

  .s4-c {
    margin-top: 0;
  }

  .s4-c>ul {
    display: flex;
    flex-wrap: wrap;
    /* flex-direction: column; */
    align-items: center;
    padding-top: 180px;
    position: relative;
    z-index: 1;
  }

  .s4-c>ul>li {
    position: static;
    order: 1;
    width: 25% !important;
    max-width: 80% !important;
    max-height: inherit !important;
    left: inherit !important;
    top: inherit !important;
    z-index: 9;
  }

  .s4-c>ul>li.xz {
    z-index: 8;
  }

  .s4-c ul li .s4-icon2,
  .s4-c ul li .s4-icon3,
  .s4-c ul li .s4-icon4,
  .s4-c ul li .s4-icon5 {
    max-width: 120% !important;
    margin-left: -10%;
  }

  .s4-c ul li.s4-1 {
    position: relative;
    order: 2;
    max-width: 40% !important;
    width: 50% !important;
    margin: 0 auto;
    margin-top: 20px;
  }

  .s4-c ul li.s4-1 .s4-1an>a {
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 50%;
    margin-left: -70px;
    bottom: -20px;
    width: 140px;
    height: 40px;
  }

  .s4-c ul li .s4-tx {
    /* position: static !important; */
  }

  .s4-c ul li .s4-tx:before {
    display: none;
  }

  .s4-c ul li .s4-tx ul {
    display: block !important;
    margin: 0 auto;
    position: relative;
    margin-top: 20px;
    padding: 20px !important;
  }

  .s4-c ul li .s4-tx ul:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 174%;
    height: 278%;
    background: url(../images/s4-zsbg.png) no-repeat;
    background-size: 100% 100%;
    z-index: -1;
  }

  .s4-c ul li .s4-tx ul li a {
    font-size: 16px !important;
  }

  .s4-c ul li.s4-2 .s4-zi2 {
    left: inherit;
    bottom: inherit;
    left: 50%;
    margin-left: 76px;
    top: 50%;
  }

  .s4-c ul li.s4-3 .s4-zi3 {
    left: inherit;
    bottom: inherit;
    left: 50%;
    margin-left: 66px;
    top: 45%;
  }

  .s4-c ul li.s4-4 .s4-zi4 {
    left: inherit;
    bottom: inherit;
    left: 50%;
    margin-left: 66px;
    top: 45%;
  }

  .s4-c ul li.s4-5 .s4-zi5 {
    left: inherit;
    bottom: inherit;
    left: 50%;
    margin-left: 66px;
    top: 45%;
  }

  .s4-cbg {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .s4-c ul li .s4-svg {
    display: none !important;
  }

  .s4-c {
    zoom: 1;
  }

  .s4-c ul li .s4-tx {
    width: 300px !important;
    left: 50% !important;
    transform: translateX(-50%);
  }

  .s4-c ul li.s4-2 .s4-tx {
    top: auto;
    top: 0;
  }

  .s4-c ul li.s4-3 .s4-tx {
    top: auto;
    top: 0;
  }

  .s4-c ul li.s4-4 .s4-tx {
    top: auto;
    top: 0;
  }

  .s4-c ul li.s4-5 .s4-tx {
    top: auto;
    top: 0;
  }

  .s4-c ul li .s4-zi2,
  .s4-c ul li .s4-zi3,
  .s4-c ul li .s4-zi4,
  .s4-c ul li .s4-zi5 {
    display: none;
  }

  .s4-c ul li.xz .s4-tx {
    opacity: 1;
    visibility: visible;
  }

  .s4-c ul li .xzt {
    display: block !important;
    font-size: 14px;
    color: #1640B2;
    text-align: center;
  }
}

@media screen and (max-width: 480px) {
  .s3-lb ul li a {
    margin: 0;
  }

  .s3-lb2 ul li a .s3-lbbg {
    flex-direction: column;
  }

  .s3-lb2 ul li a .s3-lbbg .s3-tx {
    padding-left: 0;
  }

  .s4-c ul li.s4-1 .s4-xjs ul li a .icon1 {
    width: 45px;
    height: 47px;
  }

  .s4-c ul li.s4-1 .s4-xjs ul li a {
    width: 115px;
    padding: 10px;
  }

  .s4-c ul li.s4-1 .s4-xjs ul li a h3 {
    font-size: 14px;
  }

  .s4-c ul li.s4-1 .s4-xjs {
    bottom: 20px;
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 375px) {
  .s2-lb ul li .s2-2tit h3 {
    top: 15px;
    font-size: 16px;
  }

  .s4-c ul li.s4-2 .s4-zi2,
  .s4-c ul li.s4-3 .s4-zi3,
  .s4-c ul li.s4-4 .s4-zi4,
  .s4-c ul li.s4-5 .s4-zi5 {
    max-width: 23%;
  }

  .s4-c ul li.s4-2 .s4-zi2,
  .s4-c ul li.s4-4 .s4-zi4 {
    margin-left: 47px;
    top: 45%;
  }

  .s4-c ul li.s4-3 .s4-zi3 {
    margin-left: 48px;
  }

  .s4-c ul li.s4-5 .s4-zi5 {
    margin-left: 54px;
  }

  .s1-c .qh-tit {
    height: 55px;
    overflow-x: auto;
    overflow-y: hidden;
    padding-left: 5px;
  }

  .s1-c .qh-tit ul {
    width: 400px;
  }

  /* d */
}

@media screen and (max-width: 320px) {
  .qh-tit ul li.on h3 {
    font-size: 21px;
  }
}

/* 2025-2-25 */
@media screen and (max-width: 420px) {
  .s4-c ul li.s4-2 .s4-tx {
    width: 300px
  }
}

/* 2025-2-27 */
@media screen and (max-width: 760px) {
  .section0 u