.location {
  padding-top: 40px;
  font-family: simsun;
  height: 40px;
  font-size: 14px;
  padding-bottom: 40px;
}
.location div {
  /* width: 340px; */
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.location div a {
  font-family: '微软雅黑';
  display: inline-block;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #666;
  position: relative;
  top: 0;
  margin-top: 0;
}
.project_img {
  background-image: url(../imgs/pro_d.png);
  text-align: center;
}
.news_title {
  text-align: left;
  padding-top: 50px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}
.news_title h2 {
  font-size: 20px;
  line-height: 40px;
  font-weight: 500;
  color: #444444;
}
.news_title p {
  line-height: 30px;
  color: #888;
  font-size: 14px;
}
.news_title p span {
  margin-left: 4px;
  margin-right: 4px;
}
.content {
  padding-top: 25px;
  padding-bottom: 25px;
  min-height: 250px;
}
.content img {
  max-width: 100%;
}
.news_footer {
  height: 100px;
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.news_footer p {
  line-height: 34px;
  font-size: 14px;
}
.news_footer p:hover {
  color: #E42626;
}
.news_footer p:hover a {
  color: #E42626;
}
.news_footer a {
  text-align: center;
}

.swiper-container {
  width: 100%;
  height: 480px;
  color: #fff;
  text-align: center;
}
.pagination {
  position: absolute;
  z-index: 20;
  right: 20px;
  top: 10px;
}
.swiper-pagination-switch {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #e42626;;
  margin: 0 0px 5px;
  opacity: 0.4;
  cursor: pointer;
}
.swiper-active-switch {
  background: #E42626;
  opacity: 1;
}
.swiper-slide{
  height: 480px !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: -moz-flex;
  display: flex;

  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  align-items: center;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -moz-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;

}
.swiper-slide img{
  /* transform: scale(0.9); */
  max-width: 100%;
  max-height: 100%;
  object-fit: cover
}