@-webkit-keyframes slide_down {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(0.1rem);
            transform: translateY(0.1rem);
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slide_down {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(0.1rem);
            transform: translateY(0.1rem);
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/*侧边栏 start*/

.sidebar {
  position: fixed;
  z-index: 10000;
  right: 0.8rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.sidebar ul li {
  list-style: none;
  text-align: center;
  margin: 0.14rem 0;
}

.sidebar ul li a {
  display: inline-block;
  width: 0.15rem;
  height: 0.15rem;
  border-radius: 50%;
  border: 0.02rem solid #ffffff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.sidebar ul li.active a {
  height: 0.3rem;
  border: 0.02rem solid #e8943c;
  border-radius: 0.3rem;
  background: #e8943c;
}

.sidebar.gray_sidebar ul li a {
  border: 0.02rem solid rgba(0, 0, 0, 0.3);
}

.sidebar.gray_sidebar ul li.active a {
  height: 0.3rem;
  border: 0.02rem solid #e8943c;
  border-radius: 0.3rem;
  background: #e8943c;
}

/*侧边栏 end*/

.section {
  overflow: hidden;
}

.section1 {
  position: relative;
  height: 100vh;
}

.section1 .section1-content {
  width: 100vw;
  height: 100%;
  position: relative;
}

.section1 .section1-content .swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
}

.section1 .section1-content .swiper-container .swiper-wrapper {
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
}

.section1 .section1-content .swiper-container .swiper-slide {
  width: 100vw;
  height: 100%;
}

.section1 .section1-content .swiper-container .swiper-slide .slide_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.section1 .section1-content .swiper-container .swiper-slide .slide_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section1 .section1-content .swiper-container .swiper-slide .slide-content {
  width: 14rem;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

.section1 .section1-content .swiper-container .swiper-slide .slide-content .slide-content-inner {
  width: 10rem;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.section1 .section1-content .swiper-container .swiper-slide .slide-content .slide-content-inner h3 {
  opacity: 0;
  font-size: 0.72rem;
  color: #ffffff;
  line-height: 0.86rem;
}

.section1 .section1-content .swiper-container .swiper-slide .slide-content .slide-content-inner p {
  width: 7.5rem;
  opacity: 0;
  font-size: 0.24rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 0.36rem;
  margin-top: 0.65rem;
  margin-bottom: 0.72rem;
}

.section1 .section1-content .swiper-container .swiper-slide .slide-content .slide-content-inner .more_btn {
  opacity: 0;
}

.section1 .section1-content .swiper-container .swiper-slide.ani-slide .slide-content .slide-content-inner h3 {
  -webkit-animation: fadeIn 0.5s ease-in-out forwards;
          animation: fadeIn 0.5s ease-in-out forwards;
}

.section1 .section1-content .swiper-container .swiper-slide.ani-slide .slide-content .slide-content-inner p {
  -webkit-animation: fadeIn 0.5s ease-in-out forwards;
          animation: fadeIn 0.5s ease-in-out forwards;
}

.section1 .section1-content .swiper-container .swiper-slide.ani-slide .slide-content .slide-content-inner .more_btn {
  -webkit-animation: fadeIn 0.5s ease-in-out forwards;
          animation: fadeIn 0.5s ease-in-out forwards;
}

.section1 .section1-content .swiper-container .swiper-pagination {
  bottom: 1.5rem;
}

.section1 .section1-content .swiper-container .swiper-pagination .swiper-pagination-bullet {
  background: none;
  width: 0.15rem;
  height: 0.15rem;
  border: 0.02rem solid rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin: 0 0.14rem;
  opacity: 1;
}

.section1 .section1-content .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 0.3rem;
  border: 0.02rem solid #e8943c;
  border-radius: 0.3rem;
  background: #e8943c;
}

.section1 .section1-content .slide_down {
  position: absolute;
  left: 50%;
  bottom: 0.58rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  z-index: 20;
}

.section1 .section1-content .slide_down img {
  width: 0.2rem;
  height: 0.26rem;
  -webkit-animation: slide_down 1s infinite;
          animation: slide_down 1s infinite;
}

.section1 .section1-content .slide_down p {
  font-size: 0.16rem;
  line-height: 0.2rem;
  color: #ffffff;
  margin-top: 0.16rem;
}

.section2 {
  background: #ffffff;
}

.section2 .section2-content {
  width: 14rem;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

.section2 .section2-content .section2-content-left {
  width: 6.8rem;
  position: absolute;
  left: 0;
  top: 60%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.section2 .section2-content .section2-content-left .section2_tit {
  padding-bottom: 0.52rem;
  position: relative;
}

.section2 .section2-content .section2-content-left .section2_tit::after {
  content: '';
  width: 0.55rem;
  height: 0.06rem;
  background: #e8943c;
  border-radius: 0.06rem;
  position: absolute;
  left: 0;
  bottom: 0;
}

.section2 .section2-content .section2-content-left .section2_tit h3 {
  font-size: 0.6rem;
  line-height: 0.72rem;
  color: #4c4c4c;
}

.section2 .section2-content .section2-content-left .section2_tit h3 span {
  color: #e8943c;
}

.section2 .section2-content .section2-content-left .section2_txt {
  width: 5.8rem;
  margin-top: 0.42rem;
  margin-bottom: 0.72rem;
}

.section2 .section2-content .section2-content-left .section2_txt p {
  font-size: 0.18rem;
  line-height: 0.3rem;
  color: #666666;
  margin-bottom: 0.2rem;
}

.section2 .section2-content .section2-content-right {
  position: absolute;
  right: 0;
  top: 60%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.section2 .section2-content .section2-content-right img {
  height: 6.7rem;
}

.section2.active .section2-content .section2-content-left .section2_tit {
  -webkit-animation: fadeInTop 1s ease-in-out;
          animation: fadeInTop 1s ease-in-out;
}

.section2.active .section2-content .section2-content-left .section2_txt {
  -webkit-animation: fadeInBottom 1s ease-in-out;
          animation: fadeInBottom 1s ease-in-out;
}

.section2.active .section2-content .section2-content-left .more_btn {
  -webkit-animation: fadeInLeft 1s ease-in-out 0.5s;
          animation: fadeInLeft 1s ease-in-out 0.5s;
}

.section2.active .section2-content .section2-content-right img {
  -webkit-animation: fadeInRight 1s ease-in-out;
          animation: fadeInRight 1s ease-in-out;
}

.section3 {
  background: url('../images/page3_bg.jpg') no-repeat center center;
  background-size: 100% 100%;
}

.section3 .section3-content {
  width: 15.18rem;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

.section3 .section3-content .current_video {
  position: absolute;
  left: 0;
  top: 55%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  overflow: hidden;
}

.section3 .section3-content .current_video .swiper {
  width: 7.5rem;
}

.section3 .section3-content .current_video .swiper .swiper-slide {
  width: 100%;
}

.section3 .section3-content .current_video .swiper .swiper-slide .video_tit h3 {
  font-size: 0.6rem;
  line-height: 0.72rem;
  color: #ffffff;
}

.section3 .section3-content .current_video .swiper .swiper-slide .video_tit h3 span {
  color: #e8943c;
}

.section3 .section3-content .current_video .swiper .swiper-slide .video_p {
  font-size: 0.24rem;
  margin-top: 0.37rem;
  color: #ffffff;
}

.section3 .section3-content .current_video .swiper .swiper-slide .video_p p {
  line-height: 0.42rem;
}

.section3 .section3-content .current_video .swiper .swiper-slide .play_btn {
  margin: 0.73rem 0.73rem 0.73rem 0;
  width: 2.5rem;
  height: 0.8rem;
  line-height: 0.8rem;
  border-radius: 0.8rem;
  cursor: pointer;
  text-align: center;
  font-size: 0.24rem;
  color: #ffffff;
  background: #e8943c;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
          transition: all .3s linear;
}

.section3 .section3-content .current_video .swiper .swiper-slide .play_btn img {
  width: 0.2rem;
  height: 0.26rem;
  margin-right: 0.26rem;
}

.section3 .section3-content .current_video .swiper .swiper-slide .play_btn:hover {
  -webkit-box-shadow: .3rem 0.2rem 0.45rem 0.05rem rgba(231, 148, 60, 0.3);
          box-shadow: .3rem 0.2rem 0.45rem 0.05rem rgba(231, 148, 60, 0.3);
        
}

.section3 .video_lunbo {
  position: absolute;
  right: 0;
  top: 0;
  width: 7rem;
  height: 100%;
  -webkit-backdrop-filter: blur(0.1rem);
          backdrop-filter: blur(0.1rem);
  padding-left: 1.2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.section3 .video_lunbo .lunbo_inner {
  padding-top: 1rem;
  width: 3.8rem;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  overflow: hidden;
  position: relative;
}

.section3 .video_lunbo .lunbo_inner .swiper-button-prev {
  width: 100%;
  height: 1.04rem;
  background-image: url('../images/lunbo_top_icon1_1.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 0.16rem 0.1rem;
  position: relative;
  top: inherit;
  left: inherit;
  margin-top: 0;
}

.section3 .video_lunbo .lunbo_inner .swiper-button-prev:hover {
  background-image: url('../images/lunbo_top_icon1_2.png');
}

.section3 .video_lunbo .lunbo_inner .swiper-button-next {
  width: 100%;
  height: 1.04rem;
  background-image: url('../images/lunbo_bottom_icon1_1.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 0.16rem 0.1rem;
  position: relative;
  top: inherit;
  left: inherit;
  margin-top: 0;
}

.section3 .video_lunbo .lunbo_inner .swiper-button-next:hover {
  background-image: url('../images/lunbo_bottom_icon1_2.png');
}

.section3 .video_lunbo .lunbo_inner .swiper-container {
  height: 5.8rem;
  overflow: hidden;
  border-top: 1PX solid rgba(255, 255, 255, 0.2);
}

.section3 .video_lunbo .lunbo_inner .swiper-container .swiper-slide {
  width: 100%;
  border-bottom: 1PX solid rgba(255, 255, 255, 0.2);
  padding-top: 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.section3 .video_lunbo .lunbo_inner .swiper-container .swiper-slide .video_icon {
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  overflow: hidden;
  font-size: 0;
  float: left;
}

.section3 .video_lunbo .lunbo_inner .swiper-container .swiper-slide .video_icon img {
  width: 100%;
  height: 100%;
}

.section3 .video_lunbo .lunbo_inner .swiper-container .swiper-slide .video_txt {
  margin-left: 1.1rem;
  margin-top: 0.06rem;
}

.section3 .video_lunbo .lunbo_inner .swiper-container .swiper-slide .video_txt h3 {
  font-size: 0.24rem;
  line-height: 0.3rem;
  color: #ffffff;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.section3 .video_lunbo .lunbo_inner .swiper-container .swiper-slide .video_txt p {
  font-size: 0.16rem;
  line-height: 0.26rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 0.1rem;
}

.section3 .video_lunbo .lunbo_inner .swiper-container .swiper-slide.swiper-slide-active .video_txt h3 {
  color: #e8943c;
}

.section3.active .current_video .swiper {
  -webkit-animation: fadeInTop 1s ease-in-out;
          animation: fadeInTop 1s ease-in-out;
}

.section3.active .video_lunbo {
  -webkit-animation: fadeInBottom 1s ease-in-out;
          animation: fadeInBottom 1s ease-in-out;
}

.section4 {
  background: url('../images/page4_bg.jpg') no-repeat center center;
  background-size: 100% 100%;
}

.section4 .section4-content {
  width: 14rem;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.section4 .section4-content .section4-left {
  float: left;
  width: 7.3rem;
}

.section4 .section4-content .section4-left .num {
  white-space: nowrap;
  font-size: 1rem;
  color: #ffffff;
  text-shadow: 1PX 1PX 0 #cccccc, -1PX 1PX 0 #cccccc, 1PX -1PX 0 #cccccc, -1PX -1PX 0 #cccccc;
}

.section4 .section4-content .section4-left .section4_lunbo {
  position: relative;
  margin-top: 0.25rem;
}

.section4 .section4-content .section4-left .section4_lunbo .swiper-container {
  display: none;
  height: 5.28rem;
  -webkit-box-shadow: 0 0.2rem 0.8rem 0 rgba(127, 69, 8, 0.35);
          box-shadow: 0 0.2rem 0.8rem 0 rgba(127, 69, 8, 0.35);
  border-radius: 0.4rem;
}

.section4 .section4-content .section4-left .section4_lunbo .swiper-container .swiper-slide {
  width: 100%;
  height: 5.28rem;
  position: relative;
  border-radius: 0.4rem;
  overflow: hidden;
}

.section4 .section4-content .section4-left .section4_lunbo .swiper-container .swiper-slide img {
  width: 100%;
  height: 100%;
}

.section4 .section4-content .section4-left .section4_lunbo .swiper-container .swiper-slide .slide_font {
  position: absolute;
  bottom: 0.4rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 0.22rem;
  color: #ffffff;
  min-width: 3.2rem;
  height: 0.6rem;
  padding: 0 0.2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1PX solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.3);
  border-radius: 0.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section4 .section4-content .section4-left .section4_lunbo .swiper-container .swiper-slide .slide_font img {
  width: 0.27rem;
  height: 0.29rem;
  margin-right: 0.2rem;
}

.section4 .section4-content .section4-left .section4_lunbo .swiper-container.active_lunbo {
  display: block;
}

.section4 .section4-content .section4-left .section4_lunbo.lunbo_1 {
  display: block;
}

.section4 .section4-content .section4-left .section4_lunbo.lunbo_2 {
  display: none;
}

.section4 .section4-content .section4-right {
  float: right;
  width: 5.7rem;
  margin-top: 1.6rem;
}

.section4 .section4-content .section4-right .product_tab {
  width: 100%;
  height: 0.86rem;
  line-height: 0.86rem;
  border-bottom: 0.02rem solid #efe8e1;
  font-size: 0;
}

.section4 .section4-content .section4-right .product_tab .tab_item {
  display: inline-block;
  width: 50%;
  text-align: center;
  font-size: 0.3rem;
  color: #222222;
  cursor: pointer;
  position: relative;
}

.section4 .section4-content .section4-right .product_tab .tab_item img {
  width: 0.32rem;
  height: 0.34rem;
  vertical-align: middle;
  margin-right: 0.2rem;
  margin-top: -0.03rem;
}

.section4 .section4-content .section4-right .product_tab .tab_item img.img1 {
  display: inline-block;
}

.section4 .section4-content .section4-right .product_tab .tab_item img.img2 {
  display: none;
}

.section4 .section4-content .section4-right .product_tab .tab_item.on {
  color: #e8943c;
}

.section4 .section4-content .section4-right .product_tab .tab_item.on::after {
  content: '';
  width: 100%;
  height: 0.06rem;
  background: #e8943c;
  border-radius: 0.06rem;
  position: absolute;
  left: 0;
  bottom: -0.03rem;
}

.section4 .section4-content .section4-right .product_tab .tab_item.on img.img1 {
  display: none;
}

.section4 .section4-content .section4-right .product_tab .tab_item.on img.img2 {
  display: inline-block;
}

.section4 .section4-content .section4-right .product_content {
  margin-top: 0.54rem;
}

.section4 .section4-content .section4-right .product_content .pro_txt {
  color: #666666;
}

.section4 .section4-content .section4-right .product_content .pro_txt p {
  display: none;
  font-size: 0.18rem;
  line-height: 0.3rem;
}

.section4 .section4-content .section4-right .product_content .pro_txt p a {
  margin-left: 0.18rem;
  font-size: 0.16rem;
  color: #e8943c;
}

.section4 .section4-content .section4-right .product_content .pro_txt p a:hover {
  text-decoration: underline;
}

.section4 .section4-content .section4-right .product_content .pro_txt p.txt_on {
  display: block;
}

.section4 .section4-content .section4-right .product_content ul {
  margin-top: 0.54rem;
}

.section4 .section4-content .section4-right .product_content ul li {
  float: left;
  width: 2.75rem;
  height: 0.5rem;
  margin-right: 0.2rem;
  margin-bottom: 0.15rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.05rem;
  font-size: 0.18rem;
  color: #4c4c4c;
  padding: 0 0.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  position: relative;
  background-color: #f9f7f5;
  background-image: url('../images/pro_jt_right.png');
  background-repeat: no-repeat;
  background-position: right 0.19rem center;
  background-size: 0.08rem 0.14rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.section4 .section4-content .section4-right .product_content ul li a {
  color: #4c4c4c;
}

.section4 .section4-content .section4-right .product_content ul li::before {
  content: '';
  width: 0.06rem;
  height: 0.06rem;
  background: #e8943c;
  position: absolute;
  left: 0.2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.section4 .section4-content .section4-right .product_content ul li:nth-child(2n) {
  margin-right: 0;
}

.section4 .section4-content .section4-right .product_content ul li:hover {
  background-color: #e8943c;
  background-image: url('../images/pro_jt_right_white.png');
  color: #ffffff;
}

.section4 .section4-content .section4-right .product_content ul li:hover a {
  color: #ffffff;
}

.section4 .section4-content .section4-right .product_content ul li:hover::before {
  background: #ffffff;
}

.section4 .section4-content .section4-right .product_content .item1 {
  display: block;
}

.section4 .section4-content .section4-right .product_content .item2 {
  display: none;
}

.section4.active .section4-content .section4-left .num {
  -webkit-animation: fadeInTop 1s ease-in-out;
          animation: fadeInTop 1s ease-in-out;
}

.section4.active .section4-content .section4-left .section4_lunbo {
  -webkit-animation: fadeInLeft 1s ease-in-out;
          animation: fadeInLeft 1s ease-in-out;
}

.section4.active .section4-content .section4-right .product_tab {
  -webkit-animation: fadeInRight 1s ease-in-out;
          animation: fadeInRight 1s ease-in-out;
}

.section4.active .section4-content .section4-right .product_content {
  -webkit-animation: fadeInBottom 1s ease-in-out;
          animation: fadeInBottom 1s ease-in-out;
}

.section5 {
  background: url('../images/page5_bg.jpg') no-repeat center center;
  background-size: 100% 100%;
}

.section5 .section5-content {
  width: 14rem;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

.section5 .section5-content .section5-left {
  width: 7.3rem;
  position: absolute;
  left: 0;
  top: 55%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.section5 .section5-content .section5-left .section5_tit {
  padding-bottom: 0.77rem;
  position: relative;
}

.section5 .section5-content .section5-left .section5_tit::after {
  content: '';
  width: 0.68rem;
  height: 0.06rem;
  border-radius: 0.06rem;
  background: #e8943c;
  position: absolute;
  left: 0;
  bottom: 0;
}

.section5 .section5-content .section5-left .section5_tit h3 {
  font-size: 0.6rem;
  line-height: 0.72rem;
  color: #4c4c4c;
}

.section5 .section5-content .section5-left .year_history {
  margin: 0.74rem 0;
  background: url('../images/history_line.png') no-repeat left 1.05rem top 0.1rem;
  background-size: 0.09rem 1.05rem;
}

.section5 .section5-content .section5-left .year_history .history_item {
  padding-bottom: 0.15rem;
  position: relative;
}

.section5 .section5-content .section5-left .year_history .history_item .item_name {
  position: absolute;
  left: 0;
  font-size: 0.24rem;
  line-height: 0.32rem;
  color: #4c4c4c;
}

.section5 .section5-content .section5-left .year_history .history_item .item_desc {
  margin-left: 1.5rem;
  font-size: 0.24rem;
  line-height: 0.32rem;
  color: #666666;
}

.section5 .section5-content .section5-left .year_history .history_item:nth-last-child(1)::after {
  display: none;
}

.section5 .section5-content .section5-right {
  width: 4.7rem;
  position: absolute;
  right: 0;
  top: 55%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.section5 .section5-content .section5-right .core_li {
  position: relative;
  float: left;
  padding: 0.6rem 0.4rem 0 0.4rem;
  margin-right: 0.1rem;
  margin-bottom: 0.1rem;
  width: 2.3rem;
  height: 2.05rem;
  background: #ffffff;
  border-radius: 0.1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.section5 .section5-content .section5-right .core_li:nth-child(2n) {
  margin-right: 0;
}

.section5 .section5-content .section5-right .core_li h3 {
  font-size: 0.3rem;
  color: #4c4c4c;
}

.section5 .section5-content .section5-right .core_li .jt {
  width: 0.25rem;
  height: 0.18rem;
  margin-top: 0.5rem;
  background-image: url('../images/jt_icon_yellow.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}

.section5 .section5-content .section5-right .core_li .core_li_hover {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 3.3rem;
  height: 2.05rem;
  background: url('../images/choose_item_bg.png') #e8943c no-repeat center center;
  background-size: 100% 100%;
  -webkit-box-shadow: 0 0.2rem 0.54rem 0.06rem rgba(231, 148, 60, 0.5);
          box-shadow: 0 0.2rem 0.54rem 0.06rem rgba(231, 148, 60, 0.5);
  border-radius: 0.1rem;
  overflow: hidden;
  font-size: 0;
}

.section5 .section5-content .section5-right .core_li .core_li_hover a {
  font-size: 0;
  display: block;
  padding: 0.42rem 0.4rem 0.42rem 0.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.section5 .section5-content .section5-right .core_li .core_li_hover .icon {
  height: 0.6rem;
}

.section5 .section5-content .section5-right .core_li .core_li_hover .icon img {
  height: 100%;
}

.section5 .section5-content .section5-right .core_li .core_li_hover h4 {
  font-size: 0.3rem;
  line-height: 0.34rem;
  color: #ffffff;
  margin-top: 0.28rem;
}

.section5 .section5-content .section5-right .core_li .core_li_hover .jt {
  width: 0.25rem;
  height: 0.18rem;
  background-image: url('../images/jt_icon_white.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  position: absolute;
  right: 0.7rem;
  bottom: 0.5rem;
}

.section5 .section5-content .section5-right .core_li:hover .core_li_hover {
  -webkit-animation: fadeInLeft 0.5s ease-in-out forwards;
          animation: fadeInLeft 0.5s ease-in-out forwards;
}

.section5.active .section5-content .section5-left .section5_tit {
  -webkit-animation: fadeInTop 1s ease-in-out;
          animation: fadeInTop 1s ease-in-out;
}

.section5.active .section5-content .section5-left .year_history {
  -webkit-animation: fadeInLeft 1s ease-in-out;
          animation: fadeInLeft 1s ease-in-out;
}

.section5.active .section5-content .section5-left .more_btn {
  -webkit-animation: fadeInBottom 1s ease-in-out;
          animation: fadeInBottom 1s ease-in-out;
}

.section5.active .section5-content .section5-right .core_li {
  -webkit-animation: fadeInRight 1s ease-in-out;
          animation: fadeInRight 1s ease-in-out;
}

.section6 {
  background: url('../images/page6_bg.jpg') no-repeat center center;
  background-size: 100% 100%;
}

.section6 .section6-content {
  width: 16rem;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

.section6 .section6-content .section6-square {
  width: 10rem;
  border-radius: 0.5rem;
  border: 0.02rem solid rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(0.1rem);
          backdrop-filter: blur(0.1rem);
  position: absolute;
  left: 0;
  top: 55%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 1.04rem 1.14rem 0.5rem 1.14rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.section6 .section6-content .section6-square h3 {
  font-size: 0.58rem;
  line-height: 0.64rem;
  -webkit-text-stroke: 1PX #ffffff;
  color: rgba(255, 255, 255, 0);
}

.section6 .section6-content .section6-square .solution_inner {
  margin-top: 0.64rem;
}

.section6 .section6-content .section6-square .solution_inner .solution_tab {
  font-size: 0;
}

.section6 .section6-content .section6-square .solution_inner .solution_tab span {
  cursor: pointer;
  font-size: 0.3rem;
  line-height: 0.4rem;
  color: #ffffff;
  padding-right: 0.65rem;
  position: relative;
}

.section6 .section6-content .section6-square .solution_inner .solution_tab span::after {
  content: '';
  width: 0.06rem;
  height: 0.06rem;
  background: #e8943c;
  position: absolute;
  right: 0.3rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.section6 .section6-content .section6-square .solution_inner .solution_tab span:nth-last-child(1) {
  padding-right: 0;
}

.section6 .section6-content .section6-square .solution_inner .solution_tab span:nth-last-child(1)::after {
  display: none;
}

.section6 .section6-content .section6-square .solution_inner .solution_tab span.active {
  color: #e8943c;
}

.section6 .section6-content .section6-square .solution_inner .solution_list {
  margin-top: 0.3rem;
}

.section6 .section6-content .section6-square .solution_inner .solution_list .list_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 0;
}

.section6 .section6-content .section6-square .solution_inner .solution_list .list_item .item {
  width: 50%;
  margin-bottom: 0.3rem;
  margin-right: 0;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.section6 .section6-content .section6-square .solution_inner .solution_list .list_item .item .icon {
  display: inline-block;
  width: 0.66rem;
  height: 0.6rem;
}

.section6 .section6-content .section6-square .solution_inner .solution_list .list_item .item .icon img {
  width: 100%;
  height: 100%;
}

.section6 .section6-content .section6-square .solution_inner .solution_list .list_item .item .icon img.icon1 {
  display: inline-block;
}

.section6 .section6-content .section6-square .solution_inner .solution_list .list_item .item .icon img.icon2 {
  display: none;
}

.section6 .section6-content .section6-square .solution_inner .solution_list .list_item .item p {
  white-space: nowrap;
  font-size: 0.2rem;
  line-height: 0.24rem;
  margin-top: 0.1rem;
  color: #ffffff;
}

.section6 .section6-content .section6-square .solution_inner .solution_list .list_item .item:hover .icon img.icon1 {
  display: none;
}

.section6 .section6-content .section6-square .solution_inner .solution_list .list_item .item:hover .icon img.icon2 {
  display: inline-block;
}

.section6 .section6-content .section6-square .solution_inner .solution_list .list_item .item:hover p {
  color: #e8943c;
}

.section6 .section6-content .section6-square .solution_inner .solution_list .list_item.list_item1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0.2rem;
}

.section6 .section6-content .section6-square .solution_inner .solution_list .list_item.list_item1 .item {
  width: inherit;
  margin-right: 0.2rem;
}

.section6 .section6-content .section6-square .solution_inner .solution_list .list_item.list_item2 {
  display: none;
}

.section6.active .section6-content .section6-square h3 {
  -webkit-animation: fadeInLeft 1s ease-in-out;
          animation: fadeInLeft 1s ease-in-out;
}

.section6.active .section6-content .section6-square .solution_inner {
  -webkit-animation: fadeInBottom 1s ease-in-out;
          animation: fadeInBottom 1s ease-in-out;
}

.section7 {
  background: url('../images/page5_bg.jpg') no-repeat center center;
  background-size: 100% 100%;
}

.section7 .section7-content {
  width: 16rem;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

.section7 .section7-content .section7_tit {
  position: absolute;
  left: 0;
  top: 19%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.8rem;
  -webkit-text-stroke: 1PX rgba(76, 76, 76, 0.35);
  color: rgba(255, 255, 255, 0);
}

.section7 .section7-content .more_btn {
  position: absolute;
  right: 0;
  top: 23%;
  width: 1.9rem;
}

.section7 .section7-content .section7-lunbo {
  position: absolute;
  left: 0;
  top: 35%;
  width: 130%;
  overflow: hidden;
}

.section7 .section7-content .section7-lunbo .swiper-container {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.section7 .section7-content .section7-lunbo .swiper-container .swiper-slide {
  width: 25%;
  height: 5.51rem;
  background: #ffffff;
  -webkit-box-shadow: 0 0.1rem 0.3rem 0 rgba(76, 76, 76, 0.05);
          box-shadow: 0 0.1rem 0.3rem 0 rgba(76, 76, 76, 0.05);
  border-radius: 0.1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.section7 .section7-content .section7-lunbo .swiper-container .swiper-slide a {
  display: block;
  padding: 0.92rem 0.6rem 0 0.6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.section7 .section7-content .section7-lunbo .swiper-container .swiper-slide .slide_top {
  height: 2.84rem;
  border-bottom: 1PX solid #d8d8d8;
}

.section7 .section7-content .section7-lunbo .swiper-container .swiper-slide .slide_top .tit {
  height: 1.2rem;
}

.section7 .section7-content .section7-lunbo .swiper-container .swiper-slide .slide_top .tit h3 {
  font-size: 0.26rem;
  line-height: 0.36rem;
  color: #4c4c4c;
}

.section7 .section7-content .section7-lunbo .swiper-container .swiper-slide .slide_top p {
  font-size: 0.16rem;
  line-height: 0.24rem;
  color: #666666;
}

.section7 .section7-content .section7-lunbo .swiper-container .swiper-slide .slide_bottom {
  padding-top: 0.6rem;
}

.section7 .section7-content .section7-lunbo .swiper-container .swiper-slide .slide_bottom .date_l {
  float: left;
  font-size: 0.72rem;
  color: #4c4c4c;
  font-weight: bold;
}

.section7 .section7-content .section7-lunbo .swiper-container .swiper-slide .slide_bottom .date_r {
  float: right;
  text-align: right;
}

.section7 .section7-content .section7-lunbo .swiper-container .swiper-slide .slide_bottom .date_r p {
  font-size: 0.2rem;
  color: #4c4c4c;
  font-weight: bold;
}

.section7 .section7-content .section7-lunbo .swiper-container .swiper-slide .slide_bottom .date_r .jt {
  margin-top: 0.22rem;
  display: inline-block;
  width: 0.25rem;
  height: 0.18rem;
}

.section7 .section7-content .section7-lunbo .swiper-container .swiper-slide .slide_bottom .date_r .jt img {
  width: 100%;
  height: 100%;
}

.section7 .section7-content .section7-lunbo .swiper-container .swiper-slide:hover {
  background: url('../images/news_item_bg.png') no-repeat center center;
  background-size: 100% 100%;
}

.section7 .section7-content .section7-lunbo .swiper-container .swiper-slide:hover .slide_top .tit h3 {
  color: #ffffff;
}

.section7 .section7-content .section7-lunbo .swiper-container .swiper-slide:hover .slide_top p {
 /*  font-size: 0.2rem; */
  color: #ffffff;
}

.section7 .section7-content .section7-lunbo .swiper-container .swiper-slide:hover .slide_bottom .date_l {
  color: #ffffff;
}

.section7 .section7-content .section7-lunbo .swiper-container .swiper-slide:hover .slide_bottom .date_r p {
  color: #ffffff;
}

.section7.active .section7-content .section7_tit {
  -webkit-animation: fadeInLeft 1s ease-in-out;
          animation: fadeInLeft 1s ease-in-out;
}

.section7.active .section7-content .more_btn {
  -webkit-animation: fadeInRight 1s ease-in-out;
          animation: fadeInRight 1s ease-in-out;
}

.section7.active .section7-content .section7-lunbo {
  -webkit-animation: fadeInBottom 1s ease-in-out;
          animation: fadeInBottom 1s ease-in-out;
}

.section8 {
  background: url('../images/page5_bg.jpg') no-repeat center center;
  background-size: 100% 100%;
}

.section8 .section8-content {
  width: 16rem;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

.section8 .section8-content .section8_tit {
  position: absolute;
  left: 0;
  top: 19%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.8rem;
  -webkit-text-stroke: 1PX rgba(76, 76, 76, 0.35);
  color: rgba(255, 255, 255, 0);
}

.section8 .section8-content .section8_inner {
  position: absolute;
  left: 0;
  top: 35%;
  width: 100%;
  border-radius: 0.1rem;
  -webkit-box-shadow: 0 0.2rem 0.45rem 0.05rem rgba(76, 76, 76, 0.1);
          box-shadow: 0 0.2rem 0.45rem 0.05rem rgba(76, 76, 76, 0.1);
}

.section8 .section8-content .section8_inner .content_left {
  float: left;
  width: 4.8rem;
  padding: 0.9rem 0.78rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.section8 .section8-content .section8_inner .content_left .left_tit {
  min-height: 1.2rem;
  margin-bottom: 0.38rem;
}

.section8 .section8-content .section8_inner .content_left .left_tit h3 {
  font-size: 0.48rem;
  line-height: 0.6rem;
  color: #4c4c4c;
}

.section8 .section8-content .section8_inner .content_left .left_txt {
  min-height: 0.78rem;
  margin-bottom: 0.74rem;
}

.section8 .section8-content .section8_inner .content_left .left_txt p {
  font-size: 0.16rem;
  line-height: 0.26rem;
  color: #666666;
}

.section8 .section8-content .section8_inner .content_center {
  float: left;
  width: 5.6rem;
  height: 5.6rem;
}

.section8 .section8-content .section8_inner .content_center .center_img {
  width: 100%;
  height: 100%;
  border-radius: 0.1rem;
  overflow: hidden;
  -webkit-box-shadow: 0 0.2rem 0.45rem 0.05rem rgba(76, 76, 76, 0.3);
          box-shadow: 0 0.2rem 0.45rem 0.05rem rgba(76, 76, 76, 0.3);
  font-size: 0;
}

.section8 .section8-content .section8_inner .content_center .center_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.section8 .section8-content .section8_inner .content_right {
  float: left;
  width: 5.6rem;
  height: 5.6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.section8 .section8-content .section8_inner .content_right .swiper-container {
  width: 100%;
  height: 100%;
}

.section8 .section8-content .section8_inner .content_right .bank_item {
  width: 50%;
  float: left;
  height: 1.84rem;
  line-height: 1.84rem;
  text-align: center;
  border-left: 1PX solid #dfdfdf;
  border-bottom: 1PX solid #dfdfdf;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.section8 .section8-content .section8_inner .content_right .bank_item img {
  display: inline-block;
  vertical-align: middle;
  width: 1.8rem;
}

.section8 .section8-content .section8_inner .content_right .bank_item:nth-child(5) {
  border-bottom: none;
}

.section8 .section8-content .section8_inner .content_right .bank_item:nth-child(6) {
  border-bottom: none;
}

.section8.active .section8-content .section8_tit {
  -webkit-animation: fadeInLeft 1s ease-in-out;
          animation: fadeInLeft 1s ease-in-out;
}

.section8.active .section8-content .section8_inner {
  -webkit-animation: fadeInBottom 1s ease-in-out;
          animation: fadeInBottom 1s ease-in-out;
}

.section9 {
  background: #e8943c;
  overflow: hidden;
}

.section9::after {
  content: '';
  width: 6.45rem;
  height: 5.4rem;
  position: absolute;
  right: 0;
  top: 0;
  background: url('../images/footer_bg_img.png') no-repeat center center;
  background-size: 100% auto;
}

.section9 .footer {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.section9 .footer .seek {
  height: calc(100vh - 6rem);
}

.section9 .footer .seek .seek_bg {
  display: none;
}

.section9.active .seek .seek_bg {
  -webkit-animation: fadeInRight 1s ease-in-out;
          animation: fadeInRight 1s ease-in-out;
}

.section9.active .seek .seek_inner {
  -webkit-animation: fadeInTop 1s ease-in-out;
          animation: fadeInTop 1s ease-in-out;
}

.section9.active .footer_nav .nav_ewm {
  -webkit-animation: fadeInLeft 1s ease-in-out;
          animation: fadeInLeft 1s ease-in-out;
}

.section9.active .footer_nav .nav_list {
  -webkit-animation: fadeInRight 1s ease-in-out;
          animation: fadeInRight 1s ease-in-out;
}

.section9.active .footer_bottom {
  -webkit-animation: fadeInBottom 1s ease-in-out;
          animation: fadeInBottom 1s ease-in-out;
}

@media only screen and (max-width: 768px) {
  /*侧边栏 start*/

  .sidebar {
    right: 0.2rem;
  }

  /*侧边栏 end*/

  .section1 .section1-content .swiper-container .swiper-slide .slide-content {
    width: auto;
    margin: 0 0.4rem;
  }

  .section1 .section1-content .swiper-container .swiper-slide .slide-content .slide-content-inner {
    top: 24%;
    -webkit-transform: inherit;
            transform: inherit;
    width: 80%;
  }

  .section1 .section1-content .swiper-container .swiper-slide .slide-content .slide-content-inner p {
    width: 100%;
  }

  .section1 .section1-content .swiper-container .swiper-slide .slide-content .slide_down p {
    font-size: 0.2rem;
    line-height: 0.24rem;
  }

  .section1 .section1-content .swiper-container .swiper-pagination {
    right: 0.3rem;
  }

  .section2 .section2-content {
    width: auto;
    margin: 0 0.4rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
  }

  .section2 .section2-content .section2-content-left {
    width: 100%;
    position: inherit;
    top: inherit;
    bottom: inherit;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    z-index: 100;
  }

  .section2 .section2-content .section2-content-left .section2_txt p {
    font-size: 0.24rem;
    line-height: 0.32rem;
  }

  .section2 .section2-content .section2-content-right {
    position: inherit;
    right: inherit;
    top: inherit;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 0.8;
    text-align: right;
  }

  .section2 .section2-content .section2-content-right img {
    height: 30vh;
  }

  .section3 {
    background-size: auto 100%!important;
  }

  .section3 .section3-content {
    width: auto;
    margin: 0 0.4rem;
    height: 100%;
    position: relative;
  }

  .section3 .section3-content .current_video .swiper {
    width: 50vw;
  }

  .section3 .section3-content .current_video .swiper .swiper-slide .video_tit h3 {
    font-size: 0.5rem;
  }

  .section3 .video_lunbo {
    width: 40vw;
    padding-left: 0;
    padding: 0 0.1rem;
  }

  .section3 .video_lunbo .lunbo_inner {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .section4 .section4-content {
    width: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }

  .section4 .section4-content .section4-left {
    float: inherit;
    width: 90vw;
  }

  .section4 .section4-content .section4-left .num {
    font-size: 0.8rem;
  }

  .section4 .section4-content .section4-left .section4_lunbo {
    position: relative;
    margin-top: 0;
  }

  .section4 .section4-content .section4-left .section4_lunbo .swiper-container {
    height: 4rem;
  }

  .section4 .section4-content .section4-left .section4_lunbo .swiper-container .swiper-slide {
    height: 4rem;
  }

  .section4 .section4-content .section4-left .section4_lunbo .swiper-container .swiper-slide .slide_font {
    bottom: 0.2rem;
  }

  .section4 .section4-content .section4-right {
    float: inherit;
    width: 100%;
    margin-top: 0.1rem;
  }

  .section4 .section4-content .section4-right .product_content {
    margin-top: 0.24rem;
  }

  .section4 .section4-content .section4-right .product_content ul {
    margin-top: 0.24rem;
  }

  .section4 .section4-content .section4-right .product_content ul li {
    float: left;
    width: 49%;
    margin-right: 2%;
  }

  .section5 .section5-content {
    width: auto;
    margin: 0 0.4rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
  }

  .section5 .section5-content .section5-left {
    width: 100%;
    position: relative;
    left: inherit;
    top: inherit;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    margin-bottom: 0.3rem;
  }

  .section5 .section5-content .section5-left .section5_tit {
    padding-bottom: 0.3rem;
  }

  .section5 .section5-content .section5-left .section5_tit h3 {
    font-size: 0.5rem;
    line-height: 0.6rem;
  }

  .section5 .section5-content .section5-left .year_history {
    margin: 0.3rem 0;
  }

  .section5 .section5-content .section5-right {
    width: 100%;
    position: relative;
    right: inherit;
    left: 0;
    top: inherit;
    bottom: inherit;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }

  .section5 .section5-content .section5-right .core_li {
    height: 1.8rem;
    padding: 0.4rem 0.2rem 0 0.2rem;
    width: 49%;
    margin-right: 2%;
  }

  .section5 .section5-content .section5-right .core_li .core_li_hover {
    width: 100%;
    height: 1.8rem;
    right: inherit;
    left: 0;
    z-index: 10;
  }

  .section5 .section5-content .section5-right .core_li:nth-child(2n) {
    margin-right: 0;
  }

  .section5.active .section5-content .section5-left .more_btn {
    -webkit-animation: fadeInLeft 1s ease-in-out;
            animation: fadeInLeft 1s ease-in-out;
  }

  .section6 {
    background-size: auto 100%!important;
  }

  .section6 .section6-content {
    width: auto;
    margin: 0 0.4rem 0 0.4rem;
  }

  .section6 .section6-content .section6-square {
    top: 50%;
    width: 100%;
    padding: 0.6rem 0.2rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 0.3rem;
  }

  .section6 .section6-content .section6-square .solution_inner .solution_list {
    margin-top: 0.3rem;
  }

  .section6 .section6-content .section6-square .solution_inner .solution_list .list_item {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .section6 .section6-content .section6-square .solution_inner .solution_list .list_item .item {
    margin-bottom: 0.2rem;
  }

  .section6 .section6-content .section6-square .solution_inner .solution_list .list_item.list_item1 {
    padding-top: 0.3rem;
  }

  .section7 .section7-content {
    width: auto;
    padding: 0 0.4rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .section7 .section7-content .section7_tit {
    width: 100%;
    position: inherit;
    left: inherit;
    top: inherit;
  }

  .section7 .section7-content .more_btn {
    position: inherit;
    right: inherit;
    top: inherit;
  }

  .section7 .section7-content .section7-lunbo {
    width: 90vw;
    margin-top: 0.3rem;
    position: inherit;
    top: inherit;
    left: inherit;
    bottom: inherit;
  }

  .section8 {
    background: #ffffff;
  }

  .section8 .section8-content {
    width: auto;
    margin: 0 0.4rem 0 0.4rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .section8 .section8-content .section8_tit {
    position: inherit;
    left: inherit;
    top: inherit;
    font-size: 1rem;
  }

  .section8 .section8-content .section8_inner {
    position: inherit;
    left: inherit;
    top: inherit;
    padding: 0.3rem 0.3rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-top: 0.3rem;
  }

  .section8 .section8-content .section8_inner .content_left {
    float: inherit;
    width: 100%;
    padding: 0;
    border-right: none;
  }

  .section8 .section8-content .section8_inner .content_left .left_tit {
    margin-bottom: 0.2rem;
  }

  .section8 .section8-content .section8_inner .content_left .left_txt {
    min-height: inherit;
    margin-bottom: 0.2rem;
  }

  .section8 .section8-content .section8_inner .content_left .left_txt p {
    font-size: 0.2rem;
  }

  .section8 .section8-content .section8_inner .content_left a.more_btn {
    background: none;
  }

  .section8 .section8-content .section8_inner .content_center {
    float: inherit;
    width: 100%;
    height: 3.3rem;
    margin: 0.2rem 0;
  }

  .section8 .section8-content .section8_inner .content_center .center_img {
    float: inherit;
    width: 100%;
    height: 100%;
  }

  .section8 .section8-content .section8_inner .content_right {
    float: inherit;
    width: calc(100vw - 1.41rem);
    height: 3rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .section8 .section8-content .section8_inner .content_right .swiper-container {
    width: 100%;
    height: 100%;
  }

  .section8 .section8-content .section8_inner .content_right .swiper-container .swiper-slide {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .section8 .section8-content .section8_inner .content_right .swiper-container .swiper-slide .bank_item {
    width: 50%;
    float: left;
    height: 1rem;
    line-height: 1rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .section8 .section8-content .section8_inner .content_right .swiper-container .swiper-slide .bank_item img {
    display: inline-block;
    vertical-align: middle;
    width: 1.8rem;
  }

  .section8 .section8-content .section8_inner .content_right .swiper-container .swiper-slide .bank_item:nth-child(2n) {
    border-right: 1PX solid #dfdfdf;
  }

  .section8 .section8-content .section8_inner .content_right .swiper-container .swiper-slide .bank_item:nth-child(1) {
    border-top: 1PX solid #dfdfdf;
  }

  .section8 .section8-content .section8_inner .content_right .swiper-container .swiper-slide .bank_item:nth-child(2) {
    border-top: 1PX solid #dfdfdf;
  }

  .section8 .section8-content .section8_inner .content_right .swiper-container .swiper-slide .bank_item:nth-child(5) {
    border-bottom: 1PX solid #dfdfdf;
  }

  .section8 .section8-content .section8_inner .content_right .swiper-container .swiper-slide .bank_item:nth-child(6) {
    border-bottom: 1PX solid #dfdfdf;
  }

  .section9 .footer .seek {
    padding-top: 0;
    height: calc(100vh - 9rem);
  }

  .section9 .footer .seek .seek_bg {
    display: none;
  }
}