.about {
    position: relative;
    width: 100%;
    height: 450px;
    overflow: hidden;
}

.about img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.fenlei ul,
.chanpin ul {
    display: flex;
    flex-flow: wrap;
    justify-content: flex-start;
    background-color: #eee;
}

.fenlei ul li {
    text-align: center;
    white-space: nowrap;
    width: 16%;
    height: 90px;
    line-height: 90px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	margin-right: 0.6666%;
    font-weight: bold;
}

.fenlei ul li a{
	color: #000;
}

.fenlei ul .selected {
    background-color: #AF1E25;
}

.fenlei ul .selected a{

    color: #FFF !important;
}



.chanpin {
    background-color: #FFF;
}

.chanpin ul {
    background-color: #FFF;
    margin: 0 255px;
}

.chanpin ul li {
    width: 25%;
    text-align: center;
    overflow: hidden;
    padding: 20px;
    box-sizing: border-box;
}

.chanpin ul li img {
    width: 100%;
}

.page {
    background-color: #FFF;
    padding-bottom: 30px;
}

.page ul {
    display: flex;
    justify-content: center;
    padding: 0;
    margin-bottom: 30px;
}

.chanpin p {
	text-align: left;
    /* background-color: #999999; */
    /* height: 50px; */
    line-height: 20px;
    color: #333;
	    margin-top: 5px;
	padding: 0;
    text-align: left;
    /* white-space: nowrap; */
    /*text-align: center;*/
	font-size: 18px;
	
		 text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: bold;
}
.chanpin p:nth-child(2) {
    font-size: 14px;
}

.page ul li {
    width: 40px !important;
    height: 40px;
    line-height: 40px;
    white-space: nowrap;
    padding: 0;
    background-color: #EEE;
    margin: 0 6px;
    color: #000;
}

.page ul li a {
	color: #000;
}

.page ul .yanse {
    background-color: #AF1E25;
    color: #fff;
}

.fenlei .selected a,
a:link,
a:visited,
a:hover,
a:active{
    text-decoration: none;
}

@media (max-width: 2000px) {
    .about img {
        width: auto;
    }
}

@media (max-width: 1300px) {
    .chanpin ul {
        margin: 0 150px;
    }
}

@media (max-width: 1200px) {
    .about {
        height: 350px;
    }

    .about img {

        height: 100%;
    }

    .chanpin ul {
        margin: 0 80px;
    }
}

@media (max-width: 850px) {
    .about {
        height: 250px;
    }

    .fenlei ul li,
    .chanpin ul li {
        width: 50%;
    }
	
	.fenlei ul li {
			margin-right: 0px;
	}

    .chanpin ul {
        margin: 0 20px;
    }
}

@media (max-width: 500px) {
    .about {
        height: 200px;
    }

    .page ul li {
        width: 36px !important;
        height: 36px;
        line-height: 36px;
        margin: 0 5px;
    }
}