@charset "utf-8";
/* CSS Document
 * 文挡名称：布局样式
 * 制作时间：2007.07.09
 * 制 作 者：胡怀胜
*/

/*设置所有元素的内外边距为零*/
*{padding:0px;margin:0px auto;}

/*Body 的基本样式*/
body{background:#5c5c5c url(../../images/body_bg.gif) top repeat-x;font-size:12px; color:#666666; font-family:"宋体",Verdana, Arial, Helvetica, sans-serif}


/*Body整个大容器，让整个网页居中*/
#container{margin:0 auto; width:788px}


/*网页头部样式*/
#header{}

#logo{float:left}
#add{float:right; width:330px; text-align:right; padding-right:4px;}
#add ul{ padding-top:8px;}
#add ul li{list-style:none;height:28px; line-height:28px; display:inline;}

/*主导航样式*/
#navigation{clear:both;}
#navigation .top{background-image:url(../../images/nav_top.gif);height:11px; font-size:1px;}
#navigation .mid{ height:46px;}
#navigation .mid ul li{list-style:none; float:left;}
#navigation .bot{background-image:url(../../images/nav_bot.gif);height:9px; font-size:1px;}


/*网页Banner的样式*/
#banner{margin-top:0px;}


/*主体内容样式*/
#main{}
#main .top{background-image:url(../../images/main_top.gif);height:11px; font-size:1px;}
#main .top2{background-image:url(../../images/main_top2.gif);height:11px; font-size:1px;}
#main .mid{background-image:url(../../images/main_mid.gif); float:left; width:788px; text-align:left;}
#main .left{ text-align:left;float:left; width:185px; margin:0px 0px 0px 8px;}/*for Firefox、IE7.0*/
* html #main .left{margin:0px 0px 0px 5px;}/*for IE6.0*/
#main .right{text-align:left;float:left; width:560px;margin:0px 0px 0px 22px;}
* html #main .right{margin:0px 0px 0px 19px;}/*for IE6.0*/
#main .bot{background-image:url(../../images/main_bot.gif);height:51px;color:#FFFFFF; padding:0px 20px 0px 0px; clear:both;}
#main .bot p{padding-top:3px;height:25px; cursor:pointer; float:right; text-align:right; width:50px;}

/*网页页脚样式*/
#footer{width:780px;height:100px; border-top:#FFFFFF 1px solid; text-align:center;}
#footer ul{margin:15px 0px 10px 0px;}
#footer ul li{list-style:none;display:inline;}
#footer p{clear:both; margin:10px 0px 10px 0px;}



/*首页的布局样式*/
/*左边工具栏布局样式*/
.sidebar{width:174px;background:#E9E9E9 url(../../images/sidebar_bot.gif) bottom no-repeat; margin-bottom:10px;}
*+html .sidebar{ margin-left:6px;}/*for IE7.0*/
.sidebar_top{background:#E9E9E9 url(../../images/sidebar_top.gif) top no-repeat; width:174px; height:24px; }
.sidebar_top h4{color:#FFFFFF; font-weight:bold; padding:6px 0px 0px 10px; font-size:12px;}
.sidebar_bot{ margin:5px 5px 8px 5px; text-align:justify;}
.sidebar_bot ul li{list-style:none;height:20px; line-height:22px;}







/*右边上部内容样式*/
.pic_bg{width:280px; height:207px; padding-top:5px; text-align:center;float:left;background-image:url(../../images/pic.gif); margin:0px 10px 10px 0px}



/*右边下部内容样式*/
.content_bot{ margin:10px 0px 50px 0px;width:560px; float:left;background:#f1f1f1 url(../../images/it_bot.gif) bottom no-repeat;}
*+html .content_bot{float:none}/*for IE7.0*/
.content_bot_top{width:560px; height:27px;}
.content_bot_bot{margin:8px 0px 0px 0px;}
.content_bot_bot .noborder{border-left:#cfcfcf 0px solid;}
.content_bot_bot .LiWidth{width:279px; height:180px;margin-bottom:20px;}
* html .content_bot_bot .LiWidth{width:279px;float:left; clear:both;}
.content_bot_bot .LiWidth_e{width:279px;height:180px; margin-bottom:20px;}
.content_bot_bot ul li p{text-align:left; margin:5px 5px 0px 8px;}
.content_bot_bot ul li img{ cursor:pointer;}

.content_bot_bot ul li{ list-style:none;border-left:#cfcfcf 1px solid; margin:0px 0px 30px 0px; float:left; width:186px; height:260px; text-align:center}
.solution ul li{list-style:none;border-left:#cfcfcf 1px solid; margin:0px 0px 30px 0px; float:left; width:186px; height:220px; text-align:center; }


/*内页的布局样式*/
/*左边工具栏布局样式*/
.sidebar_list{width:174px;background:#E9E9E9 url(../../images/sidebar_list_top.gif) top no-repeat;}
*+html .sidebar_list{margin-left:6px;}
.sidebar_nav{ padding:9px 0px 0px 0px}
.sidebar_nav ul li{list-style:none;height:20px;line-height:22px;background-color:#E2E2E2;border-top:1px solid #FFFFFF;border-bottom:1px solid #aaaaaa;}
.sidebar_list_bot{background:#E9E9E9 url(../../images/sidebar_list_bot.gif) bottom no-repeat; height:56px;}

