body {
  margin: 0;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  line-height: 1.4;
  color: #333;
}
a:hover {
  color: #1196DB;
}
.base-title {
  margin: 0 0.35rem;
  border-left: 0.3rem solid #11ACDA;
  padding-left: 0.45rem;
  font-weight: bold;
  font-size: 0.85rem;
}
.base-btn {
  width: 14.5rem;
  height: 2rem;
  line-height: 2rem;
  margin: auto;
  color: #FFFFFF;
  text-align: center;
  display: block;
  background: url("../image/button.png") no-repeat center;
  -webkit-background-size: contain;
          background-size: contain;
  font-size: 0.75rem;
  border: none;
  padding: 0;
  outline: none;
  cursor: pointer;
}
.base-btn:hover {
  color: #FFFFFF;
}

/* header */
.header {
  background: #D5EFFE;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 1.8rem;
  border-bottom: 1px solid #FFF;
}
.header > .title {
  color: #000000;
  font-size: 0.75rem;
}
.header .menu-wrap {
  position: absolute;
  z-index: 3;
  right: 0.35rem;
  top: 0.35rem;
}
.header .menu-wrap > .icon-menu {
  width: 1.1rem;
  height: 1.1rem;
  display: block;
}
.header .menu-wrap > .menu {
  position: absolute;
  z-index: 10;
  white-space: nowrap;
  width: 3.5rem;
  background: #FFFFFF;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  right: 0;
  top: 100%;
  margin-top: 0.5rem;
  -webkit-box-shadow: 0 0 6px rgb(255, 255, 255);
          box-shadow: 0 0 6px rgb(255, 255, 255);
}
.header .menu-wrap > .menu a {
  color: #000000;
  font-size: 0.6rem;
  padding: 0.3rem 0;
}
.header .menu-wrap > .menu a + a {
  border-top: 1px solid #707070;
}

/* banenr */
.banner {
  position: relative;
  z-index: 2;
}
.banner img {
  width: 16rem;
  display: block;
}
.banner > .btn {
  position: absolute;
  z-index: 3;
  border-radius: 0.3rem;
  border: 1px solid #FFFFFF;
  text-align: center;
  width: 8.4rem;
  height: 1.75rem;
  line-height: 1.75rem;
  font-size: 0.85rem;
  letter-spacing: 4px;
  background: #00A6A2;
  color: #FFFFFF;
  bottom: 0.65rem;
  left: 50%;
  margin-left: -4.2rem;
}

/* nav-shortcut */
.nav-shortcut {
  margin-top: 0.4rem;
}
.nav-shortcut > .title {
  color: #FFFFFF;
  font-size: 0.75rem;
  background: url(../image/shortcut-bg.png) no-repeat;
  background-size: 100% 100%;
  margin-bottom: 0.65rem;
  padding: 0.5rem;
}
.nav-shortcut > .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  text-align: center;
}
.nav-shortcut > .list .item {
  -webkit-flex-basis: 33.33%;
      -ms-flex-preferred-size: 33.33%;
          flex-basis: 33.33%;
}
.nav-shortcut > .list .item.service .text {
  background: #31B4A2;
  color: #FFFFFF;
  -webkit-border-radius: 16px;
          border-radius: 16px;
}
.nav-shortcut > .list .item img {
  display: block;
  margin: auto;
  max-width: 55px;
}
.nav-shortcut > .list .item .text {
  display: block;
  font-size: 0.75rem;
  padding: 0.1rem 0;
  margin-top: 0.2rem;
}

/* school */
.school {
  margin-top: 1rem;
}
.school > .desc {
  padding: 0.5rem 0.35rem 0.25rem;
}
.school > .list {
  width: 16rem;
  background: url("../image/school_bg.png") no-repeat center;
  background-size: 100% 100%;
}
.school > .list > .base-btn {
  margin-top: 0.9rem;
  margin-bottom: 0.5rem;
}
.school > .list .swiper-slide {
  background: #E4E4E4;
  border: 0.1rem solid #FFFFFF;
  border-radius: 0.2rem;
  margin-top: 0.3rem;
  overflow: hidden;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.6);
}
.school > .list .swiper-slide .picture {
  width: 100%;
  height: 4.5rem;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.school > .list .swiper-slide .picture img {
  width: 100%;
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.school > .list .swiper-slide > .text {
  padding: 0.35rem 0.35rem 0.4rem;
  min-height: 116px;
}
.school > .list .swiper-slide > .text > .title {
  color: #000000;
  font-size: 0.85rem;
  margin-bottom: 0.1rem;
  line-height: 1.2rem;
  font-weight: bold;
}
.school > .list .swiper-slide > .text > .desc:before {
  content: "·";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
}
.school > .list .swiper-slide > .text > .desc {
  position: relative;
  z-index: 2;
  color: #555555;
  font-size: 0.4rem;
  line-height: 0.75rem;
  padding-left: 0.3rem;
}

/* major */
.major {
  margin-top: 1.35rem;
}
.major > .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0.6rem 0.35rem 0.5rem;
}
.major > .list > .item {
  padding: 0.3rem;
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #525659;
}
.major > .list > .item .pic {
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 0.6rem;
}
.major > .list > .item .text > .title {
  color: #000000;
  font-size: 0.75rem;
}
.major > .list > .item .text > .desc {
  color: #707070;
  font-size: 0.6rem;
}

/* sign-up */
.sign-up {
  margin-top: 1.25rem;
}
.sign-up .sign-up-header {
  width: 16rem;
  padding: 0.5rem;
  background: url("../image/zkxt_bg.png") no-repeat center;
  -webkit-background-size: cover;
          background-size: cover;
  text-align: center;
}
.sign-up .sign-up-header > .title {
  font-size: 0.9rem;
  color: #1095DA;
  line-height: 1;
  font-weight: bold;
}
.sign-up .sign-up-header > .desc {
  font-size: 0.45rem;
  margin-top: 0.2rem;
  color: #000000;
}
.sign-up .tips {
  text-align: center;
  color: #FD6003;
  font-size: 0.6rem;
  width: 12rem;
  margin: 0.4rem auto 0;
}
.sign-up .form,
.sign-up .form > .base-btn {
  margin-top: 0.9rem;
}
.sign-up .form > .group {
  padding: 0 1.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.7rem;
}
.sign-up .form > .group + .group {
  margin-top: 0.55rem;
}
.sign-up .form > .group > .label {
  width: 4rem;
  min-width: 60px;
}
.sign-up .form > .group > .input {
  flex-grow: 1;
  padding: 0.5rem;
  background: #FFFFFF;
  color: #333333;
}
.sign-up .form > .group > .input:focus {
  outline: 1px solid #1196DB;
}

/* news */
.news {
  margin-top: 1.25rem;
}
.news > .list {
  margin-top: 0.75rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 0.35rem;
}
.news > .list .captions {
  font-size: 0.75rem;
}
.news > .list .captions .hot {
  color: #C70B0A;
}
.news > .list > .item {
  margin-top: 0.75rem;
  padding-bottom: 0.2rem;
  font-size: 0.75rem;
  border-bottom: 1px dashed #BBBBBB;
}
.news > .list > .item .text {
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  width: 15.3rem;
}
.news > .list.has-more > .item .text {
  width: 12.2rem;
}
.news > .list > .item .list-more {
  display: inline-block;
  padding: 0.2rem 0.1rem;
  background: #ED5554;
  color: #FFFFFF;
  font-size: 0.55rem;
  width: 2.6rem;
  text-align: center;
}
.news .news-shortcut {
  display: table;
  width: 16rem;
  padding: 1.25rem 0.125rem;
}
.news .news-shortcut .item {
  display: table-cell;
  padding: 0 0.25rem;
}
.news .news-shortcut .item img {
  width: 100%;
}
.news .guide {
  background: #515151;
  color: #DCE31B;
  text-align: center;
  display: inline-block;
  width: 16rem;
}
.news .guide > .title {
  font-size: 0.9rem;
  font-weight: bold;
  margin: 0.7rem 0 0.75rem;
}
.news .guide > img {
  width: 16rem;
  margin-bottom: 0.55rem;
}
.news .guide > .text {
  font-size: 0.45rem;
  margin-bottom: 0.35rem;
  padding: 0 1rem;
}
.news .guide > .btn {
  width: 11.7rem;
  height: 1.75rem;
  line-height: 1.75rem;
  font-size: 0.6rem;
  color: #FFFFFF;
  background: #DD5C61;
  -webkit-border-radius: 11.7rem;
          border-radius: 11.7rem;
  text-align: center;
  margin: 0 auto 0.6rem;
}

/* sample */
.sample {
  display: inline-block;
  width: 16rem;
}
.sample > .base-title {
  margin-top: 1.3rem;
}
.sample > .base-btn {
  margin-top: 0.75rem;
}
.sample .pic-wrap {
  display: table;
  width: 16rem;
  padding: 0.55rem 0.725rem 0;
}
.sample .pic-wrap .item {
  display: table-cell;
  padding: 0 0.425rem;
}
.sample .pic-wrap .item img {
  width: 100%;
}

/* entry */
.entry {
  margin-top: 1.2rem;
}
.entry > .base-title {
  margin-bottom: 0.65rem;
}
.entry > .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0 0.8rem;
}
.entry > .list .item {
  margin: 0 0.35rem 1rem;
  background: #444444;
  color: #FFFFFF;
  text-align: center;
  -webkit-border-radius: 0.3rem;
          border-radius: 0.3rem;
  width: 2.9rem;
  height: 1.35rem;
  line-height: 1.35rem;
  font-size: 0.8rem;
}
.entry > .list .item.hot {
  background: #DE2141;
}

/* footer */
.footer {
  background: transparent;
  padding: 0;
  color: #000000;
  margin-bottom: 2.5rem;
  color: #696969;
  text-align: center;
  font-size: 0.8rem;
  padding-bottom: 1.2rem;
}

/* nav */
.nav {
  background: url("../image/under_bg.png") no-repeat center;
  -webkit-background-size: cover;
          background-size: cover;
  width: 16rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
.nav > .item {
  width: 25%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem 0 0.25rem;
  position: relative;
  z-index: 3;
}
.nav > .item > .pic {
  width: 0.85rem;
}
.nav > .item > .text {
  color: #FFFFFF;
  margin-top: 0.15rem;
  font-size: 0.6rem;
}
.nav > .item.message .wrap {
  position: absolute;
  z-index: 2;
  background: url(../image/under_button_xiinxi.png) no-repeat center;
  background-size: 100% 100%;
  bottom: 0.3rem;
  left: 50%;
  margin-left: -1.6rem;
  right: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 3.2rem;
  height: 3.2rem;
}
.nav > .item.message > .wrap > .pic {
  width: 1.2rem;
  margin: 0 auto;
}
.nav > .item.message > .wrap > .text {
  color: #1E7ADF;
  font-size: 0.5rem;
}
.nav > .item.message > .wrap > .number {
  position: absolute;
  z-index: 4;
  display: block;
  white-space: nowrap;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: #DE741E;
  color: #FFFFFF;
  font-size: 0.6rem;
  width: 1rem;
  height: 1rem;
  text-align: center;
  line-height: 1rem;
  right: -2px;
  top: -3px;
}