.container {
  width: 100%;
  height: 660px;
  overflow: hidden;
}
.container .search {
  width: 231px;
  height: 42px;
  background: url(../img/bg_search.png) no-repeat;
  position: absolute;
  right: 0;
  top: 0px;
  left: 50%;
  margin-left: 271px;
  display: block;
  z-index: 9;
}
.container .search input {
  outline: none;
  border: none;
}
.container .search input.kw {
  width: 174px;
  height: 20px;
  position: absolute;
  left: 18px;
  top: 10px;
  background-color: transparent;
  font-size: 12px;
  color: #333;
  line-height: 20px;
}
.container .search input.sub {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 195px;
  top: 10px;
  background-color: transparent;
  cursor: pointer;
}
.container .rollImages {
  width: 1440px;
  height: 535px;
  position: absolute;
  left: 50%;
  margin-left: -720px;
  top: 0;
  overflow: hidden;
}
.container .rollImages .rimg {
  width: 1440px;
  height: 535px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -720px;
  margin-top: -267px;
  display: block;
}
.container .rollImages .timg {
  width: 510px;
  z-index: 9;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -502px;
  margin-top: -35px;
}
.container .crtlBtn {
  width: 31px;
  height: 120px;
  position: absolute;
  z-index: 11;
  left: 0;
  top: 245px;
  cursor: pointer;
  background: url(../img/icon_for_rollimg.png) no-repeat left center;
  display: none;
}
.container .crtlBtn.next {
  left: auto;
  right: 0;
  background: url(../img/icon_for_rollimg.png) no-repeat right center;
}
.container .crtlBtnFl {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 50%;
  top: 325px;
  margin-left: 390px;
  cursor: pointer;
  display: block;
  background: #ffffff url(../img/ctrlBtnFlLeft.png) no-repeat center;
  display: none;
}
.container .crtlBtnFl.next {
  margin-left: 450px;
  background: #ffffff url(../img/ctrlBtnFlRight.png) no-repeat center;
}
.container .mainItems {
  width: 968px;
  padding: 0 16px;
  height: 280px;
  position: absolute;
  left: 50%;
  margin-left: -500px;
  bottom: 0;
  background-color: #fff;
}
.container .mainItems .item {
  width: 222px;
  height: 280px;
  float: left;
  margin: 0 10px;
  z-index: 9;
  position: relative;
}
.container .mainItems .item .ico-new{
  width: 35px;
  height: 35px;
  position: absolute;
  left: 187px;
  top: 20px;
  z-index: 10;
}
.container .mainItems .item .focusBox {
  width: 222px;
  height: 108px;
  position: relative;
  margin: 20px auto 0 auto;
  background-color: #fff;
  display: block;
  overflow: hidden;
}
.container .mainItems .item .focusBox img {
  width: 242px;
  height: 118px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -121px;
  margin-top: -59px;
}
.container .mainItems .item .text {
  width: 222px;
  height: 113px;
  border-bottom: 2px solid #2E81CB;
  position: absolute;
  top: 120px;
}
.container .mainItems .item .text h2 {
  height: 45px;
  line-height: 45px;
  font-weight: normal;
  margin: 15px 0 0 0;
  background: url(../img/icon_item.png) no-repeat left center;
  text-indent: 15px;
}
.container .mainItems .item .text h2 a:link,
.container .mainItems .item .text h2 a:visited {
  font-size: 16px;
  color: #4673D0;
}
.container .mainItems .item .text p {
  height: 25px;
  line-height: 25px;
  margin: 0;
}
.container .mainItems .item .text p a:link,
.container .mainItems .item .text p a:visited {
  font-size: 14px;
  color: #AEAEAE;
}