body {
  padding-bottom: 1.4rem;
  background: #fff;
}
.swiper-slide {
  overflow: hidden;
  transform-origin: 0 0;
}

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

.swiper-pagination-bullet {
  width: 27px;
  height: 27px;
  margin: 0 0 20px;
  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;
}

/* .banner */
.banner {
  position: relative;
}
.banner .swiper-slide img {
  width: 100%;
}

.part-title {
}
.part-title .ch {
  font-weight: bold;
  font-size: 0.5rem;
  line-height: 0.54rem;
  color: #c0000a;
}
.part-title .ch span {
  color: #000;
}
.part-title .en {
  font-size: 12px;
  line-height: 20px;
  color: #000;
  text-transform: uppercase;
}
.part-more {
  width: 2rem;
}
.part-more a {
  display: block;
  padding: 0 0.2rem;
  font-size: 12px;
  line-height: 20px;
  color: #000;
  border: 1px solid #000;
}
.part-more a span {
  display: block;
  background: url(../images/arrow_b.png) no-repeat right center/8px;
}

/* 第1部分 */

.part1 {
  position: relative;
  padding: 0 0 1.6rem;
  background: url(../images/mpart1_bg.jpg) no-repeat center 0 / cover;
}

.part1-main {
  position: relative;
  padding: 0 0.2rem;
}

.part1-title {
  padding: 0.2rem 0;
}

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

.part1-ul {
  width: 2.2rem;
}
.part1-li {
  padding: 0 0 0.1rem;
}

.part1-li-num {
  display: flex;
  color: #000;
}
.part1-li-num span {
  font-size: 0.5rem;
  line-height: 0.5rem;
}
.part1-li-p {
  margin: 0.1rem 0 0;
  font-size: 14px;
  line-height: 20px;
  color: #000;
}

.part1-content {
  width: 4.8rem;
}
.part1-p {
  height: 200px;
  overflow: hidden;
  font-size: 14px;
  line-height: 20px;
  color: #000;
  text-align: justify;
}
.part1-p span {
  color: #c0000a;
}

.part1-nav {
  padding: 0.2rem 0 0;
}
.part1-nav ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.part1-nav ul li {
  width: 2.25rem;
  padding: 0 0 0.2rem;
}
.part1-nav ul a {
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  background: #c0000a;
}

.part1-bottom {
  display: flex;
  justify-content: space-between;
  position: absolute;
  z-index: 5;
  left: 0.2rem;
  bottom: -1.4rem;
  width: 7.1rem;
  height: 2.8rem;
  padding: 0.8rem 0.4rem 0;
  background: url(../images/part1_box.png) no-repeat 0 0 / cover;
}

.part1-name {
  font-size: 0.36rem;
  line-height: 0.4rem;
  color: #fff;
}

.part1-more {
  margin: 0.4rem 0 0;
}
.part1-more a {
  color: #fff;
  border-color: #fff;
}
.part1-more a span {
  background-image: url(../images/arrow_w.png);
}

.part1-logo {
  padding: 0;
}
.part1-logo img {
  width: 1.6rem;
}

/* video  */
.video {
  position: relative;
}
.video-layer {
  position: absolute;
  z-index: 10;
  left: 0.2rem;
  top: 3rem;
}
.video i {
  display: block;
}
.video i img {
  width: 100%;
}
.video-more {
  margin: 1rem 0 0;
}

/* 第2部分 */

.part23 {
  position: relative;
  background: url(../images/mpart2_rice.png) no-repeat 0 7.5rem/2.8rem;
}

.part2 {
  perspective: 1000px;
  padding: 0 0.2rem;
}

.part2-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.6rem 0;
}

.part2-box {
  position: relative;
  padding: 0.5rem 0 0;
}
.part2-box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.part2-box ul li {
  width: 50%;
  padding: 0 0.2rem;
}
.part2-box ul li:nth-child(2) a {
  transform: translate3d(0, -0.6rem, 0);
}
.part2-box ul li:nth-child(3) a {
  transform: translate3d(0, -0.2rem, 0);
}
.part2-box ul a {
  display: block;
  position: relative;
  border-radius: 0.2rem;
}
.part2-box ul a p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  background: #c0000a;
  border-radius: 0 0 0.2rem 0.2rem;
}

.part2-box ul a img {
  width: 100%;
}

.part2-slide {
  position: absolute;
  left: 2.2rem;
  top: 5rem;
}
.part2-slide img {
  width: 1rem;
}

/* 第3部分 */

.part3 {
  position: relative;

  padding: 0 0.2rem;
}
.part3-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.part3-nav {
  padding: 0.2rem 0 0.4rem;
}
.part3-nav ul {
  display: flex;
}
.part3-nav ul li {
  padding-right: 0.4rem;
}
.part3-nav ul a {
  display: block;
  padding-left: 0.2rem;
  font-size: 14px;
  line-height: 24px;
  color: #000;
  background: url(../images/circle_b.png) no-repeat 0 center;
}

.part3-box {
  position: relative;
  height: 3.66rem;
  overflow: hidden;
}
.part3-box ul {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  border-left: 1px solid #000;
}
.part3-box ul li {
  width: 4.8rem;
  padding: 4px;
  border: 1px solid #000;
  border-left: 0;
}
.part3-box ul a {
  display: block;
  position: relative;
  overflow: hidden;
  background: #c0000a;
}
.part3-box ul i {
  display: block;
}
.part3-box ul i img {
  width: 100%;
}

/* 第4部分 */

.part45 {
  position: relative;
  background: url(../images/mpart45_bg.jpg) no-repeat center bottom/100%;
}

.part4-main {
  padding: 0 0.2rem;
}
.part4-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.3rem 0;
}

.part4-nav ul {
  display: flex;
  padding: 0 0 0.4rem;
}
.part4-nav ul li {
  padding-right: 0.3rem;
}
.part4-nav ul a {
  display: block;
  padding-left: 0.2rem;
  font-size: 14px;
  line-height: 24px;
  color: #000;
  background: url(../images/circle_b.png) no-repeat 0 center;
}

.part4-box ul {
  display: block;
}
.part4-box ul li {
  padding: 0 0 0.2rem;
}
.part4-box ul a {
  display: flex;
  justify-content: space-between;
  padding: 0.2rem;
  color: #000;
  background: rgba(255, 255, 255, 0.8);
}
.new-li-title {
  width: 6rem;
  padding-left: 0.3rem;
  font-size: 0.3rem;
  line-height: 0.42rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: url(../images/line_r.png) no-repeat 0 center/0.2rem;
}
.new-li-more {
  display: block;
  width: 0.2rem;
  height: 0.2rem;
  background: url(../images/arrow_b.png) no-repeat right center/0.2rem;
}

/* 第5部分 */

.part5 {
  position: relative;
  height: 15rem;
  padding: 0.2rem 0.2rem;
}

.part5-box {
  position: relative;
  z-index: 1;
}
.part5-box ul {
  display: flex;
  flex-wrap: wrap;
}

.part5-box ul li {
  display: flex;
  align-items: flex-end;
  width: 3rem;
  padding: 0.1rem;
}

.part5-boxul li:nth-child(1) {
  margin-right: 3rem;
}
.part5-box ul li:nth-child(2) {
  width: 3.8rem;
  margin-right: 2rem;
}
.part5-box ul a {
  position: relative;
  display: block;
}
.part5-box ul i {
  display: block;
  padding: 5px;
  background: #aaa;
}
.part5-box ul i img {
  width: 100%;
}

/*  */
.fix-nav {
  position: fixed;
  z-index: 50;
  left: 0;
  bottom: 0;
  width: 100%;
  border-top: 1px solid #d13039;
}

.fix-nav ul {
  display: flex;
  justify-content: space-around;
  width: 100%;
  height: 1.4rem;
  padding: 0.3rem 0.1rem 0;
  background: #c0000a;
}

.fix-nav ul li {
  width: 25%;
}

.fix-nav ul a {
  display: block;
  text-align: center;
}

.fix-nav ul i {
  display: block;
}

.fix-nav i img {
  width: 0.5rem;
}

.fix-nav a p {
  padding-top: 0.1rem;
  font: 400 0.3rem/0.3rem "微软雅黑";
  color: #fff;
}
