/*通用样式*/

.fl{
	float: left;
	color: ;
	margin-left: 0px;
}
.fr{

}
.abs{
    position: absolute;
}
.rlt{
	position: relative;
	text-align: left;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #009944;
	font-size: 14px;
	line-height: 30px;
	color: #009944;
	font-weight: bold;
	padding-top: 10px;
}
.hide{
    display: none;
}
.show{
    display: block;
}
.container{
	width: 1000px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	padding-left: 0px;

}
/*精品展示*/
.item1{
	margin-top: 20px;
	margin-bottom: 20px;
}
.item1 ul{
	margin-bottom: 10px;
	float: left;
	width: 200px;
	margin-top: 10px;
}
.item1 ul li{
	width: 200px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	margin-right: 5px;
	clear: both;
	border: 1px solid #CCC;
	margin-top: 8px;
}
.item1 ul li a{
	height: 100%;
	font-size: 16px;
	display: block;
	color: #FFFFFF;
	border: 1px solid #009944;
}
.item1 ul li.active{
	background-color: #009944;
	margin-top: 0px;
}
.item1 ul li.active a{
    color: white;
}
/*暂时使用itme1*/
.item1 .rlt{
float:right;
width:250px;
height:260px;
margin-left:0px;	
}
.tab{
	justify-content: space-between;
	float: left;
	width: 780px;
	margin-left: 10px;

}
.tab a{
	color: #fff;
	display: block;
	height: 100%;
	overflow: hidden;
	margin-right: 5px;
}
.tab a:hover{
	color: #fff;
	float: right;
}
.tip{
	position: absolute;
	left: 84px;
	margin-left: -84px;
	top: 232px;
	width: 253px;
	height: 31px;
	background: url(../images/img16.png) repeat;
	border: 0px solid #FEECD5;
	line-height: 25px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	padding-top: 5px;
	text-align: center;
}
.tab img:not(.noscale){
    transition: all .5s;
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -o-transition: all 2s;
}
.tab img:not(.noscale):hover{
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
}
.rlt .tip.abs p {
	text-align: center;
}
