/* 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 */
}

@font-face {
  font-family: "albb_regular";
  src: url("../fonts/albb_regular.woff2") format("woff2"), url("../fonts/albb_regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.albb_regular {
  font-family: albb_regular;
}

@font-face {
  font-family: "albb_bold";
  src: url("../fonts/albb_bold.woff2") format("woff2"), url("../fonts/albb_bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.albb_bold {
  font-family: albb_bold;
}

@font-face {
  font-family: "albb_medium";
  src: url("../fonts/albb_medium.woff2") format("woff2"), url("../fonts/albb_medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.albb_medium {
  font-family: albb_medium;
}

@font-face {
  font-family: "albb_light";
  src: url("../fonts/albb_light.woff2") format("woff2"), url("../fonts/albb_light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.albb_light {
  font-family: albb_light;
}

@font-face {
  font-family: "MiSans-Bold";
  src: url("../fonts/MiSans-Bold.woff2") format("woff2"), url("../fonts/MiSans-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.MiSans-Bold {
  font-family: MiSans-Bold;
}

body {
  font-family: "albb_regular", -apple-system, BlinkMacSystemFont, PingFang SC, Microsoft YaHei, Arial;
  margin: 0;
  padding: 0;
  font-style: normal !important;
  font-variant: normal !important;
  margin: 0px auto;
  padding: 0px;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 1.8;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: #000;
  text-decoration: none;
  outline: none;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

a:hover {
  color: rgb(0, 205, 255);
  text-decoration: none;
  outline: none;
}

a:focus {
  outline: none;
  text-decoration: none;
}

.clear {
  clear: both;
  font-size: 0vw;
  line-height: 0;
  height: 0;
}

* html .clearfix {
  zoom: 1;
}

*:first-child + html .clearfix {
  zoom: 1;
}

.cell, .cell2, .cell3 {
  border-collapse: collapse;
  border-spacing: 0;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

a, img {
  border: 0px;
}

br {
  font-family: SimSun;
}

p {
  margin: 0px;
  padding: 0px;
  line-height: 1.5;
}

i {
  margin: 0px;
  padding: 0px;
  font-style: normal;
}

ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

ul li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

br {
  margin: 0px;
  padding: 0px;
}

.clearheight {
  width: 100%;
  height: 1px;
  overflow: hidden;
}

input, select, textarea {
  font-family: "albb_regular", -apple-system, BlinkMacSystemFont, PingFang SC, Microsoft YaHei, Arial;
  outline: none;
}

input::-ms-clear, input::-ms-reveal {
  display: none;
}

input[type=text]:disabled {
  background-color: #999;
}

input::-moz-placeholder {
  color: #666;
}

input::-moz-placeholder {
  color: #666;
}

input::-ms-input-placeholder {
  color: #666;
}

input::-webkit-input-placeholder {
  color: #666;
}

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;
}

/*common*/
/* CSS Document */
.in_body {
  min-height: 100vh;
  position: relative;
  background-color: #fff;
  opacity: 0;
}

.other_body {
  min-height: 100vh;
  position: relative;
  background-color: #fff;
  opacity: 0;
}

.wrap {
  width: 100%;
  margin: 0px auto;
}

.w_wap {
  display: none !important;
}

.topfr {
  overflow: visible;
  height: 1.2rem;
  position: relative;
  left: 0px;
  top: 0px;
  z-index: 9999;
  border-bottom: 0.01rem solid #e3e3e3;
  background-color: #fff;
}

.topfr .fl {
  height: 1.2rem;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.topfr .fl img {
  display: block;
  height: 0.6rem;
}

.menufr {
  float: left;
  width: calc(100% - 0.8rem - 2.26rem);
}

.menufr ul li {
  float: left;
  position: relative;
}

.menufr ul li .mu_t {
  width: 100%;
  overflow: hidden;
  height: 1.2rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.menufr ul li .mu_c {
  width: 2.8rem;
  border-top: 0.01rem solid #000;
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-left: -1.4rem;
  top: 1.2rem;
  z-index: 999;
  background-color: #fff;
  -moz-box-shadow: 0 0.6rem 0.6rem rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 0.6rem 0.6rem rgba(0, 0, 0, 0.08);
  box-shadow: 0 0.6rem 0.6rem rgba(0, 0, 0, 0.08);
  display: none;
}

.menufr ul li .mu_c .muc_l {
  width: 2.8rem;
  overflow: hidden;
  background-color: #f5f5f5;
  padding: 0.3rem 0px;
}

.menufr ul li .mu_c .muc_l .li {
  width: 100%;
  overflow: hidden;
  cursor: pointer;
}

.menufr ul li .mu_c .muc_l .li a {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0.06rem 0.3rem;
}

.menufr ul li .mu_c .muc_l .li span::before {
  content: "";
  display: block;
  width: 0.09rem;
  height: 100%;
  background: url("../images/t_04.svg") 50% no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0.3rem;
  top: 0px;
  display: none;
}

.menufr ul li .mu_c .muc_l .li.active {
  background-color: #fff;
}

.menufr ul li .mu_c .muc_l .li.active span::before {
  display: block;
}

.menufr ul li .mu_c .muc_r {
  width: calc(100% - 2.8rem);
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0.3rem 0.5rem;
  display: none;
}

.menufr ul li .mu_c .muc_r .mucr_item {
  width: 100%;
  overflow: hidden;
}

.menufr ul li .mu_c .muc_r .mucr_item dl {
  width: 100%;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.menufr ul li .mu_c .muc_r .mucr_item a {
  color: #222;
  border-bottom: 0.01rem solid #fff;
  display: inline-block;
}

.menufr ul li .mu_c .muc_r .mucr_item a:hover {
  color: rgb(0, 205, 255);
  border-bottom: 0.01rem solid rgb(0, 205, 255);
}

.menufr ul li .mu_c .muc_r .mucr_item.grid2 dl {
  grid-template-columns: repeat(2, 1fr);
}

.menufr ul li.active .mu_t a {
  color: rgb(0, 205, 255);
}

.menufr ul li.prd_active .mu_t a {
  color: rgb(0, 205, 255);
}

.menufr ul li.prd_active .mu_c {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}

.topfr .autowidth {
  position: relative;
}

.topfr .lgn {
  position: absolute;
  right: 0px;
  top: 0px;
}

.topfr .lgn .lgn_t {
  width: 100%;
  height: 1.2rem;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.topfr .lgn .lgn_t a {
  display: inline-block;
  background: url("../images/lgn.webp") 0% 50% no-repeat;
  background-size: 0.2rem;
  padding-left: 0.3rem;
  color: #222;
}

.topfr .lgn .lgn_t span {
  display: inline-block;
  position: relative;
  padding-right: 0.26rem;
}

.topfr .lgn .lgn_t span::before {
  content: "";
  display: block;
  width: 0.11rem;
  height: 100%;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  display: block;
  background: url("../images/t_06.svg") 50% no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0px;
  top: 0px;
}

.topfr .lgn .lgn_c {
  width: 1rem;
  padding: 0.2rem 0px;
  position: absolute;
  left: 50%;
  margin-left: -0.5rem;
  top: 1.2rem;
  overflow: hidden;
  display: none;
  background-color: #fff;
  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;
  -moz-box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.08);
  box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.08);
}

.topfr .lgn .lgn_c p {
  width: 100%;
  overflow: hidden;
  text-align: center;
  margin-bottom: 0.1rem;
}

.topfr .lgn .lgn_c p:last-child {
  margin-bottom: 0px;
}

.topfr .lgn .lgn_c p a {
  display: inline-block;
  border-bottom: 0.01rem solid #fff;
}

.topfr .lgn .lgn_c p a:hover {
  border-bottom: 0.01rem solid rgb(0, 205, 255);
}

.topfr .lgn.active .lgn_c {
  display: block;
}

.home_body .topfr {
  position: sticky;
}

.sitefr {
  overflow: hidden;
}

.sitefr .autowidth {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-start;
}

.sitefr a {
  float: left;
  color: #999999;
}

.sitefr a:hover {
  color: rgb(0, 205, 255);
}

.sitefr i {
  float: left;
  color: #999999;
}

.sitefr a:last-child {
  color: #000;
}

.sitefr a:last-child:hover {
  color: rgb(0, 205, 255);
}

:root {
  --pxq_h:1rem;
}

.pxq_01 {
  overflow: hidden;
}

.pxq01_l {
  width: 51.75%;
  overflow: hidden;
  float: left;
  position: relative;
}

.pxq01l_01 {
  width: calc(100% - 1rem - 0.4rem);
  overflow: hidden;
  position: relative;
  float: right;
}

.pxq01l01_slide {
  width: 100%;
  overflow: hidden;
}

.pxq01l01_slide .swiper-slide {
  width: 100%;
  overflow: hidden;
  position: relative;
  background-color: #fafafa;
}

.pxq01l01_slide .swiper-slide img {
  width: 100%;
  display: block;
}

.pxq01l01_slide .swiper-slide img.img2 {
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  object-fit: scale-down;
}

.pxq01l_02 {
  width: 1rem;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 9;
}

.pxq01l_02 .pxq_h {
  width: 100%;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  pointer-events: none;
}

.pxq01l_02 .b1 {
  width: 100%;
  height: 0.1rem;
  display: block;
  pointer-events: none;
  position: absolute;
  left: 0px;
  top: 0px;
}

.pxq01l_02 .pxq01_prev {
  width: 100%;
  height: 0.3rem;
  display: block;
  cursor: pointer;
  overflow: hidden;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 9;
  background: url("../images/t_01.svg") 50% no-repeat;
  background-size: 0.16rem;
}

.pxq01l_02 .pxq01_prev:hover {
  background-image: url("../images/t_01_on.svg");
}

.pxq01l_02 .pxq01_next {
  width: 100%;
  height: 0.3rem;
  display: block;
  cursor: pointer;
  overflow: hidden;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 9;
  background: url("../images/t_02.svg") 50% no-repeat;
  background-size: 0.16rem;
}

.pxq01l_02 .pxq01_next:hover {
  background-image: url("../images/t_02_on.svg");
}

.pxq01l02_slide {
  width: 100%;
  height: calc((var(--pxq_h) + 0.1rem) * 5 - 0.1rem);
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: 0.05rem;
  transform: translateY(-50%);
}

.pxq01l02_slide .swiper-slide {
  width: 100%;
  overflow: hidden;
}

.pxq01l02_slide .swiper-slide .c {
  width: 100%;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 0.01rem solid #dbdbdb;
  cursor: pointer;
  background-color: #fff;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
}

.pxq01l02_slide .swiper-slide .c span {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9;
  text-align: center;
  line-height: 1.4;
  color: #444;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.pxq01l02_slide .swiper-slide img {
  width: 100%;
  display: block;
}

.pxq01l02_slide .swiper-slide img.img2 {
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  object-fit: scale-down;
}

.pxq01l02_slide .swiper-slide .c.active {
  border: 0.01rem solid rgb(0, 205, 255);
  background-color: rgb(0, 205, 255);
}

.pxq01l02_slide .swiper-slide .c.active span {
  color: #fff;
}

.pxq01_r {
  width: calc(48.25% - 0.8rem);
  overflow: hidden;
  float: right;
}

.pxq01_r .p {
  width: 100%;
  overflow: hidden;
}

.pxq01_r .p1 {
  font-weight: normal;
  color: #000;
  line-height: 1.4;
}

.pxq01_r .p2 {
  color: #666;
}

.pxq01_r .p3 {
  color: #999;
}

.pxq01_r .p4 {
  padding-top: 0.05rem;
}

.pxq01_r .p4 span {
  display: inline-block;
  color: rgb(0, 205, 255);
  background-color: #e9f4f3;
  float: left;
  margin-right: 0.08rem;
  margin-bottom: 0.08rem;
  border-radius: 0.03rem;
  padding: 0.08rem 0.2rem;
  line-height: 1;
}

.pxq_02 {
  overflow: hidden;
  background-color: #f3f3f3;
  position: sticky;
  top: 0px;
  z-index: 999;
}

.pxq_02::before {
  content: "";
  display: block;
  width: 100%;
  height: 0.02rem;
  background-color: #e8e8e8;
  position: absolute;
  left: 0px;
  bottom: 0px;
  pointer-events: none;
  z-index: 1;
}

.pxq_02 ul li {
  float: left;
  height: 0.8rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  color: #666;
  position: relative;
  z-index: 9;
  cursor: pointer;
}

.pxq_02 ul li::before {
  content: "";
  display: block;
  width: 100%;
  height: 0.03rem;
  background-color: rgb(0, 205, 255);
  position: absolute;
  left: 0px;
  bottom: -0.05rem;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
}

.pxq_02 ul li.active {
  color: #222;
}

.pxq_02 ul li.active::before {
  bottom: 0px;
}

.pxq_03 {
  overflow: hidden;
  background: linear-gradient(#ffffff, #fafafa);
  background: -webkit-linear-gradient(#ffffff, #fafafa);
  background: -o-linear-gradient(#ffffff, #fafafa);
  background: -moz-linear-gradient(#ffffff, #fafafa);
}

.pxq_03 .p {
  width: 100%;
}

.pxq_03 .p1 {
  text-align: center;
}

.pxq_03 .p2 {
  overflow: visible;
}

.pxq_03 .p2 ul {
  width: 100%;
  overflow: visible;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0.3rem;
}

.pxq_03 .p2 ul li {
  width: 100%;
  overflow: visible;
  position: relative;
  z-index: 9;
  background-color: #fff;
  border-radius: 0.06rem;
  -webkit-border-radius: 0.06rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0.5rem;
  display: flex;
  display: -webkit-flex;
  align-items: flex-start;
  justify-content: space-between;
}

.pxq_03 .p2 ul li::before {
  content: "";
  display: block;
  pointer-events: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 0.06rem;
  -webkit-border-radius: 0.06rem;
  -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: 0px;
  z-index: 2;
  border: 0.01rem solid #d9d9d9;
}

.pxq_03 .p2 ul li::after {
  content: "";
  display: block;
  pointer-events: none;
  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;
  z-index: 1;
  -moz-box-shadow: 0 0 0.7rem rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 0 0.7rem rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 0.7rem rgba(0, 0, 0, 0.08);
  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;
}

.pxq_03 .p2 ul li img.img1 {
  display: block;
  max-width: 0.6rem;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
}

.pxq_03 .p2 ul li .pxq03_r {
  width: calc(100% - 0.6rem - 0.4rem);
  overflow: hidden;
}

.pxq_03 .p2 ul li .pxq03_r .ai1 {
  color: #222;
  line-height: 1.4;
}

.pxq_03 .p2 ul li .pxq03_r .ai2 {
  color: #666;
  text-align: justify;
  text-justify: inter-ideograph;
}

.pxq_03 .p2 ul li .pxq03_r .ai2 p {
  width: 100%;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 0.1rem;
  position: relative;
  padding-left: 0.2rem;
}

.pxq_03 .p2 ul li .pxq03_r .ai2 p img {
  display: block;
  width: 0.16rem;
  margin-top: 0.04rem;
  margin-right: 0.1rem;
}

.pxq_03 .p2 ul li .pxq03_r .ai2 p::before {
  content: "";
  display: block;
  width: 0.16rem;
  height: 0.16rem;
  background: url("../images/t_03.svg") 50% no-repeat;
  background-size: 100% 100%;
  margin-top: 4px;
  position: absolute;
  left: 0px;
  top: 0px;
}

.pxq_03 .p2 ul li .pxq03_r .ai2 p:last-child {
  margin-bottom: 0px;
}

.pxq_03 .p2 ul li:hover::before {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.pxq_03 .p2 ul li:hover::after {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.pxq_03 .p2 ul li:hover img.img1 {
  transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
}

.pxq_03 .p2 ul li:hover {
  z-index: 8;
}

.pxq_04 {
  overflow: hidden;
}

.pxq_04 .p {
  width: 100%;
}

.pxq_04 .p1 {
  text-align: center;
}

.pxq_04 .p2 {
  overflow: hidden;
}

.pxq_04 .p2 table {
  width: 100%;
  overflow: hidden;
  table-layout: fixed;
}

.pxq_04 .p2 table tr td {
  padding: 0.2rem 0.3rem !important;
  color: #222;
  border-bottom: 0.01rem solid #e8e8e8;
  border-right: 0.01rem solid #e8e8e8;
}

.pxq_04 .p2 table tr td:first-child {
  width: 25%;
  border-left: 0.01rem solid #e8e8e8;
}

.pxq_04 .p2 table tr.firstRow td {
  background-color: rgb(0, 205, 255);
  color: #fff;
  border-right: 0.01rem solid rgb(0, 205, 255);
  font-weight: bold;
}

.pxq_04 .p2 table tr.firstRow td:first-child {
  border-left: 0.01rem solid rgb(0, 205, 255);
  text-align: left;
}

.pxq_04 .p2 table tr.firstRow img {
  display: block;
  margin: 0px auto;
  padding: 0px;
  height: 1.05rem;
}

.pxq_04 .p2 table tr.firstRow p {
  text-align: center;
}

.pxq_04 .p2 table tr.firstRow td:first-child p {
  text-align: left;
}

.pxq_05 {
  overflow: hidden;
  background-color: #fafafa;
}

.pxq_05 .p {
  width: 100%;
}

.pxq_05 .p1 {
  text-align: center;
}

.pxq_05 .p2 {
  overflow: visible;
}

.pxq_05 .p2 ul {
  width: 100%;
  overflow: visible;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 0.24rem;
}

.pxq_05 .p2 ul li {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 9;
  padding: 0.3rem;
  background-color: #fff;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  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: 0.01rem solid #d9d9d9;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
}

.pxq_05 .p2 ul li a {
  width: 100%;
  display: block;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
}

.pxq_05 .p2 ul li img {
  display: block;
  width: 0.5rem;
}

.pxq_05 .p2 ul li span {
  width: calc(100% - 0.5rem - 0.3rem);
  display: block;
  overflow: hidden;
  color: #000;
}

.pxq_05 .p2 ul li:hover {
  background-color: #fafafa;
  border: 0.01rem solid #fafafa;
  -moz-box-shadow: 0 0 0.7rem rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 0 0.7rem rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 0.7rem rgba(0, 0, 0, 0.08);
  z-index: 8;
}

.pxq_06 {
  overflow: hidden;
  background: linear-gradient(#ffffff, #e2e2e2);
  background: -webkit-linear-gradient(#ffffff, #e2e2e2);
  background: -o-linear-gradient(#ffffff, #e2e2e2);
  background: -moz-linear-gradient(#ffffff, #e2e2e2);
}

.pxq_06 .autowidth {
  position: relative;
  overflow: hidden;
  min-height: 4.7rem;
}

.pxq_06 .img1 {
  height: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 1;
  max-height: 4.4rem;
}

.pxq_06 .pxq06_c {
  width: 58.95%;
  overflow: visible;
  float: right;
}

.pxq_06 .pxq06_c .p {
  width: 100%;
  overflow: visible;
}

.pxq_06 .pxq06_c .p2 ul {
  width: 100%;
  overflow: visible;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0.2rem;
}

.pxq_06 .pxq06_c .p2 ul li {
  width: 100%;
  overflow: visible;
  position: relative;
  background-color: #fafafa;
  border-radius: 0.06rem;
  -webkit-border-radius: 0.06rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0.3rem;
}

.pxq_06 .pxq06_c .p2 ul li::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  overflow: hidden;
  z-index: 1;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -moz-box-shadow: 0 0 0.7rem rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 0 0.7rem rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 0.7rem rgba(0, 0, 0, 0.08);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  border-radius: 0.06rem;
  -webkit-border-radius: 0.06rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
}

.pxq_06 .pxq06_c .p2 ul li::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 0.06rem;
  -webkit-border-radius: 0.06rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  z-index: 2;
  position: absolute;
  left: 0px;
  top: 0px;
  border: 0.01rem solid #d9d9d9;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
}

.pxq_06 .pxq06_c .p2 ul li a {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 9;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
}

.pxq_06 .pxq06_c .p2 ul li img {
  display: block;
  width: 0.5rem;
}

.pxq_06 .pxq06_c .p2 ul li span {
  width: calc(100% - 0.5rem - 0.3rem);
  color: #222;
  display: block;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-right: 0.2rem;
}

.pxq_06 .pxq06_c .p2 ul li span::before {
  content: "";
  display: block;
  width: 0.08rem;
  height: 100%;
  background: url("../images/t_04.svg") 50% no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0px;
  top: 0px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
}

.pxq_06 .pxq06_c .p2 ul li span::after {
  content: "";
  display: block;
  width: 0.08rem;
  height: 100%;
  background: url("../images/t_05.svg") 50% no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0px;
  top: 0px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.pxq_06 .pxq06_c .p2 ul li:hover span::after {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.pxq_06 .pxq06_c .p2 ul li:hover span::before {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.pxq_06 .pxq06_c .p2 ul li:hover::before {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.pxq_06 .pxq06_c .p2 ul li:hover::after {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.btnfr {
  overflow: hidden;
  background-color: #222222;
}

.btn_01 {
  width: 100%;
  overflow: hidden;
}

.btn_01 .autowidth {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}

.btn01_l .p {
  width: 100%;
  overflow: hidden;
}

.btn01_l .p1 img {
  display: block;
  height: 0.6rem;
}

.btn01_l .p2 {
  min-width: 7.4rem;
}

.btn01_l .p2 ul {
  width: 100%;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}

.btn01_l .p2 ul li {
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  align-items: flex-end;
  justify-content: space-between;
  min-width: 320px;
}

.btn01_l .p2 ul li img {
  display: block;
  width: 0.35rem;
}

.btn01_l .p2 ul li:nth-child(1) img {
  margin-bottom: 0.05rem;
}

.btn01_l .p2 ul li:nth-child(2) img {
  margin-bottom: 0.03rem;
}

.btn01_l .p2 ul li .c {
  width: calc(100% - 0.35rem - 0.3rem);
  overflow: hidden;
}

.btn01_l .p2 ul li .p {
  width: 100%;
  overflow: hidden;
}

.btn01_l .p2 ul li .ai1 {
  color: rgba(255, 255, 255, 0.5);
}

.btn01_l .p2 ul li .ai2 {
  color: #fff;
}

.btn01_r dl {
  float: left;
}

.btn01_r dl dt {
  width: 100%;
  overflow: hidden;
}

.btn01_r dl dt a {
  color: #fff;
}

.btn01_r dl dd {
  width: 100%;
  overflow: hidden;
  line-height: 1.4;
  margin-bottom: 0.1rem;
}

.btn01_r dl dd a {
  color: rgba(255, 255, 255, 0.5);
}

.btn01_r dl dd:last-child {
  margin-bottom: 0px;
}

.btn01_r dl dd a:hover {
  color: #fff;
}

.btn_02 {
  overflow: hidden;
  background-color: #1b1b1b;
  color: rgba(255, 255, 255, 0.5);
}

.btn_02 a {
  color: rgba(255, 255, 255, 0.5);
}

.btn_02 .fl a {
  float: left;
  margin-right: 0.15rem;
}

.btn_02 .fl a:last-child {
  margin-right: 0px;
}

.btn_02 a:hover {
  color: #fff;
}

.subfr {
  overflow: hidden;
  position: relative;
}

.sub_bg {
  width: 100%;
  overflow: hidden;
}

.sub_bg img {
  width: 100%;
  display: block;
}

.sub_c {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 9;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.sub_c .c {
  width: 100%;
  overflow: hidden;
  color: #fff;
}

.ab_01 {
  overflow: visible;
}

.ab_01 .p {
  width: 100%;
  overflow: visible;
}

.ab_01 .p1 {
  text-align: center;
  color: #222;
}

.ab_01 .p2 ul {
  width: 100%;
  overflow: visible;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0.3rem;
}

.ab_01 .p2 ul li {
  width: 100%;
  overflow: visible;
  position: relative;
}

.ab_01 .p2 ul li::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;
  z-index: 1;
  background-color: #fff;
  -moz-box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.06);
  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;
}

.ab_01 .p2 ul li::after {
  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;
  z-index: 2;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 0.01rem solid #d9d9d9;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
}

.ab_01 .p2 ul li .bg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  border-radius: 0.06rem;
  -webkit-border-radius: 0.06rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
}

.ab_01 .p2 ul li .bg img.img1 {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  border-radius: 0.06rem;
  -webkit-border-radius: 0.06rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  position: absolute;
  left: 0px;
  top: 0px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
}

.ab_01 .p2 ul li .c {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 9;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.ab_01 .p2 ul li .ai1 {
  text-align: center;
}

.ab_01 .p2 ul li .ai1 img {
  display: block;
  height: 0.74rem;
  margin: 0px auto;
  padding: 0px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
}

.ab_01 .p2 ul li .ai2 {
  text-align: center;
  color: #222;
}

.ab_01 .p2 ul li .ai3 {
  text-align: center;
  color: #333;
}

.ab_01 .p2 ul li:hover::before {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.ab_01 .p2 ul li:hover::after {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.ab_01 .p2 ul li:hover .bg img.img1 {
  transform: scale(1.03);
  -moz-transform: scale(1.03);
  -webkit-transform: scale(1.03);
}

.ab_01 .p2 ul li:hover .ai1 img {
  transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
}

.ab_02 {
  overflow: hidden;
}

.ab_02 ul {
  width: 100%;
  overflow: hidden;
}

.ab_02 ul li {
  width: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 0.01rem solid #d9d9d9;
  border-radius: 0.06rem;
  -webkit-border-radius: 0.06rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
}

.ab_02 ul li .ab02_img {
  width: 50%;
  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;
}

.ab_02 ul li .ab02_img img {
  width: 100%;
  display: block;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
}

.ab_02 ul li .ab02_txt {
  width: 50%;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0.6rem;
}

.ab_02 ul li .ab02_txt .c {
  width: 100%;
  overflow: hidden;
}

.ab_02 ul li .ab02_txt .p {
  width: 100%;
  overflow: hidden;
}

.ab_02 ul li .ab02_txt .p1 {
  color: #222;
}

.ab_02 ul li .ab02_txt .p2 {
  color: #666;
  text-align: justify;
  text-justify: inter-ideograph;
}

.ab_02 ul li .ab02_txt .p2 p {
  margin-bottom: 0.1rem;
}

.ab_02 ul li .ab02_txt .p3 {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
}

.ab_02 ul li .ab02_txt .p3 dl {
  color: #666;
}

.ab_02 ul li .ab02_txt .p3 dl dt span {
  color: #222;
}

.ab_02 ul li:hover .ab02_img img {
  transform: scale(1.03);
  -moz-transform: scale(1.03);
  -webkit-transform: scale(1.03);
}

.hb_01 {
  overflow: hidden;
  border-top: 0.02rem solid #f0f0f0;
}

.hb01fr {
  width: 100%;
  overflow: visible;
  position: relative;
}

.hb01fr .hb01_img {
  width: 48.95%;
  overflow: hidden;
  padding-bottom: 0.03rem;
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
}

.hb01fr .hb01_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 0.06rem;
  -webkit-border-radius: 0.06rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  position: relative;
  z-index: 3;
}

.hb01fr .hb01_img::before {
  content: "";
  display: block;
  width: 100%;
  height: 20%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background-color: rgb(0, 205, 255);
  border-radius: 0.06rem;
  -webkit-border-radius: 0.06rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  z-index: 1;
}

.hb01fr .hb01_txt {
  width: calc(51.05% - 0.8rem);
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.hb01fr .hb01_txt .c {
  width: 100%;
  overflow: hidden;
}

.hb01fr .hb01_txt .p {
  width: 100%;
  overflow: hidden;
}

.hb01fr .hb01_txt .p1 {
  color: #222;
}

.hb01fr .hb01_txt .p2 {
  color: #666;
  text-align: justify;
  text-justify: inter-ideograph;
}

.hb_02 {
  overflow: hidden;
  background: url("../images/hb_06.webp") 50% no-repeat #f8f8f8;
}

.hb_02 .p {
  width: 100%;
  overflow: hidden;
}

.hb_02 .p2 ul {
  width: 100%;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0.25rem;
}

.hb_02 .p2 ul li {
  width: 100%;
  overflow: hidden;
  padding: 0.6rem;
  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: 0.01rem solid #d9d9d9;
  background-color: #fff;
  position: relative;
}

.hb_02 .p2 ul li .sp1 {
  display: inline-block;
  font-size: 1.5rem;
  color: rgba(153, 153, 153, 0.1);
  line-height: 1;
  position: absolute;
  right: -0.06rem;
  bottom: -0.15rem;
  z-index: 1;
}

.hb_02 .p2 ul li .p {
  position: relative;
  z-index: 9;
}

.hb_02 .p2 ul li .ai1 {
  color: #222;
}

.hb_02 .p2 ul li .ai2 {
  color: #666;
}

.hb_02 .p2 ul li .ai2 p {
  width: 100%;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-left: 0.28rem;
}

.hb_02 .p2 ul li .ai2 p::before {
  content: "";
  width: 0.16rem;
  height: 0.16rem;
  display: block;
  background: url("../images/t_03.svg") 50% no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0px;
  top: 0.05rem;
}

.hb_03 {
  overflow: hidden;
  background-color: #fff;
}

.hb_03 .p {
  width: 100%;
  overflow: hidden;
}

.hb_03 .p2 {
  overflow: visible;
}

.hb_03 .p2 ul {
  width: 100%;
  overflow: visible;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0.25rem;
}

.hb_03 .p2 ul li {
  width: 100%;
  overflow: visible;
  position: relative;
  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;
  background-color: #fff;
  z-index: 9;
}

.hb_03 .p2 ul li::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  -moz-box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.06);
  border-radius: 0.06rem;
  -webkit-border-radius: 0.06rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
}

.hb_03 .p2 ul li::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 3;
  background-color: #fff;
  border-radius: 0.06rem;
  -webkit-border-radius: 0.06rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
}

.hb_03 .p2 ul li .c {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: relative;
  z-index: 9;
  padding: 0.5rem 0.2rem;
}

.hb_03 .p2 ul li .ai1 img {
  display: block;
  margin: 0px auto;
  padding: 0px;
  height: 0.5rem;
}

.hb_03 .p2 ul li .ai2 {
  text-align: center;
}

.hb_03 .p2 ul li .ai3 {
  text-align: center;
  color: #666;
}

.hb_04 {
  overflow: hidden;
  background: url("../images/hb_07.webp") 50% no-repeat #f8f8f8;
}

.hb_04 .p {
  width: 100%;
  overflow: hidden;
}

.hb_04 .p1 {
  color: #222;
}

.hb_04 .p2 ul {
  width: 100%;
  overflow: hidden;
}

.hb_04 .p2 ul li {
  width: calc((100% - 0.3rem) / 2);
  float: left;
  position: relative;
  margin-bottom: 0.3rem;
  height: 1rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 0.01rem solid #d9d9d9;
  border-radius: 0.06rem;
  -webkit-border-radius: 0.06rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  background-color: #fff;
}

.hb_04 .p2 ul li:nth-child(2n) {
  margin-left: 0.3rem;
}

.hb_04 .p2 ul li input.hb04_txt {
  width: 100%;
  height: 100%;
  color: #000;
  font-size: 0.18rem;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0px 0.4rem;
  border-radius: 0.06rem;
  -webkit-border-radius: 0.06rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  font-family: albb_medium;
}

.hb_04 .p2 ul li select {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: url("../images/t_07.svg") calc(100% - 0rem - 0.4rem) 50% no-repeat;
  background-size: 0.15rem;
  color: #666;
  position: absolute;
  left: 0px;
  top: 0px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0px 0.4rem;
  border-radius: 0.06rem;
  -webkit-border-radius: 0.06rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  font-family: albb_medium;
}

.hb_04 .p2 ul li.li1 {
  width: 100%;
  margin-left: 0px;
}

.hb_04 .p2 ul li.li3 {
  height: 2.4rem;
  margin-bottom: 0px;
}

.hb_04 .p2 ul li.li3 textarea {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0.2rem 0.4rem;
  height: 2.4rem;
  border-radius: 0.06rem;
  -webkit-border-radius: 0.06rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  font-size: 0.18rem;
}

.hb_04 .p2 ul li.li2 {
  text-align: center;
  margin-bottom: 0px;
  width: 100%;
  background-color: initial;
  border: 0px;
  height: auto;
  margin-top: 0.4rem;
}

.hb_04 .p2 ul li.li2 .c {
  display: inline-block;
}

.hb_04 .p2 ul li.li2 .yzm {
  width: 4rem;
  height: 0.9rem;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  float: left;
  height: 0.9rem;
  background-color: #fff;
  border: 0.01rem solid #d9d9d9;
  border-radius: 0.06rem;
  -webkit-border-radius: 0.06rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
}

.hb_04 .p2 ul li.li2 .yzm img {
  width: 1.32rem;
  height: 0.5rem;
  display: block;
  position: absolute;
  right: 0.2rem;
  top: 50%;
  z-index: 9;
  transform: translateY(-50%);
}

.hb_04 .p2 ul li.li2 .hb04_btn {
  width: 3rem;
  height: 0.9rem;
  border: 0px;
  color: #fff;
  background-color: rgb(0, 205, 255);
  border-radius: 0.06rem;
  -webkit-border-radius: 0.06rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  margin-left: 0.3rem;
  font-size: 0.28rem;
}

.bannerfr {
  overflow: hidden;
  position: relative;
  height: calc(100vh - 1.2rem);
}

.bs_slide {
  width: 100%;
  overflow: hidden;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
}

.bs_slide .swiper-slide {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.bs_slide .swiper-slide .bssfr {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
}

.bs_slide .swiper-slide .bssfr .bs_bg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
}

.bs_slide .swiper-slide .bssfr .bs_bg img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  position: absolute;
  left: 0px;
  top: 0px;
}

.bs_c {
  width: 100%;
  height: calc(100% - 0.49rem - 0.4rem);
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.bs_c .c {
  width: 100%;
  overflow: hidden;
}

.bs_c .p {
  width: 100%;
  overflow: hidden;
}

.bs_c .p1 {
  color: #fff;
  font-weight: 100;
}

.bs_c .p2 {
  color: #fff;
}

.bs_c .p3 {
  color: #fff;
  max-width: 6.68rem;
}

.bs_c .p4 a {
  display: inline-block;
  background-color: rgb(0, 205, 255);
  width: 1.9rem;
  height: 0.55rem;
  border-radius: 0.55rem;
  -webkit-border-radius: 0.55rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  color: #222;
  text-align: center;
  line-height: 0.55rem;
}

.bs_c .p4 span {
  display: inline-block;
  position: relative;
  padding-right: 0.3rem;
  color: #222;
}

.bs_c .p4 span::before {
  content: "";
  display: block;
  width: 0.17rem;
  height: 100%;
  background: url("../images/t_08.svg") 50% no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0px;
  top: 0px;
}

.bs_spfr {
  width: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  bottom: 0.4rem;
  z-index: 9;
}

.bs_spfr ul {
  width: 100%;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 0.3rem;
}

.bs_spfr ul li {
  width: 100%;
  overflow: hidden;
  cursor: pointer;
}

.bs_spfr ul li .p {
  width: 100%;
  overflow: hidden;
}

.bs_spfr ul li .p1 {
  height: 0.03rem;
  position: relative;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 0.03rem;
  -webkit-border-radius: 0.03rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
}

.bs_spfr ul li .p1 b {
  width: 0%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: rgb(0, 205, 255);
  border-radius: 0.03rem;
  -webkit-border-radius: 0.03rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
}

.bs_spfr ul li .p2 {
  color: rgba(255, 255, 255, 0.6);
  padding-top: 0.1rem;
}

.bs_spfr ul li.active .p2 {
  color: #fff;
}

.bs_spfr ul li.active .p1 b {
  width: 100%;
  transition: 6s;
  -webkit-transition: 6s;
  -o-transition: 6s;
  -moz-transition: 6s;
}

.ho_01 {
  overflow: hidden;
}

.ho01_l {
  width: 25.45%;
  overflow: hidden;
  float: left;
}

.ho01_l .p {
  width: 100%;
  overflow: hidden;
}

.ho01_l .p1 {
  color: #222;
}

.ho01_l .p2 span {
  width: 0.6rem;
  height: 0.6rem;
  display: block;
  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: 0.01rem solid #bbbbbb;
  position: relative;
  float: left;
  cursor: pointer;
}

.ho01_l .p2 span::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background: url("../images/t_04.svg") 50% no-repeat;
  background-size: 0.11rem;
}

.ho01_l .p2 span:hover::before {
  background-image: url("../images/t_05.svg");
}

.ho01_l .p2 span:hover {
  border: 0.01rem solid rgb(0, 205, 255);
}

.ho01_l .p2 span:nth-child(1)::before {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.ho01_l .p2 span:nth-child(2) {
  margin-left: 0.2rem;
}

.ho01_l .p3 .ho01_sp {
  width: 100%;
  overflow: visible;
}

.ho01_l .p3 .ho01_sp span {
  width: 0.3rem;
  height: 0.05rem;
  opacity: 1;
  border-radius: 0.05rem;
  -webkit-border-radius: 0.05rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  background-color: #eaeaea;
  margin: 0px 0.09rem !important;
}

.ho01_l .p3 .ho01_sp span:first-child {
  margin-left: 0px !important;
}

.ho01_l .p3 .ho01_sp span.swiper-pagination-bullet-active {
  background-color: #222;
}

.ho01_r {
  width: 74.55%;
  overflow: hidden;
  float: right;
}

.ho01_r .b1 {
  width: 0.3rem;
  height: 1px;
  display: block;
  pointer-events: none;
  position: absolute;
  left: 0px;
  top: 0px;
}

.ho01r_slide {
  width: 100%;
  overflow: hidden;
}

.ho01r_slide .swiper-slide {
  width: calc((100% - 0.6rem) / 3);
  overflow: hidden;
}

.ho01r_slide .swiper-slide a {
  width: 100%;
  display: block;
  overflow: hidden;
}

.ho01r_slide .swiper-slide .p {
  width: 100%;
  overflow: hidden;
}

.ho01r_slide .swiper-slide .p1 {
  position: relative;
}

.ho01r_slide .swiper-slide .p1 img {
  width: 100%;
  display: block;
  border-radius: 0.06rem;
  -webkit-border-radius: 0.06rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
}

.ho01r_slide .swiper-slide .p1 img.img2 {
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0px;
  top: 0px;
  transition: 1s;
  -webkit-transition: 1s;
  -o-transition: 1s;
  -moz-transition: 1s;
}

.ho01r_slide .swiper-slide .p2 {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0px 0.1rem;
}

.ho01r_slide .swiper-slide .p2 .ai1 {
  color: #666;
}

.ho01r_slide .swiper-slide .p2 .ai2 {
  color: #222;
}

.ho01r_slide .swiper-slide .p2 .ai3 {
  color: #222;
}

.ho01r_slide .swiper-slide a:hover .p1 img.img2 {
  transform: scale(1.03);
  -moz-transform: scale(1.03);
  -webkit-transform: scale(1.03);
}

.ho_02 {
  overflow: hidden;
  background-color: #f9f9f9;
}

.ho_02 .p {
  width: 100%;
  overflow: hidden;
}

.ho_02 .p1 {
  color: #222;
  text-align: center;
}

.ho_02 .p2 {
  position: relative;
}

.ho_02 .p2 .b1 {
  width: 0.2rem;
  height: 1px;
  pointer-events: none;
  position: absolute;
  left: 0px;
  top: 0px;
}

.ho02_slide {
  width: 100%;
  overflow: hidden;
}

.ho02_slide .swiper-slide {
  min-width: calc((100% - 1.2rem) / 7);
  width: auto;
  overflow: hidden;
}

.ho02_slide .swiper-slide a {
  width: 100%;
  display: block;
  overflow: hidden;
  background-color: #fff;
  border-radius: 0.06rem;
  -webkit-border-radius: 0.06rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0.2rem 0.1rem 0.2rem 0.2rem;
}

.ho02_slide .swiper-slide .ai1 img {
  display: block;
  height: 0.4rem;
}

.ho02_slide .swiper-slide .ai2 {
  color: #222;
  margin-top: 0.3rem;
  line-height: 1.3;
}

.ho02_slide .swiper-slide .ai2 span {
  width: 100%;
  display: block;
  background: url("../images/t_04.svg") 100% 50% no-repeat;
  background-size: 0.06rem;
  padding-right: 0.2rem;
}

.ho02_slide .swiper-slide a.active {
  background-color: rgb(0, 205, 255);
}

.ho_02 .p3 {
  overflow: visible;
}

.p3item {
  width: 100%;
  overflow: visible;
}

.p3item ul {
  width: 100%;
  overflow: visible;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0.3rem;
}

.p3item ul li {
  width: 100%;
  overflow: visible;
  position: relative;
  padding-bottom: 0.03rem;
}

.p3item ul li::before {
  -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;
  content: "";
  display: block;
  width: 100%;
  height: 90%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 1;
  overflow: hidden;
  border-radius: 0.06rem;
  -webkit-border-radius: 0.06rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  background-color: rgb(0, 205, 255);
  -moz-box-shadow: 0 0 0.7rem rgba(36, 169, 185, 0.13);
  -webkit-box-shadow: 0 0 0.7rem rgba(36, 169, 185, 0.13);
  box-shadow: 0 0 0.7rem rgba(36, 169, 185, 0.13);
}

.p3item ul li::after {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 0.03rem);
  overflow: hidden;
  background-color: #fff;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
  border-radius: 0.06rem;
  -webkit-border-radius: 0.06rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
}

.p3item ul li a {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 9;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.p3item ul li .ap1 {
  margin-top: 0.5rem;
  text-align: center;
}

.p3item ul li .ap1 span {
  display: inline-block;
  color: #222;
  border: 0.02rem solid #999999;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  padding: 0.1rem 0.3rem;
  line-height: 1.2;
}

.p3item ul li .ap2 {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0px 0.2rem;
  text-align: center;
  color: #222;
}

.p3item ul li .ap3 {
  text-align: center;
  color: #999;
}

.p3item ul li .ap4 img {
  display: block;
  margin: 0px auto;
  height: 2.5rem;
  object-fit: fill;
  transition: 1s;
  -webkit-transition: 1s;
  -o-transition: 1s;
  -moz-transition: 1s;
}

.p3item ul li:hover::before {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.p3item ul li:hover .ap4 img {
  transform: scale(1.06);
  -moz-transform: scale(1.06);
  -webkit-transform: scale(1.06);
}

.p3item ul li:hover .ap3 span {
  display: inline-block;
  border-bottom: 0.01rem solid #222;
  color: #222;
}

.ho_03 {
  overflow: hidden;
}

.ho_03 .p {
  width: 100%;
  overflow: hidden;
}

.ho_03 .p1 {
  color: #222;
  text-align: center;
}

.ho_03 .p2 ul {
  width: 100%;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.ho_03 .p2 ul li {
  margin: 0px 0.5rem;
  cursor: pointer;
}

.ho_03 .p2 ul li:first-child {
  margin-left: 0px;
}

.ho_03 .p2 ul li:last-child {
  margin-right: 0px;
}

.ho_03 .p2 ul li .c {
  display: inline-block;
}

.ho_03 .p2 ul li .ai1 {
  text-align: center;
}

.ho_03 .p2 ul li .ai1 i {
  display: inline-block;
  position: relative;
}

.ho_03 .p2 ul li .ai1 i img {
  height: 0.6rem;
  display: block;
}

.ho_03 .p2 ul li .ai1 i img.img2 {
  position: absolute;
  left: 0px;
  top: 0px;
  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;
}

.ho_03 .p2 ul li .ai2 {
  text-align: center;
}

.ho_03 .p2 ul li.active .ai1 i img.img2 {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.ho_03 .p2 ul li.active .ai1 i img.img1 {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.ho_03 .p2 ul li.active .ai2 {
  color: rgb(0, 205, 255);
}

.ho_03 .p3 ul {
  width: 100%;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0.3rem;
}

.ho_03 .p3 ul li {
  width: 100%;
  overflow: hidden;
  border-radius: 0.12rem;
  -webkit-border-radius: 0.12rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
}

.ho_03 .p3 ul li a {
  width: 100%;
  display: block;
  overflow: hidden;
}

.ho_03 .p3 ul li .ai1 {
  position: relative;
}

.ho_03 .p3 ul li .ai1 img {
  width: 100%;
  display: block;
}

.ho_03 .p3 ul li .ai1 img.img2 {
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0px;
  top: 0px;
  transition: 1s;
  -webkit-transition: 1s;
  -o-transition: 1s;
  -moz-transition: 1s;
}

.ho_03 .p3 ul li .ai2 {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 0.01rem solid #e0e0e0;
  border-top: 0px;
  border-radius: 0px 0px 0.12rem 0.12rem;
  -webkit-border-radius: 0px 0px 0.12rem 0.12rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  padding: 0.2rem 0.4rem;
}

.ho_03 .p3 ul li .ai2 .ap1 {
  color: #222;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
  height: 78.4px;
}

.ho_03 .p3 ul li .ai2 .ap2 {
  color: #666;
}

.ho_03 .p3 ul li:hover .ai1 img.img2 {
  transform: scale(1.06);
  -moz-transform: scale(1.06);
  -webkit-transform: scale(1.06);
}

.ho_03 .p3 ul li:hover .ai2 .ap1 {
  color: rgb(0, 205, 255);
}

.ho_03 .p4 {
  text-align: center;
}

.ho_03 .p4 a {
  display: inline-block;
  border: 0.01rem solid #bbb;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 0.55rem;
  -webkit-border-radius: 0.55rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  width: 1.9rem;
  line-height: 0.55rem;
}

.ho_03 .p4 span {
  display: inline-block;
  position: relative;
  padding-right: 0.5rem;
  color: #000;
}

.ho_03 .p4 span::before {
  content: "";
  display: block;
  width: 0.17rem;
  height: 100%;
  background: url("../images/t_08.svg") 50% no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0px;
  top: 0px;
}

.p2_item_slide {
  width: 100%;
  overflow: hidden;
}

.p2item {
  width: 100%;
  overflow: hidden;
}

.ho_04 {
  overflow: hidden;
  background-color: #f9f9f9;
}

.ho_04 .p {
  width: 100%;
  overflow: hidden;
}

.ho_04 .p1 {
  text-align: center;
  color: #222;
}

.ho_04 .p2 {
  position: relative;
}

.ho04_slide {
  width: 100%;
  overflow: hidden;
}

.ho04_slide .swiper-slide {
  width: 100%;
  overflow: hidden;
}

.ho04_slide .swiper-slide a {
  width: 100%;
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 0.01rem solid #e0e0e0;
  border-radius: 0.06rem;
  -webkit-border-radius: 0.06rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  background-color: #fff;
  position: relative;
}

.ho04_slide .swiper-slide .ho04_img {
  width: 49.65%;
  overflow: hidden;
  float: right;
  border-radius: 0.06rem;
  -webkit-border-radius: 0.06rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
}

.ho04_slide .swiper-slide .ho04_img img {
  width: 100%;
  display: block;
}

.ho04_slide .swiper-slide .ho04_txt {
  width: 50.35%;
  height: 100%;
  padding: 0px 0.5rem;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  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;
}

.ho04_slide .swiper-slide .ho04_txt .c {
  width: 100%;
  overflow: hidden;
}

.ho04_slide .swiper-slide .ho04_txt .ai1 {
  color: #999;
}

.ho04_slide .swiper-slide .ho04_txt .ai1 span {
  display: inline-block;
  border: 0.01rem solid #999999;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 0.55rem;
  -webkit-border-radius: 0.55rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  padding: 0.1rem 0.2rem;
  line-height: 1;
}

.ho04_slide .swiper-slide .ho04_txt .ai1 i {
  display: inline-block;
  background: url("../images/t_09.webp") 0% 50% no-repeat;
  background-size: 0.2rem;
  padding-left: 0.3rem;
}

.ho04_slide .swiper-slide .ho04_txt .ai2 {
  color: #000;
}

.ho04_slide .swiper-slide .ho04_txt .ai3 {
  color: #666;
  text-align: justify;
  text-justify: inter-ideograph;
}

.ho04_slide .swiper-slide .ho04_txt .ai4 span {
  width: 1.9rem;
  height: 0.55rem;
  display: inline-block;
  text-align: center;
  line-height: 0.55rem;
  border-radius: 0.55rem;
  -webkit-border-radius: 0.55rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  color: #000;
  background-color: rgb(0, 205, 255);
}

.ho04_slide .swiper-slide .ho04_txt .ai4 i {
  display: inline-block;
  position: relative;
  padding-right: 0.5rem;
  color: #222;
}

.ho04_slide .swiper-slide .ho04_txt .ai4 i::before {
  content: "";
  display: block;
  width: 0.17rem;
  height: 100%;
  background: url("../images/t_08.svg") 50% no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0px;
  top: 0px;
}

.ho04_spfr {
  width: 49.65%;
  position: absolute;
  right: 0px;
  bottom: 0.3rem;
  z-index: 999;
  text-align: center;
}

.ho04_spfr .ho04_sp {
  bottom: 0px;
}

.ho04_spfr span {
  width: 0.3rem;
  height: 0.05rem;
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 0.05rem;
  -webkit-border-radius: 0.05rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  margin: 0px 0.1rem !important;
}

.ho04_spfr span.swiper-pagination-bullet-active {
  background-color: #fff;
}

.ho_05 {
  overflow: hidden;
}

.ho_05 .ho05_l {
  width: 5.3rem;
  overflow: hidden;
  float: left;
}

.ho_05 .ho05_r {
  width: calc(100% - 5.3rem);
  overflow: hidden;
  float: right;
  text-align: justify;
  text-justify: inter-ideograph;
}

.ho_05 .ho05_r p {
  margin-bottom: 0.2rem;
}

.ho_05 .ho05_r p:last-child {
  margin-bottom: 0px;
}

.ho_01 {
  background-color: #f9f9f9;
}

.zc_01 {
  overflow: hidden;
}

.zc_01 .autowidth {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}

.zc01_img {
  width: 39.16%;
  overflow: hidden;
}

.zc01_img img {
  width: 100%;
  display: block;
  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: 0.01rem solid #d9d9d9;
}

.zc01_txt {
  width: calc(60.84% - 0.6rem);
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.zc01_txt .c {
  width: 100%;
  overflow: hidden;
}

.zc01_txt .p {
  width: 100%;
  overflow: hidden;
}

.zc01_txt .p1 {
  color: #222;
}

.zc01_txt .p2 {
  color: #666;
  text-align: justify;
  text-justify: inter-ideograph;
}

.zc01_txt .p2 p {
  margin-bottom: 0.15rem;
}

.zc01_txt .p2 p:last-child {
  margin-bottom: 0px;
}

.zc01_txt .p3 {
  overflow: hidden;
}

.zc01_txt .p3 ul li {
  width: 100%;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}

.zc01_txt .p3 ul li .p3_img {
  width: 0.6rem;
  overflow: hidden;
}

.zc01_txt .p3 ul li .p3_img img {
  width: 100%;
  display: block;
}

.zc01_txt .p3 ul li .p3_r {
  width: calc(100% - 0.6rem - 0.4rem);
  overflow: hidden;
}

.zc01_txt .p3 ul li .p3_r .ai1 {
  color: #666;
}

.nxq_01 {
  overflow: hidden;
}

.nxq01_l {
  width: calc(70% - 0.6rem);
  overflow: hidden;
  float: left;
}

.nxq01_r {
  width: 30%;
  overflow: hidden;
  float: right;
}

.nxql1_t {
  width: 100%;
  overflow: hidden;
  border-bottom: 0.01rem solid #e5e5e5;
}

.nxql1_t h1 {
  width: 100%;
  overflow: hidden;
  color: #000;
}

.nxql1_c {
  width: 100%;
  overflow: hidden;
  color: #3F4552;
}

.nxql1_c img {
  height: auto !important;
}

.nxql1_c .center {
  text-align: center;
}

.nxql1_b {
  width: 100%;
  overflow: hidden;
  border-top: 0.01rem solid #e5e5e5;
  position: relative;
  display: flex;
  display: -webkit-flex;
  align-items: flex-start;
  justify-content: space-between;
}

.nxql1_b p {
  width: 100%;
  overflow: hidden;
  color: #222;
  margin-bottom: 0.05rem;
}

.nxql1_b p a {
  color: #3F4552;
}

.nxql1_b p a:hover {
  color: rgb(0, 205, 255);
}

.nxql1_b .a1 {
  background: url("../images/t_04.svg") 100% 50% no-repeat;
  background-size: 0.08rem;
  padding-right: 0.2rem;
}

.nxql1_b .a1:hover {
  color: rgb(0, 205, 255);
  background-image: url("../images/t_05.svg");
}

.nxq01r_t {
  width: 100%;
  overflow: hidden;
}

.nxq01r_t span {
  display: inline-block;
  position: relative;
  color: #222;
  padding-left: 0.2rem;
}

.nxq01r_t span::before {
  content: "";
  width: 0.03rem;
  height: 100%;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: rgb(0, 205, 255);
}

.nxq01r_c {
  width: 100%;
  overflow: hidden;
  background-color: #f8f9fb;
  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;
}

.nxq01r_c ul {
  width: 100%;
  overflow: hidden;
}

.nxq01r_c ul li {
  width: 100%;
  overflow: hidden;
  border-bottom: 0.01rem solid #e5e5e5;
}

.nxq01r_c ul li .p {
  widtH: 100%;
  overflow: hidden;
  color: #3F4552;
}

.nxq01r_c ul li .p1 a {
  color: #3F4552;
}

.nxq01r_c ul li .p1 a:hover {
  color: rgb(0, 205, 255);
}

.n01rc_b {
  width: 100%;
  overflow: hidden;
}

.n01rc_b a {
  background: url("../images/t_04.svg") 100% 50% no-repeat;
  background-size: 0.08rem;
  padding-right: 0.2rem;
}

.n01rc_b a:hover {
  color: rgb(0, 205, 255);
  background-image: url("../images/t_05.svg");
}

.zc_02 {
  overflow: hidden;
}

.zc_02 .p {
  width: 100%;
  overflow: hidden;
}

.zc_02 .p1 {
  color: #222;
  text-align: center;
}

.zc_02 .p2 ul {
  width: 100%;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0.3rem;
}

.zc_02 .p2 ul li {
  width: 100%;
  overflow: hidden;
  background-color: #f2f9fa;
  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: 0.01rem solid rgb(0, 205, 255);
}

.zc_02 .p2 ul li .c {
  width: 100%;
  overflow: hidden;
}

.zc_02 .p2 ul li .ai1 img {
  display: block;
  height: 0.6rem;
  margin: 0px auto;
  padding: 0px;
}

.zc_02 .p2 ul li .ai2 {
  text-align: center;
  color: #222;
}

.zc_02 .p3 ul {
  width: 100%;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}

.zc_02 .p3 ul li {
  position: relative;
  width: calc((100% - 1rem) / 6);
}

.zc_02 .p3 ul li.li1 {
  width: 0.2rem;
}

.zc_02 .p3 ul li.li1 .c {
  width: 100%;
  height: calc(100% - 0.3rem);
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.3rem;
}

.zc_02 .p3 ul li.li1 img {
  display: block;
  width: 0.1rem;
  margin: 0px auto;
  padding: 0px;
}

.zc_02 .p3 ul li .ai1 {
  position: absolute;
  left: 0px;
  top: 0px;
}

.zc_02 .p3 ul li .ai1 span {
  width: 0.6rem;
  height: 0.6rem;
  margin: 0px auto;
  padding: 0px;
  background-color: rgb(0, 205, 255);
  color: #222;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  display: block;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.zc_02 .p3 ul li .ai2 {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 0.01rem solid rgb(0, 205, 255);
  border-radius: 0.06rem;
  -webkit-border-radius: 0.06rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  height: calc(100% - 0.3rem);
  margin-top: 0.3rem;
}

.zc_02 .p3 ul li .ap1 {
  margin-top: 0.3rem;
  padding: 0.23rem 0px;
  line-height: 1;
  text-align: center;
  position: relative;
}

.zc_02 .p3 ul li .ap1::before {
  content: "";
  width: 0.2rem;
  height: 0.03rem;
  background-color: rgb(0, 205, 255);
  position: absolute;
  left: 50%;
  margin-left: -0.1rem;
  bottom: 0px;
  border-radius: 0.03rem;
  -webkit-border-radius: 0.03rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
}

.zc_02 .p3 ul li .ap2 {
  margin-top: 0.23rem;
  text-align: center;
  padding-bottom: 0.3rem;
}

.muc_t {
  display: none;
}

.p3item ul.ul1 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}

.p3item ul li a.a1 {
  width: 100%;
  display: block;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
}

.p3item ul li .p3_img {
  width: 30%;
  overflow: hidden;
}

.p3item ul li .p3_img img {
  width: 100%;
  display: block;
}

.p3item ul li .p3_txt {
  width: calc(70% - 0.6rem);
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-right: 0.6rem;
}

.p3item ul li .p3_txt .ap2 {
  padding-right: 0px;
  padding-left: 0px;
  text-align: left;
}

.p3item ul li .p3_txt .ap1 {
  text-align: left;
  margin-top: 0px;
}

.p3item ul li .p3_txt .ap3 {
  text-align: left;
}

.p3item ul li .p3_txt .ap4 {
  text-align: left;
}

/*fontsize*/
.font90 {
  font-size: 90px;
}

.font60 {
  font-size: 60px;
}

.font40 {
  font-size: 40px;
}

.font36 {
  font-size: 36px;
}

.font30 {
  font-size: 30px;
}

.font28 {
  font-size: 28px;
}

.font24 {
  font-size: 24px;
}

.font22 {
  font-size: 22px;
}

.font20 {
  font-size: 20px;
}

.font18 {
  font-size: 18px;
}

.font16 {
  font-size: 16px;
}

@media screen and (max-width: 1367px) {
  .font90 {
    font-size: 0.9rem;
  }
  .font60 {
    font-size: 0.6rem;
  }
  .font40 {
    font-size: 32px;
  }
  .font36 {
    font-size: 28px;
  }
  .font30 {
    font-size: 26px;
  }
  .font28 {
    font-size: 24px;
  }
  .font24 {
    font-size: 22px;
  }
  .font22 {
    font-size: 20px;
  }
  .font20 {
    font-size: 18px;
  }
  .font18 {
    font-size: 18px;
  }
  .font16 {
    font-size: 16px;
  }
  .hb_04 .p2 ul li input.hb04_txt {
    font-size: 16px;
  }
  .hb_04 .p2 ul li.li3 textarea {
    font-size: 16px;
  }
  .btn01_l .p2 {
    min-width: 640px;
  }
}
@media screen and (max-width: 960px) {
  .font90 {
    font-size: 0.9rem;
  }
  .font60 {
    font-size: 0.6rem;
  }
  .font40 {
    font-size: calc(0.4rem + 0px);
  }
  .font36 {
    font-size: calc(0.36rem + 0px);
  }
  .font30 {
    font-size: calc(0.3rem + 0px);
  }
  .font28 {
    font-size: 0.36rem;
  }
  .font24 {
    font-size: 0.32rem;
  }
  .font22 {
    font-size: 0.3rem;
  }
  .font20 {
    font-size: 0.28rem;
  }
  .font18 {
    font-size: 0.28rem;
  }
  .font16 {
    font-size: 0.26rem;
  }
  .hb_04 .p2 ul li input.hb04_txt {
    font-size: 0.28rem;
  }
  .hb_04 .p2 ul li.li3 textarea {
    font-size: 0.28rem;
  }
}
@media screen and (max-width: 960px) {
  .w_wap {
    display: block !important;
  }
  .w_pc {
    display: none !important;
  }
  .wrap {
    max-width: 100%;
    margin: 0px auto;
  }
  .btn01_l .p2 {
    min-width: 7.5rem;
  }
  .btn01_l .p2 ul li {
    min-width: 3.4rem;
  }
  .ho_03 .p3 ul li .ai2 .ap1 {
    height: 1.008rem;
  }
}
@media screen and (max-width: 767px) {
  .pxq01_l {
    width: 100%;
  }
  .pxq01_r {
    width: 100%;
  }
  .pxq01l_01 {
    width: 100%;
    float: none;
  }
  .pxq01l01_slide .swiper-slide img.img1 {
    height: 3.5rem;
  }
  .pxq01l_02 {
    width: 100%;
    position: relative;
    height: auto;
    margin-top: 0.3rem;
  }
  .pxq01l_02 .b1 {
    width: 0.1rem;
  }
  .pxq01l02_slide {
    width: calc(100% - 0.8rem);
    overflow: hidden;
    position: relative;
    top: 0px;
    left: 0.4rem;
    height: auto;
    transform: translateY(0%);
  }
  .pxq01l02_slide .swiper-slide {
    width: calc((100% - 0.3rem) / 4);
    margin-right: 0.1rem;
  }
  .pxq01l02_slide .swiper-slide img.img1 {
    height: 0.8rem;
  }
  .pxq01l_02 .pxq01_prev {
    width: 0.14rem;
    height: 100%;
    left: 0px;
    top: 0px;
    background: url("../images/t_04.svg") 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);
  }
  .pxq01l_02 .pxq01_prev:hover {
    background-image: url("../images/t_05.svg");
  }
  .pxq01l_02 .pxq01_next {
    width: 0.14rem;
    height: 100%;
    left: initial;
    right: 0px;
    top: 0px;
    background: url("../images/t_04.svg") 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);
  }
  .pxq01l_02 .pxq01_next:hover {
    background-image: url("../images/t_05.svg");
  }
  .pxq_03 .p2 ul {
    grid-template-columns: 100%;
  }
  .pxq_03 .p2 ul li .pxq03_r .ai2 p img {
    margin-top: 0.07rem;
  }
  .pxq_04 .p2 {
    overflow-x: auto;
  }
  .pxq_04 .p2 table {
    width: 12rem;
  }
  .pxq_05 .p2 ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .pxq_06 .autowidth {
    padding-bottom: 0px;
  }
  .pxq_06 .pxq06_c {
    width: 100%;
  }
  .pxq_06 .img1 {
    position: relative;
  }
  .pxq_06 .pxq06_c .p2 ul {
    grid-template-columns: 100%;
  }
  .btn_01 .autowidth {
    display: block;
  }
  .btn01_l {
    width: 100%;
    float: none;
  }
  .btn01_l .p2 {
    width: 100%;
    min-width: 100%;
  }
  .btn01_l .p2 ul {
    display: block;
  }
  .btn01_l .p2 ul li {
    min-width: auto;
    display: block;
    width: 100%;
  }
  .btn01_l .p2 ul li:nth-child(2) {
    margin-top: 0.4rem;
  }
  .btn01_l .p2 ul li .c {
    width: 100%;
  }
  .btn01_l .p2 ul li:nth-child(1) img {
    margin-bottom: 0.2rem;
  }
  .btn01_l .p2 ul li:nth-child(2) img {
    margin-bottom: 0.2rem;
  }
  .btn01_r {
    width: 100%;
    margin-top: 0.4rem;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
  }
  .btn01_r dl {
    margin: 0px;
  }
  .btn_02 .fl {
    width: 100%;
    text-align: center;
  }
  .btn_02 .fl a {
    float: none;
  }
  .btn_02 .fr {
    width: 100%;
    text-align: center;
    margin-top: 0.1rem;
  }
  .ab_01 .p2 ul {
    grid-template-columns: 100%;
  }
  .ab_02 ul li {
    display: block;
  }
  .ab_02 ul li .ab02_img {
    width: 100%;
  }
  .ab_02 ul li .ab02_txt {
    width: 100%;
  }
  .menufr {
    width: auto;
    padding-left: 0rem;
    float: right;
    position: inherit;
  }
  .menufr ul li {
    margin-left: 0.4rem;
    position: initial;
  }
  .menufr ul li .mu_c {
    width: 100%;
    left: 0px;
    margin-left: 0px;
  }
  .menufr ul li .mu_c .muc_l {
    width: 100%;
  }
  .menufr ul li .mu_c .muc_r .mucr_item dl {
    grid-template-columns: repeat(1, 1fr);
  }
  .menufr ul li .mu_c .muc_r .mucr_item.grid2 dl {
    grid-template-columns: repeat(1, 1fr);
  }
  .bs_spfr ul li .p2 {
    line-height: 1.3;
  }
  .bs_c .p4 a {
    width: 2.4rem;
    height: 0.65rem;
    line-height: 0.65rem;
  }
  .ho01_l {
    width: 28.45%;
  }
  .ho01_r {
    width: calc(71.55% - 0.4rem);
  }
  .ho01r_slide .swiper-slide {
    width: 100%;
  }
  .ho01_l .p3 .ho01_sp span {
    margin: 0px 0.04rem !important;
    width: 0.2rem;
  }
  .ho02_slide .swiper-slide {
    width: calc((100% - 1.2rem) / 2);
  }
  .p3item ul {
    grid-template-columns: 100%;
  }
  .ho_03 .p2 ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
  }
  .ho_03 .p2 ul li {
    margin: 0px;
    text-align: center;
  }
  .ho_03 .p3 ul {
    grid-template-columns: 100%;
  }
  .ho_03 .p4 a {
    width: 2.4rem;
    height: 0.65rem;
    line-height: 0.65rem;
  }
  .ho04_slide .swiper-slide .ho04_img {
    width: 100%;
  }
  .ho04_slide .swiper-slide .ho04_txt {
    width: 100%;
    position: relative;
    padding: 0.4rem;
  }
  .ho04_slide .swiper-slide .ho04_txt .ai4 span {
    width: 2.4rem;
    height: 0.65rem;
    line-height: 0.65rem;
  }
  .ho04_spfr {
    bottom: initial;
    top: 0px;
    width: 100%;
  }
  .ho_05 .ho05_l {
    width: 100%;
  }
  .ho_05 .ho05_r {
    width: 100%;
    margin-top: 0.3rem;
  }
  .zc_01 .autowidth {
    display: block;
  }
  .zc01_img {
    width: 100%;
  }
  .zc01_txt {
    width: 100%;
    margin-top: 0.4rem;
  }
  .nxq01_l {
    width: 100%;
  }
  .nxq01_r {
    width: 100%;
    margin-top: 0.4rem;
  }
  .nxql1_c {
    font-size: 16px;
  }
  .nxql1_b {
    display: block;
    font-size: 16px;
  }
  .nxql1_b .c {
    width: 100%;
    overflow: hidden;
  }
  .nxql1_b p {
    margin-bottom: 0.2rem;
  }
  .nxql1_b .a1 {
    font-size: 14px;
    background-size: 0.14rem;
    padding-right: 0.3rem;
  }
  .nxq01r_t {
    font-size: 20px;
  }
  .nxq01r_c {
    font-size: 14px;
  }
  .n01rc_b {
    font-size: 14px;
  }
  .n01rc_b a {
    background-size: 0.14rem;
    padding-right: 0.3rem;
  }
  .hb01fr .hb01_img {
    width: 100%;
    position: relative;
  }
  .hb01fr .hb01_txt {
    width: 100%;
    padding-top: 0.4rem;
    position: relative;
  }
  .hb_02 .p2 ul {
    grid-template-columns: 100%;
  }
  .hb_03 .p2 ul {
    grid-template-columns: 100%;
  }
  .hb_04 .p2 ul li {
    width: 100%;
  }
  .hb_04 .p2 ul li:nth-child(2n) {
    margin-left: 0px;
  }
  .hb_04 .p2 ul li input.hb04_txt {
    font-size: 0.26rem;
  }
  .hb_04 .p2 ul li.li3 textarea {
    font-size: 0.26rem;
  }
  .hb_04 .p2 ul li.li2 .yzm {
    width: 100%;
  }
  .hb_04 .p2 ul li.li2 .c {
    width: 100%;
  }
  .hb_04 .p2 ul li.li2 .hb04_btn {
    width: 100%;
    margin-left: 0px;
    margin-top: 0.4rem;
  }
  .mtmenu_click {
    float: right;
    margin-left: 0.5rem;
    position: relative;
    z-index: 9991;
    margin-top: 0rem;
    height: 1.2rem;
    margin-top: 0rem;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
  }
  .mtmenu_click a {
    width: 0.36rem;
    height: 0.5rem;
    display: block;
    overflow: hidden;
    background: url("../images/menu_01.svg") 50% no-repeat;
    background-size: 100%;
  }
  .mtmenu_click a.active {
    background: url("../images/menu_02.svg") 50% no-repeat;
    background-size: 0.32rem;
  }
  .topfr .autowidth {
    position: initial;
  }
  .topfr .lgn {
    position: relative;
    float: right;
  }
  .menufr {
    display: none;
  }
  .menufr.active {
    width: 100%;
    height: calc(100vh - 1.2rem);
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 1.2rem;
    display: block;
    background-color: #fff;
  }
  .menufr ul li {
    width: 100%;
    overflow: hidden;
    margin: 0px;
  }
  .menufr ul li .mu_t {
    height: 1rem;
    justify-content: flex-start;
    padding: 0px 7.174%;
    border-bottom: 0.01rem solid #eee;
  }
  .menufr ul li .mu_c {
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 9;
    top: 0px;
    border-top: 0px;
    padding-top: 0.8rem;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .muc_t {
    display: block;
    width: 100%;
    overflow: hidden;
    text-align: right;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0px 7.174%;
    height: 0.8rem;
    background-color: #fff;
    border-bottom: 0.01rem solid #eee;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 9;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: flex-end;
  }
  .muc_t span {
    display: inline-block;
    width: 100%;
    position: relative;
  }
  .muc_t span::before {
    content: "";
    display: block;
    width: 0.13rem;
    height: 100%;
    background: url("../images/t_04.svg") 50% no-repeat;
    background-size: 100%;
    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);
  }
  .menufr ul li .mu_c .muc_l .li a {
    padding: 0.16rem 0.3rem;
  }
  .topfr .lgn .lgn_t a {
    background-size: 0.26rem;
    padding-left: 0.46rem;
  }
  .topfr .lgn .lgn_c {
    width: 1.4rem;
    margin-left: -0.7rem;
  }
  .topfr .lgn .lgn_t span {
    padding-right: 0.36rem;
  }
  .topfr .lgn .lgn_t span::before {
    width: 0.2rem;
  }
  .zc_02 .p2 ul {
    grid-template-columns: 100%;
  }
  .zc_02 .p3 ul {
    flex-flow: wrap;
  }
  .zc_02 .p3 ul li {
    width: calc((100% - 0.2rem) / 2);
    margin-top: 0.4rem;
  }
  .zc_02 .p3 ul li.li1 {
    display: none;
  }
  .zc_02 .p3 ul li:nth-child(1) {
    margin-top: 0px;
  }
  .zc_02 .p3 ul li:nth-child(2) {
    margin-top: 0px;
  }
  .zc_02 .p3 ul li:nth-child(3) {
    margin-top: 0px;
  }
  .p3item ul li a.a1 {
    display: block;
  }
  .p3item ul li .p3_img {
    width: 100%;
  }
  .p3item ul li .p3_txt {
    width: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
