/* 顶部 */
.content-top {
  width: 100%;
  position: relative;
  /* height: 650px;
  background: url("http://jx.news.cn/gkqbz/image/banner-pro1.jpg") top center no-repeat;
  background-size: 100%; */
}

.top-image {
  width: 100%;
  height: auto;
  /* object-fit: cover; */
}

.top-text{
  padding: 16px 68px 20px 84px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 30px;
  width: 1281px;
  height: 160px; 
  font-family: simsun;
  background: url('http://jx.news.cn/gkqbz/image/header-bg1.png') no-repeat center / cover;
}

.top-text .text{
  font-weight: 400;
  font-size: 22px;
  color: #FDEDB9;
  line-height: 40px;
}

/* 导航栏-nav */

.nav {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
  min-width: 1360px;
  height: 44px;
  background: #0040C1;
}

.nav-list {
  display: flex;
  align-items: center;
  width: 1280px;
  height: 44px;
}

.nav-item {
  font-weight: 600;
  font-size: 26px;
  color: #FFFFFF;
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: simsun;
}

.nav-item.active::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 24px;
  background: #fff;
  position: absolute;
  margin: auto;
  bottom: 0;
  top: 0;
  right: 0;
  
}


