* {
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

.tsm {
  background: #333;
  font-size: 13px;
  color: #fff;
  margin: 20px;
  margin-top: 0px;
  padding: 12px;
  line-height: 25px;
}

.tsm .p2 {
  margin-top: 12px;
}

.btns {
  padding: 20px;
}

.btns div {
  display: block;
  text-align: center;
  cursor: pointer;
  padding: 10px;
  border-radius: 5px;
  background: #0CC;
  color: #fff;
  margin-bottom: 12px;
  width: 100%;
}


img {
  max-width: 100%
}

.head {
  height: 380px;
  background: url('../../static/images/title-bg/bg5.png') no-repeat;
  background-size: 100% 100%;
  color: #fff;
  font-size: 60px;
  text-align: center;
  margin-bottom: 53px;
}


.head .name {
  padding-top: 165px;
}

.head .letter {
  font-size: 30px;
  opacity: 0.6;
}

.content .title {
  text-align: center;
  font-weight: bold;
  font-size: 40px;
}



.content {
  background: #fff;
  padding: 20px;
  padding-top: 0
}



#allmap {
  width: 700px;
  height: 393px;
  float: right;
  margin-top: 50px;
}
.kefu,
.telIcon,
.email,
.address {
  display: inline-block;
  width: 46px;
  height: 46px;
  vertical-align: middle;
  margin-right: 15px
}

.telIcon {
  background: url('../../static/images/dianhua.png') no-repeat;
  background-size: 40px 40px;
}

.kefu{
  background: url('../../static/images/kefu.png') no-repeat;
  background-size: 40px 40px;
}

.email {
  background: url('../../static/images/youxiang.png') no-repeat;
  background-size: 42px 30px;
  position: relative;
  top:6px;

}

.address {
  float: left;
  background: url('../../static/images/dizhi.png') no-repeat;
  background-size: 46px 46px;

}

.contact {
  margin-top: 59px;
  font-size: 30px;
  font-weight: bold;
  color: #1A2448;
}

.item {
  margin-top: 40px;
  font-size: 24px;
  color: #1A2448;
}

.item .ad {
  width: 315px;
  position: relative;
  float: left;
  top: 10px;
}

.input {
  margin-top: 40px;
}

.input span {
  font-size: 24px;
  color: #1A2448;
  margin-right: 20px;
}

.input input {
  width: 250px;
  height: 53px;
  margin-right: 60px;
  border: 1px solid #ccc;
}

.message {
  font-size: 24px;
  color: #1A2448;
  margin-top: 50px;
  margin-bottom: 20px;
}

textarea {
  width: 100%;
  height: 237px;
  border: 1px solid #ccc;

}

.btn {
  margin: 50px 0 60px 0;
}

.btn button {
  border: 1px solid #fff;
  width: 191px;
  height: 58px;
  border-radius: 6px;
  font-size: 24px;
  color: #fff;
  margin-left: 300px;
}

.btn button:first-child {
  background: rgba(153, 153, 153, 1);
}

.btn button:last-child {
  background: rgba(37, 80, 219, 1);
  margin-left: 130px;

}
