
.main-side{  width:869px;
  margin:0px auto;}

.mainPhotos {
  position: relative;
}
.mainPhotos img {
  max-width: 100%;
}
.mainPhotos .bd {  
  position: relative;
  overflow: hidden;
}
.mainPhotos .bd img {
  display: block;
  width: 100%;
  height: 100%;
}
.mainPhotos .bd li {
  position: relative;
  height: 100%;
}
.mainPhotos .bd .txt {
  height: 169px;
  width: 100%;
  left: 0;
  bottom: 0;
  position: absolute;
  background: url(../images/txtshadowbg.png) repeat-x;
}
.mainPhotos .bd .txt p {
  font-size: 18px;
  color: #FFFFFF;
  line-height: 36px;
  padding: 0 1.5em;
  position: absolute;
  left: 0;
  bottom: .6em;
}
.mainPhotos .infos {
  padding: 18px 0 25px;
}
.mainPhotos .infos li {
  display: none;
  font-size: 14px;
  color: #333333;
  text-indent: 2em;
}
.mainPhotos .hd {
  height: 126px;
  background: #fff;
  position: relative;
  overflow: hidden;
}
.mainPhotos .hd h3 {
  font-size: 16px;
  color: #1269a1;
  font-weight: bold;
  width: 24px;
  float: left;
  position: absolute;
  left: 0;
  top: 0;
  padding-left: 21px;
  padding-top: 21px;
  text-align: center;
  line-height: 1.4em;
}
.mainPhotos .hd .uls {
  width: 810px;
  overflow: hidden;
  position: relative;
  height: 105px;
  margin-left: 57px;
}
.mainPhotos .hd ul {
  padding-top: 21px;
  width: 11205%;
  position: relative;
}
.mainPhotos .hd li {
  float: left;
  width: 118px;
  height: 80px;
  border: 2px solid transparent;
  cursor: pointer;
  margin-right: 13px;
}
.mainPhotos .hd li img {
  display: block;
  width: 100%;
  height: 100%;
}
.mainPhotos .hd li.on {
  border-color: #607D8B;
}
.mainPhotos .prev i,.mainPhotos .next i{font-size: 48px;}
.mainPhotos .prev {
  position: absolute;
  left: 0;  
  width: 80px;
  text-align: center;
  top: 30%;
  color: #fff;
  cursor: pointer;
  display: none;
}
.mainPhotos .next {
  position: absolute;
  right: 0;  
  width: 80px;
  text-align: center;
  top: 30%;
  color: #fff;
  cursor: pointer;
  display: none;
}
.mainPhotos:hover .prev,
.mainPhotos:hover .next {
  display: block;
}
.mainPhotos .prevStop,
.mainPhotos .nextStop {
  cursor: no-drop;
  filter: alpha(opacity=60);
  opacity: .6;
}