/* 全局样式初始化 */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td { margin:0; padding:0; }
body { background:#fff; color:#555; font-size:14px;}
td,th,caption { font-size:14px; }
h1, h2, h3, h4, h5, h6 { font-weight:normal; font-size:100%; }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal;}
a { text-decoration:none; color:inherit;}
/* a:hover { text-decoration:underline; } */
img { border:none; }
ol,ul,li { list-style:none; }
input, textarea, select, button { font:14px Verdana,Helvetica,Arial,sans-serif; }
table { border-collapse:collapse; }
html {overflow-y: scroll;} 
::-ms-clear{display: none;}
.clearfix:after {content: "."; display: block; height:0; clear:both; visibility: hidden;}
.clearfix { *zoom:1; }
.fl{ float: left; }
.fr{ float: right;}
@font-face {
    font-family:"S";
    src:url("./iconfont/SourceHanSansCN-Regular.otf"),
    url("./iconfont/SourceHanSansCN-Medium.otf"),
    url("./iconfont/SourceHanSansCN-Normal.otf"),
    url("./iconfont/SourceHanSansCN-ExtraLight.otf"),
    url("./iconfont/SourceHanSansCN-Heavy.otf"),
    url("./iconfont/SourceHanSansCN-Light.otf"),
    url("./iconfont/SourceHanSansCN-Bold.otf")
       /* url("../font2/SourceHanSansCN-Bold.woff") format("woff"),
       url("../font2/SourceHanSansCN-Bold.ttf") format("truetype"),
       url("../font2/SourceHanSansCN-Bold.eot") format("embedded-opentype"),
       url("../font2/SourceHanSansCN-Bold.svg") format("svg"); */
}
body{
    font-family : -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";}
/* 超出两行显示。。。。 */
.out{ 
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: 
    ellipsis;display: 
    -webkit-box;-webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
/* 分辨率款1920px */
.container{width: 100%;height: 100%;margin:0 auto;position: relative;} 

/* 右侧导航栏 */
#right-bar{ position: fixed; top: 289px;right: 15px;width: 50px;z-index: 66;}
.bar-cont div{ display: none;}
.bar-cont .wchat-code{
    position: absolute;
    right: 60px;
    top: 30%;
}
.bar-cont .wenj-code{
    position: absolute;
    right: 60px;
    top: 10%;
}
.bar-cont .phone-code{
    position: absolute;
    right: 60px;
    top: -30px;
}
#right-bar div img{
    width:100px;
    height:100px;
}
.bar-cont{ display: block;position: relative;}
.bar-cont li{
    display: block;
    margin-bottom: 2px;
    width: 50px;
    height: 50px;
    line-height:50px;
    background-color: #fff;
    text-align: center;
    behavior: url(./js/PIE.htc);
    border-radius: 5px;
    cursor: pointer;
    position: relative;
}
.bar-cont li i{ display: block;font-size: 28px;color: #000;width: 100%;height: 100%;}




/* 字体图标 */
@font-face {font-family: 'iconfont';
    src: url('./iconfont/iconfont.eot'); /* IE9 */
    src: url('./iconfont/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('./iconfont/iconfont.woff') format('woff'),
    url('./iconfont/iconfont.ttf') format('truetype'),
    url('./iconfont/iconfont.svg#iconfont') format('svg');
}
.iconfont{
    font-family:"iconfont" !important;
    font-size:16px;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* 圆点 */
.icon-yuan{
    content: '&#xe600;';
}
/* 国徽 */
.icon-china{
    content: '&#xe602;';
}
/* 搜索 */
.icon-search{
    content: '&#xe601;';
}
.icon-right{
    content: '&#xe61c;';
}
.icon-left{
    content: '&#xe603;';
}
/* 调查问卷 */
.icon-question{
    content: '&#xe7d8;';
}
.icon-wchat{
    content: '&#xe61a;';
}
.icon-phone{
    content: '&#xe652;';
}
.icon-isTop{
    content:'&#xe66d;';
}