@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: #aaaaaa;
}

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

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;
  margin: 0px;
  padding: 0px;
}

.xpqg_body input, select, textarea {
  font-family: "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;
  }
}
@-webkit-keyframes an_01 {
  0% {
    transform: translate(-1%, 1%);
  }
  50% {
    transform: translate(0%, 0%);
  }
  100% {
    transform: translate(-1%, 1%);
  }
}
@keyframes an_01 {
  0% {
    transform: translate(-1%, 1%);
  }
  50% {
    transform: translate(0%, 0%);
  }
  100% {
    transform: translate(-1%, 1%);
  }
}
@-webkit-keyframes an_02 {
  0% {
    transform: translate(0%, -1%);
  }
  50% {
    transform: translate(0%, 0%);
  }
  100% {
    transform: translate(0%, -1%);
  }
}
@keyframes an_02 {
  0% {
    transform: translate(0%, -1%);
  }
  50% {
    transform: translate(0%, 0%);
  }
  100% {
    transform: translate(0%, -1%);
  }
}
/*common*/
html {
  height: auto !important;
}

.xpqg_body {
  height: auto !important;
  min-height: 100vh;
}

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

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

.xp_wrap_in {
  margin: 0px 10%;
}

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

.w_wap {
  display: none !important;
}

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

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

.xpgq_01 .xpgq_01_bg {
  width: 100%;
  overflow: hidden;
  background: url("../upimg/banner_01_bg.webp") 50% no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.xpgq_01 .xpgq_01_bg img {
  width: 100%;
  display: block;
  height: 7rem;
  object-fit: cover;
  object-position: top center;
}

.xpgq_01 .xpgq_01_c {
  width: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: calc(50% - 0.8rem);
  z-index: 9;
  transform: translateY(-50%);
}

.xpgq_01 .xpgq_01_c img {
  display: block;
  height: 1.62rem;
}

.xpgq_01 .xpgq_01_nr {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 2;
}

.xpgq_01 .xpgq_01_nr img {
  width: auto;
  max-width: initial;
  height: 100%;
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
}

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

.xpgq_01 .xpgq_01_nr1 img {
  width: auto;
  max-width: initial;
  height: 100%;
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
}

.xpgq_01 .xpgq_01_nr2 {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 4;
  -webkit-animation: an_01 2.1s linear infinite;
  animation: an_01 2.1s linear infinite;
}

.xpgq_01 .xpgq_01_nr2 img {
  width: auto;
  max-width: initial;
  height: 100%;
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
}

.xpgq_01 .xpgq_01_nr3 {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 5;
  -webkit-animation: an_02 2.1s linear infinite;
  animation: an_02 2.1s linear infinite;
}

.xpgq_01 .xpgq_01_nr3 img {
  width: auto;
  max-width: initial;
  height: 100%;
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
}

.xpgq_01_tab {
  width: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 9;
  height: 0.8rem;
  background-color: rgba(255, 255, 255, 0.37);
  text-align: center;
}

.xpgq_01_tab ul {
  display: inline-block;
  font-size: 0px;
}

.xpgq_01_tab ul li {
  display: inline-block;
  margin: 0px 0.5rem;
}

.xpgq_01_tab ul li a {
  color: #333;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  height: 0.8rem;
}

.xpgq_01_tab ul li:first-child {
  margin-left: 0px;
}

.xpgq_01_tab ul li:last-child {
  margin-right: 0px;
}

.xpgq_01_tab ul li span {
  display: inline-block;
  position: relative;
  line-height: 1.5;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.xpgq_01_tab ul li span::before {
  content: "";
  width: 0%;
  height: 0.03rem;
  display: block;
  position: absolute;
  left: 0px;
  bottom: -0.1rem;
  background: linear-gradient(to right, #3acaff, #185fee);
  background: -webkit-linear-gradient(to right, #3acaff, #185fee);
  background: -o-linear-gradient(to right, #3acaff, #185fee);
  background: -moz-linear-gradient(to right, #3acaff, #185fee);
}

.xpgq_01_tab ul li span::before {
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.xpgq_01_tab ul li:hover span {
  font-weight: bold;
  background: linear-gradient(to right, #3acaff, #185fee);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.xpgq_01_tab ul li.active {
  font-weight: bold;
}

.xpgq_01_tab ul li.active span {
  background: linear-gradient(to right, #3acaff, #185fee);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.xpgq_01_tab ul li.active span::before {
  width: 100%;
}

.xpgq_01_tab.active {
  position: fixed;
  background-color: rgb(255, 255, 255);
  z-index: 999;
  left: 0px;
  top: 0px;
  bottom: initial;
  -moz-box-shadow: 0px 0px 0.24rem rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 0px 0.24rem rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 0.24rem rgba(0, 0, 0, 0.25);
}

.xpgq_02 {
  overflow: hidden;
  background: url("../images/in_01.webp") 100% 50% no-repeat #fff;
  padding: 0.8rem 0px 1rem 0px;
  background-size: cover;
}

.xp02_t {
  width: 100%;
  overflow: hidden;
  text-align: center;
  line-height: 1.5;
  font-weight: bold;
}

.xp02_t i {
  display: inline-block;
  background: linear-gradient(to right, #3acaff, #185fee);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.xp02_info {
  width: 100%;
  max-width: 83%;
  margin: 0px auto;
  padding: 0px;
  overflow: hidden;
  text-align: center;
  color: #333;
  line-height: 1.75;
  margin-top: 0.2rem;
}

.xp02_c {
  width: 100%;
  overflow: visible;
  padding-top: 0.4rem;
}

.xp02_c ul {
  width: 100%;
  overflow: visible;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0.3rem;
}

.xp02_c ul li {
  width: 100%;
  overflow: visible;
}

.xp02_c ul li .xp02c_t {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 8;
}

.xp02_c ul li .xp02c_t img {
  width: 100%;
  display: block;
}

.xp02_c ul li .xp02c_c {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 7;
  margin-top: -0.7rem;
  padding-top: 0.7rem;
  border-radius: 0.15rem;
  background-color: rgba(255, 255, 255, 0.75);
  -moz-box-shadow: 0.24rem 0px 0.24rem rgba(0, 74, 177, 0.03);
  -webkit-box-shadow: 0.24rem 0px 0.24rem rgba(0, 74, 177, 0.03);
  box-shadow: 0.24rem 0px 0.24rem rgba(0, 74, 177, 0.03);
}

.xp02_c ul li .xp02c_c .c {
  width: 100%;
  overflow: hidden;
  padding: 0px 0.4rem 0.4rem 0.4rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.xp02_c ul li .xp02c_c .p {
  width: 100%;
  overflow: visible;
}

.xp02_c ul li .xp02c_c .p1 {
  text-align: center;
  line-height: 1.5;
  font-weight: bold;
}

.xp02_c ul li .xp02c_c .p1 i {
  display: inline-block;
  background: linear-gradient(to right, #3acaff, #185fee);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.xp02_c ul li .xp02c_c .p2 {
  margin-top: 0.2rem;
  line-height: 1.75;
  text-align: justify;
  text-justify: inter-ideograph;
}

.xp02_c ul li:hover .xp02c_t {
  transform: translateY(-0.1rem);
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.xpgq_03 {
  overflow: hidden;
  background: url("../images/in_02.webp") 50% no-repeat;
  background-size: cover;
  padding-top: 0.8rem;
  position: relative;
  z-index: 8;
}

.xp03_c {
  width: 100%;
  overflow: hidden;
  margin-top: 0.4rem;
  background-color: #fff;
  border-radius: 0.16rem;
  opacity: 0;
}

.xp03_c img {
  width: 100%;
  display: block;
}

.xpgq_03_img {
  width: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 10;
}

.xpgq_03_img img {
  width: 100%;
  display: block;
  background-color: #fff;
  border-radius: 0.16rem;
}

.xpgq_04 {
  overflow: hidden;
  background: url("../images/in_03.webp") 50% 0% no-repeat;
  background-size: cover;
  position: relative;
  z-index: 9;
  margin-top: -1.2rem;
  padding-top: 1.2rem;
}

.xpgq_04::before {
  content: "";
  display: block;
  width: 1.56rem;
  height: 1.66rem;
  background: url("../images/in_03_01.png") 50% no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: calc(12.663% - 0.8rem);
  top: 0.6rem;
  z-index: 1;
}

.xpgq_04::after {
  content: "";
  display: block;
  width: 100%;
  height: 5.17rem;
  position: absolute;
  left: 0px;
  top: 2.6rem;
  z-index: 2;
  background: url("../images/in_08.png") 50% 0px no-repeat;
  background-size: 100%;
}

.xpgq_04 .xp02_t {
  padding-top: 0.8rem;
  position: relative;
  z-index: 9;
}

.xp04_c {
  width: 100%;
  overflow: hidden;
  padding-top: 0.6rem;
  position: relative;
  z-index: 9;
}

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

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

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

.xp04_c ul li .p1 {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 9;
}

.xp04_c ul li .p1 img {
  display: block;
  height: 1.29rem;
  margin: 0px auto;
  padding: 0px;
}

.xp04_c ul li .p2 {
  overflow: hidden;
  margin-top: 0.5rem;
  border-radius: 0.16rem 0.16rem 0px 0px;
  height: 100%;
  padding-top: 0.9rem;
}

.xp04_c ul li .p2 .c {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0px 0.3rem;
}

.xp04_c ul li .p4 {
  line-height: 1.5;
  text-align: center;
}

.xp04_c ul li .p4 i {
  font-weight: bold;
  display: inline-block;
  background: linear-gradient(to right, #3acaff, #185fee);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.xp04_c ul li .p5 {
  margin-top: 0.2rem;
  padding-bottom: 0.6rem;
  color: #333;
}

.xp04_c ul li .p5 p {
  width: 100%;
  overflow: hidden;
  margin-bottom: 0.1rem;
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  line-height: 1.75;
  padding-left: 0.2rem;
  text-align: justify;
  text-justify: inter-ideograph;
}

.xp04_c ul li .p5 p::before {
  content: "";
  display: block;
  width: 0.06rem;
  height: 0.06rem;
  background-color: #1d5bcb;
  position: absolute;
  left: 0px;
  top: 0.13rem;
  border-radius: 50%;
}

.xp04_c ul li .p5 p:last-child {
  margin-bottom: 0px;
}

.xp04_c ul li:hover .p1 img {
  transform: rotateY(180deg);
  -ms-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.xp04_c ul li:nth-child(1) .p2 {
  background: url("../images/in_04.webp") 50% 0% no-repeat;
  background-size: 100% 100%;
}

.xp04_c ul li:nth-child(2) .p2 {
  background: url("../images/in_05.webp") 50% 0% no-repeat;
  background-size: 100% 100%;
}

.xp04_c ul li:nth-child(3) .p2 {
  background: url("../images/in_06.webp") 50% 0% no-repeat;
  background-size: 100% 100%;
}

.xp04_c ul li:nth-child(4) .p2 {
  background: url("../images/in_07.webp") 50% 0% no-repeat;
  background-size: 100% 100%;
}

.xp05_c {
  width: 100%;
  overflow: visible;
  padding-top: 0.4rem;
}

.xp05_c ul li {
  width: 100%;
  overflow: visible;
  position: relative;
}

.xp05_c ul li.clearheight {
  height: 0.8rem;
}

.xp05_c ul li .img {
  width: 33.15%;
  overflow: hidden;
  border-radius: 0.16rem;
  height: 3.26rem;
  position: absolute;
  top: 0px;
}

.xp05_c ul li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.xp05_c ul li .txt {
  width: calc(100% - 0.8rem);
  min-height: 3.38rem;
  margin-top: 0.3rem;
  background: linear-gradient(to right, rgb(235, 245, 255), rgb(255, 255, 255));
  background: -webkit-linear-gradient(to right, rgb(235, 245, 255), rgb(255, 255, 255));
  background: -o-linear-gradient(to right, rgb(235, 245, 255), rgb(255, 255, 255));
  background: -moz-linear-gradient(to right, rgb(235, 245, 255), rgb(255, 255, 255));
}

.xp05_c ul li .txt {
  border-radius: 0.16rem;
  -moz-box-shadow: 0.24rem 0px 0.24rem rgba(8, 95, 216, 0.06);
  -webkit-box-shadow: 0.24rem 0px 0.24rem rgba(8, 95, 216, 0.06);
  box-shadow: 0.24rem 0px 0.24rem rgba(8, 95, 216, 0.06);
}

.xp05_c ul li .txt .c {
  width: 70.81%;
  overflow: hidden;
  padding: 0.6rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.xp05_c ul li .txt .c {
  background: url("../upimg/in_11.png") calc(100% - 0.6rem) 100% no-repeat;
  background-size: 2rem;
}

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

.xp05_c ul li .txt .p1 {
  line-height: 1.5;
}

.xp05_c ul li .txt .p1 i {
  font-weight: bold;
  display: inline-block;
  background: linear-gradient(to right, #185fee, #3acaff);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.xp05_c ul li .txt .p2 {
  margin-top: 0.2rem;
  color: #333;
}

.xp05_c ul li .txt .p2 p {
  margin-bottom: 0.1rem;
  line-height: 1.75;
  display: none;
}

.xp05_c ul li .txt .p2 p:first-child {
  display: block;
}

.xp05_c ul li .txt .p2 p:last-child {
  margin-bottom: 0px;
}

.xp05_c ul li .txt .p3 {
  margin-top: 0.3rem;
}

.xp05_c ul li .txt .p3 a {
  display: inline-block;
  overflow: hidden;
  padding: 0.02rem;
  border-radius: 0.05rem;
  background: linear-gradient(to right, #185fee, #3ac8ff);
  background: -webkit-linear-gradient(to right, #185fee, #3ac8ff);
  background: -o-linear-gradient(to right, #185fee, #3ac8ff);
  background: -moz-linear-gradient(to right, #185fee, #3ac8ff);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.xp05_c ul li .txt .p3 a span {
  display: inline-block;
  line-height: 0.44rem;
  padding: 0px 0.5rem;
  background-color: rgb(246, 251, 255);
  border-radius: 0.05rem;
}

.xp05_c ul li .txt .p3 a i {
  display: inline-block;
  font-weight: bold;
  background: linear-gradient(to right, #185fee, #3acaff);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.xp05_c ul li .txt .p3 a:hover span {
  background-color: rgba(246, 251, 255, 0);
}

.xp05_c ul li .txt .p3 a:hover i {
  background: none;
  -webkit-background-clip: inherit;
  -moz-background-clip: inherit;
  background-clip: inherit;
  -webkit-text-fill-color: inherit;
  color: #fff;
}

.xp05_c ul li .fr.img {
  right: 0px;
}

.xp05_c ul li .fl.img {
  left: 0px;
}

.xp05_c ul li .fr.txt {
  background: linear-gradient(to right, rgb(255, 255, 255), rgb(235, 245, 255));
  background: -webkit-linear-gradient(to right, rgb(255, 255, 255), rgb(235, 245, 255));
  background: -o-linear-gradient(to right, rgb(255, 255, 255), rgb(235, 245, 255));
  background: -moz-linear-gradient(to right, rgb(255, 255, 255), rgb(235, 245, 255));
}

.xp05_c ul li .fr.txt .c {
  float: right;
}

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

.xp05_c ul li.active .txt .p2 p {
  display: block;
}

.xp05_c ul li.active .txt .p3 {
  display: none;
}

.xp05_b {
  overflow: hidden;
  height: 1.4rem;
  width: 100%;
}

.xpgq_03 .xp02_info {
  text-align: left;
  max-width: 100%;
}

.swiper-button-disabled {
  display: none !important;
}

@media screen and (min-width: 1921px) {
  .xp_wrap_c {
    margin: 0px auto;
    width: 1430px;
  }
}
@media screen and (max-width: 1500px) {
  .xp04_c ul li .p5 p::before {
    top: 0.13rem;
  }
}
@media screen and (max-width: 1440px) {
  .xpgq_01 .xpgq_01_c img {
    height: 1.4rem;
  }
  .xpgq_01 .xpgq_01_nr {
    height: 90%;
    left: 0%;
  }
  .xpgq_01 .xpgq_01_nr2 {
    height: 90%;
    left: 0%;
  }
  .xpgq_01 .xpgq_01_nr3 {
    height: 90%;
    left: 0%;
  }
}
@media screen and (max-width: 1366px) {
  .xp_wrap_c {
    max-width: 1000px;
    width: 88%;
    margin: 0px auto;
  }
  .xp02_info {
    max-width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .xp04_c ul li .p5 p::before {
    top: 0.2rem;
  }
}
@media screen and (max-width: 767px) {
  .xp_wrap_in {
    margin: 0px 20px;
  }
  .xp_wrap_c {
    margin: 0px auto;
    width: calc(100% - 40px);
  }
  .xpgq_01 .xpgq_01_bg img {
    height: auto;
  }
  .xpgq_01 .xpgq_01_c img {
    height: 1rem;
  }
  .xpgq_01_tab ul li {
    margin: 0px 0.2rem;
  }
  .xp02_info {
    max-width: 100%;
    text-align: left;
  }
  .xp02_c ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .xp04_c ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .xp05_c ul li .img {
    width: 100%;
    position: relative;
    height: auto;
    border-radius: 0.16rem 0.16rem 0px 0px;
  }
  .xp05_c ul li .txt {
    width: 100%;
    margin-top: 0px;
    border-radius: 0px 0px 0.16rem 0.16rem;
  }
  .xp05_c ul li .txt .c {
    width: 100%;
  }
  .xp04_c ul li .p5 p::before {
    top: 0.18rem;
  }
  .xp05_c ul li .txt .p3 a span {
    line-height: 0.6rem;
  }
  .xpgq_01 .xpgq_01_nr {
    height: 72%;
    bottom: 0.3rem;
  }
  .xpgq_01 .xpgq_01_nr1 {
    left: 20%;
  }
  .xpgq_01 .xpgq_01_nr2 {
    height: 72%;
    bottom: 0.3rem;
  }
  .xpgq_01 .xpgq_01_nr3 {
    height: 72%;
    bottom: 0.5rem;
    left: 42%;
  }
  .xpgq_01 .xpgq_01_c {
    top: calc(50% - 1.8rem);
  }
  .xp05_c ul li .fl.txt {
    background: linear-gradient(to right, rgb(255, 255, 255), rgb(235, 245, 255));
    background: -webkit-linear-gradient(to right, rgb(255, 255, 255), rgb(235, 245, 255));
    background: -o-linear-gradient(to right, rgb(255, 255, 255), rgb(235, 245, 255));
    background: -moz-linear-gradient(to right, rgb(255, 255, 255), rgb(235, 245, 255));
  }
  .xp05_c ul li .fl.txt .c {
    float: right;
  }
  .xpgq_04::after {
    width: 180%;
    left: -40%;
    top: 2.2rem;
  }
  .xp04_c ul li .p5 {
    font-size: 14px;
  }
  .xp05_c ul li .txt .p2 {
    font-size: 14px;
  }
  .xp02_info {
    font-size: 14px !important;
  }
  .xp02_c ul li .xp02c_c .p2 {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .xp_wrap_in {
    margin: 0px 10px;
  }
  .w_pc {
    display: none !important;
  }
  .w_wap {
    display: block !important;
  }
}