﻿/*链接css蓝转黄*/
 a {color:#014495; text-decoration:none;}
 a:link {color:#014495; text-decoration:none;}
 a:visited{color:#014495; text-decoration:none;}
 a:hover {color:#FF7E00;}
 a:active{color:#FF7E00;}
/*链接css黄转蓝*/
.link_yellow a {color:#FF7E00; text-decoration:none;}
.link_yellow a:link {color:#FF7E00; text-decoration:none;}
.link_yellow a:visited{color:#FF7E00;}
.link_yellow a:hover { color:#0059AD; text-decoration:underline;}
.link_yellow a:active{ color:#0059AD;}
/*链接css黑转蓝*/
.link_black a {color:#000; text-decoration:none;}
.link_black a:link {color:#000; text-decoration:none;}
.link_black a:visited {color:#000;}
.link_black a:hover { color:#0059AD;text-decoration:underline;}
.link_black a:active{ color:#0059AD;text-decoration:underline;}


#content{
   float:left;
	width:1003px;
	background:url(http://image.jjoobb.cn/oldimg/img/contact_us/left_bg.gif) repeat-y left top;
	}
#floor{
   float:left;
	width:95%;
	height:500px;
}	
/*左边导航css布局区*/
#content_nav{
    float:left;
    width:197px;
    padding:0 0 350px 6px;
    margin:0 35px 0 0;
    overflow:hidden; 
}
#content_nav ul{
    width:181px; 
    padding-top:85px;
	 border-top:10px #F1F2F2 solid;
}
#content_nav li{
	width:179px;
	height:28px;
	line-height:28px;
	border:#f1f2f2 solid;
	border-width:7px 1px;
	background-color:#d1d1d1;
}
#content_nav li a{
	margin-left:8px;
	padding-left:24px;
	background:url(http://image.jjoobb.cn/oldimg/img/contact_us/nav_signs.gif) no-repeat  left top;
	
}
/*右边友情链接css布局区*/
#about_link{
   float:left;
	width:730px;
	background:url(http://image.jjoobb.cn/oldimg/img/contact_us/contact_us.gif) no-repeat right bottom;
	margin-top:30px;
}
#about_link h3{
    float:left;
	width:665px;
	margin:10px 0 10px 25px;
	display:inline;
	background:url(http://image.jjoobb.cn/oldimg/img/contact_us/line.gif) repeat-x left bottom;
	height:30px;
	line-height:30px;
}
#about_link h3 .left{
    float:left;
	padding-left:28px;
	margin-right:25px;
	background:url(http://image.jjoobb.cn/oldimg/img/contact_us/signs_logo.gif) no-repeat  left center;
   }

#about_link p{
    float:left;
	width:650px;
	margin:3px 0 4px 44px;
	display:inline;
	color:#0059AD;
	line-height:25px;
}
#content  .link span{
	float:left;
	width:120px;
	text-align:left;
	padding-left:20px;
	}
#content p a{
	color:#014495; 
	text-decoration:underline;
}
#content p span{float:left;}
.logo_link{
  float:left;
  margin-left:44px;
  display:inline;
  width:127px;
}
.logo_photo_code{
    float:left;
	width:400px;
	margin-left:30px;
	color:#0059AD;
	line-height:25px;
}
.about_link{
    float:left;
	width:665px;
	margin:25px 0 15px 25px;
}
.about_link li{
	float:left;
	width:120px;
	height:31px;
	margin:0 5px 10px 5px;
	display:inline;
	}
.about_link li img{
	width:88px;
	height:31px;
	overflow:hidden;
}

















