.justify,
.student-status-wrap,
.student-status-wrap .student-status-right .student-status-swipBox,
.certificate-wrap ul,
.contrast-wrap .contrast-box ul,
.contrast-wrap .contrast-box ul li .contrast-tit,
.envir-wrap ul,
.sub-md-wrap .sub-md-box,
.sub-md-wrap .sub-md-box .sub-md-right ul,
.hot-major-wrap ul,
.hot-major-wrap .double-btn,
.job-wrap ul,
.sect-six ul,
.other-wrap ul,
.other-wrap ul li,
.callme-wrap .callme-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;
}
.student-status-wrap {
  width: 10rem;
  margin: 0 auto;
  margin-top: 0.33333333rem;
}
.student-status-wrap .student-status-left {
  width: 4.26666667rem;
}
.student-status-wrap .student-status-left .student-status-circle-box {
  width: 2.81666667rem;
  height: 2.81666667rem;
  border: 1px dashed #41820c;
  -webkit-border-radius: 1.66666667rem 1.66666667rem 1.66666667rem 1.66666667rem;
     -moz-border-radius: 1.66666667rem 1.66666667rem 1.66666667rem 1.66666667rem;
          border-radius: 1.66666667rem 1.66666667rem 1.66666667rem 1.66666667rem;
  position: relative;
}
.student-status-wrap .student-status-left .student-status-circle-box .student-status-circle-out {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 2.33333333rem;
  height: 2.33333333rem;
  background: #42810f;
  -webkit-border-radius: 1.25rem 1.25rem 1.25rem 1.25rem;
     -moz-border-radius: 1.25rem 1.25rem 1.25rem 1.25rem;
          border-radius: 1.25rem 1.25rem 1.25rem 1.25rem;
}
.student-status-wrap .student-status-left .student-status-circle-box .student-status-circle-out .student-status-circle-in {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 2rem;
  height: 2rem;
  border: 1px dashed #fff;
  -webkit-border-radius: 1.25rem 1.25rem 1.25rem 1.25rem;
     -moz-border-radius: 1.25rem 1.25rem 1.25rem 1.25rem;
          border-radius: 1.25rem 1.25rem 1.25rem 1.25rem;
}
.student-status-wrap .student-status-left .student-status-circle-box .student-status-circle-out .student-status-circle-in p {
  text-align: center;
  line-height: 0.5rem;
  font-size: 0.375rem;
  color: #fff;
  font-weight: bold;
  margin-top: 0.41666667rem;
}
.student-status-wrap .student-status-right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.student-status-wrap .student-status-right .student-status-title {
  padding-bottom: 0.08333333rem;
  border-bottom: 1px solid #000;
}
.student-status-wrap .student-status-right .student-status-title h3 {
  line-height: 0.5rem;
  font-size: 0.3rem;
  color: #000;
  letter-spacing: 0.04166667rem;
}
.student-status-wrap .student-status-right .student-status-title p {
  line-height: 0.3rem;
  font-size: 0.16666667rem;
  color: #000;
  letter-spacing: 0.11666667rem;
}
.student-status-wrap .student-status-right .student-status-swipBox {
  margin-top: 0.25rem;
}
.student-status-wrap .student-status-right .student-status-swipBox .sts-swipBox {
  width: 40%;
  border: 1px solid #000;
  border-top: none;
}
.student-status-wrap .student-status-right .student-status-swipBox .sts-swipBox h3 {
  line-height: 0.375rem;
  font-size: 0.21666667rem;
  color: #fff;
  text-align: center;
  background: #41820c;
}
.student-status-wrap .student-status-right .student-status-swipBox .sts-swipBox ul {
  height: 1.4rem;
}
.student-status-wrap .student-status-right .student-status-swipBox .sts-swipBox ul li {
  line-height: 0.375rem;
  font-size: 0.21666667rem;
  color: #000;
  text-align: center;
}
.student-status-wrap .student-status-right .student-status-swipBox .sts-swipBox ul li.swiper-slide-active {
  color: #e10f0f;
}
.certificate-wrap {
  width: 10rem;
  margin: 0 auto;
  margin-top: 0.25rem;
}
.certificate-wrap ul {
  border: 1px solid #000;
  padding: 0.08333333rem;
}
.certificate-wrap ul li {
  width: 4.83333333rem;
}
.certificate-wrap ul li a {
  display: block;
}
.certificate-wrap ul li a img {
  width: 100%;
  height: 2.75rem;
}
.head-wrap {
  padding-top: 0.29166667rem;
  text-align: center;
}
.head-wrap h1 {
  line-height: 0.5rem;
  font-size: 0.25rem;
  color: #e02629;
  font-weight: bold;
}
.head-wrap h1 .head-icon {
  display: inline-block;
  width: 0.5rem;
  height: 65/120rem;
  background: url('../img/ixon/title-icon.png') no-repeat center / contain;
  padding-right: 0.08333333rem;
}
.head-wrap h1 .head-icon span {
  line-height: 0.5rem;
  font-size: 0.25rem;
  color: #000;
  text-align: center;
  font-weight: bold;
}
.contrast-wrap {
  background: #cee7e2;
  margin-top: 0.33333333rem;
  padding-top: 0.16666667rem;
  padding-bottom: 0.41666667rem;
}
.contrast-wrap .contrast-box {
  width: 10rem;
  margin: 0 auto;
}
.contrast-wrap .contrast-box ul li {
  width: 4.80833333rem;
  margin-top: 0.25rem;
  background: #fff;
}
.contrast-wrap .contrast-box ul li .contrast-tit {
  padding-top: 0.25rem;
  padding-bottom: 0.125rem;
}
.contrast-wrap .contrast-box ul li .contrast-tit p {
  width: 1.04166667rem;
  background: #e02629;
  position: relative;
  text-indent: 0.58333333rem;
  height: 0.41666667rem;
  line-height: 0.375rem;
  font-size: 0.20833333rem;
  color: #fff;
}
.contrast-wrap .contrast-box ul li .contrast-tit p::after {
  display: block;
  content: '';
  width: 0px;
  height: 0px;
  border-left: 0.08333333rem solid #e02629;
  border-top: 0.08333333rem solid transparent;
  border-right: 0.08333333rem solid transparent;
  border-bottom: 0.08333333rem solid transparent;
  position: absolute;
  top: 50%;
  right: -0.16666667rem;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.contrast-wrap .contrast-box ul li .contrast-tit h3 {
  width: 3.43333333rem;
  line-height: 0.31666667rem;
  font-size: 0.18333333rem;
  color: #000;
  text-align: left;
}
.contrast-wrap .contrast-box ul li .contrast-content {
  border-top: 1px solid #d3d2d2;
  padding: 0.08333333rem 0;
}
.contrast-wrap .contrast-box ul li .contrast-content p {
  width: 4.14166667rem;
  margin: 0 auto;
  line-height: 0.3rem;
  font-size: 0.15rem;
  color: #000;
}
.envir-wrap {
  width: 10rem;
  margin: 0 auto;
  margin-top: 0.20833333rem;
}
.envir-wrap ul li {
  width: 2.44166667rem;
}
.envir-wrap ul li a {
  display: block;
}
.envir-wrap ul li a img {
  width: 100%;
  height: 3.3rem;
}
.envir-wrap ul li:nth-of-type(2) a,
.envir-wrap ul li:nth-of-type(3) a {
  display: block;
}
.envir-wrap ul li:nth-of-type(2) a img,
.envir-wrap ul li:nth-of-type(3) a img {
  width: 100%;
  height: 1.60833333rem;
}
.envir-wrap ul li:nth-of-type(2) a,
.envir-wrap ul li:nth-of-type(3) a {
  margin-bottom: 0.08333333rem;
}
.sub-md-wrap {
  background: #f8adad;
  padding: 0.125rem;
  margin: 0.33333333rem 0;
}
.sub-md-wrap .sub-md-box {
  width: 10rem;
  margin: 0 auto;
  position: relative;
}
.sub-md-wrap .sub-md-box .sub-md-left {
  line-height: 0.45833333rem;
  font-size: 0.16666667rem;
  color: #fff;
  text-align: center;
  position: relative;
  text-indent: 0.83333333rem;
}
.sub-md-wrap .sub-md-box .sub-md-left i {
  display: block;
  width: 0.44166667rem;
  height: 0.48333333rem;
  background: url('../img/ixon/fly-icon.jpg') no-repeat center / contain;
  position: absolute;
  top: 50%;
  left: 0.08333333rem;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.sub-md-wrap .sub-md-box .sub-md-right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 0.5rem;
}
.sub-md-wrap .sub-md-box .sub-md-right ul li {
  width: 2.13333333rem;
  position: relative;
}
.sub-md-wrap .sub-md-box .sub-md-right ul li input {
  display: block;
  width: 100%;
  line-height: 0.45833333rem;
  font-size: 0.16666667rem;
  color: #000;
  background: #fef7f7;
  text-indent: 0.45rem;
  -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;
}
.sub-md-wrap .sub-md-box .sub-md-right ul li i {
  display: block;
  width: 0.18333333rem;
  height: 0.2rem;
  background: url('../img/ixon/name-icon.jpg') no-repeat center / contain;
  position: absolute;
  top: 50%;
  left: 0.16666667rem;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.sub-md-wrap .sub-md-box .sub-md-right ul li:nth-of-type(2) i {
  background: url('../img/ixon/phone-icon.jpg') no-repeat center / contain;
}
.sub-md-wrap .sub-md-box .sub-md-right ul li a {
  display: block;
  line-height: 0.45833333rem;
  font-size: 0.16666667rem;
  color: #ff0000;
  background: #f9dd20;
  -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;
  text-indent: 0.83333333rem;
}
.sub-md-wrap .sub-md-box .sub-md-right ul li a i {
  display: block;
  width: 0.25rem;
  height: 0.25rem;
  background: url('../img/ixon/sub-icon.jpg') no-repeat center / contain;
  position: absolute;
  top: 50%;
  left: 0.33333333rem;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.public-custom-layer-tips {
  display: none;
  width: 5rem;
  height: 0.66666667rem;
  position: absolute;
  top: -1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.7);
  -webkit-border-radius: 0.08333333rem 0.08333333rem 0.08333333rem 0.08333333rem;
     -moz-border-radius: 0.08333333rem 0.08333333rem 0.08333333rem 0.08333333rem;
          border-radius: 0.08333333rem 0.08333333rem 0.08333333rem 0.08333333rem;
  -webkit-animation: rubberBand 1s ease;
     -moz-animation: rubberBand 1s ease;
          animation: rubberBand 1s ease;
}
.public-custom-layer-tips h3 {
  line-height: 0.66666667rem;
  font-size: 0.20833333rem;
  color: #fff;
  text-align: center;
}
@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1) translateX(-50%);
    transform: scale3d(1, 1, 1) translateX(-50%);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1) translateX(-40%);
    transform: scale3d(1.25, 0.75, 1) translateX(-40%);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1) translateX(-65%);
    transform: scale3d(0.75, 1.25, 1) translateX(-65%);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1) translateX(-43%);
    transform: scale3d(1.15, 0.85, 1) translateX(-43%);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1) translateX(-53%);
    transform: scale3d(0.95, 1.05, 1) translateX(-53%);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1) translateX(-48%);
    transform: scale3d(1.05, 0.95, 1) translateX(-48%);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1) translateX(-50%);
    transform: scale3d(1, 1, 1) translateX(-50%);
  }
}
@-moz-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1) translateX(-50%);
    -moz-transform: scale3d(1, 1, 1) translateX(-50%);
         transform: scale3d(1, 1, 1) translateX(-50%);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1) translateX(-40%);
    -moz-transform: scale3d(1.25, 0.75, 1) translateX(-40%);
         transform: scale3d(1.25, 0.75, 1) translateX(-40%);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1) translateX(-65%);
    -moz-transform: scale3d(0.75, 1.25, 1) translateX(-65%);
         transform: scale3d(0.75, 1.25, 1) translateX(-65%);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1) translateX(-43%);
    -moz-transform: scale3d(1.15, 0.85, 1) translateX(-43%);
         transform: scale3d(1.15, 0.85, 1) translateX(-43%);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1) translateX(-53%);
    -moz-transform: scale3d(0.95, 1.05, 1) translateX(-53%);
         transform: scale3d(0.95, 1.05, 1) translateX(-53%);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1) translateX(-48%);
    -moz-transform: scale3d(1.05, 0.95, 1) translateX(-48%);
         transform: scale3d(1.05, 0.95, 1) translateX(-48%);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1) translateX(-50%);
    -moz-transform: scale3d(1, 1, 1) translateX(-50%);
         transform: scale3d(1, 1, 1) translateX(-50%);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1) translateX(-50%);
    -moz-transform: scale3d(1, 1, 1) translateX(-50%);
         transform: scale3d(1, 1, 1) translateX(-50%);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1) translateX(-40%);
    -moz-transform: scale3d(1.25, 0.75, 1) translateX(-40%);
         transform: scale3d(1.25, 0.75, 1) translateX(-40%);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1) translateX(-65%);
    -moz-transform: scale3d(0.75, 1.25, 1) translateX(-65%);
         transform: scale3d(0.75, 1.25, 1) translateX(-65%);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1) translateX(-43%);
    -moz-transform: scale3d(1.15, 0.85, 1) translateX(-43%);
         transform: scale3d(1.15, 0.85, 1) translateX(-43%);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1) translateX(-53%);
    -moz-transform: scale3d(0.95, 1.05, 1) translateX(-53%);
         transform: scale3d(0.95, 1.05, 1) translateX(-53%);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1) translateX(-48%);
    -moz-transform: scale3d(1.05, 0.95, 1) translateX(-48%);
         transform: scale3d(1.05, 0.95, 1) translateX(-48%);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1) translateX(-50%);
    -moz-transform: scale3d(1, 1, 1) translateX(-50%);
         transform: scale3d(1, 1, 1) translateX(-50%);
  }
}
.hot-major-wrap {
  width: 10rem;
  margin: 0 auto;
}
.hot-major-wrap ul li {
  width: 2.375rem;
  border: 1px solid #1b1b1b;
  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;
  margin-top: 0.20833333rem;
}
.hot-major-wrap ul li a {
  display: block;
}
.hot-major-wrap ul li a img {
  width: 100%;
  height: 1.45833333rem;
}
.hot-major-wrap ul li a img {
  -webkit-border-radius: 0.05rem 0.05rem 0 0;
     -moz-border-radius: 0.05rem 0.05rem 0 0;
          border-radius: 0.05rem 0.05rem 0 0;
}
.hot-major-wrap ul li h3 {
  line-height: 0.33333333rem;
  font-size: 0.20833333rem;
  color: #000;
  text-align: center;
}
.hot-major-wrap ul li p {
  width: 2.16666667rem;
  margin: 0 auto;
  line-height: 0.2rem;
  font-size: 0.125rem;
  color: #737373;
  text-align: justify;
}
.hot-major-wrap ul li p span {
  color: #ff7373;
}
.hot-major-wrap .itme-ul li {
  -webkit-border-radius: 0rem 0rem 0rem 0rem;
     -moz-border-radius: 0rem 0rem 0rem 0rem;
          border-radius: 0rem 0rem 0rem 0rem;
}
.hot-major-wrap .itme-ul li a img {
  -webkit-border-radius: 0rem 0rem 0rem 0rem;
     -moz-border-radius: 0rem 0rem 0rem 0rem;
          border-radius: 0rem 0rem 0rem 0rem;
}
.hot-major-wrap .double-btn {
  width: 2.225rem;
  margin: 0 auto;
  margin-top: 0.08333333rem;
  margin-bottom: 0.125rem;
}
.hot-major-wrap .double-btn a {
  display: block;
  width: 1.01666667rem;
  height: 0.275rem;
  line-height: 0.275rem;
  font-size: 0.15rem;
  color: #fff;
  border: 1px solid #d10101;
  background: #d10101;
  text-align: center;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
.hot-major-wrap .double-btn a:last-child {
  background: none;
  border: 1px solid #828282;
  color: #000;
}
.job-wrap {
  width: 10rem;
  margin: 0 auto;
  margin-top: 0.25rem;
}
.job-wrap ul li {
  width: 2.41666667rem;
  margin-top: 0.125rem;
}
.job-wrap ul li a {
  display: block;
}
.job-wrap ul li a img {
  width: 100%;
  height: 2.33333333rem;
}
.job-wrap ul li:nth-of-type(4) h3,
.job-wrap ul li:nth-of-type(5) h3,
.job-wrap ul li:last-child h3 {
  padding-top: 0.33333333rem;
  width: 1.91666667rem;
  margin: 0 auto;
  line-height: 0.5rem;
  font-size: 0.25rem;
  color: #000;
  font-weight: bold;
  letter-spacing: 0.05rem;
  border-bottom: 1px solid #000;
}
.job-wrap ul li:nth-of-type(4) p,
.job-wrap ul li:nth-of-type(5) p,
.job-wrap ul li:last-child p {
  width: 1.95833333rem;
  margin: 0 auto;
  line-height: 0.33333333rem;
  font-size: 0.16666667rem;
  color: #000;
}
.job-wrap ul li:nth-of-type(4) {
  background: #ffe21c;
}
.job-wrap ul li:nth-of-type(4) h3 {
  color: #dc454a;
  border-bottom: 1px solid #dc454a;
}
.job-wrap ul li:nth-of-type(4) p {
  color: #dc454a;
}
.job-wrap ul li:nth-of-type(5) {
  background: #dc454a;
}
.job-wrap ul li:nth-of-type(5) h3 {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.job-wrap ul li:nth-of-type(5) p {
  color: #fff;
}
.job-wrap ul li:last-child {
  background: #cee7e2;
}
.sect-zx {
  display: block;
  width: 2.58333333rem;
  margin: 0 auto;
  margin-top: 0.20833333rem;
  margin-bottom: 0.20833333rem;
  line-height: 0.41666667rem;
  font-size: 0.16666667rem;
  color: #fff;
  border: 1px solid #e10f0f;
  background: #e10f0f;
  text-align: center;
  -webkit-border-radius: 0.03333333rem 0.03333333rem 0.03333333rem 0.03333333rem;
     -moz-border-radius: 0.03333333rem 0.03333333rem 0.03333333rem 0.03333333rem;
          border-radius: 0.03333333rem 0.03333333rem 0.03333333rem 0.03333333rem;
}
.sect-six {
  background: #eeeeee;
  padding-bottom: 0.16666667rem;
}
.sect-six ul {
  width: 10rem;
  margin: 0 auto;
  margin-top: 0.125rem;
}
.sect-six ul li {
  width: 1.66666667rem;
  border: 1px solid #000;
  -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;
  background: #fff;
  margin-bottom: 0.25rem;
  padding-bottom: 0.08333333rem;
}
.sect-six ul li a {
  display: block;
}
.sect-six ul li a img {
  width: 100%;
  height: 1.56666667rem;
}
.sect-six ul li h3 {
  line-height: 0.4rem;
  font-size: 0.18333333rem;
  color: #000;
  font-weight: bold;
  text-align: center;
}
.sect-six ul li p {
  line-height: 0.25rem;
  font-size: 0.16666667rem;
  color: #000;
  text-align: center;
}
.other-wrap {
  padding-bottom: 0.33333333rem;
}
.other-wrap ul {
  width: 10rem;
  margin: 0 auto;
  margin-top: 0.125rem;
}
.other-wrap ul li {
  width: 4.70833333rem;
  line-height: 64/120rem;
  border-bottom: 1px dashed #535353;
}
.other-wrap ul li p {
  line-height: 0.53333333rem;
  font-size: 0.20833333rem;
  color: #000;
  text-indent: 0.05rem;
}
.other-wrap ul li a {
  width: 1rem;
  height: 0.3rem;
  line-height: 0.3rem;
  font-size: 0.13333333rem;
  color: #fff;
  background: #eb1314;
  text-align: center;
  margin-top: 0.1rem;
  margin-right: 0.05rem;
  -webkit-border-radius: 0.03333333rem 0.03333333rem 0.03333333rem 0.03333333rem;
     -moz-border-radius: 0.03333333rem 0.03333333rem 0.03333333rem 0.03333333rem;
          border-radius: 0.03333333rem 0.03333333rem 0.03333333rem 0.03333333rem;
}
.other-wrap ul li a:hover {
  background: #eb1314;
  color: #fff;
}
.callme-wrap {
  background: #f6f6f6;
  margin-top: 0.16666667rem;
}
.callme-wrap .callme-box {
  width: 10rem;
  margin: 0 auto;
}
.callme-wrap .callme-left {
  width: 5rem;
}
.callme-wrap .callme-left a {
  display: block;
}
.callme-wrap .callme-left a img {
  width: 100%;
  height: 3.5rem;
}
.callme-wrap .callme-right {
  width: 5rem;
  background: #fff;
}
.callme-wrap .callme-right .tel-box {
  margin-left: 0.875rem;
  position: relative;
}
.callme-wrap .callme-right .tel-box h3 {
  line-height: 0.33333333rem;
  font-size: 0.16666667rem;
  color: #000;
  padding-top: 0.1rem;
}
.callme-wrap .callme-right .tel-box p {
  font-size: 0.25rem;
  color: #ed5a0c;
}
.callme-wrap .callme-right .tel-box:before {
  content: '';
  display: block;
  width: 0.69166667rem;
  height: 0.73333333rem;
  background: url('../img/ixon/call-img.jpg') no-repeat center / contain;
  position: absolute;
  top: 0;
  left: -0.875rem;
}
.callme-wrap .callme-right .form-title {
  line-height: 0.31666667rem;
  font-size: 0.20833333rem;
  color: #000;
  text-indent: 0.5rem;
  margin-top: 0.25rem;
}
#baoming ul {
  width: 3.98333333rem;
  margin: 0 auto;
}
#baoming ul li {
  height: 0.33333333rem;
  line-height: 0.33333333rem;
  font-size: 0.15rem;
  color: #000;
  margin-top: 0.16666667rem;
}
#baoming ul li label {
  float: left;
}
#baoming ul li input {
  width: 3.5rem;
  line-height: 0.33333333rem;
  font-size: 0.15rem;
  color: #000;
  height: 100%;
  text-indent: 0.18333333rem;
  background: #fff;
  border: 1px solid #a0a0a0;
  float: left;
}
#baoming ul li select {
  float: left;
  width: 3.5rem;
  line-height: 0.33333333rem;
  font-size: 0.15rem;
  color: #000;
  height: 100%;
  text-indent: 0.16666667rem;
  background: #fff;
  border: 1px solid #a0a0a0;
}
#baoming .shc-sub {
  display: block;
  width: 2.41666667rem;
  margin: 0 auto;
  line-height: 0.43333333rem;
  font-size: 0.21666667rem;
  color: #fff;
  text-align: center;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, right top, from(#ff835d), to(#ff595d));
  background: -webkit-linear-gradient(left, #ff835d, #ff595d);
  background: -moz- oldlinear-gradient(left, #ff835d, #ff595d);
  background: linear-gradient(left, #ff835d, #ff595d);
  margin-top: 0.16666667rem;
  -webkit-border-radius: 0.21666667rem 0.21666667rem 0.21666667rem 0.21666667rem;
     -moz-border-radius: 0.21666667rem 0.21666667rem 0.21666667rem 0.21666667rem;
          border-radius: 0.21666667rem 0.21666667rem 0.21666667rem 0.21666667rem;
}
body .demo-msg {
  background: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
}
body .demo-msg .layui-layer-content {
  color: #fff;
}
