/**!
 * [页面名称]:大屏
 * author: [zhaoyang];
 */


/* yui3 reset.css */

html {
    color: #000;
    background: #FFF
}

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,
img {
    border: 0
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal
}

ol,
ul {
    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: ''
}

abbr,
acronym {
    border: 0;
    font-variant: normal
}

sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    *font-size: 100%
}

legend {
    color: #000
}

iframe {
    display: block;
}


/* yui3 fonts */

body {
    font: 14px/1.231 "Microsoft Yahei", arial, helvetica, clean, sans-serif;
    color: #333;
}

select,
input,
button,
textarea {
    font: 99% arial, helvetica, clean, sans-serif
}

table {
    font-size: inherit;
    font: 100%
}

pre,
code,
kbd,
samp,
tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%
}

a {
    text-decoration: none;
}

select,
input,
button,
textarea,
a {
    outline: none;
}


/* utilities */

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}

.l {
    float: left !important;
}

.r {
    float: right !important;
}

.hidden {
    display: none !important;
}

.invisible {
    visibility: hidden !important;
}


/** 
 * 以下可追加项目中的公共样式，
 * 比如body上进行全局的文字设置（字体，大小，行高），全局a链接的基本状态定义，
 * 适合页面的栅格系统
 * 页面公共头尾部分等
 */


/*header*/

.header {
    height: 78px;
    background: url(../images/index-headBg.jpg) right top no-repeat #298cef;
}

.head-title {
    float: left;
    margin: 25px 0 0 25px;
}

.head-tip {
    float: right;
    width: 366px;
    height: 34px;
    line-height: 34px;
    margin-top: 25px;
    margin-right: 10px;
    font-size: 12px;
    color: #fff;
    background-image: url(../images/head-tipBg.png);
}

.login-person {
    padding-left: 36px;
    padding-right: 32px;
    cursor: pointer;
    background: url(../images/select-arrow.png) 108px center no-repeat;
}

.login-person>img {
    position: absolute;
    margin-top: 4px;
    margin-left: -32px;
    border-radius: 26px;
}

.head-tip .line {
    padding: 11px 0 3px;
    border-left: 1px solid #fff;
    font-size: 0;
}

.head-tip .message {
    margin-left: 14px;
    margin-right: 21px;
    cursor: pointer;
}

.head-tip .message>i {
    position: absolute;
    margin-top: 5px;
    font-style: normal;
    width: 19px;
    height: 11px;
    line-height: 11px;
    text-align: center;
    color: #fff;
    border-radius: 6px;
    background-color: #fb390c;
}

.head-tip .help {
    margin: 0 13px;
    cursor: pointer;
}

.head-tip .theme {
    margin-left: 13px;
    padding-right: 20px;
    cursor: pointer;
    background: url(../images/select-arrow.png) 56px center no-repeat;
}
/*nav*/
.nav {
    position: relative;
    overflow: hidden;
    height: 34px;
    line-height: 34px;
    background-color: #0e6cc9;
}

.nav-ul {
    margin: 0 30px;
}
.nav-ul>li {
    float: left;
}
.nav-ul a {
    display: block;
    padding: 0 18px;
    color: #fff;
    font-size: 16px;
}
.nav-ul a:hover,
.nav-ul a.active {
    line-height: 32px;
    border-top: 2px solid #044e98;
    background-color: #fff;
    color: #0956a2;
}
.arrow-left,
.arrow-right {
     width: 30px;
    height: 34px;
    position: absolute;
    top: 0;
    cursor: pointer;
    background: url(../images/arrow-leftBg.png) center no-repeat #0e6cc9;
}

.arrow-left {
    left: 0;
}

.arrow-right {
    right: 0;
    background-image: url(../images/arrow-rightBg.png);
}

.ellicape {
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}