@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%;
  font-family: "Microsoft YaHei", arial, "宋体", sans-serif, tahoma;
  color: #000; }

.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1;
  /*IE/7/6*/ }

.mainContainer {
  width: 100%;
  min-width: 1200px; }

.topBar {
  width: 100%;
  display: block;
  height: 142px;
  background: #165aa1;
  background-image: url("../denglu/headerbg.jpg");  
  }

.menuBar {
  width: 100%;
  position: relative;
  z-index: 2;
  height: 58px;
  line-height: 58px;
  background-color: #fff;
  border-top: 6px solid #01a6f6;
  box-shadow: 0 3px 5px #bce8e8;
  }
  .menuBar .menu {
    width: 1200px;
    margin: 0 auto;
    height: 100%;
    text-align: center; }
    .menuBar .menu li {
      display: inline-block;
      height: 100%;
      text-align: center;
      cursor: pointer;
      position: relative; }
      .menuBar .menu li a {
        text-decoration: none; 
		display: inline-block;
        padding: 0 34px;
        height: 52px;
        line-height: 52px;
        color: #4b4b4b;
        font-size: 18px;		
		}
      .menuBar .menu li:hover a {
        background: #ffffff;
        color: #165aa1; }
  .menuBar .appImg {
    width: 240px;
    position: absolute;
    top: 100%;
    left: 0%;
    display: none;
    z-index: 99; }

.bannerPic {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1; }
  .bannerPic .zwpic {
    width: 100%;
    opacity: 0;
    filter: alpha(opacity=0); }
  .bannerPic .focusPic {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
    .bannerPic .focusPic li {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      background-size: 100% 100%;
      background-repeat: no-repeat; }
      .bannerPic .focusPic li a {
        width: 100%;
        height: 100%;
        display: block; }
    .bannerPic .focusPic .fli0 {
      background-image: url("../denglu/banner1ZYLGXY.jpg");
      background-image: none\9;
      filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../imagesNew/banner1ZYLGXY.jpg', sizingMethod='scale'); }
    .bannerPic .focusPic .fli1 {
      background-image: url("../denglu/banner2ZYLGXY.jpg");
      background-image: none\9;
      filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../imagesNew/banner2ZYLGXY.jpg', sizingMethod='scale'); }
    .bannerPic .focusPic .fli2 {
      background-image: url("../denglu/banner3ZYLGXY.jpg");
      background-image: none\9;
      filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../imagesNew/banner3ZYLGXY.jpg', sizingMethod='scale'); }


.container-head {
    width: 100%;
    height: auto;
    margin-top: 10px;
    margin-bottom: 40px;
    text-align: center;
    position: relative;
}
.container-head .title {
    width: 100%;
    height: 62px;
    font-size: 0;
    text-align: center;
}
.container-head .title span {
    line-height: 62px;
    font-size: 36px;
    font-weight: bold;
    color: #040201;
}
.container-head .title span.blue {
    color: #0062ac;
    margin-left: 10px;
}
.container-head .title i {
    width: 68px;
    height: 62px;
    background-image: url(../denglu/03.png);
    background-repeat: no-repeat;
    margin-right: 25px;
	display: inline-block;
	top: 20px;
    position: relative;
}
.about-content {
    font-size: 18px;
    line-height: 1.8;
    color: #333333;
    word-wrap: word-break;
    letter-spacing: 2px;
    padding-bottom: 20px;
}
.about-content img {
    float: left;
    padding-top: 20px;
    padding-right: 20px;
}


#colArea {
  width: 1200px;
  margin: 0 auto; }

.column {
  width: 100%; }
  .column .title {
    width: 100%;
    height: 75px;
    line-height: 75px; }
    .column .title .columnTitle {
      font-size: 28px;
      color: #165ba0;
      height: 75px;
      line-height: 75px;
      float: left; }
    .column .title .eng {
      font-size: 24px;
      color: #bbb;
      margin-left: 5px;
      float: left; }
    .column .title .more {
      float: right;
      margin-right: 10px;
      color: #175aa1;
      font-size: 14px;
      cursor: pointer; }
  .column .contentArea {
    width: 100%; }

.containColumn {
  width: 100%; }
  .containColumn .column {
    display: inline-block;
    vertical-align: top; }

#introPart {
  width: 300px;
  float: left; }

#announcePart {
  width: 800px;
  min-height: 200px;
  float: right; }

.major {
  height: 650px; }

.major .majorUL {
  width: 100%;
  margin-bottom:20px;
   }
  .major .majorUL li {
    display: inline-block;
    font-size: 18px;
    padding: 15px 100px;
    color: #000;
    background-color: #eee;
    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: #0062ac; }

.major .showDiv {
  width: 100%;
  }
  .major .showDiv ul {
    width: 100%;
    display: none; }
    .major .showDiv ul.activeul {
      display: block; }
    .major .showDiv ul li {
      width: 180px;
      padding-left: 10px;
      margin: 12px 8px;
      border-bottom: 1px dashed #ccc;
      display: inline-block;
      font-size: 14px;
	  padding-bottom: 8px; 
	   }

.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;
      vertical-align: middle;
      letter-spacing: 1px; }
    .announcement .announce li .aTitle {
      width: 70%;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
    .announcement .announce li .aTime {
      width: 30%;
      text-align: right; }

.copyRight {
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #165aa1;
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px; 
  margin-top: 80px;
  }

.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: 15px;
        height: 48px;
        font-size: 16px;
        font-weight: 700;
        letter-spacing: 10px;
        cursor: pointer;
        color: #fff;
        background-color: #165aa1;
        -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: #207ee0; }
      .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; }

.footer {
    background: #00579a;
    border-bottom: 5px solid #f8b62c;
}
.wrapper {
    width: 100%;
}
.footer .inner .foot {
    display: block;
    text-align: center;
}
.footer .inner .foot p {
    margin: 0 5px;
    display: inline-block;
    text-align: center;
}
.footer .inner .foot p span {
    margin: 0 2px;
    color: #cbd6e4;
    line-height: 22px;
    font-size: 13px;
    text-align: center;
}
.footer .inner {
    padding: 12px 0;
}
.wrapper .inner {
    width: auto;
    max-width: 1200px;
    margin: 0 auto;
}
.footer .inner .foot a {
    color: #cbd6e4;
}
.site {
    background: url(../denglu/sitebg.jpg) center no-repeat;
}

.site-wrap {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.clearfix {
    *zoom: 1;
    display: block;
}
.site-foot-logo {
    float: left;
    margin-top: 20px;
}
.site-address {
    float: left;
    margin-top: 13px;
    margin-left: 15%;
	color:#fff;
}
.site-address .address-top {
    margin-bottom: 18px;
}
.site .inner {
    padding-top:24px;
	padding-bottom:22px;
}
.site-address p {
    text-align: left;
}
.site-ewm {
    text-align: center;
    color: #fff;
    font-size: 12px;
    width: 105px;
    float: right;
    margin-right: 6%;
}
.tit {
    display: block;
    line-height: 15px;
    margin-top: 5px;
}