.title-p {
  letter-spacing: 1px;
}
.indexBox .col-md-6 {
  margin-bottom: 20px;
}
.indexBox .cards {
  box-shadow: 0 2px 12px 0 rgba(255, 255, 255, 0.3);
  border: 1px solid #bbc4cc;
  height: 100%;
  padding: 20px;
}
.indexBox .cards h3 {
  color: #ffffff;
}
.indexBox .cards p {
  color: #bbc4cc;
}
.indexBox .cards .box-item {
  font-weight: bold;
  color: #ced2d8;
  margin-top: 20px;
  margin-bottom: 10px;
}
.containerBox .images {
  margin: 0 auto;
  text-align: center;
}
.containerBox img {
  width: 180px;
}
.containerBox .goog {
  margin: 20px auto 10px;
}
.containerBox .goog img {
  width: 160px;
}
.containerBox p {
  font-size: 1rem;
  color: #333333;
  line-height: 2rem;
}
.containerBox .row {
  margin-bottom: 50px;
}
.title-h1 {
  padding: 72px 10px;
  text-align: center;
}
.form-container {
  width: 90%;
  /*max-width: 500px;*/
  background: #fff;
  padding: 20px;
  /*border-radius: 10px;*/
  /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);*/
  text-align: center;
  margin: 0 auto;
}
h2 {
  margin-bottom: 20px;
  font-weight: bold;
}
form {
  display: flex;
  flex-direction: column;
}
input,
textarea {
  width: 100%;
  padding: 10px;
  margin: 10px 0;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 16px;
}
textarea {
  height: 100px;
  resize: none;
}
.send-button {
  display: inline-block;
  background: #111;
  color: white !important;
  padding: 12px 40px;
  border-radius: 25px;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  margin-top: 10px;
  transition: background 0.3s ease;
}
.send-button:hover {
  background: #333;
}
.recaptcha-text {
  font-size: 12px;
  color: #666;
  margin-top: 10px;
}
.recaptcha-text a {
  color: #666;
  text-decoration: none;
}
.recaptcha-text a:hover {
  text-decoration: underline;
}
.title-p {
  color: #787878;
  max-width: 800px;
  text-align: center;
  margin: 0 auto;
  font-size: 1.4rem !important;
  font-weight: 500;
}
.whoBox .whoh2 {
  text-align: center;
  margin: 50px 0;
}
.whoBox .rowBox {
  margin: 30px auto;
}
.whoBox .rowBox .col-md-4 {
  margin-bottom: 20px;
}
.whoBox .rowBox .cards {
  text-align: center;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  padding: 20px;
  height: 100%;
}
.whoBox .rowBox .cards .icon {
  width: 60px;
}
.whoBox .rowBox .cards h3 {
  padding: 10px 0;
}
.whoBox .rowBox2 img {
  width: 100%;
  min-height: 350px;
  object-fit: cover;
}
/* 打开和关闭手风琴面板的样式 */
.acc .top {
  margin-bottom: 10px;
}
.accordion {
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  color: #333333;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  background-color: #ffffff;
  font-size: 1.2rem;
}
/* 设置点击和鼠标移到选项上面时（悬停）的样式 */
.acc .active,
.accordion:hover {
  background-color: #ccc;
}
/* 为手风琴面板设计样式。 默认隐藏 */
.panel {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #f3f3f3;
}
/* 设置 +、- 标志 */
.accordion:after {
  content: '\002B';
  font-weight: bold;
  float: right;
  margin-left: 5px;
  background-color: #000000;
  color: #ffffff;
  padding: 3px;
  border-radius: 50%;
  height: 25px;
  width: 25px;
  text-align: center;
  line-height: 20px;
}
.acc .active:after {
  content: "\2212";
  /* Unicode 字符 - 号 */
}
.rowImage {
  margin-top: 20px;
  margin-bottom: 50px;
}
.rowImage .topImage {
  position: relative;
  justify-content: center;
}
.rowImage .topImage .title-h1 {
  position: absolute;
  z-index: 100;
  padding: 0;
  left: 50%;
  top: 10%;
  transform: translate(-50%, -50%);
  color: #000000;
  text-shadow: 1px 1px 2px #fff;
}
.rowImage .topImage .mySwiper {
  border-radius: 10px;
}
.rowImage .topImage .mySwiper img {
  width: 100%;
  border-radius: 10px;
}
.starBox {
  margin-top: 80px;
  text-align: center;
}
.starBox .whoh2 {
  margin-bottom: 0;
}
.starBox .starIcon {
  width: 180px;
}
.starBox .icon {
  width: 100px !important;
}
.contact-title {
  text-align: center;
  margin: 50px auto;
}
.contact-title p {
  font-size: 1.2rem;
  color: #5e5e5e;
  padding: 10px 10px 70px;
}
.contact-title .row {
  justify-content: center;
}
.contact-title .row h3 {
  text-align: left;
  margin-bottom: 10px;
}
.contact-title .row p {
  text-align: left;
  padding: 5px 0;
}
.contact-title .row .left {
  padding-left: 50px;
}
input::placeholder,
textarea::placeholder {
  font-family: Arial, sans-serif;
  font-size: 16px;
  color: #888;
  opacity: 1;
  /* Firefox 默认会降低透明度 */
}
/*# sourceMappingURL=style.css.map */