body {
  line-height: 1.5;
}
.cont {
  width: 100%;
  overflow: hidden;
}
.cont svg {
  margin: 0!important;
}
.cont .top_tit {
  display: flex;
  justify-content: space-between;
}
.cont .top_tit .title {
  width: calc(100% - 210px);
}
.cont .top_tit .title .ic {
  display: flex;
  align-items: center;
}
.cont .top_tit .title .ic img {
  width: 35px;
}
.cont .top_tit .title .ic p {
  color: 333333;
  margin-left: 12px;
}
.cont .top_tit .title span {
  display: block;
  color: rgba(51, 51, 51, 0.8);
  margin-top: 15px;
  width: 50%;
  text-align: justify;
}
.cont .more {
  background: url(../img/index_ic2.png);
  background-size: cover;
  width: 201px;
  height: 59px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cont .more p {
  color: #b69660;
  transition: all 0.3s;
}
.cont .more .ic {
  width: 10px;
  margin-left: 12px;
}
.cont .more:hover p {
  margin-right: 5px;
}
.cont .page1 {
  position: relative;
  z-index: 2;
  background-color: #fff;
}
.cont .page1 .index_banner {
  width: 100%;
  margin-top: 85px;
}
.cont .page1 .index_banner .swiper-pagination {
  bottom: 5%;
}
.cont .page1 .index_banner .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.5;
  width: 56px;
  height: 3px;
  border-radius: 0;
}
.cont .page1 .index_banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.cont .page1 .index_banner .swiper-slide .banner-video {
  width: 100%;
  height: 100%;
}
.cont .page1 .index_banner .swiper-slide .banner-video video {
  width: 100%;
  height: 100%;
}
.cont .page1 .index_banner .swiper-slide .img {
  width: 100%;
}
.cont .page1 .index_banner .swiper-slide .storey {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
}
.cont .page1 .index_banner .swiper-slide .storey img {
  height: 100%;
  object-fit: cover;
}
.cont .page1 .index_banner .swiper-slide .storey.wall {
  opacity: 1;
}
.cont .page1 .index_banner .swiper-slide .txt img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.cont .page1 .index_banner .swiper-slide.swiper-slide-active .storey.wall {
  z-index: 10;
  animation: wall 4s ease-in 0.2s 1 forwards;
}
.cont .page1 .index_banner .swiper-slide.swiper-slide-active .storey.cloud2 {
  animation: yun1 8s linear 0s infinite;
}
.cont .page1 .index_banner .swiper-slide.swiper-slide-active .storey.cloud3 {
  left: 40%;
  animation: yun2 8s linear 4s infinite;
}
.cont .page1 .index_banner .swiper-slide.swiper-slide-active .storey.cloud1 {
  animation: yun1 8s linear 0s infinite;
}
.cont .page1 .index_banner .swiper-slide.swiper-slide-active .txt .t3 {
  animation: t1 1.4s ease-out 0.1s 1 forwards;
}
.cont .page1 .index_banner .swiper-slide.swiper-slide-active .txt .t2 {
  animation: t3 1.2s ease-out 0.5s 1 forwards;
}
.cont .page1 .index_banner .swiper-slide.swiper-slide-active .txt .t1 {
  animation: t2 1.2s ease-out 0.5s 1 forwards;
}
.cont .page2 {
  background: url(../img/index2_bg.jpg) center bottom;
  background-size: cover;
  padding: 100px 0 115px;
}
.cont .page2 .new_top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.cont .page2 .new_top .item_l {
  width: 31.94%;
  position: relative;
}
.cont .page2 .new_top .item_l .img {
  width: 100%;
  overflow: hidden;
}
.cont .page2 .new_top .item_l .txt {
  position: absolute;
  bottom: 18%;
  left: 23%;
}
.cont .page2 .new_top .item_l .txt p,
.cont .page2 .new_top .item_l .txt span {
  color: #fff;
  display: block;
}
.cont .page2 .new_top .item_l:hover .img img {
  transform: scale(1.05);
}
.cont .page2 .new_top .item_r {
  width: 65.76%;
}
.cont .page2 .new_top .item_r .img {
  width: 100%;
  overflow: hidden;
}
.cont .page2 .new_top .item_r .txt {
  position: absolute;
  bottom: 10%;
  left: 5%;
  width: 60%;
}
.cont .page2 .new_top .item_r .txt p {
  color: #fff;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 3em;
}
.cont .page2 .new_top .item_r .swiper-pagination {
  bottom: 11%;
  width: 30%;
  left: auto;
  right: 0;
}
.cont .page2 .new_top .item_r .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.5;
  width: 16.5%;
  height: 3px;
  border-radius: 0;
}
.cont .page2 .new_top .item_r .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.cont .page2 .new_top .item_r .swiper-slide:hover .img img {
  transform: scale(1.05);
}
.cont .page2 .new_list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 2.09%;
}
.cont .page2 .new_list li {
  width: 31.94%;
  border: 1px solid #d6bf99;
  background: rgba(255, 255, 255, 0.9);
  padding: 4px;
}
.cont .page2 .new_list li .frame {
  padding: 35px 25px;
}
.cont .page2 .new_list li .frame p {
  color: #333333;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 3em;
  transition: all 0.3s;
}
.cont .page2 .new_list li .frame i {
  display: block;
  color: #646464;
  margin: 16px 0;
}
.cont .page2 .new_list li .frame span {
  color: #616161;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 3em;
}
.cont .page2 .new_list li:hover .frame p {
  background: linear-gradient(135deg, #e6b162, #b78439 70%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.cont .page3 {
  background: url(../img/index3_bg1.jpg) center top;
  background-size: cover;
  position: relative;
  padding: 150px 0 76px;
}
.cont .page3 .bg1 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
.cont .page3 .y1 {
  position: absolute;
  top: 0;
  left: -42%;
  animation: page3_yun1 10s ease-out 0s infinite;
}
.cont .page3 .y2 {
  position: absolute;
  top: 0;
  right: -29%;
  animation: page3_yun2 12s ease-out 0s infinite;
}
.cont .page3 .w1440 {
  position: relative;
  z-index: 11;
}
.cont .page3 .item-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 11;
  margin-top: 450px;
}
.cont .page3 .item-list li {
  width: 17.84%;
  padding: 8px;
  transition: all ease-out 0.5s;
  position: relative;
}
.cont .page3 .item-list li::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.96);
}
.cont .page3 .item-list li .frame {
  padding: 25px 26px 15px;
  height: 100%;
  position: relative;
  z-index: 5;
}
.cont .page3 .item-list li .frame .ic {
  width: 32px;
  margin-bottom: 5px;
}
.cont .page3 .item-list li .frame p {
  color: #333333;
  display: inline-block;
}
.cont .page3 .item-list li .frame span {
  color: #333;
  -webkit-line-clamp: 2;
  display: none;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 3em;
  margin-top: 15px;
}
.cont .page3 .item-list li .frame i {
  border-radius: 100%;
  background: rgba(211, 211, 211, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-top: 31px;
}
.cont .page3 .item-list li .frame i img {
  width: 17px;
}
.cont .page3 .item-list li.on {
  width: 44%;
  background: url(../img/index3_btn_bg.png);
}
.cont .page3 .item-list li.on::after {
  display: none;
}
.cont .page3 .item-list li.on .frame {
  padding: 26px 32px 15px;
}
.cont .page3 .item-list li.on .frame .ic {
  display: none;
}
.cont .page3 .item-list li.on .frame p {
  background: linear-gradient(135deg, #eee09c, #b78439);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: bold;
}
.cont .page3 .item-list li.on .frame span {
  display: -webkit-box;
}
.cont .page3 .item-list li.on .frame i {
  margin-top: 13px;
}
.cont .page4 {
  background: url(../img/index4_bg.jpg) center bottom;
  background-size: cover;
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.cont .page4 .bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
}
.cont .page4 .p_box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}
.cont .page4 .w1440 {
  position: relative;
  z-index: 10;
}
.cont .page4 .w1440 .item_l {
  width: 55%;
}
.cont .page4 .w1440 .item_l .top_tit .title span {
  width: 100%;
  margin-top: 0px;
  color: #333;
}
.cont .page4 .w1440 .item_l .des {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 2;
  width: 91%;
  text-align: justify;
}
.cont .page4 .w1440 .item_l ul {
  margin-top: 50px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cont .page4 .w1440 .item_l ul li {
  width: 33%;
  margin: 0 25px;
}
.cont .page4 .w1440 .item_l ul li .ic {
  display: flex;
  align-items: center;
}
.cont .page4 .w1440 .item_l ul li .ic img {
  width: 18px;
}
.cont .page4 .w1440 .item_l ul li .ic p {
  color: #555;
  margin-left: 7px;
}
.cont .page4 .w1440 .item_l ul li .num {
  background-image: url(../img/index4_t1.jpg);
  background-size: 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-family: impact;
  line-height: 1;
}
.cont .page4 .w1440 .item_l ul li i {
  color: #b7873c;
}
.cont .page4 .w1440 .item_l ul li:nth-child(2) i {
  color: #cec196;
}
.cont .page4 .w1440 .item_l .pour {
  color: #333;
  margin-top: 40px;
}
.cont .page4 .w1440 .item_l .more {
  margin-top: 5px;
}
.cont .page4 .item_r {
  width: 40.67%;
  transform: translateY(20%);
  opacity: 0;
}
.cont .page4.on .item_r {
  animation: roll1 2s ease-out 0s forwards;
}
.cont .page4.on .bg {
  animation: roll2 15s linear 0s forwards;
}
.cont .page5 {
  position: relative;
}
.cont .page5 .bg .line {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
.cont .page5 .yun {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
}
.cont .page5 .yun.y1 {
  animation: page5_yun 20s linear 0s infinite;
}
.cont .page5 .yun.y2 {
  animation: page5_yun2 20s linear 10s infinite;
}
.cont .page5 .p_box {
  position: absolute;
  top: 52%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  z-index: 10;
  pointer-events: none ;
}
.cont .page5 .p_box.p1 {
  top: 10%;
  transform: translateY(0);
}
.cont .page5 .p_box.p2 {
  top: auto;
  bottom: 8%;
  transform: translateY(0);
}
.cont .page5 .p_box .more {
  pointer-events: auto;
}
.cont .page5 .p_box .switch-cont {
  margin-top: 24%;
  width: 56%;
  float: right;
  pointer-events: auto;
}
.cont .page5 .p_box .switch-cont .item {
  position: relative;
}
.cont .page5 .p_box .switch-cont .item .year {
  white-space: nowrap;
  text-align: center;
  font-size: 250px;
  opacity: 0.7;
  background: linear-gradient(91deg, #eee09c, #b78439);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  position: absolute;
  top: -87%;
  left: 50%;
  transform: translateX(-50%);
  font-family: impact;
}
.cont .page5 .p_box .switch-cont .item .year.on {
  animation: txtyd 0.6s ease-out 0s 1 forwards;
}
.cont .page5 .p_box .switch-cont .item .item_box {
  width: 100%;
  padding: 8px;
  background: url(../img/index3_btn_bg.png);
  position: relative;
  z-index: 5;
}
.cont .page5 .p_box .switch-cont .item .item_box .frame {
  padding: 32px;
}
.cont .page5 .p_box .switch-cont .item .item_box .frame a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cont .page5 .p_box .switch-cont .item .item_box .frame a .img {
  width: 29%;
  overflow: hidden;
}
.cont .page5 .p_box .switch-cont .item .item_box .frame a .txt {
  width: 70%;
  padding-left: 5%;
}
.cont .page5 .p_box .switch-cont .item .item_box .frame a .txt p {
  color: #333;
  transition: all 0.3s;
}
.cont .page5 .p_box .switch-cont .item .item_box .frame a .txt span {
  margin-top: 10px;
  color: #333;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 3em;
}
.cont .page5 .p_box .switch-cont .item .item_box .frame a .txt i {
  border-radius: 100%;
  background: rgba(211, 211, 211, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: all 0.3s;
}
.cont .page5 .p_box .switch-cont .item .item_box .frame a .txt i img {
  width: 17px;
}
.cont .page5 .p_box .switch-cont .item .item_box .frame a:hover .img img {
  transform: scale(1.05);
}
.cont .page5 .p_box .switch-cont .item .item_box .frame a:hover .txt span {
  background: linear-gradient(135deg, #e6b162, #b78439 70%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.cont .page5 .p_box .switch-cont .item .item_box .frame a:hover .txt i {
  margin-left: 15px;
}
.cont .page5 .year-list {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 11;
  pointer-events: none;
}
.cont .page5 .year-list .swiper-wrapper {
  position: static;
}
.cont .page5 .year-list .swiper-slide {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  text-align: center;
  width: auto;
  height: auto;
  pointer-events: auto;
}
.cont .page5 .year-list .swiper-slide .ic {
  width: 45px;
  position: absolute;
  top: -94px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  opacity: 0;
}
.cont .page5 .year-list .swiper-slide p {
  white-space: nowrap;
  position: absolute;
  top: -40px;
  color: #755c21;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}
.cont .page5 .year-list .swiper-slide .dian {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background: #c69d54;
  border: 2px solid #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.cont .page5 .year-list .swiper-slide.on .ic {
  opacity: 1;
}
.cont .page5 .year-list .swiper-slide:nth-child(1) {
  top: 82%;
  left: 15%;
}
.cont .page5 .year-list .swiper-slide:nth-child(2) {
  top: 77%;
  left: 19%;
}
.cont .page5 .year-list .swiper-slide:nth-child(3) {
  top: 76%;
  left: 23.5%;
}
.cont .page5 .year-list .swiper-slide:nth-child(4) {
  top: 71%;
  left: 26.7%;
}
.cont .page5 .year-list .swiper-slide:nth-child(5) {
  top: 65.5%;
  left: 29.7%;
}
.cont .page5 .year-list .swiper-slide:nth-child(6) {
  top: 59.5%;
  left: 33.5%;
}
.cont .page5 .year-list .swiper-slide:nth-child(7) {
  top: 56%;
  left: 38%;
}
.cont .page5 .year-list .swiper-slide:nth-child(8) {
  top: 54.5%;
  left: 43%;
}
.cont .page5 .year-list .swiper-slide:nth-child(9) {
  top: 51%;
  left: 47%;
}
.cont .page5 .year-list .swiper-slide:nth-child(10) {
  top: 46.5%;
  left: 51%;
}
.cont .page5 .year-list .swiper-slide:nth-child(11) {
  top: 42.5%;
  left: 55%;
}
.cont .page5 .year-list .swiper-slide:nth-child(12) {
  top: 38%;
  left: 59%;
}
.cont .page5 .year-list .swiper-slide:nth-child(13) {
  top: 34%;
  left: 62.7%;
}
.cont .page5 .year-list .swiper-slide:nth-child(14) {
  top: 30.5%;
  left: 66%;
}
.cont .page5 .year-list .swiper-slide:nth-child(15) {
  top: 30%;
  left: 69.5%;
}
.cont .page5 .year-list .swiper-slide:nth-child(16) {
  top: 29.5%;
  left: 73%;
}
.cont .page5 .year-list .swiper-slide:nth-child(17) {
  top: 26.5%;
  left: 76%;
}
.pp {
  animation: p2fd 0.4s linear 0.1s 1 forwards;
  transform: scale(0);
}
.pp {
  animation: hand2 1s linear 0s infinite;
  transform: scale(0);
}
@keyframes t1 {
  0% {
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes t2 {
  0% {
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes t3 {
  0% {
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes yun1 {
  0% {
    transform: scale(1) translate(0, 0);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1.5) translate(100px, -50px);
  }
}
@keyframes yun2 {
  0% {
    transform: scale(1) translate(0, 0);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1.5) translate(150px, -100px);
  }
}
@keyframes wall {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 1;
    transform: scale(2);
  }
}
/* page3 云 */
@keyframes page3_yun1 {
  0% {
    transform: scale(1) translateX(-50%);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1.2) translatex(80%);
  }
}
@keyframes page3_yun2 {
  0% {
    transform: scale(1) translateX(50%);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1.2) translatex(-80%);
  }
}
/* page4 背景 */
@keyframes roll1 {
  0% {
    opacity: 0;
    transform: translateY(20%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes roll2 {
  0% {
    transform: translateX(50%);
  }
  100% {
    transform: translateX(0%);
  }
}
/* page5 背景 */
@keyframes page5_yun {
  0% {
    opacity: 0;
    transform: translateX(-80%);
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateX(100%);
  }
}
@keyframes page5_yun2 {
  0% {
    opacity: 0;
    transform: scale(1.03) translateX(-80%);
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1.03) translateX(100%);
  }
}
@keyframes txtyd {
  0% {
    opacity: 0;
    transform: translateX(-50%) translateY(-70px);
  }
  100% {
    opacity: 0.7;
    transform: translateX(-50%) translateY(0px);
  }
}
@media screen and (max-width: 1600px) {
  .cont .page3 .item-list {
    margin-top: 350px;
  }
}
/* 125% */
@media screen and (max-width: 1440px) {
  .cont .page4 {
    padding: 50px 0;
  }
  .cont .page5 .p_box .switch-cont {
    width: 50%;
  }
  .cont .page5 .p_box .switch-cont .item .year {
    font-size: 230px;
  }
  .cont .page4 {
    padding: 40px 0;
  }
}
@media screen and (max-width: 1366px) {
  .cont .page2 {
    padding: 70px 0 85px;
  }
  .cont .page3 .item-list {
    margin-top: 250px;
  }
  .cont .page3 {
    padding: 90px 0 40px;
  }
  .cont .page4 .w1440 .item_l .des {
    padding-top: 15px;
    margin-top: 15px;
  }
  .cont .page4 .w1440 .item_l ul {
    margin-top: 20px;
  }
  .cont .page4 .w1440 .item_l .more {
    margin-top: 30px;
  }
  .cont .page5 .p_box .switch-cont .item .year {
    font-size: 150px;
    top: -64%;
  }
  .cont .page5 .p_box .switch-cont {
    width: 45%;
  }
  .cont .page5 .p_box .switch-cont .item .item_box .frame {
    padding: 20px;
  }
  .cont .page5 .p_box .switch-cont .item .item_box .frame a .txt i {
    margin-top: 10px;
  }
  .cont .page5 .year-list .swiper-slide p {
    font-size: 18px;
  }
  .cont .page5 .year-list .swiper-slide .ic {
    width: 35px;
  }
}
@media screen and (max-width: 1280px) {
  .cont .page5 .p_box .switch-cont {
    margin-top: 18%;
  }
}
@media screen and (max-width: 1170px) {
  .cont .page5 .year-list .swiper-slide p {
    font-size: 16px;
  }
}
/* 150 */
@media screen and (max-width: 998px) {
  .cont .page3 .top_tit {
    flex-wrap: wrap;
  }
  .cont .page3 .top_tit .title {
    width: 100%;
  }
  .cont .more {
    width: 150px;
    height: 44px;
  }
  .cont .more .ic {
    width: 8px;
  }
  .cont .page3 .more {
    margin-top: 20px;
  }
  .cont .page1 .index_banner {
    margin-top: 50px;
  }
  .cont .page1 .index_banner .swiper-pagination-bullet {
    width: 20px;
    height: 2px;
  }
  .cont .page1 .index_banner .swiper-pagination {
    bottom: 2%;
  }
  .cont .page2 {
    padding: 40px 0;
  }
  .cont .page2 .new_top {
    margin-top: 15px;
  }
  .cont .page3 .bg1 {
    width: 150%;
    left: -25%;
  }
  .cont .page4 .p_box {
    transform: translateY(0%);
    position: relative;
    top: 0;
    z-index: 10;
  }
  .cont .page4 .w1440 .item_l {
    width: 100%;
  }
  .cont .page4 {
    flex-wrap: wrap;
  }
  .cont .page4.on .item_r {
    width: 78%;
    margin-top: -17%;
    margin-bottom: -17%;
  }
  .cont .page4 .w1440 .item_l .des {
    width: 100%;
  }
  .cont .top_tit .title span br {
    display: none;
  }
  .cont .page5 {
    background: url(../img/index5_bg.jpg) bottom center;
    background-size: cover;
    padding: 50px 0;
  }
  .cont .page5 .bg > img {
    display: none;
  }
  .cont .page5 .bg .line {
    display: none;
  }
  .cont .page5 .p_box {
    position: relative;
    transform: translate(0, 0);
  }
  .cont .top_tit {
    flex-wrap: wrap;
  }
  .cont .page5 .top_tit .title {
    width: 100%;
  }
  .cont .page5 .p_box .more {
    margin-top: 20px;
  }
  .cont .page5 .year-list {
    position: relative;
    pointer-events: auto;
    margin-top: 30px;
  }
  .cont .page5 .year-list::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #e2cb88;
    position: absolute;
    bottom: 12px;
    left: 0;
  }
  .cont .page5 .year-list .swiper-slide .ic {
    position: static;
    transform: translateX(0);
    width: 20px;
  }
  .cont .page5 .year-list .swiper-wrapper {
    position: relative;
  }
  .cont .page5 .year-list .swiper-wrapper .swiper-slide {
    position: static;
  }
  .cont .page5 .year-list .swiper-slide p {
    position: static;
    transform: translateX(0);
    font-size: 40px;
  }
  .cont .page5 .p_box .switch-cont {
    width: 70%;
    float: none;
    margin: 100px auto 0;
  }
  .cont .top_tit .title span {
    width: 100%;
  }
  .cont .top_tit .title {
    width: calc(100% - 120px);
  }
}
@media screen and (max-width: 768px) {
  .cont .page3 .item-list li .frame i {
    width: 30px;
    height: 30px;
  }
  .cont .page5 .p_box .switch-cont .item .item_box .frame a .txt i {
    width: 30px;
    height: 30px;
  }
  .cont .page4 .w1440 .item_l ul li .num {
    font-size: 38px;
  }
  .cont .top_tit .title .ic img {
    width: 25px;
  }
  .cont .more {
    width: 120px;
    height: 35px;
  }
  .cont .more .ic {
    width: 6px;
  }
  .cont .page4 .w1440 .item_l ul li .ic p {
    font-size: 12px;
  }
  .cont .page4 .w1440 .item_l ul li .num {
    margin: 8px 0;
  }
  .cont .page2 .new_top {
    flex-wrap: wrap;
  }
  .cont .page2 .new_top .item_l {
    width: 100%;
  }
  .cont .page2 .new_top .item_r {
    width: 100%;
    margin-top: 10px;
  }
  .cont .page2 .new_list {
    margin-top: 10px;
    flex-wrap: wrap;
  }
  .cont .page2 .new_list li {
    width: 100%;
    margin-bottom: 10px;
  }
  .cont .page3 .item-list {
    margin-top: 50px;
    flex-wrap: wrap;
  }
  .cont .page3 .item-list li {
    width: 100%!important;
    margin-bottom: 10px;
  }
  .cont .page3 .item-list li .frame {
    padding: 13px 18px 13px!important;
  }
  .cont .page3 .item-list li .frame .ic {
    display: none;
  }
  .cont .page3 .item-list li .frame span {
    display: block!important;
    height: auto;
  }
  .cont .page3 .item-list li .frame i {
    margin-top: 13px;
  }
  .cont .page5 .year-list .swiper-slide p {
    font-size: 22px;
  }
  .cont .page5 .p_box .switch-cont {
    width: 100%;
    margin: 140px auto 0;
  }
  .cont .page5 .year-list {
    margin-top: 22px;
  }
  .cont .top_tit .title .ic p {
    font-size: 26px;
  }
}
/*# sourceMappingURL=./index.css.map */