.container{
	width: 1180px;
	margin: auto;
}
.row:after{
	content: "";
	display: block;
	clear: both;
}
.margin-top30{
	margin-top: 30px;
}
.leftnav{
	float: left;
	width: 25%;
}
.leftnav ul.fix{
	position: fixed;
	top: 15px;
}
.repair-content{
	float: right;
	width: 75%;
}
.leftnav li{
	cursor: pointer;
    margin: 13px 0;
    box-sizing: border-box;
    color: rgba(0,0,0,.7);
    padding-left: 10px;
}
.leftnav li a{
	display: block;
}
.leftnav li a.highlight{
	color: #44a8f2;
	position: relative;
}
.leftnav li a.highlight:before{
	content: "";
	width: 2px;
	height:19px ;
	background-color:#44a8f2;
	position: absolute;
	top: 0;
	left: -10px; 
}
.index-product{
	padding-bottom: 30px;
}
.index-product .product-title {
    line-height: 45px;
    border-bottom: 1px solid rgba(0,0,0,.2);
}
.product-content .content-list {
    margin: 50px 2% 0;
    text-align: center;
    padding: 10px;
    transition: all .5s;
    width: 44%;
    box-sizing: border-box;
    display: inline-block;
}
.p-img>img{
	max-width: 100%;
}
.product-content .content-list:hover {
    -webkit-box-shadow: 0 15px 30px rgba(0,0,0,.1);
    -webkit-transform: translate3d(0,-5px,0);
    transform: translate3d(0,-5px,0);
    box-shadow: 0 15px 30px rgba(0,0,0,.1);
    -moz-box-shadow: 0 15px 30px rgba(0,0,0,.1);
    transition: all .5s;
}
.product-content .content-list h4 {
    height: 35px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 500;
    text-align: center;
}
.p-list-content{
	padding: 5px;
}
.p-img{
	position:relative;
}

.p-img a {
	position: absolute;
	bottom: 0;
	width: 50%;
	height: 50%
}

.p-img>a:first-child {
	left: 0
}

.p-img>a:first-child span {
	left: 15px
}

.p-img>a:nth-child(2) {
	right: 0
}

.p-img>a:nth-child(2) span {
	right: 15px
}

.p-img a span {
	color: #fff;
	font-size: 25px;
	display: inline-block;
	width: 50px;
	height: 35px;
	border-radius: 8px;
	border: 2px solid #fff;
	line-height: 48px;
	text-align: center;
	transition: all 0.6s;
	position: absolute;
	bottom: 10px
}

.p-img a span>.fa {
	position: absolute;
	top: 5px;
	left: 16px
}

.content-list:hover .p-img>span,
.p-img a span:hover {
	transition: all 0.6s;
	background-color: #60aff6;
	border-color: #60aff6
}

.p-img>span {
	color: #fff;
	font-size: 25px;
	display: inline-block;
	width: 70px;
	height: 48px;
	border-radius: 8px;
	border: 2px solid #fff;
	position: absolute;
	left: 50%;
	margin-left: -35px;
	top: 50%;
	margin-top: -24px;
	line-height: 48px;
	text-align: center;
	transition: all 0.6s
}
@media only screen and (min-width:992px ) and (max-width:1199px) {
	.container{
		width: 970px;
	}

}
@media only screen and (min-width: 768px) and (max-width:991px) {
	.container{
		width: 750px;
	}

}
@media only screen and (max-width:767px ) {
	.container{
		width: 98%;
		margin: 0 1%;
	}
	.electronic-title{
		padding: 20px 0;
		line-height: 20px;
	}
	.electronic-title h1{
	    font-size: 1.5rem;
	}
	.leftnav{
		width: 100%;
		margin-top: 15px;
	}
	.leftnav ul li{
		display: inline-block;
		margin: 0 5px 5px 0;
		padding:0;
	}
	.leftnav ul>li>a{
		padding:0px 6px;
		border: 1px solid rgba(0, 0, 0, .5);
		border-radius: 6px;
	}
	.leftnav ul>li>a.highlight{
		background-color: rgba(255, 0, 0, .5);
		color: #fff;
		border-color: rgba(255, 0, 0, .5);
	}
	.leftnav ul>li>a.highlight:before{
		display: none;
	}
	.leftnav ul.fix {
    position: fixed;
    top: 60px;
    background-color: #fff;
    padding-top: 15px;
    padding-bottom: 10px;
    z-index:10;
}
.repair-content {
    width: 100%;
}
.product-content .content-list{
	width: 92%;
	margin: auto;
	display: block;
}
}