@charset "UTF-8";
@media (max-width: 768px) {
}@font-face {
  font-family: "dinr";
  src: url(../fonts/DINPro-Regular.otf);
}
@font-face {
  font-family: "arial";
  src: url(../fonts/arial.ttf);
}
@font-face {
  font-family: "din";
  src: url(../fonts/DINMittelschriftStd.ttf);
}
@font-face {
  font-family: 'dinm';
  src: url('../fonts/DINMittelschriftStd.eot');
  src: local('☺'), url('../fonts/DINMittelschriftStd.woff') format('woff'), url('../fonts/DINMittelschriftStd.ttf') format('truetype'), url('../fonts/DINMittelschriftStd.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "dinb";
  src: url(../fonts/DIN-Bold.otf);
}
@font-face {
  font-family: '';
  src: url('../fonts/DINPro-Medium.otf');
  src: local('☺'), url('../fonts/DINPro-Medium.otf') format('woff'), url('../fonts/DINMittelschriftStd.ttf') format('truetype'), url('../fonts/DINMittelschriftStd.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "akz";
  src: url(../fonts/AKZIDENZGROTESK-LIGHT.OTF);
}
@font-face {
  font-family: "pf";
  src: url(../fonts/SourceHanSansCN-Regular_2.ttf);
}
@font-face {
  font-family: "avgd";
  src: url(../fonts/Avgardd.ttf);
}
@font-face {
  font-family: "avgn";
  src: url(../fonts/AVGARDN.TTF);
}
@font-face {
  font-family: "siyuan_regular";
  src: url(../fonts/SourceHanSansCN-Regular_2.ttf);
}
@font-face {
  font-family: "siyuan_bold";
  src: url(../fonts/SourceHanSansCN-Regular_2.ttf);
}
@font-face {
  font-family: "siyuan_medium";
  src: url(../fonts/SourceHanSansCN-Light_2.ttf);
}
@font-face {
  font-family: "siyuan_light";
  src: url(../fonts/SourceHanSansCN-Light_2.ttf);
}
@font-face {
  font-family: "siyuan_normal";
  src: url(../fonts/SourceHanSansCN-Light_2.ttf);
}
@font-face {
  font-family: "akzidenzGrotesk-medium";
  src: url(../fonts/AkzidenzGrotesk-Medium.otf);
}
@font-face {
  font-family: "Bebas_W00_Regular";
  src: url(../fonts/Bebas_W00_Regular.OTF);
}
@media (min-width: 768px) {
  .pc {
    display: block !important;
  }
  .app {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .app {
    display: block !important;
  }
}
.w1560 {
  width: 100%;
  max-width: 1560px;
  margin: 0 auto;
}
@media (max-width: 1680px) {
  .w1560 {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width: 1024px) {
  .w1560 {
    padding: 0 30px;
  }
}
@media (max-width: 990px) {
  .w1560 {
    padding: 0 20px;
  }
}
@-webkit-keyframes ald_move {
  from {
    left: 101%;
  }
  to {
    left: -100%;
  }
}
@keyframes proBox {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
@keyframes proBox2 {
  from {
    transform: rotate(-300deg);
  }
  to {
    transform: rotate(-660deg);
  }
}
@keyframes hideShow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes spin {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
@keyframes sbsm {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0);
  }
}
.ald_syBanner img {
  width: 100%;
}
@media (max-width: 768px) {
  .ald_syBanner {
    margin-top: 0.6rem;
  }
}
.ald_syBanner {
  overflow: hidden;
  position: relative;
}
.ald_syBanner .swiper-slide::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.1;
  top: 0;
  left: 0;
}
.ald_syBanner .swiper-slide a .div {
  position: relative;
}
.ald_syBanner .swiper-slide a .div .swp_img {
  width: 100%;
}
.ald_syBanner .swiper-slide a .div .swp_text {
  margin-left: 2.2rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.ald_syBanner .swiper-slide a .div .swp_text .div1 {
  width: 7.65rem;
}
.ald_syBanner .swiper-slide a .div .swp_text .div1 * {
  color: #FFF;
}
.ald_syBanner .swiper-slide a .div .swp_text .div1 .p1 {
  font-size: 3.64vw;
  font-family: 'hmos_b';
  text-align: center;
}
.ald_syBanner .swiper-slide a .div .swp_text .div1 .p2 {
  text-align: center;
  font-size: 2.91vw;
  font-family: 'hmos_l';
  font-weight: 400;
  margin-top: 0.3rem;
}
.ald_syBanner .swiper-slide a .div .swp_text .div2 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.8rem;
}
.ald_syBanner .swiper-slide a .div .swp_text .div2 .btn {
  width: 140px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 1000px;
}
.ald_syBanner .swiper-slide a .div .swp_text .div2 .btn span {
  color: #FFF;
  opacity: 0.5;
  font-size: 16px;
  font-family: 'hmos_l';
  margin-right: 20px;
}
.ald_syBanner .swiper-slide a .div .swp_text .div2 .btn img {
  opacity: 0.6;
}
.ald_syBanner .swiper-pagination-progressbar {
  background: rgba(255, 255, 255, 0.5) !important;
  height: 2px;
  width: 17.71%;
  margin-top: 65px;
  top: unset;
  bottom: 0.5rem;
  left: 50%;
  transform: translateX(-50%);
}
.ald_syBanner .swiper-pagination-progressbar-fill {
  background: #fff;
}
.ald_syBanner .swiper-button-prev {
  background-image: url(../images/i5.png);
  background-size: 10px 14px;
  width: 10px;
  height: 14px;
  top: unset;
  bottom: 0.54rem;
  left: 35%;
  transform: translateX(-50%);
  cursor: pointer;
}
.ald_syBanner .swiper-button-prev span {
  margin-left: 75px;
  color: #FFF;
}
@media (max-width: 768px) {
  .ald_syBanner .swiper-button-prev {
    display: none;
  }
}
.ald_syBanner .swiper-button-next {
  background-image: url(../images/i6.png);
  right: 34%;
  transform: translateX(-50%);
  background-size: 10px 14px;
  width: 10px;
  height: 14px;
  top: unset;
  bottom: 0.54rem;
  cursor: pointer;
}
.ald_syBanner .swiper-button-next span {
  margin-right: 75px;
  color: #FFF;
}
@media (max-width: 768px) {
  .ald_syBanner .swiper-button-next {
    display: none;
  }
}
.ald_syBanner .swiper-button-prev:after,
.ald_syBanner .swiper-container-rtl .swiper-button-next:after,
.ald_syBanner .swiper-button-next:after,
.ald_syBanner .swiper-container-rtl .swiper-button-prev:after {
  content: ' ';
}
.ald_syBanner .swp_indexBox {
  width: 100%;
  position: absolute;
  bottom: 0.7rem;
  z-index: 10;
  display: flex;
  justify-content: center;
}
.ald_syBanner .swp_indexBox .swp_index {
  width: 17.71%;
  justify-content: space-around;
  display: flex;
}
.ald_syBanner .swp_indexBox .swp_index .hh_span {
  color: #FFF;
  font-family: 'dinr';
  line-height: 1;
}
@media (max-width: 2048px) {
  .ald_syBanner .swp_indexBox .swp_index .hh_span {
    font-size: 25.6px;
  }
}
@media (max-width: 1920px) {
  .ald_syBanner .swp_indexBox .swp_index .hh_span {
    font-size: 24px;
  }
}
@media (max-width: 1680px) {
  .ald_syBanner .swp_indexBox .swp_index .hh_span {
    font-size: 21px;
  }
}
@media (max-width: 1459px) {
  .ald_syBanner .swp_indexBox .swp_index .hh_span {
    font-size: 18.2375px;
  }
}
@media (max-width: 1366px) {
  .ald_syBanner .swp_indexBox .swp_index .hh_span {
    font-size: 17.075px;
  }
}
@media (max-width: 1280px) {
  .ald_syBanner .swp_indexBox .swp_index .hh_span {
    font-size: 16px;
  }
}
@media (max-width: 1259px) {
  .ald_syBanner .swp_indexBox .swp_index .hh_span {
    font-size: 15.7375px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_syBanner .swp_indexBox .swp_index .hh_span {
    font-size: 12.8px;
  }
}
@media (min-width: 1024px) and (max-width: 1680px) {
  .ald_syBanner .swp_indexBox .swp_index .hh_span {
    font-size: 21px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_syBanner .swp_indexBox .swp_index .hh_span {
    font-size: 15.7375px;
  }
}
@media (max-width: 768px) {
  .ald_syBanner .swp_indexBox {
    display: none;
  }
  .ald_syBanner .swiper-pagination-bullet-active::before {
    content: unset;
  }
  .ald_syBanner .swiper-pagination-bullet {
    margin: 0 4px !important;
  }
  .ald_syBanner {
    margin-top: 0.6rem;
  }
  .ald_syBanner .swiper-pagination-bullet {
    opacity: 0.4;
  }
  .ald_syBanner .swiper-pagination-bullet-active {
    opacity: 1;
  }
  .ald_syBanner .swiper-pagination-progressbar {
    bottom: 0.2rem;
  }
  .ald_syBanner .swiper-slide a .div .swp_text .div1 {
    width: 100%;
  }
  .ald_syBanner .swiper-slide a .div .swp_text {
    margin-left: 0;
  }
  .ald_syBanner .swiper-slide a .div .swp_text {
    left: 0.25rem;
  }
  .ald_syBanner .swiper-slide a .div .swp_text .div1 .p1 {
    font-size: 0.18rem;
  }
  .ald_syBanner .swiper-slide a .div .swp_text .div1 .p2 {
    margin-top: 0.1rem;
    font-size: 0.14rem;
  }
  .ald_syBanner .swiper-slide a .div .swp_text .div2 {
    display: none;
  }
}
.ald_sycpfl {
  width: 100%;
  height: 11.5rem;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.ald_sycpfl .hh_bgimg1,
.ald_sycpfl .hh_bgimg2 {
  position: absolute;
  width: 100%;
}
.ald_sycpfl .hh_bgimg1 {
  top: 0;
}
.ald_sycpfl .hh_bgimg2 {
  bottom: 0;
  display: none;
}
.ald_sycpfl .title {
  padding-top: 1.1rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.ald_sycpfl .title .div1 {
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 2048px) {
  .ald_sycpfl .title .div1 {
    font-size: 51.2px;
  }
}
@media (max-width: 1920px) {
  .ald_sycpfl .title .div1 {
    font-size: 48px;
  }
}
@media (max-width: 1680px) {
  .ald_sycpfl .title .div1 {
    font-size: 42px;
  }
}
@media (max-width: 1459px) {
  .ald_sycpfl .title .div1 {
    font-size: 36.475px;
  }
}
@media (max-width: 1366px) {
  .ald_sycpfl .title .div1 {
    font-size: 34.15px;
  }
}
@media (max-width: 1280px) {
  .ald_sycpfl .title .div1 {
    font-size: 32px;
  }
}
@media (max-width: 1259px) {
  .ald_sycpfl .title .div1 {
    font-size: 31.475px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_sycpfl .title .div1 {
    font-size: 25.6px;
  }
}
.ald_sycpfl .title .div2 {
  font-family: 'siyuan_light';
  color: #666;
  margin-top: 0.3rem;
}
@media (max-width: 2048px) {
  .ald_sycpfl .title .div2 {
    font-size: 32px;
  }
}
@media (max-width: 1920px) {
  .ald_sycpfl .title .div2 {
    font-size: 30px;
  }
}
@media (max-width: 1680px) {
  .ald_sycpfl .title .div2 {
    font-size: 26.25px;
  }
}
@media (max-width: 1459px) {
  .ald_sycpfl .title .div2 {
    font-size: 22.796875px;
  }
}
@media (max-width: 1366px) {
  .ald_sycpfl .title .div2 {
    font-size: 21.34375px;
  }
}
@media (max-width: 1280px) {
  .ald_sycpfl .title .div2 {
    font-size: 20px;
  }
}
@media (max-width: 1259px) {
  .ald_sycpfl .title .div2 {
    font-size: 19.671875px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_sycpfl .title .div2 {
    font-size: 16px;
  }
}
@media (min-width: 1024px) and (max-width: 1680px) {
  .ald_sycpfl .title .div2 {
    font-size: 26.25px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_sycpfl .title .div2 {
    font-size: 19.671875px;
  }
}
.ald_sycpfl .ald_move {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  top: 0;
  z-index: -1;
}
.ald_sycpfl .ald_move .text {
  position: absolute;
  font-size: 15.625vw;
  color: rgba(3, 130, 218, 0.05);
  font-family: 'akzidenzGrotesk-medium';
  -webkit-animation: ald_move 8s infinite linear;
  animation: ald_move 8s infinite linear;
  font-weight: bold;
  display: flex;
}
.ald_sycpfl .proBox {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  margin-top: 0.8rem;
  width: 11rem;
  border-radius: 1000px;
}
.ald_sycpfl .proBox .pro {
  position: relative;
  border-radius: 1000px;
  width: 5.5rem;
  height: 5.5rem;
}
.ald_sycpfl .proBox .pro .a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.ald_sycpfl .proBox .pro .a .div1 {
  height: 1.95rem;
  width: 1.88rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.8rem;
}
.ald_sycpfl .proBox .pro .a .div1 img {
  max-width: 100%;
  max-height: 100%;
  transition: all 0.5s;
}
.ald_sycpfl .proBox .pro .a .div1 .img_a {
  display: none;
}
.ald_sycpfl .proBox .pro .a .text {
  margin-top: 0.4rem;
}
.ald_sycpfl .proBox .pro .a .text .span1 {
  color: #333;
  line-height: 1;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 2048px) {
  .ald_sycpfl .proBox .pro .a .text .span1 {
    font-size: 36.26666667px;
  }
}
@media (max-width: 1920px) {
  .ald_sycpfl .proBox .pro .a .text .span1 {
    font-size: 34px;
  }
}
@media (max-width: 1680px) {
  .ald_sycpfl .proBox .pro .a .text .span1 {
    font-size: 29.75px;
  }
}
@media (max-width: 1459px) {
  .ald_sycpfl .proBox .pro .a .text .span1 {
    font-size: 25.83645833px;
  }
}
@media (max-width: 1366px) {
  .ald_sycpfl .proBox .pro .a .text .span1 {
    font-size: 24.18958333px;
  }
}
@media (max-width: 1280px) {
  .ald_sycpfl .proBox .pro .a .text .span1 {
    font-size: 22.66666667px;
  }
}
@media (max-width: 1259px) {
  .ald_sycpfl .proBox .pro .a .text .span1 {
    font-size: 22.29479167px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_sycpfl .proBox .pro .a .text .span1 {
    font-size: 18.13333333px;
  }
}
.ald_sycpfl .proBox .pro .a .text .span2 {
  color: #666;
  margin-top: 0.2rem;
  text-align: center;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  width: 80%;
  margin-left: 10%;
}
@media (max-width: 2048px) {
  .ald_sycpfl .proBox .pro .a .text .span2 {
    font-size: 19.2px;
  }
}
@media (max-width: 1920px) {
  .ald_sycpfl .proBox .pro .a .text .span2 {
    font-size: 18px;
  }
}
@media (max-width: 1680px) {
  .ald_sycpfl .proBox .pro .a .text .span2 {
    font-size: 15.75px;
  }
}
@media (max-width: 1459px) {
  .ald_sycpfl .proBox .pro .a .text .span2 {
    font-size: 13.678125px;
  }
}
@media (max-width: 1366px) {
  .ald_sycpfl .proBox .pro .a .text .span2 {
    font-size: 12.80625px;
  }
}
@media (max-width: 1280px) {
  .ald_sycpfl .proBox .pro .a .text .span2 {
    font-size: 12px;
  }
}
@media (max-width: 1259px) {
  .ald_sycpfl .proBox .pro .a .text .span2 {
    font-size: 11.803125px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_sycpfl .proBox .pro .a .text .span2 {
    font-size: 9.6px;
  }
}
@media (min-width: 1024px) and (max-width: 1680px) {
  .ald_sycpfl .proBox .pro .a .text .span2 {
    font-size: 15.75px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_sycpfl .proBox .pro .a .text .span2 {
    font-size: 11.803125px;
  }
}
@media (min-width: 1367px) {
  .ald_sycpfl .proBox .pro .a .text .span2 {
    font-size: 18px;
  }
}
@media (min-width: 1025px) and (max-width: 1366px) {
  .ald_sycpfl .proBox .pro .a .text .span2 {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_sycpfl .proBox .pro .a .text .span2 {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .ald_sycpfl .proBox .pro .a .text .span2 {
    font-size: 0.16rem;
  }
}
.ald_sycpfl .proBox .pro .a .btn {
  border: 1px solid #e7ecf0;
  border-radius: 1000px;
  padding-top: 0.15rem;
  padding-bottom: 0.15rem;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  margin-top: 0.4rem;
  transition: all 0.5s;
}
.ald_sycpfl .proBox .pro .a .btn span {
  color: #0382da;
  transform: all 0.5s;
}
.ald_sycpfl .proBox .pro .a .yuan {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 1000px;
  transition: all 0.5s;
}
.ald_sycpfl .proBox .pro .a .yuan::before {
  position: absolute;
  background: url('../images/img162.png');
  background-size: 100% 100%;
  content: '';
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.ald_sycpfl .proBox .pro .a .yuan:nth-of-type(2)::before {
  left: 50%;
}
.ald_sycpfl .proBox .pro1 {
  transform: translateX(20px);
}
.ald_sycpfl .proBox .pro1 .a .yuan {
  animation: proBox 15s infinite linear;
  -webkit-animation: proBox 15s infinite linear;
}
.ald_sycpfl .proBox .pro2 {
  transform: translateX(-20px);
}
.ald_sycpfl .proBox .pro2 .a .yuan {
  animation: proBox2 15s infinite linear;
  -webkit-animation: proBox2 15s infinite linear;
}
.ald_sycpfl .proBox .pro:hover .a .div1 .img {
  display: none;
}
.ald_sycpfl .proBox .pro:hover .a .div1 .img_a {
  display: block;
  animation: hideShow 0.5s;
}
.ald_sycpfl .proBox .pro:hover .a .btn {
  background: #0382da;
}
.ald_sycpfl .proBox .pro:hover .a .btn span {
  color: #fff;
}
.ald_sycpfl .proBox .pro:hover .a .yuan {
  border-color: #0382da;
}
.ald_sycpfl .proBox .pro:hover .a .yuan::before {
  background: url('../images/img163.png');
  background-size: 100% 100%;
}
@media (max-width: 1680px) {
  .ald_sycpfl .proBox .pro .a .text .span2 {
    font-size: 16px;
  }
}
@media (max-width: 1459px) {
  .ald_sycpfl .proBox .pro .a .text .span2 {
    font-size: 14px;
  }
}
@media (max-width: 1280px) {
  .ald_sycpfl .proBox .pro .a .text .span2 {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .ald_sycpfl .proBox .pro .a .text .span2 {
    display: none;
  }
}
@media (max-width: 768px) {
  .ald_sycpfl {
    padding: 0 0.2rem;
    height: auto;
  }
  .ald_sycpfl .title {
    padding-top: 0.4rem;
  }
  .ald_sycpfl .title .div1 {
    font-size: 0.2rem;
  }
  .ald_sycpfl .title .div2 {
    font-size: 0.15rem;
    margin-top: 0.15rem;
  }
  .ald_sycpfl .proBox {
    width: 100%;
    margin-top: 0.6rem;
  }
  .ald_sycpfl .proBox .pro {
    width: 100%;
  }
  .ald_sycpfl .proBox .pro .a .div1 {
    width: 1.2rem;
    margin-top: 0;
    height: auto;
  }
  .ald_sycpfl .proBox .pro .a .text {
    margin-top: 0.15rem;
  }
  .ald_sycpfl .proBox .pro {
    padding-bottom: 100%;
    height: 0;
    transform: unset;
  }
  .pro2 {
    display: none;
  }
  .ald_sycpfl .proBox .pro .a .yuan {
    width: 75%;
    height: 75%;
    top: unset;
    left: unset;
  }
  .ald_sycpfl .proBox .pro .a .yuan::before {
    top: 0;
  }
  .ald_sycpfl .proBox .pro .a .div1 .img {
    display: none;
  }
  .ald_sycpfl .proBox .pro .a .div1 .img_a {
    display: block;
  }
  .ald_sycpfl .proBox .pro .a .btn {
    padding-top: 0.05rem;
    padding-bottom: 0.05rem;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
    margin-top: 0.15rem;
  }
  .ald_sycpfl .proBox .pro .a .text .span1 {
    font-size: 0.16rem;
  }
  .ald_sycpfl .proBox .pro .a .btn span {
    font-size: 0.14rem;
  }
  .btnBox {
    position: absolute;
    width: 100%;
    bottom: 0.15rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 11;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
  }
  .btnBox .proBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: #0382da;
    border-radius: 5px;
    color: #fff;
    width: 43%;
    height: 0.4rem;
    font-size: 0.14rem;
    font-family: 'siyuan_light';
  }
}
.ald_cpfl::after {
  content: '';
  position: absolute;
  background: url('../images/img6.png') no-repeat;
  background-size: 100% 100%;
  top: 0;
  width: 100%;
  height: 2.9rem;
}
.ald_cpfl::before {
  content: '';
  position: absolute;
  background: url('../images/img7.png') no-repeat;
  background-size: 100% 100%;
  bottom: 0;
  width: 100%;
  height: 2.5rem;
}
.ald_sy_yyly_box {
  position: relative;
  height: 10.4rem;
}
.ald_sy_yyly_box .ald_yyly_mask {
  position: absolute;
  height: 11.2rem;
  background: #e5f2fb;
  opacity: 0.9;
  top: -1rem;
  width: 100%;
  border-top-left-radius: 10rem 1.8rem;
  border-top-right-radius: 10rem 1.8rem;
  z-index: -1;
}
.ald_sy_yyly_box .ald_yyly {
  position: absolute;
  height: 11.2rem;
  top: -0.8rem;
  width: 100%;
  border-top-left-radius: 10rem 1.8rem;
  border-top-right-radius: 10rem 1.8rem;
  background-size: 100% 100%;
}
.ald_sy_yyly_box .ald_yyly .title {
  padding-top: 1.1rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
.ald_sy_yyly_box .ald_yyly .title .div1 {
  font-weight: bold;
  line-height: 1;
  color: #FFF;
}
@media (max-width: 2048px) {
  .ald_sy_yyly_box .ald_yyly .title .div1 {
    font-size: 51.2px;
  }
}
@media (max-width: 1920px) {
  .ald_sy_yyly_box .ald_yyly .title .div1 {
    font-size: 48px;
  }
}
@media (max-width: 1680px) {
  .ald_sy_yyly_box .ald_yyly .title .div1 {
    font-size: 42px;
  }
}
@media (max-width: 1459px) {
  .ald_sy_yyly_box .ald_yyly .title .div1 {
    font-size: 36.475px;
  }
}
@media (max-width: 1366px) {
  .ald_sy_yyly_box .ald_yyly .title .div1 {
    font-size: 34.15px;
  }
}
@media (max-width: 1280px) {
  .ald_sy_yyly_box .ald_yyly .title .div1 {
    font-size: 32px;
  }
}
@media (max-width: 1259px) {
  .ald_sy_yyly_box .ald_yyly .title .div1 {
    font-size: 31.475px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_sy_yyly_box .ald_yyly .title .div1 {
    font-size: 25.6px;
  }
}
.ald_sy_yyly_box .ald_yyly .title .div2 {
  font-family: 'siyuan_light';
  color: #FFF;
  margin-top: 0.25rem;
}
@media (max-width: 2048px) {
  .ald_sy_yyly_box .ald_yyly .title .div2 {
    font-size: 32px;
  }
}
@media (max-width: 1920px) {
  .ald_sy_yyly_box .ald_yyly .title .div2 {
    font-size: 30px;
  }
}
@media (max-width: 1680px) {
  .ald_sy_yyly_box .ald_yyly .title .div2 {
    font-size: 26.25px;
  }
}
@media (max-width: 1459px) {
  .ald_sy_yyly_box .ald_yyly .title .div2 {
    font-size: 22.796875px;
  }
}
@media (max-width: 1366px) {
  .ald_sy_yyly_box .ald_yyly .title .div2 {
    font-size: 21.34375px;
  }
}
@media (max-width: 1280px) {
  .ald_sy_yyly_box .ald_yyly .title .div2 {
    font-size: 20px;
  }
}
@media (max-width: 1259px) {
  .ald_sy_yyly_box .ald_yyly .title .div2 {
    font-size: 19.671875px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_sy_yyly_box .ald_yyly .title .div2 {
    font-size: 16px;
  }
}
@media (min-width: 1024px) and (max-width: 1680px) {
  .ald_sy_yyly_box .ald_yyly .title .div2 {
    font-size: 26.25px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_sy_yyly_box .ald_yyly .title .div2 {
    font-size: 19.671875px;
  }
}
.ald_sy_yyly_box .ald_yyly::before {
  content: '';
  position: absolute;
  background: #000;
  opacity: 0.3;
  width: 100%;
  height: 100%;
  border-top-left-radius: 10rem 1.8rem;
  border-top-right-radius: 10rem 1.8rem;
}
.ald_sy_yyly_box .ald_yyly_swpBox {
  margin-top: 0.8rem;
  position: relative;
}
.ald_sy_yyly_box .ald_yyly_swpBox:before {
  content: '';
  width: 1.8rem;
  height: 1px;
  position: absolute;
  top: 40px;
  left: 0;
  background: rgba(255, 255, 255, 0.2);
}
.ald_sy_yyly_box .ald_yyly_swpBox:after {
  content: '';
  width: 1.8rem;
  height: 1px;
  position: absolute;
  top: 40px;
  right: 0;
  background: rgba(255, 255, 255, 0.2);
}
@media (max-width: 1280px) {
  .ald_sy_yyly_box .ald_yyly_swpBox:before,
  .ald_sy_yyly_box .ald_yyly_swpBox:after {
    top: 30px;
  }
}
.ald_sy_yyly_box .ald_yyly_swpBox .ald_yyly_navSwp {
  position: relative;
  overflow: hidden;
  width: 15.6rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .ald_sy_yyly_box .ald_yyly_swpBox .ald_yyly_navSwp {
    width: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
.ald_sy_yyly_box .ald_yyly_swpBox .ald_yyly_navSwp .swiper-slide {
  position: relative;
}
.ald_sy_yyly_box .ald_yyly_swpBox .ald_yyly_navSwp .swiper-slide:before {
  content: '';
  width: calc(50% - 40px);
  height: 1px;
  position: absolute;
  top: 40px;
  left: 0;
  background: rgba(255, 255, 255, 0.2);
}
.ald_sy_yyly_box .ald_yyly_swpBox .ald_yyly_navSwp .swiper-slide:after {
  content: '';
  width: calc(50% - 40px);
  height: 1px;
  position: absolute;
  top: 40px;
  right: 0;
  background: rgba(255, 255, 255, 0.2);
}
@media (max-width: 1280px) {
  .ald_sy_yyly_box .ald_yyly_swpBox .ald_yyly_navSwp .swiper-slide:before,
  .ald_sy_yyly_box .ald_yyly_swpBox .ald_yyly_navSwp .swiper-slide:after {
    top: 30px;
  }
}
.ald_sy_yyly_box .ald_yyly_swpBox .ald_yyly_navSwp .swiper-slide .icon {
  width: 80px;
  height: 80px;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 50%;
  margin: 0 auto 20px;
  background: rgba(255, 255, 255, 0.2);
}
.ald_sy_yyly_box .ald_yyly_swpBox .ald_yyly_navSwp .swiper-slide .icon img {
  max-width: 50%;
  max-height: 50%;
}
@media (max-width: 1280px) {
  .ald_sy_yyly_box .ald_yyly_swpBox .ald_yyly_navSwp .swiper-slide .icon {
    width: 60px;
    height: 60px;
  }
}
.ald_sy_yyly_box .ald_yyly_swpBox .ald_yyly_navSwp .swiper-slide .div1 {
  color: #FFF;
  font-family: 'siyuan_light';
  text-align: center;
  transition: all 0.5s;
}
@media (max-width: 2048px) {
  .ald_sy_yyly_box .ald_yyly_swpBox .ald_yyly_navSwp .swiper-slide .div1 {
    font-size: 21.33333333px;
  }
}
@media (max-width: 1920px) {
  .ald_sy_yyly_box .ald_yyly_swpBox .ald_yyly_navSwp .swiper-slide .div1 {
    font-size: 20px;
  }
}
@media (max-width: 1680px) {
  .ald_sy_yyly_box .ald_yyly_swpBox .ald_yyly_navSwp .swiper-slide .div1 {
    font-size: 17.5px;
  }
}
@media (max-width: 1459px) {
  .ald_sy_yyly_box .ald_yyly_swpBox .ald_yyly_navSwp .swiper-slide .div1 {
    font-size: 15.19791667px;
  }
}
@media (max-width: 1366px) {
  .ald_sy_yyly_box .ald_yyly_swpBox .ald_yyly_navSwp .swiper-slide .div1 {
    font-size: 14.22916667px;
  }
}
@media (max-width: 1280px) {
  .ald_sy_yyly_box .ald_yyly_swpBox .ald_yyly_navSwp .swiper-slide .div1 {
    font-size: 13.33333333px;
  }
}
@media (max-width: 1259px) {
  .ald_sy_yyly_box .ald_yyly_swpBox .ald_yyly_navSwp .swiper-slide .div1 {
    font-size: 13.11458333px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_sy_yyly_box .ald_yyly_swpBox .ald_yyly_navSwp .swiper-slide .div1 {
    font-size: 10.66666667px;
  }
}
@media (min-width: 1024px) and (max-width: 1680px) {
  .ald_sy_yyly_box .ald_yyly_swpBox .ald_yyly_navSwp .swiper-slide .div1 {
    font-size: 17.5px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_sy_yyly_box .ald_yyly_swpBox .ald_yyly_navSwp .swiper-slide .div1 {
    font-size: 13.11458333px;
  }
}
.ald_sy_yyly_box .ald_yyly_swpBox .ald_yyly_navSwp .swiper-slide .div2 {
  position: relative;
  height: 0.5rem;
}
.ald_sy_yyly_box .ald_yyly_swpBox .ald_yyly_navSwp .swiper-slide .div2 .syb {
  width: 0.1rem;
  height: 0.1rem;
  background-color: #fff;
  border-radius: 1000px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
}
.ald_sy_yyly_box .ald_yyly_swpBox .ald_yyly_navSwp .swiper-slide .div2::after {
  content: '';
  position: absolute;
  width: 0.45rem;
  height: 0.45rem;
  border: 1px solid rgba(255, 255, 255, 0.6);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 1000px;
  opacity: 0;
  transition: all 0.5s;
}
.ald_sy_yyly_box .ald_yyly_swpBox .ald_yyly_navSwp .swiper-slide .div2::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #fff;
  opacity: 0.3;
  top: 50%;
  transform: translateY(-50%);
}
.ald_sy_yyly_box .ald_yyly_swpBox .ald_yyly_navSwp .swiper-slide-thumb-active .icon {
  background: rgba(3, 130, 218, 0.15);
}
.ald_sy_yyly_box .ald_yyly_swpBox .ald_yyly_navSwp .swiper-button-prev {
  background-image: url(../images/img17.png);
  background-size: 0.3rem 0.3rem;
  width: 0.3rem;
  height: 0.3rem;
  left: 0%;
  top: 40px;
  margin-top: -0.15rem;
  cursor: pointer;
}
@media (max-width: 1280px) {
  .ald_sy_yyly_box .ald_yyly_swpBox .ald_yyly_navSwp .swiper-button-prev {
    top: 30px;
  }
}
@media (max-width: 768px) {
  .ald_sy_yyly_box .ald_yyly_swpBox .ald_yyly_navSwp .swiper-button-prev {
    left: 0.1rem;
  }
}
.ald_sy_yyly_box .ald_yyly_swpBox .ald_yyly_navSwp .swiper-button-next {
  background-image: url(../images/img18.png);
  right: 0;
  background-size: 0.3rem 0.3rem;
  width: 0.3rem;
  height: 0.3rem;
  margin-top: -0.15rem;
  top: 40px;
  cursor: pointer;
}
@media (max-width: 1280px) {
  .ald_sy_yyly_box .ald_yyly_swpBox .ald_yyly_navSwp .swiper-button-next {
    top: 30px;
  }
}
@media (max-width: 768px) {
  .ald_sy_yyly_box .ald_yyly_swpBox .ald_yyly_navSwp .swiper-button-next {
    right: 0.1rem;
  }
}
.ald_sy_yyly_box .ald_yyly_swpBox .ald_yyly_navSwp .swiper-button-prev:after,
.ald_sy_yyly_box .ald_yyly_swpBox .ald_yyly_navSwp .swiper-container-rtl .swiper-button-next:after,
.ald_sy_yyly_box .ald_yyly_swpBox .ald_yyly_navSwp .swiper-button-next:after,
.ald_sy_yyly_box .ald_yyly_swpBox .ald_yyly_navSwp .swiper-container-rtl .swiper-button-prev:after {
  content: ' ';
}
.ald_sy_yyly_box .ald_yyly_swpBox .ald_yyly_swp {
  overflow: hidden;
  margin-top: 1.8rem;
}
.ald_sy_yyly_box .ald_yyly_swpBox .ald_yyly_swp .swiper-slide {
  position: relative;
}
.ald_sy_yyly_box .ald_yyly_swpBox .ald_yyly_swp .swiper-slide:before {
  content: '';
  width: 100%;
  height: 90px;
  position: absolute;
  left: 0;
  bottom: -90px;
  background: rgba(3, 130, 218, 0.7);
  transition: all 0.5s;
  z-index: 1;
}
@media (max-width: 1280px) {
  .ald_sy_yyly_box .ald_yyly_swpBox .ald_yyly_swp .swiper-slide:before {
    height: 80px;
    bottom: -80px;
  }
}
.ald_sy_yyly_box .ald_yyly_swpBox .ald_yyly_swp .swiper-slide:hover:before {
  bottom: 0;
}
.ald_sy_yyly_box .ald_yyly_swpBox .ald_yyly_swp .swiper-slide:hover .div1 img {
  transform: scale(1.05);
}
.ald_sy_yyly_box .ald_yyly_swpBox .ald_yyly_swp .swiper-slide:hover .div2 .text2 img {
  animation: sbsm 1s infinite;
  animation-iteration-count: 1;
}
.ald_sy_yyly_box .ald_yyly_swpBox .ald_yyly_swp .swiper-slide .div1 {
  overflow: hidden;
  height: 0;
  padding-bottom: 48.066%;
  position: relative;
  opacity: 0.8;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.ald_sy_yyly_box .ald_yyly_swpBox .ald_yyly_swp .swiper-slide .div1 img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  width: 100%;
  height: 100%;
  display: flex;
  transition: all 0.5s;
  position: absolute;
}
.ald_sy_yyly_box .ald_yyly_swpBox .ald_yyly_swp .swiper-slide .div1 .swp_mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  z-index: 3;
}
.ald_sy_yyly_box .ald_yyly_swpBox .ald_yyly_swp .swiper-slide .div2 {
  position: absolute;
  bottom: 0;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  margin-bottom: 0.25rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  z-index: 2;
}
.ald_sy_yyly_box .ald_yyly_swpBox .ald_yyly_swp .swiper-slide .div2 .text1 {
  display: flex;
}
.ald_sy_yyly_box .ald_yyly_swpBox .ald_yyly_swp .swiper-slide .div2 .text1 img {
  display: none;
}
.ald_sy_yyly_box .ald_yyly_swpBox .ald_yyly_swp .swiper-slide .div2 .text1 span {
  color: #FFF;
  margin-left: 0.2rem;
}
@media (max-width: 2048px) {
  .ald_sy_yyly_box .ald_yyly_swpBox .ald_yyly_swp .swiper-slide .div2 .text1 span {
    font-size: 25.6px;
  }
}
@media (max-width: 1920px) {
  .ald_sy_yyly_box .ald_yyly_swpBox .ald_yyly_swp .swiper-slide .div2 .text1 span {
    font-size: 24px;
  }
}
@media (max-width: 1680px) {
  .ald_sy_yyly_box .ald_yyly_swpBox .ald_yyly_swp .swiper-slide .div2 .text1 span {
    font-size: 21px;
  }
}
@media (max-width: 1459px) {
  .ald_sy_yyly_box .ald_yyly_swpBox .ald_yyly_swp .swiper-slide .div2 .text1 span {
    font-size: 18.2375px;
  }
}
@media (max-width: 1366px) {
  .ald_sy_yyly_box .ald_yyly_swpBox .ald_yyly_swp .swiper-slide .div2 .text1 span {
    font-size: 17.075px;
  }
}
@media (max-width: 1280px) {
  .ald_sy_yyly_box .ald_yyly_swpBox .ald_yyly_swp .swiper-slide .div2 .text1 span {
    font-size: 16px;
  }
}
@media (max-width: 1259px) {
  .ald_sy_yyly_box .ald_yyly_swpBox .ald_yyly_swp .swiper-slide .div2 .text1 span {
    font-size: 15.7375px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_sy_yyly_box .ald_yyly_swpBox .ald_yyly_swp .swiper-slide .div2 .text1 span {
    font-size: 12.8px;
  }
}
@media (min-width: 1024px) and (max-width: 1680px) {
  .ald_sy_yyly_box .ald_yyly_swpBox .ald_yyly_swp .swiper-slide .div2 .text1 span {
    font-size: 21px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_sy_yyly_box .ald_yyly_swpBox .ald_yyly_swp .swiper-slide .div2 .text1 span {
    font-size: 15.7375px;
  }
}
.ald_sy_yyly_box .ald_yyly_swpBox .ald_yyly_swp .swiper-slide .div2 .text2 {
  display: flex;
}
.ald_sy_yyly_box .ald_yyly_swpBox .ald_yyly_swp .swiper-slide .div2 .text2 img {
  transition: all 0.5s;
}
.ald_sy_yyly_box .ald_yyly_swpBox .ald_yyly_swp .swiper-slide-active .div1 {
  opacity: 1;
}
.ald_sy_yyly_box .ald_yyly_swpBox .ald_yyly_swp .swiper-slide-active .div1 .swp_mask {
  display: none;
}
@media (max-width: 1024px) {
  .ald_sy_yyly_box .ald_yyly_swpBox .ald_yyly_navSwp .swiper-slide .div1 {
    font-size: 16px;
  }
  .ald_sy_yyly_box {
    margin-top: 1.2rem;
  }
  .ald_sy_yyly_box .ald_yyly .title .div1 {
    font-size: 0.2rem;
  }
  .ald_sy_yyly_box .ald_yyly .title {
    padding-top: 0.35rem;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
  .ald_sy_yyly_box .ald_yyly .title .div2 {
    font-size: 0.15rem;
    margin-top: 0.15rem;
  }
  .ald_sy_yyly_box .ald_yyly_swpBox .ald_yyly_navSwp .swiper-slide .div2::after {
    width: 0.35rem;
    height: 0.35rem;
  }
}
@media (max-width: 768px) {
  .ald_sy_yyly_box .ald_yyly .title .div2 {
    font-size: 0.14rem;
  }
  .ald_sy_yyly_box {
    padding-top: 0.4rem;
  }
  .ald_sy_yyly_box .ald_yyly_swpBox {
    margin-top: 0.25rem;
  }
  .ald_sy_yyly_box .ald_yyly_swpBox .ald_yyly_navSwp .swiper-slide .div1 {
    font-size: 0.16rem;
    width: 100%;
  }
  .ald_sy_yyly_box .ald_yyly_swpBox {
    margin-top: 0.4rem;
  }
  .ald_sy_yyly_box .ald_yyly_swpBox .ald_yyly_swp {
    margin-top: 0.35rem;
  }
  .ald_sy_yyly_box .ald_yyly {
    height: 4.5rem;
    object-fit: cover;
    background-size: cover;
    background-position: center center;
  }
  .ald_sy_yyly_box .ald_yyly_swpBox .ald_yyly_swp .swiper-slide .div2 {
    padding-left: 0.1rem;
    padding-right: 0.1rem;
    margin-bottom: 0.1rem;
  }
  .ald_sy_yyly_box .ald_yyly_swpBox .ald_yyly_swp .swiper-slide .div2 .text1 {
    align-items: center;
  }
  .ald_sy_yyly_box .ald_yyly_swpBox .ald_yyly_swp .swiper-slide .div2 .text1 img {
    width: 0.2rem;
  }
  .ald_sy_yyly_box .ald_yyly_swpBox .ald_yyly_swp .swiper-slide .div2 .text1 span {
    font-size: 0.16rem;
    margin-left: 0.15rem;
  }
  .ald_sy_yyly_box .ald_yyly_swpBox .ald_yyly_swp .swiper-slide .div2 .text2 img {
    width: 0.3rem;
  }
  .ald_sy_yyly_box .ald_yyly_swpBox .ald_yyly_navSwp .swiper-slide-thumb-active .div1 {
    transform: translate(-50%, -0.15rem);
  }
  .ald_sy_yyly_box .ald_yyly_mask {
    height: 4rem;
  }
  .ald_sy_yyly_box {
    height: auto;
  }
}
.aly_sygy_box {
  min-height: 8.7rem;
  background: transparent;
  position: relative;
}
.aly_sygy_box .aly_sygy {
  z-index: 1;
  overflow: hidden;
  background-color: #fff;
  position: absolute;
  top: -1rem;
  border-radius: 80px;
  min-height: 9.35rem;
  width: 100%;
}
.aly_sygy_box .aly_sygy .bgimg {
  position: absolute;
  left: -25%;
  z-index: -1;
  width: 12.4rem;
  top: 50%;
  transform: translateY(-50%);
}
.aly_sygy_box .aly_sygy .bgimg img {
  width: 100%;
}
.aly_sygy_box .aly_sygy .tips {
  font-size: 14vw;
  font-family: 'akzidenzGrotesk-medium';
  color: #0382da;
  opacity: 0.05;
  position: absolute;
  top: 51%;
  right: -11%;
  transform: translateY(-50%);
  width: 100%;
  text-align: right;
}
.aly_sygy_box .aly_sygy .hh_w {
  width: 15.6rem;
  margin: 0 auto;
  padding-top: 1.2rem;
  padding-bottom: 1.55rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .aly_sygy_box .aly_sygy .hh_w {
    width: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
.aly_sygy_box .aly_sygy .hh_w .div_l {
  width: 41.34%;
  position: relative;
}
.aly_sygy_box .aly_sygy .hh_w .div_l img {
  width: 100%;
  height: 100%;
}
.aly_sygy_box .aly_sygy .hh_w .div_l::before {
  position: absolute;
  content: '';
  background: #e1eef7;
  width: 100%;
  height: 100%;
  border-bottom-left-radius: 35px;
  border-top-right-radius: 50px;
  z-index: -1;
  left: -20px;
  top: 20px;
}
.aly_sygy_box .aly_sygy .hh_w .div_r {
  width: 52%;
  padding-top: 0.4rem;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.aly_sygy_box .aly_sygy .hh_w .div_r .con {
  position: relative;
}
.aly_sygy_box .aly_sygy .hh_w .div_r .con .div1 {
  font-weight: bold;
  color: #111f28;
  line-height: 1;
  margin-bottom: 0.5rem;
  position: relative;
}
@media (max-width: 2048px) {
  .aly_sygy_box .aly_sygy .hh_w .div_r .con .div1 {
    font-size: 58.66666667px;
  }
}
@media (max-width: 1920px) {
  .aly_sygy_box .aly_sygy .hh_w .div_r .con .div1 {
    font-size: 55px;
  }
}
@media (max-width: 1680px) {
  .aly_sygy_box .aly_sygy .hh_w .div_r .con .div1 {
    font-size: 48.125px;
  }
}
@media (max-width: 1459px) {
  .aly_sygy_box .aly_sygy .hh_w .div_r .con .div1 {
    font-size: 41.79427083px;
  }
}
@media (max-width: 1366px) {
  .aly_sygy_box .aly_sygy .hh_w .div_r .con .div1 {
    font-size: 39.13020833px;
  }
}
@media (max-width: 1280px) {
  .aly_sygy_box .aly_sygy .hh_w .div_r .con .div1 {
    font-size: 36.66666667px;
  }
}
@media (max-width: 1259px) {
  .aly_sygy_box .aly_sygy .hh_w .div_r .con .div1 {
    font-size: 36.06510417px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .aly_sygy_box .aly_sygy .hh_w .div_r .con .div1 {
    font-size: 29.33333333px;
  }
}
.aly_sygy_box .aly_sygy .hh_w .div_r .con .div1 .syb {
  position: absolute;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
  top: -100%;
}
.aly_sygy_box .aly_sygy .hh_w .div_r .con .div1 .syb img {
  width: 1.05rem;
}
.aly_sygy_box .aly_sygy .hh_w .div_r .con .div2 {
  color: #666;
  line-height: 2;
  font-family: 'siyuan_light';
}
@media (max-width: 2048px) {
  .aly_sygy_box .aly_sygy .hh_w .div_r .con .div2 {
    font-size: 19.2px;
  }
}
@media (max-width: 1920px) {
  .aly_sygy_box .aly_sygy .hh_w .div_r .con .div2 {
    font-size: 18px;
  }
}
@media (max-width: 1680px) {
  .aly_sygy_box .aly_sygy .hh_w .div_r .con .div2 {
    font-size: 15.75px;
  }
}
@media (max-width: 1459px) {
  .aly_sygy_box .aly_sygy .hh_w .div_r .con .div2 {
    font-size: 13.678125px;
  }
}
@media (max-width: 1366px) {
  .aly_sygy_box .aly_sygy .hh_w .div_r .con .div2 {
    font-size: 12.80625px;
  }
}
@media (max-width: 1280px) {
  .aly_sygy_box .aly_sygy .hh_w .div_r .con .div2 {
    font-size: 12px;
  }
}
@media (max-width: 1259px) {
  .aly_sygy_box .aly_sygy .hh_w .div_r .con .div2 {
    font-size: 11.803125px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .aly_sygy_box .aly_sygy .hh_w .div_r .con .div2 {
    font-size: 9.6px;
  }
}
@media (min-width: 1024px) and (max-width: 1680px) {
  .aly_sygy_box .aly_sygy .hh_w .div_r .con .div2 {
    font-size: 15.75px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .aly_sygy_box .aly_sygy .hh_w .div_r .con .div2 {
    font-size: 11.803125px;
  }
}
@media (min-width: 1367px) {
  .aly_sygy_box .aly_sygy .hh_w .div_r .con .div2 {
    font-size: 18px;
  }
}
@media (min-width: 1025px) and (max-width: 1366px) {
  .aly_sygy_box .aly_sygy .hh_w .div_r .con .div2 {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .aly_sygy_box .aly_sygy .hh_w .div_r .con .div2 {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .aly_sygy_box .aly_sygy .hh_w .div_r .con .div2 {
    font-size: 0.16rem;
  }
}
@media (max-width: 1680px) {
  .aly_sygy_box .aly_sygy .hh_w .div_r .con .div2 {
    font-size: 14px;
    line-height: 1.57;
  }
}
.aly_sygy_box .aly_sygy .hh_w .div_r .con .btn {
  cursor: pointer;
  background: #0382da;
  border-radius: 1000px;
  padding: 0.15rem 0.45rem;
  display: inline-block;
  margin-top: 0.85rem;
}
.aly_sygy_box .aly_sygy .hh_w .div_r .con .btn span {
  font-family: 'siyuan_regular';
  color: #FFF;
}
@media (max-width: 2048px) {
  .aly_sygy_box .aly_sygy .hh_w .div_r .con .btn span {
    font-size: 19.2px;
  }
}
@media (max-width: 1920px) {
  .aly_sygy_box .aly_sygy .hh_w .div_r .con .btn span {
    font-size: 18px;
  }
}
@media (max-width: 1680px) {
  .aly_sygy_box .aly_sygy .hh_w .div_r .con .btn span {
    font-size: 15.75px;
  }
}
@media (max-width: 1459px) {
  .aly_sygy_box .aly_sygy .hh_w .div_r .con .btn span {
    font-size: 13.678125px;
  }
}
@media (max-width: 1366px) {
  .aly_sygy_box .aly_sygy .hh_w .div_r .con .btn span {
    font-size: 12.80625px;
  }
}
@media (max-width: 1280px) {
  .aly_sygy_box .aly_sygy .hh_w .div_r .con .btn span {
    font-size: 12px;
  }
}
@media (max-width: 1259px) {
  .aly_sygy_box .aly_sygy .hh_w .div_r .con .btn span {
    font-size: 11.803125px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .aly_sygy_box .aly_sygy .hh_w .div_r .con .btn span {
    font-size: 9.6px;
  }
}
@media (min-width: 1024px) and (max-width: 1680px) {
  .aly_sygy_box .aly_sygy .hh_w .div_r .con .btn span {
    font-size: 15.75px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .aly_sygy_box .aly_sygy .hh_w .div_r .con .btn span {
    font-size: 11.803125px;
  }
}
@media (min-width: 1367px) {
  .aly_sygy_box .aly_sygy .hh_w .div_r .con .btn span {
    font-size: 18px;
  }
}
@media (min-width: 1025px) and (max-width: 1366px) {
  .aly_sygy_box .aly_sygy .hh_w .div_r .con .btn span {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .aly_sygy_box .aly_sygy .hh_w .div_r .con .btn span {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .aly_sygy_box .aly_sygy .hh_w .div_r .con .btn span {
    font-size: 0.16rem;
  }
}
@media (max-width: 1680px) {
  .aly_sygy_box .aly_sygy .hh_w .div_r .con .btn span {
    font-size: 14px;
  }
}
.aly_sygy_box .aly_sygy .hh_w .div_r .con .btn img {
  margin-left: 0.15rem;
  transition: all 0.5s;
}
.aly_sygy_box .aly_sygy .hh_w .div_r .con .btn a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.aly_sygy_box .aly_sygy .hh_w .div_r .con .btn:hover img {
  margin-left: 0.25rem;
}
.aly_sygy_box .aly_sygy .hh_w .div_r .info {
  margin-bottom: 0.35rem;
  display: flex;
  justify-content: space-around;
}
.aly_sygy_box .aly_sygy .hh_w .div_r .info .li {
  position: relative;
  padding-right: 0.6rem;
}
.aly_sygy_box .aly_sygy .hh_w .div_r .info .li .div1 {
  color: #0382da;
}
.aly_sygy_box .aly_sygy .hh_w .div_r .info .li .div1 .span1 {
  font-family: 'din';
  font-size: 4vw;
  line-height: 1;
}
.aly_sygy_box .aly_sygy .hh_w .div_r .info .li .div1 .span2 {
  vertical-align: top;
  padding-top: 4px;
  display: inline-block;
}
@media (max-width: 2048px) {
  .aly_sygy_box .aly_sygy .hh_w .div_r .info .li .div1 .span2 {
    font-size: 21.33333333px;
  }
}
@media (max-width: 1920px) {
  .aly_sygy_box .aly_sygy .hh_w .div_r .info .li .div1 .span2 {
    font-size: 20px;
  }
}
@media (max-width: 1680px) {
  .aly_sygy_box .aly_sygy .hh_w .div_r .info .li .div1 .span2 {
    font-size: 17.5px;
  }
}
@media (max-width: 1459px) {
  .aly_sygy_box .aly_sygy .hh_w .div_r .info .li .div1 .span2 {
    font-size: 15.19791667px;
  }
}
@media (max-width: 1366px) {
  .aly_sygy_box .aly_sygy .hh_w .div_r .info .li .div1 .span2 {
    font-size: 14.22916667px;
  }
}
@media (max-width: 1280px) {
  .aly_sygy_box .aly_sygy .hh_w .div_r .info .li .div1 .span2 {
    font-size: 13.33333333px;
  }
}
@media (max-width: 1259px) {
  .aly_sygy_box .aly_sygy .hh_w .div_r .info .li .div1 .span2 {
    font-size: 13.11458333px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .aly_sygy_box .aly_sygy .hh_w .div_r .info .li .div1 .span2 {
    font-size: 10.66666667px;
  }
}
@media (min-width: 1024px) and (max-width: 1680px) {
  .aly_sygy_box .aly_sygy .hh_w .div_r .info .li .div1 .span2 {
    font-size: 17.5px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .aly_sygy_box .aly_sygy .hh_w .div_r .info .li .div1 .span2 {
    font-size: 13.11458333px;
  }
}
.aly_sygy_box .aly_sygy .hh_w .div_r .info .li .div2 {
  color: #333;
  font-family: 'siyuan_light';
  margin-top: 0.15rem;
}
@media (max-width: 2048px) {
  .aly_sygy_box .aly_sygy .hh_w .div_r .info .li .div2 {
    font-size: 19.2px;
  }
}
@media (max-width: 1920px) {
  .aly_sygy_box .aly_sygy .hh_w .div_r .info .li .div2 {
    font-size: 18px;
  }
}
@media (max-width: 1680px) {
  .aly_sygy_box .aly_sygy .hh_w .div_r .info .li .div2 {
    font-size: 15.75px;
  }
}
@media (max-width: 1459px) {
  .aly_sygy_box .aly_sygy .hh_w .div_r .info .li .div2 {
    font-size: 13.678125px;
  }
}
@media (max-width: 1366px) {
  .aly_sygy_box .aly_sygy .hh_w .div_r .info .li .div2 {
    font-size: 12.80625px;
  }
}
@media (max-width: 1280px) {
  .aly_sygy_box .aly_sygy .hh_w .div_r .info .li .div2 {
    font-size: 12px;
  }
}
@media (max-width: 1259px) {
  .aly_sygy_box .aly_sygy .hh_w .div_r .info .li .div2 {
    font-size: 11.803125px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .aly_sygy_box .aly_sygy .hh_w .div_r .info .li .div2 {
    font-size: 9.6px;
  }
}
@media (min-width: 1024px) and (max-width: 1680px) {
  .aly_sygy_box .aly_sygy .hh_w .div_r .info .li .div2 {
    font-size: 15.75px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .aly_sygy_box .aly_sygy .hh_w .div_r .info .li .div2 {
    font-size: 11.803125px;
  }
}
@media (min-width: 1367px) {
  .aly_sygy_box .aly_sygy .hh_w .div_r .info .li .div2 {
    font-size: 18px;
  }
}
@media (min-width: 1025px) and (max-width: 1366px) {
  .aly_sygy_box .aly_sygy .hh_w .div_r .info .li .div2 {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .aly_sygy_box .aly_sygy .hh_w .div_r .info .li .div2 {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .aly_sygy_box .aly_sygy .hh_w .div_r .info .li .div2 {
    font-size: 0.16rem;
  }
}
.aly_sygy_box .aly_sygy .hh_w .div_r .info .li::before {
  position: absolute;
  content: '';
  height: 100%;
  width: 1px;
  background: #b5b8ba;
  right: 0;
}
.aly_sygy_box .aly_sygy .hh_w .div_r .info .li:last-child {
  padding-right: 0;
}
.aly_sygy_box .aly_sygy .hh_w .div_r .info .li:last-child::before {
  content: unset;
}
@media (max-width: 1680px) {
  .aly_sygy_box .aly_sygy .hh_w .div_r .con .btn {
    margin-top: 0.5rem;
  }
}
@media (max-width: 1024px) {
  .aly_sygy_box .aly_sygy .hh_w .div_r .con .btn {
    margin-top: 0.4rem;
    margin-bottom: 0.2rem;
  }
  .aly_sygy_box .aly_sygy .hh_w .div_r .info {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .aly_sygy_box .aly_sygy .hh_w {
    flex-direction: column;
  }
  .aly_sygy_box .aly_sygy .hh_w .div_l,
  .aly_sygy_box .aly_sygy .hh_w .div_r {
    width: 100%;
  }
  .aly_sygy_box .aly_sygy .hh_w .div_l {
    padding-bottom: 65%;
    height: 0;
  }
  .aly_sygy_box .aly_sygy .hh_w .div_l img {
    position: absolute;
  }
  .aly_sygy_box .aly_sygy .bgimg {
    display: none;
  }
  .aly_sygy_box .aly_sygy .hh_w {
    padding-top: 0.2rem;
  }
  .aly_sygy_box {
    margin-top: 4.5rem;
  }
  .aly_sygy_box .aly_sygy .hh_w .div_r .con .div1 {
    font-size: 0.2rem;
    margin-bottom: 0.15rem;
  }
  .aly_sygy_box .aly_sygy .hh_w .div_r .con .div2 {
    font-size: 0.14rem;
  }
  .aly_sygy_box .aly_sygy .hh_w .div_r {
    padding-top: 0.25rem;
  }
  .aly_sygy_box .aly_sygy .hh_w .div_r .con .div1 .syb {
    left: 40%;
    transform: translateX(-50%);
    top: -40%;
    display: none;
  }
  .aly_sygy_box .aly_sygy .hh_w .div_r .con .div1 .syb img {
    width: 0.3rem;
  }
  .aly_sygy_box .aly_sygy .hh_w .div_r .con .btn {
    padding: 0.05rem 0.25rem;
    margin-top: 0.2rem;
  }
  .aly_sygy_box .aly_sygy .hh_w .div_r .con .btn span {
    font-size: 0.14rem;
  }
  .aly_sygy_box .aly_sygy .hh_w .div_r .con .btn img {
    width: 0.07rem;
  }
  .aly_sygy_box .aly_sygy .hh_w .div_r .info {
    flex-wrap: wrap;
  }
  .aly_sygy_box .aly_sygy .hh_w .div_r .info .li {
    width: 30%;
    padding-right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .aly_sygy_box .aly_sygy .hh_w .div_r .info .li .div1 .span1 {
    font-size: 0.34rem;
  }
  .aly_sygy_box .aly_sygy .hh_w .div_r .info .li .div1 .span2 {
    font-size: 0.14rem;
  }
  .aly_sygy_box .aly_sygy .hh_w .div_r .info .li::before {
    content: unset;
  }
  .aly_sygy_box .aly_sygy .hh_w .div_r .info .li .div2 {
    margin-top: 0.05rem;
  }
  .aly_sygy_box .aly_sygy .hh_w .div_r .info .li {
    margin-bottom: 0.25rem;
  }
  .aly_sygy_box .aly_sygy .hh_w .div_r .info {
    margin-top: 0.1rem;
    justify-content: space-between;
  }
  .aly_sygy_box .aly_sygy {
    min-height: auto;
  }
  .aly_sygy_box .aly_sygy .hh_w {
    padding-bottom: 0.1rem;
  }
  .aly_sygy_box .aly_sygy {
    border-radius: 0;
  }
  .aly_sygy_box .aly_sygy .tips {
    top: 41.5%;
    right: 0%;
  }
  .aly_sygy_box .aly_sygy .hh_w .div_l::before {
    content: unset;
  }
  .aly_sygy_box .aly_sygy .tips {
    display: none;
  }
  .aly_sygy_box .aly_sygy .hh_w .div_r .info .li .div2 {
    font-size: 0.14rem;
  }
}
.aly_sy_wxhdBox {
  position: relative;
  margin-top: -0.79rem;
}
.aly_sy_wxhdBox .aly_wxhd_mask {
  position: absolute;
  height: auto;
  padding-bottom: 9.7vw;
  background: #e5f2fb;
  object-fit: cover;
  background-position: center center;
  opacity: 0.9;
  bottom: -20px;
  width: 100%;
  border-bottom-left-radius: 10rem 2.05rem;
  border-bottom-right-radius: 10rem 2.05rem;
  z-index: -1;
}
.aly_sy_wxhdBox .aly_wxhd {
  height: auto;
  padding-bottom: 1rem;
  border-bottom-left-radius: 10rem 1.8rem;
  border-bottom-right-radius: 10rem 1.8rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.aly_sy_wxhdBox .aly_wxhd .hh_w {
  width: 15.6rem;
  margin: 0 auto;
  padding-top: 0.7rem;
}
@media (max-width: 768px) {
  .aly_sy_wxhdBox .aly_wxhd .hh_w {
    width: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
.aly_sy_wxhdBox .aly_wxhd .hh_w * {
  color: #FFF;
}
.aly_sy_wxhdBox .aly_wxhd .hh_w .nav {
  display: flex;
  margin-bottom: 1.1rem;
}
.aly_sy_wxhdBox .aly_wxhd .hh_w .nav .li {
  cursor: pointer;
  background: #0382da;
  border-bottom-right-radius: 20px;
  padding: 0.15rem 0.65rem;
  margin-right: 0.3rem;
  font-size: 0.2rem;
}
.aly_sy_wxhdBox .aly_wxhd .hh_w .newsBox .news {
  display: none;
  /*定义滚动条的轨道颜色、内阴影及圆角*/
  /*定义滑块颜色、内阴影及圆角*/
}
.aly_sy_wxhdBox .aly_wxhd .hh_w .newsBox .news .title {
  line-height: 1;
  margin-bottom: 0.75rem;
  font-weight: bold;
}
@media (max-width: 2048px) {
  .aly_sy_wxhdBox .aly_wxhd .hh_w .newsBox .news .title {
    font-size: 58.66666667px;
  }
}
@media (max-width: 1920px) {
  .aly_sy_wxhdBox .aly_wxhd .hh_w .newsBox .news .title {
    font-size: 55px;
  }
}
@media (max-width: 1680px) {
  .aly_sy_wxhdBox .aly_wxhd .hh_w .newsBox .news .title {
    font-size: 48.125px;
  }
}
@media (max-width: 1459px) {
  .aly_sy_wxhdBox .aly_wxhd .hh_w .newsBox .news .title {
    font-size: 41.79427083px;
  }
}
@media (max-width: 1366px) {
  .aly_sy_wxhdBox .aly_wxhd .hh_w .newsBox .news .title {
    font-size: 39.13020833px;
  }
}
@media (max-width: 1280px) {
  .aly_sy_wxhdBox .aly_wxhd .hh_w .newsBox .news .title {
    font-size: 36.66666667px;
  }
}
@media (max-width: 1259px) {
  .aly_sy_wxhdBox .aly_wxhd .hh_w .newsBox .news .title {
    font-size: 36.06510417px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .aly_sy_wxhdBox .aly_wxhd .hh_w .newsBox .news .title {
    font-size: 29.33333333px;
  }
}
.aly_sy_wxhdBox .aly_wxhd .hh_w .newsBox .news .ul {
  overflow-y: auto;
}
.aly_sy_wxhdBox .aly_wxhd .hh_w .newsBox .news .ul .li {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 0.5rem;
}
.aly_sy_wxhdBox .aly_wxhd .hh_w .newsBox .news .ul .li .div1 {
  font-family: 'siyuan_regular';
}
@media (max-width: 2048px) {
  .aly_sy_wxhdBox .aly_wxhd .hh_w .newsBox .news .ul .li .div1 {
    font-size: 25.6px;
  }
}
@media (max-width: 1920px) {
  .aly_sy_wxhdBox .aly_wxhd .hh_w .newsBox .news .ul .li .div1 {
    font-size: 24px;
  }
}
@media (max-width: 1680px) {
  .aly_sy_wxhdBox .aly_wxhd .hh_w .newsBox .news .ul .li .div1 {
    font-size: 21px;
  }
}
@media (max-width: 1459px) {
  .aly_sy_wxhdBox .aly_wxhd .hh_w .newsBox .news .ul .li .div1 {
    font-size: 18.2375px;
  }
}
@media (max-width: 1366px) {
  .aly_sy_wxhdBox .aly_wxhd .hh_w .newsBox .news .ul .li .div1 {
    font-size: 17.075px;
  }
}
@media (max-width: 1280px) {
  .aly_sy_wxhdBox .aly_wxhd .hh_w .newsBox .news .ul .li .div1 {
    font-size: 16px;
  }
}
@media (max-width: 1259px) {
  .aly_sy_wxhdBox .aly_wxhd .hh_w .newsBox .news .ul .li .div1 {
    font-size: 15.7375px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .aly_sy_wxhdBox .aly_wxhd .hh_w .newsBox .news .ul .li .div1 {
    font-size: 12.8px;
  }
}
@media (min-width: 1024px) and (max-width: 1680px) {
  .aly_sy_wxhdBox .aly_wxhd .hh_w .newsBox .news .ul .li .div1 {
    font-size: 21px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .aly_sy_wxhdBox .aly_wxhd .hh_w .newsBox .news .ul .li .div1 {
    font-size: 15.7375px;
  }
}
@media (max-width: 1440px) {
  .aly_sy_wxhdBox .aly_wxhd .hh_w .newsBox .news .ul .li .div1 {
    font-size: 16px;
  }
}
.aly_sy_wxhdBox .aly_wxhd .hh_w .newsBox .news .ul .li .div2 {
  font-size: 14px;
  opacity: 0.7;
  margin-top: 0.05rem;
  margin-bottom: 0.05rem;
}
@media (max-width: 1440px) {
  .aly_sy_wxhdBox .aly_wxhd .hh_w .newsBox .news .ul .li .div2 {
    font-size: 14px;
  }
}
.aly_sy_wxhdBox .aly_wxhd .hh_w .newsBox .news .ul .li .div3 {
  opacity: 1;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
}
@media (max-width: 2048px) {
  .aly_sy_wxhdBox .aly_wxhd .hh_w .newsBox .news .ul .li .div3 {
    font-size: 17.06666667px;
  }
}
@media (max-width: 1920px) {
  .aly_sy_wxhdBox .aly_wxhd .hh_w .newsBox .news .ul .li .div3 {
    font-size: 16px;
  }
}
@media (max-width: 1680px) {
  .aly_sy_wxhdBox .aly_wxhd .hh_w .newsBox .news .ul .li .div3 {
    font-size: 14px;
  }
}
@media (max-width: 1459px) {
  .aly_sy_wxhdBox .aly_wxhd .hh_w .newsBox .news .ul .li .div3 {
    font-size: 12.15833333px;
  }
}
@media (max-width: 1366px) {
  .aly_sy_wxhdBox .aly_wxhd .hh_w .newsBox .news .ul .li .div3 {
    font-size: 11.38333333px;
  }
}
@media (max-width: 1280px) {
  .aly_sy_wxhdBox .aly_wxhd .hh_w .newsBox .news .ul .li .div3 {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1259px) {
  .aly_sy_wxhdBox .aly_wxhd .hh_w .newsBox .news .ul .li .div3 {
    font-size: 10.49166667px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .aly_sy_wxhdBox .aly_wxhd .hh_w .newsBox .news .ul .li .div3 {
    font-size: 8.53333333px;
  }
}
@media (min-width: 1024px) and (max-width: 1680px) {
  .aly_sy_wxhdBox .aly_wxhd .hh_w .newsBox .news .ul .li .div3 {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .aly_sy_wxhdBox .aly_wxhd .hh_w .newsBox .news .ul .li .div3 {
    font-size: 10.49166667px;
  }
}
@media (max-width: 768px) {
  .aly_sy_wxhdBox .aly_wxhd .hh_w .newsBox .news .ul .li .div3 {
    font-size: 0.16rem;
  }
}
.aly_sy_wxhdBox .aly_wxhd .hh_w .newsBox .news .ul::-webkit-scrollbar {
  width: 2px;
  /*对垂直流动条有效*/
}
.aly_sy_wxhdBox .aly_wxhd .hh_w .newsBox .news .ul::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #ededed;
  background-color: #ededed;
  border-radius: 3px;
}
.aly_sy_wxhdBox .aly_wxhd .hh_w .newsBox .news .ul::-webkit-scrollbar-thumb {
  border-radius: 7px;
  -webkit-box-shadow: inset 0 0 6px #0382da;
  background-color: #0382da;
}
.aly_sy_wxhdBox .aly_wxhd .hh_w .newsBox .news:nth-of-type(1) {
  display: block;
}
@media (max-width: 1024px) {
  .aly_sy_wxhdBox .aly_wxhd .hh_w .news .title {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .aly_sy_wxhdBox {
    margin-top: -3.98rem;
  }
  .aly_sy_wxhdBox .aly_wxhd .hh_w {
    padding-top: 0.34rem;
  }
  .aly_sy_wxhdBox .aly_wxhd .hh_w .nav .li {
    padding: 0.06rem 0.25rem;
    border-radius: 4px;
  }
  .aly_sy_wxhdBox .aly_wxhd .hh_w .nav {
    margin-bottom: 0.35rem;
  }
  .aly_sy_wxhdBox .aly_wxhd .hh_w .newsBox .news .title {
    font-size: 0.2rem;
    margin-bottom: 0.22rem;
  }
  .aly_sy_wxhdBox .aly_wxhd .hh_w .newsBox .news .ul .li .div1 {
    font-size: 0.16rem;
  }
  .aly_sy_wxhdBox .aly_wxhd .hh_w .newsBox .news .ul .li .div2 {
    font-size: 0.14rem;
  }
  .aly_sy_wxhdBox .aly_wxhd .hh_w .newsBox .news .ul .li {
    margin-left: 0.25rem;
    margin-bottom: 0.18rem;
  }
  .aly_sy_wxhdBox .aly_wxhd {
    height: auto;
    padding-bottom: 0.25rem;
    background-size: cover;
    background-position-x: 100%;
  }
  .aly_sy_wxhdBox .aly_wxhd_mask {
    border-bottom-left-radius: 12rem 2.5rem;
    border-bottom-right-radius: 12rem 2.5rem;
    padding-bottom: 20.7vw;
    bottom: -20px;
  }
  .aly_sy_wxhdBox .aly_wxhd .hh_w .newsBox .news .ul {
    max-height: unset;
  }
}
.aly_sy_form {
  padding-top: 1.8rem;
  padding-bottom: 1.75rem;
  width: 15.6rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .aly_sy_form {
    width: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
.aly_sy_form .div_l {
  width: 40.38%;
}
.aly_sy_form .div_l .title {
  color: #111f28;
  position: relative;
  padding-left: 0.3rem;
  line-height: 1;
  margin-bottom: 0.6rem;
}
@media (max-width: 2048px) {
  .aly_sy_form .div_l .title {
    font-size: 38.4px;
  }
}
@media (max-width: 1920px) {
  .aly_sy_form .div_l .title {
    font-size: 36px;
  }
}
@media (max-width: 1680px) {
  .aly_sy_form .div_l .title {
    font-size: 31.5px;
  }
}
@media (max-width: 1459px) {
  .aly_sy_form .div_l .title {
    font-size: 27.35625px;
  }
}
@media (max-width: 1366px) {
  .aly_sy_form .div_l .title {
    font-size: 25.6125px;
  }
}
@media (max-width: 1280px) {
  .aly_sy_form .div_l .title {
    font-size: 24px;
  }
}
@media (max-width: 1259px) {
  .aly_sy_form .div_l .title {
    font-size: 23.60625px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .aly_sy_form .div_l .title {
    font-size: 19.2px;
  }
}
.aly_sy_form .div_l .title::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0.1rem;
  background: #0382da;
  left: 0;
}
.aly_sy_form .div_l .info {
  display: flex;
  justify-content: space-between;
}
.aly_sy_form .div_l .info_div {
  margin-bottom: 0.4rem;
}
.aly_sy_form .div_l .info_div .span1 {
  color: #999;
  font-family: 'siyuan_regular';
  line-height: 1;
}
@media (max-width: 2048px) {
  .aly_sy_form .div_l .info_div .span1 {
    font-size: 17.06666667px;
  }
}
@media (max-width: 1920px) {
  .aly_sy_form .div_l .info_div .span1 {
    font-size: 16px;
  }
}
@media (max-width: 1680px) {
  .aly_sy_form .div_l .info_div .span1 {
    font-size: 14px;
  }
}
@media (max-width: 1459px) {
  .aly_sy_form .div_l .info_div .span1 {
    font-size: 12.15833333px;
  }
}
@media (max-width: 1366px) {
  .aly_sy_form .div_l .info_div .span1 {
    font-size: 11.38333333px;
  }
}
@media (max-width: 1280px) {
  .aly_sy_form .div_l .info_div .span1 {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1259px) {
  .aly_sy_form .div_l .info_div .span1 {
    font-size: 10.49166667px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .aly_sy_form .div_l .info_div .span1 {
    font-size: 8.53333333px;
  }
}
@media (min-width: 1024px) and (max-width: 1680px) {
  .aly_sy_form .div_l .info_div .span1 {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .aly_sy_form .div_l .info_div .span1 {
    font-size: 10.49166667px;
  }
}
@media (max-width: 768px) {
  .aly_sy_form .div_l .info_div .span1 {
    font-size: 0.16rem;
  }
}
.aly_sy_form .div_l .info_div .span2 {
  font-family: 'siyuan_normal';
  color: #333;
  line-height: 1;
  margin-top: 0.15rem;
}
@media (max-width: 2048px) {
  .aly_sy_form .div_l .info_div .span2 {
    font-size: 21.33333333px;
  }
}
@media (max-width: 1920px) {
  .aly_sy_form .div_l .info_div .span2 {
    font-size: 20px;
  }
}
@media (max-width: 1680px) {
  .aly_sy_form .div_l .info_div .span2 {
    font-size: 17.5px;
  }
}
@media (max-width: 1459px) {
  .aly_sy_form .div_l .info_div .span2 {
    font-size: 15.19791667px;
  }
}
@media (max-width: 1366px) {
  .aly_sy_form .div_l .info_div .span2 {
    font-size: 14.22916667px;
  }
}
@media (max-width: 1280px) {
  .aly_sy_form .div_l .info_div .span2 {
    font-size: 13.33333333px;
  }
}
@media (max-width: 1259px) {
  .aly_sy_form .div_l .info_div .span2 {
    font-size: 13.11458333px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .aly_sy_form .div_l .info_div .span2 {
    font-size: 10.66666667px;
  }
}
@media (min-width: 1024px) and (max-width: 1680px) {
  .aly_sy_form .div_l .info_div .span2 {
    font-size: 17.5px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .aly_sy_form .div_l .info_div .span2 {
    font-size: 13.11458333px;
  }
}
.aly_sy_form .div_l .btn {
  display: flex;
}
.aly_sy_form .div_l .btn input {
  width: 480px;
  height: 60px;
  background: #eef1f5;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  font-family: 'siyuan_light';
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
@media (max-width: 2048px) {
  .aly_sy_form .div_l .btn input {
    font-size: 17.06666667px;
  }
}
@media (max-width: 1920px) {
  .aly_sy_form .div_l .btn input {
    font-size: 16px;
  }
}
@media (max-width: 1680px) {
  .aly_sy_form .div_l .btn input {
    font-size: 14px;
  }
}
@media (max-width: 1459px) {
  .aly_sy_form .div_l .btn input {
    font-size: 12.15833333px;
  }
}
@media (max-width: 1366px) {
  .aly_sy_form .div_l .btn input {
    font-size: 11.38333333px;
  }
}
@media (max-width: 1280px) {
  .aly_sy_form .div_l .btn input {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1259px) {
  .aly_sy_form .div_l .btn input {
    font-size: 10.49166667px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .aly_sy_form .div_l .btn input {
    font-size: 8.53333333px;
  }
}
@media (min-width: 1024px) and (max-width: 1680px) {
  .aly_sy_form .div_l .btn input {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .aly_sy_form .div_l .btn input {
    font-size: 10.49166667px;
  }
}
@media (max-width: 768px) {
  .aly_sy_form .div_l .btn input {
    font-size: 0.16rem;
  }
}
.aly_sy_form .div_l .btn button {
  background: #0382da;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  width: 150px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.aly_sy_form .div_l .btn button img {
  margin-right: 0.1rem;
}
.aly_sy_form .div_l .btn button span {
  color: #FFF;
  font-family: 'siyuan_regular';
  line-height: 1;
}
@media (max-width: 2048px) {
  .aly_sy_form .div_l .btn button span {
    font-size: 23.46666667px;
  }
}
@media (max-width: 1920px) {
  .aly_sy_form .div_l .btn button span {
    font-size: 22px;
  }
}
@media (max-width: 1680px) {
  .aly_sy_form .div_l .btn button span {
    font-size: 19.25px;
  }
}
@media (max-width: 1459px) {
  .aly_sy_form .div_l .btn button span {
    font-size: 16.71770833px;
  }
}
@media (max-width: 1366px) {
  .aly_sy_form .div_l .btn button span {
    font-size: 15.65208333px;
  }
}
@media (max-width: 1280px) {
  .aly_sy_form .div_l .btn button span {
    font-size: 14.66666667px;
  }
}
@media (max-width: 1259px) {
  .aly_sy_form .div_l .btn button span {
    font-size: 14.42604167px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .aly_sy_form .div_l .btn button span {
    font-size: 11.73333333px;
  }
}
@media (min-width: 1024px) and (max-width: 1680px) {
  .aly_sy_form .div_l .btn button span {
    font-size: 19.25px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .aly_sy_form .div_l .btn button span {
    font-size: 14.42604167px;
  }
}
.aly_sy_form .div_l .share {
  display: flex;
  align-items: center;
  margin-top: 0.4rem;
}
.aly_sy_form .div_l .share .a {
  display: flex;
  align-items: center;
  margin-right: 0.3rem;
}
.aly_sy_form .div_l .share .a .img_a {
  display: none;
}
.aly_sy_form .div_l .share .a:hover .img {
  display: none;
}
.aly_sy_form .div_l .share .a:hover .img_a {
  display: block;
  animation: hideShow 0.5s;
}
.aly_sy_form .div_r {
  width: 50.64%;
}
.aly_sy_form .div_r .title {
  color: #111f28;
  position: relative;
  padding-left: 0.3rem;
  line-height: 1;
  margin-bottom: 0.5rem;
}
@media (max-width: 2048px) {
  .aly_sy_form .div_r .title {
    font-size: 38.4px;
  }
}
@media (max-width: 1920px) {
  .aly_sy_form .div_r .title {
    font-size: 36px;
  }
}
@media (max-width: 1680px) {
  .aly_sy_form .div_r .title {
    font-size: 31.5px;
  }
}
@media (max-width: 1459px) {
  .aly_sy_form .div_r .title {
    font-size: 27.35625px;
  }
}
@media (max-width: 1366px) {
  .aly_sy_form .div_r .title {
    font-size: 25.6125px;
  }
}
@media (max-width: 1280px) {
  .aly_sy_form .div_r .title {
    font-size: 24px;
  }
}
@media (max-width: 1259px) {
  .aly_sy_form .div_r .title {
    font-size: 23.60625px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .aly_sy_form .div_r .title {
    font-size: 19.2px;
  }
}
.aly_sy_form .div_r .title::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0.1rem;
  background: #0382da;
  left: 0;
}
.aly_sy_form .div_r .inputBox {
  display: flex;
  justify-content: space-between;
}
.aly_sy_form .div_r .inputBox .div {
  width: 48%;
}
.aly_sy_form .div_r .inputBox .div input {
  width: 100%;
  height: 0.55rem;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  color: #999;
  font-family: 'siyuan_light';
  border: 1px solid #ddd;
  border-radius: 5px;
}
@media (max-width: 2048px) {
  .aly_sy_form .div_r .inputBox .div input {
    font-size: 17.06666667px;
  }
}
@media (max-width: 1920px) {
  .aly_sy_form .div_r .inputBox .div input {
    font-size: 16px;
  }
}
@media (max-width: 1680px) {
  .aly_sy_form .div_r .inputBox .div input {
    font-size: 14px;
  }
}
@media (max-width: 1459px) {
  .aly_sy_form .div_r .inputBox .div input {
    font-size: 12.15833333px;
  }
}
@media (max-width: 1366px) {
  .aly_sy_form .div_r .inputBox .div input {
    font-size: 11.38333333px;
  }
}
@media (max-width: 1280px) {
  .aly_sy_form .div_r .inputBox .div input {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1259px) {
  .aly_sy_form .div_r .inputBox .div input {
    font-size: 10.49166667px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .aly_sy_form .div_r .inputBox .div input {
    font-size: 8.53333333px;
  }
}
@media (min-width: 1024px) and (max-width: 1680px) {
  .aly_sy_form .div_r .inputBox .div input {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .aly_sy_form .div_r .inputBox .div input {
    font-size: 10.49166667px;
  }
}
@media (max-width: 768px) {
  .aly_sy_form .div_r .inputBox .div input {
    font-size: 0.16rem;
  }
}
.aly_sy_form .div_r .textareaBox {
  height: 175px;
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-top: 0.25rem;
}
.aly_sy_form .div_r .textareaBox .textarea {
  width: 100%;
  height: 100%;
  padding: 0.2rem;
  color: #999;
  font-family: 'siyuan_light';
}
@media (max-width: 2048px) {
  .aly_sy_form .div_r .textareaBox .textarea {
    font-size: 17.06666667px;
  }
}
@media (max-width: 1920px) {
  .aly_sy_form .div_r .textareaBox .textarea {
    font-size: 16px;
  }
}
@media (max-width: 1680px) {
  .aly_sy_form .div_r .textareaBox .textarea {
    font-size: 14px;
  }
}
@media (max-width: 1459px) {
  .aly_sy_form .div_r .textareaBox .textarea {
    font-size: 12.15833333px;
  }
}
@media (max-width: 1366px) {
  .aly_sy_form .div_r .textareaBox .textarea {
    font-size: 11.38333333px;
  }
}
@media (max-width: 1280px) {
  .aly_sy_form .div_r .textareaBox .textarea {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1259px) {
  .aly_sy_form .div_r .textareaBox .textarea {
    font-size: 10.49166667px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .aly_sy_form .div_r .textareaBox .textarea {
    font-size: 8.53333333px;
  }
}
@media (min-width: 1024px) and (max-width: 1680px) {
  .aly_sy_form .div_r .textareaBox .textarea {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .aly_sy_form .div_r .textareaBox .textarea {
    font-size: 10.49166667px;
  }
}
@media (max-width: 768px) {
  .aly_sy_form .div_r .textareaBox .textarea {
    font-size: 0.16rem;
  }
}
.aly_sy_form .div_r .btn {
  display: flex;
  align-items: center;
  margin-top: 0.35rem;
}
.aly_sy_form .div_r .btn button,
.aly_sy_form .div_r .btn .reset {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: #0382da;
  border-radius: 8px;
  color: #fff;
  margin-right: 0.25rem;
  width: 170px;
  height: 45px;
  font-family: 'siyuan_light';
}
.aly_sy_form .div_r .btn .reset {
  background: #eef1f5;
  color: #111f28;
}
@media (max-width: 1680px) {
  .qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li {
    padding: 0 0.2rem;
  }
}
@media (max-width: 1024px) {
  .aly_sy_form .div_l .info_div .span2 {
    font-size: 16px;
  }
  .aly_sy_form .div_l .btn input,
  .aly_sy_form .div_l .btn button {
    height: 50px;
  }
  .aly_sy_form .div_l .btn button {
    width: 225px;
  }
}
@media (max-width: 768px) {
  .aly_sy_form {
    padding-top: 0.55rem;
    padding-bottom: 0.4rem;
    flex-direction: column;
  }
  .aly_sy_form .div_l,
  .aly_sy_form .div_r {
    width: 100%;
  }
  .aly_sy_form .div_l .title::before,
  .aly_sy_form .div_r .title::before {
    width: 0.03rem;
  }
  .aly_sy_form .div_l .title,
  .aly_sy_form .div_r .title {
    font-size: 0.2rem;
    padding-left: 0.2rem;
    margin-bottom: 0.3rem;
  }
  .aly_sy_form .div_r .title {
    margin-bottom: 0.05rem;
  }
  .aly_sy_form .div_r .textareaBox {
    height: 1.75rem;
  }
  .aly_sy_form .div_l .info {
    flex-direction: column;
  }
  .aly_sy_form .div_l .info_div {
    margin-bottom: 0.25rem;
  }
  .aly_sy_form .div_l .info_div .span1 {
    font-size: 0.14rem;
  }
  .aly_sy_form .div_l .info_div .span2 {
    font-size: 0.14rem;
    margin-top: 0.1rem;
  }
  .aly_sy_form .div_l .btn input,
  .aly_sy_form .div_l .btn button span {
    font-size: 0.14rem;
  }
  .aly_sy_form .div_l .share {
    margin-top: 0.2rem;
  }
  .aly_sy_form .div_r {
    margin-top: 0.4rem;
    display: none;
  }
  .aly_sy_form .div_r .inputBox {
    flex-direction: column;
  }
  .aly_sy_form .div_r .inputBox .div {
    width: 100%;
  }
  .aly_sy_form .div_r .inputBox .div {
    margin-top: 0.25rem;
  }
  .aly_sy_form .div_r .btn button,
  .aly_sy_form .div_r .btn .reset {
    width: 47%;
    height: 0.45rem;
    margin-right: 0;
  }
  .aly_sy_form .div_r .btn {
    justify-content: space-between;
  }
  .aly_sy_form .div_l .share .a img {
    max-width: 0.22rem;
    max-height: 0.2rem;
    width: auto;
    height: auto;
  }
  .aly_sy_form .div_l .share .a {
    margin-right: 0.15rem;
  }
}
.ald_pBanner {
  position: relative;
  display: flex;
}
.ald_pBanner img {
  width: 100%;
}
.ald_pBanner .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1400px;
  max-width: calc(100% - 40px);
}
.ald_pBanner .text .span1 {
  color: #FFF;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0.2rem;
  text-align: center;
}
@media (max-width: 2048px) {
  .ald_pBanner .text .span1 {
    font-size: 59.73333333px;
  }
}
@media (max-width: 1920px) {
  .ald_pBanner .text .span1 {
    font-size: 56px;
  }
}
@media (max-width: 1680px) {
  .ald_pBanner .text .span1 {
    font-size: 49px;
  }
}
@media (max-width: 1459px) {
  .ald_pBanner .text .span1 {
    font-size: 42.55416667px;
  }
}
@media (max-width: 1366px) {
  .ald_pBanner .text .span1 {
    font-size: 39.84166667px;
  }
}
@media (max-width: 1280px) {
  .ald_pBanner .text .span1 {
    font-size: 37.33333333px;
  }
}
@media (max-width: 1259px) {
  .ald_pBanner .text .span1 {
    font-size: 36.72083333px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_pBanner .text .span1 {
    font-size: 29.86666667px;
  }
}
.ald_pBanner .text .span2 {
  color: #FFF;
  text-align: center;
  line-height: 1;
  text-transform: Uppercase;
}
@media (max-width: 2048px) {
  .ald_pBanner .text .span2 {
    font-size: 25.6px;
  }
}
@media (max-width: 1920px) {
  .ald_pBanner .text .span2 {
    font-size: 24px;
  }
}
@media (max-width: 1680px) {
  .ald_pBanner .text .span2 {
    font-size: 21px;
  }
}
@media (max-width: 1459px) {
  .ald_pBanner .text .span2 {
    font-size: 18.2375px;
  }
}
@media (max-width: 1366px) {
  .ald_pBanner .text .span2 {
    font-size: 17.075px;
  }
}
@media (max-width: 1280px) {
  .ald_pBanner .text .span2 {
    font-size: 16px;
  }
}
@media (max-width: 1259px) {
  .ald_pBanner .text .span2 {
    font-size: 15.7375px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_pBanner .text .span2 {
    font-size: 12.8px;
  }
}
@media (min-width: 1024px) and (max-width: 1680px) {
  .ald_pBanner .text .span2 {
    font-size: 21px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_pBanner .text .span2 {
    font-size: 15.7375px;
  }
}
.ald_pBanner .text.text_0805 {
  display: flex;
  flex-flow: column;
  align-items: center;
}
.ald_pBanner .text .sb1 {
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0.2rem;
  text-align: center;
  background-image: -webkit-linear-gradient(120deg, #ff8899, #f83249);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 2048px) {
  .ald_pBanner .text .sb1 {
    font-size: 59.73333333px;
  }
}
@media (max-width: 1920px) {
  .ald_pBanner .text .sb1 {
    font-size: 56px;
  }
}
@media (max-width: 1680px) {
  .ald_pBanner .text .sb1 {
    font-size: 49px;
  }
}
@media (max-width: 1459px) {
  .ald_pBanner .text .sb1 {
    font-size: 42.55416667px;
  }
}
@media (max-width: 1366px) {
  .ald_pBanner .text .sb1 {
    font-size: 39.84166667px;
  }
}
@media (max-width: 1280px) {
  .ald_pBanner .text .sb1 {
    font-size: 37.33333333px;
  }
}
@media (max-width: 1259px) {
  .ald_pBanner .text .sb1 {
    font-size: 36.72083333px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_pBanner .text .sb1 {
    font-size: 29.86666667px;
  }
}
.ald_pBanner .text .sb2 {
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0.15rem;
  text-align: center;
  background-image: -webkit-linear-gradient(120deg, #87f9ff, #1e8dff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 2048px) {
  .ald_pBanner .text .sb2 {
    font-size: 25.6px;
  }
}
@media (max-width: 1920px) {
  .ald_pBanner .text .sb2 {
    font-size: 24px;
  }
}
@media (max-width: 1680px) {
  .ald_pBanner .text .sb2 {
    font-size: 21px;
  }
}
@media (max-width: 1459px) {
  .ald_pBanner .text .sb2 {
    font-size: 18.2375px;
  }
}
@media (max-width: 1366px) {
  .ald_pBanner .text .sb2 {
    font-size: 17.075px;
  }
}
@media (max-width: 1280px) {
  .ald_pBanner .text .sb2 {
    font-size: 16px;
  }
}
@media (max-width: 1259px) {
  .ald_pBanner .text .sb2 {
    font-size: 15.7375px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_pBanner .text .sb2 {
    font-size: 12.8px;
  }
}
@media (min-width: 1024px) and (max-width: 1680px) {
  .ald_pBanner .text .sb2 {
    font-size: 21px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_pBanner .text .sb2 {
    font-size: 15.7375px;
  }
}
.ald_pBanner .text .sb3 {
  font-weight: bold;
  line-height: 1;
  text-align: center;
  background-image: -webkit-linear-gradient(120deg, #64ecf4, #2bff94);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 2048px) {
  .ald_pBanner .text .sb3 {
    font-size: 19.2px;
  }
}
@media (max-width: 1920px) {
  .ald_pBanner .text .sb3 {
    font-size: 18px;
  }
}
@media (max-width: 1680px) {
  .ald_pBanner .text .sb3 {
    font-size: 15.75px;
  }
}
@media (max-width: 1459px) {
  .ald_pBanner .text .sb3 {
    font-size: 13.678125px;
  }
}
@media (max-width: 1366px) {
  .ald_pBanner .text .sb3 {
    font-size: 12.80625px;
  }
}
@media (max-width: 1280px) {
  .ald_pBanner .text .sb3 {
    font-size: 12px;
  }
}
@media (max-width: 1259px) {
  .ald_pBanner .text .sb3 {
    font-size: 11.803125px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_pBanner .text .sb3 {
    font-size: 9.6px;
  }
}
@media (min-width: 1024px) and (max-width: 1680px) {
  .ald_pBanner .text .sb3 {
    font-size: 15.75px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_pBanner .text .sb3 {
    font-size: 11.803125px;
  }
}
@media (min-width: 1367px) {
  .ald_pBanner .text .sb3 {
    font-size: 18px;
  }
}
@media (min-width: 1025px) and (max-width: 1366px) {
  .ald_pBanner .text .sb3 {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_pBanner .text .sb3 {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .ald_pBanner .text .sb3 {
    font-size: 0.16rem;
  }
}
.ald_pBanner .banner_nav {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.ald_pBanner .banner_nav .hh_w {
  width: 15.6rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .ald_pBanner .banner_nav .hh_w {
    width: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
.ald_pBanner .banner_nav .hh_w .li {
  flex: 1;
  border-left: 1px solid #fff;
}
.ald_pBanner .banner_nav .hh_w .li a {
  width: 100%;
  height: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0.1rem;
  padding-right: 0.1rem;
  color: #333;
  font-family: 'siyuan_regular';
  background: rgba(255, 255, 255, 0.7);
  transition: all 0.5s;
  position: relative;
}
@media (max-width: 2048px) {
  .ald_pBanner .banner_nav .hh_w .li a {
    font-size: 19.2px;
  }
}
@media (max-width: 1920px) {
  .ald_pBanner .banner_nav .hh_w .li a {
    font-size: 18px;
  }
}
@media (max-width: 1680px) {
  .ald_pBanner .banner_nav .hh_w .li a {
    font-size: 15.75px;
  }
}
@media (max-width: 1459px) {
  .ald_pBanner .banner_nav .hh_w .li a {
    font-size: 13.678125px;
  }
}
@media (max-width: 1366px) {
  .ald_pBanner .banner_nav .hh_w .li a {
    font-size: 12.80625px;
  }
}
@media (max-width: 1280px) {
  .ald_pBanner .banner_nav .hh_w .li a {
    font-size: 12px;
  }
}
@media (max-width: 1259px) {
  .ald_pBanner .banner_nav .hh_w .li a {
    font-size: 11.803125px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_pBanner .banner_nav .hh_w .li a {
    font-size: 9.6px;
  }
}
@media (min-width: 1024px) and (max-width: 1680px) {
  .ald_pBanner .banner_nav .hh_w .li a {
    font-size: 15.75px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_pBanner .banner_nav .hh_w .li a {
    font-size: 11.803125px;
  }
}
@media (min-width: 1367px) {
  .ald_pBanner .banner_nav .hh_w .li a {
    font-size: 18px;
  }
}
@media (min-width: 1025px) and (max-width: 1366px) {
  .ald_pBanner .banner_nav .hh_w .li a {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_pBanner .banner_nav .hh_w .li a {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .ald_pBanner .banner_nav .hh_w .li a {
    font-size: 0.16rem;
  }
}
.ald_pBanner .banner_nav .hh_w .li a::before {
  position: absolute;
  content: '';
  bottom: 0;
  height: 3px;
  width: 100%;
  opacity: 0;
  background: #0382da;
  transition: all 0.5s;
}
.ald_pBanner .banner_nav .hh_w .li:nth-of-type(1) {
  border-left: 0;
}
.ald_pBanner .banner_nav .hh_w .li:hover a,
.ald_pBanner .banner_nav .hh_w .li.on a {
  background: #ffffff;
}
.ald_pBanner .banner_nav .hh_w .li:hover a::before,
.ald_pBanner .banner_nav .hh_w .li.on a::before {
  opacity: 1;
}
@media (max-width: 768px) {
  .ald_pBanner {
    margin-top: 0.6rem;
    display: flex;
    flex-direction: column;
  }
  .ald_pBanner .text .span1 {
    margin-bottom: 0.05rem;
    font-size: 0.2rem;
  }
  .ald_pBanner .text .span2 {
    font-size: 0.14rem;
    margin-top: 0.1rem;
  }
  .ald_pBanner .banner_nav {
    display: block !important;
    position: unset;
  }
  .ald_pBanner .banner_nav .hh_w {
    display: -webkit-box;
    overflow-x: auto;
    border-bottom: 1px solid #eee;
  }
  .ald_pBanner .banner_nav .hh_w .li {
    flex: unset;
  }
  .ald_pBanner .banner_nav .hh_w .li a {
    font-size: 0.14rem;
    height: 0.45rem;
    border-right: 1px solid #eee;
    padding-left: 0.15rem;
    padding-right: 0.15rem;
  }
  .ald_pBanner .banner_nav .hh_w .li:nth-of-type(1) a {
    border-left: 1px solid #eee;
  }
}
.ald_mbx {
  width: 100%;
  background: #fff;
  height: auto;
  padding-bottom: 15px;
}
@media (max-width: 768px) {
  .ald_mbx {
    position: relative;
    left: 0;
    bottom: 0;
    background: #f0f0f0;
    width: 100%;
    height: 0.35rem;
    display: flex;
    align-items: center;
    padding-left: 0rem;
  }
}
.ald_mbx .hh_w {
  width: 15.6rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 768px) {
  .ald_mbx .hh_w {
    width: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
.ald_mbx .hh_w .icon_r {
  display: flex;
  align-items: center;
}
.ald_mbx .hh_w .icon_r .icon_rImg {
  width: 25px;
  height: 25px;
}
.ald_mbx .hh_w .icon_r .icon_l {
  width: 15px;
  height: 10px;
  margin: 0 0 0 15px;
}
@media (max-width: 768px) {
  .ald_mbx .hh_w .icon_r .icon_l {
    width: 0.15rem;
    height: 0.1rem;
    margin: 0 0 0 0.15rem;
  }
}
.ald_mbx .hh_w .link {
  margin-left: 15px;
}
.ald_mbx .hh_w .link .ul {
  display: flex;
}
.ald_mbx .hh_w .link .ul .li {
  display: flex;
  align-items: center;
}
.ald_mbx .hh_w .link .ul .li .a {
  color: #666;
  font-size: 16px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-family: 'siyuan_regular';
}
@media (max-width: 768px) {
  .ald_mbx .hh_w .link .ul .li .a {
    color: #999;
    line-height: 1;
    font-size: 0.14rem;
  }
}
.ald_mbx .hh_w .link .ul .li .a:hover,
.ald_mbx .hh_w .link .ul .li .a.on {
  color: #666;
}
@media (max-width: 768px) {
  .ald_mbx .hh_w .link .ul .li .a:hover,
  .ald_mbx .hh_w .link .ul .li .a.on {
    color: #777;
  }
}
.ald_mbx .hh_w .link .ul .li .icon_l {
  width: 15px;
  height: 10px;
  margin: 0 15px;
}
@media (max-width: 768px) {
  .ald_mbx .hh_w .link .ul .li .icon_l {
    width: 0.15rem;
    height: 0.1rem;
    margin: 0 0.15rem;
  }
}
.ald_mbx .hh_w .link .ul .li:last-child .icon_l {
  display: none;
}
.ald_mbx .hh_w .backPage {
  position: absolute;
  right: 12.5%;
  height: 0.65rem;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .ald_mbx .hh_w .backPage {
    display: none;
  }
}
.ald_mbx .hh_w .backPage .a {
  display: flex;
  align-items: center;
}
.ald_mbx .hh_w .backPage .a .img {
  margin-right: 0.1rem;
}
.ald_mbx .hh_w .backPage .a .span {
  font-size: 16px;
}
@media (max-width: 768px) {
  .ald_mbx .hh_w .backPage .a .span {
    font-size: 0.14rem;
  }
}
.ald_mbx.proDetail_mbx {
  padding-top: 1.4rem;
  background: #f7f7f7;
}
@media (max-width: 768px) {
  .ald_mbx .hh_w .link .ul {
    flex-wrap: wrap;
  }
  .ald_mbx.proDetail_mbx {
    margin-top: 0.6rem;
    padding-top: 0.2rem;
  }
  .ald_mbx.proDetail_mbx .hh_w {
    margin-top: 0;
  }
  .ald_mbx .hh_w .link .ul .li .a {
    line-height: 1.85;
  }
  .ald_mbx {
    height: auto;
  }
}
.ald_pro_jj {
  padding-top: 1.2rem;
  padding-bottom: 1rem;
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1560px;
  margin: 0 auto;
}
@media (max-width: 1680px) {
  .ald_pro_jj {
    max-width: 100%;
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 1024px) {
  .ald_pro_jj {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 990px) {
  .ald_pro_jj {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.ald_pro_jj .div_l {
  width: 4rem;
  position: relative;
}
.ald_pro_jj .div_l .span1 {
  color: #333;
  line-height: 1;
  font-weight: bold;
}
@media (max-width: 2048px) {
  .ald_pro_jj .div_l .span1 {
    font-size: 51.2px;
  }
}
@media (max-width: 1920px) {
  .ald_pro_jj .div_l .span1 {
    font-size: 48px;
  }
}
@media (max-width: 1680px) {
  .ald_pro_jj .div_l .span1 {
    font-size: 42px;
  }
}
@media (max-width: 1459px) {
  .ald_pro_jj .div_l .span1 {
    font-size: 36.475px;
  }
}
@media (max-width: 1366px) {
  .ald_pro_jj .div_l .span1 {
    font-size: 34.15px;
  }
}
@media (max-width: 1280px) {
  .ald_pro_jj .div_l .span1 {
    font-size: 32px;
  }
}
@media (max-width: 1259px) {
  .ald_pro_jj .div_l .span1 {
    font-size: 31.475px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_pro_jj .div_l .span1 {
    font-size: 25.6px;
  }
}
.ald_pro_jj .div_l .span2 {
  color: #0382da;
  margin-top: 0.3rem;
  line-height: 1;
  font-family: 'akzidenzGrotesk-medium';
}
@media (max-width: 2048px) {
  .ald_pro_jj .div_l .span2 {
    font-size: 51.2px;
  }
}
@media (max-width: 1920px) {
  .ald_pro_jj .div_l .span2 {
    font-size: 48px;
  }
}
@media (max-width: 1680px) {
  .ald_pro_jj .div_l .span2 {
    font-size: 42px;
  }
}
@media (max-width: 1459px) {
  .ald_pro_jj .div_l .span2 {
    font-size: 36.475px;
  }
}
@media (max-width: 1366px) {
  .ald_pro_jj .div_l .span2 {
    font-size: 34.15px;
  }
}
@media (max-width: 1280px) {
  .ald_pro_jj .div_l .span2 {
    font-size: 32px;
  }
}
@media (max-width: 1259px) {
  .ald_pro_jj .div_l .span2 {
    font-size: 31.475px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_pro_jj .div_l .span2 {
    font-size: 25.6px;
  }
}
.ald_pro_jj .div_l::before {
  position: absolute;
  content: '';
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 0.8rem;
  background: #e1e1e1;
}
.ald_pro_jj .div_r {
  width: 10.35rem;
  color: #666;
  line-height: 2;
  font-family: 'siyuan_regular';
}
@media (max-width: 768px) {
  .ald_pro_jj {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    flex-direction: column;
  }
  .ald_pro_jj .div_l,
  .ald_pro_jj .div_r {
    width: 100%;
  }
  .ald_pro_jj .div_l::before {
    content: unset;
  }
  .ald_pro_jj .div_l .span1 {
    font-size: 0.2rem;
  }
  .ald_pro_jj .div_l .span2 {
    font-size: 0.16rem;
    margin-top: 0.1rem;
  }
  .ald_pro_jj .div_l {
    margin-bottom: 0.2rem;
  }
  .ald_pro_jj .div_r {
    font-size: 0.14rem;
    line-height: 1.85;
  }
}
.ald_pro_nav.drag-box {
  height: 0.8rem;
  overflow: hidden;
  display: -webkit-box;
  width: 100%;
  max-width: 1560px;
  margin: 0 auto;
  margin-bottom: 0.3rem;
}
@media (max-width: 1680px) {
  .ald_pro_nav.drag-box {
    max-width: 100%;
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 1024px) {
  .ald_pro_nav.drag-box {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 990px) {
  .ald_pro_nav.drag-box {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.ald_pro_nav.drag-box .drag-x {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  overflow-x: auto;
  width: 100%;
  /*定义滚动条的轨道颜色、内阴影及圆角*/
  /*定义滑块颜色、内阴影及圆角*/
}
.ald_pro_nav.drag-box .drag-x:before {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background: #e1e1e1;
  z-index: -1;
}
.ald_pro_nav.drag-box .drag-x:after {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background: #e1e1e1;
  z-index: -1;
}
.ald_pro_nav.drag-box .drag-x::-webkit-scrollbar {
  width: 10px;
  /*对垂直流动条有效*/
  height: 10px!important;
}
.ald_pro_nav.drag-box .drag-x::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #ededed;
  background-color: #ededed;
  border-radius: 3px;
}
.ald_pro_nav.drag-box .drag-x::-webkit-scrollbar-thumb {
  border-radius: 7px;
  -webkit-box-shadow: inset 0 0 6px #0382da;
  background-color: #0382da;
}
@media (max-width: 768px) {
  .ald_pro_nav.drag-box .drag-x::-webkit-scrollbar {
    width: 2px;
    /*对垂直流动条有效*/
    height: 2px!important;
  }
}
.ald_pro_nav.drag-box .drag-x .li {
  width: auto;
  margin: 0 0.78vw;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ald_pro_nav.drag-box .drag-x .li a {
  display: flex;
  height: 100%;
  padding: 0 1.56vw;
  color: #0382da;
}
@media (max-width: 768px) {
  .ald_pro_nav.drag-box .drag-x .li a {
    padding: 0 15px;
  }
}
.ald_pro_nav.drag-box .drag-x .li span {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
}
.ald_pro_nav.drag-box .drag-x .li span::before {
  content: '';
  position: absolute;
  width: 0%;
  height: 4px;
  background: #0382da;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.5s;
}
.ald_pro_nav.drag-box .drag-x .li:hover,
.ald_pro_nav.drag-box .drag-x .li.on {
  background: #0382da;
}
.ald_pro_nav.drag-box .drag-x .li:hover span,
.ald_pro_nav.drag-box .drag-x .li.on span {
  color: #fff;
}
.ald_pro_nav.drag-box .drag-x .li:hover span::before,
.ald_pro_nav.drag-box .drag-x .li.on span::before {
  width: 100%;
}
@media (max-width: 1680px) {
  .ald_pro_nav.drag-box .drag-x .li span {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .ald_pro_nav.drag-box .drag-x .li span {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .ald_pro_nav.drag-box .drag-x .li span {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .ald_pro_nav.drag-box {
    height: 0.55rem;
    margin-bottom: 0.4rem;
  }
  .ald_pro_nav.drag-box .drag-x .li {
    margin: 0 7.5px;
  }
  .ald_pro_nav.drag-box {
    width: 100%;
    display: flex;
    overflow: unset;
  }
  .ald_pro_nav.drag-box .drag-x {
    display: -webkit-box;
    align-items: center;
    overflow-x: auto;
  }
  .ald_pro_nav.drag-box .drag-x::-webkit-scrollbar {
    height: 0;
  }
}
.ald_pro_conBox {
  background: #f7f7f7;
  padding-top: 0.5rem;
  padding-bottom: 1.2rem;
}
.ald_pro_conBox .navBox {
  width: 100%;
  max-width: 1560px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 1680px) {
  .ald_pro_conBox .navBox {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width: 1024px) {
  .ald_pro_conBox .navBox {
    padding: 0 30px;
  }
}
@media (max-width: 990px) {
  .ald_pro_conBox .navBox {
    padding: 0 20px;
  }
}
.ald_pro_conBox .navBox .conLi_navSwpBox {
  width: 100%;
}
.ald_pro_conBox .navBox .conLi_navSwp {
  position: relative;
  width: 100%;
  height: 0.6rem;
  overflow: hidden;
  display: -webkit-box;
}
.ald_pro_conBox .navBox .conLi_navSwp .hhswp-wrapper {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  overflow-x: auto;
  /*定义滚动条的轨道颜色、内阴影及圆角*/
  /*定义滑块颜色、内阴影及圆角*/
}
.ald_pro_conBox .navBox .conLi_navSwp .hhswp-wrapper::-webkit-scrollbar {
  width: 10px;
  /*对垂直流动条有效*/
  height: 10px;
}
.ald_pro_conBox .navBox .conLi_navSwp .hhswp-wrapper::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #ededed;
  background-color: #ededed;
  border-radius: 3px;
}
.ald_pro_conBox .navBox .conLi_navSwp .hhswp-wrapper::-webkit-scrollbar-thumb {
  border-radius: 7px;
  -webkit-box-shadow: inset 0 0 6px #0382da;
  background-color: #0382da;
}
@media (max-width: 768px) {
  .ald_pro_conBox .navBox .conLi_navSwp .hhswp-wrapper::-webkit-scrollbar {
    width: 2px;
    /*对垂直流动条有效*/
    height: 2px!important;
  }
}
.ald_pro_conBox .navBox .conLi_navSwp .hhswp-slide {
  cursor: pointer;
  padding: 0 2.08vw;
  white-space: nowrap;
  height: 100%;
}
@media (max-width: 768) {
  .ald_pro_conBox .navBox .conLi_navSwp .hhswp-slide {
    padding: 0 15px;
  }
}
.ald_pro_conBox .navBox .conLi_navSwp .hhswp-slide .hh_div {
  height: 100%;
  width: 100%;
}
.ald_pro_conBox .navBox .conLi_navSwp .hhswp-slide .hh_div a {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
}
@media (max-width: 2048px) {
  .ald_pro_conBox .navBox .conLi_navSwp .hhswp-slide .hh_div a {
    font-size: 19.2px;
  }
}
@media (max-width: 1920px) {
  .ald_pro_conBox .navBox .conLi_navSwp .hhswp-slide .hh_div a {
    font-size: 18px;
  }
}
@media (max-width: 1680px) {
  .ald_pro_conBox .navBox .conLi_navSwp .hhswp-slide .hh_div a {
    font-size: 15.75px;
  }
}
@media (max-width: 1459px) {
  .ald_pro_conBox .navBox .conLi_navSwp .hhswp-slide .hh_div a {
    font-size: 13.678125px;
  }
}
@media (max-width: 1366px) {
  .ald_pro_conBox .navBox .conLi_navSwp .hhswp-slide .hh_div a {
    font-size: 12.80625px;
  }
}
@media (max-width: 1280px) {
  .ald_pro_conBox .navBox .conLi_navSwp .hhswp-slide .hh_div a {
    font-size: 12px;
  }
}
@media (max-width: 1259px) {
  .ald_pro_conBox .navBox .conLi_navSwp .hhswp-slide .hh_div a {
    font-size: 11.803125px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_pro_conBox .navBox .conLi_navSwp .hhswp-slide .hh_div a {
    font-size: 9.6px;
  }
}
@media (min-width: 1024px) and (max-width: 1680px) {
  .ald_pro_conBox .navBox .conLi_navSwp .hhswp-slide .hh_div a {
    font-size: 15.75px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_pro_conBox .navBox .conLi_navSwp .hhswp-slide .hh_div a {
    font-size: 11.803125px;
  }
}
@media (min-width: 1367px) {
  .ald_pro_conBox .navBox .conLi_navSwp .hhswp-slide .hh_div a {
    font-size: 18px;
  }
}
@media (min-width: 1025px) and (max-width: 1366px) {
  .ald_pro_conBox .navBox .conLi_navSwp .hhswp-slide .hh_div a {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_pro_conBox .navBox .conLi_navSwp .hhswp-slide .hh_div a {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .ald_pro_conBox .navBox .conLi_navSwp .hhswp-slide .hh_div a {
    font-size: 0.16rem;
  }
}
.ald_pro_conBox .navBox .conLi_navSwp .hhswp-slide-thumb-active,
.ald_pro_conBox .navBox .conLi_navSwp .hhswp-slide.on {
  background: #0382da;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.ald_pro_conBox .navBox .conLi_navSwp .hhswp-slide-thumb-active .hh_div a,
.ald_pro_conBox .navBox .conLi_navSwp .hhswp-slide.on .hh_div a {
  color: #FFF;
}
.ald_pro_conBox .navBox .swp_btnBox {
  position: absolute;
  right: 0;
  top: 50%;
}
.ald_pro_conBox .navBox .swp_btnBox .swp_btn {
  display: none;
  width: 15.38%;
  background: transparent;
  height: 100%;
  /* display: flex; */
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.ald_pro_conBox .navBox .swp_btnBox .swp_btn:nth-of-type(1) {
  display: block;
}
.ald_pro_conBox .navBox .swp_btnBox .hhswp-button-prev {
  background-image: url(../images/icon_l.png);
  left: -1px;
  background-size: 0.55rem 0.55rem;
  width: 0.55rem;
  height: 0.55rem;
  top: 50%;
  transform: translateY(-50%);
  left: unset;
  right: 0.8rem;
  cursor: pointer;
  margin-top: 0;
}
@media (max-width: 768px) {
  .ald_pro_conBox .navBox .swp_btnBox .hhswp-button-prev {
    display: none;
  }
}
.ald_pro_conBox .navBox .swp_btnBox .hhswp-button-next {
  background-image: url(../images/icon_r.png);
  right: -1px;
  background-size: 0.55rem 0.55rem;
  width: 0.55rem;
  height: 0.55rem;
  top: 50%;
  transform: translateY(-50%);
  left: unset;
  right: 0;
  cursor: pointer;
  margin-top: 0;
}
@media (max-width: 768px) {
  .ald_pro_conBox .navBox .swp_btnBox .hhswp-button-next {
    display: none;
  }
}
.ald_pro_conBox .navBox .swp_btnBox .hhswp-button-prev:after,
.ald_pro_conBox .navBox .swp_btnBox .hhswp-container-rtl .hhswp-button-next:after,
.ald_pro_conBox .navBox .swp_btnBox .hhswp-button-next:after,
.ald_pro_conBox .navBox .swp_btnBox .hhswp-container-rtl .hhswp-button-prev:after {
  content: ' ';
}
.ald_pro_conBox .navBox .swp_btnBox .hhswp-button-prev:hover {
  background-image: url(../images/icon_la.png);
}
.ald_pro_conBox .navBox .swp_btnBox .hhswp-button-next:hover {
  background-image: url(../images/icon_ra.png);
}
.ald_pro_conBox .navBox .swp_btnBox .hhswp-button-next.hhswp-button-disabled,
.ald_pro_conBox .navBox .swp_btnBox .hhswp-button-prev.hhswp-button-disabled {
  opacity: 1;
}
.ald_pro_conBox .conLi_swp_box {
  width: 100%;
  max-width: 1560px;
  margin: 0 auto;
}
@media (max-width: 1680px) {
  .ald_pro_conBox .conLi_swp_box {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width: 1024px) {
  .ald_pro_conBox .conLi_swp_box {
    padding: 0 30px;
  }
}
@media (max-width: 990px) {
  .ald_pro_conBox .conLi_swp_box {
    padding: 0 20px;
  }
}
.ald_pro_conBox .conLi_swp_box .conLi_swp {
  display: none;
}
.ald_pro_conBox .conLi_swp_box .conLi_swp .hhswp-slide table {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.ald_pro_conBox .conLi_swp_box .conLi_swp .hhswp-slide table .nav,
.ald_pro_conBox .conLi_swp_box .conLi_swp .hhswp-slide table .text {
  background-color: #333;
  color: #FFF;
  display: flex;
}
@media (max-width: 2048px) {
  .ald_pro_conBox .conLi_swp_box .conLi_swp .hhswp-slide table .nav,
  .ald_pro_conBox .conLi_swp_box .conLi_swp .hhswp-slide table .text {
    font-size: 17.06666667px;
  }
}
@media (max-width: 1920px) {
  .ald_pro_conBox .conLi_swp_box .conLi_swp .hhswp-slide table .nav,
  .ald_pro_conBox .conLi_swp_box .conLi_swp .hhswp-slide table .text {
    font-size: 16px;
  }
}
@media (max-width: 1680px) {
  .ald_pro_conBox .conLi_swp_box .conLi_swp .hhswp-slide table .nav,
  .ald_pro_conBox .conLi_swp_box .conLi_swp .hhswp-slide table .text {
    font-size: 14px;
  }
}
@media (max-width: 1459px) {
  .ald_pro_conBox .conLi_swp_box .conLi_swp .hhswp-slide table .nav,
  .ald_pro_conBox .conLi_swp_box .conLi_swp .hhswp-slide table .text {
    font-size: 12.15833333px;
  }
}
@media (max-width: 1366px) {
  .ald_pro_conBox .conLi_swp_box .conLi_swp .hhswp-slide table .nav,
  .ald_pro_conBox .conLi_swp_box .conLi_swp .hhswp-slide table .text {
    font-size: 11.38333333px;
  }
}
@media (max-width: 1280px) {
  .ald_pro_conBox .conLi_swp_box .conLi_swp .hhswp-slide table .nav,
  .ald_pro_conBox .conLi_swp_box .conLi_swp .hhswp-slide table .text {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1259px) {
  .ald_pro_conBox .conLi_swp_box .conLi_swp .hhswp-slide table .nav,
  .ald_pro_conBox .conLi_swp_box .conLi_swp .hhswp-slide table .text {
    font-size: 10.49166667px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_pro_conBox .conLi_swp_box .conLi_swp .hhswp-slide table .nav,
  .ald_pro_conBox .conLi_swp_box .conLi_swp .hhswp-slide table .text {
    font-size: 8.53333333px;
  }
}
@media (min-width: 1024px) and (max-width: 1680px) {
  .ald_pro_conBox .conLi_swp_box .conLi_swp .hhswp-slide table .nav,
  .ald_pro_conBox .conLi_swp_box .conLi_swp .hhswp-slide table .text {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_pro_conBox .conLi_swp_box .conLi_swp .hhswp-slide table .nav,
  .ald_pro_conBox .conLi_swp_box .conLi_swp .hhswp-slide table .text {
    font-size: 10.49166667px;
  }
}
@media (max-width: 768px) {
  .ald_pro_conBox .conLi_swp_box .conLi_swp .hhswp-slide table .nav,
  .ald_pro_conBox .conLi_swp_box .conLi_swp .hhswp-slide table .text {
    font-size: 0.16rem;
  }
}
.ald_pro_conBox .conLi_swp_box .conLi_swp .hhswp-slide table .nav th,
.ald_pro_conBox .conLi_swp_box .conLi_swp .hhswp-slide table .text th,
.ald_pro_conBox .conLi_swp_box .conLi_swp .hhswp-slide table .nav td,
.ald_pro_conBox .conLi_swp_box .conLi_swp .hhswp-slide table .text td {
  flex: 1;
  min-height: 0.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'siyuan_light';
}
@media (max-width: 768px) {
  .ald_pro_conBox .conLi_swp_box .conLi_swp .hhswp-slide table .nav th,
  .ald_pro_conBox .conLi_swp_box .conLi_swp .hhswp-slide table .text th,
  .ald_pro_conBox .conLi_swp_box .conLi_swp .hhswp-slide table .nav td,
  .ald_pro_conBox .conLi_swp_box .conLi_swp .hhswp-slide table .text td {
    min-height: 0.45rem;
  }
}
.ald_pro_conBox .conLi_swp_box .conLi_swp .hhswp-slide table .nav th,
.ald_pro_conBox .conLi_swp_box .conLi_swp .hhswp-slide table .text th {
  padding: 0 10px;
}
@media (max-width: 768px) {
  .ald_pro_conBox .conLi_swp_box .conLi_swp .hhswp-slide table .nav th,
  .ald_pro_conBox .conLi_swp_box .conLi_swp .hhswp-slide table .text th {
    padding: 10px;
  }
}
.ald_pro_conBox .conLi_swp_box .conLi_swp .hhswp-slide table .nav {
  padding: 1.042vw 0;
}
.ald_pro_conBox .conLi_swp_box .conLi_swp .hhswp-slide table .text {
  border-bottom: 1px solid #e1e1e1;
  background: #f7f7f7;
  transition: all 0.5s;
  cursor: pointer;
}
.ald_pro_conBox .conLi_swp_box .conLi_swp .hhswp-slide table .text td {
  color: #666;
  text-align: center;
  font-family: 'siyuan_regular';
  padding: 5px 10px;
}
.ald_pro_conBox .conLi_swp_box .conLi_swp .hhswp-slide table .text td:nth-of-type(1) {
  background: #eee;
  transition: all 0.5s;
  position: relative;
}
.ald_pro_conBox .conLi_swp_box .conLi_swp .hhswp-slide table .text td:nth-of-type(1):hover div {
  display: flex;
}
.ald_pro_conBox .conLi_swp_box .conLi_swp .hhswp-slide table .text td:nth-of-type(1) div {
  position: absolute;
  width: 9.375vw;
  height: 9.375vw;
  display: none;
  top: 115%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 11;
  align-items: center;
  justify-content: center;
  background: #fff;
}
.ald_pro_conBox .conLi_swp_box .conLi_swp .hhswp-slide table .text td:nth-of-type(1) div img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.ald_pro_conBox .conLi_swp_box .conLi_swp .hhswp-slide table .text td:nth-of-type(1) div::before {
  content: '';
  position: absolute;
  border: 10px solid transparent;
  border-bottom-color: #fff;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.ald_pro_conBox .conLi_swp_box .conLi_swp .hhswp-slide table .text td:last-child a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}
.ald_pro_conBox .conLi_swp_box .conLi_swp .hhswp-slide table .text td:last-child a .img_a {
  display: none;
  transition: all 0.5s;
}
.ald_pro_conBox .conLi_swp_box .conLi_swp .hhswp-slide table .text:hover {
  background: #e4e4e4;
}
.ald_pro_conBox .conLi_swp_box .conLi_swp .hhswp-slide table .text:hover td:nth-of-type(1) {
  background: #eee;
  color: #0382da;
}
.ald_pro_conBox .conLi_swp_box .conLi_swp .hhswp-slide table .text:hover td:last-child a {
  background: #0382da;
}
.ald_pro_conBox .conLi_swp_box .conLi_swp .hhswp-slide table .text:hover td:last-child .img {
  display: none;
}
.ald_pro_conBox .conLi_swp_box .conLi_swp .hhswp-slide table .text:hover td:last-child .img_a {
  display: block;
  animation: hideShow;
}
.ald_pro_conBox .conLi_swp_box .conLi_swp:nth-of-type(1) {
  display: block;
}
@media (max-width: 1280px) {
  .ald_pro_conBox .conLi_swp_box .conLi_swp .hhswp-slide table .nav th,
  .ald_pro_conBox .conLi_swp_box .conLi_swp .hhswp-slide table .text th,
  .ald_pro_conBox .conLi_swp_box .conLi_swp .hhswp-slide table .nav td,
  .ald_pro_conBox .conLi_swp_box .conLi_swp .hhswp-slide table .text td {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .ald_pro_conBox {
    padding-top: 0.3rem;
    padding-bottom: 0.4rem;
  }
  .ald_pro_conBox .navBox .conLi_navSwp {
    width: 100%;
    height: 0.4rem;
  }
  .ald_pro_conBox .conLi_swp_box .conLi_swp .hhswp-slide table {
    display: -webkit-box;
    overflow-x: auto;
  }
  .ald_pro_conBox .conLi_swp_box .conLi_swp .hhswp-slide table .nav th,
  .ald_pro_conBox .conLi_swp_box .conLi_swp .hhswp-slide table .text th,
  .ald_pro_conBox .conLi_swp_box .conLi_swp .hhswp-slide table .nav td,
  .ald_pro_conBox .conLi_swp_box .conLi_swp .hhswp-slide table .text td {
    width: 1.2rem;
    flex: unset;
  }
  .ald_pro_conBox .conLi_swp_box .conLi_swp .hhswp-slide table .nav th,
  .ald_pro_conBox .conLi_swp_box .conLi_swp .hhswp-slide table .text th,
  .ald_pro_conBox .conLi_swp_box .conLi_swp .hhswp-slide table .nav td,
  .ald_pro_conBox .conLi_swp_box .conLi_swp .hhswp-slide table .text td {
    font-size: 0.14rem;
  }
  .ald_pro_conBox .navBox .conLi_navSwp {
    overflow-x: auto;
  }
  .ald_pro_conBox .navBox .conLi_navSwp .hhswp-slide {
    padding: 0 15px;
  }
  .ald_pro_conBox .conLi_swp_box .conLi_swp .hhswp-slide table .nav {
    padding: 0;
  }
  .ald_pro_conBox .conLi_swp_box .conLi_swp .hhswp-slide table .text td:nth-of-type(1):hover div {
    display: none;
  }
}
.ald_pdjj {
  padding-top: 0.45rem;
  padding-bottom: 0.65rem;
  background: #f7f7f7;
}
.ald_pdjj .hh_w {
  width: 15.6rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .ald_pdjj .hh_w {
    width: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
.ald_pdjj .hh_w .div_l {
  width: 7.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.ald_pdjj .hh_w .div_l .ald_pd_swp {
  overflow: hidden;
  width: 100%;
  margin-bottom: 0.3rem;
}
.ald_pdjj .hh_w .div_l .ald_pd_swp .swiper-slide {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100% !important;
  height: 4.55rem;
  border-radius: 10px;
}
.ald_pdjj .hh_w .div_l .ald_pd_swp .swiper-slide .img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.ald_pdjj .hh_w .div_l .ald_pd_navSwpBox {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ald_pdjj .hh_w .div_l .ald_pd_navSwpBox .ald_pd_navSwp {
  width: 6.37rem;
  overflow: hidden;
}
.ald_pdjj .hh_w .div_l .ald_pd_navSwpBox .ald_pd_navSwp .swiper-slide {
  height: 0.95rem;
  border: 1px solid #ddd;
  border-radius: 20px;
  transition: all 0.3s;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1440px) {
  .ald_pdjj .hh_w .div_l .ald_pd_navSwpBox .ald_pd_navSwp .swiper-slide {
    border-radius: 12px;
  }
}
@media (min-width: 769px) {
  .ald_pdjj .hh_w .div_l .ald_pd_navSwpBox .ald_pd_navSwp .swiper-slide {
    width: 1.35rem !important;
  }
}
.ald_pdjj .hh_w .div_l .ald_pd_navSwpBox .ald_pd_navSwp .swiper-slide .img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.ald_pdjj .hh_w .div_l .ald_pd_navSwpBox .ald_pd_navSwp .swiper-slide-thumb-active {
  border: 3px solid #0382da;
}
.ald_pdjj .hh_w .div_l .ald_pd_navSwpBox .swiper-button-prev {
  background-image: url(../images/icon_pl.png);
  background-size: 14px 24px;
  width: 14px;
  height: 24px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  cursor: pointer;
  margin-top: 0;
  transition: all 0.5s;
}
@media (max-width: 768px) {
}
.ald_pdjj .hh_w .div_l .ald_pd_navSwpBox .swiper-button-next {
  background-image: url(../images/icon_pr.png);
  background-size: 14px 24px;
  width: 14px;
  height: 24px;
  top: 50%;
  transform: translateY(-50%);
  left: unset;
  right: 0;
  cursor: pointer;
  margin-top: 0;
  transition: all 0.5s;
}
@media (max-width: 768px) {
}
.ald_pdjj .hh_w .div_l .ald_pd_navSwpBox .swiper-button-prev:after,
.ald_pdjj .hh_w .div_l .ald_pd_navSwpBox .swiper-container-rtl .swiper-button-next:after,
.ald_pdjj .hh_w .div_l .ald_pd_navSwpBox .swiper-button-next:after,
.ald_pdjj .hh_w .div_l .ald_pd_navSwpBox .swiper-container-rtl .swiper-button-prev:after {
  content: ' ';
}
.ald_pdjj .hh_w .div_l .ald_pd_navSwpBox .swiper-button-prev:hover {
  background-image: url(../images/icon_pla.png);
  background-size: 14px 24px;
}
.ald_pdjj .hh_w .div_l .ald_pd_navSwpBox .swiper-button-next:hover {
  background-image: url(../images/icon_pra.png);
  background-size: 14px 24px;
}
.ald_pdjj .hh_w .div_r {
  width: 6.6rem;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.ald_pdjj .hh_w .div_r .div1 {
  margin-bottom: 0.3rem;
}
.ald_pdjj .hh_w .div_r .div1 .p1 {
  color: #333;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0.2rem;
}
@media (max-width: 2048px) {
  .ald_pdjj .hh_w .div_r .div1 .p1 {
    font-size: 51.2px;
  }
}
@media (max-width: 1920px) {
  .ald_pdjj .hh_w .div_r .div1 .p1 {
    font-size: 48px;
  }
}
@media (max-width: 1680px) {
  .ald_pdjj .hh_w .div_r .div1 .p1 {
    font-size: 42px;
  }
}
@media (max-width: 1459px) {
  .ald_pdjj .hh_w .div_r .div1 .p1 {
    font-size: 36.475px;
  }
}
@media (max-width: 1366px) {
  .ald_pdjj .hh_w .div_r .div1 .p1 {
    font-size: 34.15px;
  }
}
@media (max-width: 1280px) {
  .ald_pdjj .hh_w .div_r .div1 .p1 {
    font-size: 32px;
  }
}
@media (max-width: 1259px) {
  .ald_pdjj .hh_w .div_r .div1 .p1 {
    font-size: 31.475px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_pdjj .hh_w .div_r .div1 .p1 {
    font-size: 25.6px;
  }
}
.ald_pdjj .hh_w .div_r .div1 .p2 {
  display: flex;
  flex-wrap: wrap;
}
.ald_pdjj .hh_w .div_r .div1 .p2 span {
  padding: 5px 20px;
  background: #0382da;
  color: #FFF;
  border-radius: 10px;
}
@media (max-width: 2048px) {
  .ald_pdjj .hh_w .div_r .div1 .p2 span {
    font-size: 21.33333333px;
  }
}
@media (max-width: 1920px) {
  .ald_pdjj .hh_w .div_r .div1 .p2 span {
    font-size: 20px;
  }
}
@media (max-width: 1680px) {
  .ald_pdjj .hh_w .div_r .div1 .p2 span {
    font-size: 17.5px;
  }
}
@media (max-width: 1459px) {
  .ald_pdjj .hh_w .div_r .div1 .p2 span {
    font-size: 15.19791667px;
  }
}
@media (max-width: 1366px) {
  .ald_pdjj .hh_w .div_r .div1 .p2 span {
    font-size: 14.22916667px;
  }
}
@media (max-width: 1280px) {
  .ald_pdjj .hh_w .div_r .div1 .p2 span {
    font-size: 13.33333333px;
  }
}
@media (max-width: 1259px) {
  .ald_pdjj .hh_w .div_r .div1 .p2 span {
    font-size: 13.11458333px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_pdjj .hh_w .div_r .div1 .p2 span {
    font-size: 10.66666667px;
  }
}
@media (min-width: 1024px) and (max-width: 1680px) {
  .ald_pdjj .hh_w .div_r .div1 .p2 span {
    font-size: 17.5px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_pdjj .hh_w .div_r .div1 .p2 span {
    font-size: 13.11458333px;
  }
}
.ald_pdjj .hh_w .div_r .div2 {
  margin-bottom: 0.3rem;
  border-bottom: 1px solid #e3e3e3;
  width: 4.9rem;
}
.ald_pdjj .hh_w .div_r .div2 .ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 0.3rem;
}
.ald_pdjj .hh_w .div_r .div2 .ul .li {
  position: relative;
  padding-left: 12px;
  min-width: 50%;
  color: #666;
  font-family: 'siyuan_regular';
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  line-height: 1;
  white-space: nowrap;
}
@media (max-width: 2048px) {
  .ald_pdjj .hh_w .div_r .div2 .ul .li {
    font-size: 19.2px;
  }
}
@media (max-width: 1920px) {
  .ald_pdjj .hh_w .div_r .div2 .ul .li {
    font-size: 18px;
  }
}
@media (max-width: 1680px) {
  .ald_pdjj .hh_w .div_r .div2 .ul .li {
    font-size: 15.75px;
  }
}
@media (max-width: 1459px) {
  .ald_pdjj .hh_w .div_r .div2 .ul .li {
    font-size: 13.678125px;
  }
}
@media (max-width: 1366px) {
  .ald_pdjj .hh_w .div_r .div2 .ul .li {
    font-size: 12.80625px;
  }
}
@media (max-width: 1280px) {
  .ald_pdjj .hh_w .div_r .div2 .ul .li {
    font-size: 12px;
  }
}
@media (max-width: 1259px) {
  .ald_pdjj .hh_w .div_r .div2 .ul .li {
    font-size: 11.803125px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_pdjj .hh_w .div_r .div2 .ul .li {
    font-size: 9.6px;
  }
}
@media (min-width: 1024px) and (max-width: 1680px) {
  .ald_pdjj .hh_w .div_r .div2 .ul .li {
    font-size: 15.75px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_pdjj .hh_w .div_r .div2 .ul .li {
    font-size: 11.803125px;
  }
}
@media (min-width: 1367px) {
  .ald_pdjj .hh_w .div_r .div2 .ul .li {
    font-size: 18px;
  }
}
@media (min-width: 1025px) and (max-width: 1366px) {
  .ald_pdjj .hh_w .div_r .div2 .ul .li {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_pdjj .hh_w .div_r .div2 .ul .li {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .ald_pdjj .hh_w .div_r .div2 .ul .li {
    font-size: 0.16rem;
  }
}
.ald_pdjj .hh_w .div_r .div2 .ul .li::before {
  content: '';
  background: #2a90d6;
  width: 6px;
  height: 6px;
  border-radius: 1000px;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
}
.ald_pdjj .hh_w .div_r .div3 {
  margin-bottom: 0.6rem;
}
.ald_pdjj .hh_w .div_r .div3 a {
  display: flex;
  align-items: center;
}
.ald_pdjj .hh_w .div_r .div3 a .span {
  color: #0382da;
  margin-right: 0.2rem;
  font-family: 'siyuan_bold';
}
@media (max-width: 2048px) {
  .ald_pdjj .hh_w .div_r .div3 a .span {
    font-size: 21.33333333px;
  }
}
@media (max-width: 1920px) {
  .ald_pdjj .hh_w .div_r .div3 a .span {
    font-size: 20px;
  }
}
@media (max-width: 1680px) {
  .ald_pdjj .hh_w .div_r .div3 a .span {
    font-size: 17.5px;
  }
}
@media (max-width: 1459px) {
  .ald_pdjj .hh_w .div_r .div3 a .span {
    font-size: 15.19791667px;
  }
}
@media (max-width: 1366px) {
  .ald_pdjj .hh_w .div_r .div3 a .span {
    font-size: 14.22916667px;
  }
}
@media (max-width: 1280px) {
  .ald_pdjj .hh_w .div_r .div3 a .span {
    font-size: 13.33333333px;
  }
}
@media (max-width: 1259px) {
  .ald_pdjj .hh_w .div_r .div3 a .span {
    font-size: 13.11458333px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_pdjj .hh_w .div_r .div3 a .span {
    font-size: 10.66666667px;
  }
}
@media (min-width: 1024px) and (max-width: 1680px) {
  .ald_pdjj .hh_w .div_r .div3 a .span {
    font-size: 17.5px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_pdjj .hh_w .div_r .div3 a .span {
    font-size: 13.11458333px;
  }
}
.ald_pdjj .hh_w .div_r .div4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  width: 4.9rem;
}
.ald_pdjj .hh_w .div_r .div4 .tel {
  display: flex;
}
.ald_pdjj .hh_w .div_r .div4 .tel .p1 {
  margin-right: 0.15rem;
  display: flex;
  align-items: center;
}
.ald_pdjj .hh_w .div_r .div4 .tel .p2 {
  font-weight: bold;
}
.ald_pdjj .hh_w .div_r .div4 .tel .p2 .span1 {
  color: #333;
}
@media (max-width: 2048px) {
  .ald_pdjj .hh_w .div_r .div4 .tel .p2 .span1 {
    font-size: 17.06666667px;
  }
}
@media (max-width: 1920px) {
  .ald_pdjj .hh_w .div_r .div4 .tel .p2 .span1 {
    font-size: 16px;
  }
}
@media (max-width: 1680px) {
  .ald_pdjj .hh_w .div_r .div4 .tel .p2 .span1 {
    font-size: 14px;
  }
}
@media (max-width: 1459px) {
  .ald_pdjj .hh_w .div_r .div4 .tel .p2 .span1 {
    font-size: 12.15833333px;
  }
}
@media (max-width: 1366px) {
  .ald_pdjj .hh_w .div_r .div4 .tel .p2 .span1 {
    font-size: 11.38333333px;
  }
}
@media (max-width: 1280px) {
  .ald_pdjj .hh_w .div_r .div4 .tel .p2 .span1 {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1259px) {
  .ald_pdjj .hh_w .div_r .div4 .tel .p2 .span1 {
    font-size: 10.49166667px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_pdjj .hh_w .div_r .div4 .tel .p2 .span1 {
    font-size: 8.53333333px;
  }
}
@media (min-width: 1024px) and (max-width: 1680px) {
  .ald_pdjj .hh_w .div_r .div4 .tel .p2 .span1 {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_pdjj .hh_w .div_r .div4 .tel .p2 .span1 {
    font-size: 10.49166667px;
  }
}
@media (max-width: 768px) {
  .ald_pdjj .hh_w .div_r .div4 .tel .p2 .span1 {
    font-size: 0.16rem;
  }
}
.ald_pdjj .hh_w .div_r .div4 .tel .p2 .span2 {
  color: #0382da;
  font-family: 'din';
  white-space: nowrap;
}
@media (max-width: 2048px) {
  .ald_pdjj .hh_w .div_r .div4 .tel .p2 .span2 {
    font-size: 32px;
  }
}
@media (max-width: 1920px) {
  .ald_pdjj .hh_w .div_r .div4 .tel .p2 .span2 {
    font-size: 30px;
  }
}
@media (max-width: 1680px) {
  .ald_pdjj .hh_w .div_r .div4 .tel .p2 .span2 {
    font-size: 26.25px;
  }
}
@media (max-width: 1459px) {
  .ald_pdjj .hh_w .div_r .div4 .tel .p2 .span2 {
    font-size: 22.796875px;
  }
}
@media (max-width: 1366px) {
  .ald_pdjj .hh_w .div_r .div4 .tel .p2 .span2 {
    font-size: 21.34375px;
  }
}
@media (max-width: 1280px) {
  .ald_pdjj .hh_w .div_r .div4 .tel .p2 .span2 {
    font-size: 20px;
  }
}
@media (max-width: 1259px) {
  .ald_pdjj .hh_w .div_r .div4 .tel .p2 .span2 {
    font-size: 19.671875px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_pdjj .hh_w .div_r .div4 .tel .p2 .span2 {
    font-size: 16px;
  }
}
@media (min-width: 1024px) and (max-width: 1680px) {
  .ald_pdjj .hh_w .div_r .div4 .tel .p2 .span2 {
    font-size: 26.25px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_pdjj .hh_w .div_r .div4 .tel .p2 .span2 {
    font-size: 19.671875px;
  }
}
.ald_pdjj .hh_w .div_r .div4 .btn {
  border-radius: 1000px;
  background: #0382da;
  cursor: pointer;
  padding-top: 0.15rem;
  padding-bottom: 0.15rem;
  padding-left: 0.35rem;
  padding-right: 0.35rem;
}
.ald_pdjj .hh_w .div_r .div4 .btn a {
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ald_pdjj .hh_w .div_r .div4 .btn a span {
  margin-right: 0.15rem;
  font-family: 'siyuan_regular';
  white-space: nowrap;
}
@media (max-width: 2048px) {
  .ald_pdjj .hh_w .div_r .div4 .btn a span {
    font-size: 19.2px;
  }
}
@media (max-width: 1920px) {
  .ald_pdjj .hh_w .div_r .div4 .btn a span {
    font-size: 18px;
  }
}
@media (max-width: 1680px) {
  .ald_pdjj .hh_w .div_r .div4 .btn a span {
    font-size: 15.75px;
  }
}
@media (max-width: 1459px) {
  .ald_pdjj .hh_w .div_r .div4 .btn a span {
    font-size: 13.678125px;
  }
}
@media (max-width: 1366px) {
  .ald_pdjj .hh_w .div_r .div4 .btn a span {
    font-size: 12.80625px;
  }
}
@media (max-width: 1280px) {
  .ald_pdjj .hh_w .div_r .div4 .btn a span {
    font-size: 12px;
  }
}
@media (max-width: 1259px) {
  .ald_pdjj .hh_w .div_r .div4 .btn a span {
    font-size: 11.803125px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_pdjj .hh_w .div_r .div4 .btn a span {
    font-size: 9.6px;
  }
}
@media (min-width: 1024px) and (max-width: 1680px) {
  .ald_pdjj .hh_w .div_r .div4 .btn a span {
    font-size: 15.75px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_pdjj .hh_w .div_r .div4 .btn a span {
    font-size: 11.803125px;
  }
}
@media (min-width: 1367px) {
  .ald_pdjj .hh_w .div_r .div4 .btn a span {
    font-size: 18px;
  }
}
@media (min-width: 1025px) and (max-width: 1366px) {
  .ald_pdjj .hh_w .div_r .div4 .btn a span {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_pdjj .hh_w .div_r .div4 .btn a span {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .ald_pdjj .hh_w .div_r .div4 .btn a span {
    font-size: 0.16rem;
  }
}
.ald_pdjj .hh_w .div_r .div4 .btn a img {
  transition: all 0.5s;
}
.ald_pdjj .hh_w .div_r .div4 .btn:hover img {
  transform: translateX(10px);
}
@media (max-width: 1459px) {
  .ald_pdjj .hh_w .div_r .div4 .tel .p2 .span2 {
    font-size: 22px;
  }
  .ald_pdjj .hh_w .div_r .div4 .tel .p1 img {
    width: 0.5rem;
    height: 0.5rem;
  }
  .ald_pdjj .hh_w .div_r .div4 .btn a span {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .ald_pdjj .hh_w .div_r .div2,
  .ald_pdjj .hh_w .div_r .div4 {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .ald_pdjj {
    padding-bottom: 0.4rem;
  }
  .ald_pdjj .hh_w .div_l,
  .ald_pdjj .hh_w .div_r,
  .ald_pdjj .hh_w .div_r .div4,
  .ald_pdjj .hh_w .div_r .div2 {
    width: 100%;
  }
  .ald_pdjj .hh_w {
    flex-direction: column;
  }
  .ald_pdjj {
    padding-top: 0;
  }
  .ald_pdjj .hh_w .div_l .ald_pd_swp .swiper-slide {
    height: 2.8rem;
  }
  .ald_pdjj .hh_w .div_l .ald_pd_navSwpBox .ald_pd_navSwp .swiper-slide {
    height: 0.5rem;
    border-radius: 10px;
  }
  .ald_pdjj .hh_w .div_r .div1 .p1 {
    font-size: 0.24rem;
  }
  .ald_pdjj .hh_w .div_r .div2 .ul .li {
    font-size: 0.14rem;
  }
  .ald_pdjj .hh_w .div_r {
    margin-top: 0.4rem;
  }
  .ald_pdjj .hh_w .div_r .div1 {
    margin-bottom: 0.25rem;
  }
  .ald_pdjj .hh_w .div_r .div3 a .span {
    font-size: 0.14rem;
    line-height: 1;
  }
  .ald_pdjj .hh_w .div_r .div3 {
    margin-bottom: 0.25rem;
  }
  .ald_pdjj .hh_w .div_r .div4 {
    flex-direction: column;
    align-items: flex-start;
  }
  .ald_pdjj .hh_w .div_r .div4 .tel {
    display: flex;
  }
  .ald_pdjj .hh_w .div_r .div4 .tel .p1 img {
    width: 0.25rem;
    height: 0.25rem;
  }
  .ald_pdjj .hh_w .div_r .div4 .tel .p2 {
    display: flex;
    align-items: center;
  }
  .ald_pdjj .hh_w .div_r .div4 .tel .p1 {
    margin-right: 0.05rem;
  }
  .ald_pdjj .hh_w .div_r .div4 .tel .p2 .span1 {
    margin-right: 0.1rem;
  }
  .ald_pdjj .hh_w .div_r .div4 .btn {
    padding-top: 0.08rem;
    padding-bottom: 0.08rem;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
    margin-top: 0.15rem;
  }
  .ald_pdjj .hh_w .div_r .div4 .btn a span {
    font-size: 0.14rem;
  }
  .ald_pdjj .hh_w .div_r .div2 {
    margin-bottom: 0.15rem;
  }
  .ald_pdjj .hh_w .div_r .div3 {
    margin-bottom: 0.3rem;
  }
  .ald_pdjj .hh_w .div_l .ald_pd_navSwpBox .ald_pd_navSwp {
    width: 85%;
  }
}
.ald_pdxq {
  padding-top: 0.8rem;
  padding-bottom: 1rem;
}
.ald_pdxq .hh_w {
  width: 15.6rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .ald_pdxq .hh_w {
    width: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
.ald_pdxq .hh_w .nav {
  margin-bottom: 0.5rem;
  display: flex;
}
.ald_pdxq .hh_w .nav .li {
  cursor: pointer;
  background: #f7f7f7;
  border: 1px solid #e9e9e9;
  border-radius: 1000px;
  color: #666;
  display: inline-block;
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  font-family: 'siyuan_regular';
  margin-right: 0.25rem;
  transition: all 0.3s;
}
@media (max-width: 2048px) {
  .ald_pdxq .hh_w .nav .li {
    font-size: 19.2px;
  }
}
@media (max-width: 1920px) {
  .ald_pdxq .hh_w .nav .li {
    font-size: 18px;
  }
}
@media (max-width: 1680px) {
  .ald_pdxq .hh_w .nav .li {
    font-size: 15.75px;
  }
}
@media (max-width: 1459px) {
  .ald_pdxq .hh_w .nav .li {
    font-size: 13.678125px;
  }
}
@media (max-width: 1366px) {
  .ald_pdxq .hh_w .nav .li {
    font-size: 12.80625px;
  }
}
@media (max-width: 1280px) {
  .ald_pdxq .hh_w .nav .li {
    font-size: 12px;
  }
}
@media (max-width: 1259px) {
  .ald_pdxq .hh_w .nav .li {
    font-size: 11.803125px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_pdxq .hh_w .nav .li {
    font-size: 9.6px;
  }
}
@media (min-width: 1024px) and (max-width: 1680px) {
  .ald_pdxq .hh_w .nav .li {
    font-size: 15.75px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_pdxq .hh_w .nav .li {
    font-size: 11.803125px;
  }
}
@media (min-width: 1367px) {
  .ald_pdxq .hh_w .nav .li {
    font-size: 18px;
  }
}
@media (min-width: 1025px) and (max-width: 1366px) {
  .ald_pdxq .hh_w .nav .li {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_pdxq .hh_w .nav .li {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .ald_pdxq .hh_w .nav .li {
    font-size: 0.16rem;
  }
}
.ald_pdxq .hh_w .nav .li:hover,
.ald_pdxq .hh_w .nav .li.on {
  background: #0382da;
  border-color: #0382da;
}
.ald_pdxq .hh_w .nav .li:hover a,
.ald_pdxq .hh_w .nav .li.on a {
  color: #FFF;
}
.ald_pdxq .hh_w .conBox .li {
  margin-bottom: 0.4rem;
}
.ald_pdxq .hh_w .conBox .li .title {
  background: #f7f7f7;
  height: 0.85rem;
  position: relative;
  padding-left: 0.7rem;
  display: flex;
  align-items: center;
  color: #333;
  font-weight: bold;
}
@media (max-width: 2048px) {
  .ald_pdxq .hh_w .conBox .li .title {
    font-size: 34.13333333px;
  }
}
@media (max-width: 1920px) {
  .ald_pdxq .hh_w .conBox .li .title {
    font-size: 32px;
  }
}
@media (max-width: 1680px) {
  .ald_pdxq .hh_w .conBox .li .title {
    font-size: 28px;
  }
}
@media (max-width: 1459px) {
  .ald_pdxq .hh_w .conBox .li .title {
    font-size: 24.31666667px;
  }
}
@media (max-width: 1366px) {
  .ald_pdxq .hh_w .conBox .li .title {
    font-size: 22.76666667px;
  }
}
@media (max-width: 1280px) {
  .ald_pdxq .hh_w .conBox .li .title {
    font-size: 21.33333333px;
  }
}
@media (max-width: 1259px) {
  .ald_pdxq .hh_w .conBox .li .title {
    font-size: 20.98333333px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_pdxq .hh_w .conBox .li .title {
    font-size: 17.06666667px;
  }
}
.ald_pdxq .hh_w .conBox .li .title::before {
  position: absolute;
  content: '';
  width: 5px;
  height: 30px;
  background: #0382da;
  top: 50%;
  transform: translateY(-50%);
  left: 0.5rem;
}
.ald_pdxq .hh_w .conBox .li .text {
  border: 1px solid #eaeaea;
  border-top: 0;
  padding: 0.5rem;
}
.ald_pdxq .hh_w .conBox .li .text * {
  color: #666;
  line-height: 2;
  font-family: 'siyuan_regular';
}
.ald_pdxq .hh_w .conBox .table {
  padding-top: 0.4rem;
}
.ald_pdxq .hh_w .conBox .table .title {
  position: relative;
  padding-left: 0.2rem;
  color: #333;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
@media (max-width: 2048px) {
  .ald_pdxq .hh_w .conBox .table .title {
    font-size: 34.13333333px;
  }
}
@media (max-width: 1920px) {
  .ald_pdxq .hh_w .conBox .table .title {
    font-size: 32px;
  }
}
@media (max-width: 1680px) {
  .ald_pdxq .hh_w .conBox .table .title {
    font-size: 28px;
  }
}
@media (max-width: 1459px) {
  .ald_pdxq .hh_w .conBox .table .title {
    font-size: 24.31666667px;
  }
}
@media (max-width: 1366px) {
  .ald_pdxq .hh_w .conBox .table .title {
    font-size: 22.76666667px;
  }
}
@media (max-width: 1280px) {
  .ald_pdxq .hh_w .conBox .table .title {
    font-size: 21.33333333px;
  }
}
@media (max-width: 1259px) {
  .ald_pdxq .hh_w .conBox .table .title {
    font-size: 20.98333333px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_pdxq .hh_w .conBox .table .title {
    font-size: 17.06666667px;
  }
}
.ald_pdxq .hh_w .conBox .table .title::before {
  position: absolute;
  content: '';
  width: 5px;
  height: 30px;
  background: #0382da;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.ald_pdxq .hh_w .conBox .table table {
  width: 100%;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
}
.ald_pdxq .hh_w .conBox .table table .table_nav,
.ald_pdxq .hh_w .conBox .table table .text {
  background: #f7f7f7;
  color: #333;
}
@media (max-width: 2048px) {
  .ald_pdxq .hh_w .conBox .table table .table_nav,
  .ald_pdxq .hh_w .conBox .table table .text {
    font-size: 19.2px;
  }
}
@media (max-width: 1920px) {
  .ald_pdxq .hh_w .conBox .table table .table_nav,
  .ald_pdxq .hh_w .conBox .table table .text {
    font-size: 18px;
  }
}
@media (max-width: 1680px) {
  .ald_pdxq .hh_w .conBox .table table .table_nav,
  .ald_pdxq .hh_w .conBox .table table .text {
    font-size: 15.75px;
  }
}
@media (max-width: 1459px) {
  .ald_pdxq .hh_w .conBox .table table .table_nav,
  .ald_pdxq .hh_w .conBox .table table .text {
    font-size: 13.678125px;
  }
}
@media (max-width: 1366px) {
  .ald_pdxq .hh_w .conBox .table table .table_nav,
  .ald_pdxq .hh_w .conBox .table table .text {
    font-size: 12.80625px;
  }
}
@media (max-width: 1280px) {
  .ald_pdxq .hh_w .conBox .table table .table_nav,
  .ald_pdxq .hh_w .conBox .table table .text {
    font-size: 12px;
  }
}
@media (max-width: 1259px) {
  .ald_pdxq .hh_w .conBox .table table .table_nav,
  .ald_pdxq .hh_w .conBox .table table .text {
    font-size: 11.803125px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_pdxq .hh_w .conBox .table table .table_nav,
  .ald_pdxq .hh_w .conBox .table table .text {
    font-size: 9.6px;
  }
}
@media (min-width: 1024px) and (max-width: 1680px) {
  .ald_pdxq .hh_w .conBox .table table .table_nav,
  .ald_pdxq .hh_w .conBox .table table .text {
    font-size: 15.75px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_pdxq .hh_w .conBox .table table .table_nav,
  .ald_pdxq .hh_w .conBox .table table .text {
    font-size: 11.803125px;
  }
}
@media (min-width: 1367px) {
  .ald_pdxq .hh_w .conBox .table table .table_nav,
  .ald_pdxq .hh_w .conBox .table table .text {
    font-size: 18px;
  }
}
@media (min-width: 1025px) and (max-width: 1366px) {
  .ald_pdxq .hh_w .conBox .table table .table_nav,
  .ald_pdxq .hh_w .conBox .table table .text {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_pdxq .hh_w .conBox .table table .table_nav,
  .ald_pdxq .hh_w .conBox .table table .text {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .ald_pdxq .hh_w .conBox .table table .table_nav,
  .ald_pdxq .hh_w .conBox .table table .text {
    font-size: 0.16rem;
  }
}
.ald_pdxq .hh_w .conBox .table table .table_nav th,
.ald_pdxq .hh_w .conBox .table table .text th,
.ald_pdxq .hh_w .conBox .table table .table_nav td,
.ald_pdxq .hh_w .conBox .table table .text td {
  height: 1rem;
  font-family: 'siyuan_light';
  border-bottom: 1px solid #eaeaea;
  border-left: 1px solid #eaeaea;
  border-spacing: 0;
  text-align: center;
  line-height: 1rem;
  vertical-align: middle;
}
.ald_pdxq .hh_w .conBox .table table .table_nav th img,
.ald_pdxq .hh_w .conBox .table table .text th img,
.ald_pdxq .hh_w .conBox .table table .table_nav td img,
.ald_pdxq .hh_w .conBox .table table .text td img {
  vertical-align: middle;
}
.ald_pdxq .hh_w .conBox .table table .table_nav th:nth-of-type(1),
.ald_pdxq .hh_w .conBox .table table .text th:nth-of-type(1),
.ald_pdxq .hh_w .conBox .table table .table_nav td:nth-of-type(1),
.ald_pdxq .hh_w .conBox .table table .text td:nth-of-type(1) {
  border-left: 0;
}
.ald_pdxq .hh_w .conBox .table table .table_nav td,
.ald_pdxq .hh_w .conBox .table table .text td {
  height: 2.2rem;
  text-align: center;
  line-height: 2.2rem;
  vertical-align: middle;
}
.ald_pdxq .hh_w .conBox .table table .table_nav td img,
.ald_pdxq .hh_w .conBox .table table .text td img {
  vertical-align: middle;
}
.ald_pdxq .hh_w .conBox .table table .text {
  background-color: #fff;
}
.ald_pdxq_li {
  margin-bottom: 0.4rem;
}
.ald_pdxq_li .title {
  background: #f7f7f7;
  height: 0.85rem;
  position: relative;
  padding-left: 0.7rem;
  display: flex;
  align-items: center;
  color: #333;
  font-weight: bold;
}
@media (max-width: 2048px) {
  .ald_pdxq_li .title {
    font-size: 34.13333333px;
  }
}
@media (max-width: 1920px) {
  .ald_pdxq_li .title {
    font-size: 32px;
  }
}
@media (max-width: 1680px) {
  .ald_pdxq_li .title {
    font-size: 28px;
  }
}
@media (max-width: 1459px) {
  .ald_pdxq_li .title {
    font-size: 24.31666667px;
  }
}
@media (max-width: 1366px) {
  .ald_pdxq_li .title {
    font-size: 22.76666667px;
  }
}
@media (max-width: 1280px) {
  .ald_pdxq_li .title {
    font-size: 21.33333333px;
  }
}
@media (max-width: 1259px) {
  .ald_pdxq_li .title {
    font-size: 20.98333333px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_pdxq_li .title {
    font-size: 17.06666667px;
  }
}
.ald_pdxq_li .title::before {
  position: absolute;
  content: '';
  width: 5px;
  height: 30px;
  background: #0382da;
  top: 50%;
  transform: translateY(-50%);
  left: 0.5rem;
}
.ald_pdxq_li .text {
  border: 1px solid #eaeaea;
  border-top: 0;
  padding: 0.5rem;
}
.ald_pdxq_li .text * {
  color: #666;
  line-height: 2;
  font-family: 'siyuan_regular';
}
@media (max-width: 768px) {
  .ald_pdxq .hh_w .nav {
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 0.1rem;
  }
  .ald_pdxq .hh_w .nav_scroll {
    overflow-x: auto;
    display: -webkit-box;
  }
  .ald_pdxq .hh_w .nav {
    flex-wrap: wrap;
    justify-content: unset;
  }
  .ald_pdxq .hh_w .nav .li {
    min-width: 48%;
    margin-right: 4%;
    height: 0.4rem;
    line-height: 0.4rem;
    font-size: 0.14rem;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    margin-bottom: 0.2rem;
  }
  .ald_pdxq .hh_w .nav .li:nth-of-type(2n+2) {
    margin-right: 0;
  }
  .ald_pdxq_li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .ald_pdxq {
    padding: 0.4rem 0;
  }
  .ald_pdxq_li .title {
    height: 0.55rem;
    width: 100%;
  }
  .ald_pdxq_li .title::before {
    content: unset;
  }
  .ald_pdxq_li .title {
    font-size: 0.2rem;
    padding-left: 0.2rem;
  }
  .ald_pdxq_li .text {
    padding: 0.2rem;
    width: 100%;
    font-size: 0.14rem;
  }
  .ald_pdxq_li {
    margin-bottom: 0.25rem;
  }
  .ald_pdxq .hh_w .conBox .table {
    padding-top: 0.15rem;
  }
  .ald_pdxq .hh_w .conBox .table img {
    width: 100%;
    height: auto;
  }
  .ald_pdxq .hh_w .conBox .table .title {
    padding-left: 0;
  }
  .ald_pdxq .hh_w .conBox .table .title::before {
    content: unset;
  }
  .ald_pdxq .hh_w .conBox .table table {
    display: -webkit-box;
    overflow-x: auto;
  }
  .ald_pdxq .hh_w .conBox .table table .table_nav th,
  .ald_pdxq .hh_w .conBox .table table .text th,
  .ald_pdxq .hh_w .conBox .table table .table_nav td,
  .ald_pdxq .hh_w .conBox .table table .text td {
    width: auto;
    height: auto;
    line-height: 1.7;
    padding: 0.15rem;
    white-space: nowrap;
  }
  .ald_pdxq .hh_w .conBox .table table .table_nav th img,
  .ald_pdxq .hh_w .conBox .table table .text th img,
  .ald_pdxq .hh_w .conBox .table table .table_nav td img,
  .ald_pdxq .hh_w .conBox .table table .text td img {
    max-width: 80%;
    max-height: 80%;
  }
  .ald_pdxq .hh_w .conBox .table table .table_nav td,
  .ald_pdxq .hh_w .conBox .table table .text td {
    height: auto;
    line-height: 1.7;
    font-size: 0.14rem;
  }
  .ald_pdxq .hh_w .conBox .table .title {
    margin-bottom: 0.2rem;
  }
}
/* 产品中心 */
.proo_con1 {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
  overflow: hidden;
}
.proo_con1 .h1 {
  position: relative;
  text-align: center;
  font-size: 62px;
  color: #000;
  font-family: 'albb';
  font-weight: bold;
}
.proo_con1 .h1 .h2 {
  font-size: 138px;
  color: #f6f6f6;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.proo_con1 .rq {
  width: 100%;
  height: 8rem;
  position: relative;
}
.proo_con1 .rq .bj {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.5s all;
}
.proo_con1 .rq .bj.on {
  opacity: 1;
}
.proo_con1 .rq .dw {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.proo_con1 .rq .dw .swiper-button-prev,
.proo_con1 .rq .dw .swiper-button-next {
  width: 86px;
  height: 86px;
  background: url(../images/ca20.png);
  background-size: contain;
  transition: 0.5s all;
  background-repeat: no-repeat;
  opacity: 1;
}
.proo_con1 .rq .dw .swiper-button-next {
  right: -100px;
}
.proo_con1 .rq .dw .swiper-button-prev {
  transform: rotate(180deg);
  left: -100px;
}
.proo_con1 .rq .swiper-container {
  height: 100%;
}
.proo_con1 .rq .swiper-container .swiper-wrapper {
  height: 100%;
}
.proo_con1 .rq .swiper-container .swiper-slide {
  height: 100%;
}
.proo_con1 .rq .swiper-container .swiper-slide .gai {
  width: 16.666%;
  height: 100%;
  position: relative;
  border-right: 1px solid #d8dfe8;
  float: left;
}
.proo_con1 .rq .swiper-container .swiper-slide .gai .div {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s all;
}
.casel_con1 .rq .swiper-container .swiper-slide .gai .div {
  height: auto;
}
.proo_con1 .rq .swiper-container .swiper-slide .gai .pcon {
  color: #fff;
  text-align: center;
  font-size: 48px;
  transition: 0.3s all;
  width: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.proo_con1 .rq .swiper-container .swiper-slide .gai .div a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.proo_con1 .rq .swiper-container .swiper-slide .gai .imgcon {
  width: 55px;
  cursor: pointer;
  margin: 0 auto;
  opacity: 0;
  transition: 0.3s all;
  margin-top: 0px;
  position: absolute;
  left: 50%;
  bottom: 50px;
  transform: translateX(-50%);
}
.proo_con1 .rq .swiper-container .swiper-slide .gai .imgcon img {
  width: 100%;
}
.proo_con1 .rq .swiper-container .swiper-slide .gai .black {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.3s;
  z-index: -1;
}
.proo_con1 .rq .swiper-container .swiper-slide .gai:hover .black,
.proo_con1 .rq .swiper-container .swiper-slide .gai.on .black {
  opacity: 1;
  filter: alpha(opacity=100);
}
.proo_con1 .rq .swiper-container .swiper-slide .gai:hover .imgcon,
.proo_con1 .rq .swiper-container .swiper-slide .gai.on .imgcon {
  opacity: 1;
  filter: alpha(opacity=100);
  /* display: none; */
}
.proo_con1 .rq .swiper-container .swiper-slide .gai:hover .div,
.proo_con1 .rq .swiper-container .swiper-slide .gai.on .div {
  transform: translateY(-50%);
}
/* .proo_con1 .rq .swiper-container .swiper-slide .gai-active .black{
    opacity: 1;
  } */
@media (max-width: 1680px) {
  .proo_con1 .rq .dw .swiper-button-prev,
  .proo_con1 .rq .dw .swiper-button-next {
    width: 70px;
    height: 70px;
  }
  .proo_con2 .rq2 .lef .rq .div a {
    font-size: 21px;
  }
  .proo_con1 .h1 .h2 {
    /* left: 30%; */
  }
  .proo_con1 .rq .swiper-container .swiper-slide .gai .imgcon {
    bottom: 35px;
  }
}
@media (max-width: 1580px) {
  .proo_con1 .rq .dw .swiper-button-next {
    right: -70px;
  }
  .proo_con1 .rq .dw .swiper-button-prev {
    left: -70px;
  }
  .proo_con1 .rq .dw .swiper-button-prev,
  .proo_con1 .rq .dw .swiper-button-next {
    width: 60px;
    height: 60px;
  }
  .proo_con2 .rq2 .lef .rq.on .div {
    padding-top: 5px;
  }
  .proo_con2 .rq2 .lef .rq {
    margin-top: 20px;
  }
  .proo_con1 .rq .swiper-container .swiper-slide .gai .pcon {
    font-size: 36px;
  }
  .proo_con1 .h1 {
    font-size: 46px;
  }
  .proo_con1 .h1 .h2 {
    font-size: 85px;
    top: 50%;
  }
  .proo_con1 {
    padding-bottom: 75px;
  }
  .proo_con1 .rq .swiper-container .swiper-slide .gai .imgcon {
    width: 44px;
  }
  .proo_con2 .rq2 .lef .rq .div1 .p3 {
    font-size: 26px;
  }
  .proo_con2 .rq2 .lef .rq .div a {
    font-size: 18px;
  }
  .proo_con2 .rq2 .lef .rq.on .div1 .p3::after {
    width: 18px;
    height: 14px;
  }
  .proo_con2 .rq2 .lef .rq .div1 .p3 i {
    width: 14px;
    height: 18px;
  }
  .proo_con2 .rq2 {
    margin-top: 40px;
  }
}
@media (max-width: 1459px) {
  .proo_con2 .rq2 .lef .rq .div1 .p3 {
    font-size: 24px;
  }
  .proo_con2 .rq2 .lef .rq .div a {
    font-size: 16px;
  }
  .proo_con2 .rq2 .rig .div .imgcon {
    height: 190px;
  }
}
@media (max-width: 1259px) {
  .proo_con2 .rq2 .lef .rq .div a {
    padding-left: 0px;
  }
  .proo_con2 .rq2 .lef .rq {
    margin-top: 25px;
  }
  .proo_con2 .rq2 .rig .div .imgcon {
    height: 168px;
  }
  .proo_con1 .rq .swiper-container .swiper-slide .gai .imgcon {
    width: 35px;
    bottom: 18px;
  }
}
@media (max-width: 768px) {
  .proo_con1 {
    padding-top: 88px;
  }
  .proo_con2 .rq2 .rig .div .imgcon {
    height: 140px;
  }
  .xz_zs7 .rq .lef textarea {
    height: 100px;
  }
  .proo_con1 .rq .dw .swiper-button-prev,
  .proo_con1 .rq .dw .swiper-button-next {
    display: none;
    right: 0;
  }
  .proo_con2 .applef {
    display: block;
  }
  .proo_con2 .rq2 .lef {
    display: none;
  }
  .proo_con2 .rq2 .rig {
    width: 100%;
  }
  .app {
    display: block;
  }
  .pc {
    display: none;
  }
  .proo_con2 .rq2 .rig .div .pcon .p {
    font-size: 14px;
  }
  .proo_con2 .rq2 .rig .div .pcon {
    height: 76px;
    line-height: 24px;
  }
}
@media (max-width: 500px) {
  .proo_con1 {
    padding-top: 0;
  }
  .sy_con4 .rq .rq1 .rig .p1 img {
    margin-bottom: 4px;
  }
  .sy_con4 .rq .rq1 .rig .p4 img {
    margin-bottom: 0px;
  }
  .sy_con5 .rq1 .lef .div .bot .p1 img {
    margin-bottom: 0px;
  }
  .proo_con1 .rq .swiper-container .swiper-slide .gai .imgcon {
    margin-top: 10px;
  }
  .proo_con2 {
    padding-bottom: 50px;
  }
  .sy_con5 .rq1 .lef .div .bot .p3 img {
    margin-bottom: 0px;
  }
  .proo_con2 .rq1 {
    width: 100%;
    padding-top: 30px;
  }
  .proo_con2 .rq1 .p1 {
    font-size: 24px;
    padding-left: 20px;
  }
  .proo_con2 .rq1 .p1::before {
    width: 4px;
    height: 23px;
  }
  .proo_con2 .rq1 .input button {
    background-size: 18px;
  }
  .proo_con2 .rq1 .input input {
    font-size: 14px;
  }
  .proo_con2 .rq1 .input {
    width: 155px;
    height: 35px;
  }
  .proo_con2 .rq1 .p1 {
    font-size: 18px;
  }
  .proo_con2 .rq2 .rig .div .pcon .p {
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 0 5px;
  }
  .proo_con2 .rq2 .rig .div .pcon {
    height: 64px;
    line-height: 22px;
    padding: 10px 0;
  }
  .proo_con2 .rq2 .rig .div {
    width: 48%;
  }
  .proo_con2 .rq2 .rig .div:nth-child(4n) {
    margin-right: 2%;
  }
  .proo_con2 .rq2 .rig .div:nth-child(2n) {
    margin-right: 0;
  }
  .proo_con1 .rq {
    margin-top: 30px;
  }
  .proo_con1 {
    padding-bottom: 0px;
  }
  .proo_con2 .rq2 {
    margin-top: 20px;
  }
  .proo_con1 .h1 {
    font-size: 24px;
  }
  .proo_con1 .h1 .h2 {
    font-size: 40px;
    top: 50%;
  }
  .proo_con1 .rq .swiper-container .swiper-slide .gai .imgcon {
    width: 24px;
  }
  .proo_con1 .rq .swiper-container .swiper-slide .gai .pcon {
    font-size: 18px;
  }
  .proo_con1 .rq {
    height: auto;
  }
  .proo_con1 .rq .swiper-container .swiper-slide .gai {
    width: 25%;
  }
}
.proo_con1 .rq .case_list .swiper-container .swiper-slide .gai .pcon {
  width: 20%;
  margin: 0 auto;
}
.proo_con1 .rq .case_list .swiper-container .swiper-slide .gai.on .pcon {
  display: none;
}
.proo_con1 .rq .swiper-container .swiper-slide .gai .div .icon {
  display: none;
  margin-left: 55px;
  width: 60px;
  height: 60px;
  margin-bottom: 30px;
}
.proo_con1 .rq .swiper-container .swiper-slide .gai.on .div .icon {
  display: block;
}
.proo_con1 .rq .case_list .swiper-container .swiper-slide .gai .bota .p1 {
  color: #fff;
  font-family: 'siyuan_regular';
  transition: 0.5s all;
  padding: 0 2.865vw;
  line-height: 1;
  white-space: nowrap;
}
@media (max-width: 2048px) {
  .proo_con1 .rq .case_list .swiper-container .swiper-slide .gai .bota .p1 {
    font-size: 51.2px;
  }
}
@media (max-width: 1920px) {
  .proo_con1 .rq .case_list .swiper-container .swiper-slide .gai .bota .p1 {
    font-size: 48px;
  }
}
@media (max-width: 1680px) {
  .proo_con1 .rq .case_list .swiper-container .swiper-slide .gai .bota .p1 {
    font-size: 42px;
  }
}
@media (max-width: 1459px) {
  .proo_con1 .rq .case_list .swiper-container .swiper-slide .gai .bota .p1 {
    font-size: 36.475px;
  }
}
@media (max-width: 1366px) {
  .proo_con1 .rq .case_list .swiper-container .swiper-slide .gai .bota .p1 {
    font-size: 34.15px;
  }
}
@media (max-width: 1280px) {
  .proo_con1 .rq .case_list .swiper-container .swiper-slide .gai .bota .p1 {
    font-size: 32px;
  }
}
@media (max-width: 1259px) {
  .proo_con1 .rq .case_list .swiper-container .swiper-slide .gai .bota .p1 {
    font-size: 31.475px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .proo_con1 .rq .case_list .swiper-container .swiper-slide .gai .bota .p1 {
    font-size: 25.6px;
  }
}
.proo_con1 .rq .case_list .swiper-container .swiper-slide .gai {
  width: 12.82%;
  position: relative;
}
.proo_con1 .rq .case_list .swiper-container .swiper-slide .gai::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 5px;
  background: #0382da;
  bottom: 0;
  opacity: 0;
}
.proo_con1 .rq .case_list .swiper-container .swiper-slide .gai.on::before {
  opacity: 1;
}
.proo_con1 .rq .case_list .swiper-container .swiper-slide .gai.on {
  width: 23.07%;
}
.proo_con1 .rq .case_list .swiper-container .swiper-slide .gai .acon {
  margin-top: 1.042vw;
  color: #fff;
  padding: 0 2.865vw;
  line-height: 2;
  font-size: 16px;
  font-family: 'siyuan_normal';
}
.proo_con1 .rq .case_list .swiper-container .swiper-slide .gai .acon p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.proo_con1 .rq .case_list .swiper-container .swiper-slide .gai .acon a {
  display: inline-block;
  position: relative;
  font-size: 18px;
  font-family: 'albb';
  padding-left: 35px;
  color: #fff;
  margin-top: 10px;
  padding-right: 40px;
  transition: 0.5s all;
}
.proo_con1 .rq .case_list .swiper-container .swiper-slide .gai .acon .btn {
  display: inline-flex;
  align-items: center;
  border-radius: 1000px;
  width: 8.59vw;
  height: 2.86vw;
  min-width: 125px;
  min-height: 45px;
  background: #0382da;
  transition: all 0.5s;
  font-family: 'siyuan_regular';
  margin-top: 70px;
  justify-content: center;
  font-size: 16px;
}
.proo_con1 .rq .case_list .swiper-container .swiper-slide .gai .acon .btn span {
  color: #fff;
  margin-right: 15px;
  transition: all 0.5s;
  white-space: nowrap;
}
@media (max-width: 1440px) {
  .proo_con1 .rq .case_list .swiper-container .swiper-slide .gai .acon .btn span {
    font-size: 14px;
  }
}
.proo_con1 .rq .case_list .swiper-container .swiper-slide .gai .bota {
  display: none;
}
.proo_con1 .rq .case_list .swiper-container .swiper-slide .gai.on .bota {
  display: block;
}
.proo_con1 .rq .case_list .swiper-container .swiper-slide .gai .acon a::after {
  content: '';
  width: 16px;
  height: 16px;
  background-image: url(../images/proo100.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 2%;
  transform: translateY(-50%);
  transition: 0.5s all;
}
.proo_con1 .rq .case_list .swiper-container .swiper-slide .gai.on .mask {
  position: absolute;
  width: 100%;
  height: 350px;
  background-image: linear-gradient(#4c5a64, #76bbeb, #1289dc);
  opacity: 0.3;
  bottom: 0;
  z-index: -2;
}
.proo_con1 .rq .case_list .swiper-container .swiper-slide .gai.on .mask2 {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  bottom: 0;
  z-index: -1;
}
.proo_con1 .rq .case_list .swiper-container .swiper-slide .gai .acon a:hover {
  color: #1ca0ad;
}
.proo_con1 .rq .case_list .swiper-container .swiper-slide .gai .acon a:hover::after {
  background-image: url(../images/proo23b.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 1580px) {
  .proo_con1 .rq .case_list .swiper-container .swiper-slide .gai .bota .p1 {
    font-size: 36px;
  }
  .proo_con1 .rq .case_list .swiper-container .swiper-slide .gai .acon a {
    font-size: 14px;
    padding-left: 20px;
    margin-top: 10px;
    padding-right: 25px;
  }
}
@media (max-width: 1459px) {
  .proo_con1 .rq .case_list .swiper-container .swiper-slide .gai .acon .btn {
    margin-top: 20px;
  }
}
@media (max-width: 1024px) {
  .proo_con1 .rq .case_list .swiper-container .swiper-slide .gai .bota .p1,
  .proo_con1 .rq .case_list .swiper-container .swiper-slide .gai .acon {
    padding: 0 20px;
  }
  .proo_con1 .rq .case_list .swiper-container .swiper-slide .gai .acon .btn {
    width: 145px;
    height: 45px;
  }
  .proo_con1 .rq .case_list .swiper-container .swiper-slide .gai .acon .btn {
    margin-top: 10px;
  }
}
@media (max-width: 991px) {
  .proo_con1 .rq .case_list .swiper-container .swiper-slide .gai .acon p {
    display: none;
  }
  .proo_con1 .rq .case_list .swiper-container .swiper-slide .gai .bota .p1,
  .proo_con1 .rq .swiper-container .swiper-slide .gai .pcon {
    font-size: 28px;
  }
  .proo_con1 .rq .case_list .swiper-container .swiper-slide .gai .acon .btn {
    width: 135px;
  }
  .proo_con1 .rq .case_list .swiper-container .swiper-slide .gai .bota .p1 {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .rqapp .top .rqapp_title {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
  }
  .rqapp .top .rqapp_title .btn {
    display: inline-flex;
    align-items: center;
    border-radius: 1000px;
    padding: 0.05rem 0.2rem;
    color: #fff;
    background: #0382da;
    transition: all 0.5s;
    font-family: 'siyuan_regular';
    justify-content: space-between;
  }
  .rqapp .top .rqapp_title .btn span {
    margin-right: 15px;
    font-size: 0.12rem;
  }
  .rqapp .top .rqapp_title .btn img {
    height: 10px;
  }
  .rqapp .bot .rq1 {
    min-height: 3.9rem;
  }
  .rqapp .top .rqapp_title .div1 {
    display: flex;
    width: 100%;
    justify-content: space-between;
    height: auto;
    overflow-y: unset;
  }
  .rqapp .top .rqapp_title .div2 {
    font-size: 14px;
    color: #666;
    line-height: 1.4;
    margin-top: 0.15rem;
    font-family: 'siyuan_light';
    height: 60px;
    overflow-y: auto;
    /*定义滚动条的轨道颜色、内阴影及圆角*/
    /*定义滑块颜色、内阴影及圆角*/
  }
  .rqapp .top .rqapp_title .div2::-webkit-scrollbar {
    width: 2px;
    /*对垂直流动条有效*/
  }
  .rqapp .top .rqapp_title .div2::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #ededed;
    background-color: #ededed;
    border-radius: 3px;
  }
  .rqapp .top .rqapp_title .div2::-webkit-scrollbar-thumb {
    border-radius: 7px;
    -webkit-box-shadow: inset 0 0 6px #0382da;
    background-color: #0382da;
  }
}
@media (max-width: 500px) {
  .proo_con1 .rq .case_list .swiper-container .swiper-slide .gai {
    width: 33.33%;
    padding: 0px 0;
    height: 170px;
  }
  .sy_a {
    display: block;
    left: 50%;
    right: auto;
    width: 120px;
    height: 40px;
    line-height: 40px;
    transform: translateX(-50%);
    border: 1px solid #008089;
    border-radius: 40px;
    text-align: center;
    bottom: -25px;
  }
  .sy_a::before {
    right: 15px;
  }
  .proo_con1 .rq .case_list .swiper-container .swiper-slide .gai .acon a::after {
    width: 8px;
    height: 8px;
  }
  .proo_con1 .rq .case_list .swiper-container .swiper-slide .gai .acon {
    margin-top: 0px;
    /* display: none; */
    height: 152px;
    overflow-y: auto;
  }
  .proo_con1 .rq .case_list .swiper-container .swiper-slide .gai .acon a::after {
    top: 9px;
  }
  .proo_con1 .rq .case_list .swiper-container .swiper-slide .gai .bota .p1 {
    padding-left: 0px;
  }
  .proo_con1 .rq .case_list .swiper-container .swiper-slide .gai .acon a {
    font-size: 12px;
    padding-right: 14px;
    padding-left: 5px;
  }
  .proo_con1 .rq .case_list .swiper-container .swiper-slide .gai .bota .p1 {
    font-size: 18px;
    text-align: center;
  }
  .proo_con1 .rq .case_list .swiper-container .swiper-slide .gai .pcon {
    width: 100%;
  }
  .proo_con1 .rq .case_list .swiper-container .swiper-slide .gai.on {
    width: 33.33%;
  }
}
.i {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50px);
}
.sy_con2app .swiper-container {
  padding-bottom: 30px;
}
.sy_con2app .swiper-pagination-bullet-active,
.sy_con4app .swiper-pagination-bullet-active {
  background: #008089;
}
.sy_con4app .rq .rq1 {
  padding-bottom: 30px;
}
.sy_con3 .rq .div.on2 .div1 .ig2 {
  right: 0;
  opacity: 0.2;
}
.sy_con3 .rq .div.on2 .div1 .ig2 {
  position: static;
  float: right;
  width: 70px;
}
.sy_con1app .top a {
  display: none;
}
.sy_con1app .top a.on3 {
  display: block;
}
.sy_con1app .rq {
  width: 100%;
}
.sy_con1app .rq .btncon {
  width: 32%;
  float: left;
  margin-right: 2%;
  border-radius: 8px;
  padding: 10px 0;
  border: 1px solid rgba(0, 128, 137, 0.5);
}
.sy_con1app .rq .btncon:nth-child(3) {
  margin-right: 0;
}
.sy_con1app .rq .btncon .p1 {
  text-align: center;
  color: #333333;
  font-size: 12px;
  font-family: 'albb';
  margin-top: 10px;
}
.sy_con1app .rq .btncon .p2 {
  text-align: center;
  color: #333333;
  font-size: 13px;
  font-family: 'albb';
}
.sy_con1app .rq .btncon .imgcon {
  width: 50px;
  margin: 0 auto;
}
.sy_con1app .rq .btncon .imgcon img {
  width: 100%;
}
.sy_con1app .rq .btncon .imgcon .img2 {
  display: none;
}
.sy_con1app .rq .btncon.on .img1 {
  display: none;
}
.sy_con1app .rq .btncon.on .img2 {
  display: block;
}
.sy_con1app .rq .btncon.on .p1 {
  color: #fff;
}
.sy_con1app .rq .btncon.on .p2 {
  color: #fff;
}
.sy_con1app .rq .btncon.on {
  background-color: #008089;
}
.sy_con1app .top .rig {
  margin-top: 15px;
}
@media (max-width: 414px) {
  .deve_con1 .swiper-container::before {
    content: none;
  }
  .case_list_6 {
    margin-top: 40px;
  }
  .proo_con1 .rq .case_list .swiper-container .swiper-slide .gai {
    width: 33.33%;
    padding: 0px 0;
    height: 276px;
  }
  .proo_con1 .rq .swiper-container .swiper-slide .gai .pcon {
    font-size: 14px;
  }
  .deve_con1 .swiper-container {
    padding-bottom: 80px;
  }
  .deve_con1 .rq .div::after {
    bottom: 0px;
  }
  .docu_con1 .rq .div1 .divcon div {
    float: none;
  }
  .docu_con1 .rq .div1 .pcon {
    padding-left: 0px;
  }
  .innerbanner .container {
    top: 45% !important;
    width: 100%;
  }
  #c-followDot {
    display: none;
  }
  .sy_con1app .rq .btncon {
    /* width: 116px; */
  }
  .sy_con1app .rq .btncon {
    /* margin-left: 13px;
          margin-right: 0; */
  }
  .sy_con1app .rq .btncon .p1 {
    font-size: 12px;
  }
  .sy_con1app .rq .btncon .imgcon {
    width: 60px;
  }
  .sy_con2 .rq .rq1 .p2 {
    font-size: 14px;
  }
}
@media (max-width: 375px) {
  .innerbanner .container {
    top: 46% !important;
  }
  .sy_con1app .rq .btncon {
    /* width: 104px;
          margin-left: 4px; */
  }
  .sy_con1app .rq .btncon .p1 {
    font-size: 12px;
  }
  .sy_con1app .rq .btncon .imgcon {
    width: 50px;
  }
  .proo_con1 .rq .case_list .swiper-container .swiper-slide .gai {
    height: 250px;
  }
}
.icon-down {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  font-size: 21px;
  color: #fff;
}
.sy_con3 .rq .div.on .icon-down {
  display: none;
}
@media (max-width: 360px) {
  .pro_con1 .rq .rig .div2 .bot .divcon .div {
    margin-left: 20px;
  }
  .innerbanner .container {
    top: 45% !important;
  }
  .proo_con1 .rq .case_list .swiper-container .swiper-slide .gai {
    height: 240px;
  }
}
.casel_con1 .rq .dw .swiper-button-prev,
.casel_con1 .rq .dw .swiper-button-next {
  display: block;
  width: 35px;
  height: 35px;
}
.casel_con1 .rq .dw .swiper-button-prev {
  left: auto;
}
/* .proo_con1 .rq .dw .swiper-button-next {
  right: 1px;
} */
.casel_con1 .swiper-pagination {
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
}
.casel_con1 .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin-left: 8px;
}
.casel_con1 .swiper-pagination .swiper-pagination-bullet:nth-child(1) {
  margin-left: 0;
}
.casel_con1 .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #008089;
}
.proo_con1.casel_con1 {
  margin-top: 0.3rem;
  margin-bottom: 0.4rem;
}
.proo_con1.casel_con1.pc .container {
  width: 15.6rem;
}
.proo_con1 .h1 {
  position: relative;
  text-align: center;
  font-size: 62px;
  color: #000;
  font-family: 'albb';
  font-weight: bold;
}
.proo_con1 .h1 .h2 {
  font-size: 138px;
  color: #f6f6f6;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.rqapp {
  width: 100%;
}
.rqapp .top {
  width: 100%;
}
.rqapp .top .div {
  width: 100%;
  display: none;
}
.rqapp .top .div.on {
  display: block;
}
.rqapp .top .p1 {
  font-size: 30px;
  color: #333333;
  font-weight: bold;
}
.rqapp .top .div1 {
  width: 100%;
  margin-top: 16px;
  height: 110px;
  overflow-y: auto;
}
.rqapp .top .div1::-webkit-scrollbar {
  width: 5px;
  background-color: #dfdfdf;
  border-radius: 50px;
}
.rqapp .top .div1::-webkit-scrollbar-thumb {
  border-radius: 50px;
  background-color: #0382da;
}
.rqapp .top .div1 a {
  font-size: 18px;
  color: #666666;
  display: block;
  line-height: 36px;
}
.rqapp .top .div1 a:hover {
  color: #008089;
}
.rqapp .top .div1 a i {
  display: inline-block;
  width: 10px;
  height: 19px;
  background-image: url(../images/icon7.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: -3px;
  margin-left: 35px;
  transition: all 0.5s;
}
.rqapp .top .div1 a:hover i {
  background-image: url(../images/xz_img2.png);
}
.rqapp .bot {
  width: 100%;
  margin-top: 30px;
  position: relative;
}
.rqapp .bot .rq1 {
  width: 100%;
  position: relative;
}
.rqapp .bot .rq1 img {
  width: 100%;
  vertical-align: middle;
  height: 100%;
}
.rqapp .bot .rq1 .ig {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.4s;
  object-fit: cover;
}
.rqapp .bot .rq1 .ig.on {
  opacity: 1;
}
.rqapp .bot .rq2 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.rqapp .bot .rq2 .div {
  width: 100%;
  height: 0.65rem;
  border-bottom: 1px solid #fff;
  display: table;
  padding: 0 42px;
  position: relative;
  transition: all 0.5s;
}
.rqapp .bot .rq2 .div.on1 {
  background: rgba(0, 0, 0, 0.3);
}
.rqapp .bot .rq2 .div:last-child {
  border-bottom: none;
}
.rqapp .bot .rq2 .div p {
  vertical-align: middle;
  display: table-cell;
  font-size: 22px;
  color: #fff;
}
.rqapp .bot .rq2 .div .div1 {
  float: right;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  right: 42px;
  transform: translateY(-50%);
}
.rqapp .bot .rq2 .div .div1::before {
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate3d(-50%, -50%, 0) scale(0.75);
  transition: 0.4s;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 100%;
  height: 35px;
  width: 35px;
}
.rqapp .bot .rq2 .div.on1 .div1::before {
  animation: scalepulse 1.3s linear 0.15s infinite both;
  transform: translate3d(-50%, -50%, 0) scale(1);
}
.rqapp .bot .rq2 .div .div1::after {
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate3d(-50%, -50%, 0) scale(0.75);
  transition: 0.4s;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  height: 100%;
  width: 100%;
}
.rqapp .bot .rq2 .div.on1 .div1::after {
  animation: scalepulse 1.3s linear 0.3s infinite both;
  transform: translate3d(-50%, -50%, 0) scale(1);
}
@keyframes scalepulse {
  20% {
    -webkit-transform: translate3d(-50%, -50%, 0) scale(1.15);
    transform: translate3d(-50%, -50%, 0) scale(1.15);
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
  }
  50% {
    -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
    transform: translate3d(-50%, -50%, 0) scale(1);
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
  }
}
.rqapp .bot .rq2 .div .div1 i {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.rqapp .bot .rq2 .div.on1 .div1 i {
  width: 20px;
  height: 20px;
}
@media (max-width: 500px) {
  .proo_con1 .h1 {
    font-size: 24px;
  }
  .proo_con1 .h1 .h2 {
    font-size: 40px;
    top: 50%;
  }
  .rqapp .top .p1 {
    font-size: 20px;
  }
  .rqapp .top .div1 {
    margin-top: 8px;
    height: 78px;
  }
  .rqapp .top .div1 a {
    font-size: 14px;
    line-height: 26px;
  }
  .rqapp .top .div1 a i {
    width: 15px;
    height: 16px;
    margin-bottom: -4px;
    margin-left: 23px;
  }
  .rqapp .bot {
    margin-top: 20px;
  }
  .rqapp .bot .rq2 .div {
    padding: 0 15px;
  }
  .rqapp .bot .rq2 .div p {
    font-size: 16px;
  }
  .rqapp .bot .rq2 .div .div1 {
    right: 15px;
  }
  .rqapp .bot .rq2 .div .div1 i {
    width: 12px;
    height: 12px;
  }
  .rqapp .bot .rq2 .div.on1 .div1 i {
    width: 16px;
    height: 16px;
  }
  .rqapp .bot .rq2 .div .div1::after {
    width: 45px;
    height: 45px;
  }
  .rqapp .bot .rq2 .div .div1::before {
    height: 30px;
    width: 30px;
  }
}
.ald_facon {
  display: flex;
}
.ald_facon .div_l {
  padding: 1.2rem 0;
  background: #f2f9fd;
  width: 28.38%;
  padding-left: 9.375%;
}
.ald_facon .div_l .title {
  color: #0382da;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0.55rem;
}
@media (max-width: 2048px) {
  .ald_facon .div_l .title {
    font-size: 42.66666667px;
  }
}
@media (max-width: 1920px) {
  .ald_facon .div_l .title {
    font-size: 40px;
  }
}
@media (max-width: 1680px) {
  .ald_facon .div_l .title {
    font-size: 35px;
  }
}
@media (max-width: 1459px) {
  .ald_facon .div_l .title {
    font-size: 30.39583333px;
  }
}
@media (max-width: 1366px) {
  .ald_facon .div_l .title {
    font-size: 28.45833333px;
  }
}
@media (max-width: 1280px) {
  .ald_facon .div_l .title {
    font-size: 26.66666667px;
  }
}
@media (max-width: 1259px) {
  .ald_facon .div_l .title {
    font-size: 26.22916667px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_facon .div_l .title {
    font-size: 21.33333333px;
  }
}
.ald_facon .div_l .ul .li {
  margin-bottom: 30px;
}
.ald_facon .div_l .ul .li a {
  display: flex;
  align-items: center;
}
.ald_facon .div_l .ul .li a .img,
.ald_facon .div_l .ul .li a .img_a {
  width: 19px;
  height: 19px;
  margin-right: 20px;
}
.ald_facon .div_l .ul .li a .img_a {
  display: none;
}
.ald_facon .div_l .ul .li a .span1 {
  color: #666;
  transition: all 0.5s;
  position: relative;
  margin-right: 20px;
  font-family: 'siyuan_normal';
}
@media (max-width: 2048px) {
  .ald_facon .div_l .ul .li a .span1 {
    font-size: 21.33333333px;
  }
}
@media (max-width: 1920px) {
  .ald_facon .div_l .ul .li a .span1 {
    font-size: 20px;
  }
}
@media (max-width: 1680px) {
  .ald_facon .div_l .ul .li a .span1 {
    font-size: 17.5px;
  }
}
@media (max-width: 1459px) {
  .ald_facon .div_l .ul .li a .span1 {
    font-size: 15.19791667px;
  }
}
@media (max-width: 1366px) {
  .ald_facon .div_l .ul .li a .span1 {
    font-size: 14.22916667px;
  }
}
@media (max-width: 1280px) {
  .ald_facon .div_l .ul .li a .span1 {
    font-size: 13.33333333px;
  }
}
@media (max-width: 1259px) {
  .ald_facon .div_l .ul .li a .span1 {
    font-size: 13.11458333px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_facon .div_l .ul .li a .span1 {
    font-size: 10.66666667px;
  }
}
@media (min-width: 1024px) and (max-width: 1680px) {
  .ald_facon .div_l .ul .li a .span1 {
    font-size: 17.5px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_facon .div_l .ul .li a .span1 {
    font-size: 13.11458333px;
  }
}
.ald_facon .div_l .ul .li a .span2 {
  position: relative;
}
.ald_facon .div_l .ul .li a .span2::before {
  position: absolute;
  content: '';
  width: 20px;
  height: 2px;
  background: #ccc;
  transition: all 0.5s;
}
.ald_facon .div_l .ul .li:hover a .img,
.ald_facon .div_l .ul .li.on a .img {
  display: none;
}
.ald_facon .div_l .ul .li:hover a .img_a,
.ald_facon .div_l .ul .li.on a .img_a {
  display: block;
  animation: hideShow 0.5s;
}
.ald_facon .div_l .ul .li:hover a .span1,
.ald_facon .div_l .ul .li.on a .span1 {
  color: #0382da;
}
.ald_facon .div_l .ul .li:hover a .span2::before,
.ald_facon .div_l .ul .li.on a .span2::before {
  width: 50px;
  background: #0382da;
}
.ald_facon .div_r {
  width: 11.3rem;
  margin-left: 0.65rem;
  padding: 1.2rem 0;
}
.ald_facon .div_r .ald_fajj {
  margin-bottom: 0.4rem;
}
.ald_facon .div_r .ald_fajj .title {
  position: relative;
  margin-bottom: 0.4rem;
  color: #333;
  font-weight: bold;
  line-height: 1;
  padding-left: 20px;
}
@media (max-width: 2048px) {
  .ald_facon .div_r .ald_fajj .title {
    font-size: 34.13333333px;
  }
}
@media (max-width: 1920px) {
  .ald_facon .div_r .ald_fajj .title {
    font-size: 32px;
  }
}
@media (max-width: 1680px) {
  .ald_facon .div_r .ald_fajj .title {
    font-size: 28px;
  }
}
@media (max-width: 1459px) {
  .ald_facon .div_r .ald_fajj .title {
    font-size: 24.31666667px;
  }
}
@media (max-width: 1366px) {
  .ald_facon .div_r .ald_fajj .title {
    font-size: 22.76666667px;
  }
}
@media (max-width: 1280px) {
  .ald_facon .div_r .ald_fajj .title {
    font-size: 21.33333333px;
  }
}
@media (max-width: 1259px) {
  .ald_facon .div_r .ald_fajj .title {
    font-size: 20.98333333px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_facon .div_r .ald_fajj .title {
    font-size: 17.06666667px;
  }
}
.ald_facon .div_r .ald_fajj .title::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 5px;
  left: 0;
  background: #0382da;
}
.ald_facon .div_r .ald_fajj .con {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 0.5rem;
}
.ald_facon .div_r .ald_fajj .con * {
  color: #666;
  font-family: 'siyuan_normal';
  line-height: 1.7;
}
@media (max-width: 2048px) {
  .ald_facon .div_r .ald_fajj .con * {
    font-size: 19.2px;
  }
}
@media (max-width: 1920px) {
  .ald_facon .div_r .ald_fajj .con * {
    font-size: 18px;
  }
}
@media (max-width: 1680px) {
  .ald_facon .div_r .ald_fajj .con * {
    font-size: 15.75px;
  }
}
@media (max-width: 1459px) {
  .ald_facon .div_r .ald_fajj .con * {
    font-size: 13.678125px;
  }
}
@media (max-width: 1366px) {
  .ald_facon .div_r .ald_fajj .con * {
    font-size: 12.80625px;
  }
}
@media (max-width: 1280px) {
  .ald_facon .div_r .ald_fajj .con * {
    font-size: 12px;
  }
}
@media (max-width: 1259px) {
  .ald_facon .div_r .ald_fajj .con * {
    font-size: 11.803125px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_facon .div_r .ald_fajj .con * {
    font-size: 9.6px;
  }
}
@media (min-width: 1024px) and (max-width: 1680px) {
  .ald_facon .div_r .ald_fajj .con * {
    font-size: 15.75px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_facon .div_r .ald_fajj .con * {
    font-size: 11.803125px;
  }
}
@media (min-width: 1367px) {
  .ald_facon .div_r .ald_fajj .con * {
    font-size: 18px;
  }
}
@media (min-width: 1025px) and (max-width: 1366px) {
  .ald_facon .div_r .ald_fajj .con * {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_facon .div_r .ald_fajj .con * {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .ald_facon .div_r .ald_fajj .con * {
    font-size: 0.16rem;
  }
}
.ald_facon .div_r .ald_faxg .title {
  position: relative;
  margin-bottom: 0.4rem;
  color: #333;
  line-height: 1;
  padding-left: 20px;
}
@media (max-width: 2048px) {
  .ald_facon .div_r .ald_faxg .title {
    font-size: 25.6px;
  }
}
@media (max-width: 1920px) {
  .ald_facon .div_r .ald_faxg .title {
    font-size: 24px;
  }
}
@media (max-width: 1680px) {
  .ald_facon .div_r .ald_faxg .title {
    font-size: 21px;
  }
}
@media (max-width: 1459px) {
  .ald_facon .div_r .ald_faxg .title {
    font-size: 18.2375px;
  }
}
@media (max-width: 1366px) {
  .ald_facon .div_r .ald_faxg .title {
    font-size: 17.075px;
  }
}
@media (max-width: 1280px) {
  .ald_facon .div_r .ald_faxg .title {
    font-size: 16px;
  }
}
@media (max-width: 1259px) {
  .ald_facon .div_r .ald_faxg .title {
    font-size: 15.7375px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_facon .div_r .ald_faxg .title {
    font-size: 12.8px;
  }
}
@media (min-width: 1024px) and (max-width: 1680px) {
  .ald_facon .div_r .ald_faxg .title {
    font-size: 21px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_facon .div_r .ald_faxg .title {
    font-size: 15.7375px;
  }
}
.ald_facon .div_r .ald_faxg .title::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 5px;
  left: 0;
  background: #d4d4d4;
}
.ald_facon .div_r .ald_faxg .mCSB_buttonLeft,
.ald_facon .div_r .ald_faxg .mCSB_buttonRight {
  display: none;
}
.ald_facon .div_r .ald_faxg .chanxian_swp {
  width: 100%;
  height: auto;
  overflow: auto;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
@media (max-width: 768px) {
  .ald_facon .div_r .ald_faxg .chanxian_swp {
    margin-top: 0.2rem;
  }
}
.ald_facon .div_r .ald_faxg .chanxian_swp .mCSB_buttonLeft,
.ald_facon .div_r .ald_faxg .chanxian_swp .mCSB_buttonRight {
  display: none;
}
.ald_facon .div_r .ald_faxg .chanxian_swp .mCSB_dragger::before {
  content: '';
  position: absolute;
  background: url('../images/icon_mcScroll.png') no-repeat;
  background-size: 100% 100%;
  width: 50px;
  height: 15px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
@media (max-width: 768px) {
  .ald_facon .div_r .ald_faxg .chanxian_swp .mCSB_dragger::before {
    width: 0.3rem;
    height: 0.3rem;
  }
}
.ald_facon .div_r .ald_faxg .chanxian_swp .mCSB_dragger::after {
  content: '';
  width: 10086px;
  height: 2px;
  position: absolute;
  right: 60px;
  top: 50%;
  margin-top: -1px;
  background: #0382da;
}
@media (max-width: 768px) {
  .ald_facon .div_r .ald_faxg .chanxian_swp .mCSB_dragger::after {
    right: 0;
  }
}
.ald_facon .div_r .ald_faxg .chanxian_swp .mCS-dark-thin > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #fff;
}
.ald_facon .div_r .ald_faxg .chanxian_swp .mCSB_scrollTools .mCSB_draggerContainer,
.ald_facon .div_r .ald_faxg .chanxian_swp .mCSB_scrollTools .mCSB_dragger {
  display: flex;
  align-items: center;
}
.ald_facon .div_r .ald_faxg .chanxian_swp .mCSB_horizontal.mCustomScrollBox > .mCSB_scrollTools {
  height: 50px;
}
.ald_facon .div_r .ald_faxg .chanxian_swp .mCSB_horizontal > .mCSB_container {
  margin-bottom: 0.6rem;
}
@media (max-width: 768px) {
  .ald_facon .div_r .ald_faxg .chanxian_swp .mCSB_horizontal > .mCSB_container {
    margin-bottom: 0.5rem;
  }
}
.ald_facon .div_r .ald_faxg .chanxian_swp .chanxian_swp_liBox {
  overflow: hidden;
  display: flex;
}
.ald_facon .div_r .ald_faxg .chanxian_swp .chanxian_swp_liBox .chanxian_swp_li {
  width: 3.85rem;
  display: flex;
  flex-direction: column;
}
.ald_facon .div_r .ald_faxg .chanxian_swp .chanxian_swp_liBox .chanxian_swp_li .div1 {
  position: relative;
  width: 93.5%;
  height: 0;
  padding-bottom: 68.05%;
  overflow: hidden;
}
.ald_facon .div_r .ald_faxg .chanxian_swp .chanxian_swp_liBox .chanxian_swp_li .div1 > .img,
.ald_facon .div_r .ald_faxg .chanxian_swp .chanxian_swp_liBox .chanxian_swp_li .div1 img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.ald_facon .div_r .ald_faxg .chanxian_swp .chanxian_swp_liBox .chanxian_swp_li .div1 img {
  transition: all 0.5s;
}
.ald_facon .div_r .ald_faxg .chanxian_swp .chanxian_swp_liBox .chanxian_swp_li .div1 .span {
  position: absolute;
  height: 0.5rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  line-height: 0.5rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #FFF;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
}
@media (max-width: 2048px) {
  .ald_facon .div_r .ald_faxg .chanxian_swp .chanxian_swp_liBox .chanxian_swp_li .div1 .span {
    font-size: 19.2px;
  }
}
@media (max-width: 1920px) {
  .ald_facon .div_r .ald_faxg .chanxian_swp .chanxian_swp_liBox .chanxian_swp_li .div1 .span {
    font-size: 18px;
  }
}
@media (max-width: 1680px) {
  .ald_facon .div_r .ald_faxg .chanxian_swp .chanxian_swp_liBox .chanxian_swp_li .div1 .span {
    font-size: 15.75px;
  }
}
@media (max-width: 1459px) {
  .ald_facon .div_r .ald_faxg .chanxian_swp .chanxian_swp_liBox .chanxian_swp_li .div1 .span {
    font-size: 13.678125px;
  }
}
@media (max-width: 1366px) {
  .ald_facon .div_r .ald_faxg .chanxian_swp .chanxian_swp_liBox .chanxian_swp_li .div1 .span {
    font-size: 12.80625px;
  }
}
@media (max-width: 1280px) {
  .ald_facon .div_r .ald_faxg .chanxian_swp .chanxian_swp_liBox .chanxian_swp_li .div1 .span {
    font-size: 12px;
  }
}
@media (max-width: 1259px) {
  .ald_facon .div_r .ald_faxg .chanxian_swp .chanxian_swp_liBox .chanxian_swp_li .div1 .span {
    font-size: 11.803125px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_facon .div_r .ald_faxg .chanxian_swp .chanxian_swp_liBox .chanxian_swp_li .div1 .span {
    font-size: 9.6px;
  }
}
@media (min-width: 1024px) and (max-width: 1680px) {
  .ald_facon .div_r .ald_faxg .chanxian_swp .chanxian_swp_liBox .chanxian_swp_li .div1 .span {
    font-size: 15.75px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_facon .div_r .ald_faxg .chanxian_swp .chanxian_swp_liBox .chanxian_swp_li .div1 .span {
    font-size: 11.803125px;
  }
}
@media (min-width: 1367px) {
  .ald_facon .div_r .ald_faxg .chanxian_swp .chanxian_swp_liBox .chanxian_swp_li .div1 .span {
    font-size: 18px;
  }
}
@media (min-width: 1025px) and (max-width: 1366px) {
  .ald_facon .div_r .ald_faxg .chanxian_swp .chanxian_swp_liBox .chanxian_swp_li .div1 .span {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_facon .div_r .ald_faxg .chanxian_swp .chanxian_swp_liBox .chanxian_swp_li .div1 .span {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .ald_facon .div_r .ald_faxg .chanxian_swp .chanxian_swp_liBox .chanxian_swp_li .div1 .span {
    font-size: 0.16rem;
  }
}
.ald_facon .div_r .ald_faxg .chanxian_swp .chanxian_swp_liBox .chanxian_swp_li .div2 {
  align-items: center;
  display: flex;
  margin-top: 0.25rem;
}
.ald_facon .div_r .ald_faxg .chanxian_swp .chanxian_swp_liBox .chanxian_swp_li .div2 .p .span {
  color: #333;
  font-size: 16px;
  font-family: 'siyuan_medium';
}
.ald_facon .div_r .ald_faxg .chanxian_swp .chanxian_swp_liBox .chanxian_swp_li .div2 .p a {
  font-size: 16px;
  color: #666;
  background: #f7f7f7;
  padding: 0.1rem 0.2rem;
  margin-right: 0.2rem;
  display: inline-block;
  transition: all 0.5s;
  margin-bottom: 0.15rem;
  font-family: 'siyuan_medium';
}
.ald_facon .div_r .ald_faxg .chanxian_swp .chanxian_swp_liBox .chanxian_swp_li .div2 .p a:hover {
  background: #0382da;
  color: #FFF;
}
.ald_facon .div_r .ald_faxg .chanxian_swp .chanxian_swp_liBox .chanxian_swp_li:hover .div1 img {
  transform: scale(1.05);
}
.ald_facon .div_r .ald_fatj {
  width: 100%;
  background: #f7f7f7;
  padding-left: 0.45rem;
  padding-right: 0.45rem;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  margin-top: 2.34vw;
}
.ald_facon .div_r .ald_fatj .title {
  position: relative;
  margin-bottom: 0.3rem;
  color: #333;
  line-height: 1;
  padding-left: 15px;
}
@media (max-width: 2048px) {
  .ald_facon .div_r .ald_fatj .title {
    font-size: 25.6px;
  }
}
@media (max-width: 1920px) {
  .ald_facon .div_r .ald_fatj .title {
    font-size: 24px;
  }
}
@media (max-width: 1680px) {
  .ald_facon .div_r .ald_fatj .title {
    font-size: 21px;
  }
}
@media (max-width: 1459px) {
  .ald_facon .div_r .ald_fatj .title {
    font-size: 18.2375px;
  }
}
@media (max-width: 1366px) {
  .ald_facon .div_r .ald_fatj .title {
    font-size: 17.075px;
  }
}
@media (max-width: 1280px) {
  .ald_facon .div_r .ald_fatj .title {
    font-size: 16px;
  }
}
@media (max-width: 1259px) {
  .ald_facon .div_r .ald_fatj .title {
    font-size: 15.7375px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_facon .div_r .ald_fatj .title {
    font-size: 12.8px;
  }
}
@media (min-width: 1024px) and (max-width: 1680px) {
  .ald_facon .div_r .ald_fatj .title {
    font-size: 21px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_facon .div_r .ald_fatj .title {
    font-size: 15.7375px;
  }
}
.ald_facon .div_r .ald_fatj .title::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 4px;
  left: 0;
  background: #d4d4d4;
}
.ald_facon .div_r .ald_fatj .ul {
  display: flex;
  justify-content: flex-start;
}
.ald_facon .div_r .ald_fatj .ul .li {
  width: 1.98rem;
  background-color: #fff;
  margin-left: 0.2rem;
}
.ald_facon .div_r .ald_fatj .ul .li a {
  width: 100%;
  height: 100%;
  padding-top: 0.2rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.ald_facon .div_r .ald_fatj .ul .li a .div1 {
  display: flex;
  height: 1.2rem;
  overflow: hidden;
  margin-bottom: 0.2rem;
}
.ald_facon .div_r .ald_fatj .ul .li a .div1 img {
  max-width: 100%;
  max-height: 100%;
  transition: all 0.5s;
}
.ald_facon .div_r .ald_fatj .ul .li a .div2 {
  border-top: 1px solid #e1e1e1;
  transition: all 0.5s;
  color: #666;
  height: 0.5rem;
  line-height: 0.5rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 14px;
  text-align: center;
  width: 100%;
}
.ald_facon .div_r .ald_fatj .ul .li:nth-of-type(1) {
  margin-left: 0;
}
.ald_facon .div_r .ald_fatj .ul .li:hover .div1 img {
  transform: scale(1.05);
}
.ald_facon .div_r .ald_fatj .ul .li:hover .div2 {
  border-color: #0382da;
  color: #0382da;
}
@media (max-width: 1024px) {
  .ald_facon .div_r .ald_faxg .chanxian_swp .chanxian_swp_liBox .chanxian_swp_li {
    width: 4.5rem;
  }
  .ald_facon .div_r .ald_faxg .chanxian_swp .chanxian_swp_liBox .chanxian_swp_li .div2 .p .span,
  .ald_facon .div_r .ald_faxg .chanxian_swp .chanxian_swp_liBox .chanxian_swp_li .div2 .p a {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .ald_facon {
    flex-direction: column;
  }
  .ald_facon .div_l {
    width: 100%;
    padding: 0.4rem 0.2rem 0.1rem 0.2rem;
  }
  .ald_facon .div_l .ul .li a .span2::before {
    content: unset;
  }
  .ald_facon .div_l .title {
    font-size: 0.2rem;
    margin-bottom: 0.25rem;
  }
  .ald_facon .div_l .ul .li a .img,
  .ald_facon .div_l .ul .li a .img_a {
    margin-right: 0.05rem;
  }
  .ald_facon .div_l .ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .ald_facon .div_l .ul .li a .span1 {
    font-size: 0.14rem;
    margin-right: 0;
  }
  .ald_facon .div_l .ul .li {
    margin-bottom: 0.15rem;
    width: 33.33%;
  }
  .ald_facon .div_r {
    width: 100%;
    margin-left: 0;
    padding: 0.2rem;
    padding-top: 0.25rem;
  }
  .ald_facon .div_r .ald_fajj .title {
    font-size: 0.2rem;
    margin-bottom: 0.25rem;
  }
  .ald_facon .div_r .ald_fajj .con * {
    font-size: 0.14rem;
  }
  .ald_facon .div_r .ald_fajj .con {
    padding-bottom: 0.25rem;
  }
  .ald_facon .div_r .ald_faxg .title {
    font-size: 0.2rem;
    margin-bottom: 0.25rem;
  }
  .ald_facon .div_r .ald_faxg .chanxian_swp .chanxian_swp_liBox .chanxian_swp_li {
    width: 1.8rem;
  }
  .ald_facon .div_r .ald_faxg .chanxian_swp .chanxian_swp_liBox .chanxian_swp_li .div2 .p .span,
  .ald_facon .div_r .ald_faxg .chanxian_swp .chanxian_swp_liBox .chanxian_swp_li .div2 .p a {
    font-size: 0.12rem;
  }
  .ald_facon .div_r .ald_faxg .chanxian_swp .mCSB_dragger::before {
    height: 0.1rem;
  }
  .ald_facon .div_r .ald_faxg .chanxian_swp .mCSB_dragger::after {
    right: 0.35rem;
  }
  .ald_facon .div_r .ald_faxg .chanxian_swp .chanxian_swp_liBox .chanxian_swp_li .div2 {
    margin-top: 0.15rem;
  }
  .ald_facon .div_r .ald_faxg .chanxian_swp .mCSB_horizontal > .mCSB_container {
    margin-bottom: 0.4rem;
  }
  .ald_facon .div_r .ald_fatj {
    padding: 0.3rem 0.2rem;
    margin-top: 0.05rem;
  }
  .ald_facon .div_r .ald_fatj .ul {
    display: -webkit-box;
    overflow-x: auto;
  }
  .ald_facon .div_r .ald_fatj .title {
    font-size: 0.2rem;
  }
  .ald_facon .div_r .ald_fatj .ul .li {
    width: 52%;
    margin-right: 0rem;
    margin-left: 0.15rem;
  }
  .ald_facon .div_r .ald_faxg .chanxian_swp .chanxian_swp_liBox .chanxian_swp_li .div1 .span {
    font-size: 0.14rem;
    height: 0.4rem;
    line-height: 0.4rem;
  }
  .ald_facon .div_r .ald_fatj .ul .li a .div1 {
    width: 100%;
    padding-bottom: 70%;
    position: relative;
    height: 0;
  }
  .ald_facon .div_r .ald_fatj .ul .li a .div1 img {
    position: absolute;
    width: auto;
    height: auto;
  }
  .ald_facon .div_r .ald_fatj .ul .li a .div2 {
    font-size: 0.14rem;
    height: 0.4rem;
    line-height: 0.4rem;
  }
}
.ald_fwjj {
  position: relative;
  height: auto;
  padding-bottom: 7.25rem;
}
.ald_fwjj .bgimg {
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
}
.ald_fwjj .hh_w {
  width: 15.6rem;
  margin: 0 auto;
  padding-top: 0.9rem;
}
@media (max-width: 768px) {
  .ald_fwjj .hh_w {
    width: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
.ald_fwjj .hh_w .title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.ald_fwjj .hh_w .title .div1 {
  color: #111f28;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 0.48rem;
}
@media (max-width: 2048px) {
  .ald_fwjj .hh_w .title .div1 {
    font-size: 51.2px;
  }
}
@media (max-width: 1920px) {
  .ald_fwjj .hh_w .title .div1 {
    font-size: 48px;
  }
}
@media (max-width: 1680px) {
  .ald_fwjj .hh_w .title .div1 {
    font-size: 42px;
  }
}
@media (max-width: 1459px) {
  .ald_fwjj .hh_w .title .div1 {
    font-size: 36.475px;
  }
}
@media (max-width: 1366px) {
  .ald_fwjj .hh_w .title .div1 {
    font-size: 34.15px;
  }
}
@media (max-width: 1280px) {
  .ald_fwjj .hh_w .title .div1 {
    font-size: 32px;
  }
}
@media (max-width: 1259px) {
  .ald_fwjj .hh_w .title .div1 {
    font-size: 31.475px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_fwjj .hh_w .title .div1 {
    font-size: 25.6px;
  }
}
.ald_fwjj .hh_w .title .div2 {
  margin-bottom: 0.4rem;
}
.ald_fwjj .hh_w .title .div2 * {
  color: #666;
  font-family: 'siyuan_normal';
  line-height: 1.85;
  text-align: center;
}
@media (max-width: 2048px) {
  .ald_fwjj .hh_w .title .div2 * {
    font-size: 19.2px;
  }
}
@media (max-width: 1920px) {
  .ald_fwjj .hh_w .title .div2 * {
    font-size: 18px;
  }
}
@media (max-width: 1680px) {
  .ald_fwjj .hh_w .title .div2 * {
    font-size: 15.75px;
  }
}
@media (max-width: 1459px) {
  .ald_fwjj .hh_w .title .div2 * {
    font-size: 13.678125px;
  }
}
@media (max-width: 1366px) {
  .ald_fwjj .hh_w .title .div2 * {
    font-size: 12.80625px;
  }
}
@media (max-width: 1280px) {
  .ald_fwjj .hh_w .title .div2 * {
    font-size: 12px;
  }
}
@media (max-width: 1259px) {
  .ald_fwjj .hh_w .title .div2 * {
    font-size: 11.803125px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_fwjj .hh_w .title .div2 * {
    font-size: 9.6px;
  }
}
@media (min-width: 1024px) and (max-width: 1680px) {
  .ald_fwjj .hh_w .title .div2 * {
    font-size: 15.75px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_fwjj .hh_w .title .div2 * {
    font-size: 11.803125px;
  }
}
@media (min-width: 1367px) {
  .ald_fwjj .hh_w .title .div2 * {
    font-size: 18px;
  }
}
@media (min-width: 1025px) and (max-width: 1366px) {
  .ald_fwjj .hh_w .title .div2 * {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_fwjj .hh_w .title .div2 * {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .ald_fwjj .hh_w .title .div2 * {
    font-size: 0.16rem;
  }
}
.ald_fwjj .hh_w .title .div3 {
  color: #0382da;
}
@media (max-width: 2048px) {
  .ald_fwjj .hh_w .title .div3 {
    font-size: 25.6px;
  }
}
@media (max-width: 1920px) {
  .ald_fwjj .hh_w .title .div3 {
    font-size: 24px;
  }
}
@media (max-width: 1680px) {
  .ald_fwjj .hh_w .title .div3 {
    font-size: 21px;
  }
}
@media (max-width: 1459px) {
  .ald_fwjj .hh_w .title .div3 {
    font-size: 18.2375px;
  }
}
@media (max-width: 1366px) {
  .ald_fwjj .hh_w .title .div3 {
    font-size: 17.075px;
  }
}
@media (max-width: 1280px) {
  .ald_fwjj .hh_w .title .div3 {
    font-size: 16px;
  }
}
@media (max-width: 1259px) {
  .ald_fwjj .hh_w .title .div3 {
    font-size: 15.7375px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_fwjj .hh_w .title .div3 {
    font-size: 12.8px;
  }
}
@media (min-width: 1024px) and (max-width: 1680px) {
  .ald_fwjj .hh_w .title .div3 {
    font-size: 21px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_fwjj .hh_w .title .div3 {
    font-size: 15.7375px;
  }
}
.ald_fwjj .hh_w .tubiao {
  position: relative;
  margin-top: 0.9rem;
  width: 100%;
}
.ald_fwjj .hh_w .tubiao .tubiao_bgimg {
  position: absolute;
  top: 1.4rem;
  z-index: -1;
  width: 100%;
}
.ald_fwjj .hh_w .tubiao .yuan {
  position: absolute;
  background: url('../images/img50.png');
  background-size: 100% 100%;
  width: 3.45rem;
  height: 3.45rem;
  box-shadow: 0px 8px 36px 14px #63beff;
  border-radius: 1000px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.ald_fwjj .hh_w .tubiao .yuan .span1 {
  color: #FFF;
  line-height: 1;
  margin-bottom: 0.1rem;
}
@media (max-width: 2048px) {
  .ald_fwjj .hh_w .tubiao .yuan .span1 {
    font-size: 51.2px;
  }
}
@media (max-width: 1920px) {
  .ald_fwjj .hh_w .tubiao .yuan .span1 {
    font-size: 48px;
  }
}
@media (max-width: 1680px) {
  .ald_fwjj .hh_w .tubiao .yuan .span1 {
    font-size: 42px;
  }
}
@media (max-width: 1459px) {
  .ald_fwjj .hh_w .tubiao .yuan .span1 {
    font-size: 36.475px;
  }
}
@media (max-width: 1366px) {
  .ald_fwjj .hh_w .tubiao .yuan .span1 {
    font-size: 34.15px;
  }
}
@media (max-width: 1280px) {
  .ald_fwjj .hh_w .tubiao .yuan .span1 {
    font-size: 32px;
  }
}
@media (max-width: 1259px) {
  .ald_fwjj .hh_w .tubiao .yuan .span1 {
    font-size: 31.475px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_fwjj .hh_w .tubiao .yuan .span1 {
    font-size: 25.6px;
  }
}
.ald_fwjj .hh_w .tubiao .yuan .span2,
.ald_fwjj .hh_w .tubiao .yuan .span3 {
  color: #FFF;
  font-weight: bold;
}
@media (max-width: 2048px) {
  .ald_fwjj .hh_w .tubiao .yuan .span2,
  .ald_fwjj .hh_w .tubiao .yuan .span3 {
    font-size: 25.6px;
  }
}
@media (max-width: 1920px) {
  .ald_fwjj .hh_w .tubiao .yuan .span2,
  .ald_fwjj .hh_w .tubiao .yuan .span3 {
    font-size: 24px;
  }
}
@media (max-width: 1680px) {
  .ald_fwjj .hh_w .tubiao .yuan .span2,
  .ald_fwjj .hh_w .tubiao .yuan .span3 {
    font-size: 21px;
  }
}
@media (max-width: 1459px) {
  .ald_fwjj .hh_w .tubiao .yuan .span2,
  .ald_fwjj .hh_w .tubiao .yuan .span3 {
    font-size: 18.2375px;
  }
}
@media (max-width: 1366px) {
  .ald_fwjj .hh_w .tubiao .yuan .span2,
  .ald_fwjj .hh_w .tubiao .yuan .span3 {
    font-size: 17.075px;
  }
}
@media (max-width: 1280px) {
  .ald_fwjj .hh_w .tubiao .yuan .span2,
  .ald_fwjj .hh_w .tubiao .yuan .span3 {
    font-size: 16px;
  }
}
@media (max-width: 1259px) {
  .ald_fwjj .hh_w .tubiao .yuan .span2,
  .ald_fwjj .hh_w .tubiao .yuan .span3 {
    font-size: 15.7375px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_fwjj .hh_w .tubiao .yuan .span2,
  .ald_fwjj .hh_w .tubiao .yuan .span3 {
    font-size: 12.8px;
  }
}
@media (min-width: 1024px) and (max-width: 1680px) {
  .ald_fwjj .hh_w .tubiao .yuan .span2,
  .ald_fwjj .hh_w .tubiao .yuan .span3 {
    font-size: 21px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_fwjj .hh_w .tubiao .yuan .span2,
  .ald_fwjj .hh_w .tubiao .yuan .span3 {
    font-size: 15.7375px;
  }
}
.ald_fwjj .hh_w .tubiao .yuan1 {
  padding-bottom: 1.15rem;
  left: 50%;
  transform: translateX(-50%);
}
.ald_fwjj .hh_w .tubiao .yuan2 {
  left: 30%;
  top: 2.5rem;
  padding-top: 0.65rem;
  padding-right: 1rem;
}
.ald_fwjj .hh_w .tubiao .yuan3 {
  left: 48%;
  top: 2.5rem;
  padding-top: 0.65rem;
  padding-left: 1rem;
}
.ald_fwjj .hh_w .tubiao .sanyuan {
  background: url('../images/img51.png');
  background-size: 100% 100%;
  width: 3.15rem;
  height: 2.95rem;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  top: 2.1rem;
}
.ald_fwjj .hh_w .tubiao .sanyuan .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.ald_fwjj .hh_w .tubiao .sanyuan .text img {
  width: 0.5rem;
  height: 0.5rem;
  margin-bottom: 0.1rem;
}
.ald_fwjj .hh_w .tubiao .sanyuan .text .span {
  color: #FFF;
  font-weight: bold;
  line-height: 1.3;
}
@media (max-width: 2048px) {
  .ald_fwjj .hh_w .tubiao .sanyuan .text .span {
    font-size: 34.13333333px;
  }
}
@media (max-width: 1920px) {
  .ald_fwjj .hh_w .tubiao .sanyuan .text .span {
    font-size: 32px;
  }
}
@media (max-width: 1680px) {
  .ald_fwjj .hh_w .tubiao .sanyuan .text .span {
    font-size: 28px;
  }
}
@media (max-width: 1459px) {
  .ald_fwjj .hh_w .tubiao .sanyuan .text .span {
    font-size: 24.31666667px;
  }
}
@media (max-width: 1366px) {
  .ald_fwjj .hh_w .tubiao .sanyuan .text .span {
    font-size: 22.76666667px;
  }
}
@media (max-width: 1280px) {
  .ald_fwjj .hh_w .tubiao .sanyuan .text .span {
    font-size: 21.33333333px;
  }
}
@media (max-width: 1259px) {
  .ald_fwjj .hh_w .tubiao .sanyuan .text .span {
    font-size: 20.98333333px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_fwjj .hh_w .tubiao .sanyuan .text .span {
    font-size: 17.06666667px;
  }
}
@media (max-width: 768px) {
  .ald_fwjj {
    padding-bottom: 4.4rem;
  }
  .ald_fwjj .bgimg {
    height: 0.8rem;
  }
  .ald_fwjj .hh_w {
    padding-top: 0.4rem;
  }
  .ald_fwjj .hh_w .title .div1 {
    font-size: 0.2rem;
    margin-bottom: 0.2rem;
  }
  .ald_fwjj .hh_w .title .div2 * {
    font-size: 0.14rem;
  }
  .ald_fwjj .hh_w .title .div2 {
    margin-bottom: 0.2rem;
  }
  .ald_fwjj .hh_w .title .div3 {
    font-size: 0.16rem;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .ald_fwjj .hh_w .title .div3 .hh_span {
    width: 48%;
    margin-bottom: 0.12rem;
  }
  .ald_fwjj .hh_w .title .div3 .hh_span2 {
    display: none;
  }
  .ald_fwjj .hh_w .tubiao {
    margin-top: 0.4rem;
  }
  .ald_fwjj .hh_w .tubiao .yuan1 {
    padding-bottom: 0.6rem;
  }
  .ald_fwjj .hh_w .tubiao .yuan {
    width: 2rem;
    height: 2rem;
  }
  .ald_fwjj .hh_w .tubiao .yuan2 {
    left: 0;
    top: 1.6rem;
  }
  .ald_fwjj .hh_w .tubiao .yuan3 {
    left: unset;
    right: 0;
    top: 1.6rem;
  }
  .ald_fwjj .hh_w .tubiao .yuan3,
  .ald_fwjj .hh_w .tubiao .yuan2 {
    padding-top: 0.3rem;
  }
  .ald_fwjj .hh_w .tubiao .sanyuan {
    width: 1.8rem;
    height: 1.8rem;
    top: 2.1rem;
    transform: translate(-50%, -50%);
  }
  .ald_fwjj .hh_w .tubiao .sanyuan .text img {
    width: 0.3rem;
    height: 0.3rem;
  }
  .ald_fwjj .hh_w .tubiao .sanyuan .text .span {
    font-size: 0.16rem;
  }
  .ald_fwjj .hh_w .tubiao .yuan .span2,
  .ald_fwjj .hh_w .tubiao .yuan .span3 {
    font-size: 0.16rem;
  }
  .ald_fwjj .hh_w .tubiao .yuan .span1 {
    font-size: 0.28rem;
    margin-bottom: 0.05rem;
  }
}
.qtwy_khfw_cjwtBox {
  background: #f7f7f7;
}
.qtwy_khfw_cjwtBox .qtwy_khfw_cjwt {
  padding: 1rem 0;
  width: 14.4rem;
  margin: 0 auto;
  width: 15.95rem;
  /*定义滚动条的轨道颜色、内阴影及圆角*/
}
@media (max-width: 768px) {
  .qtwy_khfw_cjwtBox .qtwy_khfw_cjwt {
    padding: 0.4rem 0;
  }
}
@media (max-width: 768px) {
  .qtwy_khfw_cjwtBox .qtwy_khfw_cjwt {
    width: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
.qtwy_khfw_cjwtBox .qtwy_khfw_cjwt .title {
  font-weight: bold;
  color: #333;
  margin-bottom: 0.65rem;
  line-height: 1;
}
@media (max-width: 2048px) {
  .qtwy_khfw_cjwtBox .qtwy_khfw_cjwt .title {
    font-size: 51.2px;
  }
}
@media (max-width: 1920px) {
  .qtwy_khfw_cjwtBox .qtwy_khfw_cjwt .title {
    font-size: 48px;
  }
}
@media (max-width: 1680px) {
  .qtwy_khfw_cjwtBox .qtwy_khfw_cjwt .title {
    font-size: 42px;
  }
}
@media (max-width: 1459px) {
  .qtwy_khfw_cjwtBox .qtwy_khfw_cjwt .title {
    font-size: 36.475px;
  }
}
@media (max-width: 1366px) {
  .qtwy_khfw_cjwtBox .qtwy_khfw_cjwt .title {
    font-size: 34.15px;
  }
}
@media (max-width: 1280px) {
  .qtwy_khfw_cjwtBox .qtwy_khfw_cjwt .title {
    font-size: 32px;
  }
}
@media (max-width: 1259px) {
  .qtwy_khfw_cjwtBox .qtwy_khfw_cjwt .title {
    font-size: 31.475px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .qtwy_khfw_cjwtBox .qtwy_khfw_cjwt .title {
    font-size: 25.6px;
  }
}
@media (max-width: 1366px) {
  .qtwy_khfw_cjwtBox .qtwy_khfw_cjwt .title {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .qtwy_khfw_cjwtBox .qtwy_khfw_cjwt .title {
    font-size: 0.2rem;
    margin-bottom: 0.2rem;
  }
}
.qtwy_khfw_cjwtBox .qtwy_khfw_cjwt .cjwt_ul {
  display: flex;
  flex-direction: column;
  max-height: 6.1rem;
  overflow-y: auto;
  padding-right: 0.35rem;
}
.qtwy_khfw_cjwtBox .qtwy_khfw_cjwt .cjwt_ul .cjwt_li {
  margin-bottom: 0.25rem;
}
.qtwy_khfw_cjwtBox .qtwy_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_q {
  min-height: 1rem;
  background: #fff;
  position: relative;
  transition: all 0.5s;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}
@media (max-width: 768px) {
  .qtwy_khfw_cjwtBox .qtwy_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_q {
    min-height: 0.5rem;
  }
}
.qtwy_khfw_cjwtBox .qtwy_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_q .cjwt_bgimg {
  position: absolute;
  right: 0;
  opacity: 0;
  transition: all 0.5s;
}
.qtwy_khfw_cjwtBox .qtwy_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_q .div1 {
  display: flex;
  height: 100%;
  align-items: center;
}
@media (max-width: 768px) {
  .qtwy_khfw_cjwtBox .qtwy_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_q .div1 {
    width: calc(100% - 0.4rem);
  }
}
.qtwy_khfw_cjwtBox .qtwy_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_q .div1 .p1 {
  margin: 0 0.25rem;
  background: url('../images/icon_faq1.png');
  background-size: 100% 100%;
  color: #fff;
  font-family: 'dinm';
  width: 0.5rem;
  height: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}
@media (max-width: 2048px) {
  .qtwy_khfw_cjwtBox .qtwy_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_q .div1 .p1 {
    font-size: 32px;
  }
}
@media (max-width: 1920px) {
  .qtwy_khfw_cjwtBox .qtwy_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_q .div1 .p1 {
    font-size: 30px;
  }
}
@media (max-width: 1680px) {
  .qtwy_khfw_cjwtBox .qtwy_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_q .div1 .p1 {
    font-size: 26.25px;
  }
}
@media (max-width: 1459px) {
  .qtwy_khfw_cjwtBox .qtwy_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_q .div1 .p1 {
    font-size: 22.796875px;
  }
}
@media (max-width: 1366px) {
  .qtwy_khfw_cjwtBox .qtwy_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_q .div1 .p1 {
    font-size: 21.34375px;
  }
}
@media (max-width: 1280px) {
  .qtwy_khfw_cjwtBox .qtwy_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_q .div1 .p1 {
    font-size: 20px;
  }
}
@media (max-width: 1259px) {
  .qtwy_khfw_cjwtBox .qtwy_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_q .div1 .p1 {
    font-size: 19.671875px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .qtwy_khfw_cjwtBox .qtwy_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_q .div1 .p1 {
    font-size: 16px;
  }
}
@media (min-width: 1024px) and (max-width: 1680px) {
  .qtwy_khfw_cjwtBox .qtwy_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_q .div1 .p1 {
    font-size: 26.25px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .qtwy_khfw_cjwtBox .qtwy_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_q .div1 .p1 {
    font-size: 19.671875px;
  }
}
@media (max-width: 768px) {
  .qtwy_khfw_cjwtBox .qtwy_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_q .div1 .p1 {
    width: 0.3rem;
    height: 0.3rem;
    font-size: 0.2rem;
    margin: 0 0.15rem;
  }
}
.qtwy_khfw_cjwtBox .qtwy_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_q .div1 .p2 {
  font-family: 'siyuan_normal';
  color: #333;
}
@media (max-width: 2048px) {
  .qtwy_khfw_cjwtBox .qtwy_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_q .div1 .p2 {
    font-size: 25.6px;
  }
}
@media (max-width: 1920px) {
  .qtwy_khfw_cjwtBox .qtwy_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_q .div1 .p2 {
    font-size: 24px;
  }
}
@media (max-width: 1680px) {
  .qtwy_khfw_cjwtBox .qtwy_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_q .div1 .p2 {
    font-size: 21px;
  }
}
@media (max-width: 1459px) {
  .qtwy_khfw_cjwtBox .qtwy_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_q .div1 .p2 {
    font-size: 18.2375px;
  }
}
@media (max-width: 1366px) {
  .qtwy_khfw_cjwtBox .qtwy_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_q .div1 .p2 {
    font-size: 17.075px;
  }
}
@media (max-width: 1280px) {
  .qtwy_khfw_cjwtBox .qtwy_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_q .div1 .p2 {
    font-size: 16px;
  }
}
@media (max-width: 1259px) {
  .qtwy_khfw_cjwtBox .qtwy_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_q .div1 .p2 {
    font-size: 15.7375px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .qtwy_khfw_cjwtBox .qtwy_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_q .div1 .p2 {
    font-size: 12.8px;
  }
}
@media (min-width: 1024px) and (max-width: 1680px) {
  .qtwy_khfw_cjwtBox .qtwy_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_q .div1 .p2 {
    font-size: 21px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .qtwy_khfw_cjwtBox .qtwy_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_q .div1 .p2 {
    font-size: 15.7375px;
  }
}
@media (max-width: 768px) {
  .qtwy_khfw_cjwtBox .qtwy_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_q .div1 .p2 {
    font-size: 0.14rem;
    padding: 0.15rem 0;
    width: calc(100% - 0.55rem);
  }
}
.qtwy_khfw_cjwtBox .qtwy_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_q .div2 {
  background: url('../images/icon_faqd.png');
  background-size: 100% 100%;
  width: 15px;
  height: 15px;
  margin-right: 0.5rem;
}
@media (max-width: 768px) {
  .qtwy_khfw_cjwtBox .qtwy_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_q .div2 {
    width: 0.12rem;
    height: 0.1rem;
    margin-right: 0.15rem;
  }
}
.qtwy_khfw_cjwtBox .qtwy_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_q .moreSpan {
  position: absolute;
  right: 0.8rem;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
  font-family: 'siyuan_regular';
  transition: all 0.5s;
}
@media (max-width: 2048px) {
  .qtwy_khfw_cjwtBox .qtwy_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_q .moreSpan {
    font-size: 19.2px;
  }
}
@media (max-width: 1920px) {
  .qtwy_khfw_cjwtBox .qtwy_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_q .moreSpan {
    font-size: 18px;
  }
}
@media (max-width: 1680px) {
  .qtwy_khfw_cjwtBox .qtwy_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_q .moreSpan {
    font-size: 15.75px;
  }
}
@media (max-width: 1459px) {
  .qtwy_khfw_cjwtBox .qtwy_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_q .moreSpan {
    font-size: 13.678125px;
  }
}
@media (max-width: 1366px) {
  .qtwy_khfw_cjwtBox .qtwy_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_q .moreSpan {
    font-size: 12.80625px;
  }
}
@media (max-width: 1280px) {
  .qtwy_khfw_cjwtBox .qtwy_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_q .moreSpan {
    font-size: 12px;
  }
}
@media (max-width: 1259px) {
  .qtwy_khfw_cjwtBox .qtwy_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_q .moreSpan {
    font-size: 11.803125px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .qtwy_khfw_cjwtBox .qtwy_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_q .moreSpan {
    font-size: 9.6px;
  }
}
@media (min-width: 1024px) and (max-width: 1680px) {
  .qtwy_khfw_cjwtBox .qtwy_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_q .moreSpan {
    font-size: 15.75px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .qtwy_khfw_cjwtBox .qtwy_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_q .moreSpan {
    font-size: 11.803125px;
  }
}
@media (min-width: 1367px) {
  .qtwy_khfw_cjwtBox .qtwy_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_q .moreSpan {
    font-size: 18px;
  }
}
@media (min-width: 1025px) and (max-width: 1366px) {
  .qtwy_khfw_cjwtBox .qtwy_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_q .moreSpan {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .qtwy_khfw_cjwtBox .qtwy_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_q .moreSpan {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .qtwy_khfw_cjwtBox .qtwy_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_q .moreSpan {
    font-size: 0.16rem;
  }
}
.qtwy_khfw_cjwtBox .qtwy_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_a {
  border: 2px solid #d4e4f0;
  border-top: 0;
  display: none;
}
.qtwy_khfw_cjwtBox .qtwy_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_a .div1 {
  background: #fff;
  padding: 0.3rem 0;
  display: flex;
}
@media (max-width: 768px) {
  .qtwy_khfw_cjwtBox .qtwy_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_a .div1 {
    padding: 0.1rem 0;
  }
}
.qtwy_khfw_cjwtBox .qtwy_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_a .div1 .p1 {
  margin: 0.05rem 0.25rem 0 0.25rem;
  background: url('../images/icon_faq3.png');
  background-size: 100% 100%;
  color: #0382da;
  font-family: 'dinm';
  width: 0.5rem;
  height: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 2048px) {
  .qtwy_khfw_cjwtBox .qtwy_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_a .div1 .p1 {
    font-size: 32px;
  }
}
@media (max-width: 1920px) {
  .qtwy_khfw_cjwtBox .qtwy_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_a .div1 .p1 {
    font-size: 30px;
  }
}
@media (max-width: 1680px) {
  .qtwy_khfw_cjwtBox .qtwy_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_a .div1 .p1 {
    font-size: 26.25px;
  }
}
@media (max-width: 1459px) {
  .qtwy_khfw_cjwtBox .qtwy_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_a .div1 .p1 {
    font-size: 22.796875px;
  }
}
@media (max-width: 1366px) {
  .qtwy_khfw_cjwtBox .qtwy_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_a .div1 .p1 {
    font-size: 21.34375px;
  }
}
@media (max-width: 1280px) {
  .qtwy_khfw_cjwtBox .qtwy_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_a .div1 .p1 {
    font-size: 20px;
  }
}
@media (max-width: 1259px) {
  .qtwy_khfw_cjwtBox .qtwy_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_a .div1 .p1 {
    font-size: 19.671875px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .qtwy_khfw_cjwtBox .qtwy_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_a .div1 .p1 {
    font-size: 16px;
  }
}
@media (min-width: 1024px) and (max-width: 1680px) {
  .qtwy_khfw_cjwtBox .qtwy_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_a .div1 .p1 {
    font-size: 26.25px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .qtwy_khfw_cjwtBox .qtwy_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_a .div1 .p1 {
    font-size: 19.671875px;
  }
}
@media (max-width: 768px) {
  .qtwy_khfw_cjwtBox .qtwy_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_a .div1 .p1 {
    width: 0.3rem;
    height: 0.3rem;
    margin: 0.1rem 0.15rem 0 0.13rem;
    font-size: 0.2rem;
  }
}
.qtwy_khfw_cjwtBox .qtwy_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_a .div1 .p2 {
  font-size: 16px;
  line-height: 2;
  color: #666;
  width: 75.8%;
  font-family: 'siyuan_regular';
  padding-top: 0.1rem;
}
@media (max-width: 768px) {
  .qtwy_khfw_cjwtBox .qtwy_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_a .div1 .p2 {
    font-size: 0.14rem;
    width: calc(100% - 0.75rem);
  }
}
.qtwy_khfw_cjwtBox .qtwy_khfw_cjwt .cjwt_ul .cjwt_li.hover .cjwt_li_q {
  background: #e7f2fa;
}
.qtwy_khfw_cjwtBox .qtwy_khfw_cjwt .cjwt_ul .cjwt_li.hover .cjwt_li_q .div1 .p2,
.qtwy_khfw_cjwtBox .qtwy_khfw_cjwt .cjwt_ul .cjwt_li.hover .cjwt_li_q .moreSpan {
  color: #0382da;
}
.qtwy_khfw_cjwtBox .qtwy_khfw_cjwt .cjwt_ul .cjwt_li.on .cjwt_li_q {
  background: #0382da;
}
.qtwy_khfw_cjwtBox .qtwy_khfw_cjwt .cjwt_ul .cjwt_li.on .cjwt_li_q .cjwt_bgimg {
  opacity: 1;
}
.qtwy_khfw_cjwtBox .qtwy_khfw_cjwt .cjwt_ul .cjwt_li.on .cjwt_li_q .div1 .p1 {
  background: url('../images/icon_faq2.png');
  background-size: 100% 100%;
  color: #0382da;
}
.qtwy_khfw_cjwtBox .qtwy_khfw_cjwt .cjwt_ul .cjwt_li.on .cjwt_li_q .div1 .p2 {
  color: #fff;
}
.qtwy_khfw_cjwtBox .qtwy_khfw_cjwt .cjwt_ul .cjwt_li.on .cjwt_li_q .div2 {
  background: url('../images/icon_faqu.png');
  background-size: 100% 100%;
}
.qtwy_khfw_cjwtBox .qtwy_khfw_cjwt .cjwt_ul .cjwt_li.on .cjwt_li_q .moreSpan {
  color: #fff;
}
.qtwy_khfw_cjwtBox .qtwy_khfw_cjwt .cjwt_ul::-webkit-scrollbar {
  width: 3px;
  /*对垂直流动条有效*/
}
.qtwy_khfw_cjwtBox .qtwy_khfw_cjwt .cjwt_ul::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #ededed;
  background-color: #ededed;
  border-radius: 3px;
}
.qtwy_khfw_cjwtBox .qtwy_khfw_cjwt .cjwt_ul::-webkit-scrollbar-thumb {
  border-radius: 7px;
  -webkit-box-shadow: inset 0 0 6px #0382da;
  background-color: #0382da;
}
@media (max-width: 768px) {
  .qtwy_khfw_cjwtBox .qtwy_khfw_cjwt .cjwt_ul {
    padding-right: 0.1rem;
  }
  .qtwy_khfw_cjwtBox .qtwy_khfw_cjwt .cjwt_ul .cjwt_li {
    margin-bottom: 0.15rem;
  }
  .qtwy_khfw_cjwtBox .qtwy_khfw_cjwt .cjwt_ul {
    max-height: 3.4rem;
  }
}
.ald_ypsq {
  padding: 1.2rem 0;
  position: relative;
  background: #fbfbfb;
}
.ald_ypsq .bgimg {
  position: absolute;
  width: 100%;
  z-index: 1;
  bottom: -12.23vw;
}
.ald_ypsq .hh_w {
  width: 15.6rem;
  margin: 0 auto;
  display: flex;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .ald_ypsq .hh_w {
    width: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
.ald_ypsq .hh_w .div_l {
  background: url('../images/img55.png');
  background-size: 100% 100%;
  padding-left: 0.6rem;
  padding-top: 1rem;
  width: 6.1rem;
}
.ald_ypsq .hh_w .div_l .div1 p {
  line-height: 1;
  color: #FFF;
  font-family: 'akzidenzGrotesk-medium';
  text-transform: Uppercase;
}
@media (max-width: 2048px) {
  .ald_ypsq .hh_w .div_l .div1 p {
    font-size: 51.2px;
  }
}
@media (max-width: 1920px) {
  .ald_ypsq .hh_w .div_l .div1 p {
    font-size: 48px;
  }
}
@media (max-width: 1680px) {
  .ald_ypsq .hh_w .div_l .div1 p {
    font-size: 42px;
  }
}
@media (max-width: 1459px) {
  .ald_ypsq .hh_w .div_l .div1 p {
    font-size: 36.475px;
  }
}
@media (max-width: 1366px) {
  .ald_ypsq .hh_w .div_l .div1 p {
    font-size: 34.15px;
  }
}
@media (max-width: 1280px) {
  .ald_ypsq .hh_w .div_l .div1 p {
    font-size: 32px;
  }
}
@media (max-width: 1259px) {
  .ald_ypsq .hh_w .div_l .div1 p {
    font-size: 31.475px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_ypsq .hh_w .div_l .div1 p {
    font-size: 25.6px;
  }
}
.ald_ypsq .hh_w .div_l .div2 {
  font-weight: bold;
  color: #FFF;
  margin-top: 0.45rem;
  margin-bottom: 0.9rem;
}
@media (max-width: 2048px) {
  .ald_ypsq .hh_w .div_l .div2 {
    font-size: 51.2px;
  }
}
@media (max-width: 1920px) {
  .ald_ypsq .hh_w .div_l .div2 {
    font-size: 48px;
  }
}
@media (max-width: 1680px) {
  .ald_ypsq .hh_w .div_l .div2 {
    font-size: 42px;
  }
}
@media (max-width: 1459px) {
  .ald_ypsq .hh_w .div_l .div2 {
    font-size: 36.475px;
  }
}
@media (max-width: 1366px) {
  .ald_ypsq .hh_w .div_l .div2 {
    font-size: 34.15px;
  }
}
@media (max-width: 1280px) {
  .ald_ypsq .hh_w .div_l .div2 {
    font-size: 32px;
  }
}
@media (max-width: 1259px) {
  .ald_ypsq .hh_w .div_l .div2 {
    font-size: 31.475px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_ypsq .hh_w .div_l .div2 {
    font-size: 25.6px;
  }
}
.ald_ypsq .hh_w .div_l .div3 {
  margin-bottom: 0.4rem;
}
.ald_ypsq .hh_w .div_l .div4 {
  color: #FFF;
  line-height: 1.7;
  font-family: 'siyuan_regular';
  padding-bottom: 1.5rem;
}
@media (max-width: 2048px) {
  .ald_ypsq .hh_w .div_l .div4 {
    font-size: 23.46666667px;
  }
}
@media (max-width: 1920px) {
  .ald_ypsq .hh_w .div_l .div4 {
    font-size: 22px;
  }
}
@media (max-width: 1680px) {
  .ald_ypsq .hh_w .div_l .div4 {
    font-size: 19.25px;
  }
}
@media (max-width: 1459px) {
  .ald_ypsq .hh_w .div_l .div4 {
    font-size: 16.71770833px;
  }
}
@media (max-width: 1366px) {
  .ald_ypsq .hh_w .div_l .div4 {
    font-size: 15.65208333px;
  }
}
@media (max-width: 1280px) {
  .ald_ypsq .hh_w .div_l .div4 {
    font-size: 14.66666667px;
  }
}
@media (max-width: 1259px) {
  .ald_ypsq .hh_w .div_l .div4 {
    font-size: 14.42604167px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_ypsq .hh_w .div_l .div4 {
    font-size: 11.73333333px;
  }
}
@media (min-width: 1024px) and (max-width: 1680px) {
  .ald_ypsq .hh_w .div_l .div4 {
    font-size: 19.25px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_ypsq .hh_w .div_l .div4 {
    font-size: 14.42604167px;
  }
}
.ald_ypsq .hh_w .div_r {
  box-shadow: 0px 0px 0px 0px #f6f6f7;
  width: 62.82%;
  position: absolute;
  border-radius: 10px;
  right: 0;
  padding-left: 0.55rem;
  padding-right: 0.55rem;
  margin-top: 0.45rem;
  background-color: #fff;
  padding-top: 0.75rem;
  padding-bottom: 0.5rem;
}
.ald_ypsq .hh_w .div_r .div1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ald_ypsq .hh_w .div_r .div1 .li {
  width: 48.55%;
  height: 55px;
  background: #f7f7f7;
  border-radius: 5px;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  margin-bottom: 0.25rem;
  border: 1px solid #e9e9e9;
}
.ald_ypsq .hh_w .div_r .div1 .li input {
  height: 100%;
  line-height: 55px;
  font-size: 18px;
  font-family: 'siyuan_light';
  width: 100%;
}
.ald_ypsq .hh_w .div_r .div2 {
  display: flex;
  margin-top: 0.15rem;
}
.ald_ypsq .hh_w .div_r .div2 .first_span {
  color: #333;
  font-family: 'siyuan_regular';
  margin-right: 0.3rem;
}
@media (max-width: 2048px) {
  .ald_ypsq .hh_w .div_r .div2 .first_span {
    font-size: 21.33333333px;
  }
}
@media (max-width: 1920px) {
  .ald_ypsq .hh_w .div_r .div2 .first_span {
    font-size: 20px;
  }
}
@media (max-width: 1680px) {
  .ald_ypsq .hh_w .div_r .div2 .first_span {
    font-size: 17.5px;
  }
}
@media (max-width: 1459px) {
  .ald_ypsq .hh_w .div_r .div2 .first_span {
    font-size: 15.19791667px;
  }
}
@media (max-width: 1366px) {
  .ald_ypsq .hh_w .div_r .div2 .first_span {
    font-size: 14.22916667px;
  }
}
@media (max-width: 1280px) {
  .ald_ypsq .hh_w .div_r .div2 .first_span {
    font-size: 13.33333333px;
  }
}
@media (max-width: 1259px) {
  .ald_ypsq .hh_w .div_r .div2 .first_span {
    font-size: 13.11458333px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_ypsq .hh_w .div_r .div2 .first_span {
    font-size: 10.66666667px;
  }
}
@media (min-width: 1024px) and (max-width: 1680px) {
  .ald_ypsq .hh_w .div_r .div2 .first_span {
    font-size: 17.5px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_ypsq .hh_w .div_r .div2 .first_span {
    font-size: 13.11458333px;
  }
}
.ald_ypsq .hh_w .div_r .div2 .radio_ul {
  display: flex;
  align-items: center;
}
.ald_ypsq .hh_w .div_r .div2 .radio_ul .radio_li {
  display: flex;
  align-items: center;
  margin-right: 0.5rem;
}
.ald_ypsq .hh_w .div_r .div2 .radio_ul .radio_li .radio {
  display: inline-block;
  position: relative;
  height: 25px;
  width: 25px;
  border: 1px solid #d4e4f0;
  border-radius: 10px;
  cursor: pointer;
  margin-right: 0.1rem;
}
@media (max-width: 768px) {
  .ald_ypsq .hh_w .div_r .div2 .radio_ul .radio_li .radio {
    width: 0.15rem;
    height: 0.15rem;
    margin-right: 0.05rem;
  }
}
.ald_ypsq .hh_w .div_r .div2 .radio_ul .radio_li .radio::before {
  content: unset;
  position: absolute;
  display: inline-block;
  width: 10px;
  height: 5px;
  border-width: 0 0 2px 2px;
  overflow: hidden;
  border-style: solid;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 5px;
  top: 6px;
}
@media (max-width: 768px) {
  .ald_ypsq .hh_w .div_r .div2 .radio_ul .radio_li .radio::before {
    width: 0.1rem;
    height: 0.05rem;
  }
}
.ald_ypsq .hh_w .div_r .div2 .radio_ul .radio_li .radio.active {
  background: #0382da;
  border-color: #0382da;
  color: #FFF;
}
.ald_ypsq .hh_w .div_r .div2 .radio_ul .radio_li .radio.active::before {
  content: ' ';
}
.ald_ypsq .hh_w .div_r .div2 .radio_ul .radio_li .span {
  color: #666;
  font-family: 'siyuan_light';
}
@media (max-width: 2048px) {
  .ald_ypsq .hh_w .div_r .div2 .radio_ul .radio_li .span {
    font-size: 19.2px;
  }
}
@media (max-width: 1920px) {
  .ald_ypsq .hh_w .div_r .div2 .radio_ul .radio_li .span {
    font-size: 18px;
  }
}
@media (max-width: 1680px) {
  .ald_ypsq .hh_w .div_r .div2 .radio_ul .radio_li .span {
    font-size: 15.75px;
  }
}
@media (max-width: 1459px) {
  .ald_ypsq .hh_w .div_r .div2 .radio_ul .radio_li .span {
    font-size: 13.678125px;
  }
}
@media (max-width: 1366px) {
  .ald_ypsq .hh_w .div_r .div2 .radio_ul .radio_li .span {
    font-size: 12.80625px;
  }
}
@media (max-width: 1280px) {
  .ald_ypsq .hh_w .div_r .div2 .radio_ul .radio_li .span {
    font-size: 12px;
  }
}
@media (max-width: 1259px) {
  .ald_ypsq .hh_w .div_r .div2 .radio_ul .radio_li .span {
    font-size: 11.803125px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_ypsq .hh_w .div_r .div2 .radio_ul .radio_li .span {
    font-size: 9.6px;
  }
}
@media (min-width: 1024px) and (max-width: 1680px) {
  .ald_ypsq .hh_w .div_r .div2 .radio_ul .radio_li .span {
    font-size: 15.75px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_ypsq .hh_w .div_r .div2 .radio_ul .radio_li .span {
    font-size: 11.803125px;
  }
}
@media (min-width: 1367px) {
  .ald_ypsq .hh_w .div_r .div2 .radio_ul .radio_li .span {
    font-size: 18px;
  }
}
@media (min-width: 1025px) and (max-width: 1366px) {
  .ald_ypsq .hh_w .div_r .div2 .radio_ul .radio_li .span {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_ypsq .hh_w .div_r .div2 .radio_ul .radio_li .span {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .ald_ypsq .hh_w .div_r .div2 .radio_ul .radio_li .span {
    font-size: 0.16rem;
  }
}
.ald_ypsq .hh_w .div_r .div3 {
  padding: 0.15rem 0.2rem;
  background: #f7f7f7;
  border: 1px solid #e9e9e9;
  margin-top: 0.25rem;
  border-radius: 5px;
}
@media (max-width: 768px) {
  .ald_ypsq .hh_w .div_r .div3 {
    padding: 0.2rem;
  }
}
.ald_ypsq .hh_w .div_r .div3 .textarea {
  height: 1.25rem;
  color: #666;
  width: 100%;
  font-size: 18px;
  font-family: 'siyuan_light';
}
@media (max-width: 1024px) {
  .ald_ypsq .hh_w .div_r .div3 .textarea {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .ald_ypsq .hh_w .div_r .div3 .textarea {
    font-size: 0.14rem;
    height: 0.9rem;
  }
}
.ald_ypsq .hh_w .div_r .div4 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.35rem;
}
.ald_ypsq .hh_w .div_r .div4 button {
  width: 1.7rem;
  height: 0.45rem;
  border-radius: 5px;
  background: #0382da;
  color: #fff;
}
@media (max-width: 768px) {
  .ald_ypsq {
    padding: 0.4rem 0;
  }
  .ald_ypsq .hh_w {
    flex-direction: column;
  }
  .ald_ypsq .hh_w .div_l,
  .ald_ypsq .hh_w .div_r {
    width: 100%;
  }
  .ald_ypsq .hh_w .div_r {
    position: unset;
  }
  .ald_ypsq .hh_w .div_l {
    padding-left: 0.2rem;
    padding-top: 0.2rem;
  }
  .ald_ypsq .hh_w .div_l .div1 p {
    font-size: 0.18rem;
  }
  .ald_ypsq .hh_w .div_l .div2 {
    font-size: 0.2rem;
    margin: 0.05rem 0 0.25rem 0;
  }
  .ald_ypsq .hh_w .div_l .div3 {
    margin-bottom: 0.25rem;
  }
  .ald_ypsq .hh_w .div_l .div4 {
    font-size: 0.16rem;
    padding-bottom: 0.2rem;
  }
  .ald_ypsq .hh_w .div_r {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
    padding-top: 0.2rem;
    padding-bottom: 0.3rem;
    margin-top: 0.25rem;
  }
  .ald_ypsq .hh_w .div_r .div1 .li {
    width: 48%;
    height: 0.4rem;
    margin-bottom: 0.15rem;
  }
  .ald_ypsq .hh_w .div_r .div2 .first_span {
    font-size: 0.16rem;
    margin-bottom: 0.1rem;
  }
  .ald_ypsq .hh_w .div_r .div2 .radio_ul .radio_li {
    margin-right: 0;
  }
  .ald_ypsq .hh_w .div_r .div2 .radio_ul {
    justify-content: space-between;
  }
  .ald_ypsq .hh_w .div_r .div2 {
    flex-direction: column;
    margin-top: 0.05rem;
  }
  .ald_ypsq .hh_w .div_r .div1 .li input {
    font-size: 0.14rem;
  }
  .ald_ypsq .hh_w .div_r .div4 {
    margin-top: 0.25rem;
    font-size: 0.14rem;
  }
  .ald_ypsq .hh_w .div_r .div2 .radio_ul .radio_li .radio::before {
    top: 2px;
    left: 0;
  }
  .ald_ypsq .hh_w .div_r .div2 .radio_ul .radio_li .span {
    font-size: 0.13rem;
  }
  .ald_ypsq .hh_w .div_r .div3 {
    margin-top: 0.18rem;
  }
  .ald_ypsq .hh_w .div_r .div4 button {
    width: 1.5rem;
    height: 0.4rem;
    font-size: 0.14rem;
  }
}
.aly_gy_box {
  background: transparent;
  margin-bottom: 0.9rem;
}
.aly_gy_box .aly_sygy {
  background-color: #fff;
  border-radius: 0px !important;
  z-index: 1;
  position: relative;
  width: 100%;
}
.aly_gy_box .aly_sygy .bgimg {
  position: absolute;
  left: -25%;
  z-index: -1;
  width: 12.4rem;
  top: 50%;
  transform: translateY(-50%);
}
.aly_gy_box .aly_sygy .bgimg img {
  width: 100%;
}
.aly_gy_box .aly_sygy .tips {
  font-size: 14vw;
  font-family: 'akzidenzGrotesk-medium';
  color: #0382da;
  opacity: 0.05;
  position: absolute;
  top: 0.6rem;
  left: 9.375%;
  text-align: right;
  z-index: -1;
}
.aly_gy_box .aly_sygy .hh_w {
  width: 15.6rem;
  margin: 0 auto;
  padding-top: 1rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .aly_gy_box .aly_sygy .hh_w {
    width: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
.aly_gy_box .aly_sygy .hh_w .div_l {
  width: 41.34%;
  position: relative;
  height: 0;
  padding-bottom: 45.55%;
}
.aly_gy_box .aly_sygy .hh_w .div_l img {
  width: auto;
  height: 100%;
  object-fit: cover;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  border-bottom-left-radius: 30px;
  border-top-right-radius: 70px;
}
.aly_gy_box .aly_sygy .hh_w .div_l::before {
  position: absolute;
  content: '';
  background: #e1eef7;
  width: 100%;
  height: 100%;
  border-bottom-left-radius: 35px;
  border-top-right-radius: 50px;
  z-index: -1;
  left: -20px;
  top: 20px;
}
.aly_gy_box .aly_sygy .hh_w .div_r {
  width: 52%;
  padding-top: 0.4rem;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .aly_gy_box .aly_sygy .hh_w .div_r {
    justify-content: unset;
  }
}
.aly_gy_box .aly_sygy .hh_w .div_r .con {
  position: relative;
}
.aly_gy_box .aly_sygy .hh_w .div_r .con .div1 {
  font-weight: bold;
  color: #111f28;
  line-height: 1;
  margin-bottom: 0.7rem;
  position: relative;
}
@media (max-width: 2048px) {
  .aly_gy_box .aly_sygy .hh_w .div_r .con .div1 {
    font-size: 51.2px;
  }
}
@media (max-width: 1920px) {
  .aly_gy_box .aly_sygy .hh_w .div_r .con .div1 {
    font-size: 48px;
  }
}
@media (max-width: 1680px) {
  .aly_gy_box .aly_sygy .hh_w .div_r .con .div1 {
    font-size: 42px;
  }
}
@media (max-width: 1459px) {
  .aly_gy_box .aly_sygy .hh_w .div_r .con .div1 {
    font-size: 36.475px;
  }
}
@media (max-width: 1366px) {
  .aly_gy_box .aly_sygy .hh_w .div_r .con .div1 {
    font-size: 34.15px;
  }
}
@media (max-width: 1280px) {
  .aly_gy_box .aly_sygy .hh_w .div_r .con .div1 {
    font-size: 32px;
  }
}
@media (max-width: 1259px) {
  .aly_gy_box .aly_sygy .hh_w .div_r .con .div1 {
    font-size: 31.475px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .aly_gy_box .aly_sygy .hh_w .div_r .con .div1 {
    font-size: 25.6px;
  }
}
.aly_gy_box .aly_sygy .hh_w .div_r .con .div1 .syb {
  position: absolute;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
  top: -100%;
}
.aly_gy_box .aly_sygy .hh_w .div_r .con .div1 .syb img {
  width: 1.05rem;
}
.aly_gy_box .aly_sygy .hh_w .div_r .con .div2 {
  color: #666;
  line-height: 2;
  font-family: 'siyuan_light';
}
@media (max-width: 2048px) {
  .aly_gy_box .aly_sygy .hh_w .div_r .con .div2 {
    font-size: 19.2px;
  }
}
@media (max-width: 1920px) {
  .aly_gy_box .aly_sygy .hh_w .div_r .con .div2 {
    font-size: 18px;
  }
}
@media (max-width: 1680px) {
  .aly_gy_box .aly_sygy .hh_w .div_r .con .div2 {
    font-size: 15.75px;
  }
}
@media (max-width: 1459px) {
  .aly_gy_box .aly_sygy .hh_w .div_r .con .div2 {
    font-size: 13.678125px;
  }
}
@media (max-width: 1366px) {
  .aly_gy_box .aly_sygy .hh_w .div_r .con .div2 {
    font-size: 12.80625px;
  }
}
@media (max-width: 1280px) {
  .aly_gy_box .aly_sygy .hh_w .div_r .con .div2 {
    font-size: 12px;
  }
}
@media (max-width: 1259px) {
  .aly_gy_box .aly_sygy .hh_w .div_r .con .div2 {
    font-size: 11.803125px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .aly_gy_box .aly_sygy .hh_w .div_r .con .div2 {
    font-size: 9.6px;
  }
}
@media (min-width: 1024px) and (max-width: 1680px) {
  .aly_gy_box .aly_sygy .hh_w .div_r .con .div2 {
    font-size: 15.75px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .aly_gy_box .aly_sygy .hh_w .div_r .con .div2 {
    font-size: 11.803125px;
  }
}
@media (min-width: 1367px) {
  .aly_gy_box .aly_sygy .hh_w .div_r .con .div2 {
    font-size: 18px;
  }
}
@media (min-width: 1025px) and (max-width: 1366px) {
  .aly_gy_box .aly_sygy .hh_w .div_r .con .div2 {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .aly_gy_box .aly_sygy .hh_w .div_r .con .div2 {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .aly_gy_box .aly_sygy .hh_w .div_r .con .div2 {
    font-size: 0.16rem;
  }
}
@media (max-width: 1440px) {
  .aly_gy_box .aly_sygy .hh_w .div_r .con .div2 {
    height: 295px;
    overflow-x: auto;
    /*定义滚动条的轨道颜色、内阴影及圆角*/
    /*定义滑块颜色、内阴影及圆角*/
  }
  .aly_gy_box .aly_sygy .hh_w .div_r .con .div2::-webkit-scrollbar {
    width: 2px;
    /*对垂直流动条有效*/
  }
  .aly_gy_box .aly_sygy .hh_w .div_r .con .div2::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #ededed;
    background-color: #ededed;
    border-radius: 3px;
  }
  .aly_gy_box .aly_sygy .hh_w .div_r .con .div2::-webkit-scrollbar-thumb {
    border-radius: 7px;
    -webkit-box-shadow: inset 0 0 6px #0382da;
    background-color: #0382da;
  }
}
@media (max-width: 1290px) {
  .aly_gy_box .aly_sygy .hh_w .div_r .con .div2 {
    height: 290px;
  }
}
@media (max-width: 1024px) {
  .aly_gy_box .aly_sygy .hh_w .div_r .con .div2 {
    height: 230px;
  }
}
.aly_gy_box .aly_sygy .hh_w .div_r .con .div2 p {
  margin-bottom: 0.13rem;
  line-height: 1.7;
}
.aly_gy_box .aly_sygy .hh_w .div_r .con .div2 p:nth-last-child(1) {
  margin-bottom: 0;
}
.aly_gy_box .aly_sygy .hh_w .div_r .con .btn {
  cursor: pointer;
  background: #0382da;
  border-radius: 1000px;
  padding: 0.15rem 0.45rem;
  display: inline-block;
  margin-top: 0.85rem;
}
.aly_gy_box .aly_sygy .hh_w .div_r .con .btn span {
  font-family: 'siyuan_regular';
  color: #FFF;
}
@media (max-width: 2048px) {
  .aly_gy_box .aly_sygy .hh_w .div_r .con .btn span {
    font-size: 19.2px;
  }
}
@media (max-width: 1920px) {
  .aly_gy_box .aly_sygy .hh_w .div_r .con .btn span {
    font-size: 18px;
  }
}
@media (max-width: 1680px) {
  .aly_gy_box .aly_sygy .hh_w .div_r .con .btn span {
    font-size: 15.75px;
  }
}
@media (max-width: 1459px) {
  .aly_gy_box .aly_sygy .hh_w .div_r .con .btn span {
    font-size: 13.678125px;
  }
}
@media (max-width: 1366px) {
  .aly_gy_box .aly_sygy .hh_w .div_r .con .btn span {
    font-size: 12.80625px;
  }
}
@media (max-width: 1280px) {
  .aly_gy_box .aly_sygy .hh_w .div_r .con .btn span {
    font-size: 12px;
  }
}
@media (max-width: 1259px) {
  .aly_gy_box .aly_sygy .hh_w .div_r .con .btn span {
    font-size: 11.803125px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .aly_gy_box .aly_sygy .hh_w .div_r .con .btn span {
    font-size: 9.6px;
  }
}
@media (min-width: 1024px) and (max-width: 1680px) {
  .aly_gy_box .aly_sygy .hh_w .div_r .con .btn span {
    font-size: 15.75px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .aly_gy_box .aly_sygy .hh_w .div_r .con .btn span {
    font-size: 11.803125px;
  }
}
@media (min-width: 1367px) {
  .aly_gy_box .aly_sygy .hh_w .div_r .con .btn span {
    font-size: 18px;
  }
}
@media (min-width: 1025px) and (max-width: 1366px) {
  .aly_gy_box .aly_sygy .hh_w .div_r .con .btn span {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .aly_gy_box .aly_sygy .hh_w .div_r .con .btn span {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .aly_gy_box .aly_sygy .hh_w .div_r .con .btn span {
    font-size: 0.16rem;
  }
}
.aly_gy_box .aly_sygy .hh_w .div_r .con .btn img {
  margin-left: 0.15rem;
  transition: all 0.5s;
}
.aly_gy_box .aly_sygy .hh_w .div_r .con .btn a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.aly_gy_box .aly_sygy .hh_w .div_r .con .btn:hover img {
  margin-left: 0.25rem;
}
.aly_gy_box .aly_sygy .hh_w .div_r .info {
  padding-left: 0.35rem;
  padding-right: 0.35rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 9.9rem;
  height: 2rem;
  background: #f7f7f7;
  z-index: 1;
  border-top-right-radius: 30px;
  border-left: 6px solid #0382da;
  margin-top: 0.85rem;
  margin-bottom: 0.35rem;
}
@media (max-width: 1680px) {
  .aly_gy_box .aly_sygy .hh_w .div_r .info {
    margin-top: 0.5rem;
  }
}
@media (max-width: 1024px) {
  .aly_gy_box .aly_sygy .hh_w .div_r .info {
    margin-top: 0.45rem;
  }
}
.aly_gy_box .aly_sygy .hh_w .div_r .info .li {
  position: relative;
  width: 2.3rem;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  margin-left: 0.6rem;
}
.aly_gy_box .aly_sygy .hh_w .div_r .info .li .div1 {
  color: #0382da;
}
.aly_gy_box .aly_sygy .hh_w .div_r .info .li .div1 .span1 {
  font-family: 'din';
  font-size: 3.645vw;
  line-height: 1;
}
.aly_gy_box .aly_sygy .hh_w .div_r .info .li .div1 .span2 {
  vertical-align: top;
  padding-top: 4px;
  display: inline-block;
}
@media (max-width: 2048px) {
  .aly_gy_box .aly_sygy .hh_w .div_r .info .li .div1 .span2 {
    font-size: 21.33333333px;
  }
}
@media (max-width: 1920px) {
  .aly_gy_box .aly_sygy .hh_w .div_r .info .li .div1 .span2 {
    font-size: 20px;
  }
}
@media (max-width: 1680px) {
  .aly_gy_box .aly_sygy .hh_w .div_r .info .li .div1 .span2 {
    font-size: 17.5px;
  }
}
@media (max-width: 1459px) {
  .aly_gy_box .aly_sygy .hh_w .div_r .info .li .div1 .span2 {
    font-size: 15.19791667px;
  }
}
@media (max-width: 1366px) {
  .aly_gy_box .aly_sygy .hh_w .div_r .info .li .div1 .span2 {
    font-size: 14.22916667px;
  }
}
@media (max-width: 1280px) {
  .aly_gy_box .aly_sygy .hh_w .div_r .info .li .div1 .span2 {
    font-size: 13.33333333px;
  }
}
@media (max-width: 1259px) {
  .aly_gy_box .aly_sygy .hh_w .div_r .info .li .div1 .span2 {
    font-size: 13.11458333px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .aly_gy_box .aly_sygy .hh_w .div_r .info .li .div1 .span2 {
    font-size: 10.66666667px;
  }
}
@media (min-width: 1024px) and (max-width: 1680px) {
  .aly_gy_box .aly_sygy .hh_w .div_r .info .li .div1 .span2 {
    font-size: 17.5px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .aly_gy_box .aly_sygy .hh_w .div_r .info .li .div1 .span2 {
    font-size: 13.11458333px;
  }
}
.aly_gy_box .aly_sygy .hh_w .div_r .info .li .div2 {
  color: #333;
  font-family: 'siyuan_light';
  margin-top: 0.15rem;
}
@media (max-width: 2048px) {
  .aly_gy_box .aly_sygy .hh_w .div_r .info .li .div2 {
    font-size: 19.2px;
  }
}
@media (max-width: 1920px) {
  .aly_gy_box .aly_sygy .hh_w .div_r .info .li .div2 {
    font-size: 18px;
  }
}
@media (max-width: 1680px) {
  .aly_gy_box .aly_sygy .hh_w .div_r .info .li .div2 {
    font-size: 15.75px;
  }
}
@media (max-width: 1459px) {
  .aly_gy_box .aly_sygy .hh_w .div_r .info .li .div2 {
    font-size: 13.678125px;
  }
}
@media (max-width: 1366px) {
  .aly_gy_box .aly_sygy .hh_w .div_r .info .li .div2 {
    font-size: 12.80625px;
  }
}
@media (max-width: 1280px) {
  .aly_gy_box .aly_sygy .hh_w .div_r .info .li .div2 {
    font-size: 12px;
  }
}
@media (max-width: 1259px) {
  .aly_gy_box .aly_sygy .hh_w .div_r .info .li .div2 {
    font-size: 11.803125px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .aly_gy_box .aly_sygy .hh_w .div_r .info .li .div2 {
    font-size: 9.6px;
  }
}
@media (min-width: 1024px) and (max-width: 1680px) {
  .aly_gy_box .aly_sygy .hh_w .div_r .info .li .div2 {
    font-size: 15.75px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .aly_gy_box .aly_sygy .hh_w .div_r .info .li .div2 {
    font-size: 11.803125px;
  }
}
@media (min-width: 1367px) {
  .aly_gy_box .aly_sygy .hh_w .div_r .info .li .div2 {
    font-size: 18px;
  }
}
@media (min-width: 1025px) and (max-width: 1366px) {
  .aly_gy_box .aly_sygy .hh_w .div_r .info .li .div2 {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .aly_gy_box .aly_sygy .hh_w .div_r .info .li .div2 {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .aly_gy_box .aly_sygy .hh_w .div_r .info .li .div2 {
    font-size: 0.16rem;
  }
}
@media (max-width: 768px) {
  .aly_gy_box .aly_sygy .hh_w .div_r .info .li .div2 {
    font-size: 0.14rem;
  }
}
.aly_gy_box .aly_sygy .hh_w .div_r .info .li::before {
  position: absolute;
  content: '';
  height: 100%;
  width: 1px;
  background: #b5b8ba;
  right: 0;
}
@media (max-width: 768px) {
  .aly_gy_box .aly_sygy .hh_w .div_r .info .li::before {
    height: 65%;
  }
}
.aly_gy_box .aly_sygy .hh_w .div_r .info .li:last-child {
  padding-right: 0;
}
.aly_gy_box .aly_sygy .hh_w .div_r .info .li:last-child::before {
  content: unset;
}
@media (max-width: 1680px) {
  .aly_gy_box .aly_sygy .hh_w .div_r .con .btn {
    margin-top: 0.5rem;
  }
}
@media (max-width: 1024px) {
  .aly_gy_box .aly_sygy .hh_w .div_r .con .btn {
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
  }
  .aly_gy_box .aly_sygy .hh_w .div_r .info {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .aly_gy_box .aly_sygy .hh_w {
    flex-direction: column;
  }
  .aly_gy_box .aly_sygy .hh_w .div_l,
  .aly_gy_box .aly_sygy .hh_w .div_r {
    width: 100%;
  }
  .aly_gy_box .aly_sygy .bgimg {
    display: none;
  }
  .aly_gy_box .aly_sygy .hh_w {
    padding-top: 0;
  }
  .aly_gy_box {
    margin-top: 0.4rem;
    margin-bottom: 0.35rem;
  }
  .aly_gy_box .aly_sygy .hh_w .div_r .con .div1 {
    font-size: 0.2rem;
    margin-bottom: 0.2rem;
  }
  .aly_gy_box .aly_sygy .hh_w .div_r .con .div2 {
    font-size: 0.14rem;
  }
  .aly_gy_box .aly_sygy .hh_w .div_r {
    padding-top: 0;
  }
  .aly_gy_box .aly_sygy .hh_w .div_r .con .div1 .syb {
    left: 40%;
    transform: translateX(-50%);
    top: -40%;
  }
  .aly_gy_box .aly_sygy .hh_w .div_r .con .div1 .syb img {
    width: 0.3rem;
  }
  .aly_gy_box .aly_sygy .hh_w .div_r .con .btn {
    padding: 0.05rem 0.25rem;
  }
  .aly_gy_box .aly_sygy .hh_w .div_r .con .btn span {
    font-size: 0.14rem;
  }
  .aly_gy_box .aly_sygy .hh_w .div_r .con .btn img {
    width: 0.07rem;
  }
  .aly_gy_box .aly_sygy .hh_w .div_r .info {
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.2rem;
    padding-left: 0;
    padding-right: 0;
  }
  .aly_gy_box .aly_sygy .hh_w .div_r .info .li {
    width: 33.33%;
    padding-right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: 0;
  }
  .aly_gy_box .aly_sygy .hh_w .div_r .info .li .div1 .span1 {
    font-size: 0.34rem;
  }
  .aly_gy_box .aly_sygy .hh_w .div_r .info .li .div1 .span2 {
    font-size: 0.14rem;
  }
  .aly_gy_box .aly_sygy .hh_w .div_r .info .li .div2 {
    margin-top: 0.05rem;
  }
  .aly_gy_box .aly_sygy .hh_w .div_r .info .li {
    margin-bottom: 0.2rem;
    margin-top: 0.2rem;
  }
  .aly_gy_box .aly_sygy .hh_w .div_r .info {
    margin-top: 0.25rem;
    justify-content: space-between;
  }
  .aly_gy_box .aly_sygy {
    min-height: auto;
  }
  .aly_gy_box .aly_sygy .hh_w {
    padding-bottom: 0.05rem;
  }
  .aly_gy_box .aly_sygy {
    border-radius: 0.3rem;
  }
  .aly_gy_box .aly_sygy .tips {
    top: -2%;
    left: 0.2rem;
  }
  .aly_gy_box .aly_sygy .hh_w .div_l::before {
    content: unset;
  }
  .aly_gy_box .aly_sygy .hh_w .div_l img {
    width: 100%;
  }
  .aly_gy_box .aly_sygy .hh_w .div_l {
    padding-bottom: 100%;
    margin-top: 0.25rem;
  }
}
.ald_gywh {
  position: relative;
  overflow: hidden;
  padding: 1.4rem 0;
  min-height: 7.7rem;
  background-size: cover;
}
.ald_gywh .hh_w {
  width: 15.6rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .ald_gywh .hh_w {
    width: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
.ald_gywh .hh_w .title {
  position: relative;
}
.ald_gywh .hh_w .title .div1 {
  text-align: center;
  font-weight: bold;
  color: #FFF;
  line-height: 1;
  margin-bottom: 0.5rem;
}
@media (max-width: 2048px) {
  .ald_gywh .hh_w .title .div1 {
    font-size: 51.2px;
  }
}
@media (max-width: 1920px) {
  .ald_gywh .hh_w .title .div1 {
    font-size: 48px;
  }
}
@media (max-width: 1680px) {
  .ald_gywh .hh_w .title .div1 {
    font-size: 42px;
  }
}
@media (max-width: 1459px) {
  .ald_gywh .hh_w .title .div1 {
    font-size: 36.475px;
  }
}
@media (max-width: 1366px) {
  .ald_gywh .hh_w .title .div1 {
    font-size: 34.15px;
  }
}
@media (max-width: 1280px) {
  .ald_gywh .hh_w .title .div1 {
    font-size: 32px;
  }
}
@media (max-width: 1259px) {
  .ald_gywh .hh_w .title .div1 {
    font-size: 31.475px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_gywh .hh_w .title .div1 {
    font-size: 25.6px;
  }
}
.ald_gywh .hh_w .title .div2 {
  text-transform: Uppercase;
  opacity: 0.08;
  color: #f7f7f7;
  font-family: 'akzidenzGrotesk-medium';
  position: absolute;
  left: 50%;
  font-size: 7.8125vw;
  top: 0.65rem;
  transform: translate(-50%, -50%);
  top: 8px;
}
.ald_gywh .hh_w .text {
  text-align: center;
  color: #f7f7f7;
  line-height: 1.85;
  opacity: 0.9;
}
@media (max-width: 2048px) {
  .ald_gywh .hh_w .text {
    font-size: 21.33333333px;
  }
}
@media (max-width: 1920px) {
  .ald_gywh .hh_w .text {
    font-size: 20px;
  }
}
@media (max-width: 1680px) {
  .ald_gywh .hh_w .text {
    font-size: 17.5px;
  }
}
@media (max-width: 1459px) {
  .ald_gywh .hh_w .text {
    font-size: 15.19791667px;
  }
}
@media (max-width: 1366px) {
  .ald_gywh .hh_w .text {
    font-size: 14.22916667px;
  }
}
@media (max-width: 1280px) {
  .ald_gywh .hh_w .text {
    font-size: 13.33333333px;
  }
}
@media (max-width: 1259px) {
  .ald_gywh .hh_w .text {
    font-size: 13.11458333px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_gywh .hh_w .text {
    font-size: 10.66666667px;
  }
}
@media (min-width: 1024px) and (max-width: 1680px) {
  .ald_gywh .hh_w .text {
    font-size: 17.5px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_gywh .hh_w .text {
    font-size: 13.11458333px;
  }
}
.ald_gywh .hh_w .ul {
  margin-top: 1rem;
  display: flex;
  justify-content: space-between;
}
.ald_gywh .hh_w .ul .link {
  position: absolute;
  content: '';
  background: url('../images/img65.png');
  width: 100rem;
  height: 1px;
  margin-top: 0.42rem;
  left: -100%;
}
.ald_gywh .hh_w .ul .li {
  flex: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.ald_gywh .hh_w .ul .li .div1 {
  width: 0.8rem;
  height: 0.8rem;
  position: relative;
}
.ald_gywh .hh_w .ul .li .div1 .img {
  width: 100%;
  height: 100%;
}
.ald_gywh .hh_w .ul .li .div1::after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 1000px;
  background: #fff;
  top: 53%;
  right: -200%;
  transform: translateY(-50%);
}
.ald_gywh .hh_w .ul .li .div1::before {
  content: '';
  position: absolute;
  background: url('../images/img63.png') no-repeat;
  background-size: 100% 100%;
  animation: proBox 15s infinite linear;
  -webkit-animation: proBox 15s infinite linear;
  width: 1.05rem;
  height: 1.05rem;
  z-index: 10;
  top: -0.12rem;
  left: -0.13rem;
}
.ald_gywh .hh_w .ul .li .div2 {
  font-weight: bold;
  color: #FFF;
  margin-top: 0.35rem;
  margin-bottom: 0.15rem;
  text-align: center;
}
@media (max-width: 2048px) {
  .ald_gywh .hh_w .ul .li .div2 {
    font-size: 25.6px;
  }
}
@media (max-width: 1920px) {
  .ald_gywh .hh_w .ul .li .div2 {
    font-size: 24px;
  }
}
@media (max-width: 1680px) {
  .ald_gywh .hh_w .ul .li .div2 {
    font-size: 21px;
  }
}
@media (max-width: 1459px) {
  .ald_gywh .hh_w .ul .li .div2 {
    font-size: 18.2375px;
  }
}
@media (max-width: 1366px) {
  .ald_gywh .hh_w .ul .li .div2 {
    font-size: 17.075px;
  }
}
@media (max-width: 1280px) {
  .ald_gywh .hh_w .ul .li .div2 {
    font-size: 16px;
  }
}
@media (max-width: 1259px) {
  .ald_gywh .hh_w .ul .li .div2 {
    font-size: 15.7375px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_gywh .hh_w .ul .li .div2 {
    font-size: 12.8px;
  }
}
@media (min-width: 1024px) and (max-width: 1680px) {
  .ald_gywh .hh_w .ul .li .div2 {
    font-size: 21px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_gywh .hh_w .ul .li .div2 {
    font-size: 15.7375px;
  }
}
.ald_gywh .hh_w .ul .li .div3 {
  font-size: 16px;
  font-family: 'siyuan_normal';
  color: #FFF;
  line-height: 1.5;
  text-align: center;
  width: 65%;
}
.ald_gywh .hh_w .ul .li .dian {
  margin-top: 0.3rem;
}
.ald_gywh .hh_w .ul .li:last-child .div1::after {
  content: unset;
}
.ald_gywh .hh_w .ul .li:hover .div1 .img {
  animation: spin 1s;
}
@media (max-width: 1680px) {
  .ald_gywh {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .ald_gywh .hh_w .title {
    padding-top: 0;
  }
}
@media (max-width: 768px) {
  .ald_gywh {
    min-height: auto;
    padding: 0.4rem 0 0.05rem 0;
  }
  .ald_gywh .hh_w .ul {
    flex-wrap: wrap;
  }
  .ald_gywh .hh_w .ul .li {
    width: 48%;
    flex: unset;
    margin-bottom: 0.35rem;
  }
  .ald_gywh .hh_w .ul .link {
    display: none;
  }
  .ald_gywh .hh_w .title {
    margin-top: 0;
  }
  .ald_gywh .hh_w .title .div1 {
    font-size: 0.2rem;
    margin-bottom: 0.2rem;
  }
  .ald_gywh .hh_w .text {
    font-size: 0.14rem;
  }
  .ald_gywh .hh_w .ul {
    margin-top: 0.4rem;
  }
  .ald_gywh .hh_w .ul .li .div1 {
    width: 0.5rem;
    height: 0.5rem;
  }
  .ald_gywh .hh_w .ul .li .div1::before {
    width: 0.65rem;
    height: 0.65rem;
    top: -7px;
    left: -7px;
  }
  .ald_gywh .hh_w .ul .li .div1 {
    width: 0.5rem;
    height: 0.5rem;
  }
  .ald_gywh .hh_w .ul .li .div2 {
    font-size: 0.16rem;
    margin-top: 0.25rem;
    margin-bottom: 0.05rem;
  }
  .ald_gywh .hh_w .ul .li .div3 {
    font-size: 0.14rem;
  }
  .ald_gywh .hh_w .ul .li .div1::after {
    content: unset;
  }
  .ald_gywh .hh_w .title .div2 {
    font-size: 0.42rem;
  }
}
@media (max-width: 768px) {
  .ald_gywh .hh_w .ul .li .div3 {
    width: 95%;
  }
}
.ald_fzlc {
  padding-top: 1.2rem;
  padding-bottom: 0.6rem;
  background: #f2f9fd;
  position: relative;
}
.ald_fzlc .swiper-button-prev {
  background-image: url(../images/icon_aswpl.png);
  left: 4.95%;
  background-size: 0.55rem 0.55rem;
  width: 0.55rem;
  height: 0.55rem;
  top: 60%;
  transform: translateY(-60%);
  cursor: pointer;
  margin-top: 0;
}
@media (max-width: 768px) {
  .ald_fzlc .swiper-button-prev {
    display: none;
  }
}
.ald_fzlc .swiper-button-next {
  background-image: url(../images/icon_aswpr.png);
  background-size: 0.55rem 0.55rem;
  width: 0.55rem;
  height: 0.55rem;
  top: 60%;
  transform: translateY(-60%);
  left: unset;
  right: 4.95%;
  cursor: pointer;
  margin-top: 0;
}
@media (max-width: 768px) {
  .ald_fzlc .swiper-button-next {
    display: none;
  }
}
.ald_fzlc .swiper-button-prev:after,
.ald_fzlc .swiper-container-rtl .swiper-button-next:after,
.ald_fzlc .swiper-button-next:after,
.ald_fzlc .swiper-container-rtl .swiper-button-prev:after {
  content: ' ';
}
.ald_fzlc .swiper-button-prev:hover {
  background-image: url(../images/icon_aswpla.png);
}
.ald_fzlc .swiper-button-next:hover {
  background-image: url(../images/icon_aswpra.png);
}
.ald_fzlc .hh_w {
  width: 15.6rem;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 768px) {
  .ald_fzlc .hh_w {
    width: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
.ald_fzlc .hh_w .bgimg {
  position: absolute;
  width: 100%;
  width: 75%;
  top: 15%;
  left: 48%;
  transform: translateX(-50%);
}
.ald_fzlc .hh_w .title {
  text-align: center;
}
.ald_fzlc .hh_w .title .div1 {
  color: #111f28;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 20px;
}
@media (max-width: 2048px) {
  .ald_fzlc .hh_w .title .div1 {
    font-size: 51.2px;
  }
}
@media (max-width: 1920px) {
  .ald_fzlc .hh_w .title .div1 {
    font-size: 48px;
  }
}
@media (max-width: 1680px) {
  .ald_fzlc .hh_w .title .div1 {
    font-size: 42px;
  }
}
@media (max-width: 1459px) {
  .ald_fzlc .hh_w .title .div1 {
    font-size: 36.475px;
  }
}
@media (max-width: 1366px) {
  .ald_fzlc .hh_w .title .div1 {
    font-size: 34.15px;
  }
}
@media (max-width: 1280px) {
  .ald_fzlc .hh_w .title .div1 {
    font-size: 32px;
  }
}
@media (max-width: 1259px) {
  .ald_fzlc .hh_w .title .div1 {
    font-size: 31.475px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_fzlc .hh_w .title .div1 {
    font-size: 25.6px;
  }
}
.ald_fzlc .hh_w .title .div2 {
  color: #666;
}
@media (max-width: 2048px) {
  .ald_fzlc .hh_w .title .div2 {
    font-size: 21.33333333px;
  }
}
@media (max-width: 1920px) {
  .ald_fzlc .hh_w .title .div2 {
    font-size: 20px;
  }
}
@media (max-width: 1680px) {
  .ald_fzlc .hh_w .title .div2 {
    font-size: 17.5px;
  }
}
@media (max-width: 1459px) {
  .ald_fzlc .hh_w .title .div2 {
    font-size: 15.19791667px;
  }
}
@media (max-width: 1366px) {
  .ald_fzlc .hh_w .title .div2 {
    font-size: 14.22916667px;
  }
}
@media (max-width: 1280px) {
  .ald_fzlc .hh_w .title .div2 {
    font-size: 13.33333333px;
  }
}
@media (max-width: 1259px) {
  .ald_fzlc .hh_w .title .div2 {
    font-size: 13.11458333px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_fzlc .hh_w .title .div2 {
    font-size: 10.66666667px;
  }
}
@media (min-width: 1024px) and (max-width: 1680px) {
  .ald_fzlc .hh_w .title .div2 {
    font-size: 17.5px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_fzlc .hh_w .title .div2 {
    font-size: 13.11458333px;
  }
}
.ald_fzlc .hh_w .ald_fzlc_swp {
  overflow: hidden;
  margin-top: 0.85rem;
  padding-top: 0.45rem;
  padding-bottom: 0.6rem;
}
.ald_fzlc .hh_w .ald_fzlc_swp .swiper-slide {
  position: relative;
}
.ald_fzlc .hh_w .ald_fzlc_swp .swiper-slide .con {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-left: 20px;
  /*定义滚动条的轨道颜色、内阴影及圆角*/
  /*定义滑块颜色、内阴影及圆角*/
}
@media (max-width: 1680px) {
  .ald_fzlc .hh_w .ald_fzlc_swp .swiper-slide .con {
    padding-left: 15px;
  }
}
@media (max-width: 1440px) {
  .ald_fzlc .hh_w .ald_fzlc_swp .swiper-slide .con {
    padding-left: 10px;
  }
}
.ald_fzlc .hh_w .ald_fzlc_swp .swiper-slide .con .text {
  font-size: 16px;
  color: #666;
  font-family: 'siyuan_regular';
  background: #fff;
  width: 2.05rem;
  height: 2.9rem;
  padding: 0.3rem 0.25rem;
  line-height: 2;
  border-radius: 10px;
  position: relative;
  z-index: 1;
}
.ald_fzlc .hh_w .ald_fzlc_swp .swiper-slide .con .text:before {
  content: '';
  width: 100%;
  height: 1rem;
  position: absolute;
  left: 0;
  bottom: -1rem;
  z-index: -1;
  background: #fff;
  border-bottom-left-radius: 85px;
  border-bottom-right-radius: 85px;
}
@media (max-width: 768px) {
  .ald_fzlc .hh_w .ald_fzlc_swp .swiper-slide .con .text:before {
    display: none;
  }
}
.ald_fzlc .hh_w .ald_fzlc_swp .swiper-slide .con .text_scroll {
  overflow-y: auto;
  height: 100%;
  font-family: 'siyuan_light';
}
.ald_fzlc .hh_w .ald_fzlc_swp .swiper-slide .con .text_scroll::-webkit-scrollbar {
  width: 2px;
  /*对垂直流动条有效*/
}
.ald_fzlc .hh_w .ald_fzlc_swp .swiper-slide .con .text_scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #ededed;
  background-color: #ededed;
  border-radius: 3px;
}
.ald_fzlc .hh_w .ald_fzlc_swp .swiper-slide .con .text_scroll::-webkit-scrollbar-thumb {
  border-radius: 7px;
  -webkit-box-shadow: inset 0 0 6px #0382da;
  background-color: #0382da;
}
.ald_fzlc .hh_w .ald_fzlc_swp .swiper-slide .con .years {
  font-family: 'dinm';
  font-size: 2.916vw;
  color: #0382da;
  text-align: center;
  margin-top: 0.3rem;
  position: relative;
  z-index: 1;
}
.ald_fzlc .hh_w .ald_fzlc_swp .swiper-slide .con .years span {
  top: -25px;
  position: relative;
}
@media (max-width: 768px) {
  .ald_fzlc .hh_w .ald_fzlc_swp .swiper-slide .con .years span {
    top: auto;
  }
}
.ald_fzlc .hh_w .ald_fzlc_swp .swiper-slide:nth-of-type(4n+1) .con .years,
.ald_fzlc .hh_w .ald_fzlc_swp .swiper-slide:nth-of-type(4n+3) .con .years {
  margin-bottom: 0.3rem;
}
.ald_fzlc .hh_w .ald_fzlc_swp .swiper-slide:nth-of-type(4n+2),
.ald_fzlc .hh_w .ald_fzlc_swp .swiper-slide:nth-of-type(4n+4) {
  margin-top: -0.45rem;
}
.ald_fzlc .hh_w .ald_fzlc_swp .swiper-slide:nth-of-type(4n+2) .con .text,
.ald_fzlc .hh_w .ald_fzlc_swp .swiper-slide:nth-of-type(4n+4) .con .text {
  order: 2;
}
.ald_fzlc .hh_w .ald_fzlc_swp .swiper-slide:nth-of-type(4n+2) .con .text:before,
.ald_fzlc .hh_w .ald_fzlc_swp .swiper-slide:nth-of-type(4n+4) .con .text:before {
  content: '';
  width: 100%;
  height: 1rem;
  position: absolute;
  left: 0;
  top: -1rem;
  z-index: -1;
  background: #fff;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 85px;
  border-top-right-radius: 85px;
}
.ald_fzlc .hh_w .ald_fzlc_swp .swiper-slide:nth-of-type(4n+2) .con .years,
.ald_fzlc .hh_w .ald_fzlc_swp .swiper-slide:nth-of-type(4n+4) .con .years {
  order: 1;
  margin-top: 0;
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
}
.ald_fzlc .hh_w .ald_fzlc_swp .swiper-slide:nth-of-type(4n+2) .con .years span,
.ald_fzlc .hh_w .ald_fzlc_swp .swiper-slide:nth-of-type(4n+4) .con .years span {
  top: 25px;
  position: relative;
}
@media (max-width: 768px) {
  .ald_fzlc .hh_w .ald_fzlc_swp .swiper-slide:nth-of-type(4n+2) .con .years span,
  .ald_fzlc .hh_w .ald_fzlc_swp .swiper-slide:nth-of-type(4n+4) .con .years span {
    top: auto;
  }
}
.ald_fzlc .hh_w .ald_fzlc_swp .swiper-slide:nth-of-type(4n+1)::before {
  content: '';
  background-image: url(../images/icon_swpd.png);
  background-position: bottom center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.ald_fzlc .hh_w .ald_fzlc_swp .swiper-slide:nth-of-type(4n+2)::before {
  content: '';
  background-image: url(../images/icon_swpu.png);
  background-position: top center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.ald_fzlc .hh_w .ald_fzlc_swp .swiper-slide:nth-of-type(4n+3)::before {
  content: '';
  background-image: url(../images/icon_swpd2.png);
  background-position: bottom center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.ald_fzlc .hh_w .ald_fzlc_swp .swiper-slide:nth-of-type(4n+4)::before {
  content: '';
  background-image: url(../images/icon_swpu2.png);
  background-position: top center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media (max-width: 1024px) {
  .ald_fzlc .hh_w .ald_fzlc_swp .swiper-slide .con .text {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .ald_fzlc .hh_w .ald_fzlc_swp .swiper-slide .con .text {
    height: 2.6rem;
  }
  .ald_fzlc .hh_w .ald_fzlc_swp .swiper-slide .con .text_scroll {
    font-size: 0.14rem;
  }
  .ald_fzlc .hh_w .ald_fzlc_swp .swiper-slide .con .years {
    font-size: 0.22rem;
    margin-top: 0.15rem;
  }
  .ald_fzlc .hh_w .ald_fzlc_swp .swiper-slide:nth-of-type(4n+2) .con .years,
  .ald_fzlc .hh_w .ald_fzlc_swp .swiper-slide:nth-of-type(4n+4) .con .years {
    margin-top: 0.15rem;
    margin-bottom: 0.15rem;
  }
  .ald_fzlc .hh_w .title .div1 {
    font-size: 0.2rem;
  }
  .ald_fzlc .hh_w .title .div2 {
    font-size: 0.14rem;
  }
  .ald_fzlc {
    padding: 0.4rem 0;
  }
  .ald_fzlc .hh_w .ald_fzlc_swp {
    margin-top: 0;
    padding-top: 0.25rem;
    padding-bottom: 0;
  }
  .ald_fzlc .hh_w .title .div1 {
    margin-bottom: 0.1rem;
  }
  .ald_fzlc {
    padding-bottom: 0.7rem;
  }
  .ald_fzlc .swiper-button-prev,
  .ald_fzlc .swiper-button-next {
    display: block;
    background-size: 0.35rem 0.35rem;
    width: 0.35rem;
    height: 0.35rem;
    transform: translateX(-50%);
    top: unset;
    bottom: 0.35rem;
  }
  .ald_fzlc .swiper-button-prev {
    left: 42%;
  }
  .ald_fzlc .swiper-button-next {
    left: 57%;
  }
  .ald_fzlc .hh_w .ald_fzlc_swp .swiper-slide:nth-of-type(4n+1)::before,
  .ald_fzlc .hh_w .ald_fzlc_swp .swiper-slide:nth-of-type(4n+2)::before,
  .ald_fzlc .hh_w .ald_fzlc_swp .swiper-slide:nth-of-type(4n+3)::before,
  .ald_fzlc .hh_w .ald_fzlc_swp .swiper-slide:nth-of-type(4n+4)::before {
    content: unset;
  }
  .ald_fzlc .hh_w .ald_fzlc_swp .swiper-slide:nth-of-type(4n+2),
  .ald_fzlc .hh_w .ald_fzlc_swp .swiper-slide:nth-of-type(4n+4) {
    margin-top: 0;
  }
  .ald_fzlc .hh_w .ald_fzlc_swp .swiper-slide:nth-of-type(4n+2) .con .text,
  .ald_fzlc .hh_w .ald_fzlc_swp .swiper-slide:nth-of-type(4n+4) .con .text {
    order: 0;
  }
  .ald_fzlc .hh_w .ald_fzlc_swp .swiper-slide:nth-of-type(4n+2) .con .years,
  .ald_fzlc .hh_w .ald_fzlc_swp .swiper-slide:nth-of-type(4n+4) .con .years {
    order: 1;
  }
  .ald_fzlc .hh_w .ald_fzlc_swp .swiper-slide .con {
    padding-left: 0;
  }
}
.ald_zzjg {
  padding: 1.2rem 0;
}
.ald_zzjg .hh_w {
  width: 15.6rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .ald_zzjg .hh_w {
    width: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
.ald_zzjg .hh_w .title {
  color: #111f28;
  line-height: 1;
  margin-bottom: 0.5rem;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 2048px) {
  .ald_zzjg .hh_w .title {
    font-size: 51.2px;
  }
}
@media (max-width: 1920px) {
  .ald_zzjg .hh_w .title {
    font-size: 48px;
  }
}
@media (max-width: 1680px) {
  .ald_zzjg .hh_w .title {
    font-size: 42px;
  }
}
@media (max-width: 1459px) {
  .ald_zzjg .hh_w .title {
    font-size: 36.475px;
  }
}
@media (max-width: 1366px) {
  .ald_zzjg .hh_w .title {
    font-size: 34.15px;
  }
}
@media (max-width: 1280px) {
  .ald_zzjg .hh_w .title {
    font-size: 32px;
  }
}
@media (max-width: 1259px) {
  .ald_zzjg .hh_w .title {
    font-size: 31.475px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_zzjg .hh_w .title {
    font-size: 25.6px;
  }
}
.ald_zzjg .hh_w .con {
  position: relative;
}
.ald_zzjg .hh_w .con .bgimg {
  position: absolute;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  top: -0.5rem;
  z-index: -1;
}
.ald_zzjg .hh_w .con .img {
  width: 100%;
}
@media (max-width: 768px) {
  .ald_zzjg {
    padding: 0.4rem 0;
  }
  .ald_zzjg .hh_w .title {
    font-size: 0.2rem;
    margin-bottom: 0.25rem;
  }
  .ald_zzjg .hh_w .con .bgimg {
    top: 0;
    z-index: -1;
  }
}
.ald_about_qyry {
  padding: 1rem 0;
  background: #f7f7f7;
}
.ald_about_qyry .hh_w {
  width: 15.6rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .ald_about_qyry .hh_w {
    width: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
.ald_about_qyry .hh_w .title {
  position: relative;
}
.ald_about_qyry .hh_w .title .title_text {
  margin-bottom: 0.65rem;
}
.ald_about_qyry .hh_w .title .title_text .div1 {
  line-height: 1;
  font-weight: bold;
}
@media (max-width: 2048px) {
  .ald_about_qyry .hh_w .title .title_text .div1 {
    font-size: 51.2px;
  }
}
@media (max-width: 1920px) {
  .ald_about_qyry .hh_w .title .title_text .div1 {
    font-size: 48px;
  }
}
@media (max-width: 1680px) {
  .ald_about_qyry .hh_w .title .title_text .div1 {
    font-size: 42px;
  }
}
@media (max-width: 1459px) {
  .ald_about_qyry .hh_w .title .title_text .div1 {
    font-size: 36.475px;
  }
}
@media (max-width: 1366px) {
  .ald_about_qyry .hh_w .title .title_text .div1 {
    font-size: 34.15px;
  }
}
@media (max-width: 1280px) {
  .ald_about_qyry .hh_w .title .title_text .div1 {
    font-size: 32px;
  }
}
@media (max-width: 1259px) {
  .ald_about_qyry .hh_w .title .title_text .div1 {
    font-size: 31.475px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ald_about_qyry .hh_w .title .title_text .div1 {
    font-size: 24.775px;
  }
}
@media (max-width: 500px) {
  .ald_about_qyry .hh_w .title .title_text .div1 {
    font-size: 0.2rem;
  }
}
.ald_about_qyry .hh_w .title .title_text .div1 .span {
  color: #333;
}
.ald_about_qyry .hh_w .title .title_text .div2 {
  margin-top: 0.2rem;
  line-height: 1;
  color: #999;
}
@media (max-width: 2048px) {
  .ald_about_qyry .hh_w .title .title_text .div2 {
    font-size: 23.46666667px;
  }
}
@media (max-width: 1920px) {
  .ald_about_qyry .hh_w .title .title_text .div2 {
    font-size: 22px;
  }
}
@media (max-width: 1680px) {
  .ald_about_qyry .hh_w .title .title_text .div2 {
    font-size: 19.25px;
  }
}
@media (max-width: 1459px) {
  .ald_about_qyry .hh_w .title .title_text .div2 {
    font-size: 16.71770833px;
  }
}
@media (max-width: 1366px) {
  .ald_about_qyry .hh_w .title .title_text .div2 {
    font-size: 15.65208333px;
  }
}
@media (max-width: 1280px) {
  .ald_about_qyry .hh_w .title .title_text .div2 {
    font-size: 14.66666667px;
  }
}
@media (max-width: 1259px) {
  .ald_about_qyry .hh_w .title .title_text .div2 {
    font-size: 14.42604167px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ald_about_qyry .hh_w .title .title_text .div2 {
    font-size: 11.35520833px;
  }
}
@media (max-width: 500px) {
  .ald_about_qyry .hh_w .title .title_text .div2 {
    font-size: 0.14rem;
    margin-top: 0.15rem;
    margin-bottom: 0.2rem;
  }
}
.ald_about_qyry .hh_w .swp_nav {
  display: flex;
  align-items: center;
}
.ald_about_qyry .hh_w .swp_nav .li {
  cursor: pointer;
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  background: #e9e9e9;
  color: #666;
  border-radius: 1000px;
  transition: all 0.5s;
  margin-left: 0.2rem;
}
.ald_about_qyry .hh_w .swp_nav .li:hover,
.ald_about_qyry .hh_w .swp_nav .li.on {
  background: #0382da;
  color: #FFF;
}
.ald_about_qyry .ald_qyry_swpBox {
  width: 15.6rem;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 768px) {
  .ald_about_qyry .ald_qyry_swpBox {
    width: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
.ald_about_qyry .ald_qyry_swpBox .ald_about_qyry_btn {
  display: none;
}
.ald_about_qyry .ald_qyry_swpBox .ald_about_qyry_btn .swiper-button-prev {
  background-image: url(../images/icon_aswpl.png);
  background-size: 0.55rem 0.55rem;
  left: -0.8rem;
  width: 0.55rem;
  height: 0.55rem;
  transform: translateY(-50%);
  cursor: pointer;
}
@media (max-width: 768px) {
}
.ald_about_qyry .ald_qyry_swpBox .ald_about_qyry_btn .swiper-button-next {
  background-image: url(../images/icon_aswpr.png);
  background-size: 0.55rem 0.55rem;
  width: 0.55rem;
  height: 0.55rem;
  right: -0.8rem;
  transform: translateY(-50%);
  cursor: pointer;
}
@media (max-width: 768px) {
}
.ald_about_qyry .ald_qyry_swpBox .ald_about_qyry_btn .swiper-button-prev:after,
.ald_about_qyry .ald_qyry_swpBox .ald_about_qyry_btn .swiper-container-rtl .swiper-button-next:after,
.ald_about_qyry .ald_qyry_swpBox .ald_about_qyry_btn .swiper-button-next:after,
.ald_about_qyry .ald_qyry_swpBox .ald_about_qyry_btn .swiper-container-rtl .swiper-button-prev:after {
  content: ' ';
}
.ald_about_qyry .ald_qyry_swpBox .ald_about_qyry_btn .swiper-button-prev:hover {
  background-image: url(../images/icon_aswpla.png);
}
.ald_about_qyry .ald_qyry_swpBox .ald_about_qyry_btn .swiper-button-next:hover {
  background-image: url(../images/icon_aswpra.png);
}
.ald_about_qyry .ald_qyry_swpBox .ald_about_qyry_btn .swiper-pagination {
  left: unset;
  right: 0.2rem;
  bottom: 0.15rem;
  width: auto;
}
.ald_about_qyry .ald_qyry_swpBox .ald_about_qyry_btn .swiper-pagination-bullet-active {
  background: #e40013;
}
.ald_about_qyry .ald_qyry_swpBox .swpBox {
  display: flex;
  position: relative;
  flex-direction: column;
  overflow: hidden;
}
.ald_about_qyry .ald_qyry_swpBox .swpBox .swp_r {
  position: unset;
  height: 4.6rem;
}
.ald_about_qyry .ald_qyry_swpBox .swpBox .swp_r .ald_qyry_swp {
  z-index: 9;
  position: unset;
  display: none;
}
.ald_about_qyry .ald_qyry_swpBox .swpBox .swp_r .ald_qyry_swp .swiper-slide .a {
  background: #fff;
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
  display: flex;
  flex-direction: column;
}
.ald_about_qyry .ald_qyry_swpBox .swpBox .swp_r .ald_qyry_swp .swiper-slide .a .div1 {
  padding: 0.2rem;
  height: 3.65rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ald_about_qyry .ald_qyry_swpBox .swpBox .swp_r .ald_qyry_swp .swiper-slide .a .div1 .img {
  max-width: 89%;
  max-height: 100%;
}
.ald_about_qyry .ald_qyry_swpBox .swpBox .swp_r .ald_qyry_swp .swiper-slide .a .div1::before {
  content: "";
  position: absolute;
  background: url('../images/icon_ryswpfd.png');
  opacity: 0;
  transition: all 0.5s;
  z-index: 12;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0.28rem;
  height: 0.28rem;
  background-size: 100% 100%;
}
.ald_about_qyry .ald_qyry_swpBox .swpBox .swp_r .ald_qyry_swp .swiper-slide .a .div1::after {
  content: "点击查看大图";
  position: absolute;
  font-size: 16px;
  font-family: 'siyuan_regular';
  opacity: 0;
  transition: all 0.5s;
  z-index: 12;
  left: 50%;
  top: 60%;
  color: #fff;
  transform: translate(-50%, -50%);
  border-radius: 1000px;
}
.ald_about_qyry .ald_qyry_swpBox .swpBox .swp_r .ald_qyry_swp .swiper-slide .a .div2 {
  border-top: 1px solid #e3e4e5;
  height: 0.95rem;
  padding: 0 0.45rem;
  padding-top: 0.15rem;
  line-height: 2;
  text-align: center;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 18px;
  color: #666;
  font-family: 'siyuan_regular';
  transition: all 0.5s;
  position: relative;
}
@media (max-width: 1280px) {
  .ald_about_qyry .ald_qyry_swpBox .swpBox .swp_r .ald_qyry_swp .swiper-slide .a .div2 {
    font-size: 16px;
  }
}
.ald_about_qyry .ald_qyry_swpBox .swpBox .swp_r .ald_qyry_swp .swiper-slide .a::before {
  content: "";
  position: absolute;
  background: rgba(3, 130, 218, 0.5);
  height: calc(100% - 0.95rem);
  width: 100%;
  opacity: 0;
  transition: all 0.5s;
  z-index: 10;
  left: 0;
}
.ald_about_qyry .ald_qyry_swpBox .swpBox .swp_r .ald_qyry_swp .swiper-slide .a::after {
  content: "";
  position: absolute;
  background: rgba(3, 130, 218, 0.7);
  height: calc(100% - 1.65rem);
  width: 80%;
  opacity: 0;
  transition: all 0.5s;
  z-index: 11;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 40%;
}
.ald_about_qyry .ald_qyry_swpBox .swpBox .swp_r .ald_qyry_swp .swiper-slide .a .div2::before {
  background: url('../images/icon_swpbg.png');
  background-position: right center;
  content: '';
  background-position: left center;
  position: absolute;
  width: 1.6rem;
  height: 100%;
  top: 0;
  left: 0;
}
.ald_about_qyry .ald_qyry_swpBox .swpBox .swp_r .ald_qyry_swp .swiper-slide .a:hover::before {
  opacity: 1;
}
.ald_about_qyry .ald_qyry_swpBox .swpBox .swp_r .ald_qyry_swp .swiper-slide .a:hover .div1::before,
.ald_about_qyry .ald_qyry_swpBox .swpBox .swp_r .ald_qyry_swp .swiper-slide .a:hover .div1::after {
  opacity: 1;
}
.ald_about_qyry .ald_qyry_swpBox .swpBox .swp_r .ald_qyry_swp .swiper-slide .a:hover .div2 {
  background: #0382da;
  color: #fff;
  border-color: #0382da;
}
.ald_about_qyry .ald_qyry_swpBox .swpBox .swp_r .ald_qyry_swp .swiper-slide .a:hover::after {
  opacity: 1;
}
.ald_about_qyry .ald_qyry_swpBox .pagBox {
  width: 15.6rem;
  margin: 0 auto;
  padding-top: 0.55rem;
  position: relative;
}
@media (max-width: 768px) {
  .ald_about_qyry .ald_qyry_swpBox .pagBox {
    width: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
.ald_about_qyry .ald_qyry_swpBox .pagBox .swiper-pagination {
  width: 100% !important;
}
.ald_about_qyry .ald_qyry_swpBox .pagBox .swiper-pagination .swiper-pagination-bullet {
  margin: 0 8px;
  width: 12px;
  height: 12px;
}
@media (max-width: 1680px) {
  .ald_about_qyry .ald_qyry_swpBox .swpBox .swp_r .ald_qyry_swp .swiper-slide .a .div2 {
    line-height: 1.7;
  }
}
@media (max-width: 1459px) {
  .ald_about_qyry .ald_qyry_swpBox .swpBox .swp_r .ald_qyry_swp .swiper-slide .a .div2 {
    line-height: 1.5;
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .ald_about_qyry .ald_qyry_swpBox .swpBox .swp_r .ald_qyry_swp .swiper-slide .a .div2 {
    font-size: 14px;
  }
  .ald_about_qyry .hh_w .title .title_text .div2 {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .ald_about_qyry {
    padding: 0.4rem 0 0rem 0;
  }
  .ald_about_qyry .hh_w {
    flex-direction: column;
  }
  .ald_about_qyry .hh_w .title .title_text {
    margin-bottom: 0.25rem;
  }
  .ald_about_qyry .ald_qyry_swpBox .swpBox .swp_l {
    flex-direction: unset;
    width: 100%;
    height: auto;
    padding-left: 0;
    display: -webkit-box;
    overflow-y: auto;
    z-index: 10;
    background: #fff;
  }
  .ald_about_qyry .ald_qyry_swpBox .swpBox .swp_r {
    position: unset;
    padding-left: 0;
  }
  .ald_about_qyry .ald_qyry_swpBox .swpBox .swp_r .ald_qyry_swp .swiper-slide .a .div2 {
    font-size: 0.14rem;
    height: 0.5rem;
    line-height: 0.5rem;
  }
  .ald_about_qyry .ald_qyry_swpBox .swpBox .swp_l .li {
    font-size: 0.16rem;
    margin-right: 0.35rem;
  }
  .ald_about_qyry .ald_qyry_swpBox .swpBox .swp_l::-webkit-scrollbar {
    height: 2px;
  }
  .ald_qyry_swpBox {
    padding: 0 0.2rem;
  }
  .ald_about_qyry .ald_qyry_swpBox .swpBox .swp_r .ald_qyry_swp {
    position: unset;
  }
  .ald_about_qyry .ald_qyry_swpBox .pagBox {
    padding-top: 0;
  }
  .ald_about_qyry .swiper-pagination {
    left: 50%;
    transform: translateX(-50%);
  }
  .ald_about_qyry .hh_w .swp_nav {
    justify-content: space-between;
    margin-bottom: 0.25rem;
  }
  .ald_about_qyry .hh_w .swp_nav .li {
    margin-left: 0;
    padding-left: 0.15rem;
    padding-right: 0.15rem;
    padding-top: 0.07rem;
    padding-bottom: 0.07rem;
  }
  .ald_about_qyry .hh_w .title .title_text .div2 {
    font-size: 0.15rem;
  }
  .ald_about_qyry .hh_w .swp_nav .li {
    font-size: 0.14rem;
    width: 30%;
    text-align: center;
  }
  .ald_about_qyry .ald_qyry_swpBox .swpBox .swp_r .ald_qyry_swp .swiper-slide .a .div2 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    padding-top: 0;
    padding-left: 0.15rem;
    padding-right: 0.15rem;
  }
  .ald_about_qyry .ald_qyry_swpBox .pagBox .swiper-pagination {
    bottom: -0.05rem;
  }
  .ald_about_qyry .ald_qyry_swpBox .pagBox .swiper-pagination {
    display: none;
  }
  .ald_about_qyry .ald_qyry_swpBox .swpBox .swp_r .ald_qyry_swp .swiper-slide .a .div1 {
    height: auto;
  }
  .ald_about_qyry .ald_qyry_swpBox .swpBox .swp_r {
    height: auto;
    padding-bottom: 0.4rem;
  }
  .ald_about_qyry .ald_qyry_swpBox .swpBox .swp_r .ald_qyry_swp .swiper-slide .a::after {
    background: transparent;
  }
  .ald_about_qyry .ald_qyry_swpBox .swpBox .swp_r .ald_qyry_swp .swiper-slide .a::before {
    height: 100%;
  }
  .ald_about_qyry .ald_qyry_swpBox .swpBox .swp_r {
    padding-bottom: 1rem;
  }
  .ald_about_qyry .ald_qyry_swpBox .ald_about_qyry_btn .swiper-button-prev,
  .ald_about_qyry .ald_qyry_swpBox .ald_about_qyry_btn .swiper-button-next {
    background-size: 0.35rem 0.35rem;
    width: 0.35rem;
    height: 0.35rem;
    transform: translateX(-50%);
    top: unset;
    bottom: 0.35rem;
  }
  .ald_about_qyry .ald_qyry_swpBox .ald_about_qyry_btn .swiper-button-prev {
    left: 42%;
  }
  .ald_about_qyry .ald_qyry_swpBox .ald_about_qyry_btn .swiper-button-next {
    left: 57%;
  }
}
.ald_bghj {
  padding: 0rem 0 1.2rem;
}
.ald_bghj .hh_w {
  width: 15.6rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .ald_bghj .hh_w {
    width: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
.ald_bghj .hh_w .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.ald_bghj .hh_w .title .text {
  font-weight: bold;
  color: #111f28;
}
@media (max-width: 2048px) {
  .ald_bghj .hh_w .title .text {
    font-size: 51.2px;
  }
}
@media (max-width: 1920px) {
  .ald_bghj .hh_w .title .text {
    font-size: 48px;
  }
}
@media (max-width: 1680px) {
  .ald_bghj .hh_w .title .text {
    font-size: 42px;
  }
}
@media (max-width: 1459px) {
  .ald_bghj .hh_w .title .text {
    font-size: 36.475px;
  }
}
@media (max-width: 1366px) {
  .ald_bghj .hh_w .title .text {
    font-size: 34.15px;
  }
}
@media (max-width: 1280px) {
  .ald_bghj .hh_w .title .text {
    font-size: 32px;
  }
}
@media (max-width: 1259px) {
  .ald_bghj .hh_w .title .text {
    font-size: 31.475px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_bghj .hh_w .title .text {
    font-size: 25.6px;
  }
}
.ald_bghj .hh_w .title .btn .swiper-button-prev {
  background-image: url(../images/icon_aswpl.png);
  background-size: 0.55rem 0.55rem;
  left: unset;
  width: 0.55rem;
  height: 0.55rem;
  transform: translateY(-50%);
  top: 50%;
  right: 0.85rem;
  cursor: pointer;
}
@media (max-width: 768px) {
  .ald_bghj .hh_w .title .btn .swiper-button-prev {
    display: none;
  }
}
.ald_bghj .hh_w .title .btn .swiper-button-next {
  background-image: url(../images/icon_aswpr.png);
  background-size: 0.55rem 0.55rem;
  width: 0.55rem;
  height: 0.55rem;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  cursor: pointer;
}
@media (max-width: 768px) {
  .ald_bghj .hh_w .title .btn .swiper-button-next {
    display: none;
  }
}
.ald_bghj .hh_w .title .btn .swiper-button-prev:after,
.ald_bghj .hh_w .title .btn .swiper-container-rtl .swiper-button-next:after,
.ald_bghj .hh_w .title .btn .swiper-button-next:after,
.ald_bghj .hh_w .title .btn .swiper-container-rtl .swiper-button-prev:after {
  content: ' ';
}
.ald_bghj .hh_w .title .btn .swiper-button-prev:hover {
  background-image: url(../images/icon_aswpla.png);
}
.ald_bghj .hh_w .title .btn .swiper-button-next:hover {
  background-image: url(../images/icon_aswpra.png);
}
.ald_bghj .hh_w .ald_hjswp {
  overflow: hidden;
  margin-top: 0.65rem;
}
.ald_bghj .hh_w .ald_hjswp .swiper-slide .div1 {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 54%;
  overflow: hidden;
}
.ald_bghj .hh_w .ald_hjswp .swiper-slide .div1 > .img,
.ald_bghj .hh_w .ald_hjswp .swiper-slide .div1 img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.ald_bghj .hh_w .ald_hjswp .swiper-slide .div1 img {
  width: 100%;
  transition: all 0.5s;
}
.ald_bghj .hh_w .ald_hjswp .swiper-slide .div2 {
  background: #f7f7f7;
  height: 80px;
  padding-left: 0.45rem;
  padding-right: 0.25rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.5s;
}
.ald_bghj .hh_w .ald_hjswp .swiper-slide .div2 span {
  flex: 1;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #666;
}
@media (max-width: 2048px) {
  .ald_bghj .hh_w .ald_hjswp .swiper-slide .div2 span {
    font-size: 23.46666667px;
  }
}
@media (max-width: 1920px) {
  .ald_bghj .hh_w .ald_hjswp .swiper-slide .div2 span {
    font-size: 22px;
  }
}
@media (max-width: 1680px) {
  .ald_bghj .hh_w .ald_hjswp .swiper-slide .div2 span {
    font-size: 19.25px;
  }
}
@media (max-width: 1459px) {
  .ald_bghj .hh_w .ald_hjswp .swiper-slide .div2 span {
    font-size: 16.71770833px;
  }
}
@media (max-width: 1366px) {
  .ald_bghj .hh_w .ald_hjswp .swiper-slide .div2 span {
    font-size: 15.65208333px;
  }
}
@media (max-width: 1280px) {
  .ald_bghj .hh_w .ald_hjswp .swiper-slide .div2 span {
    font-size: 14.66666667px;
  }
}
@media (max-width: 1259px) {
  .ald_bghj .hh_w .ald_hjswp .swiper-slide .div2 span {
    font-size: 14.42604167px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_bghj .hh_w .ald_hjswp .swiper-slide .div2 span {
    font-size: 11.73333333px;
  }
}
@media (min-width: 1024px) and (max-width: 1680px) {
  .ald_bghj .hh_w .ald_hjswp .swiper-slide .div2 span {
    font-size: 19.25px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_bghj .hh_w .ald_hjswp .swiper-slide .div2 span {
    font-size: 14.42604167px;
  }
}
.ald_bghj .hh_w .ald_hjswp .swiper-slide .div2 .img_a {
  display: none;
}
.ald_bghj .hh_w .ald_hjswp .swiper-slide:hover .div1 img {
  transform: scale(1.05);
}
.ald_bghj .hh_w .ald_hjswp .swiper-slide:hover .div2 {
  background: #0382da;
}
.ald_bghj .hh_w .ald_hjswp .swiper-slide:hover .div2 span {
  color: #FFF;
}
.ald_bghj .hh_w .ald_hjswp .swiper-slide:hover .div2 .img_a {
  display: block;
  animation: hideShow 0.5s;
}
.ald_bghj .hh_w .ald_hjswp .swiper-slide:hover .div2 .img {
  display: none;
}
@media (max-width: 768px) {
  .ald_bghj {
    padding: 0rem 0 0.4rem;
    padding-bottom: 0.2rem;
  }
  .ald_bghj .hh_w .ald_hjswp {
    position: relative;
    padding-bottom: 0.4rem;
  }
  .ald_bghj .hh_w .title .text {
    font-size: 0.2rem;
  }
  .ald_bghj .hh_w .ald_hjswp {
    margin-top: 0.2rem;
  }
  .ald_bghj .hh_w .ald_hjswp .swiper-slide .div2 {
    height: 0.45rem;
    padding: 0 0.15rem;
  }
  .ald_bghj .hh_w .ald_hjswp .swiper-slide .div2 span {
    font-size: 0.14rem;
  }
  .ald_bghj .hh_w .ald_hjswp .swiper-slide .div2 img {
    width: 0.2rem;
  }
  .ald_bghj .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    transform: unset;
  }
  .ald_bghj .swiper-pagination {
    width: 100% !important;
  }
  .ald_bghj .swiper-wrapper .swiper-slide {
    margin-top: 0 !important;
    margin-bottom: 0.2rem;
  }
  .ald_bghj .hh_w .ald_hjswp {
    padding-bottom: 0.25rem;
  }
}
.ald_about_hzkh {
  padding: 1.2rem 0 0.5rem 0;
  background: #f2f9fd;
}
.ald_about_hzkh .hh_w {
  width: 15.6rem;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 768px) {
  .ald_about_hzkh .hh_w {
    width: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
.ald_about_hzkh .hh_w .bgimg {
  position: absolute;
  width: 100%;
  height: 100%;
}
.ald_about_hzkh .hh_w .title {
  color: #111f28;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.7rem;
}
@media (max-width: 2048px) {
  .ald_about_hzkh .hh_w .title {
    font-size: 51.2px;
  }
}
@media (max-width: 1920px) {
  .ald_about_hzkh .hh_w .title {
    font-size: 48px;
  }
}
@media (max-width: 1680px) {
  .ald_about_hzkh .hh_w .title {
    font-size: 42px;
  }
}
@media (max-width: 1459px) {
  .ald_about_hzkh .hh_w .title {
    font-size: 36.475px;
  }
}
@media (max-width: 1366px) {
  .ald_about_hzkh .hh_w .title {
    font-size: 34.15px;
  }
}
@media (max-width: 1280px) {
  .ald_about_hzkh .hh_w .title {
    font-size: 32px;
  }
}
@media (max-width: 1259px) {
  .ald_about_hzkh .hh_w .title {
    font-size: 31.475px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_about_hzkh .hh_w .title {
    font-size: 25.6px;
  }
}
.ald_about_hzkh .hh_w .hzkh_swpBox .hzkh_swp {
  position: relative;
  overflow: hidden;
  padding-bottom: 0.67rem;
}
.ald_about_hzkh .hh_w .hzkh_swpBox .hzkh_swp .swiper-slide img {
  width: 100%;
  height: 100%;
}
.ald_about_hzkh .hh_w .hzkh_swpBox .hzkh_swp .swiper-pagination {
  bottom: 0;
}
.ald_about_hzkh .hh_w .hzkh_swpBox .hzkh_swp .swiper-pagination-bullet-active {
  background: #0382da;
}
@media (min-width: 769px) {
  .ald_about_hzkh .hh_w .hzkh_swpBox .hzkh_swp .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 8px;
  }
}
@media (max-width: 768px) {
  .ald_about_hzkh {
    padding: 0.4rem 0 0.35rem;
  }
  .ald_about_hzkh .hh_w .title {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0.2rem;
    font-size: 0.2rem;
  }
  .ald_about_hzkh .hh_w .title .navBox {
    width: 100%;
  }
  .ald_about_hzkh .hh_w .title .navBox .nav {
    padding-bottom: 0.15rem;
  }
  .ald_about_hzkh .hh_w .title .navBox .nav .li {
    font-size: 0.14rem;
    padding: 0.1rem 0.15rem;
  }
  .ald_about_hzkh .hh_w .title .navBox .nav::-webkit-scrollbar {
    height: 2px;
  }
  .swiper-pagination {
    left: 50% !important;
  }
  .ald_about_hzkh .hh_w .hzkh_swpBox .hzkh_swp {
    padding-bottom: 0.35rem;
  }
  .ald_about_hzkh .swiper-pagination-bullet {
    background: #000;
  }
  .ald_about_hzkh .hh_w .bgimg {
    display: none;
  }
  .ald_about_hzkh .hh_w .hzkh_swpBox .hzkh_swp .swiper-pagination {
    transform: translateX(-50%);
  }
}
.aly_lxfs_form {
  padding: 1.2rem 0 0.7rem 0;
  position: relative;
}
.aly_lxfs_form .bgimg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.aly_lxfs_form .hh_w {
  width: 100%;
  max-width: 1560px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1680px) {
  .aly_lxfs_form .hh_w {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width: 1024px) {
  .aly_lxfs_form .hh_w {
    padding: 0 30px;
  }
}
@media (max-width: 990px) {
  .aly_lxfs_form .hh_w {
    padding: 0 20px;
  }
}
.aly_lxfs_form .hh_w .div_l {
  width: 50%;
}
.aly_lxfs_form .hh_w .div_l .title {
  color: #111f28;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 0.75rem;
}
@media (max-width: 2048px) {
  .aly_lxfs_form .hh_w .div_l .title {
    font-size: 51.2px;
  }
}
@media (max-width: 1920px) {
  .aly_lxfs_form .hh_w .div_l .title {
    font-size: 48px;
  }
}
@media (max-width: 1680px) {
  .aly_lxfs_form .hh_w .div_l .title {
    font-size: 42px;
  }
}
@media (max-width: 1459px) {
  .aly_lxfs_form .hh_w .div_l .title {
    font-size: 36.475px;
  }
}
@media (max-width: 1366px) {
  .aly_lxfs_form .hh_w .div_l .title {
    font-size: 34.15px;
  }
}
@media (max-width: 1280px) {
  .aly_lxfs_form .hh_w .div_l .title {
    font-size: 32px;
  }
}
@media (max-width: 1259px) {
  .aly_lxfs_form .hh_w .div_l .title {
    font-size: 31.475px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .aly_lxfs_form .hh_w .div_l .title {
    font-size: 25.6px;
  }
}
.aly_lxfs_form .hh_w .div_l .con .name {
  color: #0382da;
  line-height: 1;
  margin-bottom: 0.7rem;
}
@media (max-width: 2048px) {
  .aly_lxfs_form .hh_w .div_l .con .name {
    font-size: 42.66666667px;
  }
}
@media (max-width: 1920px) {
  .aly_lxfs_form .hh_w .div_l .con .name {
    font-size: 40px;
  }
}
@media (max-width: 1680px) {
  .aly_lxfs_form .hh_w .div_l .con .name {
    font-size: 35px;
  }
}
@media (max-width: 1459px) {
  .aly_lxfs_form .hh_w .div_l .con .name {
    font-size: 30.39583333px;
  }
}
@media (max-width: 1366px) {
  .aly_lxfs_form .hh_w .div_l .con .name {
    font-size: 28.45833333px;
  }
}
@media (max-width: 1280px) {
  .aly_lxfs_form .hh_w .div_l .con .name {
    font-size: 26.66666667px;
  }
}
@media (max-width: 1259px) {
  .aly_lxfs_form .hh_w .div_l .con .name {
    font-size: 26.22916667px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .aly_lxfs_form .hh_w .div_l .con .name {
    font-size: 21.33333333px;
  }
}
.aly_lxfs_form .hh_w .div_l .con .ul .li {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.aly_lxfs_form .hh_w .div_l .con .ul .li .div1 {
  width: 0.6rem;
  height: 0.6rem;
}
.aly_lxfs_form .hh_w .div_l .con .ul .li .div1 img {
  width: 100%;
  height: 100%;
}
.aly_lxfs_form .hh_w .div_l .con .ul .li .div2 {
  margin-left: 0.3rem;
}
.aly_lxfs_form .hh_w .div_l .con .ul .li .div2 .span1 {
  font-size: 16px;
  color: #999;
  font-family: 'siyuan_regular';
  line-height: 1;
}
.aly_lxfs_form .hh_w .div_l .con .ul .li .div2 .span2 {
  color: #333;
  font-family: 'siyuan_normal';
  line-height: 1;
  margin-top: 12px;
  font-weight: bold;
}
@media (max-width: 2048px) {
  .aly_lxfs_form .hh_w .div_l .con .ul .li .div2 .span2 {
    font-size: 21.33333333px;
  }
}
@media (max-width: 1920px) {
  .aly_lxfs_form .hh_w .div_l .con .ul .li .div2 .span2 {
    font-size: 20px;
  }
}
@media (max-width: 1680px) {
  .aly_lxfs_form .hh_w .div_l .con .ul .li .div2 .span2 {
    font-size: 17.5px;
  }
}
@media (max-width: 1459px) {
  .aly_lxfs_form .hh_w .div_l .con .ul .li .div2 .span2 {
    font-size: 15.19791667px;
  }
}
@media (max-width: 1366px) {
  .aly_lxfs_form .hh_w .div_l .con .ul .li .div2 .span2 {
    font-size: 14.22916667px;
  }
}
@media (max-width: 1280px) {
  .aly_lxfs_form .hh_w .div_l .con .ul .li .div2 .span2 {
    font-size: 13.33333333px;
  }
}
@media (max-width: 1259px) {
  .aly_lxfs_form .hh_w .div_l .con .ul .li .div2 .span2 {
    font-size: 13.11458333px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .aly_lxfs_form .hh_w .div_l .con .ul .li .div2 .span2 {
    font-size: 10.66666667px;
  }
}
@media (min-width: 1024px) and (max-width: 1680px) {
  .aly_lxfs_form .hh_w .div_l .con .ul .li .div2 .span2 {
    font-size: 17.5px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .aly_lxfs_form .hh_w .div_l .con .ul .li .div2 .span2 {
    font-size: 13.11458333px;
  }
}
.aly_lxfs_form .hh_w .div_l .con .ul .liBox {
  display: flex;
}
.aly_lxfs_form .hh_w .div_l .con .ul .liBox .li:nth-of-type(1) {
  margin-right: 1rem;
}
.aly_lxfs_form .hh_w .div_r {
  width: 50%;
}
.aly_lxfs_form .hh_w .div_r .title {
  color: #333;
  font-family: 'siyuan_regular';
  position: relative;
  line-height: 1;
  margin-top: 0.2rem;
  margin-bottom: 0.4rem;
  display: flex;
  align-items: center;
}
@media (max-width: 2048px) {
  .aly_lxfs_form .hh_w .div_r .title {
    font-size: 23.46666667px;
  }
}
@media (max-width: 1920px) {
  .aly_lxfs_form .hh_w .div_r .title {
    font-size: 22px;
  }
}
@media (max-width: 1680px) {
  .aly_lxfs_form .hh_w .div_r .title {
    font-size: 19.25px;
  }
}
@media (max-width: 1459px) {
  .aly_lxfs_form .hh_w .div_r .title {
    font-size: 16.71770833px;
  }
}
@media (max-width: 1366px) {
  .aly_lxfs_form .hh_w .div_r .title {
    font-size: 15.65208333px;
  }
}
@media (max-width: 1280px) {
  .aly_lxfs_form .hh_w .div_r .title {
    font-size: 14.66666667px;
  }
}
@media (max-width: 1259px) {
  .aly_lxfs_form .hh_w .div_r .title {
    font-size: 14.42604167px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .aly_lxfs_form .hh_w .div_r .title {
    font-size: 11.73333333px;
  }
}
@media (min-width: 1024px) and (max-width: 1680px) {
  .aly_lxfs_form .hh_w .div_r .title {
    font-size: 19.25px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .aly_lxfs_form .hh_w .div_r .title {
    font-size: 14.42604167px;
  }
}
.aly_lxfs_form .hh_w .div_r .title img {
  margin-right: 0.2rem;
}
.aly_lxfs_form .hh_w .div_r .inputBox {
  display: flex;
  justify-content: space-between;
}
.aly_lxfs_form .hh_w .div_r .inputBox .div {
  width: 48%;
  background: #f7f7f7;
}
.aly_lxfs_form .hh_w .div_r .inputBox .div input {
  width: 100%;
  height: 2.865vw;
  min-height: 40px;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  color: #999;
  font-family: 'siyuan_light';
  border: 1px solid #ddd;
  border-radius: 5px;
}
@media (max-width: 2048px) {
  .aly_lxfs_form .hh_w .div_r .inputBox .div input {
    font-size: 17.06666667px;
  }
}
@media (max-width: 1920px) {
  .aly_lxfs_form .hh_w .div_r .inputBox .div input {
    font-size: 16px;
  }
}
@media (max-width: 1680px) {
  .aly_lxfs_form .hh_w .div_r .inputBox .div input {
    font-size: 14px;
  }
}
@media (max-width: 1459px) {
  .aly_lxfs_form .hh_w .div_r .inputBox .div input {
    font-size: 12.15833333px;
  }
}
@media (max-width: 1366px) {
  .aly_lxfs_form .hh_w .div_r .inputBox .div input {
    font-size: 11.38333333px;
  }
}
@media (max-width: 1280px) {
  .aly_lxfs_form .hh_w .div_r .inputBox .div input {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1259px) {
  .aly_lxfs_form .hh_w .div_r .inputBox .div input {
    font-size: 10.49166667px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .aly_lxfs_form .hh_w .div_r .inputBox .div input {
    font-size: 8.53333333px;
  }
}
@media (min-width: 1024px) and (max-width: 1680px) {
  .aly_lxfs_form .hh_w .div_r .inputBox .div input {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .aly_lxfs_form .hh_w .div_r .inputBox .div input {
    font-size: 10.49166667px;
  }
}
@media (max-width: 768px) {
  .aly_lxfs_form .hh_w .div_r .inputBox .div input {
    font-size: 0.16rem;
  }
}
.aly_lxfs_form .hh_w .div_r .selectBox {
  display: flex;
  height: 0.55rem;
  width: 100%;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  justify-content: space-between;
  margin-top: 0.3rem;
  background: #f7f7f7;
  font-family: 'siyuan_light';
  border: 1px solid #ddd;
  border-radius: 5px;
}
.aly_lxfs_form .hh_w .div_r .selectBox * {
  color: #999;
  font-family: 'siyuan_light';
}
@media (max-width: 2048px) {
  .aly_lxfs_form .hh_w .div_r .selectBox * {
    font-size: 17.06666667px;
  }
}
@media (max-width: 1920px) {
  .aly_lxfs_form .hh_w .div_r .selectBox * {
    font-size: 16px;
  }
}
@media (max-width: 1680px) {
  .aly_lxfs_form .hh_w .div_r .selectBox * {
    font-size: 14px;
  }
}
@media (max-width: 1459px) {
  .aly_lxfs_form .hh_w .div_r .selectBox * {
    font-size: 12.15833333px;
  }
}
@media (max-width: 1366px) {
  .aly_lxfs_form .hh_w .div_r .selectBox * {
    font-size: 11.38333333px;
  }
}
@media (max-width: 1280px) {
  .aly_lxfs_form .hh_w .div_r .selectBox * {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1259px) {
  .aly_lxfs_form .hh_w .div_r .selectBox * {
    font-size: 10.49166667px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .aly_lxfs_form .hh_w .div_r .selectBox * {
    font-size: 8.53333333px;
  }
}
@media (min-width: 1024px) and (max-width: 1680px) {
  .aly_lxfs_form .hh_w .div_r .selectBox * {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .aly_lxfs_form .hh_w .div_r .selectBox * {
    font-size: 10.49166667px;
  }
}
@media (max-width: 768px) {
  .aly_lxfs_form .hh_w .div_r .selectBox * {
    font-size: 0.16rem;
  }
}
.aly_lxfs_form .hh_w .div_r .selectBox span {
  color: #999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.aly_lxfs_form .hh_w .div_r .selectBox .select {
  flex: 1;
  text-align: right;
}
.aly_lxfs_form .hh_w .div_r .textareaBox {
  height: 175px;
  width: 100%;
  border: 1px solid #ddd;
  background: #f7f7f7;
  border-radius: 5px;
  margin-top: 0.3rem;
}
@media (max-width: 1440px) {
  .aly_lxfs_form .hh_w .div_r .textareaBox {
    height: 155px;
  }
}
@media (max-width: 1290px) {
  .aly_lxfs_form .hh_w .div_r .textareaBox {
    height: 145px;
  }
}
@media (max-width: 1024px) {
  .aly_lxfs_form .hh_w .div_r .textareaBox {
    height: 105px;
  }
}
.aly_lxfs_form .hh_w .div_r .textareaBox .textarea {
  width: 100%;
  height: 100%;
  padding: 0.2rem;
  color: #999;
  font-family: 'siyuan_light';
}
@media (max-width: 2048px) {
  .aly_lxfs_form .hh_w .div_r .textareaBox .textarea {
    font-size: 17.06666667px;
  }
}
@media (max-width: 1920px) {
  .aly_lxfs_form .hh_w .div_r .textareaBox .textarea {
    font-size: 16px;
  }
}
@media (max-width: 1680px) {
  .aly_lxfs_form .hh_w .div_r .textareaBox .textarea {
    font-size: 14px;
  }
}
@media (max-width: 1459px) {
  .aly_lxfs_form .hh_w .div_r .textareaBox .textarea {
    font-size: 12.15833333px;
  }
}
@media (max-width: 1366px) {
  .aly_lxfs_form .hh_w .div_r .textareaBox .textarea {
    font-size: 11.38333333px;
  }
}
@media (max-width: 1280px) {
  .aly_lxfs_form .hh_w .div_r .textareaBox .textarea {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1259px) {
  .aly_lxfs_form .hh_w .div_r .textareaBox .textarea {
    font-size: 10.49166667px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .aly_lxfs_form .hh_w .div_r .textareaBox .textarea {
    font-size: 8.53333333px;
  }
}
@media (min-width: 1024px) and (max-width: 1680px) {
  .aly_lxfs_form .hh_w .div_r .textareaBox .textarea {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .aly_lxfs_form .hh_w .div_r .textareaBox .textarea {
    font-size: 10.49166667px;
  }
}
@media (max-width: 768px) {
  .aly_lxfs_form .hh_w .div_r .textareaBox .textarea {
    font-size: 0.16rem;
  }
}
.aly_lxfs_form .hh_w .div_r .btn {
  display: flex;
  align-items: center;
  margin-top: 0.35rem;
}
.aly_lxfs_form .hh_w .div_r .btn button,
.aly_lxfs_form .hh_w .div_r .btn .reset {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: #0382da;
  border-radius: 5px;
  color: #fff;
  margin-right: 0.25rem;
  width: 8.854vw;
  height: 2.344vw;
  min-width: 130px;
  min-height: 40px;
  font-family: 'siyuan_light';
  font-size: 16px;
}
@media (max-width: 1440px) {
  .aly_lxfs_form .hh_w .div_r .btn button,
  .aly_lxfs_form .hh_w .div_r .btn .reset {
    font-size: 14px;
  }
}
.aly_lxfs_form .hh_w .div_r .btn .reset {
  background: #eef1f5;
  color: #111f28;
}
@media (max-width: 1024px) {
  .aly_lxfs_form .div_l .info_div .span2 {
    font-size: 16px;
  }
  .aly_lxfs_form .div_l .btn input,
  .aly_lxfs_form .div_l .btn button {
    height: 50px;
  }
  .aly_lxfs_form .div_l .btn button {
    width: 225px;
  }
}
@media (max-width: 768px) {
  .aly_lxfs_form {
    padding: 0.4rem 0;
    flex-direction: column;
  }
  .aly_lxfs_form .bgimg {
    width: 100%;
  }
  .aly_lxfs_form .hh_w .div_l .title {
    font-size: 0.16rem;
    padding-left: 0;
    margin-bottom: 0.15rem;
  }
  .aly_lxfs_form .hh_w .div_l .con .name {
    font-size: 0.2rem;
    margin-bottom: 0.25rem;
  }
  .aly_lxfs_form .hh_w,
  .aly_lxfs_form .hh_w .div_l .con .ul .liBox {
    flex-direction: column;
  }
  .aly_lxfs_form .hh_w .div_l,
  .aly_lxfs_form .hh_w .div_r,
  .aly_lxfs_form .div_l,
  .aly_lxfs_form .div_r {
    width: 100%;
    margin-top: 0;
  }
  .aly_lxfs_form .div_l .title::before,
  .aly_lxfs_form .div_r .title::before {
    width: 0.03rem;
  }
  .aly_lxfs_form .div_l .title,
  .aly_lxfs_form .div_r .title {
    font-size: 0.2rem;
    padding-left: 0.2rem;
    margin-bottom: 0.3rem;
  }
  .aly_lxfs_form .div_r .title {
    margin-bottom: 0.05rem;
  }
  .aly_lxfs_form .div_r .textareaBox {
    height: 1.75rem;
  }
  .aly_lxfs_form .div_l .info {
    flex-direction: column;
  }
  .aly_lxfs_form .div_l .info_div {
    margin-bottom: 0.25rem;
  }
  .aly_lxfs_form .div_l .info_div .span1 {
    font-size: 0.16rem;
  }
  .aly_lxfs_form .div_l .info_div .span2 {
    font-size: 0.15rem;
    margin-top: 0.1rem;
  }
  .aly_lxfs_form .div_l .btn input,
  .aly_lxfs_form .div_l .btn button span {
    font-size: 0.16rem;
  }
  .aly_lxfs_form .div_l .share {
    margin-top: 0.25rem;
  }
  .aly_lxfs_form .div_r {
    margin-top: 0.4rem;
  }
  .aly_lxfs_form .div_r .inputBox {
    flex-direction: column;
  }
  .aly_lxfs_form .div_r .inputBox .div {
    width: 100%;
  }
  .aly_lxfs_form .div_r .inputBox .div {
    margin-top: 0.25rem;
  }
  .aly_lxfs_form .div_r .btn button,
  .aly_lxfs_form .div_r .btn .reset {
    width: 47%;
    height: 0.45rem;
    margin-right: 0;
  }
  .aly_lxfs_form .div_r .btn {
    justify-content: space-between;
  }
  .aly_lxfs_form .hh_w .div_l .con .ul .li .div1 {
    width: 0.35rem;
    height: 0.35rem;
  }
  .aly_lxfs_form .hh_w .div_l .con .ul .li .div1 img {
    width: 100%;
    height: 100%;
  }
  .aly_lxfs_form .hh_w .div_l .con .ul .li .div2 {
    flex: 1;
    margin-left: 0.2rem;
  }
  .aly_lxfs_form .hh_w .div_l .con .ul .li .div2 .span1,
  .aly_lxfs_form .hh_w .div_l .con .ul .li .div2 .span2 {
    font-size: 0.14rem;
  }
  .aly_lxfs_form .hh_w .div_l .con .ul .li .div2 .span2 {
    margin-top: 0.05rem;
    line-height: 1.7;
  }
  .aly_lxfs_form .hh_w .div_l .con .ul .liBox .li:nth-of-type(1) {
    margin-right: 0;
  }
  .aly_lxfs_form .hh_w .div_l .con .ul .li {
    margin-bottom: 0.2rem;
  }
  .aly_lxfs_form .div_r {
    margin-top: 0.25rem;
  }
  .aly_lxfs_form .hh_w .div_r .title {
    padding-left: 0;
    font-size: 0.14rem;
    line-height: 1.4;
    margin-bottom: 0rem;
  }
  .aly_lxfs_form .hh_w .div_r .inputBox .div {
    width: 100%;
  }
  .aly_lxfs_form .hh_w .div_r .inputBox .div input {
    font-size: 0.14rem;
  }
  .aly_lxfs_form .hh_w .div_r .btn button,
  .aly_lxfs_form .hh_w .div_r .btn .reset {
    width: 50%;
    height: 0.4rem;
    font-size: 0.14rem;
  }
  .aly_lxfs_form .hh_w .div_r .selectBox,
  .aly_lxfs_form .hh_w .div_r .inputBox .div input {
    height: 0.45rem;
  }
  .aly_lxfs_form .hh_w .div_r .selectBox,
  .aly_lxfs_form .hh_w .div_r .inputBox .div,
  .aly_lxfs_form .hh_w .div_r .textareaBox {
    margin-top: 0.2rem;
  }
  .aly_lxfs_form .hh_w .div_r .btn {
    margin-top: 0.22rem;
  }
  .aly_lxfs_form .hh_w .div_r .selectBox *,
  .aly_lxfs_form .hh_w .div_r .textareaBox .textarea {
    font-size: 0.14rem;
  }
}
.ald_lxfs_info {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1560px;
  margin: 0 auto;
  flex-wrap: wrap;
}
@media (max-width: 1680px) {
  .ald_lxfs_info {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width: 1024px) {
  .ald_lxfs_info {
    padding: 0 30px;
  }
}
@media (max-width: 990px) {
  .ald_lxfs_info {
    padding: 0 20px;
  }
}
.ald_lxfs_info .li {
  width: 48.7%;
  background: #f7f7f7;
  position: relative;
  padding: 0 0.6rem;
  margin-bottom: 0.2rem;
  padding-bottom: 0.45rem;
  border-radius: 2.08vw;
}
.ald_lxfs_info .li .bgimg {
  position: absolute;
  top: 0;
  right: 0;
  width: 75.65%;
}
.ald_lxfs_info .li .title {
  font-weight: bold;
  color: #333;
  line-height: 1;
  padding-top: 0.5rem;
  padding-bottom: 0.35rem;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 2048px) {
  .ald_lxfs_info .li .title {
    font-size: 32px;
  }
}
@media (max-width: 1920px) {
  .ald_lxfs_info .li .title {
    font-size: 30px;
  }
}
@media (max-width: 1680px) {
  .ald_lxfs_info .li .title {
    font-size: 26.25px;
  }
}
@media (max-width: 1459px) {
  .ald_lxfs_info .li .title {
    font-size: 22.796875px;
  }
}
@media (max-width: 1366px) {
  .ald_lxfs_info .li .title {
    font-size: 21.34375px;
  }
}
@media (max-width: 1280px) {
  .ald_lxfs_info .li .title {
    font-size: 20px;
  }
}
@media (max-width: 1259px) {
  .ald_lxfs_info .li .title {
    font-size: 19.671875px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_lxfs_info .li .title {
    font-size: 16px;
  }
}
@media (min-width: 1024px) and (max-width: 1680px) {
  .ald_lxfs_info .li .title {
    font-size: 26.25px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_lxfs_info .li .title {
    font-size: 19.671875px;
  }
}
.ald_lxfs_info .li .con {
  display: flex;
  padding-top: 0.3rem;
  justify-content: flex-start;
}
.ald_lxfs_info .li .con .div_l {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 30%;
}
.ald_lxfs_info .li .con .div_l img {
  width: 0.5rem;
  height: 0.5rem;
}
.ald_lxfs_info .li .con .div_l span {
  color: #0382da;
  font-weight: bold;
  margin-top: 15px;
  text-align: center;
  white-space: nowrap;
}
@media (max-width: 2048px) {
  .ald_lxfs_info .li .con .div_l span {
    font-size: 21.33333333px;
  }
}
@media (max-width: 1920px) {
  .ald_lxfs_info .li .con .div_l span {
    font-size: 20px;
  }
}
@media (max-width: 1680px) {
  .ald_lxfs_info .li .con .div_l span {
    font-size: 17.5px;
  }
}
@media (max-width: 1459px) {
  .ald_lxfs_info .li .con .div_l span {
    font-size: 15.19791667px;
  }
}
@media (max-width: 1366px) {
  .ald_lxfs_info .li .con .div_l span {
    font-size: 14.22916667px;
  }
}
@media (max-width: 1280px) {
  .ald_lxfs_info .li .con .div_l span {
    font-size: 13.33333333px;
  }
}
@media (max-width: 1259px) {
  .ald_lxfs_info .li .con .div_l span {
    font-size: 13.11458333px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_lxfs_info .li .con .div_l span {
    font-size: 10.66666667px;
  }
}
@media (min-width: 1024px) and (max-width: 1680px) {
  .ald_lxfs_info .li .con .div_l span {
    font-size: 17.5px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_lxfs_info .li .con .div_l span {
    font-size: 13.11458333px;
  }
}
@media (max-width: 1440px) {
  .ald_lxfs_info .li .con .div_l span {
    font-size: 14px;
  }
}
.ald_lxfs_info .li .con .div_r {
  padding-left: 2.6vw;
  width: 70%;
}
@media (max-width: 1440px) {
}
@media (max-width: 768px) {
  .ald_lxfs_info .li .con .div_r {
    padding-left: 15px;
  }
}
.ald_lxfs_info .li .con .div_r .lx_li {
  font-size: 16px;
  color: #000;
  font-family: 'siyuan_normal';
  margin-bottom: 0.2rem;
}
@media (max-width: 1440px) {
  .ald_lxfs_info .li .con .div_r .lx_li {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .ald_lxfs_info .li .con .div_r .lx_li {
    margin-bottom: 0.1rem;
  }
}
@media (max-width: 1024px) {
  .ald_lxfs_info .li .con .div_r .lx_li:last-child {
    margin-bottom: 0.1rem;
  }
}
@media (max-width: 1024px) {
  .ald_lxfs_info .li .con .div_r .lx_liBox {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .ald_lxfs_info {
    flex-direction: column;
  }
  .ald_lxfs_info .li {
    width: 100%;
    padding: 0 0.2rem;
  }
  .ald_lxfs_info .li .con .div_l {
    flex-direction: column;
    justify-content: flex-start;
  }
  .ald_lxfs_info .li .con .div_r {
    flex-direction: column;
    margin-right: 0;
  }
  .ald_lxfs_info .li .con .div_r .lx_liBox .lx_li:nth-of-type(1),
  .ald_lxfs_info .li .con .div_r .lx_li,
  .ald_lxfs_info .li .con .div_r .lx_li:last-child {
    margin-bottom: 0.05rem;
  }
  .ald_lxfs_info .li .con .div_r .lx_liBox {
    margin-bottom: 0;
    flex-direction: column;
  }
  .ald_lxfs_info .li .con .div_r .lx_li {
    font-size: 0.13rem;
  }
  .ald_lxfs_info .li .title {
    font-size: 0.18rem;
    padding-top: 0.25rem;
    padding-bottom: 0.2rem;
  }
  .ald_lxfs_info .li .con {
    padding-top: 0.25rem;
    padding-bottom: 0.15rem;
  }
  .ald_lxfs_info .li {
    margin-bottom: 0.2rem;
  }
  .ald_lxfs_info .li .con .div_l img {
    width: 0.4rem;
    height: 0.4rem;
  }
}
.ald_lxfs_map {
  padding-top: 0.2rem;
  padding-bottom: 0.4rem;
  position: relative;
  width: 100%;
  max-width: 1560px;
  margin: 0 auto;
}
@media (max-width: 1680px) {
  .ald_lxfs_map {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width: 1024px) {
  .ald_lxfs_map {
    padding: 0 30px;
  }
}
@media (max-width: 990px) {
  .ald_lxfs_map {
    padding: 0 20px;
  }
}
@media (min-width: 768px) {
  .ald_lxfs_map {
    padding-top: 0.4rem;
  }
}
.ald_lxfs_map .map {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.ald_lxfs_map .map:hover img {
  transform: scale(1.05);
}
.ald_lxfs_map .map img {
  width: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.ald_lxfs_map .icon {
  position: absolute;
  top: 47.3%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 7.81vw;
  min-width: 100px;
}
@media (max-width: 1680px) {
  .ald_lxfs_map .icon {
    top: 52%;
  }
}
@media (max-width: 1440px) {
  .ald_lxfs_map .icon {
    top: 51%;
  }
}
@media (max-width: 1290px) {
  .ald_lxfs_map .icon {
    top: 50%;
  }
}
@media (max-width: 1024px) {
  .ald_lxfs_map .icon {
    top: 47%;
  }
}
@media (max-width: 1680px) {
  .ald_lxfs_map {
    margin-bottom: 0.4rem;
  }
}
@media (max-width: 768px) {
  .ald_lxfs_map {
    padding-top: 0rem;
    margin-bottom: 0.3rem;
  }
  .ald_lxfs_map .icon {
    width: 1rem;
    top: 33%;
    min-width: 100px;
  }
}
.ald_xzfl {
  padding: 1.2rem 0;
}
.ald_xzfl .hh_w {
  width: 15.6rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .ald_xzfl .hh_w {
    width: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
.ald_xzfl .hh_w .title {
  color: #333;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  margin-bottom: 0.6rem;
}
@media (max-width: 2048px) {
  .ald_xzfl .hh_w .title {
    font-size: 51.2px;
  }
}
@media (max-width: 1920px) {
  .ald_xzfl .hh_w .title {
    font-size: 48px;
  }
}
@media (max-width: 1680px) {
  .ald_xzfl .hh_w .title {
    font-size: 42px;
  }
}
@media (max-width: 1459px) {
  .ald_xzfl .hh_w .title {
    font-size: 36.475px;
  }
}
@media (max-width: 1366px) {
  .ald_xzfl .hh_w .title {
    font-size: 34.15px;
  }
}
@media (max-width: 1280px) {
  .ald_xzfl .hh_w .title {
    font-size: 32px;
  }
}
@media (max-width: 1259px) {
  .ald_xzfl .hh_w .title {
    font-size: 31.475px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_xzfl .hh_w .title {
    font-size: 25.6px;
  }
}
.ald_xzfl .hh_w .ul {
  display: flex;
  justify-content: space-between;
}
.ald_xzfl .hh_w .ul .li {
  width: 31.09%;
}
.ald_xzfl .hh_w .ul .li .div1 {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 49.48%;
  overflow: hidden;
}
.ald_xzfl .hh_w .ul .li .div1 > .img,
.ald_xzfl .hh_w .ul .li .div1 img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.ald_xzfl .hh_w .ul .li .div1 img {
  transition: all 0.5s;
}
.ald_xzfl .hh_w .ul .li .div2 {
  background: #f2f9fd;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  padding-top: 0.45rem;
  padding-bottom: 0.3rem;
  height: 220px;
  position: relative;
}
.ald_xzfl .hh_w .ul .li .div2 .span1 {
  font-weight: bold;
  color: #333;
  line-height: 1;
  margin-bottom: 0.25rem;
}
@media (max-width: 2048px) {
  .ald_xzfl .hh_w .ul .li .div2 .span1 {
    font-size: 25.6px;
  }
}
@media (max-width: 1920px) {
  .ald_xzfl .hh_w .ul .li .div2 .span1 {
    font-size: 24px;
  }
}
@media (max-width: 1680px) {
  .ald_xzfl .hh_w .ul .li .div2 .span1 {
    font-size: 21px;
  }
}
@media (max-width: 1459px) {
  .ald_xzfl .hh_w .ul .li .div2 .span1 {
    font-size: 18.2375px;
  }
}
@media (max-width: 1366px) {
  .ald_xzfl .hh_w .ul .li .div2 .span1 {
    font-size: 17.075px;
  }
}
@media (max-width: 1280px) {
  .ald_xzfl .hh_w .ul .li .div2 .span1 {
    font-size: 16px;
  }
}
@media (max-width: 1259px) {
  .ald_xzfl .hh_w .ul .li .div2 .span1 {
    font-size: 15.7375px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_xzfl .hh_w .ul .li .div2 .span1 {
    font-size: 12.8px;
  }
}
@media (min-width: 1024px) and (max-width: 1680px) {
  .ald_xzfl .hh_w .ul .li .div2 .span1 {
    font-size: 21px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_xzfl .hh_w .ul .li .div2 .span1 {
    font-size: 15.7375px;
  }
}
.ald_xzfl .hh_w .ul .li .div2 .span2 {
  font-size: 16px;
  color: #666;
  line-height: 2;
  font-family: 'siyuan_normal';
  transition: all 0.5s;
}
.ald_xzfl .hh_w .ul .li .div2::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 8px;
  background: #0382da;
  bottom: 0;
  opacity: 0;
  transition: all 0.5s;
  left: 0;
}
.ald_xzfl .hh_w .ul .li:hover .div1 img {
  transform: scale(1.05);
}
.ald_xzfl .hh_w .ul .li:hover .div2 .span1 {
  color: #0382da;
}
.ald_xzfl .hh_w .ul .li:hover .div2::before {
  opacity: 1;
}
@media (max-width: 1259px) {
  .ald_xzfl .hh_w .ul .li .div2 {
    height: 240px;
  }
}
@media (max-width: 768px) {
  .ald_xzfl {
    padding: 0.4rem 0;
    padding-bottom: 0.15rem;
  }
  .ald_xzfl .hh_w .title {
    font-size: 0.2rem;
    margin-bottom: 0.25rem;
  }
  .ald_xzfl .hh_w .ul {
    flex-wrap: wrap;
  }
  .ald_xzfl .hh_w .ul .li {
    width: 100%;
    margin-bottom: 0.25rem;
  }
  .ald_xzfl .hh_w .ul .li .div2 {
    padding: 0.2rem 0.15rem 0.15rem;
    min-height: auto;
    height: auto;
  }
  .ald_xzfl .hh_w .ul .li .div2 .span1 {
    font-size: 0.16rem;
    margin-bottom: 0.15rem;
  }
  .ald_xzfl .hh_w .ul .li .div2 .span2 {
    font-size: 0.14rem;
    line-height: 1.7;
    max-height: 0.75rem;
    overflow-y: auto;
    /*定义滚动条的轨道颜色、内阴影及圆角*/
    /*定义滑块颜色、内阴影及圆角*/
  }
  .ald_xzfl .hh_w .ul .li .div2 .span2::-webkit-scrollbar {
    width: 2px;
    /*对垂直流动条有效*/
  }
  .ald_xzfl .hh_w .ul .li .div2 .span2::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #ededed;
    background-color: #ededed;
    border-radius: 3px;
  }
  .ald_xzfl .hh_w .ul .li .div2 .span2::-webkit-scrollbar-thumb {
    border-radius: 7px;
    -webkit-box-shadow: inset 0 0 6px #0382da;
    background-color: #0382da;
  }
}
.ald_rcpy {
  background-size: 100% 100%;
}
.ald_rcpy .hh_w {
  width: 15.6rem;
  margin: 0 auto;
  padding-top: 1.2rem;
  padding-bottom: 0.95rem;
}
@media (max-width: 768px) {
  .ald_rcpy .hh_w {
    width: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
.ald_rcpy .hh_w .title {
  color: #333;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  margin-bottom: 0.65rem;
}
@media (max-width: 2048px) {
  .ald_rcpy .hh_w .title {
    font-size: 51.2px;
  }
}
@media (max-width: 1920px) {
  .ald_rcpy .hh_w .title {
    font-size: 48px;
  }
}
@media (max-width: 1680px) {
  .ald_rcpy .hh_w .title {
    font-size: 42px;
  }
}
@media (max-width: 1459px) {
  .ald_rcpy .hh_w .title {
    font-size: 36.475px;
  }
}
@media (max-width: 1366px) {
  .ald_rcpy .hh_w .title {
    font-size: 34.15px;
  }
}
@media (max-width: 1280px) {
  .ald_rcpy .hh_w .title {
    font-size: 32px;
  }
}
@media (max-width: 1259px) {
  .ald_rcpy .hh_w .title {
    font-size: 31.475px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_rcpy .hh_w .title {
    font-size: 25.6px;
  }
}
.ald_rcpy .hh_w .ul {
  display: flex;
  justify-content: space-between;
}
.ald_rcpy .hh_w .ul .li {
  width: 7.7rem;
  min-height: 2.8rem;
  background-color: #fff;
  display: flex;
}
.ald_rcpy .hh_w .ul .li .div_l {
  width: 31.42%;
  border-right: 1px solid #eaeaea;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.ald_rcpy .hh_w .ul .li .div_l .div1 {
  display: flex;
}
.ald_rcpy .hh_w .ul .li .div_l .div2 {
  color: #0382da;
  text-align: center;
  margin-top: 0.25rem;
}
@media (max-width: 2048px) {
  .ald_rcpy .hh_w .ul .li .div_l .div2 {
    font-size: 25.6px;
  }
}
@media (max-width: 1920px) {
  .ald_rcpy .hh_w .ul .li .div_l .div2 {
    font-size: 24px;
  }
}
@media (max-width: 1680px) {
  .ald_rcpy .hh_w .ul .li .div_l .div2 {
    font-size: 21px;
  }
}
@media (max-width: 1459px) {
  .ald_rcpy .hh_w .ul .li .div_l .div2 {
    font-size: 18.2375px;
  }
}
@media (max-width: 1366px) {
  .ald_rcpy .hh_w .ul .li .div_l .div2 {
    font-size: 17.075px;
  }
}
@media (max-width: 1280px) {
  .ald_rcpy .hh_w .ul .li .div_l .div2 {
    font-size: 16px;
  }
}
@media (max-width: 1259px) {
  .ald_rcpy .hh_w .ul .li .div_l .div2 {
    font-size: 15.7375px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_rcpy .hh_w .ul .li .div_l .div2 {
    font-size: 12.8px;
  }
}
@media (min-width: 1024px) and (max-width: 1680px) {
  .ald_rcpy .hh_w .ul .li .div_l .div2 {
    font-size: 21px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_rcpy .hh_w .ul .li .div_l .div2 {
    font-size: 15.7375px;
  }
}
.ald_rcpy .hh_w .ul .li .div_r {
  width: 68.58%;
  color: #666;
  font-family: 'siyuan_normal';
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 0.7rem;
  padding-right: 0.7rem;
  line-height: 1.7;
}
@media (max-width: 2048px) {
  .ald_rcpy .hh_w .ul .li .div_r {
    font-size: 19.2px;
  }
}
@media (max-width: 1920px) {
  .ald_rcpy .hh_w .ul .li .div_r {
    font-size: 18px;
  }
}
@media (max-width: 1680px) {
  .ald_rcpy .hh_w .ul .li .div_r {
    font-size: 15.75px;
  }
}
@media (max-width: 1459px) {
  .ald_rcpy .hh_w .ul .li .div_r {
    font-size: 13.678125px;
  }
}
@media (max-width: 1366px) {
  .ald_rcpy .hh_w .ul .li .div_r {
    font-size: 12.80625px;
  }
}
@media (max-width: 1280px) {
  .ald_rcpy .hh_w .ul .li .div_r {
    font-size: 12px;
  }
}
@media (max-width: 1259px) {
  .ald_rcpy .hh_w .ul .li .div_r {
    font-size: 11.803125px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_rcpy .hh_w .ul .li .div_r {
    font-size: 9.6px;
  }
}
@media (min-width: 1024px) and (max-width: 1680px) {
  .ald_rcpy .hh_w .ul .li .div_r {
    font-size: 15.75px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_rcpy .hh_w .ul .li .div_r {
    font-size: 11.803125px;
  }
}
@media (min-width: 1367px) {
  .ald_rcpy .hh_w .ul .li .div_r {
    font-size: 18px;
  }
}
@media (min-width: 1025px) and (max-width: 1366px) {
  .ald_rcpy .hh_w .ul .li .div_r {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_rcpy .hh_w .ul .li .div_r {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .ald_rcpy .hh_w .ul .li .div_r {
    font-size: 0.16rem;
  }
}
@media (max-width: 768px) {
  .ald_rcpy .hh_w {
    padding-top: 0.4rem;
    padding-bottom: 0.15rem;
  }
  .ald_rcpy .hh_w .title {
    font-size: 0.2rem;
    margin-bottom: 0.25rem;
  }
  .ald_rcpy .hh_w .ul {
    flex-direction: column;
  }
  .ald_rcpy .hh_w .ul .li {
    width: 100%;
    margin-bottom: 0.25rem;
    height: auto;
    min-height: auto;
  }
  .ald_rcpy .hh_w .ul .li .div_r {
    padding: 0.2rem 0.15rem;
    font-size: 0.14rem;
  }
  .ald_rcpy .hh_w .ul .li .div_l .div1 {
    width: 0.4rem;
    height: 0.4rem;
  }
  .ald_rcpy .hh_w .ul .li .div_l .div1 img {
    width: 100%;
    height: 100%;
  }
  .ald_rcpy .hh_w .ul .li .div_l .div2 {
    font-size: 0.15rem;
    margin-top: 0.05rem;
  }
}
.ald_zp {
  padding: 1.2rem 0;
}
.ald_zp .hh_w {
  width: 15.6rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .ald_zp .hh_w {
    width: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
.ald_zp .hh_w .title {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ald_zp .hh_w .title .div {
  color: #999;
  margin-left: 0.6rem;
}
@media (max-width: 2048px) {
  .ald_zp .hh_w .title .div {
    font-size: 51.2px;
  }
}
@media (max-width: 1920px) {
  .ald_zp .hh_w .title .div {
    font-size: 48px;
  }
}
@media (max-width: 1680px) {
  .ald_zp .hh_w .title .div {
    font-size: 42px;
  }
}
@media (max-width: 1459px) {
  .ald_zp .hh_w .title .div {
    font-size: 36.475px;
  }
}
@media (max-width: 1366px) {
  .ald_zp .hh_w .title .div {
    font-size: 34.15px;
  }
}
@media (max-width: 1280px) {
  .ald_zp .hh_w .title .div {
    font-size: 32px;
  }
}
@media (max-width: 1259px) {
  .ald_zp .hh_w .title .div {
    font-size: 31.475px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_zp .hh_w .title .div {
    font-size: 25.6px;
  }
}
.ald_zp .hh_w .title .div:nth-of-type(1) {
  margin-left: 0;
}
.ald_zp .hh_w .title .div.on {
  color: #333;
}
.ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt {
  padding: 0.6rem 0 0 0;
  display: none;
  width: 14.4rem;
  margin: 0 auto;
  width: 15.95rem;
}
@media (max-width: 768px) {
  .ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt {
    padding: 0.4rem 0;
  }
}
@media (max-width: 768px) {
  .ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt {
    width: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
.ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .title {
  font-weight: bold;
  color: #333;
  margin-bottom: 0.65rem;
  line-height: 1;
}
@media (max-width: 2048px) {
  .ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .title {
    font-size: 51.2px;
  }
}
@media (max-width: 1920px) {
  .ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .title {
    font-size: 48px;
  }
}
@media (max-width: 1680px) {
  .ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .title {
    font-size: 42px;
  }
}
@media (max-width: 1459px) {
  .ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .title {
    font-size: 36.475px;
  }
}
@media (max-width: 1366px) {
  .ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .title {
    font-size: 34.15px;
  }
}
@media (max-width: 1280px) {
  .ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .title {
    font-size: 32px;
  }
}
@media (max-width: 1259px) {
  .ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .title {
    font-size: 31.475px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .title {
    font-size: 25.6px;
  }
}
@media (max-width: 1366px) {
  .ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .title {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .title {
    font-size: 0.2rem;
    margin-bottom: 0.2rem;
  }
}
.ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .cjwt_ul {
  display: flex;
  flex-direction: column;
  padding-right: 0.35rem;
}
.ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .cjwt_ul .cjwt_li {
  margin-bottom: 0.25rem;
}
.ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_q {
  min-height: 1rem;
  background: #fff;
  position: relative;
  transition: all 0.5s;
  border: 1px solid #e9e9e9;
  padding-left: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}
@media (max-width: 768px) {
  .ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_q {
    min-height: 0.5rem;
  }
}
.ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_q .cjwt_bgimg {
  position: absolute;
  right: 0;
  opacity: 0;
  transition: all 0.5s;
}
.ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_q .div1 {
  display: flex;
  height: 100%;
  align-items: center;
}
.ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_q .div1 .p1 {
  color: #0382da;
  display: flex;
  align-items: center;
  width: 3.45rem;
}
@media (max-width: 2048px) {
  .ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_q .div1 .p1 {
    font-size: 25.6px;
  }
}
@media (max-width: 1920px) {
  .ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_q .div1 .p1 {
    font-size: 24px;
  }
}
@media (max-width: 1680px) {
  .ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_q .div1 .p1 {
    font-size: 21px;
  }
}
@media (max-width: 1459px) {
  .ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_q .div1 .p1 {
    font-size: 18.2375px;
  }
}
@media (max-width: 1366px) {
  .ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_q .div1 .p1 {
    font-size: 17.075px;
  }
}
@media (max-width: 1280px) {
  .ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_q .div1 .p1 {
    font-size: 16px;
  }
}
@media (max-width: 1259px) {
  .ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_q .div1 .p1 {
    font-size: 15.7375px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_q .div1 .p1 {
    font-size: 12.8px;
  }
}
@media (min-width: 1024px) and (max-width: 1680px) {
  .ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_q .div1 .p1 {
    font-size: 21px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_q .div1 .p1 {
    font-size: 15.7375px;
  }
}
.ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_q .div1 .p1 img {
  margin-right: 0.2rem;
  width: 30px;
  height: 30px;
}
.ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_q .div1 .p1 .img_a {
  display: none;
}
.ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_q .div1 .p2 {
  width: 1.9rem;
  color: #333;
  font-family: 'siyuan_regular';
}
@media (max-width: 2048px) {
  .ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_q .div1 .p2 {
    font-size: 19.2px;
  }
}
@media (max-width: 1920px) {
  .ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_q .div1 .p2 {
    font-size: 18px;
  }
}
@media (max-width: 1680px) {
  .ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_q .div1 .p2 {
    font-size: 15.75px;
  }
}
@media (max-width: 1459px) {
  .ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_q .div1 .p2 {
    font-size: 13.678125px;
  }
}
@media (max-width: 1366px) {
  .ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_q .div1 .p2 {
    font-size: 12.80625px;
  }
}
@media (max-width: 1280px) {
  .ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_q .div1 .p2 {
    font-size: 12px;
  }
}
@media (max-width: 1259px) {
  .ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_q .div1 .p2 {
    font-size: 11.803125px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_q .div1 .p2 {
    font-size: 9.6px;
  }
}
@media (min-width: 1024px) and (max-width: 1680px) {
  .ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_q .div1 .p2 {
    font-size: 15.75px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_q .div1 .p2 {
    font-size: 11.803125px;
  }
}
@media (min-width: 1367px) {
  .ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_q .div1 .p2 {
    font-size: 18px;
  }
}
@media (min-width: 1025px) and (max-width: 1366px) {
  .ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_q .div1 .p2 {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_q .div1 .p2 {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_q .div1 .p2 {
    font-size: 0.16rem;
  }
}
.ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_q .div1 .p3 {
  width: 4.55rem;
  color: #333;
  font-family: 'siyuan_regular';
}
@media (max-width: 2048px) {
  .ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_q .div1 .p3 {
    font-size: 19.2px;
  }
}
@media (max-width: 1920px) {
  .ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_q .div1 .p3 {
    font-size: 18px;
  }
}
@media (max-width: 1680px) {
  .ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_q .div1 .p3 {
    font-size: 15.75px;
  }
}
@media (max-width: 1459px) {
  .ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_q .div1 .p3 {
    font-size: 13.678125px;
  }
}
@media (max-width: 1366px) {
  .ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_q .div1 .p3 {
    font-size: 12.80625px;
  }
}
@media (max-width: 1280px) {
  .ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_q .div1 .p3 {
    font-size: 12px;
  }
}
@media (max-width: 1259px) {
  .ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_q .div1 .p3 {
    font-size: 11.803125px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_q .div1 .p3 {
    font-size: 9.6px;
  }
}
@media (min-width: 1024px) and (max-width: 1680px) {
  .ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_q .div1 .p3 {
    font-size: 15.75px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_q .div1 .p3 {
    font-size: 11.803125px;
  }
}
@media (min-width: 1367px) {
  .ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_q .div1 .p3 {
    font-size: 18px;
  }
}
@media (min-width: 1025px) and (max-width: 1366px) {
  .ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_q .div1 .p3 {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_q .div1 .p3 {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_q .div1 .p3 {
    font-size: 0.16rem;
  }
}
.ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_q .div2 {
  background: url('../images/icon_faqd.png');
  background-size: 100% 100%;
  width: 0.15rem;
  height: 0.15rem;
  margin-right: 0.5rem;
}
@media (max-width: 768px) {
  .ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_q .div2 {
    width: 0.2rem;
    height: 0.1rem;
    margin-right: 0.15rem;
  }
}
.ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_q .moreSpan,
.ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_q .moreSpan_active {
  position: absolute;
  right: 0.8rem;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
  font-family: 'siyuan_regular';
  transition: all 0.5s;
}
@media (max-width: 2048px) {
  .ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_q .moreSpan,
  .ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_q .moreSpan_active {
    font-size: 19.2px;
  }
}
@media (max-width: 1920px) {
  .ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_q .moreSpan,
  .ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_q .moreSpan_active {
    font-size: 18px;
  }
}
@media (max-width: 1680px) {
  .ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_q .moreSpan,
  .ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_q .moreSpan_active {
    font-size: 15.75px;
  }
}
@media (max-width: 1459px) {
  .ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_q .moreSpan,
  .ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_q .moreSpan_active {
    font-size: 13.678125px;
  }
}
@media (max-width: 1366px) {
  .ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_q .moreSpan,
  .ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_q .moreSpan_active {
    font-size: 12.80625px;
  }
}
@media (max-width: 1280px) {
  .ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_q .moreSpan,
  .ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_q .moreSpan_active {
    font-size: 12px;
  }
}
@media (max-width: 1259px) {
  .ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_q .moreSpan,
  .ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_q .moreSpan_active {
    font-size: 11.803125px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_q .moreSpan,
  .ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_q .moreSpan_active {
    font-size: 9.6px;
  }
}
@media (min-width: 1024px) and (max-width: 1680px) {
  .ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_q .moreSpan,
  .ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_q .moreSpan_active {
    font-size: 15.75px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_q .moreSpan,
  .ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_q .moreSpan_active {
    font-size: 11.803125px;
  }
}
@media (min-width: 1367px) {
  .ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_q .moreSpan,
  .ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_q .moreSpan_active {
    font-size: 18px;
  }
}
@media (min-width: 1025px) and (max-width: 1366px) {
  .ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_q .moreSpan,
  .ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_q .moreSpan_active {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_q .moreSpan,
  .ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_q .moreSpan_active {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_q .moreSpan,
  .ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_q .moreSpan_active {
    font-size: 0.16rem;
  }
}
.ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_q .moreSpan_active {
  display: none;
  color: #FFF;
}
.ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_a {
  padding: 0.5rem 0.5rem 0.6rem 0.5rem;
  border: 1px solid #d4e4f0;
  background: #f7f7f7;
  border-top: 0;
  display: none;
}
.ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_a .div1 {
  margin-bottom: 0.6rem;
}
.ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_a .div1 * {
  color: #666;
  font-family: 'siyuan_regular';
  line-height: 2;
}
@media (max-width: 2048px) {
  .ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_a .div1 * {
    font-size: 19.2px;
  }
}
@media (max-width: 1920px) {
  .ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_a .div1 * {
    font-size: 18px;
  }
}
@media (max-width: 1680px) {
  .ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_a .div1 * {
    font-size: 15.75px;
  }
}
@media (max-width: 1459px) {
  .ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_a .div1 * {
    font-size: 13.678125px;
  }
}
@media (max-width: 1366px) {
  .ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_a .div1 * {
    font-size: 12.80625px;
  }
}
@media (max-width: 1280px) {
  .ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_a .div1 * {
    font-size: 12px;
  }
}
@media (max-width: 1259px) {
  .ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_a .div1 * {
    font-size: 11.803125px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_a .div1 * {
    font-size: 9.6px;
  }
}
@media (min-width: 1024px) and (max-width: 1680px) {
  .ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_a .div1 * {
    font-size: 15.75px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_a .div1 * {
    font-size: 11.803125px;
  }
}
@media (min-width: 1367px) {
  .ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_a .div1 * {
    font-size: 18px;
  }
}
@media (min-width: 1025px) and (max-width: 1366px) {
  .ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_a .div1 * {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_a .div1 * {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_a .div1 * {
    font-size: 0.16rem;
  }
}
.ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_a .div2 {
  display: flex;
  align-items: center;
}
.ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_a .div2 a {
  width: 1.7rem;
  height: 0.45rem;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0382da;
  margin-right: 0.45rem;
  border-radius: 10px;
}
.ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_a .div2 .mail {
  display: flex;
}
.ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_a .div2 .mail img {
  width: 45px;
  height: 45px;
}
.ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_a .div2 .mail span {
  color: #0382da;
  margin-left: 10px;
  font-family: 'arial';
  display: flex;
  align-items: center;
}
@media (max-width: 2048px) {
  .ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_a .div2 .mail span {
    font-size: 25.6px;
  }
}
@media (max-width: 1920px) {
  .ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_a .div2 .mail span {
    font-size: 24px;
  }
}
@media (max-width: 1680px) {
  .ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_a .div2 .mail span {
    font-size: 21px;
  }
}
@media (max-width: 1459px) {
  .ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_a .div2 .mail span {
    font-size: 18.2375px;
  }
}
@media (max-width: 1366px) {
  .ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_a .div2 .mail span {
    font-size: 17.075px;
  }
}
@media (max-width: 1280px) {
  .ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_a .div2 .mail span {
    font-size: 16px;
  }
}
@media (max-width: 1259px) {
  .ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_a .div2 .mail span {
    font-size: 15.7375px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_a .div2 .mail span {
    font-size: 12.8px;
  }
}
@media (min-width: 1024px) and (max-width: 1680px) {
  .ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_a .div2 .mail span {
    font-size: 21px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_a .div2 .mail span {
    font-size: 15.7375px;
  }
}
.ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .cjwt_ul .cjwt_li.hover .cjwt_li_q {
  background: #e7f2fa;
}
.ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .cjwt_ul .cjwt_li.on .cjwt_li_q {
  background: #0382da;
}
.ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .cjwt_ul .cjwt_li.on .cjwt_li_q .cjwt_bgimg {
  opacity: 1;
}
.ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .cjwt_ul .cjwt_li.on .cjwt_li_q .div1 .p1 {
  color: #fff;
}
.ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .cjwt_ul .cjwt_li.on .cjwt_li_q .div1 .p1 .img {
  display: none;
}
.ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .cjwt_ul .cjwt_li.on .cjwt_li_q .div1 .p1 .img_a {
  display: block;
}
.ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .cjwt_ul .cjwt_li.on .cjwt_li_q .div1 .p2,
.ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .cjwt_ul .cjwt_li.on .cjwt_li_q .div1 .p3 {
  color: #fff;
}
.ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .cjwt_ul .cjwt_li.on .cjwt_li_q .div2 {
  background: url('../images/icon_faqu.png');
  background-size: 100% 100%;
}
.ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .cjwt_ul .cjwt_li.on .cjwt_li_q .moreSpan {
  display: none;
}
.ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .cjwt_ul .cjwt_li.on .cjwt_li_q .moreSpan_active {
  display: block;
}
@media (max-width: 768px) {
  .ald_zp {
    padding: 0.4rem 0 0 0;
  }
  .ald_zp .hh_w .title .div {
    font-size: 0.2rem;
  }
  .ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt {
    padding: 0.25rem 0 0.2rem;
  }
  .ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .cjwt_ul {
    padding-right: 0;
  }
  .ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_q {
    padding-left: 0.15rem;
  }
  .ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_q .moreSpan,
  .ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_q .moreSpan_active {
    right: 0.2rem;
    font-size: 0.13rem;
  }
  .ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_q .div1 .p1 {
    font-size: 0.14rem;
  }
  .ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_q .div1 .p1 img {
    width: 0.2rem;
    height: 0.2rem;
    margin-right: 0.1rem;
  }
  .ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_a .div1 * {
    font-size: 0.14rem;
  }
  .ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_a {
    padding: 0.2rem;
  }
  .ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_a .div2 {
    flex-direction: column;
    align-items: flex-start;
  }
  .ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_a .div2 a {
    margin-bottom: 0.2rem;
    font-size: 0.13rem;
    height: 0.38rem;
    line-height: 0.38rem;
    width: 1.3rem;
  }
  .ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_a .div1 {
    margin-bottom: 0.4rem;
  }
  .ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_q .div1 .p2,
  .ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_q .div1 .p3 {
    display: none;
  }
  .ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_a .div2 .mail img {
    width: 0.3rem;
    height: 0.3rem;
  }
  .ald_zp .hh_w .ald_khfw_cjwtBox .ald_khfw_cjwt .cjwt_ul .cjwt_li {
    margin-bottom: 0.2rem;
  }
}
.ald_map {
  width: 15.6rem;
  margin: 0 auto;
  padding-top: 0.65rem;
  padding-bottom: 1.3rem;
  position: relative;
}
@media (max-width: 768px) {
  .ald_map {
    width: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
.ald_map .title {
  position: absolute;
  padding-top: 0.55rem;
  color: #111f28;
  font-weight: bold;
}
@media (max-width: 2048px) {
  .ald_map .title {
    font-size: 51.2px;
  }
}
@media (max-width: 1920px) {
  .ald_map .title {
    font-size: 48px;
  }
}
@media (max-width: 1680px) {
  .ald_map .title {
    font-size: 42px;
  }
}
@media (max-width: 1459px) {
  .ald_map .title {
    font-size: 36.475px;
  }
}
@media (max-width: 1366px) {
  .ald_map .title {
    font-size: 34.15px;
  }
}
@media (max-width: 1280px) {
  .ald_map .title {
    font-size: 32px;
  }
}
@media (max-width: 1259px) {
  .ald_map .title {
    font-size: 31.475px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_map .title {
    font-size: 25.6px;
  }
}
.ald_map .ald_mapImg {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 0.55rem;
}
.ald_map .ald_mapImg .bgimg,
.ald_map .ald_mapImg .bgimg_a,
.ald_map .ald_mapImg .bgimg_b,
.ald_map .ald_mapImg .bgimg_c {
  width: 12rem;
  height: 8.1rem;
}
.ald_map .ald_mapImg .bgimg_a,
.ald_map .ald_mapImg .bgimg_b,
.ald_map .ald_mapImg .bgimg_c {
  display: none;
}
.ald_map .ald_mapImg .map_mask {
  position: absolute;
  cursor: pointer;
}
.ald_map .ald_mapImg .map_mask1 {
  width: 1.6rem;
  height: 0.8rem;
  top: 72.2%;
  left: 53.3%;
}
.ald_map .ald_mapImg .map_mask2 {
  width: 1rem;
  height: 0.8rem;
  top: 50%;
  left: 62.3%;
}
.ald_map .ald_mapImg .map_info {
  width: 6.55rem;
  height: auto;
  padding: 0 0.5rem;
  position: absolute;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 2px 0px 12px 8px #f4f4f4;
  top: -100%;
  left: 50%;
  display: none;
  transition: all 0.5s;
  transform: translate(-50%, -70%);
}
.ald_map .ald_mapImg .map_info .info_bgimg,
.ald_map .ald_mapImg .map_info .info_icon {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -14px;
}
.ald_map .ald_mapImg .map_info .info_icon {
  bottom: -80px;
}
.ald_map .ald_mapImg .map_info .hh_div1 {
  display: flex;
  height: 1.15rem;
  align-items: center;
}
.ald_map .ald_mapImg .map_info .hh_div1 img {
  margin-right: 15px;
}
.ald_map .ald_mapImg .map_info .hh_div1 span {
  line-height: 1;
  color: #0382da;
}
@media (max-width: 2048px) {
  .ald_map .ald_mapImg .map_info .hh_div1 span {
    font-size: 25.6px;
  }
}
@media (max-width: 1920px) {
  .ald_map .ald_mapImg .map_info .hh_div1 span {
    font-size: 24px;
  }
}
@media (max-width: 1680px) {
  .ald_map .ald_mapImg .map_info .hh_div1 span {
    font-size: 21px;
  }
}
@media (max-width: 1459px) {
  .ald_map .ald_mapImg .map_info .hh_div1 span {
    font-size: 18.2375px;
  }
}
@media (max-width: 1366px) {
  .ald_map .ald_mapImg .map_info .hh_div1 span {
    font-size: 17.075px;
  }
}
@media (max-width: 1280px) {
  .ald_map .ald_mapImg .map_info .hh_div1 span {
    font-size: 16px;
  }
}
@media (max-width: 1259px) {
  .ald_map .ald_mapImg .map_info .hh_div1 span {
    font-size: 15.7375px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_map .ald_mapImg .map_info .hh_div1 span {
    font-size: 12.8px;
  }
}
@media (min-width: 1024px) and (max-width: 1680px) {
  .ald_map .ald_mapImg .map_info .hh_div1 span {
    font-size: 21px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_map .ald_mapImg .map_info .hh_div1 span {
    font-size: 15.7375px;
  }
}
.ald_map .ald_mapImg .map_info .hh_div2 {
  color: #333;
}
@media (max-width: 2048px) {
  .ald_map .ald_mapImg .map_info .hh_div2 {
    font-size: 21.33333333px;
  }
}
@media (max-width: 1920px) {
  .ald_map .ald_mapImg .map_info .hh_div2 {
    font-size: 20px;
  }
}
@media (max-width: 1680px) {
  .ald_map .ald_mapImg .map_info .hh_div2 {
    font-size: 17.5px;
  }
}
@media (max-width: 1459px) {
  .ald_map .ald_mapImg .map_info .hh_div2 {
    font-size: 15.19791667px;
  }
}
@media (max-width: 1366px) {
  .ald_map .ald_mapImg .map_info .hh_div2 {
    font-size: 14.22916667px;
  }
}
@media (max-width: 1280px) {
  .ald_map .ald_mapImg .map_info .hh_div2 {
    font-size: 13.33333333px;
  }
}
@media (max-width: 1259px) {
  .ald_map .ald_mapImg .map_info .hh_div2 {
    font-size: 13.11458333px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_map .ald_mapImg .map_info .hh_div2 {
    font-size: 10.66666667px;
  }
}
@media (min-width: 1024px) and (max-width: 1680px) {
  .ald_map .ald_mapImg .map_info .hh_div2 {
    font-size: 17.5px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_map .ald_mapImg .map_info .hh_div2 {
    font-size: 13.11458333px;
  }
}
.ald_map .ald_mapImg .map_info .hh_div3 {
  color: #666;
  font-family: 'siyuan_regular';
  border-top: 1px solid #e9e9e9;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 2048px) {
  .ald_map .ald_mapImg .map_info .hh_div3 {
    font-size: 19.2px;
  }
}
@media (max-width: 1920px) {
  .ald_map .ald_mapImg .map_info .hh_div3 {
    font-size: 18px;
  }
}
@media (max-width: 1680px) {
  .ald_map .ald_mapImg .map_info .hh_div3 {
    font-size: 15.75px;
  }
}
@media (max-width: 1459px) {
  .ald_map .ald_mapImg .map_info .hh_div3 {
    font-size: 13.678125px;
  }
}
@media (max-width: 1366px) {
  .ald_map .ald_mapImg .map_info .hh_div3 {
    font-size: 12.80625px;
  }
}
@media (max-width: 1280px) {
  .ald_map .ald_mapImg .map_info .hh_div3 {
    font-size: 12px;
  }
}
@media (max-width: 1259px) {
  .ald_map .ald_mapImg .map_info .hh_div3 {
    font-size: 11.803125px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_map .ald_mapImg .map_info .hh_div3 {
    font-size: 9.6px;
  }
}
@media (min-width: 1024px) and (max-width: 1680px) {
  .ald_map .ald_mapImg .map_info .hh_div3 {
    font-size: 15.75px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_map .ald_mapImg .map_info .hh_div3 {
    font-size: 11.803125px;
  }
}
@media (min-width: 1367px) {
  .ald_map .ald_mapImg .map_info .hh_div3 {
    font-size: 18px;
  }
}
@media (min-width: 1025px) and (max-width: 1366px) {
  .ald_map .ald_mapImg .map_info .hh_div3 {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_map .ald_mapImg .map_info .hh_div3 {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .ald_map .ald_mapImg .map_info .hh_div3 {
    font-size: 0.16rem;
  }
}
.ald_map .ald_mapImg .map_info .hh_div3 .div_l {
  display: flex;
}
.ald_map .ald_mapImg .map_info .hh_div3 .div_l span {
  white-space: nowrap;
}
@media (max-width: 2048px) {
  .ald_map .ald_mapImg .map_info .hh_div3 .div_l span {
    font-size: 19.2px;
  }
}
@media (max-width: 1920px) {
  .ald_map .ald_mapImg .map_info .hh_div3 .div_l span {
    font-size: 18px;
  }
}
@media (max-width: 1680px) {
  .ald_map .ald_mapImg .map_info .hh_div3 .div_l span {
    font-size: 15.75px;
  }
}
@media (max-width: 1459px) {
  .ald_map .ald_mapImg .map_info .hh_div3 .div_l span {
    font-size: 13.678125px;
  }
}
@media (max-width: 1366px) {
  .ald_map .ald_mapImg .map_info .hh_div3 .div_l span {
    font-size: 12.80625px;
  }
}
@media (max-width: 1280px) {
  .ald_map .ald_mapImg .map_info .hh_div3 .div_l span {
    font-size: 12px;
  }
}
@media (max-width: 1259px) {
  .ald_map .ald_mapImg .map_info .hh_div3 .div_l span {
    font-size: 11.803125px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_map .ald_mapImg .map_info .hh_div3 .div_l span {
    font-size: 9.6px;
  }
}
@media (min-width: 1024px) and (max-width: 1680px) {
  .ald_map .ald_mapImg .map_info .hh_div3 .div_l span {
    font-size: 15.75px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_map .ald_mapImg .map_info .hh_div3 .div_l span {
    font-size: 11.803125px;
  }
}
@media (min-width: 1367px) {
  .ald_map .ald_mapImg .map_info .hh_div3 .div_l span {
    font-size: 18px;
  }
}
@media (min-width: 1025px) and (max-width: 1366px) {
  .ald_map .ald_mapImg .map_info .hh_div3 .div_l span {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_map .ald_mapImg .map_info .hh_div3 .div_l span {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .ald_map .ald_mapImg .map_info .hh_div3 .div_l span {
    font-size: 0.16rem;
  }
}
.ald_map .ald_mapImg .map_info .hh_div3 .div_r {
  display: flex;
  flex-wrap: wrap;
}
.ald_map .ald_mapImg .map_info .hh_div3 .div_r .hh_div {
  margin-left: 2.08vw;
  color: #333;
  font-family: 'arial';
}
@media (max-width: 2048px) {
  .ald_map .ald_mapImg .map_info .hh_div3 .div_r .hh_div {
    font-size: 19.2px;
  }
}
@media (max-width: 1920px) {
  .ald_map .ald_mapImg .map_info .hh_div3 .div_r .hh_div {
    font-size: 18px;
  }
}
@media (max-width: 1680px) {
  .ald_map .ald_mapImg .map_info .hh_div3 .div_r .hh_div {
    font-size: 15.75px;
  }
}
@media (max-width: 1459px) {
  .ald_map .ald_mapImg .map_info .hh_div3 .div_r .hh_div {
    font-size: 13.678125px;
  }
}
@media (max-width: 1366px) {
  .ald_map .ald_mapImg .map_info .hh_div3 .div_r .hh_div {
    font-size: 12.80625px;
  }
}
@media (max-width: 1280px) {
  .ald_map .ald_mapImg .map_info .hh_div3 .div_r .hh_div {
    font-size: 12px;
  }
}
@media (max-width: 1259px) {
  .ald_map .ald_mapImg .map_info .hh_div3 .div_r .hh_div {
    font-size: 11.803125px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_map .ald_mapImg .map_info .hh_div3 .div_r .hh_div {
    font-size: 9.6px;
  }
}
@media (min-width: 1024px) and (max-width: 1680px) {
  .ald_map .ald_mapImg .map_info .hh_div3 .div_r .hh_div {
    font-size: 15.75px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_map .ald_mapImg .map_info .hh_div3 .div_r .hh_div {
    font-size: 11.803125px;
  }
}
@media (min-width: 1367px) {
  .ald_map .ald_mapImg .map_info .hh_div3 .div_r .hh_div {
    font-size: 18px;
  }
}
@media (min-width: 1025px) and (max-width: 1366px) {
  .ald_map .ald_mapImg .map_info .hh_div3 .div_r .hh_div {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_map .ald_mapImg .map_info .hh_div3 .div_r .hh_div {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .ald_map .ald_mapImg .map_info .hh_div3 .div_r .hh_div {
    font-size: 0.16rem;
  }
}
.ald_map .ald_mapImg .map_info .hh_div2,
.ald_map .ald_mapImg .map_info .hh_div3 {
  height: 65px;
  display: flex;
  align-items: center;
}
.ald_map .ald_mapImg .map_info .hh_div2 img,
.ald_map .ald_mapImg .map_info .hh_div3 img {
  margin-right: 20px;
}
.ald_map .ald_mapImg .map_info.active {
  display: block;
  animation: hideShow 0.5s;
}
@media (max-width: 768px) {
  .ald_map {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    background: #f5f5f5;
  }
  .ald_map .title {
    font-size: 0.2rem;
    padding-top: 0;
  }
  .contact_wl,
  .contact_wl canvas {
    height: 3rem !important;
  }
  .contact_wl canvas div {
    width: 100% !important;
  }
  .contact_wl canvas div p {
    word-break: break-all !important;
    white-space: normal !important;
    box-sizing: border-box !important;
    width: 100%;
  }
  .ald_map .ald_mapImg .bgimg,
  .ald_map .ald_mapImg .bgimg_a {
    width: 100%;
    height: auto;
  }
  .ald_map .ald_mapImg .map_info {
    display: block;
    position: relative;
    top: unset;
    left: unset;
    padding: 0 0.15rem;
    margin-top: 0.4rem;
  }
  .ald_map .ald_mapImg {
    flex-direction: column;
  }
  .ald_map .ald_mapImg .map_info .hh_div1 {
    height: auto;
    display: flex;
    align-items: center;
    padding: 0.15rem 0;
    padding-bottom: 0.05rem;
  }
  .ald_map .ald_mapImg .map_info .hh_div1 span {
    font-size: 0.14rem;
    line-height: 1.4;
  }
  .ald_map .ald_mapImg .map_info .hh_div2 span .ald_map .ald_mapImg .map_info .hh_div3 span {
    font-size: 0.16rem;
  }
  .ald_map .ald_mapImg .map_info .hh_div3 .div_r {
    flex-direction: column;
  }
  .ald_map .ald_mapImg .map_info .hh_div2,
  .ald_map .ald_mapImg .map_info .hh_div3 {
    height: 0.45rem;
  }
  .ald_map .ald_mapImg .map_info .hh_div2 span {
    font-size: 0.14rem;
  }
  .ald_map .ald_mapImg .map_info .hh_div3 {
    height: 0.65rem;
  }
  .ald_map .ald_mapImg .map_info .hh_div3 .div_r .hh_div {
    line-height: 1.5;
  }
  .ald_map .ald_mapImg .map_info .info_bgimg,
  .ald_map .ald_mapImg .bgimg {
    display: none;
  }
  .ald_map .ald_mapImg .bgimg_a {
    display: block;
  }
  .ald_map .ald_mapImg .map_info .hh_div3 .div_l span,
  .ald_map .ald_mapImg .map_info .hh_div3 .div_r .hh_div {
    font-size: 0.14rem;
  }
  .ald_map .ald_mapImg .bgimg_a {
    display: none;
  }
  .ald_map .ald_mapImg .map_mask,
  .ald_map .ald_mapImg .map_mask2 {
    width: 100%;
    height: auto;
    top: auto;
    left: 0;
    position: relative;
  }
  .ald_map .ald_mapImg .map_info {
    width: 100%;
    transform: translate(0, 0);
    position: relative;
    top: auto;
    left: auto;
    margin-top: 0.2rem;
  }
}
.ald_news_list {
  width: 15.6rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding-top: 0.75rem;
  padding-bottom: 1.2rem;
}
@media (max-width: 768px) {
  .ald_news_list {
    width: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
.ald_news_list .div_l {
  width: 24.35%;
}
.ald_news_list .div_l .nav {
  margin-bottom: 0.25rem;
  width: 100%;
}
.ald_news_list .div_l .nav .title {
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  height: 1rem;
  background: #0382da;
  color: #FFF;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ald_news_list .div_l .nav .title span {
  font-weight: bold;
}
@media (max-width: 2048px) {
  .ald_news_list .div_l .nav .title span {
    font-size: 32px;
  }
}
@media (max-width: 1920px) {
  .ald_news_list .div_l .nav .title span {
    font-size: 30px;
  }
}
@media (max-width: 1680px) {
  .ald_news_list .div_l .nav .title span {
    font-size: 26.25px;
  }
}
@media (max-width: 1459px) {
  .ald_news_list .div_l .nav .title span {
    font-size: 22.796875px;
  }
}
@media (max-width: 1366px) {
  .ald_news_list .div_l .nav .title span {
    font-size: 21.34375px;
  }
}
@media (max-width: 1280px) {
  .ald_news_list .div_l .nav .title span {
    font-size: 20px;
  }
}
@media (max-width: 1259px) {
  .ald_news_list .div_l .nav .title span {
    font-size: 19.671875px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_news_list .div_l .nav .title span {
    font-size: 16px;
  }
}
@media (min-width: 1024px) and (max-width: 1680px) {
  .ald_news_list .div_l .nav .title span {
    font-size: 26.25px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_news_list .div_l .nav .title span {
    font-size: 19.671875px;
  }
}
.ald_news_list .div_l .one_nav .ul {
  background: #f7f7f7;
}
.ald_news_list .div_l .one_nav .ul .li a {
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  height: 0.75rem;
  border-top: 1px solid #e9e9e9;
  color: #333;
  font-family: 'siyuan_regular';
  display: flex;
  align-items: center;
  transition: all 0.5s;
}
@media (max-width: 2048px) {
  .ald_news_list .div_l .one_nav .ul .li a {
    font-size: 19.2px;
  }
}
@media (max-width: 1920px) {
  .ald_news_list .div_l .one_nav .ul .li a {
    font-size: 18px;
  }
}
@media (max-width: 1680px) {
  .ald_news_list .div_l .one_nav .ul .li a {
    font-size: 15.75px;
  }
}
@media (max-width: 1459px) {
  .ald_news_list .div_l .one_nav .ul .li a {
    font-size: 13.678125px;
  }
}
@media (max-width: 1366px) {
  .ald_news_list .div_l .one_nav .ul .li a {
    font-size: 12.80625px;
  }
}
@media (max-width: 1280px) {
  .ald_news_list .div_l .one_nav .ul .li a {
    font-size: 12px;
  }
}
@media (max-width: 1259px) {
  .ald_news_list .div_l .one_nav .ul .li a {
    font-size: 11.803125px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_news_list .div_l .one_nav .ul .li a {
    font-size: 9.6px;
  }
}
@media (min-width: 1024px) and (max-width: 1680px) {
  .ald_news_list .div_l .one_nav .ul .li a {
    font-size: 15.75px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_news_list .div_l .one_nav .ul .li a {
    font-size: 11.803125px;
  }
}
@media (min-width: 1367px) {
  .ald_news_list .div_l .one_nav .ul .li a {
    font-size: 18px;
  }
}
@media (min-width: 1025px) and (max-width: 1366px) {
  .ald_news_list .div_l .one_nav .ul .li a {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_news_list .div_l .one_nav .ul .li a {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .ald_news_list .div_l .one_nav .ul .li a {
    font-size: 0.16rem;
  }
}
.ald_news_list .div_l .one_nav .ul .li:hover a,
.ald_news_list .div_l .one_nav .ul .li.on a {
  color: #0382da;
}
.ald_news_list .div_l .one_nav .ul .li:nth-of-type(1) a {
  border-top: 0;
}
.ald_news_list .div_l .two_nav .ald_newList_swp {
  background: #f7f7f7;
  overflow: hidden;
  position: relative;
  padding-bottom: 0.55rem;
}
.ald_news_list .div_l .two_nav .ald_newList_swp .swiper-pagination {
  bottom: 4%;
}
@media (max-width: 1366px) {
  .ald_news_list .div_l .two_nav .ald_newList_swp .swiper-pagination {
    bottom: 3%;
  }
}
.ald_news_list .div_l .two_nav .ald_newList_swp .swiper-slide {
  margin-top: 0.25rem !important;
}
.ald_news_list .div_l .two_nav .ald_newList_swp .swiper-slide a {
  display: flex;
  align-items: center;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}
.ald_news_list .div_l .two_nav .ald_newList_swp .swiper-slide a .div1 {
  display: flex;
  margin-right: 0.25rem;
  width: 1.1rem;
  height: 1rem;
  align-items: center;
  justify-content: center;
  background: #fff;
}
.ald_news_list .div_l .two_nav .ald_newList_swp .swiper-slide a .div1 img {
  max-width: 100%;
  max-height: 100%;
  padding: 0.1rem;
}
.ald_news_list .div_l .two_nav .ald_newList_swp .swiper-slide a .div2 {
  display: flex;
  width: 1.65rem;
  flex-direction: column;
}
.ald_news_list .div_l .two_nav .ald_newList_swp .swiper-slide a .div2 .p1 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #333;
  font-family: 'siyuan_regular';
  transition: all 0.5s;
}
@media (max-width: 2048px) {
  .ald_news_list .div_l .two_nav .ald_newList_swp .swiper-slide a .div2 .p1 {
    font-size: 23.46666667px;
  }
}
@media (max-width: 1920px) {
  .ald_news_list .div_l .two_nav .ald_newList_swp .swiper-slide a .div2 .p1 {
    font-size: 22px;
  }
}
@media (max-width: 1680px) {
  .ald_news_list .div_l .two_nav .ald_newList_swp .swiper-slide a .div2 .p1 {
    font-size: 19.25px;
  }
}
@media (max-width: 1459px) {
  .ald_news_list .div_l .two_nav .ald_newList_swp .swiper-slide a .div2 .p1 {
    font-size: 16.71770833px;
  }
}
@media (max-width: 1366px) {
  .ald_news_list .div_l .two_nav .ald_newList_swp .swiper-slide a .div2 .p1 {
    font-size: 15.65208333px;
  }
}
@media (max-width: 1280px) {
  .ald_news_list .div_l .two_nav .ald_newList_swp .swiper-slide a .div2 .p1 {
    font-size: 14.66666667px;
  }
}
@media (max-width: 1259px) {
  .ald_news_list .div_l .two_nav .ald_newList_swp .swiper-slide a .div2 .p1 {
    font-size: 14.42604167px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_news_list .div_l .two_nav .ald_newList_swp .swiper-slide a .div2 .p1 {
    font-size: 11.73333333px;
  }
}
@media (min-width: 1024px) and (max-width: 1680px) {
  .ald_news_list .div_l .two_nav .ald_newList_swp .swiper-slide a .div2 .p1 {
    font-size: 19.25px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_news_list .div_l .two_nav .ald_newList_swp .swiper-slide a .div2 .p1 {
    font-size: 14.42604167px;
  }
}
.ald_news_list .div_l .two_nav .ald_newList_swp .swiper-slide a .div2 .p2 {
  font-size: 16px;
  color: #999;
  font-family: 'siyuan_normal';
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ald_news_list .div_l .two_nav .ald_newList_swp .swiper-slide:hover a .div2 .p1 {
  color: #0382da;
}
.ald_news_list .div_l .two_nav .tel {
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  justify-content: center;
  height: 1.8rem;
  background-size: 100% 100%;
}
.ald_news_list .div_l .two_nav .tel .div1 {
  color: #333;
  font-weight: bold;
  margin-bottom: 0.2rem;
  line-height: 1;
}
@media (max-width: 2048px) {
  .ald_news_list .div_l .two_nav .tel .div1 {
    font-size: 27.73333333px;
  }
}
@media (max-width: 1920px) {
  .ald_news_list .div_l .two_nav .tel .div1 {
    font-size: 26px;
  }
}
@media (max-width: 1680px) {
  .ald_news_list .div_l .two_nav .tel .div1 {
    font-size: 22.75px;
  }
}
@media (max-width: 1459px) {
  .ald_news_list .div_l .two_nav .tel .div1 {
    font-size: 19.75729167px;
  }
}
@media (max-width: 1366px) {
  .ald_news_list .div_l .two_nav .tel .div1 {
    font-size: 18.49791667px;
  }
}
@media (max-width: 1280px) {
  .ald_news_list .div_l .two_nav .tel .div1 {
    font-size: 17.33333333px;
  }
}
@media (max-width: 1259px) {
  .ald_news_list .div_l .two_nav .tel .div1 {
    font-size: 17.04895833px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_news_list .div_l .two_nav .tel .div1 {
    font-size: 13.86666667px;
  }
}
@media (min-width: 1024px) and (max-width: 1680px) {
  .ald_news_list .div_l .two_nav .tel .div1 {
    font-size: 22.75px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_news_list .div_l .two_nav .tel .div1 {
    font-size: 17.04895833px;
  }
}
.ald_news_list .div_l .two_nav .tel .div2 {
  font-family: 'dinm';
  line-height: 1;
  text-shadow: 4px 4px 13px #fff;
  color: #0699ff;
}
@media (max-width: 2048px) {
  .ald_news_list .div_l .two_nav .tel .div2 {
    font-size: 38.4px;
  }
}
@media (max-width: 1920px) {
  .ald_news_list .div_l .two_nav .tel .div2 {
    font-size: 36px;
  }
}
@media (max-width: 1680px) {
  .ald_news_list .div_l .two_nav .tel .div2 {
    font-size: 31.5px;
  }
}
@media (max-width: 1459px) {
  .ald_news_list .div_l .two_nav .tel .div2 {
    font-size: 27.35625px;
  }
}
@media (max-width: 1366px) {
  .ald_news_list .div_l .two_nav .tel .div2 {
    font-size: 25.6125px;
  }
}
@media (max-width: 1280px) {
  .ald_news_list .div_l .two_nav .tel .div2 {
    font-size: 24px;
  }
}
@media (max-width: 1259px) {
  .ald_news_list .div_l .two_nav .tel .div2 {
    font-size: 23.60625px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_news_list .div_l .two_nav .tel .div2 {
    font-size: 19.2px;
  }
}
.ald_news_list .div_l .three_nav .ul {
  background: #f7f7f7;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 0.2rem;
  padding-bottom: 0.4rem;
  width: 100%;
}
.ald_news_list .div_l .three_nav .ul .li {
  width: 48.33%;
}
.ald_news_list .div_l .three_nav .ul .li a {
  margin-top: 0.15rem;
  width: 100%;
  height: 0.5rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #333;
  font-family: 'siyuan_normal';
  background-color: #fff;
  transition: all 0.5s;
  text-align: center;
  line-height: 0.5rem;
}
@media (max-width: 2048px) {
  .ald_news_list .div_l .three_nav .ul .li a {
    font-size: 19.2px;
  }
}
@media (max-width: 1920px) {
  .ald_news_list .div_l .three_nav .ul .li a {
    font-size: 18px;
  }
}
@media (max-width: 1680px) {
  .ald_news_list .div_l .three_nav .ul .li a {
    font-size: 15.75px;
  }
}
@media (max-width: 1459px) {
  .ald_news_list .div_l .three_nav .ul .li a {
    font-size: 13.678125px;
  }
}
@media (max-width: 1366px) {
  .ald_news_list .div_l .three_nav .ul .li a {
    font-size: 12.80625px;
  }
}
@media (max-width: 1280px) {
  .ald_news_list .div_l .three_nav .ul .li a {
    font-size: 12px;
  }
}
@media (max-width: 1259px) {
  .ald_news_list .div_l .three_nav .ul .li a {
    font-size: 11.803125px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_news_list .div_l .three_nav .ul .li a {
    font-size: 9.6px;
  }
}
@media (min-width: 1024px) and (max-width: 1680px) {
  .ald_news_list .div_l .three_nav .ul .li a {
    font-size: 15.75px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_news_list .div_l .three_nav .ul .li a {
    font-size: 11.803125px;
  }
}
@media (min-width: 1367px) {
  .ald_news_list .div_l .three_nav .ul .li a {
    font-size: 18px;
  }
}
@media (min-width: 1025px) and (max-width: 1366px) {
  .ald_news_list .div_l .three_nav .ul .li a {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_news_list .div_l .three_nav .ul .li a {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .ald_news_list .div_l .three_nav .ul .li a {
    font-size: 0.16rem;
  }
}
.ald_news_list .div_l .three_nav .ul .li:hover a {
  color: #0699ff;
}
.ald_news_list .div_r {
  width: 71.79%;
  margin-left: 5.885vw;
}
@media (max-width: 768px) {
  .ald_news_list .div_r {
    margin-left: 0;
  }
}
.ald_news_list .div_r .con_head {
  display: flex;
}
.ald_news_list .div_r .con_head .ald_new_swp {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.ald_news_list .div_r .con_head .ald_new_swp .swiper-pagination {
  left: 56%;
  transform: translateX(-50%);
  bottom: 0.2rem;
  width: auto;
}
.ald_news_list .div_r .con_head .ald_new_swp .swiper-slide {
  display: flex;
}
.ald_news_list .div_r .con_head .ald_new_swp .swiper-slide .swp_l {
  position: relative;
  width: 64.73%;
  height: 0;
  padding-bottom: 40.62%;
  cursor: pointer;
}
.ald_news_list .div_r .con_head .ald_new_swp .swiper-slide .swp_l > .img,
.ald_news_list .div_r .con_head .ald_new_swp .swiper-slide .swp_l img {
  position: absolute;
  width: 100%;
  height: 100%;
}
@media (max-width: 1440px) {
  .ald_news_list .div_r .con_head .ald_new_swp .swiper-slide .swp_l {
    padding-bottom: 45%;
  }
}
.ald_news_list .div_r .con_head .ald_new_swp .swiper-slide .text.swp_r {
  background: #f2f9fd;
  width: 35.27%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding: 3.125vw 2.083vw 3.385vw;
}
.ald_news_list .div_r .con_head .ald_new_swp .swiper-slide .text.swp_r .time {
  color: #999;
  font-family: 'dinm';
  line-height: 1;
  margin-bottom: 1.198vw;
}
@media (max-width: 2048px) {
  .ald_news_list .div_r .con_head .ald_new_swp .swiper-slide .text.swp_r .time {
    font-size: 19.2px;
  }
}
@media (max-width: 1920px) {
  .ald_news_list .div_r .con_head .ald_new_swp .swiper-slide .text.swp_r .time {
    font-size: 18px;
  }
}
@media (max-width: 1680px) {
  .ald_news_list .div_r .con_head .ald_new_swp .swiper-slide .text.swp_r .time {
    font-size: 15.75px;
  }
}
@media (max-width: 1459px) {
  .ald_news_list .div_r .con_head .ald_new_swp .swiper-slide .text.swp_r .time {
    font-size: 13.678125px;
  }
}
@media (max-width: 1366px) {
  .ald_news_list .div_r .con_head .ald_new_swp .swiper-slide .text.swp_r .time {
    font-size: 12.80625px;
  }
}
@media (max-width: 1280px) {
  .ald_news_list .div_r .con_head .ald_new_swp .swiper-slide .text.swp_r .time {
    font-size: 12px;
  }
}
@media (max-width: 1259px) {
  .ald_news_list .div_r .con_head .ald_new_swp .swiper-slide .text.swp_r .time {
    font-size: 11.803125px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_news_list .div_r .con_head .ald_new_swp .swiper-slide .text.swp_r .time {
    font-size: 9.6px;
  }
}
@media (min-width: 1024px) and (max-width: 1680px) {
  .ald_news_list .div_r .con_head .ald_new_swp .swiper-slide .text.swp_r .time {
    font-size: 15.75px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_news_list .div_r .con_head .ald_new_swp .swiper-slide .text.swp_r .time {
    font-size: 11.803125px;
  }
}
@media (min-width: 1367px) {
  .ald_news_list .div_r .con_head .ald_new_swp .swiper-slide .text.swp_r .time {
    font-size: 18px;
  }
}
@media (min-width: 1025px) and (max-width: 1366px) {
  .ald_news_list .div_r .con_head .ald_new_swp .swiper-slide .text.swp_r .time {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_news_list .div_r .con_head .ald_new_swp .swiper-slide .text.swp_r .time {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .ald_news_list .div_r .con_head .ald_new_swp .swiper-slide .text.swp_r .time {
    font-size: 0.16rem;
  }
}
.ald_news_list .div_r .con_head .ald_new_swp .swiper-slide .text.swp_r .title {
  color: #333;
  font-family: 'siyuan_regular';
  line-height: 1.4;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  cursor: pointer;
  margin-bottom: 1.458vw;
}
@media (max-width: 2048px) {
  .ald_news_list .div_r .con_head .ald_new_swp .swiper-slide .text.swp_r .title {
    font-size: 29.86666667px;
  }
}
@media (max-width: 1920px) {
  .ald_news_list .div_r .con_head .ald_new_swp .swiper-slide .text.swp_r .title {
    font-size: 28px;
  }
}
@media (max-width: 1680px) {
  .ald_news_list .div_r .con_head .ald_new_swp .swiper-slide .text.swp_r .title {
    font-size: 24.5px;
  }
}
@media (max-width: 1459px) {
  .ald_news_list .div_r .con_head .ald_new_swp .swiper-slide .text.swp_r .title {
    font-size: 21.27708333px;
  }
}
@media (max-width: 1366px) {
  .ald_news_list .div_r .con_head .ald_new_swp .swiper-slide .text.swp_r .title {
    font-size: 19.92083333px;
  }
}
@media (max-width: 1280px) {
  .ald_news_list .div_r .con_head .ald_new_swp .swiper-slide .text.swp_r .title {
    font-size: 18.66666667px;
  }
}
@media (max-width: 1259px) {
  .ald_news_list .div_r .con_head .ald_new_swp .swiper-slide .text.swp_r .title {
    font-size: 18.36041667px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_news_list .div_r .con_head .ald_new_swp .swiper-slide .text.swp_r .title {
    font-size: 14.93333333px;
  }
}
@media (min-width: 1024px) and (max-width: 1680px) {
  .ald_news_list .div_r .con_head .ald_new_swp .swiper-slide .text.swp_r .title {
    font-size: 24.5px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_news_list .div_r .con_head .ald_new_swp .swiper-slide .text.swp_r .title {
    font-size: 18.36041667px;
  }
}
.ald_news_list .div_r .con_head .ald_new_swp .swiper-slide .text.swp_r .article {
  font-size: 16px;
  color: #666;
  font-family: 'siyuan_regular';
  line-height: 1.8;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  cursor: pointer;
  margin-bottom: 2.5vw;
}
.ald_news_list .div_r .con_head .ald_new_swp .swiper-slide .text.swp_r .btn {
  cursor: pointer;
  background: #0382da;
  border-radius: 1000px;
  display: inline-block;
  height: 43px;
  padding-left: 22px;
  padding-right: 15px;
  display: flex;
  align-items: center;
}
@media (max-width: 1440px) {
  .ald_news_list .div_r .con_head .ald_new_swp .swiper-slide .text.swp_r .btn {
    height: 38px;
  }
}
.ald_news_list .div_r .con_head .ald_new_swp .swiper-slide .text.swp_r .btn span {
  font-size: 16px;
  font-family: 'siyuan_regular';
  color: #FFF;
}
@media (max-width: 1680px) {
  .ald_news_list .div_r .con_head .ald_new_swp .swiper-slide .text.swp_r .btn span {
    font-size: 14px;
  }
}
.ald_news_list .div_r .con_head .ald_new_swp .swiper-slide .text.swp_r .btn img {
  margin-left: 0.15rem;
  transition: all 0.5s;
}
.ald_news_list .div_r .con_head .ald_new_swp .swiper-slide .text.swp_r .btn a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ald_news_list .div_r .con_head .ald_new_swp .swiper-slide .text.swp_r .btn:hover img {
  margin-left: 0.25rem;
}
.ald_news_list .div_r .con_ul {
  margin-top: 0.5rem;
}
.ald_news_list .div_r .con_ul .li {
  margin-bottom: 0.3rem;
}
.ald_news_list .div_r .con_ul .li a {
  width: 100%;
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
  background: #f2f9fd;
  transition: all 0.5s;
  display: flex;
}
.ald_news_list .div_r .con_ul .li a .div_l {
  width: 25.89%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
.ald_news_list .div_r .con_ul .li a .div_l::before {
  content: '';
  position: absolute;
  height: 70%;
  width: 1px;
  background: #e9e9e9;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
@media (max-width: 768px) {
  .ald_news_list .div_r .con_ul .li a .div_l::before {
    right: -10px;
    height: 40%;
  }
}
.ald_news_list .div_r .con_ul .li a .div_l .bgimg {
  position: absolute;
  left: 0;
  height: 100%;
}
.ald_news_list .div_r .con_ul .li a .div_l .div1 {
  font-size: 3.75vw;
  color: #999;
  font-family: 'dinm';
  line-height: 1;
}
.ald_news_list .div_r .con_ul .li a .div_l .div2 {
  color: #999;
  font-family: 'dinm';
}
@media (max-width: 2048px) {
  .ald_news_list .div_r .con_ul .li a .div_l .div2 {
    font-size: 21.33333333px;
  }
}
@media (max-width: 1920px) {
  .ald_news_list .div_r .con_ul .li a .div_l .div2 {
    font-size: 20px;
  }
}
@media (max-width: 1680px) {
  .ald_news_list .div_r .con_ul .li a .div_l .div2 {
    font-size: 17.5px;
  }
}
@media (max-width: 1459px) {
  .ald_news_list .div_r .con_ul .li a .div_l .div2 {
    font-size: 15.19791667px;
  }
}
@media (max-width: 1366px) {
  .ald_news_list .div_r .con_ul .li a .div_l .div2 {
    font-size: 14.22916667px;
  }
}
@media (max-width: 1280px) {
  .ald_news_list .div_r .con_ul .li a .div_l .div2 {
    font-size: 13.33333333px;
  }
}
@media (max-width: 1259px) {
  .ald_news_list .div_r .con_ul .li a .div_l .div2 {
    font-size: 13.11458333px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_news_list .div_r .con_ul .li a .div_l .div2 {
    font-size: 10.66666667px;
  }
}
@media (min-width: 1024px) and (max-width: 1680px) {
  .ald_news_list .div_r .con_ul .li a .div_l .div2 {
    font-size: 17.5px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_news_list .div_r .con_ul .li a .div_l .div2 {
    font-size: 13.11458333px;
  }
}
.ald_news_list .div_r .con_ul .li a .div_r {
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  width: 54%;
}
.ald_news_list .div_r .con_ul .li a .div_r > .title {
  color: #333;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 1;
}
@media (max-width: 2048px) {
  .ald_news_list .div_r .con_ul .li a .div_r > .title {
    font-size: 27.73333333px;
  }
}
@media (max-width: 1920px) {
  .ald_news_list .div_r .con_ul .li a .div_r > .title {
    font-size: 26px;
  }
}
@media (max-width: 1680px) {
  .ald_news_list .div_r .con_ul .li a .div_r > .title {
    font-size: 22.75px;
  }
}
@media (max-width: 1459px) {
  .ald_news_list .div_r .con_ul .li a .div_r > .title {
    font-size: 19.75729167px;
  }
}
@media (max-width: 1366px) {
  .ald_news_list .div_r .con_ul .li a .div_r > .title {
    font-size: 18.49791667px;
  }
}
@media (max-width: 1280px) {
  .ald_news_list .div_r .con_ul .li a .div_r > .title {
    font-size: 17.33333333px;
  }
}
@media (max-width: 1259px) {
  .ald_news_list .div_r .con_ul .li a .div_r > .title {
    font-size: 17.04895833px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_news_list .div_r .con_ul .li a .div_r > .title {
    font-size: 13.86666667px;
  }
}
@media (min-width: 1024px) and (max-width: 1680px) {
  .ald_news_list .div_r .con_ul .li a .div_r > .title {
    font-size: 22.75px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_news_list .div_r .con_ul .li a .div_r > .title {
    font-size: 17.04895833px;
  }
}
.ald_news_list .div_r .con_ul .li a .div_r > .text {
  font-size: 16px;
  color: #666;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-family: 'siyuan_regular';
  margin-top: 0.25rem;
  line-height: 2;
}
.ald_news_list .div_r .con_ul .li:hover a {
  background: #0382da;
}
.ald_news_list .div_r .con_ul .li:hover a .div_l * {
  color: #FFF;
}
.ald_news_list .div_r .con_ul .li:hover a .div_l::before {
  background: rgba(255, 255, 255, 0.5);
}
.ald_news_list .div_r .con_ul .li:hover a .div_r * {
  color: #FFF;
}
.ald_news_list .div_r.ald_detail > .title {
  padding-bottom: 0.55rem;
  border-bottom: 1px solid #ddd;
}
.ald_news_list .div_r.ald_detail > .title .div1 {
  color: #333;
  font-weight: bold;
  margin-bottom: 0.6rem;
}
@media (max-width: 2048px) {
  .ald_news_list .div_r.ald_detail > .title .div1 {
    font-size: 36.26666667px;
  }
}
@media (max-width: 1920px) {
  .ald_news_list .div_r.ald_detail > .title .div1 {
    font-size: 34px;
  }
}
@media (max-width: 1680px) {
  .ald_news_list .div_r.ald_detail > .title .div1 {
    font-size: 29.75px;
  }
}
@media (max-width: 1459px) {
  .ald_news_list .div_r.ald_detail > .title .div1 {
    font-size: 25.83645833px;
  }
}
@media (max-width: 1366px) {
  .ald_news_list .div_r.ald_detail > .title .div1 {
    font-size: 24.18958333px;
  }
}
@media (max-width: 1280px) {
  .ald_news_list .div_r.ald_detail > .title .div1 {
    font-size: 22.66666667px;
  }
}
@media (max-width: 1259px) {
  .ald_news_list .div_r.ald_detail > .title .div1 {
    font-size: 22.29479167px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_news_list .div_r.ald_detail > .title .div1 {
    font-size: 18.13333333px;
  }
}
.ald_news_list .div_r.ald_detail > .title .div2 {
  display: flex;
}
.ald_news_list .div_r.ald_detail > .title .div2 * {
  color: #999;
  font-size: 16px;
  font-family: 'siyuan_regular';
}
.ald_news_list .div_r.ald_detail > .title .div2 img {
  margin-right: 10px;
}
.ald_news_list .div_r.ald_detail > .title .div2 .p1 {
  margin-right: 0.65rem;
}
.ald_news_list .div_r.ald_detail > .title .div2 .p1 span {
  font-family: 'dinm';
}
.ald_news_list .div_r.ald_detail > .title .div2 .p1,
.ald_news_list .div_r.ald_detail > .title .div2 .p2 {
  display: flex;
  align-items: center;
}
.ald_news_list .div_r.ald_detail > .text {
  padding-top: 0.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #e3e5e7;
}
.ald_news_list .div_r.ald_detail > .text img {
  max-width: 100%;
}
.ald_news_list .div_r.ald_detail > .text * {
  color: #666;
  font-family: 'siyuan_regular';
}
@media (max-width: 2048px) {
  .ald_news_list .div_r.ald_detail > .text * {
    font-size: 19.2px;
  }
}
@media (max-width: 1920px) {
  .ald_news_list .div_r.ald_detail > .text * {
    font-size: 18px;
  }
}
@media (max-width: 1680px) {
  .ald_news_list .div_r.ald_detail > .text * {
    font-size: 15.75px;
  }
}
@media (max-width: 1459px) {
  .ald_news_list .div_r.ald_detail > .text * {
    font-size: 13.678125px;
  }
}
@media (max-width: 1366px) {
  .ald_news_list .div_r.ald_detail > .text * {
    font-size: 12.80625px;
  }
}
@media (max-width: 1280px) {
  .ald_news_list .div_r.ald_detail > .text * {
    font-size: 12px;
  }
}
@media (max-width: 1259px) {
  .ald_news_list .div_r.ald_detail > .text * {
    font-size: 11.803125px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_news_list .div_r.ald_detail > .text * {
    font-size: 9.6px;
  }
}
@media (min-width: 1024px) and (max-width: 1680px) {
  .ald_news_list .div_r.ald_detail > .text * {
    font-size: 15.75px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_news_list .div_r.ald_detail > .text * {
    font-size: 11.803125px;
  }
}
@media (min-width: 1367px) {
  .ald_news_list .div_r.ald_detail > .text * {
    font-size: 18px;
  }
}
@media (min-width: 1025px) and (max-width: 1366px) {
  .ald_news_list .div_r.ald_detail > .text * {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_news_list .div_r.ald_detail > .text * {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .ald_news_list .div_r.ald_detail > .text * {
    font-size: 0.16rem;
  }
}
.ald_news_list .div_r.ald_detail > .ald_article_page {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0.4rem 0 1.2rem 0;
}
@media (max-width: 768px) {
  .ald_news_list .div_r.ald_detail > .ald_article_page {
    margin: 0.2rem 0;
    flex-direction: column;
    margin-bottom: 0.1rem;
  }
}
.ald_news_list .div_r.ald_detail > .ald_article_page .prev,
.ald_news_list .div_r.ald_detail > .ald_article_page .next {
  cursor: pointer;
  width: 34.82%;
  transition: all 0.5s;
}
@media (max-width: 768px) {
  .ald_news_list .div_r.ald_detail > .ald_article_page .prev,
  .ald_news_list .div_r.ald_detail > .ald_article_page .next {
    width: 100%;
  }
}
.ald_news_list .div_r.ald_detail > .ald_article_page .prev .a,
.ald_news_list .div_r.ald_detail > .ald_article_page .next .a {
  display: flex;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media (max-width: 768px) {
  .ald_news_list .div_r.ald_detail > .ald_article_page .prev .a,
  .ald_news_list .div_r.ald_detail > .ald_article_page .next .a {
    margin: 0.05rem 0rem;
    text-align: left;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}
.ald_news_list .div_r.ald_detail > .ald_article_page .prev .span1,
.ald_news_list .div_r.ald_detail > .ald_article_page .next .span1,
.ald_news_list .div_r.ald_detail > .ald_article_page .prev .span2,
.ald_news_list .div_r.ald_detail > .ald_article_page .next .span2 {
  color: #666;
  transition: all 0.5s;
}
@media (max-width: 768px) {
  .ald_news_list .div_r.ald_detail > .ald_article_page .prev .span1,
  .ald_news_list .div_r.ald_detail > .ald_article_page .next .span1,
  .ald_news_list .div_r.ald_detail > .ald_article_page .prev .span2,
  .ald_news_list .div_r.ald_detail > .ald_article_page .next .span2 {
    font-size: 0.14rem;
  }
}
@media (max-width: 768px) {
  .ald_news_list .div_r.ald_detail > .ald_article_page .prev .span2,
  .ald_news_list .div_r.ald_detail > .ald_article_page .next .span2 {
    display: none;
  }
}
.ald_news_list .div_r.ald_detail > .ald_article_page .next {
  text-align: right;
  display: flex;
  justify-content: flex-end;
}
.ald_news_list .div_r.ald_detail > .ald_article_page .prev:hover .span1,
.ald_news_list .div_r.ald_detail > .ald_article_page .next:hover .span1,
.ald_news_list .div_r.ald_detail > .ald_article_page .prev:hover .span2,
.ald_news_list .div_r.ald_detail > .ald_article_page .next:hover .span2 {
  color: #0382da;
}
@media (max-width: 768px) {
  .ald_news_list .div_r.ald_detail > .ald_article_page .prev:hover .syb,
  .ald_news_list .div_r.ald_detail > .ald_article_page .next:hover .syb {
    display: none;
  }
}
.ald_news_list .div_r.ald_detail > .ald_article_page .icon .a {
  display: flex;
}
.ald_news_list .div_r.ald_detail > .ald_article_page .icon .a .img {
  height: 100%;
  width: auto;
}
@media (max-width: 1366px) {
  .ald_news_list .div_r .con_head .ald_new_swp .swiper-slide .text.swp_r .title {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .ald_news_list .div_r .con_head .ald_new_swp .swiper-slide .text.swp_r .article {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
@media (max-width: 768px) {
  .ald_news_list {
    padding-top: 0.4rem;
    padding-bottom: 0.2rem;
  }
  .ald_news_list > .div_l {
    width: 100%;
    order: 1;
    margin-top: 0;
  }
  .ald_news_list .div_l .nav .title {
    height: 0.5rem;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
  .ald_news_list .div_l .nav .title span {
    font-size: 0.18rem;
  }
  .ald_news_list .div_l .one_nav .ul .li a {
    height: 0.55rem;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
    font-size: 0.16rem;
  }
  .ald_news_list .div_l .two_nav .ald_newList_swp .swiper-slide a,
  .ald_news_list .div_l .three_nav .ul {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
  .ald_news_list .div_l .two_nav .tel {
    height: 1.5rem;
  }
  .ald_news_list .div_l .two_nav .tel .div1 {
    font-size: 0.18rem;
    margin-bottom: 0.1rem;
  }
  .ald_news_list .div_l .two_nav .tel .div2 {
    font-size: 0.24rem;
  }
  .ald_news_list .div_l .three_nav .ul {
    padding-top: 0.1rem;
    padding-bottom: 0.25rem;
  }
  .ald_news_list {
    flex-direction: column;
    padding-top: 0;
  }
  .ald_news_list > .div_r {
    width: 100%;
    margin-bottom: 0.4rem;
  }
  .ald_news_list .div_r .con_head {
    flex-direction: column;
  }
  .ald_news_list .div_r .con_head .ald_new_swp {
    width: 100%;
  }
  .ald_news_list .div_r .con_head .ald_new_swp .swiper-slide {
    padding-bottom: 63.19%;
  }
  .ald_news_list .swiper-pagination-bullet {
    background: #000;
  }
  .ald_news_list .swiper-pagination-bullet-active {
    background: #0382da;
  }
  .ald_news_list .div_r .con_head .text {
    width: 100%;
    padding: 0.2rem;
  }
  .ald_news_list .div_r .con_head .text .time {
    margin-bottom: 0.1rem;
  }
  .ald_news_list .div_r .con_head .text .title {
    margin-bottom: 0.1rem;
    font-size: 0.16rem;
  }
  .ald_news_list .div_r .con_head .text .article {
    font-size: 0.14rem;
  }
  .ald_news_list .div_r .con_head .text .btn {
    margin-top: 0.2rem;
  }
  .ald_news_list .div_r .con_head .text .btn {
    padding: 0.05rem 0.15rem;
  }
  .ald_news_list .div_r .con_head .text .btn span {
    font-size: 0.14rem;
  }
  .ald_news_list .div_r .con_head .text .btn img {
    height: 0.1rem;
  }
  .ald_news_list .div_r .con_ul {
    margin-top: 0.25rem;
  }
  .ald_news_list .div_r .con_ul .li a {
    padding: 0rem 0.15rem;
    border-radius: 0.1rem;
  }
  .ald_news_list .div_r .con_ul .li a .div_r {
    order: 1;
    padding-top: 0.22rem;
    padding-bottom: 0.15rem;
    width: auto;
  }
  .ald_news_list .div_r .con_ul .li a .div_r > .title {
    font-size: 0.16rem;
  }
  .ald_news_list .div_r .con_ul .li a .div_r > .text {
    font-size: 0.14rem;
    line-height: 1.7;
    margin-top: 0.1rem;
  }
  .ald_news_list .div_r .con_ul .li a .div_l {
    margin-right: 0.2rem;
    margin-top: 0;
  }
  .ald_news_list .div_r .con_ul .li a .div_l .div1 {
    font-size: 0.26rem;
    margin-bottom: 0.05rem;
  }
  .ald_news_list .div_r .con_ul .li a .div_l .div2 {
    font-size: 0.14rem;
  }
  .ald_news_list .div_r .con_ul .li {
    margin-bottom: 0.2rem;
  }
  .ald_news_list .div_r.ald_detail > .title .div1 {
    font-size: 0.18rem;
    margin-bottom: 0.1rem;
  }
  .ald_news_list .div_r.ald_detail > .title .div2 * {
    font-size: 0.13rem;
    margin-top: 0.05rem;
  }
  .ald_news_list .div_r.ald_detail > .title {
    padding-bottom: 0.25rem;
  }
  .ald_news_list .div_r.ald_detail > .text {
    padding-top: 0.25rem;
    padding-bottom: 0.4rem;
  }
  .ald_news_list .div_r.ald_detail > .text * {
    font-size: 0.14rem;
    line-height: 1.7;
  }
  .ald_news_list .div_r .con_head .ald_new_swp .swiper-slide .swp_l {
    width: 100%;
    padding-bottom: 62.75%;
  }
  .ald_news_list .div_r .con_head .ald_new_swp .swiper-slide .text.swp_r {
    width: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
    padding-top: 0.25rem;
    padding-bottom: 0.6rem;
  }
  .ald_news_list .div_r .con_head .ald_new_swp .swiper-slide {
    padding-bottom: unset;
    flex-direction: column;
  }
  .ald_news_list .div_r .con_head .ald_new_swp .swiper-slide .text.swp_r {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
  .ald_news_list .div_r .con_head .ald_new_swp .swiper-slide .text.swp_r .btn {
    padding: 0.08rem 0.25rem;
    margin-top: 0.15rem;
  }
  .ald_news_list .div_l {
    order: 0;
  }
  .ald_news_list .div_r {
    order: 1;
  }
  .ald_news_list .div_l .two_nav,
  .ald_news_list .div_l .three_nav,
  .ald_news_list .div_l .nav .title {
    display: none;
  }
  .ald_news_list .div_l .one_nav .ul {
    display: -webkit-box;
    overflow-x: auto;
    background: transparent;
    border-bottom: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
  }
  .ald_news_list .div_l .one_nav .ul .li {
    width: 33.33%;
  }
  .ald_news_list .div_l .one_nav .ul .li a {
    border-top: 0;
    border-left: 1px solid #e9e9e9;
    font-size: 0.14rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 0.45rem;
  }
  .ald_news_list .div_l .one_nav .ul .li:nth-of-type(1) {
    border-left: 0;
  }
  .ald_news_list .div_l .one_nav .ul .li:hover a,
  .ald_news_list .div_l .one_nav .ul .li.on a {
    color: #333;
    position: relative;
  }
  .ald_news_list .div_l .one_nav .ul .li:hover a::before,
  .ald_news_list .div_l .one_nav .ul .li.on a::before {
    position: absolute;
    content: '';
    bottom: 0;
    height: 3px;
    width: 100%;
    background: #0382da;
  }
  .ald_news_list .div_r .con_head .ald_new_swp .swiper-slide .text.swp_r .time {
    font-size: 0.13rem;
  }
  .ald_news_list .div_r .con_head .ald_new_swp .swiper-slide .text.swp_r .title {
    font-size: 0.16rem;
  }
  .ald_news_list .div_r .con_head .ald_new_swp .swiper-slide .text.swp_r .article {
    font-size: 0.14rem;
  }
  .ald_news_list .div_r .con_head .ald_new_swp .swiper-slide .text.swp_r .btn span {
    font-size: 0.13rem;
  }
  .ald_news_list .div_r.ald_detail > .ald_article_page .icon .a {
    display: none;
  }
  .ald_news_list.ald_news_detail {
    padding-top: 0.35rem;
  }
}
.ald_news_tj {
  background: #f7f7f7;
  padding-top: 0.75rem;
  padding-bottom: 0.8rem;
}
.ald_news_tj .hh_w {
  width: 15.6rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .ald_news_tj .hh_w {
    width: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
.ald_news_tj .hh_w .title {
  color: #111f28;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0.65rem;
}
@media (max-width: 2048px) {
  .ald_news_tj .hh_w .title {
    font-size: 51.2px;
  }
}
@media (max-width: 1920px) {
  .ald_news_tj .hh_w .title {
    font-size: 48px;
  }
}
@media (max-width: 1680px) {
  .ald_news_tj .hh_w .title {
    font-size: 42px;
  }
}
@media (max-width: 1459px) {
  .ald_news_tj .hh_w .title {
    font-size: 36.475px;
  }
}
@media (max-width: 1366px) {
  .ald_news_tj .hh_w .title {
    font-size: 34.15px;
  }
}
@media (max-width: 1280px) {
  .ald_news_tj .hh_w .title {
    font-size: 32px;
  }
}
@media (max-width: 1259px) {
  .ald_news_tj .hh_w .title {
    font-size: 31.475px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_news_tj .hh_w .title {
    font-size: 25.6px;
  }
}
.ald_news_tj .hh_w .ulBox {
  display: flex;
  justify-content: space-between;
}
.ald_news_tj .hh_w .ulBox .ul {
  width: 46.8%;
}
.ald_news_tj .hh_w .ulBox .ul .li {
  border-bottom: 1px solid #e9e9e9;
}
.ald_news_tj .hh_w .ulBox .ul .li a {
  display: flex;
  align-items: center;
  height: 60px;
}
.ald_news_tj .hh_w .ulBox .ul .li a .p1 {
  color: #999;
  font-family: 'siyuan_regular';
}
@media (max-width: 2048px) {
  .ald_news_tj .hh_w .ulBox .ul .li a .p1 {
    font-size: 19.2px;
  }
}
@media (max-width: 1920px) {
  .ald_news_tj .hh_w .ulBox .ul .li a .p1 {
    font-size: 18px;
  }
}
@media (max-width: 1680px) {
  .ald_news_tj .hh_w .ulBox .ul .li a .p1 {
    font-size: 15.75px;
  }
}
@media (max-width: 1459px) {
  .ald_news_tj .hh_w .ulBox .ul .li a .p1 {
    font-size: 13.678125px;
  }
}
@media (max-width: 1366px) {
  .ald_news_tj .hh_w .ulBox .ul .li a .p1 {
    font-size: 12.80625px;
  }
}
@media (max-width: 1280px) {
  .ald_news_tj .hh_w .ulBox .ul .li a .p1 {
    font-size: 12px;
  }
}
@media (max-width: 1259px) {
  .ald_news_tj .hh_w .ulBox .ul .li a .p1 {
    font-size: 11.803125px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_news_tj .hh_w .ulBox .ul .li a .p1 {
    font-size: 9.6px;
  }
}
@media (min-width: 1024px) and (max-width: 1680px) {
  .ald_news_tj .hh_w .ulBox .ul .li a .p1 {
    font-size: 15.75px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_news_tj .hh_w .ulBox .ul .li a .p1 {
    font-size: 11.803125px;
  }
}
@media (min-width: 1367px) {
  .ald_news_tj .hh_w .ulBox .ul .li a .p1 {
    font-size: 18px;
  }
}
@media (min-width: 1025px) and (max-width: 1366px) {
  .ald_news_tj .hh_w .ulBox .ul .li a .p1 {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_news_tj .hh_w .ulBox .ul .li a .p1 {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .ald_news_tj .hh_w .ulBox .ul .li a .p1 {
    font-size: 0.16rem;
  }
}
.ald_news_tj .hh_w .ulBox .ul .li a .p2 {
  margin-left: 45px;
  padding-right: 45px;
  position: relative;
  display: flex;
  flex: 1;
  color: #333;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
}
@media (max-width: 2048px) {
  .ald_news_tj .hh_w .ulBox .ul .li a .p2 {
    font-size: 19.2px;
  }
}
@media (max-width: 1920px) {
  .ald_news_tj .hh_w .ulBox .ul .li a .p2 {
    font-size: 18px;
  }
}
@media (max-width: 1680px) {
  .ald_news_tj .hh_w .ulBox .ul .li a .p2 {
    font-size: 15.75px;
  }
}
@media (max-width: 1459px) {
  .ald_news_tj .hh_w .ulBox .ul .li a .p2 {
    font-size: 13.678125px;
  }
}
@media (max-width: 1366px) {
  .ald_news_tj .hh_w .ulBox .ul .li a .p2 {
    font-size: 12.80625px;
  }
}
@media (max-width: 1280px) {
  .ald_news_tj .hh_w .ulBox .ul .li a .p2 {
    font-size: 12px;
  }
}
@media (max-width: 1259px) {
  .ald_news_tj .hh_w .ulBox .ul .li a .p2 {
    font-size: 11.803125px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_news_tj .hh_w .ulBox .ul .li a .p2 {
    font-size: 9.6px;
  }
}
@media (min-width: 1024px) and (max-width: 1680px) {
  .ald_news_tj .hh_w .ulBox .ul .li a .p2 {
    font-size: 15.75px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_news_tj .hh_w .ulBox .ul .li a .p2 {
    font-size: 11.803125px;
  }
}
@media (min-width: 1367px) {
  .ald_news_tj .hh_w .ulBox .ul .li a .p2 {
    font-size: 18px;
  }
}
@media (min-width: 1025px) and (max-width: 1366px) {
  .ald_news_tj .hh_w .ulBox .ul .li a .p2 {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_news_tj .hh_w .ulBox .ul .li a .p2 {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .ald_news_tj .hh_w .ulBox .ul .li a .p2 {
    font-size: 0.16rem;
  }
}
.ald_news_tj .hh_w .ulBox .ul .li a .p2::before {
  position: absolute;
  content: '';
  background: url('../images/icon_detailr.png') no-repeat;
  width: 20px;
  right: 0;
  height: 12px;
  top: 50%;
  transform: translateY(-50%);
  background-size: 100% 100%;
  transition: all 0.5s;
}
.ald_news_tj .hh_w .ulBox .ul .li:nth-of-type(1) {
  border-top: 1px solid #e9e9e9;
}
.ald_news_tj .hh_w .ulBox .ul .li:hover a .p2 {
  color: #0382da;
}
.ald_news_tj .hh_w .ulBox .ul .li:hover a .p2::before {
  background: url('../images/icon_detailra.png') no-repeat;
  width: 20px;
  right: 0;
  height: 12px;
  top: 50%;
  transform: translateY(-50%);
  background-size: 100% 100%;
}
@media (max-width: 768px) {
  .ald_news_tj {
    padding: 0.4rem 0;
  }
  .ald_news_tj .hh_w .title {
    font-size: 0.2rem;
    margin-bottom: 0.25rem;
  }
  .ald_news_tj .hh_w .ulBox {
    flex-direction: column;
  }
  .ald_news_tj .hh_w .ulBox .ul {
    width: 100%;
  }
  .ald_news_detail .div_l {
    display: none;
  }
  .ald_news_detail .div_r {
    margin-bottom: 0;
  }
  .ald_news_tj .hh_w .ulBox .ul .li a {
    height: 0.5rem;
  }
  .ald_news_tj .hh_w .ulBox .ul .li a .p1,
  .ald_news_tj .hh_w .ulBox .ul .li a .p2 {
    font-size: 0.14rem;
  }
}
.ald_kccx {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-top: 2.4rem;
  padding-bottom: 1.05rem;
  position: relative;
}
.ald_kccx > .info {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -1.2rem;
  padding-left: 0.45rem;
  padding-right: 0.45rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15.6rem;
  height: 2.2rem;
  background: #fff;
  z-index: 1;
  border-radius: 20px;
}
.ald_kccx > .info .li {
  position: relative;
  width: 23.71%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.ald_kccx > .info .li .div1 {
  color: #0382da;
}
.ald_kccx > .info .li .div1 .span1 {
  font-family: 'din';
  font-size: 4vw;
  line-height: 1;
}
.ald_kccx > .info .li .div1 .span2 {
  vertical-align: bottom;
  margin-bottom: 10px;
  display: inline-block;
}
@media (max-width: 2048px) {
  .ald_kccx > .info .li .div1 .span2 {
    font-size: 21.33333333px;
  }
}
@media (max-width: 1920px) {
  .ald_kccx > .info .li .div1 .span2 {
    font-size: 20px;
  }
}
@media (max-width: 1680px) {
  .ald_kccx > .info .li .div1 .span2 {
    font-size: 17.5px;
  }
}
@media (max-width: 1459px) {
  .ald_kccx > .info .li .div1 .span2 {
    font-size: 15.19791667px;
  }
}
@media (max-width: 1366px) {
  .ald_kccx > .info .li .div1 .span2 {
    font-size: 14.22916667px;
  }
}
@media (max-width: 1280px) {
  .ald_kccx > .info .li .div1 .span2 {
    font-size: 13.33333333px;
  }
}
@media (max-width: 1259px) {
  .ald_kccx > .info .li .div1 .span2 {
    font-size: 13.11458333px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_kccx > .info .li .div1 .span2 {
    font-size: 10.66666667px;
  }
}
@media (min-width: 1024px) and (max-width: 1680px) {
  .ald_kccx > .info .li .div1 .span2 {
    font-size: 17.5px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_kccx > .info .li .div1 .span2 {
    font-size: 13.11458333px;
  }
}
.ald_kccx > .info .li .div2 {
  color: #999;
  font-family: 'siyuan_regular';
  margin-top: 5px;
}
@media (max-width: 2048px) {
  .ald_kccx > .info .li .div2 {
    font-size: 21.33333333px;
  }
}
@media (max-width: 1920px) {
  .ald_kccx > .info .li .div2 {
    font-size: 20px;
  }
}
@media (max-width: 1680px) {
  .ald_kccx > .info .li .div2 {
    font-size: 17.5px;
  }
}
@media (max-width: 1459px) {
  .ald_kccx > .info .li .div2 {
    font-size: 15.19791667px;
  }
}
@media (max-width: 1366px) {
  .ald_kccx > .info .li .div2 {
    font-size: 14.22916667px;
  }
}
@media (max-width: 1280px) {
  .ald_kccx > .info .li .div2 {
    font-size: 13.33333333px;
  }
}
@media (max-width: 1259px) {
  .ald_kccx > .info .li .div2 {
    font-size: 13.11458333px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_kccx > .info .li .div2 {
    font-size: 10.66666667px;
  }
}
@media (min-width: 1024px) and (max-width: 1680px) {
  .ald_kccx > .info .li .div2 {
    font-size: 17.5px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_kccx > .info .li .div2 {
    font-size: 13.11458333px;
  }
}
.ald_kccx > .info .li::before {
  position: absolute;
  content: '';
  height: 0.75rem;
  width: 1px;
  background: #e1e1e1;
  right: 0;
}
.ald_kccx > .info .li:last-child {
  padding-right: 0;
}
.ald_kccx > .info .li:last-child::before {
  content: unset;
}
.ald_kccx .titleBox {
  width: 15.6rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.8rem;
}
@media (max-width: 768px) {
  .ald_kccx .titleBox {
    width: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
.ald_kccx .titleBox .title {
  position: relative;
  flex: 1;
}
.ald_kccx .titleBox .title .div1 {
  text-align: center;
  font-weight: bold;
  color: #111f28;
  line-height: 1;
  text-align: left;
}
@media (max-width: 2048px) {
  .ald_kccx .titleBox .title .div1 {
    font-size: 51.2px;
  }
}
@media (max-width: 1920px) {
  .ald_kccx .titleBox .title .div1 {
    font-size: 48px;
  }
}
@media (max-width: 1680px) {
  .ald_kccx .titleBox .title .div1 {
    font-size: 42px;
  }
}
@media (max-width: 1459px) {
  .ald_kccx .titleBox .title .div1 {
    font-size: 36.475px;
  }
}
@media (max-width: 1366px) {
  .ald_kccx .titleBox .title .div1 {
    font-size: 34.15px;
  }
}
@media (max-width: 1280px) {
  .ald_kccx .titleBox .title .div1 {
    font-size: 32px;
  }
}
@media (max-width: 1259px) {
  .ald_kccx .titleBox .title .div1 {
    font-size: 31.475px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_kccx .titleBox .title .div1 {
    font-size: 25.6px;
  }
}
.ald_kccx .titleBox .title .div2 {
  text-transform: Uppercase;
  opacity: 0.1;
  color: #2a90d6;
  font-family: 'akzidenzGrotesk-medium';
  position: absolute;
  left: 0%;
  font-size: 3.75vw;
  top: -0.55rem;
}
.ald_kccx .titleBox .text {
  width: 66%;
  color: #666;
  line-height: 1.7;
}
@media (max-width: 2048px) {
  .ald_kccx .titleBox .text {
    font-size: 19.2px;
  }
}
@media (max-width: 1920px) {
  .ald_kccx .titleBox .text {
    font-size: 18px;
  }
}
@media (max-width: 1680px) {
  .ald_kccx .titleBox .text {
    font-size: 15.75px;
  }
}
@media (max-width: 1459px) {
  .ald_kccx .titleBox .text {
    font-size: 13.678125px;
  }
}
@media (max-width: 1366px) {
  .ald_kccx .titleBox .text {
    font-size: 12.80625px;
  }
}
@media (max-width: 1280px) {
  .ald_kccx .titleBox .text {
    font-size: 12px;
  }
}
@media (max-width: 1259px) {
  .ald_kccx .titleBox .text {
    font-size: 11.803125px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_kccx .titleBox .text {
    font-size: 9.6px;
  }
}
@media (min-width: 1024px) and (max-width: 1680px) {
  .ald_kccx .titleBox .text {
    font-size: 15.75px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_kccx .titleBox .text {
    font-size: 11.803125px;
  }
}
@media (min-width: 1367px) {
  .ald_kccx .titleBox .text {
    font-size: 18px;
  }
}
@media (min-width: 1025px) and (max-width: 1366px) {
  .ald_kccx .titleBox .text {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_kccx .titleBox .text {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .ald_kccx .titleBox .text {
    font-size: 0.16rem;
  }
}
.ald_kccx .ald_kccx_swp {
  width: 100%;
  width: 15.6rem;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
@media (max-width: 768px) {
  .ald_kccx .ald_kccx_swp {
    width: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
@media (min-width: 769px) {
  .ald_kccx .ald_kccx_swp {
    margin-bottom: 0.8rem;
  }
}
.ald_kccx .ald_kccx_swp > .swiper-button-prev {
  background-image: url(../images/icon_slswpl.png);
  background-size: 0.6rem 0.6rem;
  right: 0;
  width: 0.6rem;
  height: 0.6rem;
  transform: translateY(-50%);
  top: 45%;
  left: unset;
  cursor: pointer;
}
@media (max-width: 768px) {
  .ald_kccx .ald_kccx_swp > .swiper-button-prev {
    display: none;
  }
}
.ald_kccx .ald_kccx_swp > .swiper-button-next {
  background-image: url(../images/icon_slswpr.png);
  background-size: 0.6rem 0.6rem;
  width: 0.6rem;
  height: 0.6rem;
  top: 65%;
  right: 0;
  transform: translateY(-50%);
  cursor: pointer;
}
@media (max-width: 768px) {
  .ald_kccx .ald_kccx_swp > .swiper-button-next {
    display: none;
  }
}
.ald_kccx .ald_kccx_swp > .swiper-button-prev:after,
.ald_kccx .ald_kccx_swp .swiper-container-rtl .swiper-button-next:after,
.ald_kccx .ald_kccx_swp .swiper-button-next:after,
.ald_kccx .ald_kccx_swp .swiper-container-rtl .swiper-button-prev:after {
  content: ' ';
}
.ald_kccx .ald_kccx_swp > .swiper-button-prev:hover {
  background-image: url(../images/icon_aswpla.png);
}
.ald_kccx .ald_kccx_swp > .swiper-button-next:hover {
  background-image: url(../images/icon_aswpra.png);
}
.ald_kccx .ald_kccx_swp .swiper-slide {
  display: flex;
  justify-content: space-between;
}
.ald_kccx .ald_kccx_swp .swiper-slide .div_l {
  display: flex;
  justify-content: space-between;
}
.ald_kccx .ald_kccx_swp .swiper-slide .div_l .div {
  background: #e5f2f9;
  padding: 0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ald_kccx .ald_kccx_swp .swiper-slide .div_l .div .img {
  max-width: 2.8rem;
  max-height: 3.95rem;
}
.ald_kccx .ald_kccx_swp .swiper-slide .div_l .div:nth-of-type(1) {
  margin-right: 0.4rem;
}
.ald_kccx .ald_kccx_swp .swiper-slide .div_r {
  width: 47.75%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-right: 0.7rem;
}
.ald_kccx .ald_kccx_swp .swiper-slide .div_r .li {
  margin-top: 11px;
  color: #333;
  font-family: 'siyuan_normal';
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 30px;
}
@media (max-width: 2048px) {
  .ald_kccx .ald_kccx_swp .swiper-slide .div_r .li {
    font-size: 19.2px;
  }
}
@media (max-width: 1920px) {
  .ald_kccx .ald_kccx_swp .swiper-slide .div_r .li {
    font-size: 18px;
  }
}
@media (max-width: 1680px) {
  .ald_kccx .ald_kccx_swp .swiper-slide .div_r .li {
    font-size: 15.75px;
  }
}
@media (max-width: 1459px) {
  .ald_kccx .ald_kccx_swp .swiper-slide .div_r .li {
    font-size: 13.678125px;
  }
}
@media (max-width: 1366px) {
  .ald_kccx .ald_kccx_swp .swiper-slide .div_r .li {
    font-size: 12.80625px;
  }
}
@media (max-width: 1280px) {
  .ald_kccx .ald_kccx_swp .swiper-slide .div_r .li {
    font-size: 12px;
  }
}
@media (max-width: 1259px) {
  .ald_kccx .ald_kccx_swp .swiper-slide .div_r .li {
    font-size: 11.803125px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_kccx .ald_kccx_swp .swiper-slide .div_r .li {
    font-size: 9.6px;
  }
}
@media (min-width: 1024px) and (max-width: 1680px) {
  .ald_kccx .ald_kccx_swp .swiper-slide .div_r .li {
    font-size: 15.75px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_kccx .ald_kccx_swp .swiper-slide .div_r .li {
    font-size: 11.803125px;
  }
}
@media (min-width: 1367px) {
  .ald_kccx .ald_kccx_swp .swiper-slide .div_r .li {
    font-size: 18px;
  }
}
@media (min-width: 1025px) and (max-width: 1366px) {
  .ald_kccx .ald_kccx_swp .swiper-slide .div_r .li {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_kccx .ald_kccx_swp .swiper-slide .div_r .li {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .ald_kccx .ald_kccx_swp .swiper-slide .div_r .li {
    font-size: 0.16rem;
  }
}
.ald_kccx .ald_kccx_swp .swiper-slide .div_r .li:nth-of-type(1) {
  margin-top: 0;
}
.ald_kccx .ald_kccx_swp .swiper-slide .div_r .li::before {
  content: '';
  background: #2a90d6;
  width: 10px;
  height: 10px;
  border-radius: 1000px;
  position: absolute;
  top: 13px;
  left: 0%;
  transform: translateY(-50%);
}
@media (max-width: 1280px) {
  .ald_kccx .ald_kccx_swp .swiper-slide .div_r .li::before {
    top: 11px;
  }
}
@media (max-width: 1024px) {
  .ald_kccx .ald_kccx_swp .swiper-slide .div_r .li::before {
    top: 10px;
  }
}
.ald_kccx .ald_kccx_navSwp {
  padding-left: 9.375%;
  margin-top: -0.3rem;
  margin-bottom: -0.3rem;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  overflow: hidden;
}
.ald_kccx .ald_kccx_navSwp .swiper-slide {
  cursor: pointer;
  width: 5.05rem;
  height: 0.8rem;
  display: flex;
  align-items: center;
  padding-left: 0.55rem;
  background-color: #fff;
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
  box-shadow: 6px 0px 10px 6px #f3f5f7;
}
.ald_kccx .ald_kccx_navSwp .swiper-slide .time {
  width: 100%;
  color: #0382da;
  font-family: 'din';
  transition: all 0.5s;
  position: relative;
}
@media (max-width: 2048px) {
  .ald_kccx .ald_kccx_navSwp .swiper-slide .time {
    font-size: 32px;
  }
}
@media (max-width: 1920px) {
  .ald_kccx .ald_kccx_navSwp .swiper-slide .time {
    font-size: 30px;
  }
}
@media (max-width: 1680px) {
  .ald_kccx .ald_kccx_navSwp .swiper-slide .time {
    font-size: 26.25px;
  }
}
@media (max-width: 1459px) {
  .ald_kccx .ald_kccx_navSwp .swiper-slide .time {
    font-size: 22.796875px;
  }
}
@media (max-width: 1366px) {
  .ald_kccx .ald_kccx_navSwp .swiper-slide .time {
    font-size: 21.34375px;
  }
}
@media (max-width: 1280px) {
  .ald_kccx .ald_kccx_navSwp .swiper-slide .time {
    font-size: 20px;
  }
}
@media (max-width: 1259px) {
  .ald_kccx .ald_kccx_navSwp .swiper-slide .time {
    font-size: 19.671875px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_kccx .ald_kccx_navSwp .swiper-slide .time {
    font-size: 16px;
  }
}
@media (min-width: 1024px) and (max-width: 1680px) {
  .ald_kccx .ald_kccx_navSwp .swiper-slide .time {
    font-size: 26.25px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_kccx .ald_kccx_navSwp .swiper-slide .time {
    font-size: 19.671875px;
  }
}
@media (max-width: 1440px) {
  .ald_kccx .ald_kccx_navSwp .swiper-slide .time {
    font-size: 24px;
  }
}
@media (max-width: 1290px) {
  .ald_kccx .ald_kccx_navSwp .swiper-slide .time {
    font-size: 22px;
  }
}
.ald_kccx .ald_kccx_navSwp .swiper-slide .time::before {
  position: absolute;
  content: '';
  height: 1px;
  width: 52.47%;
  background: #eaeaea;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
@media (max-width: 1290px) {
  .ald_kccx .ald_kccx_navSwp .swiper-slide .time::before {
    width: 45%;
  }
}
@media (max-width: 1024px) {
  .ald_kccx .ald_kccx_navSwp .swiper-slide .time::before {
    width: 40%;
  }
}
.ald_kccx .ald_kccx_navSwp .swiper-slide-active {
  box-shadow: 0px 0px 20px 0px #9dd6fd;
  background-image: linear-gradient(to right, #0382da, #1a9ce6, #1fa8eb);
}
.ald_kccx .ald_kccx_navSwp .swiper-slide-active .time {
  color: #fff;
}
@media (max-width: 768px) {
  .ald_kccx {
    padding: 0.4rem 0 0.3rem;
    width: 15.6rem;
    margin: 0 auto;
    overflow: hidden;
  }
  .ald_kccx > .info {
    position: unset;
    left: unset;
    transform: unset;
    top: unset;
    width: 100%;
    flex-wrap: wrap;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    height: 1.6rem;
    justify-content: space-between;
  }
  .ald_kccx > .info .li {
    width: 50%;
  }
  .ald_kccx > .info .li::before {
    height: 0.4rem;
  }
  .ald_kccx > .info .li .div1 .span1 {
    font-size: 0.32rem;
  }
  .ald_kccx > .info .li:nth-child(2n+2)::before {
    content: unset;
  }
  .ald_kccx .titleBox {
    padding-left: 0;
    padding-right: 0;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 0.4rem;
    margin-bottom: 0rem;
  }
  .ald_kccx .titleBox .title .div1 {
    font-size: 0.2rem;
  }
  .ald_kccx .titleBox .title .div2 {
    top: -0.2rem;
    font-size: 0.32rem;
  }
  .ald_kccx .titleBox .text {
    font-size: 0.14rem;
    width: 100%;
    line-height: 2;
  }
  .ald_kccx .titleBox .text {
    margin-top: 0.15rem;
  }
  .ald_kccx .ald_kccx_swp {
    padding-left: 0;
    padding-right: 0;
    margin-top: 0.25rem;
  }
  .ald_kccx .ald_kccx_swp .swiper-slide {
    width: 100% !important;
    flex-direction: column;
  }
  .ald_kccx .ald_kccx_swp .swiper-slide .div_l .div {
    width: 48%;
    padding: 0.1rem;
  }
  .ald_kccx .ald_kccx_swp .swiper-slide .div_l .div .img {
    width: 100%;
    max-width: auto;
    max-height: auto;
  }
  .ald_kccx .ald_kccx_swp .swiper-slide .div_r {
    width: 100%;
    padding-right: 0;
    margin-top: 0.2rem;
  }
  .ald_kccx .ald_kccx_swp .swiper-slide .div_l .div:nth-of-type(1) {
    margin-right: 0;
  }
  .ald_kccx .ald_kccx_swp .swiper-slide .div_r .li {
    font-size: 0.14rem;
    padding-left: 0.2rem;
    margin-top: 0.1rem;
  }
  .ald_kccx .ald_kccx_navSwp {
    padding-left: 0;
    margin-top: 0.2rem;
    padding-top: 0;
    padding-bottom: 0.4rem;
  }
  .ald_kccx .ald_kccx_navSwp .swiper-slide {
    padding-left: 0.35rem;
    height: 0.4rem;
  }
  .ald_kccx .ald_kccx_navSwp .swiper-slide .time::before {
    width: 40%;
  }
  .ald_kccx .ald_kccx_navSwp .swiper-slide-active {
    box-shadow: 0px 0px 4px 2px #9dd6fd;
  }
  .ald_kccx .ald_kccx_navSwp .swiper-slide .time {
    font-size: 0.16rem;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .ald_kccx {
    width: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
.ald_jssl {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-top: 1.7rem;
  padding-bottom: 1.2rem;
  overflow: hidden;
}
.ald_jssl .hh_w {
  width: 15.6rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .ald_jssl .hh_w {
    width: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
.ald_jssl .hh_w .div_l {
  width: 44.8%;
}
.ald_jssl .hh_w .div_l .title {
  position: relative;
  flex: 1;
}
.ald_jssl .hh_w .div_l .title .div1 {
  text-align: center;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  text-align: left;
}
@media (max-width: 2048px) {
  .ald_jssl .hh_w .div_l .title .div1 {
    font-size: 51.2px;
  }
}
@media (max-width: 1920px) {
  .ald_jssl .hh_w .div_l .title .div1 {
    font-size: 48px;
  }
}
@media (max-width: 1680px) {
  .ald_jssl .hh_w .div_l .title .div1 {
    font-size: 42px;
  }
}
@media (max-width: 1459px) {
  .ald_jssl .hh_w .div_l .title .div1 {
    font-size: 36.475px;
  }
}
@media (max-width: 1366px) {
  .ald_jssl .hh_w .div_l .title .div1 {
    font-size: 34.15px;
  }
}
@media (max-width: 1280px) {
  .ald_jssl .hh_w .div_l .title .div1 {
    font-size: 32px;
  }
}
@media (max-width: 1259px) {
  .ald_jssl .hh_w .div_l .title .div1 {
    font-size: 31.475px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_jssl .hh_w .div_l .title .div1 {
    font-size: 25.6px;
  }
}
.ald_jssl .hh_w .div_l .title .div2 {
  text-transform: Uppercase;
  opacity: 0.1;
  color: #fcfdfd;
  font-family: 'akzidenzGrotesk-medium';
  position: absolute;
  left: 0%;
  font-size: 3.75vw;
  top: -0.55rem;
}
.ald_jssl .hh_w .div_l .title .text {
  font-family: 'siyuan_normal';
  color: #FFF;
  margin-top: 0.35rem;
  margin-bottom: 0.7rem;
}
@media (max-width: 2048px) {
  .ald_jssl .hh_w .div_l .title .text {
    font-size: 19.2px;
  }
}
@media (max-width: 1920px) {
  .ald_jssl .hh_w .div_l .title .text {
    font-size: 18px;
  }
}
@media (max-width: 1680px) {
  .ald_jssl .hh_w .div_l .title .text {
    font-size: 15.75px;
  }
}
@media (max-width: 1459px) {
  .ald_jssl .hh_w .div_l .title .text {
    font-size: 13.678125px;
  }
}
@media (max-width: 1366px) {
  .ald_jssl .hh_w .div_l .title .text {
    font-size: 12.80625px;
  }
}
@media (max-width: 1280px) {
  .ald_jssl .hh_w .div_l .title .text {
    font-size: 12px;
  }
}
@media (max-width: 1259px) {
  .ald_jssl .hh_w .div_l .title .text {
    font-size: 11.803125px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_jssl .hh_w .div_l .title .text {
    font-size: 9.6px;
  }
}
@media (min-width: 1024px) and (max-width: 1680px) {
  .ald_jssl .hh_w .div_l .title .text {
    font-size: 15.75px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_jssl .hh_w .div_l .title .text {
    font-size: 11.803125px;
  }
}
@media (min-width: 1367px) {
  .ald_jssl .hh_w .div_l .title .text {
    font-size: 18px;
  }
}
@media (min-width: 1025px) and (max-width: 1366px) {
  .ald_jssl .hh_w .div_l .title .text {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_jssl .hh_w .div_l .title .text {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .ald_jssl .hh_w .div_l .title .text {
    font-size: 0.16rem;
  }
}
.ald_jssl .hh_w .div_l .ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ald_jssl .hh_w .div_l .ul .li {
  border-radius: 15px;
  background: rgba(45, 156, 227, 0.8);
  width: 3.45rem;
  height: 1.45rem;
  border: 2px solid #84c5ef;
  padding: 1.563vw 2.083vw 1.823vw 1.823vw;
  margin-bottom: 8px;
  transition: all 0.5s;
  display: flex;
}
@media (max-width: 1440px) {
  .ald_jssl .hh_w .div_l .ul .li {
    margin-bottom: 6px;
  }
}
.ald_jssl .hh_w .div_l .ul .li * {
  color: #FFF;
}
.ald_jssl .hh_w .div_l .ul .li .div1 {
  flex: 3;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.ald_jssl .hh_w .div_l .ul .li .div1 .p1 {
  font-size: 14px;
  font-family: 'akzidenzGrotesk-medium';
}
.ald_jssl .hh_w .div_l .ul .li .div1 .p2 {
  font-weight: bold;
}
@media (max-width: 2048px) {
  .ald_jssl .hh_w .div_l .ul .li .div1 .p2 {
    font-size: 25.6px;
  }
}
@media (max-width: 1920px) {
  .ald_jssl .hh_w .div_l .ul .li .div1 .p2 {
    font-size: 24px;
  }
}
@media (max-width: 1680px) {
  .ald_jssl .hh_w .div_l .ul .li .div1 .p2 {
    font-size: 21px;
  }
}
@media (max-width: 1459px) {
  .ald_jssl .hh_w .div_l .ul .li .div1 .p2 {
    font-size: 18.2375px;
  }
}
@media (max-width: 1366px) {
  .ald_jssl .hh_w .div_l .ul .li .div1 .p2 {
    font-size: 17.075px;
  }
}
@media (max-width: 1280px) {
  .ald_jssl .hh_w .div_l .ul .li .div1 .p2 {
    font-size: 16px;
  }
}
@media (max-width: 1259px) {
  .ald_jssl .hh_w .div_l .ul .li .div1 .p2 {
    font-size: 15.7375px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_jssl .hh_w .div_l .ul .li .div1 .p2 {
    font-size: 12.8px;
  }
}
@media (min-width: 1024px) and (max-width: 1680px) {
  .ald_jssl .hh_w .div_l .ul .li .div1 .p2 {
    font-size: 21px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_jssl .hh_w .div_l .ul .li .div1 .p2 {
    font-size: 15.7375px;
  }
}
@media (max-width: 1290px) {
  .ald_jssl .hh_w .div_l .ul .li .div1 .p2 {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .ald_jssl .hh_w .div_l .ul .li .div1 .p2 {
    font-size: 16px;
  }
}
.ald_jssl .hh_w .div_l .ul .li .div2 {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex: 1;
  font-family: 'akzidenzGrotesk-medium';
  line-height: 1;
}
@media (max-width: 2048px) {
  .ald_jssl .hh_w .div_l .ul .li .div2 {
    font-size: 25.6px;
  }
}
@media (max-width: 1920px) {
  .ald_jssl .hh_w .div_l .ul .li .div2 {
    font-size: 24px;
  }
}
@media (max-width: 1680px) {
  .ald_jssl .hh_w .div_l .ul .li .div2 {
    font-size: 21px;
  }
}
@media (max-width: 1459px) {
  .ald_jssl .hh_w .div_l .ul .li .div2 {
    font-size: 18.2375px;
  }
}
@media (max-width: 1366px) {
  .ald_jssl .hh_w .div_l .ul .li .div2 {
    font-size: 17.075px;
  }
}
@media (max-width: 1280px) {
  .ald_jssl .hh_w .div_l .ul .li .div2 {
    font-size: 16px;
  }
}
@media (max-width: 1259px) {
  .ald_jssl .hh_w .div_l .ul .li .div2 {
    font-size: 15.7375px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_jssl .hh_w .div_l .ul .li .div2 {
    font-size: 12.8px;
  }
}
@media (min-width: 1024px) and (max-width: 1680px) {
  .ald_jssl .hh_w .div_l .ul .li .div2 {
    font-size: 21px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_jssl .hh_w .div_l .ul .li .div2 {
    font-size: 15.7375px;
  }
}
.ald_jssl .hh_w .div_l .ul .li.on {
  background: url('../images/img125.png');
  background-size: 100% 100%;
  border-color: #fff;
}
.ald_jssl .hh_w .div_l .ul .li.on * {
  color: #0382da;
}
.ald_jssl .hh_w .div_r {
  width: 46.47%;
  position: relative;
}
.ald_jssl .hh_w .div_r .bgimg {
  opacity: 0.4;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -7.5%;
  width: 80%;
  height: 80%;
}
.ald_jssl .hh_w .div_r .bgimg img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.ald_jssl .hh_w .div_r .ald_jssl_swp {
  overflow: hidden;
}
.ald_jssl .hh_w .div_r .ald_jssl_swp .swiper-slide .div {
  border-radius: 5px;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 68.96%;
}
.ald_jssl .hh_w .div_r .ald_jssl_swp .swiper-slide .div > .img,
.ald_jssl .hh_w .div_r .ald_jssl_swp .swiper-slide .div img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.ald_jssl .hh_w .div_r .ald_jssl_swp .swiper-slide .div .img {
  width: 100%;
}
.ald_jssl .hh_w .div_r .ald_jssl_swp .swiper-pagination-bullet {
  background: #c6cbca;
  opacity: 1;
}
.ald_jssl .hh_w .div_r .ald_jssl_swp .swiper-pagination-bullet-active {
  background: #fff;
}
.ald_jssl .hh_w .div_r .ald_jssl_swp .swiper-pagination {
  bottom: 0.35rem;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding-right: 0.6rem;
}
@media (max-width: 768px) {
  .ald_jssl {
    background: #0b92e2 !important;
    padding-bottom: 0.35rem;
  }
  .ald_jssl .hh_w {
    flex-direction: column;
  }
  .ald_jssl .hh_w .div_l,
  .ald_jssl .hh_w .div_r {
    width: 100%;
  }
  .ald_jssl {
    background: 100%;
    padding-top: 0.4rem;
  }
  .ald_jssl .hh_w .div_l .title .div1 {
    font-size: 0.2rem;
  }
  .ald_jssl .hh_w .div_l .title .text {
    margin-top: 0.15rem;
    margin-bottom: 0.25rem;
    font-size: 0.14rem;
  }
  .ald_jssl .hh_w .div_l .ul .li {
    width: 48%;
    height: auto;
    padding: 0.2rem 0.15rem;
    margin-bottom: 0.15rem;
  }
  .ald_jssl .hh_w .div_r {
    margin-top: 0.1rem;
  }
  .ald_jssl .hh_w .div_r .ald_jssl_swp .swiper-pagination {
    bottom: 0.2rem;
    padding-right: 0.2rem;
  }
  .ald_jssl .hh_w .div_l .ul .li .div1 .p1 {
    display: none;
  }
  .ald_jssl .hh_w .div_l .ul .li .div1 .p2 {
    font-size: 14px;
  }
  .ald_jssl .hh_w .div_r .ald_jssl_swp .swiper-pagination {
    bottom: 0;
    padding-right: 0rem;
    z-index: 10;
    display: block;
    left: 50%;
    transform: translateX(-50%);
  }
  .ald_jssl .hh_w .div_r .ald_jssl_swp {
    padding-bottom: 0.35rem;
  }
  .ald_jssl .hh_w .div_r .bgimg {
    top: 45%;
    left: -3%;
  }
}
.ald_yfmb {
  position: relative;
  margin-top: 1.6rem;
}
.ald_yfmb .bgimg {
  position: absolute;
  width: 100%;
  height: auto;
  opacity: 0.05;
  z-index: -1;
  left: -20%;
  top: -1.6rem;
}
.ald_yfmb .title {
  width: 15.6rem;
  margin: 0 auto;
  position: relative;
  flex: 1;
}
@media (max-width: 768px) {
  .ald_yfmb .title {
    width: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
.ald_yfmb .title .div1 {
  text-align: center;
  font-weight: bold;
  color: #111f28;
  line-height: 1;
  text-align: left;
}
@media (max-width: 2048px) {
  .ald_yfmb .title .div1 {
    font-size: 51.2px;
  }
}
@media (max-width: 1920px) {
  .ald_yfmb .title .div1 {
    font-size: 48px;
  }
}
@media (max-width: 1680px) {
  .ald_yfmb .title .div1 {
    font-size: 42px;
  }
}
@media (max-width: 1459px) {
  .ald_yfmb .title .div1 {
    font-size: 36.475px;
  }
}
@media (max-width: 1366px) {
  .ald_yfmb .title .div1 {
    font-size: 34.15px;
  }
}
@media (max-width: 1280px) {
  .ald_yfmb .title .div1 {
    font-size: 32px;
  }
}
@media (max-width: 1259px) {
  .ald_yfmb .title .div1 {
    font-size: 31.475px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_yfmb .title .div1 {
    font-size: 25.6px;
  }
}
.ald_yfmb .title .div2 {
  text-transform: Uppercase;
  opacity: 0.1;
  color: #2a90d6;
  font-family: 'akzidenzGrotesk-medium';
  position: absolute;
  left: 0%;
  font-size: 3.75vw;
  top: -0.55rem;
}
.ald_yfmb .title .text {
  font-family: 'siyuan_normal';
  color: #FFF;
  margin-top: 0.35rem;
  margin-bottom: 0.7rem;
}
@media (max-width: 2048px) {
  .ald_yfmb .title .text {
    font-size: 19.2px;
  }
}
@media (max-width: 1920px) {
  .ald_yfmb .title .text {
    font-size: 18px;
  }
}
@media (max-width: 1680px) {
  .ald_yfmb .title .text {
    font-size: 15.75px;
  }
}
@media (max-width: 1459px) {
  .ald_yfmb .title .text {
    font-size: 13.678125px;
  }
}
@media (max-width: 1366px) {
  .ald_yfmb .title .text {
    font-size: 12.80625px;
  }
}
@media (max-width: 1280px) {
  .ald_yfmb .title .text {
    font-size: 12px;
  }
}
@media (max-width: 1259px) {
  .ald_yfmb .title .text {
    font-size: 11.803125px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_yfmb .title .text {
    font-size: 9.6px;
  }
}
@media (min-width: 1024px) and (max-width: 1680px) {
  .ald_yfmb .title .text {
    font-size: 15.75px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_yfmb .title .text {
    font-size: 11.803125px;
  }
}
@media (min-width: 1367px) {
  .ald_yfmb .title .text {
    font-size: 18px;
  }
}
@media (min-width: 1025px) and (max-width: 1366px) {
  .ald_yfmb .title .text {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_yfmb .title .text {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .ald_yfmb .title .text {
    font-size: 0.16rem;
  }
}
.ald_yfmb .ald_yfmb_swp {
  overflow: hidden;
}
.ald_yfmb .ald_yfmb_swp .swiper-slide {
  overflow: hidden;
  display: flex;
  width: 100% !important;
}
.ald_yfmb .ald_yfmb_swp .swiper-slide .div_l {
  width: 33.07%;
  margin-left: 9.375%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ald_yfmb .ald_yfmb_swp .swiper-slide .div_l .years {
  font-size: 12.8125vw;
  font-family: 'din';
  font-weight: bold;
  display: flex;
  color: #0382da;
  letter-spacing: 12px;
}
@media (max-width: 768px) {
  .ald_yfmb .ald_yfmb_swp .swiper-slide .div_l .years {
    letter-spacing: 2px;
  }
}
.ald_yfmb .ald_yfmb_swp .swiper-slide .div_l .years span {
  font-size: 3.125vw;
  margin-bottom: 50px;
  display: inline-block;
  display: flex;
  align-items: flex-end;
}
.ald_yfmb .ald_yfmb_swp .swiper-slide .div_l .text {
  color: #333;
  line-height: 1.6;
  font-family: 'siyuan_regular';
}
@media (max-width: 2048px) {
  .ald_yfmb .ald_yfmb_swp .swiper-slide .div_l .text {
    font-size: 25.6px;
  }
}
@media (max-width: 1920px) {
  .ald_yfmb .ald_yfmb_swp .swiper-slide .div_l .text {
    font-size: 24px;
  }
}
@media (max-width: 1680px) {
  .ald_yfmb .ald_yfmb_swp .swiper-slide .div_l .text {
    font-size: 21px;
  }
}
@media (max-width: 1459px) {
  .ald_yfmb .ald_yfmb_swp .swiper-slide .div_l .text {
    font-size: 18.2375px;
  }
}
@media (max-width: 1366px) {
  .ald_yfmb .ald_yfmb_swp .swiper-slide .div_l .text {
    font-size: 17.075px;
  }
}
@media (max-width: 1280px) {
  .ald_yfmb .ald_yfmb_swp .swiper-slide .div_l .text {
    font-size: 16px;
  }
}
@media (max-width: 1259px) {
  .ald_yfmb .ald_yfmb_swp .swiper-slide .div_l .text {
    font-size: 15.7375px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_yfmb .ald_yfmb_swp .swiper-slide .div_l .text {
    font-size: 12.8px;
  }
}
@media (min-width: 1024px) and (max-width: 1680px) {
  .ald_yfmb .ald_yfmb_swp .swiper-slide .div_l .text {
    font-size: 21px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_yfmb .ald_yfmb_swp .swiper-slide .div_l .text {
    font-size: 15.7375px;
  }
}
@media (max-width: 1440px) {
  .ald_yfmb .ald_yfmb_swp .swiper-slide .div_l .text {
    font-size: 14px;
  }
}
.ald_yfmb .ald_yfmb_swp .swiper-slide .div_r {
  flex: 1;
  margin-left: 75px;
  background: #f7f7f7;
  border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  display: flex;
  align-items: center;
  padding-left: 0.7rem;
}
.ald_yfmb .ald_yfmb_swp .swiper-slide .div_r .text_l {
  position: relative;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  margin-right: 0.75rem;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 1000px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ald_yfmb .ald_yfmb_swp .swiper-slide .div_r .text_l img {
  border-radius: 1000px;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 5;
  object-fit: cover;
}
.ald_yfmb .ald_yfmb_swp .swiper-slide .div_r .text_l::before {
  border-radius: 1000px;
  position: absolute;
  content: '';
  width: 2.65rem;
  height: 2.65rem;
  background-image: linear-gradient(#d3e5f2, #ebf1f5);
}
.ald_yfmb .ald_yfmb_swp .swiper-slide .div_r .text_r .div:nth-of-type(2) {
  margin-top: 10px;
}
.ald_yfmb .ald_yfmb_swp .swiper-slide .div_r .text_r .div:nth-of-type(2) .title {
  margin-bottom: 0.23rem;
}
@media (max-width: 768px) {
  .ald_yfmb .ald_yfmb_swp .swiper-slide .div_r .text_r .div:nth-of-type(2) .title {
    margin-bottom: 0.13rem;
  }
}
.ald_yfmb .ald_yfmb_swp .swiper-slide .div_r .text_r .div:nth-of-type(2) .text {
  margin-top: 0;
}
@media (max-width: 1440px) {
  .ald_yfmb .ald_yfmb_swp .swiper-slide .div_r .text_r .div:nth-of-type(2) .text {
    font-size: 14px;
  }
}
.ald_yfmb .ald_yfmb_swp .swiper-slide .div_r .text_r .div .title {
  color: #333;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0.25rem;
  font-size: 24px;
}
@media (max-width: 1440px) {
  .ald_yfmb .ald_yfmb_swp .swiper-slide .div_r .text_r .div .title {
    font-size: 18px;
  }
}
.ald_yfmb .ald_yfmb_swp .swiper-slide .div_r .text_r .div .ul {
  margin-bottom: 0.4rem;
}
.ald_yfmb .ald_yfmb_swp .swiper-slide .div_r .text_r .div .ul .li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
  color: #666;
  font-family: 'siyuan_regular';
}
@media (max-width: 2048px) {
  .ald_yfmb .ald_yfmb_swp .swiper-slide .div_r .text_r .div .ul .li {
    font-size: 19.2px;
  }
}
@media (max-width: 1920px) {
  .ald_yfmb .ald_yfmb_swp .swiper-slide .div_r .text_r .div .ul .li {
    font-size: 18px;
  }
}
@media (max-width: 1680px) {
  .ald_yfmb .ald_yfmb_swp .swiper-slide .div_r .text_r .div .ul .li {
    font-size: 15.75px;
  }
}
@media (max-width: 1459px) {
  .ald_yfmb .ald_yfmb_swp .swiper-slide .div_r .text_r .div .ul .li {
    font-size: 13.678125px;
  }
}
@media (max-width: 1366px) {
  .ald_yfmb .ald_yfmb_swp .swiper-slide .div_r .text_r .div .ul .li {
    font-size: 12.80625px;
  }
}
@media (max-width: 1280px) {
  .ald_yfmb .ald_yfmb_swp .swiper-slide .div_r .text_r .div .ul .li {
    font-size: 12px;
  }
}
@media (max-width: 1259px) {
  .ald_yfmb .ald_yfmb_swp .swiper-slide .div_r .text_r .div .ul .li {
    font-size: 11.803125px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_yfmb .ald_yfmb_swp .swiper-slide .div_r .text_r .div .ul .li {
    font-size: 9.6px;
  }
}
@media (min-width: 1024px) and (max-width: 1680px) {
  .ald_yfmb .ald_yfmb_swp .swiper-slide .div_r .text_r .div .ul .li {
    font-size: 15.75px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_yfmb .ald_yfmb_swp .swiper-slide .div_r .text_r .div .ul .li {
    font-size: 11.803125px;
  }
}
@media (min-width: 1367px) {
  .ald_yfmb .ald_yfmb_swp .swiper-slide .div_r .text_r .div .ul .li {
    font-size: 18px;
  }
}
@media (min-width: 1025px) and (max-width: 1366px) {
  .ald_yfmb .ald_yfmb_swp .swiper-slide .div_r .text_r .div .ul .li {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_yfmb .ald_yfmb_swp .swiper-slide .div_r .text_r .div .ul .li {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .ald_yfmb .ald_yfmb_swp .swiper-slide .div_r .text_r .div .ul .li {
    font-size: 0.16rem;
  }
}
@media (max-width: 1440px) {
  .ald_yfmb .ald_yfmb_swp .swiper-slide .div_r .text_r .div .ul .li {
    font-size: 14px;
  }
}
.ald_yfmb .ald_yfmb_swp .swiper-slide .div_r .text_r .div .ul .li::before {
  content: '';
  background: #2a90d6;
  width: 6px;
  height: 6px;
  border-radius: 1000px;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
}
.ald_yfmb .ald_yfmb_swp .swiper-slide .div_r .text_r .div .text {
  margin-top: 25px;
  font-size: 16px;
  color: #666;
  font-family: 'siyuan_regular';
}
.ald_yfmb .ald_yfmb_navSwp {
  padding-top: 0.65rem;
  padding-bottom: 1.35rem;
  width: 15.6rem;
  margin: 0 auto;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .ald_yfmb .ald_yfmb_navSwp {
    padding-top: 55px;
  }
}
@media (max-width: 768px) {
  .ald_yfmb .ald_yfmb_navSwp {
    width: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
.ald_yfmb .ald_yfmb_navSwp .swiper-slide {
  cursor: pointer;
}
.ald_yfmb .ald_yfmb_navSwp .swiper-slide .time {
  display: flex;
  flex-direction: column;
  font-weight: bold;
  font-family: 'din';
  align-items: center;
  position: relative;
}
.ald_yfmb .ald_yfmb_navSwp .swiper-slide .time span {
  transform: translateY(-15px);
  transition: all 0.5s;
  color: #666;
}
@media (max-width: 2048px) {
  .ald_yfmb .ald_yfmb_navSwp .swiper-slide .time span {
    font-size: 38.4px;
  }
}
@media (max-width: 1920px) {
  .ald_yfmb .ald_yfmb_navSwp .swiper-slide .time span {
    font-size: 36px;
  }
}
@media (max-width: 1680px) {
  .ald_yfmb .ald_yfmb_navSwp .swiper-slide .time span {
    font-size: 31.5px;
  }
}
@media (max-width: 1459px) {
  .ald_yfmb .ald_yfmb_navSwp .swiper-slide .time span {
    font-size: 27.35625px;
  }
}
@media (max-width: 1366px) {
  .ald_yfmb .ald_yfmb_navSwp .swiper-slide .time span {
    font-size: 25.6125px;
  }
}
@media (max-width: 1280px) {
  .ald_yfmb .ald_yfmb_navSwp .swiper-slide .time span {
    font-size: 24px;
  }
}
@media (max-width: 1259px) {
  .ald_yfmb .ald_yfmb_navSwp .swiper-slide .time span {
    font-size: 23.60625px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_yfmb .ald_yfmb_navSwp .swiper-slide .time span {
    font-size: 19.2px;
  }
}
.ald_yfmb .ald_yfmb_navSwp .swiper-slide .time::before {
  content: '';
  background: #e9e9eb;
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0%;
  bottom: 14px;
  z-index: -1;
}
.ald_yfmb .ald_yfmb_navSwp .swiper-slide-thumb-active .time span {
  color: #0382da;
  transform: translateY(-25px);
}
@media (max-width: 768px) {
  .ald_yfmb {
    margin-top: 0.4rem;
  }
  .ald_yfmb .title .div1 {
    font-size: 0.2rem;
  }
  .ald_yfmb .title .div2 {
    font-size: 0.32rem;
    top: -0.24rem;
    left: 0.2rem;
  }
  .ald_yfmb .ald_yfmb_swp .swiper-slide .div_l {
    width: 100%;
    margin-left: 0.2rem;
  }
  .ald_yfmb .ald_yfmb_swp {
    margin-top: 0.2rem;
  }
  .ald_yfmb .ald_yfmb_swp .swiper-slide .div_l .years {
    font-size: 0.17rem;
  }
  .ald_yfmb .ald_yfmb_swp .swiper-slide .div_l .years span {
    font-size: 0.15rem;
    margin-bottom: 0.05rem;
  }
  .ald_yfmb .ald_yfmb_swp .swiper-slide .div_l .text {
    font-size: 0.14rem;
  }
  .ald_yfmb .ald_yfmb_swp .swiper-slide {
    flex-direction: column;
  }
  .ald_yfmb .ald_yfmb_swp .swiper-slide .div_r {
    flex-direction: column;
    padding-left: 0.75rem;
    margin-left: 0;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0;
    padding-left: 0;
    padding-bottom: 0.25rem;
    margin-top: 0.25rem;
  }
  .ald_yfmb .ald_yfmb_swp .swiper-slide .div_r .text_l img {
    border-radius: 8px;
    padding: 0;
    border: 0.1rem solid #ebf1f5;
  }
  .ald_yfmb .ald_yfmb_swp .swiper-slide .div_r .text_l::before {
    content: unset;
  }
  .ald_yfmb .ald_yfmb_swp .swiper-slide .div_r .text_l {
    margin-top: 0.3rem;
    margin-left: 0.75rem;
    margin-bottom: 0.25rem;
    padding: 0 0.2rem;
    width: 100%;
    height: auto;
  }
  .ald_yfmb .ald_yfmb_swp .swiper-slide .div_r .text_r {
    width: 100%;
    padding: 0 0.2rem;
  }
  .ald_yfmb .ald_yfmb_swp .swiper-slide .div_r .text_r .div .title {
    font-size: 0.18rem;
  }
  .ald_yfmb .ald_yfmb_swp .swiper-slide .div_r .text_r .div .ul .li {
    font-size: 0.14rem;
    padding-left: 0.2rem;
    margin-bottom: 0.05rem;
  }
  .ald_yfmb .ald_yfmb_swp .swiper-slide .div_r .text_r .div .title {
    margin-bottom: 0.1rem;
  }
  .ald_yfmb .ald_yfmb_swp .swiper-slide .div_r .text_r .div .text {
    margin-top: 0.15rem;
    font-size: 15px;
  }
  .ald_yfmb .ald_yfmb_swp .swiper-slide .div_r .text_r .div .title {
    padding: 0;
  }
  .ald_yfmb .ald_yfmb_swp .swiper-slide .div_r .text_r .div .ul {
    margin-bottom: 0.25rem;
  }
  .ald_yfmb .ald_yfmb_navSwp .swiper-slide .time span {
    font-size: 0.18rem;
  }
  .ald_yfmb .ald_yfmb_navSwp {
    padding-bottom: 0.4rem;
    padding-top: 0.3rem;
  }
  .ald_yfmb .ald_yfmb_navSwp .swiper-slide .time span {
    transform: translateY(-10px);
  }
  .ald_yfmb .ald_yfmb_navSwp .swiper-slide-thumb-active .time span {
    transform: translateY(-20px);
  }
  .ald_yfmb .bgimg {
    left: 0;
    bottom: 0;
    display: none;
  }
  .ald_yfmb .ald_yfmb_navSwp .swiper-slide .time img {
    width: 24px;
  }
  .ald_yfmb .ald_yfmb_navSwp .swiper-slide .time::before {
    height: 2px;
    bottom: 11px;
  }
}
.ald_sl_zdhBox {
  background: #e5f2fb;
}
.ald_sl_zdh {
  padding: 1rem 0;
  background: #f4f8fc;
  border-bottom-left-radius: 60px;
  border-bottom-right-radius: 60px;
}
.ald_sl_zdh .hh_w {
  width: 15.6rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding-bottom: 0.65rem;
}
@media (max-width: 768px) {
  .ald_sl_zdh .hh_w {
    width: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
.ald_sl_zdh .hh_w .title {
  position: relative;
}
.ald_sl_zdh .hh_w .title .title_text .div1 {
  line-height: 1;
  font-weight: bold;
  position: relative;
}
@media (max-width: 2048px) {
  .ald_sl_zdh .hh_w .title .title_text .div1 {
    font-size: 51.2px;
  }
}
@media (max-width: 1920px) {
  .ald_sl_zdh .hh_w .title .title_text .div1 {
    font-size: 48px;
  }
}
@media (max-width: 1680px) {
  .ald_sl_zdh .hh_w .title .title_text .div1 {
    font-size: 42px;
  }
}
@media (max-width: 1459px) {
  .ald_sl_zdh .hh_w .title .title_text .div1 {
    font-size: 36.475px;
  }
}
@media (max-width: 1366px) {
  .ald_sl_zdh .hh_w .title .title_text .div1 {
    font-size: 34.15px;
  }
}
@media (max-width: 1280px) {
  .ald_sl_zdh .hh_w .title .title_text .div1 {
    font-size: 32px;
  }
}
@media (max-width: 1259px) {
  .ald_sl_zdh .hh_w .title .title_text .div1 {
    font-size: 31.475px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ald_sl_zdh .hh_w .title .title_text .div1 {
    font-size: 24.775px;
  }
}
@media (max-width: 500px) {
  .ald_sl_zdh .hh_w .title .title_text .div1 {
    font-size: 0.2rem;
  }
}
.ald_sl_zdh .hh_w .title .title_text .div1 .span {
  color: #111f28;
}
.ald_sl_zdh .hh_w .title .title_text .div1 .span2 {
  text-transform: Uppercase;
  opacity: 0.1;
  color: #2a90d6;
  font-family: 'akzidenzGrotesk-medium';
  position: absolute;
  left: 0%;
  font-size: 3.75vw;
  top: -0.55rem;
}
.ald_sl_zdh .hh_w .title .title_text .div2 {
  margin-top: 0.25rem;
  line-height: 1;
  color: #666;
  font-family: 'siyuan_regular';
}
@media (max-width: 2048px) {
  .ald_sl_zdh .hh_w .title .title_text .div2 {
    font-size: 23.46666667px;
  }
}
@media (max-width: 1920px) {
  .ald_sl_zdh .hh_w .title .title_text .div2 {
    font-size: 22px;
  }
}
@media (max-width: 1680px) {
  .ald_sl_zdh .hh_w .title .title_text .div2 {
    font-size: 19.25px;
  }
}
@media (max-width: 1459px) {
  .ald_sl_zdh .hh_w .title .title_text .div2 {
    font-size: 16.71770833px;
  }
}
@media (max-width: 1366px) {
  .ald_sl_zdh .hh_w .title .title_text .div2 {
    font-size: 15.65208333px;
  }
}
@media (max-width: 1280px) {
  .ald_sl_zdh .hh_w .title .title_text .div2 {
    font-size: 14.66666667px;
  }
}
@media (max-width: 1259px) {
  .ald_sl_zdh .hh_w .title .title_text .div2 {
    font-size: 14.42604167px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ald_sl_zdh .hh_w .title .title_text .div2 {
    font-size: 11.35520833px;
  }
}
@media (max-width: 500px) {
  .ald_sl_zdh .hh_w .title .title_text .div2 {
    font-size: 0.14rem;
    margin-top: 0.15rem;
    margin-bottom: 0.2rem;
  }
}
.ald_sl_zdh .hh_w .swp_nav {
  display: flex;
  align-items: flex-end;
}
.ald_sl_zdh .hh_w .swp_nav .li {
  cursor: pointer;
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  background: #e1f2ff;
  color: #0382da;
  border-radius: 10px;
  transition: all 0.5s;
  margin-left: 0.2rem;
  font-family: 'siyuan_regular';
}
.ald_sl_zdh .hh_w .swp_nav .li:hover,
.ald_sl_zdh .hh_w .swp_nav .li.on {
  background: #0382da;
  color: #FFF;
}
.ald_sl_zdh .ald_zdh_swpBox {
  width: 15.6rem;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 768px) {
  .ald_sl_zdh .ald_zdh_swpBox {
    width: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
.ald_sl_zdh .ald_zdh_swpBox .ald_sl_zdh_btn {
  display: none;
}
.ald_sl_zdh .ald_zdh_swpBox .ald_sl_zdh_btn .swiper-button-prev {
  background-image: url(../images/icon_aswpl.png);
  background-size: 0.55rem 0.55rem;
  left: -0.8rem;
  width: 0.55rem;
  height: 0.55rem;
  transform: translateY(-50%);
  cursor: pointer;
}
@media (max-width: 768px) {
  .ald_sl_zdh .ald_zdh_swpBox .ald_sl_zdh_btn .swiper-button-prev {
    display: none;
  }
}
.ald_sl_zdh .ald_zdh_swpBox .ald_sl_zdh_btn .swiper-button-next {
  background-image: url(../images/icon_aswpr.png);
  background-size: 0.55rem 0.55rem;
  width: 0.55rem;
  height: 0.55rem;
  right: -0.8rem;
  transform: translateY(-50%);
  cursor: pointer;
}
@media (max-width: 768px) {
  .ald_sl_zdh .ald_zdh_swpBox .ald_sl_zdh_btn .swiper-button-next {
    display: none;
  }
}
.ald_sl_zdh .ald_zdh_swpBox .ald_sl_zdh_btn .swiper-button-prev:after,
.ald_sl_zdh .ald_zdh_swpBox .ald_sl_zdh_btn .swiper-container-rtl .swiper-button-next:after,
.ald_sl_zdh .ald_zdh_swpBox .ald_sl_zdh_btn .swiper-button-next:after,
.ald_sl_zdh .ald_zdh_swpBox .ald_sl_zdh_btn .swiper-container-rtl .swiper-button-prev:after {
  content: ' ';
}
.ald_sl_zdh .ald_zdh_swpBox .ald_sl_zdh_btn .swiper-button-prev:hover {
  background-image: url(../images/icon_aswpla.png);
}
.ald_sl_zdh .ald_zdh_swpBox .ald_sl_zdh_btn .swiper-button-next:hover {
  background-image: url(../images/icon_aswpra.png);
}
.ald_sl_zdh .ald_zdh_swpBox .ald_sl_zdh_btn .swiper-pagination {
  left: unset;
  right: 0.2rem;
  bottom: 0.15rem;
  width: auto;
}
.ald_sl_zdh .ald_zdh_swpBox .ald_sl_zdh_btn .swiper-pagination-bullet-active {
  background: #e40013;
}
.ald_sl_zdh .ald_zdh_swpBox .swpBox {
  display: flex;
  position: relative;
  flex-direction: column;
  overflow: hidden;
}
.ald_sl_zdh .ald_zdh_swpBox .swpBox .swiper-pagination {
  top: unset;
  bottom: 0;
}
.ald_sl_zdh .ald_zdh_swpBox .swpBox .swp_r {
  position: unset;
  margin-bottom: 0.7rem;
}
.ald_sl_zdh .ald_zdh_swpBox .swpBox .swp_r .ald_qyry_swp {
  z-index: 9;
  position: unset;
  display: none;
}
.ald_sl_zdh .ald_zdh_swpBox .swpBox .swp_r .ald_qyry_swp .swiper-slide .a {
  background: #fff;
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
  display: flex;
  flex-direction: column;
}
.ald_sl_zdh .ald_zdh_swpBox .swpBox .swp_r .ald_qyry_swp .swiper-slide .a .div1 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ald_sl_zdh .ald_zdh_swpBox .swpBox .swp_r .ald_qyry_swp .swiper-slide .a .div1 .img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
}
.ald_sl_zdh .ald_zdh_swpBox .swpBox .swp_r .ald_qyry_swp .swiper-slide .a .div2 {
  border-top: 1px solid #e3e4e5;
  padding: 0 0.45rem;
  height: 0.7rem;
  line-height: 0.7rem;
  text-align: center;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 18px;
  color: #666;
  font-family: 'siyuan_regular';
  transition: all 0.5s;
  position: relative;
}
@media (max-width: 1280px) {
  .ald_sl_zdh .ald_zdh_swpBox .swpBox .swp_r .ald_qyry_swp .swiper-slide .a .div2 {
    font-size: 16px;
  }
}
.ald_sl_zdh .ald_zdh_swpBox .pagBox {
  width: 15.6rem;
  margin: 0 auto;
  padding-top: 0.55rem;
  position: relative;
}
@media (max-width: 768px) {
  .ald_sl_zdh .ald_zdh_swpBox .pagBox {
    width: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
.ald_sl_zdh .ald_zdh_swpBox .pagBox .swiper-pagination {
  width: 100%;
}
.ald_sl_zdh .ald_zdh_swpBox .pagBox .swiper-pagination .swiper-pagination-bullet {
  margin: 0 8px;
  width: 12px;
  height: 12px;
}
@media (max-width: 768px) {
  .ald_sl_zdh {
    padding: 0.4rem 0 0.4rem 0;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .ald_sl_zdh .hh_w {
    flex-direction: column;
    padding-bottom: 0.25rem;
  }
  .ald_sl_zdh .hh_w .swp_nav {
    justify-content: space-between;
  }
  .ald_sl_zdh .hh_w .swp_nav .li {
    margin-left: 0;
    width: 48%;
    padding-left: 0.1rem;
    padding-right: 0.1rem;
    text-align: center;
    font-size: 0.14rem;
  }
  .ald_sl_zdh .hh_w .title .title_text {
    margin-bottom: 0.25rem;
  }
  .ald_sl_zdh .ald_zdh_swpBox .swpBox .swp_l {
    flex-direction: unset;
    width: 100%;
    height: auto;
    padding-left: 0;
    display: -webkit-box;
    overflow-y: auto;
    z-index: 10;
    background: #fff;
  }
  .ald_sl_zdh .ald_zdh_swpBox .swpBox .swp_r {
    position: unset;
    padding-left: 0;
    margin-bottom: 0.4rem;
  }
  .ald_sl_zdh .ald_zdh_swpBox .swpBox .swp_r .ald_qyry_swp .swiper-slide .a .div2 {
    font-size: 0.14rem;
    height: 0.45rem;
    line-height: 0.45rem;
    padding: 0 0.15rem;
  }
  .ald_sl_zdh .ald_zdh_swpBox .swpBox .swp_l .li {
    font-size: 0.16rem;
    margin-right: 0.35rem;
  }
  .ald_sl_zdh .ald_zdh_swpBox .swpBox .swp_l::-webkit-scrollbar {
    height: 2px;
  }
  .ald_zdh_swpBox {
    padding: 0 0.2rem;
  }
  .ald_sl_zdh .ald_zdh_swpBox .swpBox .swp_r .ald_qyry_swp {
    position: unset;
  }
  .ald_sl_zdh .ald_zdh_swpBox .pagBox {
    padding-top: 0;
  }
  .ald_sl_zdh .swiper-pagination {
    left: 50%;
    transform: translateX(-50%);
  }
  .ald_sl_zdh .swiper-pagination-bullet {
    margin: 0 0.05rem;
    background: #0382da;
  }
  .ald_sl_zdh .hh_w .title .title_text .div1 .span2 {
    font-size: 0.32rem;
    top: -0.2rem;
  }
}
.ald_zlBox {
  background-image: linear-gradient(#e5f2fb, #f4fafd, #ffffff);
}
.ald_sl_zlgk {
  padding: 1rem 0 0.6rem 0;
  border-bottom-left-radius: 60px;
  border-bottom-right-radius: 60px;
}
.ald_sl_zlgk .hh_w {
  width: 15.6rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 768px) {
  .ald_sl_zlgk .hh_w {
    width: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
.ald_sl_zlgk .hh_w .title {
  position: relative;
  padding-bottom: 0.4rem;
}
.ald_sl_zlgk .hh_w .title .title_text .div1 {
  line-height: 1;
  font-weight: bold;
  position: relative;
}
@media (max-width: 2048px) {
  .ald_sl_zlgk .hh_w .title .title_text .div1 {
    font-size: 51.2px;
  }
}
@media (max-width: 1920px) {
  .ald_sl_zlgk .hh_w .title .title_text .div1 {
    font-size: 48px;
  }
}
@media (max-width: 1680px) {
  .ald_sl_zlgk .hh_w .title .title_text .div1 {
    font-size: 42px;
  }
}
@media (max-width: 1459px) {
  .ald_sl_zlgk .hh_w .title .title_text .div1 {
    font-size: 36.475px;
  }
}
@media (max-width: 1366px) {
  .ald_sl_zlgk .hh_w .title .title_text .div1 {
    font-size: 34.15px;
  }
}
@media (max-width: 1280px) {
  .ald_sl_zlgk .hh_w .title .title_text .div1 {
    font-size: 32px;
  }
}
@media (max-width: 1259px) {
  .ald_sl_zlgk .hh_w .title .title_text .div1 {
    font-size: 31.475px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ald_sl_zlgk .hh_w .title .title_text .div1 {
    font-size: 24.775px;
  }
}
@media (max-width: 500px) {
  .ald_sl_zlgk .hh_w .title .title_text .div1 {
    font-size: 0.2rem;
  }
}
.ald_sl_zlgk .hh_w .title .title_text .div1 .span {
  color: #111f28;
}
.ald_sl_zlgk .hh_w .title .title_text .div1 .span2 {
  text-transform: Uppercase;
  opacity: 0.1;
  color: #2a90d6;
  font-family: 'akzidenzGrotesk-medium';
  position: absolute;
  left: 0%;
  font-size: 3.75vw;
  top: -0.55rem;
}
.ald_sl_zlgk .hh_w .title .title_text .div2 {
  margin-top: 0.25rem;
  line-height: 1;
  color: #666;
}
@media (max-width: 2048px) {
  .ald_sl_zlgk .hh_w .title .title_text .div2 {
    font-size: 23.46666667px;
  }
}
@media (max-width: 1920px) {
  .ald_sl_zlgk .hh_w .title .title_text .div2 {
    font-size: 22px;
  }
}
@media (max-width: 1680px) {
  .ald_sl_zlgk .hh_w .title .title_text .div2 {
    font-size: 19.25px;
  }
}
@media (max-width: 1459px) {
  .ald_sl_zlgk .hh_w .title .title_text .div2 {
    font-size: 16.71770833px;
  }
}
@media (max-width: 1366px) {
  .ald_sl_zlgk .hh_w .title .title_text .div2 {
    font-size: 15.65208333px;
  }
}
@media (max-width: 1280px) {
  .ald_sl_zlgk .hh_w .title .title_text .div2 {
    font-size: 14.66666667px;
  }
}
@media (max-width: 1259px) {
  .ald_sl_zlgk .hh_w .title .title_text .div2 {
    font-size: 14.42604167px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ald_sl_zlgk .hh_w .title .title_text .div2 {
    font-size: 11.35520833px;
  }
}
@media (max-width: 500px) {
  .ald_sl_zlgk .hh_w .title .title_text .div2 {
    font-size: 0.14rem;
    margin-top: 0.15rem;
    margin-bottom: 0.2rem;
  }
}
.ald_sl_zlgk .hh_w .swp_nav {
  display: flex;
  align-items: flex-end;
  padding-bottom: 0.6rem;
}
.ald_sl_zlgk .hh_w .swp_nav .li {
  cursor: pointer;
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
  padding-left: 0.36rem;
  padding-right: 0.36rem;
  background: #fff;
  color: #0382da;
  border-radius: 1000px;
  transition: all 0.5s;
  margin-right: 0.2rem;
  font-size: 18px;
}
@media (max-width: 1440px) {
  .ald_sl_zlgk .hh_w .swp_nav .li {
    font-size: 16px;
  }
}
.ald_sl_zlgk .hh_w .swp_nav .li:hover,
.ald_sl_zlgk .hh_w .swp_nav .li.on {
  background: #0382da;
  color: #FFF;
}
.ald_sl_zlgk .hh_w .swp_btn {
  position: absolute;
  right: 0;
  display: none;
}
.ald_sl_zlgk .hh_w .swp_btn .swiper-button-prev {
  background-image: url(../images/icon_slgkswpl.png);
  background-size: 0.55rem 0.55rem;
  left: unset;
  width: 0.55rem;
  height: 0.55rem;
  right: 0.8rem;
  cursor: pointer;
}
@media (max-width: 768px) {
  .ald_sl_zlgk .hh_w .swp_btn .swiper-button-prev {
    display: none;
  }
}
.ald_sl_zlgk .hh_w .swp_btn .swiper-button-next {
  background-image: url(../images/icon_slgkswpr.png);
  background-size: 0.55rem 0.55rem;
  width: 0.55rem;
  height: 0.55rem;
  right: 0;
  cursor: pointer;
}
@media (max-width: 768px) {
  .ald_sl_zlgk .hh_w .swp_btn .swiper-button-next {
    display: none;
  }
}
.ald_sl_zlgk .hh_w .swp_btn .swiper-button-prev:after,
.ald_sl_zlgk .hh_w .swp_btn .swiper-container-rtl .swiper-button-next:after,
.ald_sl_zlgk .hh_w .swp_btn .swiper-button-next:after,
.ald_sl_zlgk .hh_w .swp_btn .swiper-container-rtl .swiper-button-prev:after {
  content: ' ';
}
.ald_sl_zlgk .hh_w .swp_btn .swiper-button-prev:hover {
  background-image: url(../images/icon_aswpla.png);
}
.ald_sl_zlgk .hh_w .swp_btn .swiper-button-next:hover {
  background-image: url(../images/icon_aswpra.png);
}
.ald_sl_zlgk .ald_zlgk_swpBox {
  width: 15.6rem;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 768px) {
  .ald_sl_zlgk .ald_zlgk_swpBox {
    width: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
.ald_sl_zlgk .ald_zlgk_swpBox .ald_sl_zlgk_btn {
  display: none;
}
.ald_sl_zlgk .ald_zlgk_swpBox .ald_sl_zlgk_btn .swiper-pagination {
  left: unset;
  right: 0.2rem;
  bottom: 0.15rem;
  width: auto;
}
.ald_sl_zlgk .ald_zlgk_swpBox .ald_sl_zlgk_btn .swiper-pagination-bullet-active {
  background: #e40013;
}
.ald_sl_zlgk .ald_zlgk_swpBox .swpBox {
  display: flex;
  position: relative;
  flex-direction: column;
  overflow: hidden;
}
.ald_sl_zlgk .ald_zlgk_swpBox .swpBox .swiper-pagination {
  top: unset;
  bottom: 0;
}
.ald_sl_zlgk .ald_zlgk_swpBox .swpBox .swp_r {
  position: unset;
  margin-bottom: 0.7rem;
}
.ald_sl_zlgk .ald_zlgk_swpBox .swpBox .swp_r .ald_qyry_swp {
  z-index: 9;
  position: unset;
  display: none;
}
.ald_sl_zlgk .ald_zlgk_swpBox .swpBox .swp_r .ald_qyry_swp .swiper-slide .a {
  background: #fff;
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.ald_sl_zlgk .ald_zlgk_swpBox .swpBox .swp_r .ald_qyry_swp .swiper-slide .a .div1 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.ald_sl_zlgk .ald_zlgk_swpBox .swpBox .swp_r .ald_qyry_swp .swiper-slide .a .div1 .img {
  max-width: 102%;
  max-height: 102%;
  width: 102%;
  height: 102%;
}
.ald_sl_zlgk .ald_zlgk_swpBox .swpBox .swp_r .ald_qyry_swp .swiper-slide .a .div2 {
  border-top: 1px solid #e3e4e5;
  padding: 0 0.45rem;
  height: 0.7rem;
  line-height: 0.7rem;
  text-align: center;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 18px;
  color: #666;
  font-family: 'siyuan_regular';
  transition: all 0.5s;
  position: relative;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
@media (max-width: 1280px) {
  .ald_sl_zlgk .ald_zlgk_swpBox .swpBox .swp_r .ald_qyry_swp .swiper-slide .a .div2 {
    font-size: 16px;
  }
}
.ald_sl_zlgk .ald_zlgk_swpBox .pagBox {
  width: 15.6rem;
  margin: 0 auto;
  padding-top: 0.55rem;
  position: relative;
}
@media (max-width: 768px) {
  .ald_sl_zlgk .ald_zlgk_swpBox .pagBox {
    width: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
.ald_sl_zlgk .ald_zlgk_swpBox .pagBox .swiper-pagination {
  width: 100%;
}
.ald_sl_zlgk .ald_zlgk_swpBox .pagBox .swiper-pagination .swiper-pagination-bullet {
  margin: 0 8px;
  width: 12px;
  height: 12px;
}
@media (max-width: 768px) {
  .ald_sl_zlgk {
    padding: 0.4rem 0 0.4rem 0;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    background-image: linear-gradient(#e5f2fb, #ffffff);
  }
  .ald_sl_zlgk .hh_w .title {
    padding-bottom: 0rem;
  }
  .ald_sl_zlgk .hh_w .swp_nav {
    padding-bottom: 0;
  }
  .ald_sl_zlgk .hh_w .title .title_text {
    margin-bottom: 0.15rem;
  }
  .ald_sl_zlgk .ald_zd_swpBox .swpBox .swp_l {
    flex-direction: unset;
    width: 100%;
    height: auto;
    padding-left: 0;
    display: -webkit-box;
    overflow-y: auto;
    z-index: 10;
    background: #fff;
  }
  .ald_sl_zlgk .ald_zlgk_swpBox .swpBox .swp_r {
    position: unset;
    padding-left: 0;
    margin-bottom: 0.4rem;
  }
  .ald_sl_zlgk .ald_zlgk_swpBox .swpBox .swp_r .ald_qyry_swp .swiper-slide .a .div2 {
    font-size: 0.14rem;
    height: 0.45rem;
    line-height: 0.45rem;
    padding: 0 0.15rem;
  }
  .ald_sl_zlgk .hh_w .swp_nav {
    justify-content: space-between;
    width: 100%;
  }
  .ald_sl_zlgk .hh_w .swp_nav .li {
    margin-right: 0;
    padding-top: 0.05rem;
    padding-bottom: 0.05rem;
    font-size: 0.14rem;
  }
  .ald_sl_zlgk .ald_zlgk_swpBox .swpBox .swp_l .li {
    font-size: 0.16rem;
    margin-right: 0.35rem;
  }
  .ald_sl_zlgk .ald_zlgk_swpBox .swpBox .swp_l::-webkit-scrollbar {
    height: 2px;
  }
  .ald_zlgk_swpBox {
    padding: 0 0.2rem;
  }
  .ald_sl_zlgk .ald_zlgk_swpBox .swpBox .swp_r .ald_qyry_swp {
    position: unset;
  }
  .ald_sl_zlgk .ald_zlgk_swpBox .pagBox {
    padding-top: 0;
  }
  .ald_sl_zlgk .swiper-pagination {
    left: 50%;
    transform: translateX(-50%);
  }
  .ald_sl_zlgk .swiper-pagination-bullet {
    margin: 0 0.05rem;
    background: #0382da;
  }
  .ald_sl_zlgk .ald_zlgk_swpBox .swpBox .swp_r {
    margin-top: 0.25rem;
    margin-bottom: 0.4rem;
  }
  .ald_sl_zlgk .hh_w .title .title_text .div1 .span2 {
    font-size: 0.32rem;
    top: -0.2rem;
  }
}
.ald_biaoge {
  width: 15.6rem;
  margin: 0 auto;
  padding-bottom: 1.2rem;
}
@media (max-width: 768px) {
  .ald_biaoge {
    width: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
.ald_biaoge table {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.ald_biaoge table .nav {
  height: 0.8rem;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.ald_biaoge table .nav,
.ald_biaoge table .text {
  background: #082233;
  color: #FFF;
  display: flex;
}
@media (max-width: 2048px) {
  .ald_biaoge table .nav,
  .ald_biaoge table .text {
    font-size: 17.06666667px;
  }
}
@media (max-width: 1920px) {
  .ald_biaoge table .nav,
  .ald_biaoge table .text {
    font-size: 16px;
  }
}
@media (max-width: 1680px) {
  .ald_biaoge table .nav,
  .ald_biaoge table .text {
    font-size: 14px;
  }
}
@media (max-width: 1459px) {
  .ald_biaoge table .nav,
  .ald_biaoge table .text {
    font-size: 12.15833333px;
  }
}
@media (max-width: 1366px) {
  .ald_biaoge table .nav,
  .ald_biaoge table .text {
    font-size: 11.38333333px;
  }
}
@media (max-width: 1280px) {
  .ald_biaoge table .nav,
  .ald_biaoge table .text {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1259px) {
  .ald_biaoge table .nav,
  .ald_biaoge table .text {
    font-size: 10.49166667px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_biaoge table .nav,
  .ald_biaoge table .text {
    font-size: 8.53333333px;
  }
}
@media (min-width: 1024px) and (max-width: 1680px) {
  .ald_biaoge table .nav,
  .ald_biaoge table .text {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_biaoge table .nav,
  .ald_biaoge table .text {
    font-size: 10.49166667px;
  }
}
@media (max-width: 768px) {
  .ald_biaoge table .nav,
  .ald_biaoge table .text {
    font-size: 0.16rem;
  }
}
.ald_biaoge table .nav th,
.ald_biaoge table .text th,
.ald_biaoge table .nav td,
.ald_biaoge table .text td {
  height: auto;
  padding: 0.15rem 0.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'siyuan_light';
}
.ald_biaoge table .nav th:nth-of-type(1),
.ald_biaoge table .text th:nth-of-type(1) {
  width: 7.69%;
}
.ald_biaoge table .nav th:nth-of-type(2),
.ald_biaoge table .text th:nth-of-type(2) {
  width: 14.1%;
}
.ald_biaoge table .nav th:nth-of-type(3),
.ald_biaoge table .text th:nth-of-type(3) {
  width: 7.69%;
}
.ald_biaoge table .nav th:nth-of-type(4),
.ald_biaoge table .text th:nth-of-type(4) {
  width: 23.39%;
}
.ald_biaoge table .nav th:nth-of-type(5),
.ald_biaoge table .text th:nth-of-type(5) {
  width: 16.41%;
}
.ald_biaoge table .nav th:nth-of-type(6),
.ald_biaoge table .text th:nth-of-type(6) {
  width: 17.62%;
}
.ald_biaoge table .nav th:nth-of-type(7),
.ald_biaoge table .text th:nth-of-type(7) {
  width: 13.1%;
}
.ald_biaoge table .text {
  background: #fff;
}
.ald_biaoge table .text td {
  color: #666;
  text-align: center;
  font-family: 'siyuan_regular';
  border-left: 1px solid #ededed;
}
.ald_biaoge table .text td:nth-of-type(1) {
  border: 0;
  width: 7.69%;
}
.ald_biaoge table .text td:nth-of-type(2) {
  width: 14.1%;
}
.ald_biaoge table .text td:nth-of-type(3) {
  width: 7.69%;
}
.ald_biaoge table .text td:nth-of-type(4) {
  width: 23.39%;
}
.ald_biaoge table .text td:nth-of-type(5) {
  width: 16.41%;
}
.ald_biaoge table .text td:nth-of-type(6) {
  width: 17.62%;
}
.ald_biaoge table .text td:nth-of-type(7) {
  width: 13.1%;
}
.ald_biaoge table .text:nth-child(odd) {
  background: #f7f7f7;
}
.ald_biaoge .tips {
  text-align: center;
  font-size: 16px;
  color: #999;
  margin-top: 0.4rem;
  font-family: 'siyuan_regular';
  display: flex;
  justify-content: center;
}
.ald_biaoge .tips .syd {
  position: relative;
  margin-right: 20px;
}
.ald_biaoge .tips .syd::before {
  content: '';
  background: #2a90d6;
  width: 6px;
  height: 6px;
  border-radius: 1000px;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
}
@media (max-width: 1024px) {
  .ald_biaoge .tips {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .ald_biaoge {
    padding-bottom: 0.4rem;
    padding-top: 0.4rem;
  }
  .ald_biaoge table {
    display: -webkit-box;
    overflow-x: auto;
  }
  .ald_biaoge table .nav th,
  .ald_biaoge table .text th,
  .ald_biaoge table .nav td,
  .ald_biaoge table .text td {
    width: 1.2rem;
    font-size: 0.14rem;
    padding: 0.12rem 0.1rem;
  }
  .ald_biaoge table .nav th:nth-of-type(1) {
    width: 1.2rem;
  }
  .ald_biaoge table .nav th:nth-of-type(2) {
    width: 1.7rem;
  }
  .ald_biaoge table .nav th:nth-of-type(3) {
    width: 1.2rem;
  }
  .ald_biaoge table .nav th:nth-of-type(4) {
    width: 3.65rem;
  }
  .ald_biaoge table .nav th:nth-of-type(5) {
    width: 2.55rem;
  }
  .ald_biaoge table .nav th:nth-of-type(6) {
    width: 2.75rem;
  }
  .ald_biaoge table .nav th:nth-of-type(7) {
    width: 2.05rem;
  }
  .ald_biaoge table .text td:nth-of-type(1) {
    width: 1.2rem;
  }
  .ald_biaoge table .text td:nth-of-type(2) {
    width: 1.7rem;
  }
  .ald_biaoge table .text td:nth-of-type(3) {
    width: 1.2rem;
  }
  .ald_biaoge table .text td:nth-of-type(4) {
    width: 3.65rem;
  }
  .ald_biaoge table .text td:nth-of-type(5) {
    width: 2.55rem;
  }
  .ald_biaoge table .text td:nth-of-type(6) {
    width: 2.75rem;
  }
  .ald_biaoge table .text td:nth-of-type(7) {
    width: 2.05rem;
  }
  .ald_biaoge table .nav {
    min-height: 0.45rem;
    height: 0.45rem;
  }
  .ald_biaoge .tips {
    margin-top: 0.25rem;
    font-size: 0.14rem;
    flex-direction: column;
  }
  .ald_biaoge .tips .syd {
    display: none;
  }
}
.ald_spzs {
  background: #f7f7f7;
  padding-top: 1.2rem;
  padding-bottom: 0.4rem;
}
.ald_spzs .hh_w {
  width: 15.6rem;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 768px) {
  .ald_spzs .hh_w {
    width: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
.ald_spzs .hh_w .title {
  width: 15.6rem;
  margin: 0 auto;
  margin-bottom: 0.55rem;
  position: relative;
  flex: 1;
}
@media (max-width: 768px) {
  .ald_spzs .hh_w .title {
    width: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
.ald_spzs .hh_w .title .div1 {
  text-align: center;
  font-weight: bold;
  color: #111f28;
  line-height: 1;
  width: 100%;
}
@media (max-width: 2048px) {
  .ald_spzs .hh_w .title .div1 {
    font-size: 51.2px;
  }
}
@media (max-width: 1920px) {
  .ald_spzs .hh_w .title .div1 {
    font-size: 48px;
  }
}
@media (max-width: 1680px) {
  .ald_spzs .hh_w .title .div1 {
    font-size: 42px;
  }
}
@media (max-width: 1459px) {
  .ald_spzs .hh_w .title .div1 {
    font-size: 36.475px;
  }
}
@media (max-width: 1366px) {
  .ald_spzs .hh_w .title .div1 {
    font-size: 34.15px;
  }
}
@media (max-width: 1280px) {
  .ald_spzs .hh_w .title .div1 {
    font-size: 32px;
  }
}
@media (max-width: 1259px) {
  .ald_spzs .hh_w .title .div1 {
    font-size: 31.475px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_spzs .hh_w .title .div1 {
    font-size: 25.6px;
  }
}
.ald_spzs .hh_w .title .div2 {
  text-transform: Uppercase;
  opacity: 0.1;
  color: #2a90d6;
  font-family: 'akzidenzGrotesk-medium';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 3.75vw;
  top: -0.55rem;
}
.ald_spzs .hh_w .title .text {
  font-family: 'siyuan_normal';
  color: #FFF;
  margin-top: 0.35rem;
  margin-bottom: 0.7rem;
}
@media (max-width: 2048px) {
  .ald_spzs .hh_w .title .text {
    font-size: 19.2px;
  }
}
@media (max-width: 1920px) {
  .ald_spzs .hh_w .title .text {
    font-size: 18px;
  }
}
@media (max-width: 1680px) {
  .ald_spzs .hh_w .title .text {
    font-size: 15.75px;
  }
}
@media (max-width: 1459px) {
  .ald_spzs .hh_w .title .text {
    font-size: 13.678125px;
  }
}
@media (max-width: 1366px) {
  .ald_spzs .hh_w .title .text {
    font-size: 12.80625px;
  }
}
@media (max-width: 1280px) {
  .ald_spzs .hh_w .title .text {
    font-size: 12px;
  }
}
@media (max-width: 1259px) {
  .ald_spzs .hh_w .title .text {
    font-size: 11.803125px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_spzs .hh_w .title .text {
    font-size: 9.6px;
  }
}
@media (min-width: 1024px) and (max-width: 1680px) {
  .ald_spzs .hh_w .title .text {
    font-size: 15.75px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_spzs .hh_w .title .text {
    font-size: 11.803125px;
  }
}
@media (min-width: 1367px) {
  .ald_spzs .hh_w .title .text {
    font-size: 18px;
  }
}
@media (min-width: 1025px) and (max-width: 1366px) {
  .ald_spzs .hh_w .title .text {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_spzs .hh_w .title .text {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .ald_spzs .hh_w .title .text {
    font-size: 0.16rem;
  }
}
.ald_spzs .hh_w .ald_spzs_swp {
  padding-bottom: 0.6rem;
  overflow: hidden;
}
.ald_spzs .hh_w .ald_spzs_swp .swiper-slide {
  cursor: pointer;
}
.ald_spzs .hh_w .ald_spzs_swp .swiper-slide .div1 {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 55.44%;
}
.ald_spzs .hh_w .ald_spzs_swp .swiper-slide .div1 > .img,
.ald_spzs .hh_w .ald_spzs_swp .swiper-slide .div1 img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.ald_spzs .hh_w .ald_spzs_swp .swiper-slide .div1 .img {
  transition: all 0.5s;
}
.ald_spzs .hh_w .ald_spzs_swp .swiper-slide .div1 .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2.5rem;
  height: 2.5rem;
}
.ald_spzs .hh_w .ald_spzs_swp .swiper-slide .div2 {
  color: #666;
  text-align: center;
  margin-top: 0.25rem;
  transition: all 0.5s;
}
@media (max-width: 2048px) {
  .ald_spzs .hh_w .ald_spzs_swp .swiper-slide .div2 {
    font-size: 21.33333333px;
  }
}
@media (max-width: 1920px) {
  .ald_spzs .hh_w .ald_spzs_swp .swiper-slide .div2 {
    font-size: 20px;
  }
}
@media (max-width: 1680px) {
  .ald_spzs .hh_w .ald_spzs_swp .swiper-slide .div2 {
    font-size: 17.5px;
  }
}
@media (max-width: 1459px) {
  .ald_spzs .hh_w .ald_spzs_swp .swiper-slide .div2 {
    font-size: 15.19791667px;
  }
}
@media (max-width: 1366px) {
  .ald_spzs .hh_w .ald_spzs_swp .swiper-slide .div2 {
    font-size: 14.22916667px;
  }
}
@media (max-width: 1280px) {
  .ald_spzs .hh_w .ald_spzs_swp .swiper-slide .div2 {
    font-size: 13.33333333px;
  }
}
@media (max-width: 1259px) {
  .ald_spzs .hh_w .ald_spzs_swp .swiper-slide .div2 {
    font-size: 13.11458333px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_spzs .hh_w .ald_spzs_swp .swiper-slide .div2 {
    font-size: 10.66666667px;
  }
}
@media (min-width: 1024px) and (max-width: 1680px) {
  .ald_spzs .hh_w .ald_spzs_swp .swiper-slide .div2 {
    font-size: 17.5px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ald_spzs .hh_w .ald_spzs_swp .swiper-slide .div2 {
    font-size: 13.11458333px;
  }
}
.ald_spzs .hh_w .ald_spzs_swp .swiper-slide:hover .div1 .img {
  transform: scale(1.05);
}
.ald_spzs .hh_w .ald_spzs_swp .swiper-slide:hover .div2 {
  color: #0382da;
}
.ald_spzs .hh_w .ald_spzs_swp .swiper-button-prev {
  background-image: url(../images/icon_slzs_swpl.png);
  background-size: 0.18rem 0.3rem;
  left: -0.55rem;
  width: 0.18rem;
  height: 0.3rem;
  cursor: pointer;
}
@media (max-width: 768px) {
  .ald_spzs .hh_w .ald_spzs_swp .swiper-button-prev {
    display: none;
  }
}
.ald_spzs .hh_w .ald_spzs_swp .swiper-button-next {
  background-image: url(../images/icon_slzs_swpr.png);
  background-size: 0.18rem 0.3rem;
  width: 0.18rem;
  height: 0.3rem;
  right: -0.55rem;
  cursor: pointer;
}
@media (max-width: 768px) {
  .ald_spzs .hh_w .ald_spzs_swp .swiper-button-next {
    display: none;
  }
}
.ald_spzs .hh_w .ald_spzs_swp .swiper-button-prev:after,
.ald_spzs .hh_w .ald_spzs_swp .swiper-container-rtl .swiper-button-next:after,
.ald_spzs .hh_w .ald_spzs_swp .swiper-button-next:after,
.ald_spzs .hh_w .ald_spzs_swp .swiper-container-rtl .swiper-button-prev:after {
  content: ' ';
}
.ald_spzs .hh_w .ald_spzs_swp .swiper-button-prev:hover {
  background-image: url(../images/icon_slzs_swpla.png);
}
.ald_spzs .hh_w .ald_spzs_swp .swiper-button-next:hover {
  background-image: url(../images/icon_slzs_swpra.png);
}
@media (max-width: 768px) {
  .ald_spzs {
    padding-top: 0.4rem;
    padding-bottom: 0.25rem;
  }
  .ald_spzs .swiper-pagination {
    transform: translateX(-50%);
  }
  .ald_spzs .hh_w .title .div2 {
    font-size: 0.32rem;
    top: -0.25rem;
  }
  .ald_spzs .hh_w .title {
    margin-bottom: 0.25rem;
  }
  .ald_spzs .swiper-pagination-bullet {
    background: #000;
  }
  .ald_spzs .swiper-pagination-bullet-active {
    background: #0382da;
  }
  .ald_spzs .hh_w .ald_spzs_swp .swiper-slide .div2 {
    margin-top: 0.15rem;
    font-size: 0.13rem;
  }
  .ald_spzs .hh_w .ald_spzs_swp {
    padding-bottom: 0.55rem;
  }
  .ald_spzs .hh_w .title .div1 {
    font-size: 0.2rem;
  }
  .ald_spzs .hh_w .ald_spzs_swp .swiper-slide .div1 .icon {
    width: 1rem;
    height: 1rem;
  }
}
.videos_mask {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  display: none;
}
.videos_box {
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: 0;
  margin-top: 0;
  width: 80%;
  height: 60%;
  transform: translate(-50%, -50%);
  z-index: 2001;
}
.videos_box iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.vclose {
  position: absolute;
  width: 35px;
  height: 35px;
  right: 0;
  cursor: pointer;
}
@media (max-width: 768px) {
  .videos_box {
    width: 100%;
    height: 45%;
  }
  .videos_box .videos_div {
    width: 100%;
    height: 100%;
  }
}
.map_con1 .item3 .div1 .p2 .r2 {
  width: 88% !important;
}
@media (max-width: 1459px) {
  .map_con1 .item3 .div1 .p2 .r2 {
    margin-left: 100px;
  }
}
@media (max-width: 991px) {
  .map_con1 .item3 .div1 .p2 .p1 {
    margin-left: 20px;
    padding-left: 0;
  }
  .map_con1 .item3 .div1 .p2 .r1 a {
    padding-left: 15px;
  }
  .map_con1 .item3 .div1 .p2 .r2 {
    padding-left: 15px;
  }
  .map_con1 .item3 .div1 .p2.fd {
    left: 20px;
  }
  .map_con1 .item1 .div1 .p1 {
    width: 15.5%;
  }
}
