#fp-nav {
  display: none;
}
body.home {
  background: #fff;
}
.scyf ul.scyfUl li .bg,
.cxxl .divPic ul li .txt,
.swzx .ullist li.current .text,
.cxxl .divPic ul li,
.scyf ul li::after,
.scyf ul li .divPosition,
.scyf ul li .divPosition .divIcon img {
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
.banner {
  position: relative;
}
.banner .swiper-slide img.phone_img {
  display: none;
}
.banner .swiper-slide .cons {
  position: absolute;
  top: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 10;
  align-items: center;
}
.banner .swiper-slide .div_colorbg {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.banner .swiper-slide video {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  object-fit: cover;
  z-index: 3;
}
.banner .banner-dot {
  width: 0.44rem;
  height: 1rem;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.5rem;
  background: url(../images/home/banner_bg.png) no-repeat center;
  background-size: contain;
  z-index: 10;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  align-content: center;
}
.banner .banner-dot .banner-next {
  width: 0.2rem;
  height: 0.2rem;
  background: url(../images/home/banner-next.png) no-repeat center;
  background-size: contain;
  cursor: pointer;
}
.banner .banner-dot .banner-next::before {
  content: "";
  display: block;
  width: 0.1rem;
  height: 0.1rem;
  background: #c21823;
  position: absolute;
  top: -0.3rem;
  border-radius: 0.1rem;
  left: 50%;
  margin-left: -0.05rem;
}
.banner .banner-dot .banner-prev {
  width: 0.2rem;
  height: 0.2rem;
  background: url(../images/home/banner-prev.png) no-repeat center;
  background-size: contain;
  cursor: pointer;
}
.banner .banner-dot .banner-prev::before {
  content: "";
  display: block;
  width: 0.1rem;
  height: 0.1rem;
  background: #c21823;
  position: absolute;
  bottom: -0.3rem;
  border-radius: 0.1rem;
  left: 50%;
  margin-left: -0.05rem;
}
.banner .banner-dot .banner-pagination span {
  background: none;
  color: #fff;
  display: none;
  width: auto;
  height: auto;
}
.banner .banner-dot .banner-pagination span.swiper-pagination-bullet-active {
  display: block;
}

.banner .swiper-slide {
    position: relative;

}

.banner .swiper-slide::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
}

.hd-tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hd-tit a {
  font-size: 0.18rem;
  color: #c4141b;
}
.hd-tit a:hover {
  color: #c4141b;
}
.section_2 {
  background-repeat: no-repeat;
  background-position: center;
}
.ppgs::after {
  content: "";
  display: block;
  width: 7.03rem;
  height: 3.29rem;
  background: url(../images/home/ppgs-icon1.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: 1rem;
  top: 1rem;
}
.ppgs .ppgsDiv {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ppgs .story {
  width: 40%;
  display: flex;
  justify-content: flex-end;
}
.ppgs .ppgsUl {
  width: 40%;
  padding-left: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  background: url(../images/home/ppgs-line.png) repeat-x center;
  background-size: 100% 0.07rem;
}
.ppgs .ppgsUl li {
  width: 33.3%;
  display: flex;
  flex-direction: column;
  padding: 0.3rem 0;
}
.ppgs .ppgsUl li .time {
  display: flex;
  align-items: flex-end;
}
.ppgs .ppgsUl li .time > div {
  line-height: 100%;
}
.ppgs .ppgsUl li .time strong {
  line-height: 100%;
  padding-bottom: 0.05rem;
}
.cxxl .divPic ul {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
}
.cxxl .divPic ul li {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 13.5%;
}
.cxxl .divPic ul li::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.2;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cxxl .divPic ul li .imgwh {
  width: 8.47rem;
  height: 7.3rem;
}
.cxxl .divPic ul li .txt {
  position: absolute;
  box-sizing: border-box;
  top: 0;
  left: 0;
  padding: 0.3rem;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  justify-items: center;
  flex-wrap: wrap;
  align-content: center;
  flex-direction: column;
  z-index: 5;
}
.cxxl .divPic ul li .txt a.icon {
  display: block;
  width: 1rem;
  height: 1rem;
  border-radius: 1rem;
  border: 2px solid #fff;
  background: url(../images/home/cxxl_icon1.png) no-repeat;
  background-size: cover;
  opacity: 0;
  margin: 0 auto;
}
.cxxl .divPic ul li.current {
  width: 46%;
}
.cxxl .divPic ul li.current::after {
  opacity: 0.6;
}
.cxxl .divPic ul li.current .txt {
  transform: translate(0, -10px);
  -webkit-transform: translate(0, -10px);
}
.cxxl .divPic ul li.current a.icon {
  opacity: 1;
  border: 2px solid #c21823;
  background: url(../images/home/cxxl_icon1.png) no-repeat #c21823;
  background-size: cover;
}
.swzx .bgCover {
  background-size: 6.72rem 7.39rem !important;
}
.swzx .ullist {
  width: 60%;
}
.swzx .ullist li {
  padding: 0.3rem 0;
  margin-bottom: 0.3rem;
  height: 1rem;
  box-sizing: content-box;
}
.swzx .ullist li .time {
  width: 15%;
  margin-right: 5%;
  height: 1rem;
  border-right: 1px solid #e1e1e1;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
}
.swzx .ullist li .time span {
  line-height: 100%;
}
.swzx .ullist li .time span.line {
  width: 0.3rem;
  height: 1px;
  background: #999999;
}
.swzx .ullist li .text {
  width: 80%;
  padding-left: 0%;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
}
.swzx .ullist li:hover {
  border-left: 6px solid #ff0000;
  background: #f9f9f9;
  padding: 0.3rem;
}
.swzx .ullist li:hover .time {
  display: none;
}
.swzx .ullist li:hover .text {
  width: 100%;
  background: url(../images/home/xwzx-icon1.png) no-repeat right center;
  background-size: 0.42rem 0.12rem;
  padding-right: 1rem;
}
.swzx .ullist li:hover .text div:first-child {
  color: #c4141b;
}
.swzx .ullist li:hover .text div:last-child {
  opacity: 1;
}
.ullist li:last-child {
  margin-bottom: 0;
}
.fp-tableCell {
  padding-top: 1rem;
}
.cp::after {
  content: "";
  display: block;
  width: 6.4rem;
  height: 6.7rem;
  background: url(../images/home/cp_icon1.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: 4rem;
  top: -1rem;
}
.cp .cpSlide {
  display: flex;
  justify-content: space-between;
}
.cp .cpSlide .nav {
  width: 25%;
  padding-top: 1rem;
}
.cp .cpSlide .nav li {
  display: flex;
  justify-content: space-between;
  padding-right: 0.5rem;
  align-items: flex-end;
  cursor: pointer;
}
.cp .cpSlide .nav li span {
  display: none;
}
.cp .cpSlide .nav li.current {
  position: relative;
  z-index: 1;
}
.cp .cpSlide .nav li.current span {
  display: block;
}
.cp .cpSlide .nav li.current::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.15rem;
  background: #c21823;
  position: absolute;
  bottom: 0.05rem;
  left: 0;
  z-index: -1;
}
.cp .cpSlide .cpTabImg {
  width: 70%;
}
.cp .cpSlide .cpTabImg .swiperOne {
  display: none;
}
.cp .cpSlide .cpTabImg .swiperOne:nth-child(1) {
  display: block;
}
.cp .cpSlide .cpTabImg .swiper-slide {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 300ms;
  transform: scale(0.8);
  height: 7rem;
}
.cp .cpSlide .cpTabImg .swiper-slide a {
  display: inline-block;
}
.cp .cpSlide .cpTabImg .swiper-slide-active,
.cp .cpSlide .cpTabImg .swiper-slide-duplicate-active {
  transform: scale(1.3);
}
.cp .cpSlide .cpTabImg .swiper-slide-next {
  align-items: center;
}
.cp .cpSlide .cpTabImg .swiper-slide-next a {
  background: #f9ebe4;
}
.cp .cpSlide .cpTabImg .swiper-slide-next a img {
  margin-left: 0.3rem;
}
.cp .cpSlide .cpTabImg .swiper-slide-prev a {
  background: #e9e9de;
}
.cp .cpSlide .cpTabImg .swiper-slide-prev a img {
  margin-left: -0.3rem;
}
.cp .cpSlide .cpTabImg .swiper-pagination {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
}
.cp .cpSlide .cpTabImg .swiper-pagination span.swiper-pagination-bullet-active {
  color: #fff;
  background: #c21823;
}
.shzr {
  background-size: cover;
  height: 10.62rem;
}
.shzr .txt {
  width: 40%;
  height: 60%;
  display: flex;
  align-items: center;
}
.scyf .hd-tit {
  position: absolute;
  left: 0;
  right: 0;
  top: 1.5rem;
  z-index: 10;
  color: #fff;
}
.scyf ul.scyfUl {
  display: flex;
  height: 100%;
}
.scyf ul.scyfUl li {
  position: relative;
  overflow: hidden;
  width: 33.3%;
  background-size: cover !important;
}
.scyf ul.scyfUl li .bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-size: cover !important;
}
.scyf ul.scyfUl li::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}
.scyf ul.scyfUl li .divPosition {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
.scyf ul.scyfUl li .divPosition .divIcon {
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
.scyf ul.scyfUl li .divPosition .divIcon img {
  width: 1rem;
}
.scyf ul.scyfUl li .divPosition .divIcon img.icon {
  display: block;
}
.scyf ul.scyfUl li .divPosition .divIcon img.iconH {
  display: none;
}
.scyf ul.scyfUl li:hover .bg {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.scyf ul.scyfUl li:hover::after {
  background: rgba(0, 0, 0, 0.6);
}
.scyf ul.scyfUl li:hover .divPosition {
  transform: translate(0, -10px);
  -webkit-transform: translate(0, -10px);
}
.scyf ul.scyfUl li:hover .divPosition .divIcon {
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}
.scyf ul.scyfUl li:hover .divPosition .divIcon img.icon {
  display: none;
}
.scyf ul.scyfUl li:hover .divPosition .divIcon img.iconH {
  display: block;
}
.otherLink ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.otherLink ul li {
  border: 1px solid #e5e5e5;
  border-radius: 0.2rem;
  width: 30%;
  padding: 0.45rem;
}
.otherLink ul li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  box-sizing: border-box;
}
.otherLink ul li a::before {
  content: "";
  display: block;
  border: solid #3b3839;
  border-width: 0 0.02rem 0.02rem 0;
  display: inline-block;
  padding: 0.08rem;
  position: absolute;
  top: 50%;
  right: 0;
  margin-right: 0.04rem;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.otherLink ul li .txt {
  padding-left: 0.5rem;
}
.otherLink ul li:hover {
  border: 1px solid #c9333d;
}
.otherLink ul li:hover .txt {
  color: #c9333d;
}
.otherLink ul li:hover a::before {
  border: solid #c9333d;
  border-width: 0 0.02rem 0.02rem 0;
}
.iconsHover .divIcon .icon {
  display: block;
}
.iconsHover .divIcon .iconH {
  display: none;
}
.iconsHover ul li:hover .icon {
  display: none;
}
.iconsHover ul li:hover .iconH {
  display: block;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  background: #c21823;
}
.cxxl2 .hd-tit {
  position: absolute;
  left: 0.5rem;
  top: 2rem;
  z-index: 20;
  color: #fff;
}
.cxxl2 .divPic {
  height: 100%;
}
.cxxl2 .divPic ul {
  height: 100%;
}
.cxxl2 .divPic ul li {
  height: 100%;
}
@media only screen and (max-width: 1100px) {
  .banner {
    height: auto;
  }
  .banner .swiper-slide {
    height: 100vh;
    background-size: cover !important;
    position: relative;
    overflow: hidden;
  }
  .ppgs {
    height: auto;
    padding: 0.2rem;
  }
  .ppgs .ppgsDiv {
    display: flex;
    flex-wrap: wrap;
  }
  .ppgs::after {
    width: 50%;
    height: 3rem;
  }
  .ppgs .ppgsUl {
    padding: 0 0.2rem;
    width: 100%;
    position: static;
  }
  .ppgs .story {
    width: 100%;
    padding-top: 0.5rem;
  }
  .ppgs .story .divTxt {
    width: auto;
    margin: 0;
  }
  .cxxl {
    margin-top: 0;
  }
  .cxxl .divPic ul {
    display: flex;
    flex-wrap: wrap;
  }
  .cxxl .divPic ul li {
    display: none;
    width: 100%;
    height: 4rem;
  }
  .cxxl .divPic ul li:nth-child(1) {
    display: block;
  }
  .cxxl .divPic ul li:nth-child(2) {
    display: block;
  }
  .cxxl .divPic ul li:nth-child(3) {
    display: block;
  }
  .cxxl .divPic ul li.current {
    width: 100%;
  }
  .scyf ul.scyfUl {
    flex-wrap: wrap;
  }
  .scyf ul.scyfUl li {
    width: 100%;
    height: 5rem;
  }
  .shzr {
    height: auto;
    padding-bottom: 0;
    background-size: cover !important;
    background-position: right bottom !important;
  }
  .shzr .autowidth {
    background: rgba(255, 255, 255, 0.8);
    padding: 0.5rem;
    padding-bottom: 2rem;
  }
  .shzr .autowidth .hd-tit {
    font-weight: bold;
    font-size: 0.5rem;
  }
  .shzr .txt {
    width: 100%;
    height: auto;
    padding-top: 0;
  }
  .swzx {
    background: url(../images/home/xwzx-img01.png) no-repeat center !important;
    background-size: cover!important;
  }
  .swzx .pb10 {
    background: none!important;
  }
  .swzx .ullist {
    width: 100%;
  }
  .swzx .ullist li {
    background: #fff;
    height: auto;
    padding: 0.3rem;
  }
  .otherLink ul {
    display: flex;
    flex-wrap: wrap;
  }
  .otherLink ul li {
    width: 100%;
    margin-bottom: 0.2rem;
  }
  .cp::after {
    left: 1.5rem;
    top: -1.5rem;
    width: 100%;
    z-index: -1;
  }
  .cp .cpSlide {
    flex-wrap: wrap;
  }
  .cp .cpSlide .nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .cp .cpSlide .nav li {
    width: 25%;
    padding: 0;
    text-align: center;
    justify-content: center;
  }
  .cp .cpSlide .nav li span {
    display: none;
  }
  .cp .cpSlide .nav li.current span {
    display: none;
  }
  .cp .cpSlide .cpTabImg {
    width: 100%;
  }
  .cp .cpSlide .cpTabImg .swiper-slide {
    text-align: center;
    transform: scale(1);
    height: calc((100% - 30px) / 2);
    /* 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;
  }
  .cp .cpSlide .cpTabImg.swiper-slide-active,
  .cp .cpSlide .cpTabImg.swiper-slide-duplicate-active {
    transform: scale(1);
  }
  #fp-nav {
    right: 0;
  }
  .cp .cpSlide .cpTabImg .swiper-slide {
    transition: 300ms;
    transform: scale(0.5);
    height: 8rem;
  }
  .cp .cpSlide .cpTabImg .swiper-slide.swiper-slide-active,
  .cp .cpSlide .cpTabImg .swiper-slide .swiper-slide-duplicate-active {
    transform: scale(1.7);
    z-index: 999;
  }
  .banner .swiper-slide img.pc_img {
    display: none;
  }
  .banner .swiper-slide video {
    display: none;
  }
  .banner .swiper-slide img.phone_img {
    display: block;
  }
}
