.section-appoint{
	padding:50px 0 80px 0;
}
.section-case{
	background:#efeff0;
	padding:40px 0;
}
.case-box ul{
	overflow:hidden;
	margin-top:0;
	padding-top:10px;
}
.case-box ul li{
	width:270px;
	margin-right:40px;
	height:270px;
	float:left;
	margin-top:30px;
	position: relative;
	cursor: pointer;
	cursor: hand;
	overflow:hidden;
	padding-bottom:8px;
}
.case-box ul li .front,.case-box ul li .back{
	position: absolute;
	left:0;
    top:0;
    width:270px;
    height:270px;
    z-index:2;
    background:#fff;
}
.case-box ul li .front-intro{
	border-top:1px solid #dcdddd;
	padding-top:8px;
	padding-left:6px;
	padding-right:6px;
}
.case-box ul li .front-intro .p0{
	line-height:30px;
	color:#232323;
	font-size:18px;
}
.case-box ul li .front-intro .p1{
	color:#6d6d6d;
	font-size:14px;
	line-height:20px;
	height:40px;
	overflow:hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.case-box ul li.mgrR0{
	margin-right:0;
}
.case-box ul li .back{
	width:180px;
	height:180px;
	padding:45px;
	top:270px;
}
.case-box ul li .back img{
	width:180px;
	height:180px;	
}
.case-box ul li{
	-webkit-transform-origin:center center;
	transform-origin:center center;
}
.case-box ul li .back{
	-webkit-transition:top 0.5s,opacity 0.2s;
	transition:top 0.5s,opacity 0.2s;
}
.case-box ul li:hover .back{
	top:0;
}

.section-ask{
	background: url(../images/secpayment/section4-bg.jpg) no-repeat top center;
	height:684px;
}

.ball-box{
	width:160px;
	height:170px;
	margin-left:456px;
	width:276px;
	height:240px;
	position: relative;
}
.ball-box .ques{
	position: absolute;
	left:0;
	top:50px;
	width:160px;
	height:170px;
	background: url(../images/secpayment/question.png) no-repeat top center;
}
.ball-box .ask{
	position: absolute;
	right:0;
	top:15px;
	width:160px;
	height:170px;
	background: url(../images/secpayment/ask.png) no-repeat top center;
}
.section-ask .ask-box{
	margin-left:500px;
}
.section-ask .ask-box li{
	line-height:32px;
	color:#000;
}
.section-ask .ask-box li a{
	color:#000;
}

.sec-btn-line{
	width:470px;
	display: block;
	line-height:52px;
	height:52px;
	margin-left:auto;
	margin-right: auto;
	margin-top:50px;
}
.sec-btn-line .btn{
	display: block;
	float:left;
	text-align: center;
	-webkit-border-radius:6px;
	border-radius:6px;
}
.sec-btn-line .red-sec-btn{
	background: #e94f61;
	margin-right: 40px;
	color:#fff;
	width:196px;
	
}
.sec-btn-line .red-sec-btn:hover{
	background:#fb6375;
}
.sec-btn-line .orange-sec-btn{
	background: #ff790d;
	width:226px;
	color:#fff;
}
.sec-btn-line .orange-sec-btn:hover{
	background:#ff8625;
}