@charset "UTF-8";
/* CSS Document */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(255, 255, 255, 0);
}

::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #aaaaaa;
}

::-webkit-scrollbar-thumb:hover {
  border-radius: 5px;
  background: #aaaaaa;
}

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

root {
  --hover_color:#00C7FF;
}

@font-face {
  font-family: "Montserrat-Regular";
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat-Light";
  src: url("../fonts/Montserrat-Light.woff2") format("woff2"), url("../fonts/Montserrat-Light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat-SemiBold";
  src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat-Bold";
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@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;
}
body {
  font-family: "Montserrat-Regular", "Microsoft Yahei", "微软雅黑", "Helveticg Neve", Helvetica, STHeiti, sans-serif, arial;
  margin: 0;
  padding: 0;
  font-style: normal !important;
  font-variant: normal !important;
  color: #000;
  font-size: 12px;
  margin: 0px auto;
  padding: 0px;
}

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

a:hover {
  color: #04439b;
  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;
}

br {
  font-family: SimSun;
}

p {
  margin: 0px;
  padding: 0px;
  line-height: 1.5;
}

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

input, select, textarea {
  font-family: "Montserrat-Regular", "Microsoft Yahei", "微软雅黑", "Helveticg Neve", Helvetica, STHeiti, sans-serif, arial;
  outline: none;
}

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

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

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

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

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

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

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;
  background: 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%;
  background-color: #fff;
}

.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_01 {
  0% {
    transform: scale(0.99, 0.99);
    -moz-transform: scale(0.99, 0.99);
    -webkit-transform: scale(0.99, 0.99);
  }
  50% {
    transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
  100% {
    transform: scale(0.99, 0.99);
    -moz-transform: scale(0.99, 0.99);
    -webkit-transform: scale(0.99, 0.99);
  }
}
@keyframes an_01 {
  0% {
    transform: scale(0.99, 0.99);
    -moz-transform: scale(0.99, 0.99);
    -webkit-transform: scale(0.99, 0.99);
  }
  50% {
    transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
  100% {
    transform: scale(0.99, 0.99);
    -moz-transform: scale(0.99, 0.99);
    -webkit-transform: scale(0.99, 0.99);
  }
}
@-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 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(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes ksan_01 {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@-webkit-keyframes ksan_02 {
  0% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.98);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@keyframes ksan_02 {
  0% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.98);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes in01_an {
  0% {
    left: 100%;
    opacity: 1;
  }
  100% {
    left: 30%;
    opacity: 0;
  }
}
@keyframes in01_an {
  0% {
    left: 100%;
    opacity: 1;
  }
  100% {
    left: 30%;
    opacity: 0;
  }
}
/*common*/
.inbody::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}

.inbody::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(255, 255, 255, 0);
}

.inbody::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background: #aaaaaa;
}

.inbody::-webkit-scrollbar-thumb:hover {
  border-radius: 0px;
  background: #aaaaaa;
}

.in_body {
  min-height: 100vh;
  position: relative;
  background-color: #fff;
  opacity: 0;
}

.other_body {
  background-color: #f9f9f9;
}

.home_body {
  overflow: hidden;
  height: 100vh;
}

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

.wrap_in {
  margin: 0px 1rem;
  padding: 0px;
}

.wrap_c {
  margin: 0px 1.5rem;
  padding: 0px;
}

.wrap_nr {
  margin: 0px 2.6rem;
  padding: 0px;
}

.wrap_ab {
  margin: 0px 3.5rem;
  padding: 0px;
}

.w_wap {
  display: none !important;
}

.topfr {
  overflow: hidden;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 9999;
  background-color: #fff;
  height: 1rem;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

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

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

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

.topfr .fr {
  max-width: calc(100% - 1.6rem);
}

.menufr {
  float: left;
}

.menufr ul li {
  float: left;
}

.menufr ul li .mu_t {
  padding: 0px 0.3rem;
  position: relative;
  overflow: hidden;
  font-weight: 600;
}

.menufr ul li .mu_t a {
  color: #000;
  display: inline-block;
  height: 1rem;
  position: relative;
  text-transform: uppercase;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.menufr ul li .mu_t a:hover {
  color: #04439b;
}

.menufr ul li .mu_c {
  width: 100%;
  position: fixed;
  left: 0px;
  top: 1rem;
  height: calc(100% - 1rem);
  z-index: 9998;
  display: none;
}

.menufr ul li .mu_c::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #eee;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 9;
}

.menufr ul li .mu_c .muc_bg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.8);
}

.menufr ul li .mu_c .mucfr {
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  position: relative;
  z-index: 8;
  height: 66vh;
}

.menufr ul li .mu_c .or_muc {
  height: 30vh;
}

.menufr ul li .mu_c .or_muc dl {
  width: 100%;
  overflow: hidden;
  text-align: center;
  margin: 0px;
  padding: 0px;
  margin-top: 0.3rem;
}

.menufr ul li .mu_c .or_muc dl dd {
  display: inline-block;
  width: auto;
  margin: 0px 0.2rem;
}

.menufr ul li .mu_t a::before {
  content: "";
  display: block;
  width: 100%;
  height: 0rem;
  overflow: hidden;
  background-color: #608bdb;
  position: absolute;
  left: 0px;
  bottom: 0px;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.menufr ul li.active .mu_t a {
  color: #608bdb;
}

.menufr ul li.active .mu_t a::before {
  height: 0.02rem;
}

.prdmufr {
  width: 100%;
  height: 66vh;
  overflow: hidden;
}

.prdmufr .prdmu_one {
  width: 25%;
  overflow: hidden;
  height: 66vh;
  position: relative;
  background-color: #f8f8f8;
  float: left;
  padding-left: 0.4rem;
  padding-right: 0.2rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.prdmufr .prdmu_one::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #eee;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 9;
}

.prdmufr .prdmu_one .prdmuone_t {
  width: 100%;
  overflow: hidden;
  margin-top: 0.5rem;
  color: #608bdb;
  font-family: Montserrat-SemiBold;
}

.prdmufr .prdmu_one .prdmuone_c {
  width: 100%;
  overflow: hidden;
  margin-top: 0.15rem;
}

.prdmufr .prdmu_one .prdmuone_c dl {
  width: 100%;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
}

.prdmufr .prdmu_one .prdmuone_c dl dd {
  width: 100%;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
  line-height: 1.5;
}

.prdmufr .prdmu_one .prdmuone_c dl dd a {
  display: inline-block;
  padding: 0.05rem 0px;
  color: #999;
  transition: 0s linear;
  -webkit-transition: 0s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0s linear;
}

.prdmufr .prdmu_one .prdmuone_c dl dd .data {
  width: 100%;
  overflow: hidden;
  display: none;
}

.prdmufr .prdmu_one .prdmuone_c dl dd:hover a {
  font-weight: bold;
  background: url("../images/nav_01.svg") 100% 50% no-repeat;
  background-color: 0.1rem;
  padding-right: 0.2rem;
  color: #000;
}

.prdmufr .prdmu_one .prdmuone_c dl dd.active a {
  font-weight: bold;
  background: url("../images/nav_01.svg") 100% 50% no-repeat;
  background-color: 0.1rem;
  padding-right: 0.2rem;
  color: #000;
}

.prdmufr .prdmu_two {
  width: 16%;
  overflow: hidden;
  float: left;
  height: 66vh;
  background-color: #fff;
  position: relative;
}

.prdmufr .prdmu_two::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #eee;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 9;
}

.prdmufr .prdmu_two .pd2v_li {
  width: 100%;
  overflow: hidden;
  height: calc(100% - 1rem);
  background-color: #fff;
  position: absolute;
  left: 0px;
  top: 0.5rem;
  z-index: 1;
  overflow-y: auto;
}

.prdmufr .prdmu_two .pd2v_li .pd2vli_t {
  width: calc(100% - 0.4rem);
  font-weight: bold;
  overflow: hidden;
  margin: 0px auto;
  padding: 0px 0.2rem;
  padding-top: 0px;
  margin-top: 0rem;
  height: 0.6rem;
  line-height: 1.3;
  background-color: #f1f1f1;
  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;
}

.prdmufr .prdmu_two .pd2v_li .pd2vli_t a {
  color: #608bdb;
}

.prdmufr .prdmu_two .pd2v_li .pd2vli_c {
  width: 100%;
  overflow: hidden;
  padding: 0px 0.4rem;
  margin-top: 0.15rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.prdmufr .prdmu_two .pd2v_li .pd2vli_c dl {
  width: 100%;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
}

.prdmufr .prdmu_two .pd2v_li .pd2vli_c dl dd {
  width: 100%;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
  line-height: 1.5;
}

.prdmufr .prdmu_two .pd2v_li .pd2vli_c dl dd a {
  display: inline-block;
  padding: 0.05rem 0px;
  color: #999;
  padding-right: 0.2rem;
  transition: 0s linear;
  -webkit-transition: 0s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0s linear;
}

.prdmufr .prdmu_two .pd2v_li .pd2vli_c dl dd:hover a {
  font-weight: bold;
  background: url("../images/nav_01.svg") 100% 50% no-repeat;
  background-size: 0.1rem;
  padding-right: 0.2rem;
  color: #000;
}

.prdmufr .prdmu_two .pd2v_li .pd2vli_c dl dd.active a {
  font-weight: bold;
  background: url("../images/nav_01.svg") 100% 50% no-repeat;
  background-size: 0.1rem;
  padding-right: 0.2rem;
  color: #000;
}

.prdmufr .prdmu_three {
  width: 16%;
  overflow: hidden;
  float: left;
  height: 66vh;
  background-color: #fff;
  position: relative;
}

.prdmufr .prdmu_three::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #eee;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 9;
}

.prdmufr .prdmu_three .pd3v_li {
  width: 100%;
  overflow: hidden;
  height: calc(100% - 1rem);
  background-color: #fff;
  position: absolute;
  left: 0px;
  top: 0.5rem;
  z-index: 1;
  overflow-y: auto;
}

.prdmufr .prdmu_three .pd3v_li .pd3vli_t {
  width: calc(100% - 0.4rem);
  font-weight: bold;
  overflow: hidden;
  margin: 0px auto;
  padding: 0px 0.2rem;
  padding-top: 0px;
  margin-top: 0rem;
  height: 0.6rem;
  line-height: 1.3;
  background-color: #f1f1f1;
  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;
}

.prdmufr .prdmu_three .pd3v_li .pd3vli_t a {
  color: #608bdb;
}

.prdmufr .prdmu_three .pd3v_li .pd3vli_c {
  width: 100%;
  overflow: hidden;
  padding: 0px 0.4rem;
  margin-top: 0.15rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.prdmufr .prdmu_three .pd3v_li .pd3vli_c dl {
  width: 100%;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
}

.prdmufr .prdmu_three .pd3v_li .pd3vli_c dl dd {
  width: 100%;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
  line-height: 1.5;
}

.prdmufr .prdmu_three .pd3v_li .pd3vli_c dl dd a {
  display: inline-block;
  padding: 0.05rem 0px;
  color: #999;
  padding-right: 0.2rem;
  transition: 0s linear;
  -webkit-transition: 0s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0s linear;
}

.prdmufr .prdmu_three .pd3v_li .pd3vli_c dl dd:hover a {
  font-weight: bold;
  background: url("../images/nav_01.svg") 100% 50% no-repeat;
  background-size: 0.1rem;
  padding-right: 0.2rem;
  color: #000;
}

.prdmufr .prdmu_three .pd3v_li .pd3vli_c dl dd.active a {
  font-weight: bold;
  background: url("../images/nav_01.svg") 100% 50% no-repeat;
  background-size: 0.1rem;
  padding-right: 0.2rem;
  color: #000;
}

.prdmufr .prdmu_four {
  width: 16%;
  overflow: hidden;
  float: left;
  height: 66vh;
  background-color: #fff;
  position: relative;
}

.prdmufr .prdmu_four::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #eee;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 9;
}

.prdmufr .prdmu_four .pd4v_li {
  width: 100%;
  overflow: hidden;
  height: calc(100% - 1rem);
  background-color: #fff;
  position: absolute;
  left: 0px;
  top: 0.5rem;
  z-index: 1;
  overflow-y: auto;
}

.prdmufr .prdmu_four .pd4v_li .pd4vli_t {
  width: calc(100% - 0.4rem);
  font-weight: bold;
  overflow: hidden;
  margin: 0px auto;
  padding: 0px 0.2rem;
  padding-top: 0px;
  margin-top: 0rem;
  height: 0.6rem;
  line-height: 1.3;
  background-color: #f1f1f1;
  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;
}

.prdmufr .prdmu_four .pd4v_li .pd4vli_t a {
  color: #608bdb;
}

.prdmufr .prdmu_four .pd4v_li .pd4vli_c {
  width: 100%;
  overflow: hidden;
  padding: 0px 0.4rem;
  margin-top: 0.15rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.prdmufr .prdmu_four .pd4v_li .pd4vli_c dl {
  width: 100%;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
}

.prdmufr .prdmu_four .pd4v_li .pd4vli_c dl dd {
  width: 100%;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
  line-height: 1.5;
}

.prdmufr .prdmu_four .pd4v_li .pd4vli_c dl dd a {
  display: inline-block;
  padding: 0.05rem 0px;
  color: #999;
  padding-right: 0.2rem;
  transition: 0s linear;
  -webkit-transition: 0s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0s linear;
}

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

.prdmufr .prdmu_four .pd4v_li .pd4vli_c dl dd:hover a {
  font-weight: bold;
  background: url("../images/nav_01.svg") 100% 50% no-repeat;
  background-size: 0.1rem;
  padding-right: 0.2rem;
  color: #000;
}

.prdmufr .prdmu_four .pd4v_li .pd4vli_c dl dd.active a {
  font-weight: bold;
  background: url("../images/nav_01.svg") 100% 50% no-repeat;
  background-size: 0.1rem;
  padding-right: 0.2rem;
  color: #000;
}

.prdmufr .prdmu_show {
  width: 27%;
  height: 66vh;
  padding: 0px 1rem;
  overflow: hidden;
  float: left;
  background-color: #e7e7e7;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.prdmufr .prdmu_show .c {
  width: 100%;
  overflow: hidden;
}

.prdmufr .prdmu_show .p {
  width: 100%;
  overflow: hidden;
}

.prdmufr .prdmu_show .p1 {
  color: #608bdb;
  line-height: 1.3;
  font-weight: bold;
}

.prdmufr .prdmu_show .p2 {
  color: #666;
  line-height: 1.5;
  margin-top: 0rem;
}

.prdmufr .prdmu_show .p3 {
  margin-top: 0.2rem;
  height: 40vh;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.prdmufr .prdmu_show .p3 img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}

.nonext::before {
  display: none !important;
}

.prdmu_two {
  display: none;
  z-index: 9;
}

.prdmu_three {
  display: none;
  z-index: 8;
}

.prdmu_four {
  display: none;
  z-index: 7;
}

.prdmu_show {
  display: none;
  z-index: 6;
}

.prdmufr {
  position: relative;
}

.prdmufr .prdmu_one {
  position: absolute;
  left: 0px;
  top: 0px;
}

.prdmufr .prdmu_two {
  position: absolute;
  left: 25%;
  top: 0px;
}

.prdmufr .prdmu_three {
  position: absolute;
  left: 41%;
  top: 0px;
}

.prdmufr .prdmu_four {
  position: absolute;
  left: 57%;
  top: 0px;
}

.prdmufr .prdmu_show {
  position: absolute;
  right: 0px;
  top: 0px;
}

.prdmufr.prd_1 .prdmu_two {
  width: 48%;
}

.prdmufr.prd_2 .prdmu_two {
  width: 24%;
}

.prdmufr.prd_2 .prdmu_three {
  width: 24%;
  left: 49%;
}

.data_3v {
  display: none;
}

.data_4v {
  display: none;
}

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

.menufr ul li:last-child .mu_t {
  padding-right: 0px;
}

.topfr .tpr_other {
  float: left;
  margin-left: 1rem;
  height: 1rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.topfr .tpr_other .c {
  display: inline-block;
}

.topfr .tpr_other a {
  display: inline-block;
  float: left;
  height: 0.3rem;
}

.topfr .tpr_other a.a1 {
  width: 0.28rem;
  background: url("../images/t_02.png") 50% no-repeat;
  background-size: 100%;
}

.topfr .tpr_other a.a2 {
  width: 0.3rem;
  background: url("../images/t_01.png") 50% no-repeat;
  background-size: 100%;
  margin-left: 0.26rem;
}

.topfr .tpr_other a.top_out {
  width: 0.28rem;
  display: block;
  height: 0.3rem;
  background: url("../upimg/loginout.png") 50% no-repeat;
  background-size: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin-left: 0.26rem;
}

.topfr .tpr_other a.top_in {
  width: 0.27rem;
  display: block;
  height: 0.3rem;
  background: url("../upimg/login.png") 50% no-repeat;
  background-size: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin-left: 0.26rem;
}

.topfr.active0 {
  -moz-box-shadow: 0px 0.4rem 0.4rem rgba(1, 64, 153, 0.3);
  -webkit-box-shadow: 0px 0.4rem 0.4rem rgba(1, 64, 153, 0.3);
  box-shadow: 0px 0.4rem 0.4rem rgba(1, 64, 153, 0.3);
}

.topfr.active1 {
  border-bottom: 1px solid #edf0f4;
}

.topfr.active2 {
  border-bottom: 1px solid #c0cfe4;
  background-color: #e9eef4;
}

.topfr.active3 {
  -moz-box-shadow: 0px 0.1rem 0.1rem rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0.1rem 0.1rem rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0.1rem 0.1rem rgba(0, 0, 0, 0.1);
}

.topfr.top_menufr {
  background-color: #fff;
  border-bottom: 0px;
  -moz-box-shadow: 0px 0rem 0rem rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0rem 0rem rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0rem 0rem rgba(0, 0, 0, 0.1);
}

.page1 {
  overflow: hidden;
  position: relative;
  height: 100vh;
}

.in_01_slide {
  width: 100%;
  overflow: hidden;
  height: 100vh;
}

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

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

.in_01_slide .swiper-slide .in_01_bg img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  object-fit: cover;
  object-position: 50%;
  transition: 3s linear;
  -webkit-transition: 3s linear;
  -o-transition: 3s linear;
  -moz-transition: 3s linear;
}

.in_01_slide .swiper-slide .in_01_bg video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
}

.in_01_slide .swiper-slide .in_01_bg .b1_22 {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(17, 17, 17, 0);
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 9;
}

.in_01_slide .swiper-slide .in_01_bg.on img {
  transform: scale(1.03, 1.03);
  -moz-transform: scale(1.03, 1.03);
  -webkit-transform: scale(1.03, 1.03);
}

.in_01_slide .swiper-slide .in_01_txt {
  width: 100%;
  overflow: visible;
  position: absolute;
  left: 0px;
  bottom: 2.05rem;
  z-index: 9;
}

.in_01_slide .swiper-slide .in_01_txt .c {
  width: 100%;
  overflow: visible;
}

.in_01_slide .swiper-slide .in_01_txt .p {
  width: 100%;
  overflow: visible;
  color: #fff;
  opacity: 0;
}

.in_01_slide .swiper-slide .in_01_txt .p1 {
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.3;
}

.in_01_slide .swiper-slide .in_01_txt .p1 i {
  display: inline-block;
  text-shadow: 0px 0px 0.18rem rgba(0, 161, 171, 0.58);
}

.in_01_slide .swiper-slide .in_01_txt .p2 {
  padding-top: 0.4rem;
}

.in_01_slide .swiper-slide .in_01_txt .p2 b {
  width: 0.85rem;
  height: 0.85rem;
  display: block;
  border-radius: 50%;
  position: relative;
}

.in_01_slide .swiper-slide .in_01_txt .p2 b::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background: url("../images/play.svg") 50% no-repeat;
  background-size: 100% 100%;
  z-index: 9;
}

.in_01_slide .swiper-slide .in_01_txt .p2 b::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  z-index: 1;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.in_01_slide .swiper-slide .in_01_txt .p2 b::before {
  -webkit-animation: ksan_01 2.1s linear infinite;
  animation: ksan_01 2.1s linear infinite;
}

.in_01spfr {
  width: 100%;
  overflow: visible;
  text-align: center;
  position: absolute;
  left: 0px;
  bottom: 0.5rem;
  z-index: 990;
}

.in_01spfr span {
  display: inline-block;
  opacity: 1;
  background-color: #fff;
  width: 0.7rem;
  height: 0.05rem;
  margin: 0px 0.08rem !important;
  border-radius: 0px;
}

.in_01spfr span.swiper-pagination-bullet-active {
  background-color: #e30114;
}

.page2 {
  overflow: hidden;
  height: 100vh;
  position: relative;
}

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

.page2fr .fl {
  width: 4.6rem;
  overflow: hidden;
  height: 100vh;
}

.page2fr .fl .c {
  width: calc(100% - 1rem);
  margin-left: 1rem;
  overflow: visible;
}

.page2fr .fl .p2_t {
  width: 100%;
  overflow: hidden;
  color: #000;
  line-height: 1.5;
  font-weight: 600;
  margin-top: 2rem;
}

.page2fr .fl .p2_c {
  width: 100%;
  overflow: hidden;
  margin-top: 0.4rem;
}

.page2fr .fl .p2_c .schfr {
  width: 2.6rem;
  height: 0.64rem;
  overflow: hidden;
  position: relative;
  border: 0.02rem solid #afafaf;
  border-radius: 0.05rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.page2fr .fl .p2_c .schfr .sch_txt {
  width: calc(100% - 0.4rem);
  height: 100%;
  border: 0px;
  padding: 0px 0.2rem;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  color: #000;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.page2fr .fl .p2_c .schfr .sch_txt::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.page2fr .fl .p2_c .schfr .sch_txt::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.page2fr .fl .p2_c .schfr .sch_txt::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.page2fr .fl .p2_c .schfr .sch_txt::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.page2fr .fl .p2_c .schfr .sch_btn {
  width: 0.2rem;
  height: 100%;
  border: 0px;
  cursor: pointer;
  background: url("../images/t_03.png") 50% no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0.2rem;
  top: 0px;
  z-index: 9;
}

.page2fr .fr {
  width: calc(100% - 4.6rem);
  height: 100vh;
  overflow: hidden;
  position: relative;
}

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

.p2r_slide .swiper-slide {
  width: 14.2857142857%;
  overflow: hidden;
  position: relative;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.p2r_slide .swiper-slide .p2rs_t {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.p2r_slide .swiper-slide .p2rs_t .p {
  width: 100%;
  overflow: visible;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.p2r_slide .swiper-slide .p2rs_t .p1 {
  padding: 0px 0.3rem;
  color: #999999;
  line-height: 1.5;
  margin-top: 2rem;
}

.p2r_slide .swiper-slide .p2rs_t .p2 {
  padding: 0px 0.3rem;
  color: #000;
  line-height: 1.5;
  font-weight: 600;
  margin-top: 0.6rem;
  hyphens: auto;
}

.p2r_slide .swiper-slide .p2rs_t .p3 {
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.p2r_slide .swiper-slide .p2rs_t .p3 img {
  width: 100%;
  display: block;
  max-width: 2.08rem;
}

.p2r_slide .swiper-slide .color_bg1 {
  background-color: #f4f6f9;
}

.p2r_slide .swiper-slide .color_bg2 {
  background-color: #fff;
}

.p2r_slide .swiper-slide .p2rs_c {
  width: 5.3rem;
  height: 100vh;
  overflow: hidden;
  position: absolute;
  left: -6.3rem;
  top: 0px;
  z-index: 9;
  background: url("../images/in_01.webp") 50% no-repeat;
  background-size: cover;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

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

.p2r_slide .swiper-slide .p2rs_c .p2cc_t {
  width: 100%;
  overflow: hidden;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.p2r_slide .swiper-slide .p2rs_c .p2cc_t .p {
  width: 100%;
  overflow: visible;
  hyphens: auto;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.p2r_slide .swiper-slide .p2rs_c .p2cc_t .p1 {
  margin-top: 1.5rem;
  padding: 0px 0.3rem;
  color: #fff;
  font-weight: 600;
  line-height: 1.5;
}

.p2r_slide .swiper-slide .p2rs_c .p2cc_t .p2 {
  position: relative;
}

.p2r_slide .swiper-slide .p2rs_c .p2cc_t .p2 img {
  width: 100%;
  display: block;
}

.p2r_slide .swiper-slide .p2rs_c .p2cc_t .p2 img.img2 {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  object-fit: contain;
  object-position: 50%;
}

.p2r_slide .swiper-slide .p2rs_c .p2cc_t .p3 {
  padding: 0px 1rem;
  color: #fff;
  font-weight: 600;
  line-height: 1.5;
}

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

.p2r_slide .swiper-slide .p2rs_c .p2cc_c .ul {
  width: calc(100% - 1rem);
  height: calc(100% - 0.6rem);
  position: absolute;
  left: 0.6rem;
  top: 0.3rem;
  z-index: 1;
  overflow: hidden;
  overflow-y: auto;
}

.p2r_slide .swiper-slide .p2rs_c .p2cc_c .ul .li {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.p2r_slide .swiper-slide .p2rs_c .p2cc_c .ul .li .li_t {
  width: 100%;
  line-height: 1.5;
  padding: 0.02rem 0.4rem;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.p2r_slide .swiper-slide .p2rs_c .p2cc_c .ul .li .li_t {
  color: #fff;
}

.p2r_slide .swiper-slide .p2rs_c .p2cc_c .ul .li .li_t a {
  color: #fff;
}

.p2r_slide .swiper-slide .p2rs_c .p2cc_c .ul .li .li_t b {
  width: 0.4rem;
  height: 100%;
  cursor: pointer;
  display: block;
  overflow: hidden;
  background: url("../images/t_04.png") 50% no-repeat;
  background-size: 0.1rem;
  position: absolute;
  right: 0.2rem;
  top: 0px;
}

.p2r_slide .swiper-slide .p2rs_c .p2cc_c .ul .li .li_c {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: none;
}

.p2r_slide .swiper-slide .p2rs_c .p2cc_c .ul .li .li_c p {
  width: 100%;
  line-height: 1.5;
  color: #fff;
  position: relative;
  padding: 0.03rem 0.4rem;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.p2r_slide .swiper-slide .p2rs_c .p2cc_c .ul .li .li_c p a {
  color: #fff;
  display: inline-block;
  position: relative;
  padding-left: 0.15rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.p2r_slide .swiper-slide .p2rs_c .p2cc_c .ul .li .li_c p a::before {
  content: "";
  display: block;
  width: 0.04rem;
  height: 0.04rem;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -0.02rem;
}

.p2r_slide .swiper-slide .p2rs_c .p2cc_c .ul .li .li_c p::before {
  content: "";
  display: none;
  pointer-events: none;
  width: calc(100% - 0.4rem);
  height: 100%;
  border: 1px solid #fff;
  position: absolute;
  left: 0.2rem;
  top: 0px;
  z-index: 8;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.p2r_slide .swiper-slide .p2rs_c .p2cc_c .ul .li .li_c p:hover::before {
  display: block;
}

.p2r_slide .swiper-slide .p2rs_c .p2cc_c .ul .li > .li_c > .li {
  padding-left: 0.15rem;
}

.p2r_slide .swiper-slide .p2rs_c .p2cc_c .ul .li > .li_c > .li > .li_c p a {
  margin-left: 0.15rem;
}

.p2r_slide .swiper-slide .p2rs_c .p2cc_c .ul .li.active > .li_t b {
  background: url("../images/t_05.png") 50% no-repeat;
  background-size: 0.1rem;
}

.p2r_slide .swiper-slide .p2rs_c .p2cc_c .ul .li.active > .li_c {
  display: block;
}

.p2r_slide .swiper-slide .p2rs_c .p2cc_c .ul::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.p2r_slide .swiper-slide .p2rs_c .p2cc_c .ul::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(255, 255, 255, 0);
}

.p2r_slide .swiper-slide .p2rs_c .p2cc_c .ul::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.2);
  cursor: pointer;
}

.p2r_slide .swiper-slide .p2rs_c .p2cc_c .ul::-webkit-scrollbar-thumb:hover {
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.2);
  cursor: pointer;
}

.p2r_slide .swiper-slide.noactive {
  width: calc((100% - 5.3rem) / 6);
}

.p2r_slide .swiper-slide.active {
  width: 5.3rem;
}

.p2r_slide .swiper-slide.active .p2rs_t {
  opacity: 0;
}

.p2r_slide .swiper-slide.active .p2rs_c {
  left: 0px;
}

.page2fr .fl {
  position: absolute;
  left: 0px;
  top: 0px;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.page2fr .fr {
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.page2fr.active .fl {
  transform: translateX(-2.6rem);
}

.page2fr.active .fr {
  width: calc(100% - 2rem);
}

.page3 {
  overflow: hidden;
  height: 100vh;
  position: relative;
  background: url("../images/in_02.webp") 50% no-repeat;
  background-size: cover;
}

.page3fr {
  width: 100%;
  overflow: hidden;
  height: calc(100vh - 1rem);
  margin-top: 1rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.page3fr .p3r_c {
  width: 100vw;
  overflow: visible;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-around;
}

.page3fr .wrap_c {
  margin: 0px;
}

.page3fr .fl {
  width: calc(53.22% - 1.3rem - 1.52rem);
  overflow: hidden;
}

.page3fr .fl .c {
  width: 100%;
  overflow: hidden;
}

.page3fr .fl .p {
  width: 100%;
  overflow: visible;
}

.page3fr .fl .p1 {
  position: relative;
  color: #000;
  line-height: 1.5;
  font-weight: 600;
  padding-bottom: 0.6rem;
  margin-bottom: 0.6rem;
}

.page3fr .fl .p1::before {
  content: "";
  display: block;
  width: 0.85rem;
  height: 0.07rem;
  background-color: #5c88da;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.page3fr .fl .p2 {
  color: #000;
  font-weight: 600;
  line-height: 1.5;
}

.page3fr .fl .p3 {
  color: #666;
  line-height: 1.5;
  margin-top: 0.2rem;
}

.page3fr .fl .p3 strong {
  color: #000;
  font-weight: 600;
  padding-bottom: 0.05rem;
  display: inline-block;
}

.page3fr .fl .p4 {
  margin-top: 1.2rem;
}

.page3fr .fl .p4 a {
  display: inline-block;
  line-height: 0.6rem;
  padding: 0px 0.6rem;
  background-color: #5c88da;
  color: #fff;
  border-radius: 0.6rem;
}

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

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

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

.page3fr .fr {
  width: 46.78%;
  overflow: visible;
  position: relative;
  max-width: 7.11rem;
  margin-right: 1.52rem;
}

.page3fr .fr .img {
  width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 50%;
  -moz-box-shadow: 0px 0px 0.43rem rgba(13, 76, 196, 0.27);
  -webkit-box-shadow: 0px 0px 0.43rem rgba(13, 76, 196, 0.27);
  box-shadow: 0px 0px 0.43rem rgba(13, 76, 196, 0.27);
}

.page3fr .fr .img img {
  width: 100%;
  display: block;
  pointer-events: none;
}

.page3fr .fr .img .img1 {
  -webkit-animation: an_02 30.1s linear infinite;
  animation: an_02 30.1s linear infinite;
}

.page3fr .fr .img .img2 {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.page3fr .fr .img .img0 {
  -webkit-animation: ksan_02 2.1s linear infinite;
  animation: ksan_02 2.1s linear infinite;
}

.page3fr .fr .img .img3.active {
  transform: translate(0, -0.05rem) scale(1.03);
}

.page3fr .fr .img .img4.active {
  transform: translate(0.05rem, -0.05rem) scale(1.03);
}

.page3fr .fr .img .img5.active {
  transform: translate(0.05rem, 0.02rem) scale(1.03);
}

.page3fr .fr .img .img6.active {
  transform: translate(0.05rem, 0.05rem) scale(1.03);
}

.page3fr .fr .img .img7.active {
  transform: translate(-0.02rem, 0.05rem) scale(1.03);
}

.page3fr .fr .img .img8.active {
  transform: translate(-0.05rem, 0rem) scale(1.03);
}

.page3fr .fr .img .img9.active {
  transform: translate(-0.05rem, -0.02rem) scale(1.03);
}

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

.imga_click a {
  display: block;
  position: absolute;
  left: 0%;
  top: 0%;
}

.imga_click a.a1 {
  width: 18%;
  height: 14%;
  left: 41%;
  top: 11%;
}

.imga_click a.a2 {
  width: 18%;
  height: 14%;
  left: 68%;
  top: 23%;
}

.imga_click a.a3 {
  width: 18%;
  height: 15%;
  left: 72%;
  top: 49%;
}

.imga_click a.a4 {
  width: 18%;
  height: 15%;
  left: 55%;
  top: 72%;
}

.imga_click a.a5 {
  width: 18%;
  height: 15%;
  left: 28%;
  top: 72%;
}

.imga_click a.a6 {
  width: 21%;
  height: 15%;
  left: 9%;
  top: 49%;
}

.imga_click a.a7 {
  width: 23%;
  height: 15%;
  left: 12%;
  top: 22%;
}

.page4 {
  overflow: hidden;
  position: relative;
  height: 100vh;
  background-color: #fff;
}

.page4 .pagefr_n {
  width: 100%;
  overflow: visible;
  height: calc(100vh - 1rem);
  margin-top: 1rem;
  display: flex;
  display: -webkit-flex;
  align-items: flex-start;
  justify-content: center;
}

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

.p4_t {
  width: 100%;
  overflow: hidden;
  height: 33.7vh;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.p4_t .wrap_c {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}

.p4_t .fl {
  width: 47.37%;
  font-weight: 600;
  color: #000;
  line-height: 1.5;
}

.p4_t .fr {
  width: 52.63%;
  color: #525252;
  line-height: 1.5;
  hyphens: auto;
}

.p4_c {
  width: 100%;
  overflow: hidden;
  height: 40.74vh;
  overflow: hidden;
}

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

.p4_c ul li {
  width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 0.08rem;
  height: 40.74vh;
}

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

.p4_c ul li .img img {
  width: 100%;
  display: block;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  object-fit: cover;
}

.p4_c ul li .img span {
  width: 100%;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0px;
  bottom: 0.7rem;
  z-index: 2;
  color: #fff;
  font-weight: 600;
  text-align: center;
  padding: 0px 0.3rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.p4_c ul li .txt {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: 9;
  padding: 0px 0.5rem;
  background-color: rgba(0, 17, 48, 0.35);
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.p4_c ul li .txt .c {
  width: 100%;
  overflow: hidden;
  height: 30vh;
}

.p4_c ul li .txt .p {
  width: 100%;
  overflow: visible;
}

.p4_c ul li .txt .p1 {
  color: #fff;
  line-height: 1.5;
  font-weight: 600;
}

.p4_c ul li .txt .p2 {
  color: rgba(255, 255, 255, 0.7);
  hyphens: auto;
  line-height: 1.5;
  margin-top: 0.2rem;
}

.p4_c ul li .txt .p3 {
  margin-top: 0.4rem;
}

.p4_c ul li .txt .p3 b {
  width: 0.6rem;
  height: 0.6rem;
  display: block;
  overflow: hidden;
  border-radius: 50%;
  background: url("../images/in_03.png") 50% no-repeat;
  background-size: 100% 100%;
}

.p4_c ul li:hover .img span {
  bottom: -40%;
}

.p4_c ul li:hover .txt {
  top: 0px;
}

.btnfr {
  overflow: hidden;
  background-color: #f4f6f9;
  width: 100%;
}

.btn_01 {
  width: 100%;
  overflow: hidden;
  margin-top: 0.8rem;
}

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

.btn01fr .fl {
  width: 33.55%;
}

.btn01fr .fl img {
  display: block;
  height: 0.4rem;
  margin-top: 0.02rem;
}

.btn01fr .fr {
  width: 66.45%;
}

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

.btn01fr .fr ul li img {
  display: block;
  height: 0.44rem;
}

.btn_02 {
  width: 100%;
  overflow: hidden;
  margin-top: 0.8rem;
}

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

.btn_02 .fl .p {
  width: 100%;
  overflow: visible;
}

.btn_02 .fl .p1 {
  color: #09152d;
  font-family: Montserrat-Bold;
  line-height: 1.5;
  text-align: center;
}

.btn_02 .fl .p2 { /* text-align:center; */
  color: #09152d;
  line-height: 1.3;
}

.btn_02 .fr span {
  float: left;
}

.btn_02 .fr a {
  color: #09152d;
  margin-right: 0.3rem;
  display: inline-block;
}

.btn_02 .fr a:last-child {
  margin-right: 0px;
}

.btn_02 .fr a:hover {
  color: #04439b;
}

.btn_03 {
  width: 100%;
  overflow: hidden;
  padding-top: 0.4rem;
}

.btn_03 .wrap_c {
  overflow: visible;
  padding: 0.4rem 0px 0.6rem 0px;
  position: relative;
  color: #09152d;
  line-height: 1.5;
}

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

.top_empty {
  overflow: hidden;
  height: 1rem;
}

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

.subfr img {
  width: 100%;
  height: 6rem;
  display: block;
  object-fit: cover;
  object-position: 50%;
}

.sub_01 {
  width: 100%;
  overflow: visible;
  height: 1rem;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 9;
}

.sub_01::before {
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  background-color: #5b88d9;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 1;
}

.sub_01 .wrap_nr {
  overflow: visible;
  height: 1rem;
  background-color: #5b88d9;
  position: relative;
  z-index: 9;
}

.sub01_l {
  float: left;
}

.sub01_l ul li {
  float: left;
  height: 1rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0px 0.4rem;
  position: relative;
}

.sub01_l ul li::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  position: absolute;
  right: 0px;
  top: 0px;
}

.sub01_l ul li a {
  color: #fff;
  display: inline-block;
}

.sub01_l ul li span {
  display: inline-block;
  position: relative;
  line-height: 1.3;
  padding-bottom: 0.04rem;
}

.sub01_l ul li span::before {
  content: "";
  display: block;
  width: 0%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0px;
  bottom: 0px;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.sub01_l ul li.active span::before {
  width: 100%;
}

.sub01_l ul li:hover span::before {
  width: 100%;
}

.sub01_r {
  float: right;
  height: 1rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.sub01_r .c {
  display: inline-block;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1rem;
}

.sub01_r a {
  float: left;
  color: rgba(255, 255, 255, 0.6);
}

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

.sub01_r i {
  float: left;
  margin: 0px 0.1rem;
  width: 1px;
  height: 1rem;
  position: relative;
}

.sub01_r i::before {
  content: "";
  width: 100%;
  height: 0.16rem;
  display: block;
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.subnavfr {
  width: 100%;
  overflow: visible;
  height: 1.6rem;
  box-shadow: 0px 0.01rem 0.1rem rgba(0, 0, 0, 0.04);
}

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

.subnav_slide::before {
  content: "";
  display: block;
  width: 1px;
  height: 1.6rem;
  background-color: #e9ecf3;
  position: absolute;
  left: 0px;
  top: 0px;
}

.subnav_slide .swiper-slide {
  overflow: hidden;
  width: 14.2857142857%;
  height: 1.85rem;
}

.subnav_slide .swiper-slide .c {
  width: 100%;
  height: 1.6rem;
  position: relative;
  overflow: hidden;
  padding: 0px 0.2rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
}

.subnav_slide .swiper-slide .c {
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.subnav_slide .swiper-slide .c::before {
  content: "";
  width: 1px;
  height: 1.6rem;
  display: block;
  overflow: hidden;
  background-color: #e9ecf3;
  position: absolute;
  right: 0px;
  top: 0px;
}

.subnav_slide .swiper-slide a {
  display: inline-block;
}

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

.subnav_slide .swiper-slide .p1 {
  color: #000;
  line-height: 1.3;
  hyphens: auto;
  font-weight: 600;
  margin-top: 0.4rem;
  text-align: center;
}

.subnav_slide .swiper-slide .p2 {
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  position: absolute;
  left: -0.2rem;
  bottom: 0.2rem;
  opacity: 0;
}

.subnav_slide .swiper-slide .p2 b {
  width: 0.24rem;
  height: 0.16rem;
  display: block;
  background: url("../images/wn_01.webp") 50% no-repeat;
  background-size: 100%;
  margin: 0px auto;
  padding: 0px;
}

.subnav_slide .swiper-slide:hover .c {
  height: 1.85rem;
  background: url("../images/wn_02.webp") 50% no-repeat;
  background-size: cover;
}

.subnav_slide .swiper-slide:hover .c::before {
  display: none;
}

.subnav_slide .swiper-slide:hover .p1 {
  color: #fff;
}

.subnav_slide .swiper-slide:hover .p2 {
  left: 0rem;
  opacity: 1;
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
}

.subnav_slide .swiper-slide.navactive .c {
  height: 1.85rem;
  background: url("../images/wn_02.webp") 50% no-repeat;
  background-size: cover;
}

.subnav_slide .swiper-slide.navactive .c::before {
  display: none;
}

.subnav_slide .swiper-slide.navactive .p1 {
  color: #fff;
}

.subnav_slide .swiper-slide.navactive .p2 {
  left: 0rem;
  opacity: 1;
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
}

.wn_01 {
  overflow: hidden;
  background: url("../images/wn_03.webp") 50% no-repeat;
  background-size: cover;
  padding: 1.3rem 0px 1rem 0px;
}

.wn01_t {
  width: 100%;
  overflow: hidden;
  text-align: center;
  color: #000;
  line-height: 1.5;
  position: relative;
  font-weight: 600;
  padding-bottom: 0.4rem;
  text-transform: uppercase;
}

.wn01_t::before {
  content: "";
  display: block;
  width: 0.85rem;
  height: 0.07rem;
  background-color: #5c88da;
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
}

.wn01_c {
  width: 100%;
  overflow: hidden;
  margin-top: 0.4rem;
}

.wn01_c .p {
  width: 100%;
  overflow: visible;
}

.wn01_c .p1 {
  color: #000;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}

.wn01_c .p2 {
  margin-top: 0.4rem;
  text-align: center;
  color: #666;
  hyphens: auto;
}

.wn01_c .p2 p {
  line-height: 1.5;
}

.wn01_c .p2 strong {
  display: inline-block;
  color: #000;
  font-weight: 400;
  padding-bottom: 0.05rem;
  font-family: Montserrat-Bold;
}

.wn_02 {
  overflow: hidden;
  background-color: #f0f3f6;
  padding: 1rem 0px 3.15rem 0px;
  position: relative;
  z-index: 8;
}

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

.wn02fr .fr {
  width: 40%;
  overflow: hidden;
  color: #666;
  line-height: 1.5;
  hyphens: auto;
}

.wn02fr .fl {
  width: 60%;
  position: relative;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1;
}

.wn02fr .fl span {
  display: inline-block;
  position: relative;
  padding-bottom: 0.4rem;
}

.wn02fr .fl span::before {
  content: "";
  display: block;
  width: 0.85rem;
  height: 0.07rem;
  background-color: #5c88da;
  position: absolute;
  left: 0%;
  bottom: 0px;
}

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

.wn02_c .b1 {
  width: 0.4rem;
  height: 100px;
  display: block;
  pointer-events: none;
  position: absolute;
  left: 0px;
  top: 0px;
}

.wn02_c .wn02c_prev {
  width: 0.56rem;
  height: 0.56rem;
  display: block;
  overflow: hidden;
  background: url("../images/wn_04.png") 50% no-repeat;
  background-size: 100%;
  position: absolute;
  left: -0.76rem;
  top: 50%;
  z-index: 999;
  transform: translateY(-50%);
}

.wn02_c .wn02c_prev:hover {
  background: url("../images/wn_04_on.png") 50% no-repeat;
  background-size: 100%;
}

.wn02_c .wn02c_next {
  width: 0.56rem;
  height: 0.56rem;
  display: block;
  overflow: hidden;
  background: url("../images/wn_05.png") 50% no-repeat;
  background-size: 100%;
  position: absolute;
  right: -0.76rem;
  top: 50%;
  z-index: 999;
  transform: translateY(-50%);
}

.wn02_c .wn02c_next:hover {
  background: url("../images/wn_05_on.png") 50% no-repeat;
  background-size: 100%;
}

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

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

.wn02c_slide .swiper-slide ul li {
  width: 100%;
  overflow: hidden;
  margin-bottom: 0.4rem;
}

.wn02c_slide .swiper-slide ul li:last-child {
  margin-bottom: 0px;
}

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

.wn02c_slide .swiper-slide .img {
  width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 0.08rem;
}

.wn02c_slide .swiper-slide .img img {
  width: 100%;
  display: block;
}

.wn02c_slide .swiper-slide .img .img2 {
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0px;
  top: 0px;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.wn02c_slide .swiper-slide .txt {
  width: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  bottom: 0.2rem;
  z-index: 9;
  padding: 0px 0.4rem;
  color: #fff;
  line-height: 1.5;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.wn02c_slide .swiper-slide a:hover .img .img2 {
  transform: scale(1.01, 1.01);
  -moz-transform: scale(1.01, 1.01);
  -webkit-transform: scale(1.01, 1.01);
}

.wn_03 {
  overflow: hidden;
  position: relative;
  margin-top: -2.15rem;
  z-index: 9;
}

.btn_emtpy {
  overflow: hidden;
  height: 1.5rem;
}

.prd_01 {
  overflow: hidden;
  padding-top: 0rem;
  position: relative;
}

.prd_01::before {
  content: "";
  display: block;
  pointer-events: none;
  width: 50%;
  height: 100%;
  background-color: #f8f8f8;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 1;
}

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

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

.prd01_c .fl {
  width: calc(36% + 0.2rem);
  overflow: visible;
  background-color: #fff;
  padding-left: 0.2rem;
  margin-left: -0.2rem;
}

.prd01_c .fl .c {
  width: calc(100% - 0.5rem);
  overflow: visible;
  padding-top: 1.7rem;
}

.prd01_c .fl .p {
  width: 100%;
  overflow: visible;
}

.prd01_c .fl .p1 {
  font-weight: 600;
  color: #000;
  line-height: 1.5;
  position: relative;
  padding-bottom: 0.3rem;
}

.prd01_c .fl .p1::before {
  content: "";
  width: 0.7rem;
  height: 0.04rem;
  display: block;
  background-color: #5c88da;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.prd01_c .fl .p2 {
  margin-top: 0.4rem;
}

.prd01_c .fl .p2 p {
  width: 100%;
  overflow: hidden;
  margin-bottom: 0.1rem;
}

.prd01_c .fl .p2 p span {
  display: inline-block;
  background: url("../images/prd_01.png") 0% 0.07rem no-repeat;
  background-size: 0.16rem;
  padding-left: 0.26rem;
}

.prd01_c .fl .p2 p:last-child {
  margin-bottom: 0px;
}

.prd01_c .fl .p3 {
  padding-top: 1rem;
}

.prd01_c .fl .p3 a {
  display: inline-block;
  line-height: 0.7rem;
  padding: 0px 0.27rem;
  background-color: #5c88da;
  color: #fff;
  -moz-box-shadow: 0px 0.12rem 0.21rem rgba(143, 173, 229, 0.49);
  -webkit-box-shadow: 0px 0.12rem 0.21rem rgba(143, 173, 229, 0.49);
  box-shadow: 0px 0.12rem 0.21rem rgba(143, 173, 229, 0.49);
}

.prd01_c .fr {
  width: 64%;
  overflow: hidden;
  background-color: #f8f8f8;
}

.prd01_c .fr .c {
  width: calc(100% - 1.2rem);
  overflow: visible;
  margin: 0px auto;
  padding: 0px;
  padding-top: 0.8rem;
}

.prd01r_t {
  width: 100%;
  overflow: hidden;
  padding: 0px 1.5rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

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

.prd01rt_slide .b1 {
  width: 0.25rem;
  height: 100px;
  display: block;
  pointer-events: none;
  position: absolute;
  left: 0px;
  top: 0px;
}

.prd01rt_slide .swiper-slide {
  width: 30%;
  overflow: hidden;
}

.prd01rt_slide .swiper-slide a {
  width: 100%;
  height: 0.45rem;
  border-radius: 0.45rem;
  background-color: #eaeaea;
  color: #666;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.prd01rt_slide .swiper-slide a.on {
  background-color: #5c88da;
  color: #fff;
}

.prd01r_c {
  width: 100%;
  overflow: hidden;
  padding-top: 0.6rem;
  padding-bottom: 1rem;
  position: relative;
}

.prd01r_c .prd01rcs_prev {
  width: 0.19rem;
  height: 100%;
  display: block;
  overflow: hidden;
  background: url("../images/prd_02.png") 50% no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 999;
}

.prd01r_c .prd01rcs_prev:hover {
  background: url("../images/prd_02_on.png") 50% no-repeat;
  background-size: 100%;
}

.prd01r_c .prd01rcs_next {
  width: 0.19rem;
  height: 100%;
  display: block;
  overflow: hidden;
  background: url("../images/prd_03.png") 50% no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 999;
}

.prd01r_c .prd01rcs_next:hover {
  background: url("../images/prd_03_on.png") 50% no-repeat;
  background-size: 100%;
}

.prd01rc_slide {
  width: calc(100% - 3rem);
  overflow: hidden;
  margin: 0px auto;
  padding: 0px;
  height: 6rem;
}

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

.prd01rc_slide .swiper-slide .img {
  width: 100%;
  height: 6rem;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.prd01rc_slide .swiper-slide .img img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}

.prd_02 {
  overflow: hidden;
  background: url("../images/prd_04.webp") 50% no-repeat;
  background-size: cover;
}

.prd_02 .wrap_nr {
  position: relative;
}

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

.prd02_img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.prd02_txt {
  position: absolute;
  left: 0px;
  top: 50%;
  z-index: 9;
  transform: translateY(-50%);
}

.prd02_txt .p {
  width: 100%;
  overflow: visible;
}

.prd02_txt .p1 {
  position: relative;
  color: #000;
  font-weight: 600;
  line-height: 1.5;
  padding-bottom: 0.3rem;
}

.prd02_txt .p1::before {
  content: "";
  display: block;
  width: 0.4rem;
  height: 0.03rem;
  background-color: #5c88da;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.prd02_txt .p2 {
  color: #000;
  font-weight: 600;
  margin-top: 0.6rem;
}

.prd_03 {
  overflow: hidden;
  position: relative;
  padding-top: 1rem;
}

.prd03_bg {
  width: 100%;
  height: 10px;
  overflow: hidden;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 1;
  background-color: #f8fafd;
}

.prd_03 .wrap_nr {
  position: relative;
  z-index: 9;
}

.prd03_t {
  width: 100%;
  overflow: visible;
  text-align: center;
  position: relative;
  font-weight: 600;
  color: #000;
  line-height: 1.5;
}

.prd03_c {
  width: 100%;
  overflow: visible;
  margin-top: 0.6rem;
  position: relative;
}

.prd03_c .prd_03c_tab {
  width: 100%;
  overflow: hidden;
  overflow-x: auto;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: relative;
  z-index: 1;
}

.prd03_c .prd_03c_tab::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.prd03_c .prd_03c_tab::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(255, 255, 255, 0);
}

.prd03_c .prd_03c_tab::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #5c88da;
}

.prd03_c .prd_03c_tab::-webkit-scrollbar-thumb:hover {
  border-radius: 5px;
  background: #5c88da;
}

.prd03_c .prd_03c_tab table {
  min-width: 100%;
  overflow: hidden;
  background-color: #fff;
  table-layout: fixed;
}

.prd03_c .prd_03c_tab table tr th {
  width: 1.5rem;
  min-width: 1.5rem;
  max-width: 1.5rem;
  height: 0.6rem;
  text-align: center;
  background-color: #5c88da;
  color: #fff;
  font-weight: normal;
}

.prd03_c .prd_03c_tab table tr th:nth-child(1) {
  width: 3rem;
  min-width: 3rem;
  max-width: 3rem;
  text-align: left;
  padding-left: 0.3rem;
  padding-right: 0.1rem;
}

.prd03_c .prd_03c_tab table tr th:nth-child(2) {
  width: 1.2rem;
  min-width: 1.2rem;
  max-width: 1.2rem;
}

.prd03_c .prd_03c_tab table tr.firstRow td {
  background-color: #5c88da;
  color: #fff;
  font-weight: normal;
}

.prd03_c .prd_03c_tab table tr td {
  height: 0.6rem;
  text-align: center;
  color: #666;
  border-right: 1px solid #f3f3f4;
  border-bottom: 1px solid #f3f3f4;
  padding: 0px 0.1rem;
}

.prd03_c .prd_03c_tab table tr td:nth-child(1) {
  position: sticky;
  left: 0px;
  width: 3rem !important;
  min-width: 3rem !important;
  max-width: 3rem !important;
  text-align: left;
  padding-left: 0.3rem;
  padding-right: 0.1rem;
}

.prd03_c .prd_03c_tab table tr td:nth-child(2) {
  position: sticky;
  left: 0px;
  width: 1.2rem !important;
  min-width: 1.2rem !important;
  max-width: 1.2rem !important;
  padding: 0px 0rem;
}

.prd03_c .prd_03c_li {
  width: calc(4.6rem + 2px);
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 9;
  background-color: #f2f6fc;
}

.prd03_c .prd_03c_li ul li {
  width: 100%;
  overflow: hidden;
  height: 0.6rem;
  padding-bottom: 1px;
}

.prd03_c .prd_03c_li ul li span {
  display: block;
  height: 100%;
  text-align: center;
  color: #666;
  float: left;
}

.prd03_c .prd_03c_li ul li span.sp1 {
  width: 3rem;
  padding-left: 0.3rem;
  padding-right: 0.1rem;
  text-align: left;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-start;
}

.prd03_c .prd_03c_li ul li span.sp2 {
  width: 1.2rem;
  text-align: center;
  border-right: 1px solid #f3f3f4;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.prd03_c .prd_03c_li ul li:nth-child(2n) {
  background-color: #eef2fb;
}

.prd03_c .prd_03c_li ul li:first-child {
  padding-bottom: 0px;
}

.prd03_c .prd_03c_li ul li:first-child {
  background-color: #5c88da;
}

.prd03_c .prd_03c_li ul li:first-child span {
  color: #fff;
}

.prd03_c .prd_03c_li ul li:first-child span.sp1 {
  border: 0px;
}

.prd03_c .prd_03c_li ul li:first-child span.sp2 {
  border: 0px;
}

.prd03_c .prd03c_prev {
  width: 0.38rem;
  height: 0.38rem;
  display: block;
  border-radius: 50%;
  background: url("../images/prd_05.png") 50% no-repeat;
  background-size: 100%;
  position: absolute;
  left: calc(4.6rem + 2px);
  top: 50%;
  margin-top: -0.19rem;
  z-index: 999;
  margin-left: -0.19rem;
}

.prd03_c .prd03c_next {
  width: 0.38rem;
  height: 0.38rem;
  display: block;
  border-radius: 50%;
  background: url("../images/prd_06.png") 50% no-repeat;
  background-size: 100%;
  position: absolute;
  right: -0.19rem;
  top: 50%;
  margin-top: -0.19rem;
  z-index: 999;
}

.prd_04 {
  overflow: hidden;
  background-color: #f8fafd;
  padding-top: 1rem;
}

.prd04_c {
  width: 100%;
  overflow: visible;
  padding-top: 0.6rem;
  position: relative;
}

.prd04_c .b1 {
  width: 0.6rem;
  height: 100px;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  overflow: hidden;
  z-index: 1;
  pointer-events: none;
}

.prd04c_slide {
  width: 100%;
  height: 5.14rem;
  overflow: visible;
}

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

.prd04c_slide .swiper-slide .pd04csfr {
  width: 100%;
  height: 5.14rem;
  overflow: hidden;
  background-color: #fff;
  position: relative;
}

.prd04c_slide .swiper-slide .pd04csfr .pd04cs_t {
  width: 100%;
  height: 4.12rem;
  position: relative;
  z-index: 1;
  padding: 0px 0.5rem;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  background: linear-gradient(#fff, #eef1f5);
  background: -webkit-linear-gradient(#fff, #eef1f5);
  background: -o-linear-gradient(#fff, #eef1f5);
  background: -moz-linear-gradient(#fff, #eef1f5);
}

.prd04c_slide .swiper-slide .pd04csfr .pd04cs_t .pd04cst_bg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  opacity: 0;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.prd04c_slide .swiper-slide .pd04csfr .pd04cs_t .pd04cst_bg img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  object-fit: cover;
  object-position: 100% 50%;
}

.prd04c_slide .swiper-slide .pd04csfr .pd04cs_t .c {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 9;
}

.prd04c_slide .swiper-slide .pd04csfr .pd04cs_t .pd04cst_t {
  width: 100%;
  overflow: hidden;
  line-height: 0.46rem;
  margin-top: 0.5rem;
  position: relative;
  padding-bottom: 0.12rem;
}

.prd04c_slide .swiper-slide .pd04csfr .pd04cs_t .pd04cst_t::before {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  overflow: hidden;
  background-color: #e7e8e8;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.prd04c_slide .swiper-slide .pd04csfr .pd04cs_t .pd04cst_t span.sp1 {
  color: #333;
}

.prd04c_slide .swiper-slide .pd04csfr .pd04cs_t .pd04cst_t a {
  display: inline-block;
  opacity: 0;
  position: absolute;
  right: 0px;
  top: 0px;
  line-height: 0.46rem;
  border-radius: 0.46rem;
  background-color: #5c88da;
  padding: 0px 0.25rem;
  color: #fff;
}

.prd04c_slide .swiper-slide .pd04csfr .pd04cs_t .pd04cst_t a i {
  display: inline-block;
  background: url("../images/prd_08.png") 100% 50% no-repeat;
  background-size: 0.19rem;
  padding-right: 0.3rem;
}

.prd04c_slide .swiper-slide .pd04csfr .pd04cs_t .pd04cst_c {
  width: 100%;
  overflow: hidden;
  margin-top: 0.3rem;
}

.prd04c_slide .swiper-slide .pd04csfr .pd04cs_t .pd04cst_c p {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin: 0.1rem 0px;
  padding-left: 0.26rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.prd04c_slide .swiper-slide .pd04csfr .pd04cs_t .pd04cst_c p::before {
  content: "";
  display: block;
  overflow: hidden;
  width: 0.04rem;
  height: 0.04rem;
  background-color: #999;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.prd04c_slide .swiper-slide .pd04csfr .pd04cs_t .pd04cst_c p .sp1 {
  width: 2.2rem;
  float: left;
}

.prd04c_slide .swiper-slide .pd04csfr .pd04cs_t .pd04cst_c p .sp2 {
  width: calc(100% - 2.2rem);
  float: left;
}

.prd04c_slide .swiper-slide .pd04csfr .pd04cs_c {
  width: 100%;
  overflow: hidden;
  height: 1.02rem;
  background-color: #fff;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-start;
}

.prd04c_slide .swiper-slide .pd04csfr .pd04cs_c i {
  display: inline-block;
  position: relative;
}

.prd04c_slide .swiper-slide .pd04csfr .pd04cs_c i img {
  display: block;
  max-height: 1.02rem;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.prd04c_slide .swiper-slide .pd04csfr .pd04cs_c i img.img2 {
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0;
}

.prd04c_slide .swiper-slide .pd04csfr .pd04cs_img {
  width: 3.28rem;
  height: 2.6rem;
  overflow: hidden;
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 9;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.prd04c_slide .swiper-slide .pd04csfr .pd04cs_img img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.prd04c_slide .swiper-slide:hover .pd04csfr .pd04cs_t .pd04cst_bg {
  opacity: 1;
}

.prd04c_slide .swiper-slide:hover .pd04csfr .pd04cs_t .pd04cst_t a {
  opacity: 1;
}

.prd04c_slide .swiper-slide:hover .pd04csfr .pd04cs_c i img.img1 {
  opacity: 0;
}

.prd04c_slide .swiper-slide:hover .pd04csfr .pd04cs_c i img.img2 {
  opacity: 1;
}

.prd04c_slide .swiper-slide:hover .pd04csfr .pd04cs_img img {
  transform: scale(1.03, 1.03);
  -moz-transform: scale(1.03, 1.03);
  -webkit-transform: scale(1.03, 1.03);
}

.prd04c_b {
  width: 100%;
  overflow: visible;
  height: 0.56rem;
  position: relative;
  margin-top: 0.8rem;
}

.prd04c_b .prd04cb_a {
  width: 1.29rem;
  overflow: hidden;
  float: right;
}

.prd04c_b .prd04cb_a a {
  width: 0.56rem;
  height: 0.56rem;
  display: block;
  border-radius: 50%;
  overflow: hidden;
  float: left;
}

.prd04c_b .prd04cb_a a:nth-child(1) {
  background: url("../images/wn_06.png") 50% no-repeat;
  background-size: 100% 100%;
}

.prd04c_b .prd04cb_a a:nth-child(1):hover {
  background: url("../images/wn_04_on.png") 50% no-repeat;
  background-size: 100% 100%;
}

.prd04c_b .prd04cb_a a:nth-child(2) {
  background: url("../images/wn_07.png") 50% no-repeat;
  background-size: 100% 100%;
  float: right;
}

.prd04c_b .prd04cb_a a:nth-child(2):hover {
  background: url("../images/wn_05_on.png") 50% no-repeat;
  background-size: 100% 100%;
}

.prd04cb_solfr {
  width: calc(100% - 1.82rem);
  height: 0.56rem;
  float: left;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.prd04cb_solfr .prd04cb_sol {
  width: 100%;
  height: 0.02rem;
  display: block;
  overflow: hidden;
  background-color: #ebeced;
  position: relative;
}

.prd04cb_solfr .prd04cb_sol .swiper-scrollbar-drag {
  background-color: #5c88da;
  cursor: pointer;
}

.prd04cb_spfr {
  position: absolute;
  left: 0px;
  bottom: 0.4rem;
  color: #999999;
  line-height: 1.3;
  z-index: 9;
  font-weight: 600;
  font-family: arial;
}

.prd04cb_spfr .swiper-pagination-current {
  color: #5c88da;
}

.lx_01 {
  overflow: hidden;
  padding-top: 1rem;
  background: url("../images/lxbg_01.webp") 50% no-repeat;
  background-size: cover;
}

.lx01_t {
  width: 100%;
  overflow: hidden;
  text-align: center;
  color: #1c1c1c;
  font-family: Montserrat-Bold;
  line-height: 1.5;
}

.lx01_c {
  width: 100%;
  overflow: hidden;
  margin-top: 1rem;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: relative;
  padding: 2px;
  background-color: #f8fbff;
  -moz-box-shadow: 0.1rem 0rem 0.3rem rgba(35, 57, 146, 0.05);
  -webkit-box-shadow: 0.1rem 0rem 0.3rem rgba(35, 57, 146, 0.05);
  box-shadow: 0.1rem 0rem 0.3rem rgba(35, 57, 146, 0.05);
}

.lx01_c::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 2px solid #fff;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.lx01_c .img {
  width: 41.36%;
  overflow: hidden;
  position: relative;
}

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

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

.lx01_c .txt .c {
  width: 100%;
  overflow: visible;
}

.lx01_c .txt ul li {
  width: calc((100% - 0.4rem) / 2);
  float: left;
  position: relative;
  min-height: 0.5rem;
  margin-bottom: 0.26rem;
}

.lx01_c .txt ul li::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #dbdde0;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 1;
}

.lx01_c .txt ul li:nth-child(2n) {
  margin-left: 0.4rem;
}

.lx01_c .txt ul li select {
  width: 100%;
  height: 0.5rem;
  border: 0px;
  padding-left: 0.15rem;
  background: url("../images/aa4.svg") 100% 50% no-repeat rgba(255, 255, 255, 0);
  background-size: 0.13rem;
  cursor: pointer;
}

.lx01_c .txt ul li input.lx_txt {
  width: 100%;
  height: 0.5rem;
  border: 0px;
  padding: 0px 0.15rem;
  height: 0.5rem;
  background-color: rgba(255, 255, 255, 0);
  color: #000;
}

.lx01_c .txt ul li .sp1 {
  position: absolute;
  left: 0px;
  top: 0px;
  color: #666;
  line-height: 0.5rem;
  pointer-events: none;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.lx01_c .txt ul li .sp1 .i1 {
  color: #ff0000;
  width: 0.15rem;
  display: inline-block;
}

.lx01_c .txt ul li.on .sp1 {
  top: -0.24rem;
  font-size: 0.12rem;
}

.lx01_c .txt ul li.on::before {
  background-color: #5b88d9;
}

.lx01_c .txt ul li.li1 {
  width: 100%;
  margin-left: 0px;
}

.lx01_c .txt ul li.li1::before {
  display: none;
}

.lx01_c .txt ul li.li1 .sp1 {
  position: relative;
  width: 100%;
  line-height: 1.5;
}

.lx01_c .txt ul li.li1 textarea {
  width: 100%;
  border: 0px;
  padding: 0.15rem;
  background-color: #f3f4f5;
  height: 2rem;
  margin-top: 0.2rem;
  color: #000;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.lx01_c .txt ul li.li2 {
  width: 100%;
  margin-left: 0px;
}

.lx01_c .txt ul li.li2::before {
  display: none;
}

.lx01_c .txt ul li.li2 input {
  width: 1.5rem;
  height: 0.48rem;
  border: 0px;
  cursor: pointer;
  background: none;
  background-color: #5b88d9;
  color: #fff;
}

.lx01_c .txt ul li.li2 input:hover {
  background-color: #e50014;
}

.lxselfr {
  width: 100%;
  height: 0.5rem;
  overflow: visible;
  position: relative;
}

.lxselfr .lxsel_t {
  width: 100%;
  height: 0.5rem;
  overflow: hidden;
  line-height: 0.5rem;
}

.lxselfr .lxsel_t i {
  width: 100%;
  display: block;
  overflow: hidden;
  height: 0.5rem;
  color: #000;
  padding: 0px 0.15rem;
  background: url("../images/aa4.svg") 100% 50% no-repeat;
  background-size: 0.13rem;
  cursor: pointer;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.lxselfr .lxsel_c {
  width: 100%;
  overflow: hidden;
  padding: 0.08rem 0.15rem;
  display: none;
  background-color: #f7fbff;
  border: 1px solid #dbdde0;
  position: absolute;
  left: 0px;
  top: calc(0.5rem - 1px);
  z-index: 9;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.lxselfr .lxsel_c p {
  width: 100%;
  overflow: hidden;
  line-height: 1.5;
  color: #666;
  cursor: pointer;
  padding: 0.02rem 0px;
}

.lxselfr .lxsel_c p:hover {
  color: #5b88d9;
}

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

.vo_01 ul {
  width: 100%;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.6rem;
}

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

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

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

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

.vo_01 ul li .img .img2 {
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  object-fit: cover;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.vo_01 ul li .img i {
  display: inline-block;
  line-height: 0.45rem;
  padding: 0px 0.2rem;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0.3rem;
  top: 0.3rem;
  z-index: 2;
  color: #fff;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.vo_01 ul li .img i span {
  display: inline-block;
  background: url("../images/vo_01.png") 0% 50% no-repeat;
  background-size: 0.27rem;
  padding-left: 0.38rem;
}

.vo_01 ul li .txt {
  width: 100%;
  overflow: hidden;
  height: 0.9rem;
  background-color: rgba(0, 0, 0, 0.55);
  color: #fff;
  padding: 0.2rem;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 9;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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;
}

.vo_01 ul li .txt span {
  width: 100%;
  display: block;
  overflow: hidden;
  line-height: 0.3rem;
  max-height: 0.6rem;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.vo_01 ul li:hover .img2 {
  transform: scale(1.03, 1.03);
  -moz-transform: scale(1.03, 1.03);
  -webkit-transform: scale(1.03, 1.03);
}

.vo_01 ul li:hover i {
  background-color: #547cc6;
}

.vo_01 ul li:hover .txt {
  background-color: #547cc6;
}

.pagesfr {
  overflow: hidden;
  padding-top: 1rem;
  text-align: center;
  font-family: arial;
}

.pagesfr .c {
  display: inline-block;
}

.pagesfr a {
  display: inline-block;
  float: left;
  position: relative;
  margin: 0px 0.06rem;
  color: #999;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  overflow: hidden;
  background-color: #f8f8f8;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.pagesfr span {
  display: inline-block;
  float: left;
  margin: 0px 0.06rem;
  color: #999;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  overflow: hidden;
  background-color: #f8f8f8;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.pagesfr a.a1 b {
  width: 100%;
  height: 100%;
  display: block;
  background: url("../images/prd_02.png") 50% no-repeat;
  background-size: 0.1rem;
  position: absolute;
  left: 0px;
  top: 0px;
}

.pagesfr a.a2 b {
  width: 100%;
  height: 100%;
  display: block;
  background: url("../images/prd_03.png") 50% no-repeat;
  background-size: 0.1rem;
  position: absolute;
  left: 0px;
  top: 0px;
}

.pagesfr a:hover {
  background-color: #5c88da;
  color: #fff;
}

.pagesfr a.a1:hover b {
  background: url("../images/vo_03.png") 50% no-repeat;
  background-size: 0.1rem;
}

.pagesfr a.a2:hover b {
  background: url("../images/vo_04.png") 50% no-repeat;
  background-size: 0.1rem;
}

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

.dn_01 .c {
  width: 100%;
  overflow: visible;
  height: 0.6rem;
  position: relative;
}

.dn_01 .fr {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 0.6rem;
  width: 30%;
  background-color: #fff;
  -moz-box-shadow: 0.04rem 0px 0.46rem rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0.04rem 0px 0.46rem rgba(0, 0, 0, 0.1);
  box-shadow: 0.04rem 0px 0.46rem rgba(0, 0, 0, 0.1);
}

.dn_01 .fr input.dn01_txt {
  width: calc(100% - 0.42rem);
  height: 100%;
  border: 0px;
  color: #000;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  padding: 0px 0.2rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.dn_01 .fr input.dn01_txt::-moz-placeholder {
  color: #666;
}

.dn_01 .fr input.dn01_txt::-moz-placeholder {
  color: #666;
}

.dn_01 .fr input.dn01_txt::-ms-input-placeholder {
  color: #666;
}

.dn_01 .fr input.dn01_txt::-webkit-input-placeholder {
  color: #666;
}

.dn_01 .fr input.dn01_btn {
  width: 0.2rem;
  height: 100%;
  border: 0px;
  background: url("../images/dn_01.png") 50% no-repeat;
  background-size: 100%;
  cursor: pointer;
  position: absolute;
  right: 0.2rem;
  top: 0px;
  z-index: 9;
}

.dn_01 .fl {
  width: calc(70% - 0.4rem);
  overflow: visible;
}

.dn_01 .fl ul li {
  float: left;
  width: 1.68rem;
  height: 0.6rem;
  color: #333;
  margin-left: 0.2rem;
  border: 1px solid #e3e6ea;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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;
  text-align: center;
}

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

.dn_01 .fl ul li a {
  color: #333;
}

.dn_01 .fl ul li:hover {
  border: 1px solid #5c88da;
}

.dn_01 .fl ul li:hover a {
  color: #5c88da;
}

.dn_01 .fl ul li.active {
  background-color: #5c88da;
  color: #fff;
  border: 1px solid #5c88da;
  -moz-box-shadow: 0.12rem 0px 0.21rem rgba(143, 173, 229, 0.49);
  -webkit-box-shadow: 0.12rem 0px 0.21rem rgba(143, 173, 229, 0.49);
  box-shadow: 0.12rem 0px 0.21rem rgba(143, 173, 229, 0.49);
}

.dn_01 .fl ul li.active a {
  color: #fff;
}

.dn_02 {
  overflow: visible;
}

.dn_02 ul {
  width: 100%;
  overflow: visible;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 0.4rem;
  grid-row-gap: 0.5rem;
}

.dn_02 ul li {
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  -moz-box-shadow: 0px 0px 0.46rem rgba(0, 0, 0, 0.04);
  -webkit-box-shadow: 0px 0px 0.46rem rgba(0, 0, 0, 0.04);
  box-shadow: 0px 0px 0.46rem rgba(0, 0, 0, 0.04);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.dn_02 ul li .dn02_t {
  width: 100%;
  height: 2.22rem;
  border-bottom: 1px solid #e7e8e9;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.dn_02 ul li .dn02_t::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  background: url("../images/dn_04.png") 100% 100% no-repeat;
  background-size: auto 1.63rem;
  position: absolute;
  right: 0px;
  bottom: 0px;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.dn_02 ul li .dn02_t .c {
  width: 100%;
  overflow: visible;
  position: relative;
  z-index: 9;
  padding: 0px 0.7rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.dn_02 ul li .dn02_t .c::before {
  content: "";
  display: block;
  pointer-events: none;
  width: 0.48rem;
  height: 100%;
  background: url("../images/dn_02.png") 0% 0% no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0.45rem;
  top: 0.45rem;
  z-index: 1;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.dn_02 ul li .dn02_t .p {
  width: 100%;
  overflow: visible;
  position: relative;
  z-index: 9;
}

.dn_02 ul li .dn02_t .p1 {
  padding-top: 0.6rem;
  font-family: Montserrat-SemiBold;
  line-height: 0.36rem;
  overflow: hidden;
  max-height: 0.72rem;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.dn_02 ul li .dn02_t .p2 {
  color: #999;
  line-height: 1.5;
  margin-top: 0.05rem;
}

.dn_02 ul li .dn02_c {
  width: 100%;
  height: 1rem;
  overflow: hidden;
  color: #333;
  padding: 0px 0.5rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.dn_02 ul li .dn02_c span {
  width: 100%;
  display: block;
  overflow: hidden;
  line-height: 0.5rem;
  background: url("../images/dn_06.png") 100% 50% no-repeat;
  background-size: 0.5rem;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.dn_02 ul li:hover {
  background-color: #5c88da;
  -moz-box-shadow: 0.12rem 0px 0.21rem rgba(143, 173, 229, 0.49);
  -webkit-box-shadow: 0.12rem 0px 0.21rem rgba(143, 173, 229, 0.49);
  box-shadow: 0.12rem 0px 0.21rem rgba(143, 173, 229, 0.49);
}

.dn_02 ul li:hover .dn02_t::before {
  background: url("../images/dn_05.png") 100% 100% no-repeat;
  background-size: auto 1.63rem;
}

.dn_02 ul li:hover .dn02_t {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.dn_02 ul li:hover .dn02_t .c::before {
  background: url("../images/dn_03.png") 0% 0% no-repeat;
  background-size: 100%;
}

.dn_02 ul li:hover .dn02_t .p1 {
  color: #fff;
}

.dn_02 ul li:hover .dn02_t .p2 {
  color: #fff;
}

.dn_02 ul li:hover .dn02_c {
  color: #fff;
}

.dn_02 ul li:hover .dn02_c span {
  background: url("../images/dn_07.png") 100% 50% no-repeat;
  background-size: 0.5rem;
}

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

.ab01_t {
  width: 100%;
  overflow: visible;
  color: #1c1c1c;
  font-family: Montserrat-SemiBold;
  line-height: 1.5;
  text-align: center;
}

.ab01_c {
  width: 100%;
  overflow: hidden;
  text-align: center;
  margin-top: 0.4rem;
  color: #666;
  line-height: 1.75;
}

.ab01_c p {
  line-height: 1.75;
}

.ab01_b {
  width: 100%;
  overflow: hidden;
  margin-top: 0.4rem;
}

.ab01_b img {
  display: block;
  margin: 0px auto;
  padding: 0px;
  max-width: 100%;
}

.ab_02 {
  overflow: hidden;
  position: relative;
  margin-top: 1rem;
}

.ab_02 b.bg {
  width: calc(100% - 3.5rem);
  height: 9rem;
  display: block;
  background: url("../images/ab_01.webp") 50% no-repeat;
  background-size: cover;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
}

.ab_02 .ab02r_t {
  width: calc(100% - 1.8rem);
  overflow: hidden;
  position: relative;
  z-index: 9;
  margin-top: 0.6rem;
}

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

.ab02r_c .c {
  width: calc(100% - 3.5rem);
  overflow: hidden;
  float: right;
}

.ab02r_c .c img {
  width: 100%;
  display: block;
}

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

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

.ab02_t ul li {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-start;
  color: #000;
}

.ab02_t ul li .sp1 {
  font-family: MiSans-Medium;
  display: block;
}

.ab02_t ul li .sp2 {
  display: block;
  padding-left: 0.2rem;
}

.ab02_t ul li .sp2 i {
  width: 100%;
  display: block;
  overflow: hidden;
}

.ab02_c {
  width: 100%;
  overflow: hidden;
  margin-top: 0.4rem;
  color: #666;
  line-height: 1.75;
}

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

.ab03_b {
  width: 100%;
  overflow: hidden;
  padding-top: 0.6rem;
  position: relative;
  padding-bottom: 1.2rem;
}

.ab03_b .b1 {
  width: 0.5rem;
  height: 100px;
  display: block;
  pointer-events: none;
  position: absolute;
  left: 0px;
  top: 0px;
}

.ab03_b .wrap_ab {
  position: relative;
}

.ab03b_more {
  width: 0.56rem;
  overflow: visible;
  position: absolute;
  left: -1.6rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
}

.ab03b_more a {
  width: 0.56rem;
  height: 0.56rem;
  display: block;
  border-radius: 50%;
}

.ab03b_more a:nth-child(1) {
  background: url("../images/ab_02.png") 50% no-repeat;
  background-size: 100% 100%;
}

.ab03b_more a:nth-child(1):hover {
  background: url("../images/ab_02_on.png") 50% no-repeat;
  background-size: 100% 100%;
}

.ab03b_more a:nth-child(2) {
  background: url("../images/ab_03.png") 50% no-repeat;
  background-size: 100% 100%;
  margin-top: 0.5rem;
}

.ab03b_more a:nth-child(2):hover {
  background: url("../images/ab_03_on.png") 50% no-repeat;
  background-size: 100% 100%;
}

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

.ab03b_slide .swiper-slide {
  width: 5.06rem;
  overflow: hidden;
  background-color: #fff;
  -moz-box-shadow: 0.09rem 0px 0.4rem rgba(191, 198, 211, 0.3);
  -webkit-box-shadow: 0.09rem 0px 0.4rem rgba(191, 198, 211, 0.3);
  box-shadow: 0.09rem 0px 0.4rem rgba(191, 198, 211, 0.3);
}

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

.ab03b_slide .swiper-slide .img {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.ab03b_slide .swiper-slide .img img {
  width: 100%;
  display: block;
}

.ab03b_slide .swiper-slide .img img.img2 {
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  object-fit: cover;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.ab03b_slide .swiper-slide .txt {
  width: 100%;
  overflow: hidden;
  padding: 0.4rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.ab03b_slide .swiper-slide .txt .c {
  width: 100%;
  overflow: visible;
}

.ab03b_slide .swiper-slide .txt .tc {
  width: 100%;
  overflow: hidden;
  height: 2.38rem;
}

.ab03b_slide .swiper-slide .txt .p {
  width: 100%;
  overflow: visible;
}

.ab03b_slide .swiper-slide .txt .p1 {
  color: #5c88da;
  line-height: 0.28rem;
}

.ab03b_slide .swiper-slide .txt .p2 {
  margin-top: 0.1rem;
  color: #000;
  line-height: 0.34rem;
  max-height: 1.02rem;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.ab03b_slide .swiper-slide .txt .p3 {
  margin-top: 0.2rem;
  color: rgba(0, 0, 0, 0.6);
  line-height: 0.26rem;
  max-height: 0.78rem;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.ab03b_slide .swiper-slide .txt .p4 {
  margin-top: 0.3rem;
}

.ab03b_slide .swiper-slide .txt .p4 i {
  display: inline-block;
  width: 1.5rem;
  height: 0.5rem;
  border-radius: 0.5rem;
  background-color: #eaf0f5;
  color: #5c88da;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.ab03b_slide .swiper-slide:hover .txt .p4 i {
  background-color: #5c88da;
  color: #fff;
  -moz-box-shadow: 0.12rem 0px 0.21rem rgba(143, 173, 229, 0.49);
  -webkit-box-shadow: 0.12rem 0px 0.21rem rgba(143, 173, 229, 0.49);
  box-shadow: 0.12rem 0px 0.21rem rgba(143, 173, 229, 0.49);
}

.ab03b_slide .swiper-slide:hover .txt .p2 {
  color: #5c88da;
}

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

.lxfr {
  width: 100%;
  overflow: hidden;
  background: url("../images/ab_04.webp") 50% no-repeat;
  background-size: cover;
}

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

.lx02_t {
  width: 100%;
  overflow: hidden;
  text-align: center;
  color: #999;
  line-height: 1.75;
  margin: 0px auto;
  padding: 0px;
  max-width: 11rem;
  margin-top: 0.4rem;
}
.lx02_t img{max-width:100%;}
.lx02_c {
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  margin-top: 0.6rem;
  -moz-box-shadow: 0.2rem 0px 0.43rem rgba(16, 22, 36, 0.05);
  -webkit-box-shadow: 0.2rem 0px 0.43rem rgba(16, 22, 36, 0.05);
  box-shadow: 0.2rem 0px 0.43rem rgba(16, 22, 36, 0.05);
}

.lx02_c {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}

.lx02_c .img {
  width: 51%;
  overflow: hidden;
  position: relative;
}

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

.lx02_c .txt {
  width: 49%;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0.3rem 0.7rem;
}

.lx02_c .txt .c {
  width: 100%;
  overflow: visible;
}

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

.lx02_c .txt .p1 {
  font-family: Montserrat-SemiBold;
  color: #333;
  line-height: 1.5;
  margin-top: 0.5rem;
  position: relative;
  padding-bottom: 0.3rem;
}

.lx02_c .txt .p1::before {
  content: "";
  display: block;
  width: 100%;
  height: 0.01rem;
  background-color: #e6e6e8;
  position: absolute;
  left: 0px;
  bottom: 0.01rem;
  z-index: 1;
}

.lx02_c .txt .p1::after {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.03rem;
  background-color: #4f78f6;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 2;
}

.lx02_c .txt .p2 {
  margin-top: 0.4rem;
}

.lx02_c .txt .p2 ul li {
  width: 100%;
  overflow: hidden;
  color: #666;
  line-height: 1.75;
  padding: 0.05rem 0px;
}

.lx02_c .txt .p2 ul li span {
  color: #999;
  padding-right: 0.1rem;
}

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

.lx03_t {
  width: 100%;
  overflow: hidden;
  text-align: center;
  color: #1c1c1c;
  line-height: 1.75;
  margin-top: 0.4rem;
}

.lx03_c {
  width: 100%;
  overflow: hidden;
  background-color: #f2f4f6;
  padding: 0.3rem;
  color: #666;
  line-height: 1.75;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin-top: 0.4rem;
}

.lx03_form {
  width: 100%;
  overflow: visible;
  margin-top: 0.55rem;
}

.lx03_form ul li {
  width: 100%;
  overflow: visible;
  height: 0.6rem;
  padding-bottom: 0.5rem;
  position: relative;
}

.lx03_form ul li.li1 {
  margin-bottom: 0.5rem;
}

.lx03_form ul li.li1::before {
  content: "";
  width: 100%;
  display: block;
  height: 2px;
  background-color: #000000;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.lx03_form ul li .sp1 {
  width: 2.6rem;
  height: 0.6rem;
  overflow: hidden;
  float: left;
  color: #333;
  line-height: 0.6rem;
}

.lx03_form ul li .sp1 i {
  display: inline-block;
}

.lx03_form ul li .sp1 .i1 {
  width: 0.15rem;
  color: #ff0000;
}

.lx03_form ul li .sp2 {
  width: calc(100% - 2.6rem);
  overflow: visible;
  float: right;
}

.lx03selfr {
  width: 100%;
  height: 0.6rem;
  overflow: visible;
  max-width: 5rem;
  position: relative;
}

.lx03selfr .lx03sel_t {
  width: 100%;
  height: 0.6rem;
  padding: 0px 0.2rem;
  overflow: hidden;
  border: 1px solid #dcdcdc;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.lx03selfr .lx03sel_t i {
  width: 100%;
  display: block;
  height: 0.6rem;
  overflow: hidden;
  background: url("../images/aa4.svg") 100% 50% no-repeat;
  background-size: 0.16rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-start;
}

.lx03selfr .lx03sel_c {
  width: 100%;
  overflow: hidden;
  padding: 0.1rem 0.2rem;
  display: none;
  background-color: #fff;
  border: 1px solid #dcdcdc;
  position: absolute;
  left: 0px;
  top: calc(0.6rem - 1px);
  z-index: 9;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.lx03selfr .lx03sel_c p {
  width: 100%;
  overflow: hidden;
  line-height: 1.5;
  padding: 0.05rem 0px;
  cursor: pointer;
  color: #666;
}

.lx03selfr .lx03sel_c p:hover {
  color: #5b88d9;
}

.lx03selfr.on {
  background-color: #fff;
}

.lx03selfr.on .lx03sel_c {
  display: block;
}

.lx03_form ul li .sp2 .lx03_txt {
  width: 100%;
  max-width: 5rem;
  padding: 0px 0.2rem;
  height: 0.6rem;
  color: #000;
  background-color: rgba(255, 255, 255, 0);
  overflow: hidden;
  border: 1px solid #dcdcdc;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.lx03_form ul li .sp2 .lx03_txt::-moz-placeholder {
  color: #999;
}

.lx03_form ul li .sp2 .lx03_txt::-moz-placeholder {
  color: #999;
}

.lx03_form ul li .sp2 .lx03_txt::-ms-input-placeholder {
  color: #999;
}

.lx03_form ul li .sp2 .lx03_txt::-webkit-input-placeholder {
  color: #999;
}

.lx03_form ul li .sp2 textarea {
  width: 100%;
  padding: 0.2rem;
  height: 2.44rem;
  color: #000;
  border: 1px solid #dcdcdc;
  background-color: rgba(255, 255, 255, 0);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.lx03_form ul li.li4 {
  height: auto;
}

.lx03_form ul li.li3 {
  width: 100%;
  overflow: hidden;
  height: 1px;
  margin: 0px;
  padding: 0px;
}

.lx03_form ul li.li2 {
  overflow: hidden;
  margin-top: 0.6rem;
  text-align: center;
  padding-bottom: 0px;
  height: auto;
}

.lx03_form ul li.li2 input {
  width: 1.5rem;
  height: 0.48rem;
  border: 0px;
  cursor: pointer;
  background-color: #5b88d9;
  color: #fff;
}

.lx03_form ul li.li2 input:hover {
  background-color: #e50014;
}

.hy_01 {
  overflow: hidden;
  position: relative;
  height: calc(100vh - 1rem);
}

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

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

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

.hy01b_slide .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  object-fit: cover;
  transition: 3s linear;
  -webkit-transition: 3s linear;
  -o-transition: 3s linear;
  -moz-transition: 3s linear;
}

.hy01b_slide .swiper-slide-active img {
  transform: scale(1.03, 1.03);
  -moz-transform: scale(1.03, 1.03);
  -webkit-transform: scale(1.03, 1.03);
}

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

.hy01c_t {
  width: 100%;
  overflow: hidden;
  margin-top: 13vh;
}

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

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

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

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

.hy01ct_slide .swiper-slide .p1 {
  font-family: Montserrat-SemiBold;
  line-height: 1.5;
}

.hy01ct_slide .swiper-slide .p2 {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.5;
  margin-top: 0.2rem;
  max-width: 10rem;
  max-height: 4.5;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 30;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.hy01ct_slide .swiper-slide .p2 p {
  line-height: 1.5;
}

.hy01ct_slide .swiper-slide .p3 {
  margin-top: 0.4rem;
}

.hy01ct_slide .swiper-slide .p3 a {
  display: inline-block;
  line-height: 0.5rem;
  padding: 0px 0.5rem;
  color: #fff;
  background-color: #5c88da;
}

.hy01c_c {
  width: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  bottom: calc(6vh + 0.56rem + 0.3rem);
  z-index: 9;
}

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

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

.hy01cc_slide .swiper-slide .hy01cc_c {
  width: 100%;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.hy01cc_slide .swiper-slide .hy01cc_c::before {
  content: "";
  width: 100%;
  display: block;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  background-color: rgba(92, 136, 218, 0);
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.hy01cc_slide .swiper-slide .c {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 0.3rem 0px;
  z-index: 9;
}

.hy01cc_slide .swiper-slide .c::before {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 0.6rem);
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  right: 0px;
  top: 0.3rem;
  z-index: 1;
}

.hy01cc_slide .swiper-slide:last-child .c::before {
  display: none;
}

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

.hy01cc_slide .swiper-slide .p1 {
  text-align: center;
}

.hy01cc_slide .swiper-slide .p1 img {
  display: block;
  margin: 0px auto;
  padding: 0px;
  height: 0.38rem;
}

.hy01cc_slide .swiper-slide .p2 {
  color: #fff;
  line-height: 1.3;
  margin-top: 0.2rem;
  text-align: center;
  overflow: visible;
}

.hy01cc_slide .swiper-slide .hy01cc_c.active::before {
  background-color: rgba(92, 136, 218, 0.7);
}

.hy01cc_slide .swiper-slide .hy01cc_c.active .c::before {
  opacity: 0;
}

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

.hy01c_b .c {
  width: 100%;
  height: 0.56rem;
  overflow: visible;
  position: relative;
}

.hy01c_b .hy01cb_more {
  width: 1.29rem;
  height: 100%;
  overflow: hidden;
  position: absolute;
  right: 0px;
  top: 0px;
}

.hy01c_b .hy01cb_more a {
  width: 0.56rem;
  height: 0.56rem;
  display: block;
  border-radius: 50%;
  float: left;
}

.hy01c_b .hy01cb_more a:nth-child(1) {
  background: url("../images/ab_02.png") 50% no-repeat;
  background-size: 100% 100%;
}

.hy01c_b .hy01cb_more a:nth-child(1):hover {
  background: url("../images/ab_02_on.png") 50% no-repeat;
  background-size: 100% 100%;
}

.hy01c_b .hy01cb_more a:nth-child(2) {
  background: url("../images/ab_03.png") 50% no-repeat;
  background-size: 100% 100%;
  float: right;
}

.hy01c_b .hy01cb_more a:nth-child(2):hover {
  background: url("../images/ab_03_on.png") 50% no-repeat;
  background-size: 100% 100%;
}

.hy01c_b .hy01cb_spfr {
  width: calc(100% - 1.65rem);
  height: 0.56rem;
  overflow: hidden;
  position: relative;
}

.hy01c_b .hy01cb_spfr .hy01cb_sp {
  width: 100%;
  height: 0.06rem;
  overflow: visible;
  position: relative;
}

.hy01c_b .hy01cb_spfr .hy01cb_sp::before {
  content: "";
  display: block;
  width: 100%;
  height: 0.02rem;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 0px;
  bottom: 0.02rem;
  z-index: 1;
}

.hy01c_b .hy01cb_spfr .hy01cb_sp .swiper-scrollbar-drag {
  height: 100%;
  background-color: #5c88da;
  opacity: 1;
  z-index: 9;
  border-radius: 0px;
  cursor: pointer;
}

.hy_02 {
  overflow: hidden;
  margin-top: 0.6rem;
}

.hy02_t {
  width: 100%;
  overflow: hidden;
  line-height: 1.5;
  color: #333;
  font-family: Montserrat-SemiBold;
}

.hy02_t ul li {
  float: left;
  overflow: hidden;
  text-align: center;
}

.hy02_t ul li:nth-child(1) {
  width: 37.14%;
}

.hy02_t ul li:nth-child(2) {
  width: calc(62.86% - 0.2rem);
}

.hy02_c {
  width: 100%;
  overflow: hidden;
  margin-top: 0.2rem;
}

.hy02_c ul {
  width: 100%;
  overflow: hidden;
  margin-bottom: 0.4rem;
}

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

.hy02_c ul li {
  float: left;
  height: 4.9rem;
  overflow: hidden;
  background-color: #f6f6f6;
  position: relative;
}

.hy02_c ul li:nth-child(1) {
  width: 37.14%;
}

.hy02_c ul li:nth-child(2) {
  width: calc(62.86% - 0.22rem);
  float: right;
}

.hy02_c ul li.li1 .img {
  width: 100%;
  height: 4.9rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.hy02_c ul li.li1 .img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  position: absolute;
  left: 0px;
  top: 0px;
}

.hy02_c ul li.li1 .txt {
  width: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  bottom: 0.4rem;
  z-index: 9;
  color: #333;
  font-weight: bold;
  font-family: Montserrat-SemiBold;
  padding: 0px 0.4rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.hy02_c ul li.li2 .img {
  width: 49%;
  overflow: hidden;
  height: 4.9rem;
  position: relative;
  float: left;
}

.hy02_c ul li.li2 .img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
}

.hy02_c ul li.li2 .img .p {
  width: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  bottom: 0.4rem;
  z-index: 9;
  color: #333;
  text-align: center;
  font-family: Montserrat-SemiBold;
  padding: 0px 0.4rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.hy02_c ul li.li2 .img .p a {
  color: #333;
  display: inline-block;
  background: url("../images/yy_01.png") 100% calc(50% + 0.02rem) no-repeat;
  background-size: 0.1rem;
  padding-right: 0.2rem;
}

.hy02_c ul li.li2 .img .p a:hover {
  color: #5c88da;
  background: url("../images/yy_01_on.png") 100% calc(50% + 0.02rem) no-repeat;
  background-size: 0.1rem;
}

.hy02_c ul li.li2 .txt {
  width: calc(51% - 0.2rem);
  padding: 0.4rem;
  overflow: hidden;
  float: left;
  height: 4.5rem;
  margin-top: 0.2rem;
  background-color: #fff;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.hy02_c ul li.li2 .txt .p {
  width: 100%;
  overflow: visible;
}

.hy02_c ul li.li2 .txt .p1 {
  color: #333;
  font-family: Montserrat-SemiBold;
  line-height: 1.5;
}

.hy02_c ul li.li2 .txt .p2 {
  color: #666;
  line-height: 1.5;
  margin-top: 0.05rem;
}

.hy02_c ul li.li2 .txt .p2 p {
  width: 100%;
  overflow: hidden;
  position: relative;
  line-height: 1.5;
  padding-left: 0.16rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.hy02_c ul li.li2 .txt .p2 p::before {
  content: "";
  display: block;
  width: 0.04rem;
  height: 0.04rem;
  background-color: #dcdcdc;
  position: absolute;
  left: 0px;
  top: 0.12rem;
}

.hy02_c ul li.li2 .txt .p3 {
  margin-top: 0.4rem;
}

.hy02_c ul li.li2 .txt .p3 a {
  display: inline-block;
  color: #333;
  font-family: Montserrat-SemiBold;
  background: url("../images/yy_01.png") 100% calc(50% + 0rem) no-repeat;
  background-size: 0.08rem;
  padding-right: 0.2rem;
}

.hy02_c ul li.li2 .txt .p3 a:hover {
  color: #5c88da;
  background: url("../images/yy_01_on.png") 100% calc(50% + 0rem) no-repeat;
  background-size: 0.08rem;
}

.hy02_c ul li.li2 .txt .p4_hid {
  display: none;
  overflow: hidden;
}

.hy03tcfr {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 99999;
  display: none;
}

.hy03tc_bg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.7);
}

.hy03tc_c {
  width: 100%;
  max-width: 10rem;
  overflow: hidden;
  padding: 0.35rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  background-color: #fff;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.hy03tc_c .close {
  width: 0.24rem;
  height: 0.24rem;
  display: block;
  background: url("../images/close.png") 50% no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0.15rem;
  top: 0.15rem;
}

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

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

.hy02ctc_c .hy02tcc_t {
  width: 100%;
  overflow: hidden;
  color: #000;
  font-family: Montserrat-SemiBold;
  line-height: 1.5;
}

.hy02ctc_c .hy02tcc_c {
  width: 100%;
  overflow: hidden;
  margin-top: 0.1rem;
}

.hy02ctc_c .hy02tcc_c table {
  width: 100%;
  overflow: hidden;
}

.hy02ctc_c .hy02tcc_c table tr td {
  line-height: 1.5;
  padding: 0.15rem 0.2rem;
  background-color: #f6f8fd;
}

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

.hy02ctc_c .hy02tcc_c table tr.tr1 {
  font-weight: bold;
  font-family: Montserrat-SemiBold;
}

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

.hyxq_01 .hyxq01_bg {
  width: 100%;
  height: calc(100vh - 1rem);
  overflow: hidden;
  position: relative;
  z-index: 1;
}

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

.hyxq01_c {
  width: 100%;
  height: calc(100% - 1rem);
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 9;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

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

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

.hyxq01_c .p1 {
  font-family: Montserrat-SemiBold;
  line-height: 1.5;
}

.hyxq01_c .p2 {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.5;
  margin-top: 0.2rem;
  max-width: 10rem;
  max-height: 4.5;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.hyxq01_c .p2 p {
  line-height: 1.5;
  margin-bottom: 0.1rem;
}

.hyxq01_c .p2.active {
  max-height: 150;
  -webkit-line-clamp: 100;
}

.hyxq01_c .p3 {
  margin-top: 0.4rem;
}

.hyxq01_c .p3 a {
  display: inline-block;
  color: #fff;
  position: relative;
  line-height: 1.5;
  padding-right: 0.3rem;
}

.hyxq01_c .p3 a::before {
  content: "";
  display: block;
  width: 0.16rem;
  height: 100%;
  background: url("../images/aa5.svg") 100% calc(50% + 0.02rem) no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0px;
  top: 0%;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.hyxq01_c .p3 a.active::before {
  background: url("../images/aa5.svg") 100% calc(50% - 0.02rem) no-repeat;
  background-size: 100%;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.hyxq01_b {
  width: 100%;
  overflow: visible;
  height: 1rem;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 9;
}

.hyxq01_b::before {
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  background-color: #5b88d9;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 1;
}

.hyxq01_b .wrap_nr {
  overflow: visible;
  height: 1rem;
  background-color: #5b88d9;
  position: relative;
  z-index: 9;
}

.hyxq01b_l {
  float: left;
  width: calc(100% - 4.6rem);
}

.hyxq01b_l ul {
  width: 100%;
  overflow: hidden;
}

.hyxq01b_l ul li {
  float: left;
  height: 1rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0px 0.4rem;
  position: relative;
}

.hyxq01b_l ul li::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  position: absolute;
  right: 0px;
  top: 0px;
}

.hyxq01b_l ul li a {
  color: #fff;
  display: inline-block;
}

.hyxq01b_l ul li span {
  display: inline-block;
  position: relative;
  line-height: 1.3;
  padding-bottom: 0.04rem;
}

.hyxq01b_l ul li span::before {
  content: "";
  display: block;
  width: 0%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0px;
  bottom: 0px;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.hyxq01b_l ul li.active span::before {
  width: 100%;
}

.hyxq01b_l ul li:hover span::before {
  width: 100%;
}

.hyxq01b_r {
  float: right;
  height: 1rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  max-width: 4.6rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-start;
}

.hyxq01b_r .c {
  display: inline-block;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.3;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}

.hyxq01b_r a {
  float: left;
  color: rgba(255, 255, 255, 0.6);
}

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

.hyxq01b_r i {
  float: left;
  margin: 0px 0.1rem;
  width: 1px;
  position: relative;
}

.hyxq01b_r i::before {
  content: "";
  width: 100%;
  height: 0.16rem;
  display: block;
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.hyxq_02 {
  overflow: hidden;
  padding-top: 1rem;
  padding-bottom: 1.6rem;
}

.hyxq02_t {
  width: 100%;
  overflow: hidden;
  line-height: 1.5;
  color: #1c1c1c;
  font-family: Montserrat-SemiBold;
}

.hyxq02_c {
  width: 100%;
  overflow: visible;
  padding-top: 0.4rem;
}

.hyxq02_c ul {
  width: 100%;
  overflow: visible;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 0.7rem;
  grid-row-gap: 0.6rem;
}

.hyxq02_c ul li {
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  -moz-box-shadow: 0px 0px 0.38rem rgba(34, 23, 20, 0.06);
  -webkit-box-shadow: 0px 0px 0.38rem rgba(34, 23, 20, 0.06);
  box-shadow: 0px 0px 0.38rem rgba(34, 23, 20, 0.06);
}

.hyxq02_c ul li .img {
  width: 100%;
  height: 2.9rem;
  overflow: hidden;
  position: relative;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

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

.hyxq02_c ul li .txt {
  width: 100%;
  overflow: hidden;
  padding: 0.2rem 0.3rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

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

.hyxq02_c ul li .txt .p1 {
  color: #333;
  font-family: Montserrat-SemiBold;
  line-height: 1.5;
}

.hyxq02_c ul li .txt .p2 i {
  display: inline-block;
  margin-top: 0.1rem;
  border: 1px solid #eee;
  padding: 0.15rem 0.2rem;
  color: #333;
  line-height: 1.3;
  border-radius: 0.6rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.hyxq02_c ul li .txt .p2_d {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-flow: wrap;
}

.hyxq02_c ul li .txt .p2_d i {
  max-width: calc((100% - 0.09rem) / 2);
}

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

.loginfr {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 99999;
  display: none;
}

.loginfr .ln_bg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.8);
}

.loginfr .ln_c {
  width: 100%;
  max-width: 10rem;
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 9;
  background-color: #fff;
  transform: translate(-50%, -50%);
}

.loginfr .ln_c .close {
  width: 0.24rem;
  height: 0.24rem;
  display: block;
  overflow: hidden;
  background: url("../images/close_on.svg") 50% no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0.15rem;
  top: 0.15rem;
  z-index: 99;
}

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

.loginfr .ln_c .img {
  width: 50%;
  overflow: hidden;
  position: relative;
}

.loginfr .ln_c .img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  position: absolute;
  z-index: 1;
  left: 0px;
  top: 0px;
}

.loginfr .ln_c .img .c {
  width: 100%;
  overflow: hidden;
  line-height: 1.5;
  position: relative;
  padding: 0.4rem 0.6rem;
  z-index: 9;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.loginfr .ln_c .img .c p {
  color: #fff;
  line-height: 1.5;
  margin-bottom: 0.1rem;
}

.loginfr .ln_c .txt {
  width: 50%;
  overflow: hidden;
  min-height: 6rem;
  padding: 0.6rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.loginfr .ln_c .txt .c {
  width: 100%;
  overflow: visible;
}

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

.loginfr .ln_c .txt .p1 {
  color: #5b88d9;
  line-height: 1.5;
  text-align: center;
  font-family: Montserrat-SemiBold;
}

.loginfr .ln_c .txt .p2 {
  margin-top: 0.3rem;
}

.loginfr .ln_c .txt .p2 ul li {
  width: 100%;
  overflow: visible;
  margin-bottom: 0.15rem;
  min-height: 0.5rem;
  position: relative;
}

.loginfr .ln_c .txt .p2 ul li::before {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  overflow: hidden;
  background-color: #d7dde7;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 1;
}

.loginfr .ln_c .txt .p2 ul li::after {
  content: "";
  width: 0px;
  height: 1px;
  display: block;
  overflow: hidden;
  background-color: #5b88d9;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 2;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.loginfr .ln_c .txt .p2 ul li.li1::before {
  display: none;
}

.loginfr .ln_c .txt .p2 ul li .b1 {
  width: 0.23rem;
  height: 100%;
  display: block;
  overflow: hidden;
  background: url("../images/lg_01.jpg") 50% no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 9;
  pointer-events: none;
}

.loginfr .ln_c .txt .p2 ul li .b2 {
  width: 0.23rem;
  height: 100%;
  display: block;
  overflow: hidden;
  background: url("../images/lg_02.jpg") 50% no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 9;
  pointer-events: none;
}

.loginfr .ln_c .txt .p2 ul li .ln_txt {
  width: 100%;
  height: 0.5rem;
  overflow: hidden;
  padding: 0px 0.2rem 0px 0.45rem;
  border: 0px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.loginfr .ln_c .txt .p2 ul li .ln_txt::-moz-placeholder {
  color: #c8c7c7;
}

.loginfr .ln_c .txt .p2 ul li .ln_txt::-moz-placeholder {
  color: #c8c7c7;
}

.loginfr .ln_c .txt .p2 ul li .ln_txt::-ms-input-placeholder {
  color: #c8c7c7;
}

.loginfr .ln_c .txt .p2 ul li .ln_txt::-webkit-input-placeholder {
  color: #c8c7c7;
}

.loginfr .ln_c .txt .p2 ul li label {
  display: inline-block;
  cursor: pointer;
  line-height: 0.5rem;
  position: relative;
  padding-left: 0.45rem;
  color: #999;
}

.loginfr .ln_c .txt .p2 ul li label input {
  width: 0.23rem;
  height: 100%;
  border: 0px;
  cursor: pointer;
  background: url("../images/lg_03.jpg") 50% no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
}

.loginfr .ln_c .txt .p2 ul li label input:checked {
  background: url("../images/lg_03_on.jpg") 50% no-repeat;
  background-size: 100%;
}

.loginfr .ln_c .txt .p2 ul li label span::selection {
  background: none;
}

.loginfr .ln_c .txt .p2 ul li label::selection {
  background: none;
}

.loginfr .ln_c .txt .p2 ul li a {
  float: right;
  color: #000;
  line-height: 0.5rem;
}

.loginfr .ln_c .txt .p2 ul li a:hover {
  color: #6fb1f8;
}

.loginfr .ln_c .txt .p2 ul li .ln_btn {
  width: 100%;
  height: 0.5rem;
  overflow: hidden;
  border: 0px;
  cursor: pointer;
  background-color: #5b88d9;
  color: #fff;
}

.loginfr .ln_c .txt .p2 ul li .ln_btn:hover {
  background-color: #6fb1f8;
}

.loginfr .ln_c .txt .p2 ul li.on::after {
  width: 100%;
}

.loginfr .ln_c .txt .p2 ul li.on .b1 {
  background: url("../images/lg_01_on.jpg") 50% no-repeat;
  background-size: 100%;
}

.loginfr .ln_c .txt .p2 ul li.on .b2 {
  background: url("../images/lg_02_on.jpg") 50% no-repeat;
  background-size: 100%;
}

.regfr {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 99999;
  display: none;
}

.regfr .reg_bg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.8);
}

.regfr .reg_c {
  width: 100%;
  max-width: 10rem;
  overflow: hidden;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}

.regfr .reg_c .close {
  width: 0.24rem;
  height: 0.24rem;
  display: block;
  overflow: hidden;
  background: url("../images/close1.svg") 50% no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0.15rem;
  top: 0.15rem;
  z-index: 999;
}

.regc_t {
  width: 100%;
  overflow: hidden;
  background: url("../images/reg_01.webp") 50% no-repeat;
  padding: 0.4rem 0.6rem;
  background-size: cover;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

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

.regc_t .p1 {
  color: #fff;
  line-height: 1.5;
  font-family: Montserrat-SemiBold;
}

.regc_t .p2 {
  color: rgb(255, 255, 255);
  line-height: 1.5;
  margin-top: 0.15rem;
}

.regc_c {
  width: 100%;
  overflow: hidden;
  padding: 0.4rem 0.6rem;
  max-height: calc(100vh - 4rem);
  overflow-y: auto;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.regc_c ul li {
  width: calc((100% - 0.5rem) / 2);
  margin-bottom: 0.15rem;
  overflow: visible;
  padding-left: 0.2rem;
  position: relative;
  float: left;
  height: 0.5rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.regc_c ul li:nth-child(2n) {
  margin-left: 0.5rem;
}

.regc_c ul li::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #d7dde7;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 1;
}

.regc_c ul li::after {
  content: "";
  display: block;
  width: 0%;
  height: 1px;
  background-color: #6fb1f8;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 2;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.regc_c ul li i {
  position: absolute;
  left: 0px;
  top: 0px;
  line-height: 0.5rem;
  color: #ff0000;
}

.regc_c ul li .reg_txt {
  width: 100%;
  height: 0.5rem;
  border: 0px;
  padding: 0px;
  line-height: 0.5rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.regc_c ul li.li1 {
  width: 100%;
  margin-bottom: 0px;
  text-align: center;
  margin-top: 0.2rem;
}

.regc_c ul li.li1::before {
  display: none;
}

.regc_c ul li.li1::after {
  display: none;
}

.regc_c ul li.li1 .c {
  display: inline-block;
}

.regc_c ul li.li1 input {
  width: 1.3rem;
  height: 0.5rem;
  border: 0px;
  cursor: pointer;
  background-color: #e8ecf3;
  color: #666;
  border-radius: 0.03rem;
}

.regc_c ul li.li1 input.reg_btn {
  background-color: #5b88d9;
  color: #fff;
  margin-right: 0.4rem;
}

.regc_c ul li.li1 input:hover {
  background-color: #6fb1f8;
  color: #fff;
}

.regc_c form {
  width: 100%;
  overflow: visible;
}

.regselfr {
  width: 100%;
  overflow: visible;
  position: relative;
  height: 0.5rem;
}

.regselfr .regsel_t {
  width: 100%;
  height: 0.5rem;
  line-height: 0.5rem;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: relative;
  z-index: 8;
}

.regselfr .regsel_t span {
  width: 100%;
  display: block;
  overflow: hidden;
  background: url("../images/aa4.svg") calc(100% - 0.1rem) 50% no-repeat;
  background-size: 0.14rem;
}

.regselfr .regsel_c {
  width: calc(100% + 0.2rem);
  overflow: hidden;
  display: none;
  max-height: 2.6rem;
  overflow-y: auto;
  background-color: #fff;
  padding: 0.1rem 0px;
  border: 1px solid #d7dde7;
  border-bottom: 0px;
  position: absolute;
  left: -0.2rem;
  bottom: calc(0.5rem - 1px);
  z-index: 6;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.regselfr .regsel_c p {
  width: 100%;
  overflow: hidden;
  line-height: 1.5;
  padding: 0.01rem 0.2rem;
  color: #666;
  cursor: pointer;
}

.regselfr .regsel_c p:hover {
  color: #6fb1f8;
}

.regselfr.active {
  z-index: 999;
}

.regselfr.active .regsel_c {
  display: block;
}

.regselfr.active .regsel_t {
  border: 1px solid #d7dde7;
  border-bottom: 0px;
  border-top: 0px;
  width: calc(100% + 0.2rem);
  padding-left: calc(0.2rem - 1px);
  margin-left: -0.2rem;
  background-color: #fff;
}

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

.regselfr.active .regsel_t::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #d7dde7;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.regselfr.active .regsel_t span {
  background: url("../images/aa4.svg") calc(100% - 0.1rem + 1px) 50% no-repeat;
  background-size: 0.14rem;
}

.prd01_c .fl {
  position: relative;
  overflow: hidden;
}

.prd01cl_slide {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0.2rem;
  top: 0px;
  overflow: visible;
}

.prd01cl_slide .swiper-slide {
  width: 100%;
  overflow: visible;
}

.hyxq01bl_slide {
  display: none;
}

.return_click {
  display: none;
}

.menu {
  position: absolute;
  width: 0.08rem;
  z-index: 999;
  pointer-events: none;
  display: none;
}

.menu ul li {
  width: 0.08rem;
  height: 0.08rem;
  overflow: hidden;
  background-color: #fff;
  margin: 0.15rem 0px;
}

.menu ul li.active {
  background-color: #e60012;
}

.mu_hid {
  display: block !important;
}

.muli_0 {
  right: 0.4rem;
  top: 50%;
  transform: translateY(-50%);
}

.muli_1 {
  left: 0.4rem;
  bottom: 1rem;
}

.muli_1 ul li {
  background-color: #d4d4d4;
}

.muli_2 {
  right: 0.4rem;
  top: 50%;
  transform: translateY(-50%);
}

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

.muli_3 {
  left: 0.4rem;
  bottom: 3.23rem;
}

.muli_3 ul li {
  background-color: #d4d4d4;
}

.sch_01 {
  overflow: visible;
  padding-top: 0.6rem;
}

.sch_01 .fc {
  height: 0.6rem;
  width: 100%;
  max-width: 6rem;
  margin: 0px auto;
  padding: 0px;
  position: relative;
  background-color: #fff;
  -moz-box-shadow: 0.04rem 0px 0.46rem rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0.04rem 0px 0.46rem rgba(0, 0, 0, 0.1);
  box-shadow: 0.04rem 0px 0.46rem rgba(0, 0, 0, 0.1);
}

.sch_01 .fc input.dn01_txt {
  width: calc(100% - 0.42rem);
  height: 100%;
  border: 0px;
  color: #000;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  padding: 0px 0.2rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.sch_01 .fc input.dn01_txt::-moz-placeholder {
  color: #666;
}

.sch_01 .fc input.dn01_txt::-moz-placeholder {
  color: #666;
}

.sch_01 .fc input.dn01_txt::-ms-input-placeholder {
  color: #666;
}

.sch_01 .fc input.dn01_txt::-webkit-input-placeholder {
  color: #666;
}

.sch_01 .fc input.dn01_btn {
  width: 0.2rem;
  height: 100%;
  border: 0px;
  background: url("../images/dn_01.png") 50% no-repeat;
  background-size: 100%;
  cursor: pointer;
  position: absolute;
  right: 0.2rem;
  top: 0px;
  z-index: 9;
}

.sch_02 {
  overflow: hidden;
  border-bottom: 1px solid #eee;
  color: #aaa;
  line-height: 1.5;
  padding-top: 0.4rem;
  padding-bottom: 0.15rem;
}

.sch_02 i {
  color: #d6000f;
}

.sch_03 {
  overflow: hidden;
  margin-top: 0px;
  min-height: 4rem;
}

.sch_03 ul li {
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #eee;
  padding: 0.4rem 0px;
}

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

.sch_03 ul li .p {
  width: 100%;
  display: block;
  overflow: hidden;
}

.sch_03 ul li .p1 {
  color: #333;
  font-family: Montserrat-SemiBold;
  line-height: 1.5;
}

.sch_03 ul li .p1 i {
  color: #d6000f;
}

.sch_03 ul li .p2 {
  color: #888;
  line-height: 1.5;
  margin-top: 0.05rem;
}

.sch_03 ul li .p3 {
  color: #555;
  line-height: 1.5;
  margin-top: 0.1rem;
}

.sch_03 ul li a:hover .p1 {
  color: #d6000f;
}

.gs_01 {
  overflow: hidden;
  padding-top: 1.3rem;
}

.gs_01_c {
  width: 100%;
  overflow: hidden;
  padding-top: 0.8rem;
}

.gs_01_c .fr {
  width: 48.57%;
  overflow: hidden;
}

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

.gs_01_c .fl {
  width: calc(51.43% - 0.9rem);
  overflow: hidden;
}

.gs_01_c .fl .p {
  width: 100%;
  overflow: visible;
}

.gs_01_c .fl .p1 {
  margin-top: 0.3rem;
  color: #666;
  line-height: 1.75;
}

.gs_01_c .fl .p2 {
  padding: 0.7rem 0px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-start;
}

.gs_01_c .fl .p2 img {
  display: block;
  height: 0.68rem;
  margin-right: 0.3rem;
}

.gs_01_c .fl .p2 label {
  display: inline-block;
}

.gs_01_c .fl .p2 span {
  width: 100%;
  display: block;
  overflow: hidden;
}

.gs_01_c .fl .p2 .sp1 {
  font-family: Montserrat-Bold;
  color: #666;
  line-height: 1;
}

.gs_01_c .fl .p2 .sp1 i {
  color: #5c88da;
}

.gs_01_c .fl .p2 .sp2 {
  color: #666;
  line-height: 1.2;
}

.gs_01_c .fl .p3 {
  color: #666;
  line-height: 1.75;
}

.pm01_c {
  overflow: visible;
  width: 100%;
  padding-top: 0.4rem;
  padding-bottom: 0.7rem;
}

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

.pm01_c ul li {
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  position: relative;
  border-radius: 0.16rem;
  -moz-box-shadow: 0px 0px 0.1rem rgba(0, 0, 0, 0.04);
  -webkit-box-shadow: 0px 0px 0.1rem rgba(0, 0, 0, 0.04);
  box-shadow: 0px 0px 0.1rem rgba(0, 0, 0, 0.04);
}

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

.pm01_c ul li img {
  width: 100%;
  display: block;
  filter: grayscale(100%);
}

.pm01_c ul li::before {
  content: "";
  width: 0%;
  height: 0.05rem;
  display: block;
  background-color: #5b88d9;
  position: absolute;
  left: 50%;
  bottom: 0px;
  z-index: 9;
}

.pm01_c ul li:hover::before {
  width: 100%;
  left: 0px;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.pm01_c ul li:hover img {
  filter: grayscale(0%);
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.pm01_c ul li.active::before {
  width: 100%;
  left: 0px;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.pm01_c ul li.active img {
  filter: grayscale(0%);
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.pm02fr {
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  border-radius: 0.16rem;
  -moz-box-shadow: 0px 0px 0.1rem rgba(0, 0, 0, 0.04);
  -webkit-box-shadow: 0px 0px 0.1rem rgba(0, 0, 0, 0.04);
  box-shadow: 0px 0px 0.1rem rgba(0, 0, 0, 0.04);
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}

.pm02fr .fl {
  width: 3.27rem;
  height: 1.69rem;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.pm02fr .fl img {
  max-width: 100%;
  display: block;
  max-height: 100%;
}

.pm02fr .fr {
  width: calc(100% - 3.27rem);
  overflow: hidden;
}

.pm02fr .fr table {
  width: 100%;
  overflow: hidden;
}

.pm02fr .fr table tr td {
  color: #666;
  line-height: 1.5;
  text-align: center;
  padding: 0.27rem 0.2rem;
}

.pm02fr .fr table tr td:first-child {
  border-left: 0.01rem solid #eef1f4;
}

.pm02fr .fr table tr.firstRow td {
  background-color: #5b88d9;
  color: #fff;
  border-left: 0.01rem solid #5b88d9;
}

.pm_03 {
  overflow: hidden;
  color: #5b88d9;
  line-height: 1.75;
  padding-top: 0.4rem;
  font-weight: bold;
}

.pm_04 {
  overflow: hidden;
  padding-top: 0.2rem;
  position: relative;
}

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

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

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

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

.pm04_slide .swiper-slide img {
  width: 100%;
  display: block;
}

.pm04_b {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-top: 0.5rem;
}

.pm04_b::before {
  content: "";
  display: block;
  width: calc(100% - 1.47rem);
  height: 0.01rem;
  display: block;
  background-color: #eee;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.pm04_b a {
  width: 0.56rem;
  height: 0.56rem;
  display: block;
  float: left;
  border-radius: 50%;
  background-color: #f5f4f4;
  margin-right: 0.1rem;
  position: relative;
}

.pm04_b b {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
}

.pm04_b a:nth-child(1) b {
  background: url("../images/prd_02.png") 50% no-repeat;
  background-size: 0.08rem;
}

.pm04_b a:nth-child(1):hover b {
  background: url("../images/vo_03.png") 50% no-repeat;
  background-size: 0.08rem;
}

.pm04_b a:nth-child(2) b {
  background: url("../images/prd_03.png") 50% no-repeat;
  background-size: 0.08rem;
}

.pm04_b a:nth-child(2):hover b {
  background: url("../images/vo_04.png") 50% no-repeat;
  background-size: 0.08rem;
}

.pm04_b a:hover {
  background-color: #5c88da;
}

.pm_05 {
  overflow: hidden;
  background: url("../images/pm_01.webp") 50% no-repeat;
  background-size: cover;
  padding: 1rem 0px;
  margin-top: 1.2rem;
}

.pm05_c {
  width: 100%;
  overflow: visible;
  margin-top: 0.7rem;
  position: relative;
}

.pm05_c b.b1 {
  width: 0.37rem;
  height: 100px;
  display: block;
  pointer-events: none;
  position: absolute;
  left: 0px;
  top: 0px;
}

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

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

.pm05c_slide .swiper-slide a {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 0.07rem;
}

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

.pm05c_slide .swiper-slide .img img {
  width: 100%;
  display: block;
}

.pm05c_slide .swiper-slide .txt {
  width: 100%;
  overflow: hidden;
  color: #fff;
  line-height: 1.3;
  position: absolute;
  left: 0px;
  bottom: 0.2rem;
  z-index: 9;
  padding: 0px 0.4rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.pm05c_slide .swiper-slide ul li {
  width: 100%;
  overflow: hidden;
  margin-bottom: 0.4rem;
}

.pm05c_slide .swiper-slide ul li:last-child {
  margin-bottom: 0px;
}

.pm05_c .pm05c_prev {
  widtH: 0.56rem;
  height: 0.56rem;
  display: block;
  border-radius: 50%;
  background-color: #fff;
  overflow: hidden;
  position: absolute;
  left: -0.76rem;
  top: 50%;
  z-index: 9;
  transform: translateY(-50%);
}

.pm05_c .pm05c_prev b {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  background: url("../images/prd_02.png") 50% no-repeat;
  background-size: 0.08rem;
}

.pm05_c .pm05c_prev:hover {
  background-color: #5c88da;
}

.pm05_c .pm05c_prev:hover b {
  background: url("../images/vo_03.png") 50% no-repeat;
  background-size: 0.08rem;
}

.pm05_c .pm05c_next {
  widtH: 0.56rem;
  height: 0.56rem;
  display: block;
  border-radius: 50%;
  background-color: #fff;
  overflow: hidden;
  position: absolute;
  right: -0.76rem;
  top: 50%;
  z-index: 9;
  transform: translateY(-50%);
}

.pm05_c .pm05c_next b {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  background: url("../images/prd_03.png") 50% no-repeat;
  background-size: 0.08rem;
}

.pm05_c .pm05c_next:hover {
  background-color: #5c88da;
}

.pm05_c .pm05c_next:hover b {
  background: url("../images/vo_04.png") 50% no-repeat;
  background-size: 0.08rem;
}

.pm_06 {
  overflow: hidden;
  padding: 1rem 0px;
}

.pm06_t {
  width: 100%;
  overflow: hidden;
  text-align: center;
  margin-top: 0.3rem;
  color: #666;
  font-weight: bold;
  line-height: 1.5;
}

.pm06_c {
  width: calc(100% + 1.2rem);
  overflow: hidden;
  padding: 0.6rem 0px 0.6rem 0px;
  transform: translateX(-0.6rem);
}

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

.pm06c_slide {
  width: calc(100% - 1.2rem);
  overflow: visible;
  margin: 0px auto;
  padding: 0px;
}

.pm06c_slide .swiper-slide {
  width: 100%;
  overflow: visible;
}

.pm06c_slide .swiper-slide ul li {
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  margin-bottom: 0.3rem;
  -moz-box-shadow: 0.2rem 0px 0.43rem rgba(16, 22, 36, 0.05);
  -webkit-box-shadow: 0.2rem 0px 0.43rem rgba(16, 22, 36, 0.05);
  box-shadow: 0.2rem 0px 0.43rem rgba(16, 22, 36, 0.05);
}

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

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

.pm06_b .c {
  display: inline-block;
}

.pm06_b a {
  width: 0.56rem;
  height: 0.56rem;
  display: block;
  float: left;
  border-radius: 50%;
  background-color: #f5f4f4;
  margin-right: 0.1rem;
  position: relative;
}

.pm06_b b {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
}

.pm06_b a:nth-child(1) b {
  background: url("../images/prd_02.png") 50% no-repeat;
  background-size: 0.08rem;
}

.pm06_b a:nth-child(1):hover b {
  background: url("../images/vo_03.png") 50% no-repeat;
  background-size: 0.08rem;
}

.pm06_b a:nth-child(2) b {
  background: url("../images/prd_03.png") 50% no-repeat;
  background-size: 0.08rem;
}

.pm06_b a:nth-child(2):hover b {
  background: url("../images/vo_04.png") 50% no-repeat;
  background-size: 0.08rem;
}

.pm06_b a:hover {
  background-color: #5c88da;
}

.wn10_c {
  width: 100%;
  overflow: visible;
  padding-top: 0.6rem;
}

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

.wn10_c ul li {
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  display: flex;
  display: -webkit-flex;
  justify-content: space-around;
}

.wn10_c ul li .fl {
  width: 2.76rem;
  overflow: hidden;
  position: relative;
}

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

.wn10_c ul li .fr {
  width: calc(100% - 2.76rem);
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0.2rem 0.3rem;
  min-height: 2.3rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.wn10_c ul li .fr .txt {
  width: 100%;
  overflow: hidden;
}

.wn10_c ul li .fr h4 {
  width: 100%;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
  font-weight: bold;
  line-height: 1.3;
  color: #333;
}

.wn10_c ul li .fr .c {
  width: 100%;
  overflow: hidden;
  color: #999;
  line-height: 1.5;
  margin-top: 0.1rem;
}

.swiper-button-disabled {
  opacity: 0;
}

.login_inout {
  position: fixed;
  right: 0;
  top: 55vh;
  width: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.8rem;
  box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.2);
  z-index: 9999;
  border-radius: 0.1rem 0 0 0.1rem;
  background: #f2f6f9;
}
.login_inout img {
  width: 0.28rem;
}

.login_inout:hover {
  background: #fff;
  box-shadow: 0 0.1rem 0.3rem rgba(64, 131, 186, 0.5);
}

@media screen and (max-width: 1510px) {
  .topfr .tpr_other {
    margin-left: 0.5rem;
  }
  .topfr .tpr_other a.a2 {
    margin-left: 0.3rem;
  }
  .menufr ul li .mu_t {
    padding: 0px 0.15rem;
  }
}
@media screen and (max-width: 1200px) {
  .wrap_in {
    margin: 0px 20px;
  }
  .wrap_c {
    margin: 0px 20px;
  }
  .wrap_nr {
    margin: 0px 20px;
  }
  .wrap_ab {
    margin: 0px 20px;
  }
  .topfr .tpr_other {
    margin-left: 0px;
  }
  .topfr .tpr_other a.a2 {
    margin-left: 0.3rem;
  }
  .mtmenu_click {
    float: left;
    margin-left: 0.3rem;
    position: relative;
    z-index: 9991;
    margin-top: 0rem;
    height: 0.5rem;
    margin-top: 0.25rem;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
  }
  .mtmenu_click a {
    width: 0.36rem;
    height: 0.5rem;
    display: block;
    overflow: hidden;
    background: url("../images/menu_01.svg") 50% no-repeat;
    background-size: 100%;
  }
  .mtmenu_click a.on {
    background: url("../images/menu_02.svg") 50% no-repeat;
    background-size: 0.32rem;
  }
  .menufr {
    width: 100%;
    overflow: hidden;
    position: fixed;
    left: 0px;
    top: 1rem;
    z-index: 9998;
    background-color: #fff;
    height: calc(100vh - 1rem);
    overflow-y: auto;
    display: none;
    font-size: 16px;
  }
  .menufr.on {
    display: block;
  }
  .menufr::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #eee;
    position: absolute;
    left: 0px;
    top: 0px;
  }
  .menufr ul {
    width: 100%;
    overflow: visible;
  }
  .menufr ul li {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #eee;
    padding: 15px 0px;
  }
  .menufr ul li .mu_t {
    padding: 0px;
  }
  .menufr ul li .mu_t a {
    justify-content: flex-start;
    padding: 6px 20px;
    line-height: 1.5;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: auto;
  }
  .menufr ul li .mu_t a.a1::after {
    content: "";
    display: block;
    width: 0.24rem;
    height: 100%;
    background: url("../images/aa6.svg") 50% no-repeat;
    background-size: 100%;
    position: absolute;
    right: 20px;
    top: 0px;
  }
  .menufr ul li .mu_c {
    position: relative;
    height: auto;
    top: 0px;
  }
  .menufr ul li .mu_c::before {
    display: none;
  }
  .menufr ul li .mu_c .muc_bg {
    display: none;
  }
  .menufr ul li .mu_c .or_muc {
    height: auto;
  }
  .menufr ul li .mu_c .mucfr {
    font-size: 16px;
  }
  .menufr ul li .mu_c .or_muc dl {
    margin-top: 0px;
    text-align: left;
    padding: 0px 0px 0px 0px;
  }
  .menufr ul li .mu_c .or_muc dl dd {
    width: 100%;
    display: block;
    overflow: hidden;
    line-height: 1.5;
    margin: 0px;
    padding: 7px 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .menufr ul li .mu_c .or_muc dl dd a {
    margin-left: 20px;
  }
  .menufr ul li.active {
    padding-bottom: 0px;
  }
  .menufr ul li.active .mu_t {
    padding-bottom: 10px;
  }
  .menufr ul li.active .mu_t a.a1::after {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
  }
  .menufr ul li.active .mu_c .mucfr {
    background-color: #f8f8f8;
    padding-bottom: 15px;
    padding-top: 15px;
  }
  .menufr ul li .mu_t a::before {
    display: none;
  }
  .menufr ul li.active .mu_c {
    display: block;
  }
  .menufr ul li .mu_c .mucfr {
    height: auto;
  }
  .prdmufr {
    height: auto;
  }
  .prdmufr .prdmu_one {
    width: 100%;
    height: auto;
    padding: 0px 20px 0px 40px;
  }
  .prdmufr .prdmu_one .prdmuone_t {
    margin-top: 0px;
    font-size: 16px;
  }
  .prdmufr .prdmu_one .prdmuone_c {
    font-size: 14px;
    margin-top: 0.1rem;
  }
  .prdmufr .prdmu_one .prdmuone_c dl dd.active a {
    background-size: 0rem;
    color: #999;
    font-weight: normal;
  }
  .prdmufr .prdmu_one .prdmuone_c dl dd:hover a {
    background-size: 0.1rem;
    color: #000;
    font-weight: bold;
  }
  .prdmufr .prdmu_two {
    display: none;
  }
  .prdmufr .prdmu_three {
    display: none;
  }
  .prdmufr .prdmu_four {
    display: none;
  }
  .prdmufr .prdmu_show {
    display: none;
  }
  .prdmufr .prdmu_two {
    width: 100%;
    height: calc(100vh - 1rem - 1px);
    display: none;
    background-color: #fff;
    position: fixed;
    left: 0px;
    top: 1rem;
    border-top: 1px solid #eee;
  }
  .prdmufr .prdmu_two::before {
    display: none;
  }
  .prdmufr .prdmu_two .pd2v_li {
    height: calc(100vh - 1.5rem);
    top: 1rem;
    z-index: 8;
  }
  .prdmufr .prdmu_two .return_click {
    position: absolute;
    left: 20px;
    top: 0.25rem;
    z-index: 9;
    color: #fff;
    background-color: #608bdb;
    font-size: 14px;
    line-height: 0.5rem;
    display: inline-block;
    padding: 0px 10px 0px 15px;
    border-radius: 0.5rem;
  }
  .prdmufr .prdmu_two .return_click span {
    display: inline-block;
    background: url("../images/vo_03.png") 0% 50% no-repeat;
    background-size: 6px;
    padding-left: 14px;
  }
  .prdmufr .prdmu_two .pd2v_li .pd2vli_t {
    font-size: 14px;
    line-height: 40px;
  }
  .prdmufr .prdmu_two .pd2v_li .pd2vli_c dl dd.active a {
    background-size: 0px;
    color: #999;
    font-weight: normal;
  }
  .prdmufr .prdmu_two .pd2v_li .pd2vli_c dl dd:hover a {
    background-size: 0.1rem;
    color: #000;
    font-weight: bold;
  }
  .prdmufr .prdmu_two .pd2v_li .pd2vli_c {
    font-size: 14px;
  }
  .prdmufr .prdmu_three {
    width: 100%;
    height: calc(100vh - 1rem - 1px);
    display: none;
    background-color: #fff;
    position: fixed;
    left: 0px;
    top: 1rem;
    border-top: 1px solid #eee;
  }
  .prdmufr .prdmu_three::before {
    display: none;
  }
  .prdmufr .prdmu_three .pd3v_li {
    height: calc(100vh - 1.5rem);
    top: 1rem;
    z-index: 8;
  }
  .prdmufr .prdmu_three .return_click {
    position: absolute;
    left: 20px;
    top: 0.25rem;
    z-index: 9;
    color: #fff;
    background-color: #608bdb;
    font-size: 14px;
    line-height: 0.5rem;
    display: inline-block;
    padding: 0px 10px 0px 15px;
    border-radius: 0.5rem;
  }
  .prdmufr .prdmu_three .return_click span {
    display: inline-block;
    background: url("../images/vo_03.png") 0% 50% no-repeat;
    background-size: 6px;
    padding-left: 14px;
  }
  .prdmufr .prdmu_three .pd3v_li .pd3vli_t {
    font-size: 14px;
    line-height: 40px;
  }
  .prdmufr .prdmu_three .pd3v_li .pd3vli_c dl dd.active a {
    background-size: 0px;
    color: #999;
    font-weight: normal;
  }
  .prdmufr .prdmu_three .pd3v_li .pd3vli_c dl dd:hover a {
    background-size: 0.1rem;
    color: #000;
    font-weight: bold;
  }
  .prdmufr .prdmu_three .pd3v_li .pd3vli_c {
    font-size: 14px;
  }
  .prdmufr .prdmu_four {
    width: 100%;
    height: calc(100vh - 1rem - 1px);
    display: none;
    background-color: #fff;
    position: fixed;
    left: 0px;
    top: 1rem;
    border-top: 1px solid #eee;
  }
  .prdmufr .prdmu_four::before {
    display: none;
  }
  .prdmufr .prdmu_four .pd4v_li {
    height: calc(100vh - 1.5rem);
    top: 1rem;
    z-index: 8;
  }
  .prdmufr .prdmu_four .return_click {
    position: absolute;
    left: 20px;
    top: 0.25rem;
    z-index: 9;
    color: #fff;
    background-color: #608bdb;
    font-size: 14px;
    line-height: 0.5rem;
    display: inline-block;
    padding: 0px 10px 0px 15px;
    border-radius: 0.5rem;
  }
  .prdmufr .prdmu_four .return_click span {
    display: inline-block;
    background: url("../images/vo_03.png") 0% 50% no-repeat;
    background-size: 6px;
    padding-left: 14px;
  }
  .prdmufr .prdmu_four .pd4v_li .pd4vli_t {
    font-size: 14px;
    line-height: 40px;
  }
  .prdmufr .prdmu_four .pd4v_li .pd4vli_c dl dd.active a {
    background-size: 0px;
    color: #999;
    font-weight: normal;
  }
  .prdmufr .prdmu_four .pd4v_li .pd4vli_c dl dd:hover a {
    background-size: 0.1rem;
    color: #000;
    font-weight: bold;
  }
  .prdmufr .prdmu_four .pd4v_li .pd4vli_c dl dd > a {
    display: none;
  }
  .prdmufr .prdmu_four .pd4v_li .pd4vli_c dl dd .hid {
    display: block;
    width: 100%;
  }
  .prdmufr .prdmu_four .pd4v_li .pd4vli_c dl dd .p1 {
    font-size: 14px;
  }
  .prdmufr .prdmu_four .pd4v_li .pd4vli_c dl dd .p2 {
    display: none;
  }
  .prdmufr .prdmu_four .pd4v_li .pd4vli_c dl dd .p3 {
    display: none;
  }
  .prdmufr .prdmu_four .pd4v_li .pd4vli_c {
    font-size: 14px;
  }
  .in_01_slide .swiper-slide .in_01_txt .p2 b {
    width: 0.7rem;
    height: 0.7rem;
  }
  .page2fr {
    height: 100vh;
  }
  .page2fr .fl {
    width: 100%;
    height: 3rem;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    float: none;
    margin-top: 1rem;
    position: relative;
  }
  .page2fr .fl .p2_t {
    margin-top: 0px;
  }
  .page2fr .fl .c {
    margin-left: 0px;
    width: calc(100% - 40px);
  }
  .page2fr .fl .p2_c .schfr {
    width: 100%;
  }
  .page2fr .fr {
    width: 100%;
    height: calc(100vh - 3rem - 1rem);
  }
  .p2r_slide {
    height: calc(100vh - 4rem);
  }
  .p2r_slide .swiper-slide {
    width: 40%;
  }
  .p2r_slide .swiper-slide .p2rs_t {
    height: calc(100vh - 4rem);
  }
  .p2r_slide .swiper-slide .p2rs_t .p1 {
    margin-top: 0.6rem;
  }
  .p2r_slide .swiper-slide .p2rs_t .p2 {
    margin-top: 0.2rem;
  }
  .p2r_slide .swiper-slide .p2rs_c {
    height: calc(100vh - 4rem);
  }
  .p2r_slide .swiper-slide .p2rs_c .p2cc_t .p1 {
    margin-top: 0.6rem;
  }
  .p2r_slide .swiper-slide .p2rs_c .p2cc_t .p3 {
    padding: 0px 20px;
  }
  .p2r_slide .swiper-slide .p2rs_c .p2cc_c .ul {
    width: calc(100% - 0px);
    left: 0px;
  }
  .p2r_slide .swiper-slide.active {
    width: 100%;
  }
  .page3fr .wrap_c {
    display: block;
  }
  .page3fr .p3r_c {
    display: block;
    width: calc(100vw - 40px);
    margin: 0px auto;
    padding: 0px;
  }
  .page3fr .fl {
    width: 100%;
    float: none;
  }
  .page3fr .fl .p4 {
    margin-top: 0.4rem;
  }
  .page3fr .fl .p1 {
    padding-bottom: 0.4rem;
    margin-bottom: 0.4rem;
  }
  .page3fr .fr {
    width: 100%;
    margin: 0px auto;
    float: none;
    max-width: 4rem;
    margin-top: 0.6rem;
  }
  .p4_t .wrap_c {
    display: block;
  }
  .p4_t .fl {
    width: 100%;
  }
  .p4_t .fr {
    width: 100%;
    margin-top: 0.2rem;
  }
  .p4_c {
    height: calc(50vh + 0.2rem);
  }
  .p4_c ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .p4_c ul li {
    height: 25vh;
  }
  .p4_c ul li .img span {
    padding: 0px 0.15rem;
    text-align: left;
    bottom: 0.2rem;
  }
  .p4_c ul li .txt .p2 {
    display: none;
  }
  .p4_c ul li .txt {
    padding: 0px 0.1rem;
  }
  .p4_c ul li .txt .c {
    height: auto;
  }
  .btn_01 {
    margin-top: 0.4rem;
  }
  .btn01fr .fl {
    width: 100%;
    display: none;
  }
  .btn01fr .fr {
    width: 100%;
    margin-top: 0rem;
  }
  .btn01fr .fr ul {
    flex-flow: wrap;
    justify-content: center;
  }
  .btn01fr .fr ul li {
    margin-right: 0.2rem;
    margin-bottom: 0.2rem;
  }
  .btn_02 {
    margin-top: 0.2rem;
  }
  .btn_02 .wrap_c {
    display: block;
  }
  .btn_02 .wrap_c .fl {
    width: 100%;
  }
  .btn_02 .wrap_c .fr {
    width: 100%;
    margin-top: 0.4rem;
    line-height: 1.5;
  }
  .btn_02 .fl .p2 {
    text-align: center;
  }
  .btn_03 .wrap_c {
    padding: 0.4rem 0px;
  }
  .subfr img {
    height: 3rem;
  }
  .subnavfr .wrap_nr {
    margin: 0px;
  }
  .subnav_slide .swiper-slide {
    width: auto;
    max-width: 2.6rem;
  }
  .subnav_slide .swiper-slide:hover .c {
    height: 1.6rem;
  }
  .wn_01 {
    padding: 0.6rem 0px;
  }
  .wn_02 {
    padding: 0.6rem 0px;
  }
  .wn02fr {
    display: block;
  }
  .wn02fr .fl {
    width: 100%;
  }
  .wn02fr .fr {
    width: 100%;
    margin-top: 0.4rem;
  }
  .wn_03 {
    padding-top: 0.6rem;
  }
  .wn02_c .b1 {
    width: 0.2rem;
  }
  .wn02c_slide .swiper-slide ul li {
    margin-bottom: 0.2rem;
  }
  .wn02_c {
    padding-bottom: 1rem;
  }
  .wn02_c .wn02c_prev {
    top: initial;
    bottom: 0px;
    left: calc(50% - 0.4rem);
    transform: translate(0%, 0%);
    margin-left: -0.28rem;
  }
  .wn02_c .wn02c_next {
    top: initial;
    bottom: 0px;
    right: initial;
    left: calc(50% + 0.4rem);
    transform: translate(0%, 0%);
    margin-left: -0.28rem;
  }
  .btn_emtpy {
    height: 1rem;
  }
  .prd_01 .wrap_nr {
    margin: 0px;
  }
  .prd01_c {
    display: block;
  }
  .prd01_c .fl .c {
    padding-top: 0.6rem;
  }
  .prd01_c .fl {
    width: 100%;
    overflow: hidden;
    margin: 0px;
    padding: 0px 20px;
    padding-bottom: 0.6rem;
  }
  .prd_01::before {
    width: 100%;
  }
  .prd01cl_slide {
    position: relative;
    left: 0px;
  }
  .prd01_c .fr {
    width: 100%;
  }
  .prd01_c .fr .c {
    width: calc(100% - 40px);
    padding-top: 0.6rem;
  }
  .prd01r_t {
    padding: 0px;
  }
  .prd01rc_slide {
    width: calc(100% - 1rem);
    height: 4rem;
  }
  .prd01rc_slide .swiper-slide .img {
    height: 4rem;
  }
  .prd02_txt {
    position: relative;
    top: 0px;
    transform: translateY(0%);
    padding-top: 0.6rem;
  }
  .prd02_img {
    height: auto;
  }
  .prd_03 {
    padding: 0.6rem 0px;
  }
  .prd03_bg {
    display: none;
  }
  .prd03_c {
    margin-top: 0.4rem;
  }
  .prd03_c .prd_03c_li {
    display: none;
  }
  .prd03_c .prd_03c_tab table {
    border: 0px;
  }
  .prd03_c .prd_03c_tab table tr th:nth-child(1) {
    width: 2rem;
    max-width: 2rem;
    min-width: 2rem;
  }
  .prd03_c .prd_03c_tab table tr td:nth-child(1) {
    width: 2rem;
    max-width: 2rem;
    min-width: 2rem;
  }
  .prd03_c .prd_03c_tab table tr th {
    height: auto;
    padding: 5px 0.15rem;
    border: 0px;
    border-right: 1px solid #5c88da;
  }
  .prd03_c .prd_03c_tab table tr td {
    height: auto;
    padding: 8px 0.15rem;
  }
  .prd03_c .prd03c_prev {
    left: -0.19rem;
    margin-left: 0px;
  }
  .prd03_c .prd03c_next {
    right: -0.19rem;
  }
  .prd_04 {
    padding-top: 0.6rem;
  }
  .sub_01 {
    position: relative;
  }
  .sub_01::before {
    width: 100%;
  }
  .sub_01 .wrap_nr {
    margin: 0px;
  }
  .sub01_l {
    width: 100%;
  }
  .sub01_l ul li {
    width: 33.3333333333%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .sub01_r {
    display: none;
  }
  .ab_01 {
    padding-top: 0.6rem;
  }
  .ab_02 {
    margin-top: 0.6rem !important;
  }
  .ab_02 b.bg {
    width: 100%;
  }
  .ab_02 .ab02r_t {
    width: 100%;
  }
  .ab02_t ul {
    display: block;
  }
  .ab02_t ul li {
    width: 100%;
    padding: 0.2rem 0px;
  }
  .ab02r_c .c {
    width: 100%;
  }
  .ab03b_more {
    left: -0.25rem;
  }
  .ab_03 {
    padding-top: 0.6rem;
  }
  .lx02_c {
    display: block;
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  .lx02_c .img {
    width: 100%;
  }
  .lx02_c .txt {
    width: 100%;
    padding: 0px 0rem;
  }
  .lx02_c .txt .c {
    overflow: hidden;
    width: calc(100% - 40px);
    margin: 0px auto;
    padding: 0px;
    padding-bottom: 0.3rem;
  }
  .lx02_c .txt .p1 {
    margin-top: 0.3rem;
  }
  .lx_03 {
    padding-top: 0.6rem;
  }
  .lx03_form ul li.li1 {
    margin-bottom: 0.3rem;
    padding-bottom: 0.5rem;
  }
  .lx03_form ul li {
    height: 1.2rem;
    padding-bottom: 0.15rem;
  }
  .lx03_form ul li .sp1 {
    width: 100%;
  }
  .lx03_form ul li .sp2 {
    width: 100%;
    height: 0.6rem;
  }
  .lx03selfr {
    max-width: 100%;
  }
  .lx03_form ul li .sp2 .lx03_txt {
    max-width: 100%;
  }
  .lx03_form ul li.li4 {
    overflow: hidden;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  .lx03_form ul li.li4 .sp2 {
    height: auto;
  }
  .lx_01 {
    padding-top: 0.6rem;
  }
  .lx01_c {
    margin-top: 0.4rem;
    display: block;
  }
  .lx01_c .img {
    width: 100%;
  }
  .lx01_c .txt {
    width: 100%;
    padding: 0.4rem 0.2rem;
  }
  .vo_01 {
    padding-top: 0.6rem;
  }
  .vo_01 ul {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0.2rem;
  }
  .pagesfr {
    padding-top: 0.6rem;
  }
  .dn_01 {
    padding: 0.6rem 0px;
  }
  .dn_01 .fr {
    position: relative;
    width: 100%;
  }
  .dn_01 .fl {
    width: 100%;
    margin-top: 0.4rem;
  }
  .dn_01 .fl ul li {
    width: 100%;
    margin-bottom: 0.2rem;
    margin-left: 0px;
  }
  .dn_01 .fl ul li:last-child {
    margin-bottom: 0px;
  }
  .dn_02 ul {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0.2rem;
  }
  .hy01cc_slide .swiper-slide {
    width: 3rem;
  }
  .hy02_t {
    display: none;
  }
  .hy02_c {
    margin: 0px;
    padding: 0.6rem 0px 0px 0px;
  }
  .hy02_c ul li:nth-child(1) {
    width: 100%;
  }
  .hy02_c ul li:nth-child(2) {
    width: 100%;
    margin-top: 0.2rem;
  }
  .hy02_c ul li.li2 {
    height: auto;
    border: 1px solid #f6f6f6;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .hy02_c ul li.li2 .img {
    width: 100%;
  }
  .hy02_c ul li.li2 .txt {
    width: 100%;
    height: auto;
  }
  .hyxq01_b::before {
    width: 100%;
  }
  .hyxq01_b .wrap_nr {
    margin: 0px;
  }
  .hyxq01b_l {
    width: 100%;
  }
  .hyxq01b_r {
    display: none;
  }
  .hyxq01b_l ul {
    display: none;
  }
  .hyxq01bl_slide {
    width: 100%;
    overflow: hidden;
    display: block;
  }
  .hyxq01bl_slide .swiper-slide {
    width: auto;
  }
  .hyxq01bl_slide .swiper-slide a::before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.1);
    position: absolute;
    right: 0px;
    top: 0px;
  }
  .hyxq01bl_slide .swiper-slide a {
    color: #fff;
    display: inline-block;
    position: relative;
    height: 1rem;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    padding: 0px 0.4rem;
    position: relative;
  }
  .hyxq01bl_slide .swiper-slide span {
    display: inline-block;
    position: relative;
    line-height: 1.3;
    padding-bottom: 0.04rem;
  }
  .hyxq01bl_slide .swiper-slide span::before {
    content: "";
    display: block;
    width: 0%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 0px;
    bottom: 0px;
    transition: 0.3s linear;
    -webkit-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
  }
  .hyxq01bl_slide .swiper-slide a.active span::before {
    width: 100%;
  }
  .hyxq01bl_slide .swiper-slide a:hover span::before {
    width: 100%;
  }
  .hyxq_02 {
    padding-top: 0.6rem;
    padding-bottom: 1rem;
  }
  .hyxq02_c ul {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0.2rem;
  }
  .hyxq02_c ul li .txt .p2_d {
    display: block;
  }
  .hyxq02_c ul li .txt .p2_d i {
    max-width: initial;
    width: auto;
    display: inline-block;
  }
  .loginfr .ln_c .lncfr {
    display: block;
  }
  .loginfr .ln_c .img {
    width: 100%;
  }
  .loginfr .ln_c .txt {
    width: 100%;
    min-height: initial;
  }
  .loginfr .ln_c .close {
    background: url("../images/close1.svg") 50% no-repeat;
    background-size: 100%;
  }
  .regfr .reg_c {
    height: 100vh;
  }
  .regc_t {
    height: 30vh;
    overflow-y: auto;
    padding: 0.2rem;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
  }
  .regc_t .c {
    width: 100%;
    overflow: visible;
  }
  .regc_c {
    height: 70vh;
    overflow-y: auto;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
  }
  .regc_c ul {
    width: 100%;
    overflow: visible;
  }
  .regc_c ul li {
    width: 100%;
  }
  .regc_c ul li:nth-child(2n) {
    margin-left: 0px;
  }
  .pm01_c ul {
    grid-template-columns: repeat(3, 1fr);
  }
  .pm02fr {
    display: block;
  }
  .pm02fr .fl {
    width: 100%;
  }
  .pm02fr .fr {
    width: 100%;
    overflow-x: auto;
  }
  .pm_04 {
    padding-bottom: 0.6rem;
  }
  .pm_05 {
    padding: 0.6rem 0px;
  }
  .pm05_c .pm05c_prev {
    left: 0px;
  }
  .pm05_c .pm05c_next {
    right: 0px;
  }
  .gs_01_c .fr {
    width: 100%;
  }
  .gs_01_c .fl {
    width: 100%;
  }
  .gs_01_c .fl .p2 {
    padding: 0.4rem 0px;
  }
}
@media screen and (max-width: 990px) {
  .wrap {
    max-width: 100%;
    margin: 0px auto;
  }
  .w_pc {
    display: none !important;
  }
  .w_wap {
    display: block !important;
  }
}
.r_slide_style1 .rcon4 {
  background-color: #fff;
  padding-bottom: 0px !important;
}

.r_slide_style1 .rcon4 .c {
  min-height: 1.2rem;
  width: 100%;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.qc_01_slide {
  padding: 0px 0.4rem;
  padding-top: 0.6rem;
  position: relative;
  padding-bottom: 0.56rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.qc_01_slide::before {
  content: "";
  display: block;
  width: 100%;
  height: 0.86rem;
  background: url("../images/qc_01.png") 50% no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 1;
}