
/***************
	广告头
****************/
.case-ad
{
	width:100%;
	height:410px;
	margin-top:2px;
	background:#a7cbe5;
	overflow:hidden;
}
.case-ad img
{
    margin-top: -3px;
	margin-left:110px;
	overflow:hidden;
}
.case-ad-text1
{
	position:absolute;
	left:135px;
	top:113px;
	font-size:27px;
	font-weight:bold;
	color:#04287a;
	text-align:center;
}
.case-ad-text2
{	
	position:absolute;
	left:189px;
	top:167px;
	font-size:31px;
	color:#04287a;	
	
}

/*******************
	成功案例
********************/
.bigbox
{
	width:1188px;
	margin-left: -24px;
	float:left;
}

.box-success
{
	float:left;
	width:1109px;
	height:432px;
	background:#017eda;
	border:1px solid #868686;
	border-radius:10px;
	margin-right:5px;
	margin-bottom:22px;
	overflow:hidden;
}

.box-text
{
	font-size:20px;
	color:#f3f3f3;
	margin-top:8px;
	text-align:center;	
}

/*****************
	查看更多
******************/
.look-more
{
	font-size:20px;
	color:#ffffff;
	width:1178px;
	height:44px;
	margin-left:-26px;
	background-color:#545454;
	text-align:center;
	padding-top:10px;
	margin-bottom:1px;
}

.look-more:hover
{
	background-color:#0285da;
}

.backgroud-box{
	width:100%;
	position:absolute;
	background-color:#CCC;
	z-index:999;
	top:0px;
	left:0px;
	height:335px; 
	filter:alpha(opacity=80);  
	-moz-opacity:0.8;  
	-khtml-opacity: 0.8;  
	opacity: 0.8;  
	padding:30px 30px 10px 30px;
	text-align:center;
	font-size:18px;
	color:#04287a;
	}

.btn-xiangqing
{
	padding:8px 18px;
	background-color:#0054A7;
	color:#fff;
	border-radius:15px;
	font-size:16px;
}
