
.fireman-wrap .banner {
  height: 416px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  padding-top: 323px;
}
.fireman-wrap .btn {
  display: block;
  width: 272px;
  height: 64px;
  line-height: 60px;
  text-align: center;
  font-size: 28px;
  color: white;
  background: linear-gradient(to top, #2e77fd, #32b0ff);
  border-radius: 800px;
  margin: 0 auto;
}

.fireman-wrap .btn:hover {
  background: linear-gradient(to bottom, #2e77fd, #32b0ff);
}

.fireman-wrap .title4 {
  font-size: 25px;
  text-align: center;
}
.fireman-wrap .title4 span {
  border-bottom: 2px solid #32b0ff;
  padding: 4px 0;
}



.policy {
  padding: 56px 0 72px;
}
.policy .items {
  position: relative;
  display: flex;
  padding: 20px 0;
  border-bottom: 1px dashed #666;
  font-size: 14.4px;
}
.policy .right {
  flex: 1;
  padding: 0 0 0 40px;
}

.policy .left-img {
  width: 236px;
  height: 115px;
}
.policy .btn {
  position: absolute;
  right: 0;
  bottom: 8px;
}



.introduce-wrap {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.introduce-wrap .bg {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(255,255,255,.7);
}
.introduce {
    padding: 48px 0;
}
.introduce .list {
  padding: 30px 0 46px;
  display: flex;
  justify-content: space-between;
}
.introduce .item {
  width: 337px;
  height: 200px;
  background: white;
  padding: 0 20px;
}
.introduce .icon {
  display: block;
  width: 86px;
  height: 86px;
  margin: -43px auto 16px;
}

.introduce .text5 {
  font-size: 19px;
  margin-bottom: 16px;
  text-align: center;
}
.text5-1 {
  color:#ffbb06;
}
.text5-2 {
  color:#a65aff;
}
.text5-3 {
  color:#2e7efd;
}
.img-text img{
  display: block;
  width: 333px;
  height: 166px;
  margin-right: 86px;
}
.img-text {
  display: flex;
  font-size: 14px;
  margin: 32px 0 56px 0;
}
.text14 {
  font-size: 19px;
  padding: 8px 0 16px;
}
.btn.small-consult {
  width: 144px;
  height: 40px;
  line-height: 40px;
  font-size: 19px;
}
.bg-title {
  height: 89px;
  width: 446px;
  padding: 52px 0 0 8px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("/resources/common/img/fireman/order1-bg.png");
}
.bg-title2 {
  width: 760px;
  background-image: url("/resources/common/img/fireman/order2-bg.png");
}

.training-way {
  padding-top: 32px;
}
.training-way .list {
  display: flex;
}
.training-way .item {
  width: 50%;
  padding: 48px 32px;
  line-height: 2;
}
.training-way img {
  width: 100%;
  height: 216px;
}
.training-way .text7 {
  margin-top: 14px;
  font-size: 19px;
  padding: 20px 0 16px;
  border-top: 1px solid #cacaca;
}




.course {
  padding: 24px 0 80px;
}
.course .head {
  margin-top: 40px;
}
.course .list {
  display: flex;
  border: 2px solid #97bffe;
  border-bottom-width: 0;
}
.course .list:last-child {
  border-bottom-width: 2px;
}
.course .list>div {
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 2px solid #97bffe;
}
.course .list>div:last-child {
  border-right: none;
}
.course .head {
  margin: 40px 0 4px;
  border-color: #97bffe;
  border-top: none;
}
.course .head>div {
  background: #97bffe;
  font-size: 22px;
  font-weight: 400;
  border-color: #2e7cfd;
}
.course .t1 {
  width: 228px;
  font-size: 19px;
  font-weight: 400;
}
.course .t2 {
  flex: 1;
  padding: 0 14px;
  font-size: 14px;
}
.course .t3 {
  font-size: 14px;
  width: 200px;
}
.course .t4 {
  width: 210px;
}

.course .consult {
  width: 144px;
  height: 40px;
  line-height: 36px;
}



.hardware img {
  width: 100%;
  margin-bottom: 64px;
}

.corporate {
  padding-bottom: 60px;
}
.corporate .list {
  display: flex;
  flex-wrap: wrap;
  padding: 24px 0 0;
}

.corporate .item {
  width: 243px;
  margin: 0 40px 28px 0;
}
.corporate .item:nth-of-type(4n) {
  margin-right: 0;
}
.corporate .img-wrap {
  width: 100%;
  height: 229px;
  padding: 8px;
  border: 1px solid #ccc;
}
.corporate img {
  width: 100%;
  height: 100%;
}
.corporate .text6 {
  font-size: 13px;
  text-align: center;
  padding: 12px 0;
}








