.banner {
  width: 100%;
  position: relative;
  height: 100%;
  min-height: 70vh;
}
.banner .swiper1 {
  width: 100%;
  position: relative;
}
.banner .swiper1 .swiper-slide {
  width: 100%;
}
.banner .swiper1 .swiper-slide .banner1 {
  width: 100%;
}
.banner .swiper1 .swiper-slide .banner1 img {
  width: 100%;
}
.banner .swiper1 .swiper-slide .text {
  position: absolute;
  left: 6%;
  top: 40%;
}
.banner .swiper1 .swiper-slide .text .title {
  font-size: 4rem;
  font-weight: bold;
  line-height: 5.66rem;
  color: #ffffff;
}
.banner .swiper1 .swiper-slide .text .s-title {
  font-size: 1.5rem;
  line-height: 2.833rem;
  font-weight: bold;
  color: #ffffff;
  opacity: 0.5;
  margin-top: 3.6rem;
}
.banner .swiper1 .swiper-pagination-bullets {
  bottom: 3rem;
  left: 0;
  width: 100%;
}
.banner .swiper1 .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  display: inline-block;
  border-radius: 100%;
  background: white;
  opacity: 0.5;
  margin: 0 5px;
}
.banner .swiper1 .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #c6150f;
  opacity: 1;
}
.banner .mouse-box {
  position: absolute;
  left: 6%;
  top: 70%;
  z-index: 100;
}
.banner .mouse-box .line {
  width: 1px;
  height: 30px;
  background-color: #ffffff;
  margin-bottom: 27px;
  margin-left: 14px;
}
.banner .mouse-box .mouse {
  width: 22px;
  height: 38px;
  border: solid 3px white;
  border-radius: 28px;
  position: relative;
}
.banner .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;
}
.section1 {
  width: 100%;
  margin-top: 3rem;
}
.section1 .box {
  width: 88%;
  margin: 0 auto;
}
.section1 .box::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  float: none;
  clear: both;
}
.section1 .box .box1 {
  width: 100%;
  height: 100%;
  position: relative;
  margin-bottom: 11px;
}
.section1 .box .box1 .img {
  width: 100%;
  min-height: 28vw;
}
.section1 .box .box1 .img img {
  width: 100%;
}
.section1 .box .box1 .text {
  position: absolute;
  top: 4.2rem;
  left: 2.46rem;
}
.section1 .box .box1 .text .title {
  font-size: 2.266rem;
  font-weight: bold;
  line-height: 2.266rem;
  letter-spacing: -1px;
  color: #333333;
}
.section1 .box .box1 .text .button {
  margin-top: 1.53rem;
  font-size: 1.2rem;
  font-weight: normal;
  letter-spacing: -0.3px;
  color: #666666;
  transition: 0.5s;
}
.section1 .box .box1 .text .button span {
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background-color: #cc2237;
  border-radius: 50%;
  margin-right: 0.9rem;
  transition: 0.5s;
  float: left;
}
.section1 .box .box1 .text .button span img {
  width: 0.4rem;
  margin-left: 0.6rem;
  margin-top: 0.6rem;
  display: block;
}
.section1 .box .box1 .text .button b {
  float: left;
  line-height: 1.6rem;
}
.section1 .box .box1 a {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.section1 .box .box2 {
  width: calc(50% - 6px);
  height: 100%;
  position: relative;
  margin-bottom: 11px;
  float: left;
}
.section1 .box .box2 .img {
  width: 100%;
  min-height: 28vw;
}
.section1 .box .box2 .img img {
  width: 100%;
}
.section1 .box .box2 .text {
  position: absolute;
  top: 4.2rem;
  left: 2.46rem;
}
.section1 .box .box2 .text .title {
  font-size: 2.266rem;
  font-weight: bold;
  line-height: 3rem;
  letter-spacing: -1px;
  color: #333333;
}
.section1 .box .box2 .text .button {
  margin-top: 1.53rem;
  font-size: 1.2rem;
  font-weight: normal;
  letter-spacing: -0.3px;
  color: #666666;
  transition: 0.5s;
}
.section1 .box .box2 .text .button span {
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background-color: #cc2237;
  border-radius: 50%;
  margin-right: 0.9rem;
  transition: 0.5s;
  float: left;
}
.section1 .box .box2 .text .button span img {
  width: 0.4rem;
  margin-left: 0.6rem;
  margin-top: 0.6rem;
  display: block;
}
.section1 .box .box2 .text .button b {
  float: left;
  line-height: 1.6rem;
}
.section1 .box .box2 a {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.section1 .box .box3 {
  width: calc(50% - 6px);
  margin-left: 12px;
  height: 100%;
  position: relative;
  margin-bottom: 11px;
  float: left;
}
.section1 .box .box3 .img {
  width: 100%;
  min-height: 28vw;
}
.section1 .box .box3 .img img {
  width: 100%;
}
.section1 .box .box3 .text {
  position: absolute;
  top: 5.5rem;
  left: 2.46rem;
}
.section1 .box .box3 .text .title {
  font-size: 2.266rem;
  font-weight: bold;
  line-height: 2.266rem;
  letter-spacing: -1px;
  color: #333333;
}
.section1 .box .box3 .text .button {
  margin-top: 1.53rem;
  font-size: 1.2rem;
  font-weight: normal;
  letter-spacing: -0.3px;
  color: #666666;
  transition: 0.5s;
}
.section1 .box .box3 .text .button span {
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background-color: #cc2237;
  border-radius: 50%;
  margin-right: 0.9rem;
  transition: 0.5s;
  float: left;
}
.section1 .box .box3 .text .button span img {
  width: 0.4rem;
  margin-left: 0.6rem;
  margin-top: 0.6rem;
  display: block;
}
.section1 .box .box3 .text .button b {
  float: left;
  line-height: 1.6rem;
}
.section1 .box .box3 a {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.section2 {
  width: 100%;
  margin-top: 2rem;
  position: relative;
}
.section2 .img {
  width: 100%;
  min-height: 120vw;
}
.section2 .img img {
  width: 100%;
}
.section2 .title {
  font-size: 3.3rem;
  font-weight: bold;
  line-height: 3.3rem;
  
  color: #ffffff;
  position: absolute;
  top: 5.4rem;
  left: 6%;
}
.section2 .s-title {
  font-size: 1.2rem;
  line-height: 1.2rem;
  letter-spacing: -0.1rem;
  color: #ffffff;
  position: absolute;
  top: 10rem;
  left: 6%;
}
.section2 .data {
  position: absolute;
  top: 15.33rem;
  left: 6%;
}
.section2 .data ul::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  float: none;
  clear: both;
}
.section2 .data ul li {
  float: left;
  padding-right: 3.7rem;
  padding-left: 3.3rem;
  position: relative;
}
.section2 .data ul li:first-child {
  padding-left: 0;
  border-left: 0;
}
.section2 .data ul li::before {
  content: "";
  width: 0.1rem;
  height: 5rem;
  background-color: #ffffff;
  opacity: 0.3;
  display: block;
  position: absolute;
  top: 2rem;
  left: 0;
}
.section2 .data ul li:first-child::before {
  width: 0;
}
.section2 .data ul li .count-title {
  font-family: DIN-Bold;
  font-size: 4rem;
  line-height: 4rem;
  letter-spacing: -1.3px;
  color: #ffffff;
}
.section2 .data ul li p {
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 2rem;
  letter-spacing: -0.3px;
  color: #ffffff;
  opacity: 0.5;
  margin-top: 15px;
}
.section2 .data .bottom {
  margin-top: 2rem;
  position: relative;
}
.section2 .data .bottom:first-child {
  padding-left: 0;
  border-left: 0;
}
.section2 .data .bottom .count-title {
  font-family: DIN-Bold;
  font-size: 4rem;
  line-height: 4rem;
  letter-spacing: -1.3px;
  color: #ffffff;
}
.section2 .data .bottom p {
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 2rem;
  letter-spacing: -0.3px;
  color: #ffffff;
  opacity: 0.5;
  margin-top: 15px;
}
.section2 .video-box {
  width: 88%;
  margin: 0 auto;
  position: absolute;
  bottom: -10rem;
  left: 6%;
  z-index: 1000;
}
.section2 .video-box .img {
  width: 100%;
  cursor: pointer;
  min-height:40vw;
}
.section2 .video-box .img img {
  height: 100%;
}
.section2 .video-box .icon {
  position: absolute;
  top: calc(50% - 2.25rem);
  left: calc(50% - 2.25rem);
  width: 4.5rem;
  height: 4.5rem;
}
.section2 .video-box .icon img {
  width: 100%;
}
.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: 100%;
  height: 30vh;
  margin: 0 auto;
  margin-top: 35vh;
  position: relative;
}
.popups .video 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: 4.5rem;
  height: 4.5rem;
  top: 50%;
  left: 50%;
  margin-top: -2.25rem;
  margin-left: -2.25rem;
  cursor: pointer;
  overflow: hidden;
}
.popups .video .VideoBtn img {
  width: 100%;
}
.section3 {
  width: 100%;
  position: relative;
}
.section3 .img {
  width: 100%;
  min-height: 136vw;
}
.section3 .img img {
  width: 100%;
}
.section3 .box {
  position: absolute;
  top: 15rem;
  left: 0;
  z-index: 100;
  width: 100%;
}
.section3 .box .title {
  font-size: 3.3rem;
  font-weight: bold;
  line-height: 3.3rem;
  letter-spacing: -2px;
  color: #333333;
  margin-left: 6%;
}
.section3 .box .news {
  width: 100%;
}
.section3 .box .news .swiper2 {
  width: 94%;
  margin-top: 4.4rem;
  margin-left: 6%;
}
.section3 .box .news .swiper2 .swiper-slide {
  width: 55.3%;
}
.section3 .box .news .swiper2 .swiper-slide .img {
  width: 100%;
  height: 32.3vw;
  min-height:30vw;
  position: relative;
  overflow: hidden;
}
.section3 .box .news .swiper2 .swiper-slide .img img {
  height: 100%;
  position: absolute;
  top: 0;
  left: -100px;
  right: -100px;
  margin: auto;
  transition: 0.6s;
}
.section3 .box .news .swiper2 .swiper-slide .new-cont {
  width: 100%;
  background-color: white;
  height: 11.1rem;
  transition: 0.8s;
  overflow: hidden;
}
.section3 .box .news .swiper2 .swiper-slide .new-cont .time {
  font-size: 1.2rem;
  line-height: 1.2rem;
  letter-spacing: -0.4px;
  color: #999999;
  margin-left: 7.39%;
  margin-top: 3.2rem;
  float: left;
  transition: 0.6s;
}
.section3 .box .news .swiper2 .swiper-slide .new-cont .data {
  font-family: "DIN-Bold";
  font-size: 3.3rem;
  line-height: 3.3rem;
  letter-spacing: -1.2px;
  color: #cc0212;
  float: right;
  margin-right: 8.54%;
  margin-top: 1.3rem;
  transition: 0.6s;
}
.section3 .box .news .swiper2 .swiper-slide .new-cont .title {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 2.2rem;
  letter-spacing: -0.4px;
  color: #333333;
  margin-left: 7.39%;
  margin-right: 8.54%;
  margin-top: 1rem;
  font-style: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: 0.6s;
}
.section3 .box .news .swiper2 .swiper-slide a {
  width: 100%;
  display: block;
  position: relative;
  height: 100%;
}
.section3 .box .news .swiper-button-prev2,
.section3 .box .news .swiper-button-next2 {
  top: 0;
  width: 3.6rem;
  height: 3.6rem;
  margin-top: 0;
  color: #c9cccd;
  border-radius: 50%;
  background-color: white;
  transition: 0.5s;
}
.section3 .box .news .swiper-button-prev2::after,
.section3 .box .news .swiper-button-next2::after {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}
.section3 .box .news .swiper-button-prev2:hover,
.section3 .box .news .swiper-button-next2:hover {
  background-color: #cc0212;
  color: white;
}
.section3 .box .news .swiper-button-prev2 {
  right: calc(10% + 4.2rem);
  left: auto;
}
.section3 .box .news .swiper-button-next2 {
  right: 10%;
  left: auto;
}
.section3 .box .text {
  font-size: 1.2rem;
  line-height: 1.2rem;
  letter-spacing: -1px;
  color: #999999;
  margin-left: 6%;
  margin-top: 2rem;
}
.section4 {
  width: 100%;
}
.section4 .stock-box {
  width: 100%;
  position: relative;
  display:none;
}
.section4 .stock-box .img {
  width: 100%;
  min-height: 47vw;
}
.section4 .stock-box .img img {
  width: 100%;
}
.section4 .stock-box .left {
  position: absolute;
  top: 4.5rem;
  left: 4rem;
  width: 11rem;
  height: 11rem;
  
}
.section4 .stock-box .right {
  position: absolute;
  top: 6.8rem;
  right: 3.7rem;
  width: 5.6rem;
}
.section4 .stock-box .right img {
  width: 100%;
}
.section4 .map {
  width: 100%;
  position: relative;
}
.section4 .map .img {
  width: 100%;
  min-height: 112vw;
}
.section4 .map .img img {
  width: 100%;
}
.section4 .map .text {
  position: absolute;
  top: 6.16rem;
  left: 6%;
  width: 94%;
}
.section4 .map .text .title {
  font-size: 3.3rem;
  font-weight: bold;
  font-stretch: normal;
  line-height: 4rem;
  letter-spacing: -4px;
  color: #cc0212;
}
.section4 .map .text .p {
  margin-top: 1.6rem;
  font-size: 1.2rem;
  line-height: 1.7rem;
  letter-spacing: -1px;
  color: #333333;
}
.section4 .map .text .member .number {
  font-size: 1.2rem;
  line-height: 1.2rem;
  color: #666666;
  margin-top: 7.16rem;
}
.section4 .map .text .member .number span {
  font-family: "DIN-Bold";
  font-size: 4.3rem;
  line-height: 4.3rem;
  color: #c6150f;
}
.section4 .map .text .member .p {
  font-size: 1.2rem;
  line-height: 1.2rem;
  color: #666666;
  margin-top: 1rem;
}
.section4 .map .province {
  width: 29.7rem;
  margin-left: calc(50% - 14.35rem);
  background-color: #ffffff;
  /* margin-top: 8rem; */
  position: absolute;
  bottom: 2.1rem;
  z-index: 100;
}
.section4 .map .province .province-box {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.section4 .map .province .province-box::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  float: none;
  clear: both;
}
.section4 .map .province .province-box .province-value {
  font-size: 16px;
  line-height: 4.4rem;
  color: #999999;
  margin-left: 25px;
  float: left;
}
.section4 .map .province .province-box .icon {
  float: right;
  margin-right: 25px;
}
.section4 .map .province .province-box .icon i {
  line-height: 4.4rem;
  font-size: 16px;
  color: #999999;
}
.section4 .map .province .province-box .icon.open {
  transform: rotate(180deg);
}
.section4 .map .province ul {
  width: 100%;
  background-color: #ffffff;
  display: none;
}
.section4 .map .province ul li {
  padding: 8px 20px;
  font-size: 16px;
  line-height: 2.4rem;
}
.section4 .map .province ul li:hover {
  background: #F4F4F4;
}
.section5 {
  width: 100%;
  background-color: #cc0212;
}
.section5 .box {
  width: 88%;
  margin: 0 auto;
  padding-bottom: 1.8rem;
}
.section5 .box .top {
  padding-top: 3.3rem;
  width: calc(100% + 1.1rem);
  margin-left: -0.55rem;
}
.section5 .box .top::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  float: none;
  clear: both;
}
.section5 .box .top .item {
  width: calc(33.333% - 1.1rem);
  float: left;
  background-color: #a80310;
  margin: 0 0.55rem;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}
.section5 .box .top .item a {
  width: 100%;
  height: 100%;
  display: block;
}
.section5 .box .top .item a .img {
  display: block;
  width: 46.8%;
  margin: 0 auto;
  margin-top: 1rem;
}
.section5 .box .top .item a .img img {
  width: 100%;
}
.section5 .box .top .item a .text {
  width: 100%;
  display: block;
  text-align: center;
  margin-top: 1.3rem;
  font-size: 1.6rem;
  line-height: 2rem;
  letter-spacing: -1px;
  color: #ffffff;
}
<!--0.00016307830810547-->