/* CSS Document */
/*基本信息*/
* {   
	margin:0;   
	padding:0;
	color:#555555;
	list-style-type:none   
}  
img
{
	border:0;

}

a
{
	color:#0909f7;
	text-decoration:none;

}
a:hover
{
	color:#000000;
	text-decoration:underline;

}

body  /*网页第一层背景*/
{
	background-color:#C8C8C8;
	background-image:url(../images/bg.png);
	background-repeat:repeat-x;
	background-position:center top;
	font-size:12px;
	font-family:"新宋体";
	background-color:#E9E9E9;

}
#wap  /*边框的部分*/
{
	background-image:url(../images/bg4.gif);
	margin:0 auto;
	background-repeat:repeat-y;
	width:808px;
	background-position:center;

}


.bg2  /*网页第二层背景*/
{
	position:relative;
	width:876px;
	margin:auto;
	height:100%;

}

.bg2 div  /*网页第二层背景左边*/
{
	width:876px;
	height:500px;
	background-image:url(../images/bg2a.jpg);
	background-repeat:no-repeat;
	position:absolute;
	z-index:-1;

}

.bg2 div span  /*网页第二层背景右边*/
{
	background-image:url(../images/bg2b.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	display:block;
	height:550px;
	width:876px;

}





#top,#mid2,#mid1,#footer   /*网页内容部分的总体结构*/
{
	margin:0 auto;
	width:796px;
	clear:both;
	position:relative;
	background-color:#FFFFFF;
		
}

 
#logo /*网页logo布局*/
{
	float:left;
	margin-left:20px;
	margin-top:-3px;
	width:130px;

}
#top /*网页头部*/
{

	background-position:center;
	padding-top:20px;
	z-index:1;
	background-repeat:repeat-y;
	background:#FFFFFF url(../images/secondary_nav_bg.gif) repeat-y scroll right top;
	font-size:12px;
	font-family:"新宋体";

}

#top a  /*网页主要菜单第一层链接的字体*/
{
	text-decoration:none;
	color:#666666;
}

#top a:hover 
{
	text-decoration:underline;
	color:#000000;
}

#top .nav    /*网页头部第一个链接样式*/
{	
	background-position:right center;
	float:left;
	height:35px;
	line-height:40px;
	text-align:left;
	width:620px;

}

#top .nav .left  /*网页头部第一个链接样式的左边链接*/
{
	float:left;

}

#top .nav .right /*网页头部第一个链接样式的右边链接*/
{
	float:right;

}


#menu  /*网页主要菜单*/
{
	background-image:url(../images/menubg.png);
	background-position:right center;
	background-repeat:no-repeat;
	float:right;
	height:44px;
	position:relative;
	top:2px;
	width:642px;
}
#menu li span   /*网页主要菜单第一层*/
{
	float:left;
	font-family:null;	
	font-size:16px;
	font-weight:bold;
	padding:0px 18px;
}

#menu li
{
	float:left;
	font-family:null;
	font-weight:bold;
	font-size:14px;
	line-height:350%;
}

#menu li a  /*网页主要菜单第一层链接的字体*/
{
	display:block;
	text-decoration:none;
	color:#555555;

}

#menu li a:hover /*网页主要菜单第一层链接的字体：当鼠标移动覆盖时候的*/
{
	display:block;
	text-decoration:none;
	color:#000000;
}


#menu li .inlinemenu /*网页主要菜单第二层链接*/
{
	display:block;
	position:absolute;
	top:-8888px;
	background-color:#3860AC;
	width:180px;
	text-align:center;
	padding:3px 0;
	z-index:30;

}

#menu li .inlinemenu li
{
	float:none;
	background-image:url(../images/menulistbg.gif);
	background-repeat:no-repeat;
	width:172px;
	height:24px;
	text-align:left;
	padding:0;
	margin:0 auto;
	font-size:12px;
	font-weight:normal;
	line-height:24px;
	text-indent:10px;

}
#menu li span
{
	color:#3860ac;

}
#menu li .inlinemenu li a
{
	height:23px;
}

#menu li .inlinemenu li a:hover    /*网页主要菜单第二层链接： 当鼠标移动的时候改变图片*/
{
	background-image:url(../images/hovermenulist.jpg);
	background-repeat:no-repeat;
	color:#FFFFFF;
	text-decoration:none;
	height:23px;
}

#mid1  /*中间图片层*/
{
	background-image:url(../images/index_images1.jpg);
	background-repeat:no-repeat;
	height:248px;
	position:relative;
}

#mid1 p
{
	color:#FFFFFF;
	font-size:24px;
	font-weight:bold;
	height:70px;
	left:30px;
	position:relative;
	top:95px;
	width:470px;
}









#mid2
{



}

#mid2 .about,#mid2 .server,#mid2 .news  /*中港运输，物流服务，最新消息的层设置*/
{
	float:left;
	height:300px;
	line-height:20px;
	margin:10px 0;
	padding:10px;
	width:256px;
}

#mid2  h3 span
{
	visibility:hidden;

}
#mid2 .about h3  /*关于吉安达图片*/
{
	background-image:url(../images/about.gif);
	background-repeat:no-repeat;
	background-position:10px 0;
	height:35px;
	width:134px;
}
#mid2 .about p   /*关于吉安达文字*/
{
	height:150px;
	padding-left:20px;

}

#mid2 .server  /*物流服务部分*/
{
	border-left:#BBB 1px dotted;
	border-right:#bbb 1px dotted;

}

#mid2 .server h4
{
	color:#FF0000;

}



#mid2 .server h3
{
	background-image:url(../images/service.gif);
	background-repeat:no-repeat;
	background-position:-10px 0;
	height:35px;
	width:124px;

}


#mid2 .news  /*最新消息部分*/
{
	width:200px;

}

#mid2 .news h3
{
	background-image:url(../images/news.gif);
	background-repeat:no-repeat;
	width:124px;
	height:35px;
	background-position:-8px 0px;
}

#mid2 .news a  /*最新消息特殊链接*/
{
	text-decoration:none;
	color:#000000;
}

#mid2 .news a:hover 
{
	text-decoration:underline;
	color:#000000;
}



#mid2 .party /*图片logo部分*/

{

}


#mid2 .party h3 
{
	clear:both;
	background-color:#F3F0E1;
	height:20px;
	border:1px #E0E0D8 solid;
	width:778px;
	margin:0 auto;
	font-weight:normal;
	font-size:12px;
	line-height:20px;
}

#mid2 .party .pic
{
	width:380px;
	height:120px;
	margin:10px 0;
	border-right:1px #bbb dotted; /*中间的虚线*/
	float:left;

}

#mid2 .party .pic img
{
	margin:0 20px;

}


#mid2 .party  .right
{
	border:0;
	padding-left:20px;

}

#mid2 .party  .right img
{
	margin:0 10px;

}



#last /*最后部分*/

{

}


#mid2 .last h3 
{
	clear:both;
	background-color:#F3F0E1;
	height:20px;
	border:1px #E0E0D8 solid;
	width:778px;
	margin:0 auto;
	font-weight:normal;
	font-size:12px;
	line-height:20px;
}




#footer  /*底部的版权层*/
{
	margin:5px 0;
	text-indent:20px;
}

#footer a  /*特殊链接*/
{
	text-decoration:none;
	color:#555555;
}

#footer a:hover 
{
	text-decoration:underline;
	color:#000000;
}



