.index_page1 {
  width: 100%;
  height: 100%;
}

.index_page1 .page1Swiper {
  width: 100%;
  height: 100%;
}

.index_page1 .page1Swiper .swiper-slide {
  width: 100%;
  height: 100%;
}

@keyframes anima1 {
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

.index_page1 .page1Swiper .page1-pagination {
  bottom: 50px !important;
}

.index_page1 .page1Swiper .page1-pagination span {
  opacity: 1 !important;
  background-color: #ccc;
}

.index_page1 .page1Swiper .page1-pagination span.active {
  background: #c82126 !important;
  width: 25px;
  border-radius: 20px;
}

.index_page1 .swiper-slide {
  width: 100%;
  height: 100%;
  background-image: none;
  background-size: cover;
  background-repeat: no-repeat;
}

.proliAlery {
  position: fixed;
  top: 90px;
  left: 0;
  width: 100%;
  padding: 30px 0 60px 0;
  display: none;
  z-index: 888;
  background-color: #fff;
  box-shadow: rgb(33 35 38 / 10%) 0px 10px 10px -10px;
}

.proliAlery .Alery_box {
  width: 100%;
  display: flex;
  padding: 0 3%;
  align-items: center;
  justify-content: space-between;
}

.proliAlery .Alery_box .Alery>img {
  width: 96px;
  height: 96px;
  display: block;
}

.proliAlery .Alery_box .Alery>span {
  margin-top: 15px;
  font-size: 14px;
  color: #423e3d;
}

.index_classl {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  padding: 0 5%;
  z-index: 50;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}

.index_classl .classl_item {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  white-space: nowrap;
}

.index_classl .classl_item>img {
  max-width: 36px;
  display: block;
}

.index_classl .classl_item span {
  color: #423e3d;
  font-size: 14px;
}

.pagesBox {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagesBox a,
.pagesBox span {
  margin-top: 35px;
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 3px;
  margin-right: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}

.pagesBox a font,
.pagesBox span font {
  font-size: 14px;
  width: 100%;
  height: 100%;
  background: #c82126;
  color: #fff !important;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page2_list {
  width: 100%;
  height: 100%;
}

.page2_list .page2_item::before {
  content: '';
  display: block;
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(200, 33, 38, 0.6);
  transition: all 1s ease;
}

.page2_list .page2_item:hover::before {
  background-color: transparent;
}

.page2_list .page2_item:hover .info {
  transform: translateY(50px);
  color: #c82126;
}

.page2_list .page2_item {
  display: block;
  height: 100%;
  flex: 1;
  position: relative;
  background-image: none;
  background-size: cover;
}

.page2_list .page2_item .info {
  top: 180px;
  left: 70px;
  z-index: 10;
  position: absolute;
  color: #fff;
  transition: all 0.3s;
}

.page2_list .page2_item .info .txt {
  font-size: 15px;
  color: inherit;
  transition: all 0.3s;
  margin-bottom: 5px;
}

.page2_list .page2_item .info .tit {
  font-weight: 500;
  transition: all 0.3s;
  font-size: 26px;
  color: inherit;
}

.page3_slide {
  background: url(/public/static/mains/img/index/3-1.jpg) no-repeat;
  background-size: cover;
}

.page3_title .title {
  color: #fff;
  font-size: 45px;
  font-weight: 550;
  margin-bottom: 10px;
}

.page3_title .txt {
  color: #fff;
  position: relative;
  font-size: 35px;
}

.page3_title .txt::after {
  content: '';
  display: block;
  position: absolute;
  width: 60px;
  height: 5px;
  background: #fff;
  bottom: -30px;
  border-radius: 20px;
}

.page3_swiper {
  width: 100%;
  height: 350px;
  margin-top: 220px;
}

.page3_swiper .swiper-slide {
  width: 100%;
}

.page3_swiper .page3_flex {
  display: flex;
  width: 100%;
  min-height: 300px;
  align-items: flex-start;
  justify-content: center;
}

.page3_swiper .page3_flex .flex_item {
  flex: 1;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page3_swiper .page3_flex .flex_item .img_b {
  min-height: 100px;
}

.page3_swiper .page3_flex .flex_item .img_b>img {
  width: 100px;
  max-width: 100px;
  display: block;
}

.page3_swiper .page3_flex .flex_item .tit {
  font-weight: 550;
  color: inherit;
  font-size: 22px;
  margin: 15px 0 10px 0;
}

.page3_swiper .page3_flex .flex_item .txt {
  max-width: 300px;
  color: inherit;
  font-size: 14px;
}

.more:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: #c82126;
  transition: all 0.3s ease;
}

.more:hover {
  color: #fff !important;
  border-color: #c82126 !important;
}

.more:hover:after {
  left: 0;
  width: 100%;
}

.more {
  cursor: pointer;
  position: relative;
  z-index: 1;
  background-position: -100% 0;
  margin-top: 60px;
  width: 135px;
  height: 45px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  color: #fff;
  font-size: 16px;
}

.more i {
  font-size: 22px;
  margin-left: 15px;
}

.more.black {
  border: 1px solid #4d4948;
  color: #4d4948;
}

.page4_slide {
  padding: 0px 70px;
}

.page4_top {
  width: 100%;
  background: url(/public/static/mains/img/index/5-1.jpg) no-repeat;
  background-size: cover;
  align-items: flex-start;
  height: 520px;
  padding: 0 60px;
  position: relative;
}

.page4_top .info {
  position: absolute;
  top: 110px;
}

.page4_top .info .more {
  color: #383332;
  border-color: #383332;
}

.page4_top .info .tit {
  color: #c82126;
  font-size: 45px;
  margin-bottom: 45px;
}

.page4_top .info .txt {
  color: #4d4948;
  font-size: 35px;
  position: relative;
}

.page4_top .info .txt::before {
  content: '';
  display: block;
  position: absolute;
  top: -25px;
  left: 0;
  width: 60px;
  height: 4px;
  background: #193565;
}

.page4_bottom {
  width: 100%;
}

.page4_bottom .page4_item:hover .info {
  background-color: #c82126;
  color: #fff;
}

.page4_bottom .page4_item {
  border: solid 1px #eee;
  border-top: none;
  border-right: none;
  height: 290px;
  flex: 1;
  cursor: pointer;
}

.page4_bottom .page4_item .img_b {
  width: 100%;
  min-height: 95px;
}

.page4_bottom .page4_item .img_b img {
  width: 54px;
  display: block;
}

.page4_bottom .page4_item .info {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 10px;
  width: 100%;
  flex: 1;
  color: #000;
  transition: all 0.3s;
}

.page4_bottom .page4_item .info .tit {
  margin: 20px 0;
  color: inherit;
  font-size: 18px;
}

.page4_bottom .page4_item .info .txt {
  color: inherit;
  text-align: center;
  line-height: 30px;
  font-size: 13px;
}

.page5_title .title {
  color: #c82126;
  font-size: 35px;
  position: relative;
  margin-bottom: 40px;
}

.page5_title .title::after {
  content: '';
  position: absolute;
  display: block;
  width: 60px;
  height: 1px;
  background-color: #c82126;
  bottom: -20px;
}

.page5_title .txt {
  color: #4d4948;
  font-size: 16px;
}

.page5_slide {
  background-color: #f8f8f8;
  padding: 0px 70px;
}

.page5_swiper {
  width: 100%;
  margin-top: 30px;
  height: 650px;
}

.page5_swiper .swiper-slide {
  width: 100%;
}

.page5_swiper .swiper-slide .page5_lfex {
  width: 100%;
  display: flex;
}

.page5_swiper .swiper-slide .page5_lfex .lfex_iotem:hover .lfex_befter {
  top: 0%;
}

.page5_swiper .swiper-slide .page5_lfex .lfex_iotem:hover .lfex_after {
  bottom: 0%;
}

.page5_swiper .swiper-slide .page5_lfex .lfex_iotem {
  flex: 1;
  position: relative;
  height: 600px;
  overflow: hidden;
}

.page5_swiper .swiper-slide .page5_lfex .lfex_iotem .lfex_befter,
.page5_swiper .swiper-slide .page5_lfex .lfex_iotem .lfex_after {
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  left: 0;
  height: 100%;
  z-index: 10;
  background-image: none;
  background-size: cover;
}

.page5_swiper .swiper-slide .page5_lfex .lfex_iotem .lfex_befter {
  top: -100%;
}

.page5_swiper .swiper-slide .page5_lfex .lfex_iotem .lfex_after {
  bottom: -100%;
}

.page5_swiper .swiper-slide .page5_lfex .lfex_iotem>img {
  width: 100%;
  height: 50%;
}

.page5_swiper .swiper-slide .page5_lfex .lfex_iotem .l_info {
  height: 50%;
  padding: 50px;
}

.page5_swiper .swiper-slide .page5_lfex .lfex_iotem .l_info .txt {
  color: #999;
  margin-bottom: 30px;
  font-size: 20px;
}

.page5_swiper .swiper-slide .page5_lfex .lfex_iotem .l_info .tit {
  color: #c82126;
  font-size: 22px;
}

.page6_slide {
  background: url(/public/static/mains/img/index/7-1.jpg) no-repeat;
  background-size: cover;
  padding: 0 80px;
  align-items: flex-start;
}

.page6_slide .info {
  color: #fff;
  margin-bottom: 100px;
}

.page6_slide .info .title {
  font-size: 50px;
  color: inherit;
}

.page6_slide .info .title span {
  font-weight: 550;
  margin-right: 10px;
}

.page6_slide .info .txt {
  color: rgba(255, 255, 255, 0.8);
  font-size: 45px;
  margin: 20px 0 30px 0;
}

.page6_slide .info .spnas {
  color: inherit;
  font-weight: 550;
  font-size: 40px;
}

.page6_slide .label_list {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.page6_slide .label_list .la_item:hover {
  background-color: #c82126;
  border-color: #c82126;
}

.page6_slide .label_list .la_item {
  margin-right: 20px;
  border: 4px solid rgba(255, 255, 255, 0.5);
  width: 20%;
  height: 120px;
  color: #fff;
  display: flex;
  align-items: flex-start;
  padding: 20px;
  transition: all 0.3s;
}

.page6_slide .label_list .la_item .num {
  color: inherit;
  font-size: 22px;
  font-weight: 550;
  margin-right: 15px;
  margin-top: 7px;
}

.page6_slide .label_list .la_item .iunfo {
  color: inherit;
}

.page6_slide .label_list .la_item .iunfo .tit {
  color: inherit;
  font-size: 30px;
  font-weight: 550;
  margin-bottom: 5px;
}

.page6_slide .label_list .la_item .iunfo .txt {
  color: inherit;
  font-size: 16px;
}

.page7_slide {
  padding: 0 60px;
}

.page7_slide .page7_swiper {
  width: 100%;
  margin-top: 15px;
}

.page7_slide .page7_swiper .swiper-slide {
  width: 100%;
  height: 100%;
}

.page7_slide .page7_swiper .swiper-slide>img {
  width: 100%;
  max-height: 650px;
  display: block;
}

.swiper-pagination span {
  background-color: #ccc;
  opacity: 1 !important;
}

.swiper-pagination span.active {
  background: #c82126 !important;
  width: 25px;
  border-radius: 20px;
}

.page8_slide {
  padding-top: 30px;
  overflow: auto;
}

.page8_slide .page8_box {
  margin: 30px 0 80px 0;
  align-items: flex-start;
}

.page8_slide .page8_box .newsitem1 {
  width: 450px;
}

.page8_slide .page8_box .newsitem1 .img_box {
  width: 100%;
  height: 450px;
}

.page8_slide .page8_box .newsitem1 .tit_fon {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
  align-items: center;
}

.page8_slide .page8_box .newsitem1 .tit_fon .tit {
  max-width: 300px;
  font-size: 20px;
}

.page8_slide .page8_box .newsitem1 .tit_fon .time {
  font-size: 12px;
}

.page8_slide .page8_box .newsitem1 .text {
  font-size: 14px;
  color: #666666;
  line-height: 30px;
}

.page8_slide .page8_box .nselist {
  flex: 1;
  margin-left: 40px;
}

.page8_slide .page8_box .nselist .new_item:hover {
  border-color: #c82126;
}

.page8_slide .page8_box .nselist .new_item:hover .content .tit {
  color: #c82126;
}

.page8_slide .page8_box .nselist .new_item {
  width: 100%;
  padding: 20px 0;
  border-bottom: solid 1px #eee;
}



.page8_slide .page8_box .nselist .new_item .imte span {
  font-size: 22px;
}

.page8_slide .page8_box .nselist .new_item .content {
  width: 520px;
  margin: 0 60px 0 30px;
}

.page8_slide .page8_box .nselist .new_item .content .tit {
  width: 100%;
  font-size: 18px;
  margin-bottom: 15px;
  color: #423e3d;
}

.nselist .new_item .content .tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nselist .new_item .content .tit span {
  width: 350px;
}

.nselist .new_item .content .tit .imte {
  color: #000;
  white-space: nowrap;
  font-size: 12px;
}

.page8_slide .page8_box .nselist .new_item .content .txt {
  color: #6e6e6d;
  width: 100%;
  line-height: 35px;
  font-size: 14px;
}

.page8_slide .page8_box .nselist .new_item .img_box {
  width: 180px;
  height: 100px;
}

.page9_slide {
  height: 450px;
}