.mian_goods{
	height:500px;
	background-color:#d6d6d6;
	border-radius: 10px;
}
.mian_goods_right{
	height:153px;
	background-color:white;
	border-radius: 10px;
	box-shadow: 10px 10px 20px #e6e6e6;
	transition: all 0.2s linear;  /*过渡动画*/
    margin-bottom: 20px;
}
.mian_goods_right:hover{
	transform: translate(0,0);
	transition:all .2s ease-in 0s;
	box-shadow: 2px 3px 10px #909090;
    margin-top: -5px;
    margin-bottom: 25px;
}
.tab_nav ul { list-style-type: none;}
.tab_nav { width: 1000px; margin: 0 auto 20px; text-align: center; font-size: 0;padding-top: 30px;}
.tab_nav li {
	text-shadow: 1px 2px 1px black;
    display: inline-block;
    margin: 0 5px;
    padding: 10px 20px;
    font-size: 14px;
    color: #fff;
    background-color: #107545;
    cursor: pointer;
    border-radius: 4px;
}
.tab_nav .active { color: #fff; background-color: #215db3;}
.jq22 { margin: 0 auto; font-size: 0;}
.filtr-item { display: inline-block;width: 33%;}
.filtr-item img { width: 100%;}

.tab_box{
	padding: 20px;
	width:100%;
	height:400px;
}
.tab_box img{
	width: 100%;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}
.tab_box_inside{
	border-radius: 10px;
	box-shadow: 5px 10px 20px #d0d0d0;
	transition: all 0.2s linear;  /*过渡动画*/
}
.tab_box_inside:hover{
	transform: translate(0,0);
	transition:all .2s ease-in 0s;
	margin-top: -5px;
	box-shadow: 2px 3px 8px #c7c7c7;
}

.tab_box_bottom{
	height: 200px;
	background-color: white;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
.tab_box_img_p{
	margin-top: 50px;
    margin-left: 30px;
    position: absolute;
    color: white;
    font-size: 24px;
    text-shadow: 1px 2px 1px black;
}
.tab_box_bottom_p1{
	letter-spacing: 1;
    font-size: 18px;
    padding: 20 30 0 30;
    line-height: 1.5;
    color: #4a4a4a;
    font-weight: 700;
}
.tab_box_bottom_p1:hover{
    text-shadow: 1px 1px 1px black;
}
.tab_box_bottom_p2{
	font-size: 14px;padding:0 30 0 30;
}

.tab_box_bottom_p3{
	/*text-indent: 2em;*/
    font-size: 14px;
    color: gray;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: normal !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding: 10px 30px 0px 30px;
    letter-spacing: 1px;
    line-height: 1.7;
}


/*以下是contentGoods的产品图片显示和切换*/
.all{
    width: 100%;height: auto;margin: 0px auto;overflow: hidden;
}
.top-img{
    height: auto;font-size: 0;position: relative;
}
.activeimg{
    overflow: hidden;position: relative;
}
.top-img .activeimg img{
    width: 469px;
}
.bot-img{
    height: 90px;
}
.bot-img ul{
    width: 100%;
    height: 100px;
    margin-top: 2px;
    padding-left:0px;
}
.bot-img ul li{
    width: 25%;float: left;border: 1px solid #fff;cursor: pointer;font-size: 0;
}
.bot-img ul li.active{
    border: 1px solid #ff6600;
}
.bot-img ul li img{
    width: 100%;
}
.bot-img ul li:last-child{
    margin-right: 0;
}



/*评论图片放大*/
.evaluate_photo{
	height: 40px;
}


.evaluate_photo ul{
	padding-left: 60px;
	height: 40px;
	/*position: absolute;*/  /*如果开启的话，评论图片放大就会影响整个页面的宽度*/
}

.evaluate_photo li{
	width: 43px;
    float: left;
    margin-right: 5px;
    border: 1px solid #e8e8e8;
    padding: 2;
    cursor:pointer;
}
.evaluate_small_photo img{
	width: 100%;
}
