/* neimenggu base */

* { margin: 0; padding: 0; }
body { max-width: 100%; overflow-x: hidden; background: #FFFFFF; font: 16px/36px "Hiragino Sans GB", "MicroSoft YaHei", Arial, sans-serif; }
img { border: none; max-width: 100%; }
a { color: #2A2B3C; text-decoration: none; }
a:hover { text-decoration: none; }
ul, ol, li { list-style: none; }
ul::after { display: block; content: ''; height: 0; font-size: 0; clear: both; }
table { border-collapse: collapse; border-spacing: 0; max-width: 100%; }
input:focus { outline: 0; }
input[type="button"], input[type="submit"], input[type="reset"] { -webkit-appearance: none; appearance: none; -moz-appearance: none; -ms-appearance:none; }
input::focus-inner { padding: 0; border: 0; }
input::-webkit-input-placeholder { color: #666666; }
input::-moz-placeholder { color: #666666; }
input:-moz-placeholder { color: #666666; }
input:-ms-input-placeholder { color: #666666; }
select::-ms-expand { display: none; }

.fl { float: left; } 
.fr { float: right; }
.clear { height: 0; width: 100%; overflow: hidden; font-size: 1px; line-height: 0; visibility: hidden; }
.clearfix { zoom: 1;}
.clearfix::after { display: block; content: ''; height: 0; font-size: 0; clear: both; } 
.hide, .onlymob { display: none; }
.Width { width: 1190px; margin: 0 auto; }
.wrap { width: 1200px; margin: 0 auto; }
.container { width: 1200px; margin: 0 auto; position: relative; box-sizing: border-box; }
.container::after { display: block; content: ''; height: 0; font-size: 0; clear: both; }
.por { position: relative; }
.poa { position: absolute; }

header { width: 100%; background: linear-gradient(#FCFCFC,#FAFAFA,#FCFCFC); padding: 4px 0; }
header .headerWrap { display: flex; justify-content: space-between; align-items: center; width: 1200px; margin: 0 auto; }
header .headerL { display: block; width: 130px; }
header .headerL img { display: block; width: 100%; }
header .headerR { display: flex; justify-content: center; }
header .headerR a { font-size: 14px; padding: 0 8px; }
header .headerR a:hover { color: #DD0000; }

footer { width: 100%; background: #333333; padding: 20px 0; }
footer p { font-size: 14px; color: #FFFFFF; text-align: center; line-height: 2; }
footer p a { color: #FFFFFF; }


@media only all and (max-width: 1200px) {

    html { font-size: 20px; }
    body { width: 18.75rem; font-size: .7rem; line-height: 1.2rem; background-size: auto auto; }
    html, body { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
    .fl, .fr { float: none; }
    .onlymob { display: block; }
    .onlypc { display: none; }
    .Width { width: 17.5rem; }
    .wrap { width: 96%; }
    .container { width: 96%; }

    header { padding: .4rem 0; }
    header .headerWrap { width: 96%; margin: 0 auto; }
    header .headerL { width: 6.5rem; }
    header .headerR a { font-size: .7rem; padding: 0 0; }
    header .headerR a:nth-child(n+2) { display: none; }

    footer { padding: .5rem 0; }
    footer p { font-size: .7rem; }

}