/* Write your styles */
/*banner样式*/
.modular-banner .modular-bg {
  width: 100%;
  height: 100%;
  background: url(../img/home-banner-bg1.jpg) no-repeat center center;
  background-size: 100% 100%;
  position: relative;
}
.modular-bg .banner-car {
  text-align: center;
  position: absolute;
  z-index: 98;
  width: 100%;
  bottom: -30px;
}
.modular-bg .banner-word {
  text-align: center;
  position: absolute;
  z-index: 99;
  width: 100%;
  bottom: 360px;
}
.modular-bg .banner-car img {
  width: 890px;
  margin: 0 auto;
}
.modular-bg .banner-word img {
  width: 420px;
}

/*关于我们样式*/
.page-body {
  padding: 20px;
  background-color: #ffff;
}
.modular-about {
  padding: 15px 10px;
  background: #fff;
  /*box-shadow:0 2px 10px rgba(0,0,0,0.1);*/
}
.modular-about .modular-about-con {
  text-indent: 3rem;
}

/*优势样式*/
.modular-adv {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 15px 0;
}
.modular-adv i {
  display: block;
  font-size: 4rem;
  font-weight: bold;
  color: #f37b1d;
  text-align: center;
}
.modular-adv p {
  text-align: center;
  margin: 0;
}

/* 信息公示样式start */
.txtMarquee-top {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.txtMarquee-top .hd {
  overflow: hidden;
  height: 30px;
  background: #f4f4f4;
  padding: 0 10px;
}
.txtMarquee-top .hd .prev,
.txtMarquee-top .hd .next {
  display: block;
  width: 9px;
  height: 5px;
  float: right;
  margin-right: 5px;
  margin-top: 5px;
  cursor: pointer;
}
.txtMarquee-top .hd a i.webIcon {
  display: initial;
  font-size: 2rem;
  font-weight: normal;
  color: #f37b1d;
  text-align: center;
}
.txtMarquee-top .hd .next {
  background-position: 0 -140px;
}
.txtMarquee-top .hd .prevStop {
  background-position: -60px -100px;
}
.txtMarquee-top .hd .nextStop {
  background-position: -60px -140px;
}
.txtMarquee-top .bd {
  padding: 5px;
}
.txtMarquee-top .infoList li {
  height: 24px;
  line-height: 24px;
  display: flex;
}
.txtMarquee-top .infoList li a{
  width: 85%;
  display: inherit;
  font-size: 12px;
}
.txtMarquee-top .infoList li .date {
  text-align: right;
  color: #999;
  width: 15%;
  font-size: 10px;
}
/* 信息公示样式end */
