html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
a{
    text-decoration: none;
    color: #747474;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: ”;
content: none;
}
/* remember to define focus styles! */
:focus {
outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
text-decoration: none;
}
del {
text-decoration: line-through;
}
/* tables still need ‘cellspacing=”0″‘ in the markup */
table {
border-collapse: collapse;
border-spacing: 0;
}
.warp{
    margin: auto;
    width: 1098px;
    max-width: 1098px;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.clear{
    clear: both;
}
/* 间距 */
.mrT30{
    margin-top: 30px;
}
.mrL30{
    margin-left:30px; 
}
.red{
    color:#ff0000;
}
.active{
   background:#ff0000;
   color: #ffffff;
   border-radius:8px; 
   padding:0 10px; 
}
/* 公用 */
#g-header .m-header-top {
    background: #eeeeee;
    font-size: 14px;
    margin-bottom: 20px;
  }
  #g-header .m-header-top ul {
    margin: auto;
    width: 1098px;
    max-width: 1098px;
  }
  #g-header .m-header-top ul li {
    position: relative;
    padding: 10px 0;
    display: inline-block;
    vertical-align: middle;
  }
  #g-header .m-header-top ul li img {
    vertical-align: middle;
    width: 16px;
    height: 16px;
    cursor: pointer;
  }
  #g-header .m-header-top ul li .met-weixins {
    display: none;
    position: absolute;
    top: 0px;
    left: 30px;
    z-index: 999;
    padding: 5px;
    border: 1px solid #e3e5e2;
    border-radius: 3px;
    background: #ffffff;
  }
  #g-header .m-header-top ul li .met-weixins em {
    position: absolute;
    left: -10px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #e3e5e2;
  }
  #g-header .m-header-top ul li .met-weixins span {
    position: absolute;
    left: -8px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #ffffff;
  }
  #g-header .m-header-top ul li .met-weixins img {
    margin: 0;
    width: 150px;
    height: 150px;
  }
  #g-header .m-header-content .fenzhanname {
    position: relative;
    margin-left: 20px;
    height: 70px;
    line-height: 70px;
  }
  #g-header .m-header-content .fenzhanname h2 {
    font-size: 25px;
    margin-left: 25px;
    color: #333;
    font-weight: normal;
  }
  #g-header .m-header-content .fenzhanname .fenzhan-item {
    display: none;
    width: 400px;
    line-height: 40px;
    background: #fff;
    position: absolute;
    z-index: 999;
    border: 1px solid #666;
  }
  #g-header .m-header-content .fenzhanname .fenzhan-item table {
    width: 100%;
  }
  #g-header .m-header-content .fenzhanname .fenzhan-item table tr td {
    text-align: center;
  }
  #g-header .m-header-content .fenzhanname::before {
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    width: 1px;
    background: #ddd;
  }
  #g-header .mainnav {
    height: 70px;
    padding: 0 15px;
  }
  #g-header .mainnav li {
    margin: 0 10px;
    line-height: 70px;
    display: inline;
  }
  #g-footer {
    background: #eeeeee;
    border-top: 1px solid #747474;
    padding-bottom: 25px;
    font-size: 14px;
  }
  #g-footer ul {
    margin: auto;
    width: 560px;
    display: flex;
    padding: 16px 0 30px;
    justify-content: space-around;
  }
  #g-footer ul li {
    display: inline-block;
  }
  #g-footer p {
    text-align: center;
    color: #747474;
  }
  