@charset "utf-8";
/*Css Document*/
/*清零*/
body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div,dl,dt,dd,input{
    margin:0;padding:0;
}
body{
    font: 12px/1.5 Microsoft YaHei,tahoma,arial,Hiragino Sans GB,\\5b8b\4f53,sans-serif;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6{
    font-size: inherit;
    margin: 0;
}
img{
    border:none;
    vertical-align: middle;
}
label{
    margin: 0;
    line-height:inherit;
}
li{
    list-style:none;
}
i,em{
    font-style: normal;
}
input,select,textarea{
     outline:none;
}
textarea{
    resize:none;/*不可以由用户调整元素的大小*/
}

.clearfix:after{content:"";display:block;clear:both;}
.clearfix{zoom:1;}

table {max-width: 100%; background-color: transparent; border-collapse: collapse; border-spacing: 0; }


/*公共*/
/*float*/
.fl{
    float: left;
}
.fr{
    float: right;
}
label input{
    _width: 15px;
    _height: 15px;
    vertical-align: -2px;
    margin-right: 5px;
}

input[type="text"],
select{
    color: #555;
}
input[type="text"],
input[type="password"]{
    height: 18px;
    line-height: 18px;
}
select{
    height: 22px;
}
/*颜色*/
.fc-red{
    color: #f00;
}
/*表格*/
table.list-table{width:100%;max-width:100%;border:1px solid #e1e6eb;margin-top: 20px;}
table.list-table tr:hover{background-color: #F9F9FA;}
table.list-table th{padding:8px 8px;border-bottom:1px solid #e1e6eb;background-color:#F5F6FA;color:#999;font-weight:400;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align: left;}
table.list-table tr td{cursor:default;padding:8px 8px;border-bottom:1px solid #e1e6eb;color:#999;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
table.list-table tr.no-table{font-size: 16px;text-align: center;border:1px solid #e1e6eb; border-top:none;height: 150px;}
table.list-table tr.no-table:hover{background-color: #fff;}
table.list-table tr.page-table{padding:0 8px;text-align:right;height: 30px;line-height: 30px;}
table.list-table tr.page-table:hover{background-color: #fff;}
table.list-table tr.page-table span{margin-right:10px;vertical-align:10px;margin-top: 8px;float:right;display: inline-block;}
table.list-table tr.page-table .pagination{float: right;margin: 0;margin-top:5px;display: inline-block;}
table.list-table tr.page-table .pagination ul{display: inherit}
table.list-table tr.page-table .pagination ul li a{float: left;}
/*公共宽度*/
.w {
    margin: auto;
    width: 1002px;
}
.control-input{
    width: 110px;
    -webkit-box-shadow: inset 1px 1px 8px #E5E9E8;
    -moz-box-shadow: inset 1px 1px 8px #E5E9E8;
    box-shadow: inset 1px 1px 8px #E5E9E8;
    border: 1px solid #C2C2C2;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    color: #959595;
    vertical-align: middle;
}
.btn{
    border:0;
    background-image: url(../img/web-wjb/12.jpg);
    color: #555;
    width: 56px;
    height: 22px;
    font-size: 12px;
    font-weight: bold;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    vertical-align: middle;
}
/*头部*/
.header-wrap{
    background-image: url(../img/web-wjb/header-bg.jpg);
}
.header-wrap .header{
    height: 118px;
}
.header-wrap .hotline{
    float: left;
    width: 383px;
    height: 78px;
    background-image: url(../img/web-wjb/hotline.jpg);
    margin-top: 20px;
}
.header-wrap .qr-code{
    float: right;
    width: 90px;
    height: 90px;
    background-image: url(../img/web-wjb/erweima.jpg);
    background-size: 90px;
    margin-top: 14px;
}
.header-wrap .logo{
    float: right;
    width: 126px;
    height: 58px;
    background-image: url(../img/web-wjb/logo.jpg);
    margin-top: 30px;
    margin-left: 20px;
}
.header-wrap .nav{
    height: 40px;
    padding-left: 6px;
    background-color: #188B86;
    -moz-border-radius: 8px 8px 0 0;
    -webkit-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
}
.header-wrap .nav li{
    float: left;
    display: inline;
}
.header-wrap .nav a{
    color: #fff;
    background-color: #188B86;
    display: block;
    height: 40px;
    line-height: 40px;
    width: 98px;
    text-align: center;
    text-decoration: none;
    position: relative;
}

.header-wrap .nav a:after{
    content: "";
    width: 2px;
    height: 40px;
    background-image: url(../img/web-wjb/7.jpg);
    position: absolute;
    right: 0;
    top: 0;
}
.header-wrap .nav li:last-child a:after{
    display: none;
}
.work-wrap{
    margin-bottom: 10px;
}
.work-wrap .w{
    width: 982px;
    background-color: #EBEBEB;
    border: 1px solid #C0C0C0;
    padding: 4px 10px;
    box-sizing: border-box;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-top: 10px;
    overflow: hidden;
}
.work-wrap span{
    line-height: 22px;
    vertical-align: middle;
}
.work-wrap .btn{
    color: #ff0000;
}
.work-wrap input{
    margin-right: 5px;
}
.work-wrap .search,
.work-wrap .login,
.work-wrap .register,
.work-wrap .forget-password,
.work-wrap .welcom{
    float: left;
    margin-right: 20px;
}
.work-wrap .welcom{
    width: 156px;
    text-align: center;
}
.work-wrap .personal-center,
.work-wrap .safe-exit{
    float: left;
    background-color: #BFE4EA;
    padding: 0 15px;
    border-radius: 8px 8px 0 0;
    margin-top: 2px;
    box-shadow: 2px -3px 10px #fff;
}
.work-wrap .personal-center a{
    color: #000100;
}
.work-wrap .safe-exit a{
    color: #8E1818;
}
.work-wrap .personal-center{
    margin-right: 4px;
}
.work-wrap .safe-exit{
    margin-right: 60px;
}
.work-wrap a{
    color: #00A4F0;
    text-decoration: none;
}




.footer-wrap{
    background-image: url(../img/web-wjb/20.jpg);
    height: 155px;
    overflow: hidden;
}
.footer-copyright{
    float: left;
    margin-top: 20px;
    color: #cecece;
    line-height: 26px;
}
.footer-authentication{
    float: right;
    width: 476px;
    margin-top: 20px;
    position: relative;
}

.footer-authentication .hotline,
.footer-authentication .qq,
.footer-authentication .weibo{
    position: absolute;
    top: 55px;
    right: 0;
    width: 131px;
    height: 45px;
    background-position: 262px -45px;
    background-image: url(../img/web-wjb/br.jpg);
    background-size: 476px 90px;
}
.footer-authentication .hotline{
    top:15px;
    right: 0;
    width: 290px;
    height: 32px;
    background-position: 280px -12px;
}
.footer-authentication .qq{
    right: 142px;
    background-position: 393px -45px;
}
.footer-authentication .weibo{
    right: 11px;
}

/*面包屑导航*/
.crumbs-navigation{
    text-align: right;
    margin-bottom: 10px;
}
.crumbs-navigation img{
    margin-top: -3px;
}
.crumbs-navigation a{
    text-decoration: none;
    color: #555;
}
