/*ä»£ç å·²ç»ç¼©å‡è¿‡*/
@charset "utf-8";
/*根据屏幕大小自适应*/
@media (max-width: 767px) {
  /*手机页面样式*/
  .topbar {
    width: 100% !important;
    min-width: 375px !important;
  }
  .topbar .language #chlang {
    margin-left: 5px;
  }
  .topbar .defaultLang {
    display: none !important;
  }
  .topbar .mobileApp {
    display: none !important;
  }
  .topbar .businessApp {
    display: none !important;
  }
  #wrapper {
    width: 100% !important;
    min-width: 375px !important;
  }
  #selectCity {
  }
  #selectCity a {
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 90%;
    height: 16px;
    line-height: 16px;
  }
  .province {
  }
  .province a {
    width: 50% !important;
  }
  .category dl {
    width: 100% !important;
  }
  .category dl dt {
    width: 100% !important;
  }
  .category dl dd {
    width: 100% !important;
  }
  .category dl dd a {
    width: 50% !important;
  }
  #footer {
    width: 100% !important;
    min-width: 375px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /*ipad页面样式*/
  .province {
  }
  .province a {
    width: 25% !important;
  }
  .category dl {
    width: 100% !important;
  }
  .category dl dt {
    width: 100% !important;
  }
  .category dl dd {
    width: 100% !important;
  }
  .category dl dd a {
    width: 25% !important;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  /*笔记本电脑页面样式*/
}
@media (min-width: 1400px) {
  /*台式电脑显示器页面样式-默认已有样式*/
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
body {
  background: #fff;
  margin: 0 auto;
  position: relative;
  font-size: 12px;
}
ol,
ul,
li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #24d;
}
a:hover {
  text-decoration: underline;
  color: #c00;
}

h1 {
  font: bold 22px arial, simsun;
  margin: 0;
  padding: 0;
  color: #000;
}
div,
td,
ul,
li,
dl,
dt,
dd,
h2,
h3,
h4 {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

/*å†…å®¹åŒºåŸŸ*/

ul.title {
  font-weight: bold;
  background: #f5f6f4;
  font-size: 14px;
  height: 35px;
  line-height: 35px;
  padding: 0 15px;
  display: flex;
  flex-wrap: wrap;
}
ul.title li {
  display: inline-block;
  width: 50%;
  cursor: pointer;
}
ul.title li a {
  color: #000;
  text-decoration: none;
}
ul.title li a:hover {
  color: #ec3701;
}

.province {
  text-align: center;
  overflow: hidden;
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
}
.province a {
  display: inline-block;
  line-height: 30px;
  margin: 3px 0px;
  font-size: 16px;
  width: 20%;
  height: 30px;
  color: #24d;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.province a:hover {
  color: #ec3701;
}

/*ä¸‰çº§å°ç±»*/
.category {
  margin-top: 20px;
  font-size: 14px;
  min-height: 500px;
}
.category dl {
  padding: 15px 10px;
  margin: 0px;
  line-height: 30px;
  border-bottom: 1px #f1f1f1 solid;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
.category dl dt {
  padding-left: 10px;
  min-width: 125px;
  font-weight: bold;
  font-size: 14px;
}
.category dl dd {
  flex: 1;
}
.category dl dd a {
  padding-left: 10px;
  width: 25%;
  display: inline-block;
  color: #4b4b4b;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.category dl dd a:hover {
  color: #ec3701;
}
