@charset "utf-8";
/* ===================首页样式========================== */
.banner {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: #1d1e25;
}
.banner-image {
  width: 100%;
  transform: translate3d(0, 0, 0);
}
.banner-image img {
  width: 100%;
  height: calc(100vh - 50px);
}
.banner-cont {
  position: absolute;
  z-index: 4;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: left;
  transform: translate3d(0, 0, 0);
}
/* -- */
.banner-cont .title {
  color: #fff;
  line-height: 1;
}
.banner-cont .text {
  color: #d84a27;
}
.banner-cont .title,
.banner-cont .text {
  opacity: 0;
}
.swiper-slide-active .banner-cont .title {
  animation: bannerRun 1s ease both 0.9s;
}
.swiper-slide-active .banner-cont .text {
  animation: bannerRun 1s ease both 1.1s;
}
.oneSlide .banner-cont .title {
  animation: bannerRun 1s ease both 0.4s;
}
.oneSlide .banner-cont .text {
  animation: bannerRun 1s ease both 0.6s;
}
@keyframes bannerRun {
  0% {
    opacity: 0;
    transform: translateY(200px);
    filter: blur(4px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}
/* -- */
.banner .swiper-slide {
  transform: translate3d(0, 0, 0);
  overflow: hidden;
}
.banner .banner-image img {
  transform: matrix(1.16, 0, 0, 1.16, 0, 0);
  transition: all 0.4s ease 1s;
}
.swiper-slide-active .banner-image img {
  transform: matrix(1, 0, 0, 1, 0, 0);
  transition: all 4s ease 0.4s;
}
/* banner视频 */
.banner .hasVideo .banner-image {
  animation: hasVideoImg 1s ease both;
}
@keyframes hasVideoImg {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.banner .hasVideo video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
@media all and (max-width: 1140px) {
  .banner .hasVideo .banner-image {
    animation: none;
  }
  .banner .hasVideo video {
    display: none;
  }
}
/* -- */
.banner .swiper-pagination {
  bottom: 52px;
}

.swiperDot.swiper-pagination {
  font-size: 0;
}
.swiperDot .swiper-pagination-bullet {
  width: 5px;
  height: 10px;
  background: #fff;
  opacity: 1;
  margin: 0 0 0 24px !important;
  border-radius: 0;
  position: relative;
  transition: all 0.4s ease;
}
.swiperDot .swiper-pagination-bullet:first-child {
  margin: 0 !important;
}
.swiperDot .swiper-pagination-bullet::before,
.swiperDot .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  transition: all 0.4s ease;
}
.swiperDot .swiper-pagination-bullet::before {
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 3px solid #fff;
  right: 5px;
}
.swiperDot .swiper-pagination-bullet::after {
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 3px solid #fff;
  left: 5px;
}
.swiperDot.color .swiper-pagination-bullet {
  background: #b5b5b5;
}
.swiperDot.color .swiper-pagination-bullet::before {
  border-right: 3px solid #b5b5b5;
}
.swiperDot.color .swiper-pagination-bullet::after {
  border-left: 3px solid #b5b5b5;
}
.swiperDot .swiper-pagination-bullet-active {
  background: #d84a27 !important;
}
.swiperDot .swiper-pagination-bullet-active::before {
  border-right: 3px solid #d84a27 !important;
}
.swiperDot .swiper-pagination-bullet-active::after {
  border-left: 3px solid #d84a27 !important;
}

.indgs {
  background: #fff;
}
.indgs-mix {
  width: 100%;
}
.indgs-info {
  width: calc(100% - 550px);
  padding: 66px 210px 0 0;
}
.indgs-info .title {
  color: #d84a27;
  line-height: 1.2;
}
.indgs-number {
  width: 550px;
}
.indgs-number li {
  width: 100%;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
.indgs-number li:not(:first-child) {
  margin-top: 116px;
}
.indgs-number li .num {
  color: #d84a27;
  line-height: 0.7;
  width: 240px;
  position: relative;
  text-align: center;
}
.indgs-number li .num::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 68px;
  background: #1d1d1d;
  left: 0;
  top: 50%;
  margin-top: -36px;
}
.indgs-number li .cont {
  width: calc(100% - 240px);
  padding-left: 8px;
}
.indgs-number li .cont .title {
  color: #d84a27;
}
.indgs-number li .cont .text {
  color: #000;
}

.indjs {
  background: #fff;
}
.indjs-head {
  width: 100%;
  text-align: center;
  padding: 0 4%;
}
.indjs-head img {
  width: 290px;
}
.indjs-head .cont {
  width: 100%;
}
.indjs-head .cont p span:not(:first-child) {
  margin-left: 16px;
}
.indjs-head .more {
  width: 100%;
  display: flex;
  justify-content: center;
}
.indjs-mix {
  width: 100%;
  position: relative;
}
.indjs-bg {
  width: 100%;
}
.indjs-c1,
.indjs-c2 {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  transition: transform 1s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.indjs-c1 {
  transform: translate3d(-26%, -10%, 0);
}
.indjs-c2 {
  transform: translate3d(26%, -10%, 0);
}

.indcp {
  background: #f0f4f7;
}
.indcp-list {
  width: 100%;
}
.indcp-ul {
  margin: -48px 0 0 -48px;
}
.indcp-link {
  display: block;
  width: calc(33.3333% - 48px);
  margin: 48px 0 0 48px;
  position: relative;
  overflow: hidden;
}
.indcp-link-image {
  width: 100%;
  position: relative;
  padding-right: 35px;
}
.indcp-link-image::before {
  content: "";
  position: absolute;
  width: calc(100% - 35px);
  height: calc(100% - 30px);
  right: 0;
  bottom: 0;
  background: #fff;
}
.indcp-link-image .image {
  position: relative;
  overflow: hidden;
  z-index: 4;
  width: 100%;
  background: #e8ebf0;
  transition: all 0.4s ease;
  height: 306px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.indcp-link-image .image img {
  transition: all 0.6s ease;
  max-width: calc(100% - 32px);
  max-height: calc(100% - 32px);
}
.indcp-link-cont {
  width: 100%;
  padding-left: 35px;
}
.indcp-link-cont .cont {
  width: 100%;
  background: #fff;
  height: 86px;
  align-items: center;
  padding: 0 35px;
  justify-content: space-between;
}
.indcp-link-cont .cont .title {
  color: #000;
  width: calc(100% - 100px);
}
.indcp-link-cont .cont i {
  width: 48px;
  height: 42px;
  position: relative;
  background: url("../images/index/indcpL.png") no-repeat center/100% auto;
  transition: all 0.4s ease;
}
.indcp-link-cont .cont i::before,
.indcp-link-cont .cont i::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 0.4s ease;
}
.indcp-link-cont .cont i::before {
  width: 22px;
  height: 14px;
  background: url("../images/index/indcpArr.png") no-repeat center;
  margin: -7px 0 0 -11px;
}
.indcp-link-cont .cont i::after {
  width: 18px;
  height: 16px;
  background: url("../images/index/indcpArrH.png") no-repeat center;
  margin: -8px 0 0 -9px;
  opacity: 0;
  transform: scale(0);
}
.indcp-link.left .indcp-link-image .image {
  align-items: flex-end;
  justify-content: flex-start;
}
.indcp-link.right .indcp-link-image .image {
  align-items: flex-end;
  justify-content: flex-end;
}
.indcp-link:hover .indcp-link-image .image {
  background: #dadde6;
}
.indcp-link:hover .indcp-link-image .image img {
  transform: scale(1.1);
}
.indcp-link:hover .indcp-link-cont .cont i {
  background-image: url("../images/index/indcpLH.png");
}
.indcp-link:hover .indcp-link-cont .cont i::before {
  opacity: 0;
  transform: scale(0);
}
.indcp-link:hover .indcp-link-cont .cont i::after {
  opacity: 1;
  transform: scale(1);
}

.indxw {
  background: #fff;
}
.indxw-head {
  width: 100%;
}
.indxw-head > div {
  display: flex;
}
.indxw-head-mix {
  width: auto;
}
.indxw-head-mix .title {
  color: #000;
  line-height: 0.7;
  display: flex;
  align-items: baseline;
}
.indxw-head-mix .text {
  color: #000;
  width: 100%;
  text-align: right;
}
.indxw-head .swiper-pagination {
  position: relative;
  margin-left: 16px;
  bottom: 0;
}
.indxw-loop {
  width: 100%;
}
.indxw-loop .swiper-container {
  width: 1316px;
  overflow: visible;
  margin: 0 auto;
}
.indxw-loop-mix {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  transition: all 1s ease;
}
.indxw-loop-image {
  width: 685px;
  position: relative;
  overflow: hidden;
  display: block;
}
.indxw-loop-image img {
  width: 100%;
  transition: all 0.6s ease;
}
.indxw-loop-mix:hover .indxw-loop-image img {
  transform: scale(1.1);
}
.indxw-loop-cont {
  width: calc(100% - 685px);
  height: 586px;
  background: #b5b5b5;
  transition: all 0.4s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 60px 104px;
}
.indxw-loop-cont .time {
  text-align: right;
}
.indxw-loop-mix:hover .indxw-loop-cont {
  background: #9d9d9d;
}
.swiper-slide-prev .indxw-loop-mix {
  transform-origin: right center;
}
.swiper-slide-next .indxw-loop-mix {
  transform-origin: left center;
}
.indxw-loop-mix {
  transform: scale(0.6);
}
.swiper-slide-active .indxw-loop-mix {
  transform: scale(1);
}

.indpl {
  background: #1d1d1d;
}
.indpl-loop {
  width: 100%;
  padding: 0 164px;
  position: relative;
}
.indpl-loop-cont {
  width: 100%;
  text-align: center;
}
.indpl-loop-cont p {
  line-height: inherit;
}
.indpl-loop .swiper-pagination {
  position: relative;
  bottom: 0;
}
.indpl-prev,
.indpl-next {
  width: 32px;
  height: 32px;
  cursor: pointer;
  position: absolute;
  z-index: 4;
  top: 4px;
  background: url("../images/index/indplArr.png") no-repeat center;
  transition: all 0.4s ease;
}
.indpl-prev {
  left: 64px;
}
.indpl-next {
  right: 64px;
  transform: rotate(180deg);
}
.indpl-prev:hover,
.indpl-next:hover {
  background-image: url("../images/index/indplArrH.png");
}

.indMore {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  width: 160px;
  height: 48px;
  background: #d84a27;
  font-size: 14px;
  color: #fff;
  transition: all 0.4s ease;
}
.indMore span::after {
  content: "\e622";
  font-family: "icon";
  font-size: 12px;
  margin-left: 10px;
  transition: all 0.4s ease;
  display: inline-block;
}
/* .indMore:hover{box-shadow: 0 6px 16px rgba(216, 74, 39, 0.4);} */
.indMore:hover span::after {
  transform: translateX(4px) scale(1.2);
}

/* -------------------------PC端--------------------------- */
@media all and (max-width: 1700px) {
  /* 1600 × (900) */
  .indgs-info {
    padding: 66px 220px 0 0;
  }
}

@media all and (max-width: 1590px) {
  /* 1440 × (700)  */
  .indgs-number li .num {
    width: 168px;
  }
  .indgs-number li .cont {
    width: calc(100% - 168px);
  }
  .indgs-number {
    width: 480px;
  }
  .indgs-info {
    width: calc(100% - 480px);
    padding: 40px 120px 0 0;
  }
  .indgs-number li:not(:first-child) {
    margin-top: 90px;
  }
  .indgs-number li .num::before {
    height: 50px;
    margin-top: -27px;
  }
  .indcp-ul {
    margin: -30px 0 0 -30px;
  }
  .indcp-link {
    width: calc(33.3333% - 30px);
    margin: 30px 0 0 30px;
  }
  .indcp-link-image .image {
    height: 280px;
  }
  .indcp-link-image {
    padding-right: 24px;
  }
  .indcp-link-image::before {
    width: calc(100% - 24px);
    height: calc(100% - 20px);
  }
  .indcp-link-cont {
    padding-left: 24px;
  }
  .indcp-link-cont .cont {
    height: 68px;
    padding: 0 24px;
  }
  .indxw-loop .swiper-container {
    width: 1116px;
  }
  .indxw-loop-image {
    width: 580px;
  }
  .indxw-loop-cont {
    width: calc(100% - 580px);
    height: 500px;
    padding: 40px 70px;
  }
  .swiperDot .swiper-pagination-bullet {
    margin: 0 0 0 20px !important;
  }
}

@media all and (max-width: 1430px) {
  /* 1360 */
}

@media all and (max-width: 1350px) {
  /* 1280 */
}

@media all and (max-width: 1270px) {
  /* 1152 × (700) */
  .banner .swiper-pagination {
    bottom: 42px;
  }
  .indgs-number li .num {
    width: 140px;
  }
  .indgs-number li .cont {
    width: calc(100% - 140px);
  }
  .indgs-number {
    width: 420px;
  }
  .indgs-info {
    width: calc(100% - 420px);
    padding: 40px 80px 0 0;
  }
  .indgs-number li .num::before {
    height: 44px;
    margin-top: -24px;
  }
  .indjs-head img {
    width: 250px;
  }
  .indcp-ul {
    margin: -20px 0 0 -20px;
  }
  .indcp-link {
    width: calc(33.3333% - 20px);
    margin: 20px 0 0 20px;
  }
  .indcp-link-image .image {
    height: 240px;
  }
  .indcp-link-image {
    padding-right: 20px;
  }
  .indcp-link-image::before {
    width: calc(100% - 20px);
    height: calc(100% - 16px);
  }
  .indcp-link-cont {
    padding-left: 20px;
  }
  .indcp-link-cont .cont {
    height: 68px;
    padding: 0 20px;
  }
  .indxw-loop .swiper-container {
    width: 840px;
  }
  .indxw-loop-image {
    width: 400px;
  }
  .indxw-loop-cont {
    width: calc(100% - 400px);
    height: 380px;
    padding: 30px 40px;
  }
  .indpl-loop {
    padding: 0 110px;
  }
  .indpl-prev {
    left: 40px;
  }
  .indpl-next {
    right: 40px;
  }
}

@media all and (max-width: 1140px) {
  /* 1024 */
  .banner-image img {
    height: calc(50vh - 50px);
  }
}

/* ------------------------手机端-------------------------- */
@media all and (max-width: 1000px) {
  /* 平板设备 720 适配 */
  .indgs-info {
    width: 100%;
    padding: 0;
  }
  .indgs-number {
    width: 100%;
    margin-top: 50px;
  }
  .indgs-number ul {
    display: flex;
    flex-wrap: wrap;
  }
  .indgs-number li {
    width: 33.3333%;
    margin: 0 !important;
    padding: 0 16px;
    text-align: center;
    position: relative;
    display: block;
  }
  .indgs-number li:first-child {
    padding-left: 0;
  }
  .indgs-number li:last-child {
    padding-right: 0;
  }
  .indgs-number li .num {
    width: 100%;
    text-align: center;
  }
  .indgs-number li .num::before {
    display: none;
  }
  .indgs-number li .cont {
    width: 100%;
    padding: 0;
    margin-top: 10px;
  }
  .indgs-number li:not(:first-child):before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background: #eee;
    left: 0;
    top: 0;
  }
  .indcp-ul {
    margin: -20px 0 0;
  }
  .indcp-link {
    width: 100%;
    margin: 20px 0 0;
  }
  .indcp-link-image .image {
    height: 300px;
  }
  .indxw-loop .swiper-container {
    width: 92%;
    overflow: hidden;
  }
  .indxw-loop-mix {
    transform: scale(1);
  }
  .indxw-loop-image {
    width: 340px;
  }
  .indxw-loop-cont {
    width: calc(100% - 340px);
    height: 300px;
    padding: 20px 28px;
  }
  .indpl-loop {
    padding: 0 60px;
  }
  .indpl-prev {
    left: 0;
  }
  .indpl-next {
    right: 0;
  }
}
@media all and (max-width: 640px) {
  /* 移动终端以上 360 适配 */
  .banner-image img {
    height: calc(100vh - 50px);
    max-height: 540px;
  }
  .banner .swiper-pagination {
    bottom: 28px;
  }
  .banner-cont .title {
    font-size: 34px;
  }
  .banner-cont .text {
    font-size: 16px;
  }
  .banner-cont.hidden-mb {
    display: none;
  }
  @keyframes bannerRun {
    0% {
      opacity: 0;
      transform: translateY(100px);
      filter: blur(4px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
      filter: blur(0);
    }
  }
  .indgs-info .text {
    margin-top: 12px;
  }
  .indgs-number {
    margin-top: 10px;
  }
  .indgs-number li {
    width: 100%;
    padding: 20px 0 !important;
  }
  .indgs-number li:not(:first-child):before {
    width: 100%;
    height: 1px;
  }
  .indgs-number li .cont .text {
    font-size: 12px;
  }
  .indgs {
    padding-bottom: 30px;
  }
  .indjs-head img {
    width: 136px;
  }
  .indjs-head .cont {
    margin-top: 12px;
  }
  .indcp-link-image .image {
    height: 240px;
  }
  .indcp-link-image {
    padding-right: 16px;
  }
  .indcp-link-image::before {
    width: calc(100% - 16px);
    height: calc(100% - 12px);
  }
  .indcp-link-cont {
    padding-left: 16px;
  }
  .indcp-link-cont .cont {
    height: 66px;
    padding: 0 16px;
  }
  .indxw-head-mix .title {
    font-size: 40px;
  }
  .indxw-loop-image {
    width: 100%;
  }
  .indxw-loop-image img {
    height: 230px;
  }
  .indxw-loop-cont {
    width: 100%;
    height: auto;
    padding: 20px 15px;
  }
  .indxw-loop-cont .text {
    margin-top: 8px;
  }
  .indxw-loop-cont .time {
    margin-top: 20px;
  }
  .indxw-loop {
    margin-top: 20px;
  }
  .indpl-prev,
  .indpl-next {
    display: none;
  }
  .indpl-loop {
    padding: 0;
  }
  .indjs-c1 {
    transform: translate3d(0, 0, 0);
  }
  .indjs-c2 {
    transform: translate3d(0, 0, 0);
  }
  .indMore {
    width: 136px;
    height: 40px;
  }
  .indMore span::after {
    margin-left: 6px;
  }
}
