.cc{
	display: flex;
	flex-direction:column;
	align-items: center;
}
.cc .h1{
	display: block;
	width: 100%;
	font-size:14px;
	color:#999;
}
.banner{
	width: 100%;
	height: 400px;
	position: relative;
}
.banner .banner_img{
	display: block;
	width: 100%;
	height: 400px;
	margin: 0 auto;
	background-size: contain|cover;
}
.lower{
	background: #F7F7F7;
	width: 100%;
	padding-top: 24px;
}
.titleya{
	width: 1200px;
	background: #FFFFFF;
	margin-top: 32px;
	margin-bottom: 36px;
}
.titleya .big_nav{
	display: flex;
	height: 80px;
	align-items: center;
	padding-left: 60px;
	border-bottom: 1px dashed #F8F8F8;
	
}
.big_nav li{
	margin-right: 60px;
	width: 100px;
	height: 38px;
	justify-content: center;
	align-items: center;
	display: flex;
	cursor: pointer;
}
.big_nav li.active{
	background: red;
	color: #FFFFFF;
}
.titleya .small_nav{
	display: flex;
	margin-left: 60px;
	height: 70px;
	align-items: center;
}
.small_nav li:first-child{
	margin-left: 0px;
}
.small_nav li{
	margin-left: 28px;
	margin-right: 28px;
	cursor: pointer;
}
.small_nav li.active{
	color: red;
}
.goodslist{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.goods{
	background: #FFFFFF;
	width: 284px;
	height: 378px;
	margin-right: 16px;
	margin-bottom: 16px;
}
.goods:nth-child(4n+4){
	margin-right: 0px;
} 
.goods img{
	/* width: 288px;
	height: 288px; */
	width: 284px;
    height: 284px;
}
.goods p{
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-size: 14px;
	line-height: 20px;
}

/* åˆ†é¡µæ ·å¼ */
ul.pagination {
	margin-top:56px ;
    display: flex;
    padding: 0;
	justify-content: center;
}

ul.pagination li {
	/* display: inline; */
	margin-right: 12px;
	background: #FFFFFF;
}

ul.pagination li a {
	color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
}

ul.pagination li a.active {
    background-color: red;
    color: #FFFFFF!important;
    border: 1px solid red;
}

ul.pagination li a:hover:not(.active) {background-color: #ddd;}
ul.pagination .tiaoz{
	height: 34px;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.tiaoz .pge{
	width: 36px;
	height: 40px;
	margin-left: 8px;
	border: 0px;
	margin-right: 8px;
}
.tiaoz .con_btn{
	width: 48px;
	height: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #FFFFFF;
	margin-left: 18px;
}
.ad{
	margin-top:84px ;
}
.tuijian_biaoti{
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin-top: 56px;
	margin-bottom: 24px;
}
.tuijian_biaoti .left{
	display: flex;
	align-items: center;
}
.tuijian_biaoti .left h1{
	margin-left: 5px;
}
.tuijian_biaoti .hh{
	font-size: 14px;
	color: #333333;
	cursor: pointer;
}
.tuijian_biaoti .hh:hover{
	color: #E50012;
}
.attu{
	width: 100%;
	height: 378px;
	overflow: hidden;
	margin-bottom: 96px;
	position: relative;
}
.tuijian_goods{
	width: 100%;
	height: 378px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	position: absolute;
	
}
.tuijian_goods > a{
	display: inline-block;
	max-width: 288px;
	margin-right:14px;
}
.tuijian_goods > a:nth-child(4n+4){
	margin-right:0px;
}
.tuijian_goods li{
	width: 288px;
	height: 378px;
	background: #FFFFFF;
	margin-right: 10px;
	/* margin-bottom: 96px; */
}
.tuijian_goods .title{
	margin-top: 20px;
	margin-left:10px;
	margin-right: 10px;
	margin-bottom: 10px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 14px;
    line-height: 20px;
}
.tuijian_goods .price{
	font-size: 20px;
	font-weight: 700;
	color: #E50012;
	margin-left: 10px;
}