/* CSS Document */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

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

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

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

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

root {
  --hover_color:#254194;
}

@font-face {
  font-family: "albb_black";
  src: url("../fonts/albb_black.woff2") format("woff2"), url("../fonts/albb_black.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@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;
}
@font-face {
  font-family: "albb_extrabold";
  src: url("../fonts/albb_extrabold.woff2") format("woff2"), url("../fonts/albb_extrabold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "albb_heavy";
  src: url("../fonts/albb_heavy.woff2") format("woff2"), url("../fonts/albb_heavy.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@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;
}
@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;
}
@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;
}
@font-face {
  font-family: "albb_semibold";
  src: url("../fonts/albb_semibold.woff2") format("woff2"), url("../fonts/albb_semibold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "albb_thin";
  src: url("../fonts/albb_thin.woff2") format("woff2"), url("../fonts/albb_thin.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "roboto";
  src: url("../fonts/roboto.woff2") format("woff2"), url("../fonts/roboto.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "RobotoCondensed";
  src: url("../fonts/RobotoCondensed.woff2") format("woff2"), url("../fonts/RobotoCondensed.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
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;
  color: #000;
  font-size: 12px;
  margin: 0px auto;
  padding: 0px;
}

.albb_font {
  font-family: albb;
}

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: #a72f32;
  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.75;
}

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: #000;
}

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

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

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

input[type=text], input[type=button], input[type=submit], input[type=reset], select, textarea, button {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

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

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

a, a:hover, a:active, a:visited, a:link, a:focus {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline: none;
  background: none;
  text-decoration: none;
}

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

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

.container {
  width: 100%;
}

.section {
  width: 100%;
  background-color: #fff;
}

.section .pagefr_n {
  width: 100%;
  height: calc(var(--vh) * 100);
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

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

@-webkit-keyframes an_0 {
  0% {
    box-shadow: 0 0 0px 0px rgba(24, 152, 242, 0);
  }
  50% {
    box-shadow: 0 0 10px 3px rgba(24, 152, 242, 0.6);
  }
  100% {
    box-shadow: 0 0 0px 0px rgba(24, 152, 242, 0);
  }
}
@keyframes an_0 {
  0% {
    box-shadow: 0 0 0px 0px rgba(24, 152, 242, 0);
  }
  50% {
    box-shadow: 0 0 10px 3px rgba(24, 152, 242, 0.6);
  }
  100% {
    box-shadow: 0 0 0px 0px rgba(24, 152, 242, 0);
  }
}
@-webkit-keyframes an_02 {
  0% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
}
@keyframes an_02 {
  0% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
}
.an_02 {
  -webkit-animation-name: an_02;
  animation-name: an_02;
}

@-webkit-keyframes an_01 {
  0% {
    transform: scale(0.99, 0.99);
    -moz-transform: scale(0.99, 0.99);
    -webkit-transform: scale(0.99, 0.99);
  }
  50% {
    transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
  100% {
    transform: scale(0.99, 0.99);
    -moz-transform: scale(0.99, 0.99);
    -webkit-transform: scale(0.99, 0.99);
  }
}
@keyframes an_01 {
  0% {
    transform: scale(0.99, 0.99);
    -moz-transform: scale(0.99, 0.99);
    -webkit-transform: scale(0.99, 0.99);
  }
  50% {
    transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
  100% {
    transform: scale(0.99, 0.99);
    -moz-transform: scale(0.99, 0.99);
    -webkit-transform: scale(0.99, 0.99);
  }
}
@-webkit-keyframes an_03 {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
@keyframes an_03 {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
.an_03 {
  -webkit-animation-name: an_03;
  animation-name: an_03;
}

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

@-webkit-keyframes an_04 {
  0% {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
  }
  50% {
    transform: translateX(-0.05rem);
    -webkit-transform: translateX(-0.05rem);
    -moz-transform: translateX(-0.05rem);
  }
  100% {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
  }
}
@keyframes an_04 {
  0% {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
  }
  50% {
    transform: translateX(-0.05rem);
    -webkit-transform: translateX(-0.05rem);
    -moz-transform: translateX(-0.05rem);
  }
  100% {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
  }
}
@-webkit-keyframes an_05 {
  0% {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
  }
  50% {
    transform: translateX(0.05rem);
    -webkit-transform: translateX(0.05rem);
    -moz-transform: translateX(0.05rem);
  }
  100% {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
  }
}
@keyframes an_05 {
  0% {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
  }
  50% {
    transform: translateX(0.05rem);
    -webkit-transform: translateX(0.05rem);
    -moz-transform: translateX(0.05rem);
  }
  100% {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
  }
}
@-webkit-keyframes an_06 {
  0% {
    transform: translateX(-0.05rem);
    -webkit-transform: translateX(-0.05rem);
    -moz-transform: translateX(-0.05rem);
  }
  50% {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
  }
  100% {
    transform: translateX(0.05rem);
    -webkit-transform: translateX(0.05rem);
    -moz-transform: translateX(0.05rem);
  }
}
@keyframes an_06 {
  0% {
    transform: translateX(-0.05rem);
    -webkit-transform: translateX(-0.05rem);
    -moz-transform: translateX(-0.05rem);
  }
  50% {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
  }
  100% {
    transform: translateX(0.05rem);
    -webkit-transform: translateX(0.05rem);
    -moz-transform: translateX(0.05rem);
  }
}
@-webkit-keyframes ksan {
  0% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes ksan {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@-webkit-keyframes ksan_01 {
  0% {
    -webkit-transform: scale(0.8);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes ksan_01 {
  0% {
    transform: scale(0.8);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@-webkit-keyframes an_swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes an_swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
/*common*/
.in_body {
  min-height: 100vh;
  position: relative;
  background-color: #fff;
  opacity: 0;
}

.other_body {
  background-color: #f9f9f9;
}

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

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

.wrap_in {
  margin: 0px 2.08vw;
}

.wrap_c {
  margin: 0px 13.54vw;
}

.w_wap {
  display: none !important;
}

.topfr {
  overflow: visible;
  height: 1.3rem;
  z-index: 9999;
  position: fixed;
  left: 0px;
  top: 0px;
}

.topfr::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
}

.topfr .wrap_in {
  position: relative;
  height: 1.3rem;
  z-index: 1;
}

.topfr .wrap_in::before {
  content: "";
  width: 100%;
  height: 0.01rem;
  display: block;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.16);
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.topfr .fl {
  overflow: hidden;
  height: 1.3rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

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

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

.topfr .fl img.img2 {
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0;
}

.topfr .fr .menufr {
  float: left;
}

.topfr .fr .menufr ul li {
  float: left;
}

.topfr .fr .menufr ul li .mu_t {
  height: 1.3rem;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.topfr .fr .menufr ul li .mu_t a {
  color: #fff;
  display: inline-block;
  padding: 0px 0.35rem;
  position: relative;
}

.topfr .fr .menufr ul li .mu_t a::before {
  content: "";
  display: block;
  width: 0.16rem;
  height: 0.16rem;
  border-radius: 50%;
  border: 0.03rem solid #a72f32;
  position: absolute;
  left: 0.08rem;
  top: 50%;
  opacity: 0;
  transform: translateY(-50%);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.topfr .fr .menufr ul li .mu_t a:hover {
  color: #d7231d;
}

.topfr .fr .menufr ul li.on .mu_t a::before {
  opacity: 1;
  left: 0.05rem;
}

.topfr .tpr_o {
  float: left;
  margin-left: 0.35rem;
  height: 1.3rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.topfr .tpr_o .c {
  display: inline-block;
  height: 0.2rem;
}

.topfr .tpr_o .a1 {
  width: 0.2rem;
  height: 0.2rem;
  display: block;
  overflow: hidden;
  background: url("../images/top_01.png") 50% no-repeat;
  background-size: 100%;
  float: left;
}

.topfr .tpr_o .a2 {
  width: 0.2rem;
  height: 0.2rem;
  display: block;
  overflow: hidden;
  background: url("../images/top_02.png") 50% no-repeat;
  background-size: 100%;
  float: left;
  margin-left: 0.4rem;
}

.topfr.on {
  height: 1rem;
  -moz-box-shadow: 0px 0px 0.2rem rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 0.2rem rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 0.2rem rgba(0, 0, 0, 0.15);
}

.topfr.on .wrap_in {
  height: 1rem;
}

.topfr.on .wrap_in::before {
  display: none;
}

.topfr.on::before {
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.topfr.on .fl {
  height: 1rem;
}

.topfr.on .fl img.img1 {
  opacity: 0;
}

.topfr.on .fl img.img2 {
  opacity: 1;
}

.topfr.on .fr .menufr ul li .mu_t {
  height: 1rem;
}

.topfr.on .fr .menufr ul li .mu_t a {
  color: #000;
}

.topfr.on .fr .menufr ul li .mu_t a:hover {
  color: #d7231d;
}

.topfr.on .tpr_o {
  height: 1rem;
}

.topfr.on .tpr_o .a1 {
  background: url("../images/top_01_on.png") 50% no-repeat;
  background-size: 100%;
}

.topfr.on .tpr_o .a2 {
  background: url("../images/top_02_on.png") 50% no-repeat;
  background-size: 100%;
}

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

.bs_slide {
  width: 100%;
  height: calc(var(--vh) * 100);
  overflow: hidden;
  position: relative;
}

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

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

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

.bs_slide .swiper-slide .bs_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;
}

.bs_slide .swiper-slide .bs_c .c {
  width: 100%;
  overflow: visible;
}

.bs_slide .swiper-slide .bs_c .p {
  width: 100%;
  overflow: visible;
  color: #fff;
}

.bs_slide .swiper-slide .bs_c .p1 {
  line-height: 1.3;
}

.bs_slide .swiper-slide .bs_c .p2 {
  font-family: albb_medium;
  line-height: 1.3;
  margin: 0.2rem 0px 0.1rem 0px;
}

.bs_slide .swiper-slide .bs_c .p3 {
  text-transform: uppercase;
  line-height: 1.3;
  font-family: RobotoCondensed;
}

.bs_slide .swiper-slide .bs_c .p4 {
  margin-top: 0.5rem;
}

.bs_slide .swiper-slide .bs_c .p4 a {
  display: inline-block;
  width: 2rem;
  height: 0.6rem;
  font-family: albb_medium;
  position: relative;
  color: #fff;
  overflow: hidden;
  border-radius: 0.6rem;
  background-color: rgba(255, 255, 255, 0.2);
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.bs_slide .swiper-slide .bs_c .p4 a::before {
  content: "";
  display: block;
  width: 0%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
  background-color: #a72f32;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.bs_slide .swiper-slide .bs_c .p4 span {
  display: inline-block;
  background: url("../images/in_03.png") 100% 50% no-repeat;
  background-size: 0.16rem;
  padding-right: 0.5rem;
  position: relative;
  z-index: 1;
}

.bs_slide .swiper-slide .bs_c .p4 a:hover::before {
  width: 100%;
}

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

.bs_b {
  width: 50%;
  height: 0.8rem;
  overflow: hidden;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 999;
  background: url("../images/in_02.jpg") 0% no-repeat;
  background-size: 100% 100%;
}

.bsb_spfr {
  float: left;
  height: 0.8rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.bsb_spfr span {
  float: left;
  opacity: 1;
  width: 0.16rem;
  height: 0.16rem;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
  margin: 0px 0.13rem !important;
  background-color: rgba(255, 255, 255, 0);
}

.bsb_spfr span:first-child {
  margin-left: 0px !important;
}

.bsb_spfr span:last-child {
  margin-right: 0px !important;
}

.bsb_spfr span::before {
  content: "";
  display: block;
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.3);
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.bsb_spfr span::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
  border: 0.03rem solid rgba(255, 255, 255, 0);
  position: absolute;
  left: 0px;
  top: 0px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.bsb_spfr span.swiper-pagination-bullet-active {
  background-color: rgba(255, 255, 255, 0);
}

.bsb_spfr span.swiper-pagination-bullet-active::before {
  background-color: rgba(255, 255, 255, 0);
}

.bsb_spfr span.swiper-pagination-bullet-active::after {
  border: 0.03rem solid rgb(255, 255, 255);
}

.bsb_r {
  position: absolute;
  right: 0.4rem;
  top: 0px;
  z-index: 9;
  height: 0.8rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  font-family: albb_medium;
}

.bsb_r span {
  color: #fff;
}

.bsb_r i {
  color: rgba(255, 255, 255, 0.5);
}

.in_01 {
  overflow: hidden;
  padding: 1.2rem 0px;
  position: relative;
}

.in_01_bg {
  width: 10.64rem;
  height: 4.41rem;
  display: block;
  margin-top: -1.21rem;
  margin-left: 2.8rem;
  opacity: 1;
  overflow: hidden;
  background: url("../images/in_06.png") no-repeat;
  background-size: cover;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
  -webkit-animation: an_01 2.1s linear infinite;
  animation: an_01 2.1s linear infinite;
}

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

.in_01_t {
  width: 100%;
  overflow: hidden;
  line-height: 1.3;
}

.in_01_t a {
  display: inline-block;
  font-weight: bold;
  background: url("../images/in_04.png") 100% 50% no-repeat;
  background-size: 0.3rem;
  padding-right: 0.54rem;
}

.in_01_t1 {
  width: 100%;
  overflow: hidden;
  max-width: 50%;
  margin-top: 0.4rem;
  font-family: albb_medium;
}

.in_01_t1 p {
  line-height: 1.3;
}

.in_01_t2 {
  width: 100%;
  overflow: hidden;
  max-width: 50%;
  overflow: hidden;
  margin-top: 0.4rem;
  text-align: justify;
  text-justify: inter-ideograph;
}

.in_01_t2 p {
  line-height: 1.75;
}

.in_01_t3 {
  width: 100%;
  max-width: 38.57%;
  overflow: hidden;
  margin: 0.4rem 0px;
  height: 0.01rem;
  background-color: #e5e5e5;
}

.in_01_c {
  width: 100%;
  overflow: hidden;
  max-width: 50%;
}

.in_01_c ul li {
  widtH: 100%;
  overflow: hidden;
  margin-bottom: 0.3rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

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

.in_01_c ul li .em {
  float: left;
}

.in_01_c ul li .em1 {
  width: 1rem;
  overflow: hidden;
}

.in_01_c ul li .em1 img {
  width: 0.65rem;
  display: block;
}

.in_01_c ul li .em2 {
  width: calc(100% - 1rem);
  overflow: hidden;
}

.in_01_c ul li .em2 .p {
  width: 100%;
  overflow: hidden;
}

.in_01_c ul li .em2 .p1 {
  font-family: albb_medium;
  line-height: 1.5;
  color: #444;
}

.in_01_c ul li .em2 .p2 {
  color: #666;
  line-height: 1.5;
}

.in_01_video {
  width: 46.43%;
  overflow: hidden;
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 9;
}

.in_01_video a {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  background-color: #34387a;
  border-radius: 0.06rem;
  padding-bottom: 0.05rem;
}

.in_01_video em {
  display: block;
  font-style: normal;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.in_01_video em.em1 {
  position: relative;
  height: 4.6rem;
  border-radius: 0.06rem;
  overflow: hidden;
}

.in_01_video em.em1 img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  object-fit: cover;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
}

.in_01_video em.em2 {
  display: inline-block;
  position: absolute;
  left: 0.3rem;
  bottom: 0.35rem;
  z-index: 9;
}

.in_01_video em.em2 b {
  width: 0.6rem;
  height: 0.6rem;
  overflow: visible;
  display: block;
  float: left;
  position: relative;
}

.in_01_video em.em2 b::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  border-radius: 50%;
  border: 0.01rem solid #a72f32;
  z-index: 1;
  position: absolute;
  left: 0px;
  top: 0px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-animation: ksan 2.1s linear infinite;
  animation: ksan 2.1s linear infinite;
}

.in_01_video em.em2 b::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  border-radius: 50%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
  background: url("../images/in_05.png") 50% no-repeat;
  background-size: 100% 100%;
}

.in_01_video em.em2 span {
  float: left;
  line-height: 0.6rem;
  color: #fff;
  margin-left: 0.15rem;
}

.in_01_video:hover em.em1 img {
  transform: scale(1.03, 1.03);
  -moz-transform: scale(1.03, 1.03);
  -webkit-transform: scale(1.03, 1.03);
}

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

.in_02 .wrap_c {
  position: relative;
}

.in_02_slide {
  width: calc(100% - 1.8rem);
  overflow: hidden;
  position: relative;
}

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

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

.in_02sfr .fl {
  width: 4.2rem;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

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

.in_02sfr .fl .in_02_t {
  width: 100%;
  overflow: visible;
  line-height: 1.5;
  color: #444;
  font-family: albb_medium;
  margin-top: 0.4rem;
  margin-bottom: 0.2rem;
}

.in_02sfr .fl .in_02_c {
  width: 100%;
  overflow: hidden;
  text-align: justify;
  text-justify: inter-ideograph;
  color: #666;
}

.in_02sfr .fl .in_02_b {
  width: 100%;
  overflow: visible;
  margin-top: 0.6rem;
}

.in_02sfr .fl .in_02_b a {
  width: 0.4rem;
  height: 0.4rem;
  display: block;
  overflow: hidden;
  float: left;
  position: relative;
  border-radius: 50%;
}

.in_02sfr .fl .in_02_b a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  background-color: #213986;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.in_02sfr .fl .in_02_b a:nth-child(1)::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  background: url("../images/in_08.png") 50% no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 9;
}

.in_02sfr .fl .in_02_b a:nth-child(1) {
  margin-right: 0.2rem;
}

.in_02sfr .fl .in_02_b a:nth-child(2)::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  background: url("../images/in_09.png") 50% no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 9;
}

.in_02sfr .fl .in_02_b a:hover::before {
  background-color: #a72f32;
}

.in_02sfr .fr {
  width: calc(100% - 4.2rem);
  overflow: hidden;
}

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

.in_02_r {
  width: 0.16rem;
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  z-index: 990;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

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

.in_02_r .c::before {
  content: "";
  width: 0.01rem;
  display: block;
  height: calc(100% - 0.16rem);
  background-color: #c9c9c9;
  position: absolute;
  right: 0.074rem;
  top: 0.08rem;
  z-index: 1;
}

.in_02_r ul {
  position: relative;
  z-index: 9;
}

.in_02_r ul li {
  width: 0.16rem;
  height: 0.16rem;
  position: relative;
  margin-bottom: 0.55rem;
  z-index: 9;
}

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

.in_02_r ul li span {
  width: 1.4rem;
  display: block;
  overflow: hidden;
  position: absolute;
  right: 0.37rem;
  top: 50%;
  transform: translateY(-50%);
  text-align: right;
  color: #999;
  line-height: 1.5;
}

.in_02_r ul li b {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  border-radius: 50%;
  position: absolute;
  right: 0px;
  top: 0px;
}

.in_02_r ul li b::before {
  content: "";
  display: block;
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 50%;
  background-color: #c9c9c9;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.in_02_r ul li b::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  opacity: 0;
  border-radius: 50%;
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: #a72f32;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.in_02_r ul li.on b::before {
  opacity: 0;
}

.in_02_r ul li.on b::after {
  opacity: 1;
}

.in_02_r ul li.on span {
  color: #444;
  font-family: albb_medium;
}

.in_02_r ul li:hover span {
  color: #444;
  font-family: albb_medium;
}

.in_03 {
  overflow: hidden;
  position: relative;
  padding: 0.9rem 0px 1.2rem 0px;
}

.in_03_t {
  width: 100%;
  overflow: visible;
  text-align: center;
  font-family: albb_medium;
  line-height: 1.5;
}

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

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

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

.in_03c_b {
  width: 3.5rem;
  overflow: hidden;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 6;
}

.in_03c_b ul li {
  width: 1.7rem;
  height: 1.42rem;
  overflow: hidden;
  background-color: #f3f5fa;
  padding: 0px 0.3rem;
  border-radius: 0.06rem;
  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;
}

.in_03c_b ul li:nth-child(2) {
  float: left;
  margin-top: 0.1rem;
  margin-right: 0.1rem;
}

.in_03c_b ul li:nth-child(3) {
  float: left;
  margin-top: 0.1rem;
}

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

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

.in_03c_b ul li .p1 {
  line-height: 1.5;
  color: #666;
}

.in_03c_b ul li .p1 span {
  font-family: albb_medium;
  color: #a72f32;
  margin-right: 0.05rem;
}

.in_03c_b ul li .p1 sup {
  color: #a72f32;
}

.in_03c_b ul li .p2 {
  color: #444;
  font-family: albb_medium;
}

.in_03c_more {
  width: 100%;
  overflow: visible;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 7;
}

.in_03c_more a {
  width: 0.5rem;
  height: 0.5rem;
  display: block;
  overflow: visible;
  border-radius: 50%;
  position: absolute;
  left: 0%;
  top: 0%;
  z-index: 7;
}

.in_03c_more a b {
  width: 100%;
  height: 100%;
  display: block;
  overflow: visible;
  position: absolute;
  left: 0px;
  top: 0px;
  border-radius: 50%;
  background-color: rgba(33, 57, 134, 0.2);
}

.in_03c_more a b::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  border-radius: 50%;
  background-color: rgba(33, 57, 134, 0.2);
  z-index: 1;
  -webkit-animation: ksan_01 2.1s linear infinite;
  animation: ksan_01 2.1s linear infinite;
}

.in_03c_more a b::after {
  content: "";
  width: 0.3rem;
  height: 0.3rem;
  display: block;
  border-radius: 50%;
  background-color: rgb(33, 57, 134);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.in_03c_more a span {
  width: 1.2rem;
  line-height: 1.5;
  display: block;
  overflow: visible;
  text-align: center;
  color: #444;
  font-family: albb_medium;
  position: absolute;
  left: 50%;
  margin-left: -0.6rem;
  top: 0.55rem;
  font-family: albb_medium;
}

.in_03c_more a.a1 {
  left: 54.79%;
  top: 39.52%;
}

.in_03c_more a.a2 {
  left: 76.79%;
  top: 26.03%;
}

.in_03c_more a.a3 {
  left: 78.64%;
  top: 38.1%;
}

.in_03c_more a.a4 {
  left: 79%;
  top: 42.54%;
}

.in_03c_more a.a5 {
  left: 76.79%;
  top: 46.19%;
}

.in_03c_more a.a3 span {
  left: 0.55rem;
  margin-left: 0px;
  top: 0px;
  line-height: 0.5rem;
  text-align: left;
}

.in_03c_more a.a4 span {
  left: 0.55rem;
  margin-left: 0px;
  top: 0px;
  line-height: 0.5rem;
  text-align: left;
}

.in_03c_more a.on b {
  background-color: rgba(166, 46, 49, 0.2);
}

.in_03c_more a.on b::before {
  background-color: rgba(166, 46, 49, 0.2);
}

.in_03c_more a.on b::after {
  background-color: rgb(166, 46, 49);
}

.in_03c_tip {
  width: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  bottom: 0px;
  display: none;
}

.maptipfr {
  width: 4.7rem;
  overflow: visible;
  position: absolute;
  left: 0px;
  top: 0%;
  z-index: 9990;
  display: none;
  padding-bottom: 0.11rem;
}

.maptipfr .maptip_c {
  width: 100%;
  overflow: hidden;
  background: url("../images/in_10.jpg") 50% no-repeat;
  padding: 0.2rem;
  background-size: cover;
  border-radius: 0.06rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -moz-box-shadow: 0px 0.18rem 0.3rem rgba(140, 49, 67, 0.23);
  -webkit-box-shadow: 0px 0.18rem 0.3rem rgba(140, 49, 67, 0.23);
  box-shadow: 0px 0.18rem 0.3rem rgba(140, 49, 67, 0.23);
}

.maptipfr .maptip_c .fl {
  width: 1.9rem;
  overflow: hidden;
  border-radius: 0.06rem;
  height: 1.37rem;
}

.maptipfr .maptip_c .fl img {
  widtH: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
}

.maptipfr .maptip_c .fr {
  width: calc(100% - 1.9rem - 0.2rem);
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.maptipfr .maptip_c .fr ul {
  width: 100%;
  overflow: visible;
}

.maptipfr .maptip_c .fr ul li {
  width: 100%;
  overflow: visible;
  line-height: 1.75;
  color: #fff;
}

.maptipfr .maptip_c .fr ul li span.sp1 {
  width: 0.7rem;
  overflow: visible;
  display: inline-block;
  text-align: justify;
  text-align-last: justify;
}

.maptipfr .maptip_c .fr ul li span.sp2 {
  font-family: albb_medium;
}

.maptipfr b {
  width: 0.24rem;
  height: 0.12rem;
  display: block;
  overflow: hidden;
  margin: 0px auto;
  padding: 0px;
  background: url("../images/in_11.png") 50% no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  margin-left: -0.12rem;
  bottom: 0px;
}

.in_04 {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: url("../images/in_12.webp") 50% no-repeat;
  background-size: cover;
  padding: 1.2rem 0px;
}

.in_04_t {
  width: 100%;
  overflow: visible;
  line-height: 0.6rem;
  position: relative;
}

.in_04_t span {
  font-family: albb_medium;
  color: #444;
}

.in_04_t a.more {
  display: inline-block;
  background: url("../images/in_15.png") 100% 50% no-repeat;
  background-size: 0.36rem;
  padding-right: 0.55rem;
  color: #101318;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.in_04_t a.more:hover {
  color: #a72f32;
}

.in_04_tab {
  width: 100%;
  overflow: visible;
  padding-top: 0.5rem;
  border-top: 0.01rem solid #999;
  margin-top: 0.2rem;
  position: relative;
}

.in_04_tab .fl ul li {
  width: 1.4rem;
  height: 0.46rem;
  overflow: hidden;
  cursor: pointer;
  margin-left: 0.2rem;
  border-radius: 0.46rem;
  float: left;
  font-family: albb_medium;
  color: #101318;
  border: 0.01rem solid #a4a4a4;
  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;
}

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

.in_04_tab .fl ul li a {
  color: #101318;
}

.in_04_tab .fl ul li:hover {
  color: #a72f32;
}

.in_04_tab .fl ul li:hover a {
  color: #a72f32;
}

.in_04_tab .fl ul li.on {
  background-color: #a72f32;
  border: 0.01rem solid #a72f32;
  color: #fff;
}

.in_04_tab .fl ul li.on a {
  color: #fff;
}

.in_04_tab .fr {
  position: absolute;
  right: 0px;
  top: 0.5rem;
  height: 0.46rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  font-family: albb_medium;
  color: #40454c;
}

.in_04_tab .fr .i1 {
  color: #a72f32;
}

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

.in_04_c .in_04c_prev {
  width: 0.1rem;
  height: 0.15rem;
  display: block;
  overflow: hidden;
  background: url("../images/in_13.png") 50% no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0.6rem;
  bottom: 0.5rem;
  z-index: 999;
}

.in_04_c .in_04c_prev:hover {
  background: url("../images/in_13_on.png") 50% no-repeat;
  background-size: 100%;
}

.in_04_c .in_04c_next {
  width: 0.1rem;
  height: 0.15rem;
  display: block;
  overflow: hidden;
  background: url("../images/in_14.png") 50% no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0.6rem;
  bottom: 0.5rem;
  z-index: 999;
}

.in_04_c .in_04c_next:hover {
  background: url("../images/in_14_on.png") 50% no-repeat;
  background-size: 100%;
}

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

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

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

.in_04c_slide .swiper-slide em {
  width: 100%;
  display: block;
  overflow: hidden;
  font-style: normal;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.in_04c_slide .swiper-slide em.em1 {
  position: relative;
}

.in_04c_slide .swiper-slide em.em1 img {
  width: 100%;
  display: block;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.in_04c_slide .swiper-slide em.em2 {
  position: absolute;
  left: 0px;
  bottom: 0.2rem;
  opacity: 0;
  z-index: 999;
  padding: 0px 1rem;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.in_04c_slide .swiper-slide em.em2 span {
  width: 100%;
  display: block;
  overflow: hidden;
  color: #fff;
  text-align: center;
}

.in_04c_slide .swiper-slide-active a {
  transform: scale(0.96);
  -webkit-transform: scale(0.96);
  -moz-transform: scale(0.96);
  transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
}

.in_04c_slide .swiper-slide-active em.em1 img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
}

.in_04c_slide .swiper-slide-active em.em2 {
  opacity: 1;
  bottom: 0.4rem;
  transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
}

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

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

.btn_01 {
  width: 100%;
  overflow: hidden;
  padding: 0.8rem 0px;
}

.btn_01 .fr {
  width: 1.8rem;
  overflow: hidden;
}

.btn_01 .fr p {
  width: 100%;
  overflow: visible;
}

.btn_01 .fr p.p1 img {
  width: 100%;
  display: block;
}

.btn_01 .fr .p2 {
  text-align: center;
  color: #999;
  line-height: 1.75;
  margin-top: 0.1rem;
}

.btn_01 .fl {
  width: calc(100% - 1.8rem - 3rem);
  overflow: visible;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}

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

.btn_01 .fl dl dt {
  width: 100%;
  overflow: visible;
  margin: 0px;
  padding: 0px;
  color: #444;
  font-family: albb_medium;
  line-height: 1.75;
  margin-bottom: 0.15rem;
}

.btn_01 .fl dl dt a {
  color: #444;
}

.btn_01 .fl dl dd {
  width: 100%;
  overflow: visible;
  margin: 0.05rem 0px;
  padding: 0px;
  color: #999;
  line-height: 1.75;
}

.btn_01 .fl dl dd a {
  color: #999;
}

.btn_01 .fl dl a:hover {
  color: #d7231d;
}

.btn_02 {
  width: 100%;
  overflow: hidden;
  border-top: 0.01rem solid #e2e2e2;
  border-bottom: 0.01rem solid #e2e2e2;
  padding: 0.4rem 0px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
}

.btn_02 .em1 img {
  height: 0.66rem;
  display: block;
}

.btn_02 .em {
  font-family: albb_medium;
  color: #444;
  line-height: 1.75;
  text-align: left;
}

.btn_02 p {
  line-height: 1.75;
}

.btn_03 {
  width: 100%;
  overflow: hidden;
  line-height: 1.75;
  padding: 0.25rem 0px;
  color: #444;
}

.btn_03 a {
  color: #444;
}

.btn_03 a:hover {
  color: #d7231d;
}

.btn_03 .fr a {
  float: left;
  margin-left: 0.5rem;
}

.btn_03 .fr a:first-child {
  margin-left: 0px;
}

.sub_01 {
  overflow: visible;
  position: relative;
  height: 6.46rem;
}

.sub_01_bg {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 6.46rem;
  z-index: 0;
}

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

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

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

.sub_01_c .p {
  width: 100%;
  overflow: visible;
  color: #fff;
  line-height: 1.5;
}

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

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

.sub_01_c1 .p {
  width: 100%;
  overflow: visible;
  color: #fff;
  line-height: 1.5;
}

.sub_01_b {
  width: 100%;
  overflow: visible;
  height: 1.44rem;
  position: absolute;
  left: 0px;
  bottom: -0.72rem;
}

.sub_01_b::before {
  content: "";
  width: 50%;
  height: 100%;
  overflow: hidden;
  display: block;
  pointer-events: none;
  border-radius: 0px 0.04rem 0.04rem 0px;
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: #fff;
  -moz-box-shadow: 0px 0.2rem 0.5rem rgba(206, 211, 214, 0.1);
  -webkit-box-shadow: 0px 0.2rem 0.5rem rgba(206, 211, 214, 0.1);
  box-shadow: 0px 0.2rem 0.5rem rgba(206, 211, 214, 0.1);
}

.sub_01_b .fl {
  width: calc(100% - 4.17rem);
  height: 1.44rem;
  position: relative;
  z-index: 9;
  overflow: visible;
  background-color: #fff;
  border-radius: 0px 0.04rem 0.04rem 0px;
  -moz-box-shadow: 0.2rem 0.2rem 0.5rem rgba(206, 211, 214, 0.1);
  -webkit-box-shadow: 0.2rem 0.2rem 0.5rem rgba(206, 211, 214, 0.1);
  box-shadow: 0.2rem 0.2rem 0.5rem rgba(206, 211, 214, 0.1);
}

.sub_01_b1::before {
  display: none;
}

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

.sub_01b_slide .swiper-slide {
  width: auto;
  padding-right: 0.2rem;
}

.sub_01b_slide .swiper-slide a {
  max-width: 1.8rem;
  display: inline-block;
  width: auto;
  overflow: hidden;
  height: 1.44rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  color: #000;
}

.sub_01b_slide .swiper-slide a.on {
  color: #a72f32;
}

.sub_01b_slide .swiper-slide a:hover {
  color: #a72f32;
}

.sub_01_b .fr {
  width: 4.17rem;
  overflow: visible;
  height: 1.44rem;
  display: flex;
  display: -webkit-flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.sub_01_b .fr .c {
  display: inline-block;
  color: #666;
  line-height: 1.5;
}

.sub_01_b .fr a {
  float: left;
  color: #666;
}

.sub_01_b .fr a:hover {
  color: #a72f32;
}

.sub_01_b .fr i {
  float: left;
  margin: 0px 0.08rem;
}

.sub_01_b .fr a.a1 {
  display: inline-block;
  background: url("../images/nav_01.png") 100% 50% no-repeat;
  background-size: 0.17rem;
  padding-right: 0.27rem;
}

.cpfw_01 {
  overflow: hidden;
  background: url("../images/cpfw_01.webp") 0% 0% no-repeat #fff;
  background-size: 100% 5.46rem;
  padding-top: 0.72rem;
}

.cpfw_01_t {
  width: 100%;
  overflow: visible;
  font-family: albb_medium;
}

.cpfw_01 .cpfw_01_t {
  padding: 1.2rem 0px 0.8rem 0px;
}

.cpfw_01_c {
  width: 100%;
  overflow: visible;
  padding-bottom: 1.5rem;
}

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

.cpfw_01_c ul li {
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  position: relative;
  border-radius: 0.06rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.cpfw_01_c ul li::before {
  content: "";
  display: block;
  widtH: 100%;
  height: 100%;
  overflow: hidden;
  border: 0.01rem solid #e4e4e4;
  border-radius: 0.06rem;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.cpfw_01_c ul li a {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

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

.cpfw_01_c ul li .p1 {
  height: 2.4rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.cpfw_01_c ul li .p1 img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
}

.cpfw_01_c ul li .p2 {
  padding: 0.4rem 0px;
  position: relative;
}

.cpfw_01_c ul li .p2::before {
  content: "";
  width: calc(100% - 1rem);
  height: 0.01rem;
  display: block;
  border-top: 0.01rem dashed #dfdfdf;
  position: absolute;
  left: 50%;
  top: 0px;
  transform: translateX(-50%);
}

.cpfw_01_c ul li .em {
  width: calc(100% - 1rem);
  overflow: hidden;
  margin: 0px auto;
  padding: 0px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cpfw_01_c ul li .em1 {
  text-align: center;
  font-family: albb_medium;
  color: #222;
  line-height: 1.5;
}

.cpfw_01_c ul li .em2 {
  text-align: center;
  color: #777;
  line-height: 1.75;
  margin-top: 0.05rem;
}

.cpfw_01_c ul li .em3 {
  margin-top: 0.2rem;
  text-align: center;
}

.cpfw_01_c ul li .em3 span {
  display: inline-block;
  line-height: 0.4rem;
  padding: 0px 0.4rem;
  border-radius: 0.5rem;
  background-color: #ebebeb;
  color: #333;
  position: relative;
  overflow: hidden;
}

.cpfw_01_c ul li .em3 i {
  display: inline-block;
  position: relative;
  z-index: 9;
  color: #333;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.cpfw_01_c ul li .em3 span::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  background-color: #a72f32;
  position: absolute;
  left: -100%;
  top: 0px;
  z-index: 1;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.cpfw_01_c ul li:hover {
  -moz-box-shadow: 0px 0.1rem 0.3rem rgba(157, 157, 157, 0.2);
  -webkit-box-shadow: 0px 0.1rem 0.3rem rgba(157, 157, 157, 0.2);
  box-shadow: 0px 0.1rem 0.3rem rgba(157, 157, 157, 0.2);
}

.cpfw_01_c ul li:hover::before {
  opacity: 0;
}

.cpfw_01_c ul li:hover .em1 {
  color: #a72f32;
}

.cpfw_01_c ul li:hover .em3 span::before {
  left: 0px;
}

.cpfw_01_c ul li:hover .em3 i {
  color: #fff;
}

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

.cpxqfr {
  overflow: hidden;
  background: url("../images/cpfw_01.webp") 0% 0% no-repeat #fff;
  background-size: 100% 4.22rem;
  padding-top: 0.72rem;
}

.cpxq_01 {
  width: 100%;
  overflow: visible;
  padding-top: 1.2rem;
}

.cpxq_01 .fl {
  width: 50%;
  overflow: hidden;
  position: relative;
}

.cpxq_01 .fl::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  border: 0.01rem solid #e7e7e7;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 3;
  pointer-events: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.cpxq01l_slide {
  width: 100%;
  overflow: hidden;
  height: 5.7rem;
  background-color: #fff;
  position: relative;
  z-index: 2;
}

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

.cpxq01l_slide .swiper-slide .c {
  width: 100%;
  height: 5.7rem;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

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

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

.cpxq01l_spfr span {
  width: 0.16rem;
  height: 0.16rem;
  padding: 0px !important;
  margin: 0px 0.13rem !important;
  opacity: 1;
  background-color: rgba(255, 255, 255, 0);
  position: relative;
}

.cpxq01l_spfr span::before {
  content: "";
  width: 0.08rem;
  height: 0.08rem;
  display: block;
  border-radius: 50%;
  background-color: #e4c0c1;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}

.cpxq01l_spfr span::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 9;
  border-radius: 50%;
  opacity: 0;
  border: 0.03rem solid #a72f32;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.cpxq01l_spfr span.swiper-pagination-bullet-active {
  background-color: rgba(255, 255, 255, 0);
}

.cpxq01l_spfr span.swiper-pagination-bullet-active::after {
  opacity: 1;
}

.cpxq01l_spfr span.swiper-pagination-bullet-active::before {
  opacity: 0;
}

.cpxq_01 .fr {
  width: calc(50% - 0.8rem);
  overflow: visible;
}

.cpxq_01 .fr .p {
  width: 100%;
  overflow: visible;
}

.cpxq_01 .fr .p1 {
  margin-top: 0.5rem;
  color: #222;
  font-family: albb_medium;
  line-height: 1.5;
}

.cpxq_01 .fr .p2 {
  font-family: albb_medium;
  line-height: 1.75;
  margin-top: 0.2rem;
  color: #222;
  min-height: 0.87rem;
}

.cpxq_01 .fr .p2 p {
  line-height: 1.75;
}

.cpxq_01 .fr .p3 {
  padding-top: 0.4rem;
  color: #666;
  line-height: 1.75;
  max-width: 5rem;
}

.cpxq_01 .fr .p3 p {
  line-height: 1.75;
}

.cpxq_01 .fr .p4 {
  margin-top: 0.8rem;
}

.cpxq_01 .fr .p4 a {
  width: 0.4rem;
  height: 0.4rem;
  display: block;
  overflow: hidden;
  float: left;
  position: relative;
  border-radius: 50%;
}

.cpxq_01 .fr .p4 a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  background-color: #213986;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.cpxq_01 .fr .p4 a:nth-child(1)::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  background: url("../images/in_08.png") 50% no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 9;
}

.cpxq_01 .fr .p4 a:nth-child(1) {
  margin-right: 0.2rem;
}

.cpxq_01 .fr .p4 a:nth-child(2)::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  background: url("../images/in_09.png") 50% no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 9;
}

.cpxq_01 .fr .p4 a:hover::before {
  background-color: #a72f32;
}

.flsm_01 {
  overflow: hidden;
  padding-top: 1.2rem;
}

.flsm_01_t {
  width: 100%;
  overflow: visible;
  position: relative;
  color: #222;
}

.flsm_01_t .p {
  width: 100%;
  overflow: visible;
  text-align: center;
}

.flsm_01_t .p1 {
  font-family: albb_bold;
  text-transform: uppercase;
  line-height: 1rem;
  padding-bottom: 0.1rem;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px rgba(169, 169, 169, 0.4);display:none;
}

.flsm_01_t .p2 {
  line-height: 1.3;
  font-family: albb_medium;
  position: relative;text-transform: uppercase;
  margin-top: 0rem;
  z-index: 9;
}

.flsm_01_c {
  width: 100%;
  overflow: visible;
  margin-top: 0.6rem;
  line-height: 1.8;
  color: #424242;
  text-align: justify;
  text-justify: inter-ideograph;
}

.flsm_01_c p {
  line-height: 1.8;
}

.abfr {
  overflow: hidden;
  background: url("../images/ab_01.webp") 0% 0% no-repeat #fff;
  background-size: cover;
  padding-top: 0.72rem;
}

.ab_01 {
  width: 100%;
  overflow: visible;
  padding: 2rem 0px 1.9rem 0px;
}

.ab_01 .flsm_01_t .p {
  text-align: left;
}

.ab_01_c {
  width: 100%;
  overflow: visible;
  padding-top: 0.8rem;
  max-width: 6rem;
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 1.8;
}

.ab_01_c p {
  line-height: 1.8;
}

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

.ab_02_c {
  width: calc(100% + 1.2rem);
  overflow: hidden;
  margin-left: -0.6rem;
  padding: 0.8rem 0px 0.6rem 0px;
  position: relative;
}

.ab_02_c::before {
  content: "";
  width: 0.3rem;
  height: calc(100% - 1.6rem);
  display: block;
  overflow: hidden;
  background-color: #fff;
  position: absolute;
  left: 0px;
  top: 0.8rem;
  z-index: 990;
}

.ab_02_c::after {
  content: "";
  width: 0.3rem;
  height: calc(100% - 1.6rem);
  display: block;
  overflow: hidden;
  background-color: #fff;
  position: absolute;
  right: 0px;
  top: 0.8rem;
  z-index: 990;
}

.ab_02c_slide {
  width: calc(100% - 1.2rem);
  overflow: visible;
  margin: 0px auto;
  padding: 0px;
}

.ab_02c_slide .swiper-slide {
  width: 100%;
  overflow: visible;
}

.ab_02c_slide .swiper-slide .c {
  widtH: 100%;
  overflow: visible;
}

.ab_02c_slide .swiper-slide .c_img {
  width: 100%;
  height: 3.55rem;
  overflow: hidden;
  background-color: #fff;
  border-radius: 0.1rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  -moz-box-shadow: 0px 0px 0.3rem rgba(178, 178, 178, 0.2);
  -webkit-box-shadow: 0px 0px 0.3rem rgba(178, 178, 178, 0.2);
  box-shadow: 0px 0px 0.3rem rgba(178, 178, 178, 0.2);
}

.ab_02c_slide .swiper-slide .c_img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
}

.ab_02c_slide .swiper-slide .c_txt {
  width: 100%;
  overflow: visible;
  text-align: center;
  padding-top: 0.4rem;
  color: #000;
  font-family: albb_medium;
  line-height: 1.3;
}

.ab_02c_slide .swiper-slide .c_txt p {
  line-height: 1.3;
}

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

.ab_02_c .ab_02cs_prev {
  width: 0.12rem;
  height: 3.55rem;
  display: block;
  overflow: hidden;
  background: url("../images/aa1.svg") 50% no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0px;
  top: 0.8rem;
  z-index: 991;
}

.ab_02_c .ab_02cs_prev:hover {
  background: url("../images/aa1_on.svg") 50% no-repeat;
  background-size: 100%;
}

.ab_02_c .ab_02cs_next {
  width: 0.12rem;
  height: 3.55rem;
  display: block;
  overflow: hidden;
  background: url("../images/aa2.svg") 50% no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0px;
  top: 0.8rem;
  z-index: 991;
}

.ab_02_c .ab_02cs_next:hover {
  background: url("../images/aa2_on.svg") 50% no-repeat;
  background-size: 100%;
}

.ab_03 {
  overflow: visible;
  padding-bottom: 1.5rem;
}

.ab_03_t {
  width: 100%;
  overflow: visible;
  position: relative;
  height: 0.7rem;
  text-align: center;
}

.ab_03_t span {
  display: inline-block;
  background-color: #fff;
  position: relative;
  z-index: 9;
  color: #999;
  padding: 0px 0.48rem;
  line-height: 0.7rem;
}

.ab_03_t::before {
  content: "";
  width: 100%;
  height: 0.01rem;
  display: block;
  overflow: hidden;
  background-color: #dcdcdc;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
}

.ab_03_c {
  width: 100%;
  overflow: visible;
  padding-top: 0.6rem;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}

.ab_03_c .fl {
  width: 59%;
  overflow: hidden;
  background-color: #fff;
  position: relative;
  border-radius: 0.1rem;
  -moz-box-shadow: 0px 0px 0.3rem rgba(178, 178, 178, 0.2);
  -webkit-box-shadow: 0px 0px 0.3rem rgba(178, 178, 178, 0.2);
  box-shadow: 0px 0px 0.3rem rgba(178, 178, 178, 0.2);
}

.ab_03cl_t {
  width: 100%;
  overflow: hidden;
  margin-top: 0.2rem;
  height: 0.7rem;
  border-bottom: 0.01rem solid #dcdcdc;
}

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

.ab_03cl_t ul li {
  float: left;
  height: 0.7rem;
  font-family: albb_medium;
  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;
}

.ab_03cl_t ul li:nth-child(1) {
  width: 57.02%;
  padding-left: 0.6rem;
}

.ab_03cl_t ul li:nth-child(2) {
  width: 21.38%;
}

.ab_03cl_t ul li:nth-child(3) {
  width: 21.6%;
}

.ab_03cl_t ul li span {
  display: inline-block;
  position: relative;
  padding-left: 0.2rem;
}

.ab_03cl_t ul li span::before {
  content: "";
  display: block;
  width: 0.1rem;
  height: 0.1rem;
  border: 0.02rem solid #d7231d;
  border-radius: 50%;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.ab_03cl_c {
  width: 100%;
  height: calc(100% - 0.2rem - 0.7rem);
  overflow: hidden;
  overflow-y: auto;
  position: absolute;
  left: 0px;
  top: 0.91rem;
}

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

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

.ab_03cl_c::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #a72f32;
}

.ab_03cl_c::-webkit-scrollbar-thumb:hover {
  border-radius: 5px;
  background: #a72f32;
}

.ab_03cl_c ul {
  width: 100%;
  overflow: hidden;
  height: 0.6rem;
}

.ab_03cl_c ul:nth-child(2n) {
  background-color: #fbfbfb;
}

.ab_03cl_c ul li {
  float: left;
  height: 0.6rem;
  color: #000;
  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;
}

.ab_03cl_c ul li:nth-child(1) {
  width: 57.02%;
  padding-left: 0.6rem;
}

.ab_03cl_c ul li:nth-child(2) {
  width: 21.38%;
}

.ab_03cl_c ul li:nth-child(3) {
  width: 21.6%;
}

.ab_03_c .fr {
  width: calc(41% - 0.36rem);
  overflow: hidden;
  background-color: #fff;
  border-radius: 0.1rem;
  -moz-box-shadow: 0px 0px 0.3rem rgba(178, 178, 178, 0.2);
  -webkit-box-shadow: 0px 0px 0.3rem rgba(178, 178, 178, 0.2);
  box-shadow: 0px 0px 0.3rem rgba(178, 178, 178, 0.2);
}

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

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

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

.ab_03_c .fr ul li .p {
  width: 100%;
  overflow: hidden;
}

.ab_03_c .fr ul li .p1 {
  height: 1.5rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.ab_03_c .fr ul li .p1 img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
}

.ab_03_c .fr ul li .p2 {
  text-align: center;
  color: #000;
  line-height: 1.5;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 0.2rem;
}

.ab_03_c .fr ul li a:hover .p1 img {
  transform: scale(1.03, 1.03);
  -moz-transform: scale(1.03, 1.03);
  -webkit-transform: scale(1.03, 1.03);
}

.ab_03cr_b {
  width: 100%;
  overflow: hidden;
  text-align: center;
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
}

.ab_03cr_b a {
  display: inline-block;
  overflow: hidden;
  position: relative;
  line-height: 0.4rem;
  padding: 0px 0.4rem;
  border-radius: 0.4rem;
  color: #000;
  background-color: #eee;
}

.ab_03cr_b span {
  position: relative;
  display: inline-block;
  z-index: 9;
  color: #000;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.ab_03cr_b a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #d7231d;
  border-radius: 0.4rem;
  position: absolute;
  left: -100%;
  top: 0px;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.ab_03cr_b a:hover span {
  color: #fff;
}

.ab_03cr_b a:hover::before {
  left: 0px;
}

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

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

.ab_04bg_slide {
  width: 100%;
  overflow: hidden;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}

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

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

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

.ab_04_t {
  width: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 1.4rem;
  z-index: 8;
}

.ab_04_t .flsm_01_t {
  color: #fff;
}

.ab_04_t .flsm_01_t .p {
  text-align: left;
}

.ab_04_t .flsm_01_t .p1 {
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.3);
}

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

.ab_04_li ul {
  width: 3.42rem;
  float: right;
  overflow: hidden;
  border-left: 0.01rem solid rgba(255, 255, 255, 0.5);
  border-right: 0.01rem solid rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.ab_04_li ul li {
  width: 100%;
  height: 2rem;
  overflow: hidden;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.1);
  color: #fff;
  border-bottom: 0.01rem solid rgba(255, 255, 255, 0.5);
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.ab_04_li ul li a {
  color: #fff;
}

.ab_04_li ul li:last-child {
  border-bottom: 0px;
}

.ab_04_li ul li.on {
  background-color: rgba(255, 255, 255, 0.2);
}

.ab_04_c {
  width: 100%;
  overflow: visible;
  position: absolute;
  left: 0px;
  top: 3.8rem;
  z-index: 8;
  font-family: albb_semibold;
}

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

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

.ab_04c_slide .swiper-slide .p {
  width: 100%;
  overflow: hidden;
  color: #fff;
  position: relative;
  line-height: 1.3;
  padding-bottom: 0.5rem;
}

.ab_04c_slide .swiper-slide .p::before {
  content: "";
  display: block;
  width: 1.1rem;
  height: 0.08rem;
  display: block;
  overflow: hidden;
  background-color: #d7231d;
  border-radius: 0.08rem;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.lxfr {
  overflow: hidden;
  background: url("../images/lx_01.webp") 0% 0% no-repeat #fff;
  background-size: 100% 5.25rem;
  padding-top: 0.72rem;
}

.lx_01 {
  width: 100%;
  overflow: visible;
  padding-top: 1.4rem;
  padding-bottom: 1rem;
}

.lx_01_c {
  width: 100%;
  overflow: visible;
  padding-top: 0.8rem;
}

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

.lx_01_c ul li {
  width: 100%;
  padding-bottom: 100%;
  height: 0px;
  overflow: hidden;
  position: relative;
  background-color: #fff;
  border-radius: 0.04rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -moz-box-shadow: 0px 0px 0.3rem rgba(178, 178, 178, 0.2);
  -webkit-box-shadow: 0px 0px 0.3rem rgba(178, 178, 178, 0.2);
  box-shadow: 0px 0px 0.3rem rgba(178, 178, 178, 0.2);
}

.lx_01_c ul li .c {
  width: 100%;
  overflow: visible;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.lx_01_c ul li .p {
  width: 100%;
  overflow: visible;
  text-align: center;
}

.lx_01_c ul li .p1 {
  position: relative;
  font-family: albb_medium;
  padding-bottom: 0.3rem;
  margin-bottom: 0.3rem;
}

.lx_01_c ul li .p1::before {
  content: "";
  display: block;
  width: 0.3rem;
  height: 0.03rem;
  background-color: #a72f32;
  border-radius: 0.03rem;
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
}

.lx_01_c ul li .p2 {
  padding: 0px 0.4rem;
  line-height: 0.26rem;
  min-height: 0.52rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.lx_02 {
  overflow: hidden;
  background-color: #fff;
  padding-bottom: 1rem;
}

.lx_02 ul {
  width: 100%;
  overflow: hidden;
  border-top: 0.01rem solid #e5e5e5;
  border-bottom: 0.01rem solid #e5e5e5;
  padding: 0.55rem 0px;
  text-align: center;
  font-size: 0px;
}

.lx_02 ul li {
  display: inline-block;
}

.lx_02 ul li:nth-child(2) {
  margin: 0px 1.6rem;
}

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

.lx_02 ul li .em1 {
  width: 0.8rem;
}

.lx_02 ul li .em1 i {
  width: 0.8rem;
  height: 0.8rem;
  display: block;
  border-radius: 50%;
  overflow: hidden;
  background-color: #a72f32;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

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

.lx_02 ul li .em2 {
  text-align: left;
  margin-left: 0.3rem;
}

.lx_02 ul li .em2 .p {
  width: 100%;
  overflow: visible;
}

.lx_02 ul li .em2 .p1 {
  color: #000;
  font-family: albb_semibold;
}

.lx_02 ul li .em2 .p2 {
  color: #666;
}

.lx_02 ul li:hover .em1 img {
  animation: an_swing 0.5s;
  animation-iteration-count: 1;
}

.lx_03 {
  overflow: hidden;
  background: url("../images/lx_02.webp") 50% no-repeat;
  background-size: cover;
  padding: 1.4rem 0px;
}

.lx_03_c {
  width: 100%;
  overflow: visible;
  padding-top: 0.8rem;
  text-align: center;
  line-height: 1.75;
  color: #000;
}

.lx_03_c span {
  color: #a72f32;
}

.lx_04 {
  overflow: visible;
  padding-top: 1.4rem;
}

.lx_04_c {
  width: 100%;
  overflow: visible;
  padding-top: 0.8rem;
}

.lx_04_c ul {
  width: 100%;
  overflow: hidden;
  border-top: 0.01rem solid #e5e5e5;
  border-bottom: 0.01rem solid #e5e5e5;
  padding: 0.55rem 0px;
  text-align: center;
  font-size: 0px;
}

.lx_04_c ul li {
  display: inline-block;
  margin-left: 1.3rem;
}

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

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

.lx_04_c ul li .em1 {
  width: 0.8rem;
}

.lx_04_c ul li .em1 i {
  width: 0.8rem;
  height: 0.8rem;
  display: block;
  border-radius: 50%;
  overflow: hidden;
  background-color: #1a3573;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

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

.lx_04_c ul li .em2 {
  text-align: left;
  margin-left: 0.3rem;
}

.lx_04_c ul li .em2 .p {
  width: 100%;
  overflow: visible;
}

.lx_04_c ul li .em2 .p1 {
  color: #000;
  font-family: albb_semibold;
}

.lx_04_c ul li .em2 .p2 {
  color: #666;
}

.lx_04_c ul li:hover .em1 img {
  animation: an_swing 0.5s;
  animation-iteration-count: 1;
}

.ryzzfr {
  overflow: visible;
  background: url("../images/lx_01.webp") 0% 0% no-repeat #fff;
  background-size: 100% 5.5rem;
  padding-top: 0.72rem;
}

.ryzz_01 {
  width: 100%;
  overflow: visible;
  padding-top: 1.1rem;
}

.ryzz_01_c {
  width: 100%;
  overflow: visible;
  padding-top: 0.8rem;
}

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

.ryzz_01_c ul li {
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  border-radius: 0.08rem;
  -moz-box-shadow: 0px 0px 0.3rem rgba(178, 178, 178, 0.2);
  -webkit-box-shadow: 0px 0px 0.3rem rgba(178, 178, 178, 0.2);
  box-shadow: 0px 0px 0.3rem rgba(178, 178, 178, 0.2);
}

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

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

.ryzz_01_c ul li .p1 {
  height: 2rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

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

.ryzz_01_c ul li .p2 {
  text-align: center;
  color: #000;
  line-height: 1.5;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 0.1rem;
  margin-bottom: 0.2rem;
}

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

.pagesfr {
  overflow: visible;
  text-align: center;
  padding-top: 1rem;
}

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

.pagesfr a {
  float: left;
  width: 0.54rem;
  height: 0.54rem;
  display: block;
  border-radius: 50%;
  font-family: albb_medium;
  margin: 0px 0.07rem;
  color: #666;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.pagesfr span {
  float: left;
  margin: 0px 0.07rem;
  color: #666;
  line-height: 0.54rem;
}

.pagesfr a.a1 {
  font-family: simsun;
  font-weight: bold;
}

.pagesfr a.a2 {
  font-family: simsun;
  font-weight: bold;
}

.pagesfr a:hover {
  color: #a72f32;
}

.pagesfr a.on {
  background-color: #a72f32;
  color: #fff;
}

.ss_01 {
  overflow: hidden;
  background: url("../images/lx_01.webp") 50% no-repeat;
  background-size: cover;
  padding: 0.9rem 0px;
}

.ss_01_c {
  width: 100%;
  overflow: hidden;
  text-align: center;
  margin-top: 0.4rem;
}

.ss_01_c .c {
  display: inline-block;
  width: 100%;
  max-width: 9rem;
  position: relative;
  height: 0.8rem;
}

.ss_01_c .c input.ss_01c_txt {
  width: 100%;
  height: 100%;
  border: 0px;
  background-color: #fff;
  border-radius: 0.8rem;
  padding: 0px 0.4rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.ss_01_c .c label {
  width: 2rem;
  height: 0.8rem;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 9;
  border-radius: 0.8rem;
  background-color: #a72f32;
  color: #fff;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.ss_01_c .c label input.ss_01c_btn {
  width: 100%;
  height: 100%;
  overflow: visible;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 9;
  opacity: 0;
  cursor: pointer;
}

.ss_01_c .c label span {
  display: inline-block;
  background: url("../images/top_01.png") 0% 50% no-repeat;
  background-size: 0.2rem;
  padding-left: 0.4rem;
}

.ss_01_b {
  width: 100%;
  overflow: visible;
  padding-top: 0.4rem;
  text-align: center;
  color: #333;
  line-height: 1.75;
}

.ss_01_b i {
  color: #a72f32;
}

.ss_01_b span {
  display: inline-block;
}

.ss_01_b span:nth-child(2) {
  margin-left: 0.4rem;
}

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

.ss_02 .p {
  width: 100%;
  overflow: visible;
  text-align: center;
}

.ss_02 .p1 img {
  display: block;
  height: 2rem;
  margin: 0px auto;
  padding: 0px;
}

.ss_02 .p2 {
  text-align: center;
  color: #9e9e9e;
  line-height: 1.75;
  margin-top: 0.2rem;
}

.ss_03 {
  overflow: visible;
}

.ss_03 ul li {
  width: 100%;
  overflow: visible;
  position: relative;
  padding: 0.5rem 0px;
}

.ss_03 ul li::before {
  content: "";
  width: 100%;
  height: 0.02rem;
  display: block;
  overflow: hidden;
  background-color: #eee;
  position: absolute;
  left: 0px;
  bottom: 0.02rem;
  z-index: 1;
}

.ss_03 ul li::after {
  content: "";
  width: 0%;
  height: 0.02rem;
  display: block;
  overflow: hidden;
  background-color: #c47476;
  position: absolute;
  left: 0px;
  bottom: 0.02rem;
  z-index: 9;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.ss_03 ul li a {
  width: 100%;
  display: block;
  overflow: visible;
}

.ss_03 ul li .p {
  width: 100%;
  overflow: visible;
  line-height: 1.75;
}

.ss_03 ul li .p1 {
  color: #999;
}

.ss_03 ul li .p2 {
  color: #000;
  font-family: albb_medium;
}

.ss_03 ul li .p3 {
  color: #666;
  margin-top: 0.1rem;
}

.ss_03 ul li i {
  color: #d7231d;
}

.ss_03 ul li:hover::after {
  width: 100%;
}

.ss_03 ul li:hover .p2 {
  color: #d7231d;
}

.newsfr {
  overflow: hidden;
  background: url("../images/lx_01.webp") 0% 0% no-repeat #fff;
  background-size: 100% 6.6rem;
  padding-top: 1.4rem;
}

.news_01 {
  width: 100%;
  overflow: visible;
  padding-top: 0.8rem;
  position: relative;
  padding-bottom: 1rem;
}

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

.news_01_slide .swiper-slide {
  width: 100%;
  overflow: visible;
}

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

.news_01_slide .swiper-slide .n01c_img {
  width: 6rem;
  height: 4rem;
  overflow: visible;
  position: absolute;
  right: 0px;
  top: 50%;
  z-index: 9;
  transform: translateY(-50%);
}

.news_01_slide .swiper-slide .n01c_img img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 0.06rem;
  position: absolute;
  left: 0px;
  top: 0px;
  object-fit: cover;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
}

.news_01_slide .swiper-slide .n01c_txt {
  width: calc(100% - 3rem);
  height: 6rem;
  overflow: hidden;
  position: relative;
  z-index: 7;
  background-color: #fff;
  padding: 1rem 0px;
  padding-right: 3rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -moz-box-shadow: 0px 0px 0.3rem rgba(178, 178, 178, 0.2);
  -webkit-box-shadow: 0px 0px 0.3rem rgba(178, 178, 178, 0.2);
  box-shadow: 0px 0px 0.3rem rgba(178, 178, 178, 0.2);
}

.news_01_slide .swiper-slide .n01c_txt .c {
  width: 100%;
  overflow: hidden;
  padding: 0px 1.2rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.news_01_slide .swiper-slide .n01c_txt .p {
  width: 100%;
  overflow: visible;
}

.news_01_slide .swiper-slide .n01c_txt .p1 {
  color: #000;
  font-family: albb_medium;
}

.news_01_slide .swiper-slide .n01c_txt .p2 {
  color: #213986;
  line-height: 1.75;
  margin-top: 0.2rem;
}

.news_01_slide .swiper-slide .n01c_txt .p3 {
  margin-top: 0.3rem;
  color: #666;
  line-height: 0.34rem;
  max-height: 1.02rem;
  text-align: justify;
  text-justify: inter-ideograph;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.news_01_slide .swiper-slide .n01c_txt .p3 p {
  line-height: 0.34rem;
}

.news_01sp_click {
  width: 100%;
  overflow: visible;
  position: absolute;
  left: 1.2rem;
  bottom: 2rem;
  z-index: 999;
}

.news_01sp_click a {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  display: block;
  float: left;
  background-color: #213986;
  position: relative;
}

.news_01sp_click a:nth-child(1) {
  margin-right: 0.2rem;
}

.news_01sp_click a:nth-child(1)::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background: url("../images/aa12.svg") 50% no-repeat;
  background-size: 0.13rem;
}

.news_01sp_click a:nth-child(2)::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background: url("../images/aa13.svg") 50% no-repeat;
  background-size: 0.13rem;
}

.news_01sp_click a:hover {
  background-color: #a72f32;
}

.news_02 {
  overflow: visible;
}

.news_02 ul {
  width: 100%;
  overflow: visible;
  border-top: 0.02rem solid #eee;
}

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

.news_02 ul li a {
  width: 100%;
  display: block;
  overflow: hidden;
  padding: 0.8rem;
  border-bottom: 0.02rem solid #eee;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.news_02 ul li .em1 {
  width: 1.6rem;
  overflow: visible;
  float: left;
}

.news_02 ul li .em1 .p {
  width: 100%;
  overflow: visible;
  text-align: center;
}

.news_02 ul li .em1 .p1 {
  font-family: albb_medium;
  line-height: 1;
  color: #444;
}

.news_02 ul li .em1 .p2 {
  color: #999;
  line-height: 1.3;
}

.news_02 ul li .em2 {
  width: calc(100% - 1.6rem - 0.8rem);
  overflow: visible;
  float: right;
}

.news_02 ul li .em2 .p {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news_02 ul li .em2 .p1 {
  color: #444;
  line-height: 1.5;
  font-family: albb_medium;
}

.news_02 ul li .em2 .p2 {
  color: #999;
  line-height: 1.75;
  margin-top: 0.1rem;
}

.news_02 ul li a:hover {
  background-color: #fff;
  border-radius: 0.06rem;
  -moz-box-shadow: 0px 0px 0.3rem rgba(178, 178, 178, 0.2);
  -webkit-box-shadow: 0px 0px 0.3rem rgba(178, 178, 178, 0.2);
  box-shadow: 0px 0px 0.3rem rgba(178, 178, 178, 0.2);
}

.news_02 ul li a:hover .em1 .p1 {
  color: #d7231d;
}

.news_02 ul li a:hover .em2 .p1 {
  color: #d7231d;
}

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

.nxq_01::before {
  content: "";
  width: 100%;
  display: block;
  height: 8.3rem;
  background-color: #f7f7f7;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
}

.nxq_01 .wrap_c {
  position: relative;
  z-index: 9;
  max-width: 1240px;
  width: 100%;
  margin: 0px auto;
}

.nxq_01_t {
  width: 100%;
  overflow: visible;
  padding-top: 1.3rem;
}

.nxq_01_t h1 {
  width: 100%;
  overflow: visible;
  margin: 0px;
  padding: 0px;
  text-align: center;
  font-family: albb_medium;
  line-height: 1.5;
}

.nxq_01_t .p {
  width: 100%;
  overflow: visible;
  text-align: center;
  line-height: 0.4rem;
  margin-top: 0.1rem;
  color: #999;
}

.nxq_01_t .p .c {
  display: inline-block;
}

.nxq_01_t .p span {
  float: left;
  display: inline-block;
}

.nxq_01_t .p i {
  display: inline-block;
  float: left;
  width: 0.01rem;
  height: 0.14rem;
  background-color: #c4c4c4;
  margin: 0px 0.3rem;
  margin-top: 0.13rem;
}

.nxq_01_tip {
  width: 100%;
  overflow: visible;
  margin-top: 0.3rem;
}

.nxq_01_tip b {
  width: 0.4rem;
  height: 0.16rem;
  display: block;
  overflow: hidden;
  background: url("../images/nxq_01.jpg") 50% no-repeat;
  background-size: 100% 100%;
  margin: 0px auto;
  padding: 0px;
}

.nxq_01_tip .nxq_01tip_c {
  width: 100%;
  overflow: hidden;
  padding: 0.5rem 1rem;
  color: #444;
  line-height: 1.75;
  background-color: #fff;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -moz-box-shadow: 0px 0px 0.3rem rgba(178, 178, 178, 0.2);
  -webkit-box-shadow: 0px 0px 0.3rem rgba(178, 178, 178, 0.2);
  box-shadow: 0px 0px 0.3rem rgba(178, 178, 178, 0.2);
}

.nxq_01_c {
  width: 100%;
  overflow: visible;
  padding-top: 0.8rem;
}

.nxq_01_c img {
  max-width: 100%;
  height: auto !important;
}

.nxq_01_b {
  width: 100%;
  height: 0.49rem;
  overflow: hidden;
  position: relative;
  margin-top: 0.8rem;
  text-align: center;
}

.nxq_01_b::before {
  content: "";
  display: block;
  width: 100%;
  height: 0.01rem;
  display: block;
  overflow: hidden;
  background-color: #eee;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.nxq_01_b .c {
  display: inline-block;
  margin: 0px auto;
  padding: 0px 0.25rem;
  background-color: #fff;
  position: relative;
  z-index: 9;
}

.nxq_01_b .c a {
  width: 0.49rem;
  height: 0.49rem;
  display: block;
  border-radius: 50%;
  overflow: hidden;
  background-color: #213986;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  float: left;
}

.nxq_01_b .c a:nth-child(2) {
  margin-left: 0.22rem;
  background-color: #a72f32;
}

.nxq_01_b .c a img {
  display: block;
  width: 0.49rem;
}

.nxq_01_b .c a:hover img {
  animation: an_swing 0.5s;
  animation-iteration-count: 1;
}

.nxq_01_a {
  width: 100%;
  overflow: visible;
  padding-top: 0.8rem;
}

.hyal_01 {
  overflow: hidden;
  padding-top: 0.72rem;
}

.hyal_01_c {
  width: calc(100% + 0.4rem);
  overflow: hidden;
  margin-left: -0.2rem;
  padding-top: 1rem;
}

.hyal_01c_slide {
  width: calc(100% - 0.4rem);
  overflow: visible;
  margin: 0px auto;
  padding: 0px;
}

.hyal_01c_slide .swiper-slide {
  width: 100%;
  overflow: visible;
}

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

.hyal_01c_slide .swiper-slide .c_img {
  width: 100%;
  overflow: hidden;
  position: relative;
  position: relative;
  border-radius: 0.16rem;
  z-index: 9;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.hyal_01c_slide .swiper-slide .c_img > img {
  width: 100%;
  height: 5rem;
  display: block;
  object-fit: cover;
}
.hyal_01c_slide .swiper-slide .c_img .cimg_txt .ctxt_c img{max-width:100%;height:auto !important;}

.hyal_01c_slide .swiper-slide .c_img .cimg_txt {
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 0.2rem 0.4rem;
  overflow-y: auto;
  background-color: rgba(32, 56, 131, 0.8);
  color: #fff;
  position: absolute;
  left: 0px;
  top: 0rem;
  opacity: 0;
  z-index: 9;
  text-align: justify;
  text-justify: inter-ideograph;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.hyal_01c_slide .swiper-slide .c_img .cimg_txt {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.hyal_01c_slide .swiper-slide .c_img .cimg_txt .ctxt_c {
  width: 100%;
  overflow: visible;
  transform: translateY(0.1rem);
  opacity: 0;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.hyal_01c_slide .swiper-slide .c_img .cimg_txt::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.hyal_01c_slide .swiper-slide .c_img .cimg_txt::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(255, 255, 255, 0);
}

.hyal_01c_slide .swiper-slide .c_img .cimg_txt::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.5);
}

.hyal_01c_slide .swiper-slide .c_img .cimg_txt::-webkit-scrollbar-thumb:hover {
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.5);
}

.hyal_01c_slide .swiper-slide .c_bg {
  width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 0.2rem 0.2rem 0px 0px;
  z-index: 5;
  display: none;
}

.hyal_01c_slide .swiper-slide .c_bg img {
  width: 100%;
  display: block;
  height: 1rem;
  object-fit: cover;
  object-position: 50% 100%;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.hyal_01c_slide .swiper-slide .c_bg img.img2 {
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0;
}

.hyal_01c_slide .swiper-slide .c_txt {
  width: 100%;
  overflow: visible;
  position: relative;
  z-index: 9;
  margin-top: 0.2rem;
  text-align: center;
}

.hyal_01c_slide .swiper-slide .c_txt .p {
  width: 100%;
  overflow: visible;
  text-align: center;
}

.hyal_01c_slide .swiper-slide .c_txt .p1 {
  font-family: albb_medium;
  color: #000;
  line-height: 1.5;
}

.hyal_01c_slide .swiper-slide .c_txt .p2 {
  color: #999;
  line-height: 1.5;
}

.hyal_01c_slide .swiper-slide:hover .c_img {
  -moz-box-shadow: 0px 0.1rem 0.2rem rgba(20, 46, 114, 0.4);
  -webkit-box-shadow: 0px 0.1rem 0.2rem rgba(20, 46, 114, 0.4);
  box-shadow: 0px 0.1rem 0.2rem rgba(20, 46, 114, 0.4);
}

.hyal_01c_slide .swiper-slide:hover .c_bg img.img1 {
  opacity: 0;
}

.hyal_01c_slide .swiper-slide:hover .c_bg img.img2 {
  opacity: 1;
}

.hyal_01c_slide .swiper-slide:hover .c_img .cimg_txt {
  opacity: 1;
  top: 0px;
}

.hyal_01c_slide .swiper-slide:hover .c_img .cimg_txt .ctxt_c {
  transform: translateY(0rem);
  opacity: 1;
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
}

.hyal_01c_slide .swiper-slide:hover .c_txt .p1 {
  color: #d7231d;
}

.hyal_01 .wrap_c {
  position: relative;
}

.hyal_01 .hyal01c_prev {
  width: 0.12rem;
  height: 0.2rem;
  display: block;
  overflow: hidden;
  background: url("../images/aa1.svg") 50% no-repeat;
  background-size: 100%;
  z-index: 999;
  position: absolute;
  left: -0.6rem;
  top: 50%;
  transform: translateY(-50%);
}

.hyal_01 .hyal01c_prev:hover {
  background: url("../images/aa1_on.svg") 50% no-repeat;
  background-size: 100%;
}

.hyal_01 .hyal01c_next {
  width: 0.12rem;
  height: 0.2rem;
  display: block;
  overflow: hidden;
  background: url("../images/aa2.svg") 50% no-repeat;
  background-size: 100%;
  z-index: 999;
  position: absolute;
  right: -0.6rem;
  top: 50%;
  transform: translateY(-50%);
}

.hyal_01 .hyal01c_next:hover {
  background: url("../images/aa2_on.svg") 50% no-repeat;
  background-size: 100%;
}

.retopfr {
  width: 0.6rem;
  overflow: hidden;
  position: fixed;
  right: 0.2rem;
  bottom: 0.6rem;
  z-index: 9999;
  display: none;
}

.retopfr a {
  width: 100%;
  display: block;
}

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

.retopfr.on {
  display: block;
}

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

.in_03c_b {
  width: 6.1rem;
}

.in_03c_b ul li {
  padding: 0px 0.2rem;
  width: 3rem;
}

.in_03c_b ul li .p2 {
  margin-top: 0.05rem;
}

a.swiper-button-disabled {
  opacity: 0;
}

@media screen and (max-width: 1505px) {
  .sub_01b_slide {
    width: 100%;
  }
}
@media screen and (max-width: 1400px) {
  .nxq_01 .wrap_c {
    max-width: 100%;
    margin: 0px 13.54vw;
  }
}
@media screen and (max-width: 1200px) {
  .container {
    height: 100%;
    position: relative;
  }
}
@media screen and (max-width: 1023px) {
  .wrap {
    max-width: 100%;
    margin: 0px auto;
  }
  .wrap_in {
    margin: 0px 20px;
    padding: 0px;
    position: relative;
  }
  .wrap_c {
    width: auto;
    padding: 0px 20px;
    margin: 0px auto;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .wrap_c1 {
    width: auto;
    padding: 0px 20px;
    margin: 0px auto;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .w_pc {
    display: none !important;
  }
  .w_wap {
    display: block !important;
  }
  .mtmenu_click {
    position: relative;
    z-index: 9991;
    margin-left: 0.4rem;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    float: left;
  }
  .mtmenu_click a {
    width: 0.34rem;
    height: 0.34rem;
    display: block;
    overflow: hidden;
    background: url("../images/aa5.svg") 50% no-repeat;
    background-size: 100% 100%;
    outline: none;
  }
  .topfr.on .mtmenu_click a {
    background: url("../images/aa6.svg") 50% no-repeat;
    background-size: 100% 100%;
  }
  .topfr .mtmenu_click a.on {
    background: url("../images/aa8.svg") 50% no-repeat;
    background-size: 0.28rem;
    outline: none;
  }
  .topfr .tpr_o .c {
    height: 0.3rem;
  }
  .topfr .tpr_o .a1 {
    width: 0.3rem;
    height: 0.3rem;
  }
  .topfr .tpr_o .a2 {
    width: 0.3rem;
    height: 0.3rem;
  }
  .topfr.active {
    height: 1rem;
    -moz-box-shadow: 0px 0px 0.2rem rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 0px 0.2rem rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 0.2rem rgba(0, 0, 0, 0.15);
  }
  .topfr.active .wrap_in {
    height: 1rem;
  }
  .topfr.active .wrap_in::before {
    display: none;
  }
  .topfr.active::before {
    background-color: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
  }
  .topfr.active .fl {
    height: 1rem;
  }
  .topfr.active .fl img.img1 {
    opacity: 0;
  }
  .topfr.active .fl img.img2 {
    opacity: 1;
  }
  .topfr.active .fr .menufr ul li .mu_t {
    height: 0.8rem;
  }
  .topfr.active .fr .menufr ul li .mu_t a {
    color: #000;
  }
  .topfr.active .fr .menufr ul li .mu_t a:hover {
    color: #d7231d;
  }
  .topfr.active .tpr_o {
    height: 1rem;
  }
  .topfr.active .tpr_o .a1 {
    background: url("../images/top_01_on.png") 50% no-repeat;
    background-size: 100%;
  }
  .topfr.active .tpr_o .a2 {
    background: url("../images/top_02_on.png") 50% no-repeat;
    background-size: 100%;
  }
  .topfr.active .fl {
    position: relative;
    z-index: 991;
  }
  .topfr.active .tpr_o {
    position: relative;
    z-index: 991;
  }
  .topfr.active .fr .menufr {
    width: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 990;
    background-color: #fff;
    display: block;
  }
  .topfr.active .fr .menufr ul {
    width: 100%;
    overflow: hidden;
    margin-top: 1rem;
    border-top: 0.01rem solid #eee;
  }
  .topfr .fr .menufr {
    display: none;
  }
  .topfr .fr .menufr ul li {
    width: 100%;
    overflow: hidden;
    border-bottom: 0.01rem solid #eee;
  }
  .topfr .fr .menufr ul li .mu_t {
    width: 100%;
    justify-content: flex-start;
    padding: 0px 0.2rem;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .topfr .fr .menufr ul li:last-child {
    border-bottom: 0px;
  }
  .in_01 {
    padding: 0.6rem 0px;
  }
  .in_01_t1 {
    max-width: 100%;
  }
  .in_01_t1 br:nth-child(2) {
    display: none;
  }
  .in_01_t2 {
    max-width: 100%;
  }
  .in_01_t2 br {
    display: none;
  }
  .in_01_c {
    max-width: 100%;
  }
  .in_01_video {
    width: 100%;
    position: relative;
    margin-top: 0.4rem;
  }
  .in_02 {
    padding-top: 0.6rem;
  }
  .in_02_slide {
    width: 100%;
  }
  .in_02sfr {
    display: block;
  }
  .in_02sfr .fl {
    width: 100%;
  }
  .in_02sfr .fr {
    width: 100%;
  }
  .in_02_r {
    display: none;
  }
  .in_03 {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
  }
  .in_03c_b {
    position: relative;
    width: 100%;
  }
  .in_03c_b ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 0.1rem;
  }
  .in_03c_b ul li:nth-child(2) {
    margin: 0px;
  }
  .in_03c_b ul li:nth-child(3) {
    margin: 0px;
  }
  .in_03c_b ul li {
    width: 100%;
    padding: 0px 0.1rem;
  }
  .in_03cbgfr {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-top: 0.3rem;
  }
  .in_03c_more a b {
    width: 0.14rem;
    height: 0.14rem;
    top: 50%;
    left: 50%;
    margin-left: -0.07rem;
    margin-top: -0.07rem;
  }
  .in_03c_more a b::after {
    width: 0.1rem;
    height: 0.1rem;
  }
  .in_03c_more a span {
    display: none;
  }
  .in_03c_tip {
    position: relative;
    margin-top: 0.3rem;
    display: block;
  }
  .in_03c_tip dl {
    width: 100%;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0.2rem;
  }
  .in_03c_tip dl dd {
    width: 100%;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
  }
  .in_03c_tip dl dd .fl {
    width: 100%;
    overflow: hidden;
  }
  .in_03c_tip dl dd .fr {
    width: 100%;
    overflow: hidden;
    margin-top: 0.2rem;
  }
  .in_03c_tip dl dd .fr ul li {
    width: 100%;
    overflow: hidden;
    line-height: 1.75;
  }
  .in_03c_tip dl dd .fr ul li:first-child {
    font-weight: bold;
  }
  .in_04 {
    padding: 0.6rem 0px;
  }
  .in_04_tab .fl {
    width: 100%;
    z-index: 999;
  }
  .in_04_tab .fl ul {
    widtH: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 0.1rem;
  }
  .in_04_tab .fl ul li {
    width: 100%;
    margin: 0px;
  }
  .in_04_tab .fr {
    position: absolute;
    top: 0px;
    margin-top: 1.2rem;
  }
  .in_04_c {
    margin-top: 0.8rem;
  }
  .in_04c_slide .swiper-slide-active a {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
  }
  .in_04_c .in_04c_prev {
    left: 0.2rem;
    bottom: 0.2rem;
  }
  .in_04_c .in_04c_next {
    right: 0.2rem;
    bottom: 0.2rem;
  }
  .in_04c_slide .swiper-slide-active em.em2 {
    bottom: 0.22rem;
    font-size: 0.24rem;
  }
  .btn_01 {
    padding: 0.2rem 0px;
  }
  .btn_01 .fl {
    display: none;
  }
  .btn_01 .fr {
    widtH: 2.3rem;
    float: none;
    margin: 0px auto;
    padding: 0px;
  }
  .btn_02 {
    display: block;
  }
  .btn_02 .em1 {
    display: none;
  }
  .btn_02 .em {
    width: 100%;
  }
  .btn_03 .fr {
    widtH: 100%;
  }
  .btn_03 .fl {
    width: 100%;
  }
  .sub_01_b {
    position: relative;
    bottom: 0px;
    height: auto;
  }
  .sub_01_b::before {
    display: none;
  }
  .sub_01_b .fr {
    width: 100%;
    width: auto;
    position: absolute;
    right: 20px;
    top: -0.5rem;
    height: 0.4rem;
  }
  .sub_01_b .fr a {
    color: #fff;
  }
  .sub_01_b .fr .c {
    color: #fff;
  }
  .sub_01_b .fl {
    widtH: 100%;
    height: 1rem;
  }
  .sub_01b_slide {
    width: 100%;
  }
  .sub_01b_slide .swiper-slide a {
    height: 1rem;
  }
  .sub_01b_slide .swiper-slide {
    padding-right: 0.4rem;
  }
  .cpfw_01 {
    padding-top: 0px;
  }
  .cpfw_01 .cpfw_01_t {
    padding: 0.6rem 0px 0.3rem 0px;
  }
  .cpfw_01_c ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .cpfw_01_c ul li .em3 span {
    line-height: 0.5rem;
  }
  .cpxqfr {
    padding-top: 0px;
  }
  .cpxq_01 {
    padding-top: 0.6rem;
  }
  .cpxq_01 .fl {
    width: 100%;
  }
  .cpxq_01 .fr {
    width: 100%;
  }
  .cpxq_01 .fr .p3 {
    max-width: 100%;
  }
  .cpxq01l_slide {
    height: 4.7rem;
  }
  .cpxq01l_slide .swiper-slide .c {
    height: 4.7rem;
  }
  .flsm_01 {
    padding-top: 0.6rem;
  }
  .abfr {
    padding-top: 0px;
  }
  .ab_01 {
    padding: 0.6rem 0px;
  }
  .ab_02 {
    padding-top: 0.6rem;
  }
  .flsm_01_t .p1 {
    font-size: 0.52rem;
  }
  .ab_03_c {
    display: block;
  }
  .ab_03_c .fl {
    widtH: 100%;
  }
  .ab_03_c .fr {
    width: 100%;
    margin-top: 0.3rem;
  }
  .ab_03cl_c {
    position: relative;
    height: 5rem;
    top: 0px;
    font-size: 0.2rem;
  }
  .ab_03cl_t {
    font-size: 0.24rem;
  }
  .ab_03cl_t ul li:nth-child(1) {
    padding-left: 0.3rem;
  }
  .ab_03cl_c ul li:nth-child(1) {
    padding-left: 0.3rem;
  }
  .ab_03cl_c ul {
    height: auto;
  }
  .ab_03cl_c ul li {
    height: auto;
    padding: 0.2rem 0.1rem;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    word-break: break-all;
  }
  .ab_03cl_t ul li:nth-child(1) {
    width: 50.02%;
  }
  .ab_03cl_t ul li:nth-child(2) {
    width: 24.38%;
  }
  .ab_03cl_t ul li:nth-child(3) {
    width: 25.6%;
  }
  .ab_03cl_c ul li:nth-child(1) {
    width: 50.02%;
  }
  .ab_03cl_c ul li:nth-child(2) {
    width: 24.38%;
  }
  .ab_03cl_c ul li:nth-child(3) {
    width: 25.6%;
  }
  .ab_03cr_b a {
    height: 0.5rem;
    line-height: 0.5rem;
  }
  .ab_04_li {
    padding-top: 6rem;
  }
  .ab_04_li .wrap_c {
    padding: 0px;
  }
  .ab_04_li ul {
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .ab_04_li ul li {
    text-align: center;
    height: 1.4rem;
  }
  .ab_04_t {
    top: 0.6rem;
  }
  .ab_04_c {
    top: 2.4rem;
  }
  .ab_04c_slide .swiper-slide .p {
    font-size: 0.4rem;
  }
  .lxfr {
    padding-top: 0px;
  }
  .lx_01 {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
  }
  .lx_01_c {
    padding-top: 0.6rem;
  }
  .lx_01_c ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .lx_01_c ul li {
    height: auto;
    padding-bottom: 0px;
    padding: 0.3rem 0px;
  }
  .lx_01_c ul li .c {
    position: relative;
    top: 0px;
    transform: translateY(0%);
  }
  .lx_01_c ul li .p2 {
    height: auto;
    line-height: 1.75;
    min-height: auto;
  }
  .lx_02 ul li {
    width: 100%;
    padding: 0.2rem 0px;
  }
  .lx_02 ul li:nth-child(2) {
    margin: 0px;
  }
  .lx_03 {
    padding: 0.6rem 0px;
  }
  .lx_04 {
    padding-top: 0.6rem;
  }
  .lx_04_c ul li {
    margin: 0px;
    width: 100%;
    padding: 0.3rem 0px;
  }
  .ryzzfr {
    padding-top: 0px;
  }
  .ryzz_01 {
    padding-top: 0.6rem;
  }
  .ryzz_01_c ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .ryzz_01_c ul li .p1 {
    margin-top: 0.2rem;
  }
  .ss_01 {
    padding: 0.6rem 0px;
  }
  .newsfr {
    padding-top: 0.6rem;
  }
  .news_01_slide .swiper-slide .n01c_txt {
    width: 100%;
    padding: 0.3rem;
    height: 5rem;
  }
  .news_01_slide .swiper-slide .n01c_img {
    width: 100%;
    position: relative;
    top: 0px;
    transform: translateY(0%);
  }
  .news_01_slide .swiper-slide .n01c_txt .c {
    padding: 0px;
  }
  .news_01sp_click {
    bottom: 1.5rem;
    left: 0.3rem;
  }
  .news_02 ul li a {
    padding: 0.2rem;
  }
  .news_02 ul li .em1 {
    width: 100%;
    display: none;
  }
  .news_02 ul li .em2 {
    width: 100%;
    margin-top: 0.1rem;
  }
  .news_02 ul li .em2 .p3 {
    color: #666;
    line-height: 1.75;
  }
  .nxq_01_t {
    padding-top: 0.6rem;
  }
  .nxq_01_tip .nxq_01tip_c {
    padding: 0.2rem;
  }
  .hyal_01 .hyal01c_prev {
    left: calc(20px + 0.2rem);
    width: 0.5rem;
    height: 0.5rem;
    background-size: 0.12rem;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.9);
  }
  .hyal_01 .hyal01c_prev:hover {
    background-size: 0.12rem;
    background-color: rgba(255, 255, 255, 0.9);
  }
  .hyal_01 .hyal01c_next {
    right: calc(20px + 0.2rem);
    width: 0.5rem;
    height: 0.5rem;
    background-size: 0.12rem;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.9);
  }
  .hyal_01 .hyal01c_next:hover {
    background-size: 0.12rem;
    background-color: rgba(255, 255, 255, 0.9);
  }
  .ab_02_c .ab_02cs_prev {
    left: calc(20px + 0.5rem);
    width: 0.5rem;
    height: 0.5rem;
    background-size: 0.12rem;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.9);
  }
  .ab_02_c .ab_02cs_prev:hover {
    background-size: 0.12rem;
    background-color: rgba(255, 255, 255, 0.9);
  }
  .ab_02_c .ab_02cs_next {
    right: calc(20px + 0.5rem);
    width: 0.5rem;
    height: 0.5rem;
    background-size: 0.12rem;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.9);
  }
  .ab_02_c .ab_02cs_next:hover {
    background-size: 0.12rem;
    background-color: rgba(255, 255, 255, 0.9);
  }
  .hyal_01 {
    padding-top: 0px;
  }
  .hyal_01_c {
    padding-top: 0.6rem;
  }
}
/*202406*/
.cpxq_return {
  margin-top: 0.6rem;
}

.cpxq_return a {
  color: #222;
  display: inline-block;
  background: url("../images/aa1.svg") 0% 50% no-repeat;
  background-size: 0.1rem;
  padding-left: 0.2rem;
}

.cpxq_return a:hover {
  color: #a72f32;
  background: url("../images/aa1_on.svg") 0% 50% no-repeat;
  background-size: 0.1rem;
}

.cpxq_01 {
  padding-top: 0.6rem;
}

@media screen and (max-width: 768px) {
  .in_03cbgfr {
    display: none;
  }
  .in_03c_b ul li .p1 {
    font-size: 0.22rem;
  }
  .in_03c_b ul li .p2 {
    font-size: 0.2rem;
    line-height: 0.2rem;
    height: 0.4rem;
  }
  .in_03c_tip dl {
    grid-template-columns: repeat(1, 1fr);
  }
  .in_03c_tip dl dd {
    background: url("../images/in_10.jpg") 50% no-repeat;
    padding: 0.2rem;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between;
  }
  .in_03c_tip dl dd .fl {
    width: 1.9rem;
    overflow: hidden;
    border-radius: 0.06rem;
    height: 1.37rem;
  }
  .in_03c_tip dl dd .fl img {
    widtH: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
  }
  .in_03c_tip dl dd .fr {
    width: calc(100% - 1.9rem - 0.2rem);
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    margin-top: 0px;
  }
  .in_03c_tip dl dd .fr ul {
    width: 100%;
    overflow: visible;
  }
  .in_03c_tip dl dd .fr ul li {
    width: 100%;
    overflow: visible;
    line-height: 1.75;
    color: #fff;
  }
  .in_03c_tip dl dd .fr ul li span.sp1 {
    width: 0.7rem;
    overflow: visible;
    display: inline-block;
    text-align: justify;
    text-align-last: justify;
  }
  .in_03c_tip dl dd .fr ul li span.sp2 {
    font-family: albb_medium;
  }
  .in_01_bg {
    display: none;
  }
  
  .hyal_01c_slide .swiper-slide .c_img > img{height:auto;}
  .hyal_01c_slide .swiper-slide .c_img .cimg_txt{position:relative;background-color:#000;opacity:1;}
  .hyal_01c_slide .swiper-slide .c_img .cimg_txt .ctxt_c{opacity:1;}
}