.page {
  background-color: rgba(241, 241, 241, 1);
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
.prev_btn{
    font-size: 20px;
    font-weight: 400;
    color: #666666;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 48px;
    width: 96px;
    height: 48px;
    background: #ffffff;
    border: 1px solid #dfddd8;
}
.next_btn{
    font-size: 20px;
    font-weight: 400;
    color: #666666;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 48px;
    width: 96px;
    height: 48px;
    background: #ffffff;
    border: 1px solid #dfddd8;
}
.number{
    width: 45px;
    margin-right: 3px;
    border: 1px solid #dfddd8;
    height: 48px;
    vertical-align: middle;
    color: #666;
    text-align: center
}
.goPageNum{     
    line-height: 48px;
    width: 57px;
    background: #ffffff;
    border: 1px solid #dfddd8;
    font-size: 15px;
   vertical-align: middle;
}
header {
  width: 1920px;
  background-color: #fff;
  max-width: 1920px;
  position: fixed;
  top: 0;
  z-index: 9999;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
/* @media screen and (max-width:600px) {
#pc {
   display:none !important;
 }
#mobile {
    display:block !important;
  }
} */
.header {
  height: 109px;
  font-size: 0;
  width: 1240px;
  max-width: 1920px;
  margin: 0 auto;
  background: #fff;
}

.header-logo {
  display: inline-block;
  vertical-align: middle;
  width: 400px;
  height: 50px;
  background-size: 100%;
  margin: 20px 43px 0 0;
  cursor: pointer;
}

.header-logo img {
  width: 104%;
  /* height: 100%; */
}

.nav {
  display: inline-block;
  vertical-align: middle;
  margin-top: 27px;
  margin-left: 10px;
}

.nav-item {
  display: inline-block;
  vertical-align: middle;
  margin-right: 38px;
  font-size: 20px;
  color: #666666;
  line-height: 43px;
  text-align: left;
  cursor: pointer;
}

.nav-item:hover {
  color: #00a46b;
}
.nav-item.actived {
  color: #00a46b;
}

.sub-menu-content {
  width: 1920px;
  padding-left: 874px;
  background: #fff;
  left: 50%;
  opacity: 0;
  position: fixed;
  top: 108px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  min-width: 1240px;
  max-width: 1920px;
  /* z-index: 9999; */
  box-sizing: border-box;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 0;
  height: 0;
}

.sub-menu-content.hover {
  height: auto;
  opacity: 1;
  z-index: 9999
}

.sub-menu-wrap {
  height: 100%;
}

.sub-menu-list {
  display: inline-block;
  vertical-align: top;
  color: #5d6a7f;
  font-size: 16px;
  opacity: 0;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  min-width: 118px;
  height: 100%;
}

.sub-menu-list.actived {
  opacity: 1;
}

.sub-menu-list.actived a {
  pointer-events: inherit;
}

.sub-menu-list a {
  color: inherit;
  display: block;
  height: 28px;
  line-height: 28px;
  margin-bottom: 10px;
  outline: 0;
  cursor: pointer;
  color: #666666;
  pointer-events: none;
}

.sub-menu-list a:hover {
  color: #00a46b;
}
#bannerVideo {
  width: 100%;
  object-fit: cover;
}
.banner-swiper {
  width: 100%;
  height: 682px;
}

.banner-subtitle {
  font-weight: 600;
  font-size: 28px;
  color: #ffffff;
  line-height: 46px;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
  text-align: left;
  font-style: normal;
}

.banner-text {
  width: 100%;
  height: 109px;
  position: absolute;
  left: 0;
  top: 420px;
  z-index: 20;
  font-size: 48px;
}
.banner-title {
  width: 1240px;
  margin: 0 auto;
  min-width: 1240px;
  font-weight: 500;
  /* font-size: 52px; */
  color: #ffffff;
  line-height: 100px;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
  text-align: left;
  font-family: "CN Medium";
}

.banner-swiper .swiper,
.banner-swiper img {
  width: 100%;
  height: 100%;
}

.banner-swiper video {
  width: 100%;
  height: 682px;
  left: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transition: 1s ease-in-out 0.5s;
  transition: 1s ease-in-out 0.5s;
  z-index: 1;
}

.banner-swiper .banner-mask {
  width: 100%;
  height: 100%;
  /* background-color: rgba(0, 0, 0, 0.4); */
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}

.banner-swiper
  .swiper
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: var(
    --swiper-pagination-bullet-width,
    var(--swiper-pagination-bullet-size, 50px)
  );
  border-radius: var(--swiper-pagination-bullet-border-radius, 14px);
  background: #fff;
}

.banner-swiper .swiper .swiper-pagination-bullet {
  width: var(
    --swiper-pagination-bullet-width,
    var(--swiper-pagination-bullet-size, 14px)
  );
  height: var(
    --swiper-pagination-bullet-height,
    var(--swiper-pagination-bullet-size, 14px)
  );
  display: inline-block;
  background: #fff;
  opacity: 1;
}

.banner-swiper .swiper-horizontal > .swiper-pagination-bullets,
.banner-swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 86px);
}

.swiper-slide {
  position: relative;
  overflow: hidden;
}
.loading {
  position: absolute;
  top: 0;
  left: 217px;
  width: 930px;
  height: 100%;
  background-size: cover;
  z-index: 100;  /* 确保蒙版在最上层 */
}
.group {
  width: 100%;
  height: 920px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

 .group-show {
  background-image: url("${resPath}/nfcs/images/gsfc_bg2.png");
}
.group-show2 {
  background-image: url("${resPath}/nfcs/images/gsfc_bg1.png");
}

.group-show4 {
  background-image: url("${resPath}/nfcs/images/gsfc_bg3.png");
} 
.advance {
  background-image: url("${resPath}/nfcs/images/bg2.png");
}

.group-company {
  background-image: url("${resPath}/nfcs/images/bg_3.png");
  position: relative;
}
.index_bottom_mask {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 80px;
  background: linear-gradient(
    to top,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0.75) 25%,
    rgba(255, 255, 255, 0.6) 50%,
    rgba(255, 255, 255, 0.4) 75%,
    rgba(255, 255, 255, 0) 100%
  );
  z-index: 20;
}
.titleBox {
  width: 100%;
  height: 210px;
  position: relative;
}
.leftTitle {
  width: 30px;
  height: 30px;
  background-image: url("${resPath}/nfcs/images/left_title.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 95px;
  left: 380px;
}
.rightTitle {
  width: 30px;
  height: 30px;
  background-image: url("${resPath}/nfcs/images/right_title.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 95px;
  right: 380px;
}
.left_two {
  position: absolute;
  left: 780px;
}
.right_two {
  position: absolute;
  right: 780px;
}
.group-title {
  font-weight: 500;
  font-size: 40px;
  line-height: 50px;
  text-align: center;
  color: #666666;
}

.show-title {
  padding: 60px 0;
  color: #666;
  width: 100%;
  position: relative;
}

.advance-title {
  padding: 70px 0 60px;
}

.company-title {
  padding: 135px 0 35px;
}

.group-title-wrap {
  margin: 0 auto;
  width: 100%;
}

.paragraph {
  font-size: 25px;
  color: #666666;
  line-height: 37px;
  text-align: left;
  width: 1215px;
  margin: auto;
  text-indent: 3rem;
}

.footer {
  padding-top: 33px;
  width: 100%;
  background-color: #424344;
  font-size: 14px;
}

.footer-main {
  min-width: 1215px;
  width: 1215px;
  margin: 0 auto;
  font-size: 0;
  color: #afb0b1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-item {
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
}

.footer-item-left {
  margin-right: 60px;
  width: 280px;
  line-height: 30px;
}

.qr {
  margin-bottom: 16px;
  width: 130px;
  height: 130px;
}

.phone {
  font-size: 28px;
  color: #00a46b;
  line-height: 30px;
}

.footer-nav {
  font-size: 0px;
  -webkit-box-flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
  flex: 1;
}

.footer-nav-item {
  display: inline-block;
  vertical-align: top;
  width: 152px;
  /* max-width: 140px; */
  /* min-width: 76px; */
  font-size: 15px;
  margin-right: 12px;
}

.footer-nav-title {
  padding-left: 16px;
  background: url("${resPath}/nfcs/images/icon_circle.png") no-repeat left center;
  background-size: 7px 7px;
  margin-bottom: 26px;
}

.footer-nav-list {
  margin-left: 16px;
}

.footer-nav-list > li {
  margin-bottom: 24px;
}

.footer-nav-list > li a {
  color: #afb0b1;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}

.footer-nav-list > li a:hover {
  color: #00a46b;
}

.footer-nav-list > li a:active {
  color: #00a46b;
}

.footer-link span {
  margin-left: 166px;
  line-height: 41px;
}

.footer-link img {
  width: 127px;
  height: 41px;
}
.disclaimers {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1001;
 height: 100%;;
}

.disclaimers .text-content {
  background-color: #fff;
  border-radius: 8px;
  font-size: 16px;
  padding: 70px 36px;
  position: absolute;
  top: 50%; 
  left: 50%; 
  transform: translate(-50%, -50%); 
  width: 900px;
  height: 480px; 
  overflow: scroll;
  min-width: 690px;
  max-width: 700px
}
.text-content::-webkit-scrollbar {
    display: none; /* 隐藏 Chrome 和 Safari 的滚动条 */
}
.disclaimers .text-content .close {
  width: 20px;
  height: 20px;
  cursor: pointer;
  font-size: 20px;
  position: absolute;
  right: 20px;
  top: 20px;
}

.disclaimers .text-content :first-child {
  text-align: center;
}
.disclaimers .text-content p {
  text-indent: 2em;
  line-height: 35px;
}
.mianze {
  cursor: pointer;
  margin-left: 0 !important;
  padding-left: 20px;
}
.mianze a {
  color: inherit;
  outline: 0;
}
.mianze a:hover {
  color: #00a46b;
}
.copyright {
  padding: 12px 0 30px;
  font-size: 12px;
  line-height: 20px;
  color: #949495;
  text-align: center;
}

.advance-wrap {
  width: 1240px;
  margin: 0 auto;
  text-align: center;
  font-size: 0;
}

.advance-block {
  display: inline-block;
  vertical-align: middle;
  height: 363px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  cursor: pointer;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  padding: 28px 60px 28px 28px;
  box-sizing: border-box;
  color: #00a46b;
}

.advance-block:hover *,
.advance-block:hover a {
/*  transform: translateY(-5px) translateZ(10px); */
  color: #fff;
}

.advance-content {
  background-color: aqua;
  margin: 7px auto;
  border-radius: 16px;
  width: 598px;
  height: 346px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.advance-block-1,
.advance-block-2,
.advance-block-3,
.advance-block-4,
.advance-block-5,
.advance-block-6 {
  width: 408px;
}

.advance-block-1 {
  background-image: url("${resPath}/nfcs/images/gongsiyoushibg1.png");
}

.advance-block-2 {
  background-image: url("${resPath}/nfcs/images/gongsiyoushibg2.png");
}

.advance-block-3 {
  background-image: url("${resPath}/nfcs/images/gongsiyoushibg3.png");
}

.advance-block-4 {
  background-image: url("${resPath}/nfcs/images/gongsiyoushibg4.png");
}

.advance-block-5 {
  background-image: url("${resPath}/nfcs/images/gongsiyoushibg5.png");
}
.advance-block-6 {
  background-image: url("${resPath}/nfcs/images/gongsiyoushibg6.png");
}

.advance-block-1:hover {
  background-image: url("${resPath}/nfcs/images/bg_advance_active1.png");
}

.advance-block-2:hover {
  background-image: url("${resPath}/nfcs/images/bg_advance_active2.png");
}

.advance-block-3:hover {
  background-image: url("${resPath}/nfcs/images/bg_advance_active3.png");
}

.advance-block-4:hover {
  background-image: url("${resPath}/nfcs/images/bg_advance_active4.png");
}

.advance-block-5:hover {
  background-image: url("${resPath}/nfcs/images/bg_advance_active5.png");
}

.advance-block-6:hover {
  background-image: url("${resPath}/nfcs/images/bg_advance_active6.png");
}

.advance-block-top .fl {
  margin-left: 11px;
  font-size: 36px;
  line-height: 50px;
  font-weight: 500;
}

/* .advance-block-top .fl::after {
  content: '';
  display: block;
  margin-top: 8px;
  width: 50px;
  height: 8px;
  background:#ba9e61;
  border-radius: 4px;
  transition: all .5s;
  -webkit-transition: all .5s;
} */
/* .advance-block:hover .advance-block-top .fl::after {
  background-color: #fff;
} */

.advance-block-top .fr {
  font-size: 30px;
  line-height: 50px;
  font-weight: 500;
}

.advance-block-bt {
  height: 115px;
  margin-top: 70px;
  color: #666666;
  text-align: left;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.advance-block:hover .advance-block-bt {
  color: #fff;
}

.advance-block-bt .bt-title {
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
}

.advance-block-bt .bt-content {
  margin-left: 27px;
  font-size: 18px;
  line-height: 30px;
  max-width: 487px;
  float: left;
  width: 100%;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.advance-block-1 .advance-block-bt,
.advance-block-2 .advance-block-bt,
.advance-block-3 .advance-block-bt,
.advance-block-4 .advance-block-bt,
.advance-block-5 .advance-block-bt,
.advance-block-6 .advance-block-bt {
  min-height: 125px;
  max-height: 130px;
  overflow: hidden;
  margin-top: 30px;
  color: #666666;
  text-align: left;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.advance-block-1 .advance-block-top .fr,
.advance-block-2 .advance-block-top .fr,
.advance-block-3 .advance-block-top .fr,
.advance-block-4 .advance-block-top .fr,
.advance-block-5 .advance-block-top .fr,
.advance-block-6 .advance-block-top .fr {
  float: left;
  /* margin-top: 6px; */
  margin-left: 11px;
}
.advance-block-1 .bt-content,
.advance-block-2 .bt-content,
.advance-block-3 .bt-content,
.advance-block-4 .bt-content,
.advance-block-5 .bt-content,
.advance-block-6 .bt-content {
  max-width: 289px;
}

.list-wrapper {
  margin: 60px auto 0;
  overflow: hidden;
  width: 1215px;
  max-height: 570px;
  position: relative;
}
.list-wrapper {
 /* margin: 35px auto 0; */
}
.list-wrapper::-webkit-scrollbar {
    display: none; /* 隐藏 Chrome 和 Safari 的滚动条 */
}

.index_mask {
  width: 1200px;
  position: absolute;
  top: 0;
  left: 6px;
  height: 50px;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0.75) 25%,
    rgba(255, 255, 255, 0.6) 50%,
    rgba(255, 255, 255, 0.4) 75%,
    rgba(255, 255, 255, 0) 100%
  );
  z-index: 20;
}

.company-swiper {
  position: relative;
  height: auto;
}
.company-swiper img {
  float: left;
  width: 202px;
  height: 89px;
} 

#list-wrapper {
  position: relative;
  top: 0;
}

.mien-box {
  width: 1359px;
  height: 586px;
  position: relative;
  margin: 0 auto;
}

.mien-box img {
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
}

.mien-box ul {
  position: relative;
  width: 1208px;
  height: 586px;
  margin: 0 auto;
}

.mien-box ul li {
  height: 586px;
  width: 840px;
  position: absolute;
  top: 50%;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
}

.mien-box ul .show0,
.mien-box ul .show4 {
  width: 308px;
  height: 292px;
  top: calc(50% - 146px);
  z-index: 87;
}

.mien-box ul .show0 {
  left: 0px;
}

.mien-box ul .show4 {
  left: 900px;
}

.show0 img,
.show4 img {
  width: 308px;
  height: 292px;
}
.mien-box ul .show0 .slide-info .slide-logo, 
.mien-box ul .show4 .slide-info .slide-logo {
  -webkit-width: 10vw !important;
  width: 12vw !important;
}
.mien-box ul .show0 .slide-info .slide-text, 
.mien-box ul .show4 .slide-info .slide-text {
  -webkit-font-size: 8px;
  font-size: 8px;
  -webkit-bottom: 1px;
  bottom: 0 !important;
}

.mien-box ul .show1,
.mien-box ul .show3 {
 /* width: 459px; */
 width: 800px;
  height: 436px;
  top: calc(50% - 218px);
  z-index: 88;
}
.mien-box ul .show1 .slide-info .slide-logo, 
.mien-box ul .show3 .slide-info .slide-logo {
  -webkit-width: 15vw !important;
  width: 18vw !important;
}
.mien-box ul .show1 .slide-info .slide-text, 
.mien-box ul .show3 .slide-info .slide-text {
  -webkit-font-size: 10px;
  font-size: 10px;
  bottom: 1px !important;
}

.mien-box ul .show8 {
  width: 227px;
  height: 286px;
  left: 50%;
  top: 30%;
  z-index: 80;
}

.show8 img {
  height: 286px;
  width: 227px;
}

.mien-box ul .show5,
.mien-box ul .show6,
.mien-box ul .show7 {
  width: 300px;
  height: 280px;
  top: calc(50% - 138px);
  left: 200px;
  z-index: 87; 
}
.show5 img,
.show6 img,
.show7 img {
  width: 300px;
  height: 280px;
}
.mien-box ul .show1 {
  left: 60px;
}

.mien-box ul .show3 {
 /*  left: 689px; */
 left: 348px
}

.show1 img,
.show3 img {
  /* width: 459px;  */
  width: 800px ;
  height: 436px;
}

.mien-box ul .show2 {
  width: 927px;
  height: 586px;
  left: 142px;
  top: 0%;
  z-index: 99;
}

.show2 img {
  height: 586px;
  width: 927px;
}

.butL,
.butR {
  position: absolute;
  width: 47px;
  height: 91px;
  background: url("${resPath}/nfcs/images/left.png");
  top: 50%;
  margin-top: -20px;
  z-index: 999;
  cursor: pointer;
}

.butL {
  left: 0;
}

.butR {
  right: 0;
  background-image: url("${resPath}/nfcs/images/right.png");
}
.butL2,
.butR2 {
  position: absolute;
  width: 47px;
  height: 91px;
  background: url("${resPath}/nfcs/images/left.png");
  top: 50%;
  margin-top: -20px;
  z-index: 999;
  cursor: pointer;
}

.butL2 {
  left: 0;
}

.butR2 {
  right: 0;
  background-image: url("${resPath}/nfcs/images/right.png");
}

.wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 34px;
}
.main_left {
  width: 220px;
  background: #fff;
  border-radius: 8px;
  padding-top: 50px;
  padding-left: 25px;
  min-height: 660px;
}
.main_left li {
  width: 220px;
  padding-bottom: 70px;
  position: relative;
}
.main_left li em {
  width: 12px;
  height: 12px;
  background-color: #afb0b1;
  border-radius: 100%;
  margin-right: 16px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 2;
  margin-top: 3px;
}
.main_left li span {
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  color: #666666;
}
.line {
  width: 1px;
  height: 86px;
  background: url(${resPath}/nfcs/images/bg_line.png) no-repeat left top;
  position: absolute;
  left: 5px;
  top: 16px;
  z-index: 1;
}
.act .line {
  background: url(${resPath}/nfcs/images/bg_line_act.png) no-repeat left top;
}
.main_left li.act span {
  color: #ba9e61;
}
.main_left li.act em {
  background: #ba9e61;
}
.main_content {
  width: 986px;
  float: right;
  background-color: #fff;
  margin-left: 20px;
  padding-bottom: 20px;
  border-radius: 8px;
  position: relative;
}
.main_title {
  font-size: 30px;
  color: #101010;
  padding: 40px 45px 25px 45px;
  border-bottom: 1px solid #dadada;
  font-weight: normal;
}
.main_title img {
  display: inline-block;
  vertical-align: middle;
}
.main_title span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

.news_list li {
padding: 48px 0 23px 38px;
  border-top: 1px solid #dadada;
  cursor: pointer;
}
.news_list li:hover {
  background-color: #f1f7f4;
}
.news_list li span em {
  font-size: 36px;
  margin-top: 10px;
  display: block;
  line-height: 36px;
}
.news_list li span {
  width: 82px;
  height: 82px;
  font-size: 16px;
  color: #00a46b;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}
.news_list li p {
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
}
.news_list li:first-child {
  border-top: 0;
}
/* 风险提示、行业要闻下的样式 */
.news_list {
   width: 935px;
   height: auto;
   min-height: 590px;
 /* margin-bottom: 100px */
}
.news_list::-webkit-scrollbar {
  display: none;
}
.mytitle {
  line-height: 82px;
  margin-left: 20px
}
.cover {
  background-color: #fff;
  width: 100%;
  color: #666;
}
.imgbox {
  display: flex;
  justify-content: space-around;
}
.cover img {
  height: 270px;
  margin: 30px 10px;
  border-radius: 10px;
}
.cover_text {
  position: relative;
}
.cover_text h3 {
  width: 730px;
  margin: 10px auto;
  font-size: 20px;
}
.cover_text p {
  font-size: 18px;
  line-height: 35px;
  width: 800px;
  margin: 0 auto;
  text-indent: 2em
}
.cover_text div {
  font-size: 18px;
  width: 800px;
  margin: 0 auto;
  text-align: left;
}
.cover_text .text {
  line-height: 35px;
}
.cover_text .gonggao {
        margin: 20px 0 0 38px;
        text-align: left !important;
      }
.cover_text .name {
  margin-top: 50px;
  margin-bottom: 20px;
 text-align: right;
}
.cover_text .data {
 text-align: right;
}
.cover h2 {
  width: 800px;
  margin: 30px auto;
  font-size: 22px;
}
.cover_text h4 {
  font-size: 18px;
  margin: 10px 0px 10px 84px;
}
.back_btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background-color: #fcfcfc;
  color: #666;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  height: 88px;
  line-height: 88px;
  justify-content: center;
  text-align: center;
  width: 100%;
  margin-top: 100px;
}
.pages {
  font-size: 0px;
  text-align: right;
  padding-right: 121px;
  margin-top: 20px;
}
.pages a {
  width: 24px;
  height: 24px;
  border-radius: 4px;
  border: 1px solid #afb0b1;
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  text-align: center;
  line-height: 24px;
  color: #666666;
  margin-left: 6px;
}
.pages a.act,
.pages a:hover {
  border: 1px solid #00a46b;
  color: #00a46b;
}
.banner {
  width: 100%;
  height: 376px;
  background: url("${resPath}/nfcs/images/gywmbg1.png");
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
}
.banner2 {
  width: 100%;
  height: 376px;
  background: url("${resPath}/nfcs/images/gsysbg1.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.banner3 {
  width: 100%;
  height: 376px;
  background: url("${resPath}/nfcs/images/gsfcbg.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.banner4 {
  width: 100%;
  height: 376px;
  background: url("${resPath}/nfcs/images/wqzp_bg1.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.banner4 h1 {
  font-size: 44px;
  position: absolute;
  left: 300px;
  top: 150px;
}
.banner5 {
  width: 100%;
  height: 376px;
  background: url("${resPath}/nfcs/images/xxplbg1.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.banner6 {
  width: 100%;
  height: 376px;
  background: url("${resPath}/nfcs/images/lxwmbg.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.content_wrap {
  padding-top: 109px;
}
.more {
  font-size: 20px;
  color: #666666;
  margin-top: 30px;
  width: 100%;
  text-align: right;
}
.more a {
  font-size: 18px;
  color: #666666;
}
.more2 {
  font-size: 20px;
  color: #666666;
  width: 100%;
  text-align: right;
}
.more2 a {
  font-size: 18px;
  color: #666666;
}

.jianjie {
  position: relative;
}
.jianjie .paragraph_1 {
  position: absolute;
  left: 68px;
  top: 40px;
  width: 800px;
  overflow-wrap: break-word;
  color: #666;
  font-size: 18px;
  text-align: left;
  line-height: 35px;
}
.fwln{
  padding: 20px 60px
}
.fuwu {
  width: 800px;
  overflow-wrap: break-word;
  color: #666;
  font-size: 18px;
  text-align: left;
  line-height: 35px;
  text-indent: 2rem;
  margin: 0 auto
}
.paragraph_1 h1 {
  text-align: center;
  margin: 20px auto;
}
.paragraph_1 p {
  text-indent: 2rem;

}
.jianjie .paragraph_1_img {
  width: 100%;
}
.jianjie .paragraph_img {
  width: 100%;
  height: 100%
}

.zuxhi_list {
  width: 986px;
  height: 750px;
  background-image: url("${resPath}/nfcs/images/zuzhijiagou_bg.png");
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
}
.zuzhi_content {
  position: absolute;
  left: 45px;
  top: 390px;
  width: 390px;
  overflow-wrap: break-word;
  color: #666;
  font-size: 16px;
  font-weight: NaN;
  text-align: left;
  line-height: 30px;
}
.gongsijieshao {
  width: 986px;
  height: 750px;
  background-image: url("${resPath}/nfcs/images/gongsiwenhua.png");
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
  font-size: 14px;
  color: #666;
}
.gongsijieshao .left_text {
  position: absolute;
  top: 550px;
  left: 60px;
  width: 333px;
}
.gongsijieshao .right_text {
  position: absolute;
  top: 300px;
  right: 100px;
}
.gongsijieshao .right_text span {
  color: #00a46b;
}
.chengzhang_list {
  width: 100%;
  height: auto;
  position: relative;
}
.chengzhang_content {
  position: absolute;
  right: 60px;
  top: 406px;
  width: 390px;
  overflow-wrap: break-word;
  color: #666;
  font-size: 18px;
  text-align: left;
  line-height: 30px;
}

.guwen_list {
  width: 100%;
  height: 600px;
  position: relative;
}
.guwen_content {
  position: absolute;
  left:60px;
  top: 315px;
  width: 390px;
  overflow-wrap: break-word;
  color: #666;
  font-size: 18px;
  text-align: left;
  line-height: 30px;
}
.keji_list {
  width: 986px;
  height: 600px;
  /* background-image: url("${resPath}/nfcs/images/kjfn.png");
  background-size: 100%;
  background-repeat: no-repeat; */
  /* position: relative; */
}
.keji_img {
  width: 100%;
  height: auto;
}
.keji_content {
  position: absolute;
  right: 45px;
  top: 320px;
  width: 390px;
  overflow-wrap: break-word;
  color: #666;
  font-size: 16px;
  font-weight: NaN;
  text-align: left;
  line-height: 30px;
}
.gaoke {
  padding: 20px 60px;
}

.gaoke .part_content{
 width: 100%;
 height: 200px;
 display: flex;
 justify-content: space-evenly;
 align-items: center;
}
.part_content .part {
  width: 220px;
  height: 180px;
  font-size: 18px;
  color: #666;
}
.part .part_title {
  margin-bottom: 15px;
  text-align: center;
}
.chanpin {
  padding: 20px 20px;
}
.chanpin_img {
  width: 100%;
}


/* 公司基本信息下的样式 */
.infoContent {
  padding: 0 40px 60px 50px;
  position: relative;
  color: #666;
  font-size: 16px;
}
.infoList {
  position: relative;
  width: 800px;
}
.list_item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 20px;
  line-height: 30px;
}
.item_title {
  font-weight: 700;
  font-size: 19px;
}
.item_desc {
  padding-right: 40px;
  padding: 6px 0 20px;
  font-size: 18px;
}
.infoContent .paragraph_img {
  width: 100%;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.pagination {
  font-size:20px;
  width:100%;
  text-align:center;
  color:#666666;
  margin-top: 10px
}