.pro-bread .area {
  display: flex;

  justify-content: space-between;
}

.point {
  width: 15%;

  display: flex;

  justify-content: space-between;
}

.point span {
  font-size: 16px;
}

.address {
  margin-top: 80px;
}

.myxx h1 {
  font-size: 30px;

  color: #333333;
}

.myxx .mline {
  width: 20px;

  height: 4px;

  background-color: #d9261c;

  margin-top: 14px;

  margin-bottom: 17px;
}

.myxx p {
  color: #666666;

  font-size: 15px;

  line-height: 30px;
}

.xbottoms {
  margin-top: 50px;

  margin-bottom: 30px;
}

.myxx {
  width: 19.06%;
}

.imgtxt div {
  margin-left: 16%;

  margin-top: 8px;

  color: #666666;
}

#map {
  height: 500px;
}

.mapss {
  width: 76.09%;
}

.address .area {
  display: flex;

  justify-content: space-between;
}

.contackus {
  margin-top: 97px;

  padding-top: 50px;

  padding-bottom: 67px;

  background-color: #f2f2f2;
}

.contackus .title {
  text-align: center;

  margin: auto;
}

.contackus .title h1 {
  font-size: 36px;

  color: #333333;
}

.contackus .title span {
  font-size: 18px;

  color: #666666;
}

.forms .listinp {
  display: flex;

  justify-content: space-between;

  margin-top: 64px;
}

.listinp > div {
  width: 31.25%;
}

.listinp > div input {
  width: 100%;

  padding: 15.5px 0;

  padding-left: 29px;

  outline: none;

  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.06);
}

.listinp > div h5,
.forms .message h5 {
  color: #666666;

  font-size: 16px;

  margin-bottom: 10px;
}

.forms .message textarea {
  width: 100%;

  height: 160px;

  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.06);

  padding-top: 22px;

  padding-left: 29px;

  outline: none;
}

.forms .message {
  margin-top: 40px;
}

.forms .mbtn {
  display: block;

  width: 162px;

  font-size: 16px;

  padding: 9px 65px;

  background-color: #d9261c;

  border-radius: 19px;

  color: #fff;

  margin: auto;

  margin-top: 60px;
}

/* padpro端 */

@media screen and (min-width: 991px) and (max-width: 1366px) {
  .point span {
    font-size: 14px;
  }

  .mapss {
    width: 66%;
  }

  .myxx {
    width: 32%;
  }

  .contackus .title {
    width: 30%;
  }

  .contackus {
    margin-top: 58px;

    padding-top: 35px;

    padding-bottom: 57px;
  }

  .forms .mbtn {
    margin-top: 40px;
  }
}

/* pad端 */

@media screen and (min-width: 768px) and (max-width: 991px) {
  .point span {
    font-size: 12px;
  }

  .mapss {
    width: 60%;
  }

  .myxx {
    width: 35%;
  }

  .contackus .title {
    width: 30%;
  }

  .contackus {
    margin-top: 58px;

    padding-top: 35px;

    padding-bottom: 57px;
  }

  .forms .mbtn {
    margin-top: 40px;
  }

  .address .area {
    flex-wrap: wrap;
  }

  .myxx h1 {
    font-size: 24px;

    color: #333333;
  }

  .myxx p {
    color: #666666;

    font-size: 14px;

    line-height: 26px;
  }

  .contackus .title h1 {
    font-size: 28px;

    color: #333333;
  }
}

/* 移动端 */

@media (max-width: 767px) {
  .point {
    width: 35%;
  }

  .point span {
    font-size: 12px;
  }

  .contackus {
    margin-top: 25px;

    padding-top: 15px;

    padding-bottom: 30px;
  }

  .forms .mbtn {
    margin-top: 20px;
  }

  .address .area {
    flex-wrap: wrap;
  }

  .myxx h1 {
    font-size: 20px;

    color: #333333;
  }

  .myxx p {
    color: #666666;

    font-size: 12px;

    line-height: 22px;
  }

  .contackus .title h1 {
    font-size: 22px;

    color: #333333;
  }

  .address .area {
    flex-wrap: wrap;
  }

  .myxx {
    width: 100%;

    text-align: center;
  }

  .mapss {
    width: 100%;

    margin-top: 15px;
  }

  .myxx .mline {
    margin-left: auto;

    margin-right: auto;
  }

  .imgtxt div {
    margin-left: 0;
  }

  .address {
    margin-top: 25px;
  }

  .xbottoms {
    margin-top: 15px;

    margin-bottom: 15px;
  }

  .contackus .title {
    width: 58%;
  }

  .contackus .title span {
    font-size: 14px;
  }

  .forms .listinp {
    margin-top: 30px;
  }

  .forms .message {
    margin-top: 25px;
  }

  .contackus .title {
    padding-bottom: 12px;
  }
}
