@charset "utf-8";
/* CSS Document */
html,body{background:url(../images/page_bg.jpg) repeat-x #f5fff7;}
.language{color:#F00;}
.language a{color:#F00;}
.language a:link,.language a:visited{color:#f00;}
.language a:hover{color:#F00;}
.t_fff{color:#F00;}
.menu a{display:block;float:left; font-weight:bold; color:#FFFFFF; border-left:1px solid #fff;}
.menu a:link,.menu a:visited{color:#fff;}
.menu a:hover{background:url(../images/menu_over.jpg);}
.padd10{padding:10px;}
.mb10{margin-bottom:10px;}
.news_title{background:url(../images/title_bg.jpg) no-repeat; padding:8px 0px 5px; text-align:center;}
.news_box{border:1px solid #93cf1b;}
.news_box li{line-height:2; background:url(../images/news_dot.gif) 0px 8px no-repeat; padding-left:10px;}

.news_title_gray{background:url(../images/title_bg_gray.jpg) no-repeat; padding:8px 0px 5px; text-align:center;}
.news_box_gray{border:1px solid #acacac;}
.news_box_gray li{line-height:2; background:url(../images/news_dot.gif) 0px 8px no-repeat; padding-left:10px;}

.case_pro_list li{float:left; text-align:center; width:190px; margin-bottom:20px;}
.case_pro_list img{width:150px; height:113px;}


.knowlagebg li{line-height:2; background:url(../images/news_dot.gif) 0px 8px no-repeat; padding-left:10px;}
.navgation{border-bottom:1px solid #ddd; padding:10px 0px 5px 10px; font-size:12px;}
.cpml{background:url(../images/cpml.gif) center no-repeat;padding:10px;}
.prolist img:hover{ position:relative; top:1px; left:1px;}
.b_line{border-bottom:1px solid #f1f1f1;padding:10px 10px 0px 10px;}
.news_list li{line-height:2; background:url(../images/news_dot.gif) 0px 8px no-repeat; padding-left:10px;}
.cont{line-height:2;}
.padd5{padding:5px;}
.top_scroll img:hover{width:200px;height:150px; position:relative; z-index:20;}
.item_list{padding:0px 15px;}
.item_list li{float:left; width:180px; padding:5px 0px; text-align:center;}
.item_list li:hover{background:#a0d23d; color:#FFFFFF; font-weight:bold;}
.border_r{border-right:1px solid #fff;} 
.foot{border-top:2px solid #75944c; line-height:18px; padding-left:400px; background:url(../images/logo2.jpg) 300px 0px no-repeat;}
/***********************左侧收缩菜单样式***************************/
#nav {
width:180px;
line-height:2.2; 
list-style-type: none;
text-align:left;
    /*定义整个ul菜单的行高和背景色*/
}
#nav ul a{padding-left:40px; width:160px;}
/*==================一级目录===================*/
#nav a {
width: 180px; 
display: block;
padding-left:20px;
/*Width(一定要)，否则下面的Li会变形*/
}
#nav a:link {
color:#666; text-decoration:none;
}
#nav a:visited {
color:#666;text-decoration:none;
}
#nav a:hover {
color:#FFF;text-decoration:none;font-weight:bold;background:#9bce34;
}
