/* CSS Document */
/* 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;
}

:root {
  --vh: 1vh; /*calc(var(--vh) * 100) == 100vh */
}

root {
  --hover_color:#254194;
}

.ylwrap a {
  color: #000000;
  text-decoration: none;
  outline: none;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}
.ylwrap a:hover {
  color: #192d36;
  text-decoration: none;
  outline: none;
}
.ylwrap a:focus {
  outline: none;
  text-decoration: none;
}
.ylwrap .clear {
  clear: both;
  font-size: 0vw;
  line-height: 0;
  height: 0;
}
.ylwrap * html .clearfix {
  zoom: 1;
}
.ylwrap *:first-child + html .clearfix {
  zoom: 1;
}
.ylwrap .cell, .ylwrap .cell2, .ylwrap .cell3 {
  border-collapse: collapse;
  border-spacing: 0;
}
.ylwrap .fl {
  float: left;
}
.ylwrap .fr {
  float: right;
}
.ylwrap a, .ylwrap img {
  border: 0px;
  display: inline-block;
}
.ylwrap br {
  font-family: SimSun;
}
.ylwrap p {
  margin: 0px;
  padding: 0px;
}
.ylwrap i {
  margin: 0px;
  padding: 0px;
  font-style: normal;
}
.ylwrap ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.ylwrap ul li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.ylwrap br {
  margin: 0px;
  padding: 0px;
}
.ylwrap .clearheight {
  width: 100%;
  height: 1px;
  overflow: hidden !important;
}
.ylwrap input, .ylwrap select, .ylwrap textarea {
  font-family: "albb_regular", -apple-system, BlinkMacSystemFont, PingFang SC, Microsoft YaHei, Arial;
  outline: none;
}
.ylwrap input::-ms-clear, .ylwrap input::-ms-reveal {
  display: none;
}
.ylwrap input[type=text]:disabled {
  background-color: #999;
}
.ylwrap input::-moz-placeholder {
  color: #192d36;
}
.ylwrap input::-moz-placeholder {
  color: #192d36;
}
.ylwrap input::-ms-input-placeholder {
  color: #192d36;
}
.ylwrap input::-webkit-input-placeholder {
  color: #192d36;
}
.ylwrap input[type=text], .ylwrap input[type=button], .ylwrap input[type=submit], .ylwrap input[type=reset], .ylwrap select, .ylwrap textarea, .ylwrap button {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
.ylwrap input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0vw 13.3333vw white inset;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
.ylwrap input[type=button], .ylwrap input[type=text], .ylwrap input[type=password] {
  -webkit-appearance: none;
  outline: none;
}
.ylwrap a, .ylwrap a:hover, .ylwrap a:active, .ylwrap a:visited, .ylwrap a:link, .ylwrap a:focus {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline: none;
  text-decoration: none;
}

@-webkit-keyframes an_04_02 {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
  }
  50% {
    transform: translateY(-0.1rem);
    -webkit-transform: translateY(-0.1rem);
    -moz-transform: translateY(-0.1rem);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
  }
}
@keyframes an_04_02 {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
  }
  50% {
    transform: translateY(-0.1rem);
    -webkit-transform: translateY(-0.1rem);
    -moz-transform: translateY(-0.1rem);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
  }
}
/*common*/
.ylwrap {
  width: 100%;
  margin: 0px auto;
}

.w_wap {
  display: none !important;
}

.ylqz_01 {
  overflow: hidden;
  background-color: #f9fbff;
  height: 0.5rem;
  line-height: 0.5rem;
}

.ylqz_01 a {
  float: left;
}

.ylqz_01 i {
  display: inline-block;
  float: left;
  margin: 0px 0.05rem;
}

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

.ylqz_02 .bg {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.ylqz_02 .bg img.img1 {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
}

.ylqz_02 .bg .bg_01 {
  height: 100%;
  overflow: hidden;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 2;
}

.ylqz_02 .bg .bg_01 img.img2 {
  display: block;
  height: 100%;
}

.ylqz_02 .bg .bg_01 img.img3 {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  z-index: 4;
  -webkit-animation: an_04_02 2.1s linear infinite;
  animation: an_04_02 2.1s linear infinite;
}

.ylqz_02 .bg .bg_01 img.img4 {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  z-index: 4;
  -webkit-animation: an_04_02 2.1s linear infinite;
  animation: an_04_02 2.1s linear infinite;
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
}

.ylqz_02 .bg .bg_01 img.img5 {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  z-index: 4;
  -webkit-animation: an_04_02 2.1s linear infinite;
  animation: an_04_02 2.1s linear infinite;
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
}

.ylqz_02 .bg .bg_01 img.img6 {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  z-index: 4;
  -webkit-animation: an_04_02 2.1s linear infinite;
  animation: an_04_02 2.1s linear infinite;
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
}

.ylqz_02 .txt {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 9;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-start;
}

.ylqz_02 .txt .c {
  width: 100%;
  overflow: hidden;
}

.ylqz_02 .txt .p {
  width: 100%;
  overflow: hidden;
}

.ylqz_02 .txt .p1 {
  font-weight: bold;
  line-height: 1.5;
}

.ylqz_02 .txt .p1 i {
  display: inline-block;
  background: linear-gradient(60deg, #185fee 32%, #39c8ff);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ylqz_02 .txt .p2 a {
  display: inline-block;
  line-height: 0.5rem;
  padding: 0px 0.3rem;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  background: linear-gradient(-60deg, #185fee 22%, #39c8ff);
  background: -webkit-linear-gradient(-60deg, #185fee 22%, #39c8ff);
  background: -o-linear-gradient(-60deg, #185fee 22%, #39c8ff);
  background: -moz-linear-gradient(-60deg, #185fee 22%, #39c8ff);
  color: #fff;
  font-weight: bold;
}

.ylqz_02 .txt .p2 span {
  display: inline-block;
  position: relative;
  padding-left: 0.3rem;
  color: #fff;
}

.ylqz_02 .txt .p2 span::before {
  content: "";
  display: block;
  width: 0.14rem;
  height: 100%;
  background: url("../images/in_01.png") 50% no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}

.ylqz_02 .txt .p2 a:hover {
  background: linear-gradient(-60deg, #185fee 22%, #185fee);
  background: -webkit-linear-gradient(-60deg, #185fee 22%, #185fee);
  background: -o-linear-gradient(-60deg, #185fee 22%, #185fee);
  background: -moz-linear-gradient(-60deg, #185fee 22%, #185fee);
}

.ylqz_03 {
  overflow: hidden;
  position: sticky;
  top: 0px;
  z-index: 90;
  height: 0.85rem;
  background-color: #f6f9ff;
}

.ylqz_03 ul {
  width: 100%;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.ylqz_03 ul li {
  margin-left: 1rem;
  height: 0.85rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
}

.ylqz_03 ul li a {
  color: #000;
}

.ylqz_03 ul li a:hover {
  color: #000;
}

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

.ylqz_03 ul li.active a {
  color: #185fee;
}

.ylqz_03 ul li.active {
  color: #185fee;
}

.ylqz_03 ul li.active a:hover {
  color: #185fee;
}

.ylqz_04 {
  overflow: hidden;
  background: url("../images/in_03.webp") 50% 100% no-repeat;
  background-size: cover;
  padding-bottom: 1.2rem;
}

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

.ylqz_04 .p1 {
  text-align: center;
  font-weight: bold;
}

.ylqz_04 .p1 i {
  display: inline-block;
  background: linear-gradient(60deg, #185fee 32%, #39c8ff);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ylqz_04 .p2 {
  text-align: center;
  color: #000;
}

.ylqz_04 .p3 {
  overflow: visible;
}

.ylqz_04 .p3 ul {
  width: 100%;
  overflow: visible;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 0.23rem;
}

.ylqz_04 .p3 ul li {
  width: 100%;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 0.08rem;
  -webkit-border-radius: 0.08rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  -moz-box-shadow: 0 0 0.18rem rgba(2, 8, 37, 0.1);
  -webkit-box-shadow: 0 0 0.18rem rgba(2, 8, 37, 0.1);
  box-shadow: 0 0 0.18rem rgba(2, 8, 37, 0.1);
}

.ylqz_04 .p3 ul li .p {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0px 0.35rem;
}

.ylqz_04 .p3 ul li .p1 {
  margin-top: 0.3rem;
}

.ylqz_04 .p3 ul li .p1 img {
  width: 100%;
  display: block;
}

.ylqz_04 .p3 ul li .p2 {
  color: #000;
  font-weight: bold;
}

.ylqz_04 .p3 ul li .p3 {
  padding-bottom: 0.3rem;
}

.ylqz_04 .p3 ul li:hover .p1 img {
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
  transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
}

.ylqz_05 {
  overflow: hidden;
  background: url("../images/in_08.webp") 50% no-repeat;
  background-size: cover;
  position: relative;
  z-index: 8;
}

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

.ylqz_05 .p1 {
  text-align: center;
  font-weight: bold;
}

.ylqz_05 .p1 i {
  display: inline-block;
  background: linear-gradient(60deg, #185fee 32%, #39c8ff);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ylqz_05 .p2 {
  text-align: center;
  color: #000;
}

.ylqz_05 .p3 {
  overflow: hidden;
  border-radius: 0.14rem;
  -webkit-border-radius: 0.14rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  -moz-box-shadow: 0 0 0.16rem rgba(2, 8, 37, 0.05);
  -webkit-box-shadow: 0 0 0.16rem rgba(2, 8, 37, 0.05);
  box-shadow: 0 0 0.16rem rgba(2, 8, 37, 0.05);
}

.ylqz_05 .p3 img {
  width: 100%;
  display: block;
}

.ylqz_05_img {
  overflow: visible;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 10;
  opacity: 0;
}

.ylqz_05_img img {
  width: 100%;
  display: block;
  border-radius: 0.14rem;
  -webkit-border-radius: 0.14rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  -moz-box-shadow: 0 0 0.16rem rgba(2, 8, 37, 0.05);
  -webkit-box-shadow: 0 0 0.16rem rgba(2, 8, 37, 0.05);
  box-shadow: 0 0 0.16rem rgba(2, 8, 37, 0.05);
}

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

.ylqz_06 {
  overflow: hidden;
}

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

.ylqz_06 .p1 {
  text-align: center;
  font-weight: bold;
}

.ylqz_06 .p1 i {
  display: inline-block;
  background: linear-gradient(60deg, #185fee 32%, #39c8ff);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ylqz_06 .p2 {
  text-align: center;
}

.ylqz_06 .p2 ul {
  width: 100%;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.ylqz_06 .p2 ul li {
  display: inline-block;
  width: 1.8rem;
  height: 0.5rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  font-weight: 500;
  color: #000;
  position: relative;
  overflow: hidden;
  margin-left: 0.3rem;
  cursor: pointer;
}

.ylqz_06 .p2 ul li::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  background: linear-gradient(#37c3fe, #1964f0);
  background: -webkit-linear-gradient(#37c3fe, #1964f0);
  background: -o-linear-gradient(#37c3fe, #1964f0);
  background: -moz-linear-gradient(#37c3fe, #1964f0);
  z-index: 1;
}

.ylqz_06 .p2 ul li::after {
  content: "";
  display: block;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  overflow: hidden;
  background-color: #fff;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  position: absolute;
  left: 2px;
  top: 2px;
  z-index: 2;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
}

.ylqz_06 .p2 ul li span {
  display: inline-block;
  position: relative;
  z-index: 9;
  color: #000;
}

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

.ylqz_06 .p2 ul li.active::after {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.ylqz_06 .p2 ul li.active span {
  color: #fff;
}

.ylqz_06 .p3 {
  overflow: visible;
}

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

.ylqz_06 .p3 ul li {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: url("../images/in_11.webp") 50% no-repeat;
  background-size: cover;
  border-radius: 0.04;
  -webkit-border-radius: 0.04;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
}

.ylqz_06 .p3 ul li a {
  width: 100%;
  overflow: hidden;
  display: block;
  position: relative;
}

.ylqz_06 .p3 ul li .img0 {
  height: 1.2rem;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 9;
}

.ylqz_06 .p3 ul li .p {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.ylqz_06 .p3 ul li .p1 {
  position: relative;
}

.ylqz_06 .p3 ul li .p1 img {
  width: 100%;
  display: block;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
}

.ylqz_06 .p3 ul li .p1 img.img2 {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 4;
  object-fit: contain;
}

.ylqz_06 .p3 ul li .p2 {
  padding: 0px 0.2rem;
  margin-bottom: 0.2rem;
}

.ylqz_06 .p3 ul li .p2 .txt {
  width: 100%;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0.4rem 0.6rem;
  text-align: left;
}

.ylqz_06 .p3 ul li .p2 .txt p {
  width: 100%;
  overflow: visible;
  position: relative;
  margin: 0.05rem 0px;
  padding-left: 0.2rem;
  color: #000;
}

.ylqz_06 .p3 ul li .p2 .txt p::before {
  content: "";
  display: block;
  width: 0.08rem;
  height: 0.08rem;
  background: url("../images/in_15.png") 50% no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0px;
  top: 0.13rem;
}

.ylqz_06 .p3 ul li:hover {
  transform: translateY(-0.1rem);
}

.ylqz_06 .p3 ul li:hover .p1 img.img2 {
  transform: scale(1.03);
  -moz-transform: scale(1.03);
  -webkit-transform: scale(1.03);
}

.ylqz_06 .p3 .p3_c {
  width: 100%;
  overflow: visible;
}

.ylqz_06 .p4 {
  overflow: visible;
  text-align: center;
}

.ylqz_06 .p4 a {
  display: inline-block;
  line-height: 0.5rem;
  padding: 0px 0.3rem;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  background: linear-gradient(-60deg, #185fee 22%, #39c8ff);
  background: -webkit-linear-gradient(-60deg, #185fee 22%, #39c8ff);
  background: -o-linear-gradient(-60deg, #185fee 22%, #39c8ff);
  background: -moz-linear-gradient(-60deg, #185fee 22%, #39c8ff);
  color: #fff;
  font-weight: bold;
}

.ylqz_06 .p4 span {
  display: inline-block;
  position: relative;
  padding-left: 0.3rem;
  color: #fff;
}

.ylqz_06 .p4 span::before {
  content: "";
  display: block;
  width: 0.14rem;
  height: 100%;
  background: url("../images/in_01.png") 50% no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}

.ylqz_06 .p4 a:hover {
  background: linear-gradient(-60deg, #185fee 22%, #185fee);
  background: -webkit-linear-gradient(-60deg, #185fee 22%, #185fee);
  background: -o-linear-gradient(-60deg, #185fee 22%, #185fee);
  background: -moz-linear-gradient(-60deg, #185fee 22%, #185fee);
}

.ylqz_07 {
  overflow: hidden;
}

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

.ylqz_07 .p1 {
  text-align: center;
  font-weight: bold;
}

.ylqz_07 .p1 i {
  display: inline-block;
  background: linear-gradient(60deg, #185fee 32%, #39c8ff);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ylqz_07 .p2 {
  overflow: hidden;
  background-color: #fff;
  border-radius: 0.1rem;
  -webkit-border-radius: 0.1rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  -moz-box-shadow: 0 0.05rem 0.3rem rgba(24, 95, 238, 0.08);
  -webkit-box-shadow: 0 0.05rem 0.3rem rgba(24, 95, 238, 0.08);
  box-shadow: 0 0.05rem 0.3rem rgba(24, 95, 238, 0.08);
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}

.ylqz_07 .p2 .p2_l {
  width: 21.68%;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-right: 1px solid #e7f0ff;
}

.ylqz_07 .p2 .p2_l ul {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.ylqz_07 .p2 .p2_l ul li {
  width: 100%;
  height: 25%;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  cursor: pointer;
}

.ylqz_07 .p2 .p2_l ul li::before {
  content: "";
  display: block;
  width: 0px;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  background: linear-gradient(#2e6ef0, #4cccff);
  background: -webkit-linear-gradient(#2e6ef0, #4cccff);
  background: -o-linear-gradient(#2e6ef0, #4cccff);
  background: -moz-linear-gradient(#2e6ef0, #4cccff);
  z-index: 3;
}

.ylqz_07 .p2 .p2_l ul li::after {
  content: "";
  display: block;
  width: 0%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
  background: linear-gradient(to right, #e9f0f8, #ffffff);
  background: -webkit-linear-gradient(to right, #e9f0f8, #ffffff);
  background: -o-linear-gradient(to right, #e9f0f8, #ffffff);
  background: -moz-linear-gradient(to right, #e9f0f8, #ffffff);
}

.ylqz_07 .p2 .p2_l ul li .c {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0px 0.4rem;
  position: relative;
  z-index: 9;
}

.ylqz_07 .p2 .p2_l ul li .ai1 {
  line-height: 1.5;
  font-weight: bold;
  color: #000;
}

.ylqz_07 .p2 .p2_l ul li .ai2 {
  line-height: 1.5;
  color: #666;
}

.ylqz_07 .p2 .p2_l ul li.active::before {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  width: 2px;
}

.ylqz_07 .p2 .p2_l ul li.active::after {
  width: 100%;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
}

.ylqz_07 .p2 .p2_l ul li.active .ai1 i {
  display: inline-block;
  background: linear-gradient(60deg, #185fee 32%, #39c8ff);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ylqz_07 .p2 .p2_r {
  width: 78.32%;
  overflow: hidden;
  position: relative;
}

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

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

.p2r_slide .swiper-slide .p2rnr {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.p2r_slide .swiper-slide .p2rnr .bg {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.p2r_slide .swiper-slide .p2rnr .bg img {
  width: 100%;
  display: block;
}

.p2r_slide .swiper-slide .p2rnr .txt {
  width: 100%;
  overflow: hidden;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 9;
  display: flex;
  display: -webkit-flex;
  align-items: flex-start;
  justify-content: space-between;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-left: 0.9rem;
  max-width: 5.8rem;
}

.p2r_slide .swiper-slide .p2rnr .txt .c {
  width: 100%;
  overflow: hidden;
  margin-top: 1.4rem;
}

.p2r_slide .swiper-slide .p2rnr .txt .ai1 {
  line-height: 1.5;
  font-weight: bold;
}

.p2r_slide .swiper-slide .p2rnr .txt .ai1 i {
  display: inline-block;
  background: linear-gradient(60deg, #185fee 32%, #39c8ff);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.p2r_slide .swiper-slide .p2rnr .txt .ai2 {
  color: #222;
  line-height: 1.5;
}

.p2r_slide .swiper-slide .p2rnr .txt .ai3 {
  color: #666;
  text-align: justify;
  text-justify: inter-ideograph;
}

.ylqz_08 {
  overflow: hidden;
  background: url("../images/in_20.webp") 50% 0% no-repeat;
  background-size: cover;
  padding-top: 2rem;
  padding-bottom: 1.2rem;
}

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

.ylqz_08 .p1 {
  text-align: center;
  font-weight: bold;
  color: #fff;
}

.ylqz_08 .p2 {
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 0.1rem;
  -webkit-border-radius: 0.1rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  -moz-box-shadow: 0 0.05rem 0.3rem rgba(2, 38, 87, 0.07);
  -webkit-box-shadow: 0 0.05rem 0.3rem rgba(2, 38, 87, 0.07);
  box-shadow: 0 0.05rem 0.3rem rgba(2, 38, 87, 0.07);
}

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

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

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

.y08p2fr .img {
  width: 48.95%;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 0.1rem;
  -webkit-border-radius: 0.1rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
}

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

.y08p2fr .img span {
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 9;
  padding: 0px 0.2rem;
  line-height: 0.5rem;
  color: #fff;
  background: linear-gradient(to right, #185fee, #39c7ff);
  background: -webkit-linear-gradient(to right, #185fee, #39c7ff);
  background: -o-linear-gradient(to right, #185fee, #39c7ff);
  background: -moz-linear-gradient(to right, #185fee, #39c7ff);
  border-radius: 0.1rem 0px 0.1rem 0px;
  -webkit-border-radius: 0.1rem 0px 0.1rem 0px;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  font-weight: bold;
}

.y08p2fr .txt {
  width: 51.05%;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0px 0.6rem;
}

.y08p2fr .txt .ai1 {
  border-radius: 0.1rem;
  -webkit-border-radius: 0.1rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
  background: -webkit-linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
  background: -o-linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
  background: -moz-linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
  line-height: 0.4rem;
  padding: 0px 0.07rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 0.46rem;
}

.y08p2fr .txt .ai1 .sp1 {
  display: inline-block;
  background: linear-gradient(to right, #185fee, #39c8ff);
  background: -webkit-linear-gradient(to right, #185fee, #39c8ff);
  background: -o-linear-gradient(to right, #185fee, #39c8ff);
  background: -moz-linear-gradient(to right, #185fee, #39c8ff);
  border-radius: 0.26rem 0.26rem 0px 0.26rem;
  -webkit-border-radius: 0.26rem 0.26rem 0px 0.26rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  color: #fff;
  padding: 0px 0.12rem;
  line-height: 0.26rem;
}

.y08p2fr .txt .ai1 .sp2 {
  margin-left: 0.2rem;
  display: inline-block;
  font-weight: bold;
  background: linear-gradient(60deg, #185fee 32%, #39c8ff);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.y08p2fr .txt .ai2 {
  font-weight: bold;
  color: #000;
  margin-top: 0.14rem;
  line-height: 1.5;
}

.y08p2fr .txt .ai3 {
  margin-top: 0.3rem;
  color: #666;
  text-align: justify;
  text-justify: inter-ideograph;
  padding-bottom: 0.4rem;
}

.ylqz_08 .p3 {
  padding-top: 0.3rem;
  text-align: center;
}

.ylqz_08 .p3 span {
  width: 0.16rem;
  height: 0.16rem;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  background-color: rgba(255, 255, 255, 0);
  position: relative;
  margin: 0px 0.7rem;
}

.ylqz_08 .p3 span::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  border: 2px solid #c2d7ef;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
}

.ylqz_08 .p3 span::after {
  content: "";
  display: block;
  width: 0%;
  height: 100%;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 0.16rem;
  -webkit-border-radius: 0.16rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
  background: linear-gradient(to right, #1d63ee, #37c1fe);
  background: -webkit-linear-gradient(to right, #1d63ee, #37c1fe);
  background: -o-linear-gradient(to right, #1d63ee, #37c1fe);
  background: -moz-linear-gradient(to right, #1d63ee, #37c1fe);
}

.ylqz_08 .p3 span.swiper-pagination-bullet-active::after {
  width: 100%;
}

.ylqz_08 .p3 span.swiper-pagination-bullet-active {
  width: 0.3rem;
}

.font18px_line16x3 {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  display: -webkit-box;
  height: 0.864rem;
  line-height: 1.6;
}
.font18px_line16x3 p {
  line-height: 1.6;
}
@media screen and (max-width: 1600px) {
  .font18px_line16x3 {
    height: 76.8px;
  }
}
@media screen and (max-width: 1440px) {
  .font18px_line16x3 {
    height: 67.2px;
  }
}
@media screen and (max-width: 1025px) {
  .font18px_line16x3 {
    height: 1.152rem;
  }
}
@media screen and (max-width: 768px) {
  .font18px_line16x3 {
    height: 1.056rem;
  }
}
@media screen and (max-width: 500px) {
  .font18px_line16x3 {
    height: 1.056rem;
  }
}

.font18px_line175x5 {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  text-overflow: ellipsis;
  display: -webkit-box;
  height: 1.575rem;
  line-height: 1.75;
}
.font18px_line175x5 p {
  line-height: 1.75;
}
@media screen and (max-width: 1600px) {
  .font18px_line175x5 {
    height: 140px;
  }
}
@media screen and (max-width: 1440px) {
  .font18px_line175x5 {
    height: 122.5px;
  }
}
@media screen and (max-width: 1025px) {
  .font18px_line175x5 {
    height: 2.1rem;
  }
}
@media screen and (max-width: 768px) {
  .font18px_line175x5 {
    height: 1.925rem;
  }
}
@media screen and (max-width: 500px) {
  .font18px_line175x5 {
    height: 1.925rem;
  }
}

.font22px_line175x2 {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
  height: 0.66rem;
  line-height: 1.5;
}
.font22px_line175x2 p {
  line-height: 1.5;
}
@media screen and (max-width: 1600px) {
  .font22px_line175x2 {
    height: 57px;
  }
}
@media screen and (max-width: 1440px) {
  .font22px_line175x2 {
    height: 51px;
  }
}
@media screen and (max-width: 1025px) {
  .font22px_line175x2 {
    height: 0.78rem;
  }
}
@media screen and (max-width: 768px) {
  .font22px_line175x2 {
    height: 0.84rem;
  }
}
@media screen and (max-width: 500px) {
  .font22px_line175x2 {
    height: 0.84rem;
  }
}

.font24px_line15x2 {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
  height: 0.72rem;
  line-height: 1.5;
}
.font24px_line15x2 p {
  line-height: 1.5;
}
@media screen and (max-width: 1600px) {
  .font24px_line15x2 {
    height: 60px;
  }
}
@media screen and (max-width: 1440px) {
  .font24px_line15x2 {
    height: 54px;
  }
}
@media screen and (max-width: 1025px) {
  .font24px_line15x2 {
    height: 0.9rem;
  }
}
@media screen and (max-width: 768px) {
  .font24px_line15x2 {
    height: 0.84rem;
  }
}
@media screen and (max-width: 500px) {
  .font24px_line15x2 {
    height: 0.84rem;
  }
}

.font24px_line15x2_max {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-height: 0.72rem;
  line-height: 1.5;
}
.font24px_line15x2_max p {
  line-height: 1.5;
}
@media screen and (max-width: 1600px) {
  .font24px_line15x2_max {
    max-height: 60px;
  }
}
@media screen and (max-width: 1440px) {
  .font24px_line15x2_max {
    max-height: 54px;
  }
}
@media screen and (max-width: 1025px) {
  .font24px_line15x2_max {
    max-height: 0.9rem;
  }
}
@media screen and (max-width: 768px) {
  .font24px_line15x2_max {
    max-height: 0.84rem;
  }
}
@media screen and (max-width: 500px) {
  .font24px_line15x2_max {
    max-height: 0.84rem;
  }
}

.font18px_line16x2 {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
  height: 0.576rem;
  line-height: 1.6;
}
.font18px_line16x2 p {
  line-height: 1.6;
}
@media screen and (max-width: 1600px) {
  .font18px_line16x2 {
    height: 51.2px;
  }
}
@media screen and (max-width: 1440px) {
  .font18px_line16x2 {
    height: 44.8px;
  }
}
@media screen and (max-width: 1025px) {
  .font18px_line16x2 {
    height: 0.768rem;
  }
}
@media screen and (max-width: 768px) {
  .font18px_line16x2 {
    height: 0.704rem;
  }
}
@media screen and (max-width: 500px) {
  .font18px_line16x2 {
    height: 0.704rem;
  }
}

.menu_click {
  display: none;
}

.swiper-button-disabled {
  opacity: 0;
  cursor: default !important;
}

@media screen and (max-width: 1024px) {
  .w_wap {
    display: block !important;
  }
  .w_pc {
    display: none !important;
  }
  .ylwrap {
    max-width: 100%;
    margin: 0px auto;
  }
  .ylqz_02 .bg img.img1 {
    width: 200%;
    max-width: initial;
  }
  .ylqz_02 .bg .bg_01 {
    height: 60%;
    top: initial;
    bottom: 0px;
  }
  .ylqz_02 .txt {
    align-items: flex-start;
  }
  .ylqz_02 .txt .c {
    margin-top: 0.4rem;
  }
  .ylqz_01 {
    height: 0.7rem;
    line-height: 0.7rem;
  }
  .ylqz_03 ul li {
    margin-left: 0.3rem;
  }
  .ylqz_04 .p3 ul {
    grid-template-columns: 100%;
  }
  .ylqz_04 .p3 ul li .p1 img {
    width: 40%;
    margin: 0px auto;
  }
  .ylqz_06 .p3 ul {
    grid-template-columns: 100%;
  }
  .ylqz_07 .p2 {
    display: block;
  }
  .ylqz_07 .p2 .p2_l {
    width: 100%;
    border-bottom: 1px solid #e7f0ff;
    border-right: 0px;
  }
  .ylqz_07 .p2 .p2_l ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
  .ylqz_07 .p2 .p2_l ul li {
    height: auto;
    padding: 0.2rem 0.2rem;
  }
  .ylqz_07 .p2 .p2_r {
    width: 100%;
  }
  .ylqz_07 .p2 .p2_l ul li .c {
    padding: 0px 0.2rem;
  }
  .p2r_slide .swiper-slide .p2rnr .bg {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
  }
  .p2r_slide .swiper-slide .p2rnr .bg img {
    height: 50%;
    position: absolute;
    left: initial;
    right: 0px;
    bottom: 0px;
    width: auto;
    max-width: initial;
  }
  .p2r_slide .swiper-slide .p2rnr .txt .c {
    margin-top: 0px;
  }
  .p2r_slide .swiper-slide .p2rnr .txt {
    position: relative;
    z-index: 9;
    max-width: 100%;
    padding: 0.4rem 0.4rem;
    padding-bottom: 2.8rem;
  }
  .ylqz_08 {
    background-size: 260%;
  }
  .y08p2fr {
    display: block;
  }
  .y08p2fr .img {
    width: 100%;
  }
  .y08p2fr .txt {
    width: 100%;
    padding: 0px 0.3rem;
  }
  .y08p2fr .txt .ai1 {
    line-height: 0.56rem;
  }
  .y08p2fr .txt .ai1 .sp1 {
    line-height: 0.46rem;
  }
  .ylqz_05 .p2 br {
    display: none;
  }
}