@keyframes triggerFadeInRight {
  0% {
    transform: translate(4px, 0px);
  }

  50% {
    transform: translate(0px, 0px);
  }

  100% {
    transform: translate(4px, 0px);
  }
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  border-radius: 8px;
}

::-webkit-scrollbar-track-piece {
  background: #f7f7f7;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(153, 153, 153, 0.4);
}

.pc-box {
  width: 100%;
}

.pc-box .top-box {
  width: 100%;
  height: 408px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: auto 100%;
  position: relative;
}

.page-index .top-box {
  background-image: none !important;
}

.pc-box .top-box .head-box {
  width: 100%;
  height: 142px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  box-sizing: border-box;
  padding: 0 13%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  z-index: 20;

}

.pc-box .top-box .head-box.white {
  box-shadow: inset 0px 0px 8px 0px rgb(0 0 0 / 9%);
}

.pc-box .top-box .head-box.white,
.pc-box .top-box .head-box.white:hover {
  background: #fff;
  color: #333333;
}

.pc-box .top-box .head-box.white .sub-nav-list {
  box-shadow: 0px 0px 5px #cccccc;
}

.pc-box .top-box .head-box.white a {
  color: #333333 !important;
}

.pc-box .top-box .head-box.white img.w {
  display: block;
}

.pc-box .top-box .head-box.white img.t {
  display: none;
}

.pc-box .top-box .head-box.white .weather p {
  color: #333333 !important;
}

.pc-box .top-box .head-box.white .weather p span {
  color: #333333 !important;
}

.pc-box .top-box .head-box.white .search span {
  color: #333333 !important;
}

.pc-box .top-box .head-box.white .search input {
  border: 1px solid #666666 !important;
}

.pc-box .top-box .head-box.white .nav-list .current::after {
  border-bottom: 1px solid #304fa8 !important;

}


.pc-box .head-box:hover {
  background-color: rgba(255, 255, 255, 0.8);
}

.pc-box .head-box:hover a {
  color: #333333 !important;
}

.pc-box .top-box .sub-nav-list li:hover a {
  color: #ffffff !important;
}

.pc-box .head-box:hover img.w {
  display: block;
}

.pc-box .head-box:hover img.t {
  display: none;
}

.pc-box .head-box:hover .weather p {
  color: #333333 !important;
}

.pc-box .head-box:hover .weather p span {
  color: #333333 !important;
}

.pc-box .head-box:hover .search span {
  color: #333333 !important;
}

.pc-box .head-box:hover .search input {
  border: 1px solid #666666 !important;
}

.pc-box .head-box:hover .nav-list .current::after {
  border-bottom: 1px solid #304fa8 !important;
}


.pc-box .top-box .head-box .logo {
  /* width: 247px;
  height: 58px; */
  display: block;
  margin-bottom: 32px;
}

.pc-box .top-box .head-box .logo img {
  width: 100%;
}

.pc-box .top-box .head-box .head-right {
  margin-left: auto;
}

.pc-box .top-box .head-box .head-right .weather {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 20px;
  color: #fff;
}

.pc-box .top-box .head-box .head-right .weather .search {
  height: 30px;
  overflow: hidden;
  display: flex;
  align-items: center;
  margin-right: 12px;
  margin-top: 4px;
  cursor: pointer;
}

.pc-box .top-box .head-box .head-right .weather .search input {
  width: 0;
  height: 30px;
  border: none;
  border-radius: 15px;
  transition: all 0.8s;
  margin-right: 10px;
  opacity: 0;
}

.pc-box .top-box .head-box .head-right .weather .search .iconfont {
  display: block;
  color: #fff;
}

.pc-box .top-box .head-box .head-right .weather .search.show-search input {
  width: 184px;
  box-sizing: border-box;
  padding: 0 14px;
  opacity: 1;
}

.pc-box .top-box .head-box .head-right .weather .iconfont-color {
  font-size: 24px;
  margin-left: 10px;
}

.pc-box .top-box .head-box .head-right .nav-list {
  width: 680px;
  height: 60px;
  display: flex;
  justify-content: space-between;
}

.pc-box .top-box .head-box .head-right .nav-list li {
  height: 100%;
}

.pc-box .top-box .head-box .head-right .nav-list li a {
  display: inline-block;
  height: 100%;
  line-height: 30px;
  color: #fff;
  font-weight: 200;
  font-size: 18px;
}

.pc-box .top-box .head-box .head-right .nav-list li.current {
  position: relative;
}

.pc-box .top-box .head-box .head-right .nav-list li.current::after {
  content: "";
  width: 100%;
  border-bottom: 1px solid #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}

.pc-box .top-box .head-box::after {
  content: "";
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  position: absolute;
  bottom: 0;
  left: 0;
}

.pc-box .top-box .breadcrumb {
  width: 100%;
  height: 20px;
  padding: 0 13%;
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 20px;
  left: 0;
  color: #fff;
  font-size: 14px;
  cursor: default;
}

.pc-box .top-box .breadcrumb .iconfont {
  font-size: 16px;
  margin-right: 2px;
}

.pc-box .top-box .breadcrumb .crumb-item a {
  display: block;
  color: #fff;
  padding: 0 8px;
  position: relative;
}

.pc-box .top-box .breadcrumb .crumb-item a::after {
  content: "";
  width: 1px;
  height: 14px;
  background: #fff;
  position: absolute;
  top: 3px;
  right: 0;
}

.pc-box .top-box .breadcrumb .crumb-item a:hover {
  opacity: 0.8;
}

.pc-box .top-box .breadcrumb li:nth-child(2) a {
  padding-left: 0;
}

.pc-box .top-box .breadcrumb li:last-child a:hover {
  opacity: 1;
}

.pc-box .top-box .breadcrumb li:last-child a::after {
  background: transparent;
}

.pc-box .has-aircraft-line {
  position: relative;
  min-height: 360px;
}

.pc-box .has-aircraft-line::after {
  content: "";
  width: 100%;
  height: 18px;
  background: url("../images/box-line.png") repeat-x;
  background-size: auto 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  animation: imgMove 3s infinite;
}

.pc-box.page-index .has-aircraft-line::after {
  width: 74%;
}

.pc-box .footer {
  width: 100%;
  height: 228px;
  background: #fff;
  box-sizing: border-box;
  padding-top: 30px;
}

.pc-box .footer .links-box {
  width: 74%;
  height: 45px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.pc-box .footer .links .label {
  font-size: 16px;
  color: #000;
  line-height: 16px;
  margin-bottom: 16px;
}

.pc-box .footer .links ul {
  height: 14px;
  display: flex;
}

.pc-box .footer .links ul li {
  padding: 0 12px;
  border-right: 1px solid rgba(72, 72, 72, 0.4);
}

.pc-box .footer .links ul li a {
  height: 14px;
  font-size: 14px;
  color: #868585;
  display: flex;
  align-items: center;
}

.pc-box .footer .links ul li a:hover {
  color: #304fa8;
}

.pc-box .footer .links ul li:first-child {
  padding-left: 0;
}

.pc-box .footer .links ul li:last-child {
  border-right: none;
}

.pc-box .footer .select-box {
  position: relative;
}

.pc-box .footer .select-box .select-data {
  width: 158px;
  height: 42px;
  border-radius: 3px;
  background: #26408A;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 16px;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}

.pc-box .footer .select-box .select-data span {
  display: block;
}

.pc-box .footer .select-box .select-data .select-text {
  margin-right: auto;
}

.pc-box .footer .select-box .select-data .iconfont {
  font-size: 12px;
  margin-top: 2px;
  flex-shrink: 0;
}

.pc-box .footer .select-box .select-list {
  min-width: 100%;
  max-height: 120px;
  box-sizing: border-box;
  border: 1px solid #26408A;
  border-radius: 0 0 3px 3px;
  background: #fff;
  position: absolute;
  top: 40px;
  left: 0;
  box-sizing: border-box;
  padding: 4px 2px;
  display: none;
  overflow-y: auto;
}

.pc-box .footer .select-box .select-list-item {
  width: 100%;
  min-height: 40px;
  box-sizing: border-box;
  padding: 0 10px;
  line-height: 40px;
  cursor: pointer;
  font-size: 14px;
  color: #666;
  white-space: nowrap;
}

.pc-box .footer .select-box .select-list-item:hover {
  background: rgba(35, 44, 113, 0.6);
}

.pc-box .footer .select-box .select-list-item:hover a {
  color: #fff;
}

.pc-box .footer .select-box .select-list-item.current {
  color: #fff;
  background: #26408A;
}

.pc-box .footer .select-box .select-list::-webkit-scrollbar {
  width: 3px;
}

.pc-box .footer .select-box .select-list::-webkit-scrollbar-track {
  border-radius: 2px;
}

.pc-box .footer .select-box .select-list::-webkit-scrollbar-track-piece {
  background: #f5f5f5;
}

.pc-box .footer .select-box .select-list::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #26408A;
}

.pc-box .footer .copy-data {
  width: 100%;
  height: 112px;
  margin-top: 41px;
  background: url("../images/foot-bg.jpg") no-repeat center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pc-box .footer .copy-data--text {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  text-align: center;
}

.pc-box .footer .copy-data--text span {
  font-weight: bold;
  color: #000;
}

.pc-box.page-index {
  background: #fff;
}

.pc-box.page-index .has-aircraft-line {
  background-color: #fff;
}

.pc-box.page-index .top-box {
  width: 100%;
  height: 744px;
  min-height: 142px;
  position: relative;
}

.pc-box.page-index .top-box .banner-swiper {
  width: 100%;
  height: 744px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.pc-box.page-index .top-box .banner-swiper .swiper-slide {
  width: 100%;
  height: 100%;
}

.pc-box.page-index .top-box .banner-swiper .swiper-slide .banner-item {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: auto 100%;
  box-sizing: border-box;
  padding: 0 13%;
  overflow: hidden;
}

.pc-box.page-index .top-box .banner-swiper .swiper-slide--text {
  width: 100%;
  margin-top: 248px;
}

.pc-box.page-index .top-box .banner-swiper .swiper-slide--text p {
  font-size: 35px;
  font-weight: bold;
  color: #fff;
  font-style: italic;
  line-height: 38px;
  text-shadow: 0px 5px 4px rgba(0, 46, 36, 0.13);
}

.pc-box.page-index .top-box .banner-swiper .swiper-slide--text .shscn--heavy {
  font-size: 56px;
  line-height: 96px;
  font-style: italic;
  color: #fff;
  text-shadow: 0px 5px 10px rgba(0, 0, 0, 0.53);
}

.pc-box.page-index .top-box .banner-swiper .swiper-slide--text .en {
  margin-top: 32px;
}

.pc-box.page-index .top-box .banner-swiper .banner-page {
  bottom: 30px;
  height: 15px;
  line-height: 15px;
}

.pc-box.page-index .top-box .banner-swiper .banner-page .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: #fff;
  opacity: 0.7;
}

.pc-box.page-index .top-box .banner-swiper .banner-page .swiper-pagination-bullet-active {
  opacity: 1;
}

.pc_top_notice {
  background: #fff;
  width: 100%;
  padding-top: 40px;
}

.pc_top_notice .notice {
  width: 74%;
  margin: 0 auto;
  display: flex;
}

.pc_top_notice .notice--label {
  width: 110px;
  height: 54px;
  background: #26408A;
  text-align: center;
  line-height: 54px;
  font-weight: bold;
  color: #fff;
  border-radius: 4px 0 0 4px;
}

.pc_top_notice .notice--label .iconfont {
  margin-left: 14px;
  font-size: 18px;
}

.pc_top_notice .notice-swiper {
  height: 54px;
  flex-grow: 1;
  border-radius: 0 4px 4px 0;
  background: #304fa8;
  overflow: hidden;
  box-sizing: border-box;
  padding: 0 20px;
}

.pc_top_notice .notice-swiper .notice-item {
  width: calc(100% - 30px);
  height: 54px;
  display: flex;
  align-items: center;
  color: #fff;
}

.pc_top_notice .notice-swiper .notice-item .iconfont {
  font-size: 12px;
  margin-right: 10px;
  flex-shrink: 0;
}

.pc_top_notice .notice-swiper .notice-item .notice-text {
  width: auto;
  max-width: 100%;
  font-size: 15px;
  color: #fff;
}

.pc_top_notice .notice-swiper .notice-item .notice-text:hover {
  opacity: 0.6;
}

.pc_top_notice .notice-swiper .notice-item .date {
  font-size: 14px;
  font-weight: bold;
  margin-left: 30px;
  flex-shrink: 0;
}

.pc_top_notice .notice-swiper .notice-prev,
.pc_top_notice .notice-swiper .notice-next {
  font-size: 16px;
  color: #fff;
  position: absolute;
  right: 20px;
  z-index: 2;
  cursor: pointer;
}

.pc_top_notice .notice-swiper .notice-prev {
  top: 10px;
}

.pc_top_notice .notice-swiper .notice-next {
  bottom: 10px;
}

.pc-box.page-index .news-box {
  width: 100%;
  box-sizing: border-box;
  padding: 45px 13% 48px;
  display: flex;
  justify-content: space-between;
  background: #fff;
}

.pc-box.page-index .news-box .more {
  font-size: 14px;
  color: #304fa8;
  font-weight: bold;
  display: inline-block;
  padding: 0 10px;
}

.pc-box.page-index .news-box .news-left {
  width: 410px;
}

.pc-box.page-index .news-box .news-left .plate-title {
  width: 100%;
  height: 72px;
  box-sizing: border-box;
  padding-left: 14px;
  position: relative;
  overflow: hidden;
  margin-bottom: 18px;
}

.pc-box.page-index .news-box .news-left .plate-title .en {
  font-size: 90px;
  font-weight: bold;
  line-height: 72px;
  color: #999;
  opacity: 0.2;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.pc-box.page-index .news-box .news-left .plate-title .cn {
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  color: #000;
  margin-top: 14px;
}

.pc-box.page-index .news-box .news-left .plate-title .tip {
  font-size: 14px;
  color: #9d9d9d;
  line-height: 12px;
  margin-top: 4px;
}

.pc-box.page-index .news-box .news-left .plate-title .more {
  position: absolute;
  bottom: 8px;
  right: -10px;
}

.pc-box.page-index .news-box .news-left .plate-title::before {
  content: "";
  width: 3px;
  height: 40px;
  background: #26408A;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.pc-box.page-index .news-box .news-left .news-swiper {
  width: 100%;
  height: 170px;
  border-radius: 4px 4px 0 0;
}

.pc-box.page-index .news-box .news-left .news-swiper-item {
  width: 100%;
  height: 100%;
  background: no-repeat center;
  background-size: cover;
}

.pc-box.page-index .news-box .news-left .news-swiper-data {
  width: 100%;
  height: 170px;
  border-radius: 0 0 4px 4px;
  background: #f7f7f7;
  box-sizing: border-box;
  padding: 20px 24px 0 14px;
}

.pc-box.page-index .news-box .news-left .news-swiper-data--title {
  font-size: 18px;
  color: #26408A;
}

.pc-box.page-index .news-box .news-left .news-swiper-data--desc {
  width: 100%;
  height: 48px;
  font-size: 15px;
  color: #5c5c5c;
  line-height: 24px;
  margin-top: 18px;
}

.pc-box.page-index .news-box .news-left .news-swiper-data .iconfont {
  display: block;
  font-size: 24px;
  color: #304fa8;
  margin-top: 12px;
  animation: triggerFadeInRight 0.8s infinite;
}

.pc-box.page-index .news-box .news-left .news-swiper .news-page {
  height: 14px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  box-sizing: border-box;
  padding-right: 9px;
}

.pc-box.page-index .news-box .news-left .news-swiper .news-page .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  border-radius: 2px;
  background: #999;
  opacity: 1;
  font-size: 12px;
  color: #fff;
  line-height: 16px;
}

.pc-box.page-index .news-box .news-left .news-swiper .news-page .swiper-pagination-bullet-active {
  background: #304fa8;
}

.pc-box.page-index .news-box .news-center {
  /* min-width: 416px; */
  width: 784px;
  box-sizing: border-box;
  padding-top: 10px;
  flex-grow: 1;
  margin: 0 40px 0 50px;
}

.pc-box.page-index .news-box .news-center .news-tab {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
}

.pc-box.page-index .news-box .news-center .news-tab--item {
  /* width: 120px; */
  padding: 0 20px;
  height: 100%;
  font-size: 20px;
  color: #424242;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}

.pc-box.page-index .news-box .news-center .news-tab--item:hover {
  color: #26408A;
  opacity: 0.8;
}

.pc-box.page-index .news-box .news-center .news-tab--item.current {
  color: #fff;
  font-weight: bold;
  background: #26408A;
  border-radius: 3px;
}

.pc-box.page-index .news-box .news-center .news-tab--item.current:hover {
  color: #fff;
  opacity: 1;
}

.pc-box.page-index .news-box .news-center .news-tab--item:nth-child(2).current {
  color: #f9d48c;
  background: #cc1c1c;
}

.pc-box.page-index .news-box .news-center .news-tab--item:nth-child(2).current:hover {
  color: #f9d48c;
}

.pc-box.page-index .news-box .news-center .more-box {
  text-align: right;
  line-height: 14px;
  margin-bottom: 6px;
  margin-top: -2px;
}

.pc-box.page-index .news-box .news-center .more-box .more {
  margin-right: -10px;
}

.pc-box.page-index .news-box .news-center .news-list {
  width: 100%;
}

.pc-box.page-index .news-box .news-center .news-list-item {
  width: 100%;
  height: 90px;
  box-sizing: border-box;
  padding-top: 20px;
  border-bottom: 1px solid #e5e5e5;
}

.pc-box.page-index .news-box .news-center .news-list-item a {
  display: flex;
  width: 100%;
  height: 100%;
}

.pc-box.page-index .news-box .news-center .news-list-item .date {
  flex-shrink: 0;
  font-size: 14px;
  color: #868585;
  text-align: right;
  margin-right: 26px;
}

.pc-box.page-index .news-box .news-center .news-list-item .date .day {
  font-size: 24px;
  line-height: 24px;
  display: inline-block;
  border-bottom: 2px solid #868585;
}

.pc-box.page-index .news-box .news-center .news-list-item .date .year-month {
  line-height: 20px;
}

.pc-box.page-index .news-box .news-center .news-list-item-data {
  flex-grow: 1;
  width: calc(100% - 150px);
}

.pc-box.page-index .news-box .news-center .news-list-item-data .iconfont {
  display: none;
  flex-shrink: 0;
}

.pc-box.page-index .news-box .news-center .news-list-item-data--title {
  width: 100%;
  height: 18px;
  line-height: 18px;
  color: #141414;
  font-size: 18px;
}

.pc-box.page-index .news-box .news-center .news-list-item-data--desc {
  width: 100%;
  height: 44px;
  font-size: 15px;
  line-height: 22px;
  color: #868585;
  margin-top: 8px;
}

.pc-box.page-index .news-box .news-center .news-list-item:last-child {
  border-bottom: none;
}

.pc-box.page-index .news-box .news-center .news-list-item:hover .date {
  color: #304fa8;
}

.pc-box.page-index .news-box .news-center .news-list-item:hover .date .day {
  border-color: #304fa8;
}

.pc-box.page-index .news-box .news-center .news-list-item:hover .news-list-item-data .iconfont {
  font-size: 18px;
  display: inline;
  margin-right: 6px;
  color: #304fa8;
}

.pc-box.page-index .news-box .news-center .news-list-item:hover .news-list-item-data--title {
  color: #26408A;
}

.pc-box.page-index .news-box .news-right {
  width: 130px;
  box-sizing: border-box;
  padding-top: 49px;
  flex-shrink: 0;
}

.pc-box.page-index .news-box .news-right .entrance-item {
  width: 100%;
  height: 120px;
  overflow: hidden;
  margin-bottom: 10px;
  display: block;
}

.pc-box.page-index .news-box .news-right .entrance-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pc-box.page-index .news-box::after {
  background-color: #fff;
}

.pc-box.page-index .video-box {
  width: 100%;
  height: 588px;
  box-sizing: border-box;
  padding-bottom: 52px;
  margin-top: 30px;
  background: #fff;
}

.pc-box.page-index .video-box::before {
  content: "";
  width: 100%;
  height: 300px;
  background: #fff;
  position: absolute;
  top: -30px;
  left: 0;
  z-index: 0;
}

.pc-box.page-index .video-box .video-container {
  width: 100%;
  height: 535px;
  box-sizing: border-box;
  padding: 0 13%;
  background: url("../images/video-bg.png") no-repeat left center;
  background-size: auto 100%;
  position: relative;
  z-index: 1;
  display: flex;
}

.pc-box.page-index .video-box .video-data {
  width: 428px;
  height: 100%;
  box-sizing: border-box;
  padding-top: 83px;
  position: relative;
  flex-shrink: 0;
}

.pc-box.page-index .video-box .video-data .plate-title {
  width: 100%;
  height: 80px;
  position: relative;
}

.pc-box.page-index .video-box .video-data .plate-title .en {
  font-size: 30px;
  font-weight: bold;
  color: #ccc;
  line-height: 26px;
  margin-bottom: 14px;
}

.pc-box.page-index .video-box .video-data .plate-title .cn,
.pc-box.page-index .video-box .video-data .plate-title .tip {
  box-sizing: border-box;
  padding-left: 13px;
}

.pc-box.page-index .video-box .video-data .plate-title .cn {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  line-height: 20px;
}

.pc-box.page-index .video-box .video-data .plate-title .tip {
  font-size: 14px;
  color: #9d9d9d;
  line-height: 12px;
  margin-top: 8px;
}

.pc-box.page-index .video-box .video-data .plate-title::after {
  content: "";
  width: 3px;
  height: 40px;
  background: #26408A;
  position: absolute;
  bottom: 0;
  left: 0;
}

.pc-box.page-index .video-box .video-data-text {
  margin-top: 64px;
  width: 350px;
}

.pc-box.page-index .video-box .video-data-text--title {
  font-size: 18px;
  line-height: 24px;
  color: #26408A;
  margin-bottom: 20px;
}

.pc-box.page-index .video-box .video-data-text--desc {
  height: 44px;
  font-size: 14px;
  line-height: 22px;
  color: #333;
  text-indent: 28px;
  margin-bottom: 6px;
}

.pc-box.page-index .video-box .video-data .more {
  width: 100px;
  height: 36px;
  display: block;
  border-radius: 3px;
  background: #26408A;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #fff;
  margin-top: 40px;
}

.pc-box.page-index .video-box .video-data .more:hover {
  background: #304fa8;
}

.pc-box.page-index .video-box .video-data::after {
  content: "";
  width: 100%;
  height: 12px;
  background: url("../images/video-line.png") no-repeat left center;
  background-size: auto 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.pc-box.page-index .video-box .video-play-box {
  min-width: 772px;
  width: 62%;
  flex-grow: 1;
}

.pc-box.page-index .video-box .video-play-box .video-change {
  min-width: 438px;
  width: 60%;
  height: 83px;
  background: #f5f5f5;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding-left: 40px;
  position: relative;
}

.pc-box.page-index .video-box .video-play-box .video-change .video-page {
  font-size: 44px;
  line-height: 44px;
  color: #666666;
  display: flex;
  align-items: flex-end;
  font-weight: lighter;
}

.pc-box.page-index .video-box .video-play-box .video-change .video-page .swiper-pagination-current {
  font-size: 50px;
  line-height: 40px;
  font-weight: bold;
  color: #304fa8;
  margin-top: 2px;
  margin-right: 4px;
}

.pc-box.page-index .video-box .video-play-box .video-change .video-page .swiper-pagination-total {
  font-weight: bold;
  font-size: 20px;
  line-height: 18px;
}

.pc-box.page-index .video-box .video-play-box .video-change-operation {
  width: 80px;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.pc-box.page-index .video-box .video-play-box .video-change-operation .iconfont {
  width: 40px;
  height: 100%;
  margin: 0;
  text-align: center;
  line-height: 83px;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  background: #304fa8;
  margin-left: 1px;
}

.pc-box.page-index .video-box .video-play-box .video-change-operation .iconfont.swiper-button-disabled {
  background: #cccccc;
}

.pc-box.page-index .video-box .video-play-box .video-swiper {
  width: 100%;
  height: calc(100% - 83px);
  border-radius: 4px 0 4px 4px;
  overflow: hidden;
  background: #fff;
}

.pc-box.page-index .video-box .video-play-box .video-swiper .video-item {
  width: 100%;
  height: 100%;
  position: relative;
}

.pc-box.page-index .video-box .video-play-box .video-swiper .video-item .video-poster {
  width: 100%;
  height: 100%;
  background: no-repeat center;
  background-size: cover;
  font-size: 100px;
  color: rgba(255, 255, 255, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.pc-box.page-index .video-box .video-play-box .video-swiper video {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.pc-box.page-index .work-box {
  width: 100%;
  box-sizing: border-box;
  padding: 28px 13% 45px;
  background: #fff;
}

.pc-box.page-index .work-box .plate-title {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding-left: 13px;
  position: relative;
  margin-bottom: 14px;
}

.pc-box.page-index .work-box .plate-title .en {
  font-size: 40px;
  font-weight: bold;
  color: #cccccc;
  margin-left: auto;
}

.pc-box.page-index .work-box .plate-title .cn {
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000;
}

.pc-box.page-index .work-box .plate-title .tip {
  font-size: 14px;
  color: #9d9d9d;
  line-height: 14px;
  margin-top: 8px;
}

.pc-box.page-index .work-box .plate-title::before {
  content: "";
  width: 3px;
  height: 40px;
  background: #26408A;
  position: absolute;
  top: 0;
  left: 0;
}

.pc-box.page-index .work-box .work-container {
  width: 100%;
  box-sizing: border-box;
  padding: 34px 21.8% 34px 36px;
  box-sizing: border-box;
  background: #fff;
  position: relative;
  display: flex;
  overflow: hidden;
}

.pc-box.page-index .work-box .work-container .work-data {
  min-width: 340px;
  flex-grow: 1;
}

.pc-box.page-index .work-box .work-container .work-data-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
}

.pc-box.page-index .work-box .work-container .work-data .date {
  flex-shrink: 0;
  font-size: 14px;
  color: #868585;
  text-align: right;
  margin-right: 26px;
}

.pc-box.page-index .work-box .work-container .work-data .date .day {
  font-size: 24px;
  line-height: 24px;
  display: inline-block;
  border-bottom: 2px solid #868585;
}

.pc-box.page-index .work-box .work-container .work-data .date .year-month {
  line-height: 20px;
}

.pc-box.page-index .work-box .work-container .work-data .more {
  display: block;
  font-size: 24px;
  color: #304fa8;
  margin-top: 12px;
  animation: triggerFadeInRight 0.8s infinite;
}

.pc-box.page-index .work-box .work-container .work-data--title {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  line-height: 22px;
  margin-top: 30px;
}

.pc-box.page-index .work-box .work-container .work-data--desc {
  width: 100%;
  height: 44px;
  font-size: 14px;
  color: #868585;
  line-height: 22px;
  text-indent: 28px;
  margin-top: 14px;
}

.pc-box.page-index .work-box .work-container .work-data .more-button {
  display: block;
  width: 100px;
  height: 36px;
  border-radius: 3px;
  background: #26408A;
  font-size: 14px;
  color: #fff;
  line-height: 36px;
  text-align: center;
  margin-top: 68px;
}

.pc-box.page-index .work-box .work-container .work-swiper {
  min-width: 470px;
  width: 34%;
  height: 300px;
  margin-left: 28px;
}

.pc-box.page-index .work-box .work-container .work-swiper--img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pc-box.page-index .work-box .work-container .work-control {
  width: 316px;
  height: 302px;
  margin: 0;
  position: absolute;
  right: 24px;
  top: 34px;
  box-sizing: border-box;
  padding-right: 12px;
  overflow: hidden;
  overflow-y: auto;
  z-index: 1;
}

.pc-box.page-index .work-box .work-container .work-control .control-item {
  min-width: 260px;
  width: 25%;
  height: 68px;
  border-radius: 4px 0 0 4px;
  background: #fff;
  margin: 10px 0 10px 44px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  box-sizing: border-box;
  padding-right: 12px;
}

.pc-box.page-index .work-box .work-container .work-control .control-item--title {
  width: 176px;
  height: 44px;
  font-size: 16px;
  color: #666;
  line-height: 22px;
  margin-right: 14px;
}

.pc-box.page-index .work-box .work-container .work-control .control-item .date {
  width: 52px;
  flex-shrink: 0;
  font-size: 14px;
  color: #666;
  text-align: right;
}

.pc-box.page-index .work-box .work-container .work-control .control-item .date .day {
  font-size: 24px;
  line-height: 24px;
  display: inline-block;
  border-bottom: 2px solid #666;
}

.pc-box.page-index .work-box .work-container .work-control .control-item .date .year-month {
  line-height: 20px;
}

.pc-box.page-index .work-box .work-container .work-control .control-item.current {
  width: 304px;
  margin-left: 0;
  background: #26408A;
}

.pc-box.page-index .work-box .work-container .work-control .control-item.current .control-item--title {
  color: #fff;
}

.pc-box.page-index .work-box .work-container .work-control .control-item.current .date {
  color: #fff;
}

.pc-box.page-index .work-box .work-container .work-control .control-item.current .date .day {
  border-color: #fff;
}

.pc-box.page-index .work-box .work-container .work-control .control-item:first-child {
  margin-top: 0;
}

.pc-box.page-index .work-box .work-container .work-control .control-item:nth-child(4n) {
  margin-bottom: 0;
}

.pc-box.page-index .work-box .work-container .work-control .control-item:last-child {
  margin-bottom: 0;
}

.pc-box.page-index .work-box .work-container .work-control::-webkit-scrollbar {
  width: 4px;
}

.pc-box.page-index .work-box .work-container .work-control::-webkit-scrollbar-track {
  border-radius: 2px;
}

.pc-box.page-index .work-box .work-container .work-control::-webkit-scrollbar-track-piece {
  background: #fff;
}

.pc-box.page-index .work-box .work-container .work-control::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #304fa8;
}

.pc-box.page-inner {
  background: #fff url("../images/inner-bg.png") no-repeat center bottom;
}

.pc-box.page-inner .inner-tab {
  width: 100%;
  height: 64px;
  box-sizing: border-box;
  padding: 0 13%;
  background: #fff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pc-box.page-inner .inner-tab li {
  min-width: 184px;
  height: 100%;
  padding: 0 40px;
  box-sizing: border-box;
}

.pc-box.page-inner .inner-tab li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 16px;
  text-align: center;
  line-height: 64px;
  color: #666;
}

.pc-box.page-inner .inner-tab li a:hover {
  color: #304fa8;
  opacity: 0.8;
}

.pc-box.page-inner .inner-tab li.current {
  position: relative;
}

.pc-box.page-inner .inner-tab li.current a {
  color: #304fa8;
}

.pc-box.page-inner .inner-tab li.current a:hover {
  opacity: 1;
}

.pc-box.page-inner .inner-tab li.current::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #304fa8;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.pc-box.page-inner .inner-tab::after {
  content: "";
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.pc-box.page-inner .container-box {
  width: 100%;
  min-height: 20vh;
  box-sizing: border-box;
  padding: 0 13%;
}

.pc-box.page-inner .plate-title {
  height: 42px;
  box-sizing: border-box;
  padding-left: 12px;
  position: relative;
  overflow: hidden;
}

.pc-box.page-inner .plate-title .cn {
  height: 20px;
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  color: #000;
}

.pc-box.page-inner .plate-title .cn .iconfont {
  color: #304fa8;
  margin-left: 7px;
}

.pc-box.page-inner .plate-title .en {
  font-size: 20px;
  color: #d7d7d9;
  line-height: 15px;
  margin-top: 6px;
}

.pc-box.page-inner .plate-title::before {
  content: "";
  width: 3px;
  height: 100%;
  background: #26408A;
  position: absolute;
  top: 0;
  left: 0;
}

.pc-box.page-inner .picture-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.pc-box.page-inner .picture-list .picture-item {
  min-width: 380px;
  width: calc((100% - 60px) / 3);
  height: 220px;
  border-radius: 10px;
  background: #f5f5f5;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
}

.pc-box.page-inner .picture-list .picture-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pc-box.page-inner .picture-list .picture-item .picture-item-data {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.pc-box.page-inner .picture-list .picture-item .picture-item-data--title {
  width: 100%;
  height: 48px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 48px;
  background: rgba(35, 44, 113, 0.9);
  position: absolute;
  bottom: 0px;
  left: 0;
  transition: all 0.5s;
}

.pc-box.page-inner .picture-list .picture-item .picture-item-data-detail {
  width: 300px;
  height: 190px;
  border-radius: 6px;
  background: rgba(35, 44, 113, 0.9);
  position: absolute;
  top: 15px;
  left: 50%;
  margin-left: -150px;
  transform: scale(0);
  opacity: 0;
  transition: all 0.5s;
  box-sizing: border-box;
  padding: 20px;
}

.pc-box.page-inner .picture-list .picture-item .picture-item-data-detail .name {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 26px;
  padding-bottom: 10px;
  position: relative;
}

.pc-box.page-inner .picture-list .picture-item .picture-item-data-detail .name::after {
  content: "";
  width: 24px;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -12px;
}

.pc-box.page-inner .picture-list .picture-item .picture-item-data-detail .desc {
  height: 80px;
  font-size: 14px;
  line-height: 20px;
  text-indent: 28px;
  color: #fff;
  margin-top: 10px;
}

.pc-box.page-inner .picture-list .picture-item .picture-item-data-detail .detail {
  width: 110px;
  height: 32px;
  display: block;
  border-radius: 4px;
  background: #304fa8;
  color: #fff;
  text-align: center;
  line-height: 32px;
  font-size: 14px;
  letter-spacing: 1px;
  margin: 10px auto 0;
}

.pc-box.page-inner .picture-list .picture-item .picture-item-data-detail .detail:hover {
  opacity: .8;
}

.pc-box.page-inner .picture-list .picture-item .picture-item-data:hover .picture-item-data--title {
  bottom: -48px;
}

.pc-box.page-inner .picture-list .picture-item .picture-item-data:hover .picture-item-data-detail {
  transform: scale(1);
  opacity: 1;
}

.pc-box.page-inner .picture-list::after {
  content: "";
  width: 380px;
}

.pc-box.page-inner .news-img-list {
  width: 100%;
  margin: 22px 0 46px;
}

.pc-box.page-inner .news-img-list .news-item {
  width: 100%;
  height: 200px;
  margin-bottom: 20px;
}

.pc-box.page-inner .news-img-list .news-item a {
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
  background: #fff;
  color: #666666;
}

.pc-box.page-inner .news-img-list .news-item a img {
  width: 220px;
  height: 100%;
  object-fit: cover;
  flex-shrink: 0;
  margin-right: 30px;
}

.pc-box.page-inner .news-img-list .news-item a:hover {
  color: #fff;
  border-color: #304fa8;
  background: #304fa8;
}

.pc-box.page-inner .news-img-list .news-item a:hover .title {
  color: #fff;
}

.pc-box.page-inner .news-img-list .news-item-data {
  padding-top: 4px;
}

.pc-box.page-inner .news-img-list .news-item-data .title {
  font-size: 18px;
  color: #000;
  line-height: 30px;
  letter-spacing: 1px;
  width: 800px;
}

.pc-box.page-inner .news-img-list .news-item-data .desc {
  font-size: 18px;
  text-indent: 36px;
  height: 55px;
  line-height: 30px;
  margin-top: 8px;
}

.pc-box.page-inner .news-img-list .news-item-data .date {
  display: flex;
  align-items: center;
  font-size: 14px;
  margin-top: 30px;
}

.pc-box.page-inner .news-img-list .news-item-data .date-text {
  margin-left: auto;
  font-size: 18px;
}

.pc-box.page-inner .news-list {
  width: 100%;
  margin: 22px 0 46px;
}

.pc-box.page-inner .news-list .news-item {
  width: 100%;
  height: 200px;
  margin-bottom: 20px;
}

.pc-box.page-inner .news-list .news-item a {
  width: 100%;
  height: 100%;
  padding: 50px 30px 0 48px;
  display: flex;
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
  background: #fff;
  color: #666666;
  overflow: hidden;
}

.pc-box.page-inner .news-list .news-item a .date {
  font-size: 20px;
  color: #999;
  text-align: right;
  position: relative;
  padding-right: 30px;
  flex-shrink: 0;
  margin-right: 26px;
}

.pc-box.page-inner .news-list .news-item a .date .year {
  line-height: 20px;
  margin-bottom: 4px;
}

.pc-box.page-inner .news-list .news-item a .date .day {
  font-size: 68px;
  font-weight: bold;
  color: #304fa8;
  line-height: 68px;
}

.pc-box.page-inner .news-list .news-item a .date::after {
  content: "";
  width: 1px;
  height: 88px;
  position: absolute;
  right: 0;
  top: 0;
  background: #ccc;
}

.pc-box.page-inner .news-list .news-item a:hover {
  border-color: #304fa8;
  background: #304fa8;
  color: #fff;
}

.pc-box.page-inner .news-list .news-item a:hover .date .year,
.pc-box.page-inner .news-list .news-item a:hover .date .day {
  color: #fff;
}

.pc-box.page-inner .news-list .news-item a:hover .date::after {
  background: #fff;
}

.pc-box.page-inner .news-list .news-item a:hover .title {
  color: #fff;
}

.pc-box.page-inner .news-list .news-item-data {
  flex-grow: 1;
  width: calc(100% - 140px);
}

.pc-box.page-inner .news-list .news-item-data .title {
  font-size: 18px;
  color: #000;
  line-height: 30px;
  letter-spacing: 1px;
  margin-top: -4px;
}

.pc-box.page-inner .news-list .news-item-data .desc {
  font-size: 18px;
  text-indent: 36px;
  height: 60px;
  line-height: 30px;
  margin-top: 8px;
}

.pc-box.page-inner .news-list .news-item-data .more {
  font-size: 14px;
  margin-top: 12px;
}

.pc-box.page-inner .page-list {
  height: 36px;
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

.pc-box.page-inner .page-list li {
  height: 100%;
  box-sizing: border-box;
  border-radius: 2px;
  border: 1px solid #cccccc;
  width: 80px;
  margin: 0 8px;
}

.pc-box.page-inner .page-list li a {
  display: flex;
  width: 100%;
  height: 100%;
  font-size: 18px;
  align-items: center;
  justify-content: center;
  color: #999999;
}

.pc-box.page-inner .page-list li.page-item {
  width: 40px;
}

.pc-box.page-inner .page-list li.current {
  border-color: #304fa8;
  background: #304fa8;
}

.pc-box.page-inner .page-list li.current:hover {
  opacity: 1;
}

.pc-box.page-inner .page-list li.current a {
  color: #fff;
}

.pc-box.page-inner .page-list li:hover {
  border-color: #304fa8;
  background: #304fa8;
  opacity: 0.8;
}

.pc-box.page-inner .page-list li:hover a {
  color: #fff;
}

.pc-box.page-inner .detail-page-data {
  padding: 50px 0 60px;
}

.pc-box.page-inner .detail-page-data .title {
  font-size: 34px;
  line-height: 34px;
  color: #26408A;
  letter-spacing: 2px;
  text-align: center;
  margin-bottom: 40px;
}

.pc-box.page-inner .detail-page-data .subtitle {
  font-size: 24px;
  line-height: 26px;
  color: #304fa8;
  margin-top: 24px;
}

.pc-box.page-inner .detail-page-data p {
  font-size: 18px;
  line-height: 26px;
  color: #666;
  margin-top: 12px;
  text-indent: 36px;
}

.pc-box.page-inner .detail-page-data img {
  max-width: 100%;
  margin: 12px auto;
  display: block;
}

.pc-box.page-inner .detail-news-data {
  padding: 50px 0 26px;
  width: calc(100% - 180px);
  margin-left: 180px;
}

.pc-box.page-inner .detail-news-data .title-box {
  width: 100%;
  min-height: 110px;
  box-sizing: border-box;
  padding-bottom: 30px;
  border-bottom: 1px solid #e6e6e6;
  text-align: center;
}

.pc-box.page-inner .detail-news-data .title-box .title-text {
  font-size: 34px;
  line-height: 50px;
  color: #000;
  letter-spacing: 2px;
}

.pc-box.page-inner .detail-news-data .title-box .title-tip {
  display: flex;
  justify-content: center;
  color: #999;
  margin-top: 16px;
}

.pc-box.page-inner .detail-news-data .title-box .title-tip span {
  margin: 0 24px;
}

.pc-box.page-inner .detail-news-data .detail-data {
  padding: 28px 0 40px;
  border-bottom: 1px solid #ccc;
}

.pc-box.page-inner .detail-news-data .detail-data p {
  font-size: 18px;
  line-height: 36px;
  text-indent: 36px;
  margin-bottom: 10px;
  color: #333333;
}

.pc-box.page-inner .detail-news-data .detail-data span,
.pc-box.page-inner .detail-news-data .detail-data b {
  color: #304fa8;
}

.pc-box.page-inner .detail-news-data .detail-data img {
  max-width: 100%;
  display: block;
  margin: 18px auto;
}

.pc-box.page-inner .detail-news-data .table-box {
  width: 100%;
  padding-bottom: 20px;
}

.pc-box.page-inner .detail-news-data .table-box table {
  margin: 0 auto;
  border-color: #e5e5e5;
}

.pc-box.page-inner .detail-news-data .table-box th {
  line-height: 50px;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  background: #304fa8;
}

.pc-box.page-inner .detail-news-data .table-box td {
  line-height: 60px;
  text-align: center;
  font-size: 20px;
  color: #666;
}

.pc-box.page-inner .detail-news-data .news-target {
  padding: 30px 0;
}

.pc-box.page-inner .detail-news-data .news-target p {
  line-height: 28px;
}

.pc-box.page-inner .detail-news-data .news-target p a {
  color: #666;
}

.pc-box.page-inner .detail-news-data .news-target p a:hover {
  color: #304fa8;
}

.pc-box.page-inner .footer {
  background: transparent;
}

.pc-box .top-box {
  background-image: url("../images/banner-group-overview.png");
  background-size: 120% 120%;
  animation: bannermoving 5s;
  -webkit-animation: bannermoving 5s;
  animation-fill-mode: forwards;
}

@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%;
  }
}

.pc-box.group-overview .introduction {
  display: flex;
  justify-content: space-between;
  padding: 50px 0 60px;
}

.pc-box.group-overview .introduction .left-box {
  width: 646px;
  flex-grow: 1;
  margin-right: 30px;
}

.pc-box.group-overview .introduction-data h3 {
  font-size: 18px;
  color: #304fa8;
  line-height: 18px;
  margin: 26px 0 10px;
}

.pc-box.group-overview .introduction-data p {
  color: #333333;
  line-height: 28px;
  margin-bottom: 6px;
  text-indent: 32px;
}

.pc-box.group-overview .introduction-img {
  width: 524px;
  height: 390px;
  margin-top: 68px;
  flex-shrink: 0;
}

.pc-box.group-overview .introduction-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pc-box.group-overview .leader {
  padding: 50px 0 30px;
}

.pc-box.group-overview .leader .leader-list {
  margin-top: 38px;
}

.pc-box.group-overview .leader .leader-list li {
  display: flex;
  justify-content: center;
}

.pc-box.group-overview .leader .leader-list li .name {
  width: 144px;
  text-align: right;
  font-size: 26px;
  font-weight: bold;
  color: #000;
  line-height: 70px;
}

.pc-box.group-overview .leader .leader-list li .position {
  width: 300px;
  text-align: left;
  margin-left: 36px;
  font-size: 18px;
  color: #666;
  line-height: 72px;
}

/*.pc-box.group-overview .leader .leader-list {*/
/*  width: 100%;*/
/*  margin-top: 38px;*/
/*  display: flex;*/
/*  justify-content: space-between;*/
/*  flex-wrap: wrap;*/
/*}*/

/*.pc-box.group-overview .leader .leader-list::after {*/
/*  content: "";*/
/*  width: calc((100% - 2.6vw)/3);*/
/*}*/

/*.pc-box.group-overview .leader .leader-list li{*/
/*  width: calc((100% - 2.6vw)/3);*/
/*  height: 200px;*/
/*  background: #fff url("../images/leader-bg.png") no-repeat bottom center;*/
/*  background-size: 100% auto;*/
/*  box-sizing: border-box;*/
/*  border: 1px solid #bebebe;*/
/*  border-radius: 4px;*/
/*  margin-bottom: 30px;*/
/*  display: flex;*/
/*  padding: 34px 30px 0 40px;*/
/*}*/

/*.pc-box.group-overview .leader .leader-list .leader-avatar{*/
/*  width: 88px;*/
/*  height: 100px;*/
/*  flex-shrink: 0;*/
/*  margin-right: 16px;*/
/*}*/

/*.pc-box.group-overview .leader .leader-list .leader-avatar img{*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  object-fit: cover;*/
/*}*/
/*.pc-box.group-overview .leader .leader-list .name{*/
/*  font-size: 20px;*/
/*  font-weight: bold;*/
/*  color: #000;*/
/*}*/

/*.pc-box.group-overview .leader .leader-list .position{*/
/*  font-size: 16px;*/
/*  color: #333;*/
/*  line-height: 20px;*/
/*  margin-top: 8px;*/
/*}*/

.pc-box.group-overview .organizational-structure {
  padding: 50px 0 60px;
}

.pc-box.group-overview .organizational-structure-img {
  max-width: 100%;
  margin-top: 50px;
  text-align: center;
}

.pc-box.group-overview .member-enterprises {
  padding: 50px 0 40px;
}

.pc-box.group-overview .member-enterprises .picture-list {
  margin-top: 30px;
}

.pc-box.news-center .top-box {
  background-image: url("../images/banner-news-center.png");
}

.pc-box .news-data {
  padding: 50px 0;
}

.pc-box.party-work-group .top-box {
  background-image: url("../images/banner-party-work-group.png");
}

.pc-box.party-work-group .news-data {
  padding: 50px 0;
}

.pc-box.clean-government .top-box {
  background-image: url("../images/banner-clean-government.png");
}

.pc-box.clean-government .news-data {
  padding: 50px 0;
}

.pc-box.information-disclosure .top-box {
  background-image: url("../images/banner-information-disclosure.png");
}

.pc-box.responsibility .top-box {
  background-image: url("../images/banner-responsibility.png");
}

.pc-box.recruit .top-box {
  background-image: url("../images/banner-recruit.png");
}

.pc-box.information-disclosure .inner-tab li {
  width: 150px;
}

.pc-box.information-disclosure .container-box {
  position: relative;
}

.pc-box.information-disclosure .information-disclosure-data {
  width: 100%;
  padding: 50px 0 60px;
}

.pc-box.information-disclosure .information-disclosure-data.aside-right {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.pc-box.information-disclosure .information-disclosure-data .base-info {
  width: calc(100% - 230px);
}

.pc-box.information-disclosure .information-disclosure-data .base-info h1 {
  font-size: 34px;
  line-height: 34px;
  font-weight: bold;
  color: #26408A;
  margin-bottom: 30px;
}

.pc-box.information-disclosure .information-disclosure-data .base-info h4 {
  font-size: 20px;
  line-height: 48px;
  color: #000;
}

.pc-box.information-disclosure .information-disclosure-data .base-info h4 span {
  font-size: 18px;
  color: #304fa8;
}

.pc-box.information-disclosure .information-disclosure-data .base-info p {
  font-size: 18px;
  color: #666;
  line-height: 34px;
  text-indent: 2em;
}

.pc-box.information-disclosure .information-disclosure-data .inancial-situation {
  width: calc(100% - 230px);
}

.pc-box.information-disclosure .information-disclosure-data .inancial-situation-item {
  height: 60px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ccc;
}

.pc-box.information-disclosure .information-disclosure-data .inancial-situation-item a {
  display: block;
  height: 100%;
  line-height: 60px;
  flex-grow: 1;
  margin-right: 16px;
  color: #666;
}

.pc-box.information-disclosure .information-disclosure-data .inancial-situation-item .date {
  color: #666;
  flex-shrink: 0;
}

.pc-box.information-disclosure .information-disclosure-data .inancial-situation-item:hover a,
.pc-box.information-disclosure .information-disclosure-data .inancial-situation-item:hover .date {
  color: #304fa8;
  font-weight: bold;
}

.pc-box.information-disclosure .information-disclosure-data .inancial-situation-item:last-child {
  border-bottom: none;
}

.pc-box.information-disclosure .information-disclosure-data .contact-us {
  display: flex;
  align-items: center;
  padding: 36px 0 20px;
}

.pc-box.information-disclosure .information-disclosure-data .contact-us .contact-info {
  width: 310px;
  margin-right: auto;
  flex-shrink: 0;
}

.pc-box.information-disclosure .information-disclosure-data .contact-us .contact-info-item {
  display: flex;
  align-items: center;
  height: 94px;
  border-bottom: 1px solid #dedede;
}

.pc-box.information-disclosure .information-disclosure-data .contact-us .contact-info-item .iconfont {
  font-size: 36px;
  color: #304fa8;
  margin-right: 26px;
}

.pc-box.information-disclosure .information-disclosure-data .contact-us .contact-info-item .tip {
  font-size: 20px;
  line-height: 32px;
  color: #000;
  font-weight: bold;
}

.pc-box.information-disclosure .information-disclosure-data .contact-us .contact-info-item .text {
  font-size: 16px;
  color: #4e4e4e;
  line-height: 24px;
}

.pc-box.information-disclosure .information-disclosure-data .contact-us .contact-info-item:last-child {
  border-bottom: none;
}

.pc-box.information-disclosure .information-disclosure-data .contact-us .map-img {
  min-width: 750px;
  height: 478px;
  box-sizing: border-box;
  border: 4px solid #fff;
  flex-grow: 1;
  margin-left: 150px;
  overflow: hidden;
}

.pc-box.information-disclosure .information-disclosure-data .contact-us .map-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pc-box.page-inner.has-aside .news-list {
  width: calc(100% - 230px);
  margin-top: 0;
}

.pc-box.page-inner.has-aside .news-data {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.pc-box.page-inner.has-aside .aside-box {
  width: 190px;
  background: #fff url("../images/aside-bg.png") no-repeat bottom center;
  background-size: 100% auto;
  box-sizing: border-box;
  padding: 0 20px 40px;
}

.pc-box.page-inner.has-aside .news-data .aside-box {
  top: 50px;
}

.pc-box.page-inner.has-aside .aside-box li a {
  width: 100%;
  height: 70px;
  box-sizing: border-box;
  padding: 0 15px;
  display: flex;
  align-items: center;
  border-bottom: 1px dashed #909090;
  color: #333;
  position: relative;
}


.pc-box.page-inner.has-aside .aside-box li:last-child a {
  border-bottom: none;
}

.pc-box.page-inner.has-aside .aside-box li a span {
  font-size: 12px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.pc-box.page-inner.has-aside .aside-box li a:hover {
  color: #304fa8;
}

.pc-box.page-inner.has-aside .aside-box li.current a {
  color: #304fa8 !important;
  font-size: 18px !important;
  font-weight: 800;
}

.pc-box.page-inner.has-aside .aside-box li.current span {
  color: #304fa8 !important;
}

.pc-box.page-inner.has-aside .aside-box .aside-title {
  width: 190px;
  height: 90px;
  background: #4167d2;
  margin-left: -20px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pc-box.page-inner.has-aside .aside-box .aside-title .en {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  opacity: 0.19;
  position: absolute;
  top: 28px;
  left: 50%;
  transform: translateX(-50%);
}

.pc-box.page-inner.has-aside .aside-box .aside-title .cn {
  color: #fff;
  font-size: 24px;
}

.pc-box.page-inner.has-aside .aside-box .aside-title .iconfont {
  font-size: 18px;
  margin-right: 6px;
}

.wap-box {
  display: none;
}

.background-image-scale,
.entrance-item img,
.work-swiper--img,
.news-item img,
.video-poster {
  transition-duration: 0.5s;
}

.background-image-scale:hover {
  transform: scale(1.2);

}

.swiperendmoving {
  animation: imgbannerMove 3s;
  animation-fill-mode: forwards;
}

@keyframes imgbannerMove {
  from {
    background-size: 120% 120%;

  }

  to {
    background-size: 100% 100%;
  }
}

.video-item:hover .video-poster {
  transform: scale(1.2);
}

.image-scale {
  transition-duration: 0.5s;
}

.image-scale:hover {
  transform: scale(1.2);

}

.plate-title .more,
.news-center .more {
  transition-duration: 1s;
}

/* .plate-title .more:hover {
  transform: rotate(180deg);

}

.news-center .more:hover {
  transform: rotate(180deg);

} */

.entrance-item:hover img {
  transform: scale(1.2);
}

.work-swiper--img:hover {
  transform: scale(1.2);
}

@keyframes imgMove {
  from {
    background-position-x: 0;
  }

  to {
    background-position-x: 98%;
  }
}

.news-item:hover img {
  transform: scale(1.1);
}

.search .iconfont:hover {
  animation: searchIconMoving 1s;
  animation-fill-mode: forwards;
}

@keyframes searchIconMoving {
  from {
    transform: rotateY(0deg)
  }

  to {
    transform: rotateY(360deg);
  }
}

.pc-box .head-box img.w {
  display: none;
}

.pc-box .top-box .head-box .head-right .nav-list {
  width: 800px;
}

.pc-box .top-box .head-box .head-right .nav-list>li {
  text-align: center;
  margin: 0 10px 0 10px;
  position: relative;
}

.pc-box .sub-nav-list {
  background-color: rgba(255, 255, 255, 0.8);
  display: none;
  position: absolute;
  top: 60px;
  /* left: -30%; */
  min-width: 160%;
  padding: 0 30px;
  left: 50%;
  transform: translateX(-50%);
}

.pc-box .sub-nav-list li {
  text-align: center;
}

.pc-box .sub-nav-list li a {
  display: inline-block;
  padding: 10px 0;
  width: calc(100% + 60px);
  text-align: center;
  color: #333333 !important;
  cursor: pointer;
  font-size: 16px !important;
  white-space: nowrap;
  margin-left: -30px;
}

.pc-box .sub-nav-list li a:hover {
  background-color: #304fa8;
  color: #ffffff !important;
}

.pc-box .newsdetail-left {
  color: #a5a5a5;
  padding: 0 38px 0 0;
  height: fit-content;
  width: 150px;
  position: absolute;
  border-right: 1px solid #e2e2e2;
  text-align: center;
  top: 500px;
  height: 60%;
  left: 3%;
}

.pc-box .newsdetail-left .year {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pc-box .newsdetail-left .year .line {
  width: 26px;
  height: 1px;
  background: #a5a5a5;
}

.pc-box .newsdetail-left .date {
  font-size: 30px;
  color: #000;
}

.pc-box .newsdetail-left .now {
  margin-top: 60px;
}

.pc-box .newsdetail-left .browse {
  width: 94%;
  height: 36px;
  line-height: 36px;
  border-radius: 18px;
  background: #d13035;
  color: #fff;
  margin-bottom: 50px;
  margin-top: 10px;
  margin-left: 3%;
}


.leader-img-list {
  width: 100%;
  text-align: center;
}

.leader-img-list li {
  width: 180px;
  text-align: center;
  display: inline-block;
}

.leader-img-floatlist {
  overflow: hidden;
}

.leader-img-floatlist li {
  float: left;
  width: 20%;
  margin-top: 10px;
}

.leader-img-list li p {
  margin-top: 10px;
}

.leader-img-list li p.name {
  font-size: 20px;
  font-weight: bold;
  color: #000;
}

.leader-img-list li p.position {
  height: 50px;
}

.leader-img-list img {
  width: 100px;
  height: 120px;
}