@charset "UTF-8";
/* function.css */
/* 禁止选中文本 */
.usn {
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

/* 浮动 */
.fl {
  float: left;
}

.fr {
  float: right;
}

/* 宽度 */
.w100 {
  width: 100%;
}

.wh {
  width: 100%;
  height: 100%;
}

/* 元素类型 */
/* 多出部分用省略号表示 , 用于一行 */
.wes, .bm .swiper-slide p, .bm-list-item .det .p1,
.bm-list-item .det .p2 {
  overflow: hidden;
  word-wrap: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* 多出部分用省略号表示 , 用于多行 */
/* flex布局 */
.df-sb, .bm, .bm-list-item a, .notice_xz {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.df-sb::before, .bm::before, .bm-list-item a::before, .notice_xz::before, .df-sb::after, .bm::after, .bm-list-item a::after, .notice_xz::after {
  content: normal;
}
.df-sb > *, .bm > *, .bm-list-item a > *, .notice_xz > * {
  float: left;
}

/* ie11-失效原因 */
.df-sa {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.df-sa::before, .df-sa::after {
  content: normal;
}
.df-sa > * {
  float: left;
}

/* 垂直居中 */
.df-c {
  display: flex;
  align-items: center;
  justify-content: center;
}

.tb-c {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

.ts-c {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.ts-mc {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}

.ts-x {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.ts-y {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

/* 阴影效果 */
/* 滚动条滑块 */
.obj2cov, .img2scl img, .bm .swiper-slide .pic img {
  transition: all 0.5s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

[hidden],
.hidden {
  height: 100%;
  overflow: hidden;
  /* display: none; */
}

.bodyhid {
  width: 100%;
  height: 100% !important;
  overflow: hidden !important;
}

.bodyhid2 {
  width: 100%;
  height: 100% !important;
  overflow: hidden !important;
}

.img2scl, .bm .swiper-slide .pic {
  overflow: hidden;
}
.img2scl img, .bm .swiper-slide .pic img {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.img2scl:hover img, .bm .swiper-slide .pic:hover img {
  transform: scale(1.2);
}

header {
  background: url(../images/bm-hbg.png) no-repeat center;
  background-size: cover;
}
header .container .logo {
  max-width: calc(100% - 348px);
}
header .container .search-box {
  height: 36px;
  width: 303px;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(242, 223, 224);
}
header .container .search-but {
  height: 36px;
  width: 50px;
  border-radius: 0 18px 18px 0;
  background-color: #951a1e;
}

nav {
  background-color: #951a1e;
}

.banner .swiper-pagination span {
  background-color: rgb(255, 255, 255);
  opacity: 0.502;
  width: 81px;
  height: 7px;
  border-radius: 3.5px;
}
.banner .swiper-pagination span.on {
  opacity: 1;
  background-color: #951a1e;
}

footer {
  background: url(../images/bm-fbg.png) no-repeat center;
  background-size: cover;
}
footer .footer {
  padding: 27px 0;
  text-align: center;
  font-size: 14px;
  line-height: 36px;
  color: #fff;
}
footer .footer p {
  cursor: default;
}

.center-top {
  padding-top: 48px;
  background: url(../images/bm-bg1.png) no-repeat top center;
  background-size: 100% 100%;
  padding-bottom: 53px;
}
.center-bottom {
  background: url(../images/bm-bg3.png) no-repeat top center;
  background-size: 100% 100%;
  padding-top: 50px;
  padding-bottom: 60px;
}
.center-cen {
  padding-top: 46px;
  background: url(../images/bm-bg2.png) no-repeat top center;
  background-size: 100% 100%;
  padding-bottom: 42px;
}

.bm {
  align-items: flex-start;
}
.bm-banner {
  width: 50%;
}
.bm .swiper-slide {
  position: relative;
}
.bm .swiper-slide .pic {
  width: 100%;
  height: 446px;
}
.bm .swiper-slide p {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 86px 0 18px;
  line-height: 54px;
  color: #fff;
  font-size: 18px;
  background-color: rgba(0, 0, 0, 0.5);
}
.bm .swiper-pagination {
  width: auto;
  right: 17px;
  left: auto;
  bottom: 16px;
}
.bm .swiper-pagination span {
  width: 10px;
  height: 10px;
  background-color: #fff;
  opacity: 1;
}
.bm .swiper-pagination span.on {
  background-color: #992226;
}
.bm-list {
  width: 47.4285%;
}
.bm-list .normal-title3 {
  margin-top: -5px;
}
.bm-list-item {
  border-bottom: 1px dashed rgb(229, 229, 229);
  padding-bottom: 3px;
  padding-top: 4px;
}
.bm-list-item a {
  padding-right: 13px;
  padding-top: 14.8px;
  padding-bottom: 9px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.bm-list-item .det {
  width: calc(100% - 110px);
}
.bm-list-item .det .p1,
.bm-list-item .det .p2 {
  padding-left: 18px;
  line-height: 36px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.bm-list-item .det .p1 {
  font-size: 18px;
  color: #333;
  position: relative;
}
.bm-list-item .det .p1::before {
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 2px;
  height: 10px;
  background-color: #951a1e;
}
.bm-list-item .det .p2 {
  margin-top: -5px;
  font-size: 14px;
  color: #888888;
}
.bm-list-item .line {
  width: 1px;
  height: 46px;
  background-color: #c7c7c7;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.bm-list-item .time {
  text-align: center;
  line-height: 36px;
  color: #888888;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.bm-list-item .time .p1 {
  font-size: 20px;
}
.bm-list-item .time .p2 {
  margin-top: -9px;
  font-size: 14px;
}
.bm-list-item:hover a {
  background: url(../images/bm-libg.png) no-repeat center;
  background-size: cover;
}
.bm-list-item:hover .det .p1,
.bm-list-item:hover .det .p2,
.bm-list-item:hover .time .p1,
.bm-list-item:hover .time .p2 {
  color: #fff;
}
.bm-list-item:hover .det .p1::before {
  background-color: #fff;
}
.bm-list-item:hover .line {
  background-color: #fff;
}

.xyfc {
  margin-top: 0;
}

.notice_xz {
  align-items: flex-start;
}

.notice,
.xz {
  width: 48.571%;
}

.news-list {
  margin-top: 27px;
  width: 100%;
}
.news-list a {
  margin-bottom: 0;
  padding-top: 6px;
  padding-bottom: 10px;
}
.news-list a .det .p1 {
  color: #333;
}
.news-list a:hover {
  padding-left: 8px;
  background: url(../images/bm-libg.png) no-repeat center;
  background-size: cover;
}
.news-list a:hover .time {
  border: transparent;
}

.xyfc {
  width: 100%;
}
.xyfc .swiper-slide {
  position: relative;
}
.xyfc .swiper-slide .pic {
  height: 254px;
}
.xyfc .swiper-slide p {
  position: absolute;
  font-size: 16px;
  color: #fff;
  transform: none;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  width: 100%;
  padding: 0 10px;
  height: 46px;
  line-height: 46px;
  background-color: rgba(0, 0, 0, 0.5);
}
.xyfc .swiper-slide:hover p {
  background-color: #951a1e;
}
.xyfc .swiper-button-prev, .xyfc .swiper-button-next {
  transform: translateY(0%) !important;
}
.xyfc.zy .swiper-button-prev {
  background: url(../images/bm-left1.png) no-repeat center;
}
.xyfc.zy .swiper-button-next {
  background: url(../images/bm-right1.png) no-repeat center;
}

.pics-banner {
  margin-top: 37px;
}

.bm2 header .container .search-but {
  background-color: #21459e;
}
.bm2 nav {
  background-color: #21459e;
}
.bm2 .normal-title3 .name {
  color: #21459e;
}
.bm2 .normal-title3::before, .bm2 .normal-title3::after {
  background-color: #21459e;
}
.bm2 .normal-title3 .more:hover {
  background-color: #21459e;
}
.bm2 .banner .swiper-pagination span.on {
  background-color: #21459e;
}
.bm2 footer {
  background: url(../images/bm-fbg2.png) no-repeat center;
  background-size: cover;
}
.bm2 .center-cen {
  background: url(../images/bm-bg4.png) no-repeat top center;
}
.bm2 .bm .swiper-pagination span.on {
  background-color: #21459e;
}
.bm2 .bm-list-item .det .p1::before {
  background-color: #21459e;
}
.bm2 .bm-list-item:hover a {
  background: url(../images/bm-libg2.png) no-repeat center;
  background-size: cover;
}
.bm2 .news-list a:hover {
  background: url(../images/bm-libg2.png) no-repeat center;
  background-size: cover;
}
.bm2 .xyfc .swiper-slide:hover p {
  background-color: #21459e;
}

@media (max-width: 992px) {
  header .container .logo {
    max-width: calc(100% - 200px);
  }
  header .container .search-inp {
    width: 0;
    position: absolute;
    right: 0;
    top: 0;
    border: 1px solid #992226;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
  }
  header .container .search-but {
    width: 36px;
    border-radius: 50%;
  }
  header .container .search-box {
    width: 36px;
    border-radius: 18px;
  }
  header .container .search-box.show, header .container .search-box:hover {
    overflow: visible;
  }
  header .container .search-box.show .search-inp, header .container .search-box:hover .search-inp {
    width: 200px;
  }
  nav {
    background-color: #fff;
  }
  nav .nav-item.show {
    background-color: #992226;
  }
  .bm2 header .container .search-inp {
    border: 1px solid #21459e;
  }
  .bm2 nav {
    background-color: #fff;
  }
  .bm2 nav .nav-item.show {
    background-color: #21459e;
  }
}
@media (max-width: 768px) {
  header .container .logo {
    max-width: calc(100% - 60px);
  }
  .bm-banner, .bm-list {
    width: 100%;
  }
  .bm-list {
    margin-top: 5vw;
  }
  .bm .swiper-slide .pic {
    height: 60vw;
  }
  .bm .swiper-slide p {
    line-height: 46px;
    font-size: 16px;
  }
  .bm .swiper-pagination {
    bottom: 10px;
  }
  .bm-list-item a {
    padding-top: 8px;
    padding-bottom: 5px;
  }
  .bm-list-item .det .p1,
  .bm-list-item .det .p2 {
    line-height: 30px;
  }
  .bm-list-item .det .p1 {
    font-size: 16px;
  }
  .banner .swiper-pagination span {
    width: 40px;
  }
  .center-top {
    padding-top: 5vw;
    padding-bottom: 5vw;
  }
  .center-cen {
    padding-top: 5vw;
    padding-bottom: 4vw;
  }
  .notice,
  .xz {
    width: 100%;
  }
  .xz {
    margin-top: 4vw;
  }
  .news-list {
    margin-top: 3vw;
  }
}/*# sourceMappingURL=bm.css.map */