@charset "utf-8";
/*
 * ==============================
 * @description: [WebSite] 首页样式
 * @author: ---
 * @update: ---
 * ==============================
*/
/* main 开始 */
.main {
  margin: 10px 0 0 219px;
  width: 980px;
  height: 455px;
  /* focus */
  /* newsflash */
}
.main .focus {
  overflow: hidden;
  position: relative;
  width: 720px;
  height: 455px;
}
.main .focus ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 600%;
}
.main .focus ul li {
  float: left;
}
.main .focus .arrow_prev {
  display: none;
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -20px;
  width: 24px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 30px;
  text-align: center;
  background: rgba(0, 0, 0, 0.3);
  z-index: 2;
}
.main .focus .arrow_next {
  display: none;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -20px;
  width: 24px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 30px;
  text-align: center;
  background: rgba(0, 0, 0, 0.3);
  z-index: 2;
}
.main .focus .circle {
  position: absolute;
  bottom: 10px;
  left: 50px;
}
.main .focus .circle li {
  float: left;
  margin: 0 5px;
  width: 10px;
  height: 10px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  cursor: pointer;
}
.main .focus .circle li.current {
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: rgba(255, 255, 255, 0.5) 0 0 0 3px;
}
.main .newsflash {
  width: 250px;
  height: 455px;
}
.main .newsflash .news {
  height: 163px;
  border: 1px solid #ccc;
}
.main .newsflash .news .news-hd {
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  padding: 0 15px;
  border-bottom: 1px dotted #ccc;
}
.main .newsflash .news .news-hd a {
  float: right;
  font-size: 12px;
}
.main .newsflash .news .news-hd a i {
  margin-left: 7px;
}
.main .newsflash .news .news-bd {
  padding: 10px 0 0 15px;
}
.main .newsflash .news .news-bd li {
  height: 23px;
}
.main .newsflash .news .news-bd li span {
  font-weight: 700;
  margin-right: 7px;
}
.main .newsflash .lifeservice {
  overflow: hidden;
  height: 208px;
  border: 1px solid #ccc;
  border-top: none;
}
.main .newsflash .lifeservice ul {
  width: 252px;
}
.main .newsflash .lifeservice li {
  position: relative;
  float: left;
  width: 63px;
  height: 70px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.main .newsflash .lifeservice li a {
  display: block;
  /* 解决 i 引起的外边距合并问题 */
  overflow: hidden;
  height: 100%;
}
.main .newsflash .lifeservice li a .service-ico {
  display: block;
  margin: 10px auto;
  width: 24px;
  height: 24px;
  background: url(../images/icons.png) no-repeat;
}
.main .newsflash .lifeservice li a .service-ico.service-ico-huafei {
  background-position: -17px -16px;
}
.main .newsflash .lifeservice li a .service-ico.service-ico-jipiao {
  background-position: -78px -16px;
}
.main .newsflash .lifeservice li a .service-ico.service-ico-dianying {
  background-position: -142px -16px;
}
.main .newsflash .lifeservice li a .service-ico.service-ico-youxi {
  background-position: -206px -16px;
}
.main .newsflash .lifeservice li a .service-ico.service-ico-caipiao {
  background-position: -17px -87px;
}
.main .newsflash .lifeservice li a .service-ico.service-ico-jiayou {
  background-position: -80px -87px;
}
.main .newsflash .lifeservice li a .service-ico.service-ico-jiudian {
  background-position: -142px -87px;
}
.main .newsflash .lifeservice li a .service-ico.service-ico-dianying {
  background-position: -142px -87px;
}
.main .newsflash .lifeservice li a .service-ico.service-ico-huoche {
  background-position: -207px -87px;
}
.main .newsflash .lifeservice li a .service-ico.service-ico-zhongchou {
  background-position: -17px -157px;
}
.main .newsflash .lifeservice li a .service-ico.service-ico-licai {
  background-position: -79px -159px;
}
.main .newsflash .lifeservice li a .service-ico.service-ico-lipin {
  background-position: -143px -153px;
}
.main .newsflash .lifeservice li a .service-ico.service-ico-baitiao {
  background-position: -206px -158px;
}
.main .newsflash .lifeservice li a p {
  text-align: center;
}
.main .newsflash .lifeservice li a .hot {
  position: absolute;
  top: 0;
  right: 0;
  color: #49954B;
}
.main .newsflash .bargain {
  margin-top: 5px;
  height: 75px;
}
/* 今日推荐 */
.recommend {
  margin-top: 10px;
  height: 163px;
}
.recommend .recom-hd {
  width: 200px;
  height: 163px;
  background-color: #5c5251;
  text-align: center;
}
.recommend .recom-hd img {
  margin: 30px 0 15px 0;
}
.recommend .recom-hd h3 {
  font-size: 18px;
  color: #fff;
}
.recommend .recom-bd {
  overflow: hidden;
  width: 1000px;
  height: 163px;
  background-color: #ebebeb;
}
.recommend .recom-bd li {
  float: left;
  margin-top: 10px;
  width: 249px;
  height: 163px;
  border-right: 1px solid #ccc;
}
.recommend .recom-bd li:last-child {
  border: none;
}
/* floor 开始 */
.box-hd {
  margin-top: 25px;
  height: 30px;
  border-bottom: 2px solid #c81623;
}
.box-hd h3 {
  font-size: 18px;
  color: #c81623;
}
.box-hd .tab-list {
  line-height: 30px;
}
.box-hd .tab-list li {
  float: left;
}
.box-hd .tab-list li a {
  margin: 0 10px;
}
.w-210 {
  width: 210px;
  background-color: #f9f9f9;
}
.w-330 {
  width: 330px;
}
.w-219 {
  width: 219px;
  border-right: 1px solid #ccc;
}
.w-220 {
  width: 220px;
  border-right: 1px solid #ccc;
}
.box-bd {
  overflow: hidden;
  height: 361px;
}
.box-bd img {
  transition: all 0.3s;
}
.box-bd img:hover {
  margin-left: 8px;
}
.box-bd .tab-con-list {
  overflow: hidden;
  margin-bottom: 37px;
}
.box-bd .tab-con-list li {
  margin-left: 10px;
  width: 86px;
  height: 32px;
  line-height: 32px;
  border-bottom: 1px solid #ccc;
  text-align: center;
}
.box-bd .tab-con {
  height: 361px;
}
.box-bd .tab-con li {
  overflow: hidden;
  float: left;
}
.box-bd .tab-con li .tab-con-item {
  border-bottom: 1px solid #ccc;
}
.box-link {
  overflow: hidden;
  margin-top: 25px;
  padding: 10px 0;
  height: 80px;
  background-color: #f9f9f9;
}
.box-link li {
  float: left;
  width: 120px;
  line-height: 60px;
  text-align: center;
  border-right: 1px dotted #ccc;
}
.box-link li:last-child {
  border: none;
}
/* 电梯导航 */
.fixedtool {
  position: fixed;
  top: 300px;
  left: 50%;
  margin-left: -676px;
  width: 66px;
  background-color: #fff;
}
.fixedtool li {
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  text-align: center;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
}
.fixedtool li.current {
  background-color: #c81623;
  color: #fff;
}
.fixedtool li:hover {
  background-color: #c81623;
  color: #fff;
}
.toTop {
  position: fixed;
  bottom: 50px;
  right: 50px;
  margin-top: 30px;
  background-color: #c81623;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.toTop div {
  width: 32px;
}
.toTop div.topico {
  border-bottom: 1px dashed #fff;
}
