@charset "UTF-8";
@-webkit-keyframes fadeInShow {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes fadeInShow {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@-webkit-keyframes display {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes display {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body {
  font-size: 14px;
}

/*
<div class="sw_btn_all page">
    <div class="swiper_button swiper-button-prev"></div>
    <div class="swiper-pagination"></div>
    <div class="swiper_button swiper-button-next"></div>
</div>
*/
/* 按钮在底部的样式，加入 sw_btn_all */
/* 按钮在底部的样式 有数字分页样式，加入 sw_btn_all page*/
.sAbsolute .swiper_button {
  position: absolute;
  height: 52px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.sAbsolute .swiper_button:after {
  display: none;
}

.sAbsolute .swiper_button::before {
  font-weight: 700;
  display: block;
  font-size: 50px;
  line-height: 0.8;
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
}

.sAbsolute .swiper-button-prev::before {
  content: "<";
}

.sAbsolute .swiper-button-next::before {
  content: ">";
}

.swiper-pagination {
  bottom: 0px;
}

.swiper-pagination-bullet {
  width: 35px;
  height: 5px;
  border-radius: 0px;
}

.swiper-pagination-bullet-active {
  background: var(--color);
}

.swiper_button_right .swiper_button {
  right: 0px;
  left: auto;
  top: auto;
  bottom: 30px;
}

.swiper_button_right .swiper-button-prev {
  right: 120px;
}

.swiper_button_right .swiper-button-next {
  right: 50px;
}

@media screen and (max-width: 768px) {
  .swiper_button_right .swiper-button-prev {
    right: 15%;
  }
  .swiper_button_right .swiper-button-next {
    right: 5%;
  }
  .swiper_button_right .swiper_button {
    bottom: 5%;
  }
}
.sw_btn_all {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sw_btn_all .swiper_button {
  bottom: 0px;
  top: auto;
  position: static;
  margin: 0 15px;
}

.sw_btn_all .swiper-pagination {
  z-index: 0;
  position: static;
}

.sw_btn_all.page .swiper_button {
  margin: 0 15px;
}

.sw_btn_all.page .swiper-pagination {
  width: 62px;
  height: 52px;
  line-height: 52px;
}

@media screen and (max-width: 1600px) {
  .sw_btn_all {
    margin-top: 2vw;
  }
  .swiper_button {
    width: 50px;
    height: 42px;
  }
  .swiper_button svg {
    width: 18px;
  }
}
@media screen and (max-width: 1300px) {
  .swiper_button::before {
    font-size: 40px;
    line-height: 1;
  }
  .swiper_button {
    width: auto;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .sw_btn_all {
    margin-top: 5vw !important;
  }
  .sw_btn_all .swiper-pagination {
    position: static;
  }
  .swiper-pagination-bullet {
    width: 24px;
    height: 3px;
  }
}
.t_text h3 {
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 15px;
}
.t_text .p {
  color: #666;
}
.t_text .a {
  margin-top: 40px;
}
.t_text .a a {
  background: var(--color);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 140px;
  height: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.t_text .a a:hover {
  background: #3c55ba;
}

@media screen and (max-width: 1600px) {
  .t_text .a {
    margin-top: 2vw;
  }
}
@media screen and (max-width: 1400px) {
  .t_text .a {
    margin-top: 3vw;
  }
}
@media screen and (max-width: 768px) {
  .t_text .a {
    margin-top: 5vw;
  }
}
.banner {
  position: relative;
}
.banner .banner_bg {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 2;
  visibility: hidden;
  opacity: 0;
}
.banner .swiper-slide {
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.banner .slide-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
}
.banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner .swiper-horizontal > .swiper-pagination-bullets {
  bottom: 3%;
}
.banner .swiper-pagination-bullet {
  width: 80px;
  height: 4px;
  background-color: #fff;
  border-radius: 0px;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 120px;
}
.banner .text {
  position: absolute;
  left: 50%;
  top: 60%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  z-index: 2;
  width: 100%;
  text-align: center;
}
.banner .text img {
  max-width: 100%;
}
.banner .text h3 {
  font-weight: 700;
  overflow: hidden;
  text-transform: uppercase;
}
.banner .text h3 span {
  opacity: 0;
  position: relative;
  top: 15px;
}
.banner .text p span {
  opacity: 0;
  position: relative;
  top: 8px;
}
.banner .text .dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
}
.banner .text dl {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
  padding-left: 20px;
  opacity: 0;
  -webkit-transform: translateX(30px);
      -ms-transform: translateX(30px);
          transform: translateX(30px);
}
.banner .text dt {
  opacity: 0.7;
  font-weight: normal;
}
.banner .text dd {
  font-weight: 700;
  margin-top: 0px;
  line-height: 1;
}
.banner .other_text .text {
  top: 50%;
  bottom: auto;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.isFENV .banner .swiper-slide {
  height: 100%;
}

@media screen and (max-width: 1500px) {
  .banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 80px;
  }
  .banner .swiper-pagination-bullet {
    width: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .banner .text dt {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .banner .swiper-slide {
    height: 70vh;
  }
  .banner .text {
    width: 90%;
  }
  .banner .text h3 {
    font-size: 24px;
  }
  .banner .text p {
    font-size: 16px;
  }
  .banner .text .img img {
    width: 70%;
  }
  .banner .text dl {
    padding-left: 10px;
  }
  .banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 20px;
  }
  .banner .swiper-pagination-bullet {
    width: 13px;
    height: 2px;
    margin: 0 2px;
  }
}
.in_con01 .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.in_con01 .top h3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
  padding-right: 20px;
  font-weight: 700;
  line-height: 1.2;
}
.in_con01 .top .p {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35%;
          flex: 0 0 35%;
  color: #666;
}
.in_con01 .top .p span {
  font-weight: 700;
  color: #000;
}
.in_con01 .bottom {
  height: 639px;
}
.in_con01 .bottom .swiper {
  height: 100%;
}
.in_con01 .bottom .swiper-slide {
  height: 100%;
}
.in_con01 .bottom .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 1600px) {
  .in_con01 .bottom {
    height: 35vw;
  }
  .in_con01 .top h3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 55%;
            flex: 0 0 55%;
  }
  .in_con01 .top h3 br {
    display: none;
  }
  .in_con01 .top .p {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }
}
@media screen and (max-width: 1000px) {
  .in_con01 .top h3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 4vw;
    padding-right: 0px;
  }
  .in_con01 .top .p {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
@media screen and (max-width: 768px) {
  .in_con01 .top {
    padding-bottom: 5vw;
  }
  .in_con01 .bottom {
    height: 55vw;
  }
}
.in_con02 {
  position: relative;
  z-index: 3;
}
.in_con02 .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.in_con02 .top .left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 55%;
          flex: 0 0 55%;
}
.in_con02 .top .right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35%;
          flex: 0 0 35%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.in_con02 .top .right dl {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  margin-bottom: 40px;
}
.in_con02 .top .right dt {
  font-weight: 700;
  color: var(--color);
  line-height: 1;
  margin-bottom: 10px;
}
.in_con02 .top .right dd {
  line-height: 1.2;
  color: #666;
}
.in_con02 .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.in_con02 .bottom ul {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 49.5%;
          flex: 0 0 49.5%;
  margin-right: 1%;
}
.in_con02 .bottom ul:nth-of-type(1) {
  margin-top: -170px;
}
.in_con02 .bottom ul:nth-of-type(2n) {
  margin: 0;
}
.in_con02 .bottom li {
  position: relative;
  margin-bottom: 2%;
}
.in_con02 .bottom li .p {
  z-index: 2;
  position: absolute;
  left: 0px;
  bottom: 0px;
  color: #fff;
  line-height: 1.2;
  right: 0px;
  padding: 30px;
}
.in_con02 .bottom li .p:after {
  content: "";
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  position: absolute;
  left: 0px;
  bottom: 0px;
  right: 0px;
  top: 0px;
}
.in_con02 .bottom li p {
  max-width: 300px;
  position: relative;
  z-index: 3;
}
.in_con02 .bottom li img {
  width: 100%;
}

@media screen and (max-width: 1600px) {
  .in_con02 .bottom ul:nth-of-type(1) {
    margin-top: -7vw;
  }
  .in_con02 .top .right dl {
    margin-bottom: 3vw;
  }
}
@media screen and (max-width: 1000px) {
  .in_con02 .top .left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 5vw;
  }
  .in_con02 .top .right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .in_con02 .top .right dd br {
    display: none;
  }
  .in_con02 .bottom ul:nth-of-type(1) {
    margin-top: 0;
  }
  .in_con02 .bottom {
    padding-top: 5vw;
  }
}
@media screen and (max-width: 768px) {
  .in_con02 .top .right dl {
    margin-bottom: 5vw;
  }
  .in_con02 .bottom ul {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-right: 0px;
  }
  .in_con02 .bottom li {
    margin-bottom: 3vw;
  }
  .in_con02 .bottom li .p {
    padding: 5vw;
  }
}
.in_con03 {
  position: relative;
  top: 0px;
}
.in_con03 .text {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}
.in_con03 .text h3 {
  max-width: 700px;
}
.in_con03 .text .p {
  color: #fff;
  max-width: 700px;
}
.in_con03 .text .a a {
  background-color: transparent;
  width: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.in_con03 .img {
  height: 100%;
}
.in_con03 .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.in_con03 .img video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 1600px) {
  .in_con03 {
    top: 0vw;
  }
}
@media screen and (max-width: 1000px) {
  .in_con03 {
    top: 0vw;
    margin-top: 7.5vw;
  }
}
@media screen and (max-width: 768px) {
  .in_con03 {
    margin-top: 15vw;
    height: 120vw;position: relative;
  }
  .in_con03:after{
    content: "";position:absolute;left:0px;top:0px;background: rgba(0, 0, 0, 0.5);
    display: block;right:0;bottom:0px;
  }
}
.in_con04 .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.in_con04 .top .left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding-right: 100px;
}
.in_con04 .top .right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.in_con04 .top dl {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.in_con04 .top dt {
  font-weight: 700;
  color: var(--color);
  line-height: 0.8;
  margin-bottom: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.in_con04 .top dd {
  line-height: 1.2;
  color: #666;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 30px;
  padding-left: 20px;
  max-width: 250px;
}
.in_con04 .bottom .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.in_con04 .bottom .list .text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  margin-top: 6%;
}
.in_con04 .bottom .list .text h3 {
  font-weight: normal;
  padding-right: 10%;
}
.in_con04 .bottom .list .img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 680px;
          flex: 0 0 680px;
}
.in_con04 .bottom .list .img img {
  width: 100%;
}
.in_con04 .bottom .list:nth-of-type(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.in_con04 .bottom .list:nth-of-type(2n) .text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 47%;
          flex: 0 0 47%;
  padding-right: 80px;
}
.in_con04 .bottom .list:nth-of-type(2n) .img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 613px;
          flex: 0 0 613px;
}

@media screen and (max-width: 1600px) {
  .in_con04 .top .left {
    padding-right: 5vw;
  }
  .in_con04 .bottom .list .img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 47%;
            flex: 0 0 47%;
  }
  .in_con04 .bottom .list:nth-of-type(2n) .img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
  }
  .in_con04 .bottom .list {
    padding-top: 6vw;
  }
  .in_con04 .bottom .list .text {
    margin-top: 0px;
  }
}
@media screen and (max-width: 1200px) {
  .in_con04 .top dl {
    display: block;
    margin-bottom: 2vw;
  }
  .in_con04 .top dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 10px;
  }
  .in_con04 .top dd {
    padding-left: 0px;
  }
}
@media screen and (max-width: 1000px) {
  .in_con04 {
    padding-top: 7.5vw;
  }
  .in_con04 .top .left {
    padding-right: 0px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 5vw;
  }
  .in_con04 .top .right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .in_con04 .top dd {
    max-width: none;
  }
  .in_con04 .bottom .list .text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .in_con04 .bottom .list:nth-of-type(2n) .text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 47%;
            flex: 0 0 47%;
    padding-right: 0px;
  }
}
@media screen and (max-width: 768px) {
  .in_con04 {
    padding-top: 15vw;
  }
  .in_con04 .top .left {
    margin-bottom: 12vw;
  }
  .in_con04 .top dl {
    margin-bottom: 5vw;
  }
  .in_con04 .top dd {
    padding-right: 10px;
  }
  .in_con04 .bottom .list {
    padding-top: 8vw;
  }
  .in_con04 .bottom .list .text {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
    margin-bottom: 8vw;
  }
  .in_con04 .bottom .list .text h3 {
    font-weight: 700;
  }
  .in_con04 .bottom .list .img {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
  .in_con04 .bottom .list:not(:first-child) {
    padding-top: 12vw;
  }
}