﻿           .wrap {
  width: 1200px;
  margin: 0 auto;
			  
}

.wrap * {
  padding: 0;
  margin: 0;
}

.wrap ul,
.wrap li {
  list-style: none;
}
.homeCon8-body {
  padding-bottom: 10px;
}
.homeCon8-tab{
  text-align: center;
  padding-bottom: 50px;
}
.homeCon8-tab span{
  border-radius: 50%;
  width: 8px;
  height: 8px;
  border: 1px solid #fe6602;
  display: inline-block;
  margin: 0 3px;
  cursor: pointer;
}
.homeCon8-tab span.active{
  background: #fe6602;
}
		  .homeCon8-item {
  display: none;
}
.homeCon8-item.active{
  display: block;
}
.homeCon8-body .side {
  float: left;
  width: 305px;
  height: 406px;
  border-right: 2px solid #f9f9f9;
  padding: 20px 25px;
  box-sizing: border-box;
  position: relative;
}
.homeCon8-body .side *:before,
.homeCon8-body .side *:after {
  z-index: -1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.homeCon8-body .side img {
  position: absolute;
  z-index: 1;
  width: 305px;
  height: 406px;
  top: 0;
  left: 0;
}
.homeCon8-body .side a {
  text-transform: uppercase;
  overflow: hidden;
  z-index: 5;
  width: 112px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  position: absolute;
  bottom: 50px;
  left: 95px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  z-index: 2;
}
.homeCon8-body .side a:hover {
  border: 1px solid #fe6602;
}
.homeCon8-body .side a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 80px;
  background: #fe6602;
}
.homeCon8-body .side a:hover:before {
  width: 112px;
}
.homeCon8-body .side a:active {
  background: #fe6602;
}
.homeCon8-body .list {
  float: right;
  width: 890px;
  background: #fff;
}
.homeCon8-body .list h2 {
  font-size: 16px;
  font-weight: normal;
  color: #333;
  width: 249px;
}
.homeCon8-body .list h2 span {
  display: block;
  float: left;
  height: 20px;
  line-height: 20px;
  max-width: 249px;
  overflow: hidden;
  font-size: 16px;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.homeCon8-body .list h2 span.active {
  max-width: 203px;
}
.homeCon8-body .list h2 i {
  margin-left: 5px;
  display: block;
  float: left;
  width: 47px;
  height: 19px;
  background: url('../images/newPage/isBuy.png') no-repeat 0 0;
  display: none;
}
.homeCon8-body .list p {
  font-size: 12px;
  color: #b4b4b4;
  width: 295px;
  height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 5px;
}
.homeCon8-body .list img {
  width: 295px;
  height: 107px;
  background: #ddd;
  display: block;
  margin-top: 11px;
  overflow: hidden;
}
.homeCon8-body .list li {
  float: left;
  width: 295px;
  border-right: 2px solid #f7f7f7;
  padding: 23px 25px;
  border-bottom: 2px solid #f7f7f7;
}
.homeCon8-body .list li:nth-child(3n) {
  border-right: 0;
}
.homeCon8-body .list li:nth-child(n+4) {
  border-bottom: 0;
}
.homeCon8-body .list li:hover h2 span {
  color: #fe6602;
}
.homeCon8-body .list li:hover p {
  color: #333;
}
		  
.over:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  transition: 0.4s;
  transform: translate3d(0, -3px, 0);
}
	
		  
#zzsc{ height:auto; width:1200px;margin:30px auto; overflow:hidden;padding-bottom: 60px}
#zzsc ul li{ width:230px; height:125px; overflow:hidden; float:left; margin:5px 5px 5px 5px; position:relative; border-radius: 5px;}
#zzsc ul li .text{ width:100%; height:0; overflow:hidden; position:absolute; left:0; bottom:0; background:rgba(75,75,75,0.7); font-size:12px; color:#fff;}
#zzsc ul li .text p{text-align:left; color:#fff; line-height:180%; padding:5px 10px; clear:both}
#zzsc ul li .text b{ display:block; padding:7px 10px; display:block; float:left; background:#0a4bc9; margin-bottom:5px;}