@charset "gb2312";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	border: 0;
	background: #fff url(../images/body_bg.gif) top repeat-x;
	text-align: center;
	font-family: "Î¢ÈíÑÅºÚ";
	font-size: 14px;
	line-height: 22px;
}

.main {
	width: 960px;
	height: auto;
	background: url(../images/main_bg.jpg) no-repeat top;
	margin-left: auto;
	margin-right: auto;
}
.main .top {
	width: 960px;
	height: 118px;
}
.main .header {
	width: 960px;
	height: 163px;
}
.main .nav {
	width: 690px;
	height: 163px;
	vertical-align: bottom;
}
.main .nav div {
	width: 690px;
	height: 31px;
}
.main .nav a {
	display: block;
	width: 60px;
	height: 27px;
	@height: 31px;
	padding: 4px 10px 0 10px;
	@padding: 3px 10px 0 10px;
	float: left;
	margin: 0px 0 0 0px;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
}
.main .nav a:hover {
	color: #000;
	background: url(../images/nav_bg_3.png) repeat-x;
}
.main .entry {
	width: 260px;
	height: 51px;
	@height: 46px;
}
.main .entry:hover {
	background: url(../images/entry_bg.png) no-repeat;
}
.main .entry img {
}
.main .brief {
	width: 960px;
	height: 170px;
	vertical-align: top;
}
.main .brief p {
	font-size: 14px;
	color: #666666;
	margin: 10px 160px 0 40px;
	text-align: left;
}
.main .title {
	font-size: 24px;
	line-height: 50px;
	color: #24410e;
}
.news {
	width: 520px;
	text-align: left;
	vertical-align: top;
}
.news a {
	text-decoration: none;
	font-size: 14px;
	color: #666666;
}
.news a:hover {
	text-decoration: underline;
	color: #000;
}
.news p {
	margin: 0px 20px 0 40px;
}
.vedio {
	width: 440px;
}
.frame_icon {
	width: 80px;
	text-align: center;
	vertical-align: top;
}
.frame_content {
	width: 220px;
	height: 200px;
	border-right: 1px solid #dddddd;
	text-align: left;
	vertical-align: top;
}
.frame_content p {
	margin: 10px 0 0 10px;
}
.frame_content span {
	font-size: 18px;
	color: #24410e;
}
.exhibitiors {
	width: 880px;
	margin-top: 10px;
	margin-left: auto; 
	margin-right: auto;
}
.exhibitiors img {
	border: 0;
	margin: 10px;
}
.exhibitions a {
}
.copyright {
	width: 100%;
	height: 32px;
	border-top: 1px solid #dddddd;
	background: #eeeeee;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}


/*-------------------------------------------------------------------------------*/
.navDrop{
	width: 690px;
	@width: 665px;
	height: 31px;
	z-index: 100;
	@padding-left: 25px;
}   
.navDrop ul{
	list-style: none;
	margin: 0;
}   
.navDrop li {
	float: left; 
	position: relative;
}   
.navDrop ul ul {
	visibility: hidden;
	position: absolute;
	left: 0;
}   
.navDrop table {
	position: absolute; 
	top: 0; 
	left: 0;
}   
.navDrop ul li:hover ul,   
.navDrop ul a:hover ul {
	visibility: visible;
}   
.navDrop a {
	display: block;
	width: 80px;
	height: 30px;
	float: left;
	margin: 3px 0 0 0;
	@margin: -1px 0 0 0;
	font-size: 14px;
	line-height: 29px;
	@line-height: 29px;
	color: #fff;
	text-decoration: none;
}
.navDrop ul li a:hover {
	color: #000;
	background: url(../images/nav_bg.png);
}
.navDrop ul ul{
	position: absolute;
	visibility: hidden;
	top: 33px;
	@top: 29px;
}   
.navDrop ul ul li {
	clear: both;
	text-align: left;
}   
.navDrop ul ul li a{
	display: block;
	width: 80px;
	margin: 0px 0 0 -40px;
	@margin: 0px;
	font-size: 12px;
	background: url(../images/a_bg.png);
	color: #ffffff;
	font-weight: normal;
	padding: 0px 0 0px 10px;
}   
.navDrop ul ul li a:hover{
	border: 0;
	background: #555555;
	color: #9df633;
}



.secondNav {
	width: 200px; 
	vertical-align: top; 
	padding-top: 40px;
	border-right: 1px solid #dddddd;
}
.secondNav a {
	font-size: 16px;
	color: #49583e;
	text-decoration: none;
	display: block;
	width: 160px;
	height: 22px;
	margin: 0 auto 0 auto;
	border: 1px solid #fff;
}
.secondNav a:hover {
	color: #000;
	background: #eeeeee;
	border: 1px solid #dddddd;
}
.brief2 p {
	font-size: 16px;
	line-height: 28px;
	color: #666666;
	margin: 10px 40px 0 40px;
	text-align: left;
}

