.block {
  width: 100%;
  padding-left: 8.3%;
  padding-right: 8.3%;
  box-sizing: border-box;
}
#menu {
  display: none;
  position: fixed;
  top: 50%;
  right: 65px;
  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: right;
  width: 130px;
}
#menu li a span {
  display: inline-block;
  width: 20px;
  height: 1px;
  background: #bfbfbf;
  transition: all .3s;
  vertical-align: middle;
}
#menu li.active a span {
  width: 34px;
  background: #b40004;
}
#menu li.active a p {
  display: inline-block;
  vertical-align: middle;
}
#menu.active {
  display: block;
}
.section {
  box-sizing: border-box;
}
.section_1 {
  position: relative;
  height: 100vh;
  display: block !important;
  box-sizing: border-box;
}
.section_1 .fp-tableCell {
  display: block;
}
.section_1 .banner-box {
  height: 100%;
}
.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;
}
.section_1 .swiper-pagination {
  bottom: 0.4rem;
}
.section_1 .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  background: #b2b2b2;
  opacity: 1;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
}
.section_1 .swiper-pagination .swiper-pagination-bullet-active {
  width: 8px;
  height: 8px;
  vertical-align: middle;
  background: #b60005;
  margin-left: 12px;
  margin-right: 12px;
}
.section_1 .swiper-pagination .swiper-pagination-bullet-active:before {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  top: -7px;
  left: -7px;
  border-radius: 100%;
  border: 1px solid #b60005;
}
.section_2 {
  background: url(../image/img_2.jpg) center 80px no-repeat;
  background-size: cover;
}
.section_2 .centent-box {
  width: 1300px;
  margin: 0 auto;
}
.section_2 .centent-box .left-box {
  float: left;
  width: 640px;
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.7s 0.5s, opacity 0.4s 0.5s;
}
.section_2 .centent-box .left-box .title {
  margin-bottom: 0.4rem;
}
.section_2 .centent-box .left-box .title h3 {
  font-size: 0.48rem;
  color: #1a1a1a;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 25px;
}
.section_2 .centent-box .left-box .title p {
  font-size: 0.2rem;
  color: #1a1a1a;
  font-family: 'Arial';
  line-height: 1;
}
.section_2 .centent-box .left-box .des-box p {
  line-height: 2;
  font-size: 14px;
  color: #4c4c4c;
}
.section_2 .centent-box .left-box .des-box .more-box {
  margin-top: 0.4rem;
}
.section_2 .centent-box .left-box .des-box .more-box a {
  font-size: 14px;
  color: #4c4c4c;
}
.section_2 .centent-box .right-box {
  float: right;
  width: 544px;
  padding-top: 20px;
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.7s 0.5s, opacity 0.4s 0.5s;
}
.section_2 .centent-box .right-box .item-box {
  width: 30%;
  float: left;
  margin-bottom: 0.8rem;
  text-align: center;
}
.section_2 .centent-box .right-box .item-box:nth-child(2) {
  width: 40%;
}
.section_2 .centent-box .right-box .item-box:nth-child(4),
.section_2 .centent-box .right-box .item-box:nth-child(5) {
  margin-bottom: 0;
  width: 33.33%;
}
.section_2 .centent-box .right-box .item-box h3 {
  position: relative;
  font-size: 0.36rem;
  color: #1a1a1a;
}
.section_2 .centent-box .right-box .item-box h3 i {
  font-weight: 700;
}
.section_2 .centent-box .right-box .item-box h3 i span {
  font-size: 0.36rem;
  font-weight: 700;
  font-style: normal;
}
.section_2 .centent-box .right-box .item-box h3 em {
  font-size: 10px;
  position: absolute;
  margin-left: 10px;
  color: #4c4c4c;
  opacity: .6;
  font-style: normal;
}
.section_2 .centent-box .right-box .item-box h3 span {
  font-size: 0.2rem;
  display: inline-block;
  vertical-align: top;
  font-weight: 400;
}
.section_2 .centent-box .right-box .item-box p {
  font-size: 14px;
  color: #1a1a1a;
  line-height: 1;
  margin-top: 15px;
}
.section_2 .bottom-box {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 45px;
  text-align: center;
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.7s 0.9s, opacity 0.4s 0.9s;
}
.section_2 .bottom-box p {
  margin-top: 20px;
  font-size: 0.18rem;
  color: #1a1a1a;
  letter-spacing: 15px;
}
.section_2.active .centent-box .left-box,
.section_2.active .centent-box .right-box {
  opacity: 1;
  transform: translateY(0px);
}
.section_2.active .bottom-box {
  opacity: 1;
  transform: translateY(0px);
}
.section_3 .fp-tableCell {
  padding-top: 80px;
  box-sizing: border-box;
  display: block;
}
.section_3 .fp-tableCell .centent-box {
  position: relative;
  height: 100%;
  padding-top: 4.45rem;
  box-sizing: border-box;
}
.section_3 .top-title {
  position: absolute;
  height: 4.45rem;
  left: 0;
  right: 0;
  top: 0;
  background: url(../image/img_3.jpg);
  text-align: center;
}
.section_3 .top-title .txt-box {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 50px;
  opacity: 0;
  transition: all 0.7s 0.9s;
}
.section_3 .top-title .txt-box h3 {
  font-size: 0.6rem;
  color: #fff;
  font-weight: 400;
  font-family: 'Arial';
  margin-bottom: 0.1rem;
}
.section_3 .top-title .txt-box p span {
  font-size: 0.3rem;
  color: #fff;
  display: inline-block;
  margin-left: 0.1rem;
  margin-right: 0.1rem;
  box-sizing: border-box;
}
.section_3 .top-title .icon-box {
  position: relative;
  display: inline-block;
  cursor: pointer;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #fff;
  border-radius: 100%;
  text-align: center;
  margin-top: 0.25rem;
}
.section_3 .top-title .icon-box img {
  width: 20px;
  vertical-align: middle;
}
.section_3 .top-title .icon-box .line-box {
  position: absolute;
  transform: scale(0.6);
  width: 55px;
  height: 55px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 100%;
  left: -9px;
  top: -9px;
  transition: all .6s;
}
.section_3 .top-title .icon-box:hover .line-box {
  transform: scale(1);
}
.section_3 .centent-box .list-box {
  width: 1300px;
  margin: 0 auto;
  height: 100%;
}
.section_3 .centent-box .list-box .item-box {
  padding-top: 0.78rem;
  float: left;
  width: 33.33%;
  height: 100%;
  background: #f5f5f5;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  box-sizing: border-box;
}
.section_3 .centent-box .list-box .item-box:nth-child(1) {
  transform: translateY(150px);
  transition: transform 0.7s 0.8s, opacity 0.4s 0.8s;
}
.section_3 .centent-box .list-box .item-box:nth-child(2) {
  transform: translateY(150px);
  transition: transform 0.7s 1s, opacity 0.4s 1s;
}
.section_3 .centent-box .list-box .item-box:nth-child(3) {
  transform: translateY(150px);
  transition: transform 0.7s 1.3s, opacity 0.4s 1.3s;
}
.section_3 .centent-box .list-box .item-box:nth-child(2) {
  background: #fff;
}
.section_3 .centent-box .list-box .item-box h3 {
  font-size: 20px;
  color: #1a1a1a;
  font-weight: 400;
  line-height: 1;
  padding-bottom: 0.23rem;
  position: relative;
  margin-bottom: 0.15rem;
}
.section_3 .centent-box .list-box .item-box h3:before {
  position: absolute;
  content: '';
  width: 28px;
  height: 1px;
  background: #1a1a1a;
  bottom: 0;
  left: 0;
}
.section_3 .centent-box .list-box .item-box p {
  font-size: 14px;
  color: #1a1a1a;
  line-height: 1.8;
}
.section_3 .centent-box .list-box .item-box span {
  position: absolute;
  width: 25px;
  height: 25px;
  border: 1px solid #000000;
  box-sizing: border-box;
  border-radius: 100%;
  line-height: 23px;
  font-size: 20px;
  text-align: center;
  bottom: 1.5rem;
}
.section_3 .centent-box .list-box .item-box:hover span {
  background: #000;
  color: #fff;
}
.section_3.active .top-title .txt-box {
  opacity: 1;
  margin-top: 0;
}
.section_3.active .centent-box .list-box .item-box {
  transform: translateY(0px);
}
.section_4 .fp-tableCell {
  padding-top: 80px;
  box-sizing: border-box;
  display: block;
  width: 100%;
}
.section_4 .fp-tableCell .centent-box {
  position: relative;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.section_4 .fp-tableCell .centent-box .swiper-container {
  height: 100%;
  width: 100%;
}
.section_4 .fp-tableCell .centent-box .bg-box {
  height: 100%;
  width: 100%;
}
.section_4 .fp-tableCell .centent-box .item-box {
  height: 100%;
  background: url(../image/img_4.jpg) center center no-repeat;
  background-size: cover;
  width: 100%;
}
.section_4 .fp-tableCell .centent-box .item-box .txt-box .all-box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 1.0rem;
  box-sizing: border-box;
}
.section_4 .fp-tableCell .centent-box .item-box .txt-box .title {
  margin-bottom: 0.3rem;
}
.section_4 .fp-tableCell .centent-box .item-box .txt-box .title h3 {
  font-size: 0.42rem;
  color: #fff;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0.2rem;
}
.section_4 .fp-tableCell .centent-box .item-box .txt-box .title p {
  font-size: 0.42rem;
  color: rgba(255, 255, 255, 0.2);
}
.section_4 .fp-tableCell .centent-box .item-box .txt-box .des-box {
  width: 600px;
  box-sizing: border-box;
}
.section_4 .fp-tableCell .centent-box .item-box .txt-box .des-box p {
  font-size: 14px;
  color: #fff;
  line-height: 2.5;
}
.section_4 .fp-tableCell .centent-box .item-box .txt-box .des-box a {
  margin-top: 0.4rem;
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.4);
  width: 90px;
  height: 36px;
  line-height: 34px;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  font-size: 14px;
}
.section_4 .fp-tableCell .centent-box .item-box .txt-box .des-box a:hover {
  background: #fff;
  color: #333;
}
.section_4 .bottom-box {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 118px;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.4);
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.7s 0.5s, opacity 0.4s 0.5s;
}
.section_4 .bottom-box .item {
  position: relative;
  text-align: center;
  height: 100%;
}
.section_4 .bottom-box .item .center {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.section_4 .bottom-box .item p {
  font-size: 14px;
  color: #fff;
  margin-top: 0.16rem;
}
.section_4 .bottom-box .swiper-slide-thumb-active .item {
  background: #b60005;
}
.section_4 .bottom-box .swiper-button-prev {
  left: 60px;
}
.section_4 .bottom-box .swiper-button-next {
  right: 50px;
}
.section_4 .bottom-box .swiper-button-next,
.section_4 .bottom-box .swiper-button-prev {
  color: #fff;
}
.section_4 .bottom-box .swiper-button-next:after,
.section_4 .bottom-box .swiper-button-prev:after {
  font-size: 30px;
}
.section_4.active .bottom-box {
  opacity: 1;
  transform: translateY(0);
}
.section_5 .fp-tableCell {
  padding-top: 80px;
  box-sizing: border-box;
  display: block;
  width: 100%;
}
.section_5 .fp-tableCell .centent-box {
  position: relative;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.section_5 .fp-tableCell .centent-box .swiper-container {
  height: 100%;
}
.section_5 .fp-tableCell .centent-box .list-box {
  height: 100%;
}
.section_5 .fp-tableCell .centent-box .list-box .item-box {
  position: relative;
  float: left;
  width: 25%;
  height: 100%;
  background: #000;
  overflow: hidden;
}
.section_5 .fp-tableCell .centent-box .list-box .item-box .bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: all .6s;
  opacity: 1;
}
.section_5 .fp-tableCell .centent-box .list-box .item-box .txt-box {
  position: absolute;
  left: 50%;
  text-align: center;
  bottom: 50%;
  width: 290px;
  transform: translate(-50%, 50%);
  transition: all .3s;
}
.section_5 .fp-tableCell .centent-box .list-box .item-box .txt-box h3 {
  font-size: 0.24rem;
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 0.3rem;
}
.section_5 .fp-tableCell .centent-box .list-box .item-box .txt-box p {
  font-size: 14px;
  line-height: 1.8;
  color: #fff;
}
.section_5 .fp-tableCell .centent-box .list-box .item-box .txt-box a {
  position: relative;
  display: inline-block;
  margin-top: 0.4rem;
  height: 40px;
  line-height: 40px;
  width: 120px;
  background: #b60005;
  color: #fff;
  opacity: 0;
  top: 120px;
}
.section_5 .fp-tableCell .centent-box .list-box .item-box:hover .bg {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  opacity: .5;
}
.section_5 .fp-tableCell .centent-box .list-box .item-box:hover .txt-box {
  bottom: 100px;
  transform: translate(-50%, 0);
}
.section_5 .fp-tableCell .centent-box .list-box .item-box:hover .txt-box a {
  opacity: 1;
  top: 0px;
  transition: top .2s .3s, opacity .2s .3s;
}
.section_5 .swiper-pagination {
  bottom: 0.4rem;
}
.section_5 .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  background: #b2b2b2;
  opacity: 1;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
}
.section_5 .swiper-pagination .swiper-pagination-bullet-active {
  width: 8px;
  height: 8px;
  vertical-align: middle;
  background: #b60005;
  margin-left: 12px;
  margin-right: 12px;
}
.section_5 .swiper-pagination .swiper-pagination-bullet-active:before {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  top: -7px;
  left: -7px;
  border-radius: 100%;
  border: 1px solid #b60005;
}
.section_6 .swiper-pagination {
  position: static;
  margin-top: 0.45rem;
}
.section_6 .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border: 1px solid #d9d9d9;
  box-sizing: border-box;
  background: transparent;
  border-radius: 0;
  opacity: 1;
  margin-left: 8px;
  margin-right: 8px;
}
.section_6 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #b60005;
  border-color: #b60005;
}
.section_6 .swiper-slide:nth-child(1) {
  transform: translateY(150px);
  transition: transform 0.7s 0.8s, opacity 0.4s 0.8s;
}
.section_6 .swiper-slide:nth-child(2) {
  transform: translateY(150px);
  transition: transform 0.7s 1s, opacity 0.4s 1s;
}
.section_6 .swiper-slide:nth-child(3) {
  transform: translateY(150px);
  transition: transform 0.7s 1.3s, opacity 0.4s 1.3s;
}
.section_6 .item-box .img-box {
  overflow: hidden;
}
.section_6 .item-box .img-box img {
  width: 100%;
  transition: all .3s;
}
.section_6 .item-box .txt-box {
  height: 2.4rem;
  padding-top: 0.4rem;
  padding-right: 0.3rem;
  padding-left: 0.3rem;
}
.section_6 .item-box .txt-box h3 {
  font-size: 0.2rem;
  color: #222222;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 0.2rem;
}
.section_6 .item-box .txt-box p {
  line-height: 1.8;
  color: #808080;
  padding-left: 0.3rem;
  box-sizing: border-box;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.section_6 .item-box .txt-box .arr-box {
  display: inline-block;
  cursor: pointer;
  padding-left: 0.3rem;
  margin-top: 0.25rem;
}
.section_6 .item-box .txt-box .arr-box i {
  height: 1px;
  width: 26px;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  background-color: #808080;
  vertical-align: middle;
  margin-left: 14px;
}
.section_6 .item-box .txt-box .arr-box i:before {
  position: absolute;
  display: block;
  top: -3px;
  left: -7px;
  width: 6px;
  height: 6px;
  content: "";
  transition: background-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-bottom: 1px solid #808080;
  border-left: 1px solid #808080;
}
.section_6 .item-box .txt-box .arr-box i:after {
  position: absolute;
  display: block;
  top: -3px;
  left: -7px;
  width: 6px;
  height: 6px;
  content: "";
  transition: background-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 1px solid #808080;
  border-right: 1px solid #808080;
}
.section_6 .item-box .txt-box .arr-box i.fa {
  display: inline-block;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.section_6 .item-box:hover {
  background: #f5f5f5;
}
.section_6 .item-box:hover .img-box img {
  -webkit-transform: scale(1.05) rotate(0.01deg);
  -ms-transform: scale(1.05) rotate(0.01deg);
  transform: scale(1.05) rotate(0.01deg);
}
.section_6 .item-box:hover .txt-box .arr-box {
  padding-left: 0.15rem;
}
.section_6 .item-box:hover .txt-box .arr-box i {
  width: 45px;
  height: 2px;
  background: #1a1a1a;
}
.section_6 .item-box:hover .txt-box .arr-box i:before {
  -webkit-transform: translateX(32px) rotate(45deg);
  transform: translateX(32px) rotate(45deg);
  opacity: 0;
}
.section_6 .item-box:hover .txt-box .arr-box i:after {
  width: 0;
  height: 0;
  left: 8px;
  -webkit-transform: translateX(32px) rotate(45deg);
  transform: translateX(32px) rotate(45deg);
  border-width: 0 8px 8px 0;
  border-style: solid;
  border-color: transparent #1a1a1a transparent transparent;
}
.section_6.active .swiper-slide,
.section_6.on .swiper-slide {
  transform: translateY(0);
}
/*# sourceMappingURL=index.css.map */