/************************************************************
链接
*************************************************************/
a{color: #4a70b8;}
a:hover{}

.prointro-list a,
.proclass-list a,
.com-photollist a,
.friendlink-list a,
.contact-way a,
.contact-way1 a,
.card-info a{color: #333;}

.prointro-conul a{color: #666;}

/************************************************************
文本
*************************************************************/
.h-info em{color: #fd7522;}
.zhaopin-num span{color: #d31014;}

/* 强化 */
.call-number,
.card-imgdetail small{color:#184264;}

/* 弱化 */
.com-newslist strong,
.online-collect span,
.hr-cate em,
.newdeta-title p,
.com-photollist{color: #999;}

/************************************************************
导航
*************************************************************/
.mod-topnav{}
.shop-nav{background: #2d4572 url(../images/tile_nav.png) 0 0 repeat-x;border-radius: 3px;width: 960px;padding: 0 10px;}
.shop-nav li{width: 96px;}
.shop-nav a{color: #fff;height: 34px;line-height: 34px;}
.shop-nav a:hover{background-color: #466189;}
.shop-nav .current{background-color: #f0831d;}
.shop-nav .current a{color: #fff;}
.shop-nav .current a:hover{background: none;}

/************************************************************
版块
*************************************************************/
.m-body{border-color: #e1e6fa;}
.m-header{border-bottom: 2px solid #b8c3e7;background: url(../images/tile_mheader.png) 0 0 repeat-x;}
.m-header h3{border-bottom: none;height: 27px;line-height: 27px;color: #fff;background: url(../images/bg_mh3.png) 8px 4px no-repeat;}

.contact-detailt{border-top-color: #466baa;}


#fullbg {
    background-color:Gray;
    left:0px;
    opacity:0.5;
    position:absolute;
    top:0px;
    z-index:3;
    filter:alpha(opacity=50); /* IE6 */
    -moz-opacity:0.5; /* Mozilla */
    -khtml-opacity:0.5; /* Safari */
}
#dialog {
    background-color:#FFF;
    border:1px solid #888;
    display:none;
    height:150px;
    left:50%;
    margin:-200px 0 0 -200px;
    padding:12px;
    position:fixed !important; /* 浮动对话框 */
    position:absolute;
    top:50%;
    width:400px;
    z-index:5;
}
#dialog p {
    margin:40px;text-align:center;font-size:18px;
}
#dialog p.close {
    text-align:right;
}