
.container1 {
/*	background: #f7f8fa;*/
	height: auto;
	overflow: hidden;
	padding-top: 30px;

}

.container1 ul {
	margin: 0;
}

.container1 ul li{
	list-style: none;
}

.price {
	width: 100%;
	margin: 0 auto;

}
.price h2 {
	font-size: 24px;
	color: #333;
	line-height: 1;
	font-weight: 400;
	padding-bottom: 10px;
	padding-left: 10px;
}

.price .category {
	width: 100%;
	overflow: hidden;
	position: relative;
	overflow: hidden;
/*	margin-bottom: 20px;*/
	/*margin-left: 10px;*/
	background: #000;
}
.price .category:after {
	content: "";
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 1px;
	background-color: #EDEDED;
	z-index: 2;
}

.price .category:before {
	content: "";
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 1px;
	background-color: #EDEDED;
	z-index: 2;
}

.price .category a:after {
	content: "";
	display: inline-block;
	width: 0;
	height: 100%;
	vertical-align: middle;
}
.price .category .prev {
	/*display: none;*/
    position: absolute;
    top: 0;
    width: 40px;
    height: 100%;
    /*box-shadow: 0 0 3px #c6c6c7;*/
    background: rgb(255, 133, 50);
    text-align: center;
    font-size: 0;
    left: 0;
 /*   border-right: 1px solid #e1e3e6;
    border-left: 1px solid #e1e3e6;*/
}

.price .category .prev span {
	display: inline-block;
	vertical-align: middle;
	width: 9px;
	height: 18px;
	background-repeat: no-repeat;
	background-image: url(../images/arrow1.png);
	background-position: 40.77% 25%;
	background-size: initial;
}
.price .category .next span {
	display: inline-block;
	vertical-align: middle;
	width: 9px;
	height: 18px;
	background-repeat: no-repeat;
	background-image: url(../images/arrow1.png);
	background-position: 89.29% 25%;
	background-size: initial;
}

.price .category .next {
	position: absolute;
	top: 0;
	width: 40px;
	height: 100%;
	/*box-shadow: 0 0 3px #c6c6c7;*/
	background: #f60;
	text-align: center;
	font-size: 0;
	right: 0;
/*	 border-right: 1px solid #e1e3e6;
    border-left: 1px solid #e1e3e6;*/
}

.price .category ul li:hover{
	background: #333;
}
.price .category ul li.active {
	    color: #FFFFFF;
    background: #f60;
}

.price .cont {
	display: none;

	    width: 100%;
    /*height: 56px;*/
    border: 1px solid #eee;
    background: #fff;
}

.price .cont.active {
	display: block;
}

.price .cont ul li {

	float: left;

	box-sizing: border-box;

	/*width: 265px;*/

}

.price .cont ul li:nth-child(4n) {
	margin-right: 0px!important;
}

.price .cont ul li a {
	display: block;
	/*border: 1px solid #E5E5E5;*/
	

	line-height: 50px;
/*	margin-top: 20px;*/
	padding: 13px 50px 15px;
}

.price .cont ul li a:hover {
	box-shadow: 0 3px 7px 0 rgba(0, 0, 0, .1);
	border-color: rgba(229, 229, 229, .73);
}

.price .cont ul li a:hover .cont_main h3.title {
	color: #00a4ff;
}

.price .cont ul li a .cont_main {
	/*display: table-cell;
	vertical-align: top;*/
	text-align: center;
}
.cont ul{
	margin: 0;

    width: 834px;
    float: right;
    padding: 0;
    background-color: #fff;
}
.cont ul li{
	margin: 0;
	padding:0px;
}
.price .cont ul li a .cont_main h3.title {
	font-size: 14px;
	font-weight: 400;
	    color: #666;
	line-height: 54px;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	text-overflow: ellipsis;
}

.price .cont ul li a .cont_main p.desc {
	font-size: 14px;
	line-height: 1.5;
	color: #666;
	height: 42px;
	margin-top: -2px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.category ul{
	
	padding-left: 40px;
}


.price .category ul li {
	display: table-cell;
	white-space: nowrap;
	font-size: 14px;
	text-align: center;
	border-bottom: 3px solid transparent;
	cursor: pointer;
	position: relative;
	/*padding: 0px 51px;*/
	    height: 55px;
	     line-height: 51px;
width: 265px;
	background: #000;
	color: #fff;
}


@media  (max-width: 768px){

.cont ul{
	padding: 0;
}
.container1{
	padding-right: 0;
	padding-left: 0;
	display: none;
}

.price .category ul li {
	display: table-cell;
    white-space: nowrap;
    font-size: 14px;
    text-align: center;
    border-bottom: 3px solid transparent;
    cursor: pointer;
    position: relative;
    padding: 0px 31px;
    height: 55px;
    line-height: 50px;
    background: #000;
    color: #fff;
    width: auto;
}
.price .cont ul li{
	width: 100%;
	    border-bottom: 1px solid #eee;
}
}