/* 通用 */
body {
  padding: 0;
}

.dth_wh {
  /* width: 96%; */
  width: 86%;
  max-width: 1540px;
  display: block;
  margin: 0 auto;
}
.dth_wh.wh176 {
  max-width: 1760px;
}
:root {
  --dth-color: #1d77b5;
  /* --dth-hover-color: #0D73FC; */
}

.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;
}
.enlarge .imgs {
  overflow: hidden;
  position: relative;
}
.enlarge .imgs img {
  transform: scale(1);
  transition: 0.5s ease;
}
.enlarge:hover .imgs img {
  transform: scale(1.08);
}

@media (max-width: 1200px) {
  .dth_wh {
    width: 100%;
    padding: 0 15px;
  }
  /* .fp-enabled body,
  body {
    padding-top: 60px;
  } */
}
@media (max-width: 991px) {
  .fp-enabled body,
  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;
  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: 16px;
  height: 16px;
  border: 2px solid #ffffff;
  border-color: transparent transparent #4d4d4d #4d4d4d;
  position: absolute;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  /* left: 12px;
  top: 50%; */
  /* margin-top: -20px; */
  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) {
}




/* 产品分类 */
.pro_list {}
.pro_list .dth_wh {
  width: 100%;
  max-width: 100%;
  padding: 0;
}
.pro_list ul {
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: unset;
}
.pro_list li {
  width: 50%;
  position: relative;
}
.pro_list li:nth-child(4n-2),
.pro_list li:nth-child(4n-1) {
	background-color: #f8fafb;
}
.pro_list li .imgs {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.pro_list li:hover .imgs {
  opacity: 1;
  visibility: visible;
}
.pro_list li .imgs img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.pro_list li .imgs,
/* .pro_list li .text1, */
.pro_list li .text2 {
  transition: 0.8s ease;
}
.pro_list li .text1 {
  position: relative;
  z-index: 5;
  padding: 8.3%;
}
.pro_list li:hover .text1 {
  visibility: hidden;
  opacity: 0;
  transition: 0.3s ease;
}
.pro_list li .text1 h4 {
  font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: 0px;
	color: #a0a7b5;
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.pro_list li .text1 h3 {
  font-size: 38px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: 0px;
	color: #2c3343;
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 0.25em;
}
.pro_list li .text1 .more_a {
  margin-top: 23%;
}
.pro_list li .text1 .more_a a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: 0px;
	color: #2c3343;
}
.pro_list li .text1 .more_a a span {
  margin-right: 1.25em;
}
.pro_list li .text2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* width: 200px;
  height: 200px; */
  width: 10.4vw;
  height: 10.4vw;
  padding: 0.5vw;
  background-color: #1d77b5b3;
  border-radius: 50%;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  cursor: pointer;
  opacity: 0;
  z-index: 10;
}
.pro_list li:hover .text2 {
  opacity: 1;
  visibility: visible;
}
.pro_list li .text2 h4 {
  font-size: 20px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: 0px;
	color: #ffffff;
  text-align: center;
  margin-bottom: 0.6em;
  margin-top: 8%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 96%;
}
.pro_list li .text2 .more_jt2 {
  display: block;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("//cdn.myxypt.com/8c780cf3/25/01/42ed9e30e2c6bc252750b9d021702c85fb85a690.png");
}

.more_a {
}
.more_a .more_jt {
  display: block;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: #fbb802;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("//cdn.myxypt.com/8c780cf3/25/01/1a586ace4ba624cec4e5bcb3358ab115e48b349a.png");
  transition: 0.3s ease;
}
.more_a:hover .more_jt {
  transform: rotate(45deg);
}


@media (max-width: 1920px) {
  .pro_list li .text1 h4 {
    font-size: 1.25vw;
  }
  .pro_list li .text1 h3 {
    font-size: 1.98vw;
  }
}
@media (max-width: 1600px) {
  /* .pro_list li .text1 h4 {
    font-size: 1.5vw;
  }
  .pro_list li .text1 h3 {
    font-size: 2.375vw;
  } */
  .more_a .more_jt {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 1400px) {
  .more_a .more_jt {
    width: 36px;
    height: 36px;
  }
}
@media (max-width: 1200px) {
  .pro_list li:nth-child(n+1) .text1 {
    padding: 30px;
    visibility: visible;
    opacity: 1;
  }
  .pro_list li .text1 h4 {
    font-size: 15px;
  }
  .pro_list li .text1 h3 {
    font-size: 24px;
  }
  .pro_list li .text1 .more_a a {
    font-size: 15px;
  }
  .more_a .more_jt {
    width: 32px;
    height: 32px;
  }
  .pro_list li:nth-child(n+1) .imgs {
    display: block;
    visibility: visible;
    opacity: 1;
    bottom: 10%;
    width: 50%;
    height: 50%;
  }
  .pro_list li:nth-child(n+1) .text2 {
    display: none;
  }
}
@media (max-width: 990px) {
  .pro_list li:nth-child(n+1) .text1 {
    padding: 20px;
  }
  .pro_list li .text1 h4 {
    font-size: 14px;
  }
  .pro_list li .text1 h3 {
    font-size: 20px;
  }
  .pro_list li .text1 .more_a a {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
}
@media (max-width: 640px) {
  .pro_list li:nth-child(n+1) {
    background-color: #ffffff;
  }
  .pro_list li:nth-child(2n) {
    background-color: #f8fafb;
  }
  .pro_list li {
    width: 100%;
  }
  .more_a .more_jt {
    width: 24px;
    height: 24px;
  }
}

/* 相同标题 */
.titles {}
.titles h2 {
  font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: 0px;
	color: #2c3343;
}
.titles h3 {
  font-size: 48px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: 0px;
  color: #2c3343;
  margin-top: 0.1em;
}
.titles h3 span {
	color: #fbb802;
}
.titles h5 {
  font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: 0px;
	color: #2c3343;
  margin-top: 0.5em;
}


@media (max-width: 1600px) {
  .titles h3 {
    font-size: 3vw;
  }
}
@media (max-width: 1400px) {
  .titles h5 {
    font-size: 17px;
  }
}
@media (max-width: 1200px) {
  .titles h3 {
    font-size: 32px;
  }
  .titles h5 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .titles h2 {
    font-size: 17px;
  }
  .titles h3 {
    font-size: 28px;
  }
  .titles h5 {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
}
@media (max-width: 640px) {
  .titles h3 {
    font-size: 24px;
  }
  .titles h5 {
    font-size: 14px;
  }
}

/* 关于我们 */
.about {
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  padding: 11.4% 0 0;
}

.about_text {
  max-width: 700px;
  width: 60%;
}
.about_text_wz {
  font-size: 17px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.88;
	letter-spacing: 0px;
	color: #a0a7b5;
  margin-top: 5.7%;
  text-align: justify;
}
.about_a {
  margin-top: 12.5%;
}
.about_a a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: 0px;
	color: #2c3343;
}
.about_a a:hover {
  color: #fbb802;
}
.about_a .more_jt {
  margin-right: 1.2em;
}

.about_number {
  margin-top: 8.7%;
}
.about_number ul {
  justify-content: flex-end;
  align-items: unset;
  width: 75.6%;
  margin-left: auto;
}
.about_number li {
  width: 25%;
	background-color: #ffffff;
}
.about_number li:hover {
  background-color: #fbb802;
}
.about_number li a {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
}
.about_number li .imgs {
  position: absolute;
  top: 7%;
  left: 7%;
  height: 36px;
}
.about_number li .imgs img {
  display: block;
  width: auto;
  height: 100%;
  object-fit: contain;
}
.about_number li .imgs img:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
}
.about_number li:hover .imgs img:nth-child(1) {
  visibility: hidden;
  opacity: 0;
}
.about_number li:hover .imgs img:nth-child(2) {
  visibility: visible;
  opacity: 1;
}
.about_number li .text {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  padding: 25% 20% 19.4%;
  width: 100%;
}
.about_number li .text .text_cont {
  text-align: center;
}
.about_number li .text h3 {
  font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: 0px;
	color: #999999;
}
.about_number li:hover .text h3 {
  color: #ffffff;
}
.about_number li .text h3 span {
  font-family: Impact;
	font-size: 70px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1;
	letter-spacing: -0.028em;
	color: #2c3343;
  margin-right: 0.1em;
}
.about_number li:hover .text h3 span {
  color: #ffffff;
}
.about_number li .text h4 {
  font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: 0px;
	color: #999999;
  text-align: left;
  width: 100%;
  margin-top: 0.5em;
}
.about_number li:hover .text h4 {
  color: #ffffff;
}

.about_number li,
.about_number li .text h3,
.about_number li .text h3 span,
.about_number li .imgs img,
.about_number li .text h4 {
  transition: 0.3s ease;
}

@media (max-width: 1920px) {
  .about_number li .text h3 span {
    font-size: 3.6vw;
  }
}
@media (max-width: 1800px) {
  .about_number ul {
    width: 80%;
  }
  .about_number li .imgs {
    width: 32px;
    height: 32px;
  }
  .about_number li .text h3 {
    font-size: 15px;
  }
}
@media (max-width: 1600px) {
  .about {
    padding-top: 10%;
  }
  .about_number ul {
    width: 82%;
  }
  .about_number li .imgs {
    width: 30px;
    height: 30px;
  }
  .about_number li .text h4 {
    font-size: 15px;
  }
}
@media (max-width: 1400px) {
  .about_text_wz {
    font-size: 16px;
  }
  .about_number ul {
    width: 85%;
  }
  .about_number li .imgs {
    width: 28px;
    height: 28px;
  }
  .about_number li .text {
    padding: 20% 15% 16%;
  }
  .about_number li .text h3 {
    font-size: 14px;
  }
}
@media (max-width: 1200px) {
  .about {
    padding-top: 60px;
  }
  .about_text_wz {
    margin-top: 30px;
  }
  .about_a {
    margin-top: 50px;
  }
  .about_number {
    margin-top: 60px;
  }
  .about_number ul {
    width: 90%;
  }
  .about_number li .imgs {
    width: 24px;
    height: 24px;
  }
  .about_number li .text h3 span {
    font-size: 42px;
  }
}
@media (max-width: 990px) {
  .about {
    background-position: left bottom;
  }
  .about_text {
    max-width: 100%;
    width: 80%;
  }
  .about_text_wz {
    font-size: 15px;
    margin-top: 24px;
  }
  .about_a {
    margin-top: 45px;
  }
  .about_a a {
    font-size: 15px;
  }
  .about_number {
    margin-top: 45px;
  }
  .about_number ul {
    width: 100%;
    padding: 0 15px;
  }
  .about_number li .text {
    padding: 45px 20px 30px;
  }
  .about_number li .text h3 span {
    font-size: 36px;
  }
  .about_number li .text h3 {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
}
@media (max-width: 640px) {
  .about {
    padding-top: 36px;
  }
  .about_text {
    width: 100%;
  }
  .about_text_wz {
    margin-top: 15px;
    font-size: 14px;
  }
  .about_a {
    margin-top: 24px;
  }
  .about_a a {
    font-size: 14px;
  }
  .about_number {
    margin-top: 30px;
  }
  .about_number ul {
    flex-wrap: wrap;
    padding: 0 12px;
  }
  .about_number li {
    width: 50%;
  }
  .about_number li:nth-child(2n) {
    border-left: 1px solid #dfdfdf;
  }
  .about_number li:nth-child(n+3) {
    border-top: 1px solid #dfdfdf;
  }
  .about_number li .text {
    padding: 36px 15px 20px;
  }
  .about_number li .text h3 span {
    font-size: 28px;
  }
  .about_number li .text h3 {
    font-size: 12px;
  }
  .about_number li .text h4 {
    font-size: 14px;
  }
}


/* 行业领域 */
.industry {
	background-color: #f3f3f3;
  /* padding: 124px 0 134px; */
  padding: 6.45% 0 7%;
}
.industry_thumbnail {
  margin-top: 36px;
  overflow: hidden;
  padding-top: 1px;
}
.industry_thumbnail .swiper {
  border-top: 1px solid rgba(44, 51, 67, 0.2);
  overflow: visible;
}
.industry_thumbnail li {
  width: auto;
  position: relative;
  margin-right: 124px;
}
.industry_thumbnail li:last-child {
  margin-right: 0;
}
.industry_thumbnail li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -2px;
  width: 0;
  background-color: #fbb802;
  height: 3px;
  transition: 0.4s ease;
}
.industry_thumbnail li.swiper-slide-thumb-active::before {
  width: 100%;
}
.industry_thumbnail li a {
  position: relative;
}
.industry_thumbnail li h3 {
  font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 2;
	letter-spacing: 0px;
	color: #2c3343;
  margin-top: 2em;
  transition: 0.4s ease;
}
.industry_thumbnail li.swiper-slide-thumb-active h3 {
  color: #fbb802;
  font-weight: bold;
}

.industry_picture {
  margin-top: 45px;
}
.industry_picture li a {
  display: flex;
  align-items: unset;
  justify-content: space-between;
	background-color: #ffffff;
}
.industry_picture li .imgs {
  width: 50%;
}
.industry_picture li .imgs .fixed_ratio {
  padding-top: calc(530 / 770 * 100%);
  height: 100%;
}

.industry_picture li .text {
  width: 50%;
  padding: 5.2% 7%;
  border-bottom: 2px solid #fbb802;
}

.industry_picture li .text .text_img {
  justify-content: space-between;
  align-items: center;
}
.industry_picture li .text .text_img .img {
  width: 18%;
  max-width: 100px;
}
.industry_picture li .text .text_img .img img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.industry_picture li .text .text_img p {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 120px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 0.82;
	letter-spacing: 0px;
	color: #a0a7b5;
	opacity: 0.1;
}
.industry_picture li .text h3 {
  font-size: 36px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: 0px;
	color: #2c3343;
  margin-top: 6.2%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.industry_picture li .text .sums {
  font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.875;
	letter-spacing: 0px;
	color: #a0a7b5;
  text-align: justify;
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 3.6%;
}
.industry_picture li .text .more_a {
  font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: 0px;
	color: #2c3343;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 6.8%;
}
.industry_picture li:hover .text .more_a {
  color: #fbb802;
}
.industry_picture li .text .more_a span {
  margin-right: 1.2em;
}
.industry_picture li:hover  .text .more_a span {
  transform: rotate(45deg);
}


@media (max-width: 1600px) {
  .industry_thumbnail li {
    margin-right: 7.5vw;
  }
  .industry_thumbnail li h3 {
    margin-top: 1.5em;
  }
  .industry_picture li .text .text_img p {
    font-size: 7.5vw;
  }
  .industry_picture li .text h3 {
    font-size: 2.25vw;
  }
}
@media (max-width: 1400px) {
  .industry_thumbnail {
    margin-top: 32px;
  }
  .industry_thumbnail li {
    margin-right: 7vw;
  }
  .industry_thumbnail li h3 {
    font-size: 17px;
  }
  .industry_picture li .text .sums {
    font-size: 15px;
  }
  .industry_picture li .text .more_a {
    font-size: 15px;
  }
}
@media (max-width: 1200px) {
  .industry {
    padding: 50px 0;
  }
  .industry_thumbnail li {
    margin-right: 50px;
  }
  .industry_thumbnail li h3 {
    margin-top: 1.2em;
  }
  .industry_picture li .text h3 {
    font-size: 24px;
  }
  .industry_picture li .text .text_img p {
    font-size: 72px;
  }
  .industry_picture li .text .more_a {
    font-size: 14px;
  }
}
@media (max-width: 990px) {
  .industry {
    padding: 40px 0;
  }
  .industry_thumbnail {
    margin-top: 28px;
  }
  .industry_thumbnail li {
    margin-right: 40px;
  }
  .industry_thumbnail li h3 {
    margin-top: 1em;
    font-size: 16px;
  }
  .industry_picture {
    margin-top: 32px;
  }
  .industry_picture li a {
    flex-flow: column;
  }
  .industry_picture li .imgs {
    width: 100%;
  }
  .industry_picture li .text {
    width: 100%;
    padding: 20px;
  }
  .industry_picture li .text .text_img .img {
    max-width: 50px;
  }
  .industry_picture li .text .text_img p {
    font-size: 64px;
  }
  .industry_picture li .text h3 {
    margin-top: 20px;
  }
  .industry_picture li .text .sums {
    margin-top: 16px;
  }
  .industry_picture li .text .more_a {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
}
@media (max-width: 640px) {
  .industry {
    padding: 32px 0;
  }
  .industry_thumbnail {
    margin-top: 20px;
  }
  .industry_thumbnail li {
    margin-right: 30px;
  }
  .industry_thumbnail li h3 {
    margin-top: 0.5em;
    font-size: 15px;
  }
  .industry_picture {
    margin-top: 24px;
  }
  .industry_picture li .text .text_img .img {
    max-width: 40px;
  }
  .industry_picture li .text .text_img p {
    font-size: 52px;
  }
  .industry_picture li .text h3 {
    font-size: 22px;
    margin-top: 12px;
  }
  .industry_picture li .text .sums {
    font-size: 14px;
  }
  .industry_picture li .text .more_a {
    margin-top: 20px;
  }
}

/* 新闻资讯 */
.news {
  /* padding: 85px 0 172px; */
  padding: 85px 0 100px;
  overflow: hidden;
}
.news .titles {
  text-align: center;
}
.news_cont {
  margin-top: 3.6%;
}
.news_cont_uls {}
.news_cont_uls ul {
  justify-content: space-between;
}
.news_cont_uls li {
  width: 32%;
}
.news_cont_uls li a {
  display: block;
}
.news_cont_uls li .imgs {
  padding-top: calc(323 / 508 * 100%);
}
.news_cont_uls li .text {
}
.news_cont_uls li .text_top {
  padding: 7% 9.8% 7%;
  position: relative;
  z-index: 1;
}
.news_cont_uls li .text_top::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
	background-color: #f8fafb;
  z-index: -1;
  transform: rotateX(90deg);
  transition: 0.3s ease;
  transform-origin: center bottom;
}
.news_cont_uls li:hover .text_top::after {
  transform: rotateX(0deg);
}
.news_cont_uls li .text_top h5 {
  font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: 0px;
	color: #fbb802;
}
.news_cont_uls li .text_top h4 {
  font-size: 24px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: 0px;
	color: #2c3343;
  margin-top: 0.375em;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news_cont_uls li .text_top .sums {
  font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: 0px;
	color: #a0a7b5;
  margin-top: 0.5em;
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 3em;
  text-align: justify;
}
.news_cont_uls li .tim_mor {
  padding: 1.4em 9.8%;
	background-color: #f8fafb;
  font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 2;
	letter-spacing: 0px;
	color: #a0a7b5;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news_cont_uls li .tim_mor .jts {
  display: block;
  width: 3em;
  height: 3em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("//cdn.myxypt.com/8c780cf3/25/01/e1ecb89279d82956e7ff33f4d4fe524f5698598b.png");
  border-radius: 50%;
  border: 1px solid #fbb802;
  transition: 0.3s ease;
}
.news_cont_uls li:hover .tim_mor .jts {
  background-color: #fbb802;
  background-image: url("//cdn.myxypt.com/8c780cf3/25/01/1a586ace4ba624cec4e5bcb3358ab115e48b349a.png");
  transform: rotate(45deg);
}


@media (max-width: 1600px) {
  .news {
    padding: 5.2% 0 6%;
  }
  .news_cont_uls li .text_top h4 {
    font-size: 1.5vw;
  }
}
@media (max-width: 1400px) {
  .news_cont_uls li .text_top {
    padding: 20px;
  }
  .news_cont_uls li .text_top h5 {
    font-size: 13px;
  }
  .news_cont_uls li .text_top .sums {
    font-size: 15px;
  }
  .news_cont_uls li .tim_mor {
    padding: 1.2em 20px;
    font-size: 13px;
  }
  .news_cont_uls li .tim_mor .jts {
    width: 2.8em;
    height: 2.8em;
  }
}
@media (max-width: 1200px) {
  .news {
    padding: 50px 0 60px;
  }
  .news_cont {
    margin-top: 32px;
  }
  .news_cont_uls li .text_top h4 {
    font-size: 18px;
  }
  .news_cont_uls li .tim_mor {
    padding: 1em 20px;
    font-size: 12px;
  }
  .news_cont_uls li .tim_mor .jts {
    width: 2.4em;
    height: 2.4em;
  }
}
@media (max-width: 990px) {
  .news {
    padding: 45px 0 40px;
  }
  .news_cont {
    margin-top: 28px;
  }
  .news_cont_uls ul {
    flex-wrap: wrap;
  }
  .news_cont_uls li {
    width: 100%;
  }
  .news_cont_uls li:nth-child(n+2) {
    margin-top: 24px;
  }
  .news_cont_uls li .text_top .sums {
    height: auto;
  }
}
@media (max-width: 768px) {
}
@media (max-width: 640px) {
  .news {
    padding: 40px 0 32px;
  }
  .news_cont {
    margin-top: 24px;
  }
  .news_cont_uls li .text_top {
    padding: 15px;
  }
  .news_cont_uls li .text_top .sums {
    font-size: 14px;
  }
  .news_cont_uls li .tim_mor {
    padding: 1em 15px;
  }
}

/* 宣传联系 */
.promotion {
  padding: 3.28% 0;
	background-color: #f8fafb;
  overflow: hidden;
}
.promotion .dth_wh {
  justify-content: space-between;
  align-items: center;
}
.promotion_left {
  font-size: 36px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: 0px;
	color: #2c3343;
  flex-grow: 1;
  overflow: hidden;
  margin-right: 8%;
}
.promotion_right {
  flex-shrink: 0;
}
.promotion_a {
  flex-shrink: 0;
}
.promotion_a a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 2.3;
	letter-spacing: 0px;
	color: #2c3343;
}
.promotion_a a:hover {
  color: #fbb802;
}
.promotion_a p {
  border-bottom: #2c3343 1px solid;
  margin-right: 1.25em;
}

@media (max-width: 1600px) {
  .promotion_left {
    font-size: 2.25vw;
  }
}
@media (max-width: 1400px) {
  .promotion_a a {
    font-size: 17px;
  }
}
@media (max-width: 1200px) {
  .promotion {
    padding: 40px 0;
  }
  .promotion_left {
    font-size: 24px;
  }
  .promotion_a a {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .promotion {
    padding: 30px 0 24px;
  }
  .promotion .dth_wh {
    flex-flow: column;
    align-items: center;
  }
  .promotion_left {
    width: 100%;
    margin: 0;
    text-align: center;
    font-size: 22px;
  }
  .promotion_a a {
    font-size: 14px;
  }
  .promotion_a p {
    margin-bottom: 0.5em;
  }
  .promotion_right {
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
}
@media (max-width: 640px) {
  .promotion {
    padding: 24px 0 20px;
  }
  .promotion_left {
    font-size: 20px;
  }
}

/* 底部 */
footer {
	background-color: #1c202b;
}
footer a {
  font-size: inherit;
  color: inherit;
}
footer a:hover {
  color: #fbb802;
}

.layout {
  justify-content: space-between;
  /* padding: 80px 0 104px; */
  padding: 4.2% 0 5.4%;
}
.layout_left {
  width: 24%;
}
.layout_logo {
}
.layout_logo a {
  display: block;
}
.layout_logo img {
  display: block;
  max-width: 80%;
}
.layout_ewm {
  max-width: 226px;
  margin-top: 16px;
}
.layout_ewm ul {
  justify-content: space-between;
}
.layout_ewm li {
  width: 44.2%;
}
.layout_ewm li img {
  display: block;
  width: 100%;
}
.layout_ewm li p {
  text-align: center;
  font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: 0px;
	color: rgba(255, 255, 255, 0.5);
  margin-top: 0.5em;
}

.layout_nav {
  max-width: 910px;
  /* width: 64%; */
  width: 70%;
}
.layout_nav .fot_nav {
  justify-content: space-between;
}
.layout_nav .fot_nav>li {
  margin-right: 5%;
  overflow: hidden;
}
.layout_nav .fot_nav>li:last-child {
  margin-right: 0;
}
.layout_nav .fot_nav>li>a {
  font-size: 17px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: 0px;
	color: #ffffff;
}
.layout_nav .fot_nav .x-nav-menu {
  margin-top: 14px;
}
.layout_nav .fot_nav .x-nav-menu dd {
  font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 2.25;
	letter-spacing: 0px;
	color: #a0a7b5;
}
.layout_nav .fot_nav .x-nav-menu a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.feet {
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 2;
	letter-spacing: 0px;
	color: #a0a7b5;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding: 1em 0;
}
.clearboth {
  clear: both;
  width: 100%;
}
.feet>div {
  margin: 0 0.2em;
}
.feet img {
  max-width: 1.5em;
  max-height: 1.5em;
  object-fit: contain;
}
.ft_link a {
  margin-right: 1em;
}
.ft_link a:last-child {
  margin-right: 0;
}
.ft_link dd {
  display: inline-block;
}

@media (max-width: 1600px) {
  .feet {
    font-size: 13px;
  }
}
@media (max-width: 1400px) {
}
@media (max-width: 1200px) {
  #toolbar {
    display: none;
  }
  .feet {
    font-size: 12px;
  }
}
@media (max-width: 990px) {
  .layout {
    padding: 20px 0;
  }
  .layout_left {
    width: 100%;
  }
  .layout_logo img {
    max-height: 60px;
  }
  .layout_ewm {
    max-width: 200px;
  }
  .layout_ewm li p {
    font-size: 13px;
  }
  .layout_nav {
    display: none;
  }
  .ft_prs,
  .ft_region,
  .ft_link {
    display: none;
  }
}
@media (max-width: 768px) {
}
@media (max-width: 640px) {
  .layout_logo img {
    max-height: 50px;
    max-width: 80%;
  }
  .layout_ewm {
    max-width: 180px;
  }
  .layout_ewm li p {
    font-size: 12px;
  }
  .feet {
    justify-content: center;
    text-align: center;
  }
}


/* 客服位置调整 */
/* #toolbar {
  bottom: 40%;
  transform: translateY(50%);
}
#toolbar.toolbar_index {
  left: 12px;
  right: auto;
  bottom: 50%;
  transform: translateY(50%);
}
#toolbar.toolbar_index .online-one li.phone .tel-phone {
  left: calc(100% + 5px);
  right: auto;
  transform: translateX(-100%);
}
  
#toolbar.toolbar_index  .online-one li.phone:hover .tel-phone {
  transform: translateX(0);
}

#toolbar.toolbar_index .online-one li.ewm .ewm-box {
  left: calc(100% + 5px);
  right: auto;
  transform: translateX(-100%);
}
#toolbar.toolbar_index .online-one li.ewm:hover .ewm-box {
  transform: translateX(0);
}
#toolbar.toolbar_index .online-one li.ewm .ewm-box:after {
  right: auto;
  left: -5px;
  border-width: 5px;
  border-style: dashed solid dashed dashed;
  border-color: transparent #fff transparent transparent;
  border-left: none;
} */


/* 整屏入场动画 */
@media(min-width: 1200px) {
  /* banner */
  /* .banner_slide {
    animation-fill-mode: both;
    animation-duration: 1s;
    animation-delay: 0.2s;
    animation-direction: normal;
  }
  .section.active .banner_slide {
    animation-name: fadeInUp;
  } */
}