@charset "utf-8";
/*
* css rest
*/
html {
	-webkit-text-size-adjust: none;
	color: #000;
	background: #FFF
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
fieldset, img {
	border: 0;
	vertical-align: middle
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: 400
}
ol, ul {
	list-style: none
}
caption, th {
	text-align: left
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: 700
}
q:before, q:after {
	content: ''
}
abbr, acronym {
	border: 0;
	font-variant: normal
}
sup {
	vertical-align: text-top
}
sub {
	vertical-align: text-bottom
}
input, textarea, select, button {
	font-family: inherit;
	font-weight: inherit;
	font-size: 100%
}
legend {
	color: #000
}
:focus {
	outline: 0
}
ins {
	text-decoration: underline
}
del {
	text-decoration: line-through
}
/*
* common css
*/
body {
	font: 12px/25px "微软雅黑", "Microsoft Yahei";
	color: #555
}
a:link, a:visited {
	color: #333;
	text-decoration: none
}
a:hover, a:active {
	color: #3C96EE
}
a:hover {
	text-decoration: underline
}
.red, a.red {
	color: red
}
.gray, a.gray {
	color: gray
}
.green, a.green {
	color: green
}
.blue, a.blue {
	color: #4190e3
}
.orange, a.orange {
	color: #f60
}
.black, a.black {
	color: #000
}
.white, a.white {
	color: #FFF
}
.strong {
	font-weight: 700
}
.hide {
	display: none
}
.fl, .fr {
	display: inline;
}
.fl {
	float: left
}
.fr {
	float: right
}
.pipe {
	color: #CCC;
	margin: 0 5px
}
.ml5 {
	margin-left: 5px
}
.mr5 {
	margin-right: 5px
}
.mt5 {
	margin-top: 5px
}
.mb5 {
	margin-bottom: 5px
}
.m5 {
	margin: 5px
}
.ml10 {
	margin-left: 10px
}
.mr10 {
	margin-right: 10px
}
.mt10 {
	margin-top: 10px
}
.mb10 {
	margin-bottom: 10px
}
.m10 {
	margin: 10px
}
.ml20 {
	margin-left: 20px
}
.mr20 {
	margin-right: 20px
}
.mt20 {
	margin-top: 20px
}
.mb20 {
	margin-bottom: 20px
}
.m20 {
	margin: 20px
}
.ml220 {
	margin-left: 220px;
}
.pl5 {
	padding-left: 5px
}
.pr5 {
	padding-right: 5px
}
.pt5 {
	padding-top: 5px
}
.pb5 {
	padding-bottom: 5px
}
.p5 {
	padding: 5px
}
.pl10 {
	padding-left: 10px
}
.pr10 {
	padding-right: 10px
}
.pt10 {
	padding-top: 10px
}
.pb10 {
	padding-bottom: 10px
}
.p10 {
	padding: 10px
}
.pl20 {
	padding-left: 20px
}
.pr20 {
	padding-right: 20px
}
.pt20 {
	padding-top: 20px
}
.pb20 {
	padding-bottom: 20px
}
.p20 {
	padding: 20px
}
.w210 {
	width: 208px;
}
.w212 {
	width: 210px;
}
.w780 {
	width: 778px;
}
.w782 {
	width: 780px;
}
.w560 {
	width: 558px;
}
.w542 {
	width: 540px;
}
body .none {
	display: none
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[lang] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
::selection {
	background: rgba(0,0,0,.5);
	color: #fff;
}
::-moz-selection {
 background:rgba(0,0,0,.5);
 color:#fff;
}
::-webkit-scrollbar-track-piece {
 background-color:#f4f4f4;
 -webkit-border-radius:5px;
 box-shadow:inset 0 0 3px rgba(0,0,0,.20);
}
::-webkit-scrollbar {
 width:10px;
}
::-webkit-scrollbar-thumb {
 background-color:#bbb;
 -webkit-border-radius:5px;
 outline-offset:-2px;
}
::-webkit-scrollbar-thumb:hover {
 background-color:#9f9f9f;
}
button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner {
 padding: 0;
 border: 0 none;
}
.g-button {
	min-width: 46px;
	min-width: inherit\0;
	text-align: center;
	color: #444;
	font-size: 12px;
	font-weight: bold;
	padding: 0 8px;
	padding: 0 9px\0;
	border-radius: 3px;
	-webkit-transition: all 0.218s;
	-moz-transition: all 0.218s;
	-ms-transition: all 0.218s;
	-o-transition: all 0.218s;
	transition: all 0.218s;
	border: 1px solid #dcdcdc;
	background-color: #f5f5f5;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#f1f1f1));
	background-image: -webkit-linear-gradient(top, #f5f5f5, #f1f1f1);
	background-image: -moz-linear-gradient(top, #f5f5f5, #f1f1f1);
	background-image: -ms-linear-gradient(top, #f5f5f5, #f1f1f1);
	background-image: -o-linear-gradient(top, #f5f5f5, #f1f1f1);
	background-image: linear-gradient(top, #f5f5f5, #f1f1f1);
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	font-family: "微软雅黑";
}
button.g-button, input[type=submit].g-button {
	height: 27px;
	line-height: 27px;
 +line-height: 23px;
	vertical-align: middle;
	margin: 0;
}
*html .g-button {
	width: auto;
	overflow: visible;
	height: 22px;
	line-height: 22px;
}
*+html button.g-button, *+html input[type=submit].g-button {
	overflow: visible;
}
.g-button:hover {
	border: 1px solid #c6c6c6;
	color: #333;
	text-decoration: none;
	-webkit-transition: all 0.0s;
	-moz-transition: all 0.0s;
	-ms-transition: all 0.0s;
	-o-transition: all 0.0s;
	transition: all 0.0s;
	background-color: #f8f8f8;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f1f1f1));
	background-image: -webkit-linear-gradient(top, #f8f8f8, #f1f1f1);
	background-image: -moz-linear-gradient(top, #f8f8f8, #f1f1f1);
	background-image: -ms-linear-gradient(top, #f8f8f8, #f1f1f1);
	background-image: -o-linear-gradient(top, #f8f8f8, #f1f1f1);
	background-image: linear-gradient(top, #f8f8f8, #f1f1f1);
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}
.g-button:active {
	background-color: #f6f6f6;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#f1f1f1));
	background-image: -webkit-linear-gradient(top, #f6f6f6, #f1f1f1);
	background-image: -moz-linear-gradient(top, #f6f6f6, #f1f1f1);
	background-image: -ms-linear-gradient(top, #f6f6f6, #f1f1f1);
	background-image: -o-linear-gradient(top, #f6f6f6, #f1f1f1);
	background-image: linear-gradient(top, #f6f6f6, #f1f1f1);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}
.g-button:visited {
	color: #666;
}
.g-button-submit {
	border: 1px solid #3079ed;
	color: #fff;
	text-shadow: 0 1px rgba(0,0,0,0.1);
	background-color: #4d90fe;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#4d90fe), to(#4787ed));
	background-image: -webkit-linear-gradient(top, #4d90fe, #4787ed);
	background-image: -moz-linear-gradient(top, #4d90fe, #4787ed);
	background-image: -ms-linear-gradient(top, #4d90fe, #4787ed);
	background-image: -o-linear-gradient(top, #4d90fe, #4787ed);
	background-image: linear-gradient(top, #4d90fe, #4787ed);
}
.g-button-submit:hover {
	border: 1px solid #2f5bb7;
	color: #fff;
	text-shadow: 0 1px rgba(0,0,0,0.3);
	background-color: #357ae8;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#4d90fe), to(#357ae8));
	background-image: -webkit-linear-gradient(top, #4d90fe, #357ae8);
	background-image: -moz-linear-gradient(top, #4d90fe, #357ae8);
	background-image: -ms-linear-gradient(top, #4d90fe, #357ae8);
	background-image: -o-linear-gradient(top, #4d90fe, #357ae8);
	background-image: linear-gradient(top, #4d90fe, #357ae8);
}
.g-button-submit:active {
	color: #fff;
	background-color: #357ae8;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#4d90fe), to(#357ae8));
	background-image: -webkit-linear-gradient(top, #4d90fe, #357ae8);
	background-image: -moz-linear-gradient(top, #4d90fe, #357ae8);
	background-image: -ms-linear-gradient(top, #4d90fe, #357ae8);
	background-image: -o-linear-gradient(top, #4d90fe, #357ae8);
	background-image: linear-gradient(top, #4d90fe, #357ae8);
	-webkit-box-shadow: inset 0 1px 2px rgb a(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
}
.g-button-share {
	border: 1px solid #29691d;
	color: #fff;
	text-shadow: 0 1px rgba(0,0,0,0.1);
	background-color: #3d9400;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#3d9400), to(#398a00));
	background-image: -webkit-linear-gradient(top, #3d9400, #398a00);
	background-image: -moz-linear-gradient(top, #3d9400, #398a00);
	background-image: -ms-linear-gradient(top, #3d9400, #398a00);
	background-image: -o-linear-gradient(top, #3d9400, #398a00);
	background-image: linear-gradient(top, #3d9400, #398a00);
}
.g-button-share:hover {
	border: 1px solid #2d6200;
	color: #fff;
	text-shadow: 0 1px rgba(0,0,0,0.3);
	background-color: #368200;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#3d9400), to(#368200));
	background-image: -webkit-linear-gradient(top, #3d9400, #368200);
	background-image: -moz-linear-gradient(top, #3d9400, #368200);
	background-image: -ms-linear-gradient(top, #3d9400, #368200);
	background-image: -o-linear-gradient(top, #3d9400, #368200);
	background-image: linear-gradient(top, #3d9400, #368200);
}
.g-button-share:active {
	border: 1px solid #2d6200;
	color: #fff;
	background-color: #368200;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#3d9400), to(#368200));
	background-image: -webkit-linear-gradient(top, #3d9400, #368200);
	background-image: -moz-linear-gradient(top, #3d9400, #368200);
	background-image: -ms-linear-gradient(top, #3d9400, #368200);
	background-image: -o-linear-gradient(top, #3d9400, #368200);
	background-image: linear-gradient(top, #3d9400, #368200);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
}
.g-button-red {
	border: 1px solid #992a1b;
	color: #fff;
	text-shadow: 0 1px rgba(0,0,0,0.1);
	text-transform: uppercase;
	background-color: #d14836;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#dd4b39), to(#d14836));
	background-image: -webkit-linear-gradient(top, #dd4b39, #d14836);
	background-image: -moz-linear-gradient(top, #dd4b39, #d14836);
	background-image: -ms-linear-gradient(top, #dd4b39, #d14836);
	background-image: -o-linear-gradient(top, #dd4b39, #d14836);
	background-image: linear-gradient(top, #dd4b39, #d14836);
}
.g-button-red:hover {
	border: 1px solid #b0281a;
	color: #fff;
	text-shadow: 0 1px rgba(0,0,0,0.3);
	background-color: #c53727;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#dd4b39), to(#c53727));
	background-image: -webkit-linear-gradient(top, #dd4b39, #c53727);
	background-image: -moz-linear-gradient(top, #dd4b39, #c53727);
	background-image: -ms-linear-gradient(top, #dd4b39, #c53727);
	background-image: -o-linear-gradient(top, #dd4b39, #c53727);
	background-image: linear-gradient(top, #dd4b39, #c53727);
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	-ms-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	-o-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	box-shadow: 0 1px 1px rgba(0,0,0,0.2);
}
.g-button-red:active {
	border: 1px solid #992a1b;
	background-color: #b0281a;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#dd4b39), to(#b0281a));
	background-image: -webkit-linear-gradient(top, #dd4b39, #b0281a);
	background-image: -moz-linear-gradient(top, #dd4b39, #b0281a);
	background-image: -ms-linear-gradient(top, #dd4b39, #b0281a);
	background-image: -o-linear-gradient(top, #dd4b39, #b0281a);
	background-image: linear-gradient(top, #dd4b39, #b0281a);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
	color: #fff
}
.g-button-white {
	border: 1px solid #dcdcdc;
	color: #666;
	background: #fff;
}
.g-button-white:hover {
	border: 1px solid #c6c6c6;
	color: #333;
	background: #fff;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}
.g-button-white:active {
	background: #fff;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}
.g-button-red:link, .g-button-share:link, .g-button-submit:link, .g-button-red:visited, .g-button-share:visited, .g-button-submit:visited {
	color: #fff;
}
.g-button-share:focus {
	border-color: #29691d;
}
.g-button-red:focus {
	border-color: #d14836;
}
.g-button.selected {
	background-color: #eee;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#e0e0e0));
	background-image: -webkit-linear-gradient(top, #eee, #e0e0e0);
	background-image: -moz-linear-gradient(top, #eee, #e0e0e0);
	background-image: -ms-linear-gradient(top, #eee, #e0e0e0);
	background-image: -o-linear-gradient(top, #eee, #e0e0e0);
	background-image: linear-gradient(top, #eee, #e0e0e0);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	border: 1px solid #ccc;
	color: #333;
}
.g-button.disabled, .g-button.disabled:hover, .g-button.disabled:active, .g-button-submit.disabled, .g-button-submit.disabled:hover, .g-button-submit.disabled:active, .g-button-share.disabled, .g-button-share.disabled:hover, .g-button-share.disabled:active, .g-button-red.disabled, .g-button-red.disabled:hover, .g-button-red.disabled:active, input[type=submit][disabled].g-button {
	background-color: none;
	opacity: .5;
	filter: alpha(opacity=50);
	cursor: default;
	pointer-events: none;
}
/*
* css-sprites
*/
.site-title a, .gototop, #categorys .shadow, .video-box dt a s, .video-box .ply s, #secondary .g-download s, #secondary .gray-logo a, .upload-box .g-button .ic-upload, .ic-question, .ic-answer, .ic-wealth, .ic-high-score, .ic-unresolved, .ic-q, .ic-a, .m-v-list-pic a s, .ic-arrow, .kws button, .top-nav .arrow, #categorys i, .star-list a, .ic-resolved, .Wdate {
	background: url(../images/sprites.png) 0 0 no-repeat;
}
/*
* text-overflow
*/
.notice li, .topic li, .news_list li a, .doc_list .doc-tit, .news-box dd .tit, .menu .item .con a, .menu .item-mc a, .top .mc li, .avatar_box li p, .hot-study li, .hot-qa li, .m-v-list-txt, .avatar_list li p, .hot-note li, .prevnext div, .tra-list dt .infor-tit, .tra-list dt .infor-dep {
	overflow: hidden;
	word-break: keep-all;
	word-wrap: keep-all;
	white-space: nowrap;
	table-layout: fixed;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
/*
* inline-block
*/
.g-button, .g-button img, .top-nav li, .search-tab li, .search-tab li a, #nav .nav li, .module .mt .more a, .module .mtab li, .ic, .doc-img, .company-box li, .video-box .ply s, .doc_list li, #secondary .guide, #secondary .g-download s, .menu .item .con a, .menu .item-mc a, .upload-box .g-button .ic-upload, .hot-tags a, .ic-question, .ic-answer, .avatar_box li, .cls-qa-list li a, .ic-high-score, .ic-unresolved, .ic-wealth, .ic-q, .ic-a, .m-v-list li, .m-v-list-pic a, .avatar_list li, .ic-arrow, .tra-catalog dd a, .ic-resolved {
	display: inline-block;
	vertical-align: middle;
}
/*
* header
*/
.inner, #header, #nav, .content {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
#toolbar {
	background: #f5f5f5;
	border-bottom: 1px solid #eee;
	height: 30px;
	line-height: 30px;
}
.top-nav {
	font-size: 0;
}
.top-nav li {
	font-size: 12px;
	height: 30px;
	padding: 0 10px;
	position: relative;
	z-index: 18;
}
.top-nav li s {
	top: 9px;
	left: 0;
	width: 0px;
	height: 12px;
	border-left: 1px solid #dbdee1;
	overflow: hidden;
	position: absolute;
}
.top-nav .menu-item .sub-menu {
	top: -9999px;
	opacity: 0;
	position: absolute;
	z-index: 2;
	background: #dbdee1;
	box-shadow: 0 5px 5px rgba(0,0,0,.1);
	border-radius: 0 0 3px 3px;
	-webkit-transition: opacity .5s ease;
	-moz-transition: opacity .5s ease;
	-o-transition: opacity .5s ease;
	transition: opacity .5s ease;
}
.top-nav .hover {
	background: #dbdee1;
}
.top-nav .hover .sub-menu {
	left: 0;
	top: 30px;
	opacity: 1;
}
.top-nav .sub-menu li {
	display: block;
	padding: 0
}
.top-nav .sub-menu li a {
	display: block;
	padding: 0 10px;
	min-width: 60px;
}
.top-nav .sub-menu li a:hover {
	background: #3C96EE;
	color: #fff;
	text-decoration: none;
}
.top-nav .sub-menu li:last-child, .top-nav .sub-menu li:last-child a {
	border-radius: 0 0 3px 3px;
}
.top-nav .arrow {
	background-position: -150px -55px;
	padding-left: 2px;
	margin-left: 6px;
	line-height: 10px;
	height: 10px;
	vertical-align: middle;
	font-size: 2px;
	width: 5px;
}
.top-nav .hover .arrow {
	background-position: -170px -55px
}
#header .site-title a {
	height: 75px;
	width: 145px;
	display: block;
	text-indent: -99999px;
}
#header .site-description {
	display: none
}
#search {
	position: relative;
	margin-left: 150px;
}
.search-tab {
	margin-left: 10px;
	text-align: left;
}
.search-tab li {
	text-align: center;
}
.search-tab li a {
	padding: 2px 10px 0;
}
.search-tab li.current a {
	background: #3C96EE;
	color: #FFF;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}
.search-input {
	width: 460px;
	height: 35px;
	border: 2px solid #3C96EE;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	position: relative;
	z-index: 0
}
.search-input input {
	border: 0 none;
	width: 370px;
	height: 15px;
	line-height: 15px;
	padding: 10px 5px;
	font-size: 12px;
	vertical-align: top
}
.search-input input:focus {
	background: #fcfcfc;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
}
.search-input button {
	height: 39px;
	line-height: 39px;
	width: 82px;
	position: absolute;
	right: -2px;
	top: -2px;
	z-index: 1;
	font-size: 14px;
	font-weight: bold;
}
.search-hotword a {
	margin: 0 5px;
	line-height: 30px;
}
#nav {
	background-color: #3C96EE;
	background-image: -moz-linear-gradient(#3C96EE, #196DBF);
	background-image: -ms-linear-gradient(#3C96EE, #196DBF);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3C96EE), color-stop(100%, #196DBF));
	background-image: -webkit-linear-gradient(#3C96EE, #196DBF);
	background-image: -o-linear-gradient(#3C96EE, #196DBF);
	background-image: linear-gradient(#3C96EE, #196DBF);
	border-radius: 5px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .21), 0 1px 0 rgba(255, 255, 255, .17);
	position: relative;
	z-index: 10;
}
#nav .nav {
	font-size: 0;
	padding-left: 209px;
}
#nav .nav li a {
	display: block;
	text-align: center;
	color: #FFF;
	font-weight: 700;
	width: 88px;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	border-left: 1px solid rgba(255,255,255,.15);
	border-right: 1px solid #08508B;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .35)
}
#nav .nav li a.current, #nav .nav li a:hover {
	text-decoration: none;
	background-color: #196DBF;
	background-image: -moz-linear-gradient(#196DBF, #3C96EE);
	background-image: -ms-linear-gradient(#196DBF, #3C96EE);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #196DBF), color-stop(100%, #3C96EE));
	background-image: -webkit-linear-gradient(#196DBF, #3C96EE);
	background-image: -o-linear-gradient(#196DBF, #3C96EE);
	background-image: linear-gradient(#196DBF, #3C96EE);/*box-shadow: inset 0 10px 10px rgba(0, 0, 0, .21);*/
}
#categorys {
	position: absolute;
	top: 0;
	left: 0;
	width: 209px;
	height: 40px;
	z-index: 15
}
#categorys .mt {
	height: 40px;
	padding-left: 20px;
	line-height: 40px;
	color: #fff;
	font-size: 14px;
	background-color: #128AE9;
	background-image: -moz-linear-gradient(#128AE9, #086BBE);
	background-image: -ms-linear-gradient(#128AE9, #086BBE);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #128AE9), color-stop(100%, #086BBE));
	background-image: -webkit-linear-gradient(#128AE9, #086BBE);
	background-image: -o-linear-gradient(#128AE9, #086BBE);
	background-image: linear-gradient(#128AE9, #086BBE);
	border-radius: 5px 0 0 0;
	box-shadow: 5px 0 5px rgba(0,0,0,.30);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .35);
	font-weight: 700
}
#categorys .mc {
	position: absolute;
	top: 40px;
	width: 208px;
	border: 1px solid #dbdee1;
	background: #FFF;
	height: 210px;
	display: none;
	z-index: 16
}
#categorys.hover .mc {
	display: block
}
#categorys i {
	position: absolute;
	top: 12px;
	right: 10px;
	width: 18px;
	height: 16px;
	line-height: 16px;
	background-position: -190px -60px;
	cursor: pointer
}
#categorys.hover i {
	background-position: -190px -40px;
}
#categorys .shadow {
	width: 210px;
	height: 10px;
	position: absolute;
	bottom: -9px;
	left: -1px;
	background-position: 0 -124px;
	z-index: 15
}
#all_categorys .item {
	width: 210px;
	height: 30px;
}
#all_categorys .item b {
	font-weight: 100;
	font-family: "宋体";
	color: #999;
}
#all_categorys .hover b {
	color: #3C96EE;
}
#all_categorys .item s {
	font-family: "宋体";
	color: #ddd;
	font-weight: 600;
	text-decoration: none;
}
#all_categorys .hover s {
	color: #FFF;
	position: absolute;
	right: -6px;
	background: #f8f8f8;
	line-height: 28px;
	z-index: 14;
	top: 0;
}
#all_categorys .item h3 {
	padding: 0 10px;
	width: 190px;
	height: 30px;
	line-height: 30px;
	background-color: #f5f5f5;
	font-weight: 100
}
#all_categorys .hover h3 {
	height: 28px;
	line-height: 28px;
	border: solid #dbdee1;
	border-width: 1px 0;
	background-color: #f8f8f8;
	-moz-box-shadow: 0 0 8px #DDD;
	-webkit-box-shadow: 0 0 8px #DDD;
	box-shadow: 0 0 8px #DDD;
	z-index: 13;
	position: absolute;
}
#all_categorys .hover h3 a {
	color: #3C96EE;
}
#all_categorys .hover h3 a:hover {
	text-decoration: none
}
#all_categorys .item .subitem {
	display: none;
	position: absolute;
	z-index: 12;
	top: 0;
	left: 208px;
	width: 529px;
	padding: 10px 20px;
	border: 1px solid #dbdee1;
	background: #f8f8f8;
	overflow: hidden;
	-moz-box-shadow: 0 0 10px #DDD;
	-webkit-box-shadow: 0 0 10px #DDD;
	box-shadow: 0 0 10px #DDD;
	min-height: 188px;
}
#all_categorys .hover .subitem {
	display: block;
}
#all_categorys .subitem dt {
	border-bottom: 1px solid #eee;
	font-weight: 700;
	color: #3C96EE
}
#all_categorys .subitem dd a {
	line-height: 30px;
	margin-right: 10px;
}
#all_categorys .subitem dd {
	margin-bottom: 5px;
}
/*
* module
*/
.module {
	border: 1px solid #dbdee1;
	border-radius: 3px;
	background-color: #fff;
	box-shadow: 0 0 3px rgba(0,0,0,.01);
}
.module:hover {
	box-shadow: 0 0 5px rgba(0,0,0,.13)
}
.module .mt {
	background-color: #f4f4f4;
	background-image: -moz-linear-gradient(#f4f4f4, #e1e3e4);
	background-image: -ms-linear-gradient(#f4f4f4, #e1e3e4);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f4f4), color-stop(100%, #e1e3e4));
	background-image: -webkit-linear-gradient(#f4f4f4, #e1e3e4);
	background-image: -o-linear-gradient(#f4f4f4, #e1e3e4);
	background-image: linear-gradient(#f4f4f4, #e1e3e4);
	height: 29px;
	line-height: 29px;
	border-bottom: 1px solid #dbdee1;
	position: relative;
	z-index: 0
}
.module .mt h3 {
	font-size: 14px;
	padding-left: 10px;
	color: #333;
	float: left;
}
.module .mt p.more {
	position: absolute;
	right: 10px;
	top: 0px;
}
.module .mt p.more a {
	font-size: 12px;
	font-family: "宋体";
	color: #3C96EE;
}
.module .mc {
	padding: 10px;
}
.module .mc li b {
	font-weight: 400;
	color: #999;
	line-height: 12px;
}
.module .mtab {
	height: 30px;
	font-size: 0;
}
.module .mtab li {
	width: 100px;
	border-right: 1px solid #dbdee1;
	text-align: center;
}
.module .mtab li a {
	display: block;
	color: #999;
	font-size: 14px
}
.module .mtab li a:hover {
	color: #3C96EE;
	text-decoration: none;
}
.module .mtab li.current a {
	background: #fff;
	border-bottom: 1px solid #FFF;
	font-weight: 700;
	color: #333
}
.module .rtab li {
	border-left: 1px solid #dbdee1;
	border-right: 0 none;
}
.module .rtab li a:link {
	font-size: 12px;
}
.toolbox .mtab li {
	width: auto;
}
.toolbox .mtab li a {
	font-size: 12px;
	padding: 0 8px;
}
.toolbox h3 {
	font-size: 12px;
}
.toolbox .mtab li.current a {
	font-weight: 100;
}
.toolbox .text {
	display: inline-block;
	height: 27px;
 +height: 25px;
	line-height: 25px\9;
	margin: 0;
	padding: 0 8px;
	border: 1px solid #d9d9d9;
	border-top: 1px solid #c0c0c0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	vertical-align: middle;
	width: 90px;
}
.toolbox .Wdate {
	padding: 0 0 0 2px;
}
.toolbox input.big {
	width: 198px;
}
.toolbox .text:hover {
	border: 1px solid #b9b9b9;
	border-top: 1px solid #a0a0a0;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}
.toolbox .text:focus {
	outline: none;
	border: 1px solid #4d90fe;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
}
.toolbox input[disabled=disabled] {
	border: 1px solid #e5e5e5;
	background: #f1f1f1;
}
.toolbox input[disabled=disabled]:hover {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.toolbox input[readonly=readonly] {
	border: 1px solid #d9d9d9;
}
.toolbox input[readonly=readonly]:hover, .toolbox input[readonly=readonly]:focus {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.toolbox input.form-error {
	border: 1px solid #dd4b39;
}
.toolbox select {
	border: 1px solid #e1e1e1;
	padding: 3px;
	outline: none;
	border-radius: 3px;
	vertical-align: middle;
	margin: 0;
}
.toolbox p {
	margin: 10px 0;
}
.toolbox {
	height: 198px;
}
/*
* index
*/
#banner {
	width: 560px;
	height: 200px;
	overflow: hidden;
	z-index: 0;
	position: relative;
}
.notice {
/*height: 200px;*/
}
.notice .hot a:link {
	color: #F30
}
.notice .mtab li {
	width: 60px;
}
.notice .mc li, .topic .mc li {
	width: 188px;
	height: 25px;
}
.w374 {
	width: 374px;
}
.news_list li {
	width: 364px;
	height: 25px;
}
.news_list li b {
	line-height: 25px !important;
	height: 25px;
	margin-right: 5px;
}
.news_list li b, .news_list li a {
	float: left;
}
.news_list li a {
	width: 265px;
}
.news_list li span {
	float: right
}
.m_trade .mc li b {
	color: #3C96EE;
}
.ic {
	width: 16px;
	height: 16px;
	line-height: 45px;
	overflow: hidden;
	background: url(../images/fileext.png) no-repeat 0 0;
}
.ic-gif {
	background-position: 0 0
}
.ic-doc {
	background-position: -20px 0
}
.ic-docx {
	background-position: -20px 0
}
.ic-xls {
	background-position: -40px 0
}
.ic-xlsx {
	background-position: -40px 0
}
.ic-ppt {
	background-position: -60px 0
}
.ic-pptx {
	background-position: -60px 0
}
.ic-pps {
	background-position: -80px 0
}
.ic-ppsx {
	background-position: -80px 0
}
.ic-bmp {
	background-position: -100px 0
}
.ic-rtf {
	background-position: -120px 0
}
.ic-jpg {
	background-position: -140px 0
}
.ic-jpeg {
	background-position: -140px 0
}
.ic-pub {
	background-position: 0px -20px
}
.ic-tif {
	background-position: -20px -20px
}
.ic-tiff {
	background-position: -20px -20px
}
.ic-txt {
	background-position: -40px -20px
}
.ic-pot {
	background-position: -60px -20px
}
.ic-potx {
	background-position: -60px -20px
}
.ic-wps {
	background-position: -80px -20px
}
.ic-et {
	background-position: -100px -20px
}
.ic-dps {
	background-position: -120px -20px
}
.ic-pdf {
	background-position: -140px -20px
}
.ic-epub {
	background-position: 0 -40px
}
.ic-xml {
	background-position: -20px -40px
}
.ic-pdw {
	background-position: -40px -40px
}
.ic-pxl {
	background-position: -60px -40px
}
.ic-psw {
	background-position: -80px -40px
}
.ic-eml {
	background-position: -100px -40px
}
.ic-ps {
	background-position: -120px -40px
}
.ic-vsd {
	background-position: -140px -40px
}
.ic-mpp {
	background-position: 0px -60px
}
.ic-png {
	background-position: -20px -60px
}
.ic-umd {
	background-position: 0 -40px;
}
.ic-wpt {
	background-position: 0px -60px
}
.ic-dpt {
	background-position: -20px -60px
}
.ic-zip {
	background-position: -40px -60px
}
.ic-rar {
	background-position: -60px -60px
}
.ic-unknown {
	background-position: -80px -80px
}
.ic-view {
	background-position: -40px -80px;
}
.ic-comments {
	background-position: -100px -60px
}
.ic-favorites {
	background-position: -120px -60px
}
.doc-img {
	position: relative;
}
.doc-img:link, .doc-img:visited {
	border: 2px solid #fff;
}
.doc-img:link img, .doc-img:visited img {
	border: 1px solid #dcdcdc;
}
.doc-img:hover img, .doc-img:active img {
	border: 1px solid #3C96EE;
}
.doc-img:hover, .doc-img:active {
	border: 2px solid #3C96EE;
}
.doc-img .ic {
	position: absolute;
	bottom: 4px;
	right: 4px;
}
.module .doc_list {
	font-size: 0;
}
.doc_list li {
	width: 151px;
	text-align: center;
	font-size: 12px;
	padding-top: 10px;
}
.doc_list .doc-tit {
	width: 140px;
	height: 25px;
	padding: 1px 5px
}
.news-box dl {
	padding: 10px 0;
	border-top: 1px dotted #ddd;
}
.news-box dt img {
	border-radius: 3px;
}
.news-box dd {
	width: 133px;
	line-height: 22px;
}
.news-box dd .tit {
	width: 133px;
	height: 23px;
}
.news-box dd .tit a:link {
	color: #3C96EE;
}
.news-box dl:first-child {
	border-top: 0 none;
	padding-top: 1px
}
.news-box dl:last-child {
	padding-bottom: 0
}
.video-box {
/*height: 412px;*/
}
.video-box dt a {
	display: block;
	border: 1px solid #dbdee1;
	position: relative;
}
.video-box dt a img {
	border: 1px solid #fff;
}
.video-box dt a:hover {
	border-color: #3C96EE
}
.video-box dt a:hover img {
	border-color: #3C96EE
}
.video-box dt a s {
	background-position: -60px -80px;
	width: 39px;
	height: 37px;
	position: absolute;
	line-height: 100px;
	overflow: hidden;
	left: 21px;
	top: 13px;
	opacity: .5;
}
.video-box dt a:hover s {
	opacity: 1;
}
.video-box dd {
	width: 94px;
	line-height: 20px;
}
.video-box dd .tit {
	height: 40px;
	margin-bottom: 4px;
}
.video-box dd .tit a:link {
	color: #3C96EE;
}
.video-box dl {
	padding: 8px 0;
	border-top: 1px dotted #ddd;
}
.video-box .ply s {
	font-size: 0;
	width: 14px;
	height: 12px;
	line-height: 12px;
	background-position: -105px -90px;
}
.video-box dl:first-child {
	border-top: 0 none;
	padding-top: 5px
}
.video-box dl:last-child {
	padding-bottom: 0;
}
.company-box {
	font-size: 0;
}
.company-box li {
	font-size: 12px;
	width: 154px;
	padding-left: 10px;
}
.company-box li:first-child {
	padding-left: 3px;
}
.company-box li a {
	border: 1px solid #dbdee1;
	display: block;
}
.company-box li a:hover {
	border-color: #3C96EE;
}
.company-box li a img {
	padding: 1px;
}
/*
* footer
*/
#footer {
	background: #f5f5f5;
	border-top: 1px solid #dbdee1;
	box-shadow: inset 0 3px 10px rgba(0,0,0,.02)
}
#secondary {
	padding: 10px 0;
	border-bottom: 1px solid #e0e0e0
}
#secondary .guide {
	width: 150px;
}
#secondary .fl {
	border-right: 1px solid #e0e0e0;
}
#secondary .fr {
	border-left: 1px solid #fff;
	width: 386px;
	height: 125px;
	position: relative;
	z-index: 0;
}
#secondary .cloud-download {
	padding-left: 50px;
}
#secondary .g-download {
	height: 35px;
	width: 120px;
	line-height: 35px;
	font-size: 18px;
	color: #FFF;
	cursor: pointer
}
#secondary .g-download s {
	width: 34px;
	height: 22px;
	background-position: -130px -90px;
}
#secondary .gray-logo {
	position: absolute;
	z-index: 1;
	width: 83px;
	top: 14px;
	right: 10px;
}
#secondary .gray-logo a {
	display: block;
	text-indent: -99999px;
	height: 108px;
	background-position: 0 -140px;
	opacity: .5;
}
#secondary .gray-logo a:hover {
	opacity: 1;
}
#links {
	line-height: 40px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #e0e0e0
}
#links a {
	margin-right: 5px;
}
#site-info {
	border-top: 1px solid #fff;
	padding: 10px 0
}
#site-info .fr {
	text-align: right;
}
.gototop {
	display: none;
	position: fixed;
	right: 5px;
	bottom: 50px;
	opacity: .5;
	text-indent: -999999px;
	width: 45px;
	height: 45px;
	background-position: 0 -75px;
	z-index: 999
}
.gototop:hover {
	opacity: 1;
}
/*
* shop
*/
.module .menu {
	padding: 0
}
.menu .item {
	padding: 4px 10px 0;
	position: relative;
	z-index: 5;
	border: solid #fff;
	border-width: 1px 0;
}
.menu .item .con {
	border-bottom: 1px dashed #ddd;
	padding-bottom: 5px;
}
.menu .item:last-child .con {
	border-bottom: 0 none;
	padding-bottom: 6px;
}
.menu .item .con a {
	width: 59px;
	height: 25px;
}
.menu .item s {
	font-family: "宋体";
	color: #ddd;
	font-weight: 600;
	text-decoration: none;
}
.menu .hover s {
	color: #FFF;
	position: absolute;
	right: -1px;
	background: #FFF;
	line-height: 61px;
	z-index: 10;
	top: 0;
	text-indent: -9999px;
	width: 10px;
}
.menu .item .item-mc {
	display: none;
	position: absolute;
	z-index: 9;
	top: -1px;
	left: 207px;
	width: 160px;
	padding: 10px 20px;
	border: 1px solid #dbdee1;
	background: #fff;
	overflow: hidden;
	-moz-box-shadow: 0 0 10px #DDD;
	-webkit-box-shadow: 0 0 10px #DDD;
	box-shadow: 0 0 10px #DDD;
	min-height: 100px;
}
.menu .item-mc a {
	width: 75px;
	height: 25px;
}
.menu .hover .item-mc {
	display: block;
}
.menu .item.hover {
	border-color: #dbdee1;
	-moz-box-shadow: 0 0 8px #DDD;
	-webkit-box-shadow: 0 0 8px #DDD;
	box-shadow: 0 0 8px #DDD;
}
.menu .hover .con {
	border-bottom-color: #fff;
}
.feature-doc .doc_list li, .feature-doc .doc_list .doc-tit {
	width: 134px;
}
.feature-doc .mc {
	padding: 9px 0 10px;
}
.study-doc .mc {
	padding: 8px 0 7px;
}
.top .rank-tab .current {
	background: #fff;
	border-bottom: 0 solid #DFDFDF;
	border-top: 2px solid #144999;
	color: #000;
}
.top .rank-tab {
	padding: 10px 10px 0 10px;
	height: 25px;
}
.top .rank-tab li {
	cursor: pointer;
	float: left;
	font-size: 12px;
	height: 23px;
	line-height: 25px;
	text-align: center;
	padding: 0 14px;
	background: #FBFEFF;
	color: #626262;
	border-bottom: 1px solid #D5EBFF;
}
.top .tab-1 {
	border-left: 1px solid #D5EBFF;
	border-right: 1px solid #D5EBFF;
	border-top: 1px solid #ededed;
}
.top .tab-2 {
	border-top: 1px solid #ededed;
	border-right: 1px solid #ededed;
	border-bottom: 1px solid #D5EBFF;
}
.top .tab-3 {
	border-right: 1px solid #ededed;
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #D5EBFF;
}
.top .tab-1, .tab-3 {
	width: 33px;
}
.top .tab-2 {
	width: 34px;
}
.top .mc {
	padding: 5px 10px 10px;
}
.top .mc li {
	height: 28px;
	line-height: 28px;
	padding-left: 23px;
	width: 165px;
	position: relative;
	display: block;
}
.top span.num {
	position: absolute;
	left: 0;
	top: 5px;
	width: 16px;
	height: 16px;
	line-height: 16px;
	background: #F5F5F5;
	border: 1px solid #E5E5E5;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.top span.num.one {
	background: #CC0000 !important;
	border: 1px solid #990000;
	color: #FFF;
}
.top span.num.two {
	background: #F90 !important;
	border: 1px solid #F60;
	color: #FFF;
}
.top span.num.thr {
	background: #090 !important;
	border: 1px solid #060;
	color: #FFF;
}
.history dt a, .org a {
	border: 1px solid #dcdcdc;
	display: block;
}
.history dt a {
	width: 30px;
	text-align: center;
}
.history dt a:hover, .org a:hover {
	border-color: #3C96EE
}
.history dd .tit {
	width: 146px;
}
.upload-box .news-box {
	min-height: 250px;
}
.ac {
	text-align: center !important;
}
.al {
	text-align: left !important;
}
.ar {
	text-align: right !important;
}
.upload-box .g-button {
	width: 168px;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
}
.new-upload {
	border-top: 1px solid #ddd;
	padding: 11px 0 0 10px;
	font-weight: 700;
	font-size: 14px;
}
.upload-box .g-button .ic-upload {
	width: 23px;
	height: 23px;
	background-position: -175px -90px;
}
/*
* trade
*/
.module .hot-trade {
	padding: 7px 10px 8px;
}
.hot-trade ul {
	width: 264px
}
.hot-trade ul li {
	width: 264px;
	line-height: 27px;
	height: 27px;
}
.hot-trade ul li a {
	width: 165px;
}
.hot-trade.mc ul li b {
	color: #3C96EE;
}
.f15 {
	font-size: 15px;
	font-weight: 700
}
.hot-tags a {
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 20px;
	color: #333;
	margin: 0 3px 8px 0;
	padding: 0 10px;
	text-align: center;
}
.hot-tags a:hover {
	text-decoration: none;
	color: #3C96EE;
	border-color: #3C96EE
}
/*
* question
*/
.ic-question, .ic-answer {
	height: 9px;
	width: 9px;
	line-height: 9px;
	font-size: 0
}
.ic-question {
	background-position: -160px -5px;
}
.ic-answer {
	background-position: -170px -5px;
}
.module .avatar_box {
	padding: 5px 10px;
	font-size: 0
}
.avatar_box li {
	font-size: 12px;
	width: 33%;
	text-align: center;
	margin-top: 5px;
}
.avatar_box li p {
	width: 60px;
	padding: 0 1px;
	height: 25px;
}
.mod-qa-list .hd {
	border-bottom: 1px #ededed solid;
	height: 34px;
	line-height: 34px
}
.mod-qa-list .bd {
	padding: 7px 22px 0 11px
}
.mod-qa-list .hd h3 {
	border-bottom: 1px #3eaf0e solid;
	color: #666;
	float: left;
	font-size: 14px;
	font-weight: 400;
	height: 34px;
	margin-bottom: -1px;
	padding: 0 10px;
	position: relative
}
.mod-qa-list .hd .more {
	float: right;
	font-family: SimSun;
	padding-right: 15px
}
.mod-qa-list .hd .more a {
	color: #3C96EE;
}
.mod-qa-list .hd .t1 {
	background-position: -950px -295px
}
.mod-qa-list .hd .t2 {
	background-position: -950px -338px
}
.cls-qa-list li {
	color: #888;
	height: 28px;
	line-height: 28px;
	overflow: hidden;
	zoom: 1
}
.cls-qa-list li a {
	font-size: 14px
}
.cls-qa-list li .orange {
	margin-right: 5px;
}
.cls-qa-list li a {
	width: 420px
}
.cls-qa-list li b {
	font-weight: 400
}
.ic-high-score, .ic-unresolved, .ic-resolved {
	width: 15px;
	height: 15px;
	line-height: 15px;
	font-size: 0
}
.ic-high-score {
	background-position: -150px -40px;
}
.ic-unresolved {
	background-position: -190px -20px;
}
.ic-resolved {
	background-position: -150px -72px;
}
.ic-wealth {
	width: 8px;
	height: 8px;
	background-position: -150px -5px;
	line-height: 8px;
	font-size: 0;
}
.ic-q, .ic-a {
	width: 15px;
	height: 15px;
	line-height: 15px;
	font-size: 0
}
.ic-q {
	background-position: -150px -20px;
}
.ic-a {
	background-position: -170px -20px;
}
.recom-qa-list dl {
	padding: 0 10px;
}
.recom-qa-list dl dt {
	color: #000;
	font-size: 16px;
	font-weight: 700;
}
.recom-qa-list dl dd.info-content {
	padding-top: 8px;
	color: #666;
	font-size: 14px;
}
.recom-qa-list dl dd.info-user {
	font-size: 12px;
	color: #999;
}
.recom-qa-list ul {
	padding: 0 10px;
}
.recom-qa-list ul li b {
	font-weight: 400
}
/*
* study
*/
.hot-study {
	padding: 2px 10px 0;
}
.hot-study li {
	float: left;
	width: 269px;
	height: 25px;
}
.module .study-menu {
	padding-bottom: 6px;
}
.study-menu .item {
	padding: 0 10px
}
.study-menu .item h3 {
	line-height: 31px;
	font-weight: 100;
}
.study-menu .hover s {
	height: 31px;
}
.study-menu .hover h3 {
	border-bottom-color: #FFF
}
.hot-qa li {
	height: 26px;
	width: 188px;
}
.hot-qa .mc {
	padding: 9px 10px;
}
.m-v-list {
	font-size: 0;
}
.m-v-list li {
	width: 151px;
	text-align: center;
	font-size: 12px;
}
.m-v-list-pic a {
	position: relative;
}
.m-v-list-pic a img {
	padding: 4px;
	display: block;
}
.m-v-list-pic a:hover img {
	padding: 3px;
	border: 1px solid #e0e0e0;
	-moz-box-shadow: 0 1px 2px #ddd;
	-webkit-box-shadow: 0 1px 2px #ddd;
	box-shadow: 0 1px 2px #ddd;
}
.m-v-list-pic a s {
	background-position: -60px -80px;
	width: 39px;
	height: 37px;
	position: absolute;
	line-height: 100px;
	overflow: hidden;
	left: 45px;
	top: 20px;
	opacity: .5;
}
.m-v-list-pic a:hover s {
	opacity: 1;
}
.m-v-list-txt {
	width: 140px;
	height: 25px;
	padding: 0 5px;
}
/*
* garden
*/
.tabs_header {
	height: 29px;
	border-bottom: 1px solid #CCC;
	clear: both;
	overflow: hidden;
}
.tabs_header ul.tabs2 {
	position: absolute;
	z-index: 10;
}
.tabs_header ul.tabs2 li {
	float: left;
	margin: 0 5px 0 0;
	display: inline;
}
.tabs_header ul.tabs2 li a {
	display: block;
	float: left;
	height: 28px;
	border: 1px solid #ddd;
	border-radius: 3px 3px 0 0;
	background: #f5f5f5;
	padding: 0 10px;
	line-height: 28px;
	color: #3C96EE;
	min-width: 60px;
	text-align: center;
}
.tabs_header ul.tabs2 li.current a {
	float: left;
	height: 28px;
	background: #fff;
	color: #000;
	display: block;
	border-bottom-color: #fff
}
.tabs_header {
	height: 29px;
	border-bottom: 1px solid #CCC;
	clear: both;
	overflow: hidden;
}
.tabs_header ul.tabs {
	position: absolute;
	z-index: 10;
}
.tabs_header ul.tabs li {
	float: left;
	margin: 0 5px 0 0;
	display: inline;
}
.tabs_header ul.tabs li a {
	display: block;
	float: left;
	height: 28px;
	border: 1px solid #ddd;
	border-radius: 3px 3px 0 0;
	background: #f5f5f5;
	padding: 0 10px;
	line-height: 28px;
	color: #3C96EE;
	min-width: 60px;
	text-align: center;
}
.tabs_header ul.tabs li.current a {
	float: left;
	height: 28px;
	background: #fff;
	color: #000;
	display: block;
	border-bottom-color: #fff
}
.talkList a {
	color: #3C96EE
}
.talkList li {
	-webkit-transition-property: background-color;
	-webkit-transition-duration: 0.4s;
	-khtml-transition-property: background-color;
	-khtml-transition-duration: 0.4s;
	transition-property: background-color;
	transition-duration: 0.4s;
	border-top: 1px dotted #e4e4e4;
	overflow-y: hidden;
	padding: 10px 5px;
}
.talkList li:hover, #talkList li.hover {
	border-top-color: #D8D8D8;
	background: rgba(0,0,0,.02);
}
.userPic {
	width: 45px;
	height: 45px;
	float: left
}
.msgBox {
	overflow: hidden;
	word-wrap: break-word;
	margin-left: 60px;
	zoom: 1
}
.userName {
	font-size: 14px;
	font-weight: 700
}
.avatar img {
	border-radius: 3px;
}
.avatar:hover img {
	box-shadow: 0 0 5px rgba(0,0,0,.15);
}
.pubInfo {
	clear: both;
	margin-top: 6px;
	line-height: 19px;
	color: #999;
}
.picBox {
	margin-top: 10px;
}
.load-more {
	height: 30px;
	position: relative;
	z-index: 0;
}
.load-more div {
	position: absolute;
	z-index: 1;
	width: 50%;
	font-size: 0;
	height: 1px;
	overflow: hidden;
	top: 0;
}
.load-more div.l-m-r {
	right: 0;
	background: -moz-linear-gradient(left, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 50%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0,0,0,0.65)), color-stop(50%, rgba(0,0,0,0)));
	background: -webkit-linear-gradient(left, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 50%);
	background: -o-linear-gradient(left, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 50%);
	background: -ms-linear-gradient(left, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 50%);
	background: linear-gradient(to right, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 50%);
}
.load-more div.l-m-l {
	left: 0;
	background: -moz-linear-gradient(left, rgba(0,0,0,0) 50%, rgba(0,0,0,0.65) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.65)));
	background: -webkit-linear-gradient(left, rgba(0,0,0,0) 50%, rgba(0,0,0,0.65) 100%);
	background: -o-linear-gradient(left, rgba(0,0,0,0) 50%, rgba(0,0,0,0.65) 100%);
	background: -ms-linear-gradient(left, rgba(0,0,0,0) 50%, rgba(0,0,0,0.65) 100%);
	background: linear-gradient(to right, rgba(0,0,0,0) 50%, rgba(0,0,0,0.65) 100%);
}
.load-more .l-m-b {
	height: 26px;
	line-height: 26px;
	width: 100px;
	text-align: center;
	display: block;
	border: 1px solid #ccc;
	border-radius: 0 0 18px 18px;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -50px;
	border-top-color: #fff;
	z-index: 2;
	box-shadow: 0 5px 5px rgba(0,0,0,.10);
	background: #fff;
}
.sidebox h3.title {
	border-bottom: 1px solid #eee;
	margin-bottom: 10px;
	padding: 0 10px;
	line-height: 29px;
	font-size: 14px;
}
.avatar_list {
	font-size: 0;
}
.avatar_list li {
	width: 33%;
	text-align: center;
	font-size: 12px;
	margin: 10px 0;
}
.avatar_list li p {
	width: 69px;
	height: 25px;
}
.sidebox h3.title .fr a {
	font-size: 12px;
	font-weight: 100;
	color: #3C96EE;
}
.avatar_list li p.btn a {
	border: 1px solid #ddd;
	background: #f8f8f8;
	font-size: 11px;
	padding: 2px 8px;
	border-radius: 3px;
	box-shadow: 0 1px 1px rgba(0,0,0,.08)
}
.avatar_list li p.btn a:hover {
	border-color: #3C96EE;
	background: rgba(51,153,255,.05);
	text-decoration: none
}
.hot-note li {
	width: 190px;
	height: 25px;
}
.hot-note li b {
	font-weight: 100;
}
/*
* shop.class
*/
.crumbs a {
	color: #3C96EE
}
.crumbs .pipe {
	font-family: "宋体";
	font-weight: 700
}
.catalog {
	padding-top: 0 !important
}
.catalog dl {
	float: left;
	width: 50%;
	margin-top: 10px
}
.catalog.all {
	width: 100%;
}
.catalog dl dt {
	font-weight: 700
}
.catalog dl dd a {
	margin-right: 10px;
}
.catalog dl a.current, .catalog dl a:hover.current {
	color: #3C96EE;
	cursor: default;
	text-decoration: none;
	font-weight: 700
}
.filter .g-button {
	margin-left: -1px;
}
.filter .price-range {
	float: left;
	margin-left: 10px;
	position: relative;
	width: 164px;
	height: 26px;
	z-index: 3
}
.filter .price-range input {
	border: 1px solid #cfcfcf;
	width: 40px;
	padding: 4px 5px;
	vertical-align: middle;
	margin: 0 5px
}
.filter .price-range .g-button {
	float: right;
	margin: 5px 8px 0 0;
	display: none
}
.filter .price-range .show-button {
	width: 164px;
	position: absolute;
	top: -5px;
	padding: 4px 0;
	_padding: 5px 0;
	left: 0;
	border: 1px solid #ccc;
	background: #fff;
	border-radius: 6px 6px 6px 6px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2)
}
.filter .price-range .show-button .g-button {
	display: block
}
.filter .kws {
	width: 135px;
	height: 18px;
	padding: 3px 5px;
	position: relative;
	z-index: 2;
	border: 1px solid #cdcdcd;
	margin: 0 0 0 15px;
}
.filter .kws .text {
	border: 0;
	height: 22px;
	position: absolute;
	left: 0;
	top: 0;
	width: 105px;
	padding: 2px 5px 0;
}
.filter .kws button {
	background-position: -165px -36px;
	width: 25px;
	height: 24px;
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	text-indent: -10000px;
	border: 0;
}
.ic-arrow {
	width: 7px;
	height: 8px;
	font-size: 0;
	overflow: hidden;
	background-position: -180px -6px;
}
.ic-arrow.cur {
	background-position: -188px -6px;
}
.ic-arrow.lost {
	background-position: -196px -6px;
}
.doc-list dl {
	padding: 10px 0;
	border-top: 1px #E6E6E6 solid;
}
.doc-list dt {
	width: 92px;
	height: 118px;
}
.doc-list dd {
	width: 666px;
	height: 118px;
}
.doc-list dl .title {
	font-size: 14px;
	font-weight: 700
}
.doc-list dl a {
	color: #3C96EE
}
.doc-list dl p.summary {
	height: 54px;
	line-height: 18px;
	overflow: hidden;
	margin: 7px 0;
	width: 540px;
}/*.pagination {
        height: 36px;
        margin: 20px 0 10px;
        text-align: right;
        _border-right: 1px solid #ddd
}
.pagination ul {
        margin-bottom: 0;
        margin-left: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05)
}
.pagination li {
        display: inline
}
.pagination a {
        float: left;
        padding: 0 14px;
        color: #333;
        background: #fff;
        line-height: 34px;
        text-decoration: none;
        border: 1px solid #ddd;
        border-left-width: 0;
        _border-width: 1px 0 1px 1px
}
.pagination a:hover, .pagination .active a {
        background-color: #f5f5f5;
        color: #3C96EE
}
.pagination .active a {
        color: #999;
        cursor: default
}
.pagination .disabled span, .pagination .disabled a, .pagination .disabled a:hover {
        color: #999;
        cursor: default;
        background-color: #fff
}
.pagination li:first-child a {
        border-left-width: 1px;
        background: #fff;
        -webkit-border-radius: 3px 0 0 3px;
        -moz-border-radius: 3px 0 0 3px;
        border-radius: 3px 0 0 3px
}
.pagination li:last-child a {
        -webkit-border-radius: 0 3px 3px 0;
        -moz-border-radius: 0 3px 3px 0;
        border-radius: 0 3px 3px 0
}*/
#population_list li {
	float: left;
	margin: 5px 0px 0px 5px;
}
#population_list p {
	text-align: center;
}
.active_population #population_list img {
	width: 50px;
	height: 50px;
}
.pagination {
	margin-top: 10px;
	padding: 10px;
}
.pagination span {
	float: left;
	padding: 1px 10px;
}
.pagination a {
	padding: 0px 8px;
	margin-right: 5px;
	border: 1px solid #d5d5d5;
	display: block;
	float: left
}
.pagination a.current {
	border: 1px solid #5cb3f5;
	color: #5cb3f5
}
/*
* shop.goolds
*/
.doc-header {
	background: #f5f5f5;
	border: 1px solid #ddd;
	border-radius: 5px 5px 0 0;
	padding: 10px;
}
.doc-header h3 {
	font-size: 18px;
}
.doc-reader {
	height: 580px;
	border: 1px solid #ddd;
	border-top: 0 none;
}
.prevnext div {
	width: 50%;
	height: 25px;
}
.prevnext .next {
	text-align: right
}
.prevnext a {
	color: #3C96EE
}
.comment-form-comment textarea {
	border: 1px solid #ddd;
	padding: 5px;
	width: 744px;
	height: 75px;
	border-radius: 3px;
	vertical-align: middle
}
.comment-form-comment textarea:focus {
	box-shadow: inset 3px 3px 3px rgba(0,0,0,.06), 1px 1px 1px rgba(0,0,0,.1);
	border-color: #3C96EE
}
.comment-line {
	height: 5px;
	line-height: 5px;
	font-size: 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	background: #f5f5f5
}
.comment-list li {
	height: auto!important;
	height: 52px;
	min-height: 52px;
	padding: 10px 20px 10px 85px;
	position: relative;
}
.comment-author {
	float: left;
}
.comment-author cite, .comment-author cite a {
	font-size: 14px;
	color: #3C96EE;
	margin-right: 10px;
	font-style: normal;
}
.comment-author .avatar {
	position: absolute;
	margin-left: -60px;
	width: 45px;
	height: 45px;
}
.reply a {
	color: white;
	text-align: center;
	padding: 2px 15px 5px 15px;
	text-shadow: 0 1px 0 #000;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	background: #499bea;
	background: -moz-linear-gradient(top, #499bea 0, #207ce5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #499bea), color-stop(100%, #207ce5));
	background: -webkit-linear-gradient(top, #499bea 0, #207ce5 100%);
	background: -o-linear-gradient(top, #499bea 0, #207ce5 100%);
	background: -ms-linear-gradient(top, #499bea 0, #207ce5 100%);
	background: linear-gradient(top, #499bea 0, #207ce5 100%);
}
.reply a:hover {
	background: #06c;
}
.reply a.comment-solve-link {
	background-color: #d14836;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#dd4b39), to(#d14836));
	background-image: -webkit-linear-gradient(top, #dd4b39, #d14836);
	background-image: -moz-linear-gradient(top, #dd4b39, #d14836);
	background-image: -ms-linear-gradient(top, #dd4b39, #d14836);
	background-image: -o-linear-gradient(top, #dd4b39, #d14836);
	background-image: linear-gradient(top, #dd4b39, #d14836);
}
.reply a.comment-solve-lin:hover {
	background-color: #c53727;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#dd4b39), to(#c53727));
	background-image: -webkit-linear-gradient(top, #dd4b39, #c53727);
	background-image: -moz-linear-gradient(top, #dd4b39, #c53727);
	background-image: -ms-linear-gradient(top, #dd4b39, #c53727);
	background-image: -o-linear-gradient(top, #dd4b39, #c53727);
	background-image: linear-gradient(top, #dd4b39, #c53727);
}
.comment-list li:hover {
	background: rgba(0,0,0,.03);
}
.comment-list .children li {
	background: rgba(0,0,0,.01);
	margin-top: 3px;
}
.comment-list .children li:hover {
	background: rgba(0,0,0,.02);
}
.comment-list li .comment-body:hover > .reply {
	-moz-opacity: 1;
	-webkit-opacity: 1;
	opacity: 1;
	-moz-transition: opacity 0.5s ease-in-out;
	-webkit-transition: opacity 0.5s ease-in-out;
}
.comment-list .comment-body .reply {
	position: absolute;
	right: 20px;
	top: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
	z-index: 2;
}
.comment-list .children .reply {
	right: 5px;
}
.comment-list .floor {
	position: absolute;
	right: 30px;
	top: 30px;
	z-index: 1;
	font-size: 18px;
}
.comment-list .floor a {
	color: #ddd;
}
.comment-list .floor a:hover {
	color: #666;
}
.comment-list .comment-content {
	clear: both;
	color: #646464;
	font-size: 12px;
	word-break: break-all;
	overflow-x: hidden;
	word-wrap: break-word;
	padding-right: 55px;
}
.comment-content img {
	max-width: 680px;
}
.answer-content img {
	max-width: 680px;
}
.user-meta .doc-creater a {
	color: #3C96EE
}
.doc-download {
	width: 170px;
	height: 35px;
	line-height: 35px;
	font-size: 18px;
}
.form-submit .g-button {
	width: 80px;
	height: 30px;
	line-height: 30px;
}
#counter {
	font-family: Constantia, Georgia;
	font-size: 20px;
	font-weight: 400;
	position: relative;
	top: -1px;
	vertical-align: -2px;
	color: #999;
	margin: 0 2px;
}
.rate .star-list {
	vertical-align: middle;
	margin: 0 8px;
}
.rate .rate-tip {
	vertical-align: middle;
	width: 45px;
}
.star-list a {
	padding: 2px 8px;
	zoom: 1;
	font-size: 12px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
}
.star-list a.star-half {
	background-position: -193px -150px;
}
.star-list a.star-off {
	background-position: -150px -150px;
	;
}
.star-list a.star-on, .star-list a:hover {
	background-position: -171px -150px;
}
/*
* trade.class
*/
.tra-catalog dt {
	width: 100px;
	text-align: right;
	margin-right: 5px;
}
.tra-catalog dd {
	width: 650px;
}
.tra-catalog dd a {
	margin-right: 10px;
	_margin-right: 8px;
	padding: 0 8px;
}
.tra-catalog dd a.current {
	background: #3C96EE;
	color: #fff;
	font-weight: bold;
	border-radius: 2px;
}
.tra-catalog dl {
	padding-bottom: 5px;
}
.tra-catalog dl:last-child {
	padding-bottom: 0
}
.tra-list dl {
	padding: 10px 0;
	border-top: 1px #E6E6E6 solid;
}
.tra-list dl:hover {
	background: rgba(0,0,0,.01);
}
.tra-list dt {
	width: 613px;
	padding: 0 5px;
}
.tra-list dt .infor-tit, .tra-list dt .infor-dep {
	width: 613px;
	height: 25px;
}
.tra-list dd {
	margin-top: 25px;
	text-align: right;
	width: 75px;
}
.tra-list dt .infor-tit a {
	font-size: 14px;
	color: #3C96EE;
	font-weight: 700;
}
.tra-list dd.digit span {
	font-size: 16px;
	font-weight: 700;
}
.tra-info {
	border-top: 0 none;
	border-radius: 0
}
.tra-info .price, .tra-info .phone {
	font-size: 16px;
	font-weight: 700;
}
.tra-info dt {
	width: 100px;
	text-align: right;
	margin-right: 10px;
}
.tra-info .g-button {
	width: 120px;
	height: 35px;
	line-height: 35px;
	font-size: 16px
}
#maps {
	width: 494px;
	height: 270px;
	margin: 10px auto;
	border: 3px solid #ccc;
}
/*
* question.class
*/
.qa-list dl {
	padding: 10px 0;
	border-top: 1px #E6E6E6 solid;
}
.qa-list dl:hover {
	background: rgba(0,0,0,.01);
}
.qa-list dt {
	width: 613px;
	height: 25px;
	padding: 0 5px;
}
.qa-list dd {
	width: 75px;
}
.qa-list dt a {
	font-size: 14px;
	color: #3C96EE;
}
.solve-comment {
	background-color: #f1fedd;
}
.answer-replyer {
	padding: 10px 5px;
	border-top: 1px solid #eef4e7;
}
.answer-best h3 {
	font-size: 16px;
}
.other-answer {
	font-size: 15px;
}
/*
* download
*/
.soft-list dl {
	padding: 10px 0;
	border-top: 1px #E6E6E6 solid;
}
.soft-list dl:hover {
	background: rgba(0,0,0,.01);
}
.soft-list dl:first-child, .qa-list dl:first-child, .tra-list dl:first-child, .doc-list dl:first-child, .talkList li:first-child, .talkList li:first-child:hover {
	border-top-color: #fff;
}
.soft-list .infor-tit a {
	font-size: 14px;
	color: #3C96EE;
	font-weight: 700
}
.soft-list dd {
	width: 650px;
}
.soft-list .infor-dep {
	height: 50px;
	overflow: hidden;
	color: #333
}
.soft-info {
	width: 500px;
}
.soft-list .soft-img {
	display: block;
	border: 1px solid #ddd;
}
/*
* slidesjs
*/
.slidesjs-navigation {
	display: none;
}
.slidesjs-pagination {
	position: absolute;
	bottom: 0;
	background: -moz-linear-gradient(left, rgba(0,0,0,0) 50%, rgba(0,0,0,0.65) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.65)));
	background: -webkit-linear-gradient(left, rgba(0,0,0,0) 50%, rgba(0,0,0,0.65) 100%);
	background: -o-linear-gradient(left, rgba(0,0,0,0) 50%, rgba(0,0,0,0.65) 100%);
	background: -ms-linear-gradient(left, rgba(0,0,0,0) 50%, rgba(0,0,0,0.65) 100%);
	background: linear-gradient(to right, rgba(0,0,0,0) 50%, rgba(0,0,0,0.65) 100%);
	z-index: 11;
	width: 100%;
	text-align: right
}
.slidesjs-pagination li {
	display: inline-block
}
.slidesjs-pagination li a {
	display: block;
	background: #666;
	border-radius: 20px;
	color: #FFF;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	margin-right: 8px;
}
.slidesjs-pagination li a:hover {
	background: #333;
	text-decoration: none
}
.slidesjs-pagination li a.active {
	background: #C00
}
.slidesjs-pagination li a.active:hover {
	background: #F30
}
/*
* form
*/
.form dl {
	position: relative;
	z-index: 0;
	padding-bottom: 15px;
}
.form dt, .form dd {
	float: left;
}
.form dt {
	width: 100px;
	text-align: right;
	font-weight: 700;
	height: 25px;
}
.form dd.text-area {
	padding-left: 20px;
	width: 460px;
	text-align: left;
}
.form dd.tip {
	width: 200px;
	position: absolute;
	right: 20px;
	z-index: 1;
	display: none
}
.form dd.tip h4 {
	color: #666;
	padding-bottom: 5px;
}
.form a {
	color: #3C96EE;
}
.form dl.hover dd.tip {
	display: block
}
.form dd.tip .tip-body {
	text-align: left;
	color: #888;
	border: 1px solid #e8cca1;
	background-color: #fefded;
	padding: 5px 10px;
	line-height: 16px;
	border-radius: 3px;
	box-shadow: 3px 3px 3px rgba(0,0,0,.05)
}
.form dd.tip .arrow-right {
	top: 15px;
	left: -12px;
}
.form dd.tip .tip-arrow {
	position: absolute;
	z-index: 2;
}
.form dd.tip .tip-arrow em, .form dd.tip .tip-arrow span {
	_line-height: 0;
	_font-size: 0;
	height: 0;
	width: 0;
	position: absolute;
	border: 7px solid transparent;
	_border-color: tomato;
	_filter: chroma(color=tomato);
}
.form dd.tip .arrow-right em {
	border-right: 7px solid #e8cca1;
	left: -1px;
}
.form dd.tip .arrow-right span {
	border-right: 7px solid #fefded;
	left: 0;
}
.form .text, .form textarea, .form select {
	border: 1px solid #d9d9d9;
	border-top: 1px solid #c0c0c0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 12px;
	padding: 5px;
	margin: 0
}
.form .text:hover, .form textarea:hover, .form select:hover {
	border: 1px solid #b9b9b9;
	border-top: 1px solid #a0a0a0;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}
.form .text:focus, .form textarea:focus, .form select:focus {
	outline: none;
	border: 1px solid #4d90fe;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
}
.form .text {
	width: 200px
}
.form .big, .form textarea {
	width: 380px;
}
.form .small {
	width: 50px
}
.form textarea {
	min-height: 100px;
}
.form .error, .form .error:hover, .form .error:focus {
	border-color: #dd4b39;
	background-color: #FBE2E2;
	color: #C00;
	box-shadow: 2px 2px 3px #EDEDED inset;
}
.form .g-button {
	height: 32px;
	width: 100px;
	line-height: 32px;
}
/*--uploadfile--*/
.file-lsit {
	margin-top: 10px;
	padding: 10px 0;
	background: #f8f8f8;
	border-radius: 5px;
}
.file-lsit:hover {
	background: #f5f5f5;
	box-shadow: 2px 2px 2px rgba(0,0,0,.13)
}
.Wdate {
	background-position: right -175px;
	color: #999
}
.placeholder {
	color: #aaa;
}
/*----company-banner----*/
.company-banner {
	width: 1000px;
	height: 392px;
	background: url(../images/company.bg.jpg) no-repeat;
	position: relative;
	z-index: 0
}
.company-banner .signin {
	position: absolute;
	z-index: 1;
	top: 20px;
	right: 40px;
	width: 250px;
	background: #F5F5F5;
	padding: 10px 30px;
	border: 1px solid #dcdcdc;
	border-radius: 5px;
	box-shadow: 5px 5px 5px rgba(0,0,0,.1);
	-webkit-box-reflect: below 5px -webkit-gradient(linear, 0 0, 0 100%, from(transparent), color-stop(.90, transparent), to(rgba(0,0,0,.5)));
	-webkit-box-reflect: below 5px -webkit-linear-gradient(top, transparent 0, transparent 90%, rgba(0,0,0,.5) 100%);
	-moz-box-reflect: below 5px -moz-linear-gradient(top, transparent 0, transparent 90%, rgba(0,0,0,.5) 100%);
	-o-box-reflect: below 5px -o-linear-gradient(top, transparent 0, transparent 90%, rgba(0,0,0,.5) 100%);
	box-reflect: below 5px linear-gradient(top, transparent 0, transparent 90%, rgba(0,0,0,.5) 100%);
}
.company-banner .signin .g-login {
	width: 120px;
	line-height: 40px;
	height: 40px;
	margin-right: 10px;
	font-size: 16px;
}
.company-banner .signin .g-register {
	width: 232px;
	line-height: 40px;
	height: 40px;
}
.company-banner .signin .regbtn {
	border-top: 1px dashed #dcdcdc;
	padding-top: 15px
}
.company-banner .signin h3 {
	font-size: 14px;
	font-weight: 700;
}
.company-banner .signin-input {
	border: 1px solid #e3e3e3;
	background: #e3e3e3;
	border-radius: 5px;
	box-shadow: 0 1px 1px #fff;
}
.company-banner .signin-input .text {
	outline: 0;
	border: 0 none;
	margin: 0;
	width: 228px;
	height: 20px;
	padding: 10px;
	background: #fff;
	font: 12px/20px "微软雅黑", "Microsoft Yahei";
}
.company-banner .signin-input input {
 *width:100%;
 *float:left
}
.company-banner .signin-input .username {
	box-shadow: inset 3px 3px 3px rgba(0,0,0,.03);
	border-radius: 5px 5px 0 0;
}
.company-banner .signin-input .username:focus {
	box-shadow: inset 3px 3px 3px rgba(0,0,0,.06);
}
.company-banner .signin-input .password {
	margin-top: 1px;
	box-shadow: inset 3px 0 3px rgba(0,0,0,.03);
	border-radius: 0 0 5px 5px;
}
.company-banner .signin-input .password:focus {
	box-shadow: inset 3px 0 3px rgba(0,0,0,.06)
}
.company-banner .sliding_btn {
	display: inline-block;
 *display:inline;
 *zoom:1;
	position: relative;
	z-index: 0;
	width: 39px;
	height: 20px;
	-webkit-transition: background-color 0.218s;
	-moz-transition: background-color 0.218s;
	-ms-transition: background-color 0.218s;
	-o-transition: background-color 0.218s;
	transition: background-color 0.218s;
	vertical-align: middle;
}
.company-banner .sliding_btn_off {
	background: #fff url(../images/sliding_btn_bg.png) no-repeat 0 0;
}
.company-banner .sliding_btn_on {
	background: #3C96EE url(../images/sliding_btn_bg.png) no-repeat 0 0;
}
.company-banner .sliding_btn .sliding_btn_slider {
	position: absolute;
	z-index: 1;
	width: 22px;
	height: 27px;
	-webkit-transition: left 0.218s;
	background: url(../images/sliding_btn_slider.png) no-repeat 0 0;
	-moz-transition: left 0.5s;
	-ms-transition: left 0.5s;
	-o-transition: left 0.5s;
	transition: left 0.5s;
	/*text-indent: -9999px;*/
	font-size: 0;
}
.company-banner .sliding_btn input {
	width: 39px;
	height: 20px;
	border: 0;
	background: rgba(255,255,255,0) !important;
	cursor: default;
	position: absolute;
	z-index: 2;
	top: 0;
	opacity: 0;
	filter: alpha(opacity=0);
}
.company-banner .sliding_btn_off .sliding_btn_slider {
	left: -1px;
}
.company-banner .sliding_btn_on .sliding_btn_slider {
	left: 18px;
}
/*feature*/
.feature {
	width: 1000px;
	height: 300px;
	margin: 0 auto;
	background: url(../images/company.c2.jpg) no-repeat 0 bottom;
	position: relative;
}
.feature li, .feature a {
	width: 193px;
	height: 339px;
	position: absolute;
	top: 0;
	padding: 0 20px;
}
.feature .item-1, .feature .a1 {
	left: 1px;
}
.feature .item-2, .feature .a2 {
	left: 255px;
}
.feature .item-3, .feature .a3 {
	left: 509px;
	width: 195px;
}
.feature .item-4, .feature .a4 {
	left: 765px;
	width: 190px;
}
.feature h3 {
	font-size: 20px;
	color: #0789d3;
	font-weight: normal;
	padding: 40px 0 5px;
	_display: inline-block;
}
.feature p {
	color: #797979;
	line-height: 20px;
	_display: inline-block;
}
.feature a:hover {
	background: #00a0e9;
	filter: alpha(opacity=10);
	-moz-opacity: 0.1;
	-khtml-opacity: 0.1;
	opacity: 0.1;
}
.tip-1 {
	margin: 0 auto;
	background: #fef8ef;
	border: 1px solid #faecd3;
	padding: 5px;
	border-radius: 3px;
}
/* Messages */

.message {
	padding: 10px 15px 10px 40px;
	margin: 10px 0;
	font-weight: bold;
	overflow: hidden;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 20px;
}
.message p {
	padding: 0;
	width: 93%;
	float: left;
}
.message.error {
	border: 1px solid #e9c59b;
	background: #ffecce url(../images/error.gif) 12px 12px no-repeat;
	color: #e3302c;
	padding-left: 40px;
}
.message.success {
	border: 1px solid #bfde84;
	background: #edfbd8 url(../images/success.gif) 12px 12px no-repeat;
	color: #508600;
	padding-left: 40px;
}
.message.info {
	border: 1px solid #bbdbe0;
	background: #ecf9ff url(../images/info.gif) 12px 12px no-repeat;
	color: #0888c3;
}
.message.warning {
	border: 1px solid #e5e181;
	background: #fefde2 url(../images/warning.gif) 12px 12px no-repeat;
	color: #666;
}
.message .close {
	display: block;
	float: right;
	width: 16px;
	height: 16px;
	background: url(../images/close.png) 0 0 no-repeat;
	margin-top: 2px;
	cursor: pointer;
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.message .close.hover {
	-moz-opacity: 1;
	opacity: 1;
}
.position {
	margin: 10px auto;
	text-align: left;
	width: 1000px;
}
#sub_category {
	margin-top: 10px;
}
.qa_type {
	background-color: #FFFFFF;
	border: 2px solid #AAAAAA;
	color: #666666;
	float: left;
	font-size: 10.5pt;
	font-weight: bold;
	height: 25px;
	line-height: 25px;
	margin: 0 5px 5px 0;
	outline: medium none;
	padding: 0 12px;
}
.qa_type:hover {
	background-color: #bdd2f4;
	border-color: #1085E4;
	color: #1085E4;
}
.qa_type.selected {
	background: url("../images/category_selected.gif") no-repeat scroll right bottom transparent;
	border: 2px solid #1085E4;
	color: #1085E4;
	width: auto
}
.answer-content p img {
	max-width: 680px;
}
.fixed-left {
	position: fixed;
	right: auto;
	left: 0px;
	top: 200px;
	z-index: 600;
}
/* 右侧固定 */
.fixed-right {
	position: fixed;
	right: 0px;
	left: auto;
	top: 200px;
	z-index: 600;
}
/* IE6 左侧固定 */
* html .fixed-left {
	position: absolute;
	right: auto;
left:expression(eval(document.documentElement.scrollLeft));
}
* html .fixed-right {
	position: absolute;
	right: auto;
left:expression(eval(document.documentElement.scrollLeft+document.documentElement.clientWidth-this.offsetWidth)-(parseInt(this.currentStyle.marginLeft, 10)||0)-(parseInt(this.currentStyle.marginRight, 10)||0));
}
.fixed-left img, fixed-right img {
	z-index: 600;
	position: relative;
}
.fixed-left {
	background: url(../images/activity/2013818/d.gif) no-repeat;
	width: 126px;
	height: 294px;
}
.fixed-right {
	background: url(../images/activity/2013818/dq.gif) no-repeat;
	width: 126px;
	height: 294px;
}
.fixed-left .d, .fixed-right .d {
	position: absolute;
	top: 2px;
	width: 120px;
	height: 270px;
	line-height: 270px;
	z-index: 601;
	display: block;
}
.fixed-left .close, .fixed-right .close {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 40px;
	height: 18px;
	line-height: 18px;
	display: block;
	z-index: 601;
}
/*
 *zq2013
 */
.zq2013 {
	width: 146px;
	height: 80px;
}
.zq2013 a {
	display: block;
	width: 146px;
	height: 80px;
	text-indent: -9999px;
	background: url(../images/zq2013.gif) no-repeat;
	-webkit-animation: widthIn .3s linear;
	-moz-animation: widthIn .3s linear;
	-ms-animation: widthIn .3s linear;
	-o-animation: widthIn .3s linear;
	animation: widthIn .3s linear;
}
 @-webkit-keyframes widthIn {
0% {
opacity:0;
width:0;
}
100% {
opacity:1;
width:146px;
}
}
@-moz-keyframes widthIn {
0% {
opacity:0;
width:0;
}
100% {
opacity:1;
width:146px;
}
}
 @-o-keyframes widthIn {
0% {
opacity:0;
width:0;
}
100% {
opacity:1;
width:146px;
}
}
 @keyframes widthIn {
0% {
opacity:0;
width:0;
}
100% {
opacity:1;
width:146px;
}
}
