@charset "utf-8";
/* CSS Document */
/******************************
** 文件描述 :  最佳东方头部样式
** 时	间 ： 2014.04.15
** 作	者 ： wangweimin
** E-mail： malcolm.Wang@veryeast.cn
*******************************/
.v-loginbar{
    width: 1003px; height: 27px;
    margin: 0 auto;
    border-bottom: 1px solid #ffe3b3;
    background: #fffaed;
    font-family: "宋体";
    font-size: 12px;
    line-height: 26px;
    overflow: visible;
}
.v-loginbar .v-icon{
    float: left;
    width: auto; height: 20px;
    padding: 4px 8px 0 10px;
    overflow: hidden;
}
.v-loginbar .v-login{
    float: left;
}
.v-login span{

}
.v-login strong{
    color: #f00;
    font-weight: bold;
}
.v-login .v-resume:hover{
    text-decoration: underline;
}
.v-login .v-logout{
    color: #f00;
    cursor: pointer;
}
.v-login .v-input{
    width: 76px; height: 16px;
    margin-top: 2px; padding-left: 5px;
    border: 1px solid #d9d9d9;
    vertical-align: -2px;
}
.v-login .v-btn-login{
    display: inline-block;
    width: 54px; height: 17px; line-height: 17px;
    margin: 0 3px;
    background: url(//static-v.veimg.cn/image/job/index/btn_login.jpg) no-repeat;
    color: #fff;
    text-align: center;
    cursor: pointer;
}
.v-login .v-register{
    color: #bd0a01;
    text-decoration: none;
}
.v-nav{
    float: right;
}
.v-nav .v-ul{

}
.v-ul li{
    position: relative;
    float: left;
    height: 26px;
    padding: 0 13px 0 9px;
    border-left: 1px solid #fffcf5;
    border-right: 1px solid #fffcf5;
    color: #ff6600;
    cursor: default;
}
.v-ul li.hover{
    border-left: 1px solid #ffe3b3;
    border-right: 1px solid #ffe3b3;
}
.v-ul li a{
    color: #ff6600;
}
.v-ul li b.v-arrow{
    position: absolute; top: 10px; right: 3px;
    width: 8px; height: 6px;
    background: url(//static-v.veimg.cn/image/job/index/20130108/arrow_icon.jpg) no-repeat;
    -webkit-transition: -webkit-transform .2s ease-in;
    -webkit-backface-visibility: hidden;
    -moz-transition: -moz-transform .2s ease-in;
    -o-transition: -o-transform .2s ease-in;
    transition: transform .2s ease-in;
}
.v-ul li:hover b.v-arrow{
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.v-ul ul{
    position: absolute; top: 26px; left: -1px;
    padding-bottom: 3px;
    border: 1px solid #ffe3b3;
    border-top: none;
    background: #fffcf5;
}
.v-ul ul li{
    display: block;
    width: 68px; height: 20px; line-height: 20px;
    padding: 0;
    color: #ff6600;
    text-align: center;
}
.v-ul ul li a{
    color: #ff6600;
}
.v-attention{
    display: inline;
    float: right;
    margin-left: 16px; padding-left: 25px;
    background: #ffebc8 url(//static-v.veimg.cn/image/job/index/20130108/attention_bg.jpg) no-repeat left top;
    color: #ff6600;
}
.v-attention ul li{
    position: relative; z-index: 99;
    display: inline;
    float: left;
    height: 26px;
}
.v-attention ul li.attention_btn{
    margin-right: 6px; padding-right: 25px;
    background: url(//static-v.veimg.cn/image/job/index/20130108/wb_icon.jpg) no-repeat right 2px;
}
.v-attention ul li .attention_box{
    position: absolute; left: -70px; top: 26px;
    display: none;
    width: 135px; height: 29px;
    padding: 13px 5px 5px 15px;
    border: 1px solid #ffe3b3;
    background: #fffcf5;
    overflow: hidden;
}
.v-attention ul li .qr_btn{
    display: block;
    width: 27px; height: 22px;
    margin: 3px 6px 0 0;
    background: url(//static-v.veimg.cn/image/job/index/20130108/wx_icon.jpg) no-repeat;
    cursor: pointer;
}
.v-attention ul li .qr_code_box{
    position: absolute; top: 26px; left: -230px;
    display: none;
    width: 222px;
    padding: 17px 17px 9px;
    border: 1px solid #a4a4a4;
    background: #fff;
}
.v-attention .qr_code_box img{
    margin-bottom: 10px;
}
.v-attention .qr_code_box p{
    color: #000;
    font: 14px/24px '宋体';
    text-align: center;
}
.v-attention .qr_code_box span{
    font-family: Arial;
}