/* 全局------------------------------------------------------------  */
/*by 沫尘（WangJun） qq870230999   QQ群183695596*/
body
{
    font: 14px/1.5 '微软雅黑';
    color: #333;
}
a
{
    color: #428BCA;
    text-decoration: none;
    outline: 0;
}
/* 全局end------------------------------------------------------------  */
/* html控件------------------------------------------------------------  */

/*------------------------------*/
.junCheckBox
{
    display: inline-block;
    vertical-align: middle; /* position:relative;*/
    overflow: hidden;
}

.junCheckBox .ckon
{
    background: #16A0D3;
    border-color: #1096C7;
    color: white;
}
.junCheckBox .ckoff
{
    background: #e6e6e6;
    border-color: #D4D4D4;
}
.junCheckBox div div
{
    display: inline-block;
    margin-right: -1px;
    float: left;
    min-width: 5px;
    padding: 5px 15px;
    height: 20px;
    background: white;
    line-height: 20px;
    text-align: center;
    border: 1px solid #D4D4D4;
    vertical-align: middle;
    color: #333;
    font-size: 100%;
    cursor: pointer;
}

/*------------------------------*/



/*------------------------------*/

/*------------------------------*/



/*------------------------------*/
.junTextBox
{
    padding: 3px 4px;
    width: 280px;
    min-height: 20px;
    line-height: 20px;
    border: 1px solid #D4D4D4;
    background: white;
    vertical-align: middle;
    color: #333;
    font-size: 100%;
}

.junTextBox:focus
{
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(82, 168, 236, 0.6);
}
.junButton
{
    background: #16A0D3;
    border: none;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-family: "Microsoft Yahei";
    font-size: 12px;
    height: 32px;
    line-height: 32px;
    margin: 0 1px 0 0;
    padding: 0 20px;
    margin-left: 20px;
}


.disButton
{
     background: #ccc;
    border: none;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-family: "Microsoft Yahei";
    font-size: 12px;
    height: 32px;
    line-height: 32px;
   
    padding:0 5px;
}


.junButtonBk
{
    background: #D8D839;
    border: none;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-family: "Microsoft Yahei";
    font-size: 12px;
    height: 32px;
    line-height: 32px;
    margin: 0 1px 0 0;
    padding: 0 20px;
    margin-left: 20px;
}

.junButton:hover
{
    background: #117EA6;
}
/*------------------------------*/



/*--------------*/
.junSelectBox
{
    position: relative;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
    cursor: pointer;
}

.junSelectBox a
{
    position: relative;
    font-size: 12px;
    color: #222;
    font-weight: normal;
    display: block;
    padding: 5px 38px 5px 10px;
    min-width: 40px;
    line-height: 20px;
    height: 20px;
    border: 1px solid #DBDBDB;
    text-decoration: none;
    background: white;
    white-space: nowrap;
    word-break: break-all;
}

.junSelectBox i
{
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 28px;
    height: 100%;
    border-left: 1px solid #DBDBDB;
    background: url(../Images/icons.png) -49px -160px no-repeat #FAFAFA;
}

.junOptionBox
{
    display: none;
    position: absolute;
    left: 0;
    top: 31px;
    z-index: 10000;
}
.junOptionBox ul
{
    position: relative;
    padding: 5px;
    max-height: 280px;
    border: 1px solid #DBDBDB;
    background: white;
    overflow-y: auto;
    overflow-x: hidden;
    list-style: none;
}
.junOptionBox li
{
    display: block;
    padding: 4px 10px;
    line-height: 20px;
    font-size: 12px;
    color: #666;
    white-space: nowrap;
    cursor: pointer;
}
.junOptionBox .opon
{
    color: white;
    background: #16A0D3;
}






/*pager*/

.pagediv
{
    text-align: center;
    border: solid 1px #f1f1f1;
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
}

.pagediv a
{
    padding: 0 5px;
    color: #005A62;
    text-decoration: none;
}

.pagediv a:hover
{
    color: red;
    text-decoration: underline;
}
a.mochenPageBold
{
    color: #9EA3A3;
    font-weight: 500;
}
a:hover.mochenPageBold
{
    color: #9EA3A3;
    text-decoration: none;
}
/*--------------*/

/* html控件end ----------------------------------------------------------------------------- */


/*登录*/


.junMiddleLogin {
margin: 140px auto 0;
width: 352px;
}
.junLoginBoder {
box-shadow: 1px 2px 3px #ccc;
border: 1px solid #eee;
background: #fff;
padding: 0 5px 15px -10px;
overflow: hidden;
}
.junLoginForm {
margin: 15px auto 0;
width: 350px;
}

.junLoginUl{
list-style: none;
clear: both;

}

.junLoginUl li {
line-height: 28px;
margin-bottom: 5px;
list-style: none;
clear: both;
}

    .junLoginUl li label {
        display: block;
        margin-bottom: 5px;
    }
/**/








/* 主体框架和菜单 ----------------------------------------------------------------------------- */

.junMainBox
{
    width: 100%;
    height: 100%;
    min-width: 790px;
    overflow: hidden;
}

.junTop
{
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 42px;
    z-index: 11;
    background: #33ACE5;
}
.junTop ul
{
    float: left;
    height: 100%;
    border-right: 1px solid #4DC4F0;
    list-style: none;
}


.junTop li
{
    float: left;
    margin: 0;
    padding: 0px 15px;
    border-left: 1px solid #4DC4F0;
    border-right: 1px solid #1DA0D0;
    color: white;
    cursor: pointer;
    font-size: 14px;
    height: 42px;
    line-height: 42px;
    vertical-align: middle;
}
.junTop a
{
    color: white;
}
.junTop .on
{
    background: #2887C7;
}

.junTop .junDiv
{
    float: right;
    height: 42px;
    line-height: 42px;
    border-right: 1px solid #4DC4F0;
    list-style: none;
    padding: 0 20px;
}
.junDiv i
{
    color: Yellow;
}


.junLeft
{
    float: left;
    border-right: 1px solid #DBDBDB;
    background: #F1F1F1;
    width: 190px;
    min-height: 600px;
    margin-bottom: -10000px;
    padding-bottom: 10000px;
}
.junLeft li
{
    padding-left: 20px;
    line-height: 40px;
    height: 40px;
    border-bottom: 1px solid #DBDBDB;
    background: #F6F7F7;
    cursor: pointer;
}

.junLeft .on
{
    background: #16A0D3 url(../images/jt.jpg) no-repeat 185px 0;
}
.junLeft a
{
    color: #666;
    width: 100%;
    display: block;
}
.junLeft .on a
{
    color: #fff;
}
.junLeft h2
{
    padding-left: 5px;
    font-size: 12px;
    color: #222;
    font-weight: normal;
    line-height: 38px;
    background: #F3F3F3 url(../images/icons.png) 170px -226px no-repeat;
    border-top: 1px solid #F4F4F4;
    border-bottom: 1px solid #DDD;
    cursor: pointer;
}
.junLeft .gron
{
    background: #ECF7FD url(../images/icons.png) no-repeat 170px -186px;
}


.junTopLeftLogo
{
    float: left;
    width: 190px;
    height: 42px;
    background: #33ACE5;
    border-right: 1px solid #1DA0D0;
    overflow: hidden;
}



/* 菜单end----------------------------------------------------------------------------- */




/* 内容----------------------------------------------------------------------------- */

/* --------------------- */

.junContent
{
    margin-left: 191px;
}

/* --------------------- */
.junSitePath
{
    height: 38px;
    line-height: 38px;
    padding-left: 10px;
    background: whiteSmoke;
}
.junSitePathThan
{
    margin: 0 5px;
    color: #B2C2E0;
    font-family: serif;
}

/* --------------------- */
.junSearch
{
    padding: 1px 0;
}
.junSearch table
{
    border-collapse: collapse;
    border-spacing: 0;
}
.junSearch tr
{
    line-height: 32px;
}
.junSearch th
{
    text-align: right;
    padding-left: 20px;
    font-weight: normal;
}
.junSearch td
{
    padding: 0 2px;
}

.junBox
{
    padding: 10px 20px;
    border-bottom: 1px solid #E5E5E5;
}


.junTable
{
    border-collapse: collapse;
    border: 1px solid #DDD;
    width: 100%;
}

.junTable th, .junTable td
{
    padding: 5px;
    border-bottom: 1px solid #DDD;
    border-right: 1px solid #E1E1E1;
    color: #333;
    font-size: 12px;
    font-weight: 500;
}
.junList th
{
    padding: 10px 0;
}

.junTitle
{
    background: #f1f1f1;
}


.junSubBox
{
    padding: 10px;
    position: fixed;
    bottom: 1px;
    z-index: 1000;
    background: white;
    width: 100%;
}
.junSubBox div
{
}
.junSubBox i
{
    color: Green;
}

.junAddList
{
}
.junAddList th
{
    text-align: right;
}
.junAddList i
{
    color: red;
}

.junTabBox
{
    width: 100%;
    border: 1px solid #ccc;
    border-collapse: collapse;
}
.junTabBox .tabTitle th
{
    border: 1px solid #ccc;
    background: #F0F0F0;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #333;
    font-weight: normal;
    cursor: pointer;
    min-width:100px;
    width:100px;
    
}
.tabContent
{
    width:100%;
    border: 1px solid #ccc;
    padding: 20px 30px;
}



/*-内容结束---------------------------------------------------------------------------*/

/*-btnlist---------------------------------------------------------------------------*/

.junBtnList
{
     height:32px;
     width:100%;
    padding: 10px 0;
}

.junBtnList ul
{
    float: left;
    list-style: none;
}

.junBtnList li
{
    float: left;
    border: 1px solid #E1E1E1;
    padding: 0 10px;
    margin-right: -1px;
    line-height: 30px;
    height: 30px;
}

.junBtnList a
{
    color: #333;
    font-size: 12px;
    text-decoration: none;
}

.junBtnList a:hover
{
    color: #2A72C5;
}
/*-benlist---------------------------------------------------------------------------*/




/*-局部调整---------------------------------------------------------------------------*/
.junNopadding
{
    padding: 0px;
}

.junBoxBdTop
{
    border-top: 1px solid #E5E5E5;
}

.junFlLeft
{
    text-align: left;
}
.junFlRight
{
    text-align: right;
}
.junFlCenter
{
    text-align: center;
}
.junWidth
{
    width: 100%;
}
/*-局部调整结束---------------------------------------------------------------------------*/
