.section1 {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}

.section1 .swiper1 {
  width: 100%;
  height: 100vh;
  position: relative;
}

.section1 .swiper1 .swiper-slide {
  width: 100%;
  overflow: hidden;
}

.section1 .swiper1 .swiper-slide .banner {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: -100px;
  right: -100px;
  margin: auto;
  height: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}

.section1 .swiper1 .swiper-slide .banner .text {
  font-size: 64px;
  font-weight: bold;
  line-height: 64px;
  color: #ffffff;
  position: absolute;
  left: calc(10% + 80px);
  top: 40%;
}

.section1 .swiper1 .swiper-slide .banner .s-text {
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
  color: #ffffff;
  opacity: 0.5;
  position: absolute;
  left: calc(10% + 80px);
  top: calc(40% + 106px);
}

.section1 .swiper1 .swiper-pagination-bullets {
  bottom: calc(12% - 6px);
  left: calc(10% + 100px);
  width: auto;
}

.section1 .swiper1 .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  display: inline-block;
  border-radius: 100%;
  background: white;
  opacity: 0.5;
  margin: 0 12px;
}

.section1 .swiper1 .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #c6150f;
  opacity: 1;
}

.section1 .swiper1 .swiper-button-next,
.section1 .swiper1 .swiper-button-prev {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100vh;
  margin-top: 0;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.section1 .swiper1 .swiper-button-next::after,
.section1 .swiper1 .swiper-button-prev::after {
  content: "";
}

.section1 .swiper1 .swiper-button-next1 {
  cursor: url(../images/cursor-next.png) 22 28, pointer;
}

.section1 .swiper1 .swiper-button-prev1 {
  cursor: url(../images/cursor-prev.png) 22 28, pointer;
}

.section1 .mouse-box {
  position: absolute;
  left: 10%;
  bottom: 12%;
  z-index: 100;
}

.section1 .mouse-box .line {
  width: 1px;
  height: 30px;
  background-color: #ffffff;
  margin-bottom: 27px;
  margin-left: 14px;
}

.section1 .mouse-box .mouse {
  width: 22px;
  height: 38px;
  border: solid 3px white;
  border-radius: 28px;
  position: relative;
}

.section1 .mouse-box .mouse .mouse-line {
  width: 4px;
  height: 10px;
  background-color: #ffffff;
  border-radius: 4px;
  position: absolute;
  left: calc(50% - 2px);
  top: 20px;
  animation: mouse 1.2s infinite ease-in-out;
  /*Safari 和 Chrome:*/
  -webkit-animation: mouse 1.2s infinite ease-in-out;
}

.section2 {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.section2 .box {
  width: 87.5%;
  height: 76vh;
  margin: 0 auto;
  margin-top: 12vh;
}

.section2 .box .left {
  width: 38.15%;
  float: left;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.section2 .box .left .img {
  width: 100%;
  background-image: url(../pic/index_02_01.png?v=2);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: -100px;
  right: -100px;
  margin: auto;
  height: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  transition: 0.5s;
}

.section2 .box .left .img .icon {
  width: 131px;
  height: 81px;
  position: absolute;
  top: 13.17%;
  right: 12.63%;
  opacity: 0;
  transition: 0.5s;
}

.section2 .box .left .img .icon img {
  width: 100%;
}

.section2 .box .left .img .text {
  font-size: 36px;
  font-weight: bold;
  line-height: 36px;
  letter-spacing: -0.7px;
  color: #333333;
  position: absolute;
  bottom: 29%;
  left: 10.7%;
  transition: 0.5s;
}

.section2 .box .left .img .p {
  font-size: 16px;
  font-weight: normal;
  line-height: 16px;
  letter-spacing: -0.3px;
  color: #333333;
  position: absolute;
  bottom: 23.4%;
  left: 10.7%;
  transition: 0.5s;
}

.section2 .box .left .img .button {
  position: absolute;
  bottom: 10%;
  left: 10.7%;
  font-size: 16px;
  font-weight: normal;
  line-height: 31px;
  letter-spacing: -0.3px;
  color: #666666;
  transition: 0.5s;
}

.section2 .box .left .img .button span {
  display: block;
  width: 31px;
  height: 31px;
  background-color: #cc2237;
  border-radius: 50%;
  margin-right: 13px;
  transition: 0.5s;
  overflow: hidden;
  float: left;
}

.section2 .box .left .img .button span i {
  color: white;
  font-size: 10px;
  line-height: 31px;
  margin-left: 11px;
}

.section2 .box .left .img .button b {
  float: left;
  line-height: 31px;
}

.section2 .box .left .img a {
  width: 100%;
  display: block;
  position: relative;
  height: 100%;
}

.section2 .box .left .img:hover {
  background-image: url(../pic/index_02_01_h.png?v=2);
}

.section2 .box .left .img:hover .icon {
  opacity: 1;
}

.section2 .box .left .img:hover .text {
  color: white;
}

.section2 .box .left .img:hover .p {
  color: white;
}

.section2 .box .left .img:hover .button {
  color: rgba(255, 255, 255, 0.5);
}

.section2 .box .left .img:hover .button span {
  background-color: rgba(255, 255, 255, 0.3);
}

.section2 .box .left .img:hover .button span i {
  animation: button 1s infinite;
  -webkit-animation: button 1s infinite;
  /* Safari 和 Chrome */
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  /* Safari 和 Chrome */
}

.section2 .box .right {
  width: 59.52%;
  float: right;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.section2 .box .right .right-top {
  width: 100%;
  height: 47.15%;
  position: relative;
}

.section2 .box .right .right-top .img {
  width: 100%;
  background-image: url(../pic/index_02_02.jpg?v=3);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: -100px;
  right: -100px;
  margin: auto;
  height: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  transition: 0.5s;
}

.section2 .box .right .right-top .img .icon {
  width: 93px;
  height: 92px;
  position: absolute;
  top: 17.94%;
  right: 7.5%;
  opacity: 0;
  transition: 0.5s;
}

.section2 .box .right .right-top .img .icon img {
  width: 100%;
}

.section2 .box .right .right-top .img .text {
  font-size: 36px;
  font-weight: bold;
  line-height: 36px;
  letter-spacing: -0.7px;
  color: #333333;
  position: absolute;
  top: 20.88%;
  left: 5.7%;
  transition: 0.5s;
}

.section2 .box .right .right-top .img .p {
  font-size: 16px;
  font-weight: normal;
  line-height: 16px;
  letter-spacing: -0.3px;
  color: #333333;
  position: absolute;
  top: 37.94%;
  left: 5.7%;
  transition: 0.5s;
}

.section2 .box .right .right-top .img .button {
  position: absolute;
  bottom: 21.76%;
  left: 5.7%;
  font-size: 16px;
  font-weight: normal;
  line-height: 31px;
  letter-spacing: -0.3px;
  color: #666666;
  transition: 0.5s;
}

.section2 .box .right .right-top .img .button span {
  display: block;
  width: 31px;
  height: 31px;
  background-color: #cc2237;
  border-radius: 50%;
  margin-right: 13px;
  transition: 0.5s;
  overflow: hidden;
  float: left;
}

.section2 .box .right .right-top .img .button span i {
  color: white;
  font-size: 10px;
  line-height: 31px;
  margin-left: 11px;
}

.section2 .box .right .right-top .img .button b {
  float: left;
  line-height: 31px;
}

.section2 .box .right .right-top .img a {
  width: 100%;
  display: block;
  position: relative;
  height: 100%;
}

.section2 .box .right .right-top .img:hover {
  background-image: url(../pic/index_02_02_h.png?v=101);
}

.section2 .box .right .right-top .img:hover .icon {
  opacity: 1;
}

.section2 .box .right .right-top .img:hover .text {
  color: white;
}

.section2 .box .right .right-top .img:hover .p {
  color: white;
}

.section2 .box .right .right-top .img:hover .button {
  color: rgba(255, 255, 255, 0.5);
}

.section2 .box .right .right-top .img:hover .button span {
  background-color: rgba(255, 255, 255, 0.3);
}

.section2 .box .right .right-top .img:hover .button span i {
  animation: button 1s infinite;
  -webkit-animation: button 1s infinite;
  /* Safari 和 Chrome */
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  /* Safari 和 Chrome */
}

.section2 .box .right .right-left {
  width: 48.1%;
  height: 47.29%;
  margin-top: 4%;
  float: left;
  position: relative;
}

.section2 .box .right .right-left .img {
  width: 100%;
  background-image: url(../pic/index_02_03.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: -100px;
  right: -100px;
  margin: auto;
  height: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  transition: 0.5s;
}

.section2 .box .right .right-left .img .icon {
  width: 94px;
  height: 98px;
  position: absolute;
  top: 12.9%;
  left: 11.43%;
  opacity: 0;
  transition: 0.5s;
}

.section2 .box .right .right-left .img .icon img {
  width: 100%;
}

.section2 .box .right .right-left .img .text {
  font-size: 36px;
  font-weight: bold;
  line-height: 36px;
  letter-spacing: -0.7px;
  color: #333333;
  position: absolute;
  bottom: 28.44%;
  left: 11.43%;
  transition: 0.5s;
}

.section2 .box .right .right-left .img .p {
  font-size: 16px;
  font-weight: normal;
  line-height: 16px;
  letter-spacing: -0.3px;
  color: #333333;
  position: absolute;
  bottom: 17.88%;
  left: 11.43%;
  transition: 0.5s;
}

.section2 .box .right .right-left .img a {
  width: 100%;
  display: block;
  position: relative;
  height: 100%;
}

.section2 .box .right .right-left .img:hover {
  background-image: url(../pic/index_02_03_h.jpg);
}

.section2 .box .right .right-left .img:hover .icon {
  opacity: 1;
}

.section2 .box .right .right-left .img:hover .text {
  color: white;
}

.section2 .box .right .right-left .img:hover .p {
  color: white;
}

.section2 .box .right .right-right {
  width: 48.1%;
  height: 47.29%;
  margin-top: 4%;
  float: right;
  position: relative;
}

.section2 .box .right .right-right .img {
  width: 100%;
  background-image: url(../pic/index_02_04.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: -100px;
  right: -100px;
  margin: auto;
  height: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  transition: 0.5s;
}

.section2 .box .right .right-right .img .icon {
  width: 81px;
  height: 81px;
  position: absolute;
  bottom: 14.11%;
  left: 10.81%;
  opacity: 0;
  transition: 0.5s;
}

.section2 .box .right .right-right .img .icon img {
  width: 100%;
}

.section2 .box .right .right-right .img .text {
  font-size: 36px;
  font-weight: bold;
  line-height: 36px;
  letter-spacing: -0.7px;
  color: #333333;
  position: absolute;
  top: 12.64%;
  left: 9.56%;
  transition: 0.5s;
}

.section2 .box .right .right-right .img .p {
  font-size: 16px;
  font-weight: normal;
  line-height: 28px;
  letter-spacing: -0.3px;
  color: #333333;
  position: absolute;
  top: 28.52%;
  left: 9.56%;
  margin-right: 9.56%;
  transition: 0.5s;
}

.section2 .box .right .right-right .img a {
  width: 100%;
  display: block;
  position: relative;
  height: 100%;
}

.section2 .box .right .right-right .img:hover {
  background-image: url(../pic/index_02_04_h.jpg);
}

.section2 .box .right .right-right .img:hover .icon {
  opacity: 1;
}

.section2 .box .right .right-right .img:hover .text {
  color: white;
}

.section2 .box .right .right-right .img:hover .p {
  color: white;
}

.section3 {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}

.section3 .box {
  width: 100%;
  background-image: url(../pic/index_03_bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: -100px;
  right: -100px;
  margin: auto;
  height: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}

.section3 .box .content {
  width: 87%;
  margin: 0 auto;
  margin-top: 30.96vh;
}

.section3 .box .content .left {
  float: left;
}

.section3 .box .content .left .title {
  font-size: 52px;
  font-weight: bold;
  line-height: 52px;
  letter-spacing: -1px;
  color: #ffffff;
}

.section3 .box .content .left .p {
  font-size: 30px;
  font-weight: normal;
  line-height: 30px;
  letter-spacing: -0.6px;
  color: #ffffff;
  margin-top: 32px;
}

.section3 .box .content .left .data {
  margin-top: 74px;
}

.section3 .box .content .left .data ul::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  float: none;
  clear: both;
}

.section3 .box .content .left .data ul li {
  float: left;
  padding-right: 55px;
  padding-left: 55px;
  position: relative;
}

.section3 .box .content .left .data ul li:first-child {
  padding-left: 0;
  border-left: 0;
}

.section3 .box .content .left .data ul li::before {
  content: "";
  width: 1px;
  height: 70px;
  background-color: #ffffff;
  opacity: 0.3;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.section3 .box .content .left .data ul li:first-child::before {
  width: 0;
}

.section3 .box .content .left .data ul li .count-title {
  font-family: DIN-Bold;
  font-size: 63px;
  line-height: 63px;
  letter-spacing: -1.3px;
  color: #ffffff;
}

.section3 .box .content .left .data ul li p {
  font-size: 14px;
  font-weight: normal;
  line-height: 22px;
  letter-spacing: -0.3px;
  color: #ffffff;
  opacity: 0.5;
  margin-top: 15px;
}

.section3 .box .content .left .button {
  margin-top: 94px;
}

.section3 .box .content .left .button a {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: -0.3px;
  color: rgba(255, 255, 255, 0.5);
  display: block;
}

.section3 .box .content .left .button a span {
  display: block;
  width: 31px;
  height: 31px;
  background-color: #cc2237;
  border-radius: 50%;
  margin-right: 14px;
  transition: 0.5s;
  overflow: hidden;
  float: left;
}

.section3 .box .content .left .button a span i {
  color: white;
  font-size: 10px;
  line-height: 31px;
  margin-left: 11px;
}

.section3 .box .content .left .button a b {
  float: left;
  line-height: 31px;
}

.section3 .box .content .left .button:hover a span i {
  animation: button 1s infinite;
  -webkit-animation: button 1s infinite;
  /* Safari 和 Chrome */
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  /* Safari 和 Chrome */
}

.section3 .box .content .right {
  width: 48%;
  height: 47.87vh;
  float: right;
}

.section3 .box .content .right .img {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.section3 .box .content .right .img img {
  height: 100%;
  position: absolute;
  top: 0;
  left: -100px;
  right: -100px;
  margin: auto;
}

.section4 {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.section4 .box {
  width: 100%;
  background-image: url(../pic/index_04_bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: -100px;
  right: -100px;
  margin: auto;
  height: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}

.section4 .box .content {
  width: 80%;
  margin: 0 auto;
  margin-top: 22.02vh;
}

.section4 .box .content .h1 {
  font-size: 36px;
  font-weight: bold;
  line-height: 33px;
  letter-spacing: -0.7px;
  color: #000000;
}

.section4 .box .content .button1 {
  position: absolute;
  top: calc(22.02vh + 23px);
  right: calc(10% + 170px);
}

.section4 .box .content .button1 a {
  font-size: 14px;
  line-height: 14px;
  color: #666666;
}

.section4 .box .content .news {
  width: 100%;
}

.section4 .box .content .news .swiper2 {
  width: 100%;
  height: 52.51vh;
  margin-top: 6.94vh;
}

.section4 .box .content .news .swiper2 .swiper-slide {
  width: 28.41%;
}

.section4 .box .content .news .swiper2 .swiper-slide .img-box {
  width: 100%;
  height: 14.65vw;
  position: relative;
  overflow: hidden;
}

.section4 .box .content .news .swiper2 .swiper-slide .img-box .img {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: -100px;
  bottom: -100px;
  margin: auto;
  width: 100%;
  height: 100%;
  transition: 0.5s;
  transform: scale(1.0001);
}

.section4 .box .content .news .swiper2 .swiper-slide .new-cont {
  width: 100%;
  background-color: white;
  height: 213px;
  transition: 0.8s;
  overflow: hidden;
}

.section4 .box .content .news .swiper2 .swiper-slide .new-cont .time {
  font-size: 20px;
  line-height: 20px;
  letter-spacing: -0.4px;
  color: #999999;
  margin-left: 7.39%;
  margin-top: 67px;
  float: left;
  transition: 0.6s;
}

.section4 .box .content .news .swiper2 .swiper-slide .new-cont .data {
  font-family: "DIN-Bold";
  font-size: 60px;
  line-height: 60px;
  letter-spacing: -1.2px;
  color: #cc0212;
  float: right;
  margin-right: 8.54%;
  margin-top: 30px;
  transition: 0.6s;
}

.section4 .box .content .news .swiper2 .swiper-slide .new-cont .title {
  font-size: 20px;
  font-weight: bold;
  line-height: 32px;
  letter-spacing: -0.4px;
  color: #333333;
  margin-left: 7.39%;
  margin-right: 8.54%;
  margin-top: 26px;
  font-style: normal;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: 0.6s;
}

.section4 .box .content .news .swiper2 .swiper-slide .new-cont .button {
  font-size: 16px;
  font-weight: normal;
  line-height: 25px;
  letter-spacing: -0.3px;
  color: white;
  transition: 0.5s;
  margin-left: 7.39%;
  display: none;
  transition: 0.6s;
}

.section4 .box .content .news .swiper2 .swiper-slide .new-cont .button span {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  margin-right: 9px;
  transition: 0.5s;
}

.section4 .box .content .news .swiper2 .swiper-slide .new-cont .button span i {
  color: white;
  font-size: 10px;
  line-height: 25px;
  margin-left: 9px;
}

.section4 .box .content .news .swiper2 .swiper-slide a {
  width: 100%;
  display: block;
  position: relative;
  height: 100%;
}

.section4 .box .content .news .swiper2 .swiper-slide:hover .img {
  transform: scale(1.05);
}

.section4 .box .content .news .swiper2 .swiper-slide:hover .new-cont {
  background-color: #c6150f;
  opacity: 0.9;
  height: 245px;
  margin-top: -40px;
}

.section4 .box .content .news .swiper2 .swiper-slide:hover .new-cont .time {
  color: white;
  margin-top: 51px;
}

.section4 .box .content .news .swiper2 .swiper-slide:hover .new-cont .data {
  color: white;
  margin-top: 14px;
}

.section4 .box .content .news .swiper2 .swiper-slide:hover .new-cont .title {
  color: white;
  margin-top: 20px;
}

.section4 .box .content .news .swiper2 .swiper-slide:hover .new-cont .button {
  display: block;
  margin-top: 30px;
}

.section4 .box .content .news .swiper-button-prev2,
.section4 .box .content .news .swiper-button-next2 {
  top: 22.02vh;
  width: 60px;
  height: 60px;
  margin-top: 0;
  color: #c9cccd;
  border-radius: 50%;
  background-color: white;
  transition: 0.5s;
}

.section4 .box .content .news .swiper-button-prev2::after,
.section4 .box .content .news .swiper-button-next2::after {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}

.section4 .box .content .news .swiper-button-prev2:hover,
.section4 .box .content .news .swiper-button-next2:hover {
  background-color: #cc0212;
  color: white;
}

.section4 .box .content .news .swiper-button-prev2 {
  right: calc(10% + 72px);
  left: auto;
}

.section4 .box .content .news .swiper-button-next2 {
  right: 10%;
  left: auto;
}

.section5 {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.section5 .box {
  width: 100%;
  background-image: url(/static/index/images/index_06_bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: -100px;
  right: -100px;
  margin: auto;
  height: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}

.section5 .box .bottom {
  width: 100%;
  height: 115px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.section5 .box .bottom .list {
  width: 100%;
  height: 115px;
  background-color: #cc0212;
  display: flex;
}

.section5 .box .bottom .list .item {
  width: 50%;
  height: 115px;
  transition: 0.5s;
  opacity: 0.3;
}

.section5 .box .bottom .list .item a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.section5 .box .bottom .list .item a::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  float: none;
  clear: both;
}

.section5 .box .bottom .list .item a .img {
  width: 65px;
  height: 56px;
  display: block;
  margin-left: 11%;
}

.section5 .box .bottom .list .item:first-child a .img {
  width: 58px;
  height: 58px;
  display: block;
  margin-left: 19%;
  margin-right: 5%;
}

.section5 .box .bottom .list .item a .img img {
  width: 100%;
}

.section5 .box .bottom .list .item a .text {
  display: block;
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  margin-right: 18%;
  transition: 0.5s;
}

.section5 .box .bottom .list .item:first-child a .text {
  display: block;
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  margin-right: 15%;
  transition: 0.5s;
}

.section5 .box .bottom .list .item a .text i {
  font-size: 20px;
  color: white;
  margin-left: 300px;
  opacity: 0;
  transition: 0.5s;
}

.section5 .box .bottom .list .item:hover {
  background-color: #e01324;
  opacity: 1;
}

.section5 .box .bottom .list .item:hover a .text {
  margin-left: calc(1% + 10px);
}

.section5 .box .bottom .list .item:hover a .text i {
  opacity: 1;
}

.section5 .box .top {
  width: 100%;
  height: calc(100vh - 115px);
  position: relative;
}

.section5 .box .top .img {
  position: absolute;
  top: 15vh;
  right: 17.5%;
  width: 44.583%;
}

.section5 .box .top .img svg g {
  cursor: pointer;
}

.section5 .box .top .img svg g .cls-1 {
  transition: 0.5s;
}

.section5 .box .top .title {
  position: absolute;
  top: 23.72vh;
  left: 12.5%;
}

.section5 .box .top .title .h1 {
  font-size: 52px;
  font-weight: bold;
  line-height: 52px;
  letter-spacing: -1px;
  color: #cc0212;
}

.section5 .box .top .title .p {
  font-size: 24px;
  line-height: 40px;
  letter-spacing: -0.5px;
  color: #666666;
  margin-top: 35px;
}

.section5 .box .top .member {
  position: absolute;
  bottom: 9.36vh;
  left: 12.5%;
}

.section5 .box .top .member .text .number {
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0px;
  color: #666666;
}

.section5 .box .top .member .text .number span {
  font-family: "DIN-Bold";
  font-size: 63px;
  line-height: 63px;
  letter-spacing: 0px;
  color: #c6150f;
}

.section5 .box .top .member .text .p {
  font-size: 18px;
  line-height: 18px;
  color: #666666;
  margin-top: 12px;
}

.section5 .box .top .member .province {
  width: 432px;
  background-color: #ffffff;
  margin-top: 42px;
  position: relative;
}

.section5 .box .top .member .province .province-box {
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.section5 .box .top .member .province .province-box::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  float: none;
  clear: both;
}

.section5 .box .top .member .province .province-box .province-value {
  font-size: 16px;
  line-height: 64px;
  color: #999999;
  margin-left: 25px;
  float: left;
}

.section5 .box .top .member .province .province-box .icon {
  float: right;
  margin-right: 25px;
}

.section5 .box .top .member .province .province-box .icon i {
  line-height: 64px;
  font-size: 16px;
  color: #999999;
}

.section5 .box .top .member .province .province-box .icon.open {
  transform: rotate(180deg);
}

.section5 .box .top .member .province .dropdown-box {
  width: 100%;
  max-height: 320px;
  position: absolute;
  bottom: 64px;
  left: 0;
  display: none;
  background-color: #ffffff;
}

.section5 .box .top .member .province .dropdown-box ul {
  width: 100%;
  max-height: 288px;
  overflow: hidden;
}

.section5 .box .top .member .province .dropdown-box ul li {
  padding: 8px 20px;
  font-size: 16px;
  line-height: 16px;
  color: #333;
}

.section5 .box .top .member .province .dropdown-box ul li:hover {
  background: #F4F4F4;
}

.section5 .box .top .member .province .dropdown-box .button {
  width: 100%;
  height: 32px;
  font-size: 16px;
  line-height: 32px;
  padding-left: 20px;
}

.section5 .box .top .member .province .dropdown-box .button a {
  color: #333;
}

.section5 .box .top .member .province .dropdown-box .button:hover {
  background: #F4F4F4;
}

.popups {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000000;
  display: none;
}

.popups .close {
  width: 50px;
  height: 50px;
  background-color: white;
  position: absolute;
  top: 20px;
  right: 20px;
  border-radius: 50%;
  cursor: pointer;
}

.popups .close i {
  font-size: 24px;
  color: #333333;
  text-align: center;
  line-height: 50px;
  margin-left: 16px;
}

.popups .video {
  width: 70%;
  height: 60vh;
  margin: 0 auto;
  margin-top: 20vh;
  position: relative;
}

.popups .video p {
  height: 100%;
}

.popups .video p video {
  width: 100%;
  height: 100%;
}

.popups .video .videoBg {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0px;
  left: 0px;
  display: none;
}

.popups .video .VideoBtn {
  position: absolute;
  width: 75px;
  height: 75px;
  top: 50%;
  left: 50%;
  margin-top: -37px;
  margin-left: -37px;
  cursor: pointer;
  overflow: hidden;
}

.fp-auto-height {
  width: 100%;
  height: auto;
}

.fp-auto-height .box {
  width: 100%;
  background-color: #ffffff;
}

.fp-auto-height .box .follow {
  width: 87.5%;
  height: 200px;
  margin: 0 auto;
}

.fp-auto-height .box .follow .bottom-logo {
  float: left;
  height: 72px;
  margin-top: 64px;
}

.fp-auto-height .box .follow .bottom-logo img {
  height: 100%;
}

.fp-auto-height .box .follow .contact {
  float: right;
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  letter-spacing: -0.3px;
  color: #999999;
  text-align: right;
  margin-top: 82px;
}

.fp-auto-height .box .follow .contact span {
  font-family: DIN-Bold;
  font-size: 42px;
  line-height: 42px;
  letter-spacing: -0.8px;
  color: #cc0212;
  display: block;
}

.fp-auto-height .box .follow .follow-box {
  float: right;
  margin-right: 50px;
  margin-top: 80px;
}

.fp-auto-height .box .follow .follow-box .icon {
  float: left;
  width: 60px;
  height: 60px;
  background-color: #e60012;
  border-radius: 15px;
  margin-left: 30px;
  text-align: center;
  transition: 0.5s;
  position: relative;
  cursor: pointer;
}

.fp-auto-height .box .follow .follow-box .icon .code {
  width: 142px;
  height: 0;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: -45px;
  z-index: 100;
  opacity: 0;
  transition: 0.5s;
}

.fp-auto-height .box .follow .follow-box .icon .code img {
  width: 100%;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.1));
}

.fp-auto-height .box .follow .follow-box .icon:hover {
  background-color: #b3000e;
  opacity: 1;
}

.fp-auto-height .box .follow .follow-box .icon:hover .code {
  height: 155px;
  top: -170px;
  opacity: 1;
}

.fp-auto-height .box .follow .follow-box .weixin i {
  font-size: 25px;
  line-height: 60px;
  color: white;
}

.fp-auto-height .box .follow .follow-box .douyin i {
  font-size: 27px;
  line-height: 60px;
  color: white;
}

.fp-auto-height .box .follow .follow-box .xinxi a {
  width: 100%;
  height: 100%;
  display: block;
}

.fp-auto-height .box .follow .follow-box .xinxi a i {
  font-size: 24px;
  line-height: 60px;
  color: white;
}

.fp-auto-height .box .bottom {
  width: 100%;
  height: 62px;
  background-color: #333333;
}

.fp-auto-height .box .bottom .beian {
  float: right;
  margin-right: 6.25%;
  line-height: 62px;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: -0.3px;
  color: #9099a0;
}

.fp-auto-height .box .bottom .beian a {
  color: #9099a0;
}

.fp-auto-height .box .bottom .beian a:hover {
  opacity: 0.8;
}

.fp-auto-height .box .bottom .link {
  float: right;
  margin-right: 6.25%;
}

.fp-auto-height .box .bottom .link ul li {
  float: left;
  padding: 0 20px;
  border-left: solid 1px #9099a0;
  line-height: 14px;
  margin-top: 24px;
}

.fp-auto-height .box .bottom .link ul li:first-child {
  border: 0;
}

.fp-auto-height .box .bottom .link ul li a {
  font-size: 14px;
  font-weight: normal;
  line-height: 14px;
  letter-spacing: -0.3px;
  color: #9099a0;
}

.fp-auto-height .box .bottom .link ul li a:hover {
  opacity: 0.8;
}

@keyframes mouse {
  0% {
    top: 10%;
    opacity: 0;
  }

  10% {
    top: 10%;
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  90% {
    top: 60%;
    opacity: 0;
  }

  100% {
    top: 60%;
    opacity: 0;
  }
}

@-webkit-keyframes mouse {
  0% {
    top: 10%;
    opacity: 0;
  }

  10% {
    top: 10%;
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  90% {
    top: 60%;
    opacity: 0;
  }

  100% {
    top: 60%;
    opacity: 0;
  }
}

@keyframes button {
  0% {
    margin-left: 11px;
    opacity: 1;
  }

  33% {
    margin-left: 30px;
    opacity: 0;
  }

  50% {
    margin-left: 0px;
    opacity: 0;
  }

  100% {
    margin-left: 11px;
    opacity: 1;
  }
}

@-webkit-keyframes button {
  0% {
    margin-left: 11px;
    opacity: 1;
  }

  33% {
    margin-left: 30px;
    opacity: 0;
  }

  50% {
    margin-left: 0px;
    opacity: 0;
  }

  100% {
    margin-left: 11px;
    opacity: 1;
  }
}

#fp-nav.right {
  right: 2.08%;
}

#fp-nav li {
  margin: 44px auto;
}

#fp-nav li:first-child {
  margin-top: 0;
}

#fp-nav li:last-child {
  margin-bottom: 0;
}

#fp-nav li a {
  font-family: "din-alternate-bold";
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0px;
  color: white;
  opacity: 0.5;
  position: relative;
  display: block;
}

#fp-nav li a.gray {
  color: #999999;
  opacity: 1;
}

#fp-nav li a .line {
  width: 30px;
  height: 1px;
  background-color: #cc0212;
  display: block;
  position: absolute;
  right: 30px;
  top: 9px;
  opacity: 0;
}

#fp-nav li a .line.white {
  background-color: white;
}

#fp-nav li a.active {
  opacity: 1;
}

#fp-nav li a.active .line {
  opacity: 1;
}

@media screen and (max-width: 1624px) {
  .section3 .box .content .left .title {
    font-size: 42px;
    line-height: 42px;
  }

  .section3 .box .content .left .p {
    font-size: 28px;
    line-height: 28px;
  }

  .section3 .box .content .left .data ul li .count-title {
    font-size: 52px;
    line-height: 52px;
  }

  .section3 .box .content .left .data ul li {
    float: left;
    padding-right: 40px;
    padding-left: 40px;
    position: relative;
  }

  .section3 .box .content .left .button {
    margin-top: 30px;
  }
}

@media screen and (max-width: 1624px) {
  .section5 .box .top .img {
    position: absolute;
    top: 15vh;
    right: 9.5%;
    width: 53.583%;
  }

  .section5 .box .bottom .list .item a .text i {
    font-size: 20px;
    color: white;
    margin-left: 200px;
    opacity: 0;
    transition: 0.5s;
  }
}

@media screen and (max-width: 1440px) {
  .section2 .box {
    height: 66vh;
  }

  .section2 .box .right .right-top {
    height: 48.5%;
  }

  .section2 .box .right .right-left {
    height: 48.5%;
    margin-top: 3%;
  }

  .section2 .box .right .right-right {
    height: 48.5%;
    margin-top: 3%;
  }

  .section2 .box .left .img .text {
    font-size: 28px;
    line-height: 28px;
    left: 5%;
  }

  .section2 .box .left .img .p {
    left: 5%;
  }

  .section2 .box .left .img .button {
    left: 5%;
  }

  .section2 .box .right .right-top .img .text {
    font-size: 28px;
    line-height: 28px;
    left: 3%;
  }

  .section2 .box .right .right-top .img .p {
    left: 3%;
  }

  .section2 .box .right .right-top .img .button {
    left: 3%;
  }

  .section2 .box .right .right-left .img .text {
    font-size: 28px;
    line-height: 28px;
    left: 5%;
  }

  .section2 .box .right .right-left .img .p {
    left: 5%;
  }

  .section2 .box .right .right-right .img .text {
    font-size: 28px;
    line-height: 28px;
    left: 5%;
  }

  .section2 .box .right .right-right .img .p {
    left: 5%;
  }

  .section2 .box .left .img .icon {
    width: 80px;
  }

  .section2 .box .right .right-top .img .icon {
    width: 60px;
  }

  .section2 .box .right .right-left .img .icon {
    width: 60px;
  }

  .section2 .box .right .right-right .img .icon {
    width: 60px;
  }

  .section3 .box .content .left .title {
    font-size: 36px;
    line-height: 36px;
  }

  .section3 .box .content .left .p {
    font-size: 20px;
    line-height: 20px;
  }

  .section3 .box .content .left .data ul li .count-title {
    font-size: 42px;
    line-height: 42px;
  }

  .section3 .box .content .left .data ul li {
    float: left;
    padding-right: 30px;
    padding-left: 30px;
    position: relative;
  }

  .section4 .box .content .news .swiper2 .swiper-slide .img-box {
    height: 12vw;
  }

  .section4 .box .content .news .swiper2 .swiper-slide .new-cont .title {
    font-size: 16px;
    line-height: 28px;
  }

  .section5 .box .content .left .title {
    font-size: 42px;
    line-height: 60px;
  }

  .section5 .box .content .left .p {
    margin-top: 50px;
    font-size: 16px;
  }

  .section5 .box .right .img {
    position: absolute;
    top: 19.1vh;
    right: 6.5%;
    width: 81.5%;
  }

  .section5 .box .right .other-button {
    margin-top: 23vh;
  }

  .section5 .box .right .other-button ul li a .text {
    margin-left: 10%;
    font-size: 18px;
  }

  .section5 .box .right .other-button ul li:hover a .text {
    margin-left: calc(10% + 10px);
  }

  .section5 .box .right .other-button ul li a .img {
    width: 40px;
    height: 40px;
    margin-left: 10%;
    padding-top: calc(7.98vh - 20px);
  }

  .section5 .box .right .stock .stock-int {
    margin-left: 20px;
  }

  .section5 .box .right .stock .news {
    margin-left: 24px;
  }
}
