/*页面背景与文字样式*/
body{
margin:0;
padding:0;
background-image: url(/Templets/images/bg.jpg);
font-size: 12px;
color: #464646;
}
body,td,th {
font-size: 12px;
color: #464646;
line-height:25px;
}
/*CLASS文字样式*/
.xingwen {
	color: #009900;
	font-weight: bold;
}

img {
border:none;
}
td{
line-height:180%;
}


/*鼠标移动时图片样式*/
.lxnewss1{
background:url("/Templets/images/0_1.jpg") no-repeat;
}
.lxnewss0{
background:url("/Templets/images/0_2.jpg") no-repeat;
}


/*链接样式*/
A:link {
COLOR: #4D4D4D;
 TEXT-DECORATION: none
}
A:visited {
COLOR: #4D4D4D;
 TEXT-DECORATION: none
}
A:hover {
COLOR: #ff0000;
 TEXT-DECORATION: underline;
}
A:active {
COLOR: #0000ff
}

/*导航样式*/
#menu A{
padding:0 4px;
}
#menu A:link {
COLOR: #ffffff; TEXT-DECORATION: none
}
#menu A:visited {
COLOR: #ffffff; TEXT-DECORATION: none
}
#menu A:hover {
COLOR: #006699;
background:#e8f0f8;
padding:4px 2px;
font-weight:bold;
TEXT-DECORATION: none
}
#menu A:active {
COLOR: #0099FF; TEXT-DECORATION: none
}

/*会员登陆样式*/
.login{
text-align:center;
}
.login *{
margin:2px;
line-height:140%;
}

/*产品样式*/
.product ul{
list-style-type:none;
}
.product ul img{
border:none;
margin:0;
padding:0;
}
.product li{
margin:0;
list-style-type:none;
float:left;
padding:0 2px;
}

/*列表样式*/
.list td{
line-height:180%;
padding:2px 0;
}
.lists li,.lists td{
list-style-type: none;
height:28px;
}
.lists *{
margin:3px 0;
}

/*滚动*/
#oRollV{
width:778px;
height:19px;
overflow:hidden;
}
#oRollV pic{
text-align:center;
}
#oRollV p{
text-align:center;
line-height:20px;
margin:0;
padding:0;
}

/*滚动 end*/

/*新闻下划线*/
.newswezi{
margin:10px auto;
text-align:center;
color:#6a6a6a;
border-bottom:1px dotted #ccc;
}


/*pic_p样式(图片边框)*/
.pic_p img{
text-align:center;
margin:0 3px;
padding:5px;
background:#fff;
border:1px #ccc solid;
}
.pic_p p{
margin:0;
padding:0;
line-height:24px;
}

/*新闻产品页面样式*/
.news_pic img{
  border:1px #ccc dotted;
  padding:3px;
  background:#fff;
  }
.tu_pic img{
  border:1px #ccc sotted;
  padding:3px;
  background:#fff;
  }

/*class_list*/
.news_list{
height:18px;
line-height:20px;
margin:2px 0;
border-bottom:1px dotted #CCCCCC
}

.news_list .news_title{
float:left;
}

.news_list .tcolor{
float:right;
height:18px;}

/*class_list end*/
/*news end*/

/*show.htm 内容页风格定义*/
#newspage{
padding:20px 10px;
clear:both;
}

#newspage p{
text-indent:2em;
line-height:200%;
}

#newspage h3{
font-size:18px;
}
#newspage .title{
margin:10px auto;
text-align:center;
color:#6a6a6a;
border-bottom:1px dotted #ccc;
}
/*show.htm 内容页风格定义 end*/