.all {
  height: auto;
  overflow: hidden;
  display: block;
  width: 100%;
  margin: 0 auto;
}
.main .banner {
  height: auto;
  width: 100%;
  overflow: hidden;
  background: #eee;
  margin: 0 auto;
}
.main .banner img {
  width: 100%;
  height: 768px;
}
.main .swiper-container-horizontal > .swiper-pagination-bullets,
.main .swiper-pagination-custom,
.main .swiper-pagination-fraction {
  left: 47%;
}
.main .swiper-pagination-bullet-active {
  background-color: #f48a5b;
  width: 26px;
  border-radius: 6px;
  transition: 0.3s;
}
.main .bulletin {
  width: 100%;
  height: 214px;
  margin: 0 auto;
  position: relative;
  z-index: 100;
}
.main .bulletin .bull_gonggao {
  display: flex;
  position: absolute;
  top: -120px;
  width: 55%;
  left: 22.5%;
  overflow: hidden;
}
.main .bulletin .bull_gonggao .bull_small {
  padding: 0 10px;
  height: 35px;
  line-height: 35px;
  color: #fff;
  background: #f38a5a;
  text-align: center;
  border-radius: 4px;
}
.main .bulletin .bull_gonggao .bull_small img {
  width: 30px;
}
.main .bulletin .bull_gonggao .bull_cut {
  position: absolute;
  left: 35px;
  height: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
  width: calc(100% - 35px);
}
.main .bulletin .bull_gonggao .bull_cut img {
  display: none;
  width: 30px;
}
.main .bulletin .bull_gonggao marquee {
  background: rgba(244, 138, 91, 0.55);
  border-radius: 4px;
  line-height: 35px;
  width: 100%;
}
.main .bulletin .bull_gonggao .bul_time {
  width: 1200px;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 0.1px;
  text-align: center;
  font-weight: bold;
  line-height: 23px;
}
.main .bulletin .bull_content {
  display: none;
  position: absolute;
  top: -120px;
  width: 55%;
  left: 22.5%;
  overflow: hidden;
  height: 200px;
  backdrop-filter: blur(25px);
  padding: 24px 60px 20px 80px;
  animation: an1 0.6s ease both;
  border-radius: 12px;
}
.main .bulletin .bull_content_close {
  position: absolute;
  right: 24px;
  cursor: pointer;
}
.main .bulletin .bull_content_close img {
  width: 30px;
}
.main .bulletin .bull_content_html {
  overflow-y: scroll;
  height: 200px;
  padding-right: 12px;
}
.main .bulletin .bull_content_html::-webkit-scrollbar {
  width: 4px;
}
.main .bulletin .bull_content_html::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  opacity: 0.2;
  background: rgba(214, 209, 209, 0.6);
}
.main .bulletin .bull_content_html::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: rgba(214, 209, 209, 0.3);
}
@keyframes an1 {
  from {
    height: 80px;
    top: -80px;
  }
  to {
    top: -280px;
    height: 200px;
  }
}
.main .bulletin .bull_absolute {
  width: 56.3%;
  min-height: 214px;
  background: #ffffff;
  box-shadow: 0px 7px 34px 6px rgba(244, 138, 91, 0.22);
  border-radius: 20px;
  position: absolute;
  top: -75px;
  left: 22%;
}
.main .bulletin .bull_absolute .bull_fore {
  display: flex;
  padding: 46px 80px 39px 80px;
  width: 100%;
  justify-content: space-between;
}
.main .bulletin .bull_absolute .bull_fore > a {
  display: inline-block;
  width: 25%;
}
.main .bulletin .bull_absolute .bull_fore > a .bull_item {
  width: 100%;
}
.main .bulletin .bull_absolute .bull_fore > .bull_item {
  display: inline-block;
  width: 25%;
}
.main .bulletin .bull_absolute .bull_fore .bull_item .item_img {
  width: 64px;
  height: 64px;
  margin: 0 auto;
  text-align: center;
}
.main .bulletin .bull_absolute .bull_fore .bull_item .item_name {
  min-height: 24px;
  font-size: 18px;
  color: #171717;
  letter-spacing: 0.02px;
  text-align: center;
  font-weight: 600;
  margin-top: 41px;
  margin-left: -3px;
}
.main #goupiaoHover:hover #goupiao {
  display: none;
}
.main #goupiaoHover:hover #goupiaoback {
  display: block !important;
}
.main #goupiaoHover:hover .item_name {
  color: #f48a5b;
}
.main #xuzhiHover:hover #xuzhi {
  display: none;
}
.main #xuzhiHover:hover #xuzhiback {
  display: block !important;
}
.main #xuzhiHover:hover .item_name {
  color: #f48a5b;
}
.main #zixunHover:hover #zixun {
  display: none;
}
.main #zixunHover:hover #zixunback {
  display: block !important;
}
.main #zixunHover:hover .item_name {
  color: #f48a5b;
}
.main #tuanduiHover:hover #tuandui {
  display: none;
}
.main #tuanduiHover:hover #tuanduiback {
  display: block !important;
}
.main #tuanduiHover:hover .item_name {
  color: #f48a5b;
}
#D1pic2 {
  width: 1200px;
  height: 35px;
  line-height: 35px;
  overflow: hidden;
  background-color: rgba(244, 138, 91, 0.75);
  font-weight: bold;
  color: #ffffff;
  font-size: 16px;
  pointer-events: none;
}
@keyframes cssmarquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
    /* words -100% */
  }
}
.bulletin .swiper-slide {
  animation-delay: 1s !important;
}

/*# sourceMappingURL=index.min.css.map?0457fa46f08d1477e51c*/