﻿
.header {
  height: 90px;
  background-color: #f2f2f2;
  border-top: 2px solid #999999;
  border-bottom: 2px solid #999999; }
  .header .header_left {
    float: left; }
    .header .header_left a.logo {
      display: table-cell;
      vertical-align: middle;
      height: 90px; }
    .header .header_left .text {
      height: 90px;
      display: table-cell;
      vertical-align: middle; }
      .header .header_left .text h5 {
        font-size: 28px;
        height: 40px;
        line-height: 40px;
        margin: 0; }
        .header .header_left .text h5 .blue {
          color: #3399FF; }
        .header .header_left .text h5 .red {
          color: #FF3300; }
      .header .header_left .text p {
        height: 16px;
        line-height: 16px;
        color: #000; }
  .header .header_nav {
    float: right;
    padding-left: 20px; }
    .header .header_nav ul li {
      float: left;
      line-height: 90px;
      margin: 0 10px; }
  .header .header_user {
    float: right;
    height: 90px;
    width: 50px;
    position: relative; }
    .header .header_user .user_logo {
      display: block;
      position: absolute;
      top: 50%;
      margin-top: -25px; }
      .header .header_user .user_logo img {
        width: 50px;
        height: 50px; }
    .header .header_user:hover .list_ul {
      display: block; }
    .header .header_user .list_ul {
      display: none;
      position: absolute;
      left: 50%;
      z-index: 2;
      background-color: #fff;
      box-shadow: rgba(0, 0, 0, 0.35) 5px 5px 5px;
      border-radius: 10px;
      top: 90px;
      width: 120px;
      margin-left: -60px;
      padding: 10px; }
      .header .header_user .list_ul li {
        height: 24px;
        line-height: 24px;
        text-align: center;
        font-size: 18px; }
        .header .header_user .list_ul li a {
          color: #000; }

.footer {
  background: #f0f0f0;
  text-align: center;
  padding: 20px 0;
  margin-top: 10px;
  position: relative; }

.footer ul {
  width: 800px;
  margin: 0px auto; }

.footer .ft_nv1 {
  background: url(../Public/css/images/icon/ft_nav.png) 4px -3px no-repeat; }

.footer .ft_nv2 {
  background: url(../Public/css/images/icon/ft_nav.png) 4px -33px no-repeat; }

.footer .ft_nv3 {
  background: url(../Public/css/images/icon/ft_nav.png) 4px -63px no-repeat; }

.footer .ft_nv4 {
  background: url(../Public/css/images/icon/ft_nav.png) 4px -93px no-repeat; }

.footer .ft_nv5 {
  background: url(../images/icon/jubaoicon.png) 0px 0px no-repeat;
  width: 140px; }

.footer ul a {
  color: #666; }

.footer ul a:hover {
  color: #c00; }

.footer ul li {
  width: 110px;
  height: 30px;
  display: inline-block;
  padding-left: 34px;
  font-size: 14px; }

.footer p {
  margin: 0px auto;
  line-height: 24px;
  height: 24px;
  overflow: hidden;
  color: #999;
  text-align: center; }

.footer p a {
  color: #999; }

.footer .footbtn {
  position: absolute;
  margin-top: -23px;
  top: 50%; }

.footer .footbtn img {
  width: 120px;
  height: 42px;
  background: #fff; }

.footer .foot-limg {
  left: 60px; }

.footer .foot-rimg {
  right: 60px; }

/*底部结束*/

/*# sourceMappingURL=headfoot.css.map */
