@charset "utf-8";
.sub_banner {
  position: relative;
}
.sub_banner .xs,
.sub_banner .xs2 {
  display: block;
}
.sub_banner .yc,
.sub_banner .yc2 {
  display: none;
}
@media (max-width: 767px) {
  .sub_banner .xs,
  .sub_banner .xs2 {
    display: none;
  }
  .sub_banner .yc,
  .sub_banner .yc2 {
    display: block;
  }
}
.sub_banner .mob_pc {
  height: 5.8rem;
}
.sub_banner .mob_pc img {
  width: 100%;
  height: 100%;
  border: 0;
  vertical-align: middle;
  object-fit: cover;
}
.sub_banner .sub_banner_txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  color: #fff;
}
.sub_banner .sub_banner_txt .container1600 {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 100px 24% 0.24rem 0;
}
@media screen and (max-width: 1440px) {
  .sub_banner .sub_banner_txt .container1600 {
    padding: 60px 0 0.24rem;
  }
}
.sub_banner .sub_banner_txt .container1600 h2 {
  font-size: 0.48rem;
  line-height: 1.3;
  margin-bottom: 0.24rem;
}
.sub_banner .sub_banner_txt .container1600 > a {
  padding: 0 0.48rem;
  height: 0.6rem;
  background: var(--color);
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  color: #fff;
  margin-top: 0.36rem;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .sub_banner .sub_banner_txt .container1600 > a {
    height: 0.8rem;
  }
}
.sub_banner .sub_banner_txt .container1600 > a:hover {
  opacity: 0.8;
}
@media (max-width: 767px) {
  .sub_banner2 .mob_pc {
    height: 8rem;
  }
}
.sub_banner2 .sub_banner_txt {
  background: rgba(0, 0, 0, 0.25);
}
.sub_banner2 .bant_form {
  margin-top: 0.5rem;
}
.sub_banner2 .bant_form form .for_t {
  display: flex;
  margin-bottom: 0.2rem;
}
.sub_banner2 .bant_form form .for_t .inp {
  width: 4.84rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.15rem 0 0.2rem;
  border: 1px solid #fff;
  border-radius: 100px;
  height: 0.54rem;
}
@media (max-width: 767px) {
  .sub_banner2 .bant_form form .for_t .inp {
    height: 0.8rem;
    padding: 0 0.26rem;
  }
}
.sub_banner2 .bant_form form .for_t .inp input {
  width: 100%;
  color: #fff;
}
.sub_banner2 .bant_form form .for_t .inp input::-webkit-input-placeholder {
  color: #fff;
}
.sub_banner2 .bant_form form .for_t .inp input::-moz-input-placeholder {
  color: #fff;
}
.sub_banner2 .bant_form form .for_t .inp input::-ms-input-placeholder {
  color: #fff;
}
.sub_banner2 .bant_form form .for_t .inp svg {
  width: 0.22rem;
  height: auto;
  flex-shrink: 0;
  margin-left: 0.2rem;
}
@media (max-width: 767px) {
  .sub_banner2 .bant_form form .for_t .inp svg {
    width: 0.34rem;
  }
}
.sub_banner2 .bant_form form .for_t .inp svg path {
  fill: #fff;
}
.sub_banner2 .bant_form form .for_t button {
  padding: 0 0.22rem;
  height: 0.54rem;
  background: var(--color);
  border-radius: 100px;
  color: #fff;
  margin-left: 0.1rem;
  flex-shrink: 0;
  transition: all 0.3s;
}
.sub_banner2 .bant_form form .for_t button:hover {
  opacity: 0.9;
}
@media (max-width: 767px) {
  .sub_banner2 .bant_form form .for_t button {
    height: 0.8rem;
    padding: 0 0.36rem;
  }
}
.sub_banner2 .bant_form form > p {
  color: #fff;
}
.sub_banner2 .bant_form form > p a {
  color: #fff;
  transition: all 0.3s;
}
.sub_banner2 .bant_form form > p a:hover {
  color: var(--color);
}
.sub_banner3 .sub_banner_txt {
  background: rgba(0, 0, 0, 0.25);
}

 
@charset "utf-8";
.aut_gs {
  padding: 1.24rem 0 1.88rem;
}
@media (max-width: 767px) {
  .aut_gs {
    padding: 1rem 0;
  }
}
.aut_gs .container1510 {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .aut_gs .container1510 {
    flex-direction: column;
  }
}
.aut_gs .container1510 .left {
  width: 45.29%;
  margin-left: -0.4rem;
}
@media (max-width: 767px) {
  .aut_gs .container1510 .left {
    width: 100%;
    margin-left: 0;
    margin-bottom: 0.5rem;
  }
}
.aut_gs .container1510 .left img {
  object-fit: contain;
}
.aut_gs .container1510 .right {
  padding-left: 0.1rem;
  width: 50%;
}
@media (max-width: 767px) {
  .aut_gs .container1510 .right {
    width: 100%;
  }
}
.aut_gs .container1510 .right > span {
  color: var(--color);
  font-weight: bold;
  margin-bottom: 0.1rem;
  display: block;
  font-size: var(--font-size4);
}
.aut_gs .container1510 .right h2 {
  font-size: 0.48rem;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 0.3rem;
}
.aut_gs .container1510 .right .g_p p {
  margin-bottom: 0.3rem;
}
.aut_gs .container1510 .right .g_p p:last-child {
  margin-bottom: 0;
}
.wis_gs {
  padding: 1.24rem 0 1.15rem;
}

 
@charset "utf-8";
.proInfo_xg {
  background: #fff;
  padding: 0.6rem 0 0;
}
.proInfo_xg .sub_title {
  text-align: left;
}
.proInfo_xg .sub_title h2 {
  font-size: 0.48rem;
  font-weight: bold;
  display: inline-flex;
  padding: 0.05rem 0.45rem;
  background: var(--color);
  color: #fff;
  border-radius: 100px;
}
.proInfo_xg .pub_a {
  display: inline-flex;
  cursor: pointer;
  align-items: center;
}
.proInfo_xg .pub_a.pub_a2:hover .r_svg {
  background: var(--color0);
  border-color: var(--color0);
}
.proInfo_xg .pub_a.pub_a2 .r_svg {
  background: var(--color);
  border-color: var(--color);
}
.proInfo_xg .pub_a.pub_a3:hover .r_svg {
  background: #fff;
  border-color: #fff;
}
.proInfo_xg .pub_a.pub_a3 .r_svg {
  background: #fff;
  border-color: #fff;
}
.proInfo_xg .pub_a.pub_a3 .r_svg svg {
  color: var(--color);
}
.proInfo_xg .pub_a.pub_a3 .r_svg svg path {
  fill: var(--color);
}
.proInfo_xg .pub_a.pub_a4:hover .r_svg {
  background: var(--color);
  border-color: var(--color);
}
.proInfo_xg .pub_a.pub_a4:hover .r_svg svg {
  color: #fff;
  transform: rotate(45deg);
}
.proInfo_xg .pub_a.pub_a4:hover .r_svg svg path {
  fill: #fff;
}
.proInfo_xg .pub_a.pub_a4 .r_svg {
  background: none;
  border-color: var(--color);
}
.proInfo_xg .pub_a.pub_a4 .r_svg svg {
  color: var(--color);
}
.proInfo_xg .pub_a.pub_a4 .r_svg svg path {
  fill: var(--color);
}
.proInfo_xg .pub_a.pub_a5:hover .r_svg {
  background: none;
  border-color: transparent;
}
.proInfo_xg .pub_a.pub_a5:hover .r_svg svg {
  color: var(--color);
  transform: rotate(45deg);
}
.proInfo_xg .pub_a.pub_a5:hover .r_svg svg path {
  fill: var(--color);
}
.proInfo_xg .pub_a.pub_a5:hover p {
  color: var(--color);
}
.proInfo_xg .pub_a.pub_a5 p {
  margin-right: 0;
}
.proInfo_xg .pub_a.pub_a5 .r_svg {
  background: none;
  border-color: transparent;
}
.proInfo_xg .pub_a.pub_a5 .r_svg svg {
  color: #333;
}
.proInfo_xg .pub_a.pub_a5 .r_svg svg path {
  fill: #333;
}
.proInfo_xg .pub_a:hover .r_svg {
  background: var(--color);
  border-color: var(--color);
}
.proInfo_xg .pub_a:hover .r_svg svg {
  transform: rotate(45deg);
}
.proInfo_xg .pub_a p {
  transition: all 0.3s;
  margin-right: 0.2rem;
}
.proInfo_xg .pub_a .r_svg {
  width: 0.52rem;
  height: 0.52rem;
  border-radius: 50%;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .proInfo_xg .pub_a .r_svg {
    width: 0.7rem;
    height: 0.7rem;
  }
}
.proInfo_xg .pub_a .r_svg svg {
  color: #fff;
  width: 22.6%;
  transition: all 0.3s;
}
.proInfo_xg .pub_a .r_svg svg path {
  fill: #fff;
}
.proInfo_xg .sub_title {
  margin-bottom: 0.5rem;
}
.proInfo_xg .sub_swi_con {
  position: relative;
}
.proInfo_xg .sub_swi {
  overflow: hidden;
  width: calc(100% + 0.2rem);
  height: calc(100% + 0.2rem);
  margin: -0.2rem 0 0 -0.2rem;
  padding: 0.2rem 0.2rem;
}
@media (max-width: 767px) {
  .proInfo_xg .sub_swi {
    padding: 0.2rem 0.2rem 0.6rem;
  }
}
.proInfo_xg .sub_swi .sub_swi_box2 {
  overflow: initial;
}
.proInfo_xg .sub_swi .sub_swi_box2 .swip2_pag {
  top: auto;
  bottom: -0.4rem;
  display: none;
}
.proInfo_xg .sub_swi .sub_swi_box2 .swip2_pag .swiper-pagination-progressbar-fill {
  background: var(--color);
}
@media (max-width: 767px) {
  .proInfo_xg .sub_swi .sub_swi_box2 .swip2_pag {
    display: block;
  }
}
.proInfo_xg .sub_swi .sub_swi_box2 .sub_swi_con {
  display: block;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.07);
}
.proInfo_xg .sub_swi .sub_swi_box2 .sub_swi_con:hover .img_hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
.proInfo_xg .sub_swi .sub_swi_box2 .sub_swi_con:hover .txt .left h3 {
  color: var(--color);
}
.proInfo_xg .sub_swi .sub_swi_box2 .sub_swi_con:hover .txt .left span {
  color: var(--color);
}
.proInfo_xg .sub_swi .sub_swi_box2 .sub_swi_con:hover .txt .r_svg svg {
  transform: rotate(45deg);
}
.proInfo_xg .sub_swi .sub_swi_box2 .sub_swi_con .public-img:before {
  padding-top: 64%;
}
.proInfo_xg .sub_swi .sub_swi_box2 .sub_swi_con .txt {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0.45rem 0.4rem 0.58rem;
}
.proInfo_xg .sub_swi .sub_swi_box2 .sub_swi_con .txt .left {
  width: calc(100% - 0.72rem);
}
.proInfo_xg .sub_swi .sub_swi_box2 .sub_swi_con .txt .left h3 {
  font-size: var(--font-size3);
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0.12rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.3s;
}
.proInfo_xg .sub_swi .sub_swi_box2 .sub_swi_con .txt .left span {
  font-size: var(--font-size7);
  color: #666;
  transition: all 0.3s;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 3em;
  line-height: 1.5;
}
.proInfo_xg .sub_swi .sub_swi_box2 .sub_swi_con .txt .right {
  flex-shrink: 0;
  margin-left: 0.2rem;
}
.proInfo_xg .g_qie .pub_nav {
  width: 0.5rem;
  height: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.05);
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 10;
  cursor: pointer;
  transition: all 0.4s;
}
.proInfo_xg .g_qie .pub_nav:after {
  display: none;
}
@media (max-width: 991px) {
  .proInfo_xg .g_qie .pub_nav {
    display: none;
  }
}
.proInfo_xg .g_qie .pub_nav:hover {
  background: var(--color);
}
.proInfo_xg .g_qie .pub_nav:hover svg {
  color: #fff;
}
.proInfo_xg .g_qie .pub_nav:hover svg path {
  fill: #fff;
}
.proInfo_xg .g_qie .pub_nav svg {
  width: 14%;
  height: auto;
}
.proInfo_xg .g_qie .pub_nav svg path {
  fill: #999;
  opacity: 1;
  transition: all 0.4s;
}
.proInfo_xg .g_qie .pub_prev {
  left: -0.8rem;
}
@media (max-width: 1260px) {
  .proInfo_xg .g_qie .pub_prev {
    left: -0.6rem;
  }
}
.proInfo_xg .g_qie .pub_prev svg {
  transform: rotate(225deg);
}
.proInfo_xg .g_qie .pub_next {
  right: -0.8rem;
}
@media (max-width: 1260px) {
  .proInfo_xg .g_qie .pub_next {
    right: -0.6rem;
  }
}
.proInfo_xg .g_qie .pub_next svg {
  transform: rotate(45deg);
}
.proInfo_xg .g_qie.g_qie2 {
  display: flex;
}
.proInfo_xg .g_qie.g_qie2 .pub_nav {
  position: initial;
  transform: translateY(0%);
  margin-left: 0.17rem;
}
.aut_xg {
  background: #F5F5F5;
}

 
@charset "utf-8";
.wis_al {
  background: #f5f5f5;
  padding: 1.2rem 0 1.4rem;
}
.wis_al .sub_title {
  text-align: left;
}
.wis_al .sub_title h2 {
  line-height: 1;
  font-size: 0.48rem;
  font-weight: bold;
}
.wis_al .wis_al_box {
  position: relative;
  margin-top: 0.6rem;
}
.wis_al .wis_al_box .wis_al_swi .wis_al_con:hover .public-img img {
  transform: scale(1.05);
}
.wis_al .wis_al_box .wis_al_swi .wis_al_con:hover .txt h3 {
  color: var(--color);
}
.wis_al .wis_al_box .wis_al_swi .wis_al_con .public-img:before {
  padding-top: 56.66%;
}
.wis_al .wis_al_box .wis_al_swi .wis_al_con .txt {
  padding: 0.4rem 0.28rem 0.35rem 0.38rem;
  background: #fff;
}
.wis_al .wis_al_box .wis_al_swi .wis_al_con .txt h3 {
  font-weight: bold;
  transition: all 0.3s;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 3em;
  font-size: var(--font-size4);
}
.wis_al .wis_al_box .wis_al_swi .wis_al_con .txt p {
  color: #666;
  margin-top: 0.2rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: var(--font-size7);
}
.wis_al .wis_al_box .wis_al_swi .wis_al_con .txt .g_ti {
  color: #666;
  margin-top: 0.48rem;
}
.wis_al .wis_al_box .wis_al_swi .wis_al_con .txt .g_ti span {
  margin-right: 0.25rem;
}
.wis_al .g_one {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .wis_al .g_one {
    flex-direction: column;
  }
}
.wis_al .g_one:hover .r_svg {
  background: var(--color);
  border-color: var(--color);
}
.wis_al .g_one:hover .r_svg svg {
  transform: rotate(45deg);
}
.wis_al .g_one:hover .left img {
  transform: scale(1.03);
}
.wis_al .g_one .left {
  width: 49.33%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .wis_al .g_one .left {
    width: 100%;
  }
}
.wis_al .g_one .left img {
  transition: all 0.3s;
}
.wis_al .g_one .right {
  width: 50.67%;
  background: #fff;
  padding: 0 1rem ;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .wis_al .g_one .right {
    padding: 0.4rem;
  }
}
@media (max-width: 767px) {
  .wis_al .g_one .right {
    width: 100%;
  }
}
.wis_al .g_one .right > span {
  color: var(--color);
  margin-bottom: 0.1rem;
}
.wis_al .g_one .right h3 {
  font-size: 0.36rem;
  font-weight: bold;
  line-height: 1.27;
  margin-bottom: 0.3rem;
}
.wis_al .g_one .right > p {
  color: #666;
  margin-bottom: 0.35rem;
}
.wis_al .g_qie .pub_nav {
  width: 0.5rem;
  height: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.05);
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 10;
  cursor: pointer;
  transition: all 0.4s;
}
.wis_al .g_qie .pub_nav:after {
  display: none;
}
@media (max-width: 991px) {
  .wis_al .g_qie .pub_nav {
    display: none;
  }
}
.wis_al .g_qie .pub_nav:hover {
  background: var(--color);
}
.wis_al .g_qie .pub_nav:hover svg {
  color: #fff;
}
.wis_al .g_qie .pub_nav:hover svg path {
  fill: #fff;
}
.wis_al .g_qie .pub_nav svg {
  width: 14%;
  height: auto;
}
.wis_al .g_qie .pub_nav svg path {
  fill: #999;
  opacity: 1;
  transition: all 0.4s;
}
.wis_al .g_qie .pub_prev {
  left: -0.8rem;
}
@media (max-width: 1260px) {
  .wis_al .g_qie .pub_prev {
    left: -0.6rem;
  }
}
.wis_al .g_qie .pub_prev svg {
  transform: rotate(225deg);
}
.wis_al .g_qie .pub_next {
  right: -0.8rem;
}
@media (max-width: 1260px) {
  .wis_al .g_qie .pub_next {
    right: -0.6rem;
  }
}
.wis_al .g_qie .pub_next svg {
  transform: rotate(45deg);
}
.wis_al .g_qie.g_qie2 {
  display: flex;
}
.wis_al .g_qie.g_qie2 .pub_nav {
  position: initial;
  transform: translateY(0%);
  margin-left: 0.17rem;
}
@keyframes moveq2 {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  100% {
    transform: scale(3);
    -webkit-transform: scale(3);
    opacity: 0;
  }
}
