.menu-product > a {
	color:#eb612a !important;
}
.new-product{
	margin-top: 20px;
	border: 1px solid #cfcfcf;
	padding-bottom: 30px;
}
.new-product .title{
	background: #CFCFCF;
	height: 40px;
	line-height: 40px;
	color: #fff;
	margin-bottom: 20px;
	padding-left: 20px;
	font-size: 18px;
	font-weight: bold;
}

.goods-list {
	padding:0 15px;
	margin-top: 30px;
}
.goods-list .row{
	margin: 0px;
}
.goods-list h5{
	/*background: #eeeeee;*/
	height: 49px;
	line-height: 49px;
	/*padding-left: 10px;*/
	border-top: 1px solid #C4C6CB;
	border-bottom: 1px solid #C4C6CB;

}
.goods-list h5 a{
	font-size: 16px;
	color: #EB612A;
	padding-left: 20px;
}
.goods-list p a{
	height: 25px;
	line-height: 25px;
	padding-left: 20px;
	color: #777;
}
.goods {
	padding:0px;
	margin-bottom: 30px
}
.category-list > ul{
	padding: 0px 0px 10px 20px;
	background: #eee;
	margin: 20px 0px;
}
.product-right-list{
	padding: 20px;
}
.product-box {
	text-align: center;
	border: 1px solid #ddd;
	/*padding:10px;*/
	/*padding-bottom: 10px;*/
	margin-bottom: 20px;
	cursor: pointer;
}
.product-box .img-box{
	/*padding:20px 50px 20px 50px;*/
}
.product-box > div {
	padding: 0px 0px 0px 0;
}
.product-box > div > a {
    color: #fff;
    background: #EB612A;
    text-align: center;
    padding: 5px 10px 5px 10px;
    margin-top: 20px;
}
	.img-bg{
		background: #000;
		position: relative;
		overflow: hidden;
	}
	.img-bg img{
		opacity: 0.6;
		cursor: pointer;
		transition: all 0.3s;
	}
	 .img-bg img:hover{
		opacity: 0.7;
		transition: all 0.3s;
		transform: scale(1.2,1.2);
	}
	.img-bg:hover .img-arrow{
		opacity: 0.7;
	}

	img.img-arrow{
		width: 60px!important;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-left: -30px;
		margin-top: -30px;
		z-index: 22222;
	}
	.video-bg{
		position: fixed;
		background: #000;
		opacity: 0.6;
		top: 80px;
		left: 0px;
		right: 0px;
		bottom: 0px;
		z-index: 33333;
	}
	iframe{
		width: 780px;
		height: 440px;
		z-index: 44444;
		position: fixed;
		top: 50%;
		left: 50%;
		margin-left: -390px;
		margin-top: -220px;
	}
