@charset "UTF-8";
/*重置html默认标签样式*/
/***********************************************************************************************/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,button {
    margin:0;
    padding:0;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}
fieldset,img {
    border:0;
}
img{
    vertical-align: bottom;
}
address,caption,cite,code,dfn,em,th,var {
    font-style:normal;
    font-weight:normal;
}
ol,ul {
    list-style:none;
}
caption,th {
    text-align:left;
}
h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:normal;
}
q:before,q:after {
    content:"";
    line-height: 0;
}
abbr,acronym {
    border:0;
}

a:focus,
input[type=button],
input[type=submit],
input[type=text],
input[type=password],
textarea{
    outline:none;
}

/*components*/
/***********************************************************************************************/

/*通用标签样式*/
/***********************************************************************************************/
body {
    font-size:14px;
    color:#7d7d7d;
    line-height:20px;
    background-color: #f5f7fa;
    font-family: tahoma, arial, "PingFang SC", "Microsoft YaHei", SimSun, sans-serif;
}
a {
    outline: none;
    color: #00aaee;
    text-decoration: none;
}
h4, h5, h6 {
    margin-bottom: 5px;
}
h1, h2 {
    font-size: 14px;
    color: #7d7d7d;
    margin-bottom: 10px;
}
.font-bold{
    font-weight: bold;
}
/* 清理浮动 */
.clearfix:after,
.content-body:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix,
.content-body{
    zoom: 1;
}

.text-center{
    text-align: center;
}

.line-r-g{border-right: 1px solid #42a980;}
.fl{float: left;}
.fr{float: right;}
.center{
    margin: 0 auto;
}
.error{color: red;}
.clear{clear: both;}
.dis-none{display: none;}
.mid{
    width: 360px;
}
.inline{
    display: inline-block;
}

.row{width: 100%;margin-bottom: 10px;}
.row:before,.row:after,.control-holder:before,.control-holder:after{
    display: table;
    line-height: 0;
    content: "";
}
.row:after
,.control-holder:after{
    clear: both;
}
.clearfix:after {
    clear: both;
}
.clearfix:before, .clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}
.group-x{
    padding: 10px 0px 20px 0px;
}
.label-holder {
    margin-right: 10px;
    width: 70px;
}
.label-holder span{
    color: red;
}
.span2{
    width: 360px;
}
.text{
    vertical-align: middle;
    background-color: white;
    border: 1px solid #ccc;
    line-height: 18px;
    height: 18px;
    font-size: 13px;
    padding: 4px;
    border-radius: 3px;
}

input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="text"],
input[type="password"] {
    font-family: 'Microsoft Yahei', sans-serif;
    text-decoration: none;
}
input[type="submit"],
input[type="button"],
input[type="reset"] {
    cursor: pointer;
}
input[type="submit"].disabled{
    background-color:#ccc;
    border-color:#ccc;
}
.input-large{
    width: 515px;
}
.input-norm{
    width: 180px;
}
.inp-text{
    border: 1px solid #ccc;
    padding: 7px;
}
.input-small{
    width: 140px;
}

/*左侧导航样式 图标还需要优化 添加者：薛继苗*/
.nav-item a,
.nav-item a.disabled:hover,
.nac-item a.disabled{
    color: #272636;
}

.nav-item a .iconfont{
    margin-right: 10px;
    font-size: 22px;
    color: #666666;
}
.nav-item a:hover,
.nav-item a.active{
    color: #272636;
    background-color: #f2f2f2;
    height: 58px;
    line-height: 58px;
    border-left: 0;
    border-right: 0;
}
.nav-item a.active .iconFont{
    color: #272636;
}
.nav-item a.disabled:hover,
.nav-item a.disabled{
    color: #333333;
    cursor: default;
    opacity: .5;
    filter: alpha(opacity=50);
    background-color: #ffffff;
    border:0;
    height: 58px;
    line-height: 60px;
}
/*添加左侧展示小公用样式 命名空间content 添加者：薛继苗*/

.content-header{
    padding: 25px 20px;
    overflow: hidden;
}
.content-header-a{
    font-size: 12px;
    color:#42a980;
}
.content-header-a:hover{
    color:#42a980;
}
.content-title{
    font-size: 16px;
    float: left;
    font-weight: normal;
    color: #666666;
}
.content-title-aside{
    margin-left: 20px;
    color: #b7b7b7;
    font-size: 12px;
    line-height: 100%;
    vertical-align: baseline;
}


/*用于图片垂直居中*/
.content-img-box:after{
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.content-text{
    width: 300px;
    margin-left: 60px;
    margin-top: 10px;
    float: left;
}
.content-word{
    line-height: 20px;
    padding-top: 8px;
}

.content-footer{
    font-size: 0;
    padding-left: 10px;
}
.content-query-warp{
    padding-bottom: 26px;
}
.content-query-form{
    padding-bottom: 24px;
}
.content-table{
    width: 100%;
}
.content-table-big{
    line-height: 34px;
}
.content-table-border{
    border:1px solid #cdcdcd;
}
.content-table-border td,
.content-table-border th{
    border:1px solid #cdcdcd;
}
.content-query-table th{
    background: #42a980;
    color: #f6faf8;
}
.content-query-table th,
.content-query-table td{
    padding: 5px 10px;
    line-height: 15px;
}
.content-btn{
    display: inline-block;
    padding: 8px 16px;
    border:0;
    font-size: 14px;
    color: #ffffff;
    cursor: pointer;
    text-align: center;
    background-color: transparent;
}
a.content-btn:hover{
    color: #ffffff;
}
.content-btn:active{
    box-shadow: inset ;
}
.content-btn+.content-btn{
    margin-left: 16px;;
}
.content-btn:focus{
    outline:none;
}
button.content-btn-big{
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
    width: 150px;
}
.content-btn-blue,
.content-btn-blue-shadow{
    border-radius: 3px;
    background-color: #00baf0;
}
.content-btn-blue-shadow{
    box-shadow: 2px 2px 0 #ccc;
}
.content-btn-green{
    background-color: #42a980;
}
.content-flow{
    margin-top: 30px;
    position: relative;
}
.content-flow:after{
    position: absolute;
    z-index: 0;
    width: 80%;
    top: 50%;
    left: 50%;
    margin-left: -35%;
    content: "";
    height:0;
    font-size: 0;
    border-bottom: 1px solid #42a980;
}
.content-flow-step{
    position: relative;
    z-index: 1;
    float: left;
    margin-left: 24px;
}
.content-flow-current{
    background-color: #a9a9a9;
}
.content-btn-flow{
    cursor: default;
    border-radius: 4px;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 18px;
}
.content-flow-ready{

}
.content-flow-ready:after{
    display: none;
}
.content-flow-ready .content-btn-flow{
    font-size: 14px;
    letter-spacing: 3px;
    padding: 7px 20px;
    box-shadow: 1px 1px 0 #ccc;
    cursor: pointer;
}
.content-btn-query{
    width: 100px;
    height: 33px;
    box-shadow: 2px 2px 0 #ccc;
}
/*兼容ie以上*/
:root .content-table-checkbox{
    display: none;
}
:root .content-table-checkbox+s{
    cursor: pointer;
    display: inline-block;
}
td.content-table-checkbox-td,
th.content-table-checkbox-td{
    background: transparent;
    width: 10px;
}
.input-date-warp{
    position: relative;
}
.input-date-warp .kuma-icon-triangle-down{
    /* font-size: 24px; */
    color: #7e7e7e;
    position: absolute;
    right: 9px;
    top: 0px;
}
.input-date{
    cursor: pointer;
}
.zm-title{
    margin-top: 0px;
}

.header{
    width: 100%;
    background-color: #f2f2f2;
    border-bottom: 1px solid #42a980;
}
.header-inner{
    width: 990px;
    margin: 0 auto;
    padding: 20px 0;
}
.header .zm-logo{
    float: left;
    text-indent: -9999px;
}
.header .header-info{
    float: right;
}
.header .header-info li{
    float: left;
    margin: 0 7px;
    line-height: 42px;
}
.header .header-info .header-line{
    font-size: 16px;
}
.header .header-info li,.header .header-info li a{
    color: #42a980;
}
.header .header-info li a{
    vertical-align: middle;
    line-height: 16px;
}
/*底部样式*/
.footer-inner{
    padding: 58px 68px 0 80px;
    margin: 0 auto;
}
.footer-link-list{
    padding-bottom: 14px;
    line-height: 16px;
}
.footer-link-list a{
    float: left;
    margin-right: 13px;
}
.footer-link-list dd{
    overflow: hidden;
}
.footer-link-list,.footer-link-list a{
    font-family: "Microsoft YaHei",tahoma,arial,"Hiragino Sans GB",\5b8b\4f53;
    color: #ffffff;
}

.confirmbox-textarea{
    width: 442px;
    height: 120px;
    line-height: 20px;
    padding: 6px 10px;
    resize: none;
    border: 1px solid #cdcdcd;
    color: #666;
}

.ui-dialog-operation{
    text-align: center;
}

.mr20{margin-right: 20px;}
.mr25{margin-right: 25px;}

.ml50{margin-left: 50px;}
.ml90{margin-left: 90px;}
.ml80{margin-left: 80px;}
.ml20{margin-left: 20px;
    padding: 0px;
}
.ml60{
    margin-left: 60px;
    padding: 0px;
}
.ml25{margin-left: 25px;}
.ml10{margin-left: 10px;}
.mt10{margin-top: 10px;}
.mt20{margin-top: 20px;}
.mt30{margin-top: 30px;}
.mt50{margin-top: 50px;}
.mb100{margin-bottom: 100px;}
.mb50{margin-bottom: 50px;}
.mb30{margin-bottom: 30px;}
.mb10{margin-bottom: 10px;}
.pb20{padding-bottom: 20px;}
.pb30{padding-bottom: 30px;}
.mb55{margin-bottom: 55px;}
.mb25{margin-bottom: 25px;}
.mb15{margin-bottom: 15px;}
.pb10{padding-bottom: 8px;}
.pl10{padding-left: 10px;}
.mb300{margin-bottom: 300px !important;}
.w115{width: 115px;}
.mt-20{margin-top: -20px;}
.mt60{margin-top: 60px;}
.mt40{margin-top: 40px;}
.ml50{margin-left: 50px;}
.mr50{margin-right: 50px;}
.mb80{margin-bottom: 80px;}
.ml35{margin-left: 35px;}
.pl40{padding-left: 40px;}
.pt50{padding-top: 50px;}
.ml6{margin-left: 6px;}
.mr40{margin-right: 40px;}
.mr30{margin-right: 30px;}
.pt15{padding-top: 15px;}
.pb15{padding-bottom: 15px;}
.ml55{margin-left: 55px;}
.pb40{padding-bottom: 40px;}
.pr30{padding-right: 30px;}
.pl30{padding-left: 30px;}
.pl20{padding-left: 20px;}
.mt45{margin-top: 45px;}
.mr10{margin-right: 10px;}

sup {
    font-size: 12px;
    font-family: SimSun;
    padding-left: 5px;
}