/*悬浮CSS*/
.left {
    float: left !important;
}

.right {
    float: right !important;
}

.box-center {
    margin-left: auto;
    margin-right: auto;
}

.clearfix:after, .container:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
}

.clearfix, .container {
    display: block;
}

.clear {
    clear: both;
}
/*悬浮CSS-结束*/

/*定位CSS*/
.pos-r {
    position: relative;
}

.pos-a {
    position: absolute;
}

.pos-f {
    position: fixed;
}

/*定位CSS-结束*/

/*字体CSS*/
.f12 {
    font-size: 12px;
}

.f14 {
    font-size: 14px;
}

.f16 {
    font-size: 16px;
}
.f18 {
    font-size: 18px;
}


.fb {
    font-weight: bold;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.lh2em {
    line-height: 2em;
}

.lh23 {
    line-height: 23px;
}

.lh26 {
    line-height: 26px;
}

.lh30 {
    line-height: 30px;
}

.lh40 {
    line-height: 40px;
}

/*字体CSS-结束*/

/*长宽高CSS*/
.w315 {
    width: 315px;
}
.w305 {
    width: 305px;
}
.w645 {
    width: 645px;
}
.w665 {
    width: 665px;
}
/*长宽高CSS-结束*/

/*图片样式CSS*/
.img-p4 {
    padding: 4px;
    border: 1px solid #e8e8e8;
}
/*图片样式CSS-结束*/

/*边距和间距*/
.pl5 {
    padding-left: 5px;
}

.pl10 {
    padding-left: 10px;
}

.pl15 {
    padding-left: 15px;
}

.pr5 {
    padding-right: 5px;
}

.pr10 {
    padding-right: 10px;
}

.pr15 {
    padding-right: 15px;
}

.pt5 {
    padding-top: 5px;
}

.pt10 {
    padding-top: 10px;
}

.pt15 {
    padding-top: 15px;
}

.pt30 {
    padding-top: 30px;
}

.pb5 {
    padding-bottom: 5px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb15 {
    padding-bottom: 15px;
}

.pb30 {
    padding-bottom: 30px;
}


.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt25 {
    margin-top: 25px;
}

.mt30 {
    margin-top: 30px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.ml5 {
    margin-left: 5px;
}

.ml10 {
    margin-left: 10px;
}

.ml15 {
    margin-left: 15px;
}

.ml20 {
    margin-left: 20px;
}

.ml25 {
    margin-left: 25px;
}

.ml30 {
    margin-left: 30px;
}

.mr5 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.mr15 {
    margin-right: 15px;
}
/*边距和间距-结束*/


/*超链样式CSS*/

a.link-1, .link-text-1 {
    color: #333;
}

    a.link-1:hover {
        color: #2566f4;
        text-decoration: underline;
    }


a.link-2, .link-text-2 {
    color: #cccccc;
}

    a.link-2:hover {
        color: #2566f4;
        text-decoration: underline;
    }

a.link-3, .link-text-3 {
    color: #888;
}

    a.link-3:hover {
        color: #000;
    }

a.link-4, .link-text-4 {
    color: #2566f4;
}

    a.link-4:hover {
        color: #2965fa;
    }

/*超链样式CSS-结束*/
