@charset "UTF-8";
/*banner*/
.banner {
  position: relative;
  width: 100%;
  min-width: 1400px;
  max-height: 360px;
  overflow: hidden;
}
.banner .img {
  width: 100%;
  z-index: 0;
}
.banner .banner-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  font-size: 50px;
  color: #fff;
  text-shadow: #000 2px 2px 3px;
}

@media (min-width: 1920px) {
  .banner {
    max-height: 500px;
  }
}
/**/
.page-body {
  position: relative;
  min-width: 1400px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/*路径*/
.path {
  margin: 15px auto;
  color: #666;
}

.path li {
  display: inline;
  font-size: 14px;
  color: #666;
}

/*分页*/
.pagination {
  text-align: left;
  margin: 30px 0;
  display: flex;
  flex-direction: row;
}

.pagination li a,
.pagination li.disabled span,
.pagination li.active span {
  padding: 5px 20px;
  border: 1px solid #ccc;
  margin-right: 10px;
  display: block;
  border-radius: 2px;
  font-size: 16px;
}

.pagination li a:hover {
  color: #0F40F5;
}

.pagination li.active span {
  background: #0F40F5;
  color: #fff;
  border: 1px solid #0F40F5;
}

.pagination li.disabled span {
  color: #ccc;
  border: 1px solid #efefef;
}

/*关于我们*/
.about-info {
  padding: 65px 0 100px;
  min-height: 300px;
  font-size: 18px;
  font-weight: 300;
  text-align: justify;
  word-break: break-all;
  color: #000;
  line-height: 180%;
}

/*分类*/
.small-nav {
  width: 100%;
  min-width: 1200px;
  display: flex;
  flex-direction: row;
  align-items: center;
  border-bottom: 1px solid #efefef;
  padding-top: 10px;
}
.small-nav .nav-title {
  font-size: 22px;
}
.small-nav a {
  display: block;
  line-height: 60px;
  font-size: 16px;
  margin-left: 50px;
  border-bottom: 3px solid #fff;
}
.small-nav .curr,
.small-nav a:hover {
  border-bottom: 3px solid #0F40F5;
  color: #0F40F5;
}

/*新闻动态*/
.news {
  margin-top: 20px;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  min-width: 1360px;
  width: 100%;
}
.news .item {
  margin: 25px 0;
  position: relative;
  width: 31%;
}
.news .item a {
  display: block;
  background-color: #f8f8f8;
}
.news .item a .img-box {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 60%;
}
.news .item a .img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.news .item a .img img {
  width: 100%;
}
.news .item a a:hover .img img {
  transition: all 0.5s ease-out;
  transform: scale(1.1);
}
.news .item a .title {
  padding: 4% 4% 0;
  font-size: 18px;
  height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news .item a .small-title {
  font-size: 14px;
  color: #666;
  height: 36px;
  line-height: 18px;
  overflow: hidden;
  margin: 5px 4% 0;
}
.news .item .time {
  font-size: 18px;
  color: #333;
  padding: 10px 4% 30px;
}
.news .item a:hover {
  background-color: #efefef;
}
.news .item a:hover .img img {
  transition: all 0.5s ease-out;
  transform: scale(1.1);
}

.news:after {
  position: relative;
  width: 31%;
  background-color: #fff;
  content: "";
}

/*新闻详情---------------------------*/
.news-body {
  overflow: hidden;
  padding: 30px 0 0;
}
.news-body .news-top {
  padding: 0 80px 20px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.news-body .news-top .title {
  font-size: 26px;
  color: #000;
  margin-bottom: 10px;
}
.news-body .news-top .description {
  font-size: 16px;
  color: #666;
  line-height: 25px;
  padding-bottom: 10px;
}
.news-body .news-top .time {
  font-size: 16px;
  color: #999;
}
.news-body .news-info {
  min-height: 570px;
  font-size: 18px;
  line-height: 200%;
  font-weight: 300;
}
.news-body .news-info p {
  text-indent: 2em;
}
.news-body .news-info img {
  margin: 15px 0;
}

/*about*/
.about {
  overflow: hidden;
  padding: 30px 0 0;
}

.about .title {
  font-size: 30px;
  text-align: center;
  color: #000;
  line-height: 60px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
}

.about .info {
  min-height: 570px;
  font-size: 14px;
  line-height: 200%;
}

/*联系我们*/
.contact {
  position: relative;
  overflow: hidden;
  margin: 20px auto;
  background: #efefef;
  display: flex;
  flex-direction: row;
}
.contact .baidu {
  width: 780px;
}
.contact .baidu .baidu-map {
  width: 100%;
}
.contact .contact-info {
  flex: 1;
  height: 510px;
  padding: 30px 10px 10px 100px;
  text-align: left;
  background: url("../images/contact-bg.jpg") #f7f7f7 no-repeat;
  background-size: auto 100%;
}
.contact .contact-info .title-en {
  font-size: 36px;
  color: #0F40F5;
  font-weight: bold;
}
.contact .contact-info .title {
  font-size: 22px;
}
.contact .contact-info .content-list {
  margin-top: 30px;
}
.contact .contact-info .content-list .item {
  line-height: 45px;
  font-size: 18px;
  font-weight: 300;
}
.contact .contact-info .content-list .item .color {
  color: #0F40F5;
}
.contact .contact-info .img {
  margin-top: 30px;
  width: 125px;
  overflow: hidden;
  border: 4px solid #0F40F5;
  padding: 5px;
}

/*# sourceMappingURL=style-page.css.map */
