#guestbook .row {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  display: flex;
}

#guestbook .row .col-sm-6 {
  width: 50%;
  padding-right: 20px;
}

#guestbook .mes_section {
  width: 100%;
  margin: 65px 0 80px;
}

#guestbook .mes_section .box {
  display: flex;
}

#guestbook .mes_section .box .mes_left {
  width: 55%;
  padding-left: 8%;
  padding-right: 4%;
  padding-top: 110px;
  padding-bottom: 50px;
  box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.1);
  background: #fff url("/template/default/pc/static/images/mes_ico.png") no-repeat 38px 76px;
}

#guestbook .mes_section .box .mes_left .p {
  margin-bottom: 20px;
  color: #aaa;
  font-size: 15px;
}

#guestbook .mes_section .box .mes_left form input[type='text'] {
  background: white;
  height: 50px;
  width: 100%;
  line-height: 50px;
  padding-right: 45px;
  font-size: 14px;
  color: #999;
  box-sizing: border-box;
  border: none;
  border-radius: 0;
  padding-left: 10px;
  border: 2px solid #eee;
  border-radius: 5px;
  margin-bottom: 20px;
}

#guestbook .mes_section .box .mes_left form textarea {
  background: white;
  height: 150px;
  width: 100%;
  line-height: 50px;
  padding-right: 45px;
  font-size: 14px;
  color: #999;
  box-sizing: border-box;
  border: none;
  border-radius: 0;
  padding-left: 10px;
  border: 2px solid #eee;
  border-radius: 5px;
  margin-bottom: 20px;
}

#guestbook .mes_section .box .mes_left form input[type="submit"] {
  height: 42px;
  line-height: 42px;
  font-size: 14px;
  background: var(--dataColor);
  color: #fff;
  font-size: 16px;
  border: none;
  text-transform: uppercase;
  transition: 0.5s all;
  position: relative;
  box-sizing: border-box;
  font-family: "montserratB";
  border-radius: 30px;
  display: inline-block;
  padding: 0px 30px;
  cursor: pointer;
}

#guestbook .mes_section .box .mes_right {
  position: relative;
}

#guestbook .mes_section .box .mes_right .mes_con {
  max-width: calc(100% - 20px);
  margin-left: 10px;
  box-sizing: border-box;
  margin-right: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 5px;
  padding: 40px;
  background: rgba(255, 255, 255, 0.95);
  width: 376px;
  font-size: 15px;
}

#guestbook .mes_section .box .mes_right .mes_con p {
  font-size: 15px;
  color: #808080;
  line-height: 22px;
}

#guestbook .mes_section .box .mes_right .mes_con ul {
  margin-top: 20px;
}

#guestbook .mes_section .box .mes_right .mes_con ul li {
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
  align-items: center;
}

#guestbook .mes_section .box .mes_right .mes_con ul li .iconfont {
  margin-right: 10px;
  background-color: var(--dataColor);
  padding: 15px;
  color: #fff;
  font-size: 20px;
  border-radius: 50%;
}

#guestbook .mes_section .box .mes_right .mes_con ul li a {
  text-transform: none;
  display: block;
  line-height: 26px !important;
  color: #333;
}

@media screen and (max-width: 600px) {
  #guestbook .row {
    flex-direction: column;
  }

  #guestbook .row .col-sm-6 {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
  }

  #guestbook .mes_section .box {
    flex-direction: column;
  }

  #guestbook .mes_section .box .mes_left {
    width: 100%;
    box-sizing: border-box;
  }
}

.main {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
}

.contact .way {
  padding: 90px 60px 70px;
  background-color: #f8f8f8;
  box-sizing: border-box;
}

.contact .way .left {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding-right: 10px;
}

.contact .left .cphone {
  margin-top: 80px;
}

.contact .left .cphone h5 {
  position: relative;
  margin-bottom: 18px;
  padding-left: 40px;
  font-size: 18px;
  color: #333;
}

.contact .left .cphone a {
  font-size: 36px;
  color: #333;
}

.contact .left .ewm {
  margin-top: 56px;
}

.contact .ewm .ewmimg {
  float: left;
  width: 17%;
}

.contact .ewm .address {
  float: left;
  padding: 10px 0 10px 28px;
  max-width: 370px;
  line-height: 30px;
  color: #666;
}

.contact .word {
  float: right;
  width: 50%;
  box-sizing: border-box;
}

.contact .word form {
  width: 100%;
}

.contact input.user {
  float: left;
}

.contact input.user,
.contact input.tel {
  width: 48%;
}

.contact input {
  height: 46px;
  padding-left: 18px;
}

.contact input,
.contact textarea {
  margin-bottom: 26px;
  box-sizing: border-box;
  border-radius: 5px;
  background-color: #fff;
  font-size: 16px;
}

.contact input.tel {
  float: right;
}

.contact textarea {
  width: 100%;
  height: 200px;
  padding: 18px 10px 0 18px;
}

.contact .pic {
  display: inline-block;
  width: auto;
  min-width: 30px;
  height: 46px;
  margin-left: 22px;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
}

.contact input.submit {
  width: 100%;
  background-color: #22242e;
  color: #fff;
}

.btn,
.submit {
  font-family: '微软雅黑';
  cursor: pointer;
  display: inline-block;
  text-align: center;
}


@media (max-width: 768px) {
  .container .box .title {
    margin-top: 22px;
    font-size: 20px;
    padding-top: 0px;
    line-height: 28px;
  }

  #guestbook .row .col-sm-6 {
    margin-bottom: 0px;
  }

  #guestbook .mes_section .box .mes_left {
    padding-left: 0px;
    padding-top: 0px;
    box-shadow: none;
    background-image: none;
    background-color: none;
  }

  #guestbook .mes_section .box .mes_right {
    height: 0px;
    width: 96%;
    margin-left: 2%;
  }

  #guestbook #allmap {
    width: 100% !important;
  }

  #guestbook form input[type='text'] {
    width: 100%;
     margin-bottom: 15px;
  }
}

@media (max-width: 1500px) {
  .contact .left .cphone {
    margin-top: 60px;
  }

  .contact .left .ewm {
    margin-top: 40px;
    display: flex;
   align-items: center;
  }
}

@media (max-width: 1200px) {
  .contact .left .cphone {
    margin-top: 30px;
  }

  .contact .left .ewm {
    margin-top: 20px;
  }

  .contact .ewm .address {
    padding-left: 15px;
    max-width: 310px;
  }
}

@media (max-width: 991px) {
  .contact .ewm .address {
    padding-left: 0px;
    margin-bottom: 15px;
    max-width: 310px;
    line-height: 26px;
  }
}

@media (max-width: 768px) {
  .contact .way .left {
    width: 100%;
    margin-right: 0;
  }

  .contact .left .cphone {
    margin-top: 20px;
    text-align: center;
  }

  .contact .left .ewm {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .contact .ewm .address {
    width: 100%;
    max-width: none;
    text-align: center;
  }

  .contact .word {
    width: 100%;
  }
}