.contact-container img {
  max-width: initial;
}
.contact-container #map {
  height: 25rem;
}
.contact-container .message {
  display: flex;
  justify-content: space-between;
  padding: 3rem 0;
}
.contact-container .message .tit {
  margin-bottom: 1.5rem;
}
.contact-container .message .tit h4 {
  font-size: 1.3rem;
}
.contact-container .message .tit p {
  text-transform: uppercase;
  font-size: 0.9rem;
  padding: 0.8rem 0;
}
.contact-container .message * {
  color: #fff;
}
.contact-container .message > div {
  padding: 2rem;
  width: 70%;
  margin:0 auto;
}
.contact-container .message .form {
  background-color: #ff6900;
  box-shadow: 0 0 0.5rem rgba(1, 165, 141, 0.4);
}
.contact-container .message .contact-txt {
  background-color: #fff;
}
.contact-container .message form {
  width: 100%;
}
.contact-container .message form > div:nth-of-type(1) {
  display: flex;
  justify-content: space-between;
}
.contact-container .message form .item {
  width: 49%;
  height: 2rem;
  padding: 0 0.5rem;
  display: flex;
  align-items: center;
  background-color: #fff;
}
.contact-container .message form .item * {
  color: #666;
}
.contact-container .message form .item input {
  height: 100%;
}
.contact-container .message .con-txt {
  width: 100% !important;
  position: relative;
  margin-top: 0.5rem;
}
.contact-container .message .con-txt .i {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
}
.contact-container .message .con-txt .i * {
  color: #666;
}
.contact-container .message .con-txt textarea {
  width: 100% !important;
  min-height: 8rem;
  box-sizing: border-box;
  outline: none;
  border: none;
  color: #666;
  padding: 2rem;
  padding-left: 1rem;
  font-size: 0.8rem;
  font-family: "Î¢ÈíÑÅºÚ";
}
.contact-container .message button {
  width: 100%;
  height: 2rem;
  background-color: #fff;
  border: none;
  color: #666;
  margin-top: 0.5rem;
  cursor: pointer;
  font-size: 0.9rem;
}
.contact-container .message .contact-txt {
  box-shadow: 0 0 0.5rem #ebebeb;
}
.contact-container .message .contact-txt * {
  color: #343434;
}
.contact-container .message .contact-txt .items .item {
  display: flex;
  align-items: center;
  border-bottom: 0.05rem solid #ebebeb;
  padding: 1rem 0;
}
.contact-container .message .contact-txt .items .item i {
  font-size: 2rem;
  color: #666;
}
.contact-container .message .contact-txt .items .item div {
  margin-left: 1rem;
}
.contact-container .message .contact-txt .items .item div span {
  font-size: 1.1rem;
}
.contact-container .message .contact-txt .items .item div p {
  font-size: 0.8rem;
  margin-top: 0.5rem;
}
.map_list{ 
  justify-content: space-between;
  padding-bottom: 3rem;
  line-height:2.6;
  font-size:1.1rem;
}
.map_list li{
  margin-bottom:4rem;
  overflow:hidden;
}
.map_list em{
  font-size:1.2rem;
  font-weight:bold;
  display:block;
}
.map_list .desc{
  font-size:1.1rem;
  float:left;
  width:46%;
}
.map_list .desc span{
  font-size:1.1rem;
}
.map_con{ float:right; width:50%;}
.contact-container #map1{
  height:15rem;
}
.contact-container #map2{
  height:15rem;	
}

@media screen and (max-width: 768px) {
  .padding {
    padding-left: 2%;
    padding-right: 2%;
  }
  .contact-container .message {
    flex-direction: column;
    padding: 0;
  }
  .contact-container .message > div {
    width: 100%;
    padding: 1rem;
  }
  .contact-container .message .tit {
    margin-bottom: 0.5rem;
  }
  .contact-container .message .tit h4 {
    font-size: 1.2rem;
  }
  .contact-container .message .tit P {
    padding: 0.4rem 0;
  }
  .contact-container .message form .item span {
    white-space: nowrap;
  }
  .contact-container .message form > div:nth-of-type(1) {
    flex-direction: column;
  }
  .contact-container .message form > div:nth-of-type(1) > div {
    width: 100%;
  }
  .contact-container .message form > div:nth-of-type(1) > div:last-of-type {
    margin-top: 0.5rem;
  }
  .map_list{
    width:92%;
	margin:0 auto;
  }
  .map_list .desc{
    float:none;
	width:100%
  }
  .map_list li{ margin-bottom:1rem;}
  .map_list em{ font-size:1rem;}
  .map_list .desc{ font-size:0.8rem;}
  .map_list .desc span{ font-size:0.8rem;}
  .map_con{ width:100%;}
  .contact-container #map1{ width:100%;}
  .contact-container #map2{ width:100%;}
}
