/*-----------------------------Common--------------------------------*/
.NewsAndCommnet, .Products, .Features, .PartFour, .Cooperate {
  margin: 30px auto;
}
.indexTitle {
  height: 40px;
  line-height: 40px;
}
/*-----------------------------Banner--------------------------------*/
/* 此处的 .bAS, .bannerI0-I4, .bannerS0-S4 等样式似乎与您提供的HTML不直接相关，
  并且使用了负值定位，可能用于JS动态切换效果。
  为避免误删重要功能，我将保留这些样式，但建议您检查其必要性。
*/
.bAS {
  width: 95%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  height: 300px;
  z-index: 1;
}
.bannerI0 { top: -400px; left: 0; }
.bannerS0 { right: -300px; bottom: 100px; background: #FE4C40; }
.bannerI1 { top: -400px; left: 0; bottom: 0; }
.bannerS1 { bottom: -300px; right: 0; background: #3cd3dc; }
.bannerI2 { right: -400px; bottom: 0; }
.bannerS2 { top: -300px; right: 0; background: #f89b18; }
.bannerI3 { top: -400px; left: 0; }
.bannerS3 { bottom: -300px; right: 0; background: #a700af; }
.bannerI4 { top: -400px; left: 0; }
.bannerS4 { bottom: -300px; right: 0; background: #32912f; }
.Banner {
  height: 600px;
  overflow: hidden;
  position: relative;
  z-index: 3;
}
.bannerLeftBar, .bannerRightBar {
  height: 40px;
  top: 285px;
  width: 40px;
}
.bannerLeftBar {
  background: url(bigpng.png) -167px 0;
}
.bannerRightBar {
  background: url(bigpng.png) -167px -40px;
}
.bannerImage { opacity: 0; }
.bannerSlogan {
  opacity: 0;
  text-align: center;
  position: absolute;
  width: 300px;
  height: 300px;
  z-index: 2;
  padding: 0 20px;
}
.bannerInner {
  height: 600px;
}
.bannerInner h1, .bannerInner h3 {
  color: white;
  font-size: 18px; /* 14pt 不规范 */
  line-height: 30px;
}
.bannerInner h3 {
  text-align: left;
  text-indent: 20px;
  font-size: 15px; /* 11pt 不规范 */
  line-height: 30px;
  font-weight: normal;
  margin-top: 30px;
}
.bannerControl {
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 10px;
  right: 0px;
}
.bannerControl li {
  width: 25px;
  height: 2px;
  margin-left: 6px;
  background: black;
  float: left;
  cursor: pointer;
}
.bannerIcon, .bannerTitle, .bannerDesc, .bannerButton {
  position: absolute;
  z-index: 1;
}
.bannerIcon {
  width: 27px;
  height: 27px;
  left: -120px;
  top: 20px;
}
.bannerTitle {
  width: 210px;
  height: 40px;
  line-height: 70px;
  font-size: 17px; /* 13pt 不规范 */
  color: white;
  top: -300px;
  left: 55px;
  text-indent: 10px;
}
.bannerDesc {
  width: 275px;
  font-size: 15px; /* 11pt 不规范 */
  color: white;
  line-height: 30px;
  text-align: left;
  left: 300px;
  top: 90px;
}
.bannerButton {
  width: 100px;
  right: 450px;
  bottom: 20px;
  cursor: pointer;
}
.bannerButton a {
  display: block;
  width: 160px;
  height: 25px;
  background: url(morearrow.jpg) right no-repeat;
  color: white;
  padding: 5px;
}

/*-----------------------------Slogan--------------------------------*/
.Slogan {
  color: #30363f;
  margin: 20px auto;
}
.Slogan h1, .Slogan a {
  display: inline;
  font-size: 15px; /* 11pt 不规范 */
  font-weight: normal;
  color: #30363f;
  line-height: 30px;
}

/*-----------------------------PartFour--------------------------------*/
.PartFour li {
  width: 228px;
  margin: 10px 10px;
  float: left;
  border: 1px solid #F0F0F0;
  padding: 15px 0;
  cursor: pointer;
  height: 230px;
  position: relative;
}
.PartFour li a {
  color: #4C4B51; /* 修复原始代码中 a 标签颜色未继承的问题 */
}
.PartFour h3 {
  font-size: 15px; /* 11pt 不规范 */
  font-weight: bold;
  color: #4c4c59;
  text-align: center;
  margin-top: 5px;
}
.PartFour span {
  display: block;
  margin: 0 auto;
  color: #787887;
  font-size: 12px; /* 9pt 不规范 */
  line-height: 30px;
}
.partFourImg {
  width: 80px;
  height: 80px;
}
.smallP {
  background: #F2044D;
  position: absolute;
  top: 0px;
  left: 115px;
  width: 0px;
  height: 90px;
  z-index: -1;
}
.bottomShadow {
  position: absolute;
  bottom: -12px;
  width: 230px;
  height: 10px;
}

/*-----------------------------Features--------------------------------*/
.Features a {
  overflow: hidden;
  display: block;
  width: 312px;
  height: 76px;
  margin: 10px 10px;
  float: left;
  padding: 15px 0;
  position: relative;
  color: #888; /* 默认链接颜色，与base.css中的a标签颜色一致 */
}
.Features .featuresEnd {
  width: 316px;
}
.Features a:hover {
  color: white;
  background: #F2054D;
}
.Features dl {
  display: block;
}
.Features dt {
  width: 66px;
  height: 66px;
  float: left;
  margin: 5px 10px;
}
.Features h3 {
  font-size: 15px; /* 11pt 不规范 */
  line-height: 30px;
}
.Features dd {
  font-size: 12px; /* 9pt 不规范 */
  margin-right: 6px;
  line-height: 22px;
}
.f1 { background: url(sprite.jpg) 0 -152px; }
.f2 { background: url(sprite.jpg) -66px -152px; }
.f3 { background: url(sprite.jpg) -132px -152px; }
.f4 { background: url(sprite.jpg) -198px -152px; }
.f5 { background: url(sprite.jpg) -264px -152px; }
.f6 { background: url(sprite.jpg) -330px -152px; }

/*-----------------------------Cooperate--------------------------------*/
.cooperateControl {
  right: 0;
  top: -5px;
}
.blk_29 {
  overflow: hidden;
  zoom: 1; /* For IE 6/7 */
  position: relative;
}
span.LeftBotton, span.RightBotton {
  display: block;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: #f3f3f3;
}
.Cont {
  padding-top: 5px;
}
.box {
  float: left;
  width: 140px;
  height: 140px;
  margin: 13px;
}
.Cooperate .indexContent {
  position: relative;
  padding: 0 30px;
  width: 940px;
}
.Cooperate .indexContent li {
  margin: 10px 8px;
  float: left;
}
#cooperateLeftButton, #cooperateRightButton {
  width: 32px;
  height: 65px;
  margin: 0;
  margin-top: 40px;
  cursor: pointer;
  position: absolute;
}