/*顶部导航*/
.logo-3{width:92px; height:36px; float:left; margin-right:30px;}
.list-nav{overflow:hidden; display:inline-block; float:left;}
.list-nav li{float:left; margin-right:28px;}
.list-nav li a{color:#fff; transition:.3s ease-in-out; -webkit-transition:.3s ease-in-out;}
.list-nav li.cur a{color:#999;}
.top-search{float:right; position:relative; height:36px;width:160px; overflow:hidden;}
.ts-txt{width:110px; height:12px; background:url(../images/p_icon.png) 0 -520px no-repeat; border:0; outline:none; color:#999; font-size:12px; font-family:"Microsoft Yahei", sans-serif; padding:6px; position:absolute; top:6px; left:0;}
.ts-btn{width:30px; height:24px; background:url(../images/p_icon.png) -122px -520px no-repeat; border:0; padding:0; cursor:pointer; position:absolute; left:122px; top:6px;}
.ts-btn:hover{background-position:-152px -520px;}
.code{width:100px; text-align:center; float:right; color:#fff; position:relative;z-index:9999; }
.code:hover{background-color:#333;}
.code i{width:14px; height:14px; background:url(../images/t_icon.png) no-repeat; display:inline-block; margin-right:5px; position:relative; top:2px; +top:-2px;}
.code .code-img{display:none;}
.code:hover .code-img{width:100px; height:100px; overflow:hidden; display:block; box-shadow:0 1px 3px rgba(0,0,0,.3); position:absolute; left:0; top:36px;}
.listHeader{border-bottom:1px solid #e7e7e7;height: 65px;}
.listHeader .logo{height:70px; width:130px;}
.listHeader .search{top:15px;}
.listHeader .crumb{display:inline-block; float:left; position:absolute; top:35px; color:#666;margin-left: 180px;}
.listHeader .crumb a{color:#666;}
.listHeader .crumb a:hover{text-decoration:underline; color:#fc1b1b;}