/* 滚动信息 start */

.roll-massage {
  display: none;
  width: 100%;
  background-color: #f4f4f4;
}
.roll-massage--show {
  visibility: show;
}
.roll-massage-wrapper {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  height: 36px;
  overflow: hidden;
  line-height: 36px;
}
.roll-massage-icon {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 4px;
  z-index: 10;
  line-height: 36px;
  background-color: #f4f4f4;
}
.roll-massage-icon svg {
  vertical-align: middle;
}
.roll-massage-container {
  display: inline-block;
  height: 100%;
  margin-left: 30px;
  white-space: nowrap;
  animation: slide 30s linear infinite;
}
.roll-massage-container:hover {
  animation-play-state: paused;
}
.roll-massage-container:hover .roll-massage-link {
  color: #f08200;
}
.roll-massage-link {
  display: inline-block;
  white-space: nowrap;
  margin: 0 100px;
  font-size: 14px;
  vertical-align: top;
  color: #4c2d82;
}
@keyframes slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* 快速导航 */

.fast-navigation {
  width: 100%;
  margin-top: 20px;
}
.fast-navigation .fn-list {
  display: flex;
  width: 100%;
  padding: 13px 15px;
  box-sizing: border-box;
  border-radius: 12px;
  background-color: #fff;
}
.fast-navigation .fn-link {
  text-decoration: none;
}
.fast-navigation .fn-item {
  flex: 1;
  padding: 12px 0;
  list-style: none;
  text-align: center;
}
.fast-navigation .fn-item-icon img {
  width: 50px;
  height: 50px;
}
.fast-navigation .fn-item h5 {
  margin: 0;
  margin-top: 5px;
  line-height: 22px;
  font-size: 16px;
  color: #000;
}
.fast-navigation .fn-item p {
  margin-top: 2px;
  font-size: 14px;
  color: #999;
  line-height: 20px;
}

.banner {
  width: 100%;
  overflow: hidden;
}

.banner .swiper-slide img {
  width: 100%;
  max-height: 350px;
  object-fit: cover;
}
.banner .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  background-color: rgba(0, 0, 0, 0.5);
}
.banner .swiper-pagination-bullet-active {
  background-color: #f5a623;
}

/* 滚动信息 end */

.am-control-paging {
  bottom: 15px !important;
  z-index: 99;
  width: 100%;
  position: absolute;
  text-align: center;
}

.am-control-paging li {
  margin: 0 6px;
  display: inline-block;
}

.am-control-paging a {
  width: 20px !important;
  height: 20px !important;
  display: block;
  background-color: #666;
  background-color: rgba(0, 0, 0, 0.5);
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  text-indent: -9999px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

.am-control-paging li .am-active {
  background-color: #f5a623 !important;
}

.module1 {
  margin: 50px 0;
}

.module1 .m1 .m1-i1 .m1-i1-1 {
  border: 5px solid #ffffff;
  height: 100%;
  padding: 20px;
}

.module1 .m1 .m1-i1 .m1-i1-1 .m1-i1-2 {
  background: rgba(33, 96, 255, 0.5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F2160FF, endColorstr=#7F2160FF);
  /*IE8支持*/
  height: 100%;
  text-align: center;
  color: #ffffff;
  font-weight: bold;

  padding-top: 100px;
}

.module .small {
  font-size: 15px;
}

.module1 .m1 .m1-i2 > div {
  padding-left: 15px;
  padding-right: 15px;
}

.module1 .m1 .m1-i2 .m1-i2-title {
  line-height: 80px;
}

.module1 .m1 .m1-i2 .m1-i2-title .left span {
  color: #999999;
}

.module1 .m1 .m1-i2 .m1-i2-body .m1-i2-body-left .m1-i2-b-title {
  margin-bottom: 5px;
}

.m1-i2-b-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -ms-line-clamp: 2;
  -ms-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.module1 .m1 .m1-i2 .m1-i2-body .m1-i2-body-right li {
  border-bottom: 1px solid #ededed;
  margin-bottom: 8px;
}

.module1 .m1 .m1-i2 .m1-i2-body .m1-i2-body-right li:last-child {
  border: none;
}

.module1 .m1 .m1-i2 .m1-i2-body .m1-i2-body-right span {
  display: block;
}

.module1 .m1 .m1-i2 .m1-i2-body .m1-i2-body-right .time {
  line-height: 2.5;
}

.module3 {
  margin-top: 50px;
}

.module3 .am-u-lg-4 {
  margin-bottom: 30px;
}

.charHeader {
  height: 105px;
  /* width: 55%; */
  margin: 60px auto;
}

.charHeader .chartitle {
  text-align: center;
  width: 100%;
  color: #666666;
  letter-spacing: 0;
  text-align: center;
}

.charLogo {
  height: 66px;
}

.charLogo .charLogoleft {
  width: 30%;
  height: 66px;
  background: url('../images/home/index-title-left.png') no-repeat;
  background-position-y: center;
  background-position-x: right;
  float: left;
}

.charLogo .charLogoright {
  height: 66px;
  background: url('../images/home/index-title-right.png') no-repeat;
  width: 30%;
  background-position-y: center;
  background-position-x: left;
  float: right;
}

.charLogo .charLogotext {
  width: 250px;
  margin: 0px auto;
  letter-spacing: 0;
  text-align: center;
  line-height: 66px;
}

.newNotice .noticeTitle div {
  color: #fff;
}

.bus-txt {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 80px;
  padding: 20px;
  color: #fff;
  z-index: 2;
  font-size: 18px;
}

.bus-txt h2 {
  text-align: left;
  padding-left: 14px;
  font-size: 27px;
  background: url(../images/tid.gif) no-repeat left center;
}

.kefu {
  position: fixed;
  right: 0px;
  padding: 10px 0;
  top: 55%;
  width: 80px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  background-color: #fff;
  z-index: 10;
}

.kefu a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 20px;
}

/* 动画 start */

.m1-i1-2,
.noticeTitle,
.charLogotext,
.chartitle {
  transition: all 2s ease-in-out;
  opacity: 0;
}

.m1-i1-2.show,
.noticeTitle.show,
.charLogotext.show,
.chartitle.show {
  opacity: 1;
}

.m1-i2-body-left {
  transform: translateX(-100px);
  transition: all 2s ease-in-out;
  opacity: 0;
}

.m1-i2-body-left.show {
  transform: translateX(0);
  opacity: 1;
}

.m1-i2-body-right,
.sameNoticeCon {
  transition: all 2.5s ease-in-out;
  opacity: 0;
  transform: translateY(100px);
}

.m1-i2-body-right.show,
.sameNoticeCon.show {
  transform: translateY(0);
  opacity: 1;
}

.sametzInfo,
.bus-txt {
  transition: all 1.5s ease-in-out;
  transform: scale(0.5);
}

.sametzInfo.show,
.bus-txt.show {
  transform: scale(1);
}

/* 动画 end */
