@charset "UTF-8";
@media screen and (min-width: 1220px) {
  .container {
    width: ;
  }
}
.header .top-bg {
  height: auto;
}
.header .bmjz-menu {
  top: 46px;
}
.header .nav {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  background-color: #fff;
  color: #666;
}
.header .nav > div:nth-child(1), .header .nav > div:nth-child(2) {
  height: 46px;
  line-height: 46px;
}
.header .nav > div:nth-child(1) a, .header .nav > div:nth-child(2) a {
  color: #666 !important;
}
.header > .logo-search-container {
  top: 106px;
}
.header > .logo-search-container .banner-logo {
  height: 64px;
}
.header .search-container {
  margin-top: 0;
}
.header .search-container input {
  height: 60px;
  line-height: 60px;
}
.header .search-container .search-btn {
  height: 60px;
  line-height: 60px;
  background-color: #006ab5;
}
.header .center-text {
  background-image: url(/images/yj-zx-xczx-img-xczx-text.png);
  width: 571px;
  height: 164px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 344px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.header .center-text::after {
  content: "";
  background-image: url(/images/yj-zx-xczx-img-zx-text.png);
  width: 40px;
  height: 70px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  right: -46px;
  top: -35px;
}

.section-title {
  display: block;
  margin: 0 auto 40px auto;
  text-align: center;
}

.section-1 {
  background-image: url(/images/yj-zx-xczx-img-section-bg-1.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% auto;
  padding: 80px 0;
}
.section-1 .section-content {
  *zoom: 1;
}
.section-1 .section-content:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.section-1 .section-content #news-swiper {
  float: left;
  width: 53.33333%;
  height: 400px;
}
.section-1 .section-content #news-swiper.swiper-container .swiper-wrapper .swiper-slide a {
  width: 100%;
  height: 100%;
  position: relative;
  box-sizing: border-box;
}
.section-1 .section-content #news-swiper.swiper-container .swiper-wrapper .swiper-slide a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-1 .section-content #news-swiper.swiper-container .swiper-wrapper .swiper-slide a p {
  height: 48px;
  line-height: 48px;
  padding-left: 25px;
  padding-right: 20%;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.section-1 .section-content #news-swiper.swiper-container .swiper-pagination {
  text-align: right;
}
.section-1 .section-content #news-swiper.swiper-container .swiper-pagination.swiper-pagination-bullets {
  bottom: 14px;
  left: auto;
  right: 10px;
}
.section-1 .section-content #news-swiper.swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 10px 0 0;
  background: #fff;
  opacity: 1;
}
.section-1 .section-content #news-swiper.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #6391d1;
}
.section-1 .section-content .list {
  float: right;
  width: 43.16666%;
  margin-top: 12px;
}
.section-1 .section-content .list a {
  display: block;
  box-sizing: border-box;
  position: relative;
  height: 46px;
  line-height: 46px;
}
.section-1 .section-content .list a div {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 75%;
  font-size: 18px;
  color: #333;
}
.section-1 .section-content .list a span {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  color: #333;
}
.section-1 .section-content .list a:hover div {
  color: #006ab5;
}

.section-2 {
  background-color: #f8f8f8;
  padding: 80px 0;
}
.section-2 .section-content {
  *zoom: 1;
}
.section-2 .section-content:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.section-2 .section-content .contents {
  float: left;
  width: 71.66666%;
  height: 580px;
}
.section-2 .section-content .contents > a {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  display: block;
  visibility: hidden;
  overflow: hidden;
  transition: all 1s;
  opacity: 0;
}
.section-2 .section-content .contents > a.active {
  visibility: visible;
  opacity: 1;
  transition: all 0.5s;
}
.section-2 .section-content .contents > a > img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s;
}
.section-2 .section-content .contents > a:hover > img {
  transform: scale(1.02);
}
.section-2 .section-content .contents > a .content {
  width: 78%;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background-color: rgba(255, 255, 255, 0.8);
  padding: 40px;
}
.section-2 .section-content .contents > a .content .title {
  padding-bottom: 30px;
  font-size: 30px;
  color: #333;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.section-2 .section-content .contents > a .content .title::after {
  content: "";
  background-color: #f5b30a;
  width: 80px;
  height: 5px;
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.section-2 .section-content .contents > a .content .desc {
  margin-top: 30px;
  font-size: 18px;
  line-height: 1.67;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical; /*设置对齐模式*/
  -webkit-line-clamp: 4; /*设置多行的行数*/
}
.section-2 .section-content .right-container {
  float: right;
  width: 25%;
}
.section-2 .section-content .right-container .swiper-container {
  margin: 20px 0;
  height: 460px;
  overflow: hidden;
}
.section-2 .section-content .right-container .swiper-container .swiper-slide {
  box-sizing: border-box;
}
.section-2 .section-content .right-container .swiper-container .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-2 .section-content .right-container .swiper-container .swiper-slide-active {
  border: solid 5px #006ab5;
}
.section-2 .section-content .right-container .swiper-prev {
  height: 40px;
  background-color: #006ab5;
  background-image: url(/images/yj-zx-xczx-ic-arrow-top.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 33px auto;
  cursor: pointer;
}
.section-2 .section-content .right-container .swiper-next {
  height: 40px;
  background-color: #006ab5;
  background-image: url(/images/yj-zx-xczx-ic-arrow-down.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 33px auto;
  cursor: pointer;
}

.section-3 {
  padding: 80px 0 50px 0;
}
.section-3 .section-content {
  *zoom: 1;
}
.section-3 .section-content:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.section-3 .section-content .items {
  float: left;
  width: 25%;
}
.section-3 .section-content .items > div, .section-3 .section-content .items > a {
  display: block;
  box-sizing: border-box;
  position: relative;
  height: 80px;
  line-height: 80px;
  margin-bottom: 26px;
  text-align: center;
  color: #fff;
  border-radius: 4px;
  font-size: 20px;
  font-weight: bold;
  box-shadow: 0 0 4px 0 #6894c1;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: all 0.2s;
}
.section-3 .section-content .items > div:nth-last-child(1), .section-3 .section-content .items > a:nth-last-child(1) {
  margin-bottom: 0;
}
.section-3 .section-content .items > div:nth-child(1), .section-3 .section-content .items > a:nth-child(1) {
  background-image: url(/images/yj-zx-xczx-img-zcwj-item-bg-1.png);
}
.section-3 .section-content .items > div:nth-child(1).active, .section-3 .section-content .items > a:nth-child(1).active {
  background-image: url(/images/yj-zx-xczx-img-zcwj-item-bg-1-hover.png);
}
.section-3 .section-content .items > div:nth-child(2), .section-3 .section-content .items > a:nth-child(2) {
  background-image: url(/images/yj-zx-xczx-img-zcwj-item-bg-2.png);
}
.section-3 .section-content .items > div:nth-child(2).active, .section-3 .section-content .items > a:nth-child(2).active {
  background-image: url(/images/yj-zx-xczx-img-zcwj-item-bg-2-hover.png);
}
.section-3 .section-content .items > div:nth-child(3), .section-3 .section-content .items > a:nth-child(3) {
  background-image: url(/images/yj-zx-xczx-img-zcwj-item-bg-3.png);
}
.section-3 .section-content .items > div:nth-child(3).active, .section-3 .section-content .items > a:nth-child(3).active {
  background-image: url(/images/yj-zx-xczx-img-zcwj-item-bg-3-hover.png);
}
.section-3 .section-content .items > div:nth-child(4), .section-3 .section-content .items > a:nth-child(4) {
  background-image: url(/images/yj-zx-xczx-img-zcwj-item-bg-4.png);
}
.section-3 .section-content .items > div:nth-child(4).active, .section-3 .section-content .items > a:nth-child(4).active {
  background-image: url(/images/yj-zx-xczx-img-zcwj-item-bg-4-hover.png);
}
.section-3 .section-content .items > div:nth-child(5), .section-3 .section-content .items > a:nth-child(5) {
  background-image: url(/images/yj-zx-xczx-img-zcwj-item-bg-5.png);
}
.section-3 .section-content .items > div:nth-child(5).active, .section-3 .section-content .items > a:nth-child(5).active {
  background-image: url(/images/yj-zx-xczx-img-zcwj-item-bg-5-hover.png);
}
.section-3 .section-content .items > div.active::after, .section-3 .section-content .items > a.active::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 15px solid #2e6fab;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
}
.section-3 .section-content .items > div {
  cursor: default;
}
.section-3 .section-content .contents {
  float: right;
  width: 72.58333%;
}
.section-3 .section-content .contents > div {
  display: none;
}
.section-3 .section-content .contents > div.active {
  display: block;
}
.section-3 .section-content .contents > div .section-title-2 {
  font-size: 20px;
  color: #333;
  display: block;
  position: relative;
  font-weight: bold;
}
.section-3 .section-content .contents > div .list {
  background-color: #f6f7fc;
  margin-top: 22px;
  padding: 36px 30px;
}
.section-3 .section-content .contents > div .list a {
  display: block;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 26px;
  min-height: 76px;
}
.section-3 .section-content .contents > div .list a:nth-last-child(1) {
  margin-bottom: 0;
}
.section-3 .section-content .contents > div .list a .date-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  height: 75px;
  background-color: #a1bccf;
}
.section-3 .section-content .contents > div .list a .date-container::before {
  content: "";
  width: 1px;
  height: 70px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.section-3 .section-content .contents > div .list a .date-container .day {
  font-size: 26px;
  position: absolute;
  left: 10px;
  top: 10px;
  color: #fff;
}
.section-3 .section-content .contents > div .list a .date-container .month {
  font-size: 16px;
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: #fff;
}
.section-3 .section-content .contents > div .list a .title {
  padding-left: 98px;
  line-height: 2.11;
  letter-spacing: 1.08px;
  color: #454545;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical; /*设置对齐模式*/
  -webkit-line-clamp: 2; /*设置多行的行数*/
}
.section-3 .section-content .contents > div .list a:hover .title {
  color: #006ab5;
}

.section-4 {
  background-image: url(/images/yj-zx-xczx-img-section-bg-2.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% auto;
  padding: 80px 0;
}
.section-4 .section-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.section-4 .section-content a {
  width: 24%;
  display: block;
  box-sizing: border-box;
  position: relative;
  height: 72px;
  line-height: 72px;
  background-image: url(/images/yj-zx-xczx-img-zcwj-item-bg-3.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  transition: all 0.3s ease;
}
.section-4 .section-content a:hover {
  background-image: url(/images/yj-zx-xczx-img-zcwj-item-bg-3-hover.png);
}

@media screen and (max-width: 1450px) {
  .header .top-bg {
    height: auto;
  }
  .header .bmjz-menu {
    top: 2.39583vw;
  }
  .header .nav > div:nth-child(1), .header .nav > div:nth-child(2) {
    height: 2.39583vw;
    line-height: 2.39583vw;
  }
  .header > .logo-search-container {
    top: 5.52083vw;
  }
  .header > .logo-search-container .banner-logo {
    height: 3.33333vw;
  }
  .header .search-container input {
    height: 3.125vw;
    line-height: 3.125vw;
  }
  .header .search-container .search-btn {
    height: 3.125vw;
    line-height: 3.125vw;
  }
  .header .center-text {
    width: 29.73958vw;
    height: 8.54167vw;
    top: 17.91667vw;
  }
  .header .center-text::after {
    width: 2.08333vw;
    height: 3.64583vw;
    right: -2.39583vw;
    top: -1.82292vw;
  }
}
@media screen and (max-width: 992px) {
  .header .top-bg {
    height: auto;
  }
  .header .bmjz-menu {
    top: 0;
  }
  .header .nav {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    background-color: #fff;
    color: #666;
  }
  .header .nav > div:nth-child(1), .header .nav > div:nth-child(2) {
    height: 35px;
    line-height: 35px;
  }
  .header > .logo-search-container {
    top: 40px;
  }
  .header > .logo-search-container .banner-logo {
    height: 50px;
  }
  .header .search-container {
    margin-top: 0 !important;
  }
  .header .search-container input {
    height: 50px;
    line-height: 50px;
  }
  .header .search-container .search-btn {
    height: 50px;
    line-height: 50px;
  }
  .header .center-text {
    display: none;
  }
  .section-title {
    display: block;
    margin: 0 auto 20px auto;
    text-align: center;
  }
  .section-title img {
    width: 200px;
  }
  .section-1 {
    padding: 20px 0;
  }
  .section-1 .section-content #news-swiper {
    float: none;
    width: auto;
    height: 200px;
  }
  .section-1 .section-content #news-swiper.swiper-container .swiper-wrapper .swiper-slide a p {
    height: 48px;
    line-height: 48px;
    padding-left: 15px;
    font-size: 18px;
  }
  .section-1 .section-content #news-swiper.swiper-container .swiper-pagination {
    text-align: right;
  }
  .section-1 .section-content #news-swiper.swiper-container .swiper-pagination.swiper-pagination-bullets {
    bottom: 14px;
    left: auto;
    right: 10px;
  }
  .section-1 .section-content #news-swiper.swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 10px 0 0;
    background: #fff;
    opacity: 1;
  }
  .section-1 .section-content #news-swiper.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    background: #6391d1;
  }
  .section-1 .section-content .list {
    float: none;
    width: auto;
    margin-top: 15px;
  }
  .section-1 .section-content .list a {
    height: 46px;
    line-height: 46px;
  }
  .section-1 .section-content .list a div {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 65%;
    font-size: 18px;
    color: #333;
  }
  .section-1 .section-content .list a span {
    font-size: 16px;
  }
  .section-2 {
    padding: 20px 0;
  }
  .section-2 .section-content .contents {
    float: none;
    width: auto;
    height: 300px;
  }
  .section-2 .section-content .contents > a .content {
    width: 100%;
    padding: 15px;
  }
  .section-2 .section-content .contents > a .content .title {
    padding-bottom: 15px;
    font-size: 22px;
  }
  .section-2 .section-content .contents > a .content .title::after {
    content: "";
    width: 40px;
    height: 3px;
  }
  .section-2 .section-content .contents > a .content .desc {
    margin-top: 15px;
    font-size: 18px;
    line-height: 1.67;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical; /*设置对齐模式*/
    -webkit-line-clamp: 3; /*设置多行的行数*/
  }
  .section-2 .section-content .right-container {
    float: none;
    width: 100%;
    height: 70px;
    *zoom: 1;
    margin-top: 10px;
  }
  .section-2 .section-content .right-container:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
  }
  .section-2 .section-content .right-container .swiper-container {
    float: left;
    margin: 0 5px;
    height: 100%;
    width: calc(100% - 50px);
    overflow: hidden;
  }
  .section-2 .section-content .right-container .swiper-container .swiper-slide {
    box-sizing: border-box;
  }
  .section-2 .section-content .right-container .swiper-container .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .section-2 .section-content .right-container .swiper-container .swiper-slide-active {
    border: solid 5px #006ab5;
  }
  .section-2 .section-content .right-container .swiper-prev {
    float: left;
    width: 20px;
    height: 100%;
    background-color: #006ab5;
    background-image: none;
  }
  .section-2 .section-content .right-container .swiper-prev::after {
    content: "";
    display: block;
    background-image: url(/images/yj-zx-xczx-ic-arrow-top.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    width: 20px;
    height: 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-90deg);
  }
  .section-2 .section-content .right-container .swiper-next {
    float: right;
    width: 20px;
    height: 100%;
    background-color: #006ab5;
    background-image: none;
  }
  .section-2 .section-content .right-container .swiper-next::after {
    content: "";
    display: block;
    background-image: url(/images/yj-zx-xczx-ic-arrow-top.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    width: 20px;
    height: 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .section-3 {
    padding: 20px 0;
  }
  .section-3 .section-content .items {
    float: none;
    width: 100%;
    *zoom: 1;
  }
  .section-3 .section-content .items:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
  }
  .section-3 .section-content .items > div, .section-3 .section-content .items > a {
    float: left;
    width: 49%;
    margin-left: 2%;
    height: 50px;
    line-height: 50px;
    margin-bottom: 2%;
    border-radius: 4px;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .section-3 .section-content .items > div:nth-child(2n+1), .section-3 .section-content .items > a:nth-child(2n+1) {
    margin-left: 0;
  }
  .section-3 .section-content .items > div.active::after, .section-3 .section-content .items > a.active::after {
    display: none;
  }
  .section-3 .section-content .items > div {
    cursor: default;
    display: none;
  }
  .section-3 .section-content .contents {
    float: none;
    width: auto;
    margin-top: 15px;
  }
  .section-3 .section-content .contents > div {
    display: block;
  }
  .section-3 .section-content .contents > div .section-title-2 {
    font-size: 20px;
    text-align: center;
  }
  .section-3 .section-content .contents > div .list {
    background-color: #f6f7fc;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 15px;
  }
  .section-3 .section-content .contents > div .list a {
    display: block;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 15px;
  }
  .section-3 .section-content .contents > div .list a:nth-last-child(1) {
    margin-bottom: 0;
  }
  .section-3 .section-content .contents > div .list a .date-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    height: 75px;
    background-color: #a1bccf;
  }
  .section-3 .section-content .contents > div .list a .date-container::before {
    content: "";
    width: 1px;
    height: 70px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .section-3 .section-content .contents > div .list a .date-container .day {
    font-size: 26px;
    position: absolute;
    left: 10px;
    top: 10px;
    color: #fff;
  }
  .section-3 .section-content .contents > div .list a .date-container .month {
    font-size: 16px;
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: #fff;
  }
  .section-3 .section-content .contents > div .list a .title {
    padding-left: 98px;
    line-height: 2.11;
    letter-spacing: 1.08px;
    color: #454545;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical; /*设置对齐模式*/
    -webkit-line-clamp: 2; /*设置多行的行数*/
  }
  .section-3 .section-content .contents > div .list a:hover .title {
    color: #006ab5;
  }
  .section-4 {
    background-image: url(/images/yj-zx-xczx-img-section-bg-2.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100% auto;
    padding: 0 0 20px;
  }
  .section-4 .section-content {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .section-4 .section-content a {
    width: 49%;
    margin-left: 2%;
    margin-bottom: 2%;
    display: block;
    box-sizing: border-box;
    position: relative;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
  }
  .section-4 .section-content a:nth-child(2n+1) {
    margin-left: 0;
  }
}