.justify,
.info-wrap,
.lean-content-wrap ul,
.double-btn,
.advant-box ul,
.virtual-img-box,
.select-class,
.select-class .select-class-right ul {
  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: 1200px;
  margin: 0 auto;
  overflow-x: hidden;
}
.ban-wrap {
  width: 16rem;
  margin: 0 auto;
}
.ban-wrap img {
  width: 16rem;
}
.head-wrap {
  padding-top: 0.25rem;
  text-align: center;
}
.head-wrap h1 {
  line-height: 0.33333333rem;
  font-size: 0.36666667rem;
  color: #6d6d6d;
  font-weight: bold;
  font-family: "Impact";
  text-transform: uppercase;
}
.head-wrap p {
  line-height: 0.5rem;
  font-size: 0.25rem;
  color: #331805;
  font-weight: bold;
  text-transform: uppercase;
}
.sect-zx {
  display: block;
  width: 2.98333333rem;
  margin: 0 auto;
  margin-top: 0.21666667rem;
  width: 358/120rem;
  line-height: 0.45833333rem;
  font-size: 0.23333333rem;
  color: #fff;
  background: #e92451;
  text-align: center;
}
.sect-zx:hover {
  background: #fa0000;
  -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);
}
.info-bg-color {
  background: #fff2f2;
}
.info-wrap {
  width: 10rem;
  margin: 0 auto;
  margin-top: 0.33333333rem;
}
.info-wrap .info-left-box {
  width: 4.58333333rem;
}
.info-wrap .info-left-box a {
  display: block;
}
.info-wrap .info-left-box a img {
  display: block;
  width: 100%;
  height: 3.13333333rem;
}
.info-wrap .info-right-box {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #eeeeee;
}
.info-wrap .info-right-box .info-con-margin {
  width: 95%;
  margin: 0.20833333rem auto;
}
.info-wrap .info-right-box .info-con-margin p {
  line-height: 0.45833333rem;
  font-size: 0.25rem;
  color: #000;
}
.info-wrap .info-right-box .info-con-margin p span {
  font-size: 0.25rem;
  font-weight: bold;
}
.info-wrap .info-right-box .info-con-margin a.sect-zx {
  margin-top: 0.5rem;
  margin-left: 0;
}
.lean-content-wrap {
  width: 10rem;
  margin: 0 auto;
}
.lean-content-wrap ul li {
  width: 220;
  margin-top: 0.125rem;
}
.lean-content-wrap ul li a {
  display: block;
}
.lean-content-wrap ul li a img {
  display: block;
  width: 100%;
  height: 1.83333333rem;
}
.lean-content-wrap ul li h3 {
  line-height: 0.5rem;
  font-size: 0.16666667rem;
  color: #000;
  text-align: center;
  font-weight: bold;
}
.double-btn {
  width: 5.23333333rem;
  margin: 0 auto;
  width: 628/120rem;
  margin-top: 0.28333333rem;
}
.double-btn a {
  display: bloxk;
  width: 2.2rem;
  line-height: 0.43333333rem;
  font-size: 0.2rem;
  color: #fff;
  text-align: center;
}
.double-btn a:first-child {
  border: 1px solid #da1415;
  background: #da1415;
  color: #fff;
}
.double-btn a:first-child:hover {
  border: 1px solid #ff3738;
  background: #ff3738;
  -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);
}
.double-btn a:last-child {
  border: 1px solid #000;
  color: #2c1706;
}
.double-btn a:last-child:hover {
  -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 {
  width: 10rem;
  margin: 0 auto;
}
.advant-box ul li {
  width: 2.21666667rem;
  height: 2.04166667rem;
  background: #fff;
  -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.61666667rem;
  position: relative;
  background: #eee;
}
.advant-box ul li:hover {
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transform: scale(0.9);
     -moz-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-box-shadow: 1px 2px 17px 4px #f8b3ae;
     -moz-box-shadow: 1px 2px 17px 4px #f8b3ae;
          box-shadow: 1px 2px 17px 4px #f8b3ae;
}
.advant-box ul li h3 {
  line-height: 0.33333333rem;
  font-size: 0.20833333rem;
  color: #2e2e2e;
  font-weight: bold;
  text-align: center;
  margin-top: 0.475rem;
}
.advant-box ul li p {
  line-height: 0.21666667rem;
  font-size: 0.13333333rem;
  color: #2e2e2e;
  text-align: justify;
  padding: 0 0.125rem;
}
.advant-box ul li::before {
  content: '';
  display: block;
  width: 0.79166667rem;
  height: 0.825rem;
  position: absolute;
  left: 50%;
  top: -0.375rem;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.advant-box ul li:nth-of-type(1)::before {
  background: url('../img/icon/xd-icon01.png') no-repeat center / contain;
}
.advant-box ul li:nth-of-type(2)::before {
  background: url('../img/icon/xd-icon02.png') no-repeat center / contain;
}
.advant-box ul li:nth-of-type(3)::before {
  background: url('../img/icon/xd-icon03.png') no-repeat center / contain;
}
.advant-box ul li:nth-of-type(4)::before {
  background: url('../img/icon/xd-icon04.png') no-repeat center / contain;
}
.virtual-img-box {
  width: 10rem;
  margin: 0 auto;
}
.virtual-img-box li {
  width: 3.23333333rem;
}
.virtual-img-box li a {
  display: block;
}
.virtual-img-box li a img {
  width: 3.15833333rem;
  height: 2rem;
  border: 10px solid transparent;
}
.virtual-img-box li a img:hover {
  border: 10px solid #fff;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transform: scale(0.9);
     -moz-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
}
a.auto {
  margin: 0.16666667rem auto;
}
@-webkit-keyframes sacIMg {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-moz-keyframes sacIMg {
  0% {
    -moz-transform: scale(1);
         transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.2);
         transform: scale(1.2);
  }
  100% {
    -moz-transform: scale(1);
         transform: scale(1);
  }
}
@keyframes sacIMg {
  0% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
       -moz-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
            transform: scale(1);
  }
}
.select-class {
  width: 10.1rem;
  margin: 0 auto;
  margin-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.select-class h3 {
  line-height: 0.55rem;
  font-size: 0.20833333rem;
  color: #fff;
  text-align: center;
  background: #946d42;
}
.select-class h3 span {
  line-height: 0.55rem;
  font-size: 0.20833333rem;
  color: #fff;
  font-weight: bold;
}
.select-class .select-class-left {
  width: 4.75rem;
  background: #eee;
}
.select-class #baoming {
  width: 4.28333333rem;
  margin: 0 auto;
}
.select-class #baoming li {
  height: 0.31666667rem;
  line-height: 0.31666667rem;
  margin-top: 0.16666667rem;
}
.select-class #baoming li input {
  width: 100%;
  height: 100%;
  line-height: 0.31666667rem;
  font-size: 0.15rem;
  color: #000;
  text-indent: 0.16666667rem;
  background: #fff;
  -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;
  border: 1px solid #a0a0a0;
}
.select-class #baoming li select {
  width: 100%;
  height: 100%;
  line-height: 0.31666667rem;
  font-size: 0.15rem;
  color: #000;
  text-indent: 0.16666667rem;
  background: #fff;
  -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;
  border: 1px solid #a0a0a0;
}
.select-class .shc-sub {
  width: 4.28333333rem;
  margin: 0 auto;
}
.select-class .shc-sub a {
  display: block;
  width: 100%;
  text-align: center;
  height: 0.36666667rem;
  line-height: 0.36666667rem;
  font-size: 0.15rem;
  color: #fff;
  font-weight: bold;
  background: #946d42;
  margin-top: 0.16666667rem;
  -webkit-border-radius: 0.05rem;
     -moz-border-radius: 0.05rem;
          border-radius: 0.05rem;
}
.select-class .select-class-right {
  width: 4.75rem;
  background: #eeeeee;
}
.select-class .select-class-right h3 a {
  display: block;
  line-height: 0.55rem;
  font-size: 0.20833333rem;
  color: #fff;
}
.select-class .select-class-right ul {
  width: 4.375rem;
  padding: 0.15rem 0.15rem 0 0.15rem;
}
.select-class .select-class-right ul li {
  width: 2.08333333rem;
  margin-bottom: 0.16666667rem;
}
.select-class .select-class-right ul li a {
  display: block;
}
.select-class .select-class-right ul li a img {
  display: block;
  width: 100%;
  height: 0.81666667rem;
}
