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

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

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

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

* {
  -webkit-tap-highlight-color: transparent; /* 去掉点击高亮框 */
}

@font-face {
  font-family: "robotocondensed-bold";
  src: url("../fonts/robotocondensed-bold.woff2") format("woff2"), url("../fonts/robotocondensed-bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.robotocondensed-bold {
  font-family: "robotocondensed-bold", "Microsoft Yahei", "微软雅黑", "微软雅黑", PingFangSC-Regular, Arial, tahoma;
}

/* ===== HarmonyOS Sans SC（华为官方授权，免费商用）===== */
@font-face {
  font-family: "HarmonyOS Sans SC";
  src: url("../fonts/HarmonyOSSansSC-Regular.woff2") format("woff2"), url("../fonts/HarmonyOSSansSC-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HarmonyOS Sans SC";
  src: url("../fonts/HarmonyOSSansSC-Medium.woff2") format("woff2"), url("../fonts/HarmonyOSSansSC-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HarmonyOS Sans SC";
  src: url("../fonts/HarmonyOSSansSC-Bold.woff2") format("woff2"), url("../fonts/HarmonyOSSansSC-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.HarmonyOSSansSC_Regular {
  font-family: "HarmonyOS Sans SC", "Microsoft Yahei", "微软雅黑", "微软雅黑", PingFangSC-Regular, Arial, sans-serif;
  font-weight: 400;
}

.HarmonyOSSansSC_Medium {
  font-family: "HarmonyOS Sans SC", "Microsoft Yahei", "微软雅黑", "微软雅黑", PingFangSC-Regular, Arial, sans-serif;
  font-weight: 500;
}

.HarmonyOSSansSC_Bold {
  font-family: "HarmonyOS Sans SC", "Microsoft Yahei", "微软雅黑", "微软雅黑", PingFangSC-Regular, Arial, sans-serif;
  font-weight: 700;
}

@font-face {
  font-family: "MiSans-Medium";
  src: url("../fonts/MiSans-Medium.woff2") format("woff2"), url("../fonts/MiSans-Medium.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.MiSans-Medium {
  font-family: "MiSans-Medium", "Microsoft Yahei", "微软雅黑", "微软雅黑", PingFangSC-Regular, Arial, sans-serif;
  font-weight: 700;
}

@font-face {
  font-family: "Montserrat-SemiBold";
  src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.Montserrat-SemiBold {
  font-family: "Montserrat-SemiBold", "Microsoft Yahei", "微软雅黑", "微软雅黑", PingFangSC-Regular, Arial, sans-serif;
  font-weight: 700;
}

body {
  font-family: "HarmonyOS Sans SC", "Microsoft Yahei", "微软雅黑", "微软雅黑", PingFangSC-Regular, Arial, tahoma, sans-serif !important;
  margin: 0;
  padding: 0;
  font-style: normal !important;
  font-variant: normal !important;
  color: #222;
  font-size: 12px;
}

html {
  font-size: 62.5%;
}

a {
  color: #222;
  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: #254194;
  text-decoration: none;
  outline: none;
}

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

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

* html .clearfix {
  zoom: 1;
}

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

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

.fl {
  float: left;
}

.fr {
  float: right;
}

a, img {
  border: 0px;
}

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

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

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

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

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

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

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

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

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 0px 100px 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*/
@-webkit-keyframes an_01 {
  0% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
}
@keyframes an_01 {
  0% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
}
@-webkit-keyframes ksan {
  0% {
    -webkit-transform: scale(0.1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.4);
    opacity: 0;
  }
}
@keyframes ksan {
  0% {
    -webkit-transform: scale(0.1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.4);
    opacity: 0;
  }
}
/*common*/
/* CSS Document */
.wrap {
  width: 100%;
  margin: 0px auto;
  padding: 0px;
}

.wrap_in {
  margin: 0px 10%;
}

.wrap_c {
  width: 85.652%;
  max-width: 1426px;
  margin: 0px auto;
}

.w_wap {
  display: none !important;
}

body {
  background-color: #d5deea;
  line-height: 1.75;
  min-height: 100vh;
  position: relative;
}

.a6_topfr {
  overflow: visible;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 9999;
  height: 60px;
  background: linear-gradient(to right, #0e78f6, #6f55d7);
  background: -webkit-linear-gradient(to right, #0e78f6, #6f55d7);
  background: -o-linear-gradient(to right, #0e78f6, #6f55d7);
  background: -moz-linear-gradient(to right, #0e78f6, #6f55d7);
}

.a6_topfr .fl {
  height: 60px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 9;
}

.a6_topfr .fl img {
  display: block;
  height: 60px;
}

.a6_topfr .fr {
  display: inline-flex;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: flex-end;
  height: 60px;
}

.a6_topfr .menufr {
  float: left;
}

.a6_topfr .menufr ul {
  display: inline-flex;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: flex-end;
}

.a6_topfr .menufr ul li {
  margin-left: 0.8rem;
}

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

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

.a6_topfr .menufr ul li.active a {
  color: #abdbff;
}

.a6_topfr .top_other {
  float: left;
  margin-left: 0.8rem;
}

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

.a6_banner .bg {
  width: 100%;
  overflow: hidden;
}

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

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

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

.a6_banner .p1 {
  margin-top: 2.8rem;
}

@media screen and (max-width: 1500px) {
  .a6_banner .p1 {
    margin-top: 2rem;
  }
}
.a6_banner .p1 img {
  display: block;
  height: 1.27rem;
}

@media screen and (min-width: 1920px) {
  .a6_banner .p1 img {
    height: 127px;
  }
}
.a6_banner .p2 {
  margin-top: 0.4rem;
}

.a6_banner .p2 p {
  display: inline-flex;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  overflow: hidden;
  margin-top: 0.1rem;
}

.a6_banner .p2 p img {
  display: block;
  width: 0.25rem;
  margin-right: 0.2rem;
}

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

.title_style_01 .p1 {
  line-height: 1.3;
}

.title_style_01 .p1 span {
  display: inline-block;
  background: linear-gradient(0deg, #0f6ef7, #0052c8);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.title_style_01 .p2 {
  color: #494949;
}

.a6in_01 {
  overflow: hidden;
}

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

.a6in_01 .pc {
  overflow: hidden;
  margin-top: 0.3rem;
  position: relative;
}

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

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

.a6in_01 .pc .bg::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 4;
  -moz-box-shadow: inset 0px 0px 0.55rem rgb(255, 255, 255);
  -webkit-box-shadow: inset 0px 0px 0.55rem rgb(255, 255, 255);
  box-shadow: inset 0px 0px 0.55rem rgb(255, 255, 255);
}

.a6in_01 .pc .nr {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 9;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0.5rem;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}

.a6in_01 .pc .nr .fr {
  width: 28.75%;
  overflow: hidden;
}

.a6in_01 .pc .nr .fr ul {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.a6in_01 .pc .nr .fr ul li {
  width: 100%;
  overflow: hidden;
  margin-bottom: 0.2rem;
  position: relative;
  height: calc((100% - 0.2rem) / 2);
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 1px solid #fff;
}

.a6in_01 .pc .nr .fr ul li img {
  width: 100%;
  display: block;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  object-fit: cover;
  object-position: 50% 50%;
  transition: 1s;
  -webkit-transition: 1s;
  -o-transition: 1s;
  -moz-transition: 1s;
}

.a6in_01 .pc .nr .fr ul li:last-child {
  margin-bottom: 0px;
}

.a6in_01 .pc .nr .fr ul li .txt {
  position: absolute;
  right: 0.2rem;
  bottom: 0.2rem;
  text-align: right;
}

.a6in_01 .pc .nr .fr ul li .txt .p1 {
  line-height: 1;
  color: #4991d9;
}

.a6in_01 .pc .nr .fr ul li .txt .p2 {
  color: #494949;
}

.a6in_01 .pc .nr .fr ul li:hover img {
  transform: scale(1.04);
  -moz-transform: scale(1.04);
  -webkit-transform: scale(1.04);
}

.a6in_01 .pc .nr .fl {
  width: calc(71.25% - 0.4rem);
  overflow: hidden;
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 1.8;
  color: #494949;
}

.a6in_01 .pc .nr .fl p {
  margin-bottom: 0.2rem;
}

.a6in_01 .pc .nr .fl p:last-child {
  margin-bottom: 0px;
}

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

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

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

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

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

.a6in_02 .pc {
  margin-top: 0.3rem;
  display: inline-flex;
  display: -webkit-inline-flex;
  justify-content: space-between;
  background: url("../upimg/bg_12.webp") 50% 100% no-repeat;
  background-size: cover;
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
}

.a6in_02 .pc .fl {
  width: 22.3%;
  overflow: hidden;
  background: url("../upimg/bg_08.webp") 50% no-repeat;
  background-size: cover;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0px 0.2rem;
}

.a6in_02 .pc .fl .pcl_t {
  margin-top: 0.4rem;
  color: #fff;
}

.a6in_02 .pc .fl .pcl_c {
  margin-top: 0.26rem;
  color: #fff;
  padding-bottom: 2rem;
}

.a6in_02 .pc .fl .pcl_c .p1 {
  text-align: justify;
  text-justify: inter-ideograph;
}

.a6in_02 .pc .fl .pcl_c .px {
  width: 100%;
  height: 1px;
  background-color: #fff;
  margin: 0.3rem 0px;
}

.a6in_02 .pc .fr {
  width: 77.7%;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0.2rem;
}

.a6in_02 .pc .fr .pcr_01 {
  width: 100%;
  overflow: hidden;
  position: relative;
  min-height: 1.4rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-start;
}

.a6in_02 .pc .fr .pcr_01 .bg {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 1px solid #fff;
  border-radius: 0.1rem;
  -webkit-border-radius: 0.1rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
}

.a6in_02 .pc .fr .pcr_01 .txt {
  position: relative;
  z-index: 9;
  color: #494949;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0.2rem 0.4rem;
}

.a6in_02 .pc .fr .pcr_02 {
  overflow: hidden;
  margin-top: 0.2rem;
}

.a6in_02 .pc .fr .pcr_02 .p02_th {
  width: 100%;
  overflow: hidden;
}

.a6in_02 .pc .fr .pcr_02 .p02_th ul {
  width: 100%;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.7rem auto 36.35%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background: linear-gradient(to right, #0f6ef7, #0052c8);
  background: -webkit-linear-gradient(to right, #0f6ef7, #0052c8);
  background: -o-linear-gradient(to right, #0f6ef7, #0052c8);
  background: -moz-linear-gradient(to right, #0f6ef7, #0052c8);
  color: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
}

.a6in_02 .pc .fr .pcr_02 .p02_th ul li {
  width: 100%;
  overflow: hidden;
  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.16rem 0.14rem 0.13rem 0.14rem;
}

.a6in_02 .pc .fr .pcr_02 .p02_td {
  width: 100%;
  overflow: hidden;
}

.a6in_02 .pc .fr .pcr_02 .p02_td ul {
  width: 100%;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.7rem auto 36.35%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-bottom: 1px solid #aeb8bf;
}

.a6in_02 .pc .fr .pcr_02 .p02_td ul li {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0.14rem 0.14rem;
}

.a6in_02 .pc .fr .pcr_02 .p02_td ul li:nth-child(1) {
  color: #494949;
}

.a6in_02 .pc .fr .pcr_02 .p02_td ul li:nth-child(2) {
  color: #494949;
  font-weight: 700;
}

.a6in_02 .pc .fr .pcr_02 .p02_td ul li:nth-child(2) span {
  display: inline-block;
  font-weight: 400;
}

.a6in_02 .pc .fr .pcr_02 .p02_td ul li:nth-child(3) .p1 {
  color: #494949;
  font-weight: 700;
}

.a6in_02 .pc .fr .pcr_02 .p02_td ul li:nth-child(3) .p2 {
  color: #494949;
}

.a6in_02 .pc .fr .pcr_02 .p02_td ul:last-child {
  border-bottom: 0px;
}

.a603_slide .pcr_02 .p02_td ul:last-child {
  border-bottom: 1px solid #aeb8bf !important;
}

.a6in_03 {
  margin-top: 0.6rem;
}

.a6in_03 .pc .fl {
  background-image: url("../upimg/bg_09.webp");
}

.pcl_slide_a {
  width: 100%;
  overflow: visible !important;
  margin-top: 1.3rem;
  padding-bottom: 2rem;
}

.pcl_slide_a ul li {
  width: 100%;
  overflow: visible;
  position: relative;
  padding: 0.24rem 0.18rem;
  color: #fff;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  cursor: pointer;
}

.pcl_slide_a ul li b {
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 1;
}

.pcl_slide_a ul li::before {
  content: "";
  display: block;
  width: calc(100% + 0.2rem);
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
  background: linear-gradient(to right, #00d2ff, #00ffaa);
  background: -webkit-linear-gradient(to right, #00d2ff, #00ffaa);
  background: -o-linear-gradient(to right, #00d2ff, #00ffaa);
  background: -moz-linear-gradient(to right, #00d2ff, #00ffaa);
  border-radius: 6px 0px 0px 6px;
  -webkit-border-radius: 6px 0px 0px 6px;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  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;
}

.pcl_slide_a ul li::after {
  content: "";
  display: block;
  width: calc(100% + 0.2rem - 3px);
  height: calc(100% - 6px);
  position: absolute;
  left: 3px;
  top: 3px;
  z-index: 3;
  background: url("../upimg/t_03.jpg") 0% 50% no-repeat #fff;
  background-size: auto 100%;
  border-radius: 6px 0px 0px 6px;
  -webkit-border-radius: 6px 0px 0px 6px;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  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;
}

.pcl_slide_a ul li span {
  display: inline-block;
  position: relative;
  z-index: 9;
}

.pcl_slide_a ul li.active::before {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.pcl_slide_a ul li.active::after {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.pcl_slide_a ul li.active span {
  color: #000;
}

.pcl_slide_a ul li.active b {
  display: none;
}

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

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

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

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

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

.a6in_04 .pc {
  overflow: hidden;
  margin-top: 0.3rem;
}

.a6in_04 .pc img {
  width: 100%;
  display: block;
}

.a6in_04 .pb {
  overflow: hidden;
  margin-top: 0.2rem;
  display: inline-flex;
  display: -webkit-inline-flex;
  justify-content: space-between;
}

.a6in_04 .pb .fl {
  width: 24.64%;
  overflow: hidden;
}

.a6in_04 .pb .fr {
  width: calc(75.36% - 0.2rem);
  overflow: hidden;
}

.a6in_04 .pb .box {
  width: 100%;
  overflow: hidden;
  background-color: rgba(239, 245, 253, 0.8);
  border-radius: 0.1rem;
  -webkit-border-radius: 0.1rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
}

.a6in_04 .pb .box .box_t {
  width: 100%;
  overflow: hidden;
  height: 50px;
  background: url("../upimg/in_04.webp") 50% no-repeat;
  background-size: cover;
  display: inline-flex;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0px 0.2rem;
  color: #0155cc;
  border-bottom: 1px solid #fff;
}

.a6in_04 .pb .box .box_c {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0.1rem 0.2rem;
  -moz-box-shadow: inset 0px 0px 0.3rem rgb(255, 255, 255);
  -webkit-box-shadow: inset 0px 0px 0.3rem rgb(255, 255, 255);
  box-shadow: inset 0px 0px 0.3rem rgb(255, 255, 255);
}

.a6in_04 .pb .box .box_c p {
  margin: 5px 0px;
  color: #494949;
}

.a6in_04 .pb .box .box_c strong {
  color: #000;
}

.a6in_04 .pb .box1 {
  margin-top: 0.2rem;
}

.a6in_04 .pb .box3 {
  height: 100%;
}

.a6in_04 .pb .box3 .box_c {
  height: calc(100% - 50px);
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-start;
}

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

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

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

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

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

.a6in_05 .pt {
  position: relative;
}

.a6in_05 .pt .a6in05_more {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 9;
  display: inline-flex;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
}

.a6in_05 .pt .a6in05_more .a6in_05_prev {
  width: 36px;
  height: 36px;
  background: url("../upimg/t_01.png") 50% no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  outline: none;
}

.a6in_05 .pt .a6in05_more .a6in_05_prev:hover {
  background-image: url("../upimg/t_01_on.png");
  outline: none;
}

.a6in_05 .pt .a6in05_more .a6in_05_next {
  width: 36px;
  height: 36px;
  background: url("../upimg/t_02.png") 50% no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  margin-left: 0.2rem;
  outline: none;
}

.a6in_05 .pt .a6in05_more .a6in_05_next:hover {
  background-image: url("../upimg/t_02_on.png");
  outline: none;
}

.a6in_05 .pc {
  margin-top: 0.3rem;
  overflow: visible;
}

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

.a6in05_slide .swiper-slide {
  width: calc((100% - 6px) / 3.6);
  overflow: hidden;
}

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

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

.a6in05_slide .swiper-slide img.img2 {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
}

.a6in05_slide .swiper-slide img.img3 {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 3;
  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;
}

.a6in05_slide .swiper-slide a:hover img.img3 {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

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

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

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

.a6in_06 .nr {
  width: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  bottom: 0.4rem;
  text-align: center;
  z-index: 9;
}

.more1 {
  display: inline-block;
  line-height: 34px;
  padding: 0px 26px;
  color: #fff;
  border-radius: 34px;
  -webkit-border-radius: 34px;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: relative;
}

.more1::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  border-radius: 34px;
  -webkit-border-radius: 34px;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  background: linear-gradient(to right, #0152c8, #0f6ef6);
  background: -webkit-linear-gradient(to right, #0152c8, #0f6ef6);
  background: -o-linear-gradient(to right, #0152c8, #0f6ef6);
  background: -moz-linear-gradient(to right, #0152c8, #0f6ef6);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.more1::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 1px solid #0155cc;
  border-radius: 34px;
  -webkit-border-radius: 34px;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  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;
}

.more1 span {
  display: inline-block;
  position: relative;
  z-index: 4;
}

.more1:hover {
  color: #000;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7));
  background: -webkit-linear-gradient(to right, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7));
  background: -o-linear-gradient(to right, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7));
  background: -moz-linear-gradient(to right, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7));
}

.more1:hover::before {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.more1:hover::after {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.pt7 {
  padding-top: 0.7rem;
}

.pt2 {
  padding-top: 0.2rem;
}

.pt5 {
  padding-top: 0.5rem;
}

.mt2 {
  margin-top: 0.2rem;
}

.mt1 {
  margin-top: 0.1rem;
}

.mt10 {
  margin-top: 1rem;
}

.ft70 {
  font-size: 70px;
}

.ft60 {
  font-size: 60px;
}

.ft55 {
  font-size: 55px;
}

.ft48 {
  font-size: 48px;
}

.ft40 {
  font-size: 40px;
}

.ft36 {
  font-size: 36px;
}

.ft32 {
  font-size: 32px;
}

.ft30 {
  font-size: 30px;
}

.ft28 {
  font-size: 28px;
}

.ft26 {
  font-size: 26px;
}

.ft24 {
  font-size: 24px;
}

.ft22 {
  font-size: 22px;
}

.ft20 {
  font-size: 20px;
}

.ft18 {
  font-size: 18px;
}

.ft16 {
  font-size: 16px;
}

.ft15 {
  font-size: 15px;
}

.ft14 {
  font-size: 14px;
}

.nzft60 {
  font-size: 60px;
}

.nzft30 {
  font-size: 30px;
}

.nzft24 {
  font-size: 24px;
}

.nzft20 {
  font-size: 20px;
}

.nzft18 {
  font-size: 18px;
}

.nzft15 {
  font-size: 15px;
}

.nzft12 {
  font-size: 12px;
}

@media screen and (max-width: 1500px) {
  .ft70 {
    font-size: 57.2px;
  }
  .ft60 {
    font-size: 47.2px;
  }
  .ft55 {
    font-size: 35.2px;
  }
  .ft48 {
    font-size: 35.2px;
  }
  .ft40 {
    font-size: 30.2px;
  }
  .ft36 {
    font-size: 23.2px;
  }
  .ft32 {
    font-size: 19.2px;
  }
  .ft30 {
    font-size: 17.2px;
  }
  .ft28 {
    font-size: 21.2px;
  }
  .ft26 {
    font-size: 19.2px;
  }
  .ft24 {
    font-size: 17.2px;
  }
  .ft22 {
    font-size: 15.2px;
  }
  .ft20 {
    font-size: 16.2px;
  }
  .ft18 {
    font-size: 14.2px;
  }
  .ft16 {
    font-size: 13.2px;
  }
  .ft14 {
    font-size: 11.2px;
  }
}
@media screen and (max-width: 1366px) {
  .wrap_c {
    max-width: 1000px;
  }
  .menufr ul li {
    margin-left: 0.24rem;
  }
  .tktr_other {
    margin-left: 0.24rem;
  }
  .a6in_02 .pc .fl .pcl_c {
    margin-top: 0.56rem;
  }
  .ft70 {
    font-size: 46.2px;
  }
  .ft60 {
    font-size: 36.2px;
  }
  .ft55 {
    font-size: 28.2px;
  }
  .ft48 {
    font-size: 30.2px;
  }
  .ft40 {
    font-size: 20.2px;
  }
  .ft36 {
    font-size: 18.2px;
  }
  .ft32 {
    font-size: 18.2px;
  }
  .ft30 {
    font-size: 17.2px;
  }
  .ft28 {
    font-size: 16.2px;
  }
  .ft26 {
    font-size: 16.2px;
  }
  .ft24 {
    font-size: 17.2px;
  }
  .ft22 {
    font-size: 15.2px;
  }
  .ft20 {
    font-size: 15.2px;
  }
  .ft18 {
    font-size: 13.2px;
  }
  .ft16 {
    font-size: 14px;
  }
  .ft14 {
    font-size: 14px;
  }
}
@media screen and (max-width: 1023px) {
  .w_pc {
    display: none !important;
  }
  .w_wap {
    display: block !important;
  }
  .mtmenu_click {
    float: left;
    margin-left: 20px;
    position: relative;
    z-index: 9991;
    margin-top: 0rem;
  }
  .mtmenu_click a {
    width: 20px;
    height: 60px;
    display: block;
    overflow: hidden;
    background: url("../upimg/menu_01_on.svg") center no-repeat;
    background-size: 100%;
  }
  .mtmenu_click a.on {
    background: url("../upimg/menu_02_on.svg") center no-repeat;
    background-size: 100%;
  }
  .a6_topfr {
    background-size: 100% 100%;
  }
  .a6_topfr .menufr {
    width: 100%;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 8;
    display: none;
  }
  .a6_topfr .menufr ul {
    width: 100%;
    overflow: hidden;
    margin-top: 60px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    display: block;
    background: linear-gradient(to right, #0e78f6, #6f55d7);
    background: -webkit-linear-gradient(to right, #0e78f6, #6f55d7);
    background: -o-linear-gradient(to right, #0e78f6, #6f55d7);
    background: -moz-linear-gradient(to right, #0e78f6, #6f55d7);
  }
  .a6_topfr .menufr ul li {
    width: 100%;
    height: 56px;
    border-bottom: 0.01rem solid rgba(255, 255, 255, 0.2);
    margin: 0px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
  }
  .a6_topfr .menufr ul li a {
    padding: 0px;
  }
  .a6_topfr .menufr ul li.active a {
    border: 0px;
  }
  .a6_topfr .menufr ul li.active::before {
    display: none;
  }
  .a6_topfr .menufr ul {
    display: block;
    height: auto;
  }
  .a6_banner {
    margin-top: 60px;
  }
  .a6_banner .p1 img {
    height: auto;
    width: 100%;
    max-width: 750px;
  }
  .a6_banner .p1 {
    margin-top: calc(0px + 0.6rem);
  }
  .a6in_01 {
    margin-top: 0.6rem;
  }
  .a6in_01 .pc .nr {
    padding: 0.2rem;
    display: block;
  }
  .a6in_01 .pc .nr .fl {
    width: 100%;
  }
  .a6in_01 .pc .nr .fr {
    width: 100%;
    margin-top: 0.4rem;
  }
  .a6in_01 .pc .nr .fr ul li img {
    position: relative;
  }
  .a6in_02 .pc {
    display: block;
  }
  .a6in_02 .pc .fl {
    width: 100%;
    overflow: hidden;
  }
  .a6in_02 .pc .fl .pcl_c {
    margin-top: 0.4rem;
    padding-bottom: 0.6rem;
  }
  .a6in_02 .pc .fr {
    width: 100%;
    overflow: hidden;
  }
  .a6in_02 .pc .fr .pcr_02 .p02_th {
    display: none;
  }
  .a6in_02 .pc .fr .pcr_02 .p02_td ul {
    display: block;
    padding: 0.1rem 0px;
  }
  .a6in_02 .pc .fr .pcr_02 .p02_td ul li {
    width: 100%;
    padding: 0rem 0.14rem;
  }
  .a6in_02 .pc .fr .pcr_02 .p02_td ul li.p_empty {
    display: none;
  }
  .a6in_02 .pc .fr .pcr_02 .p02_td ul li:nth-child(3) .p1 {
    font-weight: normal;
  }
  .a6in_02 .pc .fr .pcr_01 .txt {
    padding: 0.2rem 0.14rem;
  }
  .a6in_04 .pc {
    border-radius: 0.2rem;
    -webkit-border-radius: 0.2rem;
    -webkit-backface-visibility: hidden;
    -webkit-appearance: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid #fff;
  }
  .pcl_slide_a {
    margin-top: 0.4rem;
  }
  .a6in_04 .pb {
    display: block;
  }
  .a6in_04 .pb .fl {
    width: 100%;
  }
  .a6in_04 .pb .fr {
    width: 100%;
    margin-top: 0.2rem;
  }
  .a6in05_slide .swiper-slide {
    width: 41.6666666667%;
  }
  .a6in_06 .nr {
    bottom: 0.2rem;
  }
  .pcl_slide_a {
    padding-bottom: 0.6rem;
  }
  .mt10 {
    margin-top: 0.6rem;
  }
  .ft70 {
    font-size: 38px;
  }
  .ft60 {
    font-size: 26px;
  }
  .ft55 {
    font-size: 26px;
  }
  .ft48 {
    font-size: 26px;
  }
  .ft42 {
    font-size: 25px;
  }
  .ft40 {
    font-size: 25px;
  }
  .ft36 {
    font-size: 24px;
  }
  .ft32 {
    font-size: 20px;
  }
  .ft30 {
    font-size: 18px;
  }
  .ft28 {
    font-size: 16px;
  }
  .ft27 {
    font-size: 16px;
  }
  .ft26 {
    font-size: 16px;
  }
  .ft24 {
    font-size: 16px;
  }
  .ft22 {
    font-size: 16px;
  }
  .ft20 {
    font-size: 16px;
  }
  .ft18 {
    font-size: 15px;
  }
  .ft16 {
    font-size: 14px;
  }
  .ft15 {
    font-size: 14px;
  }
  .ft14 {
    font-size: 12px;
  }
}
@media screen and (max-width: 960px) {
  .wrap_c {
    width: 92%;
  }
}
@media screen and (max-width: 768px) {
  .wrap_in {
    margin: 0px 20px;
  }
  .w_pc {
    display: none !important;
  }
  .w_wap {
    display: block !important;
  }
  .ft70 {
    font-size: 38px;
  }
  .ft60 {
    font-size: 26px;
  }
  .ft55 {
    font-size: 26px;
  }
  .ft48 {
    font-size: 26px;
  }
  .ft40 {
    font-size: 25px;
  }
  .ft36 {
    font-size: 24px;
  }
  .ft32 {
    font-size: 20px;
  }
  .ft30 {
    font-size: 18px;
  }
  .ft28 {
    font-size: 16px;
  }
  .ft26 {
    font-size: 16px;
  }
  .ft24 {
    font-size: 16px;
  }
  .ft22 {
    font-size: 16px;
  }
  .ft20 {
    font-size: 16px;
  }
  .ft18 {
    font-size: 15px;
  }
  .ft16 {
    font-size: 14px;
  }
  .ft14 {
    font-size: 12px;
  }
  .nzft60 {
    font-size: 26px;
  }
  .nzft30 {
    font-size: 18px;
  }
  .nzft24 {
    font-size: 16px;
  }
  .nzft20 {
    font-size: 15.7px;
  }
  .nzft18 {
    font-size: 14px;
  }
  .nzft15 {
    font-size: 14px;
  }
  .nzft12 {
    font-size: 12px;
  }
}