 html {
     -webkit-text-size-adjust: none;
     /*解决chrome浏览器下字体不能小于12px*/
 }
 
 body {
     color: #000000;
     font-family: Verdana, Arial, Helvetica, sans-serif;
 }
 
 * {}
 
 a {
     outline: none;
     text-decoration: none !important;
 }
 
 a:hover {
     text-decoration: underline;
 }
 
 html {
     zoom: 1;
 }
 
 html * {
     outline: 0;
     zoom: 1;
 }
 
 html button::-moz-focus-inner {
     border-color: transparent!important;
 }
 
 body {
     overflow-x: hidden;
     font-size: 16px;
 }
 
 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 {
     margin: 0;
     padding: 0;
 }
 
 table {
     /*border-collapse:collapse;border-spacing:0;*/
 }
 
 fieldset,
 a img {
     border: 0;
 }
 
 address,
 caption,
 cite,
 code,
 dfn,
 em,
 th,
 var {
     font-style: normal;
     font-weight: normal;
 }
 
 li {
     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: '';
 }
 
 input[type="submit"],
 input[type="reset"],
 input[type="button"],
 button {
     -webkit-appearance: none;
     /*去掉苹果的默认UI来渲染按钮*/
 }
 
 em,
 i {
     font-style: normal;
 }
 /*内边框*/
 
 .borpd {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     -o-box-sizing: border-box;
     box-sizing: border-box;
 }
 
 .clearfix:after {
     content: ".";
     display: block;
     height: 0;
     clear: both;
     visibility: hidden;
 }
 
 .clearfix {
     display: block;
 }
 
 .clear {
     clear: both;
 }
 /* 清除浮动*/
 
 .colwrapper {
     overflow: hidden;
     zoom: 1/*for ie*/
     ;
     margin: 5px auto;
 }
 /* 高度自适应 */
 
 .strong {
     font-weight: bold;
 }
 
 .left {
     float: left;
 }
 
 .right {
     float: right;
 }
 
 .center {
     margin: 0 auto;
     text-align: center;
 }
 
 .show {
     display: block;
     visibility: visible;
 }
 
 .hide {
     display: none;
     visibility: hidden;
 }
 
 .block {
     display: block;
 }
 
 .inline {
     display: inline;
 }
 
 .transparent {
     filter: alpha(opacity=50);
     -moz-opacity: 0.5;
     /** Firefox 3.5即将原生支持opacity属性，所以本条属性只在Firefox3以下版本有效 ***/
     -khtml-opacity: 0.5;
     opacity: 0.5;
 }
 
 .break {
     word-wrap: break-word;
     overflow: hidden;
     /*word-break:break-all;*/
 }
 
 .tal {
     text-align: left
 }
 
 .tar {
     text-align: right;
 }
 /*文字两侧对齐*/
 
 .justify {
     text-align: justify;
     text-justify: distribute-all-lines;
     /*ie6-8*/
     text-align-last: justify;
     /* ie9*/
     -moz-text-align-last: justify;
     /*ff*/
     -webkit-text-align-last: justify;
     /*chrome 20+*/
 }
 
 .lsele {
     box-sizing: border-box;
     background-color: transparent;
     outline: 0;
     -webkit-appearance: none;
     background: url(../image/img12.png) no-repeat right center;
     padding-right: 20px;
 }
 
 .toe {
     /*超出省略号*/
     word-break: keep-all;
     white-space: nowrap;
     overflow: hidden;
     text-overflow: ellipsis;
 }
 
 a {
     color: #5d5d5e;
     transition: all 0.3s ease-in-out 0s;
     font-weight: bold;
 }
 /*a:hover{ color:#3e6ed4;}*/
 
 textarea,
 body {
     font-family: "Microsoft YaHei", sans-serif;
 }
 /*ios去除阴影*/
 /*input,textarea{-webkit-appearance: none;appearance: none;}*/
 
 body {
     -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
 }
 
 .content-ul>ul>li {
     list-style-type: disc;
 }
table{border-collapse:collapse;}
table>tbody>tr>td{
border:1px solid #ddd;
line-height:45px;
}


.down-menu-box-left {
    width: 25% !important;
    background-color: #f7f7f7;
    height: 90vh;
}
.down-menu-left-li{padding-left:75px !important;}
.down-menu-box-title {
    padding: 20px;
    text-align: left !important;
    padding-left: 75px !important;
    font-size: 24px;
    font-weight: 700;
    color: #111;
}