
/*header*/ 
.header_wrap{
  position: fixed;
  width: 100%;
  z-index: 1000;
}
.header{
  width: 100px;
  height: 500px;
  border: 1px solid red;
}

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

.headers_content{
  width:1260px;
  height:67px;
  margin: 0px auto;
  background-color: #2784bd ;
}
.headers_logo{
  width:370px;
  height:67px;
  float: left;
  position: relative;
}
.headers_logos{
  width:133px;
  height:67px;
  float: left;
  background-image: url("../images/logo.png");
  background-position:center;
  background-repeat: no-repeat;
}
.header_name{
  font-size: 24px;
font-family: Microsoft YaHei;
font-weight: bold;
color: #fff;
line-height: 67px;
}
/*.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: #2784bd;
  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;  */
}

.nav_content li{
  width:120px;
  float:left;
   font-size: 16px;
   font-family: Microsoft YaHei;
  /*font-weight: bold;*/
  font-stretch: normal;
  line-height: 50px;
  color: #30E7FD  !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;
}
.nav_content li a:hover{
  text-decoration: none;
  color: #fff;
  background-color:#2784bd ;
}
.nav_content_left {
  width: 250px;
  height: 50px;
    position: relative;
}
/*资讯下拉*/
.nav_information {
  width: 470px;
  height: auto;
  min-height: 42px;
  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: 480px;
  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: #2784bd;
}
.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_information2 {
  width: 686px;
  min-height: 80px;
  height: auto;
  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: 160px;
  z-index: 9999999;
  display: none;
}
/*活动*/
.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: 240px;
  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: #2784bd;
}
.tougao{
  width: 20px;
  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{
  width: 250px;
  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: #30E7FD;
  text-align: right;

}
.tougaoicon{

  cursor: pointer; 
  color:#2784bd!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;
  margin-left: 10px;
/*  -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
     box-sizing: content-box; */
}
.register_login_text{
  width: 85px;
  /*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: inline-block;
  /* float: right; */
  padding-right: 10px;
}
.register_login_text a{
  display: inline;
}

.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;
}
.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;
}