/*----reset----*/

body {
    margin: 0;
    padding: 0;
    color: #333333;
    font: 12px/16px Tahoma;
    background: #fff;
}

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 {
    background: transparent;
    border: 0;
    margin: 0;
    outline: 0;
    padding: 0;
    word-break: break-all;
    word-wrap: break-word;
}

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);
}

b {
    display: inline-block;
    width: 14px;
    height: 14px;
    vertical-align: text-bottom;
}

.v {
    width: 19px;
    height: 18px;
    margin-left: 5px;
    background: url(../images/ico-v.png) center;
    vertical-align: baseline;
}

i {
    font-style: normal;
}

caption,
th {
    text-align: left;
}

em {
    font-style: normal;
}

img {
    border: 0 none;
    vertical-align: bottom;
}

input {
    font-size: 100%;
    vertical-align: middle;
}

input:focus {
    outline: 0;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clear-line {
    clear: both;
    height: 1px;
    line-height: 1px;
}

.clear:after {
    clear: both;
    color: #333333;
    content: " ";
    display: block;
}

.clear {
    zoom: 1;
}

.inner {
    margin: 0 auto;
    clear: both;
    max-width: 1200px;
    min-width: 1000px;
}


/*----reset end----*/


/*----head body foot----*/

.head {
    position: relative;
    height: 197px;
    background: url(../images/head_bg.png) no-repeat center #124989;
    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: 26px;*/
    margin-top:26px;
    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;
}

.search-box {
    position: relative;
    min-width: 1200px;
    height: 210px;
    background: url(../images/search-bg3.jpg) no-repeat center #e6dcc7;
    background-size: cover;
}

.search-box .search-sel {
    position: absolute;
    left: 50%;
    margin-left: -370px;
    top: 40px;
    height: 34px;
}

.search-box .search-sel li {
    position: relative;
    float: left;
    width: 60px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
    color: #3d3d3d;
    cursor: pointer;
    z-index: 1;
}

.search-box .search-sel .current {
    color: #fff;
    background: #0144ae;
}

.search-box .search-sel .current:after {
    position: absolute;
    border-top: 6px solid #0144ae;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    left: 50%;
    bottom: -6px;
    margin-left: -6px;
    content: "";
}

.search {
    position: relative;
    top: 90px;
    width: 750px;
    height: 40px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #0062b1;
    padding: 0;
    z-index: 3;
}

.search .sel {
    float: left;
    height: 40px;
    margin-right: 4px;
    line-height: 40px;
    color: #363636;
    background: url(../images/search-arrow.png) no-repeat right -2px transparent;
}

.search .sel .easy-select-box .easy-select-box-disp {
    width: 90px;
    height: 40px;
    padding: 0 10px;
    font-size: 12px;
    color: #363636;
    line-height: 40px;
    border: 0;
}

.search .sel .easy-select-box .ubox {
    overflow: hidden;
    width: 110px;
    top: 109%;
    box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, 0.1);
}


}
.search .sel .easy-select-box ul li {
    border-bottom: 1px solid #eee;
}
.search .sel .easy-select-box ul li a {
    height: 26px;
    padding: 0 10px;
    font-size: 12px;
    line-height: 26px;
    text-align: left;
    background: #FEFEFE;
}
.search .sel .easy-select-box ul li a:hover {
    background: #8C1415;
    opacity: 1;
    filter: alpha(opacity=100);
}
.search .input {
    float: left;
    width: 526px;
    height: 40px;
    padding: 0 10px;
    font-size: 12px;
    line-height: 40px;
    background: transparent;
    border: 0;
}
.search .btn {
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden;
    width: 100px;
    height: 40px;
    padding-left: 25px;
    font-size: 12px;
    line-height: 40px;
    color: #fff;
    background: url(../images/ico-head.png) no-repeat 20px -19px #0062b1;
    background-size: 20px;
    border: 0;
    cursor: pointer;
}
.search-adv {
    position: absolute;
    right: 0;
    top: -46px;
}
.search-adv a {
    position: relative;
    display: inline-block;
    height: 26px;
    padding: 0;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
    white-space: nowrap;
    color: #333;
    background: transparent;
}
.search-adv a:before {
    position: absolute;
    left: -1px;
    top: -1px;
    color: #fff;
    font-weight: bold;
    content: attr(title);
    z-index: -5;
}
.search-adv a:after {
    position: absolute;
    right: -1px;
    bottom: -1px;
    color: #fff;
    font-weight: bold;
    content: attr(title);
    z-index: -1;
}
.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: 300px;
    height: 44px;
    padding: 0px 35px;
    font-family: "Microsoft YaHei";
    font-weight: lighter;
    font-size: 16px;
    text-align: center;
    color: #525252;
    border-right: 1px solid #ccc;
    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;
}
.body {
    min-width: 1200px;
}

/*.body {
	background: -webkit-linear-gradient(left,#f4f4f4 50%,#fff 50%);
	background: -moz-linear-gradient(left,#f4f4f4 50%,#fff 50%);
	background: -ms-linear-gradient(left,#f4f4f4 50%,#fff 50%);
	background: -o-linear-gradient(left,#f4f4f4 50%,#fff 50%);
	overflow: hidden;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4',endColorstr='#ffffff',gradientType=1);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#f4f4f4,endColorstr=#ffffff,gradientType=1)";
}*/
.m-part:after {
    clear: both;
    content: " ";
    display: block;
}
.m-part {
    background: #fff;
    zoom: 1;
}
.easy-select-box {
    position: relative;
}
.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;
}

/*--login--*/
.layer-bg {
    display: none;
    position: fixed;
    _position: absolute;
    top: 0;
    _top: expression(eval(document.documentElement.scrollTop));
    left: 0;
    _bottom: auto;
    width: 100%;
    height: 100%;
    _height: expression(eval(document.documentElement.clientHeight));
    filter: alpha(opacity=50);
    opacity: 0.5;
    background: #000;
    z-index: 999;
}
.layer-box {
    display: none;
    position: absolute;
    left: 50%;
    top: 150px;
    width: 700px;
    min-height: 300px;
    _height: 300px;
    margin-left: -350px;
    background: #fff;
    border: 1px solid #ccc;
    border-top: 3px solid #407092;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
    z-index: 1000;
}
.layer-box .layer-title {
    height: 38px;
    padding-left: 10px;
    font-size: 14px;
    font-weight: lighter;
    line-height: 36px;
    background: #f4f5f3;
    border-bottom: 1px solid #d0d0d0;
}
.layer-box .close {
    position: absolute;
    right: 6px;
    top: 8px;
    font-size: 14px;
    color: #174b7b;
    cursor: pointer;
}
.layer-cnt {
    padding: 10px 20px;
}
.layer-cnt-sel {
    height: 12px;
    font-size: 12px;
    font-weight: lighter;
    border-bottom: 1px solid #d0d0d0;
}
.layer-cnt-sel a {
    float: left;
    height: 24px;
    margin-left: -1px;
    padding: 0 8px;
    line-height: 22px;
    color: #929292;
    background: #f4f4f4;
    border: 1px solid #d1d1d1;
}
.layer-cnt-sel a.current {
    color: #333;
    background: #fdfdfd;
}
.layer-cnt-sel tt {
    float: right;
    background: #fff;
}
.layer-cnt-sel tt a {
    float: none;
    display: inherit;
    border: 0;
    background: transparent;
}
.layer-cnt-h {
    height: 30px;
    padding-left: 15px;
    line-height: 28px;
    font-weight: bold;
    font-size: 12px;
    color: #4e4e4e;
    border-bottom: 1px solid #d0d0d0;
}
.layer-cnt p,
.layer-cnt .sinput-top,
.layer-cnt .sinput,
.layer-cnt .sel-op,
.layer-cnt .filter,
.layer-cnt .submit {
    min-height: 26px;
    _height: 26px;
    margin: 18px 0;
    padding-left: 10px;
    line-height: 24px;
    text-align: left;
}
.layer-cnt .sinput-top {
    padding-left: 82px;
}
.layer-cnt .sinput {
    padding-left: 30px;
}
.layer-cnt .sel-op {
    position: relative;
    display: block;
    height: 1px;
    min-height: 1px;
    margin-top: -30px;
    padding-left: 3px;
    font-size: 1px;
    line-height: 1px;
    z-index: 999;
}
.layer-cnt p span,
.layer-cnt .sel,
.layer-cnt .s,
.layer-cnt .input {
    float: left;
    margin-right: 10px;
}
.layer-cnt .input {
    width: 321px;
    height: 22px;
    padding: 0 5px;
    background: url(../images/adv-input-bg.png) no-repeat left top;
    border: 1px solid #bcbcbc;
    border-radius: 2px;
}
.layer-cnt .input input {
    width: 321px;
    _width: 309px;
    height: 21px;
    *height: 22px;
    _height: 17px;
    line-height: 22px;
    background: transparent;
    border: 0;
}
.layer-cnt .textarea {
    width: 621px;
    height: 92px;
    padding: 0 5px;
    background: url(../images/adv-input-bg.png) no-repeat top left;
    border: 1px solid #bcbcbc;
    border-radius: 2px;
}
.layer-cnt .textarea textarea {
    width: 621px;
    _width: 609px;
    height: 90px;
    *height: 90px;
    _height: 85px;
    line-height: 22px;
    background: transparent;
    border: 0;
}
.layer-cnt strong {
    float: left;
    font-weight: lighter;
}
.layer-cnt span {
    float: left;
    margin: 0 5px;
}
.layer-cnt .submit {
    _margin-bottom: 0;
    padding: 0;
    text-align: center;
}
.layer-cnt .submit input,
.layer-cnt .submit a {
    display: inline-block;
    width: 81px;
    height: 29px;
    margin: 0 20px;
    border: 1px solid #ccc;
    cursor: pointer;
    font-size: 14px;
    border-radius: 2px;
}
.layer-cnt .submit .btn-s {
    display: inline-block;
    width: 100px;
    color: #fff;
    background: #29779f;
    border: 1px solid #29779f;
}
.layer-cnt .submit .btn-c {
    background: #fff;
    color: #333;
}
.login {
    width: 400px;
    margin-left: -200px;
}
.login .login-alert {
    position: absolute;
    left: 30px;
    top: 40px;
    color: red;
}
.login .search-list {
    clear: both;
    padding: 5px 0;
}
.login .layer-cnt .sinput,
.login .layer-cnt .sel-op,
.login .layer-cnt .filter,
.login .layer-cnt .submit {
    min-height: 34px;
    _height: 34px;
    padding: 0 10px;
}
.login .layer-cnt .input {
    position: relative;
    width: 298px;
    height: 34px;
    padding: 0 5px 0 35px;
    background: url(../images/login-input-bg.png) no-repeat left;
}
.login .layer-cnt .input input {
    width: 280px;
    _width: 268px;
    height: 33px;
    height: 35px\9;
    *height: 34px;
    _height: 32px;
    padding-left: 10px;
    font-size: 14px;
    line-height: 32px;
}
.login .layer-cnt .input span {
    position: absolute;
    left: 0px;
    top: 3px;
    width: 29px;
    height: 30px;
    background: url(../images/login-ico.png) no-repeat;
    border-right: 1px dotted #ccc;
}
.login .layer-cnt .input .user-ico {
    background-position: 0 -65px;
}
.login .layer-cnt .input .psw-ico {
    background-position: 0 -145px;
}
.login .layer-cnt .submit {
    margin-bottom: 15px;
    padding: 0 10px;
    text-align: center;
}
.login .layer-cnt .submit .btn-s {
    float: left;
}
.login .layer-cnt .submit .btn-c {
    float: right;
}
.login .layer-cnt .submit input {
    width: 162px;
    margin: 0;
}
.login .regist {
    float: left;
    padding: 0;
}
.login .forget {
    float: right;
}
.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: 30px;
    height: 34px;
    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: -3px;
    padding: 2px 4px;
    font-size: 8px;
    line-height: 8px;
    color: #fff;
    background: #0163af;
    border-radius: 4px;
}
.bop {
    width: 50px;
    position: fixed;
    right: 5px;
    bottom: 10px;
    _bottom: auto;
    _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop, 10)||15)-(parseInt(this.currentStyle.marginBottom, 10)||0)));
    _position: absolute;
    z-index: 999;
}
.bop .bop-btn {
    position: relative;
    display: block;
    width: 30px;
    height: 34px;
    margin-bottom: 5px;
    padding: 8px 10px;
    text-align: center;
    line-height: 16px;
    color: #333;
    background: #fafafa;
    border: 1px solid #cdcdcd;
}
.cluster-selected {
    position: absolute;
    right: 48px;
    bottom: 0;
    width: 200px;
    min-height: 152px;
    _height: 152px;
    background: #fff;
    border: 2px solid #aaa;
    z-index: 2;
}
.cluster-selected li {
    position: relative;
    padding: 15px 10px;
    border-bottom: 1px dotted #ccc;
}
.cluster-selected li a {
    color: #000;
}
.cluster-selected li .del {
    position: absolute;
    right: 10px;
    top: 15px;
}
.cluster-selected .submit {
    height: 28px;
    padding: 10px;
    text-align: center;
}
.cluster-selected .submit-btn,
.cluster-selected .submit-btn2 {
    float: left;
    width: 50px;
    height: 28px;
    margin: 0 auto;
    line-height: 26px!important;
    line-height: 28px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: #29779f;
}
.cluster-selected .submit-btn2 {
    float: none;
    display: inline-block;
    width: 80px;
}
.cluster-selected .clear-btn {
    float: right;
    width: 50px;
    height: 28px;
    margin: 0 auto;
    line-height: 26px!important;
    line-height: 28px;
    text-align: center;
    font-size: 12px;
}

/*-- domains --*/
.domains a {
    border-bottom: 1px dotted #6a6a6a;
}
.domains h3 {
    margin-bottom: 10px;
    font-family: "Microsoft YaHei";
    font-size: 18px;
    font-weight: lighter;
}
.domains h3 b {
    display: inline-block;
    width: 40px;
    height: 30px;
    margin-right: 6px;
    background: url(../images/icos.gif) no-repeat;
}
.domains .d1 {
    /*����*/
    
    background-position: 0 0;
}
.domains .d2 {
    /*����*/
    
    background-position: -40px 0;
}
.domains .d3 {
    /*ũҵ*/
    
    background-position: -80px 0;
}
.domains .d4 {
    /*ˮ��*/
    
    background-position: -120px 0;
}
.domains .d5 {
    /*�����*/
    
    background-position: 0 -30px;
}
.domains .d6 {
    /*ҽҩ*/
    
    background-position: -40px -30px;
}
.domains .d7 {
    /*����*/
    
    background-position: -80px -30px;
}
.domains .d8 {
    /*����*/
    
    background-position: -120px -30px;
}
.domains .d9 {
    /*����*/
    
    background-position: 0 -60px;
}
.domains .d10 {
    /*��ҵ*/
    
    background-position: -40px -60px;
}
.domains .d11 {
    /*����*/
    
    background-position: -80px -60px;
}
.domains .d12 {
    /*����*/
    
    background-position: -120px -60px;
}
.domains .d13 {
    /*��ͨ*/
    
    background-position: 0 -90px;
}
.domains .d14 {
    /*����*/
    
    background-position: -40px -90px;
}
.domains .d15 {
    /*��е*/
    
    background-position: -80px -90px;
}
.domains .d16 {
    /**/
    
    background-position: -120px -90px;
}
.domains .domain {
    float: left;
    width: 402px;
    margin-bottom: 25px;
    margin-right: 25px;
}
.domain dl {
    padding: 8px 12px 5px;
    border: 1px solid #e9e9e9;
}
.domain dt {
    margin-top: 10px;
    margin-bottom: 1px;
}
.domain dt,
.domain dt a {
    font-size: 14px;
    font-weight: bold;
    color: #4c4c4c;
}
.domain dd {
    overflow: hidden;
    font-family: Arial, Helvetica, sans-serif!important;
    height: 40px!important;
    margin-bottom: 10px!important;
    color: #818181!important;
    line-height: 20px!important;
}
.domain dd span {
    display: inline-block;
    margin-right: 10px;
}
.cp-add,
.cp-del {
    display: inline-block;
    width: 76px;
    height: 24px;
    margin-bottom: -9px;
    margin-left: 5px;
    background: url(/images/cp-add.gif) no-repeat;
    border: 0;
}
.cp-del {
    background: url(/images/cp-del.gif) no-repeat;
}
.personnel {
    background: url("../images/per-bg.png") no-repeat top center;
    width: auto;
    height: 551px;
    text-align: center;
    padding-top: 117px;
    font-family: Helvetica Neue, Helvetica, PingFang SC, \5FAE\8F6F\96C5\9ED1, Tahoma, Arial, sans-serif;
}
.personnel p {
    margin-bottom: 15px;
    color: #ffffff;
}
.personnel .f75 b {
    display: inline;
    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;
}
.f14 {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
}
.f36 {
    margin: 0;
    font-size: 36px;
    line-height: 1.5;
}
.f18 {
    margin: 0;
    font-size: 18px;
    line-height: 1.5;
}
.f75 {
    margin: 0;
    font-size: 75px;
    line-height: 1.5;
}
.global-gray {
    filter: grayscale(100%);
}