﻿@charset "utf-8";
/* CSS Document */

html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, em, button {
    margin: 0;
    padding: 0;
}
body {
    background-color: #eeeeee;
    color: #333;
    font: 14px/1.5 Microsoft YaHei,arial,Simsun,sans-serif;
}
body {
  min-width: 1200px;
}
body{
-webkit-font-smoothing:antialiased !important;
}
p,a,li,b,i,div{-webkit-font-smoothing:antialiased !important; } /*抗锯齿很好*/

img, fieldset {
    border: medium none;
    vertical-align: middle;
}
input,button,select,textarea{outline:none}
input, textarea {
    font-size: 14px;
    resize:none;
    padding: 0px;
    margin: 0px;
}
b{
    font-weight:normal;
}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {

    background-color: rgb(250, 255, 189);
    background-image: none;
    color: rgb(0, 0, 0);

}
input:-webkit-autofill {  
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;  
}
/* table {
    border-collapse: collapse;
} */
a {
    color: #3d3d3d;
    text-decoration: none;
    cursor:pointer;
}
i{
    font-style:normal;
}
a:hover {
    text-decoration: none; outline:none;
}
h1, h2, h3, h4, h5,textarea,input {
    font-family: "Microsoft YaHei",Simsun;
}
ul, ol {
    list-style: outside none none;
}
input[type="button"], input[type="submit"] {
}

.hide {
    display: none;
}
.container{width:1002px; margin:0 auto; min-width:1002px; text-align:left;}
.fl{float:left;}
.fr{float:right;}
.clr{clear:both;}
._mCS_1 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background:#c2c2c2}
@charset "utf-8";
/* CSS Document */
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/  
::-webkit-scrollbar  
{  
    width: 10px;  /*滚动条宽度*/
    height: 12px;  /*滚动条高度*/
}  
  
/*定义滚动条轨道 内阴影+圆角*/  
::-webkit-scrollbar-track  
{  
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);  
    border-radius:8px;  /*滚动条的背景区域的圆角*/
    background-color: #ffffff;/*滚动条的背景颜色*/  
}  
  
/*定义滑块 内阴影+圆角*/  
::-webkit-scrollbar-thumb  
{  
    border-radius: 6px;  /*滚动条的圆角*/
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.1);  
    background-color: #e5e5e5;  /*滚动条的背景颜色*/
} 


@charset "utf-8";
/* CSS Document */

html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, em, button {
    margin: 0;
    padding: 0;
}
body {
    background-color: #eeeeee;
    color: #333;
    font: 14px/1.5 Microsoft YaHei,arial,Simsun,sans-serif;
}
body {
  min-width: 1200px;
}
body{
-webkit-font-smoothing:antialiased !important;
}
p,a,li,b,i,div{-webkit-font-smoothing:antialiased !important; } /*抗锯齿很好*/

img, fieldset {
    border: medium none;
    vertical-align: middle;
}
input,button,select,textarea{outline:none}
input, textarea {
    font-size: 14px;
    resize:none;
    padding: 0px;
    margin: 0px;
}
b{
    font-weight:normal;
}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {

    background-color: rgb(250, 255, 189);
    background-image: none;
    color: rgb(0, 0, 0);

}
input:-webkit-autofill {  
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;  
}
/* table {
    border-collapse: collapse;
} */
a {
    color: #3d3d3d;
    text-decoration: none;
    cursor:pointer;
}
i{
    font-style:normal;
}
a:hover {
    text-decoration: none; outline:none;
}
h1, h2, h3, h4, h5,textarea,input {
    font-family: "Microsoft YaHei",Simsun;
}
ul, ol {
    list-style: outside none none;
}
input[type="button"], input[type="submit"] {
}

.hide {
    display: none;
}
.container{width:1002px; margin:0 auto; min-width:1002px; text-align:left;}
.fl{float:left;}
.fr{float:right;}
.clr{clear:both;}
.posR {
    position: relative;
}
._mCS_1 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background:#c2c2c2}
@charset "utf-8";
/* CSS Document */
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/  
::-webkit-scrollbar  
{  
    width: 10px;  /*滚动条宽度*/
    height: 12px;  /*滚动条高度*/
}  
  
/*定义滚动条轨道 内阴影+圆角*/  
::-webkit-scrollbar-track  
{  
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);  
    border-radius:8px;  /*滚动条的背景区域的圆角*/
    background-color: #ffffff;/*滚动条的背景颜色*/  
}  
  
/*定义滑块 内阴影+圆角*/  
::-webkit-scrollbar-thumb  
{  
    border-radius: 6px;  /*滚动条的圆角*/
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.1);  
    background-color: #e5e5e5;  /*滚动条的背景颜色*/
} 
.HMY_btn {
    min-width: 40px;
    border-radius: 2px;
    border: none;
    font-size: 14px;
    line-height: 32px;
    height: 32px;
    color: #666666;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    background: #ffd74c;
    padding: 0 10px;
}
.searchwarp {
    width: 220px;
    height: 32px;
    position: relative;
            padding: 0px 9px;
    border: solid 1px #c7d1e4;
    border-radius: 2px;
}
.searchwarp>input{
    width: 202px !important;
    height: 32px;
    padding: 0px 9px;
    border: solid 1px #c7d1e4;
    border-radius: 2px;
    background-color: #ffffff;
    overflow: hidden;
}
.HMY-dropdown {
    width: 100%;
    height: auto;
    max-height: 240px;
    position: absolute;
    left: -1px;
    top: 32px;
    box-shadow: 0 1px 3px 0 rgba(153, 153, 153, 0.5);
    border: solid 1px #c7d1e4;
    background: #ffffff;
    display: none;
    z-index: 999999;
}
.HMY-dropdown li {
    width: 100%;
    height: 30px;
    text-align: left;
    text-indent: 10px;
    color: #3d3d3d;
    font-size: 13px;
    line-height: 30px;
    border: none;
    overflow: hidden;
    margin-bottom: 5px !important;
}
.HMY_btn_main {
    width: 100%;
    padding: 10px 20px;
    box-sizing: border-box;
    height: 70px;
    overflow: auto;
}
.HMY_btn_main>span {
    height: 42px; 
    padding: 0 10px 5px 10px;
    font-size: 16px;
    margin-right: 10px;
    line-height: 42px;
    cursor: pointer;
    display: inline-block;
     background: #f5f4f4;
}
.HMY_btn_main>span.active,.HMY_btn_main>span:hover{
    border-bottom: 2px solid #ffd74c;
    background: #eeeeee;
}
.HMY_btn_main-gary {
    width: 100%;
    padding: 10px 20px;
    box-sizing: border-box;
    height:46px;
    overflow: hidden;
    
}
.HMY_btn_main-gary>span {
    height: 32px; 
    padding-bottom: 5px;
    font-size: 14px;
    line-height: 32px;
    cursor: pointer;
    display: inline-block;
    padding: 0 10px;
}
.HMY_btn_main-gary>span.active,.HMY_btn_main-gary>span:hover{
    border-bottom: 2px solid #ffd74c;
}
.HMY-input {
    max-width: 220px;
    width: 100%;
    padding: 0 9px;
    height: 33px;
    line-height: 33px;
    border: solid 1px #c7d1e4;
    border-radius: 4px;
    background-color: #ffffff;
    color: #444;
    vertical-align: middle;
}
.normal-mask {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 22;
    left: 0;
    top: 0;
}
/*****百分比样式*****/

.H-col-1 ,.H-col-2 ,.H-col-3,.H-col-4 ,.H-col-5 ,.H-col-6 ,.H-col-7 ,.H-col-8 ,.H-col-9 ,.H-col-10{
    width: 10%;
    float: left;
    display: block;
    -moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    box-sizing: border-box; 
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: 1px solid #e5e5e5;
    padding: 0px 5px;
    text-align: center;
    font-size: 14px;
    color: #3d3d3d;
    height: 46px;
    line-height: 1;
}
.H-col-2 {
    width: 20%;
}
.H-col-3 {
    width: 30%;
}
.H-col-4 {
    width: 40%;
}
.H-col-5 {
    width: 50%;
}
.H-col-6 {
    width: 60%;
}
.H-col-7 {
    width: 70%;
}
.H-col-8 {
    width: 80%;
}
.H-col-9 {
    width: 90%;
}
.H-col-10 {
    width: 100%;
}
table
  {
    border-collapse:collapse;
    width: 100%;
  }

table,th, td
  {
  border:solid 1px #c7d1e4;
  }

td,th {
    text-align: center;
    height: 32px;
    /*width: 100%;*/
    padding: 2px 5px;
}
.HMY-table{
    padding: 20px;
}
.table-text-left{
    text-align: left;
    text-indent: 8px;
}
.td-col-1,.th-col-1 {
    width: 10%;
}
.td-col-2,.th-col-2 {
    width: 20%;
}
.td-col-3,.th-col-3 {
    width: 30%;
}
.td-col-4,.th-col-4 {
    width: 40%;
}
.td-col-5,.th-col-5 {
    width: 50%;
}
.td-col-6,.th-col-6 {
    width: 60%;
}
.td-col-7,.th-col-7 {
    width: 70%;
}
.td-col-8,.th-col-8 {
    width: 80%;
}
.td-col-9,.th-col-9 {
    width: 90%;
}
td>input {
    width: 95%;
    border: none;
    text-indent: 5px;
}
.td-adcol_1,.th-adcol_1 {
    width: 1.0%;
}
.td-adcol,.th-adcol {
    width: 2.5%;
}
.td-adcol-1,.th-adcol-1 {
    width: 5%;
}
.td-adcol-2,.th-adcol-2 {
    width: 10%;
}
.td-adcol-3,.th-adcol-3 {
    width: 15%;
}
.td-adcol-4,.th-adcol-4 {
    width: 20%;
}
.td-adcol-5,.th-adcol-5 {
    width: 25%;
}
.td-adcol-6,.th-adcol-6 {
    width: 30%;
}
.td-adcol-7,.th-adcol-7 {
    width: 35%;
}
.td-adcol-8,.th-adcol-8 {
    width: 40%;
}
.td-adcol-9,.th-adcol-9 {
    width: 45%;
}
.td-adcol-10,.th-adcol-10 {
    width: 50%;
}
.td-adcol-11,.th-adcol-11 {
    width: 55%;
}
.td-adcol-12,.th-adcol-12 {
    width: 60%;
}
.td-adcol-13,.th-adcol-13 {
    width: 65%;
}
.td-adcol-14,.th-adcol-14 {
    width: 70%;
}
.td-adcol-15,.th-adcol15 {
    width: 75%;
}
.td-adcol-16,.th-adcol-16 {
    width: 80%;
}
.td-adcol-17,.th-adcol-17 {
    width: 85%;
}
.td-adcol-18,.th-adcol-18 {
    width: 90%;
}
.td-adcol-19,.th-adcol-19 {
    width: 95%;
}
.td-adcol-20,.th-adcol-20 {
    width: 100%;
}


