@charset "gb2312"; /* N169.com IDC AutomaticProcedure CSS Standard */

/* 调试用样式 */

/* Automatic Menu */

/* 菜单外层容器样式 */
#menucontainer{
	height: 49px;
	width: 1212px;
	margin: 0 auto;
	background-color: #09C;
}

/* 一级菜单主体UL样式 */
#menucontainer #nav {padding: 0px; width: 1212px;height: 36px; margin:0px;	background-image: url(images/Menu_line.gif);
	background-repeat: no-repeat;
	background-position: left center;} 

/* 一级菜单项目样式 */
#menucontainer #nav li {
	text-align:left;
	float: left;
	width: 120px;
	height: 49px;
	list-style-type: none;
	Padding:0;
} 

/* 一级菜单项目如果有边框或分隔线应用此样式 如果没有可以设空 */ 
#menucontainer .navmenuline {
	background-image: url(images/Menu_line.gif);
	background-repeat: no-repeat;
	background-position: right center;
	}

/* 一级菜单链接样式 Width值与一级li相同 */
#menucontainer #nav a {
	display: block;
	width: 120px;
	text-align:center;
	font-size: 14px;
	line-height:49px;
	text-decoration:none;
	height:49px;
	font-weight: bold;
} 
#menucontainer #nav a:link {color:#FFF;} 
#menucontainer #nav a:visited {color:#FFF;}
#menucontainer #nav a:hover{color:#FFCC00;background:#044b9d;}

/* 二级菜单样式控制 ul与li的width 值保持一致 */
#menucontainer #nav li ul {float: left; line-height: 30px; text-align:left; left: -999em; width: 120px; position: absolute; padding:0; margin-left: 0px;} 
#menucontainer #nav li ul li{
	width: 120px;
	background: #1f5681;
	list-style-type: none;
	height:30px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: #3982bb;
} 

/* 二级菜单链接样式 Width值与二级li保持一致 */ 

#menucontainer #nav li ul a:link{ color:#ffffff; text-align:center; width: 120px;	text-decoration:none; height:30px;line-height:30px;} 
#menucontainer #nav li ul a:visited {color:#ffffff;} 
#menucontainer #nav li ul a:hover {color:#1f5681;background:#d8e8fc; }

/* JS用到的类不要删除 */ 
#menucontainer #nav li:hover ul {left: auto;} 
#menucontainer #nav li.sfhover ul {left: auto;} 


/* 菜单结束 */


/* 产品分类样式结束 */

/* 内页列表栏目输出 */



/* 您所在的位置输出样式开始 */

/* #NowPage定义位置外层样式,#NowPage span 上层与当前位置样式(可加背景图片),a样式控制(如与页面其它链接样式相同可删除) */

#NowPage {
	margin: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dedede;
	background-image: url(images/Icon_home.png);
	background-repeat: no-repeat;
	background-position: 20px center;
	}
#NowPage h1 {
	text-align: left;
	font-size: 14px;
	color: #666;
	padding: 0px;
	margin: 0;
	line-height: 50px;
	font-weight: normal;
	text-indent: 60px;
}
#NowPage h1 span {
	margin-left: 8px;
	color: #666;
}
#NowPage span {	margin-left: 5px;	margin-right: 5px;}
#NowPage a {color:#666;text-decoration:none;}
#NowPage a:visited {color:#666;}
#NowPage a:hover {color:#ba2636;}
#NowPage a:active {color:#ba2636;}


/* 栏目名称 */


#NowPage2 {
	height: 40px;	font-size: 26px;
	font-weight: normal;
	margin: 20px 0 0 0;
	color: #406618;
	font-family:"微软雅黑";
	text-align: center;
}
#NowPage2 h1 {

}

/* 您所在的位置输出样式结束 */

/* 新闻列表开始 */

/* #NewsList定义外层样式空为默认,UL设置列表宽度,Li设置列表条目样式,span设置时间样式,a设置链接样式(如与页面其它链接样式相同可删除) */
#NewsList {margin-left: 70px;margin-right: 70px;margin-top: 30px;margin-bottom:20px;}
#NewsList ul {	margin: 0px;	padding: 0px;}
#NewsList ul li {
Font-size: 16px;
list-style-type: none;	
background-image: url(images/body_ld.jpg);	
background-repeat: no-repeat;	
background-position: left 8px; 
padding:0px 0 10px 20px;
margin: 0px 0 14px 0;
border-bottom-width: 1px;	
border-bottom-style: dashed;	
border-bottom-color: #ccc;	
}
#NewsList ul li span {
	font-family: "微软雅黑";	
	font-size: 10px;	
	color: #999;	
	margin-left: 15px;
	}
	
#NewsList ul li a {color:#333;text-decoration:none;}
#NewsList ul li a:visited {color:#333;text-decoration:none;}
#NewsList ul li a:hover {color:#ba2636;text-decoration:none;}
#NewsList ul li a:active {color:#ba2636;text-decoration:none;}
	
	
	


/* 新闻列表结束 */

/* 首页新闻列表开始 */

/* #NewsListHome定义外层样式空为默认,UL设置列表宽度,Li设置列表条目样式,span设置时间样式,a设置链接样式控制文字列表的宽度(警告!此样式不要删除,如删除可能引起列表工作不正常! Warning:Don't Delete) */
#NewsListHome {
	margin: 12px 0 0 5px;
	text-align: left;
}
#NewsListHome ul {
	margin: 0px;
	padding: 0px;
}
#NewsListHome ul li {
	list-style-type: none;
	background-image: url(images/Y_dot1.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding: 0 0 0 8px;
	margin: 0px;
	height: 28px;
}
#NewsListHome ul li span {
	font-family: "微软雅黑";
	font-size: 10px;
	color: #999;
	margin-left: 15px;
}
#NewsListHome a {
	font-size: 12px;
	text-decoration:none;
	width: 24em;
	overflow: hidden;
	white-space: nowrap;
	display: block;
	float: left;
	text-overflow:ellipsis;
}

/* 双排 */

#NewsListHomeTwo {
	margin: 10px 0 0 12px;
	text-align: left;
}
#NewsListHomeTwo ul {
	margin: 0px;
	padding: 0px;
}
#NewsListHomeTwo ul li {
	width: 190px;
	list-style-type: none;
	background-image: url(images/dot_red2.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding: 0 0 0 8px;
	margin: 0px;
	height: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow:ellipsis;	
}
#NewsListHomeTwo ul li span {
	font-family: "微软雅黑";
	font-size: 10px;
	color: #999;
	margin-left: 15px;
}
#NewsListHomeTwo a {
	color:#704f24;
	text-decoration:none;
}
#NewsListHomeTwo a:visited {color:#00589e;}
#NewsListHomeTwo a:hover {color:#ba2636;}
#NewsListHomeTwo a:active {color:#ba2636;}

/* 公告栏，不限定字数 */

#homegg {
	width: 190px;
	height: 225px;
	margin: 12px 0 0 0px;
	text-align: left;
	overflow: hidden;
}
#homegg ul {
	margin: 0px;
	padding: 0px;
}
#homegg ul li {
	list-style-type: none;
	background-image: url(images/dot_red2.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding: 0 0 0 8px;
	margin: 0 0 8px 0;
}
#homegg ul li span {
	font-family: "微软雅黑";
	font-size: 10px;
	color: #999;
	margin-left: 15px;
}
#homegg a {
	color:#704f24;
	text-decoration:none;
}
#homegg a:visited {color:#00589e;}
#homegg a:hover {color:#ba2636;}
#homegg a:active {color:#ba2636;}

/* 手动菜单 */
#MenuHome {
	width: 960px;
	margin: 0px auto 0 auto;
	text-align: left;
}
#MenuHome ul {
	margin: 19px 0 0 0px;
	padding: 0px;
}
#MenuHome ul li {
	list-style-type: none;
	padding: 0 20px 0 0px;
	margin: 0px;
	height: 20px;
	float: left;
	font-size: 14px;
	font-weight: bold;
}
#MenuHome ul li span {
	font-family: "微软雅黑";
	font-size: 10px;
	color: #999;
	margin-left: 15px;
}
#MenuHome a {
	color: #FFF;
	text-decoration: none;
}
#MenuHome a:visited {
	color:#FFF;

}
#MenuHome a:hover {
	color: #FC0;
}
#MenuHome a:active {color:#ba2636;}


/* 首页新闻列表结束 */




/* 新闻列表页翻页控制开始*/
#listpage {
	color:#666;
	text-align: center;
	clear: both;
	background-image: url(images/page_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	line-height: 30px;
	margin: 20px 0 20px 0;
	padding: 0px;
	height: 30px;
}
#listpage span {	
	margin-left: 30px;	
	font-family: Verdana, Geneva, sans-serif;	
	letter-spacing: 5px;	
	color: #F00;
	}
#listpage a {	color:#666;	text-decoration:none;} 
#listpage a:visited {	color:#666;} 
#listpage a:hover {	color:#000;}
#listpage a:active {color:#FFCC00;}

/* 新闻列表页翻页控制结束*/

/*首页新闻内容输出控制开始*/
#homenewsbox {
	height: 145px;
	line-height: 16px;
	overflow: hidden;
	margin: 5px 0 0 110px;
}
#homenewsbox p {	margin: 0 0 8px 0; padding:0;}

/* 公司简介 */

#homenewsbox2 {
	width: 230px;
	height: 170px;
	line-height: 16px;
	overflow: hidden;
	margin: 5px 0 0 10px;
}
#homenewsbox2 p {	margin: 0 0 8px 0; padding:0;}


#copyrightbox {
	margin-left: 250px;
	margin-top: 70px;
	margin-bottom: 20px;
	color: #060;
}

/*首页新闻内容输出控制结束*/

/* 首页带首条图片及内容块输出控制开始，带时间 */
#homenewshot {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
}
#homenewshot h3 {float: left;margin: 0px;padding: 0px;width: 205px;height:160px;}
#homenewshot h3 img {width: 200px;height:145px;margin:8px 0 0 0;}
#homenewshot h1 {
	padding: 0px;
	width: 405px;
	height: 25px;
	font-family: "微软雅黑";
	font-size: 18px;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 10px 0 0 0;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}
#homenewshot h1 a {color:#d40000;text-decoration:none;}
#homenewshot h1 a:visited {color:#d40000;text-decoration:none;}
#homenewshot h1 a:hover {color:#f00;text-decoration:none;}
#homenewshot h1 a:active {color:#ba2636;text-decoration:none;}
#homenewshot h2 {
	width: 405px;
	height: 48px;
	font-size: 12px;
	font-weight: normal;
	color: #999;
	margin: 10px 0 0 0;
	overflow: hidden;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	line-height: 18px;
	font-family: "微软雅黑";
}
#homenewshot h2 p {margin:0; padding:0;}
#homenewshot ul {
	width: 405px;
	margin: 5px 0 0 0;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCC;
}
#homenewshot ul li {
	list-style-type: none;
	white-space: nowrap;
	background-image: url(images/dot_new.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	height: 16px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#homenewshot ul li span {
	font-family: "微软雅黑";
	font-size: 10px;
	color: #999;
	margin-left: 4px;
	}
#homenewshot ul li a {
	font-family: "微软雅黑";
	text-decoration:none;
	width: 28em;
	overflow:hidden;
	white-space: nowrap;
	display: block;
	float: left;
	text-overflow:ellipsis;
	}


/* 公告 */

/* 列表第一条红色 */
#HomeNewsHotList {height: 180px;width: 470px;	margin: 0 0 0 10px;}
#HomeNewsHotList h3 {display:none;}
#HomeNewsHotList h3 img {}
#HomeNewsHotList h1 {
	padding: 0px;
	width: 470px;
	height: 22px;
	font-size: 14px;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 10px 0 10px 0;
	padding: 0 0 0 10px;
	background-image: url(images/dot_new.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}
#HomeNewsHotList h1 a {color:#d40000;text-decoration:none;}
#HomeNewsHotList h1 a:visited {color:#d40000;text-decoration:none;}
#HomeNewsHotList h1 a:hover {color:#f00;text-decoration:none;}
#HomeNewsHotList h1 a:active {color:#ba2636;text-decoration:none;}
#HomeNewsHotList h2 {
	display:none;
}
#HomeNewsHotList h2 p {margin:0; padding:0;}
#HomeNewsHotList ul {
	margin: 0;
	padding: 0px;
}
#HomeNewsHotList ul li {
	width: 470px;
	list-style-type: none;
	white-space: nowrap;
	background-image: url(images/dot_new.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	height: 16px;
	margin: 0 0 8px 0;
	padding: 0 0 0 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	overflow:hidden;
	white-space: nowrap;
	text-overflow:ellipsis;
}
#HomeNewsHotList ul li span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
	margin-left: 4px;
	display:none;
	}

/* 带图片 */
#HomeNewsHotPhoto {height: 390px;width: 336px;	margin: 10px 0 0 0;text-align: left;}
#HomeNewsHotPhoto h3 {margin:0;padding:0;}
#HomeNewsHotPhoto h3 img {width: 336px;height:200px;margin:0px 0 0 0;}
#HomeNewsHotPhoto h1 {
	padding: 0px;
	width: 340px;
	height: 23px;
	font-size: 14px;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 8px 0 0 0;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	text-align: center;
}
#HomeNewsHotPhoto h1 a {color:#d40000;text-decoration:none;}
#HomeNewsHotPhoto h1 a:visited {color:#d40000;text-decoration:none;}
#HomeNewsHotPhoto h1 a:hover {color:#f00;text-decoration:none;}
#HomeNewsHotPhoto h1 a:active {color:#ba2636;text-decoration:none;}
#HomeNewsHotPhoto h2 {
	display:none;
}
#HomeNewsHotPhoto h2 p {margin:0; padding:0;}
#HomeNewsHotPhoto ul {
	margin: 10px 0 0 0;
	padding: 0px;
}
#HomeNewsHotPhoto ul li {
	width: 336px;
	list-style-type: none;
	white-space: nowrap;
	background-image: url(images/dot_new.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	height: 16px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	overflow:hidden;
	white-space: nowrap;
	text-overflow:ellipsis;
}
#HomeNewsHotPhoto ul li span {
	font-family:"微软雅黑";
	font-size: 10px;
	color: #999;
	margin-left: 4px;
	display: none;
	}
#HomeNewsHotPhoto ul li a {
	font-family: "微软雅黑";
	text-decoration:none;
	}

/* 首页带首条图片及内容块输出控制结束 */

/* 首页横滚动控制开始 */

#roll {	height: 190px;margin: 0px 0px; width:1200px;}
#roll #content, #roll #content1 {height:190px;}
#roll ul {margin: 0px;	padding: 0px;}
#roll ul li {
	list-style-type: none;	
	width:302px;
	padding-top: 0px;
	padding-bottom: 10px;
	margin: 0 20px 0 0;
	overflow: hidden;	
	white-space: nowrap;
	text-overflow:ellipsis;
	font-family: "微软雅黑";
	text-align: center;
	font-size:16px;
	}
#roll ul li img {
	width: 300px;
	height: 150px;
	border: 1px solid #dedede;
	}
	

/* 首页横滚动控制结束 */

/* 搜索样式 */

#SearchList {
	margin: 30px 30px 40px 30px;
	padding: 0px;
	text-align: left;
}
#SearchList ul {
	margin: 0px;
	padding: 0px;
}
#SearchList ul li {
	height: 25px;
	background-image: url(images/dot2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px 0 0px 25px;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	margin: 0 0 15px 0;
	font-size: 14px;
}
.searchfl {
	font-weight: bold;
	margin-right: 15px;
}
.timebox {
	margin:0 0 0 10px;
	font-family:"微软雅黑";
	font-size: 10px;
	color: #CCC;
}

/* 通用样式开始 */

img {
    border: 0;
    vertical-align: middle
}

a {color:#666;text-decoration:none;}
a:visited {color:#666;text-decoration:none;}
a:hover {color:#FF0000;text-decoration:none;}
a:active {color:#ba2636;text-decoration:none;}

a.w {color:#FFF;text-decoration:none;}
a.w:visited {color:#FFF;text-decoration:none;}
a.w:hover {color:#FC0;text-decoration:none;}
a.w:active {color:#ba2636;text-decoration:none;}

.F14b {
	font-size: 14px;
	font-weight: bold;
}
.F14 {
	font-size: 14px;
}
.Fb {
	font-weight: bold;
}
.Fw {
	color: #FFF;
}
#thisSortRemark {
	margin:10px 30px;
	padding:0;
	font-size: 17px;
	font-family:"微软雅黑";
	line-height:180%;
}
#thisSortRemark h1 {font-size:36px;line-height:40px;font-weight: normal;}
#thisSortRemark h2 {font-size:30px;line-height:32px;font-weight: normal;}
#thisSortRemark h3 {font-size:24px;line-height:28px;font-weight: normal;}
#thisSortRemark h4 {font-size:18px;line-height:22px;font-weight: normal;}
#thisSortRemark h5 {font-size:12px;line-height:16px;font-weight: normal;}
#thisSortRemark h6 {font-size:10px;line-height:13px;font-weight: normal;}

#thisLogoBox {
	margin: 10px 0 0 0;
}
.inscomtitlebox {
	font-family: "微软雅黑";
	font-size: 28px;
	text-align: center;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CDDFF5;
}
#InsSortRemark {
	font-family: "微软雅黑";
	font-size: 14px;
	margin: 20px;
	line-height: 150%;
}

a.menuhome {
	text-align:center;
	color: #FFF;
	display: block;
	height: 64px;
	width: 169px;
	font-family: "微软雅黑";
	font-size: 18px;
	line-height: 64px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a.menuhome:visited {
	
}
a.menuhome:hover {
	color:#FC0;
}
a.menuhome:active {}
/*---------------------------------------------------------------------------------------------------------*/
#homenewshot {
	margin: 0;
	height:80px;
}
#homenewshot .PicDiv {float: left;margin: 0px;padding: 0px;width: 0px;height:0px;display:none;} /* 图片新闻 */
#homenewshot .PicDiv img {width: 0px;height:0px;margin:0px 0 0 0;}
#homenewshot .Title {
	height:80px;
	line-height:80px;
	padding: 0px 0 0 0 ;
	font-family: "微软雅黑";
	font-size: 30px;
	font-weight: normal;
	white-space: nowrap;
	width: 18em;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0px 0 0 0;
	color:#d40000
}
#homenewshot .Title a {color:#d40000;text-decoration:none;} /* 新闻标题 */
#homenewshot .Title a:visited {color:#d40000;text-decoration:none;}
#homenewshot .Title a:hover {color:#920000;text-decoration:none;}
#homenewshot .Title a:active {color:#920000;text-decoration:none;}
#homenewshot .Content {
	height: 0px;
	font-size: 0px;
	font-weight: normal;
	color: #999;
	margin: 0px 0 0 0;
	overflow: hidden;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 0px;
	font-family: "微软雅黑";
	display:none;
} /* 新闻导读 */
#homenewshot .Content p {margin:0; padding:0;}
#homenewshot ul {
	margin: 0px 0 0 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#homenewshot ul li {
	list-style-type: none;
	white-space: nowrap;
	height: 0px;
	margin: 0;
	padding: 0px;
}
#homenewshot ul li span {
	font-family:"微软雅黑";
	font-size: 12px;
	color: #999;
	margin-left: 0px;
	float:left;
	white-space: nowrap;
	display: block;
	padding: 0px 0 0 0 ;
	}
#homenewshot ul li a {
	font-family: "微软雅黑";
	text-decoration:none;
	width: 25em;
	font-size: 16px;
	overflow:hidden;
	white-space: nowrap;
	display: block;
	float: left;
	text-overflow:ellipsis;
}

/*-------------------------------------------------------------------------------*/

/* 友情链接样式 */
#HomeLinks {
	width:1251px;
	margin: 0px 0 0 0;
	height: 20px;
	text-align: left;
}
#HomeLinks .PicDiv {float: left;margin: 0px;padding: 0px;width: 0px;height:0px;display:none;} /* 图片新闻 */
#HomeLinks .PicDiv img {width: 0px;height:0px;margin:0px 0 0 0;}
#HomeLinks .Title {
	padding: 0 ;
	font-family: "微软雅黑";
	font-size: 0px;
	font-weight: normal;
	white-space: nowrap;
	width: 0em;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0px 0 0 0;
	height: 0px;
	color:#c00;
}
#HomeLinks .Title a {color:#c00;text-decoration:none;} /* 新闻标题 */
#HomeLinks .Title a:visited {color:#c00;text-decoration:none;}
#HomeLinks .Title a:hover {color:#333;text-decoration:none;}
#HomeLinks .Title a:active {color:#c00;text-decoration:none;}
#HomeLinks .Content {
	height: 0px;
	font-size: 0px;
	font-weight: normal;
	color: #999;
	margin: 0px 0 0 0;
	overflow: hidden;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 0px;
	font-family: "微软雅黑";
	display:block;
} 


.Listbox {
	background-color: #FFF;
	margin-top: 25px;
	padding: 0px 0 30px 0;
	min-height: 600px;
}
.Listbox .Title {
	font-family: "微软雅黑";
	font-size: 24px;
	line-height: 50px;
	color: #369;
	height: 50px;
	text-indent: 15px;
	background-color: #d2dae6;
	margin: 0 30px;
	
}

.Listbox #NewsListtp{ margin-top:30px;}

.Listbox #NewsListtp ul li{ width:900px; height:40px; line-height:40px; margin-left:20px;margin-left:20px; background-image:url(images/dot2.gif); background-repeat:no-repeat; list-style:none; border-bottom:dashed 1px #CCCCCC; background-position:5px 15px;}

.Listbox #NewsListtp ul li a{ margin-left:30px;}

#NewsType {
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 30px;
	margin-bottom: 20px;
	}
#NewsType .NewsTitle {
	text-align: center;	
	font-family: "微软雅黑";	
	font-size: 26px;
	line-height: 30px;
	padding-top: 10px;	
	padding-bottom: 20px;	
	margin-bottom: 10px;	
	}
#NewsType .NewsInfo {	color: #999;	text-align: center;	height: 30px; line-height: 30px; background-color: #ecf1f6;}
#NewsType .NewsContent {	font-family: "微软雅黑";	min-height: 550px;	padding: 20px;	font-size: 16px;	line-height: 180%;}

#JumpPage {
	text-align: center;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #ededed;
	padding-top: 10px;
}


/*----------------------------------------------------------------------*/

.clear {
	clear: both;
}





#NewsList1 {margin-left: 15px;margin-right: 15px;margin-top: 30px;margin-bottom:20px;}
#NewsList1 ul {	margin: 0px;	padding: 0px;}
#NewsList1 ul li {
height: 20px;
Font-size: 14px;
list-style-type: none;	
background-image: url(images/body_ld.jpg);	
background-repeat: no-repeat;	
background-position: left 8px; 
padding:0px 0 0 20px;
margin: 0px 0 14px 0;
/*border-bottom-width: 1px;	
border-bottom-style: dashed;	
border-bottom-color: #ccc;	*/
}
#NewsList1 ul li span {
	font-family: Verdana, Geneva, sans-serif;	
	font-size: 10px;	
	color: #999;	
	margin-left: 15px;
	}
	
#NewsList1 ul li a {color:#333;text-decoration:none;}
#NewsList1 ul li a:visited {color:#333;text-decoration:none;}
#NewsList1 ul li a:hover {color:#ba2636;text-decoration:none;}
#NewsList1 ul li a:active {color:#ba2636;text-decoration:none;}	

#menucontainer2{
	display:none;
	position:absolute;
	z-index:5;
	height: 565px;
	width: 150px;
	margin: 0 auto;
	}
	
#menucontainer2 ul {padding: 0px; width:150px;height:565px; margin:0px;	background-image: url(images/Menu_line.gif);
	background-repeat: no-repeat;
	background-position: left center;
	/*z-index:5;*/
	
	} 
#menucontainer2 ul li{
	list-style-type:none;
	text-align:left;
	float: left;
	width:150px;
	height:31px;
	Padding:0;	
	}
#menucontainer2 ul li a {
	/*z-index:5;*/
	display: block;
	width:150px;
	text-align:left;
	font-size: 14px;
	font-family: "微软雅黑";
	line-height:31px;
	text-decoration:none;
	height:31px;
	color:#FFF;
	text-indent:15px;
	background-image: url(images/body_jtw.gif);
	background-position:190px center; 
	background-repeat:no-repeat;
} 
#menucontainer2 ul li a:link {color:#FFF;background-color:#008F71;} 
#menucontainer2 ul li a:visited {color:#FFF;background-color:#008F71;}
#menucontainer2 ul li a:hover{
	color:#008F71;	background-color:#FFF; background-image:url(images/body_jtl.jpg); background-position:190px center; background-repeat:no-repeat;
	/*background-color: #f2f2f2;
	background-image: url(images/Menu_d.gif);
	background-repeat: no-repeat;
	background-position: 35px 20px;*/
}

/* JS用到的类不要删除 */ 
#menucontainer2 ul li:hover ul {left: auto;} 
#menucontainer2 ul li.sfhover ul {left: auto;}

.zydzp_head{
	font-size:18px;
	color:#FFFFFF;
                font-family:"微软雅黑";
	} 	
.zydzp_head:link{ color:#FFF;} 
.zydzp_head:visited{ color:#FFF;} 
.zydzp_head:hover{ color:#FFF;} 	




a.menuhome {
	color: #FFF;
	white-space: nowrap;
	display: block;
	height: 54px;
	width: 100%;
	font-family: "微软雅黑";
	font-size: 18px;
	line-height: 54px;
	background-color: #00684d;
	text-align: center;
}
a.menuhome:visited {
	color: #FFF;
}
a.menuhome:hover {
	color: #FFFFFF;
	background-color: #008067;
}
a.menuhome:active {
	color: #FFF;
}
.homesearch {
	height: 34px;
	width: 100%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #dedede;
	border-right-color: #dedede;
	border-bottom-color: #dedede;
	border-left-color: #dedede;
	line-height: 34px;
	font-family: "微软雅黑";
	font-size: 16px;
	text-indent: 8px;
	color: #666;
}
.menubgsss {
	background-image: url(images/Menu_bg.gif);
	height: 54px;
	background-repeat: no-repeat;
	background-position: center top;
}
.homelwtitle {
	font-family: "微软雅黑";
	font-size: 18px;
	color: #008f71;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #008f71;
	text-indent: 8px;
}

	body {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	color: #333;
	font-family: "微软雅黑";
	background-image: url(images/Ins_top_bg.jpg);
	background-repeat: no-repeat;
	background-position: center 630px;
	background-color: #F0F0F0;
}
.topline {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dedede;
}

td {
	font-size: 12px;
}
.logotx {
	font-family: "微软雅黑";
	font-size: 16px;
	margin-top: 40px;
}
.boxt5 {
	margin-top: 5px;
}
.boxt8 {
	margin-top: 8px;
}
.boxt10 {
	margin-top: 10px;
}
.boxt12 {
	margin-top: 12px;
}
.boxt15 {
	margin-top: 15px;
}
.boxt18 {
	margin-top: 18px;
}
.boxt20 {
	margin-top: 20px;
}

.F14b {
	font-size: 14px;
	font-weight: bold;
}
.F16 {
	font-size: 16px;
	font-family: "微软雅黑";
}
.F16b {
	font-size: 16px;
	font-weight: bold;
	font-family: "微软雅黑";
}

.F18 {
	font-size: 18px;
	font-family: "微软雅黑";
}
.F18b {
	font-size: 18px;
	font-weight: bold;
	font-family: "微软雅黑";
}

.F20 {
	font-size: 20px;
	font-family: "微软雅黑";
}
.F20b {
	font-size: 20px;
	font-weight: bold;
	font-family: "微软雅黑";
}

.F24 {
	font-size: 24px;
	font-family: "微软雅黑";
}
.F24b {
	font-size: 24px;
	font-weight: bold;
	font-family: "微软雅黑";
}

.F14 {
	font-size: 14px;
}
.Fb {
	font-weight: bold;
}
.Fw {
	color: #FFF;
}
.gboxline {
	border: 1px solid #dedede;
}
.cominfo {
	font-family: "微软雅黑";
	font-size: 14px;
	color: #345f52;
	margin-top: 15px;
	margin-left: 10px;
	line-height: 25px;
}
.commess {
	margin-top: 30px;
}
.Comtitle {
	background-color: #b1c8c1;
}
.Comtitle img {
	margin-top: 12px;
	margin-bottom: 12px;
	margin-left: 10px;
}
.commess {
	margin-top: 30px;
}
.commess a {
	color: #FFF;
	background-color: #9cb7af;
	white-space: nowrap;
	display: block;
	width: 96%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	font-family: "微软雅黑";
	font-weight: bold;
	margin-left: 2%;
	margin-bottom: 5px;
}
.commess a:visited {
	color: #FFF;
}
.commess a:hover {
	color: #FFF;
	background-color: #748d86;
}
.commess a:active {
	color: #CC0000;
}
#inssubmenu {
	width: 100%;
}
#inssubmenu ul {
	margin: 0px;
	padding: 0px;
}
#inssubmenu ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#inssubmenu ul li a {
	background-color: #dedede;
	white-space: nowrap;
	display: block;
	width: 100%;
	height: 50px;
	font-size: 15px;
	line-height: 50px;
	color: #015198;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #015198;
}
#inssubmenu ul li a:visited {color:#015198;}
#inssubmenu ul li a:hover {color:#015198;}
#inssubmenu ul li a:active {color:#015198;}
#inssubmenu ul li.nowadd a {
	font-size:15px;
	 color: #f4f4f4;
	background-color: #C00;
}
#inssubmenu ul li.nowadd a:visited { color: #f4f4f4;}
#inssubmenu ul li.nowadd a:hover { color: #f4f4f4;background-color: #C00;}
#inssubmenu ul li.nowadd a:active {	color: #f4f4f4;}
.insbox {
	border: 1px solid #dfe5e3;
}
/*----------------------------------------------------------------------*/
#PictureList {
	min-height: 500px;
	margin: 40px 0px 0 30px;
	padding: 0px;
}
#PictureList .PicListMod {
	width: 325px;
	height: 270px;
	float: left;
	margin: 0px;padding: 0px;
}
#PictureList .PicListMod .PicDiv{
	width: 310px;
	height: 210px;
	overflow: hidden;
		text-align: left;
}

#PictureList .PicListMod .PicDiv img {
	width:310px;
	height:210px;
	margin:0px;	
}
#PictureList .PicListMod .Title {
	margin: 15px 0 0 0px;	
	padding: 0px;
	text-align: center;
	font-size: 14px;
	}
#PictureList .PicListMod .picturelistt {	text-align: center;}

/*-----------------    产品列表       --------------------*/

#PictureListCp {
	margin: 0px 0 0 20px;
	padding: 0px;
}
#PictureListCp .PicListMod {
	width: 330px;
	height: 360px;
	float: left;
	margin: 0px;padding: 0px;
}
#PictureListCp .PicListMod .PicDiv{
	width: 308px;
	height: 308px;
	overflow: hidden;
	text-align: left;
}

#PictureListCp .PicListMod .PicDiv img {
	width: 300px;
	height: 300px;
	margin: 0px;
	border: 4px solid #bdcdf4;	
}
#PictureListCp .PicListMod .PicDiv img:hover{border-color:#2b4b9b}
#PictureListCp .PicListMod .Title {
	margin: 10px 0 0 0px;
	padding: 0px;
	text-align: center;
	font-size: 16px;
	}
#PictureListCp .PicListMod .PictureListt {	text-align: center;}



/*-----------------------首页图片列表--------------------------*/


#PictureShows {
	width:1425px;
	min-height: 500px;
	margin: 0px auto;
	padding: 0px;
}
#PictureShows .PicListMod {
	width: 475px;
	float: left;
	margin: 0px;
}
#PictureShows .PicListMod .PicDiv{
	text-align: left;
}

#PictureShows .PicListMod .PicDiv img {
	width:450px;
	height:365px;
}
#PictureShows .PicListMod .Title {
	margin: 15px 0 0 0px;	
	padding: 0px;text-align: left;
	font-size: 18px;
	}
#PictureShows .PicListMod .Title a {color:#333;}
#PictureShows .PicListMod .Title a:visited {color:#333;}
#PictureShows .PicListMod .Title a:hover {color:#f00;}
#PictureShows .PicListMod .Title a:active {color:#ba2636;}
#PictureShows .PicListMod .Title span {
	font-size: 14px;
	white-space: nowrap;
	display: block;
	margin: 5px 0 0 0;color:#999;
}
#PictureShows .PicListMod .Content {
	text-align: left;
	width: 445px;
	font-size: 14px;
	height: 45px;
	overflow: hidden;
	margin: 10px 0 0 0;
}
#PictureShows .PicListMod .more a {
	font-size: 14px;
	white-space: nowrap;
	display: block;
	border: 1px solid #dedede;
	line-height: 45px;
	text-align: center;
	height: 45px;
	width: 150px;
	margin: 15px 0 0 0;
}

#PictureShows .PicListMod .more a:visited {color:#333;}
#PictureShows .PicListMod .more a:hover {color:#FFF;background-color:#C00;	border: 1px solid #C00;}
#PictureShows .PicListMod .more a:active {color:#333;}

/* 产品首页列表 */

#HomeCpShows {
	width:1425px;
	min-height: 500px;
	margin: 0px auto;
	padding: 0px;
}
#HomeCpShows .PicListMod {
	width: 330px;
	float: left;
	margin: 0 20px 0 0;
}
#HomeCpShows .PicListMod .PicDiv{
	text-align: left;
}

#HomeCpShows .PicListMod .PicDiv img {
	width:330px;
	height:320px;
}
#HomeCpShows .PicListMod .Title {
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-size: 18px;
	text-align: center;
	background-color: #4bb2ff;	
	line-height:50px;
	}
#HomeCpShows .PicListMod .Title a {color:#FFF;}
#HomeCpShows .PicListMod .Title a:visited {color:#FFF;}
#HomeCpShows .PicListMod .Title a:hover {color:#FC0;}
#HomeCpShows .PicListMod .Title a:active {color:#FFF;}
#HomeCpShows .PicListMod .Title span {
 display:none;
}
#HomeCpShows .PicListMod .Content {
	
}
#HomeCpShows .PicListMod .more { text-align:center;display:none;}
#HomeCpShows .PicListMod .more a {
	font-size: 14px;
	white-space: nowrap;
	display: block;
	border: 1px solid #dedede;
	line-height: 45px;
	text-align: center;
	height: 45px;
	width: 150px;
	margin: 0px auto;
}

#HomeCpShows .PicListMod .more a:visited {color:#333;}
#HomeCpShows .PicListMod .more a:hover {color:#FFF;background-color:#C00;	border: 1px solid #C00;}
#HomeCpShows .PicListMod .more a:active {color:#333;}


#LevelSort {
	width: 100%;
	font-family: "微软雅黑";
	font-size: 20px;
	line-height: 50px;
	color: #FFF;
	background-color: #015198;
	text-align: left;
	background-image: url(images/Ins_menu_dot.gif);
	background-repeat: no-repeat;
	background-position: 25px center;
	text-indent: 50px;
}
#FlipMod{
	clear: both;
	background-color: #F4F4F4;
	height:30px;
	margin: 20px 0 0 0;
	}
	
 #FlipMod .PageDiv {
	text-align: center;
	line-height: 30px;
	float: left;
	height: 30px;
	width: 70%;
}
 #FlipMod .StatisticsDiv {
	 	text-align: center;
	line-height: 30px;
	float: right;
	height: 30px;
	width: 30%;}.TopBar {
	background-color: #ECECEC;
}
.searchinput {
	width: 100%;
	line-height: 24px;
	height: 24px;
	border: 1px solid #FFF;
}
.hometel {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 36px;
}
.HomeMenubox {
	background-color: #015198;
	border-top-width: 20px;
	border-top-style: solid;
	border-top-color: #FFF;
	border-bottom-width: 20px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
a.homemenusk {
	color: #FFF;
	background-image: url(images/Menu_bg_home.png);
	background-repeat: no-repeat;
	width: 153px;
	white-space: nowrap;
	display: block;
	height: 55px;
	text-align: center;
	line-height: 55px;
	font-size: 18px;
	font-family: "微软雅黑";
}
a.homemenusk:visited {color:#FFF;}
a.homemenusk:hover {color:#FFF;	background-image: url(images/Menu_bg_1b.png);}
a.homemenusk:active {color:#FFF;}
.tbarico {
	background-color: #f0f0f0;
}
.HomeProduct {
	background-image: url(images/Home_cp.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FAFBFD;
}
.homeCompany {
	background-image: url(images/Home_com_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 800px;
}
.HomeNewsFs {
	background-image: url(images/Home_News_title.jpg);
	background-repeat: no-repeat;
	background-position: center 40px;
	height: 900px;
	background-color: #FAFBFD;
	text-align: center;
}
.HomeNetWork {
	background-image: url(images/Home_network.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 800px;
	background-color: #F0F0F0;
}
.Inslct {
	background-color: #015198;
	line-height: 70px;
	text-align: center;
	font-size: 24px;
	font-family: "微软雅黑";
	color: #f4f4f4;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F0F0F0;
}
.InsLeftAdder {
	margin: 10px;
}
.InsLeftAdder .title {
	font-family: "微软雅黑";
	font-size: 16px;
	font-weight: bold;
	height: 25px;
}
.InsLeftAdder .info {
	font-family: "微软雅黑";
	font-size: 14px;
}
.insinfobox {
	margin: 6px;
	border-top-width: 9px;
	border-right-width: 9px;
	border-bottom-width: 9px;
	border-left-width: 9px;
	border-top-style: solid;
	border-top-color: #015198;
	border-bottom-style: solid;
	border-bottom-color: #015198;
	min-height: 700px;
}
.InsBox {
	background-image: url(images/Ins_bottom_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 150px;
	padding-top: 40px;
}
.HomeCompanypic img {
	border: 5px solid #00a0e9;
}
.HomeCompanyTxt {
	font-size: 16px;
	font-family: "微软雅黑";
	margin-top: 30px;
	line-height: 26px;
}
.footer {
	background-color: #313131;
	color: #dedede;
	text-align: center;
	padding: 20px 0;
	font-size:12px;
	line-height: 180%;
}
.footer a {color:#dedede;}
.footer a:visited {color:#dedede;}
.footer a:hover {color:#FFF;}
.footer a:active {color:#dedede;}
#cptree {}
#cptree ul {
	margin: 15px 0 15px 15px;
	padding: 0px;
}
#cptree ul li{
	list-style-type: none;
	font-family: "微软雅黑";
	font-size: 14px;
	margin-top: 8px;
	margin-bottom: 8px;
}
#cptree .nowad a {
	color:#c00; font-weight:bold;font-size: 16px;
	}
.databox table tr .title {
	font-family: "微软雅黑";
	font-size: 18px;
	color: #FFF;
	background-color: #82c5db;
}
.databox table tr td {
	font-family: "微软雅黑";
	font-size: 16px;
	margin: 10px;
	padding: 10px;
	background-color: #e0f5fc;
	color: #116a87;
}
.databox table {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#cpimg {
	margin: 0 0 50px 0 ;
}
#cpimg ul {
	margin: 0px;
	padding: 0px;
}
#cpimg ul li{
	width: 25%;
	float: left;
	text-align: center;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-size: 16px;
}
#cpimg ul li img{
	width: 95%;
	margin: 0 0 10px 0;
}
#cpimg ul li img:hover{
}
.cptitlebox {
	font-size: 24px;
	margin: 20px 13px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #39C;
	height:40px;
}
.insinfobox .title {
	font-size: 24px;
	color: #369;
	text-align: center;
	margin: 20px 0;
}
#cptitleimg {
}
#cptitleimg img{
	width:100%;
	height:auto;
}
.cp tr td {
	font-size: 14px;
	color: #116a87;
	background-color: #e0f5fc;
}
.cp .title td {
	font-size: 18px;

	color: #FFF;
	background-color: #82c5db;
}