@charset "UTF-8";
/*css 初始化 */
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img { margin:0; padding:0; }
fieldset, img,input,button { border:none; padding:0;margin:0;outline-style:none; }   /*去掉input等聚焦时的蓝色边框*/
ul, ol { list-style:none;}
input { padding-top:0; padding-bottom:0; font-family: "PingFang SC","Microsoft YaHei","微软雅黑";}
select, input { vertical-align:middle;}
select, input, textarea { font-size:12px; margin:0; }
textarea { resize:none; } /*防止拖动*/
img {border:0; vertical-align:middle; }  /*去掉图片低测默认的3像素空白缝隙，或者用display：block也可以*/
table { border-collapse:collapse; }
body {font-family: "PingFang SC","Microsoft YaHei","微软雅黑","Hiragino Sans GB","Helvetica Neue",Helvetica,Arial,sans-serif; color:#666;}
.clearfix:before,.clearfix:after {  /*清楚浮动*/content:"";display:table;}
.clearfix:after{clear:both;}
.clearfix{*zoom:1;/*IE/7/6*/}
a{color:#333; text-decoration:none; cursor:pointer;}
a img {border: none;text-decoration: none;}
h1,h2,h3,h4,h5,h6 {text-decoration:none;font-weight:normal;font-size:100%;}  /*设置h标签的大小，设置跟父亲一样大的字体font-size:100%;*/
s,i,em{font-style:normal;text-decoration:none;}

/*公共类*/
body{  background:url(../images/content_bg1.png) 50% 64px no-repeat #333666;min-width: 1200px;background-size: contain}
.wrap1200 { width: 1200px; margin:0 auto;}
.fl { float:left}
.fr {float:right}
.tl {text-align:left}
.tc {text-align:center}
.tr {text-align:right}
.hide {display:none}

/*wangEditor5内容显示样式*/
.wangEditor5 *{box-sizing:border-box;margin:revert;outline:none;padding:0;}
.wangEditor5 p{margin:15px 0;}
.wangEditor5 a{color: revert;}
.wangEditor5 h1,.wangEditor5 h2,.wangEditor5 h3,.wangEditor5 h4,.wangEditor5 h5{margin:20px 0;font-weight:700;font-size:revert}
.wangEditor5 img{cursor:default;display:inline!important;max-width:100%;min-height:20px;min-width:20px}
.wangEditor5 span{text-indent:0}
.wangEditor5 blockquote{border-left:8px solid #d0e5f2;padding:10px 10px;margin:10px 0;background-color:#f1f1f1}
.wangEditor5 code{background-color:#dddddd;border-radius:3px;font-family:monospace;padding:3px}
.wangEditor5 pre>code{display:block;padding:10px}
.wangEditor5 table{border:1px dashed #ccc;border-radius:5px;margin-top:10px;overflow-x:auto;padding:10px;width:100%;border-collapse:collapse}
.wangEditor5 table td,.wangEditor5 table th{border:1px solid #ccc;line-height:1.5;min-width:50px;padding:3px 5px;text-align:left;height:20px}
.wangEditor5 table th{background-color:#8f8f8f;font-weight:700;text-align:center}
.wangEditor5 ul,.wangEditor5 ol{padding-left:20px}
.wangEditor5 ul li{list-style-type:disc}
.wangEditor5 ol li{list-style-type:decimal}
.wangEditor5 s,.wangEditor5 i,.wangEditor5 em{font-style:revert;text-decoration:revert}

/*浏览器右侧滑动条样式*/
/*html,body {*/
/*width: 100%;*/
/*height: 100%;*/
/*scroll-behavior: auto*/
/*}*/
/** ::-webkit-scrollbar {*/
/*width: 0px;*/
/*height: 0px*/
/*}*/

/** ::-webkit-scrollbar-track {*/
/*background: transparent;*/
/*background-color: rgba(0,0,0,.05)*/
/*}*/

/** ::-webkit-scrollbar-thumb {*/
/*background-color: rgba(144,147,153,.3);*/
/*border-radius: 2px;*/
/*box-shadow: inset 0 0 6px rgba(0,0,0,.2)*/
/*}*/

/** ::-webkit-scrollbar-thumb:hover {*/
/*background-color: #b6b7b9*/
/*}*/