body,
dl,
dd,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
legend,
input,
textarea,
optgroup,
p,
blockquote,
figure,
hr,
menu,
dir,
thead,
tbody,
tfoot,
th,
td {
  margin: 0;
  padding: 0;
}
ul,
ol {
  list-style-type: none;
  list-style-image: none;
}
a {
  text-decoration: none;
  outline: 0 none;
}
a:active,
a:hover {
  outline: 0 none;
}
em {
  font-style: normal;
}
abbr,
acronym {
  border-bottom: 1px dotted;
  cursor: help;
}
dfn {
  font-style: italic;
}
hr {
  box-sizing: content-box;
  height: 0;
}
mark {
  background-color: #d2e5ff;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: consolas, 'MicroSoft YaHei';
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow: auto;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0 none;
  max-width: 100%;
  max-height: 100%;
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  outline: none;
}
textarea {
  resize: none;
}
input,
button {
  *overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
textarea {
  overflow: auto;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input {
    line-height: normal !important;
  }
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: darkGray;
  opacity: 1;
}
label {
  cursor: pointer;
}
svg:not(:root) {
  overflow: hidden;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video,
progress {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "microsoft YaHei";
}
html {
  text-size-adjust: 100%;
  font-size: 62.5%;
}
body {
  font-size: 0.28rem;
  line-height: 1.5;
  color: #666;
}
a {
  color: #666;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear:after {
  display: table;
  clear: both;
  content: "";
}
table {
  width: 100%;
}
html,
body {
  min-height: 100%;
  height: 100%;
}
#wrapper,
#container {
  min-height: 100%;
  position: relative;
  height: auto;
  padding-bottom: 0px;
  background: #f2f2f2;
}
.w {
  width: 1200px;
  margin: 0 auto;
}
.container {
  padding: 0.3rem;
  background: #fff;
}
.cont-full {
  background: #fff;
}
.header {
  height: 0.9rem;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.32rem;
  position: relative;
}
.header .logo {
  width: 1.74rem;
  height: 0.7rem;
}
.header .logo img {
  width: 100%;
  height: 100%;
}
.header .nav-btn {
  width: 0.42rem;
  height: 0.35rem;
  margin-left: 0.32rem;
  background-size: cover;
  background-image: url("../img/nav-btn.png");
}
.header .kind {
  display: none;
  width: 100%;
  background: transparent;
  position: absolute;
  top: 0;
  padding-top: 0.9rem;
  left: 0;
  z-index: 999;
  height: 100vh;
}
.header .kind .kind-cc {
  width: 100%;
  min-height: 100%;
  background: #fff;
}
.header .kind .select .item {
  height: 1.01rem;
  border-bottom: 1px solid #e8e8e8;
  font-size: 0.34rem;
  color: #666;
  line-height: 1rem;
  text-align: center;
}
.header .kind .select .item a {
  display: block;
}
.header .kind .select .item.on a {
  color: #00479d;
}
.header .kind .select-icon {
  padding: 0.7rem 0;
}
.header .kind .select-icon-ul {
  padding: 0 0.5rem;
  margin-bottom: 0.7rem;
  display: flex;
  justify-content: space-around;
}
.header .kind .select-icon-ul+.select-icon-ul {
  margin-bottom: 0;
}
.header .kind .select-icon-ul li a {
  width: 0.9rem;
  height: 0.9rem;
  background-size: cover;
  display: block;
}
.header .kind .select-icon-ul:last-child {
  padding: 0 1.6rem;
}
.footer {
  background: #062539;
  color: #999;
}
.footer_top {
  padding-top: 0.3rem;
  padding-left: 0.3rem;
  font-size: 0.2rem;
}
.footer_top h6 {
  font-size: 0.22rem;
  margin-bottom: 0.1rem;
}
.footer_top .row {
  line-height: 2em;
}
.footer_top .row span {
  margin-left: 0.5rem;
}
.footer_top .row span:first-child {
  margin-left: 0;
}
.footer_top .row span:first-child:after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 0.25rem;
  background: #999;
  margin-left: 0.5rem;
}
.footer_top .phone-row {
  display: flex;
  align-items: center;
  margin-top: 0.2rem;
}
.footer_top .phone-row .icon {
  width: 0.36rem;
  height: 0.36rem;
  background-size: cover;
  background-image: url("../img/footer-phone.png");
  margin-right: 0.1rem;
}
.footer_top .phone-row .text {
  font-size: 0.26rem;
  font-weight: bold;
}
.footer_center {
  margin: 0.4rem 0 0.3rem;
}
.footer_center .load {
  float: left;
  margin-left: 0.7rem;
}
.footer_center .load:first-child {
  margin-left: 0.5rem;
}
.footer_center .load_box {
  padding: 0.12rem;
  border: 1px solid #999;
  width: 1.52rem;
  height: 1.52rem;
  margin: 0 auto 0.15rem;
}
.footer_center .load_p {
  font-size: 0.2rem;
  text-align: center;
}
.footer_bot {
  background: #041e2d;
  font-size: 0.2rem;
  text-align: center;
  padding: 0.12rem 0.3rem;
}
