/******************************* 头部开始 *******************************/
.header{
    width: 100%;
    height: 212px;
    padding-top: 35px;
    background-color: #F6F6F6FF;
}
/* 头部搜索区域 */
.header .search_area{
    height: 45px;
    margin-top: 30px;
    width: 414px;
}

.search_l{
    width: 650px;
}
.search_l li{
    margin-right: 35px;
    float: left;
    position: relative;
}
.search_l li.hoverLi a{
    text-decoration: none;
    color:#EB891B;
}
.search_l li .layout{
  	cursor:pointer;
}
.search_l .login{display:none;}
.login_already{font-size: 12px;line-height: 28px;color: #333;display:none;}
.login_already span{ display:inline-block; color:#333; font-size:14px;}
.icon_common{
    height: 26px;
    display: block;
    margin:0 auto;
    margin-bottom:5px;
}
.search_l li a{
    display: block;
    font-size:14px;
    color:#BBBBBB;
}
.search_l a.username:hover{
    color:#EB891B;

}


.search_l .icon_login{
    width: 21px;
    background:url('../../images/common/icon_lg.png') no-repeat;
}
.search_l .icon_phone{
    width: 17px;
    background:url('../../images/common/icon_phone.png') no-repeat;
}
.search_l .icon_wx{
    width: 27px;
    background:url('../../images/common/icon_wx.png') no-repeat;
}
.search_l .icon_wb{
    width: 24px;
    background:url('../../images/common/icon_wb.png') no-repeat;
}
.search_l .icon_pt{
    width: 22px;
    background:url('../../images/common/icon_pt.png') no-repeat;
}
.search_l .icon_xmt{
    width: 24px;
    background:url('../../images/common/icon_xmt.png') no-repeat;
}
.search_l .hoverLi .icon_login{
    background:url('../../images/common/lg_hover.png') no-repeat;
}
.search_l .hoverLi  .icon_phone{
    background:url('../../images/common/phone_hover.png') no-repeat;
}
.search_l .hoverLi  .icon_wx{
    background:url('../../images/common/wx_hover.png') no-repeat;
}
.search_l .hoverLi  .icon_wb{
    background:url('../../images/common/wb_hover.png') no-repeat;
}
.search_l .hoverLi  .icon_pt{
    background:url('../../images/common/pt_hover.png') no-repeat;
}
.search_l .hoverLi  .icon_xmt{
    background:url('../../images/common/xmt_hover.png') no-repeat;
}
/* 微信 */
.wx_drop{
    display: none;
    z-index:99;
    position: absolute;
    top: 60px;
    left: -160px;
    padding: 10px;
    width: 340px;
    height: 126px;
    background:#ffffff;
    box-shadow:0px 0px 8px 0px rgba(0,0,0,0.09);
    border-radius:5px; 
}
.wx_drop .drop_item{
    width: 100px;
    text-align: center;
}
/* 新媒体 */
.xmt_drop{
    display: none;
    position: absolute;
    top: 60px;
    left: -25px;
    text-align: center;
    z-index:99;
    width:128px;
    height:144px;
    background:#ffffff;
    box-shadow:0px 0px 8px 0px rgba(0,0,0,0.09);
    border-radius:5px;
}
.xmt_drop .drop_item{
    width: 128px;
    height: 36px;
    line-height: 36px;
}
.xmt_drop  .drop_item a{
    display: block;
    color: #666666FF;
}
.xmt_drop  .drop_item:hover{
    background-color: #FCF2EF;

}
.xmt_drop  .drop_item a:hover{
    color: #EB891B;
    text-decoration:none;
}

/* 微博 */
.wb_drop{
    display: none;
    position: absolute;
    top: 60px;
    left: -60px;
    text-align: center;
    z-index: 99;
    width: 130px;
    padding: 10px;
    height: 40px;
    line-height: 40px;
    background: #ffffff;
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.09);
    border-radius: 5px;
}
.wb_drop a{
  color:#666666;
  display:inline-block;
}
.wb_drop a:hover{
    color: #EB891B;
}
/* 搜索 */
.search_r{
    width: 340px;
    height: 46px;
    margin: 30px 0 0 75px;
    overflow: hidden;
}
.search_input{
    width: 270px;
    display: inline-block;
}
.search_input input{
    width: 236px;
    height: 46px;
    font-size: 14px;
    padding: 0 17px;
    border-radius: 20px 0 0 20px;
    line-height: 46px;
}
.search_btn{
    cursor: pointer;
    width: 60px;
    line-height: 46px;
    height: 46px;
    display: inline-block;
    background:url('../../images/common/search_btn.jpg') no-repeat;
}


 /* logo */
 .header .logo_area{
    height: 120px;
}
.weather{
    width: 255px;
    height: 67px;
    margin-top: 40px;
}
/* 导航 */
.nav_container{
    overflow: hidden;
    height: 92px;
}
.header .nav{
    margin-top: 21px;
    height:70px;
    background: url('../../images/common/nav_bg.png') no-repeat left top #E9881D;
}
.header  .nav .nav_wrap{
    margin: auto;
    width: 1350px;
}

.header .nav_wrap li:first-child{
    margin-left:35px;
}
.header .nav_wrap li{
    float: left;
    /*  width: 158px; */
    width:123px;
    height: 70px;
    line-height: 70px;
    text-align: center;
   
}
.header .nav_wrap li.current{
    width:250px;
    height:84px;
    line-height: 84px;
    background: linear-gradient(225deg,#E97E1B 0%,#DE3E1C 100%);
    /*兼容ie8*/
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#DE3E1C',endColorStr='#E97E1B',gradientType='1');  
    border-radius:0px 42px 0px 42px;
    border:7px solid #ffffff;
    margin-top: -21px;
}
.header .nav_wrap li:last-child{
    margin-right:58px;
}
.header .nav_wrap li a{
    display: inline-block;
    width:100%;
    height:100%;
    font-size:22px;
    color:#ffffff;
}
.header .nav_wrap li a:hover{
  text-decoration:none;
  
}
/* 分类 */
.sort{
    height: 100px;
}
.sort_wrap{
    padding-top: 25px;
}
.sort_wrap li{
    float: left;
    width:215px;
    height:50px;
    line-height: 50px;
    text-align: center;
    background:#FCF2EF;
    border-radius:0px 20px 0px 20px;
    margin-right: 30px;
}
.sort_wrap li a{
    color: #666666;
}
.sort_wrap li:last-child{
    margin-right: 0px;
}
.sort_icon{
    width: 25px;
    height: 25px;
    vertical-align: middle;
    display: inline-block;
    margin-right: 13px;
}
.sort_icon0{
    background:url('../../images/common/tv.png') no-repeat;
}
.sort_icon1{
    background:url('../../images/common/video.png') no-repeat;
}
.sort_icon2{
    background:url('../../images/common/read.png') no-repeat;
}
.sort_icon3{
    background:url('../../images/common/circle.png') no-repeat;
}
.sort_icon4{
    background:url('../../images/common/activity.png') no-repeat;
}