.header {
	height: 60px;
	width: 100%;
	margin: 0px;
	background-color: #595959;
	position: relative;
	z-index: 15;
	box-shadow:2px 2px 2px #222;
	background-size: auto 100%;
	text-align:center;
	
}
.zxmx_fotter{
	position:absolute;
    bottom:0;
    width:100%;
	background-color: #595959;
	overflow: hidden;
	padding: 15px;
}
.zxmx_fotter p{
	line-height: 24px;
}
.content{
	background-color: #EEEEEE;
	height: 800px;
	width:600px;
	margin:0 auto;
	padding-top:50px;
	padding-left:80px
}
.tdChemical{
	
}
.tdName{
	width: 100px;
	background-color: #FFFFFF;
	
}
.thTitle{
	text-align:center;
	vertical-align:middle;
	background-color: #C1CDCD;
	height:30px;
	font-size: 14px;
	
}  
.trChemical{
	height:22px
}
#divmodelname {
	position: absolute;
	/* width:200px;
		height:100px; */
	left: 10px;
	bottom: 50px;
	margin: 0px;
	padding: 0px;
	z-index: 3;
	border-radius: 5px;
	background-color: rgba(38, 38, 38, 0.75);
}

#user_div {
	position: absolute;
	right: 10px;
	font-size:15px;
	font-family:微软雅黑;
	display:inline-block;
	background-color:transparent;
}

#div4 {
	position: absolute;
	right: 0px;
}


.mousefocus:hover {
	box-shadow: 5px 5px 10px gray;
	background-color: #124856;
}

/* 	.mousefocus{
		background-color:rgba(38,38,38,0.5);
	} */
ul {
	list-style: none;
	margin: 0px;
}

.nav>li {
	float: left;
}

/* .nav>li:hover a {
	background-color: rgba(235, 235, 243, 0.8);
} */


ul a {
	display: block;
	text-decoration: none;
	width: 100px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	/* color: #586ABE; */
	background-color:#fff;
	color:#333;
}

.drop-down {
	height: 60px;
	overflow: hidden;
}

.drop-down-content {
	padding: 0;
}

h3 {
	font-size: 30px;
	clear: both;
}

.drop-down-content li {
	background-color: rgba(255,255,255);
}
/* .drop-down-content li:hover {
	overflow: visible;
	height: 50px;
	border-bottom-style: solid;
	border-bottom-width: 10px;
	border-bottom-color: #2E4886;
	box-shadow: 0px 0px 10px #FFFFFF;
} */
.drop-down-content li:hover a {
	background-color: rgba(255,255,255);
	box-shadow: 0px 0px 10px #ffffff;
} 

.nav .drop-down:hover {
	overflow: visible;
	height: 60px;
	/* border-bottom-style: solid;
	border-bottom-width: 10px;
	border-bottom-color: #2E4886; */
	box-shadow: none;
	border-bottom:1px solid #333
}

.drop-down-2 {
	position: relative;
}

.drop-down-content-2 {
	padding: 0;
	display: none;
	position: absolute;
	z-index: 1;
	background-color: rgba(255, 255, 255, 0.75);
	right: -100px;
	top: 0;
}

.drop-down-content-2>li {
	float: none;
	background-color: rgba(255, 255, 255, 0.8);
}

.drop-down-content-2 li:hover a {
	background-color: #EBEBF3;
}

.drop-down-2:hover .drop-down-content-2 {
	display: block;
}

.model {
	
}

.riskToolsx {
	
}

.modelactive {
	height: 55px;
	border-bottom-style: solid;
	border-bottom-width: 5px;
	border-bottom-color: #930293;
	box-shadow: 0px 0px 10px #ffffff;
}
/* .modelactive{
       	   height:55px;
       	   border-bottom-style: solid;
		   border-bottom-width: 5px;
           border-bottom-color: #40888a;
       	   box-shadow:0px 0px 10px #ffffff;
       } */
#PointerTool {
	position: fixed;
	pointer-events: auto;
	margin: 0px;
	padding: 0px;
	background-color: rgba(38, 38, 38, 0.75);
	border-radius: 2px;
	width: 220px;
	height: 50px;
	top: 88px;
	/* left:88px; */ /* 改为右侧 */
	right: 88px;
	z-index: 10;
}

#PointerToolTitle {
	padding: 10px 80px 0 20px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #fff;
	overflow: hidden;
	border-radius: 2px 2px 0 0;
}

#PointerToolicon {
	position: relative;
	width: 30px;
	height: 30px;
	left: 189px;
	top: -40px;
	font-size: 12px;
	background: url('../jquery-easyui-1.5.1/themes/icons/close1.png')
		no-repeat
}

.tag {
	border: 5px solid #262626;
	background-color: #262626;
	color: #ffffff;
	position: absolute;
	right: 65px;
	bottom: 30px;
	z-index: 99;
}

.tag em {
	display: block;
	/* border-width: 1px; */
	position: absolute;
	bottom: 25px;
	right: -20px;
	border-color: #262626 transparent transparent;
	font-size: 0;
	line-height: 0;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-left: 20px solid #262626;
	border-bottom: 10px solid transparent;
}

.tag1 {
	width: 230px;
	height: 70px;
}

.tag1 label {
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
}


.tag2 {
	width: 55px;
	height: 55px;
	margin: 7px;
	border: 3px solid #262626;
	vertical-align: middle;
	display: inline-block;
}

.tag2:hover {
	border: 3px solid #40888a;
	box-shadow: 0px 0px 10px #3e76b5;
}

.tag0 {
	width: 55px;
	height: 55px;
	margin: 7px;
	border: 3px solid #262626;
	vertical-align: middle;
	display: inline-block;
}

.tag0:hover {
	border: 3px solid #40888a;
	box-shadow: 0px 0px 10px #3e76b5;
}
.active{
	border: 3px solid #40888a;
	box-shadow: 0px 0px 10px #3e76b5;
}

.NoSelect {
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	cursor: default;
	color: #ff0000;
	font-weight: bold;
}

.closeToolTip {
	width: 16px;
	height: 16px;
	background: url('../image/closeTool.png') no-repeat;
	padding: 0px;
	margin: 0px;
}




/* 以下UI修改 */
.drop-down:hover {
	overflow: visible;
	height: 60px;
	box-shadow: 0px 0px 10px #FFFFFF;
	background-color:#5F8E8E;
	box-shadow:none;
}
.drop-down:hover a{
	overflow: visible;
	height: 60px;
	box-shadow:none;
	background-color:transparent;
	color:#fff;
}
.drop-down:hover .drop-down-content a{
	color:#FFF;
}
.drop-down-content li {
	background-color: #5F8E8E!important;
	color:#FFF!important;
	box-shadow:none;
}
.drop-down-content li:hover a {
	overflow: visible;
	height: 60px;
	box-shadow: none;
	background-color: #314F4F;
	color:#fff;
}
.drop-down-content li:hover .drop-down-content-2 a{
	background-color: #5f8e8e;
}
.drop-down-content li:hover .drop-down-content-2 a:hover{
	background-color: #314F4F;
}
ul a {
	display: block;
	text-decoration: none;
	width: 100px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	/* color: #586ABE; */
	background-color:transparent;
	color:#FFF;
}
.tag {
	border: 5px solid #5f8e8e;
	background-color: #5f8e8e;
	color: #ffffff;
	position: absolute;
	right: 65px;
	bottom: 80px;
	z-index: 99;
}
