﻿



/* ---------------------------------产品列表-----------------------------------------*/



.black_overlay{ 
display: none; 
	position: fixed; 
	top: 0%; 
	
	left: 0%; 
	width: 100%; 
	height: 100%; 
	background-color: black; 
	z-index:1001; 
	-moz-opacity: 0.8; 
	opacity:.80; 
	filter: alpha(opacity=88); 
} 
 .white_content { 
display: none; 
 position:fixed; 
	position:fixed; 
left:50%;
	top:40%;
	width:810px;
	height:600px;
	margin:-250px 0 0 -300px;
	padding: 10px; 
border: 2px solid #e4e4e4; 
background-color: white; 
z-index:1002;
overflow: auto;
} 
 .codefans_net
{	
width:420px;
height:210px;
background-color:#efefef;
color:#666;
border-width:1px;
border-color:#999;
border-style:solid;
margin:6px;
padding:6px;
font-Size:14px;
line-height:200%;
float:midden;	
}






/*
-----------------------工程案列-----------------*/
.ProjectList { width: 880px; margin: 0 auto; }
.pjListItem { width: 880px; height: 147px; margin-top: 10px; background-image: url(../images/listbox.gif); background-repeat: no-repeat; list-style:none; margin-left:5px; }
.pjImage { float: left; display: inline; width: 140px; height: 105px; margin: 17px 0px 0px 10px; padding: 5px; border: 1px solid #cccccc; }
.pjInfo { float: right; width: 520px; height: 105px; margin-top: 17px; margin-right: 10px; display:inline; overflow: hidden; }
.pjTitle { height: 24px; line-height: 24px; }
 .pjTitle a { font-size: 16px; text-decoration: none; font-weight: bold; }
 




.taglist {
    margin: 0;
    overflow: hidden;
    padding: 0;
}
.taglist a {
    background: none repeat scroll 0 0 #cccc
    color: #000;
    display: block;
    float: left;
    margin: 0 5px 5px 0;
    padding: 5px 10px;
}
.taglist a:hover {
    background: none repeat scroll 0 0 #123c92;
    color: #fff;
}

	
/*----------------应用客户---------------------*/
.main2{ width:990px; margin:0 auto; background:url(../images/ry_bj.jpg) no-repeat bottom center; height:150px;}

.kleft{ width:120px; float:left; margin-left:50px; margin-top:35px;}
.kright{ width:800px; float:right; }
.rylist li{ float:left; width:120px; margin-left:25px; margin-top:5px; }
.rylist .rylogo{ display:block; height:98px; width:120px; border:1px solid #ccc; border-bottom:none;}
.rylist img { width:120px; height:98px;}
.rylist a{ display:block; width:120px; border:1px solid #ccc; background:#e1e1e1; height:25px; line-height:25px; text-align:center;}
.rylist a:hover{ display:block; width:120px; border:1px solid #ccc; background:#ccc; height:25px; line-height:25px; text-align:center;}
