/* CSS Document */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(255, 255, 255, 0);
}

::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #aaaaaa;
}

::-webkit-scrollbar-thumb:hover {
  border-radius: 5px;
  background: #aaaaaa;
}

:root {
  --vh: 1vh; /*calc(var(--vh) * 100) == 100vh */
}

root {
  --hover_color:#254194;
}

@font-face {
  font-family: "SourceHanSansCN-Bold";
  src: url("../fonts/SourceHanSansCN-Bold.woff2") format("woff2"), url("../fonts/SourceHanSansCN-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.SourceHanSansCN-Bold {
  font-family: SourceHanSansCN-Bold;
}

@font-face {
  font-family: "SourceHanSansCN-ExtraLight";
  src: url("../fonts/SourceHanSansCN-ExtraLight.woff2") format("woff2"), url("../fonts/SourceHanSansCN-ExtraLight.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.SourceHanSansCN-ExtraLight {
  font-family: SourceHanSansCN-ExtraLight;
}

@font-face {
  font-family: "SourceHanSansCN-Light";
  src: url("../fonts/SourceHanSansCN-Light.woff2") format("woff2"), url("../fonts/SourceHanSansCN-Light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.SourceHanSansCN-Light {
  font-family: SourceHanSansCN-Light;
}

@font-face {
  font-family: "SourceHanSansCN-Medium";
  src: url("../fonts/SourceHanSansCN-Medium.woff2") format("woff2"), url("../fonts/SourceHanSansCN-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.SourceHanSansCN-Medium {
  font-family: SourceHanSansCN-Medium;
}

@font-face {
  font-family: "SourceHanSansCN-Normal";
  src: url("../fonts/SourceHanSansCN-Normal.woff2") format("woff2"), url("../fonts/SourceHanSansCN-Normal.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.SourceHanSansCN-Normal {
  font-family: SourceHanSansCN-Normal;
}

@font-face {
  font-family: "SourceHanSansCN-Regular";
  src: url("../fonts/SourceHanSansCN-Regular.woff2") format("woff2"), url("../fonts/SourceHanSansCN-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@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-display: swap;
}
.Montserrat-Bold {
  font-family: "Montserrat-Bold";
}

@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-display: swap;
}
.Montserrat-Regular {
  font-family: "Montserrat-Regular";
}

@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-display: swap;
}
.Montserrat-Light {
  font-family: "Montserrat-Light";
}

@font-face {
  font-family: "DINPro";
  src: url("../fonts/DINPro.woff2") format("woff2"), url("../fonts/DINPro.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.DINPro {
  font-family: "DINPro";
}

body {
  font-family: "SourceHanSansCN-Regular", -apple-system, BlinkMacSystemFont, PingFang SC, Microsoft YaHei, Arial;
  margin: 0;
  padding: 0;
  font-style: normal !important;
  font-variant: normal !important;
  color: #ffffff;
  margin: 0px auto;
  padding: 0px;
  line-height: 1.6;
  font-size: 16px;
}

a {
  color: #ffffff;
  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: #e12929;
  text-decoration: none;
  outline: none;
}

a:focus {
  outline: none;
  text-decoration: none;
}

.clear {
  clear: both;
  font-size: 0vw;
  line-height: 0;
  height: 0;
}

* html .clearfix {
  zoom: 1;
}

*:first-child + html .clearfix {
  zoom: 1;
}

.cell, .cell2, .cell3 {
  border-collapse: collapse;
  border-spacing: 0;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

a, img {
  border: 0px;
  display: inline-block;
}

br {
  font-family: SimSun;
}

p {
  margin: 0px;
  padding: 0px;
}

i {
  margin: 0px;
  padding: 0px;
  font-style: normal;
}

ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

ul li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

br {
  margin: 0px;
  padding: 0px;
}

.clearheight {
  width: 100%;
  height: 1px;
  overflow: hidden !important;
}

textarea {
  resize: none;
  user-select: none;
}

input, select, textarea {
  font-family: "SourceHanSansCN-Regular", -apple-system, BlinkMacSystemFont, PingFang SC, Microsoft YaHei, Arial;
  outline: none;
}

input::-ms-clear, input::-ms-reveal {
  display: none;
}

input[type=text]:disabled {
  background-color: #999;
}

input::-moz-placeholder {
  color: #ffffff;
}

input::-moz-placeholder {
  color: #ffffff;
}

input::-ms-input-placeholder {
  color: #ffffff;
}

input::-webkit-input-placeholder {
  color: #ffffff;
}

input[type=text], input[type=button], input[type=submit], input[type=reset], select, textarea, button {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0vw 13.3333vw white inset;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

input[type=button], input[type=text], input[type=password] {
  -webkit-appearance: none;
  outline: none;
}

a, a:hover, a:active, a:visited, a:link, a:focus {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline: none;
  text-decoration: none;
}

/*loading*/
.loading {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 9998;
  display: block;
}

.loading b.b1 {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  background-color: #004c98;
  position: absolute;
  left: 0px;
  top: 0%;
}

.container {
  width: 100%;
}

.section {
  width: 100%;
  background-color: #000000;
}

.section .pagefr_n {
  width: 100%;
  height: calc(var(--vh) * 100);
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.section.active .pagefr_n {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
}

@-webkit-keyframes an_0 {
  0% {
    box-shadow: 0 0 0px 0px rgba(24, 152, 242, 0);
  }
  50% {
    box-shadow: 0 0 10px 3px rgba(24, 152, 242, 0.6);
  }
  100% {
    box-shadow: 0 0 0px 0px rgba(24, 152, 242, 0);
  }
}
@keyframes an_0 {
  0% {
    box-shadow: 0 0 0px 0px rgba(24, 152, 242, 0);
  }
  50% {
    box-shadow: 0 0 10px 3px rgba(24, 152, 242, 0.6);
  }
  100% {
    box-shadow: 0 0 0px 0px rgba(24, 152, 242, 0);
  }
}
@-webkit-keyframes an_02 {
  0% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
}
@keyframes an_02 {
  0% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
}
.an_02 {
  -webkit-animation-name: an_02;
  animation-name: an_02;
}

@-webkit-keyframes an_02_f {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}
@keyframes an_02_f {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}
@-webkit-keyframes an_01 {
  0% {
    transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
  50% {
    transform: scale(0.93, 0.93);
    -moz-transform: scale(0.93, 0.93);
    -webkit-transform: scale(0.93, 0.93);
  }
  100% {
    transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
}
@keyframes an_01 {
  0% {
    transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
  50% {
    transform: scale(0.93, 0.93);
    -moz-transform: scale(0.93, 0.93);
    -webkit-transform: scale(0.93, 0.93);
  }
  100% {
    transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
}
@-webkit-keyframes an_03 {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
@keyframes an_03 {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
.an_03 {
  -webkit-animation-name: an_03;
  animation-name: an_03;
}

@-webkit-keyframes an_zdy {}
@keyframes an_zdy {}
.an_zdy {
  -webkit-animation-name: an_zdy;
  animation-name: an_zdy;
}

@-webkit-keyframes an_04 {
  0% {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
  }
  50% {
    transform: translateX(-0.05rem);
    -webkit-transform: translateX(-0.05rem);
    -moz-transform: translateX(-0.05rem);
  }
  100% {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
  }
}
@keyframes an_04 {
  0% {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
  }
  50% {
    transform: translateX(-0.05rem);
    -webkit-transform: translateX(-0.05rem);
    -moz-transform: translateX(-0.05rem);
  }
  100% {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
  }
}
@-webkit-keyframes an_04_02 {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
  }
  50% {
    transform: translateY(-0.05rem);
    -webkit-transform: translateY(-0.05rem);
    -moz-transform: translateY(-0.05rem);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
  }
}
@keyframes an_04_02 {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
  }
  50% {
    transform: translateY(-0.05rem);
    -webkit-transform: translateY(-0.05rem);
    -moz-transform: translateY(-0.05rem);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
  }
}
@-webkit-keyframes an_04_01 {
  0% {
    transform: translateY(-0.03rem);
    -webkit-transform: translateY(-0.03rem);
    -moz-transform: translateY(-0.03rem);
    transform: scale(1.06, 1.06);
    -moz-transform: scale(1.06, 1.06);
    -webkit-transform: scale(1.06, 1.06);
  }
  50% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: scale(1.06, 1.06);
    -moz-transform: scale(1.06, 1.06);
    -webkit-transform: scale(1.06, 1.06);
  }
  100% {
    transform: translateY(-0.03rem);
    -webkit-transform: translateY(-0.03rem);
    -moz-transform: translateY(-0.03rem);
    transform: scale(1.06, 1.06);
    -moz-transform: scale(1.06, 1.06);
    -webkit-transform: scale(1.06, 1.06);
  }
}
@keyframes an_04_01 {
  0% {
    transform: translateY(-0.03rem);
    -webkit-transform: translateY(-0.03rem);
    -moz-transform: translateY(-0.03rem);
    transform: scale(1.06, 1.06);
    -moz-transform: scale(1.06, 1.06);
    -webkit-transform: scale(1.06, 1.06);
  }
  50% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: scale(1.06, 1.06);
    -moz-transform: scale(1.06, 1.06);
    -webkit-transform: scale(1.06, 1.06);
  }
  100% {
    transform: translateY(-0.03rem);
    -webkit-transform: translateY(-0.03rem);
    -moz-transform: translateY(-0.03rem);
    transform: scale(1.06, 1.06);
    -moz-transform: scale(1.06, 1.06);
    -webkit-transform: scale(1.06, 1.06);
  }
}
@-webkit-keyframes an_05 {
  0% {
    transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
  50% {
    transform: scale(1.06, 1.06);
    -moz-transform: scale(1.06, 1.06);
    -webkit-transform: scale(1.06, 1.06);
  }
  100% {
    transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
}
@keyframes an_05 {
  0% {
    transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
  50% {
    transform: scale(1.06, 1.06);
    -moz-transform: scale(1.06, 1.06);
    -webkit-transform: scale(1.06, 1.06);
  }
  100% {
    transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
}
@-webkit-keyframes an_06 {
  0% {
    opacity: 1;
    transform: scale(0.96, 0.96) translateY(0) translateX(0);
    -moz-transform: scale(0.96, 0.96) translateY(0) translateX(0);
    -webkit-transform: scale(0.96, 0.96) translateY(0) translateX(0);
  }
  25% {
    opacity: 0.6;
    transform: scale(1, 1) translateY(-10px) translateX(-10px);
    -moz-transform: scale(1, 1) translateY(-10px) translateX(-10px);
    -webkit-transform: scale(1, 1) translateY(-10px) translateX(-10px);
  }
  50% {
    opacity: 0.5;
    transform: scale(1, 1) translateY(-10px) translateX(10px);
    -moz-transform: scale(1, 1) translateY(-10px) translateX(10px);
    -webkit-transform: scale(1, 1) translateY(-10px) translateX(10px);
  }
  75% {
    opacity: 0.6;
    transform: scale(1, 1) translateY(-10px) translateX(0px);
    -moz-transform: scale(1, 1) translateY(-10px) translateX(0px);
    -webkit-transform: scale(1, 1) translateY(-10px) translateX(0px);
  }
  100% {
    opacity: 1;
    transform: scale(0.96, 0.96) translateY(0) translateX(0);
    -moz-transform: scale(0.96, 0.96) translateY(0) translateX(0);
    -webkit-transform: scale(0.96, 0.96) translateY(0) translateX(0);
  }
}
@keyframes an_06 {
  0% {
    opacity: 1;
    transform: scale(0.96, 0.96) translateY(0) translateX(0);
    -moz-transform: scale(0.96, 0.96) translateY(0) translateX(0);
    -webkit-transform: scale(0.96, 0.96) translateY(0) translateX(0);
  }
  25% {
    opacity: 0.6;
    transform: scale(1, 1) translateY(-10px) translateX(-10px);
    -moz-transform: scale(1, 1) translateY(-10px) translateX(-10px);
    -webkit-transform: scale(1, 1) translateY(-10px) translateX(-10px);
  }
  50% {
    opacity: 0.5;
    transform: scale(1, 1) translateY(-10px) translateX(10px);
    -moz-transform: scale(1, 1) translateY(-10px) translateX(10px);
    -webkit-transform: scale(1, 1) translateY(-10px) translateX(10px);
  }
  75% {
    opacity: 0.6;
    transform: scale(1, 1) translateY(-10px) translateX(0px);
    -moz-transform: scale(1, 1) translateY(-10px) translateX(0px);
    -webkit-transform: scale(1, 1) translateY(-10px) translateX(0px);
  }
  100% {
    opacity: 1;
    transform: scale(0.96, 0.96) translateY(0) translateX(0);
    -moz-transform: scale(0.96, 0.96) translateY(0) translateX(0);
    -webkit-transform: scale(0.96, 0.96) translateY(0) translateX(0);
  }
}
@-webkit-keyframes ksan {
  0% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes ksan {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@-webkit-keyframes ksan_01 {
  0% {
    -webkit-transform: scale(0.8);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes ksan_01 {
  0% {
    transform: scale(0.8);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
/*common*/
/* CSS Document */
.in_body {
  background-color: #000000;
  opacity: 0;
}

.otherbody {
  min-height: 100vh;
  position: relative;
  background-color: #15191f;
  opacity: 0;
}

.orther_body {
  min-height: 100vh;
  position: relative;
  background-color: #000000;
}

.wrap {
  width: 100%;
  margin: 0px auto;
}

.wrap_in {
  margin: 0px 1rem;
}

.wrap_c {
  margin: 0px 1.6rem;
}

.w_wap {
  display: none !important;
}

.topfr {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 9999;
  height: 1.43rem;
  overflow: visible;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
}

.topfr > .wrap_c {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.4rem;
  position: relative;
  z-index: 9;
}

.topfr .fl {
  height: 0.63rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.topfr .fl a {
  display: inline-block;
  height: 0.63rem;
}

.topfr .fl img {
  height: 0.63rem;
  display: block;
}

.topfr .fr {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-end;
}

.topfr .fr a {
  margin-right: 0.16rem;
}

.topfr .fr .mtmenu_click {
  width: 0.5rem;
  height: 0.5rem;
  cursor: pointer;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  background: url("../images/menu_03.svg") 50% no-repeat;
  background-size: 100% 100%;
  position: relative;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.topfr .fr .mtmenu_click i {
  width: 0.22rem;
  height: 0.16rem;
  overflow: visible;
  display: inline-block;
  position: relative;
  background: url("../images/menu_01.svg") 50% no-repeat;
  background-size: 100%;
}

.topfr .fr .mtmenu_click.active i {
  background: url("../images/menu_02.svg") 50% no-repeat;
  background-size: 100%;
}

.topr_lgn {
  margin-right: 0.16rem;
  width: 0.96rem;
  position: relative;
  overflow: visible;
  height: 0.5rem;
}

.topr_lgn .toprlgn_t {
  width: 100%;
  height: 0.5rem;
  overflow: hidden;
  background: url("../images/in_07.png") 50% no-repeat;
  background-size: 100% 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 5;
  cursor:pointer
}

.topr_lgn .toprlgn_t a {
  display: inline-block;
  position: relative;
  padding-right: 0.3rem;
  margin-right: 0px;
  color: #fff;
}

.topr_lgn .toprlgn_t a::before {
  content: "";
  display: block;
  width: 0.1rem;
  height: 100%;
  background: url("../images/t_03.svg") 50% no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0px;
  top: 0px;
}

.topr_lgn .toprlgn_c {
  width: 100%;
  overflow: hidden;
  background-color: rgba(37, 45, 63, 0.95);
  border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
  -webkit-border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  position: absolute;
  left: 0px;
  top: 0rem;
  z-index: 4;
  padding: 0.6rem 0.2rem 0.1rem 0.2rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: none;
  cursor:pointer
}

.topr_lgn .toprlgn_c a {
  margin-right: 0px;
}

.topr_lgn:hover .toprlgn_c {
  display: block;
}

.menufr {
  width: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 7;
  background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(51, 58, 76, 0.9));
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.9), rgba(51, 58, 76, 0.9));
  background: -o-linear-gradient(rgba(0, 0, 0, 0.9), rgba(51, 58, 76, 0.9));
  background: -moz-linear-gradient(rgba(0, 0, 0, 0.9), rgba(51, 58, 76, 0.9));
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: none;
}

.menufr ul {
  width: 100%;
  overflow: hidden;
  margin-top: 1.43rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 0.5rem;
  padding-bottom: 1rem;
}

.menufr ul li {
  width: 100%;
  overflow: hidden;
}

.menufr ul li .p {
  width: 100%;
  overflow: hidden;
}

.menufr ul li .pt {
  border-bottom: 0.01rem solid #424e5b;
  padding-bottom: 0.2rem;
  text-align: center;
  position: relative;
  padding-top: 0.3rem;
}

.menufr ul li .pt::before {
  content: "";
  display: block;
  width: 0.14rem;
  height: 0.14rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  background-color: #da0f11;
  position: absolute;
  left: 50%;
  top: 0px;
  margin-left: -0.07rem;
  display: none;
}

.menufr ul li .pt span {
  display: inline-block;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.menufr ul li .pc {
  padding-top: 0.2rem;
  text-align: center;
}

.menufr ul li .pc p {
  width: 100%;
  overflow: hidden;
  padding: 0.05rem 0px;
}

.menufr ul li .pc p a {
  color: #b3b3b3;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.menufr ul li .pc p a:hover {
  color: #e12929;
}

.menufr ul li:hover .pt::before {
  display: block;
}

.hometop_up {
  top: -1.43rem;
}

.topfr.on {
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  height: 1.03rem;
}

.topfr.on .wrap_c {
  padding-top: 0.2rem;
}

.container {
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
}

.container.active {
  opacity: 1 !important;
}

.p1_slide {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}

.p1_slide .swiper-slide {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.p1_slide .swiper-slide-active .p1_bg img {
  transform: scale(1.05);
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
.p1_video{pointer-events:none;}
.p1_bg {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
}

.p1_bg img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: 5s;
  -webkit-transition: 5s;
  -o-transition: 5s;
  -moz-transition: 5s;
}

.p1_bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: #000;
}

.p1_c {
  width: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  bottom: 2.4rem;
  z-index: 9;
}

.p1_c .c {
  width: 100%;
  overflow: hidden;
}

.p1_c .p {
  width: 100%;
  overflow: visible;
}

.p1_c .p1 {
  color: #e12929;
}

.p1_spfr {
  width: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  bottom: 0.4rem;
  z-index: 999;
}

.p1_spfr .wrap_c {
  height: 0.8rem;
  position: relative;
}

.p1_spfr .p1sp_fr {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 0.8rem;
}

.p1_spfr .p1sp_fr .p1_sp {
  margin-top: 0.31rem;
}

.p1_spfr .p1sp_fr span {
  width: 0.35rem;
  height: 0.18rem;
  opacity: 1;
  display: inline-block;
  position: relative;
  background: none !important;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
}

.p1_spfr .p1sp_fr span::before {
  content: "";
  display: block;
  width: 0.05rem;
  height: 0.13rem;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 0.05rem;
  -webkit-border-radius: 0.05rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.p1_spfr .p1sp_fr span::after {
  content: "";
  display: block;
  width: 0.35rem;
  height: 0.18rem;
  background: url("../images/in_01.png") 50% no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: -20%;
  top: 20%;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.p1_spfr .p1sp_fr span.swiper-pagination-bullet-active::after {
  left: 0px;
  top: 0px;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
}

.p1_spfr .p1sp_fr span.swiper-pagination-bullet-active::before {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.p1sp_fl {
  float: left;
}

.p1sp_fl ul li {
  float: left;
  position: relative;
  margin-left: 0.16rem;
  border-radius: 0.4rem;
  -webkit-border-radius: 0.4rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  height: 0.7843rem;
}

.p1sp_fl ul li::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  border-radius: 0.7843rem;
  -webkit-border-radius: 0.7843rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
  border: 2px solid rgba(187, 198, 237, 0.6);
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-mask-image: linear-gradient(180deg, rgb(0, 0, 0), rgba(0, 0, 0, 0));
  -moz-mask-image: linear-gradient(180deg, rgb(0, 0, 0), rgba(0, 0, 0, 0));
  -webkit-mask-image: linear-gradient(180deg, rgb(0, 0, 0), rgba(0, 0, 0, 0));
  mask-image: linear-gradient(180deg, rgb(0, 0, 0), rgba(0, 0, 0, 0));
}

.p1sp_fl ul li::after {
  content: "";
  display: block;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: absolute;
  left: 2px;
  top: 2px;
  z-index: 2;
  border-radius: 0.7843rem;
  -webkit-border-radius: 0.7843rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  background: linear-gradient(-180deg, rgb(43, 56, 79), rgba(37, 45, 63, 0.2));
  background: -webkit-linear-gradient(-180deg, rgb(43, 56, 79), rgba(37, 45, 63, 0.2));
  background: -o-linear-gradient(-180deg, rgb(43, 56, 79), rgba(37, 45, 63, 0.2));
  background: -moz-linear-gradient(-180deg, rgb(43, 56, 79), rgba(37, 45, 63, 0.2));
}

.p1sp_fl ul li .p1splfr {
  display: inline-block;
  position: relative;
  height: 0.8rem;
  margin: 0px 0.4rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-start;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
  position: relative;
  z-index: 3;
}

.p1sp_fl ul li:first-child {
  margin-left: 0px;
}

.p1sp_fl ul li .p1sp_t {
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  height: 0.8rem;
  cursor: pointer;
}

.p1sp_fl ul li .p1sp_t .nr {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-start;
}

.p1sp_fl ul li .p1sp_t img {
  display: block;
  height: 0.48rem;
}

.p1sp_fl ul li .p1sp_t span {
  display: inline-block;
  margin-left: 0.2rem;
  color: #fff;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
}

.p1sp_fl ul li .p1sp_c {
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-start;
  width: 0px;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
}

.p1sp_fl ul li .p1sp_c input {
  float: left;
  height: 0.44rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 0px;
  padding: 0px;
  background: none;
  color: rgba(255, 255, 255, 0.4);
}

.p1sp_fl ul li .p1sp_c input.p1_txt1 {
  width: 1.4rem;
  border-bottom: 0.01rem solid #2e343c;
  margin-left: 0.2rem;
}

.p1sp_fl ul li .p1sp_c input.p1_txt2 {
  width: 3rem;
  border-bottom: 0.01rem solid #2e343c;
  margin-left: 0.15rem;
}

.p1sp_fl ul li .p1sp_c input.p1_btn {
  width: 1.2rem;
  line-height: 0.4rem;
  height: 0.44rem;
  border-radius: 0.44rem;
  -webkit-border-radius: 0.44rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  padding: 0px 0px 0.05rem 0px;
  background-color: #e12929;
  color: #fff;
  margin-left: 0.15rem;
  cursor: pointer;
}

.p1sp_fl ul li .p1sp_c input.p1_btn:hover {
  background-color: #dc1e32;
  color: #fff;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.p1sp_fl ul li .p1sp_c input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.p1sp_fl ul li .p1sp_c input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.p1sp_fl ul li .p1sp_c input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.p1sp_fl ul li .p1sp_c input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.p1sp_fl ul li.active .p1sp_c {
  width: 4.35rem;
}

.p1sp_fl ul li:nth-child(2):hover .p1sp_t span {
  transform: scale(1.05);
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
}

.p1sp_fl ul li:nth-child(3):hover .p1sp_t span {
  transform: scale(1.05);
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
}

.page2 {
  background: url("../images/in_02.webp") 50% no-repeat;
  background-size: cover;
}

.p2_bg {
  width: 100%;
  height: 100%;
  pointer-events: none;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
}

.p2_bg video {
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
  position: absolute;
  left: 0px;
  top: 0px;
  object-position: 100%;
}

.p2_01 {
  widtH: 33.96%;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  left: 29%;
  top: 60%;
  z-index: 2;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.p2_01 img {
  width: 100%;
  display: block;
}

.p2_01 img.img2 {
  position: absolute;
  left: 0px;
  top: 0px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.p2_01 img.img3 {
  position: absolute;
  left: 0px;
  top: 0px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.p2_01 img.img4 {
  position: absolute;
  left: 0px;
  top: 0px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.p2_01.active {
  left: 19%;
  top: 58%;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
}

.p2_01.active1 {
  left: 9%;
  top: 56%;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
}

.p2_01.active2 {
  left: 29%;
  top: 60%;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.p2_01.p201_0 img.img1 {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.p2_01.p201_0 img.img2 {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.p2_01.p201_0 img.img3 {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.p2_01.p201_0 img.img4 {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.p2_01.p201_1 img.img1 {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.p2_01.p201_1 img.img2 {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.p2_01.p201_1 img.img3 {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.p2_01.p201_1 img.img4 {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.p2_01.p201_2 img.img1 {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.p2_01.p201_2 img.img2 {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.p2_01.p201_2 img.img3 {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.p2_01.p201_2 img.img4 {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.p2_01.p201_3 img.img1 {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.p2_01.p201_3 img.img2 {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.p2_01.p201_3 img.img3 {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.p2_01.p201_3 img.img4 {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.p2fr {
  width: 36.36%;
  height: 100%;
  overflow: visible;
  position: absolute;
  right: 1.6rem;
  top: 0px;
  z-index: 9;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.p2fr .c {
  width: 100%;
  overflow: visible;
}

.p2fr .p {
  width: 100%;
  overflow: visible;
}

.p2fr .p1 {
  color: #fff;
  display: flex;
  display: -webkit-flex;
  align-items: flex-end;
  justify-content: flex-start;
}

.p2fr .p1 .sp1 {
  margin-right: 0.15rem;
}

.p2fr .p1 i {
  display: inline-block;
  position: relative;
  padding: 0px 0.6rem 0px 0.15rem;
  line-height: 1.2;
}

.p2fr .p1 i::before {
  content: "";
  display: block;
  width: 100%;
  height: 0.12rem;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 1;
  border-radius: 0.12rem;
  -webkit-border-radius: 0.12rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  background: linear-gradient(to right, rgb(105, 17, 17), rgba(105, 17, 17, 0));
  background: -webkit-linear-gradient(to right, rgb(105, 17, 17), rgba(105, 17, 17, 0));
  background: -o-linear-gradient(to right, rgb(105, 17, 17), rgba(105, 17, 17, 0));
  background: -moz-linear-gradient(to right, rgb(105, 17, 17), rgba(105, 17, 17, 0));
}

.p2fr .p1 i span {
  display: inline-block;
  position: relative;
  z-index: 9;
}

.p2fr .p1 .sp2 {
  margin-right: 0.1rem;
}

.p2fr .p2 {
  overflow: hidden;
}

.p2fr .p2 ul {
  width: 100%;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
}

.p2fr .p2 ul li span {
  width: 100%;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-start;
  color: #8e9fc0;
  cursor: pointer;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
}

.p2fr .p2 ul li span::before {
  content: "";
  display: block;
  width: 0.16rem;
  height: 0.16rem;
  background: url("../images/in_04.webp") 50% no-repeat;
  background-size: 100%;
}

.p2fr .p2 ul li span i {
  display: inline-block;
  margin-left: 0.15rem;
}

.p2fr .p2 ul li.li1 {
  width: 0.7rem;
}

.p2fr .p2 ul li.li1 b {
  width: 100%;
  height: 0.01rem;
  display: block;
  overflow: hidden;
  border-top: 0.01rem dashed #8e9fc0;
}

.p2fr .p2 ul li.active span {
  color: #e12929;
}

.p2fr .p2 ul li:hover span {
  color: #e12929;
}

.p2fr .p2 ul li.active span::before {
  background-image: url("../images/in_05.webp");
}

.p2fr .p3 {
  overflow: visible;
}

.p2cp3_slide {
  width: 100%;
  overflow: visible;
}

.p2cp3_slide .swiper-slide {
  width: 100%;
  overflow: hidden;
}

.p2cp3fr {
  width: 100%;
  overflow: hidden;
}

.p2cp3fr .p2cp3_t {
  width: 100%;
  overflow: hidden;
  background: url("../images/in_03.webp") 50% no-repeat;
  background-size: 100% 100%;
  min-height: 4rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0.2rem 0.2rem 0.3rem 0.2rem;
}

.p2cp3fr .p2cp3_t .p {
  overflow: visible;
}

.p2cp3fr .p2cp3_t .ap1 {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
}

.p2cp3fr .p2cp3_t .ap1 .sp1 {
  color: #fff;
}

.p2cp3fr .p2cp3_t .ap1 i {
  display: inline-block;
  color: #8e9fc0;
}

.p2cp3fr .p2cp3_t .ap1 a {
  display: inline-block;
  color: #8e9fc0;
  padding-right: 0.23rem;
  position: relative;
}

.p2cp3fr .p2cp3_t .ap1 a::before {
  content: "";
  display: block;
  background: url("../images/in_06.png") 100% 50% no-repeat;
  background-size: 100%;
  width: 0.2rem;
  height: 100%;
  position: absolute;
  right: 0px;
  top: 0px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
}

.p2cp3fr .p2cp3_t .ap1 a:hover::before {
  right: -0.03rem;
}

.p2cp3fr .p2cp3_t .ap1 a:hover {
  color: #f42640;
}

.p2cp3fr .p2cp3_t .ap2 {
  margin-top: 0.2rem;
}

.p2cp3fr .p2cp3_t .ap2 ul {
  width: 100%;
  overflow: visible;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0.15rem;
}

.p2cp3fr .p2cp3_t .ap2 ul li {
  width: 100%;
  overflow: visible;
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0.2rem 0.15rem;
}

.p2cp3fr .p2cp3_t .ap2 ul li::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 0.08rem;
  -webkit-border-radius: 0.08rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  background: linear-gradient(rgb(113, 122, 150), rgba(113, 122, 150, 0));
  background: -webkit-linear-gradient(rgb(113, 122, 150), rgba(113, 122, 150, 0));
  background: -o-linear-gradient(rgb(113, 122, 150), rgba(113, 122, 150, 0));
  background: -moz-linear-gradient(rgb(113, 122, 150), rgba(113, 122, 150, 0));
}

.p2cp3fr .p2cp3_t .ap2 ul li::after {
  content: "";
  display: block;
  overflow: hidden;
  width: calc(100% - 0.02rem);
  height: calc(100% - 0.02rem);
  position: absolute;
  left: 0.01rem;
  top: 0.01rem;
  z-index: 2;
  border-radius: 0.08rem;
  -webkit-border-radius: 0.08rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  background: linear-gradient(245deg, rgb(43, 56, 79) 60%, rgba(37, 45, 63, 0.2) 100%);
  background: -webkit-linear-gradient(245deg, rgb(43, 56, 79) 60%, rgba(37, 45, 63, 0.2) 100%);
  background: -o-linear-gradient(245deg, rgb(43, 56, 79) 60%, rgba(37, 45, 63, 0.2) 100%);
  background: -moz-linear-gradient(245deg, rgb(43, 56, 79) 60%, rgba(37, 45, 63, 0.2) 100%);
}

.p2cp3fr .p2cp3_t .ap2 ul li .p {
  position: relative;
  z-index: 3;
}

.p2cp3fr .p2cp3_t .ap2 ul li .ai1 {
  color: #8e9fc0;
}

.p2cp3fr .p2cp3_t .ap2 ul li .b1 {
  width: 0.02rem;
  height: 0.27rem;
  display: block;
  background-color: #f42640;
  position: absolute;
  left: 0px;
  top: 0.25rem;
  z-index: 9;
  -moz-box-shadow: 0 0 0.6rem rgb(217, 15, 40);
  -webkit-box-shadow: 0 0 0.6rem rgb(217, 15, 40);
  box-shadow: 0 0 0.6rem rgb(217, 15, 40);
}

.p2cp3fr .p2cp3_t .ap3 {
  margin-top: 0.4rem;
  color: #8e9fc0;
}

.p2cp3fr .p2cp3_t .ap4 {
  width: 100%;
  overflow: hidden;
  margin-top: 0.1rem;
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0.2rem 0.2rem 0.1rem 0.2rem;
}

.p2cp3fr .p2cp3_t .ap4::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 0.08rem;
  -webkit-border-radius: 0.08rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  background: linear-gradient(rgb(113, 122, 150), rgba(113, 122, 150, 0));
  background: -webkit-linear-gradient(rgb(113, 122, 150), rgba(113, 122, 150, 0));
  background: -o-linear-gradient(rgb(113, 122, 150), rgba(113, 122, 150, 0));
  background: -moz-linear-gradient(rgb(113, 122, 150), rgba(113, 122, 150, 0));
}

.p2cp3fr .p2cp3_t .ap4::after {
  content: "";
  display: block;
  overflow: hidden;
  width: calc(100% - 0.02rem);
  height: calc(100% - 0.02rem);
  position: absolute;
  left: 0.01rem;
  top: 0.01rem;
  z-index: 2;
  border-radius: 0.08rem;
  -webkit-border-radius: 0.08rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  background: linear-gradient(245deg, rgb(43, 56, 79) 60%, rgba(37, 45, 63, 0.2) 100%);
  background: -webkit-linear-gradient(245deg, rgb(43, 56, 79) 60%, rgba(37, 45, 63, 0.2) 100%);
  background: -o-linear-gradient(245deg, rgb(43, 56, 79) 60%, rgba(37, 45, 63, 0.2) 100%);
  background: -moz-linear-gradient(245deg, rgb(43, 56, 79) 60%, rgba(37, 45, 63, 0.2) 100%);
}

.p2cp3fr .p2cp3_t .ap4 .ap4c {
  position: relative;
  z-index: 9;
}

.p2cp3fr .p2cp3_t .ap4 a {
  display: inline-block;
  color: #fff;
  margin-right: 0.5rem;
  margin-bottom: 0.1rem;
}

.p2cp3fr .p2cp3_c {
  width: 100%;
  overflow: hidden;
  text-align: right;
  margin-top: 0.1rem;
  color: #8e9fc0;
}

.page3 {
  overflow: hidden;
  background-color: #12151e;
}

.p3fr {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.p3_map {
  width: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: 1;
  position: relative;
}

.p3_map .img1 {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
}

.p3_map .img2 {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
}

.p3_map .img2.active {
  -webkit-animation: an_03 2.1s linear infinite;
  animation: an_03 2.1s linear infinite;
}

.p3_temp {
  width: 100%;
  overflow: hidden;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 6;
}

.p3_temp .c {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}

.p3_temp .c img {
  left: 0%;
  top: 0%;
  position: absolute;
}

.p3_temp .c img.img3 {
  z-index: 9;
  transition: scale 1.6s linear;
  -webkit-transition: scale 1.6s linear;
  -o-transition: scale 1.6s linear;
  -moz-transition: scale 1.6s linear;
  transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
}

.p3_temp .c img.img4 {
  z-index: 8;
  clip-path: circle(0% at 45.83% 34.79%);
  transition: 1.6s;
  -webkit-transition: 1.6s;
  -o-transition: 1.6s;
  -moz-transition: 1.6s;
}

.p3_temp .c img.img5 {
  z-index: 8;
  transition: 1.6s;
  -webkit-transition: 1.6s;
  -o-transition: 1.6s;
  -moz-transition: 1.6s;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.p3_temp .c img.img6 {
  z-index: 8;
  transition: 1.6s;
  -webkit-transition: 1.6s;
  -o-transition: 1.6s;
  -moz-transition: 1.6s;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  clip-path: circle(0% at 45.83% 34.79%);
}

.p3_temp .c img.img7 {
  z-index: 8;
  transition: 1.6s;
  -webkit-transition: 1.6s;
  -o-transition: 1.6s;
  -moz-transition: 1.6s;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.p3_temp .c img.img8 {
  z-index: 8;
  transition: 1.6s;
  -webkit-transition: 1.6s;
  -o-transition: 1.6s;
  -moz-transition: 1.6s;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  clip-path: circle(0% at 45.83% 34.79%);
}

.p3_temp .c img.img9 {
  z-index: 8;
  transition: 1.6s;
  -webkit-transition: 1.6s;
  -o-transition: 1.6s;
  -moz-transition: 1.6s;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.p3_temp.active .c {
  width: 100%;
  height: 100%;
  left: 0%;
  top: 0%;
  overflow: hidden;
}

.p3_temp.active .img2 {
  -webkit-animation: an_03 2.1s linear infinite;
  animation: an_03 2.1s linear infinite;
}

.p3_temp.active img.img3 {
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -webkit-animation: an_04_02 2.1s linear infinite;
  animation: an_04_02 2.1s linear infinite;
}

.p3_temp.active img.img4 {
  clip-path: circle(100% at 45.83% 34.79%);
  transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
}

.p3_temp.active img.img5 {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
}

.p3_temp.active img.img6 {
  clip-path: circle(100% at 45.83% 34.79%);
  transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
}

.p3_temp.active img.img7 {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
}

.p3_temp.active img.img8 {
  clip-path: circle(100% at 45.83% 34.79%);
  transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
}

.p3_temp.active img.img9 {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
}

.p3m_dw {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 6;
}

.p3m_dw .p3wa_center {
  width: 1.56%;
  overflow: hidden;
  position: absolute;
  left: 45.83%;
  top: 34.79%;
}

.p3m_dw .p3wa_center img {
  width: 100%;
  display: block;
}

.p3m_dw .p3wa {
  width: 1.04%;
  overflow: hidden;
  position: absolute;
  left: 0%;
  top: 0%;
}

.p3m_dw .p3wa img {
  width: 100%;
  display: block;
}

.p3m_dw .p3wa.a1 {
  left: 14.27%;
  top: 26.54%;
}

.p3m_dw .p3wa.a2 {
  left: 28.96%;
  top: 36.99%;
}

.p3m_dw .p3wa.a3 {
  left: 34.74%;
  top: 42.11%;
}

.p3m_dw .p3wa.a4 {
  left: 36.46%;
  top: 44.2%;
}

.p3m_dw .p3wa.a5 {
  left: 38.91%;
  top: 36.15%;
}

.p3m_dw .p3wa.a6 {
  left: 42.71%;
  top: 39.6%;
}

.p3m_dw .p3wa.a7 {
  left: 43.7%;
  top: 44.83%;
}

.p3m_dw .p3wa.a8 {
  left: 45.36%;
  top: 52.25%;
}

.p3m_dw .p3wa.a9 {
  left: 51.72%;
  top: 30.51%;
}

.p3m_dw .p3wa.a10 {
  left: 72.4%;
  top: 37.72%;
}

.p3m_dw .p3wa.a11 {
  left: 80.99%;
  top: 29.89%;
}

.p3_x {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 5;
}

.p3_x .p3x img {
  display: block;
  position: absolute;
}

.p3_x .p3x .c {
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
}

.p3x_01 {
  width: 31.87%;
  height: 16.82%;
  overflow: hidden;
  position: absolute;
  left: 14.95%;
  top: 21.73%;
}

.p3x_01 .c {
  width: 0%;
  height: 100%;
  overflow: hidden;
  position: absolute;
}

.p3x_01 .c {
  right: 0px;
  bottom: 0px;
}

.p3x_01 .c img {
  right: 0px;
  bottom: 0px;
}

.p3x_01.active .c {
  width: 100%;
}

.p3x_02 {
  width: 2.24%;
  height: 7.63%;
  overflow: hidden;
  position: absolute;
  left: 44.69%;
  top: 37.62%;
}

.p3x_02 .c {
  width: 0%;
  height: 100%;
  overflow: hidden;
  position: absolute;
}

.p3x_02 .c {
  right: 0px;
  top: 0px;
}

.p3x_02 .c img {
  right: 0px;
  top: 0px;
}

.p3x_02.active .c {
  width: 100%;
}

.p3x_03 {
  width: 3.44%;
  height: 3.55%;
  overflow: hidden;
  position: absolute;
  left: 43.59%;
  top: 36.89%;
}

.p3x_03 .c {
  width: 0%;
  height: 100%;
  overflow: hidden;
  position: absolute;
}

.p3x_03 .c {
  right: 0px;
  bottom: 0px;
}

.p3x_03 .c img {
  right: 0px;
  bottom: 0px;
}

.p3x_03.active .c {
  width: 100%;
}

.p3_txt {
  width: 100%;
  overflow: visible;
  position: absolute;
  left: 0px;
  bottom: 0.2rem;
  z-index: 9;
}

.p3_txt .imgbz {
  position: absolute;
  left: 1.6rem;
  top: -1.5rem;
  z-index: 3;
  height: 0.47rem;
}

.p3txt_t {
  width: 100%;
  overflow: visible;
}

.p3txt_t ul {
  width: 100%;
  overflow: visible;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 0.3rem;
}

.p3txt_t ul li {
  width: 100%;
  overflow: hidden;
  position: relative;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
}

.p3txt_t ul li .p3t_img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
}

.p3txt_t ul li .p3t_img img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
}

.p3txt_t ul li .p3t_img img.img1 {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.p3txt_t ul li .p3t_img img.img2 {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
  object-fit: fill;
}

.p3txt_t ul li .p3t_txt {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 9;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0.2rem 0.4rem;
}

.p3txt_t ul li .p3t_txt .p {
  width: 100%;
  overflow: hidden;
}

.p3txt_t ul li .p3t_txt .p1 {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
}

.p3txt_t ul li .p3t_txt .p1 img {
  display: block;
  height: 0.43rem;
}

.p3txt_t ul li .p3t_txt .p2 {
  margin-top: 0.1rem;
}

.p3txt_t ul li .p3t_txt .p2 .i1 {
  color: #fff;
}

.p3txt_t ul li .p3t_txt .p2 .i2 {
  color: rgba(255, 255, 255, 0.2);
}

.p3txt_t ul li:hover {
  transform: translateY(-0.18rem) !important;
}

.p3txt_t ul li:hover .p3t_img img.img1 {
  -webkit-opacity: 0.25;
  -moz-opacity: 0.25;
  -khtml-opacity: 0.25;
  opacity: 0.25;
}

.p3txt_b {
  width: 100%;
  overflow: hidden;
  text-align: center;
  color: #576377;
  margin-top: 0.2rem;
}

.page4 {
  overflow: hidden;
}

.p4fr {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 9;
}

.p4_slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
}

.p4_slide .swiper-slide {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.p4_slide .swiper-slide .p4s_bg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  transform: scale(1.3);
  -moz-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  transition: 1.6s;
  -webkit-transition: 1.6s;
  -o-transition: 1.6s;
  -moz-transition: 1.6s;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.p4_slide .swiper-slide .p4s_bg img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  position: absolute;
  left: 0px;
  top: 0px;
}

.p4_slide .swiper-slide .p4s_c {
  width: 100%;
  overflow: visible;
  position: absolute;
  left: 0px;
  bottom: 1rem;
  z-index: 9;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.p4_slide .swiper-slide .p4s_c a {
  width: 100%;
  display: block;
  overflow: visible;
  position: relative;
}

.p4_slide .swiper-slide .p4s_c .p {
  width: 100%;
  overflow: hidden;
}

.p4_slide .swiper-slide .p4s_c .p1 img {
  display: block;
  height: 1.35rem;
}

.p4_slide .swiper-slide .p4s_c .p2 {
  margin-top: 0.2rem;
  color: #fff;
}

.p4_slide .swiper-slide .p4s_c .p3 {
  color: rgba(255, 255, 255, 0.67);
  margin-top: 0.1rem;
}

.p4_slide .swiper-slide .p4s_c .img1 {
  height: 0.39rem;
  display: block;
  position: absolute;
  right: 0px;
  bottom: 0px;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
}

.p4_slide .swiper-slide .p4s_c a:hover .img1 {
  right: -0.08rem;
}

.p4_more {
  width: 0.11rem;
  overflow: visible;
  position: absolute;
  right: 1.6rem;
  top: 50%;
  z-index: 990;
  transform: translateY(-50%);
}

.p4_more::before {
  content: "";
  width: 0.02rem;
  height: 50%;
  display: block;
  position: absolute;
  right: 0.045rem;
  top: 0px;
  background-color: #fff;
  z-index: 1;
  background: linear-gradient(rgba(255, 255, 255, 0), rgb(255, 255, 255));
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgb(255, 255, 255));
  background: -o-linear-gradient(rgba(255, 255, 255, 0), rgb(255, 255, 255));
  background: -moz-linear-gradient(rgba(255, 255, 255, 0), rgb(255, 255, 255));
}

.p4_more::after {
  content: "";
  width: 0.02rem;
  height: 50%;
  display: block;
  position: absolute;
  right: 0.045rem;
  bottom: 0px;
  background-color: #fff;
  z-index: 1;
  background: linear-gradient(rgb(255, 255, 255), rgba(255, 255, 255, 0));
  background: -webkit-linear-gradient(rgb(255, 255, 255), rgba(255, 255, 255, 0));
  background: -o-linear-gradient(rgb(255, 255, 255), rgba(255, 255, 255, 0));
  background: -moz-linear-gradient(rgb(255, 255, 255), rgba(255, 255, 255, 0));
}

.p4_more ul {
  width: 100%;
  overflow: visible;
  position: relative;
  z-index: 2;
}

.p4_more ul li {
  width: 100%;
  position: relative;
  overflow: visible;
  padding: 0.4rem 0px;
  cursor: pointer;
}

.p4_more ul li b {
  width: 0.11rem;
  height: 0.11rem;
  display: block;
  background-color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
}

.p4_more ul li span {
  position: absolute;
  right: calc(100% + 0.3rem);
  width: 2rem;
  text-align: right;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
}

.p4_more ul li:hover b {
  background-color: #f42640;
}

.p4_more ul li:hover span {
  color: #f42640;
}

.p4_more ul li.active b {
  background-color: #f42640;
}

.p4_more ul li.active span {
  color: #f42640;
}

.page5 {
  overflow: hidden;
  background-color: #0e1215;
}

.btnfr {
  overflow: hidden;
  padding: 1rem 0px 0rem 0px;
}

.btn_other {
  background-color: #0e1215;
}

.btn_01 {
  width: 100%;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 0.01rem solid rgba(255, 255, 255, 0.1);
  padding-bottom: 0.46rem;
}

.btn_01 .fl img {
  display: block;
  height: 0.63rem;
}

.btn_01 .fr {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-end;
}

.btn_01 .fr a {
  color: rgba(255, 255, 255, 0.5);
  margin-left: 0.4rem;
}

.btn_01 .fr a:hover {
  color: #e12929;
}

.btn_01 .fr a:first-child {
  margin-left: 0px;
}

.btn_02 {
  overflow: hidden;
  width: 100%;
  margin-top: 0.6rem;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}

.btn_02 .fl .p {
  width: 100%;
  overflow: hidden;
}

.btn_02 .fl .p1 img {
  display: block;
  width: 100%;
  border-radius: 0.08rem;
  -webkit-border-radius: 0.08rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
}

.btn_02 .fl .p1 .c {
  width: 1.58rem;
  overflow: hidden;
  text-align: center;
}

.btn_02 .fl .p1 span {
  width: 100%;
  display: block;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 0.1rem;
}

.btn_02 .fl .p2 {
  margin-top: 0.3rem;
  color: rgba(255, 255, 255, 0.5);
}

.btn_02 .fl .p2 a {
  color: rgba(255, 255, 255, 0.5);
}

.btn_02 .fl .p2 a:hover {
  color: #e12929;
}

.btn_02 .fl .p2 .mail_copy {
  cursor: copy;
}

.btn_02 .fr {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-end;
}

.btn_02 .fr dl {
  margin-left: 2.2rem;
}

.btn_02 .fr dl:first-child {
  margin-left: 0px;
}

.btn_02 .fr dl dt {
  width: 100%;
  overflow: hidden;
  margin-bottom: 0.2rem;
}

.btn_02 .fr dl dd {
  width: 100%;
  overflow: hidden;
  padding: 0.05rem 0px;
}

.btn_02 .fr dl dd a {
  color: rgba(255, 255, 255, 0.6);
}

.btn_02 .fr dl dd a:hover {
  color: #e12929;
}

.btn_03 {
  width: 100%;
  overflow: hidden;
  margin-top: 1.1rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 0.01rem solid rgba(255, 255, 255, 0.1);
  padding-bottom: 0.1rem;
}

.btn_03 .fl {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-start;
  color: rgba(255, 255, 255, 0.6);
}

.btn_03 .fl a {
  color: rgba(255, 255, 255, 0.6);
}

.btn_03 .fl a:hover {
  color: #e12929;
}

.btn_03 .fl i {
  display: inline-block;
  margin: 0px 0.26rem;
}

.btn_03 .fr img {
  display: block;
  height: 0.8rem;
}

.btn_04 {
  width: 100%;
  overflow: hidden;
  margin-top: 0.4rem;
  padding-bottom: 0.4rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.6);
}

.btn_04 a {
  color: rgba(255, 255, 255, 0.6);
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-start;
}

.btn_04 a:hover {
  color: #e12929;
}

.btn_04 .fl {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-start;
}

.btn_04 .fl a {
  margin-left: 0.1rem;
}

.btn_04 .fl a img {
  display: block;
  height: 0.2rem;
  margin-right: 0.05rem;
}

.btn_04 .fl a:first-child {
  margin-left: 0px;
}

.contli {
  width: 0.1rem;
  overflow: visible;
  height: 100%;
  position: fixed;
  right: 0.2rem;
  top: 0px;
  z-index: 9999;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.contli ul li {
  width: 0.1rem;
  height: 0.1rem;
  overflow: hidden;
  margin: 0.2rem 0px;
  background-color: #8e9fc0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  cursor: pointer;
}

.contli ul li.active {
  background-color: #e12929;
}

.contli ul li:first-child {
  margin-top: 0px;
}

.contli ul li:last-child {
  margin-bottom: 0px;
}

.contli.active {
  display: none;
}

.subfr {
  overflow: hidden;
  position: relative;
}

.sub_bg {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.sub_bg img {
  width: 100%;
  display: block;
}

.sub_bg .noimg {
  width: 100%;
  overflow: hidden;
  height: 2rem;
}

.sub_c {
  width: 100%;
  overflow: visible;
  position: absolute;
  left: 0px;
  z-index: 2;
  top: 0rem;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-start;
}

.sub_c .c {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-top: 0rem;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
  transform: translateX(5%);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.sub_c .c::before {
  content: "";
  display: block;
  width: 0%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background: url("../images/sub_01.webp") 0% 0% no-repeat;
  background-size: 2.05rem;
  z-index: 1;
  transition: 1.6s;
  -webkit-transition: 1.6s;
  -o-transition: 1.6s;
  -moz-transition: 1.6s;
}

.sub_c .c .p {
  width: 100%;
  overflow: visible;
  position: relative;
  z-index: 9;
  color: #fff;
}

.sub_c .c .p3 {
  max-width: 6.6rem;
}

.sub_b {
  width: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 9;
  padding: 0.15rem 0px;
}

.sub_b .c {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-start;
  color: #fff;
}

.sub_b a {
  display: inline-block;
}

.sub_b a:first-child {
  position: relative;
  padding-left: 0.25rem;
}

.sub_b a:first-child::before {
  content: "";
  display: block;
  width: 0.18rem;
  height: 100%;
  background: url("../images/c_01.svg") 50% no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}

.sub_b i {
  display: inline-block;
  margin: 0px 0.05rem;
}

.subb_01 {
  background-color: #262c39;
  padding: 0.2rem 0px;
}

.subfr.on .sub_c .c {
  transform: translateX(0%);
  -webkit-opacity: 1 !important;
  -moz-opacity: 1 !important;
  -khtml-opacity: 1 !important;
  opacity: 1 !important;
}

.subfr.on .sub_c .c::before {
  width: 100%;
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
}

.navfr {
  overflow: hidden;
  background-color: #262c39;
  height: 0.8rem;
  position: sticky;
  top: 0px;
  z-index: 9997;
}

.navfr ul {
  width: 100%;
  overflow: visible;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-around;
}

.navfr ul li {
  height: 0.8rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0px 0.1rem;
}

.navfr ul li::before {
  content: "";
  display: none;
  width: 100%;
  height: 0.04rem;
  background-color: #d91010;
  position: absolute;
  left: 0px;
  bottom: 0px;
  border-radius: 0.04rem;
  -webkit-border-radius: 0.04rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
}

.navfr ul li.active::before {
  display: block;
}

.navfr ul.ul1 {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.navfr ul.ul1 li {
  margin: 0px 5%;
}

.navfr ul.ul1 li:first-child {
  margin-left: 0px;
}

.navfr ul.ul1 li:last-child {
  margin-right: 0px;
}

.navfr.active {
  top: .9rem;
}

.navw_slide {
  width: calc(100% - 20px);
  overflow: visible;
  margin: auto;
  padding: 0px;
}

.navw_slide .swiper-slide {
  width: auto;
}

.navw_slide .swiper-slide .li {
  height: 0.8rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0px 0.16rem;
}

.navw_slide .swiper-slide .li::before {
  content: "";
  display: none;
  width: 100%;
  height: 0.04rem;
  background-color: #d91010;
  position: absolute;
  left: 0px;
  bottom: 0px;
  border-radius: 0.04rem;
  -webkit-border-radius: 0.04rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
}

.navw_slide .swiper-slide .li.active::before {
  display: block;
}

.navfr_about {
  position: sticky;
  top: 0px;
  z-index: 999;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
}

.navfr_about.active {
  top: 1.03rem;
}

.bodybg_01 {
  background: url("../images/c_02.webp") 50% no-repeat #15191f;
  background-size: cover;
}

.news_01 {
  overflow: visible;
}

.news_02 {
  overflow: hidden;
}

.ns02_nr {
  width: 100%;
  overflow: hidden;
  background: url("../images/c_04.webp") 50% no-repeat;
  background-size: 100% 100%;
  position: relative;
}

.ns02_slide {
  width: 100%;
  overflow: hidden;
}

.ns02_slide .swiper-slide {
  width: 100%;
  overflow: hidden;
}

.ns02_slide .swiper-slide a {
  width: 100%;
  display: block;
}

.ns02fr {
  width: 100%;
  overflow: visible;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0.12rem;
  -webkit-border-radius: 0.12rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
}

.ns02fr a {
  width: 100%;
  overflow: visible;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
  display: block;
}

.ns02fr .img {
  width: calc(41.25% + 2px);
  overflow: hidden;
  position: relative;
  border-radius: 0.12rem;
  -webkit-border-radius: 0.12rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  margin-left: -2px;
}

.ns02fr .img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.ns02fr .img img.img2 {
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 9;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
}

.ns02fr .txt {
  width: calc(58.75% - 2px);
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0.5rem 0.9rem;
}

.ns02fr .txt .c {
  width: 100%;
  overflow: visible;
}

.ns02fr .txt .p {
  width: 100%;
  overflow: hidden;
  color: #fff;
}

.ns02fr .txt .p3 {
  color: rgba(255, 255, 255, 0.4);
}

.ns02fr .txt .p4 {
  overflow: visible;
}

.ns02_slide .swiper-slide:hover .img img.img2 {
  transform: scale(1.03);
  -moz-transform: scale(1.03);
  -webkit-transform: scale(1.03);
}

.ns02_slide .swiper-slide:hover .txt .p2 {
  color: #e12929;
}

.ns02_spfr {
  overflow: visible;
  position: absolute;
  right: 0.9rem;
  bottom: 0.6rem;
  z-index: 999;
}

.ns02_spfr span {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0);
  width: 0.2rem;
  height: 0.3rem;
  margin-left: 0.1rem !important;
  position: relative;
  border-radius: 0px;
}

.ns02_spfr span::before {
  content: "";
  display: block;
  width: 100%;
  height: 0.06rem;
  background-color: #131313;
  border-radius: 0.03rem;
  -webkit-border-radius: 0.03rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -0.03rem;
}

.ns02_spfr span.swiper-pagination-bullet-active {
  background-color: rgba(255, 255, 255, 0);
  width: 0.6rem;
}

.ns02_spfr span.swiper-pagination-bullet-active::before {
  background-color: #d91010;
}

.news_03 {
  overflow: hidden;
}

.news_03 ul li {
  width: 100%;
  overflow: hidden;
  border-bottom: 0.01rem dashed #4b5d7d;
  padding: 0.4rem 0px;
  position: relative;
}

.news_03 ul li::before {
  content: "";
  display: block;
  width: 100%;
  height: 0%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 1;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
  background: linear-gradient(rgba(105, 17, 16, 0), rgba(105, 17, 16, 0.2));
  background: -webkit-linear-gradient(rgba(105, 17, 16, 0), rgba(105, 17, 16, 0.2));
  background: -o-linear-gradient(rgba(105, 17, 16, 0), rgba(105, 17, 16, 0.2));
  background: -moz-linear-gradient(rgba(105, 17, 16, 0), rgba(105, 17, 16, 0.2));
}

.news_03 ul li a {
  width: 100%;
  display: block;
  overflow: visible;
  position: relative;
  z-index: 9;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-start;
}

.news_03 ul li .more3 {
  position: absolute;
  right: 0.36rem;
  top: 50%;
  transform: translateY(-50%);
}

.news_03 ul li .n03_l {
  padding: 0px 0.7rem 0px 0.5rem;
}

.news_03 ul li a {
  color: #fff;
}

.news_03 ul li .n03_r {
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-right: 1rem;
}

.news_03 ul li .p {
  width: 100%;
  overflow: hidden;
}

.news_03 ul li .n03_r .p1 {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-height: 0.768rem;
}

.news_03 ul li .n03_r .p2 {
  color: rgba(255, 255, 255, 0.4);
  margin-top: 0.1rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news_03 ul li:hover::before {
  height: 100%;
}

.news_03 ul li:hover .more3 {
  border: 0.01rem solid rgb(241, 65, 65);
}

.news_03 ul li:hover .more3 b {
  background-image: url("../images/c_03.png");
}

.news_03 ul li:hover .more3::before {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.pagesfr {
  overflow: hidden;
  text-align: center;
}

.pagesfr .c {
  display: inline-block;
}

.pagesfr a {
  display: inline-block;
  float: left;
  margin: 0px 0.05rem;
  line-height: 0.6rem;
  padding: 0px 0.24rem;
  border: 0.01rem solid rgba(188, 200, 237, 0.5);
  border-radius: 0.06rem;
  -webkit-border-radius: 0.06rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  color: rgba(255, 255, 255, 0.8);
  background: linear-gradient(to right, rgb(43, 56, 79), rgba(37, 45, 62, 0.2));
  background: -webkit-linear-gradient(to right, rgb(43, 56, 79), rgba(37, 45, 62, 0.2));
  background: -o-linear-gradient(to right, rgb(43, 56, 79), rgba(37, 45, 62, 0.2));
  background: -moz-linear-gradient(to right, rgb(43, 56, 79), rgba(37, 45, 62, 0.2));
  -o-mask-image: linear-gradient(-111deg, rgb(0, 0, 0) 2%, rgba(0, 0, 0, 0) 98%);
  -moz-mask-image: linear-gradient(-111deg, rgb(0, 0, 0) 2%, rgba(0, 0, 0, 0) 98%);
  -webkit-mask-image: linear-gradient(-111deg, rgb(0, 0, 0) 2%, rgba(0, 0, 0, 0) 98%);
  mask-image: linear-gradient(-111deg, rgb(0, 0, 0) 2%, rgba(0, 0, 0, 0) 98%);
}

.pagesfr a.a1 {
  padding: 0px;
}

.pagesfr a.a1::before {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  background: url("../images/c_06.svg") 50% no-repeat;
  background-size: 0.08rem;
  position: relative;
  z-index: 9;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.pagesfr a.a2 {
  padding: 0px;
}

.pagesfr a.a2::before {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  background: url("../images/c_06.svg") 50% no-repeat;
  background-size: 0.08rem;
  position: relative;
  z-index: 9;
  transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}

.pagesfr a:hover {
  border: 0.01rem solid rgb(241, 65, 65);
  background: linear-gradient(to right, rgba(105, 16, 16, 0.5), rgba(105, 17, 17, 0.1));
  background: -webkit-linear-gradient(to right, rgba(105, 16, 16, 0.5), rgba(105, 17, 17, 0.1));
  background: -o-linear-gradient(to right, rgba(105, 16, 16, 0.5), rgba(105, 17, 17, 0.1));
  background: -moz-linear-gradient(to right, rgba(105, 16, 16, 0.5), rgba(105, 17, 17, 0.1));
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-mask-image: linear-gradient(-111deg, rgb(0, 0, 0) 100%, rgba(0, 0, 0, 0) 0%);
  -moz-mask-image: linear-gradient(-111deg, rgb(0, 0, 0) 100%, rgba(0, 0, 0, 0) 0%);
  -webkit-mask-image: linear-gradient(-111deg, rgb(0, 0, 0) 100%, rgba(0, 0, 0, 0) 0%);
  mask-image: linear-gradient(-111deg, rgb(0, 0, 0) 100%, rgba(0, 0, 0, 0) 0%);
}

.pagesfr span {
  float: left;
  display: inline-block;line-height:.5rem;
}

.pagesfr span.sp2 {
  float: left;
  display: inline-block;
  margin: 0px 0.05rem;
  line-height: 0.6rem;
  padding: 0px 0.24rem;
  border: 0.01rem solid rgba(188, 200, 237, 0.5);
  border-radius: 0.06rem;
  -webkit-border-radius: 0.06rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  color: rgba(255, 255, 255, 0.8);
  background: linear-gradient(to right, rgb(43, 56, 79), rgba(37, 45, 62, 0.2));
  background: -webkit-linear-gradient(to right, rgb(43, 56, 79), rgba(37, 45, 62, 0.2));
  background: -o-linear-gradient(to right, rgb(43, 56, 79), rgba(37, 45, 62, 0.2));
  background: -moz-linear-gradient(to right, rgb(43, 56, 79), rgba(37, 45, 62, 0.2));
  -o-mask-image: linear-gradient(-111deg, rgb(0, 0, 0) 2%, rgba(0, 0, 0, 0) 98%);
  -moz-mask-image: linear-gradient(-111deg, rgb(0, 0, 0) 2%, rgba(0, 0, 0, 0) 98%);
  -webkit-mask-image: linear-gradient(-111deg, rgb(0, 0, 0) 2%, rgba(0, 0, 0, 0) 98%);
  mask-image: linear-gradient(-111deg, rgb(0, 0, 0) 2%, rgba(0, 0, 0, 0) 98%);
}

.pagesfr a.on {
  border: 0.01rem solid rgb(241, 65, 65);
  background: linear-gradient(to right, rgba(105, 16, 16, 0.5), rgba(105, 17, 17, 0.1));
  background: -webkit-linear-gradient(to right, rgba(105, 16, 16, 0.5), rgba(105, 17, 17, 0.1));
  background: -o-linear-gradient(to right, rgba(105, 16, 16, 0.5), rgba(105, 17, 17, 0.1));
  background: -moz-linear-gradient(to right, rgba(105, 16, 16, 0.5), rgba(105, 17, 17, 0.1));
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-mask-image: linear-gradient(-111deg, rgb(0, 0, 0) 100%, rgba(0, 0, 0, 0) 0%);
  -moz-mask-image: linear-gradient(-111deg, rgb(0, 0, 0) 100%, rgba(0, 0, 0, 0) 0%);
  -webkit-mask-image: linear-gradient(-111deg, rgb(0, 0, 0) 100%, rgba(0, 0, 0, 0) 0%);
  mask-image: linear-gradient(-111deg, rgb(0, 0, 0) 100%, rgba(0, 0, 0, 0) 0%);
}

.btnempty {
  overflow: hidden;
}

.ab_01 {
  overflow: hidden;
}

.ab01fr {
  width: 100%;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
}

.ab01fr .txt {
  width: calc(52.5% - 1.3rem);
  overflow: hidden;
}

.ab01fr .txt .c {
  width: 100%;
  overflow: hidden;
}

.ab01fr .txt .p {
  width: 100%;
  overflow: hidden;
}

.ab01fr .txt .p1 {
  color: #505a73;
}

.ab01fr .txt .p4 {
  color: #576377;
}

.ab01fr .data {
  width: 47.5%;
  overflow: hidden;
  position: relative;
}

.ab01fr .data ul {
  width: 100%;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.ab01fr .data ul li {
  width: 100%;
  overflow: visible;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0.4rem 0.6rem;
  position: relative;
}

.ab01fr .data ul li .p {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 9;
}

.ab01fr .data ul li .p1 {
  color: #abbedb;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
}

.ab01fr .data ul li .p2 {
  color: #c4cad7;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
}

.ab01fr .data ul li:nth-child(3) {
  background: linear-gradient(240deg, rgba(43, 56, 79, 0.5) 0%, rgba(43, 56, 79, 0) 40%);
  background: -webkit-linear-gradient(240deg, rgba(43, 56, 79, 0.5) 0%, rgba(43, 56, 79, 0) 40%);
  background: -o-linear-gradient(240deg, rgba(43, 56, 79, 0.5) 0%, rgba(43, 56, 79, 0) 40%);
  background: -moz-linear-gradient(240deg, rgba(43, 56, 79, 0.5) 0%, rgba(43, 56, 79, 0) 40%);
}

.ab01fr .data ul li:nth-child(2) {
  background: linear-gradient(60deg, rgba(43, 56, 79, 0.5) 0%, rgba(43, 56, 79, 0) 40%);
  background: -webkit-linear-gradient(60deg, rgba(43, 56, 79, 0.5) 0%, rgba(43, 56, 79, 0) 40%);
  background: -o-linear-gradient(60deg, rgba(43, 56, 79, 0.5) 0%, rgba(43, 56, 79, 0) 40%);
  background: -moz-linear-gradient(60deg, rgba(43, 56, 79, 0.5) 0%, rgba(43, 56, 79, 0) 40%);
}

.ab01fr .data ul li:nth-child(1)::before {
  content: "";
  display: block;
  width: 100%;
  height: 0.01rem;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: linear-gradient(to right, rgba(187, 198, 237, 0), rgba(187, 198, 237, 0.2));
  background: -webkit-linear-gradient(to right, rgba(187, 198, 237, 0), rgba(187, 198, 237, 0.2));
  background: -o-linear-gradient(to right, rgba(187, 198, 237, 0), rgba(187, 198, 237, 0.2));
  background: -moz-linear-gradient(to right, rgba(187, 198, 237, 0), rgba(187, 198, 237, 0.2));
}

.ab01fr .data ul li:nth-child(1)::after {
  content: "";
  display: block;
  width: 0.01rem;
  height: 100%;
  position: absolute;
  right: 0px;
  top: 0px;
  background: linear-gradient(rgba(187, 198, 237, 0), rgba(187, 198, 237, 0.2));
  background: -webkit-linear-gradient(rgba(187, 198, 237, 0), rgba(187, 198, 237, 0.2));
  background: -o-linear-gradient(rgba(187, 198, 237, 0), rgba(187, 198, 237, 0.2));
  background: -moz-linear-gradient(rgba(187, 198, 237, 0), rgba(187, 198, 237, 0.2));
}

.ab01fr .data ul li:nth-child(1) .p {
  text-align: right;
}

.ab01fr .data ul li:nth-child(3) .p {
  text-align: right;
}

.ab01fr .data ul li:nth-child(2)::before {
  content: "";
  display: block;
  width: 100%;
  height: 0.01rem;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: linear-gradient(to right, rgba(187, 198, 237, 0.2), rgba(187, 198, 237, 0));
  background: -webkit-linear-gradient(to right, rgba(187, 198, 237, 0.2), rgba(187, 198, 237, 0));
  background: -o-linear-gradient(to right, rgba(187, 198, 237, 0.2), rgba(187, 198, 237, 0));
  background: -moz-linear-gradient(to right, rgba(187, 198, 237, 0.2), rgba(187, 198, 237, 0));
}

.ab01fr .data ul li:nth-child(3)::after {
  content: "";
  display: block;
  width: 0.01rem;
  height: 100%;
  position: absolute;
  right: 0px;
  top: 0px;
  background: linear-gradient(rgba(187, 198, 237, 0.2), rgba(187, 198, 237, 0));
  background: -webkit-linear-gradient(rgba(187, 198, 237, 0.2), rgba(187, 198, 237, 0));
  background: -o-linear-gradient(rgba(187, 198, 237, 0.2), rgba(187, 198, 237, 0));
  background: -moz-linear-gradient(rgba(187, 198, 237, 0.2), rgba(187, 198, 237, 0));
}

.ab01fr .data ul li:hover .p1 {
  color: #fff;
}

.ab01fr .data ul li:hover .p2 {
  color: #fff;
}

.ab_02 {
  overflow: hidden;
}

.ab02_t {
  width: 100%;
  overflow: hidden;
}

.ab02_t .p {
  width: 100%;
  overflow: hidden;
}

.ab02_t .p1 {
  color: #505a73;
}

.ab02_t .p2 span {
  display: inline-block;
  position: relative;
}

.ab02_t .p2 .tip {
  width: 0.2rem;
  display: block;
  position: absolute;
  right: -0.36rem;
  top: 0.15rem;
}

.ab02_t .p2 .tip img {
  width: 100%;
  display: block;
}

.ab02_c {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-top: 0.8rem;
  min-height: 1rem;
}

.ab02_c .b2 {
  width: 0.82rem;
  height: 0.9rem;
  display: block;
  background: url("../images/ab_02.webp") 50% no-repeat;
  background-size: 100%;
  position: absolute;
  right: 100%;
  top: 0px;
  z-index: 1;
  transition: 1.6s;
  -webkit-transition: 1.6s;
  -o-transition: 1.6s;
  -moz-transition: 1.6s;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.ab02_c .b1 {
  width: calc(100% - 0.82rem - 0.1rem);
  height: 0.3rem;
  background: url("../images/ab_01.webp") 50% no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0px;
  top: 0.32rem;
  z-index: 1;
}

.ab02c_slide {
  width: calc(100% - 0.82rem - 0.1rem);
  overflow: hidden;
  position: relative;
  z-index: 9;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.ab02c_slide .swiper-slide {
  width: 16.6666666667%;
  overflow: hidden;
}

.ab02_c .b2.active {
  right: 0px;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.ab02_c .ab02c_slide.active {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transition-delay: 1.6s;
  -webkit-transition-delay: 1.6s;
  -o-transition-delay: 1.6s;
}

.ab02c_fr {
  width: 100%;
  overflow: hidden;
  cursor: pointer;
}

.ab02c_fr .p {
  width: 100%;
  overflow: hidden;
}

.ab02c_fr .p1::before {
  content: "";
  display: block;
  width: 0.21rem;
  height: 0.29rem;
  background: url("../images/ab_03.webp") 50% no-repeat;
  background-size: 100%;
  margin: 0px auto;
  padding: 0px;
}

.ab02c_fr .p2 {
  height: 0.36rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.ab02c_fr .p2::before {
  content: "";
  display: block;
  width: 0.1rem;
  height: 0.1rem;
  background-color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 0.01rem solid #b2b2b2;
}

.ab02c_fr .p3 {
  text-align: center;
  margin-top: 0.1rem;
  color: #b2b2b2;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
}

.ab02c_fr.active .p1::before {
  background-image: url("../images/ab_04.webp");
}

.ab02c_fr.active .p2::before {
  border: 0.01rem solid #d91010;
  background-color: #d91010;
}

.ab02c_fr:hover .p3 {
  color: #fff;
}

.ab02c_fr.active .p3 {
  color: #d91010;
}

.ab02_b {
  overflow: hidden;
  position: relative;
}

.ab02_b .ab02b_prev {
  width: 0.5rem;
  height: 0.5rem;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  position: absolute;
  left: 0px;
  top: 50%;
  z-index: 999;
  cursor: pointer;
  transform: translateY(-50%);
  margin-top: 0.4rem;
  background: linear-gradient(to right, rgba(178, 178, 178, 0.5), rgba(178, 178, 178, 0));
  background: -webkit-linear-gradient(to right, rgba(178, 178, 178, 0.5), rgba(178, 178, 178, 0));
  background: -o-linear-gradient(to right, rgba(178, 178, 178, 0.5), rgba(178, 178, 178, 0));
  background: -moz-linear-gradient(to right, rgba(178, 178, 178, 0.5), rgba(178, 178, 178, 0));
}

.ab02_b .ab02b_prev b {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  background: url("../images/c_03.png") 50% no-repeat;
  background-size: 0.25rem;
  position: absolute;
  left: 0px;
  top: 0px;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.ab02_b .ab02b_prev:hover {
  background: linear-gradient(to right, rgba(214, 37, 37, 0.5), rgba(214, 37, 37, 0));
  background: -webkit-linear-gradient(to right, rgba(214, 37, 37, 0.5), rgba(214, 37, 37, 0));
  background: -o-linear-gradient(to right, rgba(214, 37, 37, 0.5), rgba(214, 37, 37, 0));
  background: -moz-linear-gradient(to right, rgba(214, 37, 37, 0.5), rgba(214, 37, 37, 0));
}

.ab02_b .ab02b_next {
  width: 0.5rem;
  height: 0.5rem;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  position: absolute;
  right: 0px;
  top: 50%;
  z-index: 999;
  cursor: pointer;
  transform: translateY(-50%);
  margin-top: 0.4rem;
  background: linear-gradient(to right, rgba(178, 178, 178, 0), rgba(178, 178, 178, 0.5));
  background: -webkit-linear-gradient(to right, rgba(178, 178, 178, 0), rgba(178, 178, 178, 0.5));
  background: -o-linear-gradient(to right, rgba(178, 178, 178, 0), rgba(178, 178, 178, 0.5));
  background: -moz-linear-gradient(to right, rgba(178, 178, 178, 0), rgba(178, 178, 178, 0.5));
}

.ab02_b .ab02b_next b {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  background: url("../images/c_03.png") 50% no-repeat;
  background-size: 0.25rem;
  position: absolute;
  left: 0px;
  top: 0px;
}

.ab02_b .ab02b_next:hover {
  background: linear-gradient(to right, rgba(214, 37, 37, 0), rgba(214, 37, 37, 0.5));
  background: -webkit-linear-gradient(to right, rgba(214, 37, 37, 0), rgba(214, 37, 37, 0.5));
  background: -o-linear-gradient(to right, rgba(214, 37, 37, 0), rgba(214, 37, 37, 0.5));
  background: -moz-linear-gradient(to right, rgba(214, 37, 37, 0), rgba(214, 37, 37, 0.5));
}

.ab02b_slide {
  width: 100%;
  overflow: hidden;
}

.ab02b_slide .swiper-slide {
  width: 100%;
  overflow: hidden;
}

.ab02bfr {
  width: calc(100% - 3.8rem);
  overflow: hidden;
  position: relative;
  display: flex;
  display: -webkit-flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0px auto;
  padding: 0px;
  padding-top: 0.8rem;
}

.ab02bfr .img {
  width: 32.5%;
  overflow: hidden;
  position: relative;
  border-radius: 0.08rem;
  -webkit-border-radius: 0.08rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
}

.ab02bfr .img img {
  width: 100%;
  display: block;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
}

.ab02bfr .img img.img2 {
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0px;
  top: 0px;
}

.ab02bfr .txt {
  width: calc(67.5% - 1.04rem);
  overflow: visible;
  position: relative;
}

.ab02bfr .txt .p {
  width: 100%;
  overflow: hidden;
}

.ab02bfr .txt .p1 {
  overflow: visible;
  margin-top: 0rem;
  line-height: 0.8;
}

.ab02bfr .txt .p1 span {
  display: inline-block;
  color: #272d39;
  position: relative;
}

.ab02bfr .txt .p1 span i {
  display: inline-block;
  position: relative;
  z-index: 9;
  text-shadow: 0px 0px 1.11rem rgb(61, 80, 114);
}

.ab02bfr .txt .p2 {
  position: relative;
  margin-top: -0.1rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  max-width: 100%;
}

.ab02bfr:hover .img img.img2 {
  transform: scale(1.05);
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
}

.tipfr {
  display: inline-block;
  padding: 0.15rem 0.2rem;
  border: 1px solid #4d5360;
  border-radius: 0.06rem;
  -webkit-border-radius: 0.06rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  background: linear-gradient(to right, rgba(37, 45, 63, 0.5), rgb(43, 57, 81));
  background: -webkit-linear-gradient(to right, rgba(37, 45, 63, 0.5), rgb(43, 57, 81));
  background: -o-linear-gradient(to right, rgba(37, 45, 63, 0.5), rgb(43, 57, 81));
  background: -moz-linear-gradient(to right, rgba(37, 45, 63, 0.5), rgb(43, 57, 81));
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 999;
  display: none;
}

.ab_03 {
  overflow: hidden;
}

.ab02_t {
  position: relative;
}

.ab02_t ul {
  position: absolute;
  right: 0px;
  bottom: 0.14rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-end;
}

.ab02_t ul li {
  display: inline-block;
  background: url("../images/ab_05.webp") 50% no-repeat;
  background-size: 100% 100%;
  color: #fff;
  width: 2rem;
  height: 0.6rem;
  text-align: center;
  line-height: 0.6rem;
  margin-left: 0.5rem;
  cursor: pointer;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
}

.ab02_t ul li:first-child {
  margin-left: 0px;
}

.ab02_t ul li label {
  display: inline-block;
  cursor: pointer;
}

.ab02_t ul li label:hover {
  color: #e12929;
}

.ab02_t ul li.active {
  background-image: url("../images/ab_06.webp");
}

.ab02_t ul li.active label:hover {
  color: #fff;
}

.ab02_t ul li:hover {
  background-image: url("../images/ab_06.webp");
}

.ab02_t ul li:hover label:hover {
  color: #fff;
}

.ab03_c {
  width: 100%;
  overflow: hidden;
}

.ab03c_c {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: url("../images/c_04.webp") 50% no-repeat;
  background-size: 100% 100%;
}

.ab03c_c .nr {
  width: 100%;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  align-items: flex-start;
  justify-content: space-between;
}

.ab03c_c .img {
  width: 35.63%;
  overflow: hidden;
  position: relative;
  border-radius: 0.12rem;
  -webkit-border-radius: 0.12rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
}

.ab03c_c .img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
}

.ab03c_c .img .c {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
}

.ab03c_c .img img.img2 {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
  opacity: 0;
}

.ab03c_c .img img.img2:nth-child(1) {
  opacity: 1;
}

.ab03c_c .txt {
  width: 64.37%;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: flex;
  display: -webkit-flex;
  align-items: flex-start;
  justify-content: center;
  padding: 0.8rem;
  position: relative;
  min-height: 4.64rem;
}

.ab03c_c .txt::before {
  content: "";
  display: block;
  width: 4.64rem;
  height: 4.64rem;
  background: url("../upimg/logo_01.svg") 50% no-repeat;
  background-size: 100%;
  position: absolute;
  left: -1rem;
  top: 0.01rem;
  pointer-events: none;
  z-index: 1;
}

.ab03c_c .txt .c {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 9;
}

.ab03c_c .txt .p {
  width: 100%;
  overflow: hidden;
}

.ab03c_c .txt .p1 {
  color: #fff;
}

.ab03c_c .txt .p2 ul li {
  width: 100%;
  overflow: hidden;
  border-bottom: 0.01rem dashed #515764;
  padding: 0.3rem 0px;
}

.ab03c_c .txt .p2 ul li a {
  width: calc(100% - 0.5rem);
  display: block;
  margin: 0px auto;
  padding: 0px;
  position: relative;
  padding-left: 0.25rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.ab03c_c .txt .p2 ul li span {
  width: 100%;
  display: block;
  overflow: hidden;
  color: #fff;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.ab03c_c .txt .p2 ul li a::before {
  content: "";
  display: block;
  width: 0.1rem;
  height: 0.1rem;
  background-color: #d91010;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  position: absolute;
  left: 0px;
  top: 0.11rem;
}

.ab03c_c .txt .p2 ul li:hover span {
  color: #d91010;
}

.ab03c_c .img:hover img.img2 {
  transform: scale(1.03);
  -moz-transform: scale(1.03);
  -webkit-transform: scale(1.03);
}

.ab_04 {
  overflow: hidden;
}

.ab04_t {
  width: 100%;
  overflow: hidden;
}

.ab04_t ul {
  width: 100%;
  overflow: visible;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0.5rem;
}

.ab04_t ul li {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  background: url("../images/ab_07.webp") 50% no-repeat;
  background-size: 100% 100%;
  padding: 0.4rem 0.5rem;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
}

.ab04_t ul li .c {
  width: 100%;
  overflow: hidden;
}

.ab04_t ul li .p {
  width: 100%;
  overflow: hidden;
}

.ab04_t ul li .p1 {
  text-align: center;
}

.ab04_t ul li .p1 label {
  display: inline-block;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.ab04_t ul li .p1 label img {
  display: block;
  height: 0.37rem;
  margin-right: 0.16rem;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
}

.ab04_t ul li .p2 {
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
}

.ab04_t ul li:hover {
  transform: translateY(-0.1rem);
}

.ab04_t ul li:hover .p1 label img {
  transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
}

.ab04_c {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.ab04c_bg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  pointer-events: none;
  border-radius: 0.12rem;
  -webkit-border-radius: 0.12rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
}

.ab04c_bg img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
}

.ab04c_bg img.img2 {
  z-index: 2;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.ab04c_bg img.img3 {
  z-index: 3;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.ab04c_bg img.img4 {
  z-index: 4;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.ab04c_bg img.img5 {
  z-index: 5;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.ab04c_bg img.img6 {
  z-index: 6;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.ab04c_bg::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.6);
}

.ab04c_c {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 9;
}

.ab04c_c .b1 {
  width: 100%;
  height: 1px;
  display: block;
  overflow: hidden;
  background-color: #afb7cc;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}

.ab04c_c .b2 {
  width: 1px;
  height: 100%;
  display: block;
  overflow: hidden;
  background-color: #afb7cc;
  position: absolute;
  left: 33.3333%;
  top: 0px;
  z-index: 0;
  z-index: 3;
}

.ab04c_c .b3 {
  width: 1px;
  height: 100%;
  display: block;
  overflow: hidden;
  background-color: #afb7cc;
  position: absolute;
  left: 66.6666%;
  top: 0px;
  z-index: 0;
  z-index: 3;
}

.ab04c_c .b4 {
  width: 0.3rem;
  height: 0.3rem;
  display: block;
  position: absolute;
  left: 33.3333%;
  top: 50%;
  transform: translate(-0.15rem, -0.15rem);
  z-index: 4;
}

.ab04c_c .b4::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #f82c2d;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.ab04c_c .b4::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #f82c2d;
  position: absolute;
  left: 50%;
  top: 0%;
  transform: translateX(-50%);
}

.ab04c_c .b5 {
  width: 0.3rem;
  height: 0.3rem;
  display: block;
  position: absolute;
  left: 66.6666%;
  top: 50%;
  transform: translate(-0.14rem, -0.14rem);
  z-index: 4;
}

.ab04c_c .b5::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #f82c2d;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.ab04c_c .b5::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #f82c2d;
  position: absolute;
  left: 50%;
  top: 0%;
  transform: translateX(-50%);
}

.ab04c_c ul {
  width: 100%;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.ab04c_c ul li {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 9;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.ab04c_c ul li::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 1;
  background: linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.8));
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.8));
  background: -o-linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.8));
  background: -moz-linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.8));
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
  height: 0px;
}

.ab04c_c ul li::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.06rem;
  overflow: hidden;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 2;
  background-color: #980b0b;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
  height: 0px;
}

.ab04c_c ul li img {
  width: 100%;
  display: block;
}

.ab04c_c ul li .txt {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 9;
}

.ab04c_c ul li .txt .c {
  display: inline-block;
  text-align: center;
}

.ab04c_c ul li .txt .txt_hid {
  display: none;
}

.ab04c_c ul li.active::before {
  height: 100%;
}

.ab04c_c ul li.active::after {
  height: 0.06rem;
}

.ab04c_c ul li.noactive .txt .txt_hid {
  display: block;
}

.ab_05 {
  overflow: hidden;
}

.ab05_t {
  width: 100%;
  overflow: visible;
}

.ab05_t ul {
  width: 100%;
  overflow: visible;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0.2rem;
}

.ab05_t ul li {
  width: 100%;
  overflow: hidden;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
}

.ab05_t ul li img {
  width: 100%;
  display: block;
}

.ab05_t ul li:hover {
  transform: translateY(-0.05rem);
}

.ab05_c {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 9;
}

.ab05_c .b1 {
  width: 0.2rem;
  height: 1px;
  display: block;
  pointer-events: none;
}

.ab05c_slide {
  width: 100%;
  overflow: hidden;
}

.ab05c_slide .swiper-slide {
  width: 3.38rem;
  overflow: hidden;
}

.ab05c_slide .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}

:root {
  --ab05c_h:auto;
}

.ab05c_txt {
  width: 100%;
  overflow: hidden;
  background: url("../images/ab_08.webp") 50% no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0.3rem 0.6rem;
  min-height: var(--ab05c_h);
}

.ab05c_txt .p {
  width: 100%;
  overflow: hidden;
}

.ab05c_txt .p1 {
  text-align: center;
  color: #c9af93;
}

.ab05c_txt .p2 {
  text-align: center;
}

.ab05c_txt .c {
  width: 100%;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
}

.ab05c_txt:hover .c {
  transform: translateY(-0.05rem);
}

.ser_01 {
  overflow: hidden;
}

.ser01_c {
  width: 100%;
  overflow: hidden;
}

.ser01_c ul {
  width: 100%;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 0.3rem;
}

.ser01_c ul li {
  width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 0px 0px 0.12rem 0.12rem;
  -webkit-border-radius: 0px 0px 0.12rem 0.12rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
}

.ser01_c ul li .bg {
  width: 100%;
  overflow: hidden;
  position: relative;
  pointer-events: none;
}

.ser01_c ul li .bg img {
  width: 100%;
  display: block;
}

.ser01_c ul li .bg::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/ser_01_on.webp") 100% 100% no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 9;
}

.ser01_c ul li .txt {
  width: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 9;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0.3rem 0.3rem;
}

.ser01_c ul li .txt .p {
  width: 100%;
  overflow: hidden;
}

.ser01_c ul li .txt .p1 img {
  display: block;
  height: 0.42rem;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
}

.ser01_c ul li .txt .p3 {
  color: rgba(255, 255, 255, 0.8);
}

.ser01_c ul li::before {
  content: "";
  display: block;
  width: 100%;
  height: 0rem;
  background-color: #e12929;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 2;
  pointer-events: none;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
}

.ser01_c ul li:hover::before {
  height: 0.1rem;
}

.ser01_c ul li:hover .p1 img {
  transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
}

.ser_02 {
  overflow: hidden;
}

.ser02_c {
  width: 100%;
  overflow: visible;
  position: relative;
}

.ser02c_01 {
  width: 37.38%;
  overflow: visible;
  position: relative;
  margin: 0px auto;
  padding: 0px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.ser02c_01 .ser02c_t {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.ser02c_01 img {
  width: 100%;
  display: block;
}

.ser02c_01 img.img1 {
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0px;
  top: 0px;
}

.ser02c_01 .c {
  width: 62.88%;
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  transform: translate(-50%, -50%);
  z-index: 9;
}

.ser02c_01 .c img.img2 {
  position: absolute;
  left: 0px;
  top: 0px;
  object-fit: cover;
}

.ser02c_01 .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
}

.ser02c_01 .img img {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
}

.ser02c_01 .img img.active {
  display: block;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
}

.ser02c_01 .txt {
  width: 100%;
  height: 100%;
  overflow: visible;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 9;
}

.ser02c_01 .txt1 ul li {
  position: absolute;
  width: 4.47rem;
  height: 0.99rem;
  cursor: pointer;
  background: url("../images/ser_03.webp") 50% no-repeat;
  background-size: 100% 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
  overflow: visible;
}

.ser02c_01 .txt1 ul li .nr {
  display: inline-block;
}

.ser02c_01 .txt1 ul li::before {
  content: "";
  display: block;
  width: 0.19rem;
  height: 0.19rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  border: 2px solid #e12929;
  position: absolute;
}

.ser02c_01 .txt1 ul li:hover {
  background: url("../images/ser_04.webp") 50% no-repeat;
  background-size: 100% 100%;
}

.ser02c_01 .txt1 ul li.active {
  background: url("../images/ser_04.webp") 50% no-repeat;
  background-size: 100% 100%;
}

.ser02c_01 .txt1 ul li.li_up {
  top: -1.04rem;
  left: 50%;
  transform: translateX(-50%);
}

.ser02c_01 .txt1 ul li.li_up .nr {
  text-align: center;
}

.ser02c_01 .txt1 ul li.li_up::before {
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.095rem;
}

.ser02c_01 .txt1 ul li.li_left_01 {
  left: -4.07rem;
  top: 15.38%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-end;
}

.ser02c_01 .txt1 ul li.li_left_01 .nr {
  text-align: right;
  margin-right: 0.4rem;
}

.ser02c_01 .txt1 ul li.li_left_01::before {
  right: -0.095rem;
  top: 50%;
  margin-top: -0.095rem;
}

.ser02c_01 .txt1 ul li.li_left_02 {
  left: -4.46rem;
  top: 41.81%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-end;
}

.ser02c_01 .txt1 ul li.li_left_02 .nr {
  text-align: right;
  margin-right: 0.4rem;
}

.ser02c_01 .txt1 ul li.li_left_02::before {
  right: -0.095rem;
  top: 50%;
  margin-top: -0.095rem;
}

.ser02c_01 .txt1 ul li.li_left_03 {
  left: -4.07rem;
  top: 68.23%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-end;
}

.ser02c_01 .txt1 ul li.li_left_03 .nr {
  text-align: right;
  margin-right: 0.4rem;
}

.ser02c_01 .txt1 ul li.li_left_03::before {
  right: -0.095rem;
  top: 50%;
  margin-top: -0.095rem;
}

.ser02c_01 .txt1 ul li.li_right_01 {
  right: -4.07rem;
  top: 15.38%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-start;
}

.ser02c_01 .txt1 ul li.li_right_01 .nr {
  text-align: left;
  margin-left: 0.4rem;
}

.ser02c_01 .txt1 ul li.li_right_01::before {
  left: -0.095rem;
  top: 50%;
  margin-top: -0.095rem;
}

.ser02c_01 .txt1 ul li.li_right_02 {
  right: -4.46rem;
  top: 41.81%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-start;
}

.ser02c_01 .txt1 ul li.li_right_02 .nr {
  text-align: left;
  margin-left: 0.4rem;
}

.ser02c_01 .txt1 ul li.li_right_02::before {
  left: -0.095rem;
  top: 50%;
  margin-top: -0.095rem;
}

.ser02c_01 .txt1 ul li.li_right_03 {
  right: -4.07rem;
  top: 68.23%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-start;
}

.ser02c_01 .txt1 ul li.li_right_03 .nr {
  text-align: left;
  margin-left: 0.4rem;
}

.ser02c_01 .txt1 ul li.li_right_03::before {
  left: -0.095rem;
  top: 50%;
  margin-top: -0.095rem;
}

.ser02c_01 .txt2 ul li {
  position: absolute;
  width: 4.47rem;
  height: 0.99rem;
  cursor: pointer;
  background: url("../images/ser_03.webp") 50% no-repeat;
  background-size: 100% 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
  overflow: visible;
}

.ser02c_01 .txt2 ul li .nr {
  display: inline-block;
}

.ser02c_01 .txt2 ul li::before {
  content: "";
  display: block;
  width: 0.19rem;
  height: 0.19rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  border: 2px solid #e12929;
  position: absolute;
}

.ser02c_01 .txt2 ul li:hover {
  background: url("../images/ser_04.webp") 50% no-repeat;
  background-size: 100% 100%;
}

.ser02c_01 .txt2 ul li.active {
  background: url("../images/ser_04.webp") 50% no-repeat;
  background-size: 100% 100%;
}

.ser02c_01 .txt2 ul li.li_up {
  top: -1.04rem;
  left: 50%;
  transform: translateX(-50%);
}

.ser02c_01 .txt2 ul li.li_up .nr {
  text-align: center;
}

.ser02c_01 .txt2 ul li.li_up::before {
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.095rem;
}

.ser02c_01 .txt2 ul li.li_left_01 {
  left: -3.81rem;
  top: 7.86%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-end;
}

.ser02c_01 .txt2 ul li.li_left_01 .nr {
  text-align: right;
  margin-right: 0.4rem;
}

.ser02c_01 .txt2 ul li.li_left_01::before {
  right: -0.095rem;
  top: 50%;
  margin-top: -0.095rem;
}

.ser02c_01 .txt2 ul li.li_left_02 {
  left: -4.48rem;
  top: 29.93%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-end;
}

.ser02c_01 .txt2 ul li.li_left_02 .nr {
  text-align: right;
  margin-right: 0.4rem;
}

.ser02c_01 .txt2 ul li.li_left_02::before {
  right: -0.095rem;
  top: 50%;
  margin-top: -0.095rem;
}

.ser02c_01 .txt2 ul li.li_left_03 {
  left: -4.48rem;
  top: 52.01%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-end;
}

.ser02c_01 .txt2 ul li.li_left_03 .nr {
  text-align: right;
  margin-right: 0.4rem;
}

.ser02c_01 .txt2 ul li.li_left_03::before {
  right: -0.095rem;
  top: 50%;
  margin-top: -0.095rem;
}

.ser02c_01 .txt2 ul li.li_left_04 {
  left: -3.87rem;
  top: 74.08%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-end;
}

.ser02c_01 .txt2 ul li.li_left_04 .nr {
  text-align: right;
  margin-right: 0.4rem;
}

.ser02c_01 .txt2 ul li.li_left_04::before {
  right: -0.095rem;
  top: 50%;
  margin-top: -0.095rem;
}

.ser02c_01 .txt2 ul li.li_right_01 {
  right: -3.81rem;
  top: 7.86%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-start;
}

.ser02c_01 .txt2 ul li.li_right_01 .nr {
  text-align: left;
  margin-left: 0.4rem;
}

.ser02c_01 .txt2 ul li.li_right_01::before {
  left: -0.095rem;
  top: 50%;
  margin-top: -0.095rem;
}

.ser02c_01 .txt2 ul li.li_right_02 {
  right: -4.48rem;
  top: 29.93%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-start;
}

.ser02c_01 .txt2 ul li.li_right_02 .nr {
  text-align: left;
  margin-left: 0.4rem;
}

.ser02c_01 .txt2 ul li.li_right_02::before {
  left: -0.095rem;
  top: 50%;
  margin-top: -0.095rem;
}

.ser02c_01 .txt2 ul li.li_right_03 {
  right: -4.48rem;
  top: 52.01%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-start;
}

.ser02c_01 .txt2 ul li.li_right_03 .nr {
  text-align: left;
  margin-left: 0.4rem;
}

.ser02c_01 .txt2 ul li.li_right_03::before {
  left: -0.095rem;
  top: 50%;
  margin-top: -0.095rem;
}

.ser02c_01 .txt2 ul li.li_right_04 {
  right: -3.87rem;
  top: 74.08%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-start;
}

.ser02c_01 .txt2 ul li.li_right_04 .nr {
  text-align: left;
  margin-left: 0.4rem;
}

.ser02c_01 .txt2 ul li.li_right_04::before {
  left: -0.095rem;
  top: 50%;
  margin-top: -0.095rem;
}

.ser02c_01 .txt3 ul li {
  position: absolute;
  width: 4.47rem;
  height: 0.99rem;
  cursor: pointer;
  background: url("../images/ser_03.webp") 50% no-repeat;
  background-size: 100% 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
  overflow: visible;
}

.ser02c_01 .txt3 ul li .nr {
  display: inline-block;
}

.ser02c_01 .txt3 ul li::before {
  content: "";
  display: block;
  width: 0.19rem;
  height: 0.19rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  border: 2px solid #e12929;
  position: absolute;
}

.ser02c_01 .txt3 ul li:hover {
  background: url("../images/ser_04.webp") 50% no-repeat;
  background-size: 100% 100%;
}

.ser02c_01 .txt3 ul li.active {
  background: url("../images/ser_04.webp") 50% no-repeat;
  background-size: 100% 100%;
}

.ser02c_01 .txt3 ul li.li_down {
  bottom: -1.04rem;
  left: 50%;
  transform: translateX(-50%);
}

.ser02c_01 .txt3 ul li.li_down .nr {
  text-align: center;
}

.ser02c_01 .txt3 ul li.li_down::before {
  left: 50%;
  transform: translateX(-50%);
  top: -0.095rem;
}

.ser02c_01 .txt3 ul li.li_left_01 {
  left: -3.81rem;
  top: 7.86%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-end;
}

.ser02c_01 .txt3 ul li.li_left_01 .nr {
  text-align: right;
  margin-right: 0.4rem;
}

.ser02c_01 .txt3 ul li.li_left_01::before {
  right: -0.095rem;
  top: 50%;
  margin-top: -0.095rem;
}

.ser02c_01 .txt3 ul li.li_left_02 {
  left: -4.48rem;
  top: 29.93%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-end;
}

.ser02c_01 .txt3 ul li.li_left_02 .nr {
  text-align: right;
  margin-right: 0.4rem;
}

.ser02c_01 .txt3 ul li.li_left_02::before {
  right: -0.095rem;
  top: 50%;
  margin-top: -0.095rem;
}

.ser02c_01 .txt3 ul li.li_left_03 {
  left: -4.48rem;
  top: 52.01%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-end;
}

.ser02c_01 .txt3 ul li.li_left_03 .nr {
  text-align: right;
  margin-right: 0.4rem;
}

.ser02c_01 .txt3 ul li.li_left_03::before {
  right: -0.095rem;
  top: 50%;
  margin-top: -0.095rem;
}

.ser02c_01 .txt3 ul li.li_left_04 {
  left: -3.87rem;
  top: 74.08%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-end;
}

.ser02c_01 .txt3 ul li.li_left_04 .nr {
  text-align: right;
  margin-right: 0.4rem;
}

.ser02c_01 .txt3 ul li.li_left_04::before {
  right: -0.095rem;
  top: 50%;
  margin-top: -0.095rem;
}

.ser02c_01 .txt3 ul li.li_right_01 {
  right: -3.81rem;
  top: 7.86%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-start;
}

.ser02c_01 .txt3 ul li.li_right_01 .nr {
  text-align: left;
  margin-left: 0.4rem;
}

.ser02c_01 .txt3 ul li.li_right_01::before {
  left: -0.095rem;
  top: 50%;
  margin-top: -0.095rem;
}

.ser02c_01 .txt3 ul li.li_right_02 {
  right: -4.48rem;
  top: 29.93%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-start;
}

.ser02c_01 .txt3 ul li.li_right_02 .nr {
  text-align: left;
  margin-left: 0.4rem;
}

.ser02c_01 .txt3 ul li.li_right_02::before {
  left: -0.095rem;
  top: 50%;
  margin-top: -0.095rem;
}

.ser02c_01 .txt3 ul li.li_right_03 {
  right: -4.48rem;
  top: 52.01%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-start;
}

.ser02c_01 .txt3 ul li.li_right_03 .nr {
  text-align: left;
  margin-left: 0.4rem;
}

.ser02c_01 .txt3 ul li.li_right_03::before {
  left: -0.095rem;
  top: 50%;
  margin-top: -0.095rem;
}

.ser02c_01 .txt3 ul li.li_right_04 {
  right: -3.87rem;
  top: 74.08%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-start;
}

.ser02c_01 .txt3 ul li.li_right_04 .nr {
  text-align: left;
  margin-left: 0.4rem;
}

.ser02c_01 .txt3 ul li.li_right_04::before {
  left: -0.095rem;
  top: 50%;
  margin-top: -0.095rem;
}

.txtslidefr {
  width: 100%;
  overflow: visible;
  padding-top: 0.3rem;
}

.txtslide {
  width: 4.47rem;
  overflow: visible;
  height: 0.99rem;
  margin: 0px auto;
  padding: 0px;
}

.txtslide .swiper-slide {
  width: 4.47rem;
  overflow: visible;
}

.txtslide .swiper-slide .txtfr {
  position: absolute;
  width: 4.47rem;
  height: 0.99rem;
  cursor: pointer;
  background: url("../images/ser_03.webp") 50% no-repeat;
  background-size: 100% 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
  overflow: visible;
}

.txtslide .swiper-slide .txtfr .nr {
  display: inline-block;
}

.txtslide .swiper-slide .txtfr::before {
  content: "";
  display: block;
  width: 0.19rem;
  height: 0.19rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  border: 2px solid #e12929;
  position: absolute;
  top: -0.095rem;
  left: 50%;
  margin-left: -0.095rem;
}

.txtslide .swiper-slide-active .txtfr {
  background: url("../images/ser_04.webp") 50% no-repeat;
  background-size: 100% 100%;
}

.ser_03 {
  overflow: hidden;
}

.ser03_t {
  width: 100%;
  overflow: hidden;
}

.ser03_c {
  width: 100%;
  overflow: visible;
}

.ser03_c ul {
  width: 100%;
  overflow: visible;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}

.ser03_c ul li {
  width: calc((100% - 1.5rem) / 4);
  position: relative;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
}

.ser03_c ul li.li1 {
  width: 0.5rem;
  overflow: hidden;
  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;
}

.ser03_c ul li.li1 .c {
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.ser03_c ul li.li1 img {
  width: 0.3rem;
  display: block;
}

.ser03_c ul li .bg {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  pointer-events: none;
}

.ser03_c ul li .bg img {
  width: 100%;
  display: block;
}

.ser03_c ul li .txt {
  width: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 9;
  height: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0px 0.3rem;
}

.ser03_c ul li .txt .p {
  width: 100%;
  overflow: hidden;
}

.ser03_c ul li .txt .p1 {
  text-align: center;
  line-height: 1.6;
  margin-top: 0.2rem;
}

.ser03_c ul li .txt .p2 {
  margin-top: 0.3rem;
}

.ser03_c ul li .txt .p3 {
  color: rgba(255, 255, 255, 0.8);
  margin-top: 0.2rem;
}

.ser03_c ul li:hover {
  transform: translateY(-0.1rem) !important;
}

.ser_04 {
  overflow: hidden;
}

.ser04_c {
  width: 100%;
  overflow: hidden;
  background-color: #2e3a4f;
  border-radius: 0.08rem;
  -webkit-border-radius: 0.08rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  padding: 0.1rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.ser04_c .p {
  width: 100%;
  overflow: hidden;
}

.ser04_c .pt table {
  width: 100%;
  overflow: hidden;
}

.ser04_c .pt table tr:first-child {
  background-color: #262b38;
  border-radius: 0.08rem;
  -webkit-border-radius: 0.08rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
}

.ser04_c .pt table tr:first-child td:first-child {
  border-radius: 0.08rem 0px 0px 0.08rem;
  -webkit-border-radius: 0.08rem 0px 0px 0.08rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
}

.ser04_c .pt table tr:first-child td:last-child {
  border-radius: 0px 0.08rem 0.08rem 0px;
  -webkit-border-radius: 0px 0.08rem 0.08rem 0px;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
}

.ser04_c .pt table tr:first-child td {
  border-bottom: 0px;
}

.ser04_c .pt table tr td {
  width: 100%;
  overflow: hidden;
  padding: 0.2rem;
  border-bottom: 0.01rem dashed #495f82;
  vertical-align: top;
}

.ser04_c .pt table tr td:first-child {
  width: 20%;
}

.ser04_c .pb {
  padding: 0.2rem 0px;
  color: #e12929;
  padding-left: 0.2rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.ser04_c .pa {
  text-align: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.ser04_c .pa a {
  margin: 0px auto;
  padding: 0px;
}

.ser04_c .ptable1 table {
  width: 100%;
  overflow: hidden;
}

.ser04_c .ptable1 table tr:first-child {
  background-color: #262b38;
  border-radius: 0.08rem;
  -webkit-border-radius: 0.08rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
}

.ser04_c .ptable1 table tr:first-child td:first-child {
  border-radius: 0.08rem 0px 0px 0.08rem;
  -webkit-border-radius: 0.08rem 0px 0px 0.08rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
}

.ser04_c .ptable1 table tr:first-child td:last-child {
  border-radius: 0px 0.08rem 0.08rem 0px;
  -webkit-border-radius: 0px 0.08rem 0.08rem 0px;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
}

.ser04_c .ptable1 table tr:first-child td {
  border-bottom: 0px;
}

.ser04_c .ptable1 table tr td {
  overflow: hidden;
  padding: 0.2rem;
  border-bottom: 0.01rem dashed #495f82;
}

.ser_05 {
  overflow: hidden;
}

.ser_05 ul {
  width: 100%;
  overflow: visible;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0.5rem;
}

.ser_05 ul li {
  width: 100%;
  overflow: hidden;
  position: relative;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
}

.ser_05 ul li .bg {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.ser_05 ul li .bg img {
  width: 100%;
  display: block;
}

.ser_05 ul li .txt {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 9;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0px 0.45rem;
}

.ser_05 ul li .txt .c {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.ser_05 ul li .txt .p {
  width: 100%;
  overflow: hidden;
}

.ser_05 ul li .txt .p1 {
  color: #fff;
}

.ser_05 ul li .txt .p2 {
  margin-top: 0.2rem;
  color: rgba(255, 255, 255, 0.8);
}

.ser_05 ul li .txt .more4 {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  height: 0.6rem;
  text-align: center;
  line-height: 0.6rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 0.6rem;
  -webkit-border-radius: 0.6rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  color: #fff;
  border: 1px solid #f14141;
  background: linear-gradient(to right, rgb(105, 16, 16), rgba(105, 16, 16, 0));
  background: -webkit-linear-gradient(to right, rgb(105, 16, 16), rgba(105, 16, 16, 0));
  background: -o-linear-gradient(to right, rgb(105, 16, 16), rgba(105, 16, 16, 0));
  background: -moz-linear-gradient(to right, rgb(105, 16, 16), rgba(105, 16, 16, 0));
}

.ser_05 ul li .txt .more4 span {
  display: inline-block;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  color: #fff;
}

.ser_05 ul li .txt .more4:hover {
  border: 1px solid #f14141;
  background: linear-gradient(to right, rgb(105, 16, 16), rgb(105, 16, 16));
  background: -webkit-linear-gradient(to right, rgb(105, 16, 16), rgb(105, 16, 16));
  background: -o-linear-gradient(to right, rgb(105, 16, 16), rgb(105, 16, 16));
  background: -moz-linear-gradient(to right, rgb(105, 16, 16), rgb(105, 16, 16));
}

.ser_05 ul li:hover {
  transform: translateY(-0.05rem);
}

.ser_06 {
  overflow: hidden;
  position: relative;
}

.ser06_c {
  width: 100%;
  overflow: visible;
  position: relative;
}

.ser06_c .b1 {
  width: 1.55rem;
  height: 1px;
  pointer-events: none;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
}

.ser06c_slide {
  width: 55%;
  overflow: visible;
  margin: 0px auto;
  padding: 0px;
}

.ser06c_slide .swiper-slide {
  width: 100%;
  overflow: hidden;
}

.ser06c_slide .swiper-slide a {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 0.1rem;
  -webkit-border-radius: 0.1rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
}

.ser06c_slide .swiper-slide .p {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.ser06c_slide .swiper-slide .img img {
  width: 100%;
  display: block;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
}

.ser06c_slide .swiper-slide .img .img2 {
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0px;
  top: 0px;
}

.ser06c_slide .swiper-slide .txt {
  width: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  bottom: -2rem;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center;
  padding: 0.2rem;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
  transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.ser06c_slide .swiper-slide-active .txt {
  bottom: 0px;
}

.ser06c_slide .swiper-slide:hover .img img {
  transform: scale(1.05);
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
}

.ser06_c .ser06c_prev {
  width: 0.5rem;
  height: 0.5rem;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  position: absolute;
  left: 2.555rem;
  top: 50%;
  z-index: 999;
  cursor: pointer;
  transform: translateY(-50%);
  margin-top: 0.4rem;
  background: linear-gradient(to right, rgba(178, 178, 178, 0.5), rgba(178, 178, 178, 0));
  background: -webkit-linear-gradient(to right, rgba(178, 178, 178, 0.5), rgba(178, 178, 178, 0));
  background: -o-linear-gradient(to right, rgba(178, 178, 178, 0.5), rgba(178, 178, 178, 0));
  background: -moz-linear-gradient(to right, rgba(178, 178, 178, 0.5), rgba(178, 178, 178, 0));
}

.ser06_c .ser06c_prev b {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  background: url("../images/c_03.png") 50% no-repeat;
  background-size: 0.25rem;
  position: absolute;
  left: 0px;
  top: 0px;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.ser06_c .ser06c_prev:hover {
  background: linear-gradient(to right, rgba(214, 37, 37, 0.5), rgba(214, 37, 37, 0));
  background: -webkit-linear-gradient(to right, rgba(214, 37, 37, 0.5), rgba(214, 37, 37, 0));
  background: -o-linear-gradient(to right, rgba(214, 37, 37, 0.5), rgba(214, 37, 37, 0));
  background: -moz-linear-gradient(to right, rgba(214, 37, 37, 0.5), rgba(214, 37, 37, 0));
}

.ser06_c .ser06c_next {
  width: 0.5rem;
  height: 0.5rem;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  position: absolute;
  right: 2.555rem;
  top: 50%;
  z-index: 999;
  cursor: pointer;
  transform: translateY(-50%);
  margin-top: 0.4rem;
  background: linear-gradient(to right, rgba(178, 178, 178, 0), rgba(178, 178, 178, 0.5));
  background: -webkit-linear-gradient(to right, rgba(178, 178, 178, 0), rgba(178, 178, 178, 0.5));
  background: -o-linear-gradient(to right, rgba(178, 178, 178, 0), rgba(178, 178, 178, 0.5));
  background: -moz-linear-gradient(to right, rgba(178, 178, 178, 0), rgba(178, 178, 178, 0.5));
}

.ser06_c .ser06c_next b {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  background: url("../images/c_03.png") 50% no-repeat;
  background-size: 0.25rem;
  position: absolute;
  left: 0px;
  top: 0px;
}

.ser06_c .ser06c_next:hover {
  background: linear-gradient(to right, rgba(214, 37, 37, 0), rgba(214, 37, 37, 0.5));
  background: -webkit-linear-gradient(to right, rgba(214, 37, 37, 0), rgba(214, 37, 37, 0.5));
  background: -o-linear-gradient(to right, rgba(214, 37, 37, 0), rgba(214, 37, 37, 0.5));
  background: -moz-linear-gradient(to right, rgba(214, 37, 37, 0), rgba(214, 37, 37, 0.5));
}

:root {
  --ser07_h:auto;
}

.ser_07 {
  overflow: hidden;
}

.ser_07 ul {
  width: 100%;
  overflow: visible;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0.5rem;
}

.ser_07 ul li {
  width: 100%;
  overflow: hidden;
  position: relative;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
  border-radius: 0.1rem;
  -webkit-border-radius: 0.1rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
}

.ser_07 ul li .bg {
  width: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  pointer-events: none;
  height: 100%;
}

.ser_07 ul li .bg img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0px;
  top: 0px;
}

.ser_07 ul li .txt {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  left: 0px;
  top: 0px;
  z-index: 9;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0.4rem 0.45rem;
}

.ser_07 ul li .txt .c {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.ser_07 ul li .txt .p {
  width: 100%;
  overflow: hidden;
}

.ser_07 ul li .txt .p1 {
  color: #fff;
}

.ser_07 ul li .txt .p2 {
  margin-top: 0.2rem;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0.3rem;
  min-height: var(--ser07_h);
}

.ser_07 ul li .txt .p3 .a {
  float: left;
  margin-right: 0.3rem;
}

.ser_07 ul li .txt .p3 .a:last-child {
  margin-right: 0px;
}

.ser_07 ul li .txt .amore4 {
  width: 2rem;
  height: 0.6rem;
  text-align: center;
  line-height: 0.6rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 0.6rem;
  -webkit-border-radius: 0.6rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  color: #fff;
  border: 1px solid #f14141;
  background: linear-gradient(to right, rgb(105, 16, 16), rgba(105, 16, 16, 0));
  background: -webkit-linear-gradient(to right, rgb(105, 16, 16), rgba(105, 16, 16, 0));
  background: -o-linear-gradient(to right, rgb(105, 16, 16), rgba(105, 16, 16, 0));
  background: -moz-linear-gradient(to right, rgb(105, 16, 16), rgba(105, 16, 16, 0));
}

.ser_07 ul li .txt .amore4 span {
  display: inline-block;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
}

.ser_07 ul li .txt .amore4 a {
  color: #fff;
}

.ser_07 ul li .txt .amore4:hover {
  border: 1px solid #f14141;
  background: linear-gradient(to right, rgb(105, 16, 16), rgb(105, 16, 16));
  background: -webkit-linear-gradient(to right, rgb(105, 16, 16), rgb(105, 16, 16));
  background: -o-linear-gradient(to right, rgb(105, 16, 16), rgb(105, 16, 16));
  background: -moz-linear-gradient(to right, rgb(105, 16, 16), rgb(105, 16, 16));
}

.ser_07 ul li .txt .amore5 {
  width: 2.4rem;
  height: 0.6rem;
  text-align: center;
  line-height: 0.6rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 0.6rem;


  -webkit-border-radius: 0.6rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  color: #fff;
  border: 1px solid #f14141;
  background: linear-gradient(to right, rgb(105, 16, 16), rgba(105, 16, 16, 0));
  background: -webkit-linear-gradient(to right, rgb(105, 16, 16), rgba(105, 16, 16, 0));
  background: -o-linear-gradient(to right, rgb(105, 16, 16), rgba(105, 16, 16, 0));
  background: -moz-linear-gradient(to right, rgb(105, 16, 16), rgba(105, 16, 16, 0));
}

.ser_07 ul li .txt .amore5 span {
  display: inline-block;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  color: #fff;
}

.ser_07 ul li .txt .amore5 a {
  color: #fff;
}

.ser_07 ul li .txt .amore5:hover {
  border: 1px solid #f14141;
  background: linear-gradient(to right, rgb(105, 16, 16), rgb(105, 16, 16));
  background: -webkit-linear-gradient(to right, rgb(105, 16, 16), rgb(105, 16, 16));
  background: -o-linear-gradient(to right, rgb(105, 16, 16), rgb(105, 16, 16));
  background: -moz-linear-gradient(to right, rgb(105, 16, 16), rgb(105, 16, 16));
}

.ser_07 ul li:hover {
  transform: translateY(-0.1rem);
}

.jx_01 {
  overflow: hidden;
}

.jx01fr {
  width: 100%;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
}

.jx01fr .jx01_l {
  width: calc(29.62% - 0.6rem);
  overflow: hidden;
}

.jx01fr .jx01_l .p {
  width: 100%;
  overflow: hidden;
}

.jx01fr .jx01_l .p1 {
  color: #505a73;
}

.jx01fr .jx01_l .p2 .sp1 {
  font-weight: bold;
}

.jx01fr .jx01_l .p2 .sp2 {
  color: #505a73;
}

.jx01fr .jx01_l .p3 ul li {
  width: 100%;
  overflow: hidden;
  margin-top: 0.3rem;
}

.jx01fr .jx01_l .p3 ul li .ai1 {
  color: #505a73;
}

.jx01fr .jx01_l .p3 ul li .ai2 {
  color: #fff;
}

.jx01fr .jx01_r {
  width: 70.38%;
  overflow: hidden;
  position: relative;
}

.jx01r_img {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.jx01r_img img {
  width: 100%;
  display: block;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
}

.jx01r_img img.img2 {
  position: absolute;
  left: 0px;
  top: 0px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.jx01r_img img.img3 {
  position: absolute;
  left: 0px;
  top: 0px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.jx01r_img img.img4 {
  position: absolute;
  left: 0px;
  top: 0px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.jx01_txt {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 9;
  pointer-events: none;
}

.jx01_x0 {
  position: absolute;
  right: 0px;
  top: 0px;
  color: rgba(142, 159, 192, 0.4);
}

.jx01x_01 {
  width: 60%;
  overflow: visible;
  position: absolute;
  right: 0px;
  top: 0.4rem;
  text-align: right;
  color: rgba(142, 159, 192, 0.4);
  padding-top: 0.1rem;
}

.jx01x_01 i {
  width: 100%;
  height: 0.01rem;
  display: block;
  overflow: visible;
  background-color: rgba(142, 159, 192, 0.4);
  position: absolute;
  right: 0px;
  top: 0px;
}

.jx01x_01 i::before {
  content: "";
  width: 0.1rem;
  height: 0.1rem;
  display: block;
  background-color: #404859;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  position: absolute;
  right: 0px;
  top: -0.05rem;
}

.jx01x_01 b {
  width: 0.4rem;
  height: 0.01rem;
  display: block;
  overflow: hidden;
  background-color: rgba(142, 159, 192, 0.4);
  position: absolute;
  left: 0px;
  top: 0px;
  transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  -moz-transform: rotate(120deg);
  -webkit-transform: rotate(120deg);
  -o-transform: rotate(120deg);
  transform-origin: 0% 50%;
}

.jx01x_02 {
  width: 50%;
  overflow: visible;
  position: absolute;
  right: 0px;
  top: 1.2rem;
  text-align: right;
  color: rgba(142, 159, 192, 0.4);
  padding-top: 0.1rem;
}

.jx01x_02 i {
  width: 100%;
  height: 0.01rem;
  display: block;
  overflow: visible;
  background-color: rgba(142, 159, 192, 0.4);
  position: absolute;
  right: 0px;
  top: 0px;
}

.jx01x_02 i::before {
  content: "";
  width: 0.1rem;
  height: 0.1rem;
  display: block;
  background-color: #404859;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  position: absolute;
  right: 0px;
  top: -0.05rem;
}

.jx01x_02 b {
  width: 0.4rem;
  height: 0.01rem;
  display: block;
  overflow: hidden;
  background-color: rgba(142, 159, 192, 0.4);
  position: absolute;
  left: 0px;
  top: 0px;
  transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  -moz-transform: rotate(120deg);
  -webkit-transform: rotate(120deg);
  -o-transform: rotate(120deg);
  transform-origin: 0% 50%;
}

.jx01x_03 {
  width: 38%;
  overflow: visible;
  position: absolute;
  right: 0px;
  top: 2rem;
  text-align: right;
  color: rgba(142, 159, 192, 0.4);
  padding-top: 0.1rem;
}

.jx01x_03 i {
  width: 100%;
  height: 0.01rem;
  display: block;
  overflow: visible;
  background-color: rgba(142, 159, 192, 0.4);
  position: absolute;
  right: 0px;
  top: 0px;
}

.jx01x_03 i::before {
  content: "";
  width: 0.1rem;
  height: 0.1rem;
  display: block;
  background-color: #404859;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  position: absolute;
  right: 0px;
  top: -0.05rem;
}

.jx01x_03 b {
  width: 0.4rem;
  height: 0.01rem;
  display: block;
  overflow: hidden;
  background-color: rgba(142, 159, 192, 0.4);
  position: absolute;
  left: 0px;
  top: 0px;
  transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  -moz-transform: rotate(120deg);
  -webkit-transform: rotate(120deg);
  -o-transform: rotate(120deg);
  transform-origin: 0% 50%;
}

.jx01x_04 {
  width: 23%;
  overflow: visible;
  position: absolute;
  right: 0px;
  top: 3rem;
  text-align: right;
  color: rgba(142, 159, 192, 0.4);
  padding-top: 0.1rem;
}

.jx01x_04 i {
  width: 100%;
  height: 0.01rem;
  display: block;
  overflow: visible;
  background-color: rgba(142, 159, 192, 0.4);
  position: absolute;
  right: 0px;
  top: 0px;
}

.jx01x_04 i::before {
  content: "";
  width: 0.1rem;
  height: 0.1rem;
  display: block;
  background-color: #404859;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  position: absolute;
  right: 0px;
  top: -0.05rem;
}

.jx01x_04 b {
  width: 0.4rem;
  height: 0.01rem;
  display: block;
  overflow: hidden;
  background-color: rgba(142, 159, 192, 0.4);
  position: absolute;
  left: 0px;
  top: 0px;
  transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  -moz-transform: rotate(120deg);
  -webkit-transform: rotate(120deg);
  -o-transform: rotate(120deg);
  transform-origin: 0% 50%;
}

.jx01r_step1 .jx01r_img img.img1 {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.jx01r_step1 .jx01r_img img.img2 {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.jx01r_step1 .jx01r_img img.img3 {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.jx01r_step1 .jx01r_img img.img4 {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.jx01r_step1 .jx01x_01 {
  color: #fff;
}

.jx01r_step1 .jx01x_01 i {
  background-color: #fff;
}

.jx01r_step1 .jx01x_01 i::before {
  background-color: #fff;
}

.jx01r_step1 .jx01x_01 b {
  background-color: #fff;
}

.jx01r_step2 .jx01r_img img.img1 {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.jx01r_step2 .jx01r_img img.img2 {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.jx01r_step2 .jx01r_img img.img3 {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.jx01r_step2 .jx01r_img img.img4 {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.jx01r_step2 .jx01x_02 {
  color: #fff;
}

.jx01r_step2 .jx01x_02 i {
  background-color: #fff;
}

.jx01r_step2 .jx01x_02 i::before {
  background-color: #fff;
}

.jx01r_step2 .jx01x_02 b {
  background-color: #fff;
}

.jx01r_step3 .jx01r_img img.img1 {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.jx01r_step3 .jx01r_img img.img2 {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.jx01r_step3 .jx01r_img img.img3 {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.jx01r_step3 .jx01r_img img.img4 {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.jx01r_step3 .jx01x_03 {
  color: #fff;
}

.jx01r_step3 .jx01x_03 i {
  background-color: #fff;
}

.jx01r_step3 .jx01x_03 i::before {
  background-color: #fff;
}

.jx01r_step3 .jx01x_03 b {
  background-color: #fff;
}

.jx01r_step4 .jx01r_img img.img1 {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.jx01r_step4 .jx01r_img img.img2 {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.jx01r_step4 .jx01r_img img.img3 {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.jx01r_step4 .jx01r_img img.img4 {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.jx01r_step4 .jx01x_04 {
  color: #fff;
}

.jx01r_step4 .jx01x_04 i {
  background-color: #fff;
}

.jx01r_step4 .jx01x_04 i::before {
  background-color: #fff;
}

.jx01r_step4 .jx01x_04 b {
  background-color: #fff;
}

.jx_02 {
  overflow: hidden;
  position: relative;
}

.jx_02 .wrap_c {
  position: relative;
}

.jx02_bg {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.jx02_bg img.img_bg {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
  height: 642px;
}

.jx02_bg .map {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 8;
}

.jx02_bg .img10 {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 9;
}

.jx02_zoom {
  width: 30px;
  overflow: hidden;
  background-color: #fff;
  position: absolute;
  left: 30px;
  top: 30px;
  z-index: 99;
  border: 1px solid rgba(0, 0, 0, 0.5);
}

.jx02_zoom b {
  width: 100%;
  height: 30px;
  display: block;
  overflow: hidden;
  cursor: pointer;
}

.jx02_zoom b:nth-child(1) {
  background: url("../images/map_01.svg") 50% no-repeat;
  background-size: 18px;
}

.jx02_zoom b:nth-child(2) {
  background: url("../images/map_02.svg") 50% no-repeat;
  background-size: 18px;
  border-top: 1px solid rgba(0, 0, 0, 0.5);
}

.jx02_dw {
  overflow: visible;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 9;
  width: 0.5%;
}

.jx02_dw img {
  width: 100%;
  display: block;
}

.jx02_dw b {
  width: 100%;
  height: 100%;
  display: block;
  background-color: #da2929;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 9;
}

.jx02_dw span {
  display: inline-block;
  position: absolute;
  left: 0.15rem;
  top: 50%;
  width: 2rem;
  transform: translateY(-50%);
}

.jx02_dw .b1 {
  padding: 1.5rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  position: absolute;
  left: -1.5rem;
  top: -1.5rem;
  z-index: 8;
  width: 100%;
  height: 100%;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
}

.jx02_dw .b1::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  background-color: rgba(60, 91, 149, 0.6);
  -webkit-animation: ksan 10.1s linear infinite;
  animation: ksan 10.1s linear infinite;
}

.jx02_dw .b1 i {
  display: inline-block;
  position: absolute;
  left: 0px;
  bottom: 0.3rem;
  text-align: center;
  text-align: center;
  width: 100%;
}

.jx02_dw .b2 {
  padding: 2.86rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  position: absolute;
  left: -2.86rem;
  top: -2.86rem;
  z-index: 6;
  width: 100%;
  height: 100%;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
}

.jx02_dw .b2 i {
  display: inline-block;
  position: absolute;
  left: 0px;
  bottom: 0.1rem;
  text-align: center;
  text-align: center;
  width: 100%;
}

.jx02_dw .b2::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  background-color: rgba(60, 91, 149, 0.3);
  -webkit-animation: ksan 15.1s linear infinite;
  animation: ksan 15.1s linear infinite;
}

.icon-div span {
  display: inline-block;
  position: absolute;
  left: 0.25rem;
  top: 50%;
  width: 2rem;
  transform: translateY(-50%);
  margin-top: 0.1rem;
  z-index: 9;
}

.icon-div .b1 {
  padding: 1.5rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  position: absolute;
  left: -1.5rem;
  top: -1.5rem;
  z-index: 8;
  width: 100%;
  height: 100%;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
}

.icon-div .b1::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  background-color: rgba(60, 91, 149, 0.6);
  -webkit-animation: ksan 10.1s linear infinite;
  animation: ksan 10.1s linear infinite;
}

.icon-div .b1 i {
  display: inline-block;
  position: absolute;
  left: 0px;
  bottom: 0.3rem;
  text-align: center;
  text-align: center;
  width: 100%;
}

.icon-div .b2 {
  padding: 2.86rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  position: absolute;
  left: -2.86rem;
  top: -2.86rem;
  z-index: 6;
  width: 100%;
  height: 100%;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
}

.icon-div .b2 i {
  display: inline-block;
  position: absolute;
  left: 0px;
  bottom: 0.1rem;
  text-align: center;
  text-align: center;
  width: 100%;
}

.icon-div .b2::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  background-color: rgba(60, 91, 149, 0.3);
  -webkit-animation: ksan 15.1s linear infinite;
  animation: ksan 15.1s linear infinite;
}

.sfmap-div-icon-css-circle {
  z-index: 499 !important;
}

.icon-div {
  z-index: 999;
}

.icon-div .btitle {
  color: #fff;
  text-align: center;
  width: 3rem;
  position: absolute;
  left: 50%;
  margin-left: -1.5rem;
  bottom: 0px;
}

.jx02dw_szx {
  left: 40%;

  top: 40%;
}

.jx02_c {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 9;
}

.jx02c_t {
  width: 100%;
  overflow: visible;
  position: absolute;
  left: 0px;
  top: 0.28rem;
  z-index: 9;
  text-align: center;
  line-height: 0.46rem;
}

.jx02c_t .c {
  display: inline-block;
}

.jx02c_t .sp1 {
  float: left;
  display: inline-block;
}

.jx02c_t .schtxt {
  float: left;
  margin-left: 0.1rem;
  width: 3.6rem;
  height: 0.46rem;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 0.44rem;
  -webkit-border-radius: 0.44rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  border: 1px solid #9ba3b3;
  position: relative;
}

.jx02c_t .schtxt input {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: rgba(255, 255, 255, 0);
  color: #fff;
  line-height: 0.4rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0px 0.2rem;
  border: 0px;
  cursor: pointer;
}

.jx02c_t .schtxt::before {
  content: "";
  display: block;
  width: 0.12rem;
  height: 100%;
  background: url("../images/t_03.svg") 50% no-repeat;
  background-size: 100%;
  pointer-events: none;
  position: absolute;
  right: 0.18rem;
  top: 0px;
  z-index: 9;
}

.jx02c_t .schbtn {
  float: left;
  margin-left: 0.1rem;
  height: 0.46rem;
}

.schtxtsel {
  float: left;
  margin-left: 0.1rem;
  width: 3.6rem;
  height: 0.46rem;
  overflow: visible;
  position: relative;
}

.schtxtsel .schtxt_t {
  width: 100%;
  height: 0.46rem;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 0.46rem;
  -webkit-border-radius: 0.46rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  border: 1px solid #9ba3b3;
  position: relative;
  z-index: 9;
}

.schtxtsel .schtxt_t input {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: rgba(255, 255, 255, 0);
  color: #fff;
  line-height: 0.4rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0px 0.2rem;
  border: 0px;
  cursor: pointer;
}

.schtxtsel .schtxt_t::before {
  content: "";
  display: block;
  width: 0.12rem;
  height: 100%;
  background: url("../images/t_03.svg") 50% no-repeat;
  background-size: 100%;
  pointer-events: none;
  position: absolute;
  right: 0.18rem;
  top: 0px;
  z-index: 9;
}

.schtxtsel .schtxt_c {
  width: 100%;
  overflow: hidden;
  background-color: #2b384f;
  border: 1px solid #9ba3b3;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: absolute;
  left: 0px;
  top: 0rem;
  padding-top: 0.54rem;
  padding-bottom: 0.1rem;
  border-radius: 0.22rem;
  -webkit-border-radius: 0.22rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  z-index: 1;
  display: none;
}

.schtxtsel .schtxt_c p {
  width: 100%;
  overflow: hidden;
  padding: 0.05rem 0.2rem;
  color: #fff;
  line-height: 1.6;
  text-align: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  cursor: pointer;
}

.schtxtsel .schtxt_c p:hover {
  color: #e12929;
}

.schtxtsel .schtxt_c .solfr {
  width: 100%;
  overflow: hidden;
  overflow-y: auto;
  max-height: 3rem;
}

.schtxtsel .schtxt_c .solfr::-webkit-scrollbar {
  width: 0.06rem;
  height: 0.06rem;
}
.schtxtsel .schtxt_c .solfr::-webkit-scrollbar-track {
  border-radius: 0.06rem;
  background: #0e1425;
}
.schtxtsel .schtxt_c .solfr::-webkit-scrollbar-thumb {
  border-radius: 0.06rem;
  background: #6c7792;
  cursor: pointer;
}
.schtxtsel .schtxt_c .solfr::-webkit-scrollbar-thumb:hover {
  border-radius: 0.06rem;
  background: #6c7792;
  cursor: pointer;
}

.schtxtsel.active .schtxt_c {
  display: block;
}

.jx02c_t1 {
  width: calc(100% - 1rem);
  overflow: visible;
  position: absolute;
  left: 0.5rem;
  top: 0.28rem;
  z-index: 990;
  text-align: center;
  line-height: 0.5rem;
}

.jx02c_t1 .c {
  display: inline-block;
}

.jx02c_t1 .sp1 {
  float: left;
  display: inline-block;
}

.jx02c_t1 .schtxt {
  float: left;
  margin-left: 0.1rem;
  width: 3.2rem;
  height: 0.5rem;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  border: 1px solid #9da4b4;
  position: relative;
  background: linear-gradient(to right, #2b384f, rgba(37, 45, 63, 0.5));
  background: -webkit-linear-gradient(to right, #2b384f, rgba(37, 45, 63, 0.5));
  background: -o-linear-gradient(to right, #2b384f, rgba(37, 45, 63, 0.5));
  background: -moz-linear-gradient(to right, #2b384f, rgba(37, 45, 63, 0.5));
}

.jx02c_t1 .schtxt input {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: rgba(255, 255, 255, 0);
  color: #fff;
  line-height: 0.5rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0px 0.2rem;
  border: 0px;
  cursor: pointer;
}

.jx02c_t1 .schtxt::before {
  content: "";
  display: block;
  width: 0.12rem;
  height: 100%;
  background: url("../images/t_03.svg") 50% no-repeat;
  background-size: 100%;
  pointer-events: none;
  position: absolute;
  right: 0.18rem;
  top: 0px;
  z-index: 9;
}

.jx02c_t1 .schbtn {
  float: left;
  margin-left: 0.1rem;
  height: 0.5rem;
}

.jx02c_t1 .schbtn .more4 {
  height: 0.5rem;
}

.jx02c_t1 .sch_x {
  width: 0.16rem;
  height: 0.5rem;
  overflow: hidden;
  position: relative;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.1rem;
  float: left;
}

.jx02c_t1 .sch_x::before {
  content: "";
  width: 0.14rem;
  height: 2px;
  display: block;
  background-color: #9da4b4;
}

.jx02c_t1 .schSelect {
  float: left;
  width: 1.8rem;
  height: 0.5rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: relative;
}

.jx02c_t1 .schSelect .schst_t {
  width: 100%;
  overflow: hidden;
  text-align: left;
  height: 0.5rem;
  cursor: pointer;
  line-height: 0.5rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0px 0.2rem;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  border: 0.01rem solid #9da4b4;
  position: relative;
  z-index: 9;
  background: linear-gradient(to right, #2b384f, rgba(37, 45, 63, 0.5));
  background: -webkit-linear-gradient(to right, #2b384f, rgba(37, 45, 63, 0.5));
  background: -o-linear-gradient(to right, #2b384f, rgba(37, 45, 63, 0.5));
  background: -moz-linear-gradient(to right, #2b384f, rgba(37, 45, 63, 0.5));
}

.jx02c_t1 .schSelect .schst_t::before {
  content: "";
  display: block;
  width: 0.12rem;
  height: 100%;
  background: url("../images/t_03.svg") 50% no-repeat;
  background-size: 100%;
  pointer-events: none;
  position: absolute;
  right: 0.18rem;
  top: 0px;
  z-index: 9;
}

.jx02c_t1 .schSelect .schst_c {
  width: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  background: linear-gradient(to right, #2b384f, rgba(37, 45, 63, 0.5));
  background: -webkit-linear-gradient(to right, #2b384f, rgba(37, 45, 63, 0.5));
  background: -o-linear-gradient(to right, #2b384f, rgba(37, 45, 63, 0.5));
  background: -moz-linear-gradient(to right, #2b384f, rgba(37, 45, 63, 0.5));
  padding: 0px 0.2rem;
  padding-top: 0.5rem;
  z-index: 1;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 0.23rem;
  -webkit-border-radius: 0.23rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  border: 0.01rem solid #9da4b4;
  display: none;
}

.jx02c_t1 .schSelect .schst_c .schstc_c {
  width: 100%;
  overflow: hidden;
  padding: 0.1rem 0px;
}

.jx02c_t1 .schSelect .schst_c p {
  width: 100%;
  overflow: hidden;
  color: #fff;
  text-align: left;
  line-height: 1.8;
  cursor: pointer;
}

.jx02c_t1 .schSelect.active .schst_c {
  display: block;
}

.jx02_canvas {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
}

.jx02_canvas canvas {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
}

.jx02_dw2 {
  width: 100%;
  overflow: hidden;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 3;
}

.jx02dw_01 {
  position: absolute;
  width: 6px;
  height: 6px;
  margin-left: -3px;
  margin-top: -3px;
}

.jx02dw_01::before {
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  background-color: #e12929;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
}

.jx02dw_01 span {
  position: absolute;
  left: 50%;
  top: 100%;
  color: #fff;
  transform: translateX(-50%);
  width: 1rem;
  text-align: center;
}

.jx02_b {
  width: 100%;
  overflow: hidden;
  text-align: center;
  color: rgba(142, 159, 192, 0.6);
  padding-top: 0.15rem;
}

.jx_03 {
  overflow: hidden;
}

.jx03_t {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.jx03_t .p {
  width: 100%;
  overflow: hidden;
}

.jx03_t .p1 {
  color: #505a73;
  line-height: 1.2;
  padding: 0.05rem 0px;
}

.jx03_t .p3 {
  color: #8e9fc0;
}

.jx03_t ul {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.jx03_t ul li {
  float: left;
  margin-left: 0.3rem;
  background: url("../images/jx_01.webp") 50% no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  min-width: 2.8rem;
  min-height: 1.2rem;
  padding: 0.2rem 0.3rem;
}

.jx03_t ul li:first-child {
  margin-left: 0px;
}

.jx03_t ul li .ai1 {
  color: #8e9fc0;
}

.jx03_t ul li .ai2 {
  margin-top: 0.05rem;
}

.jx03_t ul li .ai2 .sp2 {
  margin-left: 0.05rem;
}

.jx03_c {
  width: 100%;
  overflow: hidden;
}

.jx03_c img {
  width: 100%;
  display: block;
}

.jx_04 {
  overflow: hidden;
}

.jx04_t {
  width: 100%;
  overflow: hidden;
}

.jx04_t .p {
  width: 100%;
  overflow: hidden;
}

.jx04_t .p1 {
  color: #505a73;
  line-height: 1.2;
}

.jx04_c {
  width: 100%;
  overflow: hidden;
  background-color: #2e3a4f;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0.1rem;
  border-radius: 0.08rem;
  -webkit-border-radius: 0.08rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
}

.jx04_c .c {
  width: 100%;
  overflow: hidden;
}

.jx04_c table {
  width: 100%;
  overflow: hidden;
}

.jx04_c table tr td {
  padding: 0.2rem 0.2rem;
  border-bottom: 0.01rem dashed #495f82;
}

.jx04_c table tr:first-child {
  background-color: #262b38;
}

.jx04_c table tr:first-child td:first-child {
  border-radius: 0.08rem 0px 0px 0.08rem;
  -webkit-border-radius: 0.08rem 0px 0px 0.08rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
}

.jx04_c table tr:first-child td:last-child {
  border-radius: 0px 0.08rem 0.08rem 0px;
  -webkit-border-radius: 0px 0.08rem 0.08rem 0px;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
}

.jx04_c table tr:first-child td {
  padding: 0.1rem 0.2rem;
  border-bottom: 0px;
}

.jx04_c table tr td img {
  max-width: 100%;
  display: block;
}

.jx04_c table tr:last-child td {
  border-bottom: 0px;
}

.jx04_c table tr td .imghover {
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.jx04_c table tr td .imghover img.img2 {
  position: absolute;
  left: 100%;
  top: 50%;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  max-width: initial;
  height: 3.2rem;
  width: auto;
  margin-top: -1.6rem;
}
.jx04_c table tr:last-child td .imghover img.img2{margin-top:-2rem;}

.jx04_c table tr td .imghover:hover {
  overflow: visible;
}

.jx04_c table tr td .imghover:hover img.img2 {
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  left: calc(100% + 0.4rem);
}

:root {
  --t03color:#fff;
}

.nxq_01 {
  overflow: hidden;
}

.nxq_01 .nxq01_l {
  width: calc(75% - 1rem);
  overflow: hidden;
  float: left;
}

.nxq01_t {
  width: 100%;
  overflow: hidden;
  border-bottom: 0.01rem dashed #43536f;
}

.nxq01_t h1 {
  margin: 0px;
  padding: 0px;
}

.nxq01_t p {
  margin-top: 0.15rem;
}

.nxq01_c {
  width: 100%;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.8);
}

.nxq01_c img {
  max-width: 100%;
  border-radius: 0.08rem;
  -webkit-border-radius: 0.08rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  height: auto !important;
}

.nxq01_c table {
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-right: 0px;
  border-bottom: 0px;
}

.nxq01_c table tr td {
  border-right: 1px solid rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  padding: 0.2rem;
}

.nxq01_file {
  width: 100%;
  overflow: hidden;
}

.nxq01_file ul {
  width: 100%;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.3rem;
}

.nxq01_file ul li {
  width: 100%;
  overflow: hidden;
  padding: 0.22rem 0.24rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 0.08rem;
  -webkit-border-radius: 0.08rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  position: relative;
}

.nxq01_file ul li::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  border: 0.01rem solid rgba(188, 200, 237, 0.5);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 0.08rem;
  -webkit-border-radius: 0.08rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  background: linear-gradient(-60deg, rgba(37, 45, 62, 0.2), rgb(43, 56, 79));
  background: -webkit-linear-gradient(-60deg, rgba(37, 45, 62, 0.2), rgb(43, 56, 79));
  background: -o-linear-gradient(-60deg, rgba(37, 45, 62, 0.2), rgb(43, 56, 79));
  background: -moz-linear-gradient(-60deg, rgba(37, 45, 62, 0.2), rgb(43, 56, 79));
  -o-mask-image: linear-gradient(180deg, rgb(0, 0, 0) 1%, rgba(0, 0, 0, 0) 99%);
  -moz-mask-image: linear-gradient(180deg, rgb(0, 0, 0) 1%, rgba(0, 0, 0, 0) 99%);
  -webkit-mask-image: linear-gradient(180deg, rgb(0, 0, 0) 1%, rgba(0, 0, 0, 0) 99%);
  mask-image: linear-gradient(180deg, rgb(0, 0, 0) 1%, rgba(0, 0, 0, 0) 99%);
}

.nxq01_file ul li a {
  width: 100%;
  display: block;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  z-index: 9;
}

.nxq01_file ul li a:hover {
  color: #fff !important;
}

.nxq01_file ul li img {
  display: block;
  height: 0.46rem;
  margin-right: 0.16rem;
}

.nxq01_file ul li a::before {
  content: "";
  display: block;
  width: 0.23rem;
  height: 100%;
  background: url("../images/c_09.webp") 50% no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0px;
  top: 0px;
}

.nxq01_b {
  width: 100%;
  overflow: hidden;
  position: relative;
  border-top: 0.01rem dashed #43536f;
  min-height: 1rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-right: 2.7rem;
}

.nxq01_b p {
  padding: 0.05rem 0px;
}

.nxq01_b p a {
  color: #fff;
}

.nxq01_b p span {
  display: inline-block;
}

.nxq01_b p a:hover span {
  display: inline-block;
  text-decoration: underline;
}

.nxq01_b .nxq01b_more {
  position: absolute;
  right: 0px;
  top: 50%;
  z-index: 9;
  transform: translateY(-50%);
  margin-top: 0.15rem;
}

.nxq_01 .nxq01_r {
  width: 25%;
  overflow: hidden;
  float: right;
}

.nxq01r_t {
  width: 100%;
  overflow: hidden;
}

.nxq01r_c {
  width: 100%;
  overflow: hidden;
}

.nxq01r_c ul li {
  width: 100%;
  overflow: hidden;
  margin-bottom: 0.22rem;
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0.24rem 0.3rem;
}

.nxq01r_c ul li::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  background: url("../images/c_07.webp") 50% no-repeat;
  background-size: 100% 100%;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
}

.nxq01r_c ul li::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
  background: url("../images/c_08.webp") 50% no-repeat;
  background-size: 100% 100%;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.nxq01r_c ul li:last-child {
  margin-bottom: 0px;
}

.nxq01r_c ul li a {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 9;
}

.nxq01r_c ul li .p {
  width: 100%;
  overflow: hidden;
  color: #fff;
}

.nxq01r_c ul li .p1 {
  height: 0.64rem;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.nxq01r_c ul li .p2 {
  margin-top: 0.15rem;
}

.nxq01r_c ul li:hover::before {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.nxq01r_c ul li:hover::after {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.ser07_c {
  width: 100%;
  overflow: hidden;
}

.ser07_c ul {
  width: 100%;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0.6rem;
}

.ser07_c ul li {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.ser07_c ul li .bg {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.ser07_c ul li .bg::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  background: linear-gradient(rgba(62, 84, 119, 0), rgb(62, 84, 119));
  background: -webkit-linear-gradient(rgba(62, 84, 119, 0), rgb(62, 84, 119));
  background: -o-linear-gradient(rgba(62, 84, 119, 0), rgb(62, 84, 119));
  background: -moz-linear-gradient(rgba(62, 84, 119, 0), rgb(62, 84, 119));
}

.ser07_c ul li .bg::after {
  content: "";
  display: block;
  width: calc(100% - 0.6rem);
  height: calc(100% - 0.6rem);
  position: absolute;
  left: 0.3rem;
  top: 0.3rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  border: 1px dashed #fff;
  z-index: 3;
}

.ser07_c ul li .bg img {
  width: 100%;
  display: block;
  position: relative;
  z-index: 5;
}

.ser07_c ul li .img {
  width: calc(100% - 1.1rem);
  height: calc(100% - 1.1rem);
  overflow: hidden;
  position: absolute;
  left: 0.55rem;
  top: 0.55rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  z-index: 2;
}

.ser07_c ul li .img img {
  width: 100%;
  display: block;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
}

.ser07_c ul li .txt {
  color: #fff;
  width: 100%;
  overflow: hidden;
  text-align: center;
  position: absolute;
  left: 0px;
  bottom: 0.9rem;
  z-index: 9;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
}

.ser07_c ul li:hover .img img {
  transform: scale(1.03);
  -moz-transform: scale(1.03);
  -webkit-transform: scale(1.03);
}

.ser07_c ul li:hover .txt {
  color: #e12929;
}

.ser08_c {
  width: 100%;
  overflow: hidden;
}

.ser08_c ul {
  width: 100%;
  overflow: visible;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 0.98rem;
  grid-row-gap: 0.1rem;
}

.ser08_c ul li {
  width: 100%;
  overflow: hidden;
  position: relative;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
}

.ser08_c ul li .bg {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.ser08_c ul li .bg img {
  width: 100%;
  display: block;
}

.ser08_c ul li .txt {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 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: flex-start;
  padding-left: 2.4rem;
}

.ser08_c ul li .txt .sp1 {
  position: absolute;
  left: 0.44rem;
  top: 0px;
  color: #fff;
  width: 1.6rem;
  text-align: center;
  line-height: 0.9rem;
}

.ser08_c ul li:nth-child(2) {
  grid-row: 2;
}

.ser08_c ul li:nth-child(3) {
  grid-row: 3;
}

.ser08_c ul li:hover {
  transform: translateY(-0.05rem);
}

.ser09_c {
  width: 100%;
  overflow: hidden;
}

.ser09_c ul {
  width: 100%;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 0.2rem;
  grid-row-gap: 0.35rem;
}

.ser09_c ul li {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.ser09_c ul li .bg {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  pointer-events: none;
}

.ser09_c ul li .bg img {
  width: 100%;
  display: block;
}

.ser09_c ul li .txt {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 9;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}

.ser09_c ul li .txt::before {
  content: "";
  display: block;
  width: 100%;
  height: 0rem;
  background-color: #e12929;
  border-radius: 0px 0px 0.08rem 0.08rem;
  -webkit-border-radius: 0px 0px 0.08rem 0.08rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  pointer-events: none;
  position: absolute;
  left: 0px;
  bottom: 0px;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
  z-index: 9;
}

.ser09_c ul li .ser09ct_r {
  width: 2.93rem;
  overflow: hidden;
  position: relative;
}

.ser09_c ul li .ser09ct_r img {
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  display: block;
  object-fit: cover;
  margin-right: 1px;
  margin-top: 1px;
  border-radius: 0px 0px 0.08rem 0.08rem;
  -webkit-border-radius: 0px 0px 0.08rem 0.08rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
}

.ser09_c ul li .ser09ct_l {
  width: calc(100% - 2.93rem);
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0.45rem 0.3rem;
}

.ser09_c ul li .ser09ct_l .img1 {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  object-fit: cover;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
}

.ser09_c ul li .ser09ct_l .c {
  width: 100%;
  overflow: hidden;
}

.ser09_c ul li .ser09ct_l .p {
  width: 100%;
  overflow: hidden;
}

.ser09_c ul li .ser09ct_l .p1 img {
  display: block;
  height: 0.42rem;
}

.ser09_c ul li .ser09ct_l .p3 {
  color: rgba(255, 255, 255, 0.8);
}

.ser09_c ul li:hover .txt::before {
  height: 0.1rem;
}

.ser10_c {
  width: 100%;
  overflow: hidden;
}

.ser10_c .p {
  width: 100%;
  overflow: hidden;
}

.ser10_c .p1 {
  color: rgba(255, 255, 255, 0.8);
}

.ser10_c .p2 ul li {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 0.1rem;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
}

.ser10_c .p2 ul li:last-child {
  margin-bottom: 0px;
}

.ser10_c .p2 ul li .bg {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  pointer-events: none;
}

.ser10_c .p2 ul li .bg img {
  width: 100%;
  display: block;
}

.ser10_c .p2 ul li .txt {
  width: 100%;
  overflow: hidden;
  position: absolute;
  z-index: 9;
  left: 0px;
  top: 0px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-left: 2.4rem;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.ser10_c .p2 ul li .txt .img1 {
  width: 2.4rem;
  overflow: hidden;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  pointer-events: none;
}

.ser10_c .p2 ul li .txt .sp1 {
  position: absolute;
  left: 0px;
  top: 0.05rem;
  width: 2.3rem;
  text-align: center;
  z-index: 9;
}

.ser10_c .p2 ul li .txt .c {
  width: 100%;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-right: 0.45rem;
}

.ser10_c .p2 ul li .txt .txtc_img {
  width: 4.74rem;
  overflow: hidden;
  border-radius: 0.1rem;
  -webkit-border-radius: 0.1rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
}

.ser10_c .p2 ul li .txt .txtc_img img {
  width: 100%;
  display: block;
}

.ser10_c .p2 ul li .txt .txtc_c {
  width: calc(100% - 4.74rem - 0.45rem);
  overflow: hidden;
}

.ser10_c .p2 ul li .txt .txtc_c .p {
  width: 100%;
  overflow: hidden;
}

.ser10_c .p2 ul li .txt .txtc_c .p2 {
  color: rgba(255, 255, 255, 0.8);
}

.ser10_c .p2 ul li:hover {
  transform: translateY(-0.05rem);
}

.qn_01 {
  overflow: hidden;
  position: relative;
}

.nq01_c {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.nq01_c ul {
  width: 100%;
  overflow: hidden;
  display: grid;
  grid-template-columns: 51.2% 21.82% 24.9%;
  grid-gap: 0.2rem;
  align-items: end;
}

.nq01_c ul li {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.nq01_c ul li .p {
  width: 100%;
  overflow: hidden;
}

.nq01_c ul li .p2 {
  margin-top: 0.27rem;
  position: relative;
}

.nq01_c ul li .bg {
  width: 100%;
  overflow: hidden;
}

.nq01_c ul li .bg img {
  width: 100%;
  display: block;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
}

.nq01_c ul li .txt {
  position: absolute;
}

.nq01_c ul li .txt1 {
  right: 0.45rem;
  bottom: 0.25rem;
  text-align: right;
  color: #fff;
}

.nq01_c ul li .txt2 {
  left: 0.3rem;
  top: 0.35rem;
  text-align: left;
  color: #fff;
}

.nq01_c ul li .txt3 {
  left: 0.3rem;
  top: 0.35rem;
  text-align: left;
  color: #fff;
}

.nq01_c ul li .txt4 {
  right: 0.6rem;
  top: 0.9rem;
  text-align: right;
  color: #fff;
}

.nq01_c ul li.li1:hover .bg img {
  transform: scale(1.05);
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
}

.nq01_c ul li.li3:hover .bg img {
  transform: scale(1.05);
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
}

.nq01_c ul li.li2 .p:hover .bg img {
  transform: scale(1.05);
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
}

.nq01_c ul li.li3 {
  padding-bottom: 0.6rem;
}

.qn01_t {
  width: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 1.2rem;
  z-index: 9;
}

.qn01_t .p {
  width: 100%;
  overflow: hidden;
  max-width: 48%;
}

.qn01_t .p1 {
  color: #505a73;
}

.qn01_t .p3 {
  text-align: justify;
  text-justify: inter-ideograph;
}

.qn_02 {
  overflow: hidden;
  position: relative;
}

.qn02_t {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 9;
}

.qn02_t .p {
  width: 100%;
  overflow: hidden;
}

.qn02_t .p1 {
  color: #505a73;
}

.qn02_c {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 9;
}

.qn02_c ul {
  width: 100%;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 0.1rem;
}

.qn02_c ul li {
  width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 0px 0px 0.12rem 0.12rem;
  -webkit-border-radius: 0px 0px 0.12rem 0.12rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
}

.qn02_c ul li .bg {
  width: 100%;
  overflow: hidden;
  position: relative;
  pointer-events: none;
}

.qn02_c ul li .bg img {
  width: 100%;
  display: block;
}

.qn02_c ul li .bg::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 9;
  background: url("../images/ser_01_on.webp") 100% 100% no-repeat;
  background-size: 100%;
}

.qn02_c ul li .txt {
  width: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 9;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0.5rem 0.3rem;
}

.qn02_c ul li .txt .p {
  width: 100%;
  overflow: hidden;
}

.qn02_c ul li .txt .p1 img {
  display: block;
  height: 0.42rem;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
}

.qn02_c ul li .txt .p3 {
  color: rgba(255, 255, 255, 0.8);
}

.qn02_c ul li::before {
  content: "";
  display: block;
  width: 100%;
  height: 0rem;
  background-color: #e12929;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 2;
  pointer-events: none;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
}

.qn02_c ul li:hover::before {
  height: 0.1rem;
}

.qn02_c ul li:hover .txt .p1 img {
  transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
}

.qn02_i {
  width: 100%;
  overflow: hidden;
  padding: 0.15rem 0px;
  text-align: center;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  border-top: 1px solid #51576a;
  border-bottom: 1px solid #51576a;
  background-color: #293244;
  -o-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 20%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0));
  -moz-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 20%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0));
  -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 20%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0));
  mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 20%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0));
}

.nq02_map {
  width: 100%;
  overflow: visible;
  margin-top: 0.9rem;
  position: relative;
  z-index: 7;
}

.mq02p_0 {
  width: 100%;
  height: 100%;
  overflow: visible;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
}

.mq02p_0 b.b1 {

  width: 12.6rem;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 9;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  transform: translate(-50%, -50%);
  background-image: radial-gradient(circle, rgba(49, 63, 88, 0.5), rgba(49, 63, 88, 0));
  background-image: -webkit-radial-gradient(circle, rgba(49, 63, 88, 0.5), rgba(49, 63, 88, 0));
  background-image: -o-radial-gradient(circle, rgba(49, 63, 88, 0.5), rgba(49, 63, 88, 0));
  background-image: -moz-radial-gradient(circle, rgba(49, 63, 88, 0.5), rgba(49, 63, 88, 0));
}

.mq02p_0 b.b1 img {
  width: 100%;
  display: block;
}

.mq02p_0 b.b2 {
  width: 16rem;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 8;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  transform: translate(-50%, -50%);
  background-image: radial-gradient(circle, rgba(49, 63, 88, 0.5), rgba(49, 63, 88, 0));
  background-image: -webkit-radial-gradient(circle, rgba(49, 63, 88, 0.5), rgba(49, 63, 88, 0));
  background-image: -o-radial-gradient(circle, rgba(49, 63, 88, 0.5), rgba(49, 63, 88, 0));
  background-image: -moz-radial-gradient(circle, rgba(49, 63, 88, 0.5), rgba(49, 63, 88, 0));
}

.mq02p_0 b.b2 img {
  width: 100%;
  display: block;
}

.mq02p_0 b.b3 {
  width: 19rem;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 6;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  transform: translate(-50%, -50%);
  background-image: radial-gradient(circle, rgba(49, 63, 88, 0.5), rgba(49, 63, 88, 0));
  background-image: -webkit-radial-gradient(circle, rgba(49, 63, 88, 0.5), rgba(49, 63, 88, 0));
  background-image: -o-radial-gradient(circle, rgba(49, 63, 88, 0.5), rgba(49, 63, 88, 0));
  background-image: -moz-radial-gradient(circle, rgba(49, 63, 88, 0.5), rgba(49, 63, 88, 0));
}

.mq02p_0 b.b3 img {
  width: 100%;
  display: block;
}

.mq02p_01 {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 4;
}

.mq02p_01 img {
  width: 100%;
  display: block;
}

.mq02p_01 .txt {
  position: absolute;
  left: 0px;
  bottom: 0.8rem;
  z-index: 9;
}

.mq02p_01 .txt .p2 {
  color: #6a849f;
}

@-webkit-keyframes an_04_03 {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
  }
  50% {
    transform: translateY(-0.08rem);
    -webkit-transform: translateY(-0.08rem);
    -moz-transform: translateY(-0.08rem);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
  }
}
@keyframes an_04_03 {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
  }
  50% {
    transform: translateY(-0.08rem);
    -webkit-transform: translateY(-0.08rem);
    -moz-transform: translateY(-0.08rem);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
  }
}
@-webkit-keyframes an_04_04 {
  0% {
    transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
  }
  50% {
    transform: scale(0.98, 0.98);
    -moz-transform: scale(0.98, 0.98);
    -webkit-transform: scale(0.98, 0.98);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
  }
}
@keyframes an_04_04 {
  0% {
    transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
  }
  50% {
    transform: scale(0.98, 0.98);
    -moz-transform: scale(0.98, 0.98);
    -webkit-transform: scale(0.98, 0.98);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
  }
}
.mq02p_02 {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 6;
}

.mq02p_02 img {
  width: 100%;
  display: block;
}

.mq02p_02 img.img2 {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 7;
}

.mq02p_02 img.img3 {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 9;
  -webkit-animation: an_04_03 1.6s linear infinite;
  animation: an_04_03 1.6s linear infinite;
}

.mq02p_02 img.img4 {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 8;
  clip-path: circle(0% at 60.25% 60.24%);
  transition: 6s;
  -webkit-transition: 6s;
  -o-transition: 6s;
  -moz-transition: 6s;
  transition-delay: 1s;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
}

.mq02p_02 img.img5 {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 5;
  transform-origin: 60.31% 60.98%;
  transition: 6s;
  -webkit-transition: 6s;
  -o-transition: 6s;
  -moz-transition: 6s;
}

.mq02p_02 img.img6 {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 6;
  transform-origin: 60.31% 60.98%;
  transition: 6s;
  -webkit-transition: 6s;
  -o-transition: 6s;
  -moz-transition: 6s;
}

.mq02p_02.active img.img4 {
  clip-path: circle(100% at 60.25% 60.24%);
}

.mq02p_02.active img.img5 {
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -webkit-animation: an_04_04 1.6s linear infinite;
  animation: an_04_04 1.6s linear infinite;
}

.mq02p_02.active img.img6 {
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -webkit-animation: an_04_04 3.6s linear infinite;
  animation: an_04_04 3.6s linear infinite;
}

.qn02_c1 {
  overflow: hidden;
  width: 100%;
  position: relative;
  margin-top: 0.2rem;
  z-index: 990;
}

.qn02c1_bg {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 0.06rem;
  -webkit-border-radius: 0.06rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
}

.qn02c1_bg img {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
}

.qn02c1_bg img.img1 {
  position: absolute;
  left: 0px;
  top: 0px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.qn02c1_bg img.img2 {
  position: absolute;
  left: 0px;
  top: 0px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.qn02c1_c {
  width: 100%;
  overflow: hidden;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}

.qn02c1_c ul {
  width: 100%;
  overflow: hidden;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.qn02c1_c ul li {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.qn02c1_c ul li::before {
  content: "";
  display: block;
  width: calc(100% - 0px);
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 5;
}

.qn02c1_c ul li:last-child::before {

  width: 100%;
}

.qn02c1_c ul li:last-child {
  border-right: 0px;
}

.qn02c1_c ul li .c {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 9;
  color: #fff;
  text-align: center;
}

.qn02c1_c ul li::after {
  content: "";
  display: block;
  width: calc(100% - 0px);
  height: 0%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.8));
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.8));
  background: -o-linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.8));
  background: -moz-linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.8));
  z-index: 6;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
}

.qn02c1_c ul li:last-child::after {
  width: 100%;
}

.qn02c1_c ul li b {
  width: calc(100% - 1px);
  height: 0rem;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 7;
  background-color: #980b0b;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
}

.qn02c1_c ul li:last-child b {
  width: 100%;
}

.qn02c1_c ul li.active::after {
  height: 100%;
}

.qn02c1_c ul li.active b {
  height: 0.06rem;
}

.qn02c1_c ul li.noactive .c {
  display: none;
}

.qn_03 {
  overflow: hidden;
}

.qn_03 ul {
  width: 100%;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.qn_03 ul li {
  width: 100%;
  overflow: hidden;
}

.qn_03 ul li .img {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.qn_03 ul li .img img {
  width: 100%;
  display: block;
}

.qn_03 ul li .img img.img2 {
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0px;
  top: 0px;
}

.qn_03 ul li .txt {
  width: 100%;
  overflow: hidden;
  text-align: center;
  margin-top: 0.2rem;
}

.qn03_slide {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.qn03_slide .swiper-slide {
  width: 33.3333333333%;
  overflow: hidden;
}

.qn03sfr {
  width: 100%;
  overflow: hidden;
}

.qn03sfr .img {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.qn03sfr .img img {
  width: 100%;
  display: block;
}

.qn03sfr .img img.img2 {
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0px;
  top: 0px;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
}

.qn03sfr .txt {
  width: 100%;
  overflow: hidden;
  text-align: center;
  margin-top: 0.2rem;
}

.qn03sfr:hover .img img.img2 {
  transform: scale(1.05);
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
}

.qn03_slide .qn03s_prev {
  width: 0.5rem;
  height: 0.5rem;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  position: absolute;
  left: 2.555rem;
  top: 50%;
  z-index: 999;
  cursor: pointer;
  transform: translateY(-50%);
  margin-top: 0.4rem;
  background: linear-gradient(to right, rgb(178, 178, 178), rgba(178, 178, 178, 0.5));
  background: -webkit-linear-gradient(to right, rgb(178, 178, 178), rgba(178, 178, 178, 0.5));
  background: -o-linear-gradient(to right, rgb(178, 178, 178), rgba(178, 178, 178, 0.5));
  background: -moz-linear-gradient(to right, rgb(178, 178, 178), rgba(178, 178, 178, 0.5));
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
}

.qn03_slide .qn03s_prev b {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  background: url("../images/c_03.png") 50% no-repeat;
  background-size: 0.25rem;
  position: absolute;
  left: 0px;
  top: 0px;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);

  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.qn03_slide .qn03s_prev:hover {
  background: linear-gradient(to right, rgba(214, 37, 37, 0.5), rgba(214, 37, 37, 0));
  background: -webkit-linear-gradient(to right, rgba(214, 37, 37, 0.5), rgba(214, 37, 37, 0));
  background: -o-linear-gradient(to right, rgba(214, 37, 37, 0.5), rgba(214, 37, 37, 0));
  background: -moz-linear-gradient(to right, rgba(214, 37, 37, 0.5), rgba(214, 37, 37, 0));
}

.qn03_slide .qn03s_next {
  width: 0.5rem;
  height: 0.5rem;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  position: absolute;
  right: 2.555rem;
  top: 50%;
  z-index: 999;
  cursor: pointer;
  transform: translateY(-50%);
  margin-top: 0.4rem;
  background: linear-gradient(to right, rgba(178, 178, 178, 0.5), rgb(178, 178, 178));
  background: -webkit-linear-gradient(to right, rgba(178, 178, 178, 0.5), rgb(178, 178, 178));
  background: -o-linear-gradient(to right, rgba(178, 178, 178, 0.5), rgb(178, 178, 178));
  background: -moz-linear-gradient(to right, rgba(178, 178, 178, 0.5), rgb(178, 178, 178));
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
}

.qn03_slide .qn03s_next b {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  background: url("../images/c_03.png") 50% no-repeat;
  background-size: 0.25rem;
  position: absolute;
  left: 0px;
  top: 0px;
}

.qn03_slide .qn03s_next:hover {
  background: linear-gradient(to right, rgba(214, 37, 37, 0), rgba(214, 37, 37, 0.5));
  background: -webkit-linear-gradient(to right, rgba(214, 37, 37, 0), rgba(214, 37, 37, 0.5));
  background: -o-linear-gradient(to right, rgba(214, 37, 37, 0), rgba(214, 37, 37, 0.5));
  background: -moz-linear-gradient(to right, rgba(214, 37, 37, 0), rgba(214, 37, 37, 0.5));
}

.ts_01 {
  overflow: hidden;
}

.ts01_t {
  width: 100%;
  overflow: hidden;
}

.ts01_t .p {
  width: 100%;
  overflow: hidden;
}

.ts01_t .p1 {
  color: #505a73;
}

.ts01_t .p2 {
  min-height: 0.5rem;
}

.ts01_c {
  width: 100%;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0.7rem 0.5rem;
}

.ts01_c::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 0.06rem;
  -webkit-border-radius: 0.06rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  position: absolute;
  left: 0px;
  top: 0px;
  pointer-events: none;
  z-index: 1;
  border: 1px solid rgba(187, 198, 237, 0.6);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  background: linear-gradient(0deg, rgba(43, 56, 79, 0.2), rgb(37, 45, 62));
  background: -webkit-linear-gradient(0deg, rgba(43, 56, 79, 0.2), rgb(37, 45, 62));
  background: -o-linear-gradient(0deg, rgba(43, 56, 79, 0.2), rgb(37, 45, 62));
  background: -moz-linear-gradient(0deg, rgba(43, 56, 79, 0.2), rgb(37, 45, 62));
  -o-mask-image: linear-gradient(167deg, rgb(0, 0, 0) 10%, rgba(0, 0, 0, 0) 90%);
  -moz-mask-image: linear-gradient(167deg, rgb(0, 0, 0) 10%, rgba(0, 0, 0, 0) 90%);
  -webkit-mask-image: linear-gradient(167deg, rgb(0, 0, 0) 10%, rgba(0, 0, 0, 0) 90%);
  mask-image: linear-gradient(167deg, rgb(0, 0, 0) 10%, rgba(0, 0, 0, 0) 90%);
}

.ts01_c .txt {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 9;
}

.ts01_c .p {
  width: 100%;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
}

.ts01_c .sp1 {
  width: 1rem;
  text-align: left;
  overflow: hidden;
  line-height: 0.5rem;
  color: rgba(255, 255, 255, 0.6);
}

.ts01_c .sp2 {
  width: calc(100% - 1rem);
  overflow: hidden;
  position: relative;
}

.ts01_c .sp2 textarea {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 1px solid rgba(187, 198, 237, 0.4);
  border-radius: 0.06rem;
  -webkit-border-radius: 0.06rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  background-color: rgba(38, 43, 56, 0.4);
  padding: 0.1rem 0.2rem;
  height: 3rem;
  color: #fff;
}

.ts01_c .sp2 #word {
  position: absolute;
  right: 0.2rem;
  bottom: 0.2rem;
  color: rgba(255, 255, 255, 0.5);
  pointer-events: none;
}

.ts01_c .sp3 {
  width: calc((100% - 1rem - 1.4rem - 0.2rem) / 2);
}

.ts01_c .sp3 .ts01c_txt {
  width: 100%;
  height: 0.5rem;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 0.06rem;
  -webkit-border-radius: 0.06rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  border: 1px solid rgba(187, 198, 237, 0.4);
  background-color: rgba(38, 43, 56, 0.4);
  padding: 0px 0.2rem;
  color: #fff;
  float: left;
}

.ts01_c .sp3 .ts01c_txt::-moz-placeholder {
  color: #666;
}
.ts01_c .sp3 .ts01c_txt::-moz-placeholder {
  color: #666;
}
.ts01_c .sp3 .ts01c_txt::-ms-input-placeholder {
  color: #666;
}
.ts01_c .sp3 .ts01c_txt::-webkit-input-placeholder {
  color: #666;
}

.ts01_c .sp3 #checkCodeImg {
  height: 0.5rem;
  border-radius: 0.06rem;
  -webkit-border-radius: 0.06rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  float: left;
  margin-left: 0.2rem;
}

.ts01_c .sp4 {
  width: 1.4rem;
  text-align: right;
  margin-right: 0.2rem;
}

.ts01_c .sp5 {
  margin-top: 0.1rem;
}

.ts01_c .sp5 label {
  display: inline-block;
  height: 0.5rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-start;
}

.ts01_c .sp5 label input {
  margin-right: 0.1rem;
}

.ts01_c .sp5 label span {
  display: inline-block;
}

.ts01_c .sp5 label a {
  color: #e12929;
}

.ts01_c .sp5 label a:hover {
  text-decoration: underline;
}

.ts01_c .sp5 .lb1 {
  display: inline-block;
  height: 0.5rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-start;
}

.ts01_c .sp5 .lb1 input {
  margin-right: 0.1rem;
}

.ts01_c .sp5 .lb1 span {
  display: inline-block;
}

.ts01_c .sp5 .lb1 a {
  color: #e12929;
}

.ts01_c .sp5 .lb1 a:hover {
  text-decoration: underline;
}

.ts01_c .p1 {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-end;
}

.ts01_c .p1 .c {
  float: right;
  display: inline-block;
}

.ts01_c .p1 .c input {
  float: left;
}

.ts01_c .p1 .c input:nth-child(2) {
  margin-left: 0.3rem;
}

.yszc01_c {
  width: 100%;
  overflow: hidden;
  background: url("../images/yszc_01.webp") 50% no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0.5rem 0.3rem 0.5rem 0.5rem;
}

.yszc01_c .txt {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-right: 0.2rem;
  overflow-y: auto;
  color: #fdfdfd;
}

.yszc01_c .txt::-webkit-scrollbar {
  width: 0.06rem;
  height: 0.06rem;
}
.yszc01_c .txt::-webkit-scrollbar-track {
  border-radius: 0.06rem;
  background: #0e1425;
}
.yszc01_c .txt::-webkit-scrollbar-thumb {
  border-radius: 0.06rem;
  background: #6c7792;
  cursor: pointer;
}
.yszc01_c .txt::-webkit-scrollbar-thumb:hover {
  border-radius: 0.06rem;
  background: #6c7792;
  cursor: pointer;
}

.ts02_c {
  width: 100%;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0.7rem 0.5rem;
}

.ts02_c::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 0.06rem;
  -webkit-border-radius: 0.06rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  position: absolute;
  left: 0px;
  top: 0px;
  pointer-events: none;
  z-index: 1;
  border: 1px solid rgba(187, 198, 237, 0.6);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  background: linear-gradient(0deg, rgba(43, 56, 79, 0.2), rgb(37, 45, 62));
  background: -webkit-linear-gradient(0deg, rgba(43, 56, 79, 0.2), rgb(37, 45, 62));
  background: -o-linear-gradient(0deg, rgba(43, 56, 79, 0.2), rgb(37, 45, 62));
  background: -moz-linear-gradient(0deg, rgba(43, 56, 79, 0.2), rgb(37, 45, 62));
  -o-mask-image: linear-gradient(167deg, rgb(0, 0, 0) 10%, rgba(0, 0, 0, 0) 90%);
  -moz-mask-image: linear-gradient(167deg, rgb(0, 0, 0) 10%, rgba(0, 0, 0, 0) 90%);
  -webkit-mask-image: linear-gradient(167deg, rgb(0, 0, 0) 10%, rgba(0, 0, 0, 0) 90%);
  mask-image: linear-gradient(167deg, rgb(0, 0, 0) 10%, rgba(0, 0, 0, 0) 90%);
}

.ts02_c .txt {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 9;
}

.ts02_c .txt ul {
  width: 100%;
  overflow: hidden;
}

.ts02_c .txt ul li {
  width: 50%;
  float: left;
  overflow: visible;
  margin-bottom: 0.16rem;
  display: flex;
  display: -webkit-flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.ts02_c .txt ul li .box1 {
  width: 50%;
  float: left;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-start;
}

.ts02_c .txt ul li .box2 {
  width: calc((100% - 0.2rem) / 2);
  float: left;
}

.ts02_c .txt ul li .box2:nth-child(2) {
  float: right;
}

.ts02_c .txt ul li .sp1 {
  width: 1.4rem;
  text-align: right;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.6);
  min-height: 0.5rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-end;
}

.ts02_c .txt ul li .sp2 {
  width: calc(100% - 1.4rem - 0.2rem);
  margin-left: 0.2rem;
  position: relative;
}

.ts02_c .txt ul li .sp2 .ts02c_txt {
  width: 100%;
  overflow: hidden;
  height: 0.5rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 0.06rem;
  -webkit-border-radius: 0.06rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  border: 1px solid rgba(187, 198, 237, 0.4);
  background-color: rgba(38, 43, 56, 0.4);
  padding: 0px 0.2rem;
  color: #fff;
}

.ts02_c .txt ul li .sp2 .ts02c_txt::-moz-placeholder {
  color: #666;
}
.ts02_c .txt ul li .sp2 .ts02c_txt::-moz-placeholder {
  color: #666;
}
.ts02_c .txt ul li .sp2 .ts02c_txt::-ms-input-placeholder {
  color: #666;
}
.ts02_c .txt ul li .sp2 .ts02c_txt::-webkit-input-placeholder {
  color: #666;
}

.ts02_c .txt ul li .sp2 select {
  width: 100%;
  height: 0.5rem;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 0.06rem;
  -webkit-border-radius: 0.06rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  border: 1px solid rgba(187, 198, 237, 0.4);
  background-color: rgba(38, 43, 56, 0.4);
  padding: 0px 0.2rem;
  color: #fff;
}

.ts02_c .txt ul li .sp2.sel2::before {
  content: "";
  display: block;
  width: 0.2rem;
  height: 100%;
  background: url("../images/t_04.svg") 50% no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0.18rem;
  top: 0px;
  z-index: 9;
  pointer-events: none;
}

.ts02_c .txt ul li .sp2.data::before {
  content: "";
  display: block;
  width: 0.26rem;
  height: 100%;
  background: url("../images/sp_01.png") 50% no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0.18rem;
  top: 0px;
  z-index: 9;
  pointer-events: none;
}

.ts02_c .txt ul li .sp2 textarea {
  width: 100%;
  height: 1.6rem;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 0.06rem;
  -webkit-border-radius: 0.06rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  border: 1px solid rgba(187, 198, 237, 0.4);
  background-color: rgba(38, 43, 56, 0.4);
  padding: 0.1rem 0.2rem;
  color: #fff;
}

.ts02_c .txt ul li .sp2 textarea::-moz-placeholder {
  color: #666;
}
.ts02_c .txt ul li .sp2 textarea::-moz-placeholder {
  color: #666;
}
.ts02_c .txt ul li .sp2 textarea::-ms-input-placeholder {
  color: #666;
}
.ts02_c .txt ul li .sp2 textarea::-webkit-input-placeholder {
  color: #666;
}

.ts02_c .txt ul li .sp2 #word {
  position: absolute;
  right: 0.2rem;
  bottom: 0.2rem;
  color: rgba(255, 255, 255, 0.5);
  pointer-events: none;
}

.ts02_c .txt ul li .sp2 #sysCheckCode {
  float: left;
}

.ts02_c .txt ul li .sp2 #checkCodeImg {
  float: left;
  height: 0.5rem;
  border-radius: 0.06rem;
  -webkit-border-radius: 0.06rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  margin-left: 0.2rem;
}

.ts02_c .txt ul li .sp2 .filist {
  width: 100%;
  overflow: visible;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-start;
}

.ts02_c .txt ul li .sp2 .filist .lit {
  width: 1.9rem;
  height: 0.9rem;
  overflow: visible;
  margin-right: 0.16rem;
  position: relative;
  border-radius: 0.06rem;
  -webkit-border-radius: 0.06rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
}

.ts02_c .txt ul li .sp2 .filist .lit:last-child {
  margin-right: 0px;
}

.ts02_c .txt ul li .sp2 .filist .lit.lit_01 img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: fill;
  border-radius: 0.06rem;
  -webkit-border-radius: 0.06rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
}

.ts02_c .txt ul li .sp2 .filist .lit.lit_01 b {
  width: 0.21rem;
  height: 0.21rem;
  background: url("../images/close_01.png") 50% no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: -0.1rem;
  top: -0.1rem;
}

.ts02_c .txt ul li .sp2 .filist .lit.lit_02 {
  background: url("../images/ab_08.webp") 50% no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0.2rem 0.15rem;
}

.ts02_c .txt ul li .sp2 .filist .lit.lit_02 .c {
  width: 100%;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
  color: #d1d9e1;
}

.ts02_c .txt ul li .sp2 .filist .lit.lit_02 .c img {
  width: 0.4rem;
  display: block;
}

.ts02_c .txt ul li .sp2 .filist .lit.lit_02 .c span {
  display: block;
  width: calc(100% - 0.4rem - 0.1rem);
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.ts02_c .txt ul li .sp2 .filist .lit.lit_02 b {
  width: 0.21rem;
  height: 0.21rem;
  background: url("../images/close_01.png") 50% no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: -0.1rem;
  top: -0.1rem;
}

.ts02_c .txt ul li .sp2 .filist .lit.lit_03 {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 0.06rem;
  -webkit-border-radius: 0.06rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.ts02_c .txt ul li .sp2 .filist .lit.lit_03::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 0.06rem;
  -webkit-border-radius: 0.06rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
  border: 1px solid #9da4b4;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-mask-image: linear-gradient(-180deg, rgba(0, 0, 0, 0.9) 2%, rgba(0, 0, 0, 0) 99%);
  -moz-mask-image: linear-gradient(-180deg, rgba(0, 0, 0, 0.9) 2%, rgba(0, 0, 0, 0) 99%);
  -webkit-mask-image: linear-gradient(-180deg, rgba(0, 0, 0, 0.9) 2%, rgba(0, 0, 0, 0) 99%);
  mask-image: linear-gradient(-180deg, rgba(0, 0, 0, 0.9) 2%, rgba(0, 0, 0, 0) 99%);
}

.ts02_c .txt ul li .sp2 .filist .lit.lit_03::after {
  content: "";
  display: block;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  overflow: hidden;
  position: absolute;
  left: 1px;
  top: 1px;
  z-index: 2;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 0.06rem;
  -webkit-border-radius: 0.06rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
  background: linear-gradient(to right, rgb(43, 56, 79), rgba(37, 45, 63, 0.5));
  background: -webkit-linear-gradient(to right, rgb(43, 56, 79), rgba(37, 45, 63, 0.5));
  background: -o-linear-gradient(to right, rgb(43, 56, 79), rgba(37, 45, 63, 0.5));
  background: -moz-linear-gradient(to right, rgb(43, 56, 79), rgba(37, 45, 63, 0.5));
}

.ts02_c .txt ul li .sp2 .filist .lit.lit_03 .label {
  width: 100%;
  overflow: hidden;
  cursor: pointer;
  display: block;
  position: relative;
  z-index: 9;
}

.ts02_c .txt ul li .sp2 .filist .lit.lit_03 .label img {
  display: block;
  height: 0.29rem;
  margin: 0px auto;
  padding: 0px;
}

.ts02_c .txt ul li .sp2 .filist .lit.lit_03 .label span {
  width: 100%;
  display: block;
  overflow: hidden;
  text-align: center;
  color: #d1d9e1;
}

.ts02_c .txt ul li .sp2 .filist .lit.lit_03 input {
  width: 200%;
  height: 200%;
  border: 0px;
  cursor: pointer;
  position: absolute;
  left: -100%;
  top: -100%;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  z-index: 9;
}

.ts02_c .txt ul li .sp2 .filist .lit.lit_03:hover::before {
  border: 1px solid #f14141;
}

.ts02_c .txt ul li .sp2 .filist .lit.lit_03:hover::after {
  background: linear-gradient(to right, rgb(105, 16, 16), rgb(105, 16, 16));
  background: -webkit-linear-gradient(to right, rgb(105, 16, 16), rgb(105, 16, 16));
  background: -o-linear-gradient(to right, rgb(105, 16, 16), rgb(105, 16, 16));
  background: -moz-linear-gradient(to right, rgb(105, 16, 16), rgb(105, 16, 16));
}

.ts02_c .txt ul li.li1 {
  width: 100%;
  overflow: visible;
}

.ts02_c .txt ul li.li1 .sp2 {
  overflow: visible;
}

.ts02_c .txt ul li.li3 {
  width: 100%;
}

.ts02_c .txt ul li.li3 label {
  display: inline-block;
  height: 0.5rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
}

.ts02_c .txt ul li.li3 label input {
  margin-right: 0.1rem;
}

.ts02_c .txt ul li.li3 label span {
  display: inline-block;
}

.ts02_c .txt ul li.li3 label a {
  color: #e12929;
}

.ts02_c .txt ul li.li3 label a:hover {
  text-decoration: underline;
}

.ts02_c .txt ul li.li3 .lb1 {
  display: inline-block;
  min-height: 0.5rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-start;
}

.ts02_c .txt ul li.li3 .lb1 input {
  margin-right: 0.1rem;
}

.ts02_c .txt ul li.li3 .lb1 span {
  display: inline-block;
}

.ts02_c .txt ul li.li3 .lb1 a {
  color: #e12929;
}

.ts02_c .txt ul li.li3 .lb1 a:hover {
  text-decoration: underline;
}

.ts02_c .txt ul li.li4 {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-end;
}

.ts02_c .txt ul li.li4 .c {
  float: right;
  display: inline-block;
}


.ts02_c .txt ul li.li4 .c input {
  float: left;
}

.ts02_c .txt ul li.li4 .c input:nth-child(2) {
  margin-left: 0.3rem;
}

.txt_btn {
  width: 100%;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.6);
}

.sptcfr {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 99999;
  display: none;
}

.sptcfr .sptc_bg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.9);
}

.sptcfr .sptc_c {
  width: calc(100% - 3.2rem);
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  background: url("../images/sptc_bg.webp") 50% no-repeat;
  background-size: 100% 100%;
}

.sptcfr .sptc_c .img1 {
  width: 1.7rem;
  display: block;
  position: absolute;
  left: 0.4rem;
  top: 0.3rem;
}

.sptcfr .sptc_c .p {
  width: 100%;
  overflow: hidden;
}

.sptcfr .sptc_c .p1 {
  text-align: center;
}

.sptcfr .sptc_c .p1 span {
  display: inline-block;
  height: 1rem;
  padding: 0px 0.4rem;
  line-height: 1rem;
  color: #fff;
  position: relative;
  border-top: 2px solid #f14141;
  background: linear-gradient(rgb(105, 16, 16), rgba(105, 16, 16, 0));
  background: -webkit-linear-gradient(rgb(105, 16, 16), rgba(105, 16, 16, 0));
  background: -o-linear-gradient(rgb(105, 16, 16), rgba(105, 16, 16, 0));
  background: -moz-linear-gradient(rgb(105, 16, 16), rgba(105, 16, 16, 0));
}

.sptcfr .sptc_c .p2 {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0px 0.2rem 0px 0.4rem;
}

.sptcfr .sptc_c .p2 .txt {
  width: 100%;
  overflow: hidden;
  overflow-y: auto;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-right: 0.2rem;
  max-height: 6rem;
}

.sptcfr .sptc_c .p2 .txt::-webkit-scrollbar {
  width: 0.06rem;
  height: 0.06rem;
}
.sptcfr .sptc_c .p2 .txt::-webkit-scrollbar-track {
  border-radius: 0.06rem;
  background: #0e1425;
}
.sptcfr .sptc_c .p2 .txt::-webkit-scrollbar-thumb {
  border-radius: 0.06rem;
  background: #6c7792;
  cursor: pointer;
}
.sptcfr .sptc_c .p2 .txt::-webkit-scrollbar-thumb:hover {
  border-radius: 0.06rem;
  background: #6c7792;
  cursor: pointer;
}

.sptcfr .sptc_c .p3 {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0.2rem 0.4rem 0.6rem 0.4rem;
}

.sptcfr .sptc_c .p3 {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-end;
}

.sptcfr .sptc_c .p3 .c {
  float: right;
  display: inline-block;
}

.sptcfr .sptc_c .p3 .c a {
  float: left;
}

.sptcfr .sptc_c .p3 .c a:nth-child(2) {
  margin-left: 0.3rem;
}

.ydcx_01 {
  overflow: hidden;
}

.ydcx01_c {
  width: 100%;
  overflow: hidden;
  background-color: #2e3a4f;
  border-radius: 0.08rem;
  -webkit-border-radius: 0.08rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  padding-bottom: 0.8rem;
}

.ydcx01c_t {
  width: 100%;
  height: 2rem;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 0.08rem;
  -webkit-border-radius: 0.08rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  background: url("../images/ydcx_01.webp") 50% no-repeat;
  background-size: 100% 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  -moz-box-shadow: 0 0.28rem 1.17rem rgb(23, 28, 40);
  -webkit-box-shadow: 0 0.28rem 1.17rem rgb(23, 28, 40);
  box-shadow: 0 0.28rem 1.17rem rgb(23, 28, 40);
}

.ydcx01c_t b.b1 {
  width: 6.8rem;
  height: 100%;
  display: block;
  overflow: hidden;
  background: url("../images/ydcx_02.webp") 50% no-repeat;
  background-size: auto 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  pointer-events: none;
}

.ydcx01c_t b.b2 {
  width: 3rem;
  height: 100%;
  display: block;
  overflow: hidden;
  background: url("../images/ydcx_03.webp") 50% no-repeat;
  background-size: auto 100%;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 1;
  pointer-events: none;
}

.ydcx01c_t .c {
  width: calc(100% - 2rem);
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
}

.ydcx01c_t input.ydcx01_btn {
  width: 2rem;
  height: 0.6rem;
  border-radius: 0.6rem;
  -webkit-border-radius: 0.6rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  border: 1px solid #f14141;
  background: linear-gradient(to right, rgb(105, 16, 16), rgba(105, 16, 16, 0));
  background: -webkit-linear-gradient(to right, rgb(105, 16, 16), rgba(105, 16, 16, 0));
  background: -o-linear-gradient(to right, rgb(105, 16, 16), rgba(105, 16, 16, 0));
  background: -moz-linear-gradient(to right, rgb(105, 16, 16), rgba(105, 16, 16, 0));
  color: #fff;
  cursor: pointer;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
}

.ydcx01c_t input.ydcx01_txt {
  width: calc(100% - 2rem - 0.25rem);
  overflow: hidden;
  height: 0.6rem;
  border-radius: 0.6rem;
  -webkit-border-radius: 0.6rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0px 0.3rem;
  color: #fff;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #76819d;
}

.ydcx01c_t .ydcx01_txt::-moz-placeholder {
  color: #8e9fc0;
}
.ydcx01c_t .ydcx01_txt::-moz-placeholder {
  color: #8e9fc0;
}
.ydcx01c_t .ydcx01_txt::-ms-input-placeholder {
  color: #8e9fc0;
}
.ydcx01c_t .ydcx01_txt::-webkit-input-placeholder {
  color: #8e9fc0;
}

.ydcx01c_t input.ydcx01_btn:hover {
  background: linear-gradient(to right, rgb(105, 16, 16), rgb(105, 16, 16));
  background: -webkit-linear-gradient(to right, rgb(105, 16, 16), rgb(105, 16, 16));
  background: -o-linear-gradient(to right, rgb(105, 16, 16), rgb(105, 16, 16));
  background: -moz-linear-gradient(to right, rgb(105, 16, 16), rgb(105, 16, 16));
}

.ydcx01c_01 {
  width: calc(100% - 2rem);
  overflow: hidden;
  margin: 0px auto;
  padding: 0px;
  margin-top: 0.8rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 0.08rem;
  -webkit-border-radius: 0.08rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  border: 1px solid #535f79;
}

.ydcx01c_01 .p {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  min-width: 1rem;
}

.ydcx01c_01 .p1 {
  position: relative;
  padding: 0.15rem 0.3rem 0.15rem 0.2rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
}

.ydcx01c_01 .p1::before {
  content: "";
  width: 0.04rem;
  height: 0.23rem;
  display: block;
  border-radius: 0.04rem;
  -webkit-border-radius: 0.04rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #8a9abb;
}

.ydcx01c_01 .p1 i {
  color: #8e9fc0;
}

.ydcx01c_01 .p2 {
  padding: 0.25rem 0.5rem 0.5rem 0.5rem;
}

.ydcx01c_01 .p2 ul {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
}

.ydcx01c_01 .p2 ul li .p2ctxt {
  width: 100%;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-start;
}

.ydcx01c_01 .p2 ul li .p2ctxt img {
  width: 0.42rem;
  display: block;
}

.ydcx01c_01 .p2 ul li .p2ctxt .c {
  width: calc(100% - 0.42rem - 0.2rem);
  margin-left: 0.2rem;
}

.ydcx01c_01 .p2 ul li .p2ctxt .ai1 {
  color: #8e9fc0;
  line-height: 1.3;
}

.ydcx01c_02 {
  width: calc(100% - 2rem);
  overflow: hidden;
  margin: 0px auto;
  padding: 0px;
  margin-top: 0.8rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 0.08rem;
  -webkit-border-radius: 0.08rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  border: 1px solid #535f79;
  background: url("../images/ydcx_04.webp") 50% no-repeat;
  background-size: cover;
}

.ydcx01c_02 .p {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.ydcx01c_02 .p1 {
  position: relative;
  padding: 0.15rem 0.3rem 0.15rem 0.2rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
}

.ydcx01c_02 .p1::before {
  content: "";
  width: 0.04rem;
  height: 0.23rem;
  display: block;
  border-radius: 0.04rem;
  -webkit-border-radius: 0.04rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #8a9abb;
}

.ydcx01c_02 .p2 {
  padding: 0rem 0.5rem 0rem 0.5rem;
  overflow: visible;
}

.ydcx01c_02 .p2 ul {
  width: 100%;
  overflow: visible;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
}

.ydcx01c_02 .p2 ul li {
  overflow: visible;
}

.ydcx01c_02 .p2 ul li.li1 {
  padding: 0.2rem 0px 0.5rem 0px;
  position: relative;
}

.ydcx01c_02 .p2 ul li.li1 .txt {
  width: 100%;
  overflow: visible;
  position: relative;
  z-index: 9;
}

.ydcx01c_02 .p2 ul li.li1 .ai1 {
  line-height: 0.3rem;
  color: #8e9fc0;
  text-align: center;
  position: relative;
  overflow: visible;
}

.ydcx01c_02 .p2 ul li.li1 .ai1::before {
  content: "";
  display: none;
  width: 0.14rem;
  height: 0.14rem;
  background: url("../images/ydcx_05.png") 50% no-repeat;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  position: absolute;
  left: 50%;
  top: -0.3rem;
  margin-left: -0.07rem;
  -moz-box-shadow: 0 0 0.4rem rgb(103, 177, 255);
  -webkit-box-shadow: 0 0 0.4rem rgb(103, 177, 255);
  box-shadow: 0 0 0.4rem rgb(103, 177, 255);
}

.ydcx01c_02 .p2 ul li.li1 .ai2 {
  line-height: 0.5rem;
  color: #8e9fc0;
  font-weight: bold;
  text-align: center;
}

.ydcx01c_02 .p2 ul li.li1::before {
  content: "";
  width: 2.2rem;
  height: 100%;
  display: none;
  overflow: hidden;
  background: url("../images/ydcx_06.png") 50% 100% no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: 50%;
  bottom: 0px;
  pointer-events: none;
  z-index: 1;
  transform: translateX(-50%);
}

.ydcx01c_02 .p2 ul li.li2 {
  padding: 0px 0.2rem;
}

.ydcx01c_02 .p2 ul li.li2 .img {
  width: 1.76rem;
  overflow: hidden;
  position: relative;
}

.ydcx01c_02 .p2 ul li.li2 .img img.img1 {
  margin-top: 0.56rem;
  width: 100%;
  display: block;
}

.ydcx01c_02 .p2 ul li.li2 .img img.img1_on {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  display: none;
}

.ydcx01c_02 .p2 ul li.li2 .img img.img2 {
  height: 0.24rem;
  display: block;
  position: absolute;
  left: 50%;
  top: 0.2rem;
  transform: translateX(-50%);
}

.ydcx01c_02 .p2 ul li.active .ai1 {
  color: #fff;
}

.ydcx01c_02 .p2 ul li.active .ai1::before {
  display: block;
}

.ydcx01c_02 .p2 ul li.active .ai2 {
  color: #fff;
}

.ydcx01c_02 .p2 ul li.active::before {
  display: block;
}

.ydcx01c_02 .p2 ul li.active .img img.img1 {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.ydcx01c_02 .p2 ul li.active .img img.img1_on {
  display: block;
}

.ydcx01c_03 {
  width: calc(100% - 2rem);
  overflow: hidden;
  margin: 0px auto;
  padding: 0px;
  margin-top: 0.8rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 0.08rem;
  -webkit-border-radius: 0.08rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  border: 1px solid #535f79;
}

.ydcx01c_03 .p {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.ydcx01c_03 .p1 {
  position: relative;
  padding: 0.15rem 0.3rem 0.15rem 0.2rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
}

.ydcx01c_03 .p1::before {
  content: "";
  width: 0.04rem;
  height: 0.23rem;
  display: block;
  border-radius: 0.04rem;
  -webkit-border-radius: 0.04rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #8a9abb;
}

.ydcx01c_03 .p2 {
  padding: 0.25rem 0.5rem 0rem 0.5rem;
}

.ydcx01c_03 .p2 ul li {
  width: 100%;
  overflow: visible;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  position: relative;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
}

.ydcx01c_03 .p2 ul li::before {
  content: "";
  width: calc(100% - 0rem);
  height: 1px;
  display: block;
  border-bottom: 1px dashed #495f82;
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.ydcx01c_03 .p2 ul li .sp {
  display: inline-block;
  position: relative;
  line-height: 1.75;
}

.ydcx01c_03 .p2 ul li .sp1 {
  width: 10%;
  display: flex;
  display: -webkit-flex;
  align-items: flex-start;
  justify-content: flex-start;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-left: 0rem;
  line-height: 0.5rem;
}

.ydcx01c_03 .p2 ul li .sp1::before {
  content: "";
  display: block;
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  border: 2px solid #e12929;
  display: none;
}

.ydcx01c_03 .p2 ul li .sp2 {
  width: 23.29%;
}

.ydcx01c_03 .p2 ul li .sp3 {
  width: 18.57%;
}

.ydcx01c_03 .p2 ul li .sp4 {
  width: 16.29%;
}

.ydcx01c_03 .p2 ul li .ai1 {
  color: #8e9fc0;
  margin-bottom: 0.05rem;
}

.ydcx01c_03 .p2 ul li .b1 {
  width: 0.03rem;
  height: calc(50% - 0.1rem);
  display: block;
  border-left: 0.03rem dashed #e12929;
  position: absolute;
  left: calc((0.1rem - 3px) / 2);
  top: 0px;
  display: none;
}

.ydcx01c_03 .p2 ul li .b2 {
  width: 0.03rem;
  height: calc(50% - 0.1rem);
  display: block;
  border-left: 0.03rem dashed #e12929;
  position: absolute;
  left: calc((0.1rem - 3px) / 2);
  bottom: 0px;
  display: none;
}

.ydcx01c_03 .p2 ul li .sp_table {
  width: 90%;
}

.ydcx01c_03 .p2 ul li .sp_table table {
  widtH: 100%;
  overflow: hidden;
}

.ydcx01c_03 .p2 ul li .sp_table table tr th {
  font-weight: normal;
  color: #8e9fc0;
  margin-bottom: 0.05rem;
  line-height: 0.5rem;
}

.ydcx01c_03 .p2 ul li .sp_table table tr th:nth-child(1) {
  width: 25%;
}

.ydcx01c_03 .p2 ul li .sp_table table tr th:nth-child(2) {
  width: 20%;
}

.ydcx01c_03 .p2 ul li .sp_table table tr th:nth-child(3) {
  width: 15%;
}

.ydcx01c_03 .p2 ul li:first-child .b1 {
  display: none;
}

.ydcx01c_03 .p2 ul li:last-child .b2 {
  display: none;
}

.ydcx01c_03 .p2 ul li:last-child .sp1::before {
  background-color: #e12929;
  -moz-box-shadow: 0 0 0.04rem rgb(218, 62, 63);
  -webkit-box-shadow: 0 0 0.04rem rgb(218, 62, 63);
  box-shadow: 0 0 0.04rem rgb(218, 62, 63);
}

.ydcx01c_03 .p2 ul li:last-child {
  margin-bottom: 0.8rem;
  padding-bottom: 0.3rem;
}

.ydcx01c_no {
  width: 100%;
  overflow: hidden;
  margin-top: 0.8rem;
  text-align: center;
}

.ydcx01c_no .p {
  width: 100%;
  overflow: hidden;
  text-align: center;
}

.ydcx01c_no .p1 img {
  display: block;
  width: 1.7rem;
  margin: 0px auto;
  padding: 0px;
}

.ydcx01c_no .p2 {
  color: #8e9fc0;
}

.cxjg_01 {
  overflow: hidden;
}

.cxjg_01 .p {
  width: 100%;
  overflow: hidden;
}

.cxjg_01 .p1 {
  color: #4f5b73;
}

.cxjg_01 .p2 {
  overflow: hidden;
}

.cxjg_01 .p2 {
  width: 100%;
  overflow: hidden;
  background-color: #2e3a4f;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0.1rem;
  border-radius: 0.08rem;
  -webkit-border-radius: 0.08rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
}

.cxjg_01 .p2 .c {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.cxjg_01 .p2 table {
  width: 100%;
  overflow: hidden;
}

.cxjg_01 .p2 table tr td {
  padding: 0.25rem 0.2rem;
  border-bottom: 0.01rem dashed #495f82;
}

.cxjg_01 .p2 table tr:first-child {
  background-color: #262b38;
}

.cxjg_01 .p2 table tr:first-child td:first-child {
  border-radius: 0.08rem 0px 0px 0.08rem;
  -webkit-border-radius: 0.08rem 0px 0px 0.08rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
}

.cxjg_01 .p2 table tr:first-child td:last-child {
  border-radius: 0px 0.08rem 0.08rem 0px;
  -webkit-border-radius: 0px 0.08rem 0.08rem 0px;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
}

.cxjg_01 .p2 table tr:first-child td {
  padding: 0.25rem 0.2rem;
  border-bottom: 0px;
}

.cxjg_01 .p2 table tr td img {
  max-width: 100%;
  display: block;
}

.cxjg_01 .p2 table tr:hover {
  background-color: #354664;
}

.cxjg_01 .p2 table tr:hover td:first-child {
  border-radius: 0.1rem 0px 0px 0.1rem;
  -webkit-border-radius: 0.1rem 0px 0px 0.1rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
}

.cxjg_01 .p2 table tr:hover td:last-child {
  border-radius: 0rem 0.1rem 0.1rem 0px;
  -webkit-border-radius: 0rem 0.1rem 0.1rem 0px;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
}

.cxjg_01 .p2 table tr:first-child:hover {
  background-color: #262b38;
}

.cxjg_01 .p2 table thead {
  position: sticky;
  top: 1.3rem;
}

.cxjg_01 .p2 .ai1 {
  color: #e12929;
  padding: 0.25rem 0.2rem 0.4rem 0.2rem;
}

.cxjg_01_table {
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 0px;
  z-index: 9996;
  transform: translateX(-50%);
}

.cxjg_01_table ul {
  width: 100%;
  background-color: #262b38;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 0.08rem;
  -webkit-border-radius: 0.08rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.cxjg_01_table ul li {
  float: left;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0.25rem 0.2rem;
}

.cxjg_01_table{display:none;}
.cxjg_01_table.active {
  position: fixed;
  display:block;
  top: 0.8rem !important;
}

.cxjg_01_table.active1 {
  position: fixed;
  top: 1.83rem !important;
}

.hbcx_01 {
  overflow: hidden;
}

.hbcx01_nr {
  width: 100%;
  overflow: hidden;
  height: 0.6rem;
  position: relative;
}

.hbcx01r_t {
  width: 100%;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.hbcx01r_t .hb01_click {
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 0px;
}

.hbcx01r_t .hb01_click .hb01_more {
  width: 1.8rem;
  height: 0.6rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 0.6rem;
  -webkit-border-radius: 0.6rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  border: 1px solid #e12929;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.hbcx01r_t .hb01_click .hb01_more span {
  display: inline-block;
  background: url("../images/hb_01.png") 100% 50% no-repeat;
  background-size: 0.26rem;
  padding-right: 0.45rem;
}

.hbcx01r_t .hb01_click .hb01_more:hover {
  border: 1px solid #f14141;
  background: linear-gradient(to right, rgb(105, 16, 16), rgb(105, 16, 16));
  background: -webkit-linear-gradient(to right, rgb(105, 16, 16), rgb(105, 16, 16));
  background: -o-linear-gradient(to right, rgb(105, 16, 16), rgb(105, 16, 16));
  background: -moz-linear-gradient(to right, rgb(105, 16, 16), rgb(105, 16, 16));
}

.hbcx01r_t .hb01_rci {
  display: inline-block;
  margin-left: 0rem;
}

.hbcx01r_c {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  display: none;
}

.hbcx01r_c .hb01rc_txt {
  width: 6rem;
  height: 0.6rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 1px solid #9da4b4;
  border-radius: 0.6rem;
  -webkit-border-radius: 0.6rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  padding: 0px 0.3rem;
  background-color: rgba(255, 255, 255, 0);
  float: left;
  color: #fff;
}

.hbcx01r_c .hb01rc_txt::-moz-placeholder {
  color: #8e9fc0;
}
.hbcx01r_c .hb01rc_txt::-moz-placeholder {
  color: #8e9fc0;
}
.hbcx01r_c .hb01rc_txt::-ms-input-placeholder {
  color: #8e9fc0;
}
.hbcx01r_c .hb01rc_txt::-webkit-input-placeholder {
  color: #8e9fc0;
}

.hbcx01r_c .hb01rc_btn {
  float: left;
  margin-left: 0.3rem;
  width: 1.8rem;
  height: 0.6rem;
  cursor: pointer;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 0.6rem;
  -webkit-border-radius: 0.6rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border: 1px solid #f14141;
  background: linear-gradient(to right, rgb(105, 16, 16), rgba(105, 16, 16, 0));
  background: -webkit-linear-gradient(to right, rgb(105, 16, 16), rgba(105, 16, 16, 0));
  background: -o-linear-gradient(to right, rgb(105, 16, 16), rgba(105, 16, 16, 0));
  background: -moz-linear-gradient(to right, rgb(105, 16, 16), rgba(105, 16, 16, 0));
}

.hbcx01r_c .hb01rc_btn:hover {
  border: 1px solid #f14141;
  background: linear-gradient(to right, rgb(105, 16, 16), rgb(105, 16, 16));
  background: -webkit-linear-gradient(to right, rgb(105, 16, 16), rgb(105, 16, 16));
  background: -o-linear-gradient(to right, rgb(105, 16, 16), rgb(105, 16, 16));
  background: -moz-linear-gradient(to right, rgb(105, 16, 16), rgb(105, 16, 16));
}

.hbcx01r_c .hb01rc_qx {
  float: left;
  margin-left: 0.3rem;
  width: 1.8rem;
  height: 0.6rem;
  cursor: pointer;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 0.6rem;
  -webkit-border-radius: 0.6rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border: 1px solid #9da4b4;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: linear-gradient(to right, rgb(43, 56, 79), rgba(37, 45, 63, 0.5));
  background: -webkit-linear-gradient(to right, rgb(43, 56, 79), rgba(37, 45, 63, 0.5));
  background: -o-linear-gradient(to right, rgb(43, 56, 79), rgba(37, 45, 63, 0.5));
  background: -moz-linear-gradient(to right, rgb(43, 56, 79), rgba(37, 45, 63, 0.5));
}

.hbcx01r_c .hb01rc_qx:hover {
  border: 1px solid #f14141;
  background: linear-gradient(to right, rgb(105, 16, 16), rgb(105, 16, 16));
  background: -webkit-linear-gradient(to right, rgb(105, 16, 16), rgb(105, 16, 16));
  background: -o-linear-gradient(to right, rgb(105, 16, 16), rgb(105, 16, 16));
  background: -moz-linear-gradient(to right, rgb(105, 16, 16), rgb(105, 16, 16));
}

.hbcx01r_c .hb01rc_qx1 {
  float: left;
  margin-left: 0.3rem;
  width: 1.8rem;
  height: 0.6rem;
  cursor: pointer;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 0.6rem;
  -webkit-border-radius: 0.6rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border: 1px solid #9da4b4;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: linear-gradient(to right, rgb(43, 56, 79), rgba(37, 45, 63, 0.5));
  background: -webkit-linear-gradient(to right, rgb(43, 56, 79), rgba(37, 45, 63, 0.5));
  background: -o-linear-gradient(to right, rgb(43, 56, 79), rgba(37, 45, 63, 0.5));
  background: -moz-linear-gradient(to right, rgb(43, 56, 79), rgba(37, 45, 63, 0.5));
}

.hbcx01r_c .hb01rc_qx1:hover {
  border: 1px solid #f14141;
  background: linear-gradient(to right, rgb(105, 16, 16), rgb(105, 16, 16));
  background: -webkit-linear-gradient(to right, rgb(105, 16, 16), rgb(105, 16, 16));
  background: -o-linear-gradient(to right, rgb(105, 16, 16), rgb(105, 16, 16));
  background: -moz-linear-gradient(to right, rgb(105, 16, 16), rgb(105, 16, 16));
}

.hbcx01r_c .qkclick {
  width: 0.2rem;
  height: 100%;
  overflow: hidden;
  cursor: pointer;
  background: url("../images/menu_02.svg") 50% no-repeat;
  background-size: 100%;
  position: absolute;
  left: 5.5rem;
  top: 0px;
  z-index: 9;
  display: none;
}

.hbcx01r_c .qkclick.active {
  display: block;
}

.hbcx_01 ul {
  width: 100%;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.hbcx_01 ul li {
  margin-right: 0.3rem;
}

.hbcx_01 ul li a {
  width: 1.8rem;
  height: 0.6rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 0.6rem;
  -webkit-border-radius: 0.6rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  border: 1px solid #9da4b4;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: linear-gradient(to right, rgb(43, 56, 79), rgba(37, 45, 63, 0.5));
  background: -webkit-linear-gradient(to right, rgb(43, 56, 79), rgba(37, 45, 63, 0.5));
  background: -o-linear-gradient(to right, rgb(43, 56, 79), rgba(37, 45, 63, 0.5));
  background: -moz-linear-gradient(to right, rgb(43, 56, 79), rgba(37, 45, 63, 0.5));
}

.hbcx_01 ul li:last-child {
  margin-right: 0px;
}

.hbcx_01 ul li.active a {
  border: 1px solid #f14141;
  background: linear-gradient(to right, rgb(105, 16, 16), rgba(105, 16, 16, 0));
  background: -webkit-linear-gradient(to right, rgb(105, 16, 16), rgba(105, 16, 16, 0));
  background: -o-linear-gradient(to right, rgb(105, 16, 16), rgba(105, 16, 16, 0));
  background: -moz-linear-gradient(to right, rgb(105, 16, 16), rgba(105, 16, 16, 0));
}

.hbcx_01 ul li a:hover {
  border: 1px solid #f14141;
  background: linear-gradient(to right, rgb(105, 16, 16), rgb(105, 16, 16));
  background: -webkit-linear-gradient(to right, rgb(105, 16, 16), rgb(105, 16, 16));
  background: -o-linear-gradient(to right, rgb(105, 16, 16), rgb(105, 16, 16));
  background: -moz-linear-gradient(to right, rgb(105, 16, 16), rgb(105, 16, 16));
}

.fx01_c {
  width: 100%;
  overflow: hidden;
}

.fx01_c img {
  width: 100%;
  display: block;
}

.f404fr {
  width: 100%;
  overflow: hidden;
}

.f404fr img {
  width: 100%;
  display: block;
}

.layui-laydate {
  background-color: #262c39;
}

.layui-laydate-content th {
  color: #666;
}



.layui-laydate .layui-this, .layui-laydate .layui-this > div {
  background-color: #e12929 !important;
}

.layui-laydate-footer span {
  background-color: #576377;
  padding: 0px 10px !important;
  color: #fff !important;
}

.jxrightfr {
  width: 1rem;
  overflow: hidden;
  position: fixed;
  right: 0.05rem;
  bottom: 2.3rem;
  z-index: 9998;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 1px solid #7f88a4;
  border-radius: 0.08rem;
  -webkit-border-radius: 0.08rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  background-color: #323742;
}

.jxrightfr ul li {
  width: 100%;
  overflow: hidden;
  padding: 0.2rem 0.15rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: relative;
}

.jxrightfr ul li::before {
  content: "";
  display: block;
  width: calc(100% - 0.3rem);
  height: 1px;
  border-top: 1px dashed #565d70;
  position: absolute;
  left: 0.15rem;
  top: 0px;
}

.jxrightfr ul li:first-child {
  border-top: 0px;
}

.jxrightfr ul li:first-child::before {
  display: none;
}

.jxrightfr ul li a {
  width: 100%;
  display: block;
  overflow: hidden;
}

.jxrightfr ul li .p {
  width: 100%;
  overflow: hidden;
  text-align: center;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
}

.jxrightfr ul li .p1 i {
  display: inline-block;
  position: relative;
}

.jxrightfr ul li .p1 i img {
  display: block;
  height: 0.24rem;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
}

.jxrightfr ul li .p1 i img.img1 {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.jxrightfr ul li .p1 i img.img2 {
  position: absolute;
  left: 0px;
  top: 0px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.jxrightfr ul li .p2 {
  color: rgba(255, 255, 255, 0.4);
}

.jxrightfr ul li:hover .p1 i img.img1 {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.jxrightfr ul li:hover .p1 i img.img2 {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.jxrightfr ul li:hover .p2 {
  color: #fff;
}

.jxrightfr ul li.active .p1 i img.img1 {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.jxrightfr ul li.active .p1 i img.img2 {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.jxrightfr ul li.active .p2 {
  color: #fff;
}

.retopfr {
  width: 1rem;
  height: 1rem;
  overflow: hidden;
  position: fixed;
  cursor: pointer;
  right: 0.05rem;
  bottom: 1rem;
  z-index: 9999;
  background-color: #1d2434;
  border: 1px solid #6c7282;
  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;
  border-radius: 0.08rem;
  -webkit-border-radius: 0.08rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  display: none;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
}

.retopfr .c {
  display: inline-block;
  width: 100%;
}

.retopfr .p {
  width: 100%;
  overflow: hidden;
}

.retopfr .p1 img {
  display: block;
  height: 0.3rem;
  margin: 0px auto;
  padding: 0px;
}

.retopfr .p2 {
  text-align: center;
  margin-top: 0.05rem;
}

.retopfr.active {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.retopfr:hover {
  background-color: #576377;
}

.more1 {
  display: inline-block;
  line-height: 0.5rem;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 1.5px solid rgba(255, 255, 255, 0);
  background: url("../images/in_08.png") 50% no-repeat;
  background-size: 100% 100%;
}

.more1 span {
  display: inline-block;
  color: #fff;
  position: relative;
  z-index: 9;
  padding: 0px 0.09rem;
  margin: 0px 0.25rem;
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.more1 span.sp1 {
  padding: 0px 0.1rem;
}

.more1 i {
  display: inline-block;
  position: relative;
  padding-right: 0.26rem;
}

.more1 i::before {
  content: "";
  display: block;
  width: 0.1rem;
  height: 100%;
  background: url("../images/t_03.svg") 50% no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0px;
  top: 0px;
}

.a_more1:hover {
  background: linear-gradient(to right, rgba(225, 41, 41, 0.2) 4%, rgba(225, 41, 41, 0.05) 96%);
  background: -webkit-linear-gradient(to right, rgba(225, 41, 41, 0.2) 4%, rgba(225, 41, 41, 0.05) 96%);
  background: -o-linear-gradient(to right, rgba(225, 41, 41, 0.2) 4%, rgba(225, 41, 41, 0.05) 96%);
  background: -moz-linear-gradient(to right, rgba(225, 41, 41, 0.2) 4%, rgba(225, 41, 41, 0.05) 96%);
  border: 1.5px solid #f42640;
}

.a_more1:hover::before {
  opacity: 0;
}

.a_more1:hover::after {
  opacity: 0;
}

.a_more1:hover span {
  background: none;
}

.more2 {
  display: inline-block;
  position: relative;
  line-height: 0.6rem;
  padding: 0px 0.5rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 1px solid #f14141;
  border-radius: 0.6rem;
  -webkit-border-radius: 0.6rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  text-transform: uppercase;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
}

.more2::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  border-radius: 0.6rem;
  -webkit-border-radius: 0.6rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  background: linear-gradient(to right, rgba(105, 16, 16, 0.5), rgba(105, 17, 17, 0.1));
  background: -webkit-linear-gradient(to right, rgba(105, 16, 16, 0.5), rgba(105, 17, 17, 0.1));
  background: -o-linear-gradient(to right, rgba(105, 16, 16, 0.5), rgba(105, 17, 17, 0.1));
  background: -moz-linear-gradient(to right, rgba(105, 16, 16, 0.5), rgba(105, 17, 17, 0.1));
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
}

.more2 span {
  display: inline-block;
  position: relative;
  padding-right: 0.5rem;
  color: #fff;
  z-index: 9;
}

.more2 span::before {
  content: "";
  display: block;
  width: 0.25rem;
  height: 100%;
  background: url("../images/c_03.png") 50% no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0px;
  top: 0px;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
}

.more2:hover::before {
  background: linear-gradient(to right, rgba(105, 16, 16, 0.5), rgba(105, 17, 17, 0.5));
  background: -webkit-linear-gradient(to right, rgba(105, 16, 16, 0.5), rgba(105, 17, 17, 0.5));
  background: -o-linear-gradient(to right, rgba(105, 16, 16, 0.5), rgba(105, 17, 17, 0.5));
  background: -moz-linear-gradient(to right, rgba(105, 16, 16, 0.5), rgba(105, 17, 17, 0.5));
}

.more2:hover span::before {
  right: -0.04rem;
}

.more3 {
  width: 0.5rem;
  height: 0.5rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 1px solid rgba(241, 65, 65, 0);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
}

.more3::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  z-index: 1;
  background: linear-gradient(to right, rgba(105, 16, 16, 0.5), rgba(105, 17, 17, 0.1));
  background: -webkit-linear-gradient(to right, rgba(105, 16, 16, 0.5), rgba(105, 17, 17, 0.1));
  background: -o-linear-gradient(to right, rgba(105, 16, 16, 0.5), rgba(105, 17, 17, 0.1));
  background: -moz-linear-gradient(to right, rgba(105, 16, 16, 0.5), rgba(105, 17, 17, 0.1));
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.more3 b {
  width: 100%;
  height: 100%;
  display: block;
  background: url("../images/c_05.png") 50% no-repeat;
  background-size: 0.25rem;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 3;
}

.more4 {
  width: 1.2rem;
  height: 0.44rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 0.44rem;
  -webkit-border-radius: 0.44rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  border: 1px solid #f14141;
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  cursor: pointer;
}

.more4 span {
  display: inline-block;
  position: relative;
  z-index: 9;
}

.more4::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  border-radius: 0.6rem;
  -webkit-border-radius: 0.6rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  background: linear-gradient(to right, rgba(105, 16, 16, 0.5), rgba(105, 17, 17, 0.1));
  background: -webkit-linear-gradient(to right, rgba(105, 16, 16, 0.5), rgba(105, 17, 17, 0.1));
  background: -o-linear-gradient(to right, rgba(105, 16, 16, 0.5), rgba(105, 17, 17, 0.1));
  background: -moz-linear-gradient(to right, rgba(105, 16, 16, 0.5), rgba(105, 17, 17, 0.1));
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
}

.more4:hover:before {
  background: linear-gradient(to right, rgba(105, 16, 16, 0.5), rgba(105, 17, 17, 0.5));
  background: -webkit-linear-gradient(to right, rgba(105, 16, 16, 0.5), rgba(105, 17, 17, 0.5));
  background: -o-linear-gradient(to right, rgba(105, 16, 16, 0.5), rgba(105, 17, 17, 0.5));
  background: -moz-linear-gradient(to right, rgba(105, 16, 16, 0.5), rgba(105, 17, 17, 0.5));
}

.more5 {
  width: 1.4rem;
  height: 0.5rem;
  display: inline-block;
  background: url("../images/in_08.png") 50% no-repeat;
  background-size: 100% 100%;
  color: #fff;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.more6 {
  width: 3.2rem;
  display: inline-block;
  height: 0.6rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 0.6rem;
  -webkit-border-radius: 0.6rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border: 1px solid #9da4b4;
  background: linear-gradient(to right, rgb(105, 16, 16), rgba(105, 16, 16, 0));
  background: -webkit-linear-gradient(to right, rgb(105, 16, 16), rgba(105, 16, 16, 0));
  background: -o-linear-gradient(to right, rgb(105, 16, 16), rgba(105, 16, 16, 0));
  background: -moz-linear-gradient(to right, rgb(105, 16, 16), rgba(105, 16, 16, 0));
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
}

.more6:hover {
  border: 1px solid #f14141;
  background: linear-gradient(to right, rgb(105, 16, 16), rgb(105, 16, 16));
  background: -webkit-linear-gradient(to right, rgb(105, 16, 16), rgb(105, 16, 16));
  background: -o-linear-gradient(to right, rgb(105, 16, 16), rgb(105, 16, 16));
  background: -moz-linear-gradient(to right, rgb(105, 16, 16), rgb(105, 16, 16));
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
  color: #fff;
}

.sel1 {
  overflow: hidden;
  position: relative;
  display: inline-block;
}

.sel1 .c {
  display: inline-block;
  position: relative;
}

.sel1 .c::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  border: 1px solid #6a7189;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  padding: 0px;
}

.sel1 .c::after {
  content: "";
  display: block;
  width: calc(100% - 0rem);
  height: calc(100% - 0rem);
  overflow: hidden;
  position: absolute;
  left: 0rem;
  top: 0rem;
  z-index: 2;
  background: linear-gradient(to right, rgba(66, 90, 128, 0.5), rgba(37, 45, 63, 0.2));
  background: -webkit-linear-gradient(to right, rgba(66, 90, 128, 0.5), rgba(37, 45, 63, 0.2));
  background: -o-linear-gradient(to right, rgba(66, 90, 128, 0.5), rgba(37, 45, 63, 0.2));
  background: -moz-linear-gradient(to right, rgba(66, 90, 128, 0.5), rgba(37, 45, 63, 0.2));
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.sel1::before {
  content: "";
  display: block;
  width: 0.16rem;
  height: 100%;
  background: url("../images/t_03.svg") 50% no-repeat;
  background-size: 100%;
  pointer-events: none;
  position: absolute;
  right: 0.18rem;
  top: 0px;
  z-index: 9;
}

.sel1 .sel_year {
  height: 0.5rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  background: none;
  color: #fff;
  border: 0px;
  min-width: 2rem;
  padding: 0px 0.4rem 0px 0.3rem;
  position: relative;
  z-index: 9;
  cursor: pointer;
}

.sel1111 {
  overflow: visible;
  position: relative;
  display: inline-block;
}

.sel1111 .c {
  display: inline-block;
  position: relative;
}

.sel1111 .layui-form-select::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  border: 1px solid #6a7189;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  padding: 0px;
  pointer-events: none;
}

.sel1111 .layui-form-select::after {
  content: "";
  display: block;
  pointer-events: none;
  width: calc(100% - 0rem);
  height: calc(100% - 0rem);
  overflow: hidden;
  position: absolute;
  left: 0rem;
  top: 0rem;
  z-index: 2;
  background: linear-gradient(to right, rgba(66, 90, 128, 0.5), rgba(37, 45, 63, 0.2));
  background: -webkit-linear-gradient(to right, rgba(66, 90, 128, 0.5), rgba(37, 45, 63, 0.2));
  background: -o-linear-gradient(to right, rgba(66, 90, 128, 0.5), rgba(37, 45, 63, 0.2));
  background: -moz-linear-gradient(to right, rgba(66, 90, 128, 0.5), rgba(37, 45, 63, 0.2));
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.sel1111 .layui-form-select .layui-input {
  background-color: rgba(255, 255, 255, 0);
  border: 0px;
  color: #fff;
  height: 0.5rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  background: none;
  color: #fff;
  border: 0px;
  min-width: 2rem;
  padding: 0px 0.4rem 0px 0.3rem;
  position: relative;
  z-index: 9;
  cursor: pointer;
}

.sel1111 .layui-form-select .layui-input:focus {
  -moz-box-shadow: 0 0 0 rgba(255, 255, 255, 0);
  -webkit-box-shadow: 0 0 0 rgba(255, 255, 255, 0);
  box-shadow: 0 0 0 rgba(255, 255, 255, 0);
}

.sel1111 .layui-form-select .layui-edge {
  display: none;
}

.sel1111::before {
  content: "";
  display: block;
  width: 0.16rem;
  height: 100%;
  background: url("../images/t_03.svg") 50% no-repeat;
  background-size: 100%;
  pointer-events: none;
  position: absolute;
  right: 0.18rem;
  top: 0px;
  z-index: 9;
}

.sel1111 .layui-form-selected::before {
  border-radius: 0.25rem 0.25rem 0px 0px;
  -webkit-border-radius: 0.25rem 0.25rem 0px 0px;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
}

.sel1111 .layui-form-selected::after {
  border-radius: 0.25rem 0.25rem 0px 0px;
  -webkit-border-radius: 0.25rem 0.25rem 0px 0px;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
}

.sel1111 .layui-form-select dl {
  background: linear-gradient(to right, rgb(66, 90, 128), rgb(37, 45, 63));
  background: -webkit-linear-gradient(to right, rgb(66, 90, 128), rgb(37, 45, 63));
  background: -o-linear-gradient(to right, rgb(66, 90, 128), rgb(37, 45, 63));
  background: -moz-linear-gradient(to right, rgb(66, 90, 128), rgb(37, 45, 63));
  border: 1px solid #6a7189;
  border-top: 0px;
  top: 0.5rem;
}

.sel1111 .layui-form-select dl dd {
  color: #fff;
}

.sel1111 .layui-form-selectup dl {
  top: initial;
  bottom: 0.5rem;
}

.sel1111 .layui-form-selected.layui-form-selectup::before {
  border-radius: 0px 0px 0.25rem 0.25rem;
  -webkit-border-radius: 0px 0px 0.25rem 0.25rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
}

.sel1111 .layui-form-selected.layui-form-selectup::after {
  border-radius: 0px 0px 0.25rem 0.25rem;
  -webkit-border-radius: 0px 0px 0.25rem 0.25rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
}

.sel2222 {
  overflow: visible;
  position: relative;
  display: inline-block;
  width: 100%;
}

.sel2222 .c {
  display: inline-block;
  position: relative;
}

.sel2222 .layui-form-select::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  border: 1px solid #6a7189;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  padding: 0px;
  pointer-events: none;
}

.sel2222 .layui-form-select::after {
  content: "";
  display: block;
  pointer-events: none;
  width: calc(100% - 0rem);
  height: calc(100% - 0rem);
  overflow: hidden;
  position: absolute;
  left: 0rem;
  top: 0rem;
  z-index: 2;
  background: linear-gradient(to right, rgba(66, 90, 128, 0.5), rgba(37, 45, 63, 0.2));
  background: -webkit-linear-gradient(to right, rgba(66, 90, 128, 0.5), rgba(37, 45, 63, 0.2));
  background: -o-linear-gradient(to right, rgba(66, 90, 128, 0.5), rgba(37, 45, 63, 0.2));
  background: -moz-linear-gradient(to right, rgba(66, 90, 128, 0.5), rgba(37, 45, 63, 0.2));
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.sel2222 .layui-form-select .layui-input {
  background-color: rgba(255, 255, 255, 0);
  border: 0px;
  color: #fff;
  height: 0.5rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  background: none;
  color: #fff;
  border: 0px;
  min-width: 2rem;
  padding: 0px 0.4rem 0px 0.3rem;
  position: relative;
  z-index: 9;
  cursor: pointer;
}

.sel2222 .layui-form-select .layui-input:focus {
  -moz-box-shadow: 0 0 0 rgba(255, 255, 255, 0);
  -webkit-box-shadow: 0 0 0 rgba(255, 255, 255, 0);
  box-shadow: 0 0 0 rgba(255, 255, 255, 0);
}

.sel2222 .layui-form-select .layui-edge {
  display: none;
}

.sel2222::before {
  content: "";
  display: block;
  width: 0.16rem;
  height: 100%;
  background: url("../images/t_03.svg") 50% no-repeat;
  background-size: 100%;
  pointer-events: none;
  position: absolute;
  right: 0.18rem;
  top: 0px;
  z-index: 9;
}

.sel2222 .layui-form-selected::before {
  border-radius: 0.25rem 0.25rem 0px 0px;
  -webkit-border-radius: 0.25rem 0.25rem 0px 0px;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
}

.sel2222 .layui-form-selected::after {
  border-radius: 0.25rem 0.25rem 0px 0px;
  -webkit-border-radius: 0.25rem 0.25rem 0px 0px;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
}

.sel2222 .layui-form-select dl {
  background: linear-gradient(to right, rgb(66, 90, 128), rgb(37, 45, 63));
  background: -webkit-linear-gradient(to right, rgb(66, 90, 128), rgb(37, 45, 63));
  background: -o-linear-gradient(to right, rgb(66, 90, 128), rgb(37, 45, 63));
  background: -moz-linear-gradient(to right, rgb(66, 90, 128), rgb(37, 45, 63));
  border: 1px solid #6a7189;
  border-top: 0px;
  top: 0.5rem;
}

.sel2222 .layui-form-select dl dd {
  color: #fff;
}

.sel2222 .layui-form-selectup dl {
  top: initial;
  bottom: 0.5rem;
}

.sel2222 .layui-form-selected.layui-form-selectup::before {
  border-radius: 0px 0px 0.25rem 0.25rem;
  -webkit-border-radius: 0px 0px 0.25rem 0.25rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
}

.sel2222 .layui-form-selected.layui-form-selectup::after {
  border-radius: 0px 0px 0.25rem 0.25rem;
  -webkit-border-radius: 0px 0px 0.25rem 0.25rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
}

.sel33333 {
  text-align: left;
}

.sel33333 .layui-form-select dl dd, .layui-form-select dl dt {
  padding: 0px 0.28rem;
}
.sel33333 .layui-form-select dl dd:first-child{display:none;}

.layui-form-select dl dd.layui-this {
  background-color: #8e9fc0;
  color: #e12929;
}

.layui-form-select dl dd:hover {
  background-color: #8e9fc0;
  color: #e12929;
}

.boxrad {
  width: 0.2rem;
  height: 0.2rem;
  border: 0px;
  cursor: pointer;
  background: url("../images/box_01.svg") 50% no-repeat;
  background-size: 100% 100%;
  outline: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
}

.boxrad:checked {
  background-image: url("../images/box_01_active.svg");
  outline: none;
}

.ts01c_btn1 {
  width: 2rem;
  height: 0.6rem;
  cursor: pointer;
  width: 1.8rem;
  height: 0.6rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 0.6rem;
  -webkit-border-radius: 0.6rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border: 1px solid #f14141;
  background: linear-gradient(to right, rgb(105, 16, 16), rgba(105, 16, 16, 0));
  background: -webkit-linear-gradient(to right, rgb(105, 16, 16), rgba(105, 16, 16, 0));
  background: -o-linear-gradient(to right, rgb(105, 16, 16), rgba(105, 16, 16, 0));
  background: -moz-linear-gradient(to right, rgb(105, 16, 16), rgba(105, 16, 16, 0));
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
}

.ts01c_btn1:hover {
  border: 1px solid #f14141;
  background: linear-gradient(to right, rgb(105, 16, 16), rgb(105, 16, 16));
  background: -webkit-linear-gradient(to right, rgb(105, 16, 16), rgb(105, 16, 16));
  background: -o-linear-gradient(to right, rgb(105, 16, 16), rgb(105, 16, 16));
  background: -moz-linear-gradient(to right, rgb(105, 16, 16), rgb(105, 16, 16));
}

.ts01c_btn2 {
  width: 2rem;
  height: 0.6rem;
  cursor: pointer;
  width: 1.8rem;
  height: 0.6rem;

  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 0.6rem;
  -webkit-border-radius: 0.6rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border: 1px solid #9da4b4;
  background: linear-gradient(to right, rgb(43, 56, 79), rgba(37, 45, 63, 0.5));
  background: -webkit-linear-gradient(to right, rgb(43, 56, 79), rgba(37, 45, 63, 0.5));
  background: -o-linear-gradient(to right, rgb(43, 56, 79), rgba(37, 45, 63, 0.5));
  background: -moz-linear-gradient(to right, rgb(43, 56, 79), rgba(37, 45, 63, 0.5));
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
}

.ts01c_btn2:hover {
  border: 1px solid #f14141;
  background: linear-gradient(to right, rgb(105, 16, 16), rgb(105, 16, 16));
  background: -webkit-linear-gradient(to right, rgb(105, 16, 16), rgb(105, 16, 16));
  background: -o-linear-gradient(to right, rgb(105, 16, 16), rgb(105, 16, 16));
  background: -moz-linear-gradient(to right, rgb(105, 16, 16), rgb(105, 16, 16));
}

.more7 {
  width: 2rem;
  height: 0.6rem;
  cursor: pointer;
  width: 1.8rem;
  height: 0.6rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 0.6rem;
  -webkit-border-radius: 0.6rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border: 1px solid #f14141;
  background: linear-gradient(to right, rgb(105, 16, 16), rgba(105, 16, 16, 0));
  background: -webkit-linear-gradient(to right, rgb(105, 16, 16), rgba(105, 16, 16, 0));
  background: -o-linear-gradient(to right, rgb(105, 16, 16), rgba(105, 16, 16, 0));
  background: -moz-linear-gradient(to right, rgb(105, 16, 16), rgba(105, 16, 16, 0));
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
}

.more7:hover {
  border: 1px solid #f14141;
  background: linear-gradient(to right, rgb(105, 16, 16), rgb(105, 16, 16));
  background: -webkit-linear-gradient(to right, rgb(105, 16, 16), rgb(105, 16, 16));
  background: -o-linear-gradient(to right, rgb(105, 16, 16), rgb(105, 16, 16));
  background: -moz-linear-gradient(to right, rgb(105, 16, 16), rgb(105, 16, 16));
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
  color: #fff;
}

.more8 {
  width: 2rem;
  height: 0.6rem;
  cursor: pointer;
  width: 1.8rem;
  height: 0.6rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 0.6rem;
  -webkit-border-radius: 0.6rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border: 1px solid #9da4b4;
  background: linear-gradient(to right, rgb(43, 56, 79), rgba(37, 45, 63, 0.5));
  background: -webkit-linear-gradient(to right, rgb(43, 56, 79), rgba(37, 45, 63, 0.5));
  background: -o-linear-gradient(to right, rgb(43, 56, 79), rgba(37, 45, 63, 0.5));
  background: -moz-linear-gradient(to right, rgb(43, 56, 79), rgba(37, 45, 63, 0.5));
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
}

.more8:hover {
  border: 1px solid #f14141;
  background: linear-gradient(to right, rgb(105, 16, 16), rgb(105, 16, 16));
  background: -webkit-linear-gradient(to right, rgb(105, 16, 16), rgb(105, 16, 16));
  background: -o-linear-gradient(to right, rgb(105, 16, 16), rgb(105, 16, 16));
  background: -moz-linear-gradient(to right, rgb(105, 16, 16), rgb(105, 16, 16));
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
  color: #fff;
}

.font18px_line16x3 {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  display: -webkit-box;
  height: 0.864rem;
  line-height: 1.6;
}
.font18px_line16x3 p {
  line-height: 1.6;
}


/*202509*/
.ydcx01c_t{height:1rem;}
.ydcx01c_t b.b1{background-size:100% 100%;}
.ydcx01c_01{margin-top:.3rem;}
.ydcx01c_no{margin-top:.3rem;}
.ydcx01c_02{margin-top:.3rem;}
.ydcx01c_03{margin-top:.3rem;}
.ydcx01c_01 .p2{padding:0rem 0.5rem 0.1rem 0.5rem;margin-top:-.1rem;}
.ydcx01c_02 .p2 ul li.li1{padding:0rem 0px 0.4rem 0px}
.ydcx01c_02 .p2 ul li.li2 .img img.img1{margin-top:.46rem;}
.ydcx01c_02 .p2{margin-top:-.25rem;}
.ydcx01c_03 .p2{padding:0rem 0.5rem 0rem 0.5rem;margin-top:-.3rem;}
.ydcx01c_03 .p2 ul li{padding-top:.1rem;padding-bottom:.1rem;}
.ydcx01c_03 .p2 ul li:last-child{margin-bottom:.3rem;padding-bottom:.3rem;}
.ydcx01c_03 .p2 ul li .sp_table table tr td{line-height:1.5;}
/*end*/

@media screen and (max-width: 1600px) {
  .font18px_line16x3 {
    height: 76.8px;
  }
}
@media screen and (max-width: 1440px) {
  .font18px_line16x3 {
    height: 67.2px;
  }
}
@media screen and (max-width: 1025px) {
  .font18px_line16x3 {
    height: 1.344rem;
  }
}
@media screen and (max-width: 768px) {
  .font18px_line16x3 {
    height: 1.056rem;
  }
}
@media screen and (max-width: 500px) {
  .font18px_line16x3 {
    height: 1.056rem;
  }
}

.font18px_line175x5 {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  text-overflow: ellipsis;
  display: -webkit-box;
  height: 1.575rem;
  line-height: 1.75;
}
.font18px_line175x5 p {
  line-height: 1.75;
}
@media screen and (max-width: 1600px) {
  .font18px_line175x5 {
    height: 140px;
  }
}
@media screen and (max-width: 1440px) {
  .font18px_line175x5 {
    height: 122.5px;
  }
}
@media screen and (max-width: 1025px) {
  .font18px_line175x5 {
    height: 2.45rem;
  }
}
@media screen and (max-width: 768px) {
  .font18px_line175x5 {
    height: 1.925rem;
  }
}
@media screen and (max-width: 500px) {
  .font18px_line175x5 {
    height: 1.925rem;
  }
}

.font22px_line175x2 {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
  height: 0.66rem;
  line-height: 1.5;
}
.font22px_line175x2 p {
  line-height: 1.5;
}
@media screen and (max-width: 1600px) {
  .font22px_line175x2 {
    height: 57px;
  }
}
@media screen and (max-width: 1440px) {
  .font22px_line175x2 {
    height: 51px;
  }
}
@media screen and (max-width: 1025px) {
  .font22px_line175x2 {
    height: 0.84rem;
  }
}
@media screen and (max-width: 768px) {
  .font22px_line175x2 {
    height: 0.84rem;
  }
}
@media screen and (max-width: 500px) {
  .font22px_line175x2 {
    height: 0.84rem;
  }
}

.font24px_line15x2 {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
  height: 0.72rem;
  line-height: 1.5;
}
.font24px_line15x2 p {
  line-height: 1.5;
}
@media screen and (max-width: 1600px) {
  .font24px_line15x2 {
    height: 60px;
  }
}
@media screen and (max-width: 1440px) {
  .font24px_line15x2 {
    height: 54px;
  }
}
@media screen and (max-width: 1025px) {
  .font24px_line15x2 {
    height: 1.02rem;
  }
}
@media screen and (max-width: 768px) {
  .font24px_line15x2 {
    height: 0.84rem;
  }
}
@media screen and (max-width: 500px) {
  .font24px_line15x2 {
    height: 0.84rem;
  }
}

.font18px_line16x2 {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
  height: 0.576rem;
  line-height: 1.6;
}
.font18px_line16x2 p {
  line-height: 1.6;
}
@media screen and (max-width: 1600px) {
  .font18px_line16x2 {
    height: 51.2px;
  }
}
@media screen and (max-width: 1440px) {
  .font18px_line16x2 {
    height: 44.8px;
  }
}
@media screen and (max-width: 1025px) {
  .font18px_line16x2 {
    height: 0.896rem;
  }
}
@media screen and (max-width: 768px) {
  .font18px_line16x2 {
    height: 0.704rem;
  }
}
@media screen and (max-width: 500px) {
  .font18px_line16x2 {
    height: 0.704rem;
  }
}

/*.swiper-button-disabled{opacity:0;}*/
@media screen and (max-width: 1024px) {
  .w_wap {
    display: block !important;
  }
  .w_pc {
    display: none !important;
  }
  .wrap {
    max-width: 100%;
    margin: 0px auto;
  }
  .wrap_in {
    margin: 0px 20px;
    padding: 0px;
    position: relative;
  }
  .wrap_c {
    width: 100%;
    padding: 0px 20px;
    margin: 0px auto;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .wrap_c1 {
    width: auto;
    padding: 0px 20px;
    margin: 0px auto;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}
@media screen and (max-width: 1024px) {
  .p1_c {
    bottom: 4.4rem;
  }
  .p1_c .p1 br {
    display: none;
  }
  .p1_spfr {
    overflow: visible;
  }
  .p1sp_fl {
    width: 100%;
  }
  .p1sp_fl ul li {
    width: 100%;
    margin-left: 0px;
    margin-top: 0.3rem;
  }
  .p1sp_fl ul li.active .p1sp_c {
    display: none;
  }
  .p1_spfr .p1sp_fr {
    top: -0.5rem;
    right: initial;
    left: 20px;
  }
  .p1_spfr .p1sp_fr .p1_sp {
    margin-top: 0px;
  }
  .p2fr {
    width: calc(100% - 40px);
    right: 20px;
    align-items: flex-end;
  }
  .p2fr .c {
    padding-bottom: 0.4rem;
  }
  .p2_bg video {
    height: 50%;
    display: none;
  }
  .p2_bg {
    background: url("../images/in_02_wap.webp") 50% 50% no-repeat;
    background-size: cover;
  }
  .p201fr {
    transform: translateY(-4rem);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 2;
  }
  .p2_01 {
    width: 60.96%;
  }
  .p2fr .p1 i {
    padding: 0px 0rem 0px 0.15rem;
  }
  .p3txt_t ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .p4_more {
    right: 20px;
  }
  .btn_02 {
    display: block;
  }
  .btn_02 .fl {
    width: 100%;
  }
  .btn_02 .fr {
    width: 100%;
    display: block;
    margin-top: 0.4rem;
  }
  .btn_02 .fr dl {
    margin-left: 0px;
    margin-bottom: 0.2rem;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.4);
  }
  .btn_02 .fr dl dt {
    margin: 0px;
    padding: 0.15rem 0.2rem;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: relative;
  }
  .btn_02 .fr dl dt::before {
    content: "";
    display: block;
    width: 0.2rem;
    height: 100%;
    background: url("../images/t_03.svg") 50% no-repeat;
    background-size: 100%;
    position: absolute;
    right: 0.2rem;
    top: 0px;
    z-index: 9;
    pointer-events: none;
  }
  .btn_02 .fr dl dd {
    width: 100%;
    display: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0px 0.2rem;
  }
  .btn_02 .fr dl:last-child {
    margin-bottom: 0px;
  }
  .btn_02 .fr dl.active {
    padding-bottom: 0.2rem;
  }
  .btn_02 .fr dl.active dt::before {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
  }
  .btn_02 .fr dl.active dd {
    display: block;
  }
  .btn_02 .fl .p1 {
    width: 2.2rem;
    float: left;
  }
  .btn_02 .fl .p2 {
    width: calc(100% - 2.2rem - 0.2rem);
    float: right;
    margin-top: 0px;
  }
  .btn_02 .fl .p1 span {
    font-size: 0.2rem;
  }
  .btn_03 {
    margin-top: 0.4rem;
  }
  .btn_04 {
    display: block;
  }
  .btn_04 .fl {
    width: 100%;
    display: block;
  }
  .btn_04 .fl a {
    float: left;
  }
  .btn_04 .fr {
    width: 100%;
    margin-top: 0.2rem;
  }
  .btnfr {
    padding-top: 0.6rem;
  }
  .sub_bg img {
    height: 6rem;
    object-fit: cover;
  }
  .ns02_nr {
    border-radius: 0.2rem;
    -webkit-border-radius: 0.2rem;
    -webkit-backface-visibility: hidden;
    -webkit-appearance: none;
  }
  .ns02fr {
    display: block;
  }
  .ns02fr .img {
    width: calc(100% + 4px);
    border-radius: 0.12rem;
    -webkit-border-radius: 0.12rem;
    -webkit-backface-visibility: hidden;
    -webkit-appearance: none;
    margin-left: -2px;
    margin-top: -0.06rem;
  }
  .ns02fr .img img {
    border-radius: 0.2rem;
    -webkit-border-radius: 0.2rem;
    -webkit-backface-visibility: hidden;
    -webkit-appearance: none;
  }
  .ns02fr .txt {
    width: 100%;
    padding: 0.2rem;
  }
  .news_03 ul li a {
    display: block;
  }
  .news_03 ul li .n03_l {
    width: 100%;
    padding: 0px 0.2rem;
  }
  .news_03 ul li .n03_r {
    width: 100%;
    padding: 0px 0.2rem;
    margin-top: 0.2rem;
  }
  .news_03 ul li .more3 {
    right: 0.2rem;
    top: 0.1rem;
    transform: translateY(0%);
  }
  .pagesfr a {
    margin-bottom: 0.2rem;
  }
  .navfr .wrap_c {
    padding: 0px 0px;
  }
  .ab01fr {
    display: block;
  }
  .ab01fr .txt {
    width: 100%;
  }
  .ab01fr .data {
    width: 100%;
  }
  .ab01fr .data ul li {
    padding: 0.2rem 0.4rem;
  }
  .ab02bfr {
    width: calc(100% - 1.6rem);
    display: block;
  }
  .ab02bfr .img {
    width: 100%;
  }
  .ab02bfr .txt {
    width: 100%;
  }
  .ab02bfr .txt .p2 {
    max-width: 100%;
  }
  .ab02bfr .txt .p1 {
    font-size: 0.6rem;
    padding: 0.2rem 0px;
  }
  .ab02c_slide .swiper-slide {
    width: 33.3333333333%;
  }
  .ab02_t ul {
    position: relative;
    width: 100%;
    margin-top: 0.4rem;
  }
  .ab02_t ul li {
    margin-left: 0.2rem;
  }
  .ab03c_c .nr {
    display: block;
  }
  .ab03c_c .img {
    width: 100%;
  }
  .ab03c_c .txt {
    width: 100%;
    padding: 0.2rem;
  }
  .ab04_t ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .ab04c_c ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .ab04c_c .b1 {
    top: 33.3333%;
  }
  .ab04c_c .b2 {
    width: 100%;
    height: 0.01rem;
    left: 0px;
    top: 66.6666%;
  }
  .ab04c_c .b3 {
    left: 50%;
  }
  .ab04c_c .b4 {
    left: 50%;
    top: 33.3333%;
  }
  .ab04c_c .b5 {
    left: 50%;
    top: 66.6666%;
  }
  .ab04c_c ul li img {
    height: 2.6rem;
  }
  .sub_c .c .p3 {
    max-width: 100%;
    line-height: 1.4;
  }
  .navfr {
    font-size: 0.23rem;
  }
  .navfr ul li {
    text-align: center;
  }
  .ser03_c ul {
    display: block;
  }
  .ser03_c ul li {
    width: 100%;
  }
  .ser03_c ul li.li1 {
    width: 100%;
  }
  .ser03_c ul li.li1 img {
    margin: 0px auto;
    padding: 0px;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
  }
  .ser_05 ul {
    grid-template-columns: 100%;
  }
  .ser_05 ul li .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
  }
  .ser_05 ul li .bg img {
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0px;
    top: 0px;
  }
  .ser_05 ul li .txt {
    position: relative;
    padding: 0.4rem 0.4rem;
  }
  .ser_05 ul li .txt .more4 {
    position: relative;
    top: 0px;
    transform: translateY(0%);
    margin: 0px;
    margin-top: 0.4rem;
  }
  .ser06c_slide {
    width: calc(100% - 0rem);
  }
  .ser06_c .ser06c_prev {
    left: 10px;
    margin-top: -0.2rem;
  }
  .ser06_c .ser06c_next {
    right: 10px;
    margin-top: -0.2rem;
  }
  .jx01fr {
    display: block;
  }
  .jx01fr .jx01_l {
    width: 100%;
  }
  .jx01fr .jx01_r {
    width: 100%;
    margin-top: 0.4rem;
  }
  .jx01fr .jx01_l .p3 ul {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between;
  }
  .jx02_c {
    position: relative;
  }
  .jx02c_t {
    position: relative;
    top: 0px;
    padding: 0.4rem 0px;
    text-align: left;
  }
  .jx02c_t .sp1 {
    display: block;
    width: 100%;
    float: none;
  }
  .jx02c_t .schtxt {
    width: 100%;
    margin-left: 0px;
    margin-top: 0.1rem;
    height: 0.64rem;
    float: none;
  }
  .jx02c_t .schbtn {
    width: 100%;
    margin-top: 0.2rem;
    float: none;
    text-align: center;
    margin-left: 0px;
    height: 0.54rem;
  }
  .more4 {
    height: 0.54rem;
    line-height: 0.54rem;
    margin: 0px auto;
    padding: 0px;
    width: 100%;
  }
  .jx02c_t .c {
    width: 100%;
  }
  .jx02c_t1 {
    position: relative;
    top: 0px;
    padding: 0.4rem 0px;
    text-align: left;
    width: 100%;
    left: 0px;
  }
  .jx02c_t1 .sp1 {
    display: block;
    width: 100%;
    float: none;
  }
  .jx02c_t1 .schtxt {
    width: 100%;
    margin-left: 0px;
    margin-top: 0.1rem;
    height: 0.64rem;
    float: none;
  }
  .jx02c_t1 .schbtn {
    width: 100%;
    margin-top: 0.2rem;
    float: none;
    text-align: center;
    margin-left: 0px;
    height: 0.54rem;
  }
  .jx02c_t1 .schSelect .schst_t {
    height: 0.64rem;
    line-height: 0.64rem;
  }
  .jx02c_t1 .schSelect {
    width: 100%;
    height: 0.64rem;
    margin-bottom: 0.2rem;
    float: none;
  }
  .jx02c_t1 .c {
    width: 100%;
  }
  .jx02c_t1 .schbtn .more4 {
    height: 0.64rem;
    line-height: 0.64rem;
  }
  .jx02c_t1 .sch_x {
    margin: 0px auto;
    padding: 0px;
    float: none;
    margin-top: 0.1rem;
  }
  .jx02c_t1 .sch_x::before {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
  }
  .jx03_t ul {
    position: relative;
    margin-top: 0.4rem;
  }
  .jx03_t ul li {
    margin-left: 0px;
    float: none;
    width: 100%;
  }
  .jx03_t ul li:nth-child(2) {
    margin-top: 0.4rem;
  }
  .jx04_c .c {
    overflow-x: auto;
  }
  .jx04_c table {
    min-width: 12rem;
  }
  .retopfr {
    width: 0.5rem;
    height: 0.5rem;
  }
  .retopfr .p2 {
    display: none;
  }
  .nxq_01 .nxq01_l {
    width: 100%;
  }
  .nxq_01 .nxq01_r {
    width: 100%;
    margin-top: 0.4rem;
  }
  .nxq01_b {
    padding-right: 0px;
  }
  .nxq01_b .nxq01b_more {
    position: relative;
    top: 0px;
    transform: translateY(0%);
    margin-top: 0.2rem;
  }
  .nxq01_file ul {
    grid-template-columns: 100%;
  }
  .btn_02 .fl .p1 .c {
    width: 2.2rem;
  }
  .btn_02 .fl .p1 .c img {
    width: 1.58rem;
    margin: 0px auto;
    padding: 0px;
  }
  .btn_02 .fl .p1 .c span {
    text-align: center;
  }
  .btn_03 {
    display: block;
  }
  .btn_03 .fl {
    width: 100%;
    flex-wrap: wrap;
  }
  .btn_03 .fr {
    width: 100%;
    margin-top: 0.2rem;
  }
  .p4_slide .swiper-slide .p4s_c .img1 {
    position: relative;
    margin-top: 0.4rem;
  }
  .p3txt_t ul li:hover {
    transform: translateY(0rem) !important;
  }
  .p3txt_t ul li:hover .p3t_img img.img1 {
    -webkit-opacity: 0.25;
    -moz-opacity: 0.25;
    -khtml-opacity: 0.25;
    opacity: 0.25;
  }
  .p3fr {
    align-items: flex-start;
  }
  .p3_map {
    margin-top: 2rem;
  }
  .p3txt_t ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .p3txt_t ul li .p3t_txt .p1 {
    font-size: 0.3rem;
  }
  .p3txt_t ul li .p3t_txt .p2 .i2 {
    line-height: 1.2;
    margin-top: 0.08rem;
  }
  .p3_txt {
    bottom: 1rem;
  }
  .p3_map {
    width: 146%;
    margin-left: -20%;
    position: absolute;
    left: 0px;
    top: 0px;
  }
  .menufr ul {
    grid-template-columns: 100%;
    grid-gap: 0.2rem;
  }
  .menufr ul li .pt {
    text-align: left;
  }
  .menufr ul li .pc p {
    width: 50%;
    float: left;
  }
  .menufr ul li:hover .pt::before {
    display: none;
  }
  .ydcx01c_t {
    height: auto;
  }
  .ydcx01c_t .c {
    width: calc(100% - 0.8rem);
    margin: 0.4rem 0px;
    display: block;
  }
  .ydcx01c_t input.ydcx01_txt {
    width: 100%;
    font-size: 0.22rem;
  }
  .ydcx01c_t input.ydcx01_btn {
    margin: 0px auto;
    padding: 0px;
    margin-top: 0.4rem;
    display: block;
  }
  .ydcx01c_01 {
    width: calc(100% - 0.4rem);
  }
  .ydcx01c_01 .p2 ul {
    flex-wrap: wrap;
    display: block;
  }
  .ydcx01c_01 .p2 ul li {
    width: 50%;
    float: left;
    text-align: center;
    margin-bottom: 0.4rem;
  }
  .ydcx01c_01 .p2 ul li .p2ctxt .c {
    text-align: left;
  }
  .ydcx01c_02 {
    width: calc(100% - 0.4rem);
  }
  .ydcx01c_02 .p2 ul {
    display: block;
  }
  .ydcx01c_02 .p2 ul li {
    width: 100%;
  }
  .ydcx01c_02 .p2 ul li.li1 {
    padding: 0.4rem 0px;
  }
  .ydcx01c_02 .p2 ul li.li2 .img img.img1 {
    margin-top: 0px;
  }
  .ydcx01c_02 .p2 ul li.li2 .img {
    margin: 0px auto;
    padding: 0px;
  }
  .ydcx01c_02 .p2 ul li.active::before {
    display: none;
  }
  .ydcx01c_02 .p2 ul li.active .ai1::before {
    display: none;
  }
  .ydcx01c_02 .p2 ul li.li2 .img img.img2 {
    position: relative;
    top: 0px;
    transform: translateX(-50%);
    left: 50%;
    margin-bottom: 0.2rem;
  }
  .ydcx01c_02 .p2 ul li .ai1_no {
    display: none;
  }
  .ydcx01c_03 {
    width: calc(100% - 0.4rem);
  }
  .ydcx01c_03 .p2 ul li {
    display: block;
  }
  .ydcx01c_03 .p2 ul li .sp1 {
    width: 100%;
  }
  .ydcx01c_03 .p2 ul li .sp2 {
    width: 100%;
    padding-left: 0.3rem;
  }
  .ydcx01c_03 .p2 ul li .sp3 {
    width: 100%;
    padding-left: 0.3rem;
  }
  .ydcx01c_03 .p2 ul li .sp4 {
    width: 100%;
    padding-left: 0.3rem;
  }
  .ydcx01c_03 .p2 ul li .sp5 {
    width: 100%;
    padding-left: 0.3rem;
  }
  .ydcx01c_03 .p2 ul li .b2 {
    display: none;
  }
  .ydcx01c_03 .p2 ul li .b1 {
    display: none;
  }

  .cxjg_01 .p2{transform:translateY(0px);padding:0px;}

  .cxjg_01 .p2 .c {
    overflow-x: auto;
    height: 8rem;
    overflow: auto;padding:0rem;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;
  }
  .cxjg_01 .p2 .c table {
    width: 15rem;
  }
  .cxjg_01 .p2 table.cxjg01t_nr tr:first-child {
    display: none;
  }
  .cxjg_01_table {
    width: 15rem !important;
    left: 0px !important;
    top: 0px !important;
    transform: translateX(0%);
    position:sticky;
    height: 1rem;
  }
  .cxjg_01_table ul {
    height: 1rem;
  }
  .cxjg_01_table ul li {
    height: 1rem;
  }
  .cxjg_01_table.active {
    position: sticky;
    top: 0px !important;
  }
  .cxjg_01_table.active1 {
    position: sticky;
    top: 0px !important;
  }
  .hbcx_01 {
    padding-top: 0.4rem;
  }
  .jx01r_img {
    width: 130%;
  }
  .jx01_txt {
    position: relative;
  }
  .jx01_x0 {
    position: relative;
    width: 100%;
  }
  .jx01x_01 {
    position: relative;
    top: 0px;
    width: 100%;
    margin-top: 0.2rem;
  }
  .jx01x_02 {
    position: relative;
    top: 0px;
    width: 100%;
    margin-top: 0.2rem;
  }
  .jx01x_03 {
    position: relative;
    top: 0px;
    width: 100%;
    margin-top: 0.2rem;
  }
  .jx01x_04 {
    position: relative;
    top: 0px;
    widtH: 100%;
    margin-top: 0.2rem;
  }
  .ser01_c ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .ser01_c ul li:last-child {
    margin-bottom: 0px;
  }
  .ser01_c ul li .bg img {
    height: 3.8rem;
    object-fit: 100% 100%;
    object-position: 0% 0%;
  }
  .ser01_c ul.ul_1 li .bg img {
    height: 5.2rem;
  }
  .ser_07 ul {
    grid-template-columns: 100%;
  }
  .ser_07 ul li .txt .p3 .a {
    font-size: 0.2rem;
  }
  .ser06c_slide .swiper-slide .txt {
    position: relative;
    text-align: left;
  }
  .ser07_c {
    width: calc(100% + 40px);
    margin-left: -20px;
    overflow-x: auto;
    padding: 0px 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .ser07_c ul {
    grid-gap: 0.3rem;
    width: 12.6rem;
    margin: 0px auto;
    padding: 0px;
  }
  .ser07_c ul li {
    width: 4rem;
  }
  .ser07_c::-webkit-scrollbar {
    width: 0px;
    height: 0px;
  }
  .ser07_c::-webkit-scrollbar-track {
    border-radius: 0;
    background: rgba(255, 255, 255, 0);
  }
  .ser07_c::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background: #aaaaaa;
  }
  .ser07_c::-webkit-scrollbar-thumb:hover {
    border-radius: 0px;
    background: #aaaaaa;
  }
  .ser08_c ul {
    grid-template-columns: 100%;
  }
  .ser08_c ul li .txt {
    padding-left: 2rem;
    padding-right: 0.2rem;
  }
  .ser08_c ul li .txt .sp1 {
    left: 0.14rem;
    top: 0px;
    line-height: 0.7rem;
  }
  .ser09_c ul {
    grid-template-columns: 100%;
  }
  .ser09_c ul li .bg {
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
  }
  .ser09_c ul li .bg img {
    object-fit: cover;
    height: 100%;
  }
  .ser09_c ul li .txt {
    position: relative;
  }
  .ser09_c ul li .ser09ct_l {
    widtH: 100%;
  }
  .ser09_c ul li .ser09ct_r {
    width: 100%;
  }
  .ser10_c .p2 ul li {
    margin-bottom: 0.4rem;
  }
  .ser10_c .p2 ul li:last-child {
    margin-bottom: 0px;
  }
  .ser10_c .p2 ul li .bg {
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
  }
  .ser10_c .p2 ul li .bg img {
    height: 100%;
    object-fit: cover;
    display: none;
  }
  .ser10_c .p2 ul li .txt {
    position: relative;
    display: block;
  }
  .ser10_c .p2 ul li .txt {
    padding-left: 1.4rem;
  }
  .ser10_c .p2 ul li .txt .img1 {
    width: 1.4rem;
  }
  .ser10_c .p2 ul li .txt .sp1 {
    width: 1.4rem;
    top: 0px;
  }
  .ser10_c .p2 ul li .txt .c {
    display: block;
  }
  .ser10_c .p2 ul li .txt .txtc_c {
    width: 100%;
  }
  .ser10_c .p2 ul li .txt .txtc_img {
    width: 100%;
    margin-top: 0.2rem;
  }
  .ser04_c .pa a {
    font-size: 0.22rem;
  }
  .qn01_t {
    position: relative;
    top: 0px;
  }
  .qn01_t .p {
    max-width: 100%;
  }
  .qn_01 {
    padding-top: 0.6rem;
  }
  .nq01_c {
    margin-top: 0.4rem;
  }
  .nq01_c ul {
    grid-template-columns: 100%;
  }
  .qn02_c ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .qn02_c ul li .bg img {
    height: 3rem;
    object-fit: 100% 100%;
    object-position: 0% 0%;
  }
  .qn02c1_bg {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
  }
  .qn02c1_bg img {
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0px;
    top: 0px;
  }
  .qn02c1_c {
    position: relative;
  }
  .qn02c1_c ul {
    grid-template-columns: 100%;
  }
  .qn02c1_c ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    border-right: 0px;
  }
  .qn02c1_c ul li .c {
    padding: 0.6rem 0.2rem;
  }
  .qn02c1_c ul li::before {
    width: 100%;
    height: calc(100% - 0px);
  }
  .qn02c1_c ul li::after {
    width: 100%;
    height: calc(100% - 0px);
    display: none;
  }
  .qn_03 ul {
    grid-template-columns: 100%;
    grid-gap: 0.4rem;
  }
  .ts01_c {
    padding: 0.3rem;
  }
  .ts01_c .p {
    display: block;
  }
  .ts01_c .sp1 {
    width: 100%;
  }
  .ts01_c .sp2 {
    width: 100%;
  }
  .ts01_c .sp4 {
    text-align: left;
  }
  .ts01_c .sp3 {
    width: 100%;
  }
  .ts02_c {
    padding: 0.3rem;
  }
  .ts02_c .txt ul li {
    width: 100%;
    display: block;
  }
  .ts02_c .txt ul li .sp1 {
    width: 100%;
    text-align: left;
    justify-content: flex-start;
  }
  .ts02_c .txt ul li .sp1 br {
    display: none;
  }
  .ts02_c .txt ul li .sp2 {
    width: 100%;
    margin-left: 0px;
  }
  .ts02_c .txt ul li .sp2 select {
    height: 0.6rem;
  }
  .ts02_c .txt ul li .sp2 .ts02c_txt {
    height: 0.6rem;
  }
  .ts02_c .txt ul li.li2 {
    display: none;
  }
  .ts02_c .txt ul li .box1 {
    width: 100%;
    display: block;
  }
  .ts02_c .txt ul li .box2 {
    width: 100%;
  }
  .ts02_c .txt ul li .sp2 .filist {
    display: block;
    overflow: visible;
  }
  .ts02_c .txt ul li .sp2 .filist .lit {
    margin-bottom: 0.3rem;
    float: left;
    width: 49%;
    margin-right: 2%;
  }
  .ts02_c .txt ul li .sp2 .filist .lit:nth-child(2n) {
    margin-right: 0px;
  }
  .ts02_c .txt ul li .sp2 .filist .lit.lit_02 b {
    right: 0px;
  }
  .ts02_c .txt ul li .sp2 .filist .lit.lit_02 .c {
    align-items: flex-start;
  }
  .ts02_c .txt ul li .sp2 .filist .lit.lit_01 b {
    right: 0px;
  }
  .ts02_c .txt ul li .sp2 .filist .lit {
    height: 1.3rem;
  }
  .ts02_c .txt ul li .sp2 .filist .lit.lit_03 {
    overflow: hidden;
  }
  .sptcfr .sptc_c {
    width: calc(100% - 0.4rem);
  }
  .sptcfr .sptc_c .p1 {
    text-align: right;
  }
  .qn03_slide .swiper-slide {
    width: 100%;
  }
  .qn03_slide .qn03s_prev {
    left: 20px;
  }
  .qn03_slide .qn03s_next {
    right: 20px;
  }
  .ser02c_01 {
    margin-top: 0px;
    margin-bottom: 0px;
    width: 100%;
    padding-bottom: 0.4rem;
  }
  .ser02c_01 .txt {
    position: relative;
  }
  .ser02c_01 .txt ul {
    display: none;
  }
  .ser02c_01 .txt ul li {
    float: left;
  }
  .ser02c_01 .txt ul li:last-child {
    margin-right: 0px;
  }
  .ser02c_01 .txt1 ul li {
    position: relative !important;
    left: initial !important;
    top: initial !important;
    transform: translate(0, 0) !important;
    justify-content: flex-start !important;
    margin-top: 0.2rem;
    right: initial !important;
  }
  .ser02c_01 .txt1 ul li .nr {
    margin: 0px 0px 0px 0.4rem !important;
    text-align: left !important;
  }
  .ser02c_01 .txt1 ul li::before {
    left: -0.095rem !important;
    bottom: initial !important;
    transform: translate(0, 0) !important;
  }
  .ser02c_01 .txt2 ul li {
    position: relative !important;
    left: initial !important;
    top: initial !important;
    transform: translate(0, 0) !important;
    justify-content: flex-start !important;
    margin-top: 0.2rem;
    right: initial !important;
  }
  .ser02c_01 .txt2 ul li .nr {
    margin: 0px 0px 0px 0.4rem !important;
    text-align: left !important;
  }
  .ser02c_01 .txt2 ul li::before {
    left: -0.095rem !important;
    bottom: initial !important;
    transform: translate(0, 0) !important;
  }
  .ser02c_01 .txt3 ul li {
    position: relative !important;
    left: initial !important;
    top: initial !important;
    transform: translate(0, 0) !important;
    justify-content: flex-start !important;
    margin-top: 0.2rem;
    right: initial !important;
    bottom: initial !important;
  }
  .ser02c_01 .txt3 ul li .nr {
    margin: 0px 0px 0px 0.4rem !important;
    text-align: left !important;
  }
  .ser02c_01 .txt3 ul li::before {
    left: -0.095rem !important;
    bottom: initial !important;
    transform: translate(0, 0) !important;
    top: initial !important;
  }
  .btn_01 .fr a {
    margin-left: 0.2rem;
  }
  .jx04_c table tr td .imghover img.img2 {
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0%;
    height: 100%;
    z-index: 9999;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    margin-top: 0px;
    max-width: 5.2rem;
    object-fit: contain;
  }
  .jx04_c table tr td .imghover:hover img.img2 {
    left: 0px;
    opacity: 0;
  }
  .ser02c_01 .ser02c_t .ser02ct_prev {
    width: 0.6rem;
    height: 0.6rem;
    display: block;
    position: absolute;
    left: 0px;
    top: 50%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -webkit-backface-visibility: hidden;
    -webkit-appearance: none;
    border: 1px solid #e12929;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 999;
    outline: none;
    margin-top: -0.25rem;
  }
  .ser02c_01 .ser02c_t .ser02ct_prev::before {
    content: "";
    display: block;
    width: 0.25rem;
    height: 0.6rem;
    background: url("../images/c_05.png") 50% no-repeat;
    background-size: 100%;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
  }
  .ser02c_01 .ser02c_t .ser02ct_next {
    width: 0.6rem;
    height: 0.6rem;
    display: block;
    position: absolute;
    right: 0px;
    top: 50%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -webkit-backface-visibility: hidden;
    -webkit-appearance: none;
    border: 1px solid #e12929;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 999;
    outline: none;
    margin-top: -0.25rem;
  }
  .ser02c_01 .ser02c_t .ser02ct_next::before {
    content: "";
    display: block;
    width: 0.25rem;
    height: 0.6rem;
    background: url("../images/c_05.png") 50% no-repeat;
    background-size: 100%;
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  .ser02c_01 .ser02c_t .swiper-button-disabled {
    opacity: 0;
  }
  .ser03_c ul li .bg img {
    height: 3rem;
  }
  .ser_07 ul li:nth-child(2) .txt .amore5 {
    width: 2rem;
  }
  .ser_07 ul li .txt .p3 .a {
    margin-right: 0.15rem;
  }
  .jx02_bg img.img_bg {
    height: 254px;
  }
  .schtxtsel {
    float: none;
    width: 100%;
    margin-left: 0px;
    height: 0.54rem;
    margin-top: 0.1rem;
    z-index: 999;
  }
  .schtxtsel .schtxt_t {
    height: 0.54rem;
  }
  .schtxtsel .schtxt_c .solfr {
    max-height: 1.8rem;
  }
  .jx01fr .jx01_l .p3 ul {
    display: block;
  }
  .hbcx01r_c .hb01rc_txt {
    width: 3.2rem;
  }
  .hbcx01r_c .hb01rc_btn {
    width: 1rem;
    margin-left: 0.1rem;
  }
  .hbcx01r_c .hb01rc_qx {
    width: 1rem;
    margin-left: 0.1rem;
  }
  .hbcx01r_c .hb01rc_qx1 {
    width: 1rem;
    margin-left: 0.1rem;
  }
  .hbcx01r_t {
    justify-content: flex-end;
  }
  .hbcx_01 ul li {
    margin-right: 0.1rem;
  }
  .hbcx_01 ul li a {
    width: 1.6rem;
  }
  .ydcx01c_03 .p2 ul li {
    padding-bottom: 0px;
  }
  .ydcx01c_03 .p2 ul li .sp_table {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 0.2rem;
  }
  .ydcx01c_03 .p2 ul li::before {
    width: 100%;
  }
  .ydcx01c_03 .p2 ul li .sp_table::-webkit-scrollbar {
    width: 2px;
    height: 2px;
  }
  .ydcx01c_03 .p2 ul li .sp_table::-webkit-scrollbar-track {
    border-radius: 0;
    background: rgba(255, 255, 255, 0);
  }
  .ydcx01c_03 .p2 ul li .sp_table::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: #aaaaaa;
  }
  .ydcx01c_03 .p2 ul li .sp_table::-webkit-scrollbar-thumb:hover {
    border-radius: 2px;
    background: #aaaaaa;
  }
  .ydcx01c_03 .p2 ul li .sp_table table {
    width: 10rem;
  }
  .qn02c1_c ul li.noactive .c {
    display: block;
  }
  .jxrightfr {
    width: 0.5rem;
  }
  .jxrightfr ul li {
    padding: 0.1rem 0px;
  }
  .jxrightfr ul li .p2 {
    display: none;
  }
  .jxrightfr ul li::before {
    width: 100%;
    left: 0px;
  }
  .nq01_c ul li.li1 .bg img {
    width: 200%;
    transform: translateX(-50%);
  }
  .nq01_c ul li.li1 .txt1 {
    bottom: 0px;
  }
  .ab03c_c .img > img {
    height: 4rem;
  }
  .ab05_t ul {
    grid-template-columns: 100%;
  }
  .ts02_c .txt ul li.li_gn .box2:nth-child(2) {
    margin-top: 0.2rem;
  }
  .ts02_c .txt ul li.li_gw .box2:nth-child(2) {
    margin-top: 0.2rem;
  }
  .p3_txt .imgbz {
    left: 20px;
    top: -1rem;
  }
  .ydcx01c_01 .p2 ul li {
    width: 100%;
  }
  .ydcx01c_01 .p2 {
    padding: 0.25rem 0.25rem 0.25rem 0.2rem;
  }
  .ydcx01c_01 .p2 ul li .p2ctxt .c {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: flex-start;
  }
  .ydcx01c_01 .p2 ul li .p2ctxt .ai1 {
    width: 1.4rem;
  }
  .ydcx01c_01 .p2 ul li .p2ctxt .ai2 {
    width: calc(100% - 1.4rem);
  }
  .ydcx01c_02 .p2 {
    padding: 0px 0.2rem;
  }
  .ydcx01c_02 .p2 ul li.li2 {
    display: none;
  }
  .ydcx01c_02 .p2 ul li.li1 {
    position: relative;
  }
  .ydcx01c_02 .p2 ul li.li1 .txt {
    position: relative;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-left: 2.05rem;
  }
  .ydcx01c_02 .p2 ul li.li1 .txt::before {
    content: "";
    display: block;
    width: 0.38rem;
    height: 0.1rem;
    background: url("../images/yszc_02.png") 50% no-repeat;
    background-size: 100%;
    position: absolute;
    left: 0px;
    top: 0.2rem;
  }
  .ydcx01c_02 .p2 ul li.li1 .ai1 {
    line-height: 0.5rem;
    position: absolute;
    left: 0.65rem;
    top: 0px;
    text-align: left;
  }
  .ydcx01c_02 .p2 ul li.li1 .ai2 {
    text-align: left;
  }
  .ydcx01c_02 .p2 ul li.li1::before {
    content: "";
    display: block;
    width: 0.38rem;
    height: 100%;
    background: url("../images/yszc_03.png") repeat-y;
    background-size: 100%;
    position: absolute;
    left: 0.2rem;
    top: 0rem;
  }
  .ydcx01c_02 .p2 ul li.li1::after {
    content: "";
    display: block;
    widtH: 0.38rem;
    height: 0.34rem;
    background: url("../images/yszc_04.png") no-repeat;
    background-size: 100%;
    position: absolute;
    left: 0px;
    bottom: -0.2rem;
  }
  .ydcx01c_02 .p2 ul li.li1:last-child::after {
    display: none;
  }
  .ydcx01c_02 .p2 ul li.li1:last-child::before {
    height: 50%;
  }
  .ydcx01c_02 .p2 ul li.li1:first-child::before {
    top: 50%;
  }
  .ydcx01c_03 .p2 {
    padding: 0px 0.2rem;
  }
  .ydcx01c_03 .p3 {
    padding: 0px 0.2rem;
  }
  .ydcx01c_03 .p3 ul {
    width: 100%;
    overflow: hidden;
  }
  .ydcx01c_03 .p3 ul:last-child {
    padding-bottom: 0.3rem;
  }
  .ydcx01c_03 .p3 ul li {
    width: 100%;
    overflow: hidden;
  }
  .ydcx01c_03 .p3 ul li .p3_t {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 0.1rem 0px;
    line-height: 0.4rem;
  }
  .ydcx01c_03 .p3 ul li .p3_t .sp1 {
    display: inline-block;
    float: left;
  }
  .ydcx01c_03 .p3 ul li .p3_t .sp2 {
    display: inline-block;
    float: right;
    position: relative;
    color: #8e9fc0;
    padding-right: 0.2rem;
  }
  .ydcx01c_03 .p3 ul li .p3_t .sp2 i {
    display: inline-block;
  }
  .ydcx01c_03 .p3 ul li .p3_t .sp2 i.i2 {
    position: absolute;
    left: 0px;
    top: 0px;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }
  .ydcx01c_03 .p3 ul li .p3_t .sp2::before {
    content: "";
    width: 0.14rem;
    height: 100%;
    display: block;
    background: url("../images/yszc_05.png") 50% no-repeat;
    background-size: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
  }
  .ydcx01c_03 .p3 ul li .p3_c {
    width: 100%;
    overflow: hidden;
    display: none;
  }
  .ydcx01c_03 .p3 ul li .p3_c .ul {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px dashed #495f82;
    padding-bottom: 0.1rem;
    margin-bottom: 0.1rem;
  }
  .ydcx01c_03 .p3 ul li .p3_c .ul .li {
    width: 100%;
    overflow: hidden;
    padding: 0.05rem 0px;
  }
  .ydcx01c_03 .p3 ul li .p3_c .ul .li span {
    display: inline-block;
  }
  .ydcx01c_03 .p3 ul li .p3_c .ul .li .sp1 {
    float: left;
    color: #8e9fc0;
  }
  .ydcx01c_03 .p3 ul li .p3_c .ul .li .sp2 {
    float: left;
    margin-left: 0.1rem;
  }
  .ydcx01c_03 .p3 ul li .p3_c .ul .li .sp2 i {
    display: inline-block;
  }
  .ydcx01c_03 .p3 ul li .p3_c .ul .li .sp2 .i1 {
    width: 1rem;
  }
  .ydcx01c_03 .p3 ul li .p3_c .ul .li .sp3 {
    float: right;
  }
  .ydcx01c_03 .p3 ul li.active .p3_t .sp2::before {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
  }
  .ydcx01c_03 .p3 ul li.active .p3_t .sp2 .i2 {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
  .ydcx01c_03 .p3 ul li.active .p3_t .sp2 .i1 {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }
  .ydcx01c_03 .p3 ul li.active .p3_c {
    display: block;
  }

  .ts01_c .p1{text-align:center;}
  .ts01_c .p1 .c{float:none;}

  .ts02_c .txt ul li.li4{justify-content:center;}
  .hbcx01r_c .qkclick{left:2.8rem;}

  .cxjg_01 .p2 .c table#hzTable{width:17rem;}

}
@media screen and (max-width: 500px) and (max-height: 800px) {
  .p3_txt {
    bottom: 0.5rem;
  }
}
@media screen and (max-height: 690px) {
  .p201fr {
    height: 90%;
  }
  .p3_txt .imgbz {
    left: 20px;
    top: -1rem;
  }
}
.leaflet-control-container {
  display: none !important;
}

/**/
.ydcx01c_03 .p2 ul li .sp_table table tr td{vertical-align:top;}
.ydcx01c_03 .p2 ul li .sp_table table tr td:last-child{padding-left:.1rem;}

.ydcx01c_t .c{position:relative;}
.ydcx01c_t .qkclick {
  width: 0.2rem;
  height: 100%;
  overflow: hidden;
  cursor: pointer;
  background: url("../images/menu_02.svg") 50% no-repeat;
  background-size: 100%;
  position: absolute;
  left:calc(100% - 2rem - 0.25rem - .2rem - .4rem);
  top: 0px;
  z-index: 9;
  display: none;
}

.ydcx01c_t .qkclick.active {
  display: block;
}

/*.tablt_schdiv tr.first{display:none;}*/

.yszc01_c{background:none;border: 0.01rem solid rgba(188, 200, 237, 0.5);
  border-radius: 0.06rem;
  -webkit-border-radius: 0.06rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  color: rgba(255, 255, 255, 0.8);
  background: linear-gradient(to right, rgb(43, 56, 79), rgba(37, 45, 62, 0.2));
  background: -webkit-linear-gradient(to right, rgb(43, 56, 79), rgba(37, 45, 62, 0.2));
  background: -o-linear-gradient(to right, rgb(43, 56, 79), rgba(37, 45, 62, 0.2));
  background: -moz-linear-gradient(to right, rgb(43, 56, 79), rgba(37, 45, 62, 0.2));
  }

  .ydcx01c_02 .p2 ul li.li2 .txt{width:100%;overflow:hidden;text-align:center;color:#8e9fc0;position:absolute;left:0px;top:.1rem;}

  .tcbg_swal{background-color: #262c39 !important;width:200px !important;}
.tcbg_swal .swal-text{color:#666;margin:20px 0px !important;}




@media screen and (max-width:1024px) {
  .ydcx01c_03 .p3 ul li .p3_c .ul .li .sp2{display:flex;display:-webkit-flex;align-items:flex-start;justify-content:space-between;width:calc(100% - 1rem);}
  .ydcx01c_03 .p3 ul li .p3_c .ul .li .sp2 i.i2{width:calc(100% - .2rem)}
  .ydcx01c_03 .p3 ul li .p3_c .ul .li .sp3{display:none;}
  .ydcx01c_03 .p3 ul li .p3_c .ul .li:first-child .sp2{width:calc(100% - 2.5rem);}
  .ydcx01c_03 .p3 ul li .p3_c .ul .li:first-child .sp3{display:inline-block;}

  .ser09_c ul li .ser09ct_l{font-size:.2rem;padding:.2rem .1rem;height:4rem;background-color:rgba(0,0,0,.6);z-index:9;}
    .ser09_c ul li .ser09ct_l .p3{line-height:1.3;}
    .ser09_c ul li .ser09ct_r{width:100%;height:100%;position:absolute;left:0px;top:0px;z-index:1;}
    .ser09_c ul li .ser09ct_r img{object-fit:cover;width:100%;height:100%;}

    .ser10_c .p2 ul li .txt{overflow:visible;}
    .ser10_c .p2 ul li .txt:before{content:"";display:block;width:1.4rem;height:100%;background:url("../upimg/fwsjx_22.png") 50% repeat-y;background-size:100%;position:absolute;left:0px;top:1rem;}
    .ser10_c .p2 ul li{padding-bottom:.4rem;margin-bottom:0px;}

    .jx02_title{position:absolute;left:.5rem;top:2.6rem;z-index:999;color:#fff;z-index:99}


    .jx04_c table tr:last-child td .imghover img.img2{margin-top:0px;}

    .ydcx01c_t .qkclick{height:calc(.6rem + 2px);left:calc(100% - .5rem);}

    .ydcx01c_02 .p2 ul li.li2{display:block;}
    .ydcx01c_02 .p2 ul li.li2 .img{width:100%;}
    .ydcx01c_02 .p2 ul li.li2 img{display:none !important;}
    .ydcx01c_02 .p2 ul li.li2 .txt{position:relative;top:0px;text-align:left;margin-left:.45rem;width:calc(100% - .45rem)}

    .p3txt_t ul li .p3t_txt{padding:.2rem;}

    .ab04_t ul li{padding:.4rem;}

    .nxq01_c table{max-width:100%;width:100%;}

    .nxq01r_c ul li .p1{height:calc(1.6 * 2 * .25rem);}

    .news_03 ul li .n03_r .p1{max-height:calc(1.6 * 2 * .25rem);}


    .btn_02{margin-top:.3rem;}
    .btn_02 .fl .p2{float:none;margin:0px auto;padding:0px;width:calc(100% - 0.8rem - 0.2rem);}
    .btn_02 .fl .p1{float:none;margin:0px auto;padding:0px;margin-top:.3rem;}

    #searchdiv table tr:first-child{display:none;}

    .cxjg_01_table{display:block;}

}

@media screen and (max-width:768px) {
    .p2cp3fr .p2cp3_t .ap2 ul li .ai1{min-height:calc(1.6 * 2 * .2rem);}
    
    .hbcx_01{font-size:.22rem;}
    .hbcx01r_t .hb01_click .hb01_more{width:1.3rem;}
    .hbcx01r_t .hb01_click .hb01_more span{padding-right:.3rem;}
    .hbcx_01 ul li a{width:1.3rem;}

    .hbcx_01{overflow:visible;}
    .hbcx01_nr{overflow:visible;}
    .hbcx01r_t{overflow:visible;}
    .hbcx01r_t .hb01_click{right:0px;left:initial;top:-.8rem;}
    
}