﻿@charset "UTF-8";

/* 匹配所有元素 */
*{
  margin:0;
  padding:0;
  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; 
}

.clear {
    clear: both;
}
/* 外墙法清除浮动 */
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    display: inline-table;
}
/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}
/* IE 6/7 */ .clearfix {
    zoom: 1;
}


body {
  width: 100%;
  display:table;
  font-size: 17px
}

/*标签基本样式 */
a, ol, ul, h1, h2, h3, h4, h5, h6, p, dl, dd, p, i, dt, li, form {
    margin: 0;
    padding: 0;
    font: 16px '微软雅黑';
    color: #333;
}
ol,ul,li{
  list-style: none;
  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; 
}

a {
  text-decoration: none;
}
a:hover{
   text-decoration:none; 
    color:black
}


input{
  border:none;
  outline:none;
}

figcaption, nav, article, header, aside, footer, time, section span{
  display: block;
  margin: 0px;
}

select, input, em, textarea {
  font-family: "微软雅黑";
  font-size: 14px;
  font-style: normal;
  color: #3e3d3d;
}

/* 整个页面大小 */
.box {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: table;
}

.box a:hover {
  color: #c30d23;
}


.fl{
    float:left;
}
.fr{
    float:right;
}
.iconlinkpanel {
    position: relative;
    display:block;
    float:right;
}
.iconlinkmenu{
    font-size:14px;
}

.iconlinkinfo {
    position: absolute;
    z-index: 999;
    background: #e9e9e9;
    left: 0px;
    top: 20px;
}

.iconlinkinfo li  a{

    font-size: 12px;
    text-align: center;
    line-height: 2em;
    width:180px;

}
.iconlinkinfo a {
    font-size: 14px;

}