.content {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #ffffff;
}

.contactLog {
  max-width: 1920px;
  min-width: 1400px;
}

.contactLog>div {
  background-image: url(../images/messageLog.jpg);
  width: 100%;
  height: 601px;
  background-repeat: no-repeat;
  background-size: cover;
}

/* .conTal {
  text-align: center;
  width: 130px;
  height: 45px;
  font-size: 32px;
  font-weight: bold;
  color: #333333;
  margin-top: 100px;
}

.conIntro {
  display: block;
  width: 490px;
  height: 32px;
  font-size: 16px;
  font-weight: 500;
  color: #666666;
  margin-top: 20px;
  margin-bottom: 70px;
  text-align: center;
} */

.conBoxs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  /* padding-bottom: 60px; */
}

#map {
  width: 780px;
  height: 450px;
  margin-right: 113px;
}

#allmap {
  width: 100%;
  height: 100%;
}

.message {
  margin-top: 50px;
}

.message:first-child {
  margin-top: 0;
}

.messaName {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.messaName p {
  width: 20px;
  height: 20px;
  line-height: 26px;
  margin-right: 15px;
}

.messaName .logOne {
  width: 16px;
  height: 20px;
}

.messaName .logTwo {
  width: 20px;
  height: 20px;
}

.messaName .logThree {
  width: 20px;
  height: 16px;
}

.messaName span {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
}

.messaMail,
.messaSite {
  font-size: 16px;
  font-weight: 500;
  color: #999999;
  margin-left: 37px;
}

.messaPhone {
  font-size: 23px;
  font-weight: bold;
  color: #2759d7;
  margin-left: 40px;
}

.contact {
  display: flex;
  width: 100%;
  height: auto;
  align-items: center;
  flex-direction: column;
  background: #f9fafe;
}

/* .conTime {
  font-size: 16px;
  font-weight: 500;
  color: #666666;
  margin: 20px 0 80px 0;
} */

.contact input {
  width: 550px;
  height: 70px;
  outline: none;
  border-radius: 10px;
  border: 1px solid #d1d1d1;
  padding-left: 35px;
  font-size: 14px;
  font-weight: 500;
  color: #999999;
  margin-bottom: 35px;
}

.default {
  width: 260px;
  height: 58px;
  font-size: 20px;
  font-weight: bold;
  border: none;
  color: #ffffff;
  border-radius: 15px;
  background: #237bff;
  margin-bottom: 56px;
}


.anchorBL a {
  display: none;
}

.anchorBL img {
  display: none;
}

.anchorBL span {
  display: none !important;
}
.yjk-contactUs-title{
  position: relative;
  padding-bottom: 80px;
  text-align: center;
}
.yjk-contactUs-title>h2 {
  padding-top: 100px;
  padding-bottom: 20px;
  font-size: 32px;
  font-weight: bold;
  color: #333333;
}
.yjk-contactUs-title>p {
  font-size: 16px;
  font-weight: 500;
  color: #666666;
}

