html{
    height: 100%;
}
img{
    max-width: 100%;
    height: auto;
}
ol,ul{
    list-style-type:none;
}
body {
    height: 100%;
    font-family: "微软雅黑","Microsoft YaHei";
    color: #838383;
}
.noPadding {
    padding: 0 !important;
}
a {
    display: inline-block;
    color: #5c5855;
}
i {
    font-style: normal;
}
.clearfix:after{
    content:"";
    height: 0;
    display: block;
    clear:both;
}
.noMargin {
    margin: 0 !important;
}
input:focus,textarea:focus {
    border-bottom-color: #4D7CEA;
}
.secondItem {
    position: absolute;
    width: 100%;
    top: 52px;
    left: 0px;
    z-index: 15;
    padding: 10px 0;
    background: #fff;
    opacity: 0.98;
    filter: alpha(Opacity=98);
    overflow: hidden;
    border: 1px solid #e5e5e5;
    border-top: 0;
    display: none;
}
nav ul.nav  > li:hover > a, nav ul.nav  > li.cur > a {
    color: #f3600f;
    border-bottom:3px solid #f3600f;
    box-sizing: border-box;
    margin-bottom: -2px;
}
.nav .secondItem a {
    color: #5c5855;
    height: 36px;
    line-height: 36px;
    box-sizing: border-box;
    overflow: hidden;
    text-align: center;
}
.nav .secondItem a:hover {
    color: #f3600f;
}
.nav .secondItem dd {
    color: #f3600f;
    font-size: 18px;
    text-align: center;
}
.breadcrumbs i.ico {
    display: inline-block;
    width: 18px;
    height: 16px;
    vertical-align: middle;
    margin-top: -4px;
    margin-right: 5px;
    background-position: 0px -14px;
}
.mar{
    padding-left: 30px;
}
.wrapTitle{
    margin-bottom: 0.8em;
    color: #2c231d;
    font-size: 24px;
    text-align: center;
    font-weight: normal;
}
.textR{
    text-align: right;
}
