@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

li {
  list-style: none; }

img {
  border: none;
  vertical-align: top; }

body {
  -webkit-overflow-scrolling: auto;
  line-height: 1;
  font-family: Tahoma,Arial,Roboto,"Droid Sans","Helvetica Neue","Droid Sans Fallback","Heiti SC",sans-self; }

:focus {
  outline: 1; }

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
  display: block; }

.clear:after {
  content: "";
  display: block;
  clear: both; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select, textarea {
  vertical-align: top;
  border: none;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  -webkit-appearance: none; }

input[type="submit"] {
  -webkit-appearance: none; }

input[type="button"] {
  -webkit-appearance: none; }

/* top */
.top-d {
  overflow: hidden;
  height: 1.75rem;
  padding: 0 0.34375rem;
  z-index: 100;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  box-sizing: border-box;
  box-shadow: 2px 0 2px 0 #3E3E3E;
  background: #fff; }
  .top-d h1 {
    float: left; }
    .top-d h1 img {
      height: 1.25rem;
      margin-top: 0.28125rem; }
  .top-d a {
    float: right;
    margin-top: 0.64063rem;
    width: 0.6875rem;
    height: 0.48438rem;
    background: url(../images/home/nav-icon.png) no-repeat;
    -webkit-background-size: cover; }

.nav-list {
  text-align: center;
  padding: 0.46875rem 0.45313rem 0.60938rem;
  background: #d6d6d6;
  display: none;
  z-index: 1000;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  top: 1.75rem;
  position: fixed;
  left: 0;
  width: 100%; }
  .nav-list a {
    display: block;
    margin-bottom: 0.23438rem;
    line-height: 1.09375rem;
    background: #fff;
    color: #000;
    font-size: 0.40625rem; }

/* 固定导航 */
.base-nav {
  position: fixed;
  height: 1.90625rem;
  background: #0084db;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 40;
  box-shadow: inset 0 0 5px #006ccc; }
  .base-nav ul {
    display: flex;
    display: -webkit-box; }
  .base-nav li {
    width: 20%;
    font-size: 0.28125rem;
    text-align: center;
    height: 100%; }
    .base-nav li a {
      display: block;
      height: 0.85938rem;
      color: #fff;
      line-height: 0.34375rem;
      padding-top: 1.29688rem; }
  .base-nav li:nth-of-type(1) a {
    background: url(../images/home/h-index.png) no-repeat center 0.28125rem;
    -webkit-background-size: 0.875rem 0.89063rem; }
  .base-nav li:nth-of-type(2) a {
    background: url(../images/home/h-major.png) no-repeat center 0.28125rem;
    -webkit-background-size: 0.84375rem 0.85938rem; }
  .base-nav li:nth-of-type(3) a {
    background: url(../images/home/h-alliance.png) no-repeat center 0.3125rem;
    -webkit-background-size: 0.89063rem 0.82813rem; }
  .base-nav li:nth-of-type(4) a {
    background: url(../images/home/h-teacher.png) no-repeat center 0.3125rem;
    -webkit-background-size: 1.03125rem 0.8125rem; }
  .base-nav li:nth-of-type(5) a {
    background: url(../images/home/h-innovation.png) no-repeat center 0.3125rem;
    -webkit-background-size: 1.03125rem 0.8125rem; }

/*# sourceMappingURL=common.css.map */
