html,
body {
  position: relative;
  height: 100%;
}

.pc {
  display: block;
}

.phone {
  display: none;
}

.header {
  background: #fff0;
}
/* 右侧 */
.indexLeft {
    position: fixed;
    top: 50%;
    right: 2%;
    z-index: 999;
}

.indexLeft .item {
    position: relative;
    margin-bottom: 5px;
    overflow: hidden;
}

.indexLeft .item .icon {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.indexLeft .item .icon .img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    margin-bottom: 0px;
    background: #EBEBEB;
    display: flex;
    align-items: center;
    justify-content: center;
}

.indexLeft .item .icon .img img {
    width: 28px;
}

.indexLeft .item .icon p {
    margin: 0;
    color: #000;
    font-size: 14px;
    opacity: 0;
    line-height: 2;
}

.indexLeft .item .box {
    position: absolute;
    right: 90px;
    top: 0;
}

.indexLeft .item:hover {
    overflow: unset;
}

.indexLeft .item:hover .icon .img {
    background: #0067B3;
}

.indexLeft .item:hover .icon .img img {
    filter: invert(1);
}

.indexLeft .item:hover .icon p {
    opacity: 1;
}

/* 电话 */

.indexLeft .Phone .box {
    width: 180px;
    height: 50px;
    background: #0067B3;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    top: calc(50% - 25px);
    z-index: -1;
    opacity: 0;
}

.indexLeft .Phone:hover .box {
    opacity: 1;
    z-index: 99;
}


.indexLeft .ewm .box {
    width: 240px;
    height: 150px;
    top: calc(50% - 75px);
    z-index: -1;
    opacity: 0;
}

.indexLeft .ewm:hover .box {
    opacity: 1;
    z-index: 99;
}

@media screen and (max-width: 992px) and (min-width: 0px) {
    .indexLeft {
        display: none;
    }
}


.sectionSwiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.sectionSlide {
  text-align: center;
  font-size: 18px;
  overflow: hidden !important;
  background: linear-gradient(180deg, #E0E8EF 0%, rgba(224, 232, 239, 0.60) 100%);
}

.section07Slide {
  height: auto !important;
}

.sectionSlide section {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 960px) and (min-width:0px) {
  .pc {
    display: none;
  }

  .phone {
    display: block;
  }
}

.BoxMore {
  display: inline-block;
  width: auto;
  color: #000;
  font-size: 14px;
  height: 21px;
  line-height: 21px;
  padding-right: 30px;
  position: relative;
}

.BoxMore:hover {
  color: #000;
}

.BoxMore img {
  position: absolute;
  right: -0px;
  transition: 1s;
}

.BoxMore:hover img {
  right: -10px;
}

section {
  width: 100%;
  position: relative;
}

/* banner */
.section01 {
  padding: 0;
}

.bannerbigbox {
  background: #fff;
  padding-top: 90px;
  width: 100%;
  height: 100%;
  position: relative;
}

.bannerSwiper {
  width: 100%;
  height: 100%;
}

.bannerSlide {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.bannerSlide img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* end-banner */
/* box2 */
.section02 {
  padding-top: 100px;
}

.section02 .container {
  position: relative;
  height: 100%;
}

.section02 .title {
  position: absolute;
  top: 7vh;
  width: 390px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.section02 .title h2 {
  display: block;
  width: 100%;
  text-align: left;
  color: #8C8C8C;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 24px;
  padding-bottom: 15px;
  border-bottom: 3px solid #026AD1;
  margin-bottom: 0;
}

.section02 .title h1 {
  color: #000;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  margin-top: 15px;
  margin-bottom: 30px;
}

.section02 .title p {
  color: #000;
  text-align: justify;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 0;
}

.section02 .box2 {
  position: relative;
  width: 100%;
  height: 100%;
}

.section02 .box2 .item {
  position: absolute;
  bottom: 0;
  cursor: pointer;
}

.section02 .box2 .item:nth-child(1) {
  width: 28vw;
  left: 5%;
  z-index: 5;
}

.section02 .box2 .item:nth-child(2) {
  left: calc(55% - 16vw);
  z-index: 1;
  width: 32vw;
}

.section02 .box2 .item:nth-child(3) {
  left: calc(55% - 8vw);
  z-index: 5;
  width: 16vw;
}

.section02 .box2 .item:nth-child(4) {
  right: 5%;
  z-index: 5;
  width: 20vw;
}

.section02 .box2 .item .imgBox {
  position: relative;
  width: 100%;
}

.section02 .box2 .item .imgBox .image_1 {
  position: relative;
  opacity: 1;
  width: 100%;
  z-index: 2;
  left: 0;
  top: 0;
  transition: 1s;
}

.section02 .box2 .item .imgBox .image_2 {
  position: absolute;
  opacity: 0;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 0;
  transition: 1s;
}

.section02 .box2 .item:hover .imgBox .image_1 {
  opacity: 0;
}

.section02 .box2 .item:hover .imgBox .image_2 {
  opacity: 1;
}

.section02 .box2 .item .text {
  position: absolute;
  z-index: 3;
  opacity: 0;
  transition: 1s;
}

.section02 .box2 .item:hover .text {
  opacity: 1;
}

.section02 .box2 .item .text h1 {
  color: #FFF;
  font-size: 28px;
  font-weight: 390;
  line-height: 1;
  margin-bottom: 25px;
}

.section02 .box2 .item .text p {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 0;
}

.section02 .box2 .item .text a {
  color: #FFF;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 0;
}

.section02 .box2 .item:nth-child(1) .text {
  left: 40%;
  top: 61%;
}

.section02 .box2 .item:nth-child(2) .text {
  right: 0;
  top: 0;
}

.section02 .box2 .item:nth-child(2) .text h1,
.section02 .box2 .item:nth-child(2) .text p,
.section02 .box2 .item:nth-child(2) .text a {
  color: #333;
}

.section02 .box2 .item:nth-child(3) .text {
  width: 100%;
  left: 0%;
  top: 60%;
}

.section02 .box2 .item:nth-child(4) .text {
  width: 100%;
  left: 0%;
  top: 60%;
}

.section02 .box2 .item .text a img {
  position: absolute;
  padding-top: 2px;
  padding-left: 0px;
  transition: 1s;
}


.section02 .box2 .item .text a:hover img {
  padding-left: 10px;
}

/* end-box2 */
/* box3 */
.section03 {
  padding-top: 100px;
  width: 100%;
  height: 100%;
  display: flex;
}

.section03 .title {
  position: absolute;
  top: 20vh;
  left: calc(70% + 60px);
  width: 18vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.section03 .title h2 {
  display: block;
  width: 100%;
  text-align: left;
  color: #8C8C8C;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 24px;
  padding-bottom: 15px;
  border-bottom: 3px solid #026AD1;
  margin-bottom: 0;
}

.section03 .title h1 {
  color: #000;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  margin-top: 15px;
  margin-bottom: 30px;
}

.section03 .left {
  width: 85vw;
  position: relative;
  display: flex;
}

.section03 .left>img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 70%;
}

.box3Swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.box3Swiperimg {
  width: 70%;
  height: 100%;
  overflow: hidden;
}

.box3Swipertext {
  width: 30%;
}

.box3Slide {
  width: 100%;
  height: 100%;
  display: flex;
}

.box3Slide .imgBox {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box3Slide .text {
  width: 100%;
  padding-left: 60px;
  padding-top: calc(20vh + 120px);
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}

.box3Slide .text h1 {
  color: #000;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 30px;
}

.box3Slide .text p {
  color: #000;
  font-size: 16px;
  text-align: left;
  line-height: 2;
  margin-bottom: 30px;
}

.section03 .right {
  width: 15vw;
}

.section03 .right .item {
  height: 50%;
  margin: 3px 0;
  padding: 50px 30px;
  background: #bbbbbe4d;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

.section03 .right .imgBox {
  width: 100%;
  height: calc(100% - 60px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.section03 .right .imgBox img {
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
}

.section03 .right h1 {
  color: #4D4D4D;
  font-size: 18px;
  line-height: 1;
}

.box3Swipertext .swiper-pagination {
  bottom: 30px;
  display: flex;
  justify-content: flex-start;
  padding-left: 60px;

}

/* end-box3 */
/* box4 */
.section04Slide {
  background: url(/assets/images/index/23.png);
  position: relative;
}

.section04Slide .container {
  height: 100%;
}

.section04 {
  padding-top: 100px;
  padding-left: 200px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.section04>img {
  position: absolute;
  left: 0;
  top: 40%;
  z-index: -1;
}

.section04 .top {
  padding-top: 30px;
  display: flex;
}

.section04 .top .videoBox {
  width: 30%;
  position: relative;
  box-shadow: 4px 16px 26px 0px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  overflow: hidden;
  border-bottom-right-radius: 0;
}

.section04 .top .videoBox img {
  width: 100%;
  height: 100%;
  position: relative;
}

.VideoButton {
  position: absolute;
  width: 60px;
  height: 60px;
  left: calc(50% - 30px);
  top: calc(50% - 30px);
  z-index: 5;
}

.VideoButton::after {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  border: 2px solid #d9d9d9;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  transition: 0s;
}

.section04 .top .videoBox:hover .VideoButton::after {
  transform: scale(2);
  opacity: 0;
  transition: 1s;
}

.section04 .top .text {
  width: 70%;
  padding-left: 60px;
  position: relative;
}

.section04 .top .text h1 {
  color: #000;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 45px;
  text-align: left;
}

.section04 .top .text p {
  color: #000;
  text-align: justify;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 45px;
  text-align: left;
}

.section04 .top .text a {
  position: absolute;
  bottom: 0;
  right: 0;
}

.section04 .bottom {
  display: flex;
}

.section04 .bottom .number {
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-around;
}

.section04 .bottom .number .item {
  display: flex;
  align-items: baseline;
  position: relative;
  top: 0;
  transition: .5s;
}

.section04 .bottom .number .item:hover {
 top: -15px;
}

.section04 .bottom .number .item img {
  width: 45px;
  opacity: .75;
  margin-right: 10px;
}

.section04 .bottom .number .item span {
  color: #026AD1;
  font-size: 32px;
  line-height: 1;
  margin-bottom: 0;
}

.section04 .bottom .number .item p {
  color: #000;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 0;
}

.section04 .bottom .number .item .p_2 {
  margin-left: 5px;
  margin-right: 15px;
}

.section04 .bottom .imgBox {
  width: 70%;
  margin-left: 60px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: 2s;
  overflow: hidden;
  box-shadow: 4px 16px 26px 0px rgba(0, 0, 0, 0.25);
}

.section04 .bottom .imgBox img {
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
  max-height: 450px;
  object-fit: cover;
  transition: 2s;
  transform: scale(1.01);
}

.section04 .bottom .imgBox:hover {
  border-radius: 30px;
}

.section04 .bottom .imgBox:hover img {
  transform: scale(1.05);
}

.videoBox.cur .VideoButton,
.videoBox.cur>img {
  display: none;
}

.videoBox.cur video {
  display: flex;
}

.videoBox video {
  position: absolute;
  z-index: 99;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #00000080;
  display: none;
  align-items: center;
  justify-content: center;
  object-fit: cover;
}


/* end-box4 */
/* box5 */
.section05 {
  padding-top: 100px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
}

.section05 .title {
  width: 35vw;
  position: relative;
  height: 100%;
  padding-left: calc((100% - 1600px) / 2 + 15px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.section05 .title h2 {
  display: block;
  max-width: 100%;
  width: 390px;
  text-align: left;
  color: #8C8C8C;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 24px;
  padding-bottom: 15px;
  border-bottom: 3px solid #026AD1;
  margin-bottom: 0;
}

.section05 .title h1 {
  color: #000;
  font-size: 32px;
  font-weight: 700;
  text-align: left;
  line-height: 1;
  margin-top: 15px;
  margin-bottom: 30px;
}

.section05 .title p {
  color: #000;
  font-size: 18px;
  text-align: left;
  line-height: 1.5;
  margin-bottom: 30px;
}

.section05 .box5 {
  padding: 90px 0 120px;
  padding-right: calc((100% - 1600px) / 2 + 15px);
  width: 65vw;
  height: 100%;
}

.box5Swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.box5Slide {
  display: flex;
  justify-content: space-between;
}

.box5Slide .imgBox {
  width: calc(100% - 300px);
  display: flex;
  align-items: center;
  padding: 20px;
}

.box5Slide .imgBox img {
  width: 100%;
  box-shadow: 4px 16px 26px 0px rgba(0, 0, 0, 0.25);
}

.box5Slide .text {
  width: 260px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.box5Slide .text h1 {
  color: #000;
  font-size: 22px;
  font-weight: 700;
  width: 100%;
  text-align: left;
  line-height: 1;
  padding-bottom: 10px;
  border-bottom: 3px solid #026AD1;
  margin-bottom: 10px;
}

.box5Slide .text h2 {
  color: #8C8C8C;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 2.16px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.box5Slide .text p {
  color: #000;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  margin: 30px 0;
}

.section05 .swiper-scrollbar {
  position: absolute;
  width: 100vw;
  max-width: 1600px;
  margin: 0 auto;
  display: block;
  left: calc((100% - 1600px) / 2 + 15px);
  bottom: 75px;
  height: 2px;
  background: #DDD;
}

.section05 .swiper-scrollbar .swiper-scrollbar-drag {
  background: #000
}

/* end-box5 */
/* box6*/
.section06 {
  position: relative;
  padding-top: 100px;
  padding-bottom: 90px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.section06 .title {
  position: absolute;
  left: calc((100% - 1600px) / 2 + 15px);
  bottom: 120px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.section06 .title h1 {
  color: #000;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0;
}

.section06 .title>p {
  color: #000;
  font-size: 18px;
  line-height: 1.5;
  text-align: left;
  margin-top: 30px;
  margin-bottom: 45px;
}

.section06 .title .number {
  width: 430px;
  padding-bottom: 15px;
  border-bottom: 4px solid #026AD1;
  display: flex;
  align-items: baseline;
}

.section06 .title .number h1 {
  color: #000;
  font-size: 120px;
  font-weight: 400;
  line-height: 1;
}

.section06 .title .number span {
  color: #000;
  font-size: 32px;
  font-weight: 400;
  line-height: 20px;
  margin-right: 15px;
}

.section06 .title .number p {
  color: #000;
  font-size: 16px;
  line-height: 1;
  margin: 0 5px;
}

.section06 .box6 .dian {
  width: 70px;
  height: 60px;
  color: #195C9F;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 1px;
  position: absolute;
  left: calc(50% - 35px);
  top: calc(50% - 30px);
  z-index: 9;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.section06 .box6 {
  position: relative;
  height: 700px;
  width: 1600px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.section06 .box6 .img_2 {
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  top: 50%;
  object-fit: contain;
  overflow: hidden;
  border-radius: 50%;
  transition: 0s;
}

.section06 .box6 .img_2 img {
  position: absolute;
  width: 1600px;
  height: 700px;
  left: -800px;
  top: -350px;
  object-fit: contain;
  transition: 0s;
}

.section06 .box6 .img_1 {
  position: absolute;
  width: 1600px;
  height: 700px;
  object-fit: contain;
}



.swiper-slide-active .section06:hover .box6 .img_2 {
  width: 1600px;
  height: 700px;
  left: 0;
  top: 0;
}

.swiper-slide-active .section06:hover .box6 .img_2 img {
  left: 0;
  top: 0;
}

.swiper-slide-active .section06 .box6 .img_2 {
  width: 1600px;
  height: 700px;
  left: 0;
  top: 0;
}

.swiper-slide-active .section06 .box6 .img_2 img {
  left: 0;
  top: 0;
}

/* end-box6 */
