@charset "UTF-8";
/* CSS Document */
/* common */
html {
  font-size: 20px; }

* {
  margin: 0;
  padding: 0; }

body {
  font-family: Helvetica;
  /*font: 16px/24px;*/
  font-family: "微软雅黑";
  min-width: 320px;
  max-width: 750px;
  margin: 0 auto;
  font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-font-smoothing: antialiased;
  /*消除图标和文字锯齿*/
  -moz-osx-font-smoothing: grayscale; }

ul,
ol {
  list-style: none;
  text-indent: 0;
  list-style-position: outside; }

img {
  border: 0px; }

b {
  font-weight: normal; }

.fl {
  float: left;
  display: inline; }

.fr {
  float: right;
  display: inline; }

.clear {
  clear: none; }

p {
  margin: 0;
  padding: 0;
  border: 0; }

li {
  list-style: none; }

.clear {
  clear: both; }

a {
  text-decoration: none;
  border: none; }

img {
  border: 0;
  width: 100%;
  margin: 0;
  padding: 0; }

/* link : css */
a {
  text-decoration: none; }

a:hover {
  text-decoration: none; }

/*clear*/
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clear {
  clear: both; }

body {
  margin: 0 auto;
  width: 100%;
  overflow-x: hidden; }

.container_width {
  width: 100%;
  padding: 0 1rem; }

.box_border, .container_width, .nav li, .yiti_c .yiti_swiper .content, .yiti_c .yiti_swiper .content .text, .yiti_c .yiti_fenlei .content, .dili_c .content, .xueli_c > div > div, .gongxiang .gongxiang_swiper .content .gongxiang_l .text, .gongxiang .gongxiang_swiper .content .gongxiang_l .text p, .gongxiang .gongxiang_swiper .content .gongxiang_l .text p span, .gongxiang .gongxiang_swiper .content > div, .gongxiang .gongxiang_swiper .content > div .gongxiang_r_b > div, .gongxiang .gongxiang_swiper .content > div .gongxiang_r_b .text, .gongxiang .gongxiang_swiper .content > div .gongxiang_r_t .text, .from form input, .from form button {
  box-sizing: border-box;
  -ms-box-sizing: border-box; }

/* header */
.header {
  background: #fff;
  overflow: hidden;
  padding: 1.4rem 1rem; }
  .header .fl {
    height: 2.4rem; }
    .header .fl img {
      height: 100%;
      width: auto;
      float: left; }
    .header .fl div {
      float: left;
      margin-left: 0.8rem;
      padding-left: 0.8rem;
      border-left: 1px solid #000;
      height: 100%;
      font-size: 0.9rem; }
  .header .fr {
    background: url("../img/dianhua_icon.png") no-repeat left center;
    background-size: contain;
    padding-left: 2.6rem;
    height: 2rem; }
    .header .fr p {
      height: 2rem;
      line-height: 2.3rem;
      font-size: 1.4rem;
      color: #222; }

/* nav */
.nav {
  width: 100%;
  height: 4.5rem; }
  .nav li {
    width: 25%;
    height: 100%;
    float: left;
    color: #ccc;
    font-size: 1.4rem;
    text-align: center;
    line-height: 4.5rem;
    background: #222222;
    border-left: 1px solid #000000; }
    .nav li a {
      display: block;
      width: 100%;
      height: 100%;
      color: inherit;
      font-size: inherit;
      line-height: inherit; }
    .nav li.true {
      background: #3697d9;
      color: #fff; }

/* 标题 */
.biaoti {
  line-height: 1;
  margin-top: 3rem;
  margin-bottom: 2.5rem; }
  .biaoti.bai p {
    color: #fff; }
  .biaoti p {
    font-size: 1.9rem;
    font-weight: 900;
    text-align: center;
    color: #333333;
    line-height: 1; }
    .biaoti p span {
      color: #f85415; }

.button {
  width: 18rem;
  margin: 0 auto;
  height: 3.5rem;
  line-height: 3.5rem;
  text-align: center;
  border: 1px solid #f85415;
  background: #f85415;
  color: #fff;
  font-size: 1.2rem;
  display: block;
  border-radius: 0.5rem;
  margin-bottom: 2.5rem; }

/* banner */
.banner_swiper {
  width: 100%;
  overflow-x: hidden; }
  .banner_swiper img {
    display: block; }

/* 产学一体化 */
.yiti {
  padding-bottom: 1px;
  padding-top: 1px;
  background: #f2f5f9; }

.yiti_c {
  margin-bottom: 3rem; }
  .yiti_c > p {
    text-align: center; }
    .yiti_c > p span {
      background: #ffffff;
      border: 1px solid #f85415;
      width: 1.2rem;
      height: 1.2rem;
      margin: 0 0.3rem; }
    .yiti_c > p .swiper-pagination-bullet-active {
      background: #f85415; }
  .yiti_c .yiti_swiper {
    overflow: hidden;
    margin: 0 -0.5rem; }
    .yiti_c .yiti_swiper .content {
      margin-bottom: 1rem;
      float: left;
      width: 50%;
      height: auto;
      padding: 0 0.5rem;
      position: relative; }
      .yiti_c .yiti_swiper .content img {
        display: block; }
      .yiti_c .yiti_swiper .content .text {
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 0 0.5rem; }
        .yiti_c .yiti_swiper .content .text p {
          width: 100%;
          font-size: 1.3rem;
          color: #fff;
          text-align: center;
          line-height: 2.7rem;
          background: rgba(0, 0, 0, 0.5); }
  .yiti_c .yiti_fenlei {
    margin: 1.5rem -0.5rem 0;
    overflow: hidden; }
    .yiti_c .yiti_fenlei .content {
      width: 33.33%;
      float: left;
      height: auto;
      padding: 0 0.5rem; }

/* 砥砺前行 */
.dili_c > div {
  height: auto;
  margin: 0 -0.5rem 1.5rem;
  overflow: hidden; }

.dili_c .content {
  width: 50%;
  padding: 0 0.5rem;
  float: left; }
  .dili_c .content.jiejue_content {
    margin-bottom: 1rem; }
  .dili_c .content img {
    display: block; }
  .dili_c .content P {
    font-size: 1.4rem;
    line-height: 1;
    margin: 1.2rem 0 1.5rem 0;
    text-align: center; }

/* 解决四大问题 */
.jiejue {
  overflow: hidden;
  padding-top: 1px;
  background: #f2f5f9; }

/* 学历加技能 */
.xueli_c > div {
  margin: 0 -0.7rem;
  overflow: hidden;
  margin-bottom: 3rem; }
  .xueli_c > div > div {
    width: 50%;
    padding: 0 0.7rem;
    float: left;
    position: relative;
    height: 100%; }
    .xueli_c > div > div img {
      display: block; }
    .xueli_c > div > div .img_mar_bottom {
      margin-top: 1rem; }

/* 共享教学资源 */
.gongxiang {
  background: url("../img/gongxiang_bg.jpg") no-repeat top center;
  background-size: 100% auto;
  padding-top: 1px;
  padding-bottom: 1px; }
  .gongxiang .gongxiang_swiper_dian {
    text-align: center;
    line-height: 1;
    margin-top: 2rem;
    margin-bottom: 2rem; }
    .gongxiang .gongxiang_swiper_dian span {
      margin: 0.5rem;
      width: 0.6rem;
      height: 0.6rem;
      border: 1px solid #f85415;
      background: transparent; }
    .gongxiang .gongxiang_swiper_dian .swiper-pagination-bullet-active {
      background: #f85415; }
  .gongxiang .gongxiang_swiper {
    overflow: hidden;
    margin: 0 -0.6rem; }
    .gongxiang .gongxiang_swiper img {
      display: block; }
    .gongxiang .gongxiang_swiper .content {
      overflow: hidden;
      position: relative; }
      .gongxiang .gongxiang_swiper .content .gongxiang_l {
        position: relative; }
        .gongxiang .gongxiang_swiper .content .gongxiang_l .text {
          position: absolute;
          width: 100%;
          height: 100%;
          padding: 1rem 1.6rem;
          top: 0;
          left: 0; }
          .gongxiang .gongxiang_swiper .content .gongxiang_l .text p {
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5);
            color: #fff;
            font-weight: 600;
            font-size: 1.2rem;
            padding: 2rem; }
            .gongxiang .gongxiang_swiper .content .gongxiang_l .text p span {
              display: block;
              height: 100%;
              width: 100%;
              padding: 1rem 1.5rem 0;
              border: 0.3rem solid #fff; }
      .gongxiang .gongxiang_swiper .content .gongxiang_r {
        position: absolute;
        right: 0;
        height: 100%; }
      .gongxiang .gongxiang_swiper .content > div {
        float: left;
        width: 50%;
        padding: 0 0.6rem; }
        .gongxiang .gongxiang_swiper .content > div .gongxiang_r_b {
          width: 100%;
          bottom: 0;
          position: absolute;
          overflow: hidden; }
          .gongxiang .gongxiang_swiper .content > div .gongxiang_r_b > div {
            width: 100%;
            padding: 0 1.2rem 0 0; }
          .gongxiang .gongxiang_swiper .content > div .gongxiang_r_b .text {
            font-size: 0.9rem;
            padding: 2rem 0.85rem 0 1rem;
            position: absolute;
            width: 45%;
            line-height: 1.4;
            background: #eaeaea;
            height: 100%;
            float: left; }
          .gongxiang .gongxiang_swiper .content > div .gongxiang_r_b img {
            width: 45%;
            height: auto;
            float: right; }
        .gongxiang .gongxiang_swiper .content > div .gongxiang_r_t {
          padding-top: 1px;
          position: relative; }
          .gongxiang .gongxiang_swiper .content > div .gongxiang_r_t img {
            width: 75%;
            height: auto;
            margin-top: 3rem;
            position: relative;
            z-index: 3; }
          .gongxiang .gongxiang_swiper .content > div .gongxiang_r_t .text {
            width: 75%;
            position: absolute;
            top: 0;
            right: 0;
            height: 7rem;
            border: 0.4rem solid #fff;
            padding: 0.2rem 1rem;
            color: #fff;
            font-size: 1.2rem;
            font-weight: 900; }
            .gongxiang .gongxiang_swiper .content > div .gongxiang_r_t .text .xian {
              width: 100%;
              border-top: 1px solid #fff;
              margin-top: 0.2rem; }

/* 就业导向 */
.jiuye .jiuye_c {
  overflow: hidden; }
  .jiuye .jiuye_c .jiuye_swiper_dian {
    text-align: center;
    line-height: 1;
    margin-bottom: 2.5rem; }
    .jiuye .jiuye_c .jiuye_swiper_dian span {
      width: 0.6rem;
      height: 0.6rem;
      border: 1px solid #a2a2a2;
      background: none;
      margin: 0 0.3rem; }
    .jiuye .jiuye_c .jiuye_swiper_dian .swiper-pagination-bullet-active {
      background: #f85415;
      border-color: #f85415; }
  .jiuye .jiuye_c .jiuye_swiper {
    overflow: hidden;
    padding-bottom: 4.1rem; }
  .jiuye .jiuye_c .jiuye_l {
    float: left;
    position: relative; }
    .jiuye .jiuye_c .jiuye_l .kuang {
      top: 3.5rem;
      position: absolute;
      width: 23.9rem;
      height: 13.15rem;
      border: 2px solid #a8a8a8; }
    .jiuye .jiuye_c .jiuye_l .img {
      width: 24.75rem;
      margin-left: 2rem;
      height: auto;
      display: block;
      position: relative; }
      .jiuye .jiuye_c .jiuye_l .img img {
        display: block; }
      .jiuye .jiuye_c .jiuye_l .img .text {
        position: absolute;
        top: 0;
        width: 100%;
        color: #fff;
        text-align: center; }
        .jiuye .jiuye_c .jiuye_l .img .text p {
          font-size: 1.3rem; }
        .jiuye .jiuye_c .jiuye_l .img .text img {
          width: 3.3rem;
          margin: 3.7rem auto 0.8rem; }
  .jiuye .jiuye_c .jiuye_r {
    width: 8.3rem;
    height: auto;
    margin-top: 5rem; }
    .jiuye .jiuye_c .jiuye_r p {
      font-size: 1.5rem;
      color: #a8a8a8;
      text-align: center;
      font-weight: 900; }
    .jiuye .jiuye_c .jiuye_r .xian {
      width: 3.6rem;
      display: block;
      margin: 0.7rem auto 0;
      border-top: 0.2rem solid #a8a8a8; }

/* 合作院校 */
.yuanxiao {
  background: #f2f5f9;
  padding-top: 1px;
  padding-bottom: 1px; }
  .yuanxiao .yuanxiao_c {
    margin-bottom: 2.1rem; }
  .yuanxiao img {
    display: block; }

/* form */
.from {
  background: url("../img/from_bg.jpg") no-repeat top center;
  background-size: 100% auto;
  padding-top: 1px; }
  .from p {
    color: #fff;
    font-size: 1.9rem;
    text-align: center;
    line-height: 1;
    margin: 3rem 0 2.5rem 0; }
    .from p span {
      color: #ff7800; }
  .from form {
    padding-bottom: 2.6rem; }
    .from form input {
      width: 100%;
      display: block;
      background: none;
      border: 1px solid #fff;
      height: 5rem;
      margin-bottom: 1rem;
      border-radius: 0.7rem;
      outline: none;
      padding-left: 4.5rem;
      line-height: 6rem;
      font-size: 1.8rem;
      color: #fff; }
      .from form input.name {
        background: url("../img/form_icon_ren.png") no-repeat 1.5rem center;
        background-size: auto 70%; }
      .from form input.phone {
        background: url("../img/form_icon_dianhua.png") no-repeat 1.5rem center;
        background-size: auto 70%; }
    .from form button {
      width: 100%;
      display: block;
      background: none;
      text-align: center;
      height: 5rem;
      border: none;
      background: #ff7800;
      border-radius: 0.7rem;
      outline: none;
      line-height: 6rem;
      font-size: 1.8rem;
      color: #fff; }

/*foot*/
.foot {
  background: #2a2c32;
  text-align: center; }

.foot p {
  font-size: 1.2rem;
  color: #eee;
  line-height: 1.9rem;
  padding: 1.5rem 0 5.5rem; }
