/* basic-css */
html { overflow-x:hidden; }
*{margin:0px;padding:0px;}
body,html{font-size:12px;   font-family: "Microsoft Yahei","Lucida Sans Unicode","Lucida Grande", Tahoma,Arial, Helvetica, sans-serif,'ËÎÌå';  color:#333; background-color:#FFF; }
body {

    margin: 0 auto;
}
img{border:0px;}
a{text-decoration:none; color:#404242; outline:none;}

li,dl,dt,dd{list-style-type:none;}
h1,h2,h3,h4,h5,h6,em,i{font-style:normal; font-weight:400; outline:none;}

.f_l{float:left !important;}
.f_r{float:right !important;}
.no_margin{margin:0px !important;}
.no_border{border:0px !important;}
.no_bg{background:none !important;}
.clear_both{clear:both !important;}
.display_block{display:block !important;}
.text_over{overflow:hidden; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; -moz-binding: url('ellipsis.xml#ellipsis');}


.w_100{width:100%;}
.w_95{width:95%;}
.indextx{width:980px;margin:0 auto; margin-top:10px; background:#FFFFFF;}
.w_min_width{min-width:1200px;}
.w_1200{width:1200px;}
.w_1067{width:1067px;}
.w_980{width:980px;}
.footer {
    border-top: 1px solid #f6f9fa;
    height: 267px;
    background:url(../images/footerbg.jpg);
    margin-top:40px;
}
.clear5px{height:5px;}
.clear{height:10px;}
.clear2{height:15px;}
.clear_both{clear: both;}

.aa
{
	background: url(../images/crumbs_arrow.png) no-repeat 0 24px;
}

.p_tab
{
	width:1000px;
	height: 60px;
	border-bottom: 1px solid #DEDEDE;
    margin:0 auto;
}
.p_tab_t_r
{
	position:relative;
	float:right;
}
.p_tab_t_r li 
{
	height:50px; line-height:50px; float:left; position:relative;
}
.p_tab_t_r li a{text-decoration:none;}
.p_tab_t_r li a:hover{ color:#000; text-decoration:none;}
.p_tab_t_r li span{ display:block; position:absolute; width:0px; height:0px; background:#1FAEFF; top:49px; left:50%;}
.p_tab_t{ width: 998px;margin:0 auto;height: 50px; /* line-height: 32px; */ /* border-bottom: 1px solid; */}
.p_tab_t_l span
{
	width: 16px;
	height: 50px;
	background: url(../images/icon/home.png) center center no-repeat;
	display: block;
	float: left;
}
.p_tab_t a
{
    float: left;
    padding: 0 9px;
    font-weight: bold;
    font-size: 12px;
    line-height: 50px;
    color: #4d4852;
}
.p_banner
{
	width:100%;
	height: 140px;
	background: url(../images/banner.jpg) center;
}