.wrapper .container {
  padding-bottom: 0 !important;
}
.wrapper .header-index .header {
  background: #fff;
}
.wrapper .header-index.with-bg .header {
  background: #fff;
}
.wrapper .grid .abouts_mobie {
  display: none;
}
.wrapper .grid .abouts_pc {
  display: block;
  background-color: #F5F5F5;
}
.wrapper .grid .abouts_pc .head_image {
  width: 100%;
  height: 43vw;
  min-height: 740px;
  margin-top: 70px;
  background-image: url("../images/guanyuwomen.jpg");
  background-size: 100% 100%;
  position: relative;
}
.wrapper .grid .abouts_pc .head_image .left_content {
  position: absolute;
  width: 35%;
  left: 13.5%;
  top: 20%;
}
.wrapper .grid .abouts_pc .head_image .right_content {
  position: absolute;
  width: 35%;
  right: 13%;
  top: 20%;
}
.wrapper .grid .abouts_pc .head_image .contnet {
  text-align: justify;
  font-size: 15px;
  line-height: 26px;
  color: #674b2c;
}
.wrapper .grid .abouts_pc .shiming {
  width: 72%;
  margin-top: 6vw;
  margin-bottom: 6vw;
  margin-left: 14%;
  height: 34vw;
  min-height: 420px;
  border-radius: 8px;
  background-image: url("../images/shiming_pc.png");
  background-size: 100% 100%;
}
.wrapper .grid .abouts_pc .rongyu {
  width: 100%;
  height: 37vw;
  min-height: 420px;
  background-image: url("../images/rongyu_pc2.jpg");
  background-size: 100% 100%;
}
.wrapper .grid .abouts_pc .environment {
  background-color: #fff;
}
.wrapper .grid .abouts_pc .environment .env_title {
  height: 40px;
  padding: 45px 0;
  line-height: 4vw;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  color: #674b2c;
}
.wrapper .grid .abouts_pc .environment .env_pic {
  width: 72%;
  margin-left: 14%;
  display: flex;
  padding-bottom: 4vw;
}
.wrapper .grid .abouts_pc .environment .env_pic .env_pic1,
.wrapper .grid .abouts_pc .environment .env_pic .env_pic2,
.wrapper .grid .abouts_pc .environment .env_pic .env_pic3,
.wrapper .grid .abouts_pc .environment .env_pic .env_pic4 {
  flex: 1;
  height: 12vw;
  margin-right: 2vw;
  position: relative;
}
.wrapper .grid .abouts_pc .environment .env_pic .env_pic1 .pic_title,
.wrapper .grid .abouts_pc .environment .env_pic .env_pic2 .pic_title,
.wrapper .grid .abouts_pc .environment .env_pic .env_pic3 .pic_title,
.wrapper .grid .abouts_pc .environment .env_pic .env_pic4 .pic_title {
  color: #674b2c;
  position: absolute;
  bottom: -25px;
  left: 0;
}
.wrapper .grid .abouts_pc .environment .env_pic .env_pic1 {
  min-height: 150px;
  background-size: 100% 100%;
  background-image: url("../images/env1.png");
}
.wrapper .grid .abouts_pc .environment .env_pic .env_pic2 {
  min-height: 150px;
  background-size: 100% 100%;
  background-image: url("../images/env2.png");
}
.wrapper .grid .abouts_pc .environment .env_pic .env_pic3 {
  min-height: 150px;
  background-size: 100% 100%;
  background-image: url("../images/env3.png");
}
.wrapper .grid .abouts_pc .environment .env_pic .env_pic4 {
  min-height: 150px;
  margin-right: 0 !important;
  background-size: 100% 100%;
  background-image: url("../images/env4.png");
}
@media screen and (max-width: 768px) {
  .grid .abouts_pc {
    display: none !important;
  }
  .grid .abouts_mobie {
    display: block !important;
  }
  .grid .abouts_mobie .head_image {
    width: 100%;
    height: 209vw;
    background-image: url("../images/guanyuwomen_2.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .grid .abouts_mobie .cnt-grid {
    display: block;
    min-width: 320px;
    margin-top: 20px;
    padding-bottom: 20px;
    background: #fff;
  }
  .grid .abouts_mobie .list {
    display: none;
  }
  .grid .abouts_mobie .list.list-m {
    display: block;
    color: #674b2c !important;
  }
  .grid .abouts_mobie .list.list-m .item-wrap {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
  }
  .grid .abouts_mobie .list.list-m .item-wrap:last-child {
    margin-bottom: 0;
  }
  .grid .abouts_mobie .list.list-m .item {
    width: 100%;
    padding: 20px;
    background-color: #F5F7FA;
  }
  .grid .abouts_mobie .list.list-m .item.item-img {
    padding: 66.5625% 0 0 0;
  }
  .grid .abouts_mobie .list.list-m .item .item-inner {
    padding: 0;
  }
  .grid .abouts_mobie .list.list-m .item .item-title {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .grid .abouts_mobie .list.list-m .item .item-cnt {
    font-size: 14px;
  }
  .grid .abouts_mobie .list.list-m .item::before,
  .grid .abouts_mobie .list.list-m .item::after {
    display: none;
  }
  .grid .abouts_mobie .list .item {
    width: calc(33.333%);
    background: #FAFBFC;
    position: relative;
  }
  .grid .abouts_mobie .list .item .item-inner {
    padding: 160px 40px 0 40px;
  }
  .grid .abouts_mobie .list .item .item-title {
    color: var(--theme);
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
  }
  .grid .abouts_mobie .list .item .item-cnt {
    font-size: 18px;
  }
  .grid .abouts_mobie .list .item::before {
    position: absolute;
    content: "";
    width: 180px;
    background: #EBEFF2;
    height: 100px;
    border-radius: 100px 0px 0px;
    left: 0;
    top: 0;
  }
  .grid .abouts_mobie .list .item::after {
    position: absolute;
    content: "";
    width: calc(100% - 180px);
    background: #F5F7FA;
    height: 100px;
    right: 0;
    top: 0;
  }
  .grid .abouts_mobie .list .item-img {
    padding-top: 22.222%;
    background-size: 100% 100%;
  }
  .grid .abouts_mobie .list .item-img.img-1 {
    background-image: url(../images/使命.jpg);
  }
  .grid .abouts_mobie .list .item-img.img-2 {
    background-image: url(../images/价值观.jpg);
  }
  .grid .abouts_mobie .list .item-img.img-3 {
    background-image: url(../images/愿景.jpg);
  }
  .grid .abouts_mobie .list .item-img::before,
  .grid .abouts_mobie .list .item-img:after {
    display: none;
  }
  .grid .abouts_mobie .rongyu {
    width: 100%;
    background-color: #e6e6e6;
    padding: 2vw 0 15vw 0;
  }
  .grid .abouts_mobie .rongyu .rongyu_title {
    font-style: normal;
    font-weight: 400;
    font-size: 5vw;
    height: 20vw;
    line-height: 7vw;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #674b2c;
  }
  .grid .abouts_mobie .rongyu .rongyu_lunbo {
    background-color: #fff;
    width: 88%;
    margin-left: 6%;
    border-radius: 10px;
  }
  .grid .abouts_mobie .rongyu .rongyu_lunbo .swiper-container_mobie {
    display: block;
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
  }
  .grid .abouts_mobie .rongyu .rongyu_lunbo .swiper-container_mobie img {
    width: 100%;
    border-radius: 10px;
  }
  .grid .abouts_mobie .rongyu .rongyu_lunbo .swiper-pagination {
    --swiper-theme-color: #ff6600;
    --swiper-pagination-color: #00ff33;
    /* 两种都可以 */
    display: flex;
    align-items: center;
    justify-content: center;
    height: 10vw;
    width: 88%;
  }
  .grid .abouts_mobie .rongyu .rongyu_lunbo .swiper-pagination .swiper-pagination-bullet {
    width: 20px;
    height: 5px;
    border-radius: 5px;
    background: #C2C2C2;
    opacity: 1;
    margin-right: 10px;
  }
  .grid .abouts_mobie .rongyu .rongyu_lunbo .swiper-pagination .swiper-pagination-bullet:last-child {
    margin-right: 0;
  }
  .grid .abouts_mobie .rongyu .rongyu_lunbo .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--theme);
    width: 50px;
    height: 5px;
  }
  .grid .abouts_mobie .env {
    width: 100%;
    background-color: #fff;
    padding: 2vw 0 15vw 0;
  }
  .grid .abouts_mobie .env .env_title {
    font-style: normal;
    font-weight: 400;
    font-size: 5vw;
    height: 20vw;
    line-height: 7vw;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #674b2c;
  }
  .grid .abouts_mobie .env .env_lunbo {
    background-color: #fff;
    width: 88%;
    margin-left: 6%;
    border-radius: 10px;
  }
  .grid .abouts_mobie .env .env_lunbo .swiper-container_mobie2 {
    display: block;
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
  }
  .grid .abouts_mobie .env .env_lunbo .swiper-container_mobie2 img {
    width: 100%;
    border-radius: 10px 10px 0 0;
  }
  .grid .abouts_mobie .env .env_lunbo .swiper-container_mobie2 .pic_title {
    color: #674b2c;
    width: 100%;
    height: 12vw;
    background: #F2F2F2;
    border-radius: 0px 0px 8px 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -2vw;
  }
  .grid .abouts_mobie .env .env_lunbo .swiper_pagination2 {
    --swiper-theme-color: #ff6600;
    --swiper-pagination-color: #00ff33;
    /* 两种都可以 */
    display: flex;
    align-items: center;
    justify-content: center;
    height: 10vw;
    width: 88%;
  }
  .grid .abouts_mobie .env .env_lunbo .swiper_pagination2 .swiper-pagination-bullet {
    width: 20px;
    height: 5px;
    border-radius: 5px;
    background: #C2C2C2;
    opacity: 1;
    margin-right: 10px;
  }
  .grid .abouts_mobie .env .env_lunbo .swiper_pagination2 .swiper-pagination-bullet:last-child {
    margin-right: 0;
  }
  .grid .abouts_mobie .env .env_lunbo .swiper_pagination2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--theme);
    width: 50px;
    height: 5px;
  }
}
