@charset "utf-8";
/* CSS Document */

/* 顶部 */
.main_top {
    background: #0ab380;
    background: linear-gradient(0, #0EAC55 0%, #32A143 32.43%, #04C1AD 100%);
    background: linear-gradient(0, #0EAC55 0%, #32A143 32.43%, #04C1AD 100%);
    background: -webkit-linear-gradient(0, #0EAC55 0%, #32A143 32.43%, #04C1AD 100%);
    background: -ms-linear-gradient(0, #0EAC55 0%, #32A143 32.43%, #04C1AD 100%);
    background: -o-linear-gradient(0, #0EAC55 0%, #32A143 32.43%, #04C1AD 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0ab380', endColorstr
    ='#2ac8ee', GradientType=0);
}

.top_nav_main {
    margin-left: 200px;
    overflow: hidden;
    height: 70px;
    position: relative;
}

.top_nav {
    width: 1200px;
    position: absolute;
    left: 0px;
    top: 0px;
}

.top_nav li {
    float: left;
    margin-right: 5px;
}

.top_nav li a {
    display: block;
    height: 70px;
    padding:0 12px;
    text-align: center;
    color: #fff;
    overflow: hidden;
}

.top_nav li a:hover, .top_nav .active {
    background: #269477;
    font-weight: bold;
}

.top_nav .active {
    display: block;
    color: #fff;
    height: 70px;
    width: 80px;
    text-align: center;
}

.top_nav .nav_li_click a {
    background: #269477;
    font-weight: bold;
}

.top_nav li i{display:block;height:28px;width:40px;margin:12px auto 0px; font-size: 24px; font-weight: normal;}

.top_nav_click a {
    display: none;
    position: absolute;
    top: 0px;
    z-index: 1;
    height: 70px;
    width: 30px;
}

.top_nav_click_l {
    left: 0px;
    background: url(../images/nav_click_l.png) no-repeat center;
}

.top_nav_click_r {
    right: 0px;
    background: url(../images/nav_click_r.png) no-repeat center;
}

.es_top_nav {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
}

.es_top_nav.top_nav li a {
    min-width: 80px;
    box-sizing: border-box;
}


.main_top .top_line {
    width: 100%;
    height: 24px;
    background: #fff;
    position: relative;
    padding-right: 24px;
    box-sizing: border-box;
}


.top_line .account_link.top_right_user {
    line-height: 24px;
}

.top_line .account_link.top_right_user_hover {
    background: #fff;
}

.top_line .account_link.top_right_user_hover .top_right_user_main {
    top: 24px;
}

.top_line  .link_icon {
    height: 16px;
    width: 16px;
    float: left;
    margin-top: 4px;
    margin-right: 4px;
}

.top_line .link_txt {
    float: left;
    font-family: PingFang SC;
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 24px;
    color: #909399;
}

.top_line .account_link,
.top_line .help_link,
.top_line .search_one {
    float: right;
    height: 24px;
    margin-left: 16px;
}

.login_icon {
    height: 46px;
    margin:0 12px;
}




/*************** 整体结构 左边 ****************/
.main_l_tab {
    display: none;
}

.main_l {
    width: 200px;
    background: #fbfbfb;
    position: fixed;
    left: 0px;
    top: 94px;
    bottom: 0px;
    z-index: 800;
    border-right: 1px solid #f2f2f2;
}
/*新es二级菜单与三级菜单超过一定高度时出现竖向滚动条*/
.main-l-scoll{overflow-y: auto;    overflow-x: hidden; }

.main-l-scoll::-webkit-scrollbar{
    width:5px;
    height:4px;
}
.main-l-scoll::-webkit-scrollbar-track{
    background: #f6f6f6;
    border-radius:2px;
}
.main-l-scoll::-webkit-scrollbar-thumb{
    background: #aaa;
    border-radius:2px;
}
.main-l-scoll::-webkit-scrollbar-thumb:hover{
    background: #747474;
}
.main-l-scoll::-webkit-scrollbar-corner{
    background: #f6f6f6;
}
.nav_hover_scoll{overflow-y: auto;    overflow-x: hidden;    max-height: 600px;}
.nav_hover_scoll::-webkit-scrollbar{
    width:5px;
    height:4px;
}
.nav_hover_scoll::-webkit-scrollbar-track{
    background: #f6f6f6;
    border-radius:2px;
}
.nav_hover_scoll::-webkit-scrollbar-thumb{
    background: #aaa;
    border-radius:2px;
}
.nav_hover_scoll::-webkit-scrollbar-thumb:hover{
    background: #747474;
}
.nav_hover_scoll::-webkit-scrollbar-corner{
    background: #f6f6f6;
}

.logo {
    height: 70px;
    line-height: 70px;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    float: left;
    min-width: 200px;
    text-align: center;
}

.nav {
    position: absolute;
    bottom: 0px;
    top: 0px;
    width: 200px;
    overflow-y: auto;
}

.main_r {
    position: fixed;
    height: 100%;
    left: 200px;
    right: 0px;
    top: 94px;
    bottom: 0px;
    /*IE678版本，加上width，解决在在IE8兼容模式下css不兼容导致右边内容显示不出的问题
      chrome及IE9以上，无需该属性
    */
    z-index: 0;
    width: 100% \9
}

.main_l_title {
    color: #fff;
    background: #00ba8b url(../images/title_icon.jpg) no-repeat 200px;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    padding: 0px 20px;
}

.main_es_title {
    color: #fff;
    background: url(../images/bg_nav_left.jpg) repeat-x right;
    font-size: 16px;
    height: 36px;
    line-height: 36px;

    font-weight: bold;
    cursor: default;
    left:200px;
}
.main_es_title a{ color: #fff !important;}
.main_es_a{ text-align: center; display: block;}
.button_text{ text-align: center;padding-top:10px;height: 26px;display: block; z-index:2; border-bottom: 1px solid #eeeeef; z-index: 0;}


.main_l_title_click {
    background-position: center;
}

.main_l_title_click span {
    display: none;
}

.nav_left {
    width: 200px;
}

.nav_left i {
    padding-right: 6px;
}

.nav_left a {
    color: #333;
    cursor: pointer;
}

.nav_left a:hover {
    color: #00ba8b;
}

.nav_left_sec {
    height: 46px;
    line-height: 46px;
    border-bottom: 1px solid #eeeeef;
    border-top: 1px solid #fbfbfb;
    padding: 0 10px;
    width: 180px;
    font-size: 14px;
    /*新增加左侧菜单文字过长时超出文字不显示属性*/
    white-space: nowrap;
    text-overflow: clip;
    overflow: hidden;
}

.nav_left_sec i {
    width: 22px;
    height: 22px;
    float: left;
    font-size: 20px;
}

.nav_left_sec i.iconfont a {
    color: #333;
    display: block;
}

.nav_left_sec i.iconfont a:hover {
    color: #00ba8b;
}

.nav_left_sec span {
    float: right;
    width: 20px;
    height: 15px;
    margin-top: 15px;
}

.nav_left_sec_hover {
    color: #00ba8b;
    border: 1px solid #00ba8b;
    border-left: none;
    border-right: 1px solid #fff;
    background: #fff;
}

.nav_hover_warp {
    width: 160px;
    border-left: 1px solid #00ba8b;
    background: #fff;
    z-index: 5;
    padding: 10px 20px 10px;
    position: fixed;
    top: 70px;
    left: 200px;
    -moz-box-shadow: 2px 2px 6px #949494;
    -webkit-box-shadow: 2px 2px 6px #949494;
    box-shadow: 2px 2px 6px #949494;
    line-height: 30px;
}

.nav_hover_con {
    margin-bottom: 10px;
}

.nav_left_third {
    font-size: 14px;
    font-weight: bold;
}

.nav_left_forth {
    font-size: 13px;
    line-height: 28px;
}

.nav_left_forth li {
    background: url("../images/menu_icon_third.png") no-repeat 0 12px;
    padding-left: 15px;
}

.nav_left_forth_hover {
    background: url("../images/menu_icon_third_hover.png") no-repeat 0 12px !important;
}

/**************** 整体结构 右边 ****************/
.main_r_nr {
    padding: 10px 30px 60px;
    overflow: hidden;
}

.top {
    background: #00ba8b;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 9999;
}

.top_right {
    height: 70px;
    padding-left: 30px;
    line-height: 70px;
    color: #fff;
}

/*
.top_right_user{float:right;}
.top_right_user a{color:#fff;padding:25px;}
 */
.top_right_btn {
    float: right;
    height: 70px;
    line-height: 70px;
    padding: 0px 10px;
}

.top_right_btn i {
    float: left;
    display: block;
    margin-top: 22px;
}

.top_right_btn p {
    float: left;
    display: block;
    margin-left: 10px;
    color: #fff;
}

.top_right_user {
    float: right;
    position: relative;
    margin-left: 20px;
    height: 70px;
    line-height: 70px;
    color: #fff;
    text-align: right;
    padding: 0px 10px;
}

.top_right_user_hover {
    background: #00916d;
}

.top_right_user_icon i {
    font-style: normal;
    background: #00ba8b;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    float: left;
    border-radius: 50%;
    display: block;
    margin-top: 18px;
}

.top_right_user_icon i img{width: 35px; height: 35px; border-radius: 50%;}

.top_right_user_icon p {
    width: 60px;
    float: left;
    height: 70px;
    text-align: left;
    overflow: hidden;
    margin-left: 10px;
}

.top_right_user_main {
    position: absolute;
    top: 70px;
    right: 10px;
    background: #00ba8b;
    text-align: center;
    border-radius: 5px;
    padding: 10px 10px 0px;
    display: none;
    z-index: 1000;
    width: 240px
}

.top_right_user_main i {
    font-style: normal;
    background: #00d29e;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    float: left;
    border-radius: 50%;
    display: block;
    font-size: 20px;
}

.top_right_user_main_r {
    float: right;
    width: 170px;
    line-height: 20px;
    text-align: left;
}

.top_right_user_main:before {
    content: "";
    display: block;
    width: 0px;
    right: 0px;
    border-bottom: 5px solid #00e1a9;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    position: absolute;
    top: -5px;
    right: 64px;
}

.top_right_user_main a {
    color: #fff;
    display: block;
    height: 40px;
    line-height: 40px;
    width: 50%;
    float: left;
    border-top: 1px solid #00d29e;
    margin-top: 10px;
}

.top_right_user_main a:hover {
    color: #afffeb
}

.top_right_user_hover .top_right_user_main {
    display: block;
}

.top_right_user_switch{
    border-top: 1px solid #00d29e;
    float: left;
    width: 100%;
    margin-top: 10px;
}
.top_right_user_switch ul li a{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-top: 0px;
    width: 100%;
    height: 26px;
    line-height: 26px;
}

/*******************tab标签页切换 *********************/
.tab_wrap {
    background: #f8f8f8;
    width: 100%;
    height: 34px;
    border-bottom: 1px solid #f8f8f8;
    padding-top: 5px;
}

.tab_left {
    float: left;
    margin-left: 1px;
    margin-right: 1px;
    width: 34px;
    height: 23px;
    padding-top: 11px;
    display: block;
    line-height: 34px;
    text-align: center;
    background: #fff;
}

.tab_right {
    float: right;
    margin-right: 1px;
    width: 34px;
    height: 23px;
    padding-top: 11px;
    display: block;
    line-height: 34px;
    text-align: center;
    background: #fff;
}

.tab_con {
    float: left;
}

.tab_con li {
    float: left;
    margin-right: 1px;
    background: #fff;
    border-radius: 3px 3px 0 0;
    height: 34px;
    line-height: 34px;
    text-align: center;
    padding: 0 5px;
}

.tab_con_hover {
    background: #00ba8b !important;
    color: #fff !important;
}

.tab_con li span {
    width: 8px;
    margin-top: 3px;
    display: block;
    float: left;
    height: 20px;
}

.tab_con li p {
    float: left;
    padding: 0 5px;
}