.home {
  width: 100%;
}
.home #luxy {
  width: 100%;
}
.home #luxy .cInfo {
  width: 60%;
  margin: 200px auto 60px auto;
}
.home #luxy .cInfo .t1 {
  color: #404040;
  font-size: 34px;
  font-weight: bolder;
}
.home #luxy .cInfo .t2 {
  color: #404040;
  margin-top: 30px;
}
.home #luxy .banner img {
  width: 100%;
  display: block;
  object-fit: cover;
}
.home #luxy .address {
  width: 60%;
  margin: 80px auto;
  display: flex;
  justify-content: center;

}
.home #luxy .address #allmap {
  width: 48%;
  height: 380px;
}
.home #luxy .address .info {
  width: 30%;
  padding-left: 10%;
}
.home #luxy .address .info .p1 {
  color: #1F1F1F;
  font-size: 26px;
  font-weight: 500;
}
.home #luxy .address .info .allItems {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
}
.home #luxy .address .info .allItems .item {
  width: 48%;
  margin-top: 40px;
}
.home #luxy .address .info .allItems .item .sp1 {
  color: #111111;
  font-weight: 500;
}
.home #luxy .address .info .allItems .item .sp2 {
  color: #636567;
  font-size: 15px;
  font-weight: 500;
  margin-top: 10px;
}
.home #luxy .address .info .allItems .item:nth-child(3) {
  width: 100%;
}
.home #luxy .address .info .spic {
  display: flex;
  align-items: center;
  margin-top: 40px;
  cursor: pointer;
}
.home #luxy .address .info .spic p {
  color: #575757;
  font-size: 17px;
  margin-left: 10px;
}
.home #luxy .form {
  width: 60%;
  margin: 60px auto;
}
.home #luxy .form .t1 {
  color: #303030;
  font-size: 32px;
  font-weight: 400;
}
.home #luxy .form .content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 40px auto 0 auto;
}
.home #luxy .form .content .item {
  width: 48%;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #CCCCCC;
  padding: 20px 0;
  margin-bottom: 30px;
}
.home #luxy .form .content .item p {
  color: #1B1B1B;
  font-weight: 400;
  width: 160px;
}
.home #luxy .form .content .item p span {
  color: #D0111B;
}
.home #luxy .form .content .item .shuru {
  width: calc(100% - 160px);
  position: relative;
}
.home #luxy .form .content .item .shuru::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 36px;
  background: #E2E2E2;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.home #luxy .form .content .item .shuru input {
  width: 100%;
  border: none;
  outline: none;
  text-indent: 20px;
}
.home #luxy .form .content .item1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #CCCCCC;
  padding: 20px 0;
  margin-bottom: 30px;
}
.home #luxy .form .content .item1 p {
  color: #1B1B1B;
  font-weight: 400;
  width: 160px;
}
.home #luxy .form .content .item1 p span {
  color: #D0111B;
}
.home #luxy .form .content .item1 .shuru {
  width: calc(100% - 160px);
  position: relative;
}
.home #luxy .form .content .item1 .shuru::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 36px;
  background: #E2E2E2;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.home #luxy .form .content .item1 .shuru input {
  width: 100%;
  border: none;
  outline: none;
  text-indent: 20px;
}
.home #luxy .form .content .msg {
  width: 100%;
  border-bottom: 1px solid #CCCCCC;
  padding: 20px 0;
  margin-bottom: 30px;
}
.home #luxy .form .content .msg p {
  color: #1B1B1B;
  font-weight: 400;
}
.home #luxy .form .content .msg .shuru {
  width: 100%;
  position: relative;
  margin-top: 40px;
}
.home #luxy .form .content .msg .shuru textarea {
  width: 100%;
  outline: none;
  height: 100px;
  border: none;
  color: #989898;
  font-family: Arial, Microsoft YaHei, sans-serif;
}
.home #luxy .form .content .msg .shuru textarea::placeholder {
  font-family: Arial, Microsoft YaHei, sans-serif;
}
.home #luxy .form .btn {
  width: 194px;
  height: 55px;
  background: #D0111B;
  text-align: center;
  line-height: 55px;
  color: white;
  font-weight: 400;
  cursor: pointer;
}

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