.home {
  width: 100%;
  background: #333333;
}
.home .banner {
  width: 100%;
  position: relative;
}
.home .banner::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.home .banner img {
  vertical-align: middle;
  object-fit: cover;
  width: 100%;
}
.home .banner .text {
  position: absolute;
  left: 7%;
  top: 10%;
  color: white;
}
.home .banner .text .p1 {
  font-size: 30px;
}
.home .banner .text .p2 {
  font-size: 24px;
  margin-top: 10px;
}
.home .banner .links {
  position: absolute;
  left: 7%;
  bottom: 15%;
  color: white;
  display: flex;
  align-items: center;
}
.home .banner .links img {
  width: 17px;
}
.home .banner .links p {
  margin-left: 10px;
  font-size: 12px;
}
.home .main {
  width: 84%;
  margin: 20px auto;
  background: url("../images/cbg.png") no-repeat;
  background-size: cover;
  padding: 80px 3%;

}
.home .main .m2{
  display: flex;
  justify-content: space-between;
}
.home .main  .l {
  width: 45%;
  color: white;
}
.home .main .m1 .p1 {
  font-size: 26px;
  font-weight: bold;
border-bottom:1px solid rgba(255,255,255,.3);
padding-bottom:30px;
  color:white;
}
.home .main .m1 .des {
  font-size: 14px;
  line-height: 2;
  margin-top: 30px;
  color:white;
}
.home .main .l .des2 {
  line-height: 2;
}
.home .main .l .p2 {
  margin-top: 60px;
  font-size: 18px;
}
.home .main .r {
  width: 50%;
}
.home .main .r img {
  width: 100%;
  display: block;
  object-fit: contain;
}
@media screen and (max-width: 1200px) {
  .home {
    padding-top: 98px;
  }
  .home .banner img {
    height: 200px;
  }
  .home .banner .text .p1 {
    font-size: 24px;
  }
  .home .banner .text .p2 {
    font-size: 20px;
  }
  .home .banner .links img {
    height: auto;
  }
  .home .main  {
    padding: 20px 5%;
    width: 80%;
  }
  .home .main .m2{
    flex-direction: column;
  }
  .home .main .l {
    width: 100%;
  }
  .home .main .m1 .p1 {
    font-size: 20px;
  }
  .home .main .m1 .des {
    font-size: 16px;
  }
  .home .main .l .p2 {
    margin-top: 30px;
    font-size: 18px;
  }
  .home .main .r {
    width: 100%;
    margin-top: 20px;
  }
}

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