html,body {
  background-color: #000;
}
.section1 {
  height: 100vh;
}
.section1 .ban_img {
  position: relative;
  height: 100%;
  width:100vw;
}
.section1 .ban_img ul {
  width:100vw;
  height: 100%;
}
.section1 .ban_img ul li {
 /* width: 100% !important;*/
  height: 100%;
  overflow: hidden;
}
.section1 .ban_img ul li a {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.section1 .ban_img .btn {
  position: absolute;
  bottom: 42px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.section1 .ban_img .btn span {
  width: 50px;
  height: 3px;
  margin: 0 15px;
  cursor: pointer;
  opacity: 0.5;
  border-radius: 0;
  background-color: #fff;
}
.section1 .ban_img .btn span.swiper-pagination-bullet-active {
  background-color: #fff;
  opacity: 1;
}
@media (max-width: 1200px) {
  .section1 .ban_img .btn {
    bottom: 20px;
  }
}
@media (max-width: 1024px) {
  .section1 .ban_img .btn {
    bottom: 10px;
  }
}
@media (max-width: 768px) {
  .section1 .ban_img .btn {
    bottom: 10px;
  }
  .section1 .ban_img .btn span {
    width: 25px;
    margin: 0 5px;
  }
}
.section1 .ban_img .swiper-button-prev,
.section1 .ban_img .swiper-container-rtl .swiper-button-next {
  background-image: url("../images/home_icon_11.png");
  left: 39px;
  outline: none;
}
.section1 .ban_img .swiper-button-next,
.section1 .ban_img .swiper-container-rtl .swiper-button-prev {
  background-image: url("../images/home_icon_13.png");
  right: 39px;
  outline: none;
}
@media (max-width: 767px) {
  .section1 .ban_img .swiper-button-prev,
  .section1 .ban_img .swiper-button-next {
    display: none;
  }
}
@media (max-width: 1024px) {
  .section1 {
    height: calc(100vh - 80px);
  }
}
@media (max-width: 767px) {
  .section1 {
    height: calc(100vh - 70px);
  }
}
.section2 {
  overflow: hidden;
  background-color: #000;
}
.section2 .title {
  margin-bottom: 53px;
}
.section2 .container {
  width: 99%;
  max-width: 99%;
  height: auto;
  position: relative;
}
.section2 .container .cp_banner {
  width: 100%;
  height: auto;
  position: relative;
}
.section2 .container .cp_banner ul {
  width: 100%;
  height: auto;
}
.section2 .container .cp_banner ul li {
  overflow: hidden;
  width: 54% !important;
}
.section2 .container .cp_banner ul li a {
  overflow: hidden;
}
.section2 .container .cp_banner ul li a img {
  transition: all 0.8s;
}
.section2 .container .cp_banner ul li a:hover img {
  transform: scale(1.05);
}
.section2 .container .prev_button,
.section2 .container .next_button {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 62px;
  font-size: 0;
  cursor: pointer;
  outline: none;
  z-index: 9999999;
}
.section2 .container .prev_button {
  right: 32px;
  background: url("../images/home_icon_13.png") no-repeat;
}
.section2 .container .next_button {
  left: 32px;
  background: url("../images/home_icon_11.png") no-repeat;
}
.section2 .mores {
  margin: 64px auto 0;
  width: 180px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  border-radius: 3px;
  border: solid 1px #fff;
  transition: all 0.3s;
}
.section2 .mores:hover {
  color: #333;
  background-color: #fff;
}
@media (max-width: 1600px) {
  .section2 .container .cp_banner ul li {
    width: 50% !important;
  }
  .section2 .mores {
    margin: 40px auto 0;
  }
}
@media (max-width: 1024px) {
  .section2 {
    padding-top: 126px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .section2 {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .section2 .title {
    margin-bottom: 30px;
  }
  .section2 .container .cp_banner ul li {
    width: 59% !important;
  }
  .section2 .container .prev_button,
  .section2 .container .next_button {
    display: none;
  }
  .section2 .mores {
    margin: 40px auto 0;
    width: 100px;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
  }
}
.section3 {
  padding-top: 74px;
  position: relative;
  overflow: hidden;
  background-color: #000;
}
.section3 .addBgs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/home_03_1.jpg") no-repeat center center / cover;
}
.section3 .mainsVw {
  margin-top: 30px;
  background: rgba(0, 0, 0, 0.5);
}
.section3 .mp4 {
  position: relative;
  width: 800px;
  height: 427px;
  margin: 0 auto;
}
.section3 .mp4 .con {
  position: relative;
  overflow: hidden;
}
.section3 .mp4 .con .zz {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.section3 .mp4 .con .zz .play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  margin-left: -40px;
  margin-top: -40px;
  cursor: pointer;
  z-index: 9;
  transition: all 0.3s;
}
.section3 .mp4 .con .zz .play:hover {
  opacity: 0.8;
}
.section3 .mp4 .con video {
  width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: baseline;
}
.section3 .mp4 .mp_btns {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 50px;
  cursor: pointer;
  margin-top: -25px;
  background-size: 100% !important;
}
.section3 .mp4 .mp_btns.prevs {
  left: -100px;
  background: url("../images/home_icon_11.png") no-repeat;
}
.section3 .mp4 .mp_btns.nexts {
  right: -100px;
  background: url("../images/home_icon_13.png") no-repeat;
}
.section3 ul li {
  padding-top: 70px;
  padding-bottom: 37px;
}
.section3 ul li .top {
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1600px) {
  .section3 ul li .top .title h2 {
    padding-bottom: 19px;
    font-size: 30px;
  }
}
.section3 ul li .top .more {
  opacity: 0;
  transition: opacity 0.3s;
}
.section3 ul li .bottom {
  margin-top: 28px;
}
.section3 ul li .bottom p {
  height: 72px;
  line-height: 36px;
  font-size: 16px;
  color: #fff;
}
.section3 ul li:nth-child(2) {
  border-left: 1px solid #868688;
  padding-left: 120px;
}
.section3 ul li:nth-child(1) {
  padding-right: 120px;
}
.section3 ul li:hover .top .more {
  opacity: 1;
}
@media (max-width: 1600px) {
  .section3 .mp4 {
    width: 750px;
  }
  .section3 ul li {
    padding-top: 25px;
    padding-bottom: 23px;
  }
}
@media (max-width: 992px) {
  .section3 .mp4 {
    width: 600px;
  }
  .section3 ul li:nth-child(1) {
    padding-right: 40px;
  }
  .section3 ul li:nth-child(2) {
    padding-left: 40px;
  }
  .section3 .mp4 .mp_btns.prevs {left: -60px;}
  .section3 .mp4 .mp_btns.nexts{right: -60px;}
}
@media (max-width: 767px) {
  .section3 .mp4 {
    width: 300px;
    height: 168px;
  }
  .section3 .mp4 .con .zz .play {
    width: 50px;
    margin-left: -25px;
    margin-top: -25px;
  }
  .section3 ul li:nth-child(1) {
    padding-right: 0px;
  }
  .section3 ul li:nth-child(2) {
    padding-left: 0px;
    border-left: 0;
  }
  .section3 ul li .bottom {
    margin-top: 16px;
  }
  .section3 ul li .bottom p {
    font-size: 14px;
  }
  .section3 ul li .bottom p {
    height: 56px;
    line-height: 28px;
  }
  .section3 .mp4 .mp_btns {width: 23px;height: 44px;margin-top: -22px}
  .section3 .mp4 .mp_btns.prevs {left: -45px;}
  .section3 .mp4 .mp_btns.nexts{right: -45px;}
}
.section4 {
  position: relative;
}
@media (max-width: 1600px) {
  .section4 {
    padding-top: 91px;
    padding-bottom: 90px;
  }
}
@media (max-width: 1023px) {
  .section4 {
    height: calc(100vh - 180px);
  }
}
.section4 .item4_banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.section4 .item4_banner .ban_con {
  width: 100%;
  height: 100%;
}
.section4 .item4_banner .ban_con ul {
  position: relative;
  height: 100vh;
}
.section4 .item4_banner .ban_con ul li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.section4 .item4_banner .ban_con ul li a {
  width: 100vw;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.section4 .item4_banner .ban_con ul li.active {
  opacity: 1;
  visibility: visible;
  z-index: 9;
}
/*.section4 .item4_banner .ban_con #sections-wrapper {
  position: relative;
  overflow: hidden;
  height: 100vh;
  background: #000;
}
.section4 .item4_banner .ban_con #sections-wrapper a {
  height: 100vh;
  font-size: 0;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.section4 .item4_banner .ban_con #sections-wrapper a .segment {
  height: 100%;
  display: inline-block;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
}
.section4 .item4_banner .ban_con #sections-wrapper a .segment .segment-inner {
  position: absolute;
  top: 0;
  background: no-repeat center center / cover;
  height: 100%;
  width: 100vw;
}
.section4 .item4_banner .ban_con ul li {
  overflow: hidden;
}
.section4 .item4_banner .ban_con ul li a {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}*/
.section4 .item4_banner .ban_con .swiper-button-prev,
.section4 .item4_banner .ban_con .swiper-container-rtl .swiper-button-next {
  width: 40px;
  outline: none;
  background: url("../images/home_icon_11.png") no-repeat center / 100%;
}
.section4 .item4_banner .ban_con .swiper-button-next,
.section4 .item4_banner .ban_con .swiper-container-rtl .swiper-button-prev {
  width: 40px;
  outline: none;
  background: url("../images/home_icon_13.png") no-repeat center / 100%;
}
@media (max-width: 768px) {
  .section4 .item4_banner .ban_con .swiper-button-prev,
  .section4 .item4_banner .ban_con .swiper-container-rtl .swiper-button-next,
  .section4 .item4_banner .ban_con .swiper-button-next,
  .section4 .item4_banner .ban_con .swiper-container-rtl .swiper-button-prev {
    width: 20px;
  }
}
.section4 .title {
  position: absolute;
  top: 90px;
  left: 0;
  width: 100%;
  z-index: 9;
}
.section4 .list {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 9;
  height: 100px;
  padding: 25px 114px 0;
  background-color: rgba(255, 255, 255, 0.1);
}
@media (max-width: 1600px) {
  .section4 .list {
    bottom: 100px;
  }
}
@media (max-width: 1024px) {
  .section4 .list {
    bottom: 180px;
  }
}
@media (max-width: 1023px) {
  .section4 .list {
    bottom: 0px;
  }
}
.section4 .list ul li {
  width: 25%;
}
.section4 .list ul li a {
  text-align: center;
  opacity: 0.5;
  transition: all 0.3s;
}
.section4 .list ul li a img {
  width: 117px;
}
.section4 .list ul li a p {
  position: relative;
  font-size: 18px;
  color: #ddd;
  padding-bottom: 18px;
}
.section4 .list ul li a p:after {
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -20px;
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  background-color: #ddd;
}
.section4 .list ul li a:hover {
  opacity: 1;
}
.section4 .list ul li.active a {
  opacity: 1;
  border-bottom-color: #fff;
}
.section4 .list ul li.active a p {
  color: #fff;
}
@media (max-width: 1600px) {
  .section4 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 992px) {
  .section4 .list {
    padding: 20px 10px 0;
    height: 80px;
  }
  .section4 .list ul li a img {
    width: 90px;
  }
  .section4 .list ul li a p {
    font-size: 16px;
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .section4 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .section4 .list ul li a p {
    font-size: 12px;
  }
  .section4 .list ul li {
    margin-bottom: 4px;
  }
  .section4 .list ul li a img {
    width: 46px;
  }
  .section4 .item4_banner .swiper-button-next,
  .section4 .item4_banner .swiper-button-prev {
    width: 15px;
    height: 24px;
    background-size: cover;
    opacity: 1;
  }
}
.hide-bottom {
  transform: translateY(100%);
}
.hide-top {
  transform: translateY(-100%);
}
.section5 {
  position: relative;
  overflow: hidden;
}
.section5 .addBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/home_05.jpg") no-repeat center center / cover;
  -webkit-animation: myBg 15s linear infinite alternate;
  animation: myBg 15s linear infinite alternate;
}
@media (max-width: 1600px) {
  .section5 {
    padding-top: 10px;
    padding-bottom: 120px;
  }
}
.section5 .top {
  justify-content: space-between;
  align-items: center;
}
.section5 .pN {
  position: relative;
  z-index: 9;
  display: flex;
}
.section5 .pN .s-next,
.section5 .pN .s-prev {
  width: 50px;
  height: 50px;
  margin: 0;
  cursor: pointer;
  outline: none;
  opacity: 1;
  background-size: 100%;
}
.section5 .pN .s-next {
  margin-left: 24px;
  background-image: url("../images/home_icon_46.png");
}
.section5 .pN .s-next:hover {
  background-image: url("../images/home_icon_47.png");
}
.section5 .pN .s-prev {
  background-image: url("../images/home_icon_44.png");
}
.section5 .pN .s-prev:hover {
  background-image: url("../images/home_icon_45.png");
}
.section5 .case_banner {
  margin-top: 64px;
  padding-bottom: 118px;
  cursor: initial!important;
}
@media (max-width: 1600px) {
  .section5 .case_banner {
    padding-bottom: 68px;
  }
}
.section5 .case_banner ul li .row {
  margin-left: -80px;
}
.section5 .case_banner ul li .row .item .item_con {
  margin-left: 80px;
  position: relative;
  overflow: hidden;
}
.section5 .case_banner ul li .row .item .item_con .text {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 47px 40px;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: flex-end;
  opacity: 0;
  transition: all 0.3s;
}
.section5 .case_banner ul li .row .item .item_con .text .con h3 {
  padding-bottom: 6px;
  font-size: 26px;
  font-weight: 600;
  line-height: 42px;
  color: #fff;
}
.section5 .case_banner ul li .row .item .item_con .text .con p {
  margin-top: 13px;
  padding-left: 27px;
  font-size: 16px;
  color: #fff;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.section5 .case_banner ul li .row .item .item_con .text .con p:nth-child(2) {
  background-image: url("../images/home_51.png");
}
.section5 .case_banner ul li .row .item .item_con .text .con p:nth-child(3) {
  background-image: url("../images/home_51-15.png");
}
.section5 .case_banner ul li .row .item .item_con:hover .text {
  top: 0;
  opacity: 1;
}
.section5 .case_banner .btn {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.section5 .case_banner .btn span {
  width: 50px;
  height: 3px;
  margin: 0 15px;
  cursor: pointer;
  opacity: 0.5;
  border-radius: 0;
  background-color: #fff;
}
.section5 .case_banner .btn span.swiper-pagination-bullet-active {
  background-color: #fff;
  opacity: 1;
}
@media (max-width: 1200px) {
  .section5 .case_banner .btn {
    bottom: 20px;
  }
}
@media (max-width: 1024px) {
  .section5 .case_banner .btn {
    bottom: 10px;
  }
}
@media (max-width: 768px) {
  .section5 .case_banner .btn {
    bottom: 10px;
  }
  .section5 .case_banner .btn span {
    width: 25px;
    margin: 0 5px;
  }
}
@media (max-width: 992px) {
  .section5 .case_banner ul li .row {
    margin-left: -20px;
  }
  .section5 .case_banner ul li .row .item .item_con {
    margin-left: 20px;
  }
  .section5 .case_banner ul li .row .item .item_con .text {
    padding: 0 16px 16px;
  }
  .section5 .case_banner ul li .row .item .item_con .text .con h3 {
    padding-bottom: 0px;
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
  }
  .section5 .case_banner ul li .row .item .item_con .text .con p {
    margin-top: 6px;
    padding-left: 23px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .section5 {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .section5 .case_banner ul li .row .item {
    margin-bottom: 20px;
  }
  .section5 .case_banner {
    margin-top: 30px;
    padding-bottom: 47px;
  }
  .section5 .pN .s-next,
  .section5 .pN .s-prev {
    width: 30px;
    height: 30px;
  }
  .section5 .case_banner ul li .row .item .item_con .text .con h3 {
    font-size: 18px;
  }
}


/* slide */
.pt-page-rotateSlideOut {
  -webkit-animation: rotateSlideOut 2s both ease;
  -moz-animation: rotateSlideOut 2s both ease;
  animation: rotateSlideOut 2s both ease;
}
.pt-page-rotateSlideIn {
  -webkit-animation: rotateSlideIn 2s both ease;
  -moz-animation: rotateSlideIn 2s both ease;
  animation: rotateSlideIn 2s both ease;
}

@-webkit-keyframes rotateSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes rotateSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes rotateSlideOut {
  25% { opacity: .5; transform: translateZ(-500px) scale(0.8); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%) scale(0.8); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%) scale(0.8); }
}

@-webkit-keyframes rotateSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes rotateSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes rotateSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%) scale(0.8); }
  75% { opacity: .5; transform: translateZ(-500px) scale(0.8); }
  100% { opacity: 1; transform: translateZ(0) translateX(0) scale(1); }
}

/* sourceMappingURL=index.css.map */
