@charset "utf-8";
/*==========@@HTMLÄ¬ÈÏÐÎ×´ ÆðÍ·@@==========*/
/*¸ù»ù*/
*{ padding:0px; margin:0px }
body{
	color:#626262;
	padding:0px; 
	margin:0px auto;
	font-family: ËÎÌå;
	font-size:12px;
	/*background:url(/templets/default/static/images/body_bg.jpg) #FFF center repeat-y;*/
}
div{ margin:0; padding:0; border:0; }
img{ margin:0; padding:0; border:0; }
p{ margin: 0px; line-height:1.8em}
b,strong {font-weight: bold; font-family:"Î¢ÈíÑÅºÚ";}
table { border-collapse: collapse; border-spacing: 0; /* Remove most spacing between table cells.*/}
li{ list-style: none outside none;}

/*Á´½Ó*/
a{ text-decoration:none; color:#626262; background: transparent;  outline:none}
a:visited {}
a:focus { outline:none; }
a:hover, a:active{ color:#0F66CD; outline:none;}

/*±êÌâ*/
h1 { font-size: 1.3em;margin:  0;}
h2 {font-size: 1.2em; margin: 0;}
h3 { font-size: 1.17em;margin: 0;}
h4 {font-size: 1em;margin:0;}
h5 {font-size: 0.83em;margin: 0;}
h6 { font-size: 0.67em;margin: 0;}

/*±íµ¥*/
form {margin: 0;}
button,input,select,textarea {
    font-size: 100%;  /* Correct font size not being inherited in all browsers. */
    margin: 3px;  /* Address margins set differently in IE 6/7, Firefox 3+, Safari 5,and Chrome */
    vertical-align: baseline; /* Improve appearance and consistency in all browsers */
    *vertical-align: middle; /* Improve appearance and consistency in all browsers */
}
button,select {text-transform: none;}
input{padding:2px;background-color: #FFFFFF;border: 1px solid #ccc;width:99%;line-height: normal;}
textarea{padding: 2px;color: #000000;background-color: #fff;width:99%;}

/*ÆäËü*/
blockquote {margin: 1em 40px;}
dfn {font-style: italic;}
hr {-moz-box-sizing: content-box;box-sizing: content-box;height: 0;}
code, kbd, pre, samp {font-size: 1em;}
pre {margin: 1em 0; white-space: pre;white-space: pre-wrap;word-wrap: break-word; }
small {font-size: 80%;}
sub,sup {font-size: 75%;line-height: 0; position: relative;vertical-align: baseline; /* Prevent `sub` and `sup` affecting `line-height` in all browsers.*/}
sup {top: -0.5em;}
sub {bottom: -0.25em;}
dl{margin: 1em 0;}
dd {margin: 0 0 0 40px;}
/*==========@@HTMLÄ¬ÈÏÐÎ×´  ÊµÏÖ@@==========*/


/*==========@@Í¨ÓÃÐÎ×´ ÆðÍ·@@==========*/
/*³£ÓÃÉ«²Ê*/
.blue {color: #00F !important;}
.green {color: #0F0 !important;}
.red {color: #F00 !important;}
.black {color: #000000 !important;}
.white {color: #FFFFFF !important;}
.gray { color:gray; !important; }
.purple { color:purple;  !important;}

/*¸¡¶¯*/
.clear { display:block; clear:both; height:3px; overflow:hidden; line-height:3px; }
.float_left { float:left; }
.float_right { float:right; margin-right:10px; }

/*¶ÔÆë·½Ê½*/
.left { text-align: left}
.right {text-align: right}
.center{ text-align: center}

/*°´Å¥*/
a.btn { display:block; height: 24px; line-height: 24px;  width: 81px;
	background:url(/templets/default/static/images/button.jpg) no-repeat 0 -24px; 
	border: 0;    color: #FFFFFF; cursor: pointer;
    font-weight: bold;  
	text-align:center;
	font-family:"Î¢ÈíÑÅºÚ";
	overflow:hidden;
}
a.btn:hover {background: url(/templets/default/static/images/button.jpg) no-repeat 0px 0px; color:#fff}
a.btn1 {display: block;height: 33px; line-height: 30px;  width: 120px;  padding-left: 28px; background: url(/templets/default/static/images/order_bg.jpg) no-repeat; color: #fff;}
a.btn1:hover {background: url(/templets/default/static/images/order_bg.jpg) no-repeat 0px -33px;  color:#fff}

/*ÆäËü*/
.hide { display:none; }  /*°µ²Ø*/
.more{ float: right; padding-right:5px;} /*moreÁ´½Ó*/
.code_image{ cursor: pointer; padding-bottom:6px;} /*ÑéÖ¤ÂëÍ¼Æ¬ÐÎ×´*/

/*±íµ¥Àà*/
.form_text {
	height:20px; line-height:20px;  width:95%; 
	padding: 2px; 
	clip: rect;color: #000000;
	background-color: #fff;
	border-color: #a0a0a0 #cbd9eb #cbd9eb #a0a0a0;
	border-width:1px;
	background: url(/templets/default/static/images/form_bg.jpg) repeat-x 0px 0px;
}
.form_text_verifycode { 
	height:20px; line-height:20px; width:50px; margin-right:3px;padding: 2px;
	clip: rect;color: #000000;
	background-color: #fff;
	border-color: #a0a0a0 #cbd9eb #cbd9eb #a0a0a0;
	border-top-width: 1px;border-right-width: 1px;border-bottom-width: 1px;
	border-left-width: 1px;background: url(/templets/default/static/images/form_bg.jpg) repeat-x 0px 0px;
}
.form_text_verifycode:hover {
	height:20px; line-height:20px; width:50px; margin-right:3px; padding:2px;
	clip: rect;
	color: #000000;background-color: #fff;
    border-color: #a0a0a0 #cbd9eb #cbd9eb #a0a0a0;
	border-top-width: 1px;border-right-width: 1px;border-bottom-width: 1px;
    border-left-width: 1px;background: url(/templets/default/static/images/form_bg.jpg) repeat-x;
	background-position: 0px -37px;
}
.form_radio{ width:auto; border:0;}
.form_checkbox{ width:auto; border:0}
.form_select { height:25px; }
.form_textarea { width:95%; height:80px; border-color: #a0a0a0 #cbd9eb #cbd9eb #a0a0a0;border-width:1px; padding:2px;}
.form_button {
	background: url(/templets/default/static/images/button.jpg) no-repeat 0 -24px;
    border: 0;color: #FFFFFF;cursor: pointer;font-weight: bold; 
	height: 24px; line-height: 24px;margin: 0;padding: 0;width: 81px; font-family:"Î¢ÈíÑÅºÚ";
}
.form_button:hover{ background: url(/templets/default/static/images/button.jpg) no-repeat 0px 0px; height:24px; line-height:24px; padding:0; margin:0}
.required{ color:red; font-weight:bold; text-align:left; padding-left:3px;}
/*==========@@Í¨ÓÃÐÎ×´ ÊµÏÖ@@==========*/


/*==========@@²¼¾ÖÐÎ×´  ÆðÍ·@@==========*/
/*Ä£ÐÍbody*/
.body_index, .body_article, .body_download, .body_picture, .body_product, .body_page, .body_video, .body_job, .body_feedback, .body_guestbook{}
.index, .single, .article, .picture, .download, .video, .product, .job, .guestbook, .feedback{
	width:1000px;
	margin:5px auto; 
}
#top, #logo, #navigation,  #location, #announcement, #link, #copyright {
	 width:1000px;  margin:0 auto; overflow:hidden; border:0px dashed red;
}
#banner{}
#left { float:left; width:292px; }
#center{}
#right { float:right; width:700px; border-left:0px solid #E5E5E5; padding-left:0px; }
#index_1{ float:left; width:700px; margin-top:10px;}
#index_2{ float:right; width:292px; margin-top:10px;}
#index_2 .InfoSContent { width:270px; height:220px;}
#index_3 { width:1000px; margin-top:10px;}
#index_4 { width:1000px; margin-top:10px;}
#index_5{ float:left; width:336px; margin-top:10px;}
#index_6{ float:left; width:306px; margin-top:10px; margin-left: 11px;}
#index_7{ float:right; width:336px; margin-top:10px;}


/*×ó²à*/
/*Ö÷Ìå×ó²àÐÎ×´*/
.left_title { height:34px; line-height:34px;  background:url(/templets/default/static/images/left_title.jpg) no-repeat; }
.left_title h2 {float: left; line-height: 34px; font-family: "Î¢ÈíÑÅºÚ"; font-size: 15px; color: #222; font-weight: bold; margin-left: 50px; display:inline;}
.left_title h2 a { font-size:14px; color:#C7231D; }
.left_body { overflow:hidden; zoom:1; color:#000; border:1px solid #D8D8D8; padding: 10px; border-bottom:0; border-top:0; height: 220px;}
.left_bottom { height:8px; background:url(/templets/default/static/images/left_bottom.jpg) no-repeat; }

/*ÐÎ×´1*/
.left_title1 { height:34px; line-height:34px; background:url(/templets/default/static/images/left_title1.jpg) no-repeat;}
.left_title1 h2 { float: left; line-height: 34px; font-family: "Î¢ÈíÑÅºÚ"; font-size: 15px; color: #222; font-weight: bold; margin-left: 50px; display:inline; }
.left_title1 h2 a { font-size:14px; color:#C7231D; }
.left_body1 { overflow:hidden; zoom:1;  color:#000; padding:10px;  border:1px solid #D8D8D8; border-bottom:0; border-top:0; height:auto;}
.left_bottom1 { height:10px;  background:url(/templets/default/static/images/left_bottom1.jpg) no-repeat; }


/*ÐÎ×´2*/
.left_title2 { height:35px; line-height:35px; background:url(/templets/default/static/images/left_title2.jpg) ;  }
.left_title2 h2 {float: left; line-height: 35px;  font-family: "Î¢ÈíÑÅºÚ";font-size: 15px;color: #FFF;font-weight: bold;margin-left: 25px; display:inline; }
.left_title2 h2 a { font-size:14px; color:#C7231D; }
.left_body2 { overflow:hidden; zoom:1; color:#000;  padding:10px; border:1px solid #D8D8D8; border-top:0; border-bottom: 0px; height:160px;}
.left_bottom2 { height:6px;  background:url(/templets/default/static/images/left_bottom2.jpg) no-repeat; }

.left_title3 { height:35px; line-height:35px; background:url(/templets/default/static/images/left_title3.jpg) ;  }
.left_title3 h2 {float: left; line-height: 35px;  font-family: "Î¢ÈíÑÅºÚ";font-size: 15px;color: #FFF;font-weight: bold;margin-left: 25px; display:inline; }
.left_title3 h2 a { font-size:14px; color:#C7231D; }
.left_body3 { width:295PX; height:170PX; overflow:hidden;  border-radius: 8px; margin-left:5px; margin-top:10px;
} 

.left_bottom3 { height:6px;  background:url(/templets/default/static/images/left_bottom3.jpg) no-repeat; }

.left_title4 { background: url(/templets/default/static/images/left_title4.jpg) no-repeat; height:34px; line-height:34px;}
.left_title4 h2 { float: left; line-height: 34px; font-family: "Î¢ÈíÑÅºÚ"; font-size: 15px; color: #222; font-weight: bold; margin-left: 60px; display:inline;}
.left_title4 h2 a { font-size:14px; color:#C7231D; }
.left_body4 { padding:10px; overflow:hidden; zoom:1; border:1px solid #D8D8D8; border-top:0; border-bottom:0; width:270px; height:auto; }
.left_bottom4 {height: 8px;  line-height:5; background:url(/templets/default/static/images/left_bottom4.jpg) no-repeat; overflow:hidden; font-size:0px; margin-bottom:10px; }

.left_title5 { background: url(/templets/default/static/images/left_title5.jpg) no-repeat; height:34px; line-height:34px; }
.left_title5 h2 { float: left; line-height: 34px; font-family: "Î¢ÈíÑÅºÚ"; font-size: 15px; color: #222; font-weight: bold; margin-left: 60px; display:inline;}
.left_title5 h2 a { font-size:14px; color:#C7231D; }
.left_body5 { padding:10px; overflow:hidden; zoom:1; border:1px solid #D8D8D8; border-top:0; border-bottom:0; width:270px; height:auto; }
.left_bottom5 {height: 8px;  line-height:5; background:url(/templets/default/static/images/left_bottom5.jpg) no-repeat; overflow:hidden; font-size:0px; }
/*Ö÷ÌåÓÒ²à*/
/*ÐÎ×´1*/
.right_title2 { background: url(/templets/default/static/images/right_title2.jpg) no-repeat; height:34px; line-height:34px;}
.right_title2 h2 { float: left; line-height: 34px; font-family: "Î¢ÈíÑÅºÚ"; font-size: 15px; color: #222; font-weight: bold; margin-left: 60px; display:inline;}
.right_body2 { padding:10px; overflow:hidden; zoom:1; border:1px solid #D8D8D8; border-top:0; border-bottom:0;  height:220px; }
.right_bottom2 {height: 8px;  line-height:5; background:url(/templets/default/static/images/right_bottom2.jpg) no-repeat; overflow:hidden; font-size:0px; }
/*ÐÎ×´2*/
.right_title1 { height:35px; line-height:35px; background:url(/templets/default/static/images/right_title1.jpg) ;  }
.right_title1 h2 {float: left; line-height: 35px;  font-family: "Î¢ÈíÑÅºÚ";font-size: 15px;color: #FFF;font-weight: bold;margin-left: 25px; display:inline; }
.right_title1 h2 a { font-size:14px; color:#C7231D; }
.right_body1 { overflow:hidden; zoom:1; color:#000;  padding:10px; border:1px solid #D8D8D8; border-top:0; border-bottom: 0px; height:160px;}
.right_bottom1 { height:6px;  background:url(/templets/default/static/images/right_bottom1.jpg) no-repeat; }

.right_title { height:34px; line-height:34px;  background:url(/templets/default/static/images/right_title.jpg) no-repeat; }
.right_title h2 {float: left; line-height: 34px; font-family: "Î¢ÈíÑÅºÚ"; font-size: 15px; color: #0875CD; font-weight: bold; margin-left: 50px; display:inline;}
.right_title h2 a { font-size:14px; color:#C7231D; }
.right_body { overflow:hidden; zoom:1; color: #666; border:1px solid #D8D8D8; padding: 10px; border-bottom:0; border-top:0; height: auto;}
.right_bottom { height:8px; background:url(/templets/default/static/images/right_bottom.jpg) no-repeat; margin-bottom:10px; }

/*==========@@²¼¾ÖÐÎ×´  ÊµÏÖ@@==========*/


/*==========@@¹«¹²Ä£¿éÐÎ×´ ÆðÍ·@@==========*/
/* ¶¥²¿ */
#top_main { height:27px;  background:url(/templets/default/static/images/top_bg.jpg) repeat-x; min-width:1000px;}
#top { height:27px; line-height:27px; text-align:right;}
#top_left { float:left;  text-align:left;}
#top_right { float:right; text-align:right; }
#top .MobileEdition{ font-weight: bold; color:red;}
#top a { color:#333; font-weight:bold; font-family:"Î¢ÈíÑÅºÚ";}
#top a:hover { color:#F00; font-weight:bold; text-decoration:none}

/*Logo*/
#logo_main {  width:100%; min-width:1000px;}
#logo{overflow:hidden; }
#logo .WebLogo{  }
#logo .Language{width:500px;float:right; padding:10px;}
#logo .Language .MobileEdition{ font-weight: bold; color:red;}
#logo .Member { width:500px; height:35px; line-height:35px; float:right; text-align:right;font-weight:bold; }
#logo .Member .MemberName, #logo_main .Member .MemberGroupName{color:#F30}

#logo_1 { float: right; width:300px;}
#logo_1_1 { float: right; height: 30px; line-height: 30px;  font-family: "Î¢ÈíÑÅºÚ"; font-size: 14px; font-weight: bold; width:300px; margin-top:30px; color: #0875CD;}
#logo_1_1 h2 { float:right; padding-right: 3px;}
#logo_1_2 { width: 300px; height:30px; float:right}


/*µ¼º½*/
#navigation_main { background:url(/templets/default/static/images/navigation_bg.jpg) repeat-x; min-width:1000px;  }
#navigation { height:37px;  }
#navigation ul.navigationlist li { float:left; line-height:37px; text-align:center; background:url(/templets/default/static/images/navigation_bd.jpg) no-repeat;  }
#navigation ul.navigationlist li a { display:block; padding:0px 30px; font-size:14px; font-weight:bold; color:#FFF; border:0px dashed red;}
#navigation ul.navigationlist li a:hover { text-decoration:none; color:#ffe400; background:none; }
#navigation ul.navigationlist .current { color:#ffe400; }
/*µ¼º½À¸ÏÂÀ­*/
#navigation  ul.subnavigationlist{ display:none; position:absolute; background:#034697; z-index:100}
#navigation  ul.subnavigationlist li {  float:none; padding:0px; line-height:28px; display:inline; background:none;  }
#navigation  ul.subnavigationlist li a { display:block; white-space:nowrap; font-weight:normal; color:#FFF; font-size:12px; padding:0px 40px; text-align:left; }
#navigation  ul.subnavigationlist li a:hover {  background:#2475d8;  color:#ffe400; }

/*²¼¸æ*/
#announcement { margin-top:5px;  height:35px; line-height:35px;background-color:#f0f0f0; color:#0B3B7D;font-family:"Î¢ÈíÑÅºÚ";}
#announcement .announcement_title{ float:left;font-weight:bold; text-indent:35px; background:url(/templets/default/static/images/ann.gif) no-repeat 8px center; width:150px; font-family:"Î¢ÈíÑÅºÚ";}
#announcement .announcement_body{float:left; width:700px;}
#announcement .announcement_bottom{float:right; width:100px; }
.announcementlist{ }
.announcementlist li { line-height:35px;  }

/*Js»ÃµÆÆ¬ÐÎ×´*/
#banner_main {position:relative; border:0px solid blue; }
#banner {  border:0px solid red; margin:0 auto; overflow:hidden; width:100%}
.bannerlist{}
.bannerlist li{ text-align:center; border:0px dashed red; overflow:hidden; display:block;}
.bannerlist li img{ margin:0 auto; display:block; }
#banner_main .hd{ width:100%; position:relative; bottom:35px; left:0; height:5px; line-height:5px; text-align:center; border:0px solid red; }
#banner_main .hd ul li{ cursor:pointer; display:inline-block; *display:inline; zoom:1; width:13px; height:13px; 
background:url(/templets/default/static/images/dot.png) -13px 0 no-repeat; margin-right:15px; overflow:hidden; font-size:0px;}	
#banner_main .hd ul li.on{  background:url(/templets/default/static/images/dot.png) 0 0 no-repeat;  }

/*flash»ÃµÆÆ¬*/
/*
#banner_main { position:relative;}
#banner { margin-top:3px; margin:0 auto; min-width:1000px;}
#banner img { border:0px solid blue; text-align:center; margin:0 auto; vertical-align:bottom}
.bannerlist{}
.bannerlist li{ text-align:center; border:0px dashed red; overflow:hidden; display:block;}
#banner_main .hd{ width:100%; position:relative; bottom:35px; left:0; height:5px; line-height:5px; text-align:center; border:0px solid red; }
#banner_main .hd ul li{ cursor:pointer; display:inline-block; *display:inline; zoom:1; width:13px; height:13px; 
background:url(/templets/default/static/images/dot.png) -13px 0 no-repeat; margin-right:15px; overflow:hidden; font-size:0px;}	
#banner_main .hd ul li.on{  background:url(/templets/default/static/images/dot.png) 0 0 no-repeat;  }
*/


/*µ±Ç°µØÎ»*/
#location_main {} 
#location {height:35px; margin-top:5px;text-indent: 22px;line-height:35px; background-color:#f0f0f0; color:#0B3B7D;}

/*×ÓÆµÂ·ÁÐ±í*/
.subchannellist { width: 241px; margin: 0px auto; }
.subchannellist li { width: 241px; line-height: 27px;  margin-top: 5px; overflow:hidden; }
.subchannellist li a {font-family: "Î¢ÈíÑÅºÚ";  height: 27px; line-height: 27px; display:block; color: #FFF; text-indent:60px;  }
.subchannellist li a:hover {  text-decoration:none; }
.subchannellist #current a {  background:url(/templets/default/static/images/left_body4_1.jpg) no-repeat; }
.subchannellist .depth1{ font-size:12px; background:url(/templets/default/static/images/left_body4.jpg) no-repeat; ont-family: "Î¢ÈíÑÅºÚ"; width: 241px; height: 27px; line-height: 27px; display: block; color: #FFF; text-indent:60px; float:none; }
.subchannellist .depth1 a:hover{ background:url(/templets/default/static/images/left_body4_1.jpg) no-repeat; }
.subchannellist .depth2{ font-size:12px; text-indent:1.5em; background: #DDD no-repeat; }
.subchannellist .depth2 a { color:#2E2E2E; font-family:"ËÎÌå"; text-align:center; text-indent:0px;} 
.subchannellist .depth2 a:hover{ color: #FFF; background: #2E2E2E no-repeat; width:241px;}
.subchannellist #current2 a{ color: #FFF; background: #2E2E2E no-repeat; width:241px;}
.subchannellist .depth3{ font-size:12px; text-indent:3em}
.subchannellist .depth4{ font-size:12px; text-indent:4.5em}
.subchannellist .depth5{ font-size:12px; text-indent:6em}
.subchannellist .depth6{ font-size:12px; text-indent:7.5em}
.zk { float:left;  }

/*ËÑË÷ */
table.search_table{ width:99%; text-align:center;}
table.search_table th{ vertical-align:middle; text-align:center;}
table.search_table td{ vertical-align:middle; width:81px; }

/*ÁªÏµÈËÉú¾ÍÊÇ²©¹ÙÍø*/
.ContactWrap{ line-height:1.8em}
.ContactWrap b{ font-weight:bold; font-family:"Î¢ÈíÑÅºÚ";}
.ContactWrap .WebUrl{  }

/*¶©¹º*/
.order{margin:0px auto}
.order .WantOrder h1{ border-bottom:1px dotted #999999; padding: 5px 0px;}
.order .f1{ float:right; color:red;}
table.order_table{ width:98%;  }
table.order_table th{ width:100px; text-align:left; font-family:"Î¢ÈíÑÅºÚ";}
table.order_table td{text-align:left}
table.order_table .operation{ text-align:center}

/* ½»ÒêÁ´½Ó */ 
#link_main {}
#link { padding:0; }
.link_title { background:url(/templets/default/static/images/link_title.jpg) no-repeat; height:34px; line-height:34px; text-indent:10px;  }
.link_title h2 {float: left; line-height: 34px; font-family: "Î¢ÈíÑÅºÚ"; font-size: 15px; color: #222; font-weight: bold; margin-left: 30px; display: inline;}
.link_body { padding:10px 5px 0px 5px; color:#000; border:1px solid #D8D8D8; border-top:0px; border-bottom:0px}
.link_bottom{height:10px;  background:url(/templets/default/static/images/link_bottom.jpg) no-repeat; }
.link_pic { overflow:auto; zoom:1;  }
.link_pic ul li { float:left; padding:1px 5px; text-align:center; width:112px}
.link_pic img { width:86px; height:30px; padding:2px; border:1px solid #CCC; }
.link_pic ul li a:hover img { border:1px solid #6C9ACC;}
.link_text { overflow: hidden; zoom:1; }
.link_text ul li { float:left; text-align:center; padding:1px 5px; overflow:hidden; width:112px; white-space:nowrap}
.link_text a { line-height:22px; }

/* °æÈ¨ÐÅÏ¢ */
.bottom_navigation { width: 100%; height: 32px; background:#F2F2F2 no-repeat; margin: 10px 0; overflow: hidden; min-width:1000px;}
.bottom_navigation ul {width: 800px; margin: 0px auto;}
.bottom_navigation ul li {width: 100px; height: 37px; line-height: 32px; text-align: center; float: left;}
.bottom_navigation ul li a {color: #666; width: 100px; height: 37px; display: block;}
.bottom_navigation ul li a:hover{ color: #0164B5;}
#copyright_main { color:#666; background:url(/templets/default/static/images/copyright_main.jpg) repeat-x; min-width:1000px;  }
#copyright { padding:10px 0;  }
#copyright a {color: #666; text-decoration: none;}
#copyright a:hover {color: #0F66CD; text-decoration: none;}
#copyright .bottom_info{ text-align:center;padding-top:5px; padding-right:10px; line-height:20px; }
#copyright .TechnicalSupport{ text-align:center; line-height:20px;display:none}

/*·ÖÒ³ÐÎ×´*/
.page { padding:4px 0px 0px 1px; float:right; clear:both;}
.page a, .page span { float:left; display:block; border:1px solid #D3D1D1; padding:2px 5px; margin-left:4px; line-height:22px; }
.page a:link, .page a:visited { text-decoration:none; }
.page a:hover { background:#CC0001; color:#ff9900; }
.page .current{ background:#CC0001; color:#FFF;}
.page #total{color:red}

/*»áÔ±*/
/*»áÔ±µÇÂ¼*/
table.login_table{ width:40%; text-align:center; margin:0 auto;}
table.login_table th{ width:100px; text-align:left; font-weight:bold;}
table.login_table td{ text-align:left;}
table.login_table .operation{text-align:center}

/*»áÔ±×¢²á*/
table.reg_table{ width:50%; text-align:center; margin:0 auto;}
table.reg_table th{ width:140px; text-align:left; font-weight:bold;}
table.reg_table td{  text-align:left; }
table.reg_table .operation{text-align:center}

/*½¡ÍüÃÜÂë µÚÒ»²½*/
table.forget_table1{ width:40%; text-align:center; margin:0 auto;}
table.forget_table1 th{ width:100px; text-align:left; font-weight:bold;}
table.forget_table1 td{ text-align:left; }
table.forget_table1 .operation{text-align:center}
/*½¡ÍüÃÜÂë µÚ¶þ²½*/
table.forget_table2{ width:40%; text-align:center; margin:0 auto;}
table.forget_table2 th{ width:100px; text-align:left; font-weight:bold;}
table.forget_table2 td{text-align:left}
table.forget_table2 .operation{text-align:center}

/*ÍøÕ¾µØÍ¼ÁÐ±í*/
.maplist{ }
.maplist li { padding:1px; }
.maplist li a { background:#d1e8fc; line-height:25px; display:block; padding:0 20px; border:0px solid #A6CC93; }
.maplist li a:hover { text-decoration:none; background:#FFF; }
.maplist .depth1{font-weight:bold;text-indent:0px; font-weight:bold; font-family:"Î¢ÈíÑÅºÚ";}
.maplist .depth2{text-indent:2em}
.maplist .depth3{text-indent:4em}
.maplist .depth4{text-indent:6em}
.maplist .depth5{text-indent:8em}
.maplist .depth6{text-indent:10em}
/*==========@@¹«¹²Ä£¿éÐÎ×´ ÊµÏÖ@@==========*/


/*==========@@ÆµÂ·Ò³ÃæÐÎ×´ ÆðÍ·@@==========*/
/*===¹«¹²×Ö¶Î ÆðÍ·===*/
.ChannelContent, .ChannelContent p{ line-height:1.8em}
.ChannelSContent{}
.ChannelSContent img, .InfoContent img{ max-width:100% }

.InfoTitle{ font-size: 18px; line-height: 40px; text-align: center; margin-bottom: 10px; font-family: "Î¢ÈíÑÅºÚ"; font-weight: bold;}
.InfoTitle h1{height: 30px; font-family: "Î¢ÈíÑÅºÚ"; font-size: 14px; color: #097CD5; font-weight:normal; display: block;}
.product .InfoTitle h1{width: 250px; height: 30px; font-family: "Î¢ÈíÑÅºÚ"; font-size: 14px; color: #097CD5; font-weight:normal; display: block; overflow:hidden;}
.InfoTime{color:#999; text-align:left;  padding:2px 0px; height:25px}
.InfoContent, .InfoContent p{ line-height:1.8em; padding:10px 0;}
.InfoAttachment{ padding:10px 0px; text-align:center; width:81px; margin:0 auto;}
.InfoPicture{ text-align: center;}
.InfoPicture img{ width:100%; max-width:100%}
.InfoFromWrap{ padding:0 10px; text-align:center; color:#999; border:1px dashed #ccc; line-height:30px; margin-bottom:5px;}
.InfoFromWrap a { color:#999; }
.InfoFromWrap a:hover { color:#0F66CD; }
#ReadLevelTip{ font-weight:bold; color:red;}
.Tag{ text-align: left; font-weight:bold; }
.Tag a{ padding:0 3px; font-weight:normal; text-decoration:none;}
.InfoPreviousNextWrap{ background:#F0F0F0; padding:5px; border:1px solid #E3E3E3; line-height:1.8em}

.InfoProductDetailWrap{ line-height: 2.2em;}
.InfoProductDetailWrap b{color: #626262; font-weight:bold;}
.InfoProductDetailWrap table.detail_table{ width:100%; }
.InfoProductDetailWrap table.detail_table th{ width: 200px;}
.ProductDescription{ height:40px; background:url(/templets/default/static/images/product_bg.jpg) left center; padding-left:35px; line-height:40px; font-size:14px; font-weight:bold; font-family:"Î¢ÈíÑÅºÚ"; margin-top:10px;}
.product  .InfoProductDetailWrap img{ width:333px; height:333px;float:left;  text-align:left; border: 1px solid #E7E7E7; margin-right:10px; }/*20160531Åú¸ÄÁËheight£¬¸ÄÎªÁË333px£¬ÓÐ±¸·Ý£¬¿´Åú¸ÄÊý¾Ý£¬Çë¿´±¾µØµçÄÔ±¸·Ý*/ 
.product  .InfoTitle{  font-size:16px; font-weight:bold; text-align:left;}
.product  .f2{ padding:5px 0px}
.product  .f1{ padding:5px 0px}
.product  .InfoHit{ padding:5px 0px; font-weight:bold; color:#990000}
.product  .InfoTime{ padding:5px 0px; }
/*===¹«¹²×Ö¶Î ÊµÏÖ===*/

/*===Ê×Ò³ ÆðÍ·===*/
.index .ChannelContent{color:#626262;  line-height:25px; height:200px;  overflow:hidden; margin-bottom:10px;}
.index .ChannelContent a{ color: #ff9d02}
.index #left{ float: right}
.index #right{ float: left}
/*===Ê×Ò³ ÊµÏÖ===*/

/*===ÕÐÆ¸ÆµÂ·  ÆðÍ·===*/
.job{ }
.joblist { }
.joblist li {overflow: hidden; padding:5px 0px;}
table.job_table { margin:8px 0px; padding:0px; text-align:center; width:100%; border-collapse:collapse;}
table.job_table td{ padding:8px 5px; border:1px solid #DADBD6;}
table.job_table .Requirement{ text-align:left; padding:8px 5px; line-height:1.5em;}
table.job_table th{color:#014597; font-weight:bold; text-align:center; border:1px solid #DADBD6; font-family:"Î¢ÈíÑÅºÚ";}
table.job_table .t1 { color:#014597;font-weight:bold;padding:5px 0;width:20%; font-family:"Î¢ÈíÑÅºÚ";}
table.job_table .t2 { text-align:left;width:25%;}
table.job_table .t3 {color:#014597;font-weight:bold;width:25%; font-family:"Î¢ÈíÑÅºÚ";}
table.job_table .t4 {text-align:left;width:25%;}
table.job_table .operation{text-align:center; width:81px; margin:0 auto;}
/*Ó¦Æ¸*/
table.resume_table { margin:3px; text-align:center; width:97%; border-collapse:collapse;}
table.resume_table th{ font-weight:bold; text-align:left; width:100px; font-family:"Î¢ÈíÑÅºÚ";}
table.resume_table td{text-align:left; }
table.resume_table .operation{text-align:center; }
table.resume_table #Detail{ height:200px;}
/*===ÕÐÆ¸ÆµÂ·  ÊµÏÖ===*/

/*===ÁôÑÔÆµÂ·  ÆðÍ·===*/
.guestbook{ }
.guestbooklist{}
.guestbooklist li{ padding:10px; border:1px solid #CCC; margin-bottom:10px; }
.MessageTitle { color:#0875CD; line-height:1.5em; font-weight:bold;}
.MessageContent { padding:5px; margin-bottom:10px; }
table.guestbook_table{ width:98%;  }
table.guestbook_table th{ width:100px; text-align:left; font-family:"Î¢ÈíÑÅºÚ";}
table.guestbook_table td{ text-align:left}
table.guestbook_table .operation{ text-align:center }

/*ÖÎÀíÔ±»Ø¸´*/
.answer_wrap{ padding:5px; border-top:1px dashed #CCC; line-height:1.5em}
.answer_title{}
.answer_body {}
.Administrator { text-align:right; }
.Reply { text-align:right; }
.AnswerTime{ color:#999 }

/*ÁôÑÔ±íµ¥*/
.message_title{ height:40px; background:url(/templets/default/static/images/product_bg.jpg) left center; padding-left:35px; line-height:40px; font-size:16px; color:#5d5d5d; font-weight:bold;}
.message_body{ padding-left: 10px; padding-right: 10px; color:#626262; }
.message_bottom{}
/*===ÁôÑÔÆµÂ·  ÊµÏÖ===*/

/*===·´À¡ÆµÂ· ÆðÍ·===*/
.feedback{ }
table.feedback_table{ width:99%; text-align:center; margin:0 auto;}
table.feedback_table th{ width:100px; text-align:left; font-weight:bold; font-family:"Î¢ÈíÑÅºÚ";}
table.feedback_table td{  text-align:left;}
table.feedback_table .operation{text-align:center}
/*===·´À¡ÆµÂ· ÊµÏÖ===*/
/*==========@@ÆµÂ·Ò³ÃæÐÎ×´ ÊµÏÖ@@==========*/


/*==========@@Í¨ÓÃÁÐ±íÐÎ×´ ÆðÍ·@@==========*/
/*ÎÄ×ÖÁÐ±í*/
.textlist{}
.textlist li { height: 30px; line-height: 30px; border-bottom: 1px dashed #CCC;padding-left:8px; background:url(/templets/default/static/images/icon3.gif) no-repeat 0 center; overflow:hidden;}
.left_body2 .textlist span{ float:right; color:#626262;} 
.left_body2 .textlist li a{ line-height:30px; width:left; overflow:hidden; width:240px; display:inline;}

/*´øËõÂÔÍ¼ÎÄ×ÖÁÐ±í*/
.thumblist{}
.thumblist li {}

/*³÷´°ÁÐ±í*/
.gridlist{ }
.gridlist li { float:left;  width: 330px;  margin-top: 10px; margin-left: 5px; overflow:hidden; display:inline /*½â¾öie6 Ë«±ß¾àbug*/; }
.gridlist li span { width: 70px; height: 24px; line-height: 24px; float: left; padding-left: 10px; color: #666;font-family: "ËÎÌå"; font-size: 12px;
font-weight: 700; line-height: 24px; float:left;}
.gridlist li h2 { width: 180px; height: 24px; line-height: 24px; float: left; padding-left: 10px; color: #666;font-family: "ËÎÌå"; font-size: 12px;
font-weight: 700; line-height: 24px; float:left;}
.gridlist li img { border:1px solid #999999; width:93px; height:93px;}/*Åú¸ÄÇ°Îª93 20160531Åú¸Ä*/
.gridlist li a { white-space:nowrap; line-height:24px; float:left;}
.gridlist li a:hover img { border:1px solid #034b9f; }

#index_3 .left_body1 .gridlist{ }
#index_3 .left_body1 .gridlist li { float:left; text-align:center; padding:0px 2px;  width:186px; height:209px; overflow:hidden; display:inline /*½â¾öie6 Ë«±ß¾àbug*/;}/*20160531Åú¸ÄÁËheight*/
#index_3 .left_body1 .gridlist li img { border:1px solid #999999; width:184px; height:184px;}/*20160531Åú¸ÄÁËheight*/
#index_3 .left_body1 .gridlist li a { white-space:nowrap; line-height:28px; float: none;}
#index_3 .left_body1 .gridlist li a:hover img { border:1px solid #034b9f; }

.right_body .gridlist{ }
.right_body .gridlist li { float:left; text-align:center; padding:0px 2px;  width:214px; height:238px; overflow:hidden; display:inline /*½â¾öie6 Ë«±ß¾àbug*/;}   /*2016Äê5ÔÂ23ÈÕÅ¤×ª widthºÍheight*/
.right_body .gridlist li img { border:1px solid #999999; width:210px; height:210px;} /*2016Äê5ÔÂ23ÈÕÅ¤×ª widthºÍheight*/
.right_body .gridlist li a { white-space:nowrap; line-height:28px; float: none;}
.right_body .gridlist li a:hover img { border:1px solid #034b9f; }


/*ÊÓÆµÁÐ±í*/
.videolist{ }
.videolist li { width:325px; float:left; padding:0px 5px; text-align:center; overflow:hidden;}
.videolist li img { border:1px solid #999; width:100%; }
.videolist li a { white-space:nowrap; line-height:28px;}
/*==========@@Í¨ÓÃÁÐ±íÐÎ×´  ÊµÏÖ@@==========*/
.ProductName{ width:120px; height:24px; overflow:hidden;}


/***
 *	DedeCMS v5.3 Style (grass green)
 *	dedecms.com  Author pigz  2008-11-10 09:32
 **/

.pleft{
	width:712px;
	float:left;
	overflow:hidden;
}
.pleft .place{
	width:712px;
	height:24px;
	line-height:24px;
	background:transparent url(../images/green_skin.png) repeat-x scroll 0 -188px;
	border-top:1px solid #BADAA1;
	border-bottom:1px solid #BADAA1;
	text-indent:12px;
	color:#428C5B;
	overflow:hidden;
}
.pleft .place strong{
	color:#428c5b;
	font-weight:normal;
	letter-spacing:1px;
}
.pleft .place a{
	color:#428c5b;
	margin:0px 2px;
}
.pleft .place a:hover{
	color:#ff3333;
	text-decoration:none;
}
.pleft .place small{
	display:inline-block;
	vertical-align:middle;
	width:8px;
	height:20px;
	*height:24px;
	overflow:hidden;
	background:url(/templets/default/static/images/ico-3.gif) 2px 8px no-repeat;
	font-size:0px;
}
.place{
	height:24px;
	line-height:24px;
	text-indent:18px;
	color:#999;
	background:transparent url(../images/green_skin.png) repeat-x scroll 0 -188px;
	border-top:1px solid #BADAA1;
	border-bottom:1px solid #BADAA1;
	overflow:hidden;
	font-family:ËÎÌå;
	margin-bottom:6px;
	text-align:left;
}
.place strong{
	color:#397CBE;
	font-weight:normal;
	letter-spacing:1px;
}
.place a{
	color:#397CBE;
	margin:0px 2px;
}
.place a:hover{
	color:#FF3366
	margin:0px 2px;
	TEXT-DECORATION: underline;
}
.pright{
	width:240px;
	float:right;
	overflow:hidden;
}
.dede_pages{
}
.dede_pages ul{
	float:left;
	padding:12px 0px 12px 16px;
}
.dede_pages ul li{
	float:left;
	font-family:Tahoma;
	line-height:17px;
	margin-right:6px;
	border:1px solid #E9E9E9;
}
.dede_pages ul li a{
	float:left;
	padding:2px 4px 2px;
	color:#555;
	display:block;
}
.dede_pages ul li a:hover{
	color:#690;
	text-decoration:none;
	padding:2px 4px 2px;
}
.dede_pages ul li.thisclass,
.dede_pages ul li.thisclass a,.pagebox ul li.thisclass a:hover{
	background-color:#F8F8F8;
	padding:2px 4px 2px;
	font-weight:bold;
}
.dede_pages .pageinfo{
	line-height:21px;
	padding:12px 10px 12px 16px;
	color:#999;
}
.dede_pages .pageinfo strong{
	color:#555;
	font-weight:normal;
	margin:0px 2px;
}
/*---------- index ---------*/
.index .bignews{
	width:424px;
	height:400px;
	float:right;
	border:1px solid #DADADA;
	overflow:hidden;
}
.index .bignews a{
	color:#555;
}
.index .bignews .onenews{
	margin:0 3px 0 3px;
	padding:7px 6px;
	border-bottom:1px dashed #EBEBEB;
}
.index .bignews .onenews h2{
	text-align:center;
	display:block;
	height:32px;
	line-height:28px;
}
.index .bignews .onenews h2 a{
	font-size:16px;
}
.index .bignews .onenews p{
	line-height:19px;
	color:#666;
}

.index .bignews div.newarticle{
	height:24px;
	background:url(/templets/default/static/images/new-article.gif) 8px 3px no-repeat;
	font-size:0px;
	color:#fff;
}

.index .bignews div.d1{
	padding:6px 10px;
	clear:both;
	width:406px;
	overflow:hidden;
}
.index .bignews div.d1arc{
	margin-right:12px;
	width:190px;
	float:left;
	height:24px;
	line-height:24px;
	overflow:hidden;
}
.index .bignews div.d1arc a {
	
}
.index .bignews ul.c2{
	width:416px;
	padding:0px 4px 0px;
	clear:both;
	overflow:hidden;
}
.index .bignews ul.c2 a {
	font-size:13px;
}
.index .flashnews{
	width:280px;
	height:192px;
	overflow:hidden;
	float:left;
}
.index .latestnews{
	width:280px;
	height:200px;
	margin-top:8px;
	float:left;
}
.index .latestnews dl dd{
	padding:2px 5px;
}
.index .latestnews ul a{
	color:#555;
}
.index .picnews{
	width:712px;
	float:left;
	clear:both;
	overflow:hidden;
	margin-top:9px;
	*margin-top:12px;
	_margin-top:0px;
}
.listbox{
	width:720px;
	overflow:hidden;
	float:left;
	clear:both;
	overflow:hidden;
}
.index .listbox dl{
	width:352px;
	margin-right:8px;
	margin-top:2px;
	float:left;
}
.index .listbox ul a{
	color:#666;
}
.index .usercenter .tbox dd{
	height:370px;
	display:none;
}
.index .usercenter .tbox dd#loading{
	display:block;
	text-align:center;
	line-height:200px;
	letter-spacing:2px;
	color:#999999;
}
.index .userlogin{
	padding-top:10px;
}
.index .userlogin .fb{
	height:37px;
}
.index .userlogin .fb span{
	float:left;
	width:60px;
	text-align:right;
	padding-right:6px;
	color:#888;
}
.index .userlogin .fb img{
	vertical-align:middle;
	margin-left:5px;
}
.index .userlogin .submit{
	text-align:center;
	padding-top:3px;
}
.index .userlogin .submit a{
	color:#003300;
	margin-left:7px;
}
.index .userinfo{
	
}
.index .userinfo .welcome{
	width:220px;
	height:24px;
	margin:12px auto;
	background:#F9F9F9;
	border-top:1px solid #EEE;
	border-bottom:1px solid #EEE;
	line-height:23px;
	text-indent:10px;
	color:#666;
}
.index .userinfo .welcome strong{
	color:#F60;
	font-weight:bold;
}
.index .userinfo .userface{
	width:60px;
	height:64px;
	overflow:hidden;
	padding-left:16px;
	padding-top:2px;
	float:left;
}
.index .userinfo .userface a{
	display:block;
	margin:0px auto;
	text-align:center;
}
.index .userinfo .userface a img{
	width:52px;
	height:52px;
	display:block;
	margin:0px auto 6px;
	padding:2px;
	border:1px solid #DDD;
}
.index .userinfo .mylink{
	width:144px;
	float:left;
	overflow:hidden;
}
.index .userinfo .mylink ul{
}
.index .userinfo .mylink ul li{
	width:72px;
	float:left;
	line-height:21px;
	text-indent:12px;
}
.index .userinfo .mylink ul li a{
	color:#555;	
}
.index .userinfo .uclink{
	height:31px;
	line-height:31px;
	clear:both;
	overflow:hidden;
	text-align:center;
	color:#DDD;
}
.index .userinfo .uclink a{
	color:#690;
	margin:0px 2px;
}
.index .latestlogin{
	padding-top:16px;
}
.index .latestlogin strong{
	width:102px;
	padding-left:6px;
	letter-spacing:1px;
	color:#555;
	display:block;
	line-height:21px;
	background:#FFF;
	position:relative;
	z-index:5;
}
.index .latestlogin ul{
	width:224px;
	border-top:1px solid #DDDDDD;
	padding-top:20px;
	z-index:3;
	margin:-12px auto 0px;
}
.index .commend dl dd{
	padding-top:0px;
}
.index .hot dl dd{
	padding-top:0px;
}
.index .hot dl dd .c1 li{
	width:210px;
	overflow:hidden;
}
.index .vote dl dd strong{
	display:block;
	line-height:27px;
	padding-left:8px;
	letter-spacing:1px;
	color:#3f7652;
	border-bottom:1px solid #DDDDDD;
	margin:0px 4px;
}
.index .vote dl dd .fb{
	padding-top:10px;
	height:21px;
	padding-left:10px;
	color:#555;
}
.index .vote dl dd .fb input{
	margin-right:4px;
}
.index .vote dl dd .submit{
	text-align:center;
	height:35px;
	padding-top:8px;
}
.index .vote dl dd .submit button{
	margin-right:10px;
}
.index .vote dl dd .submit a{
	color:#003300
}
/*---------- channel ---------*/
.channel .flashnews{
	width:280px;
	height:192px;
	overflow:hidden;
	float:left;
	background:#F00;
}
.channel .topcommand{
	width:424px;
	float:right;
	overflow:hidden;
}
.channel .topcommand dl dd{
	height:162px;
}
.channel .topcommand a{
	color:#666;
}
.channel .topcommand .onenews{
	padding:3px 12px;
	border-bottom:1px solid #EBEBEB;
}
.channel .topcommand .onenews h2{
	display:block;
	height:28px;
	line-height:25px;
}
.channel .topcommand .onenews h2 a{
	font-size:16px;
}
.channel .topcommand .onenews p{
	line-height:19px;
	color:#666;
}
.channel .picnews{
	width:712px;
	float:left;
	clear:both;
	overflow:hidden;
}
.channel .listbox{
	width:720px;
	overflow:hidden;
	float:left;
	clear:both;
	overflow:hidden;
}
.channel .listbox dl{
	width:352px;
	margin-right:8px;
	margin-top:8px;
	float:left;
}
.channel .listbox ul a{
	color:#666;
}


/*---------- viewbox ---------*/
.viewbox{
	width:712px;
	overflow:hidden;
	padding-bottom:8px;
}
.viewbox .title{
	height:56px;
	line-height:56px;
	text-align:center;
	overflow:hidden;
	padding-top:10px;
}
.viewbox .title h2{
	font-size:24px;
	color:#2b2b2b;
}
.viewbox .info{
	height:24px;
	line-height:17px;
	text-align:center;
	overflow:hidden;
	color:#666;
}
.viewbox .info small{
	margin-left:8px;
	margin-right:3px;
	color:#999;
	font-size:12px;
}
.viewbox .info a{
	color:#690;
}
.viewbox .intro{
	width:90%;
	padding:8px 16px;
	line-height:24px;
	background:#f5fcee;
	border:1px solid #DCDDDD;
	font-size:14px;
	color:#706A6A;
	margin:8px auto 0 auto;
}
.viewbox .infolist{
	width:368px;
	float:left;
}
.viewbox .infolist small{
	width:100px;
	text-align:right;
	display:block;
	float:left;
	font-size:12px;
	line-height:31px;
	color:#999;
	clear:left;
	height:31px;
	overflow:hidden;
}
.viewbox .infolist span{
	width:200px;
	line-height:30px;
	float:left;
	height:31px;
	overflow:hidden;
}
.viewbox .picview{
	width:320px;
	float:right;
	padding-right:24px;
	padding-top:16px;
}
.viewbox .labeltitle{
	height:23px;
	background:url(/templets/default/static/images/view-labeltitle-bg.gif) left 10px repeat-x;
	clear:both;
	overflow:hidden;
	margin:0px auto 0px;
	padding-top:10px;
}
.viewbox .labeltitle strong{
	width:80px;
	height:23px;
	line-height:23px;
	text-align:center;
	color:#FFF;
	letter-spacing:1px;
	display:block;
	float:left;
	background:url(/templets/default/static/images/view-labeltitle-bg.gif) left -44px no-repeat;
	overflow:hidden;
}

.viewbox .content{
	font-size:14px;
	padding:12px 16px;
	line-height:25px;
	color:#333;
}
.viewbox .dede_pages{
	width:712px;
	float:none;
	overflow:hidden;
	text-align:center;
}
.viewbox .dede_pages ul{
	margin:0px auto;
	float:none;
	clear:both;
	overflow:hidden;
	text-align:center;
	white-space:nowrap;
}
.viewbox .dede_pages ul li,.viewbox .dede_pages ul li a{
	float:none;
	display:inline;
}
.viewbox .boxoff{
	height:10px;
	overflow:hidden;
	clear:both;
	background:url(/templets/default/static/images/boxoff.gif) left 15px repeat-x;
	margin:4px auto;
	padding-top:10px;
}
.viewbox .boxoff strong{
	display:block;
	width:8px;
	height:10px;
	overflow:hidden;
	font-size:0px;
	line-height:100px;
	background:url(/templets/default/static/images/boxoff.gif) right -10px no-repeat;
	float:left;
}
.viewbox .newdigg{
	width:406px;
	height:51px;
	margin:8px auto;
	clear:both;
	overflow:hidden;
	padding-left:8px;
}
.viewbox .diggbox{
	width:195px;
	height:51px;
	float:left;
	margin-right:8px;
	overflow:hidden;
	cursor:pointer;
}
.viewbox .diggbox .digg_act{
	font-size:14px;
	float:left;
	line-height:31px;
	text-indent:32px;
	height:29px;
	overflow:hidden;
	font-weight:bold;
}
.viewbox .diggbox .digg_num{
	float:left;
	line-height:29px;
	text-indent:5px;
}
.viewbox .diggbox .digg_percent{
	width:180px;
	clear:both;
	padding-left:10px;
	overflow:hidden;
}
.viewbox .diggbox .digg_percent .digg_percent_bar{
	width:100px;
	height:7px;
	background:#E8E8E8;
	border-right:1px solid #CCC;
	float:left;
	overflow:hidden;
	margin-top:3px;
}
.viewbox .diggbox .digg_percent .digg_percent_num{
	font-size:10px;
	float:left;
	padding-left:10px;
}
.viewbox .diggbox .digg_percent .digg_percent_bar span{
	display:block;
	height:5px;
	overflow:hidden;
	background:#000;
}
.viewbox .newdigg .digg_good{
	background:url(/templets/default/static/images/newdigg-bg.png) left top no-repeat;
}
.viewbox .newdigg .digg_bad{
	background:url(/templets/default/static/images/newdigg-bg.png) right top no-repeat;
}
.viewbox .newdigg .digg_good .digg_act{
	color:#C30;	
}
.viewbox .newdigg .digg_good .digg_num{
	color:#C63;
}
.viewbox .newdigg .digg_bad .digg_act{
	color:#36C;	
}
.viewbox .newdigg .digg_bad .digg_num{
	color:#39C;
}
.viewbox .newdigg .digg_good .digg_percent .digg_percent_bar span{
	border:1px solid #E37F24;
	background:#FFC535;
}
.viewbox .newdigg .digg_bad .digg_percent .digg_percent_bar span{
	border:1px solid #689ACC;
	background:#94C0E4;
}
.viewbox .handle{
	height:59px;
	padding-top:12px;
	overflow:hidden;
	clear:both;
}
.viewbox .handle .digg{
	width:59px;
	height:59px;
	float:left;
	background:url(/templets/default/static/images/digg-bg.gif) no-repeat;
	margin-right:12px;
}
.viewbox .handle .digg .digg_num{
	width:56px;
	height:34px;
	font-size:20px;
	text-align:center;
	line-height:34px;
	overflow:hidden;
	color:#6B9169;
}
.viewbox .handle .digg .digg_act{
	width:56px;
	height:22px;
	line-height:23px;
	overflow:hidden;
}
.viewbox .handle .digg .digg_act a{
	margin-left:11px;
	color:#666;
	float:left;
}
.viewbox .handle .context{
	float:left;
}
.viewbox .handle .context ul li{
	line-height:29px;
	color:#888;
}
.viewbox .actbox{
	width:260px;
	text-align:center;
	float:right;
	padding-top:20px;
	padding-right:10px;
}
.viewbox .actbox ul li{
	display:inline;
	padding-left:22px;
	background-image:url(/templets/default/static/images/actbox-ico.gif);
	background-repeat:no-repeat;
	margin-right:10px;
}
.viewbox .actbox ul li a{
	color:#666;
}
.viewbox .actbox ul li#act-fav{
	background-position:4px 0px;
}
.viewbox .actbox ul li#act-err{
	background-position:4px -37px;
}
.viewbox .actbox ul li#act-pus{
	background-position:4px -73px;
}
.viewbox .actbox ul li#act-pnt{
	background-position:4px -109px;
}
.viewbox .downurllist{
	width:100%;
	clear:both;
	overflow:hidden;
	
}
.viewbox .downurllist li{
	height:27px;
	background:url(/templets/default/static/images/downurl-bg.gif) right top no-repeat;
	padding-right:4px;
	float:left;
	margin-right:10px;
	overflow:hidden;
	margin-top:10px;
}
.viewbox .downurllist li a{
	height:27px;
	background:url(/templets/default/static/images/downurl-bg.gif) left top no-repeat;
	display:block;
	font-size:12px;
	color:#555;
	text-indent:30px;
	line-height:27px;
	float:left;
	padding-right:5px;
}
.viewbox .downurllist li a:hover{
	color:#F63;
	text-decoration:none;
}
.viewbox .picbox{
	width:100%;
	text-align:center;
	padding-top:10px;
	font-size:14px;
	line-height:31px;
	overflow:hidden;
}
.viewbox .picbox img{
	display:block;
	margin:16px auto 6px;
}
.viewbox .picbox ul.e8{
	font-size:12px;
	line-height:normal;
}
.viewbox .picbox ul.e8 li .pic{
	background:none;
	border:1px solid #EEE;
	overflow:hidden;
}
.viewbox .picbox ul.e8 img{
	margin:3px;
	border:none;
}
.viewbox .picbox ul.e8 li .title{
	padding-top:0px;
}
.specialpic{
	width:200px;
	overflow:hidden;
	float:left;
	margin-right:20px;
	padding-top:10px;
}
.specialpic img{
	width:200px;
	display:block;
}
.speciallist{
	width:720px;
	overflow:hidden;
}
.speciallist dl.tbox{
	width:352px;
	margin-right:8px;
	margin-top:8px;
	float:left;
}
.storypic{
	width:160px;
	overflow:hidden;
	float:left;
	margin-right:20px;
	padding-top:10px;
}
.storypic img{
	width:160px;
	display:block;
}
.infos_userinfo{
	width:240px;
	overflow:hidden;
}
.infos_userinfo dd{
	padding:12px;
	overflow:hidden;
	background:#FFF;
}
.infos_userinfo dd .userface{
	width:52px;
	height:52px;
	padding:1px;
	border:1px solid #DDD;
	overflow:hidden;
	float:left;
	margin-right:8px;
}
.infos_userinfo dd .userface img{
	width:52px;
	height:52px;
	overflow:hidden;
	display:block;
}
.infos_userinfo dd .username{
	height:19px;
	line-height:19px;
	display:block;
	overflow:hidden;
	font-weight:bold;
	color:#F60;
}
.infos_userinfo dd .useract{
	width:140px;
	height:44px;
	overflow:hidden;
	float:left;
	padding-left:4px;
}
.infos_userinfo dd .useract-pm,.infos_userinfo  dd .useract-af{
	width:70px;
	float:left;
	line-height:19px;
	height:19px;
	overflow:hidden;
}
.infos_userinfo dd .useract-vi{
	display:block;
	clear:both;
	line-height:19px;
	height:19px;
	overflow:hidden;
	color:#666;
}
.infos_userinfo dd .userinfo-sp{
	height:25px;
	line-height:25px;
	clear:both;
	display:block;
	padding-left:10px;
}
.infos_userinfo dd .userinfo-sp small{
	font-size:12px;
	color:#AAA;
	margin-right:5px;
}
.infos_search dd{
	padding:4px 4px 12px 8px;
}
.infos_search dd select,.infos_search dd input,.infos_search dd button{
	margin-left:4px;
	margin-top:8px;
}
.infos_search dd select{
	font-size:14px;	
}
.tags_list dd{
	padding:4px 12px;
	line-height:220%;
}
.tags_list dd a{
	margin-right:10px;
	white-space:nowrap;
}
.tagc1{
	font-size:12px;
	color:#666;
}
.tagc2{
	font-size:14px;
	font-weight:bold;
	color:#555;
}
.sp-title{
	color:#888;
	padding:0px 12px;
	border-top:1px solid #EAEAEA;
	border-bottom:1px solid #EAEAEA;
	background:#f3fbea url(../images/search-top-bg.gif) repeat-x scroll;
	margin-bottom:8px;
}
.sp-title h2{
	font-size:14px;
	line-height:27px;	
}
.sp-title h2 a{
	margin-left:6px;
	color:#03541F;
}
.sp-title .more{
	float:right;
	margin:-27px 0px;
	line-height:27px;
}
.linkbox{
	padding:10px 8px;
	border-bottom:1px solid #EEE;
}
.linkbox h3,.linkbox h3 a{
	font-size:14px;
	color:#693;
}
.buycar{
	
}
.buycar h2{
	font-size:14px;
	color:#F60;
	line-height:31px;
}
.buycar .flow{
	width:100%;
	border-left:1px solid #DEE79E;
	border-right:1px solid #DEE79E;
	border-top:1px solid #DEE79E;
/*	border-collapse:collapse;*/
	margin-bottom:16px;
}
.buycar .flow td{
	height:23px;
	line-height:19px;
	background:#F8FAEB;
	text-align:center;
	color:#888;
	overflow:hidden;
	border-right:1px solid #EFF3CF;
	border-bottom:1px solid #EFF3CF;
	border-top:3px solid #FFF;
	letter-spacing:3px;
}
.buycar .flow td.thisclass{
	background:#FFF;
	border-bottom:1px solid #FFF;
	border-top:3px solid #F8FAEB;
	font-weight:bold;
	color:#333;
}
.flinkbox{
	padding:4px 10px;
}
.formbox{
	width:90%;
	margin:0px auto;
}
.formbox .fb{
	width:100%;
	clear:both;
	overflow:hidden;
	padding-top:10px;
	margin:0px auto;
}
.formbox .fb .name{
	width:180px;
	float:left;
	height:31px;
	text-align:right;
	padding-right:10px;
	line-height:31px;
	font-size:14px;
	color:#666;
	display:block;
}
.formbox .fb .value{
	float:left;
}
.formbox .fb .value img{
	vertical-align:middle;
}
.dede_comment{
	padding-bottom:6px;
}
/*ÆÀÂÛ
------------*/
.decmt-box2{
	width:98%;
	padding:6px 5px;
	margin:0px auto;
	overflow:hidden;
	clear:both;
}
.decmt-box2 span.fr{
	float:right;	
	}
.decmt-box2 span.title{
	float:left;
	line-height:20px;
	width:600px;
	}
.decmt-box2 ul{
	}
.decmt-box2 ul li{
	width:100%;
	border-bottom:1px dashed #ccc;
	padding-bottom:10px;
	overflow:hidden;
	}
.decmt-box2 ul li a.plpic{
	float:left;
	width:40px;
	height:40px;
	padding:2px;
	border:1px solid #DFD9B9;
	background:#F9FDED;
	margin-right:5px;
	overflow:hidden;
	}
.decmt-box2 ul li p{
	float:left;
	width:630px;
	line-height:22px;
	}
.decmt-box2 .comment_act{
	float:left;
	width:630px;
	line-height:20px;
	color:#aeaeae;
	}
.decmt-box2 .comment_act a{
	color:#aeaeae;
	}
    
    
.decmt-box{
	width:98%;
	padding:6px 5px;
	margin:0px auto;
	overflow:hidden;
	clear:both;
}
.decmt-box span.fr{
	float:right;	
	}
.decmt-box span.title{
	float:left;
	line-height:20px;
	width:600px;
	}
.decmt-box ul{
	}
.decmt-box ul li{
	width:100%;
	border-bottom:1px dashed #ccc;
	padding-bottom:10px;
	overflow:hidden;
	}
.decmt-box ul li a.plpic{
	float:left;
	width:40px;
	height:40px;
	padding:2px;
	border:1px solid #DFD9B9;
	background:#F9FDED;
	margin-right:5px;
	overflow:hidden;
	}
.decmt-box ul li p{
	float:left;
	width:630px;
	line-height:22px;
	}
.decmt-box .comment_act{
	float:left;
	width:630px;
	line-height:20px;
	color:#aeaeae;
	}
.decmt-box .comment_act a{
	color:#aeaeae;
	}
	
.decmt-box1{
	width:98%;
	padding:6px 5px;
	margin:0px auto;
	overflow:hidden;
	clear:both;
}
.decmt-box1 span.fr{
	float:right;	
	}
.decmt-box1 span.title{
	float:left;
	line-height:20px;
	width:600px;
	}
.decmt-box1 ul{
	}
.decmt-box1 ul li{
	width:100%;
	border-bottom:1px dashed #ccc;
	padding:10px 0;
	overflow:hidden;
	}
.decmt-box1 ul li a.plpic{
	float:left;
	width:40px;
	height:40px;
	padding:2px;
	border:1px solid #DFD9B9;
	background:#F9FDED;
	margin-right:5px;
	overflow:hidden;
	}
.decmt-box1 ul li p{
	float:left;
	width:880px;
	line-height:22px;
	}
.decmt-box1 .comment_act{
	float:left;
	width:880px;
	line-height:20px;
	color:#aeaeae;
	}
.decmt-box1 .comment_act a{
	color:#aeaeae;
	}


.dede_comment .decmt-box .decmt-title{
	line-height:19px;
	color:#999;
	font-family:Tahoma;
}
.dede_comment .decmt-box .decmt-title span{
	margin-right:2px;
	vertical-align:middle;
}
.dede_comment .decmt-box .decmt-title .moodico{
	height:18px;
	width:18px;
	display:inline-block;
}
.dede_comment .decmt-box .decmt-title .username{
	color:#669;
}
.dede_comment .decmt-box .decmt-title .username a{
	color:#669;
}
.dede_comment .decmt-box .decmt-title .username a:hover{
	text-decoration:none;
	color:#690;
}
.dede_comment .decmt-box .decmt-title .ip{
	color:#669;
	font-size:11px;
}
.dede_comment .decmt-box .decmt-title .date{
	color:#555;
	font-size:11px;
}
.dede_comment .decmt-box .decmt-act{
	float:right;
	margin-top:-18px;
	padding-right:10px;
	position:relative;
	clear:both;
	color:#999;
}
.dede_comment .decmt-box .decmt-act span{
	margin-right:7px;
}
.dede_comment .decmt-box .decmt-act span a{
	color:#888;
}
.dede_comment .decmt-box .decmt-content{
	color:#555;
	line-height:21px;
	clear:both;
	width:99%;
	margin:2px auto 0px;
/*	background:url(/templets/default/static/images/ico-comment-quote.gif) 0px 4px no-repeat;
	text-indent:18px;*/
}
.dede_comment .decmt-box .decmt-content img{
	vertical-align:middle;
}
.decmt-box,.decmt-content .decmt-box,.dede_comment .decmt-box .decmt-box {
	background:#FFE;
	border:1px solid #CCC;
	margin:6px auto;
}
.dede_comment .decmt-box .decmt-box .decmt-title{
	text-indent:4px;
}
.dede_comment .decmt-box .decmt-box .decmt-content{
	color:#555;
}
.nocomment{
	padding:10px;
	color:#666;
}
.dede_comment_post{
	padding:5px;
}
.dcmp-title{
	line-height:25px;
}
.dcmp-title strong{
	color:#444;
	font-weight:normal;
}
.dcmp-title small{
	font-size:12px;
	color:#999999;
}
.dcmp-stand{
	float:right;
	margin-top:-18px;
	padding-right:10px;
	position:relative;
	clear:both;
	color:#999;
}
.dcmp-stand strong{
	font-weight:normal;
	color:#444;
}
.dcmp-stand input{
	margin-right:2px;
}
.dcmp-stand img{
	vertical-align:middle;
	margin-right:2px;
}
.dcmp-content{
	padding-top:8px;
}
.dcmp-content textarea{
	height:100px;
	width:450px;
	float:left;
}
.dcmp-content1{
	/*width:700px;*/
	padding-top:8px;
}
.dcmp-content1 textarea{
	height:100px;
	width:700px;
	float:left;
}
.dcmp-mood{
	height:25px;
	width:212px;
	margin-top:8px;
	float:right;
}
.dcmp-mood strong{
	float:left;
	color:#444;
	font-weight:normal;
	line-height:25px;
}
.dcmp-mood ul{
	float:left;
}
.dcmp-mood ul li{
	float:left;
	margin-right:8px;
	height:30px;
}
.dcmp-mood ul li input,.dcmp-mood ul li img{
	vertical-align:middle;
	margin-right:4px;
	*margin-right:0px;
}
.dcmp-post{
	height:35px;
	overflow:hidden;
	clear:both;
	color:#444;	
	padding:5px 0 10px 0;
}
.dcmp-post .dcmp-userinfo{
	float:left;
	margin-right:6px;

}
.dcmp-post .dcmp-userinfo input{
	height:13px;
	padding-right:0px;
}
.dcmp-post .dcmp-userinfo input,.dcmp-post .dcmp-userinfo img{
	vertical-align:middle;
	margin:5px;
}
.dcmp-post .dcmp-submit{
	float:left;
	padding-top:6px;
}
.dcmp-post .dcmp-submit input,.dcmp-post .dcmp-submit button{
	vertical-align:middle;
}
.dcmp-post .dcmp-submit button{
	width:70px;
	height:25px;
	border:none;
	background:url(/templets/default/static/images/btn-bg2.gif) no-repeat;
	line-height:25px;
	letter-spacing:1px;
	overflow:hidden;
	color:#444;
	cursor:pointer;
	margin-left:5px;

}

/* ´úÂë¸ßÁÁ */
pre{font-family:'Courier New' , Monospace; font-size:12px; width:99%; overflow:auto; margin:0 0 1em 0; background:#F7F7F7; }
pre ol, pre ol li, pre ol li span{margin:0 0; padding:0; border:none}
pre a, pre a:hover{background:none; border:none; padding:0; margin:0}
pre ol{list-style:decimal; background:#F7F7F7; margin:0px 0px 1px 3em !important; padding:5px 0; color:#5C5C5C; border-left:3px solid #146B00;}
pre ol li{list-style:decimal-leading-zero; list-style-position:outside !important; color:#5C5C5C; padding:0 3px 0 10px !important; margin:0 !important; line-height:1.3em}
pre ol li.alt{color:inherit}
pre ol li span{color:black; background-color:inherit}
pre .comment, pre .comments{color:#008200; background-color:inherit}
pre .string{color:blue; background-color:inherit}
pre .keyword{color:#069; font-weight:bold; background-color:inherit}
pre .preprocessor{color:gray; background-color:inherit}
pre .dp-xml .cdata{color:#ff1493}
pre .dp-xml .tag, pre .dp-xml .tag-name{color:#069; font-weight:bold}
pre .dp-xml .attribute{color:red}
pre .dp-xml .attribute-value{color:blue}
pre .dp-sql .func{color:#ff1493}
pre .dp-sql .op{color:#808080}
pre .dp-rb .symbol{color:#a70}
pre .dp-rb .variable{color:#a70; font-weight:bold}
pre .dp-py .builtins{color:#ff1493}
pre .dp-py .magicmethods{color:#808080}
pre .dp-py .exceptions{color:brown}
pre .dp-py .types{color:brown; font-style:italic}
pre .dp-py .commonlibs{color:#8A2BE2; font-style:italic}
pre .dp-j .annotation{color:#646464}
pre .dp-j .number{color:#C00000}
pre .dp-delphi .number{color:blue}
pre .dp-delphi .directive{color:#008284}
pre .dp-delphi .vars{color:#000}
pre .dp-css .value{color:black}
pre .dp-css .important{color:red}
pre .dp-c .vars{color:#d00}
pre .dp-cpp .datatypes{color:#2E8B57; font-weight:bold}

#commetpages {
	text-align:center;
	line-height:28px;
}

#commetpages a {
	border:1px solid #BADAA1;
	padding:0 3px 0 3px;
}<!--ºÄÊ±1784925706.533Ãë-->