@charset "utf-8";
/* home.css */
/* #cover */
#cover {
  min-width: 980px;
  min-height: 496px;
  margin: 0 auto;
  position: relative;
  background-image: url("../images/global/bg-sysinfo-logo.png");
  background-repeat: no-repeat;
  -webkit-background-size: 180px 116px;
  -moz-background-size: 180px 116px;
  -o-background-size: 180px 116px;
  background-size: 180px 116px;
  background-position: 50% 50%;
}

#cover ul {
  position: relative;
}

#cover ul li {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  max-height: 600px;/* 2014.04.03*/
  /*max-height: 674px;*//* 2013.11.08*/
  /*height: 674px !important;*//* 2013.11.08*/
  text-align: center;/* 2013.11.08*/
}

#cover ul li a {
  display: block;
  height: 100%;
  text-align: center;/* 2013.11.08*/
}

#cover ul li img {
  /*width: 100%;*//* 2013.11.08*/
}

#cover div.covernav {
  width: 100%;
  position: absolute;
  top: 50%;
  z-index: 500;
  margin-top: 7px;
}

#cover p.prev {
  position: absolute;
  top: 50%;
  left: 30px;
  width: 31px;
  height: 60px;
  overflow: hidden;
}
#cover p.next {
  position: absolute;
  top: 50%;
  right: 30px;
  width: 31px;
  height: 60px;
  overflow: hidden;
}
#cover p.prev a,
#cover p.next a {
  display: block;
  width: 31px;
  height: 60px;
  overflow: hidden;
}
#cover p.prev a img,
#cover p.next a img {
  margin-top: -120px;
}

#cover .slideinfo {
  display: none;
}

#cover .slideinfo dl {
  position: absolute;
  bottom: 0;
  z-index: 100;
}

#cover .slideinfo dl dt,
#cover .slideinfo dl dd {
  position: absolute;
  left: 30px;
  bottom: 50px;
}

#cover .slideinfo dl dd {
  position: absolute;
  left: 30px;
  bottom: 20px;
  font-size: 12px;
  font-weight: bold;
  color: #DEDEDE;
  white-space: nowrap;
}

#cover .slideinfo dl dd.txtblack {
  color: #000;
}

#cover .slideinfo p.pagenumber {
  width: 90px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background-color: rgba(0, 0, 0, 0.8);
  background-color: #1B1B1B\9;
  /* IE8 */
  color: #FFF;
  font-size: 15px;
  position: absolute;
  right: 30px;
  bottom: 1px;
  z-index: 100;
}

#cover .bx-wrapper {
  border-bottom: 1px solid #EDEDED;
}

/* #content */
#content {
  width: 960px;
  padding: 24px 16px 0;
  margin: 0 auto 30px;
}

#content:after {
  content: "";
  display: table;
  clear: both;
}

#content header {
  display: none;
}

#content header h1 {
  display: none;
}

/* #content > section shared */
#content > section > header {
  display: block;
  text-align: center;
  position: relative;
}

#content > section > header h2 {
  clear: both;
  padding-top: 16px;
  background: url(../images/icon/icon-header-2x22.png) no-repeat center top;
}

#content > section h2 {
  padding: 0 16px;
  margin-bottom: 18px;
}

#content > section > header aside {
  position: absolute;
  top: 22px;
  right: 0;
}

#content > section > header aside a {
  width: 23px;
  height: 20px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-repeat: no-repeat;
  background-image: url(../images/icon/icon-more-23x20.png);
}

#content > section ul:after {
  content: "";
  display: table;
  clear: both;
}

#content > section ul li a img {
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

#content > section ul li a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

/* section.feature */
section.feature ul li a h3 {
  text-align: center;
  color: #999;
  font-size: 12px;
  font-weight: normal;
}

section.feature {
  width: 430px;
  float: left;
}

section.feature ul li h3 {
  padding: 16px 0 0 0;
  margin-bottom: 25px;
}

section.feature ul li p.image {
  height: 180px;
  margin-bottom: 20px;
}

/* section.news */
section.news {
  width: 430px;
  float: right;
}

section.news ul li {
  background-color: #EDEDED;
  margin-bottom: 20px;
  position: relative;
}

section.news ul li a {
  width: 430px;
  height: 100px;
}

section.news ul li a h3 {
  padding: 24px 20px 0 0;
  overflow: hidden;
}

section.news ul li a time {
  position: absolute;
  left: 116px;
  bottom: 14px;
}

section.news ul li a h3,
section.news ul li a time {
  text-align: left;
  color: #999;
  font-size: 12px;
  font-weight: normal;
}

section.news ul li p.image {
  width: 100px;
  height: 100px;
  float: left;
  margin-right: 16px;
  background-color: #FFF;
  overflow: hidden;
}
/* section.blog */
section.blog {
  width: 960px;
  clear: both;
  padding: 40px 0;
  margin: 0 auto;
}
section.blog ul {
  width: 980px;
  overflow: hidden;
}
section.blog ul:after {
  content: "";
  display: table;
  clear: both;
}
section.blog ul li {
  background-color: #EDEDED;
  margin: 0 18px 20px 0;
  position: relative;
  float: left;
}
section.blog ul li a {
  width: 308px;
  height: 100px;
}
section.blog ul li a h3 {
  padding: 16px 20px 0 0;
  overflow: hidden;
  height: 48px;
  line-height: 16px;
}
section.blog ul li a time {
  position: absolute;
  left: 116px;
  bottom: 12px;
}
section.blog ul li a h3,
section.blog ul li a time {
  text-align: left;
  color: #999;
  font-size: 12px;
  font-weight: normal;
}
section.blog ul li p.image {
  width: 100px;
  height: 100px;
  float: left;
  margin-right: 16px;
  background-color: #FFF;
  overflow: hidden;
}
