.title {
  display: flex;
  justify-content: space-between;
  padding: 50px 0;
}
.title .left p {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 26px;
  line-height: 1.75;
  color: #1a1a1a;
}
.title .left p::before {
  display: block;
  content: "";
  width: 5px;
  height: 26px;
  margin-top: 1px;
  margin-right: 15px;
  background: #f08200;
  border-radius: 3px;
}

.more {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
  color: #f08200;
}
.more img {
  margin-left: 7px;
}

.contTit {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}
.contTit .leftCont {
  display: flex;
  align-items: center;
  width: calc(100% - 85px);
  overflow-x: auto;
  overflow-y: hidden;
}
.contTit .leftCont a {
  position: relative;
  margin-left: 40px;
  padding-bottom: 21px;
  white-space: nowrap;
  font-size: 18px;
  color: #1a1a1a;
}
.contTit .leftCont a::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0px;
  z-index: 1;
  transition: width 0.5s;
  width: 0%;
  height: 3px;
  background: #f08200;
}
.contTit .leftCont a.on {
  font-weight: bold;
}
.contTit .leftCont a.on::after {
  width: 100%;
}
.contTit .leftCont a:first-child {
  margin-left: 0;
}
.contTit::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 1px;
  width: 100%;
  height: 1px;
  background: #e6e6e6;
}
.contTit .img {
  font-size: 0;
}

.layui-laydate .layui-this, .layui-laydate .layui-this > div {
  background: #f08200 !important;
}

.indexBanner {
  position: relative;
}
.indexBanner .indexBannerSwiper {
  position: relative;
}
.indexBanner .indexBannerSwiper .swiper-wrapper .swiper-slide {
  height: 650px;
  font-size: 0;
}
.indexBanner .indexBannerSwiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.indexBanner .indexBannerSwiper .swiper-pagination {
  width: 100%;
  font-size: 0;
  bottom: 200px;
}
.indexBanner .indexBannerSwiper .swiper-pagination span {
  transition: width 0.3s, background 0.3s;
  opacity: 1;
  width: 8px;
  height: 8px;
  margin: 0 6px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.5);
}
.indexBanner .indexBannerSwiper .swiper-pagination span.swiper-pagination-bullet-active {
  width: 28px;
  background: #fff;
}
.indexBanner .w1280 {
  display: flex;
  position: absolute;
  left: 50%;
  bottom: 45px;
  transform: translateX(-50%);
  z-index: 1;
  padding: 10px 25px;
  background-color: #ffffff;
  border-radius: 10px;
  opacity: 0.98;
}
.indexBanner .w1280 .left {
  display: flex;
  align-items: center;
  position: relative;
  padding-right: 35px;
}
.indexBanner .w1280 .left .img {
  width: 95px;
  height: 95px;
  margin-right: 14px;
}
.indexBanner .w1280 .left p {
  font-weight: bold;
  font-size: 16px;
  color: #212121;
}
.indexBanner .w1280 .left::after {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 80px;
  background: #e6e6e6;
}
.indexBanner .w1280 .right {
  display: flex;
  justify-content: space-between;
  width: calc(100% - 238px);
  margin-left: 30px;
  padding-right: 10px;
}
.indexBanner .w1280 .right .list {
  display: flex;
  align-items: center;
  padding-right: 10px;
}
.indexBanner .w1280 .right .list .img {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 52px;
  height: 44px;
  margin-right: 13px;
}
.indexBanner .w1280 .right .list .text p {
  font-weight: bold;
  font-size: 16px;
  color: #333;
}
.indexBanner .w1280 .right .list .text .tips {
  margin-top: 5px;
  font-size: 14px;
  color: #666;
}
.indexBanner.mob {
  display: none;
}

.indexBlock2 {
  padding: 60px 0 0;
  border-top: 1px solid #f2f2f2;
  background: #f7f7f7;
}
.indexBlock2 .w1280 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.indexBlock2 .w1280 .img {
  position: relative;
  overflow: hidden;
  width: calc((100% - 50px) / 3);
  height: 350px;
  font-size: 0;
}
.indexBlock2 .w1280 .img img {
  transition: transform 0.5s;
  transform: scale(1);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.indexBlock2 .w1280 .right {
  display: flex;
  width: calc((100% - 50px) / 3 * 2 + 25px);
  height: 350px;
}
.indexBlock2 .w1280 .right .list {
  width: calc((100% - 25px) / 2);
  height: 100%;
  margin-left: 25px;
  padding: 28px 30px;
  background: #fff;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.02);
}
.indexBlock2 .w1280 .right .list:first-child {
  margin-left: 0;
}
.indexBlock2 .w1280 .right .list ul {
  padding-top: 6px;
}
.indexBlock2 .w1280 .right .list ul li {
  margin-top: 25px;
}
.indexBlock2 .w1280 .right .list ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.indexBlock2 .w1280 .right .list ul li a .leftCont {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: calc(100% - 45px);
  padding-left: 16px;
  font-size: 16px;
  color: #333;
}
.indexBlock2 .w1280 .right .list ul li a .leftCont::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background-color: #cccccc;
}
.indexBlock2 .w1280 .right .list ul li a span {
  font-size: 14px;
  color: #999;
}
.indexBlock2 .w1280 .right .list1 ul {
  display: none;
}

.indexBlock3 {
  padding: 25px 0 60px;
  background: #f7f7f7;
  background-attachment: fixed;
}
.indexBlock3 .w1280 {
  display: flex;
  justify-content: space-between;
}
.indexBlock3 .w1280 .left {
  width: calc((100% - 50px) / 3 * 2 + 25px);
  padding: 28px 30px;
  background: #fff;
}
.indexBlock3 .w1280 .left .content ul {
  display: none;
  padding-top: 5px;
}
.indexBlock3 .w1280 .left .content ul li {
  margin-top: 26px;
}
.indexBlock3 .w1280 .left .content ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.indexBlock3 .w1280 .left .content ul li a .leftCont {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: calc(100% - 85px);
  padding-left: 16px;
  font-size: 16px;
  color: #333;
}
.indexBlock3 .w1280 .left .content ul li a .leftCont::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background-color: #cccccc;
}
.indexBlock3 .w1280 .left .content ul li a span {
  font-size: 14px;
  color: #999;
}
.indexBlock3 .w1280 .right {
  width: calc((100% - 50px) / 3);
  padding: 28px 25px 18px;
  background: #fff;
}
.indexBlock3 .w1280 .right #ID-laydate-static-1 {
  width: 100%;
}
.indexBlock3 .w1280 .right #ID-laydate-static-1 #layui-laydate1 {
  width: 100%;
  border: 0;
  box-shadow: none;
}
.indexBlock3 .w1280 .right #ID-laydate-static-1 #layui-laydate1 .layui-laydate-main {
  width: 100%;
}
.indexBlock3 .w1280 .right #ID-laydate-static-1 #layui-laydate1 .layui-laydate-main .layui-laydate-header {
  display: flex;
  justify-content: space-between;
  padding: 0;
  padding-top: 23px;
  border-bottom: 0;
}
.indexBlock3 .w1280 .right #ID-laydate-static-1 #layui-laydate1 .layui-laydate-main .layui-laydate-header .laydate-set-ym span {
  padding: 0;
  font-size: 20px;
  font-weight: bold;
  color: #333;
}
.indexBlock3 .w1280 .right #ID-laydate-static-1 #layui-laydate1 .layui-laydate-main .layui-laydate-header .laydate-prev-y, .indexBlock3 .w1280 .right #ID-laydate-static-1 #layui-laydate1 .layui-laydate-main .layui-laydate-header .laydate-next-y {
  display: none;
}
.indexBlock3 .w1280 .right #ID-laydate-static-1 #layui-laydate1 .layui-laydate-main .layui-laydate-header i {
  top: auto;
  font-weight: bold;
  color: #3f3a39;
}
.indexBlock3 .w1280 .right #ID-laydate-static-1 #layui-laydate1 .layui-laydate-main .layui-laydate-header i.laydate-prev-m {
  position: initial;
}
.indexBlock3 .w1280 .right #ID-laydate-static-1 #layui-laydate1 .layui-laydate-main .layui-laydate-header i.laydate-next-m {
  position: initial;
}
.indexBlock3 .w1280 .right #ID-laydate-static-1 #layui-laydate1 .layui-laydate-main .layui-laydate-content {
  margin-top: 20px;
  padding: 0;
}
.indexBlock3 .w1280 .right #ID-laydate-static-1 #layui-laydate1 .layui-laydate-main .layui-laydate-content table {
  width: 100%;
}
.indexBlock3 .w1280 .right #ID-laydate-static-1 #layui-laydate1 .layui-laydate-main .layui-laydate-content table thead tr, .indexBlock3 .w1280 .right #ID-laydate-static-1 #layui-laydate1 .layui-laydate-main .layui-laydate-content table tbody tr {
  display: flex;
  justify-content: space-between;
}
.indexBlock3 .w1280 .right #ID-laydate-static-1 #layui-laydate1 .layui-laydate-main .layui-laydate-content table thead tr th, .indexBlock3 .w1280 .right #ID-laydate-static-1 #layui-laydate1 .layui-laydate-main .layui-laydate-content table tbody tr th {
  width: 34px;
  height: auto;
  font-size: 14px;
  color: #999;
}
.indexBlock3 .w1280 .right #ID-laydate-static-1 #layui-laydate1 .layui-laydate-main .layui-laydate-content table thead tr td, .indexBlock3 .w1280 .right #ID-laydate-static-1 #layui-laydate1 .layui-laydate-main .layui-laydate-content table tbody tr td {
  width: 34px;
  height: 34px;
  margin-top: 9px;
  font-size: 14px;
  line-height: 34px;
  color: #333;
}
.indexBlock3 .w1280 .right #ID-laydate-static-1 #layui-laydate1 .layui-laydate-main .layui-laydate-content table thead tr td div, .indexBlock3 .w1280 .right #ID-laydate-static-1 #layui-laydate1 .layui-laydate-main .layui-laydate-content table tbody tr td div {
  padding: 0;
}
.indexBlock3 .w1280 .right #ID-laydate-static-1 #layui-laydate1 .layui-laydate-main .layui-laydate-content table thead tr td.laydate-day-prev div, .indexBlock3 .w1280 .right #ID-laydate-static-1 #layui-laydate1 .layui-laydate-main .layui-laydate-content table thead tr td.laydate-day-next div, .indexBlock3 .w1280 .right #ID-laydate-static-1 #layui-laydate1 .layui-laydate-main .layui-laydate-content table tbody tr td.laydate-day-prev div, .indexBlock3 .w1280 .right #ID-laydate-static-1 #layui-laydate1 .layui-laydate-main .layui-laydate-content table tbody tr td.laydate-day-next div {
  color: #ccc;
}
.indexBlock3 .w1280 .right #ID-laydate-static-1 #layui-laydate1 .layui-laydate-main .layui-laydate-content table thead tr td .laydate-day-mark, .indexBlock3 .w1280 .right #ID-laydate-static-1 #layui-laydate1 .layui-laydate-main .layui-laydate-content table tbody tr td .laydate-day-mark {
  font-size: 14px;
  line-height: 34px;
}
.indexBlock3 .w1280 .right #ID-laydate-static-1 #layui-laydate1 .layui-laydate-main .layui-laydate-content table thead tr td .laydate-day-mark::after, .indexBlock3 .w1280 .right #ID-laydate-static-1 #layui-laydate1 .layui-laydate-main .layui-laydate-content table tbody tr td .laydate-day-mark::after {
  top: 4px;
  background: #f08200;
}
.indexBlock3 .w1280 .right #ID-laydate-static-1 #layui-laydate1 .layui-laydate-main .layui-laydate-content table thead tr .layui-this, .indexBlock3 .w1280 .right #ID-laydate-static-1 #layui-laydate1 .layui-laydate-main .layui-laydate-content table tbody tr .layui-this {
  background: #fff !important;
}
.indexBlock3 .w1280 .right #ID-laydate-static-1 #layui-laydate1 .layui-laydate-main .layui-laydate-content table thead tr .layui-this div, .indexBlock3 .w1280 .right #ID-laydate-static-1 #layui-laydate1 .layui-laydate-main .layui-laydate-content table tbody tr .layui-this div {
  overflow: hidden;
  border-radius: 50%;
  background: #f08200 !important;
}
.indexBlock3 .w1280 .right #ID-laydate-static-1 #layui-laydate1 .layui-laydate-main .layui-laydate-content table thead tr {
  margin-bottom: 10px;
}
.indexBlock3 .w1280 .right #ID-laydate-static-1 #layui-laydate1 .layui-laydate-footer {
  display: none;
}

.indexBlock4 {
  padding-bottom: 60px;
}
.indexBlock4 .w1280 .title {
  padding: 0;
  margin-top: 50px;
}
.indexBlock4 .w1280 .content {
  display: flex;
  justify-content: space-between;
}
.indexBlock4 .w1280 .content .left {
  width: 49.21875%;
  max-width: 630px;
}
.indexBlock4 .w1280 .content .left a {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  font-size: 0;
}
.indexBlock4 .w1280 .content .left a img {
  transition: transform 0.5s;
  transform: scale(1);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.indexBlock4 .w1280 .content .left a::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 7px;
  background-color: #ff7a1a;
}
.indexBlock4 .w1280 .content .right {
  width: 49.21875%;
  max-width: 630px;
}
.indexBlock4 .w1280 .content .right .list {
  display: flex;
  height: 50%;
}
.indexBlock4 .w1280 .content .right .list .img {
  display: flex;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
  width: 50%;
  font-size: 0;
}
.indexBlock4 .w1280 .content .right .list .img img {
  transition: transform 0.5s;
  transform: scale(1);
}
.indexBlock4 .w1280 .content .right .list .img::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 7px;
  background-color: #ff7a1a;
}
.indexBlock4 .w1280 .content .right .list .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding: 0 5.7142857143%;
  background: #f5f5f5;
}
.indexBlock4 .w1280 .content .right .list .text .type {
  margin-top: -2px;
  font-weight: bold;
  font-size: 18px;
  color: #1a1a1a;
}
.indexBlock4 .w1280 .content .right .list .text .time {
  margin-top: 13px;
  font-size: 14px;
  color: #999;
}
.indexBlock4 .w1280 .content .right .list .text .tit {
  margin-top: 21px;
  font-size: 18px;
  color: #666;
}
.indexBlock4 .w1280 .content .right .list .text > a {
  display: flex;
  align-items: center;
  margin-top: 23px;
  /*font-weight: bold;*/
  font-size: 15px;
  line-height: 20px;
  color: #ff7a1a;
}
.indexBlock4 .w1280 .content .right .list .text > a img {
  margin-left: 8px;
}
.indexBlock4 .w1280 .content .right .list:nth-child(even) {
  flex-direction: row-reverse;
}

.indexBlock5 {
  background: #f7f7f7;
  padding-bottom: 60px;
}
.indexBlock5 .w1280 .title {
  padding-bottom: 30px;
}
.indexBlock5 .w1280 .content {
  display: flex;
}
.indexBlock5 .w1280 .content .list {
  width: 300px;
  margin-left: 26px;
  background: #fff;
}
.indexBlock5 .w1280 .content .list .img {
  overflow: hidden;
  font-size: 0;
}
.indexBlock5 .w1280 .content .list .img img {
  transition: transform 0.5s;
  transform: scale(1);
}
.indexBlock5 .w1280 .content .list .text {
  padding: 27px 30px 29px;
}
.indexBlock5 .w1280 .content .list .text p {
  font-weight: bold;
  font-size: 18px;
  color: #212121;
}
.indexBlock5 .w1280 .content .list .text .tips {
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.75;
  color: #666;
}
.indexBlock5 .w1280 .content .list .text .more {
  margin-top: 26px;
}
.indexBlock5 .w1280 .content .list:first-child {
  margin-left: 0;
}

.indexBlock6 {
  position: relative;
  background: url(../images/indexBlock6Img.jpg) no-repeat center/cover;
  background-attachment: fixed;
  min-height: 500px;
}
.indexBlock6 .w1280 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 103px;
}
.indexBlock6 .w1280 .left {
  width: 700px;
}
.indexBlock6 .w1280 .left .tit {
  font-weight: bold;
  font-size: 34px;
  color: #fff;
}
.indexBlock6 .w1280 .left .tips {
  margin-top: 26px;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
}
.indexBlock6 .w1280 .left .link {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.5s, color 0.5s;
  width: 150px;
  height: 44px;
  margin-top: 46px;
  border-radius: 22px;
  border: solid 1px #ffffff;
  font-size: 16px;
  color: #fff;
}
.indexBlock6 .w1280 .right {
  display: flex;
  justify-content: flex-end;
  max-width: 463px;
  width: calc(100% - 700px);
  padding-top: 108px;
  padding-right: 193px;
}
.indexBlock6 .w1280 .right .player {
  font-size: 0;
  cursor: pointer;
}

.windowVideo {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
}
.windowVideo .content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 850px;
  background: #fff;
}
.windowVideo .content .tit {
  padding: 0 20px;
  background: #fff;
  border-bottom: 1px solid #eaeaea;
  font-size: 18px;
  line-height: 40px;
  color: #333;
}
.windowVideo .content .cont {
  font-size: 0;
}
.windowVideo .content .cont video {
  width: 100%;
}
.windowVideo .content .close {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -25px;
  right: -60px;
  z-index: 1;
  width: 40px;
  height: 40px;
  font-size: 0;
  cursor: pointer;
  border-radius: 50%;
  border: 1px solid #fff;
}
.windowVideo .content .close img {
  width: 25px;
  height: 25px;
  filter: contrast(0) brightness(10);
}

@media (any-hover: hover) {
  .more:hover {
    color: #f08200;
  }
  .indexBlock2 .w1280 .img:hover img {
    transform: scale(1.05);
  }
  .indexBlock2 .w1280 .right .content .list ul li:hover a {
    color: #f08200;
  }
  .indexBlock3 .w1280 .left .content .cont ul > .first:hover .img img {
    transform: scale(1.1);
  }
  .indexBlock3 .w1280 .left .content .cont ul li:hover a {
    color: #f08200;
  }
  .indexBlock3 .w1280 .right #ID-laydate-static-1 #layui-laydate1 .layui-laydate-main .layui-laydate-content table tbody tr td div:hover {
    border-radius: 50%;
  }
  .indexBlock4 .w1280 .content .left a:hover img {
    transform: scale(1.05);
  }
  .indexBlock4 .w1280 .content .right .list:hover .img img {
    transform: scale(1.1);
  }
  .indexBlock5 .w1280 .content .list:hover .img img {
    transform: scale(1.1);
  }
  .indexBlock6 .w1280 .left .link:hover {
    background: #fff;
    color: #f08200;
  }
}
@media (max-width: 1200px) {
  .contTit .leftCont a {
    margin-left: 20px;
  }
  .indexBlock4 .w1280 .content .right .list .text .tit {
    font-size: 14px;
    line-height: 1.5;
  }
}
@media (max-width: 1080px) {
  .contTit .leftCont a {
    font-size: 16px;
  }
  .title {
    padding: 30px 0;
  }
  .indexBanner {
    display: none;
  }
  .indexBanner .indexBannerSwiper .swiper-pagination {
    bottom: 40px;
  }
  .indexBanner .indexBannerSwiper .swiper-wrapper .swiper-slide {
    height: auto;
  }
  .indexBanner.mob {
    display: block;
  }
  .indexBanner .w1280 {
    position: initial;
    transform: translate(0);
    padding: 20px 0;
  }
  .indexBanner .w1280 .left {
    display: none;
  }
  .indexBanner .w1280 .right {
    flex-wrap: wrap;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .indexBanner .w1280 .right .list {
    padding-right: 0;
    flex-direction: column;
  }
  .indexBanner .w1280 .right .list .img {
    margin-right: 0;
  }
  .indexBanner .w1280 .right .list .img img {
    margin: 0 auto;
  }
  .indexBanner .w1280 .right .list .text {
    text-align: center;
    margin-top: 5px;
  }
  .indexBanner .w1280 .right .list .text .tips {
    display: none;
  }
  .indexBlock3 {
    padding: 25px 0 40px;
    background-attachment: initial;
  }
  .indexBlock3 .w1280 {
    flex-wrap: wrap;
  }
  .indexBlock3 .w1280 .left .tit p {
    font-size: 20px;
  }
  .indexBlock3 .w1280 .left .content .tab {
    overflow-x: auto;
  }
  .indexBlock3 .w1280 .left .content .tab::-webkit-scrollbar {
    opacity: 0 !important;
  }
  .indexBlock3 .w1280 .left .content .cont ul li a {
    width: 100%;
  }
  .indexBlock3 .w1280 .left .content .cont ul li span {
    display: none;
  }
  .indexBlock3 .w1280 .right {
    padding-bottom: 20px;
    max-width: 420px;
  }
  .indexBlock3 .w1280 .right .tit {
    padding-top: 22px;
    padding-bottom: 20px;
  }
  .indexBlock3 .w1280 .right .tit span {
    font-size: 20px;
  }
  .indexBlock4 {
    padding-bottom: 40px;
  }
  .indexBlock4 .w1280 .title {
    padding: 40px 0 30px;
  }
  .indexBlock4 .w1280 .title .left p {
    font-size: 20px;
  }
  .indexBlock4 .w1280 .content {
    flex-wrap: wrap;
  }
  .indexBlock4 .w1280 .content .left {
    width: 100%;
    margin: 0 auto;
  }
  .indexBlock4 .w1280 .content .right {
    width: 100%;
    margin: 0 auto;
  }
  .indexBlock4 .w1280 .content .right .list .text .time {
    display: none;
  }
  .indexBlock5 .w1280 .title .left p {
    font-size: 20px;
  }
  .indexBlock6 {
    background-attachment: initial;
  }
  .indexBlock6 .w1280 {
    padding-top: 56px;
  }
  .indexBlock6 .w1280 .left .tit {
    font-size: 20px;
  }
  .indexBlock6 .w1280 .left .tips {
    font-size: 14px;
    line-height: 30px;
  }
  .indexBlock6 .w1280 .right {
    display: none;
  }
}
@media (max-width: 996px) {
  .indexBlock2 .w1280 {
    flex-wrap: wrap;
  }
  .indexBlock2 .w1280 .img {
    width: 100%;
    height: auto;
  }
  .indexBlock2 .w1280 .right {
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .indexBlock2 .w1280 .right .list {
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
  }
  .indexBlock3 .w1280 {
    flex-wrap: wrap;
  }
  .indexBlock3 .w1280 .left {
    width: 100%;
  }
  .indexBlock3 .w1280 .right {
    width: 100%;
    max-width: 100%;
    margin-top: 30px;
  }
  .indexBlock5 {
    padding-bottom: 10px;
  }
  .indexBlock5 .w1280 .content {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .indexBlock5 .w1280 .content .list {
    width: calc((100% - 30px) / 2);
    margin: 0 0 30px;
  }
  .indexBlock5 .w1280 .content .list .img img {
    width: 100%;
  }
}
@media (max-width: 820px) {
  .indexBlock4 .w1280 .content {
    flex-direction: column;
  }
  .indexBlock4 .w1280 .content .left {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  .indexBlock4 .w1280 .content .right {
    width: 100%;
    max-width: 100%;
    margin-top: 30px;
  }
  .indexBlock4 .w1280 .content .right .list .img img {
    width: 100%;
  }
  .indexBlock4 .w1280 .content .right .list .text {
    padding: 0 20px;
  }
}
@media (max-width: 500px) {
  .more {
    font-size: 14px;
  }
  .indexBanner .indexBannerSwiper .swiper-pagination {
    bottom: 20px;
  }
  .indexBanner .w1280 .right .list .img {
    height: 35px;
  }
  .indexBanner .w1280 .right .list .img img {
    max-height: 100%;
  }
  .indexBanner .w1280 .right .list .text p {
    font-size: 14px;
  }
  .indexBlock2 {
    padding-top: 40px;
  }
  .indexBlock2 .w1280 .right .list {
    padding: 20px 20px 25px;
  }
  .indexBlock2 .w1280 .right .list ul li {
    margin-top: 15px;
  }
  .indexBlock2 .w1280 .right .list ul li a .leftCont {
    font-size: 14px;
  }
  .indexBlock2 .w1280 .right .list ul li a span {
    font-size: 12px;
  }
  .indexBlock3 .w1280 .left .contTit .leftCont {
    width: 100%;
  }
  .indexBlock3 .w1280 .left .contTit .more {
    display: none;
  }
  .indexBlock3 .w1280 .left .content ul li {
    margin-top: 15px;
  }
  .indexBlock3 .w1280 .left .content ul li a .leftCont {
    font-size: 14px;
  }
  .indexBlock3 .w1280 .left .content ul li a span {
    font-size: 12px;
  }
  .indexBlock3 .w1280 .left .content ul > .first {
    margin-bottom: 22px;
  }
  .indexBlock3 .w1280 .left .content ul > .first .text p {
    -webkit-line-clamp: 3;
    font-size: 14px;
  }
  .indexBlock3 .w1280 .right {
    padding: 20px;
  }
  .indexBlock4 .w1280 .content .right {
    margin-top: 0;
  }
  .indexBlock4 .w1280 .content .right .list {
    flex-direction: column;
    margin-top: 30px;
  }
  .indexBlock4 .w1280 .content .right .list .img {
    width: 100%;
  }
  .indexBlock4 .w1280 .content .right .list .text {
    width: 100%;
    padding: 20px;
  }
  .indexBlock4 .w1280 .content .right .list .text .tit {
    margin-top: 10px;
  }
  .indexBlock4 .w1280 .content .right .list .text > a {
    margin-top: 10px;
  }
  .indexBlock4 .w1280 .content .right .list:nth-child(even) {
    flex-direction: column;
  }
  .indexBlock5 .w1280 .content {
    flex-wrap: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
  }
  .indexBlock5 .w1280 .content .list {
    min-width: 300px;
    width: 300px;
    margin-left: 20px;
  }
  .indexBlock5 .w1280 .content .list:first-child {
    margin-left: 0;
  }
}/*# sourceMappingURL=index.css.map */
