@charset "utf-8";

#gdContent{
  
}
#gdBox {
  float: left;
  width: 756px;
  margin: 0px auto;
  overflow: hidden;
  margin-top: 22px;
}
#gdBox ul li {
  float: left;
  list-style: none;
  font-size: 24px;
  color: #FFF;
   width: 170px;
  height: 136px;
  border-right: 0px dashed #CCCCCC;
  background-color: #FFFFFF;
  text-align: center;
  margin: 0px 20px 0px 0px;
}
#gdBox ul li span {
  display: block;
  text-align: center;
  font-size: 12px;
  color: #9ba4b3;
}
#gdBox ul li a {
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  color: #333333;
}
#gdBox ul li img {
  padding: 0px;
  border: 0px solid #D9D9D9;
  background: #FFFFFF;
  width: 170px;
  height: 136px;
}


#LeftButton {
  cursor: hand;
  height: 190px;
  width: 40px;
  float: left;
  background: url(images_lan/r_l.png) no-repeat center center;
  margin: 0px;
}
#RightButton {
  cursor: hand;
  margin: 0px;
  height: 190px;
  width: 40px;
  float: left;
  background: url(images_lan/r_r.png) no-repeat center center;
}
#gd {
  width: 100%;
  overflow: hidden;
  padding-left: 0px;
  height: auto;
  margin: 0px auto;
  padding-top: 10px;
  padding-bottom: 0px;
}
