.npc-container {
  width: 1400px;
  margin: 0 auto;
}
.video-mask {
  position: relative;
}
.video-mask::before {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.video-mask::after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: '';
  width: 36px;
  height: 36px;
  background-image: url('../icon/icon-video.png');
  background-repeat: no-repeat;
  background-size: cover;
}

/* 公共头部 */
.header {
  width: 100%;
  background-image: url('../img/bg-header-lg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-bottom: 86px;
}
.header .welcome-tips {
  font-size: 16px;
  color: #487bc5;
}
.header-top {
  padding: 30px 0 40px 0;
}
.mobile-search {
  display: none;
  margin-left: 5px;
}
.mobile-search img {
  width: 16px;
  height: 16px;
}
.header-top-nav a {
  position: relative;
  display: block;
  font-size: 16px;
  color: #487bc5;
  line-height: 16px;
  padding: 0 15px;
}
.header-top-nav a::before {
  position: absolute;
  left: 0;
  top: 2px;
  content: '';
  width: 1px;
  height: 12px;
  background-color: #80aee2;
}
.header-top-nav a:first-child::before {
  display: none;
}
.header-logo {
  width: 99px;
	height: 106px;
  margin: 0 auto;
}
.header-logo img {
  width: 100%;
	height: 100%;
}
.header-title-cn {
  font-size: 48px;
  color: #487bc5;
  font-weight: 600;
  line-height: 50px;
  text-align: center;
  padding: 18px 0 8px 0;
}
.header-title-en {
  font-size: 17px;
  color: #487bc5;
  text-align: center;
  line-height: 24px;
}
.website-domain {
  font-size: 17px;
  color: #487bc5;
  text-align: center;
  line-height: 24px;
  padding-bottom: 33px;
}
.header-search {
  width: 372px;
	height: 60px;
	background-color: #ffffff;
	border-radius: 30px;
	border: solid 2px #487bc5;
  margin: 0 auto;
  padding: 0 22px 0 18px;
  box-sizing: border-box;
}
.header-search-input {
  border: none;
  background-color: transparent;
  font-size: 20px;
  color: #8db9e8;
  outline: none;
}
.header-search-icon {
  width: 30px;
	height: 30px;
  cursor: pointer;
}
.header-search-icon:hover {
  opacity: 0.8;
}


/* 公共导航栏 */
.npc-nav {
  width: 100%;
  height: 82px;
	background-color: #487bc5;
  overflow: hidden;
  position: relative;
}
.npc-nav .npc-container {
  height: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.npc-nav .npc-container::-webkit-scrollbar {
  display: none;
}
.npc-nav-item {
  display: block;
  padding: 0 30px;
  height: 100%;
  line-height: 82px;
  color: #ffffff;
  font-size: 24px;
  white-space: nowrap;
  flex-shrink: 0;
}
.npc-nav-item:hover {
  background-color: #3064af;
  text-decoration: none;
  color: #ffffff;
}
.npc-nav-item_active {
  background-color: #3064af;
}


/* 公共尾部 */
.npc-footer-main {
  padding: 26px 0;
}
.npc-footer-info,
.npc-footer-info span {
  font-size: 16px;
  color: #f9f3f3;
  line-height: 42px;
}
.npc-footer-info span {
  margin-right: 30px;
}
.npc-footer-mid {
  text-align: center;
}
.npc-footer-right .ewm-mobile {
  margin-left: 27px;
}
.npc-footer-right .ewm-weixin-img,
.npc-footer-right .ewm-mobile-img {
  display: block;
  width: 160px;
	height: 160px;
}
.npc-footer-right .ewm-weixin-title,
.npc-footer-right .ewm-mobile-title {
  font-size: 16px;
  color: #f9f3f3;
  line-height: 18px;
  text-align: center;
  padding-top: 10px;
}

/* npc-section */
.npc-section-container {
  padding: 72px 0;
}

/* npc-news */
.npc-news .news-list-item {
  border-bottom: 0;
}
.npc-news .news-list-item:nth-child(5n) {
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 8px;
  box-sizing: content-box;
}
.npc-news .news-list-item:nth-child(5n + 1) {
  padding-top: 8px;
  box-sizing: content-box;
}
.npc-news .news-list-item:first-child {
  padding-top: 0;
}
.npc-news .news-list-item_title::before {
  width: 7px;
  height: 11px;
  background-image: url('../icon/arrow-right.png');
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 13px;
  border: none;
  transition: none;
}
.npc-news .news-list-item:hover .news-list-item_title::before {
  width: 0;
  height: 0;
  background-image: none;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #487bc5;
}
.npc-news .section-news-list {
  margin-bottom: 45px;
}

[v-cloak] {
  display: none;
}