html,
body {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.wrapper {
  height: 100%;
}
.swiper-container {
  position: relative;
  z-index: 5;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.swiper-slide {
  overflow: hidden;
  transform-origin: 0 0;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  z-index: 99;
  right: 1%;
}

.wrap {
  display: flex;
  position: relative;
  z-index: 6;
  width: 100%;
  height: 100%;
  padding: 60px 0 1.4rem;
}
@media (min-width: 1200px) {
  .wrap {
    padding: 12vw 0 0;
  }
  .wrapper {
    padding: 0;
  }
}

/* banner */
.banner {
  perspective: 1000px;
}

.banner .swiper-slide i {
  display: block;
  object-fit: cover;
  object-position: center;
}
.banner .swiper-slide i img {
  width: 100%;
  transition: 5s;
  transform-origin: center center;
}
.banner .swiper-slide-active i img {
  transform: matrix(1.2, 0, 0, 1.2, 0, 0);
}

.banner-pagination {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  position: absolute;
  z-index: 10;
  right: 0.6rem;
  bottom: 2rem;
}
.banner-pagination .swiper-pagination-bullet {
  margin: 0 0.1rem;
  width: 10px;
  height: 10px;
  background: url(../images/banner_icon.png) no-repeat 0 center/100% 100%;
  cursor: pointer;
}
.banner-pagination .swiper-pagination-bullet-active {
  background-image: url(../images/banner_icona.png);
}
@media (min-width: 1200px) {
  .banner-pagination {
    bottom: 2vw;
    right: 4vw;
  }
  .banner-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 0.5vw;
  }
}

/* title */
.part-title {
  text-align: left;
}
.title-en {
  padding: 0;
}
.title-en img {
  height: 0.24rem;
}
.title-ch {
  font-size: 16px;
  line-height: 30px;
  color: #000;
}
@media (min-width: 1200px) {
  .part-title {
    text-align: left;
  }
  .title-en img {
    height: 1.2vw;
  }
  .title-ch {
    font-size: 1.5vw;
    line-height: 2vw;
    color: #000;
  }
}

/* part2 */
.part2 {
  background: url(../images/mpart2_bg.jpg) no-repeat center center/cover;
}
.part2 .wrap {
  align-items: center;
}
.part2-main {
  position: relative;
  width: 7.1rem;
  margin: 0 auto;
}

.part2-content {
  padding: 0.2rem 0 0;
}

.part2-content ul a {
  display: flex;
  align-items: center;
  padding: 0.4rem 0 0.4rem 2rem;
  color: #010101;
  background: url(../images/mpart2_li_bg.png) no-repeat center bottom / cover;
}
.part2-li-icon .w {
  display: none;
}
.part2-li-icon img {
  width: 0.5rem;
}

.part2-li-name {
  padding: 0 0 0 0.1rem;
}
.part2-li-ch {
  font-size: 16px;
  line-height: 20px;
}
.part2-li-en {
  font-size: 12px;
  line-height: 14px;
}

.part2-li-more {
  display: none;
}

@media (min-width: 1200px) {
  .part2 {
    background: url(../images/part2_bg.jpg) no-repeat center center/cover;
  }
  .part2-main {
    width: 73.6vw;
    margin: 0 auto;
  }
  .part2-content {
    padding: 1.2vw 0 0;
  }

  .part2-content ul {
    display: flex;
  }
  .part2-content ul li {
    width: 20%;
  }
  .part2-content ul a {
    display: block;
    height: 24.6vw;
    padding: 8vw 0 0;
    text-align: center;
    background: url(../images/part2_li_bg.png) no-repeat center bottom / cover;
    transition: 0.6s;
  }
  .part2-li-icon {
    position: relative;
    overflow: hidden;
    transition: 0.6s;
  }
  .part2-li-icon .b {
    display: block;
    position: relative;
    z-index: 1;
    transition: 0.6s;
  }
  .part2-li-icon .w {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    transform: translate3d(0, 1vw, 0);
    transition: 0.6s;
  }
  .part2-li-icon img {
    width: 2.5vw;
  }

  .part2-li-name {
    padding: 1.5vw 0 4vw;
    transition: 0.6s;
  }
  .part2-li-ch {
    font-size: 1.2vw;
    line-height: 1.5vw;
  }
  .part2-li-en {
    font-size: 12px;
    line-height: 14px;
  }

  .part2-li-more {
    display: block;
    width: 7.2vw;
    margin: 0 auto;
    font-size: 0.8vw;
    line-height: 2.4vw;
    color: #fff;
    text-align: center;
    background: #c90821;
    opacity: 0;
    transform: translate3d(0, 1vw, 0);
    transition: 0.6s;
  }

  .part2-content ul a:hover {
    background-image: url(../images/part2_lia_bg.png);
  }
  .part2-content ul a:hover .part2-li-name {
    color: #fff;
    transform: translate3d(0, -2vw, 0);
  }
  .part2-content ul a:hover .part2-li-icon {
    transform: translate3d(0, -2vw, 0);
  }
  .part2-content ul a:hover .part2-li-icon .b {
    opacity: 0;
    transform: translate3d(0, -1vw, 0);
  }
  .part2-content ul a:hover .part2-li-icon .w {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  .part2-content ul a:hover .part2-li-more {
    opacity: 1;
    transform: translate3d(0, -2vw, 0);
  }
}

/* part3 */
.part3 {
  background: url(../images/mpart3_bg.jpg) no-repeat center center/cover;
}
.part3 .wrap {
  align-items: center;
}
.part3-main {
  width: 100%;
  padding: 0 0.2rem;
}
.part3-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1px;
}
.part3-detail {
  display: none;
}
.part3-more a {
  display: block;
  width: 1.4rem;
  font-size: 14px;
  line-height: 24px;
  color: #000;
  text-align: center;
  border: 1px solid #000;
}
.part3-box {
  position: relative;
  padding: 0.6rem 0 0;
}
.part3-right {
  position: relative;
  height: 4rem;
  overflow: hidden;
}
.part3-right-tab {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  z-index: 1;
}
.part3-right-tab.active {
  opacity: 1;
  z-index: 5;
}
.part3-right-tab img {
  width: 100%;
}

.part3-left {
  position: relative;
}
.part3-left ul {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #c3c3c3;
  border-right: 1px solid #c3c3c3;
}
.part3-left ul li {
  width: 50%;
  background-color: #f5f5f5;
  border-left: 1px solid #c3c3c3;
  border-bottom: 1px solid #c3c3c3;
}

.part3-left ul a {
  display: block;
  padding: 0.2rem 0 0.2rem 0.4rem;
  color: #000;
}
.part3-li-ch {
  font-size: 0.32rem;
  line-height: 0.36rem;
}
.part3-li-en {
  font-size: 12px;
  line-height: 16px;
}
.part3-li-arrow {
  display: none;
}
.part3-li-num {
  display: none;
}
@media (min-width: 1200px) {
  .part3 {
    background: url(../images/part3_bg.jpg) no-repeat center center/cover;
  }
  .part3-main {
    width: 73.6vw;
    margin: 0 auto;
    padding: 0;
  }
  .part3-detail {
    display: block;
    width: 28vw;
    font-size: 0.9vw;
    line-height: 1.4vw;
    color: #666666;
  }
  .part3-more a {
    width: 7vw;
    font-size: 0.8vw;
    line-height: 2vw;
  }
  .part3-more a:hover {
    color: #fff;
    background: #014190;
  }
  .part3-box {
    display: flex;
    justify-content: space-between;
    padding: 2vw 0 0;
  }
  .part3-left {
    order: 1;
    width: 24vw;
  }
  .part3-left ul {
    display: block;
    border: 0;
  }
  .part3-left ul li {
    width: 100%;
    height: 6.5vw;
    border: 0;
  }
  .part3-left ul a {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    overflow: hidden;
    padding: 0 2.4vw;
    color: #000;
  }
  .part3-li-title {
    width: 7.2vw;
    position: relative;
  }
  .part3-li-title::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 0;
    background: #fff;
    transition: 0.3s;
  }
  .part3-li-ch {
    font-size: 1.2vw;
    line-height: 1.5vw;
  }
  .part3-li-en {
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
  }
  .part3-li-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.4vw;
    text-align: center;
    opacity: 0;
    transform: translate3d(-1vw, 0, 0);
    transition: 0.3s;
  }
  .part3-li-arrow img {
    width: 0.6vw;
  }
  .part3-li-num {
    display: block;
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0.5vw;
    opacity: 0;
    transform: translate3d(0, 2vw, 0);
    transition: 0.3s;
  }
  .part3-li-num img {
    height: 7.5vw;
  }
  .part3-left ul li.active a {
    background: #014190;
  }
  .part3-left ul li.active a .part3-li-title {
    color: #fff;
  }
  .part3-left ul li.active a .part3-li-title::after {
    height: 100%;
  }
  .part3-left ul li.active a .part3-li-arrow {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  .part3-left ul li.active a .part3-li-num {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  .part3-right {
    order: 2;
    width: 49.6vw;
    height: 26vw;
    overflow: hidden;
  }
}

/* part4 */
.part4 {
  background: url(../images/mpart4_bg.jpg) no-repeat center 0 / cover;
}
.part4 .wrap {
  align-items: center;
}
.part4-main {
  width: 100%;
  padding: 0 0.2rem;
}
.part4-left {
  width: 100%;
}
.part4-left-title {
  padding: 0;
}
.part4-left-title .title-en {
  font-size: 12px;
  line-height: 16px;
  color: #000;
}
.part4-ul {
  padding: 0.6rem 0 0.2rem;
}
.part4-ul ul {
  display: flex;
  flex-wrap: wrap;
}
.part4-ul ul li {
  width: 50%;
  padding: 0.1rem 0;
}
.part4-ul ul li p {
  padding-left: 0.24rem;
  font-size: 12px;
  line-height: 16px;
  color: #000;
  background: url(../images/part4_shape.png) no-repeat 0 center/0.12rem;
}

.part4-right {
  position: relative;
  height: 6rem;
}

.part4-right ul {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  left: -0.3rem;
  top: -1rem;
  width: 8.4rem;
  transform: rotate(-20deg);
  transform-origin: center center;
}
.part4-right ul li {
  width: 33.3%;
  padding: 0.1rem;
}
.part4-right ul li:nth-child(3n + 2) {
  transform: translate3d(0, 1.5rem, 0);
}
.part4-right ul li:nth-child(3n) {
  transform: translate3d(0, 3rem, 0);
}

.part4-right ul li img {
  width: 100%;
}

@media (min-width: 1200px) {
  .part4 {
    background-image: url(../images/part4_bg.jpg) no-repeat center center/cover;
  }
  .part4-main {
    display: flex;
    justify-content: space-between;
    width: 73.6vw;
    margin: 0 auto;
    padding: 0;
  }
  .part4-left {
    width: 23.6vw;
  }
  .part4-left-title .title-ch {
    font-size: 2.4vw;
    line-height: 3vw;
  }
  .part4-left-title .title-en {
    font-size: 0.9vw;
    line-height: 1.2vw;
  }
  .part4-ul {
    padding: 2vw 0 0;
  }
  .part4-ul ul {
    display: block;
  }
  .part4-ul ul li {
    width: 100%;
    padding: 0.8vw 0;
  }
  .part4-ul ul li p {
    padding-left: 1.2vw;
    font-size: 0.9vw;
    line-height: 1.4vw;
    background: url(../images/part4_shape.png) no-repeat 0 center/0.5vw;
  }
  .part4-right {
    width: 50vw;
    height: 25vw;
  }

  .part4-right ul {
    left: 3vw;
    top: -20vw;
    width: 63vw;
    transform: rotate(-20deg);
  }
  .part4-right ul li {
    width: 33.3%;
    padding: 1vw;
  }
  .part4-right ul li:nth-child(3n + 2) {
    transform: translate3d(0, 5vw, 0);
  }
  .part4-right ul li:nth-child(3n) {
    transform: translate3d(0, 15vw, 0);
  }
}

/* part5 */
.part5 {
  background: url(../images/mpart5_bg.jpg) no-repeat center 0 / cover;
}
.part5 .wrap {
  align-items: flex-end;
}
.part5-main {
  perspective: 1000px;
  width: 100%;
  padding: 0 0.2rem;
}
.part5-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.part5 .title-ch {
  color: #fff;
}
.part5-more a {
  display: block;
  width: 1.4rem;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
}
.part5-content {
  padding: 0.6rem 0 0;
  transform-origin: center bottom;
}
.part5-content ul {
  margin-right: -0.2rem;
  padding: 0.2rem 0.2rem 0 0.4rem;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 0.5rem 0 0 0;
}
.part5-content li {
  padding: 0.3rem;
  border-bottom: 1px solid #000000;
}
.part5-content li:nth-child(3) {
  display: none;
}
.part5-content li a {
  display: block;
  color: #000;
}
.new-li-time {
  font-size: 12px;
  line-height: 16px;
}
.new-li-title {
  font-size: 16px;
  line-height: 24px;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.new-li-p {
  height: 60px;
  overflow: hidden;
  margin: 0.2rem 0;
  font-size: 14px;
  line-height: 20px;
}
.new-li-more {
  width: 1.4rem;
  font-size: 14px;
  line-height: 24px;
  color: #000;
  text-align: center;
  border: 1px solid #000;
}
@media (min-width: 1200px) {
  .part5 {
    background-image: url(../images/part5_bg.jpg);
  }
  .part5-main {
    width: 73.6vw;
    margin: 0 auto;
    padding: 0;
  }
  .part5-more a {
    width: 7vw;
    font-size: 0.8vw;
    line-height: 2vw;
  }
  .part5-more a:hover {
    color: #fff;
    background: #014190;
  }
  .part5-content {
    padding: 4vw 0 0;
  }
  .part5-content ul {
    display: flex;
    margin: 0 -13.2vw 0 -4vw;
    padding: 4vw;
    background: url(../images/part5_box.png) no-repeat center center/cover;
    border-radius: 2vw 0 0 0;
  }
  .part5-content ul li {
    width: 33.3%;
    padding: 0;
    border-bottom: 0;
    border-right: 1px solid #acb5c1;
  }
  .part5-content ul li:nth-child(3) {
    display: block;
    border: 0;
  }
  .part5-content ul a {
    display: block;
    padding: 1.5vw 3.5vw 0;
    transition: 0.3s;
  }
  .new-li-time {
    font-size: 0.9vw;
    line-height: 1.2vw;
  }
  .new-li-title {
    font-size: 1.2vw;
    line-height: 2vw;
  }
  .new-li-p {
    margin: 1.5vw 0;
    height: 7vw;
    overflow: hidden;
    font-size: 0.8vw;
    line-height: 1.4vw;
  }
  .new-li-more {
    width: 7vw;
    font-size: 0.8vw;
    line-height: 2vw;
  }

  .part5-content ul a:hover {
    transform: translate3d(0, -1vw, 0);
  }

  .part5-content ul a:hover .new-li-more {
    color: #fff;
    background: #014190;
  }
}

/* part6 */
.part6 {
  background: url(../images/mpart6_bg.jpg) no-repeat center center/cover;
}
.part6 .wrap {
  align-items: center;
}
.part6-main {
  width: 100%;
  padding: 0 0.2rem;
}

.part6-content {
  padding: 0.4rem 0 0;
}
.part6-left {
  padding: 0.4rem;
  background: url(../images/part6_left.png) no-repeat center center/cover;
}
.part6-name {
  font-size: 18px;
  line-height: 24px;
  color: #fff;
}
.part6-name span {
  display: block;
}
.part6-ul {
  padding: 0.4rem 0;
  color: #fff;
}
.part6-li {
  padding: 0;
  font-size: 12px;
  line-height: 20px;
}

.part6-li-label span {
  opacity: 0.2;
}

footer {
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  line-height: 16px;
  color: #fff;
}
footer p,footer a {
  padding-right: 5px;
    color: #fff;
}


.part6-right {
  height: 3rem;
  overflow: hidden;
  padding: 0;
}
.part6-right img {
  width: 100%;
}
@media (min-width: 1200px) {
  .part6 {
    background: url(../images/part6_bg.jpg) no-repeat center center/cover;
  }
  .part6-main {
    width: 73.6vw;
    margin: 0 auto;
    padding: 0;
  }
  .part6-content {
    display: flex;
    justify-content: space-between;
    padding: 2vw 0 0;
  }
  .part6-left {
    width: 44.6vw;
    padding: 1.5vw 5vw;
  }
  .part6-name {
    font-size: 1.8vw;
    line-height: 2.4vw;
  }
  .part6-ul {
    padding: 3vw 0;
  }
  .part6-li {
    font-size: 0.9vw;
    line-height: 2vw;
  }
  footer {
    font-size: 0.8vw;
    line-height: 1.2vw;
  }
  .part6-right {
    width: 29vw;
    height: auto;
  }
}
