/* `XHTML, HTML4, HTML5 Reset
----------------------------------------------------------------------------------------------------*/
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
main,
mark,
menu,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video,
xmp {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
}
html,
body {
  height: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  /*
  Override the default (display: inline) for
  browsers that do not recognize HTML5 tags.

  IE8 (and lower) requires a shiv:
  http://ejohn.org/blog/html5-shiv
*/

  display: block;
}
b,
strong {
  /*
  Makes browsers agree.
  IE + Opera = font-weight: bold.
  Gecko + WebKit = font-weight: bolder.
*/

  font-weight: bold;
}
img {
  color: transparent;
  font-size: 0;
  vertical-align: middle;
  /*
  For IE.
  http://css-tricks.com/ie-fix-bicubic-scaling-for-images
*/

  -ms-interpolation-mode: bicubic;
}
ol,
ul {
  list-style: none;
}
li {
  /*
  For IE6 + IE7:

  "display: list-item" keeps bullets from
  disappearing if hasLayout is triggered.
*/

  display: list-item;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th,
td,
caption {
  font-weight: normal;
  vertical-align: top;
  text-align: left;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
sub,
sup,
small {
  font-size: 75%;
}
sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
svg {
  /*
  For IE9. Without, occasionally draws shapes
  outside the boundaries of <svg> rectangle.
*/

  overflow: hidden;
}
/*
@global-width: 1440x;
@global-padding: 10px;
*/
/*
  960 Grid System ~ Text CSS.
  Learn more ~ http://960.gs/

  Licensed under GPL and MIT.
*/
/* `Basic HTML
----------------------------------------------------------------------------------------------------*/
body {
  font: 13px/1.5 "Helvetica Neue", Arial, "Liberation Sans", FreeSans, sans-serif;
}
pre,
code {
  font-family: "DejaVu Sans Mono", Menlo, Consolas, monospace;
}
hr {
  border: 0 solid #ccc;
  border-top-width: 1px;
  clear: both;
  height: 0;
}
/* `Headings
----------------------------------------------------------------------------------------------------*/
h1 {
  font-size: 25px;
}
h2 {
  font-size: 23px;
}
h3 {
  font-size: 21px;
}
h4 {
  font-size: 19px;
}
h5 {
  font-size: 17px;
}
h6 {
  font-size: 15px;
}
/* `Spacing
----------------------------------------------------------------------------------------------------*/
ol {
  list-style: decimal;
}
ul {
  list-style: disc;
}
li {
  margin-left: 30px;
}
p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
  margin-bottom: 20px;
}
/*
  960 Grid System ~ Core CSS.
  Learn more ~ http://960.gs/

  Licensed under GPL and MIT.
*/
/*
  Forces backgrounds to span full width,
  even if there is horizontal scrolling.
  Increase this if your layout is wider.

  Note: IE6 works fine without this fix.
*/
body {
  min-width: 1140px;
}
/* `Container
----------------------------------------------------------------------------------------------------*/
.container_12 {
  margin-left: auto;
  margin-right: auto;
  width: 1140px;
}
/* `Grid >> Global
----------------------------------------------------------------------------------------------------*/
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}
.push_1,
.pull_1,
.push_2,
.pull_2,
.push_3,
.pull_3,
.push_4,
.pull_4,
.push_5,
.pull_5,
.push_6,
.pull_6,
.push_7,
.pull_7,
.push_8,
.pull_8,
.push_9,
.pull_9,
.push_10,
.pull_10,
.push_11,
.pull_11 {
  position: relative;
}
/* `Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/
.alpha {
  margin-left: 0;
}
.omega {
  margin-right: 0;
}
/* `Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .grid_1 {
  width: 75px;
}
.container_12 .grid_2 {
  width: 170px;
}
.container_12 .grid_3 {
  width: 265px;
}
.container_12 .grid_4 {
  width: 360px;
}
.container_12 .grid_5 {
  width: 455px;
}
.container_12 .grid_6 {
  width: 550px;
}
.container_12 .grid_7 {
  width: 645.0000000000001px;
}
.container_12 .grid_8 {
  width: 740px;
}
.container_12 .grid_9 {
  width: 835px;
}
.container_12 .grid_10 {
  width: 930px;
}
.container_12 .grid_11 {
  width: 1025px;
}
.container_12 .grid_12 {
  width: 1120px;
}
/* `Prefix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .prefix_1 {
  padding-left: 95px;
}
.container_12 .prefix_2 {
  padding-left: 190px;
}
.container_12 .prefix_3 {
  padding-left: 285px;
}
.container_12 .prefix_4 {
  padding-left: 380px;
}
.container_12 .prefix_5 {
  padding-left: 475px;
}
.container_12 .prefix_6 {
  padding-left: 570px;
}
.container_12 .prefix_7 {
  padding-left: 665px;
}
.container_12 .prefix_8 {
  padding-left: 760px;
}
.container_12 .prefix_9 {
  padding-left: 855px;
}
.container_12 .prefix_10 {
  padding-left: 950px;
}
.container_12 .prefix_11 {
  padding-left: 1045px;
}
/* `Suffix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .suffix_1 {
  padding-right: 95px;
}
.container_12 .suffix_2 {
  padding-right: 190px;
}
.container_12 .suffix_3 {
  padding-right: 285px;
}
.container_12 .suffix_4 {
  padding-right: 380px;
}
.container_12 .suffix_5 {
  padding-right: 475px;
}
.container_12 .suffix_6 {
  padding-right: 570px;
}
.container_12 .suffix_7 {
  padding-right: 665px;
}
.container_12 .suffix_8 {
  padding-right: 760px;
}
.container_12 .suffix_9 {
  padding-right: 855px;
}
.container_12 .suffix_10 {
  padding-right: 950px;
}
.container_12 .suffix_11 {
  padding-right: 1045px;
}
/* `Push Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .push_1 {
  left: 95px;
}
.container_12 .push_2 {
  left: 190px;
}
.container_12 .push_3 {
  left: 285px;
}
.container_12 .push_4 {
  left: 380px;
}
.container_12 .push_5 {
  left: 475px;
}
.container_12 .push_6 {
  left: 570px;
}
.container_12 .push_7 {
  left: 665px;
}
.container_12 .push_8 {
  left: 760px;
}
.container_12 .push_9 {
  left: 855px;
}
.container_12 .push_10 {
  left: 950px;
}
.container_12 .push_11 {
  left: 1045px;
}
/* `Pull Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .pull_1 {
  left: -95px;
}
.container_12 .pull_2 {
  left: -190px;
}
.container_12 .pull_3 {
  left: -285px;
}
.container_12 .pull_4 {
  left: -380px;
}
.container_12 .pull_5 {
  left: -475px;
}
.container_12 .pull_6 {
  left: -570px;
}
.container_12 .pull_7 {
  left: -665px;
}
.container_12 .pull_8 {
  left: -760px;
}
.container_12 .pull_9 {
  left: -855px;
}
.container_12 .pull_10 {
  left: -950px;
}
.container_12 .pull_11 {
  left: -1140px;
}
/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/
/* http://sonspring.com/journal/clearing-floats */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */
.clearfix:before,
.clearfix:after,
.container_12:before,
.container_12:after {
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}
.clearfix:after,
.container_12:after {
  clear: both;
}
/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/
.clearfix,
.container_12 {
  zoom: 1;
}
@font-face {
  font-family: digital;
  src: url("digital_7_italic.ttf");
}
body {
  font: 81.25%/1.5 'Microsoft YaHei', 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
  color: #333333;
  background: url('../img/bg.png');
}
a {
  color: #609700;
  text-decoration: none;
  /*
	&:visited {
		text-decoration: underline;
		color: @global-link-color;
	}
	&:link {
		text-decoration: underline;
		color: @global-link-color;
	}
	*/

}
a:hover {
  text-decoration: underline;
  color: #333333;
}
.container {
  background-color: #ffffff;
  width: 1140px;
  margin: 0 auto;
}
.header {
  background: #333333 url(../img/carbon.png);
}
.header .logo {
  height: 100px;
}
.header .nav {
  height: 30px;
}
.header .nav ul {
  list-style: none;
  position: relative;
}
.header .nav ul li {
  margin-left: 0;
}
.header .nav ul li {
  float: left;
  position: relative;
  z-index: 10;
}
.header .nav ul li.back {
  background-color: #609700;
  height: 5px;
  top: -34px;
}
.header .nav ul li a {
  text-decoration: none;
  display: block;
  padding: 5px 30px;
  white-space: nowrap;
}
.header .nav ul li a:hover {
  background-color: #dddddd;
}
.header .nav ul li a.hover {
  color: #333333 !important;
  background-color: #dddddd !important;
}
.header .nav ul li a.current {
  color: #fff;
  background-color: #609700;
}
.header .nav ul li ul {
  position: absolute;
  display: none;
  background: #dddddd;
}
.header .nav ul li ul li {
  float: none;
}
.header .nav ul li ul li a {
  padding: 10px 60px;
}
.header .nav ul li ul li a:hover {
  background-color: #609700;
  color: #fff;
}
.header .nav_top {
  height: 70px;
}
.header .nav_top .contact {
  float: right;
  height: 70px;
  line-height: 70px;
}
.header .nav_top .contact ul {
  list-style: none;
}
.header .nav_top .contact ul li {
  margin-left: 0;
}
.header .nav_top .contact ul li {
  float: left;
  position: relative;
  z-index: 11;
}
.header .nav_top .contact ul li a {
  text-decoration: none;
  display: block;
  width: 55px;
  text-align: center;
}
.header .nav_top .contact ul li a span {
  position: absolute;
  display: none;
  text-indent: -1000000px;
  width: 150px;
  height: 150px;
  line-height: 150px;
  left: 50%;
  top: 100%;
  margin-left: -75px;
  border: 1px solid #cdcdcd;
}
.header .nav_top .contact ul li a span i {
  position: absolute;
  display: block;
  background: no-repeat url(../img/arrow.png) 0 0;
  width: 10px;
  height: 10px;
  top: 0;
  left: 50%;
  margin: -5px;
}
.header .nav_top .contact ul li a span img {
  width: 150px;
  height: 150px;
  position: absolute;
  left: 0;
  top: 0;
}
.header .nav_top .contact ul li a:hover {
  background-color: #8bc07d;
  background-color: rgba(139, 192, 125, 0.6);
}
.main {
  margin: 10px auto;
}
.main .grid_4 {
  /*height: @main-height;*/

}
.main .grid_4 .column {
  border: 1px solid #9c9c9c;
  border-radius: 5px;
  overflow: hidden;
}
.main .grid_4 .column .divide {
  display: block;
  margin: 0 10px 10px;
}
.main .grid_4 h4 {
  margin-bottom: 0;
  text-indent: 10px;
  padding: 10px;
  background-color: #CCC;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, whiteSmoke), color-stop(100%, #cccccc));
  background-image: -webkit-linear-gradient(whiteSmoke, #cccccc);
  background-image: -moz-linear-gradient(whiteSmoke, #cccccc);
  background-image: -o-linear-gradient(whiteSmoke, #cccccc);
  background-image: linear-gradient(whiteSmoke, #cccccc);
}
.main .grid_4 ul {
  list-style: none;
}
.main .grid_4 ul li {
  margin-left: 0;
}
.main .grid_4 ul li {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.main .grid_4 ul a {
  display: block;
  padding: 5px 0 5px 20px;
}
.main .grid_4 ul a:hover {
  background: no-repeat url(../img/icons/paper-clip.gif) 17px center;
  padding-left: 35px;
  opacity: .6;
  filter: alpha(opacity=60);
}
.main .grid_4 ul a span.timeline {
  font-family: digital,Helvetica,Arial;
  color: #333333;
  float: right;
  margin-right: 5px;
  opacity: .6;
  filter: alpha(opacity=60);
}
.main2 {
  background: url('../img/main_bg.jpg') no-repeat 0 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
.main2 .column {
  height: 80px;
  margin-top: 50px;
  margin-bottom: 20px;
  padding-left: 100px;
}
.main2 .column.icon_money {
  background: url('../img/money_icon.jpg') no-repeat 15px center;
}
.main2 .column.icon_app {
  background: url('../img/app_icon.jpg') no-repeat 15px center;
}
.main2 .column.icon_lock {
  background: url('../img/lock_icon.jpg') no-repeat 15px center;
}
.main2 .column .text span {
  display: block;
}
.main2 .column .text span.caption {
  font-size: 18px;
}
.ad {
  margin-bottom: 10px;
}
.ad .grid_12 {
  height: 72px;
}
.ad .grid_12 ul li {
  border: 1px solid #ddd;
  height: 70px;
  width: 200px;
  text-align: center;
  line-height: 70px;
  border-radius: 5px;
}
.ad .grid_12 ul li a span {
  margin-left: 10px;
}
.ad2 {
  margin-bottom: 20px;
}
.ad2 span.caption {
  font-size: 1.2em;
  padding: 15px 20px;
  display: inline-block;
}
.ad2 a img {
  opacity: .6;
  filter: alpha(opacity=60);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}
.ad2 a:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
  filter: none;
}
.footer {
  background: #dddddd;
  box-shadow: 0 3px 9px 0px #B1B1B1 inset;
}
.footer .grid_12 {
  height: 35px;
}
.footer .grid_12 p {
  line-height: 35px;
  text-align: right;
}
.footer .grid_12 p span {
  font-family: digital,Helvetica,Arial;
  font-size: 2em;
  float: left;
}
.mini-banner img {
  height: 300px;
  width: 1140px;
}
.list-main {
  margin: 10px auto;
}
.list-main .column-left {
  position: relative;
}
.list-main .column-left span {
  display: block;
  padding: 9px 15px 9px;
  width: 70%;
  margin: 0 auto;
  background: #333;
  color: #fff;
  font-weight: bold;
  text-indent: 1.5em;
}
.list-main .column-left span.column-header {
  background: #333333 url('../img/icons/database.gif') no-repeat 10px center;
  text-indent: 1.5em;
}
.list-main .column-left span.column-pageview {
  background: #333333 url('../img/icons/chart.gif') no-repeat 20px center;
  text-indent: 2.5em;
}
.list-main .column-left span.column-author {
  background: #333333 url('../img/icons/user.gif') no-repeat 20px center;
  text-indent: 2.5em;
}
.list-main .column-left span.column-source {
  background: #333333 url('../img/icons/diskette.gif') no-repeat 20px center;
  text-indent: 2.5em;
}
.list-main .column-left span.column-date {
  background: #333333 url('../img/icons/calendar.gif') no-repeat 20px center;
  text-indent: 2.5em;
}
.list-main .column-left span.column-time {
  background: #333333 url('../img/icons/clock.gif') no-repeat 20px center;
  text-indent: 2.5em;
}
.list-main .column-left span i {
  display: inline-block;
  background: no-repeat url(../img/title-arrow.png) left center;
  width: 30px;
  height: 38px;
  position: absolute;
  right: -5px;
  top: 0;
}
.list-main .column-left ul {
  list-style: none;
  width: 70%;
  margin: 0 auto;
  background-color: #dddddd;
  border-radius: 0 0 5px 5px;
  display: none;
}
.list-main .column-left ul li {
  margin-left: 0;
}
.list-main .column-left ul li {
  padding: 7px 15px 8px;
  text-align: center;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.column-right {
  margin-top: 10px;
}
.column-right ul li a {
  padding: 5px 0;
  display: block;
}
.column-right ul li a span {
  float: right;
  font-family: digital,Helvetica,Arial;
}
.column-article h4 {
  background: url('../img/icons/checkmark.gif') no-repeat 0 center;
  text-indent: 1em;
}
.paging-bar {
  list-style: none;
  overflow: hidden;
  float: right;
}
.paging-bar li {
  margin-left: 0;
}
.paging-bar li {
  float: left;
}
.paging-bar li a {
  padding: 5px 5px;
}
.li-odd {
  background-color: #f1f1f1;
}
.banner-container {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  padding: 10px;
  border-radius: 4px;
  zoom: 1;
  filter: progid:DXImageTransform.Microsoft.Shadow(Color=#eeeeee, Strength=15, Direction=0), progid:DXImageTransform.Microsoft.Shadow(Color=#eeeeee, Strength=15, Direction=90), progid:DXImageTransform.Microsoft.Shadow(Color=#eeeeee, Strength=15, Direction=180), progid:DXImageTransform.Microsoft.Shadow(Color=#eeeeee, Strength=15, Direction=270);
}
#main-banner ul {
  list-style: none;
}
#main-banner ul li {
  margin-left: 0;
}
#main-banner span.sliderBtn {
  background: url("../img/sprite.png") no-repeat;
  cursor: pointer;
  height: 100px;
  position: relative;
  top: 30%;
  z-index: 100;
  width: 45px;
}
#main-banner #prevBtn {
  left: 0;
  float: left;
}
#main-banner #nextBtn {
  background-position: right top;
  right: 0;
  float: right;
  color: #747474;
}
#main-banner #btnList {
  height: 25px;
  position: absolute;
  bottom: 5px;
  padding: 0 10px 0 10px;
  list-style: none;
}
#main-banner #btnList li {
  margin-left: 0;
}
#main-banner #btnList .num {
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
  margin-left: 10px;
  float: right;
  overflow: hidden;
  opacity: .6;
  filter: alpha(opacity=60);
  border-radius: 20px;
  font-family: digital,Helvetica,Arial;
  color: #fff;
  background: #609700;
}
#main-banner #btnList .num_hover {
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
  margin-left: 10px;
  float: right;
  overflow: hidden;
  opacity: .6;
  filter: alpha(opacity=60);
  border-radius: 20px;
  font-family: digital,Helvetica,Arial;
  color: #fff;
  background: #747474;
}
#main-banner #btnList .num_act {
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
  margin-left: 10px;
  float: right;
  overflow: hidden;
  opacity: .6;
  filter: alpha(opacity=60);
  border-radius: 20px;
  font-family: digital,Helvetica,Arial;
  background: #609700;
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}
/*
* {
	outline: 1px solid #ddd;
}
*/