.ind_banner {
  width: 100%;
  height: 100vh;
  position: relative;
}
.ind_banner .ind_swi {
  overflow: hidden;
  height: 100%;
}
.ind_banner .mfont {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  right: 0;
  top: 0;
  z-index: 30;
  bottom: 0;
  width: 100%;
}
.ind_banner .mfont .mfont_main {
  transform: translateY(-8rem);
  width: 100%;
  max-width: 1000px;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ind_banner .mfont .mtitle {
  font-size: 5rem;
  color: #FFFFFF;
  font-weight: bold;
  margin-bottom: 2rem;
  text-align: center;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}
.ind_banner .mfont .minfo {
  width: 70%;
  font-size: 2rem;
  color: #FFFFFF;
  text-align: center;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}
.ind_banner .mimg {
  width: 100%;
  height: 100%;
}
.ind_banner .mimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ind_banner .swi_foot {
  position: absolute;
  z-index: 20;
  right: 0;
  height: 12rem;
  width: 67%;
  bottom: -2.7rem;
  background: url(/Static/images/bg02.png) no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 8rem;
}
.ind_banner .swi_foot .minimg {
  position: absolute;
  right: 0;
  top: -3.8rem;
  height: 4rem;
}
.ind_banner .swi_foot .mleft {
  transform: translateY(-0.5rem);
  display: flex;
  align-items: center;
  line-height: 150%;
}
.ind_banner .swi_foot .mleft span {
  color: #FFFFFF;
  font-size: 3rem;
  margin: 0 0.2rem;
  font-weight: bold;
}
.ind_banner .swi_foot .mleft h5,
.ind_banner .swi_foot .mleft h6 {
  color: #FFFFFF;
  font-size: 3.5rem;
  font-weight: bold;
  font-family: numFont;
}
.ind_banner .swi_foot .mright {
  transform: translateY(-0.5rem);
  z-index: 20;
  position: relative;
  display: flex;
  align-items: center;
}
.ind_banner .swi_foot .mright .xhi {
  color: #FFFFFF;
  font-size: 2rem;
}
.ind_banner .swi_foot .mright .indbanner_prev,
.ind_banner .swi_foot .mright .indbanner_next {
  position: static;
  height: auto;
  width: auto;
  margin: 0 1rem;
}
.ind_banner_md {
  display: none;
  width: 100%;
  height: 40rem;
  position: relative;
}
.ind_banner_md .ind_swimd {
  overflow: hidden;
  height: 100%;
}
.ind_banner_md .mfont {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  right: 0;
  top: 0;
  z-index: 30;
  bottom: 0;
  width: 100%;
}
.ind_banner_md .mfont .mfont_main {
  transform: translateY(-4rem);
  width: 70%;
  max-width: 768px;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ind_banner_md .mfont .mtitle {
  font-size: 2.6rem;
  color: #FFFFFF;
  font-weight: bold;
  margin-bottom: 2rem;
  text-align: center;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}
.ind_banner_md .mfont .minfo {
  width: 70%;
  font-size: 2rem;
  color: #FFFFFF;
  text-align: center;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}
.ind_banner_md .mimg {
  width: 100%;
  height: 100%;
}
.ind_banner_md .mimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ind_carinfo {
  width: 100%;
  padding: 8rem 0;
  background: #f4f4f4;
  overflow: hidden;
}
.ind_carinfo .ind_carinfo_main {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
  padding: 0 4rem;
}
.ind_carinfo .ind_carinfo_main .page_car_tag {
  position: absolute;
  transition: 0.2s all ease-in;
  top: 1.5rem;
  left: 1.5rem;
  padding: 0.2rem 1rem;
  font-size: 1.2rem;
  color: #333;
  background-color: #EFAB3E;
  border-radius: 0.4rem;
  z-index: 2;
}
.ind_carinfo .ind_carinfo_main ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5rem;
  padding: 0 4rem;
}
.ind_carinfo .ind_carinfo_main ul li {
  text-align: center;
  width: 12.5%;
}
.ind_carinfo .ind_carinfo_main ul li .item {
  display: block;
  transition: all 0.3s ease;
}
.ind_carinfo .ind_carinfo_main ul li .item img {
  width: 10rem;
  margin: 0 auto;
  margin-bottom: 1.5rem;
  transition: all 0.3s ease;
}
.ind_carinfo .ind_carinfo_main ul li .item p {
  font-size: 1.6rem;
  color: #303133;
  transition: all 0.3s ease;
}
.ind_carinfo .ind_carinfo_main ul li .item:hover img {
  transform: translateY(-5px);
}
.ind_carinfo .ind_carinfo_main ul li .item:hover p {
  color: #EFAB3E;
}
.ind_carinfo .ind_carinfo_main .ind_carinfo_swi {
  width: 100%;
  overflow: visible;
  margin-bottom: 4rem;
  overflow: hidden;
}
.ind_carinfo .ind_carinfo_main .ind_carinfo_swi .swiper-wrapper {
  transition-timing-function: linear;
}
.ind_carinfo .ind_carinfo_main .ind_carinfo_swi .swiper-slide {
  width: 25%;
  transition: all 0.3s ease;
}
.ind_carinfo .ind_carinfo_main .ind_carinfo_swi .swiper-slide:hover {
  transform: translateY(-10px);
}
.ind_carinfo .ind_carinfo_main .ind_carinfo_swi .swiper-slide .mitem {
  display: block;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.ind_carinfo .ind_carinfo_main .ind_carinfo_swi .swiper-slide .mitem .mimg {
  width: 100%;
  height: 20rem;
  overflow: hidden;
}
.ind_carinfo .ind_carinfo_main .ind_carinfo_swi .swiper-slide .mitem .mimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
.ind_carinfo .ind_carinfo_main .ind_carinfo_swi .swiper-slide .mitem:hover .mimg img {
  transform: scale(1.05);
}
.ind_carinfo .ind_carinfo_main .ind_carinfo_swi .swiper-slide .mitem .mfont {
  padding: 2rem;
}
.ind_carinfo .ind_carinfo_main .ind_carinfo_swi .swiper-slide .mitem .mfont h3 {
  font-size: 2rem;
  color: #111111;
  font-weight: bold;
  margin-bottom: 1.5rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.ind_carinfo .ind_carinfo_main .ind_carinfo_swi .swiper-slide .mitem .mfont .spec_item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.ind_carinfo .ind_carinfo_main .ind_carinfo_swi .swiper-slide .mitem .mfont .spec_item .label {
  font-size: 1.4rem;
  color: #909399;
}
.ind_carinfo .ind_carinfo_main .ind_carinfo_swi .swiper-slide .mitem .mfont .spec_item .value {
  font-size: 1.4rem;
  color: #606266;
  font-weight: bold;
}
.ind_carinfo .ind_carinfo_main .mline {
  width: 100%;
  height: 2px;
  background: #E0E0E0;
  position: relative;
  border-radius: 1px;
}
.ind_carinfo .ind_carinfo_main .mline span {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #EFAB3E;
  border-radius: 1px;
  width: 0;
  transition: width 0.5s ease;
}
@media screen and (max-width: 1600px) {
  .ind_carinfo .ind_carinfo_main {
    max-width: 1440px;
  }
}
@media screen and (max-width: 1440px) {
  .ind_banner {
    height: 80rem;
  }
  .ind_banner .swi_foot {
    height: 8rem;
  }
  .ind_carinfo {
    padding: 6rem 0;
  }
  .ind_carinfo .ind_carinfo_main .ind_carinfo_swi .swiper-slide {
    width: 33.33%;
  }
}
@media screen and (max-width: 1280px) {
  .ind_carinfo .ind_carinfo_main ul li .item img {
    width: 9rem;
  }
  .ind_carinfo .ind_carinfo_main .ind_carinfo_swi .swiper-slide .mitem .mimg {
    height: 20rem;
  }
}
@media screen and (max-width: 1200px) {
  .ind_carinfo .ind_carinfo_main .ind_carinfo_swi .swiper-slide {
    width: 50%;
  }
}
@media screen and (max-width: 1025px) {
  .ind_banner {
    height: 60rem;
  }
  .ind_carinfo {
    padding: 5rem 0;
  }
  .ind_carinfo .ind_carinfo_main {
    padding: 0 2rem;
  }
  .ind_carinfo .ind_carinfo_main ul {
    flex-wrap: wrap;
    margin-bottom: 4rem;
  }
  .ind_carinfo .ind_carinfo_main ul li {
    width: 25%;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .ind_banner {
    display: none;
  }
  .ind_banner_md {
    display: block;
    height: 34rem;
  }
  .ind_carinfo {
    padding: 4rem 0;
  }
  .ind_carinfo .ind_carinfo_main {
    padding: 0 0.5rem;
  }
  .ind_carinfo .ind_carinfo_main ul {
    margin-bottom: 3rem;
    padding: 0;
  }
  .ind_carinfo .ind_carinfo_main ul li {
    width: 25%;
  }
  .ind_carinfo .ind_carinfo_main ul li .item p {
    font-size: 1.4rem;
  }
  .ind_carinfo .ind_carinfo_main .ind_carinfo_swi .swiper-slide {
    width: 100%;
  }
  .ind_carinfo .ind_carinfo_main .ind_carinfo_swi .swiper-slide .mitem .mimg {
    height: 16rem;
  }
  .ind_carinfo .ind_carinfo_main .ind_carinfo_swi .swiper-slide .mitem .mfont {
    padding: 1.5rem;
  }
  .ind_carinfo .ind_carinfo_main .ind_carinfo_swi .swiper-slide .mitem .mfont h3 {
    font-size: 1.8rem;
  }
}
.ind_abdout {
  position: relative;
  overflow: hidden;
  height: 79rem;
  background: #1B1B1B;
  max-height: 100vh;
}
.ind_abdout .section_main {
  position: relative;
  z-index: 10;
}
.ind_abdout .mbg {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  -webkit-mask-image: url('/Static/images/bg05.png');
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  display: flex;
  justify-content: flex-end;
}
.ind_abdout .mbg img {
  height: 100%;
  object-fit: cover;
}
.ind_abdout .mtitle {
  margin-bottom: 3.5rem;
}
.ind_abdout .mtitle .mtop {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.ind_abdout .mtitle h4 {
  font-size: 2rem;
  font-weight: bold;
  color: #EFAB3E;
}
.ind_abdout .mtitle span {
  width: 3rem;
  height: 0.3rem;
  background: #EFAB3E;
  margin-left: 0.5rem;
}
.ind_abdout .mtitle h1 {
  font-size: 3.6rem;
  color: #FFFFFF;
}
.ind_abdout .minfo {
  font-size: 1.6rem;
  color: #fff;
  line-height: 170%;
  max-width: 86rem;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  display: -webkit-box;
}
.ind_abdout ul {
  max-width: 120rem;
  height: 12rem;
  margin-top: 8rem;
  display: flex;
  align-items: center;
}
.ind_abdout ul li {
  flex: 1;
  transition: 0.2s all ease-in;
  height: 100%;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #fff;
}
.ind_abdout ul li .mtop {
  display: flex;
  align-items: center;
}
.ind_abdout ul li h4 {
  font-size: 4.5rem;
  font-weight: bold;
  color: #333;
  transition: 0.2s all ease-in;
}
.ind_abdout ul li span {
  font-size: 1.4rem;
  color: #303133;
  transform: translateY(0.6rem);
  margin-left: 0.5rem;
}
.ind_abdout ul li p {
  text-align: center;
  font-size: 1.5rem;
  color: #606266;
  margin-top: 0.5rem;
}
.ind_abdout ul li:nth-child(n+3) {
  background: #EFAB3E;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.ind_abdout ul li:nth-child(n+3) h4 {
  color: #303133;
}
.ind_abdout ul li:nth-child(n+3) span {
  color: #303133;
}
.ind_abdout ul li:nth-child(n+3) p {
  color: #303133;
}
.ind_abdout ul li:hover {
  transform: translateY(-0.5rem);
}
@media screen and (max-width: 768px) {
  .ind_abdout {
    height: auto;
  }
  .ind_abdout .minfo {
    font-size: 1.8rem;
  }
  .ind_abdout .mbg {
    position: static;
    background: none;
    -webkit-mask-image: none;
    margin-top: 3rem;
    display: none;
  }
  .ind_abdout .mbg img {
    width: 100%;
    height: auto;
  }
  .ind_abdout ul {
    height: 10rem;
    margin-top: 4rem;
  }
  .ind_abdout ul li h4 {
    font-size: 2.8rem;
  }
  .ind_abdout ul li span {
    transform: translateY(0.3rem);
  }
}
.ind_cert2 .ind_cert_swi {
  margin-top: 4rem;
}
.ind_cert2 .mitem {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.ind_cert2 .mimg {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ind_cert2 .mimg img {
  width: auto;
  height: 30rem;
}
.ind_cert2 .mbg {
  width: 100%;
  height: 9rem;
  background: url(/Static/images/cert-bg.jpg) no-repeat;
  background-size: 100% auto;
  opacity: 0.6;
}
.ind_cert2 .swiper-slide:first-child .mbg {
  width: 100%;
  background: url(/Static/images/cert-bg2.jpg) no-repeat;
  background-size: 100% auto;
}
.ind_cert2 .swiper-slide:last-child .mbg {
  width: 100%;
  background: url(/Static/images/cert-bg1.jpg) no-repeat;
  background-size: 100% auto;
}
.ind_plan_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ind_plan_top .xhtitle {
  margin-bottom: 0;
}
.ind_plan_top .mfont p {
  font-size: 1.6rem;
  color: #303133;
  line-height: 165%;
  max-width: 65rem;
}
@media screen and (max-width: 1440px) {
  .ind_cert2 .mimg {
    padding: 0 1.5rem;
  }
}
@media screen and (max-width: 1280px) {
  .ind_cert2 .mimg img {
    height: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .ind_cert2 .xhtitle-l {
    flex-shrink: 0;
    margin-right: 1.5rem;
  }
  .ind_cert2 .mbg {
    display: none;
  }
  .ind_cert2 .mimg img {
    height: 18rem;
  }
}
.indzh {
  background: url(/Static/images/bg011.jpg) no-repeat;
  background-size: 100% 86rem;
  background-position: top center;
}
.indzh .ind_adv {
  margin-bottom: 10rem;
  width: 100%;
  height: 32rem;
}
.indzh .ind_adv ul {
  width: 100%;
  height: 100%;
  display: flex;
}
.indzh .ind_adv li {
  flex: 1;
  height: 100%;
  padding: 0 1rem;
  transition: 0.3s all ease-in;
}
.indzh .ind_adv .mitem {
  height: 100%;
  cursor: pointer;
  width: 100%;
  background: #fff;
  display: flex;
  transition: 0.3s all ease-in;
}
.indzh .ind_adv .mitem .mmain {
  display: flex;
  align-items: center;
  flex: 1;
  transition: 0.3s all ease-in;
  padding: 4.3rem 2rem;
  flex-direction: column;
}
.indzh .ind_adv .mitem .mmain .mtop {
  width: 6.6rem;
  height: 6.6rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #222;
  transition: 0.2s all ease-in;
}
.indzh .ind_adv .mitem .mmain .mtop .xhi {
  color: #EFAB3E;
  font-size: 3.6rem;
  transition: 0.2s all ease-in;
}
.indzh .ind_adv .mitem .mmain h3 {
  height: 15rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 165%;
  text-align: center;
  color: #EFAB3E;
  font-size: 1.8rem;
  transition: 0.2s all ease-in;
}
.indzh .ind_adv .mitem .mmain > i {
  color: #EFAB3E;
  font-size: 1.8rem;
  transition: 0.2s all ease-in;
}
.indzh .ind_adv .mitem .minfo {
  flex: 0;
  height: 100%;
  width: 0;
  transition: 0.2s all ease-in;
  overflow: hidden;
  background: url(/Static/images/bg06.png) no-repeat #fff;
  background-size: 20rem auto;
  background-position: right bottom;
}
.indzh .ind_adv .mitem .minfo .mfont {
  width: 100%;
}
.indzh .ind_adv .mitem .minfo .mfont .mtext {
  padding: 4.5rem;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  display: -webkit-box;
}
.indzh .ind_adv .mitem .minfo h4 {
  font-size: 2.4rem;
  font-weight: bold;
  color: #303133;
}
.indzh .ind_adv .mitem .minfo span {
  display: block;
  width: 2.6rem;
  height: 2px;
  background: #333;
  margin: 2rem 0;
}
.indzh .ind_adv .mitem .minfo w p {
  color: #FFFFFF;
  font-size: 1.6rem;
  line-height: 165%;
}
.indzh .ind_adv li.curr {
  flex: 3.2;
}
.indzh .ind_adv li.curr .mitem {
  background: #EFAB3E;
}
.indzh .ind_adv li.curr .mitem .mmain .mtop {
  background: #222;
}
.indzh .ind_adv li.curr .mitem .mmain h3 {
  color: #333;
}
.indzh .ind_adv li.curr .mitem .mmain > i {
  transform: rotate(180deg);
  color: #333;
}
.indzh .ind_adv li.curr .mitem .minfo {
  flex: 2.5;
}
.ind_news {
  margin: 0 1rem;
  background: #fff;
  padding: 6rem 7rem 0 7rem;
}
.ind_news .ind_news_top {
  background: #fff;
  margin-bottom: 4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ind_news .ind_news_top h2 {
  white-space: nowrap;
}
.ind_news .ind_news_top .xhtitle-l {
  margin-bottom: 0;
  width: 47%;
}
.ind_news .ind_news_top .mright {
  margin-left: 2rem;
}
.ind_news .ind_news_top ul {
  max-width: 35.5rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ind_news .ind_news_top ul li {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
}
.ind_news .ind_news_top ul a {
  font-size: 1.8rem;
  color: #303133;
  transition: 0.2s all ease-in;
}
.ind_news .ind_news_top ul span {
  display: block;
  height: 2px;
  background: #EFAB3E;
  position: absolute;
  bottom: -1rem;
  opacity: 0;
  transition: 0.2s all ease-in;
  width: 0;
}
.ind_news .ind_news_top ul li.curr span {
  opacity: 1;
  width: 100%;
}
.ind_news .ind_news_top ul li:hover span {
  opacity: 1;
  width: 100%;
}
.ind_news .ind_news_bom {
  background: #fff;
  width: 100%;
}
.ind_news .ind_news_bom .mtop {
  margin-bottom: 2rem;
}
.ind_news .ind_news_bom .mtop a {
  display: flex;
  align-items: center;
}
.ind_news .ind_news_bom .mtop .img_box {
  width: 50%;
}
.ind_news .ind_news_bom .mtop .img_box .mimg {
  padding-top: 50.5%;
  width: 100%;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.ind_news .ind_news_bom .mtop .img_box .mimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.2s all ease-in;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.ind_news .ind_news_bom .mtop .mfont {
  width: 50%;
  border: 1px solid #E8E8E8;
  padding: 3rem 5rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ind_news .ind_news_bom .mtop .mfont h3 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #303133;
  margin-bottom: 2.5rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.ind_news .ind_news_bom .mtop .mfont .mtopfont > p {
  font-size: 1.5rem;
  color: #606266;
  line-height: 180%;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box;
}
.ind_news .ind_news_bom .mtop .mfont .mtime {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ind_news .ind_news_bom .mtop .mfont .mtime > span {
  font-weight: bold;
  font-size: 1.8rem;
  color: #909399;
}
.ind_news .ind_news_bom .mtop a:hover img {
  transform: scale(1.05);
}
.ind_news .ind_news_bom .mtop a:hover h3 {
  color: #EFAB3E;
}
.ind_news .ind_news_bom .mbom ul {
  margin: 0 -2rem;
}
.ind_news .ind_news_bom .mbom li {
  padding: 2rem;
}
.ind_news .ind_news_bom .mbom a {
  border-bottom: 1px solid #DCDCDC;
  padding: 1.5rem 0;
  position: relative;
  transition: 0.2s all ease-in;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.ind_news .ind_news_bom .mbom a .mitme {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-right: 2rem;
}
.ind_news .ind_news_bom .mbom a h5 {
  font-size: 3.5rem;
  font-weight: bold;
  color: #909399;
  margin-bottom: 0.5rem;
  font-family: numfont;
  transition: 0.2s all ease-in;
}
.ind_news .ind_news_bom .mbom a h6 {
  color: #909399;
  font-weight: bold;
  font-size: 1.5rem;
  font-family: numfont;
  transition: 0.2s all ease-in;
  white-space: nowrap;
}
.ind_news .ind_news_bom .mbom a h3 {
  font-size: 1.8rem;
  color: #303133;
  margin-bottom: 1.5rem;
  transition: 0.2s all ease-in;
}
.ind_news .ind_news_bom .mbom a p {
  font-size: 1.4rem;
  color: #606266;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  transition: 0.2s all ease-in;
}
.ind_news .ind_news_bom .mbom a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  background: #EFAB3E;
  width: 0%;
  height: 1px;
  transition: 0.3s all ease-in;
}
.ind_news .ind_news_bom .mbom a:hover {
  transform: translateY(-5px);
}
.ind_news .ind_news_bom .mbom a:hover h5 {
  color: #EFAB3E;
}
.ind_news .ind_news_bom .mbom a:hover h6 {
  color: #EFAB3E;
}
.ind_news .ind_news_bom .mbom a:hover::after {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .indzh {
    padding: 3rem 1rem;
  }
  .indzh .ind_adv {
    height: auto;
    margin-bottom: 4rem;
  }
  .indzh .ind_adv li {
    width: 25%;
    flex: none;
    height: auto;
    padding: 0.1rem;
  }
  .indzh .ind_adv li.curr {
    flex: auto;
  }
  .indzh .ind_adv .mitem {
    height: auto;
  }
  .indzh .ind_adv .mitem .mmain {
    padding: 2.5rem 2rem;
  }
  .indzh .ind_adv .mitem .minfo {
    display: none!important;
  }
  .ind_news {
    margin: 0;
    padding: 1.5rem;
  }
  .ind_news .ind_news_top {
    display: block;
    margin-bottom: 3rem;
  }
  .ind_news .ind_news_top ul {
    max-width: 100%;
    margin-top: 4rem;
    justify-content: space-around;
  }
  .ind_news .ind_news_bom .mtop a {
    display: block;
  }
  .ind_news .ind_news_bom .mtop .img_box {
    width: 100%;
  }
  .ind_news .ind_news_bom .mtop .mfont {
    padding: 2rem;
    width: 100%;
    height: auto!important;
  }
  .ind_news .ind_news_bom .mtop .mfont .mtime {
    margin-top: 1.5rem;
  }
  .ind_news .ind_news_bom .mbom ul {
    margin: 0;
  }
  .ind_news .ind_news_bom .mbom li {
    width: 50%;
    padding: 1rem;
  }
  .ind_news .ind_news_bom .mbom a .mitme {
    display: none;
  }
  .ind_news .ind_news_bom .mbom a .mfont {
    width: 100%;
  }
  .ind_news .ind_news_top .xhtitle-l {
    width: 100%;
    align-items: center;
  }
}
.ind_map {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.ind_map .mimg_map {
  z-index: 1;
  overflow: hidden;
  width: 100%;
}
.ind_map .mimg_map img {
  width: 100%;
  position: relative;
}
.ind_map .mapsvg {
  width: 100%;
  height: 100%;
}
.ind_map .ind_map_box {
  position: absolute;
  z-index: 5;
  width: 100%;
}
.ind_map .posinfo {
  position: absolute;
  z-index: 10;
  display: flex;
  flex-direction: column;
  left: -100%;
  top: 35%;
}
.ind_map .posinfo .mmain {
  background: #fff;
  position: relative;
  height: 15.6rem;
  padding: 1.8rem 3.2rem;
  width: 35rem;
  box-shadow: 0 0 16px -3px rgba(0, 0, 0, 0.2);
}
.ind_map .posinfo .mmain h3 {
  font-size: 2.2rem;
  font-weight: bold;
  color: #303133;
  margin-bottom: 1rem;
  white-space: nowrap;
}
.ind_map .posinfo .mmain li {
  display: flex;
}
.ind_map .posinfo .mmain li h4,
.ind_map .posinfo .mmain li p {
  font-size: 1.5rem;
  color: #606266;
}
.ind_map .posinfo .mmain li h4 {
  white-space: nowrap;
}
.ind_map .posinfo .mmain img {
  width: 20px;
  position: absolute;
  z-index: 10;
  left: 1.2rem;
  bottom: -2rem;
}
.ind_map .posinfo .mmain::after {
  content: '';
  display: block;
  height: 100%;
  width: 3px;
  background: #EFAB3E;
  position: absolute;
  left: 0;
  top: 0;
}
.ind_map .posinfo .mmain::before {
  content: '';
  display: block;
  height: 100%;
  width: 3px;
  background: #EFAB3E;
  position: absolute;
  right: 0;
  top: 0;
}
.ind_map .posinfo .mlogo {
  margin-top: 2rem;
  display: flex;
  align-items: center;
}
.ind_map .posinfo .mlogo img {
  width: 3rem;
  margin-right: 0.5rem;
}
.ind_map .posinfo .mlogo h3 {
  font-size: 1.6rem;
  font-weight: bold;
  color: #303133;
  white-space: nowrap;
}
@media screen and (max-width: 1760px) {
  .ind_map .posinfo {
    top: 34%!important;
  }
}
@media screen and (max-width: 1600px) {
  .ind_map .posinfo {
    top: 32%!important;
  }
}
@media screen and (max-width: 1368px) {
  .ind_map .posinfo {
    top: 30%!important;
  }
}
@media screen and (max-width: 1025px) {
  .ind_map .posinfo {
    top: 26%!important;
  }
}
@media screen and (max-width: 768px) {
  .ind_map .posinfo {
    display: none;
  }
  .ind_map {
    background: #F5F5F5;
    padding-top: 8rem;
  }
  .ind_map .ind_map_box {
    top: 0;
    padding-top: 2rem;
  }
}
.xhmessage {
  background: url(/Static/images/bg004.jpg) no-repeat center center;
  background-size: cover;
}
.xhmessage .xhmessage_main {
  display: flex;
  justify-content: space-between;
  padding-right: 4rem;
}
.xhmessage .mleft h2 {
  margin-bottom: 2rem;
}
.xhmessage .mright {
  background: #fff;
  max-width: 45rem;
  width: 100%;
  border-radius: 0.5rem;
  padding: 3.6rem;
}
.xhmessage .mright .mipt {
  width: 100%;
  margin-bottom: 1.2rem;
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #EAEAEA;
}
.xhmessage .mright .mipt i {
  transform: translateY(2.2rem);
  color: #FF5C28;
  width: 1rem;
  flex-shrink: 0;
}
.xhmessage .mright input {
  background: #fff;
  width: 100%;
  border-radius: 1.5rem;
  height: 7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.6rem 0.5rem;
  border: none;
  font-size: 1.8rem;
}
.xhmessage .mright textarea {
  background: #fff;
  width: 100%;
  border-radius: 1.5rem;
  height: 12rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  padding: 0.6rem 0.5rem;
  border: none;
}
.xhmessage .mright .mbtn {
  margin-top: 4rem;
  width: 100%;
}
.xhmessage .mright .mbtn a {
  width: 100%;
  border-radius: 0.5rem;
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2.4rem 2.2rem;
  border: none;
  font-size: 1.8rem;
  background: #EFAB3E;
  transition: 0.2s all ease-in;
  color: #303133;
}
.xhmessage .mright .mbtn a:hover {
  background: #d68606;
}
@media screen and (max-width: 768px) {
  .xhmessage .xhmessage_main {
    padding-right: 0rem;
    display: block;
  }
  .xhmessage .mright {
    max-width: 80%;
    padding: 2rem 4rem 4rem 4rem;
    margin: 0 auto;
  }
  .xhmessage .mright textarea {
    height: 9rem;
  }
}
.ind_sh {
  background: #1B1B1B;
  position: relative;
  padding: 7rem 0;
}
.ind_sh .bgsh {
  position: absolute;
  z-index: 1;
  top: -3rem;
  left: 0;
  height: 100%;
}
.ind_sh .bgsh img {
  height: 100%;
}
.ind_sh ul {
  position: relative;
  z-index: 5;
  display: flex;
  height: 57rem;
  gap: 1rem;
}
.ind_sh li {
  height: 100%;
}
.ind_sh li img {
  height: 100%;
}
.ind_sh .ind_sh_main {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .ind_sh ul {
    height: 30rem;
  }
  .ind_sh .bgsh img {
    height: 70%;
  }
  .indzh .ind_adv .mitem .mmain h3 {
    font-size: 1.4rem;
    text-align: center;
  }
  .ind_plan_top .mfont p {
    display: none;
  }
  .ind_abdout ul li span {
    display: none;
  }
  .xhfooter-mid .mleft {
    display: none;
  }
}
