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

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

.header {
  background: #F1F4FB;
}

.header .logo {
  padding: 26px 0;
}

.header .logo a {
  display: block;
}

.header .logo a img {
  width: 265px;
  height: 74px;
}

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

.header .nav ul .active a {
  border-bottom: 3px solid #FAA61A;
}

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

.header .nav ul li a {
  font-size: 24px;
  color: #343434;
  padding-bottom: 12px;
  position: relative;
}

.header .nav ul li a:hover {
  border-bottom: 3px solid #FAA61A;
}

.banner {
  position: relative;
}

.banner .swiper-slide a {
  display: block;
}

.banner .swiper-slide a img {
  width: 100%;
  height: 540px;
}

.banner .swiper-pagination-bullet-active {
  background: #FAA61A;
}

.banner .swiper-pagination-bullet {
  width: 16px;
  border-radius: 10px;
}

.public-title p:nth-child(1) {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.public-title p:nth-child(1) > * {
  display: inline-block;
}

.public-title p:nth-child(1) span {
  width: 25px;
  height: 4px;
  background: #FAA61A;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  margin-right: 12px;
}

.public-title p:nth-child(1) a, .public-title p:nth-child(1) strong {
  font-size: 24px;
  color: #343434;
  font-weight: normal;
}

.public-title p:nth-child(1) a:hover {
  color: #FAA61A;
}

.public-title p:nth-child(2) span {
  font-size: 14px;
  color: #343434;
  text-align: left;
  display: block;
  margin-left: 37px;
  margin-top: 3px;
}

.introduce {
  margin-top: 140px;
}

.introduce .introduce-cont {
  margin-left: 285px;
}

.introduce .introduce-cont > a {
  margin-right: 18px;
  display: block;
}

.introduce .introduce-cont > a img {
  width: 380px;
  height: 250px;
}

.introduce .introduce-cont .des {
  width: 558px;
}

.introduce .introduce-cont .des > a:hover {
  color: #FAA619;
}

.introduce .introduce-cont .des .title {
  font-size: 24px;
  color: #343434;
  margin-top: 41px;
}

.introduce .introduce-cont .des p {
  font-size: 18px;
  color: #343434;
  text-indent: 2em;
  max-width: 100%;
}

.introduce .introduce-cont .des .more {
  font-size: 14px;
  color: #5C5C5C;
}

.work {
  margin-top: 140px;
  position: relative;
}

.work .swiper-button-prev {
  background: url(../images/pre.png) no-repeat;
}

.work .swiper-button-next {
  background: url(../images/next1.png) no-repeat;
}

.work .work-cont {
  width: 88%;
  margin: 0 auto;
}

.work .work-cont .workList {
  margin-top: 48px;
}

.work .work-cont .workList .work-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 306px;
  height: 369px;
  margin-right: 62px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #E5E5E5;
}

.work .work-cont .workList .work-item:hover {
  border: 1px solid #FAA61A;
  -webkit-box-shadow: 0 0 6px 2px #FAA61A;
          box-shadow: 0 0 6px 2px #FAA61A;
}

.work .work-cont .workList .work-item:hover > a {
  opacity: 1;
}

.work .work-cont .workList .work-item img {
  display: block;
  width: 47px;
  height: 44px;
  margin-top: 38px;
}

.work .work-cont .workList .work-item > span {
  width: 31px;
  height: 3px;
  background: #FAA61A;
  margin: 28px 0 22px;
}

.work .work-cont .workList .work-item .title {
  font-size: 20px;
  color: #343434;
  max-width: 70%;
}

.work .work-cont .workList .work-item .more {
  display: block;
  width: 120px;
  height: 35px;
  background: #FAA61A;
  margin: 18px 0 0 0;
  text-align: center;
  line-height: 35px;
  border-radius: 18px;
  font-size: 14px;
  color: #fff;
  opacity: 0;
  border: 1px solid;
}

.work .work-cont .workList .work-item p {
  font-size: 18px;
  color: #343434;
  margin: 59px 45px 12px;
}

.work .pre {
  position: absolute;
  left: 12px;
  top: 280px;
  cursor: pointer;
}

.work .pre img {
  width: 22px;
  height: 22px;
}

.work .next {
  position: absolute;
  right: 12px;
  top: 280px;
  cursor: pointer;
}

.work .next img {
  width: 22px;
  height: 22px;
}

.video-advertise {
  margin-top: 140px;
}

.video-advertise img {
  width: 100%;
  height: 500px;
}

.newsList {
  margin-top: 140px;
}

.newsList ul {
  margin-top: 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.newsList ul li {
  width: 324px;
  margin: 24px 0;
  border-top: 1px solid #eee;
  max-width: 324px;
}

.newsList ul li .img {
  display: block;
}

.newsList ul li .img img {
  width: 324px;
  height: 150px;
}

.newsList ul li .title {
  font-size: 24px;
  color: #333;
  margin: 24px 0 22px;
}

.newsList ul li .title:hover {
  color: #FAA619;
}

.newsList ul li .txt {
  font-size: 18px;
  color: #333;
  max-width: 100%;
}

.newsList ul li .det {
  margin-top: 15px;
  font-size: 24px;
  color: #666;
}

.newsList ul li .det a {
  font-size: 14px;
  color: #333;
}

.newsList ul li .det a:hover {
  color: #FAA619;
}

.link {
  margin-top: 140px;
}

.link strong {
  font-size: 24px;
  color: #333;
  margin-bottom: 18px;
  display: block;
}

.link p {
  line-height: 38px;
}

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

.link p a:hover {
  color: #FAA619;
}

.footer {
  background: #F1F4FB;
  margin-top: 140px;
}

.footer ul {
  padding-top: 26px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer ul li a {
  display: inline-block;
  position: relative;
  font-size: 18px;
  color: #969696;
  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 {
  font-size: 14px;
  color: #969696;
  padding-bottom: 25px;
  text-align: center;
  margin-top: 18px;
}

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

.bread-nav img {
  width: 18px;
  height: 18px;
}

.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 a {
  font-size: 18px;
  color: #333;
}

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

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

.item-main .item-left .news-center li {
  max-width: 100%;
  margin: 24px 0;
  padding-top: 23px;
  border-top: 2px solid #E6E6E6;
}

.item-main .item-left .news-center li .des {
  padding: 0 52px 0 23px;
}

.item-main .item-left .news-center li .des .title {
  font-size: 24px;
  color: #333;
  margin: 0 0 16px;
}

.item-main .item-left .news-center li .des .title:hover {
  color: #FAA619;
}

.item-main .item-left .news-center li .des .txt {
  font-size: 18px;
  color: #333;
  max-width: 100%;
}

.item-main .item-left .news-center li .des .det {
  margin-top: 10px;
  font-size: 24px;
  color: #666;
}

.item-main .item-left .news-center li .des .det a {
  font-size: 14px;
  color: #333;
}

.item-main .item-left .news-center li .des .det a:hover {
  color: #FAA619;
}

.item-main .item-left .news-center li a {
  display: block;
}

.item-main .item-left .news-center li a img {
  width: 300px;
  height: 158px;
}

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

.item-main .item-right .video {
  margin-top: 115px;
}

.item-main .item-right .video .video-cont a {
  display: block;
  margin-top: 48px;
}

.item-main .item-right .video .video-cont a img {
  width: 452px;
  height: 248px;
}

.item-main .item-right .hot-news {
  margin-top: 140px;
}

.item-main .item-right .hot-news ul {
  margin-top: 46px;
}

.item-main .item-right .hot-news ul li {
  margin: 8px 0;
}

.item-main .item-right .hot-news ul li a {
  font-size: 18px;
  color: #333;
  width: 86%;
}

.item-main .item-right .hot-news ul li a:hover {
  color: #FAA619;
}

.item-main .item-right .hot-news ul li span {
  font-size: 18px;
  color: #333;
}

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

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

.pagination li:first-child {
  padding: 9px 27px;
}

.pagination li:last-child {
  padding: 9px 27px;
}

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

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

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

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

.page-link {
  cursor: pointer;
}

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

.itemDetail-main .itemDetail-left {
  width: 58.4%;
}

.itemDetail-main .itemDetail-left .art-head {
  border-bottom: 2px solid #E6E6E6;
}

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

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

.itemDetail-main .itemDetail-left .art-head p span {
  font-size: 18px;
  color: #666;
  margin-right: 12px;
}

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

.itemDetail-main .itemDetail-left .art-cont img {
  display: block;
  width: 366px;
  height: 216px;
  margin: 24px auto;
}

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

.itemDetail-main .itemDetail-left .pages {
  margin-top: 62px;
}

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

.itemDetail-main .itemDetail-left .pages li span {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #666666;
  margin-right: 12px;
}

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

.itemDetail-main .itemDetail-left .pages li a:hover {
  color: #FAA619;
}

.itemDetail-main .itemDetail-right {
  width: 38%;
}

.itemDetail-main .itemDetail-right .video {
  margin-top: 115px;
}

.itemDetail-main .itemDetail-right .video .video-cont a {
  display: block;
  margin-top: 48px;
}

.itemDetail-main .itemDetail-right .video .video-cont a img {
  width: 452px;
  height: 248px;
}

.itemDetail-main .itemDetail-right .hot-news {
  margin-top: 140px;
}

.itemDetail-main .itemDetail-right .hot-news ul {
  margin-top: 46px;
}

.itemDetail-main .itemDetail-right .hot-news ul li {
  margin: 8px 0;
}

.itemDetail-main .itemDetail-right .hot-news ul li a {
  font-size: 18px;
  color: #333;
  width: 86%;
}

.itemDetail-main .itemDetail-right .hot-news ul li a:hover {
  color: #FAA619;
}

.itemDetail-main .itemDetail-right .hot-news ul li span {
  font-size: 18px;
  color: #333;
}
/*# sourceMappingURL=public.css.map */