@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;
    background-color: #ECECEC;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
    /*IE/7/6*/
}

.mainContainer {
    width: 100%;
    background-color: #fff;
}

.topBar {
    width: 100%;
    background-color: #fff;
    height: 143px;
}

.topBar .topDiv {
    /*background: url(../imagesNew/topHNNY.jpg) no-repeat;*/
    width: 1100px;
    height: 98px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.topBar .flash {
    display: inline-block;
    position: absolute;
    top: 0px;
    right: 10px;
}

.topBar .loginBtn {
    background-color: #005faf;
    color: #fff;
    position: absolute;
    bottom: 10px;
    right: 10px;
    padding: 6px 24px;
    font-size: 14px;
    cursor: pointer;
    float: right;
    font-weight: bold;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

.topBar .loginBtn:hover {
    background-color: #014279;
}

.menuBar {
    width: 100%;
    background-color: #e6e6e6;
}

.menuBar .menu {
    width: 1100px;
    height: 45px;
    margin: 0 auto;
    text-align: left;
    position: relative;
}

.menuBar .menu li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    /*background: url(../imagesNew/iconHNNY.jpg) no-repeat right;*/
}

.menuBar .menu li a:hover {
    background-color: #005faf;
    color: #fff;
}

.menuBar .menu li.fir {
    background-image: none;
}

.menuBar .menu a {
    height: 45px;
    line-height: 45px;
    display: inline-block;
    color: #333;
    font-size: 14px;
    cursor: pointer;
    padding: 0 30px;
}

.menuBar .appImg {
    width: 240px;
    position: absolute;
    top: 100%;
    left: 0%;
    display: none;
    z-index: 99;
}

.lineSplit {
    width: 100%;
    /*background: #159536 url(../imagesNew/lineHNNY.jpg) no-repeat center;*/
    min-width: 1020px;
    height: 5px;
    margin: 0 auto;
}

.wrapperCenter {
    /*background: url(../imagesNew/wrapbgHNNY.jpg) repeat-x top;*/
    min-height: 386px;
    width: 100%;
    clear: both;
}

.bannerPic {
    width: 100%;
    height: 230px;
    margin-bottom: 10px;
    clear: both;
    position: relative;
}

.bannerPic .focusPic {
    width: 100%;
    height: 100%;
    position: relative;
}

.bannerPic .focusPic li {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.bannerPic .focusPic li img {
    width: 100%;
    height: 100%;
}

#colArea {
    width: 1100px;
    margin: 0 auto;
}

.column {
    width: 100%;
    margin-top: 20px;
}

.column .title {
    border-bottom: 1px solid #005faf;
    text-align: left;
    position: relative;
    background-color: #fff;
    height: 34px;
}

.column .title .columnTitle {
    display: inline-block;
    height: 34px;
    line-height: 34px;
    width: 88px;
    text-align: center;
    color: #fff;
    background-color: #005faf;
    font-size: 16px;
}

.column .title .more {
    position: absolute;
    right: 6px;
    bottom: 10px;
    display: inline-block;
    cursor: pointer;
    color: #999;
}

.column .contentArea {
    width: 100%;
    padding: 10px 2px 0 2px;
}

.containColumn {
    width: 100%;
    margin-top: 10px;
}

.containColumn .column {
    display: inline-block;
    vertical-align: top;
    margin: 0;
}

#introPart {
    width: 730px;
    float: left;
}

#announcePart {
    width: 340px;
    float: right;
    min-height: 200px;
}

.major {
    padding-bottom: 25px \9;
    min-height: 300px;
}

.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: #005faf;
}

.major .showDiv {
    width: 100%;
    position: relative;
}

.major .showDiv ul {
    width: 100%;
    display: none;
}

.major .showDiv ul.activeul {
    display: block;
}

.major .showDiv ul li {
    width: 145px;
    padding-left: 10px;
    margin: 12px 8px;
    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;
    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: #272727;
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
}

.copyRight.posa {
    position: absolute;
    z-index: 99;
    bottom: 0;
    left: 0;
}

.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: #005faf;
    -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: #014279;
}

.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;
}

/*# sourceMappingURL=indexHNNY.css.map */