/*banner样式*/
.qp-banner{
	position:relative;
	width:100%;
	background:url(../images/anli/khal.png) no-repeat center;
	background-size:100% 500px;
	height:500px;
	text-align:center;
}
.qp-banner img{
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-343px;
	margin-top:-70px;
	width:686px;
	height:131px;
}
/*标题样式*/
.case-title{
	width:100%;
	position:relative;
	padding-top:40px;
	margin-bottom:70px;
	
}
.case-title p{
	text-align:center;
	line-height:30px;
	color:#666;
	font-size:18px;
}
.case-title div{
	margin:0 auto;
	width:376px;
	height:40px;
	border:1px solid #0ca0ff;
	margin-bottom:20px;
}
.case-title h3{
	width:260px;
	position:absolute;
	top:20px;
	left:50%;
	margin-left:-130px;
	font-size:30px;
	color:#0ca0ff;
	font-weight:bold;
	text-align:center;
	background:#fff;
	
}

h4{
	font-size:24px;
	margin:64px 0 50px;
	color:#222;
}
.us-cont{
	/*border:1px solid red;*/
	width:1100px;
	
}
/*tab切换头部*/
.us-cont>ul{
	padding-top:20px;
	text-align:left;
	border-bottom:1px solid #eee;
	width:1000px;
	margin:0 auto 40px;
}
.us-cont>ul li{
	display:inline-block;
	height:60px;
	line-height:60px;
	font-size:16px;
	color:#999;
	cursor:pointer;
	margin-right:56px;
}
/*tab切换内容*/
.us-cont section{
	width:100%;
	display:none;
	box-sizing:border-box;
	text-align:left;
}
.us-cont section  h4{
	font-size:18px;
	color:#666;
	line-height:18px;
	border-left:3px solid #0ca0ff;
	padding-left:10px;
	margin:30px 0;
}
.us-cont section{
	padding-bottom:40px;
}
.us-cont section ul{
	text-align:center;
	margin-bottom:50px;
}
.us-cont section ul li{
	display:table-cell;
	width:600px;
}
.us-cont section ul li h5{
	font-size:22px;
	color:#666;
	font-weight:bold;
	padding-top:20px;
	margin-bottom:15px;
}
.us-cont section  ul li span{
	display:inline-block;
	width:86px;
	height:2px;
	background:#0ca0ff;
	margin-bottom:20px;
}
.us-cont section ul li p{
	width:400px;
	margin:0 auto;
	font-size:14px;
	color:#666;
	line-height:20px;
	text-align:justify;
}
.font-blue{
	font-size:18px;
	color:#0ca0ff;
	margin-bottom:16px;
}
.font-16{
	font-size:16px;
	color:#666;
	margin-bottom:26px;
}
.font-16 a{
	color:red;
	text-decoration:underline;
}
.us-cont ul li.active{
	border-bottom:2px solid #0ca0ff;
	color:#0ca0ff;
}
