/*=====================================
产品中心
=====================================*/
.product_center {
  display: flex;
  justify-content: space-between;
  margin: 20px 0 0 0;
}

.product_center_l {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 20%;
}

.swiper-slide a img {
  display: block;
  width: 74px;
  height: 53px;
  border: 1px solid #dcdcdc;
}

.swiper-slide a {
  display: flex;
  align-items: center;
}

.swiper-slide a span {
  margin-left: 10px;
}

.swiper-containertwo {
  width: 220px;
  height: 370px;
  overflow-y: hidden;
}

.swiper-slide {
  height: 53px !important;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: none !important;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: none !important;
}

.swiper-containertwo {
  margin: 80px 0 0 0;
}

#swiper-button-prev {
  position: absolute;
  top: 120px;
  left: 50%;
  right: 50%;
}

#swiper-button-next {
  position: absolute;
    top: 560px;
    left: 50%;
    right: 50%;
}

.product_center_l {
  position: relative;
}

.swiper-slide a {
  color: #000;
  font-size: 16PX;
}

.swiper-slide a:hover {
  color: #de9b26;
  transition: .2s;
}

.product_center_l ul {
  margin: 30px 0 30px 0;
}

.product_center_l h3 {
  width: 100%;
  margin: 0 0 20px 0;
  padding: 20px 0 20px 0;
  text-align: center;
  color: #ffffff;
  background-color: #002140;
}

.product_center_r {
  width: 78%;
}

.page_title img {
  width: 100%;
}

.page_title {
  position: relative;
}

.page_title h3 {
  position: absolute;
  top: 45px;
  left: 58px;
  color: #002140;
}

.product_center_r span {
  display: block;
  padding: 25px 0;
}

.ny_news_page span {
	padding:0;
	}

.applicationarea_content ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

.applicationarea_content ul li {
  position: relative;
  width: 33%;
  z-index: 0;
}

.applicationarea_content ul li a span {
  display: block;
  text-align: center;
}

.applicationarea_content ul li a {
  display: block;
  width: 101%;
  height: 320px;
  color: #000;
  background-color: #ffffff;
}

.applicationarea_content ul li a span {
  padding: 12px 0;
  width: 97%;
}

.applicationarea_content ul li a div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 260px;
  height: 260px;
  border-left: 9px solid #fafafa;
  border-top: 9px solid #fafafa;
  border-bottom: 9px solid #fafafa;
}

.applicationarea_content ul li:hover a span {
  color: #ffffff;
  background-color: #de9b26;
  transition: .2s;
}

.applicationarea_content ul li a img {
 width: 100%;
}

.coat {
  position: absolute;
  top: 9px;
  left: 9px;
  display: block;
  width: 303px;
  height: 260px;
  text-align: center;
  line-height: 260px;
  color: #fff;
  background-color: #de9b26;
  box-sizing: border-box;
  z-index: 999;
  opacity: 0.8;
  display: none;
}

.applicationarea_content ul li:hover .coat {
  display: block;
}

.product_center_l ul li a span {
  color: #000;
}

.product_center_l ul li a:hover span {
  color: #de9b26;
  transition: .2s;
  ;
}

.ny_news_page span {
	height: 40px;
	}