@charset "utf-8";

.staff-box {
  padding-top: 5vw;
  /* padding-top: 60px; */
  /* padding-bottom: 80px; */
  background-color: #fff;
  position: relative;
}
.new_swiper_c{
    margin-top:50px;
    margin-bottom: 100px;
  }
.staff-box .swiper-slide{
  height: auto !important;
  
}
.staff-box .swiper-container-autoheight .swiper-wrapper{
height: auto !important;
}
.temp_head h5 {
  font-weight: bold;
  color: #111111;
  /* margin-bottom: 60px; */
}
.sataff_slide_item {
  display: block;
  /* position: relative; */
  overflow: hidden;

}
.nei-word {
  display: block;
  /* position: absolute; */
  /* bottom: -38px;
  left: 0;
  right: 0; */
  width: 100%;
  text-align: center;
  text-align: center;
  line-height: 36px;
  font-size: 16px;
}
.sataff_slide_item img {
  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;
}
.sataff_slide_item :hover {
  transform: scale(1.1);
  opacity: 0.9;
}

.title-box {
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
}

.title-box span {
  font-size: 16px;
  color: #575757;
  line-height: 30px;
}

.width-percent {
  width: 26%;
  /* width: calc((100% - 0px) / 4); */
  flex-shrink: 0;
  /* 防止被挤压 */
  -ms-flex-negative: 0;
  /* IE */
  -webkit-flex-shrink: 0;
  /* Safari 旧版 */
}

.img-card-box {
  display: flex;
  justify-content: space-between;
  margin-top: 68px;
}

.img-card-item {
  width: calc((100% - 111px) / 4);
  overflow: hidden;
  position: relative;
  color: #fff;
  border-radius: 15px 15px 15px 15px;
  overflow: hidden;
}

.img-card-item img {
  width: 100%;
}

.img-card-item .bottom-word {
  position: absolute;
  padding: 24px;
  left: 0;
  bottom: 0;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* bottom: 24px;
  left: 24px; */
  font-size: 16px;
}

.mark-box {
  width: 100%;
  /* height: 100%; */
  position: absolute;
  /* top: 0; */
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.61);
  /* color: #2C150A; */
  padding: 10% 8%;
  padding-top: 20%;
  transition: all 1s ease 0s;
  height: 0;
  /* transform: scale(0, 0); */
  opacity: 0;
  border-radius: 15px 15px 15px 15px;
}

.mark-box h5 {
  font-weight: bold;
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 8%;
}

.mark-box span {
  font-size: 14px;
  color: #ffffff;
  line-height: 25px;
}

.img-card-item:hover .mark-box {
  height: 100%;
  /* top: 0; */
  /* transform: scale(1, 1); */
  opacity: 1;
  transition: all 0.5s ease 0s;
  -webkit-transform: all 0.5s ease 0s;
  opacity: 0.85;
}

.img-card-item:hover .bottom-word {
  display: none;
}

.health-box {
  background: url(../images/duty/bg.png) no-repeat;
  background-position: top;
  background-size: 100% 100%;
  overflow: hidden;
  padding: 50px;
  padding-bottom: 68px;
  margin-top: 65px;
}

.health-box h5 {
  font-weight: bold;
  font-size: 30px;
  color: #111111;
  margin-bottom: 30px;
}

.health-box span {
  font-size: 16px;
  color: #272727;
  line-height: 30px;
}

.product_con {
  width: 100%;
  overflow: hidden;
}

.product_con .prod_one {
  width: 100%;
  padding: 60px 0 80px 0;
}

.product_con .prod_one .icon_con {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: wrap;
}

.product_con .prod_one .icon_con .icon_item {
  width: 16.6%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 50px;
  cursor: pointer;
}

.product_con .prod_one .icon_con .icon_item p {
  text-align: center;
  font-size: 16px;
  color: #778298;
  line-height: 24px;
  margin-top: 6px;
}

.product_con .prod_one .icon_con .icon_item img {
  display: inline-block;
  width: 56px;
  height: auto;
}

.product_con .prod_two {
  width: 100%;
  background: url(../images/other/product/mk_bj.jpg) no-repeat center top;
  background-size: 100% auto;
  padding: 50px 0 70px 0;
}

.product_con .prod_two .two_con {
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-wrap: wrap;
}

.product_con .prod_two .two_con .m_item {
  width: calc(100% / 3);
  height: 370px;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-direction: column;
  position: relative;
  cursor: pointer;
}

.product_con .prod_two .two_con .m_item:hover::before {
  height: 100%;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}

.product_con .prod_two .two_con .m_item::before {
  content: "";
  width: 100%;
  height: 0%;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  background: rgba(255, 255, 255, 0.4);
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}

.product_con .prod_two .two_con .m_item img {
  display: inline-block;
  width: 56px;
  height: auto;
  margin-top: 30px;
}

.product_con .prod_two .two_con .m_item h5 {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  text-align: left;
  margin: 14px 0 16px 0;
}

.product_con .prod_two .two_con .m_item .m_desc {
  width: 100%;
}

.product_con .prod_two .two_con .m_item .m_desc p {
  display: inline-block;
  text-align: left;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}

.head_one h5 {
  margin-bottom: 14px;
}

.head_one p {
  color: #686868;
}

.ys_con {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  height: 542px;
  background: #27883c;
  margin-top: 50px;
}

.ys_con .ys_left {
  width: 59.5%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  overflow: hidden;
}

.ys_con .ys_left img {
  height: 102%;
  width: auto;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}

.ys_con .ys_left:hover img {
  transform: scale(1.04);
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}

.ys_con .ys_right {
  height: 100%;
  width: calc(100% - 59.5%);
  padding: 20px 30px;
}

.ys_con .ys_right .swiper-ys {
  width: 100%;
  height: 100%;
  padding-bottom: 60px;
}

.ys_con .ys_right .swiper-ys .swiper-pagination {
  width: 100%;
  height: 42px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.ys_con .ys_right .swiper-ys .swiper-pagination .swiper-pagination-bullet {
  background: transparent;
  font-size: 20px;
  color: #fff;
  line-height: 40px;
  border-top: 1px solid #fff;
  font-style: normal;
  flex: 1;
  margin: 0;
  opacity: 1;
  font-weight: normal;
  border-radius: 0;
  text-align: left;
}

.ys_con .ys_right .swiper-ys .swiper-pagination .swiper-pagination-bullet-active~.swiper-pagination-bullet {
  border-top: 1px solid transparent;
}

.ys_con .ys_right .swiper-ys .swiper-wrapper {
  height: 100%;
}

.ys_con .ys_right .swiper-ys .swiper-wrapper .swiper-slide {
  height: 100%;
}

.ys_con .ys_right .swiper-ys .swiper-wrapper .swiper-slide .ys_desc {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  color: #fff;
}

.ys_con .ys_right .swiper-ys .swiper-wrapper .swiper-slide .ys_desc h5 {
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 16px;
}

.ys_con .ys_right .swiper-ys .swiper-wrapper .swiper-slide .ys_desc p {
  width: 100%;
  font-size: 16px;
  line-height: 30px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 9;
}

.safe-li {
  display: flex;
  justify-content: space-between;
  margin-top: 5vw;
}

.safe-item {
  width: calc((100% - 70px) / 3);
  position: relative;
  overflow: hidden;
}

.safe-item .safe-bg {
  width: 100%;
  /* height: 100%; */
}

.safe-item .safe-bg2 {
  width: 100%;
  /* height: 0; */
  display: none;
  opacity: 0;
}

.placeholder-box {
  height: 549px;
}

.grey-word {
  width: 100%;
  padding: 10%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  display: block;
  /* padding: 10%;
    background: url(../images/duty/safe-bg.png) no-repeat;
    background-position: top;
    background-size: 100% auto;
    overflow: hidden; */
  /* padding-bottom: 250px; */
  /* height: 100%; */
}

.grey-word h5 {
  font-weight: bold;
  font-size: 27px;
  color: #000000;
}

.grey-word span {
  font-size: 14px;
  color: #616161;
  line-height: 25px;
}

.h5-line {
  width: 100%;
  height: 1px;
  background: #e6e6e6;
  margin-top: 42px;
  margin-bottom: 30px;
}

.safe-item .img-word {
  opacity: 0;
  /* display: none; */
  /* padding: 10%; */
  /* background: url(../images/duty/safe-bg2.png) no-repeat;
  background-position: top;
  background-size: 100% auto;
  overflow: hidden;
  height: auto; */
  /* padding-bottom: 250px; */
  /* position: relative; */
  /* display: none; */
  position: absolute;
  left: 6%;
  bottom: 6%;
  z-index: 1;
}

/* .img-word-bottom{
position: absolute;
left: 6%;
bottom: 6%;
  } */
.img-word h5 {
  font-weight: bold;
  font-size: 27px;
  color: #fff;

}

.img-word span {
  font-size: 14px;
  color: #fff;
  line-height: 36px;
}

.safe-item:hover .safe-bg {
  display: none;
  webkit-transition: all 0.8s ease-in-out 0.1s;
  transition: all 0.8s ease-in-out 0.1s;
}

.safe-item:hover .grey-word {
  display: none;
  webkit-transition: all 0.8s ease-in-out 0.1s;
  transition: all 0.8s ease-in-out 0.1s;
}

.safe-item:hover .safe-bg2 {
  display: block;
  opacity: 1;
  webkit-transition: all 0.8s ease-in-out 0.1s;
  transition: all 0.8s ease-in-out 0.1s;
}

.safe-item:hover .img-word {
  display: block;
  opacity: 1;
  webkit-transition: all 0.8s ease-in-out 0.1s;
  transition: all 0.8s ease-in-out 0.1s;
}

.public-box {
  display: flex;
  margin-top: 43px;
}

.public-box img {
  width: 40%;
  object-fit: cover;
  object-position: center;
  /* 图片居中显示 */
}

/* .public-box:hover img{

} */
.public-word {
  background: #f8f8f8;
  padding: 4%;
}

.public-word h5 {
  font-weight: bold;
  font-size: 27px;
  color: #000000;
  margin-bottom: 31px;
}

.public-word span {
  font-size: 16px;
  color: #575757;
  line-height: 30px;
}

.public-card {
  display: flex;
  justify-content: space-between;
  padding: 5vw 0;
}

.public_img_box{
  display: block;
  overflow: hidden;
}
.public-card-item {
  width: calc((100% - 69px) / 4);
  text-align: center;
 
  position: relative;
}

.public-card-item img {
  width: 100%;
  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;
}

.public-card-item img:hover {
  transform: scale(1.1);
  /* -webkit-animation: tada 1s .2s ease both;-moz-animation: tada 1s .2s ease both; */
}

/* @-webkit-keyframes tada{0%{-webkit-transform:scale(1);}

10%, 20%{-webkit-transform:scale(0.9) rotate(-3deg);}

30%, 50%, 70%, 90%{-webkit-transform:scale(1.1) rotate(3deg);}

40%, 60%, 80%{-webkit-transform:scale(1.1) rotate(-3deg);}

100%{-webkit-transform:scale(1) rotate(0);}}

@-moz-keyframes tada{0%{-moz-transform:scale(1);}

10%, 20%{-moz-transform:scale(0.9) rotate(-3deg);}

30%, 50%, 70%, 90%{-moz-transform:scale(1.1) rotate(3deg);}

40%, 60%, 80%{-moz-transform:scale(1.1) rotate(-3deg);}

100%{-moz-transform:scale(1) rotate(0);}}

@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);

opacity:0;}

40%{-webkit-transform:perspective(400px) rotateY(-10deg);}

70%{-webkit-transform:perspective(400px) rotateY(10deg);}

100%{-webkit-transform:perspective(400px) rotateY(0deg);

opacity:1;}}

@-moz-keyframes flipInY{0%{-moz-transform:perspective(400px) rotateY(90deg);

opacity:0;}

40%{-moz-transform:perspective(400px) rotateY(-10deg);}

70%{-moz-transform:perspective(400px) rotateY(10deg);}

100%{-moz-transform:perspective(400px) rotateY(0deg);

opacity:1;}} */

.public-card-item span {
  position: absolute;
  bottom: -38px;
  left: 0;
  right: 0;
  width: 100%;
  line-height: 42px;
  font-size: 16px;
  color: #000000;
  text-align: center;
}

@media screen and (max-width: 1900px) {
  .product_con .prod_two {
    background-size: auto 100%;
  }
}

@media screen and (max-width: 1440px) {
  .grey-word h5 {
    font-size: 24px;
  }

  .public-word h5 {
    font-size: 24px;
  }

  .img-word h5 {

    font-size: 24px;


  }
}

@media screen and (max-width: 1280px) {
  .grey-word {
    padding: 8%;
  }

  .h5-line {
    margin-top: 30px;
    margin-bottom: 26px;
  }

  .product_con .prod_two .two_con .m_item {
    height: 330px;
    padding: 20px;
  }

  .product_con .prod_two .two_con .m_item img {
    width: 45px;
    margin-top: 10px;
  }

  .product_con .prod_two .two_con .m_item h5 {
    font-size: 20px;
    margin: 10px 0 12px 0;
  }

  .product_con .prod_two .two_con .m_item .m_desc p {
    font-size: 16px;
    line-height: 25px;
  }
}

@media screen and (max-width: 1024px) {
  .f40 {
    font-size: 30px;
  }

  .grey-word {
    padding: 6%;
  }

  .grey-word h5 {
    font-size: 20px;
  }

  .img-word h5 {

    font-size: 20px;


  }

  .img-word span {

    line-height: 30px;
  }

  .h5-line {
    margin-top: 24px;
    margin-bottom: 18px;
  }

  .health-box h5 {
    font-size: 28px;
  }

  .product_con .prod_two {
    padding: 80px 0 100px 0;
  }

  .product_con .prod_two .two_con {
    padding-top: 20px;
  }

  .product_con .prod_two .two_con .m_item {
    height: 410px;
    padding: 20px;
  }

  .product_con .prod_two .two_con .m_item img {
    width: 50px;
    margin-top: 20px;
  }

  .product_con .prod_two .two_con .m_item h5 {
    font-size: 18px;
    margin: 10px 0 12px 0;
  }

  .product_con .prod_two .two_con .m_item .m_desc p {
    font-size: 14px;
    line-height: 20px;
  }

  .ys_con {
    height: 450px;
    margin-top: 40px;
  }

  .ys_con .ys_left {
    width: 50%;
  }

  .ys_con .ys_right {
    width: calc(50%);
  }

  .ys_con .ys_right .swiper-ys .swiper-wrapper .swiper-slide .ys_desc h5 {
    font-size: 18px;
    line-height: 28px;
  }

  .ys_con .ys_right .swiper-ys .swiper-wrapper .swiper-slide .ys_desc p {
    font-size: 15px;
    line-height: 28px;
    -webkit-line-clamp: 7;
  }
}

@media screen and (max-width: 960px) {
  .h5-line {
    margin-top: 16px;
    margin-bottom: 12px;
  }

  .grey-word span {
    line-height: 22px;
  }

  .safe-li {
    justify-content: flex-start;
    flex-wrap: wrap;
    /* flex-direction: column; */
  }

  .safe-item {
    width: 320px;
    /* margin: 0 auto; */
    margin-bottom: 36px;
    position: relative;
    margin-right: 25px;

  }
}

@media screen and (max-width: 1200px) {
  .mark-box {
    padding: 8% 6%;
  }

  .mark-box h5 {
    font-weight: bold;
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 8%;
  }

  .mark-box span {
    line-height: 20px;
  }
}

@media screen and (max-width: 767px) {
  .new_swiper_c{
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
  }
    .sataff_slide_item img {
    width: 100%;
    height: auto;
  }
 .nei-word {
  /* bottom: 0; */
    text-align: center;
    line-height: 1.8rem;
    font-size: 0.6rem;
    margin-bottom: 0.6rem;
  }
  .product_con .prod_one {
    padding: 1.1rem 0 2.2rem 0;
  }

  .product_con .prod_one .icon_con {
    max-width: 100%;
    justify-content: left;
  }

  .product_con .prod_one .icon_con .icon_item {
    width: 33.33%;
    margin-top: 1.1rem;
  }

  .product_con .prod_one .icon_con .icon_item p {
    font-size: 0.6rem;
    line-height: 0.9rem;
    margin-top: 0.4rem;
  }

  .product_con .prod_one .icon_con .icon_item img {
    width: 1.6rem;
    height: auto;
  }

  .product_con .prod_two {
    width: 100%;
    background: url(../images/other/product/mk_bj_m.jpg) no-repeat center top;
    background-size: 100% 100%;
    padding: 2.4rem 0 2.5rem 0;
    height: unset;
  }

  .product_con .prod_two .two_con {
    flex-direction: column;
    padding-top: 0.6rem;
  }

  .product_con .prod_two .two_con .m_item {
    width: 100%;
    height: unset;
    padding: 1.35rem 0.85rem 1.4rem 0.85rem;
    border: 0.0125rem solid rgba(255, 255, 255, 0.4);
  }

  .product_con .prod_two .two_con .m_item img {
    width: 1.6rem;
    margin-top: 0;
  }

  .product_con .prod_two .two_con .m_item h5 {
    font-size: 0.75rem;
    margin: 0.4rem 0 0.55rem 0;
  }

  .product_con .prod_two .two_con .m_item .m_desc p {
    font-size: 0.6rem;
    line-height: 1rem;
  }

  .head_one h5 {
    margin-bottom: 0.6rem;
  }

  .head_one p {
    color: #686868;
  }

  .ys_con {
    flex-direction: column;
    height: unset;
    margin-top: 1rem;
  }

  .ys_con .ys_left {
    width: 100%;
    height: unset;
  }

  .ys_con .ys_left img {
    width: 100%;
  }

  .ys_con .ys_right {
    height: unset;
    width: 100%;
    padding: 1.35rem 0 0 0;
  }

  .ys_con .ys_right .swiper-ys {
    height: unset;
    padding-bottom: 1.6rem;
  }

  .ys_con .ys_right .swiper-ys .swiper-pagination {
    width: calc(100% - 1.3rem);
    left: 0.65rem;
    height: 1.4rem;
    border-top: 0.0125rem solid rgba(255, 255, 255, 0.22);
  }

  .ys_con .ys_right .swiper-ys .swiper-pagination .swiper-pagination-bullet {
    background: transparent;
    font-size: 0.6rem;
    color: #fff;
    line-height: 1.4rem;
    border-top: 0.0125rem solid #fff;
  }

  .ys_con .ys_right .swiper-ys .swiper-pagination .swiper-pagination-bullet-active~.swiper-pagination-bullet {
    border-top: 0.0125rem solid transparent;
  }

  .ys_con .ys_right .swiper-ys .swiper-wrapper {
    height: unset;
    width: 100%;
  }

  .ys_con .ys_right .swiper-ys .swiper-wrapper .swiper-slide {
    height: unset;
    width: 100%;
  }

  .ys_con .ys_right .swiper-ys .swiper-wrapper .swiper-slide .ys_desc {
    padding: 0 0.65rem;
    width: 100%;
    height: unset;
    justify-content: left;
    padding-bottom: 1rem;
  }

  .ys_con .ys_right .swiper-ys .swiper-wrapper .swiper-slide .ys_desc h5 {
    font-size: 0.75rem;
    line-height: 1rem;
    margin-bottom: 0.6rem;
  }

  .ys_con .ys_right .swiper-ys .swiper-wrapper .swiper-slide .ys_desc p {
    font-size: 0.65rem;
    line-height: 1rem;
    overflow: unset;
    display: inline-block;
    -webkit-box-orient: unset;
    -webkit-line-clamp: unset;
  }

  .title-box {
    flex-direction: column;
  }

  .width-percent {
    width: 100%;
  }

  .staff-box {
    padding-top: 1.6rem;
    /* padding-bottom: 1.8rem; */
  }

  .temp_head h5 {
    font-weight: bold;
    color: #111111;
    margin-bottom: 0.94rem;
  }

  .title-box span {
    font-size: 0.6rem;
    line-height: 1.1rem;
    letter-spacing: 0.06rem;
  }

  .img-card-box {
    display: flex;
    flex-direction: column;
    margin-top: 0.96rem;
  }

  .img-card-item {
    width: 100%;
    overflow: hidden;
    position: relative;
    color: #fff;
    margin-bottom: 0.62rem;
  }

  .img-card-item img {
    width: 100%;
  }

  .img-card-item .bottom-word {
    /* position: absolute; */
    /* bottom: 0.9rem;
    left: 0.9rem; */
    padding: 0.9rem;
    font-size: 0.65rem;
  }

  .mark-box h5 {
    font-weight: bold;
    font-size: 0.85rem;
    color: #ffffff;
    margin-bottom: 8%;
  }

  .mark-box span {
    font-size: 0.65rem;
    color: #ffffff;
    line-height: 1rem;
  }

  .health-box {
    padding: 1rem 1rem;
    padding-bottom: 0.96rem;
    margin-top: 0.96rem;
    background: url(../images/duty/bg-p.png) no-repeat;
    background-position: center;
    background-size: 100% 100%;
  }

  .health-box h5 {
    font-size: 0.9rem;

    margin-bottom: 0.54rem;
  }

  .health-box span {
    font-size: 0.6rem;
    color: #272727;
    line-height: 1rem;
    letter-spacing: 0.06rem;
  }

  .safe-li {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 1.72rem;
  }


  .safe-item {
    width: 100%;
    margin-bottom: 0.87rem;
    position: relative;
    margin-right: 0;


  }

  .grey-word {
    padding: 1.08rem 0.85rem;
  }

  .grey-word h5 {
    font-weight: bold;
    font-size: 0.75rem;
    color: #000000;
  }

  .grey-word span {
    font-size: 0.65rem;
    color: #616161;
    line-height: 25px;
  }

  .h5-line {
    width: 100%;
    height: 1px;
    background: #e6e6e6;
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .safe-item .safe-bg {
    width: 100%;

  }

  .safe-item .safe-bg2 {
    width: 100%;

  }

  .safe-item .img-word {


    left: 0.9rem;
    bottom: 0.9rem;
    opacity: 0;
    position: absolute;
    display: none;

  }

  .mb0 {
    margin-bottom: 0;
  }

  .img-word h5 {

    font-size: 0.75rem;

  }

  .img-word span {
    font-size: 0.6rem;

    line-height: 1.8rem;
  }

  .public-box {
    flex-direction: column;
    margin-top: 0.66rem;
  }

  .public-box img {
    width: 100%;
  }

  .public-word {
    background: #f8f8f8;
    padding: 0.9rem 0.83rem;
  }

  .public-word h5 {
    font-weight: bold;
    font-size: 0.75rem;
    color: #000000;
    margin-bottom: 0.6rem;
  }

  .public-word span {
    font-size: 0.6rem;
    color: #575757;
    line-height: 1rem;
    letter-spacing: 0.06rem;
  }

  .public-card {
    display: flex;
    flex-direction: column;
    padding: 0.85rem 0;
  }

  .public-card-item {
    width: 100%;
    text-align: center;
        padding-bottom: 2.2rem;
  }

  .public-card-item img {
    width: 100%;
  }

  .public-card-item span {
    bottom: 0;
    line-height: 2.2rem;
    font-size: 0.6rem;
    color: #000000;
    text-align: center;
      /* margin-bottom: 0.6rem; */
  }
  .public_img_box{
    margin-top: 0.4rem;
  }
}