﻿.block {
  width: 100%;
  padding-left: 8.5%;
  padding-right: 8.5%;
  box-sizing: border-box;
}
#menu {
  display: none;
  position: fixed;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  list-style-type: none;
  z-index: 70;
  transition: all .3s;
}
#menu li a {
  position: relative;
  display: block;
  height: 20px;
  line-height: 22px;
  text-align: left;
  width: 130px;
}
#menu li a span {
  display: inline-block;
  width: 20px;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  transition: all .3s;
  vertical-align: middle;
}
#menu li a p {
  display: none;
  font-size: 14px;
  color: #4d4d4d;
}
#menu li.active a span {
  width: 34px;
  background: #4d4d4d;
}
#menu li.active a p {
  display: inline-block;
  vertical-align: middle;
}
#menu.active {
  display: block;
}
.section {
  box-sizing: border-box;
}
.section_1 {
  position: relative;
}
.section_1 .banner-box {
  height: 8.3rem;
}
.section_1 .swiper-container {
  height: 100%;
}
.section_1 .swiper-slide {
  width: 100%;
  overflow: hidden;
}
.section_1 .swiper-slide .bg-box {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: all linear 5s;
}
.section_1 .swiper-slide.swiper-slide-active .bg-box {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.section_1 .swiper-button-prev,
.section_1 .swiper-button-next {
  width: 46px;
  height: 46px;
  border-radius: 100%;
  text-align: center;
  line-height: 46px;
  font-size: 0;
}
.section_1 .swiper-button-prev:after,
.section_1 .swiper-button-next:after {
  display: none;
}
.section_1 .swiper-button-prev img.active,
.section_1 .swiper-button-next img.active {
  display: none;
}
.section_1 .swiper-button-prev:hover,
.section_1 .swiper-button-next:hover {
  background-color: #ed6c1c;
}
.section_1 .swiper-button-prev:hover img,
.section_1 .swiper-button-next:hover img {
  display: none;
}
.section_1 .swiper-button-prev:hover img.active,
.section_1 .swiper-button-next:hover img.active {
  display: inline-block;
}
.section_1 .swiper-button-prev {
  left: 1.2rem;
}
.section_1 .swiper-button-next {
  right: 1.2rem;
}
.section_1 .swiper-pagination {
  bottom: 0.35rem;
}
.section_1 .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 0;
  opacity: 1;
  margin-left: 10px;
  margin-right: 10px;
}
.section_1 .swiper-pagination .swiper-pagination-bullet-active {
  border: 1px solid #ed6d1e;
  box-sizing: border-box;
  background: transparent;
  position: relative;
}
.section_1 .swiper-pagination .swiper-pagination-bullet-active:before {
  position: absolute;
  content: '';
  width: 10px;
  height: 1px;
  background: #ed6d1e;
  left: -10px;
  top: 3px;
}
.section_1 .swiper-pagination .swiper-pagination-bullet-active:after {
  position: absolute;
  content: '';
  width: 10px;
  height: 1px;
  background: #ed6d1e;
  right: -10px;
  top: 3px;
}
.section_2 .tab-box {
  margin-bottom: 0.3rem;
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.7s 0.5s, opacity 0.4s 0.5s;
}
.section_2 .tab-box .item-box {
  float: left;
  width: 20%;
  text-align: center;
  padding-top: 0.45rem;
  padding-bottom: 0.45rem;
  cursor: pointer;
  position: relative;
}
.section_2 .tab-box .item-box:before {
  position: absolute;
  content: '';
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 0.66rem;
  width: 1px;
  background: #e6e6e6;
}
.section_2 .tab-box .item-box:last-child:before {
  display: none;
}
.section_2 .tab-box .item-box h3 {
  font-size: 24px;
  color: #000000;
  line-height: 1;
  margin-bottom: 0.17rem;
}
.section_2 .tab-box .item-box p {
  font-size: 14px;
  color: #808080;
  line-height: 1;
}
.section_2 .tab-box .item-box.active {
  background: #ed6d1e;
}
.section_2 .tab-box .item-box.active h3 {
  color: #fff;
}
.section_2 .tab-box .item-box.active p {
  color: #fff;
}
.section_2 .centent-box {
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.7s 0.8s, opacity 0.4s 0.8s;
}
.section_2 .centent-box .item-box {
  position: relative;
  height: 5.75rem;
  background: #f5f5f5;
}
.section_2 .centent-box .item-box .img-box {
  height: 100%;
  width: 48%;
  float: left;
  background-size: cover;
}
.section_2 .centent-box .item-box .txt-box {
  position: absolute;
  left: 53%;
  top: 50%;
  transform: translateY(-50%);
  float: left;
}
.section_2 .centent-box .item-box .txt-box .title {
  margin-bottom: 0.45rem;
}
.section_2 .centent-box .item-box .txt-box .title h3 {
  font-size: 0.47rem;
  color: #1a1a1a;
  margin-bottom: 0.1rem;
}
.section_2 .centent-box .item-box .txt-box .title p {
  font-size: 0.24rem;
  color: #808080;
}
.section_2 .centent-box .item-box .txt-box .des-box {
  width: 370px;
}
.section_2 .centent-box .item-box .txt-box .des-box h3 {
  font-size: 0.24rem;
  color: #ed6d1e;
  position: relative;
  line-height: 1;
  padding-bottom: 0.35rem;
  margin-bottom: 0.15rem;
}
.section_2 .centent-box .item-box .txt-box .des-box h3:before {
  position: absolute;
  content: '';
  width: 40px;
  height: 1px;
  background: #ed6c1c;
  bottom: 0;
}
.section_2 .centent-box .item-box .txt-box .des-box p {
  font-size: 14px;
  color: #1a1a1a;
  line-height: 1.8;
}
.section_2.active .tab-box,
.section_2.active .centent-box {
  opacity: 1;
  transform: translateY(0);
}
.section_3 {
  background: #f5f5f5;
}
.section_3 .title-box {
  text-align: center;
  margin-bottom: 0.75rem;
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.7s 0.5s, opacity 0.4s 0.5s;
}
.section_3 .title-box h3 {
  font-size: 0.48rem;
  color: #ed6d1e;
  font-weight: 400;
  margin-bottom: 8px;
}
.section_3 .title-box p {
  font-size: 0.24rem;
}
.section_3 .centent-box {
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.7s 0.8s, opacity 0.4s 0.8s;
}
.section_3 .centent-box .row {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.section_3 .centent-box .col-md-4 {
  float: left;
  width: 33.33%;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  box-sizing: border-box;
}
.section_3 .centent-box .item-box {
  position: relative;
  height: 6.48rem;
  overflow: hidden;
}
.section_3 .centent-box .item-box .img-box {
  position: relative;
  height: 100%;
  background-size: cover;
}
.section_3 .centent-box .item-box .img-box:before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
}
.section_3 .centent-box .item-box .title {
  text-align: center;
}
.section_3 .centent-box .item-box .title h3 {
  font-size: 0.32rem;
  color: #f5f5f5;
  font-weight: 400;
  margin-bottom: 0.1rem;
}
.section_3 .centent-box .item-box .title p {
  font-size: 0.16rem;
  color: #bfbfbf;
}
.section_3 .centent-box .item-box .txt_1 {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  transform: translateY(-50%);
}
.section_3 .centent-box .item-box .txt_1 .title {
  transition: .3s all;
}
.section_3 .centent-box .item-box .txt_1 .icon-box {
  margin-top: 0.28rem;
}
.section_3 .centent-box .item-box .txt_1 .icon-box img {
  position: relative;
}
.section_3 .centent-box .item-box .txt_1 .icon-box:before {
  position: absolute;
  content: '';
  width: 35px;
  height: 35px;
  background: #ed6d1e;
  transition: all .3s;
  border-radius: 100%;
}
.section_3 .centent-box .item-box .txt_2 {
  position: absolute;
  top: -150px;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
}
.section_3 .centent-box .item-box .txt_2 .title {
  margin-bottom: 0.35rem;
}
.section_3 .centent-box .item-box .txt_2 .title p {
  color: #f5f5f5;
}
.section_3 .centent-box .item-box .txt_2 .info-box {
  width: 3.14rem;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section_3 .centent-box .item-box .txt_2 .info-box .des-box p {
  color: #fff;
  line-height: 1.8;
}
.section_3 .centent-box .item-box:hover .txt_1 .title {
  opacity: 0;
}
.section_3 .centent-box .item-box:hover .txt_1 .icon-box img {
  opacity: 0;
}
.section_3 .centent-box .item-box:hover .txt_1 .icon-box:before {
  transform: scale(25);
}
.section_3 .centent-box .item-box:hover .txt_2 {
  transition: .5s all;
  top: 0px;
  opacity: 1;
}
.section_3.active .title-box,
.section_3.active .centent-box {
  opacity: 1;
  transform: translateY(0);
}
.section_4 .title-box {
  text-align: center;
  margin-bottom: 0.75rem;
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.7s 0.5s, opacity 0.4s 0.5s;
}
.section_4 .title-box h3 {
  font-size: 0.48rem;
  color: #ed6d1e;
  font-weight: 400;
  margin-bottom: 8px;
}
.section_4 .title-box p {
  font-size: 0.24rem;
}
.section_4 .centent-box {
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.7s 0.8s, opacity 0.4s 0.8s;
}
.section_4 .centent-box .swiper-button-next {
  right: 0.7rem;
  color: #fff;
}
.section_4 .centent-box .swiper-slide-active .item-box:before {
  display: none;
}
.section_4 .centent-box .item-box {
  position: relative;
  height: 6.0rem;
  background: #ed6d1e;
}
.section_4 .centent-box .item-box:before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
}
.section_4 .centent-box .item-box .img-box {
  width: 60%;
  height: 100%;
  background-size: cover;
}
.section_4 .centent-box .item-box .txt-box {
  position: absolute;
  top: 50%;
  left: 65%;
  right: 5%;
  transform: translateY(-50%);
}
.section_4 .centent-box .item-box .txt-box .title {
  color: #fff;
  margin-bottom: 0.38rem;
}
.section_4 .centent-box .item-box .txt-box .title h3 {
  font-size: 0.48rem;
  color: #fff;
  font-weight: 400;
}
.section_4 .centent-box .item-box .txt-box .title p {
  font-size: 0.24rem;
  color: #ffffff;
}
.section_4 .centent-box .item-box .txt-box .des-box dd {
  position: relative;
  color: #e5e5e5;
  line-height: 1.8;
  padding-left: 16px;
}
.section_4 .centent-box .item-box .txt-box .des-box dd:before {
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 100%;
  left: 0;
  top: 8px;
}
.section_4 .centent-box .item-box .txt-box .des-box .more-box {
  margin-top: 0.45rem;
}
.section_4 .centent-box .item-box .txt-box .des-box .more-box a {
  display: inline-block;
  width: 120px;
  height: 40px;
  line-height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
  color: #fff;
}
.section_4 .centent-box .item-box .txt-box .des-box .more-box a:hover {
  background: #fff;
  color: #ed6d1e;
}
.section_4 .swiper-pagination {
  position: static;
  margin-top: 0.4rem;
}
.section_4 .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 0;
  opacity: 1;
  margin-left: 10px;
  margin-right: 10px;
}
.section_4 .swiper-pagination .swiper-pagination-bullet-active {
  border: 1px solid #ed6d1e;
  box-sizing: border-box;
  background: transparent;
  position: relative;
}
.section_4 .swiper-pagination .swiper-pagination-bullet-active:before {
  position: absolute;
  content: '';
  width: 10px;
  height: 1px;
  background: #ed6d1e;
  left: -10px;
  top: 3px;
}
.section_4 .swiper-pagination .swiper-pagination-bullet-active:after {
  position: absolute;
  content: '';
  width: 10px;
  height: 1px;
  background: #ed6d1e;
  right: -10px;
  top: 3px;
}
.section_4.active .title-box,
.section_4.active .centent-box {
  opacity: 1;
  transform: translateY(0);
}
.section_5 .centent-box {
  position: relative;
  box-sizing: border-box;
}
.section_5 .title-box {
  position: absolute;
  margin-left: 1.0rem;
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.7s 0.5s, opacity 0.4s 0.5s;
}
.section_5 .title-box h3 {
  font-size: 0.48rem;
  color: #3a3a3a;
  font-weight: 400;
  margin-bottom: 0.2rem;
}
.section_5 .title-box p {
  position: relative;
  font-size: 0.24rem;
  color: #8b8b8b;
  margin-bottom: 0.6rem;
  line-height: 1;
  padding-bottom: 0.28rem;
}
.section_5 .title-box p:before {
  position: absolute;
  content: '';
  width: 0.7rem;
  height: 1px;
  background: #858585;
  bottom: 0;
  left: 0;
}
.section_5 .title-box img {
  height: 1.52rem;
}
.section_5 .right-box {
  float: right;
  width: 10.65rem;
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.7s 0.8s, opacity 0.4s 0.8s;
}
.section_5 .right-box .item-box {
  position: relative;
  float: left;
  width: 3.55rem;
  height: 3.45rem;
  box-sizing: border-box;
  border: 1px solid #e6e6e6;
  margin-left: -1px;
  margin-bottom: -1px;
}
.section_5 .right-box .item-box:nth-child(1) {
  opacity: 0;
}
.section_5 .right-box .item-box .info-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}
.section_5 .right-box .item-box .info-box .icon-box {
  height: 56px;
  line-height: 56px;
}
.section_5 .right-box .item-box .info-box .icon-box img {
  vertical-align: top;
}
.section_5 .right-box .item-box .info-box h3 {
  font-size: 16px;
  color: #3a3a3a;
  font-weight: 400;
  margin-bottom: 0.1rem;
}
.section_5 .right-box .item-box .info-box p {
  font-size: 12px;
  color: #808080;
  line-height: 1.8;
}
.section_5 .right-box .item-box:hover {
  background: #f5f5f5;
}
.section_5.active .title-box,
.section_5.active .right-box {
  opacity: 1;
  transform: translateY(0);
}
.section_6 {
  background: #f5f5f5;
}
.section_6 .fp-tableCell {
  display: block;
}
.section_6 .all-box {
  height: 100vh;
}
.section_6 .all-box .swiper-container {
  height: 100%;
}
.section_6 .centent-box {
  position: relative;
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.7s 0.5s, opacity 0.4s 0.5s;
}
.section_6 .centent-box .other-box {
  height: 100%;
  display: table;
  table-layout: fixed;
}
.section_6 .centent-box .item-box {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  font-size: 0;
}
.section_6 .centent-box .item-box .txt-box {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 45%;
  vertical-align: middle;
  font-size: 14px;
  padding-right: 1.0rem;
  box-sizing: border-box;
  padding-bottom: 0.5rem;
}
.section_6 .centent-box .item-box .txt-box .title-box {
  margin-bottom: 0.45rem;
}
.section_6 .centent-box .item-box .txt-box .title-box h3 {
  font-size: 0.4rem;
  color: #ed6c1c;
  margin-bottom: 0.08rem;
}
.section_6 .centent-box .item-box .txt-box .title-box p {
  font-size: 0.24rem;
  color: #4c4c4c;
}
.section_6 .centent-box .item-box .txt-box .des-box p {
  line-height: 1.8;
  color: #4c4c4c;
}
.section_6 .centent-box .item-box .img-box {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 55%;
}
.section_6 .centent-box .item-box .img-box .bg {
  position: absolute;
  bottom: 50%;
  left: -3.2rem;
  width: 9.0rem;
  height: 5.81rem;
  background: url(../images/icon_32.png) center center no-repeat;
  background-size: 7.05rem 100%;
}
.section_6 .centent-box .item-box .img-box img {
  width: 100%;
}
.section_6 .swiper-pagination {
  text-align: left;
  bottom: 3.5rem;
}
.section_6 .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 0;
  opacity: 1;
  margin-left: 10px;
  margin-right: 10px;
}
.section_6 .swiper-pagination .swiper-pagination-bullet-active {
  border: 1px solid #ed6d1e;
  box-sizing: border-box;
  background: transparent;
  position: relative;
}
.section_6 .swiper-pagination .swiper-pagination-bullet-active:before {
  position: absolute;
  content: '';
  width: 10px;
  height: 1px;
  background: #ed6d1e;
  left: -10px;
  top: 3px;
}
.section_6 .swiper-pagination .swiper-pagination-bullet-active:after {
  position: absolute;
  content: '';
  width: 10px;
  height: 1px;
  background: #ed6d1e;
  right: -10px;
  top: 3px;
}
.section_6.active .centent-box {
  opacity: 1;
  transform: translateY(0);
}
.section_7 {
  background: url(../images/img_6.jpg) center center no-repeat;
  background-size: cover;
}
.section_7 .box_1 {
  display: inline-block;
  vertical-align: middle;
}
.section_7 .box_1 .title-box {
  margin-bottom: 0.6rem;
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.7s 0.5s, opacity 0.4s 0.5s;
}
.section_7 .box_1 .title-box h3 {
  color: #fff;
  font-size: 0.48rem;
  margin-bottom: 0.15rem;
}
.section_7 .box_1 .title-box p {
  font-size: 16px;
  color: #bfbfbf;
  line-height: 1;
  padding-bottom: 0.3rem;
  position: relative;
}
.section_7 .box_1 .title-box p:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 0.35rem;
  height: 1px;
  background: #fff;
}
.section_7 .box_1 .list-box {
  font-size: 0;
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.7s 0.8s, opacity 0.4s 0.8s;
}
.section_7 .box_1 .list-box .item-box {
  display: inline-block;
  margin-right: 0.6rem;
  text-align: center;
}
.section_7 .box_1 .list-box .item-box .icon-box {
  margin-bottom: 0.15rem;
  width: 60px;
  height: 60px;
  box-sizing: border-box;
  text-align: center;
  line-height: 60px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.section_7 .box_1 .list-box .item-box p {
  color: #ffffff;
  line-height: 1;
  font-size: 16px;
}
.section_7 .box_1 .list-box .item-box:hover .icon-box {
  background: #ed6c1c;
  border-color: #ed6c1c;
}
.section_7 .box_1 .list-box .item-box:hover p {
  color: #ed6c1c;
}
.section_7 .box_1 .des-box {
  margin-top: 0.6rem;
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.7s 1.1s, opacity 0.4s 1.1s;
}
.section_7 .box_1 .des-box h3 {
  font-size: 0.24rem;
  color: #fff;
  margin-bottom: 0.3rem;
}
.section_7 .box_1 .des-box span {
  font-size: 16px;
  color: #fff;
}
.section_7 .box_1 .des-box p {
  margin-top: 0.15rem;
  font-size: 14px;
  color: #ffffff;
  line-height: 1.8;
}
.section_7 .box_1 .des-box .more-box {
  margin-top: 0.3rem;
}
.section_7 .box_1 .des-box .more-box a {
  display: inline-block;
  width: 120px;
  height: 40px;
  line-height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.section_7 .box_1 .des-box .more-box a:hover {
  background: #ed6c1c;
  border-color: #ed6c1c;
}
.section_7 .box_2 {
  display: inline-block;
  vertical-align: middle;
  margin-left: 1.8rem;
}
.section_7 .box_2 .logo-box {
  margin-bottom: 0.44rem;
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.7s .8s, opacity 0.4s .8s;
}
.section_7 .box_2 .tel-box {
  font-size: 0.2rem;
  color: #fff;
  margin-bottom: 0.15rem;
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.7s 1.1s, opacity 0.4s 1.1s;
}
.section_7 .box_2 .tel-box img {
  margin-right: 0.1rem;
}
.section_7 .box_2 h3 {
  color: #ed6c1c;
  font-size: 0.43rem;
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.7s 1.1s, opacity 0.4s 1.1s;
}
.section_7 .box_2 .txt-box {
  margin-top: 0.4rem;
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.7s 1.1s, opacity 0.4s 1.1s;
}
.section_7 .box_2 .txt-box h3 {
  font-size: 0.25rem;
  color: #fffefe;
  font-weight: normal;
  letter-spacing: 0.04rem;
  margin-bottom: 0.1rem;
}
.section_7 .box_2 .txt-box h3 span {
  display: inline-block;
  margin-left: 0.08rem;
  margin-right: 0.08rem;
}
.section_7 .box_2 .txt-box p {
  font-size: 0.16rem;
  color: rgba(255, 255, 255, 0.5);
}
.section_7.active .box_1 .title-box,
.section_7.active .box_1 .list-box,
.section_7.active .box_1 .des-box {
  opacity: 1;
  transform: translateY(0);
}
.section_7.active .box_2 .logo-box,
.section_7.active .box_2 .tel-box,
.section_7.active .box_2 h3,
.section_7.active .box_2 .txt-box {
  opacity: 1;
  transform: translateY(0);
}
.section_8 .title-box {
  text-align: center;
  margin-bottom: 0.48rem;
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.7s 0.5s, opacity 0.4s 0.5s;
}
.section_8 .title-box h3 {
  font-size: 0.48rem;
  color: #ed6d1e;
  font-weight: 400;
  margin-bottom: 8px;
}
.section_8 .title-box p {
  font-size: 0.24rem;
}
.section_8 .centent-box {
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.7s 0.8s, opacity 0.4s 0.8s;
}
.section_8 .centent-box .swiper-button-next {
  right: 0.7rem;
  color: #fff;
}
.section_8 .centent-box .swiper-slide-active .item-box .img-box:before {
  display: none;
}
.section_8 .centent-box .item-box {
  position: relative;
}
.section_8 .centent-box .item-box .img-box {
  position: relative;
}
.section_8 .centent-box .item-box .img-box img {
  width: 100%;
}
.section_8 .centent-box .item-box .img-box:before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
}
.section_8 .centent-box .item-box p {
  margin-top: 0.28rem;
  text-align: center;
  font-size: 0.2rem;
  color: #1a1a1a;
}
.section_8 .swiper-pagination {
  position: static;
  margin-top: 0.4rem;
}
.section_8 .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 0;
  opacity: 1;
  margin-left: 10px;
  margin-right: 10px;
}
.section_8 .swiper-pagination .swiper-pagination-bullet-active {
  border: 1px solid #ed6d1e;
  box-sizing: border-box;
  background: transparent;
  position: relative;
}
.section_8 .swiper-pagination .swiper-pagination-bullet-active:before {
  position: absolute;
  content: '';
  width: 10px;
  height: 1px;
  background: #ed6d1e;
  left: -10px;
  top: 3px;
}
.section_8 .swiper-pagination .swiper-pagination-bullet-active:after {
  position: absolute;
  content: '';
  width: 10px;
  height: 1px;
  background: #ed6d1e;
  right: -10px;
  top: 3px;
}
.section_8.active .title-box,
.section_8.active .centent-box {
  opacity: 1;
  transform: translateY(0);
}
.section_9 .title-box {
  position: absolute;
  top: 2rem;
  left: 0;
  right: 0;
  text-align: center;
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.7s 0.5s, opacity 0.4s 0.5s;
  z-index: 99999;
}
.section_9 .title-box h3 {
  font-size: 0.48rem;
  color: #fff;
  margin-bottom: 0.13rem;
}
.section_9 .title-box p {
  color: #fff;
  font-size: 0.24rem;
}
.section_9 .all-box .item-box {
  height: 100vh;
  background-size: cover;
  background-position: center;
}
.section_9 .all-box .item-box:before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
}
.section_9 .bottom-box {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.7s 0.8s, opacity 0.4s 0.8s;
  z-index: 999;
}
.section_9 .bottom-box .item-box {
  position: relative;
  float: left;
  width: 25%;
  text-align: center;
  height: 1.2rem;
  line-height: 1.2rem;
  cursor: pointer;
  transition: all .6s;
}
.section_9 .bottom-box .item-box:before {
  position: absolute;
  content: '';
  width: 1px;
  top: 0.4rem;
  bottom: 0.4rem;
  background: rgba(255, 255, 255, 0.3);
  left: 0;
}
.section_9 .bottom-box .item-box .info-box {
  display: inline-block;
  line-height: 1.4;
}
.section_9 .bottom-box .item-box .info-box .icon-box {
  display: inline-block;
  margin-right: 0.24rem;
}
.section_9 .bottom-box .item-box .info-box .txt {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
.section_9 .bottom-box .item-box .info-box .txt h3 {
  font-size: 20px;
  color: #fff;
  font-weight: 400;
}
.section_9 .bottom-box .item-box .info-box .txt p {
  font-size: 14px;
  color: #fff;
}
.section_9 .bottom-box .item-box:hover,
.section_9 .bottom-box .item-box.active {
  background: #ed6d1e;
}
.section_9.active .all-box .item-box .title-box {
  opacity: 1;
  transform: translateY(0);
}
.section_9.active .title-box,
.section_9.active .bottom-box {
  opacity: 1;
  transform: translateY(0);
}
.section_10 .fp-tableCell {
  padding-bottom: 50px;
  box-sizing: border-box;
}
.section_10 .title-box {
  text-align: center;
  margin-bottom: 0.55rem;
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.7s 0.5s, opacity 0.4s 0.5s;
}
.section_10 .title-box h3 {
  font-size: 0.48rem;
  color: #ed6d1e;
  font-weight: 400;
  margin-bottom: 8px;
}
.section_10 .title-box p {
  font-size: 0.24rem;
}
.section_10 .centent-box {
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.7s 0.8s, opacity 0.4s 0.8s;
  height: 6.0rem;
}
.section_10 .centent-box .left-box {
  position: relative;
  width: 48%;
  float: left;
  padding: 0.4rem;
  box-sizing: border-box;
  border: 1px solid #e6e6e6;
  height: 100%;
}
.section_10 .centent-box .left-box .centent-bg {
  position: relative;
  height: 100%;
}
.section_10 .centent-box .left-box .txt-box {
  position: relative;
  padding-left: 100px;
  box-sizing: border-box;
}
.section_10 .centent-box .left-box .txt-box .time-box {
  position: absolute;
  left: 0;
  top: 0;
}
.section_10 .centent-box .left-box .txt-box .time-box p {
  font-size: 24px;
  color: #747474;
  line-height: 1;
  margin-bottom: 0.2rem;
}
.section_10 .centent-box .left-box .txt-box .time-box span {
  display: block;
  text-align: center;
}
.section_10 .centent-box .left-box .txt-box h3 {
  font-size: 20px;
  color: #2d2d2d;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 1;
}
.section_10 .centent-box .left-box .txt-box p {
  font-size: 14px;
  line-height: 1.8;
  color: #747474;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.section_10 .centent-box .left-box .img-box {
  position: absolute;
  top: 115px;
  bottom: 0rem;
  left: 0rem;
  right: 0rem;
  padding-top: 0.3rem;
}
.section_10 .centent-box .left-box .img-box .img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
}
.section_10 .centent-box .right-box {
  float: left;
  width: 52%;
  padding-left: 25px;
  box-sizing: border-box;
  height: 100%;
}
.section_10 .centent-box .right-box .item-box {
  position: relative;
  padding-left: 0.7rem;
  padding-top: 0.4rem;
  box-sizing: border-box;
  padding-right: 0.3rem;
  height: 33.33%;
}
.section_10 .centent-box .right-box .item-box:before {
  position: absolute;
  content: '';
  left: 0.4rem;
  right: 0.2rem;
  height: 1px;
  background: #e6e6e6;
  bottom: 0;
}
.section_10 .centent-box .right-box .item-box:last-child:before {
  display: none;
}
.section_10 .centent-box .right-box .item-box .txt-box {
  position: relative;
  padding-left: 100px;
  box-sizing: border-box;
  margin-bottom: 0.35rem;
}
.section_10 .centent-box .right-box .item-box .txt-box .time-box {
  position: absolute;
  left: 0;
  top: 0;
}
.section_10 .centent-box .right-box .item-box .txt-box .time-box p {
  font-size: 24px;
  color: #747474;
  line-height: 1;
  margin-bottom: 0.2rem;
}
.section_10 .centent-box .right-box .item-box .txt-box .time-box span {
  display: block;
  text-align: right;
  font-size: 12px;
  color: #747474;
}
.section_10 .centent-box .right-box .item-box .txt-box h3 {
  font-size: 18px;
  color: #2d2d2d;
  font-weight: 400;
  margin-bottom: 0.15rem;
  line-height: 1;
}
.section_10 .centent-box .right-box .item-box .txt-box p {
  font-size: 14px;
  line-height: 1.8;
  color: #747474;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.section_10 .centent-box .right-box .item-box:hover {
  background: #ed6c1c;
}
.section_10 .centent-box .right-box .item-box:hover .txt-box h3 {
  color: #fff;
}
.section_10 .centent-box .right-box .item-box:hover .txt-box p {
  color: #e5e5e5;
}
.section_10 .centent-box .right-box .item-box:hover .txt-box .time-box p {
  color: #fff;
}
.section_10 .centent-box .right-box .item-box:hover .txt-box .time-box span {
  color: #e5e5e5;
}
.section_10 .copy-box {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #4d4d4d;
  height: 64px;
  line-height: 64px;
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.7s 1.1s, opacity 0.4s 1.1s;
}
.section_10 .copy-box .share {
  position: absolute;
  left: 8.4%;
  font-size: 0;
}
.section_10 .copy-box .share .social-share .social-share-icon {
  color: #bfbfbf;
  border: 1px solid #bfbfbf;
  background: transparent;
  margin-right: 15px;
  width: 46px;
  height: 46px;
  line-height: 46px;
  font-size: 30px;
}
.section_10 .copy-box .share .social-share .social-share-icon:hover {
  color: #fff;
  border: 1px solid #fff;
}
.section_10 .copy-box .logo-box {
  text-align: center;
  font-size: 0;
}
.section_10 .copy-box .logo-box img {
  vertical-align: middle;
}
.section_10 .copy-box .other-box {
  position: absolute;
  right: 8.5%;
  top: 9px;
  line-height: 1.6;
}
.section_10 .copy-box .other-box p {
  font-size: 15px;
  color: #bfbfbf;
}
.section_10.active .title-box,
.section_10.active .centent-box,
.section_10.active .copy-box {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 1800px) {
  #menu li a span {
    width: 15px;
  }
  #menu li.active a span {
    width: 25px;
  }
  #menu {
    right: -30px;
  }
}
/*# sourceMappingURL=index.css.map */