/* CSS Document */
body {background: #c60713;}
a {color: inherit;}
button {
  border: none;
  box-shadow: none;
  outline: none;
}
.wrap {width: 94%;margin: auto;}
.mar {margin: 3% auto;}
.p {line-height: 1.8em;}

.title-main {
  text-align: center;
}
.title-main strong {
  font-size: 1.5rem;
}
.title-main p {
  color: #828080;
}

.bgw {
  background: #fff;
  border-radius: .5rem;
  overflow: hidden;
}
.zxbtn a {
  width: 50%;
  line-height: 2.5rem;
  text-align: center;
  color: #fff;
}
.zxbtn a:first-child {background: #f13b3a;}
.zxbtn a:last-child {background: #ff9537;}
.xdf img {width: 50%;}
.xdf p {width: 50%;}

.hj .swiper-pagination {
  position: relative;
  bottom: 0;
  margin: 3% auto;
}
.hj .swiper-pagination-bullet {
  width: 31.5%;
  height: 2.5rem;
  line-height: 2.5rem;
  margin: 0 !important;
  border-radius: .5rem;
  background: #fff;
  opacity: 1;
}
.hj .swiper-pagination-bullet-active{
  background: #fce000;
}
.hj .swiper-slide {background: #fff;}
.hj img {
  width: 94%;
  margin: 3%;
}

.bm_form {background: #fff;}
.inject_tel {display: none;}

#zxbmform #name {
  padding-left: 10%;
  background: url("../images/fname.png") no-repeat 2% center/5%;
}
#zxbmform #dianhua {
  padding-left: 10%;
  background: url("../images/ftel.png") no-repeat 2% center/4%;
}

.zxbox {background: #f3f3f3;}
.zxbox a {
  text-align: center;
  display: inline-block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 1.2em;
  color: rgb(238, 120, 0);
  border-top: 1px solid rgb(238, 120, 0);
  border-bottom: 1px solid rgb(238, 120, 0);
}
.zxbox a span {
  padding: 1% 5% 1% 0;
  border-radius: 50px;
  background: rgb(238, 120, 0);
  color: #fff;
}
.zxbox a span img {
  width: 10%;
  vertical-align: middle;
}
