.header-box{
    width: 100%;
    min-height: 50px;
    position: fixed;
    top: 0;
    z-index: 100;
}
.header-box .header{
    width: 100%;
    height: 50px;
    background:rgba(40,40,40,1);
}
.header-box .header .nav-box{
    width: 1200px;
    height: 50px;
    background: rgba(40,40,40,1);
    margin: 0 auto;
    position: relative;
}
.header-box .header .nav-box .nav-l{
    display: inline-block;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
}
.header-box .header .nav-box .nav-l .logo{
    width:124px;
    height:50px;
    float: left;
}
.header-box .header .nav-box .nav-l .logo .pic{
    display: block;
    width:124px;
    height:50px;
    background:url(../img/png/logo.png) center no-repeat rgba(255,227,0,1);
    background-size: cover;
    float: left;
}


.header-box .header .nav-box .nav-l .nav-a{
    display: inline-block;
    height: 50px;
    float: left;
}
.header-box .header .nav-box .nav-l .nav-a a{
    display: inline-block;
    height: 47px;
    line-height: 50px;
    float: left;
    font-size:16px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(254,224,2,1);
    margin-left: 48px;
    border-bottom: 3px solid transparent;
}
.header-box .header .nav-box .nav-l .nav-a a:nth-child(1){
    margin-left: 36px;
}

.header-box .header .nav-box .nav-l .nav-a a:nth-child(4){
    margin-left: 176px;
}

.header-box .header .nav-box .nav-l .nav-a a.show{
    border-bottom: 3px solid rgba(254,224,2,1);
}



.header-box .header .nav-box .nav-r{
    display: block;
    width: 250px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
}



/*header*/
.headers{
    width:100%;
    height:88px;
    /*border:1px solid red;*/
    background-color: #2784bd ;
}

.headers_content{
    width:1260px;
    height:88px;
    margin: 0px auto;
    background-color: #2784bd ;
}
.headers_logo{
    width:370px;
    height:88px;
    float: left;
    position: relative;
}
.headers_logos{
    width:133px;
    height:88px;
    float: left;
    background-image: url("../images/logo.png");
    background-position:center;
    background-repeat: no-repeat;
}
/*.headers_logo_content{
  width:215px;
  height:88px;
  line-height:88px;
  font-size: 16px;
  font-weight:normal;
  font-stretch: normal;

  letter-spacing: 1px;
  color: #1f1f1f;
  float:right;
}*/
.headers_logo_content{
    width:215px;
    height:88px;
    line-height:115px;
    /*// font-family: Microsoft YaHei;*/
    font-size: 16px;
    font-weight:normal;
    font-stretch: normal;

    letter-spacing: 1px;
    color: #1f1f1f;
    float:right;
}
.headers_beta{
    width: 52px;
    height: 20px;
    background-image: url("../images/beta.png");
    position: absolute;
    top: 29px;
    left: 155px;
    font-size: 11px;
    line-height: 20px;
    color: #fee002;
    line-height: 16px;
    text-align: center;
}
.headers_search{
    width:230px;
    height:45px;
    float:right;
    /*border:1px solid red;*/
    padding-top: 12px;
    text-align: right;
}

.headers_search_input{
    font-size: 13px;
    min-height: 20px;
    margin: 0;
    padding: 7px 8px;
    outline: none;
    color: #333;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: right center;
    border: 1px solid #ccc;
    border-radius: 30px;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.075);
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: all 0.15s ease-in;
    -webkit-transition: all 0.15s ease-in 0;
    vertical-align: middle;
}

.headers_search_button {
    position: relative;
    display: inline-block;
    margin: 0; padding: 8px 15px;
    font-size: 16px;
    font-weight: bold; color: #333;
    /*// text-shadow: 0 1px 0 rgba(255,255,255,0.9); */
    white-space: nowrap; background-color: #f2c820;
    background-image: -moz-linear-gradient(#fafafa, #eaeaea);
    background-image: -webkit-linear-gradient(#fafafa, #eaeaea);
    background-image: linear-gradient(#fafafa, #eaeaea); background-repeat: repeat-x;
    border-radius: 3px;
    /*// box-shadow: 0 1px 3px rgba(0,0,0,.05); */
    vertical-align: middle; cursor: pointer;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 5px;
    width: 43px;
    background: none;
    border:none;
    outline:none;
    letter-spacing: 1px;
    text-align: right;
}



.headers_search_button:active {
    background-color: #f2c820;
    /*// border-color: #f2c820; */
    background-image: none;
    /*// box-shadow: inset 0 3px 5px rgba(0,0,0,.15);*/
    border:none;
    outline:none;
}

.headers_search_button:focus,  input[type=text]:focus{
    outline: none;
    /*  // border-color: #51a7e8;
      // box-shadow: inset 0 1px 2px rgba(0,0,0,.075), 0 0 5px rgba(81,167,232,.5);*/
}

.headers_search input[type=text] { font-size: 18px; width: 164px; height:22px; }



.island_nav {
    width: 100%;
    height: 50px;
    background-color: #282828;
}
.nav_fixed{
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999;
}
.nav_content{
    width: 1260px;
    height: 50px;
    margin:0px auto;
    background-color: #282828;
    /*border:1px solid red;  */
}

.login_menu_list{
    width:80px;
    float:left;
    font-size: 16px;
    font-family: Microsoft YaHei;
    /*font-weight: bold;*/
    font-stretch: normal;
    line-height: 50px;
    color: #fee002 !important;
    text-align: center;
    position: relative;
    letter-spacing: 1px;
}
.nav_activeline{
    width: 100%;
    height: 3px;
    display: block;
    background-color: #2784bd ;
    position: absolute;
    top: 47px;
    left: 0px;
}
.nav_active{
    color: #000000 !important;
    background-color:#f2c820;
}
.login_menu_list a:hover{
    text-decoration: none;
    color: #000000;
    background-color:#2784bd ;
}
.nav_content_left {
    width: 250px;
    height: 50px;
    position: relative;
}
/*资讯下拉*/
.nav_information {
    width: 686px;
    height: auto;
    min-height: 95px;
    padding: 20px 27px;
    background-color: #ffffff;
    box-shadow: 0px 1px 10px 0px
    rgba(0, 0, 0, 0.25);
    border-radius: 0px 0px 5px 5px;
    position: absolute;
    top: 50px;
    left: 80px;
    z-index: 9999999;
    display: none;
}
.nav_digg{
    width: 686px;
    height: auto;
    min-height: 30px;
    font-size: 14px;
}
/*.nav_digg div{display: inline-block;}*/
.nav_digg i{
    font-size: 12px;
}
.nav_digg_left{
    width: 80px;
    height: 30px;
    padding-top: 5px;
    line-height: 30px;
    letter-spacing: 1px;
}
.nav_digg_right li{
    width: 100px;
    height: 30px;
    /*border:1px solid red; */
    float: left;
    padding: 5px 0px;
    font-size: 14px !important;
    line-height: 30px !important;
    color: #000000 !important;
}

.nav_digg_right li a{
    width: 80px !important;
    height: 30px !important;
    margin:0px auto;
    border-radius: 5px;
    position: relative;
}
.nav_digg_right li a:hover{
    background-color: #fee002;
}
.nav_digg_li_line{
    width: 1px;
    height: 15px;
    position: absolute;
    top: 13px;
    left: 0px;
    background-color: #e0e0e0;
}


.nav_digg_right{
    width: 600px;
    height: auto;
    min-height: 30px;
}
.nav_origin{
    width: 686px;
    height: 80px;

}
/*活动*/
.nav_activity {
    width: 493px;
    height: auto;
    min-height: 95px;
    padding: 20px 27px;
    background-color: #ffffff;
    box-shadow: 0px 1px 10px 0px
    rgba(0, 0, 0, 0.25);
    border-radius: 0px 0px 5px 5px;
    position: absolute;
    top: 50px;
    left: 240px;
    z-index: 9999999;
    display: none;
}
.nav_digg_activity{
    width: 490px;
    height: auto;
    min-height: 30px;
    font-size: 14px;
    padding: 2px 0px;
}
.nav_digg_activity i{
    font-size: 12px;
}{
    width: 490px;
    height: auto;
    min-height: 30px;
    font-size: 14px;
}
.nav_digg_left_activity{
    width: 80px;
    height: 30px;
    /*padding-top: 5px;*/
    line-height: 30px;
    letter-spacing: 1px;
}
.nav_digg_right_activity{
    width: 300px;
    height: auto;
    min-height: 30px;
}
.nav_digg_right_activity li{
    width: 100px;
    height: 30px;
    /*border:1px solid red; */
    float: left;
    /*padding: 5px 0px;*/
    font-size: 14px !important;
    line-height: 30px !important;
    color: #000000 !important;
}

.nav_digg_right_activity li a{
    width: 80px !important;
    height: 30px !important;
    margin:0px auto;
    border-radius: 5px;
    position: relative;
}
.nav_activity_h1{
    width: 400px !important;
    font-size: 14px;
    line-height: 40px;
    letter-spacing: 1px;
    color: #333333;
    overflow: hidden;

}
.nav_activity_a{
    text-align:left;
    padding-left:5px;

}
/*话题*/
.nav_topic {
    width: 405px;
    height: auto;
    min-height: 95px;
    padding: 10px 0px;
    background-color: #ffffff;
    box-shadow: 0px 1px 10px 0px
    rgba(0, 0, 0, 0.25);
    border-radius: 0px 0px 5px 5px;
    position: absolute;
    top: 50px;
    left: 160px;
    z-index: 9999999;
    /*display: none;*/
    /*overflow: hidden;*/

}
.nav_topic h1{
    /*width: 365px;*/
    height: 42px;

    padding: 0px 20px;
    font-size: 14px;
    line-height: 42px;
    letter-spacing: 1px;
    color: #333333;
    font-weight: normal;
}
.nav_topic h1 a:hover{
    color: #000000 !important;
    text-decoration:none;
}
.nav_topic h1:hover{
    background-color: #fee002;
}
.tougao{
    width: 90px;
    height: 52px;
    /*border:1px solid red;   */
    font-family: Microsoft YaHei;
    font-size: 16px;
    font-weight: bold;
    line-height: 50px;
    letter-spacing: 1px;
    color: #f2c820;
    /*display:none;*/

}
.tougao_text{
    width: 80px;
    height: 50px;
    /*font-size: 14px;*/
    display: inline-block;
    /*line-height: 50px;*/
    /*border:1px solid red;*/
    vertical-align: top;

}
.tougao_icon{
    width: 20px;
    height: 50px;
    background-position: -300px -72px;
    display: inline-block;
    /*border:1px solid red;*/
}
.register_login_icon{
    width: 25px;
    height: 50px;
    background-position: -362px -69px;
    display: inline-block;
}
.register_login{
    min-width: 112px;
    padding-left: 5px;
    /*padding-right: 18px;*/
    height: 50px;
    /*border:1px solid red;   */
    font-family: Microsoft YaHei;
    font-size: 16px;
    /*font-weight: bold;*/
    line-height: 50px;
    letter-spacing: 1px;
    color: #fee002;
    text-align: right;

}
.tougaoicon{

    cursor: pointer;
    color:#fee002!important;
    font-weight:normal;
    display:inline-block;
    line-height: 50px;
}
.tougaoicon span{
    font-size:22px!important;
}
.register_login img{
    margin-top: 10px;
    border-radius: 100%;
    cursor: pointer;
    vertical-align: top;
    /*  -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
         box-sizing: content-box; */
}
.register_login_text{
    width: 100px;
    /*padding-left: 5px;*/
    height: 50px;
    /*font-size: 14px;*/
    display: inline-block;
    line-height: 50px;
    /*border:1px solid red;*/
    vertical-align: top;
}
.register_logined_text{
    width: 30px;
    height: 50px;
    display: block;
    float: right;
    padding-right: 18px;
}
.register_login_text a{
    display: inline;
    color: rgba(255,227,0,1);
}

.login_menu {
    width: 147px;
    height: auto;
    background-color: #ffffff;
    box-shadow: 0px 0px 5px 0px
    rgba(51, 51, 51, 0.5);
    position: absolute;
    top: 50px;
    right: -40px;
    padding: 10px 0px 0px 0px;
    z-index: 9999999;
    border-radius: 5px;

    display: none;
}
.login_menu_list a{
    width: 147px;
    height: 42px;
    font-size: 14px;
    line-height: 42px;
    color: #333333;
}
.login_menu_sanjiao{
    width: 0;
    height: 0;
    border-width: 6px;
    border-style: solid;
    border-color:transparent transparent #ffffff  transparent ;
    position: absolute;
    top: -12px;
    left: 50%;
    margin-left: -6px;
}
.login_menu_list_out a{
    width: 147px;
    height: 54px;
    font-size: 14px;
    line-height: 54px;
    color: #333333;
    border-top:1px solid #eeeeee;
    border-bottom-right-radiu:5px;
    border-bottom-left-radiu:5px;
}
.login_menu_list i{
    width: 30px;
    height: 30px;
    color: #333333;
    display: inline;
}

.search_input_blank{
    width: 553px;
    height: 50px;
    color: #ffffff;
    margin-left: 400px;
    position: relative;
    display: none;
    padding-left: 20px;
}
.search_input{
    width: 505px;
    height: 50px;
    color: #ffffff;
    background-color: #282828;
    border: none;
    outline: none;
    font-size: 18px;
    padding-left: 5px;
}
.search_blank {
    width: 513px;
    height: auto;
    min-height: 100px;
    background-color: #ffffff;
    box-shadow: 0px 1px 10px 0px
    rgba(0, 0, 0, 0.25);
    border-radius: 0px 0px 5px 5px;
    position: absolute;
    top: 50px;
    left: 0px;
    z-index: 999;
    padding: 10px 20px;
}
.recent_search{

}
.recent_search i{
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 1px;
    color: #b2b2b2;
    font-style: normal;
}
.recent_search li{
    height: 30px !important;
    font-size: 14px;
    letter-spacing: 1px;
    color: #333333 !important;
    text-align:left;
    float: none;
}
.recent_search li{
    width: 100%;
    height: 30px !important;
    font-size: 14px;
    letter-spacing: 1px;
    color: #333333 !important;
    text-align:left;
    float: none;
    line-height: 30px !important;
    border-radius: 5px;
    /*border:1px solid red; */
    padding-left:5px;
    overflow: hidden;
}
.recent_search_li a{
    width: auto;
    padding: 0px 5px;
    border-radius: 5px;
    height: 30px !important;
    display: inline-block;
    /*border:1px solid red; */
}
.recent_search_li a:hover{
    background-color: #2784bd  !important;
}
