.header_shade {
  display: none;
}
.indexF {
  width: 100%;
  height: 100vh;
}
.indexF .frame {
  opacity: 0;
  overflow: hidden;
}
.indexF .frame.swiper-slide-active {
  opacity: 1;
}
.swiper-paginationF {
  transition: all 0.4s 0.3s;
  opacity: 0;
  flex-wrap: wrap;
  align-content: center;
  position: fixed;
  right: 4.5% !important;
  top: 0 !important;
  transform: none !important;
  width: 65px;
  height: 100%;
}
.swiper-paginationF div {
  opacity: 1;
  margin: 0 !important;
  width: 100%;
  height: 60px;
  background: none;
  border-radius: 0;
  cursor: pointer !important;
}
.swiper-paginationF div svg {
  display: block;
  margin: 0 auto 7px;
  width: 18px;
  height: 18px;
  /* transform: translate(-2px, -4px) rotate(-90deg); */
  transform: rotate(-90deg);
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  background: url(../image/i90.png) center no-repeat;
}
.swiper-paginationF div svg circle {
  stroke-dashoffset: 189px;
  stroke-dasharray: 63px;
  stroke: #d40212;
  stroke-width: 2px;
}
.swiper-paginationF div p {
  transition: all 0.5s;
  opacity: 0;
  font-size: 16px;
  color: #d40212;
}
.swiper-paginationF div:hover svg {
  background: url(../image/i89.png) center no-repeat;
}
.swiper-paginationF div:hover p {
  transition: all 0.5s;
  opacity: 1;
}
.swiper-paginationF div.swiper-pagination-bullet-active svg {
  background: url(../image/i89.png) center no-repeat;
}
.swiper-paginationF div.swiper-pagination-bullet-active svg circle {
  stroke-dashoffset: 126px;
  transition: all 2s ease-out;
  -webkit-transition: all 2s ease-out;
  -moz-transition: all 2s ease-out;
  -o-transition: all 2s ease-out;
  -ms-transition: all 2s ease-out;
}
.swiper-paginationF div.swiper-pagination-bullet-active p {
  transition: all 0.5s;
  opacity: 1;
}
.swiper-paginationF div:first-child {
  height: 1px;
  overflow: hidden;
}
.swiper-paginationF.white div svg {
  background: url(../image/i90s.png) center no-repeat;
}
.swiper-paginationF.white div svg circle {
  stroke: #fff;
}
.swiper-paginationF.white div p {
  color: #fff;
}
.swiper-paginationF.white div:hover svg {
  background: url(../image/i89s.png) center no-repeat;
}
.swiper-paginationF.white div.swiper-pagination-bullet-active svg {
  background: url(../image/i89s.png) center no-repeat;
}
.swiper-paginationF.on {
  transition: all 0.4s 0.3s;
  opacity: 1;
  z-index: 2;
}
@media (max-width: 1700px) {
  .swiper-paginationF {
    right: 3.5% !important;
  }
}
@media (max-width: 1550px) {
  .swiper-paginationF {
    right: 2% !important;
  }
}
@media (max-width: 1420px) {
  .swiper-paginationF {
    right: 1% !important;
  }
}
.banner {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: #fff;
}
.banner .swiper-slide {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.banner .swiper-slide .slide-inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
}
.banner .swiper-slide .pic,
.banner .swiper-slide .mobile {
  position: relative;
  width: 100%;
  height: 100vh;
}
.banner .swiper-slide .pic i,
.banner .swiper-slide .mobile i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(1);
}
.banner .swiper-slide .pic img,
.banner .swiper-slide .mobile img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .swiper-slide .mobile {
  display: none;
}
.banner .swiper-slide .video_obj {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .swiper-slide.swiper-slide-active .pic .bacImg,
.banner .swiper-slide.swiper-slide-active .mobile .bacImg {
  transition: all 5s 0.6s;
  transform: scale(1.06);
}
.banner .swiper-slide.swiper-slide-active .pic img,
.banner .swiper-slide.swiper-slide-active .mobile img {
  visibility: visible;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  animation-delay: 0.45s;
  -webkit-animation-delay: 0.45s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-name: fadeInUp150;
  animation-name: fadeInUp150;
}
.banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
}
.banner .swiper-pagination-bullets {
  bottom: 10%;
}
.banner .swiper-pagination-bullets.on {
  transition: all 0.5s;
  bottom: 4%;
}
.banner .swiper-pagination-bullets span {
  position: relative;
  transition: all 0.5s;
  width: 80px;
  height: 5px;
  background: #fff;
  border-radius: 0%;
  opacity: 1;
  cursor: pointer;
}
.banner .swiper-pagination-bullets span::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #d40212;
  content: " ";
}
.banner .swiper-pagination-bullets .swiper-pagination-bullet-active::before {
  -webkit-animation-duration: 11s;
  animation-duration: 11s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  -webkit-animation-name: widthA;
  animation-name: widthA;
}
.fadeInUp150 {
  -webkit-animation-name: fadeInUp150;
  animation-name: fadeInUp150;
}
@-webkit-keyframes fadeInUp150 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 150px, 0);
    transform: translate3d(0, 150px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp150 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 150px, 0);
    -ms-transform: translate3d(0, 150px, 0);
    transform: translate3d(0, 150px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@media (max-width: 1200px) {
  .swiper-paginationF {
    display: none;
  }
  .m_header {
    background: none;
  }
  .m_header_fixed {
    background: #fff;
  }
  .banner .swiper-slide .pic {
    display: none;
  }
  .banner .swiper-slide .mobile {
    display: block;
  }
  .banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 0.1rem;
  }
  .banner .swiper-pagination-bullets {
    bottom: 1.6rem;
  }
  .banner .swiper-pagination-bullets.on {
    bottom: 0.6rem;
  }
  .banner .swiper-pagination-bullets span {
    width: 0.8rem;
    height: 0.05rem;
  }
}
@-webkit-keyframes widthA {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
/* .index {
    margin-top: 100vh;
    position: relative;
    z-index: 2;
    background: #fff;
} */
.ind01 {
  position: absolute;
  left: 0;
  bottom: 0px;
  z-index: 3;
  width: 100%;
}
.ind01.animated {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.ind01 .w1400 {
  position: relative;
}
.ind01 .tit {
  position: relative;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 70px;
}
.ind01 .tit::before {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 24px);
  border-top: 70px solid #d40212;
  border-right: 24px solid transparent;
  content: "";
}
.ind01 .tit i {
  position: relative;
  padding-right: 20px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}
.ind01 .next {
  position: relative;
  float: left;
  margin-left: -10px;
  width: calc(100% - 130px + 10px);
  height: 70px;
  overflow: hidden;
}
.ind01 .next::before {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 24px);
  border-bottom: 70px solid #f7f7f7;
  border-left: 24px solid transparent;
  content: "";
}
.ind01 .next .jq22 {
  margin: 0 40px 0 30px;
  width: calc(100% - 70px);
}
.ind01 .next .jq22 a {
  display: inline-block;
  margin-right: 40px;
  line-height: 70px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  text-decoration: none;
}
.ind01 .delete {
  position: absolute;
  right: 0;
  top: 0;
  width: 28px;
  height: 28px;
  background: #d40212 url(../image/i44.png) center no-repeat;
  cursor: pointer;
}
.ind01Box .tit {
  height: 35px;
}
.ind01Box .tit::before {
  border-top: 35px solid #004ea2;
}
.ind01Box .next {
  height: 35px;
}
.ind01Box .next::before {
  border-bottom: 35px solid rgba(247, 247, 247, 0.4);
}
.ind01Box .next .jq22 a {
  line-height: 35px;
}
.ind01Box .delete {
  height: 35px;
  background: #004ea2 url(../image/i44.png) center no-repeat;
}
@media (max-width: 1200px) {
  .ind01 .w1400 {
    width: 100%;
  }
  .ind01 .tit {
    width: 1.6rem;
    height: 1rem;
  }
  .ind01 .tit::before {
    width: calc(100% - 0.4rem);
    border-top: 1rem solid #004ea2;
    border-right: 0.4rem solid transparent;
  }
  .ind01 .tit i {
    margin: 0.05rem 0 0 0.31rem;
    padding-right: 0.37rem;
    line-height: 0.36rem;
    font-size: 0.31rem;
  }
  .ind01 .next {
    margin-left: -0.18rem;
    width: calc(100% - 1.6rem + 0.18rem);
    height: 1rem;
  }
  .ind01 .next::before {
    width: calc(100% - 0.4rem);
    border-bottom: 1rem solid rgba(247, 247, 247, 0.4);
    border-left: 0.4rem solid transparent;
  }
  .ind01 .next .jq22 {
    margin: 0 0.6rem 0 0.5rem;
    width: calc(100% - 1rem);
  }
  .ind01 .next .jq22 a {
    margin-right: 0.4rem;
    line-height: 1rem;
    font-size: 0.26rem;
  }
  .ind01 .delete {
    width: 0.4rem;
    height: 0.4rem;
    background-size: 0.16rem auto;
  }
}
.f2 {
  background: #fff url(../image/ind02_bac.png) left bottom no-repeat;
}
.f2 .ind02 {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: 50px;
  width: 100%;
  transform: translateY(-50%);
}
.ind02 .top {
  margin-bottom: 50px;
}
.ind02 .top .left {
  float: left;
  width: 45%;
}
.ind02 .top .left b {
  margin-bottom: 40px;
  font-size: 40px;
  line-height: 50px;
  color: #333;
  font-weight: bold;
}
.ind02 .top .left i {
  margin-bottom: 40px;
  width: 46px;
  height: 3px;
  background: url(../image/i41.png) center no-repeat;
}
.ind02 .top .left .text {
  margin-bottom: 54px;
  font-size: 16px;
  line-height: 36px;
  color: #333;
}
.ind02 .top .left .text p {
  max-height: 180px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.ind02 .top .right {
  position: relative;
  width: 53%;
  height: 510px;
  cursor: pointer;
}
.ind02 .top .right .v_icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.ind02 .top .right .v_icon::before {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -43px 0 0 -43px;
  width: 86px;
  height: 86px;
  background: url(../image/i95.png) center no-repeat;
  background-size: 76px auto;
  content: " ";
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: rotate;
  animation-name: rotate;
}
.ind02 .top .right i {
  width: 100%;
  height: 100%;
}
.ind02 .top .right i.i2 {
  display: none;
}
.ind02 .bot {
  display: flex;
  justify-content: space-between;
}
.ind02 .bot dl dt {
  float: left;
  display: flex;
  align-items: center;
  width: 65px;
  height: 86px;
}
.ind02 .bot dl dt img {
  max-width: 90%;
  max-height: 90%;
}
.ind02 .bot dl dd {
  float: left;
}
.ind02 .bot dl dd .clearfix {
  display: flex;
  margin-bottom: 6px;
}
.ind02 .bot dl dd span {
  font-size: 65px;
  color: #004ea2;
  font-weight: bold;
  font-family: Arial;
}
.ind02 .bot dl dd b {
  font-size: 29px;
  color: #004ea2;
  font-weight: bold;
}
.ind02 .bot dl dd i {
  margin: 42px 0 0 4px;
  font-size: 16px;
  color: #666;
}
.ind02 .bot dl dd em {
  font-size: 16px;
  color: #666;
}
.ind02 .bot dl:last-child dd span {
  width: 144px;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (max-width: 1200px) {
  .f2 {
    background: #fff url(../image/ind02_bac1.png) right bottom no-repeat;
    background-size: 4.97rem auto;
  }
  .f2 .ind02 {
    margin-top: 0.6rem;
  }
  .ind02 .top {
    margin-bottom: 0.4rem;
  }
  .ind02 .top .left {
    position: relative;
    width: 100%;
  }
  .ind02 .top .left b {
    margin-bottom: 0.26rem;
    width: calc(100% - 2.2rem);
    font-size: 0.44rem;
    line-height: 0.6rem;
  }
  .ind02 .top .left i {
    margin-bottom: 0.4rem;
    width: 0.9rem;
    height: 0.07rem;
    background: url(../image/i41.png) center no-repeat;
    background-size: 100% auto;
  }
  .ind02 .top .left .text {
    margin-bottom: 0.3rem;
    font-size: 0.26rem;
    line-height: 0.48rem;
  }
  .ind02 .top .left .text p {
    max-height: 2.4rem;
  }
  .ind02 .top .left .viewMore {
    position: absolute;
    right: 0;
    top: 0.38rem;
  }
  .ind02 .top .right {
    width: 100%;
    height: 3.9rem;
  }
  .ind02 .top .right .v_icon::before {
    margin: -0.5rem 0 0 -0.5rem;
    width: 1rem;
    height: 1rem;
    background: url(../image/i95.png) center no-repeat;
    background-size: 1rem auto;
  }
  .ind02 .top .right i {
    display: none;
  }
  .ind02 .top .right i.i2 {
    display: block;
  }
  .ind02 .bot {
    display: block;
    zoom: 1;
  }
  .ind02 .bot:after {
    content: " ";
    display: block;
    clear: both;
    height: 0;
  }
  .ind02 .bot dl {
    float: left;
    margin: 0 0 0.4rem 0.5rem;
    width: calc(50% - 0.5rem);
  }
  .ind02 .bot dl dt {
    width: 0.7rem;
    height: 0.5rem;
  }
  .ind02 .bot dl dt img {
    max-width: 0.56rem;
    max-height: 0.5rem;
  }
  .ind02 .bot dl dd .clearfix {
    margin-bottom: 0.08rem;
  }
  .ind02 .bot dl dd span {
    font-size: 0.54rem;
  }
  .ind02 .bot dl dd b {
    font-size: 0.26rem;
  }
  .ind02 .bot dl dd i {
    margin: 0.18rem 0 0 0.04rem;
    font-size: 0.26rem;
  }
  .ind02 .bot dl dd em {
    font-size: 0.26rem;
  }
  .ind02 .bot dl:last-child dd span {
    width: auto;
  }
}
.ind03 {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.ind03 .bac1,
.ind03 .bac2 {
  z-index: 3;
}
.ind03 .pageTitle {
  position: absolute;
  left: 0;
  top: 150px;
  z-index: 5;
  width: 100%;
}
.ind03 .pageTitle .w1400 {
  position: relative;
}
.ind03 .bac1,
.ind03 .bac2 {
  position: absolute;
  width: 102px;
  height: 313px;
}
.ind03 .bac1 {
  left: 0;
  top: 0;
  background: url(../image/icon-3.png) left bottom no-repeat;
  background-size: 100% auto;
}
.ind03 .bac1.anim.animated {
  -webkit-animation-name: Wleft102;
  animation-name: Wleft102;
}
.ind03 .bac2 {
  right: 0;
  bottom: 0;
  background: url(../image/icon-4.png) top right no-repeat;
  background-size: 100% auto;
}
.ind03 .bac2.anim.animated {
  -webkit-animation-name: Wright105;
  animation-name: Wright105;
}
.ind03 .gallery-top .swiper-slide {
  position: relative;
}
.ind03 .gallery-top .swiper-slide img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.ind03 .gallery-top .swiper-slide img.pc {
  display: block;
}
.ind03 .gallery-top .swiper-slide img.mobile {
  display: none;
}
.ind03 .gallery-top .swiper-slide .pos {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -1.5%;
  width: 100%;
}
.ind03 .gallery-top .swiper-slide .pos b {
  margin-bottom: 35px;
  font-size: 30px;
  font-weight: normal;
  color: #fff;
  text-align: center;
}
.ind03 .gallery-top .swiper-slide .pos i {
  display: none;
  margin: 0 auto 27px;
  width: 24px;
  height: 3px;
  background: #fff;
}
.ind03 .gallery-top .swiper-slide .pos p {
  margin: 0 auto 45px;
  width: 80%;
  max-height: 72px;
  line-height: 36px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ind03 .gallery-top .swiper-slide .pos a {
  margin: 0 auto;
}
.ind03 .pos_but {
  position: absolute;
  left: 0;
  bottom: 6%;
  z-index: 3;
  width: 100%;
}
.ind03 .gallery-thumbs .swiper-slide {
  width: 19.5%;
  cursor: pointer;
  /* swiper-slide-thumb-active */
}
.ind03 .gallery-thumbs .swiper-slide .icon {
  position: relative;
  margin-bottom: 26px;
  width: 100%;
  height: 60px;
}
.ind03 .gallery-thumbs .swiper-slide .icon i {
  transition: all 0.5s;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.ind03 .gallery-thumbs .swiper-slide .icon i.i2 {
  opacity: 0;
}
.ind03 .gallery-thumbs .swiper-slide p {
  margin-bottom: 40px;
  font-size: 20px;
  color: #fff;
  text-align: center;
}
.ind03 .gallery-thumbs .swiper-slide .clearfix {
  position: relative;
  height: 35px;
}
.ind03 .gallery-thumbs .swiper-slide .clearfix i {
  margin-top: 17px;
  width: calc(50% - 0px);
  height: 1px;
  background: #fff;
  opacity: 0.5;
}
.ind03 .gallery-thumbs .swiper-slide .clearfix em {
  transition: all 0.5s;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 2;
  width: 35px;
  height: 35px;
  background: url(../image/i49.png) center no-repeat;
  background-size: 100% auto;
}
.ind03 .gallery-thumbs .swiper-slide.swiper-slide-active .icon i {
  transition: all 0.5s;
}
.ind03 .gallery-thumbs .swiper-slide.swiper-slide-active .icon i.i1 {
  opacity: 0;
}
.ind03 .gallery-thumbs .swiper-slide.swiper-slide-active .icon i.i2 {
  opacity: 1;
}
.ind03 .gallery-thumbs .swiper-slide.swiper-slide-active .clearfix em {
  background: url(../image/i49s.png) center no-repeat;
  background-size: 100% auto;
}
.ind03 .swiper-button-next,
.ind03 .swiper-button-prev {
  margin-top: 0;
  transform: translateY(-50%);
  width: 46px;
  height: 46px;
}
.ind03 .swiper-button-prev {
  left: auto;
  right: 46px;
  background: url(../image/i2ss.png) center no-repeat;
  background-size: cover;
  /* &:hover{
            background: url(../images/icon/i2s.png) center no-repeat;
            background-size: cover;
        } */
}
.ind03 .swiper-button-next {
  right: 0;
  /* background: url(../images/icon/i3.png) center no-repeat;
        background-size: cover; */
  background: url(../image/i3s.png) center no-repeat;
  background-size: cover;
  /* &:hover{
            background: url(../image/i3s.png) center no-repeat;
            background-size: cover;
        } */
}
@media (max-width: 1200px) {
  .ind03 .pageTitle {
    top: 2rem;
  }
  .ind03 .bac1 {
    top: 1.1rem;
  }
  .ind03 .bac1,
  .ind03 .bac2 {
    width: 0.6rem;
    height: 1.54rem;
  }
  .ind03 .gallery-top .swiper-slide img.pc {
    display: none;
  }
  .ind03 .gallery-top .swiper-slide img.mobile {
    display: block;
  }
  .ind03 .gallery-top .swiper-slide .pos b {
    margin-bottom: 0.9rem;
    font-size: 0.32rem;
  }
  .ind03 .gallery-top .swiper-slide .pos p {
    margin: 0 auto 0.9rem;
    width: 100%;
    max-height: 2.4rem;
    line-height: 0.48rem;
    font-size: 0.26rem;
    -webkit-line-clamp: 5;
  }
  .ind03 .pos_but {
    bottom: 0.8rem;
  }
  .ind03 .pos_but .w1400 {
    width: 100%;
  }
  .ind03 .gallery-thumbs .swiper-slide {
    width: 25%;
  }
  .ind03 .gallery-thumbs .swiper-slide .icon {
    margin-bottom: 0.2rem;
    height: 0.6rem;
  }
  .ind03 .gallery-thumbs .swiper-slide p {
    margin: 0 auto 0.1rem;
    width: 1.6rem;
    height: 0.72rem;
    line-height: 0.36rem;
    font-size: 0.26rem;
  }
  .ind03 .gallery-thumbs .swiper-slide .clearfix {
    height: 0.35rem;
  }
  .ind03 .gallery-thumbs .swiper-slide .clearfix i {
    margin-top: 0.17rem;
  }
  .ind03 .gallery-thumbs .swiper-slide .clearfix em {
    width: 0.35rem;
    height: 0.35rem;
  }
  .ind03 .swiper-button-next,
  .ind03 .swiper-button-prev {
    display: none;
  }
}
.f4 {
  background: url(../image/ind04_bac.png) center no-repeat;
  background-size: cover;
}
.f4 .ind04 {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: 50px;
  width: 100%;
  transform: translateY(-50%);
}
.ind04 .pc {
  display: block;
  position: relative;
}
.ind04 .pc a {
  position: relative;
  float: left;
  height: 351px;
  overflow: hidden;
}
.ind04 .pc a i {
  transition: all 0.5s;
  transform: scale(1);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.ind04 .pc a i.i2 {
  background-position: left center;
}
.ind04 .pc a .pos {
  position: absolute;
  left: 18%;
  top: 20%;
}
.ind04 .pc a .pos p {
  color: #fff;
}
.ind04 .pc a .pos em {
  width: 70px;
  height: 6px;
  background: url(../image/i1s.png) center no-repeat;
}
.ind04 .pc a .posTit {
  position: absolute;
  left: 11.6%;
  top: 70px;
}
.ind04 .pc a .posTit b {
  font-size: 30px;
  color: #fff;
}
.ind04 .pc a.a1 {
  margin: 0 3% 3% 0;
  width: 22%;
}
.ind04 .pc a.a2 {
  margin-bottom: 3%;
  width: 75%;
}
.ind04 .pc a.a2 .posTit {
  left: 7.1%;
  top: 75px;
}
.ind04 .pc a.a3 {
  margin: 0 3% 0 0;
  width: 48.5%;
}
.ind04 .pc a.a4 {
  width: 48.5%;
}
.ind04 .pc a:hover .i1 {
  transition: all 0.5s;
  transform: scale(1.08);
}
.ind04 .mobile {
  display: none;
}
@media (max-width: 1200px) {
  .f4 {
    background: url(../image/ind04_bac1.png) center no-repeat;
    background-size: cover;
  }
  .f4 .ind04 {
    margin-top: 0.6rem;
  }
  .ind04 .pc {
    display: none;
  }
  .ind04 .mobile {
    display: block;
  }
  .ind04 .mobile .pageTitle {
    margin-bottom: 0.48rem;
  }
  .ind04 .mobile .w1400 a {
    position: relative;
    margin-bottom: 0.35rem;
    width: 100%;
    height: 3rem;
    color: #fff;
    overflow: hidden;
  }
  .ind04 .mobile .w1400 a i {
    transition: all 0.5s;
    transform: scale(1);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .ind04 .mobile .w1400 a .bor {
    position: relative;
    z-index: 2;
    padding: 0.9rem 0 0 0.4rem;
  }
  .ind04 .mobile .w1400 a p {
    margin-bottom: 0.3rem;
    font-size: 0.32rem;
  }
  .ind04 .mobile .w1400 a span {
    float: left;
    padding-right: 0.37rem;
    font-size: 0.24rem;
    background: url(../image/icon_10.png) right center no-repeat;
    background-size: 0.2rem auto;
  }
  .ind04 .mobile .viewMore {
    margin: 0.55rem auto 0;
  }
}
.f5 {
  background: #fff;
}
.f5 .indf5 {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: 50px;
  width: 100%;
  transform: translateY(-50%);
}
.ind05 {
  margin-bottom: 40px;
}
.ind05 .pageTitle {
  margin-bottom: 50px;
}
.ind05 .top {
  position: relative;
}
.ind05 .top .lie {
  position: absolute;
  left: 41.25%;
  top: 0;
  width: 1px;
  height: 100%;
  background: #eee;
}
.ind05 .top a {
  float: right;
  width: 55.8%;
  padding-bottom: 30px;
  border-bottom: #f7f7f7 2px solid;
}
.ind05 .top a .pic {
  float: left;
  overflow: hidden;
  width: 42.1%;
  height: 170px;
}
.ind05 .top a .pic i {
  transition: all 0.5s;
  transform: scale(1);
  width: 100%;
  height: 100%;
}
.ind05 .top a .text {
  float: right;
  width: 53.9%;
}
.ind05 .top a .text b {
  margin: 0 0 20px;
  max-height: 26px;
  line-height: 26px;
  font-size: 20px;
  font-weight: bold;
  color: #333;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.ind05 .top a .text p {
  margin-bottom: 32px;
  height: 52px;
  font-size: 16px;
  line-height: 26px;
  color: #666;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ind05 .top a .text .clearfix i {
  float: left;
  font-size: 14px;
  color: #999;
  font-family: Arial;
}
.ind05 .top a .text .clearfix em {
  float: right;
  padding-right: 30px;
  font-size: 14px;
  color: #d40212;
  background: url(../image/i11s.png) right center no-repeat;
  background-size: 15px auto;
}
.ind05 .top a.a1 {
  float: left;
  padding: 0;
  width: 38.4%;
  border-bottom: none;
}
.ind05 .top a.a1 .pic {
  float: none;
  width: 100%;
  height: 242px;
}
.ind05 .top a.a1 .text {
  float: none;
  width: calc(100% - 12%);
  padding: 20px 6% 23px;
  background: #f7f7f7;
}
.ind05 .top a.a2 {
  margin-bottom: 30px;
}
.ind05 .top a:hover .pic i {
  transition: all 0.5s;
  transform: scale(1.1);
}
.ind05 .top a:hover .text b {
  color: #d40212;
}
@media (max-width: 1200px) {
  .f5 .indf5 {
    margin-top: 0.6rem;
  }
  .ind05 {
    margin-bottom: 0.4rem;
  }
  .ind05 .pageTitle {
    margin-bottom: 0.58rem;
  }
  .ind05 .viewMore {
    margin-top: 0.3rem;
  }
  .ind05 .top .lie {
    display: none;
  }
  .ind05 .top a {
    width: 100%;
    padding-bottom: 0;
    border-bottom: #f7f7f7 0px solid;
  }
  .ind05 .top a .pic {
    width: 3.2rem;
    height: 1.8rem;
  }
  .ind05 .top a .text {
    width: calc(100% - 3.2rem - 0.25rem);
  }
  .ind05 .top a .text b {
    margin: 0.12rem 0 0.26rem;
    max-height: 0.8rem;
    line-height: 0.4rem;
    font-size: 0.3rem;
    -webkit-line-clamp: 2;
  }
  .ind05 .top a .text p {
    display: none;
    margin-bottom: 0.3rem;
    height: auto;
    max-height: 0.8rem;
    font-size: 0.26rem;
    line-height: 0.4rem;
    -webkit-line-clamp: 2;
  }
  .ind05 .top a .text .clearfix i {
    font-size: 14px;
  }
  .ind05 .top a .text .clearfix em {
    display: none;
    float: right;
    padding-right: 0.36rem;
    font-size: 0.24rem;
    color: #d40212;
    background: url(../image/i11s.png) right center no-repeat;
    background-size: 0.19rem auto;
  }
  .ind05 .top a.a1 {
    margin-bottom: 0.3rem;
    padding: 0;
    width: 100%;
    height: auto;
    border-bottom: #f7f7f7 0px solid;
  }
  .ind05 .top a.a1 .pic {
    height: 3.4rem;
  }
  .ind05 .top a.a1 .text {
    width: calc(100% - 0.6rem);
    padding: 0.2rem 0.3rem 0.35rem;
  }
  .ind05 .top a.a1 .text b {
    max-height: 0.4rem;
    -webkit-line-clamp: 1;
  }
  .ind05 .top a.a1 .text p {
    display: block;
  }
  .ind05 .top a.a2 {
    margin-bottom: 0;
  }
  .ind05 .top a.a3 {
    display: none;
  }
}
.ind06 {
  position: relative;
  left: auto;
  top: auto;
}
.ind06 .next .jq22 {
  margin: 0 30px 0 30px;
  width: calc(100% - 60px);
}
@media (max-width: 1200px) {
  .ind06 .w1400 {
    margin: 0 auto;
    width: 92%;
  }
  .ind06 .next .jq22 {
    margin: 0 0.4rem 0 0.5rem;
    width: calc(100% - 0.9rem);
  }
}
.indf6 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100vh - 90px);
  overflow: hidden;
}
.ind07 {
  position: relative;
  /* background: url(../images/index/ind07_bac.png) center no-repeat;
    background-size: cover; */
  color: #fff;
  text-align: center;
}
.ind07 .pic {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.ind07 .pic i {
  width: 100%;
  height: 100%;
}
.ind07 .pic i.mobile {
  display: none;
}
.ind07 .pos {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 3;
  transform: translateY(-50%);
  width: 100%;
}
.ind07 .p {
  margin-bottom: 18px;
  font-size: 24px;
}
.ind07 b {
  margin-bottom: 30px;
  font-size: 36px;
  font-weight: bold;
}
.ind07 a {
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .indf6 {
    height: calc(100vh - 1rem);
  }
  .ind07 .pic i.pc {
    display: none;
  }
  .ind07 .pic i.mobile {
    display: block;
  }
  .ind07 .p {
    margin-bottom: 0.2rem;
    font-size: 0.34rem;
  }
  .ind07 b {
    margin-bottom: 0.4rem;
    font-size: 0.38rem;
    letter-spacing: 1px;
  }
}
@media screen and (min-width: 1201px) and (max-height: 830px) {
  .viewMore {
    width: 120px;
    height: 40px;
  }
  .viewMore em {
    line-height: 40px;
  }
  .pageTitle .left b {
    font-size: 34px;
  }
  .pageTitle .left p {
    font-size: 16px;
  }
  .pageTitle .viewMore {
    margin-top: 28px;
  }
  .ind02 .top {
    margin-bottom: 50px;
  }
  .ind02 .top .left b {
    margin-bottom: 40px;
    font-size: 36px;
  }
  .ind02 .top .left i {
    margin-bottom: 40px;
  }
  .ind02 .top .left .text {
    line-height: 30px;
  }
  .ind02 .top .left .text p {
    max-height: 120px;
    -webkit-line-clamp: 4;
    text-align: justify;
  }
  .ind02 .top .right {
    height: 400px;
  }
  .ind02 .bot dl dt {
    height: 64px;
  }
  .ind02 .bot dl dd .clearfix {
    margin-bottom: 0;
  }
  .ind02 .bot dl dd span {
    font-size: 55px;
  }
  .ind02 .bot dl dd i {
    margin: 32px 0 0 4px;
  }
  .ind02 .bot dl:last-child dd span {
    width: 123px;
  }
  .ind03 .bac1,
  .ind03 .bac2 {
    width: 88px;
    height: 270px;
  }
  .ind03 .gallery-top .swiper-slide .pos {
    margin-top: 0;
  }
  .ind03 .pos_but {
    bottom: 4%;
  }
  .ind03 .gallery-thumbs .swiper-slide p {
    margin-bottom: 20px;
    font-size: 18px;
  }
  .ind04 .pc a {
    height: 270px;
  }
  .ind04 .pc a .pos {
    bottom: 40px;
  }
  .ind04 .pc a .posTit {
    top: 50px;
    left: 9.6%;
  }
  .ind04 .pc a .posTit b {
    font-size: 24px;
  }
  .ind04 .pc a.a2 .posTit {
    left: 6.8%;
    top: 65px;
  }
  .ind05 {
    margin-bottom: 30px;
  }
  .ind05 .pageTitle {
    margin-bottom: 40px;
  }
  .ind05 .top .lie {
    left: 40.3%;
  }
  .ind05 .top a {
    width: 57.4%;
    padding-bottom: 20px;
  }
  .ind05 .top a .pic {
    height: 160px;
  }
  .ind05 .top a .text b {
    margin: 0 0 20px;
  }
  .ind05 .top a .text p {
    margin-bottom: 18px;
  }
  .ind05 .top a.a1 {
    width: 38.4%;
  }
  .ind05 .top a.a1 .pic {
    height: 211px;
  }
  .ind05 .top a.a1 .text {
    padding: 20px 6% 18px;
  }
  .ind05 .top a.a2 {
    margin-bottom: 20px;
  }
  .ind01 .tit {
    width: 130px;
    height: 54px;
  }
  .ind01 .tit::before {
    border-top: 54px solid #d40212;
  }
  .ind01 .next {
    height: 54px;
  }
  .ind01 .next::before {
    border-bottom: 54px solid #f7f7f7;
  }
  .ind01 .next .jq22 a {
    line-height: 54px;
  }
  .ind01Box .tit {
    height: 35px;
  }
  .ind01Box .tit::before {
    border-top: 35px solid #004ea2;
  }
  .ind01Box .next {
    height: 35px;
  }
  .ind01Box .next::before {
    border-bottom: 35px solid rgba(247, 247, 247, 0.4);
  }
  .ind01Box .next .jq22 a {
    line-height: 35px;
  }
  .ind01Box .delete {
    height: 35px;
    background: #004ea2 url(../image/i44.png) center no-repeat;
  }
  .ind07 .p {
    margin-bottom: 18px;
    font-size: 20px;
  }
  .ind07 b {
    margin-bottom: 30px;
    font-size: 28px;
  }
  .footer .top .fNav {
    padding: 40px 0 32px;
  }
  .footer .top .fNav dl dt a {
    margin-bottom: 17px;
    font-size: 18px;
  }
  .footer .top .fNav dl dt i {
    margin-bottom: 18px;
  }
  .footer .top .fNav dl dd .Nmore {
    max-height: 180px;
  }
  .footer .top .fNav dl dd a {
    font-size: 15px;
    line-height: 30px;
  }
  .footer .top .fMessage i {
    line-height: 60px;
  }
  .footer .top .fMessage .select {
    margin: 11px 0 0 0;
  }
  .footer .top .fMessage .select p {
    height: 38px;
    line-height: 38px;
  }
  .footer .top .fMessage .select .pos {
    bottom: 40px;
  }
  .footer .bot {
    line-height: 49px;
  }
}
@media screen and (min-width: 1201px) and (max-height: 730px) {
  .ind04 .pc a {
    height: 250px;
  }
  .ind04 .pc a .pos {
    bottom: 30px;
  }
  .ind04 .pc a .posTit {
    top: 40px;
  }
  .ind04 .pc a.a2 .posTit {
    top: 55px;
  }
  .ind05 .pageTitle {
    margin-bottom: 30px;
  }
  .ind05 .top a .pic {
    height: 150px;
  }
  .ind05 .top a.a1 .pic {
    height: 191px;
  }
  .ind01 .tit {
    height: 48px;
  }
  .ind01 .tit::before {
    border-top: 48px solid #d40212;
  }
  .ind01 .next {
    height: 48px;
  }
  .ind01 .next::before {
    border-bottom: 48px solid #f7f7f7;
  }
  .ind01 .next .jq22 a {
    line-height: 48px;
  }
  .ind01Box .tit {
    height: 35px;
  }
  .ind01Box .tit::before {
    border-top: 35px solid #004ea2;
  }
  .ind01Box .next {
    height: 35px;
  }
  .ind01Box .next::before {
    border-bottom: 35px solid rgba(247, 247, 247, 0.4);
  }
  .ind01Box .next .jq22 a {
    line-height: 35px;
  }
  .ind01Box .delete {
    height: 35px;
    background: #004ea2 url(../image/i44.png) center no-repeat;
  }
  .ind07 .p {
    margin-bottom: 15px;
    font-size: 20px;
  }
  .ind07 b {
    margin-bottom: 20px;
    font-size: 26px;
  }
  .footer .top .fNav {
    padding: 30px 0 28px;
  }
  .footer .top .fNav dl dd .Nmore {
    max-height: 156px;
  }
  .footer .top .fNav dl dd a {
    font-size: 14px;
    line-height: 26px;
  }
  .footer .top .fMessage i {
    line-height: 60px;
    font-size: 14px;
  }
  .footer .top .fMessage .select p {
    font-size: 14px;
  }
  .footer .bot {
    line-height: 40px;
  }
}
.anim {
  visibility: hidden;
}
.animated {
  visibility: visible;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  -webkit-animation-name: fadeInUp50;
  animation-name: fadeInUp50;
}
.ind02 .top .left i {
  animation-delay: 0.8s;
}
.ind02 .top .left .text {
  animation-delay: 1.1s;
}
.ind02 .top .left .viewMore {
  animation-delay: 1.4s;
}
.ind02 .top .right {
  animation-delay: 1.2s;
}
.ind02 .bot {
  animation-delay: 1.5s;
}
.ind03 .pageTitle .w1400 {
  animation-delay: 0.8s;
}
.ind03 .gallery-top .swiper-slide .pos .w1400 {
  animation-delay: 1.1s;
}
.ind03 .pos_but {
  animation-delay: 1.4s;
}
.ind03 .bac1,
.ind03 .bac2 {
  animation-delay: 1.6s;
}
.ind04 .pc .a1.animated {
  -webkit-animation-name: Wleft;
  animation-name: Wleft;
  animation-delay: 1s;
}
.ind04 .pc .a2.animated {
  -webkit-animation-name: Wright;
  animation-name: Wright;
  animation-delay: 1s;
}
.ind04 .pc .a3.animated {
  -webkit-animation-name: Wleft;
  animation-name: Wleft;
  animation-delay: 1s;
}
.ind04 .pc .a4.animated {
  -webkit-animation-name: Wright;
  animation-name: Wright;
  animation-delay: 1s;
}
.ind05 .pageTitle {
  animation-delay: 0.8s;
}
.ind05 .top {
  animation-delay: 1.1s;
}
.ind06.animated {
  animation-delay: 1.4s;
}
.ind07 .pos .anim {
  animation-delay: 0.8s;
}
.footer .top .fNav {
  animation-delay: 1.1s;
}
.footer .top .fMessage {
  animation-delay: 1.4s;
}
.footer .bot {
  animation-delay: 1.6s;
}
.m_footer .fNav {
  animation-delay: 0.8s;
}
.m_footer .fText {
  animation-delay: 1.1s;
}
.pop_video {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 31;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 1341px;
}
.pop_video video {
  display: block;
  width: 100%;
}
.pop_video_bac {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 30;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
}
.pop_video i {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 18px;
  height: 18px;
  background: url(../image/i94.png) center no-repeat;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .pop_video {
    width: 100%;
    max-width: 100%;
    max-height: 90vh;
  }
  .pop_video i {
    right: 0rem;
    top: 0rem;
    width: 0.8rem;
    height: 0.8rem;
    background: url(../image/i94.png) center no-repeat;
    background-size: 0.3rem;
  }
}
