/* 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:#218aff;
}

@font-face {
  font-family: "MiSans-Regular";
  src: url("../fonts/MiSans-Regular.woff2") format("woff2"), url("../fonts/MiSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MiSans-Medium";
  src: url("../fonts/MiSans-Medium.woff2") format("woff2"), url("../fonts/MiSans-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.MiSans-Medium {
  font-family: MiSans-Medium;
}

@font-face {
  font-family: "MiSans-Demibold";
  src: url("../fonts/MiSans-Demibold.woff2") format("woff2"), url("../fonts/MiSans-Demibold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.MiSans-Demibold {
  font-family: "MiSans-Demibold";
}

@font-face {
  font-family: "MiSans-Light";
  src: url("../fonts/MiSans-Light.woff2") format("woff2"), url("../fonts/MiSans-Light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.MiSans-Light {
  font-family: "MiSans-Light";
}

body {
  font-family: "MiSans-Regular", -apple-system, BlinkMacSystemFont, PingFang SC, Microsoft YaHei, Arial;
  margin: 0;
  padding: 0;
  font-style: normal !important;
  font-variant: normal !important;
  margin: 0px auto;
  padding: 0px;
  line-height: 1.6;
  font-size: 16px;
}

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

a:hover {
  color: #218aff;
  text-decoration: none;
  outline: none;
}

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

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

* html .clearfix {
  zoom: 1;
}

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

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

.fl {
  float: left;
}

.fr {
  float: right;
}

a, img {
  border: 0px;
  display: inline-block;
}

br {
  font-family: SimSun;
}

p {
  margin: 0px;
  padding: 0px;
}

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

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

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

input, select, textarea {
  font-family: "albb_regular", -apple-system, BlinkMacSystemFont, PingFang SC, Microsoft YaHei, Arial;
  outline: none;
}

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

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

input::-moz-placeholder {
  color: #000000;
}

input::-moz-placeholder {
  color: #000000;
}

input::-ms-input-placeholder {
  color: #000000;
}

input::-webkit-input-placeholder {
  color: #000000;
}

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

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0vw 13.3333vw white inset;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

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

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;
  text-decoration: none;
}

/*loading*/
.loading {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 9998;
  display: block;
}

.loading b.b1 {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  background-color: #004c98;
  position: absolute;
  left: 0px;
  top: 0%;
}

.container {
  width: 100%;
}

.section {
  width: 100%;
}

.section .pagefr_n {
  width: 100%;
  height: calc(var(--vh) * 100);
  overflow: hidden;
  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;
}

.section.active .pagefr_n {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
}

@-webkit-keyframes an_0 {
  0% {
    box-shadow: 0 0 0px 0px rgba(24, 152, 242, 0);
  }
  50% {
    box-shadow: 0 0 10px 3px rgba(24, 152, 242, 0.6);
  }
  100% {
    box-shadow: 0 0 0px 0px rgba(24, 152, 242, 0);
  }
}
@keyframes an_0 {
  0% {
    box-shadow: 0 0 0px 0px rgba(24, 152, 242, 0);
  }
  50% {
    box-shadow: 0 0 10px 3px rgba(24, 152, 242, 0.6);
  }
  100% {
    box-shadow: 0 0 0px 0px rgba(24, 152, 242, 0);
  }
}
@-webkit-keyframes an_02 {
  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_02 {
  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);
  }
}
.an_02 {
  -webkit-animation-name: an_02;
  animation-name: an_02;
}

@-webkit-keyframes an_02_f {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}
@keyframes an_02_f {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}
@-webkit-keyframes an_01 {
  0% {
    transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
  50% {
    transform: scale(0.93, 0.93);
    -moz-transform: scale(0.93, 0.93);
    -webkit-transform: scale(0.93, 0.93);
  }
  100% {
    transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
}
@keyframes an_01 {
  0% {
    transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
  50% {
    transform: scale(0.93, 0.93);
    -moz-transform: scale(0.93, 0.93);
    -webkit-transform: scale(0.93, 0.93);
  }
  100% {
    transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
}
@-webkit-keyframes an_03 {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
@keyframes an_03 {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
.an_03 {
  -webkit-animation-name: an_03;
  animation-name: an_03;
}

@-webkit-keyframes an_zdy {}
@keyframes an_zdy {}
.an_zdy {
  -webkit-animation-name: an_zdy;
  animation-name: an_zdy;
}

@-webkit-keyframes an_04 {
  0% {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
  }
  50% {
    transform: translateX(-0.05rem);
    -webkit-transform: translateX(-0.05rem);
    -moz-transform: translateX(-0.05rem);
  }
  100% {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
  }
}
@keyframes an_04 {
  0% {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
  }
  50% {
    transform: translateX(-0.05rem);
    -webkit-transform: translateX(-0.05rem);
    -moz-transform: translateX(-0.05rem);
  }
  100% {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
  }
}
@-webkit-keyframes an_04_02 {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
  }
  50% {
    transform: translateY(-0.05rem);
    -webkit-transform: translateY(-0.05rem);
    -moz-transform: translateY(-0.05rem);
  }
  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.05rem);
    -webkit-transform: translateY(-0.05rem);
    -moz-transform: translateY(-0.05rem);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
  }
}
@-webkit-keyframes an_04_01 {
  0% {
    transform: translateY(-0.03rem);
    -webkit-transform: translateY(-0.03rem);
    -moz-transform: translateY(-0.03rem);
    transform: scale(1.06, 1.06);
    -moz-transform: scale(1.06, 1.06);
    -webkit-transform: scale(1.06, 1.06);
  }
  50% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: scale(1.06, 1.06);
    -moz-transform: scale(1.06, 1.06);
    -webkit-transform: scale(1.06, 1.06);
  }
  100% {
    transform: translateY(-0.03rem);
    -webkit-transform: translateY(-0.03rem);
    -moz-transform: translateY(-0.03rem);
    transform: scale(1.06, 1.06);
    -moz-transform: scale(1.06, 1.06);
    -webkit-transform: scale(1.06, 1.06);
  }
}
@keyframes an_04_01 {
  0% {
    transform: translateY(-0.03rem);
    -webkit-transform: translateY(-0.03rem);
    -moz-transform: translateY(-0.03rem);
    transform: scale(1.06, 1.06);
    -moz-transform: scale(1.06, 1.06);
    -webkit-transform: scale(1.06, 1.06);
  }
  50% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: scale(1.06, 1.06);
    -moz-transform: scale(1.06, 1.06);
    -webkit-transform: scale(1.06, 1.06);
  }
  100% {
    transform: translateY(-0.03rem);
    -webkit-transform: translateY(-0.03rem);
    -moz-transform: translateY(-0.03rem);
    transform: scale(1.06, 1.06);
    -moz-transform: scale(1.06, 1.06);
    -webkit-transform: scale(1.06, 1.06);
  }
}
@-webkit-keyframes an_05 {
  0% {
    transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
  50% {
    transform: scale(1.06, 1.06);
    -moz-transform: scale(1.06, 1.06);
    -webkit-transform: scale(1.06, 1.06);
  }
  100% {
    transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
}
@keyframes an_05 {
  0% {
    transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
  50% {
    transform: scale(1.06, 1.06);
    -moz-transform: scale(1.06, 1.06);
    -webkit-transform: scale(1.06, 1.06);
  }
  100% {
    transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
}
@-webkit-keyframes an_06 {
  0% {
    opacity: 1;
    transform: scale(0.96, 0.96) translateY(0) translateX(0);
    -moz-transform: scale(0.96, 0.96) translateY(0) translateX(0);
    -webkit-transform: scale(0.96, 0.96) translateY(0) translateX(0);
  }
  25% {
    opacity: 0.6;
    transform: scale(1, 1) translateY(-10px) translateX(-10px);
    -moz-transform: scale(1, 1) translateY(-10px) translateX(-10px);
    -webkit-transform: scale(1, 1) translateY(-10px) translateX(-10px);
  }
  50% {
    opacity: 0.5;
    transform: scale(1, 1) translateY(-10px) translateX(10px);
    -moz-transform: scale(1, 1) translateY(-10px) translateX(10px);
    -webkit-transform: scale(1, 1) translateY(-10px) translateX(10px);
  }
  75% {
    opacity: 0.6;
    transform: scale(1, 1) translateY(-10px) translateX(0px);
    -moz-transform: scale(1, 1) translateY(-10px) translateX(0px);
    -webkit-transform: scale(1, 1) translateY(-10px) translateX(0px);
  }
  100% {
    opacity: 1;
    transform: scale(0.96, 0.96) translateY(0) translateX(0);
    -moz-transform: scale(0.96, 0.96) translateY(0) translateX(0);
    -webkit-transform: scale(0.96, 0.96) translateY(0) translateX(0);
  }
}
@keyframes an_06 {
  0% {
    opacity: 1;
    transform: scale(0.96, 0.96) translateY(0) translateX(0);
    -moz-transform: scale(0.96, 0.96) translateY(0) translateX(0);
    -webkit-transform: scale(0.96, 0.96) translateY(0) translateX(0);
  }
  25% {
    opacity: 0.6;
    transform: scale(1, 1) translateY(-10px) translateX(-10px);
    -moz-transform: scale(1, 1) translateY(-10px) translateX(-10px);
    -webkit-transform: scale(1, 1) translateY(-10px) translateX(-10px);
  }
  50% {
    opacity: 0.5;
    transform: scale(1, 1) translateY(-10px) translateX(10px);
    -moz-transform: scale(1, 1) translateY(-10px) translateX(10px);
    -webkit-transform: scale(1, 1) translateY(-10px) translateX(10px);
  }
  75% {
    opacity: 0.6;
    transform: scale(1, 1) translateY(-10px) translateX(0px);
    -moz-transform: scale(1, 1) translateY(-10px) translateX(0px);
    -webkit-transform: scale(1, 1) translateY(-10px) translateX(0px);
  }
  100% {
    opacity: 1;
    transform: scale(0.96, 0.96) translateY(0) translateX(0);
    -moz-transform: scale(0.96, 0.96) translateY(0) translateX(0);
    -webkit-transform: scale(0.96, 0.96) translateY(0) translateX(0);
  }
}
@-webkit-keyframes ksan {
  0% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes ksan {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@-webkit-keyframes ksan_01 {
  0% {
    -webkit-transform: scale(0.8);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes ksan_01 {
  0% {
    transform: scale(0.8);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
/*common*/
/* CSS Document */
* {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.in_body {
  min-height: 100vh !important;
  position: relative;
  opacity: 0;
}

.otherbody {
  min-height: 100vh;
  position: relative;
  background-color: #15191f;
  opacity: 0;
}

.orther_body {
  min-height: 100vh;
  position: relative;
}

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

.wrap_in {
  margin: 0px 1rem;
}

.wrap_c {
  margin: 0px 2rem;
}

.wrap_nr {
  margin: 0px auto;
  width: calc(100% - 40px);
  max-width: 1200px;
}

.w_wap {
  display: none !important;
}

.topfr {
  overflow: visible;
  height: 1.2rem;
  position: sticky;
  top: 0px;
  background-color: #000000;
  z-index: 9999;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
}

.topfr .fl {
  height: 1.2rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.topfr .fl a {
  display: inline-block;
}

.topfr .fl img {
  display: block;
  height: 0.5rem;
}

.hometop_up {
  top: -1.2rem;
}

.menufr {
  float: left;
}

.menufr ul li {
  float: left;
}

.menufr ul li .mu_t {
  height: 1.2rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 0px 0.5rem;
}

.menufr ul li .mu_t a {
  color: #fff;
}

.menufr ul li:first-child .mu_t {
  padding-left: 0px;
}

.menufr ul li .mu_c {
  width: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 1.2rem;
  background-color: #fff;
  -moz-box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.05);
  box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.05);
  display: none;
}

.menufr ul li .mu_c1 .muc_c {
  width: 100%;
  overflow: hidden;
  margin-top: 0.6rem;
  padding-bottom: 1rem;
}

.menufr ul li .mu_c1 .muc_c .wrap_c {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}

.menufr ul li .mu_c1 .muc_c .mucc_l {
  width: 23.68%;
  overflow: hidden;
  float: left;
  border-right: 1px solid #cedbea;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-right: 0.4rem;
}

.menufr ul li .mu_c1 .muc_c .mucc_l dl {
  width: 100%;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
}

.menufr ul li .mu_c1 .muc_c .mucc_l dl dd {
  width: 100%;
  overflow: hidden;
  height: 0.6rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 0.6rem;
  -webkit-border-radius: 0.6rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  padding: 0px 0.3rem;
  color: #000;
  cursor: pointer;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0.12rem;
}

.menufr ul li .mu_c1 .muc_c .mucc_l dl dd span {
  width: 100%;
  display: block;
  overflow: visible;
  position: relative;
}

.menufr ul li .mu_c1 .muc_c .mucc_l dl dd span::before {
  content: "";
  display: block;
  width: 0.1rem;
  height: 100%;
  background: url("../images/t_15.svg") 50% no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0px;
  top: 0px;
  pointer-events: none;
}

.menufr ul li .mu_c1 .muc_c .mucc_l dl dd.active {
  background-color: #eef5ff;
}

.menufr ul li .mu_c1 .muc_c .mucc_l dl dd.active span {
  color: #218aff;
}

.menufr ul li .mu_c1 .muc_c .mucc_l dl dd.active span::before {
  background-image: url("../images/t_13.svg");
}

.menufr ul li .mu_c1 .muc_c .mucc_l dl dd:last-child {
  margin-bottom: 0px;
}

.menufr ul li .mu_c1 .muc_c .mucc_r {
  width: 76.32%;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0px 0.4rem;
  border-right: 1px solid #cedbea;
  max-height: 60vh;
  overflow-y: auto;
}

.menufr ul li .mu_c1 .muc_c .mucc_r ul {
  width: 100%;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0.3rem;
}

.menufr ul li .mu_c1 .muc_c .mucc_r ul li {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  background: linear-gradient(#f9f9f9, #ffffff);
  background: -webkit-linear-gradient(#f9f9f9, #ffffff);
  background: -o-linear-gradient(#f9f9f9, #ffffff);
  background: -moz-linear-gradient(#f9f9f9, #ffffff);
  padding: 0.3rem;
}

.menufr ul li .mu_c1 .muc_c .mucc_r ul li .p {
  width: 100%;
  overflow: hidden;
}

.menufr ul li .mu_c1 .muc_c .mucc_r ul li .p1 {
  color: #000000;
}

.menufr ul li .mu_c1 .muc_c .mucc_r ul li .p2 {
  color: #666;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-top: 0.05rem;
  margin-bottom: 0.15rem;
}

.menufr ul li .mu_c1 .muc_c .mucc_r ul li .p3 {
  position: relative;
  height: 1.484rem;
  overflow-y: auto;
}

.menufr ul li .mu_c1 .muc_c .mucc_r ul li .p3 p {
  width: 100%;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0.01rem 0px;
  padding-left: 0.15rem;
}

.menufr ul li .mu_c1 .muc_c .mucc_r ul li .p3 p::before {
  content: "";
  display: block;
  width: 0.06rem;
  height: 0.06rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  background-color: #218aff;
  position: absolute;
  left: 0rem;
  top: 0.07rem;
}

.menufr ul li .mu_c1 .muc_c .mucc_r ul li .p3 img {
  display: block;
  height: 90%;
  object-fit: contain;
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.menufr ul li .mu_c1 .muc_c .mucc_r ul li .p4 {
  margin-top: 0.2rem;
}

.menufr ul li .mu_c1 .muc_c .mucc_r ul li .p4 a {
  width: 1.4rem;
  height: 0.4rem;
  display: block;
  overflow: hidden;
  background-color: #999999;
  color: #fff;
  padding-left: 0.2rem;
  line-height: 0.4rem;
  position: relative;
}

.menufr ul li .mu_c1 .muc_c .mucc_r ul li .p4 a::before {
  content: "";
  display: block;
  width: 0.12rem;
  height: 0.12rem;
  background: url("../images/t_07.svg") 50% no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0.2rem;
  top: 50%;
  margin-top: -0.06rem;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
}

.menufr ul li .mu_c1 .muc_c .mucc_r ul li .p4 a:hover {
  background-color: #218aff;
}

.menufr ul li .mu_c1 .muc_c .mucc_r ul li .p4 a:hover::before {
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.menufr ul li .mu_c1 .muc_c .mucc_r ul li:hover {
  background: linear-gradient(#eff6ff, #ffffff);
  background: -webkit-linear-gradient(#eff6ff, #ffffff);
  background: -o-linear-gradient(#eff6ff, #ffffff);
  background: -moz-linear-gradient(#eff6ff, #ffffff);
}

.menufr ul li .mu_c2 {
  background: linear-gradient(#ecf4ff, #ffffff);
  background: -webkit-linear-gradient(#ecf4ff, #ffffff);
  background: -o-linear-gradient(#ecf4ff, #ffffff);
  background: -moz-linear-gradient(#ecf4ff, #ffffff);
}

.menufr ul li.active .mu_t a {
  color: #218aff;
}

.menufr ul li.on .mu_t a {
  color: #218aff;
}

.top_lgn {
  float: left;
  margin-left: 0.5rem;
  position: relative;
}

.top_lgn .tlgn_t {
  width: 100%;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  height: 1.2rem;
}

.top_lgn .tlgn_t a {
  display: inline-block;
  color: #fff;
  padding-left: 0.4rem;
  overflow: visible;
  position: relative;
}

.top_lgn .tlgn_t a::before {
  content: "";
  display: block;
  width: 0.3rem;
  height: 100%;
  background: url("../images/t_01.svg") 50% no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}

.top_lgn .tlgn_t span {
  display: inline-block;
  position: relative;
  padding-right: 0.24rem;
}

.top_lgn .tlgn_t span::before {
  content: "";
  display: block;
  width: 0.16rem;
  height: 100%;
  background: url("../images/t_02.svg") 50% no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0px;
  top: 0px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
}

.top_lgn .tlgn_c {
  width: 1.6rem;
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-left: -0.8rem;
  top: 100%;
  background-color: #fff;
  -moz-box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.15);
  display: none;
  padding: 0.05rem 0px;
}

.top_lgn .tlgn_c p {
  width: 100%;
  overflow: hidden;
  text-align: center;
  padding: 0.08rem 0px;
}

.top_lgn.active .tlgn_t span::before {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.in_01 {
  overflow: hidden;
  position: relative;
  background: url("../upimg/in_01.webp") 50% no-repeat;
  background-size: cover;
}

.in01fr {
  width: 100%;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
}

.in01fr .in01_img {
  width: 50%;
  overflow: hidden;
  position: relative;
}

.in01fr .in01_img img {
  width: 100%;
  display: block;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
}

.in01fr .in01_img img.img2 {
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0%;
  object-fit: contain;
}

.in01fr .in01_txt {
  width: 50%;
  overflow: hidden;
}

.in01fr .in01_txt .c {
  width: 90%;
  overflow: visible;
}

.in01fr .in01_txt .p {
  width: 100%;
  overflow: visible;
}

.in01fr .in01_txt .p2 i {
  color: #218aff;
}

.in01fr .in01_txt .p6 {
  color: #666;
}

.in01fr:hover .in01_img img.img2 {
  transform: scale(1.05);
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
}

.in_02 {
  overflow: hidden;
  position: relative;
  background: url("../upimg/in_04.webp") 50% no-repeat;
  background-size: cover;
  -moz-box-shadow: 0 0.2rem 0.5rem rgba(194, 211, 230, 0.35);
  -webkit-box-shadow: 0 0.2rem 0.5rem rgba(194, 211, 230, 0.35);
  box-shadow: 0 0.2rem 0.5rem rgba(194, 211, 230, 0.35);
}

.in_02 .in01_txt .c {
  float: right;
}

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

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

.in03_t ul li {
  display: inline-block;
  line-height: 0.6rem;
  padding: 0px 0.2rem;
}

.in03_t ul li:hover {
  background-color: #218aff;
  color: #fff;
}

.in03_t ul li:hover a {
  transition: 0s;
  -webkit-transition: 0s;
  -o-transition: 0s;
  -moz-transition: 0s;
}

.in03_t ul li:hover a {
  color: #fff;
}

:root {
  --in03ch:auto;
}

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

.in03_c ul {
  width: 100%;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid #d8d8d8;
  border-left: 1px solid #d8d8d8;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.in03_c ul li {
  width: 100%;
  overflow: hidden;
  border-right: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: relative;
}

.in03_c ul li::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: -100%;
  z-index: 1;
  background: linear-gradient(#eff6ff, #ffffff);
  background: -webkit-linear-gradient(#eff6ff, #ffffff);
  background: -o-linear-gradient(#eff6ff, #ffffff);
  background: -moz-linear-gradient(#eff6ff, #ffffff);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
}

.in03_c ul li .nr {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 9;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0.6rem;
}

.in03_c ul li .nr .p {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 9;
}

.in03_c ul li .nr .p1 {
  color: #000;
}

.in03_c ul li .nr .p1 i {
  color: #218aff;
}

.in03_c ul li .nr .p2 {
  color: #666;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.in03_c ul li .nr .p3 {
  min-height: var(--in03ch);
}

.in03_c ul li .nr .p3 p {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-left: 0.24rem;
  margin-top: 0.05rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.in03_c ul li .nr .p3 p::before {
  content: "";
  display: block;
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  background-color: #218aff;
  position: absolute;
  left: 0px;
  top: 0.14rem;
}

.in03_c ul li .nr .img1 {
  display: block;
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  width: 47.67%;
  height: 65.79%;
  object-fit: contain;
}

.in03_c ul li.active::before {
  top: 0px;
}

.in03_c ul li.active .p1 {
  color: #218aff;
}

.in_04 {
  overflow: hidden;
  background-color: #f4f8fd;
}

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

.in04t_l {
  display: inline-block;
  position: relative;
  padding-left: 0.38rem;
}

.in04t_l::before {
  content: "";
  display: block;
  width: 0.08rem;
  height: 0.45rem;
  background-color: #218aff;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}

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

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

.in04_c ul li {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 2.8rem;
}

.in04_c ul li .in04c_box1 {
  width: 100%;
  height: 2.8rem;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: -100%;
  z-index: 4;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.in04_c ul li .in04c_box1 .bg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
}

.in04_c ul li .in04c_box1 .bg img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  position: absolute;
  left: 0px;
  top: 0px;
}

.in04_c ul li .in04c_box1 .c {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 0.3rem 0.5rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  z-index: 3;
}

.in04_c ul li .in04c_box1 .p {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.in04_c ul li .in04c_box1 .p1 {
  height: 1.6rem;
}

.in04_c ul li .in04c_box1 .p1 img {
  display: block;
  position: absolute;
}

.in04_c ul li .in04c_box1 .p1 img.img1 {
  width: 64.38%;
  height: 100%;
  object-fit: cover;
  left: 0px;
  top: 0px;
}

.in04_c ul li .in04c_box1 .p1 img.img2 {
  width: 33.08%;
  height: 46.88%;
  object-fit: cover;
  right: 0px;
  top: 0px;
}

.in04_c ul li .in04c_box1 .p1 img.img3 {
  width: 33.08%;
  height: 46.88%;
  object-fit: cover;
  right: 0px;
  bottom: 0px;
}

.in04_c ul li .in04c_box1 .p2 {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
  line-height: 0.4rem;
  margin-top: 0.2rem;
}

.in04_c ul li .in04c_box1 .p2 span {
  color: #fff;
}

.in04_c ul li .in04c_box1 .p2 .more2 {
  border: 1px solid #fff;
  background-color: #fff;
  color: #218aff !important;
}

.in04_c ul li .in04c_box2 {
  width: 100%;
  height: 2.8rem;
  overflow: hidden;
  background-color: #fff;
  position: relative;
  z-index: 3;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
}

.in04_c ul li .in04c_box2 .c {
  width: 100%;
  overflow: hidden;
  height: 2.8rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0.3rem 0.5rem;
}

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

.in04_c ul li .in04c_box2 .p1 {
  height: 1.5rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-bottom: 1px solid #b2b2b2;
}

.in04_c ul li .in04c_box2 .p1 img {
  display: block;
  margin-top: 0.1rem;
  height: 0.99rem;
}

.in04_c ul li .in04c_box2 .p2 {
  margin-top: 0.3rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
}

.in04_c ul li.active .in04c_box1 {
  top: 0px;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

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

.in04_x b {
  width: 100%;
  height: 1px;
  display: block;
  overflow: hidden;
  background-color: #c3c6ca;
}

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

.in_05 .in04_t {
  display: flex;
  display: -webkit-flex;
  align-items: flex-start;
  justify-content: space-between;
}

.in_05 .in05t_r {
  width: 65.79%;
}

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

.in05_c ul li {
  overflow: hidden;
  position: relative;
}

.in05_c ul li.li1 {
  width: calc(34.21% - 0.35rem);
  float: left;
}

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

.in05_c ul li.li1 .bg {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.in05_c ul li.li1 .bg img {
  width: 100%;
  display: block;
}

.in05_c ul li.li1 .txt {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 9;
  padding: 0.6rem 0rem 0px 0.6rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

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

.in05_c ul li.li1 .txt .p1 {
  color: #fff;
}

.in05_c ul li.li1 .txt .p1 span {
  display: inline-block;
}

.in05_c ul li.li1 .txt .p1 i {
  display: inline-block;
  margin-left: 0.2rem;
  position: relative;
  top: -0.02rem;
}

.in05_c ul li.li1 .txt .p2 {
  color: rgba(255, 255, 255, 0.7);
}

.in05_c ul li.li1 .txt .p3 {
  position: absolute;
  left: 0.6rem;
  bottom: 0.8rem;
}

.in05_c ul li.li2 {
  width: 65.79%;
  float: right;
}

.in05_c ul li.li2 .video {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.in05_c ul li.li2 .video .bg {
  width: 100%;
  overflow: hidden;
}

.in05_c ul li.li2 .video .bg img {
  width: 100%;
  display: block;
}

.in05_c ul li.li2 .video .icon {
  width: 1rem;
  height: 1rem;
  overflow: visible;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  z-index: 9;
  cursor: pointer;
}

.in05_c ul li.li2 .video .icon b {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  background: url("../images/t_08.svg") calc(50% + 0.03rem) 50% no-repeat;
  background-size: 0.25rem;
  z-index: 9;
}

.in05_c ul li.li2 .video .icon::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: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 8;
}

.in05_c ul li.li2 .video .icon::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 6;
  -webkit-animation: ksan 2.1s linear infinite;
  animation: ksan 2.1s linear infinite;
}

.in_06 {
  overflow: hidden;
  background-color: #fff;
}

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

.in06c_bg {
  width: 100%;
  overflow: hidden;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  position: relative;
}

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

.in06c_bg img.img2 {
  position: absolute;
  left: 0px;
  top: 0px;
  object-fit: cover;
  height: 100%;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.in06c_c {
  width: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  bottom: 0.5rem;
  z-index: 9;
}

.in06c_c ul {
  width: calc(100% - 2rem);
  overflow: hidden;
  margin: 0px auto;
  padding: 0px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 1rem;
  grid-row-gap: 0px;
}

.in06c_c ul li {
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  border-radius: 0.08rem;
  -webkit-border-radius: 0.08rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0px 0.4rem;
  height: 0.9rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-start;
}

.in06c_c ul li .i1 {
  color: #000;
}

.in06c_c ul li .i2 {
  color: #666;
  margin-left: 0.15rem;
}

.in06c_c ul li a {
  width: 100%;
  display: block;
  overflow: visible;
  position: relative;
}

.in06c_c ul li b {
  width: 0.14rem;
  height: 0.14rem;
  display: block;
  background: url("../images/t_09.svg") 50% no-repeat;
  background-size: 100%;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -0.07rem;
}

.in06c_c ul li.active {
  background-color: #218aff;
}

.in06c_c ul li.active .i1 {
  color: #fff;
}

.in06c_c ul li.active .i2 {
  color: rgba(255, 255, 255, 0.7);
}

.in06c_c ul li.active b {
  background-image: url("../images/t_07.svg");
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

:root {
  --in07_w:auto;
}

.in_07 {
  overflow: hidden;
  background-color: #f4f8fd;
}

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

.in07_c .b1 {
  width: 40.79%;
  height: 1px;
  display: block;
  pointer-events: none;
  position: absolute;
  left: 0px;
  top: 0px;
}

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

.in07_c ul li {
  width: 18.42%;
  overflow: hidden;
  position: relative;
  float: left;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
}

.in07_c ul li.active {
  width: 40.79%;
  overflow: hidden;
}

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

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

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

.in07_c ul li .bg img {
  width: calc(--in07_w);
  display: block;
}

.in07_c ul li .txt {
  width: 100%;
  overflow: hidden;
  text-align: center;
  position: absolute;
  left: 0px;
  bottom: 0.5rem;
  z-index: 9;
  color: #fff;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
}

.in_08 {
  overflow: hidden;
}

.in08_t {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
}

.in08tr_more {
  width: 1.9rem;
  height: 0.5rem;
  overflow: hidden;
}

.in08tr_more .in08r_prev {
  width: 0.9rem;
  height: 0.5rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 1px solid #000;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  float: left;
}

.in08tr_more .in08r_prev b {
  width: 0.14rem;
  height: 0.14rem;
  display: block;
  background: url("../images/t_10.svg") 50% no-repeat;
  background-size: 100%;
  transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
}

.in08tr_more .in08r_prev:hover {
  background-color: #218aff;
  border: 1px solid #218aff;
}

.in08tr_more .in08r_prev:hover b {
  background-image: url("../images/t_07.svg");
}

.in08tr_more .in08r_next {
  width: 0.9rem;
  height: 0.5rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 1px solid #000;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  float: right;
}

.in08tr_more .in08r_next b {
  width: 0.14rem;
  height: 0.14rem;
  display: block;
  background: url("../images/t_10.svg") 50% no-repeat;
  background-size: 100%;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.in08tr_more .in08r_next:hover {
  background-color: #218aff;
  border: 1px solid #218aff;
}

.in08tr_more .in08r_next:hover b {
  background-image: url("../images/t_07.svg");
}

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

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

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

.in08c_slide .swiper-slide ul {
  width: 100%;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 0.25rem;
}

.in08c_slide .swiper-slide ul li {
  width: 100%;
  overflow: hidden;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  background-color: #f4f8fd;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.in08c_slide .swiper-slide ul li img {
  width: 100%;
  display: block;
}

.in08c_slide .swiper-slide ul li:hover {
  border: 1px solid #d9dadc;
  background-color: #fff;
}

.btnfr {
  overflow: hidden;
  background-color: #000;
}

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

.btn_01 .wrap_c {
  display: flex;
  display: -webkit-flex;
  align-items: flex-start;
  justify-content: space-between;
}

.btn_01 .btn01_l {
  width: 27%;
  color: #fff;
}

.btn_01 .btn01_l .p {
  width: 100%;
  overflow: hidden;
}

.btn_01 .btn01_l .p1 img {
  display: block;
  height: 0.6rem;
}

.btn_01 .btn01_l .p2 ul li {
  width: 100%;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 0.2rem;
}

.btn_01 .btn01_l .p2 ul li img {
  display: block;
  width: 0.3rem;
}

.btn_01 .btn01_l .p2 ul li span {
  width: calc(100% - 0.3rem - 0.1rem);
  margin-left: 0.1rem;
}

.btn_01 .btn01_l .p2 ul li:last-child {
  margin-bottom: 0px;
}

.btn_01 .btn01_c {
  width: 30.79%;
  display: flex;
  display: -webkit-flex;
  align-items: flex-start;
  justify-content: space-between;
}

.btn_01 .btn01_c dl {
  margin: 0px;
  padding: 0px;
}

.btn_01 .btn01_c dl dt {
  color: #fff;
  width: 100%;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
  margin-bottom: 0.3rem;
}

.btn_01 .btn01_c dl dt a {
  color: #fff;
}

.btn_01 .btn01_c dl dd {
  width: 100%;
  overflow: hidden;
  margin: 0.1rem 0px;
  padding: 0px;
}

.btn_01 .btn01_c dl dd a {
  color: rgba(255, 255, 255, 0.5);
}

.btn_01 .btn01_c dl dd a:hover {
  color: #fff;
}

.btn_01 .btn01_r {
  width: 3.6rem;
}

.btn_01 .btn01_r ul li {
  width: 1.6rem;
  overflow: hidden;
  text-align: center;
  float: left;
}

.btn_01 .btn01_r ul li:last-child {
  float: right;
}

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

.btn_01 .btn01_r ul li span {
  width: 100%;
  display: block;
  overflow: hidden;
  text-align: center;
  color: #fff;
  margin-top: 0.1rem;
}

.btn_02 {
  width: 100%;
  overflow: hidden;
  background-color: #151515;
  color: rgba(255, 255, 255, 0.4);
  padding: 0.3rem 0px;
}

.btn_02 a {
  color: rgba(255, 255, 255, 0.4);
}

.btn_02 a:hover {
  color: #fff;
}

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

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

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

.prd_01 .wrap_c {
  position: relative;
  z-index: 9;
}

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

.prd02_c {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 9;
}

.prd02_c .nr {
  width: 100%;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  align-items: flex-end;
  justify-content: space-between;
}

.prd02c_l {
  width: calc(51.32% - 1.4rem);
  overflow: hidden;
  float: left;
}

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

.prd02c_l .p1 {
  margin-top: 0.38rem;
}

.prd02c_l .p2 {
  position: relative;
  padding-bottom: 0.6rem;
}

.prd02c_l .p2 i {
  color: #218aff;
}

.prd02c_l .p2::before {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.06rem;
  background-color: #218aff;
  border-radius: 0.06rem;
  -webkit-border-radius: 0.06rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.prd02c_l .p3 {
  margin-top: 0.5rem;
  color: #666;
}

.prd02c_l .p4 {
  margin-top: 0.7rem;
}

.prd02c_l .p4 img {
  width: 100%;
  display: block;
}

.prd02c_r {
  width: calc(48.68% - 0.48rem);
  overflow: hidden;
  float: right;
  margin-right: 0.48rem;
}

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

.prd_03 {
  overflow: hidden;
  background: linear-gradient(#edf5ff, #ffffff);
  background: -webkit-linear-gradient(#edf5ff, #ffffff);
  background: -o-linear-gradient(#edf5ff, #ffffff);
  background: -moz-linear-gradient(#edf5ff, #ffffff);
  -moz-box-shadow: 0 0.2rem 0.5rem rgba(194, 211, 230, 0.18);
  -webkit-box-shadow: 0 0.2rem 0.5rem rgba(194, 211, 230, 0.18);
  box-shadow: 0 0.2rem 0.5rem rgba(194, 211, 230, 0.18);
}

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

.prd03_t .fl {
  width: 50%;
}

.prd03_t .fr {
  width: 50%;
}

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

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

.prd_04 {
  overflow: hidden;
}

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

.prd_04 .p1 {
  text-align: center;
}

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

.prd_04 .p3 {
  text-align: center;
}

.prd_04 .p4 img {
  width: 100%;
  display: block;
}

.prd_05 {
  overflow: hidden;
  position: relative;
  background: linear-gradient(#edf5ff, #ffffff);
  background: -webkit-linear-gradient(#edf5ff, #ffffff);
  background: -o-linear-gradient(#edf5ff, #ffffff);
  background: -moz-linear-gradient(#edf5ff, #ffffff);
  -moz-box-shadow: 0 0.2rem 0.5rem rgba(194, 211, 230, 0.18);
  -webkit-box-shadow: 0 0.2rem 0.5rem rgba(194, 211, 230, 0.18);
  box-shadow: 0 0.2rem 0.5rem rgba(194, 211, 230, 0.18);
}

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

.prd05fr .bg {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  border-radius: 0.1rem;
  -webkit-border-radius: 0.1rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
}

.prd05fr .bg img {
  width: 100%;
  display: block;
}

.prd05fr .bg::before {
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  overflow: hidden;
  background: linear-gradient(to right, rgb(72, 132, 199), rgba(72, 132, 199, 0));
  background: -webkit-linear-gradient(to right, rgb(72, 132, 199), rgba(72, 132, 199, 0));
  background: -o-linear-gradient(to right, rgb(72, 132, 199), rgba(72, 132, 199, 0));
  background: -moz-linear-gradient(to right, rgb(72, 132, 199), rgba(72, 132, 199, 0));
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 9;
}

.prd05fr .txt {
  width: calc(100% + 1.6rem);
  overflow: hidden;
  height: 100%;
  position: absolute;
  left: 0.8rem;
  top: 0px;
  z-index: 9;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.prd05fr .txt .p {
  width: 100%;
  overflow: hidden;
  color: #fff;
}

.prd05fr .txt .p1 {
  position: absolute;
  top: 1rem;
  left: 0px;
}

.prd05fr .txt .p2 {
  position: absolute;
  left: 0px;
  bottom: 0.6rem;
  max-width: 4.85rem;
}

.prd_06 {
  overflow: hidden;
}

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

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

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

.prd_06 ul li.li2 {
  background: linear-gradient(#ffffff, #edf5ff);
  background: -webkit-linear-gradient(#ffffff, #edf5ff);
  background: -o-linear-gradient(#ffffff, #edf5ff);
  background: -moz-linear-gradient(#ffffff, #edf5ff);
  border-radius: 0.2rem;
  -webkit-border-radius: 0.2rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: relative;
}

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

.prd_06 ul li.li2 .p1 {
  text-align: center;
  position: absolute;
  left: 0px;
  top: 0.4rem;
}

.prd_06 ul li.li2 .p2 {
  position: absolute;
  left: 0px;
  bottom: 0.4rem;
  padding: 0px 0.4rem;
}

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

.prd_06 ul li.li3 .p {
  width: 100%;
  overflow: hidden;
  height: 50%;
}

.prd_06 ul li.li3 .p1 {
  display: flex;
  display: -webkit-flex;
  align-items: flex-start;
  justify-content: center;
}

.prd_06 ul li.li3 .p2 {
  display: flex;
  display: -webkit-flex;
  align-items: flex-end;
  justify-content: center;
}

.prd_06 ul li.li3 .p:first-child {
  display: flex;
  display: -webkit-flex;
  align-items: flex-start;
  justify-content: center;
}

.prd_06 ul li.li3 .p:last-child {
  display: flex;
  display: -webkit-flex;
  align-items: flex-end;
  justify-content: center;
}

.prd_07 {
  overflow: hidden;
  background: linear-gradient(#edf5ff, #ffffff);
  background: -webkit-linear-gradient(#edf5ff, #ffffff);
  background: -o-linear-gradient(#edf5ff, #ffffff);
  background: -moz-linear-gradient(#edf5ff, #ffffff);
  -moz-box-shadow: 0 0.2rem 0.5rem rgba(194, 211, 230, 0.18);
  -webkit-box-shadow: 0 0.2rem 0.5rem rgba(194, 211, 230, 0.18);
  box-shadow: 0 0.2rem 0.5rem rgba(194, 211, 230, 0.18);
}

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

.prd07fr .fl {
  width: 31.91%;
  overflow: hidden;
  background-color: #fff;
  border-radius: 0.15rem;
  -webkit-border-radius: 0.15rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: relative;
}

.prd07fr .fl .p {
  width: calc(100% - 1rem);
  overflow: visible;
  margin: 0px auto;
  padding: 0px;
}

.prd07fr .fl .p1 {
  text-align: center;
  margin-top: 0.5rem;
}

.prd07fr .fl .p2 {
  margin-top: 0.3rem;
}

.prd07fr .fl .p2 img {
  width: 100%;
  display: block;
  border-radius: 0.15rem;
  -webkit-border-radius: 0.15rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
}

.prd07fr .fl .p3 {
  margin-top: 0.2rem;
  background: linear-gradient(to right, #e8f3ff, #f6faff);
  background: -webkit-linear-gradient(to right, #e8f3ff, #f6faff);
  background: -o-linear-gradient(to right, #e8f3ff, #f6faff);
  background: -moz-linear-gradient(to right, #e8f3ff, #f6faff);
  border-radius: 0.15rem;
  -webkit-border-radius: 0.15rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0.2rem 0.4rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-start;
}

.prd07fr .fl .p3 img {
  display: block;
  width: 0.54rem;
  margin-right: 0.2rem;
}

.prd07fr .fr {
  width: calc(68.09% - 0.33rem);
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 0.15rem;
  -webkit-border-radius: 0.15rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  position: relative;
}

.prd07fr .fr .bg {
  widtH: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

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

.prd07fr .fr .txt {
  position: absolute;
  left: 0.8rem;
  top: 0.5rem;
  z-index: 9;
}

.prd_08 {
  overflow: hidden;
}

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

.prd08_c .txt {
  width: calc(64.47% - 1rem);
  overflow: hidden;
  float: left;
}

.prd08_c .txt table {
  width: 100%;
  overflow: hidden;
  border: 1px solid #f2f6fa;
  background-color: #f2f6fa;
}

.prd08_c .txt table tr td {
  padding: 0.13rem 0.2rem;
}

.prd08_c .txt table tr td:first-child {
  padding-left: 0.38rem;
  color: #666;
}

.prd08_c .txt table tr:nth-child(2n) td {
  background-color: #fff;
}

.prd08_c .txt table tr td:nth-child(1) {
  width: 23%;
}

.prd08_c .txt table tr td:nth-child(2) {
  text-align: center;
  font-family: MiSans-Demibold;
}

.hyd08_c .txt table {
  background-color: #fff;
  border: 1px solid #fff;
}

.hyd08_c .txt table tr:nth-child(2n) td {
  background-color: #f1f8ff;
}

.prd08_c .img {
  width: 35.53%;
  overflow: hidden;
  position: relative;
  float: right;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

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

.prd_09 {
  overflow: hidden;
  background: linear-gradient(#edf5ff, #ffffff);
  background: -webkit-linear-gradient(#edf5ff, #ffffff);
  background: -o-linear-gradient(#edf5ff, #ffffff);
  background: -moz-linear-gradient(#edf5ff, #ffffff);
}

.prd09_t {
  display: flex;
  display: -webkit-flex;
  align-items: flex-start;
  justify-content: space-between;
}

.prd09_t .prd09t_r {
  width: 65.79%;
  overflow: hidden;
  text-align: justify;
  text-justify: inter-ideograph;
}

.prd09_c {
  width: 100%;
  overflow: visible;
}

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

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

.p09cfr {
  width: 100%;
  overflow: hidden;
  border-radius: 0.15rem;
  -webkit-border-radius: 0.15rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  -moz-box-shadow: 0 0.2rem 0.5rem rgba(198, 208, 219, 0.35);
  -webkit-box-shadow: 0 0.2rem 0.5rem rgba(198, 208, 219, 0.35);
  box-shadow: 0 0.2rem 0.5rem rgba(198, 208, 219, 0.35);
  background-color: #fff;
}

.p09cfr .p09c_t {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0.35rem 0.4rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  cursor: pointer;
}

.p09cfr .p09c_t img {
  display: block;
  width: 0.8rem;
}

.p09cfr .p09c_t span {
  width: calc(100% - 0.8rem - 0.4rem);
  display: block;
  overflow: hidden;
  margin-left: 0.4rem;
}

.p09cfr .p09c_t::before {
  content: "";
  display: block;
  width: 0.18rem;
  height: 100%;
  background: url("../images/t_11.svg") 50% no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0.4rem;
  top: 0px;
  pointer-events: none;
}

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

.p09cfr .p09c_c .p09cc_t {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0.3rem 0.4rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.p09cfr .p09c_c .p09cc_c {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0px 0.4rem;
  padding-bottom: 0.3rem;
}

.p09cfr .p09c_c .p09cc_c img {
  width: 100%;
  display: block;
  border-radius: 0.15rem;
  -webkit-border-radius: 0.15rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
}

.p09cfr.active .p09c_t {
  display: none;
}

.p09cfr.active .p09c_c {
  display: block;
}

.prd09_c ul li .p09cfr:nth-child(2) {
  margin-top: 0.2rem;
}

.prd09_c ul li .p09cfr:nth-child(2) .p09c_t::before {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.hy_01 {
  overflow: hidden;
}

.hy01_t {
  width: 100%;
  overflow: hidden;
  text-align: center;
  position: relative;
  padding-bottom: 0.3rem;
}

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

.hy01_t .p1 {
  text-align: center;
  text-transform: uppercase;
  color: #f4f6f9;
}

.hy01_t .p2 {
  text-align: center;
  position: absolute;
  left: 0px;
  bottom: 0;
  z-index: 9;
  padding-bottom: 0.3rem;
}

.hy01_t .p2::before {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.05rem;
  background-color: #218aff;
  border-radius: 0.05rem;
  -webkit-border-radius: 0.05rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  position: absolute;
  left: 50%;
  bottom: 0px;
  margin-left: -0.25rem;
}

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

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

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

.hy01_tab ul li {
  width: 100%;
  height: 0.8rem;
  overflow: hidden;
  background-color: #f4f8fd;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 0.8rem;
  -webkit-border-radius: 0.8rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.hy01_tab ul li .c {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-start;
}

.hy01_tab ul li i {
  display: inline-block;
  position: relative;
}

.hy01_tab ul li i img {
  height: 0.4rem;
  display: block;
}

.hy01_tab ul li i img.img2 {
  position: absolute;
  left: 0px;
  top: 0px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.hy01_tab ul li span {
  display: inline-block;
  margin-left: 0.15rem;
  color: #000;
}

.hy01_tab ul li.active {
  background-color: #218aff;
}

.hy01_tab ul li.active i img.img2 {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.hy01_tab ul li.active i img.img1 {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

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

.hy01_c {
  width: 100%;
  overflow: visible;
  position: relative;
}

.hy01_c b.b1 {
  width: 0.25rem;
  height: 1px;
  display: block;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  left: 0px;
  top: 0px;
}

.hy01_c .hy01c_prev {
  width: 0.15rem;
  height: 100%;
  display: block;
  overflow: hidden;
  background: url("../images/t_12.svg") 50% no-repeat;
  background-size: 100%;
  position: absolute;
  left: -0.8rem;
  top: 0px;
  z-index: 999;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  cursor: pointer;
}

.hy01_c .hy01c_prev:hover {
  background-image: url("../images/t_13.svg");
}

.hy01_c .hy01c_next {
  width: 0.15rem;
  height: 100%;
  display: block;
  overflow: hidden;
  background: url("../images/t_12.svg") 50% no-repeat;
  background-size: 100%;
  position: absolute;
  right: -0.8rem;
  top: 0px;
  z-index: 999;
  transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  cursor: pointer;
}

.hy01_c .hy01c_next:hover {
  background-image: url("../images/t_13.svg");
}

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

.hy01c_slide .swiper-slide {
  width: calc((100% - 0.5rem) / 3);
  overflow: hidden;
  position: relative;
}

.hy01c_slide .swiper-slide img {
  width: 100%;
  display: block;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
}

.hy01c_slide .swiper-slide:hover img {
  transform: scale(1.03);
  -moz-transform: scale(1.03);
  -webkit-transform: scale(1.03);
}

.hy_02 {
  overflow: hidden;
  background: linear-gradient(#edf5ff, #ffffff);
  background: -webkit-linear-gradient(#edf5ff, #ffffff);
  background: -o-linear-gradient(#edf5ff, #ffffff);
  background: -moz-linear-gradient(#edf5ff, #ffffff);
  -moz-box-shadow: 0 0.2rem 0.5rem rgba(194, 211, 230, 0.18);
  -webkit-box-shadow: 0 0.2rem 0.5rem rgba(194, 211, 230, 0.18);
  box-shadow: 0 0.2rem 0.5rem rgba(194, 211, 230, 0.18);
}

.hy02_t {
  width: 100%;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
}

.hy02_t i {
  color: #218aff;
}

.hy02_c {
  width: 100%;
  overflow: visible;
  position: relative;
}

.hy02_c .bg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  border-radius: 0.2rem;
  -webkit-border-radius: 0.2rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.hy02_c .bg_mask {
  width: 60%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  right: 0rem;
  top: 0rem;
  z-index: 2;
  border-radius: 0.2rem;
  -webkit-border-radius: 0.2rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  -moz-box-shadow: 0 0 0.36rem rgba(39, 146, 255, 0.23);
  -webkit-box-shadow: 0 0 0.36rem rgba(39, 146, 255, 0.23);
  box-shadow: 0 0 0.36rem rgba(39, 146, 255, 0.23);
}

.hy02_c .txt {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 9;
  border-radius: 0.2rem;
  -webkit-border-radius: 0.2rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.hy02_c .txt img {
  width: 100%;
  display: block;
}

.hy02_c .txt .p1 {
  position: absolute;
  right: 1rem;
  top: 0.7rem;
  color: #303134;
  text-align: right;
}

.hy_03 {
  overflow: hidden;
}

.hy03fr {
  width: 100%;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
}

.hy03fr .img {
  width: 62.76%;
  overflow: hidden;
}

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

.hy03fr .txt {
  width: calc(37.24% - 1.5rem);
  overflow: hidden;
}

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

.hy03fr .txt .p2 {
  position: relative;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}

.hy03fr .txt .p2 i {
  color: #218aff;
}

.hy03fr .txt .p2::before {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.06rem;
  background-color: #218aff;
  border-radius: 0.06rem;
  -webkit-border-radius: 0.06rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.hy03fr .txt .p3 {
  color: #666;
}

.hy03fr .txt .p4 img {
  width: 100%;
  display: block;
}

.hy_04 {
  overflow: hidden;
  background: linear-gradient(#edf5ff, #ffffff);
  background: -webkit-linear-gradient(#edf5ff, #ffffff);
  background: -o-linear-gradient(#edf5ff, #ffffff);
  background: -moz-linear-gradient(#edf5ff, #ffffff);
  -moz-box-shadow: 0 0.2rem 0.5rem rgba(194, 211, 230, 0.18);
  -webkit-box-shadow: 0 0.2rem 0.5rem rgba(194, 211, 230, 0.18);
  box-shadow: 0 0.2rem 0.5rem rgba(194, 211, 230, 0.18);
}

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

.hy04_l {
  width: calc(46.05% - 1.2rem);
  overflow: hidden;
  float: left;
}

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

.hy04_l .p2 {
  position: relative;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}

.hy04_l .p2 i {
  color: #218aff;
}

.hy04_l .p2::before {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.06rem;
  background-color: #218aff;
  border-radius: 0.06rem;
  -webkit-border-radius: 0.06rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.hy04_l .p3 {
  color: #666;
}

.hy04_l .p4 img {
  width: 100%;
  display: block;
}

.hy04_r {
  width: 53.95%;
  overflow: hidden;
  float: right;
}

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

.hy_05 {
  overflow: hidden;
}

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

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

.hy05_l {
  width: 28.49%;
  overflow: hidden;
  float: left;
  position: absolute;
  right: 5%;
  top: 5%;
  z-index: 9;
}

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

.hy05_l .p2 {
  position: relative;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}

.hy05_l .p2 i {
  color: #218aff;
}

.hy05_l .p2::before {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.06rem;
  background-color: #218aff;
  border-radius: 0.06rem;
  -webkit-border-radius: 0.06rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.hy05_l .p3 {
  color: #666;
}

.hy_06 {
  overflow: hidden;
}

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

.hy06fr .fl {
  width: 31.91%;
  overflow: hidden;
  border-radius: 0.15rem;
  -webkit-border-radius: 0.15rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: relative;
  background: linear-gradient(rgba(255, 255, 255, 0), rgb(239, 246, 255));
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgb(239, 246, 255));
  background: -o-linear-gradient(rgba(255, 255, 255, 0), rgb(239, 246, 255));
  background: -moz-linear-gradient(rgba(255, 255, 255, 0), rgb(239, 246, 255));
}

.hy06fr .fl .p {
  width: calc(100% - 1rem);
  overflow: visible;
  margin: 0px auto;
  padding: 0px;
}

.hy06fr .fl .p1 {
  text-align: center;
  margin-top: 0.5rem;
}

.hy06fr .fl .p2 {
  margin-top: 0.3rem;
}

.hy06fr .fl .p2 img {
  width: 100%;
  display: block;
  border-radius: 0.15rem;
  -webkit-border-radius: 0.15rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
}

.hy06fr .fl .p3 {
  margin-top: 0.2rem;
  background: linear-gradient(to right, #deeeff, #e7f2ff);
  background: -webkit-linear-gradient(to right, #deeeff, #e7f2ff);
  background: -o-linear-gradient(to right, #deeeff, #e7f2ff);
  background: -moz-linear-gradient(to right, #deeeff, #e7f2ff);
  border-radius: 0.15rem;
  -webkit-border-radius: 0.15rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0.2rem 0.4rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-start;
}

.hy06fr .fl .p3 img {
  display: block;
  width: 0.54rem;
  margin-right: 0.2rem;
}

.hy06fr .fr {
  width: calc(68.09% - 0.33rem);
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 0.15rem;
  -webkit-border-radius: 0.15rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  position: relative;
}

.hy06fr .fr .bg {
  widtH: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

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

.hy06fr .fr .txt {
  position: absolute;
  left: 0.8rem;
  top: 0.5rem;
  z-index: 9;
}

.hy_07 {
  overflow: hidden;
  background: linear-gradient(#edf5ff, #ffffff);
  background: -webkit-linear-gradient(#edf5ff, #ffffff);
  background: -o-linear-gradient(#edf5ff, #ffffff);
  background: -moz-linear-gradient(#edf5ff, #ffffff);
  -moz-box-shadow: 0 0.2rem 0.5rem rgba(194, 211, 230, 0.18);
  -webkit-box-shadow: 0 0.2rem 0.5rem rgba(194, 211, 230, 0.18);
  box-shadow: 0 0.2rem 0.5rem rgba(194, 211, 230, 0.18);
}

.hy_08 {
  position: relative;
}

.hy08_t {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
}

.hy08t_spfr {
  display: inline-block;
  width: 50%;
}

.hy08t_spfr .hy08t_sp {
  width: auto;
  bottom: 0px !important;
  float: right;
}

.hy08t_spfr span {
  width: 12px;
  height: 12px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 1px solid #218aff;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  background-color: rgba(255, 255, 255, 0);
  margin: 0px 0px 0px 0.2rem !important;
  padding: 0px !important;
}

.hy08t_spfr span.swiper-pagination-bullet-active {
  background-color: #218aff;
}

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

.hy08_c .b1 {
  width: 0.25rem;
  height: 1px;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  pointer-events: none;
  z-index: 1;
}

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

.hy08c_slide .swiper-slide {
  width: calc((100% - 0.5rem) / 3);
  overflow: hidden;
}

.hy08cfr {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 1px solid #d7dee8;
}

.hy08cfr .img {
  width: 100%;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  background-color: #f4f7fc;
}

.hy08cfr .img img {
  width: 100%;
  display: block;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
  margin: 0px auto;
}

.hy08cfr .txt {
  width: 100%;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.3rem 0.4rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.hy08cfr .txt i {
  color: #218aff;
}

.hy08cfr:hover .img img {
  transform: scale(1.03);
  -moz-transform: scale(1.03);
  -webkit-transform: scale(1.03);
}

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

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

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

.sub_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: center;
}

.sub_txt .c {
  width: 100%;
  overflow: hidden;
}

.sub_nav {
  width: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 9;
}

.sub_nav .txt {
  width: 100%;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0.3rem 0px;
}

.sub_nav .txt a {
  display: inline-block;
  float: left;
}

.sub_nav .txt i {
  display: inline-block;
  float: left;
  margin: 0px 0.1rem;
}

.ab_01 {
  overflow: hidden;
}

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

.ab01_t {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 9;
}

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

.ab01_c .img {
  width: 74.54%;
  overflow: hidden;
  float: right;
}

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

.ab01_c .txt {
  position: absolute;
  left: 0px;
  bottom: 0px;
}

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

.ab01_c .txt .p1 .i1 {
  color: #218aff;
}

.ab01_c .txt .p1 .i2 {
  position: relative;
  top: -0.03rem;
  margin-left: 0.1rem;
}

.ab01_c .txt .p2 {
  color: rgba(0, 0, 0, 0.7);
}

.ab01_txt {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  text-align: justify;
  text-justify: inter-ideograph;
  padding-left: 25.46%;
  position: relative;
}

.ab01_txt::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #a6b3c0;
  position: absolute;
  left: 0px;
  top: 0px;
}

.ab_02 {
  overflow: hidden;
  background-color: #f4f8fd;
}

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

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

.ab02_c .video .bg {
  width: 100%;
  overflow: hidden;
}

.ab02_c .video .bg img {
  width: 100%;
  display: block;
}

.ab02_c .video .icon {
  width: 1rem;
  height: 1rem;
  overflow: visible;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  z-index: 9;
  cursor: pointer;
}

.ab02_c .video .icon b {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  background: url("../images/t_08.svg") calc(50% + 0.03rem) 50% no-repeat;
  background-size: 0.25rem;
  z-index: 9;
}

.ab02_c .video .icon::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: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 8;
}

.ab02_c .video .icon::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 6;
  -webkit-animation: ksan 2.1s linear infinite;
  animation: ksan 2.1s linear infinite;
}

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

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

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

.lxwm_c {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 9;
}

.lxmwcfr {
  width: 100%;
  overflow: visible;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
}

.lxmwcfr .lx_l {
  width: calc(51.32% - 1rem);
  overflow: hidden;
}

.lxmwcfr .lx_l .p {
  width: 100%;
  overflow: hidden;
}

.lxmwcfr .lx_l .p1 {
  color: #fff;
}

.lxmwcfr .lx_l .p2 p {
  width: 100%;
  overflow: hidden;
  position: relative;
  color: #fff;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-left: 0.3rem;
}

.lxmwcfr .lx_l .p2 p::before {
  content: "";
  display: block;
  width: 0.1rem;
  height: 0.1rem;
  background-color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -0.05rem;
}

.lxmwcfr .lx_l .p3 {
  color: #fff;
}

.lxmwcfr .lx_l .p4 {
  color: #fff;
}

.lxmwcfr .lx_l .p5 .morelx {
  display: inline-block;
}

.lxmwcfr .lx_l .p5 .c {
  display: inline-block;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-start;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 0.8rem;
  -webkit-border-radius: 0.8rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  padding: 0.1rem 0.4rem 0.1rem 0.1rem;
  color: #fff;
}

.lxmwcfr .lx_l .p5 .c img {
  display: block;
  width: 0.6rem;
  margin-right: 0.2rem;
}

.lxmwcfr .lx_r {
  width: 48.68%;
  overflow: visible;
  background-color: #fff;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0.6rem 0.4rem;
  border-radius: 0.12rem;
  -webkit-border-radius: 0.12rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
}

.lxmwcfr .lx_r .p {
  width: 100%;
  overflow: hidden;
}

.lxmwcfr .lx_r .p1 {
  text-align: center;
}

.lxmwcfr .lx_r .p2 {
  color: #666;
  text-align: center;
}

.lxmwcfr .lx_r .p3 {
  overflow: visible;
}

.lxmwcfr .lx_r .p3 ul li {
  width: 100%;
  overflow: visible;
  height: 0.7rem;
  position: relative;
  margin-bottom: 0.2rem;
}

.lxmwcfr .lx_r .p3 ul li .img1 {
  display: block;
  width: 0.2rem;
  position: absolute;
  left: 0.3rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
}

.lxmwcfr .lx_r .p3 ul li .lxr_txt {
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 1px solid #dddddd;
  border-radius: 0.12rem;
  -webkit-border-radius: 0.12rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  padding-left: 0.8rem;
  padding-right: 0.4rem;
  height: 0.7rem;
  color: #000;
  background-color: #f8f8f8;
}

.lxmwcfr .lx_r .p3 ul li select {
  width: 100%;
  height: 0.7rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 1px solid #ddd;
  border-radius: 0.12rem;
  -webkit-border-radius: 0.12rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  padding-left: 0.8rem;
  padding-right: 0.4rem;
  background-color: #f8f8f8;
  cursor: pointer;
}

.sel1fr {
  width: 100%;
  overflow: visible;
  height: 0.7rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 1px solid #dddddd;
  border-radius: 0.12rem;
  -webkit-border-radius: 0.12rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  background-color: #f8f8f8;
}

.sel1fr .layui-form-select {
  margin-left: 0.8rem;
  margin-right: 0.2rem;
}

.sel1fr .layui-select-title {
  height: 0.7rem;
}

.sel1fr .layui-form-select .layui-input {
  height: 0.7rem;
  background-color: rgba(255, 255, 255, 0);
  border: 0px;
}

.sel1fr .layui-form-select .layui-input:focus {
  -moz-box-shadow: 0 0 0 rgba(255, 255, 255, 0);
  -webkit-box-shadow: 0 0 0 rgba(255, 255, 255, 0);
  box-shadow: 0 0 0 rgba(255, 255, 255, 0);
}

.sel1fr .layui-form-select .layui-edge {
  width: 0.17rem;
  height: 0.1rem;
  background: url("../images/t_11.svg") 50% no-repeat;
  background-size: 100%;
  border: 0px;
  margin-top: -0.065rem;
}

.sel1fr .layui-form-select dl dd.layui-this {
  color: #218aff;
}

.sel1fr .layui-form-select dl {
  top: 0.7rem;
  padding-top: 0px;
  padding-bottom: 0px;
  max-height: 1.6rem;
}

.sel1fr .layui-form-select dl dd, .sel1fr .layui-form-select dl dt {
  line-height: 1.75;
  padding: 0.1rem 10px;
  font-size: 0.2rem;
}

.li_btn {
  text-align: center;
  height: 0.6rem;
}

.li_btn input {
  width: 2.5rem;
  height: 0.6rem;
  border: 0px;
  cursor: pointer;
  border-radius: 0.6rem;
  -webkit-border-radius: 0.6rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  background-color: #218aff;
  color: #fff;
}

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

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

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

.jsq_c {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 9;
}

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

.jsqcfr .img {
  width: 46.38%;
  overflow: hidden;
  position: relative;
  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;
  border: 2px solid #fff;
  background-color: rgba(255, 255, 255, 0.35);
  -moz-box-shadow: 0 0.1rem 0.4rem rgba(46, 134, 233, 0.1);
  -webkit-box-shadow: 0 0.1rem 0.4rem rgba(46, 134, 233, 0.1);
  box-shadow: 0 0.1rem 0.4rem rgba(46, 134, 233, 0.1);
}

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

.jsqcfr .txt {
  width: calc(53.62% - 1.6rem);
  overflow: hidden;
}

.jsqcfr .txt .li {
  width: 100%;
  overflow: visible;
}

.jsqcfr .txt .li .sp1 {
  float: left;
  margin-left: 0.2rem;
}

.jsqcfr .txt .li1 {
  height: 0.7rem;
  border-radius: 0.1rem;
  -webkit-border-radius: 0.1rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  background-color: rgba(255, 255, 255, 0.8);
  position: relative;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
}

.jsqcfr .txt .li1 .sel_02 {
  float: right;
  display: inline-block;
  margin-right: 0.3rem;
  position: relative;
  height: 0.7rem;
}

.jsqcfr .txt .li2 .dd {
  width: 100%;
  overflow: visible;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.2rem;
}

.jsqcfr .txt .li2 .dd .sp2 {
  float: right;
  margin-right: 0.2rem;
}

.jsqcfr .txt .li2 .dd .box {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-end;
}

.jsqcfr .txt .li2 .dd .box label {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 0.5rem;
  cursor: pointer;
}

.jsqcfr .txt .li2 .dd .box label:last-child {
  margin-right: 0px;
}

.jsqcfr .txt .li2 .dd .box label input {
  width: 0.3rem;
  height: 0.3rem;
  border: 0px;
  margin-right: 0.15rem;
  outline: none;
  background: url("../images/select.svg") 50% no-repeat;
  background-size: 100%;
  cursor: pointer;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
}

.jsqcfr .txt .li2 .dd .box label input:checked {
  background: url("../images/select_active.svg");
  outline: none;
}

.jsqcfr .txt .li2 .dd .box label.lb1 {
  display: none;
  margin-right: 0px;
}

.jsqcfr .txt .li2 .dd .box.active label.lb1 {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-start;
}

.jsqcfr .txt .li2 .dd .box.active label.lb2 {
  display: none;
}

.jsqcfr .txt .li2 .dd .box {
  margin-right: 0.2rem;
}

.jsqcfr .txt .li3 {
  overflow: hidden;
  background-color: #fff;
  border-radius: 0.1rem;
  -webkit-border-radius: 0.1rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  margin-top: 0.3rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0rem 0.2rem;
}

.jsqcfr .txt .li3 ul li {
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #d9e2ec;
  padding: 0.2rem 0px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
}

.jsqcfr .txt .li3 ul li .sp1 {
  margin-left: 0px;
}

.jsqcfr .txt .li3 ul li:last-child {
  border-bottom: 0px;
}

.jsqcfr .txt .li4 {
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.2rem;
}

.jsqcfr .txt .li4 .sp2 {
  color: #218aff;
  margin-right: 0.2rem;
}

.jsqcfr .txt .li5 {
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0px;
}

.jsqcfr .txt .li5 .sp2 {
  margin-right: 0.2rem;
}

.jsqcfr .txt .li6 {
  overflow: hidden;
  color: #999;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0px 0.2rem;
  padding-top: 0.3rem;
}

.jsqcfr .txt .li6 p {
  margin-top: 0.1rem;
}

.rightfr {
  width: 0.8rem;
  overflow: hidden;
  position: fixed;
  right: 0.2rem;
  bottom: 2rem;
  z-index: 9997;
}

.rightfr ul li {
  width: 100%;
  overflow: hidden;
  margin-bottom: 0.1rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 1px solid #218aff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  position: relatives;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
}

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

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

.rightfr ul li img.img2 {
  position: absolute;
  left: 0px;
  top: 0px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.rightfr ul li:hover {
  background-color: #218aff;
}

.rightfr ul li:hover img.img1 {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.rightfr ul li:hover img.img2 {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.rightfr ul li:last-child {
  margin-bottom: 0px;
}

.sel02fr .layui-select-title {
  height: 0.7rem;
}

.sel02fr .layui-form-select .layui-input {
  height: 0.7rem;
  border: 0px;
  background-color: rgba(255, 255, 255, 0);
  color: #218aff;
  font-family: MiSans-Demibold;
}

.sel02fr .layui-form-select .layui-input:focus {
  -moz-box-shadow: 0 0 0 rgba(255, 255, 255, 0);
  -webkit-box-shadow: 0 0 0 rgba(255, 255, 255, 0);
  box-shadow: 0 0 0 rgba(255, 255, 255, 0);
}

.sel02fr .layui-form-select .layui-edge {
  width: 0.21rem;
  height: 0.13rem;
  background: url("../images/t_14.svg") 50% no-repeat;
  background-size: 100%;
  border: 0px;
  margin-top: -0.065rem;
}

.sel02fr .layui-form-select dl dd.layui-this {
  color: #218aff;
}

.sel02fr .layui-form-select dl {
  top: 0.7rem;
  padding-top: 0px;
  padding-bottom: 0px;
}

.sel02fr .layui-form-select dl dd, .sel02fr .layui-form-select dl dt {
  line-height: 1.75;
  padding: 0.1rem 10px;
  font-size: 0.2rem;
}

.more1 {
  display: inline-block;
  height: 0.55rem;
  line-height: 0.55rem;
  padding: 0px 0.67rem 0px 0.55rem;
  background-color: #999;
  color: #fff;
  position: relative;
}

.more1::before {
  content: "";
  display: block;
  width: 0.16rem;
  height: 0.16rem;
  background: url("../images/t_07.svg") 50% no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0.23rem;
  top: 50%;
  margin-top: -0.08rem;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
}

.more1:hover {
  background-color: #218aff;
  color: #fff;
}

.more1:hover::before {
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.more2 {
  display: inline-block;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 0.4rem;
  line-height: 0.4rem;
  padding: 0px 0.38rem;
  border: 1px solid #000;
  color: #000 !important;
  text-transform: uppercase;
}

.more2:hover {
  border: 1px solid #218aff;
  background-color: #218aff;
  color: #fff !important;
}

.more3 {
  display: inline-block;
  height: 0.55rem;
  line-height: 0.55rem;
  padding: 0px 0.67rem 0px 0.55rem;
  background-color: #fff;
  color: #218aff;
  position: relative;
}

.more3::before {
  content: "";
  display: block;
  width: 0.16rem;
  height: 0.16rem;
  background: url("../images/t_09.svg") 50% no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0.23rem;
  top: 50%;
  margin-top: -0.08rem;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
}

.more3:hover::before {
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.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.344rem;
  }
}
@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.45rem;
  }
}
@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.84rem;
  }
}
@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: 1.02rem;
  }
}
@media screen and (max-width: 768px) {
  .font24px_line15x2 {
    height: 0.84rem;
  }
}
@media screen and (max-width: 500px) {
  .font24px_line15x2 {
    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.896rem;
  }
}
@media screen and (max-width: 768px) {
  .font18px_line16x2 {
    height: 0.704rem;
  }
}
@media screen and (max-width: 500px) {
  .font18px_line16x2 {
    height: 0.704rem;
  }
}

.font16px_line16x2 {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
  height: 0.512rem;
  line-height: 1.6;
}
@media screen and (max-width: 1600px) {
  .font16px_line16x2 {
    height: 44.8px;
  }
}
@media screen and (max-width: 1440px) {
  .font16px_line16x2 {
    height: 44.8px;
  }
}
@media screen and (max-width: 1025px) {
  .font16px_line16x2 {
    height: 0.832rem;
  }
}
@media screen and (max-width: 768px) {
  .font16px_line16x2 {
    height: 0.64rem;
  }
}
@media screen and (max-width: 500px) {
  .font16px_line16x2 {
    height: 0.64rem;
  }
}

.font16px_line16x3 {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  display: -webkit-box;
  height: 0.768rem;
  line-height: 1.6;
}
@media screen and (max-width: 1600px) {
  .font16px_line16x3 {
    height: 67.2px;
  }
}
@media screen and (max-width: 1440px) {
  .font16px_line16x3 {
    height: 67.2px;
  }
}
@media screen and (max-width: 1025px) {
  .font16px_line16x3 {
    height: 1.248rem;
  }
}
@media screen and (max-width: 768px) {
  .font16px_line16x3 {
    height: 0.96rem;
  }
}
@media screen and (max-width: 500px) {
  .font16px_line16x3 {
    height: 0.96rem;
  }
}

/*.swiper-button-disabled{opacity:0;}*/
@media screen and (max-width: 1023px) {
  .w_wap {
    display: block !important;
  }
  .w_pc {
    display: none !important;
  }
  .wrap {
    max-width: 100%;
    margin: 0px auto;
  }
  .wrap_in {
    margin: 0px 20px;
    padding: 0px;
    position: relative;
  }
  .wrap_c {
    width: auto;
    padding: 0px 20px;
    margin: 0px auto;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .wrap_c1 {
    width: auto;
    padding: 0px 20px;
    margin: 0px auto;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .wrap_nr {
    margin: 0px 20px;
    width: calc(100% - 40px);
  }
  .mtmenu_click {
    width: 0.4rem;
    height: 0.4rem;
    margin-left: 0.3rem;
    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;
    position: relative;
    float: left;
    margin-top: 0.4rem;
  }
  .mtmenu_click span {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    background: url("../images/menu_01.svg") 50% no-repeat;
    background-size: 0.4rem;
  }
  .mtmenu_click.active span {
    background-image: url("../images/menu_02.svg");
    background-size: 0.3rem;
  }
  .menufr {
    display: none;
    width: 100%;
    position: absolute;
    left: 0px;
    top: calc(1.2rem - 1px);
    height: calc(100vh - 1.2rem - 1px);
    background-color: #000;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
  .menufr ul {
    width: 100%;
    overflow: hidden;
  }
  .menufr ul li {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .menufr ul li .mu_t {
    padding: 0px 20px;
    justify-content: flex-start;
    font-size: 0.26rem;
    position: relative;
    height: 1rem;
  }
  .menufr ul li:first-child .mu_t {
    padding-left: 20px;
  }
  .menufr ul li:last-child .mu_t {
    padding-right: 20px;
  }
  .menufr ul li.li1 .mu_t::before {
    content: "";
    display: block;
    width: 0.22rem;
    height: 100%;
    background: url("../images/t_02.svg") 50% no-repeat;
    background-size: 100%;
    position: absolute;
    right: 20px;
    top: 0px;
  }
  .menufr ul li.active .mu_t::before {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
  }
  .menufr ul li .mu_c {
    position: relative;
    top: 0px;
    display: none;
  }
  .menufr ul li .mu_c1 .muc_c .mucc_l {
    width: 50%;
    border: 0px;
    padding-right: 0px;
  }
  .menufr ul li .mu_c1 .muc_c {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    margin-top: 0px;
  }
  .menufr ul li .mu_c1 .muc_c .mucc_r {
    width: 50%;
    padding: 0px;
    border-right: 0px;
    padding-left: 0.2rem;
    min-height: 100%;
  }
  .menufr ul li .mu_c1 .muc_c .mucc_r ul {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0.1rem;
  }
  .menufr ul li .mu_c1 .muc_c .mucc_r ul li {
    padding: 0.1rem;
  }
  .menufr ul li .mu_c1 .muc_c .mucc_r ul li .p2 {
    display: none;
  }
  .menufr ul li .mu_c1 .muc_c .mucc_r ul li .p3 {
    display: none;
  }
  .menufr ul li .mu_c1 .muc_c .mucc_r ul li .p4 {
    display: none;
  }
  .menufr ul li .mu_c .prd09_c {
    padding: 0.4rem 0px;
  }
  .menufr ul li .mu_c .prd09_c ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .prd09_c ul {
    overflow: visible;
  }
  .prd09_c ul li {
    overflow: visible;
  }
  .p09cfr .p09c_t {
    display: none;
  }
  .p09cfr .p09c_c {
    display: block;
  }
  .p09cfr .p09c_c .p09cc_t {
    padding: 0.15rem 0.4rem;
  }
  .p09cfr .p09c_c .p09cc_c {
    display: none;
  }
  .in01fr {
    display: block;
  }
  .in01fr .in01_txt .c {
    width: 100%;
  }
  .in01fr .in01_img {
    width: 60%;
    margin: 0px auto;
    padding: 0px;
  }
  .in01fr .in01_txt {
    width: 100%;
    padding-bottom: 0.6rem;
  }
  .in03_t ul {
    flex-wrap: wrap;
  }
  .in03_t ul li {
    width: 50%;
    padding: 0px;
    text-align: center;
  }
  .in03_c ul {
    grid-template-columns: 100%;
  }
  .in04_c ul {
    grid-template-columns: 100%;
  }
  .in_05 .in04_t {
    display: block;
  }
  .in04t_l {
    width: 100%;
  }
  .in_05 .in05t_r {
    width: 100%;
    margin-top: 0.4rem;
  }
  .in05_c ul li.li1 {
    width: 100%;
  }
  .in05_c ul li.li1 .bg img {
    height: 1.3rem;
    object-fit: cover;
  }
  .in05_c ul li.li2 {
    width: 100%;
  }
  .in06c_bg img {
    height: 6rem;
    object-fit: cover;
  }
  .in06c_c ul {
    grid-template-columns: 100%;
    width: calc(100% - 1rem);
    grid-row-gap: 0.2rem;
  }
  .in06c_c ul li {
    height: auto;
    padding: 0.2rem 0.4rem;
  }
  .in06c_c ul li .i1 {
    width: 100%;
    display: block;
  }
  .in06c_c ul li .i2 {
    width: 100%;
    display: block;
    margin-left: 0px;
    padding-right: 0.4rem;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .in07_c ul {
    display: block;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0.1rem;
  }
  .in07_c ul li {
    width: 100%;
  }
  .in07_c ul li.active {
    width: 100%;
  }
  .in07_c ul li .bg img {
    width: 100%;
  }
  .in07_c ul li .txt {
    bottom: 0.2rem;
  }
  .in08c_slide .swiper-slide ul {
    grid-template-columns: repeat(3, 1fr);
  }
  .btn_01 .wrap_c {
    display: block;
  }
  .btn_01 .btn01_l {
    width: 100%;
  }
  .btn_01 .btn01_c {
    width: 100%;
    display: none;
  }
  .btn_01 .btn01_r {
    margin-top: 0.4rem;
  }
  .prd02_c .nr {
    display: block;
  }
  .prd02c_l {
    width: 100%;
  }
  .prd02c_r {
    width: 100%;
    margin-right: 0px;
    margin-top: 0.4rem;
  }
  .prd03_t .fl {
    width: 100%;
  }
  .prd03_t .fr {
    width: 100%;
    margin-top: 0.4rem;
  }
  .prd05fr .txt {
    position: relative;
    width: 100%;
    left: 0px;
    margin-top: 0rem;
    padding-bottom: 0.4rem;
  }
  .prd05fr .txt .p {
    color: #000;
  }
  .prd05fr .txt .p1 {
    position: relative;
    top: initial;
  }
  .prd05fr .txt .p2 {
    position: relative;
    bottom: initial;
    max-width: 100%;
  }
  .prd_06 ul {
    grid-template-columns: 100%;
  }
  .prd_06 ul li.li2 {
    padding: 1rem 0px;
  }
  .prd_06 ul li.li2 .p1 {
    position: initial;
  }
  .prd_06 ul li.li2 .p2 {
    position: initial;
    margin-top: 0.6rem;
  }
  .prd07fr {
    display: block;
  }
  .prd07fr .fl {
    width: 100%;
  }
  .prd07fr .fr {
    width: 100%;
  }
  .prd07fr .fr .bg {
    padding-top: 1rem;
  }
  .prd08_c {
    display: block;
  }
  .prd08_c .txt {
    width: 100%;
    float: none;
  }
  .prd08_c .img {
    width: 60%;
    margin: 0px auto;
    padding: 0px;
    float: none;
    margin-top: 0.4rem;
  }
  .prd09_t {
    display: block;
  }
  .prd09_t .prd09t_r {
    width: 100%;
    margin-top: 0.4rem;
  }
  .prd09_c ul {
    grid-template-columns: 100%;
  }
  .hy01_tab ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .hy01c_slide .swiper-slide {
    width: calc((100% - 0.25rem) / 1.2);
  }
  .hy01_c .hy01c_prev {
    left: 0.1rem;
  }
  .hy01_c .hy01c_next {
    right: 0.1rem;
  }
  .hy02_t {
    display: block;
  }
  .hy02_t .i1 {
    width: 100%;
    display: block;
  }
  .hy02_t .i2 {
    width: 100%;
    display: block;
  }
  .hy03fr {
    display: block;
  }
  .hy03fr .img {
    width: 100%;
  }
  .hy03fr .txt {
    width: 100%;
    margin-top: 0.4rem;
  }
  .hy04_l {
    width: 100%;
  }
  .hy04_r {
    width: 100%;
    margin-top: 0.4rem;
  }
  .hy06fr {
    display: block;
  }
  .hy06fr .fl {
    width: 100%;
  }
  .hy06fr .fr {
    width: 100%;
  }
  .hy06fr .fr .bg {
    padding-top: 1rem;
  }
  .hy08c_slide .swiper-slide {
    width: 100%;
  }
  .hy08t_spfr span {
    margin-left: 0.1rem !important;
  }
  .sub_bg img {
    height: 6rem;
    object-fit: cover;
  }
  .ab01_t {
    position: inherit;
  }
  .ab01_c .img {
    width: 100%;
    float: none;
  }
  .ab01_c .txt {
    position: inherit;
    padding-top: 0.4rem;
  }
  .ab01_txt {
    padding-left: 0px;
  }
  .ab01_txt::before {
    display: none;
  }
  .lxmwcfr {
    display: block;
  }
  .lxmwcfr .lx_l {
    width: 100%;
  }
  .lxmwcfr .lx_r {
    width: 100%;
    margin-top: 0.4rem;
  }
  .jsqcfr {
    display: block;
  }
  .jsqcfr .img {
    width: 100%;
  }
  .jsqcfr .txt {
    width: 100%;
    margin-top: 0.4rem;
  }
  .more2 {
    height: 0.5rem;
    line-height: 0.5rem;
  }
  .in01fr .in01_txt .p6 br {
    display: none;
  }
  .in03_t ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    font-size: 0.2rem;
  }
  .in03_t ul li {
    width: 100%;
    line-height: 1.4;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    background-color: #eeeeee;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0rem 0.1rem;
    height: 0.8rem;
  }
  .in03_c ul li .nr {
    padding: 0.5rem 0.2rem;
  }
  .in03_c ul li .nr .p3 {
    margin-top: 0.2rem;
  }
  .in03_c ul li .nr .p3 p::before {
    top: 0.1rem;
  }
  .in04_c {
    margin-top: 0.3rem;
  }
  .in04_c ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .in04_c ul li .in04c_box1 {
    display: none;
  }
  .in04_c ul li .in04c_box2 {
    height: auto;
  }
  .in04_c ul li .in04c_box2 .p1 {
    height: 0.5rem;
    border-bottom: 0px;
  }
  .in04_c ul li .in04c_box2 .p1 a {
    width: 100%;
    display: block;
    overflow: visible;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 0.24rem;
  }
  .in04_c ul li .in04c_box2 .p1 img {
    height: 0.5rem;
    margin-top: 0px;
    margin-right: 0.2rem;
  }
  .in04_c ul li .in04c_box2 .c {
    padding: 0.2rem;
    height: auto;
  }
  .in04_c ul li .in04c_box2 .p2 {
    overflow: visible;
    justify-content: center;
    margin-top: 0px;
  }
  .in04_c ul li .in04c_box2 .p2 a {
    display: none;
  }
  .in04_c ul li .in04c_box2 .p2 span {
    position: absolute;
    right: 0.2rem;
    top: 0.2rem;
    height: 0.5rem;
    line-height: 0.5rem;
    width: calc(100% - 1rem);
    text-align: left;
    display: none;
  }
  .in04_c ul li {
    height: auto;
  }
  .in05_c ul li.li1 .txt {
    padding: 0.2rem;
  }
  .in05_c ul li.li1 .txt .p3 {
    width: auto;
    left: initial;
    right: 0.2rem;
    bottom: 0.2rem;
  }
  .btn_01 {
    padding-top: 0.4rem;
  }
  .btn_01 .btn01_c {
    display: block;
    margin-top: 0.4rem;
  }
  .btn_01 .btn01_c dl {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0.2rem 0px;
  }
  .btn_01 .btn01_c dl:last-child {
    border-bottom: 0px;
  }
  .btn_01 .btn01_c dl dt {
    margin-bottom: 0px;
    position: relative;
  }
  .btn_01 .btn01_c dl dt::before {
    content: "";
    display: block;
    width: 0.16rem;
    height: 100%;
    background: url("../images/t_02.svg") 50% no-repeat;
    background-size: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
  }
  .btn_01 .btn01_c dl dd {
    display: none;
  }
  .btn_01 .btn01_c dl.active dt::before {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
  }
  .btn_01 .btn01_c dl.active dt {
    margin-bottom: 0.2rem;
  }
  .btn_01 .btn01_c dl.active dd {
    display: block;
  }
  .btn_01 .btn01_c dl:last-child dt::before {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
  }
  .btn_01 .btn01_c dl:last-child dt {
    margin-bottom: 0.2rem;
  }
  .btn_01 .btn01_c dl:last-child dd {
    display: block;
  }
  .hy02_c .bg_mask {
    width: 100%;
  }
  .hy02_c .txt .p1 {
    position: relative;
    right: 0px;
    top: 0px;
    margin-bottom: 0.2rem;
    text-align: left;
    padding-top: 0.2rem;
    padding-left: 0.2rem;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .hy03fr .txt {
    margin-top: 0px;
  }
  .hy04fr {
    padding-top: 0px;
  }
  .hy05_l {
    width: 100%;
    left: 0px;
    top: 0px;
    position: relative;
    padding-bottom: 0.2rem;
  }
  .prd08_c .img {
    margin-top: 0px;
    padding-bottom: 0.4rem;
  }
  .in03_c ul li .nr .p3 {
    width: 50%;
    font-size: 0.2rem;
  }
  .in03_c ul li .nr .img1 {
    height: 100%;
  }
  .more1 {
    font-size: 0.2rem;
  }
  .in03_c ul li .nr .p4 {
    margin-top: 0.3rem;
  }
  .in06c_bg {
    display: none;
  }
  .in06c_c {
    position: relative;
    bottom: 0px;
  }
  .in06c_c ul {
    width: 100%;
  }
  .in06c_c ul li {
    display: block;
    padding: 0px 0px 0.2rem 0px;
    background-color: #f9f9f9;
    overflow: hidden;
  }
  .in06c_c ul li .img {
    width: 100%;
    overflow: hidden;
  }
  .in06c_c ul li .img img {
    width: 100%;
    display: block;
  }
  .in06c_c ul li a {
    padding: 0.2rem 0.2rem;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .in06c_c ul li b {
    right: 0.2rem;
  }
  .in06_c {
    margin-top: 0.2rem;
  }
  .in03_c ul li .nr .img1 {
    height: 75.79%;
  }
  .prd_06 ul {
    display: block;
  }
  .prd_06 ul li.li2 {
    padding-top: 0px;
    margin-bottom: 0.3rem;
  }
  .prd_06 ul li.li2 .p1 {
    text-align: left;
    padding: 0px 0.4rem;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .prd_06 ul li.li1 {
    width: calc((100% - 0.3rem) / 2);
    float: left;
  }
  .prd_06 ul li.li3 {
    width: calc((100% - 0.3rem) / 2);
    float: right;
  }
  .prd_06 ul li.li3 .p:last-child {
    margin-top: 0.16rem;
  }
  .hy05fr img {
    width: 154%;
  }
}