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

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

.pd-3rem {
  padding: 0 0.3rem;
}

.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;
}

.scro-x {
  display: -webkit-box;
  display: -ms-flexbox;
  overflow-x: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.scro-x::-webkit-scrollbar {
  display: none;
}

.img img {
  display: block;
  width: 100%;
  height: 100%;
}

.header {
  padding: 0.16rem 0 0;
}

.header .top {
  margin-bottom: 0.16rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .top .logo a {
  display: block;
}

.header .top .logo a img {
  display: block;
  width: 0.56rem;
}

.header .top .cont {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .top .cont .search {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .top .cont .search input {
  width: 2rem;
  height: 0.3rem;
  border: 0.01rem solid #DBDBDB;
  outline: none;
  font-size: 0.12rem;
  color: #999;
  text-indent: 0.11rem;
}

.header .top .cont .search img {
  width: 0.21rem;
  height: 0.21rem;
  margin: 0 0.12rem;
}

.header .top .cont .language {
  font-size: 0.16rem;
  color: #656565;
}

.header .top .cont .language a {
  font-size: 0.16rem;
  color: #656565;
}

.header .top .cont .language .active {
  color: #FF802B;
}

.header .nav {
  background: #FF802B;
}

.header .nav ul {
  padding: 0.12rem 0;
}

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

.header .nav ul li {
  margin: 0 0.17rem;
}

.header .nav ul li a {
  display: block;
  font-size: 0.24rem;
  color: #fff;
  padding: 0.19rem 0.36rem;
}

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

.banner .banner-container img {
  display: block;
  width: 100%;
  height: 4.3rem;
}

.banner .banner-container .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.banner .banner-container .swiper-pagination-bullet {
  position: relative;
  width: 0.14rem;
  height: 0.14rem;
  background: #fff;
  border-radius: 50%;
  opacity: 1 !important;
  margin: 0 0.11rem;
}

.banner .banner-container .swiper-pagination-bullet-active {
  width: 0.2rem;
  height: 0.2rem;
  background: #fff;
  border-radius: 50%;
}

.banner .banner-container .swiper-pagination-bullet-active::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0.12rem;
  height: 0.12rem;
  background: #FF802B;
  border-radius: 50%;
}

.public-title {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.public-title a {
  position: relative;
  font-weight: normal;
  font-size: 0.3rem;
  color: #333;
  padding-bottom: 0.2rem;
}

.public-title a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 52%;
  height: 0.03rem;
  background: #FF802B;
}

.about {
  margin-top: 1.4rem;
}

.about .about-cont {
  margin-top: 0.47rem;
}

.about .about-cont > a {
  display: block;
  margin-right: 0.24rem;
}

.about .about-cont > a img {
  display: block;
  width: 3.16rem;
  height: 2.5rem;
}

.about .about-cont .des {
  border-top: 0.01rem solid #DBDBDB;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.about .about-cont .des .txt {
  padding-top: 0.28rem;
}

.about .about-cont .des .txt p {
  font-size: 0.14rem;
  text-indent: 2em;
  color: #656565;
  line-height: 0.32rem;
  letter-spacing: 0.01rem;
}

.about .about-cont .des a {
  display: block;
  width: 1.4rem;
  font-size: 0.24rem;
  height: 0.4rem;
  text-align: center;
  line-height: 0.4rem;
  background: #FF802B;
  color: #fff;
}

.news {
  margin-top: 0.58rem;
  background: #D3D8E7;
}

.news .cont {
  position: relative;
}

.news .cont .swiper-button-prev {
  width: 0.25rem;
  height: 0.5rem;
  background: #333 url(../../images/previous.png) no-repeat center center;
  background-size: 100%;
  opacity: 0.5;
}

.news .cont .swiper-button-next {
  width: 0.25rem;
  height: 0.5rem;
  background: #333 url(../../images/next.png) no-repeat center center;
  background-size: 100%;
  opacity: 0.5;
}

.news .cont .news-container {
  width: 90%;
}

.news .cont .box {
  width: 2rem;
  height: 3.4rem;
  position: relative;
}

.news .cont .box .date {
  position: absolute;
  z-index: 10;
  left: 0.2rem;
  top: -0.3rem;
  height: 0.8rem;
  background: #FF802B;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.news .cont .box .date span {
  font-size: 0.12rem;
  position: relative;
  display: block;
  width: 100%;
  height: 0.3rem;
  line-height: 0.3rem;
  text-align: center;
}

.news .cont .box .date span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.01rem;
  background: #fff;
  opacity: 0.5;
}

.news .cont .box .date strong {
  font-size: 0.5rem;
  width: 100%;
  height: 0.5rem;
  text-align: center;
  line-height: 0.4rem;
}

.news .cont .news-item {
  position: relative;
  width: 2rem;
  height: 3rem;
  background: #fff;
  margin-top: 0.4rem;
}

.news .cont .news-item > a {
  font-size: 0.18rem;
  color: #FF802B;
  margin: 0.64rem 0 0.24rem;
  padding: 0 0.24rem;
}

.news .cont .news-item > p {
  font-size: 0.14rem;
  color: #666;
  padding: 0 0.24rem;
  line-height: 0.3rem;
  margin-bottom: 0.17rem;
}

.news .cont .news-item .more {
  border-top: 0.01rem solid #DBDBDB;
}

.news .cont .news-item .more a {
  display: block;
  width: 1rem;
  font-size: 0.14rem;
  height: 0.3rem;
  text-align: center;
  line-height: 0.3rem;
  color: #FF802B;
  background: #fff;
  border: 0.01rem solid #FF802B;
  margin: 0.2rem;
}

.news .cont .news-item .more a:hover {
  color: #fff;
  background: #FF802B;
  border: #FF802B 0.01rem solid;
}

.demos {
  margin-top: 0.57rem;
}

.demos ul {
  margin-top: 0.48rem;
}

.demos ul li {
  position: relative;
  width: 25%;
  height: 2.43rem;
}

.demos ul li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
}

.demos ul li .img {
  width: 100%;
  height: 2.43rem;
  position: relative;
}

.demos ul li .img .des {
  z-index: 12;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1.26rem;
}

.demos ul li .img .des .title {
  font-size: 0.24rem;
  color: #fff;
}

.demos ul li .img .des p {
  font-size: 0.16rem;
  color: #fff;
  margin: 0.22rem 0 0.25rem;
}

.demos ul li .img .des .more {
  font-size: 0.14rem;
  color: #FF7F2B;
  width: 1.4rem;
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: center;
  background: #fff;
}

.link {
  margin-top: 0.69rem;
}

.link strong {
  font-size: 0.18rem;
  color: #333;
  margin-bottom: 0.16rem;
  display: block;
  font-weight: normal;
  display: block;
}

.link p {
  line-height: 0.38rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.link p a {
  display: block;
  font-size: 0.18rem;
  color: #333;
  margin-right: 0.08rem;
}

.footer {
  background: #333;
  padding: 0.24rem 0;
  margin-top: 0.69rem;
}

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

.footer ul li a {
  display: block;
  position: relative;
  font-size: 0.12rem;
  color: #999;
  margin-right: 0.08rem;
  padding-right: 0.08rem;
}

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

.footer p {
  font-size: 0.12rem;
  color: #656565;
  text-align: center;
}

.bread-nav {
  margin: 0.24rem 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bread-nav img {
  width: 0.18rem;
  height: 0.18rem;
  margin-right: 0.24rem;
}

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

.bread-nav .breadCrumbs li {
  font-size: 0.18rem;
  color: #231815;
}

.bread-nav .breadCrumbs li a {
  font-size: 0.18rem;
  color: #231815;
}

.item-banner .img {
  display: block;
  width: 100%;
  height: 5.18rem;
}

.newsList ul li {
  -webkit-box-shadow: 0px 0px 0.06rem 0px rgba(0, 0, 0, 0.35);
          box-shadow: 0px 0px 0.06rem 0px rgba(0, 0, 0, 0.35);
  margin: 0.68rem 0;
}

.newsList ul li .news-item {
  position: relative;
}

.newsList ul li .news-item:hover .des > a {
  color: #FF802B;
}

.newsList ul li .news-item:hover .des .more a {
  color: #fff;
  border: 0.01rem solid #FF802B;
  background: #FF802B;
}

.newsList ul li .news-item .date {
  position: absolute;
  z-index: 10;
  left: 0.2rem;
  top: -0.3rem;
  height: 0.8rem;
  background: #FF802B;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.newsList ul li .news-item .date span {
  font-size: 0.12rem;
  position: relative;
  display: block;
  width: 100%;
  height: 0.3rem;
  line-height: 0.3rem;
  text-align: center;
}

.newsList ul li .news-item .date span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.01rem;
  background: #fff;
  opacity: 0.5;
}

.newsList ul li .news-item .date strong {
  font-size: 0.4rem;
  width: 100%;
  height: 0.5rem;
  text-align: center;
  line-height: 0.5rem;
}

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

.newsList ul li .news-item .des > a {
  display: block;
  font-size: 0.24rem;
  color: #333;
  padding: 0.64rem 0 0 0.26rem;
}

.newsList ul li .news-item .des p {
  font-size: 0.18rem;
  color: #656565;
  line-height: 0.24rem;
  margin: 0.22rem 0 0.28rem 0.24rem;
}

.newsList ul li .news-item .des .more {
  width: 59%;
  border-top: 0.01rem solid #DBDBDB;
}

.newsList ul li .news-item .des .more a {
  display: block;
  font-size: 0.14rem;
  color: #FF802B;
  margin: 0.2rem;
  width: 1rem;
  height: 0.3rem;
  line-height: 0.3rem;
  text-align: center;
  border: 0.01rem solid #FF802B;
  background: #fff;
}

.newsList ul li .news-item .img {
  width: 2rem;
  height: 1.6rem;
  background: #D7D7D7;
  margin: 0.7rem 0.24rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.newsList ul li .news-item .img a {
  display: block;
  width: 2rem;
  height: 1.6rem;
}

.newsList ul li .news-item .img a img {
  display: block;
  width: 100%;
  height: 100%;
}

/* 分页 */
.pagination {
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

/* 3399ff */
.pagination li {
  display: inline-block;
  font-size: 0.14rem;
  padding: 0.09rem 0.16rem;
  border: 0.01rem solid #EEEEEE;
  border-radius: 0.1rem;
}

.pagination li:first-child {
  color: #333;
  padding: 0.1rem 0.28rem;
}

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

.pagination li:last-child {
  color: #333;
  padding: 0.1rem 0.28rem;
}

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

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

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

.pagination .thisclass {
  background: #FF802B;
  color: #fff;
}

.pagination .thisclass span {
  color: #fff;
}

.page-link {
  cursor: pointer;
}

.art-head {
  margin: 0 0.12rem;
  margin-top: 0.25rem;
  text-align: left;
}

.art-head h1 {
  font-size: 0.3rem;
  color: #000;
  font-weight: normal;
}

.art-head p {
  margin: 0.46rem 0 0;
  text-align: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.art-head p span {
  display: block;
  font-size: 0.18rem;
  color: #656565;
  text-align: center;
  padding-right: 0.08rem;
  padding-bottom: 0.24rem;
  border-bottom: 0.01rem solid #DBDBDB;
}

.art-cont {
  margin: 0 0.11rem;
  font-size: 0.18rem;
  color: #666;
  line-height: 0.3rem;
  text-indent: 2em;
}

.art-cont img {
  display: block;
  width: 4.65rem;
  height: 3.41rem;
  margin: 0.07rem auto;
}

.art-cont .img {
  display: block;
  width: 6.4rem;
  height: 3.56rem;
  margin: 0.48rem auto 0.82rem;
  background: #D7D7D7;
}

.art-cont .img img {
  display: block;
  width: 4.65rem;
  height: 3.41rem;
  margin: 0.07rem auto;
}

.art-cont p {
  padding: 0 0.48rem;
  font-size: 0.18rem;
  color: #666;
  line-height: 0.3rem;
  text-indent: 2em;
  margin-bottom: 0.12rem;
}

.art-cont span {
  padding: 0 0.48rem;
  display: block;
  font-size: 0.18rem;
  color: #666;
  margin-bottom: 0.12rem;
}

.his-article {
  margin-top: 1.4rem;
}

.his-article > strong {
  font-size: 0.3rem;
  color: #FF802B;
  font-weight: normal;
  padding: 0 0.24rem;
}

.his-article ul {
  margin-top: 0.45rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 0.7rem;
}

.his-article ul li {
  margin: 0.2rem 0;
}

.his-article ul li .box {
  width: 2.62rem;
  height: 3.2rem;
  position: relative;
}

.his-article ul li .box .date {
  position: absolute;
  z-index: 10;
  left: 0.2rem;
  top: -0.3rem;
  height: 0.8rem;
  background: #FF802B;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.his-article ul li .box .date span {
  font-size: 0.12rem;
  position: relative;
  display: block;
  width: 100%;
  height: 0.3rem;
  line-height: 0.3rem;
  text-align: center;
}

.his-article ul li .box .date span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.01rem;
  background: #fff;
  opacity: 0.5;
}

.his-article ul li .box .date strong {
  font-size: 0.4rem;
  width: 100%;
  height: 0.5rem;
  text-align: center;
  line-height: 0.5rem;
}

.his-article ul li .news-item {
  position: relative;
  width: 2.62rem;
  height: 3rem;
  background: #fff;
  -webkit-box-shadow: 0px 0px 0.06rem 0px rgba(0, 0, 0, 0.35);
          box-shadow: 0px 0px 0.06rem 0px rgba(0, 0, 0, 0.35);
  margin-top: 0.2rem;
}

.his-article ul li .news-item:hover .more a {
  color: #fff;
  background: #FF802B;
  border: 0.01rem solid #FF802B;
}

.his-article ul li .news-item > a {
  font-size: 0.18rem;
  color: #FF802B;
  margin: 0.62rem 0 0;
  padding: 0 0.24rem;
}

.his-article ul li .news-item > p {
  font-size: 0.14rem;
  color: #666;
  padding: 0 0.24rem;
  margin-bottom: 0.38rem;
}

.his-article ul li .news-item .more {
  border-top: 1px solid #DBDBDB;
}

.his-article ul li .news-item .more a {
  display: block;
  width: 1rem;
  height: 0.3rem;
  text-align: center;
  line-height: 0.3rem;
  font-size: 0.14rem;
  color: #FF802B;
  background: #fff;
  border: 0.01rem solid #FF802B;
  margin: 0.2rem;
}

.his-article ul li .news-item .more a:hover {
  color: #fff;
  background: #FF802B;
  border: #FF802B 0.01rem solid;
}
/*# sourceMappingURL=public.css.map */