#header .pc .menu {
  background: none;
}

img {
  display: block;
}

#banner .banner-box {
  margin: -45px auto 0;
  background: #ffffff;
  position: relative;
}
#banner .banner-box .tip {
  position: absolute;
  left: 0;
  top: 30%;
  width: 50%;
  z-index: 1;
}
#banner .banner-box .tip img {
  width: 100%;
}
#banner .banner-box .banner-swipe .swiper-slide {
  font-size: 0;
  line-height: 0;
  position: relative;
}
#banner .banner-box .banner-swipe .swiper-slide img {
  width: 100%;
}
#banner .banner-box .banner-swipe .swiper-slide .tools {
  width: 100%;
  max-width: 1100px;
  position: absolute;
  left: 50%;
  bottom: 30px;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
#banner .banner-box .swiper-pagination {
  width: 100%;
  height: 10px;
  right: 0;
  bottom: 20px;
  display: block !important;
  text-align: center;
}
#banner .banner-box .swiper-pagination-bullet {
  width: 60px;
  height: 4px;
  border-radius: 0;
  opacity: 1;
  background: rgba(0, 51, 153, 0.3);
  margin: 0 10px;
  left: auto;
  right: auto;
}
#banner .banner-box .swiper-pagination-bullet-active {
  width: 60px;
  height: 4px;
  background: #003399;
}

#main {
  width: 100%;
}
#main .search {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  height: 60px;
  line-height: 60px;
}
#main .search__keywords {
  font-size: 14px;
  display: -webkit-box;
  display: flex;
  width: 820px;
}
#main .search__keywords .title {
  color: #000;
}
#main .search__keywords a {
  display: inline-block;
  padding-left: 40px;
  color: #7e7e7e;
}
#main .search__keywords a:hover {
  color: #1871d7;
}
#main .search__input {
  margin-top: -15px;
  position: relative;
  z-index: 999;
}
#main .search__input form {
  position: relative;
}
#main .search__input form button {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  color: #ffffff;
  height: 60px;
  width: 60px;
  background: none;
  font-size: 16px;
  outline: none;
  cursor: pointer;
  padding: 0;
}
#main .search__input input {
  background-color: #003399;
  color: #8eb4e1;
  border: none;
  height: 60px;
  width: 300px;
  text-indent: 20px;
  font-size: 12px;
  padding: 0;
  outline: none;
}
#main .search__input input::-webkit-input-placeholder {
  color: #8eb4e1;
}
#main .search__input input::-moz-placeholder {
  color: #8eb4e1;
}
#main .search__input input:-ms-input-placeholder {
  color: #8eb4e1;
}
#main .search__input input::-ms-input-placeholder {
  color: #8eb4e1;
}
#main .search__input input::placeholder {
  color: #8eb4e1;
}
#main .news-wrap {
  margin-top: 40px;
}
#main .news-wrap .news-swipe .swiper-slide {
  position: relative;
}
#main .news-wrap .news-swipe h3 {
  width: 100%;
  height: 42px;
  line-height: 42px;
  font-size: 22px;
  color: #fff;
  font-weight: normal;
  background: rgba(0, 0, 0, 0.5);
  padding: 0 20px;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0;
  text-align: right;
}
#main .news-wrap .news-swipe h3 a {
  line-height: 42px;
  font-size: 18px;
  color: #fff;
  font-weight: normal;
  text-decoration: none;
}
#main .news-wrap .news-swipe .swiper-container .swiper-button-next {
  right: 5px;
}
#main .news-wrap .news-swipe .swiper-container .swiper-button-prev {
  left: 5px;
}
#main .news-wrap .news-swipe .swiper-container .swiper-button-next, #main .news-wrap .news-swipe .swiper-container .swiper-button-prev {
  background: rgba(0, 0, 0, 0.3);
  width: 38px;
  height: 38px;
  border-radius: 50%;
  color: #ffffff;
  text-align: center;
}
#main .news-wrap .news-swipe .swiper-container .swiper-button-next .iconfont, #main .news-wrap .news-swipe .swiper-container .swiper-button-prev .iconfont {
  font-size: 32px;
  line-height: 38px;
}
#main .news-wrap .news-swipe .pagination {
  height: 8px;
  left: 10px;
  bottom: 17px;
  width: 4rem;
}
#main .news-wrap .news-swipe .pagination .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  opacity: 1 !important;
  background: #ffffff;
}
#main .news-wrap .news-swipe .pagination .swiper-pagination-bullet-active {
  border-color: #2957A2;
  background: #2957A2;
}
#main .news-wrap .news-box .items {
  margin-bottom: 0;
}
#main .news-wrap .news-box .items .hd {
  width: 82px;
  height: 110px;
  position: relative;
  margin-right: 20px;
  padding-top: 10px;
}
#main .news-wrap .news-box .items .hd .date {
  width: 100%;
  height: 100%;
  position: absolute;
  background: #003399;
  text-align: center;
  padding-top: 5px;
  left: 0;
  top: 0;
}
#main .news-wrap .news-box .items .hd .day {
  font-size: 36px;
  color: #fff;
  line-height: 50px;
  padding-top: 10px;
}
#main .news-wrap .news-box .items .hd .mon {
  font-size: 16px;
  color: #fff;
}
#main .news-wrap .news-box .items .bd {
  flex: 1;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
}
#main .news-wrap .news-box .items .bd h3 {
  height: 20px;
  line-height: 20px;
  margin-bottom: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#main .news-wrap .news-box .items .bd h3 .iconfont {
  display: inline-block;
  height: 20px;
  font-size: 20px;
  vertical-align: text-top;
  color: #e01d00;
}
#main .news-wrap .news-box .items .bd h3 a {
  font-size: 18px;
  color: #343434;
  line-height: 20px;
  vertical-align: top;
  font-weight: 400;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-decoration: none;
}
#main .news-wrap .news-box .items .bd p {
  font-size: 14px;
  color: #343434;
  line-height: 21px;
  margin-bottom: 0;
  height: 80px;
  overflow: hidden;
}
#main .news-wrap .news-box .items .bd p a {
  font-size: 14px;
  color: #787878;
  line-height: 21px;
  text-decoration: none;
  font-weight: 300;
}
#main .news-wrap .news-box li {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  align-items: flex-start;
  padding: 10px 6px 10px 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  margin-bottom: 3px;
}
#main .news-wrap .news-box li:first-child {
  margin-top: -10px;
}
#main .news-wrap .news-box li:hover {
  background-color: #f3f3f3;
}
#main .notice {
  margin-bottom: 40px;
  margin-top: 30px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  height: 68px;
  font-size: 21px;
  line-height: 68px;
  background-color: #f3f3f3;
  background-image: url("../images/notice-bg.png");
  background-repeat: no-repeat;
  background-position: center right;
}
#main .notice .icon-title {
  width: 99px;
  height: 68px;
  line-height: 68px;
  background-color: #003399;
  color: #ffffff;
  font-size: 40px;
  text-align: center;
}
#main .notice .notice-slide {
  padding-left: 40px;
  position: relative;
  height: 68px;
  overflow: hidden;
}
#main .notice .notice-slide:before {
  position: absolute;
  left: -16px;
  top: 26px;
  display: block;
  content: " ";
  width: 0;
  height: 0;
  border: 8px solid;
  border-color: transparent #f3f3f3 transparent transparent;
}
#main .notice .notice-slide a {
  color: #555554;
  text-decoration: none;
  line-height: 38px;
}
#main .notice .notice-slide a:hover {
  color: #e01d00;
}
#main .notice .notice-slide a .iconfont {
  color: #e01d00;
  font-size: 38px;
  line-height: 38px;
}
#main .article-channel .channel {
  margin-bottom: 20px;
}
#main .article-channel h2 {
  height: 38px;
  font-size: 22px;
  line-height: 22px;
  color: #003399;
  border-bottom: 1px solid #003399;
}
#main .article-channel h2 .title {
  display: block;
  border-bottom: 2px solid #003399;
  float: left;
  padding-bottom: 14px;
}
#main .article-channel h2 a {
  float: right;
  font-size: 14px;
  color: #737373;
  text-decoration: none;
}
#main .article-channel h2 a i {
  margin-left: -5px;
}
#main .article-channel h2 a:hover {
  color: #e01d00;
}
#main .article-channel h2:after {
  content: " ";
  display: block;
  height: 0;
  font-size: 0;
  visibility: hidden;
  clear: both;
}
#main .article-channel .article-items {
  margin-top: 20px;
}
#main .article-channel .article-items ul {
  padding-right: 10px;
}
#main .article-channel .article-items ul li {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0 0 0 12px;
  position: relative;
  font-size: 16px;
  line-height: 37px;
}
#main .article-channel .article-items ul li a {
  color: #333333;
}
#main .article-channel .article-items ul li:before {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50px;
  border-left-color: #2957A2;
  position: absolute;
  background: #000;
  left: 2px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#main .article-channel .article-items ul li:hover a, #main .article-channel .article-items ul li:hover .date {
  color: #e01d00;
  text-decoration: none;
}
#main .article-channel .article-items ul li .date {
  font-size: 14px;
  color: #333;
  float: right;
  line-height: 30px;
}
#main .article-channel .exhibit-slide {
  padding: 0 20px;
  margin-top: 40px;
}
#main .article-channel .exhibit-slide .swiper-slide {
  flex-direction: column;
  -webkit-box-orient: vertical;
  -o-box-orient: vertical;
}
#main .article-channel .exhibit-slide .pic {
  box-shadow: 5px 7px 10px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  cursor: pointer;
}
#main .article-channel .exhibit-slide .pic img {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-backface-visibility: hidden;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
#main .article-channel .exhibit-slide .pic img:hover {
  -webkit-transform: scale(1.08, 1.08);
  transform: scale(1.08, 1.08);
}
#main .article-channel .exhibit-slide .tit {
  height: 20px;
  text-align: center;
  margin: 20px auto;
  cursor: pointer;
}
#main .article-channel .exhibit-slide .tit a {
  color: #333;
}
#main .article-channel .exhibit-slide .tit a:hover {
  color: #e01d00;
}
#main .article-channel .friend-link .friend-swipe {
  padding: 0 20px 70px;
  margin-top: 40px;
}
#main .article-channel .friend-link .friend-swipe .swiper-slide {
  /* Center slide text vertically */
  /* display: -webkit-box; */
  /* display: -webkit-flex; */
  display: -webkit-box;
  display: flex;
  /* -webkit-box-pack: center; */
  /* -webkit-justify-content: center; */
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
#main .article-channel .friend-link .friend-swipe .pic {
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  padding: 10px;
  width: 90%;
}
#main .article-channel .friend-link .friend-swipe .pic img {
  width: 100%;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-backface-visibility: hidden;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
#main .article-channel .friend-link .friend-swipe .pic img:hover {
  -webkit-transform: scale(1.08, 1.08);
  transform: scale(1.08, 1.08);
}
#main .article-channel .friend-link .friend-swipe .swiper-container {
  padding: 10px 0;
}

@media (max-width: 991px) {
  .news-wrap {
    margin-top: 0 !important;
  }

  .news-wrap .news-swipe,
  .banner-box {
    margin-bottom: 20px;
  }

  .banner-box {
    width: 100%;
    margin: 0 auto 20px !important;
  }

  #banner .banner-box .swiper-pagination {
    bottom: 0;
  }

  #banner .banner-box .swiper-pagination-bullet {
    width: 30px;
    height: 2px;
    margin: 0 5px;
  }

  .notice {
    background: #f3f3f3;
    height: 40px !important;
    width: 100%;
    background-size: contain;
  }
  .notice .icon-title {
    font-size: 20px !important;
    height: 40px !important;
    line-height: 40px !important;
    width: 50px !important;
  }
  .notice .notice-slide {
    height: 40px;
    line-height: 40px;
  }
  .notice .notice-slide:before {
    display: none !important;
  }
  .notice .notice-slide .swiper-slide {
    height: 40px;
    overflow: hidden;
  }
  .notice .notice-slide .swiper-slide a {
    line-height: 40px;
    font-size: 14px;
    text-align: left;
  }
  .notice .notice-slide .swiper-slide a .iconfont {
    font-size: 16px !important;
    line-height: 30px !important;
  }
}
