@charset 'utf-8';
/* CSS Document */
*{margin:0px; padding:0px;}
html{font-size:100%;}
body{font-family:'Microsoft Yahei'; min-width:1000px;}
input, select, textarea{font-family:'Microsoft Yahei'; resize:none; overflow:visible;}
input[type="submit"], input[type="button"]{-webkit-appearance:none;}
input[type="button"], input[type="submit"]{cursor:pointer; border:0;}
a{text-decoration:none; color:#1d96dd;}
li{list-style:none;}
.clear{clear:both;}
.clearfix{zoom:1;}
.clearfix:after{content:''; clear:both; display:block; height:0; visibility:hidden;}
img{vertical-align:middle; border:0;}

.wrapper{
    width:1200px;
    margin:0 auto;
}


/*head
---------------------------------------*/
.yd_head{
    width: 100%;
    height: 148px;
    background: #2995D5;
    text-align: left;
}
.yd_head .head{
    padding-top: 35px;
    width: 100%;
    color: #fff6e4;
}
.yd_head .head .h-left, .yd_head .head .h-left .logo, .yd_head .head .h-left .title{
    float: left;
}
.yd_head .head .h-left .title{
    margin-left: 27px;
}
.yd_head .head .h-left .title p{
    line-height: 1;
}
.yd_head .head .h-left .title .b_title{
    font-size: 33px;
    margin-top: 10px;
}
.yd_head .head .h-left .title .s_title{
    font-size: 23px;
    margin-top: 20px;
}
.yd_head .head .h-right{
    float: right;
    margin-right: 15px;
}
.yd_head .head .h-right .user{
    float: left;
    margin-left: 15px;
}
.yd_head .head .h-right .user .imgbox{
    height: 47px;
    line-height: 47px;
    display: inline-block;
    vertical-align: 12px;
    *vertical-align: 7px;
}
.yd_head .head .h-right .user span{
    font-size: 20px;
    color: #fff6e4;
    margin-left: 6px;
}
.yd_bg{
    background: url(../images/login/bg.png) center top no-repeat;
    width: 100%;
}
.yd_Sort{
    overflow: hidden;
    overflow-x: auto;
    padding: 55px 0;
}
.yd_Sort ul li{
    float: left;
}
.yd_Sort ul li a{
    float: left;
    margin-right: 12px;
    _margin-right: 9px;
    margin-top: 10px;
}
.yd_Sort ul li a.noAuthority img{
    background: #d2d2d2 !important;
}
.yd_foot{
    width: 100%;
    height:60px;
    background: #2995D5;
    position: fixed;
    bottom: 0;
}



