@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-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

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

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

.header {
  padding: 28px 0 36px;
}

.header .logo {
  margin-right: 72px;
}

.header .logo a {
  display: block;
}

.header .logo a img {
  width: 202px;
  height: 71px;
}

.header .nav ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .nav ul .active a {
  color: #009CD8;
}

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

.header .nav ul li a {
  font-size: 24px;
  color: #231815;
}

.header .nav ul li a:hover {
  color: #009CD8;
}

.banner a {
  display: block;
}

.banner a img {
  display: block;
  width: 100%;
}

.public-title {
  position: relative;
  height: 120px;
  width: 100%;
  margin-top: 140px;
  border-top: 1px solid #dddddd;
}

.public-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 4px;
  height: 50px;
  background: #ddd;
}

.public-title a, .public-title strong {
  position: absolute;
  top: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border: 4px solid #DDDDDD;
  font-size: 30px;
  color: #000;
  padding: 11px 82px;
  font-weight: normal;
}

.pro-manage ul {
  margin-top: 72px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.pro-manage ul li {
  width: 146px;
}

.pro-manage ul li a {
  display: block;
}

.pro-manage ul li a:hover .title {
  color: #009BD7;
}

.pro-manage ul li a .img {
  margin-bottom: 25px;
  width: 100%;
  height: 146px;
}

.pro-manage ul li a .img img {
  display: block;
  width: 100%;
  height: 100%;
}

.pro-manage ul li a .title {
  font-size: 24px;
  color: #000;
  text-align: center;
  font-weight: normal;
  display: block;
}

.news-pointer ul {
  width: 46%;
  margin-top: 49px;
}

.news-pointer ul .active .num {
  color: #fff;
  background: #009BD7;
}

.news-pointer ul .active .add {
  background: #009BD7;
}

.news-pointer ul .active .des a {
  color: #009BD7;
}

.news-pointer ul li {
  margin: 48px 0;
}

.news-pointer ul li:hover .num {
  color: #fff;
  background: #009BD7;
}

.news-pointer ul li:hover .add {
  background: #009BD7;
}

.news-pointer ul li:hover .des a {
  color: #009BD7;
}

.news-pointer ul li .num {
  display: block;
  width: 53px;
  height: 58px;
  text-align: center;
  line-height: 58px;
  font-size: 20px;
  color: #999;
  background: #E3E3E3;
}

.news-pointer ul li .des {
  width: 85%;
}

.news-pointer ul li .des a {
  font-size: 20px;
  color: #333;
}

.news-pointer ul li .des span {
  font-size: 12px;
  color: #999;
  margin: 22px 0;
}

.news-pointer ul li .des p {
  font-size: 18px;
  color: #999;
}

.news-pointer ul li .add {
  display: block;
  background: #999;
  width: 19px;
  height: 19px;
  color: #fff;
  text-align: center;
  line-height: 19px;
}

.pro-pointer {
  background: #009BD7;
  padding-bottom: 48px;
}

.pro-pointer .public-title {
  border-top: 1px solid #fff;
}

.pro-pointer .public-title::before {
  background: #fff;
}

.pro-pointer .public-title strong {
  border: 4px solid #fff;
  color: #fff;
}

.pro-pointer .proList {
  background: #fff;
  margin-top: 49px;
}

.pro-pointer .proList ul {
  padding: 0 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.pro-pointer .proList ul li {
  width: 260px;
  margin: 24px 0;
}

.pro-pointer .proList ul li a:hover strong {
  color: #009CD8;
}

.pro-pointer .proList ul li a img {
  display: block;
  width: 260px;
  height: 260px;
  margin-bottom: 23px;
}

.pro-pointer .proList ul li a strong {
  font-size: 18px;
  color: #000;
  font-weight: normal;
}

.link {
  margin-top: 140px;
}

.link strong {
  font-size: 18px;
  color: #000;
  display: block;
  font-weight: normal;
}

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

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

.link p a:hover {
  color: #009CD8;
}

.footer {
  margin-top: 138px;
  background: #292929;
  padding: 86px;
}

.footer ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 22px;
}

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

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

.footer p {
  margin-bottom: 24px;
  font-size: 15px;
  color: #ccc;
  text-align: center;
  font-size: 14px;
  color: #BDBDBD;
}

.bread-nav {
  margin: 24px 0 23px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bread-nav img {
  display: block;
  width: 18px;
  height: 18px;
  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: #333;
}

.bread-nav .breadCrumbs li img {
  width: 19px;
  height: 19px;
}

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

.bread-nav .breadCrumbs li a:hover {
  color: #009CD8;
}

.item-news .item-newsList .active .num {
  color: #fff;
  background: #009BD7;
}

.item-news .item-newsList .active .add {
  background: #009BD7;
}

.item-news .item-newsList .active .des a {
  color: #009BD7;
}

.item-news .item-newsList li {
  margin: 46px 0;
}

.item-news .item-newsList li:hover .num {
  color: #fff;
  background: #009BD7;
}

.item-news .item-newsList li:hover .add {
  background: #009BD7;
}

.item-news .item-newsList li:hover .des a {
  color: #009BD7;
}

.item-news .item-newsList li .num {
  display: block;
  width: 53px;
  height: 58px;
  text-align: center;
  line-height: 58px;
  font-size: 20px;
  color: #999;
  background: #E3E3E3;
}

.item-news .item-newsList li .des {
  width: 85%;
}

.item-news .item-newsList li .des a {
  font-size: 20px;
  color: #333;
}

.item-news .item-newsList li .des span {
  font-size: 12px;
  color: #999;
  margin: 22px 0;
}

.item-news .item-newsList li .des p {
  font-size: 18px;
  color: #999;
}

.item-news .item-newsList li .add {
  display: block;
  background: #999;
  width: 19px;
  height: 19px;
  color: #fff;
  text-align: center;
  line-height: 19px;
}

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

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

.pagination li:first-child {
  background: #E5E5E5;
  border-radius: 10px;
  padding: 9px 30px;
  color: #272727;
}

.pagination li:first-child span, .pagination li:first-child a {
  color: #272727;
}

.pagination li:last-child {
  background: #666;
  border-radius: 10px;
  color: #fff;
  padding: 9px 30px;
}

.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: #009BD7;
}

.pagination .thisclass span {
  color: #009BD7;
}

.page-link {
  cursor: pointer;
}

.detail .art-head {
  margin-top: 48px;
  border-bottom: 1px solid #DDDDDD;
}

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

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

.detail .art-head p span {
  font-size: 18px;
  color: #999;
  text-align: center;
  margin-right: 8px;
}

.detail .art-cont {
  font-size: 18px;
  color: #999;
  line-height: 20px;
  text-indent: 2em;
  margin-bottom: 20px;
}

.detail .art-cont img {
  display: block;
  width: 631px;
  height: 374px;
  margin: 48px auto;
}

.detail .art-cont p {
  font-size: 18px;
  color: #999;
  line-height: 20px;
  text-indent: 2em;
  margin-bottom: 20px;
}

.detail .pages {
  margin-top: 139px;
}

.detail .pages li {
  margin-bottom: 24px;
  font-size: 18px;
  color: #999;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.detail .pages li strong {
  font-size: 30px;
  color: #000;
  font-weight: normal;
}

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

.detail .pages li a:hover {
  color: #009CD8;
}
/*# sourceMappingURL=public.css.map */