h1,h2,h3,h4,h5,h6,p,html,li,ul,img,body{padding:0;margin:0;}
*{padding:0px; margin:0px;}
li{list-style:None;}
img{border:None;}
a{text-decoration:none;}
body{font-family:"微软雅黑";color:#fff;background: #fff;}
input{background:none;outline:none;border:none;}
#container{height:auto;}
/*浮动*/
.fl {
  float: left;
}
.fr {
  float: right;
}
.cf:before, .cf:after {
  display: table;
  content: " ";
}
.cf:after {
  clear: both;
}
.cf {
  *zoom: 1;
}
.clear{
  clear: both;
}
.container{
  width:100%;
  position:relative;
}
/*头部*/
header,footer{
  width:100%;
  background: #fff;
}
.header{
  width:1000px;
  height:70px;
  line-height:70px;
  margin:0 auto;
  background:#fff;
  position:relative;
}
.header .logo{
  width:142px;height:39px;
  margin-top: 15px;
  background:url(../images/icon.png) no-repeat -295px -149px;
}
.header .triangle{
  display:none;
  width:15px;height:12px;
  margin-top: 30px;
  margin-left: 10px;
  background:url(../images/icon.png) no-repeat -449px -167px;
}
.header .nav{
  margin-left:90px;
}
.header .nav a{
  display:inline-block;
  font-size:16px;
  color:#666;
  padding:0 30px;
}
.header .nav a.navActive{
  background: #fa892a;
  color:#fff;
}
.header .hello{
  color:#3698e0;
  font-size:14px;
  display:inline-block;
  position:absolute;
  right: 57px;
}
#info{
  height: 100px;
  position: relative;
  display: inline-block;
  position:absolute;
  right: 0;
}

.header .people{
  display:inline-block;
  width:50px;height:50px;
  margin-top: 10px;
}
.header .people img{
  width: 50px;
  height: 50px;
  border-radius:50%;
}
.header .head-info{
  position:absolute;
  right:0px;
  top:80px;
  background: #fff;
  width:80px;
  height:90px;
  border-radius:5px;
  text-align:center;
  padding:5px 0;
  display:none;
  z-index:999;
}
.header .head-info li{
  height:30px;
  line-height:30px;
}
.header .head-info li a{
  color:#999999;
  font-size:12px;
}
.header .head-info li.liActive{
  background: #f7f7f7;
}
.header .head-info li:hover{
  background:#f7f7f7;
  cursor:pointer;
}
/*向上*/
.header .triangle_border_up{
    width: 0;
    height: 0;
    border-width: 0 10px 10px;
    border-style: solid;
    border-color: transparent transparent #fff;
    margin-top: -10px;
    margin-left: 29px;
    position: relative;
}
.content-box{
  width:100%;
  background:#f3f3f3;
  padding-bottom:80px;
  padding-top: 20px;
}
.content-boxMargin{
  margin-top: 0;
}
/*尾部*/
.footer{
  width:1000px;
  margin:0 auto;
  /*margin-top:80px;*/
  height:48px;
  padding:40px 0;
  background: #fff;
  text-align:center;
}
.footer .banquan{
  color: #555;
  display:inline-block;
  font-size:12px;
}
.footer .cont a,.footer p a{
  display:inline-block;
  padding:0 5px;
  font-size:12px;
  color:#555; 
  margin-bottom:5px;
}

.footer .cont span{
        width: 7px;
    height: 16px;
    position: relative;
    top: 4px;
    left: 4px;
    display: inline-block;
    background: url(../images/icon.png) no-repeat -341px -246px;
}
.footer p{
  margin-top:5px;
}

