/* #176cd7 */
.productCon{
    width: 100%; background: #f5f5f5; padding-top: 80px;
}
.equip{
    width: 80%; margin: 0 auto; display: flex;
}
.proTitle{
    height: 76px; width: 100%; font-size: 18px; background: #176cd7; color: #fff; line-height: 78px; text-indent: 30px;
}
.proTitle img{
    width: 30px; height: 30px; float: right; margin: 23px;
}
.list{
	width : 300px;
}
.list ul{
	list-style: none;
}
.list>ul>li{
	width: 298px;
    text-indent: 30px; border: 1px solid #ddd; background: #fff; color: #333; font-size: 16px; cursor: pointer;
	border-bottom: 1px solid #666;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
			transition: .3s ease;
}
.list>ul>li p[class=title]{
	position   : relative; width: 298px; height: 64px; line-height: 64px; text-indent: 30px; border: 1px solid #ddd; background: #fff; color: #333; font-size: 16px; cursor: pointer; margin-top: 5px;
}
.list>ul>li p[class=title]>span{
	position: absolute; right: 10%;
}
.list-se{
	overflow: hidden; display: none;
}
.list-se>p{
	background: #fff !important; color:#ee4977;
}
.list-se>li{
	position: relative;
	right   : -100%;
	-webkit-transition: right .5s;
	-moz-transition   : right .5s;
	-o-transition     : right .5s;
	transition        : right .5s;
}
.list-se>li>p{
	background  : #fff;
	color       : #999;
	height      : 58px;
    font-size: 14px;
	-webkit-box-sizing :border-box;
	        box-sizing :border-box;
	/* padding-left: 10px; */
	line-height : 58px;
	border-left : 5px solid #176cd7; 
    border-top: 1px solid #ddd;
	-webkit-transition   : border .5s; 
			 transition  : border .5s;
	-webkit-transition   : background .3s;
			 transition  : background .3s;
}
.list-se>li>p a{
	color: #999;
}
.list-se>li>p:hover{
	background  : #f6f6f6;
    color: #176cd7;
}
.list-se>li>p:hover a{
    color: #176cd7;
}
.equipRight{
    flex-grow: 1; margin-left: 80px; padding: 30px;
}
.equipList{
    width: 100%; margin: 0 auto; display: flex; justify-content: space-between; margin-bottom: 50px;
}
.equipList li{
    width: 30%; background: #fff; border: 1px solid #e5e5e5; position: relative; border-bottom: 5px solid #fff;
}
.equipList li a{
	display: block;
	position: relative;
}
.equipList li::before{
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    border-bottom: 5px solid #176cd7;
	transition: all 0.5s;
}
.equipList li:hover{
	-moz-box-shadow:0px 2px 10px #ccc; -webkit-box-shadow:0px 2px 10px #ccc; box-shadow:0px 2px 10px #ccc; border-bottom: 5px solid #176cd7; transition: all 0.5s;
}
.equipList li:hover::before{
    width: 100%;
	transition: all 0.5s;
}

.equipList li:hover .proText{
	color: #176cd7;
}
.equipList li:hover .proImg{
	width: 74%; margin: 30px 13%; transition: all 0.5s;
}
.proImg{
	width: 70%; margin: 30px 15%;
}
/* .proText{
	width: 100%; text-align: center; border-top: 1px solid #ddd; line-height: 70px; font-size: 14px; color: #333; position: absolute; bottom: 0;
} */
.proText{
	width: 100%; text-align: center; border-top: 1px solid #ddd; line-height: 25px; font-size: .3rem; color: #333; padding: 15px 0;
}

