/* 区域标题 */
.section_title {
  margin-top: 60px;
  margin-bottom: 30px;
  font-weight: bold;
}

.section_title_big {
  font-size: 0.4rem;
  color: #000000;
}

.section_title_small {
  margin-top: 10px;
  font-size: 0.28rem;
  color: #e8e8e8;
  letter-spacing: 5px;
}

/* 公司介绍 */
.company_title {
  font-size: 0.32rem;
  font-weight: 400;
  color: #222222;
  text-align: center;
}

.company_desc {
  font-size: 0.28rem;
  font-weight: 400;
  color: #666666;
  line-height: 25px;
  padding: 0 0.3rem;
  margin: 0.4rem 0;
  text-indent: 0.6rem;
}

.company_resource {
  width: 100%;
  height: 224px;
  padding: 0 0.3rem;
}

/* 联系我们 */
.callMe_hint {
  padding: 0 0.3rem;
  font-size: 0.26rem;
  font-weight: 400;
  color: #999999;
  line-height: 24px;
  margin-top: 0.5rem;
}

.callMe_content {
  padding: 0 0.3rem;
}

.callMe_item {
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #cccccc;
  padding: 0.2rem 0.4rem;
  margin: 10px 0;
}

.callMe_item > img {
  width: 20px;
  height: 20px;
  margin-right: 40px;
}

.callMe_item-detail > p {
  display: flex;
  align-items: center;
}

.callMe_item-detail > p > span {
  font-size: 0.28rem;
  font-weight: 400;
  color: #666666;
  margin: 10px 0;
  display: flex;
  align-items: center;
}

.callMe_item-detail > p > .font-bold {
  font-size: 0.32rem;
  font-weight: bold;
  font-style: italic;
  color: #222222;
  margin-left: 20px;
}

.map_container {
  width: 100%;
  height: 224px;
}

.callMe_board {
  margin-top: 0.6rem;
  padding: 0 0.3rem;
}

.callMe_board_input {
  margin-bottom: 0.3rem;
  background: #f8f8f8;
  padding: 0 0.3rem;
}

.callMe_board_input > p {
  text-align: right;
  font-size: 0.28rem;
  font-weight: bold;
  color: #333333;
}

.callMe_board_input > p > span {
  color: red;
}

.callMe_board_input > input {
  height: 48px;
  padding: 0 0.3rem;
  font-size: 0.28rem;
  font-weight: 400;
}

.callMe_board_input > textarea {
  background-image: none;
  display: inline-block;
  outline: 0;
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 100%;
  height: 96px;
  background: #f8f8f8;
  padding: 0.3rem 0;
  font-size: 0.28rem;
  font-weight: 400;
}

.callMe_board > button {
  width: 120px;
  height: 40px;
  background: #2b92ea;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  margin-left: 120px;
  margin-top: 20px;
}
