/*页眉*/
.header{width:100%; background-color:#fff;}

        /*--顶部链接导航*/
.hd_top{}
.hd_top .container{height:34px; line-height:34px;}
.hd_top a{padding:0 4px;}
        /*--页眉内容*/
.hd_cont{position:relative; height:114px;}
.hd_cont .hd_logo{position:absolute; left:0; top:0; padding-top:6px; padding-bottom:20px; background:url(../images/logoBr.jpg) no-repeat 510px center;}
.hd_cont .hd_logo dt{margin-top:8px;}
.hd_cont .hd_logo dd{margin-left:40px;}
.hd_cont .hd_logo dd h2{margin-top:28px; font-size:20px; color:#114191;font-weight: bold;}
.hd_cont .hd_logo dd p{font-size:18px; color:#333;}

.hd_cont .dh_phone{padding-left:44px; margin-top:32px; font-size:14px; color:#333; background:url(../images/hdPhoen_ico.png) no-repeat left center;}
.hd_cont .dh_phone dd{font-size:28px; line-height:24px; font-weight:bold; color:#e8251b;}

        /*--导航栏*/
.mainNav{width:1200px;margin:0 auto}
.navv{padding:0 5px; width:100%; height:62px; background:url(../images/mainNav.png) repeat-x}
.mainNav>li{position:relative; float:left; white-space:nowrap; word-break:break-all;z-index: 999;}
.mainNav>li>a{display:block; padding:0 35px; height:62px; line-height:62px; font-size:14px; color:#fff; font-family:microsoft yahei; text-decoration:none; background:url(../images/navLi.png) no-repeat left center;transition: all .3s;}
.mainNav>li>a.navHome{padding:0 30px; background-image:none;}
.mainNav>li>a.cur , .mainNav>li.hover>a, .mainNav>li:hover>a{background:#f40000;}
.mainNav>li ul{position:absolute; top:62px; left:0px; padding-bottom:10px; display:none; width:100%; background-color:#046640}
.mainNav>li ul li{margin:0px 10px; height:35px; line-height:35px; overflow:hidden; text-align:center; border-top:1px dashed #8bb1a2;}
.mainNav>li ul li.noBt{border-top:none;}
.mainNav>li ul li a{color:#fff; font-size:14px;}
.mainNav>li:hover .sons{display:block;}
.sons{width:150px;position:absolute;top:62px;left:0;padding-bottom:12px;background:#f40000;overflow:hidden;padding-top:6px;display:none;z-index: 9999;border-radius: 0px 0px 5px 5px;}
.sons a{display:block;width:100%;margin:0 auto;height:38px;border-bottom:1px solid #d50303;}
.sons a h4{width:100%;display:block;height:42px;line-height:42px;color:#fff;font-size:13px;text-align:center;margin:0 auto;}
.sons a:hover h4{background:#c70000;color:#fff;}
