@charset "utf-8";

a{ text-decoration:none}
a:hover {text-decoration:underline}
ul{margin:0px; padding:0px}
dl{margin:0px; padding:0px}
dt{margin:0px; padding:0px}
dd{margin:0px; padding:0px}
li{list-style:none}

/* 解决Float后 无法撑开外部容器的方法 */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */ 

.ErrorDIV { padding:5px 10px 5px 20px; border:#FF0000 solid 2px; background:url(ErrorDIVbg.gif) no-repeat #FFFF00; font-family:Verdana; font-size:12px;}

body {
font-size:12px; color:#333333;
font-family:Verdana,Arial,  "宋体";
background:url(Web_Body_bg.jpg) repeat-x #fff;
padding:0px;
margin:0px;
}

.Web_outer { width:1003px; margin-left:auto; margin-right:auto}
.WebBody {background:url(top_bg.jpg) no-repeat #FFFFFF; width:1001px; border:#ccc solid 1px; border-top:none ; }

/*网页顶部****************************************************************************************************************/
.WebBody .Web_Head {position:relative;
padding-top:260px;}

.WebBody .Web_Head .LogoFlash{
position:absolute;
top:5px;
left:26px;
}

.WebBody .Web_Head .TopbannerBg{
position:absolute;
top:0px;
left:0px;
}

/*网页顶部 - 顶部主 links*/
.WebBody .Web_Head .TopLinks{ background:url(TopLink_bg.jpg); line-height:31px;}
.WebBody .Web_Head .TopLinks a{font-size:14px; margin-left:10px;}
.WebBody .Web_Head .TopLinks li{ display:inline;}
.WebBody .Web_Head .TopLinks li a{ color:#FFFFFF; border-left:#FFFFFF solid 1px; padding-left:10px;}
.WebBody .Web_Head .TopLinks li a:hover{ color:#FFFF00}

/*网页顶部 - 顶部快捷链接*/
.WebBody .Web_Head .QuickLinks {position:absolute; top:10px; right:20px; display:block}

/*右边盒子*****************************************************************************************************************/
.WebBody .Web_Mid  {}

.WebBody .Web_Mid .Right_Box {width:790px; float:right; margin-right:4px !important; margin-right:2px; clear:both; padding-top:0px;  }
 

/*右边盒子 - 顶部FlashBanner 和 现在位置*/
.WebBody .Web_Mid .Right_Box .Right_Box_Content { min-height:330px;}
.WebBody .Web_Mid .Right_Box .Right_Box_Content .Top_Banner_DL{margin-left:auto; margin-right:auto; }
.WebBody .Web_Mid .Right_Box .Right_Box_Content .Top_Banner_DL dt{margin-left:auto; margin-right:auto; display:none}
.WebBody .Web_Mid .Right_Box .Right_Box_Content .Top_Banner_DL .YourLocation{ color:#999999; padding:5px 0px 5px 0px}
.WebBody .Web_Mid .Right_Box .Right_Box_Content .Top_Banner_DL .YourLocation a{ color:#669900;}
.WebBody .Web_Mid .Right_Box .Right_Box_Content .Top_Banner_DL .YourLocation a:hover{ color:#663300;}

/*网页主标题 和 网页点击信息*/
.WebBody .Web_Mid .Right_Box .Right_Box_Content .Content_Web_Subject {font-size:24px; color:#444; font-weight:bold; border-bottom:#ddd dotted 4px; padding:2px 0px 6px 26px !important; padding:5px 0px 6px 30px;
background:url(li_icon3.gif) no-repeat 5px 5px}
.WebBody .Web_Mid .Right_Box .Right_Box_Content .Content_Web_Info {color:#999999; text-align:right; padding:5px;}

/*网页主内容区 WebPage_content*/
.WebBody .Web_Mid .Right_Box .Right_Box_Content .WebPage_content {font-size:14px; line-height:150%; color:#333333; padding:20px 10px 30px 10px; font-family: Arial,Verdana,"宋体"}
.WebBody .Web_Mid .Right_Box .Right_Box_Content .WebPage_content p{margin:5px 0px 5px 0px; padding:0px;line-height:150%; }
.WebBody .Web_Mid .Right_Box .Right_Box_Content .WebPage_content a{color:#333333; text-decoration:underline}
.WebBody .Web_Mid .Right_Box .Right_Box_Content .WebPage_content a:hover{color:#0000FF; text-decoration:underline}

.ProductPhoto{ float:left; width:780px; background:url(DIVstyle2.gif) no-repeat;
background-position:0px -600px; padding:30px 0px 0px 0px}

.WebBody .Web_Mid .Right_Box .ArticleULLi a{ color:#333333}
.WebBody .Web_Mid .Right_Box .ArticleULLi a:hover{ color:#FF0000}
.WebBody .Web_Mid .Right_Box .ArticleULLi .DataEmpty{ padding:5px; color:#666666;}
.WebBody .Web_Mid .Right_Box .ArticleULLi .banner{ clear:both; margin-top:4px;  }
.WebBody .Web_Mid .Right_Box .ArticleULLi .IndexFlash{float:left; width:325px; height:227px;  margin:5px 0px 0px 0px; }

.WebBody .Web_Mid .Right_Box .ArticleULLi .ZuiXinfaBu{
height:200px;
background:url(DIVstyle1.jpg) no-repeat;
background-position:0px -500px;
font-size:14px;
padding-top:35px; 
width:440px;
float:left;
margin-left:5px;
 
}
.WebBody .Web_Mid .Right_Box .ArticleULLi dl{ background:url(DIVstyle2.gif) no-repeat; width:380px; height:190px; margin:10px 0px 5px 6px; float:left;}
.WebBody .Web_Mid .Right_Box .ArticleULLi dt{ text-align:right; padding:10px 20px 0px 0px; }
.WebBody .Web_Mid .Right_Box .ArticleULLi dd{ font-size:14px;}
.WebBody .Web_Mid .Right_Box .ArticleULLi dd ul{ width:350px ;  margin:0px 10px 0px 10px;}
.WebBody .Web_Mid .Right_Box .ArticleULLi dd li{ background:url(li_icon2.jpg) no-repeat 0px 5px; padding-left:15px; margin:6px 0px 6px 0px;
/*省略文字*/
width:330px;
overflow:hidden;
text-overflow: ellipsis;
word-break:keep-all;
white-space:nowrap; /*防止文字中有空格而换行显示*/
}

.WebBody .Web_Mid .Right_Box .ArticleULLi .ZuiXinfaBu li{ 
width:400px; 
background:url(li_icon1.gif) no-repeat 0px 5px; 
padding-left:10px; 

margin:6px 0px 6px 8px;
overflow:hidden;
text-overflow: ellipsis;
word-break:keep-all;
white-space:nowrap; /*防止文字中有空格而换行显示*/

}
.WebBody .Web_Mid .Right_Box .ArticleULLi .GongZuoDongTai{ background-position:0px 0px}
.WebBody .Web_Mid .Right_Box .ArticleULLi .FaLvFaGui{ background-position:-390px 0px}
.WebBody .Web_Mid .Right_Box .ArticleULLi .JiChuZhiShi{ background-position:0px -200px}
.WebBody .Web_Mid .Right_Box .ArticleULLi .ZhanHuiXinXi{ background-position:-390px -200px}
.WebBody .Web_Mid .Right_Box .ArticleULLi .BiaoZhunTiXi{ background-position:0px -400px}
.WebBody .Web_Mid .Right_Box .ArticleULLi .LvQiTuiJian{ background-position:-390px -400px} 

 

/*左边盒子****************************************************************************************************************/
.WebBody .Web_Mid .Left_Box {position:relative; width:200px; float:left; left:-1px;} 

/*左边盒子 - 小盒子*/
.WebBody .Web_Mid .Left_Box .DLBox1 {width:200px; margin-left:auto; margin-right:auto; margin:0px 0px 0px 0px;  border:#CCCCCC solid 1px; border-top:none;}
.WebBody .Web_Mid .Left_Box .DLBox1 .dt{
	background:url(DIVstyle1.jpg) no-repeat;
	background-position:0px -155px;
	height:23px !important;
	height:21px;
	font-size:14px;
	font-weight:bold;
	padding:8px 0px 0px 24px !important;
	padding:10px 0px 0px 24px;
	color:#03A30C
}
.WebBody .Web_Mid .Left_Box .DLBox1 .dd{
padding:10px 0px 10px 0px;
}
.WebBody .Web_Mid .Left_Box .gonggao .dt{background-position:0px 0px;}
.WebBody .Web_Mid .Left_Box .gonggao .dd {padding:0px 10px 0px 10px}
.WebBody .Web_Mid .Left_Box .gonggao .dd li { color:#333; background:url(li_icon1.gif) 0px 5px no-repeat; padding-left:10px; margin:10px 0px 10px 0px }
.WebBody .Web_Mid .Left_Box .gonggao .dd li a{ color:#333;}

.WebBody .Web_Mid .Left_Box .ChaXun .dt{background-position:0px -31px;}
.WebBody .Web_Mid .Left_Box .ChaXun .dd input{padding:0px; margin:0px;}
.WebBody .Web_Mid .Left_Box .ChaXun .dd form{padding:0px; margin:0px;}
.WebBody .Web_Mid .Left_Box .ChaXun .dd {padding:0px 0px 10px 4px}
.WebBody .Web_Mid .Left_Box .ChaXun .dd td{ padding:3px 0px 3px 0px}
.WebBody .Web_Mid .Left_Box .ChaXun .selectBox{font-size:12px; width:124px;}
.WebBody .Web_Mid .Left_Box .ChaXun  .txt1{width:120px; font-size:12px; color:#666666}
.WebBody .Web_Mid .Left_Box .ChaXun  .btm1{width:60px; font-size:12px; color:#333333; padding-top:5px;}

.WebBody .Web_Mid .Left_Box .ZhiNan .dt{background-position:0px -62px;}
.WebBody .Web_Mid .Left_Box .ZhiNan .dd {padding:10px 0px 10px 0px}
.WebBody .Web_Mid .Left_Box .ZhiNan .dd div{background:url(DIVstyle1.jpg) no-repeat;
background-position:0px -322px;
height:43px !important;
height:43px;
width:187px;
margin:3px auto 3px auto;
}
.WebBody .Web_Mid .Left_Box .ZhiNan .dd .imgbtn1 div{background-position:0px -322px; cursor:pointer}
.WebBody .Web_Mid .Left_Box .ZhiNan .dd .imgbtn1:hover div{background-position:-187px -322px;}

.WebBody .Web_Mid .Left_Box .ZhiNan .dd .imgbtn2 div{background-position:0px -367px; cursor:pointer}
.WebBody .Web_Mid .Left_Box .ZhiNan .dd .imgbtn2:hover div{background-position:-187px -367px;}

.WebBody .Web_Mid .Left_Box .ZhiNan .dd .imgbtn3 div{background-position:0px -412px; cursor:pointer}
.WebBody .Web_Mid .Left_Box .ZhiNan .dd .imgbtn3:hover div{background-position:-187px -412px;}

.WebBody .Web_Mid .Left_Box .ZhiNan .dd .imgbtn4 div{background-position:0px -457px; cursor:pointer}
.WebBody .Web_Mid .Left_Box .ZhiNan .dd .imgbtn4:hover div{background-position:-187px -457px;}


.WebBody .Web_Mid .Left_Box .FriendLink .dt{background-position:0px -93px;}
.WebBody .Web_Mid .Left_Box .FriendLink .dd form{padding:0px; margin:0px;}
.WebBody .Web_Mid .Left_Box .FriendLink .dd {padding:10px 0px 10px 0px; text-align:center}
.WebBody .Web_Mid .Left_Box .FriendLink .dd #jumpMenu{width:140px; font-size:12px; color:#333}

.WebBody .Web_Mid .Left_Box .Vote .dt{background-position:0px -124px;}
.WebBody .Web_Mid .Left_Box .Vote .dd form{padding:0px; margin:0px;}
.WebBody .Web_Mid .Left_Box .Vote .dd {padding:10px 0px 10px 0px; }
.WebBody .Web_Mid .Left_Box .Vote .Index_Vote li{padding-left:20px;} 

.WebBody .Web_Mid .Left_Box  .LeftTitleLi ul {padding:0px 10px 0px 10px} 
.WebBody .Web_Mid .Left_Box  .LeftTitleLi ul li { color:#333; background:url(li_icon1.gif) 0px 5px no-repeat; padding-left:10px; margin:10px 0px 10px 0px }
.WebBody .Web_Mid .Left_Box  .LeftTitleLi ul li a{ color:#666;}
.WebBody .Web_Mid .Left_Box  .LeftTitleLi ul li a:hover{ color:#333;}

/*左边盒子 - 小盒子 - 不带深色标题的顶部样式*/
.WebBody .Web_Mid .DLBox1 .left_sBox_Top2{ background:url(menu_left_Top2.gif) no-repeat; height:10px; font-size:8px;  padding:0px; margin:0px}


.ProductList {}
.ProductList a{ color:#333333}
.ProductList a:hover{ color:#FF0000}
.ProductList dl {padding:0px 10px 0px 10px; margin-bottom:6px;}
.ProductList dl dt{ background:url(sm_box_icon.jpg) no-repeat; padding-left:20px;}
.ProductList dl dd{ background:url(jt1.gif) no-repeat; padding-left:24px; margin-left:20px; display:none}
.ProductList .dl2 dd{ display:block}
.ProductList .dl2 dt{ font-weight:bold}
.ProductList .dl2 dt a{ color:#FF0000}


/*左边盒子 - 二级链接links*/
.Left_Sub_Links_UL li {padding:5px 0px 5px 0px;width:170px;margin-left:auto; margin-right:auto;}
.Left_Sub_Links_UL li a{ padding-left:20px; color:#666666}
.Left_Sub_Links_UL li .icon_1{background:url(Licon_1.gif) no-repeat;}
.Left_Sub_Links_UL li .icon_2{background:url(Licon_2.gif) no-repeat;}
.Left_Sub_Links_UL li .icon_3{background:url(Licon_3.gif) no-repeat;}
.Left_Sub_Links_UL li .icon_4{background:url(Licon_4.gif) no-repeat;}
.Left_Sub_Links_UL li .icon_5{background:url(Licon_5.gif) no-repeat;}
.Left_Sub_Links_UL li .icon_6{background:url(Licon_6.gif) no-repeat;}
.Left_Sub_Links_UL li .icon_7{background:url(Licon_7.gif) no-repeat;}
.Left_Sub_Links_UL li .icon_8{background:url(Licon_8.gif) no-repeat;}
.Left_Sub_Links_UL li .icon_9{background:url(Licon_9.gif) no-repeat;}
.Left_Sub_Links_UL li .icon_10{background:url(Licon_10.gif) no-repeat;}


/*网页底部****************************************************************************************************************/
.WebBody .Web_Foot {border-top:#dedede dotted 1px; padding:10px 0px 10px 250px; margin-top:10px;}

/*网页底部 - 下部一级链接*/
.WebBody .Web_Foot .Foot_Links{clear:both}
.WebBody .Web_Foot .Foot_Links li{ list-style:none; float:left; margin-right:10px;}
.WebBody .Web_Foot .Foot_Links li a{ color:#666666; }
/*网页底部 - 版权信息*/
.WebBody .Web_Foot .copyright {clear:both; margin-top:6px; color:#444}
.WebBody .Web_Foot .copyright a{color:#444}



.DMimage{ margin-top:20px; margin-left:23px;}
/**/

.IndexWebPage_content {font-size:14px; line-height:150%; color:#333333; padding:10px 0px 30px 10px; font-family: Arial,Verdana,"宋体"}
.IndexWebPage_content p{margin:5px 0px 5px 0px; padding:0px;line-height:150%; }
.IndexWebPage_content a{color:#333333; text-decoration:underline}
.IndexWebPage_content a:hover{color:#0000FF; text-decoration:underline}


.HomeNewsList {width:190px; float:right; margin:0px 0px 10px 10px; padding:0px; border:#CCCCCC solid 1px; background:#efefef }
.HomeNewsList dt{ margin:0px; padding:4px; background-color:#999999; font-size:12px; font-weight:bold; color:#FFFFFF; text-align:center;}
.HomeNewsList dd{ margin:3px 0px 3px 0px; padding:0px;font-size:12px; background:url(icon.gif) no-repeat 6px 4px; padding-left:18px}
.HomeNewsList dd a{ color:#666666}
.HomeNewsList dd a:hover{ color:#FF0000}
.HomeNewsList .morenews{ text-align:right; font-family:Arial; background:none; margin-right:5px;}
.HomeNewsList .morenews a{ color:#999999}

#qqbox{ padding-left:10px;}
#qqbox li{margin:4px}
#qqbox a{text-decoration:none; color:#666}

.FriendLinksBox {
padding:10px 15px 10px 15px; color:#666
}
.FriendLinksBox li{float:left}
.FriendLinksBox a{ color:#666666}
