.service_icon span img {
  margin-top: 20px;
}
.erweima img {
  width: 200px;
  margin-left: 20px;
}
.map {
  padding: 20px;
  width: 100%;
  min-height: 350px;
}
.first-header {
  position: relative;
}
.first-header .second-header {
  width: 98px;
  position: absolute;
  display: none;
  border: 1px solid #ccc;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .first-header .second-header {
    position: relative;
    width: 100%;
  }
}
.first-header .second-header li {
  display: block;
  width: 96px;
  background: #fff;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .first-header .second-header li {
    width: 100%;
  }
}
.first-header .second-header li a {
  padding: 5px 10px;
  font-size: 14px;
  color: #777;
  font-weight: normal;
}
.first-header .second-header li:first-child {
  padding-top: 10px;
}
.first-header .second-header li:last-child {
  padding-bottom: 10px;
}
.first-header:hover .second-header {
  display: block;
}
.team_section {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .team_section .team_area {
    width: 49%;
    float: left;
    margin-right: 0;
    height: auto;
  }
  .team_section .team_area:nth-child(2n) {
    margin-left: 1.5%;
  }
}
@media screen and (max-width: 768px) {
  #pricing .container .row .col-md-3.col-sm-6.col-xs-6 {
    margin-bottom: 1rem;
  }
}
.details .container h1 {
  color: #000;
  margin-top: 3rem;
}
.details .container h5 {
  color: #666;
  margin-top: 1rem;
  text-align: left;
}
.details .container p {
  color: #333;
  text-align: justify;
  margin: 1.5rem 0;
}
.details .details-img {
  width: 100%;
}
.details .details-img img {
  width: 100%;
  display: block;
}
.box-right {
  position: fixed;
  right: 0;
  top: 30%;
  width: 250px;
  border: 1px solid #2c85e6;
  border-bottom-left-radius: 20px ;
  border-top-left-radius: 20px ;
  border-right: 0;
  background: #fff;
}
@media screen and (max-width: 900px) {
  .box-right {
    display: none;
  }
}
.box-right h3 {
  color: #333;
  text-align: center;
  padding: 1.5rem 0 0;
}
.box-right .box-right-content {
  width: 100%;
  padding: 16px;
}
.box-right .box-right-content .content-right {
  text-decoration: none;
  margin-bottom: 10px;
  display: block;
}
.box-right .box-right-content .content-right img {
  width: 50px;
  float: left;
  margin-right: 16px;
}
.box-right .box-right-content .content-right div {
  height: 50px;
  overflow: hidden;
}
.box-right .box-right-content .content-right h4,
.box-right .box-right-content .content-right p {
  color: #333;
}
.box-right .box-right-content .content-right h4 {
  margin-top: 0;
  font-size: 14px;
  margin-bottom: 7px;
}
.box-right .box-right-content .content-right p {
  font-size: 12px;
  line-height: 14px;
}
@media screen and (max-width: 768px) {
  .center-img {
    text-align: center;
  }
}
/*# sourceMappingURL=index.css.map */