/* * {
    outline: none !important;
}
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul, dd, dl, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object, a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span, strong, sub, sup, tt, var, legend, fieldset {
    margin: 0px;
    padding: 0px;
    -webkit-font-smoothing: subpixel-antialiased;
}
body {
    font-size: 14px;
    font-size: 1.4rem;
    color: #333;
    font-family: 'Microsoft YaHei', SimSun, SimHei, "STHeiti Light", STHeiti, "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
}

.wrap_footer {
    background: #bd1a2d;
}
.gp-clearFix {
    clear: both;
}
footer {
    display: block;
    unicode-bidi: isolate;
}
.footer {
    padding: 42px 0;
}
.gp-container {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.gp-clearFix {
    clear: both;
}
.f1 {
    width: 8.83%;
}
.f3 {
    width: 23.5%;
}
@media screen and (min-width: 100px) {
    .gp-avg-2 > li {
        width: 50%;
    }
}

@media screen and (min-width: 100px) {
    [class*="gp-avg"] li {
        width: 100%;
        display: block;
    }
}
[class*="gp-avg"] > li {
    float: left;
}
.footerLinks li, .f4 span {
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    margin-bottom: 15px;
    display: block;
    transition: all 0.3s ease-in-out;
}
.f4 {
    width: 21.16%;
    margin-left: 9px;
}
.links2 {
    background: #a91728;
    padding: 23px 0 0 50px;
    min-height: 121px;
}
.footerLinks li, .f4 span {
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    margin-bottom: 15px;
    display: block;
    transition: all 0.3s ease-in-out;
}
.f5 {
    padding: 22px 0;
    width: 30%;
    background: #a91728;
}
.gp-ul-inline {
    font-size: 0;
}
.codelist {
    text-align: center;
}
.gp-ul-inline > li {
    display: inline-block;
    font-size: 14px;
    vertical-align: top;
}

.codelist li {
    margin: 0 5px;
}
.codelist li span {
    display: block;
    width: 76px;
    height: 76px;
    overflow: hidden;
}
.codelist li strong {
    font-weight: normal;
    padding: 5px 0 0;
    display: block;
}
.footer *, .footer a {
    color: #fff;
}
.gp-fl {
    float: left;
}
.footer *, .footer a {
    color: #fff;
}
.footer *, .footer a {
    color: #fff;
}

a {
    outline: none;
    blr: expression(this.onFocus=this.blur());
    text-decoration: none;
    color: #333;
}
.phoneLine {
    display: none;
}
.footerLinks {
    background: #a91728;
    padding: 43px 0 0 48px;
    overflow: hidden;
    min-height: 101px;
}
.gp-clearFix {
    clear: both;
}

.copyRight {
    background-color: #dabb85;
    padding: 15px 0;
    text-align: center;
    line-height: 1.5;
}
.gp-container {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.copyRight span {
    color: #000;
    margin: 0 8px;
    display: inline-block;
}
.gp-clearFix:after {
    content: '';
    display: block;
    clear: both;
}
.gp-clearFix:after {
    content: '';
    display: block;
    clear: both;
} */

img {
    vertical-align: middle;
}
.link-list {
    display: grid;
    grid-template-columns: repeat(3, 340px);
    grid-template-rows: repeat(3, 94px);
    gap: 30px 40px;
    /* padding: 54px 0 0 0; */
    padding: 54px 0 20px 0;
    box-sizing: border-box;
    min-height: calc(100vh - 420px);
    justify-content: center;
}
.link-list .link-list-item {
    width: 340px;
    height: 94px;
}
.link-list .link-list-item a{
    display: inline-block;
    text-align: center;
    width: 100%;
    height: 100%;
    line-height: 90px;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #333333;
    letter-spacing: 0;
    text-align: center;
    font-weight: 400;
    border: 1px solid rgba(220,220,220,1);
}
.link-list .link-list-item a:hover{
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #FFFFFF;
    background: #CDC5B8;
    border: 1px solid rgba(220,220,220,1);
}