
  .sideLeftBar {
	width: 262px;
	float: left;
	margin-top:30px;
}
.ClumnTitle {
	color: #fff;
	text-align: center;
	background-color: #FF9933;
	font: bold 28px/82px "微软雅黑";
}
.productTab {
	border: 1px solid #dcdcdc;
	border-top: none;
}
.productTab>ul>li {
	position: relative;
}
.productTab>ul>li>a {
	display: block;
	font: 14px/55px "微软雅黑";
	color: #6b6b6b;
	text-indent: 47px;
	background-color: #fff;
	border-bottom: 1px solid #dcdcdc;
}
.productTab ul ul {
	display: none;
}
.productTab ul ul a {
	display: block;
	text-indent: 32px;
	color: #5c5c5c;
	background-color: #f3f3f3;
	font: 14px/45px "微软雅黑";
	transition: all 0.3s;
	border-bottom: 1px solid #dcdcdc;
}
.productTab>ul>li b {
	display: block;
	position: absolute;
	width: 52px;
	height: 55px;
	left: 0;
	top: 0;
	z-index: 9;
	background: url(../img/minus1.jpg) no-repeat center;
}
.productTab>ul>li .sele {
	background: url(../img/add1.png) no-repeat center;
}
.productTab ul ul li:hover a {
	color: #fff;
	background-color: #FF9933;
}
.productTab ul ul li a.on {
	color: #fff;
	background-color: #FF9933;
}
.productTab>ul>li>a:hover {
	color: #fff;
	background: #FF9933;
}
.productTab>ul>li>a:hover+b {
	background: url(../img/minus2.jpg) no-repeat center;
}
.productTab>ul>li>a:hover+b.sele {
	background: url(../img/add2.png) no-repeat center;
}
.productTab>ul>li>a.on {
	color: #fff;
	background-color: #FF9933;
}
.productTab>ul>li>a.on+b {
	background: url(../img/minus2.jpg) no-repeat center;
}
.productTab>ul>li>a.on+b.sele {
	background: url(../img/add2.png) no-repeat center;
}
.cbgg-01 {
            background: #FF9933;
            text-align: center;
            color: #fff;
            margin-top: 20px;
        }
        
.productList {
	width: 912px;
	float: right;
}
.productList>ul>li {
	width: 280px;
	float: left;
	margin: 0 12px 20px;
}
.productList>ul>li figure {
	width: 280px;
	height: 210px;
	overflow: hidden;
}
.productList>ul>li img {
	width: 280px;
	height: 210px;
	transition: all 0.3s;
}
.productList>ul>li:hover img {
	transform: scale(1.1);
}
.productList_1>ul>li {
	width: 423px;
	float: left;
	margin: 0 12px 20px;
}
.productList_1>ul>li figure {
	width: 423px;
	height: 238px;
	overflow: hidden;
}
.productList_1>ul>li img {
	width: 423px;
	height: 238px;
	transition: all 0.3s;
}
.productList>ul>li p {
	color: #424242;
	width: 100%;
	text-align: center;
	height: 48px;
	overflow: hidden;
	font: 16px/48px "微软雅黑";
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	background: #fff;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.productList>ul>li p:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #FF9933;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.productList>ul>li:hover p:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
.productList>ul>li:hover p {
	color: #fff;
}        
        .cbgg-01-img img {
            width: 100%;
            display: block;
        }
        
        .cbgg-01 p {
            padding-top: 15px;
        }
        
        .cbgg-01 p img {
            vertical-align: middle;
            margin-right: 5px;
        }
        
        .cbgg-01 span {
            display: block;
            font-size: 28px;
            font-weight: bold;
            font-family: Arial;
            padding-bottom: 20px;
            padding-top: 10px;
        }

        
        
        
        