html,
body {
  height: 100%;
}
#canvas {
  display: block;
  width: 100%;
  height: 100%;
}
body.o-start #canvas {
  cursor: none;
}
.loading-box {
  position: fixed;
  z-index: 99999999;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  height: 100vh;
  background: #000;
}
.loading-box .img-box {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  text-align: center;
  z-index: 999;
}
.loading-box .img-box img {
  opacity: 0;
  transition: all .3s;
  transform: translateX(-100px);
}
.loading-box.active img {
  opacity: 1;
  transform: translateX(0px);
}
.index-header_pop {
  position: absolute;
  z-index: 9999;
  width: 240px;
  height: 100vh;
}
.index-header {
  width: 240px;
  height: 100vh;
  position: absolute;
  background: #fff;
  z-index: 9999;
  left: -240px;
  transition: all .3s;
}
.index-header.active {
  left: 0;
}
.index-header .box_1 {
  text-align: center;
  padding-top: 45px;
  padding-bottom: 40px;
}
.index-header .box_1 .logo-box {
  margin-bottom: 20px;
}
.index-header .box_1 p {
  font-size: 14px;
  color: #4c4c4c;
}
.index-header .box_1 p em {
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-left: 15px;
  margin-right: 5px;
}
.index-header .box_2 ul li {
  position: relative;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 20px;
  line-height: 1;
}
.index-header .box_2 ul li a {
  display: block;
}
.index-header .box_2 ul li span {
  font-size: 16px;
  color: #4c4c4c;
}
.index-header .box_2 ul li p {
  margin-top: 8px;
  color: #bfbfbf;
  font-size: 12px;
}
.index-header .box_2 ul li:before {
  position: absolute;
  content: '';
  width: 140px;
  border-bottom: 1px dashed #e3e3e3;
  bottom: 0;
  left: 50%;
  margin-left: -70px;
}
.index-header .box_2 ul li:hover {
  background: #595858;
}
.index-header .box_2 ul li:hover:before {
  display: none;
}
.index-header .box_2 ul li:hover span {
  color: #ffa42d;
}
.index-header .box_3 {
  text-align: center;
  margin-top: 35px;
}
.index-header .box_3 span {
  font-size: 16px;
  color: #808080;
}
.index-header .box_3 span img {
  margin-right: 10px;
}
.index-header .box_3 p {
  margin-top: 8px;
  color: #ffa32d;
  font-size: 20px;
}
.index-header .box_3 .er-box {
  margin-top: 15px;
}
.index-header .box_3 .er-box p {
  font-size: 14px;
  color: #4c4c4c;
}
#menu {
  position: fixed;
  top: 50%;
  left: 80px;
  transform: translate(0, -50%);
  list-style-type: none;
  z-index: 70;
  transition: all .3s;
}
#menu li {
  text-align: center;
  margin-bottom: 30px;
}
#menu li:last-child {
  margin-bottom: 0;
}
#menu li a {
  position: relative;
  display: block;
  height: 12px;
  line-height: 12px;
  text-align: right;
}
#menu li a span {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #808080;
  transition: all .3s;
  vertical-align: middle;
  border-radius: 100%;
}
#menu li a p {
  position: absolute;
  width: 100px;
  text-align: left;
  display: none;
  font-size: 16px;
  color: #ffa42d;
  margin-left: 15px;
}
#menu li.active a span {
  position: relative;
  left: 2px;
  width: 12px;
  height: 12px;
  background: #808080;
}
#menu li.active a p {
  display: inline-block;
  vertical-align: middle;
  margin-left: 25px;
}
.section {
  box-sizing: border-box;
}
.section_1 {
  box-sizing: border-box;
}
.section_1 .swiper-slide {
  position: relative;
  width: 100%;
  height: 100vh;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.section_1 .swiper-button-next {
  right: 300px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%239fa3a9'%2F%3E%3C%2Fsvg%3E");
  transform: translateX(-50px);
  opacity: 0;
  transition: transform 0.7s 0.9s, opacity 0.4s 0.9s;
}
.section_1 .swiper-button-prev {
  left: 300px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%239fa3a9'%2F%3E%3C%2Fsvg%3E");
  transform: translateX(50px);
  opacity: 0;
  transition: transform 0.7s 0.9s, opacity 0.4s 0.9s;
}
.section_1 .swiper-button-next,
.section_1 .swiper-button-prev {
  width: 60px;
  height: 60px;
  background-position: center center;
  background-size: 20px auto;
  border-radius: 100%;
  border: 2px solid #9fa3a9;
  box-sizing: border-box;
}
.section_1 .swiper-button-next:hover,
.section_1 .swiper-button-prev:hover {
  background-color: #ffa32d;
  border-color: #ffa32d;
}
.section_1 .swiper-button-next:hover {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.section_1 .swiper-button-prev:hover {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.section_1 .nub-box {
  position: absolute;
  bottom: 130px;
  left: 400px;
  font-size: 16px;
  color: #fff;
  z-index: 9999;
}
.section_1 .nub-box .active-nub {
  color: #ffa32d;
}
.section_1 .nub-box .line-box {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 160px;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  margin-left: 2px;
  margin-right: 2px;
}
.section_1 .nub-box .line-box em {
  position: absolute;
  width: 25%;
  left: 0;
  height: 1px;
  background: #ffa32d;
}
.section_1.active .swiper-button-next,
.section_1.active .swiper-button-prev {
  transform: translateX(0);
  opacity: 1;
  transition: transform 0.7s 0.6s, opacity 0.4s 0.6s;
}
.section_1.active .centent-box {
  transform: translateX(0);
  opacity: 1;
  transition: transform 0.7s 0.6s, opacity 0.4s 0.6s;
}
.section_2 {
  background-size: cover;
  background-image: url(../images/img_2.jpg);
  background-position: 50%;
  background-repeat: no-repeat;
}
.section_2 .block {
  width: 1440px;
}
.section_2 .item-box {
  position: relative;
  height: 100vh;
  float: left;
  width: 33.33%;
}
.section_2 .item-box .info-box {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-120%);
  opacity: 0;
  transition: transform 0.7s 0.6s, opacity 0.4s 0.6s;
}
.section_2 .item-box .info-box span {
  color: #fff;
  font-size: 20px;
}
.section_2 .item-box .info-box p {
  font-size: 14px;
  color: #fff;
  opacity: .5;
}
.section_2 .item-box .matter-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  opacity: 0;
}
.section_2 .item-box .matter-box .txt-box {
  padding-top: 35px;
  padding-bottom: 30px;
  text-align: center;
  transform: translateY(-10%);
  transition: all .3s;
}
.section_2 .item-box .matter-box .txt-box em {
  display: block;
  font-size: 120px;
  font-style: normal;
  color: #bfbfbf;
}
.section_2 .item-box .matter-box .txt-box i {
  display: inline-block;
  width: 1px;
  height: 140px;
  background: #808080;
}
.section_2 .item-box .matter-box .txt-box .msg-box span {
  font-size: 24px;
  color: #595858;
}
.section_2 .item-box .matter-box .txt-box .msg-box p {
  font-size: 32px;
  color: #c3c3c3;
}
.section_2 .item-box .matter-box .img-box {
  text-align: center;
  transform: translateY(10%);
  transition: all .3s;
}
.section_2 .item-box:hover .matter-box,
.section_2 .item-box.active .matter-box {
  opacity: 1;
}
.section_2 .item-box:hover .matter-box .txt-box,
.section_2 .item-box.active .matter-box .txt-box {
  transform: translateY(0%);
}
.section_2 .item-box:hover .matter-box .img-box,
.section_2 .item-box.active .matter-box .img-box {
  transform: translateY(0%);
}
.section_2.active .item-box .info-box {
  transform: translateY(-50%);
  opacity: 1;
}
.section_3 {
  padding-left: 240px;
  background: #595858;
}
.section_3 .left-box {
  float: left;
  width: 480px;
  opacity: 0;
  transform: translateX(-40px);
  transition: transform 0.7s 0.6s, opacity 0.4s 0.6s;
}
.section_3 .left-box .tab-box {
  margin-top: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 40px;
  padding-left: 110px;
}
.section_3 .left-box .tab-box span {
  display: inline-block;
  margin-top: 27px;
  margin-left: 35px;
  cursor: pointer;
  color: #747474;
}
.section_3 .left-box .tab-box span em {
  opacity: 0;
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-sizing: border-box;
  border-radius: 100%;
  vertical-align: middle;
  margin-right: 9px;
  position: relative;
}
.section_3 .left-box .tab-box span em:before {
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  background: #ffa42d;
  border-radius: 100%;
  top: 50%;
  left: 50%;
  margin-top: -3px;
  margin-left: -3px;
}
.section_3 .left-box .tab-box span.active,
.section_3 .left-box .tab-box span:hover {
  color: #ffa42d;
}
.section_3 .left-box .tab-box span.active em,
.section_3 .left-box .tab-box span:hover em {
  opacity: 1;
}
.section_3 .right-box {
  float: right;
  width: 1000px;
  opacity: 0;
  overflow: hidden;
  transform: translateX(40px);
  transition: transform 0.7s 0.6s, opacity 0.4s 0.6s;
}
.section_3 .right-box .imgs-box .item-img {
  display: none;
  height: 665px;
}
.section_3 .right-box .imgs-box .item-img.active {
  display: block;
}
.section_3 .right-box .imgs-box .img-box {
  width: 100%;
  height: 600px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
}
.section_3 .right-box .imgs-box .txt-box {
  margin-top: 10px;
}
.section_3 .right-box .imgs-box .txt-box .title span {
  font-size: 24px;
  color: #ffa32d;
}
.section_3 .right-box .imgs-box .txt-box .title p {
  font-size: 14px;
  color: #fff;
  margin-top: 5px;
}
.section_3 .right-box .imgs-box .txt-box .title p span {
  display: inline-block;
  margin-left: 10px;
  font-size: 14px;
  color: #fff;
}
.section_3 .right-box .imgs-box .txt-box .more {
  float: right;
  padding-right: 30px;
}
.section_3 .right-box .imgs-box .txt-box .more a {
  display: inline-block;
  width: 100px;
  height: 35px;
  line-height: 35px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  text-align: center;
  color: #fff;
}
.section_3 .right-box .imgs-box .txt-box .more a:hover {
  background: #fff;
  color: #333;
}
.section_3 .right-box .swiper-pagination {
  bottom: 150px;
  width: 10px;
  left: auto;
  right: 30px;
}
.section_3 .right-box .swiper-pagination-bullet {
  display: block;
  width: 9px;
  height: 9px;
  background: #786f6b;
  opacity: 1;
  margin-bottom: 15px;
}
.section_3 .right-box .swiper-pagination-bullet-active {
  background: transparent;
  border: 1px solid #f49d2c;
  box-sizing: border-box;
}
.section_3.active .left-box {
  transform: translateX(0px);
  opacity: 1;
}
.section_3.active .right-box {
  transform: translateX(0px);
  opacity: 1;
}
.section_4 .centent-box {
  width: 1440px;
  margin: 0 auto;
  text-align: right;
  opacity: 0;
  transform: translateX(-40px);
  transition: transform 0.7s 0.6s, opacity 0.4s 0.6s;
}
.section_4 .centent-box .title-box {
  float: right;
  margin-left: 80px;
}
.section_4 .centent-box .list-box {
  float: right;
}
.section_4 .centent-box .list-box .item-box {
  text-align: center;
  display: inline-block;
  margin-top: 65px;
  width: 240px;
}
.section_4 .centent-box .list-box .item-box .nub {
  font-size: 75px;
  color: #595858;
  line-height: 1;
}
.section_4 .centent-box .list-box .item-box .nub span {
  font-size: 16px;
  color: #747474;
  margin-left:-20px;
}
.section_4 .centent-box .list-box .item-box .txt-box {
  margin-top: 10px;
}
.section_4 .centent-box .list-box .item-box .txt-box span {
  font-size: 15px;
  color: #595858;
}
.section_4 .centent-box .list-box .item-box .txt-box p {
  font-size: 14px;
  color: #757575;
  margin-top: 16px;
}
.section_4 .scene {
  position: absolute;
  left: -30px;
  z-index: -1;
  bottom: 0;
  width: 53%;
}
.section_4 .scene img {
  width: 100%;
}
.section_4.active .centent-box {
  opacity: 1;
  transform: translateX(0px);
}
.section_5 {
  background: #595858;
}
.section_5 .centent-box {
  padding-left: 370px;
}
.section_5 .centent-box .title-box {
  float: left;
  opacity: 0;
  transform: translateX(-40px);
  transition: transform 0.7s 0.6s, opacity 0.4s 0.6s;
}
.section_5 .centent-box .right-box {
  width: 1200px;
  float: right;
  opacity: 0;
  transform: translateX(40px);
  transition: transform 0.7s 0.6s, opacity 0.4s 0.6s;
}
.section_5 .centent-box .link {
  position: relative;
  display: block;
  width: 670px;
  height: 511px;
}
.section_5 .centent-box .link .icon-box {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -26px;
  margin-left: -26px;
  transform: translateY(-100px);
  transition: all .3s;
  opacity: 0;
}
.section_5 .centent-box .link:hover .icon-box {
  opacity: 1;
  transform: translateY(0);
}
.section_5 .centent-box .img-box {
  width: 670px;
  height: 511px;
  background-size: cover;
  background-position: 50%;
}
.section_5 .centent-box .txt-box {
  margin-top: 30px;
  text-align: center;
  font-size: 20px;
  color: #fff;
}
.section_5 .centent-box .swiper-pagination {
  text-align: left;
  bottom: -9px;
}
.section_5 .centent-box .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  background: #786f6b;
  opacity: 1;
  margin-bottom: 15px;
}
.section_5 .centent-box .swiper-pagination-bullet-active {
  background: transparent;
  border: 1px solid #f49d2c;
  box-sizing: border-box;
}
.section_5.active .centent-box .right-box {
  opacity: 1;
  transform: translateX(0px);
}
.section_5.active .title-box {
  opacity: 1;
  transform: translateX(0px);
}
.section_6 {
  background: url(../images/img_7.jpg) center center no-repeat;
  background-size: cover;
}
.section_6 .centent-box {
  width: 1440px;
  margin: 0 auto;
}
.section_6 .title-box {
  float: right;
  margin-top: 20px;
  opacity: 0;
  transform: translateX(-40px);
  transition: transform 0.7s 0.6s, opacity 0.4s 0.6s;
}
.section_6 .list-box {
  width: 1080px;
  margin-left: 100px;
  opacity: 0;
  transform: translateX(40px);
  transition: transform 0.7s 0.6s, opacity 0.4s 0.6s;
}
.section_6 .list-box .item-box {
  position: relative;
  float: left;
  width: 360px;
  height: 200px;
  border: 1px solid #4d4d4d;
  box-sizing: border-box;
  border-left: none;
  border-bottom: none;
}
.section_6 .list-box .item-box:nth-child(3n+1) {
  border-left: 1px solid #4d4d4d;
}
.section_6 .list-box .item-box:nth-child(2),
.section_6 .list-box .item-box:nth-child(3) {
  border: none;
}
.section_6 .list-box .item-box:nth-child(6) {
  border-bottom: 1px solid #4d4d4d;
}
.section_6 .list-box .item-box:nth-child(7) {
  border-bottom: 1px solid #4d4d4d;
}
.section_6 .list-box .item-box:nth-child(9),
.section_6 .list-box .item-box:nth-child(10),
.section_6 .list-box .item-box:nth-child(12) {
  border: none;
}
.section_6 .list-box .item-box .info-box {
  position: absolute;
  top: 50%;
  text-align: center;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.section_6 .list-box .item-box .info-box .icon-box {
  margin-bottom: 10px;
}
.section_6 .list-box .item-box .info-box .icon-box .active {
  display: none;
}
.section_6 .list-box .item-box .info-box .title span {
  color: #333333;
  font-size: 16px;
}
.section_6 .list-box .item-box .info-box .title p {
  margin-top: 4px;
  font-size: 12px;
  color: #939393;
}
.section_6 .list-box .item-box:nth-child(11) {
  border-bottom: 1px solid #4d4d4d;
  border-left: 1px solid #4d4d4d;
}
.section_6 .list-box .item-box:nth-child(11) .info-box span {
  color: #4c4c4c;
}
.section_6 .list-box .item-box:nth-child(11) .info-box span img {
  margin-right: 10px;
}
.section_6 .list-box .item-box:nth-child(11) .info-box p {
  margin-top: 10px;
  color: #595858;
  font-size: 22px;
}
.section_6 .list-box .item-box:nth-child(4):hover,
.section_6 .list-box .item-box:nth-child(5):hover,
.section_6 .list-box .item-box:nth-child(6):hover,
.section_6 .list-box .item-box:nth-child(7):hover,
.section_6 .list-box .item-box:nth-child(8):hover {
  background: #595858;
}
.section_6 .list-box .item-box:nth-child(4):hover .icon-box img,
.section_6 .list-box .item-box:nth-child(5):hover .icon-box img,
.section_6 .list-box .item-box:nth-child(6):hover .icon-box img,
.section_6 .list-box .item-box:nth-child(7):hover .icon-box img,
.section_6 .list-box .item-box:nth-child(8):hover .icon-box img {
  display: none;
}
.section_6 .list-box .item-box:nth-child(4):hover .icon-box .active,
.section_6 .list-box .item-box:nth-child(5):hover .icon-box .active,
.section_6 .list-box .item-box:nth-child(6):hover .icon-box .active,
.section_6 .list-box .item-box:nth-child(7):hover .icon-box .active,
.section_6 .list-box .item-box:nth-child(8):hover .icon-box .active {
  display: inline-block;
}
.section_6 .list-box .item-box:nth-child(4):hover .title span,
.section_6 .list-box .item-box:nth-child(5):hover .title span,
.section_6 .list-box .item-box:nth-child(6):hover .title span,
.section_6 .list-box .item-box:nth-child(7):hover .title span,
.section_6 .list-box .item-box:nth-child(8):hover .title span {
  color: #ffa42d;
}
.section_6.active .title-box {
  opacity: 1;
  transform: translateX(0px);
}
.section_6.active .list-box {
  opacity: 1;
  transform: translateX(0px);
}
.section_7 {
  background: url(../images/img_8.jpg) center center no-repeat;
  background-size: cover;
}
.section_7 .centent-box {
  width: 1440px;
  margin: 0 auto;
  opacity: 0;
  transform: translateX(-40px);
  transition: transform 0.7s 0.6s, opacity 0.4s 0.6s;
}
.section_7 .centent-box .item-box {
  position: relative;
  width: 33.33%;
  float: left;
  height: 100vh;
  border-left: 1px solid rgba(128, 128, 128, 0.5);
  border-right: 1px solid rgba(128, 128, 128, 0.5);
  margin-left: -1px;
  box-sizing: border-box;
}
.section_7 .centent-box .item-box .info-box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  padding-left: 65px;
  padding-right: 65px;
}
.section_7 .centent-box .item-box .info-box .time-box {
  position: relative;
  font-size: 16px;
  color: #b7b7b7;
  padding-left: 70px;
  padding-top: 10px;
}
.section_7 .centent-box .item-box .info-box .time-box:before {
  position: absolute;
  content: '';
  width: 210px;
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
  right: 0;
  top: 30px;
}
.section_7 .centent-box .item-box .info-box .time-box .nub {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 48px;
  color: #fff;
  line-height: 1;
}
.section_7 .centent-box .item-box .info-box .time-box em {
  font-style: normal;
}
.section_7 .centent-box .item-box .info-box .time-box p {
  margin-top: 4px;
}
.section_7 .centent-box .item-box .info-box .time-box p span {
  display: none;
}
.section_7 .centent-box .item-box .info-box .txt-box {
  margin-top: 20px;
}
.section_7 .centent-box .item-box .info-box .txt-box .title {
  font-size: 16px;
  color: #ffa42d;
  margin-bottom: 10px;
}
.section_7 .centent-box .item-box .info-box .txt-box p {
  font-size: 12px;
  color: #808080;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 15px;
}
.section_7 .centent-box .item-box .info-box .txt-box span {
  font-size: 12px;
  color: #e5e5e5;
}
.section_7 .centent-box .item-box:hover {
  position: relative;
  z-index: 2;
  border-color: #ffa42d;
}
.section_7 .centent-box .item-box:hover .info-box .time-box .nub {
  color: #ffa42d;
}
.section_7 .centent-box .item-box:hover .info-box .time-box:before {
  width: 0px;
  transition: all .3s;
}
.section_7 .centent-box .item-box:hover .info-box .time-box p {
  font-size: 0;
}
.section_7 .centent-box .item-box:hover .info-box .time-box p span {
  font-size: 16px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #ffa42d;
}
.section_7 .centent-box .item-box:hover .info-box .txt-box {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.section_7 .centent-box .item-box:hover .info-box .txt-box p {
  color: #bfbfbf;
}
.section_7 .centent-box .item-box:hover .info-box .txt-box .title {
  opacity: 0;
}
.section_7.active .centent-box {
  opacity: 1;
  transform: translateX(0px);
}
.section_8 {
  position: relative;
}
.section_8 .centent-box {
  padding-left: 370px;
  box-sizing: border-box;
}
.section_8 .centent-box .title-box {
  float: left;
  margin-right: 180px;
  opacity: 0;
  transform: translateX(40px);
  transition: transform 0.7s 0.6s, opacity 0.4s 0.6s;
}
.section_8 .centent-box .right-box {
  float: left;
  opacity: 0;
  transform: translateX(-40px);
  transition: transform 0.7s 0.6s, opacity 0.4s 0.6s;
}
.section_8 .centent-box .form-box {
  width: 850px;
}
.section_8 .centent-box .form-box .input-box {
  margin-bottom: 100px;
  float: left;
  width: 50%;
  box-sizing: border-box;
}
.section_8 .centent-box .form-box .input-box label {
  font-size: 16px;
  color: #808080;
  margin-right: 10px;
}
.section_8 .centent-box .form-box .input-box label em {
  font-style: normal;
  color: #ffa42d;
}
.section_8 .centent-box .form-box .input-box input {
  outline: none;
  border: none;
  width: 300px;
  font-size: 14px;
  border-bottom: 1px solid #bfbfbf;
}
.section_8 .centent-box .form-box .input-box:last-child {
  width: 100%;
  margin-bottom: 0;
}
.section_8 .centent-box .form-box .input-box:last-child input {
  width: 735px;
}
.section_8 .centent-box .form-box .btn {
  margin-top: 50px;
  display: block;
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #595858;
  color: #fff;
  font-size: 16px;
}
.section_8 .centent-box .info-box {
  margin-top: 80px;
  border-top: 1px solid #000000;
  padding-top: 80px;
}
.section_8 .centent-box .info-box .title-info {
  margin-bottom: 30px;
}
.section_8 .centent-box .info-box .title-info h3 {
  font-size: 28px;
  color: #2c2c2c;
}
.section_8 .centent-box .info-box .title-info p {
  font-size: 14px;
  color: #808080;
}
.section_8 .centent-box .info-box ul li {
  color: #666;
  font-size: 16px;
  margin-bottom: 15px;
}
.section_8 .centent-box .info-box ul li img {
  vertical-align: middle;
  margin-right: 10px;
}
.section_8 .centent-box .er-box {
  float: right;
}
.section_8 .centent-box .er-box .item-box {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
  margin-right: 10px;
  text-align: center;
}
.section_8 .centent-box .er-box .item-box .img-box {
  padding: 5px;
  background: #fff;
  border: 1px solid #bfbfbf;
}
.section_8 .centent-box .er-box .item-box p {
  font-size: 16px;
  color: #333333;
  margin-top: 10px;
}
.section_8 .footer-box {
  position: absolute;
  bottom: 0;
  text-align: center;
  left: 0;
  right: 0;
  height: 90px;
  line-height: 90px;
  border-top: 1px solid #e6e6e6;
  background: #fff;
}
.section_8.active .centent-box .title-box {
  opacity: 1;
  transform: translateX(0px);
}
.section_8.active .centent-box .right-box {
  opacity: 1;
  transform: translateX(0px);
}
@media screen and (max-width:1680px){
        .section_3 .right-box{
            width:900px;
        }
    }
@media screen and (max-width: 1530px) {
  .index-header_pop {
    width: 100px;
  }
  .section_1 .swiper-button-next {
    right: 180px;
  }
  .section_1 .swiper-button-prev {
    left: 180px;
  }
  .section_2 .item-box .matter-box .txt-box em {
    font-size: 90px;
  }
  .section_2 .item-box .matter-box .txt-box i {
    height: 80px;
  }
  .section_2 .item-box .matter-box .img-box img {
    max-height: 440px;
  }
  .section_3 .left-box {
    width: 300px;
  }
  .section_3 .left-box .tab-box {
    padding-top: 10px;
    padding-left: 0;
  }
  .section_3 .left-box .tab-box span {
    margin-left: 10px;
  }
  .section_3 .right-box {
    width: 800px;
  }
  .section_4 .centent-box {
    width: 1300px;
  }
  .section_4 .centent-box .title-box img {
    height: 600px;
  }
  .section_5 .centent-box {
    padding-left: 180px;
  }
  .section_5 .centent-box .right-box {
    width: 800px;
  }
  .section_5 .centent-box .img-box {
    width: 480px;
    height: 460px;
  }
  .section_5 .right-box {
    padding-top: 20px;
  }
  .section_5 .centent-box .link {
    width: 480px;
    height: 460px;
  }
  .section_5 .centent-box .title-box img {
    height: 600px;
  }
  .section_6 .centent-box {
    width: 1300px;
  }
  .section_6 .title-box img {
    height: 600px;
  }
  .section_6 .list-box .item-box {
    width: 280px;
    height: 160px;
  }
  .section_6 .list-box .item-box:nth-child(11) .icon-box img {
    height: 50px;
  }
  .section_8 .centent-box {
    padding-left: 200px;
  }
  .section_8 .centent-box .title-box img {
    height: 500px;
  }
}
@media screen and (max-width: 1400px) {
  .section_2 .item-box .matter-box .txt-box em {
    font-size: 60px;
  }
  .section_2 .item-box .matter-box .txt-box i {
    height: 40px;
  }
  .section_2 .item-box .matter-box .txt-box .msg-box p {
    font-size: 26px;
  }
  .section_2 .item-box .matter-box .img-box img {
    max-height: 380px;
  }
  .section_3 .right-box .imgs-box .txt-box {
    margin-top: 30px;
  }
  .section_3 .left-box {
    width: 300px;
  }
  .section_3 .left-box .title-box img {
    height: 400px;
  }
  .section_3 .left-box .tab-box {
    padding-top: 10px;
    padding-left: 0;
  }
  .section_3 .left-box .tab-box span {
    margin-left: 10px;
    margin-top: 20px;
  }
  .section_4 .centent-box {
    width: 1200px;
  }
  .section_4 .centent-box .title-box img {
    height: 400px;
  }
  .section_4 .centent-box .list-box .item-box .nub {
    font-size: 50px;
  }
  .section_5 .centent-box {
    padding-left: 200px;
  }
  .section_5 .centent-box .right-box {
    width: 900px;
  }
  .section_5 .centent-box .title-box img {
    height: 400px;
  }
  .section_6 .centent-box {
    width: 1200px;
  }
  .section_6 .title-box img {
    height: 400px;
  }
  .section_6 .list-box .item-box {
    width: 280px;
    height: 140px;
  }
  .section_6 .list-box .item-box:nth-child(11) .icon-box img {
    height: 40px;
  }
  .section_8 .centent-box .title-box img {
    height: 450px;
  }
  .section_8 .centent-box .form-box .input-box {
    margin-bottom: 30px;
  }
  .section_8 .centent-box .form-box .btn {
    margin-top: 30px;
  }
  .section_8 .centent-box .info-box {
    margin-top: 50px;
    padding-top: 40px;
  }
  .section_8 .footer-box {
    height: 45px;
    line-height: 45px;
  }
}
/*# sourceMappingURL=index.css.map */