@charset "UTF-8";
/* CSS Document */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(255, 255, 255, 0);
}

::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #3a46bc;
}

::-webkit-scrollbar-thumb:hover {
  border-radius: 5px;
  background: #3a46bc;
}

@font-face {
  font-family: "albb_regular";
  src: url("../fonts/albb_regular.woff2") format("woff2"), url("../fonts/albb_regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "albb_medium";
  src: url("../fonts/albb_medium.woff2") format("woff2"), url("../fonts/albb_medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "albb_light";
  src: url("../fonts/albb_light.woff2") format("woff2"), url("../fonts/albb_light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "albb_bold";
  src: url("../fonts/albb_bold.woff2") format("woff2"), url("../fonts/albb_bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
body.xpqg_body {
  font-family: "albb_regular", "Hiragino Sans GB", "微软雅黑", "Microsoft Yahei", tahoma, arial, "宋体", sans-serif;
  margin: 0;
  padding: 0;
  font-style: normal !important;
  font-variant: normal !important;
  color: #000;
  font-size: 12px;
}

html {
  font-size: 62.5%;
}

.xpqg_body a {
  color: #000;
  text-decoration: none;
  outline: none;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.xpqg_body a:hover {
  color: #254194;
  text-decoration: none;
  outline: none;
}

.xpqg_body a:focus {
  outline: none;
  text-decoration: none;
}

.xpqg_body .clear {
  clear: both;
  font-size: 0px;
  line-height: 0;
  height: 0;
}

* html .clearfix {
  zoom: 1;
}

*:first-child + html .clearfix {
  zoom: 1;
}

.cell, .cell2, .cell3 {
  border-collapse: collapse;
  border-spacing: 0;
}

.xpqg_body .fl {
  float: left;
}

.xpqg_body .fr {
  float: right;
}

.xpqg_body a, img {
  border: 0px;
}

.xpqg_body br {
  font-family: SimSun;
}

.xpqg_body p {
  margin: 0px;
  padding: 0px;
  line-height: 1.75;
}

i {
  margin: 0px;
  padding: 0px;
  font-style: normal;
}

ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

ul li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.xpqg_body br {
  margin: 0px;
  padding: 0px;
}

.xpqg_body .clearheight {
  width: 100%;
  height: 1px;
  overflow: hidden;
}

.xpqg_body input, select, textarea {
  font-family: "albb", Arial, "Microsoft Yahei", "微软雅黑", SimSun, Arial, tahoma, arial !important;
  outline: none;
}

.xpqg_body input::-ms-clear, input::-ms-reveal {
  display: none;
}

.xpqg_body input[type=text]:disabled {
  background-color: #999;
}

.xpqg_body input::-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #999;
}

.xpqg_body input::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #999;
}

.xpqg_body input:-ms-input-placeholder {
  color: #999;
}

.xpqg_body input::-webkit-input-placeholder {
  color: #999;
}

.xpqg_body input[type=text], input[type=button], input[type=submit], input[type=reset], select, textarea, button {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.xpqg_body input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 100px white inset;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.xpqg_body input[type=button], input[type=text], input[type=password] {
  -webkit-appearance: none;
  outline: none;
}

.xpqg_body a, a:hover, a:active, a:visited, a:link, a:focus {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline: none;
  background: none;
  text-decoration: none;
}

/*loading*/
@-webkit-keyframes an_01 {
  0% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
}
@keyframes an_01 {
  0% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
}
@-webkit-keyframes ksan {
  0% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
    opacity: 0;
  }
}
@keyframes ksan {
  0% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
    opacity: 0;
  }
}
@-webkit-keyframes ksan_01 {
  0% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes ksan_01 {
  0% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
}
/*common*/
html {
  height: auto !important;
}

.xpqg_body {
  background-color: #fff;
  height: auto !important;
  min-height: 100vh;
}

.xpgq_mainfr {
  width: 100%;
  overflow: hidden;
}

.xp_wrap {
  width: 100%;
  margin: 0px auto;
  padding: 0px;
  max-width: 1920px;
}

.xp_wrap_in {
  margin: 0px 10%;
}

.xp_wrap_c {
  width: 74.47%;
  margin: 0px auto;
  padding: 0px;
}

.w_wap {
  display: none !important;
}

.xpqg_body header {
  background-color: #fff;
}

.in_01 {
  overflow: hidden;
  position: relative;
}

.in_01 .in_01_bg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
}

.in_01 .in_01_bg img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  object-fit: cover;
}

.in_01 .in_01_c {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 9;
  padding: 1.7rem 0px 1rem 0px;
}

.in_01 .in_01_c p {
  width: 100%;
  overflow: hidden;
  text-align: center;
}

.in_01 .in_01_c p.p1 img {
  display: block;
  margin: 0px auto;
  padding: 0px;
  height: 0.8rem;
}

.in_01 .in_01_c p.p2 {
  color: #fff;
  line-height: 1.5;
  margin-top: 0.3rem;
}

.in_01 .in_01_c p.p3 {
  margin-top: 0.7rem;
}

.in_01 .in_01_c p.p3 a {
  display: inline-block;
  line-height: 0.6rem;
  padding: 0px 0.7rem;
  border: 0.01rem solid #fff;
  color: #fff;
  letter-spacing: 0.1rem;
}

.in_01 .in_01_c p.p3 a:hover {
  background-color: #3a46bc;
  border: 0.01rem solid #3a46bc;
  color: #fff !important;
}

.in_02 {
  overflow: hidden;
  background-color: #3a46bc;
  padding: 0.9rem 0px;
}

.in_02_t {
  width: 100%;
  overflow: hidden;
  text-align: center;
  color: #fff;
  font-family: albb_bold;
  letter-spacing: 0.05rem;
  line-height: 1.3;
}

.in_02_c {
  width: 100%;
  overflow: hidden;
  margin-top: 0.4rem;
  color: #fff;
  text-align: justify;
  text-justify: inter-ideograph;
  font-family: albb_light;
}

.in_02_t1 {
  margin-top: 0.8rem;
}

.in_02_c1 {
  width: 100%;
  overflow: hidden;
  margin-top: 0.4rem;
}

.in_02_c1 ul {
  width: 100%;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}

.in_02_c1 ul li.li1 {
  width: 0.01rem;
  position: relative;
}

.in_02_c1 ul li.li1::before {
  content: "";
  width: 100%;
  height: 46%;
  display: block;
  overflow: hidden;
  background-color: #dbddf3;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.in_02_c1 ul li p {
  width: 100%;
  overflow: hidden;
}

.in_02_c1 ul li p.p1 img {
  display: block;
  margin: 0px auto;
  padding: 0px;
  height: 1rem;
}

.in_02_c1 ul li p.p2 {
  text-align: center;
  color: #fff;
  font-family: albb_bold;
  line-height: 1.3;
  margin-top: 0.2rem;
}

.in_02_c1 ul li p.p3 {
  text-align: center;
  color: #fff;
  font-family: albb_light;
  line-height: 1.3;
  margin-top: 0.15rem;
}

.in_02_c1 ul li:nth-child(4)::before {
  left: -0.1rem;
}

.in_02_c2 {
  width: 100%;
  overflow: hidden;
  margin-top: 0.4rem;
}

.in_02_c2 ul {
  width: 100%;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 0.4rem;
}

.in_02_c2 ul li {
  width: 100%;
  overflow: hidden;
  position: relative;
  border: 0.02rem solid #9498bc;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.in_02_c2 ul li img.img1 {
  width: 100%;
  display: block;
}

.in_02_c2 ul li em {
  width: 100%;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  font-style: normal;
}

.in_02_c2 ul li em span {
  width: 100%;
  display: block;
  overflow: hidden;
}

.in_02_c2 ul li em span.sp1 {
  text-align: center;
}

.in_02_c2 ul li em span.sp1 img {
  display: block;
  margin: 0px auto;
  padding: 0px;
  height: 0.5rem;
}

.in_02_c2 ul li em span.sp2 {
  text-align: center;
  font-family: albb_bold;
  color: #fff;
  line-height: 1.5;
  margin-top: 0.2rem;
}

.in_03 {
  overflow: hidden;
  background-color: #ebecf8;
  padding: 0.8rem 0px;
}

.in_03_t {
  width: 100%;
  overflow: hidden;
}

.in_03_t p {
  width: 100%;
  overflow: hidden;
  text-align: center;
  line-height: 1.5;
  color: #000;
  font-family: albb_light;
}

.in_03_t p.p1 {
  color: #3a46bc;
  font-family: albb_bold;
}

.in_03_c {
  width: 100%;
  overflow: visible;
  position: relative;
  margin-top: 0.5rem;
}

.in_03_c .in_03c_prev {
  width: 0.2rem;
  height: 2.5rem;
  display: block;
  overflow: hidden;
  background: url("../images/in_01.png") center no-repeat;
  background-size: 100%;
  position: absolute;
  left: -0.55rem;
  top: 0px;
  z-index: 999;
}

.in_03_c .in_03c_prev:hover {
  background: url("../images/in_01_on.png") center no-repeat;
  background-size: 100%;
}

.in_03_c .in_03c_next {
  width: 0.2rem;
  height: 2.5rem;
  display: block;
  overflow: hidden;
  background: url("../images/in_02.png") center no-repeat;
  background-size: 100%;
  position: absolute;
  right: -0.55rem;
  top: 0px;
  z-index: 999;
}

.in_03_c .in_03c_next:hover {
  background: url("../images/in_02_on.png") center no-repeat;
  background-size: 100%;
}

.in_03c_slide {
  width: 100%;
  overflow: hidden;
}

.in_03c_slide .swiper-slide {
  width: 20%;
  overflow: hidden;
}

.in_03c_slide .swiper-slide a {
  width: 100%;
  display: block;
  overflow: hidden;
}

.in_03c_slide .swiper-slide em {
  width: 100%;
  display: block;
  overflow: hidden;
  font-style: normal;
}

.in_03c_slide .swiper-slide em.em1 {
  position: relative;
}

.in_03c_slide .swiper-slide em.em1 img {
  width: 100%;
  height: 2.5rem;
  object-fit: cover;
  display: block;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.in_03c_slide .swiper-slide em.em1 b {
  width: 0.53rem;
  height: 0.53rem;
  display: block;
  overflow: visible;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}

.in_03c_slide .swiper-slide em.em1 b::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  background: url("../upimg/play.png") 50% no-repeat;
  background-size: 100% 100%;
  z-index: 8;
  border-radius: 50%;
}

.in_03c_slide .swiper-slide em.em1 b::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  border: 0.02rem solid #fff;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 6;
  border-radius: 50%;
  -webkit-animation: ksan 2.1s linear infinite;
  animation: ksan 2.1s linear infinite;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.in_03c_slide .swiper-slide em.em2 {
  margin-top: 0.2rem;
}

.in_03c_slide .swiper-slide em.em2 span {
  widtH: 100%;
  display: block;
  overflow: hidden;
  color: #000;
  line-height: 0.4rem;
}

.in_03c_slide .swiper-slide em.em2 span.sp4 {
  font-family: albb_light;
}

.in_03c_slide .swiper-slide .m-video {
  cursor: pointer;
}

.in_03c_slide .swiper-slide em.em3 {
  margin-top: 0.2rem;
  position: relative;
}

.in_03c_slide .swiper-slide em.em3 span {
  width: 100%;
  display: block;
  overflow: hidden;
  color: #000;
  line-height: 0.4rem;
}

.in_03c_slide .swiper-slide em.em3 span.sp5 {
  color: #000;
  height: 0.8rem;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.in_03c_slide .swiper-slide em.em3 span.sp6 {
  margin-top: 0.15rem;
}

.in_03c_slide .swiper-slide em.em3 span.sp6 i {
  display: inline-block;
  line-height: 0.4rem;
  padding: 0px 0.3rem;
  border: 0.02rem solid #3a46bc;
  color: #000;
}

.in_03c_slide .swiper-slide:hover em.em1 img {
  transform: scale(1.03, 1.03) rotate(0.1deg) translate3d(0, 0, 0);
  -moz-transform: scale(1.03, 1.03) rotate(0.1deg) translate3d(0, 0, 0);
  -webkit-transform: scale(1.03, 1.03) rotate(0.1deg) translate3d(0, 0, 0);
}

.in_03c_slide .swiper-slide:hover em.em2 span {
  color: #3a46bc;
}

.in_03c_slide .swiper-slide:hover em.em3 span.sp5 {
  color: #3a46bc;
}

.in_03c_slide .swiper-slide:hover em.em3 span.sp6 i {
  background-color: #3a46bc;
  color: #fff;
}

.in_04 {
  overflow: hidden;
  padding: 0.8rem 0px;
}

.in_05 {
  overflow: hidden;
  background-color: #ebecf8;
  padding: 0.8rem 0px;
}

.in_06 {
  overflow: hidden;
  background-color: #3746c3;
  padding: 0.8rem 0px;
}

.in_06 .in_03_t p.p1 {
  color: #fff;
}

.in_06_c {
  width: 100%;
  overflow: hidden;
  margin-top: 0.5rem;
}

.in_06_c ul {
  width: 100%;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 0px;
  align-content: center;
}

.in_06_c ul li {
  width: 100%;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.in_06_c ul li img {
  max-width: 100%;
  display: block;
  max-height: 100%;
}

.in_07 {
  overflow: hidden;
  padding: 0.8rem 0px;
}

.in_07_c {
  width: 100%;
  overflow: hidden;
  background-color: #3a46bc;
  margin-top: 0.5rem;
  color: #fff;
}

.in_07_c ul {
  width: 100%;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}

.in_07_c ul li.li1 {
  width: 0.24rem;
  height: 1.34rem;
  overflow: hidden;
  background: url("../upimg/in_58.jpg") center no-repeat;
  background-size: 100% 100%;
}

.in_07_c ul li {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  height: 1.34rem;
  width: calc((100% - 0.72rem) / 4);
  font-family: albb_medium;
}

.in_07_c ul li div {
  display: inline-block;
}

.in_07_c ul li p {
  width: 100%;
  text-align: center;
  line-height: 1.5;
}

.in_07_b {
  width: 100%;
  overflow: hidden;
  text-align: center;
  margin-top: 0.5rem;
}

.in_07_b a {
  display: inline-block;
  line-height: 0.6rem;
  padding: 0px 0.6rem;
  color: #000;
  border: 0.02rem solid #000;
  letter-spacing: 0.05rem;
  transition: 0s linear;
  -webkit-transition: 0s linear;
  -o-transition: 0s linear;
  -moz-transition: 0s linear;
}

.in_07_b a:hover {
  background-color: #3a46bc;
  border: 0.02rem solid #3a46bc;
  color: #fff !important;
}

.rightfr {
  width: 3.52rem;
  overflow: hidden;
  background-color: #5c70ff;
  position: fixed;
  right: 0px;
  bottom: 10%;
  z-index: 9999;
  padding: 0.4rem 0px;
  -moz-box-shadow: 0px 0px 0.2rem rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0px 0px 0.2rem rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 0.2rem rgba(0, 0, 0, 0.35);
}

.rightfr .close {
  width: 0.29rem;
  height: 0.3rem;
  display: block;
  background: url("../upimg/in_60.png") 50% no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 0.15rem;
  top: 0.15rem;
  z-index: 99;
}

.rightfr p {
  width: 100%;
  overflow: hidden;
  text-align: center;
}

.rightfr p.p1 {
  position: relative;
}

.rightfr p.p1 img {
  display: block;
  margin: 0px auto;
  padding: 0px;
  height: 0.46rem;
}

.rightfr p.p2 {
  margin-top: 0.2rem;
}

.rightfr p.p2 a {
  display: inline-block;
  line-height: 0.5rem;
  padding: 0px 0.5rem;
  color: #fff;
  letter-spacing: 0.05rem;
  background-color: #3a46bc;
  transition: 0s linear;
  -webkit-transition: 0s linear;
  -o-transition: 0s linear;
  -moz-transition: 0s linear;
}

.rightfr:hover p.p2 a {
  background-color: #fff;
  color: #3a46bc !important;
}

.in_nav {
  overflow: hidden;
  position: relative;
  left: 0px;
  top: 0px;
  background-color: #fff;
}

.in_nav ul {
  width: 100%;
  overflow: hidden;
  font-size: 0px;
  text-align: center;
}

.in_nav ul li {
  position: relative;
  margin: 0rem 0.3rem;
  position: relative;
  padding-bottom: 0rem;
  display: inline-block;
}

.in_nav ul li a {
  color: #000;
  display: inline-block;
  padding: 0.3rem 0px;
}

.in_nav ul li a:hover {
  color: #3a46bc !important;
}

.in_nav ul li::before {
  content: "";
  width: 0rem;
  height: 0.03rem;
  display: block;
  overflow: hidden;
  background-color: #3a46bc;
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
}

.in_nav ul li.on::before {
  width: 100%;
}

.in_nav ul li.on a {
  color: #3a46bc;
  font-weight: bold;
}

.in_site {
  overflow: hidden;
  border-bottom: 0.01rem solid #e5e5e5;
  padding: 0.1rem 0px;
  color: #000;
}

.in_site a {
  float: left;
  color: #000;
}

.in_site i {
  float: left;
  margin: 0px 0.1rem;
  font-family: SimSun;
}

/*202403*/
.or_site {
  background-color: #fefefe;
}

.in_01_c p.p4 img {
  display: block;
  height: 3.05rem;
  margin: 0px auto;
  padding: 0px;
}

.in_01 .in_01_c1 {
  padding: 1.8rem 0px 2.75rem 0px;
}

.jszm_01 {
  overflow: hidden;
  padding-top: 1.1rem;
  position: relative;
}

.jszm_01_bg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  background: url("../images/jszm_01.webp") no-repeat;
  background-size: 100%;
}

.jszm_01 .xp_wrap_c {
  position: relative;
  z-index: 9;
}

.jszm_01_t {
  width: 100%;
  overflow: hidden;
  text-align: center;
  color: #0161a4;
  font-weight: bold;
}

.jszm_01_info {
  width: 100%;
  overflow: hidden;
  color: #061d46;
  margin-top: 0.3rem;
  text-align: justify;
  text-justify: inter-ideograph;
}

.jszm_01_video {
  width: 100%;
  overflow: visible;
  margin-top: 0.4rem;
  position: relative;
}

.jszm_01_video::before {
  content: "";
  width: 2.14rem;
  height: 2.14rem;
  display: block;
  overflow: hidden;
  background-color: #0161a4;
  position: absolute;
  right: -0.12rem;
  top: 0px;
}

.jszm_01_video::after {
  content: "";
  width: 2.14rem;
  height: 2.14rem;
  display: block;
  overflow: hidden;
  background-color: #2fffe2;
  position: absolute;
  left: -0.08rem;
  bottom: 0px;
}

.jm01vfr {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.jm01vfr img.img1 {
  width: 100%;
  display: block;
}

.jm01vfr video {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #000;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 8;
  cursor: pointer;
  object-fit: cover;
}

.jm01vfr em {
  width: 0.44rem;
  height: 0.44rem;
  pointer-events: none;
  cursor: pointer;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 9;
  background: url("../images/play.png") 50% no-repeat;
  background-size: 100% 100%;
  transform: translate(-50%, -50%);
}

.jm01vfr em::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  border-radius: 50%;
  border: 0.01rem solid #fff;
  position: absolute;
  left: 0px;
  top: 0px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.jm01vfr em::before {
  -webkit-animation: ksan_01 2.1s linear infinite;
  animation: ksan_01 2.1s linear infinite;
}

.jm01vfr.on em {
  display: none;
}

.jszm_02 {
  overflow: hidden;
  margin-top: 0.5rem;
}

.jszm_02 ul {
  width: 100%;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}

.jszm_02 ul li {
  width: calc((100% - 0.03rem) / 4);
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.jszm_02 ul li.li1 {
  width: 0.01rem;
  position: relative;
}

.jszm_02 ul li.li1::before {
  content: "";
  width: 100%;
  height: 0.64rem;
  display: block;
  overflow: hidden;
  border-left: 0.01rem dashed #d2d2d2;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.jszm_02 ul li label {
  display: inline-block;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.jszm_02 ul li img {
  height: 0.9rem;
  display: block;
  float: left;
}

.jszm_02 ul li em {
  width: calc(100% - 0.9rem - 0.28rem);
  display: block;
  overflow: hidden;
  font-style: normal;
  margin-left: 0.28rem;
  float: left;
}

.jszm_02 ul li span {
  width: 100%;
  display: block;
  overflow: visible;
  line-height: 1.5;
  color: #0161a4;
}

.jszm_02 ul li span.sp2 {
  font-weight: bold;
}

.jszm_03 {
  overflow: hidden;
  background-color: #fff;
  padding-top: 1rem;
}

.jszm_03_c {
  width: 100%;
  overflow: hidden;
  margin-top: 0.5rem;
}

.jszm_03_c ul {
  width: 100%;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}

.jszm_03_c ul li {
  width: calc((100% - 1.1rem) / 3);
  overflow: hidden;
}

.jszm_03_c ul li a {
  width: 100%;
  display: block;
  overflow: hidden;
}

.jszm_03_c ul li em {
  display: block;
  font-style: normal;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.jszm_03_c ul li em.em1 {
  width: 100%;
}

.jszm_03_c ul li em.em1 img {
  width: 100%;
  display: block;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.jszm_03_c ul li em.em2 {
  width: 100%;
  margin-top: 0.2rem;
  position: relative;
  padding-bottom: 0.2rem;
}

.jszm_03_c ul li em.em2 span {
  width: 100%;
  display: block;
  overflow: hidden;
}

.jszm_03_c ul li em.em2 span.sp1 {
  color: #000;
  font-weight: bold;
  line-height: 1.75;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.jszm_03_c ul li em.em2 span.sp2 {
  color: #000;
  line-height: 1.65;
  margin-top: 0.05rem;
}

.jszm_03_c ul li em.em2::before {
  content: "";
  width: 0%;
  height: 0.02rem;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: linear-gradient(to right, #4affda, #006cff);
  background: -webkit-linear-gradient(to right, #4affda, #006cff);
  background: -o-linear-gradient(to right, #4affda, #006cff);
  background: -moz-linear-gradient(to right, #4affda, #006cff);
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.jszm_03_c ul li a:hover em.em1 img {
  transform: scale(1.03, 1.03);
  -moz-transform: scale(1.03, 1.03);
  -webkit-transform: scale(1.03, 1.03);
}

.jszm_03_c ul li a:hover em.em2 span {
  color: #0161a4;
}

.jszm_03_c ul li a:hover em.em2::before {
  width: 100%;
}

.jszm_03_b {
  width: 100%;
  overflow: hidden;
  text-align: center;
  padding: 0.7rem 0px;
  background: linear-gradient(#fff, #f8f8f8);
  background: -webkit-linear-gradient(#fff, #f8f8f8);
  background: -o-linear-gradient(#fff, #f8f8f8);
  background: -moz-linear-gradient(#fff, #f8f8f8);
}

.jszm_03_b a {
  display: inline-block;
  line-height: 0.6rem;
  padding: 0px 0.35rem;
  background-color: #0161a4;
  color: #fff;
  border-radius: 0.6rem;
}

.jszm_03_b span {
  display: inline-block;
  background: url("../images/jszm_02.png") 0% 50% no-repeat;
  background-size: 0.22rem;
  padding-left: 0.3rem;
}

.jszm_03_b a:hover span {
  color: #fff;
}

.jszm_04 {
  overflow: hidden;
  background-color: #f8f8f8;
  padding-top: 0.2rem;
}

.jszm_04_c {
  width: 100%;
  overflow: visible;
  padding-top: 0.5rem;
}

.jszm_04_c ul {
  width: 100%;
  overflow: visible;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}

.jszm_04_c ul li {
  width: calc((100% - 0.75rem) / 4);
  overflow: hidden;
  background-color: #fff;
  position: relative;
}

.jszm_04_c ul li a {
  width: 100%;
  display: block;
  overflow: hidden;
}

.jszm_04_c ul li em {
  width: 100%;
  display: block;
  overflow: hidden;
  font-style: normal;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.jszm_04_c ul li em.em1 img {
  width: 100%;
  display: block;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.jszm_04_c ul li em.em2 {
  width: 100%;
  overflow: hidden;
  height: 1.2rem;
  padding: 0px 0.2rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.jszm_04_c ul li em.em2::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  overflow: hidden;
  background: url("../images/jszm_04.webp") 50% no-repeat;
  background-size: cover;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
}

.jszm_04_c ul li em.em3 {
  width: 100%;
  position: relative;
  z-index: 9;
}

.jszm_04_c ul li span {
  width: 100%;
  display: block;
  overflow: hidden;
}

.jszm_04_c ul li span.sp1 {
  color: #000;
  font-weight: bold;
  line-height: 1.65;
}

.jszm_04_c ul li span.sp2 {
  text-align: right;
  display: none;
  margin-top: 0.2rem;
}

.jszm_04_c ul li span.sp2 i {
  display: inline-block;
  border-bottom: 0.01rem solid #fff;
  color: #fff;
  line-height: 1.75;
}

.jszm_04_c ul li:hover em.em2::before {
  opacity: 1;
}

.jszm_04_c ul li:hover span.sp1 {
  color: #fff;
}

.jszm_04_c ul li:hover span.sp2 {
  display: block;
}

.jszm_04_c ul li:hover em.em1 img {
  transform: scale(1.03, 1.03);
  -moz-transform: scale(1.03, 1.03);
  -webkit-transform: scale(1.03, 1.03);
}

.jszm_05 {
  overflow: hidden;
  padding-top: 1rem;
  padding-bottom: 1.15rem;
  position: relative;
  background-color: #f8f8f8;
}

.jszm_05_bg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  background: url("../images/jszm_03.webp") 0% 100% no-repeat #f8f8f8;
  background-size: 100%;
}

.jszm_05 .xp_wrap_c {
  position: relative;
  z-index: 9;
}

.jszm_05_c {
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  margin-top: 0.5rem;
}

.jszm_05_c ul li {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.jszm_05_c ul li a {
  width: 100%;
  display: block;
  overflow: hidden;
}

.jszm_05_c ul li em {
  display: block;
  font-style: normal;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.jszm_05_c ul li em.em1 {
  width: 2.37rem;
  position: relative;
  padding-left: 0.6rem;
  height: 1.06rem;
  font-weight: bold;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-start;
  float: left;
}

.jszm_05_c ul li em.em1::before {
  content: "";
  width: 0.08rem;
  height: 100%;
  display: block;
  overflow: hidden;
  background-color: #0161a4;
  position: absolute;
  left: -0.08rem;
  top: 0px;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.jszm_05_c ul li em.em1::after {
  content: "";
  width: 0.01rem;
  height: 0.28rem;
  display: block;
  overflow: hidden;
  border-left: 0.01rem dashed #cccccc;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.jszm_05_c ul li em.em2 {
  width: calc(100% - 2.37rem);
  overflow: hidden;
  float: left;
  padding-left: 0.38rem;
  position: relative;
  height: 1.06rem;
}

.jszm_05_c ul li em.em2 .sp2 {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 1.8rem;
  color: rgba(0, 0, 0, 0.6);
  height: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-start;
}

.jszm_05_c ul li em.em2 .sp2::before {
  content: "";
  width: 0.13rem;
  height: 0.23rem;
  display: block;
  overflow: hidden;
  background: url("../images/jszm_05.png") 50% no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0.54rem;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.jszm_05_c ul li em.em2 .sp1 {
  width: calc(100% - 1.8rem);
  overflow: hidden;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-start;
}

.jszm_05_c ul li a:hover {
  background-color: #f4f7fb;
}

.jszm_05_c ul li a:hover em.em1::before {
  left: 0px;
}

.jszm_05_c ul li a:hover em.em2 .sp2::before {
  right: 0.44rem;
  opacity: 1;
}

@media screen and (min-width: 1921px) {
  .xp_wrap_c {
    margin: 0px auto;
    width: 1430px;
  }
}
@media screen and (max-width: 1366px) {
  .xp_wrap_c {
    max-width: 1000px;
    margin: 0px auto;
  }
}
@media screen and (max-width: 1365px) {
  .in_01 .in_01_c p.p3 a {
    line-height: 0.8rem;
  }
  .in_03c_slide .swiper-slide em.em2 span {
    line-height: 0.5rem;
  }
  .in_03c_slide .swiper-slide em.em3 span {
    line-height: 0.5rem;
  }
  .in_03c_slide .swiper-slide em.em3 span.sp5 {
    height: 1rem;
  }
  .in_03c_slide .swiper-slide em.em3 span.sp6 i {
    line-height: 0.5rem;
  }
  .rightfr p.p2 a {
    line-height: 0.6rem;
  }
  /*202403*/
  .jszm_02 ul li span {
    font-size: 0.28rem;
  }
  .jszm_03_c ul li em.em2 span.sp1 {
    font-size: 0.28rem;
  }
  .jszm_03_c ul li em.em2 span.sp2 {
    font-size: 0.24rem;
  }
  .jszm_04_c ul li span.sp1 {
    font-size: 0.2rem;
  }
  .jszm_05_c ul li em.em1 {
    font-size: 0.24rem;
  }
  .jszm_05_c ul li em.em2 .sp1 {
    font-size: 0.2rem;
  }
}
@media screen and (max-width: 767px) {
  .xp_wrap_in {
    margin: 0px 20px;
  }
  .xp_wrap_c {
    margin: 0px auto;
    width: calc(100% - 40px);
  }
  .in_01 .in_01_c p.p1 img {
    height: 0.6rem;
  }
  .in_01 .in_01_c p.p3 a {
    line-height: 0.8rem;
  }
  .in_02_c1 ul {
    display: block;
  }
  .in_02_c1 ul li {
    width: 50%;
    float: left;
    margin-bottom: 0.4rem;
  }
  .in_02_c1 ul li.li1 {
    display: none;
  }
  .in_02_c1 ul li:nth-child(5) {
    margin-bottom: 0px;
  }
  .in_02_c1 ul li:nth-child(6) {
    margin-bottom: 0px;
  }
  .in_02_c1 ul li:nth-child(7) {
    margin-bottom: 0px;
  }
  .in_02_c2 ul {
    grid-template-columns: repeat(3, 1fr);
  }
  .in_03_c .in_03c_prev {
    left: 0rem;
    background: url("../images/in_01.png") 50% no-repeat;
    background-size: 0.14rem;
    width: 0.4rem;
    height: 0.6rem;
    background-color: #fff;
    top: 1.45rem;
  }
  .in_03_c .in_03c_prev:hover {
    background: url("../images/in_01_on1.png") 50% no-repeat #254194;
    background-size: 0.14rem;
  }
  .in_03_c .in_03c_next {
    right: 0rem;
    background: url("../images/in_02.png") 50% no-repeat;
    background-size: 0.14rem;
    width: 0.4rem;
    height: 0.6rem;
    background-color: #fff;
    top: 1.45rem;
  }
  .in_03_c .in_03c_next:hover {
    background: url("../images/in_02_on1.png") 50% no-repeat #254194;
    background-size: 0.14rem;
  }
  .in_03c_slide .swiper-slide em.em1 img {
    height: 3.5rem;
  }
  .in_03c_slide .swiper-slide em.em2 span {
    line-height: 0.5rem;
  }
  .in_03c_slide .swiper-slide em.em3 span {
    line-height: 0.5rem;
  }
  .in_03c_slide .swiper-slide em.em3 span.sp5 {
    height: 1rem;
  }
  .in_03c_slide .swiper-slide em.em3 span.sp6 i {
    line-height: 0.5rem;
  }
  .in_06_c ul {
    grid-template-columns: repeat(3, 1fr);
  }
  .in_06_c ul li.li1 {
    display: none;
  }
  .in_07_c ul {
    display: block;
  }
  .in_07_c ul li {
    width: 100%;
    height: auto;
    padding: 0.2rem 0px 0.3rem 0px;
  }
  .in_07_c ul li.li1 {
    width: 100%;
    height: 0.24rem;
    padding: 0px;
    background: url("../upimg/in_75.webp") 50% no-repeat;
    background-size: auto 100%;
    position: relative;
  }
  .in_nav .xp_wrap_c {
    width: calc(100% - 40px);
  }
  .in_nav ul {
    display: block;
    margin-top: 0.2rem;
    padding-bottom: 0.1rem;
  }
  .in_nav ul li {
    widtH: 33.3333333333%;
    text-align: center;
    float: left;
    margin: 0px 0px 0.1rem 0px;
  }
  .rightfr p.p2 a {
    font-size: 0.24rem;
  }
  .in_nav ul li {
    margin-bottom: 0px;
  }
  .in_nav ul li a {
    padding: 0.15rem 0px;
  }
  /*202403*/
  .in_01_c p.p4 img {
    height: 2rem;
  }
  .jszm_01 {
    padding-top: 0.6rem;
  }
  .jszm_02 ul {
    flex-wrap: wrap;
  }
  .jszm_02 ul li {
    width: 50%;
    margin-bottom: 0.4rem;
  }
  .jszm_02 ul li.li1 {
    display: none;
  }
  .jszm_02 ul li label {
    width: 100%;
  }
  .jszm_02 ul li:nth-child(5) {
    margin-bottom: 0px;
  }
  .jszm_02 ul li:nth-child(7) {
    margin-bottom: 0px;
  }
  .jszm_03 {
    padding-top: 1rem;
  }
  .jszm_03_c ul {
    display: block;
  }
  .jszm_03_c ul li {
    width: 100%;
    margin-top: 0.2rem;
  }
  .jszm_03_c ul li:first-child {
    margin-top: 0px;
  }
  .jszm_04_c ul {
    display: block;
  }
  .jszm_04_c ul li {
    width: 100%;
    margin-top: 0.2rem;
  }
  .jszm_04_c ul li:first-child {
    margin-top: 0px;
  }
  .jszm_04_c ul li em.em2::before {
    opacity: 1;
  }
  .jszm_04_c ul li span.sp1 {
    color: #fff;
  }
  .jszm_04_c ul li span.sp2 {
    display: block;
  }
  .jszm_05_c ul li a {
    padding: 0.2rem 0px;
  }
  .jszm_05_c ul li em.em1 {
    width: 100%;
    height: auto;
    line-height: 1.75;
    padding: 0px 0.2rem;
  }
  .jszm_05_c ul li em.em1::before {
    display: none;
  }
  .jszm_05_c ul li em.em1::after {
    display: none;
  }
  .jszm_05_c ul li em.em2 {
    width: 100%;
    padding: 0px 0.2rem;
    height: auto;
  }
  .jszm_05_c ul li em.em2 span.sp1 {
    width: 100%;
  }
  .jszm_05_c ul li em.em2 span.sp2 {
    width: 100%;
    position: relative;
  }
  .jszm_05_c ul li em.em2 .sp2::before {
    display: none;
  }
  .jszm_03_b a {
    height: 0.8rem;
    line-height: 0.8rem;
  }
  .jm01vfr em {
    width: 0.66rem;
    height: 0.66rem;
  }
  .jszm_04_c ul li em.em2 {
    height: 1.6rem;
  }
  .jszm_02 ul li span {
    font-size: 0.32rem;
  }
  .jszm_03_c ul li em.em2 span.sp1 {
    font-size: 0.32rem;
  }
  .jszm_03_c ul li em.em2 span.sp2 {
    font-size: 0.3rem;
  }
  .jszm_04_c ul li span.sp1 {
    font-size: 0.3rem;
  }
  .jszm_05_c ul li em.em1 {
    font-size: 0.32rem;
  }
  .jszm_05_c ul li em.em2 .sp1 {
    font-size: 0.3rem;
  }
}
@media screen and (max-width: 767px) {
  .xp_wrap_in {
    margin: 0px 10px;
  }
  .w_pc {
    display: none !important;
  }
  .w_wap {
    display: block !important;
  }
}