<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/********/
/**** banner ****/
.banner-box {
  width: 100%;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 991px) {
  .banner-box .lg-inner {
    padding: 0;
  }
}
.pc-ban {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.pc-ban-bd {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: relative;
}
.pc-ban-bd ul,
.pc-ban-bd li {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.pc-ban-bd li {
  width: 0;
  transition: width 1.2s cubic-bezier(0.35, 0.85, 0.55, 1) 0.2s;
  -webkit-transition: width 1.2s cubic-bezier(0.35, 0.85, 0.55, 1) 0.2s;
}
.pc-ban-bd li.visb {
  width: 100%;
}
.pc-ban-bd li.visb .slide-doc {
  opacity: 1;
  /* transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0); */
  transition: all 0.5s linear 0.5s;
  -webkit-transition: all 0.5s linear 0.5s;
}
.pc-ban-bd li a{
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: relative;
}
.pc-ban-bd .slide-imgs {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  background: no-repeat center center;
  background-size: cover;
}
.pc-ban-bd .slide-doc {
  width: 100%;
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 2.9em;
  line-height: 1.38em;
  color: #fff;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1.38em;
  z-index: 20;
  transform: translateY(-30px);
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
}
.pc-ban-bd .slide-doc .inner {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.pc-ban-bd .slide-doc p:last-child {
  padding-left: 5.3em;
}
.pc-ban-hd {
  width: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 4%;
  z-index: 20;
  padding-left: 23px;
}
.pc-ban-hd a {
  width: 12px;
  height: 12px;
  background: #ccc;
  float: left;
  margin: 0 7px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  cursor: pointer;
}
.pc-ban-hd a.on {
  background: #fff;
}
.ph-ban {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.ph-ban li a{
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: relative;
}
.ph-ban img {
  width: 100%;
  max-width: 100%;
  display: block;
}
.ph-ban .doc {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 20;
  font-size: 0.3rem;
  line-height: 0.4rem;
  color: #fff;
  padding: 0 0.38rem;
}
.ph-ban .doc p {
  width: 100%;
  height: 0.4rem;
  display: block;
  overflow: hidden;
  text-indent: 2em;
}
.ph-ban .doc p:first-child {
  text-indent: 0;
}
.ph-ban-hd {
  position: absolute;
  left: 0;
  bottom: 0.16rem;
  z-index: 20;
  padding: 0 0.2rem;
}
.ph-ban-hd .item {
  width: 8px;
  height: 8px;
  background: #ccc;
  float: left;
  margin: 0 0.1rem 0 0;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  cursor: pointer;
}
.ph-ban-hd .item.active {
  background: #fff;
}
/**** notice ***/
.index-notice {
  width: 100%;
  overflow: hidden;
  background: url(../images/index_05.jpg) no-repeat center center #f5f5f5;
  background-size: cover;
  padding: 13px 15px;
  font-size: 16px;
  line-height: 40px;
  color: #333;
  position: relative;
}
.index-notice .level-tit {
  float: left;
  font-size: 26px;
  color: #51c262;
  font-family: 'SimSun';
  margin-right: 26px;
}
.index-notice .level-tit .item {
  width: 40px;
  height: 40px;
  float: left;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  text-align: center;
  border: solid 1px #51c262;
}
.index-notice .level-tit .item:last-child {
  margin-left: -4px;
}
.index-notice .more {
  width: 120px;
  height: 36px;
  display: block;
  font-size: 14px;
  line-height: 34px;
  color: #40cd68;
  border: solid 1px #40cd68;
  text-align: center;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -18px;
}
.index-notice .more i {
  margin-left: 6px;
  font-style: normal;
}
@media screen and (max-width: 991px) {
  .index-notice {
    height: 0.66rem;
    padding: 0.17rem 0.2rem 0.17rem 0.92rem;
    line-height: 0.32rem;
    font-size: 0.16rem;
    background-image: url(../images/index_06.jpg);
  }
  .index-notice .level-tit {
    font-size: 0.2rem;
    position: absolute;
    left: 0.2rem;
    top: 50%;
    margin-top: -0.16rem;
  }
  .index-notice .level-tit .item {
    width: 0.32rem;
    height: 0.32rem;
  }
  .index-notice .level-tit .item:last-child {
    margin-left: -3px;
  }
}
.notice-list {
  width: 40%;
  min-width: 710px;
  float: left;
  overflow: hidden;
}
.notice-list li {
  padding-left: 10px;
  position: relative;
}
.notice-list li:before {
  content: '';
  width: 4px;
  height: 4px;
  display: block;
  background: #51c262;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
}
.notice-list a {
  max-width: 100%;
  display: inline-block;
  vertical-align: top;
  padding-right: 6em;
  position: relative;
}
.notice-list .tit {
  width: 100%;
  max-width: 15em;
  height: 30px;
  display: block;
  overflow: hidden;
  float: left;
}
.notice-list .time {
  display: block;
  font-family: Arial;
  color: #999;
  position: absolute;
  right: 0;
  top: 1px;
}
@media screen and (max-width: 991px) {
  .notice-list {
    width: 100%;
    min-width: 0;
  }
  .notice-list li {
    padding-left: 0;
  }
  .notice-list li:before {
    display: none;
  }
  .notice-list .tit {
    max-width: 12em;
    height: 0.32rem;
  }
}
/**** 业务邻域 ****/
.index-bss {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-top: 20px;
}
.index-bss .slide-inner {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
}
.index-bss .slide-inner:hover .slide-imgs .image {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
}
.index-bss .slide-inner:hover .slide-zhe {
  opacity: 0.5;
}
.index-bss .slide-imgs {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
}
.index-bss .slide-imgs .image {
  width: 100%;
  height: 11.75em;
  display: block;
  overflow: hidden;
  background: no-repeat center center;
  background-size: cover;
  position: relative;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.index-bss .slide-imgs img {
  width: 100%;
  max-width: 100%;
  display: none!important;
}
.index-bss .slide-zhe {
  width: 100%;
  height: 46px;
  display: block;
  background: #000;
  opacity: 0.3;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.index-bss .slide-tit {
  width: 100%;
  display: block;
  font-size: 20px;
  line-height: 46px;
  color: #fff;
  font-weight: bold;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 20;
  padding: 0 20px;
}
.index-bss .swiper-page {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .index-bss {
    margin-top: 0.4rem;
  }
  .index-bss .slide-zhe {
    height: 0.4rem;
  }
  .index-bss .slide-tit {
    font-size: 0.2rem;
    line-height: 0.4rem;
    font-weight: normal;
  }
  .index-bss .swiper-page {
    margin-top: 0.2rem;
  }
  .index-bss .slide-imgs .image{
   height: 11.45em;
  }
}
/**** 新闻 ***/
.index-ft {
  overflow: hidden;
  position: relative;
  padding: 0.58rem 0 0.5rem;
  margin: 0 -1.5em;
}
.index-ft .level-tit {
  font-size: 1.4em;
  line-height: 1em;
  color: #212121;
  padding-bottom: 0.6em;
  position: relative;
  overflow: hidden;
}
.index-ft .level-tit .tit {
  float: left;
}
.index-ft .level-tit .tit:hover a {
  color: #f46f36;
}
.index-ft .level-tit .more {
  font-size: 16px;
  float: right;
  color: #999;
}
.index-ft .level-tit .more:hover {
  color: #f46f36;
}
@media screen and (max-width: 767px) {
  .index-ft .level-tit .more {
    font-size: 0.16rem;
  }
}
.index-news-box {
  padding: 0 1.5em;
  overflow: hidden;
}
.index-news-box .level-tit {
  border-bottom: solid 1px #000;
}
.index-news-box .level-tit:hover a {
  color: #f46f36;
}
.news-imgs-slide {
  width: 47.6%;
  float: left;
  overflow: hidden;
  position: relative;
}
.news-imgs-slide .swiper-slide {
  overflow: hidden;
  position: relative;
}
.news-imgs-slide .slide-imgs {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
}
.news-imgs-slide .slide-imgs:hover .image{
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
}
.news-imgs-slide .slide-imgs .image {
  width: 100%;
  height: 15.5em;
  display: block;
  overflow: hidden;
  background: no-repeat center center;
  background-size: cover;
  transition: all 0.6s linear;
  -webkit-transition: all 0.6s linear;
}
.news-imgs-slide .slide-imgs img {
  width: 100%;
  max-width: 100%;
  display: block;
}
.news-imgs-slide .slide-date {
  width: 70px;
  height: 80px;
  display: block;
  background: url(../images/index_02.png) no-repeat center top;
  background-size: contain;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  font-family: Arial;
  color: #fff;
  padding-top: 8px;
}
.news-imgs-slide .slide-date .day {
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
}
.news-imgs-slide .slide-date .ym {
  font-size: 14px;
  line-height: 24px;
}
.news-imgs-slide .slide-bd {
  width: 100%;
/*   height: 3em; */
  overflow: hidden;
  position: relative;
  background: #f7f7f7;
  line-height: 1.5em;
  padding: 0 0.1rem;
  height: 60px;
}
.news-imgs-slide .slide-bd .tit {
  display: block;
  font-size: 18px;
  color: #333;
}
.news-imgs-slide .slide-bd .tit:hover {
  color: #f46f36;
}
.news-imgs-slide .swiper-page {
  line-height: 3px;
  text-align: right;
  position: absolute;
  left: 0;
  bottom: 5.6em;
  z-index: 30;
  padding: 0 0.8em;
  margin-bottom: -10px;
}
.news-imgs-slide .swiper-page .item {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  padding: 10px 0;
  margin: 0 0 0 5px;
  background-color: transparent;
}
.news-imgs-slide .swiper-page .item:after{
  content: '';
  width: 12px;
  height: 3px;
  display: block;
  background: #fff;
  opacity: 0.5;
}
.news-imgs-slide .swiper-page .item.active:after {
  background: #40cd68;
  opacity: 1;
}
.news-list-box {
  width: 50.6%;
  float: right;
}
.news-list-box .more {
  width: 120px;
  height: 32px;
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 14px;
  line-height: 32px;
  color: #fff;
  background: #40cd68;
}
.news-list-box .news-list {
  margin-top: 0.4em;
  margin-bottom: 1.8em;
}
.news-list {
  width: 100%;
  overflow: hidden;
}
.news-list li {
  height: 1.4em;
  line-height: 1.4em;
  color: #666;
  overflow: hidden;
  margin: 0.6em 0 0;
}
.news-list li:hover .tit {
  color: #f46f36;
}
.news-list .tit {
  max-width: 70%;
  font-size: 16px;
  float: left;
  overflow: hidden;
}
.news-list .time {
  float: right;
  font-size: 14px;
  color: #999;
}
.index-party-box {
  padding: 0 1.5em;
  overflow: hidden;
}
.index-party-box .news-list {
  margin-top: 0.3em;
}
.index-party-box .news-list li {
  margin-top: 0.4em;
}
.party-top {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
}
.party-top img {
  width: 100%;
  max-width: 100%;
  display: block;
}
.party-top .tit {
  width: 100%;
  height: 28px;
  overflow: hidden;
  font-size: 18px;
  line-height: 28px;
  color: #333;
  margin-top: 12px;
}
.party-top:hover .tit {
  color: #f46f36;
}
.index-party-box .image{
  height: 8em;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .index-party-box {
    margin-top: 0.4rem;
  }
}
@media screen and (max-width: 767px) {
  .index-ft {
    padding: 0.38rem 0;
  }
  .index-ft .level-tit {
    line-height: 0.3rem;
    font-size: 0.26rem;
    border-bottom: none;
  }
  .news-imgs-slide .slide-date {
    width: 0.58rem;
    padding-top: 0.08rem;
  }
  .news-imgs-slide .slide-date .day {
    font-size: 0.2rem;
    line-height: 1em;
  }
  .news-imgs-slide .slide-date .ym {
    font-size: 0.12rem;
    line-height: 0.18rem;
  }
  .news-imgs-slide .slide-bd {
    height: 0.55rem;
    line-height: 0.55rem;
    padding: 0 0.12rem;
  }
  .news-imgs-slide .slide-bd .tit {
    font-size: 0.18rem;
  }
  .news-list-box .more {
    width: 1.35rem;
    height: 0.4rem;
    font-size: 0.16rem;
    line-height: 0.4rem;
    margin: 0 auto;
  }
  .index-party-box {
    margin-top: 0.4rem;
  }
  .news-list .tit {
    max-width: 75%;
    font-size: 0.16rem;
  }
  .news-list .time {
    font-size: 0.14rem;
  }
  .party-top .tit {
    height: auto;
    font-size: 0.18rem;
    line-height: 0.24rem;
    margin-top: 0.1rem;
  }
  .news-imgs-slide,
  .news-list-box {
    width: 100%;
    float: none;
  }
  .news-imgs-slide .swiper-page {
    bottom: 0.72rem;
  }
  .news-list-box .news-list {
    margin-bottom: 0.18rem;
  }
  .news-list li {
    height: 0.28rem;
    margin-top: 0.1rem;
    line-height: 0.28rem;
  }
  .index-party-box .news-list {
    margin-top: 0.15rem;
  }
}

/***** 2018.12.28 ***/
.pc-ban-bd li&gt;a{
  display: block;
}
.pc-ban-bd .slide-doc{
  transform: translateY(-50%);
  margin-top: 0;
}
.pc-ban-bd .slide-doc img,
.ph-ban .doc img{
  width: 100%;
  max-width: 100%;
  display: block;
}</pre></body></html>