

/*-----------全局------------*/
body {
    background:url(../images/bg.jpg) no-repeat;
    background-size:100% 100%;

}

a {
    color: #2d2d2d;
    text-decoration: none;
}



/*图标*/
.icon.itl:before {
    position: absolute;
    left: 0px;
    top: 0px;
}

.rc[class*="icon-"]:before {
    display: inline-block;
    width: 1em;
    position: absolute;
    right: 0px;
    top: 50%;
    -webkit-font-smoothing: antialiased;
    margin-top: -0.5em;
    color: inherit;
}

/*布局*/
.fl {
    float: left;
}

.fr {
    float: right;
}

.p10 {
    padding: 10px;
}
/*字体大小*/
.f12 {
    font-size: 12px;
}

.f14 {
    font-size: 12px;
}

.fb {
    font-weight: bold;
}

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}
/*字体颜色*/
.c1 {
    color: #ff9600;
}

.c2 {
    color: #b1b1b1;
}
/*文本*/
.remark {
    padding: 10px;
    line-height: 1.8em;
}
/*子页面开始*/