﻿.left {
  float: left;
  vertical-align:middle;
}
.top_T{
  position: relative;
}
.img_1{
  /*vertical-align:middle;
  width: 75px;
  height: 75px;*/
}
.top_s{
  position: absolute;
  margin-top: -30px;
  left: 18px;
}
.img_2{
  margin-right: 20px;
  width: 30px;
  height: 30px;
  vertical-align:middle;
}
.top_t{
  margin-right: 30px;
}

.right {
  padding: 20px;
  float: right;
  vertical-align:middle;
}
.left2 {
    margin-top: 29px;
    margin-left: 9%;
}
.inline {
    display: inline-block;
}
.clear {
  *zoom: 1;
  
}
.clear:after {
  display: block;
  content: "clear";
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.main {
    /*width: 1190px; */
    min-width: 1280px;
    margin: 0 auto;
    text-align: justify;
    text-justify: inter-ideograph;
    display:flex;
    justify-content:center;
}

.nihao{
  z-index: 999999;
  font-weight: bold;
}
/*头*/
#header {
  position: relative;
  
  z-index: 999;

}
#header span {

  /*height: 35px;*/
  /*line-height: 35px;*/
}
    #header span a {
        text-align: center;
        color: #000;
        font-size: 22px;
        color: #282828;
    }
    #header span li a {
        text-align: center;
        color: #000;
        font-size: 12px;
        color: #777777;
    }
    #header a:hover {
        color: #f7ab00;
        text-decoration: none;
    }
    #header .wz_d1 a:hover {
        color: #fff;
        text-decoration:none;
    }
#header ul li {
  display: inline-block;
  margin:0 30px;
  
  font-size: 16px;
}
#header .menu-panel {
  position: absolute;
  text-align: center;
  display: none;
  z-index:10;
}

#header .menu-bd-panel {
  /*padding: 10px 0;*/
}
    #header .menu-bd-panel li {
        width: 260px;
        background: #fff;
        /* font-weight: bold;*/
        display: block;
        padding: 12px 0;
        margin-left: -80px;
        border-bottom: 1px solid #dcd4d4;
    }

#header .menu-user-panel ul {
  margin-bottom: -20px;
  margin-top: 10px;
  padding-top: 10px;
  height: 60px;
}
#header .menu-user-panel ul img {
  width: 36px;
  height: 36px;
}
#header .menu-user-panel ul li {
  background: red;
  display: inline-block;
  line-height: 12px;
}


