html{background-color:#f2f2f2;background-position:left top;background-repeat: repeat-y;}
.home_index{}
.home_header{height:85px;display:block;border-bottom:solid 1px #e4e4e4;background-color:#ffffff;position:relative;z-index:3;}
.home_header .header_logo{float:left;width:120px;line-height:85px;height:85px;margin-left:45px;overflow:hidden;}
.home_header .header_logo_con{float:left;line-height:85px;height:85px;}
.home_header .header_logo_con_main{font-size:20px;display:block;line-height:20px;margin-top:25px;}
.home_header .header_logo_con_des{font-size: 12px;display:block;line-height:18px;color: #888888;}
.home_header .header_logo img{width:100%;margin-top:17px;}
.home_header .header_gun{width:10px;height:30px;border-right:solid 1px #888888;margin:27px 15px 0px 0px;float:left;}
.home_header .header_user{float:right;margin:0px 50px 0px 25px;height:85px;line-height:85px;position:relative;}
.home_header .header_user_logo{float:right;width:50px;line-height:85px;height:85px;margin:0px 10px 0px 0px;}
.home_header .header_user_logo img{width:100%;margin:17px 0px 0px 0px;border-radius: 25px;}
.home_header .header_user_name{float:right;font-size:14px;color:#888888;}
.home_header .header_user_more{position:relative;float:right;width:30px;height:85px;line-height:35px;background:url(/static/img/icons.png) no-repeat 10px -915px;}
.home_header .header_user:hover .header_user_menu{display:block;}
.home_header .header_user_menu{position:absolute;top:75px;right:0px;border:solid 1px #e4e4e4;padding: 5px 5px 5px 5px;width:120px;background-color:#ffffff;box-shadow:0px 0px 5px #e4e4e4;display:none;z-index: 9999;}
.home_header .header_user_menu .header_user_menu_dl{line-height:30px;text-align:center;border-bottom:dotted 1px #e4e4e4;cursor:pointer;}
.home_header .header_user_menu .header_user_menu_dl:last-child{border-bottom:0px;}
.home_header .header_user_menu .header_user_menu_dl:hover{color:#ff6600;}
.home_header .header_nav{height:85px;line-height:85px;overflow: hidden;display: flex;margin-right: 25px;flex-direction: row-reverse;}
.home_header .header_nav ul{display:block;height:85px;line-height:85px;overflow-y: hidden;margin:0px;padding:0px;}
.home_header .header_nav ul li{cursor:pointer; list-style:none;float:right;font-size:14px;line-height:15px;padding:10px;margin:25px 5px 0px 10px;}
.home_header .header_nav ul li:hover{background-color:#33cccc;color:#ffffff;border-radius:17px;}
.home_header .navliCk{background-color:#33cccc;color:#ffffff;border-radius:17px;}

/*左边*/
.home_bodyLeft{width:158px;position:absolute;top:86px;left:0px;z-index:1;background-color:#ffffff;}
.home_bodyLeft .leftNavData{padding-top:30px;}
.home_bodyLeft .leftNavDataList_w{overflow:hidden;}
.home_bodyLeft .leftNavDataList_w div{font-size:14px;line-height:50px;height:50px;margin:0px 10px;border-bottom:dotted 1px #e4e4e4;padding-left:6px;width:135px;cursor:pointer;}
.home_bodyLeft .leftNavDataList_w div span{padding:0px 20px 0px 17px;border-radius:18px; line-height:35px;display:inline-block;}
.home_bodyLeft .leftNavDataList_w div span:hover{color: #33cccc;}
.leftNavCk{color: #33cccc;}

.user:hover span{color:#ffffff;background-color:#33cccc;}
.employee:hover span{color:#ffffff;background-color:#33cccc;}
.role:hover span{color:#ffffff;background-color:#33cccc;}
.institution:hover span{color:#ffffff;background-color:#33cccc;}

/*右边*/
.home_bodyRight{margin:10px 10px 0px 171px;border:solid 1px #e4e4e4;background:#ffffff;overflow: auto;}


/*登录窗*/
.login_bg{position: fixed;width:100%;height:100%;top:0px;left: 0px;z-index:99999;background-image:url(/static/img/bg_login.jpg);background-size:100% 100%;}
.login_con{width:400px;height:290px;padding-top:50px;position:absolute;border:solid 1px #ffffff;top:50%;left:50%;margin:-220px 0px 0px -200px;background-color:#ffffff;box-shadow:0px 5px 15px #808080;border-radius:3px;}