@charset "utf-8";
/* CSS Document */
.login
{
	font-size:14px;
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
}
.hyyy
{
	height:40px;
	vertical-align:bottom;
	font-size:18px;
	font-weight:bold;
	padding-left:60px;
	width:85%
}
.hyyy2
{
	height:40px;
	vertical-align:bottom;
	font-size:18px;
	font-weight:bold;
	padding-left:60px;
	width:62%
}
.switch
{
	font-size:14px;
	width:10%;
	text-align:center;
	vertical-align:bottom;
}
.switch1
{
	font-size:14px;
	width:10%;
	text-align:center;
	vertical-align:bottom;
}
.switch a
{
	color:black;
}
.switch1 a
{
	color:green;
}
.switch a:hover
{
	color:green;
	font-weight:bold;
}
.switch1 a:hover
{
	color:green;
	font-weight:bold;
}
.more
{
	vertical-align:bottom;
}
.news
{
	padding-left:60px;
	font-size:14px;
	height:25px
}
.tdborder1
{
	border:1px solid #BAD0E9;
	background-color:#BAD0E9;
	height:40px;
	text-align:center;
	color:#FFF;
	font-size:16px;
	font-weight:bold;
}
.tdborder11
{
	border:1px solid #BAD0E9;
	background-color:#BAD0E9;
	height:180px;
	text-align:center;
	color:#FFF;
	font-size:14px;
	line-height:1.5;
	padding:0px 15px 10px 15px;
}

.tdborder3
{
	border:1px solid #9CBBD8;
	background-color:#9CBBD8;
	height:40px;
	text-align:center;
	color:#FFF;
	font-size:16px;
	font-weight:bold;
}
.tdborder33
{
	border:1px solid #9CBBD8;
	background-color:#9CBBD8;
	height:180px;
	text-align:center;
	color:#FFF;
	font-size:14px;
	line-height:2;
	padding:0px 15px 10px 15px;
}
.tdborder4
{
	border:1px solid #7EA7CB;
	background-color:#7EA7CB;
	height:40px;
	text-align:center;
	color:#FFF;
	font-size:16px;
	font-weight:bold;
}
.tdborder44
{
	border:1px solid #7EA7CB;
	background-color:#7EA7CB;
	height:180px;
	text-align:center;
	color:#FFF;
	font-size:14px;
	line-height:2;
	padding:0px 15px 10px 15px;
}
.tdborder5
{
	border:1px solid #6092BE;
	background-color:#6092BE;
	height:40px;
	text-align:center;
	color:#FFF;
	font-size:16px;
	font-weight:bold;
}
.tdborder55
{
	border:1px solid #6092BE;
	background-color:#6092BE;
	height:180px;
	text-align:center;
	color:#FFF;
	font-size:14px;
	line-height:2.5;
	padding:0px 15px 10px 15px;
}
.kepware1
{
	font-size:16px;
	color:#4E6CC6;
	font-weight:bold;
	text-align:center;
	height:30px;
}
.kepware2
{
	text-indent:2em;
	line-height:2;
}
.kepware2 a 
{
	font-size:14px;
	color:#0347BF;
}
.kepware2 a:hover
{
	color:#ff9900;
}
#iot
{
	display:block;
}
#gateway
{
	display:none;
}
#kepware
{
	display:none;
}
.bottom
{
	text-align:center;
	height:18px;
	color:white;
	font-weight:bold;
	font-size:12px
}
nav {	
	text-align: center;	font-family: Helvetica, sans-serif; font-size: 14px; line-height:12px;padding-left:150px;
}

nav ul ul {
	display: none;
}

	nav ul li:hover > ul {
		display: block;
	}


nav ul {
	list-style: none;
	position: relative;
	display: inline-table;
}
	nav ul:after {
		content: ""; clear: both; display: block;
	}

	nav ul li {
		float: left;width:85px;
	}
		nav ul li:hover {
			background: #4b545f;
			background: linear-gradient(top, #4f5964 0%, #5f6975 40%);
			background: -moz-linear-gradient(top, #4f5964 0%, #5f6975 40%);
			background: -webkit-linear-gradient(top, #4f5964 0%,#5f6975 40%);
		}
			nav ul li:hover a {
				color: #fff;
			}
		
		nav ul li a {
			display: block; padding: 5px 5px;
			color: white; text-decoration: none;
			font-weight:bolder
		}
			
		
	nav ul ul {
		background: #5f6975; border-radius: 0px; padding: 0;
		position: absolute; top: 100%;
	}
		nav ul ul li {
			float: none; 
			border-top: 1px solid #6b727c;
			border-bottom: 1px solid #575f6a; position: relative;
		}
			nav ul ul li a {
				color: #fff;
			}	
				nav ul ul li a:hover {
					background: #4b545f;
				}
		
	nav ul ul ul {
		position: absolute; left: 100%; top:0;font-size:8px;width:120px;
	}
	nav ul ul ul li{
		width:120px;
	}

		

