@charset "utf-8";

/* 可选：确保淡入淡出过渡流畅 */
.banner .swiper-slide {
  opacity: 0 !important;
  transition: opacity 1s ease-in-out !important;
}

.banner .swiper-slide-active,
.swiper-slide-duplicate-active {
  opacity: 1 !important;
}

.news_pc {
  display: block;
}

.news_phone {
  display: none;
}




canvas {
  position: absolute;
  /* top: 0; */
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  /* height: 100%; */
  background: #fff;
  display: block;
}

.home_jj {
  position: relative;
}

/*banner*/
.banner {
  position: relative;
  width: 100%;
  height: 100%;
}

.banner .swiper-pagination {
  bottom: 4.2%;
  left: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  text-align: left;
  background: #fff;
  opacity: 1;
  color: #fff;
  font-size: 0;
  border-radius: 50%;
  margin: 0 16px;
}

.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 36px;
  height: 36px;
  border: 1px solid #fff;
  background: transparent;
  font-size: 16px;
  line-height: 36px;
  text-align: center;
  position: relative;
}

.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  width: 38px;
  height: 38px;
  border: 2px solid #27883c;
  border-radius: 50%;
  clip: rect(0, 100px, 10px, 0);
  animation: loading 3.6s infinite linear;
}

@keyframes loading {
  0% {
    transform: rotate(90deg);
    clip: rect(0, 100px, 10px, 0);
  }

  100% {
    transform: rotate(360deg);
    clip: rect(0, 100px, 100px, 0);
  }
}

.banner .banner_list {
  position: relative;
  /* Chrome, Safari, Opera */
}

.banner .banner_list .banner_list_img img {
  width: 100%;
  height: calc(100vh);
  object-fit: cover;
}

@-webkit-keyframes magicada {
  0% {
    -webkit-transform: scale(1, 1);
  }

  50% {
    -webkit-transform: scale(1.1, 1.1);
  }

  100% {
    -webkit-transform: scale(1.1, 1.1);
  }
}

.banner .banner_list .banner_list_txt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  padding: 0 30px;
  max-width: 1620px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.banner .banner_list .banner_list_txt .list_txt_dd {
  text-align: left;
  text-transform: uppercase;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-direction: column;
}

.banner .banner_list .banner_list_txt .list_txt_dd span {
  font-size: 58px;
  line-height: 113px;
  color: #ffffff;
  letter-spacing: 2px;
  font-weight: bold;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.banner .banner_list .banner_list_txt .list_txt_pp {
  font-size: 28px;
  color: #000000;
  line-height: 34px;
  margin-top: 14px;
}

.temp_h5 {
  color: #262626;
  letter-spacing: 1px;
  width: 100%;
  text-align: center;
}

/*中心内容-介绍总投资*/
.home_jj {
  width: 100%;
  padding: 129px 0 0 0;
  /* padding-bottom:150px ; */
}

#canvas {
  width: 100%;
  /* height: 100% !important; */
}

.safe_canvas {
  padding-bottom: 120px;
  max-width: 1620px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 155px;
}

.home_jj .jianjie_con {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home_jj .jianjie_con .jianjie_left {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* width: 52%; */
  /* display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column; */
}

/* .detail_btn {
} */

/* .home_jj .jianjie_con .jianjie_left .temp_h5 {
  text-align: left;
}
.home_jj .jianjie_con .jianjie_left .jj_desc {
  width: 100%;
  margin: 20px 0;
  display: inline-block;
}
.home_jj .jianjie_con .jianjie_left .jj_desc p {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  line-height: 30px;
  color: #23863C;
} */
.home_jj .jianjie_con .jianjie_left a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  width: 196px;
  height: 58px;
  background: #23863c;
  border-radius: 29px 29px 0px 29px;
  font-size: 14px;
  color: #fff;
  z-index: 1;

  letter-spacing: 2px;
}

/* .home_jj .jianjie_con .jianjie_left a img {
  display: inline-block;
  width: 14px;
  height: auto;
} */
/* .home_jj .jianjie_con .jianjie_data {
  width: 40%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
} */
/* .home_jj .jianjie_con .jianjie_data .data_item {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 20px 0;
} */
/* .home_jj .jianjie_con .jianjie_data .data_item .number {
  display: flex;
  justify-content: center;
  align-items: flex-end;
} */
.jianjie_left .number {
  color: #27883c;
  letter-spacing: 2px;
  font-weight: bold;
  margin: 0 8px;
}

.jianjie_left h5 {
  color: #474747;

  letter-spacing: 2px;
}

/* 品牌天地 */
.home_pin {
  padding: 5vw 0 3vw 0;
  background: linear-gradient(to bottom right,
      rgb(247, 251, 252),
      rgb(235, 248, 252));
}

.flex-left {
  display: flex;
  flex-direction: column;
}

.flex-left h5 {
  font-size: 41px;
  color: #000000;
  line-height: 60px;
  margin-bottom: 20px;
}

.flex-left h5 span {
  color: #23863c;
}

.flex-left .pin-title {
  font-size: 30px;
  color: #000000;
  margin-bottom: 20px;
}

.flex-left .pin-word {
  width: 80%;
  font-size: 16px;
  color: #686868;
  line-height: 30px;
  /* letter-spacing: 1.2px; */
}

.flex-right {
  width: 60%;
  display: flex;
  align-items: flex-end;
  position: relative;
}

.pin-img {
  position: relative;
}

/* .pro-w{
  writing-mode: vertical-rl;

font-size: 20px;
color: #686868;
line-height: 28px;
letter-spacing: 2px;
margin-right: 8px;
position: absolute;
left: -110px;
top: -50px;
z-index: 1;
} */

.pin01 {
  /* position: relative;
  z-index: 1; */
}

.flex-right img {
  width: 100%;
  height: auto;
}

/* .flex-right .pin01{
position: absolute;
left: -80px;
top: -70px;
} */
.check-detail {
  width: 147px;
  height: 61px;
  border-radius: 31px 31px 0px 31px;
  border: 1px solid #23863c;
  font-size: 14px;
  color: #272727;
  line-height: 30px;
  letter-spacing: 1.1px;
  text-align: center;
  font-style: normal;
  line-height: 61px;
  margin-top: 40px;
}

.pin-tabs-box {
  margin-top: 77px;
}

.pin-tabs-box .line {
  width: 100%;
  height: 1px;
  background-color: #c7c7c7;
}

.pin-tabs {
  display: flex;
}

.pin-tabs div {
  -ms-flex: 1 1 0%;
  /* IE10/11 */
  flex: 1 1 0%;
  text-align: center;
  font-size: 24px;
  color: #000000;
  padding-top: 25px;
  border-top: 2px solid transparent;
  cursor: pointer;
}

.pin-tabs .cur-nav {
  border-top: 2px solid #23863c;
}

/* .home_jj .jianjie_con .jianjie_data .data_item .number text {
  margin-left: 6px;
  color: #262626;
  line-height: 58px;
} */
/* .home_jj .jianjie_con .jianjie_data .data_item p {
  width: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  color: #7b7b7b;
  letter-spacing: 1px;
  margin-top: 16px;
} */
/*新闻中心*/
.home_news {
  padding-top: 5vw;
  padding-bottom: 3vw;
}

.green-title {
  font-size: 41px;
  color: #000000;
  line-height: 60px;
  margin-bottom: 20px;
}

.green-title span {
  color: #23863c;
}

/* .home_news .new_swiper {
  width: 100%;
  padding-top: 100px;
  margin-top: -42px;
} */
.check-grey-b {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 66px;
}

.check-grey {
  width: 196px;
  height: 58px;
  border-radius: 29px 29px 0px 29px;
  border: 1px solid #cccccc;
  font-size: 14px;
  color: #000000;
  line-height: 58px;
  text-align: center;
}

.check-grey:hover {
  color: #23863c;
  border: 1px solid #23863c;
}

.home_news .swiper-button-next,
.home_news .swiper-button-prev {
  width: 24px;
  height: 24px;
  left: unset !important;
  top: unset !important;
  margin-top: unset;
  bottom: unset;
  bottom: 30px !important;
  margin-right: 20px;

  background: url(../images/home/r_blue.png) no-repeat center center;
  background-size: 100% auto;
}

.home_news .swiper-button-next.swiper-button-disabled,
.home_news .swiper-button-prev.swiper-button-disabled {
  background: url(../images/home/r_gray.png) no-repeat center center;
  background-size: 100% auto;
  opacity: 1;
}

.home_news .swiper-button-prev {
  background: url(../images/home/l_blue.png) no-repeat center center;
  background-size: 100% auto;
  margin-right: 80px;
  right: 0;
  left: unset;
}

.home_news .swiper-button-prev.swiper-button-disabled {
  background: url(../images/home/l_gray.png) no-repeat center center;
  background-size: 100% auto;
  opacity: 1;
}

.home_news .news_item {
  display: inline-block;
  border-top: 1px solid #e5e5e5;
  overflow: hidden;
  width: 100%;
}

.home_news .news_item .news_img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  overflow: hidden;
}

.home_news .news_item .news_img img {
  display: inline-block;
  width: 100%;
  height: auto;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}

.home_news .news_item .news_text {
  width: 100%;
  display: inline-block;
  padding: 28px 0;
}

.home_news .news_item .news_text div {
  font-size: 14px;
  color: #000000;
  line-height: 33px;
  opacity: 0.61;
}

.home_news .news_item .news_text h5 {
  display: inline-block;
  width: 100%;
  font-size: 24px;
  line-height: 38px;
  color: #000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 29px;
}

.home_news .news_item .news_text p {
  /* width: 100%; */
  /* display: flex;
  justify-content: space-between;
  align-items: center; */
  /* margin-top: 12px; */
}

.home_news .news_item .news_text p span {
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  font-weight: bold;
}

.home_news .news_item:hover {
  /* background: #27883C; */
  border-color: #23863c;
}

.home_news .news_item:hover .news_img img {
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
  transform: scale(1.06);
}

/* 活动专栏 */
.home_huo {
  background-color: #F4F5F9;
  padding-top: 5vw;
  padding-bottom: 5vw;
}

.home-content {
  width: 100%;
  height: 100%;
}

.home-content {
  /* height: unset; */
  margin-top: 58px;
}

.huo_list img {
  display: inline-block;
  width: 100%;
  height: auto;
  transition: transform 0.5s ease, opacity 0.5s ease;
  /* 过渡效果 */
  -webkit-transition: transform 0.5s ease, opacity 0.5s ease;
  -moz-transition: transform 0.5s ease, opacity 0.5s ease;
  -o-transition: transform 0.5s ease, opacity 0.5s ease;
  -ms-transition: transform 0.5s ease, opacity 0.5s ease;
}

.home_huo .swiper-slide {
  width: 45% !important;
  /* 控制单张幻灯片的宽度 */
  transition: transform 0.3s;
  /* 添加切换动画 */
  /* opacity: 0.5;  非中心幻灯片透明度 */
}

.home_huo .swiper-slide-active {
  opacity: 1;
  /* 中心幻灯片高亮 */
  /* transform: scale(1.1);  中心幻灯片放大效果（可选）  */
}

.huo_list {
  display: block;
  position: relative;
  overflow: hidden;
}

.huo-word {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 30px 48px;
  padding-right: 20px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  z-index: 1;
  /* overflow: hidden; */
}



.huo_list:hover img {
  transform: scale(1.1) !important;
}

.huo-title {
  font-size: 20px;
  color: #FFFFFF;
  margin-bottom: 7px;
  width: 100%;
}

.huo-detail {
  font-size: 16px;
  color: #FFFFFF;
  width: 100%;
}

/*中心内容-公司简介*/
.home_brand {
  width: 100%;
  background: url(../images/home/pp_bj.jpg) no-repeat;
  background-position: top;
  background-size: 100% auto;
  overflow: hidden;
  /* padding: 50px 0 70px 0; */
  /* padding: 5% 0; */
}

.pc_w {
  display: block;
}

.phone_w {
  display: none;
}

.safe_width150 {
  max-width: 1620px;
  width: 100%;
  margin: 0 auto;
  padding: 144px 30px;
}

/* .bg-box {
  position: relative;
} */

/* .bg-img {
  width: 100%;
  height: auto;
} */
/* .safe_widt_a{
  position: relative;
} */
.tex-absolute {
  /* position: absolute;
  top: 13%;
  left: 9%;
  right: 9%; */
}

.margin_b30 {
  display: block;
  margin-bottom: 20px;
}

.flex-j {
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.jj-right {
  width: 47%;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
  letter-spacing: 1.7px;
}

.num-box {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}

.num-box .bold {
  font-family: Impact, Impact;
  /* line-height: ; */
}

.check-all {
  width: 147px;
  height: 61px;
  background: #ffffff;
  border-radius: 31px 31px 0 31px;
  opacity: 0.83;
  margin-left: 0;
  margin-top: 0.44rem;
  font-size: 14px;
  display: flex
;
  justify-content: center;
  align-items: center;
}

.circle-box {
  display: flex;
  
}

.green-circle {
  width: 10px;
  height: 10px;
  background: #23863c;
  border-radius: 50%;
  margin-left: 18px;
}

/* .home_brand .brnd_ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 40px;
}
.home_brand .brnd_ul li {
  width: 15.4%;
  display: inline-block;
  padding: 4.5% 0;
  margin-bottom: -10px;
  text-align: center;
}
.home_brand .brnd_ul li a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-decoration: none;
}
.home_brand .brnd_ul li a span {
  display: block;
  width: 78px;
  height: 78px;
  margin: 0 auto 14px;
}
.home_brand .brnd_ul li a span img {
  width: 100%;
  height: auto;
}
.home_brand .brnd_ul li a span img + img {
  display: none;
}
.home_brand .brnd_ul li a h2 {
  color: #3d3d3d;
  transition: 0.5s all;
  -moz-transition: 0.5s all;
  -webkit-transition: 0.5s all;
}
.home_brand .brnd_ul li:hover {
  background: url(../images/home/pp_hover.jpg) no-repeat;
  background-size: cover;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.home_brand .brnd_ul li:hover a span img {
  display: none;
}
.home_brand .brnd_ul li:hover a span img + img {
  display: inline-block;
}
.home_brand .brnd_ul li:hover a h2 {
  color: #fff;
} */
/*企业责任*/
.home_zr {
  width: 100%;
  padding: 150px 0 90px 0;
}

.home_zr .zr_box {
  width: 100%;
  position: relative;
}

.home_zr .zr_box a {
  display: inline-block;
}

.home_zr .zr_box a img {
  width: 100%;
  height: auto;
}

.home_zr .zr_box .txt {
  z-index: 2;
  color: #fff;
  width: 40%;
  text-align: right;
  left: 1.5%;
  position: absolute;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: column;
  top: 0;
}

.home_zr .zr_box .txt h2 {
  text-transform: uppercase;
}

.home_zr .zr_box .txt h3 {
  margin: 20px 0 14px 0;
}

@media screen and (max-width: 1550px) {
  .jj-right {
    width: 56%;
  }

  .home_brand .fnt_30 {
    font-size: 28px;
  }

  .home_brand .fnt_48 {
    font-size: 40px;
    line-height: 60px;
  }

  .home_brand .fnt_68 {
    font-size: 56px;
    line-height: 80px;
  }

  .safe_width150 {
    padding: 90px 30px;
  }

  .num-box {
    margin-top: 40px;
  }
}

@media screen and (max-width: 1440px) {
  .jj-right {
    width: 70%;
  }

  .home_brand .fnt_30 {
    font-size: 26px;
  }

  .home_brand .fnt_48 {
    font-size: 36px;
    line-height: 50px;
  }

  .home_brand .fnt_68 {
    font-size: 48px;
    line-height: 76px;
  }

  .safe_width150 {
    padding: 70px 30px;
  }

  .num-box {
    margin-top: 30px;
  }

  /*banner*/
  .banner {
    height: unset;
    overflow: hidden;
  }

  .banner .banner_list .banner_list_img img {
    height: auto;
  }

  .banner .banner_list .banner_list_txt .list_txt_dd {
    /* font-size: 48px;
    line-height: 76px; */
  }

  .banner .banner_list .banner_list_txt .list_txt_dd span {
    font-size: 54px;
    line-height: 90px;
  }
}

@media screen and (max-width: 1366px) {

  /*企业责任*/
  .home_zr {
    padding: 130px 0 80px 0;
  }

  .home_zr .zr_box .txt {
    left: 0%;
  }
}

@media screen and (max-width: 1280px) {

  /*banner*/
  .banner .banner_list .banner_list_txt .list_txt_dd span {
    font-size: 48px;
    line-height: 80px;
  }

  /* .banner .banner_list .banner_list_txt .list_txt_pp {
    font-size: 24px;
    line-height: 30px;
    margin-top: 12px;
  } */
  /*企业责任*/
  .home_zr {
    padding: 110px 0 70px 0;
  }

  .home_zr .zr_box .txt {
    left: 0%;
    padding-left: 2%;
  }

  .home_brand .fnt_30 {
    font-size: 24px;
  }

  .home_brand .fnt_48 {
    font-size: 32px;
    line-height: 40px;
  }

  .home_brand .fnt_68 {
    font-size: 46px;
    line-height: 60px;
  }

  .safe_width150 {
    padding: 40px 30px;
  }

  .num-box {
    margin-top: 20px;
  }
}

@media screen and (max-width: 1070px) {
  .jj-right {
    width: 76%;
  }

  .home_brand .fnt_30 {
    font-size: 22px;
  }

  .home_brand .fnt_48 {
    font-size: 28px;
    line-height: 38px;
  }

  .home_brand .fnt_68 {
    font-size: 40px;
    line-height: 50px;
  }

  .safe_width150 {
    padding: 24px 30px;
  }

  .num-box {
    margin-top: 15px;
  }
}

@media screen and (max-width: 1024px) {

  /*banner*/
  .banner .banner_list .banner_list_txt .list_txt_dd span {
    font-size: 46px;
    line-height: 70px;
  }

  /*首页简介*/
  .home_jj .jianjie_con .jianjie_left {
    width: 80%;
  }

  /* .home_jj .jianjie_con .jianjie_data {
    width: 50%;
  } */
}

@media screen and (max-width: 996px) {
  .home_jj {
    padding-top: 80px;
  }

  #canvas {
    display: none;
  }

  .jj-right {
    width: 78%;
  }

  .home_brand .fnt_16 {
    font-size: 14px;
  }

  .home_brand .fnt_30 {
    font-size: 18px;
  }

  .home_brand .fnt_48 {
    font-size: 22px;
    line-height: 32px;
  }

  .home_brand .fnt_68 {
    font-size: 32px;
    line-height: 40px;
  }

  .home_brand .lint_h30 {
    line-height: 20px;
  }

  .safe_width150 {
    padding: 16px 16px;
  }
}

@media screen and (max-width: 910px) {
  .home_jj {
    padding-top: 80px;
  }

  #canvas {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .home_jj {
    padding-top: 70px;
  }

  .safe_canvas {
    padding-bottom: 80px;
  }

  .banner .banner_list .banner_list_txt .list_txt_dd span {
    font-size: 38px;
    line-height: 60px;
  }

  .home_brand {
    width: 100%;
    background: url(../images/home/pp_bj_p.jpg) no-repeat;
    background-position: top;
    background-size: 100% auto;
    overflow: hidden;
    /* padding: 50px 0 70px 0; */
    /* padding: 5% 0; */
  }

  .flex-j {
    flex-direction: column;
  }

  .pc_w {
    display: none;
  }

  .phone_w {
    display: block;
  }

  .safe_width150 {
    padding: 95px 60px;
  }

  .check-all {
    width: 180px;
    height: 66px;
    background: #ffffff;
    border-radius: 52px 52px 0px 52px;
    opacity: 0.83;
    margin-left: 0;
    margin-top: 23px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .home_brand .fnt_16 {
    font-size: 16px;
  }

  .home_brand .fnt_18 {
    font-size: 18px;
    line-height: 50px;
  }

  .home_brand .fnt_30 {
    font-size: 30px;
  }

  .home_brand .fnt_48 {
    font-size: 46px;
    line-height: 60px;
  }

  .home_brand .fnt_68 {
    font-size: 68px;
    line-height: 50px;
  }

  .home_brand .lint_h30 {
    line-height: 30px;
    letter-spacing: 1.2px;
  }

  .jj-right {
    padding-top: 80px;
    width: 100%;
  }

  .num-box {
    margin-top: 60px;
  }

  .home_pin {
    padding: 80px 0 70px 0;
  }

  .footer {
    display: none;
  }

  .m_footer {
    display: block;
  }

  .huo_list {
    margin-bottom: 0.83rem;
  }
}

@media screen and (max-width: 767px) {

  /* .jianjie_left h5{
    font-size: 1rem;
  } */
  .flex-right {
    width: 100%;
  }

  .safe_width150 {
    padding: 1.83rem 0.83rem;
    padding-bottom: 2rem;
  }

  .check-all {
    width: 5.45rem;
    height: 2.01rem;
    background: #ffffff;
    border-radius: 1rem 1rem 0 1rem;
    opacity: 0.83;
    margin-left: 0;
    margin-top: 0.44rem;
    font-size: 0.65rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .home_brand .fnt_16 {
    font-size: 0.65rem;
  }

  .home_brand .fnt_30 {
    font-size: 0.75rem;
  }

  .home_brand .fnt_48 {
    font-size: 1rem;
    line-height: 1.4rem;
  }

  .green-circle {
    width: 0.32rem;
    height: 0.32rem;
    background: #23863c;
    border-radius: 50%;
    margin-left: 0.34rem;
  }

  .tex-absolute {
    padding-left: 0.4rem;
  }

  .home_brand .lint_h30 {
    line-height: 1rem;

  }

  .num-box {
    display: none;
  }

  .margin_b30 {
    margin-bottom: 0.6rem;
  }

  /*banner*/
  .banner {
    height: unset;
    overflow: hidden;
  }

  .banner .swiper-pagination {
    bottom: 1rem;
  }

  .banner .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 12px;
  }

  .banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 32px;
    height: 32px;
    font-size: 12px;
    line-height: 32px;
  }

  .banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    width: 34px;
    height: 34px;
  }

  .banner .banner_list .banner_list_img img {
    height: auto;
  }

  .banner .banner_list .banner_list_txt {
    padding: 7.35rem 0.65rem 0 0.65rem;
    align-items: center;
    justify-content: center;
  }

  .banner .banner_list .banner_list_txt .list_txt_dd {
    flex-direction: unset;
    justify-content: center;
    flex-wrap: wrap;
  }

  .banner .banner_list .banner_list_txt .list_txt_dd span {
    font-size: 1.25rem;
    line-height: 2.26rem;
    margin: 0 0.25rem;
  }

  .banner .banner_list .banner_list_txt .list_txt_pp {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  /*首页简介*/
  .home_jj {
    padding: 0;
    padding-top: 2rem;
  }

  .home_jj .jianjie_con {
    flex-direction: column;
  }

  .home_jj .jianjie_con .jianjie_left {
    width: 90%;
  }

  .home_jj .jianjie_con .jianjie_left a {
    width: 5.87rem;
    height: 1.74rem;
    background: #23863c;
    border-radius: 0.87rem 0.87rem 0 0.87rem;
    font-size: 0.54rem;
    margin-top: 0.65rem;
  }

  .home_jj .jianjie_con .jianjie_left .margin_t {
    margin-top: 0.6rem;
  }

  /* 品牌天地 */
  .home_pin {
    padding: 1.5rem 0 3.24rem 0;
  }

  .home_pin .flex-j-b {
    flex-direction: column;
  }

  .flex-left h5 {
    font-size: 1.2rem;
    color: #000000;
    line-height: 1.3rem;
    margin-bottom: 0.4rem;
  }

  .flex-left .pin-word {
    width: 100%;
    font-size: 0.65rem;
  }

  .home_pin .flex-right {
    margin-top: 2.15rem;
  }

  .flex-left .pin-title {
    font-size: 0.8rem;
    color: #000000;
    margin-bottom: 0.37rem;
  }

  .home_pin .safe_width {
    padding: 0;
  }

  .home_pin .pin-box {
    padding: 0 0.58rem;
  }

  .pin-tabs-box {
    margin-top: 2.78rem;
  }

  .pin-tabs div {
    font-size: 0.75rem;
    color: #000000;
    padding-top: 0.35rem;
    border-top: 2px solid transparent;
    cursor: pointer;
  }

  /* .flex-right .pin01{
    position: absolute;
    left: -1rem;
    top: -0.3rem;
    } */
  .check-detail {
    width: 5.45rem;
    height: 2.01rem;
    border-radius: 1rem 1rem 0 1rem;
    border: 1px solid #23863c;
    font-size: 0.65rem;
    color: #272727;
    display: flex;
    justify-content: center;
    align-items: center;
    /* line-height: 30px;
      letter-spacing: 1.1px; */
    /* text-align: center; */
    font-style: normal;
    /* line-height: 61px; */
    margin-top: 0.77rem;
  }

  /*新闻中心*/
  .home_news {
    padding: 1.04rem 0;
  }

  .green-title {
    font-size: 1.2rem;
    color: #000000;
    /* line-height: 60px; */
    margin-bottom: 1.33rem;
  }

  .news_pc {
    display: none !important;
  }

  .news_phone {
    display: block !important;
  }

  .home_news .safe_width {
    padding: 0 0.58rem;
  }

  .home_news .news_item .news_text {
    width: 100%;
    display: inline-block;
    padding: 0.81rem 0;
  }

  .home_news .news_item .news_text div {
    font-size: 0.6rem;
    line-height: 1rem;
  }

  .home_news .news_item .news_text h5 {
    font-size: 0.75rem;
    line-height: 1rem;
    margin-top: 0.56rem;
  }

  .news_item {
    padding-bottom: 1.7rem;
  }


  /* 活动专栏 */
  .home_huo {
    padding: 1.04rem 0;
  }

  .home_huo .green-title {
    margin-bottom: 1.04rem;
  }

  .huo-word {
    position: absolute;
    padding: 0.44rem 0.58rem;
    padding-right: 0.2rem;
    /* bottom: 0.44rem;
    left: 0.58rem; */
  }

  .huo_list {
    margin-bottom: 0.83rem;
  }

  .huo-detail {
    font-size: 0.65rem;
  }

  .huo-title {
    font-size: 0.75rem;
    margin-bottom: 0.25rem;
  }

  /*品牌天地*/
  .home_brand {
    width: 100%;
    /* background: url(../images/home/pp_bj_m.jpg) no-repeat;
    background-size: 100% 100%; */
    /* padding: 2rem 0 0.65rem 0; */
  }

  .safe_canvas {
    padding-bottom: 0.91rem;
  }

  /*企业责任*/
  .home_zr {
    padding: 0;
    margin-bottom: -0.25rem;
  }

  .home_zr .safe_width {
    padding: 0;
  }

  .home_zr .zr_box {
    width: 100%;
  }

  .home_zr .zr_box .txt {
    width: 100%;
    text-align: center;
    left: 0;
    padding: 0;
    justify-content: center;
    align-items: center;
  }

  .home_zr .zr_box .txt h2 {
    text-transform: uppercase;
  }

  .home_zr .zr_box .txt h3 {
    margin: 0.65rem 0 0.35rem 0;
  }

  .phone_w div {
    letter-spacing: 0.16rem;
  }
}