﻿/*——————————————————————————按钮*/
/*2-4个字符用的按钮，未聚焦状态*/
.btn_24 { 
      font-size: 12px; 
      background:  url(../images/btn_24.gif); 
      border: 0px 0; 
      width: 73px; 
      height: 31px;
}

/*2-4个字符用的按钮，聚焦状态*/
.btn_hover24 { 
     font-size: 12px; 
     background:  url(../images/btn_hover_24.gif); 
     border: 0px 0; 
     width: 73px;
     height: 31px;
     cursor: hand;
}
/*按钮样式*/
.ButtonCss {
    font-family: "Tahoma", "宋体";
    font-size: 9pt; color: #003399;
    border: 1px #003399 solid;
    color:#006699;
    BORDER-BOTTOM: #93bee2 1px solid; 
    BORDER-LEFT: #93bee2 1px solid; 
    BORDER-RIGHT: #93bee2 1px solid; 
    BORDER-TOP: #93bee2 1px solid;
    background-image:url(../Images/bluebuttonbg.gif);
    background-color: #e8f4ff;
    CURSOR: hand;
    font-style: normal ;
}
/*蓝色按钮样式*/
.blueButtonCss {
    font-family: "Tahoma", "宋体";
    font-size: 9pt; color: #003366;
    border: 0px #93bee2 solid;
   /* BORDER-BOTTOM: #93bee2 1px solid; 
    BORDER-LEFT: #93bee2 1px solid; 
    BORDER-RIGHT: #93bee2 1px solid; 
    BORDER-TOP: #93bee2 1px solid;*/
    background-image:url(../Images/blue_button_bg.gif);
    background-color: #ffffff;
    CURSOR: hand;
    font-style: normal ;
}
/*红色按钮样式*/
.redButtonCss {
    font-family: "Tahoma", "宋体";
    font-size: 9pt; color: #0066cc;
    border: 1px #93bee2 solid;
    BORDER-BOTTOM: #93bee2 1px solid; 
    BORDER-LEFT: #93bee2 1px solid; 
    BORDER-RIGHT: #93bee2 1px solid; 
    BORDER-TOP: #93bee2 1px solid;
    background-image:url(../Images/redbuttonbg.gif);
    background-color: #ffffff;
    CURSOR: hand;
    font-style: normal ;
}
/*绿色按钮样式*/
.greenButtonCss {
    font-family: "Tahoma", "宋体";
    font-size: 9pt; color: #0066cc;
    border: 1px #93bee2 solid;
    BORDER-BOTTOM: #93bee2 1px solid; 
    BORDER-LEFT: #93bee2 1px solid; 
    BORDER-RIGHT: #93bee2 1px solid; 
    BORDER-TOP: #93bee2 1px solid;
    background-image:url(../Images/greenbuttonbg.gif);
    background-color: #ffffff;
    CURSOR: hand;
    font-style: normal ;
}


/*新网站：页面主体*/
body 
{
	SCROLLBAR-FACE-COLOR:#e8f4ff;/*立体滚动条凸出部分的颜色*/
	SCROLLBAR-HIGHLIGHT-COLOR:#ffffff;/*滚动条空白部分的颜色*/
	SCROLLBAR-SHADOW-COLOR:#0066cc;/*立体滚动条阴影的颜色*/
	SCROLLBAR-ARROW-COLOR:#0066cc;/*上下按钮上三角箭头的颜色*/
	SCROLLBAR-BASE-COLOR:#FFF0E1; /*滚动条的基本颜色*/
	SCROLLBAR-DARK-SHADOW-COLOR:#ffffff; /*立体滚动条强阴影的颜色*/
	font-size: 9pt;
	color: #003366;
	overflow:auto;
	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	TEXT-ALIGN: center;

}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th
{margin:0;padding:0;}

/*新网站：input输入域*/
input {
	font-family: "Tahoma", "宋体";
	font-size: 9pt;
	color: #003366;
	/*border: 1px #a2d2f0 solid;*/
}
/*新网站：文字域*/
textarea{
	font-family: "Tahoma", "宋体";
	font-size: 9pt;
	color: #003366;
	border-top: 1px solid #a2d2f0;
	border-right: 1px solid #a2d2f0;
	border-bottom: 1px solid #a2d2f0;
	border-left: 1px solid #a2d2f0;
}

/*新网站：选择框*/
select {
	font-family: "Tahoma", "宋体";
	color: #0066cc;
	border-top: 1px solid #a2d2f0;
	border-right: 1px solid #a2d2f0;
	border-bottom: 1px solid #a2d2f0;
	border-left: 1px solid #a2d2f0;
	background-color:  #ffffff;
}
/*新网站：超链接样式*/
A
{
	font-size: 9pt;
	color: #006699;
	text-decoration: none;
}
A:ACTIVE {

	color : #006699;	
	text-decoration: none;
}
A:FOCUS
{
	color: black;
	text-decoration: none;
}
A:HOVER
{
	color: #ff4500;
	text-decoration: underline;
}
A:LINK {
	
	text-decoration: none;
}


.HeaderText
{
	font-size: 25pt;
	font-weight: bolder;
	font-family: 宋体, @楷体_GB2312;
	font-style: normal;
}
/**//************************************************************************************************************************************************
定制样式！
*****************************************************************************************************************************************************/

/*——————————————————————————按钮*/
/*2-4个字符用的按钮，未聚焦状态*/
.btn_24 { 
      font-size: 12px; 
      background:  url(pic/btn_24.gif); 
      border: 0px 0; 
      width: 69px; 
      height: 24px;
}

/*2-4个字符用的按钮，聚焦状态*/
.btn_hover24 { 
     font-size: 12px; 
     background:  url(pic/btn_hover_24.gif); 
     border: 0px 0; 
     width: 69px;
     height: 24px;
     cursor: hand;
}
/*4-5个字符用的按钮，未聚焦状态*/
.btn_45 { 
      font-size: 12px; 
      background:  url(pic/btn_45.gif); 
      border: 0px 0; 
      width: 92px; 
      height: 25px;
}

/*4-5个字符用的按钮，聚焦状态*/
.btn_hover45 { 
     font-size: 12px; 
     background:  url(pic/btn_hover_45.gif); 
     border: 0px 0; 
     width: 92px;
     height: 25px;
     cursor: hand;
}
/*5-7个字符用的按钮，未聚焦状态*/
.btn_57 { 
      font-size: 12px; 
      background:  url(pic/btn_57.gif); 
      border: 0px 0; 
      width: 118px; 
      height: 24px;
}

/*4-5个字符用的按钮，聚焦状态*/
.btn_hover57 { 
     font-size: 12px; 
     background:  url(pic/btn_hover_57.gif); 
     border: 0px 0; 
     width: 118px;
     height: 24px;
     cursor: hand;
}

/*按钮——页面上下页常态样式－－鼠标moveout*/
.PageProNext_mouseout {
    font-family: "Tahoma", "宋体";
    font-size: 9pt; color: #003399;
    border: 1px solid black;
    color:#006699;
    BORDER-BOTTOM: #93bee2 1px solid; 
    BORDER-LEFT: #93bee2 1px solid; 
    BORDER-RIGHT: #93bee2 1px solid; 
    BORDER-TOP: #93bee2 1px solid;
    background-color: #FFFFFF;
    CURSOR: hand;
    font-style: normal ;
}
/*按钮——页面当前页面代码样式－－鼠标moveout*/
.PageNo_now {
    font-family: "Tahoma", "宋体";
    font-size: 9pt; color: #003399;
    border: 1px solid black;
    color:#006699;
    BORDER-BOTTOM: #93bee2 1px solid;
    BORDER-LEFT: #93bee2 1px solid;
    BORDER-RIGHT: #93bee2 1px solid;
    BORDER-TOP: #93bee2 1px solid;
    background-color: yellow;
    font-style: normal ;
}
/*只显一条横线的Text的样式！*/
.logintxt
{
    BORDER-RIGHT: #ffffff 0px solid; 
    BORDER-TOP: #ffffff 0px solid;
    FONT-SIZE: 9pt; 
    BORDER-LEFT: #ffffff 0px solid; 
    BORDER-BOTTOM: #a2d2f0 1px solid; 
    BACKGROUND-COLOR: #ffffff;
}
/*无边框的Text的样式！*/
.noneinput
{
    BORDER-RIGHT: #ffffff 0px solid; 
    BORDER-TOP: #ffffff 0px solid;
    FONT-SIZE: 9pt; 
    BORDER-LEFT: #ffffff 0px solid; 
    BORDER-BOTTOM: #ffffff 0px solid; 
    BACKGROUND-COLOR: #ffffff;
}
/**//************************************************************************************************************************************************
定制样式结束！
*****************************************************************************************************************************************************/

/*MIS左右分栏div*/
#innerWrapper{text-align: center; width: 970px; margin: auto; padding: 2px; background-color: #FFFFFF;}
.clear{clear: both;}

#pageContent{float: right; margin-left: -173px; width: 100%;overflow: hidden;}
#innerContent{margin-left: 173px; overflow: visible;}
#sidebar{float: left; width: 170px;overflow: visible;}


/*新网站：页头-页尾*/
.page{text-align: center; width: 920px; margin: auto; padding: 2px;}
.page_head{text-align: center; width: 920px; margin: auto; padding: 2px; overflow: visible;}
.page_end{text-align: center; width: 920px; margin: auto; padding: 2px; overflow: visible; margin-top:20px}
.page_lan{text-align: left; margin: auto; padding: 2px;}
.clear{clear: both;}

/*页左610px右300px分栏div*/
.pageL610R300Left{float:left; width:610px}
.pageL610R300Bar{float:left; width:10px}
.pageL610R300Right{ float:left; width:300px}

/*页左300px右610px分栏div*/
.pageL300R610Left{float:left; width:300px}
.pageL300R610Right{ float:left; width:610px}


/*页标准分栏div*/
.page300px{float:left; width:300px}
.page10px{float:left; width:10px}
.page600px{ float:left; width:610px}

.page455px{float:left; width:455px}

.page130px{float:left; width:130px}
.page780px{float:left; width:780px}


/*新网站：栏目*/
.box_border{padding:9px;border:1px solid #e5e5e5;overflow: visible;word-wrap:break-word;}
.box_border0{padding:0px;border:0px solid #a2d2f0;overflow: visible;word-wrap:break-word;}
.box_border1{padding:0px;border:1px solid #a2d2f0;overflow: visible;word-wrap:break-word;}
.box_border2{padding:8px;border:2px solid #ffef97;overflow: visible;word-wrap:break-word;}
.clear{clear:both;height:10px;overflow:hidden; width:100%}

/*新网站：超出自动换行*/
.linebr {
clear: both; /* 清除左右浮动 */ 
/*width: 100px; /* 必须定义宽度 */ 
word-break: break-word; /* 文本行的任意字内断开 */ 
word-wrap: break-word; /* IE */ 
white-space: -moz-pre-wrap; /* Mozilla */
white-space: -hp-pre-wrap; /* HP printers */
white-space: -o-pre-wrap; /* Opera 7 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: pre; /* CSS2 */
white-space: pre-wrap; /* CSS 2.1 */
white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
}
/*新网站：分页符样式*/
.index{height:30px;font-size:14px;font-family:Arial;text-align:center}

/*新网站：价格列表调整*/
.price_edit{position:relative;float:left;margin-right:1px;margin-bottom:1px;width:220px;height:130px;padding:1px;text-align:left;}
.price_edit img.p{border:1px solid #CCC;margin:5px 0}
.price_edit .act{ visibility:hidden; position:absolute;top:115px;left:7px;width:150px !important;width:140px;padding-right:7px;background:url(../blog/space/actbg.gif) left top repeat-x;height:21px;line-height:19px;color:#FFF;text-align:right}
.price_edit .act a:link,.price_edit .act a:visited{color:#FFF}

/*新网站：Blog模板列表*/
.tmp,.tmp2{position:relative;float:left;margin-right:5px;margin-bottom:5px;width:184px;height:170px;padding:7px;text-align:left;}
.tmp img.p,.tmp2 img.p{border:1px solid #CCC;margin:5px 0}
.tmp .act,.tmp2 .act{ visibility:hidden; position:absolute;top:115px;left:7px;width:150px !important;width:140px;padding-right:7px;background:url(../blog/space/actbg.gif) left top repeat-x;height:21px;line-height:19px;color:#FFF;text-align:right}
.tmp .act a:link,.tmp2 .act a:link,.tmp .act a:visited,.tmp2 .act a:visited{color:#FFF}

/*新网站：Blog模板列表KeyWord*/
.tagf1{font-size:12px}
.tagf2{font-size:12px;font-weight:bold}
.tagf3{font-size:14px}
.tagf4{font-size:14px;font-weight:bold}
.tagf5{font-size:16px}
.tagf6{font-size:16px;font-weight:bold}
.tag{padding:0 20px;line-height:25px;margin-bottom:15px}
.tag a{text-decoration:none;color:#666}
.tag a:link,.tag a:visited{color:#666}
.tag a:hover{color:#FFF;background:#666}



/* emule */
.emuletop{
	clear:right;
	color: #000;
	font-weight: bold;
	padding: 4px;
	background: url(pic/css_img_emule.gif) no-repeat right #e4eaf2;
	border-left: 4px solid #8394b2;
	border-top: 1px dotted #000;
	border-right: 1px dotted #000;
    margin: 10px 5px 0 auto;
    width: auto;
}

.emulemain{
	border-left: 4px solid #8394B2;
	border-right: 1px dotted #000;
	border-bottom: 1px dotted #000;
	padding: 4px;
	margin: 0px 5px 8px auto;
	background: #EEF2F7;
}
.emulemain table {
    background: #F5F9FD;
}
* html .emulemain table { width: 99% }
.emulemain td { border-bottom: 1px solid #f4f4f4; padding: 6px; background: #F5F9FD;}
.emulemain td.post2 { background-color: #EEF2F7; border-bottom-color: #efefef; }
.emulemain td.row3  { border-bottom: 0px; }
.emulemain td.shoulu { background: url(pic/emule_shoulu.gif) no-repeat right #e4eaf2; }
.emulemain a{ text-decoration: none !important; }
.emulemain a:hover{ text-decoration: underline !important; }
.emulemain .needemule{text-align:center;}

/* End emule*/

/* 下载列表栏目 */
.navi{color:#333333;font-size:14px; font-weight:bold; text-align:left}
#down_list div.tit{text-indent:22px;height:30px;font-size:14px;font-weight:bold; text-align:left}
#down_list div.tit a{color:#000000;font-size:14px;font-weight:bold; text-align:left}
#down_list div.tit a:visited{color:#000000}
#down_list div.date{margin:5px 0 8px 0;color:#666666; text-align:left}
#down_list div.cnt{color:#333333;line-height:20px;font-size:14px}
#down_list div.cnt div{font-size:14px}
#down_list div.opt{color:#666666;font-size:12px; text-align:right}
#down_list div.opt a{color:#992800;font-size:12px}
#down_list div.opt a:visited{color:#992800}
/* #down_list div.line{margin-top:17px;line-height:17px;border-top:1px dotted #000}*/
#down_list div.line{border-top:1px dotted #000; height:1px; margin:10px; overflow:hidden}
#down_list div.none{padding:100px 0 100px 0;color:#333333;font-size:14px}#m_pro a{color:#992800}
/* 下载列表栏目结束*/

/* BBS列表栏目 */
#bbs_list div.line{border-top:1px dotted #000; height:1px; margin:0px; overflow:hidden}
#bbs_list div.line_ba{border-top:3px solid #a2d2f0; height:3px; margin:2px; overflow:hidden}
#bbs_list tr.post1{background-color:#F7F6F3; overflow:hidden; cursor:pointer;}
#bbs_list tr.post2{background-color:White; overflow:hidden; cursor:pointer;}
#bbs_list tr.visit{background-color:#E1E8EE; overflow:hidden}
/* BBS列表栏目结束*/

/* BBS内容栏目 */
#bbs_view span.small{ font-size:12px;line-height:20px  }
#bbs_view span.middle{ font-size:14px; line-height:25px }
#bbs_view span.large{ font-size:16px;line-height:30px  }
#bbs_view div.tit{ font-size:12pt; font-weight:bold; color:Orange; text-align:left}
#bbs_view div.line{border-top:1px dotted #000; height:1px; margin:0px; overflow:hidden}
#bbs_view div.clear{clear:both;height:10px;overflow:hidden; width:100%}
#bbs_view div.Right{ float:left;overflow: visible; text-align:left;}
#bbs_view div.ad{ clear: right; float: right; display: inline; margin: 10px 10px 10px; }
#bbs_view div.ad_bottom{ clear:right; float:right; display: inline; margin: 0px 0px 0px; background-color:#F7F6F3; text-align:right}
#bbs_view div.userInfo{ margin-left:20px; margin-right:10px;margin-bottom:50px; margin-top:10px; text-align:left;overflow: visible;word-wrap:break-word; font-size:9pt; }
#bbs_view div.signatures{ overflow: hidden; max-height: 240px; background: url(/bbs/image/sigline.gif) no-repeat 0 0; margin: 10px; padding-top: 20px; color: #535353; line-height: 1.6em;  text-align:left;word-wrap:break-word; font-size:9pt; }
#bbs_view div.date{ overflow: hidden; max-width: 200px; height:20px ;text-align:left;word-wrap:break-word; font-size:9pt; color:Gray}
#bbs_view div.op{ overflow: hidden; max-width:200px;  height:25px ;text-align:right;word-wrap:break-word; font-size:9pt; color:Gray}

#bbs_view div.op  a{text-decoration:none;color:#666;}
#bbs_view div.op  a:link,.tag a:visited{color:#666}
#bbs_view div.op  a:hover{color:#FFF;background:#666}

.sta{text-decoration:none;color:#666;}
.vis{color:#FFF;background:#666; cursor:pointer}



#bbs_view table.tab{ BORDER-COLLAPSE: collapse; border-right: #F7F6F3 thin solid; border-top: #F7F6F3 thin solid; border-left: #F7F6F3 thin solid; border-bottom: #F7F6F3 thin solid;overflow:hidden;word-wrap:break-word; table-layout:fixed}
#bbs_view td.left{ width:210px;overflow:hidden;word-wrap:break-word; background-color:#F7F6F3; }
#bbs_view td.center{ width:10px;overflow:hidden;word-wrap:break-word;}
#bbs_view td.right{ overflow:hidden;word-wrap:break-word;}
/* BBS内容栏目结束*/


/* 新闻列表栏目 */
#news_list div.line{ height:1px; margin:2px; overflow:hidden}
#news_list div.line_ba{border-top:3px solid #a2d2f0; height:3px; margin:2px; overflow:hidden}
#news_list tr.post1{background-color:#F7F6F3; overflow:hidden;font-size:14px;}
#news_list tr.post2{background-color:White; overflow:hidden;font-size:14px;}
#news_list tr.visit{background-color:#E1E8EE; overflow:hidden;font-size:14px;}
#news_list a{font-size:14px;}
/* 新闻列表栏目结束*/

/* 新闻内容栏目 */
#news_view span.small{ font-size:12px;line-height:20px  }
#news_view span.middle{ font-size:14px;line-height:25px  }
#news_view span.large{ font-size:16px;line-height:30px  }
#news_view div.tit{ font-size:12pt; font-weight:bold; color:Orange; text-align:center}
#news_view div.line{border-top:1px dotted #000; height:1px; margin:0px; overflow:hidden}
#news_view div.clear{clear:both;height:10px;overflow:hidden; width:100%}
#news_view div.news{ float:left;overflow: visible; text-align:left;}
#news_view div.ad{ clear: left; float: left; display: inline; margin: 10px 10px 10px; }

#news_view div.date{ overflow: hidden; max-width: 200px; height:20px ;text-align:left;word-wrap:break-word; font-size:9pt; color:Gray}
#news_view div.op{ overflow: hidden; max-width:200px;  height:25px ;text-align:right;word-wrap:break-word; font-size:9pt; color:Gray}

#news_view div.op  a{text-decoration:none;color:#666;}
#news_view div.op  a:link,.tag a:visited{color:#666}
#news_view div.op  a:hover{color:#FFF;background:#666}
/* 新闻内容栏目结束*/


/* 产品内容栏目 */
#cpid span.small{ font-size:12px;line-height:20px  }
#cpid span.middle{ font-size:14px; line-height:25px }
#cpid span.large{ font-size:16px; line-height:30px }
#cpid span.red{ color:Orange; font-weight:bold  }
#cpid div.tit{ font-size:12pt; font-weight:bold; color:Black; text-align:left}
#cpid div.line{height:5px; margin:2px; overflow:hidden;background: url(/shop/image/dash_line.gif);}
#cpid div.clear{clear:both;height:10px;overflow:hidden; width:100%}
#cpid div.Right{ float:left;overflow: visible; text-align:left;}
#cpid div.ad{ clear: right; float: right; display: inline; margin: 10px 10px 10px; }
#cpid div.ad_bottom{ clear:right; float:right; display: inline; margin: 0px 0px 0px; background-color:#F7F6F3; text-align:right}
#cpid div.cp_image{ margin-left:20px; margin-right:10px;margin-bottom:10px; margin-top:10px; text-align:center;overflow: visible;word-wrap:break-word; font-size:9pt; }
#cpid div.signatures{ overflow: hidden; max-height: 240px; background: url(/bbs/image/sigline.gif) no-repeat 0 0; margin: 10px; padding-top: 20px; color: #535353; line-height: 1.6em;  text-align:left;word-wrap:break-word; font-size:9pt; }
#cpid div.date{ overflow: hidden; max-width: 200px; height:20px ;text-align:left;word-wrap:break-word; font-size:9pt; color:Gray}
#cpid div.op{ overflow: hidden; max-width:200px;  height:25px ;text-align:right;word-wrap:break-word; font-size:9pt; color:Gray}


#cpid table.tab{ BORDER-COLLAPSE: collapse; border-right: #F7F6F3 thin solid; border-top: #F7F6F3 thin solid; border-left: #F7F6F3 thin solid; border-bottom: #F7F6F3 thin solid;overflow:hidden;word-wrap:break-word; table-layout:fixed}
#cpid td.left{ width:210px;overflow:hidden;word-wrap:break-word; }
#cpid td.center{ width:10px;overflow:hidden;word-wrap:break-word;background: url(/shop/image/dash_line_v.gif)  0 0;}
#cpid td.right{ overflow:hidden;word-wrap:break-word; text-align:left; vertical-align:bottom;}


#cpid div.money{font-size:12pt; font-weight:bold; color:red; text-align:left}
#cpid div.info{FONT-SIZE: 12px; COLOR: #993300; LINE-HEIGHT: 160%; FONT-FAMILY: "新細明體"; TEXT-DECORATION: none}
#cpid table.jieshao{overflow:hidden;word-wrap:break-word; table-layout:fixed; text-align:left}
/* 产品内容栏目结束*/


/* 产品内容栏目 */
#mod span.small{ font-size:12px; line-height:20px }
#mod span.middle{ font-size:14px; line-height:25px }
#mod span.large{ font-size:16px; line-height:30px }
#mod span.red{ color:Orange; font-weight:bold  }
#mod div.tit{ font-size:12pt; font-weight:bold; color:White; text-align:center;background: url(/mod/pic/banner.gif);}
#mod div.line{height:5px; margin:2px; overflow:hidden;background: url(/shop/image/dash_line.gif);}
#mod div.clear{clear:both;height:3px;overflow:hidden; width:100%}
#mod div.item{text-align:left;overflow:hidden; width:100%}
#mod div.date{ overflow: hidden; max-width: 50px;text-align:left;word-wrap:break-word; font-size:9pt; color:Gray}

#mod table.tab{width:300em;overflow:hidden;table-layout:fixed;}
#mod td.t17{ width:17px;overflow:hidden; text-align:left;}
#mod td.t26{ width:26px;overflow:hidden; text-align:center;}
#mod td.t50{ width:50px; text-align:left;overflow:hidden;}/* 不换行 */
#mod td.t100{ width:100px;overflow:hidden; text-align:left;}
#mod td.t70{ width:70px;overflow:hidden; text-align:left;}
/* 产品内容栏目结束*/



/**********************************************************兼职设计**************************************************************/
.dingbu {
	background-attachment: fixed;
	background-image: url(/index/images/index-top.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.denglukuang {
	border: 1px solid #C8C8C8;
	font-family: "宋体";
	font-size: 12px;
	height: 18px;
}
.index-dh1 {
	font-family: "宋体";
	font-size: 13px;
	background-attachment: fixed;
	background-image: url(/index/images/index-dh1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 33px;
	width: 107px;
	font-weight: bold;
}
.index-to1 {
	background-attachment: fixed;
	background-image: url(/index/images/index-to1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 140px;
	width: 8px;
}
.index-to2 {
	background-attachment: fixed;
	background-image: url(/index/images/index-to2.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 140px;
}
.index-too {
	background-attachment: fixed;
	background-image: url(/index/images/index-too.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 22px;
	width: 80px;
}
.index-banner-top {
	background-attachment: fixed;
	background-image: url(/index/images/index-banner-top.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 212px;
	width: 920px;
}

.index-too2 {
	background-attachment: fixed;
	background-image: url(/index/images/index-too2.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 22px;
	width: 80px;
}
.index-top3 {
	background-attachment: fixed;
	background-image: url(/index/images/index-top3.jpg);
	background-repeat: repeat-x;
	background-position: right top;
	height: 140px;
	width: 49px;

}
.index-suxuxian {
	background-attachment: fixed;
	background-image: url(/index/images/index-suxuxian.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
.index-huikuang {
	border: 1px solid #DAD9DF;
}
.index-tab1 {
	background-attachment: fixed;
	background-image: url(/index/images/index-tab1.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 83px;
}
.index-tab2 {
	background-attachment: fixed;
	background-image: url(/index/images/index-tab2.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 83px;
}
.index-tab3 {
	background-attachment: fixed;
	background-image: url(/index/images/index-tab3.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 83px;
}
.index-dh2 {
	font-family: "宋体";
	font-size: 13px;
	background-attachment: fixed;
	background-image: url(/index/images/index-dh2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 33px;
	width: 107px;
}
.daohang-wenzi13 {font-family: "宋体";font-size: 13px;color: #000000;text-decoration: none;line-height: 23px;}
.daohang-wenzi13:link {font-family: "宋体";font-size: 13px; color: #000000; text-decoration: none;line-height: 23px;font-weight:bold;}
.daohang-wenzi13:hover {font-family: "宋体";font-size: 13px; color: #000000; text-decoration: none;line-height: 23px;font-weight:bold;}
.daohang2-wenzi13 {font-family: "宋体";font-size: 13px;color: #000000;text-decoration: none;line-height: 23px; font-weight:bold;}
.daohang2-wenzi13:link {font-family: "宋体";font-size: 13px; color: #000000; text-decoration: none;line-height: 23px;font-weight:bold;}
.daohang2-wenzi13:hover {font-family: "宋体";font-size: 13px; color: #000000; text-decoration: none;line-height: 23px;font-weight:bold;}

.lvse13cu {font-family: "宋体";font-size: 13px;color: #124920;text-decoration: none;font-weight: bold;}
.lvse13cu:link {font-family: "宋体";font-size: 13px;color: #124920;text-decoration: none;font-weight: bold;}
.lvse13cu:hover {font-family: "宋体";font-size: 13px;color: #124920;text-decoration: none;font-weight: bold;}

.baise13cu {font-family: "宋体";font-size: 13px;color: #FFFFFF;text-decoration: none;font-weight: bold;}
.baise13cu:link {font-family: "宋体";font-size: 13px;color: #FFFFFF;text-decoration: none;font-weight: bold;}
.baise13cu:hover {font-family: "宋体";font-size: 13px;color: #FFFFFF;text-decoration: none;font-weight: bold;}
.baise13cu:visited{font-family: "宋体";font-size: 13px;color: #FFFFFF;text-decoration: none;font-weight: bold;}
.baise13 {font-family: "宋体";font-size: 13px;color: #FFFFFF;text-decoration: none;}
.baise13:link {font-family: "宋体";font-size: 13px;color: #FFFFFF;text-decoration: none;}
.baise13:hover {font-family: "宋体";font-size: 13px;color: #FFFFFF;text-decoration: none;}
.baise13:visited {font-family: "宋体";font-size: 13px;color: #FFFFFF;text-decoration: none;}

.baise14cu {font-family: "宋体";font-size: 14px;color: #FFFFFF;text-decoration: none;font-weight: bold;}
.baise14cu:link {font-family: "宋体";font-size: 14px;color: #FFFFFF;text-decoration: none;font-weight: bold;}
.baise14cu:hover {font-family: "宋体";font-size: 14px;color: #FFFFFF;text-decoration: none;font-weight: bold;}

.heise12_sun {font-family: "宋体";font-size: 12px;color: #000000;text-decoration: none;line-height: 20px;}
.heise12_sun:link {font-family: "宋体";font-size: 12px; color: #000000; text-decoration: none;line-height: 20px;}
.heise12_sun:hover {font-family: "宋体";font-size: 12px; color: #000000; text-decoration: underline;line-height: 20px;}

.tab{overflow:hidden;table-layout:fixed;}
.t13{ width:13px;overflow:hidden; text-align:left;}
.t17{ width:17px;overflow:hidden; text-align:left;}
.t26{ width:26px;overflow:hidden; text-align:center;}
.t50{ width:50px; text-align:left;overflow:hidden;}/* 不换行 */
.t100{ width:100px;overflow:hidden; text-align:left;}
.t60{ width:60px;overflow:hidden; text-align:left;}


.heise12 ,.heise12:link ,.heise12:hover ,.heise12:visited {font-family: "宋体";font-size: 12px;color: #000000;text-decoration: none;line-height: 27px;}

.huise12 {font-family: "宋体";font-size: 12px;color: #666666;text-decoration: none;line-height: 25px;}
.huise12:link {font-family: "宋体";font-size: 12px; color: #666666; text-decoration: none;line-height: 25px;}
.huise12:hover {font-family: "宋体";font-size: 12px; color: #666666; text-decoration: underline;line-height: 25px;}

.heise13 ,.heise13:link,.heise13:hover {font-family: "宋体";font-size: 13px;color: #000000;text-decoration: none;line-height: 27px;}


.lanse13cu {font-family: "宋体";font-size: 13px;color: #2674AD;text-decoration: none;font-weight: bold;}
.heise13cu {font-family: "宋体";font-size: 13px;color: #000000;text-decoration: none;font-weight: bold;}

.huangse13cu {font-family: "宋体";font-size: 13px;color: #F76800;text-decoration: none;font-weight: bold;}
.huangse13cu:link {font-family: "宋体";font-size: 13px;color: #F76800;text-decoration: none;font-weight: bold;}
.huangse13cu:hover {font-family: "宋体";font-size: 13px;color: #F76800;text-decoration: none;font-weight: bold;}

.xw2huangse13cu {font-family: "宋体";font-size: 13px;color: #A74414;text-decoration: none;font-weight: bold;cursor:hand}
.xw2huangse13cu:link {font-family: "宋体";font-size: 13px;color: #A74414;text-decoration: none;font-weight: bold;}
.xw2huangse13cu:hover {font-family: "宋体";font-size: 13px;color: #A74414;text-decoration: none;font-weight: bold;}


.xwhuangse13 {font-family: "宋体";font-size: 13px;color: #F76800;text-decoration: none; cursor:hand}
.xwhuangse13:link {font-family: "宋体";font-size: 13px;color: #F76800;text-decoration: none;}
.xwhuangse13:hover {font-family: "宋体";font-size: 13px;color: #F76800;text-decoration: none;}

.huise13cu {font-family: "宋体";font-size: 13px;color: #626262;text-decoration: none;font-weight: bold;}
.huise13cu:link {font-family: "宋体";font-size: 13px;color: #626262;text-decoration: none;font-weight: bold;}
.xw-huangkuang {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFB354;
	border-right-color: #FFB354;
	border-bottom-color: #FFB354;
	border-left-color: #FFB354;
}
.xw-shuruk {
	height: 17px;
	border: 1px solid #C36248;
	font-size:12px;
}


.huise13cu:hover {font-family: "宋体";font-size: 13px;color: #626262;text-decoration: none;font-weight: bold;}

.xw-top1 {
	background-attachment: fixed;
	background-image: url(/news/images/xw-top1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 34px;
	width: 205px;
}
.xw-hong14cu {
	font-family: "宋体";
	font-size: 14px;
	font-weight: bold;
	color: #990000;
}
.xw-hong13 {
	font-family: "宋体";
	font-size: 13px;
	color: #990000;
}
.xinwen-hong17cu {font-family: "宋体";font-size: 17px;color: #FF0000;text-decoration: none;font-weight: bold;}
.xinwen-hong17cu:link {font-family: "宋体";font-size: 17px;color: #FF0000;text-decoration: none;font-weight: bold;}
.xinwen-hong17cu:hover {font-family: "宋体";font-size: 17px;color: #FF0000;text-decoration: none;font-weight: bold;}
.xw-tab1 {
	background-attachment: fixed;
	background-image: url(/news/images/xw-tab1.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 24px;
	width: 83px;
}
.xw-xx {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: dashed;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.xw-rightkuang {
	border: 1px solid #FFCC00;
}


.xw-tab2 {
	background-attachment: fixed;
	background-image: url(/news/images/xw-tab2.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 24px;
	width: 83px;
}
.sc-ditu {
	background-attachment: fixed;
	background-image: url(/shop/images/ditu.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 102px;
	width: 920px;
}.sc-tab1 {
	background-attachment: fixed;
	background-image: url(/shop/images/tab1.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 24px;
	width: 61px;
}
.sc-k {
	width: 2px;
}
.sc-rx {
	background-attachment: fixed;
	background-image: url(/shop/images/rexiao.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 33px;
	width: 214px;
}
.sc-zxyhuikuang {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.sc-xuxian {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.sc-tab3 {
	background-attachment: fixed;
	background-image: url(/shop/images/tab3.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 35px;
	width: 83px;
}
.sc-tab4 {
	background-attachment: fixed;
	background-image: url(/shop/images/tab4.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 35px;
	width: 83px;
}



.sc-1 {
	font-family: "宋体";
	font-size: 12px;
	color: #FFFFFF;
	background-attachment: fixed;
	background-image: url(/shop/images/1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 45px;
	width: 80px;
}
.sc-srk {
	height: 20px;
	border: 1px solid #3A7C00;
	font-family: "宋体";
	font-size: 12px;
}
.sc-hq {
	background-attachment: fixed;
	background-image: url(/shop/images/sc-hq.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 34px;
}
.sc-tab2 {
	background-attachment: fixed;
	background-image: url(/shop/images/tab2.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 24px;
	width: 61px;
}
.sc-tabz {
	background-attachment: fixed;
	background-image: url(/shop/images/tabz.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 35px;
	width: 8px;
}
.sc-right1 {
	background-attachment: fixed;
	background-image: url(/shop/images/right1.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 37px;
	width: 220px;
}
.sc-right4 {
	background-attachment: fixed;
	background-image: url(/shop/images/right4.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 34px;
	width: 215px;
}


.aiwenlv12 {font-family: "宋体";font-size: 13px;color: #008800;text-decoration: none; line-height:21px;}
.aiwenlv12:link {font-family: "宋体";font-size: 13px;color: #008800;text-decoration: none;line-height:21px;}
.aiwenlv12:hover {font-family: "宋体";font-size: 13px;color: #008800;text-decoration: none;line-height:21px;}



.baise12 {font-family: "宋体";font-size: 12px;color: #FFFFFF;text-decoration: none;}
.baise12:link {font-family: "宋体";font-size: 12px;color: #FFFFFF;text-decoration: none;}
.baise12:hover {font-family: "宋体";font-size: 12px;color: #FFFFFF;text-decoration: none;}

.lvse12 {font-family: "宋体";font-size: 12px;color: #00FF00;text-decoration: none;}
.lvse12:link {font-family: "宋体";font-size: 12px;color: #00FF00;text-decoration: underline;}
.lvse12:hover {font-family: "宋体";font-size: 12px;color: #00FF00;text-decoration: underline;}


.aiwen13 {font-family: "宋体";font-size: 13px;color: #000000;text-decoration: none;line-height: 20px;}
.aiwen13:link {font-family: "宋体";font-size: 13px; color: #000000; text-decoration: none;line-height: 20px;}
.aiwen13:hover {font-family: "宋体";font-size: 13px; color: #000000; text-decoration: underline;line-height: 20px;}

.aiwen-midkuang {
	border: 1px solid #ACD5D9;
	background-attachment: fixed;
	background-image: url(/ask/images/mid-kuang.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	height: 29px;
}
.aiwen-dh-top {
	background-attachment: fixed;
	background-image: url(/ask/images/dh-top.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 28px;
	width: 71px;
}
.aiwen-srk {
	height: 18px;
	border: 1px solid #A8D3FB;
}
.aiwen-ge {
	background-attachment: fixed;
	background-image: url(/ask/images/ge.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 18px;
	width: 1px;
}
.xiazai-right1 {
	height: 20px;
	width: 45px;
	background-color: #ACD7F0;

}
.xiazai-dh {
	font-family: "宋体";
	color: #1C537B;
	height: 24px;
	width: 70px;
	background-color: #1C537B;
}
.xiazai-dh2 {
	font-family: "宋体";
	height: 24px;
	width: 70px;
}


.xiazai-right2 {
	height: 20px;
	width: 45px;

}
.xiazaiheise12 {font-family: "宋体";font-size: 12px;color: #000000;text-decoration: none;line-height: 20px;}
.xiazaiheise12:link {font-family: "宋体";font-size: 12px; color: #000000; text-decoration: none;line-height: 20px;}
.xiazaiheise12:hover {font-family: "宋体";font-size: 12px; color: #000000; text-decoration: underline;line-height: 20px;}



/**********************************************************兼职设计**************************************************************/

/**********************************************************MSN风格栏目**************************************************************/

	address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:400;}
	caption,th{text-align:left;}
	h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400;}
	a{outline:none;}
	input,button,select,textarea{font-size:12px;vertical-align:middle;}
	.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
	.clearfix{display:block;clear:both;}
	a .imgborder,a:link .imgborder,a:visited .imgborder{border:1px solid #DDD;}
	a:hover .imgborder{border:1px solid #333;}
	
	.win{clear:both;border:1px solid #ace;overflow:hidden;margin-bottom:10px;overflow:hidden;width:99.8%; text-align:left;margin:0;padding:0px;font-size:14px;}
	.winright{float:right;margin-right:10px;margin-top:7px;_margin-right:5px;font-size:12px;}
	.winright_h1{float:right;margin-right:10px;margin-top:10px;_margin-right:5px;font-size:12px;color:White;}
		
	.win h3
	{
		font-size:14px;
		font-weight:bolder;
		background-position:top;
		padding-top:6px;
		padding-left:10px;
		padding-bottom:3px;
		border-bottom:1px solid #ACE;
		background-image:url('pic/title_bg1.jpg');
		background-repeat:repeat-x;background-color:#E6EFF8;
	}
	.win h1
	{
		font-size:14px;
		font-weight:bolder;
		color:White;
		background-position:top;
		padding-top:6px;
		padding-left:10px;
		padding-bottom:6px;
		border-bottom:1px solid #ACE;
		background-image:url('pic/wcdma.jpg');
		background-repeat:repeat-x;
	}
	.win a:link,a:visited{color:#049;text-decoration:none;}
	.win a:hover{color:#049;text-decoration:underline;}
	
	.list2{margin-top:5px;}
	.list2 li
	{
	    list-style:none;
	    width:100px;
	    float:left;
	    font-size:12px;
	    line-height:20px;
	    background-image:url('pic/dot.gif');
	    background-repeat:no-repeat;
	    background-position:6px 9px;
	    padding-left:15px;
	    white-space:nowrap;
	    overflow:hidden;
	    margin-left:8px;
	    margin-right:5px;
	    _margin-left:5px;
	}
	
	.sp1{font-weight:700;margin-top:6px;margin-bottom:1px;text-align:center; font-size:14px;}
	.sp2{font-weight:700;margin-top:6px;margin-bottom:1px;text-align:center; font-size:14px;}
	.sp2 a{font-weight:700;font-size:14px;}
	
	.subtitle{margin-top:14px;margin-bottom:10px;margin-left:6px;font-size:12px;}
	.subtitle a{padding-left:8px;padding-right:8px;font-size:12px;}
	
	.subtitle_wcdma{margin-top:14px;margin-bottom:10px;margin-left:6px;font-size:14px;}
	.subtitle_wcdma a{padding-left:8px;padding-right:8px;font-size:14px;}
	
	/*******.subtitle a{background-image:url('pic/dot.gif');background-position:right center;padding-left:8px;padding-right:8px;background-repeat:no-repeat;font-size:12px;}***********/
	
	
	.textli1{width:294px;margin:0 2px;}
	.textli1 p{margin-left:12px;}
	.textli1 li{width:130px;float:left;margin-right:10px;_width:114px;_margin-right:0;}
	.rimg2{float:left;width:105px;text-align:center; margin-top:8px;}
    .rimg2 .imgborder{width:70px; height:70px;}
	.rlist2{float:left;width:170px;margin-left:-10px;}
	.rlist2 li{width:160px;}
	.rlist2 .list7 {line-height: 20px;margin-left: 11px;margin-bottom:10px;margin-bottom:0px;}
	.rlist2 .list7 li
	{
	    list-style:none;
	    font-size:12px;
	    width:180px;
	    white-space:nowrap;
	    overflow:hidden;
	}
	.list
	{
	    background-repeat:repeat-x;
	    background-position:left bottom;
	    padding-bottom:6px;
	    /*background-image:url('pic/line1.gif');*/
	    margin:3px 6px 0;
	}
	.list ul li a text
	{
	    list-style:none;
	    font-size:14px;
	    line-height:24px;
	    padding-left:15px;
	    white-space:nowrap;
	    overflow:hidden;
	    float:left;
	}
	.list_text
	{
	    list-style:none;
	    font-size:14px;
	    line-height:24px;
	    padding-left:15px;
	    white-space:nowrap;
	    overflow:hidden;
	}

.list2_100
{
	margin-top:10px;
	margin-bottom:35px;
}
.list2_100 li{
    list-style-type:none;
    width:100px;
    height:30px;
    line-height:30px;
    float:left;
    margin-left:1px;
    margin-bottom:1px;
    background-color:Transparent;
}


.list_link
{
	margin-top:10px;
	text-align:center;
	font-size:14px;
}
.list_link li{
    list-style-type:none;
    width:130px;
    height:30px;
    line-height:30px;
    float:left;
    margin-left:1px;
    margin-bottom:1px;
    background-color:Transparent;
}
.list_link a:link,a:visited{color:Gray;text-decoration:none;font-size:12px;}
.list_link a:hover{color:Gray;text-decoration:none;font-size:14px;}
/**********************************************************MSN风格栏目-结束**************************************************************/