﻿@charset "utf-8";

/* #c78d54 */


/* 技术支持：国人在线 */


/* img{ max-width: 100%; } */

a {
    font-size: 14px;
    /* font-family:"\5fae\8f6f\96c5\9ed1", sans-serif; */
    text-decoration: none;
    color: #666666;
    -ms-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

a:hover {
    color: #e60012
}

.l {
    float: left;
}

.r {
    float: right;
}

.cl {
    clear: both;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #e4e4e4;
}

td,
tr {
    border: 1px solid #e4e4e4;
    padding: 5px;
}