@charset "UTF-8";
body {
  min-width: 1200px;
  background: -webkit-linear-gradient(#fff 60%, #fcefe2);
  background: -moz-linear-gradient(#fff 60%, #fcefe2);
  background: -o-linear-gradient(#fff 60%, #fcefe2);
  background: linear-gradient(#fff 60%, #fcefe2);
}

.header {
  position: relative;
  min-height: 959px;
  background: url(/statics/nync/img/dnbcsjgx/header-bg.png) no-repeat center top;
}
.header #logo {
  top: 48px;
  left: 358px;
  position: absolute;
}
.header #logo img {
  width: 402px;
}
.header .container {
  padding-top: 395px;
}

/* 要闻 */
.yw-container {
  margin-top: -365px;
}

.yw-swiper {
  width: 660px;
  height: 465px;
}
.yw-swiper a {
  font-size: 16px;
  color: #fff;
}
.yw-swiper a p {
  padding: 0 8em 0 1em;
  height: 34px;
  line-height: 34px;
}
.yw-swiper a:hover p {
  color: #45c96a;
}
.yw-swiper .yw-pagination {
  height: 34px;
  line-height: 34px;
}
.yw-swiper .yw-pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
  width: 9px;
  height: 9px;
  margin-right: 10px;
}
.yw-swiper .yw-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #45c96a;
}

.yw-list {
  position: relative;
  padding: 30px 30px 0 35px;
  margin-top: 10px;
  width: -webkit-calc(100% - 660px);
  width: -moz-calc(100% - 660px);
  width: calc(100% - 660px);
  height: 450px;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
.yw-list a.list-tit {
  position: relative;
  display: block;
  min-height: 140px;
  margin-bottom: 15px;
  border-bottom: 2px solid var(--defaultLineColor);
}
.yw-list a.list-tit h2 {
  font-size: 20px;
  color: #0c7a53;
  min-height: 40px;
  font-weight: bold;
  margin-bottom: 15px;
}
.yw-list a.list-tit p {
  font-size: 16px;
  color: #5c5c5c;
  min-height: 32px;
}
.yw-list a.list-tit:hover p {
  color: var(--defaultHoverColor);
}
.yw-list a.list-more {
  position: absolute;
  bottom: 40px;
  right: 30px;
  font-size: 16px;
  color: var(--defaultHoverColor);
}
.yw-list a.list-more:hover {
  font-weight: bold;
}
.yw-list li {
  margin-left: 20px;
  height: 38px;
  list-style-type: disc;
}
.yw-list li a {
  line-height: 38px;
}

/* 五大特色区 */
.wd-container h2,
.zb-container h2 {
  text-align: center;
  width: 100%;
  margin: 50px auto;
}
.wd-container h2 img,
.zb-container h2 img {
  width: 475px;
}

.wd-swiper {
  border: 43px solid transparent;
  border-top: none;
  border-bottom: none;
  -moz-border-image: url(/statics/nync/img/dnbcsjgx/swiper-border.png) 0 100%;
    -o-border-image: url(/statics/nync/img/dnbcsjgx/swiper-border.png) 0 100%;
       border-image: url(/statics/nync/img/dnbcsjgx/swiper-border.png) 0 100%;
}
.wd-swiper .swiper-slide {
  width: 850px;
  height: 600px;
}
.wd-swiper .swiper-slide p {
  display: none;
  width: -webkit-calc(100% - 35px);
  width: -moz-calc(100% - 35px);
  width: calc(100% - 35px);
  padding-left: 20px;
  height: 90px;
  border-left: 14px solid var(--defaultHoverColor);
  -webkit-transform: translate(15px, -15px);
     -moz-transform: translate(15px, -15px);
      -ms-transform: translate(15px, -15px);
       -o-transform: translate(15px, -15px);
          transform: translate(15px, -15px);
  background: transparent;
  color: #fff;
  font-family: "思源黑体";
  font-size: 36px;
  line-height: 1.2;
}
.wd-swiper .swiper-slide p span {
  font-weight: bold;
}
.wd-swiper .swiper-slide p i {
  font-weight: 100;
}
.wd-swiper .swiper-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}
.wd-swiper .swiper-slide.swiper-slide-active p {
  display: block;
}
.wd-swiper .swiper-slide.swiper-slide-active::after {
  display: none;
}
.wd-swiper .wd-next,
.wd-swiper .wd-prev {
  color: #fff;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.wd-swiper .wd-next::after,
.wd-swiper .wd-prev::after {
  padding: 10px;
  background: rgba(0, 0, 0, 0.5);
}
.wd-swiper .wd-next {
  right: 0;
  -webkit-transform: translateX(100%);
     -moz-transform: translateX(100%);
      -ms-transform: translateX(100%);
       -o-transform: translateX(100%);
          transform: translateX(100%);
}
.wd-swiper .wd-prev {
  left: 0;
  -webkit-transform: translateX(-100%);
     -moz-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
       -o-transform: translateX(-100%);
          transform: translateX(-100%);
}
.wd-swiper:hover .wd-next,
.wd-swiper:hover .wd-prev {
  -webkit-transform: translateX(0);
     -moz-transform: translateX(0);
      -ms-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
}

/* 重磅活动 */
.zb-container {
  padding-bottom: 110px;
}
.zb-container ul li {
  float: left;
  width: 48.333333%;
  height: 215px;
  border-radius: 24px;
  overflow: hidden;
  margin-bottom: 35px;
}
.zb-container ul li:nth-of-type(2) {
  float: right;
}
.zb-container ul li:last-of-type {
  width: 100%;
  margin-bottom: 0;
}
.zb-container ul li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  font-family: "思源黑体";
  font-size: 34px;
  color: #fff;
}
.zb-container ul li a img {
  width: 100%;
  height: 100%;
}
.zb-container ul li a p {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 0 20px;
}
.zb-container ul li a:hover p {
  font-weight: bold;
}
