

/* 图片统一动画 */


main,
header,
footer,
.mxw-box,
section {
  font-size: 16px;
}

html {
  font-size: 16px;
}

@media screen and (min-width: 1680px) {
  html {
    font-size: 60px;
  }
}

@media screen and (max-width: 1680px) {
  html {
     font-size: 60px;
  }
}

@media screen and (max-width: 1680px) {
  html {
    font-size: 52.29px;
  }
}

@media screen and (max-width: 1600px) {
  html {
    font-size: 49.77px;
  }
}

@media screen and (max-width: 1600px) {
  html {
    font-size: 49.77px;
  }
}

@media screen and (max-width: 1440px) {
  html {
    font-size: 44.7484px;
  }
}

@media screen and (max-width: 1400px) {
  html {
    font-size: 43.4906px;
  }
}

@media screen and (max-width: 1366px) {
  html {
    font-size: 42.4214px;
  }
}

@media screen and (max-width: 1280px) {
  html {
    font-size: 39.717px;
  }
}

@media screen and (max-width: 1152px) {
  html {
    font-size: 35.6918px;
  }
}


/* ==================== 重置样式 End ==================== */


/* ==================== 首页第二屏 - 第一屏 Start ==================== */
.index-section2 {
  background: url(../images/b2.jpg) no-repeat center bottom;
  background-size: cover;
  padding-top: 1.67rem;
}

.index-section2 .head-title {
  width: 100%;
  text-align: center;
  letter-spacing: 0.08rem;
  margin-bottom: 1.83rem;
}

.index-section2 .head-title .text1 {
  font-size: 0.83rem;
  color: #1f2329;
  line-height: 1;
  margin-bottom: 0.5rem;
  font-weight: bold;
}

.index-section2 .head-title .text2 {
  font-size: 0.28rem;
  color: #807c7c;
  line-height: 1;
}

.index-section2 .itembox {
  margin: 0 auto;
}

.index-section2 .swiper-slide .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 100%;
  box-shadow: 0rem 0rem 0.72rem 0rem rgba(0, 0, 0, 0.08);
  cursor: pointer;
  position: relative;
  transition: transform 0.4s;
  font-size: 12px;
}

.index-section2 .swiper-slide.active .icon{
  background-image: linear-gradient(-27deg, #a31b1b 0%, #e50101 100%);
  color: #fff;
  font-size: 18px;
}

.index-section2 .swiper-slide .icon img {
  position: relative;
  z-index: 9;
}

.index-section2 .swiper-slide .name {
  color: #868787;
  text-align: center;
  line-height: 1.2;
  margin-top: 0.33rem;
  font-size: 0.27rem;
}

.index-section2 .left-btn,
.index-section2 .right-btn {
	display: flex;
	color: #fff;
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 100%;
  position: absolute;
  bottom: 1.25rem;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: rgba(223, 223, 223, 0.5);
  background-position-y: top;
  transition: background-color 0.4s;
  z-index: 9;
}

.index-section2 .left-btn:hover,
.index-section2 .right-btn:hover {
  background-color: #df0404;
}

.index-section2 .left-btn:hover:after,
.index-section2 .right-btn:hover:after {
  background-position-y: bottom;
}
.index-section2 .top-head .bg1{
	position: absolute;
	top: 10%;
	left: -5%;
	right:-5%;
	z-index:0;
}
.index-section2 .top-head .bg1 img{
	width: 100%;
	opacity: 0.1;
	 -webkit-animation: rotate360 60s linear 0s infinite;
    animation: rotate360 60s linear 0s infinite;
}

@-webkit-keyframes rotate360
  {0%{-webkit-transform:rotate(0deg);}
  100%{-webkit-transform:rotate(360deg);}
}@-moz-keyframes rotate360
  {0%{-moz-transform:rotate(0deg);}
  100%{-moz-transform:rotate(360deg);}
}@-ms-keyframes rotate360
  {0%{-ms-transform:rotate(0deg);}
  100%{-ms-transform:rotate(360deg);}
}@keyframes rotate360
  {0%{transform:rotate(0deg);}
  100%{transform:rotate(360deg);}
}













@media screen and (min-width: 1200px) {
  .index-section2 {
    position: relative;
    overflow: hidden;
  }

  .index-section2 .float-itembox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .index-section2 .float-icon {
    position: absolute;
  }

  .index-section2 .float-icon i {
    display: block;
    width: 0.13rem;
    height: 0.13rem;
    border-radius: 100%;
    background-color: #d90011;
    position: relative;
    z-index: 0.15rem;
  }

  .index-section2 .float-icon:before,
  .index-section2 .float-icon:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 100%;
  }

  .index-section2 .float-icon:before {
    width: 0.3rem;
    height: 0.3rem;
    background-color: rgba(255, 0, 17, 0.2);
    margin-left: -0.15rem;
    margin-top: -0.15rem;
    animation: donghua 3s infinite;
  }

  .index-section2 .float-icon:after {
    width: 0.5rem;
    height: 0.5rem;
    background-color: rgba(187, 187, 187, 0.3);
    margin-left: -0.25rem;
    margin-top: -0.25rem;
    animation: donghua 3s infinite;
  }

  .index-section2 .float-icon:nth-child(1) {
    left: 6.17rem;
    bottom: 1.7rem;
  }

  .index-section2 .float-icon:nth-child(2) {
    left: 6.17rem;
    bottom: 2.5rem;
  }

  .index-section2 .float-icon:nth-child(3) {
    left: 7rem;
    bottom: 2.17rem;
    z-index: 19;
    opacity: 0.3;
  }

  .index-section2 .float-icon:nth-child(4) {
    left: 7.5rem;
    bottom: 3.5rem;
    z-index: 10;
    opacity: 0.2;
  }

  .index-section2 .float-icon:nth-child(5) {
    left: 8.5rem;
    bottom: 3rem;
    z-index: 10;
    opacity: 0.2;
  }

  .index-section2 .float-icon:nth-child(6) {
    left: 50%;
    bottom: 4.83rem;
    z-index: 10;
    opacity: 0.2;
  }

  .index-section2 .float-icon:nth-child(7) {
    left: 16.5rem;
    bottom: 3.5rem;
    z-index: 10;
    opacity: 0.2;
  }

  .index-section2 .float-icon:nth-child(8) {
    left: 16.5rem;
    bottom: 2.47rem;
    z-index: 10;
    opacity: 0.2;
  }

  .index-section2 .float-icon:nth-child(9) {
    left: 17.83rem;
    bottom: 1.97rem;
    z-index: 10;
  }

  @keyframes donghua {
    0% {
      transform: scale(0);
    }

    60% {
      transform: scale(1);
    }

    100% {
      transform: scale(0);
    }
  }

  .index-section2 .bg01,
  .index-section2 .bg02,
  .index-section2 .bg03 {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
  }

  .index-section2 .bg01 {
    width: 20.07rem;
    height: 8.07rem;
  }

  .index-section2 .bg02 {
    width: 24.1rem;
    height: 11.13rem;
  }

  .index-section2 .bg03 {
    width: 28.22rem;
    height: 12.87rem;
  }

  .index-section2 .left-btn,
  .index-section2 .right-btn {
    width: 0.9rem;
    height: 0.9rem;
    border-radius: 100%;
    position: absolute;
    bottom: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    /* background-color: rgba(223, 223, 223, 0.5); */
    background-color: #1f2329;
    background-position-y: top;
    transition: background-color 0.4s;
    z-index: 9;
  }

  .index-section2 .left-btn:hover,
  .index-section2 .right-btn:hover {
    background-color: #df0404;
  }

  .index-section2 .left-btn:hover:after,
  .index-section2 .right-btn:hover:after {
    background-position-y: bottom;
  }


  .index-section2 .left-btn {
    left: -0.43rem;
  }

  .index-section2 .right-btn {
    right: -0.43rem;
  }

  .index-section2 .itembox {
    width: 23.67rem;
    height: 13rem;
    max-width: 23.67rem;
    overflow: visible;
  }

  .index-section2 .itembox.show .swiper-slide {
    transform: translate(0) !important;
    transition-duration: 1s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
  }

  .index-section2 .itembox.active .swiper-slide {
    transform: translate(0) !important;
    transition-delay: 0s !important;
  }

  .index-section2 .itembox .swiper-wrapper {
    display: block;
	z-index:2;
  }

  .index-section2 .itembox .swiper-slide {
    position: absolute;
    width: auto;
    height: auto;
    transition: all 0.4s;
    bottom: -100%;
    left: 50%;
  }

  .index-section2 .itembox .swiper-slide.active .icon {
    width: 3rem;
    height: 3rem;
  }

  .index-section2 .itembox .swiper-slide.active .icon:after {
    opacity: 1;
  }

  .index-section2 .itembox .swiper-slide.active .name {
    font-size: 16px;
    font-weight: bold;
    color: #333;
  }

  .index-section2 .itembox .swiper-slide.active .common-jump-card {
    opacity: 1;
    visibility: visible;
  }

  .index-section2 .itembox .swiper-slide .icon {
  	padding: 10px;
    width: 2.5rem;
    height:2.5rem;
    text-align: center;
    transition: width 0.4s, height 0.4s;
  }

  .index-section2 .itembox .swiper-slide .icon .name {
    transition: font-size 0.4s, color 0.4s;
  }

  .index-section2 .itembox .swiper-slide .icon:hover:after {
    opacity: 1;
  }

  .index-section2 .itembox .swiper-slide:nth-child(1) {
    bottom: 2.93rem;
    left: 0;
    transform: translate(11.67rem, 6.17rem);
    transition-delay: 0s;
  }

  .index-section2 .itembox .swiper-slide:nth-child(2) {
    bottom: 6.43rem;
    left: 2.5rem;
    transform: translate(9.17rem, 9.67rem);
    transition-delay: 0.2s;
  }

  .index-section2 .itembox .swiper-slide:nth-child(3) {
    bottom: 8.83rem;
    left: 6.17rem;
    transform: translate(5.5rem, 11.67rem);
    transition-delay: 0.4s;
  }

  .index-section2 .itembox .swiper-slide:nth-child(4) {
    bottom: 9.33rem;
    left: 50%;
    margin-left: -1rem;
    transform: translate(0.83rem, 12.17rem);
    transition-delay: 0.6s;
  }

  .index-section2 .itembox .swiper-slide:nth-child(4).active {
    margin-left: -1.5rem;
  }

  .index-section2 .itembox .swiper-slide:nth-child(5) {
    bottom: 8.83rem;
    left: 15rem;
    transform: translate(-3.83rem, 11.67rem);
    transition-delay: 0.8s;
  }

  .index-section2 .itembox .swiper-slide:nth-child(6) {
    bottom: 6.45rem;
    left: 18.67rem;
    transform: translate(-7.5rem, 9.17rem);
    transition-delay: 1s;
  }

  .index-section2 .itembox .swiper-slide:nth-child(7) {
    bottom: 2.93rem;
    left: 21.17rem;
    transform: translate(-10rem, 6.5rem);
    transition-delay: 1.2s;
  }

  .index-section2 .itembox .swiper-slide:nth-child(8) {
    bottom: -3.33rem;
    left: 21.67rem;
  }

  .index-section2 .common-jump-card {
    z-index: 9;
    padding-top: 0.5rem;
  }


  .index-section2 .title {
    font-weight: bold;
    color: #222;
    font-size: 0.37rem;
    line-height: 1;
    margin-bottom: 0.5rem;
  }

  .index-section2 .details {
    width:1000px;
    text-align: center;
  }
}

/* @media screen and (max-width: 1600px) {
  .index-section2 {
    zoom: 0.9;
  }
}
@media screen and (max-width: 1380px) {
  .index-section2 {
    zoom: 0.8;
  }
}
@media screen and (max-width: 1220px) {
  .index-section2 {
    zoom: 0.7;
  }
} */
@media screen and (max-width: 1100px) {
  .index-section2 {
    zoom: 1;
    padding: 30px 20px;
  }

  .index-section2 .head-title {
    letter-spacing: 2px;
    margin-bottom: 30px;
  }

  .index-section2 .head-title .text1 {
    font-size: 24px;
    margin-bottom: 15px;
  }

  .index-section2 .head-title .text2 {
    font-size: 12px;
  }

  .index-section2 .top-head {
    position: relative;
    padding: 0 30px;
  }
  
  .index-section2 .itembox .swiper-wrapper {
    padding: 10px 0;
  }

  .index-section2 .itembox .swiper-slide.swiper-slide-thumb-active .icon:after {
    opacity: 1;
  }

  .index-section2 .itembox .swiper-slide .icon {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
  }

  .index-section2 .itembox .swiper-slide .name {
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.4;
  }

  .index-section2 .index-section2-swiper-mobile {
    margin-top: 10px;
  }

  .index-section2 .index-section2-swiper-mobile .swiper-slide {
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #eee;
    font-size: 14px;
    line-height: 1.8;
    text-align: justify;
  }

  .index-section2 .index-section2-swiper-mobile .title {
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
  }

  .index-section2 .index-section2-swiper-mobile .details {
    font-size: 12px;
    line-height: 2;
    color: #666;
  }

  .index-section2 .left-btn,
  .index-section2 .right-btn {
    bottom: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
  }



  .index-section2 .left-btn {
    left: -10px;
    transform: rotate(90deg);
  }

  .index-section2 .right-btn {
    right: -10px;
    transform: rotate(-90deg);
  }
}
@media screen and (max-width: 1450px) {
      .index-section2 .details {
        width:600px;
        text-align: center;
    }
    .index-section2 .common-jump-card{
    	padding-top: 0;
    }
}
@media screen and (max-width: 1150px) {

      .index-section2 .details {
        width:500px;
        text-align: center;
    }
    .index-section2 .common-jump-card{
    	padding-top: 0;
    }
    .index-section2 .itembox .swiper-slide .icon {
        padding: 10px;
        width: 3rem;
        height: 3rem;
        transition: width 0.4s, height 0.4s;
    }
}
/* ==================== 通用弹出卡片 Start ==================== */
.common-jump-card {
  position: absolute;
  top: 80%;
  left: 50%;
  padding-top: 0.33rem;
  transform: translate(-50%, 0.17rem);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s, visibility 0.4s, transform 0.4s;
}

@media screen and (max-width: 1100px) {
  .common-jump-card {
    display: none;
  }
}

/* ==================== 通用弹出卡片 End ==================== */
