﻿@charset "utf-8";
/*==========@@HTML默认 开始@@==========*/
/*基本*/
*{ padding:0px; margin:0px }
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6, pre, code,
form, fieldset, legend, input, button,
textarea, p, blockquote, th, td { margin: 0; padding: 0;}
body{
	color:#000;
	padding:0px; 
	margin:0px auto;
	font-family: 微软雅黑;
	font-size:14px;
	/*background:url(../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;
	font-size: 16px;
}
b,strong {font-weight: bold;}
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;}

/*树形菜单*/
#menu a{ text-decoration:none; color:#000; background: transparent;  outline:none; padding:3px 5px; font-size:13px;}
#menu a.current{ background:green; color:#FFFFFF}
#menu a:visited {}
#menu a:focus { outline:none; }
#menu a:hover{background:green; color:#FFFFFF}
a:active{ color:#FFFFFF; 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; }

/*对齐方式*/
.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(../images/button.jpg) no-repeat 0 -24px; 
	border: 0;    color: #FFFFFF; cursor: pointer;
    font-weight: bold;  
	text-align:center;
}
a.btn:hover {background: url(../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(../images/order_bg.jpg) no-repeat; color: #fff;}
a.btn1:hover {background: url(../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(../images/form_bg.jpg) repeat-x 0px 0px;
}
.form_text:hover {
	padding: 2px; height:20px;
	clip: rect;
	color: #000000;background-color: #fff;
    border-color: #a0a0a0 #cbd9eb #cbd9eb #a0a0a0;
	border-width:1px;
	background: url(../images/form_bg.jpg) repeat-x;
	background-position: 0px -37px;
}
.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(../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(../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(../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; 
}
.form_button:hover{ background: url(../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;}

/*功能比较表格*/
table.comparetable{margin: 3px auto; padding: 0px;  border-collapse: collapse; border:1px solid #ddd; text-align:center}
table.comparetable tr{ cursor: pointer}
table.comparetable tr:hover{ background:#F5F5F5; }
table.comparetable th{ padding:3px; text-align:center; font-weight:bold; border:1px solid #ddd;border-top:none;border-left:none;}
table.comparetable td{ padding:3px; text-align:left; border:1px solid #ddd;border-top:none;border-left:none;}
/*==========@@通用 结束@@==========*/


/*==========@@布局  开始@@==========*/
/*模型body*/
.body_index, .body_article, .body_download, .body_picture, .body_product, .body_single, .body_video, .body_job, .body_feedback, body_guestbook{}
.index, .single, .article, .picture, .download, .video, .product, .job, .guestbook, .feedback{
	width:98%;
	margin:5px auto; 
}
#top, #logo, #navigation, #banner, #location, #announcement, #link, #copyright {
	 width:1000px;  margin:0 auto; overflow:hidden; border:0px dashed red;
}
#left { float:left; width:250px; }
#center{}
#right { float:right; width:740px; border-left:0px solid #E5E5E5; padding-left:0px; }
/*==========@@布局  结束@@==========*/


/*==========@@公共板块  开始@@==========*/
/*Logo*/
#logo_main { }
#logo {overflow:hidden;  background:url(../images/logo_bg.jpg) repeat-x; }
#logo .WebLogo{ float:left;}

/*导航*/
#navigation_main { background:url(../images/navigation_bg.jpg) repeat-x;}
#navigation { height:49px;  }
#navigation ul.navigationlist li { float:left; line-height:49px; text-align:center;  }
#navigation ul.navigationlist li a { display:block; padding:0px 15px; 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;}
#navigation  ul.subnavigationlist li a { display:block; white-space:nowrap; font-weight:normal; color:#FFF; font-size:12px; padding:0px 15px; 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;}
#announcement .announcement_title{ float:left;font-weight:bold; text-indent:35px; background:url(../images/ann.gif) no-repeat 8px center; width:150px;}
#announcement .announcement_body{float:left; width:750px;}
#announcement .announcement_bottom{float:right; width:100px; }
.announcementlist{ }
.announcementlist li { line-height:35px; }


/*当前位置*/
#location_main {} 
#location {height:35px; margin-top:5px;text-indent: 22px;line-height:35px; background-color:#f0f0f0; color:#0B3B7D;}

/*子频道列表*/
.subchannellist { }
.subchannellist li { line-height:24px; padding:1px;background:url(../images/ul_left_common.gif) left no-repeat; }
.subchannellist li a { display:block; padding:0 5px 0 25px; color:#000;}
.subchannellist li a:hover {  color:red; text-decoration:none; }
.subchannellist #current a {  font-weight:bold; color:red; }
.subchannellist .depth1{ font-size:12px; font-weight:bold;}
.subchannellist .depth2{ font-size:12px; text-indent:1.5em;}
.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}

/*搜索 */
table.search_table{ width:99%; text-align:center;}
table.search_table th{ vertical-align:middle; text-align:center; padding:0px 3px;}
table.search_table td{ vertical-align:middle; width:90px; padding:0px 3px;}


/* 版权信息 */
#copyright_main { color:#BBB; background-color: #004594; }
#copyright { padding:10px 0;  }
#copyright .bottom_navigation{text-align: center;padding: 5px 0px; }
#copyright a {color: #BBB; text-decoration: none;}
#copyright a:hover {color: #ffe400; 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;}

/*分页样式*/
.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}
/*==========@@公共板块  结束@@==========*/


/*==========@@频道页面 开始@@==========*/
/*===公共字段 开始===*/
.RelatedChannel{ border-top:1px dotted #000000; font-weight:bold; font-size:20px; line-height:40px; margin-top:10px;}
/*一级标题*/
.ChannelName, .ChannelName h1{
	line-height: 40px;
}
/*二级标题*/
.ChannelContent h2, .ChannelContent h2 strong{
	border-bottom: 1px solid #D9D9D9;
	display: block;
	height: 35px;
	line-height: 35px;
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0px;
	background: #eee;
}

.ChannelContent h2 em{
	font-style:normal; padding:0px 10px; 
	background:#008000;
 	color:#FFF; margin:0px 10px 0px 5px;
	border-radius:8px; -webkit-border-radius:8px; -moz-border-radius:8px;-o-border-radius:8px;
 }

.ChannelContent, .ChannelContent p{ line-height:1.8em; font-size:16px; margin-bottom:15px;}
.ChannelContent h5{ font-size:14px; color:#00F; margin: 0px; padding:0px; font-weight:bold;}
.ChannelSContent{}
.ChannelContent img, .InfoContent img{ max-width:100%; }

.InfoTitle{ font-weight:normal; text-align:center; vertical-align:middle;   color:#900; padding:5px 0px}
.InfoTitle h1{ font-size:16px; line-height: 1.5em; }
.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%}
.info_from_wrap{ padding:0 10px; text-align:center; color:#999; border:1px dashed #ccc; line-height:30px; margin-bottom:5px;}
.info_from_wrap a { color:#999; }
.info_from_wrap a:hover { color:#555; }
.info_previous_next_wrap{ background:#F0F0F0; padding:5px; border:1px solid #E3E3E3; line-height:1.8em}

.info_product_detail_wrap{ line-height: 2.2em;}
.info_product_detail_wrap b{color: #626262; font-weight:bold;}
.info_product_detail_wrap table.detail_table{ width:100%; }
.info_product_detail_wrap table.detail_table th{ width: 200px;}
.ProductDescription{ height:40px; background:url(../images/product_bg.jpg) left center; padding-left:35px; line-height:40px; font-size:16px; font-weight:bold;}
.product  .info_product_detail_wrap img{ width:195px; height:195px;float:left;  text-align:left }
.product  .InfoTitle{  font-size:16px; font-weight:bold; text-align:left; padding:10px 0px;}
.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; background:url(../images/about_bg.jpg); padding:5px; overflow:hidden; margin-bottom:10px;}
.index .ChannelContent a{ color: #ff9d02}
.index #left{ float: right}
.index #right{ float: left}
/*===首页 结束===*/


/*===反馈频道 开始===*/
.feedback{ }
table.feedback_table{ width:99%; text-align:center; margin:0 auto;}
table.feedback_table th{ width:100px; text-align:left; font-weight:bold;}
table.feedback_table td{  text-align:left;}
table.feedback_table .operation{text-align:center}
/*===反馈频道 结束===*/
/*==========@@频道页面 结束@@==========*/


/*==========@@通用列表 开始@@==========*/
/*文字列表*/
.textlist{}
.textlist li { line-height:26px; height:26px;padding-left:8px; background:url(../images/icon3.gif) no-repeat 0 center; overflow:hidden;}

/*带缩略图文字列表*/
.thumblist{}
.thumblist li {}

/*橱窗列表*/
.gridlist{ }
.gridlist li { float:left; text-align:center; margin:0px 6px;  width:167px; height:195px; overflow:hidden; display:inline /*解决ie6 双边距bug*/;}
.gridlist li img { border:1px solid #999999; width:165px; height:165px;}
.gridlist li a { white-space:nowrap; line-height:28px;}
.gridlist li a:hover img { border:1px solid #034b9f; }

/*视频列表*/
.videolist{ }
.videolist li { width:350px; float:left; padding:0px 5px; text-align:center; overflow:hidden;}
.videolist li a { white-space:nowrap; line-height:28px;}
/*==========@@通用列表  结束@@==========*/

/*==========@@treeview样式 开始@@==========*/
.treeview, .treeview ul {padding: 0;margin: 0;list-style: none;}
.treeview ul {margin-top: 4px;}
.treeview .hitarea {
	background: url(../images/treeview-default.gif) -64px -25px no-repeat;
	height: 16px;width: 16px;margin-left: -16px;float: left;cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {	display: inline;	float:none;}
.treeview li {	margin: 0;	padding: 3px 0pt 3px 16px;}
.treeview a.selected {	background-color: #eee;}
#treecontrol { margin: 1em 0; display: none; }
.treeview .hover { color: red; cursor: pointer; }
.treeview li { background: url(../images/treeview-default-line.gif) 0 0 no-repeat; }
.treeview li.collapsable, .treeview li.expandable { background-position: 0 -176px; }
.treeview .expandable-hitarea { background-position: -80px -3px; }
.treeview li.last { background-position: 0 -1766px }
.treeview li.lastCollapsable, .treeview li.lastExpandable { background-image: url(../images/treeview-default.gif); }
.treeview li.lastCollapsable { background-position: 0 -111px }
.treeview li.lastExpandable { background-position: -32px -67px }
.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { background-position: 0; }
.treeview-red li { background-image: url(../images/treeview-red-line.gif); }
.treeview-red .hitarea, .treeview-red li.lastCollapsable, .treeview-red li.lastExpandable { background-image: url(../images/treeview-red.gif); }
.treeview-black li { background-image: url(../images/treeview-black-line.gif); }
.treeview-black .hitarea, .treeview-black li.lastCollapsable, .treeview-black li.lastExpandable { background-image: url(../images/treeview-black.gif); }
.treeview-gray li { background-image: url(../images/treeview-gray-line.gif); }
.treeview-gray .hitarea, .treeview-gray li.lastCollapsable, .treeview-gray li.lastExpandable { background-image: url(../images/treeview-gray.gif); }
.treeview-famfamfam li { background-image: url(../images/treeview-famfamfam-line.gif); }
.treeview-famfamfam .hitarea, .treeview-famfamfam li.lastCollapsable, .treeview-famfamfam li.lastExpandable { background-image: url(../images/treeview-famfamfam.gif); }
.treeview .placeholder {background: url(../images/ajax-loader.gif) 0 0 no-repeat;	height: 16px;width: 16px;display: block;}
.filetree li { padding: 2px 0 2px 16px;  outline:0px solid red;}
.filetree span.folder, .filetree span.file { padding: 1px 0 1px 16px; display: block; }
.filetree span.folder { background: url(../images/folder.gif) 0 0 no-repeat; }
.filetree li.expandable span.folder { background: url(../images/folder-closed.gif) 0 0 no-repeat; }
.filetree span.file { background: url(../images/file.gif) 0 0 no-repeat; }
/*==========@@treeview样式 结束@@==========*/


/*==========@@shcore.css代码美化 开始==========@@*/
.syntaxhighlighter a,
.syntaxhighlighter div,
.syntaxhighlighter code,
.syntaxhighlighter table,
.syntaxhighlighter table td,
.syntaxhighlighter table tr,
.syntaxhighlighter table tbody,
.syntaxhighlighter table thead,
.syntaxhighlighter table caption,
.syntaxhighlighter textarea {
  -moz-border-radius: 0 0 0 0 !important;
  -webkit-border-radius: 0 0 0 0 !important;
  background: none !important;
  border: 0 !important;
  bottom: auto !important;
  float: none !important;
  height: auto !important;
  left: auto !important;
  line-height: 1.6em !important;
  margin: 0 !important;
  outline: 0 !important;
  overflow: visible !important;
  padding: 0 !important;
  position: static !important;
  right: auto !important;
  text-align: left !important;
  top: auto !important;
  vertical-align: baseline !important;
  width: auto !important;
  box-sizing: content-box !important;
  font-family: "Consolas", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace !important;
  font-weight: normal !important;
  font-style: normal !important;
  font-size: 1em !important;
  min-height: inherit !important;
  min-height: auto !important;
}

.syntaxhighlighter {  width: 100% !important;  margin: 1em 0 1em 0 !important;  position: relative !important;  overflow: hidden !important; /*by wang 原来为auto*/
  font-size: 1em !important;}
.syntaxhighlighter.source {  overflow: hidden !important;}
.syntaxhighlighter .bold {  font-weight: bold !important;}
.syntaxhighlighter .italic {  font-style: italic !important;}
.syntaxhighlighter .line {  white-space: pre !important;}
.syntaxhighlighter table {  width: 100% !important;}
.syntaxhighlighter table caption {
  text-align: left !important;
  padding: .5em 0 0.5em 1em !important;
}
.syntaxhighlighter table td.code {  width: 100% !important;}
.syntaxhighlighter table td.code .container {  position: relative !important;}
.syntaxhighlighter table td.code .container textarea {
  box-sizing: border-box !important;
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  height: 100% !important;
  border: none !important;
  background: white !important;
  padding-left: 1em !important;
  overflow: hidden !important;
  white-space: pre !important;
}
.syntaxhighlighter table td.gutter .line {  text-align: right !important;  padding: 0 0.5em 0 1em !important;}
.syntaxhighlighter table td.code .line {  padding: 0 1em !important;}
.syntaxhighlighter.nogutter td.code .container textarea, .syntaxhighlighter.nogutter td.code .line {  padding-left: 0em !important;}
.syntaxhighlighter.show {  display: block !important;}
.syntaxhighlighter.collapsed table {  display: none !important;}
.syntaxhighlighter.collapsed .toolbar {
  padding: 0.1em 0.8em 0em 0.8em !important;
  font-size: 1em !important;
  position: static !important;
  width: auto !important;
  height: auto !important;
}
.syntaxhighlighter.collapsed .toolbar span {  display: inline !important;  margin-right: 1em !important;}
.syntaxhighlighter.collapsed .toolbar span a {  padding: 0 !important;  display: none !important;}
.syntaxhighlighter.collapsed .toolbar span a.expandSource {  display: inline !important;}
.syntaxhighlighter .toolbar {
  position: absolute !important;
  right: 1px !important;
  top: 1px !important;
  width: 11px !important;
  height: 11px !important;
  font-size: 10px !important;
  z-index: 10 !important;
}
.syntaxhighlighter .toolbar span.title {  display: inline !important;}
.syntaxhighlighter .toolbar a {
  display: block !important;
  text-align: center !important;
  text-decoration: none !important;
  padding-top: 1px !important;
}
.syntaxhighlighter .toolbar a.expandSource {  display: none !important;}
.syntaxhighlighter.ie {  font-size: .9em !important; padding: 1px 0 1px 0 !important;}
.syntaxhighlighter.ie .toolbar {  line-height: 8px !important;}
.syntaxhighlighter.ie .toolbar a {  padding-top: 0px !important;}
.syntaxhighlighter.printing .line.alt1 .content,
.syntaxhighlighter.printing .line.alt2 .content,
.syntaxhighlighter.printing .line.highlighted .number,
.syntaxhighlighter.printing .line.highlighted.alt1 .content,
.syntaxhighlighter.printing .line.highlighted.alt2 .content {  background: none !important;}
.syntaxhighlighter.printing .line .number {  color: #bbbbbb !important;}
.syntaxhighlighter.printing .line .content {  color: black !important;}
.syntaxhighlighter.printing .toolbar {  display: none !important;}
.syntaxhighlighter.printing a {  text-decoration: none !important;}
.syntaxhighlighter.printing .plain, .syntaxhighlighter.printing .plain a { color: black !important;}
.syntaxhighlighter.printing .comments, .syntaxhighlighter.printing .comments a {  color: #008200 !important;}
.syntaxhighlighter.printing .string, .syntaxhighlighter.printing .string a { color: blue !important;}
.syntaxhighlighter.printing .keyword {  color: #006699 !important;  font-weight: bold !important;}
.syntaxhighlighter.printing .preprocessor {  color: gray !important;}
.syntaxhighlighter.printing .variable {  color: #aa7700 !important;}
.syntaxhighlighter.printing .value {  color: #009900 !important;}
.syntaxhighlighter.printing .functions {  color: #ff1493 !important;}
.syntaxhighlighter.printing .constants { color: #0066cc !important;}
.syntaxhighlighter.printing .script {  font-weight: bold !important;}
.syntaxhighlighter.printing .color1, .syntaxhighlighter.printing .color1 a {  color: gray !important;}
.syntaxhighlighter.printing .color2, .syntaxhighlighter.printing .color2 a {  color: #ff1493 !important;}
.syntaxhighlighter.printing .color3, .syntaxhighlighter.printing .color3 a {  color: red !important;}
.syntaxhighlighter.printing .break, .syntaxhighlighter.printing .break a {  color: black !important;}
/*==========@@shcore.css代码美化 结束==========@@*/

/*==========@@shCoreDefault.css代码美化 开始==========@@*/
.syntaxhighlighter {  background-color: white !important;}
.syntaxhighlighter .line.alt1 {  background-color: white !important;}
.syntaxhighlighter .line.alt2 {  background-color: #F8F8F8 !important;}
.syntaxhighlighter .line.highlighted.alt1, .syntaxhighlighter .line.highlighted.alt2 {  background-color: #e0e0e0 !important;}
.syntaxhighlighter .line.highlighted.number {  color: black !important;}
.syntaxhighlighter table caption {  color: black !important;}
.syntaxhighlighter .gutter {  color: #afafaf !important;}
.syntaxhighlighter .gutter .line {  border-right: 3px solid #6ce26c !important;}
.syntaxhighlighter .gutter .line.highlighted {  background-color: #6ce26c !important;  color: white !important;}
.syntaxhighlighter.printing .line .content {  border: none !important;}
.syntaxhighlighter.collapsed {  overflow: visible !important;}
.syntaxhighlighter.collapsed .toolbar {  color: blue !important;  background: white !important;  border: 1px solid #6ce26c !important;}
.syntaxhighlighter.collapsed .toolbar a {  color: blue !important;}
.syntaxhighlighter.collapsed .toolbar a:hover {  color: red !important;}
.syntaxhighlighter .toolbar {  color: white !important;  background: #6ce26c !important;  border: none !important;  display:none; /*by wang*/}
.syntaxhighlighter .toolbar a {  color: white !important;}
.syntaxhighlighter .toolbar a:hover {  color: black !important;}
.syntaxhighlighter .plain, .syntaxhighlighter .plain a {  color: black !important;}
.syntaxhighlighter .comments, .syntaxhighlighter .comments a {  color: #008200 !important;}
.syntaxhighlighter .string, .syntaxhighlighter .string a {  color: blue !important;}
.syntaxhighlighter .keyword {  color: #006699 !important;}
.syntaxhighlighter .preprocessor {  color: gray !important;}
.syntaxhighlighter .variable {  color: #aa7700 !important;}
.syntaxhighlighter .value {  color: #009900 !important;}
.syntaxhighlighter .functions {  color: #ff1493 !important;}
.syntaxhighlighter .constants {  color: #0066cc !important;}
.syntaxhighlighter .script {  font-weight: bold !important;  color: #006699 !important;  background-color: none !important;}
.syntaxhighlighter .color1, .syntaxhighlighter .color1 a {  color: gray !important;}
.syntaxhighlighter .color2, .syntaxhighlighter .color2 a {  color: #ff1493 !important;}
.syntaxhighlighter .color3, .syntaxhighlighter .color3 a {  color: red !important;}
.syntaxhighlighter .keyword {  font-weight: bold !important;}
/*==========@@shCoreDefault.css代码美化 结束==========@@*/.重点标注 {
	color: #F00;
}
.body_single .single .ChannelName .ChannelName h1 .ChannelContent {
	font-weight: bold;
}
.body_single .single .ChannelContent pre {
	color: #000;
}
.body_single .single .ChannelContent pre {
	color: #000;
	font-size: 16px;
}
.body_single .single .ChannelContent pre {
	font-size: 16px;
}
