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

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

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

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

/* 第1部分 */

.part1 {
  position: relative;
}

.banner img {
  width: 100%;
}

/* 第2部分 */

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

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

.part2-main {
  width: 100%;
  padding: 0 0.2rem;
}

.part2-top {
  padding: 0;
}

.part2-name {
  text-align: left;
}
.part2-name span {
  display: block;
  font-size: 0.3rem;
  line-height: 0.36rem;
  color: #000;
}
.part2-name p {
  font-size: 0.48rem;
  line-height: 0.6rem;
  color: #c50319;
}
.part2-more {
  padding: 0.2rem 0;
}
.part2-more a {
  display: block;
  width: 100px;
  padding: 0 4px 0 8px;
  font-size: 14px;
  line-height: 24px;
  color: #000;
  border: 1px solid #000;
  border-radius: 14px;
}
.part2-more a span {
  display: block;
  background: url(../images/more_arrow.png) no-repeat right center/18px;
}

.part2-p {
  height: 160px;
  margin: 0.4rem 0 0.2rem;
  overflow: hidden;
  font-size: 14px;
  line-height: 20px;
  color: #000;
  text-align: justify;
}

.part2-ul {
  width: 100%;
  overflow: auto;
  padding: 0;
}
.part2-ul ul {
  display: flex;
  align-items: flex-end;
  width: 15.6rem;
}
.part2-ul ul li {
  width: 25%;
  padding-right: 0.2rem;
}
.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: 0.2rem;
  bottom: 0.2rem;
}
.part2-li-ch {
  width: 2rem;
  font-size: 0.3rem;
  line-height: 0.36rem;
  color: #fff;
  background: url(../images/part2_arrow.png) no-repeat right center/auto 0.36rem;
}
.part2-li-en {
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  text-transform: uppercase;
}

/* 第3部分 */

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

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

.part3-main {
  width: 100%;
}

.part3-box {
  padding: 0 0.2rem;
}

.part3-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.part3-big {
  padding-right: 0.3rem;
  font-size: 0.48rem;
  line-height: 0.6rem;
  color: #000;
  background: url(../images/part3_circle.png) no-repeat right 0/10px;
}
.part3-big span {
  color: #c50319;
}

.part3-more a {
  display: block;
  width: 100px;
  padding: 0 4px 0 8px;
  font-size: 14px;
  line-height: 24px;
  color: #000;
  border: 1px solid #000;
  border-radius: 14px;
}
.part3-more a span {
  display: block;
  background: url(../images/more_arrow.png) no-repeat right center/18px;
}

.part3-small {
  margin: 0.3rem 0;
  font-size: 14px;
  line-height: 20px;
  color: #000;
}

.part3-nav ul {
  display: flex;
  padding: 0 0 0.4rem;
}
.part3-nav ul li {
  width: 50%;
}
.part3-nav ul a {
  display: flex;
  align-items: center;
}
.part3-nav i {
  display: block;
}
.part3-nav i img {
  height: 0.64rem;
}
.part3-nav p {
  padding-left: 0.2rem;
  font-size: 0.3rem;
  line-height: 0.48rem;
  color: #000;
}
.part3-bottom ul {
  padding: 0;
}
.part3-bottom ul li {
  padding-top: 0.2rem;
}
.part3-bottom ul a {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 0.3rem;
  background: rgba(197, 3, 25, 0.8);
}
.part3-bottom i {
  display: block;
  width: 3rem;
  text-align: center;
}
.part3-bottom i img {
  width: 2.2rem;
}

.pic-li-font {
  width: 3.6rem;
  padding: 0.3rem 0 0;
  color: #fff;
}
.pic-li-ad {
  font-size: 0.3rem;
  line-height: 0.48rem;
}
.pic-li-name {
  font-size: 0.36rem;
  line-height: 0.48rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pic-li-weight {
  margin: 5px 0;
  font-size: 12px;
  line-height: 20px;
}
.pic-li-more {
  width: 100px;
  margin: 0.4rem 0 0;
  padding: 0 4px 0 8px;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 14px;
}
.pic-li-more span {
  display: block;
  background: url(../images/more_arrow.png) no-repeat right center/18px;
}

/* 第4部分 */

.part4 {
  position: relative;
  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-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.part4-name {
  width: 4.8rem;
}
.part4-name .ch {
  font-size: 0.48rem;
  line-height: 0.54rem;
  color: #000;
}
.part4-name .en {
  margin: 0.1rem 0 0;
  font-size: 12px;
  line-height: 16px;
  color: #000;
  text-transform: uppercase;
}
.part4-name span {
  color: #c50319;
}
.part4-more a {
  width: 100px;
  margin: 0.4rem 0 0;
  padding: 0 4px 0 8px;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 14px;
  background: #c50319;
}

.part4-detail {
  height: 100px;
  overflow: hidden;
  margin: 0.4rem 0;
  overflow: hidden;
  font-size: 14px;
  line-height: 20px;
  color: #000;
  text-align: justify;
}

.part4-nav {
  margin: 0.4rem 0;
}
.part4-nav ul {
  display: flex;
}
.part4-nav ul li {
  width: 33.3%;
}
.part4-nav ul a {
  display: block;
  position: relative;
  font-size: 14px;
  line-height: 24px;
  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-box {
  position: relative;
  height: 3rem;
  overflow: hidden;
}

.part4-box ul {
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
}
.part4-box ul li {
  width: 4rem;
  padding: 0 0.1rem;
}
.part4-box ul a {
  display: block;
  padding: 2px;
  background: #fff;
}
.part4-box ul a i {
  display: block;
  overflow: hidden;
}
.part4-box ul i img {
  width: 100%;
}

/* 第5部分 */

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

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

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

.part5-box {
  margin: 0.2rem 0 0;
}

.part5-box ul li {
  width: 7.1rem;
  padding: 0 0 1rem 0.4rem;
}
.part5-box ul a {
  display: block;
}
.new-li-time {
  width: 54px;
  padding: 15px 8px;
  text-align: center;
  color: #fff;
  background: #c50319;
}
.new-li-time .day {
  font-size: 12px;
  line-height: 20px;
  border-bottom: 1px solid #fff;
}
.new-li-time .year {
  font-size: 14px;
  line-height: 24px;
}
.new-li-title {
  margin: 0.1rem 0;
  font-size: 16px;
  line-height: 24px;
  color: #c50319;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.new-li-p {
  height: 80px;
  margin: 10px 0;
  overflow: hidden;
  font-size: 14px;
  line-height: 20px;
  color: #666666;
}
.new-li-more {
  font-size: 14px;
  line-height: 20px;
  color: #333;
}

/* 第6部分 */

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

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

.part6-main {
  width: 100%;
  padding: 0 0.2rem;
}
.part6-ad {
  text-align: right;
}
.part6-ad p {
  font-size: 0.48rem;
  line-height: 0.5rem;
  color: #fff;
}
.part6-ad span {
  display: block;
  margin: 0.1rem 0 0;
  font-size: 0.3rem;
  line-height: 0.36rem;
  color: #c50319;
}
.part6-box {
  margin: 0.6rem 0.4rem 0;
}
.part6-tel {
  background: url(../images/tel.png) no-repeat 3.2rem 0/0.4rem;
}
.part6-tel-name {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}
.part6-tel-number {
  margin: 0.2rem 0 0;
  font-size: 0.4rem;
  line-height: 0.48rem;
  color: #fff;
}
.part6-ul {
  padding: 0.2rem 0 0;
}
.part6-li {
  padding: 0 0 0.1rem;
  color: #fff;
}
.part6-li-ch {
  font-size: 0.3rem;
  line-height: 0.36rem;
  color: #fff;
}
.part6-li-en {
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  opacity: 0.2;
}

.part6-ewm {
  width: 6rem;
  /*padding: 2px;*/
  text-align: center;
  /*background: #ececec;*/
}
.part6-ewm-img img {
  width: 100%;
}
.part6-ewm-font {
  padding: 4px 0;
  font-size: 14px;
  line-height: 16px;
  color: #000;
  text-align: center;
}

footer {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0.6rem 0 0;
  font-size: 14px;
  line-height: 20px;
}
footer p {
  padding-right: 5px;
  color: #fff;
}
footer a {
  padding-right: 5px;
  color: #fff;
}
