/* 内页样式 */
.dth_wh {
  max-width: 100%;
}

@media (min-width: 991px) {
  body {
    padding-top: 105px;
  }
}

/* 内页banner */
.page-banner {
  display: none;
}

.page-banner img {
  min-height: 150px;
}

.page-banner .nybt {
  display: none;
}

/* 内页整体 */

.page_wrap {
  overflow: hidden;
}

.page_wrap>.dth_wh {
  justify-content: space-between;
  align-items: flex-start;
}


/* 左侧导航 */
.page_wrap_left {
  width: 22%;
  padding-right: 3%;
  position: relative;
}

.page_wrap_left::before {
  content: "";
  display: block;
  width: calc(100% + 4vw);
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #f5f6f7;
  z-index: 1;
}

.page_wrap_left .xypg_left {
  padding: 15px 15px 150px;
  position: relative;
  z-index: 10;
}

.xypg_left_title {
  padding: 15px 0;
  margin: 15px 0 8px;
}

.xypg_left_title h3 {
  font-size: 34px;
  color: #222;
  font-weight: bold;
}

.xypg_left_title i,
.xypg_left_title span {
  display: none;
}


.page_wrap_left .xypg-left-nav {}

.page_wrap_left .xypg-left-nav>li {
  border: none;
  border-bottom: 1px solid #e2e6e8;
}

.page_wrap_left .xypg-left-nav>li>a {
  display: block;
  padding: 0;
  font-size: 16px;
  line-height: 3.75;
  color: #555;
}

.page_wrap_left .xypg-left-nav>li:hover>a {
  color: #555;
}

.page_wrap_left .xypg-left-nav>li>a:hover {
  color: #e60012;
}

.page_wrap_left .xypg-left-nav>li.clicked>a {
  color: #e60012;
}


.page_wrap_left .xypg-left-nav .first-nav-btn {
  display: none;
}

.page_wrap_left .xypg-left-nav .xypg-left-subnav {
  padding: 0 0 20px;
  display: block;
}

.page_wrap_left .xypg-left-nav li.clicked .xypg-left-subnav {
  display: block;
}

.xypg-left-subnav .page_wrap_left .xypg-left-nav .xypg-left-subnav li {}

.page_wrap_left .xypg-left-nav .xypg-left-subnav li a {
  padding: 0 12px;
  color: #999898;
  font-size: 15px;
  line-height: 42px;
  display: block;
}

.page_wrap_left .xypg-left-nav .xypg-left-subnav li a:hover {
  color: #e60012;
}

.page_wrap_left .xypg-left-nav .xypg-left-subnav li.clicked a {
  color: #e60012;
}

.page_wrap_left .xypg-left-nav .xypg-left-subnav ul {
  display: none;
}

.page_wrap_left .xypg-left-nav .xypg-left-subnav li.active .xypg-left-threenav {
    display: block;
}
.page_wrap_left .xypg-left-nav .xypg-left-subnav .xypg-left-threenav li a {
    font-size: 14px;
    color: #999898;
    line-height: 36px;
    padding: 0 15px;
}
.page_wrap_left .xypg-left-nav .xypg-left-subnav .xypg-left-threenav li.liked a {
    color: #e60012;
}

.page_wrap_left .xypg_left_news {}

.page_wrap_left .xypg_left_news .latest_news {}

.page_wrap_left .xypg_left_news .latest_news li {
  padding: 30px 0;
  border-bottom: 1px solid #e2e6e8;
}

.page_wrap_left .xypg_left_news .latest_news li a {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.page_wrap_left .xypg_left_news .latest_news li .imgs {
  width: 42%;
  padding-right: 15px;
}

.page_wrap_left .xypg_left_news .latest_news li .imgs .fixed_ratio {
  padding-top: calc(106 / 128 * 100%);
}

.page_wrap_left .xypg_left_news .latest_news li .text {
  width: 58%;
  padding-left: 15px;
}

.page_wrap_left .xypg_left_news .latest_news li .text h5 {
  color: #3d4449;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.7;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.page_wrap_left .xypg_left_news .latest_news li:hover .text h5 {
  color: #e60012;
}

.page_wrap_left .xypg_left_news .latest_news li .text .times {
  color: #999;
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.4;
}

@media (max-width: 1600px) {
  .xypg_left_title h3 {
    font-size: 32px;
  }
}

@media (max-width: 1200px) {

  .xypg_left_title h3 {
    font-size: 26px;
  }

  .page_wrap_left .xypg-left-nav>li>a {
    font-size: 15px;
  }

  .page_wrap_left .xypg-left-nav .xypg-left-subnav li a {
    font-size: 14px;
  }
}

@media (max-width: 990px) {
  .page_wrap>.dth_wh {
    flex-flow: column;
  }

  .page_wrap_left {
    width: 100%;
    padding-right: 0;
  }

  .page_wrap_left .xypg_left {
    padding: 15px 15px 20px;
  }

  .page_wrap_left::before {
    width: 100vw;
    left: -15px;
    right: auto;
  }

}

@media (max-width: 768px) {
  .page_wrap_left .xypg_left_news {
    display: none;
  }
}


@media (max-width: 640px) {
  .page_wrap_left::before {
    left: -12px;
  }

  .xypg_left_title {
    padding: 10px 0;
  }
}

/* 右侧内容 */
.page_wrap_right {
  width: 75%;
  padding: 90px 3% 10px;
}
.page_wrap_right .xypg-right-content p img {
    max-width: 100%;
}

@media (max-width: 1200px) {}

@media (max-width: 990px) {
  .page_wrap_right {
    width: 100%;
    padding: 50px 15px 10px;
  }
}

@media (max-width: 768px) {
  .page_wrap_right {
    padding: 40px 15px 10px;
  }
}

@media (max-width: 640px) {
  .page_wrap_right {
    padding: 30px 15px 10px;
  }
}

/* 产品过渡页 */
.list_gdy {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.list_gdy li {
  width: 50%;
  padding: 0 15px;
  margin-bottom: 50px;
}

.list_gdy li a {
  display: block;
  text-align: center;
}

.list_gdy li .imgs {
  display: block;
}

.list_gdy li .imgs .fixed_ratio {
  padding-top: calc(410 / 620 * 100%);
}

.list_gdy li .text {
  display: block;
  margin-top: 24px;
}

.list_gdy li .text h4 {
  display: block;
  font-size: 24px;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #555;
}

.list_gdy li .text .btns {
  display: block;
  margin: 32px auto 0;
  color: #babcbe;
  width: 152px;
  font-weight: 400;
  font-size: 18px;
  line-height: 50px;
  border: 1px solid #dcddde;
  border-radius: 5px;
}

.list_gdy li:hover .text .btns {
  background: #e60012;
  color: #fff;
}

/* 产品列表 */
.xypg_product_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.xypg_product_list li {
  width: 33.33%;
  padding: 0 30px;
  margin-bottom: 50px;
}

.xypg_product_list li a {
  display: block;
  text-align: center;
}

.xypg_product_list li a:hover {
  transition: all .6s;
  box-shadow: 3px 3px 15px #cfcfcf;
}

.xypg_product_list li .imgs {}

.xypg_product_list li .imgs .fixed_ratio {
  padding-top: calc(952 / 700 * 100%);
}

.xypg_product_list li .text {
  padding: 14px 0;
  overflow: hidden;
}

.xypg_product_list li .text h3 {
  margin: 0 auto;
  display: block;
  width: 96%;
  font-size: 18px;
  color: #3d4449;
  line-height: 40px;
  transform: translateY(50%);
  transition: all .6s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.xypg_product_list li a:hover .text h3 {
  transform: translateY(0);
}

.xypg_product_list li .text .mor {
  width: 132px;
  line-height: 32px;
  display: inline-block;
  background: #e60012;
  color: #fff;
  font-size: 14px;
  border-radius: 2px;
  transform: translateY(-100%);
  opacity: 0;
  transition: all .6s;
}

.xypg_product_list li a:hover .text .mor {
  transform: translateY(0);
  opacity: 1;
}

@media (max-width: 1600px) {
  .list_gdy li .text h4 {
    font-size: 22px;
  }

  .xypg_product_list li {
    padding: 0 15px;
  }
}

@media (max-width: 1200px) {
  .list_gdy li .text h4 {
    font-size: 20px;
  }

  .xypg_product_list {
    justify-content: space-between;
  }

  .xypg_product_list li {
    width: 48%;
  }
}

@media (max-width: 990px) {
  .list_gdy li {
    padding: 0;
    margin-bottom: 30px;
    width: 46%;
  }

  .xypg_product_list li {
    padding: 0;
    margin-bottom: 40px;
  }

  .list_gdy li .text .btns {
    font-size: 16px;
    line-height: 40px;
    width: 120px;
    margin-top: 20px;
  }
}

@media (max-width: 768px) {}

@media (max-width: 640px) {
  .list_gdy li .text {
    margin-top: 16px;
  }

  .list_gdy li .text h4 {
    font-size: 18px;
  }

  .list_gdy li .text .btns {
    font-size: 14px;
    line-height: 32px;
    width: 100px;
    margin-top: 12px;
  }

  .xypg_product_list li {
    width: calc(50% - 15px);
  }

  .xypg_product_list li .text {
    padding: 10px 0;
  }

  .xypg_product_list li .text h3 {
    width: calc(100% - 30px);
    font-size: 16px;
  }

  .xypg_product_list li .text .mor {
    width: 100px;
    line-height: 30px;
    font-size: 13px;
  }

}


/* 产品详情 */

@media (max-width: 1200px) {}

@media (max-width: 990px) {}

@media (max-width: 768px) {}

@media (max-width: 640px) {}


/* 新闻列表 */
.xypg_news_list {}

.xypg_news_list li {
  border: 1px solid #eee;
  margin-bottom: 30px;
}

.xypg_news_list li a {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 30px;
}

.xypg_news_list li .imgs {
  width: 30%;
  margin-left: 20px;
}

.xypg_news_list li .imgs .fixed_ratio {
  padding-top: calc(444 / 665 *100%);
}

.xypg_news_list li .text {
  width: 60%;
  flex-grow: 1;
}

.xypg_news_list li .text h4 {
  font-size: 22px;
  font-weight: normal;
  line-height: 1.5;
  color: #000;
  transition: all 0.3s ease;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.xypg_news_list li:hover .text h4 {
  color: #e60012;
}

.xypg_news_list li:hover {
  transition: all .3s;
  border-color: #e60012;
}

.xypg_news_list li .text .tim {
  font-size: 15px;
  line-height: 1.8;
  color: #777;
  margin-top: 1em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.xypg_news_list li .text .mor {
  font-size: 14px;
  color: #e60012;
  line-height: 1.5;
  text-decoration: underline;
  margin-top: 20px;
}

@media (max-width: 1600px) {}

@media (max-width: 1200px) {}

@media (max-width: 990px) {
  .xypg_news_list li .text h4 {
    font-size: 20px;
  }

  .xypg_news_list li .text .tim {
    margin-top: 0.8em;
  }

  .xypg_news_list li .text .mor {
    margin-top: 12px;
  }
}

@media (max-width: 768px) {
  .xypg_news_list li a {
    padding: 15px 20px;
  }

  .xypg_news_list li .text h4 {
    font-size: 18px;
  }

  .xypg_news_list li .text .tim {
    line-height: 1.6;
  }
}

@media (max-width: 640px) {
  .xypg_news_list li a {
    padding: 12px 15px;
    flex-flow: column-reverse;
  }

  .xypg_news_list li .imgs {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }

  .xypg_news_list li .text {
    width: 100%;
  }

  .xypg_news_list li .text h4 {
    font-size: 16px;
  }

  .xypg_news_list li .text .tim {
    margin-top: 0.5em;
  }
}


/* 新闻详情 */

@media (max-width: 1200px) {}

@media (max-width: 990px) {}

@media (max-width: 768px) {}

@media (max-width: 640px) {}

/* 相册列表 */
.xypg-album-list {
  margin: 0;
}

.xypg-album-list li {
  width: 23%;
  margin: 0 calc(8% / 3) 30px 0;
}

.xypg-album-list li:nth-child(4n) {
  margin-right: 0;
}


@media (max-width: 1500px) {
  .xypg-album-list li {
    width: 31%;
    margin: 0 3.5% 30px 0;
  }

  .xypg-album-list li:nth-child(4n) {
    margin-right: 3.5%;
  }

  .xypg-album-list li:nth-child(3n) {
    margin-right: 0;
  }
}

@media (max-width: 1200px) {}

@media (max-width: 990px) {}

@media (max-width: 768px) {}

@media (max-width: 640px) {
  .xypg-album-list li {
    width: 48%;
    margin: 0 4% 20px 0;
  }

  .xypg-album-list li:nth-child(3n) {
    margin-right: 4%;
  }

  .xypg-album-list li:nth-child(2n) {
    margin-right: 0;
  }

  .xypg-album-list li h3 {
    font-size: 14px;
  }
}

/* 相册详情 */



/* 留言页面 */

@media (max-width: 1200px) {}

@media (max-width: 990px) {}

@media (max-width: 768px) {}

@media (max-width: 640px) {}


/* 走进东利 专题页 */
.entering_dongli_about {}

.entering_dongli_about_video {}
.entering_dongli_about_video video {
    max-width: 100%;
    height: auto;
}

.page_about_tit {}

.page_about_tit h3 {
  display: block;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 0px;
  color: #e50012;
}

.entering_dongli_about_text {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 2.2;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 1.3em;
}


.entering_dongli_culture {
  margin: 6.4% 0 5%;
}

.entering_dongli_culture ul {
  justify-content: flex-start;
  margin-top: 32px;
}

.entering_dongli_culture li {
  width: 29.2%;
  margin-right: 6.2%;
}

.entering_dongli_culture li:nth-child(3n) {
  margin-right: 0;
}

.entering_dongli_culture li a {
  display: block;
  text-align: center;
  background-color: #ffffff;
  border-radius: 6px;
  border: solid 1px #e2e2e2;
  padding: 12% 12% 10.5%;
}

.entering_dongli_culture li:hover a {
  border: solid 1px #e50012;
}

.entering_dongli_culture li .imgs {
  height: 80px;
  transform: scale(1, 1);
  transition: 0.3s ease;
}

.entering_dongli_culture li:hover .imgs {
  transform: scale(-1, 1);
}

.entering_dongli_culture li .imgs img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.entering_dongli_culture li .text {
  margin-top: 11%;
}

.entering_dongli_culture li .text h4 {
  display: block;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: 0px;
  color: #333333;
}

.entering_dongli_culture li:hover .text h4 {
  color: #e50012;
}

.entering_dongli_culture li .text .sum {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.75;
  letter-spacing: 0px;
  color: #666666;

  height: 3.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media (max-width: 1600px) {
  .page_about_tit h3 {
    font-size: 22px;
  }

  .entering_dongli_about_text {
    font-size: 16px;
    margin-top: 1em;
  }

  .entering_dongli_culture li {
    width: 31%;
    margin-right: 3.5%;
  }

  .entering_dongli_culture li .text h4 {
    font-size: 18px;
  }

  .entering_dongli_culture li .text .sum {
    font-size: 15px;
  }
}

@media (max-width: 1200px) {}

@media (max-width: 990px) {
  .page_about_tit h3 {
    font-size: 20px;
  }

  .entering_dongli_about_text {
    font-size: 14px;
    margin-top: 0.8em;
  }

  .entering_dongli_culture ul {
    margin-top: 24px;
  }

  .entering_dongli_culture li .imgs {
    height: 70px;
  }

  .entering_dongli_culture li .text .sum {
    font-size: 14px;
  }
}

@media (max-width: 768px) {}

@media (max-width: 640px) {
  .page_about_tit h3 {}

  .entering_dongli_about_text {
    line-height: 2;
    margin-top: 0.5em;
  }

  .entering_dongli_culture ul {
    margin-top: 15px;
    flex-flow: column;
  }

  .entering_dongli_culture li {
    width: 100%;
    margin-right: 0;
  }

  .entering_dongli_culture li:nth-child(n+2) {
    margin-top: 20px;
  }

  .entering_dongli_culture li a {
    padding: 20px 16px 15px;
  }

  .entering_dongli_culture li .imgs {
    height: 50px;
  }

  .entering_dongli_culture li .text {
    margin-top: 20px;
  }

  .entering_dongli_culture li .text h4 {
    font-size: 17px;
  }

  .entering_dongli_culture li .text .sum {
    height: auto;
  }
}

/* 东利文化 专题页 */

.culture_dongli_list {}
.culture_dongli_list ul {
  justify-content: center;
  align-items: center;
}
.culture_dongli_list li {
  margin-right: 20px;
  margin: 0 10px;
}
.culture_dongli_list li a {
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 2.4;
  padding: 0 2em;
  background-color: #999898;
  color: #ffffff;
}
.culture_dongli_list li.active a {
  background-color: #e60012;
} 

.culture_dongli_pdf {
  position: relative;
  margin-top: 30px;
}
.culture_dongli_pdf .pdf_tab {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  z-index: -1;
  opacity: 0;
  padding: 0 50px;
}
.culture_dongli_pdf .pdf_tab.active {
  position: relative;
  z-index: 10;
  opacity: 1;
}

.culture_dongli_pdf .swiper-button-prev,
.culture_dongli_pdf .swiper-button-next {
  width: 24px;
  height: 50px;
  background-color: #999898;
  opacity: 1;
  cursor: pointer;
  pointer-events: inherit;
  display: flex;
}
.culture_dongli_pdf .swiper-button-prev:hover, 
.culture_dongli_pdf .swiper-button-next:hover {
  background-color: #e60012;
}
.culture_dongli_pdf .swiper-button-prev.swiper-button-disabled,
.culture_dongli_pdf .swiper-button-next.swiper-button-disabled {
  background-color: #999898;
  opacity: 0.4;
  cursor: no-drop;
}
.culture_dongli_pdf .swiper-button-prev {
  left: 0;
}
.culture_dongli_pdf .swiper-button-next {
  right: 0;
}

.culture_dongli_pdf .swiper-button-prev::after, 
.culture_dongli_pdf .swiper-button-next::after {
  left: 5px;
  border-color: transparent transparent #ffffff #ffffff;
}
.culture_dongli_pdf .swiper-button-prev:hover::after, 
.culture_dongli_pdf .swiper-button-next:hover::after {}



.culture_dongli_pdf ul {
  /* justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap; */
}

.culture_dongli_pdf li {
  width: 48%;
  background-color: #f6f6f6;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

/* .culture_dongli_pdf li:nth-child(n+3) {
  margin-top: 4%;
} */

.culture_dongli_pdf li .imgs {
  width: 54.2%;
}

.culture_dongli_pdf li .imgs .fixed_ratio {
  padding-top: calc(450 / 320 * 100%);
}

.culture_dongli_pdf li .text {
  width: 45.8%;
  padding: 5% 7.7%;
}

.culture_dongli_pdf li .text h3 {
  font-size: 36px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 0px;
  color: #000000;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.culture_dongli_pdf li .text h5 {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.6;
  letter-spacing: 0px;
  color: #000000;
  margin-top: 1.3em;
}

.culture_dongli_pdf li .text a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 9.1em;
  height: 2.9em;
  background-color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0px;
  color: #e50012;
  margin-top: 60%;
}

.culture_dongli_pdf li .text a:hover {
  color: #ffffff;
  background-color: #e50012;
}

.culture_dongli_pdf li .text a img {
  width: 0.9em;
  height: 0.9em;
  object-fit: contain;
  margin-left: 0.5em;
}

.culture_dongli_pdf li .text a:hover img {
  filter: invert(100%) sepia(85%) saturate(0%) hue-rotate(46deg) brightness(117%) contrast(101%);
}

.culture_dongli_pdf li .tits {
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
  padding: 1em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  display: block;
}

@media (max-width: 1600px) {
  .culture_dongli_pdf .pdf_tab {
    padding: 0;
  }
  .culture_dongli_pdf li .text h3 {
    font-size: 30px;
  }

  .culture_dongli_pdf li .text h5 {
    font-size: 18px;
  }

  .culture_dongli_pdf li .text a {
    font-size: 16px;
  }
}

@media (max-width: 1200px) {
  .culture_dongli_pdf li .imgs {
    width: 50%;
  }

  .culture_dongli_pdf li .text {
    width: 50%;
  }

  .culture_dongli_pdf li .text h3 {
    font-size: 20px;
  }

  .culture_dongli_pdf li .text h5 {
    font-size: 14px;
  }

  .culture_dongli_pdf li .text a {
    font-size: 13px;
    margin-top: 20px;
    width: 8em;
    height: 2.4em;
  }
  .culture_dongli_pdf li .tits {
    font-size: 17px;
  }
}

@media (max-width: 990px) {
}

@media (max-width: 768px) {}

@media (max-width: 640px) {
  .culture_dongli_pdf ul {
    /* flex-flow: column; */
  }

  .culture_dongli_pdf li {
    /* width: 100%; */
  }

  /* .culture_dongli_pdf li:nth-child(n+2) {
    margin-top: 20px;
  } */

  .culture_dongli_pdf li .text {
    padding: 20px;
  }

  .culture_dongli_pdf li .text h3 {
    font-size: 20px;
  }
  .culture_dongli_pdf li .tits {
    font-size: 16px;
    padding: 0.8em;
  }
}

/* 发展历程 专题页 */
.history_dongli_lc {
  padding: 50px 0;
}

.history_dongli_lc .content {
  display: flex;
  width: 100%;
  align-items: center;
  position: relative;
}

.history_dongli_lc .content::before {
  content: "";
  display: block;
  width: calc(100% - 78px);
  height: 1px;
  background-color: #e50012;
  opacity: 0.12;
  position: absolute;
  z-index: 1;
  left: 39px;
  top: 50%;
}

.history_dongli_lc .swiper_prev,
.history_dongli_lc .swiper_next {
  flex-shrink: 0;
  display: block;
  width: 39px;
  height: 39px;
  background-color: #e50012;
  border-radius: 50%;

  font-family: SimSun;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 39px;
  letter-spacing: 0px;
  color: #ffffff;
  text-align: center;
}

.history_dongli_lc .swiper_prev.swiper-button-disabled,
.history_dongli_lc .swiper_next.swiper-button-disabled {
  opacity: 0.5;
}

.history_dongli_lc .swiper_prev {}

.history_dongli_lc .swiper_next {}

.history_dongli_lc .swiper {
  margin: 0 3.4%;
  flex-grow: 1;
  position: relative;
}

.history_dongli_lc li {
  padding-bottom: calc(150px + 20px);
  position: relative;
}

.history_dongli_lc li:nth-child(2n) {
  padding-bottom: 0;
  padding-top: calc(150px + 20px);
}

.history_dongli_lc li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.history_dongli_lc li a::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  background-color: #e50012;
  border-radius: 50%;
  position: absolute;
  left: 147px;
  bottom: -14px;
}

.history_dongli_lc li a::after {
  content: "";
  display: block;
  width: 1px;
  height: 104px;
  background: linear-gradient(to top, #e50012, #ffffff);
  position: absolute;
  left: 150px;
  bottom: -7px;
}

.history_dongli_lc li:nth-child(2n) a::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  background-color: #e50012;
  border-radius: 50%;
  position: absolute;
  left: 147px;
  top: -14px;
  bottom: auto;
}

.history_dongli_lc li:nth-child(2n) a::after {
  content: "";
  display: block;
  width: 1px;
  height: 104px;
  background: linear-gradient(to bottom, #e50012, #ffffff);
  position: absolute;
  left: 150px;
  top: -7px;
  bottom: auto;
}

.history_dongli_lc li .imgs {
  width: 140px;
  height: 150px;
}

.history_dongli_lc li .imgs .fixed_ratio {
  width: 100%;
  height: 100%;
}

.history_dongli_lc li .text {
  width: calc(100% - 140px);
  padding-left: 25px;
  position: relative;
}

.history_dongli_lc li .text h4 {
  display: block;
  font-family: Arial;
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 0px;
  color: #e50012;
}

.history_dongli_lc li .text .sum {
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: 0px;
  color: #666666;
  margin-top: 0.14em;

  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

@media (max-width: 1600px) {
  .history_dongli_lc li {
    padding-bottom: calc(126px + 20px);
  }

  .history_dongli_lc li:nth-child(2n) {
    padding-bottom: 0;
    padding-top: calc(126px + 20px);
  }

  .history_dongli_lc li a::before {
    left: 127px;
  }

  .history_dongli_lc li a::after {
    left: 130px;
  }

  .history_dongli_lc li:nth-child(2n) a::before {
    left: 127px;
  }

  .history_dongli_lc li:nth-child(2n) a::after {
    left: 130px;
  }

  .history_dongli_lc li .imgs {
    width: 120px;
    height: 126px;
  }

  .history_dongli_lc li .text {
    width: calc(100% - 120px);
  }

  .history_dongli_lc li .text h4 {
    font-size: 24px;
  }

  .history_dongli_lc li .text .sum {
    font-size: 14px;
    line-height: 1.8;
  }
}

@media (max-width: 1200px) {
  .history_dongli_lc li .text h4 {}
}

@media (max-width: 990px) {}

@media (max-width: 768px) {}

@media (max-width: 640px) {

  .history_dongli_lc .swiper_prev,
  .history_dongli_lc .swiper_next {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
  }

  .history_dongli_lc li {
    padding-bottom: 24px;
  }

  .history_dongli_lc li:nth-child(2n) {
    padding-top: 0;
    padding-bottom: 24px;
  }

  .history_dongli_lc .content {
    align-items: flex-end;
  }

  .history_dongli_lc .content::before {
    top: calc(100% - 15px);
    width: calc(100% - 60px);
    left: 30px;
  }
}


/* 荣誉资质 专题页 */
.honor_dongli_zs {}

.honor_dongli_zs ul {
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.honor_dongli_zs li {
  width: 23%;
  margin-right: calc(8% / 3);
}

.honor_dongli_zs li a {
  display: block;
  background-color: #f9f9f9;
  border: solid 1px #eeeeee;
  padding: 7.7% 7.7% 4.9%;
}

.honor_dongli_zs li:nth-child(4n) {
  margin-right: 0;
}

.honor_dongli_zs li:nth-child(n+5) {
  margin-top: 20px;
}

.honor_dongli_zs li .imgs {}

.honor_dongli_zs li .fixed_ratio {
  padding-top: calc(332 / 240 * 100%);
}

.honor_dongli_zs li .text {
  text-align: center;
  margin-top: 5.8%;
}

.honor_dongli_zs li .text h4 {
  display: block;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: 0px;
  color: #888888;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 1em;
}

.honor_dongli_zs li:hover .text h4 {
  color: #e60012;
}

@media (max-width: 1200px) {
  .honor_dongli_zs li {
    width: 31%;
    margin-right: 3.5%;
  }

  .honor_dongli_zs li:nth-child(4n) {
    margin-right: 3.5%;
  }

  .honor_dongli_zs li:nth-child(3n) {
    margin-right: 0;
  }

  .honor_dongli_zs li:nth-child(n+4) {
    margin-top: 3.5%;
  }
}

@media (max-width: 990px) {}

@media (max-width: 768px) {}

@media (max-width: 640px) {
  .honor_dongli_zs li {
    width: 48%;
    margin-right: 4%;
  }

  .honor_dongli_zs li:nth-child(3n) {
    margin-right: 4%;
  }

  .honor_dongli_zs li:nth-child(2n) {
    margin-right: 0;
  }

  .honor_dongli_zs li:nth-child(n+3) {
    margin-top: 4%;
  }

  .honor_dongli_zs li a {
    padding: 15px 15px 10px;
  }

  .honor_dongli_zs li .text h4 {
    font-size: 13px;
  }
}


/* 合作品牌 专题页 */
.cooperate_dongli_zs {

}
.cooperate_dongli_zs ul {
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.cooperate_dongli_zs li {
  width: 23.5%;
  margin-right: 2%;
}
.cooperate_dongli_zs li:nth-child(4n) {
  margin-right: 0;
}
.cooperate_dongli_zs li:nth-child(n+5) {
  margin-top: 2%;
}
.cooperate_dongli_zs li a {
  display: block;
}
.cooperate_dongli_zs li .imgs {
  padding-top: calc(90 / 200 * 100%);
  /* border: 1px solid #dfdfdf; */
}


@media (max-width: 1640px) {
}

@media (max-width: 1200px) {
  .cooperate_dongli_zs li {
    width: 32%;
    margin-right: 2%;
  }
  .cooperate_dongli_zs li:nth-child(4n) {
    margin-right: 2%;
  }
  .cooperate_dongli_zs li:nth-child(3n) {
    margin-right: 0;
  }
  .cooperate_dongli_zs li:nth-child(n+4) {
    margin-top: 2%;
  }
}

@media (max-width: 990px) {}

@media (max-width: 768px) {}

@media (max-width: 640px) {
  .cooperate_dongli_zs li {
    width: 48%;
    margin-right: 4%;
  }
  .cooperate_dongli_zs li:nth-child(3n) {
    margin-right: 4%;
  }
  .cooperate_dongli_zs li:nth-child(2n) {
    margin-right: 0;
  }
  .cooperate_dongli_zs li:nth-child(n+3) {
    margin-top: 4%;
  }
}

/* 单页 */

@media (max-width: 1640px) {}

@media (max-width: 1200px) {}

@media (max-width: 990px) {}

@media (max-width: 768px) {}

@media (max-width: 640px) {}


/*  */

@media (max-width: 1640px) {}

@media (max-width: 1200px) {}

@media (max-width: 990px) {}

@media (max-width: 768px) {}

@media (max-width: 640px) {}