﻿@charset "UTF-8";
html {
  background: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 100%;
  color: #333;
  font-family: "微软雅黑", Arial, "黑体", "_sans";
}
h1 {
  padding: 50px 0;
  font-size: 36px;
  font-weight: 400;
}
h1 span {
  padding-bottom: 5px;
  border-bottom: 2px solid #b71f27;
}
.cr {
  cursor: pointer;
}
a:hover {
  color: #b71e28;
}
.heardbox {
  height: 80px;
}
article,
aside,
blockquote,
body,
button,
code,
dd,
details,
div,
dl,
dt,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
input,
legend,
li,
menu,
nav,
ol,
p,
pre,
section,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
  -webkit-tap-highlight-color: transparent;
}
audio,
canvas,
video {
  display: inline-block;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th {
  text-align: inherit;
}
fieldset,
img {
  border: 0;
}
iframe {
  display: block;
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
del {
  text-decoration: line-through;
}
address,
b,
caption,
cite,
code,
dfn,
em,
i,
th,
var {
  font-style: normal;
}
ol,
ul {
  list-style: none;
}
b,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 400;
}
q:after,
q:before {
  content: "";
}
a {
  color: inherit;
  text-decoration: none !important;
}
a:hover,
a:visited {
  color: inherit;
  text-decoration: none !important;
}
input,
select,
textarea {
  font-size: inherit;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-size: inherit;
  color: inherit;
}
a,
ins {
  text-decoration: none;
  color: inherit;
}
a,
input,
textarea {
  color: inherit;
  -webkit-tap-highlight-color: transparent;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: none;
}
input {
  background: no-repeat 0 0 scroll #fff;
  border: none;
  outline: medium;
  padding: 0;
}
input,
select,
textarea {
  font-family: Arial, "微软雅黑", "黑体", "_sans";
  color: inherit;
}
input:not([type="checkbox"]),
select,
textarea {
  outline: 0;
  border: none;
  -webkit-appearance: none;
}
.cf::after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.cf {
  zoom: 1;
}
div.select-main {
  background-color: #fff;
  font-size: 0.32rem;
  height: 40px;
  position: relative;
  width: 4rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
}
div.select-main.z-index {
  z-index: 10;
}
div.select-main.disabled {
  cursor: default;
  opacity: 0.5;
  zoom: 1;
}
div.select-main.disabled div.select-set {
  cursor: default;
}
div.select-main.disabled div.select-arrow {
  cursor: default;
}
div.select-set {
  color: #333;
  cursor: pointer;
  height: 1.0666666667rem;
  line-height: 1.0666666667rem;
  overflow: hidden;
  position: relative;
  padding: 0 35px 0 0;
  width: 100%;
  z-index: 5;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
div.select-arrow {
  position: relative;
}
div.select-arrow::after {
  content: "\f107";
  font-family: fontawesome;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  font-size: 0.4533333333rem;
  font-weight: 400;
  color: #999;
  text-align: center;
  position: absolute;
  top: 0.2133333333rem;
  right: 0.5333333333rem;
}
div.select-arrow.reverse::after {
  content: "\f106";
}
div.select-block {
  background-color: #fff;
  border-left: 1px solid #a0a0a0;
  border-right: 1px solid #a0a0a0;
  border-bottom: 1px solid #a0a0a0;
  box-shadow: 0 0 2px #a0a0a0;
  left: -1px;
  line-height: 20px;
  position: absolute;
  top: 39px;
  width: 100%;
  z-index: 999;
}
ul.select-list {
  cursor: pointer;
}
ul.select-list::-webkit-scrollbar {
  width: 5px;
}
ul.select-list::-webkit-scrollbar-track {
  border-radius: 10px;
}
ul.select-list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5);
}
ul.select-list {
  scrollbar-face-color: #aeb1b1;
  scrollbar-shadow-color: #c7caca;
  scrollbar-highlight-color: #ced1d1;
  scrollbar-3dlight-color: #ced1d1;
  scrollbar-darkshadow-color: #c7caca;
  scrollbar-track-color: #ced1d1;
  scrollbar-arrow-color: #333;
}
li.select-items {
  color: #333;
  padding: 7px 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
li.select-items.active,
li.select-items:hover {
  background-color: #1b939c;
  color: #fff;
}
body {
  font-size: 0.3733333333rem !important;
  padding-bottom: 2rem;
}
a:focus,
a:hover {
  text-decoration: none;
  outline: 0;
}
.panel-group .panel {
  background: #fff;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  overflow: hidden;
  color: #111;
  position: relative;
}
.panel-group .panel-heading {
  background: #fff;
  color: #111;
  padding: 0;
  border: none;
  border-radius: 0;
  position: relative;
}
.panel-group .panel-title a {
  padding: 15px 20px;
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #111;
  border-radius: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.panel-group .panel-title a.collapsed:before,
.panel-group .panel-title a:before {
  content: "\f107";
  font-family: fontawesome;
  width: 30px;
  height: 30px;
  line-height: 25px;
  border-radius: 50%;
  font-size: 0.4533333333rem;
  font-weight: 400;
  color: #999;
  text-align: center;
  position: absolute;
  top: 10px;
  right: 14px;
}
.panel-group .panel-title a.collapsed:before {
  content: "\f106";
}
.panel-group .panel-body {
  border-top: none !important;
  background: #fff;
  font-size: 15px;
  color: #1c2336;
  line-height: 27px;
  position: relative;
}
.panel-group .panel-body .myimg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 6rem;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0.0266666667rem solid #ddd;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.panel-group .panel-body .zdlist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.32rem;
  font-size: 0.3733333333rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.panel-group .panel-body .zdlist p {
  width: 50%;
}
    .panel-group .panel-body .zdlist .p2 {
        width: 100%;
    }
.panel-group .panel-body .zdlist:nth-child(2n-1) {
  border-radius: 0.1066666667rem;
  background: #fafafa;
}
.panel-group .panel-body2 p {
  width: 100% !important;
}
.panel-body {
  border-top: none !important;
  background: #fff;
  font-size: 15px;
  color: #1c2336;
  line-height: 27px;
  position: relative;
}
.panel-body .myimg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 6rem;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0.0266666667rem solid #ddd;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.panel-body .zdlist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.32rem;
  font-size: 0.3733333333rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.panel-body .zdlist p {
  width: 50%;
}
.panel-body .zdlist:nth-child(2n-1) {
  border-radius: 0.1066666667rem;
  background: #fafafa;
}
.panel-group2 {
  margin-top: 0.4rem;
}
.panel-group2 .panel {
  margin: 0.2666666667rem 0;
}
.panel-group2 .panel-heading {
  width: 100%;
  border-radius: 0.1066666667rem;
  background: #eee;
}
.panel-group2 a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.3733333333rem !important;
}
.panel-group2 .panel-body {
  padding: 0;
}
.panel-group2 .zdlist:nth-child(2n) {
  background: #fafafa;
}
.panel-group2 .zdlist:nth-child(2n-1) {
  background: #fff !important;
}
.panel-group3 .panel {
  border-bottom: 1px solid #eee;
}
.panel-group3 .panel .panel-title a {
  font-size: 0.2833333333rem;
  /*padding: 0.2533333333rem 0;*/
}
.panel-group3 .panel .panel-title a img {
  margin-left: 0.1333333333rem;
}
.panel-group3 .panel .panel-title a::before {
  top: 0.3333333333rem;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.panel-group3 .panel .panel-title .collapsed::before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.panel-group3 .panel-body {
  padding: 0;
}
.container {
  margin: 0 auto;
  padding: 0;
}
.zdlist2 p {
  width: 100% !important;
}
@media screen and (max-width: 800px) {
  body {
    padding-top: 1.4666666667rem;
  }
  body .bah {
    text-align: center;
    font-size: 0.3733333333rem;
    padding: 0.8rem 0 1.2666666667rem;
    color: #999;
  }
  .pc {
    display: none !important;
  }
  .mb-nav {
    display: block !important;
  }
  .mb {
    display: block !important;
  }
  .con .container .tit {
    text-align: center;
    font-size: 0.5333333333rem !important;
  }
  .con .container .smtit {
    margin-top: 25px;
    text-align: left !important;
    color: #666;
    font-size: 0.3733333333rem;
    line-height: 0.5333333333rem;
  }
  .lc {
    -webkit-box-shadow: rgba(33, 35, 38, 0.1) 0 -14px 10px -10px;
    box-shadow: rgba(33, 35, 38, 0.1) 0 -14px 10px -10px;
    padding-top: 0.5333333333rem;
    background-color: #fff;
    margin-top: 0.5333333333rem;
  }
  .lc .container {
    border-bottom: none;
    border: none;
    padding-bottom: 1.0666666667rem;
  }
  .nav-top .logo {
    font-size: 0.4266666667rem !important;
  }
  .serchbox {
    background-color: #fff;
    padding: 0.32rem 0.4266666667rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0;
    font-size: 0.32rem;
  }
  .serchbox .serchwarp {
    width: 100%;
    position: relative;
  }
  .serchbox .serchwarp .serch {
    width: 100%;
    height: 0.8533333333rem;
    padding: 0.48rem 0.8rem 0.48rem 0.2666666667rem;
    opacity: 1;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ddd;
  }
  .serchbox .serchwarp .ssicon {
    position: absolute;
    right: 0.2666666667rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .con .container .mytitwarp {
    margin-top: 0.4rem !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .con .container .mytitwarp .sm {
    color: #666;
    font-size: 0.32rem;
  }
}
.mytit {
  font-size: 0.4rem;
  color: #111;
  display: inline-block;
  position: relative;
  font-weight: 700;
  padding: 0 0.2266666667rem;
}
.mytit::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.08rem;
  height: 0.3733333333rem;
  border-radius: 0.2133333333rem;
  background: #950602;
}
.mytit2 {
  font-size: 0.48rem;
  color: #111;
  display: inline-block;
  position: relative;
  padding: 0 0.4266666667rem;
}
.mytit2::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.1333333333rem;
  height: 0.64rem;
  border-radius: 0.2133333333rem;
  background: #950602;
}
.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  height: 1.3333333333rem;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 6px 0 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 6px 0 8px 0 rgba(0, 0, 0, 0.08);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer a {
  display: block;
  width: 33.3%;
}
.footer .footerlist {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.2666666667rem;
}
.footer .footerlist img {
  width: 0.6666666667rem;
}
.footer .footerlist img:nth-child(2) {
  display: none;
}
.footer .footeract {
  color: #950602;
}
.footer .footeract img {
  width: 0.6666666667rem;
  display: none;
}
.footer .footeract img:nth-child(2) {
  display: block;
}
.footer .sm {
  position: relative;
  top: -0.2666666667rem;
}
.footer .sm .box {
  border-radius: 100px;
  opacity: 1;
  margin-bottom: 0.1333333333rem;
  width: 1.0666666667rem;
  height: 1.0666666667rem;
  background: #950602;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.footer .sm img {
  display: block !important;
}
body {
  background-color: #f5f5f5;
}
.boxcon .link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 0.32rem;
  color: #999;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.boxcon .link i {
  margin: 0 0.1333333333rem;
}
.boxcon .link a:last-child {
  font-weight: 700;
  color: #666;
}
.serchtwo {
  margin-top: 0.4266666667rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.serchtwo input {
  width: 6.9333333333rem;
  height: 1.0666666667rem;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0.0533333333rem solid #950602;
  padding: 0.32rem;
  font-size: 0.32rem;
}
.serchtwo .serchtwobtn {
  width: calc(100% - 6.9333333333rem);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 0.48rem;
  color: #fff;
  background-color: #950602;
  height: 1.0666666667rem;
}
@font-face {
  font-family: iconfont;
  src: url(../iconfont.ttf) format("truetype");
}
.iconfont {
  font-family: iconfont !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-huo:before {
  content: "\e60d";
}
.icon-liebiao:before {
  content: "\e68e";
}
.icon-shaixuan:before {
  content: "\e68c";
}


.ks-suggest-container li {
    color: #666666;
    float: left;
    font-size: 12px;
    line-height: 25px;
    padding: 1px 0 2px;
    width: 100%;
    font-weight: bold;
}

.ks-suggest-container .ks-selected {
    background-color: #f8f8f8;
    cursor: default;
}

.ks-suggest-key {
    float: left;
    padding-left: 12px;
    text-align: left;
}

.ks-suggest-result {
    color: green;
    float: right;
    padding-right: 5px;
    text-align: right;
}