/* fn */
.f-lnk{color: #336699;text-decoration:none;}
.f-lnk:hover{text-decoration: underline;color: #cc0000;}
.f-lnk-c1{color: #ffff00;}
.f-lnk-c1:hover{color: #ffff00;}


.f-cb:after,.f-cbli li:after{display:block;clear:both;visibility:hidden;height:0;overflow:hidden;content:".";}
.f-cb,.f-cbli li{zoom:1;}
.f-ib{display:inline-block;*display:inline;*zoom:1;}
.f-dn{display:none;}
.f-db{display:block;}
.f-fl{float:left;}
.f-fr{float:right;}
.f-pr{position:relative;}
.f-prz{position:relative;zoom:1;}
.f-oh{overflow:hidden;}
.f-ff0{font-family:arial,\5b8b\4f53;}
.f-ff1{font-family:"Microsoft YaHei",\5fae\8f6f\96c5\9ed1,arial,\5b8b\4f53;}
.f-fs1{font-size:12px;}
.f-fs2{font-size:14px;}
.f-fwn{font-weight:normal;}
.f-fwb{font-weight:bold;}
.f-tal{text-align:left;}
.f-tac{text-align:center;}
.f-tar{text-align:right;}
.f-taj{text-align:justify;text-justify:inter-ideograph;}
.f-vam,.f-vama *{vertical-align:middle;}
.f-vat,.f-vamt *{vertical-align:top;}
.f-wsn{word-wrap:normal;white-space:nowrap;}
.f-pre{overflow:hidden;text-align:left;white-space:pre-wrap;word-wrap:break-word;word-break:break-all;}
.f-wwb{white-space:normal;word-wrap:break-word;word-break:break-all;}
.f-ti{overflow:hidden;text-indent:-30000px;}
.f-ti2{text-indent:2em;}
.f-lhn{line-height:normal;}
.f-tdu,.f-tdu:hover{text-decoration:underline;}
.f-tdn,.f-tdn:hover{text-decoration:none;}
.f-toe{overflow:hidden;word-wrap:normal;white-space:nowrap;text-overflow:ellipsis;}
.f-csp{cursor:pointer;}
.f-csd{cursor:default;}
.f-csh{cursor:help;}
.f-csm{cursor:move;}
.f-usn{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;}


/* 通用自定义按钮-默认蓝色 */
.u-btn{display:inline-block;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;padding:0 12px;height:28px;line-height:28px;border:1px solid #2d88bf;border-radius:5px;font-size:12px;letter-spacing:1px;text-align:center;vertical-align:middle;cursor:pointer;word-wrap:normal;white-space:nowrap;box-shadow:inset 0 1px 0 rgba(255,255,255,0.5);text-shadow:0 -1px rgba(0,0,0,0.2);background:-webkit-gradient(linear,0% 0%,0% 100%,from(#6dbde4),to(#399dd8));background:-webkit-linear-gradient(#6dbde4,#399dd8);background:-moz-linear-gradient(#6dbde4,#399dd8);background:-ms-linear-gradient(#6dbde4,#399dd8);background:linear-gradient(#6dbde4,#399dd8);}
.u-btn,.u-btn:hover{color:#fff;text-decoration:none;}
.u-btn:hover,.u-btn:focus{background:#399dd8;}
.u-btn:active{box-shadow:inset 0 1px 4px rgba(0,0,0,0.2);}
.u-btn::-moz-focus-inner{padding:0;margin:0;border:0;}
.u-btn .btnsel{display:inline-block;vertical-align:middle;border-style:solid;border-width:4px 4px 0;border-color:rgba(255,255,255,0.8) transparent transparent;}
.u-btn:hover .btnsel,.u-btn:focus .btnsel{border-top-color:rgba(255,255,255,1);}
/* 较大 */
.u-btn-lg{padding:0 15px;height:36px;line-height:36px;font-size:18px;}
.u-btn-lg .btnsel{border-width:5px 5px 0;}
/* 较小 */
.u-btn-sm{padding:0 10px;height:22px;line-height:22px;}
/* 红色 */
.u-btn-c1{border-color:#9f161b;background:-webkit-gradient(linear,0% 0%,0% 100%,from(#ee232a),to(#cc1c23));background:-webkit-linear-gradient(#ee232a,#cc1c23);background:-moz-linear-gradient(#ee232a,#cc1c23);background:-ms-linear-gradient(#ee232a,#cc1c23);background:linear-gradient(#ee232a,#cc1c23);}
.u-btn-c1:hover,.u-btn-c1:focus{background:#cc1c23;}
/* 黄色 */
.u-btn-c2{border-color:#e1962d;background:-webkit-gradient(linear,0% 0%,0% 100%,from(#fbb149),to(#f8960a));background:-webkit-linear-gradient(#fbb149,#f8960a);background:-moz-linear-gradient(#fbb149,#f8960a);background:-ms-linear-gradient(#fbb149,#f8960a);background:linear-gradient(#fbb149,#f8960a);}
.u-btn-c2:hover,.u-btn-c2:focus{background:#f8960a;}
/* 绿色 */
.u-btn-c3{border-color:#52a552;background:-webkit-gradient(linear,0% 0%,0% 100%,from(#68c668),to(#50b150));background:-webkit-linear-gradient(#68c668,#50b150);background:-moz-linear-gradient(#68c668,#50b150);background:-ms-linear-gradient(#68c668,#50b150);background:linear-gradient(#68c668,#50b150);}
.u-btn-c3:hover,.u-btn-c3:focus{background:#50b150;}
/* 灰色 */
.u-btn-c4{border-color:#d0d0d0;text-shadow:0 1px rgba(255,255,255,0.8);background:-webkit-gradient(linear,0% 0%,0% 100%,from(#fefefe),to(#e7e7e7));background:-webkit-linear-gradient(#fefefe,#e7e7e7);background:-moz-linear-gradient(#fefefe,#e7e7e7);background:-ms-linear-gradient(#fefefe,#e7e7e7);background:linear-gradient(#fefefe,#e7e7e7);}
.u-btn-c4,.u-btn-c4:hover{color:#333;}
.u-btn-c4:hover,.u-btn-c4:focus{background:#e7e7e7;}
.u-btn-c4 .btnsel{border-top-color:rgba(0,0,0,0.6);}
.u-btn-c4:hover .btnsel,.u-btn-c4:focus .btnsel{border-top-color:rgba(0,0,0,1);}

/* input */
.u-ipt{width:180px;padding:5px;height:17px;border:1px solid #D9D9D9;border-top-color:#c0c0c0;line-height:17px;font-size:14px;color:#777;background:#fff;}
/* low */
.u-ipt-1{width:90px;}
/* err */
.u-ipt-err{border-color:#c00 #e00 #e00;}

/* title font */
.u-tt{font-family:'microsoft yahei',sans-serif;}
.u-tt-sm{font-size:12px;}
.u-tt-md{font-size:14px;}
.u-tt-lg{font-size:16px;}
.u-tt-xl{font-size:18px;}

/* end fn */

/* reset */
html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu{margin:0;padding:0;}
header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details{display:block;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;font-weight:normal;}
html,body,fieldset,img,iframe,abbr{border:0;}
i,cite,em,var,address,dfn{font-style:normal;}
[hidefocus],summary{outline:0;}
li{list-style:none;}
h1,h2,h3,h4,h5,h6,small{font-size:100%;}
sup,sub{font-size:83%;}
pre,code,kbd,samp{font-family:inherit;}
q:before,q:after{content:none;}
textarea{overflow:auto;resize:none;}
label,summary{cursor:default;}
a,button{cursor:pointer;}
h1,h2,h3,h4,h5,h6,em,strong,b{font-weight:bold;}
del,ins,u,s,a,a:hover{text-decoration:none;}
body,textarea,input,button,select,keygen,legend{font:12px/1.14 arial,\5b8b\4f53;color:#333;outline:0;}
body{background:#fff;}
a,a:hover{color:#333;}
/* end reset */

/* 简易数据表格-格边框 */
.m-table{table-layout:fixed;width:100%;line-height:1.5;}
.m-table th,.m-table td{padding:10px;border:1px solid #ddd;}
.m-table th{font-weight:bold;}
.m-table tbody tr.even{background:#fafafa;}
.m-table tbody tr:hover{background:#f0f0f0;}
/* 简易数据表格-行边框*/
.m-table-row th,.m-table-row td{border-width:0 0 1px;}





/* 普通翻页器-默认居中 */
.m-page{margin:10px 0 0;text-align:center;line-height:32px;font-size:0;letter-spacing:-0.307em;*letter-spacing:normal;*word-spacing:-1px;word-wrap:normal;white-space:nowrap;color:#999;}
.m-page a,.m-page i{display:inline-block;*display:inline;*zoom:1;vertical-align:top;padding:0 12px;margin-left:-1px;border:1px solid #ddd;font-size:12px;letter-spacing:normal;word-spacing:normal;background:#fff;}
.m-page a,.m-page a:hover{text-decoration:none;color:#39c;}
.m-page a.first{margin-left:0;}
.m-page a.last{margin-right:0;}
.m-page a .pagearr{font-weight:bold;font-family:\5b8b\4f53;vertical-align:top;*vertical-align:middle;}
.m-page a.pageprv .pagearr{margin-right:3px;}
.m-page a.pagenxt .pagearr{margin-left:3px;}
.m-page a:hover{background:#f5f5f5;}
.m-page a:active{background:#f0f0f0;}
.m-page a.z-crt,.m-page a.z-crt:hover,.m-page a.z-crt:active{cursor:default;color:#999;background:#f5f5f5;}
.m-page a.z-dis,.m-page a.z-dis:hover,.m-page a.z-dis:active{cursor:default;color:#ccc;background:#fff;}
/* 居左 */
.m-page-lt{text-align:left;}
/* 居右 */
.m-page-rt{text-align:right;}
/* 较小 */
.m-page-sm{line-height:22px;}
.m-page-sm a,.m-page-sm i{padding:0 8px;}
/* 分离 */
.m-page-sr a,.m-page-sr i{margin:0 3px;}
.m-page-sr i{border:0;}

.tp-page{text-align: center;padding: 8px;font-size: 16px; font-family: verdana;}
.tp-page .num,.tp-page .prev,.tp-page .next,.tp-page .current{padding: 2px 4px;}
.tp-page a:hover{color: #cc0000;text-decoration: underline;}
.tp-page .current{color: #336699;font-weight: bold;}


/* by wxy */
.u-wd{width: 950px;margin: 0 auto 0 auto;}
.u-bg{background: url("imgbg.png") no-repeat;}
.u-bd{border:solid 1px;}
.u-clr{clear: both;
    overflow: hidden;
    height: 1px;}
/*top*/

.u-top {
    width: 100%;
    height: 32px;
    border-bottom: solid 1px #e7e7e7;
    background-color: #f1f1f1;
}
.u-top .k{
    padding-top: 7px;
}
.u-top .w-lnk{
    font-size: 12px;
    color: #535353;
    width: 50px;
    height: 16px;
    display: inline-block;
    padding: 0 0 0 21px;
    line-height: 16px;
    float: right;
}
.u-top .w-lnk:hover{
    text-decoration: underline;
}
.u-top .dot {
    display: inline-block;
    width: 5px;
    height: 16px;
    text-align: center;
    line-height: 16px;
    color: #999999;
    float: right;
    margin: 0 12px;
}
.u-icon-home{
    background-position: 0 0;
}
.u-icon-file{
    background-position:0 -18px;
    margin: 0 5px 0 4px;
}
/*logo*/
.u-logo {
    height: 110px;
    background-color: #ffffff;

}
.u-logo .u-logo0 {
    width:399px;height:62px;background-position:0 -48px;
    float: left;
    clear: left;
    margin: 28px 0 0 20px;
}
.u-search{
    background-position: -160px 18px;
    height: 45px;
    width: 335px;
    float: right;
    clear: right;
    margin: 40px 0 0 0;

}
.u-search .u-ipt {
    border-color: #006699;
    width: 210px;
    height: 24px;
    display: inline-block;
    float: left;
}
.u-search .u-btn-w {

    display: inline-block;
    width: 40px;
    height: 36px;
    background-color: #006699;
    color: #ffffff;
    font-size: 16px;
    line-height: 36px;
    background-position: 8px -152px;
    padding:0 8px 0 34px;
    margin: 0 0 0 4px;
}
.u-search .u-btn-w:hover {

    background-color: #0099cc;
}

.u-menu {
    width: 100%;
    min-width: 950px;
    height:40px;
    background-color: #006699;
}
.u-menu .w-lnk{
    display: inline-block;
    border-radius: 2px;
    float: left;
    height: 34px;
    line-height: 34px;
    width: 56px;
    text-align: center;
    font-size: 14px;
    color: #ccffff;
    padding: 0 20px;
    margin: 3px 0 0 0;
}
.u-menu .w-lnk:hover {
    background-color: #0099cc;
    color: #ffffff;
}
.u-menu .w-lnk-first{
    margin-left: 40px;
}
.u-menu .w-lnk-extend{
    background-position: 80px -189px;
}
.u-menu .w-lnk-extend:hover{
    background-position: 80px -219px;
}


/*myMenu-k*/
.myMenu-k{
    border: solid 1px #0099cc;
    background-color: #cbe7f3;
    position: absolute;
    border-radius: 2px;
    padding: 4px 0 6px 0;
    box-shadow: 0px 0px 5px #999999;
    z-index: 100;
}
.myMenu-k a{
    display: block;
    width: auto;
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    text-align: left;
    padding: 0 0 0 12px;
    color: #006699;
}
.myMenu-k a:hover{
    color: #ffffff;
    background-color: #0099cc;

}
.u-slider{
    height: 210px;
    margin-top: 30px;
}

.u-k-left{
    width: 690px;
    float: left;
}
.u-k-right{
    width: 230px;
    float: right;
}
.u-k-tools{
    width: 218px;
    height: 400px;
    border:solid 1px #aaaaaa;
    background-color: #f4f3ef;
    padding-left: 10px;

}
.u-k-tools .ti{
    color: #006699;
    font-weight: bold;
    text-align: center;
    border-bottom: dotted 1px #cccccc;
    padding: 10px 0 10px 0;
    margin: 0 0 5px 0;
}

.u-k-tools .tool{
    display: block;
    width: 80px;
    padding: 0 0 0 21px;
    float: left;
    margin:5px 0 0 5px;
    height: 28px;
    line-height: 28px;
}
.u-k-tools .tool-higher{
    height: 40px;
    line-height: 16px;
}
.u-k-tools .tool:hover{
    color: #cc0000;
    text-decoration: underline;
}

.u-k-tools .tool-i1{
    background-position: -307px -205px;
}
.u-k-tools .tool-i2{
    background-position: -307px -242px;
}
.u-k-tools .tool-i3{
    background-position: -307px -278px;
}
.u-k-tools .tool-i4{
    background-position: -307px -348px;
}
.u-k-tools .tool-i5{
    background-position: -307px -385px;
}
.u-k-tools .tool-i6{
    background-position: -307px -312px;
}
.u-k-tools .tool-i7{
    background-position: -307px -420px;
}
.u-k-tools .tool-i8{
    background-position: -307px -452px;
}
.u-pad-1{
    margin-top: 30px;
}
.u-k-lm{
    width: 280px;
    height: 300px;
    margin-bottom: 25px;
}
.u-k-lm .ti-k {
    height: 33px;
    width: 100%;
    background-position: right -115px;
}
.u-k-lm .ti-k .ti{
    float: left;
    width: 100px;
    text-align: left;
    margin: 0 0 0 10px;
    font-size: 16px;
    color: #006699;
    font-weight: bold;
}
.u-k-lm .ti-k .more{
    float: right;
    width: 100px;
    text-align: right;
    margin: 6px 5px 0 0;
}
.u-k-lm .ti-k .more a{
    color: #0099cc;
    font-family: verdana, '宋体';

}
.u-k-lm .ti-k .more a:hover{
    text-decoration: underline;
}

.u-k-lm .u-lk-list{
    font-size: 14px;
    color: #252525;

}
.u-k-lm .u-lk-list-small{
    font-size: 12px;
}
.u-k-lm .u-lk-list li{
    padding: 0 36px 0 14px;
    margin: 10px 0 10px 0;
    background-position: -310px -163px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: inherit;



}
.u-k-lm .u-lk-list li a:hover{
    color:#cc0000;
    text-decoration: underline;
}

.u-k-lm .u-lk-line{
    overflow: hidden;
    height: 1px;
    border-bottom: dotted 1px #cccccc;
    margin:-1px -36px 0 -14px;
}

.u-k-lm .u-lk-list .dd{
    color: #999999;
    font-family: '宋体';
    display: inline-block;
    float: right;
    width: 36px;
    text-align: right;
    margin-right: -36px;
    font-size: 12px;
}

.u-k-lm .u-lm-thumb{
    display: block;
    width: 120px;
    height: 136px;
    margin-top:12px;
    float: left;
}
.u-k-lm .u-lm-thumb-mid{
    margin-left: 9px;
}
.u-k-lm .u-lm-thumb-end{
    float: right;
    margin-right: 1px;
}
.u-k-lm .u-lm-thumb img{
    width: 120px;
    height: 85px;
}
.u-k-lm .u-lm-thumb span{
    display: block;
    text-align: center;
    margin: 3px 0 0 0;
    overflow: hidden;
    line-height: 18px;
    height: 36px;
    color: #535353;
}
.u-k-lm .u-lm-thumb:hover span{
    color:#cc0000;
    text-decoration: underline;
}

.u-footer{
    border-top: solid 1px #1d2027;
    margin-top:5px;
    padding: 5px 0 20px 0;
    text-align: center;
    line-height: 20px;
    color: #999999;
    background-color: #474e62;
    min-width: 950px;
}
.cp{
    font-family: verdana, '宋体';
    font-size: 14px;

}

.my-mail{
    font-size: 14px;
    background-position: 18px -262px;
    display: block;
    height: 36px;
    width: 135px;
    line-height: 36px;
    padding: 0 0 0 70px;
    border: solid 1px #cccccc;
    border-radius: 3px;
    margin-top: 10px;

}
.my-mail:hover{
    border: solid 1px #ec7000;
    background-color: #f3c291;

}
.my-mail-i1{
    background-position: 18px -310px;
}

.u-logo0-job {
    display: block;
    width: 389px;
    height: 83px;
    float: left;
    margin: 15px 0 0 25px;
    background: url("imgjjjs_job_logo.png") no-repeat;
}

.lnk-paiqian {
    display: block;
    width: 300px;
    height: 50px;
    background: url("imglnk_paiqian.png") no-repeat;
}
.lnk-paiqian span{
    display: none;
}

.jyb_job {
    width: 300px;
    height:150px;
    background: url("imgjyb_job.png") no-repeat;
    position: absolute;
}
.jyb_job .lnk_stu {
     display: block;
    width: 80px;
    height:40px;
    position: absolute;
    left: 57px;
    top: 87px;
}
.jyb_job .lnk_company {
    left: 160px;
}
