@charset "UTF-8";
/*banner*/
.banner {
  width: 100%;
  min-width: 1400px;
  position: relative;
  max-height: 400px;
  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;
}

/**/
.page-body {
  position: relative;
  width: 1400px;
  margin: 0 auto;
}

.content-info {
  padding: 40px 0 100px;
  min-height: 300px;
  font-size: 16px;
  font-weight: 300;
  text-align: justify;
  word-break: break-all;
  color: #000;
  line-height: 180%;
}
.content-info p {
  text-indent: 2em;
  margin-top: 10px;
}

/*路径*/
.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: #00923f;
}

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

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

.content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

/*分类*/
.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 #00923f;
  color: #00923f;
}

/*新闻动态*/
.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-box .img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.news .item a .img-box .img img {
  width: 100%;
}
.news .item a .title {
  padding: 4%;
  font-size: 18px;
  height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news .item a .small-title {
  font-size: 14px;
  color: #666;
  height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 25px 10px;
}
.news .item a .time {
  font-size: 18px;
  color: #333;
  padding: 0 25px 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 .head {
  padding: 0 80px 20px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.news-body .head .title {
  font-size: 26px;
  color: #000;
  margin-bottom: 10px;
}
.news-body .head .description {
  font-size: 16px;
  color: #666;
  line-height: 25px;
  padding-bottom: 10px;
}
.news-body .head .tool {
  font-size: 16px;
  color: #999;
}
.news-body .content-body {
  min-height: 570px;
  font-size: 18px;
  line-height: 200%;
  font-weight: 300;
}
.news-body .content-body p {
  text-indent: 2em;
}
.news-body .content-body img {
  margin: 15px 0;
}

/*通用详情页面*/
.info {
  overflow: hidden;
  padding: 30px 0 0;
}

.info .info-top {
  padding: 0 80px 20px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

.info .info-top .title {
  font-size: 24px;
  color: #000;
  margin-bottom: 10px;
}

.info .info-top .description {
  font-size: 14px;
  color: #666;
  line-height: 25px;
  padding-bottom: 10px;
}

.info .info-top p {
  font-size: 12px;
  color: #999;
}

.info .content {
  min-height: 570px;
  font-size: 14px;
  line-height: 24px;
}

.info .info-bottom {
  padding: 20px 0;
  border-top: 1px solid #ddd;
}

.info .info-bottom .previous,
.info .info-bottom .next {
  color: #ccc;
  line-height: 35px;
}

.info .info-bottom .previous span,
.info .info-bottom .next span {
  color: #000;
}

/*联系我们*/
.contact {
  width: 1400px;
  position: relative;
  overflow: hidden;
  margin: 20px auto;
  background: #efefef;
  display: flex;
  flex-direction: row;
}
.contact .title-en {
  font-size: 36px;
  color: #00923f;
  font-weight: bold;
}
.contact .title {
  font-size: 22px;
}
.contact .baidu {
  width: 710px;
}
.contact .txt {
  padding: 30px 10px 10px 180px;
  flex-grow: 1;
  text-align: left;
  background: url("../images/contact-bg.jpg") #f7f7f7 no-repeat;
  background-size: auto 100%;
  height: 510px;
}
.contact .txt ul {
  margin-top: 30px;
}
.contact .txt ul li {
  line-height: 45px;
  font-size: 18px;
  font-weight: 300;
}
.contact .txt ul span {
  color: #00923f;
}
.contact .txt .img {
  margin-top: 30px;
  width: 125px;
  overflow: hidden;
  border: 4px solid #00923f;
  padding: 5px;
}

/*产品*/
.product {
  margin-top: 50px;
  width: 1400px;
}
.product .item {
  position: relative;
  padding: 15px 0;
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #efefef;
  align-items: center;
}
.product .item .txt {
  width: 160px;
  padding: 5px;
}
.product .item .txt-info {
  flex-grow: 1;
}
.product .title {
  font-size: 20px;
  font-weight: bold;
}

/*产品详情*/
.product-title {
  font-size: 36px;
  text-align: center;
  padding: 20px 0;
}

.product-body {
  min-height: 100px;
  font-size: 18px;
  line-height: 200%;
  font-weight: 300;
}

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