* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
li {
  list-style: none;
}
em,
i {
  font-style: normal;
}
/* 消除空白节点 */
img {
  vertical-align: middle;
}
body {
  font-family: PingFang SC, sans-serif;
  line-height: 1.5;
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
/* 设置右侧的小li标签 */
#fp-nav.fp-right {
  right: 46px;
}
#fp-nav ul li,
.fp-slidesNav ul li {
  width: 24px;
  height: 24px;
  margin: 0;
  margin-bottom: 2.8125vh;
}
#fp-nav ul li a.active {
  background-image: url(../images/right-active.png);
  background-repeat: no-repeat;
  background-position: right;
}
#fp-nav ul li a.active span {
  margin: 0;
  transform: translate(-50%, -50%);
}
/* 右侧导航栏目颜色 */
/*这里设置的是活动导航的颜色*/
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span {
  width: 8px;
  height: 8px;
  background-color: #fff;
}
/*这里设置的是非活动导航的颜色*/
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  width: 8px;
  height: 8px;
  background-color: #fff;
  margin: 0;
  transform: translate(-50%, -50%);
}
/* 取消hover效果 */
#fp-nav ul li:hover a span,
#fp-nav ul li:hover a.active span {
  width: 8px;
  height: 8px;
  margin: 0;
  background-color: #b00 !important;
}
#fp-nav ul {
  position: relative;
}
#fp-nav ul li {
  margin-left: auto;
  margin-right: auto;
}
#fp-nav ul .show-list {
  user-select: none;
}
#fp-nav ul .show-list::before {
  content: '';
  display: block;
  width: 2px;
  height: 63px;
  background: rgba(255, 255, 255, 0.7);
  margin-left: auto;
  margin-right: auto;
  margin-top: 3.125vh;
  margin-bottom: 1.66666667vh;
}
#fp-nav ul .show-list span.current {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}
#fp-nav ul .show-list span.total {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: normal;
}
/* 设置特别类名的颜色 */
#fp-nav.gray ul li a.active {
  background-image: url(../images/right-active-gray.png);
}
#fp-nav.gray #fp-nav ul li a.active span {
  background-color: #a8a8a8;
}
#fp-nav.gray ul li a span {
  background-color: #a8a8a8;
}
#fp-nav.gray .show-list::before {
  background-color: rgba(0, 0, 0, 0.2);
}
#fp-nav.gray .show-list span.current {
  color: #e60012;
}
#fp-nav.gray .show-list span.total {
  color: #a8a8a8;
}
/* 修改 */
.swiper1 .swiper-slide {
  /* background-repeat: no-repeat;
  background-size: cover;
  align-items: flex-start; */
  position: relative;
}
.swiper1 .swiper-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  user-select: none;
}
.swiper1 .swiper-text h5 {
  color: #fff;
  font-family: Inter;
  font-size: 72px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  white-space: nowrap;
}
.swiper1 .swiper-text p {
  margin-top: 11px;
  color: #fff;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.swiper1 .swiper-pagination {
  bottom: 7.29166667vh;
}
.swiper1 .swiper-pagination .swiper-pagination-bullet {
  position: relative;
}
.swiper1 .swiper-pagination .swiper-pagination-bullet .num {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: absolute;
  top: -35px;
  left: 0px;
}
.swiper1 .swiper-pagination-bullet {
  width: 354px;
  height: 3px;
  background-color: #fff;
  opacity: 0.6;
  margin: 0 !important;
  border-radius: 0 !important;
  position: relative;
}
.swiper1 .swiper-pagination-bullet .progress {
  position: absolute;
  left: 0;
  top: 0;
  /* 宽度变化动画效果 */
  width: 0;
  height: 100%;
  background-color: #e60012;
}
.swiper1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1 !important;
}
/* 第二屏幕 */
.section2 {
  background: linear-gradient(0deg, #f9f9f9 0%, rgba(249, 249, 249, 0) 100%);
}
.section2 .container {
  display: flex;
}
.section2 .left {
  width: 55%;
  background-repeat: no-repeat;
  background-size: cover;
}
.section2 .left .title {
  color: #d60011;
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
.section2 .left .subtitle {
  color: #c3c3c3;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
}
.section2 .left .main p {
  color: #656565;
  text-align: justify;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 22.4px */
  text-transform: uppercase;
  margin-bottom: 3.125vh;
}
.section2 .left .show-list {
  display: flex;
  margin-top: 6.25vh;
}
.section2 .left .show-list .item {
  margin-right: 56px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 90px;
}
.section2 .left .show-list .item:last-child {
  margin-right: 0;
}
.section2 .left .show-list .item .item-circle {
  background-image: linear-gradient(152deg, #e94141 6.89%, #d80000 90.53%);
  box-shadow: 0px 1px 3px 0px #fff inset;
  filter: drop-shadow(0px 8px 14px rgba(198, 0, 0, 0.35));
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  border-radius: 50%;
  align-items: center;
}
.section2 .left .show-list .item .item-circle span {
  color: #fff;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
.section2 .left .show-list .item .item-circle span.max {
  font-size: 18px;
}
.section2 .left .show-list .item .item-circle span.min {
  font-size: 12px;
  margin-top: 5px;
}
.section2 .left .show-list .item .item-circle span.custom-min {
  margin-top: -10px;
}
.section2 .left .show-list .item p {
  margin-top: 1.77083333vh;
  color: #1b1b1b;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.section2 .left .more-btn {
  width: 199px;
  height: 44px;
  border: 1px solid #b3b3b3;
  margin-top: 9.6875vh;
  color: #a5a5a5;
  font-size: 15px;
  line-height: normal;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section2 .left .more-btn:hover {
  background-color: #d60011;
  color: #fff;
}
.section2 .right {
  width: 45%;
  padding-left: 7%;
  position: relative;
}
.section2 .right .section-right1 {
  margin-top: 6.5625vh;
}
.section2 .right .section-right2 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
/* 第三个屏幕 */
.section3 {
  background-repeat: no-repeat;
  background-size: cover;
}
.section3 .container {
  display: flex;
}
.section3 .left {
  /* 第三屏幕 */
}
.section3 .left .title span {
  color: #fff;
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  line-height: 110%;
  /* 35.2px */
  text-transform: uppercase;
}
.section3 .left .title div {
  display: flex;
  margin-top: 3.22916667vh;
  margin-bottom: 4.58333333vh;
}
.section3 .left .title div i {
  height: 6px;
  background: #e60012;
}
.section3 .left .title div i:nth-child(1) {
  width: 52px;
}
.section3 .left .title div i:nth-child(2) {
  width: 9px;
  margin-left: 6px;
}
.section3 .left .sub-title {
  color: #fff;
  font-family: PingFang SC;
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 6.875vh;
}
.section3 .left .navs li {
  margin-bottom: 3.33333333vh;
}
.section3 .left .navs li a {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
  position: relative;
}
.section3 .left .navs li a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 2px;
  background-color: #fff;
  transition: all 0.45s;
}
.section3 .left .navs li a:hover::after {
  width: 100%;
}
.section3 .left .navs li a.current {
  font-weight: 900;
}
.section3 .left .navs li a.current::after {
  width: 100%;
}
.section3 .left .more-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  background-color: #fff;
  border-radius: 50%;
  margin-top: 14.16666667vh;
}
.section3 .left .more-btn .hover-img {
  display: none;
}
.section3 .left .more-btn:hover {
  background-color: #e60012;
}
.section3 .left .more-btn:hover .default-img {
  display: none;
}
.section3 .left .more-btn:hover .hover-img {
  display: block;
}
.section3 .center {
  width: 658px;
  height: 67.8125vh;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: fixed;
  left: 50%;
  transform: translate(-50%);
  top: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  /* 圆圈 */
}
.section3 .center .circle {
  width: 522px;
  height: 522px;
  position: relative;
  z-index: 999;
  /* 文字区域 */
}
.section3 .center .circle .progress-bg {
  transition: all 0.45s;
}
.section3 .center .circle .point {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  z-index: 999;
  cursor: pointer;
}
.section3 .center .circle .top,
.section3 .center .circle .bottom {
  left: 50%;
  transform: translateX(-50%);
}
.section3 .center .circle .top {
  top: -9px;
}
.section3 .center .circle .bottom {
  bottom: -9px;
}
.section3 .center .circle .left,
.section3 .center .circle .right {
  top: 50%;
  transform: translateY(-50%);
}
.section3 .center .circle .left {
  left: -9px;
}
.section3 .center .circle .right {
  right: -9px;
}
.section3 .center .circle .red {
  background-color: #e60012;
}
.section3 .center .circle .inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 518px;
  height: 518px;
  z-index: 9999;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  user-select: none;
  /* 需要切换的部分 */
  /* 按钮 */
}
.section3 .center .circle .inner .inner-content {
  width: 76%;
}
.section3 .center .circle .inner .inner-content .inner-icon {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.section3 .center .circle .inner .inner-content .inner-title {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-align: center;
}
.section3 .center .circle .inner .inner-content .inner-main {
  color: #fff;
  font-size: 14px;
  line-height: 160%;
  text-transform: uppercase;
  margin-top: 1.77083333vh;
  text-align: center;
  /* 三行溢出 */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
}
.section3 .center .circle .inner .inner-btn {
  display: block;
  width: 199px;
  height: 40px;
  background: #b00;
  color: #fff;
  font-size: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 6.35416667vh;
  user-select: none;
  cursor: pointer;
}
.section3 .center .circle .text-list .text {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  position: absolute;
}
.section3 .center .circle .text-list .text-bottom,
.section3 .center .circle .text-list .text-top {
  left: 50%;
  transform: translateX(-50%);
}
.section3 .center .circle .text-list .text-top {
  top: -9%;
}
.section3 .center .circle .text-list .text-bottom {
  bottom: -9%;
}
.section3 .center .circle .text-list .text-left,
.section3 .center .circle .text-list .text-right {
  top: 50%;
  transform: translateY(-50%);
}
.section3 .center .circle .text-list .text-left {
  left: -28%;
}
.section3 .center .circle .text-list .text-right {
  right: -35%;
}
.section3 .phone-center {
  display: none;
}
/* 第四个屏幕 */
.section4 {
  background-repeat: no-repeat;
  background-size: cover;
  /* 第四屏幕，右侧新闻内容 */
}
.section4 .container {
  display: flex;
}
.section4 .left {
  flex: 1;
  /* 第四屏幕 */
}
.section4 .left .title span {
  color: #b9b9b9;
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  line-height: 110%;
  /* 35.2px */
  text-transform: uppercase;
}
.section4 .left .title div {
  display: flex;
  margin-top: 3.22916667vh;
  margin-bottom: 4.58333333vh;
}
.section4 .left .title div i {
  height: 6px;
  background: #e60012;
}
.section4 .left .title div i:nth-child(1) {
  width: 52px;
}
.section4 .left .title div i:nth-child(2) {
  width: 9px;
  margin-left: 6px;
}
.section4 .left .sub-title {
  color: #2f2f2f;
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 6.875vh;
}
.section4 .left .navs li {
  margin-bottom: 3.33333333vh;
}
.section4 .left .navs li a {
  color: #777;
  font-size: 16px;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
  position: relative;
}
.section4 .left .navs li a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 2px;
  background-color: #e60012;
  transition: all 0.45s;
}
.section4 .left .navs li a:hover {
  color: #717171;
  font-weight: 900;
}
.section4 .left .navs li a:hover::after {
  width: 100%;
}
.section4 .left .navs li a.current {
  font-weight: 900;
  color: #717171;
}
.section4 .left .navs li a.current::after {
  width: 100%;
}
.section4 .left .more-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  margin-top: 14.16666667vh;
  background-color: #e60012;
}
.section4 .left .more-btn .active-img {
  display: none;
}
.section4 .left .more-btn:hover {
  background-color: #fff;
}
.section4 .left .more-btn:hover .default-img {
  display: none;
}
.section4 .left .more-btn:hover .active-img {
  display: block;
}
.section4 .list {
  width: 77.6%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section4 .list .item {
  display: flex;
  justify-content: space-between;
  width: 604px;
  height: 196px;
  border-radius: 2px;
  background-color: #fff;
  padding-top: 4.16666667vh;
  padding-left: 56px;
  padding-right: 49px;
  margin-bottom: 2.1875vh;
}
.section4 .list .item:nth-child(n + 5) {
  margin-bottom: 0;
}
.section4 .list .item .time .day {
  color: #000;
  font-size: 28px;
  font-weight: 900;
}
.section4 .list .item .time .year {
  color: #b8b8b8;
  font-size: 14px;
  font-weight: 900;
}
.section4 .list .item .time span {
  display: block;
  width: 74px;
  height: 1px;
  background: #b8b8b8;
  margin-top: 43px;
}
.section4 .list .item .main {
  width: 76%;
}
.section4 .list .item .main .title {
  color: #202020;
  font-size: 16px;
  font-weight: 900;
  line-height: 160%;
}
.section4 .list .item .main .desc {
  color: #949494;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  margin-top: 2.08333333vh;
}
.section4 .list .item:hover {
  background-image: url(../images/section4-box-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.section4 .list .item:hover .time .day {
  color: #fff;
}
.section4 .list .item:hover .time .year {
  color: #fff;
}
.section4 .list .item:hover .time span {
  background-color: #fff;
}
.section4 .list .item:hover .main .title {
  color: #f9f9f9;
}
.section4 .list .item:hover .main .desc {
  color: #e7e7e7;
}
/* 第五个屏幕 */
.section5 {
  background-repeat: no-repeat;
  background-size: cover;
  /* swiper 设置 */
}
.section5 .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section5 .top .title {
  color: #fff;
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  /* margin 上下重合去最大的数值 */
}
.section5 .top .title:nth-of-type(2) {
  margin-top: 1.25vh;
}
.section5 .top .line {
  display: block;
  width: 62px;
  height: 2px;
  background-color: #fff;
  margin-bottom: 2.60416667vh;
}
.section5 .top .right img {
  cursor: pointer;
}
.section5 .top .right .arrow-right {
  margin-left: 12.63px;
}
.section5 #swiper2 {
  padding-top: 5.625vh;
}

/* 修改图片居中 */
.section5 #swiper2 .swiper-wrapper {
  align-items: center;
}
.section5 #swiper2 .swiper-slide {
  background-color: rgba(255, 255, 255, 0.6);
  /* padding-top: 1.97916667vh;
  padding-bottom: 1.97916667vh;
  padding-left: 5px;
  padding-right: 5px; */
  padding: 10px;
}
.section5 #swiper2 .swiper-slide img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
}
/* 第六个屏幕，自动高度 */
.section6 {
  background-repeat: no-repeat;
  background-size: cover;
}
.section6 .container {
  display: flex;
  margin-top: 17.70833333vh;
  margin-bottom: 17.70833333vh;
}
.section6 .left {
  flex: 1;
}
.section6 .left .title span {
  color: #b9b9b9;
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  line-height: 110%;
  /* 35.2px */
  text-transform: uppercase;
}
.section6 .left .title div {
  display: flex;
  margin-top: 3.22916667vh;
  margin-bottom: 4.58333333vh;
}
.section6 .left .title div i {
  height: 6px;
  background: #e60012;
}
.section6 .left .title div i:nth-child(1) {
  width: 52px;
}
.section6 .left .title div i:nth-child(2) {
  width: 9px;
  margin-left: 6px;
}
.section6 .left .sub-title {
  color: #2f2f2f;
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 6.875vh;
  white-space: nowrap;
}
.section6 .right .card {
  display: flex;
}
.section6 .right .card .item {
  width: auto;
  height: 253px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  padding-right: 42px;
}
.section6 .right .card .item:nth-child(1) {
  width: 471px;
  padding-left: 63px;
  margin-right: 43px;
}
.section6 .right .card .item:nth-child(2) {
  width: 763px;
  padding-left: 44px;
}
.section6 .right .card .item .card-left {
  margin-right: 41px;
}
.section6 .right .card .item .card-right .card-title {
  color: #3f3f3f;
  font-size: 24px;
  font-weight: 900;
  text-transform: uppercase;
}
.section6 .right .card .item .card-right .card-main {
  color: #707070;
  font-size: 15px;
  line-height: 160%;
  text-transform: uppercase;
  margin-top: 1.66666667vh;
}
.section6 .fp-tableCell {
  display: block !important;
}
#fp-nav ul li:nth-child(n + 6) {
  display: none;
}
/* 修改，不要左侧的了 */
.aside-left {
  position: fixed;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 9999;
  display: none !important;
}
.aside-left li {
  width: 29px;
  height: 2px;
  background-color: #fff;
  margin-left: 23px;
  margin-bottom: 3.5vh;
}
.aside-left li.active {
  width: 53px;
  position: fixed;
  left: 0;
  margin-left: 0;
  transition: 0.45s ease;
}
.aside-left li.active span {
  position: absolute;
  left: 107%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  line-height: normal;
  color: #fff;
  white-space: nowrap;
}
@media (max-width: 1650px) {
  /* 调整右侧的导航点 */
  #fp-nav.fp-right {
    right: 15px;
  }
  .swiper1 .swiper-text h5 {
    font-size: 55px;
  }
  .swiper1 .swiper-pagination-bullet {
    width: 25%;
  }
  /* 第二个屏幕 */
  .section2 .container {
    justify-content: space-evenly;
  }
  .section2 .left {
    width: 47%;
  }
  .section2 .right {
    padding-left: 5%;
  }
  /* 第三个屏幕 */
  .section3 .center .circle .text-list .text {
    font-size: 20px;
  }
  .section3 .center .circle .text-list .text-top {
    top: -7%;
  }
  .section3 .center .circle .text-list .text-bottom {
    bottom: -7%;
  }
  /* 第四个屏幕 */
  .section4 .list .item {
    width: 49%;
    padding-left: 25px;
    padding-right: 25px;
  }
  /* 第五个屏幕 */
  .section5 .container {
    width: 85%;
  }
  /* 第六个屏幕 */
  .section6 .container {
    justify-content: space-between;
  }
  .section6 .right .card {
    justify-content: flex-end;
  }
  .section6 .right .card .item {
    text-align: justify;
  }
  .section6 .right .card .item:nth-child(1) {
    width: 35%;
    margin-right: 2%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .section6 .right .card .item:nth-child(2) {
    padding-right: 15px;
    padding-left: 15px;
    width: 60%;
  }
  .section6 .right .card .item .card-left {
    margin-right: 5%;
  }
}
@media (max-width: 1200px) {
  .fp-section,
  .fp-tableCell {
    height: auto !important;
  }
  /* 屏幕模块间距 */
  .section2 .container,
  .section4 .container,
  .section5 .container,
  .section6 .container {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .section6 .container {
    margin-top: 0;
    margin-bottom: 0;
  }
  /* 屏幕标题字体大小 */
  .section3 .left .title span,
  .section4 .left .title span,
  .section6 .left .title span {
    font-size: 24px;
  }
  .section3 .left .sub-title,
  .section4 .left .sub-title,
  .section6 .left .sub-title {
    font-size: 20px;
  }
  /* .swiper1 {
    height: 600px;
  } */
  .swiper1 .swiper-text h5 {
    font-size: 40px;
  }
  .swiper1 .swiper-text p {
    font-size: 18px;
  }
  /* 屏幕1的左侧侧边栏目 */
  .aside-left {
    display: none;
  }
  /* 第二屏幕 */
  .section2 .right .section-right1 {
    margin-top: 2vh;
  }
  .section2 .left .more-btn {
    margin-top: 45px;
  }
  /* 第三屏幕 */
  .section3 .container {
    padding-top: 65px;
    padding-bottom: 125px;
  }
  .section3 .center {
    left: 55%;
  }
  .section3 .center .circle .text-list .text-left {
    left: -23%;
  }
  .section3 .center .circle .text-list .text-right {
    right: -30%;
  }
  /* 第四屏幕 */
  .section4 .list .item .time .day {
    font-size: 24px;
  }
  /* 第六屏幕 */
  .section6 .right .card .item .card-left img {
    width: 60px;
  }
  .section6 .right .card .item .card-right .card-title {
    font-size: 22px;
  }
}
/* 断点768px */
@media (max-width: 992px) {
  .section2 .container {
    flex-wrap: wrap;
  }
  .section2 .container .left,
  .section2 .container .right {
    width: 100%;
  }
  .section2 .container .right {
    order: -1;
    padding-left: 0;
  }
  .section2 .container .left {
    margin-top: 35px;
  }
  .section2 .container .left .show-list {
    justify-content: center;
  }
  /* 公用标题设置 */
  .section3 .left .title,
  .section4 .left .title,
  .section6 .left .title {
    display: none;
  }
  /* section公用标题设置 */
  .section3 .left .sub-title,
  .section4 .left .sub-title {
    margin-bottom: 15px;
  }
  /* 修改 */
  .section3 .left .navs,
  .section4 .left .navs {
    display: flex;
    justify-content: center;
  }
  .section3 .left .navs li,
  .section4 .left .navs li {
    margin-right: 25px;
  }
  .section3 .left .more-btn,
  .section4 .left .more-btn {
    display: none;
  }
  .section3 .container {
    flex-wrap: wrap;
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .section3 .container .left,
  .section3 .container .center {
    width: 100%;
  }
  .section3 .container .center {
    position: static;
    transform: translate(0, 0);
  }
  /* 第四个屏幕 */
  .section4 .container {
    flex-wrap: wrap;
  }
  .section4 .container .left,
  .section4 .container .list {
    width: 100%;
  }
  /* 第五个屏幕 */
  .section5 .top .title {
    font-size: 26px;
  }
  /* 第六个屏幕 */
  .section6 .container {
    flex-wrap: wrap;
  }
  .section6 .left .sub-title {
    margin-bottom: 25px;
  }
  .section6 .right .card {
    justify-content: flex-start;
  }
}
/* 断点576px */
@media (max-width: 768px) {
  .swiper1 .swiper-text {
    white-space: normal !important;
  }
  .swiper1 .swiper-text h5 {
    font-size: 26px;
  }
  .swiper1 .swiper-pagination {
    bottom: 15px;
  }
  .swiper1 .swiper-pagination .swiper-pagination-bullet .num {
    font-size: 18px;
    left: 50%;
    transform: translateX(-50%);
  }

  /* 第二屏幕 */
  .section2 .right .section-right2 {
    display: none;
  }

  .section2 .left .title {
    font-size: 24px;
    text-align: center;
  }
  .section2 .left .subtitle {
    font-size: 20px;
    text-align: center;
    margin-bottom: 15px;
  }

  .section2 .left .more-btn {
    margin-left: auto;
    margin-right: auto;
  }

  /* 第三屏幕 */
  .section3 .center {
    display: none !important;
  }
  .section3 .phone-center {
    width: 100%;
    display: flex;
  }
  .section3 .phone-center .text-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    width: 30%;
    border-right: 1px solid #fff;
    padding: 10px 0;
  }
  .section3 .phone-center .text-list .text {
    font-size: 15px;
    color: #fff;
    margin-bottom: 25px;
    margin-right: 5px;
    padding: 7px 5px;
    border-radius: 2px;
  }
  .section3 .phone-center .text-list .text.active {
    background-color: #bb0000;
  }
  .section3 .phone-center .text-list .text:last-child {
    margin-bottom: 0;
  }
  .section3 .phone-center .inner-list {
    width: 80%;
    padding-left: 10px;
  }
  .section3 .phone-center .inner-list .inner-icon {
    text-align: center;
  }
  .section3 .phone-center .inner-list .inner-icon img {
    /* height: 77px; */
    width: 45px;
    height: 45px;
    object-fit: contain;
    object-position: center;
  }
  .section3 .phone-center .inner-list .inner-title {
    font-size: 18px;
    color: #fff;
    text-align: center;
  }
  .section3 .phone-center .inner-list .inner-main {
    font-size: 14px;
    color: #fff;
    line-height: 2;
    text-align: justify;
    /* 限制文本 */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .section3 .phone-center .inner-list .inner-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #bb0000;
    color: #fff;
    width: 200px;
    height: 44px;
    font-size: 14px;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
  }
  .section4 .list .item {
    width: 100%;
    /* 修改 */
    height: auto;
    padding: 5%;
  }
  .section4 .list .item .time span {
    width: 80%;
  }
  .section4 .list .item:nth-child(n + 5) {
    margin-bottom: 2.1875vh;
  }
  /* 第四屏幕 */
  .section4 .list .item .time {
    padding-right: 15px;

    /* 修改 */
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .section4 .list .item .time .day {
    font-size: 22px;
  }

  .section4 .list .item .time span {
    margin-top: 15px;
  }
  /* 第五屏幕 */
  .section5 .top .title:nth-of-type(1) {
    display: none;
  }
  .section5 .top .right img {
    width: 45px;
    object-fit: contain;
  }
  /* 第六屏幕 */
  .section6 .right .card {
    flex-wrap: wrap;
  }
  .section6 .right .card .item {
    width: 100% !important;
    height: auto !important;
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .section6 .right .card .item:nth-child(1) {
    margin-right: 0;
    margin-bottom: 25px;
  }
  /* 调整模块间距 */
  .section2 .container,
  .section4 .container,
  .section5 .container,
  .section6 .container {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  /* 统一调整标题字体 */
  .section3 .left .sub-title,
  .section4 .left .sub-title,
  .section6 .left .sub-title {
    font-size: 24px;
    text-align: center;
  }

  .section5 .top .title:nth-of-type(2) {
    font-size: 24px;
  }

  .section6 .right .card .item .card-right .card-title {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  html,
  body {
    overflow-x: hidden !important;
  }

  /* 修改 */
  .swiper1 .swiper-slide .swiper-text {
    width: 61%;
    text-align: center;
  }
  .swiper1 .swiper-text h5 {
    font-size: 24px;
    white-space: normal;
  }
  .section2 .left .show-list {
    flex-wrap: wrap;
  }
  .section2 .left .show-list .item {
    width: 50%;
    margin-right: 0 !important;
  }
  .section2 .left .show-list .item:nth-child(n + 3) {
    margin-top: 25px;
  }
  .section3 .center {
    width: 90%;
  }
}
