* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    color: #333333;
    font: 12px/16px Tahoma;
    word-break: break-all;
    word-wrap: break-word;
    min-width: 1200px;
}

h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
a,
address,
em,
img,
strong,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
legend,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
p {
    background: transparent;
    border: 0;
    margin: 0;
    outline: 0;
    padding: 0;
    line-height: 1.5;
    word-break: break-all;
    word-wrap: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Microsoft YaHei";
}

i {
    font-style: normal;
}

a {
    color: #006aad;
    font-size: inherit;
    line-height: inherit;
    text-decoration: none;
}

    a.disp,
    .sel-box a {
        color: #333;
    }

    a:hover {
        opacity: 0.8;
        filter: alpha(opacity=80);
    }

label {
    cursor: pointer;
}

caption,
th {
    text-align: left;
}

em {
    font-style: normal;
}

img {
    border: 0 none;
    vertical-align: bottom;
}

input[type="checkbox"] {
    vertical-align: middle;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
input[type="file"] {
    padding: 4px 8px;
    font-size: 14px;
    color: #303d3f;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    /*box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1) inset;*/
    vertical-align: middle;
}

textarea {
    resize: none;
}

input[type="file"] {
    padding: 5px 7px;
}

    select:hover,
    textarea:hover,
    input[type="text"]:hover,
    input[type="password"]:hover,
    input[type="datetime"]:hover,
    input[type="datetime-local"]:hover,
    input[type="date"]:hover,
    input[type="month"]:hover,
    input[type="time"]:hover,
    input[type="week"]:hover,
    input[type="number"]:hover,
    input[type="email"]:hover,
    input[type="url"]:hover,
    input[type="search"]:hover,
    input[type="tel"]:hover,
    input[type="color"]:hover,
    input[type="file"]:hover {
        border-color: #bbb;
    }

    select:focus,
    textarea:focus,
    input[type="text"]:focus,
    input[type="password"]:focus,
    input[type="datetime"]:focus,
    input[type="datetime-local"]:focus,
    input[type="date"]:focus,
    input[type="month"]:focus,
    input[type="time"]:focus,
    input[type="week"]:focus,
    input[type="number"]:focus,
    input[type="email"]:focus,
    input[type="url"]:focus,
    input[type="search"]:focus,
    input[type="tel"]:focus,
    input[type="color"]:focus,
    input[type="file"]:focus {
        color: #696969;
        border-color: #f59942;
        background-color: #fff;
        outline: 0;
    }

.center {
    text-align: center;
}

button,
.btn,
input[type="button"],
input[type="submit"] {
    display: inline-block;
    padding: 6px 5px;
    font-size: 14px;
    color: #fff;
    background: #024675;
    border: 0;
    border-radius: 3px;
    vertical-align: middle;
    cursor: pointer;
}

    button i,
    .btn i {
        margin-right: 4px;
    }

.btn-l,
.btn-gray {
    display: inline-block !important;
    padding: 6px 5px;
    font-size: 14px;
    color: #024675 !important;
    background: #fff !important;
    border: 1px solid #024675 !important;
    vertical-align: middle;
    cursor: pointer;
}

.btn-disable {
    cursor: not-allowed;
    background: #eaeaea !important;
    color: #777 !important;
    border-color: #aaa !important;
}

input:focus,
textarea:focus,
button:focus {
    outline: 0;
}

input[readonly] {
    color: #939192;
    background: #f5f5f5 !important;
    cursor: default;
}

ol,
ul {
    list-style: none;
}

table {
    width: 1200px;
    border-collapse: collapse;
    border-spacing: 0;
}

.no-border {
    border: 0 !important;
}

.f36 {
    font-size: 36px;
}

.f75 {
    font-size: 75px;
}

.f14 {
    font-size: 14px;
}

.f18 {
    font-size: 18px;
}


/*----reset----*/

body {
    color: #333333;
    font: 12px/16px Tahoma;
    background: #E4EBED;
}

tbody a {
    color: #4872D8;

    font-size: inherit;
    line-height: inherit;
    text-decoration: underline;
}

    a.disp,
    .sel-box a {
        color: #333;
    }

    a:hover {
        opacity: 0.8;
        filter: alpha(opacity=80);
    }

.sel-box {
    top: 28px;
}

i {
    font-family: FontAwesome;
}

::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: inherit;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: inherit;
    opacity: 1;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: inherit;
    opacity: 1;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: inherit;
}


/*----reset end----*/


/*----head body foot----*/

#header,
#searcher,
#body,
#footer {
    min-width: 1200px;
}

.l-width {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

    .l-width:before,
    .l-width:after {
        display: table;
        content: "";
        clear: both;
    }

.head {
    position: relative;
    height: 197px;
    background: url(../images/head_bg.png) no-repeat center #124989;
    background-size: 100% 100%;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .3);
    z-index: 15;
}

    .head i[class^="icon-"],
    .head i[class*=" icon-"] {
        position: relative;
        display: inline-block;
        top: -2px;
        width: 12px;
        height: 12px;
        margin-right: 3px;
        background: url(../images/ico-head.png) no-repeat;
        vertical-align: middle;
    }

    .head .mid {
        position: relative;
        width: 1200px;
        margin: 0 auto;
        height: 197px;
    }

.logo {
    /*position: absolute;
    top: 20px;*/
    margin-top: 40px;
    left: 0;
    left: 0;
}

    .logo a {
        display: inline-block;
    }

    .logo img {
        /*height: 120px;*/
    }

    .logo h1 {
        display: inline-block;
        width: 450px;
        font-family: "Microsoft YaHei";
        font-size: 32px;
        font-weight: lighter;
        color: #3b3734;
        line-height: 64px;
    }

    .logo .l2 {
        font-size: 26px;
    }

    .logo .l3 {
        font-size: 26px;
        line-height: 32px;
    }

    .logo .l4 {
        font-size: 20px;
        line-height: 32px;
    }

.login {
    position: absolute;
    right: 10px;
    bottom: 4px;
    height: 45px;
    font-size: 12px;
    line-height: 40px;
    text-align: right;
}

    .login input[type="text"],
    .login input[type="password"] {
        width: 100px;
        height: 19px;
        padding: 0;
    }

    .login a {
        display: inline-block;
        vertical-align: middle;
    }

.h_top {
    position: relative;
    width: 1200px;
    height: 1px;
    margin: 0 auto;
    margin-top: -1px;
    line-height: 31px;
    z-index: 99;
}

.date {
    float: left;
}

.h_top .user {
    position: absolute;
    right: 0;
    top: 10px;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    text-align: right;
    color: #fff;
}

    .h_top .user a {
        margin: 0 5px;
        color: #fff;
    }

        .h_top .user a:hover {
            color: #fff;
        }

.nav {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 44px;
    margin: 0;
    line-height: 44px;
    box-sizing: border-box;
}

    .nav a {
        float: left;
        width: 200px;
        height: 44px;
        padding: 0px 35px;
        font-family: "Microsoft YaHei";
        font-weight: lighter;
        font-size: 16px;
        text-align: center;
        color: #525252;
        box-sizing: border-box;
    }

        .nav a:hover {
            color: #124989;
            opacity: 0.8;
        }

    .nav .current,
    .nav .current:hover {
        background: #ffba00;
        color: #fff;
    }

        .nav .current:before,
        .nav .current:hover:before {
            border-top-color: #fff;
        }

    .nav .nav-s {
        float: left;
        position: relative;
        display: inline-block;
        z-index: 105;
    }

        .nav .nav-s:before {
            border-top: 5px solid #124989;
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            content: "";
            display: inline-block;
            right: 15px;
            position: absolute;
            margin-bottom: -4px;
            bottom: 50%;
        }

        .nav .nav-s:after {
            position: absolute;
            content: "";
            left: 0;
            top: 0;
            right: 0;
            bottom: -7px;
        }

        .nav .nav-s:hover .nav-s-list {
            display: block;
        }

    .nav .nav-s-list {
        display: none;
        position: absolute;
        top: 48px;
        left: 50%;
        width: 112px;
        margin: -4px -1px;
        margin-left: -56px;
        text-align: center;
        padding: 5px 0;
        background: hsla(212, 77%, 30%, .8);
        z-index: 10;
    }

        .nav .nav-s-list a {
            height: 30px;
            line-height: 30px;
            width: 100%;
            padding: 0;
            color: #fff;
            border: 0;
            text-align: center;
        }




/*----head body foot end----*/

.pages button {
    background: #1D3C5C;
    border: 1px solid #1D3C5C;
    vertical-align: middle;
    cursor: pointer;
}

#footer {
    position: relative;
    clear: both;
    background: #005083;
    border: 0 !important;
}

    #footer:before {
    }

    #footer .content {
        padding: 20px 20px 20px !important;
        color: #fff;
        text-align: center;
    }

        #footer .content a {
            color: inherit;
            text-decoration: underline;
        }

.foot {
    clear: both;
    min-width: 1200px;
    height: 130px;
    background: #c8c8c8;
    background-size: cover;
}

    .foot .inner {
        position: relative;
        width: 1200px;
        height: 130px;
        margin: 0 auto;
        padding: 39px 165px;
        font-size: 14px;
        color: #7f7f7f;
        line-height: 26px;
        box-sizing: border-box;
    }

    .foot .wj,
    .foot .ba {
        left: 120px;
        position: absolute;
        top: 20px;
    }

    .foot .ba {
        left: auto;
        right: 100px;
        top: 8px;
    }

    .foot p {
        margin: 0;
        font: 14px/2em "Tahoma";
        text-align: center;
    }

    .foot a {
        color: #7f7f7f;
        font: inherit;
        border-bottom: 1px dotted #7f7f7f;
    }

.icon-heart {
    color: #DF4141 !important;
}

.ico1 {
    display: inline-block;
    width: 22px;
    height: 22px;
    vertical-align: middle;
    background: url(../images/ico1.png) no-repeat;
}

.ico {
    position: relative;
    top: -2px;
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-right: 3px;
}

.sc,
.ysc,
.fx {
    background: url(../images/ico-sc.png) no-repeat;
}

.sc {
    background-position: -20px 0;
}

.fx {
    background-position: 0 -20px;
}

.gz,
.qxgz {
    background: url(../images/ico-gz.png) no-repeat;
}

.qxgz {
    background-position: -20px 0;
}

@media screen and (max-width: 1310px) {
    .post-bug-right,
    .float-right {
        left: auto;
        margin: 0;
        right: 9px;
    }
}

@media screen and (max-width: 1470px) {
    .float-right img {
        margin-left: -75px;
    }
}


/*----my-lib css reset----*/

.left-nav h1,
.left-links {
    background: url(../images/columnbg.png) left top no-repeat !important;
}

.left-links {
    margin-bottom: 0 !important;
    background-position: left bottom !important;
    background-color: #1a5592 !important;
}

.left-nav {
    margin-bottom: 20px !important;
}

.left-nav-list li .current {
    color: #1D3C5C !important;
    border-color: #1D3C5C !important;
}

    .left-nav-list li .current i {
        background-color: #1D3C5C !important;
    }


/**/

.head-pic {
    height: 160px;
    background: url(../images/index-pic.jpg) no-repeat center;
    background-size: cover;
}

.box-3 {
    margin-top: -46px;
    margin-bottom: 10px;
    background: #fff;
}

    .box-3 h2 {
        position: relative;
        height: 46px;
        padding-left: 10px;
        font-size: 16px;
        line-height: 45px;
        font-weight: lighter;
        color: #040000;
        border-bottom: 1px solid #e8e8e8;
    }

    .box-3 .box-content {
        position: relative;
        padding: 15px;
    }

.left-part {
    float: left;
    width: 250px;
}

    .left-part .box-3 {
        min-height: 500px;
        margin-top: -68px;
        background: #F2F8FB;
    }

        .left-part .box-3 h2 {
            height: 69px;
            line-height: 68px;
            color: #fff;
            background-color: #006aad;
            background-position: 9px 12px;
        }

.news-guid ul {
    margin: -15px;
}

.news-guid li {
    position: relative;
}

    .news-guid li i {
        position: absolute;
        left: 15px;
        top: 20px;
        width: 5px;
        height: 5px;
        background-color: #006aad;
        transform: rotate(45deg);
    }

    .news-guid li a {
        display: block;
        padding: 10px 30px;
        font-size: 14px;
        line-height: 26px;
        border-bottom: 1px solid #eee;
    }

.main-part {
    float: right;
    width: 950px;
}

.simple-list {
    padding: 0 30px;
}

    .simple-list li {
        padding: 20px 5px;
        border-bottom: 1px solid #e3e3e3;
    }

        .simple-list li a {
            font-size: 14px;
            color: #000;
        }


.news-detail {
    padding-bottom: 50px;
}

    .news-detail p {
        color: #666;
        line-height: 30px;
        padding-top: 20px;
        font-size: 15px;
    }


/
/*分页*/
.pages {
    padding: 10px;
    text-align: right;
}

.pages .total {
    display: inline-block;
    padding: 0;
    border: 0;
}

.pages .page {
    display: inline-block;
}

    .pages .page a {
        display: inline-block;
        margin: 0 2px;
        padding: 0 3px;
    }

    .pages .page .current {
        font-weight: bold;
        text-decoration: underline;
    }

    .pages .page a:hover {
        text-decoration: underline;
    }

.pages .jump {
    display: inline-block;
    margin-left: 10px;
}

    .pages .jump .pinput {
        width: 32px;
        height: 26px;
        font-size: 14px;
        text-align: center;
        padding: 0 0 0 5px;
        border-radius: 3px 0 0 3px;
        border: 1px solid #777;
    }

    .pages .jump .btn {
        display: inline-block;
        height: 28px;
        margin-left: -1px;
        padding: 0px 10px;
        line-height: 26px;
        color: #fff;
        background: #024675;
        border: 0;
        border-radius: 0 3px 3px 0;
    }



/*jl*/

.tools {
    width: 50px;
    position: fixed;
    right: 5px;
    bottom: 195px;
    _bottom: auto;
    _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop, 195)||15)-(parseInt(this.currentStyle.marginBottom, 195)||0)));
    _position: absolute;
    z-index: 999;
}

    .tools .tools-btn {
        position: relative;
        display: block;
        width: 52px;
        height: 52px;
        margin-bottom: 5px;
        padding: 8px 10px;
        text-align: center;
        line-height: 16px;
        color: #333;
        background: #fafafa;
        border: 1px solid #cdcdcd;
    }

    .tools .current {
        background: #fff;
        border-left: 1px solid #fff;
        z-index: 3;
    }

    .tools .sel-num {
        position: absolute;
        right: -3px;
        top: -6px;
        padding: 2px 4px;
        font-size: 8px;
        line-height: 8px;
        color: #fff;
        background: #024675;
        border-radius: 4px;
    }

#backtop {
    background: url("../images/backtop.png") repeat scroll 0 0 rgba(0, 0, 0, .5);
    bottom: 15px;
    height: 54px;
    opacity: 0.8;
    position: fixed;
    right: 15px;
    width: 54px;
    z-index: 9999;
}


/* 人才引进评估 */

.personnel {
    background: url("../images/per-bg.png") no-repeat top center;
    width: auto;
    height: 551px;
    text-align: center;
    padding-top: 117px;
}

    .personnel p {
        margin-bottom: 15px;
        color: #ffffff;
    }

    .personnel .f75 b {
        background: url("../images/nu-bg.png") no-repeat 1px 0px;
        width: 104px;
        height: 119px;
        margin-right: 15px;
        padding: 12px 10px;
    }

.stu {
    background: url("../images/stu-bg.png") no-repeat top center;
    width: auto;
    height: 667px;
    text-align: center;
    padding-top: 86px;
}

    .stu p {
        margin-bottom: 20px;
    }

        .stu p a {
            padding: 10px 51px;
            border-radius: 20px;
            font-size: 16px;
            color: #fff;
            background: -webkit-linear-gradient(left, #4e7be0, #56cda5);
            /* Safari 5.1 - 6.0 */
            background: -o-linear-gradient(right, #4e7be0, #56cda5);
            /* Opera 11.1 - 12.0 */
            background: -moz-linear-gradient(right, #4e7be0, #56cda5);
            /* Firefox 3.6 - 15 */
            background: linear-gradient(to right, #4e7be0, #56cda5);
            /* 标准的语法 */
        }

.stu-list ul {
    display: inline-block;
}

    .stu-list ul li {
        width: 32%;
        float: left;
    }

        .stu-list ul li p {
            font-size: 20px;
        }

.mtop {
    margin-top: 30px;
}
/*自定义*/
/*学科菜单选中样式*/
.news-guid li.select i {
    background-color: #fff;
}

.news-guid li.select a {
    color: #fff;
    background: #ffba00;
}
/*自定义结束*/
.global-gray {
    filter: grayscale(100%);
}