@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: "SourceHanSansCN-Regular";
  src: url("../fonts/SourceHanSansCN-Regular.woff2") format("woff2"), url("../fonts/SourceHanSansCN-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SourceHanSansCN-Bold";
  src: url("../fonts/SourceHanSansCN-Bold.woff2") format("woff2"), url("../fonts/SourceHanSansCN-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.xpgq_mainfr {
  font-family: "PingFang SC", "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;
}

.xpgq_mainfr 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;
}

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

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

.xpgq_mainfr .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;
}

.xpgq_mainfr .fl {
  float: left;
}

.xpgq_mainfr .fr {
  float: right;
}

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

.xpgq_mainfr br {
  font-family: SimSun;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.xpgq_mainfr 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);
}

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

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

.xpgq_mainfr 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;
  }
}
/*common*/
html {
  height: auto !important;
}

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

.xpgq_mainfr {
  width: 100%;
  overflow: hidden;
  background-color: #ebf4fb;
  position: relative;
}

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

.xp_wrap_in {
  margin: 0px 10%;
}

.xp_wrap_c {
  margin: 0px 13.02vw;
}

.w_wap {
  display: none !important;
}

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

.in_01 .in_01_img {
  width: 100%;
  overflow: hidden;
  height: 88.89vh;
  flex: 1;
}

.in_01 .in_01_img img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
}

.in_01 .in_01_txt {
  width: 100%;
  position: absolute;
  left: 1.39rem;
  top: 0px;
  z-index: 9;
  height: 100%;
}

.in_01 .in_01_txt img {
  height: 100%;
  display: block;
}

.in_01.on {
  z-index: 999;
}

.in_02 {
  width: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.09);
  height: 0.9rem;
  position: absolute;
  left: 0px;
  bottom: 0rem;
  z-index: 99;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

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

.in_02 ul li {
  display: inline-block;
  margin: 0px 0.45rem;
}

.in_02 ul li a {
  display: inline-block;
  line-height: 1.3;
  position: relative;
  color: #fff;
}

.in_02 ul li a:hover {
  color: #4078cf !important;
}

.in_02 ul li.on a::before {
  content: "";
  width: 100%;
  height: 0.03rem;
  display: block;
  overflow: hidden;
  background-color: #4078cf;
  position: absolute;
  left: 0px;
  bottom: -0.13rem;
}

.in_02 ul li.on a:hover {
  color: #fff !important;
}

.in_02.on {
  position: fixed;
  top: 0px;
  bottom: initial;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.69);
}

.in_bg {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 9;
  margin-top: -0.01rem;
}

.in_bg::before {
  content: "";
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: url("../upimg/bg_01.webp") center top no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
  pointer-events: none;
}

.in_bg::after {
  content: "";
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: url("../upimg/bg_02.webp") center bottom no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 1;
  pointer-events: none;
}

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

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

.in_03_t p {
  width: 100%;
  overflow: hidden;
  color: #fff;
  line-height: 1.3;
}

.in_03_t p.p1 i {
  display: inline-block;
  font-weight: bold;
  background: linear-gradient(to right, #9bc7ff, #ffffff);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.in_03_t p.p2 {
  margin-top: 0.3rem;
  line-height: 1.75;
  padding: 0px 1rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.in_03_t p.p3 i {
  display: inline-block;
  font-weight: bold;
  background: linear-gradient(to right, #16397b, #3e76d7);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.in_03_t p.p4 {
  margin-top: 0.3rem;
  color: #333;
  line-height: 1.75;
  padding: 0px 1rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.in_03_c {
  width: 100%;
  overflow: hidden;
  padding-top: 0.6rem;
}

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

.in_03_c ul li {
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  padding: 0.1rem 0.34rem 0.4rem 0.34rem;
  border-radius: 0.15rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.in_03_c ul li .in_03c_t {
  widtH: 100%;
  overflow: hidden;
  background: url("../upimg/in_01.webp") center bottom no-repeat;
  background-size: auto 0.3rem;
  padding: 0.1rem 0px 0.4rem 0px;
  text-align: center;
}

.in_03_c ul li .in_03c_c {
  widtH: 100%;
  overflow: hidden;
  text-align: justify;
  text-justify: inter-ideograph;
}

.in_04 {
  overflow: visible;
  padding-top: 1rem;
}

.in_04_c {
  width: calc(100% + 0.2rem);
  overflow: hidden;
  position: relative;
  padding-top: 0.6rem;
  margin-left: -0.1rem;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}

.in_04_c::before {
  content: "";
  width: calc(100% - 0.2rem);
  height: calc(100% - 0.7rem - 0.6rem);
  display: block;
  overflow: hidden;
  background-color: #1e5ccb;
  position: absolute;
  left: 0.1rem;
  bottom: 0rem;
  border-radius: 0.15rem;
  z-index: 1;
}

.in_04c_l {
  width: 2.6rem;
  position: relative;
  z-index: 9;
  margin-left: 0.4rem;
  margin-top: 1rem;
  background-color: #4077d4;
  border-radius: 0.15rem;
  margin-bottom: 0.3rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.in_04c_l ul {
  width: 100%;
  overflow: visible;
  margin-top: 0rem;
}

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

.in_04c_l ul li:first-child {
  border-radius: 0.15rem 0.15rem 0px 0px;
}

.in_04c_l ul li:last-child {
  border-radius: 0px 0px 0.15rem 0.15rem;
}

.in_04c_l ul li::before {
  content: "";
  width: calc(100% - 0.4rem);
  height: 0.01rem;
  display: block;
  overflow: hidden;
  background-color: #6695dd;
  position: absolute;
  left: 0.2rem;
  bottom: 0px;
}

.in_04c_l ul li a {
  width: calc(100% - 0.6rem);
  display: block;
  overflow: hidden;
  margin: 0px auto;
  padding: 0.2rem 0px;
  color: #fff;
  transition: 0s linear;
  -webkit-transition: 0s linear;
  -o-transition: 0s linear;
  -moz-transition: 0s linear;
}

.in_04c_l ul li a:hover {
  color: #fff !important;
}

.in_04c_l ul li b {
  widtH: 0.1rem;
  height: 100%;
  display: block;
  overflow: hidden;
  background: url("../upimg/in_02.webp") center no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0px;
  top: 0px;
  opacity: 0;
}

.in_04c_l ul li.on {
  background-color: #fff;
}

.in_04c_l ul li.on::before {
  display: none;
}

.in_04c_l ul li.on b {
  right: -0.1rem;
  opacity: 1;
}

.in_04c_l ul li.on a {
  color: #1e5acc;
  font-weight: bold;
}

.in_04c_l ul li.on a:hover {
  color: #1e5acc !important;
}

.in_04c_r {
  width: calc(100% - 0.3rem - 3.14rem - 0.4rem);
  overflow: hidden;
  padding: 0.5rem 0.5rem;
  margin-right: 0.4rem;
  position: relative;
  z-index: 9;
  margin-bottom: 0.3rem;
  float: right;
  background-color: #fff;
  border-radius: 0.15rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -moz-box-shadow: 0px 0.03rem 0.46rem rgba(0, 98, 235, 0.08);
  -webkit-box-shadow: 0px 0.03rem 0.46rem rgba(0, 98, 235, 0.08);
  box-shadow: 0px 0.03rem 0.46rem rgba(0, 98, 235, 0.08);
}

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

.in_04cr_slide .swiper-slide {
  width: 100%;
  overflow: hidden;
  background-color: #fff;
}

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

.in_04crc_t {
  width: 100%;
  overflow: hidden;
  opacity: 0;
}

.in_04crc_t p {
  width: 100%;
  overflow: hidden;
  color: #333;
}

.in_04crc_t p.p1 {
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0.1rem;
}

.in_04crc_t p.p2 {
  line-height: 1.75;
  margin-top: 0.2rem;
}

.in_04crc_t p.p2 a {
  display: inline-block;
  line-height: 0.4rem;
  padding: 0px 0.35rem;
  border: 0.01rem solid #1e5acc;
  color: #1e5acc;
  border-radius: 0.4rem;
}

.in_04crc_t p.p2 a:hover {
  background-color: #1e5acc;
  color: #fff !important;
}

.in_04crc_c {
  width: 100%;
  overflow: hidden;
  margin-top: 0.6rem;
  opacity: 0;
}

.in_04crc_c img {
  max-width: 100%;
}

.in_05 {
  overflow: hidden;
  padding-bottom: 1.2rem;
  padding-top: 1rem;
}

.in_05_c {
  width: 100%;
  overflow: hidden;
  border-radius: 0.15rem;
  padding: 0.3rem 0.6rem;
  margin-top: 0.6rem;
  background: url("../upimg/in_04.webp") center bottom no-repeat;
  background-size: cover;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.in_05_c ul li {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 0.3rem 0px;
  border-bottom: 0.01rem solid #ddd;
}

.in_05_c ul li:last-child {
  border-bottom: 0px;
}

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

.in_05_c ul li .in_05c_l {
  width: 4.2rem;
  overflow: hidden;
  float: left;
}

.in_05_c ul li .in_05c_l label {
  width: 100%;
  display: block;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
  min-height: 0.7rem;
}

.in_05_c ul li .in_05c_l label em.em1 {
  width: 0.7rem;
}

.in_05_c ul li .in_05c_l label em.em1 img {
  width: 100%;
  display: block;
}

.in_05_c ul li .in_05c_l label em.em2 {
  width: calc(100% - 0.7rem - 0.16rem);
  line-height: 1.5;
  color: #333;
  font-weight: bold;
}

.in_05_c ul li .in_05c_r {
  width: calc(100% - 3.5rem - 1.45rem);
  overflow: hidden;
  float: right;
}

.in_05_c ul li .in_05c_r p {
  width: 100%;
  overflow: hidden;
  position: relative;
  line-height: 0.3rem;
  padding-left: 0.2rem;
  margin-bottom: 0.1rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.in_05_c ul li .in_05c_r p:last-child {
  margin-bottom: 0px;
}

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

@media screen and (min-width: 1921px) {
  .xp_wrap_c {
    margin: 0px auto;
    width: 1430px;
  }
}
@media screen and (max-width: 1560px) {
  .in_01 .in_01_img {
    height: auto;
  }
}
@media screen and (max-width: 1200px) {
  .in_05_c ul li .in_05c_r p {
    line-height: 0.5rem;
  }
  .in_05_c ul li .in_05c_r p::before {
    top: 0.2rem;
  }
  .in_01 .in_01_img {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .xp_wrap_in {
    margin: 0px 20px;
  }
  .xp_wrap_c {
    margin: 0px 20px;
  }
  .in_01 .in_01_txt {
    left: 0px;
    width: calc(100% - 40px);
    top: -1.6rem;
    display: none;
  }
  .in_01 .in_01_txt img {
    height: 7.4rem;
  }
  .in_02 {
    background-color: rgba(0, 0, 0, 0.4);
  }
  .in_03 {
    padding-top: 0.9rem;
  }
  .in_03_t p.p2 {
    padding: 0px;
  }
  .in_bg::before {
    background-size: 100% 6rem;
  }
  .in_03_c ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .in_03_c ul li .in_03c_t {
    background-size: auto 0.6rem;
    padding: 0.2rem 0px 0.8rem 0px;
  }
  .in_04 {
    padding-top: 0.9rem;
  }
  .in_03_t p.p4 {
    padding: 0px;
  }
  .in_04_c {
    display: block;
  }
  .in_04c_l {
    width: 100%;
    margin-top: 0px;
    margin-left: 0px;
    overflow: hidden;
    margin-bottom: 0px;
  }
  .in_04c_l ul {
    width: 100%;
  }
  .in_04c_l ul li {
    width: 33.3333%;
    float: left;
  }
  .in_04c_l ul li a {
    height: 1.2rem;
    padding: 0px;
    line-height: 0.44rem;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
  }
  .in_04c_l ul li.on b {
    display: none;
  }
  .in_04c_r {
    widtH: 100%;
    right: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
  }
  .in_04crc_t p.p2 a {
    line-height: 0.6rem;
    padding: 0px 0.4rem;
  }
  .in_04_c::before {
    widtH: calc(100% + 40px);
    height: 100%;
    display: none;
  }
  .in_05 {
    padding-top: 0.9rem;
  }
  .in_05_c ul li .in_05c_l {
    width: 100%;
  }
  .in_05_c ul li .in_05c_r {
    width: 100%;
    margin-top: 0.2rem;
  }
  .in_01 .in_01_img {
    height: auto;
  }
  .in_01 .in_01_img img {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .xp_wrap_in {
    margin: 0px 10px;
  }
  .topfr .xp_wrap_in {
    margin: 0px 10px;
  }
  .w_pc {
    display: none !important;
  }
  .w_wap {
    display: block !important;
  }
}