/*		开发十二部  RWX		*/
.div1{
    width: 10%;
    float: left;
    height: 100%;
    text-align: center;
    height: 66px;
    line-height: 66px;
    font-size: 16px;
    position: relative;
}
.div2:hover .ul{
	display: block;
}
 .ul{
    display: none;
    position: absolute;
}
.HRbtn:hover>.Tnav{
	display: block ;
}
.lct:hover{
	background: #344b7c !important;
}
html,body,#root{
	/*width: 100%;
	height: 100%;*/
	font-size: 14px;
	font-family: "PingFangSC-Light,'helvetica neue','hiragino sans gb',tahoma,'microsoft yahei ui','microsoft yahei',simsun,sans-serif;";
	font-family: 微软雅黑;
	color: #333333;
	margin: 0;
	padding: 0;
}
button{
	border: 0;
	background: transparent;
	outline: none;
}
ul,li{
	padding: 0;
	margin: 0;
	list-style: none;
}
a,a:link,a:visited,a:hover,a:active{
        text-decoration: none;
        color:#FFFFFF;
    }
body::-webkit-scrollbar{
	width: 10px;
	height: 10px;
	border: 0;
	background: #FFFFFF;
}
body::-webkit-scrollbar-button{
	display: none;
}
body::-webkit-scrollbar-track{
	background: transparent;
}
body::-webkit-scrollbar-thumb{
	background: #BBBBBB;
}
body::-webkit-scrollbar-corner{
	background: transparent;
}
