* {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

header {
  position: relative;
  background-image: url(../images/bg_header.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

header .logo img {
  height: 180px;
}

main {
  background-color: #f8f8f8;
}

.header-search {
  height: 440px;
}

header .header-top {
  position: absolute;
  top: 0;
  width: 1296px;
  display: flex;
  justify-content: space-between;
}

header .header-top img {
  height: 50px;
}

header .header-top .right {
  height: 30px;
  background-color: #aa0407;
}

.mySwiper {
  height: 348px;
  position: relative;
}

.mySwiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mySwiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mySwiper .swiper-slide p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 100%;
  margin-bottom: 0;
  padding: 10px 0;
  color: #ffffff;
  z-index: 999;
  text-indent: 1em;
}

.mySwiper .swiper-slide:after {
  content: "";
  position: absolute;
  z-index: 111;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 44px;
  background: rgba(0, 0, 0, 0.4);
}

.mySwiper .swiper-pagination {
  position: absolute;
  max-width: 30%;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  left: auto !important;
  right: 10px;
  z-index: 9999;
  bottom: 16px !important;
}

.mySwiper .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background-color: #fff;
}

.mySwiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #c00000;
}

.notice-top {
  width: 100%;
  overflow: hidden;
}

.notice-top li {
  list-style-type: none;
}

.notice-top a {
  text-decoration: none;
  color: #000;
}

.notice-top .tab-nav {
  display: inline-block;
  border-bottom: 1px dashed #999;
  height: 40px;
  position: relative;
}

.notice-top .tab-nav .nav-link {
  display: flex;
  align-items: center;
}

.notice-top .tab-nav .nav-link .nav-title {
  font-style: italic;
  font-weight: bold;
  font-size: 26px;
  border: none;
}

.notice-top .tab-nav .nav-link img {
  height: 16px;
}

.notice-top .tab-nav .nav-link .nav-more {
  font-size: 16px;
  font-weight: normal;
  color: #666;
  display: none;
}

.notice-top .tab-nav .nav-link .nav-more:hover {
  color: #c00000;
}

.notice-top .tab-nav .active .nav-title {
  color: #c00000;
  border-color: #c00000;
  font-weight: bold;
  position: relative;
}

.notice-top .tab-nav .active .nav-more {
  display: block;
  position: absolute;
  top: 8px;
  right: -10px;
}

.notice-top .tab-nav a {
  margin-right: 10px;
}

.tab-body {
  margin-top: 20px;
}

.tab-body .active {
  display: block;
}

.tab-body .show {
  display: block !important;
}

.tab-body .news-list ul {
  padding-left: 0;
}

.tab-body .news-list ul li {
  padding-left: 25px;
  line-height: 3.6rem;
  display: flex;
  justify-content: space-around;
  background: url(../images/icon-num.png) no-repeat 0 center, linear-gradient(to left, transparent 0%, transparent 50%, #999 50%, #999 100%) repeat-x bottom/10px 1px;
}

.tab-body .news-list ul li a {
  flex: 1;
  text-align: left;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.tab-body .news-list ul li a:hover {
  color: #c00000;
}

.tab-body .news-list ul li span {
  flex-shrink: 0;
  text-align: right;
}

.tab-body .tab-content {
  display: none;
}

.tab-body .tab-content ul {
  padding-left: 0;
}

.tab-body .tab-content ul li {
  padding-left: 25px;
  line-height: 3.6rem;
  display: flex;
  justify-content: space-between;
  background: url(../images/icon-num.png) no-repeat 0 center, linear-gradient(to left, transparent 0%, transparent 50%, #999 50%, #999 100%) repeat-x bottom/10px 1px;
}

.tab-body .tab-content ul li a {
  flex: 1;
  text-align: left;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.tab-body .tab-content ul li a:hover {
  color: #c00000;
}

.tab-body .tab-content ul li span {
  flex-shrink: 0;
  text-align: right;
}

.container {
  max-width: 1320px !important;
  width: 1320px;
}

@media screen and (max-width: 1200px) {
  body {
    width: 1320px;
  }
}

