/* Animate.css动画演示 */
@import "../plugin/swiper/animate.min.css";

/* Swiper 7.4.1 */
@import "../plugin/swiper/swiper-bundle.min.css";

/* 字体图标 */
@import "../plugin/font/css/font-awesome.min.css";

/* 核心样式 */
@import "../css/core/bootstrap.min.css";

/* 公用样式 */
@import "../css/public.css";

.img {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.img::before {
  content: "";
  display: block;
}
.container-fluid {
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.title {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  line-height: 40px;
  font-size: 30px;
  color: #b0b0b0;
  text-transform: uppercase;
  padding-bottom: 40px;
  background: url(../images/title-jiantou.png) no-repeat center bottom;
}
.title>h1 {
  font-size: 30px;
  color: #0c9e3f;
  font-weight: bold;
  margin-right: 20px;
}

.more {
  display: flex;
  justify-content: center;
}
.more>a {
  width: 150px;
  float: left;
  height: 42px;
  font-size: 14px;
  color: #a9a9a9;
  background-color: #fff;
  border: 1px solid #d5d5d5;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.more>a:hover {
  background-color: #0c9e3f;
  border-color: #0c9e3f;
  color: #fff;
}

@media (max-width: 767px) {
  .title {
    line-height: 30px;
    font-size: 20px;
    padding-bottom: 15px;
    background-size: auto 10px;
  }
  .title>h1 {
    font-size: 20px;
    margin-right: 5px;
  }
  .title>div {
    font-size: 14px;
    line-height: 20px;
  }

  .more>a {
    width: 90px;
    height: 30px;
    font-size: 14px;
  }
}

/* 首页样式 */
/* 永辉羊业 */
.hf {
  padding: 35px 0;
}
.hf .title {
  font-weight: bold;
  color: #333;
}
.hf .title>h1 {
  margin: 0;
}
.hf-content {
  display: flex;
  position: relative;
  margin-top: 30px;
  overflow: hidden;
}
.hf-content::before {
  content: "";
  display: block;
  padding-top: 19.5%;
}
.hf-list {
  width: 100%;
  height: 100%;
  float: left;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  overflow: hidden;
}
.hf-list>li {
  width: 14%;
  float: left;
  height: 100%;
}
.hf-list>li>a {
  width: 100%;
  height: 100%;
  float: left;
  position: relative;
  overflow: hidden;
}
.hf-list>li>a::before {
  content: "";
  width: 100%;
  height: 100%;
  float: left;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.hf-list>li>a .hf-hover {
  width: 100%;
  height: 100%;
  float: left;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  padding: 15px;
}
.hf-list>li>a .hf-hover .hf-title {
  width: 100%;
  display: block;
  overflow: hidden;
  text-align: center;
  line-height: 30px;
  font-size: 20px;
  color: #fff;
}
.hf-list>li>a .hf-hover .hf-title>h1 {
  display: block;
  overflow: hidden;
  font-size: 20px;
}
.hf-list>li>a .hf-hover .hf-title>h1>span {
  display: block;
}
.hf-list>li>a .hf-hover .hf-title>div {
  height: 0;
  overflow: hidden;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
}
.hf-list>li>a .hf-hover .hf-more {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: url(../images/hf-jiantou.png) no-repeat center center;
  background-size: 100% 100%;
  margin-top: 30px;
}
.hf-list>li:nth-child(1)>a::before {
  background-color: rgba(242, 167, 32, 0.85);
}
.hf-list>li:nth-child(2)>a::before {
  background-color: rgba(88, 187, 232, 0.85);
}
.hf-list>li:nth-child(3)>a::before {
  background-color: rgba(20, 188, 185, 0.85);
}
.hf-list>li:nth-child(4)>a::before {
  background-color: rgba(42, 207, 118, 0.85);
}
.hf-list>li:nth-child(5)>a::before {
  background-color: rgba(229, 126, 51, 0.85);
}
.hf-list>li.hf-active {
  width: 44%;
}
.hf-list>li.hf-active>a .hf-hover .hf-title>h1 {
  display: flex;
  justify-content: center;
}
.hf-list>li.hf-active>a .hf-hover .hf-title>div {
  height: 30px;
}

@media (max-width: 1240px) {
  .hf-content::before {
    padding-top: 20.5%;
  }
  .hf-list>li>a .hf-hover .hf-title>h1 {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .hf {
    padding: 30px 0;
  }
  .hf-content::before {
    padding-top: 25.5%;
  }
  .hf-list>li {
    width: 16%;
  }
  .hf-list>li>a .hf-hover {
    padding: 10px;
  }
  .hf-list>li>a .hf-hover .hf-title {
    line-height: 20px;
    font-size: 14px;
  }
  .hf-list>li>a .hf-hover .hf-title>h1 {
    font-size: 14px;
  }
  .hf-list>li>a .hf-hover .hf-more {
    margin-top: 15px;
  }
  .hf-list>li.hf-active>a .hf-hover .hf-title>div {
    height: 28px;
    line-height: 14px;
    font-size: 12px;
  }
  .hf-list>li.hf-active {
    width: 36%;
  }
}
@media (max-width: 767px) {
  .hf {
    padding: 15px 0;
  }
  .hf-content {
    margin-top: 15px;
  }
  .hf-content::before {
    display: none;
  }
  .hf-list {
    position: relative;
    height: auto;
  }
  .hf-list>li {
    width: 100%;
  }
  .hf-list>li,
  .hf-list>li>a {
    height: auto;
  }
  .hf-list>li>a .hf-hover {
    position: relative;
    padding: 15px;
    justify-content: space-between;
  }
  .hf-list>li>a .hf-hover .hf-title {
    width: auto;
    flex: 1;
    text-align: left;
    font-size: 14px;
  }
  .hf-list>li>a .hf-hover .hf-title>h1 {
    font-size: 16px;
    display: flex;
    justify-content: flex-start;
  }
  .hf-list>li>a .hf-hover .hf-title>div {
    height: auto !important;
    line-height: 14px;
    font-size: 12px;
    margin-top: 5px;
  }
  .hf-list>li>a .hf-hover .hf-more {
    width: 24px;
    height: 24px;
    margin: 0;
  }
  .hf-list>li.hf-active {
    width: 100%;
  }
  .hf-list>li.hf-active>a .hf-hover .hf-title>h1 {
    justify-content: flex-start;
  }
}

/* 湖羊介绍 */
.sheep-content {
  margin-top: 35px;
  padding: 0 25px;
}
.sheep-content .swiper {
  width: 100%;
}
.sheep-content .swiper .swiper-slide {
  padding: 0 5px 5px 0;
}
.sheep-content .swiper .swiper-slide::before {
  content: "";
  width: calc(100% - 5px);
  height: calc(100% - 5px);
  border-radius: 25px;
  background-color: #0c9e3f;
  position: absolute;
  right: 0;
  bottom: 0;
}
.sheep-content .swiper .swiper-slide>a {
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  border-radius: 25px;
  border: 3px solid #fff;
  border-top: none;
  border-left: none;
}
.sheep-content .swiper .swiper-slide>a::before {
  content: "";
  display: block;
  padding-top: 115.10989011%;
}
.sheep-content .swiper .swiper-slide>a .sheep-title {
  width: 100%;
  overflow: hidden;
  padding: 20px;
  line-height: 32px;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.sheep-content .swiper .swiper-slide>a .sheep-hover {
  width: 100%;
  height: 100%;
  padding: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 2;
  background-image: linear-gradient(rgba(146, 198, 32, 0.8), rgba(12, 158, 63, 0.8));
}
.sheep-content .swiper .swiper-slide>a .sheep-hover>h1 {
  width: 100%;
  overflow: hidden;
  text-align: center;
  line-height: 36px;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sheep-content .swiper .swiper-slide>a .sheep-hover .sheep-text {
  width: 100%;
  overflow: hidden;
  height: 120px;
  line-height: 30px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin-top: 15px;
}
.sheep-content .swiper .swiper-slide>a .sheep-hover .sheep-more {
  width: 100%;
  overflow: hidden;
  line-height: 22px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  margin-top: 15px;
}
.sheep-content .swiper .swiper-slide>a:hover .sheep-title {
  top: -100%;
}
.sheep-content .swiper .swiper-slide>a:hover .sheep-hover {
  top: 0;
}
.sheep-content .more {
  padding: 60px 0 40px 0;
}

@media (max-width: 1440px) {
  .sheep-content .swiper .swiper-slide>a .sheep-hover {
    padding: 40px;
  }
}
@media (max-width: 1240px) {
  .sheep-content .swiper .swiper-slide>a .sheep-hover {
    padding: 30px;
  }
  .sheep-content .more {
    padding: 40px 0;
  }
}
@media (max-width: 991px) {
  .sheep-content .swiper .swiper-slide>a .sheep-hover {
    padding: 20px;
  }
  .sheep-content .more {
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  .sheep-content {
    margin-top: 15px;
    padding: 0 20px;
  }
  .sheep-content .swiper .swiper-slide>a .sheep-title {
    padding: 15px;
    line-height: 30px;
    font-size: 18px;
  }
  .sheep-content .swiper .swiper-slide>a .sheep-hover>h1 {
    line-height: 30px;
    font-size: 18px;
  }
  .sheep-content .swiper .swiper-slide>a .sheep-hover .sheep-text {
    height: 60px;
    line-height: 20px;
    -webkit-line-clamp: 3;
    margin-top: 5px;
  }
  .sheep-content .swiper .swiper-slide>a .sheep-hover .sheep-more {
    line-height: 20px;
    margin-top: 5px;
  }
  .sheep-content .more {
    padding: 15px 0;
  }
}

/* 永辉优势 */
.advantage {
  background-image: url(../images/ys-bj.jpg);
  padding: 55px 0 35px 0;
}
.advantage img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .advantage {
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  .advantage {
    padding: 15px 0;
  }
}

/* 旗下企业 */
.enterprise {
  background-color: #f0f0f0;
  padding: 35px 0 60px 0;
}
.enterprise-list {
  display: block;
  overflow: hidden;
  margin-top: 40px;
  width: 1419px;
}
.enterprise-list>li {
  width: 454px;
  float: left;
  margin: 0 19px 20px 0;
}
.enterprise-list>li>a {
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
}
.enterprise-list>li>a::before {
  content: "";
  display: block;
  padding-top: 47.577093%;
}
.enterprise-list>li>a>h1 {
  width: 100%;
  height: 58px;
  line-height: 58px;
  padding: 0 30px;
  font-size: 16px;
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-image: linear-gradient(to right, rgba(12, 158, 63, 1) 65%, rgba(12, 158, 63, 0));
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.enterprise-list>li:first-child>a::before {
  padding-top: 100%;
}
.enterprise-list>li>a:hover>img {
  transform: scale(1.1);
}
.enterprise .more {
  margin-top: 30px;
}

@media (max-width: 1440px) {
  .enterprise {
    padding: 35px 0 50px 0;
  }
  .enterprise-list {
    width: 102%;
    margin-left: -1%;
  }
  .enterprise-list>li {
    width: 31.333333%;
    margin: 0 1% 20px 1%;
  }
}
@media (max-width: 1240px) {
  .enterprise-list>li>a>h1 {
    height: 50px;
    line-height: 50px;
  }
  .enterprise .more {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .enterprise {
    padding: 30px 0;
  }
  .enterprise-list {
    margin-top: 30px;
  }
  .enterprise .more {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .enterprise {
    padding: 15px 0;
  }
  .enterprise-list {
    margin-top: 10px;
    width: 100%;
    margin-left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .enterprise-list>li {
    width: calc(50% - 5px);
    margin: 0 0 10px 0;
  }
  .enterprise-list>li>a::before {
    padding-top: 100%;
  }
  .enterprise-list>li>a>h1 {
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
  }
  .enterprise-list>li:first-child {
    width: 100%;
  }
  .enterprise-list>li:first-child>a::before {
    padding-top: 50%;
  }
}

/* 关于永辉 */
.about {
  padding-top: 40px;
}
.about-text {
  display: block;
  overflow: hidden;
  margin-top: 30px;
  min-height: 120px;
  line-height: 30px;
  font-size: 16px;
  color: #333;
}
.about-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-top: 20px;
}
.about-left {
  width: 63.5%;
  overflow: hidden;
  position: relative;
}
.about-right {
  width: 36.5%;
}
.about-box {
  width: calc(100% - 25px);
  display: block;
  overflow: hidden;
  padding: 20px 75px 30px 75px;
  position: relative;
}
.about-box .swiper {
  width: 100%;
}
.about-box .swiper .swiper-slide::before {
  content: "";
  display: block;
  padding-top: 70.760234%;
}
.about-box .prev-button,
.about-box .next-button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #0c9e3f;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  font-family: SimSun;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}
.about-box .next-button {
  left: initial;
  right: 0;
}
.about-box .prev-button::before {
  content: "<";
}
.about-box .next-button::before {
  content: ">";
}
.about-right .more {
  padding: 42px 0;
  background-color: #0c9e3f;
  position: relative;
}
.about-right .more::before {
  content: "";
  width: 1920px;
  height: 100%;
  background-color: #0c9e3f;
  position: absolute;
  right: 0;
  top: 0;
}
.about-right .more>a {
  position: relative;
  z-index: 2;
  border-radius: 20px;
  border-color: #f1f1f1;
  background-color: #0c9e3f;
  color: #fff;
}
.about-right .more>a:hover {
  background-color: #fff;
  color: #0c9e3f;
}

@media (max-width: 991px) {
  .about {
    padding-top: 30px;
  }
  .about-box {
    padding: 20px 50px;
  }
  .about-box .prev-button,
  .about-box .next-button {
    width: 40px;
    height: 40px;
  }
  .about-right .more {
    padding: 20px 0;
  }
}
@media (max-width: 767px) {
  .about {
    padding-top: 15px;
  }
  .about-text {
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
  }
  .about-content {
    margin-top: 10px;
  }
  .about-left {
    width: 100%;
  }
  .about-left::before {
    content: "";
    display: block;
    padding-top: 50%;
  }
  .about-box {
    width: 100%;
    padding: 15px 30px;
  }
  .about-box .prev-button,
  .about-box .next-button {
    width: 24px;
    height: 24px;
  }
  .about-right {
    width: 100%;
  }
  .about-right .more {
    padding: 10px 0;
  }
  .about-right .more::before {
    display: none;
  }
}

/* 视频展示 */
.video {
  padding: 35px 0;
}
.video-list {
  display: flex;
  flex-wrap: wrap;
  width: 1419px;
  margin-top: 45px;
}
.video-list>li {
  width: 454px;
  margin: 0 19px 20px 0;
  overflow: hidden;
  position: relative;
}
.video-list>li::before {
  content: "";
  display: block;
  padding-top: 63.876652%;
}
.video-btn {
  width: 100%;
  height: 100%;
  float: left;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  cursor: pointer;
}
.video-list>li>video {
  width: 100%;
  float: left;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  object-fit: cover;
}
.video .more {
  margin-top: 15px;
}

@media (max-width: 1440px) {
  .video-list {
    width: 102%;
    margin-left: -1%;
  }
  .video-list>li {
    width: 31.33333%;
    margin: 0 1% 20px 1%;
  }
}
@media (max-width: 991px) {
  .video {
    padding: 30px 0;
  }
  .video-list {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .video {
    padding: 15px 0;
  }
  .video-list {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
  .video-list>li {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .video .more {
    margin-top: 0;
  }
}

/* 农副产品 */
.product {
  background-color: #f0f0f0;
  padding: 50px 0;
}
.product-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 45px;
}
.product-nav>li {
  width: 152px;
  margin: 5px;
}
.product-nav>li>a {
  display: block;
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  background-color: #91c620;
  border-radius: 20px 0 20px 0;
}
.product-nav>li>a:hover,
.product-nav>li.product-active>a {
  background-color: #0c9e3f;
}

.product-content {
  display: block;
  overflow: hidden;
  margin-top: 35px;
}
.product-content>div {
  display: none;
}
.product-content>div:first-child {
  display: block;
}
.product-list {
  display: flex;
  flex-wrap: wrap;
  width: 1420px;
}
.product-list>li {
  width: 335px;
  margin: 0 20px 20px 0;
}
.product-list>li .img::before {
  padding-top: 70.671642%;
}
.product-list>li h1 {
  display: block;
  overflow: hidden;
  height: 44px;
  line-height: 44px;
  font-size: 16px;
  color: #333;
  text-align: center;
}
.product-list>li:hover .img>img {
  transform: scale(1.1);
}
.product-list>li:hover h1 {
  background-color: #0c9e3f;
  color: #fff;
}
.product .more {
  margin-top: 20px;
}

@media (max-width: 1440px) {
  .product-list {
    width: 102%;
    margin-left: -1%;
  }
  .product-list>li {
    width: 23%;
    margin: 0 1% 20px 1%;
  }
}
@media (max-width: 991px) {
  .product {
    padding: 30px 0;
  }
  .product-nav {
    margin-top: 30px;
  }
  .product-content {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .product {
    padding: 15px 0;
  }
  .product-nav {
    margin-top: 10px;
  }
  .product-nav>li {
    width: 25%;
    margin: 0;
    padding: 3px;
  }
  .product-nav>li>a {
    font-size: 14px;
    height: 34px;
    line-height: 34px;
  }
  .product-content {
    margin-top: 10px;
  }
  .product-list {
    width: 100%;
    margin: 0;
    justify-content: space-between;
  }
  .product-list>li {
    width: calc(50% - 5px);
    margin: 0 0 10px 0;
  }
  .product-list>li h1 {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
  .product .more {
    margin-top: 5px;
  }
}

/* 解决方案 */
.case {
  padding-top: 45px;
}
.case>.container {
  display: flex;
  min-height: 230px;
}
.case-title {
  width: 230px;
  border-radius: 60px 60px 0 60px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  background-color: #0c9e3f;
}
.case-title>h1 {
  line-height: 32px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.case-title>h1::after {
  content: "";
  width: 30px;
  height: 2px;
  background-color: #fff;
  margin-top: 13px;
}

.case-hotline {
  width: 230px;
  background-color: #0c9e3f;
  display: flex;
}
.case-hotline>div {
  width: 100%;
  background-color: #fff;
  border-radius: 0 0 0 60px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.case-hotline>div>img {
  display: block;
  max-width: 100%;
  height: auto;
}
.case-hotline>div>span {
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 16px;
  color: #797979;
  margin-top: 15px;
}
.case-hotline>div>h1 {
  line-height: 30px;
  margin-top: 10px;
  font-size: 24px;
  color: #0c9e3f;
  font-weight: bold;
}
.case-right {
  flex: 1;
  background: url(../images/fw-bj.png) no-repeat center left;
  background-size: auto 100%;
  display: flex;
  border-radius: 60px 0 0 60px;
}
.case-right>ul {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.case-right>ul>li {
  margin: 0 50px;
}
.case-right>ul>li .case-icon {
  height: 92px;
  overflow: hidden;
  position: relative;
}
.case-right>ul>li>h1 {
  line-height: 28px;
  margin-top: 20px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}

@media (max-width: 1440px) {
  .case-title,
  .case-hotline {
    width: 200px;
  }
  .case-right {
    background-position: right center;
  }
  .case-right>ul>li {
    margin: 0 30px;
  }
}
@media (max-width: 991px) {
  .case {
    padding-top: 30px;
  }
  .case-title,
  .case-hotline {
    width: 160px;
  }
  .case-right {
    padding-right: 20px;
  }
  .case-right>ul>li {
    margin: 0 10px;
  }
  .case-right>ul>li .case-icon {
    height: 50px;
  }
  .case-right>ul>li>h1 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .case {
    padding-top: 15px;
  }
  .case-title,
  .case-hotline {
    width: 100%;
    border-radius: 0;
  }
  .case>.container {
    flex-direction: column;
  }
  .case-title>h1 {
    line-height: 24px;
    font-size: 16px;
    padding: 15px 0;
  }
  .case-title>h1::after {
    margin-top: 5px;
  }
  .case-hotline>div {
    padding: 15px 0;
    border-radius: 0;
    flex-direction: row;
  }
  .case-hotline>div>span {
    margin: 0 5px;
  }
  .case-hotline>div>h1 {
    margin-top: 0;
  }
  .case-right {
    padding: 15px 0;
    background-size: cover;
    border-radius: 0;
  }
  .case-right>ul>li .case-icon {
    height: 30px;
  }
  .case-right>ul>li>h1 {
    font-size: 16px;
  }
}

/* 企业团建 */
.building {
  padding: 50px 0 40px 0;
}
.building-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 35px;
}
.building-nav>li {
  width: 152px;
  margin: 5px;
}
.building-nav>li>a {
  display: block;
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  background-color: #91c620;
  border-radius: 20px 0 20px 0;
}
.building-nav>li>a:hover,
.building-nav>li.building-active>a {
  background-color: #0c9e3f;
}

.building .swiper {
  width: 100%;
  margin: 45px 0 50px 0;
  padding-bottom: 50px;
}
.building .swiper .swiper-slide>a {
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
}
.building .swiper .swiper-slide>a::before {
  content: "";
  display: block;
  padding-top: 59.710145%;
}
.building .swiper .swiper-slide>a .building-hover {
  width: 48.5%;
  float: left;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.85);
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  padding: 20px 20px 20px 35px;
}
.building .swiper .swiper-slide>a .building-hover>h1 {
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 20px;
  color: #333;
  text-align: left;
}
.building .swiper .swiper-slide>a .building-hover .building-text {
  display: block;
  overflow: hidden;
  height: 150px;
  line-height: 30px;
  font-size: 14px;
  color: #333;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  margin-top: 25px;
}
.building .swiper .swiper-slide>a .building-hover .building-more {
  display: block;
  overflow: hidden;
  width: 122px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 18px;
  background-color: #0c9e3f;
  color: #fff;
  font-size: 14px;
  margin-top: 15px;
}
.building .swiper .swiper-slide>a:hover .building-hover {
  background-color: rgba(12, 158, 63, 0.85);
}
.building .swiper .swiper-slide>a:hover .building-hover>h1,
.building .swiper .swiper-slide>a:hover .building-hover .building-text {
  color: #fff;
}
.building .swiper .swiper-slide>a:hover .building-hover .building-more {
  background-color: #fff;
  color: #0c9e3f;
}
.building .swiper-pagination {
  opacity: 1;
  bottom: 0;
  display: flex;
  justify-content: center;
}
.building .swiper-pagination-bullet {
  width: 76px;
  height: 3px;
  float: left;
  background: #91c620;
  border-radius: 0;
  opacity: 1;
}
.building .swiper-pagination-bullet-active {
  opacity: 1;
  background: #0c9e3f;
}

@media (max-width: 1240px) {
  .building .swiper .swiper-slide>a .building-hover .building-text {
    height: 90px;
    -webkit-line-clamp: 3;
  }
}
@media (max-width: 991px) {
  .building {
    padding: 30px 0;
  }
  .building-nav {
    margin-top: 30px;
  }
  .building .swiper {
    margin: 30px 0;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .building {
    padding: 15px 0;
  }
  .building-nav {
    margin-top: 10px;
  }
  .building-nav>li {
    width: 25%;
    margin: 0;
    padding: 3px;
  }
  .building-nav>li>a {
    font-size: 14px;
    height: 34px;
    line-height: 34px;
  }

  .building .swiper {
    margin: 10px 0;
    padding-bottom: 10px;
  }
  .building .swiper .swiper-slide>a .building-hover {
    padding: 15px;
  }
  .building .swiper .swiper-slide>a .building-hover .building-text {
    height: 72px;
    line-height: 24px;
    margin-top: 10px;
  }
  .building .swiper .swiper-slide>a .building-hover .building-more {
    width: 90px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    margin-top: 10px;
  }
  .building .swiper-pagination-bullet {
    width: 30px;
  }
}

/* 公司动态 */
.news {
  background-color: #f0f0f0;
  padding: 50px 0 70px 0;
  margin-bottom: -100px;
}
.news-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 35px;
}
.news-nav>li {
  width: 152px;
  margin: 5px;
}
.news-nav>li>a {
  display: block;
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  background-color: #91c620;
  border-radius: 20px 0 20px 0;
}
.news-nav>li>a:hover,
.news-nav>li.news-active>a {
  background-color: #0c9e3f;
}

.news-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 55px 0;
}
.news-left {
  width: 61.85%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.news-left>li {
  width: calc(50% - 20px);
}
.news-left>li>a {
  width: 100%;
  display: flex;
  flex-direction: column;
  border-bottom: 4px solid #91c620;
}
.news-left>li>a .img {
  border-radius: 20px;
}
.news-left>li>a .img::before {
  padding-top: 53.640777%;
}
.news-left>li>a .news-box {
  width: 100%;
  padding: 12px 0;
}
.news-left>li>a .news-box>h1 {
  display: block;
  overflow: hidden;
  line-height: 24px;
  font-size: 16px;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-left>li>a .news-box .news-text {
  display: block;
  overflow: hidden;
  height: 75px;
  line-height: 25px;
  font-size: 14px;
  color: #767676;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 15px
}
.news-left>li>a .news-box .news-time {
  display: block;
  overflow: hidden;
  margin-top: 15px;
  line-height: 30px;
  font-size: 12px;
  color: #767676;
}
.news-left>li>a .news-box .news-time>span {
  width: 30px;
  float: left;
  height: 30px;
  border-radius: 50%;
  background-color: #91c620;
  overflow: hidden;
  position: relative;
  margin-right: 5px;
}
.news-left>li>a:hover .img>img {
  transform: scale(1.1);
}
.news-left>li>a:hover .news-box>h1 {
  color: #0c9e3f;
  font-weight: bold;
}


.news-right {
  width: 35%;
}
.news-right>li {
  display: block;
  overflow: hidden;
  margin-bottom: 40px;
}
.news-right>li:last-child {
  margin: 0;
}
.news-right>li>a>h1 {
  display: block;
  overflow: hidden;
  line-height: 22px;
  font-size: 16px;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-right>li>a .news-text {
  display: block;
  overflow: hidden;
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  color: #767676;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 15px
}
.news-right>li>a .news-time {
  display: block;
  overflow: hidden;
  margin-top: 15px;
  line-height: 30px;
  font-size: 12px;
  color: #767676;
}
.news-right>li>a .news-time>span {
  width: 30px;
  float: left;
  height: 30px;
  border-radius: 50%;
  background-color: #91c620;
  overflow: hidden;
  position: relative;
  margin-right: 5px;
}
.news-right>li>a:hover>h1 {
  color: #0c9e3f;
  font-weight: bold;
}
.news .more {
  position: relative;
  z-index: 2;
}

@media (max-width: 991px) {
  .news {
    padding: 30px 0 50px 0;
    margin-bottom: -80px;
  }
  .news-nav {
    margin-top: 30px;
  }
  .news-content {
    margin: 30px 0;
  }
}
@media (max-width: 767px) {
  .news {
    padding: 15px 0;
    margin-bottom: 0;
  }
  .news-nav {
    margin-top: 10px;
  }
  .news-nav>li {
    width: 25%;
    margin: 0;
    padding: 3px;
  }
  .news-nav>li>a {
    font-size: 14px;
    height: 34px;
    line-height: 34px;
  }
  .news-content {
    margin: 15px 0;
  }
  .news-left {
    width: 100%;
  }
  .news-left>li {
    width: 100%;
    margin-bottom: 15px;
  }
  .news-left>li>a {
    flex-direction: row;
    padding-bottom: 15px;
  }
  .news-left>li>a .img {
    width: 30%;
  }
  .news-left>li>a .news-box {
    width: 70%;
    padding: 0 0 0 15px;
  }
  .news-left>li>a .news-box .news-text {
    height: 48px;
    line-height: 24px;
    -webkit-line-clamp: 2;
    margin-top: 5px;
  }
  .news-left>li>a .news-box .news-time {
    margin-top: 5px;
  }
  .news-right {
    width: 100%;
  }
  .news-right>li {
    margin-bottom: 10px;
  }
  .news-right>li>a .news-text {
    margin-top: 5px;
  }
  .news-right>li>a .news-time {
    margin-top: 5px;
  }

}
/* END-首页样式 */

/* 关于永辉 */
.main {
  width: 100%;
  overflow: hidden;
  padding: 25px 0;
}
.main-title {
  width: 100%;
  float: left;
}
.place-title {
  display: flex;
  align-items: center;
  overflow: hidden;
  line-height: 20px;
  font-size: 16px;
  color: #5d5d5d;
  padding-bottom: 15px;
  border-bottom: 1px solid #e4e4e4;
}
.menu-list {
  display: block;
  overflow: hidden;
  transition: initial;
  margin-top: 20px;
}
.menu-list>li {
  width: 152px;
  float: left;
  margin: 5px;
}
.menu-list>li:first-child {
  margin-left: 0;
}
.menu-list>li>a {
  display: block;
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  background-color: #91c620;
  color: #fff;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius: 20px 0 20px 0;
}
.menu-list>li:hover>a,
.menu-list>li.menu-active>a {
  background-color: #0c9e3f;
  color: #fff;
}

.main-content {
  width: 100%;
  float: left;
}
.place-content {
  width: 100%;
  float: left;
  padding-top: 20px;
}
.company {
  width: 100%;
  float: left;
  margin-bottom: 40px;
}
.company-title {
  display: flex;
  border-top: 1px solid #dbdbdb;
  margin: 1px 0 20px 0;
}
.company-title>span {
  line-height: 40px;
  position: relative;
  font-size: 20px;
  color: #0c9e3f;
}
.company-title>span::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #0c9e3f;
  position: absolute;
  left: 0;
  top: -2px;
  z-index: 2;
}
.company-content {
  display: block;
  overflow: hidden;
  font-size: 16px;
  line-height: 30px;
  color: #333;
}
.company-content>img {
  display: block;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 auto;
}

.history {
  width: 100%;
  margin-bottom: 20px;
}
.history .swiper-slide::before {
  content: "";
  display: block;
  padding-top: 62.0915033%;
}

.honor .swiper {
  width: 100%;
}
.honor .swiper1 {
  width: calc(100% - 80px);
  margin: 0 auto 40px auto;
}
.honor .swiper1 .swiper-slide::before {
  content: "";
  display: block;
  padding-top: 141.968912%;
}
.honor .swiper2 .swiper-slide::before {
  content: "";
  display: block;
  padding-top: 70.760234%;
}

.factory {
  width: 100%;
  display: flex;
  position: relative;
}
.factory .swiper {
  width: 100%;
}
.factory .swiper .swiper-slide .img::before {
  padding-top: 65.671642%;
}
.factory .swiper .swiper-slide h1 {
  display: block;
  overflow: hidden;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 16px;
  color: #333;
}
.factory .swiper .swiper-slide:hover .img>img {
  transform: scale(1.1);
}
.factory .swiper .swiper-slide:hover h1 {
  background-color: #0c9e3f;
  color: #fff;
}
.factory .prev-button,
.factory .next-button {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #eaeaea;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  position: absolute;
  left: -80px;
  top: 50%;
  transform: translateY(-50%);
  font-family: SimSun;
  font-size: 46px;
  color: #5d5d5d;
  cursor: pointer;
  z-index: 2;
}
.factory .next-button {
  left: initial;
  right: -80px;
}
.factory .prev-button::before {
  content: "<";
}
.factory .next-button::before {
  content: ">";
}
.factory .prev-button:hover,
.factory .next-button:hover {
  background-color: #0c9e3f;
  color: #fff;
}

@media (max-width: 1440px) {
  .factory .prev-button,
  .factory .next-button {
    left: 0;
  }
  .factory .next-button {
    left: initial;
    right: 0;
  }
}
@media (max-width: 1240px) {
  .menu-list>li {
    width: 146px;
  }
}
@media (max-width: 991px) {
  .menu-list>li {
    width: 132px;
  }
}
@media (max-width: 767px) {
  .main {
    padding: 0;
  }
  .menu-title {
    width: calc(100% + 40px);
    text-align: center;
    margin-left: -20px;
    font-size: 18px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    color: #fff;
    position: relative;
    background-color: #0c9e3f;
  }
  .menu-title-active {
    text-align: left;
  }
  .menu-title-active::after {
    content: "\f078";
    font-family: FontAwesome;
    font-size: 16px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
  .menu-list {
    display: none;
    margin: 0;
  }
  .menu-list>li {
    width: 100%;
    margin: 3px 0 0 0;
  }
  .place-content {
    padding: 20px 0;
  }
  .company {
    margin-bottom: 15px;
  }
  .company-title {
    margin-bottom: 10px;
  }
  .company-title>span {
    line-height: 30px;
    font-size: 18px;
  }
  .company-content {
    font-size: 14px;
    line-height: 24px;
  }

  .honor .swiper1 {
    width: 100%;
    margin: 0 auto 10px auto;
  }
  .factory .prev-button,
  .factory .next-button {
    width: 30px;
    height: 30px;
    font-size: 20px;
  }
  .factory .swiper .swiper-slide h1 {
    height: 40px;
    line-height: 40px;
  }

}
/* END-关于永辉 */

/* 旗下企业 */
.place-content .enterprise-list {
  margin-top: 0;
}
.place-content .enterprise-list>li>a::before {
  padding-top: 60.577093% !important;
}

@media (max-width: 767px) {
  .place-content .enterprise-list>li {
    width: calc(50% - 5px) !important;
  }
  .place-content .enterprise-list>li>a::before {
    padding-top: 100% !important;
  }
}
/* END-旗下企业 */

/* 湖羊介绍 */
.sheep-list {
  display: flex;
  flex-wrap: wrap;
  width: 1434px;
}
.sheep-list>li {
  width: 444px;
  margin: 0 34px 35px 0;
}
.sheep-list>li .img::before {
  padding-top: 67.11711712%;
}
.sheep-list>li h1 {
  display: block;
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  color: #333;
}
.sheep-list>li:hover h1 {
  background-color: #0c9e3f;
  color: #fff;
}

.sheep-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.sheep-bottom a {
  line-height: 28px;
  padding: 0 15px;
  font-size: 16px;
  color: #333;
  border-radius: 14px;
}
.sheep-bottom a:hover,
.sheep-bottom a.actived {
  background-color: #91c620;
  color: #fff;
}

.product-details {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}
.product-details-left {
  width: calc(50% - 10px);
  float: left;
  position: relative;
}
.product-details-left::before {
  content: '';
  display: block;
  padding-top: 59.42028986%
}
.product-details-right {
  width: 50%;
  padding: 15px 0 15px 40px;
  padding-right: 0
}
.product-details-right>h1 {
  display: block;
  overflow: hidden;
  line-height: 32px;
  font-size: 20px;
  color: #333;
  font-weight: bold;
}
.product-details-text {
  display: block;
  overflow: hidden;
  font-size: 16px;
  line-height: 40px;
  color: #333;
  margin-top: 15px;
}
.product-details-hotline {
  display: block;
  overflow: hidden;
  margin-top: 28px;
  padding-left: 64px;
  background: url(../images/product-details-hotline.png) no-repeat left center;
  background-size: contain;
  line-height: 14px;
  font-size: 14px;
  color: #333;
}
.product-details-hotline>span {
  display: block;
  line-height: 38px;
  font-size: 30px;
  color: #f10000;
  font-weight: bold;
}

.product-details-content {
  width: 100%;
  float: left;
  margin-top: 50px;
  font-size: 16px;
  line-height: 28px;
  color: #333
}
.product-details-title {
  display: flex;
  margin-bottom: 10px;
  border-top: 1px solid #e4e4e4;
}
.product-details-title>span {
  line-height: 45px;
  position: relative;
  font-size: 16px;
  color: #333;
  padding: 0 25px;
}
.product-details-title>span::before {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #0c9e3f;
  position: absolute;
  left: 0;
  top: -2px;
  z-index: 2;
}

@media (max-width: 1440px) {
  .sheep-list {
    width: 102%;
    margin-left: -1%;
  }
  .sheep-list>li {
    width: calc(calc(100% / 3) - 2%);
    margin: 0 1% 35px 1%;
  }
}
@media (max-width: 1240px) {
  .sheep-list>li h1 {
    height: 50px;
    line-height: 50px;
  }
}
@media (max-width: 991px) {
  .sheep-list>li {
    margin: 0 1% 20px 1%;
  }

  .product-details-right {
    padding: 15px 0 15px 30px;
  }
}
@media (max-width: 767px) {
  .sheep-list {
    width: 100%;
    margin-left: 0;
    justify-content: space-between;
  }
  .sheep-list>li {
    width: calc(50% - 5px);
    margin: 0 0 10px 0;
  }
  .sheep-list>li h1 {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }

  .product-details-left {
    width: 100%;
  }
  .product-details-right {
    width: 100%;
    padding: 15px 0 0 0;
  }
  .product-details-right>h1 {
    line-height: 24px;
    font-size: 16px;
  }
  .product-details-text {
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
  }
  .product-details-hotline {
    margin-top: 10px;
    padding-left: 64px;
  }
  .product-details-hotline>span {
    line-height: 30 px;
    font-size: 20px;
  }
  .product-details-content {
    margin-top: 15px;
    font-size: 14px;
    line-height: 24px;
  }
  .product-details-title>span {
    line-height: 30px;
    padding: 0 15px;
  }
}
/* END-湖羊介绍 */

/* 视频展示 */
.place-content .video-list {
  margin: 0;
}
/* END-视频展示 */

/* 企业团建 */
.activity-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.activity-list>li {
  width: calc(50% - 10px);
  margin-bottom: 20px;
}
.activity-list>li>a {
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
}
.activity-list>li>a::before {
  content: "";
  display: block;
  padding-top: 59.710145%;
}
.activity-list>li>a .building-hover {
  width: 48.5%;
  float: left;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.85);
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  padding: 20px 20px 20px 35px;
}
.activity-list>li>a .building-hover>h1 {
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 20px;
  color: #333;
  text-align: left;
}
.activity-list>li>a .building-hover .building-text {
  display: block;
  overflow: hidden;
  height: 150px;
  line-height: 30px;
  font-size: 14px;
  color: #333;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  margin-top: 25px;
}
.activity-list>li>a .building-hover .building-more {
  display: block;
  overflow: hidden;
  width: 122px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 18px;
  background-color: #0c9e3f;
  color: #fff;
  font-size: 14px;
  margin-top: 15px;
}
.activity-list>li>a:hover .building-hover {
  background-color: rgba(12, 158, 63, 0.85);
}
.activity-list>li>a:hover .building-hover>h1,
.activity-list>li>a:hover .building-hover .building-text {
  color: #fff;
}
.activity-list>li>a:hover .building-hover .building-more {
  background-color: #fff;
  color: #0c9e3f;
}

@media (max-width: 1240px) {
  .activity-list>li>a .building-hover .building-text {
    height: 90px;
    -webkit-line-clamp: 3;
  }
}
@media (max-width: 767px) {
  .activity-list>li {
    width: 100%;
    margin-bottom: 10px;
  }
  .activity-list>li>a .building-hover {
    padding: 15px;
  }
  .activity-list>li>a .building-hover .building-text {
    height: 72px;
    line-height: 24px;
    margin-top: 10px;
  }
  .activity-list>li>a .building-hover .building-more {
    width: 90px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    margin-top: 10px;
  }
}
/* END-企业团建 */


/* 新闻中心 */
.news-list {
  display: block;
  overflow: hidden;
}
.news-list>li {
  display: block;
  overflow: hidden;
  margin-bottom: 15px;
}
.news-list>li>a {
  display: flex;
  overflow: hidden;
  padding: 20px 25px;
}
.news-list>li>a .img {
  width: 30%;
}
.news-list>li>a .news-box {
  width: 70%;
  padding: 20px 30px;
  padding-right: 0;
}
.news-list>li>a .news-box>h1 {
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 16px;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-list>li>a .news-box .news-text {
  display: block;
  height: 75px;
  line-height: 25px;
  overflow: hidden;
  font-size: 14px;
  color: #767676;
  margin-top: 20px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news-list>li>a .news-box .news-time {
  display: block;
  overflow: hidden;
  margin-top: 30px;
  line-height: 30px;
  font-size: 12px;
  color: #767676;
}
.news-list>li>a .news-time>span {
  width: 30px;
  float: left;
  height: 30px;
  border-radius: 50%;
  background-color: #91c620;
  overflow: hidden;
  position: relative;
  margin-right: 5px;
}
.news-list>li:nth-child(odd)>a {
  background-color: #e8eceb;
}
.news-list>li>a:hover {
  background-color: #0c9e3f;
}
.news-list>li>a:hover .news-box>h1,
.news-list>li>a:hover .news-box .news-text,
.news-list>li>a:hover .news-box .news-time {
  color: #fff;
}

.news-details {
  display: block;
  overflow: hidden;
}
.news-details-title {
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 20px;
  color: #333;
  font-weight: bold;
  line-height: 1.8;
}
.news-details-time {
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 14px;
  color: #666;
  line-height: 1.1;
  padding: 15px 0;
  border-bottom: 1px dashed #ccc;
}
.news-details-img{ max-width:800px; margin:10px auto; display:block;}
.news-details-img img{ width:100%;}
.news-details-content {
  display: block;
  overflow: hidden;
  font-size: 16px;
  line-height: 30px;
  padding-top: 20px;
  min-height:300px;
}
.news-details-content img {
  display: block;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 auto;
}
.news-details-content table{ width:100% !important; height:auto !important; border:1px solid #dedede !important; border-collapse:collapse;}
.news-details-content table tr td{ width:auto !important; height:auto !important; border:1px solid #dedede !important; border-collapse:collapse;}

@media (max-width: 991px) {
  .news-list>li>a .news-box .news-text {
    height: 72px;
    line-height: 24px;
    margin-top: 10px;
  }
  .news-list>li>a .news-box .news-time {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .news-list>li {
    margin-bottom: 5px;
  }
  .news-list>li>a {
    padding: 10px;
  }
  .news-list>li>a .news-box {
    padding: 0 15px;
    padding-right: 0;
  }
  .news-list>li>a .news-box .news-text {
    height: 48px;
    line-height: 24px;
    margin-top: 5px;
    -webkit-line-clamp: 2;
  }
  .news-list>li>a .news-box .news-time {
    margin-top: 5px;
    line-height: 20px;
  }
  .news-list>li>a .news-time>span {
    width: 20px;
    height: 20px;
  }

  .news-details-title {
    font-size: 16px;
  }
  .news-details-time {
    padding: 5px 0;
  }
  .news-details-content {
    line-height: 24px;
    font-size: 14px;
  }
}
/* END-新闻中心 */

/* 联系我们 */
.contact {
  display: flex;
  flex-wrap: wrap
}
.contact-text {
  width: 40%;
  float: left;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  background-color: #0c9e3f;
  padding: 30px
}
.contact-map {
  width: 60%;
  float: left;
  overflow: hidden;
  height: 400px;
  border: none
}
@media (max-width:767px) {
  .contact-text {
    width: 100%;
    padding: 15px;
    font-size: 14px;
    line-height: 24px
  }
  .contact-map {
    width: 100%;
    height: 300px
  }
}
/* END-联系我们 */