
.main-wrapper{
	width: 100%;
	background: #f2f2f2;
}
.main{
	width: 100%;
	max-width: 1220px;
	min-height: 1015px;
	height: auto;
	margin: 0 auto;
	background: #f2f2f2;
	box-sizing: border-box;
	padding:3rem 1rem ;
}
.main>h4{
	font-size: 1.09rem;
	font-weight:bold;
	color: #666;
	margin-bottom:2rem;
}
.main .allpro{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}


.main .left{
	width:20%;
	min-width: 264px;
	float: left;
	margin-top:33px;
}
.main .left.active ul{
	display: block ;
}
.main .left .title{
	height: 38px;
	background: #99999a;
	text-align: left;
	line-height: 38px;
	color: #fff;
	font-size: 16px;
	border: 1px solid #cccccc;
	box-sizing: border-box;
	padding: 0 1rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.main .left .title span:last-child{
	display: none;
	font-size: 16px;
	color: #fff;
}

.main .left>ul>li.active .name{
	border: none;
}
.main .left>ul>li.active .name span img{
	transform: rotate(-360deg);
}
.main .left>ul>li.active ul{
	height: 0;
	min-height: 200px;
	overflow: auto;
}


.main .left>ul>li .name{
	height:58px;
	background: #fff;
	text-align: left;
	line-height:58px;
	color: #666666;
	font-size: 14px;
	border: 1px solid #cccccc;
	font-weight: bold;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
	padding: 0 1rem;
}
.main .left>ul>li .name span img{
	transition: all .5s;
	transform: rotate(360deg);
}


.main .left>ul>li ul{
	background: #fff;
	height: 0px;
	min-height: 0px;
	transition: all .5s;
	overflow: hidden;
}
.main .left>ul>li ul li a{
	display: block;
	font-size: 14px; 
	color: #666;
	box-sizing: border-box;
	padding: 0 1rem;
	margin:6px 0;
}
.main .right{
	float: right;
	width:75%;
}
.main .right select{
	box-sizing: border-box;
	padding-right: 1rem;
}

.main .right .page{
	display: flex;
	justify-content: space-between;
	align-items: center; 
	color: #666;
	font-size: 14px;
}
.main .right .page02 ul{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-top: 10px;
}
.main .right .page02 ul li a{
	display: block;
	height: 24px;
	text-align: center;
	line-height: 24px;
	font-size: 14px;
	color: #333;
	margin: 0 5px;
	padding: 0 10px;
}
.main .right .page02 ul li:hover a,.main .right .page02 ul li.active a{
	background: #333;
	color: #fff;
}
.main .right .all{
	margin-top: 10px;
}
.main .right .all ul{
	display:flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.main .right .all ul li{
	width:23%;
	margin-bottom:0.7rem;
	margin-right: 0.7rem;
	transition: all .5s;
}
.main .right .all ul li:nth-child(4n){
	margin-right: 0;
}
.main .right .all ul li a{
	display: block;
	width: 100%;
}
.main .right .all ul li:hover{
	/*transform: translateY(-10px);*/
	box-shadow: 0 4px 30px rgba(0,0,0,.15);
}

.main .right .all ul li a .photo{
	width: 100%;
	height: 222px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	overflow: hidden;
}
.main .right .all ul li a .photo>img{
	width: 150px;
	height: 150px;
}
.main .right .all ul li a .photo:hover .elsepic{
	opacity: 1;
}
.main .right .all ul li a .photo .elsepic{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	transition: all .5s;
	background: #fff;
	opacity: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.main .right .all ul li a .photo .elsepic img{
	/*transform: translateY(20%);*/
}



.main .right .all ul li a .word{
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	height: 130px;
	background: #cccccc;
	box-sizing: border-box;
	padding:0.5rem 0 1rem 0;
}
.main .right .all ul li a .word p{
	color: #666;
	font-size: 12px;
	line-height: 0px;
}
.main .right .all ul li a .word .color{
	/*width: 73px;*/
	height: 15px;
	margin: 0 auto;
	display: flex;
	justify-content:center;
}
.main .right .all ul li a .word .color span{
	display: block;
	width: 15px;
	height: 15px;
	background: #fff;
	margin: 0 5px;
}
.main .right .all ul li a .word .color span:nth-child(2){
	background: #000;
}
.main .right .all ul li a .word .color span:nth-child(3){
	background: #8d704e;
}
.main .more{
	text-align: center;
	margin: 1rem 0;
	display: none;
}
@media only screen and (max-width: 1200px) {
	.main{
		padding: 1rem;
		padding-top: 0;
	}
	.main>h4{
		margin-bottom: 0;
		display: none;
	}
	.main .allpro{
		flex-direction: column;
		align-items: center;
	}
	.main .left{
		width:93%;
		margin-right:3%;
	}
	.main .right{
		width: 99%;
		margin-top: 1rem;
	}
	
	.main .right .all ul{
		justify-content: flex-start;
	}
	.main .left ul{
		display: none;
	}
	.main .left.active ul{
		display: block;
	}
	.main .left .title span:last-child{
		display: block;
		
	}
}
@media only screen and (max-width:1024px){
	.main .left{
		position: relative;
	}
	.main .left>ul{
		position: absolute;
		width: 100%;
		z-index: 5;
	}
	.main .left>ul>li ul{
		/*display: none !important;*/
	}
	.main .left>ul>li.active .name{
		border: 1px solid #ccc;
	}
	.main .right .page{
		display: none;
	}
	.main .more{
		display: block;
	}
}

@media only screen and (max-width:768px){
	.main .right .all ul li a .photo{
		height: auto;
	}
	.main .right .all ul li a .word{
		/*height: auto;*/
	}
}


@media only screen and (max-width:640px){
	.main .right .all ul li{
		width: 45%;
		margin:0.5rem;
	}
	.main .right .page{
		flex-direction: column;
		align-items: flex-start;
	}
	.main .right .all ul li a .photo{
		height: 150px;
	}
	.main .right .page02 ul{
		justify-content: center;
	}
}






