@charset "utf-8";
/* www.ITyang.com,IT羊网络版权所有 */
body {
	font-family: 'Microsoft YaHei', Simsun;
	margin: 0px auto;
	padding: 0px;
	background:#fff;
	color:#333;
	font-size:12px;
}
h1, h2, h3, h4, h5, h6, h7, p, ul, ol, dl, dt, dd, li, body, form, input, button, img, cite, strong, em, table, td, th, select, span
{
	margin:0px;
	padding:0px;
}
h1 {
	background: none;
	font: normal normal bold 24px/35px "宋体", Helvetica, sans-serif;
	text-align: center;
}

ul, li {list-style: none;}
ul, ol { list-style-type:none;}
table{border-collapse:collapse;}
input, select{vertical-align:middle;}
img{border:0;}
.clear {clear: both;}

/* 链接 */
a{color:#333;text-decoration:none;}
a:hover{color:#C00; text-decoration:none;}

/* 独立的高度调用 */
.height-a{height:258px; overflow:hidden;}
.height-b{height:200px; overflow:hidden;}

/* 外间距 */
.margin{margin:8px;}
.mt{margin-top:8px;}
.mb{margin-bottom:8px;}
.ml{margin-left:8px;}
.mr{margin-right:8px;}
.fw{font-weight:bold;}


/* 网站公共部分 */
#header, #mainBody, #main
{
	width:980px;
	margin:0 auto;
}
#main{ padding-top:8px;}
.photo{ float:right;}
#footer{ padding-top:10px; width:100%; background:#e4e7ea; border-top:1px solid #dedede;}
.f001{width:980px; margin: 0 auto;color:#454f59; height:30px; line-height:30px; text-align:center; margin-bottom:8px; }
.f001 a{ color:#454f59;}
.f001 a:hover{color:#900;}
.f001 span{ padding: 0 8px;}
#footer p{ line-height:24px; text-align:center; color:#454f59;}
#footer p a{ color:#454f59;}
#footer a:hover{color:#900;} 
.link{ width:978px; height:auto; margin-top:6px; padding-bottom: 15px;}
.link ul{ padding:6px 10px 6px 20px;}
.link ul li{float:left; width:130px; height:28px; line-height:28px;}
.htop{ width:980px; height:80px;background:url(../img/lz01.gif) 160px 28px no-repeat;}
.logo{width:160px;height:75px; float:left; background:url(../img/logo.png) 0 5px no-repeat; padding-top:5px;}
.logo h2 a{display:block;text-indent:-9999em;overflow:hidden;width:154px;height:64px;}

/* 搜索框 */
.search{ float:right; width:286px; padding-top:25px;}
.search .txt:focus{ outline:none } 
.search .txt{float: left;border: 1px #e4e4e4 solid;border-right: none; padding: 6px 10px 6px 14px;height: 16px;line-height: 16px;width:200px;color:#999; font-size:12px;}
.search .btn01{ float: left;border: none;background: #e4e4e4;width: 60px;text-align:center;color: #fff;font-size:14px; height:30px;line-height:30px;font-family: 'Microsoft YaHei';cursor: pointer;}


.yhd{ float:right; height:37px; text-align:right; padding-right:18px; padding-top:5px;}
.yhd p{ line-height:30px; color:#999; }
.yhd p span { padding:0 8px;}
.yhd a{ color:#666;}
.yhd a:hover{color:#900;}
.yh{ width:587px; height:50px; text-align:right; line-height:36px;}
.yh span { padding:0 8px;}

.menu {width: 970px; height: 35px; background: url(../img/nav.jpg) no-repeat; padding-left: 10px;}
.menu li { float:left; position:relative; z-index: 9999;}
.menu li a:hover { color:#000; }
.menu li a { display:block; float:left; height:35px; line-height:35px; }
.menu li .yx{
display: block;
    color: white;
    padding: 0px 25px;
    border-right: 1px solid #fff;
    color: #2d2b2b;
    text-decoration: none;
}
.menu li .yx:hover{ background: #909dae; color: #fff;}

.menu li ul { position:absolute; left:0; background:#6b7888; width:180px; display:none; }
.menu li ul a { width:120px; padding-left: 25px;}
.one { top:35px; }
.one li {border-bottom: 1px solid #fff; }
.one li a{ color: #fff;}
.one li a:hover { background: #909dae; color: #fff; }
.menu li ul.two { left:180px; }
.wst{ position: absolute; right: 10px; top:10px;;}
.menu .cpb a{ padding-right: 35px !important;}
.menu .go .yx{ background: #909dae !important; color: #fff !important;}
/*scrollNav Css*/


.nav .scrollObj{ width:100px; height:35px; position:absolute; z-index:1; left:0px; top:0px; background:#728292;}




.ddsmoothmenu{
	 font-family:"微软雅黑";
	font-size:14px;
    width: 100%;
}
.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;
color: white;
padding: 8px 25px;
border-right: 1px solid #fff;
color: #2d2b2b;
text-decoration: none;
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
color: 454f59;
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background: #728292; 
color: white;
}

.ddsmoothmenu ul li a:hover{
background: #97a6b6; /*background of menu items during onmouseover (hover state)*/
color: white;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
font: normal 12px Verdana;
width: 160px; /*width of sub menus*/
padding: 8px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid #fff;
border-right: none;
background: #728292; 
color:#fff;
}

/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 13px;
right: 15px;
}

.rightarrowclass{
position: absolute;
top: 9px;
right: 8px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background:none;
z-index:2;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0.8;
}

.flash{ width:980px; height:400px;}
.focusBox { position: relative; width:980px; height:380px; overflow: hidden; }
.focusBox .pic{ position:relative; z-index:0; }
.focusBox .pic img { width:980px; height:380px; display: block; }
.focusBox .hd { width:100%; position: absolute; bottom: 10px; text-align: center; font-size:0; z-index:1; }
.focusBox .hd li{margin: 0 5px; background: url(../ssimg/dot.png) no-repeat 0 -16px; height: 16px; overflow: hidden; width: 16px; cursor: pointer;
	display:inline-block; *display:inline; zoom:1;  _background: url(../ssimg/dot8.png) no-repeat 0 -16px;
}
.focusBox .hd .on{ background-position:0 0; }

.focusBox .prev,
.focusBox .next { width: 60px; height: 90px; margin: -60px 0 0; display: none; background: url(../ssimg/ad_ctr.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; filter:alpha(opacity=20);opacity:0.2;  }
.focusBox .prev { left: 0; }
.focusBox .next { background-position: 0 -90px; right: 0; }
.focusBox .prev:hover,
.focusBox .next:hover { filter:alpha(opacity=50) !important;opacity:0.5 !important;  }

.picScroll{ margin:15px auto 0 auto;  position:relative;  width:950px;  padding:10px 0 10px 30px; background:#fff; overflow:hidden;     }
.picScroll .prev,
.picScroll .next{ display:block; position:absolute; top:86px; left:5px; width:23px; height:23px; background:url(../ssimg/jz/btns.png) no-repeat;   }
.picScroll .next{ left:auto; right:5px; background-position:-25px 0; }
.picScroll .prev:hover{ background-position:0 -30px; }
.picScroll .next:hover{ background-position:-25px -30px; }
.picScroll ul{ overflow:hidden; zoom:1; }
.picScroll ul li{ width:210px; float:left; overflow:hidden; padding:0 10px; text-align: center;}
.picScroll ul li p{ height: 30px; line-height: 30px; overflow: hidden;}
.picScroll ul li img{ width:210px; height:160px; display:block; background:url(../ssimg/jz/loading.gif) center center no-repeat; }



.zzzm{ height:40px; text-align:center; font-size:14px; font-weight:bold; line-height:40px;}
.zzzm01 {padding:0 10px;}

/* 图片向上滚动 */
#demo{overflow:hidden; width:230px; height:170px;}
#demo img{cursor:pointer;width:230px; height:170px;}

.ibox {}
.box {border:1px solid #dedede; background:#fff;}

/* 公共栏目导航条 */
.dh { height:32px; line-height:32px;background:url(../img/idh01.gif) repeat-x;}
.more {float:right; padding-right:10px; font-family:Arial, Helvetica, sans-serif; color:#999;}
.more a { color:#999;}
.more a:hover{color:#333;}
.name {font-size:14px; color:#454f59; padding-left:8px;}
.name a{ color:#f04b07;} 

.more001 { padding-left:10px;font-family:Arial, Helvetica, sans-serif; color:#999;}
.more001 a { color:#999;}
.more001 a:hover{color:#333;}

.idh {height:32px; line-height:30px; border-bottom:1px solid #dedede;}
.idh .more a {color:#999;}
.idh .more a:hover{color:#BC2D09;}
.idh .name { color:#454f59; padding-left:10px;}
.idh .name span{ padding: 0 8px; font-family:Arial, Helvetica, sans-serif; color:#666;}

.idh01 {height:48px; line-height:48px;background:url(../img/jb04.jpg) repeat-x;}
.idh01 .more a {color:#999;}
.idh01 .more a:hover{color:#BC2D09;}
.idh01 .name { color:#333; padding-left:10px;background:url(../img/jb05.jpg) 10px 0 no-repeat;}
.idh01 .name span{ padding: 0 8px; font-family:Arial, Helvetica, sans-serif; color:#666;}


/* 列表时间单独调用 */
.time{ float:right; color:#999; font-family:Arial, Helvetica, sans-serif;}
/* 文章开头没两格 */
.kem{ text-indent:2em;}


.jmhh{background:url(../img/jmhh.gif) 2px 0 no-repeat; height:200px; width:260px;}
.jmhh li{ height:50px; line-height:50px; font-size:24px; font-family:"微软雅黑"; padding-left:80px;}
.jmhh li a{ color:#fff;}
.jmhh li a:hover{ color:#900;}


.lmgg{ margin-top:8px; margin-bottom:8px;width:980px; height:180px; background:url(../img/lmgg.jpg) #fff no-repeat; border:1px solid #fff;}
.lmgg h3{ font-family:"微软雅黑"; font-size:30px; line-height:40px; text-align:right; padding-top:70px; padding-right:30px; color:#666;}

.ihimg{ padding-top:8px;}
.ihimg img{ width:240px;}

.zzry{ border:1px solid #dedede; padding:5px; background:#f6f6f6; height:190px; margin-bottom:6px;}


.iimg{ width:380px; height:200px; padding-top:20px;}
.iimg ul{}
.iimg li { float:left; margin: 0px 0px 0px 25px; width:94px; height:104px; color:#666; display:inline;}
.iimg li img { width:90px; height:70px; padding:1px; border: 1px solid #dedede;}
.iimg li a:hover img{ border:1px solid #c90300;}
.iimg li p{ line-height:22px;  text-align:center; color:#2a5858;}

.iij01{ width:978px; height:240px; margin-bottom:10px;}
.iship{ padding-top:12px; padding-left:12px;}
.iship01{ float:left; width:193px;}
.iship01 p{ width:180px; text-align:center; line-height:30px; height:30px;}

.ir01{ width:660px; margin-top:8px;}


.ibody{ padding:15px 0 0 0;}
.ibody img { float:left; margin-right:15px; border:1px solid #dedede; width:190px; height:140px; padding:3px; }
.ibody p{ line-height:24px; color:#666; font-size: 14px;}

.wsgd{ background: #f9f9f9;border: 1px solid #e4e4e4; width: 978px; height: 42px;line-height: 42px;}
.wsgdz{ float: left; font-size: 14px; font-weight: bold;  height: 42px; text-align: right; width: 80px; padding-right: 10px;}
.wsgdy{ float: left;font-size: 12px;height: 42px; width: 880px;}
.txtMarquee-left{ width:860px;  position:relative; }
.txtMarquee-left .bd{ padding:0px; }
.txtMarquee-left .bd .tempWrap{ width:860px !important; }/* 用 !important覆盖SuperSlide自动生成的宽度，这样就可以手动控制可视宽度。 */
.txtMarquee-left .bd ul{ overflow:hidden; zoom:1; }
.txtMarquee-left .bd ul li{ margin-right:20px;  float:left; height:42px; line-height:42px;  text-align:left; _display:inline; width:auto !important;  }/* 用 width:auto !important 覆盖SuperSlide自动生成的宽度，解决文字不衔接问题 */
.txtMarquee-left .bd ul li span{ color:#cc0000; }
.txtMarquee-left .bd a{ color:#cc0000; }
.txtMarquee-left .bd a:hover{ color: rgb(0 , 165 , 247); }

.icp{ padding:10px 5px;}
.icp li{ width:193px; height:32px; background:url(../img/ifl.gif) 0 3px no-repeat; line-height:30px; padding-left:36px; font-size:14px;}
.iabout{}
.sbfw{ padding:8px;}

/* 左图右标题与简介开始 */
.imgtxt{height:86px;padding:8px;border-bottom:none;background:none;overflow:hidden;}
.imgtxt img{float:left; padding:2px; border:1px solid #dedede; width:105px; height:75px; margin-right:10px;}
.imgtxt h3{ height:20px; line-height:20px; overflow:hidden; font-size:12px; padding-bottom:4px;}
.imgtxt h3 a{ color:#cc0000;}
.imgtxt h3 a:hover{ color:#333;}
.imgtxt p{ color:#999;}


/* 不间断文字滚动开始 */
.ittu{ padding:8px 4px 6px 2px;}
#ScrollBox{height:180px;overflow:hidden;}    
#ScrollBox ul{list-style:none} 
#ScrollBox ul li{ height:26px; line-height:26px; background:url(../img/icon/1.gif) 0 11px no-repeat;padding-left:8px;} 

.pagination ul {margin: 30px 0 30px 0; position: relative;width: 100%;}
.pagination ul li{list-style-type:none; display:inline;}
.pagination ul li a {padding: 5px 10px;display: inline-block; margin-right: 5px;background: #eee;color: #333;text-decoration: none;font-size:14px;}
.pagination ul li a:hover{ color:#fff; background:#c90000;}
.pagination ul li:first-child a{  border-radius: 4px 0px 0px 4px;} 
.pagination ul li:last-child a{   border-radius: 0px 4px 4px 0px;}
.pagination .current{background:#c90000; color:#fff;}
.pagination ul .page-active a{background:#c90000; color:#fff;}


/* 列表 */
.cleft{float:left; width:242px; overflow:hidden;}
.cright{float:left; width:728px; overflow:hidden; margin-left:10px; display:inline;}
.lmimg{ width:970px; padding:5px;background:#fb8603; margin-top:8px;}
.lmimg img { width:970px;}
.newsx ul{ padding:6px;}
.newsx ul li{ line-height:26px;background:url(../img/icon/6.gif) 0 11px no-repeat; padding-left:8px;}

.fhhh{padding-left:5px; padding-right:5px; padding-bottom:5px; }
.fhhh li{ border:1px solid #e6e6e6; margin-top:5px; height:38px; line-height:38px; padding-left:50px;}
.zf01{ background:url(../img/kf/1.png) #fff 10px 3px no-repeat;}
.zf02{ background:url(../img/kf/2.png) #fff 10px 3px no-repeat;}
.zf03{ background:url(../img/kf/3.png) #fff 10px 3px no-repeat;}
.zf04{ background:url(../img/kf/4.png) #fff 10px 3px no-repeat;}
.zf05{ background:url(../img/kf/5.png) #fff 10px 3px no-repeat;}
.zf06{ background:url(../img/kf/6.png) #fff 10px 3px no-repeat;}
.zf03 a{color:#F00; font-weight:bold;}
.zf03 a:hover{text-decoration:underline;}


.list { padding:10px;}
.list ul{ padding-bottom:10px;}
.list li{ height:32px; line-height:32px; font-size:14px; background:url(../img/icon/1.gif) 0 12px no-repeat; padding-left:14px;}

.pages{text-align:center;width:auto;height:26px; font-size:14px; font-family:Arial, Helvetica, sans-serif; margin-top:20px;}
.pages a{line-height:22px;padding:2px 6px;border:#a48f59 1px solid;color:#a48f59; margin:0 2px;}
.pages .pagecur{background:#fff;color:#333;font-weight:bold}
.pages .pageinf{background:#fff;color:#333;line-height:24px;height:24px;padding:2px 4px;}
.pages .pagetxt{width:26px; height:20px;border:#ccc 1px solid;text-align:center;}
.pages .pagebtn{width:32px;border:#ccc 1px solid;text-align:center;background:#fff;height:22px}


/* 文章内容样式 */
.news_view { margin-top:20px; padding:20px 20px;}
.news_view h2 { font-size:18px; text-align:center; padding-bottom:20px; font-family:"微软雅黑"; border-bottom:1px solid #dedede;}
.news_view .body { margin-top:18px; font-size:14px; line-height:30px;}
.news_view .body img{ max-width: 620px;}
.news_view .body p { margin-bottom:15px; text-indent:2em;}
.updo{ color:#666; border-top: 1px solid #e4e4e4; padding-top: 15px;}
.updo p{ padding-top: 5px;}

/* 图片列表 */
.cases {padding-bottom:10px;}
.cases ul{ float:left;}


.cases li { float:left; margin: 20px 0px 0px 24px; width:199px; height:186px; color:#666; display:inline; background: #f5f5f5; border: 1px solid #e5e5e3; padding:4px;} 
.cases li img { width:199px; height:146px;}
.cases li p{ line-height:28px; padding-left:16px; padding-top:4px; background:url(../img/icon/7.gif) 0 12px no-repeat;}


/*留言列表页Start----------------------------------------------------------*/
.info-show{ padding:20px;}
.PostListPage{}
.PostListPage .RecordBox
{
	margin:0px;
	padding:1px;
}
.PostListPage .Menu{
	height:40px;
	line-height:40px;
	width:100%;
	text-align:center;
	font-size:14px;
	font-weight:bold;
}
.PostListPage .RecordBox .About
{
	height:30px;
	line-height:30px;
	color:#666;
	padding:0 10px;
	background:#f2f2f2;
	overflow:hidden;
}
.PostListPage .RecordBox .About span
{
	padding-left:12px;
	background:url(../img/Icon7.gif) 0 4px no-repeat;
}
.PostListPage .RecordBox .Body
{
	color:#000;
	margin:8px 10px;
	line-height:1.6em;
	font-size:14px;
}
.PostListPage .RecordBox .Ref
{
	margin:0 10px;
	padding:6px;
	line-height:18px;
	border-top:#FC6 dashed 1px;
	color:#333;
	font-size:14px;
}
.PostListPage .RecordBox .Ref .Name
{
	color:#2262a8;
	letter-spacing:2px;
}
.PostListPage .RecordBox .Ref .Time
{
	padding-left:6px;
	color:#999;
}

.b_title { margin:20px 0px;}
.b_title h1{font: normal normal normal bold 18px/35px "宋体", Arial, Helvetica, sans-serif; color:#333; text-align:left;}
.b_title p {color:#333; line-height:24px;}

.tableMsg { border-left: #e5e5e5 1px solid; color: #333; border-top: #e5e5e5 1px solid; margin-bottom:8px;}
.tableMsg td { border-bottom: #e5e5e5 1px solid; line-height: 25px; height:25px; border-right: #e5e5e5 1px solid;
padding:5px;}
.tdColor { text-align: right; padding-right: 5px; font-weight:bold; }

/*留言列表页End----------------------------------------------------------*/

/* 图片展示开始----------------- */
.i_img{ float:left; width:740px; height:192px;}
.i_img .ShowBody
{
	padding:10px;
	padding-bottom:6px;
	*padding-bottom:0;
	border-top:0;
	overflow:hidden;
}
.i_img .picBox
{
	float:left;
	width:165px;
	text-align:center;
}
.i_img .picBox img
{
	width:142px;
	padding:1px;
	border:#e5e5e5 solid 1px;
	height:112px;
	overflow:hidden;
}
.i_img p
{
	height:22px;
	line-height:22px;
	overflow:hidden;
}
.i_img p a:hover
{
	text-decoration:underline;
}
.i_img #pic_demo
{
	width:720px;
	overflow:hidden;
}
.i_img #pic_indemo
{
	float:left;
	width:800%;
}
.i_img #pic_demo1
{
	float: left;
}
.i_img #pic_demo2
{
	float: left;
}
/* 图片展示结束----------------- */


/* 本公司加 */
.ileft{float:left; width:260px;}
.iright{float:left; margin-left:8px; width:692px; display:inline;}

.ihj02{ width:720px; height:210px; margin-top:10px;}
.ijblst{ float:left; width:353px; height:205px;}
.ijblst ul{ padding:6px 10px;}
.ijblst li{ height:30px; line-height:30px; background:url(../img/icon/2.gif) 0 12px no-repeat;padding-left:10px; font-size:14px; border-bottom:1px dotted #ccc; overflow:hidden;}

.icpfl{}
.icpfl ul{background:url(../img/ispdh.gif) repeat-y;}
.icpfl li{ height:36px; line-height:36px; background:url(../img/icon/9.gif) 20px 14px no-repeat; font-size:14px; padding-left:32px;}

.ilianxi{ padding:10px;line-height:30px;font-size:14px; height:160px;}
.ilianxi p{ font-family:"微软雅黑";  color:#930;}




.i01{ width:980px; height:268px;}
.i0z{ float:left; width:310px; height:268px;}
.i0c{float:left; margin-left:20px; width:330px; height:268px;}
.i0r{float:left; margin-left:20px; width:300px; height:268px;}

.i02{ width:980px; height:100px;}
.i0201{ float:left;  width:310px; height:100px;}
.i0202{ float:left;  width:310px; height:100px; margin-left:25px;}
.i0203{ float:left;  width:310px; height:100px; margin-left:25px;}

.i03{width:980px; height:220px; padding-top: 25px;}
.i0301{ float:left; width:650px; height:210px;}
.i0302{ float:left; width:310px; margin-left:20px; display:inline;height:210px;}


.iadd01{ width:960px; height:80px; margin-bottom:8px;}
.iadd01 img{ width:960px; height:80px;}

.flxx{ padding-left:3px; padding-bottom:10px; width:253px;}
.flxx li{ float:left; width:62px; height:26px; line-height:26px; text-align:center;}

.shijian{float:left; width:230px; height:29px; line-height:29px; padding-left:15px; font-size:14px; color:#023b72;}


.zxns{ float:left; width:280px; height:220px;}
.zxns ul{ padding: 5px 10px 6px 10px;}
.zxns li{ height:26px; line-height:26px; background:url(../img/icon/1.gif) 0 11px no-repeat;padding-left:8px;}
.inews{}
.inews ul{ padding: 5px 10px 6px 10px;}
.inews li{ height:26px; line-height:26px; background:url(../img/icon/1.gif) 0 10px no-repeat;padding-left:10px; overflow:hidden;}




.kstj{width:358px;height:76px; border:1px solid #c1dae1; margin-top:10px;background:url(../img/kstj.gif) repeat-y;}
.kstj01{ float:left; width:17px; height:71px; padding:5px 0 0 3px; color:#14505b;}
.kstj01 p{ line-height:16px;}
.kstj02{ float:left; width:328px; padding:5px 0 5px 10px;}
.kstj02 li{ float:left; width:145px; margin-right:10px; height:22px; line-height:22px;background:url(../img/icon/8.gif) 0 9px no-repeat; padding-left:8px; overflow:hidden;}
.kstj02 li a{color:#14505b;}
.kstj02 li a:hover{color:#900;}
.isd{ border-bottom:1px dashed #83b2ba; padding-bottom:8px;}
.isd li{height:24px; line-height:24px;background:url(../img/icon/1.gif) 0 9px no-repeat; padding-left:10px; }
.isd01{ padding-top:10px;}
.isd01 li{height:24px; line-height:24px;background:url(../img/icon/1.gif) 0 9px no-repeat; padding-left:10px; }
.iadd{ width:960px; margin-top:10px;}
.iadd img{width:960px;}

.ilist{ float:left; width:312px; height:320px; margin-right:10px; margin-top:10px; display:inline;}
.ilist01{ float:left; width:310px; height:320px; margin-top:10px; }
.ilist ul, .ilist01 ul{ padding:6px;}
.ilist li, .ilist01 li{height:24px; line-height:24px;background:url(../img/icon/1.gif) 0 9px no-repeat; padding-left:10px; }

.lnews ul{ padding:5px 8px;}
.lnews li{height:24px; line-height:24px;background:url(../img/icon/1.gif) 0 9px no-repeat; padding-left:10px; overflow: hidden;}


.cnnav {width:940px; height:30px; padding-left:20px;}
.cnnav li{ float:left; line-height:20px; padding-top:5px;  padding-right:10px; padding-left:10px; background:url(../img/icon/6.gif) 0 12px no-repeat;}
.h01{height:11px; width:958px;background:url(../img/f01.jpg) repeat-x;}




.lmdh{ padding:2px 8px 10px 8px;}
.s001{background:#dedede;margin:2px;font-size: 14px; line-height:26px; padding-left:10px; }
.s001 a{ color: #790014; }
.s001 a:hover{color:#333;}
.lmdh dl { width: 224px; }
.lmdh dl,dd { margin: 0; }
.lmdh dt { background: #f2f2f2; font-size: 14px; line-height:30px; padding-left:10px; margin-top:8px;}
.lmdh dt a { color: #082eca; }
.lmdh dd a { color: #000;font-size: 12px; }
.lmdh dd ul { list-style: none; padding: 2px 6px; }
.lmdh dd ul li{ line-height:26px; padding:3px 0 3px 10px;background:url(../img/icon/1.gif) 0 13px no-repeat; }
.lmdh dd ul li a{ color:#666;}

.shipin{ width:224px; height:190px; padding:8px;}
.shipin ul{}
.shipin li { width:224px; height:190px; color:#666;}
.shipin li img { width:224px; height:160px;}
.shipin li p{ line-height:30px; padding-left:16px; background:url(../img/icon/7.gif) 0 9px no-repeat;}

.anli{float:left; width:688px; padding:20px; }
.anli01{float:left; width:688px; border-bottom:1px dotted #ccc; padding: 15px 0;}
.anli01 img { float:left; width:210px; height:160px; margin-right:15px; border:1px solid #dedede; padding:2px;}
.anli01 h2{ font-size:14px; padding-bottom:6px;}
.anli01 p{ color:#999;}
.anli01 p span{ padding:0 2px; color:#930; line-height:26px;}


.sp01{ padding: 15px 0 15px 15px;}
.sp02{ float:left; width:340px; padding: 0 0 8px 10px;}
.sp03{ float:left;}

.spdh{ margin-top:20px;}
.spdh h2{line-height:30px; border-bottom:1px solid #ccc; font-size:14px;}
.spdh h2 span{ font-size:12px; font-weight:500; padding-left:40px; color:#666;}
.spbody{word-warp:break-word;word-break:break-all; margin-top:10px; font-size:14px;}
.spbody p{ line-height:2em; text-indent:2em; margin-bottom:15px; }


/* 点击图片滚动 */
.i04{ width:980px; margin-top:10px; color:#666;}

.news_view .body img {
	max-width:620px;
	myimg:expression(onload=function(){
	this.style.width=(this.offsetWidth > 620)?"620px":"auto"}
		   );
	}
	