/*头部*/

#header {
  /*height: 84px;*/
  border-bottom: 1px solid #e5e5e5;
}

.top {
  background-color: black;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
}

.top-main {
  margin: 0 auto;
  min-width: 1200px;
}

.top .about {
  color: white;
}

.top-main a {
  color: red;
  display:inline-block;
  margin-right: 8px
}

.top-phone {
  display: inline-block;
  color: white;
}

.top-phone span {
  color: red;
  margin-left: 20px;
  margin-right: 474px;
}

.wmain {
    min-width: 1200px;
    margin: 0 auto;
    height: 84px;
    /*overflow:hidden;*/
}

.wmain img {
  height: 64px;
}


.wmain1 {
  margin: 0 auto;
  height: 84px;
  overflow:hidden;
}

.wmain1 img {
  height: 64px;
}

.wmain1 {
  min-width: 1200px;

}
@media screen and (min-width:1280px) {
    .top-main {
        width: 1200px;
    }
    .wmain,.wmain1, .wrap{
         width: 1200px;
    }
}
@media screen and (min-width:1600px) {
    .top-main {
        width: 1400px;
    }
    .wmain,.wmain1, .wrap{
         width: 1400px;
    }
}

header h1 {
  height: 64px;
  margin: 10px 0 0;
}

.nav {
  width: 633px;


  height: 84px;
}

.nav>li {
  float: left;
  margin-left: 22px;
  position: relative;
}

.nav>li:hover {
  position: relative;
  border-bottom: 4px solid #e60012;
  z-index: 100;
}

.nav>li:hover .intro {
  display: block;
}

.nav a,
.nav span {
  display: block;
  height: 84px;
  line-height: 84px;
  font-size: 17px;
  width: 96px;
  color: #000;
  text-align: center;
  cursor: pointer;
}
.intro {
  position: absolute;
  /*display: none;*/
  z-index: 1000;
  margin-top: 4px;
  background-color: #fff;
}

.intro {
  display: none
}

.intro li a {
  height: 26px;
  line-height: 26px;
  font-size: 14px;
  background: #fff;
}

.tell span {
  display: inline-block;
  float: left;
}

.tell-img {
  width: 34px;
  height: 34px;
  background: url(../images/tel.png) no-repeat;
  margin: 24px 0 0;
}

.tell-num {
  font-size: 19px;
  color: #e60012;
  height: 46px;
  margin: 32px 0 0 6px;
}

.tell .login {
  border: 1px solid #d8d8d8;
  margin: 30px 4px 0 26px;
  color: #000;
}

.tell a {
  display: inline-block;
  text-align: center;
  width: 66px;
  height: 28px;
  line-height: 28px;
  border-radius: 4px;
}

.tell .register {
  background: #e60012;
  margin: 30px 0 0;
  color: #fff;
}


/*尾部*/

footer {
  background: #4d4d4d;
  width: 100%;
}

.setting {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

.setting li {
  float: left;
  margin-right: 4px;
}

.setting li,
.setting p,
.setting span {
  font-size: 14px;
  color: #fff;
}

.setting-list {
  height: 21px;
  margin: 30px 0 20px;
}

.setting-list a {
  font-weight: 700;
}

.setting p {
  margin: 0 0 14px;
}

.friend-link {
  width: 130px;
  height: 20px;
  margin: 4px 0 0;
}

.rich {
  margin: 20px 0 0;
  overflow: hidden;
}
.rich div{
    float:left;
    margin:0 20px;
}

.rich img {
  border: 4px solid #fff;
  width:110px;
  height:110px;
}

.rich span {
    text-align:center;
  display: block;
}

.last {
  clear: both;
  height: 20px;
  padding: 65px 0 20px;
}

.last p {
  color: #fff;
  font-size: 14px;
  text-align: center;
}

footer a:hover {
  color: #e54e3d;
  transition: color .5s;
  cursor: pointer!important;
}

.has-user {
  float: right;
  font-size: 16px;
  color: #8a959c;
  margin: 10px 0 60px;
}

.has-user a {
  color: #3499da;
}

.has-user a:hover {
  color: #e54e3d;
  transition: color .5s;
  cursor: pointer!important;
}

.user,
.go-out {
  padding-top: 30px;
  font-size: 14px;
}


/*分页*/

.paging {
  width: 100%;
  height: 40px;
  font-size: 12px;
  color: #323232;
  left: 50%;
  text-align: center;
  margin-top: 15px;
}
.user-com{
  color:white;
}

.fr1{
    /*float:right;*/
}
