*{
    padding:0;
    margin: 0;
    list-style: none;
    outline: none;
}
html,body{
    width: 100%;
    /*height: 100%;*/
    background:#FFFFFF;
    font-family: "Microsoft YaHei",Verdana,Arial,'宋体',Helvetica,sans-serif;
}
span{
    display: inline-block;
}
a{
    display: inline-block;
    text-decoration: none;
    color: #373737;
    outline: none;
}
a:hover{
    color: #F05F00;
}
/*点击头部导航栏的的时候，导航元素的颜色变为橙黄色*/
ul.navContent li.navWords a.active{
    color: #F05F00;
}
/*子页面左边导航栏的字体变色*/
ul.nav a.active{
    color: #F05F00;
}
/*子页面（除主页面之外的）都用这个相同的图片*/
.commonPic{
    width:100%;
    background-image: url("../../img/common/finger.jpg");
    background-position: 50% 50%;
    background-repeat: repeat;
    height: 200px;
    min-width: 1200px;
    margin-bottom: 4px;
    margin-top:40px;
}
/*子页面右侧导航部分需要的css*/
.navgations{
    vertical-align: top;
}
/*.body-wrapper .body-content .navgations{*/
    /*!*font-size:23px;!important;*!*/
    /*height: 500px;*/
/*}*/
/*ie8兼容问题,图片会出现边框*/
img{
    border:none;
}
