html,
body {
  perspective: 1000px;
  position: relative;
  height: 100%;
  overflow: hidden;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

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

.parts-pagination {
  width: 100%;
  padding: 12vw 2vw 0;
}

.swiper-pagination-bullet {
  width: 27px;
  height: 27px;
  margin: 0 auto 1.5vw;
  background: url(../images/page_icon.png) no-repeat center center;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: url(../images/page_icona.png) no-repeat center center;
}

.mouse {
  position: absolute;
  right: 0;
  bottom: 2vw;
  width: 100%;
  text-align: center;
}
.mouse img {
  width: 1.1vw;
}

.wrap {
  display: flex;
  position: relative;
  z-index: 6;
  width: 100%;
  height: 100%;
  padding: 6.4vw 0 0;
}

/* 第1部分 */

.part1 {
  position: relative;
}
.banner .swiper-slide img {
  width: 100%;
  transition: 0.9s 0.9s;
  transform-origin: center center;
}
.banner .swiper-slide-active img {
  transform: matrix(1.08, 0, 0, 1.08, 0, 0);
}

/* 第2部分 */

.part2 {
  position: relative;
  background: url(../images/part2_bg.jpg) no-repeat center 0 / cover;
}

.part2 .wrap {
  align-items: center;
}

.part2-main {
  width: 84vw;
  margin: 0 auto;
}

.part2-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 36vw;
}

.part2-name {
  text-align: left;
}
.part2-name span {
  display: block;
  font-size: 1.2vw;
  line-height: 1.5vw;
  color: #000;
}
.part2-name p {
  font-size: 1.8vw;
  line-height: 2.4vw;
  color: #c50319;
}
.part2-more {
  padding: 0 0 0.2vw;
}
.part2-more a {
  display: block;
  width: 8vw;
  padding: 0 0.4vw 0 0.8vw;
  font-size: 0.9vw;
  line-height: 1.4vw;
  color: #000;
  border: 1px solid #000;
  border-radius: 1.4vw;
}
.part2-more a span {
  display: block;
  padding: 0.4vw 0;
  background: url(../images/more_arrow.png) no-repeat right center/1.5vw;
}
.part2-more a:hover {
  color: #fff;
  background: #c50319;
  border-color: #fff;
}

.part2-p {
  width: 36vw;
  height: 10.8vw;
  margin: 2vw 0 1vw;
  overflow: hidden;
  font-size: 0.9vw;
  line-height: 1.8vw;
  color: #000;
  text-align: justify;
}

.part2-ul {
  padding: 0;
}
.part2-ul ul {
  display: flex;
  align-items: flex-end;
  height: 12.4vw;
}
.part2-ul ul li {
  width: 24%;
  padding-right: 2vw;
  transition: 0.3s;
}
.part2-ul ul a {
  display: block;
  position: relative;
  border-radius: 0.6vw;
  overflow: hidden;
}
.part2-ul ul i {
  display: block;
  background: #000;
}
.part2-ul ul a img {
  width: 100%;
  opacity: 0.6;
}
.part2-li-layer {
  position: absolute;
  z-index: 20;
  left: 1.6vw;
  bottom: 1.4vw;
}
.part2-li-ch {
  width: 10vw;
  font-size: 1.5vw;
  line-height: 1.8vw;
  color: #fff;
  background: url(../images/part2_arrow.png) no-repeat right center;
}
.part2-li-en {
  font-size: 0.8vw;
  line-height: 1.4vw;
  color: #fff;
  text-transform: uppercase;
}
.part2-ul ul li:hover {
  width: 28%;
}

/* 第3部分 */

.part3 {
  position: relative;
  background: url(../images/part3_bg.jpg) no-repeat center 0 / cover;
}

.part3 .wrap {
  align-items: flex-end;
}

.part3-main {
  width: 100%;
  padding-right: 6vw;
}

.part3-top {
  display: flex;
  justify-content: space-between;
  padding: 0 8vw 2vw;
}

.part3-box {
  display: flex;
}

.part3-big {
  padding-right: 0.8vw;
  font-size: 3vw;
  line-height: 3.6vw;
  color: #000;
  background: url(../images/part3_circle.png) no-repeat right 0;
}
.part3-big span {
  color: #c50319;
}
.part3-small {
  font-size: 0.9vw;
  line-height: 1vw;
  color: #000;
}
.part3-small {
  margin: 1.6vw 0 0;
  font-size: 0.9vw;
  line-height: 1.2vw;
  color: #000;
}

.part3-nav {
  padding-left: 6vw;
}
.part3-nav ul {
  display: flex;
}
.part3-nav ul li {
  padding-right: 2.4vw;
}
.part3-nav ul a {
  display: block;
  transition: 0.3s;
}
.part3-nav i {
  display: block;
}
.part3-nav i img {
  height: 3.6vw;
}
.part3-nav p {
  width: 1vw;
  margin: 0.8vw auto 0;
  font-size: 0.9vw;
  line-height: 1.2;
  color: #000;
}
.part3-nav ul a:hover {
  transform: translate3d(0, -1vw, 0);
}

.part3-more a {
  display: block;
  width: 8vw;
  padding: 0 0.4vw 0 0.8vw;
  font-size: 0.9vw;
  line-height: 1.4vw;
  color: #000;
  background: #fff;
  border: 1px solid #000;
  border-radius: 1.4vw;
}
.part3-more a span {
  display: block;
  padding: 0.4vw 0;
  background: url(../images/more_arrow.png) no-repeat right center/1.5vw;
}
.part3-more a:hover {
  color: #fff;
  background: #c50319;
  border-color: #fff;
}

.part3-bottom ul {
  display: flex;
  align-items: flex-end;
  height: 24vw;
}
.part3-bottom ul li {
  width: 33.3%;
  border-left: 1px solid #fff;
  transition: 0.3s;
}
.part3-bottom ul a {
  display: block;
  position: relative;
  padding: 3vw;
  background: #f2f2f2;
}
.part3-bottom i {
  display: block;
  position: absolute;
  left: 3vw;
  bottom: 3vw;
}
.part3-bottom i img {
  width: 10vw;
  transition: 0.3s;
}

.pic-li-font {
  padding-left: 12vw;
  color: #000;
  transition: 0.3s;
}
.pic-li-ad {
  font-size: 0.8vw;
  line-height: 1.2vw;
  color: #c50319;
}
.pic-li-name {
  font-size: 1.2vw;
  line-height: 1.8vw;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pic-li-weight {
  margin: 0.2vw 0 2vw;
  font-size: 0.8vw;
  line-height: 1.2vw;
}
.pic-li-more {
  width: 120px;
  padding: 3px 6px 3px 12px;
  font-size: 14px;
  line-height: 24px;
  color: #000;
  border: 1px solid #000;
  border-radius: 2vw;
}
.pic-li-more span {
  display: block;

  background: url(../images/more_arrow2.png) no-repeat right center;
}

.part3-bottom ul li:hover {
  width: 40%;
}
.part3-bottom ul li:hover a {
  background: #c50319;
}

.part3-bottom ul li:hover i img {
  width: 15vw;
}
.part3-bottom ul li:hover .pic-li-font {
  padding-left: 18vw;
  color: #fff;
}
.part3-bottom ul li:hover .pic-li-ad {
  color: #fff;
}
.part3-bottom ul li:hover .pic-li-more {
  color: #fff;
  border-color: #fff;
}

/* 第4部分 */

.part4 {
  position: relative;
  background: url(../images/part4_bg.jpg) no-repeat center 0 / cover;
}

.part4 .wrap {
  align-items: center;
}

.part4-main {
  width: 62vw;
  margin-left: 8vw;
}
.part4-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 42vw;
}
.part4-name .ch {
  font-size: 2.4vw;
  line-height: 2.8vw;
  color: #000;
}
.part4-name .en {
  margin: 0.4vw 0 0;
  font-size: 12px;
  line-height: 16px;
  color: #000;
  text-transform: uppercase;
}
.part4-name span {
  color: #c50319;
}
.part4-more a {
  display: block;
  width: 8vw;
  font-size: 0.9vw;
  line-height: 2.4vw;
  color: #c50319;
  text-align: center;
  border: 1px solid #c50319;
  border-radius: 1.4vw;
  background: rgba(255, 255, 255, 0.8);
}
.part4-more a:hover {
  color: #fff;
  background: #c50319;
}

.part4-detail {
  width: 42vw;
  height: 4.2vw;
  margin: 1.4vw 0;
  overflow: hidden;
  font-size: 0.9vw;
  line-height: 1.4vw;
  color: #000;
  text-align: justify;
}

.part4-nav {
  width: 42vw;
  margin: 1.5vw 0 2vw;
}
.part4-nav ul {
  display: flex;
}
.part4-nav ul li {
  width: 33.3%;
}
.part4-nav ul a {
  display: block;
  position: relative;
  font-size: 0.8vw;
  line-height: 2vw;
  color: #000;
  text-align: center;
  border: 1px solid #000;
  border-left: 0;
}

.part4-nav ul li:nth-child(1) {
  border-left: 1px solid #000;
}

.part4-nav ul a:hover {
  color: #fff;
  background: #c50319;
  border-color: #c50319;
}
.part4-nav ul a:hover::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.4vw;
  width: 100%;
  height: 0.4vw;
  text-align: center;
  background: url(../images/part3_three.png) no-repeat center bottom/auto 0.4vw;
}
.part4-box {
  position: relative;
  height: 15vw;
  overflow: hidden;
}
.part4-box ul {
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
}
.part4-box ul li {
  width: 21vw;
  padding-right: 1vw;
}
.part4-box ul a {
  display: block;
  padding: 4px;
  background: #fff;
}
.part4-box ul a i {
  display: block;
  overflow: hidden;
}
.part4-box ul i img {
  width: 100%;
  transition: 0.3s;
}
.part4-box ul a:hover {
  background: #c50319;
}
.part4-box ul a:hover img {
  transform: scale(1.1);
}

/* 第5部分 */

.part5 {
  position: relative;
  background: url(../images/part5_bg.jpg) no-repeat center 0 / cover;
}

.part5 .wrap {
  align-items: center;
}

.part5-main {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 16vw 0 8vw;
}
.part5-slide {
  width: 33vw;
}
.part5-slide a {
  display: block;
  position: relative;
}
.part5-img {
  overflow: hidden;
}
.part5-img img {
  width: 100%;
  transition: 0.3s;
}
.part5-img-layer {
  position: absolute;
  z-index: 10;
  left: -2.4vw;
  bottom: 1.2vw;
  transition: 0.3s;
}
.part5-img-layer {
  display: flex;
  justify-content: space-between;
  width: 26vw;
  padding: 1.2vw 2.4vw;
  color: #fff;
  background: url(../images/part5_line.png) no-repeat center 0 / cover;
}
.part5-img-layer .ch {
  font-size: 1.5vw;
  line-height: 1.8vw;
}
.part5-img-layer .en {
  font-size: 0.8vw;
  line-height: 1vw;
  text-transform: capitalize;
}
.part5-img-more {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.8vw;
  height: 1.8vw;
  border: 1px solid #fff;
  border-radius: 50%;
}
.part5-img-more img {
  width: 0.5vw;
}
.part5-slide a:hover img {
  transform: scale(1.1);
}
.part5-slide a:hover .part5-img-layer {
  left: -1.2vw;
}

.part5-box {
  width: 40vw;
}

.part5-box ul {
  display: flex;
}
.part5-box ul li {
  width: 50%;
  padding: 0 1.2vw;
}
.part5-box ul a {
  display: block;
}
.new-li-time {
  width: 4.4vw;
  padding: 1.2vw 0.6vw;
  text-align: center;
  color: #000;
  border: 1px solid #000;
}
.new-li-time .day {
  font-size: 0.8vw;
  line-height: 1.4vw;
  border-bottom: 1px solid #000;
}
.new-li-time .year {
  font-size: 1.2vw;
  line-height: 1.5vw;
}
.new-li-title {
  height: 2.8vw;
  margin: 2vw 0 0;
  overflow: hidden;
  font-size: 1.2vw;
  line-height: 1.4vw;
  color: #000;
}
.new-li-p {
  height: 10.5vw;
  margin: 0.5vw 0;
  overflow: hidden;
  font-size: 0.7vw;
  line-height: 1.5vw;
  color: #666666;
}
.new-li-more {
  font-size: 0.7vw;
  line-height: 1.5vw;
  color: #666666;
}
.part5-box ul a:hover .new-li-title {
  color: #c50319;
}
.part5-box ul a:hover .new-li-time {
  color: #fff;
  background: #c50319;
}
.part5-box ul a:hover .new-li-time .day {
  border-color: #fff;
}

/* 第6部分 */

.part6 {
  position: relative;
  background: url(../images/part6_bg.jpg) no-repeat center 0 / cover;
}

.part6 .wrap {
  align-items: center;
}

.part6-main {
  width: 100%;
  padding: 0 20vw;
}
.part6-ad {
  text-align: right;
}
.part6-ad p {
  font-size: 3vw;
  line-height: 3.2vw;
  color: #fff;
}
.part6-ad span {
  display: block;
  margin: 1.2vw 0 0;
  font-size: 0.8vw;
  line-height: 1.2vw;
  color: #c50319;
}
.part6-box {
  display: flex;
  justify-content: space-between;
  margin: 6vw 0 0;
}
.part6-tel {
  background: url(../images/tel.png) no-repeat right 0;
}
.part6-tel-name {
  font-size: 0.8vw;
  line-height: 1.2vw;
  color: #fff;
}
.part6-tel-number {
  margin: 1.2vw 0 0;
  font-size: 2vw;
  line-height: 2.4vw;
  color: #fff;
}
.part6-ul {
  width: 15vw;
  margin-left: 5vw;
}
.part6-li {
  padding: 0 0 0.5vw;
  color: #fff;
}
.part6-li-ch {
  font-size: 0.8vw;
  line-height: 1.4vw;
}
.part6-li-en {
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  opacity: 0.4;
}

.part6-ewm {
  width: 24.8vw;
  padding: 5px;
  text-align: center;
  /*background: #ececec;*/
}
.part6-ewm-img img {
  width: 100%;
}
.part6-ewm-font {
  font-size: 14px;
  line-height: 24px;
  color: #000;
  text-align: center;
}

footer {
  display: flex;
  flex-wrap: wrap;
  width: 24vw;
  font-size: 14px;
  line-height: 24px;
}
footer p {
  padding-right: 5px;
  color: #fff;
}
footer a {
  padding-right: 5px;
  color: #fff;
}
