.home {
  width: 100%;
  position: relative;
  padding-top: 81px;
}
.home .banner {
  width: 100%;
  position: relative;
}
.home .banner .swiper-container {
  width: 100%;
}
.home .banner .swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
}
.home .banner .swiper-container .swiper-wrapper .swiper-slide .text {
  position: absolute;
  left: 5%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
}
.home .banner .swiper-container .swiper-wrapper .swiper-slide .text .p1 {
  display: inline-block;
  font-size: 60px;
  color: white;
  position: relative;
}
.home .banner .swiper-container .swiper-wrapper .swiper-slide .text .p1::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  background: #E71F19;
}
.home .banner .swiper-container .swiper-wrapper .swiper-slide .text .p2 {
  font-size: 18px;
  color: white;
  margin-top: 30px;
}
.home .banner .swiper-container .swiper-wrapper .swiper-slide .text a {
  width: 150px;
  height: 52px;
  border: 1px solid #FFFFFF;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
  color: white;
  font-size: 14px;
  margin-top: 100px;
}
.home .banner .swiper-container .swiper-wrapper .swiper-slide .bg {
  vertical-align: middle;
  object-fit: cover;
  width: 100%;
  height: 90vh;
}
.home .banner .swiper-pagination {
  position: absolute;
  right: 5%;
  bottom: 10%;
  display: flex;
  align-items: center;
}
.home .banner .swiper-pagination .swiper-pagination-bullet {
  width: 22px;
  height: 22px;
  border: 1px solid transparent;
  border-radius: 50%;
  opacity: 1;
  background: transparent;
  margin: 0 5px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 600ms;
  outline: none;
}
.home .banner .swiper-pagination .swiper-pagination-bullet::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #FFFFFF;
  border-radius: 50%;
  transition: all 600ms;
  opacity: 0.44;
}
.home .banner .swiper-pagination .swiper-pagination-bullet-active {
  border-color: white;
}
.home .banner .swiper-pagination .swiper-pagination-bullet-active::after {
  opacity: 1;
}
.home .main .pros {
  width: 100%;
}
.home .main .pros .t1 {
  width: 90%;
  margin: 60px auto;
  text-align: center;
}
.home .main .pros .t1 .p1 {
  color: #1B1B1B;
  font-size: 36px;
  font-weight: bolder;
  position: relative;
  padding-bottom: 15px;
}
.home .main .pros .t1 .p1::after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background: #E71F19;
}
.home .main .pros .t1 .p2 {
  color: #999999;
  font-size: 18px;
  margin-top: 30px;
}
.home .main .pros .content {
  width: 90%;
  margin: 0 auto;
  position: relative;
}
.home .main .pros .content .prev {
  position: absolute;
  left: 0;
  top: 30%;
  transform: translateY(-50%);
  z-index: 100;
  outline: none;
  cursor: pointer;
}
.home .main .pros .content .next {
  position: absolute;
  right: 0;
  top: 30%;
  transform: translateY(-50%);
  z-index: 100;
  outline: none;
  cursor: pointer;
}
.home .main .pros .content .swiper-container {
  width: 100%;
}
.home .main .pros .content .swiper-container .swiper-wrapper .swiper-slide a {
  display: block;
  position: relative;
}
.home .main .pros .content .swiper-container .swiper-wrapper .swiper-slide a .pic {
  display: flex;
  align-items: center;
  justify-content: center;
}
.home .main .pros .content .swiper-container .swiper-wrapper .swiper-slide a .pic img {
  max-width: 90%;
  display: block;
  object-fit: contain;
  max-height: 270px;
}
.home .main .pros .content .swiper-container .swiper-wrapper .swiper-slide a p {
  color: #1A1A1A;
  font-size: 22px;
  text-align: center;
  margin: 50px 0;
}
.home .main .about {
  padding: 100px 5%;
  background: url("../images/abg.png") no-repeat;
  background-size: cover;
}
.home .main .about .content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home .main .about .content .l {
  width: 48%;
}
.home .main .about .content .l .p1 {
  color: #999999;
  font-size: 14px;
}
.home .main .about .content .l .p2 {
  color: #1B1B1B;
  font-size: 36px;
  font-weight: bolder;
  position: relative;
  display: inline-block;
  margin: 20px 0;
}
.home .main .about .content .l .p2::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  background: #E71F19;
}
.home .main .about .content .l .p3 {
  color: #1B1B1B;
  font-size: 22px;
  margin: 15px 0;
}
.home .main .about .content .l .des {
  color: #1B1B1B;
  line-height: 2;
}
.home .main .about .content .l a {
  width: 150px;
  height: 52px;
  border: 1px solid #030000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
  color: #1A1A1A;
  font-size: 14px;
  margin-top: 40px;
  transition: all 600ms;
}
.home .main .about .content .l a .icon {
  width: 24px;
  position: relative;
  height: 6px;
}
.home .main .about .content .l a .icon img {
  transition: all 600ms;
  width: 24px;
  display: block;
}
.home .main .about .content .l a .icon img:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.home .main .about .content .l a:hover {
  background: #E60113;
  color: white;
  border-color: #E60113;
}
.home .main .about .content .l a:hover .icon img:nth-child(1) {
  opacity: 0;
}
.home .main .about .content .l a:hover .icon img:nth-child(2) {
  opacity: 1;
}
.home .main .about .content .r {
  width: 48%;
}
.home .main .about .content .r img {
  width: 100%;
  object-fit: cover;
}
.home .main .cases {
  width: 100%;
  position: relative;
}
.home .main .cases .t1 {
  width: 90%;
  margin: 60px auto;
  text-align: center;
}
.home .main .cases .t1 .p1 {
  color: #1B1B1B;
  font-size: 36px;
  font-weight: bolder;
  position: relative;
  padding-bottom: 15px;
}
.home .main .cases .t1 .p1::after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background: #E71F19;
}
.home .main .cases .t1 .p2 {
  color: #999999;
  font-size: 18px;
  margin-top: 30px;
}
.home .main .cases .swiper-container {
  width: 100%;
}
.home .main .cases .swiper-container .swiper-wrapper .swiper-slide img {
  
  display: block;
  object-fit: cover;
}
.home .main .cases .btns {
  position: absolute;
  width: 202px;
  height: 103px;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  right: 33.9%;
  bottom: 0;
  z-index: 100;
}
.home .main .cases .btns .prev, .home .main .cases .btns .next {
  cursor: pointer;
  margin: 0 10px;
}
.home .main .cases .btns .prev i, .home .main .cases .btns .next i {
  color: #BEBEBE;
  display: inline-block;
  font-size: 50px;
  transition: all 600ms;
}
.home .main .cases .btns .prev:hover i, .home .main .cases .btns .next:hover i {
  color: #E71F19;
}
.home .main .cases .btns .next i {
  transform: rotateY(180deg);
}
.home .main .honor {
  padding: 100px 5%;
  background: url("../images/hbg.png") no-repeat;
  background-size: cover;
  margin-top: 80px;
  position: relative;
}
.home .main .honor .prev {
  left: 5%;
  bottom: 35%;
  position: absolute;
  color: #BEBEBE;
  z-index: 100;
  cursor: pointer;
  transition: all 600ms;
}
.home .main .honor .prev i {
  font-size: 60px;
}
.home .main .honor .prev:hover {
  color: #E71F19;
}
.home .main .honor .next {
  right: 5%;
  bottom: 35%;
  position: absolute;
  color: #BEBEBE;
  z-index: 100;
  cursor: pointer;
  transition: all 600ms;
}
.home .main .honor .next i {
  font-size: 60px;
  display: inline-block;
  transform: rotateY(180deg);
}
.home .main .honor .next:hover {
  color: #E71F19;
}
.home .main .honor .t1 {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 60px;
}
.home .main .honor .t1 .p1 {
  color: #1B1B1B;
  font-size: 36px;
  font-weight: bolder;
  position: relative;
  padding-bottom: 15px;
}
.home .main .honor .t1 .p1::after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background: #E71F19;
}
.home .main .honor .t1 .p2 {
  color: #999999;
  font-size: 18px;
  margin-top: 30px;
}
.home .main .honor .swiper-container {
  width: 90%;
  margin: 0 auto;
}
.home .main .honor .swiper-container .swiper-wrapper .swiper-slide .item {
  background: #222426;
  border-radius: 10px;
  position: relative;
  height: 460px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
}
.home .main .honor .swiper-container .swiper-wrapper .swiper-slide .item .award {
  position: absolute;
  left: 50%;
  top: 0;
  display: inline-block;
  transform: translateX(-50%);
}
.home .main .honor .swiper-container .swiper-wrapper .swiper-slide .item .award img {
  transition: all 600ms;
  object-fit: contain;
}
.home .main .honor .swiper-container .swiper-wrapper .swiper-slide .item .award img:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.home .main .honor .swiper-container .swiper-wrapper .swiper-slide .item .center {
  width: 75%;
  margin: 0 auto;
  z-index: 10;
  transform: scale(1);
}
.home .main .honor .swiper-container .swiper-wrapper .swiper-slide .item .center img {
  width: 100%;
  display: block;
  object-fit: contain;
  max-height: 260px;
}
.home .main .honor .swiper-container .swiper-wrapper .swiper-slide .item .add {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 51px;
  height: 51px;
  background: #E60113;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  opacity: 0;
  transition: all 600ms;
}
.home .main .honor .swiper-container .swiper-wrapper .swiper-slide .item .add i {
  font-size: 24px;
  color: white;
}
.home .main .honor .swiper-container .swiper-wrapper .swiper-slide .item p {
  position: absolute;
  left: 5%;
  bottom: 10%;
  width: 90%;
  text-align: center;
  color: #A4A4A4;
  font-size: 18px;
  transition: all 600ms;
}
.home .main .honor .swiper-container .swiper-wrapper .swiper-slide .item:hover .award img:nth-child(1) {
  opacity: 0;
}
.home .main .honor .swiper-container .swiper-wrapper .swiper-slide .item:hover .award img:nth-child(2) {
  opacity: 1;
}
.home .main .honor .swiper-container .swiper-wrapper .swiper-slide .item:hover p {
  color: #FFFFFF;
}
.home .main .honor .swiper-container .swiper-wrapper .swiper-slide .item:hover .add {
  opacity: 1;
}
.home .main .company {
  width: 100%;
  position: relative;
}
.home .main .company .t1 {
  width: 90%;
  margin: 60px auto 30px auto;
  text-align: center;
}
.home .main .company .t1 .p1 {
  color: #1B1B1B;
  font-size: 36px;
  font-weight: bolder;
  position: relative;
  padding-bottom: 15px;
}
.home .main .company .t1 .p1::after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background: #E71F19;
}
.home .main .company .t1 .p2 {
  color: #999999;
  font-size: 18px;
  margin: 30px 0;
}
.home .main .company .t1 .des {
  color: #1A1A1A;
  font-size: 18px;
  line-height: 1;
}
.home .main .company .btns {
  display: flex;
  justify-content: center;
}
.home .main .company .btns a {
  width: 225px;
  height: 43px;
  background: #F1F1F1;
  display: inline-block;
  text-align: center;
  line-height: 43px;
  color: #666666;
  font-size: 18px;
  transition: all 600ms;
  border-radius: 30px;
  margin: 0 20px;
}
.home .main .company .btns a:hover {
  background: #E60113;
  color: white;
}
.home .main .company .btns .active {
  background: #E60113;
  color: white;
}
.home .main .company .swiper-container {
  width: 100%;
  margin: 60px 0;
}
.home .main .company .swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
}
.home .main .company .swiper-container .swiper-wrapper .swiper-slide::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 600ms;
  border-radius: 10px;
}
.home .main .company .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
  display: block;
  object-fit: cover;
}
.home .main .company .swiper-container .swiper-wrapper .swiper-slide .add {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 51px;
  height: 51px;
  background: #E60113;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  opacity: 0;
  transition: all 600ms;
  cursor: pointer;
}
.home .main .company .swiper-container .swiper-wrapper .swiper-slide .add i {
  font-size: 24px;
  color: white;
}
.home .main .company .swiper-container .swiper-wrapper .swiper-slide:hover::before {
  opacity: 1;
}
.home .main .company .swiper-container .swiper-wrapper .swiper-slide:hover .add {
  opacity: 1;
}
.home .dialog {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.8);
  z-index: 2000;
  display: none;
}
.home .dialog .content {
  width: 80%;
  position: relative;
}
.home .dialog .content .close {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 100;
  cursor: pointer;
}
.home .dialog .content .close i {
  color: white;
  font-size: 30px;
}
.home .dialog .content .prev {
  color: white;
  position: absolute;
  left: 5%;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 100;
}
.home .dialog .content .prev i {
  font-size: 60px;
  transition: all 600ms;
}
.home .dialog .content .prev i:hover {
  color: #E71F19;
}
.home .dialog .content .next {
  color: white;
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 100;
}
.home .dialog .content .next i {
  font-size: 60px;
  transition: all 600ms;
  display: inline-block;
  transform: rotateY(180deg);
}
.home .dialog .content .next i:hover {
  color: #E71F19;
}
.home .dialog .content .swiper-container .swiper-wrapper .swiper-slide {
  text-align: center;
}
.home .dialog .content .swiper-container .swiper-wrapper .swiper-slide img {
  
  object-fit: contain;
}
@media screen and (max-width: 1500px) {
  .home .banner .swiper-container .swiper-wrapper .swiper-slide .text .p1 {
    font-size: 40px;
  }
  .home .banner .swiper-container .swiper-wrapper .swiper-slide .text a {
    width: 120px;
  }
  .home .main .pros .content .prev {
    left: -30px;
  }
  .home .main .pros .content .next {
    right: -30px;
  }
  .home .main .pros .content .swiper-container .swiper-wrapper .swiper-slide a .pic img {
    max-height: 220px;
  }
  .home .main .cases .btns {
    right: 34%;
  }
  .home .main .honor .swiper-container .swiper-wrapper .swiper-slide .item {
    height: 340px;
  }
  .home .main .honor .swiper-container .swiper-wrapper .swiper-slide .item .center img {
    max-height: 180px;
  }
  .home .main .honor .prev {
    left: 2.5%;
  }
  .home .main .honor .next {
    right: 2.5%;
  }
  .home .main .about .content .l a {
    width: 120px;
  }
}

@media screen and (max-width: 1300px) {

.home .main .honor {
  padding: 50px 5%;
  background: url("../images/hbg.png") no-repeat;
  background-size: cover;
  margin-top: 80px;
  position: relative;
}
    .home .main .cases .t1 {
  width: 90%;
  margin: 30px auto;
  text-align: center;
}
.home .main .about {
  padding: 50px 5%;
  background: url("../images/abg.png") no-repeat;
  background-size: cover;
}
}



@media screen and (max-width: 1200px) {
  .home {
    padding-top: 70px;
  }
  .home .banner .swiper-container .swiper-wrapper .swiper-slide .text .p1 {
    font-size: 24px;
  }
  .home .main .pros .t1 {
    margin: 30px auto;
  }
  .home .main .pros .t1 .p1 {
    font-size: 24px;
  }
  .home .main .pros .content .prev, .home .main .pros .content .next {
    display: none;
  }
  .home .main .pros .content .swiper-container .swiper-wrapper .swiper-slide a .pic img {
    max-height: 150px;
  }
  .home .main .pros .content .swiper-container .swiper-wrapper .swiper-slide a p {
    margin: 30px 0;
  }
  .home .main .about {
    padding: 50px 5%;
  }
  .home .main .about .content {
    flex-direction: column;
  }
  .home .main .about .content .l {
    width: 100%;
  }
  .home .main .about .content .l .p2 {
    font-size: 24px;
    margin: 15px 0;
  }
  .home .main .about .content .l .p3 {
    font-size: 18px;
    margin-top: 0;
  }
  .home .main .about .content .l a {
    margin-top: 20px;
  }
  .home .main .about .content .r {
    width: 100%;
    margin-top: 30px;
  }
  .home .main .cases .t1 {
    margin: 30px auto;
  }
  .home .main .cases .t1 .p1 {
    font-size: 24px;
  }
  .home .main .cases .t1 .p2 {
    margin-top: 15px;
  }
  .home .main .cases .btns {
    
    transform: translateX(70%);
    width: auto;
    height: auto;
    padding: 10px 10px;
  }
  .home .main .cases .btns .prev i, .home .main .cases .btns .next i {
  color: #BEBEBE;
  display: inline-block;
  font-size: 40px;
  transition: all 600ms;
}
  .home .main .honor {
    margin-top: 0;
    padding: 30px 5%;
  }
  .home .main .honor .t1 .p1 {
    font-size: 24px;
  }
  .home .main .honor .t1 .p2 {
    margin-top: 15px;
  }
  .home .main .honor .prev, .home .main .honor .next {
    display: none;
  }
  .home .main .company .t1 {
    margin: 30px auto;
  }
  .home .main .company .t1 .p1 {
    font-size: 24px;
  }
  .home .main .company .t1 .p2 {
    margin: 15px 0;
  }
  .home .main .company .t1 .des {
    font-size: 16px;
  }
  .home .main .company .btns a {
    margin: 0 10px;
    width: 140px;
  }
  .home .main .company .swiper-container {
    margin: 30px auto;
    width: 90%;
  }
  .home .dialog .content .close {
    right: 0;
    top: -35px;
  }
  .home .dialog .content .prev, .home .dialog .content .next {
    transform: translateY(0);
    top: 110%;
  }
  .home .dialog .content .swiper-container .swiper-wrapper .swiper-slide img {
    max-width: 100%;
  }
  
  .home .banner .swiper-container .swiper-wrapper .swiper-slide .text .p1::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  background: #E71F19;
}
  .home .main .about .content .l .p2::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  background: #E71F19;
}
}


/*# sourceMappingURL=index.css.map */
