.justify,
.order-wrap,
.order-wrap .order-form ul li,
.advant-box ul,
.perlong-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
html,
body {
  max-width: 1920px;
  min-width: 1100px;
  margin: 0 auto;
  overflow-x: hidden;
}
.ban-wrap {
  width: 16rem;
  margin: 0 auto;
}
.ban-wrap img {
  width: 16rem;
}
.head-wrap {
  padding-top: 0.20833333rem;
  text-align: center;
}
.head-wrap h3 {
  width: 1.25rem;
  margin: 0 auto;
  height: 1.25rem;
  background: url('../img/mask-w2.png') no-repeat center / contain;
  text-align: center;
}
.head-wrap h3 span {
  display: block;
  line-height: 1.25rem;
  font-size: 0.71666667rem;
  color: #fefc73;
  font-weight: bold;
}
.head-wrap h1 {
  line-height: 0.58333333rem;
  font-size: 0.33333333rem;
  color: #ff4301;
  font-family: 'Impact';
  font-weight: 550;
  text-transform: uppercase;
}
.head-wrap p {
  line-height: 0.33333333rem;
  font-size: 0.18333333rem;
  color: #000;
}
.order-wrap {
  width: 10rem;
  margin: 0 auto;
  height: 3.025rem;
  margin-top: 0.25rem;
  position: relative;
}
.order-wrap h3 {
  line-height: 0.55rem;
  font-size: 0.20833333rem;
  color: #000;
  text-align: center;
  font-weight: 550;
}
.order-wrap .order-bg {
  width: 10rem;
  height: 1.79166667rem;
  background: url('../img/order-bg.jpg') center / contain;
}
.order-wrap .order-box {
  width: 5.08333333rem;
  background: #fff;
  position: absolute;
  top: 0.7rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-border-radius: 0.06666667rem 0.06666667rem 0 0;
     -moz-border-radius: 0.06666667rem 0.06666667rem 0 0;
          border-radius: 0.06666667rem 0.06666667rem 0 0;
}
.order-wrap .order-form ul {
  width: 3.08333333rem;
  margin: 0 auto;
}
.order-wrap .order-form ul li {
  height: 0.33333333rem;
  line-height: 0.33333333rem;
  margin-top: 0.16666667rem;
  background: #eeeeee;
}
.order-wrap .order-form ul li i {
  display: block;
  width: 0.23333333rem;
  height: 0.23333333rem;
  background: url('../img/icon/icon-tx.png') no-repeat center / contain;
  margin-top: 0.05rem;
  margin-left: 0.10833333rem;
}
.order-wrap .order-form ul li input {
  display: block;
  width: 2.66666667rem;
  line-height: 0.33333333rem;
  font-size: 0.16666667rem;
  color: #000;
  text-indent: 15/120rem;
}
.order-wrap .order-form ul li:last-child i {
  background: url('../img/icon/icon-dh.png') no-repeat center / contain;
}
.order-wrap .order-form-btn {
  display: block;
  width: 3.08333333rem;
  margin: 0 auto;
  margin-top: 0.16666667rem;
  line-height: 0.36666667rem;
  font-size: 0.15rem;
  color: #fff;
  text-align: center;
  font-weight: bold;
  background: #ff4200;
  -webkit-border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
     -moz-border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
          border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
}
.sect-zx {
  display: block;
  width: 2.91666667rem;
  margin: 0 auto;
  margin-top: 0.29166667rem;
  margin-bottom: 0.29166667rem;
  line-height: 0.58333333rem;
  font-size: 0.23333333rem;
  color: #f80000;
  background: #fff;
  text-align: center;
  -webkit-border-radius: 0.125rem 0.125rem 0.125rem 0.125rem;
     -moz-border-radius: 0.125rem 0.125rem 0.125rem 0.125rem;
          border-radius: 0.125rem 0.125rem 0.125rem 0.125rem;
  margin-bottom: 0;
}
.sect-zx:hover {
  background: #fa0000;
  color: #fff;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.advant-wrap {
  width: 16rem;
  background: #fdfc92;
}
.advant-box {
  width: 10rem;
  margin: 0 auto;
}
.advant-box ul li {
  width: 2.31666667rem;
  -webkit-border-radius: 0.06666667rem 0.06666667rem 0.06666667rem 0.06666667rem;
     -moz-border-radius: 0.06666667rem 0.06666667rem 0.06666667rem 0.06666667rem;
          border-radius: 0.06666667rem 0.06666667rem 0.06666667rem 0.06666667rem;
  margin-top: 0.16666667rem;
  position: relative;
}
.advant-box ul li:hover {
  cursor: pointer;
  -webkit-box-shadow: 9px 9px 9px 1px #000000;
     -moz-box-shadow: 9px 9px 9px 1px #000000;
          box-shadow: 9px 9px 9px 1px #000000;
}
.advant-box ul li:hover a {
  height: 1.66666667rem;
  overflow: hidden;
}
.advant-box ul li:hover img {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.advant-box ul li a {
  display: block;
}
.advant-box ul li a img {
  width: 100%;
  height: 1.66666667rem;
}
.advant-box ul li h3 {
  line-height: 0.45rem;
  font-size: 0.20833333rem;
  color: #f6f308;
  font-weight: bold;
  background: #fe4202;
  text-align: center;
}
.advant-info {
  width: 10rem;
  margin: 0 auto;
  margin-top: 0.16666667rem;
  padding-bottom: 0.58333333rem;
}
.advant-info .advant-info-box {
  border: 3px solid #ff4303;
  position: relative;
}
.advant-info .advant-info-box::before {
  content: '';
  display: block;
  width: 0.4rem;
  height: 0.36666667rem;
  background: url('../img/icon/xinxin.png') center / contain;
  position: absolute;
  left: 0;
  top: 0;
}
.advant-info .advant-info-box span {
  display: block;
  width: 1.45833333rem;
  margin: 0 auto;
  margin-top: 0.08333333rem;
  margin-bottom: 0.08333333rem;
  line-height: 0.3rem;
  font-size: 0.18333333rem;
  color: #fff;
  text-align: center;
  background: #fe4202;
  -webkit-border-radius: 0.15rem 0.15rem 0.15rem 0.15rem;
     -moz-border-radius: 0.15rem 0.15rem 0.15rem 0.15rem;
          border-radius: 0.15rem 0.15rem 0.15rem 0.15rem;
}
.advant-info .advant-info-box p {
  line-height: 0.4rem;
  font-size: 0.20833333rem;
  color: #000;
  text-align: center;
}
.margin0auto {
  margin: 0 auto;
}
.perlong-wrap {
  width: 16rem;
  height: 7.85rem;
  background: url("../img/long-bg.jpg") no-repeat center / contain;
}
.perlong-wrap .hw-color h3 {
  background: url('../img/mask-w.png') no-repeat center / contain;
}
.perlong-wrap .hw-color h3 span {
  color: #ff4200;
}
.perlong-wrap .hw-color h1 {
  color: #fff;
}
.perlong-box {
  width: 10rem;
  margin: 0 auto;
}
.perlong-box li {
  width: 3.125rem;
}
.perlong-box li a {
  display: block;
  background: #fff;
  padding: 0.08333333rem;
  -webkit-border-radius: 0.06666667rem 0.06666667rem 0.06666667rem 0.06666667rem;
     -moz-border-radius: 0.06666667rem 0.06666667rem 0.06666667rem 0.06666667rem;
          border-radius: 0.06666667rem 0.06666667rem 0.06666667rem 0.06666667rem;
}
.perlong-box li a img {
  display: block;
  width: 100%;
  height: 4.06666667rem;
}
.perlong-box li:nth-of-type(2) {
  width: 3.25833333rem;
}
.perlong-box li:nth-of-type(2) a {
  margin-bottom: 0.06666667rem;
}
.perlong-box li:nth-of-type(2) a img {
  display: block;
  width: 100%;
  height: 1.91666667rem;
}
