#header {
  position: fixed;
  top: 0;
  left: 0;
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#menu {
  position: fixed;
  top: 50%;
  right: -100px;
  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;
}
#menu li a span {
  display: inline-block;
  width: 15px;
  height: 2px;
  background: #c9c9c9;
  transition: all .3s;
  vertical-align: middle;
}
#menu li.active a span {
  width: 15px;
  background: #f2ab00;
  width: 25px;
}
#menu.active {
  right: 20px;
}
.section {
  box-sizing: border-box;
}
.overturn {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}
.page-table {
  display: table;
  text-align: center;
  width: 100%;
  height: 100%;
}
.page-table-cell {
  display: table-cell;
  vertical-align: middle;
}
.section .overturn {
  transform: translate(20px, 20px) scale(0.5);
  -webkit-transition: all 0.6s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;
  opacity: 1;
  transition: all 0.9s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;
  height: 100%;
}
.section.active .overturn {
  transform: translate(0px, 0px) scale(1);
  -webkit-transition: all 0.6s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;
  opacity: 1;
  transition: all 0.9s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;
}
.section_1 .banner-box {
  position: relative;
  width: 100%;
  height: 100%;
}
.section_1 .banner-box .swiper-slide {
  height: 100vh;
  width: 100%;
  background-size: cover;
  background-position: center center;
}
.section_1 .banner-box .arrow-left {
  position: absolute;
  top: 50%;
  z-index: 999;
  left: 60px;
  height: 125px;
  margin-top: -62px;
  line-height: 125px;
  width: 40px;
  text-align: center;
  transform: translateX(30px);
  background: rgba(0, 0, 0, 0.4);
  transition: all .3s;
}
.section_1 .banner-box .arrow-left:hover {
  background: #f5c62e;
}
.section_1 .banner-box .samll-box {
  position: absolute;
  top: 50%;
  z-index: 77;
  width: 280px;
  margin-top: -65px;
  height: 125px;
  padding: 8px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.4);
  right: 60px;
  transform: translateX(-30px);
  transition: all .3s;
}
.section_1 .banner-box .samll-box .img-box {
  width: 220px;
  height: 100%;
}
.section_1 .banner-box .samll-box .img-box img {
  width: 100%;
  height: 100%;
}
.section_1 .banner-box .samll-box .arr {
  position: absolute;
  right: 14px;
  top: 50%;
  margin-top: -20px;
}
.section_1 .banner-box .samll-box .arr img {
  height: auto;
  width: auto;
}
.section_1 .banner-box .samll-box:hover {
  background: #f5c62e;
}
.section_1 .banner-box .swiper-pagination {
  bottom: 25px;
}
.section_1 .banner-box .swiper-pagination-bullet {
  position: relative;
  background: transparent;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  opacity: 1;
  margin: 0;
}
.section_1 .banner-box .swiper-pagination-bullet.swiper-pagination-bullet-active {
  margin-right: 140px;
  color: #f5c62e;
}
.section_1 .banner-box .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  position: absolute;
  content: '';
  width: 130px;
  height: 1px;
  background-color: #f5c62e;
  left: 40px;
  top: 15px;
}
.section_1 .banner-box:hover .arrow-left {
  transform: translateX(0);
}
.section_1 .banner-box:hover .arrow-right {
  transform: translateX(0);
}
.section_2 {
  position: relative;
}
.section_2 .overturn {
  background: #fbc200;
}
.section_2 .fp-tableCell {
  display: block;
}
.section_2 .centent-box {
  position: relative;
  height: calc(100vh - 20vh);
}
.section_2 .centent-box .big-box {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  right: 50%;
  background: url(../images/img_2.jpg) right center no-repeat;
  background-size: cover;
}
.section_2 .centent-box .block {
  height: 100%;
  position: relative;
}
.section_2 .centent-box .block .info-box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50%;
  right: 0;
  background: #fff;
  padding-left: 45px;
  padding-right: 40px;
  box-sizing: border-box;
  padding-top: 60px;
  padding-bottom: 60px;
}
.section_2 .centent-box .block .info-box .img-box {
  position: absolute;
  left: -287px;
  top: 0;
  bottom: 0;
}
.section_2 .centent-box .block .info-box .img-box img {
  height: 100%;
  width: 287px;
}
.section_2 .centent-box .block .info-box .title-box {
  margin-bottom: 25px;
}
.section_2 .centent-box .block .info-box .title-box span {
  font-size: 30px;
  color: #fbc200;
}
.section_2 .centent-box .block .info-box .title-box h3 {
  font-size: 48px;
  color: #fbc200;
}
.section_2 .centent-box .block .info-box p {
  font-size: 14px;
  color: #545454;
  line-height: 1.8;
}
.section_2 .centent-box .block .info-box a {
  display: inline-block;
  width: 128px;
  height: 34px;
  line-height: 32px;
  border: 1px solid #dcdcdc;
  text-align: center;
  box-sizing: border-box;
  font-size: 14px;
  color: #141414;
  margin-top: 29px;
}
.section_2 .centent-box .block .info-box a:hover {
  background: #fbc200;
  border-color: #fbc200;
}
.section_2 .nub-box {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 24vh;
  background: #313131;
}
.section_2 .nub-box .block {
  overflow: hidden;
}
.section_2 .nub-box .list-box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
}
.section_2 .nub-box .list-box .all-box {
  margin-right: -90px;
  margin-left: -90px;
}
.section_2 .nub-box .list-box .item-box {
  position: relative;
  float: left;
  width: 20%;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  box-sizing: border-box;
}
.section_2 .nub-box .list-box .item-box:before {
  position: absolute;
  width: 1px;
  height: 25px;
  background: #fbc200;
  content: '';
  right: -1px;
  top: 50%;
  transform: translateY(-50%);
}
.section_2 .nub-box .list-box .item-box h3 {
  position: relative;
  font-size: 36px;
  font-weight: 400;
  color: #fff;
  line-height: 1;
}
.section_2 .nub-box .list-box .item-box h3 em {
  font-style: normal;
}
.section_2 .nub-box .list-box .item-box h3 em i {
  font-size: 14px;
  margin-left: 10px;
  font-style: normal;
}
.section_2 .nub-box .list-box .item-box h3 span {
  position: absolute;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}
.section_2 .nub-box .list-box .item-box p {
  color: #fff;
  font-size: 14px;
  margin-top: 10px;
}
.section_2 .nub-box .list-box .item-box:last-child {
  border-right: none;
}
.section_2 .nub-box .list-box .item-box:last-child:before {
  display: none;
}
.section_3 .centent-box {
  position: relative;
  height: calc(100vh - 18vh);
}
.section_3 .centent-box .item-box {
  position: relative;
  margin-top: 22vh;
}
.section_3 .centent-box .item-box .img-box {
  text-align: center;
}
.section_3 .centent-box .item-box .img-box img {
  height: 52vh;
}
.section_3 .centent-box .item-box .title {
  position: absolute;
  top: 0;
  left: 0;
}
.section_3 .centent-box .item-box .title span {
  font-size: 76px;
  color: #fbc200;
  font-weight: 700;
}
.section_3 .centent-box .item-box .title .other-box {
  padding-left: 50px;
}
.section_3 .centent-box .item-box .title .other-box p {
  font-size: 18px;
  color: #505050;
}
.section_3 .centent-box .item-box .title .other-box h3 {
  padding-left: 30px;
  color: #fbc200;
  font-size: 54px;
}
.section_3 .centent-box .item-box .info-box {
  position: absolute;
  right: 0;
  top: 50%;
  transform: rotateY(-50%);
  z-index: 9999;
}
.section_3 .centent-box .item-box .info-box p {
  font-size: 16px;
  line-height: 1.6;
  color: #363636;
}
.section_3 .centent-box .item-box .info-box a {
  display: inline-block;
  width: 128px;
  height: 34px;
  line-height: 32px;
  background: #fbc200;
  border-color: #fbc200;
  text-align: center;
  box-sizing: border-box;
  font-size: 14px;
  color: #141414;
  margin-top: 20px;
}
.section_3 .arr-box {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 18vh;
  background: url(../images/icon_4.png) center center no-repeat;
  background-size: auto 100%;
  line-height: 18vh;
  text-align: center;
}
.section_3 .arr-box .swiper-button-next,
.section_3 .arr-box .swiper-button-prev {
  position: static;
  display: inline-block;
  background: transparent;
  margin-left: 20px;
  margin-right: 20px;
  opacity: 1;
  outline: none;
}
.section_3 .swiper-slide:nth-child(1) .item-box .title {
  opacity: 0;
}
.section_3 .swiper-slide:nth-child(1) .item-box .info-box {
  opacity: 0;
}
.section_3 .swiper-slide:nth-child(1) .item-box .img-box {
  opacity: 0;
}
.section_4 .overturn {
  background: #f5f6fb;
  display: table;
  table-layout: fixed;
}
.section_4 .overturn .centent-box {
  display: table-cell;
  vertical-align: middle;
}
.section_4 .all-title {
  margin-bottom: 50px;
}
.section_4 .all-title p {
  font-size: 24px;
  color: rgba(0, 0, 0, 0.7);
}
.section_4 .all-title span {
  font-size: 32px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.7);
}
.section_4 .all-box {
  position: relative;
}
.section_4 .item-box {
  height: 50vh;
  width: 100%;
  background-size: cover;
  background-position: center center;
  position: relative;
  transition: all .3s;
  overflow: hidden;
}
.section_4 .item-box .bottom-title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 70px;
  background: url(../images/icon_10.png) bottom center;
  line-height: 70px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  transition: all .3s;
}
.section_4 .item-box .txt-box {
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  border: 1px solid #fff;
  text-align: center;
  transform: scale(0.8);
  transition: all .3s;
  opacity: 0;
}
.section_4 .item-box .txt-box .center-box {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
}
.section_4 .item-box .txt-box .center-box span {
  font-size: 50px;
  font-weight: 700;
  color: #fff;
}
.section_4 .item-box .txt-box .center-box .title-box {
  position: relative;
  padding-top: 60px;
  padding-bottom: 40px;
}
.section_4 .item-box .txt-box .center-box .title-box:before {
  position: absolute;
  content: '';
  bottom: 100px;
  height: 50px;
  width: 1px;
  background: #fff;
}
.section_4 .item-box .txt-box .center-box .title-box:after {
  position: absolute;
  content: '';
  top: 120px;
  height: 30px;
  width: 1px;
  background: #fff;
}
.section_4 .item-box .txt-box .center-box .title-box h3 {
  font-size: 23px;
  color: #383838;
}
.section_4 .item-box .txt-box .center-box .title-box p {
  font-size: 18px;
  color: #282828;
}
.section_4 .item-box .txt-box .center-box .des-box p {
  font-size: 14px;
  color: #282828;
  line-height: 2;
}
.section_4 .item-box:hover {
  background-color: #fbc200;
  background-image: none!important;
}
.section_4 .item-box:hover .bottom-title {
  bottom: -70px;
}
.section_4 .item-box:hover .txt-box {
  opacity: 1;
  transform: scale(1);
}
.section_4 .swiper-pagination {
  position: static;
  margin-top: 50px;
}
.section_4 .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  width: 30px;
  height: 1px;
  background: #959595;
  outline: none;
  margin-left: 8px;
  margin-right: 8px;
}
.section_4 .swiper-pagination .swiper-pagination-bullet-active {
  background: #fbc200;
}
.section_4 .swiper-button-prev {
  left: -50px;
}
.section_4 .swiper-button-next {
  right: -50px;
}
.section_4 .swiper-button-next,
.section_4 .swiper-button-prev {
  width: 40px;
  height: 120px;
  outline: none;
  border: 1px solid #666667;
  background-size: 15px auto;
  line-height: 120px;
  text-align: center;
  background-image: none;
  top: 50%;
  margin-top: 0;
  transform: translateY(-50%);
}
.section_4 .swiper-button-next img.hover,
.section_4 .swiper-button-prev img.hover {
  display: none;
}
.section_4 .swiper-button-next:hover,
.section_4 .swiper-button-prev:hover {
  background-color: #fbc200;
  border: 1px solid #fbc200;
}
.section_4 .swiper-button-next:hover img,
.section_4 .swiper-button-prev:hover img {
  display: none;
}
.section_4 .swiper-button-next:hover img.hover,
.section_4 .swiper-button-prev:hover img.hover {
  display: inline-block;
}
.section_5 .big-box {
  height: 70vh;
  width: 100%;
  background-size: cover;
  background-image: url(../images/img_7.jpg);
}
.section_5 .centent-box {
  position: relative;
  background: #f5f6fb;
  padding-left: 80px;
  padding-right: 80px;
  box-sizing: border-box;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-top: -160px;
}
.section_5 .centent-box .other-box {
  position: absolute;
  top: -100px;
}
.section_5 .centent-box .other-box h3 {
  font-size: 32px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.77);
  margin-bottom: 5px;
}
.section_5 .centent-box .other-box p {
  font-size: 24px;
  color: #fff;
}
.section_5 .centent-box .left-arr,
.section_5 .centent-box .right-arr {
  position: absolute;
  width: 70px;
  height: 35px;
  border: 2px solid #fbc200;
}
.section_5 .centent-box .left-arr {
  top: -8px;
  left: -8px;
  border-bottom: none;
  border-right: none;
}
.section_5 .centent-box .right-arr {
  right: -8px;
  bottom: -8px;
  border-top: none;
  border-left: none;
}
.section_5 .centent-box .txt-box {
  float: left;
}
.section_5 .centent-box .txt-box .title-box {
  margin-bottom: 20px;
}
.section_5 .centent-box .txt-box .title-box h3 {
  font-size: 26px;
  color: #424242;
  letter-spacing: 4px;
}
.section_5 .centent-box .txt-box .title-box p {
  font-size: 12px;
  color: rgba(20, 20, 20, 0.58);
}
.section_5 .centent-box .txt-box .info-box p {
  font-size: 16px;
  line-height: 2;
  color: #414141;
}
.section_5 .centent-box .txt-box .info-box a {
  display: inline-block;
  width: 125px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  background: #fbc200;
  color: #fff;
  margin-top: 30px;
}
.section_5 .centent-box .tel-box {
  position: relative;
  float: right;
  width: 480px;
  height: 200px;
  padding-left: 35px;
  padding-top: 35px;
  box-sizing: border-box;
  background-size: cover;
  background-image: url(../images/img_8.jpg);
}
.section_5 .centent-box .tel-box:before {
  position: absolute;
  content: '';
  width: 15px;
  height: 100%;
  background: #f2ab00;
  top: 0;
  bottom: 0;
  left: -15px;
}
.section_5 .centent-box .tel-box:after {
  position: absolute;
  content: '';
  width: 15px;
  height: 100%;
  background: #f2ab00;
  top: 0;
  bottom: 0;
  right: -15px;
}
.section_5 .centent-box .tel-box p {
  font-size: 16px;
  color: #f2ab00;
}
.section_5 .centent-box .tel-box p span {
  font-weight: 700;
}
.section_6 .table-box {
  width: 100%;
  display: table;
  table-layout: fixed;
}
.section_6 .centent-box {
  display: table-cell;
  vertical-align: middle;
}
.section_6 .all-title {
  margin-bottom: 50px;
}
.section_6 .all-title p {
  font-size: 24px;
  color: rgba(0, 0, 0, 0.7);
}
.section_6 .all-title span {
  font-size: 32px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.7);
}
.section_6 .txt-box {
  padding-left: 100px;
  position: relative;
  padding-top: 25px;
  padding-bottom: 25px;
}
.section_6 .txt-box .time-box {
  position: absolute;
  left: 0;
  top: 25px;
}
.section_6 .txt-box .time-box p {
  text-align: left;
  font-size: 18px;
  color: #3f3f3f;
}
.section_6 .txt-box .time-box p.img {
  text-align: right;
}
.section_6 .txt-box .time-box img.hover {
  display: none;
}
.section_6 .txt-box h3 {
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 20px;
  color: #3f3f3f;
}
.section_6 .txt-box p {
  line-height: 1.6;
  font-size: 14px;
  color: rgba(63, 63, 63, 0.7);
}
.section_6 .txt-box:hover .time-box p {
  color: #fbc200;
}
.section_6 .txt-box:hover .time-box p img {
  display: none;
}
.section_6 .txt-box:hover .time-box p img.hover {
  display: inline-block;
}
.section_6 .txt-box:hover h3 {
  color: #fbc200;
}
.section_6 .img-item {
  width: 50%;
  float: left;
  padding-right: 30px;
  box-sizing: border-box;
}
.section_6 .img-item .img-box {
  margin-top: 20px;
}
.section_6 .img-item .img-box img {
  width: 100%;
}
.section_6 .list-box {
  margin-top: 40px;
  float: left;
  width: 50%;
  padding-left: 30px;
  box-sizing: border-box;
}
.section_6 .list-box .txt-box {
  border-bottom: 1px solid #d5d5d5;
}
/*# sourceMappingURL=index.css.map */