@charset "utf-8";
/*字体*/
/* @font-face {
	font-family: "Fontke";
	src: url("Fontke.woff2") format("woff2"),
		 url("Fontke.woff") format("woff"),
		 url("Fontke.ttf") format("truetype"),
		 url("Fontke.eot") format("embedded-opentype"),
		 url("Fontke.svg") format("svg"),
		 url("Fontke.otf") format("opentype");
} */
@font-face {
  font-family: 'font-din';
  src: url('../font/D-DIN.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
a {
  color: #000;
}
.g_xs {
  display: block;
}
.g_yc {
  display: none;
}
@media (max-width: 767px) {
  .g_xs {
    display: none;
  }
  .g_yc {
    display: block;
  }
}
/* 我们是谁 */
.sub_banner {
  height: 9.7rem;
  width: 100%;
  position: relative;
}
.sub_banner .mob_pc {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sub_banner .mob_pc img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sub_banner .sub_banner_txt {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 5;
  background: rgba(0, 0, 0, 0.25);
}
.sub_banner .sub_banner_txt .container {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}
.sub_banner .sub_banner_txt .container .ban_l {
  width: 50%;
}
@media (max-width: 767px) {
  .sub_banner .sub_banner_txt .container .ban_l {
    width: 100%;
  }
}
.sub_banner .sub_banner_txt .container .ban_l .tit h1 {
  line-height: 1.2;
}
.sub_banner .sub_banner_txt .container .ban_l .tit span {
  line-height: 1.3;
  font-weight: bold;
}
@media (max-width: 767px) {
  .sub_banner .sub_banner_txt .container .ban_l .tit span {
    margin-top: 0.3rem;
  }
}
@media (max-width: 767px) {
  .sub_banner .sub_banner_txt .container .ban_l .tit p {
    margin-top: 0.3rem;
  }
}
.sub_banner .sub_banner_txt .container .ban_l .sub_banner_p {
  margin-top: 0.18rem;
}
.aboon {
  padding: 1.8rem 0 1.25rem;
}
@media (max-width: 767px) {
  .aboon {
    padding: 1.2rem 0;
  }
}
.aboon .box {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .aboon .box {
    flex-direction: column;
  }
}
.aboon .box .gl {
  width: 33.75%;
}
@media (max-width: 767px) {
  .aboon .box .gl {
    width: 100%;
    margin-bottom: 0.5rem;
  }
}
.aboon .box .gr {
  width: 66.25%;
}
@media (max-width: 767px) {
  .aboon .box .gr {
    width: 100%;
  }
}
.aboon .box .gr .txt {
  margin-bottom: 0.85rem;
  border-top: 1px solid #000;
  padding-top: 0.35rem;
}
.aboon .box .gr .txt p {
  color: #666;
  margin-bottom: 0.3rem;
}
.aboon .box .gr .g_num {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .aboon .box .gr .g_num {
    flex-direction: column;
  }
}
.aboon .box .gr .g_num .item {
  width: calc((100% - 1.6rem)/3);
  margin-bottom: 0.5rem;
  margin-right: 0.8rem;
  border-top: 1px solid #000;
  padding-top: 0.36rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.aboon .box .gr .g_num .item:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 767px) {
  .aboon .box .gr .g_num .item {
    margin-right: 0 !important;
    width: 100%;
    margin-bottom: 0.4rem;
  }
}
.aboon .box .gr .g_num .item .g_num_r {
  display: flex;
  align-items: flex-end;
}
.aboon .box .gr .g_num .item .g_num_r p {
  line-height: 0.8;
  font-family: 'font-din';
}
.aboon .box .gr .g_num .item .g_num_r span {
  margin-bottom: 0.02rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .g_title {
    /* text-align: center; */
  }
}
.g_title h2 {
  line-height: 1.1;
}
.g_title2 h2 {
  color: #fff;
}
.abotw {
  padding: 1.75rem 0 0;
}
.abotw .box .abotw_t {
  position: relative;
  padding: 0 2.25rem;
  margin-top: 0.75rem;
}
@media (max-width: 991px) {
  .abotw .box .abotw_t .g_qie {
    display: none;
  }
}
@media (max-width: 991px) {
  .abotw .box .abotw_t {
    padding: 0;
  }
}
.abotw .box .abotw_t .abotw_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .abotw .box .abotw_t .abotw_box {
    flex-direction: column;
  }
}
.abotw .box .abotw_t .abotw_box .public-img {
  width: 40%;
}
@media (max-width: 767px) {
  .abotw .box .abotw_t .abotw_box .public-img {
    width: 100%;
  }
}
.abotw .box .abotw_t .abotw_box .public-img:before {
  padding-top: 58.47826087%;
}
.abotw .box .abotw_t .abotw_box .txt {
  width: 60%;
  height: 3.02rem;
  overflow: auto;
  color: #fff;
  padding: 0.75rem 1.1rem 0.2rem 0.85rem;
}
@media (max-width: 1260px) {
  .abotw .box .abotw_t .abotw_box .txt {
    padding: 0.25rem 0.5rem 0.2rem 0.85rem;
  }
}
@media (max-width: 767px) {
  .abotw .box .abotw_t .abotw_box .txt {
    margin-top: 0.5rem;
    width: 100%;
    padding: 0 0.3rem 0 0;
  }
}
.abotw .box .abotw_t .abotw_box .txt::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
.abotw .box .abotw_t .abotw_box .txt::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 2px;
}
.abotw .box .abotw_t .abotw_box .txt::-webkit-scrollbar-thumb {
  background: #f7f7f7;
  border-radius: 25px;
}
.abotw .box .abotw_t .abotw_box .txt::-webkit-scrollbar-corner {
  background: #f7f7f7;
}
.abotw .box .abotw_t .abotw_box .txt::-webkit-input-placeholder {
  color: #999;
}
.abotw .box .abotw_t .abotw_box .txt .item {
  margin-bottom: 0.6rem;
}
.abotw .box .abotw_t .abotw_box .txt .item span {
  opacity: 0.6;
}
.abotw .box .abotw_t .abotw_box .txt .item h3 {
  margin-top: 0.1rem;
}
.abotw .box .abotw_t .abotw_box .txt .item .g_p {
  margin-top: 0.3rem;
}
.abotw .box .abotw_t .abotw_box .txt .item .g_p p {
  opacity: 0.8;
}
.abotw .box .abotw_b {
  overflow: hidden;
  padding: 1.87rem 0 1.78rem;
}
@media (max-width: 767px) {
  .abotw .box .abotw_b {
    padding: 1.3rem 0 1.5rem;
  }
}
.abotw .box .abotw_b .swiper-container {
  padding: 0 0.66rem;
  border-top: 1px dashed rgba(255, 255, 255, 0.6);
  overflow: initial;
}
.abotw .box .abotw_b .swiper-slide-thumb-active .abotw_b_box i {
  width: 32px;
  height: 32px;
}
@media (max-width: 1260px) {
  .abotw .box .abotw_b .swiper-slide-thumb-active .abotw_b_box i {
    width: 26px;
    height: 26px;
  }
}
.abotw .box .abotw_b .swiper-slide-thumb-active .abotw_b_box .year p {
  color: #fff;
  font-size: 0.3rem;
}
@media (max-width: 1260px) {
  .abotw .box .abotw_b .swiper-slide-thumb-active .abotw_b_box .year p {
    font-size: 0.36rem;
  }
}
@media (max-width: 767px) {
  .abotw .box .abotw_b .swiper-slide-thumb-active .abotw_b_box .year p {
    font-size: 0.4rem;
  }
}
.abotw .box .abotw_b .abotw_b_box {
  cursor: pointer;
  text-align: center;
  position: relative;
}
.abotw .box .abotw_b .abotw_b_box i {
  background: #9dc056;
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s;
}
.abotw .box .abotw_b .abotw_b_box .year {
  position: absolute;
  top: 0.35rem;
  left: 50%;
  transform: translateX(-50%);
}
.abotw .box .abotw_b .abotw_b_box .year p {
  color: rgba(255, 255, 255, 0.6);
  transition: all 0.4s;
}
.g_qie .pub_nav {
  width: 0.44rem;
  height: 0.44rem;
  display: flex;
  align-items: center;
  justify-content: center;
  /* 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;
}
.g_qie .pub_nav:hover {
  background: none;
}
.g_qie .pub_nav:hover svg {
  opacity: 1;
}
.g_qie .pub_nav:hover svg path {
  /* fill: #fff; */
}
.g_qie .pub_nav svg {
  opacity: 0.4;
  width: 100%;
  height: auto;
  transition: all 0.4s;
}
.g_qie .pub_nav svg path {
  fill: #fff;
  opacity: 1;
  transition: all 0.4s;
}
.g_qie .pub_prev {
  left: 0.8rem;
}
.g_qie .pub_prev svg {
  transform: rotate(180deg);
}
.g_qie .pub_next {
  right: 0.8rem;
}
.g_qie2 {
  display: flex;
  align-items: center;
}
.g_qie2 .pub_nav {
  border: 1px solid #dadada;
  position: initial;
  transform: translate(0);
  width: 0.5rem;
  height: 0.5rem;
  margin-left: 0.2rem;
}
@media (max-width: 767px) {
  .g_qie2 .pub_nav {
    width: 0.75rem;
    height: 0.75rem;
  }
}
.g_qie2 .pub_nav:hover {
  background: #a5c959;
  border-color: #a5c959;
}
.g_qie2 .pub_nav:hover svg path {
  fill: #fff;
}
.g_qie2 .pub_nav svg,
.g_qie2 .pub_nav img {
  width: 14%;
  height: auto;
}
.g_qie2 .pub_nav svg path,
.g_qie2 .pub_nav img path {
  fill: #9d9d9d;
}
.g_qie3 {
  display: flex;
  align-items: center;
}
.g_qie3 .pub_nav {
  border: 1px solid #dadada;
  width: 0.5rem;
  height: 0.5rem;
}
@media (max-width: 767px) {
  .g_qie3 .pub_nav {
    width: 0.75rem;
    height: 0.75rem;
  }
}
.g_qie3 .pub_nav:hover {
  background: #a5c959;
  border-color: #a5c959;
}
.g_qie3 .pub_nav:hover svg path {
  fill: #fff;
}
.g_qie3 .pub_nav svg,
.g_qie3 .pub_nav img {
  width: 14%;
  height: auto;
}
.g_qie3 .pub_nav svg path,
.g_qie3 .pub_nav img path {
  fill: #9d9d9d;
}
.g_top .g_title_box {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .g_top .g_title_box {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .g_top .g_title_box .g_qie {
    margin-top: 0.3rem;
  }
}
@media (max-width: 767px) {
  .g_top .g_title_box .g_qie .pub_nav {
    margin: 0 0.2rem 0 0;
  }
}
.g_top .g_title_box2 {
  justify-content: center;
}
.g_top .g_top_p {
  display: flex;
  justify-content: space-between;
  margin-top: 0.55rem;
  border-top: 1px solid #000;
  padding-top: 0.28rem;
}
@media (max-width: 767px) {
  .g_top .g_top_p {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .g_top .g_top_p .gl {
    width: 100%;
  }
}
.g_top .g_top_p .gr {
  width: 50%;
}
@media (max-width: 767px) {
  .g_top .g_top_p .gr {
    width: 100%;
    margin-top: 0.2rem;
    text-align: left !important;
  }
}
.g_top .g_top_p .gr p {
  color: #666;
}
.aboth {
  padding: 1.73rem 0 1.8rem;
}
@media (max-width: 767px) {
  .aboth {
    padding: 1.2rem 0;
  }
}
.aboth .box .bbox {
  margin-top: 0.78rem;
  margin-top: 0.6rem;
  display: flex;
}
@media (max-width: 767px) {
  .aboth .box .bbox {
    flex-direction: column;
  }
}
.aboth .box .bbox .item {
  width: 50%;
  height: 5.4rem;
  position: relative;
  overflow: hidden;
  margin-right: 0.4rem;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .aboth .box .bbox .item {
    width: 100% !important;
    margin-bottom: 0.4rem;
  }
}
.aboth .box .bbox .item:last-child {
  margin-right: 0;
}
.aboth .box .bbox .item.on {
  width: 55%;
  flex-shrink: 0;
}
.aboth .box .bbox .item.on .txt .aboth_xs {
  opacity: 0;
}
.aboth .box .bbox .item.on .txt .aboth_yc {
  opacity: 1;
  left: 0;
}
.aboth .box .bbox .item .img {
  width: 100%;
  height: 100%;
}
.aboth .box .bbox .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.aboth .box .bbox .item .txt {
  overflow: hidden;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.aboth .box .bbox .item .txt .g_svg {
  margin-bottom: 0.55rem;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
}
@media (max-width: 767px) {
  .aboth .box .bbox .item .txt .g_svg {
    width: 1.1rem;
    height: 1.1rem;
  }
}
.aboth .box .bbox .item .txt .g_svg svg,
.aboth .box .bbox .item .txt .g_svg img {
  width: 100%;
  height: 100%;
}
.aboth .box .bbox .item .txt .txt_box {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.aboth .box .bbox .item .txt .txt_box h3 {
  line-height: 1.2;
  color: #fff;
  font-weight: bold;
  margin-bottom: 0.1rem;
}
.aboth .box .bbox .item .txt .txt_box span {
  text-transform: uppercase;
  font-size: 12px;
  color: #bbbbbb;
}
.aboth .box .bbox .item .txt .txt_box i {
  margin-top: 0.18rem;
  width: 0.18rem;
  height: 1px;
  background: #fff;
}
.aboth .box .bbox .item .txt .aboth_xs {
  height: 100%;
  padding: 0.58rem 0.4rem;
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 767px) {
  .aboth .box .bbox .item .txt .aboth_xs {
    display: none;
  }
}
.aboth .box .bbox .item .txt .aboth_yc {
  opacity: 0;
  transition: all 0.4s;
  height: 100%;
  position: absolute;
  width: 100%;
  min-width: 8.8rem;
  top: 0;
  left: 1rem;
  z-index: 10;
  padding: 0.58rem 0.6rem 0.4rem;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 1260px) {
  .aboth .box .bbox .item .txt .aboth_yc {
    min-width: 6.8rem;
  }
}
@media (max-width: 991px) {
  .aboth .box .bbox .item .txt .aboth_yc {
    min-width: 4.8rem;
  }
}
@media (max-width: 767px) {
  .aboth .box .bbox .item .txt .aboth_yc {
    opacity: 1;
    left: 0;
    min-width: initial;
  }
}
.aboth .box .bbox .item .txt .aboth_yc .aboth_yc_b {
  display: flex;
}
.aboth .box .bbox .item .txt .aboth_yc .aboth_yc_b .txt_box {
  flex-shrink: 0;
  align-items: flex-start;
  margin-top: 0.06rem;
}
.aboth .box .bbox .item .txt .aboth_yc .aboth_yc_b .txt_r {
  margin-left: 0.72rem;
  padding: 0.06rem 0.3rem 0.06rem 0.72rem;
  border-left: 2px solid #d3d3d5;
  min-height: 1rem;
}
@media (max-width: 767px) {
  .aboth .box .bbox .item .txt .aboth_yc .aboth_yc_b .txt_r {
    margin-left: 0.32rem;
    padding: 0.06rem 0.2rem 0.06rem 0.32rem;
  }
}
.aboth .box .bbox .item .txt .aboth_yc .aboth_yc_b .txt_r p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  color: #fff;
  font-weight: bold;
}
@media (max-width: 767px) {
  .aboth .box .bbox .item .txt .aboth_yc .aboth_yc_b .txt_r p {
    font-size: 0.32rem;
  }
}
.abofo {
  padding: 1.75rem 0;
  background: #f3f3f3;
}
@media (max-width: 767px) {
  .abofo {
    padding: 1.2rem 0;
  }
}
.abofo .box .swiper-container {
  padding: 0.75rem 0 0;
}
.abofo .box .abofo_box {
  transition: all 0.4s;
  position: relative;
  top: 0;
  background: #fff;
  padding: 0.6rem 0.74rem 0.55rem;
  text-align: center;
}
.abofo .box .abofo_box:hover {
  top: -0.2rem;
  box-shadow: 0 0 0.1rem rgba(39, 51, 13, 0.1);
}
.abofo .box .abofo_box:hover .txt h3 {
  color: #a5c959;
}
.abofo .box .abofo_box .public-img:before {
  padding-top: 141.25560538%;
}
.abofo .box .abofo_box .public-img img {
  object-fit: contain;
}
.abofo .box .abofo_box .txt {
  margin-top: 0.3rem;
}
.abofo .box .abofo_box .txt h3 {
  transition: all 0.4s;
}
.pub_bmore {
  padding: 1.8rem 0;
}
@media (max-width: 991px) {
  .pub_bmore {
    padding: 1.3rem 0 0.8rem;
  }
}
.pub_bmore .box {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .pub_bmore .box {
    flex-direction: column;
  }
}
.pub_bmore .box .item {
  width: calc(50% - 0.3rem);
  position: relative;
}
@media (max-width: 991px) {
  .pub_bmore .box .item {
    width: 100%;
    margin-bottom: 0.5rem;
  }
}
.pub_bmore .box .item .public-img:before {
  padding-top: 49.48051948%;
}
@media (max-width: 767px) {
  .pub_bmore .box .item .public-img:before {
    padding-top: 70.12987013%;
  }
}
.pub_bmore .box .item .txt {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  background: url(../images/about11.png) no-repeat;
  background-position: left top;
  color: #fff;
  padding: 0.56rem 0.6rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.pub_bmore .box .item .txt .txt_box h3 {
  line-height: 1.33;
  margin-top: 0.15rem;
}
.pub_bmore .box .item .txt .more {
  cursor: pointer;
}
.pub_bmore .box .item .txt .more:hover p {
  text-decoration: underline;
}
.pub_bmore .box .item .txt .more:hover p span {
  opacity: 1;
}
.pub_bmore .box .item .txt .more p {
  color: #fff;
}
.pub_bmore .box .item .txt .more p span {
  transition: all 0.4s;
  opacity: 0;
}
/* 我们的实力 */
.sub_banner2 {
  height: 7rem;
}
.stron {
  background: #f8f8f8;
  padding: 1.8rem 0 1rem;
}
@media (max-width: 767px) {
  .stron {
    padding: 1.2rem 0 0.9rem;
  }
}
.stron .box {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .stron .box {
    flex-direction: column;
  }
}
.stron .box .gl {
  width: 47.5%;
}
@media (max-width: 991px) {
  .stron .box .gl {
    width: 100%;
    margin-bottom: 0.5rem;
  }
}
.stron .box .gr {
  width: 52.5%;
}
@media (max-width: 991px) {
  .stron .box .gr {
    width: 100%;
  }
}
.stron .box .gr .item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.75rem;
  border-top: 1px solid #000;
  padding-top: 0.16rem;
}
@media (max-width: 767px) {
  .stron .box .gr .item {
    flex-wrap: wrap;
    margin-bottom: 0.35rem;
  }
}
.stron .box .gr .item .g_num {
  width: 25%;
  padding-right: 0.15rem;
}
@media (max-width: 767px) {
  .stron .box .gr .item .g_num {
    width: 50%;
    margin-bottom: 0.4rem;
  }
}
.stron .box .gr .item .g_num .g_p p {
  min-height: 2.6em;
}
.stron .box .gr .item .g_num .g_num_box {
  margin-top: 0.05rem;
  line-height: 1;
  display: flex;
  font-family: 'font-din';
}
.strtw {
  padding: 1.7rem 0 0;
}
@media (max-width: 991px) {
  .strtw {
    padding: 1.2rem 0 0;
  }
}
.strtw .box {
  margin-top: 1.2rem;
  position: relative;
}
.strtw .box .strtw_b {
  width: 100%;
  position: absolute;
  border: 0;
  left: 0;
  bottom: 0;
  height: 2rem;
}
.strtw .box .strtw_b .img {
  width: 100%;
  height: 100%;
}
.strtw .box .strtw_b .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.strtw .box .strtw_b .container {
  position: absolute;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.strtw .box .strtw_b .container .g_qie {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .strtw .box .strtw_b .container .g_qie {
    display: none;
  }
}
.strtw .box .strtw_b .container .g_qie .pub_nav {
  margin: 0;
  border-color: #fff;
}
.strtw .box .strtw_b .container .g_qie .pub_nav:hover {
  background: #fff;
}
.strtw .box .strtw_b .container .g_qie .pub_nav:hover svg path {
  fill: #9dc020;
}
.strtw .box .strtw_b .container .g_qie .pub_nav svg {
  opacity: 1;
}
.strtw .box .strtw_b .container .g_qie .pub_nav svg path {
  fill: #fff;
}
.strtw .box .box_swi {
  pointer-events: none;
}
.strtw .box .box_swi .box_swi_box {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .strtw .box .box_swi .box_swi_box {
    flex-direction: column;
  }
}
.strtw .box .box_swi .box_swi_box .img {
  text-align: center;
  height: 8.27rem;
  width: calc(958/1600*100%);
}
@media (max-width: 767px) {
  .strtw .box .box_swi .box_swi_box .img {
    width: 100%;
  }
}
.strtw .box .box_swi .box_swi_box .img img {
  max-width: 100%;
  max-height: 100%;
  pointer-events: initial;
}
.strtw .box .box_swi .box_swi_box .txt {
  width: calc(642/1600*100%);
  padding: 1.6rem 2rem 2rem 0;
}
@media (max-width: 1260px) {
  .strtw .box .box_swi .box_swi_box .txt {
    padding: 1.6rem 0.2rem 2rem 0;
  }
}
@media (max-width: 767px) {
  .strtw .box .box_swi .box_swi_box .txt {
    width: 100%;
    padding: 0.4rem 0 2.2rem;
  }
}
.strtw .box .box_swi .box_swi_box .txt .txt_con {
  pointer-events: initial;
}
.strtw .box .box_swi .box_swi_box .txt .txt_t {
  margin-bottom: 0.34rem;
  display: flex;
  align-items: flex-end;
}
.strtw .box .box_swi .box_swi_box .txt .txt_t h3 {
  line-height: 1.1;
}
.strtw .box .box_swi .box_swi_box .txt .txt_t span {
  margin-left: 0.1rem;
  color: #666666;
}
.strtw .box .box_swi .box_swi_box .txt .txt_p {
  max-height: 5rem;
  overflow: auto;
}
.strtw .box .box_swi .box_swi_box .txt .txt_p p {
  color: #666666;
  margin-bottom: 0.12rem;
  display: block;
  position: relative;
  padding-left: 24px;
}
.strtw .box .box_swi .box_swi_box .txt .txt_p p:after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border: 2px solid #edf4de;
  background: #a5c959;
  left: 0;
  top: 7px;
}
@media (max-width: 1580px) {
  .strtw .box .box_swi .box_swi_box .txt .txt_p p:after {
    top: 8px;
    width: 5px;
    height: 5px;
  }
}
.strth {
  padding: 1.75rem 0 0;
}
@media (max-width: 767px) {
  .strth {
    padding: 1.1rem 0 0;
  }
}
.strth .g_top .g_title_box .strth_lab {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .strth .g_top .g_title_box .strth_lab {
    margin-top: 0.3rem;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
.strth .g_top .g_title_box .strth_lab span {
  border: 1px solid #e5e5e5;
  margin-left: 0.25rem;
  height: 0.6rem;
  padding: 0 0.38rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .strth .g_top .g_title_box .strth_lab span {
    margin: 0 0.25rem 0.1rem 0;
  }
}
.strth .g_top .g_title_box .strth_lab span.on {
  background: #a5c959;
  background-color: #a5c959;
  color: #fff;
}
.strth .strth_t_box .strth_t {
  margin-top: 0.55rem;
  display: flex;
  justify-content: space-around;
}
@media (max-width: 767px) {
  .strth .strth_t_box .strth_t {
    flex-direction: column;
    margin-top: 0.45rem;
  }
}
.strth .strth_t_box .strth_t .gl {
  width: 50%;
  padding-right: 0.9rem;
}
@media (max-width: 767px) {
  .strth .strth_t_box .strth_t .gl {
    width: 100%;
    padding: 0;
  }
}
.strth .strth_t_box .strth_t .gr {
  width: 50%;
  padding: 0 0.78rem 0 1.45rem;
}
@media (max-width: 991px) {
  .strth .strth_t_box .strth_t .gr {
    padding: 0 ;
  }
}
@media (max-width: 767px) {
  .strth .strth_t_box .strth_t .gr {
    width: 100%;
    margin-top: 0.3rem;
  }
}
.strth .strth_t_box .strth_t .gr b {
  margin-bottom: 0.1rem;
  display: block;
}
.strth .box {
  margin-top: 0.85rem;
  padding-left: calc((100% - 1600px)/2);
}
@media (max-width: 1580px) {
  .strth .box {
    padding-left: 8%;
  }
}
@media (max-width: 1260px) {
  .strth .box {
    padding-left: 5%;
  }
}
@media (max-width: 767px) {
  .strth .box {
    padding: 0 5%;
  }
}
.strth .box .strth_box:hover .public-img img {
  transform: scale(1.05);
}
.strth .box .strth_box:hover .txt h3 {
  color: #a5c959;
}
.strth .box .strth_box .public-img:before {
  padding-top: 58.33333333%;
}
.strth .box .strth_box .txt {
  margin-top: 0.26rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .strth .box .strth_box .txt {
    flex-direction: column;
  }
}
.strth .box .strth_box .txt h3 {
  transition: all 0.4s;
  flex-shrink: 0;
  width: 37.77777778%;
  padding-right: 0.2rem;
  line-height: 1.2;
}
@media (max-width: 991px) {
  .strth .box .strth_box .txt h3 {
    width: 100%;
  }
}
.strth .box .strth_box .txt .g_p {
  width: 62.22222222%;
}
@media (max-width: 991px) {
  .strth .box .strth_box .txt .g_p {
    width: 100%;
    margin-top: 0.2rem;
  }
}
.strth .box .strth_box .txt .g_p p {
  line-height: 1.66;
  color: #666666;
}
.strth .box .g_qie {
  margin-top: 0.75rem;
}
.strth .box .g_qie .pub_nav {
  margin: 0 0.2rem 0 0;
}
.strfo {
  padding: 1.7rem 0 1rem;
}
@media (max-width: 767px) {
  .strfo {
    padding: 1.2rem 0;
  }
}
.strfo .box {
  margin-top: 0.75rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .strfo .box {
    flex-direction: column;
  }
}
.strfo .box .item {
  width: calc(50% - 0.39rem);
}
@media (max-width: 767px) {
  .strfo .box .item {
    width: 100%;
  }
}
.strfo .box .item .public-img {
  background: #f8f8f8;
  width: 100%;
}
.strfo .box .item .public-img:before {
  padding-top: 62.63157895%;
}
.strfo .box .item .txt {
  background: #a5c959;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.9rem;
}
.strfo .box .item .txt h3 {
  color: #fff;
}
.strfi {
  margin-bottom: -0.5rem;
}
.strfi .g_top .g_top_p .gr {
  width: 44.25%;
}
@media (max-width: 767px) {
  .strfi .g_top .g_top_p .gr {
    width: 100%;
  }
}
.strfi .g_top .g_top_p .gr p {
  color: #666;
}
@media (max-width: 767px) {
  .strfi .g_top .g_top_p .gr p br {
    display: none;
  }
}
.strfi .box {
  padding: 0.5rem 0;
  overflow: hidden;
  margin-top: 0.25rem;
  position: relative;
}
.strfi .box .item2 {
  margin-top: -1px;
}
.strfi .box .item {
  overflow: initial;
  display: flex;
}
.strfi .box .item .str_move {
  display: flex;
}
.strfi .box .item .strfi_box {
  background: #fff;
  margin-left: -1px;
  text-align: center;
  display: inline-block;
  width: 392px;
  border: 1px solid #eeeeee;
  padding: 0.6rem 0.74rem 0.7rem;
  transition: all 0.2s;
  position: relative;
}
@media (max-width: 1260px) {
  .strfi .box .item .strfi_box {
    width: 310px;
  }
}
@media (max-width: 767px) {
  .strfi .box .item .strfi_box {
    width: auto;
  }
}
.strfi .box .item .strfi_box:hover {
  z-index: 10;
  transform: scale(1.1);
  box-shadow: 0 0 0.1rem rgba(39, 51, 13, 0.1);
}
.strfi .box .item .strfi_box:hover .strfi_con {
  transform: scale(0.909);
}
.strfi .box .item .strfi_box .strfi_con {
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.2s;
}
.strfi .box .item .strfi_box .strfi_con .img {
  width: 244px;
  height: 324px;
}
@media (max-width: 1260px) {
  .strfi .box .item .strfi_box .strfi_con .img {
    width: 200px;
    height: 280px;
  }
}
@media (max-width: 767px) {
  .strfi .box .item .strfi_box .strfi_con .img {
    width: 100px;
    height: 140px;
  }
}
.strfi .box .item .strfi_box .strfi_con .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.strfi .box .item .strfi_box .strfi_con .txt {
  margin-top: 0.22rem;
}
.strfi .box .item .strfi_box .strfi_con .txt h3 {
  white-space: initial;
  line-height: 1.5;
  /* overflow: hidden;
							display: -webkit-box;
							-webkit-box-orient: vertical;
							-webkit-line-clamp:2;
							height: 3em; */
}
/* 我们的服务 */
.seron {
  padding: 1.7rem 0 0;
}
.seron .box {
  margin-top: 0.75rem;
}
.seron .box .process {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.8rem;
}
@media (max-width: 767px) {
  .seron .box .process {
    flex-wrap: wrap;
  }
}
.seron .box .process .g_svg {
  width: 0.28rem;
  height: auto;
}
@media (max-width: 767px) {
  .seron .box .process .g_svg {
    display: none;
  }
}
.seron .box .process .g_svg img,
.seron .box .process .g_svg svg {
  width: 100%;
  height: auto;
}
.seron .box .process .item {
  position: relative;
  width: calc(350/1600*100%);
  transition: all 0.4s;
  box-shadow: 0 0 0.1rem rgba(39, 51, 13, 0.1);
}
@media (max-width: 767px) {
  .seron .box .process .item {
    width: 47%;
    margin-bottom: 0.4rem;
  }
}
.seron .box .process .item:hover {
  background: #a5c959;
}
.seron .box .process .item:hover .txt span {
  color: #fff;
}
.seron .box .process .item:hover .txt h3 {
  color: #fff;
}
.seron .box .process .item:hover .img img,
.seron .box .process .item:hover .img svg {
  opacity: 0.4;
}
.seron .box .process .item:hover .img img path,
.seron .box .process .item:hover .img svg path {
  stroke: #fff;
}
.seron .box .process .item .txt {
  width: 100%;
  padding: 0.38rem 0.3rem;
  min-height: 2.16rem;
}
.seron .box .process .item .txt span {
  color: #000000;
  font-family: 'font-din';
  display: block;
  line-height: 1;
  margin-bottom: 0.1rem;
  font-weight: bold;
  transition: all 0.4s;
}
.seron .box .process .item .txt h3 {
  color: #000000;
  transition: all 0.4s;
}
.seron .box .process .item .img {
  overflow: hidden;
  z-index: 10;
  pointer-events: none;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
}
.seron .box .process .item .img img,
.seron .box .process .item .img svg {
  margin-bottom: -0.15rem;
  opacity: 0.06;
  width: 1.81rem;
  height: auto;
  transition: all 0.4s;
  margin-right: 0.23rem;
}
.seron .box .process .item .img img path,
.seron .box .process .item .img svg path {
  transition: all 0.4s;
  stroke: #000;
}
.seron .box .bbox .item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 0.8rem;
}
@media (max-width: 991px) {
  .seron .box .bbox .item {
    flex-direction: column;
  }
}
.seron .box .bbox .item:hover .public-img img {
  transform: scale(1.05);
}
.seron .box .bbox .item:hover .txt h3 {
  color: #a5c959;
}
.seron .box .bbox .item .public-img {
  width: 56.25%;
}
@media (max-width: 991px) {
  .seron .box .bbox .item .public-img {
    width: 100%;
  }
}
.seron .box .bbox .item .public-img:before {
  padding-top: 55.66666667%;
}
.seron .box .bbox .item .txt {
  padding-top: 0.5rem;
  border-top: 1px solid #000;
  width: 41.25%;
}
@media (max-width: 991px) {
  .seron .box .bbox .item .txt {
    width: 100%;
    margin-top: 0.4rem;
  }
}
.seron .box .bbox .item .txt .txt_box {
  padding-right: 0.65rem;
}
.seron .box .bbox .item .txt .txt_box h3 {
  transition: all 0.4s;
  margin-bottom: 0.22rem;
}
.seron .box .bbox .item .txt .txt_box p {
  line-height: 1.66;
  color: #666;
}
.seron .box .bbox .item .txt .hm_but {
  margin-top: 0.74rem;
}
.sertw {
  padding: 0.92rem 0 0;
  overflow: hidden;
}
.sertw .box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.6rem;
}
.sertw .box .item {
  width: 33.33%;
  margin-top: 0.75rem;
  padding: 0 0.6rem;
}
@media (max-width: 991px) {
  .sertw .box .item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .sertw .box .item {
    width: 100%;
  }
}
.sertw .box .item .itembox {
  color: #000;
  display: block;
  width: 100%;
  height: 100%;
}
.sertw .box .item .itembox .tit {
  margin-bottom: 0.5rem;
  border-top: 1px solid #000;
  padding-top: 0.16rem;
}
.sertw .box .item .itembox .tit span {
  color: #666;
}
.sertw .box .item .itembox .tit h3 {
  line-height: 1.2;
  margin-top: 0.2rem;
}
.sertw .box .item .itembox .g_add h4 {
  margin-bottom: 0.2rem;
}
.sertw .box .item .itembox .g_add p {
  margin-top: 0.1rem;
}
/* 加入我们 */
.joion {
  padding: 1.8rem 0 0;
}
@media (max-width: 767px) {
  .joion {
    padding: 1.2rem 0 0.3rem;
  }
}
.joion .g_top .g_top_p .gr {
  text-align: right;
}
.joion .box {
  margin-top: 0.76rem;
}
.joitw {
  padding: 1.65rem 0 0;
}
@media (max-width: 767px) {
  .joitw {
    padding: 1.2rem 0 0.3rem;
  }
}
.joitw .g_top .g_top_p .gr {
  text-align: right;
}
.joitw .box {
  padding-left: calc((100% - 1600px)/2);
}
@media (max-width: 1580px) {
  .joitw .box {
    padding-left: 8%;
  }
}
@media (max-width: 1260px) {
  .joitw .box {
    padding-left: 5%;
  }
}
@media (max-width: 767px) {
  .joitw .box {
    padding: 0 5%;
  }
}
.joitw .box .swiper-container {
  padding: 0.75rem 0 0;
}
.joitw .box .joitw_box {
  transition: all 0.4s;
  position: relative;
  top: 0;
}
.joitw .box .joitw_box:hover .public-img img {
  transform: scale(1.05);
}
.joitw .box .joitw_box:hover .txt h3 {
  color: #a5c959;
}
.joitw .box .joitw_box .public-img:before {
  padding-top: 60.66666667%;
}
.joitw .box .joitw_box .public-img img {
  object-fit: contain;
}
.joitw .box .joitw_box .txt {
  margin-top: 0.25rem;
}
.joitw .box .joitw_box .txt h3 {
  transition: all 0.4s;
}
.joith {
  padding: 1.65rem 0 1.8rem;
}
@media (max-width: 767px) {
  .joith {
    padding: 1.2rem 0;
  }
}
.joith .g_top .g_top_p .gr {
  text-align: right;
}
.joith .box {
  margin-top: 0.75rem;
}
.joith .box .join_jy_box ul {
  margin-bottom: 0.8rem;
}
.joith .box .join_jy_box ul li {
  margin-bottom: 0.2rem;
  border: 1px solid #000;
  padding: 0 0.6rem;
}
.joith .box .join_jy_box ul li .g_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.34rem 0 0.34rem 0;
  position: relative;
  cursor: pointer;
}
.joith .box .join_jy_box ul li .g_top.on .g_gb svg,
.joith .box .join_jy_box ul li .g_top.on .g_gb img {
  transform: rotate(180deg);
}
.joith .box .join_jy_box ul li .g_top .g_top_r {
  padding-right: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.joith .box .join_jy_box ul li .g_top .g_wid1 {
  width: 3rem;
}
.joith .box .join_jy_box ul li .g_top .g_wid2 {
  width: 2.55rem;
}
.joith .box .join_jy_box ul li .g_top .g_wid3 {
  width: 2.6rem;
}
.joith .box .join_jy_box ul li .g_top .g_p1 {
  width: 29%;
  color: #000;
  transition: 0.4s all;
}
@media (max-width: 991px) {
  .joith .box .join_jy_box ul li .g_top .g_p1 {
    width: 80%;
  }
}
.joith .box .join_jy_box ul li .g_top .g_p2 {
  padding-right: 0.1rem;
  display: inline-flex;
  align-items: center;
  transition: 0.4s all;
}
@media (max-width: 1580px) {
  .joith .box .join_jy_box ul li .g_top .g_p2 {
    margin-right: 0.2rem;
  }
}
@media (max-width: 991px) {
  .joith .box .join_jy_box ul li .g_top .g_p2 {
    display: none;
  }
}
.joith .box .join_jy_box ul li .g_top .g_p2 span {
  color: #000;
}
.joith .box .join_jy_box ul li .g_top .g_p2 svg {
  width: auto;
  height: 22px;
  margin-right: 0.12rem;
}
.joith .box .join_jy_box ul li .g_top .g_p2 svg path {
  transition: 0.4s all;
  fill: #a5c959;
}
.joith .box .join_jy_box ul li .g_top .g_gb {
  transition: 0.4s all;
  display: flex;
  align-items: center;
  justify-content: center;
}
.joith .box .join_jy_box ul li .g_top .g_gb svg {
  transition: 0.4s all;
  width: 15px;
  height: auto;
}
.joith .box .join_jy_box ul li .g_top .g_gb svg path {
  transition: 0.4s all;
  fill: #a5c959;
}
.joith .box .join_jy_box ul li .g_xia {
  border-top: 1px solid #000;
  padding: 0.35rem 0 0.53rem;
  display: none;
}
@media (max-width: 991px) {
  .joith .box .join_jy_box ul li .g_xia {
    padding: 0.4rem 0;
  }
}
.joith .box .join_jy_box ul li .g_xia .g_bjq {
  max-height: 6rem;
  overflow-y: auto;
  padding-right: 1rem;
}
@media (max-width: 991px) {
  .joith .box .join_jy_box ul li .g_xia .g_bjq {
    padding-right: 0.4rem;
  }
}
@media (max-width: 767px) {
  .joith .box .join_jy_box ul li .g_xia .g_bjq {
    max-height: initial;
    overflow-y: initial;
    padding-right: 0;
  }
  .joith .box .join_jy_box ul li .g_xia .g_bjq p {
    font-size: 0.28rem !important;
  }
  .joith .box .join_jy_box ul li .g_xia .g_bjq span {
    font-size: 0.28rem !important;
  }
  .joith .box .join_jy_box ul li .g_xia .g_bjq h1,
  .joith .box .join_jy_box ul li .g_xia .g_bjq h2,
  .joith .box .join_jy_box ul li .g_xia .g_bjq h3,
  .joith .box .join_jy_box ul li .g_xia .g_bjq h4,
  .joith .box .join_jy_box ul li .g_xia .g_bjq h5,
  .joith .box .join_jy_box ul li .g_xia .g_bjq h6 {
    font-size: 0.32rem !important;
  }
}
.joith .box .join_jy_box ul li .g_xia .g_bjq::-webkit-scrollbar {
  width: 3px;
}
.joith .box .join_jy_box ul li .g_xia .g_bjq::-webkit-scrollbar-track {
  background: #ddd;
  border-radius: 2px;
}
.joith .box .join_jy_box ul li .g_xia .g_bjq::-webkit-scrollbar-thumb {
  background: #339cd8;
  border-radius: 25px;
}
.joith .box .join_jy_box ul li .g_xia .g_bjq::-webkit-scrollbar-corner {
  background: #339cd8;
}
.joith .box .join_jy_box ul li .g_xia .g_bjq p {
  margin-top: 0.06rem;
}
.joith .box .join_jy_box ul li .g_xia .pub_a {
  margin-top: 0.3rem;
}
.page {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page a {
  height: 0.5rem;
  min-width: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0.1rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border: 1px solid #e5e5e5;
  color: #999;
  cursor: pointer;
}
@media (max-width: 767px) {
  .page a {
    height: 0.7rem;
    min-width: 0.7rem;
    font-size: 0.28rem;
  }
}
.page a.prev img,
.page a.prev svg {
  transform: rotate(180deg);
}
.page a:hover {
  color: #fff;
  border-color: #a5c959;
  background: #a5c959;
}
.page a:hover p {
  color: #fff;
}
.page a:hover svg path {
  fill: #fff;
}
.page a img,
.page a svg {
  width: 8px;
  height: auto;
}
@media (max-width: 767px) {
  .page a img,
  .page a svg {
    width: 6px;
  }
}
.page a .img2 {
  display: none;
}
.page a svg path {
  fill: #999999;
}
.page .active {
  color: #fff;
  border-color: #a5c959;
  background: #a5c959;
}
.page .active p {
  color: #fff;
}
/* 储能热管理 */
.manon {
  padding: 1.75rem 0 1rem;
}
@media (max-width: 767px) {
  .manon {
    padding: 1.2rem 0 0.6rem;
  }
}
.manon .box {
  display: flex;
  justify-content: space-between;
  margin-top: 0.77rem;
}
@media (max-width: 991px) {
  .manon .box {
    flex-direction: column;
  }
}
.manon .box .public-img {
  width: 50%;
}
@media (max-width: 991px) {
  .manon .box .public-img {
    width: 100%;
  }
}
.manon .box .public-img:before {
  padding-top: 58.25%;
}
.manon .box .txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0.2rem 0.98rem;
  background: #f8f8f8;
  width: 50%;
}
@media (max-width: 991px) {
  .manon .box .txt {
    width: 100%;
    padding: 0.4rem;
  }
}
.manon .box .txt h3 {
  margin-bottom: 0.2rem;
}
@media (max-width: 1260px) {
  .manon .box .txt h3 {
    font-size: 0.32rem;
  }
}
.manon .box .txt .g_p p {
  color: #666666;
  margin-bottom: 0.12rem;
  display: block;
  position: relative;
  padding-left: 24px;
}
.manon .box .txt .g_p p:after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border: 2px solid #edf4de;
  background: #a5c959;
  left: 0;
  top: 7px;
}
@media (max-width: 1580px) {
  .manon .box .txt .g_p p:after {
    top: 8px;
    width: 5px;
    height: 5px;
  }
}
.mantw {
  padding: 1.3rem 0 0;
}
@media (max-width: 767px) {
  .mantw {
    padding: 0.6rem 0 0;
  }
}
.mantw .box {
  margin-top: 0.3rem;
}
.mantw .box .mantw_nav {
  text-align: center;
}
@media (max-width: 767px) {
  .mantw .box .mantw_nav {
    display: flex;
    justify-content: flex-start;
    overflow: auto;
    width: 90%;
    margin: auto;
  }
}
.mantw .box .mantw_nav a {
  cursor: pointer;
  transition: all 0.4s;
  margin: 0 0.4rem;
  color: #000;
}
@media (max-width: 767px) {
  .mantw .box .mantw_nav a {
    flex-shrink: 0;
  }
}
.mantw .box .mantw_nav a.on {
  color: #a5c959;
  text-decoration: underline;
}
.mantw .box .bbox {
  height: 9.7rem;
  margin-top: 0.75rem;
}
.mantw .box .bbox .item_qh {
  height: 100%;
  position: relative;
}
.mantw .box .bbox .item_qh .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.mantw .box .bbox .item_qh .img img {
  transition: all 0.4s;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
}
.mantw .box .bbox .item_qh .img img:first-child {
  display: block;
}
.mantw .box .bbox .item_qh .item_qh_box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 1.75rem;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 10;
}
.mantw .box .bbox .item_qh .item_qh_box .item_qh_h3 h3 {
  color: #fff;
  line-height: 1.1;
}
.mantw .box .bbox .item_qh .item_qh_box .item_qh_con {
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  display: flex;
  justify-content: space-between;
  height: 3.5rem;
}
@media (max-width: 767px) {
  .mantw .box .bbox .item_qh .item_qh_box .item_qh_con {
    height: 3rem;
  }
}
.mantw .box .bbox .item_qh .item_qh_box .item_qh_con .g_item {
  position: relative;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
  width: 50%;
}
.mantw .box .bbox .item_qh .item_qh_box .item_qh_con .g_item.on .item_qh_xs {
  opacity: 0;
}
.mantw .box .bbox .item_qh .item_qh_box .item_qh_con .g_item.on .item_qh_yc {
  opacity: 1;
  top: 0;
}
.mantw .box .bbox .item_qh .item_qh_box .item_qh_con .g_item .item_qh_xs {
  transition: all 0.4s;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.06rem 0.42rem 0.75rem;
}
@media (max-width: 767px) {
  .mantw .box .bbox .item_qh .item_qh_box .item_qh_con .g_item .item_qh_xs {
    padding: 0.4rem 0.1rem;
  }
}
.mantw .box .bbox .item_qh .item_qh_box .item_qh_con .g_item .item_qh_xs .txt h4 {
  color: #fff;
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 3em;
}
@media (max-width: 767px) {
  .mantw .box .bbox .item_qh .item_qh_box .item_qh_con .g_item .item_qh_xs .txt h4 {
    font-size: 0.28rem;
    -webkit-line-clamp: 3;
    height: 4.5em;
  }
}
.mantw .box .bbox .item_qh .item_qh_box .item_qh_con .g_item .item_qh_xs .g_b span {
  color: #fff;
  font-family: 'font-din';
}
.mantw .box .bbox .item_qh .item_qh_box .item_qh_con .g_item .item_qh_yc {
  transition: all 0.4s;
  opacity: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0.3rem;
  left: 0;
  background: #a5c959;
  padding: 0.56rem 0.4rem 0.44rem;
}
@media (max-width: 767px) {
  .mantw .box .bbox .item_qh .item_qh_box .item_qh_con .g_item .item_qh_yc {
    padding: 0.4rem 0.1rem;
  }
}
.mantw .box .bbox .item_qh .item_qh_box .item_qh_con .g_item .item_qh_yc .txt {
  padding-right: 0.6rem;
}
@media (max-width: 1260px) {
  .mantw .box .bbox .item_qh .item_qh_box .item_qh_con .g_item .item_qh_yc .txt {
    padding-right: 0;
  }
}
.mantw .box .bbox .item_qh .item_qh_box .item_qh_con .g_item .item_qh_yc .txt p {
  color: #fff;
  line-height: 1.66;
  margin-top: 0.2rem;
  opacity: 0.6;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  height: 4.98em;
}
@media (max-width: 1260px) {
  .mantw .box .bbox .item_qh .item_qh_box .item_qh_con .g_item .item_qh_yc .txt p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .mantw .box .bbox .item_qh .item_qh_box .item_qh_con .g_item .item_qh_yc .txt p {
    display: none;
  }
}
.mantw .box .bbox .item_qh .item_qh_box .item_qh_con .g_item .item_qh_yc .txt h4 {
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (max-width: 767px) {
  .mantw .box .bbox .item_qh .item_qh_box .item_qh_con .g_item .item_qh_yc .txt h4 {
    font-size: 0.28rem;
  }
}
.mantw .box .bbox .item_qh .item_qh_box .item_qh_con .g_item .item_qh_yc .g_b {
  flex-shrink: 0;
  width: 0.54rem;
  height: 0.54rem;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mantw .box .bbox .item_qh .item_qh_box .item_qh_con .g_item .item_qh_yc .g_b svg,
.mantw .box .bbox .item_qh .item_qh_box .item_qh_con .g_item .item_qh_yc .g_b img {
  width: 0.26rem;
  height: auto;
}
.mantw .box .bbox .item_qh .item_qh_box .item_qh_con .g_item .item_qh_yc .g_b svg path,
.mantw .box .bbox .item_qh .item_qh_box .item_qh_con .g_item .item_qh_yc .g_b img path {
  fill: #a5c959;
}
.mantw .box .bbox .item_tw {
  position: relative;
  width: 100%;
  height: 100%;
}
.mantw .box .bbox .item_tw .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.mantw .box .bbox .item_tw .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mantw .box .bbox .item_tw .txt {
  background: rgba(0, 0, 0, 0.3);
  height: 100%;
  color: #fff;
  position: relative;
  z-index: 10;
}
.mantw .box .bbox .item_tw .txt .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 0 0 1.8rem;
}
.mantw .box .bbox .item_tw .txt .container .txt_box h3 {
  line-height: 1.1;
}
.mantw .box .bbox .item_tw .txt .container .txt_box p {
  max-width: 4.9rem;
  margin-top: 0.32rem;
}
.mantw .box .bbox .item_tw .txt .container .hm_but {
  margin-top: 0.64rem;
}
.manth {
  padding: 1.8rem 0 1rem;
}
@media (max-width: 767px) {
  .manth {
    padding: 1.2rem 0 0;
  }
}
.manth .box {
  margin-top: 0.7rem;
}
.manth .box .manth_box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  transition: all 0.4s;
  position: relative;
}
@media (max-width: 767px) {
  .manth .box .manth_box {
    flex-direction: column-reverse;
  }
}
.manth .box .manth_box:hover .txt h3 {
  color: #a5c959;
}
.manth .box .manth_box .public-img {
  width: 50%;
}
@media (max-width: 767px) {
  .manth .box .manth_box .public-img {
    width: 100%;
  }
}
.manth .box .manth_box .public-img:before {
  padding-top: 58.25%;
}
.manth .box .manth_box .txt {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-right: 2.5rem;
  width: 50%;
}
@media (max-width: 1260px) {
  .manth .box .manth_box .txt {
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .manth .box .manth_box .txt {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .manth .box .manth_box .txt {
    margin-top: 0.4rem;
    width: 100%;
  }
}
.manth .box .manth_box .txt .item {
  padding-right: 0.2rem;
  margin-bottom: 0.7rem;
  width: 2.72rem;
}
@media (max-width: 991px) {
  .manth .box .manth_box .txt .item {
    width: 50%;
  }
}
.manth .box .manth_box .txt .item .num p {
  line-height: 1;
  font-family: 'font-din';
}
.manth .box .manth_box .txt .item .g_p {
  margin-top: 0.08rem;
}
.manfo {
  padding: 1rem 0 1.75rem;
}
.manfo .box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.06rem;
  margin-top: 0.75rem;
}
.manfo .box .item {
  width: calc(100%/6);
  margin-bottom: 0.12rem;
  padding: 0 0.06rem;
}
@media (max-width: 991px) {
  .manfo .box .item {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .manfo .box .item {
    width: 50%;
  }
}
.manfo .box .item .itembox {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 0.1rem;
  box-shadow: 0 0 0.1rem rgba(39, 51, 13, 0.1);
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.manfo .box .item .itembox::before {
  content: "";
  display: block;
  position: relative;
  z-index: 0;
  padding-top: 54.85%;
}
.manfo .box .item .itembox > img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.8s;
}
.manfo2 .box .item {
  width: calc(100%/6);
}
@media (max-width: 991px) {
  .manfo2 .box .item {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .manfo2 .box .item {
    width: 50%;
  }
}
.manfi {
  background: #a5c959;
}
.manfi .box {
  padding: 0.54rem 0 0.6rem;
  position: relative;
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .manfi .box {
    flex-direction: column;
  }
}
.manfi .box .gl {
  width: 50%;
}
@media (max-width: 767px) {
  .manfi .box .gl {
    width: 100%;
  }
}
.manfi .box .gl h2 {
  color: #fff;
  line-height: 1.1;
  margin-bottom: 0.3rem;
}
.manfi .box .gr {
  position: absolute;
  right: 0.3rem;
  bottom: 0.3rem;
}
@media (max-width: 767px) {
  .manfi .box .gr {
    width: 100%;
    position: initial;
    text-align: center;
    margin-top: 0.4rem;
  }
}
.manfi .box .gr img {
  height: auto;
  width: 5.79rem;
}
@media (max-width: 991px) {
  .manfi .box .gr img {
    width: 4.5rem;
  }
}
.hm_but2 {
  background: #fff;
  border-color: #fff;
}
.hm_but2 span {
  color: #a5c959;
}
.hm_but2 .f_hov i {
  border-color: #a5c959;
}
/* 工业级储能热管理 */
.indon {
  background: #f8f8f8;
  padding: 0.9rem 0 0.8rem;
}
.indon .box {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .indon .box {
    flex-direction: column;
  }
}
.indon .box .gl {
  padding: 1.25rem 0.5rem 0 0;
  width: 50%;
}
@media (max-width: 1260px) {
  .indon .box .gl {
    padding: 0.5rem 0.2rem 0 0;
  }
}
@media (max-width: 767px) {
  .indon .box .gl {
    width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
  }
}
.indon .box .gl h2 {
  line-height: 1.1;
}
.indon .box .gl p {
  margin-top: 0.2rem;
}
.indon .box .gr {
  padding: 0 0.9rem 0 1.1rem;
  width: 50%;
}
@media (max-width: 767px) {
  .indon .box .gr {
    width: 100%;
    padding: 0;
  }
}
.indon .box .gr .indon_box {
  position: relative;
}
.indon .box .gr .indon_box .gallery-thumbs {
  margin-bottom: 0.1rem;
}
.indon .box .gr .indon_box .gallery-thumbs .thumbs_img {
  background: #fff;
  height: 4.2rem;
  width: 100%;
  padding: 0.35rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.indon .box .gr .indon_box .gallery-top {
  width: calc(100% + 4px);
  margin-left: -2px;
  padding: 0 2px;
}
.indon .box .gr .indon_box .gallery-top .img {
  padding: 0.14rem;
  background: #fff;
}
.indon .box .gr .indon_box .gallery-top .img .public-img:before {
  padding-top: 58.86524823%;
}
.indon .box .gr .indon_box .gallery-top .swiper-slide {
  border: 1px solid transparent;
}
.indon .box .gr .indon_box .gallery-top .swiper-slide-thumb-active {
  border: 1px solid #a5c959;
}
@media (max-width: 767px) {
  .indon .box .gr .indon_box .g_qie {
    display: none;
  }
}
.indon .box .gr .indon_box .g_qie .pub_nav {
  margin: 0;
  position: absolute;
  transform: translateY(0%);
  bottom: 0.25rem;
  top: auto;
}
@media (max-width: 1260px) {
  .indon .box .gr .indon_box .g_qie .pub_nav {
    bottom: 0.15rem;
  }
}
.indon .box .gr .indon_box .g_qie .pub_prev1 {
  left: -0.9rem;
}
.indon .box .gr .indon_box .g_qie .pub_next1 {
  right: -0.9rem;
}
.indtw {
  padding: 1.8rem 0 1.4rem;
}
@media (max-width: 767px) {
  .indtw {
    padding: 1.2rem 0;
  }
}
.indtw .box {
  margin-top: 0.16rem;
}
.indtw .box .indtw_box {
  background: url(../images/industry3.jpg) no-repeat;
  background-size: cover;
  padding: 0.4rem 0.3rem 0.36rem;
  height: 3.58rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .indtw .box .indtw_box {
    height: 5rem;
  }
}
.indtw .box .indtw_box .g_svg {
  width: 0.54rem;
  height: 0.54rem;
}
@media (max-width: 767px) {
  .indtw .box .indtw_box .g_svg {
    width: 0.9rem;
    height: 0.9rem;
  }
}
.indtw .box .indtw_box .g_svg svg,
.indtw .box .indtw_box .g_svg img {
  width: 100%;
  height: 100%;
}
.indtw .box .indtw_box .g_svg svg path,
.indtw .box .indtw_box .g_svg img path {
  fill: #a5c959;
}
.indtw .box .indtw_box .txt {
  margin-top: 0.2rem;
}
.indtw .box .indtw_box .txt h3 {
  line-height: 1.1;
  color: #000;
  margin-bottom: 0.2rem;
}
.indtw .box .indtw_box .txt p {
  color: #666;
  /* overflow: hidden;
					display: -webkit-box;
					-webkit-box-orient: vertical;
					-webkit-line-clamp: 2;
					height: 3em; */
}
.indth {
  padding: 1.4rem 0 0;
}
.indth .box {
  margin-top: 0.52rem;
}
@media (max-width: 767px) {
  .indth .box {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .indth .box .bbox {
    width: 700px;
  }
}
.indth .box .indth_t {
  display: flex;
  justify-content: flex-end;
}
.indth .box .indth_t .indth_t_box {
  display: flex;
  width: 78.125%;
}
.indth .box .indth_t .indth_t_box .item {
  width: 50%;
  padding: 0 0.34rem;
}
.indth .box .indth_t .indth_t_box .item .img {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8f8f8;
  height: 3rem;
  padding: 0.4rem;
}
@media (max-width: 1580px) {
  .indth .box .indth_t .indth_t_box .item .img {
    height: 4rem;
  }
}
.indth .box .indth_t .indth_t_box .item .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.indth .box .indth_t .indth_t_box .item .txt {
  text-align: center;
  margin: 0.26rem 0 0.58rem;
}
.indth .box .indth_t .indth_t_box .item .txt h3 {
  color: #000;
}
.indth .box .indth_box {
  border-left: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
}
.indth .box .indth_box .item {
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
  min-height: 0.8rem;
  display: flex;
  justify-content: space-between;
}
.indth .box .indth_box .item:nth-child(2n-1) .gr_par {
  background: #f8f8f8;
}
.indth .box .indth_box .item .gl_text {
  display: flex;
  align-items: center;
  width: 21.875%;
  padding: 0.2rem 0.5rem;
  box-shadow: 0 0.1rem 0.18rem rgba(78, 100, 30, 0.1);
}
.indth .box .indth_box .item .gl_text p {
  color: #a5c959;
}
.indth .box .indth_box .item .gr_par {
  width: 78.125%;
  display: flex;
}
.indth .box .indth_box .item .gr_par .gr_par_txt {
  display: flex;
  align-items: center;
  width: 50%;
  padding: 0.2rem 0.5rem;
  border-right: 1px solid #e5e5e5;
}
.indth .box .indth_box .item .gr_par .gr_par_txt p {
  color: #666;
}
.indfo {
  padding: 1.7rem 0 0;
}
@media (max-width: 767px) {
  .indfo {
    padding: 1.2rem 0 0.3rem;
  }
}
.indfo .g_top .g_top_p .gr {
  text-align: right;
}
.indfo .box .swiper-container {
  padding: 0.75rem 0 0;
}
.indfo .box .joitw_box {
  transition: all 0.4s;
  position: relative;
  top: 0;
}
.indfo .box .joitw_box:hover .public-img img {
  transform: scale(1.05);
}
.indfo .box .joitw_box:hover .txt h3 {
  color: #a5c959;
}
.indfo .box .joitw_box .public-img:before {
  padding-top: 60.85192698%;
}
.indfo .box .joitw_box .public-img img {
  object-fit: contain;
}
.indfo .box .joitw_box .txt {
  margin-top: 0.25rem;
}
.indfo .box .joitw_box .txt h3 {
  transition: all 0.4s;
}
.indfi {
  padding: 1.7rem 0 1.75rem;
}
@media (max-width: 767px) {
  .indfi {
    padding: 1.2rem 0;
  }
}
.indfi .g_top .g_top_p .gr {
  text-align: right;
}
.indfi .box {
  padding-left: calc((100% - 1600px)/2);
}
@media (max-width: 1580px) {
  .indfi .box {
    padding-left: 8%;
  }
}
@media (max-width: 1260px) {
  .indfi .box {
    padding-left: 5%;
  }
}
@media (max-width: 767px) {
  .indfi .box {
    padding: 0 5%;
  }
}
.indfi .box .swiper-container {
  padding: 0.75rem 0 0;
}
.indfi .box .joitw_box {
  transition: all 0.4s;
  position: relative;
  top: 0;
}
.indfi .box .joitw_box:hover .public-img img {
  transform: scale(1.05);
}
.indfi .box .joitw_box:hover .txt h3 {
  color: #a5c959;
}
.indfi .box .joitw_box .public-img:before {
  padding-top: 60.66666667%;
}
.indfi .box .joitw_box .public-img img {
  object-fit: contain;
}
.indfi .box .joitw_box .txt {
  margin-top: 0.25rem;
}
.indfi .box .joitw_box .txt h3 {
  transition: all 0.4s;
}
/* 热管理检测设备 */
.equtw {
  padding: 1.8rem 0 0.95rem;
}
@media (max-width: 767px) {
  .equtw {
    padding: 1.2rem 0 0.6rem;
  }
}
.equtw .container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .equtw .container {
    flex-direction: column;
  }
}
.equtw .container .g_top {
  padding-right: 0.2rem;
  width: 50%;
}
@media (max-width: 767px) {
  .equtw .container .g_top {
    width: 100%;
  }
}
.equtw .container .box {
  width: 50%;
  border-top: 1px solid #000;
  padding-top: 0.28rem;
}
@media (max-width: 767px) {
  .equtw .container .box {
    width: 100%;
    margin-top: 0.55rem;
  }
}
.equtw .container .box .g_p p {
  color: #666;
  line-height: 1.66;
}
.equtw .container .box .hm_but {
  margin-top: 0.52rem;
}
.equth {
  padding: 0.9rem 0 1.8rem;
}
@media (max-width: 767px) {
  .equth {
    padding: 0.6rem 0 1.2rem;
  }
}
.equth .box {
  margin-top: 0.75rem;
}
.equth .bbox {
  display: flex;
}
@media (max-width: 767px) {
  .equth .bbox {
    flex-direction: column;
  }
}
.equth .bbox .item {
  width: 50%;
  height: 6.4rem;
  position: relative;
  overflow: hidden;
  margin-right: 0.22rem;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .equth .bbox .item {
    width: 100% !important;
    margin-bottom: 0.4rem;
  }
}
.equth .bbox .item:last-child {
  margin-right: 0;
}
.equth .bbox .item.on {
  width: 50%;
  flex-shrink: 0;
}
.equth .bbox .item.on .txt {
  background: rgba(0, 0, 0, 0.5);
}
.equth .bbox .item.on .txt .aboth_xs {
  opacity: 0;
}
.equth .bbox .item.on .txt .aboth_yc {
  opacity: 1;
  left: 0;
}
.equth .bbox .item .img {
  width: 100%;
  height: 100%;
}
.equth .bbox .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.equth .bbox .item .txt {
  overflow: hidden;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.4s;
}
.equth .bbox .item .txt .aboth_xs {
  height: 100%;
  padding: 0.58rem 0.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .equth .bbox .item .txt .aboth_xs {
    padding: 0.58rem 0.1rem;
  }
}
@media (max-width: 767px) {
  .equth .bbox .item .txt .aboth_xs {
    display: none;
  }
}
.equth .bbox .item .txt .aboth_xs .txt_box {
  text-align: center;
  display: flex;
  align-items: center;
}
.equth .bbox .item .txt .aboth_xs .txt_box h3 {
  line-height: 1.66;
  color: #fff;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  /* height: 4.5em; */
}
@media (max-width: 991px) {
  .equth .bbox .item .txt .aboth_xs .txt_box h3 br {
    display: none;
  }
}
.equth .bbox .item .txt .aboth_yc {
  color: #fff;
  opacity: 0;
  transition: all 0.4s;
  height: 100%;
  position: absolute;
  width: 100%;
  min-width: 8rem;
  top: 0;
  left: 1rem;
  z-index: 10;
  padding: 0.58rem 0.6rem;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 1260px) {
  .equth .bbox .item .txt .aboth_yc {
    min-width: 6.8rem;
  }
}
@media (max-width: 991px) {
  .equth .bbox .item .txt .aboth_yc {
    min-width: 4.8rem;
  }
}
@media (max-width: 767px) {
  .equth .bbox .item .txt .aboth_yc {
    opacity: 1;
    left: 0;
    min-width: initial;
  }
}
.equth .bbox .item .txt .aboth_yc .aboth_yc_b .txt_box h3 {
  margin-bottom: 0.18rem;
}
.equth .bbox .item .txt .aboth_yc .aboth_yc_b .txt_box p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  height: 6.64em;
  padding-right: 2.1rem;
  line-height: 1.66;
  color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 991px) {
  .equth .bbox .item .txt .aboth_yc .aboth_yc_b .txt_box p {
    padding: 0;
  }
}
.equth .bbox .item .txt .aboth_yc .aboth_yc_b .hm_but {
  margin-top: 0.48rem;
}
.equfo {
  position: relative;
  padding: 1.75rem 0 1.9rem;
}
@media (max-width: 767px) {
  .equfo {
    padding: 1.2rem 0;
  }
}
.equfo::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 51%;
  min-height: 6rem;
  background: #a5c959;
  top: 0;
  left: 0;
  z-index: -1;
}
.equfo .container {
  position: relative;
  z-index: 10;
}
.equfo .equfo_tit {
  text-align: center;
  color: #fff;
  padding: 0 3rem;
}
@media (max-width: 991px) {
  .equfo .equfo_tit {
    padding: 0;
  }
}
.equfo .equfo_tit h2 {
  line-height: 1.1;
}
.equfo .equfo_tit p {
  margin-top: 0.2rem;
}
.equfo .box {
  margin-top: 0.8rem;
  text-align: center;
}
.equfo .box img {
  width: 12rem;
  height: auto;
}
.equfi {
  background: #f8f8f8;
  padding: 1.75rem 0 1.8rem;
}
@media (max-width: 767px) {
  .equfi {
    padding: 1.2rem 0;
  }
}
.equfi .box {
  margin-top: 0.75rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .equfi .box {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
.equfi .box .gl {
  width: 41.25%;
}
@media (max-width: 767px) {
  .equfi .box .gl {
    width: 100%;
  }
}
.equfi .box .gl ul {
  border-bottom: 1px solid #535353;
}
.equfi .box .gl ul li {
  border-top: 1px solid #535353;
  margin-bottom: 0.35rem;
}
.equfi .box .gl ul li .g_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f8f8f8;
  padding: 0.35rem 0.2rem 0 0;
  position: relative;
  cursor: pointer;
}
.equfi .box .gl ul li .g_top.on .g_gb .i2 {
  transform: translate(-50%, -50%) rotate(0deg);
}
.equfi .box .gl ul li .g_top .g_top_l {
  width: 80%;
}
.equfi .box .gl ul li .g_top .g_top_l p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (max-width: 1260px) {
  .equfi .box .gl ul li .g_top .g_top_l p {
    font-size: 16px;
  }
}
.equfi .box .gl ul li .g_top .g_gb {
  position: relative;
  transition: 0.4s all;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.2rem;
  width: 0.2rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .equfi .box .gl ul li .g_top .g_gb {
    width: 16px;
  }
}
.equfi .box .gl ul li .g_top .g_gb i {
  width: 0.24rem;
  height: 2px;
  background: #a5c959;
  display: block;
  position: absolute;
  transition: all 0.4s;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .equfi .box .gl ul li .g_top .g_gb i {
    width: 16px;
    height: 1px;
  }
}
.equfi .box .gl ul li .g_top .g_gb .i2 {
  transform: translate(-50%, -50%) rotate(90deg);
}
.equfi .box .gl ul li .g_xia {
  margin-top: 0.2rem;
  display: none;
}
.equfi .box .gr {
  width: 53.75%;
}
@media (max-width: 767px) {
  .equfi .box .gr {
    width: 100%;
    margin-bottom: 0.4rem;
  }
}
.equfi .box .gr img {
  width: 100%;
}
/* 整车环境风洞试验室 */
.labon {
  padding: 1.75rem 0 1.8rem;
}
@media (max-width: 767px) {
  .labon {
    padding: 1.2rem 0;
  }
}
.labon .box {
  margin-top: 0.75rem;
}
.labon .box .gallery-thumbs {
  position: relative;
}
.labon .box .gallery-thumbs .public-img:before {
  padding-top: 46.66666667%;
}
@media (max-width: 1260px) {
  .labon .box .gallery-thumbs .g_qie {
    display: none;
  }
}
.labon .box .gallery-thumbs .g_qie .pub_nav {
  z-index: 100;
}
.labon .box .gallery-thumbs .g_qie .pub_prev {
  left: 13.6%;
}
.labon .box .gallery-thumbs .g_qie .pub_next {
  right: 13.6%;
}
.labon .box .container {
  position: relative;
  margin-top: 0.58rem;
  padding: 0 0.34rem;
  border-bottom: 1px solid #000;
}
.labon .box .container .swiper-button-prev,
.labon .box .container .swiper-button-next {
  top: 10px;
  margin-top: 0;
  width: 7px;
  height: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
}
.labon .box .container .swiper-button-prev svg,
.labon .box .container .swiper-button-next svg,
.labon .box .container .swiper-button-prev img,
.labon .box .container .swiper-button-next img {
  width: 100%;
  height: auto;
}
.labon .box .container .swiper-button-prev svg path,
.labon .box .container .swiper-button-next svg path,
.labon .box .container .swiper-button-prev img path,
.labon .box .container .swiper-button-next img path {
  fill: #999;
}
.labon .box .container .swiper-button-prev {
  transform: rotate(180deg);
}
.labon .box .container .gallery-top {
  padding: 2px 0;
  margin-bottom: -2px;
}
.labon .box .container .gallery_box {
  display: flex;
  justify-content: center;
  text-align: center;
}
.labon .box .container .gallery_box p {
  cursor: pointer;
  transition: all 0.4s;
  position: relative;
  padding: 0 2px 0.27rem;
}
.labon .box .container .gallery_box p::after {
  content: '';
  transition: all 0.4s;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 3px;
  background: transparent;
}
.labon .box .container .swiper-slide-thumb-active .gallery_box p {
  color: #a5c959;
}
.labon .box .container .swiper-slide-thumb-active .gallery_box p::after {
  background: #a5c959;
}
.labtw {
  padding: 1.8rem 0;
  background: #f8f8f8;
}
@media (max-width: 767px) {
  .labtw {
    padding: 1.2rem 0;
  }
}
.labtw .box {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .labtw .box {
    flex-direction: column;
  }
}
.labtw .box .gl {
  width: 50%;
  padding-right: 1.4rem;
}
@media (max-width: 767px) {
  .labtw .box .gl {
    width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
  }
}
.labtw .box .gl .txt {
  padding-top: 0.35rem;
  border-top: 1px solid #000;
}
.labtw .box .gl .txt h2 {
  line-height: 1.1;
  color: #000;
}
.labtw .box .gl .txt p {
  line-height: 1.66;
  color: #666;
  margin-top: 0.52rem;
}
.labtw .box .gr {
  width: 50%;
}
@media (max-width: 767px) {
  .labtw .box .gr {
    width: 100%;
  }
}
.labtw .box .gr img {
  width: 100%;
}
.labth {
  padding: 1.75rem 0 1.8rem;
}
@media (max-width: 767px) {
  .labth {
    padding: 1.2rem 0;
  }
}
.labth .box {
  position: relative;
  margin-top: 0.78rem;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .labth .box {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.labth .box .img {
  width: 85%;
}
@media (max-width: 991px) {
  .labth .box .img {
    width: 100%;
  }
}
.labth .box .img img {
  width: 100%;
}
.labth .box .g_lab {
  position: absolute;
  left: 0;
  top: 0;
  width: 28.44%;
  max-height: 5.7rem;
  overflow: auto;
  background: url(../images/laboratory7.jpg) no-repeat;
  background-size: cover;
  padding-top: 0.3rem;
}
@media (max-width: 1260px) {
  .labth .box .g_lab {
    width: 40%;
    height: 5rem;
  }
}
@media (max-width: 991px) {
  .labth .box .g_lab {
    height: auto;
    width: 100%;
    position: relative;
    padding: 0.55rem 0 0.3rem;
  }
}
.labth .box .g_lab .g_lab_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.labth .box .g_lab .g_lab_box .g_p {
  margin-bottom: 0.18rem;
  width: 100%;
  padding-left: 0.4rem;
  padding-right: 0.1rem;
}
.labth .box .g_lab .g_lab_box .g_p p {
  color: #fff;
  display: block;
  position: relative;
  padding-left: 24px;
}
.labth .box .g_lab .g_lab_box .g_p p:after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border: 2px solid #b7d47a;
  background: #fff;
  left: 0;
  top: 7px;
}
@media (max-width: 1580px) {
  .labth .box .g_lab .g_lab_box .g_p p:after {
    top: 8px;
    width: 5px;
    height: 5px;
  }
}
.indfi2 {
  background: #f8f8f8;
}
/* 新闻资讯 */
.crumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.crumbs p {
  display: flex;
  align-items: center;
}
.crumbs p > a {
  margin-right: 0.06rem;
  color: #999999;
}
@media (max-width: 767px) {
  .crumbs p > a {
    font-size: 14px;
    margin-bottom: 0.05rem;
  }
}
.crumbs p:last-child {
  /* a{
				color: #333;
			} */
}
.crumbs p:last-child svg,
.crumbs p:last-child i {
  display: none;
}
.crumbs p svg {
  width: 5px;
  height: auto;
  margin-right: 0.06rem;
}
.crumbs p svg path {
  fill: #666;
}
.crumbs p i {
  font-style: initial;
  opacity: 0.7;
  color: #999999;
  margin-right: 0.04rem;
}
.new_top {
  height: 0.7rem;
  border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 767px) {
  .new_top {
    height: auto;
  }
}
.new_top .container {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .new_top .container {
    flex-direction: column;
    align-items: flex-start;
    padding: 0.2rem 0;
  }
}
.new_top .container .new_top_nav {
  height: 100%;
  padding-right: 0.12rem;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .new_top .container .new_top_nav {
    padding: 0;
    margin-top: 0.2rem;
  }
}
.new_top .container .new_top_nav a {
  margin-bottom: -1px;
  display: inline-flex;
  align-items: center;
  height: 100%;
  border-bottom: 2px solid transparent;
  transition: all 0.4s;
  color: #999;
  margin-left: 0.76rem;
}
@media (max-width: 767px) {
  .new_top .container .new_top_nav a {
    margin: 0 0.4rem 0 0;
  }
}
.new_top .container .new_top_nav a.on {
  color: #a5c959;
  border-bottom: 2px solid #a5c959;
}
.newson {
  padding: 1rem 0 1.8rem;
}
.newson .hot {
  margin-bottom: 1.15rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .newson .hot {
    flex-direction: column;
  }
}
.newson .hot:hover .public-img img {
  transform: scale(1.05);
}
.newson .hot:hover .txt h3 {
  color: #a5c959 !important;
}
.newson .hot .gl {
  width: 56.25%;
}
@media (max-width: 767px) {
  .newson .hot .gl {
    width: 100%;
  }
}
.newson .hot .gl .public-img:before {
  padding-top: 55.55555556%;
}
.newson .hot .gr {
  padding-top: 0.18rem;
  border-top: 1px solid #000;
  width: 41.25%;
}
@media (max-width: 767px) {
  .newson .hot .gr {
    width: 100%;
    border: none;
  }
}
.newson .hot .gr b {
  color: #000;
}
.newson .hot .gr .txt {
  margin: 0.22rem 0 0.45rem;
}
.newson .hot .gr .txt h3 {
  transition: all 0.4s;
  padding-right: 0.52rem;
  color: #000;
  line-height: 1.2;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 2.4em;
}
@media (max-width: 991px) {
  .newson .hot .gr .txt h3 {
    padding: 0;
  }
}
.newson .hot .gr .txt p {
  padding-right: 1.25rem;
  margin-top: 0.3rem;
  color: #666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  height: 4.5em;
}
@media (max-width: 991px) {
  .newson .hot .gr .txt p {
    padding: 0;
  }
}
.newson .hot .gr > span {
  color: #999;
  font-size: 12px;
}
.newson .box .bbox {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.3rem;
}
.newson .box .bbox .item {
  width: 33.33%;
  margin-bottom: 0.8rem;
  padding: 0 0.3rem;
}
@media (max-width: 991px) {
  .newson .box .bbox .item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .newson .box .bbox .item {
    width: 100%;
  }
}
.newson .box .bbox .item .itembox {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 0.18rem;
  transition: all 0.4s;
  border-top: 1px solid #000;
}
.newson .box .bbox .item .itembox:hover {
  border-color: #a5c959;
}
.newson .box .bbox .item .itembox:hover b {
  color: #a5c959;
}
.newson .box .bbox .item .itembox:hover .public-img img {
  transform: scale(1.05);
}
.newson .box .bbox .item .itembox:hover .txt h3 {
  color: #a5c959;
}
.newson .box .bbox .item .itembox b {
  transition: all 0.4s;
  color: #000;
  display: block;
  margin-bottom: 0.26rem;
}
.newson .box .bbox .item .itembox .public-img:before {
  padding-top: 60.85192698%;
}
.newson .box .bbox .item .itembox .txt {
  padding-top: 0.25rem;
}
.newson .box .bbox .item .itembox .txt h3 {
  transition: all 0.4s;
  padding-right: 0.55rem;
  line-height: 1.25;
  color: #000;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 2.5em;
}
@media (max-width: 991px) {
  .newson .box .bbox .item .itembox .txt h3 {
    padding: 0;
  }
}
.newson .box .bbox .item .itembox .txt span {
  display: block;
  font-size: 12px;
  margin-top: 0.3rem;
  color: #999;
}
/* 新闻详情 */
.newsinfo_top {
  border: none;
  padding: ;
}
.newsinfoon {
  padding: 0.6rem 0 1.8rem;
}
@media (max-width: 767px) {
  .newsinfoon {
    padding: 0.4rem 0 1.2rem;
  }
}
.newsinfoon .box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .newsinfoon .box {
    flex-direction: column;
  }
}
.newsinfoon .box .gl {
  width: 68.75%;
}
@media (max-width: 991px) {
  .newsinfoon .box .gl {
    width: 100%;
  }
}
.newsinfoon .box .gl h1 {
  line-height: 1.2;
  color: #000;
}
.newsinfoon .box .gl .gbox_t {
  margin-top: 0.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #666;
  padding-bottom: 0.21rem;
}
@media (max-width: 767px) {
  .newsinfoon .box .gl .gbox_t {
    flex-direction: column;
    align-items: flex-start;
  }
}
.newsinfoon .box .gl .gbox_t .left {
  display: flex;
  flex-wrap: wrap;
}
.newsinfoon .box .gl .gbox_t .left p {
  margin-right: 0.38rem;
  color: #666;
}
@media (max-width: 767px) {
  .newsinfoon .box .gl .gbox_t .left p {
    margin-bottom: 0.1rem;
  }
}
.newsinfoon .box .gl .gbox_t .left p span {
  color: #000;
}
@media (max-width: 767px) {
  .newsinfoon .box .gl .gbox_t .right {
    margin-top: 0.4rem;
  }
}
.newsinfoon .box .gl .public-content {
  padding: 0.25rem 0 0.5rem;
}
.newsinfoon .box .gl .public-content iframe {
  max-width: 100%;
}
.newsinfoon .box .gl .g_fy {
  padding-top: 0.6rem;
  border-top: 1px solid #e5e5e5;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .newsinfoon .box .gl .g_fy {
    flex-direction: column;
  }
}
.newsinfoon .box .gl .g_fy .g_fy_l {
  width: 70%;
}
@media (max-width: 767px) {
  .newsinfoon .box .gl .g_fy .g_fy_l {
    width: 100%;
  }
}
.newsinfoon .box .gl .g_fy .g_fy_l a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #000;
  transition: all 0.4s;
  display: block;
  margin: 0.07rem 0;
}
.newsinfoon .box .gl .g_fy .g_fy_l a:hover {
  color: #a5c959;
}
.newsinfoon .box .gl .g_fy .g_fy_l a.on {
  color: #999;
}
@media (max-width: 767px) {
  .newsinfoon .box .gl .g_fy .g_fy_r {
    width: 100%;
    margin-top: 0.4rem;
  }
}
.newsinfoon .box .gr {
  width: 20.125%;
  position: sticky;
  position: -webkit-sticky;
  top: 100px;
}
@media (max-width: 991px) {
  .newsinfoon .box .gr {
    width: 100%;
    position: initial;
    margin-top: 1rem;
  }
}
.newsinfoon .box .gr h2 {
  border-bottom: 1px solid #000;
  padding: 0.06rem 0 0.32rem;
}
.newsinfoon .box .gr .gr_a {
  margin-top: 0.29rem;
}
@media (max-width: 767px) {
  .newsinfoon .box .gr .gr_a {
    margin-top: 0.8rem;
  }
}
.newsinfoon .box .gr .gr_a a {
  margin-bottom: 0.3rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .newsinfoon .box .gr .gr_a a {
    margin-bottom: 0.5rem;
  }
}
.newsinfoon .box .gr .gr_a a:hover .public-img img {
  transform: scale(1.05);
}
.newsinfoon .box .gr .gr_a a:hover .txt h3 {
  color: #a5c959;
}
.newsinfoon .box .gr .gr_a a .public-img {
  margin-right: 0.2rem;
  width: 1.62rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .newsinfoon .box .gr .gr_a a .public-img {
    width: 1.8rem;
  }
}
.newsinfoon .box .gr .gr_a a .public-img:before {
  padding-top: 55.55555556%;
}
.newsinfoon .box .gr .gr_a a .txt {
  width: calc(100% - 1.82rem);
}
@media (max-width: 767px) {
  .newsinfoon .box .gr .gr_a a .txt {
    width: calc(100% - 2.1rem);
  }
}
.newsinfoon .box .gr .gr_a a .txt span {
  color: #999;
}
.newsinfoon .box .gr .gr_a a .txt h3 {
  color: #000000;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: bold;
  margin-bottom: 0.08rem;
}
.ins_det_fxr_box {
  display: flex;
  align-items: center;
}
.ins_det_fxr_box * {
  transition: all 0.6s;
}
.ins_det_fxr_box > p {
  margin-right: 0.05rem;
}
.ins_det_fxr_box .bshare-custom {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ins_det_fxr_box .bshare-custom a {
  width: 0.4rem;
  height: 0.4rem;
  padding: 0;
  background: none;
  border-radius: 50%;
  margin: 0 0 0 0.12rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ins_det_fxr_box .bshare-custom a:hover {
  background: #a5c959;
  opacity: 1;
}
.ins_det_fxr_box .bshare-custom a:hover svg path {
  fill: #fff;
}
.ins_det_fxr_box .bshare-custom a::before {
  content: '' !important;
}
@media (max-width: 767px) {
  .ins_det_fxr_box .bshare-custom a {
    width: 0.6rem;
    height: 0.6rem;
  }
}
.ins_det_fxr_box .bshare-custom a svg {
  width: 52.5%;
  height: auto;
  pointer-events: none;
}
.ins_det_fxr_box .bshare-custom a svg path {
  fill: #999999;
  opacity: 1;
}
.social-share .icon-wechat .wechat-qrcode {
  top: 120% !important;
  left: 50% !important;
  transform: translateX(-50%);
}
.social-share .icon-wechat .wechat-qrcode:after {
  display: none !important;
}
.bsBox {
  box-sizing: initial;
}
/* 联系我们 */
.conon {
  background: url(../images/contact.png) no-repeat;
  background-position: bottom center;
  background-size: 100% auto;
  padding: 1.56rem 0 1.8rem;
}
.conon .box {
  margin-top: 0.65rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1260px) {
  .conon .box {
    flex-direction: column;
  }
}
.conon .box .gl {
  width: 43.125%;
}
@media (max-width: 1260px) {
  .conon .box .gl {
    width: 100%;
    margin-bottom: 0.5rem;
  }
}
.conon .box .gl .t_p p {
  line-height: 1.2;
}
.conon .box .gl .add_p {
  margin-top: 0.5rem;
}
.conon .box .gl .add_p p {
  margin-bottom: 0.2rem;
}
.conon .box .gl .g_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.conon .box .gr {
  width: 45%;
}
@media (max-width: 1260px) {
  .conon .box .gr {
    width: 100%;
  }
}
.conon .box .gr form .inp {
  margin-bottom: 0.56rem;
}
.conon .box .gr form .inp > p {
  color: #000;
}
.conon .box .gr form .inp > p span {
  color: #a5c959;
}
.conon .box .gr form .inp input {
  width: 100%;
  padding: 0.15rem 0;
  border-bottom: 1px solid #000;
}
@media (max-width: 767px) {
  .conon .box .gr form .inp input {
    font-size: 0.32rem;
  }
}
.conon .box .gr form .inp input::-webkit-input-placeholder {
  color: #d8d8d8;
}
.conon .box .gr form .inp textarea {
  height: 1rem;
  width: 100%;
  padding: 0.15rem 0;
  border-bottom: 1px solid #000;
}
.conon .box .gr form .inp textarea::-webkit-input-placeholder {
  color: #d8d8d8;
}
.conon .box .gr form button {
  margin-top: 0.14rem;
}
.sot_select_nr {
  position: relative;
  min-width: 1.8rem;
  width: 100%;
  padding: 0.15rem 0;
  border-bottom: 1px solid #000;
}
.sot_select_nr .sel_text_x {
  width: 100%;
  color: #999;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sot_select_nr .sel_text_x svg,
.sot_select_nr .sel_text_x img {
  width: 12px;
  height: auto;
  flex-shrink: 0;
  z-index: 100;
  margin: 0 0.2rem;
}
@media (max-width: 991px) {
  .sot_select_nr .sel_text_x svg,
  .sot_select_nr .sel_text_x img {
    width: 9px;
  }
}
.sot_select_nr .sel_text_x svg path,
.sot_select_nr .sel_text_x img path {
  fill: #a5c959;
}
.sot_select_nr .sel_text_x p {
  color: #d8d8d8;
}
.sot_select_nr .sel_text_box {
  width: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  text-align: left;
  overflow: hidden;
  top: 100%;
  border: 1px solid #d2d2d2;
  z-index: 200;
  display: none;
  max-height: 160px;
  overflow-y: auto;
}
.sot_select_nr .sel_text_box a {
  color: #000;
  padding: 7px 0 7px 0.2rem;
  display: block;
  cursor: pointer;
}
.sot_select_nr .sel_text_box a:hover {
  background: #a5c959;
  color: #fff;
}
/* 网站地图 */
.g-mapon {
  padding: 1.4rem 0 1.44rem;
}
.g-mapon .g-tit {
  text-align: center;
}
.g-mapon .g-tit h2 {
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 767px) {
  .g-mapon .g-tit h2 {
    font-size: 0.48rem;
  }
}
.g-mapon .box {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #eeeeee;
  background: #fff;
  margin-top: 0.6rem;
}
@media (max-width: 991px) {
  .g-mapon .box {
    flex-direction: column;
  }
}
.g-mapon .box .item {
  min-width: 1.5rem;
  margin-right: 0.75rem;
  padding: 0.45rem 0 0.3rem;
  position: relative;
}
.g-mapon .box .item:last-child {
  margin-right: 0;
  min-width: initial;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .g-mapon .box .item {
    margin-right: 0;
    flex-direction: column;
  }
}
.g-mapon .box .item a:hover {
  color: #a5c959 !important;
}
.g-mapon .box .item .g-la {
  transition: all 0.4s;
  display: block;
  margin-bottom: 0.26rem;
  flex-shrink: 0;
  color: #231815;
}
@media (max-width: 767px) {
  .g-mapon .box .item .g-la {
    margin-bottom: 0.2rem;
    font-size: 0.32rem;
  }
}
.g-mapon .box .item .g-twa {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .g-mapon .box .item .g-twa {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.g-mapon .box .item .g-twa a {
  transition: all 0.4s;
  display: block;
  margin-bottom: 0.34rem;
  padding-right: 0.2rem;
  color: #999999;
}
@media (max-width: 991px) {
  .g-mapon .box .item .g-twa a {
    margin-right: 0.3rem;
    margin-bottom: 0.15rem;
  }
}
@media (max-width: 767px) {
  .g-mapon .box .item .g-twa a {
    min-width: auto;
  }
}
/* 免责声明 */
.g-pri {
  padding: 1.4rem 0 1.77rem;
}
.g-pri .box .tit {
  margin-bottom: 0.35rem;
  text-align: center;
}
.g-pri .box .tit h2 {
  font-weight: bold;
  margin-bottom: 0.16rem;
}
.g-pri .box .tit .g-p {
  display: flex;
  justify-content: center;
}
.g-pri .box .tit .g-p p {
  color: #666;
  margin: 0 0.27rem;
}
@media (max-width: 767px) {
  .g-pri .box .tit .g-p p {
    margin: 0 0.15rem;
  }
}
.g-pri .box .public-content h3 {
  font-size: 24px;
}
@media (max-width: 767px) {
  .g-pri .box .public-content h3 {
    font-size: 16px;
  }
}
.g-pri .box .public-content .p1 {
  display: block;
  position: relative;
  padding-left: 20px;
}
.g-pri .box .public-content .p1:after {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #000;
  left: 0;
  top: 12px;
}
@media (max-width: 1580px) {
  .g-pri .box .public-content .p1:after {
    top: 14px;
  }
}
.g-pri .box .public-content .g-pritxt .g-pritxt-box {
  display: flex;
}
@media (max-width: 767px) {
  .g-pri .box .public-content .g-pritxt .g-pritxt-box {
    flex-direction: column;
  }
}
.g-pri .box .public-content .g-pritxt .g-pritxt-box span {
  flex-shrink: 0;
  color: #222;
  display: block;
  position: relative;
  padding-left: 20px;
}
.g-pri .box .public-content .g-pritxt .g-pritxt-box span:after {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #000;
  left: 0;
  top: 12px;
}
@media (max-width: 1580px) {
  .g-pri .box .public-content .g-pritxt .g-pritxt-box span:after {
    top: 14px;
  }
}
.g-pri .box .public-content .g-pritxt .g-pritxt-box ul {
  padding: 0;
}
.g-pri .box .public-content .g-pritxt .g-pritxt-box ul li {
  list-style: none;
}
/* 右侧浮窗 */
.gpop {
  position: fixed;
  right: 0.4rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  display: none;
}
@media (max-width: 767px) {
  .gpop {
    right: 10px;
  }
}
.gpop > * {
  transition: all 0.4s;
}
.gpop .pop_a {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  width: 70px;
  height: 70px;
  position: relative;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}
@media (max-width: 767px) {
  .gpop .pop_a {
    width: 40px;
    height: 40px;
    margin-top: 4px;
  }
}
.gpop .pop_a.on {
  background: #a5c959;
}
.gpop .pop_a.on .pop_text {
  transform: translateY(-50%) scale(1);
  -webkit-transform: translateY(-50%) scale(1);
}
.gpop .pop_a.on .pop_a_img svg {
  opacity: 1;
}
.gpop .pop_a.on .pop_a_img svg path {
  fill: #fff;
}
.gpop .pop_a.on .pop_a_img svg .cls-355 {
  fill: #a5c959;
}
.gpop .pop_a.on .pop_a_img p {
  opacity: 1;
  color: #fff;
}
.gpop .pop_a img {
  z-index: 100;
}
.gpop .pop_a .pop_a_img {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.gpop .pop_a .pop_a_img svg,
.gpop .pop_a .pop_a_img img {
  width: auto;
  height: 21px;
}
@media (max-width: 767px) {
  .gpop .pop_a .pop_a_img svg,
  .gpop .pop_a .pop_a_img img {
    height: 16px;
  }
}
.gpop .pop_a .pop_a_img svg path,
.gpop .pop_a .pop_a_img img path {
  fill: #a5c959;
}
.gpop .pop_a .pop_a_img svg .cls-355,
.gpop .pop_a .pop_a_img img .cls-355 {
  fill: #fff;
}
.gpop .pop_a .pop_a_img p {
  text-align: center;
  padding: 0 6px;
  font-size: 10px;
  margin-top: 5px;
  font-weight: bold;
  color: #666;
}
@media (max-width: 767px) {
  .gpop .pop_a .pop_a_img p {
    display: none;
  }
}
.gpop .pop_a .pop_text {
  position: absolute;
  top: 50%;
  right: 130%;
  background: #fff;
  padding: 0.15rem 0.3rem;
  transition: all 0.6s;
  -moz-transition: all 0.6s;
  z-index: 1;
  transform: translateY(-50%) scale(0);
  -webkit-transform: translateY(-50%) scale(0);
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
}
@media (max-width: 767px) {
  .gpop .pop_a .pop_text {
    width: 220px;
  }
}
.gpop .pop_a .pop_text p {
  color: #666;
  margin-bottom: 0.02rem;
  white-space: nowrap;
  font-size: 14px;
}
.gpop .pop_a .pop_text img {
  height: 20px;
  width: 20px;
  margin-right: 0.1rem;
}
.gpop .pop_a .pop_text::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid dashed dashed;
  border-color: #fff transparent transparent;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  position: absolute;
  top: 50%;
  right: -20px;
  margin-top: -10px;
  border-width: 10px;
  border-top-color: #fff;
  -webkit-transform: rotate(-90deg);
}
.gpop .cur4 {
  margin-top: 0.2rem;
}
.gpop .cur4 .pop_a_img img,
.gpop .cur4 .pop_a_img svg {
  opacity: 0.3;
}
.gpop .cur4 .pop_a_img p {
  opacity: 0.3;
}
.curtain1 {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  display: none;
}
.curtain1 .mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1000;
  position: absolute;
  top: 0;
  left: 0;
}
.curtain1 .curtain_box {
  position: absolute;
  max-width: 90%;
  max-height: 90%;
  left: 50%;
  top: 50%;
  overflow: hidden;
  z-index: 10000;
  transform: translate(-50%, -50%);
}
@media (max-width: 991px) {
  .curtain1 .curtain_box {
    width: 90%;
  }
}
.curtain1 .curtain_box .curtain_title {
  position: relative;
  padding: 0 30px;
  background: #1c4798;
}
.curtain1 .curtain_box .curtain_title .close_tc {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 60px;
  cursor: pointer;
  z-index: 10000;
}
@media screen and (max-width: 767px) {
  .curtain1 .curtain_box .curtain_title .close_tc {
    width: 40px;
    height: 40px;
  }
}
.curtain1 .curtain_box .curtain_title .close_tc::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -13px;
  width: 26px;
  height: 2px;
  background: #999999;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.curtain1 .curtain_box .curtain_title .close_tc::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -13px;
  width: 26px;
  height: 2px;
  background: #999999;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.curtain1 .curtain_box .curtain_con {
  max-height: 90vh;
  overflow: auto;
}
.consult {
  display: flex;
  width: 12.4rem;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .consult {
    width: 100%;
  }
}
.consult .gl {
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0.62rem 0.5rem 0.55rem;
  width: 35.48387097%;
  background: url(../images/pop.jpg) no-repeat;
  background-size: cover;
}
@media (max-width: 991px) {
  .consult .gl {
    display: none;
  }
}
.consult .gl .gl_t a {
  display: flex;
  margin-bottom: 0.54rem;
  height: 0.44rem;
  width: auto;
}
.consult .gl .gl_t a img {
  height: 100%;
  width: auto;
}
.consult .gl .gl_t .g_p i {
  display: inline-flex;
  width: 40px;
  height: 3px;
  background: #fff;
  margin-bottom: 0.15rem;
}
.consult .gl .gl_t .g_p p {
  line-height: 1.33;
}
.consult .gl .gl_b {
  margin-top: 0.4rem;
}
.consult .gl .gl_b .g_add {
  margin-bottom: 0.4rem;
}
.consult .gl .gl_b .g_add .item {
  margin-bottom: 0.12rem;
  display: flex;
  align-items: center;
}
.consult .gl .gl_b .g_add .item i {
  flex-shrink: 0;
  display: flex;
  margin-right: 0.15rem;
  width: 0.18rem;
  height: auto;
}
.consult .gl .gl_b .g_add .item i svg,
.consult .gl .gl_b .g_add .item i img {
  width: 100%;
  height: auto;
}
.consult .gl .gl_b .g_add .item i svg path,
.consult .gl .gl_b .g_add .item i img path {
  fill: #fff;
}
.consult .gl .gl_b .g_add .item p {
  /* white-space: nowrap; */
}
.consult .gl .gl_b .g_alj {
  display: flex;
  flex-wrap: wrap;
}
.consult .gl .gl_b .g_alj a {
  margin-right: 0.3rem;
  color: #fff;
  text-decoration: underline;
}
.consult .gr {
  width: 64.51612903%;
  padding: 0.55rem 0.4rem 0.6rem;
  background: #fff;
}
@media (max-width: 991px) {
  .consult .gr {
    width: 100%;
  }
}
.consult .gr .g_tit {
  margin-bottom: 0.28rem;
}
.consult .gr .g_tit h2 {
  margin-bottom: 0.1rem;
}
.consult .gr .g_tit p {
  color: #666;
}
.consult .gr form .inp {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .consult .gr form .inp {
    flex-direction: column;
  }
}
.consult .gr form .inp .inp_box {
  width: calc(50% - 0.1rem);
  margin: 0 0 0.2rem;
  background: #fff;
  height: 0.6rem;
  padding: 0 0.16rem;
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid #ececec;
}
@media (max-width: 767px) {
  .consult .gr form .inp .inp_box {
    width: 100%;
    height: 0.8rem;
    margin-bottom: 0.3rem;
  }
}
.consult .gr form .inp .inp_box input {
  width: 100%;
}
.consult .gr form .inp .inp_box input::-webkit-input-placeholder {
  color: #999;
}
.consult .gr form .inp .inp_box .inp_txt {
  display: flex;
  align-items: center;
}
.consult .gr form .inp .inp_box .inp_txt p {
  color: #333;
}
.consult .gr form .inp .inp_box .inp_txt p span {
  margin-right: 0.06rem;
  color: #a5c959;
}
.consult .gr form .inp .inp_box .sot_select_nr {
  position: initial;
  border: none;
}
.consult .gr form .inp .inp_box .sot_select_nr .sel_text_x p {
  color: #999;
}
.consult .gr form .inp .inp_box .sot_select_nr .sel_text_x svg path {
  fill: #999;
}
.consult .gr form .inp .inp_box .sot_select_nr .sel_text_box {
  border-color: #ececec;
}
.consult .gr form .inp .inp_box .sot_select_nr .sel_text_box a {
  color: #999;
}
.consult .gr form .inp .inp_box .sot_select_nr .sel_text_box a:hover {
  color: #fff;
}
.consult .gr form .inp .inp_textarea {
  padding: 0.2rem 0.16rem;
  height: auto;
  width: 100%;
  align-items: flex-start;
}
.consult .gr form .inp .inp_textarea textarea {
  width: 100%;
  height: 1.2rem;
}
.consult .gr form .inp .inp_textarea textarea::-webkit-input-placeholder {
  color: #999;
}
.consult .gr form .login_tk {
  margin-bottom: 0.75rem;
}
.consult .gr form .login_tk label {
  padding-right: 0.55rem;
  display: flex;
  text-align: left;
}
.consult .gr form .login_tk label span {
  color: #a5c959;
}
.consult .gr form .login_tk label input {
  -webkit-appearance: checkbox;
  margin-right: 10px;
}
.consult .gr form .login_tk label p {
  color: #999;
}
.consult .gr form .login_tk label p a {
  color: #a5c959;
}
@media (max-width: 767px) {
  .social-share .icon-wechat .wechat-qrcode {
    left: 0% !important;
    transform: translateX(0%);
  }
}
