.justify,
.recruit-student-wrap,
.course-wrap .course-title,
.course-wrap .course-box ul li,
.production-wrap ul,
.cando-wrap ul,
.faculty-show ul,
.other-wrap ul,
.other-wrap ul li,
.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;
}
.zixunColor {
  color: #ff0e09;
  font-size: 0.16666667rem;
}
.head-wrap {
  padding-top: 0.33333333rem;
  text-align: center;
}
.head-wrap h1 {
  line-height: 0.4rem;
  font-size: 0.36666667rem;
  color: #000;
  font-weight: bold;
}
.head-wrap p {
  line-height: 0.25rem;
  font-size: 0.13333333rem;
  color: #737373;
  text-transform: uppercase;
}
.sect-zx {
  display: block;
  width: 2.83333333rem;
  margin: 0 auto;
  margin-top: 0.25rem;
  line-height: 0.5rem;
  font-size: 0.20833333rem;
  color: #fff;
  text-align: center;
  -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;
  background: #e70012;
}
.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);
}
.recruit-student-wrap {
  width: 10rem;
  margin: 0 auto;
  margin-top: 0.16666667rem;
}
.recruit-student-wrap .recruit-student-left {
  width: 4.16666667rem;
}
.recruit-student-wrap .recruit-student-left a {
  display: block;
}
.recruit-student-wrap .recruit-student-left a img {
  width: 100%;
  height: 3.08333333rem;
}
.recruit-student-wrap .recruit-student-right {
  width: 5.66666667rem;
  padding-top: 0.08333333rem;
  padding-left: 0.16666667rem;
  padding-bottom: 0.125rem;
}
.recruit-student-wrap .recruit-student-right h3 {
  line-height: 0.41666667rem;
  font-size: 0.29166667rem;
  color: #000;
  font-weight: bold;
}
.recruit-student-wrap .recruit-student-right h3 span {
  line-height: 0.41666667rem;
  font-size: 0.25rem;
  color: #b4b4b4;
  text-transform: uppercase;
}
.recruit-student-wrap .recruit-student-right ul li {
  line-height: 0.41666667rem;
  font-size: 0.20833333rem;
  color: #000;
}
.recruit-student-wrap .recruit-student-right ul li:nth-last-of-type(1) {
  width: 100%;
}
.recruit-student-wrap .recruit-student-right ul li:nth-last-of-type(2) {
  width: 100%;
}
.recruit-student-wrap .recruit-student-right a.sect-zx {
  margin-top: 1.03333333rem;
}
.course-wrap {
  width: 10rem;
  margin: 0 auto;
}
.course-wrap .course-title {
  margin-top: 0.16666667rem;
}
.course-wrap .course-title span {
  display: block;
  width: 2.46666667rem;
  line-height: 0.41666667rem;
  font-size: 0.275rem;
  color: #000;
  text-align: center;
  border: 1px solid #313133;
  background: #fcfbff;
  cursor: pointer;
}
.course-wrap .course-title span.course-bullet-active {
  border: 1px solid #e50112;
  color: #e50112;
}
.course-wrap .course-box {
  width: 10rem;
  overflow: hidden;
}
.course-wrap .course-box ul {
  width: 2000%;
}
.course-wrap .course-box ul li {
  float: left;
  width: 10rem;
  padding-top: 0.19166667rem;
}
.course-wrap .course-box ul li .course-left {
  width: 4.58333333rem;
}
.course-wrap .course-box ul li .course-left a {
  display: block;
}
.course-wrap .course-box ul li .course-left a img {
  width: 100%;
  height: 2.83333333rem;
}
.course-wrap .course-box ul li .course-right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #eeeeee;
}
.course-wrap .course-box ul li .course-right .course-padding {
  padding-top: 0.46666667rem;
  padding-left: 0.45rem;
}
.course-wrap .course-box ul li .course-right h3 {
  line-height: 0.5rem;
  font-size: 0.25rem;
  color: #000;
  font-weight: bold;
}
.course-wrap .course-box ul li .course-right p {
  line-height: 0.38333333rem;
  font-size: 0.20833333rem;
  color: #000;
}
.course-wrap .course-box ul li .course-right a {
  display: block;
  width: 2.91666667rem;
  line-height: 0.5rem;
  font-size: 0.25rem;
  color: #fff;
  background: #e70012;
  text-align: center;
  position: relative;
  margin-top: 0.08333333rem;
  -webkit-border-radius: 0.125rem;
     -moz-border-radius: 0.125rem;
          border-radius: 0.125rem;
  margin-top: 0.375rem;
}
.course-wrap .course-box ul li .course-right a.lastChild-margin {
  margin-top: 0.725rem;
}
.production-wrap {
  width: 10rem;
  margin: 0 auto;
  padding-top: 0.20833333rem;
}
.production-wrap ul li {
  width: 3.23333333rem;
  padding-bottom: 0.125rem;
}
.production-wrap ul li a {
  display: block;
}
.production-wrap ul li a img {
  width: 100%;
  height: 2.30833333rem;
}
.production-wrap ul li h3 {
  line-height: 0.25rem;
  font-size: 0.16666667rem;
  color: #000;
  text-align: center;
}
.production-wrap ul li:hover {
  -webkit-animation: sacIMg 0.5s ease-in;
     -moz-animation: sacIMg 0.5s ease-in;
          animation: sacIMg 0.5s ease-in;
}
@-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);
  }
}
.cando-wrap {
  width: 10rem;
  margin: 0 auto;
  padding-top: 0.20833333rem;
}
.cando-wrap ul li {
  width: 3.93333333rem;
}
.cando-wrap ul li a {
  display: block;
}
.cando-wrap ul li a img {
  width: 100%;
  height: 2.5rem;
}
.cando-wrap ul li p {
  line-height: 0.45rem;
  font-size: 0.25rem;
  color: #000;
  font-weight: bold;
  margin-left: 0.45rem;
}
.cando-wrap ul li p span {
  line-height: 0.45rem;
  font-size: 0.25rem;
  color: #000;
  font-weight: normal;
}
.cando-wrap ul li p:first-child {
  margin-top: 0.5rem;
}
.cando-wrap ul li:nth-last-child(1) {
  width: 6.06666667rem;
  background: #eeeeee;
}
.faculty-show {
  width: 10rem;
  margin: 0 auto;
  padding-top: 0.20833333rem;
}
.faculty-show ul li {
  width: 2.26666667rem;
  padding-bottom: 0.125rem;
  text-align: center;
  border: 1px solid #a0a0a0;
  margin-bottom: 0.16666667rem;
}
.faculty-show ul li a {
  display: block;
}
.faculty-show ul li a img {
  width: 100%;
  height: 1.75833333rem;
}
.faculty-show ul li a {
  padding: 0.08333333rem;
}
.faculty-show ul li h3 {
  line-height: 0.41666667rem;
  font-size: 0.25rem;
  color: #000;
}
.faculty-show ul li h4 {
  line-height: 0.31666667rem;
  font-size: 0.20833333rem;
  color: #000;
}
.other-why {
  padding-top: 0.3rem;
  padding-bottom: 0.25rem;
}
.other-wrap {
  width: 10rem;
  margin: 0 auto;
}
.other-wrap ul li {
  width: 4.70833333rem;
  color: #000;
  line-height: 0.53333333rem;
  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;
  font-size: 0.13333333rem;
  color: #eb1314;
  line-height: 0.3rem;
  border: 1px solid #eb1314;
  text-align: center;
  margin-top: 0.1rem;
  margin-right: 0.05rem;
}
.other-wrap ul li a:hover {
  background: #eb1314;
  color: #fff;
}
.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: #ef473a;
}
.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: #fd3d24;
  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 {
  width: 100%;
  height: 0.81666667rem;
}
