.container-fluid{
	padding: 0;
}

/*面包屑*/
.pie{
	color: #868686;
	padding: 15px;
	border-bottom: 1px dashed #bebebe;
	border-top: 1px dashed #bebebe;
}

.pie a,
.pie span{
	color: #868686;
	font-size: 1.2em;
}

.pie a{
	color: #153e7c;
}

/*面包屑结束*/

/*服务列表*/
.row{
	margin: 0;
}

.ser_con{
	min-height: 65vh;
	padding: 5px 15px;
	background-color: #fff !important;
}

.ser_con li{
	border: 1px solid #ebebeb;
	border-radius: 5px;
	list-style: none;
	padding: 15px 0;
	margin-top: 15px;
}

.ser_con .col-xs-3{
	padding-right: 0;
}

.ser_con .col-xs-3 img{
	width: 100%;
}

.ser_tit h2{
	font-size: 1.5em;
	line-height: 1.5em;
	margin-top: 0;
	display: inline-block;
	color: #333;
}

.ser_tit span{
	/*margin-left: 5px;*/
	font-size: 1em;
	color: #868686;
}

.col-xs-9 p{
	font-size: 1.1em;
	margin-bottom: 5px;
	color: #333;
}

.col-xs-9 .p_del{
	text-decoration: line-through;
	color: #333;
}

.col-xs-9 p span{
	color: #fe761c;
	font-size: 1.5em;
}

.col-xs-9 p label{
	margin-left: 5px;
}

.col-xs-9 button{
	background: none;
	border: none;
	background: #fe761c;
	border-radius: 25px;
	padding: 4px 15px;
	color: #fff;
	/*float: right;*/
	/*margin-left: 10px;*/
}

.contact-btn{
	background: none;
	border: none;
	background: #fe761c;
	border-radius: 25px;
	padding: 4px 15px;
	color: #fff;
	float: right;
	margin-left: 10px;
}
.contact-btn:hover, .contact-btn:focus, .contact-btn:active {
	color: #fff;
	text-decoration: none;
}

.right-btn{
	float: right;
}

/*平板设备*/
@media (min-width: 768px){
	.ser_con .col-xs-3{
		text-align: center;
	}

	.ser_con .col-xs-3 img{
		width: 60%;
	}
}

@media (min-width: 992px){
	.ser_tit h2{
		margin-top: 50px;
	}
}


/*服务列表结束*/
.qita{
	text-align: center;
	margin: 20px 0;
}

.qita button{
	background: none;
	border: none;
	background: #204c90;
	color: #fff;
	font-size: 1.3em;
	padding: 4px 25px;
	border-radius: 25px;
}

/* 个人中心设置 */
.person-banner {
	height: 90px;
	position: relative;
}
.user-portrait img {
	width:56px;
	height: 56px;
}
#user-phone {
	line-height: 90px;
	font-weight: bold;
	font-size: 1.6em;
	color: #153e7c;
	position: relative;
	margin-left: 10px;
	display: inline-block;
}
.quit-btn {
	position: absolute;
	top: 24px;
	right: 20px;
	font-size: 1.4em;
    border: 3px solid #f0ebeb;
    background: #f18b35;
    border-radius: 25px;
    padding: 8px 24px;
    color: #fff;
    margin-left: 10px;
}