﻿body 
{
	font-size:12px;
	font-family:"宋体";	
	text-align:center;	
}
*
{
	margin:0;
	padding:0;
}
ul,li
{
	list-style-type:none;
}
img
{
	border:0;
}
.clear
{
	font-size:0;
	height:0;
	width:100%;
	clear:both;
	overflow:hidden;
}
.jiezi
{
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.float-left
{
	float:left;
	display:inline;
}
.float-right
{
	float:right;
	display:inline;
}
/*--------------------------------------------伪标签*/
a:link
{
	color:#000;
	text-decoration:none;
}
a:visited
{
	color:#000;
	text-decoration:none;
}
a:hover
{
	color:#000;
	text-decoration:none;
}
a:active
{
	color:#000;
	text-decoration:none;
}
.top,.nav,.flash,.main,.footer
{
	width:1000px;
	margin:0 auto;
	text-align:left;
}
/*----------------------------------------------------top*/
.top
{
	background:url(../images/topbg.jpg) no-repeat 0 0;
	height:29px;
	overflow:hidden;
}
.top li
{
	float:left;
	padding:4px 16px 0 16px;
	line-height:25px;
}
.top li.search
{
	float:right;
}
.top li.search span
{
	margin:0 5px;
}
#search
{
	color:#999999;
	line-height:19px;
	height:20px;	
	padding-left:3px;
}
/*-------------------------------flash start*/
.flash
{
	height:200px;
	background:url(../images/flash.jpg) no-repeat 0 0;
	overflow:hidden;
}
.logo
{
	padding:8px 0 0 15px;
}
.logo1
{	
	margin-top:-30px;
	padding:20px 0 0 20px;
}
/*-------------------------------flash start*/
.nav
{
	background:url(../images/navbg.jpg) no-repeat 0 0;
	height:64px;
	overflow:hidden;
	position:relative;
}
.nav ul
{
	margin-left:5px;
}
.nav li.li1
{
	width:87px;
	background:url(../images/navli.gif) no-repeat 0 0;
	line-height:32px;
	font-weight:bold;
	font-size:14px;
	margin-right:3px;
}
.nav li.li1 a
{
	text-align:center;
}
.nav li
{
	float:left;
	display:block;
}

.SubNav li a
{
	line-height:28px;
}
.nav li.now
{
	background:url(../images/navli2.gif) no-repeat 0 0;	
}
/*------display:none;----------二级栏目*/
.SubNav 
{
	display:none;
	z-index:2;
	clear:both;
	position:absolute;
	width:970px;	
	top:32px;
	text-align:left;	
	font-size:12px;	
}
.SubNav li
{
	font-weight:normal;
	padding:6px 5px 0 5px;	
}
/*-------------一级栏目伪标签*/
.nav li a
{
	display:block;
}
.nav li a:link
{
	color:#000066;	
}
.nav li a:visited
{
	color:#000066;
}
.nav li a:hover
{
	color:#E0EDF8;
	text-decoration:none;
	background:url(../images/navli2.gif) no-repeat 0 0;
}
.nav li a:active
{
	color:#000066;
}
/*------------------首页*/
.nav li.now a
{
	display:block;
}
.nav li.now a:link
{
	color:#E0EDF8;	
}
.nav li.now a:visited
{
	color:#E0EDF8;
}
.nav li.now a:hover
{
	color:#E0EDF8;	
}
.nav li.now a:active
{
	color:#E0EDF8;
}
/*-------------二级栏目伪标签*/
.SubNav li a:link
{
	color:#006699;
}
.SubNav li a:visited
{
	color:#006699;
}
.SubNav li a:hover
{
	color:#006699;
	text-decoration:underline;
	background:none;
}
.SubNav li a:active
{
	color:#006699;
}
/*--------------------------------------------------main开始*/
.main
{

	padding-bottom:6px;
	
}
.chanping
{
	background:url(../images/chanping.jpg) repeat-y 0 0;
	margin:0 0 0 4px;
}
.chanping p.up1
{
	background:url(../images/chanping1.jpg) no-repeat 0 0;
	height:11px;
	overflow:hidden;
}
.chanping p.down1
{
	background:url(../images/chanping2.jpg) no-repeat 0 0;
	height:17px;
	text-align:center;	
}
.chanping p.down1 input
{
	margin-top:5px;
}
.chanping p.down1 img
{
	margin-top:6px;
}
.chanping .cptj
{
	height:auto !important;
	height:112px;
	min-height:112px;
	overflow:visible;
}
.cptj-1
{
	background:url(../images/cptj.jpg) no-repeat 3px 0;
	padding:100px 0 0 6px;
}
.cptj-2
{
	padding-left:15px;		
	width:950px;
	
}

.cptj-2 li
{
	width:120px;
	text-align:center;
	margin:0 6px 6px 6px;
	display:inline;
	float:left;
	height:112px;
	overflow:hidden;
}
.cptj-2 li p.img
{
	height:100px;
	width:120px;
}
/*---.cptj-2 li p.img img
{		
	max-width:120px; 	
	width:expression(this.width>120?"120px":this.width); 
	max-height:87px; 
	height:expression(this.height>87?"87px":this.height); 
}
#autoimg img
{ 
	max-width:120px;
	autoimg:expression(onload=function(){this.style.width=(this.offsetWidth > 120)?"120px":"auto"});
}
.cptj-2 li p.img img 
{
	max-height:87px;
	height:87px;
	height:expression(document.body.clientWidth>87?"87px":"auto");
	overflow:hidden;
}*/
.cptj-2 li p.img img 
{
	max-width:120px;
    max-height:87px;
	width: expression(this.width > 120 && this.width > this.height ? 120 : true);
    height: expression(this.height > 87 ? 87 : true);
     
}

/*--------------------产口推荐A标签*/
.chanping a:link
{
	color:#666666;
}
.chanping a:visited
{
	color:#666666;
}
.chanping a:hover
{
	color:#666666;
}
.chanping a:active
{
	color:#666666;
}
/*--------------------------------------产口推荐A标签*/
.up
{
	margin:0 4px 6px 4px;
	height:398px;	
	
}
.up-1,.up-2,.up-3
{
	float:left;
	display:inline;
	height:398px;	
}
.up-1
{
	width:264px;
	margin-right:8px;	
}
.up-2
{
	width:488px;
	margin-right:8px;	
	background:url(../images/bg.jpg) no-repeat 0 0;	
}
.up-3
{
	width:224px;	
	background:url(../images/linkbg.jpg) no-repeat 0 0;
}
.fgflash
{
	border:1px solid #A2C8EA;
	height:204px;
	width:250px;
	padding:6px 6px 0 6px;
	margin-bottom:6px;
}
.notice
{
	background:url(../images/notice.jpg) no-repeat 0 0;
	height:180px;
}
.notice p
{
	padding:0 15px 0 23px;
	line-height:32px;
	height:35px;
}
.notice p span.name
{
	font-size:14px;
	color:#000066;
	font-weight:bold;	
}
.notice ul
{
	margin:0 15px 0 20px;
}
.notice ul li
{
	background:url(../images/item.jpg) no-repeat 0 8px;
	line-height:24px;
	padding-left:9px;	
}
.notice ul li a:link
{
	color:#006699;
}
.notice ul li a:visited
{
	color:#006699;
}
.notice ul li a:hover
{
	color:#006699;
}
.notice ul li a:active
{
	color:#006699;
}
/*-----------------------专题报道开始*/
.up-2 p.more
{
	background:url(../images/morebg1.jpg) no-repeat 45px 6px;
	text-align:right;
	padding-right:28px;
	line-height:32px;
	height:40px;
}
.up-2 p.zttitle
{
	border-bottom:1px solid #cccccc;
	margin:0 0 5px 22px;
	font-size:16px;
	color:#cc0000;
	line-height:30px;
	height:30px;
	text-align:center;
	font-weight:bold;
	width:444px;
}
p.zttitle a:link
{
	color:#cc0000;
}
p.zttitle a:visited
{
	color:#cc0000;
}
p.zttitle a:hover
{
	color:#cc0000;
}
p.zttitle a:active
{
	color:#cc0000;
}
.up-2 li.li1
{
	background:url(../images/item.jpg) no-repeat 33px 10px;
	float:left;	
	width:400px;
	padding-left:43px;
}
.up-2 li.time
{
	color:#666666;
	padding:0;
	float:left;
	
}
.up-2 li
{
	background:url(../images/item1.jpg) no-repeat 33px 10px;
	line-height:25px;
	
}
/*---------------伪标签*/
.up-2 p.more a:link
{
	color:#0099cc;
}
.up-2 p.more a:visited
{
	color:#0099cc;
}
.up-2 p.more a:hover
{
	color:#0099cc;
}
.up-2 p.more a:active
{
	color:#0099cc;
}
/*---------------------------------------快速链接开始*/
.up-3
{
	padding-top:55px;	
}
.up-3 li 
{
	height:60px;	
	margin-bottom:7px;
	padding-left:12px;	
	overflow:hidden;
}
.up-3 li img
{
	height:60px;
	width:200px;
}
/*----------background:url(../images/middle.jpg) no-repeat 0 0;----------------------------------------中间flash开始*/
.middle
{
	margin:0 0 6px 3px;
	padding:0;
	width:993px;
	height:80px;
	vertical-align:top;
}
.middle img
{
	width:993px;
	height:80px;	
}
/*--------------------------------------------------服务项目开始*/
.sub-left
{
	width:768px;
	margin:0 4px 0 0;		
}
.fwxm
{
	background:url(../images/fwbg.jpg) no-repeat 0 0;
	width:264px;
	height:220px;	
	margin:0 8px 8px 0;
	overflow:hidden;
}
.fwxm p
{
	padding:0 12px 0 29px;
	line-height:30px;
	height:30px;
}
.fw-title
{
	color:#003399;
	font-size:13px;
	font-weight:bold;
}
.fwxm ul.fw
{
	margin-left:7px;
}
.fwxm ul.fw li
{
	width:80px;
	height:48px;
	margin:0 5px 0 0;
	display:inline;
	float:left;
	overflow:hidden;	
}
.fwxm ul.fw li img
{
	width:80px;
	height:42px;
	float:left;
}
/*---------------伪标签*/
.fwxm p a:link
{
	color:#fff;
}
.fwxm p a:visited
{
	color:#fff;
}
.fwxm p a:hover
{
	color:#fff;
}
.fwxm p a:active
{
	color:#fff;
}
/*-----------------------------------政策法规开始*/
.zcfg
{
	width:488px;	
	float:left;
	display:inline;
	height:220px;
	overflow:hidden;
	background:url(../images/zcfg.jpg) no-repeat 0 0;
	margin-bottom:8px;
}
.zcfg p
{
	line-height:25px;	
	padding:0 23px;
	height:25px;
}
.zcfg p span.name
{
	color:#000066;
	font-size:13px;
	
}
.zcfg ul
{	
	
	padding:0 0 0 148px;
	margin-top:13px;
	overflow:hidden;
	clear:both;
}
.zcfg ul li
{	
	line-height:25px;
	float:left;
	height:25px;	
}
.zcfg ul li.name
{
	background:url(../images/item1.jpg) no-repeat 0 10px;	
	padding-left:10px;
	width:290px;
}
.zcfg ul li.shijian
{
	color:#666666;
	width:40px;
}
/*---------------------------------申报信息*/
ul.sb
{
	margin:9px 0 0 6px;
	width:248px;
	height:150px;
	overflow:hidden;
}
ul.sb img
{
	width:98px;
	height:74px;
	margin:0 5px 0 0;
	float:left;
}
ul.sb li
{	
	line-height:26px;
}


.addsbname
{
	background:url(../images/item1.jpg) no-repeat 4px 11px;
	float:left;
	padding-left:15px;
	width:194px;	
}
.addsbtime
{
	text-align:center;
	width:50px;
	color:#666666;
	float:left;
}
/*---------------------------------联系方式*/
.contact
{
	border:1px solid #e6e6e6;
	width:760px;
	height:82px;
	padding:10px 0 0 0;
	background:url(../images/contact.jpg) no-repeat 0 0;
	clear:both;
}
.contact ul
{
	margin-left:30px;
}
.contact li
{
	float:left;
	display:inline;
	padding-left:30px;
	width:200px;
	line-height:27px;
}
/*--------------------------------------------------在孵企业*/
.sub-right
{
	width:224px;	
}
.zfqy
{
	background:url(../images/zfbg.jpg) no-repeat 0 0;
	height:228px;
}
.zfqy p
{
	padding:0 19px 0 24px;
	height:38px;
	line-height:33px;
}
.zfqy p span.name
{
	font-size:13px;
	font-weight:bold;
	color:#006699;
}
.zfqy li
{
	margin:0 0 8px 7px;
	height:52px;
	overflow:hidden;
}
.zfqy li img
{
	width:210px;
	height:52px;
}
.zfqy li.down
{
	margin:0 0 11px 7px;
	height:44px;
	overflow:hidden;
}
.zfqy li.down img
{
	width:210px;
	height:44px;
}
/*-------------友情链接开始*/
.zfqy li.friend
{
	background:url(../images/item.jpg) no-repeat 22px 10px;
	line-height:21px;
	padding-left:32px;
	height:21px;
	margin:0;
	overflow:hidden;
	font-weight:bold;
}
/*---------------伪标签*/
.zfqy p a:link,.zfqy li.friend a:link
{
	color:#006699;
}
.zfqy p a:visited,.zfqy li.friend a:visited
{
	color:#006699;
}
.zfqy p a:hover,.zfqy li.friend a:hover
{
	color:#006699;
}
.zfqy p a:active,.zfqy li.friend a:active
{
	color:#006699;
}
/*--------------------------footer开始*/
.footer
{
	height:171px;
	background:url(../images/footerbg.jpg) no-repeat 0 0;
	clear:both;
}
.index
{
	text-align:center;
	line-height:22px;
}
.index a
{
	margin: 0 5px;
}
.otsoft
{
	color:#fff;
	line-height:24px;
	padding-top:15px;
	text-align:center;
}
.otsoft a:link
{
	color:#fff;
}
.otsoft a:visited
{
	color:#fff;
}
.otsoft a:hover
{
	color:#fff;
}
.otsoft a:active
{
	color:#fff;
}
#demo1 img
{
	width:120px;
	height:49px;
}
