@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 0; }

ul, li {
  list-style: none; }

a {
  text-decoration: none;
  outline: none;
  color: #000; }

input {
  outline: none; }

html, body {
  width: 100%;
  height: 100%;
  overflow: hidden;
  font-family: arial, "宋体", sans-serif, "Microsoft YaHei", tahoma;
  color: #000; }

.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1;
  /*IE/7/6*/ }

.mainContainer {
  width: 100%;
  height: 100%;
  padding-top: 82px;
  padding-bottom: 40px;
  padding-bottom: 80px\9;
  overflow-y: scroll; }

.topBar {
  width: 100%;
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  border-top: 8px solid #17a9b8;
  background-color: #FFF;
  padding-top: 24px;
  padding-bottom: 6px;
  margin-bottom: 2px; }
  .topBar .topDiv {
    width: 1000px;
    margin: 0 auto; }
  .topBar .logoDiv {
    float: left;
    margin-top: -15px; }
    .topBar .logoDiv img {
      height: 50px;
      width: auto; }
  .topBar .menu {
    float: right; }
    .topBar .menu li {
      position: relative;
      display: inline-block;
      vertical-align: middle;
      margin-left: 2px;
      margin-right: 2px;
      background-color: #FFF;
      cursor: pointer;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      border-radius: 4px;
      -webkit-transition: background-color 0.4s linear;
      -moz-transition: background-color 0.4s linear;
      -ms-transition: background-color 0.4s linear;
      transition: background-color 0.4s linear; }
      .topBar .menu li:hover, .topBar .menu li.clicked {
        background-color: #f2f2f2; }
    .topBar .menu a {
      display: inline-block; }
  .topBar .menu li, .topBar .loginBtn {
    padding: 12px;
    font-size: 14px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer; }
  .topBar .loginBtn {
    float: right;
    color: #fff;
    font-weight: bold;
    background-color: #17a9b8; }
  .topBar .appImg {
    width: 240px;
    position: absolute;
    top: 100%;
    left: 0%;
    display: none; }

.bannerPic {
  width: 100%;
  height: 320px;
  display: block;
  position: relative; }
  .bannerPic .focusPic {
    width: 100%;
    height: 100%;
    position: relative; }
    .bannerPic .focusPic li {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: block;
      background-position: center center;
      background-repeat: no-repeat;
      z-index: 1; }

.column {
  width: 1000px;
  margin: 0 auto;
  margin-top: 12px;
  margin-top: 0\9; }
  .column .title {
    width: 100%;
    height: 32px;
    line-height: 32px;
    border-left: 12px solid #17a9b8;
    padding-left: 10px;
    background-color: #f2f2f2; }
    .column .title span {
      font-size: 15px; }
    .column .title .columnTitle {
      float: left; }
    .column .title .more {
      float: right;
      margin-right: 16px;
      cursor: pointer; }
  .column .contentArea {
    width: 100%;
    padding: 16px; }

.containColumn {
  width: 1000px;
  margin: 0 auto;
  margin-top: 30px;
  margin-top: 15px\9; }
  .containColumn .column {
    display: inline-block;
    vertical-align: top;
    margin: 0; }

#introPart {
  width: 260px;
  float: left; }

#announcePart {
  width: 715px;
  float: right; }

.major {
  padding-bottom: 25px\9; }

.major .majorUL {
  width: 100%; }
  .major .majorUL li {
    display: inline-block;
    font-size: 13px;
    padding: 5px 20px;
    color: #000;
    background-color: #f2f2f2;
    cursor: pointer;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear; }
    .major .majorUL li.active {
      color: #fff;
      background-color: #17a9b8; }

.major .showDiv {
  width: 100%;
  position: relative; }
  .major .showDiv ul {
    width: 100%;
    display: none; }
    .major .showDiv ul.activeul {
      display: block; }
    .major .showDiv ul li {
      width: 14.2%;
      text-align: center;
      margin: 6px 10px;
      border-bottom: 1px dashed #ccc;
      display: inline-block;
      font-size: 12px; }

.introduction .article {
  font-family: '宋体';
  width: 100%;
  font-size: 12px;
  text-align: justify;
  letter-spacing: 2px;
  line-height: 18px;
  line-height: 19px\9;
  overflow: hidden; }

.announcement .announce {
  width: 100%;
  overflow: hidden; }
  .announcement .announce li {
    width: 100%;
    margin-bottom: 10px;
    cursor: pointer; }
    .announcement .announce li span {
      font-size: 12px;
      display: inline-block;
      letter-spacing: 1px; }
    .announcement .announce li .aTitle {
      width: 77%;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
    .announcement .announce li .aTime {
      width: 23%;
      text-align: right; }

.copyRight {
  width: 100%;
  height: 30px;
  line-height: 30px;
  position: absolute;
  z-index: 99;
  bottom: 0;
  left: 0;
  text-align: center;
  background-color: #1795ab;
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px; }

.loginArea {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 60000; }
  .loginArea .mb {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    opacity: 0.15;
    filter: alpha(opacity=15);
    background-color: #000; }
  .loginArea .wrapper {
    width: 380px;
    height: 320px;
    padding: 60px 20px;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    margin-top: -160px;
    margin-left: -190px;
    background-color: #FFF; }
    .loginArea .wrapper p {
      width: 100%;
      margin-top: 15px;
      position: relative; }
      .loginArea .wrapper p:first-child {
        margin-top: 0; }
      .loginArea .wrapper p .namel, .loginArea .wrapper p .pwdl {
        display: block;
        position: absolute;
        top: 8px;
        left: 6px;
        width: 0;
        height: 24px;
        overflow: hidden;
        padding: 0 0 0 24px;
        background-image: url(../images/input_icons.png);
        background-repeat: no-repeat;
        z-index: 20; }
      .loginArea .wrapper p .namel {
        background-position: 0 -68px; }
        .loginArea .wrapper p .namel.focused {
          background-position: 0 -108px; }
      .loginArea .wrapper p .pwdl {
        background-position: 0 -147px; }
        .loginArea .wrapper p .pwdl.focused {
          background-position: 0 -187px; }
      .loginArea .wrapper p input[type="text"], .loginArea .wrapper p input[type="password"] {
        padding: 12px 10px;
        border: 1px solid #ddd;
        margin: 0 !important;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        transition: all 0.3s linear;
        font-size: 14px;
        color: #666;
        padding-left: 36px; }
        .loginArea .wrapper p input[type="text"]:focus, .loginArea .wrapper p input[type="password"]:focus {
          border-color: #488ee7; }
      .loginArea .wrapper p .ifrl, .loginArea .wrapper p #ifRemember {
        display: inline-block;
        vertical-align: middle; }
      .loginArea .wrapper p #userName, .loginArea .wrapper p #userPwd, .loginArea .wrapper p #submitBtn {
        width: 100%;
        display: block; }
      .loginArea .wrapper p #submitBtn {
        display: block;
        padding-left: 30px;
        height: 48px;
        font-size: 16px;
        font-weight: 700;
        letter-spacing: 10px;
        cursor: pointer;
        color: #fff;
        background-color: #17a9b8;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        transition: all 0.3s linear;
        border: 0; }
        .loginArea .wrapper p #submitBtn:hover {
          background-color: #1795ab; }
      .loginArea .wrapper p .alertForIE {
        font-size: 14px;
        color: #ddd;
        position: absolute;
        top: 14px;
        left: 37px;
        display: none;
        display: block\9; }
        .loginArea .wrapper p .alertForIE.dn {
          display: none\9; }
    .loginArea .wrapper .close {
      font-size: 24px;
      position: absolute;
      top: 2px;
      right: 2px;
      cursor: pointer;
      color: #666; }

.goTop {
  display: none;
  position: fixed;
  bottom: 6%;
  right: 8%;
  cursor: pointer; }
  .goTop img {
    width: 32px; }

/*# sourceMappingURL=index.css.map */
