.index_about {
  width: 1100px;
  height: 264px;
  background: #ffeb00 url(../images/index/about_bg.jpg) no-repeat right top;
  position: relative;
}
.index_about .about_title {
  position: absolute;
  left: 20px;
  top: -26px;
}
.index_about .about_title a {
  width: 67px;
  height: 263px;
  background: url(../images/index/about_title.png) no-repeat 0 0;
  display: block;
}
.index_about .about_title a:hover {
  background: url(../images/index/about_title_.png) no-repeat 0 0;
}
.index_about .about_text {
  padding-top: 40px;
  margin-left: 105px;
  line-height: 170%;
  width: 390px;
  font-size: 14px;
}
.index_about .about_text p {
  margin-bottom: 20px;
}
.index_about .about_text p a {
  color: #3C3C3C;
  text-decoration: none;
}
.index_about .about_text p a:hover {
  text-decoration: none;
}

.index_products {
  padding-top: 51px;
  padding-left: 75px;
  position: relative;
  min-height: 610px;
}
.index_products .products_title {
  position: absolute;
  left: 20px;
  top: -26px;
}
.index_products .products_title a {
  width: 67px;
  height: 642px;
  background: url(../images/index/products_title.png) no-repeat 0 0;
  display: block;
}
.index_products .products_title a:hover {
  background: url(../images/index/products_title_.png) no-repeat 0 0;
}
.index_products .list ul li {
  float: left;
  margin-left: 27px;
  margin-bottom: 28px;
}
.index_products .list ul li .products_pic {
  width: 218px;
  height: 218px;
  border: 1px solid #AAAAAA;
  margin-bottom: 3px;
}
.index_products .list ul li .products_pic span {
  width: 218px;
  height: 218px;
  background: url(../images/index/overlay.png) no-repeat 0 0;
  position: absolute;
  z-index: 10;
  display: none;
}
.index_products .list ul li .products_pic img {
  max-width: 218px;
  max-height: 218px;
 /* position: absolute;*/
  z-index: 9;
}
.index_products .list ul li .products_name {
  width: 220px;
  background: #5D5D5D;
  line-height: 36px;
  text-align: center;
}
.index_products .list ul li .products_name a {
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
}
.index_products .list ul li:hover .products_pic {
  border: 1px solid #DDD144;
}
.index_products .list ul li:hover .products_pic span {
  display: block;
}
.index_products .list ul li:hover .products_name {
  background: #3A3A3A;
}

.fb {
  background: url(../images/index/fb_bg.png) no-repeat 0 0;
  padding: 8px;
  position: absolute;
  right: 35px;
  top: 602px;
  width: 452px;
  height: 243px;
  overflow: hidden;
}
.fb .fb-page {
  position: relative;
}
