@charset "utf-8";
/* CSS Document */
@import url("main.css");

/***********应用案例************/
.case_t{
	width:758px;
	height:104px;
	background:-moz-linear-gradient(top,#fff,#dfdfdf);/*Mozilla*/
    background:-webkit-linear-gradient(top,#fff,#dfdfdf);/*Webkit*/
    background:-o-linear-gradient(top,#fff,#dfdfdf); /*Opera11*/
	background:-ms-linear-gradient(top,#fff,#dfdfdf); /*IE*/
	background:linear-gradient(top,#fff,#dfdfdf); /*W3C*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=white, endColorstr=#dfdfdf)";/*IE8+*/
	border-bottom:1px solid #ccc;
	}	
.case_t li{
	float:left;
	height:104px;
	background:url(../images/case_tbg.png) right top no-repeat;
	}
.case_t li:nth-child(1){
	width:191px;
	}
.case_t li:nth-child(2),.case_t li:nth-child(3){
	width:190px;
	}	
.case_t li:nth-child(4){
	width:187px;
	background:none;
	}					
.case_t li a{
	display:inline-block;
	width:187px;
	height:24px;
	line-height:14px;
	font-size:14px;
	color:#666;
	text-align:center;
	cursor:pointer;
	padding-top:80px;
	}
.case_t li:nth-child(1) a{
	background:url(../images/case_t1.png) center 18px no-repeat;
	margin-left:1px;
	}
.case_t li:nth-child(2) a{
	background:url(../images/case_t2.png) center 21px no-repeat;
	}
.case_t li:nth-child(3) a{
	background:url(../images/case_t3.png) center 10px no-repeat;
	}		
.case_t li:nth-child(4) a{
	background:url(../images/case_t4.png) center 13px no-repeat;
	width:186px;
	}
.case_t li:nth-child(1) a:hover{
	color:#fc0000;
	text-decoration:underline;
	background:url(../images/case_t1c.png) center 18px no-repeat;
	}
.case_t li:nth-child(2) a:hover{
	color:#00a54f;
	text-decoration:underline;
	background:url(../images/case_t2c.png) center 21px no-repeat;
	}
.case_t li:nth-child(3) a:hover{
	color:#d51003;
	text-decoration:underline;
	background:url(../images/case_t3c.png) center 10px no-repeat;
	}	
.case_t li:nth-child(4) a:hover{
	color:#63a816;
	text-decoration:underline;
	background:url(../images/case_t4c.png) center 13px no-repeat;
	}
/*控制导航点击样式*/		
.case_t li a.case_cur{
	border-bottom:1px solid #333;
	}	
.case_t li:nth-child(1) a.case_cur{
	color:#fc0000;
	background:url(../images/case_t1c.png) center 18px no-repeat;
	}
.case_t li:nth-child(2) a.case_cur{
	color:#00a54f;
	background:url(../images/case_t2c.png) center 21px no-repeat;
	}	
.case_t li:nth-child(3) a.case_cur{
	color:#d51003;
	background:url(../images/case_t3c.png) center 10px no-repeat;
	}	
.case_t li:nth-child(4) a.case_cur{
	color:#63a816;
	background:url(../images/case_t4c.png) center 13px no-repeat;
	}					
/***应用案例内容***/																
.c_cbox{
	background-color:#fff;
	padding-top:20px;
	padding-left:20px;
	height:500px;
	overflow-y:auto;
	}		
.c_c2,.c_c3,.c_c4{
	display:none;
	}	
.c_cbox h3.c_title{
	width:600px;
	height:18px;
	line-height:18px;;
	color:#cc0000;
	padding-top:8px;
	padding-bottom:8px;
	margin-left:59px;
	margin-bottom:15px;
	text-align:center;
	border-bottom:1px solid #f68d00;
	}
.c_cbox h4{
	color:#fc0000;
	line-height:22px;
	}	
.c_cbox p{
	width:708px;
	text-indent:2em;
	color:#333;
	line-height:22px;
	}	
.c_cbox p:last-child{
	margin-bottom:20px;
	}	
.c_cbox img{
	display:block;
	margin:10px auto 20px;
	}	
/*最新签约*/
.con_box .cnew_l{
	border:none;
	background-color:#f5f5f5;
	}
.cnew_top{
	height:183px;
	border:1px solid #ccc;
	background-color:#fff;
	padding:7px 0 7px 7px;
	overflow:hidden;
	}
.cnew_top li{
	float:left;
	}
.cnew_top li:first-child{
	width:300px;
	height:183px;
	background:url(../images/cnew-tbg.png) left top no-repeat;
	}
.cnew_top li:last-child{
	padding-top:28px;
	margin-left:20px;
	}	
.cnew_top li:last-child p{
	width:410px;
	line-height:20px;
	text-indent:2em;
	color:#666;
	}
.cnew_top li:last-child p span{
	color:#1a7dd3;
	}				
.cnew_cbox{
	margin-top:20px;
	padding:1px;
	background-color:#ccc;
	position:relative;
	overflow:hidden;
	}
.g_bar1,.g_bar2{
	position:absolute;
	background-color:#b8d570;
	}		
.g_bar1{
	width:2px;
	height:100px;
	left:0;
	top:0;
	}	
.g_bar2{
	width:98px;
	height:2px;
	left:2px;
	top:0;
	}
.cnew_list{
	padding:28px 0 12px 30px;
	background-color:#fff;
	overflow:hidden;
	}			
.cnew_list li{
	width:349px;
	overflow:hidden;
	float:left;
	}
.cnew_list li dl dd{
	margin-bottom:16px;
	}		
.cnew_list li dl dd a{
	display:inline-block;
	width:280px;
	height:16px;
	line-height:16px;
	padding-left:10px;
	color:#666;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	background:url(../images/cnew_icon.png) left center no-repeat;
	}
.cnew_list li dl dd a:hover{
	color:#1a7dd3;
	text-decoration:underline;
	}				