@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;
}

@font-face {
  font-family: "dinlight";
  src: url("https://www.ieisystem.com/global/template/g7ccpt/fer/fonts/dinlight.woff2") format("woff2"), url("https://www.ieisystem.com/global/template/g7ccpt/fer/fonts/dinlight.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "albb_regular";
  src: url("https://www.ieisystem.com/global/template/g7ccpt/fer/fonts/albb_regular.woff2") format("woff2"), url("https://www.ieisystem.com/global/template/g7ccpt/fer/fonts/albb_regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "albb_medium";
  src: url("https://www.ieisystem.com/global/template/g7ccpt/fer/fonts/albb_medium.woff2") format("woff2"), url("https://www.ieisystem.com/global/template/g7ccpt/fer/fonts/albb_medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "albb_light";
  src: url("https://www.ieisystem.com/global/template/g7ccpt/fer/fonts/albb_light.woff2") format("woff2"), url("https://www.ieisystem.com/global/template/g7ccpt/fer/fonts/albb_light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "albb_bold";
  src: url("https://www.ieisystem.com/global/template/g7ccpt/fer/fonts/albb_bold.woff2") format("woff2"), url("https://www.ieisystem.com/global/template/g7ccpt/fer/fonts/albb_bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
body.xpqg_body {
  font-family: "albb_regular", "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: "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 {
  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.674%;
  margin: 0px auto;
  padding: 0px;
}

.w_wap {
  display: none !important;
  font-family: albb_regular;
}

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

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

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

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

.xpgq_01_c {
  width: 100%;
  height: 7rem;
  overflow: hidden;
  position: relative;
  z-index: 9;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.xpgq_01_c .c {
  width: 100%;
  overflow: visible;
}

.xpgq_01_c img {
  display: block;
  height: 2rem;
}

.xpqg_01_b {
  width: 100%;
  overflow: hidden;
  background-color: rgba(0, 81, 205, 0.9);
  padding: 0.5rem 0px 0.9rem 0px;
  position: relative;
  z-index: 9;
}

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

.xpqg_01_b .p1 {
  font-weight: bold;
  text-align: center;
  position: relative;
  line-height: 1.4;
  font-weight: bold;
}

.xpqg_01_b .p1 label {
  display: inline-block;
  position: relative;
  padding: 0px 0.05rem;
}

.xpqg_01_b .p1 label::before {
  content: "";
  width: 100%;
  height: 0.07rem;
  display: block;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
}

.xpqg_01_b .p1 label span {
  display: inline-block;
  position: relative;
  z-index: 9;
}

.xpqg_01_b .p2 {
  margin-top: 0.2rem;
  font-family: albb_light;
}

.xpgq_02 {
  overflow: hidden;
  background-color: #ebf7ff;
  padding: 0.6rem 0px 1.4rem 0px;
}

.xpgq_02_t {
  width: 100%;
  overflow: visible;
  color: #132639;
}

.xpgq_02_t {
  font-weight: bold;
  text-align: center;
  position: relative;
  line-height: 1.2;
  font-weight: bold;
}

.xpgq_02_t label {
  display: inline-block;
  position: relative;
  padding: 0px 0.05rem;
}

.xpgq_02_t label::before {
  content: "";
  width: 100%;
  height: 0.07rem;
  display: block;
  z-index: 1;
  background-color: #1761d2;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
}

.xpgq_02_t label span {
  display: inline-block;
  position: relative;
  z-index: 9;
}

.xpgq_02_c {
  width: 100%;
  overflow: hidden;
  position: relative;
  min-height: 8.5rem;
}

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

.xpgq_02c_t ul {
  width: 100%;
  overflow: hidden;
  max-width: 11rem;
  margin: 0px auto;
  padding: 0px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}

.xpgq_02c_t ul li {
  width: 1.7rem;
  overflow: hidden;
}

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

.xpgq_02c_c {
  width: 100%;
  overflow: visible;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 9;
}

.xpgq_02c_c ul li {
  position: absolute;
  top: 0px;
  color: #383838;
}

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

.xpgq_02c_c ul li .x02c_c {
  width: 100%;
  overflow: hidden;
  margin-top: 0.1rem;
  text-align: justify;
  text-justify: inter-ideograph;
}

.xpgq_02c_c ul li .x02c_c p {
  width: 100%;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  line-height: 30px;
  padding-left: 10px;
}

.xpgq_02c_c ul li .x02c_c p::before {
  content: "";
  width: 3px;
  height: 3px;
  display: block;
  background-color: #383838;
  position: absolute;
  left: 0px;
  top: 10px;
  border-radius: 50%;
}

.xpgq_02c_c ul li:nth-child(1) {
  width: 26%;
  left: 4.1%;
  top: 3.1rem;
}

.xpgq_02c_c ul li:nth-child(2) {
  width: 26%;
  left: 36.85%;
  top: 3.1rem;
}

.xpgq_02c_c ul li:nth-child(3) {
  width: 26%;
  right: 4.1%;
  top: 3.1rem;
}

.xpgq_02c_c ul li:nth-child(4) {
  width: 26%;
  left: 4.1%;
  top: 6.3rem;
}

.xpgq_02c_c ul li:nth-child(5) {
  width: 59.1%;
  right: 4.1%;
  top: 6.3rem;
}

.xpgq_02c_c b {
  width: 0.011rem;
  height: 0.01rem;
  display: block;
  background-color: #325fce;
  position: absolute;
  top: 0px;
  z-index: 9;
}

.xpgq_02c_c b.b1 {
  left: 17.2%;
  height: 0.6rem;
  top: 2.29rem;
}

.xpgq_02c_c b.b2 {
  left: 50%;
  height: 0.6rem;
  top: 2.29rem;
}

.xpgq_02c_c b.b3 {
  right: 17.2%;
  height: 0.6rem;
  top: 2.29rem;
}

.xpgq_02c_c b.b4 {
  left: 33.6%;
  height: 5.6rem;
  top: 2.29rem;
}

.xpgq_02c_c b.b5 {
  left: 66.1%;
  height: 3.6rem;
  top: 2.29rem;
}

.xpgq_03 {
  overflow: hidden;
  padding: 0.6rem 0px 1.4rem 0px;
}

.xpgq_03_t {
  width: 100%;
  overflow: hidden;
  background-color: #1962d2;
  color: #fff;
  margin-top: 0.6rem;
  text-align: center;
  font-weight: bold;
  line-height: 0.5rem;
}

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

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

.xpgq_03c_c .fr {
  width: 48.55%;
  overflow: hidden;
}

.xpgq_03c_c .fr img {
  width: 100%;
  display: block;
}

.xpgq_03c_c .fl {
  width: calc(51.45% - 0.9rem);
  overflow: visible;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-start;
}

.xpgq_03c_c .fl .c {
  width: 100%;
  overflow: visible;
}

.xpgq_03c_c .fl .p1 {
  font-weight: bold;
  color: #383838;
  line-height: 1.5;
}

.xpgq_03c_c .fl .p2 {
  font-family: albb_light;
  margin-top: 0.2rem;
  text-align: justify;
  text-justify: inter-ideograph;
}

.xpgq_03c_c .fl .p3 {
  margin-top: 0.4rem;
}

.xpgq_03c_c .fl .p3 a {
  display: inline-block;
  padding: 0px 0.3rem 0px 0.3rem;
  color: #383838;
  position: relative;
  line-height: 0.4rem;
  border: 0.02rem solid #0051cd;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.xpgq_03c_c .fl .p3 a::before {
  content: "";
  display: block;
  width: 0%;
  height: 100%;
  background-color: #0051cd;
  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;
}

.xpgq_03c_c .fl .p3 span {
  display: inline-block;
  background: url("https://www.ieisystem.com/global/template/g7ccpt/fer/images/in_01.png") 100% 50% no-repeat;
  background-size: 0.3rem;
  padding-right: 0.4rem;
  font-weight: bold;
  position: relative;
  z-index: 9;
}

.xpgq_03c_c .fl .p3 a:hover span {
  color: #fff;
  background: url("https://www.ieisystem.com/global/template/g7ccpt/fer/images/in_01_on.png") 100% 50% no-repeat;
  background-size: 0.3rem;
}

.xpgq_03c_c .fl .p3 a:hover:before {
  width: 100%;
}

.xpgq_03_t1 {
  margin-top: 0px;
}

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

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

.xpgq_03_b ul li {
  width: 100%;
  overflow: hidden;
  position: relative;
  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;
}

.xpgq_03_b ul li::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  border: 0.01rem solid #deebf3;
  border-right: 0px;
  pointer-events: none;
  z-index: 7;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.xpgq_03_b ul li:last-child::before {
  border-right: 0.01rem solid #deebf3;
}

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

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

.xpgq_03_b ul li span {
  width: 100%;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0.3rem;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
}

.xpgq_03_b ul li.active img {
  transform: scale(1.01, 1.01);
  -moz-transform: scale(1.01, 1.01);
  -webkit-transform: scale(1.01, 1.01);
}

.xpgq_03_b ul li.active {
  background-color: #deebf3;
}

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

.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: 1748px) {
  .xpgq_02c_c ul li:nth-child(4) {
    top: 6.7rem;
  }
  .xpgq_02c_c ul li:nth-child(5) {
    top: 6.7rem;
  }
  .xpgq_02c_c b.b4 {
    height: 6rem;
  }
  .xpgq_02c_c b.b5 {
    height: 4rem;
  }
  .xpgq_02_c {
    min-height: 9rem;
  }
}
@media screen and (max-width: 1674px) {
  .xpgq_02c_c ul li:nth-child(4) {
    top: 7rem;
  }
  .xpgq_02c_c ul li:nth-child(5) {
    top: 7rem;
  }
  .xpgq_02c_c b.b4 {
    height: 7rem;
  }
  .xpgq_02c_c b.b5 {
    height: 4.4rem;
  }
  .xpgq_02_c {
    min-height: 9.5rem;
  }
}
@media screen and (max-width: 1640px) {
  .xpgq_02c_c ul li:nth-child(4) {
    top: 7.4rem;
  }
  .xpgq_02c_c ul li:nth-child(5) {
    top: 7.4rem;
  }
  .xpgq_02c_c b.b4 {
    height: 7rem;
  }
  .xpgq_02c_c b.b5 {
    height: 4.8rem;
  }
  .xpgq_02_c {
    min-height: 10.3rem;
  }
}
@media screen and (max-width: 1557px) {
  .xpgq_02c_c ul li:nth-child(4) {
    top: 7.6rem;
  }
  .xpgq_02c_c ul li:nth-child(5) {
    top: 7.6rem;
  }
  .xpgq_02c_c b.b4 {
    height: 7.4rem;
  }
  .xpgq_02c_c b.b5 {
    height: 4.8rem;
  }
  .xpgq_02_c {
    min-height: 10.3rem;
  }
}
@media screen and (max-width: 1474px) {
  .xpgq_02c_c ul li:nth-child(4) {
    top: 7.6rem;
  }
  .xpgq_02c_c ul li:nth-child(5) {
    top: 7.6rem;
  }
  .xpgq_02c_c b.b4 {
    height: 7.4rem;
  }
  .xpgq_02c_c b.b5 {
    height: 4.8rem;
  }
  .xpgq_02_c {
    min-height: 11.3rem;
  }
}
@media screen and (max-width: 1440px) {
  .xpqg_02 {
    height: 0.6rem;
    line-height: 0.6rem;
  }
}
@media screen and (max-width: 1438px) {
  .xpgq_02c_c ul li:nth-child(4) {
    top: 7.9rem;
  }
  .xpgq_02c_c ul li:nth-child(5) {
    top: 7.9rem;
  }
  .xpgq_02c_c b.b4 {
    height: 7.6rem;
  }
  .xpgq_02c_c b.b5 {
    height: 5.2rem;
  }
  .xpgq_02_c {
    min-height: 11.3rem;
  }
}
@media screen and (max-width: 1366px) {
  .xp_wrap_c {
    max-width: 1000px;
    width: 88%;
    margin: 0px auto;
  }
}
@media screen and (max-width: 1367px) {
  .xpgq_02c_c ul li:nth-child(4) {
    top: 8.4rem;
  }
  .xpgq_02c_c ul li:nth-child(5) {
    top: 8.4rem;
  }
  .xpgq_02c_c b.b4 {
    height: 8.2rem;
  }
  .xpgq_02c_c b.b5 {
    height: 5.6rem;
  }
  .xpgq_02_c {
    min-height: 11.8rem;
  }
}
@media screen and (max-width: 1337px) {
  .xpgq_02c_t ul {
    max-width: 77%;
  }
}
@media screen and (max-width: 1367px) {
  .xpgq_02c_c ul li:nth-child(4) {
    top: 8.4rem;
  }
  .xpgq_02c_c ul li:nth-child(5) {
    top: 8.4rem;
  }
  .xpgq_02c_c b.b4 {
    height: 8.2rem;
  }
  .xpgq_02c_c b.b5 {
    height: 5.6rem;
  }
  .xpgq_02_c {
    min-height: 11.8rem;
  }
}
@media screen and (max-width: 1280px) {
  .xpgq_03_t {
    line-height: 0.6rem;
  }
  .xpgq_03c_c .fl .p3 a {
    line-height: 0.56rem;
  }
}
@media screen and (max-width: 1228px) {
  .xpgq_02c_c ul li:nth-child(4) {
    top: 8.6rem;
  }
  .xpgq_02c_c ul li:nth-child(5) {
    top: 8.6rem;
  }
  .xpgq_02c_c b.b4 {
    height: 8.6rem;
  }
  .xpgq_02c_c b.b5 {
    height: 5.8rem;
  }
  .xpgq_02_c {
    min-height: 12.4rem;
  }
}
@media screen and (max-width: 1264px) {
  .xpgq_02c_t ul {
    max-width: 76%;
  }
}
@media screen and (max-width: 1173px) {
  .xpgq_02c_c ul li:nth-child(4) {
    top: 8.9rem;
  }
  .xpgq_02c_c ul li:nth-child(5) {
    top: 8.9rem;
  }
  .xpgq_02c_c b.b4 {
    height: 8.6rem;
  }
  .xpgq_02c_c b.b5 {
    height: 5.8rem;
  }
  .xpgq_02_c {
    min-height: 12.4rem;
  }
}
@media screen and (max-width: 1107px) {
  .xpgq_02c_c ul li:nth-child(4) {
    top: 9.2rem;
  }
  .xpgq_02c_c ul li:nth-child(5) {
    top: 9.2rem;
  }
  .xpgq_02c_c b.b4 {
    height: 9rem;
  }
  .xpgq_02c_c b.b5 {
    height: 6.3rem;
  }
  .xpgq_02_c {
    min-height: 13.4rem;
  }
}
@media screen and (max-width: 1051px) {
  .xpgq_02c_c ul li:nth-child(4) {
    top: 9.6rem;
  }
  .xpgq_02c_c ul li:nth-child(5) {
    top: 9.6rem;
  }
  .xpgq_02c_c b.b4 {
    height: 9.6rem;
  }
  .xpgq_02c_c b.b5 {
    height: 6.8rem;
  }
  .xpgq_02_c {
    min-height: 13.4rem;
  }
}
@media screen and (max-width: 1045px) {
  .xpgq_02c_c ul li:nth-child(4) {
    top: 10.6rem;
  }
  .xpgq_02c_c ul li:nth-child(5) {
    top: 10.6rem;
  }
  .xpgq_02c_c b.b4 {
    height: 10.6rem;
  }
  .xpgq_02c_c b.b5 {
    height: 7.8rem;
  }
  .xpgq_02_c {
    min-height: 14.4rem;
  }
}
@media screen and (max-width: 1021px) {
  .xpgq_02c_c ul li:nth-child(4) {
    top: 10.6rem;
  }
  .xpgq_02c_c ul li:nth-child(5) {
    top: 10.6rem;
  }
  .xpgq_02c_c b.b4 {
    height: 10.6rem;
  }
  .xpgq_02c_c b.b5 {
    height: 7.8rem;
  }
  .xpgq_02_c {
    min-height: 14.6rem;
  }
}
@media screen and (max-width: 997px) {
  .xpgq_02c_c ul li:nth-child(4) {
    top: 11rem;
  }
  .xpgq_02c_c ul li:nth-child(5) {
    top: 11rem;
  }
  .xpgq_02c_c b.b4 {
    height: 11.6rem;
  }
  .xpgq_02c_c b.b5 {
    height: 8.3rem;
  }
  .xpgq_02_c {
    min-height: 15.6rem;
  }
}
@media screen and (max-width: 962px) {
  .xpgq_02c_c ul li:nth-child(4) {
    top: 11.4rem;
  }
  .xpgq_02c_c ul li:nth-child(5) {
    top: 11.4rem;
  }
  .xpgq_02c_c b.b4 {
    height: 12.6rem;
  }
  .xpgq_02c_c b.b5 {
    height: 8.5rem;
  }
  .xpgq_02_c {
    min-height: 16.6rem;
  }
}
@media screen and (max-width: 920px) {
  .xpgq_02c_c ul li:nth-child(4) {
    top: 11.6rem;
  }
  .xpgq_02c_c ul li:nth-child(5) {
    top: 11.6rem;
  }
  .xpgq_02c_c b.b4 {
    height: 12.6rem;
  }
  .xpgq_02c_c b.b5 {
    height: 8.5rem;
  }
  .xpgq_02_c {
    min-height: 17.6rem;
  }
}
@media screen and (max-width: 913px) {
  .xpgq_03c_c .fl {
    padding: 0.6rem 0px;
  }
  .xpgq_03_t {
    line-height: 1rem;
  }
}
@media screen and (max-width: 911px) {
  .xpgq_02c_c ul li:nth-child(4) {
    top: 12.6rem;
  }
  .xpgq_02c_c ul li:nth-child(5) {
    top: 12.6rem;
  }
  .xpgq_02c_c b.b4 {
    height: 14.6rem;
  }
  .xpgq_02c_c b.b5 {
    height: 8.5rem;
  }
  .xpgq_02_c {
    min-height: 17.6rem;
  }
}
@media screen and (max-width: 881px) {
  .xpgq_02_c {
    min-height: auto;
    display: none;
  }
  .xpgq_02_wap {
    display: block;
    padding-top: 0.6rem;
    position: relative;
  }
  .xpgq_02_wap::before {
    content: "";
    width: 0.01rem;
    height: 100%;
    display: block;
    overflow: hidden;
    background-color: #0051cd;
    position: absolute;
    left: 50%;
    top: 0.6rem;
    transform: translateX(-50%);
  }
  .xpgq_02_wap ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 25px;
  }
  .xpgq_02_wap ul li {
    width: 100%;
    float: left;
  }
  .xpgq_02_wap ul li .xq02p_t {
    width: 100%;
    overflow: hidden;
  }
  .xpgq_02_wap ul li .xq02p_t img {
    display: block;
    height: 1.9rem;
    margin: 0px auto;
    padding: 0px;
    transform: translateX(-0.8rem);
  }
  .xpgq_02_wap ul li .xq02p_c {
    width: calc(100% - 1.6rem);
    margin-top: 0.3rem;
  }
  .xpgq_02_wap ul li:nth-child(2n) .xq02p_c {
    float: right;
  }
  .xpgq_02_wap ul li:nth-child(2n) .xq02p_t img {
    transform: translateX(0.8rem);
  }
  .xpgq_02_wap ul li:nth-child(4) {
    grid-column: 2/2;
    grid-row: 2/4;
  }
  .xpgq_02_wap ul li .x02c_t {
    width: 100%;
    overflow: hidden;
    text-align: center;
    font-weight: bold;
    line-height: 1.5;
  }
  .xpgq_02_wap ul li .x02c_c {
    width: 100%;
    overflow: hidden;
    margin-top: 0.1rem;
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .xpgq_02_wap ul li .x02c_c p {
    width: 100%;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    line-height: 24px;
    padding-left: 10px;
  }
  .xpgq_02_wap ul li .x02c_c p::before {
    content: "";
    width: 3px;
    height: 3px;
    display: block;
    background-color: #383838;
    position: absolute;
    left: 0px;
    top: 10px;
    border-radius: 50%;
  }
  .xpgq_02_wap ul li {
    position: relative;
  }
  .xpgq_02_wap ul li::before {
    content: "";
    display: block;
    width: 50%;
    height: 0.01rem;
    background-color: #0051cd;
    position: absolute;
    right: 0px;
    top: 0.95rem;
  }
  .xpgq_02_wap ul li:nth-child(2n)::before {
    right: initial;
    left: 0px;
  }
}
@media screen and (max-width: 767px) {
  .xp_wrap_in {
    margin: 0px 20px;
  }
  .xp_wrap_c {
    margin: 0px auto;
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 767px) {
  .xp_wrap_in {
    margin: 0px 10px;
  }
  .w_pc {
    display: none !important;
  }
  .w_wap {
    display: block !important;
  }
  .xpgq_02_wap ul li .xq02p_t img {
    height: 1.2rem;
    transform: translateX(-0.25rem);
  }
  .xpgq_02_wap ul li:nth-child(2n) .xq02p_t img {
    transform: translateX(0.25rem);
  }
  .xpgq_02_wap ul li .xq02p_c {
    width: calc(100% - 0.5rem);
  }
  .xpgq_02_wap ul li::before {
    top: 0.6rem;
  }
  .xpgq_03c_c {
    display: block;
  }
  .xpgq_03c_c .fl {
    width: 100%;
  }
  .xpgq_03c_c .fr {
    width: 100%;
  }
  .xpgq_03c_c .fl .p3 a {
    line-height: 0.7rem;
    padding: 0 0.3rem;
  }
  .xpgq_03c_c .fl .p3 span {
    background-size: 0.4rem;
    padding-right: 0.6rem;
  }
  .xpgq_03_b ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .xpgq_01_fr {
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .xpgq_01_bg {
    position: relative;
  }
  .xpgq_01_bg img {
    position: relative;
    height: auto;
  }
  .xpgq_01_c {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    align-items: flex-end;
  }
  .xpgq_01_c .c {
    margin-bottom: 1rem;
  }
}