@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

.container {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.hideText {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.hideText-line-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.hideText-line-6 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

.header {
  border-bottom: 4px solid #89E17D;
}

.header .logo a {
  display: block;
}

.header .logo a img {
  display: block;
  width: 196px;
  height: 52px;
}

.header .nav ul .active a {
  color: #fff;
  background: #89E17D;
}

.header .nav ul li {
  margin: 0 24px;
}

.header .nav ul li a {
  display: block;
  padding: 23px 12px;
  font-size: 24px;
  color: #000;
}

.header .nav ul li a:hover {
  color: #fff;
  background: #89E17D;
}

.public-title {
  position: relative;
  width: 100%;
  background: #89E17D;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.public-title strong {
  text-align: center;
  font-size: 30px;
  color: #fff;
  padding: 10px 0;
}

.public-title a {
  position: absolute;
  right: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 18px;
  color: #fff;
}

.main {
  margin-top: 23px;
}

.main .left {
  width: 64.2%;
  margin-right: 24px;
}

.main .left .banner a {
  display: block;
}

.main .left .banner a img {
  display: block;
  width: 770px;
  height: 351px;
}

.main .left .news {
  margin-top: 140px;
}

.main .left .news .newsList {
  margin-top: 24px;
}

.main .left .news .newsList ul li {
  margin: 24px 0;
}

.main .left .news .newsList ul li > a {
  display: block;
  margin-right: 32px;
}

.main .left .news .newsList ul li > a img {
  display: block;
  width: 192px;
  height: 120px;
}

.main .left .news .newsList ul li .des {
  width: 71%;
}

.main .left .news .newsList ul li .des a {
  font-size: 24px;
  color: #000;
  max-width: 100%;
}

.main .left .news .newsList ul li .des a:hover {
  color: #89E17D;
}

.main .left .news .newsList ul li .des p {
  font-size: 18px;
  color: #999;
  max-width: 100%;
}

.main .left .news .newsList ul li .des span {
  font-size: 18px;
  color: #999;
  text-align: right;
}

.main .left .product {
  margin-top: 140px;
}

.main .left .product .productList {
  margin-top: 48px;
}

.main .left .product .productList ul li {
  width: 216px;
}

.main .left .product .productList ul li a {
  display: block;
  margin-bottom: 24px;
}

.main .left .product .productList ul li a img {
  display: block;
  width: 216px;
  height: 140px;
}

.main .left .product .productList ul li p {
  font-size: 18px;
  color: #000;
  max-width: 100%;
  line-height: 28px;
}

.main .right {
  width: 33.8%;
}

.main .right .personList {
  padding: 0 14px 0 18px;
}

.main .right .personList ul {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.main .right .personList ul li {
  width: 50%;
  margin-bottom: 24px;
}

.main .right .personList ul li a {
  display: block;
  margin-bottom: 23px;
}

.main .right .personList ul li a img {
  display: block;
  width: 173px;
  height: 128px;
}

.main .right .personList ul li span {
  font-size: 18px;
  color: #000;
  text-align: center;
}

.main .right .science {
  margin-top: 93px;
}

.main .right .science ul {
  margin-top: 25px;
}

.main .right .science ul li {
  margin: 24px 0;
}

.main .right .science ul li a {
  display: block;
}

.main .right .science ul li a img {
  display: block;
  width: 400px;
  height: 200px;
}

.main .right .about {
  margin-top: 54px;
}

.main .right .about p {
  margin-top: 23px;
  font-size: 18px;
  color: #333;
  max-width: 100%;
  text-indent: 2em;
  line-height: 28px;
}

.link {
  background: #EFEFEF;
  border: 1px solid #ededed;
  margin-top: 134px;
}

.link p {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  padding: 7px 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 20px;
}

.link p strong {
  font-size: 16px;
  color: #000;
}

.link p a {
  font-size: 16px;
  color: #000;
  margin-right: 8px;
}

.link p a:hover {
  color: #89E17D;
}

.footer {
  margin-top: 50px;
  background: #EFEFEF;
}

.footer ul {
  padding-top: 29px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 12px;
}

.footer ul li a {
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #000;
  margin-right: 8px;
  padding-right: 8px;
}

.footer ul li:not(:last-child) a::after {
  position: absolute;
  right: 0;
  top: 2px;
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  background: #969696;
}

.footer p {
  margin-bottom: 12px;
}

.footer span {
  margin-bottom: 12px;
}

.footer img {
  margin-top: 10px;
  width: 298px;
  height: 45px;
  margin-bottom: 30px;
}

.item-banner {
  margin-top: 25px;
}

.item-banner ul li img {
  display: block;
  width: 384px;
  height: 300px;
}

.bread-nav {
  margin: 24px 0 24px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.bread-nav img {
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 13px;
}

.bread-nav .breadCrumbs {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.bread-nav .breadCrumbs li {
  font-size: 18px;
  color: #000;
}

.bread-nav .breadCrumbs li a {
  font-size: 18px;
  color: #000;
}

.bread-nav .breadCrumbs li a:hover {
  color: #89E17D;
}

.item-main {
  margin-top: 48px;
}

.item-main .left {
  width: 64.2%;
}

.item-main .left .item-news ul {
  margin-top: 48px;
}

.item-main .left .item-news ul li {
  padding: 24px;
}

.item-main .left .item-news ul li:hover {
  background: #89E17D;
  -webkit-box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.2);
}

.item-main .left .item-news ul li:hover .des p, .item-main .left .item-news ul li:hover .des span {
  color: #fff;
}

.item-main .left .item-news ul li > a {
  display: block;
  margin-right: 23px;
}

.item-main .left .item-news ul li > a img {
  display: block;
  width: 192px;
  height: 132px;
}

.item-main .left .item-news ul li .des {
  width: 71%;
}

.item-main .left .item-news ul li .des a {
  font-size: 24px;
  color: #000;
}

.item-main .left .item-news ul li .des p {
  max-width: 100%;
  font-size: 18px;
  color: #999;
}

.item-main .left .item-news ul li .des span {
  text-align: right;
  font-size: 18px;
  color: #999;
}

.item-main .right {
  width: 33.8%;
}

.item-main .right .science ul {
  margin-top: 48px;
}

.item-main .right .science ul li {
  margin: 24px 0;
}

.item-main .right .science ul li a {
  display: block;
}

.item-main .right .science ul li a img {
  display: block;
  width: 400px;
  height: 200px;
}

.item-main .right .media {
  margin-top: 53px;
}

.item-main .right .media ul {
  margin: 49px 16px 0 0;
}

.item-main .right .media ul li {
  margin-bottom: 10px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.item-main .right .media ul li span {
  font-size: 18px;
  color: #666;
  margin-right: 40px;
}

.item-main .right .media ul li a {
  font-size: 18px;
  color: #666;
  max-width: 74%;
}

.item-main .right .media ul li a:hover {
  color: #89E17D;
}

/* 分页 */
.pagination {
  text-align: center;
}

/* 3399ff */
.pagination li {
  display: inline-block;
  margin: 0 5px;
  padding: 9px 16px;
  font-size: 20px;
  border: 1px solid #EEEEEE;
}

.pagination li:nth-child(1) {
  background: #E5E5E5;
  color: #272727;
  padding: 9px 27px;
}

.pagination li:nth-child(1) span {
  color: #272727;
}

.pagination li:last-child {
  padding: 9px 27px;
  color: #fff;
  background: #666;
}

.pagination li:last-child span, .pagination li:last-child a {
  color: #fff;
}

.pagination li span {
  color: #333;
  display: inline-block;
}

.pagination li a {
  color: #333;
  display: inline-block;
}

.pagination .thisclass {
  border: none;
  color: #89E07D;
}

.pagination .thisclass span {
  color: #89E07D;
}

.page-link {
  cursor: pointer;
}

.detail-main .left {
  width: 64.2%;
}

.detail-main .left .art-head h1 {
  font-size: 30px;
  color: #000;
  text-align: center;
}

.detail-main .left .art-head p {
  margin: 24px 0;
  text-align: center;
}

.detail-main .left .art-head p span {
  font-size: 18px;
  color: #999;
  margin-right: 10px;
}

.detail-main .left .art-cont {
  font-size: 18px;
  color: #000;
  line-height: 28px;
  text-indent: 2em;
}

.detail-main .left .art-cont img {
  display: block;
  width: 520px;
  height: 320px;
  margin: 0 auto 47px;
}

.detail-main .left .art-cont p {
  font-size: 18px;
  color: #000;
  line-height: 28px;
  text-indent: 2em;
}

.detail-main .left .pages {
  margin-top: 47px;
  margin-bottom: 110px;
}

.detail-main .left .pages li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  margin-bottom: 12px;
  font-size: 18px;
  color: #999;
}

.detail-main .left .pages li a {
  font-size: 18px;
  color: #999;
  width: 76%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.detail-main .left .pages li a:hover {
  color: #89E17D;
}

.detail-main .right {
  width: 33.8%;
}

.detail-main .right .science ul {
  margin-top: 48px;
}

.detail-main .right .science ul li {
  margin: 24px 0;
}

.detail-main .right .science ul li a {
  display: block;
}

.detail-main .right .science ul li a img {
  display: block;
  width: 400px;
  height: 200px;
}

.detail-main .right .media {
  margin-top: 53px;
}

.detail-main .right .media ul {
  margin: 49px 16px 0 0;
}

.detail-main .right .media ul li {
  margin-bottom: 10px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.detail-main .right .media ul li span {
  font-size: 18px;
  color: #666;
  margin-right: 40px;
}

.detail-main .right .media ul li a {
  font-size: 18px;
  color: #666;
  max-width: 74%;
}

.detail-main .right .media ul li a:hover {
  color: #89E17D;
}
/*# sourceMappingURL=public.css.map */