.clear-fix:after{
	display: table;
    content: " ";
	clear: both;
}
.mbx-box{
	margin-top: 70px;
}
.mbx{
	font-size: 16px;
	background: url(../images/del.png) no-repeat 0 0;
	line-height: 26px;
	padding: 10px 0;
}
.mbx span{
	color: #0086ff;
}
.b_main{
	margin-top: 40px;
}
.content-h h1{
	font-size: 24px;
	margin-bottom: 10px;
	color: #111111;
}
.content-h p{
	font-size: 16px;
	line-height: 26px;
}
.content-h p .sj{
	margin-right: 10px;
}
.content-del{
	padding: 55px 30px;
	font-size: 16px;
	line-height: 26px;
}
.content-det{
	padding: 55px 15px;
	font-size: 16px;
	line-height: 26px;
}
.content-del p,.content-det p{
	margin-bottom: 10px;
}
.shipai .sp-name{
	font-size: 20px;
}
.shipai .sp-name span{
	position: relative;
}
.shipai .sp-name span::before {
    content: "";
    left: -65px;
    position: absolute;
    top: 50%;
    width: 50px;
    visibility: visible;
    opacity: 1;
    border-bottom: 2px solid #0086ff;
    /* background: url(../img/titleLeft.png)no-repeat; */
}
.shipai .sp-name span::after {
    content: "";
    right: -65px;
    position: absolute;
    top: 50%;
    width: 50px;
    visibility: visible;
    opacity: 1;
    border-bottom: 2px solid #0086ff;
    /* background: url(../img/titleRight.png)no-repeat; */
}
.shipai-pic{
	margin-top: 40px;
}
.shipai-pic .sp-list{
	margin-right: 50px;
	width: 30.5%;
}
.shipai-pic .sp-list:last-child{
	margin-right: 0px;
}
.del-page{
	margin-top: 40px;
	font-size: 16px;
	line-height: 26px;
}
.pic-h{
	display: none;
}
.del-page .pre{
	margin-bottom: 5px;
}
.del-page p:hover .pic-y{
	display: none;
}
.del-page p:hover .pic-h{
	display: inline-block;
}
.del-page p:hover a{
	color: #fa1f1f;
}