/*header*/
.header{width:100%;height:80px;position:fixed;top:5px;z-index:20;}
.header_con{margin:0 auto;width:1200px;box-shadow:1px 1px 5px black;background:white;height:80px;border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;-webkit-border-radius:5px;}
.header_img{float:left;width:227px;height:56px;padding-left:20px;}
.header_img img{width:100%;height:100%;padding-top:10px;}
.header_nav{float:left;width:auto;position:relative;}
.header_nav .nav{list-style:none;}
.header_nav .nav> li{float:left;height:80px;line-height:80px;position:relative;}
.header_nav .nav> li>a{margin:0 23px;display:block;height:76px;line-height:76px;}
.header_nav .nav> li>a:hover{color:#fe7e0e;}
.curBg { background:#fe7701;height:5px;position:absolute;bottom:0px;width:68px;left:0px;border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;-webkit-border-radius:3px;}
.header_tell{padding-top:20px;float:right;margin-right:36px;line-height:26px;color:#a19f9f;position:relative;}
.header_tell .span{position:absolute;top:16px;left:80px;width:30px;height:30px;background:red;}
.header_nav ul li .box{position:absolute;top:80px;width:100%;border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;-webkit-border-radius:5px;background:rgba(0,0,0,0.6);z-index:10;}
.header_nav ul li .box i{display:block;height:6px;width:100%;} 
.header_nav ul li .box ul{list-style:none;padding:5px 10px;}
.header_nav ul li .box ul li{height:auto;line-height:20px;float:none;margin-top:15px;margin-bottom:15px;}
.header_nav ul li .box ul li a{margin:0px;text-align:center;display:block;width:100%;color:white;}


