/*面包屑*/
.main1{
	padding: 1% 0;
}
.main1 a{
	font-size: 20px;
	color: #282828;
	font-weight: 600;
}
.main1 span{
	font-size: 20px;
	color: #c28a21;
	font-weight: 600;
}
/*面包屑*/


/*分类*/
.main2{
	margin-top: 1%;
}
.main2 ul li{
	float: left;
	width: 12%;
	text-align: center;
	padding: 0.4% 0;
}
.main2 ul li a{
	font-size: 20px;
	color: #282828;
}
.main2-li{
	background: #c28a21;
}
.main2-li a{
	color: white !important; 
}
.main2-2-1{
	width: 31%;
	float: left;
	position: relative;
	margin-top: 3.5%;
	margin-left: 3.5%;
}
.main2-2-1:nth-child(1){
	margin-left: 0;
}
.main2-2-1:nth-child(4){
	margin-left: 0;
}
.main2-2-1:nth-child(7){
	margin-left: 0;
}
.main2-2-1 a{
	display: block;
}
.main2-2-1 img{
	display: block;
}
.main2-2-1 p{
	width: 100%;
	font-size: 20px;
	color: white;
	background: rgba(193,151,64,0.6);
	position: absolute;
	letter-spacing: 0.2rem;
	text-align: center;
	bottom: 0;
	padding: 3% 0;
	display: none;
}
.main2-2-1:hover .p1{
	display: block;
}
/*分类*/


.fenyespan {
	width: 100%;
    text-align: center;
    margin-top: 47px;
    margin-bottom: 2%;
}
.fenyespan span {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    display: inline-block;
    margin: 0 5px;
    border: 1px solid #ebebeb;
}
.fenyespan a{
    color: #666666;
}
.fenyespan span:hover , .fenyespan a:hover{
    cursor: pointer;
    background-color: #00561f;
    color: #fff;
    border-color: #00561f;
}
.fenyespan span:hover .spana{
	color: #fff;
}
.fenyespan .fenyeactive {
    background-color: #00561f;
    border-color: #00561f;
}
.fenyespan .fenyeactive a{
    color: #fff;
}
.fenyespan .a{
	width: 40px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    display: inline-block;
    margin: 0 5px;
    color: #666666;
    border: 1px solid #ebebeb;
}




/*媒体查询*/
@media screen and (max-width: 1200px) {
.main{
	margin-bottom: 13%;
}
.main1 a {
    font-size: 2rem;
    color: #282828;
    font-weight: 600;
}
.main1{
	padding: 2% 0;
}
.main1 span{
	font-size: 2rem;
	color: #c28a21;
	font-weight: 600;
}

.main2-2-1 {
    width: 48.2%;
    float: left;
    position: relative;
    margin-top: 3.5%;
    margin-left: 3.5%;
}
.main2-2-1:nth-child(3){
	margin-left: 0%;
}
.main2-2-1:nth-child(4){
	margin-left: 3.5%;
}
.main2-2-1:nth-child(5){
	margin-left: 0%;
}
.main2-2-1 p {
    width: 100%;
    font-size: 2rem;
    color: white;
    background: rgba(193,151,64,0.6);
    position: absolute;
    letter-spacing: 0.2rem;
    text-align: center;
    bottom: 0;
    padding: 3% 0;
    display: block;
}
.main2 ul li {
    float: left;
    width: 20%;
    text-align: center;
    padding: 0.4% 0;
}
.main2 ul li a {
    font-size: 2.4rem;
    color: #282828;
}


.fenyespan span {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 2rem;
    display: inline-block;
    margin: 0 5px;
    border: 1px solid #ebebeb;
}

.fenyespan .a {
    width: 120px;
    height: 70px;
    line-height:70px;
    font-size: 2rem;
    display: inline-block;
    margin: 0 5px;
    color: #666666;
    border: 1px solid #ebebeb;
}
}