/*reset: 重设外观 */
a {
    text-decoration: none;
    color: #262626;
}

body, div, q, iframe, form,
ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

img, fieldset {
    border: none 0;
}

body, td, textarea {
    word-break: break-all;
    line-height: 1.5;
}

body, input, textarea, select, button {
    margin: 0;
    font-size: 14px;
    font-family: "微软雅黑";
}

div, p, table, th, td {
    font-size: 1em;
    font-family: inherit;
    line-height: inherit;
}

td {
    word-wrap: break-word;
    word-break: break-all;
}

ul, dl, li {
    list-style: none outside;
}

em, i, u, q, s, dl, caption {
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

p {
    text-align: justify;
    text-justify: inter-ideograph;
    margin-top: 0em;
    margin-bottom: 1em;
}

textarea {
    line-height: 1.4;
}

label {
    display: block;
}

* html textarea, * + html textarea {
    overflow: auto;
    overflow-x: hidden;
}

/*使多行文本框不显示默认的竖向滚动条*/
* html iframe, * html frame {
    overflow: auto;
}

/*使浮动窗口不显示默认的竖向滚动条*/
* html input {
    overflow: hidden;
}

/*使按钮文字不溢出*/
/*end reset*/

/*Global:常用样式*/
.fl {
    float: left;
    _display: inline;
}

.fr {
    float: right;
    _display: inline;
}

.clearfix {
    display: block;
    display: table;
    *display: inline-block;
    _height: 1%;
}

.clearfix:after {
    content: '\20';
    display: block;
    clear: both;
}

.clearself {
    overflow: hidden;
    _overflow: visible;
    _height: 1%;
}

.inline-block {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    vertical-align: middle;
    overflow: hidden;
}

.justify {
    text-align: justify;
    text-justify: inter-ideograph;
}

.clear {
    font-size: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
    clear: both;
}

/* end Global */

/*top-bottom*/
body {
    width: 100%;
    height: 100%;
    background-color: #F1F1F1;
    font-family: "微软雅黑";
}

.headerBox {
    width: 100%;
    min-width: 1200px;
    line-height: 28px;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-bottom: 0px;
    border-bottom: none;
    box-sizing: content-box;
}

.headerBox *, .headerBox *::before, .headerBox *::after {
    box-sizing: content-box;
}

.footer {
    clear: both;
    width: 100%;
    min-width: 1200px;
    height: 52px;
    border-top: 1px solid #DEDEDE;
    background: white;
    text-align: center;
    line-height: 52px;
}

.footer.fixed {
    position: fixed;
    bottom: 0px;
    left: 0px;
}

.content {
    min-width: 1200px;
    margin-top: 36px;
}

.top {
    height: 55px;
    background-color: #337ab7;
}

.logo {
    float: left;
    width: 220px;
    height: 45px;
    background: url(../images/logo.png) no-repeat left top;
    margin-left: 26px;
    cursor: pointer;
    margin-top: 5px;
}

.top-right {
    float: right;
    width: auto;
}

.top-right li {
    width: auto;
}

.top-right .right_1 {
    width: 38px;
    height: 38px;
    background: url(../images/headRightIcon.png) 0 0;
    position: relative;
    margin-top: 18px;
}

.top-right .right_1 a {
    width: 100%;
    height: 100%;
    float: left;
}

.top-right .right_2 {
    width: auto;
    height: 42px;
    margin: 16px 15px 0 40px;
}

.top-right .right_2 p {
    float: left;
    font-size: 12px;
    color: white;
    line-height: 40px;
    text-indent: 15px;
}

.top-right li span {
    position: absolute;
    top: -5px;
    right: -15px;
    width: 27px;
    height: 15px;
    border-radius: 10px;
    background: #FD9001;
    font-size: 12px;
    color: white;
    text-align: center;
    line-height: 15px;
}

.top-right li .head-img {
    float: left;
    width: 42px;
    height: 42px;
    border: 1px solid #85D6AD;
    border-radius: 4px;
    outline: none;
}

.top-right .right_3 {
    width: 69px;
    height: 72px;
    border-left: 1px solid #66D39C;
}

.top-right .right_3 div {
    margin: 0 auto;
    width: 38px;
    height: 22px;
    background: url(../images/headRightIcon.png) 0 -38px;
    position: relative;
    margin-top: 22px;
    cursor: pointer;
}

.nav {
    height: 55px;
    margin-left: 45px;
    float: left
}

.ul-nav {
    height: 55px;
    font-size: 12px;
    margin-left: 0;
    border-right: 1px solid #4fca9a;
}
.ul-nav li {
    border-right: 1px solid #2b9c52;
    border-left: 1px solid #4fca9a;
    box-sizing: content-box;
    cursor: pointer;
    display: block;
    float: left;
    height: 55px;
    line-height: 55px;
    position: relative;
    text-align: left;
    width: 102px;
}
.ul-nav li:first-child{
    border-left: 1px solid #337ab7;
}
.ul-nav li:last-child{
    border-right: 1px solid #4fca9a;
}
.ul-nav span {
    float: left;
    width: 1px;
    height: 55px;
    border: none;
    margin-left: -1px;
    cursor: default;
}
.ul-nav li.active {
    background: #2a965e;
}
.ul-nav li:first-child.active {
    border-left: 1px solid #4fca9a;
}
.ul-nav li a {
    color: #fff;
    text-decoration: none;
    display: block;
}

.Index {
    margin: 0 auto;
    width: 27px;
    height: 24px;
    background: url(../images/headIcon.png) 0 0;
    float: left;
    margin-left: 20px;
    margin-right: 5px;
    margin-top: 15px;
}

.Visit {
    margin: 0 auto;
    width: 27px;
    height: 24px;
    background: url(../images/headIcon.png) 0 -50px;
    float: left;
    margin-left: 20px;
    margin-right: 5px;
    margin-top: 13px;
}

.Customer {
    margin: 0 auto;
    width: 27px;
    height: 24px;
    background: url(../images/headIcon.png) 0 -100px;
    float: left;
    margin-left: 20px;
    margin-right: 5px;
    margin-top: 15px;
}

.Contact {
    margin: 0 auto;
    width: 27px;
    height: 24px;
    background: url(../images/headIcon.png) 0 -150px;
    float: left;
    margin-left: 16px;
    margin-right: 5px;
    margin-top: 15px;
}

.Project {
    margin: 0 auto;
    width: 27px;
    height: 24px;
    background: url(../images/headIcon.png) 0 -197px;
    float: left;
    margin-left: 20px;
    margin-right: 5px;
    margin-top: 15px;
}

.Solution {
    margin: 0 auto;
    width: 27px;
    height: 24px;
    background: url(../images/headIcon.png) 0 -249px;
    float: left;
    margin-left: 7px;
    margin-right: 5px;
    margin-top: 15px;
}
.System {
    margin: 0 auto;
    width: 27px;
    height: 24px;
    background: url(../images/headIcon.png) 0 -249px;
    float: left;
    margin-left: 7px;
    margin-right: 5px;
    margin-top: 15px;
}

.System {
    margin: 0 auto;
    width: 27px;
    height: 24px;
    background: url(../images/headIcon.png) 0 -249px;
    float: left;
    margin-left: 7px;
    margin-right: 5px;
    margin-top: 15px;
}

/*二级菜单样式*/
.ul-nav li ul {
    display: none;
    position: absolute;
    width: 450px;
    top: 46px;
    left: -113px;
    background: url(../images/iconsanjiao.png) no-repeat 158px 4px;
}
.ul-nav li ul li:first-child {
    border-left:none;
}
.ul-nav li ul li:last-child {
    border-right: none;
}
.ul-nav li.active ul {
    display: block;
}

.ul-nav li ul li {
    height: 20px;
    padding: 0px 5px;
    padding-top: 16px;
    border: none;
    width: auto;
    color: #ffffff;
}

.ul-nav li ul li a, .ul-nav li.active ul li a {
    color: #333;
    padding: 2px 6px;
    border-radius: 3px;
    font-size: 12px;
    display: block;
    height: 22px;
    line-height: 22px;
}

.ul-nav li ul li a:hover {
    color: #fff;
    background: #337ab7;
}

/*无数据时显示的样式*/
.noDataBox {
    padding-right: 0px;
}

.noDataBox .noData {
    text-align: center;
    font-size: 22px;
}

.main {
    color: #fff;
    font-family: "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}

.header-1 {
    display: block;
    padding-bottom: 30px;
}

.header_bg {
    background: url("../images/header_bg.png") repeat scroll left top;
    height: 61px;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2000;
}

.header_logo {
    background: url("../images/header_logo.png") no-repeat scroll 0 0;
    height: 45px;
    margin-top: 7px;
    width: 121px;
}

.header_right {
    color: #fff;
    font-size: 12px;
    height: 54px;
    line-height: 54px;
}

.change_bg {
    background: url("../images/change_bg.png") no-repeat;
    height: 35px;
    line-height: 35px;
    margin-left: 20px;
    margin-right: 25px;
    margin-top: 8px;
    width: 149px;
}

.change_bg .changetxt {
    cursor: pointer;
    height: 35px;
    line-height: 35px;
    box-sizing: content-box;
}

.pL12 {
    padding-left: 12px;
}

.pR14 {
    padding-right: 12px;
}

.change_bg .changetxt.current {
    background: url("../images/change_current.png") no-repeat;
    color: #1f5dad;
    height: 35px;
    width: 67px;
}

.change_bg .changetxt.current span {
    padding-left: 14px;
}

.quit {
    background: url("../images/quit_bg.png") no-repeat scroll left center;
    color: #fff;
    height: 61px;
    line-height: 61px;
    margin-left: 15px;
    margin-right: 9px;
    padding-left: 20px;
    width: 24px;
}

.infro {
    position: relative;
    padding-right: 25px;
}

.nav-user {
    height: 47px;
    margin-top: 3px;
    position: relative;
    width: 47px;
    margin-right: 5px;
}

.trans {
    background: url("../images/trans_bg.png") repeat scroll 0 0;
    bottom: 0;
    height: 47px;
    left: 0;
    position: absolute;
    width: 47px;
    z-index: 2;
}

.person {
    bottom: 0;
    height: 47px;
    left: 0;
    overflow: hidden;
    position: absolute;
    width: 47px;
    z-index: 1;
}

.menu {
    display: none;
    height: 0;
    position: absolute;
    right: 0;
    top: 45px;
    width: 146px;
    z-index: 999;
}

.menu .menu_top {
    background: url("../images/menu_bg_top.png") no-repeat scroll left top;
    height: 19px;
}

.menu .menu_bottom {
    background: url("../images/menu_bg_bottom.png") no-repeat scroll left bottom;
    margin: 0;
    padding-bottom: 10px;
    width: 146px;
    margin-top: -2px;
}

.menu .menu_bottom li {
    width: 146px;
}

.menu.first {
    right: -20px;
}

.menu.show {
    display: block;
}

.menu li a {
    color: #333333;
    display: block;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    padding-left: 46px;
    text-align: left;
    width: 100px;
    box-sizing: content-box;
}

.menu li a:hover {
    background: #337ab7 none repeat scroll 0 0;
    color: #fff;
}

.header_nav {
    background: #1e252f none repeat scroll 0 0;
    height: 69px;
    padding-top: 61px;
    width: 100%;
}

.header_right .arrow_down, .header_right .arrow_down {
    background: url("../images/arrow_downCur.png") no-repeat scroll right center;
    color: #fff;
    height: 47px;
    line-height: 47px;
    margin-top: 3px;
    padding-left: 10px;
    padding-right: 12px;
}


