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

html {
  font-size: 62.5%;
}

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

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

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

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

* html .clearfix {
  zoom: 1;
}

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

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

.xpqg_body .fl {
  float: left;
}

.xpqg_body .fr {
  float: right;
}

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

.xpqg_body br {
  font-family: SimSun;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.xp_wrap_in {
  margin: 0px 10%;
}

.xp_wrap_c {
  margin: 0px 13.02vw;
}

.w_wap {
  display: none !important;
}

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

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

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

.in_01 .m-video {
  width: 7.08vw;
  height: 7.08vw;
  display: block;
  overflow: visible;
  position: absolute;
  right: 27.34vw;
  top: 13.75vw;
}

.in_01 .m-video::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: absolute;
  left: 0px;
  top: 0px;
  border-radius: 50%;
  -webkit-animation: ksan 1.1s linear infinite;
  animation: ksan 1.1s linear infinite;
}

.in_01 .m-video img {
  width: 100%;
  display: block;
}

.in_02 {
  overflow: hidden;
  background: url("../images/bg.webp") center no-repeat;
  background-size: cover;
  padding-bottom: 9.26vh;
}

.in_02t_t {
  width: 100%;
  overflow: hidden;
  margin-top: 9.26vh;
  color: #fff;
}

.in_02t_t h1 {
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.52vw;
  font-family: albb_medium;
}

.in_02t_c1 {
  width: 100%;
  overflow: hidden;
  margin-top: 5.56vh;
  color: rgba(255, 255, 255, 0.8);
  font-family: albb_light;
}

.in_02t_c1 p {
  line-height: 1.75;
  text-align: justify;
  text-justify: inter-ideograph;
}

.in_02t_c2 {
  width: 100%;
  overflow: hidden;
  margin-top: 5.56vh;
}

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

.in_02t_c2 ul li {
  width: 100%;
  overflow: hidden;
  padding: 3.65vw 3.65vw 2.08vw 3.65vw;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.in_02t_c2 ul li:nth-child(1) {
  background-color: rgba(0, 90, 226, 0.7);
}

.in_02t_c2 ul li:nth-child(2) {
  background-color: rgba(0, 154, 255, 0.7);
}

.in_02t_c2 ul li:nth-child(3) {
  background-color: rgba(72, 73, 227, 0.7);
}

.in_02t_c2 ul li:nth-child(4) {
  background-color: rgba(98, 59, 209, 0.7);
}

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

.in_02t_c2 ul li p.p1 img {
  display: block;
  margin: 0px auto;
  padding: 0px;
  height: 9.81vh;
}

.in_02t_c2 ul li p.p2 {
  text-align: center;
  color: #fff;
  margin-top: 1.85vh;
  line-height: 1.5;
  font-family: albb_bold;
}

.in_02t_c2 ul li p.p3 {
  text-align: center;
  color: #fff;
  margin-top: 0vh;
  line-height: 1.5;
}

.in_02t_c2 ul li p.p4 {
  margin-top: 1.85vh;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.75;
  text-align: justify;
  text-justify: inter-ideograph;
  font-family: albb_light;
}

.in_02_c {
  width: 100%;
  overflow: hidden;
  margin-top: 5.56vh;
}

.in_02_c .xp_wrap_c {
  position: relative;
}

.in_02_c .in_02c_prev {
  width: 1.51vw;
  height: calc(100% - 3.7vh - 64px - 30px);
  display: block;
  overflow: hidden;
  background: url("../images/in_01.png") center no-repeat;
  background-size: 100%;
  position: absolute;
  left: -3.13vw;
  top: 0px;
  z-index: 999;
}

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

.in_02_c .in_02c_next {
  width: 1.51vw;
  height: calc(100% - 3.7vh - 64px - 30px);
  display: block;
  overflow: hidden;
  background: url("../images/in_02.png") center no-repeat;
  background-size: 100%;
  position: absolute;
  right: -3.13vw;
  top: 0px;
  z-index: 999;
}

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

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

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

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

.in_02c_slide .swiper-slide em {
  width: 100%;
  display: block;
  overflow: hidden;
  font-style: normal;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

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

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

.in_02c_slide .swiper-slide em.em1 b {
  width: 56px;
  height: 56px;
  display: block;
  overflow: visible;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -28px;
  margin-top: -28px;
}

.in_02c_slide .swiper-slide em.em1 b::before {
  content: "";
  width: 100%;
  display: block;
  height: 100%;
  background: url("../upimg/play_01.svg") center no-repeat;
  background-size: 20px;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
}

.in_02c_slide .swiper-slide em.em1 b::after {
  content: "";
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.9);
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  border-radius: 50%;
  -webkit-animation: ksan 1.1s linear infinite;
  animation: ksan 1.1s linear infinite;
}

.in_02c_slide .swiper-slide em.em2 {
  margin-top: 1.85vh;
}

.in_02c_slide .swiper-slide em.em2 span {
  width: 100%;
  display: block;
  overflow: hidden;
}

.in_02c_slide .swiper-slide em.em2 span.sp1 {
  color: #fff;
  line-height: 32px;
  height: 64px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.in_02c_slide .swiper-slide em.em2 span.sp2 {
  margin-top: 1.85vh;
}

.in_02c_slide .swiper-slide em.em2 span.sp2 i {
  display: inline-block;
  border: 1px solid #cbcdd3;
  line-height: 36px;
  padding: 0px 30px;
  color: #fff;
}

.in_02c_slide .swiper-slide:hover em.em2 span.sp2 i {
  background-color: #623bd1;
  border: 1px solid #623bd1;
}

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

.in_03 {
  overflow: hidden;
  padding: 9.26vh 0px;
}

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

.in_03_t2 {
  width: 100%;
  overflow: hidden;
  text-align: center;
  line-height: 1.75;
  margin-top: 5.56vh;
  font-family: albb_light;
}

.in_03_c1 {
  width: 100%;
  overflow: hidden;
  font-weight: 100;
  text-align: center;
  margin-top: 5.56vh;
}

.in_03_c1 p {
  width: 100%;
  overflow: hidden;
  line-height: 5.21vw;
  font-family: albb_light;
}

.in_03_c1 p label {
  display: inline-block;
}

.in_03_c1 p span {
  float: left;
}

.in_03_c1 i {
  color: #623bd1;
  margin: 0px 0.52vw;
  float: left;
}

.in_03_c2 {
  width: 100%;
  overflow: hidden;
  margin-top: 5.56vh;
}

.in_03_c2 ul {
  width: 100%;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 3.13vw;
}

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

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

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

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

.in_03_c2 ul li em.em2 {
  text-align: center;
  position: relative;
  margin-top: 1.85vh;
  line-height: 1.5;
  padding-bottom: 2.78vh;
  font-family: albb_medium;
}

.in_03_c2 ul li em.em2::before {
  content: "";
  width: 100%;
  height: 0.56vh;
  display: block;
  overflow: hidden;
  background-color: #623bd1;
  position: absolute;
  left: 0px;
  bottom: 0px;
  display: none;
}

.in_03_c2 ul li:hover em.em2 {
  color: #623bd1;
}

.in_03_c2 ul li:hover em.em2::before {
  display: block;
}

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

.in_04 {
  overflow: hidden;
  background-color: #e6e6e6;
  padding: 9.26vh 0px;
}

.in_04_c {
  width: 100%;
  overflow: visible;
  margin-top: 5.56vh;
  position: relative;
}

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

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

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

.in_04c_slide .swiper-slide em {
  width: 100%;
  display: block;
  overflow: hidden;
  font-style: normal;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

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

.in_04c_slide .swiper-slide em.em2 {
  margin-top: 1.85vh;
}

.in_04c_slide .swiper-slide em.em2 span {
  width: 100%;
  display: block;
  overflow: hidden;
}

.in_04c_slide .swiper-slide em.em2 span.sp1 {
  line-height: 32px;
  color: #000;
  font-family: albb_light;
  height: 64px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.in_04c_slide .swiper-slide em.em2 span.sp2 {
  margin-top: 0.93vh;
  color: #132639;
  font-family: albb_light;
}

.in_04c_slide .swiper-slide em.em2 span.sp3 {
  margin-top: 1.85vh;
  font-family: albb_light;
}

.in_04c_slide .swiper-slide em.em2 span.sp3 i {
  display: inline-block;
  border: 1px solid #818181;
  line-height: 36px;
  padding: 0px 30px;
  color: #000000;
}

.in_04c_slide .swiper-slide a:hover em.em2 span.sp3 i {
  background-color: #623bd1;
  border: 1px solid #623bd1;
  color: #fff;
}

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

.in_04_c .in_04c_prev {
  width: 1.51vw;
  height: calc(100% - 3.7vh - 64px - 30px);
  display: block;
  overflow: hidden;
  background: url("../images/in_03.png") center no-repeat;
  background-size: 100%;
  position: absolute;
  left: -3.13vw;
  top: 0px;
  z-index: 999;
}

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

.in_04_c .in_04c_next {
  width: 1.51vw;
  height: calc(100% - 3.7vh - 64px - 30px);
  display: block;
  overflow: hidden;
  background: url("../images/in_04.png") center no-repeat;
  background-size: 100%;
  position: absolute;
  right: -3.13vw;
  top: 0px;
  z-index: 999;
}

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

@media screen and (min-width: 1921px) {
  .xp_wrap_c {
    margin: 0px auto;
    width: 1430px;
  }
}
@media screen and (max-width: 1200px) {
  .in_02t_t {
    margin-top: 0.6rem;
  }
  .in_02t_c1 {
    margin-top: 0.4rem;
  }
  .in_02t_c2 {
    margin-top: 0.4rem;
  }
  .in_02t_c2 ul li {
    padding: 0.4rem 0.4rem;
  }
  .in_02t_c2 ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .in_02t_c2 ul li p.p1 img {
    height: 1rem;
  }
  .in_02_c {
    margin-top: 0.4rem;
  }
  .in_03_c1 p {
    line-height: 0.6rem;
  }
  .in_02c_slide .swiper-slide em.em2 span.sp1 {
    line-height: 0.4rem;
    height: 0.8rem;
  }
  .in_02 {
    padding-bottom: 0.6rem;
  }
  .in_03 {
    padding: 0.6rem 0px;
  }
  .in_03_t2 {
    margin-top: 0.4rem;
  }
  .in_03_c1 {
    margin-top: 0.4rem;
  }
  .in_03_c2 {
    margin-top: 0.4rem;
  }
  .in_04 {
    padding: 0.6rem 0px;
  }
  .in_04_c {
    margin-top: 0.4rem;
  }
  .in_04c_slide .swiper-slide em.em2 span.sp2 {
    display: none;
  }
  .in_04c_slide .swiper-slide em.em2 span.sp1 {
    line-height: 24px;
    height: 48px;
  }
  .in_04c_slide .swiper-slide em.em2 span.sp3 i {
    float: left;
  }
  .in_04c_slide .swiper-slide em.em2 span.sp3 b {
    float: right;
    font-weight: normal;
    line-height: 36px;
  }
}
@media screen and (max-width: 767px) {
  .xp_wrap_in {
    margin: 0px 20px;
  }
  .xp_wrap_c {
    margin: 0px 20px;
  }
  .in_02t_t {
    margin-top: 0.6rem;
  }
  .in_02t_c1 {
    margin-top: 0.4rem;
  }
  .in_02t_c2 {
    margin-top: 0.4rem;
  }
  .in_02t_c2 ul li {
    padding: 0.4rem 0.2rem;
  }
  .in_02t_c2 ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .in_02t_c2 ul li p.p1 img {
    height: 1rem;
  }
  .in_02_c {
    margin-top: 0.4rem;
  }
  .in_03_c1 p {
    line-height: 0.6rem;
  }
  .in_02c_slide .swiper-slide em.em2 span.sp1 {
    line-height: 0.4rem;
    height: 0.8rem;
  }
  .in_02 {
    padding-bottom: 0.6rem;
  }
  .in_03 {
    padding: 0.6rem 0px;
  }
  .in_03_t2 {
    margin-top: 0.4rem;
  }
  .in_03_c1 {
    margin-top: 0.4rem;
  }
  .in_03_c2 {
    margin-top: 0.4rem;
  }
  .in_04 {
    padding: 0.6rem 0px;
  }
  .in_04_c {
    margin-top: 0.4rem;
  }
  .in_04c_slide .swiper-slide em.em2 span.sp2 {
    display: none;
  }
  .in_04c_slide .swiper-slide em.em2 span.sp1 {
    line-height: 24px;
    height: 48px;
  }
  .in_04c_slide .swiper-slide em.em2 span.sp3 i {
    float: left;
  }
  .in_04c_slide .swiper-slide em.em2 span.sp3 b {
    float: right;
    font-weight: normal;
    line-height: 36px;
  }
  .in_02_c .in_02c_prev {
    left: 20px;
  }
  .in_02_c .in_02c_next {
    right: 20px;
  }
  .in_04_c .in_04c_prev {
    left: 20px;
  }
  .in_04_c .in_04c_next {
    right: 20px;
  }
}
@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;
  }
  .in_01 .m-video {
    right: 50%;
    top: initial;
    bottom: 0.8rem;
    width: 1.2rem;
    height: 1.2rem;
    margin-right: -0.6rem;
  }
  .in_02t_c2 ul li {
    padding: 0.4rem;
  }
}