@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;
}
.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: #323dff;
  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 {
  font-family: "微软雅黑", "Microsoft Yahei", tahoma, arial, "宋体", sans-serif;
  background-color: #04020a;
  height: auto !important;
  min-height: 100vh;
  position: relative;
}

.xpqg_body a {
  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 {
  padding-bottom: 4.11rem;
}

.xpqg_body::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
  background: url("../upimg/btn_01.webp") 0% 100% no-repeat;
  background-size: auto 6rem;
}

.xpqg_body::after {
  content: "";
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
  background: url("../images/bg.webp");
  background-size: 100%;
  position: absolute;
  left: 0px;
  top: 7rem;
  z-index: 1;
}

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

.xp_wrap {
  width: 100%;
  margin: 0px auto;
  padding: 0px;
  max-width: 1920px;
  position: relative;
  z-index: 9;
}

.xp_wrap_in {
  margin: 0px 10%;
}

.xp_wrap_c {
  margin: 0px 13.54vw;
  padding: 0px;
}

.w_wap {
  display: none !important;
}

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

.ipf2024_01 {
  width: 100%;
  overflow: hidden;
  position: sticky;
  left: 0px;
  top: 0px;
  background-color: #fff;
  height: 0.9rem;
  text-align: center;
  z-index: 999;
}

.ipf2024_01 ul {
  font-size: 0px;
}

.ipf2024_01 ul li {
  display: inline-block;
  padding: 0px 0.25rem;
}

.ipf2024_01 ul li a {
  height: 0.9rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  color: #04020a;
}

.ipf2024_01 ul li a:hover {
  color: #323dff !important;
  font-weight: bold;
}

.ipf2024_01 ul li.on a {
  color: #323dff;
  font-weight: bold;
}

.ipf2024_01 ul li.on a:hover {
  color: #323dff;
}

.ipf2024_01 ul li:first-child {
  padding-left: 0px;
}

.ipf2024_01 ul li:last-child {
  padding-right: 0px;
}

.ipf01_slide {
  width: 100%;
  overflow: hidden;
  height: 0.9rem;
}

.ipf01_slide .swiper-slide {
  width: auto;
}

.ipf01_slide .swiper-slide a {
  height: 0.9rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  color: #04020a;
}

.ipf01_slide .swiper-slide a:hover {
  color: #323dff !important;
  font-weight: bold;
}

.ipf01_slide .swiper-slide a.on {
  color: #323dff;
  font-weight: bold;
}

.ipf01_slide .swiper-slide a.on:hover {
  color: #323dff;
}

.ipf2024_02 {
  overflow: hidden;
  margin-top: 0rem;
  height: 7.6rem;
  background: url("../upimg/banner_02.webp") 0% 50% no-repeat;
  background-size: cover;
}

.ipf2024_02 .p {
  width: 100%;
  overflow: visible;
}

.ipf2024_02 .p1 {
  margin-top: 0.4rem;
}

.ipf2024_02 .p1 img {
  display: block;
  height: 2.62rem;
}

.ipf2024_02 .p2 {
  margin-top: 1rem;
}

.ipf2024_02 .p2 p {
  line-height: 1.5;
  color: #00a3f5;
}

.ipf2024_03 {
  overflow: hidden;
  position: relative;
  z-index: 9;
  margin-top: -1.2rem;
}

.ipf2024_03 b.b1 {
  width: 100%;
  height: 1.2rem;
  display: block;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
}

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

.ipf2024_03_t img {
  display: block;
  margin: 0px auto;
  padding: 0px;
  height: 1.7rem;
}

.ipf2024_03_c {
  width: 100%;
  overflow: visible;
  padding-top: 0.6rem;
  color: #fff;
  text-align: justify;
  text-justify: inter-ideograph;
}

.ipf2024_03_c p {
  text-indent: 2em;
}

.ipf2024_04 {
  overflow: hidden;
  padding-top: 1rem;
}

.ipf2024_04_c {
  width: 100%;
  overflow: hidden;
  margin-top: 0.6rem;
}

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

.ipf2024_04_c ul li {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 100%;
  cursor: pointer;
}

.ipf2024_04_c ul li::before {
  content: "";
  width: 100%;
  height: 100%;
  opacity: 1;
  display: block;
  overflow: hidden;
  background: url("../images/ipf_01.png") 50% no-repeat;
  background-size: cover;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.ipf2024_04_c ul li::after {
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0;
  display: block;
  overflow: hidden;
  background: url("../images/ipf_02.png") 50% no-repeat;
  background-size: cover;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.ipf2024_04_c ul li .c {
  width: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 50%;
  z-index: 9;
  transform: translateY(-50%);
}

.ipf2024_04_c ul li .c .p {
  width: 100%;
  overflow: visible;
}

.ipf2024_04_c ul li .c .p1 img {
  display: block;
  margin: 0px auto;
  padding: 0px;
  height: 0.74rem;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.ipf2024_04_c ul li .c .p2 {
  color: #fff;
  text-align: center;
  line-height: 1.5;
  margin-top: 0.2rem;
  padding: 0px 0.1rem;
}

.ipf2024_04_c ul li .c .p2 p {
  line-height: 1.5;
}

.ipf2024_04_c ul li:hover::after {
  opacity: 1;
}

.ipf2024_04_c ul li:hover::before {
  opacity: 0;
}

.ipf2024_04_c ul li:hover .c .p1 img {
  transform: translateY(-0.03rem);
  -webkit-transform: translateY(-0.03rem);
  -moz-transform: translateY(-0.03rem);
}

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

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

.ipf2024_04_b ul li {
  text-align: center;
}

.ipf2024_04_b ul li .p {
  width: 100%;
  overflow: visible;
  text-align: center;
  line-height: 1.3;
  color: #fff;
}

.ipf2024_04_b ul li .p1 {
  font-weight: bold;
}

.ipf2024_04_b ul li:nth-child(1) .p {
  color: #4660ff;
}

.ipf2024_04_b ul li:nth-child(2) .p {
  color: #00a3f5;
}

.ipf2024_04_b ul li:nth-child(3) .p {
  color: #7365fc;
}

.ipf2024_04_b ul li:nth-child(4) .p {
  color: #4660ff;
}

.ipf2024_04_b ul li:nth-child(5) .p {
  color: #00a3f5;
}

.ipf2024_04_b ul li:nth-child(6) .p {
  color: #7365fc;
}

.ipf2024_04_b ul li:nth-child(7) .p {
  color: #4660ff;
}

.ipf2024_04_a {
  width: 100%;
  overflow: hidden;
  text-align: right;
  color: #fff;
  margin-top: 0.4rem;
}

.ipf2024_04_a p {
  line-height: 1.5;
}

.ipf2024_05 {
  overflow: hidden;
  padding-top: 1rem;
}

.ipf2024_05_c {
  width: 100%;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0.8rem;
}

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

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

.ipf_05cc_t {
  width: 100%;
  overflow: hidden;
  padding-bottom: 0.4rem;
  text-align: center;
}

.ipf_05cc_t p {
  line-height: 1.5;
  color: #fff;
}

.ipf_05cl_t {
  width: 100%;
  overflow: hidden;
  text-align: center;
  height: 0.6rem;
  font-weight: bold;
  background-color: #323dff;
  color: #fff;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.ipf_05cl_t1 {
  width: 100%;
  overflow: hidden;
  margin-top: 0.4rem;
  border-top: 0.04rem solid #4660ff;
  color: #4660ff;
  line-height: 1.5;
  padding-top: 0.1rem;
}

.ipf_05cl_t1 .em1 {
  widtH: 1.7rem;
  overflow: hidden;
  float: left;
}

.ipf_05cl_t1 .em2 {
  width: calc(100% - 1.7rem);
  overflow: hidden;
  float: left;
}

.ipf_05cl_li {
  width: 100%;
  overflow: hidden;
  padding: 0.14rem 0px;
  position: relative;
}

.ipf_05cl_li::before {
  content: "";
  widtH: 100%;
  height: 0.01rem;
  display: block;
  overflow: hidden;
  background-color: #29328f;
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.ipf_05cl_li .em {
  float: left;
  color: #fff;
}

.ipf_05cl_li .em1 {
  width: 1.7rem;
  line-height: 0.34rem;
}

.ipf_05cl_li .em2 {
  width: calc(100% - 1.7rem);
  float: right;
}

.ipf_05cl_li .em2 .p {
  line-height: 1.5;
}

.ipf_05cl_li .em2 .p1 {
  line-height: 0.34rem;
  margin-bottom: 0.05rem;
}

.ipf_05cl_li .em3 {
  width: 100%;
  float: none;
  overflow: hidden;
}

.ipf_05cl_li .p {
  width: 100%;
  overflow: hidden;
}

.ipf_05cl_li .p.p3:nth-child(1) {
  margin-top: 0.1rem;
}

.ipf_05cl_li .p .em4 {
  width: 1.7rem;
  float: left;
  line-height: 1.5;
}

.ipf_05cl_li .p .em5 {
  width: calc(100% - 1.7rem);
  float: right;
  line-height: 1.5;
}

.ipf_05cl_li:last-child::before {
  display: none;
}

.ipf_05cl_li1::before {
  width: calc(100% - 1.7rem);
}

.ipf_05cr_t {
  width: 100%;
  overflow: hidden;
  text-align: center;
  height: 0.6rem;
  margin-bottom: 0.2rem;
  background-color: #00a3f5;
  font-weight: bold;
  color: #fff;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.ipf_05cr_li {
  width: 100%;
  overflow: hidden;
  margin-top: 0rem;
}

.ipf_05cr_li .ipf_05rli_t {
  width: 100%;
  overflow: hidden;
  line-height: 0.6rem;
  position: relative;
  font-weight: bold;
  cursor: pointer;
}

.ipf_05cr_li .ipf_05rli_c {
  width: 100%;
  overflow: hidden;
  display: none;
}

.ipf_05cr_li .ipf_05rli_c .p {
  width: 100%;
  overflow: hidden;
}

.ipf_05cr_li .ipf_05rli_c .p1 {
  line-height: 1.5;
  text-align: justify;
  text-justify: inter-ideograph;
}

.ipf_05cr_li .ipf_05rli_c .p2 {
  margin-top: 0.2rem;
  padding-top: 0.1rem;
}

.ipf_05cr_li .ipf_05rli_c .p2 .em {
  float: left;
}

.ipf_05cr_li .ipf_05rli_c .p2 .em1 {
  width: 1.7rem;
}

.ipf_05cr_li .ipf_05rli_c .p2 .em2 {
  width: calc(100% - 1.7rem);
}

.ipf_05cr_li .ipf_05rli_c .pli {
  width: 100%;
  overflow: hidden;
  padding: 0.2rem 0px;
  color: #fff;
}

.ipf_05cr_li .ipf_05rli_c .pli .em {
  float: left;
}

.ipf_05cr_li .ipf_05rli_c .pli .em1 {
  width: 1.7rem;
  line-height: 0.3rem;
}

.ipf_05cr_li .ipf_05rli_c .pli .em2 {
  width: calc(100% - 1.7rem);
  line-height: 1.5;
}

.ipf_05cr_li .ipf_05rli_c .pli .em2 .p3 {
  line-height: 0.3rem;
  margin-bottom: 0.05rem;
}

.ipf_05cr_li.color1 .ipf_05rli_t {
  color: #00a3f5;
}

.ipf_05cr_li.color1 .ipf_05rli_t::before {
  content: "";
  display: block;
  width: 0.27rem;
  height: 0.6rem;
  display: block;
  overflow: hidden;
  background: url("../images/ipf_04.png") 50% no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0px;
  top: 0px;
}

.ipf_05cr_li.color1 .ipf_05rli_c .p1 {
  color: #00a3f5;
}

.ipf_05cr_li.color1 .ipf_05rli_c .p2 {
  border-top: 0.04rem solid #00a3f5;
}

.ipf_05cr_li.color1 .ipf_05rli_c .p2 .em1 {
  color: #00a3f5;
}

.ipf_05cr_li.color1 .ipf_05rli_c .p2 .em2 {
  color: #00a3f5;
}

.ipf_05cr_li.color1 .ipf_05rli_c .pli {
  border-bottom: 0.01rem solid #055489;
}

.ipf_05cr_li.color1 .ipf_05rli_c .pli:last-child {
  border-bottom: 0px;
}

.ipf_05cr_li.color2 .ipf_05rli_t {
  color: #7365fc;
}

.ipf_05cr_li.color2 .ipf_05rli_t::before {
  content: "";
  display: block;
  width: 0.27rem;
  height: 0.6rem;
  display: block;
  overflow: hidden;
  background: url("../images/ipf_04.png") 50% no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0px;
  top: 0px;
}

.ipf_05cr_li.color2 .ipf_05rli_c .p1 {
  color: #7365fc;
}

.ipf_05cr_li.color2 .ipf_05rli_c .p2 {
  border-top: 0.04rem solid #7365fc;
}

.ipf_05cr_li.color2 .ipf_05rli_c .p2 .em1 {
  color: #7365fc;
}

.ipf_05cr_li.color2 .ipf_05rli_c .p2 .em2 {
  color: #7365fc;
}

.ipf_05cr_li.color2 .ipf_05rli_c .pli {
  border-bottom: 0.01rem solid #3f358c;
}

.ipf_05cr_li.color2 .ipf_05rli_c .pli:last-child {
  border-bottom: 0px;
}

.ipf_05cr_li.mt0 {
  margin-top: 0px;
}

.ipf_05cr_li.active .ipf_05rli_t::before {
  background: url("../images/ipf_05.png") 50% no-repeat;
  background-size: 100%;
}

.ipf_05cr_t1 {
  width: 100%;
  overflow: hidden;
  text-align: center;
  height: 0.6rem;
  margin-top: 0.8rem;
  margin-bottom: 0.2rem;
  background-color: #7365fc;
  font-weight: bold;
  color: #fff;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.ipf2024_06 {
  overflow: hidden;
  padding-top: 1rem;
}

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

.ipf2024_06_c .ipf_06cs_prev {
  width: 0.27rem;
  height: 100%;
  display: block;
  overflow: hidden;
  background: url("../images/ipf_07.png") 50% no-repeat;
  background-size: 100%;
  position: absolute;
  left: -0.5rem;
  top: 0px;
  z-index: 999;
}

.ipf2024_06_c .ipf_06cs_prev:hover {
  background: url("../images/ipf_07_on.png") 50% no-repeat;
  background-size: 100%;
}

.ipf2024_06_c .ipf_06cs_next {
  width: 0.27rem;
  height: 100%;
  display: block;
  overflow: hidden;
  background: url("../images/ipf_08.png") 50% no-repeat;
  background-size: 100%;
  position: absolute;
  right: -0.5rem;
  top: 0px;
  z-index: 999;
}

.ipf2024_06_c .ipf_06cs_next:hover {
  background: url("../images/ipf_08_on.png") 50% no-repeat;
  background-size: 100%;
}

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

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

.ipf06c_slide .swiper-slide img {
  width: 100%;
  display: block;
}

.ipf2024_07 {
  overflow: hidden;
  padding-top: 1rem;
}

.ipf2024_07_c {
  width: 100%;
  overflow: hidden;
  margin-top: 0.6rem;
}

.ipf2024_07_c ul {
  width: 100%;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0.6rem;
}

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

.ipf2024_07_c ul li .em {
  width: 100%;
  overflow: hidden;
  text-align: center;
  margin: 0px auto;
  padding: 0px;
  max-width: 2.58rem;
}

.ipf2024_07_c ul li .em1 img {
  display: block;
  margin: 0px auto;
  padding: 0px;
}

.ipf2024_07_c ul li .em2 {
  width: 100%;
  overflow: hidden;
  margin-top: 0.2rem;
}

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

.ipf2024_07_c ul li .em2 .p1 {
  background: url("../images/ipf_09.png") 50% no-repeat;
  color: #fff;
  font-weight: bold;
  background-size: 100% 100%;
  text-align: center;
  height: 0.32rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ipf2024_07_c ul li .em2 .p2 {
  margin-top: 0.1rem;
  line-height: 1.5;
  color: #fff;
}

.ipf2024_07_c ul li .em2 .p2 p {
  line-height: 1.5;
}

.ipf2024_07_c ul li:nth-child(2n) .em2 .p1 {
  background: url("../images/ipf_10.png") 50% no-repeat;
  background-size: 100% 100%;
}

/*
.ipf2024_07_c ul li{display:none;}
.ipf2024_07_c ul li:nth-child(1){display:block;}
.ipf2024_07_c ul li:nth-child(2){display:block;}
.ipf2024_07_c ul li:nth-child(3){display:block;}
.ipf2024_07_c ul li:nth-child(4){display:block;}
.ipf2024_07_c ul li:nth-child(5){display:block;}
.ipf2024_07_c ul li:nth-child(6){display:block;}
.ipf2024_07_c ul li:nth-child(7){display:block;}
.ipf2024_07_c ul li:nth-child(8){display:block;}

.ipf2024_07_c ul li:nth-child(9){display:block;}
.ipf2024_07_c ul li:nth-child(10){display:block;}
.ipf2024_07_c ul li:nth-child(11){display:block;}
.ipf2024_07_c ul li:nth-child(12){display:block;}
.ipf2024_07_c ul.on li{display:block;}
*/
.ipf2024_07_b {
  width: 100%;
  overflow: hidden;
  text-align: center;
  margin-top: 0.3rem;
  display: none;
}

.ipf2024_07_b a {
  display: inline-block;
  border: 0.01rem solid #4777ff;
  border-radius: 0.03rem;
  line-height: 0.4rem;
  padding: 0px 0.3rem;
  color: #4777ff;
}

.ipf2024_07_b a:hover {
  background-color: #4777ff;
  color: #fff !important;
}

.ipf2024_08 {
  overflow: hidden;
  padding-top: 1rem;
}

.ipf2024_08_c {
  widtH: 100%;
  overflow: visible;
  margin-top: 0.6rem;
  position: relative;
}

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

.ipf_08c_slide .swiper-slide {
  widtH: 20%;
  overflow: hidden;
  float: left;
}

.ipf_08c_slide .swiper-slide .p {
  width: 100%;
  overflow: hidden;
}

.ipf_08c_slide .swiper-slide .p1 {
  position: relative;
}

.ipf_08c_slide .swiper-slide .p1 img {
  width: 100%;
  display: block;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.ipf_08c_slide .swiper-slide .p2 {
  margin-top: 0.15rem;
}

.ipf_08c_slide .swiper-slide .em {
  width: 100%;
  overflow: hidden;
}

.ipf_08c_slide .swiper-slide .em1 {
  color: #fff;
  line-height: 20px;
}

.ipf_08c_slide .swiper-slide .em2 {
  color: #fff;
  margin-top: 0.05rem;
  line-height: 24px;
  height: 72px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.ipf_08c_slide .swiper-slide .em2 p {
  line-height: 24px;
}

.ipf_08c_slide .swiper-slide a:hover .p1 img {
  transform: scale(1.03, 1.03);
  -moz-transform: scale(1.03, 1.03);
  -webkit-transform: scale(1.03, 1.03);
}

.ipf_08c_slide .swiper-slide a:hover .em2 {
  color: #4660ff;
}

.ipf2024_08_c .ipf_08cs_prev {
  width: 0.27rem;
  height: calc(100% - 0.2rem - 20px - 60px);
  display: block;
  overflow: hidden;
  background: url("../images/ipf_07.png") 50% no-repeat;
  background-size: 100%;
  position: absolute;
  left: -0.5rem;
  top: 0px;
  z-index: 999;
}

.ipf2024_08_c .ipf_08cs_prev:hover {
  background: url("../images/ipf_07_on.png") 50% no-repeat;
  background-size: 100%;
}

.ipf2024_08_c .ipf_08cs_next {
  width: 0.27rem;
  height: calc(100% - 0.2rem - 20px - 60px);
  display: block;
  overflow: hidden;
  background: url("../images/ipf_08.png") 50% no-repeat;
  background-size: 100%;
  position: absolute;
  right: -0.5rem;
  top: 0px;
  z-index: 999;
}

.ipf2024_08_c .ipf_08cs_next:hover {
  background: url("../images/ipf_08_on.png") 50% no-repeat;
  background-size: 100%;
}

.ipf2024_09 {
  overflow: hidden;
  padding-top: 1rem;
}

.ipf2024_09_c {
  width: 100%;
  overflow: hidden;
  margin-top: 0.6rem;
}

.ipf2024_09_c ul {
  width: 100%;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 0.35rem;
  grid-row-gap: 0.15rem;
}

.ipf2024_09_c ul li {
  width: 100%;
  overflow: hidden;
  height: 0.7rem;
  background-color: rgba(50, 61, 255, 0.3);
  border-radius: 0.03rem;
  position: relative;
  padding: 0px 0.8rem 0px 0.3rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-start;
}

.ipf2024_09_c ul li a {
  max-width: 100%;
  display: inline-block;
  overflow: hidden;
}

.ipf2024_09_c ul li span {
  width: 100%;
  display: block;
  overflow: hidden;
  color: #fff;
  padding-right: 0.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.ipf2024_09_c ul li span.sp1 {
  background: url("../images/ipf_13.png") 100% 50% no-repeat;
  background-size: 0.34rem;
}

.ipf2024_09_c ul li::before {
  content: "";
  display: block;
  width: 0.16rem;
  height: 100%;
  display: block;
  overflow: hidden;
  background: url("../images/ipf_11.png") 50% no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0.3rem;
  top: 0px;
  z-index: 9;
}

.ipf2024_09_c ul li:hover {
  background-color: #323dff;
}

.ipf2024_09_c ul li:hover::before {
  background: url("../images/ipf_12.png") 50% no-repeat;
  background-size: 100%;
}

.ipf2024_10 {
  overflow: hidden;
  padding-top: 1rem;
}

.ipf2024_10_c {
  width: 100%;
  overflow: hidden;
  margin-top: 0.6rem;
}

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

.ipf_10c_slide .swiper-slide {
  width: 100%;
  overflow: hidden;
}

.ipf_10c_slide .swiper-slide img {
  width: 100%;
  display: block;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.ipf_10c_slide .swiper-slide:hover img {
  transform: scale(1.03, 1.03);
  -moz-transform: scale(1.03, 1.03);
  -webkit-transform: scale(1.03, 1.03);
}

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

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

.ipf10b_slide .swiper-slide {
  width: 20%;
  overflow: hidden;
  float: left;
}

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

.ipf10b_slide .swiper-slide a img {
  width: 100%;
  display: block;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.ipf10b_slide .swiper-slide a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 0.01rem solid #fff;
  opacity: 0;
  position: absolute;
  left: 0px;
  top: 0px;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.ipf10b_slide .swiper-slide a:hover img {
  transform: scale(1.03, 1.03);
  -moz-transform: scale(1.03, 1.03);
  -webkit-transform: scale(1.03, 1.03);
}

.ipf10b_slide .swiper-slide a.active::before {
  opacity: 1;
}

.ipf2024_10_b .ipf10bs_prev {
  width: 0.27rem;
  height: 100%;
  display: block;
  overflow: hidden;
  background: url("../images/ipf_07.png") 50% no-repeat;
  background-size: 100%;
  position: absolute;
  left: -0.5rem;
  top: 0px;
  z-index: 999;
}

.ipf2024_10_b .ipf10bs_prev:hover {
  background: url("../images/ipf_07_on.png") 50% no-repeat;
  background-size: 100%;
}

.ipf2024_10_b .ipf10bs_next {
  width: 0.27rem;
  height: 100%;
  display: block;
  overflow: hidden;
  background: url("../images/ipf_08.png") 50% no-repeat;
  background-size: 100%;
  position: absolute;
  right: -0.5rem;
  top: 0px;
  z-index: 999;
}

.ipf2024_10_b .ipf10bs_next:hover {
  background: url("../images/ipf_08_on.png") 50% no-repeat;
  background-size: 100%;
}

.ipf2024_11 {
  overflow: hidden;
  padding-top: 1rem;
}

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

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

.ipf11c_slide .swiper-slide {
  width: 30%;
  overflow: hidden;
  float: left;
}

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

.ipf11c_slide .swiper-slide .p {
  width: 100%;
  overflow: hidden;
}

.ipf11c_slide .swiper-slide .p1 {
  position: relative;
}

.ipf11c_slide .swiper-slide .p1 img {
  width: 100%;
  display: block;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.ipf11c_slide .swiper-slide .p1 b {
  width: 0.56rem;
  height: 0.56rem;
  display: block;
  border-radius: 50%;
  position: absolute;
  left: 0.3rem;
  bottom: 0.2rem;
  z-index: 9;
}

.ipf11c_slide .swiper-slide .p1 b::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/ipf_14.png") 50% no-repeat;
  background-size: 100% 100%;
}

.ipf11c_slide .swiper-slide .p1 b::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  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;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.ipf11c_slide .swiper-slide .p1 b::before {
  -webkit-animation: ksan_01 2.1s linear infinite;
  animation: ksan_01 2.1s linear infinite;
}

.ipf11c_slide .swiper-slide .p2 {
  margin-top: 0.15rem;
}

.ipf11c_slide .swiper-slide .em {
  width: 100%;
  overflow: hidden;
}

.ipf11c_slide .swiper-slide .em1 {
  color: #fff;
  line-height: 20px;
}

.ipf11c_slide .swiper-slide .em2 {
  color: #fff;
  margin-top: 0.05rem;
  line-height: 30px;
  height: 60px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.ipf11c_slide .swiper-slide .em2 p {
  line-height: 30px;
}

.ipf11c_slide .swiper-slide a:hover .p1 img {
  transform: scale(1.03, 1.03);
  -moz-transform: scale(1.03, 1.03);
  -webkit-transform: scale(1.03, 1.03);
}

.ipf11c_slide .swiper-slide a:hover .em2 {
  color: #4660ff;
}

.ipf2024_11_c .ipf11cs_prev {
  width: 0.27rem;
  height: calc(100% - 0.2rem - 20px - 60px);
  display: block;
  overflow: hidden;
  background: url("../images/ipf_07.png") 50% no-repeat;
  background-size: 100%;
  position: absolute;
  left: -0.5rem;
  top: 0px;
  z-index: 999;
}

.ipf2024_11_c .ipf11cs_prev:hover {
  background: url("../images/ipf_07_on.png") 50% no-repeat;
  background-size: 100%;
}

.ipf2024_11_c .ipf11cs_next {
  width: 0.27rem;
  height: calc(100% - 0.2rem - 20px - 60px);
  display: block;
  overflow: hidden;
  background: url("../images/ipf_08.png") 50% no-repeat;
  background-size: 100%;
  position: absolute;
  right: -0.5rem;
  top: 0px;
  z-index: 999;
}

.ipf2024_11_c .ipf11cs_next:hover {
  background: url("../images/ipf_08_on.png") 50% no-repeat;
  background-size: 100%;
}

.ipf2024_12 {
  overflow: hidden;
  padding-top: 1rem;
}

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

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

.ipf12c_t span {
  width: 100%;
  text-align: center;
  max-width: 4rem;
  height: 0.4rem;
  color: #fff;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  margin: 0px auto;
  padding: 0px;
  font-weight: bold;
}

.ipf12c_t span.sp1 {
  background: url("../images/ipf_21.png") 50% no-repeat;
  background-size: auto 0.3rem;
}

.ipf12c_t span.sp2 {
  background: url("../images/ipf_22.png") 50% no-repeat;
  background-size: auto 0.3rem;
}

.ipf12c_t span.sp3 {
  background: url("../images/ipf_23.png") 50% no-repeat;
  background-size: auto 0.3rem;
}

.ipf12c_t span.sp4 {
  background: url("../images/ipf_18.png") 50% no-repeat;
  background-size: auto 100%;
}

.ipf12c_c {
  width: 100%;
  overflow: hidden;
  margin-top: 0.1rem;
}

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

.ipf12c_c ul li img {
  display: block;
  height: 0.76rem;
}

.ipf2024_13 {
  overflow: hidden;
  padding-top: 1rem;
}

.ipf2024_13_c {
  width: 100%;
  overflow: hidden;
  margin-top: 0.6rem;
}

.ipf2024_13_c .fl {
  width: 24.13%;
  height: 4.5rem;
  overflow: hidden;
}

.ipf2024_13_c .fl ul li {
  width: 100%;
  height: 2.25rem;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.ipf2024_13_c .fl ul li .c {
  display: inline-block;
}

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

.ipf2024_13_c .fl ul li .p2 {
  text-align: center;
  color: #fff;
  line-height: 1.4;
  font-weight: bold;
  margin-top: 0.2rem;
}

.ipf2024_13_c .fl ul li:nth-child(1) {
  background: url("../images/ipf_19.png") 0% no-repeat;
  background-size: 100% 100%;
}

.ipf2024_13_c .fl ul li:nth-child(1) .p1 img {
  display: block;
  margin: 0px auto;
  padding: 0px;
  height: 0.31rem;
}

.ipf2024_13_c .fl ul li:nth-child(2) {
  background: url("../images/ipf_20.png") 0% no-repeat;
  background-size: 100% 100%;
}

.ipf2024_13_c .fl ul li:nth-child(2) .p1 img {
  display: block;
  margin: 0px auto;
  padding: 0px;
  height: 0.28rem;
}

.ipf2024_13_c .fr {
  width: 75.87%;
  overflow: hidden;
}

.ipf2024_13_c .fr img {
  width: 100%;
  height: 4.5rem;
  display: block;
  object-fit: cover;
}

.ipf2024_13_b {
  width: 100%;
  overflow: hidden;
  margin-top: 0.3rem;
  color: #fff;
}

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

.ipf12c_li .li {
  display: inline-block;
  width: 4rem;
}

.ipf2024_14 {
  width: 100%;
  overflow: hidden;
  padding-top: 1rem;
}

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

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

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

.ipf14c_bg img.img1 {
  z-index: 1;
}

.ipf14c_bg img.img2 {
  z-index: 2;
}

.ipf14c_c {
  width: 100%;
  overflow: visible;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: relative;
  z-index: 9;
  padding-left: 0.6rem;
}

.ipf14c_c .c {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-start;
}

.flwap {
  display: none;
}

.ipf14c_c p {
  width: 100%;
  overflow: visible;
  color: #fff;
}

.ipf14c_c span {
  display: inline-block;
  padding-left: 27px;
  font-weight: bold;
}

.ipf14c_c span.sp1 {
  background: url("../upimg/ipf_46.png") 0% 6px no-repeat;
  background-size: 17px;
  line-height: 30px;
}

.ipf14c_c span.sp2 {
  background: url("../upimg/ipf_47.png") 0% 2px no-repeat;
  background-size: 17px;
  line-height: 22px;
}

.ipf14c_c .p2 {
  margin-top: 0.05rem;
}

.ipf14c_c .p3 {
  margin-top: 0.3rem;
}

.ipf14c_c .p3 a {
  display: inline-block;
  line-height: 40px;
  padding: 0px 45px;
  border: 0.01rem solid #fff;
  color: #fff;
  border-radius: 0.03rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.ipf14c_c .p3 a:hover {
  background-color: #fff;
  color: #323dff;
}

.ipf14c_c .fr {
  margin-left: 0.4rem;
}

.ipf14c_c .fr img {
  display: block;
  width: 3.22rem;
}

a.swiper-button-disabled {
  opacity: 0;
}

@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;
    width: 88%;
    margin: 0px auto;
  }
}
@media screen and (max-width: 767px) {
  .xp_wrap_in {
    margin: 0px 20px;
  }
  .xp_wrap_c {
    margin: 0px auto;
    width: calc(100% - 40px);
  }
  .ipf2024_04_c ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .ipf2024_04_b ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 0.2rem;
  }
  .ipf2024_05_c {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 0.6rem;
  }
  .xpqg_body {
    padding-bottom: 1.5rem;
  }
  .ipf_05cl_li .em1 {
    line-height: 0.5rem;
    width: 2rem;
  }
  .ipf_05cl_li .em2 {
    width: calc(100% - 2rem);
  }
  .ipf_05cl_li .em2 .p1 {
    line-height: 0.5rem;
  }
  .ipf_05cl_li .p .em5 {
    width: calc(100% - 2rem);
  }
  .ipf_05cl_li .p3 {
    margin: 0.1rem 0px;
  }
  .ipf_05cr_li .ipf_05rli_c .pli .em1 {
    line-height: 0.5rem;
    width: 2rem;
  }
  .ipf_05cr_li .ipf_05rli_c .pli .em2 {
    width: calc(100% - 2rem);
  }
  .ipf_05cr_li .ipf_05rli_c .pli .em2 .p3 {
    line-height: 0.5rem;
  }
  .ipf2024_01 ul li {
    padding: 0px 0px;
    width: 20%;
    float: left;
  }
  .ipf2024_02 .p1 img {
    height: 1.8rem;
  }
  .ipf_05cl_t1 .em1 {
    width: 2rem;
  }
  .ipf_05cl_t1 .em2 {
    width: calc(100% - 2rem);
  }
  .ipf_05cr_li .ipf_05rli_c .p2 .em1 {
    width: 2rem;
  }
  .ipf_05cr_li .ipf_05rli_c .p2 .em2 {
    width: calc(100% - 2rem);
  }
  .xpqg_body::before {
    background-position: 100% 100%;
    background-size: 100% auto;
  }
  .ipf2024_02 {
    background: url("../upimg/banner_02_wap.webp") 100% 50% no-repeat;
    background-size: cover;
    background-position: 100% 100%;
  }
  .ipf_05cr_li {
    margin-top: 0.1rem;
  }
  .ipf2024_02 .p2 {
    margin-top: 0.4rem;
  }
  .ipf2024_02 .p2 p {
    color: #fff;
  }
  .ipf2024_03 {
    margin-top: -2.5rem;
  }
  .ipf2024_03 b.b1 {
    height: 2.5rem;
  }
  .ipf2024_06_c .ipf_06cs_prev {
    left: 0.1rem;
  }
  .ipf2024_06_c .ipf_06cs_next {
    right: 0.1rem;
  }
  .ipf2024_07_c ul {
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 0.4rem;
  }
  .ipf2024_07_c ul li .em {
    max-width: 90%;
  }
  .ipf2024_07_c ul li .em1 {
    max-width: 70%;
  }
  .ipf2024_07_c ul li .em2 .p1 {
    height: 0.6rem;
  }
  .ipf2024_07_c ul li .em2 .p2 br {
    display: none;
  }
  .ipf2024_07_b a {
    line-height: 0.6rem;
    padding: 0px 0.5rem;
  }
  .ipf2024_08_c .ipf_08cs_prev {
    left: 0.1rem;
  }
  .ipf2024_08_c .ipf_08cs_next {
    right: 0.1rem;
  }
  .ipf2024_09_c ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .ipf2024_10_b .ipf10bs_prev {
    left: 0.1rem;
  }
  .ipf2024_10_b .ipf10bs_next {
    right: 0.1rem;
  }
  .ipf2024_11_c .ipf11cs_prev {
    left: 0.1rem;
  }
  .ipf2024_11_c .ipf11cs_next {
    right: 0.1rem;
  }
  .ipf12c_c ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .ipf12c_c ul.ul1 {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
  }
  .ipf12c_c ul li {
    margin: 0px 0.22rem;
  }
  .ipf12c_c ul li img {
    height: 0.6rem;
    margin: 0px auto;
    padding: 0px;
  }
  .ipf2024_13_c .fl {
    width: 100%;
    height: auto;
  }
  .ipf2024_13_c .fl ul li {
    width: 100%;
    float: left;
  }
  .ipf2024_13_c .fr {
    width: 100%;
  }
  .ipf2024_13_c .fr img {
    height: auto;
  }
  .ipf12c_li .li {
    width: 50%;
    float: left;
  }
  .ipf12c_li:nth-child(2) .li:nth-child(3) {
    width: 100%;
  }
  .ipf12c_t span {
    height: 0.6rem;
    max-width: 100%;
  }
  .ipf12c_t span.sp1 {
    background: url("../images/ipf_15.png") 50% no-repeat;
    background-size: auto 0.5rem;
  }
  .ipf12c_t span.sp2 {
    background: url("../images/ipf_17.png") 50% no-repeat;
    background-size: auto 0.5rem;
  }
  .ipf12c_t span.sp3 {
    background-size: auto 0.5rem;
  }
  .ipf12c_li:nth-child(2) .li:nth-child(3) .ipf12c_t span.sp2 {
    background: url("../images/ipf_22.png") 50% no-repeat;
    background-size: auto 0.5rem;
  }
  .ipf14c_c .fr {
    display: none;
  }
  .flwap {
    width: 100%;
    overflow: hidden;
    display: block;
  }
  .flwap img {
    widtH: 100%;
    display: block;
  }
  .ipf14c_c {
    padding: 0px;
    display: block;
  }
  .ipf14c_c .c {
    display: block;
  }
  .ipf14c_c .fl {
    width: 100%;
    overflow: visible;
    background-color: #323dff;
    padding: 0.2rem 20px 0.4rem 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .ipf14c_c p {
    text-align: center;
  }
  .ipf14c_c span.sp2 {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .xp_wrap_in {
    margin: 0px 10px;
  }
  .w_pc {
    display: none !important;
  }
  .w_wap {
    display: block !important;
  }
}