@charset "UTF-8";

header.mobile {
  background: #ffffff;
  padding: 0.2rem 0;
  box-shadow: 0 0 12px 0px rgba(5, 60, 129, 0.7);
  border-top: 0.1rem solid #053c81;
  animation: 0.8s ease 0.3s 1 normal backwards running fadeInDown2;
}

header.mobile::before {
  display: none;
}

header.mobile .logo a img:nth-of-type(2) {
  display: block;
}

header.mobile .logo a img:nth-of-type(1) {
  display: none;
}

header.mobile .nav ul>li>a {
  color: #000000;
}

header.mobile .linkTop a {
  color: #c9c9c9;
}

header.mobile .linkTop a:hover {
  color: #053c81;
}

header.mobile .linkTop a::before {
  background: #c9c9c9;
}

header.mobile .nav ul>li ol li a:hover {
  color: #053c81;
}

header.mobile .nav ul>li>a:hover {
  color: #053c81;
}

/* banner */
.banner_box1 {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.banner_box1s {
  overflow: hidden;
}

.bannerImg {
  overflow: hidden;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 0;
}

.banner {
  animation: 0.8s ease 0.3s 1 normal backwards running fadeInUp;
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
  left: 0;
  top: 0;
}

.banner::before {
  display: block;
  content: "";
  width: 100%;
  height: 3rem;
  background: url(../images/headerBg.png) no-repeat top center;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  transform: rotateX(180deg) translateY(-0.3rem);
}

.banner .news_images img {
  display: block;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  transform: scale(1.2);
  transition: opacity 0.3s ease, transform 0s ease 1s;
}

.banner .news_images video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #000;
}

.banner .slick-active .news_images img {
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: all 5s cubic-bezier(0, 0.56, 0.44, 1);
}

.bb {
  display: flex;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 9;
  justify-content: center;
  align-items: center;
}

.dots {
  position: absolute;
  right: 0;
  bottom: 0.4rem;
}

.dots .slick-dots {
  position: static;
}

.dots .slick-dots li button:before {
  display: none;
}

.dots .slick-dots li {
  width: auto;
  height: auto;
  margin-right: 0.45rem;
}

.dots .slick-dots li:last-of-type {
  margin-right: 0;
}

.dots .slick-dots li button {
  display: block;
  width: 0.12rem;
  height: 0.12rem;
  font-size: 0;
  background: #ffffff;
  border-radius: 100%;
}

.dots .slick-dots li.slick-active button {
  width: 0.4rem;
  height: 0.3rem;
  background: url(../images/dotsIcon.png) no-repeat center;
  background-size: 100% auto;
}

.bb2 {
  position: relative;
  z-index: 101;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bb_sub {
  width: auto;
  height: auto;
  cursor: pointer;
  position: relative;
}

.bb_sub::before {
  display: block;
  content: "";
  width: 0.2rem;
  height: 0.24rem;
  background: url(../images/bannerIcon2.png) no-repeat center;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 55%;
  transform: translateX(-50%);
  animation: bouns 0.8s infinite;
}

/* lmTit */
.lmTit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5rem;
}

.lmTit.lmTit_c {
  justify-content: center;
}

.indexCon7 .lmTit.lmTit_c {
  margin-bottom: 0;
}

.lmTit h2 {
  font-family: Source Han Serif CN;
  font-size: 0.4rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0em;
  color: #053c81;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  position: relative;
}

.lmTit h2 p {
  font-family: Georgia;
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #053c81;
  position: relative;
  margin-left: 0.15rem;
}

.lmTit h2 p::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: -5px;
  width: 28px;
  height: 1px;
  background: #e6c390;
}

.lmTit h2 img {
  display: block;
  width: 1.46rem;
  height: auto;
  position: absolute;
  left: 0;
  bottom: -0.1rem;
  z-index: 0;
}

div.more a {
  display: block;
  font-family: Microsoft YaHei;
  font-size: 14px;
  font-weight: normal;
  line-height: 30px;
  letter-spacing: 0em;
  color: #053c81;
  position: relative;
}

div.more a img {
  display: block;
  width: auto;
  height: auto;
  position: absolute;
  left: 0;
  top: -10px;
}

div.more a:hover {
  color: #dfba82;
}

/* indexCon1 */
.bg1 {
  background: #fff url(../images/bg1.png) no-repeat top center;
  background-size: auto;
  position: relative;
}

.indexCon1 {
  padding: 1rem 0 0.8rem;
  position: relative;
}

.new {
  width: 65.7%;
}

.newBanner {
  position: relative;
  margin-bottom: 0.4rem;
}

.newBanner ul li a {
  display: block;
  width: 100%;
  height: auto;
  background: #ffffff;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}

.newBanner ul li a .img {
  width: 100%;
  padding: 5.7rem 0 0;
  overflow: hidden;
  transition: all 0.5s;
  position: relative;
  z-index: 5;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.newBanner ul li a .tit {
  position: absolute;
  left: 0;
  bottom: 0.3rem;
  width: 100%;
  padding: 0 0.3rem;
  padding-right: 1.3rem;
  box-sizing: border-box;
  z-index: 9;
  font-family: Source Han Sans CN;
  font-size: 0.24rem;
  font-weight: 500;
  line-height: 0.34rem;
  /* 浏览器可能不支持 */
  max-height: 0.68rem;
  letter-spacing: 0em;
  color: #f3f3f9;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.newBanner ul li a .time {
  position: absolute;
  left: 0.28rem;
  top: 0.26rem;
  width: 0.75rem;
  height: auto;
  border-radius: 6px;
  background: #ca201f;
  z-index: 9;
  font-family: HarmonyOS Sans SC;
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.24rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0em;
  color: #ffffff;
  padding: 5px 0;
}

.newBanner ul li a .time span {
  display: block;
  font-family: HarmonyOS Sans SC;
  font-size: 0.32rem;
  font-weight: normal;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0em;
  color: #ffffff;
}

.newBanner ul li a:hover .img {
  transform: scale(1.08);
}

.newDots {
  width: 1.2rem;
  height: auto;
  padding-right: 0.3rem;
  box-sizing: border-box;
  position: absolute;
  right: 0;
  bottom: 0.3rem;
}

.newDots .slick-dots {
  position: static;
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 0.38rem;
}

.newDots .slick-dots li {
  width: 0.1rem;
  height: 0.1rem;
  border: 2px solid #fff;
  border-radius: 100%;
  box-sizing: border-box;
}

.newDots .slick-dots li button {
  display: none;
}

.newDots .slick-dots li.slick-active {
  background: #fff;
}

.newList {
  width: 100%;
  box-sizing: border-box;
}

.newList .lmTit {
  margin-bottom: 0.2rem;
  margin-top: 0.54rem;
}

.newList ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.newList li {
  width: 31.4%;
}

.newList li a {
  display: block;
  width: 100%;
  height: auto;
  padding: 0.25rem 0.3rem 0.2rem;
  box-sizing: border-box;
  border-radius: 4px;
  background: #ffffff;
  border: 1px solid rgba(255, 255, 255, 1);
}

.newList li a .tit {
  font-family: Source Han Sans CN;
  font-size: 0.18rem;
  font-weight: 550;
  line-height: 0.28rem;
  letter-spacing: 0em;
  color: #000000;
  height: 0.84rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-align: justify;
}

.newList li a .time {
  font-family: Source Han Sans CN;
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.25rem;
  letter-spacing: 0em;
  color: #666666;
  margin-bottom: 0.15rem;
}

.newList li a .tb {
  width: 100%;
  height: 0.2rem;
  background: url(../images/newlistIcon1.png) no-repeat right center;
  background-size: auto 100%;
  margin-top: 5px;
}

.newList li a:hover {
  border: 1px solid rgba(37, 58, 147, 0.34);
  box-shadow: 0px 4px 10px 0px rgba(37, 58, 147, 0.2);
}

.newList li a:hover .tit {
  color: #053c81;
}

.newList li a:hover .time {
  color: #253a96;
}

.newList li a:hover .tb {
  background: url(../images/newlistIcon2.png) no-repeat right center;
  background-size: auto 100%;
}

.notice {
  width: 28.6%;
}

/* indexCon2 */
.indexCon2 {
  position: relative;
}

.indexCon2 .lmTit img {
  bottom: 5px;
}

.lmTit2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.25rem;
}

.lmTit2 h2 {
  font-family: Source Han Serif CN;
  font-size: 0.24rem;
  font-weight: bold;
  line-height: 0.34rem;
  letter-spacing: 0em;
  color: #053c81;
  padding-left: 0.3rem;
  box-sizing: border-box;
}

.xscg .lmTit2 h2 {
  background: url(../images/icon2_1.png) no-repeat left center;
  background-size: 0.18rem auto;
}

.kypt .lmTit2 h2 {
  background: url(../images/icon2_2.png) no-repeat left center;
  background-size: 0.24rem auto;
}

.byjt .lmTit2 h2 {
  background: url(../images/icon2_3.png) no-repeat left center;
  background-size: 0.24rem auto;
}

.subLeft {
  width: 51.4%;
}

.subRight {
  width: 48.6%;
  padding-left: 0.65rem;
  box-sizing: border-box;
}

.xscg ul {
  width: 100%;
  padding: 0.15rem 0.3rem;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.35);
  border-bottom: 2px solid rgba(5, 60, 129, 1);
}

.xscg ul li a {
  display: block;
  width: 100%;
  font-family: Microsoft YaHei;
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.36rem;
  text-transform: uppercase;
  letter-spacing: 0em;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0.18rem 0;
  border-bottom: 1px solid #d8d8d8;
  transition: all 0.3s;
  box-sizing: border-box;
}

.xscg ul li a span.fl {
  font-family: Source Han Sans CN;
  font-weight: 350;
  color: #053c81;
}

.xscg ul li a span.fr {
  font-family: HarmonyOS Sans SC;
  font-size: 0.16rem;
  color: #999999;
  margin-left: 5px;
  font-weight: normal;
}

.xscg ul li:last-of-type a {
  border-bottom: none !important;
}

.xscg ul li a:hover {
  color: #053c81;
  padding-left: 5px;
  border-bottom: 1px solid #053c81;
  font-weight: bold;
}

.xscg ul li a:hover span.fr {
  color: #053c81;
}

.kypt {
  margin-top: 0.3rem;
}

.kypt ul {
  display: flex;
  justify-content: space-between;
}

.kypt ul li {
  width: 23.5%;
  height: auto;
  position: relative;
  z-index: 19;
}

.kypt ul li a {
  display: flex;
  width: 100%;
  height: 1.54rem;
  background: #fff;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.kypt ul li a img {
  display: block;
  width: auto;
  height: 0.54rem;
  margin: 0.15rem 0 0.1rem;
}

.kypt ul li a p {
  font-family: Microsoft YaHei;
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.24rem;
  text-align: center;
  letter-spacing: 0em;
  color: #333333;
}

.kypt ul li a:hover p {
  color: #053c81;
  font-weight: bold;
}

.kypt ul li a:hover img {
  animation: bouns2 0.5s infinite;
}

.byjt ul li,
.byjt ul li a {
  display: block;
  width: 100%;
  height: auto;
}

.byjt ul li a .img {
  display: block;
  width: 100%;
  padding: 3.9rem 0 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.5s;
}

.byjt ul li a div {
  padding: 0 0.15rem;
  width: 100%;
  box-sizing: border-box;
}

.byjt ul li a p.txt {
  font-family: Source Han Serif CN;
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.24rem;
  letter-spacing: 0em;
  color: #053c81;
  margin-top: 0.45rem;
}

.byjt ul li a h2 {
  font-family: Microsoft YaHei;
  font-size: 0.2rem;
  font-weight: bold;
  line-height: 0.3rem;
  letter-spacing: 0em;
  color: #000000;
  margin: 0.24rem 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 0.6rem;
}

.byjt ul li a p.con {
  font-family: Microsoft YaHei;
  font-size: 0.15rem;
  font-weight: normal;
  line-height: 0.36rem;
  text-align: left;
  letter-spacing: 0em;
  color: #053c81;
  border-left: 1px solid #053c81;
}

.byjt ul li a p.con span {
  display: block;
  padding-left: 0.5rem;
  box-sizing: border-box;
}

.byjt ul li a p.con span:nth-of-type(1) {
  background: url(../images/byjtIcon1.png) no-repeat left 0.23rem center;
}

.byjt ul li a p.con span:nth-of-type(2) {
  background: url(../images/byjtIcon2.png) no-repeat left 0.23rem center;
}

.byjt ul li a:hover h2 {
  color: #053c81;
}

.byjt ul li a:hover p.img {
  transform: scale(1.05);
}

.byjt .slick-dots {
  width: auto;
  height: 0.24rem;
  right: 0;
  bottom: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.byjt .slick-dots li {
  width: 0.12rem;
  height: 0.12rem;
  border-radius: 100%;
  background: #d8d8d8;
  margin: 0 0.15rem;
}

.byjt .slick-dots li.slick-active {
  background: #053c81;
}

.byjt .slick-dots li button::before,
.byjt .slick-dots li button {
  display: none;
}

/* indexCon4 */
.indexCon4 {
  position: relative;
  z-index: 10;
  padding: 0.5rem 0 1rem;
}

.indexCon4 .w1500 {
  position: relative;
  z-index: 99;
}

.mtgz {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 19;
  overflow: hidden;
}

.mtgz div.more {
  float: right;
  margin-top: 0.5rem;
  position: relative;
  z-index: 29;
}

.mtgzL {
  width: 51.4%;
}

.mtgzL ul li {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
}

.mtgzL ul li a {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
}

.mtgzL ul li a::before {
  display: block;
  content: "";
  width: 100%;
  height: 1.5rem;
  background: linear-gradient(0deg,
      #005ba9 0%,
      rgba(18, 100, 172, 0.1) 80%,
      rgba(18, 100, 172, 0.02) 90%,
      rgba(0, 0, 0, 0) 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}

.mtgzL ul li a:hover img {
  transform: scale(1.08);
}

.mtgzL ul li .video {
  display: block;
  width: 100%;
  position: relative;
  padding: 4.88rem 0 0;
}

.mtgzL ul li .video img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s;
}

.mtgzL ul li .tit {
  display: block;
  width: 100%;
  margin: 0 auto;
  font-family: Microsoft YaHei;
  font-size: 0.2rem;
  font-weight: normal;
  line-height: 0.34rem;
  letter-spacing: 0em;
  color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 1.1rem;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  bottom: 0.4rem;
  text-align: center;
  z-index: 5;
}

.mtgzL ul li .btn {
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  background: #ffffff url(../images/bfIcon.png) no-repeat left 60% center;
  border-radius: 100%;
  position: absolute;
  left: 0.35rem;
  bottom: 0.2rem;
  cursor: pointer;
  z-index: 5;
}

.mtgzL ul li .btn::before {
  display: block;
  content: "";
  width: 0.66rem;
  height: 0.66rem;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
}

.mtgzL ul li .btn.on {
  display: none;
}

.mtgzL .slick-dots {
  position: absolute;
  left: 50%;
  bottom: 0.55rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  height: auto;
  transform: translateX(-50%);
}

.mtgzL .slick-dots li {
  width: 0.1rem;
  height: 0.1rem;
  background: rgba(255, 255, 255, 0.33);
  border-radius: 100%;
  margin: 0 8px;
}

.mtgzL .slick-dots li.slick-active {
  background: #ffffff;
}

.mtgzL .slick-dots li button,
.mtgzL .slick-dots button::before {
  display: none;
}

.mtgzR {
  width: 48.6%;
  padding-left: 0.5rem;
  box-sizing: border-box;
  position: relative;
  z-index: 9;
}

.mtgzR ul {
  width: 100%;
  height: auto;
}

.mtgzR ul li a {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #d8d8d8;
  box-sizing: border-box;
}

.mtgzR ul li a .tit {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
}

.mtgzR ul li a .tit span:nth-of-type(1) {
  padding-left: 0.2rem;
  font-family: Microsoft YaHei;
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.6rem;
  max-height: 0.6rem;
  letter-spacing: 0em;
  color: #333333;
  box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.mtgzR ul li a .tit span:nth-of-type(1)::before {
  display: block;
  content: "";
  width: 5px;
  height: 5px;
  background: #053c81;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.mtgzR ul li a .tit span:nth-of-type(2),
.mtgzR ul li a .tit span:nth-of-type(2) b {
  font-family: Microsoft YaHei;
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.6rem;
  color: #053c81;
}

.mtgzR ul li a .tit span:nth-of-type(2) b {
  display: none;
}

.mtgzR ul li a .tit span:nth-of-type(2) {
  margin-left: 10px;
  white-space: nowrap;
}

.mtgzR ul li a .img {
  display: none;
}

.mtgzR ul li.hover a {
  display: flex;
  padding: 0.15rem;
  background: #fff url(../images/mtgzBg.png) no-repeat left 0.2rem bottom;
  border-bottom: 2px solid #053c81;
}

.mtgzR ul li.hover a .img {
  display: block;
  width: 1.94rem;
  padding: 1.28rem 0 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-sizing: border-box;
}

.mtgzR ul li.hover .tit {
  width: calc(100% - 1.94rem);
  height: 1.28rem;
  padding: 0.1rem 0.5rem 0.1rem 0.15rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
  color: #053c81;
}

.mtgzR ul li.hover .tit span:nth-of-type(1) {
  line-height: 0.3rem;
  -webkit-line-clamp: 2;
  max-height: 0.6rem;
  padding-left: 0;
  color: #333333;
}

.mtgzR ul li.hover .tit span:nth-of-type(1)::before {
  display: none;
}

.mtgzR ul li.hover .tit span:nth-of-type(2),
.mtgzR ul li.hover .tit span:nth-of-type(2) b {
  margin-left: 0;
  line-height: 1.2;
}

.mtgzR ul li.hover .tit span:nth-of-type(2) b {
  display: inline-block;
}

/* indexCon5 */
.indexCon5 {
  padding: 1.15rem 0 0.3rem;
  position: relative;
  z-index: 9;
}

.ztjj {
  display: flex;
  /*justify-content: space-between;*/
  /*align-items: center;*/
  justify-content: center;
}

.ztjj li {
  width: 8.76%;
  height: auto;
  transition: all 0.5s;
}

.ztjj li .tit {
  position: relative;
  display: block;
  width: 100%;
  height: 3.78rem;
}

.ztjj li .tit span {
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: auto;
  height: 100%;
  padding: 0.2rem 0;
  box-sizing: border-box;
  background: url(../images/ztjjIcon.png) no-repeat bottom 0.22rem center;
  background-size: 100% auto;
  font-family: Microsoft YaHei;
  font-size: 0.2rem;
  font-weight: bold;
  line-height: 0.28rem;
  letter-spacing: 0.02rem;
  color: #ffffff;
  writing-mode: vertical-rl;
}

.ztjj li .tit img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ztjj li a {
  display: none;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.ztjj li.hover {
  width: 62.6%;
}

.ztjj li.hover a {
  display: block;
  width: 100%;
  padding: 3.78rem 0 0;
}

.ztjj li.hover .tit {
  display: none;
}

/* indexCon6 */
.indexCon6 {
  padding: 0.8rem 0;
  position: relative;
}

.indexCon6::before {
  display: block;
  content: "";
  width: 94.8%;
  height: 0;
  padding: 37.2% 0 0;
  border-radius: 5rem 0px 0px 5rem;
  background: linear-gradient(90deg,
      rgba(216, 233, 255, 0.45) 0%,
      rgba(209, 229, 255, 0.37) 100%);
  position: absolute;
  right: 0;
  top: 0;
}

.rmjf {
  display: flex;
  justify-content: space-between;
}

.rmjf .rmjfCode {
  width: 0.5rem;
  height: auto;
  margin-top: 0.16rem;
}

.rmjf .rmjfCode li {
  width: 0.5rem;
  height: 0.5rem;
  background: rgba(9, 77, 162, 1);
  border-radius: 100%;
  margin-bottom: 0.15rem;
  position: relative;
  cursor: pointer;
}

.rmjf .rmjfCode li:last-of-type {
  margin-bottom: 0;
}

.rmjf .rmjfCode li p.icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.rmjf .rmjfCode li:nth-of-type(1) p.icon {
  background: url(../images/rmjfIcon1.png) no-repeat center;
}

.rmjf .rmjfCode li:nth-of-type(2) p.icon {
  background: url(../images/rmjfIcon2.png) no-repeat center;
}

.rmjf .rmjfCode li:nth-of-type(3) p.icon {
  background: url(../images/rmjfIcon3.png) no-repeat center;
}

.rmjf .rmjfCode li:nth-of-type(4) p.icon {
  background: url(../images/rmjfIcon4.png) no-repeat center;
}

.rmjf .rmjfCode li:nth-of-type(5) p.icon {
  background: url(../images/rmjfIcon5.png) no-repeat center;
}

.rmjf .rmjfCode li:nth-of-type(6) p.icon {
  background: url(../images/rmjfIcon6.png) no-repeat center;
}

.rmjf .rmjfCode li:nth-of-type(7) p.icon {
  background: url(../images/xb.png) no-repeat center;
}

.rmjf .rmjfCode li .codeImg {
  display: none;
  padding-left: 10px;
  width: 1.1rem;
  height: auto;
  position: absolute;
  top: 0;
  left: 100%;
  animation: 0.5s ease 0.3s 1 normal backwards running codeRight;
  z-index: 9;
}

.rmjf .rmjfCode li .codeImg::before {
  display: block;
  content: "";
  border-left: 0 solid transparent;
  border-right: 5px solid #ffffff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  position: absolute;
  left: 5px;
  top: 0.25rem;
  transform: translateY(-50%);
}

.rmjf .rmjfCode li .codeImg img {
  border-radius: 4px;
  box-shadow: 0px 4px 10px 0px rgba(0, 50, 114, 0.12);
  border: 2px solid #ffffff;
  display: block;
  width: 80%;
  height: auto;
  box-sizing: border-box;
}

.rmjf .rmjfCode li:hover .codeImg {
  display: block;
}

.rmjfList {
  width: 89.8%;
}

.rmjfList div.flexR,
.rmjfList div.flexL {
  display: flex;
}

.rmjfList div.flexR {
  justify-content: flex-end;
}

.rmjfList div.flexL {
  justify-content: flex-start;
}

.rmjfList div.flexR li {
  margin-left: 0.1rem;
  margin-bottom: 0.1rem;
  overflow: hidden;
}

.rmjfList div.flexL li {
  margin-right: 0.1rem;
}

.rmjfList div.flexR li:nth-of-type(1) {
  width: 53%;
}

.rmjfList div.flexR li:nth-of-type(2) {
  width: 42%;
}

.rmjfList li a {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  transition: all 0.5s;
  overflow: hidden;
}

.rmjfList div.flexR li a {
  padding: 4.06rem 0 0;
}

.rmjfList div.flexL li a {
  padding: 3.5rem 0 0;
}

.rmjfList div.flexL li:nth-of-type(1) {
  width: 40.4%;
}

.rmjfList div.flexL li:nth-of-type(2) {
  width: 22.4%;
}

.rmjfList div.flexL li:nth-of-type(3) {
  width: 22.4%;
}

.rmjfList li a p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  padding: 6px 10px 6px 65px;
  box-sizing: border-box;
  background: linear-gradient(0deg,
      rgba(0, 0, 0, 0.8) 15%,
      rgba(0, 0, 0, 0) 100%);
}

.rmjfList li a p.img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.3s;
}

.rmjfList li a:hover p.img,
.rmjfList li a:hover p.img {
  transform: scale(1.1);
}

.rmjfList li a p::before {
  display: block;
  content: "";
  width: 36px;
  height: 36px;
  border-radius: 100%;
  position: absolute;
  left: 15px;
  top: 6px;
}

.rmjfList li a p span:nth-of-type(1) {
  display: block;
  font-family: Source Han Serif CN;
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.24rem;
  letter-spacing: 0em;
  color: #ffffff;
}

.rmjfList li a p span:nth-of-type(2) {
  display: block;
  font-family: Microsoft YaHei;
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.35rem;
  color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rmjfList li a p.wx::before {
  background: #4cbf00 url(../images/rmjfIcon1.png) no-repeat center;
}

.rmjfList li a p.dy::before {
  background: #19d6d1 url(../images/rmjfIcon3.png) no-repeat center;
}

.rmjfList li a p.ws::before {
  background: #ff3a24 url(../images/rmjfIcon5.png) no-repeat center;
}

.rmjfList li a p.wb::before {
  background: #de4144 url(../images/rmjfIcon4.png) no-repeat center;
}

.rmjfList li a p.fzb::before {
  background: #094da2 url(../images/xb.png) no-repeat center;
}

/* indexCon3 */
.indexCon3 {
  z-index: 8;
}

.ssjf {
  display: flex;
  justify-content: flex-start;
  margin: 0 auto;
  overflow: hidden;
}

.lmTit3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  top: 35%;
  z-index: 9;
  transition: all 0.8s;
}

.lmTit3 h2 {
  font-family: Source Han Serif CN;
  font-size: 0.32rem;
  font-weight: bold;
  line-height: 0.35rem;
  text-align: center;
  letter-spacing: 0em;
  color: #ffffff;
  margin-bottom: 0.12rem;
}

.lmTit3 p {
  font-family: Cardo;
  font-size: 0.2rem;
  font-weight: normal;
  line-height: 0.32rem;
  text-transform: uppercase;
  letter-spacing: 0em;
  color: #ffffff;
  text-align: center;
}

.ssqy1 {
  width: calc(100% / 3);
  height: auto;
  position: relative;
  z-index: 9;
  cursor: pointer;
}

.ssqy {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  opacity: 0;
  padding: 0 1.28rem;
  box-sizing: border-box;
  background: #053c81 url(../images/ssqyBg.png) no-repeat center top;
  z-index: 19;
  transition: all 0.8s;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ssqy1:hover .ssqy {
  top: 0;
  opacity: 1;
}

.szz:hover .ssqy {
  top: 0;
  opacity: 1;
}

.ssjfVideo:hover .ssqy {
  top: 0;
  opacity: 1;
}

.ssqy .lmTit3 {
  position: static;
  align-items: flex-start;
  margin-bottom: 0.6rem;
}

.ssqy .lmTit3 h2,
.ssqy .lmTit3 p {
  color: #e2bd88;
  text-align: left;
}

.ssqy ul li {
  margin-top: 0.3rem;
}

.ssqy ul li a {
  display: block;
  font-family: Microsoft YaHei;
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.34rem;
  letter-spacing: 0em;
  color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ssqy ul li a:hover {
  text-indent: 5px;
  color: #e2bd88;
}

.ssqy div.more {
  float: left;
}

.ssqy div.more a {
  color: #ffffff;
  margin-top: 0.6rem;
}

.ssqy div.more a:hover {
  color: #e2bd88;
}

.szz {
  width: calc(100% / 3);
  position: relative;
  z-index: 9;
  height: auto;
  cursor: pointer;
}

.szzSub {
  position: relative;
}

.szzSub ul {
  transform: translateY(0.3rem);
  position: relative;
  z-index: 39;
}

.szzSub ul li {
  display: block;
  width: 100%;
  height: auto;
}

.szzSub li a {
  display: block;
  width: 100%;
  padding: 5.78rem 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.szzSub .bd {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
  z-index: 49;
  width: auto;
  height: auto;
}

.szzSub .bd::before {
  display: block;
  content: "";
  width: 0.92rem;
  height: 0.92rem;
  border-radius: 100%;
  background: url(../images/szzSubIcon.png) no-repeat center;
  background-size: 100% auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.szzSub .bd .next,
.szzSub .bd .prev {
  width: 0.35rem;
  height: 0.7rem;
  float: left;
  position: relative;
  z-index: 49;
  cursor: pointer;
}

.szzSub .bd .next {
  border-radius: 0.35rem 0 0 0.35rem;
}

.szzSub .bd .prev {
  border-radius: 0 0.35rem 0.35rem 0;
}

.ssjfVideo {
  width: calc(100% / 3);
  position: relative;
  z-index: 9;
  height: auto;
  cursor: pointer;
}

.videoCon {
  width: 66.8%;
  padding: 66.8% 0 0;
  border-radius: 100%;
  position: relative;
  left: 0;
  top: 0;
  z-index: 9999;
  transition: all 1s;
  margin: 0.55rem 0 0.8rem;
}

.videoCon::before,
.videoCon::after {
  display: block;
  content: "";
  background: rgba(209, 209, 209, 0.6);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.videoCon::before {
  width: 149.9%;
  height: 1px;
}

.videoCon::after {
  width: 1px;
  height: 12rem;
  top: auto;
  bottom: -1rem;
  transform: translateX(-50%);
}

.videoCon .videoBtn {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  cursor: pointer;
}

.videoCon .videoBtn::before {
  display: block;
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  background: url(../images/bfIcon2.png) no-repeat center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.videoCon .videoTc {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0;
  -webkit-clip-path: circle(2.3rem at 100% 100%);
  clip-path: circle(2.3rem at 100% 100%);
  transition: all 1.2s cubic-bezier(0.17, 0.67, 0.49, 0.93);
}

.videoCon .videoTc .close {
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 70px;
  cursor: pointer;
  font-size: 0;
  transition: all 0.3s ease-out 0s;
}

.videoCon .videoTc .close:before,
.videoCon .videoTc .close:after {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  background: #fff;
  transition: 1s;
  transform: rotate(45deg);
  top: 24px;
}

.videoCon .videoTc .close:before {
  transform: rotate(-45deg);
}

.videoCon .videoTc .close:hover {
  transform: rotate(90deg);
}

.videoCon .videoTc video {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  object-fit: contain;
  background: #000000;
}

.videoCon.on .videoTc video {
  border-radius: 0;
}

.videoCon.on .videoTc {
  position: fixed;
  opacity: 1;
  z-index: 9999;
  -webkit-clip-path: circle(60vw at 50% 50%);
  clip-path: circle(60vw at 50% 50%);
}

.videoCon.on .videoBtn {
  opacity: 0;
  z-index: -1;
}

.indexCon6 {
  position: relative;
  z-index: 9;
}

.kslj {
  position: relative;
  z-index: 10;
}

.kslj::before {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: rgba(0, 50, 114, 0.22);
  position: absolute;
  left: 50%;
  top: 36%;
  transform: translate(-50%, -50%);
}

.kslj li a {
  display: flex;
  width: 100%;
  height: 1.72rem;
  position: relative;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.kslj li a .icon {
  width: 0.2rem;
  height: 0.2rem;
  border: 1px dashed #094da2;
  border-radius: 100%;
  margin: 0 auto;
  position: relative;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}

.kslj li a .icon::before,
.kslj li a .icon::after {
  display: block;
  content: "";
  box-sizing: border-box;
  background: transparent;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
}

.kslj li a .icon::before {
  width: 140%;
  height: 140%;
  border: 1px solid transparent;
}

.kslj li a .icon::after {
  width: 120%;
  height: 120%;
  border: 1px solid transparent;
}

.kslj li a .icon img {
  display: none;
}

.kslj li a .tit {
  font-family: Microsoft YaHei;
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.24rem;
  letter-spacing: 0em;
  color: #094da2;
  text-align: center;
  margin-top: 0.24rem;
}

.kslj li a:hover .icon {
  width: 0.86rem;
  height: 0.86rem;
  box-sizing: border-box;
  border: 1px dashed #094da2;
}

.kslj li a:hover .icon::before {
  border: 1px solid rgba(9, 77, 162, 0.1);
}

.kslj li a:hover .icon::after {
  border: 1px solid rgba(9, 77, 162, 0.3);
}

.kslj li a:hover img {
  display: block;
  max-width: 60%;
  max-height: 70%;
  width: auto;
  height: auto;
}

.kslj li a:hover .tit {
  font-size: 0.24rem;
}

.szjf {
  background: #053c81 url(../images/bg3.png) no-repeat bottom center;
  background-size: cover;
  padding-top: 0.4rem;
  position: relative;
  overflow: hidden;
  z-index: 9;
}

.szjf .lmTit {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 9rem;
  height: 2.8rem;
  transform: translateX(-50%);
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 0;
  z-index: 9;
  overflow: hidden;
}

.szjf .lmTit::before {
  display: block;
  content: "";
  width: 100%;
  height: 0;
  padding: 100% 0 0;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(5, 60, 129, 0.8);
  z-index: -1;
}

.szjf .lmTit h2 {
  /* flex-direction: column; */
  /* align-items: center; */
  margin-bottom: 0.6rem;
}

.szjf .lmTit h2,
.szjf .lmTit h2 p {
  color: #ffffff;
}

.szjf .lmTit h2 p {}

.szjf .lmTit h2 img {
  bottom: -0.1rem;
}

.yuan2 {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 11.3rem;
  height: 3.88rem;
  transform: translateX(-50%);
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  z-index: 9;
  overflow: hidden;
}

.yuan2::before {
  display: block;
  content: "";
  width: 100%;
  height: 0;
  padding: 100% 0 0;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: transparent;
  border: 1px dashed rgba(255, 255, 255, 0.6);
  z-index: -1;
}

.m-databox {
  position: relative;
  overflow: hidden;
  height: 7.35rem;
}

.m-databox .swbox {
  position: absolute;
  top: 10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.m-databox .swiper-container {
  width: 16.4rem;
  height: 16.4rem;
  margin: 0 auto;
  overflow: visible;
}

.m-databox .swiper-container::before {
  content: "";
  position: absolute;
  left: 0%;
  top: 80px;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.7);
}

.szjfCon {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.szjfCon .pr {
  position: relative;
  border-radius: 100%;
}

.szjfCon:hover .pr {
  background: #e5c28f;
}

.szjfCon .pr .bl {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  opacity: 0;
}

.szjfCon:hover .pr .bl {
  opacity: 1;
}

.szjfCon .pr .bl span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  background: #e5c28f;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-animation: circleScale 4s linear infinite;
  -moz-animation: circleScale 4s linear infinite;
  -ms-animation: circleScale 4s linear infinite;
  animation: circleScale 4s linear infinite;
}

.szjfCon .pr .bl span:nth-of-type(2) {
  animation-delay: 1.33s;
}

.szjfCon .pr .bl span:nth-of-type(3) {
  animation-delay: 2.66s;
}

.szjfCon .icon {
  width: 1.32rem;
  height: 1.32rem;
  border-radius: 100%;
  box-sizing: border-box;
  background: linear-gradient(180deg, #b2cbea 0%, #ffffff 121%);
  position: relative;
  z-index: 2;
}

.szjfCon .icon::before {
  display: block;
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  border: 1px dashed #ffffff;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.szjfCon .icon img {
  display: block;
  width: auto;
  height: auto;
  max-width: 60%;
  max-height: 60%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.szjfCon .con {
  margin-top: 0.25rem;
}

.szjfCon .con span {
  display: block;
  text-align: center;
}

.szjfCon .con span:nth-of-type(1) {
  font-family: Cardo;
  font-size: 0.5rem;
  font-weight: normal;
  line-height: 0.4rem;
  text-transform: uppercase;
  letter-spacing: 0em;
  color: #ffffff;
}

.szjfCon .con span:nth-of-type(1) b {
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.3rem;
}

.szjfCon .con span:nth-of-type(2) {
  font-family: Source Han Sans CN;
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.3rem;
  text-transform: uppercase;
  letter-spacing: 0em;
  color: #ffffff;
  margin-top: 5px;
}

.szjfCon .icon img:nth-of-type(2) {
  display: none;
}

.szjfCon:hover .icon {
  background: none;
}

.szjfCon:hover .icon img:nth-of-type(1) {
  display: none;
}

.szjfCon:hover .icon img:nth-of-type(2) {
  display: block;
}

.szjfCon:hover .icon::before {
  display: none;
}

.indexCon3Lmtit .lmTit h2 img {
  bottom: auto;
  top: 0;
  transform: translateY(-70%);
  z-index: 19;
}

.preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: #000;
}

.preloader video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #000;
}

.preloader .closebtn {
  padding: 10px 30px;
  position: absolute;
  top: 2%;
  right: 1%;
  color: #ffffff;
  font-size: 22px;
  cursor: pointer;
}

footer>.w1500 {
  position: relative;
}

.fhTop {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 100%;
  background: rgba(230, 195, 144, 1) url(../images/fhTop.png) no-repeat center;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(-50%);
  z-index: 9;
  cursor: pointer;
}

.Con4Bg {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  background-size: cover;
}

.bg5 {
  width: 100%;
  height: auto;
  position: relative;
  background: #fff url(../images/bg4.png) no-repeat center bottom;
  padding-bottom: 0.6rem;
  background-size: cover;
}

.bg5::before {
  display: block;
  content: "";
  width: 18%;
  height: 12.2rem;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: 0;
}

.indexCon5 .lmTit {
  margin-bottom: 0.6rem;
}

.bg2 {
  position: relative;
  background: #fff url(../images/bg2_1.png) no-repeat top center;
  background-size: 100% auto;
  padding-top: 0.8rem;
}

.bg2_2 {
  padding-bottom: 1.2rem;
  position: relative;
}

.bg2_2::before {
  display: block;
  content: "";
  width: 49%;
  padding: 28.6% 0 0;
  background: url(../images/bg2_2.png) no-repeat right bottom;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: 0;
}

.jfkx {
  padding: 0;
  padding-right: 0.3rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}

.jfkx::before {
  display: block;
  content: "";
  width: 100%;
  height: 0;
  border-top: 1px dashed #e8ecf5;
  position: absolute;
  left: 0;
  top: 0;
}

.jfkx h2 {
  font-family: Source Han Serif CN;
  font-size: 0.26rem;
  font-weight: bold;
  line-height: 0.58rem;
  letter-spacing: 4px;
  color: #ffffff;
  width: 0.58rem;
  height: 1.75rem;
  background: #053c81;
  text-align: center;
  position: relative;
  z-index: 9;
  writing-mode: vertical-rl;
}

.jfkx h2::before {
  display: block;
  content: "";
  border-left: 0.12rem solid #053c81;
  border-top: 0.08rem solid transparent;
  border-bottom: 0.08rem solid transparent;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.jfkx ul {
  width: calc(100% - 0.58rem);
  height: 100%;
  padding-left: 0.4rem;
  box-sizing: border-box;
}

.jfkx.newList li a {
  padding-left: 0;
  margin-bottom: 0.15rem;
}

.jfkx.newList li a::before {
  display: none;
}

.lmTit3 div.more {
  display: none;
}

.ssjfCon img {
  display: block;
  width: 100%;
  height: 9.5rem;
  object-fit: cover;
}

/* .szz::before,.ssjfVideo::before{    display: block;    content: "";    width: 100%;    height: 100%;    position: absolute;    left: 0;    top: 0;    background: rgba(0, 0, 0, 0.3);    z-index: 8;    transition: all 0.3s;}.szz:hover::before,.ssjfVideo:hover::before{    background: rgba(0, 0, 0, 0.3);} */
/* .szz div.more,.ssjfVideo div.more{    display: block;    position: absolute;    width: 100%;    height: auto;    left: 0;    bottom: 1rem;    animation: 0.8s ease 0s 1 normal backwards running fadeInDown;    z-index: 9;    text-align: center;} */
.szz div.more a,
.ssjfVideo div.more a {
  color: #ffffff;
  text-align: center;
  display: inline-block;
}

.szz div.more a:hover,
.ssjfVideo div.more a:hover {
  color: #dfba82;
}

.indexCon3 {
  position: relative;
  padding-top: 0.2rem;
}

.indexCon3 .lmTit {
  margin-bottom: 0.45rem;
  justify-content: center;
}

.indexCon3 .lmTit h2 p::before {
  top: -6px;
}

.mtgzL ul::before,
.mtgzL ul::after {
  display: block;
  content: "";
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.mtgzL ul.slick-slider {
  position: relative;
  padding-bottom: 0.38rem;
}

.mtgzL ul.slick-slider::before {
  opacity: 0.5;
  background: #dce6f3;
  box-shadow: 0px 4px 10px 0px rgba(5, 57, 123, 0.38);
  bottom: 0.21rem;
  width: calc(100% - 0.3rem);
  z-index: -1;
}

.mtgzL ul.slick-slider::after {
  opacity: 0.5;
  background: #e9f0fa;
  box-shadow: 0px 4px 10px 0px rgba(5, 57, 123, 0.3);
  bottom: 0;
  width: calc(100% - 0.6rem);
  z-index: -2;
}

.mtgzL .slick-prev,
.mtgzL .slick-next {
  width: 0.45rem;
  height: 0.45rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
  margin-top: -0.19rem;
  cursor: pointer;
}

.mtgzL .slick-prev {
  background: url(../images/mtgzLeft.png) no-repeat right center;
  background-size: contain;
  left: 5px;
}

.mtgzL .slick-next {
  background: url(../images/mtgzRight.png) no-repeat left center;
  background-size: contain;
  left: auto;
  right: 5px;
}

.tz {
  width: 100%;
  height: auto;
  border-radius: 4px;
  background: #ffffff;
  padding: 0.35rem 0.35rem 0.25rem;
  box-sizing: border-box;
}

.tz li a {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.tz li a .time {
  width: 0.8rem;
  height: auto;
  font-family: HarmonyOS Sans SC;
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.3rem;
  text-align: center;
  letter-spacing: 0em;
  color: #ffffff;
  border-radius: 8px 8px 0px 0px;
  background: #053c81;
}

.tz li a .time span {
  display: block;
  background: #ebeff3;
  box-sizing: border-box;
  font-family: HarmonyOS Sans SC;
  font-size: 0.4rem;
  font-weight: normal;
  line-height: 0.54rem;
  letter-spacing: 0em;
  color: #053c81;
}

.tz li a .tit {
  font-family: Microsoft YaHei;
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.3rem;
  text-align: justify;
  /* 浏览器可能不支持 */
  letter-spacing: 0em;
  color: #000000;
  max-height: 0.9rem;
  width: calc(100% - 0.8rem);
  padding-left: 0.24rem;
  box-sizing: border-box;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.tz li a .tb {
  width: 100%;
  height: 0.34rem;
  background: url(../images/tztb.png) no-repeat right center;
  background-size: auto 100%;
  margin-top: 0.1rem;
}

.tz .slickdots {
  width: auto;
  height: 0.4rem;
  position: static;
  display: flex;
  align-items: center;
}

.tz .slickdots ul {
  position: static;
  display: flex;
  align-items: center;
}

.tz .slickdots li {
  width: 5px;
  height: 5px;
  box-sizing: border-box;
  background: transparent;
  box-sizing: border-box;
  border: 1px solid #253a93;
  border-radius: 100%;
  margin-left: 0.08rem;
}

.tz .slickdots li:first-of-type {
  margin-left: 0;
}

.tz .slickdots li.slick-active {
  background: #253a93;
  box-sizing: border-box;
  border: 1px solid #253a93;
}

.tz .slickdots li button {
  display: none;
}

.tz li a:hover .tit {
  color: #053c81;
  font-weight: bold;
}

.tz .lmTit {
  margin-bottom: 0.3rem;
}

.indexCon7 {
  position: relative;
  background: #fff url(../images/gjjlBg.png) no-repeat bottom center;
  padding: 0.8rem 0 0.4rem;
  background-size: cover;
}

.gjjl {
  position: relative;
}

.gjjl_tab {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.gjjl_tab .con {
  width: 48%;
  height: auto;
  padding-right: 0.58rem;
  box-sizing: border-box;
  position: relative;
  z-index: 11;
}

.gjjl_tab .con h1 p:nth-of-type(1) {
  font-family: Staatliches;
  font-size: 0.8rem;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0em;
  color: #053c81;
}

.gjjl_tab .con h1 p:nth-of-type(2) {
  font-family: Source Han Sans CN;
  font-size: 0.3rem;
  font-weight: bold;
  line-height: 0.44rem;
  letter-spacing: 0em;
  color: #053c81;
  margin-top: 5px;
}

.gjjl_tab .con h2 p:nth-of-type(1) {
  font-family: PingFang SC;
  font-size: 0.36rem;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: 0em;
  color: #000000;
  margin-bottom: 0.24rem;
}

.gjjl_tab .con h2 p:nth-of-type(2) {
  font-family: Arial;
  font-size: 0.3rem;
  font-weight: normal;
  line-height: 0.32rem;
  letter-spacing: 0em;
  color: #000000;
}

.gjjl_tab .con h2 {
  margin-top: 0.45rem;
}

.gjjl_tab .con .hx {
  width: calc(100% + 0.58rem);
  height: 1px;
  background: linear-gradient(270deg, #024bbb 0%, #053c81 100%);
  margin: 0.22rem 0;
  position: relative;
}

.gjjl_tab .con .hx::before {
  display: block;
  content: "";
  width: 5px;
  height: 5px;
  background: #053c81;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  z-index: 10;
}

.gjjl_tab .con .hx p {
  width: 0.9rem;
  height: 0.9rem;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 92% auto;
  border-radius: 100%;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.gjjl_tab .con p.txt {
  font-family: PingFang SC;
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.32rem;
  letter-spacing: 0em;
  color: rgba(51, 51, 51, 0.8);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 0.96rem;
  text-align: justify;
}

.gjjl_tab .con p.txtY {
  margin-top: 0.2rem;
}

.gjjl_tab .con div.more {
  margin-top: 0.35rem;
  float: left;
}

.gjjl_tab .img {
  width: 52%;
  padding: 51.86% 0 0;
  position: relative;
  z-index: 9;
  background: rgba(255, 255, 255, 0.52);
  box-sizing: border-box;
  border: 1px solid rgba(226, 230, 237, 0.01);
  box-shadow: 0px 0px 50px 150px rgba(237, 240, 244, 0.39);
  border-radius: 100%;
}

.gjjl_tab .img p {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

.gjjl_tab p.y1 {
  width: 92.34%;
  height: 92.34%;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.22);
  box-sizing: border-box;
  border: 1px dashed transparent;
  background-image: linear-gradient(#fff, #fff),
    linear-gradient(269deg,
      rgba(211, 220, 232, 0.8) -4%,
      rgba(0, 63, 152, 0) 98%);
  background-origin: border-box;
  background-clip: content-box, border-box;
}

.gjjl_tab p.y2 {
  width: 83.24%;
  height: 83.24%;
  border-radius: 100%;
  box-sizing: border-box;
  border: 1px dashed transparent;
  background-image: linear-gradient(#fff, #fff),
    linear-gradient(270deg, #c1cfe5 0%, rgba(193, 207, 229, 0) 100%);
  background-origin: border-box;
  background-clip: content-box, border-box;
}

.gjjl_tab p.y3 {
  width: 71.24%;
  height: 71.24%;
  border-radius: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: rgba(238, 238, 238, 0.56);
}

.gjjl_tab .con {
  display: none;
}

.gjjl_tab .img {
  display: none;
}

.gjjl_tab.block .con {
  display: block;
  animation: 0.5s ease 0.3s 1 normal backwards running fadeInLeft;
}

.gjjl_tab.block .img {
  display: block;
  animation: 0.5s ease 0.3s 1 normal backwards running fadeInRight;
}

.gjjl_in {
  width: 44.6%;
  height: auto;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  overflow: hidden;
}

.gjjl_in ul li {
  display: flex;
  margin: 0.25rem 0;
  justify-content: center;
  align-items: center;
}

.gjjl_in ul li p {
  width: 30.5%;
  height: 0.8rem;
  border-radius: 0.1rem;
  background: #ffffff;
  box-sizing: border-box;
  border: 1px solid rgba(13, 118, 221, 0.15);
  box-shadow: 0px 10px 10px 0px rgba(196, 221, 246, 0.149);
  position: relative;
  cursor: pointer;
  margin-right: 4.25%;
}

.gjjl_in ul li p:last-of-type {
  margin-right: 0;
}

.gjjl_in ul li p img {
  display: block;
  width: auto;
  height: auto;
  max-width: 80%;
  max-height: 90%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.gjjl_in ul li p.active {
  border: 1px solid #053c81;
  box-shadow: 0px 10px 10px 0px rgba(0, 77, 153, 0.149);
}

.gjjl_in ul {
  float: left;
}

.indexCon1 .w1500 {
  position: relative;
}

.indexCon1 .w1500::before {
  display: block;
  content: "";
  width: 1px;
  height: calc(100% - 0.9rem);
  background: #d8d8d8;
  position: absolute;
  left: 68.55%;
  transform: translateX(-50%);
  bottom: 0;
}

.kx_sub a {
  display: block;
  width: 100%;
  height: auto;
}

.kx_sub a .img {
  width: 100%;
  padding: 2.66rem 0 0;
  position: relative;
  overflow: hidden;
}

.kx_sub a .img p {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover !important;
  transition: all 0.3s;
}

.kx_sub a:hover .img p {
  transform: scale(1.05);
}

.kx_sub a .time {
  font-family: Source Han Sans CN;
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.35rem;
  letter-spacing: 0em;
  color: #5e5e5e;
  margin-top: 0.35rem;
}

.kx_sub a .tit {
  font-family: Source Han Sans CN;
  font-size: 0.2rem;
  font-weight: normal;
  line-height: 0.35rem;
  text-align: justify;
  /* 浏览器可能不支持 */
  letter-spacing: 0em;
  color: #000000;
  height: 0.7rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 5px;
}

.kx_sub a:hover .tit,
.kx_sub a:hover .time {
  color: #053c81;
}

.kx_kj {
  display: flex;
  margin: 0.2rem 0 0.6rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 0.5rem;
}

.kx_kj .arrow {
  display: flex;
}

.kx_kj .arrow .next {
  width: 0.45rem;
  height: 0.45rem;
  background: #fff url(../images/newlistIcon2.png) no-repeat center;
  border-radius: 100%;
  transform: rotate(180deg);
  cursor: pointer;
}

.kx_kj .arrow .prev {
  width: 0.45rem;
  height: 0.45rem;
  background: #fff url(../images/newlistIcon2.png) no-repeat center;
  border-radius: 100%;
  margin-left: 0.16rem;
  cursor: pointer;
}

.jdt {
  width: 42.5%;
}

.progress-bar-container {
  width: 100%;
  height: 1px;
  background-color: #e7e7e7;
  position: relative;
}

.progress-bar {
  width: 20%;
  height: 3px;
  background-color: #053c81;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: width 0.3s ease;
}

.nums span {
  display: inline-block;
  font-family: HarmonyOS Sans SC;
  font-size: 0.24rem;
  font-weight: normal;
  line-height: 0.4rem;
  text-transform: uppercase;
  letter-spacing: 0em;
}

.nums .xg {
  margin: 0 5px;
  color: #a5a5a5;
  opacity: 0.2;
}

.nums span.current {
  color: #053c81;
}

.nums span.total {
  color: #a5a5a5;
}

/* Footer Custom Styles */
.footer-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer-logo {
  font-family: Microsoft YaHei;
  font-size: 0.2rem;
  color: #ffffff;
  margin-bottom: 0.2rem;
  font-weight: bold;
}

.qr-codes {
  display: flex;
  gap: 0.3rem;
}

.qr-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.qr-box img {
  /* Optimize Wechat Logo Size */
  width: 200px;
  height: 200px;
  object-fit: cover;
  margin-bottom: 0.1rem;
  border-radius: 4px;
  background: #fff;
  padding: 5px;
  box-sizing: border-box;
}

.qr-box span {
  font-family: Microsoft YaHei;
  font-size: 0.14rem;
  color: rgba(255, 255, 255, 0.8);
}

.qr-box:hover img {
  transform: scale(1.05);
  transition: transform 0.3s ease;
}

.qr-box:hover span {
  color: #ffffff;
}