﻿/*产品滚动*/
#fczs_main {
  height: auto;
}
.left1 {
  float: left;
}
#fczs_gd {
  width: 890px;
  height: auto;
  float: left;
  overflow: hidden;
}
#fczs_gd ul {
  width: 1200px;
  height: auto;
}
#fczs_gd ul li {
  width: 285px;
  height: auto;
  float: left;
  text-align: center;
  margin-right: 14px;
  margin-bottom: 15px;
  overflow: hidden;
  position: relative;
  line-height: 110px;
}
#fczs_gd ul li a {
  background-color: #e5e5e5;
  width: 100%;
  height: auto;
  float: left;
  font-size: 14px;
  color: #505050;
}
#fczs_gd ul li a:hover {
  background-color: #3e9cd7;
  color: #fff;
}
#fczs_gd ul li img {
  width: 100%;
  display: block;
}
.proHv {
  width: 287px;
  height: 190px;
  background: url("../images/prohv.png") no-repeat;
  position: absolute;
  left: 0;
  top: -195px;
  transition: all 0.4s linear 0s;
}
#fczs_gd ul li:hover .proHv {
  top: 0;
}
#cont2 {
  width: 100%;
  height: 450px;
  background: url("../images/cont2_bg.jpg") no-repeat center;
}
.cont2 {
  overflow: hidden;
  padding-top: 55px;
}
