/* 通用 */

:root {

  --huang: #e6b904 ;

  --hui:#615f60;

}

.dth_wh {

  width: 96%;

  max-width: 1560px;

  display: block;

  margin: 0 auto;

}

.flex {

  display: flex;

  justify-content: flex-start;

  align-items: flex-start;

  flex-wrap: nowrap;

}

.flex::before,

.flex::after {

  display: none;

}



.fixed_ratio {

  position: relative;

  overflow: hidden;

  padding-top: calc(3 / 4 * 100%);

}

.fixed_ratio img {

  position: absolute;

  left: 0;

  right: 0;

  top: 0;

  bottom: 0;

  width: 100%;

  height: 100%;

  object-fit: cover;

  display: block;

}

.enlarge .imgs {

  overflow: hidden;

  position: relative;

}

.enlarge .imgs img {

  transform: scale(1);

  transition: 0.5s ease;

}

.enlarge:hover .imgs img {

  transform: scale(1.1);

}



@media (max-width: 1200px) {

  .dth_wh {

    width: 100%;

    padding: 0 15px;

  }

  /* .fp-enabled body,

  body {

    padding-top: 60px;

  } */

}

@media (max-width: 991px) {

  body {

    padding-top: 60px;

  }

}

@media (max-width: 767px) {

  .fp-enabled body,

  body {

    padding-bottom: 50px;

  }

}

@media (max-width: 640px) {

  .dth_wh {

    padding: 0 12px;

  }

}









/* 插件整体样式修改 */

.slick-arrows {

  outline: none;

}



.swiper-button-prev,

.swiper-button-next {

  outline: none;

}



.swiper-button-prev,

.swiper-button-next {

  outline: none;

  display: flex;

  width: 24px;

  height: 44px;

  justify-content: center;

  align-items: center;

  overflow: hidden;

}



.swiper-button-prev::after,

.swiper-button-next::after {

  content: "";

  background: none;

  display: block;

  width: 40px;

  height: 40px;

  border: 2px solid #ffffff;

  position: absolute;

  transform: rotate(45deg);

  -webkit-transform: rotate(45deg);

  left: 12px;

  top: 50%;

  margin-top: -20px;

}



.swiper-button-prev::after,

.swiper-button-next::after {

  width: 16px;

  height: 16px;

  border-color: transparent transparent #4d4d4d #4d4d4d;

  position: relative;

  left: 0;

  top: 0;

  margin: 0;

}

.swiper-button-prev:hover::after,

.swiper-button-next:hover::after {

  border-color: transparent transparent #ffffff #ffffff;

}



.swiper-button-next {

  transform: rotate(180deg);

  -webkit-transform: rotate(180deg);

}



.swiper-pagination {

  position: absolute;

  width: 100%;

  display: flex;

  justify-content: center;

  align-items: center;

  bottom: 5%;

  left: 0;

}



.swiper-pagination .swiper-pagination-bullet {

  outline: none;

  margin: 0 1em;

}



@media (max-width: 992px) {

  .swiper-button-prev,

  .swiper-button-next {

    display: none;

  }

}





/* 整体翻屏设置 */

.section {

  background-repeat: no-repeat;

  background-position: center;

  background-size: cover;

}





@media (max-width: 1600px) {

}

@media (max-width: 1200px) {

  .section,

  .fp-tableCell {

    height: auto!important;

  }

}

@media (max-width: 1024px) {

}

@media (max-width: 990px) {

}

@media (max-width: 768px) {

}

@media (max-width: 640px) {

}







/* 公司动态 */

/* .news {

  padding: 100px 0 70px;

} */



.news_tops {

  /* justify-content: space-between; */

  align-items: flex-end;

}

.news_list {

  padding-bottom: 0.4%;

}



.news_list li {

  margin: 2px 14px 2px 0;

}

.news_list li:last-child {

  margin-right: 0;

}

.news_list li a {

  display: block;

}

.news_list li h4 {

  display: block;

  font-size: 20px;

	font-weight: normal;

	font-stretch: normal;

	line-height: 2;

	letter-spacing: 0px;

	color: #555555;

  padding: 0 1.8em;

	border-radius: 1em;

  transition: 0.3s ease;

  text-align: center;

}

.news_list li.active h4,

.news_list li:hover h4 {

	background-color: var(--huang);

  color: #ffffff;

}

.news_list ul li:last-child {

  margin-left: 910px

}

.news_bots {

  margin-top: 2.88%;

  position: relative;

}

.news_tab {

  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  visibility: hidden;

  opacity: 0;

}

.news_tab.active {

  visibility: visible;

  position: relative;

  transition: 0.3s ease;

  opacity: 1;

}

.news_tab ul {

  align-items: center;

}

.news_tab li {

  width: 23.1%;

  margin-right: calc(7.6% / 3);

}

.news_tab li:nth-child(4n) {

  margin-right: 0;

}

.news_tab li a {

  display: block;

  font-size: 0;

}

.news_tab li .imgs {

	/* border-radius: 20px 20px 0px 0px; */

  padding-top: calc(233 / 360 * 100%);

  width: 100%;

}

.news_tab li .text {

	background-color: #f3f3f3;

  padding: 20px 5.5%;

}

.news_tab li .text h4 {

  font-size: 20px;

	font-weight: normal;

	font-stretch: normal;

	line-height: 1.5;

	letter-spacing: 0px;

	color: #444444;

  display: block;

  overflow: hidden;

  text-overflow: ellipsis;

  white-space: nowrap;

}

.news_tab li .text .sums {

  font-size: 16px;

	font-weight: normal;

	font-stretch: normal;

	line-height: 1.8;

	letter-spacing: 0px;

	color: #666666;

  height: 3.6em;

  margin-top: 0.375em;

  

  overflow : hidden;

  text-overflow: ellipsis;

  display: -webkit-box;

  -webkit-line-clamp: 2;

  -webkit-box-orient: vertical;

}

.news_tab li .text .n_more {

  display: block;

	width: 7.4em;

  text-align: center;

	background-color: #ffffff;

	border-radius: 2em;

  font-size: 16px;

	font-weight: normal;

	font-stretch: normal;

	line-height: 2;

	letter-spacing: 0px;

	color: var(--huang);

  margin-top: 1.25em;

}

.news_tab li:hover .text .n_more {

  background-color: var(--huang);

  color: #ffffff;

}

.news_tab li:hover .text h4 {

  color:var(--huang);

}



@media (max-width: 1600px) {

  .news {

    padding: 5% 0 4%;

  }

}

@media (max-width: 1560px) {

  .news_list li h4 {

    font-size: 1.3vw;

  }

  .news_tab li .text h4 {

    font-size: 1.3vw;

  }



  .news_tab li .text .sums {

    font-size: 15px;

  }

  .news_tab li .text .n_more {

    font-size: 15px;

  }

}

@media (max-width: 1400px) {

  .news_tab li .text .n_more {

    font-size: 14px;

  }

}

@media (max-width: 1200px) {

  .news_list li {

    margin-right: 10px;
    white-space: nowrap;

  }

  .news_list li a {

    pointer-events: none;

  }

  .news_list li:last-child a {

    pointer-events: all;

  }

  .news_list li h4 {

    font-size: 15px;

    padding: 0 1.5em;

  }

  .news_tab li .text h4 {

    font-size: 16px;

  }

  .news_tab li .text .sums {

    font-size: 14px;

  }

  .news_tab li .text .n_more {

    width: 6.5em;

  }

}

@media (max-width: 990px) {

  .news_list ul li:last-child {

    margin-left: 0

  }

  .news_tops {

    flex-flow: column;

    justify-content: flex-start;

    align-items: flex-start;

  }

  .news_list {

    width: 100%;

    margin-top: 12px;

  }

  .news_bots {

    margin-top: 24px;

  }

  .news_tab ul {

    flex-wrap: wrap;

    justify-content: space-between;

  }

  .news_tab li {

    width: 48.5%;

    margin-right: 0;

  }

  .news_tab li:nth-child(n+3) {

    margin-top: 20px;

  }

}

@media (max-width: 768px) {

}

@media (max-width: 640px) {

  .news {

    padding: 24px 0;

  }

  .news_list li {

    margin: 0 5px 0 0;

  }

  .news_list li h4 {

    font-size: 14px;

    padding: 0 1em;

  }

  .news_tab li {

    width: 100%;

  }

  .news_tab li:nth-child(n+2) {

    margin-top: 20px;

  }

}

@media (max-width: 370px) {

  .news_list li h4 {

    font-size: 13px;

  }

}



