/*!--首页------------------*/
.indexSlide {
  background: #dcdcdc;
}
.indexSlide .container {
  padding-top: 76%;
}
.indexSlide .bd li .imga {
  height: 100%;
}
.indexSlide .hd {
  z-index: 2;
  position: absolute;
  bottom: 15px;
  right: 15px;
  line-height: 6px;
}
.indexSlide .hd span {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 2px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.6);
}
.indexSlide .hd span.active {
  width: 24px;
  background: #cfb587;
}

.indexModule {
  margin-top: 4%;
}
.indexModule .adv {
  padding-bottom: 4%;
  color: #c4261d;
}
.indexModule .adv span {
  width: 16px;
  height: 16px;
  margin: 0 2px;
  border: 1px solid #c4261d;
  border-radius: 100%;
  line-height: 14px;
  text-align: center;
}
.indexModule ul {
  justify-content: space-between;
}
.indexModule ul li {
  width: 25%;
  margin-bottom: 15px;
}
.indexModule li a {
  width: 64px;
  margin: 0 auto;
  text-align: center;
  color: #2f3135;
}
.indexModule li a .ico {
  overflow: hidden;
  max-width: 80%;
  margin: 0 auto 5px;
}
@media (max-width: 375px) {
  .indexModule li a {
    width: 54px;
    font-size: 1.3rem;
  }
  .indexModule li a .ico {
    width: 84%;
  }
}
@media (max-width: 320px) {
  .indexModule li a {
    width: 50px;
    font-size: 1.2rem;
  }
}

.indexNetOrder {
  margin-top: 2.6667%;
}
.indexNetOrder .imga {
  overflow: hidden;
}

.indexDstyle {
  padding: 2.1667%;
  text-align: center;
}
.indexDstyle ul {
  justify-content: space-between;
}
.indexDstyle ul li {
  width: 68px;
}
.indexDstyle ul li a {
  display: block;
  padding: 5px 0;
  border-radius: 40px;
  background: #cb9644;
  color: #fff;
  background: -webkit-linear-gradient(left, #dbad64, #c99441);
  background: linear-gradient(to right, #dbad64, #c99441);
}
.indexDstyle ul li a.more {
  background: #6d6d6d;
}
@media only screen and (max-width: 360px) {
  .indexDstyle ul li {
    width: 60px;
    font-size: 1.2rem;
  }
}

.indexTeam {
}
.indexTeam li {
  margin: 0 2.1667% 2.1667%;
}
.indexTeam li .imga {
  padding: 4%;
  border-radius: 4px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.12);
}
.indexTeam li .photo {
  overflow: hidden;
  width: 90px;
  margin-right: 15px;
  border-radius: 100%;
}
.indexTeam li .info {
  align-content: space-between;
}
.indexTeam li .info > * {
  width: 100%;
}
.indexTeam li .info h3 em {
  padding-right: 5px;
  font-size: 1.8rem;
}
.indexTeam li .info .note span {
  color: #383838;
}
.indexTeam li.even .photo {
  margin: 0 0 0 15px;
}

.indexService {
  padding: 4% 0 2.6667%;
  border-bottom: 10px solid #f7f7f7;
}
.indexService ul {
  padding: 0 2.6667%;
}
.indexService .indexTitle h2:before {
  display: none;
}

.indexZhanting {
  padding: 4% 0 2.6667%;
  border-bottom: 10px solid #f7f7f7;
}
.indexZhanting .bd {
  margin: 0 2.6667%;
}
.indexZhanting .hd {
  z-index: 2;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
  text-align: center;
}
.indexZhanting .hd span {
  width: 10px;
  height: 10px;
  margin: 0 6px 10px;
  border: 1px solid #fff;
  border-radius: 100%;
}
.indexZhanting .hd span.active {
  background: #fff;
}
.indexZhanting .indexTitle h2:before {
  display: none;
}

.indexAbout {
  padding: 4% 0 2.6667%;
}
.indexAbout .bd {
  margin: 0 2.6667%;
  box-shadow: 0 0 13px rgba(11, 3, 5, 0.11);
}
.indexAbout .videobox {
  overflow: hidden;
  position: relative;
}
.indexAbout .videobox .video {
  width: 100%;
  height: 100%;
  height: 210px;
  border: none;
}
.indexAbout .videobox .img {
  width: 100%;
  height: 100%;
}
.indexAbout .intro {
  padding: 4%;
  line-height: 1.8;
}
@media only screen and (max-width: 375px) {
  .indexAbout .videobox .video {
    height: 190px;
  }
}
@media only screen and (max-width: 360px) {
  .indexAbout .videobox .video {
    height: 180px;
  }
}
@media only screen and (max-width: 320px) {
  .indexAbout .videobox .video {
    height: 160px;
  }
}

.indexForm {
  padding: 4% 0;
}
.indexForm .ico-addr {
  padding: 4px;
  background: #cfcfcf;
}
.indexForm .ico-addr:before {
  background-position: 0 -120px;
}
.indexForm .form {
  padding: 0 2.6667%;
}
.indexForm .table {
  width: auto;
  margin-bottom: 0;
}
.indexForm .table .input-text {
  height: 38px;
  border-color: #e5e5e5;
  background: #e5e5e5;
  line-height: 38px;
}
.indexForm .table .button {
  width: 140px;
  height: 38px;
  background: #ce4040;
  line-height: 38px;
  font-size: 1.5rem;
}
.indexForm .table .button i {
  vertical-align: top;
}
.indexForm .table .button .ico-chat:before {
  background-position: -90px -120px;
}
.indexForm .table input::-webkit-input-placeholder {
  color: #5e5e5e;
}
.indexForm .table.cls_button {
  margin-left: 10px;
}
@media (max-width: 320px) {
  .indexForm .table.cls_button {
    margin-left: 5px;
  }
  .indexForm .table .input-text {
    padding: 0 5px;
  }
  .indexForm .table .button {
    font-size: 1.4rem;
  }
}

.indexForm2 {
  padding: 4% 0;
  margin-bottom: 4%;
  background: #f9f9f9;
}
.indexForm2 .form {
  padding: 1% 2.1667%;
  justify-content: space-between;
}
.indexForm2 .table {
  width: 48.5%;
}
.indexForm2 .table .input-text {
  height: 38px;
  border-color: #e5e5e5;
  border-radius: 2px;
  background: #e5e5e5;
  line-height: 38px;
}
.indexForm2 .table .button {
  height: 38px;
  padding: 0 10px;
  border-radius: 2px;
  background: #ce4040;
  line-height: 38px;
  font-size: 1.8rem;
  color: #fff;
}
.indexForm2 .cls_button {
  width: 100%;
}

.indexWxOrder {
  padding: 4% 0 10%;
}
