* {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.safety {
  width: 1200px;
  margin: auto;
}

.box .topImg {
  width: 100%;
}

.box .topImg img {
  width: 100%;
  display: block;
  min-width: 1200px;
}

.box .itme1 {
  width: 100%;
  position: relative;
  margin-top: 176px;
}

.box .itme1 .item1Content {
  height: 606px;
  background: url("../img/item1Bj.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0);
}

.box .itme1 .item1Content .item1Title {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  top: -23%;
}

.box .itme1 .item1Content .item1Content {
  margin: auto;
  width: 100%;
  height: 360px;
}

.box .itme1 .item1Content .item1TitleTxt {
  text-align: center;
  font-size: 40px;
  color: #529939;
  margin-top: 83px;
}

.box .itme1 .item1Content .sss {
  width: 100%;
  padding: 0 62px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}

.box .itme1 .item1Mao {
  position: absolute;
  left: 0;
  top: 0;
}

.box .item2 {
  width: 100%;
  position: relative;
  margin-top: 173px;
}

.box .item2 .item2Content {
  height: 1071px;
  background: url("../img/item2Bj.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0);
}

.box .item2 .item2Content .item2Title {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  top: -13%;
}

.box .item2 .item2Content .item2TitleTxt {
  text-align: center;
  font-size: 40px;
  color: #529939;
  margin-top: 83px;
}

.box .item2 .item2Content .item2TitleTxt1 {
  margin-top: 40px;
}

.box .item2 .item2Content .sss {
  width: 100%;
  padding: 0 62px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}

.box .item2 .item2Content .pBox {
  font-size: 24px;
  font-weight: 400;
  color: #333333;
  padding-left: 62px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 40px;
  line-height: 36px;
}

.box .item2 .item2Mao {
  position: absolute;
  right: 0;
  top: -169px;
}

.box .item3 {
  width: 100%;
  position: relative;
  margin-top: 178px;
}

.box .item3 .item3Content {
  height: 465px;
  background: url("../img/item3Bj.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0);
}

.box .item3 .item3Content .item3Title {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  top: -28%;
}

.box .item3 .item3Content .item3ContentImg {
  width: 100%;
  height: 100%;
  padding: 0 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 100px;
}

.box .item3 .item3Content .item3ContentImg img {
  width: 230px;
  height: 274px;
}

.box .item4 {
  width: 100%;
  position: relative;
  margin-top: 178px;
}

.box .item4 .item4Content {
  height: 1341px;
  background: url("../img/item4Bj.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0);
}

.box .item4 .item4Content .item4Title {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  top: -10%;
}

.box .item4 .item4Content .xxx {
  width: 100%;
  padding: 0 72px 0 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 90px;
}

.box .item4 .item4MaoLeft {
  position: absolute;
  left: 0;
  top: 0;
}

.box .item4 .item4MaoRight {
  position: absolute;
  right: 0;
  top: -252px;
}

.box .footer {
  width: 100%;
  margin-top: 60px;
  background: url("../img/footerBj.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  min-width: 1200px;
  padding: 75px 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.box .footer .footerContent {
  height: 627px;
  background: url("../img/footerContentBj.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0);
  padding: 83px 50px 66px 44px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.box .footer .footerContent .footerContentLeft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.box .footer .footerContent .footerContentLeft .footerTitle {
  margin-bottom: 37px;
}

.box .footer .footerContent .footerContentLeft .footerContentLeftt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 8px 8px 8px 8px;
  border: 2px solid #3E8834;
  background: #F6FFF2;
  font-size: 26px;
  font-weight: bold;
  color: #529939;
  padding: 85px 28px 0 28px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.box .footer .footerContent .footerContentLeft .footerContentLeftt p {
  text-align: center;
}

.box .footer .footerContent .footerContentLeft .footerContentLeftt p:nth-child(2) {
  margin-top: 27px;
}

.box .footer .footerContent .footerContentLeft .footerContentLeftt img {
  margin-top: 24px;
}

.box .footer .footerContent .footerContentRight {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.box .footer .footerContent .footerContentRight .footerContentRightTitle {
  font-size: 40px;
  font-weight: bold;
  color: #FC7A00;
  text-align: center;
  margin-top: -10px;
}

.box .footer .footerContent .footerContentRight .rigDownBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 29px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.box .footer .footerContent .footerContentRight .inputBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFFFFF;
  border-radius: 8px 8px 8px 8px;
  border: 2px solid #3E8834;
  padding: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.box .footer .footerContent .footerContentRight .inputBox p {
  font-size: 26px;
  color: #333333;
}

.box .footer .footerContent .footerContentRight .inputBox input {
  border: none;
  outline: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 24px;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}

.box .footer .footerContent .footerContentRight button {
  width: 100%;
  text-align: center;
  padding: 24px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 30px;
  font-weight: bold;
  color: #FFFFFF;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fef001), to(#ee6f26));
  background-image: linear-gradient(#fef001, #ee6f26);
  border-radius: 8px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.box .footer .footerContent .footerContentRight button:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ee6f26), to(#fef001));
  background-image: linear-gradient(#ee6f26, #fef001);
}

@media screen and (min-width: 1600px) and (max-width: 1800px) {
  .item1Mao {
    width: 205px;
    height: 580px;
  }
  .item2Mao {
    width: 165px;
    height: 600px;
  }
  .item4MaoRight {
    width: 245px;
    height: 650px;
  }
  .item4MaoLeft {
    width: 225px;
    height: 1115px;
  }
}

@media screen and (min-width: 1400px) and (max-width: 1600px) {
  .item1Mao {
    width: 110px;
    height: 700px;
  }
  .item2Mao {
    width: 105px;
    height: 600px;
  }
  .item4MaoRight {
    width: 135px;
    height: 640px;
  }
  .item4MaoLeft {
    width: 135px;
    height: 1115px;
  }
}

@media screen and (min-width: 0px) and (max-width: 1400px) {
  .item1Mao,
  .item2Mao,
  .item4MaoRight,
  .item4MaoLeft {
    display: none;
  }
}
/*# sourceMappingURL=index.css.map */