@media screen and (max-width: 1200px) {
  .pc-box {
    display: none;
  }
  .wap-box {
    width: 100vw;
    display: block;
    font-family: "PingFang";
  }
}

@keyframes bannermoving {
  from {
    background-size: 120% 120%;
  }
  to {
    background-size: 100% 100%;
  }
}

@-webkit-keyframes bannermoving {
  from {
    background-size: 120% 120%;
  }
  to {
    background-size: 100% 100%;
  }
}

.wap-box {
  min-height: 100vh;
  background: #f5f5f5 url("../images/wap/wap-bg.png") no-repeat center bottom;
  background-size: 100% auto;
  box-sizing: border-box;
  padding-bottom: 22vw;
  position: relative;
}

.wap-box .top-box {
  width: 100vw;
}

.wap-box .top-box .head-box {
  width: 100vw;
  height: 10.4vw;
  box-sizing: border-box;
  padding: 0 4vw;
  background: #fff;
  display: flex;
  align-items: center;
}

.wap-box .top-box .head-box .logo img {
  width: 25.07vw;
}

.wap-box .top-box .head-box .menu-icon {
  width: 4.53vw;
  position: absolute;
  top: 3.6vw;
  right: 4vw;
  z-index: 11;
}

.wap-box .top-box .head-box .menu-icon i {
  height: 0.4vw;
  display: block;
  border-radius: 0.2vw;
  background: #666;
  transition: all 0.5s ease;
}

.wap-box .top-box .head-box .menu-icon i:nth-child(1) {
  width: 3.73vw;
  margin-left: 0.8vw;
}

.wap-box .top-box .head-box .menu-icon i:nth-child(2) {
  width: 2.67vw;
  margin: 0.93vw 0 0.93vw 1.87vw;
}

.wap-box .top-box .head-box .menu-icon i:nth-child(3) {
  width: 4.53vw;
}

.wap-box .top-box .head-box .menu-icon.active i {
  background: #fff;
}

.wap-box .top-box .head-box .menu-icon.active i:nth-child(1) {
  width: 4.53vw;
  transform: rotate(45deg) translate(1.4vw);
}

.wap-box .top-box .head-box .menu-icon.active i:nth-child(2) {
  opacity: 0;
}

.wap-box .top-box .head-box .menu-icon.active i:nth-child(3) {
  transform: rotate(-45deg) translate(2.2vw);
}

.wap-box .top-box .head-box .menu-list {
  width: 0;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  background: rgba(35, 44, 113, 0.6);
  z-index: 10;
  box-sizing: border-box;
  padding: 10.4vw 0 0;
  opacity: 0;
  transition: all 0.5s ease;
}

.wap-box .top-box .head-box .menu-list.show {
  width: 43.93vw;
  opacity: 1;
}

.wap-box .top-box .head-box .menu-list li {
  width: calc(100% - 3.34vw);
  margin: 0 1.67vw;
}

.wap-box .top-box .head-box .menu-list li a {
  display: block;
  font-size: 3.8vw;
  line-height: 8.4vw;
  color: #fff;
  box-sizing: border-box;
  padding: 0 2.67vw;
}

.wap-box .top-box .head-box .menu-list li.current a {
  background: #232c71;
}

.wap-box .footer {
  width: 100vw;
  height: 22vw;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding-top: 2vw;
  position: absolute;
  bottom: 0;
  left: 0;
}

.wap-box .footer p {
  text-align: center;
  font-size: 2.67vw;
  line-height: 4.2vw;
  color: #333;
}

.wap-box .footer p b {
  color: #000;
}

.wap-box.page-index .top-box {
  height: 62.6vw;
  position: relative;
}

.wap-box.page-index .top-box .banner-swiper {
  width: 100%;
  /* height: 69.33vw; */
  height: 50.33vw;
}

.wap-box.page-index .top-box .banner-swiper .banner-item {
  width: 100%;
  height: 100%;
  background: no-repeat center;
  background-size: cover;
  overflow: hidden;
}

.wap-box.page-index .top-box .banner-swiper .banner-item .swiper-slide--text {
  width: 100%;
  box-sizing: border-box;
  padding: 0 4vw;
  margin-top: 20vw;
}

.wap-box.page-index .top-box .banner-swiper .banner-item .swiper-slide--text p {
  font-size: 3.83vw;
  font-weight: bold;
  color: #fff;
  font-style: italic;
  line-height: 4vw;
  text-shadow: 0px 0.67vw 0.53vw rgba(0, 46, 36, 0.13);
}

.wap-box.page-index
  .top-box
  .banner-swiper
  .banner-item
  .swiper-slide--text
  .shscn--heavy {
  font-size: 6vw;
  line-height: 9.2vw;
  font-style: italic;
  color: #fff;
  text-shadow: 0px 0.67vw 0.53vw rgba(0, 46, 36, 0.13);
}

.wap-box.page-index
  .top-box
  .banner-swiper
  .banner-item
  .swiper-slide--text
  .en {
  margin-top: 4vw;
}

.wap-box.page-index .top-box .banner-swiper .banner-page {
  bottom: 2.47vw;
  height: 1.87vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wap-box.page-index
  .top-box
  .banner-swiper
  .banner-page
  .swiper-pagination-bullet {
  width: 1.33vw;
  height: 1.33vw;
  background: #fff;
  opacity: 1;
  margin: 0 0.8vw;
}

.wap-box.page-index
  .top-box
  .banner-swiper
  .banner-page
  .swiper-pagination-bullet-active {
  width: 1.87vw;
  height: 1.87vw;
}

.wapnotice .notice {
  width: 100%;
  height: 9.07vw;
  /* position: absolute;
    left: 4vw;
    bottom: 2.67vw; */
  display: flex;
  z-index: 2;
}

.wapnotice .notice--label {
  width: 14.53vw;
  height: 100%;
  border-radius: 0.53vw 0 0 0.53vw;
  background: #232c71;
  font-size: 3.2vw;
  font-weight: bold;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wapnotice .notice--label .iconfont {
  font-size: 2.8vw;
  margin-left: 0.93vw;
  margin-top: 0.53vw;
}

.wapnotice .notice-swiper {
  flex-grow: 1;
  height: 100%;
  overflow: hidden;
  border-radius: 0 0.53vw 0.53vw 0;
  background: #304fa8;
}

.wapnotice {
  margin-top: 2vh;
  width: 92vw;
  margin-left: 4vw;
  margin-bottom: 3vh;
}

.wapnotice .notice-swiper .notice-item {
  display: flex;
  align-items: center;
  height: 100%;
  box-sizing: border-box;
  padding: 0 2.4vw;
}

.wapnotice .notice-swiper .notice-item .iconfont {
  font-size: 1.53vw;
  color: #fff;
  flex-shrink: 0;
  margin-right: 0.93vw;
}

.wapnotice .notice-swiper .notice-item .notice-text {
  font-size: 3.2vw;
  font-weight: 500;
  color: #fff;
}

.wap-box.page-index .entrance-group {
  width: 92vw;
  height: 24.67vw;
  margin: 2.93vw auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}

.wap-box.page-index .entrance-group a {
  display: block;
  width: 26.8vw;
  height: 24.67vw;
  overflow: hidden;
}

.wap-box.page-index .entrance-group a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wap-box.page-index .plate-title {
  width: 92vw;
  height: 6.13vw;
  box-sizing: border-box;
  padding-left: 1.87vw;
  position: relative;
  line-height: 6.13vw;
  font-size: 3.73vw;
  font-weight: bold;
  margin: 0 auto;
}

.wap-box.page-index .plate-title::before {
  content: "";
  width: 0.53vw;
  height: 3.6vw;
  background: #232c71;
  position: absolute;
  left: 0;
  top: 1.27vw;
}

.wap-box.page-index .news-center .wap-news-siwper {
  width: 100%;
  height: 48vw;
  margin: 2.67vw 0;
}

.wap-box.page-index .news-center .wap-news-siwper .swiper-slide {
  width: 80vw;
  background: no-repeat center;
  background-size: cover;
  border-radius: 1.33vw;
  overflow: hidden;
}

.wap-box.page-index .news-center .wap-news-siwper .swiper-slide .news-link {
  display: block;
  height: calc(100% - 25.13vw);
  background: linear-gradient(transparent, black);
  margin-top: 25.13vw;
  box-sizing: border-box;
  padding: 5.54vw 4vw 0;
}

.wap-box.page-index
  .news-center
  .wap-news-siwper
  .swiper-slide
  .news-link
  .title {
  font-size: 1.05em;
  line-height: 4vw;
  height: 1.6rem;
  color: #fff;
  font-weight: 500;
  white-space: nowrap;
  padding-top: 2vw;
}

.wap-box.page-index
  .news-center
  .wap-news-siwper
  .swiper-slide
  .news-link
  .date {
  font-size: 0.95em;
  font-weight: 500;
  color: #fff;
  line-height: 4vw;
}

.wap-box.page-index .list-data-box {
  width: 92vw;
  margin: 0 auto;
}

.wap-box.page-index .list-data-box .list-data {
  width: 100%;
}

.wap-box.page-index .list-data-box .list-data li {
  width: 92vw;
  /* height: 16vw; */
  border: 1.33vw;
  background: #fff;
  margin-bottom: 2.67vw;
  box-sizing: border-box;
  padding: 4vw;
}

.wap-box.page-index .list-data-box .list-data li a {
  display: block;
  width: 100%;
  height: 100%;
}

.wap-box.page-index .list-data-box .list-data li a .title {
  font-size: 1.05em;
  font-weight: 500;
  color: #000;
  line-height: 1.45em;
  font-family: "Microsoft YaHei";
}

.wap-box.page-index .list-data-box .list-data li a .date {
  font-size: 0.95em;
  font-weight: 500;
  color: #999;
  line-height: 4vw;
  margin-top: 6px;
}

.wap-box.page-index .list-data-box .more {
  width: 100%;
  height: 10.67vw;
  border-radius: 1.33vw;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95em;
  color: #000;
}

.wap-box.page-index .list-data-box .more .iconfont {
  font-size: 3.07vw;
  color: #304fa8;
}

.wap-box.page-index .vieo-box {
  width: 92vw;
  margin: 5.54vw auto 0;
}

.wap-box.page-index .vieo-box .video-top {
  width: 100%;
  height: 6.13vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.wap-box.page-index .vieo-box .video-top .more {
  flex-shrink: 0;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 3.2vw;
  color: #000;
}

.wap-box.page-index .vieo-box .video-top .more .iconfont {
  font-size: 3.07vw;
  color: #304fa8;
}

.wap-box.page-index .vieo-box .video-data {
  width: 100%;
  min-height: 68.8vw;
  border-radius: 1.33vw;
  overflow: hidden;
  background: #fff;
  margin-top: 2.86vw;
}

.wap-box.page-index .vieo-box .video-data .video-poster {
  width: 100%;
  height: 48vw;
  background: no-repeat center;
  background-size: cover;
  font-size: 13.47vw;
  color: rgba(255, 255, 255, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.wap-box.page-index .vieo-box .video-data video {
  width: 100%;
  height: 48vw;
  object-fit: fill;
}

.wap-box.page-index .vieo-box .video-data-info {
  box-sizing: border-box;
  padding: 3vw 4vw;
}

.wap-box.page-index .vieo-box .video-data-info .title {
  font-size: 1.3rem;
  font-weight: bold;
  color: #232c71;
  line-height: 1.35em;
}

.wap-box.page-index .vieo-box .video-data-info .desc {
  font-size: 1em;
  line-height: 1.3em;
  color: #868585;
  font-weight: 500;
  text-indent: 5.86vw;
  margin-top: 2.4vw;
}

.wap-box.page-index .work-box {
  margin: 5.33vw auto 0;
}

.wap-box.page-index .work-box .list-data-box {
  margin-top: 3.33vw;
}

.wap-box.page-inner .tab-bar-box,
.wap-box.page-inner .tab-sec-box {
  width: 100vw;
  height: 10.67vw;
  background: #232c71;
  box-sizing: border-box;
}

.wap-box.page-inner .tab-sec-box {
  background: #fff;
}

.wap-box.page-inner .tab-bar-box .wap-tab-bar,
.wap-box.page-inner .tab-sec-box .wap-tab-sec {
  width: 92vw;
  margin: 0 auto;
}

.wap-box.page-inner .tab-bar-box .wap-tab-bar .swiper-wrapper,
.wap-box.page-inner .tab-sec-box .wap-tab-sec .swiper-wrapper {
  justify-content: center;
}

.wap-box.page-inner .tab-bar-box .wap-tab-bar.scroll-tab .swiper-wrapper,
.wap-box.page-inner .tab-sec-box .wap-tab-sec.scroll-tab .swiper-wrapper {
  justify-content: left;
}

.wap-box.page-inner .tab-bar-box .wap-tab-bar .swiper-slide,
.wap-box.page-inner .tab-sec-box .wap-tab-sec .swiper-slide {
  width: auto;
  padding: 0 4vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wap-box.page-inner .tab-bar-box .wap-tab-bar .swiper-slide .tab-item,
.wap-box.page-inner .tab-sec-box .wap-tab-sec .swiper-slide .tab-item {
  display: block;
  font-size: 3.2vw;
  font-weight: 500;
  color: #fff;
  line-height: 10.67vw;
}

.wap-box.page-inner .tab-sec-box .wap-tab-sec .swiper-slide .tab-item {
  color: #666666;
}

.wap-box.page-inner .tab-bar-box .wap-tab-bar .swiper-slide .tab-item.current,
.wap-box.page-inner .tab-sec-box .wap-tab-sec .swiper-slide .tab-item.current {
  position: relative;
  font-weight: bold;
}

.wap-box.page-inner
  .tab-bar-box
  .wap-tab-bar
  .swiper-slide
  .tab-item.current::after,
.wap-box.page-inner
  .tab-sec-box
  .wap-tab-sec
  .swiper-slide
  .tab-item.current::after {
  content: "";
  width: 5.2vw;
  height: 0.53vw;
  border-radius: 0.27vw;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -2.6vw;
}

.wap-box.page-inner
  .tab-sec-box
  .wap-tab-sec
  .swiper-slide
  .tab-item.current::after {
  background: #304fa8;
}

.wap-box.page-inner .top-box-banner {
  width: 100vw;
  height: 48vw;
  background-position: center;
  background-size: auto 120%;
  animation: bannermoving 5s;
  -webkit-animation: bannermoving 5s;
  animation-fill-mode: forwards;
}

.wap-box.page-inner .container-box .news-list-box {
  width: 92vw;
  margin: 3.73vw auto 0;
}

.wap-box.page-inner .container-box .news-list-box .news-list .new-row {
  width: 100%;
  height: 24vw;
  border-radius: 1.33vw;
  background: #fff;
  overflow: hidden;
  margin-bottom: 2.67vw;
}

.wap-box.page-inner .container-box .news-list-box .news-list .new-row a {
  width: 100%;
  height: 100%;
  display: flex;
  box-sizing: border-box;
  padding: 2.67vw;
}

.wap-box.page-inner .container-box .news-list-box .news-list .new-row a .time {
  font-size: 2.67vw;
  font-weight: 500;
  color: #999;
  margin-top: -4vw;
}

.wap-box.page-inner .container-box .news-list-box .news-list .new-row--img {
  width: 24vw;
  height: 100%;
  border-radius: 0.8vw;
  margin-right: 2.67vw;
  flex-shrink: 0;
}

.wap-box.page-inner .container-box .news-list-box .news-list .new-row-data {
  width: 60vw;
}

.wap-box.page-inner .container-box .news-list-box .news-list .new-row--title {
  font-size: 4vw;
  line-height: 5.87vw;
  font-weight: bold;
  color: #000;
  margin-top: 0vw;
}

.wap-box.page-inner .container-box .news-list-box .news-list .new-row--content {
  font-size: 3.2vw;
  font-weight: 500;
  color: #666;
  line-height: 4vw;
  height: 8vw;
  overflow: hidden;
  margin: 1.2vw 0 4vw;
}

.wap-box.page-inner
  .container-box
  .news-list-box
  .news-list
  .new-row--content.line-text--two {
  margin-top: 2vw;
}

.wap-box.page-inner .container-box .news-list-box .news-list .no-thumb {
  height: 20vw;
}

.wap-box.page-inner
  .container-box
  .news-list-box
  .news-list
  .no-thumb
  .new-row-data {
  width: 100%;
}

.wap-box.page-inner
  .container-box
  .news-list-box
  .news-list
  .no-thumb
  .new-row-data
  .new-row--title {
  font-size: 4vw;
  line-height: 5vw;
  font-weight: 500;
  margin-top: 2vw;
  font-weight: bold;
}

.wap-box.page-inner
  .container-box
  .news-list-box
  .news-list
  .no-thumb
  .new-row-data
  .time {
  margin-top: 1.2vw;
}

.wap-box.page-inner .container-box .news-list-box .more {
  display: block;
  width: 92vw;
  height: 10.67vw;
  border-radius: 1.33vw;
  font-size: 3.2vw;
  font-weight: 500;
  color: #999;
  background: #fff;
  text-align: center;
  line-height: 10.67vw;
}

.wap-box.page-inner .container-box .news-details {
  width: 92vw;
  margin: 4.6vw auto;
}

.wap-box.page-inner .container-box .news-details .title-box {
  margin-bottom: 2vw;
}

.wap-box.page-inner .container-box .news-details .title-box .title-text {
  font-size: 1.55rem;
  font-weight: bold;
  color: #000;
  line-height: 2.1rem;
  letter-spacing: 0.2vw;
}

.wap-box.page-inner .container-box .news-details .title-box .detail-about {
  font-size: 1em;
  color: #999;
  margin-top: 2vw;
}

.wap-box.page-inner .container-box .news-details .title-box .detail-about span {
  margin-right: 6vw;
}

.wap-box.page-inner .container-box .news-details .detail-data {
  font-size: 3.47vw;
}

.wap-box.page-inner .container-box .news-details .detail-data img {
  max-width: 100%;
  margin: 3vw auto;
  display: block;
}

.wap-box.page-inner .container-box .news-details .detail-data h1 {
  font-size: 4.27vw;
  color: #304fa8;
  margin: 4vw 0;
}

.wap-box.page-inner .container-box .news-details .detail-data p {
  line-height: 1.9rem;
  text-indent: 6.94vw;
  color: #444444;
  font-size: 1.3rem;
  font-family: "微软雅黑";
}

.wap-box.page-inner .container-box .news-details .table-box {
  width: 100%;
  padding-top: 6vw;
}

.wap-box.page-inner .container-box .news-details .table-box table {
  margin: 0 auto;
  border-color: #e5e5e5;
}

.wap-box.page-inner .container-box .news-details .table-box th {
  line-height: 9.07vw;
  text-align: center;
  font-weight: bold;
  font-size: 3.2vw;
  color: #fff;
  background: #304fa8;
}

.wap-box.page-inner .container-box .news-details .table-box td {
  line-height: 9.33vw;
  text-align: center;
  font-size: 3.2vw;
  font-weight: 500;
  color: #666;
}

.wap-box.news-center .top-box-banner {
  background-image: url("../images/wap/banner-news-center.png");
}

.wap-box.group-overview .top-box-banner {
  background-image: url("../images/wap/banner-group-overview.png");
}

.wap-box.group-overview .container-box .news-details .detail-data p {
  color: #9b9b9b;
}

.wap-box.group-overview .u-leader-group {
  width: 92vw;
  margin: 5vw auto;
}

.wap-box.group-overview .leader-item {
  width: 100%;
  display: flex;
  /*align-items: flex-end;*/
  margin-bottom: 4vw;
}

/*.wap-box.group-overview .u-leader-group li{*/
/*  margin-bottom: 4vw;*/
/*  width: 100%;*/
/*  height: 36vw;*/
/*  display: flex;*/
/*  background: #fff url("../images/leader-bg.png") no-repeat bottom center;*/
/*  background-size: 100% auto;*/
/*  padding: 2vw 4vw 4vw;*/
/*  box-sizing: border-box;*/
/*}*/

/*.wap-box.group-overview .u-leader-group .leader-avatar{*/
/*  width: 18vw;*/
/*  height: 22vw;*/
/*  margin-right: 2.67vw;*/
/*  flex-shrink: 0;*/
/*}*/

/*.wap-box.group-overview .u-leader-group .leader-avatar img{*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  object-fit: cover;*/
/*}*/

.wap-box.group-overview .u-leader-group .name {
  font-size: 4.4vw;
  line-height: 6.4vw;
  font-weight: bold;
  color: #000;
  width: 20vw;
  text-align: right;
  margin-right: 4vw;
}

.wap-box.group-overview .u-leader-group .position {
  width: calc(100% - 24vw);
  font-size: 4.4vw;
  color: #333;
  line-height: 6.4vw;
  /*margin-top: 2.67vw;*/
}

.wap-box.group-overview .organizational-structure {
  width: 92vw;
  margin: 5vw auto;
}

.wap-box.group-overview .organizational-structure img {
  max-width: 100%;
}

.wap-box.party-work-group .top-box-banner {
  background-image: url("../images/wap/banner-party-work-group.png");
}

.wap-box.clean-government .top-box-banner {
  background-image: url("../images/wap/banner-clean-government.png");
}

.wap-box.information-disclosure .top-box-banner {
  background-image: url("../images/wap/banner-information-disclosure.png");
}

.wap-box.responsibility .top-box-banner {
  background-image: url("../images/wap/banner-responsibility.png");
}

.wap-box.recruit .top-box-banner {
  background-image: url("../images/wap/banner-recruit.png");
}

.wap-box.information-disclosure .u-information {
  width: 92vw;
  margin: 5vw auto;
}

.wap-box.information-disclosure .u-information h3 {
  color: #232c71;
  font-size: 4vw;
}

.wap-box.information-disclosure .u-information h4 {
  color: #000;
  margin: 2.6vw 0;
}

.wap-box.information-disclosure .u-information span {
  color: #304fa8;
  font-size: 3.47vw;
}

.wap-box.information-disclosure .u-information p {
  color: #666666;
  line-height: 6.67vw;
  font-size: 3.47vw;
}

.wap-box.information-disclosure .u-information img {
  max-width: 100%;
}

.wap-box.information-disclosure .contact-us {
  width: 92vw;
  margin: 5vw auto;
}

.wap-box.information-disclosure .contact-us .map-img {
  width: 100%;
  height: 48vw;
  box-sizing: border-box;
  border: 0.53vw solid #fff;
  margin-bottom: 2vw;
  overflow: hidden;
}

.wap-box.information-disclosure .contact-us .map-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wap-box.information-disclosure .contact-us .contact-info-item {
  width: 100%;
  display: flex;
  align-items: center;
  border-bottom: 0.13vw solid #dedede;
  padding: 2.67vw 8vw;
  box-sizing: border-box;
}

.wap-box.information-disclosure .contact-us .contact-info-item .info-data {
  text-align: left;
}

.wap-box.information-disclosure .contact-us .contact-info-item .info-data .tip {
  font-size: 3.2vw;
  line-height: 3.2vw;
  color: #000;
  font-weight: bold;
}

.wap-box.information-disclosure
  .contact-us
  .contact-info-item
  .info-data
  .text {
  font-size: 2.93vw;
  color: #4e4e4e;
  line-height: 3.2vw;
  margin-top: 1.8vw;
}

.wap-box.information-disclosure .contact-us .contact-info-item .iconfont {
  font-size: 5.3vw;
  color: #304fa8;
  margin-right: 2.67vw;
}

.wap-box.information-disclosure .contact-us .contact-info-item:last-child {
  border-bottom: none;
}
