.topBanner {
  color: white;
  padding: 3% 0 15%;
  margin-top: 1px;
  position: relative;
}

.topBanner .whiteBg {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 84px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: -600px;
}

.topBanner span {
  font-size: 14px;
}

.topBanner h2 {
  font-size: 36px;
  margin: 5% 0 3%;
}

.topBanner p {
  font-size: 22px;
}

@media (max-width: 992px) {
  .topBanner span {
    font-size: 13px;
  }
  .topBanner h2 {
    font-size: 32px;
    margin: 5% 0 3%;
  }
  .topBanner p {
    font-size: 19px;
  }
}

@media (max-width: 768px) {
  .topBanner {
    margin-top: 0px;
  }
  .topBanner h2 {
    text-align: center;
    font-size: 30px;
  }
  .topBanner p {
    text-align: center;
    font-size: 17px;
  }
}

@media (max-width: 480px) {
  .topBanner {
    margin-top: 0px;
  }
  .topBanner h2 {
    font-size: 25px;
    margin: 10% 0 5%;
  }
  .topBanner p {
    font-size: 13px;
  }
}

.topBanner .whiteBg .bg {
  background: white;
  height: 100%;
}

@media (min-width: 1201px) {
  .topBanner .whiteBg {
    width: 1200px;
  }
}

@media (max-width: 1200px) {
  .topBanner .whiteBg {
    width: 1170px;
    margin-left: -585px;
    padding: 0 5%;
  }
}

@media (max-width: 992px) {
  .topBanner .whiteBg {
    width: 970px;
    margin-left: -485px;
  }
}

@media (max-width: 768px) {
  .topBanner .whiteBg {
    display: none;
  }
}

.leaveMessage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: -8%;
    position: relative;
    margin-bottom: 4%;
    z-index: 10;
    padding: 10% 5% 6%;
    background: white;
    box-shadow: 0 0 9px 2px #e5e5e5;
}

.leaveMessage .left {
  width: 43%;
  color: #333;
}

.leaveMessage .left h3 {
  font-size: 36px;
}

.leaveMessage .left p {
  font-size: 18px;
  margin-top: 3%;
}

.leaveMessage .left h4 {
  font-size: 24px;
  margin-top: 6%;
}

.leaveMessage .right {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.leaveMessage .right label {
  width: 45%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  color: #333;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 3%;
}
.leaveMessage .right label p { 
    position:relative;
    width:22%;
}

    .leaveMessage .right label input {
        border: none;
        width: 75%;
        font-size: 18px;
        color: #333;
        padding: 0 3%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .leaveMessage .right .submit {
        font-size: 24px;
        color: #333;
        border: 1px solid #dbdbdb;
        margin-top: 8%;
        padding: 5px 20px;
        box-sizing: border-box;
        display: block;
        transition:all .5s ease;
        -webkit-transition:all .5s ease;
    }
        .leaveMessage .right .submit:hover {
            background: #942423;
            color: white;
            border-color: #942423;
        }
        .leaveMessage .right label.demand {
            width: 100%;
            margin-top: 8%;
        }

.leaveMessage .right label.demand input {
  width: 88%;
}

@media (max-width: 1200px) {
  .leaveMessage .left h3 {
    font-size: 38px;
  }
}

@media (max-width: 992px) {
  .leaveMessage .left h3 {
    font-size: 30px;
  }
  .leaveMessage .left p {
    font-size: 16px;
  }
  .leaveMessage .left h4 {
    font-size: 23px;
  }
  .leaveMessage .right {
    width: 55%;
  }
  .leaveMessage .right label {
    font-size: 16px;
  }
  .leaveMessage .right label.demand input {
    width: 87%;
  }
}

@media (max-width: 768px) {
  .leaveMessage {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .leaveMessage .left {
    width: 100%;
    text-align: center;
    margin: 5% 0;
  }
  .leaveMessage .right {
    width: 100%;
  }
  .leaveMessage .right label.demand {
    margin-top: 3%;
  }
  .leaveMessage .right .submit {
    margin: 0 auto;
  }
}

@media (max-width: 480px) {
  .leaveMessage {
    padding: 0 0 10%;
  }
  .leaveMessage .left h3 {
    font-size: 25px;
  }
  .leaveMessage .left p {
    font-size: 14px;
  }
  .leaveMessage .left h4 {
    font-size: 20px;
    margin-top: 3%;
  }
  .leaveMessage .right .submit {
    margin-top: 3%;
    font-size: 20px;
  }
  .leaveMessage .right label {
    font-size: 14px;
  }
  .leaveMessage .right label input {
    width: 74%;
  }
}

.siteMy {
  font-size: 36px;
  color: #333;
  width: 100%;
  text-align: center;
  margin-top:10%;
}

.getMap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    box-shadow: 0 0 9px 2px #e5e5e5;
    border-radius: 4px;
    margin-top: 5%;
    position: relative;
    z-index: 9;
    background: white;
}

.getMap li {
  width: 50%;
  color: #333;
  text-align: center;
  padding: 2% 1%;
  position: relative;
}

.getMap li h3 {
  font-size: 32px;
}

.getMap li p {
  font-size: 17px;
}

.getMap li a {
  font-size: 22px;
  border-bottom: 2px solid #962323;
  margin-top: 5%;
  display: inline-block;
  padding: 0 0 1% 0;
}

.getMap li .site {
  margin: 5% auto 0;
  height: 25%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  width:80%;
}

.getMap li .tel {
  margin-top: 2%;
}

.getMap li .sj {
  display: none;
  width: 0;
  height: 0;
  border-top: 50px solid white;
  border-bottom: 50px solid transparent;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  position: absolute;
  bottom: -100px;
  left: 50%;
  margin-left: -50px;
}

.getMap li:nth-child(N+2) {
  border-left: 1px solid #eee;
}

.getMap li .sj.on {
  display: block;
}

.mapList {
  margin-top: -.5%;
  position: relative;
  z-index: 4;
}

@media (max-width: 1200px) {
  .siteMy {
    font-size: 38px;
  }
  .getMap li h3 {
    font-size: 29px;
  }
}

@media (max-width: 992px) {
  .siteMy {
    font-size: 30px;
  }
  .getMap li .sj {
    border-top: 48px solid white;
    border-bottom: 48px solid transparent;
    border-left: 48px solid transparent;
    border-right: 48px solid transparent;
    bottom: -96px;
    margin-left: -48px;
  }
  .mapList {
    margin: 0;
  }
}

@media (max-width: 768px) {
  .siteMy {
    font-size: 24px;
  }
  .getMap li h3 {
    font-size: 23px;
  }
  .getMap li p {
    font-size: 16px;
  }
  .getMap li a {
    font-size: 20px;
  }
  .getMap li .tel {
    margin-top: 5%;
  }
}

@media (max-width: 480px) {
  .siteMy {
    font-size: 20px;
  }
  .getMap li h3 {
    font-size: 20px;
  }
  .getMap li p {
    font-size: 14px;
  }
  .getMap li a {
    font-size: 16px;
  }
  .getMap li .sj {
    border-top: 30px solid white;
    border-bottom: 30px solid transparent;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    bottom: -60px;
    margin-left: -30px;
  }
  .getMap li .site {
    height: 29%;
  }
}


@media(max-width:480px){
    .getMap {
        -webkit-box-shadow: 0 0 0 0 #f6f6f6;
        box-shadow: 0 0 0 0 #f6f6f6;
    }
}


/*numberÊäÈë¿òÈ¥µô¼ýÍ·*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0;
}
.leaveMessage .right label i {
    margin-left: 5px;
    position:absolute;
    right:-10px;
    top:0;
    color:#96221f;
}

.mapList img {
    width: auto;
    max-width: 5000px;
}


@media(max-width:480px){
    .getMap{
        flex-wrap:wrap;
    }
        .getMap li {
            box-sizing: border-box;
        }
}
@media(max-width:996px){
    .getMap li .site{
        height:29%;
    }
}