@charset "utf-8";
body {
  background: url(../images/home/home_bj.png) repeat-y center top;
  background-size: 100% auto;
}
.main-content {
  width: 100%;
}
.main-content .home-modal {
  width: 100%;
}
.main-content .modal_01 {
  width: 100%;
  background: url(../images/home/modal01_bj.png) no-repeat center 1rem;
  background-size: 100% auto;
  padding-top: 2.25rem;
}
.main-content .modal_01 .modal-head {
  width: 100%;
  padding: 0.4rem 0 0.75rem 0;
  color: #333333;
  letter-spacing: 0.025rem;
  border-bottom: 0.025rem dashed #B7B7B7;
  margin-bottom: 0.8rem;
}
.main-content .modal_01 .modal-head h5 {
  font-size: 0.8rem;
  line-height: 1.4rem;
  font-weight: bold;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.main-content .modal_01 .modal-head p {
  font-size: 0.6rem;
  line-height: 1.1rem;
  text-align: center;
  display: inline-block;
  width: 100%;
  margin-top: 0.6rem;
}
.main-content .m01-con {
  width: 100%;
  background: #fff;
  padding-bottom: 1.1rem;
}
.main-content .m01-con .m01-swiper {
  width: 100%;
  padding-bottom: 1.2rem;
}
.main-content .m01-con .m01-swiper .swiper-pagination-bullets {
  bottom: 0;
}
.main-content .m01-con .m01-swiper .swiper-pagination-bullet {
  width: 0.4rem;
  height: 0.4rem;
  background: #c5c5c5;
  margin: 0 0.2rem;
  opacity: 1;
  border-radius: 50%;
}
.main-content .m01-con .m01-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #bd1a2d;
}
.main-content .m01-con .m01-swiper .swiper-slide {
  width: 100%;
  height: 9.2rem;
}
.main-content .m01-con .m01-swiper .swiper-slide .m01-item {
  width: 100%;
  height: 9.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #333;
  text-decoration: none;
  position: relative;
}
.main-content .m01-con .m01-swiper .swiper-slide .m01-item img {
  width: 100%;
  height: 9.2rem;
  display: inline-block;
}
.main-content .m01-con .m01-swiper .swiper-slide .m01-item .title {
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  color: #fff;
  padding: 0.5rem 0.6rem;
}
.main-content .m01-con .m01-swiper .swiper-slide .m01-item .title span {
  width: 100%;
  display: -webkit-box;
  font-size: 0.6rem;
  line-height: 0.9rem;
  color: #fff;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  letter-spacing: 0.025rem;
}
.main-content .m01-con .m01-list {
  width: 100%;
  padding: 0 0.6rem;
}
.main-content .m01-con .m01-list a {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-decoration: none;
  font-size: 0.6rem;
  color: #333333;
  line-height: 0.8rem;
  margin-top: 0.4rem;
}
.main-content .m01-con .m01-list a:nth-child(1),
.main-content .m01-con .m01-list a:nth-child(5n) {
  color: #000;
  margin-top: 1rem;
  font-weight: bold;
  font-size: 0.75rem;
  line-height: 0.9rem;
}
.main-content .banner-img {
  width: 100%;
  margin-top: 0.7rem;
}
.main-content .banner-img .banner-a {
  width: 100%;
  display: inline-block;
  text-decoration: none;
  margin-bottom: 0.25rem;
}
.main-content .banner-img .banner-a img {
  display: inline-block;
  width: 100%;
  height: auto;
}
.main-content .title-img {
  display: inline-block;
  width: 100%;
}
.main-content .title-img img {
  display: inline-block;
  width: 100%;
  height: auto;
}
.main-content .modal_02 {
  padding-top: 0.75rem;
}
.main-content .m02_list {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
.main-content .m02_list .m02-item {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  border-bottom: 0.025rem solid #E1E1E1;
}
.main-content .m02_list .m02-item img {
  display: inline-block;
  width: 100%;
  height: auto;
}
.main-content .m02_list .m02-item span {
  display: -webkit-box;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  letter-spacing: 0.025rem;
  margin: 0.6rem 0;
  font-size: 0.65rem;
  line-height: 1.1rem;
  color: #000;
}
.main-content .m02_list.m04_list .m02-item {
  position: relative;
}
.main-content .m02_list.m04_list .m02-item:nth-child(1) {
  height: 7.65rem;
  overflow: hidden;
}
.main-content .m02_list.m04_list .m02-item:nth-child(1) img {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.main-content .m02_list.m04_list .m02-item:nth-child(1) span {
  display: inline-block;
  width: 100%;
  -webkit-box-orient: unset;
  -webkit-line-clamp: unset;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  letter-spacing: 0.025rem;
  line-height: 1.85rem;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 0 0.6rem;
  font-size: 0.6rem;
  color: #fff;
  margin: 0;
}
.main-content .m03_list {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
.main-content .m03_list .m03-item {
  margin-bottom: 0.35rem;
  width: 100%;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
}
.main-content .m03_list .m03-item .m03-img {
  display: flex;
  width: 4.35rem;
  height: 3.85rem;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.main-content .m03_list .m03-item .m03-img img {
  display: inline-block;
  width: 100%;
  height: auto;
}
.main-content .m03_list .m03-item .m03-text {
  padding-right: 0.6rem;
  display: flex;
  width: calc(100% - 4.85rem);
  justify-content: left;
  align-items: center;
  flex-direction: column;
}
.main-content .m03_list .m03-item .m03-text h5 {
  display: -webkit-box;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  letter-spacing: 0.025rem;
  font-size: 0.6rem;
  line-height: 0.85rem;
  color: #000;
}
.main-content .m03_list .m03-item .m03-text p {
  display: inline-block;
  width: 100%;
  color: #666666;
  margin-top: 0.2rem;
  font-size: 0.6rem;
  line-height: 0.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  letter-spacing: 0.025rem;
}
.main-content .m03-swiper {
  width: 100%;
  padding: 0 22%;
  padding-top: 1.35rem;
}
.main-content .m03-swiper .swiper-button-next,
.main-content .m03-swiper .swiper-button-prev {
  width: 1.2rem;
  height: 1.2rem;
  background-color: rgba(0, 0, 0, 0.44);
  border-radius: 50%;
  background-size: 0.3rem auto;
  margin-top: 0rem;
}
.main-content .m03-swiper.swiper-container-3d .swiper-slide-shadow-left {
  background-image: unset !important;
}
.main-content .m03-swiper.swiper-container-3d .swiper-slide-shadow-right {
  background-image: unset !important;
}
.main-content .m03-swiper .swiper-slide {
  width: 100%;
}
.main-content .m03-swiper .swiper-slide a {
  display: inline-block;
  width: 100%;
  text-decoration: none;
}
.main-content .m03-swiper .swiper-slide img {
  width: 100%;
  height: auto;
  display: inline-block;
}
.main-content .banner-swiper {
  width: 100%;
  padding-top: 0.4rem;
  padding-bottom: 0.8rem;
  margin-bottom: 0.4rem;
}
.main-content .banner-swiper.m07-swiper {
  padding-bottom: 0;
}
.main-content .banner-swiper.m07-swiper .swiper-pagination-bullets {
  bottom: 0.2rem;
}
.main-content .banner-swiper.m07-swiper .swiper-pagination-bullets .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.7;
}
.main-content .banner-swiper.m07-swiper .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #bd1a2d;
  opacity: 1;
}
.main-content .banner-swiper .swiper-pagination-bullets {
  bottom: 0;
}
.main-content .banner-swiper .swiper-pagination-bullet {
  width: 0.4rem;
  height: 0.4rem;
  background: #c5c5c5;
  margin: 0 0.2rem;
  opacity: 1;
  border-radius: 50%;
}
.main-content .banner-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #bd1a2d;
}
.main-content .banner-swiper .swiper-slide {
  width: 100%;
}
.main-content .banner-swiper .swiper-slide a {
  display: inline-block;
  width: 100%;
  text-decoration: none;
}
.main-content .banner-swiper .swiper-slide a img {
  display: inline-block;
  width: 100%;
  height: auto;
}
.main-content .modal_05 {
  background: url(../images/home/bg05.png) no-repeat center bottom;
  background-size: 100% auto;
}
.main-content .modal_05 .m05-con {
  width: 100%;
  padding-bottom: 1.1rem;
}
.main-content .modal_05 .m05-con .swiper-container {
  width: 100%;
}
.main-content .modal_05 .m05-con .swiper-container .swiper-pagination-bullets {
  bottom: unset;
  top: 6.8rem;
}
.main-content .modal_05 .m05-con .swiper-container .swiper-pagination-bullet {
  width: 0.4rem;
  height: 0.4rem;
  background: #fff;
  margin: 0 0.2rem;
  opacity: 0.7;
  border-radius: 50%;
}
.main-content .modal_05 .m05-con .swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #bd1a2d;
  opacity: 1;
}
.main-content .modal_05 .m05-con .swiper-container .m05-item {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  background: #fff;
}
.main-content .modal_05 .m05-con .swiper-container .m05-item .m05-img {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.main-content .modal_05 .m05-con .swiper-container .m05-item .m05-img img {
  display: inline-block;
  width: 100%;
  height: auto;
}
.main-content .modal_05 .m05-con .swiper-container .m05-item .m05-text {
  width: 100%;
  padding: 0.6rem 0.65rem;
}
.main-content .modal_05 .m05-con .swiper-container .m05-item .m05-text h5 {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
  font-size: 0.75rem;
  color: #000;
  line-height: 0.9rem;
  letter-spacing: 0.025rem;
}
.main-content .modal_05 .m05-con .swiper-container .m05-item .m05-text p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  letter-spacing: 0.025rem;
  width: 100%;
  text-align: left;
  font-size: 0.6rem;
  line-height: 0.9rem;
  margin-top: 0.3rem;
  color: #666;
}
.main-content .modal_05 .m05-list {
  width: 100%;
  padding-top: 0.25rem;
}
.main-content .modal_05 .m05-list .m05-item {
  display: inline-block;
  margin-top: 0.6rem;
  position: relative;
  line-height: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #1D1D1D;
  font-size: 0.6rem;
  padding-left: 0.75rem;
  width: 100%;
}
.main-content .modal_05 .m05-list .m05-item::after {
  content: '';
  display: inline-block;
  border-radius: 50%;
  width: 0.25rem;
  height: 0.25rem;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.1rem;
  z-index: 1;
  background: #b5090f;
}
.main-content .modal_08 {
  width: 100%;
}
.main-content .modal_08 .m08-con {
  width: 100%;
  background: #fff;
  padding: 0.9rem 0 1.6rem 0;
}
.main-content .modal_08 .m08-con .m08-swiper {
  width: 100%;
  padding-bottom: 1.2rem;
}
.main-content .modal_08 .m08-con .m08-swiper .swiper-pagination-bullets {
  bottom: 0;
}
.main-content .modal_08 .m08-con .m08-swiper .swiper-pagination-bullet {
  width: 0.4rem;
  height: 0.4rem;
  background: #c5c5c5;
  margin: 0 0.2rem;
  opacity: 1;
  border-radius: 50%;
}
.main-content .modal_08 .m08-con .m08-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #bd1a2d;
}
.main-content .modal_08 .m08-con .m08-swiper .swiper-slide {
  width: 100%;
  height: 9.2rem;
}
.main-content .modal_08 .m08-con .m08-swiper .swiper-slide .m08-item {
  width: 100%;
  height: 9.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #333;
  text-decoration: none;
  position: relative;
}
.main-content .modal_08 .m08-con .m08-swiper .swiper-slide .m08-item img {
  width: 100%;
  height: 9.2rem;
  display: inline-block;
}
.main-content .modal_08 .m08-con .m08-swiper .swiper-slide .m08-item .title {
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  color: #fff;
  padding: 0.5rem 0.6rem;
}
.main-content .modal_08 .m08-con .m08-swiper .swiper-slide .m08-item .title span {
  width: 100%;
  display: inline-block;
  font-size: 0.6rem;
  line-height: 0.9rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  letter-spacing: 0.025rem;
}
