﻿@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;
}
.mb-nav {
  font-size: 16px;
}
body {
  position: relative;
}
.nav-top {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.4rem;
}
.nav-top .logo {
  display: flex;
  align-items: center;
  height: 100%;
}
.nav-top .logo img {
  height: 0.8rem;
}
.mb-nav {
  display: none;
  height: 1.4666666667rem;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.08);
  background: #fff;
  position: fixed;
  z-index: 99999999;
  top: 0;
  left: 0;
  box-shadow: -1px -5px 18px 0 #00223a;
}
.mb-nav svg {
  display: none;
}
.mb-nav a {
  height: 100%;
  display: block;
  width: 80%;
}
.dummy {
  height: 0;
  width: 100vw;
  transition: all 1s;
  position: relative;
  z-index: 999;
  padding: 0 0 0 1.6rem;
  color: #000;
  font-size: 0.3733333333rem;
  overflow: hidden;
  background-size: cover;
  background: #000;
}
.dummy .dummy2 {
  background-color: #fff;
  margin: 0.1333333333rem;
}
.dummy .listwarp {
  overflow-y: auto;
  background: #fff;
  padding: 0.2666666667rem;
  height: calc(100vh - 2rem);
}
.dummy--active {
  height: 100vh;
  background-size: cover;
}
.menu-icon-wrapper {
  display: inline-block;
  width: 34px;
  height: 34px;
  pointer-events: none;
  transition: 0.1s;
  position: relative;
}
.menu-icon-wrapper.scaled {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}
.menu-icon-wrapper svg {
  position: absolute;
  top: -33px;
  left: -33px;
  transform: scale(0.1);
  transform-origin: 0 0;
}
.menu-icon-wrapper svg path {
  stroke: #fff;
  stroke-width: 20px;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: transparent;
}
.menu-icon-wrapper .menu-icon-trigger {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
  pointer-events: auto;
  background: 0 0;
  border: none;
  margin: 0;
  padding: 0;
}
.menu-icon-wrapper .menu-icon-trigger:focus,
.menu-icon-wrapper .menu-icon-trigger:hover {
  outline: 0;
}
.dummy .list {
  border-bottom: 1px solid #eee;
  padding: 0.2666666667rem 0 0.2666666667rem 0.2666666667rem;
}
.dummy .list .list2 {
  border-top: 1px solid rgba(255, 255, 255, 0.6823529412);
  padding: 0.2666666667rem 0.1333333333rem;
  margin: 0 0 0 0.2666666667rem;
}
.dummy .list .yi {
  margin-top: 0.2666666667rem;
}
.act {
  font-weight: 700;
}
.erji {
  position: relative;
}
.erji::after {
  content: "";
  position: absolute;
  right: 0.1333333333rem;
  top: 0.3333333333rem;
  width: 0.1866666667rem;
  height: 0.3466666667rem;
  background: url(../assets/v3/images/mbjt.png) no-repeat center center;
  background-size: cover;
  transition: all 0.5s;
}
.erji .erjiwarp {
  display: none;
}
.zk {
  padding: 0.2666666667rem 0 0 0.2666666667rem !important;
}
.zk::after {
  transform: rotate(90deg);
}
@media screen and (max-width: 800px) {
  .kstd {
    margin-top: 0.6666666667rem;
  }
  .kstd .tit {
    font-size: 0.4266666667rem;
    font-style: italic;
    color: #fff;
    margin-bottom: 0.5333333333rem;
  }
  .ks {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .ks::after {
    content: "";
    flex: auto;
  }
  .ks a {
    width: 1.8666666667rem;
    height: 1.8666666667rem;
    margin-right: 0.5333333333rem;
    margin-bottom: 0.5333333333rem;
  }
  .ks a img {
    width: 100%;
    height: 100%;
  }
  .ks a:nth-child(4n) {
    margin-right: 0;
  }
  .searchbox .search {
    background-color: #fff;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 1.2rem;
  }
  .searchbox .search input {
    background-color: #fff;
    color: #9b9da6;
    margin-left: 0.4rem;
  }
  .searchbox .search img {
    width: 0.5333333333rem;
    margin-right: 0.2666666667rem;
  }
}
body {
  font-size: 18px !important;
  color: #333;
}
.container {
  width: 1200px;
  margin: 0 auto;
}
.mytit {
  font-size: 24px;
  margin-bottom: 30px;
  color: #111;
  display: inline-block;
  position: relative;
  padding: 0 16px;
}
.mytit::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 5px;
  height: 24px;
  border-radius: 8px;
  background: #950602;
}
.mytit::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 5px;
  height: 24px;
  border-radius: 8px;
  background: #950602;
}
.mytit2 {
  font-size: 24px;
  margin-bottom: 30px;
  color: #111;
  display: inline-block;
  position: relative;
  padding: 0 16px;
}
.mytit2::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 5px;
  height: 24px;
  border-radius: 8px;
  background: #950602;
}
.nav {
  width: 100%;
  height: 64px;
  background: #fff;
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
}
.nav .container {
  height: 100%;
  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;
  font-size: 16px;
}
.nav .container .navlist {
  position: relative;
  margin-right: 43px;
}
.nav .container .navlist:hover {
  color: #950602;
}
.nav .container .navlist:hover::after {
  content: "";
  position: absolute;
  width: 32px;
  height: 4px;
  border-radius: 5px;
  opacity: 1;
  background: #950602;
  bottom: -13px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.nav .container .act {
  color: #950602;
}
.nav .container .act::after {
  content: "";
  position: absolute;
  width: 32px;
  height: 4px;
  border-radius: 5px;
  opacity: 1;
  background: #950602;
  bottom: -13px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.footer {
  margin-top: 48px;
  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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer .left .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}
.footer .left .list img {
  margin-right: 8px;
}
.footer .left .list span {
  color: #666;
}
.bah {
  text-align: center;
  font-size: 16px;
  padding: 30px 0 195px;
  color: #999;
}
header {
  padding: 30px 0;
}
header .container {
  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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 14px;
}
header .container .left,
header .container .right {
  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;
}
header .container .xian {
  width: 1px;
  height: 10px;
  background: #bccad1;
  margin: 0 10px;
}
header .container .list:hover {
  color: #950602;
}
.lc {
  padding-top: 86px;
}
.lc .container {
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 80px;
}
.pc {
  display: block;
}
.mb {
  display: none;
}
.serchbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.serchbox .tab {
  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;
  font-size: 16px;
}
.serchbox .tab .tablist {
  padding: 8px 24px;
}
.serchbox .tab .tablist:hover {
  cursor: pointer;
  color: #950602;
}
.serchbox .tab .act {
  padding: 8px 20px;
  border-radius: 100px;
  color: #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;
  position: relative;
}
.serchbox .tab .act::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  left: 50%;
  bottom: -7px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url(../images/jt.png) no-repeat center center/cover;
}
.serchbox .serchwarp {
  margin-left: 20px;
  position: relative;
}
.serchbox .serchwarp .serch {
  width: 640px;
  height: 50px;
  border-radius: 0;
  padding: 20px 120px 20px 20px;
  opacity: 1;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #950602;
}
.serchbox .serchwarp .serchbtn {
  position: absolute;
  right: 0;
  top: 50%;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100px;
  height: 48px;
  font-size: 18px;
  color: #fff;
  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;
  border-radius: 0;
  background: #950602;
}
.serchbox .serchwarp .ssicon {
  position: absolute;
  left: 30px;
  display: none;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.serchbox .serchwarp .xztp {
  position: absolute;
  right: 110px;
  top: 50%;
  cursor: pointer;
  width: 30px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ewm img:nth-child(1) {
  margin-right: 20px;
}
.tabnav {
  font-size: 14px;
  margin-top: 24px;
  color: #9e9e9e;
}
.tabnav span {
  color: #223d66;
}
