@charset "utf-8";
/* CSS Document */
@import url("main.css");

/***********公司动态************/	
.con_box .guid_bg{
	background-color:#ccc;
	padding:1px;
	}
.guid_box{
	background-color:#fff;
	position:relative;
	}
.y_bar1,.y_bar2{
	position:absolute;
	background-color:#e1b45e;
	}	
.y_bar1{
	width:2px;
	height:100px;
	left:-1px;
	top:-1px;
	}
.y_bar2{
	width:98px;
	height:2px;
	left:1px;
	top:-1px;
	}
.y_icon{
	width:30px;
	height:30px;
	position:absolute;
	left:6px;
	top:6px;
	background:url(../images/guid_icon.png) left top no-repeat;
	}
.guid_c{
	padding-top:30px;
	padding-left:49px;
	height:730px;
	}	
.guid_ctop{
	width:900px;
	height:249px;
	border-bottom:1px solid #ccc;
	background:url(../images/guid_bg.png) center top no-repeat;
	margin-bottom:28px;
	}
.guid_clist{
	overflow:hidden;
	}	
.guid_clist li{
	float:left;
	}	
.guid_clist li:first-child{
	width:400px;
	padding-left:50px;
	}
.guid_clist li:last-child{
	width:450px;
	}	
.guid_clist li dl dd{
	margin-bottom:16px;
	}		
.guid_clist li dl dd a{
	display:inline-block;
	height:18px;
	font-size:14px;
	color:#666;
	line-height:18px;
	padding-left:19px;
	background:url(../images/item.gif) left center no-repeat;
	}	
.guid_clist li dl dd a:hover{
	color:#1a7dd3;
	text-decoration:underline;
	}		

/***********详情************/
.br_nav dl dd:last-child a.guid_de{
	color:#1a7dd3;
	}
.br_nav dl dd:last-child a.guid_de:hover{
	text-decoration:underline;
	}	
.guid_dc{
	padding:20px 139px 30px 139px;
	height:622px;
	overflow:auto;
	}
.guid_dt{
	width:720px;
	font-size:16px;
	color:#666;
	line-height:36px;
	text-align:center;
	border-bottom:1px solid #ccc;
	margin-bottom:26px;
	}		
.guid_dc > p{
	width:720px;
	color:#333;
	line-height:20px;
	text-indent:2em;
	}
.guid_dc h4{
	color: #1a7dd3;
	line-height:28px;
	}
.guid_dc span{
	color: #1a7dd3;
	}					
.guid_dc img{
	display:block;
	margin:20px auto 0;
	}	
.guid_dc h3.guid_return{
	margin-top:20px;
	width:720px;
	text-align:right;
	}
.guid_dc h3.guid_return a{
	color:#333;
	}	
.guid_dc h3.guid_return a:hover{
	color:#1a7dd3;
	text-decoration:underline;
	}				