html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
}

body {
    background-color: #EDEEE8;
    --font-family:'Source Sans Pro','Open Sans','Helvetica Neue','WenQuanYi Micro Hei','',STHeiti,'WenQuanYi Micro Hei',SimSun,sans-serif;
    -webkit-font-smoothing:antialiased;
    font-family: 'Microsoft YaHei';
    /*,arial,sans-serif;*/
   box-sizing: border-box;
}
a {cursor: pointer;text-decoration: none;}
a:hover, a:active, a:focus {
    text-decoration: underline;
}
li {list-style: none;}
iframe {display: block;width:100%;}

.cm-body {
    width: 1000px;
    margin: 0 auto;
}

@media screen and (max-width: 800px) { 
    
    .cm-body {
        width: 100%;
        margin: 0 auto;
    }
} 

.cm-red {
    color: #FB2851 !important;
}
.cm-yellow {
    color: #FF982A !important;
}
.cm-blue {
    color: #32CAF6 !important;
}
/*左侧导航栏*/
.nav-left {
    width: 160px;
    background-color: #F5F5F5;
    border: 1px solid #D3D3D3;
}
.nav-left li{
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #7A7A7A;
    font-size: 18px;
    padding-left: 5px;
    cursor: pointer;
}
.nav-left li.current {
    padding-left: 0;
    border-left: 5px solid #FB2851;
    background-color: #FFFFFF;
    font-size: 22px;
    color: #FB2851;
}
/*中间内容区域*/
.data-wapper {
    width: 100%;
    background-color: #FFFFFF;
}
.data-wapper a {
    color: inherit;
    text-decoration: none;
}
.data-wapper .header{
    width: 100%;
}
.data-wapper .header h1 {
    font-size: 22px;
    color: #FB2851;
    line-height: 60px;
    padding-left: 15px;
}
.data-wapper .header ul li{
    float: left;
    width: 100px;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    color: #7A7A7A;
    text-align: center;
}
.data-wapper .header ul li a{
    color: #7A7A7A;
    text-decoration: none;
}
.data-wapper .header ul li span{
    padding-bottom: 3px;
}
.data-wapper .header ul li.current{
    color: #FB2851;
}
.data-wapper .header ul li.current span{
    border-bottom: 3px solid #FB2851;
}

.data-wapper .header .search {
    box-sizing: border-box;
    width: 250px;
    height: 60px;
    padding: 15px;
}
.data-wapper .header .search input{
    box-sizing: border-box;
    width: 180px;
    height: 30px;
    border: 1px solid #E7E7E7;
    padding: 0 5px;
    border-right: none;
}
.data-wapper .header .search button{
    width: 35px;
    height: 30px;
    background-color: #FB2851;
    border: none;
    outline: none;
}
.data-wapper .header .search button:active {
    background-color: #C11E3E;
}
.ellipsis{
    white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
}
.cover75 {
    background:rgba(50, 50, 50, 0.75) none repeat scroll 0 0 !important;/*实现FF背景透明，文字不透明*/
    filter:Alpha(opacity=75); background:#323232;/*实现IE背景透明*/
}
.cover75 p{ position:relative;}/*实现IE文字不透明*/

.fl {
    float: left;
}
.fr {
    float: right;
}
.hide {
    display: none;
}
.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

h1 {
    font-size: 18px;
    margin: 8px 0 8px 10px;
}
h1:before {
    content: '';
    border-left: 3px solid #FB2851;
    margin-right: 10px;
}


/*图片懒加载样式*/
@-webkit-keyframes fadeIn {
0% { opacity: 0 }
100% { opacity: 1 }
}

@keyframes fadeIn {
0% { opacity: 0 }
100% { opacity: 1 }
}
.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.delay {
    -webkit-animation-delay: 100ms;
    -moz-animation-delay: 100ms;
    animation-delay: 100ms;
}

/** 延迟提示框 */
.tipsAni{position:fixed;width:240px;margin-left:-120px;color:#fff;background-color:rgba(0,0,0,0.5);text-align:center;left:50%;bottom:100px;font-size:14px;z-index:2001;pointer-events:none;padding:10px 5px;border-radius:10px;animation:3s ease 0s;-webkit-animation:3s ease 0s}
@-webkit-keyframes tipsAniControl{
    0%{opacity:0}
    10%{opacity:1}
    90%{opacity:1}
    100%{opacity:0}
}
@keyframes tipsAniControl{
    0%{opacity:0}
    10%{opacity:1}
    90%{opacity:1}
    100%{opacity:0}
}
.removeAni{-webkit-animation:removeAniControl .5s ease 0s;animation:removeAniControl .5s ease 0s}
@-webkit-keyframes removeAniControl{
    0%{opacity:1}
    100%{opacity:0;left:-300px}
}
@keyframes removeAniControl{
    0%{opacity:1}
    100%{opacity:0;left:-300px}
}



/*
::-webkit-scrollbar 滚动条整体部分
::-webkit-scrollbar-thumb  滚动条里面的小方块，能向上向下移动（或往左往右移动，取决于是垂直滚动条还是水平滚动条）
::-webkit-scrollbar-track  滚动条的轨道（里面装有Thumb）
::-webkit-scrollbar-button 滚动条的轨道的两端按钮，允许通过点击微调小方块的位置。
::-webkit-scrollbar-track-piece 内层轨道，滚动条中间部分（除去）
::-webkit-scrollbar-corner 边角，即两个滚动条的交汇处
::-webkit-resizer 两个滚动条的交汇处上用于通过拖动调整元素大小的小控件
*/

::-webkit-scrollbar {
    width: 5px;
}
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0, 1); 
    background: rgba(33, 33, 33, 0.8); 
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0, 0.3); 
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(88,87,86,0.4); 
}