/* 综网程序_css文件:  ./$log_toid/model.css  */
/* 灰色滤镜 html { filter:gray }; */
@charset "utf-8";

body{
	margin: 0px 0px 0px 0px;
	font-family: '微软雅黑', '华文细黑', '黑体', '宋体', Sans-Serif;
	font-size: 10pt;
	color: #000;
	line-height: 1.5;
}

a:link, a:visited, a:active{
	color: #000;
	text-decoration: none;
}

a:hover{
	color: #ff0000;
	text-decoration: underline;
}

img{
	border: 0px;
}

#shoudxz{
	cursor: pointer;
}

/* ========================综网框架部分======================== */

#bjkjbf{
	margin: 0 auto;
	width: 1200px;
}

.shadow{
	border-radius: 15px;
	box-shadow: 0px 0px 5px #ffffff;
}

.bottrame{ 
	width: 1162px;
	padding-top: 35px;
	padding-bottom: 31px;
}

/* ========================综网导航部分======================== */

.Nav{
	
}

.Nav li{
	float: left;
	display: block;
	position: relative;
}

.Nav a{
	float: left;
	display: block;
	position: relative;
  text-decoration: none;
}

.Nav li a:hover{
  color: #ff0000;
}

.Nav li table{
  display: none;
  border-collapse: collapse; 
}

.Nav li:hover table, .Nav a:hover table{
  display: block;
  position: absolute;
  top: 18px;
  left: 0px;
}

.Nav li:hover table a, .Nav a:hover table a{
  float: none;
  color: #000;
  width: 120px;
}

.Nav li:hover table a:hover, .Nav a:hover table a:hover{
  color: #ff0000;
}