/**
 * ����
 */

.row-full {
    width: 100%;
}

body{
	width: 100%;
/* 	min-width: 1080px; */
/* 	background-color: white; */
}

.txMessageInf {
    font-size: 10pt;
    color: #000000;
    font-weight: bold;
}
.txMessageWar {
    font-size: 10pt;
    font-weight: bold;
    color: #FF6600;
}
.txMessageErr {
    color: #FF0000;
    font-size: 10pt;
    font-weight: bold;
}

.header-top,
.header,
.main,
.footer,
.row-center,
.sub-menu-wrapper,
.sub-menu-wrapper-homepage{
    width: 100%;
    margin: 0 auto;
    float: right;
}



@media screen and (min-width: 1368px) { 
	.header-top,
    .header,
	.main,
	.footer,
	.row-center,
	.sub-menu-wrapper,
	.sub-menu-wrapper-homepage{
	}
} 

.row .col {
    padding: 5px;
/*     padding-left: 5px !important; */
    vertical-align: top;
}
.row .col-14 {
    width: 70%;
}

.row .col-13 {
    width: 30%
}
.row .col-12 {
    width: 100%;
}

.row .col-11 {
    width: 91.66666667%
}

.row .col-10 {
    width: 83.33333333%
}

.row .col-9 {
    width: 75%;
}

.row .col-8 {
    width: 66.66666667%
}

.row .col-7 {
    width: 58.33333333%
}

.row .col-6 {
    width: 50%;
}

.row .col-5 {
    width: 41.66666667%
}

.row .col-4 {
    width: 33.33333333%
}

.row .col-3 {
    width: 25%;
}

.row .col-2 {
    width: 16.66666667%
}

.row .col-1 {
    width: 8.33333333%
}

.row .col-offset-11 {
    margin-right: 91.66666667%
}

.row .col-offset-10 {
    margin-right: 83.33333333%
}

.row .col-offset-9 {
    margin-right: 75%;
}

.row .col-offset-8 {
    margin-right: 66.66666667%
}

.row .col-offset-7 {
    margin-right: 58.33333333%
}

.row .col-offset-6 {
    margin-right: 50%;
}

.row .col-offset-5 {
    margin-right: 41.66666667%
}

.row .col-offset-4 {
    margin-right: 33.33333333%
}

.row .col-offset-3 {
    margin-right: 25% !important;
}

.row .col-offset-2 {
    margin-right: 16.66666667%
}

.row .col-offset-1 {
    margin-right: 8.33333333%
}


/* ���Ƿ��� - �� */
.ct-up {
    display: block;
    width: 0;
    height: 0;
    float:right;
    margin-bottom:4px;
    margin-left: 2px;
    margin-right: 10px;
    vertical-align: middle;
    border-bottom: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

/* ���Ƿ��� - �� */
.ct-down {
    display: block;
    width: 0;
    height: 0;
    margin-left: 2px;
    float:right;
    margin-top:-20px;
    margin-right: 10px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

/* ���Ƿ��� - �� */
.ct-left {
    display: block;
    width: 0;
    height: 0;
    margin-left: 2px;
    float:right;
    margin-right: 10px;
    vertical-align: middle;
    border-right: 4px solid;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}

/* ���Ƿ��� - �� */
.ct-right {
    display: block;
    width: 0;
    height: 0;
    margin-left: 2px;
    float:right;
    margin-top: -20px;
    margin-right: 10px;
    vertical-align: middle;
    border-left: 4px solid;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}

/**
 * Clearfix
 */

.panel-head:after,
.clearfix:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden
}
.panel-head,
.clearfix {
    *+zoom:1;
}

/**
 * ����
 */
.paragraph {
    margin-bottom: 10px;
}

/**
 * �б�
 */

.list li {
    line-height: 16px;
    padding-bottom: 5px;
}

/**
 * ҳͷ�ϲ���
 */
.header-top{
	background-color: #fff;
	height: 30px;
} 
 
.header-top .left {
	margin-left:20px;
	height: 30px;
	line-height: 30px;
	float: left;
	z-index:30;
}

.header-top .right {
	height: 30px;
	line-height: 30px;
    font-size:12px;
    float:right;
    z-index:30;
    margin-right: 20px;
}

.header-top a:hover{
	color:#0078c9;
}

/**
 * ҳͷ
 */

.header {
    height: 90px;
}

.header .logo {
    position: absolute;
    left: 20px;
    top: 12px;
    width: 500px;
    height: 64px;
    text-indent: -1000em;
    margin-left: -10px;
}

.header .right-info {
    position:relative;
    font-size:12px;
    float:right;
    z-index:30;
}

.header .right-info .user-logo{
    float:left;
    cursor: pointer;
}

.header .right-info .user-info{
    text-align:left;
    float:left;
    line-height:16px;
    margin-top:7px;
    cursor: pointer;
}

.header .right-info .quit{
    width: 40px;
    float:left;
    margin-left:24px;
    margin-top:2px;
    cursor: pointer;
}

/** ���ֳ�����ʾʡ�Ժ� */
.text-hide{
	display: block;
	word-break:break-all;
    overflow: hidden; 
    white-space: nowrap;
    text-overflow: ellipsis;
}

.header .header-time{
    float: right;
    margin-right: 32px;
}

.header .header-time .year-month-day{
    width:50px;
    height: 50px;
    font-size: 12px;
    float:left;
}


.header .header-time .year-month-day .day-font{
    font-size: 28px;
}

.header .header-time .year-month-day div p{
    margin-left: 3px;
    margin-top: 3px;
}

.header .header-time .year-month-day div.day-font p{
    margin-left: 8px;
    margin-top: 2px;
}


.header .header-time .hour-min-scd{
    width:130px;
    height: 50px;
    font-size: 30px;
    float:left;
}

.header .header-time .hour-min-scd p{
    margin-left: 4px;
    margin-top: 8px;
}

/** tableѡ������ʽ */
.trSelected{ 
    background-color: #eef4ff !important;
    color:            #0077c7 !important; 
}

.footer{
    height:40px;
}

.footer p{
    margin:0 auto;
    width: 458px;
    line-height: 40px;
}
/**
 * �˵�
 */
.menu {
    position: relative;
}

.menu .main-menu {
   margin-top:-90px;
   margin-right:0px;
   float: right;
}

.menu .main-menu li {
    margin-left: 5px;
    height: 90px;
    min-width: 90px;
}

.menu .main-menu li a div {
	margin : 0px;
}

.menu .main-menu li a {
	margin-top: 10px;
    display: block;
    padding: 0 15px;
    text-align: center;
    font-size: 16px;
    font-family: '\5FAE\8F6F\96C5\9ED1';
    text-decoration: none;
    /* line-height: 120px; */
}

.menu .sub-menu-wrapper {
    position: relative;
}

.menu .sub-menu {
   
}

.menu .sub-menu li {
    vertical-align: top;
    margin-left: 5px;
}

.menu .sub-menu li a {
    display: block;
    padding: 0 15px;
    line-height: 34px;
    text-decoration: none;
    color: #fff;
    min-width: 52px;
}

.menu .sub-menu > li > a {
    font-size: 12px !important;
}

.menu .sub-menu li ul {
    display: none;
}

.menu .sub-menu li ul li {
    padding: 0;
    margin-left: 0;
    width: 100px;
    text-align: left;
}

.menu .sub-menu li ul li a {
    min-width: 70px;
    margin: 0;
    padding: 0;
    line-height: 30px;
}

.menu .sub-menu > .arrow {
   /*  position: absolute;
   top: 29px;
   width: 0;
   height: 0;
   margin-left: -5px;
   border-left: 5px solid transparent;
   border-right: 5px solid transparent;
   border-bottom: 5px solid #fff;  */
}

.menu .sub-menu > li.hover > ul {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    padding: 0 25px;
}

.menu .sub-menu > li.hover > ul > .arrow {
    position: absolute;
    bottom: 0;
    height: 2px;
}

/**
 * ����������
 */
/* .main { */
/* } */

/**
 * ����������
 */

.navigation .breadcrumb {
    float: left;
}

.navigation {
    margin: 0;
    padding: 0px !important;
}

.navigation .action-bar li,
.navigation .action-bar li a,
.navigation .action-bar li i {
    vertical-align: top
}

.breadcrumb span,
.breadcrumb i,
.breadcrumb a {
    line-height: 23px;
    margin-right: 7px;
    vertical-align: middle;
}

.navigation .breadcrumb{
    height: 30px;
    line-height: 30px;
}

.navigation .breadcrumb i.icon{
    margin-left: 10px;
}
.navigation .breadcrumb em{
    cursor: pointer;
    margin-top:1px;
}

/**
 * ͨ����ʽ
 */

/**
 * ͼ��
 * 
 * <i class="icon icon-ͼ����"></i>
 */
i.icon {
    margin: 0;
    vertical-align: middle;
    text-indent: -1000em;
    text-transform:capitalize;
    background-repeat: no-repeat;
}

.icon {
    width: 24px;
    height: 24px;
}

.icon-m-1,
.icon-m-2,
.icon-m-3,
.icon-m-4,
.icon-m-5,
.icon-m-6,
.icon-m-7,
.icon-m-8,
.icon-m-9,
.icon-m-10,
.icon-m-11,
.icon-m-12,
.icon-m-13,
.icon-m-14,
.icon-m-15,
.icon-m-16,
.icon-m-17,
.icon-m-18,
.icon-m-19,
.icon-m-20,
.icon-m-21,
.icon-m-22,
.icon-m-23,
.icon-m-24,
.icon-m-25,
.icon-m-26,
.icon-m-27,
.icon-m-28,
.icon-m-29,
.icon-m-30,
.icon-m-31,
.icon-m-32,
.icon-m-33,
.icon-m-34,
.icon-m-35,
.icon-m-36,
.icon-m-37,
.icon-m-38,
.icon-m-39,
.icon-m-40,
.icon-m-41,
.icon-m-42,
.icon-m-43,
.icon-m-44,
.icon-m-45,
.icon-m-46,
.icon-m-47,
.icon-m-48,
.icon-m-49,
.icon-m-50,
.icon-m-51,
.icon-m-52,
.icon-m-53,
.icon-m-54 {
    width: 48px;
    height: 48px;
}

.icon-m {
    width: 48px;
    height: 48px;
}

.icon-l-1,
.icon-l-2,
.icon-l-3,
.icon-l-4,
.icon-l-5,
.icon-l-6,
.icon-l-7,
.icon-l-8,
.icon-l-9,
.icon-l-10,
.icon-l-11,
.icon-l-12,
.icon-l-13,
.icon-l-14,
.icon-l-15,
.icon-l-16,
.icon-l-17,
.icon-l-18,
.icon-l-19,
.icon-l-20,
.icon-l-21,
.icon-l-22,
.icon-l-23,
.icon-l-24,
.icon-l-25,
.icon-l-26,
.icon-l-27,
.icon-l-28,
.icon-l-29,
.icon-l-30,
.icon-l-31,
.icon-l-32,
.icon-l-33,
.icon-l-34,
.icon-l-35,
.icon-l-36,
.icon-l-37,
.icon-l-38,
.icon-l-39,
.icon-l-40,
.icon-l-41,
.icon-l-41,
.icon-l-42,
.icon-l-43,
.icon-l-44,
.icon-l-45,
.icon-l-46,
.icon-l-47,
.icon-l-48,
.icon-l-49,
.icon-l-50,
.icon-l-51,
.icon-l-51,
.icon-l-52,
.icon-l-53,
.icon-l-54,
.icon-l-55,
.icon-l-56,
.icon-l-57,
.icon-l-58,
.icon-l-59,
.icon-l-60, 
.icon-l-61,
.icon-l-62,
.icon-l-63,
.icon-l-64,
.icon-l-65,
.icon-l-66,
.icon-l-67,
.icon-l-68,
.icon-l-69,
.icon-l-70,
.icon-l-71,
.icon-l-72 {
    width: 64px;
    height: 64px;
}

/**
 * ����̨ͼ��ռ�����
 */
.size-64{
	width: 64px;
    height: 64px;
}


a.link {
    text-decoration: underline;
}

/**
 * ��
 */

.block {
/*     margin-top: 5px; */
    background: #fff;
    padding:  5px;
/*     padding-left: 0px; */
}

.block.row {
    padding: 5px;
}

/**
 * ��Ϣ
 */
.message {
    display: block;
    margin: 5px 9px;
    letter-spacing: 0;
    line-height: 20px;
    text-align: left;
    font-weight: bold;
}

.message .icon{
    margin-top: -3px;
    margin-right: 4px;
}

/**
 * ���
 */
.panel .panel-head{
    position: relative;
    top: 1px;
    padding: 6px 11px 5px 11px;
    line-height: 20px;
    margin-top: -1px;
}

.panel .panel-head .title,
.section .section-head .title {
    font-size: 12px;
    font-weight: bold;
    vertical-align: top;
}

.panel .panel-head .title img.icon {
    width: 16px !important;
    height: 16px !important;
    border: 0;
    margin: 2px 0;
    vertical-align: top;
}

.panel .panel-head .title i.icon ,
.section .section-head .title i.icon {
    margin: -2px 0;
    vertical-align: top;
    margin-right:-3px;
}

.panel .panel-head .action-bar {
    position: absolute;
    right: 10px;
    top: 0;
}

.panel .panel-body {
    padding: 5px;
    overflow: auto; 
    overflow-x:hidden;
}

.panel .panel-head .action-bar li,
.panel .panel-head .action-bar a,
.panel .panel-head .action-bar {
    line-height: 30px;
}

/**
 * �����
 */
.panel-group > .panel > .panel-head > .title.monitor{
    cursor: pointer;
    margin-left:-20px;/** �����*/
}
 
.panel-group > .panel > .panel-head > .title {
    cursor: pointer;
}

.panel-group > .panel.active > .panel-body {
    display: block;
}

.panel-group > .panel {
    margin-bottom: 10px;
}

.panel-group > .panel.last {
    margin-bottom: 0;
}
.panel-group > .panel:last-child {
    margin-bottom: 0;
}

.panel-group > .panel > .panel-head {
    padding: 4px 0 4px 32px;
    line-height:20px;
}

.panel-group > .panel > .panel-head .title .ip{
	margin-left:28px;
	color:#000000;
}

.panel-group > .panel > .panel-head > .row {
    margin: -4px;
}

.panel-group > .panel > .panel-head .panel-state.icon.monitor{
    position: absolute;/** �����ҳר��*/
    left: 91%;
    top: 25%;
}

.panel-group > .panel > .panel-head .panel-state.icon {
    position: absolute;
    left: 2px;
    top: 2px;
}

/**
 * ���߿����
 */
.section {
    position: relative;
    padding-top: 32px;
}

.section .section-head {
    position: absolute;
    left: 0;
    top: 5px;
    width: 100%;
}

.section .section-head .title,
.section .section-head .action-bar {
    line-height: 22px;
}

.section .section-body {
    padding: 10px;
    border: 1px solid #e0e0e0;
}

.section .section-body.row {
    padding: 5px; 
}

.section .section-head .btn {
    margin: 0;
    padding: 2px;
    line-height: 18px;
}

.section .section-head .btn,
.section .section-head .span,
.section .section-head img {
    vertical-align: middle;
}

.section .section-head li {
    vertical-align: middle;
}

/**
 * Metro��� panel
 */
 .metro-panel {
    
    border:1px solid #dadada; 
    background-color:#fff;
    -webkit-box-shadow:2px 2px 0px #d0d4d7;
    -moz-box-shadow:2px 2px 0px #d0d4d7;
    box-shadow:2px 2px 0px #d0d4d7; 
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#bdc2c6', Direction=135, Strength=2);
    color: #fff;
    padding: 16px 10px;
    text-align: center;
    float: left;
}

.metro-panel:hover {
    
    background-color:#fff;
    -webkit-box-shadow:2px 2px 0px #d0d4d7;
    -moz-box-shadow:2px 2px 0px #d0d4d7;
    box-shadow:2px 2px 0px #d0d4d7; 
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#bdc2c6', Direction=135, Strength=2);
    color: #fff;
    
    text-align: center;
    float: left;
}
.metro-panel .icon {
    width: 48px;
    height: 48px;
}

.metro-panel img.icon {
    background: none;
}

.metro-panel .icon,
.metro-panel span,
.metro-panel a {
    vertical-align: middle;
}
.metro-panel .title {
    width: 60px;
    height: 48px;
    line-height: 48px;
    font-size: 12px;
    float: right;
    text-align: left;
}

/**
 * ����������ʾ��
 */
marquee,
.marquee {
    position: relative;
    line-height: 24px;
    letter-spacing: 0;
    overflow: hidden;
}

.marquee li {
    position: absolute;
}

/**
 * ��������ʽ
 */
.title-thead{
    display:block;
} 
.this-scroll{
    display:block;
    overflow-y:scroll;
    height: 180px; 
    margin-right:-16px;
}
/**
 * ���
 */
table.table,
table.table_1,
table.dynamic-table {
    border: none;
    width: 100%;
    letter-spacing: 0;
    border-spacing:  0;
    border-collapse: collapse;
}

table.table caption {
    padding: 7px 9px; 
    text-align: left;
    margin-bottom: 10px;
}
table.table_1 {
    padding: 7px 9px; 
    text-align: left;
}

table.table th{
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    white-space: nowrap;
}


table.table td{
    border-bottom: 1px solid #ccd2d7; 
    word-break:break-all;
}
table.table td, table.table th, 
table.table_1 td{
    line-height: 26px;
    padding:  2px 10px;
    text-align: left;
}
table.table_1 th {
    line-height: 26px;
    padding:  2px 10px;
    text-align: center;
}

table.table.fixed, 
table.table_1.fixed{
    table-layout: fixed;
}





/**
 * ��̬���
 */
table.dynamic-table td {
    line-height: 20px;
    padding-bottom: 10px;
}

table.dynamic-table td .btn {
    line-height: 20px;
    padding: 0;
}

table.dynamic-table td input,
table.dynamic-table td select,
table.dynamic-table td img {
    margin: 0 3px;
    vertical-align: middle;
}

table.dynamic-table td label {
    width: 85px;
    text-align: right;
}

table.dynamic-table td label.short-label {
    width: 60px;
}

table.dynamic-table td label.short-label {
    width: 130px;
}

/**
 * �������ͷ
 */
table.table td.title {
    font-weight: 700;
}

/**
 * ��
 */

.form-grid {
    padding: 10px 9px 0 25px;
}

/* �޸�����ڱ���߾� */
.panel > .form-grid,
.panel-body > .form-grid {
    padding: 0;
    margin: 10px 10px 0 10px;
}

.form-grid .ctrl-group {
    position: relative;
    margin-bottom: 10px;
    padding: 0;
    vertical-align: top;
}

.ctrl-group .label,
.ctrl-group .ctrl-left {
	z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 90px;
    /*padding-top: 3px;*/
    text-align: right;
    line-height: 22px;
    vertical-align: top;
    padding-right:0px;
}

.ctrl-group .label .mark {
    line-height: 22px;
}

.ctrl-group .ctrl,
.ctrl-group .label-right {
    width: 100%;
    min-height: 22px;
    _height: 22px;
    padding-left: 95px;
    padding-right: 15px;
    line-height: 22px;
    vertical-align: top;
}

.ctrl.ctrl-append,
.ctrl.ctrl-prepend {
    position: relative;
}

.ctrl.ctrl-append {
   padding-right: 36px;
    /* padding-right: -10px; */
}

.ctrl.ctrl-prepend {
    padding-left: 120px;
}

.ctrl.ctrl-append-iconAndCharacter {
    padding-right: 100px;/*ͼ�����ı�������ר��*/
   /*  padding-right: -10px; *//*ͼ�����ı�����ר��*/
}
.ctrl.ctrl-append-iconAndCharacter a{
    position: absolute;
    right: 15px;
    top: -1px;
    width: 90px;
    height: 16px;
    outline:none;
}
.ctrl.ctrl-append-iconAndCharacter a span{
    margin-left:-6px;
}

.ctrl.ctrl-append-textArea-iconAndCharacter{
    padding-right: 100px;
}
.ctrl.ctrl-append-textArea-iconAndCharacter a{
    position: absolute;
    right: 15px;
    top: 48px;
    width: 90px;
    height: 16px;
    margin-top: -5px;
    outline:none;
}

.ctrl.ctrl-append-textArea-iconAndCharacter a span{
    margin-left:-6px;
}
.ctrl.ctrl-append .icon,
.ctrl.ctrl-prepend .icon {
    position: absolute;
   /* right: 15px;*/
    right:18px;
    top: 3px;
    width: 16px;
    height: 16px;
    z-index:1000;/*ͼ�����ı���ר��*/
}

.ctrl.ctrl-append i.icon,
.ctrl.ctrl-prepend i.icon {
    margin-top: -4px;
    margin-left: -4px;
    width: 24px;
    height: 24px;
}

.ctrl.ctrl-prepend .icon {
    right: inherit;
    left: 100px;
}
.ctrl.ctrl-append i.icon {
    margin-left: 0;
    margin-right: -4px;
}

.ctrl-group.ctrl-short-label .label {
    width: 60px;
}

.ctrl-group.ctrl-short-label .ctrl {
    padding-left: 75px;
}

.ctrl-group.ctrl-short-label .ctrl.ctrl-prepend {
    padding-left: 95px;
}

.ctrl-group.ctrl-short-label .ctrl.ctrl-prepend .icon {
    left: 75px;
}

.ctrl-group.ctrl-long-label .label {
    width: 130px;
}

.ctrl-group.ctrl-long-label .ctrl {
    padding-left: 145px;
}

.ctrl-group.ctrl-long-label .ctrl.ctrl-prepend {
    padding-left: 165px;
}

.ctrl-group.ctrl-long-label .ctrl.ctrl-prepend .icon {
    left: 145px;
}

.ctrl-group.ctrl-only .ctrl {
    padding-left: 0;
}

.ctrl-group.ctrl-max-label .label {
    width: 170px;
}

.ctrl-group.ctrl-max-label .ctrl {
    padding-left: 185px;
}

.ctrl-group.ctrl-max-label .ctrl.ctrl-prepend {
    padding-left: 205px;
}

.ctrl-group.ctrl-max-label .ctrl.ctrl-prepend .icon {
    left: 185px;
}

.ctrl input,
.ctrl textarea,
.ctrl select,
.dynamic-table input,
.dynamic-table textarea,
.dynamic-table select {
    width: 100%;
    border: 1px solid #e0e0e0;
}

.ctrl .select2-container,.ctrl .select-container{
    width: 100%;
}

/**
 * ������
 */
.mark {
    margin-right: 3px;
    vertical-align: middle;
}

/* ��̬���� */
.dynamic-table input,
.dynamic-table textarea,
.dynamic-table select {
    vertical-align: middle !important;
    width: auto;
}

.ctrl textarea,
.dynamic-table textarea {
    overflow-y: auto;
}

.ctrl input[type=text],
.dynamic-table input[type=text],
.ctrl input.text,
.dynamic-table input.text {
    height: 22px;
}

.ctrl input[type=text],
.dynamic-table input[type=text],
.ctrl input.text,
.dynamic-table input.text,
.ctrl input[type=file],
.dynamic-table input[type=file],
.ctrl input.file,
.dynamic-table input.file,
.ctrl textarea.text,
.dynamic-table textarea.text,
.ctrl select,
.dynamic-table select,
.ctrl-group .btn {
    position: relative;
    margin: 0;
    line-height: 16px;
    vertical-align: top;
    padding: 2px 5px;
    resize: none;
    z-index: 1;
}

.ctrl select,
.dynamic-table select {
    padding: 2px;
    padding-left: 0px;
}

.ctrl input.file,
.dynamic-table input.file {
    height: 22px;
    padding: 0;
    line-height: 20px;
    vertical-align: top;
}

.ctrl-group .btn {
    margin-left: 13px;
    padding: 3px;
    padding-top: 4px;
    border-radius: 4px;
}
.ctrl-group .btn i.icon{
    margin-top: -3px;
}



/**
 * ��ѡ��/��ѡ����
 */
.ctrl .checkbox,
.ctrl-left .checkbox,
.ctrl-left input[type=checkbox],
.ctrl .radio,
.ctrl-left .radio,
.ctrl-left input[type=radio] {
    line-height: 22px;
    margin-right: 10px;
    vertical-align: top;
}

.ctrl .checkbox input,
.ctrl .radio input,
.ctrl-left input[type=checkbox],
.ctrl-left input[type=radio] {
    width: 16px;
    height: 16px;
    margin: 0 5px 0 0;
    border-width: 0;
    line-height: 22px;
    vertical-align: middle;
}

.ctrl .row .checkbox.col,
.ctrl .row .radio.col {
    margin: 0;
    padding: 0 5px 0 0;
}

.ctrl.ctrl-vertical label {
    display: block;
    width: 100%;
}

.ctrl-left {
    height: 22px;
}

/**
 * Border-box
 */

.border-box,
.block,
.ctrl-group .ctrl,
.row .col,
.ctrl input.text,
.ctrl textarea,
.ctrl select,
.modal .head,
.modal .main,
.panel .panel-body,
.menu-collection.horizontal .menu-item ,
.menu-collection-new.horizontal .menu-item ,
.monitor-box,
.menu .sub-menu > li.hover > ul {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    *behavior: url('header/js/boxsizing.htc') !important;
}


/**
 * Inline-Block
 */

/* �޸� inline-block ��϶ */
.menu .sub-menu,
.menu .main-menu,
.horizontal,
.action-bar,
.form-grid,
.row,
.tabs .tab-titles,
.menu .sub-menu li ul {
    letter-spacing: -4px;
}
.ctrl.row {
    letter-spacing: -4px !important;
}

.inline-block,
.menu .main-menu li,
.menu .sub-menu li,
.horizontal li,
.action-bar li,
i.icon,
i.iconmine,
i.icon-dev,
.form-grid .ctrl-group,
.ctrl-group .label-right,
.ctrl-group .label,
.ctrl-group .ctrl-left,
.ctrl-group .ctrl,
.ctrl-group .ctrl input,
.ctrl-group .ctrl textarea,
.breadcrumb li,
.breadcrumb li a,
.breadcrumb li span,
.navigation .action-bar a,
.btn,
.ctrl label.checkbox,
.ctrl label.radio,
.row .col,
.tabs .tab-titles li,
table.dynamic-table td label,
.menu .sub-menu li ul li a {
    display: inline-block;
    *display: inline;
    font-size: 12px;
    letter-spacing: 0;
    zoom: 1;    
}

/**
 * ��ť
 */

.btn {
    min-width: 100px;
    margin: 10px 15px;
    padding: 4px 10px;
    border: none;
    outline: none;
    font-size: 12px;
    text-align: center;
    vertical-align: middle;
    line-height: 20px;
    cursor: pointer;
    filter:alpha(opacity=85);
    opacity: .85;
}

.btn.right-align {
    margin: 0px 16px;

}

.btn:hover,
.btn:active {
    filter:alpha(opacity=100);
    opacity: 1;
}

.btn .icon {
    height: 20px;
    margin: -2px 0;
    padding: 2px 0;
    vertical-align: top;
}

.btn.btn-small {
    min-width: 75px;
    padding: 2px 5px;
    line-height: 16px;
}

.btn.btn-large {
    min-width: 150px;
    padding: 6px 15px;
    line-height: 24px;
}

/**
 * ������
 */
.action-bar {
    text-align: right;
}

/**
 * ���̰�ť��ʽ
 */
.button-bar {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 1900;
    width: 100%;
    background-color: #DBDBDB;
    text-align: center;
    left: 0;
    height: 45px;
}
.button-bar-left {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 1901;
    width: 20px;
    background-color: #0077C7;
    text-align: center;
    left: 0;
    height: 45px;
    vertical-align: middle;
}
.action-bar li {
    margin-left: 10px;
    line-height: 22px;
}

.action-bar li a,
.action-bar li i {
    font-size: 12px;
}

.action-bar .btn {
    margin-left: 15px;
    margin-right: 0;
}

.action-bar.pull-right .btn {
    margin-left: 0;
    margin-right: 15px;
}

/**
 * ��ҳǰ�а�ť��ʽ
 *  paging-button  ��ť��ʽ
 *  paging-content ��ҳ����
 */
.paging-button{
    width: 120px !important;
    margin-top: -4px;
    margin-left: -20px;
}
.paging-content{
    width: 88% !important;
    margin-top: 0px;
    margin-left: 10px;
}

/**
 * ��ҳ��
 */
.pagination-bar {
    padding-top: 0px;
    line-height: 24px;
}

.pagination-bar .btn,
.pagination-bar span,
.pagination-bar strong {
    min-width: 80px;
    _width: 80px;
    padding: 2px 5px;
    margin: 0 10px 0 0;
    vertical-align: middle;
}

.pagination-bar a:link,a:visited{
    color:#414141;
    text-decoration:none;
}
.pagination-bar a:hover{
   text-decoration:underline;
}

/**
 * ���������
 */
.overflow-x{
    overflow-x:auto;
}
/**
 * ���������
 */
.overflow-y{
    overflow-y:auto;
}

/**
 * loading ���ֲ�
 */
.loading-cover {
    position: absolute;
}

.loading-panel {
    line-height: 24px;
    padding: 5px 5px 5px 39px;
    border-radius: 3px;
}

.cover {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.loading-cover,
.cover {
    opacity: .5;
    filter:alpha(opacity=50);
}
/**
 * �����ק��ʽ
 */
.rc-handle-container{
    position:relative;
}
.rc-handle{
    position:absolute;
    width:7px;
    cursor:ew-resize;
    *cursor:pointer;
    margin-left:-3px;
}

/**
 * ������
 */
.modal {
    position: fixed;
    left:50%;
    top:50%;
}

.modal .border,
.modal .head {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;    
}

.modal .border {
    z-index: 0;
    height: 100%;
    margin: -5px;
    padding: 5px;
    border-radius: 5px;
    background: #fff;
    opacity: .3;
    filter:alpha(opacity=30);
}
.modal .head {
    z-index: 2;
    height: 40px;
    padding: 0 20px;
    border-radius: 5px 5px 0 0;
    font-size: 15px;
    font-weight: bold;
    line-height: 40px;
}
.modal .head .btn-cancel {
    position: absolute;
    line-height: 20px;
}
.modal .main {
    z-index: 1;
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    min-width: 0px;
}
.modal .main .body {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}
.modal .main iframe {
    height: 100%;
}

.modal-fetcher {
    position: fixed;
    bottom: 100%;
    left: 0;
}

.modal .main,
.modal-fetcher .wrapper,
.modal.loading .main iframe {
    padding: 40px 0 0 0;
}

.modal .head .btn-cancel {
    margin: 0;
    right: -23px;
    top: -23px;
}

/**
 * ��������ťģʽ�Ի���
 */
.modal .main.formal,
.modal-fetcher .wrapper.formal {
    padding: 40px 0 0 0;
}

.modal .formal .modal-action-bar {
    position: absolute;
    width: 100%;
    bottom: 5px;
    left: 0;
}

.modal.loading {
    width:200px;
    height:100px;
    margin-left: -100px;
    margin-top: -50px;
}

.modal.loading .main iframe {
    position: fixed;
    height: auto;
    bottom: 100%;
    left: 0;
}

/**
 * �˵���ҳ(�˵���)
 */
.menu-collection .menu-item {
    padding: 40px 10px;
}

.menu-collection .menu-item img,
.menu-collection .menu-item .icon {
    float: left;
    width: 64px;
    height: 64px;
}
.menu-collection .menu-item .title {
    margin-left: 74px;
    line-height: 24px;
}
.menu-collection .menu-item .descr {
    margin-left: 74px;
    line-height: 20px;
    max-height: 100px;
    height: 100px;
}

.menu-collection.horizontal {
    border: none;
    margin: 0 -4px 0 -5px;
}

.menu-collection.horizontal .menu-item {
    padding: 0 5px;
    width: 12.5%;
}

.menu-collection.horizontal .menu-item a {
    border: 1px solid #ccc;
    padding: 5px;
    display: block;
}

.menu-collection.horizontal .menu-item.last,
.menu-collection.horizontal .menu-item:last-child {
    margin-right: 0;
}

.menu-collection.horizontal .menu-item img,
.menu-collection.horizontal .menu-item .icon {
    display: block;
    float: none;
    margin: 0 auto 3px auto;
    width: 48px;
    height: 48px;    
}

.menu-collection.horizontal .menu-item .title {
    display: block;
    margin: 0;
    text-align: center;
}

/**
 * �°�˵���ҳ(�˵���)
 */
 
 .menu-collection-new .top {
    padding-left: 30px;
    padding-top:30px;
    background-position: right;
    background-repeat: no-repeat;
    height: 154px;
 }
 
 .menu-collection-new .top .pic{ 
    width:76px; 
    height:76px;
    vertical-align: middle;
    text-align: center;
    padding: 0px !important;
    
}
 .menu-collection-new .top .title{ 
    color:#0078c9; 
    width:220px; 
    height:35px; 
    font-family:"Microsoft YaHei"; 
    text-align:left; 
    font-size:30px; 
    line-height:30px;
    vertical-align: bottom;
}
.menu-collection-new .top .desc{ 
    width:50%; 
    height:35px; 
    color:#58636d;
    word-break:break-all; 
    word-wrap:break-word; 
    line-height:24px;
}
 
.menu-collection-new .menu-item {
    padding: 10px 10px;
}

.menu-collection-new .menu-item > div{
    padding-right:10px;
    height:120px; 
    border:1px solid #dadada; 
    background-color:#fff;
    -webkit-box-shadow:2px 2px 0px #d0d4d7;
    -moz-box-shadow:2px 2px 0px #d0d4d7;
    box-shadow:2px 2px 0px #d0d4d7; 
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#bdc2c6', Direction=135, Strength=2); 
    position:relative;
}
.menu-collection-new .menu-item > div:hover{
    padding-right:10px;
    height:120px; 
    background-color:#fff;
    -webkit-box-shadow:2px 2px 0px #d0d4d7;
    -moz-box-shadow:2px 2px 0px #d0d4d7;
    box-shadow:2px 2px 0px #d0d4d7;
}

.menu-collection-new .menu-item img,
.menu-collection-new .menu-item .icon {
    float: left;
    width: 64px;
    height: 64px;
}
.menu-collection-new .menu-item .title {
    width:135px; 
    height:22px; 
    line-height:24px; 
    font-family:"Microsoft YaHei"; 
    font-weight:lighter;
    float:left; 
    position:absolute; 
    left:74px; 
    top:10px; 
    font-size:18px;
}
.menu-collection-new .menu-item .descr {
    width:248px; 
    height:68px;
    word-break:break-all; 
    word-wrap:break-word; 
    line-height:20px; 
    float:left; 
    position:absolute; 
    left:74px; 
    top:38px;
    text-indent: 2em;
}


.menu-collection-new.horizontal {
    border: none;
    margin: 0 -4px 0 -5px;
}

.menu-collection-new.horizontal .menu-item {
    padding: 0 5px;
    width: 12.5%;
}

.menu-collection-new.horizontal .menu-item a {
    border: 1px solid #ccc;
    padding: 5px;
    display: block;
}

.menu-collection-new.horizontal .menu-item.last,
.menu-collection-new.horizontal .menu-item:last-child {
    margin-right: 0;
}

.menu-collection-new.horizontal .menu-item img,
.menu-collection-new.horizontal .menu-item .icon {
    display: block;
    float: none;
    margin: 0 auto 3px auto;
    width: 32px;
    height: 32px;    
}

.menu-collection-new.horizontal .menu-item .title {
    display: block;
    margin: 0;
    text-align: center;
}

/* ��ز˵� */

.contractMenu{
    width: 250px;
    position: absolute;
    float: left;
}

.contract-content{
    width:100%;
}

.contract-content .contractContent{
    margin-left:250px;
}

.menu.collapse-menu {
    background: none;
}

.menu.collapse-menu span,
.menu.collapse-menu a {
    display: block;
}

.menu.collapse-menu a:hover {
    text-decoration: none;
}

.menu.collapse-menu > li > span,
.menu.collapse-menu > li > a {
    padding:13px 10px 13px 20px;
    padding: 13px 26px\9;
}

.menu.collapse-menu > li > span img,
.menu.collapse-menu > li > a img,
.menu.collapse-menu > li > span h2,
.menu.collapse-menu > li > a h2 {
    margin-right: 10px;
    display: inline;
    vertical-align: middle;
}

.menu.collapse-menu > li > span h2,
.menu.collapse-menu > li > a h2 {
    font-weight: normal;
}

/* ��ض����˵� */

.menu.collapse-menu > li > ul {
    display: none;
}

.menu.collapse-menu > li.this > ul {
    display: block;
}

.menu.collapse-menu > li > ul > li > a,
.menu.collapse-menu > li > ul > li > span {
    padding: 4px 0 4px 60px;
    border-bottom: 1px solid #ccc;
}

.menu.collapse-menu > li > ul > li.this > a,
.menu.collapse-menu > li > ul > li.this > span {
   /*  font-weight: bold; */
}

/* ��������˵� */

.menu.collapse-menu > li > ul > li > ul {
    display: none;
}

.menu.collapse-menu > li > ul > li.this > ul {
    display: block;
}

.menu.collapse-menu > li > ul > li > ul > li > a,
.menu.collapse-menu > li > ul > li > ul > li > span {
    padding: 8px 0 8px 60px;
    border-bottom: 1px solid #ccc;
}

.menu.collapse-menu > li > ul > li > ul > li.this > a,
.menu.collapse-menu > li > ul > li > ul > li.this > span {
    font-weight: bold;
}

.menu.collapse-menu > li > ul > li > ul > li.this > div.thisBlock{
    width:5px;
    height:29px;
    float:right;
    margin-top:-29px;
}

/* �°��ز˵� */

.menu.collapse-menu-new {
    background: none;
}

.menu.collapse-menu-new span,
.menu.collapse-menu-new a {
    display: block;
}

.menu.collapse-menu-new a:hover {
    text-decoration: none;
}

.menu.collapse-menu-new > li > span,
.menu.collapse-menu-new > li > a {
    padding: 15px 30px;
    margin-bottom: 1px;
}

.menu.collapse-menu-new > li > span img,
.menu.collapse-menu-new > li > a img,
.menu.collapse-menu-new > li > span h1,
.menu.collapse-menu-new > li > a h1 {
    margin-right: 10px;
    display: inline;
    vertical-align: middle;
}

.menu.collapse-menu-new > li > span h1,
.menu.collapse-menu-new > li > a h1 {
    font-weight: normal;
}

/* �°��ض����˵� */

.menu.collapse-menu-new > li > ul {
    display: none;
}

.menu.collapse-menu-new > li.this > ul {
    display: block;
}

.menu.collapse-menu-new > li > ul > li > a,
.menu.collapse-menu-new > li > ul > li > span {
    padding: 15px 0 15px 60px;
    border-bottom: 1px solid #ccc;
    
}

.menu.collapse-menu-new > li > ul > li > a:hover,
.menu.collapse-menu-new > li > ul > li > span:hover {
    background-color: white;
    font-weight:bold; 
    color:#000;
}

.menu.collapse-menu-new > li > ul > li > a.nc:hover,
.menu.collapse-menu-new > li > ul > li > span.nc:hover {
    font-weight: normal;
    background-color: transparent;
    color: inherit;
    cursor: default;
}

/** �����˵����и� */
.menu.collapse-menu-new > li > ul > li.low > a,
.menu.collapse-menu-new > li > ul > li.low > span {
    padding: 10px 0 10px 60px;
    border-bottom: 1px solid #ccc;
    
}

.menu.collapse-menu-new > li > ul > li.low > a:hover,
.menu.collapse-menu-new > li > ul > li.low > span:hover {
    background-color: white;
    font-weight:bold; 
    color:#000;
}

.menu.collapse-menu-new > li > ul > li.low > a.nc:hover,
.menu.collapse-menu-new > li > ul > li.low > span.nc:hover {
    font-weight: normal;
    background-color: transparent;
    color: inherit;
    cursor: default;
}

.menu.collapse-menu-new > li > ul > li.this > a,
.menu.collapse-menu-new > li > ul > li.this > span {
    background-color: white;
    font-weight:bold; 
    color:#000;
}

.menu.collapse-menu-new > li > ul > li.this > a:hover,
.menu.collapse-menu-new > li > ul > li.this > span:hover {
    background-color: white;
}

/**
 * ������ݲ˵�
 */
.spec-scroll{
    clear:both;
    margin: 0 auto;
    margin-top:5px; 
    width:820px;
}
.spec-scroll .prev{
    float:left;
    margin-right:5px;
}
.spec-scroll .next{
    float:right;
}
.spec-scroll .prev,.spec-scroll .next{
    display:block;
    font-family:"����";
    text-align:center;
    width:10px;
    height:54px;
    margin-top: 18px;
    line-height:54px;
    border:1px solid #ccc;
    background:#EBEBEB;
    cursor:pointer;
    text-decoration:none;
}

.spec-scroll .thisnone{
    float:left;
    margin-right:5px;
    display:block;
    font-family:"����";
    text-align:center;
    width:10px;
    height:54px;
    margin-top: 18px;
    line-height:54px;
    border:1px solid #fff;
    background:#fff;
    cursor:pointer;
    text-decoration:none;
}

.spec-scroll .items{
    float:left;
    position:relative;
    width:784px;
    height:110px;
    overflow:hidden;
}
.spec-scroll .items ul{
    margin:0; 
    padding:0;
    list-style:none;
    position:absolute;
    width: 9999999px;
    height:56px;
}
.spec-scroll .items ul li{
    float:left; 
    margin:0px 5px; 
    padding:0px; 
    min-width:86px;
    height:87px;
    text-align:center;
    border:1px solid #CCC;
}
.spec-scroll .items ul li.this{
    cursor: pointer;
    background-color:#CCC;
}

.spec-scroll .items ul li i{
    margin-top: 4px;
}
.spec-scroll .items ul li div{
    margin-top: 8px;
}

.spec-scroll .items ul li:hover{
    cursor: pointer;
    border:1px solid #0077c7; 
    color:#0077c7;
}

/**
 * 滚动快捷菜单(首页)
 */
.spec-scroll-index{
    clear:both;
    margin: 0 auto;
    margin-top:5px; 
    width:1280px;
}
.spec-scroll-index .prev{
    float:left;
    margin-right:5px;
}
.spec-scroll-index .next{
    float:right;
}
.spec-scroll-index .prev,.spec-scroll-index .next{
    display:block;
    font-family:"宋体";
    text-align:center;
    width:10px;
    height:24px;
    margin-top: 3px;
    line-height:24px;
    border:1px solid #ccc;
    background:#EBEBEB;
    cursor:pointer;
    text-decoration:none;
}

.spec-scroll-index .thisnone{
    float:left;
    margin-right:5px;
    display:block;
    font-family:"宋体";
    text-align:center;
    width:10px;
    height:24px;
    margin-top: 7px;
    line-height:24px;
    border:1px solid #fff;
    background:#fff;
    cursor:pointer;
    text-decoration:none;
}

.spec-scroll-index .items{
    float:left;
    position:relative;
    width:90%;
    height:35px;
    overflow:hidden;
}
.spec-scroll-index .items ul{
    margin:0; 
    padding:0;
    list-style:none;
    position:absolute;
    width: 9999999px;
    height:46px;
}
.spec-scroll-index .items ul li{
    float:left; 
    margin:0px 5px; 
    padding:0px; 
    min-width:89px;
    height:30px;
    border:1px solid #CCC;
}

.spec-scroll-index .items ul li i{
    margin-top: 3px;
    float:left;
}

.spec-scroll-index .items ul li div{
    margin-top: 10px;
    margin-left:3px;
    float:left;
}

.spec-scroll-index .items ul li.this{
    cursor: pointer;
    border:1px solid #0077c7; 
    color:#0077c7;
}

.spec-scroll-index .items ul li .left{
	float:left;
}
.spec-scroll-index .items ul li .right{
	float:left;
}

.spec-scroll-index .items ul li:hover{
    cursor: pointer;
    border:1px solid #0077c7; 
    color:#0077c7;
}


@media screen and (max-width: 1366px) { 
    .spec-scroll .items ul li{
        width:104px;
    }
    .spec-scroll-index .items ul li{
        width:104px;
    }
}

@media screen and (max-width: 1280px) { 
    .spec-scroll .items ul li{
        width:86px;
    }
    .spec-scroll-index .items ul li{
        width:86px;
    }
}



/**
 * �����
 */
.shortcuts-bar {
    position: fixed;
    bottom: 50px;
    left: 96%;
    z-index:100;
} 

@media screen and (max-width: 1600px) { 
    .shortcuts-bar {
        position: fixed;
        bottom: 50px;
        left: 96%;
        z-index:100;
    }

} 

.shortcuts-bar ul li a {
    display: block;
    width: 48px;
    height: 48px;
    margin-bottom: 5px;
}

.shortcuts-bar ul li a .icon {
    margin: 0;
}

/**
 * ��ǩҳ
 */

.tabs .tab-titles {
    margin-bottom: 5px;
}

.tabs .tab-titles > li a {
    display: block;
    min-width: 110px;
    text-align: center;
    line-height: 20px;
    padding: 2px 10px;
    outline: none;    
    margin-right: 5px;
    /* border-radius: 5px 5px 0 0; */
}

.tabs .tab-titles > li.this a {
    margin: -1px;
    margin-right: 5px;
}

.tabs .tab-titles > li.disabled a {
    cursor: default !important;
    margin-right: 5px;
}

.tabs .tab-contents > div {
    display: none;
}

.tabs .tab-contents > div.active {
    display: block;
}

/**
 * �������
 */
.ctrl-group .label,
.text-overflow {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	word-break:break-all;    
}

/**
 * Z-INDEX
 */
.menu-bar {
    z-index: 20;
}

.menu-bar .row-center {
    position: relative;
}

.menu .sub-menu-wrapper {
}
.menu .sub-menu-wrapper-homepage {
    padding-bottom: 5px;
}

.menu .sub-menu li ul {
    z-index: 21;
}

.cover {
    z-index: 2000;
}

.loading-cover {
    z-index: 3000;
}

.loading-panel {
    z-index: 3001;
}

/**
 * �޸�margin, padding
 */
.no-margin {
    margin: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.no-border {
    border: none !important;
}

/**
 * ����padding
 */

.col.left-padding {
    padding-left: 2.5px !important;
}

.col.right-padding {
    padding-right: 2.5px !important;
}

/**
 * ���ֶ���
 */
.align-center {
    text-align: center !important;
}

.align-left {
    text-align: left !important;
}

.align-right {
    text-align: right !important;
}

.v-align-bottom {
    vertical-align: bottom !important;
}

.v-align-top {
    vertical-align: top !important;
}

.v-align-middle {
    vertical-align: middle !important;
}

/**
 * �Ӵ�
 */
em {
    font-weight: bold;
}

/**
 * �б�
 */
dl dt, dl dd {
    padding: 0 15px;
    line-height: 20px;
}
dl dt {
    font-weight: bold;
}
dl dd {
    padding-bottom: 5px;
}

dl.dotted-divided dd {
    border-bottom-width: 1px;
    border-bottom-style: dotted;
}

/**
 * ����
 */
.pull-left {
    float: left !important;
}

.pull-right {
    float: right !important;
}

/**
 * ����
 */
.hidden {
    display: none !important;
}

/**
 * ָ��
 */
.clickable,
.modal .head .btn-cancel,
.ctrl-append .icon,
.ctrl-prepend .icon,
.tabs .tab-titles > li a,
.menu.collapse-menu span,
.menu.collapse-menu a,
.menu .main-menu li{
    cursor: pointer;
}
/**
 * ָ�룬��ɫ
 *
 */

.clickhover{
	color:#0078c9;
	cursor: pointer;
	font-style: normal;
}
/**
 * ָ����Ч��
 */
.no-clickable{
    cursor: auto !important;
}

/**
 * ����
 */
pre.code {
    padding: 5px 10px;
    border-radius: 5px;
}
pre.code code {
    white-space: normal;
}

/**
 * ��ѡ�б��ƶ��ؼ�
 */
.btn.btn-arrow {
    display: block;
    min-width: 0;
    width: 22px;
    height: 20px;
    margin: 4px auto;
}
.btn.btn-order {
    display: block;
    min-width: 0;
    width: 15px;
    height: 20px;
    margin: 4px auto;
    padding-left: 0px;
    background-color: #A0DEFF;
}
/**
 * �ؼ���϶
 */
.gap-0 {
     padding:0px  !important;
}
.gap-2 { 
    padding:2px  !important;
}
.gap-5 {
     padding:5px !important;
}
.gap-8 { 
     padding:8px !important;
}
.gap-10 { 
     padding:10px !important;
}
.gap-left-0 {
    padding-left:0px;
}
.gap-left-2 { 
    padding-left:2px;
}
.gap-left-5 { 
    padding-left:5px;
}
.gap-left-8 { 
    padding-left:8px;
}

.gap-right-0 {
    padding-left:0px;
}
.gap-right-2 { 
    padding-left:2px;
}
.gap-right-5 { 
    padding-left:5px;
}
.gap-right-8 { 
    padding-left:8px;
}
.gap-top-0 {
    padding-left:0px;
}
.gap-top-2 { 
    padding-left:2px;
}
.gap-top-5 { 
    padding-left:5px;
}
.gap-top-8 { 
    padding-left:8px;
}
.gap-bottom-0 {
    padding-left:0px;
}
.gap-bottom-2 { 
    padding-left:2px;
}
.gap-bottom-5 { 
    padding-left:5px;
}
.gap-bottom-8 { 
    padding-left:8px;
}
/**
 * ��ط�������
 */
.monitor-box {
    width: 100%
}
.monitor-box .pic{
    width: 55px;
    height: 50px;
    float: left;    
    padding-top:5px;
}
.monitor-box .content{
    width: 170px;
    height: 55px;
    line-height: 55px;
    background-color: #e6e6e6;
    text-align: center;
    float: left;
}

/**
 * myalert,myconfirm
 * ��ʽ����(alert��,confirm��)
 */
 .alertFram,
.confirmFram{
    position: relative; 
    left: 34%; 
    top: 35%; 
    margin-top: -425px; 
    width: 450px; 
    height: 220px; 
    text-align: center; 
    line-height: 150px; 
    border:1px solid #fff;
    border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    background-color: rgba(255, 255, 255, 0.3);  
    padding:5px;
    z-index: 10001;
 }
 
/**
 * myalert,myconfirm 
 * ����������ʽ����(alert��,confirm��)
 */
.alert-overall,
.confirm-overall{
    width:100%; 
    height:273px;
}
 
/**
 * myalert,myconfirm ͷ����ʽ
 */
.alertFram .alert-title,
.confirmFram .confirm-title{
    text-align:left;
    padding-left:20px;
    font-size:14px;
    font-weight:bold;
    height:35px;
    line-height:35px;
    color:#fff;
}
.alertFram .alert-middle,
.confirmFram .confirm-middle{
    background:#fff;
    text-align:center;
    font-size:12px;
    height:145px;
    line-height:62px;
    position:relative; 
    padding-top:40px;
}
  
.alertFram .alert-bottom{
    text-align:center;
    font-weight:bold;
    height:35px;
    line-height:35px; 
    position:absolute;
    top:75%;
    left:36%;   
}

.confirmFram .confirm-bottom{
    text-align:center;
    font-weight:bold;
    height:35px;
    line-height:35px; 
    position:absolute;
    top:75%;
    left:22%;
}
  
 /**
  * myalert,myconfirm
  * ��ʽ��͸���ȱ�������
  */
.shield{
    position: absolute; 
    left: 0px; 
    top: 0px; 
    width: 100%; 
    height: 100%; 
    text-align: center; 
    z-index: 5000;
 }
 
/**
 * myalert,myconfirm
 * �رհ�ť��ʽ
 */ 
.close-icon{
    z-index: 10002;
    position: absolute;
    left: 430px;
    top: -20px;
}
 

/**
 * ��ҳ
 */ 
.page {
    width: 100%;
}


.page ul li {
    display: none;
}
.page ul li { 
    min-width:24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    float: left;
    display: block;
 }
 
.page ul li a {
    display: block;
    min-width: 24px;
    height: 24px;
    margin-left: 2px;
}
 
.page ul li span {
    text-align: center;
    line-height: 24px;
    display: block;
}
.page ul li span a{    
    width:64px !important;
    height: 24px;
}

/**
 * ����ҳ��ʽ
 */
.error-msg-img{
    width:128px;
    height: 250px;
    margin-top: 95px;
    padding: 0px;
    float: left;
    position: relative;
    top: 30%;
    left: -7%;
}

.error-msg-text{
    position: relative;
    top: 175px;
    left: 172px;
}

/**
 * �ɹ�ҳ��ʽ
 */
.success-boder{
	margin-left: auto;
	margin-right: auto;
	width  : 420px;
	height : 380px;
} 
 
.success-msg-img{
    margin-bottom:0px;
/*     margin-left:260px; */
    width:128px;
    height: 250px;
/*     margin-top: 95px; */
    padding: 0px;
    float: left;
    position: relative;
    top: 30%;
    left: -3%;
}
 
.success-msg-text{
    position: relative;
    top: 150px;
    left: 172px;
}
.success-font{
    font: 16px/1 '\5FAE\8F6F\96C5\9ED1';
}
.success-button{
    margin-left:-15px;
}

.prev .icon{
	margin-right:0px;
	margin-left:-5px;
    margin-top:35px;
}

.next .icon{
    margin-right:-3px;
    margin-left:0px;
    margin-top:35px;
}

.panel .panel-body .date-block{
    width:125px;
    height:140px;
    background-color:#e4f5ff;
    float:left;
    text-align:center;
}

.panel .panel-body .date-block.active{
    background-color:#ff8080;
}

.spec-scroll .items ul li i{
    margin-top: 4px;
}
.spec-scroll .items ul li div{
    margin-top: 8px;
}

.spec-scroll .items ul li:hover{
    cursor: pointer;
    border:1px solid #0077c7; 
    color:#0077c7;
}

@media screen and (max-width: 1920px) { 
    .spec-scroll .items ul li{
        width:138px;
    }
}

@media screen and (max-width: 1680px) { 
    .spec-scroll .items ul li{
        width:118px;
    }
}

.panel .panel-body .date-block .first-row{
    width:125px;
    letter-spacing:0.5px;
    padding:10px 0px;
}

.panel .panel-body .date-block .second-row{
    font-size:28px;
    font-weight:bold;
    font-family:\5B8B\4F53;
}
.panel .panel-body .date-block .third-row{
    width:86px;
    padding: 5px 0px;
    font-size:12px;
    font-weight:bold;
    font-family:\5B8B\4F53;
    margin: 0 auto;
    border-bottom: 1px solid #8DCAE9;
}

.panel .panel-body .date-block.active .third-row{
    border-bottom: 1px solid #FF0000;
}

.panel .panel-body .date-block .fourth-row{ 
    width: 86px;
    margin: 5px auto 0px;
    text-align:left;
}

.panel .panel-body .date-block .fourth-row div{ 
    margin-bottom:2px;
}

.white-bg{
	font-family:Arial;
	font-size:28px;
}


.white-sm{
	font-family:'\5FAE\8F6F\96C5\9ED1';
	font-size:16px;
}

.progressDiv {
	width: 100%;
	height: 30px;
	line-height: 30px;
	margin-top:0px;
	background-color: #cdced0; 
}

.progressDiv span{
     display:block;
     width:90%;
     height:100%;
     position:relative;
     margin:auto;
     font-size: 14px;
 }

.progressDiv-1 {
	height: 100%;
	background-color: #8bd478; 
}


.progressDiv-2 {
	height: 100%;
	background-color: #6ac9a9;
}

.progressDiv-3 {
	height: 100%;
	background-color: #f2ce54; 
}

.progressDiv-4 {
	height: 100%;
	background-color: #f47f53; 
}
.progressDiv-5 {
	height: 100%;
	background-color: #fd3648; 
}


th.no-sort,th.no-sort:hover{cursor:not-allowed}
.sort_able{cursor:pointer;padding:0 28px;background:url(../img/small.gif) no-repeat right center;}
.sort_asc{background:url(../img/asc.png) no-repeat right center;color:#ffffff;cursor:pointer;padding:0 28px;}
.sort_desc{background:url(../img/desc.png) no-repeat right center;color:#ffffff;cursor:pointer;padding:0 28px;}
.satisfiedbox {
	width:97% !important;
}
.satisfiedbox .top .picmenu{ 
	width:97.35% !important;
}



/**
 *�������ҳ����ҳ���ͷ��ʽ��ʼ
 *
 */
.red-group,.yellow-group,.origin-group,.blue-group,.green-group,.purple-group{
	margin: 0;
	height: 25px;
	width: 23%;
	color: white;
	font-family:  \5B8B\4F53;
	text-align: center;
	line-height:15px;   
}

.red-group{
	background-color: #eb3939;
}

.yellow-group{
	background-color: #ffb400;
}

.purple-group{
	background-color: #4007d3;
}

.origin-group{
	background-color: #fc6717;
}

.blue-group{
	background-color: #229eda;
}

.green-group{
	background-color: #64bc42;
}

.text-group{
	margin: 0;
	width: 8.8%;
	height: 25px;
	text-align: center;
	line-height:15px; 
	font-size: 18px !important;
	font-weight:normal !important;
	font-family:Arial;
	padding-left: 2px !important;
}
.text2-group{
	margin: 0;
	width: 42%;
	height: 45px;
	text-align: center;
	padding:0px;
/* 	line-height:50px;  */
	font-size: 23px !important;
	font-weight:normal !important;
	font-family:Arial;
}
.text-group b{font-weight:normal} 
/**
 *�������ҳ����ҳ���ͷ��ʽ����
 *
 */

 
 .green-bg {
    color:            #034448;    /* @gray(0) */
    background: url(../img/p1.jpg) repeat-x;
    height:190px;
}


.orange-bg {
    color:            #72041a;    /* @gray(0) */
    background: url(../img/p2.jpg) repeat-x;
    height:190px;
}

.blue-bg {
    color:            #033665;    /* @gray(0) */
    background: url(../img/p3.jpg) repeat-x;
    height:190px;
}

.purple-bg {
    color:            #033665;    /* @gray(0) */
    background: url(../img/p4.jpg) repeat-x;
    height:190px;
}

.top-bg{
	margin-top: 0px;
	margin-bottom: 0px;
}

.top-bg span{
	font-size:15px;
	font-family: '\5FAE\8F6F\96C5\9ED1';
}

.top-bg span.green{
	color:#b4f2ed;
}

.top-bg span.orange{
	color:#fffdeb;
}

.top-bg span.blue{
	color:#dbfdff;
}


.top-bg .top-left{
	font-size:15px;
	font-family: '\5FAE\8F6F\96C5\9ED1';
	margin-top: 15px;
	float:left;
	margin-left: 35px;
	font-size:16px;
}

.top-bg .top-right{
	font-size:15px;
	font-family: '\5FAE\8F6F\96C5\9ED1';
	margin-top: 15px;
	float:right;
	margin-right: 35px;
	font-size:16px;
}

.top-bg .white-bg{
	color:#FFF;
	font-family:Arial;
	font-size:44px;
}


.top-bg .white-sm{
	color:#FFF;
	font-family:Arial;
	font-size:22px;
	font-weight: bold;
}

.top-bg .progressDiv {
	width: 100%;
	height: 13px;
	border: 1px solid #ccc;
}

.top-bg .progressDiv-green {
	height: 100%;
	width: 0%;
	background-image: url(../../images/progress-green.jpg);
}


.top-bg .progressDiv-orange {
	height: 100%;
	width: 0%;
	background-image: url(../../images/progress-red.jpg);
}

.top-bg .progressDiv-blue {
	height: 100%;
	width: 0%;
	background-image: url(../../images/progress-blue.jpg);
}
.condition .top{
	padding-top:1px;
	padding-bottom:1px;
	box-sizing: border-box;
}
.condition .node{
	display: inline-block;
	width: 24.5%;
}
.condition .node .label{
	display:inline-block;
	text-align:right;
	width:150px;
	position: absolute;
	line-height: 22px;
}
.condition .node .content{
	display:inline-block;
	width: 100%;
	padding-left:150px;
	box-sizing: border-box;
}
.condition .node .content .text{
	width: 100%;
	border:1px solid #e0e0e0;
	height: 22px;
	box-sizing: border-box;
}
.condition .node .content .radio{
	vertical-align: middle;
	width: 16px;
	height: 16px;
	margin-right: 5px;
}

.btn-smart {
    min-width: 75px;
   	height: 26px;
    margin: 0px 8px 0px 0px;
    padding: 0px;
    line-height: 20px;
    filter:alpha(opacity=100);
    opacity: 1;
    background-color:#F0F0F0;
    border: 1px solid;
	border-color:#E2E2E2;
	color: #212D49 !important;
}

.btn-smart:hover,
.btn-smart:active {
    min-width: 75px;
   	height: 26px;
    margin: 0px 8px 0px 0px;
    padding: 0px;
    line-height: 20px;
    filter:alpha(opacity=100);
    opacity: 1;
    background-color:#0077c7;
    border: 1px solid;
	border-color:#E2E2E2;
	color: #FFFFFF !important;
    border-radius: 4px;
}
.createfloat {
    border-top: solid 1px #FFF;
    position:absolute;
    top:0;
    left:0;
    z-index:30;
    width:150px;
}

.createfloat .float-tab {
    width: 100%;
    height: 26px;
    line-height: 26px;
    border: solid 1px #E2E2E2;
    background-color: #F0F0F0;
    text-align: center;
    vertical-align: middle;
    color: #212D49 !important;
}

.createfloat .float-tab:hover,
.createfloat .float-tab:active {
	width: 100%;
    height: 26px;
    line-height: 26px;
    border: solid 1px #E2E2E2;
    background-color: #0077c7;
    text-align: center;
    vertical-align: middle;
    color: #FFFFFF !important;
}

/* table.rz-col{ */
/* 	table-layout: fixed; */
/* } */
/* table.rz-col td{ */
/* 	overflow: hidden; */
/* 	white-space: nowrap; */
/* 	text-overflow: ellipsis; */
/* } */
table.fx{
	table-layout:automatic !important;
}