* {
  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-search {
  height: 705px;
}

header .header-top {
  position: absolute;
  color: #333;
}

header .header-top a {
  color: #333;
  text-decoration: none;
}

.news-list-bg {
  background: url(../images/main-bg.jpg) no-repeat center 0/cover;
}

.mySwiper {
  height: 406px;
  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: 70%;
  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: #006FD1;
}

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

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

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

.notice-top .tab-nav {
  font-size: 24px;
  height: 40px;
  position: relative;
}

.notice-top .tab-nav .nav-link {
  display: flex;
  width: 100%;
}

.notice-top .tab-nav .nav-link .nav-title {
  color: #006FD1;
  font-size: 26px;
  font-family: Dream Han Serif Exp CN;
}

.notice-top .tab-nav .nav-link .nav-more {
  flex: 1 1 auto;
  background: url(../images/bg-title1.png) no-repeat 0/cover;
  display: none;
}

.notice-top .tab-nav .active .nav-title {
  color: #006FD1;
  font-size: 26px;
  font-family: Dream Han Serif Exp CN;
  border-color: #006FD1;
  font-weight: bold;
}

.notice-top .tab-nav .active .nav-more {
  flex: 1 1 auto;
  background: url(../images/bg-title1.png) no-repeat 0/cover;
  display: block;
}

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

.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;
}

.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: #006FD1;
}

.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;
}

.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: #006FD1;
}

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

.title {
  position: relative;
  text-align: center;
  background-image: url(../images/bg-title.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.title .chinese-title {
  color: #006FD1;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 5px;
}

.office-link a {
  text-decoration: none;
  background-color: #fff;
  height: 220px;
}

.office-link a img {
  width: 60px;
  height: 60px;
  filter: drop-shadow(1px 0px 1px rgba(24, 106, 201, 0.4));
  -webkit-filter: drop-shadow(1px 0px 1px rgba(24, 106, 201, 0.4));
}

.office-link a .intro {
  width: 100%;
  word-wrap: break-word;
  font-size: 20px;
  color: #006FD1;
}

.office-link a .intro1 {
  width: 100%;
  word-wrap: break-word;
  font-size: 16px;
  color: #666666;
}

.swiper-special .swiper-button-next:after {
  display: none;
}

.swiper-special .swiper-button-prev:after {
  display: none;
}

.swiper-special .swiper-button-next {
  background: url(../images/turn-right.png) no-repeat center;
  top: 83px;
  right: 0;
}

.swiper-special .swiper-button-prev {
  background: url(../images/turn-left.png) no-repeat center;
  top: 83px;
  left: 0;
}

.swiper-special .swiper-slide {
  height: 196px;
  text-decoration: none;
}

.swiper-special .swiper-slide img {
  height: 166px;
}

.swiper-special .swiper-slide span {
  padding: 0 10px;
  color: #111;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.id-link-text {
  height: 160px;
  background: #1183E8;
}

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

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