﻿@charset "utf-8";
/* CSS Document */
/*鉴定中心样式 */
html {
background-color:#FFFFFF;
}



/*header
------------------------------------------------------------------------------------------------------------------*/
.hdbg{
background:url(../../images/hdbg.jpg) repeat-x  0px 0px;
width:100%;
height:246px;
}
.header{
background: url(../../images/header.jpg) no-repeat center top;
height:246px;
width:100%;
margin:0px auto;
}
.headerw{
width:1240px;
height:158px;
text-align:center;
margin:0px auto;
}
.header h2{
padding-top:50px;
font-size:40px;
color:#ef4335;
}
.header h3{
line-height:40px;
font-size:22px;
color:#ef4335;
}
.wrapper{
width:1200px;
margin:0px auto;
}


/*导航
------------------------------------------------------------------------------------------------------------------*/
.navbd{
width:100%;
background-color:#ef4335;
height:45px;
line-height:45px;
}
.navw{
width:1200px;
margin:0px auto;
font-size:18x;
}
.navfl{
float:left;
width:100px;
text-align:center;
color:#fff;
background-color:#bf1c0e;
}
.navfl a{
color:#fff;
}
.navfl a:link,.navfl a:visited {
color:#ffcf26;
}
.navfl a:hover,.navfl a:active {
color:#fff;
}
.navfr{
float:right;
width:1098px;
}
.navfr li{
	float:left;
} 
.navfr li a{
display:block;
width:180px;
text-align:center; 
} 

div.submenu{display:none;position:absolute;background-color:#bf1c0e;border-top:solid 1px #af150a}
div.submenu li{float:none;width:180px;color:#fff;text-align:center;background-color:#c94238;margin-top:0px}
.navfr li a:hover{ 
background-color:#bf1c0e; 
}

.navfr a:link { 
color:#fff; 
text-decoration:none; 
} 
.navfr a:visited { 
color:#fff;
text-decoration:none; 
} 
.navfr a:hover { 
color:#FFF;
text-decoration:none;
background-color:#bf1c0e;
} 

/* 栏目头部
-------------------------------*/
.fanhui{
border:1px #dad8d7 solid;
height:40px;
line-height:40px;
margin-bottom:25px;
margin-top:30px;
}
.fanhui p{
	padding-left:20px;
	width:500px;
	float:left;
}
.fhlist{
	width:90px;
	float:right;
}
.fhlist a{
	color:#ef473a;
}
.content{
	border:1px #dad8d7 solid;
	padding:20px 20px 0px;
}
.content h3{
	height:140px;
	background:#fff url(../images/titbg.jpg) no-repeat 250px 20px;
	}

/* 栏目
-------------------------------*/	
.main{
	margin:0px auto 15px;
	}
.main h4{
	font-size:20px;
	background-color:#e5e4e4;	
	line-height:40px;
	height:40px;
	margin-bottom:10px;
	margin-top:15px;
	}
	.main h5{
	font-size:20px;
	color:#ef4335;
	padding-top:10px;
	padding-bottom:5px;
	}
	
.main h4 span.tit01 font{
	display:block;
	text-align:center;
	color:#fff;
	background-color:#ef4335;	
	float:left;
	width:415px;
	}
.main h4 span.tit03{
	text-align:center;
	color:#0878de;	
	font-size:14px;	
	float:left;
	width:40px;
	height:40px;
	background-color:#fffc01;
	}
.main ul{
	padding-bottom:14px;
	}

.main ul li{
	height:40px; 
	line-height:40px; 
	border-bottom:1px dashed #c9c9c9;	
	font-size:16px;
	width:500px;
	padding-left:20px;
	background:#FFFFFF url(../../images/icon1.gif) no-repeat 0px 18px;
	white-space:nowrap; 
    text-overflow:ellipsis; 
    overflow:hidden;
	}

.marb{
	margin-bottom:30px;
	background-color:#FFF;
	}	
.bgcolor{
	background-color:#FFF;
	}

/*footer
------------------------------------------------------------------------------------------------------------------*/
.footer {
text-align:center;
padding-top:20px;
}

.footer p{
margin-bottom:5px;
height:30px;
line-height:30px;
}

		