@charset "utf-8";
/* CSS Document */
.nb_main{ width:980px; margin:0 auto; margin-top:10px; position:relative;}
.bannerAboutUs{ width:980px; height:425px; overflow:hidden;}
.bannerAboutUs img{ width:980px; height:425px; display:block;}
.conBox{ margin:10px;}
.normP{ font-family: ËÎÌå; color:#666; font-size:12px; font-weight:normal; line-height:22px; margin:3px 0; text-indent:2em;}
ul.tabs {
	background:none;
    float: left;
    height: 65px;
    list-style: none outside none;
	width:978px; 
	padding:0 1px;
	overflow:hidden;
}
ul.tabs li {
	width:163px;
    float: left;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    padding: 0;
    position: relative;
}
ul.tabs li a {
	background:url(../images/navAbg.png) center left no-repeat;
	padding-top:15px;
	width:100%;
	text-align:center;
    color: #333;
    display: inline-block;
    float: left;
    font-family: Microsoft yahei;
    font-size: 18px;
    font-weight: bold;
    height: 50px;
    line-height: 20px;
    outline: medium none;
    text-decoration: none;
}
ul.tabs li.first a{ background:none;} 
ul.tabs li a span.engTittle{ line-height:14px; display:inline-block; width:100%; height:14px; overflow:hidden; font:Verdana, Geneva, sans-serif; color:#666; font-size:10px; text-align:center; font-weight:normal;}
ul.tabs li a:hover {
    color: #c00;
}
.tab_content {
    overflow: hidden;
}
.mainDetailNav{ height: 65px;
    line-height: 60px; width:100%; overflow:hidden; position:absolute; top:360px; left:0; background:url(../images/navbg.png) repeat;}
	html ul.tabs li.active, html ul.tabs li.active a {
    background: url(../images/navbg.png) repeat transparent;
    color: #c00;
	border-bottom:5px solid #c00;
}
html ul.tabs li.active a { border:none;}