 
/*---------- layout---------*/
/* 自适应宽度的块(通用块) */
.viewbox {
    overflow: hidden;
    padding-bottom: 8px;
    width: 600px;
}
.viewbox .title {
    height: 56px;
    line-height: 56px;
    overflow: hidden;
    padding-top: 10px;
    text-align: center;
}
.viewbox .title h2 {
    color: #2B2B2B;
    font-size: 20px;
}
.viewbox .info {
    color: #666666;
    height: 24px;
    line-height: 17px;
    overflow: hidden;
    text-align: center;
}
.tbox{
	margin:5px 0 8px 0;
	border-bottom:1px solid #DFDFDF;
	overflow:hidden;
	background:url(/images/md_cl_022.gif) 0 -294px repeat-x;
}
.tbox dt{
	height:24px;
	border:1px solid #DFDFDF;
	overflow:hidden;
	clear:both;
}
.tbox dd{
	border-left:1px solid #DFDFDF;
	border-right:1px solid #DFDFDF;
	/*padding:4px 4px 0px;*/
	overflow:hidden;
}

.tbox dt strong{
	height:24px;
	line-height:24px; !important;line-height:25px;
	padding-left:35px;
	padding-right:4px;
	display:block;
	float:left;
	color:#013B9E;
	letter-spacing:1px;
}
.tbox dt strong a{
	color:#013B9E;
}
.tbox dt strong a:hover{
	color:#B5070B;
	text-decoration:none;
}
.tbox dt span.more{
	float:right;
	position:relative;
	line-height:25px;
	padding-right:8px;
	color:#596F37;
}
.tbox dt span.more a{
	color:#596F37;
	text-decoration:none;
}
.tbox dt span.more a:hover{
	color:#ff3333;
	text-decoration:underline;
}
.tbox dt span.label{
	height:25px;
	float:right;
	overflow:hidden;
	padding-right:1px;
	padding-top:2px;
}
.tbox dt span.label a{
	height:26px;
	display:block;
	padding:0px 7px 0px 8px;
	line-height:26px;
	border-left:1px solid #BADAA1;
	float:left;
	color:#666;
	text-decoration:none;
	overflow:hidden;
	letter-spacing:1px;
}
.tbox dt span.label a:hover{
	color:#360;
}
.tbox dt span.label a.thisclass{
	background:#FFF;
	color:#333;
	border-top:3px solid #BADAA1;
}


/* 较重颜色的Box */
.light {
	background:none;
}
.light dt{
	height:26px;
	overflow:hidden;
	background:url(/images/md_cl_022.gif);
	clear:both;
}
.light dd{
	/*padding:4px 4px 0px;*/

}
dt.light strong{
	color:#013B9E;
}
/*--------------------------------------------------
 box layout (prefix space:a,b)
 ---------------------------------------------*/
 
/*---------- a : 文本列表块 ---------*/

/*---------- b : 图文混排块 ---------*/


/*-------------------------------------------------- 
 list layout (prefix space:c,d,e,f)
 ---------------------------------------------*/
 
/*---------- c : 纯文本列表 ---------*/
.c1{/* 纯文本链接列表 */
	padding:4px 0px;
	clear:right;
}
.c1 li{
	height:27px;
	line-height:27px;
	overflow:hidden;
	padding-left:16px;
	background:url(/images/ico-2.gif) 7px 11px no-repeat;
}
.c1 a{
	color:#585858;
}

.c2{/* 水平切分的两列纯文本链接列表 */
	width:100%;
	padding:4px 0px;
	overflow:hidden;
	clear:both;
}
.c2 li{
	width:44%;
	margin-right:1%;
	float:left;
	height:27px;
	line-height:27px;
	overflow:hidden;
	padding-left:16px;
	background:url(/images/ico-2.gif) 7px 11px no-repeat;
}

/*---------- d : 附加信息列表 ---------*/
.d1{/* 前置时间日期的小列表 */
	padding:4px 0px;
}
.d1 li{
	height:27px;
	line-height:27px;
	overflow:hidden;
}
.d1 li span{
	color:#ABA9A2;
	margin-right:5px;
	float:left;
}
.d1 li a{
	
}
.d2{/* 后置时间日期的小列表 */
	padding:4px 0px;
}
.d2 li{
	height:27px;
	line-height:27px;
	overflow:hidden;
}
.d2 li span{
	color:#777;
	float:right;
	padding-right:10px;
	margin-left:10px;
}
.d2 li a{
	overflow:hidden;
}
.d4{/*带内容简介的小列表*/
	padding:0px 0px;
}
.d4 li{
	padding:4px 8px;
	overflow:hidden;
}
.d4 li a{
	display:block;
	line-height:23px;
	overflow:hidden;
	text-indent:14px;
	background:url(/images/ico-3.gif) 4px 9px no-repeat;
}
.d4 li p{
	color:#888;
	line-height:17px;
	height:33px;
	overflow:hidden;
}
.d5{/* 后置时间日期的大列表 */
	padding:8px;
	border-bottom:1px solid #EEE;
}
.d5 li{
	height:41px;
	line-height:41px;
	background:url(/images/ico-2.gif) 2px 17px no-repeat;
	padding-left:16px;
}
.d5 li a{
	font-size:14px;
}
.d5 li span{
	margin-left:10px;
	color:#777;
}
/*---------- e : 图文混排列表 ---------*/
.e1{/* 横向浮动的图片列表 120*90  */
	width:100%;
	overflow:hidden;
	clear:both;
	padding-top:10px;
	padding-bottom:8px;
}
.e1 li{
	width:126px;
	overflow:hidden;
	padding-left:12px;
	float:left;
	text-align:center;
	
}
.e1 li a{
	display:block;
	color:#6C6D61;
}
.e1 li a:hover img{
	border:1px solid #D7D9CC;
	padding:2px;
}
.e1 li a img{
	display:block;
	border:1px solid #E3E3E3;
	padding:2px;
	width:120px;
	height:90px;
}
.e1 li a span{
	display:block;
	line-height:17px;
	padding-top:6px;
}
.e1 li span{
	
}
.e2{
	
}
.e2 li{
	width:100%;
	overflow:hidden;
	clear:both;
	padding:12px 0px;
	border-bottom:1px solid #EEE;
	color:#aaa;
}
.e2 li b a{
	color:#555;
}
.e2 li a.preview{
	width:84px;
	float:left;
	margin-right:7px;
	margin-bottom:3px;
	margin-left:10px;
	display:inline;
}
.e2 li a.preview img{
	width:80px;
	/*height:60px;*/
	height:75px;
	display:block;
	padding:1px;
	border:1px solid #EEE;
}
.e2 li a.preview:hover img{
	border:1px solid #AAA;
}
.e2 li a.title{
	overflow:hidden;
	line-height:25px;
	font-weight:bold;
	font-size:14px;
	margin-left:2px;
}
.e2 span.info{
	display:block;
	line-height:23px;
	color:#555;
	padding-left:12px;
}
.e2 span.info small{
	color:#AAA;
	font-size:12px;
	margin-left:3px;
}
.e2 span.info a{
	color:#690;
}
.e2 p.intro{
	color:#49382A;
	line-height:18px;
	margin-left:5px;
	padding-left:10px;
	padding-right:10px;
}
.e3{/* 图文混排小列表 */	
	clear:both;
	overflow:hidden;
}
.e3 li{
	height:50px;
	overflow:hidden;
	padding:6px;
	border-bottom:1px dashed #DCEBD7;
}
.e3 li a.preview{
	width:58px;
	height:48px;
	float:left;
	display:block;
	margin-right:6px;
	overflow:hidden;
}
.e3 li a.preview img{
	width:58px;
	height:48px;
}

.e3 li a.title{
	height:21px;
	display:block;
	line-height:21px;
	overflow:hidden;
}
.e3 li .intro{
	color:#777;
	display:block;
	float:left;
	line-height:23px;
}

/*---------- f : 特殊列表 ---------*/
.f1{/* 带数字ICO的排行榜列表 */
	overflow:hidden;
}
.f1 li{
	height:38px;
	display:block;
	padding:3px 0px 4px 0px;;
	border-bottom:1px dashed #DCEBD7;
	padding-left:38px;
	overflow:hidden;
}
.f1 li a{
	height:21px;
	line-height:21px;
	overflow:hidden;
	display:block;
}
.f1 li span{
	line-height:15px;
	color:#666666;
	margin-left:5px;
}
.f1 li span small{
	font-size:12px;
	color:#999;
}
.f1 li span a{
	display:inline;
	line-height:15px;
	color:#666666;
	color:#690;
}

.f2{/* 评论专用列表 */
	overflow:hidden;
}
.f2 li{
	height:73px;
	clear:both;
	overflow:hidden;
	border-bottom:1px dashed #DCEBD7;
	padding:0px 8px;
}
.f2 small{
	display:block;
	height:21px;
	padding-top:6px;
	line-height:21px;
	overflow:hidden;
	font-size:12px;
	color:#999;
}
.f2 small a.username{
	color:#666;
}
.f2 p{
	height:42px;
	overflow:hidden;
	line-height:21px;
	color:#888;
	text-indent:17px;
}

.f4{/*友情链接(图片)专用*/

}
.f4 li{
	width:94px;
	height:37px;
	display:block;
	float:left;
	overflow:hidden;
	margin:10px 12px 2px 8px;
}
.f4 li a{
	width:88px;
	height:31px;
	overflow:hidden;
	float:left;
	border:3px solid #FFF;
}
.f4 li a:hover{
	border:3px solid #EEE;
}
.f5{/*友情链接(文字)专用*/
	width:100%;
	overflow:hidden;
	clear:both;
	padding-bottom:10px;
}
.f5 li{
	float:left;
	line-height:14px;
	padding:8px 10px 0px;
	white-space:nowrap;
}
.f5 li a{
	color:#666666;
	float:left;
}

.f6{/* 链接横排自适应列表 */
	width:100%;
	overflow:hidden;
	clear:both;
        font-size:14px;
        padding-top:5px;
}
.f6 a{	
        color:#666666;
}
.f6 li{
	float:left;
	line-height:14px;
	padding:8px 10px 0px;
	white-space:nowrap;
}
.f6 li a{
	color:#666666;
	float:left;
}
.f7{
	width:860px;
	overflow:hidden;
	clear:both;
        border-bottom:1px #eee solid;
}
.f7 li{
	float:left;
        padding-right:10px;
}
.f7 li a{
	color:#888;
        font-size:14px;
}
.f7 li a:hover{
	color:#ff0000;
}
/*list_nav
------------------*/
.d6{
	width:100%;
	overflow:hidden;
	padding-bottom:6px;
	clear:both;
	display:inherit;
	}
.d6 li{
	float:left;
	margin:6px 0 1px 8px;
	display:inline;
	}
.d6 li a{
	width:87px;
	padding-left:20px;
	height:26px;
	line-height:26px;
	display:block;
	background:url(/images/green_skin.png) -42px -222px no-repeat;
	color:#316301;
	}
.d6 li a:hover{
	text-decoration:none;
	}	
.d6 li a.thisclass{
	background:url(/images/green_skin.png) -42px -249px no-repeat;
	}
/*-------------------------------------------------- 
 list icon
 ---------------------------------------------*/
.ico1 li{
	padding-left:16px;
	background:url(/images/ico-1.gif) 7px 11px no-repeat;
}
.ico2 li{
	padding-left:16px;
	background:url(/images/ico-2.gif) 6px 11px no-repeat;
}
.ico3 li{
	padding-left:16px;
	background:url(/images/ico-3.gif) 7px 11px no-repeat;
}

li.dotline {
	height:26px;
	line-height:26px;
}
.c_page{
	text-align:right;
	line-height:25px;
	height:25px;
	background:#FBFBFB;
	border-top:1px solid #EAEAEA;
	}
.c_page a{
	text-align:center;
	background:url(/images/page_bg.gif) #FBFBFB no-repeat;
	width:16px;
	height:15px;
	line-height:15px;
	display:inline-block;
	margin-top:5px;
	color:#000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
	}
.c_page a:hover{
	text-decoration:none;
	}
.c_page a.thislink{
	color:#7A2334;
	}

/*---------- page---------*/
.pleft{
	width:230px;
	float:left;
	overflow:hidden;
        margin-bottom:5px;
}
.place{
    width:590px;
	height:24px;
	line-height:24px;
	text-indent:10px;
	color:#000;
	overflow:hidden;
	font-family:宋体;
	margin-bottom:6px;
	text-align:left;
}
.place strong{
	color:#ff0000;
	font-weight:normal;
	letter-spacing:1px;
}
.place a{
	color:#0000FF;
	margin:0px 2px;
}
.place a:hover{
	color:#0000FF;
	margin:0px 2px;
	TEXT-DECORATION: underline;
}
.pright{
	width:665px;
	float:left;
	margin-left:5px;
	margin-bottom:5px;
	overflow:hidden;
}
.dede_pages{
}
.dede_pages ul{
	float:left;
	padding:12px 0px 12px 16px;
}
.dede_pages ul li{
	float:left;
	font-family:Tahoma;
	line-height:17px;
	margin-right:6px;
	border:1px solid #E9E9E9;
}
.dede_pages ul li a{
	float:left;
	padding:2px 4px 2px;
	color:#555;
	display:block;
}
.dede_pages ul li a:hover{
	color:#690;
	text-decoration:none;
	padding:2px 4px 2px;
}
.dede_pages ul li.thisclass,
.dede_pages ul li.thisclass a,.pagebox ul li.thisclass a:hover{
	background-color:#F8F8F8;
	padding:2px 4px 2px;
	font-weight:bold;
}
.dede_pages .pageinfo{
	line-height:21px;
	padding:12px 10px 12px 16px;
	color:#999;
}
.dede_pages .pageinfo strong{
	color:#555;
	font-weight:normal;
	margin:0px 2px;
}

.specialpic{
	width:200px;
	overflow:hidden;
	float:left;
	margin-right:20px;
	padding-top:10px;
}
.specialpic img{
	width:200px;
	display:block;
}
.speciallist{
	width:720px;
	overflow:hidden;
}
.speciallist dl.tbox{
	width:352px;
	margin-right:8px;
	margin-top:8px;
	float:left;
}
.storypic{
	width:160px;
	overflow:hidden;
	float:left;
	margin-right:20px;
	padding-top:10px;
}
.storypic img{
	width:160px;
	display:block;
}
.infos_userinfo{
	width:240px;
	overflow:hidden;
}
.infos_userinfo dd{
	padding:12px;
	overflow:hidden;
	background:#FFF;
}
.infos_userinfo dd .userface{
	width:52px;
	height:52px;
	padding:1px;
	border:1px solid #DDD;
	overflow:hidden;
	float:left;
	margin-right:8px;
}
.infos_userinfo dd .userface img{
	width:52px;
	height:52px;
	overflow:hidden;
	display:block;
}
.infos_userinfo dd .username{
	height:19px;
	line-height:19px;
	display:block;
	overflow:hidden;
	font-weight:bold;
	color:#F60;
}
.infos_userinfo dd .useract{
	width:140px;
	height:44px;
	overflow:hidden;
	float:left;
	padding-left:4px;
}
.infos_userinfo dd .useract-pm,.infos_userinfo  dd .useract-af{
	width:70px;
	float:left;
	line-height:19px;
	height:19px;
	overflow:hidden;
}
.infos_userinfo dd .useract-vi{
	display:block;
	clear:both;
	line-height:19px;
	height:19px;
	overflow:hidden;
	color:#666;
}
.infos_userinfo dd .userinfo-sp{
	height:25px;
	line-height:25px;
	clear:both;
	display:block;
	padding-left:10px;
}
.infos_userinfo dd .userinfo-sp small{
	font-size:12px;
	color:#AAA;
	margin-right:5px;
}
.infos_search dd{
	padding:4px 4px 12px 8px;
}
.infos_search dd select,.infos_search dd input,.infos_search dd button{
	margin-left:4px;
	margin-top:8px;
}
.infos_search dd select{
	font-size:14px;	
}
.tags_list dd{
	padding:4px 12px;
	line-height:220%;
}
.tags_list dd a{
	margin-right:10px;
	white-space:nowrap;
}
.tagc1{
	font-size:12px;
	color:#666;
}
.tagc2{
	font-size:14px;
	font-weight:bold;
	color:#555;
}
.sp-title{
	color:#49382A;
	padding:4px 12px;
	border-top:1px solid #FCEDE0;
	border-bottom:1px solid #FCEDE0;
	background:#EBE3DC;
	margin-bottom:8px;
}
.sp-title h2{
	font-size:14px;
	line-height:27px;	
}
.sp-title h2 a{
	margin-left:6px;
	color:#03541F;
}
.sp-title .more{
	float:right;
	margin:-27px 0px;
	line-height:27px;
}
.linkbox{
	padding:5px 8px;
	border-bottom:1px solid #EEE;
}
.linkbox h3,.linkbox h3 a{
	font-size:14px;
	color:#49382A;
        padding-bottom:5px;
}

#commetpages {
	text-align:center;
	line-height:28px;
}

#commetpages a {
	border:1px solid #BADAA1;
	padding:0 3px 0 3px;
}

/*---------- base ---------*/
*{
	padding:0px;
	margin:0px;
}
html{
	background:#FFF;
}
body{
    color:#666666;
    background:url("/images/wrapperbj.gif") repeat-x center top transparent;
	font:12px Verdana,Arial,Tahoma;
	background-color:#FFFFFF;
}
body.articlelist{
    color:#666666;
	font:12px Verdana,Arial,Tahoma;
        background:url("/images/wrapperbj.gif") repeat-x center top #ffffff;
}
a{
    color:#0033FF;
}
a:visited{
    color:#0033FF;
}
a:hover{
    color:#ff0000;
}
a:active{
    color:#0033FF;
}
.font1 {
    font-size: 14px;
}
.font2 {
    color: #FF0000;
    font-size: 18px;
}
.a_2 {
    color: #FF0000;
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
}
.td_12 {
    color: #FF0000;
    font-size: 12px;
    font-weight: bold;
}
.font21 {
    color: #FF0000;
    font-size: 12px;
    font-weight: bold;
    line-height: 30px;
}
.STYLE2 {
    color: #0000FF;
    font-weight: bold;
}
.a-12a {
    color: #0033FF;
    font-size: 12px;
    line-height: 14px;
    text-decoration: none;
}
.td_18 {
    color: #FF6600;
    font-size: 16px;
    font-weight: bold;
    line-height: 25px;
}
.font3 {
    color: #FF0000;
    font-size: 12px;
}
.a_14 {
    color: #ffffff;
    font-size: 14px;
    text-decoration: none;
}
.td-14 {
    color: #FF0000;
    font-size: 14px;
    line-height: 20px;
}
.td_14_2 {
    color: #FFFF00;
    font-size: 15px;
    line-height: 20px;
    text-align:left:
    padding-left:10px;
}
.td_14_3{
    color: #000;
    font-size: 12px;
    font-weight:normal;
    line-height: 20px;
    text-align:left:
    padding-left:10px;
}
.a2 {
    color: #0033FF;
    font-size: 12px;
    text-decoration: underline;
}
.a13 {
    color: #FFFFFF;
    font-size: 12px;
    line-height: 20px;
}
.a14 {
    color: #FF0000;
    font-size: 12px;
    line-height: 20px;
}
.td_18 {
    color: #FF0000;
    font-size: 18px;
    font-weight: bold;
}
.td_14 {
    color: #FF0000;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
}
TD {
    color: #000000;
    font-size: 12px;
    line-height: 20px;
}
.bg3 {
    background-position: right center;
    background-repeat: no-repeat;
} 
.td_13 {
    color: #0000FF;
    font-size: 13px;
    font-weight: bold;
    line-height: 20px;
}
.table_1 {
    background-color: #FFFFFF;
    border-color: #FFFFFF #0099FF #0099FF;
    border-style: none;
    color: #0033FF;
    font-size: 12px;
}
.bg_06 {
    background-position: center center;
    background-repeat: no-repeat;
}
.mobline05 {
    border-style:none solid solid;
}
.mobline05 {
    border-bottom: 1px solid #326F9E;
    border-left: 1px solid #326F9E;
    border-right: 1px solid #326F9E;
    border-style: none solid solid;
    border-width: 0 1px 1px;
}
img{
	border:none;
}
a{
	color:#0000FF;
	text-decoration:none;
}
a:hover{
	color:#ff0000;
	text-decoration:none;
}
ul{
	list-style:none;
}
ul.u6{
margin-top:5px;
}
ul.u6 li {
    width:220px;
    float: left;
    font-size: 12px;
    margin-left:5px;
    height:18px;
    list-style: disc inside url("/images/ico-1.gif");
}
ul.u6 li.CrMore{
   list-style:none;
}
input,select,button{
	font:12px Verdana,Arial,Tahoma;
	vertical-align:middle;
}
/*---------- stock ---------*/
.center{
	margin:0px auto;
}
.w960{
	width:950px;
	/*position:relative;*/
}
.pright .infos_userinfo {
	margin-bottom: 0px;
}
.mt1{/* ( margin-top * 1 ) */
	margin-top:8px;
}
.pright .mt1{
	margin-top:0px;
}
.mt2{/* ( margin-top * 2 ) */
	margin-top:16px;
}
.clear{
	overflow:hidden;
}
.fs-12{
	font-size:12px;
}
.fc-f60{
	color:#F60;
}
.fc-f90{
	color:#F90;
}
.clr{
	clear:both;
	}
.ipt-txt{
	line-height:15px;
	padding:4px 5px;
	border-width:1px;
	border-style:solid;
	border-color:#666 #BBB #BBB #666;
	font-size:12px;
	margin-right:2px;
}
.nb{
	line-height:20x;
	padding:1px 2px;
	border-width:1px;
	border-style:solid;
	border-color:#666 #BBB #BBB #666;
	font-size:12px;
	margin-right:2px
}
.btn-1{
	width:56px;
	height:24px;
	border:none;
	background:url(../images/comm-bt.gif) no-repeat;
	line-height:25px;
	letter-spacing:1px;
	cursor:pointer;
	overflow:hidden;
	color:#585858;
}
.btn-2{
	width:70px;
	height:25px;
	border:none;
	background:url(../images/btn-bg2.gif) left top no-repeat;
	line-height:25px;
	overflow:hidden;
	color:#444;
	margin-right:2px;
	cursor:pointer;
}
/*---------- frame ---------*/
.navigation{
    width: 950px;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
}
.navigation .top {
    background-position: 0 -72px;
    background-repeat: repeat-x;
}
.body{
    background:#ffffff;
    overflow:hidden;
    width:950px;
    margin:10px auto;
}
.bodylist{
    background:#ffffff;
    overflow:hidden;
    width:900px;
    margin:0 auto;
}
.bodylist1{
    overflow:hidden;
    background:#fff;
    width:900px;
    margin:auto;
    margin-top:1px;
}
/*---------- frame : header ---------*/
.header{
	width:100%;
	width:950px;
	margin:auto;
	overflow:hidden;
}
.header1{
	width:100%;
	width:900px;
	margin:auto;
	overflow:hidden;
}
.header .header_top{
	height:32px;
	line-height:25px;
	color:#ffffff;
	background:url(/images/topbg.gif) repeat-x;
	}
.header1 .header_top{
	height:32px;
	line-height:25px;
	color:#ffffff;
	background:url(/images/topbg.gif) repeat-x;
	}
.toplinks{
    display:block;
}
.toplinks span.logo{
    float:left;
    height:29px;
	width:180px;
}
.toplinks span.navLink{
    float:right;
	padding-right:10px;
	padding-top:2px;
}
.toplinks span.navLink a{
    color:#FFFFFF;
}
.toplinks span.navLink a:hover{
    text-decoration:underline;
}
.header2{
	width:100%;
	width:900px;
	margin:auto;
	overflow:hidden;
}
.header2 .header2_top{
	height:32px;
	line-height:25px;
	color:#ffffff;
	background:url(/images/topbg.gif) repeat-x;
	}
.toplinks2{
    display:block;
}
.toplinks2 span.logo{
    float:left;
    height:29px;
	width:180px;
}
.toplinks2 span.navLink{
    float:right;
	padding-right:10px;
	padding-top:2px;
}
.toplinks2 span.navLink a{
    color:#FFFFFF;
}
.toplinks2 span.navLink a:hover{
    text-decoration:underline;
}
.header3{
	width:100%;
	width:900px;
	margin:auto;
	overflow:hidden;
}
.header3 .header3_top{
	height:32px;
	line-height:25px;
	color:#ffffff;
	background:url(/images/md_cl_001_SJM.gif) repeat-x;
}
.toplinks3{
    display:block;
}
.toplinks3 span.logo{
    float:left;
    height:29px;
	width:180px;
}
.toplinks3 span.navLink{
    float:right;
	padding-right:10px;
	padding-top:2px;
}
.toplinks3 span.navLink a{
    color:#FFFFFF;
}
.toplinks3 span.navLink a:hover{
    text-decoration:underline;
}
.header .time{
	float:left;
	padding-left:10px;	
	}
.header .search {
	overflow:hidden;
}
.header a{
	color:#777;
}
.header a:hover{
	color:#ff3333;
	text-decoration:none;
}
.header .top{
	clear:both;
	overflow:hidden;
}
.header .title{
	float:left;
	padding-left:10px;

}
.header .title h1 a{
	width:216px;
	height:54px;
	display:block;
	overflow:hidden;
}
.header .banner{
	width:500px;
	height:60px;
	float:left;
	margin-left:20px;
	overflow:hidden;
}
.header .banner img{
	width:500px;
	height:60px;
	display:block;
}
.header .banner2{
	width:200px;
	height:60px;
	float:left;
	margin-left:10px;
	overflow:hidden;
}
.header .banner2 img{
	width:200px;
	height:60px;
	display:block;
}
.header .welcome{
	float:right;
	margin-top:20px;
	padding-right:10px;
	color:#999;
}
.header .welcome a{
	margin:0px 3px;	
}
.headnotice{
    width:900px;
	height:20px;
	overflow:hidden;
	clear:both;
	padding-top:2px;
	background:url(/images/noticebg.gif) no-repeat;
}
.date{
    color:#FFFF00;
    float:left;
	font-size:14px;
	padding-left:10px;
}
.date span{
    color:#FF0000;
	font-size:14px;
	padding-left:10px;
}
.rollnotice{
    color:#FFFFFF;
    width:600px;
	overflow:hidden;
	margin-left:10px;
	padding-top:2px;
}
.rollnotice a{
    color:#FFFFFF;
}
.headnav{
    width:900px;
	height:33px;
	overflow:hidden;
	clear:both;
}
.nav1{
    background: url("/images/sou2.jpg") repeat scroll 0 0 transparent;
    border-right: 1px solid #436AC7;
    height: 30px;
    line-height: 30px;
    margin-top: 2px;
    overflow: hidden;
}
.nav1 li {
    float: left;
    height: 30px;
    text-align: center;
	width:80px;
}
.nav1 li a {
    display: block;
    float: left;
    height: 30px;
	color:#FFFFFF;
    padding: 2px 16px 0;
    text-decoration: none;
}
.nav1 li a:hover{
    color:#ff0000;
}
.nav2{
    background: url("/images/t_SJM.jpg") repeat scroll 0 0 transparent;
    height: 30px;
    line-height: 30px;
    margin-top: 2px;
    overflow: hidden;
}
.nav2 li {
    float: left;
    height: 30px;
    text-align: center;
	width:80px;
}
.nav2 li a {
    display: block;
    float: left;
    height: 30px;
	color:#FFFFFF;
    padding: 2px 16px 0;
    text-decoration: none;
}
.nav2 li a:hover{
    color:#ff0000;
}

.headrecommend{
    width:900px;
	height:31px;
	clear:both;
	background:url("/images/sou3.gif");
}
.headrecommend dl{
    width:700px;
	overflow:hidden;
	clear:both;
	margin-left:150px;
	padding-top:10px;
}
.headrecommend dl dt{
    float:left;
	color:#FF0000;
}
.headrecommend dl dd{
    float:left;
	margin-left:10px;
	text-decoration:underline;
}
.headrecommend1{
    width:900px;
	height:31px;
	clear:both;
	background:url("/images/sou3.gif");
}
.headrecommend1 dl{
    width:800px;
	overflow:hidden;
	clear:both;
	margin-left:50px;
	padding-top:10px;
}
.headrecommend1 dl dt{
    float:left;
	color:#FF0000;
}
.headrecommend1 dl dd{
    float:left;
	margin-left:5px;
	text-decoration:underline;
}
.headrecommend2{
    width:900px;
	height:31px;
	clear:both;
	background:url("/images/sou4.jpg");
}
.headrecommend2 dl{
    width:800px;
	overflow:hidden;
	clear:both;
	margin-left:50px;
	padding-top:5px;
}
.headrecommend2 dl dt{
    float:left;
	color:#FF0000;
}
.headrecommend2 dl dd{
    float:left;
	margin-left:5px;
	text-decoration:underline;
}
.headsearch{
    width:900px;
	height:31px;
	clear:both;
	background:url("/images/sou4.gif");
        padding-top;10px;
}
.headsearch2{
    width:900px;
	height:31px;
	clear:both;
	background:url("/images/sou5.jpg");
        padding-top;10px;
}
.date1{
    color:#0000FF;
    float:left;
	font-size:14px;
	padding-left:10px;
	padding-top:5px;
}
.productsearch{
    width:380px;
	height:30px;
	overflow:hidden;
	float:left;
	padding-left:15px;
}
.productsearch dl{
    margin-left:10px;
	overflow:hidden;
}
.productsearch dl dt{
   float:left;
   width:54px;
   color:#FF0000;
   padding-top:8px;
   font-weight:800;
}
.productsearch dl dd{
   float:left;
   width:300px;
}
.home{
    color:#0000FF;
	float:left;
	padding-top:10px;
	padding-left:200px;
}
.collection{
    color:#0000FF;
	float:left;
	padding-top:10px;
	padding-left:15px;
	text-decoration:underline;
}
#navMenu {
	width:950px;
	overflow:hidden;
	height: 28px;
	padding:8px 0 0 15px;
}
#navMenu ul {
	float:left;
	height:30px;
	background:url("/images/md_cl_003.gif") repeat scroll 0 0 transparent;
}
#navMenu ul li {
	float:left;	
	height:30px;
	padding-right: 10px;
	padding-left: 10px;
	text-align:center;
	border-left:1px solid #436AC7;
}
#navMenu ul li a {
	color: #FFF;
	height: 22px;
	text-decoration:none;
	display: inline-block;
	position: relative;
	background:url("/images/md_cl_004.gif") repeat scroll 0 0 transparent;
}
#navMenu ul li span {
	cursor:pointer;
	display:inline-block;
	height:22px;
	line-height:20px;
	margin:0 0 0 5px;
	padding:0 15px 0 0;
	text-align:center;
	vertical-align:middle;
	font-weight:bold;
	color:#ebf5e9;
}
#navMenu ul li.hover {
	padding-top:0;
}
#navMenu ul li.hover a {
	display: inline-block;
	position: relative;
}
#navMenu ul li.hover span {
	cursor:pointer;
	display:inline-block;
	height:22px;
	line-height:20px;
	margin:0 0 0 5px;
	padding:0 15px 0 0;
	text-align:center;
	vertical-align:middle;
}
#navMenu ul li a.hover, #navMenu ul li a:hover {
	text-decoration:none;
	display: inline-block;
	position: relative;
}
#navMenu ul li a.hover span, #navMenu ul li a:hover span {
	cursor:pointer;
	display:inline-block;
	height:22px;
	line-height:20px;
	margin:0 0 0 5px;
	padding:0 15px 0 0;
	text-align:center;
	vertical-align:middle;
}
/*------ //搜索框 ---------*/
.search-keyword {
	width:210px;
	height:18px;
	padding-top:2px;
	padding-left:6px;
	border:0px;
	border:#AAC7E7 solid 1px;
	background: #FFF;
	color:#444;
}
.search-submit {
	cursor:pointer;
	width:68px;
	height:30px;
	font-size:0px;
	color:#fafafa;
	border:0px;
}
.search-option {
	margin-left:3px;
	margin-right:3px;
	border:#badaa1 solid 1px;
	height:22px;
}

.header .nav .end { }
/*-- //End 导航菜单 --*/

/*----------dedeinfolink  ---------*/
#dedeinfolink {
	margin-bottom:6px;
	}
#dedeinfolink tr td div {
	padding:0 5px;
	background:url(../images/white_bg.gif) repeat-x;
	margin-right:8px;
	}
#dedeinfolink tr td {
	line-height:18px;
	}
#dedeinfolink tr td.spline {
	font-size:1px;
	height:1px;
	line-height:1px;
	border-bottom:1px dashed #dedede;
	}
#dedeinfolink tr td.iftitle {
	font-weight:bold;
	color:#428C5B;
	line-height:24px;
	border-bottom:1px dashed #dedede;
}
/*---------- frame : footer ---------*/
.footer{
	width:950px;
	margin:auto;
	color:#666;
	margin-top:8px;
	padding-bottom:10px;
	border-top:1px solid #E5EFD6;
	padding-top:5px;
	background:url(/images/footbg.gif) repeat-x;
}
.foottop{
    width:950px;
	margin:auto;
	height:20px;
}
.foottop ul li{
    width:85px;
	float:left;
	text-align:center;
	color:#FFFFFF;
	border-right:1px #fff solid;
}
.foottop ul li a{
	color:#FFFFFF;
}
.footerbottom{
    width:950px;
	height:96px;
	background:url(/images/b_x1.gif) no-repeat;
}
.powerleft{
    float:left;
	padding-top:20px;
	width:100px;
	text-align:right;
}
.powerright{
    float:left;
	width:830px;
	text-align:left;
	line-height:17px;
	margin-top:5px;
	margin-left:15px;
}
/*---------- frame : footer1 ---------*/
.footer1{
	width:900px;
	margin:auto;
	color:#666;
	margin-top:8px;
	padding-bottom:10px;
	border-top:1px solid #E5EFD6;
	padding-top:5px;
	background:url(/images/footbg.gif) repeat-x;
}
.foottop1{
    width:900px;
	margin:auto;
	height:20px;
}
.foottop1 ul li{
    width:80px;
	float:left;
	text-align:center;
	color:#FFFFFF;
	border-right:1px #fff solid;
}
.foottop1 ul li a{
	color:#FFFFFF;
}
.footerbottom1{
    width:900px;
	height:96px;
	background:url(/images/b_x2.gif) no-repeat;
}
.powerleft1{
    float:left;
	padding-top:20px;
	width:60px;
	text-align:right;
}
.powerright1{
    float:left;
	width:815px;
	text-align:left;
	line-height:20px;
	margin-top:10px;
	margin-left:15px;
}
.nav {
    background: url("/images/md_cl_003.gif") repeat scroll 0 0 transparent;
    border-right: 1px solid #436AC7;
    height:30px;
    line-height:30px;
    overflow: hidden;
}
.nav li {
    border-left: 1px solid #436AC7;
    float: left;
    height: 30px;
    text-align: center;
}
.nav li a.cur {
    background: url("/images/md_cl_004.gif") repeat scroll 0 0 transparent;
    color: #FFFFFF;
}
.nav li a:hover {
    background: url("/images/md_cl_004.gif") repeat scroll 0 0 transparent;
    color: #FFFF00;
}
.nav li a {
    display: block;
    float: left;
    height: 30px;
	color:#FFFFFF;
    padding: 0 19px 0 20px;
    text-decoration: none;
}
.nav li a:visited{
	color:#FFFFFF;
}
.nav li a:hover{
    color:#ffff00;
}
.nav li a:active{
    color:#ffffff;
}
.part1{
    width:950px;
	margin:0 auto;
	clear:both;
	overflow:hidden;
}
.flash1{
    width:320px;
	float:left;
	background:url(/images/md_cl_007.gif) no-repeat;
}
.company{
    width:360px;
	height:251px;
	float:left;
	background:url(/images/companybg.jpg) no-repeat;
	margin:0 8px;
}
.company dl dt{
    color:#ffff00;
	font-size:18px;
	font-family:"黑体";
	font-weight:normal;
	text-align:center;
	line-height:30px;
	padding-top:5px;
}
.company dl dd{
    line-height:20px;
	color:#666666;
	padding:10px;
}
.company dl dd span.txt{
    width:335px;
	text-align:right;
	display:block;
}
.cR {
    float: right;
    height: 200px;
    width: 250px;
}
.titleA1 {
    background: url("/images/U-00.gif") repeat-x scroll 0 0 #FFFFFF;
    border-left: 1px solid #B7CEED;
    border-right: 1px solid #B7CEED;
    height: 30px;
    line-height: 30px;
}
.titleA1 label.cur {
    background: url("/images/U-001.gif") repeat scroll 0 0 transparent;
}
.titleA1 label {
    color: #013B9E;
    cursor: pointer;
    display: block;
    float: left;
    font: bold 14px/30px "宋体";
    height: 30px;
    text-align: center;
    width: 123px;
}
.vB {
    background: none repeat scroll 0 0 #FFFFFF;
    border-left: 1px solid #B7CEED;
    float: left;
    height: 23px;
    margin-top: 1px;
    overflow: hidden;
    width: 1px;
}
.titleA1 label {
    color: #013B9E;
    cursor: pointer;
    display: block;
    float: left;
    font: bold 14px/30px "宋体";
    height: 30px;
    text-align: center;
    width: 123px;
}
.blkT4 {
    background: none repeat scroll 0 0 #FFFFFF;
    height: 220px;
    overflow: hidden;
}
.part2{
    width:950px;
	overflow:hidden;
    background: url("/images/md_cl_024.gif") repeat-y scroll 0 0 transparent;
}
.mc022{
    margin-top:10px;
	clear:both;
	overflow:hidden;
}
.part2top{
   height: 10px;
   margin-top: 5px;
   overflow: hidden;
   background:url("/images/md_cl_023.gif") no-repeat scroll 0 0 transparent;
}
.part2bottom{
    background: url("/images/md_cl_023.gif") no-repeat scroll -1000px 0 transparent;
    height: 11px;
    overflow: hidden;
}
.part3{
    width:950px;
	overflow:hidden;
	clear:both;
	margin-top:10px;
}
.arrL {
    background: url("/images/md_cl_052.gif") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    display: inline;
    float: left;
    height: 57px;
    margin: 25px 0 0 10px;
    width: 8px;
}
.arrR {
    background: url("/images/md_cl_052.gif") no-repeat scroll -100px 0 transparent;
    cursor: pointer;
    display: inline;
    float: right;
    height: 57px;
    margin: 25px 10px 0 0;
    width: 8px;
}
.part4{
    width:950px;
	overflow:hidden;
	clear:both;
}
.part4 dl dt{
    width:950px;
	height:26px;
	overflow:hidden;
	border-right:1px solid #AAC7E7;
	float:left;
	display:block;
    background: url("/images/md_cl_022.gif") no-repeat scroll 0 0 transparent;
}
.part4 dl dd{
    background: url("/images/md_cl_047.gif") repeat scroll 0 0 transparent;
    height: 353px;
	display:block;
	clear:both;
}
.part4 dl dt strong{
    color: #013B9E;
    display: block;
    float: left;
    font-size: 14px;
    height: 24px;
    letter-spacing: 1px;
    line-height: 25px;
    padding-left: 30px;
    padding-right: 4px;
}
.partners{
    width:315px;
	float:left;
}
.title{
    padding-left:12px;
}
.partners dl{
    width:300px;
	clear:both;
	overflow:hidden;
	margin-top:10px;
	margin-left:15px;
}
.partners dl dt{
    width:214px;
	float:left;
	font-size:14px;
	padding-left:5px;
}
.partners dl dd.pic{
    width:67px;
	height:75px;
	float:left;
	padding-top:3px;
	border:1px solid #DBDCDE;
        background:none repeat scroll 0 0 #FFFFFF;
	padding:3px;
}
.partners dl dd.txt{
    width:214px;
	display:block;
	float:left;
	padding-left:5px;
	line-height:20px;
}
.partners ul{
    width:300px;
	margin-top:15px;
	font-size:12px;
	margin-left:15px;
	overflow:hidden;
}
.partners ul li{
    width:150px;
	float:left;
	line-height:20px;
}
.partners ul li.red a{
    color:#FF0000;
}
.roll{
    width:340px;
	float:left;
	overflow:hidden;
	margin-left:25px;
}
.title1{
	margin-left:5px;
}
.parade{
    width:329px;
	overflow:hidden;
}
.parade ul{
	display:inline;
	float:left;
	margin-left:5px;
    width:329px;
}
.parade ul li span.txt{
    display:block;
	height:20px;
	text-align:center;
	width:72px;
}
.parade ul li{
    display:inline;
	float:left;
	line-height:17px;
    list-style:none;
	margin:1px;
}
.parade ul li a img{
    border:1px #ccc solid;
	padding:1px;
}
.wenchuan{
    width:329px;
	overflow:hidden;
}
.wenchuan dl{
    width:319px;
	overflow:hidden;
	margin-left:10px;
	margin-top:5px;
}
.wenchuan dl dt{
    width:214px;
	float:left;
	font-size:14px;
	padding-left:5px;
	color:#FF0000;
	font-weight:bold;
	padding-top:5px;
}
.wenchuan dl dd{
   width:240px;
   float:left;
   margin-top:2px;
}
.wenchuan dl dd.pic{
    width:67px;
	height:75px;
	float:left;
	padding-top:3px;
	padding-left:15px;
	border:1px solid #DBDCDE;
	padding:3px;
}
.wenchuan dl dd ul{
    width:214px;
	display:block;
	float:left;
}
.wenchuan dl dd ul li{
    width:167px;
	float:left;
    padding-left:5px;
	line-height:20px;
    list-style:url(/images/ico-1.gif) inside;
}
.wenchuan dl dd ul span{
    display:block;
	line-height:20px;
	float:left;
}
.shihua{
    width:326px;
	margin-top:5px;
}
.shihua dl{
    width:326px;
	margin-top:5px;
	margin-left:10px;
}
.shihua dl dt{
    background: url("/images/md_cl_012.gif") no-repeat scroll 3px center transparent;
    font-size: 14px;
    line-height: 23px;
	color:#FF0000;
	font-weight:bold;
    padding-left: 10px;
}
.shihua dl dd{
    width:325px;
}
.shihua dl dd ul{
    width:325px;
}
.shihua dl dd ul li{
    width:160px;
	font-size:12px;
	float:left;
    list-style:url(/images/ico-1.gif) inside;   
}
.flame{
    width:235px;
	float:left;
	margin-left:27px;
}
.flame ul{
    width:235px;
}
.flame ul li{
    display:inline;
	float:left;
    list-style:none;
	margin:1px 1px;
}
.flame ul li img{
    padding:1px;
    border:1px #ccc solid;
}
.flame ul li span.txt{
    display:block;
	line-height:20px;
	text-align:center;
	width:73px;
}
.index .picnews {
    clear: both;
    float: left;
    margin-top: 9px;
    overflow: hidden;
    width: 712px;
}
.light {
    background: none repeat scroll 0 0 transparent;
}
.tbox {
    background: url("/images/md_cl_022.gif") repeat-x scroll 0 0 transparent;
	border-bottom:1px solid #aac7e7;
    margin: 0 0 8px;
    overflow: hidden;
}
.light dt {
    background: url("/images/md_cl_022.gif") repeat-x scroll 0 -188px transparent;
    border: 1px solid #AAC7E7;
    clear: both;
    height: 24px;
    overflow: hidden;
}
dt.light strong {
    color: #316301;
}
.tbox dt strong {
    color:#013B9E;
    display: block;
    float: left;
    height: 24px;
	font-size:14px;
    letter-spacing: 1px;
    line-height: 25px;
    padding-left:30px;
    padding-right: 4px;
}
.light dd {
    background: url("/images/md_cl_010.gif") repeat-x scroll 0 0 #F6F9FE;
    border-right: 1px solid #B7CEED;
    overflow: hidden;
}
.infiniteCarousel {
    float:left;
    width:898px;
}
.infiniteCarousel .wrapper {
    margin: 0 0 0 8px;
    width: 898px;
}
.infiniteCarousel .wrapper ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    top: 0;
}
.infiniteCarousel ul li {
    color: #6C6D61;
    display: block;
    float: left;
    padding: 10px 10px;
    text-align: center;
    width:67px;
}
.infiniteCarousel ul li a, .infiniteCarousel ul li a:visited {
    color: #6C6D61;
}
.infiniteCarousel ul a img {
    border: 1px solid #E3E3E3;
    display: block;
    height: 89px;
    padding: 2px;
    width: 67px;
}
.infiniteCarousel ul li a span {
    display: block;
    color:#0000FF;
	font-size:12px;
	padding:2px 5px;
	width:67px;
}
.blkT7L {
    float: left;
    padding: 19px 15px 0 19px;
    width: 289px;
}
.picPlayer {
}
.picPlayer #picBox {
	width: 290px; 
	position: relative; 
	height: 216px
}
.picPlayer #picBox .picImg {
    border: #878787 1px solid;
	display:block;
	width:287px;
	height:214px;
}
.picPlayer #blackBox {
    z-index:200;
	background:#143d84;
	filter: alpha(opacity=60);
	left:1px;
	width:287px;
	bottom:1px;
	position:absolute;
	height:26px;
	opacity: 0.6; 
	-moz-opacity: 0.6
}
.picPlayer #titleArea {
    z-index:300;
	left:1px;
	width:310px;
	bottom:1px;
	line-height:26px;
	position:absolute;
	height:26px;
	text-align:center;
}
.picPlayer .num {
    z-index:400;
	left:22px;
	width:250px;
	bottom:-25px;
	position:absolute;
	height:17px;
}
.picPlayer .num LABEL {
    display:block;
	font-size:10px;
	background: url(/images/md_cl_048.gif);
	width:16px;
	cursor:pointer;
	color:#498dbe;
	line-height:16px;
	font-family:Arial;
	height:16px;
	text-align:center;
}
.picPlayer .num LABEL.cur {
    background-position: 0px -400px;
	color:#000000;
}
.picPlayer .num .numDiv {
    padding-right:9px;
	float:left;
	overflow:hidden;
	width:16px;
	height:17px;
}
.picPlayer .numArea {
    z-index:300;
	left:1px;
	width:310px;
	bottom:27px;
	position:absolute;
	height:17px;
}
.picPlayer .numArea LABEL {
    display:inline;
	background:url(/images/team_cl_003.gif) no-repeat 0px -50px;
	float:right;
	width:24px;
	margin-right:3px;
	height:17px;
}
.picPlayer .numArea LABEL.current {
    background-position:0 0;
	filter:alpha(opacity=60); 
	opacity: 0.6; 
	-moz-opacity: 0.6;
}
.f14white {
    font-size:14px;
	color:#FFFFFF;
	text-decoration:none;
}
A.f14white {
    font-size:14px;
	color:#FFFFFF;
	text-decoration:none;
}
A.f14white:visited {
    font-size:14px;
	color:#FFFFFF;
	text-decoration:none;
}
A.f14white:hover {
	color: #fff;
	text-decoration:underline;
}
.picPlayer .focusImgArea {
    z-index:10;
	left:0;
	position:absolute;
	top:0;
}
.btnArea {
    margin-top:8px;
	overflow:hidden;
	width:290px;
	zoom:1;
}
.btnArea A.prv {
    background: url(/images/md_cl_048.gif) no-repeat 0px -100px;
	float:left;
	margin-left:0;
	width:16px;
	height:16px;
}
.btnArea A.next {
    background: url(/images/md_cl_048.gif) no-repeat 0px -200px;
	float:right;
	margin-left:0;
	width:16px;
	height:16px;
}
.blkT8 {
    line-height: 22px;
    margin-top: 30px;
}
.atlastop {
    float: left;
    padding-top: 19px;
    width: 604px;
}
.titleS8 {
    clear: both;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    padding: 0 15px;
}
.titleS8 H2 {
    color: #013B9E;
    float: left;
    font-size: 14px;
}
.titleS8 .more {
    float: right;
}
.titleS8 .more A {
    color: #013B9E;
    text-decoration: none;
}
.boxS6 {
    display: inline;
    float: left;
    line-height: 24px;
    margin: 5px 0 0 15px;
    text-align: center;
}
A.aImgS1 IMG {
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #DBDCDE;
    border-right: 1px solid #DBDCDE;
    border-style: solid;
    border-width: 1px;
    display: block;
    padding: 3px;
}
P {
    font-size: 12px;
}
.atlasbottom{
    float: left;
    padding-top: 30px;
    width: 604px;
}
.navigation{
    width:230px;
	background:#046FB3;
}
.navtop{
    background:url(/images/daohang1.jpg) no-repeat;
	width:230px;
	height:25px;
	margin-top:25px;
}
.navmiddle{
    background:url(/images/daohang2.jpg) repeat-y;
}
.navmiddle ul.navflash{
    text-align:center;
	width:212px;
}
.navmiddle ul.navlist{
    margin-left:10px;
	width:200px;
	margin-left:30px;
	padding-top:10px;
}
.navmiddle ul li{
    background:url(/images/x.gif) no-repeat 0 5px;
	padding-left:15px;
	line-height:24px;
}
.navmiddle ul li a{
   color:#0000FF;
}
.navbottom{
    background:url(/images/daohang3.jpg) no-repeat;
	width:230px;
	height:25px;
	margin-bottom:25px;
}
.relation{
    width:230px;
	background:#046FB3;
}
.relationtop{
    background:url(/images/daohang1.jpg) no-repeat;
	width:230px;
	height:25px;
}
.relationmiddle{
	width:230px;
	text-align:center;
        background:url(/images/daohang2.jpg) repeat-y;
        overflow:hidden;
}
.relationbottom{
    background:url(/images/daohang3.jpg) no-repeat;
	width:230px;
	height:25px;
	padding-bottom:25px;
	margin-bottom:10px;
}
.yqlj{
    width:230px;
	background:#046FB3;
}
.yqljtop{
    background:url(/images/daohang1.jpg) no-repeat;
	width:230px;
	height:25px;
}
.yqljmiddle{
	width:230px;
    background:url(/images/daohang2.jpg) repeat-y;
}
.yqljbottom{
    background:url(/images/daohang3.jpg) no-repeat;
	width:230px;
	height:25px;
	padding-bottom:25px;
}
.glorie{
    width:661px;
	overflow:hidden;
	clear:both;
	border:2px #6AB5FF solid;
}
.glorie ul.glorietitle{
    background:url(/images/1-d.gif) repeat-x;
	height:24px;
	color:#FF0000;
	font-size:16px;
	font-weight:800;
	padding-left:10px;
	padding-top:5px;
}
.glorie ul.glorielist{
   background:#EFF7FF;
   padding-top:5px;
   clear:both;
   overflow:hidden;
}
.glorie ul.glorielist a{
   color:#0000FF;
   text-decoration:underline;
}
.patent{
   width:663px;
   overflow:hidden;
   border:1px #B5DAFF solid;
   clear:both;
   margin-top:15px;
}
.patent dl{
}
.patent dl dt{
   height:25px;
   background:url(/images/button.gif) no-repeat 10px 8px #A4D1FF;
   border:1px #fff solid;
   padding-left:35px;
   padding-top:5px;
   font-size:14px;
   font-weight:800;
   color:#0000FF;
}
.patent dl dd{
   padding-bottom:15px;
   width:660px;
}
.patent dl dd ul{
}
.patent dl dd ul li{
   width:145px;
   border:1px #00CCFF solid;
   float:left;
   margin:10px 0 10px 15px;
}
.patent dl dd ul li a.patenttitle{
   height:25px;
   color:#ff0000;
   background:#BEEDF5;
   padding-top:5px;
   padding-left:5px;
   width:140px;
   display:block;
}
.patent dl dd ul li a.patentview{
   width:144px;
   height:170px;
   clear:both;
   display:block;
   overflow:hidden;
}
.patent dl dd ul li a.patentview img{
   padding-left:10px;
   width:120px;
   height:170px;
}
.patent dl dd ul li p.enlarge{
   height:25px;
   background:#D9DEE1;
   padding-left:5px;
   padding-top:5px;
}
.patent dl dd ul li p.enlarge a{
   color:#FF0000;
   text-decoration:underline;
}
.back{
   text-align:right;
   color:#0000FF;
   padding-top:5px;
   text-decoration:underline;
   width:900px;
}
.back a{
   color:#0000FF;
}
.trophy{
   width:663px;
   overflow:hidden;
   border:1px #B5DAFF solid;
   clear:both;
   margin-top:5px;
}
.trophy dl{
}
.trophy dl dt{
   height:25px;
   background:url(/images/button.gif) no-repeat 10px 8px #A4D1FF;
   border:1px #fff solid;
   padding-left:35px;
   padding-top:5px;
   font-size:14px;
   font-weight:800;
   color:#0000FF;
}
.trophy dl dd{
   color:#FF0000;
   width:663px;
   height:225px;
   background:#F2FDDB;
}
.certificate{
   width:663px;
   overflow:hidden;
   border:1px #B5DAFF solid;
   clear:both;
   margin-top:5px;
}
.certificate dl{
}
.certificate dl dt{
   height:25px;
   background:url(/images/button.gif) no-repeat 10px 8px #A4D1FF;
   border:1px #fff solid;
   padding-left:35px;
   padding-top:5px;
   font-size:14px;
   font-weight:800;
   color:#0000FF;
}
.certificate dl dd{
   color:#FF0000;
   width:663px;
   height:230px;
   background:#F2FDDB;
}
.zlzs{
   width:898px;
   overflow:hidden;
   clear:both;
   border:1px #2B90C8 solid;
}
.zlzs dl{
}
.zlzs dl dt{
   height:25px;
   color:#FFFFFF;
   background:#2B90C8;
   padding-left:10px;
   padding-top:5px;
   border:1px #fff solid;
}
.zlzs dl dt a{
   color:#FFFFFF;
}
.zlzs dl dd{
   color:#FF0000;
}
.cpdh{
   width:228px;
   overflow:hidden;
   border:1px #2B90C8 solid;
   clear:both;
   margin-top:10px;
}
.cpdh dl{
}
.cpdh dl dt{
   height:30px;
   text-align:center;
   background:url(/images/graybg.jpg) repeat-x;
}
.cpdh dl dd{
   width:228px;
}
.cpdh dl dd ul{

}
.cpdh dl dd ul li{
   background:#FFF9Ed;
   border-bottom:1px #ffffff solid;
   padding-left:45px;
   line-height:20px;
   padding-top:5px;
   background:url("../images/ico-1.gif") no-repeat scroll 30px 14px #FFF9ED;
}
.links{
   width:228px;
   overflow:hidden;
   border:1px #2B90C8 solid;
   clear:both;
   margin-top:10px;
}
.links dl dt{
   background:#2B90C8;
   border:1px #fff solid;
   color:#FFFFFF;
   font-size:14px;
   padding-top:5px;
   height:25px;
   text-align:center;
   width:226px;
}
.zone{
   width:663px;
   overflow:hidden;
   clear:both;
   margin-top:10px;
   border:1px #2B90C8 solid;
}
.zone dl{
}
.zone dl dt{
    color:#FF0000;
	font-size:16px;
	font-weight:800;
	text-align:center;
	padding-top:5px;
    height:25px;
	border:1px #fff solid;
	background:url(/images/graybg.jpg) repeat-x;
}
.zone dl dd{
    padding:15px 100px 20px;
}
.lxwm{
    background:#046FB3;
    width:230px;
}
.lxwmtop{
	background:url(/images/daohang1.jpg) no-repeat;
	padding-top:20px;
}
.lxwmmiddle{
	background:url(/images/daohang2.jpg) repeat-y;
	padding-top:5px;
          width:230px;
}
.lxwmmiddle dl{
	text-align:center;
	margin-left:14px;
    overflow:hidden;
	clear:both;
	width:200px;
}
.lxwmmiddle dl dt{
    color:#4D4D4D;
    background:#B2D3F5;
	border:1px #fff solid;
	height:20px;
	padding-top:5px;
	text-align:center;
	width:198px;
}
.lxwmmiddle dl dd{
    background:#F5F5F8;
	border:1px #fff solid;
	float:left;
	text-align:center;
    width:98px;
}
.lxwmbottom{
	background:url(/images/daohang3.jpg) no-repeat;
	padding-bottom:40px;
	height:25px;
}
.zlzslist{
    clear:both;
    border:2px #6AB5FF solid;
	overflow:hidden;
    width:661px;
}
.zlzslist dl{
}
.zlzslist dl dt{
    background:url(/images/1-d.gif) repeat-x;
	color:#FF0000;
	font-size:18px;
	font-weight:800;
	height:34px;
	padding-top:5px;
	text-align:center;
}
.zlzslist dl dd {
    width: 660px;
}
.zlzslist dl dd ul li {
    border: 1px solid #00CCFF;
    float: left;
    margin: 10px 0 10px 15px;
    width: 145px;
}
.zlzslist dl dd ul li a.zlzstitle {
    background:url(/images/graybg.jpg);
    color: #FF0000;
    display: block;
    height: 25px;
    padding-left: 5px;
    padding-top: 5px;
    width: 140px;
}
.zlzslist dl dd ul li a.zlzsview {
    clear: both;
    display: block;
    height: 170px;
    overflow: hidden;
    width: 144px;
}
.zlzslist dl dd ul li a.zlzsview img {
    height: 170px;
    padding-left: 10px;
    width: 120px;
}
.zlzslist dl dd ul li p.zlzsenlarge {
    background: none repeat scroll 0 0 #D9DEE1;
    height: 25px;
    padding-left: 5px;
    padding-top: 5px;
}
.zlzslist dl dd ul li p.zlzsenlarge a {
    color: #FF0000;
    text-decoration: underline;
}
.dxyj{
    border:1px #7900F2 solid;
    width:663px;
}
.dxyj dl{
    background:url(/images/1-d.gif) repeat-x;
}
.dxyj dl dt{
    background:url(/images/button.gif) no-repeat 10px 10px;
	color:#FF0000;
	font-size:18px;
	font-weight:bold;
	height:30px;
	padding-top:5px;
	padding-left:30px;
}
.dxyj dl dd{
    background:#EBFCC7;
}
.rczp{
    color:#000000;
    border:1px #7900F2 solid;
    width:663px;
}
.rczp dl{
    background:url(/images/1-d.gif) repeat-x;
	margin-top:10px;
}
.rczp dl dt{
    background:url(/images/button.gif) no-repeat 10px 10px;
	color:#FF0000;
	font-size:18px;
	font-weight:bold;
	height:30px;
	padding-top:5px;
	padding-left:30px;
}
.rczp dl dd{
    padding:0 10px;
}
.rctitle{
    font-weight:bold;
	margin-top:20px;
}
.rctitle span{
    color:#FF0000;
}
.rczp dl dd p{
    text-indent:2em;
	margin-top:5px;
	margin-bottom:15px;
}
.hzdl{
    color:#000000;
    border:1px #7900F2 solid;
    width:663px;
}
.hzdl dl{
    background:url(/images/1-d.gif) repeat-x;
}
.hzdl dl dt{
    background:url(/images/button.gif) no-repeat 10px 10px;
	color:#FF0000;
	font-size:18px;
	font-weight:bold;
	height:30px;
	padding-top:5px;
	padding-left:30px;
}
.hzdl dl dd{
    padding:0 10px;
}
.hzdl dl dd p{
    margin-top:10px;
	margin-bottom:10px;
    text-indent:2em;
}
.hzdl dl dd p span{
    color:#FF0000;
}
.hzdltitle span{
    color:#FF0000;
	font-weight:bold;
}
.hotel{
    width:900px;
	clear:both;
	overflow:hidden;
}
.hotel ul{
    width:900px;
}
.hotel ul li{
    height:345px;
	width:445px;
	float:left;
}
.hotelback{	
    height:20px;
	overflow:hidden;
	text-align:right;
    width:890px;
}
.contact{
    color:#000000;
    border:1px #7900F2 solid;
    width:663px;
}
.contact dl{
    background:url(/images/1-d.gif) repeat-x;
}
.contact dl dt{
    background:url(/images/button.gif) no-repeat 10px 10px;
	color:#FF0000;
	font-size:18px;
	font-weight:bold;
	height:30px;
	padding-top:5px;
	padding-left:30px;
}
.contact dl dd{
    background:#E1F0FF;
	height:25px;
    padding:0 10px;
}
.contact dl dd ul{
}
.contact dl dd ul li{
    float:left;
	padding-top:5px;
	text-align:center;
	text-decoration:underline;
	width:150px;
}
.headquarters{
    border:1px #AAD5FF solid;
	clear:both;
	margin-top:10px;
	overflow:hidden;
    width:663px;
}
.headquarters dl{
}
.headquarters dl dt{
    background:#E1F0FF;
	color:#FF0000;
	font-size:18px;
	font-weight:bold;
    height:25px;
	padding-left:10px;
}
.headquarters dl dt a{
    color:#FF0000;
}
.bjbranch{
    border:1px #AAD5FF solid;
	clear:both;
	margin-top:10px;
	overflow:hidden;
    width:663px;
}
.bjbranch dl{
}
.bjbranch dl dt{
    background:#E1F0FF;
	color:#FF0000;
	font-size:18px;
	font-weight:bold;
    height:25px;
	padding-left:10px;
}
.bjbranch dl dt a{
    color:#FF0000;
}
.overseas {
    border:1px #AAD5FF solid;
	clear:both;
	margin-top:10px;
	overflow:hidden;
    width:663px;
}
.overseas  dl{
}
.overseas dl dt{
    background:#E1F0FF;
    height:25px;
	padding-left:10px;
}
.overseas dl dt span{
	color:#FF0000;
	font-size:18px;
	font-weight:bold;
}
.yxzb {
    border:1px #AAD5FF solid;
	clear:both;
	margin-top:10px;
	overflow:hidden;
    width:663px;
}
.yxzb  dl{
}
.yxzb dl dt{
    background:#E1F0FF;
    height:25px;
	padding-left:10px;
}
.yxzb dl dt span{
	color:#FF0000;
	font-size:18px;
	font-weight:bold;
}
.cpzx{
    border:1px #B5DAFF solid;
    clear:both;
	overflow:hidden;
    width:659px;
}
.cpzx dl{

    background:url(/images/1-d.gif) repeat-x;
}
.cpzx dl dt{
    background:url(/images/button.gif) no-repeat 10px 10px;
	color:#0000F9;
    font-size: 14px;
	font-weight:bold;
	height:34px;
    line-height: 16px;
	padding-left:30px;
	padding-top:8px;
}
.cpzx dl dd{
    clear:both;
	overflow:hidden;
    width:659px;
}
.cpzx dl dd ul li{
    background:#EFF7FF;
	border:1px #fff solid;
	float:left;
    height:100px;
	width:162px;
}
.cpzx dl dd ul li a.cpzxtitle{
    display:block;
	padding-bottom:3px;
	padding-top:3px;
    text-align:center;
	text-decoration:underline;
	width:162px;
}
.cpzx dl dd ul li a.cpzxview{
    display:block;
    text-align:center;
	width:162px;
}
.cpzx dl dd ul li a.cpzxview img{
    height:75px;
	width:85px;
}
#fods UL {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.undis {
    display: none;
}
.dis {
    display: block;
}
#fods #Fod_list .mod {
    background-image: url("/images/sjc137.jpg");
    color: #000000;
    height: 23px;
    line-height: 17px;
    padding-top: 4px;
    width: 148px;
}
#fods #Fod_list DIV {
    cursor: pointer;
    float: left;
    text-align: center;
}
#fods #Fod_list DIV.moardd {
    background-image: url("/images/sjc138.gif");
    color: #000000;
    height: 23px;
    line-height: 17px;
    padding-top: 4px;
    width: 148px;
}
#fods #Fod_list DIV {
    cursor: pointer;
    float: left;
    text-align: center;
}
.fmtitle{
    background:url(/images/tiao_2.jpg);
	height:35px;
    width:665px;
}
.flashtitle{
    width:220px;
    float:left;
    padding-left:140px;
}
.subtitle{
    width:220px;
    float:left;
    padding-left:30px;
    color:#F4FD06;
    padding-top:10px;
    font-size:14px;
}
.fmzsq{
    clear:both;
    overflow:hidden;
    width:665px;
}
.fmzsq dl{
    border:1px #1C72A1 solid;
	clear:both;
	margin-top:1px;
	overflow:hidden;
}
.fmzsq dl dt{
   background:url(/images/graybg.jpg) repeat-x;
   color:#FF0000;
   font-size:14px;
   font-weight:bold;
   height:31px;
   padding-top:5px;
   padding-left:10px;
}
.fmleft{
   float:left;
   width:460px;
}
.fmright{
   float:left;
   margin-left:10px;
   margin-top:15px;
   width:180px;
}
.zf{
   background:url(/images/t_SRB.jpg) no-repeat;
   color:#FFFF00;
   font-weight:bold;
   font-size:14px;
   height:25px;
   margin-top:10px;
   padding-top:5px;
   padding-left:10px;
}
.fz811{
   background:url(/images/graybg.jpg) repeat-x;
   border:1px #B2D3F5 solid;
   clear:both;
   overflow:hidden;
   width:663px;
}
.fz811 dl dt{
   background:url(/images/button.gif) no-repeat 10px 8px;
   color:#FF0000;
   font-weight:bold;
   font-size:14px;
   height:26px;
   padding-left:30px;
   padding-top:5px;
}
.fz811 dl dd{
   background:#EFF7FF;
   float:left;
   text-align:center;
}
.zslist{
   clear:both;
   margin-top:10px;
   margin-bottom:10px;
   overflow:hidden;
   width:663px;
}
.bg3 {
    background-position: right center;
    background-repeat: no-repeat;
} 
.dxzf{
   background:url(/images/graybg.jpg) repeat-x;
   border:1px #B2D3F5 solid;
   clear:both;
   overflow:hidden;
   margin-top:10px;
   margin-bottom:10px;
   width:663px;
}
.dxzf dl dt{
   background:url(/images/button.gif) no-repeat 10px 8px;
   color:#FF0000;
   font-weight:bold;
   font-size:14px;
   height:26px;
   padding-left:30px;
   padding-top:5px;
}
.ggcc{
   border:1px #B2D3F5 solid;
   clear:both;
   display:block;
   overflow:hidden;
   margin-top:10px;
   margin-bottom:10px;
   width:898px;
}
.gd{
   background:url(/images/t_d1.gif);
   clear:both;
   height:20px;
   padding-top:5px;
   overflow:hidden;
   margin-top:10px;
   width:900px;
}
.gd span{
   float:left;
   padding-top:8px;
   overflow:hidden;
   width:650px;
}
.gd span a{
   color:#0000FF;
   font-size:12px;
   text-decoration:underline;
   overflow:hidden;
   width:650px;
}
.gd a{
    color:#FFFFFF;
	float:left;
	font-size:14px;
	text-decoration:underline;
	text-align:center;
	width:220px;
}
.td_20 {
    color: #FFFFFF;
    font-size: 13px;
    font-weight: bold;
    line-height: 16px;
}.jscs{
    background:url(/images/t_d1.gif);
	color:#FFFFFF;
	font-weight:bold;
	font-size:14px;
	padding-left:35px;
	padding-top:5px;
    height:30px;
	width:900px;
}
.jscs span{
    margin-left:620px;
	font-weight:normal;
	font-size:12px;
	padding-top:5px;
}
.gs{
    border:1px #ccc solid;
    clear:both;
    overflow:hidden;
    width:898px;
}
.gs dl dt{
    background:url(/images/graybg.jpg);
	color:#FF0000;
	padding-top:5px;
	padding-left:5px;
	height:25px;
}
.gs dl dt a{
    color:#FF0000;
}
.gs dl dd{
   width:850px;
   margin-left:15px;
   margin-top:5px;
}
.xhbj{
   border:1px #ccc solid;
   clear:both;
   overflow:hidden;
   float:left;
   margin-top:5px;
   width:443px;
}
.xhbj dl dt{
    background:url(/images/graybg.jpg);
	color:#FF0000;
	padding-top:5px;
	padding-left:5px;
	height:25px;
}
.xhbj dl dd{
    width:443px;
}
.zl{
   border:1px #ccc solid;
   overflow:hidden;
   float:left;
   margin-top:5px;
   margin-left:10px;
   width:443px;
}
.zl dl dt{
    background:url(/images/graybg.jpg);
	color:#FF0000;
	padding-top:5px;
	padding-left:5px;
	height:25px;
}
.zl dl dd{
    background:#F7F9F9;
    padding-left:10px;
	margin-top:5px;
	height:170px;
}
.qxt{
    border:1px #ccc solid;
    clear:both;
    margin-top:10px;
	overflow:hidden;
	width:898px;
}
.qxt dl dt{
    background:url(/images/graybg.jpg);
	color:#FF0000;
	padding-top:5px;
	padding-left:5px;
	height:25px;
}
.qxt dl dd{
    background:#F0F7FF;
}
.czyl{
   border:1px #ccc solid;
   clear:both;
   overflow:hidden;
   float:left;
   margin-top:5px;
   width:443px;
}
.czyl dl dt{
    background:url(/images/graybg.jpg);
	color:#FF0000;
	padding-top:5px;
	padding-left:5px;
	height:25px;
}
.czyl dl dd{
    background:#F1F4F5;
	color:#0000FF;
}
.syfw{
   border:1px #ccc solid;
   overflow:hidden;
   float:left;
   margin-top:5px;
   margin-left:10px;
   width:443px;
}
.syfw dl dt{
    background:url(/images/graybg.jpg);
	color:#FF0000;
	padding-top:5px;
	padding-left:5px;
	height:25px;
}
.syfw dl dd{
    background:#F7F9F9;
	color:#0000FF;
	padding-left:10px;
	height:120px;
}
.zhjscs{
   border:1px #ccc solid;
   clear:both;
   overflow:hidden;
   float:left;
   margin-top:5px;
   width:443px;
}
.zhjscs dl dt{
    background:url(/images/graybg.jpg);
	color:#FF0000;
	padding-top:5px;
	padding-left:5px;
	height:25px;
}
.zhjscs dl dd{
    height:280px;
}
.jczz{
   border:1px #ccc solid;
   overflow:hidden;
   float:left;
   margin-top:5px;
   margin-left:10px;
   width:443px;
}
.jczz dl dt{
    background:url(/images/graybg.jpg);
	color:#FF0000;
	padding-top:5px;
	padding-left:5px;
	height:25px;
}
.jczz dl dt a{
   color:#FF0000;
}
.jczz dl dd{
    background:#F2FDDB;
	text-align:center;
}
.ztcldh{
   border:1px #ccc solid;
   clear:both;
   overflow:hidden;
   float:left;
   margin-top:5px;
   width:443px;
}
.ztcldh dl dt{
    background:url(/images/graybg.jpg);
	color:#FF0000;
	padding-top:5px;
	padding-left:5px;
	height:25px;
}
.ztcldh dl dt a{
    color:#FF0000;
}
.yldj{
   border:1px #ccc solid;
   overflow:hidden;
   float:left;
   margin-top:5px;
   margin-left:10px;
   width:443px;
}
.yldj dl dt{
    background:url(/images/graybg.jpg);
	color:#FF0000;
	padding-top:5px;
	padding-left:5px;
	height:25px;
}
.yldj dl dt a{
    color:#FF0000;
}
.flbz{
   border:1px #ccc solid;
   clear:both;
   overflow:hidden;
   float:left;
   margin-top:5px;
   margin-bottom:10px;
   width:443px;
}
.flbz dl dt{
    background:url(/images/graybg.jpg);
	color:#FF0000;
	padding-top:5px;
	padding-left:5px;
	height:25px;
}
.flbz dl dt a{
    color:#FF0000;
}
.ljdh{
   border:1px #ccc solid;
   overflow:hidden;
   float:left;
   margin-top:5px;
   margin-left:10px;
   margin-bottom:10px;
   width:443px;
}
.ljdh dl dt{
    background:url(/images/graybg.jpg);
	color:#FF0000;
	padding-top:5px;
	padding-left:5px;
	height:25px;
}
.ljdh dl dt a{
    color:#FF0000;
}
.wxby{
    border:1px #ccc solid;
	clear:both;
	overflow:hidden;
	width:898px;
}
.wxby dl dt{
    background:url(/images/graybg.jpg);
	color:#FF0000;
	padding-top:5px;
	padding-left:5px;
	height:25px;
}
.wxby dl dd{
   background:#F7F9F9;
   padding-left:15px;
   padding-top:10px;
}
.zhqxj{
    border:1px #ccc solid;
	clear:both;
	overflow:hidden;
	margin-top:10px;
	width:898px;
}
.zhqxj dl dt{
    background:url(/images/graybg.jpg);
	color:#FF0000;
	padding-top:5px;
	padding-left:5px;
	height:25px;
}
.zhqxj dl dd{
    background:#F7F9F9;
}
.zhqsyfw{
   border:1px #ccc solid;
   clear:both;
   overflow:hidden;
   float:left;
   margin-top:5px;
   width:443px;
}
.zhqsyfw dl dt{
    background:url(/images/graybg.jpg);
	color:#FF0000;
	padding-top:5px;
	padding-left:5px;
	height:25px;
}
.zhqsyfw dl dd{
    background:#F7F9F9;
	color:#0000FF;
	padding-left:10px;
	height:120px;
}
.zhqxn{
   border:1px #ccc solid;
   overflow:hidden;
   float:left;
   margin-top:5px;
   margin-left:10px;
   width:443px;
}
.zhqxn dl dt{
    background:url(/images/graybg.jpg);
	color:#FF0000;
	padding-top:5px;
	padding-left:5px;
	height:25px;
}
.zhqxn dl dd{
    background:#F1F4F5;
	color:#0000FF;
}
.bjzs{
   border:1px #ccc solid;
   overflow:hidden;
   float:left;
   margin-top:5px;
   margin-left:10px;
   width:443px;
}
.bjzs dl dt{
    background:url(/images/graybg.jpg);
	color:#FF0000;
	padding-top:5px;
	padding-left:5px;
	height:25px;
}
.bjzs dl dd{
    background:#F7F9F9;
    padding-left:10px;
	margin-top:5px;
	height:170px;
}
.glqhz{
    border:1px #ccc solid;
	clear:both;
	overflow:hidden;
	margin-top:10px;
	width:898px;
}
.glqhz dl dt{
    background:url(/images/graybg.jpg);
	color:#FF0000;
	padding-top:5px;
	padding-left:5px;
	height:25px;
}
.glqhz dl dd{
    font-size:12px;
}
.glqqxt{
   border:1px #ccc solid;
   overflow:hidden;
   float:left;
   margin-top:5px;
   margin-left:10px;
   width:443px;
}
.glqqxt dl dt{
    background:url(/images/graybg.jpg);
	color:#FF0000;
	padding-top:5px;
	padding-left:5px;
	height:25px;
}
.glqqxt dl dt a{
   color:#FF0000;
}
.glqqxt dl dd{
    background:#F7F9F9;
	padding-top:10px;
	text-align:center;
	height:270px;
}
.jmglqsyfw{
   border:1px #ccc solid;
   clear:both;
   overflow:hidden;
   float:left;
   margin-top:5px;
   width:898px;
}
.jmglqsyfw dl dt{
    background:url(/images/graybg.jpg);
	color:#FF0000;
	padding-top:5px;
	padding-left:5px;
	height:25px;
}
.jmglqsyfw dl dd{
    background:#F7F9F9;
	color:#0000FF;
	padding-left:10px;
	height:147px;
}
.wjkqsyt{
   border:1px #ccc solid;
   clear:both;
   overflow:hidden;
   float:left;
   margin-top:5px;
   width:898px;
}
.wjkqsyt dl dt{
    background:url(/images/graybg.jpg);
	color:#FF0000;
	padding-top:5px;
	padding-left:5px;
	height:25px;
}
.wjkqsyt dl dd{
    background:#F2FDDB;
}
.wjkqsyt{
   border:1px #ccc solid;
   clear:both;
   overflow:hidden;
   float:left;
   margin-top:5px;
   width:898px;
}
.wjkqsyt dl dt{
    background:url(/images/graybg.jpg);
	color:#FF0000;
	padding-top:5px;
	padding-left:5px;
	height:25px;
}
.wjkqsyt dl dd{
    background:#F2FDDB;
}

.sjsyfw{
   border:1px #ccc solid;
   overflow:hidden;
   float:left;
   margin-top:5px;
   margin-left:10px;
   width:443px;
}
.sjsyfw dl dt{
    background:url(/images/graybg.jpg);
	color:#FF0000;
	padding-top:5px;
	padding-left:5px;
	height:25px;
}
.sjsyfw dl dd{
    background:#F7F9F9;
	color:#0000FF;
	padding-left:10px;
	height:280px;
}
.xsqzhcs{
   border:1px #ccc solid;
   clear:both;
   overflow:hidden;
   float:left;
   margin-top:5px;
   width:898px;
}
.xsqzhcs dl dt{
    background:url(/images/graybg.jpg);
	color:#FF0000;
	padding-top:5px;
	padding-left:5px;
	height:25px;
}
.xsqzhcs dl dd{
    height:auto;
}
.ywjxhbj{
   border:1px #ccc solid;
   clear:both;
   overflow:hidden;
   float:left;
   margin-top:5px;
   width:898px;
}
.ywjxhbj dl dt{
    background:url(/images/graybg.jpg);
	color:#FF0000;
	padding-top:5px;
	padding-left:5px;
	height:25px;
}
.ywfbylb{
   border:1px #ccc solid;
   clear:both;
   overflow:hidden;
   float:left;
   margin-top:5px;
   width:898px;
}
.ywfbylb dl dt{
    background:url(/images/graybg.jpg);
	color:#FF0000;
	padding-top:5px;
	padding-left:5px;
	height:25px;
}
.ywjhhgg{
   border:1px #ccc solid;
   clear:both;
   overflow:hidden;
   float:left;
   margin-top:5px;
   width:898px;
}
.ywjhhgg dl dt{
    background:url(/images/graybg.jpg);
	color:#FF0000;
	padding-top:5px;
	padding-left:5px;
	height:25px;
}
.ywjhhgg dl dt a{
    color:#FF0000;
}
.xpfj{
   border:1px #ccc solid;
   clear:both;
   overflow:hidden;
   float:left;
   margin-top:5px;
   width:898px;
}
.xpfj dl dt{
    background:url(/images/graybg.jpg);
	color:#FF0000;
	padding-top:5px;
	padding-left:5px;
	height:25px;
}
.xpfj dl dt a{
    color:#FF0000;
}
.ywjcpsy{
   border:1px #ccc solid;
   clear:both;
   overflow:hidden;
   float:left;
   margin-top:5px;
   width:898px;
}
.ywjcpsy dl dt{
    background:url(/images/graybg.jpg);
	color:#FF0000;
	padding-top:5px;
	padding-left:5px;
	height:25px;
}
.ywjcpsy dl dt a{
    color:#FF0000;
}
.ywwx{
   border:1px #ccc solid;
   clear:both;
   overflow:hidden;
   float:left;
   margin-top:5px;
   width:898px;
}
.ywwx dl dt{
    background:url(/images/graybg.jpg);
	color:#FF0000;
	padding-top:5px;
	padding-left:5px;
	height:25px;
}
.ywwx dl dt a{
    color:#FF0000;
}
P {
	BORDER-TOP-WIDTH: 0px; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; BORDER-RIGHT-WIDTH: 0px; line-height:17px;
}

H2 {
	BORDER-TOP-WIDTH: 0px; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; BORDER-RIGHT-WIDTH: 0px; font-size:14px;
}
A {
	COLOR: #1a47bc;
	text-decoration: none;
}
A:hover {
	COLOR: #ff0000;
	TEXT-DECORATION: underline
}
.a12_1 {
	color: #FF0000;
	text-decoration: none;
}
A:active {
	COLOR: #ff0000;
}
A:focus {
	COLOR: #ff0000;
	text-decoration: underline;
}
.boxS2 {
	OVERFLOW: hidden;
	ZOOM: 1;
	padding: 6px;
}
.boxS2 A.aImgS1 {
	FLOAT: left
}
.boxS2 .infoArea {
	MARGIN-LEFT: 2px;
	COLOR: #666;
	LINE-HEIGHT: 19px
}
.blkT4 .boxS2 .infoArea {
    margin-left: 104px;
}
.boxS2 H3 {
	PADDING-LEFT: 10px; FONT-SIZE: 14px; BACKGROUND: url(/images/md_cl_012.gif) no-repeat 3px center; LINE-HEIGHT: 23px
}
.titleS2 {
	PADDING-RIGHT: 5px; PADDING-LEFT: 38px; BACKGROUND: url(/images/md_cl_014.gif) no-repeat; PADDING-BOTTOM: 0px; OVERFLOW: hidden; LINE-HEIGHT: 26px; PADDING-TOP: 0px; ZOOM: 1; HEIGHT: 26px
}
.titleS2 H2 {
	FONT-SIZE: 14px; FLOAT: left; COLOR: #013b9e
}
.titleS2 .more {
	FLOAT: right
}
.titleS2 .more A {
	COLOR: #85a3d9; TEXT-DECORATION: none
}
.titleS2 .more A:hover {
	COLOR: #f00; TEXT-DECORATION: underline
}
.listS2 {
	PADDING-RIGHT: 0px; PADDING-LEFT: 7px; PADDING-BOTTOM: 0px; PADDING-TOP: 13px
}
.blkS2 {
	OVERFLOW: hidden;
	ZOOM: 1;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #b7ceed;
	border-right-color: #b7ceed;
	border-bottom-color: #b7ceed;
	border-left-color: #b7ceed;
}
.blkT2 {
	PADDING-RIGHT: 10px; PADDING-LEFT: 10px; PADDING-BOTTOM: 10px; LINE-HEIGHT: 22px; PADDING-TOP: 10px
}
.lineS2 {
	OVERFLOW: hidden; HEIGHT: 15px; text-align:right; padding-right:5px;
}
.titleS7 H2 {
    background: url("/images/md_cl_045.gif") no-repeat scroll 5px center transparent;
    color: #033A9F;
    font-size: 14px;
    padding-left: 22px;
}
.newsleft{
    border:1px #B0C7D9 solid;
	color:#000000;
    clear:both;
	float:left;
	overflow:hidden;
	margin-top:10px;
	margin-left:1px;
    width:590px;
}
.newsleft a{
	color:#000000;
}
.newsleft a:hover{
    color:#0000FF;
}
.newsright{
    float:left;
	width:340px;
	margin-left:5px;
}
div.tabzone{width:340px;margin:0 0 10px;float:left}
.content{ padding:0 0 5px 5px;}
.slidingpic{ background:#ffffff; border:1px #ccc solid; display:block;height:75px; width:105px;}
.hdm01,.hdm02{height:265px;background-color:#f9fafc;border:1px solid #e5ebef;border-top-color:#d3ddeb;}
.hdm01 h3,.hdm02 h3{height:35px;background:url(/images/h_norepeat.png) no-repeat 0 -38px;}
.hdm01 h3 a,.hdm02 h3 a{width:48px;height:35px;line-height:32px;display:block;float:left;color:#333!;text-align:center;font-weight:normal; text-decoration:none; font-size:12px;}
.hdm01 h3 a:hover,.hdm02 h3 a:hover{color:#ff0000;}
.hdm01 h3 a.current,.hdm02 h3 a.current{background:url(/images/h_norepeat.png) no-repeat 2px -1px; font-size:12px; position:relative;color:#ff0000;}
.hdm01 h3 a.current a,.hdm02 h3 a.current a{color:#333333;}
.hdm01 h3 a.current a:hover,.hdm02 h3 a.current a:hover{color:#ff0000;}
.hdm01 h3 a.midd a:hover,.hdm02 h3 a.midd a:hover{color:#ff0000;}
.menub1_1 {	FONT-WEIGHT: bold; BACKGROUND: url(/images/1703.gif) no-repeat; FLOAT: left; WIDTH: 100px; CURSOR: pointer; COLOR: #666666; LINE-HEIGHT: 25px; MARGIN-RIGHT: 4px; HEIGHT: 25px; TEXT-ALIGN: center}
.menub1_2 {	FONT-WEIGHT: normal; BACKGROUND: url(/images/1702.gif) no-repeat; FLOAT: left; WIDTH: 100px; CURSOR: pointer; COLOR: #666666; LINE-HEIGHT: 25px; MARGIN-RIGHT: 4px; HEIGHT: 25px; TEXT-ALIGN: center}
.menugtab {	PADDING-RIGHT: 6px; PADDING-LEFT: 6px; PADDING-BOTTOM: 6px; COLOR: #cccccc; PADDING-TOP: 6px}
.menugtab A {MARGIN: 0px 10px}
.menugtab OL {
    background: url("/images/paihang_icon.gif") no-repeat scroll 15px 3px transparent;
    list-style-type: none;
}
.menugtab OL LI {
    height: 22px;
    line-height: 22px;
    padding-left: 30px;
}
.menugtab OL LI a{
    color:#000000;
}
.menugtab OL LI a:hover{
    color:#0000FF;
}
.newscontent{
    padding:10px;  
    width:580px; 
    color: #333333;
    font-size: 14px;
    line-height: 25px;
    text-indent:2em;
}
.newscontent p{line-height: 25px;}
.boxoff{width:600px; padding-left:10px; color:#7C7B7B; margin-bottom:5px;}
.handle{width:600px; padding-left:10px;}
.cpsider{
    margin-top:10px;
}
.Product_Navigation{
clear:both;
overflow:hidden;
width:340px;
}
.pntitle{
background:url(/images/cpdh2.jpg);
display:block;
height:26px;
}
.cpxl{
color:#fff;
font-size:14px;
font-family:"黑体";
float:left;
line-height:26px;
padding-left:15px;
}
.pnmore{
float:right;
display:block;
margin-top:5px;
padding-right:5px;
}
.pnmore a,a:visited{
color:#333;
}
.pnmore a:hover{
color:#1A47BC;
}
.Product_Navigation ul.pnlist{
border-left:1px #ccc solid;
border-right:1px #ccc solid;
border-bottom:1px #ccc solid;
clear:both;
list-style:none;
margin-top:0;
padding-top:5px;
padding-bottom:5px;
overflow:hidden;
}
.Product_Navigation ul li{
float:left;
list-style:inside disc;
padding-left:10px;
margin-right:8px;
line-height:20px;
width:140px;
}
.Product_Navigation ul li a,a:visited{
color:#333;
}
.Product_Navigation ul li a:hover{
color:#1A47BC;
}
.bwtj{
    background:#F6FBFD;
	border:1px #B0C7D9 solid;
    width:340px;
}
.listtop{
    clear:both;
	overflow:hidden;
	margin-top:10px;
}
.listtop dl{
    margin-top:5px;
}
.listtop dl dt{
    border:1px #ccc solid;
    float:left;
	margin-left:10px;
	height:53px;
	width:90px;
}
.listtop dl dt img{
   text-align:center;
   vertical-align:middle;
}
.listtop dl dd{
    float:left;
	margin-left:10px;
	width:200px;
}
.listtop dl dd a{
    color:#FF0000;
}
.listtop dl dd a:hover{
    color:#0000FF;
}
.bwlist{
    clear:both;
	overflow:hidden;
	margin-top:10px;
	margin-left:10px;
	margin-bottom:10px;
}
.bwlist ul li{
    background:url(/images/arrow.gif) no-repeat 0 5px;
	padding-left:10px;
}
.article_enter {
    margin: 0 auto;
    padding: 20px 0 0;
    text-align: center;
    width: 580px;
}
.article_page {
    background-color: #F6F6F6;
    border: 1px dashed #CCCCCC;
    clear: both;
    margin-top: 15px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 15px;
    padding: 5px 10px;
    text-align: left;
    width: 560px;
}

.article_page P {
    background: none repeat scroll 0 0 transparent;
    border-width: 0;
    font-size: 14px;
    line-height: 28px;
    margin: 0;
    outline-width: 0;
    padding: 5px 0 0 20px;
    text-align: left;
    vertical-align: baseline;
}
.article_page SPAN {
    background: none repeat scroll 0 0 transparent;
    border-width: 0;
    margin: 0;
    outline-width: 0;
    padding: 0;
    vertical-align: baseline;
}
.ProductDisplay{
    background:url(/images/tiao_2.jpg);
	height:35px;
    width:665px;
}
.Pdtitle{
    color: #FFFFFF;
    float: left;
    font-weight:bold;
    line-height: 35px;
    padding-left: 5px;
}
.Pdtitlenew{
    text-align:center;
}

.Pdsubtitle{
    float:left;
    color:#FFFF00;
    line-height: 30px;
    font-size:15px;
}
.DisplayArea{
    border:1px #1C72A1 solid;
    clear:both;
    overflow:hidden;
    width:663px;
}
.DisplayArea dl{
	clear:both;
	margin-top:1px;
	padding-bottom:5px;
	overflow:hidden;
}
.DisplayArea dl dt{
   background:url(/images/graybg.jpg) repeat-x;
   color:#FF0000;
   font-size:12px;
   font-weight:bold;
   height:31px;
   padding-top:5px;
   padding-left:10px;
}
.DisplayArea dl dt span.aleft{
   display:block;
   float:left;
   width:460px;
}
.DisplayArea dl dt span.aright{
   display:block;
   float:left;
   width:180px;
}
.DisplayArealeft{
   float:left;
   width:460px;
}
.DisplayArearight{
   float:left;
   margin-left:10px;
   width:180px;
}
.ProductTitle{
   background:url(/images/t_SRB.jpg) no-repeat;
   color:#FFFF00;
   font-weight:bold;
   font-size:14px;
   height:25px;
   margin-top:10px;
   padding-top:5px;
   padding-left:10px;
}
.SmallClass{
   background:url(/images/graybg.jpg) repeat-x;
   border:1px #B2D3F5 solid;
   clear:both;
   margin-bottom:10px;
   overflow:hidden;
   width:663px;
}
.SmallClass dl dt{
   color:#FF0000;
   font-weight:bold;
   font-size:12px;
   height:26px;
   padding-left:10px;
   padding-top:8px;
}
.SmallClass dl dt span.Filtertitle{
    background: url("/images/button.gif") no-repeat scroll 0 0 transparent;
    color: #FF0000;
    display: block;
    float: left;
    font-size: 12px;
    font-weight: bold;
    height: 26px;
    padding-left: 15px;
}
.SmallClass dl dt span.lvqtitle{
    background: url("/images/graybg.jpg") repeat-x scroll 0 0 transparent;
    border: 1px solid #B2D3F5;
    clear: both;
    margin-bottom: 10px;
    margin-top: 10px;
    overflow: hidden;
    width: 663px;
}
.SmallClass dl dt span.jgleft{
   background:url(/images/button.gif) no-repeat 0 0;
   color:#FF0000;
   display:block;
   float:left;
   font-weight:bold;
   font-size:12px;
   height:26px;
   padding-left:20px;
   width:329px;
}
.SmallClass dl dt span.Yleft{
    background: url("/images/button.gif") no-repeat scroll 0 0 transparent;
    color: #FF0000;
    display: block;
    float: left;
    font-size: 12px;
    font-weight: bold;
    height: 26px;
    padding-left: 15px;
    width: 190px;
}
.SmallClass dl dt span.jgright{
   background:url(/images/button.gif) no-repeat 0 0;
   color:#FF0000;
   font-weight:bold;
   float:left;
   font-size:12px;
   height:26px;
   padding-left:20px;
}
.SmallClass dl dt span.YXleft{
   background:url(/images/button.gif) no-repeat 0 0;
   color:#FF0000;
   display:block;
   float:left;
   font-weight:bold;
   font-size:12px;
   height:26px;
   padding-left:20px;
   width:350px;
}
.SmallClass dl dt span.YXright{
   color:#0000FF;
   float:left;
   font-size:12px;
   height:26px;
   padding-left:20px;
}
.SmallClass dl dt span.YXright a{
   color:#0000FF;
}
.SmallClass dl dt span.YXright a:hover{
   color:#ff0000;
}
.SmallClass dl dt span.scleft{
    background: url("/images/button.gif") no-repeat scroll 0 0 transparent;
    color: #FF0000;
    display: block;
    float: left;
    font-size: 12px;
    font-weight: bold;
    height: 26px;
    padding-left: 15px;
    width: 310px;
}
.SmallClass dl dt span.scright{
   font-size:12px;
   float:left;
   font-weight:normal;
}
.SmallClass dl dt span.scright a{
   color:#0033FF;
}
.SmallClass dl dt span.scright a:hover{
   color:#ff0000;
}
.SmallClass dl dd{
   background:#EFF7FF;
   float:left;
   text-align:center;
   width:660px;
}
.SmallClass dl dd span.pic{
   display:block;
   float:left;
   width:326px;
}
.SmallClass dl dd span.gd1{
   width:130px; 
   display:block; 
   float:left;
   height:20px;
}
.SmallClass dl dd span.gd2{
   width:500px; 
   display:block; 
   float:left;
   height:20px;
}
.SmallClass dl dd a.a_2{
    color: #FF0000;
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
}
.SmallClass dl dd a.a_dao{
    color: #0000FF;
    font-size: 12px;
    text-decoration: none;
} 
.SmallClassList{
   clear:both;
   margin-top:10px;
   margin-bottom:10px;
   overflow:hidden;
   width:663px;
}
.SmallClassTwo{
   background:url(/images/graybg.jpg) repeat-x;
   border:1px #B2D3F5 solid;
   clear:both;
   overflow:hidden;
   margin-top:10px;
   margin-bottom:10px;
   width:663px;
}
.SmallClassTwo dl dt{
   background:url(/images/button.gif) no-repeat 10px 8px;
   color:#FF0000;
   font-weight:bold;
   font-size:14px;
   height:26px;
   padding-left:30px;
   padding-top:5px;
}
.SmallClass_content {
    background: url("/images/graybg.jpg") repeat-x scroll 0 0 transparent;
    border: 1px solid #B2D3F5;
    clear: both;
    margin-bottom: 10px;
    overflow: hidden;
    width: 663px;
}
.SmallClass_content dl dt {
    color: #FF0000;
    font-size: 12px;
    font-weight: bold;
    height: 26px;
    padding-left: 10px;
    padding-top: 8px;
}
.SmallClass_content dl dt span.jgleft {
    background: url("/images/button.gif") no-repeat scroll 0 0 transparent;
    color: #FF0000;
    display: block;
    float: left;
    font-size: 12px;
    font-weight: bold;
    height: 26px;
    padding-left: 20px;
    width: 329px;
}
.SmallClass_content dl dd {
    background: none repeat scroll 0 0 #EFF7FF;
    float: left;
    padding:10px;
    width: 640px;
}
.SmallClass_content dl dd p{
    line-height:22px;
}
.Size{
   border:1px #B2D3F5 solid;
   clear:both;
   display:block;
   overflow:hidden;
   margin-top:10px;
   margin-bottom:10px;
   width:898px;
}
.TechnicalParameters{
   background:url(/images/t_d1.gif);
   clear:both;
   height:20px;
   padding-top:5px;
   overflow:hidden;
   margin-top:10px;
   width:900px;
}
.TechnicalParameters a{
    color:#FFFFFF;
	float:left;
	font-size:14px;
	text-decoration:underline;
	text-align:center;
	width:220px;
}
.TechnicalParameters span{
   float:left;
   padding-top:8px;
   overflow:hidden;
   width:650px;
}
.TechnicalParameters span a{
   color:#0000FF;
   font-size:12px;
   text-decoration:underline;
   overflow:hidden;
   width:650px;
}
.ProductIntroduction{
   border:1px #B2D3F5 solid;
   background:#EFF7FF;
   clear:both;
   margin-top:10px;
   margin-bottom:10px;
   overflow:hidden;
   width:663px;
}
.ProductIntroduction dl dt{
    background:url(/images/t_SRB.jpg);
    height:30px;
    color: #FFFF00;
    font-size: 14px;
    font-weight: bold;
    height: 25px;
    padding-left: 10px;
    padding-top: 5px;
}
.ProductIntroduction dl dd.ProductDescription{
   padding:5px;
}
.ProductIntroduction dl dd.ProductDescription p{
   line-height:25px;
   text-indent:2em;
}
.ProductIntroduction dl dd.PatentList{
   padding-left:10px;
   padding-bottom:10px;
   font-size:12px;
   width:650px;
}
.ProductIntroduction dl dd.PatentList span.txt1{
   display:block;
   float:left;
   height:20px;
   width:150px;
}
.ProductIntroduction dl dd.PatentList span.txt{
   display:block;
   float:left;
   width:95px;
}
.ProductIntroduction dl dd.PatentList a.a3{
    color: #0033FF;
    font-size: 12px;
    font-family:"宋体";
    text-decoration: underline;
}
.ProductIntroduction dl dd.PatentList span.w100{
   font-size:12px;
   float:left;
   width:100px;
   margin-right:2px;
   padding-left:2px;
}
.ProductIntroduction dl dd.PatentList span.w150{
   font-size:12px;
   float:left;
   width:150px;
   margin-right:2px;
   padding-left:2px;
}
.ProductIntroduction dl dd.PatentList span a{
   color:#0033ff;
}
.ProductIntroduction dl dd.PatentList span a:hover{
   color:#ff0000;
}
.Patentflash{
   clear:both;
   overflow:hidden;
   margin-top:10px;
   margin-bottom:10px;
}
.MainTitle{
    background: url("/images/t_SRB.jpg") repeat scroll 0 0 transparent;
    color: #FFFF00;
    font-size: 14px;
    font-weight: bold;
    height: 25px;
    margin-top:10px; 
    padding-left: 10px;
    padding-top: 5px;
}
.return{
   padding-right:5px;
   text-align:right;
}
.return a{
   color:#0000FF;
}
.return a:hover{
   color:#ff0000;
}
.parameters{
   background:url(/images/t_d1.gif);
   clear:both;
   height:34px;
   overflow:hidden;
   margin-top:10px;
   width:900px;
}
.parameters span.parameterstitle{
   float:left;
   line-height:34px;
   text-align:center;
   width:220px;
}
.parameters span.parametersdetail{
   float:left;
   line-height:34px;
   width:650px;
}
.parameters span.parameterstitle a{
   color:#FFFFFF;
}
.parameters span.parameterstitle a:hover{
   color:#FF0000;
}
.parameters span.parametersdetail a{
   color:#0000FF;
}
.parameters span.parameterstitle a:hover{
   color:#FF0000;
}
.link {
    background: none repeat scroll 0 0 #046FB3;
    margin-top:-10px;
    width: 230px;
}
.linktop {
    background: url("/images/daohang1.jpg") no-repeat scroll 0 0 transparent;
    height: 25px;
    width: 230px;
}
.linkmiddle {
    background: url("/images/daohang2.jpg") repeat-y scroll 0 0 transparent;
    overflow: hidden;
    text-align: center;
    width: 230px;
}
.linkbottom {
    background: url("/images/daohang3.jpg") no-repeat scroll 0 0 transparent;
    height: 25px;
    margin-bottom: 10px;
    padding-bottom: 25px;
    width: 230px;
}
.CoarseFilter{
    border:1px #B2D3F5 solid;
	clear:both;
	overflow:hidden;
	margin-bottom:10px;
	margin-top:10px;
	width:663px;
}
.CoarseFilter dl dt{
    background: url("/images/t_SRB.jpg") repeat scroll 0 0 transparent;
    color: #FFFF00;
    font-size: 14px;
    font-weight: bold;
    height: 25px;
    padding-left: 10px;
    padding-top: 5px;
}
.CoarseFilter dl dd p{
    padding:5px;
    line-height:25px;
	text-indent:2em;
}
.system{
	border:1px #B2D3F5 solid;
	padding:10px;
	line-height:25px;
}
.jmProductDisplay{
    background:url(/images/t_SJM_1.jpg);
	height:35px;
    width:665px;
}
.jmPdtitle{
    color:#FFFFFF;
    line-height:35px;
    padding-left:45px;
    float:left;
}
.jmPdsubtitle{
    float:left;
    color:#FFFF00;
    line-height: 35px;
    padding-left:45px;
    font-size:15px;
}
.jmCoarseFilter{
    border:1px #B2D3F5 solid;
	clear:both;
	overflow:hidden;
	margin-bottom:10px;
	width:663px;
}
.jmCoarseFilter dl dt{
    background: url("/images/t_SJM_1.jpg") repeat scroll 0 0 transparent;
    color: #FFFF00;
    font-size: 14px;
    font-weight: bold;
    height: 25px;
    margin-top: 10px;
    padding-left: 10px;
    padding-top: 5px;
}
.jmCoarseFilter dl dd p{
    padding:5px;
    line-height:25px;
	text-indent:2em;
}
.MainTitlenew{
    background: url("/images/t_SJM_1.jpg") repeat scroll 0 0 transparent;
    color: #FFFF00;
    clear:both;
    font-size: 14px;
    font-weight: bold;
    height: 35px;
	margin-top:10px;
	overflow:hidden;
}
.newnavigation {
    background: none repeat scroll 0 0 #FECFA5;
    padding-top:4px;
    width: 230px;
}
.newnavtop {
    background: url("/images/daohang_SJM1.jpg") no-repeat scroll 0 0 transparent;
    height: 25px;
    margin-top: 25px;
    width: 230px;
}
.newnavmiddle {
    background: url("/images/daohang_SJM2.jpg") repeat-y scroll 0 0 transparent;
}
.newnavmiddle ul.newnavflash {
    text-align: center;
    width: 212px;
}
.newnavmiddle ul.newnavlist {
    margin-left: 30px;
    padding-top: 10px;
    width: 200px;
}
.newnavmiddle ul li {
    background: url("/images/x.gif") no-repeat scroll 0 5px transparent;
    line-height: 24px;
    padding-left: 15px;
}
.newnavmiddle ul li a {
    color: #0000FF;
}
.newnavbottom {
    background: url("/images/daohang_SJM3.jpg") no-repeat scroll 0 0 transparent;
    height: 25px;
    padding-bottom: 25px;
    margin-bottom: 10px;
    width: 230px;
}
.newrelation {
    background: none repeat scroll 0 0 #FECFA5;
    margin-top: -25px;
    padding-top: 20px;
    width: 230px;
}
.newrelationtop {
    background: url("/images/daohang_SJM1.jpg") no-repeat scroll 0 0 transparent;
    height: 25px;
    width: 230px;
}
.newrelationmiddle {
    background: url("/images/daohang_SJM2.jpg") repeat-y scroll 0 0 transparent;
    overflow: hidden;
    text-align: center;
    width: 230px;
}
.newrelationbottom {
    background: url("/images/daohang_SJM3.jpg") no-repeat scroll 0 0 transparent;
    height: 25px;
    margin-bottom: 10px;
    padding-bottom: 25px;
    width: 230px;
}
.newlink {
    background: none repeat scroll 0 0 #FECFA5;
    padding-top:20px;
    margin-top: -20px;
    width: 230px;
}
.newlinktop {
    background: url("/images/daohang_SJM1.jpg") no-repeat scroll 0 0 transparent;
    height: 25px;
    width: 230px;
}
.newlinkmiddle {
    background: url("/images/daohang_SJM2.jpg") repeat-y scroll 0 0 transparent;
    overflow: hidden;
    text-align: center;
    width: 230px;
}
.newlinkbottom {
    background: url("/images/daohang_SJM3.jpg") no-repeat scroll 0 0 transparent;
    height: 25px;
    margin-bottom: 10px;
    padding-bottom: 25px;
    width: 230px;
}
.newCoarseFilter{
    border:1px #B2D3F5 solid;
	clear:both;
	overflow:hidden;
	margin-bottom:10px;
	margin-top:10px;
	width:663px;
}
.newCoarseFilter dl dt{
    background: url("/images/t_SJM_1.jpg") repeat scroll 0 0 transparent;
    color: #FFFF00;
    font-size: 14px;
    font-weight: bold;
    height: 35px;
    padding-left: 10px;
}
.newCoarseFilter dl dd p{
    padding:5px;
    line-height:25px;
	text-indent:2em;
}
.newMainTitle{
    background: url("/images/t_SRB.jpg") no-repeat scroll 0 0 transparent;
    color: #FFFF00;
    font-size: 14px;
    font-weight: bold;
    height: 30px;
    margin-top: 10px;
    padding-left: 10px;
}
.glnavigation {
    background: none repeat scroll 0 0 #0C63CC;
    padding-top:4px;
    width: 230px;
}
.glnavtop {
    background: url("/images/T-XSQ1.jpg") no-repeat scroll 0 0 transparent;
    height: 25px;
    margin-top: 25px;
    width: 230px;
}
.glnavmiddle {
    background: url("/images/T-XSQ2.jpg") repeat-y scroll 0 0 transparent;
}
.glnavmiddle ul.glnavflash {
    text-align: center;
    width: 212px;
}
.glnavmiddle ul.glnavlist {
    margin-left: 30px;
    padding-top: 10px;
    width: 200px;
}
.glnavmiddle ul li {
    background: url("/images/x.gif") no-repeat scroll 0 5px transparent;
    line-height: 24px;
    padding-left: 15px;
}
.glnavmiddle ul li a {
    color: #0000FF;
}
.glnavbottom {
    background: url("/images/T-XSQ3.jpg") no-repeat scroll 0 0 transparent;
    height: 25px;
    padding-bottom: 25px;
    width: 230px;
}
.glProductIntroduction {
    background: none repeat scroll 0 0 #EFF7FF;
    border: 1px solid #B2D3F5;
    clear: both;
    margin-bottom: 10px;
    margin-top: 10px;
    overflow: hidden;
    width: 663px;
}
.glProductIntroduction dl dt {
    background: url("/images/t_XSQ-2.jpg") repeat scroll 0 0 transparent;
    color: #FFFF00;
    font-size: 14px;
    font-weight: bold;
    height: 25px;
    padding-left: 50px;
    padding-top: 8px;
}
.glProductIntroduction dl dd.ProductDescription {
    padding: 5px;
}
.glProductIntroduction dl dd.ProductDescription p {
    line-height: 25px;
    text-indent: 2em;
}
.glProductDisplay {
    background: url("/images/t_XSQ-2.jpg") repeat scroll 0 0 transparent;
    height: 35px;
    width: 665px;
}
.glPdtitle {
    color: #FFFFFF;
    float: left;
    font-weight: bold;
    line-height: 35px;
    padding-left: 50px;
}
.glPdsubtitle {
    color: #FFFF00;
    float: left;
    font-size: 15px;
    line-height: 30px;
}
.glMainTitle{
    background: url("/images/t_XSQ-2.jpg") repeat scroll 0 0 transparent;
    color: #FFFF00;
    font-size: 14px;
    font-weight: bold;
    height: 25px;
    margin-top:10px; 
    padding-left: 50px;
    padding-top: 8px;
}
.tyMainTitle{
    background: url("/images/t_SJM_1.jpg") repeat scroll 0 0 transparent;
    clear: both;
    color: #FFFF00;
    font-size: 14px;
    font-weight: bold;
    height: 28px;
    margin-top: 10px;
    overflow: hidden;
    padding-left:50px;
    padding-top:8px;
}
.tyCoarseFilter {
    border: 1px solid #B2D3F5;
    clear: both;
    margin-bottom: 10px;
    margin-top: 10px;
    overflow: hidden;
    width: 663px;
}
.tyCoarseFilter dl dt {
    background: url("/images/t_SJM_1.jpg") repeat scroll 0 0 transparent;
    color: #FFFF00;
    font-size: 14px;
    font-weight: bold;
    height: 28px;
    padding-left: 50px;
    padding-top: 8px;
}
.tyCoarseFilter dl dd p {
    line-height: 20px;
    padding: 5px;
    text-indent: 2em;
}
.tySmallClass {
    background: url("/images/t_SJM_1.jpg") repeat-x scroll 0 0 transparent;
    border: 1px solid #B2D3F5;
    clear: both;
    margin-bottom: 10px;
    margin-top: 10px;
    overflow: hidden;
    width: 663px;
}
.tySmallClass dl dt {
    color: #FFFF00;
    font-size: 15px;
    font-weight: bold;
    height: 26px;
    padding-left: 50px;
    padding-top: 8px;
}
.tySmallClass dl dd {
    background: none repeat scroll 0 0 #EFF7FF;
    float: left;
    text-align: center;
    width: 660px;
}
.rkProductIntroduction {
    background: none repeat scroll 0 0 #EFF7FF;
    border: 1px solid #B2D3F5;
    clear: both;
    margin-bottom: 10px;
    margin-top: 10px;
    overflow: hidden;
    width: 663px;
}
.rkProductIntroduction dl dt {
    background: url("/images/t_SRB.jpg") no-repeat scroll 0 0 transparent;
    color: #FFFF00;
    font-size: 14px;
    font-weight: bold;
    height: 30px;
    padding-left: 10px;
}
.rkProductIntroduction dl dd.ProductDescription {
    color: #000;
    padding: 5px;
}
.rkProductIntroduction dl dd.ProductDescription p {
    line-height: 25px;
    text-indent: 2em;
}
.sjProductIntroduction {
    background: none repeat scroll 0 0 #EFF7FF;
    border: 1px solid #B2D3F5;
    clear: both;
    margin-bottom: 10px;
    margin-top: 10px;
    overflow: hidden;
    width: 663px;
}
.sjProductIntroduction dl dt {
    background: url("/images/t_SRB.jpg") no-repeat scroll 0 0 transparent;
    color: #FFFF00;
    font-size: 14px;
    font-weight: bold;
    height: 30px;
    padding-left: 10px;
}
.sjProductIntroduction dl dd.ProductDescription {
    padding: 5px;
}
.sjProductIntroduction dl dd.ProductDescription p {
    line-height: 25px;
    text-indent: 2em;
}
.sjMainTitle {
    background: url("/images/t_SRB.jpg") no-repeat scroll 0 0 transparent;
    color: #FFFF00;
    font-size: 14px;
    font-weight: bold;
    height: 30px;
    margin-top: 10px;
}
.core{
    background: url("/images/graybg.jpg") repeat-x scroll 0 0 transparent;
    border: 1px solid #B2D3F5;
    clear: both;
    margin-top: 10px;
    overflow: hidden;
    width: 898px;
}
.core dl dt {
    color: #FF0000;
    font-size: 12px;
    font-weight: bold;
    height: 28px;
}
.core dl dt span.xjleft {
    background: url("/images/button.gif") no-repeat scroll 2px 8px transparent;
    color: #FF0000;
    display: block;
    float: left;
    font-size: 12px;
    font-weight: bold;
    height: 26px;
    padding-left: 20px;
    width: 280px;
}
.core dl dt span.xjmiddle {
    background: url("/images/button.gif") no-repeat scroll 0 8px transparent;
    color: #FF0000;
    display: block;
    float: left;
    font-size: 12px;
    font-weight: bold;
    height: 26px;
    padding-left: 20px;
    width: 300px;
}
.core dl dt span.xjright {
    background: url("/images/button.gif") no-repeat scroll 0 8px transparent;
    color: #FF0000;
    float: left;
    font-size: 12px;
    font-weight: bold;
    height: 26px;
    padding-left: 20px;
}
.core dl dd span{
   float:left;
   display:block;
}
.SmallClassxj dl dd {
    background: none repeat scroll 0 0 #EFF7FF;
    width: 898px;
}
.filler {
    background: url("/images/graybg.jpg") repeat-x scroll 0 0 transparent;
    border: 1px solid #B2D3F5;
    clear: both;
    margin-top: 10px;
    overflow: hidden;
    width: 660px;
}
.filler dl dt {
    color: #0000FF;
    font-size: 12px;
    font-weight: bold;
    height: 28px;
}
.filler dl dt span.fleft {
    background: url("/images/button.gif") no-repeat scroll 2px 8px transparent;
    color: #FF0000;
    display: block;
    float: left;
    font-size: 12px;
    font-weight: bold;
    height: 26px;
    line-height:26px;
    padding-left: 20px;
    width: 200px;
}
.filler dl dt span.fmiddle {
    background: url("/images/button.gif") no-repeat scroll 0 8px transparent;
    color: #FF0000;
    display: block;
    float: left;
    font-size: 12px;
    font-weight: bold;
    height: 26px;
    line-height:26px;
    padding-left: 20px;
    width: 200px;
}
.filler dl dt span.fright {
    background: url("/images/button.gif") no-repeat scroll 0 8px transparent;
    color: #FF0000;
    float: left;
    font-size: 12px;
    font-weight: bold;
    height: 26px;
    line-height:26px;
    padding-left: 20px;
    width: 200px;
}
.filler dl dd span.tlpic {
    display: block;
    float: left;
    width:220px;
    padding-top:20px;
    height:140px;
    text-align:center;
    background:#EFF7FF;
}
.tn_core {
    background: url("/images/graybg.jpg") repeat-x scroll 0 0 transparent;
    border: 1px solid #B2D3F5;
    clear: both;
    margin-top: 10px;
    overflow: hidden;
    width: 898px;
}
.tn_core dl dt {
    color: #FF0000;
    font-size: 12px;
    font-weight: bold;
    height: 28px;
}
.tn_core dl dt span.tnleft {
    background: url("/images/button.gif") no-repeat scroll 2px 8px transparent;
    color: #FF0000;
    display: block;
    float: left;
    font-size: 12px;
    font-weight: bold;
    height: 26px;
    line-height: 26px;
    padding-left: 20px;
    width: 270px;
}
.tn_core dl dt span.tnmiddle {
    background: url("/images/button.gif") no-repeat scroll 0 8px transparent;
    color: #FF0000;
    display: block;
    float: left;
    font-size: 12px;
    font-weight: bold;
    height: 26px;
    line-height: 26px;
    padding-left: 20px;
    width: 270px;
}
.tn_core dl dt span.tnright {
    background: url("/images/button.gif") no-repeat scroll 0 8px transparent;
    color: #FF0000;
    float: left;
    font-size: 12px;
    font-weight: bold;
    height: 26px;
    line-height: 26px;
    padding-left: 20px;
    width: 270px;
}
.tn_core dl dd span.tnpic {
    display: block;
    float: left;
    width: 280px;
    height:180px;
    padding-top:15px;
    text-align:center;
}
.tn_title{
    width:898px;
    background:#0099FF;
    font-size:14px;
    line-height:30px;
    height:30px;
    padding-left:5px;
    clear:both;
    color:#ff0000;
    font-weight:bold;
}

#scroll {width:890px;height:auto;overflow:hidden;position:relative;z-index:2; float:left; margin-top:10px;}
#scroll li{float:left}
/*块2样式*/
.mqdemoa {width:3960px!important;width:1980px;list-style:none;margin:0;padding:0;overflow:hidden;}
/*块2子元素样式*/
.mqdemoa li {width:89px;float:left; text-align:center; }
.mqdemoa li a{color:#1A47BC; text-decoration:none; line-height:22px; font-size:12px;}
/*内容样式*/
.mqdemoa li p {margin:0;}
.mqdemoa li p img {width:67px;height:89px;}
.mqdemoa li a img{ border:1px #ccc solid;}
.mqdemoa li h3 {margin:0;font:12px/27px "宋体";text-align:center;}
/*scroll对象部分样式结束*/

/*其他样式，与scroll对象无关联*/
.pre1{ width:10px; height:55px; margin:20px 12px 0; background:url(/images/prenext.gif) no-repeat 0 100%; cursor:pointer; float:left; display:inline;}
.next1{width:10px; height:55px; margin:20px 0 0 10px; background:url(/images/prenext.gif) no-repeat 100% 100%; cursor:pointer; float:left; display:inline;}

