* {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

img {
  vertical-align: middle;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  background-color: #7f7f7f;
}

/* 头部区域 start */
#fullpage {
  height: 100%;
}

.contentBox {
  width: 77%;
  overflow: hidden;
  margin: 0 auto;
  height: 100%;
  max-width: 1470px;
}

.contentBox_inner {
  display: flex;
  height: 100%;
  padding-top: 134px;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
}

.section4 .contentBox_inner {
  max-width: 1310px;
}

.mobileVideo {
  width: 100%;
  height: 50vw;
  background: url(../images/video_bg.png) center center/100% 100%;
  display: flex;
  position: relative;
}

.mobileVideo video {
  width: 5rem;
  height: 3.4rem;
  margin: auto;
  outline: none;
}

video::-webkit-media-controls {
  display: none !important;
}

video::-webkit-media-controls-enclosure {
  overflow: hidden;
}

video::-webkit-media-controls-panel {
  width: calc(100% + 30px);
}

.vedio {

  height: 100%;
  width: 100%;
}

video {
  max-width: 100%;
  width: 100% !important;
  object-fit: fill;
}

.cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 79, 63, 0.6);
}

.cover_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  max-width: 300px;
  max-height: 72px;
  cursor: pointer;
}

.cover_logo img {
  width: 100%;
  height: 100%;
}

/* 头部区域 end */

/* 第二页 start */

.section4 {
  background-color: #ede7dd !important;
}

.section2 {
  position: relative;
}

.section2 .content {
  position: relative;
  height: 0;
}

.section2 .active {
  height: 100%;
}

.aside_nav_item {
  cursor: pointer;
  margin: 20px 0;
}

.contentBox_inner::-webkit-scrollbar {

  display: none;
  /* 隐藏滚动条 */

}

/* 左侧边栏 start */
.aside_nav {
  width: 20.3%;
  max-width: 182px;
  margin-right: 54px;
}

.aside_nav_header {
  font-size: 32px;
  color: #ffffff;
  cursor: pointer;
  line-height: 1;
  font-family: 'SourceHanSerifCN-Medium';
}

.aside_nav .header_first {
  position: relative;
  padding-left: 11px;
  font-size: 22px;
  color: #ffffff;
  font-family: 'SourceHanSerifCN-Regular';
}

.aside_nav .header_first:before {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  height: 24px;
  width: 4px;
  background: url(../images/zx_mini_line.png) no-repeat;
  background-size: 100% 100%;
}

.aside_nav p {
  font-size: 14px;
  color: #5bc216;
  letter-spacing: 0;
  max-width: 200px;
  text-align: justify;
  margin-top: 16px;
  line-height: 1.8;
}

.aside_nav .header_second_box {
  font-size: 22px;
  color: #828180;
  font-family: 'SourceHanSerifCN-Regular';
}

.content_Boxs {
  max-width: 1004px;
  width: 80.15%;
  max-height: 710px;
  height: auto;
}

/* 左侧边栏 end */
/* 右侧内容 start */
.content {
  width: 100%;
}

.news_box {
  width: 93%;
  margin: 0 auto;
  max-height: 496px;
  max-width: 940px;
}

.news_text_box {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 98px;
  background-color: #10251c;
}

.news_text_box .news_text {
  position: relative;
  padding-top: 20px;
  padding-left: 65px;
  color: #ffffff;
}

.news_text_box .news_text span {
  position: absolute;
  top: 24px;
  left: 44px;
  width: 8px;
  height: 52px;
  background: url(../images/zx_line.png) no-repeat;
  background-size: 100%;
}

.news_text_box .news_text .news_text_title {
  font-size: 24px;
  width: 80%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.news_text_box .news_text .news_text_con {
  font-size: 16px;
  line-height: 2.0;
  width: 60%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.news_text_box .clickMore {
  display: block;
  width: 120px;
  float: right;
  position: absolute;
  bottom: 25px;
  right: 29px;
  font-size: 10px;
  color: #7f7f7f;
  background: url(../images/icon2_03.png) no-repeat right;
}

.news_text_box .clickMore:hover {
  color: #fff;
  background: url(../images/icon2_031.png) no-repeat right;
  transform: scale(1.2);
}

/* 轮播图区域 start */
.gallery .swiper-slide {
  width: 100%;
  height: 79.4%;
  max-width: 940px;
  overflow: hidden;
  max-height: 457px;
  height: auto !important;
}

.gallery .img_box {
  overflow: hidden;
  height: 100%
}

.gallery .img_box img {
  display: inline-block;
  width: 100%;
  height: auto;
  transition: all 0.4s;
}

.gallery .img_box img:hover {
  transform: scale(1.2);
}

.gallery {
  overflow: hidden;
  max-height: 520px;
}

.slider_box {
  margin: 0 auto;
  margin-top: 14px;
  width: 93%;
  max-width: 1022px;
}

.thumbs {
  position: static;
}

.swiper_box {
  position: relative;
  height: 100%;
  width: 100%;
  margin: 0 auto;
}

.thumbs .swiper-slide {
  position: relative;
  overflow: hidden;
  max-height: 163px;
  height: auto !important;
  cursor: pointer;
}

.thumbs .swiper-slide:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1000;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

.thumbs .swiper-slide:hover:after {
  display: none;
}

.thumbs .swiper-slide>a {
  display: block;
  width: 100%;
  height: 100%;
}

.thumbs .swiper-slide img {
  transition: all 0.4s;
  width: 100%;
}

.thumbs .swiper-slide img:hover {
  transform: scale(1.2);
}

.thumbs .swiper-slide-thumb-active {
  opacity: 1;
}


.thumbs .swiper-slide .shadow {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 48px;
  width: 100%;
  text-align: left;
  background-color: rgba(10, 25, 18, 0.71);
  z-index: 1001;
}



.thumbs .swiper-slide .shadow .shadow-header {
  font-size: 10px;
  line-height: 1;
  color: #dedddc;
  padding-left: 18px;
  padding-top: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.thumbs .swiper-slide .shadow .shadow-con {
  font-size: 8px;
  line-height: 1.8;
  color: #7f7f7f;
  padding-left: 18px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 90%;
}

.thumbs {
  position: static !important;
  width: 100%;
  height: 100%;
}

.thumbs .swiper-button-prev {
  left: -30px !important;
  outline: none !important;
}

.thumbs .swiper-button-next {
  right: -30px !important;
  outline: none !important;
}

.thumbs .swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 28px !important;
  color: #7f7f7f !important;
}

.thumbs .swiper-slide {
  text-align: center;
  font-size: 1.125em;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

/* 轮播图区域 end */
.content .more {
  margin: 40px auto 0;
  width: 115px;
  height: 33px;
}

.content .more:hover a {
  color: #fff;
  background-color: #4af14b;
}

.content .more a {
  display: block;
  width: 100%;
  height: 100%;
  color: #4af14b;
  border-radius: 20px;
  text-align: center;
  line-height: 33px;
  border: 1px solid #4af14b;
}

/* 右侧内容 end */
/* 第二页 end */

/* 第五页 start */
.section4 .aside_nav {
  width: 21.9%;
  margin-right: 88px;
}

.section4 .content4 {
  max-width: 994px;
  width: 90%;
}

.aside_nav_us {
  font-size: 32px;
  line-height: 1;
  color: #10251c;
  font-family: 'SourceHanSerifCN-Medium';
}

.aside_nav_us_pro {
  margin-top: 38px;
}

.aside_nav_us_pro li {
  position: relative;
  padding-left: 17px;
  font-size: 22px;
  line-height: 1.8;
  color: #10251c;
  font-family: 'SourceHanSerifCN-Regular';
}

.aside_nav_us_pro li:before {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  width: 4px;
  height: 24px;
  background: url(../images/zx_mini_line.png) no-repeat;
  background-size: 100% 100%;
}

/* 公司介绍 */

.content_company {
  overflow: hidden;
}

.content_company_img {
  float: left;
  overflow: hidden;
  height: auto;
}

.content_company_img img {
  transition: all 0.4s;
  width: 100%
}

.content_company_img img:hover {
  transform: scale(1.2);
}

.content_company_pro {
  position: relative;
  float: right;
  width: 60%;
  height: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.content_company_proH {
  position: relative;
  font-size: 30px;
  line-height: 1;
  color: #424242;
  padding-left: 13px;
  font-family: 'SourceHanSerifCN-Regular';
}

.content_company_proH::before {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  width: 4px;
  height: 24px;
  background: url(../images/zx_mini_line.png) no-repeat;
  background-size: 100% 100%;

}

.content_company_proC {
  position: relative;
  height: 80%;
  overflow: hidden;
}

.content_company_pro p {
  margin-top: 8px;
  width: 100%;
  text-align: justify;
  font-size: 16px;
  line-height: 2.8;
  color: #424242;
  overflow: hidden;
  text-overflow: ellipsis;
  text-indent: 36px;
}

.content_company_pro .clickMore {
  position: absolute;
  bottom: 14px;
  right: 10px;
  width: 120px;
  font-size: 10px;
  color: #7f7f7f;
  background: url(../images/icon2_03.png) no-repeat right;
}

.content_company_pro .clickMore:hover {
  color: #5bc216;
  font-weight: bold;
  background: url(../images/icon2_032.png) no-repeat right;
  transform: translateX(5px)
}

.content_company_proH img {
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 216px;
  height: 15px;
}

/* 获得荣誉 */
.content_honor {
  margin-top: 10px;
}

.content_honor_header {
  position: relative;
  font-size: 24px;
  color: #10251c;
  padding-left: 13px;
  font-family: 'SourceHanSerifCN-Regular';
}

.content_honor_header::before {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  width: 4px;
  height: 24px;
  background: url(../images/zx_mini_line.png) no-repeat;
  background-size: 100% 100%;
}

.content_honor_img {
  display: flex;
  margin-top: 18px;
  width: 100%;
  justify-content: space-between;
}

.content_honor_imgbox {
  position: relative;
  overflow: hidden;
  max-height: 261px;
  height: auto;
  max-width: 485px;
  width: 49%;
}

.content_honor_imgbox img {
  transition: all 0.4s;
  width: 100%;
}

.content_honor_imgbox img:hover {
  transform: scale(1.2);
}

.content_honor_imgbox_text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 57px;
  font-size: 20px;
  line-height: 57px;
  color: #ede7dd;
  background-color: #10251c;
}

.content_honor_imgbox_text span {
  margin-left: 29px;
  width: 100%;
}

/* 第五页 end */
/* 底部区域 start*/
/* 底部区域 end */
@media only screen and (max-width:1850px) {
  .content_company_proH {
    padding-bottom: 5px;
  }



  .downSlide,
  .footer_shadow {
    display: none;
  }

  .content_Boxs {
    padding-bottom: 60px;
  }

  .content_company_proC {
    padding-bottom: 20px;
  }

  .content_company_pro .clickMore {
    right: 0;
    bottom: 0;
  }

  .content_company_pro p {
    line-height: 1.8;
    font-size: 16px;
  }

  .footer_search_box {
    right: 0;
  }

  .contentBox_inner {
    padding-top: 110px;
  }

  .content_honor {
    margin-bottom: 20px;
  }

}

@media only screen and (max-width:1500px) {

  .content_company_proC {
    height: 75%;
  }

  .content_company_img {
    width: 40%;
  }

  .content_company_pro {
    width: 56%;
  }

}

@media only screen and (max-width:1200px) {
  .content_company_img {
    width: auto;
  }

  .content_company_pro {
    width: auto;
  }

  .contentBox_inner {
    padding-top: 56px;
  }

  .thumbs .swiper-slide:after {
    background-color: rgba(0, 0, 0, 0);
  }

  .cover_logo {
    width: 30%;
  }

  .section {
    height: auto !important;
  }

  .content {
    margin-bottom: 20px;
    width: 100%;
  }

  .contentBox {
    height: 90%;
    width: 90%;
  }

  .contentBox_inner {
    height: auto !important;
    max-height: 100%;
    flex-direction: column;
  }

  .content_company_proH {
    font-size: 28px;
    line-height: normal;
  }

  .content_company_proH::before {
    top: 10px;
  }

  .content_company_pro p {
    font-size: 16px;
    margin-top: 18px;
    width: 100%;
  }

  #fullpage {
    margin: 0;
  }

  .aside_nav,
  .content_Boxs {
    max-width: 100%;
    width: 100%;

  }

  .content_Boxs {
    padding-bottom: 80px;
  }

  .news_box,
  .slider_box {
    width: 100%;
    max-width: 100%;
  }

  .aside_nav_us_pro {
    display: flex;
  }

  .aside_nav_us_pro li {
    margin-right: 50px;
    margin-bottom: 20px;
  }

  .aside_nav_box {
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
  }

  .content_honor {
    margin-top: 20px;
  }

  .content_honor_imgbox_text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
  }

  .aside_nav p {
    position: absolute;
    width: 100%;
    left: 0;
    margin-top: 10px;
    max-width: 100%;
  }

  .aside_nav p br {
    display: none;
  }

  .aside_nav_box {
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
    position: relative;
    height: 100px;
  }

  .section:first-child .contentBox_inner {
    padding-top: 120px;
  }

  #fp-nav {
    display: none;
  }

  .thumbs .swiper-button-next {
    right: 10px !important;
  }

  .thumbs .swiper-button-prev {
    left: 10px !important;
  }

  .thumbs .swiper-button-next:after,
  .thumbs .swiper-button-prev:after {
    color: #fff !important;
  }

  .thumbs .swiper-slide .shadow {
    height: 40px;

  }

  .thumbs .swiper-slide .shadow .shadow-header {
    padding-top: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 5px;
  }

  .thumbs .swiper-slide .shadow .shadow-con {
    padding-left: 5px;
  }

  .section4 .aside_nav,
  .section4 .content4 {
    max-width: 100%;
    width: 100%;
  }

  .content_company {
    display: flex;
    flex-direction: column;
    max-height: 100%;
    height: auto;
  }

  .content_company_img {
    margin-right: 0;
    width: 50%;
  }

  .content_company_proC {
    padding-bottom: 20px;
  }

  .content_company_proC .clickMore {
    right: 40px;
    bottom: 0;
  }

  .content_company_pro .clickMore:hover {
    font-weight: normal;
    color: #7f7f7f;
    background: url(../images/icon2_03.png) no-repeat right;
    transform: none;
  }

  .content_company_pro {
    width: 100%;
    margin-top: 10px;
  }

  .gallery .img_box img:hover {
    transform: scale(1);
  }

  .thumbs .swiper-slide img:hover {
    transform: scale(1);
  }

  .news_text_box .clickMore {
    display: none;
  }

  .content_honor_imgbox {
    width: 49%;
  }


  .content_company_img img:hover {
    transform: scale(1);
  }

  .content_company_img img:hover {
    transform: scale(1);
  }

  .content_honor_imgbox img:hover {
    transform: scale(1);
  }

  .content .more:hover a {
    color: #4af14b;
    background-color: transparent;
  }

  .gallery .swiper-slide {
    max-width: 100%;
    max-height: 100%;
  }

  .thumbs .swiper-slide {
    max-height: 100%;
  }

  .content_honor_imgbox {
    max-height: 100%;
  }

}

@media only screen and (max-width: 768px) {
  .cover_logo {
    width: 20%;
  }

  .news_text_box {
    height: 50px;
  }

  .news_text_box .news_text {
    padding-top: 5px;
    padding-left: 26px;
  }

  .news_text_box .news_text .news_text_title {
    font-size: 16px;
    line-height: normal;
  }

  .news_text_box .news_text .news_text_con {
    font-size: 12px;
    line-height: normal;
  }

  .thumbs .swiper-slide .shadow .shadow-header {

    line-height: 1.2;
  }

  .thumbs .swiper-slide .shadow .shadow-con {
    line-height: 1.6;
  }

  .news_text_box .news_text span {
    width: 6px;
    height: 34px;
    top: 7px;
    left: 14px;
  }


  .content_company_img {
    width: 60%;
  }

  .content_honor_imgbox_text {
    height: 36px;
    font-size: 12px;
    line-height: 36px;

  }

  .content_honor_imgbox_text span {
    display: inline-block;
    margin-left: 8px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 2px;
  }

  .aside_nav .header_second_box,
  .aside_nav .header_first {
    font-size: 20px;
  }

  .aside_nav .header_first:before {
    top: 4px;
    height: 20px;
  }

  .content_Boxs {
    padding-bottom: 0;
  }
}

@media only screen and (max-width:480px) {
  .gallery .img_box img {
    max-height: 230px;
  }

  .aside_nav_header,
  .aside_nav_us {
    font-size: 26px;
  }

  .clickMore {
    right: 16px !important
  }

  .aside_nav span {
    width: 2px;
    height: 19px;
    top: 13px;
  }

  .aside_nav p {
    font-size: 14px;
  }

  .content_company_proH img {
    height: 9px;
    width: 50%;
    bottom: -12px;
  }

  .content_company_pro p {
    margin: 0;
    margin-top: 15px;
    font-size: 14px;
  }

  .content_honor_img {
    display: flex;
    flex-direction: column;
  }

  .content_honor_imgbox {
    width: 100%;
    margin: 15px 0;
  }

  .content_honor_header {
    font-size: 20px;
    padding-bottom: 8px;
  }

  .content_honor_header img {
    width: 50%;
  }

  .section .contentBox {
    height: 100%;
  }

  .content_honor_imgbox_text {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }

  .aside_nav_us {
    padding-left: 6px;
  }

  .content_honor_imgbox_text span {
    margin-left: 4px;
  }

  .aside_nav_us_pro li {
    margin-right: 15px;
    font-size: 20px;
  }

  .aside_nav_us_pro li:before {
    top: 10px;
    left: 10px;
    height: 18px;
  }

  .content_company_proH {
    font-size: 20px;
  }

  .content_company_proH::before {
    top: 3px;
  }

  .aside_nav .header_second_box,
  .aside_nav .header_first {
    font-size: 14px;
  }

  .aside_nav .header_first:before {
    top: 2px;
    height: 16px;
  }

  .footer_con_center_right_er span {
    font-size: 10px;
  }

  .contentBox_inner {
    padding-bottom: 0;
  }

  .content_honor_header::before {
    top: 3px;
  }

  .content_honor_img {
    margin-top: 0;
  }

  .footer_search_box {
    display: none;
  }
}

@media only screen and (max-height:900px) {
  #fullpage {
    margin: 0;
    padding-top: 78px;
  }

  .section {
    background-color: #333;
  }

  .section4 {
    background-color: #fff;
  }

  .footer {
    background-color: #004f3f;
  }

  .content .more {
    margin-bottom: 46px;
  }
}

/* 处理 右侧 小圆圈 */
#fp-nav {
  display: none;
}



/* 第二页 底部标识 */
.downSlide {
  background: url(../images/downSlide.png) no-repeat;
  background-size: 20px 27px;
  background-position: 36px 0;
  position: absolute;
  bottom: 0;
  left: 50.5%;
  color: #3d3d3d;
  height: 54px;
  transform: translateX(-50%);
  z-index: 1001;
}

.footer_shadow {
  z-index: 1000;
  background: url(../images/shadow.png) no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 54px;
  width: 100%;
}