@charset "utf-8";
/*CSS reset*/
html{-webkit-tap-highlight-color: rgba(0,0,0,0);}
body{margin:0 auto;padding:0;font:14px/1.5 "Helvetica";background:#FFF;}
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,tr,td {margin:0;padding:0;}

ul,ol,li {list-style:none}
.editor-content *{word-break: break-word;}
.editor-content ul,.editor-content ol{list-style:inherit;max-width:100%;}
.editor-content li{list-style:inherit;margin-left:20px}
.about-wrap .content ul,.about-wrap .content ol {list-style:inherit;}
.about-wrap .content li{list-style:inherit;margin-left:20px}
table,td,input,textarea,button {font:inherit;outline:none; resize:none;}
textarea{overflow-y:auto;}
input[type="button"],input[type="submit"],input[type="reset"]{cursor:pointer}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#B2B2B2;}
input:-webkit-autofill {-webkit-box-shadow: 0 0 0px 1000px white inset;} /*去掉浏览器黄色背景*/
table {border-collapse:collapse;border-spacing:0;width:100%!important;}
table th,table td{word-break: break-word!important;padding:12px 12px!important;border-color:#E0E0E0!important;}
table th{background: #3F96CC!important;color: #fff!important;font-weight: bold!important;border-color:#fff!important;}
table th *{background:transparent!important;color: #fff!important;font-weight: bold!important;margin:0!important;}
table td *{word-break: break-word!important;background:transparent!important;margin:0!important;}
table tr:nth-of-type(2n+1){background: #F2F2F2;}
table tr:nth-of-type(2n){background: #FFFFFF;}
@media(max-width: 500px) {
  table.scroll-table {display: block;overflow-x: auto;}
  table.scroll-table tbody {display: block; width: 100%; min-width: 800px;}
}
img{
    max-width: 100%;
    border:0;
    object-fit: cover;
    image-rendering: -moz-crisp-edges; /* Firefox */     
    image-rendering: -o-crisp-edges; /* Opera */      
    image-rendering: -webkit-optimize-contrast; /*Webkit (non-standard naming) */ 
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */    
}
/*address,caption,cite,code,dfn,em,th,var,strong,i{font-style:normal;font-weight:normal}*/
q:before,q:after {content:''}
abbr,acronym {border:0}
a{text-decoration:none;font-family: inherit;color: inherit;}
a:active,a:hover {outline: 0;text-decoration:none;}
:focus{outline: 0;}
pre {white-space: pre-wrap; /* css-3 */white-space: -moz-pre-wrap; /* Mozilla, since 1999 */white-space: -pre-wrap; /* Opera 4-6 */white-space: -o-pre-wrap; /* Opera 7 */word-wrap: break-word; /* Internet Explorer 5.5+ */  }


/*定位*/
.tal{text-align:left!important;}
.tac{text-align:center!important;}
.tar{text-align:right!important;}

.fl{float:left;}
.fr{float:right;}
.fn{float:none;}

.clearfix{*zoom: 1;}
.clearfix:after{content:""; display: block; height: 0; clear: both; visibility: hidden;}

.hide{display:none;}
*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mobile {
    display: none !important;
}



.dropdown-submenu {

position: relative;

}

.dropdown-submenu > .dropdown-menu {

top: 0;

left: 100%;

margin-top: -6px;

margin-left: -1px;

-webkit-border-radius: 0 6px 6px 6px;

-moz-border-radius: 0 6px 6px;

border-radius: 0 6px 6px 6px;

}

.dropdown-submenu:hover > .dropdown-menu {

display: block;

}
/*
.dropdown-submenu-after > a:after {

display: block;

content: " ";

float: right;

width: 0;

height: 0;

border-color: transparent;

border-style: solid;

border-width: 5px 0 5px 5px;

border-left-color: #ccc;

margin-top: 5px;

margin-right: -10px;

}

.dropdown-submenu-after:hover > a:after {

border-left-color: #fff;

}
*/
.dropdown-submenu.pull-left {

float: none;

}

.dropdown-submenu.pull-left > .dropdown-menu {

left: -100%;

margin-left: 10px;

-webkit-border-radius: 6px 0 6px 6px;

-moz-border-radius: 6px 0 6px 6px;

border-radius: 6px 0 6px 6px;

}