/* Box sizing reset */
*,
*::before,
*::after {
  box-sizing: border-box;
}
/* Remove default margin and padding */
* {
  margin: 0;
  padding: 0;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}
/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}
input,
button,
textarea,
select {
  font: inherit;
  outline: 0;
  border: 0;
  background: none;
  color: inherit;
}
input:focus,
textarea:focus {
  color: inherit;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
}
/* Remove list styles on ul, ol elements */
ul,
ol {
  list-style: none;
}
/* Make images easier to work with */
/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}
/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
a,
a:active,
a:focus,
a:hover {
  outline: none;
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
  width: auto \9;
  /* ie8 */
  -ms-interpolation-mode: bicubic;
  /*为了照顾ie图片缩放失真*/
  border: none;
}
/* display */
.dn {
  display: none;
}
.di {
  display: inline;
}
.db {
  display: block;
}
.dib {
  display: inline-block;
}
/* overflow */
.ovh {
  overflow: hidden;
}
/* position */
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
/* text-align */
.tc {
  text-align: center;
}
.tr {
  text-align: right;
}
.tl {
  text-align: left;
}
.tj {
  text-align: justify;
}
/* 弹性布局 */
.flex {
  display: flex;
}
.flex-column {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-end {
  justify-content: flex-end;
}
.items-center {
  align-items: center;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
/* 网格布局 */
.grid {
  display: grid;
}
/* 定位 */
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.sticky {
  position: sticky;
}
/* 显示隐藏 */
.hidden {
  display: none;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
:root {
  --skincol: #CE181B;
  --acolor: #b80f00;
  --webcolor: #b80f00;
}
body {
  font-family: "Microsoft YaHei", '微软雅黑', Arial, PingFangSC-Regular, sans-serif !important;
  font-size: 0.14rem !important;
}
a {
  color: #333333;
}
a:hover {
  color: #b80f00;
}
/* 清除浮动 */
.fix {
  *zoom: 1;
}
.fix::after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.container {
  *zoom: 1;
}
.container:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.container .row {
  margin-left: -0.15rem;
  margin-right: -0.15rem;
}
.container .row > [class^="col-"] {
  padding-left: 0.15rem;
  padding-right: 0.15rem;
}
@media (min-width: 1440px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 14rem;
  }
}
@media (min-width: 1366px) and (max-width: 1439px) {
  max-width: 14rem;
}
@media (min-width: 768px) and (max-width: 1365px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 90%;
  }
}
@media (min-width: 1200px) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.phone-toggle {
  position: absolute;
  cursor: pointer;
  user-select: none;
  top: 20px;
  z-index: 9980;
  width: 26px;
  min-height: 24px;
  right: 0.8rem;
}
.phone-toggle span {
  width: 26px;
  top: 50%;
  transform: translateY(-50%);
  transform-origin: 50% 50%;
}
.phone-toggle span,
.phone-toggle span::before,
.phone-toggle span::after {
  display: block;
  position: absolute;
  left: 0;
  height: 2px;
  background: #fff;
  transition: all 0.2s ease;
  border-radius: 2px;
}
.phone-toggle span::before,
.phone-toggle span::after {
  content: '';
  width: 100%;
}
.phone-toggle span::before {
  top: -8px;
}
.phone-toggle span::after {
  bottom: -8px;
}
.phone-toggle:hover span,
.phone-toggle:hover span::before,
.phone-toggle:hover span::after {
  background: #b80f00;
}
.phone-toggle.toggle-open span {
  background: #b80f00;
  transform: rotate(45deg);
}
.phone-toggle.toggle-open span::before {
  transform: translate3d(0, 8px, 0);
}
.phone-toggle.toggle-open span::after {
  transform: rotate(-90deg) translate3d(8px, 0, 0);
}
.nav-close {
  display: none;
}
.hc-offcanvas-nav.nav-close-button-empty .nav-title {
  padding-right: 0.3rem;
  color: #fff;
  font-weight: bold;
  line-height: 1.4;
}
.hc-offcanvas-nav .nav-container,
.hc-offcanvas-nav .nav-wrapper {
  background-color: #EB9B3A;
  background: linear-gradient(0deg, #B80F00 0%, #EB9B3A 100%);
}
.hc-offcanvas-nav ul {
  background-color: transparent;
}
.hc-offcanvas-nav .nav-wrapper > .nav-content > ul:first-of-type > li:first-child:not(.nav-back):not(.nav-close) > .nav-item-wrapper > .nav-item-link {
  border-top-color: transparent;
}
.hc-offcanvas-nav .nav-item-link,
.hc-offcanvas-nav li.nav-close a,
.hc-offcanvas-nav .nav-back a {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.hc-offcanvas-nav a.nav-next {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.hc-offcanvas-nav.nav-levels-expand li.level-open,
.hc-offcanvas-nav.nav-levels-none li.level-open {
  background: rgba(184, 15, 0, 0.6);
}
.hc-offcanvas-nav.nav-levels-expand li.level-open > .nav-item-wrapper > a,
.hc-offcanvas-nav.nav-levels-none li.level-open > .nav-item-wrapper > a {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.hc-offcanvas-nav:not(.touch-device) li:not(.nav-item-custom) a:not([disabled]):hover {
  background: rgba(184, 15, 0, 0.8);
}
.hc-offcanvas-nav.nav-levels-expand li.level-open > .nav-item-wrapper > a:hover,
.hc-offcanvas-nav.nav-levels-none li.level-open > .nav-item-wrapper > a:hover {
  background: #b80f00;
}
.hc-offcanvas-nav.nav-levels-expand li.level-open > .nav-item-wrapper > a,
.hc-offcanvas-nav.nav-levels-none li.level-open > .nav-item-wrapper > a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.f16 {
  font-size: 0.16rem;
}
.f18 {
  font-size: 0.18rem;
}
.f20 {
  font-size: 0.2rem;
}
.f22 {
  font-size: 0.22rem;
}
.f24 {
  font-size: 0.24rem;
}
.f26 {
  font-size: 0.26rem;
}
.f28 {
  font-size: 0.28rem;
}
.f30 {
  font-size: 0.3rem;
}
.f32 {
  font-size: 0.32rem;
}
.f34 {
  font-size: 0.34rem;
}
.f36 {
  font-size: 0.36rem;
}
.f40 {
  font-size: 0.4rem;
}
@media (max-width: 1199px) {
  .f28 {
    font-size: 0.24rem;
  }
  .f30 {
    font-size: 0.26rem;
  }
  .f34 {
    font-size: 0.28rem;
  }
  .f36 {
    font-size: 0.32rem;
  }
  .f40 {
    font-size: 0.34rem;
  }
}
@media (max-width: 767px) {
  .f20 {
    font-size: 0.18rem;
  }
  .f24 {
    font-size: 0.2rem;
  }
  .f28 {
    font-size: 0.22rem;
  }
  .f30 {
    font-size: 0.24rem;
  }
  .f34 {
    font-size: 0.24rem;
  }
  .f36 {
    font-size: 0.24rem;
  }
  .f40 {
    font-size: 0.28rem;
  }
}
/* 动画类 - 基础隐藏状态 */
.web-animate {
  opacity: 0;
}
/* 淡入动画 */
.fade-in {
  /* 基础隐藏状态由.title-animate提供 */
}
/* 从左侧滑入 */
.slide-left {
  transform: translateX(-100px);
}
/* 从右侧滑入 */
.slide-right {
  transform: translateX(100px);
}
/* 从上方滑入 */
.slide-top {
  transform: translateY(-100px);
}
/* 从下方滑入 */
.slide-bottom {
  transform: translateY(100px);
}
/* 缩放动画 */
.scale-up {
  transform: scale(0.8);
}
.scale-down {
  transform: scale(1.2);
}
.anim-list li {
  opacity: 0;
  transform: translateY(50px);
}
.animation-wrap {
  overflow: hidden;
}
#main-nav {
  display: none;
}
.status-bar {
  position: fixed;
  top: 0;
  left: 0;
  height: 0.04rem;
  background-color: rgba(0, 163, 223, 0.9);
  width: 0%;
  z-index: 1040;
  transition: width 0.3s;
}
.navbar {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background: linear-gradient(180deg, #6F0300 0%, rgba(111, 3, 0, 0) 100%);
  z-index: 99;
  padding: 0;
  transition: all 0.3s ease;
  padding: 0.35rem 0.8rem;
}
.navbar .navbar-brand {
  width: 6.08rem;
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 0;
  padding: 0;
}
.navbar .navbar-brand img {
  width: 100%;
  display: block;
}
.navbar .navbar-nav {
  margin-top: 0;
}
.navbar .navbar-nav li {
  margin-left: 0.4rem;
}
.navbar .navbar-nav li a.nav-link {
  color: #fff;
  font-size: 0.2rem;
  font-weight: bold;
  padding: 0;
  line-height: 0.8rem;
  height: 0.8rem;
  text-align: center;
}
.navbar .navbar-nav li a.nav-link::after {
  display: none;
}
.navbar .navbar-nav li .dropdown-menu {
  min-width: 1.8rem;
  border-radius: 0 0 0.1rem 0.1rem;
  border: none;
  padding: 0.15rem 0.1rem;
  margin-top: 0;
  left: 50%;
  background: rgba(0, 56, 148, 0.8);
  transform: translateX(-50%);
}
.navbar .navbar-nav li .dropdown-menu a {
  display: block;
  font-size: 0.18rem;
  line-height: 0.4rem;
  height: 0.4rem;
  border-radius: 0.05rem;
  text-align: center;
  color: #fff;
  margin-bottom: 0.02rem;
}
.navbar .navbar-nav li .dropdown-menu a:last-child {
  margin-bottom: 0;
}
.navbar .navbar-nav li .dropdown-menu a:hover {
  background-color: rgba(255, 255, 255, 0.8);
  color: #b80f00;
}
/* 固定导航栏样式 */
.navbar.fixed-top {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1030;
  box-shadow: 1px 2px 0.3rem rgba(0, 0, 0, 0.4);
}
.navbar.fixed-top .nav-header {
  opacity: 0;
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.search-groups-w {
  position: relative;
}
.search-a {
  height: 0.36rem;
  width: 0.36rem;
  background: url('dimst_icon_20.png') no-repeat center center rgba(255, 255, 255, 0.4);
  background-size: 0.16rem;
  border-radius: 50%;
  display: none;
  position: absolute;
  right: 0.8rem;
}
.search-input {
  /* Mozilla Firefox 4 to 18 */
  /* Mozilla Firefox 19+ */
  /* Internet Explorer 10-11 */
}
.search-input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.search-input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.search-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.search-input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.search-box {
  width: 1.6rem;
  position: relative;
}
.search-box .search-input {
  height: 0.3rem;
  line-height: 0.28rem;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 0.15rem;
  display: block;
  width: 100%;
  padding-left: 0.15rem;
  padding-right: 0.2rem;
  color: #fff;
  transition: all 0.5s;
}
.search-box .search-input:focus {
  border-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 0.05rem rgba(255, 255, 255, 0.4);
}
.search-box .search-btn {
  position: absolute;
  right: 0.15rem;
  top: 0.07rem;
  background: url('dimst_icon_20.png') no-repeat center center;
  background-size: contain;
  width: 0.16rem;
  height: 0.16rem;
}
.search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 163, 223, 0.8) 0%, #003894 100%);
  z-index: 1000;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.search-overlay.active {
  display: block;
  opacity: 1;
}
.search-overlay .search-header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.search-overlay .search-input-container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 0.2rem;
  width: 100%;
}
.search-overlay .search-input {
  width: 100%;
  padding: 15px 50px 15px 15px;
  border: none;
  border-radius: 30px;
  font-size: 16px;
  outline: none;
  transition: border-color 0.3s;
  background-color: rgba(255, 255, 255, 0.4);
  color: #fff;
}
.search-overlay .search-input:focus {
  background-color: rgba(255, 255, 255, 0.6);
}
.search-overlay .search-btn {
  position: absolute;
  right: 0.4rem;
  top: 50%;
  transform: translateY(-50%);
  background: url('dimst_icon_20.png') no-repeat center center;
  background-size: contain;
  width: 0.2rem;
  height: 0.2rem;
}
.search-overlay .search-close {
  position: absolute;
  right: 0.15rem;
  top: 0.15rem;
  width: 0.4rem;
  height: 0.4rem;
  cursor: pointer;
  border-radius: 50%;
  transition: background 0.3s;
  background: url('comm-close.png') no-repeat center center;
  background-size: 0.3rem;
}
.search-overlay .search-close:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
.phone-toggle {
  display: none !important;
}
@media (max-width: 1199px) {
  .navbar .nav-header {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
  }
  .navbar .navbar-brand {
    width: 4rem;
  }
  .navbar .navbar-nav {
    display: none;
  }
  .phone-toggle {
    display: block !important;
    top: 0.5rem;
    right: 0.8rem;
  }
}
@media (max-width: 991px) {
  .navbar {
    padding: 0.3rem;
  }
  .navbar .navbar-brand {
    width: 4rem;
  }
  .navbar .navbar-nav {
    display: none;
  }
  .phone-toggle {
    display: block !important;
    top: 0.4rem;
    right: 0.3rem;
  }
  .search-box {
    display: none;
  }
  .search-a {
    display: block;
  }
}
@media (max-width: 767px) {
  .navbar {
    padding: 0.2rem;
  }
  .navbar .navbar-brand {
    width: 86%;
  }
  .navbar .navbar-nav {
    display: none;
  }
  .phone-toggle {
    top: 0.25rem;
    right: 0.2rem;
  }
  .search-a {
    right: 0.6rem;
    width: 0.3rem;
    height: 0.3rem;
    background-size: 0.14rem;
  }
}
.box-img {
  overflow: hidden;
}
.box-img img {
  transition: all 0.5s;
  display: block;
  width: 100%;
  object-fit: cover;
}
.details-page .detail-top {
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 0.15rem;
  margin-bottom: 0.3rem;
}
.details-page .detail-top .title-s {
  color: #333333;
  max-width: 100%;
  line-height: 1.6;
  text-align: center;
  font-weight: bold;
}
.details-page .detail-top .top-other {
  margin-top: 0.25rem;
  color: #666666;
  padding: 0;
}
.details-page .detail-top .top-other.top-other-no-share .other-info {
  float: none;
  text-align: center;
}
.details-page .detail-top .top-other .other-info {
  float: left;
  line-height: 0.24rem;
  padding-top: 0.03rem;
  padding-bottom: 0.03rem;
}
.details-page .detail-top .top-other .other-share {
  float: right;
}
.details-page .detail-top .top-other .other-share > div {
  display: inline-block;
}
.details-page .detail-top .top-other span,
.details-page .detail-top .top-other a {
  display: inline-block;
  margin-right: 5px;
}
.details-page .detail-top .top-other span:last-child,
.details-page .detail-top .top-other a:last-child {
  margin-right: 0;
}
.details-page .detail-top .other-info span,
.details-page .detail-top .other-info a {
  color: #999999;
}
.details-page .detail-top .other-info .line {
  vertical-align: middle;
  margin-top: -3px;
}
.details-page.page-other .main-img {
  position: relative;
  float: left;
  margin-right: 0.8rem;
  width: 3.9rem;
  padding: 0.2rem;
}
.details-page.page-other .main-img img {
  display: block;
  width: 100%;
  position: relative;
  z-index: 2;
}
.details-page.page-other .main-img::before,
.details-page.page-other .main-img::after {
  content: '';
  position: absolute;
  z-index: 1;
}
.details-page.page-other .main-img::before {
  background-color: #003894;
  background: linear-gradient(0deg, #00A3DF 0%, #003894 100%);
  opacity: 0.3;
  top: 0;
  left: 0;
  width: 1.55rem;
  height: 2.34rem;
}
.details-page.page-other .main-img::after {
  background-color: #003894;
  background: linear-gradient(0deg, #00A3DF 0%, #003894 100%);
  width: 0.2rem;
  height: 0.2rem;
  right: 0;
  bottom: 0;
}
.details-page.page-other .main-cont {
  overflow: hidden;
  padding-top: 0.2rem;
}
.details-page .main-cont {
  line-height: 1.8;
  text-align: justify;
  color: #333;
}
.details-page .main-cont .ue_table {
  text-align: center;
}
.details-page .main-cont .ue_table table {
  margin-left: auto;
  margin-right: auto;
}
.details-page .main-cont .cont-title {
  font-weight: bold;
  margin-bottom: 0.2rem;
}
.details-page .main-cont.cont-xilan img {
  max-width: 800px;
  width: 100%;
}
.details-page .main-cont img {
  max-width: 100%;
}
.details-page .main-cont p,
.details-page .main-cont div {
  line-height: 1.8;
  margin-bottom: 0.2rem;
}
.details-page .main-cont p:last-child,
.details-page .main-cont div:last-child {
  margin-bottom: 0;
}
.details-page .main-page {
  margin-top: 0.3rem;
  border-top: 1px solid #cdd7e8;
  padding-top: 0.3rem;
  line-height: 0.26rem;
  color: #666666;
}
.details-page .main-page .a-page {
  margin-bottom: 0.1rem;
}
.details-page .main-page .a-page:last-child {
  margin-bottom: 0;
}
.details-page .main-page .a-page a,
.details-page .main-page .a-page span,
.details-page .main-page .a-page p {
  display: inline;
}
.details-page .main-page .a-page a {
  color: #666666;
}
.details-page .main-page .a-page:hover {
  color: #b80f00;
}
.details-page .main-page .a-page:hover a {
  color: #b80f00;
}
.details-page .cont-img {
  float: right;
  margin-left: 0.6rem;
  width: 6.1rem;
  margin-bottom: 0.3rem;
}
@media (max-width: 1199px) {
  .details-page.page-other .main-img {
    width: 3.5rem;
    margin-right: 0.5rem;
  }
}
@media (max-width: 1023px) {
  .details-page.page-other .main-img {
    width: 3rem;
    margin-right: 0.4rem;
  }
  .details-page .cont-img {
    margin-left: 0.4rem;
    width: 5rem;
  }
}
@media (max-width: 991px) {
  .details-page.page-other .main-img {
    float: none;
    width: 2.6rem;
    margin-left: auto;
    margin-right: auto;
  }
  .details-page .cont-img {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 0.4rem;
    width: 4rem;
  }
}
@media (max-width: 767px) {
  .details-page .cont-img {
    margin-bottom: 0.3rem;
    width: 80%;
  }
}
@media (min-width: 768px) {
  .details-page .d-md-block {
    display: inline-block !important;
  }
}
/*分享*/
.social-share {
  /*二维码样式*/
}
.social-share a {
  position: relative;
  text-decoration: none;
  margin: 4px;
  display: inline-block;
  outline: none;
}
.social-share .social-share-icon {
  position: relative;
  display: inline-block;
  width: 0.3rem;
  height: 0.3rem;
  font-size: 20px;
  border-radius: 50%;
  line-height: 0.3rem;
  border: none;
  color: #666;
  text-align: center;
  vertical-align: middle;
  transition: background 0.6s ease-out 0s;
}
.social-share .social-share-icon:hover {
  background: #666;
  color: #fff;
}
.social-share .icon-wechat .wechat-qrcode {
  display: none;
  border: 1px solid #eee;
  position: absolute;
  z-index: 999;
  top: -205px;
  left: -64px;
  width: 160px;
  height: 192px;
  color: #666;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 2px 10px #aaa;
  transition: all 200ms;
  -webkit-tansition: all 350ms;
  -moz-transition: all 350ms;
}
.social-share .icon-wechat .wechat-qrcode.bottom {
  top: 40px;
  left: -64px;
}
.social-share .icon-wechat .wechat-qrcode.bottom:after {
  display: none;
}
.social-share .icon-wechat .wechat-qrcode h4 {
  font-weight: normal;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  background-color: #f3f3f3;
  margin: 0;
  padding: 0;
  color: #777;
}
.social-share .icon-wechat .wechat-qrcode .qrcode {
  width: 100px;
  margin: 10px auto;
}
.social-share .icon-wechat .wechat-qrcode .qrcode table {
  margin: 0 !important;
}
.social-share .icon-wechat .wechat-qrcode .help p {
  font-weight: normal;
  line-height: 16px;
  padding: 0;
  margin: 0;
}
.social-share .icon-wechat .wechat-qrcode:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -6px;
  bottom: -13px;
  width: 0;
  height: 0;
  border-width: 8px 6px 6px 6px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
.social-share .icon-wechat:hover .wechat-qrcode {
  display: block;
}
.share-xl .social-share a {
  display: inline-block;
  width: 0.3rem;
  height: 0.3rem;
  border: none;
  margin: 0 0 0 0.08rem;
}
.share-xl .social-share a.icon-wechat {
  background: url("comm-wx.png") no-repeat center center;
  background-size: contain;
}
.share-xl .social-share a.icon-weibo {
  background: url("comm-wb.png") no-repeat center center;
  background-size: contain;
}
@media (max-width: 991px) {
  .details-page .detail-top .top-other {
    margin-top: 15px;
    text-align: center;
  }
  .details-page .detail-top .top-other .other-info,
  .details-page .detail-top .top-other .other-share {
    float: none;
    display: block;
  }
  .details-page .detail-top .top-other .other-share {
    margin-top: 5px;
  }
  .details-page .main-cont.cont-xilan img {
    max-width: 100%;
    width: 100%;
  }
}
/*分页*/
.comp-pages {
  padding-top: 0.4rem;
}
.comp-pages .page-pc {
  text-align: center;
}
.comp-pages .page-pc ul li {
  display: inline-block;
  vertical-align: bottom;
}
.comp-pages .page-pc a,
.comp-pages .page-pc span {
  display: inline-block;
  height: 40px;
  min-width: 40px;
  line-height: 40px;
  border-radius: 4px;
  background: #fff;
  text-align: center;
  color: #333333;
  padding-left: 15px;
  padding-right: 15px;
  background: #FFFFFF;
  border: 1px solid #EBEBEB;
  margin-left: 2px;
  margin-right: 2px;
}
.comp-pages .page-pc a:hover,
.comp-pages .page-pc span:hover,
.comp-pages .page-pc a.active,
.comp-pages .page-pc span.active {
  background-color: #b80f00;
  background: linear-gradient(0deg, #B80F00 0%, #EB9B3A 100%);
  color: #fff;
}
.comp-pages .page-pc span {
  background-color: #b80f00;
  background: linear-gradient(0deg, #B80F00 0%, #EB9B3A 100%);
  border: none;
  color: #fff;
}
.comp-pages .page-phone {
  height: 46px;
  line-height: 46px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background: #b80f00;
  display: none!important;
}
.comp-pages .page-phone:hover,
.comp-pages .page-phone:active {
  color: #fff;
}
@media (max-width: 767px) {
  /*分页*/
  .comp-pages .page-pc {
    display: none;
  }
  .comp-pages .page-phone {
    display: block!important;
  }
}
.siom-kxjjs-footer {
  background: url('siom-kxjjs-footerbg.png') no-repeat center center;
  background-size: cover;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}
.siom-kxjjs-footer .footer-logo {
  margin-bottom: 0.25rem;
}
.siom-kxjjs-footer .footer-logo img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 6.08rem;
}
.siom-kxjjs-footer .footer-info {
  color: #fff;
  line-height: 0.3rem;
  text-align: center;
}
.siom-kxjjs-footer .footer-info a,
.siom-kxjjs-footer .footer-info span {
  display: inline-block;
  color: #fff;
  margin-left: 5px;
  margin-right: 5px;
}
.index-top-banner img {
  display: block;
  width: 100%;
}
.index-w {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
}
.index-title {
  margin-bottom: 0.5rem;
}
.index-title .title-name {
  float: left;
  position: relative;
  padding-left: 0.35rem;
  height: 0.9rem;
  padding-top: 0.33rem;
}
.index-title .title-name::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background: url('siom-kxjjs-titlebg-01.png') no-repeat;
  background-size: contain;
  width: 0.9rem;
  height: 0.88rem;
}
.index-title .title-name > div {
  float: left;
  position: relative;
  z-index: 2;
}
.index-title .title-name .name-cn {
  font-weight: bold;
  line-height: 1;
  margin-right: 0.1rem;
}
.index-title .title-name .name-en {
  color: #b80f00;
  margin-top: 0.2rem;
  line-height: 0.2rem;
}
.index-title .title-name .name-en span {
  display: inline-block;
  margin-left: 0.1rem;
}
.index-title .title-more {
  float: right;
  background: url('siom-kxjjs-more.png') no-repeat right center;
  background-size: 0.48rem;
  padding-right: 0.6rem;
  line-height: 0.4rem;
  color: #222222;
  margin-top: 0.48rem;
}
.index-title .title-more:hover {
  color: #b80f00;
}
.index-title.title-w .title-name::before {
  background-image: url('siom-kxjjs-titlebg-02.png');
}
.index-title.title-w .title-name .name-cn {
  color: #fff;
}
.index-title.title-w .title-name .name-en {
  color: #eb9b3a;
}
.index-title.title-w .title-more {
  background-image: url('siom-kxjjs-more-02.png');
  color: #fff;
}
.index-w-introduction {
  background-image: url('siom-kxjjs-bg01.png');
}
.index-w-introduction .main-cont {
  padding-top: 0.6rem;
}
.index-w-introduction .cont-top {
  border: 0.1rem solid transparent;
  border-image: url("siom-kxjjs-boxbg01.png") 10 round;
  -webkit-border-image: url("siom-kxjjs-boxbg01.png") 10 round;
  -moz-border-image: url("siom-kxjjs-boxbg01.png") 10 round;
  -o-border-image: url("siom-kxjjs-boxbg01.png") 10 round;
  margin-bottom: 0.4rem;
  padding: 0.5rem;
}
.index-w-introduction .cont-top .top-main {
  display: flex;
}
.index-w-introduction .cont-top .cont-img {
  width: 7rem;
  margin-top: -1.2rem;
  margin-right: 0.5rem;
  flex-shrink: 0;
}
.index-w-introduction .cont-top .cont-img img {
  display: block;
  width: 100%;
  height: 4.62rem;
  object-fit: cover;
}
.index-w-introduction .cont-top .cont-info {
  flex: 1;
  min-width: 0;
}
.index-w-introduction .cont-top .cont-info .info-title {
  font-weight: bold;
  color: #b80f00;
  line-height: 1.8;
  margin-bottom: 0.15rem;
}
.index-w-introduction .cont-top .cont-info .info-txt {
  color: #666666;
  line-height: 2;
  text-align: justify;
}
.index-w-introduction .cont-list .box-s {
  border: 0.2rem solid transparent;
  border-image: url("siom-kxjjs-boxbg02.png") 35 round;
  -webkit-border-image: url("siom-kxjjs-boxbg02.png") 35 round;
  -moz-border-image: url("siom-kxjjs-boxbg02.png") 35 round;
  -o-border-image: url("siom-kxjjs-boxbg02.png") 35 round;
}
.index-w-introduction .cont-list .box-s .img-s {
  height: 2.78rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  font-size: 0;
  text-align: center;
  overflow: hidden;
}
.index-w-introduction .cont-list .box-s .img-s:hover img {
  transform: scale(1.05);
}
.index-w-introduction .cont-list .box-s .img-s img {
  display: inline;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  transition: all 0.5s;
}
.index-w-showroom {
  background-image: url('siom-kxjjs-bg02.png');
}
.index-w-showroom .main-cont {
  position: relative;
}
.index-w-showroom .main-cont::after,
.index-w-showroom .main-cont::before {
  content: '';
  width: 1.32rem;
  height: 1.32rem;
  background: #B80F00;
  position: absolute;
  z-index: 2;
}
.index-w-showroom .main-cont::before {
  left: -0.2rem;
  bottom: -0.2rem;
}
.index-w-showroom .main-cont::after {
  right: -0.2rem;
  top: 0.4rem;
}
.index-w-showroom .cont-img {
  border: 0.1rem solid #eb9b3a;
  width: 78%;
  position: relative;
  z-index: 9;
  overflow: hidden;
}
.index-w-showroom .cont-img:hover > img {
  transform: scale(1.1);
}
.index-w-showroom .cont-img img {
  display: block;
  height: 5.92rem;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.index-w-showroom .cont-img .a-mc {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
}
.index-w-showroom .cont-img .a-mc .mc-icon {
  margin-bottom: 0.15rem;
}
.index-w-showroom .cont-img .a-mc .mc-icon img {
  display: block;
  width: 1.3rem;
  height: 1.3rem;
  transition: all 0.5s;
}
.index-w-showroom .cont-img .a-mc .mc-title {
  font-weight: bold;
}
.index-w-showroom .cont-info {
  width: 32%;
  height: 4.92rem;
  background-color: #B80F00;
  background: linear-gradient(0deg, #B80F00 0%, #EB9B3A 100%);
  padding: 1rem 0.3rem 0.3rem;
  position: absolute;
  right: 0;
  top: 0.6rem;
  z-index: 9;
}
.index-w-showroom .cont-info .info-img {
  margin-bottom: 0.25rem;
  position: relative;
}
.index-w-showroom .cont-info .info-img img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 3.62rem;
  max-width: 100%;
}
.index-w-showroom .cont-info .info-txt {
  text-align: center;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 0.5rem;
  margin-bottom: 0.75rem;
}
.index-w-showroom .cont-info .info-more {
  display: block;
  width: 1.9rem;
  height: 0.56rem;
  line-height: 0.56rem;
  border-radius: 0.28rem;
  border: 1px solid #FFFFFF;
  text-align: center;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
}
.index-w-showroom .cont-info .info-more:hover {
  background: #fff;
  color: #b80f00;
}
.index-w-corpus {
  background-image: url('siom-kxjjs-bg03.png');
  padding-bottom: 0;
  margin-bottom: -0.8rem;
}
.index-w-corpus .main-cont {
  position: relative;
}
.index-w-corpus .curpus-arrow {
  position: absolute;
  right: 0;
  bottom: 1.6rem;
  border: 1px solid #EB9B3A;
  width: 1.04rem;
  height: 0.52rem;
}
.index-w-corpus .curpus-arrow .corpus-prev,
.index-w-corpus .curpus-arrow .corpus-next {
  width: 0.5rem;
  height: 0.5rem;
  margin-top: 0;
  top: 0;
}
.index-w-corpus .curpus-arrow .corpus-prev::after,
.index-w-corpus .curpus-arrow .corpus-next::after {
  font-family: 'FontAwesome';
  color: #eb9b3a;
  font-size: 0.24rem;
}
.index-w-corpus .curpus-arrow .corpus-prev:hover,
.index-w-corpus .curpus-arrow .corpus-next:hover {
  background: #eb9b3a;
}
.index-w-corpus .curpus-arrow .corpus-prev:hover::after,
.index-w-corpus .curpus-arrow .corpus-next:hover::after {
  color: #fff;
}
.index-w-corpus .curpus-arrow .corpus-prev {
  left: 0;
}
.index-w-corpus .curpus-arrow .corpus-prev::after {
  content: '\f104';
}
.index-w-corpus .curpus-arrow .corpus-next {
  right: 0;
}
.index-w-corpus .curpus-arrow .corpus-next::after {
  content: '\f105';
}
.index-w-corpus .corpus-page {
  position: absolute;
  left: 5.2rem;
  bottom: 1.8rem;
  width: auto;
}
.index-w-corpus .corpus-page .swiper-pagination-bullet {
  width: 0.14rem;
  height: 0.14rem;
  background: #FFFFFF;
  opacity: 0.5;
  border-radius: 0.07rem;
  margin-right: 0.1rem;
}
.index-w-corpus .corpus-page .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  width: 0.5rem;
}
.index-w-corpus .box-s {
  margin-left: 2px;
}
.index-w-corpus .box-s .box-img {
  width: 4.4rem;
  margin-right: 0.8rem;
  float: left;
}
.index-w-corpus .box-s .box-img img {
  display: block;
  height: 6.46rem;
  object-fit: cover;
}
.index-w-corpus .box-s .box-info {
  overflow: hidden;
  padding-top: 0.4rem;
  padding-bottom: 0.2rem;
}
.index-w-corpus .box-s .info-title {
  margin-bottom: 0.35rem;
  position: relative;
  padding-bottom: 0.4rem;
}
.index-w-corpus .box-s .info-title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0.5rem;
  height: 0.04rem;
  background: #FFFFFF;
}
.index-w-corpus .box-s .info-title a {
  display: block;
  color: #fff;
  line-height: 1.4;
}
.index-w-corpus .box-s .info-txt {
  margin-bottom: 0.5rem;
  color: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 0.3rem;
  height: 0.9rem;
}
@media (max-width: 767px) {
  .index-w-corpus .box-s .info-txt {
    overflow: visible;
    display: block;
    -webkit-line-clamp: none;
    height: auto;
    max-height: none;
    line-height: 1.6;
  }
}
.index-w-corpus .box-s .info-more {
  display: block;
  width: 1.8rem;
  height: 0.56rem;
  line-height: 0.56rem;
  text-align: center;
  border-radius: 0.28rem;
  border: 1px solid #FFFFFF;
  color: #fff;
  font-weight: bold;
}
.index-w-corpus .box-s .info-more:hover {
  background: #fff;
  color: #b80f00;
}
.index-w-news {
  background-image: url('siom-kxjjs-bg04.png');
  padding-top: 1.6rem;
}
.index-w-news .row-w {
  margin-left: 0;
  margin-right: 0;
}
.index-w-news .row-w .col-w {
  padding-left: 0;
  padding-right: 0;
}
.index-w-news .scroll-news .box-s {
  position: relative;
}
.index-w-news .scroll-news .box-s:hover .box-img img {
  transform: scale(1.1);
}
.index-w-news .scroll-news .box-s .box-img img {
  height: 4.62rem;
  transition: all 0.5s;
}
.index-w-news .scroll-news .box-s .box-title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, rgba(184, 15, 0, 0.8) 0%, rgba(235, 155, 58, 0.8) 100%);
  padding: 0.15rem 1.1rem 0.15rem 0.35rem;
  color: #fff;
}
.index-w-news .scroll-news .box-s .box-title .title-txt {
  font-weight: bold;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 0.3rem;
  line-height: 0.3rem;
}
@media (max-width: 767px) {
  .index-w-news .scroll-news .box-s .box-title .title-txt {
    overflow: visible;
    white-space: normal;
    height: auto;
    line-height: 1.6;
  }
}
.index-w-news .scroll-news .news-page {
  position: absolute;
  right: 0.35rem;
  bottom: 0.18rem;
  left: auto;
  width: auto;
  margin-right: auto;
  margin-left: 0.1rem;
}
.index-w-news .scroll-news .news-page .swiper-pagination-bullet {
  width: 0.12rem;
  height: 0.12rem;
  background: #FFFFFF;
  opacity: 0.5;
}
.index-w-news .scroll-news .news-page .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.index-w-news .news-list {
  padding-right: 0.6rem;
}
.index-w-news .news-list ul li {
  margin-bottom: 0.14rem;
}
.index-w-news .news-list ul li:last-child {
  margin-bottom: 0;
}
.index-w-news .news-list .box-s {
  position: relative;
  background: #ffffff;
  height: 1.05rem;
  padding: 0.15rem 0.3rem 0.15rem 0;
}
.index-w-news .news-list .box-s:hover {
  background: #ffffff;
}
.index-w-news .news-list .box-s::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0.06rem;
  background-color: #eb9b3a;
}
.index-w-news .news-list .box-s .box-date {
  width: 1.3rem;
  text-align: center;
  position: relative;
  float: left;
  color: #b80f00;
}
.index-w-news .news-list .box-s .box-date .date-01 {
  line-height: 0.5rem;
  font-weight: bold;
}
.index-w-news .news-list .box-s .box-date .date-02 {
  line-height: 0.22rem;
}
.index-w-news .news-list .box-s .box-info {
  overflow: hidden;
  height: 0.7rem;
  line-height: 0.7rem;
}
.index-w-news .news-list .box-s .box-info a {
  display: inline-block;
  vertical-align: middle;
}
.index-w-news .news-list .box-s .box-info span {
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 0.3rem;
  max-height: 0.6rem;
}
@media (max-width: 767px) {
  .index-w-news .news-list .box-s .box-info span {
    overflow: visible;
    display: block;
    -webkit-line-clamp: none;
    max-height: none;
    line-height: 1.6;
  }
}
.index-w-messagezone {
  background-image: url('siom-kxjjs-bg05.png');
}
.index-w-messagezone .main-cont {
  display: flex;
  position: relative;
}
.index-w-messagezone .main-cont::after {
  content: '';
  position: absolute;
  top: 0.2rem;
  left: -0.1rem;
  width: 132px;
  height: 132px;
  background: #B80F00;
}
.index-w-messagezone .cont-list {
  flex: 1;
  min-width: 0;
  background: url('siom-kxjjs-boxbg03.png') no-repeat right top;
  background-size: 100% 100%;
  position: relative;
  z-index: 9;
  padding: 0.7rem 0.8rem 0.4rem 0.4rem;
}
.index-w-messagezone .cont-list .list-title {
  background: url('siom-kxjjs-titlebg-04.png') no-repeat;
  background-size: 100% 100%;
  width: 1.5rem;
  height: 0.4rem;
  line-height: 0.4rem;
  padding-left: 0.2rem;
  font-weight: bold;
  margin-bottom: 0.2rem;
  color: #b80f00;
}
.index-w-messagezone .cont-list .list-s li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 0.28rem;
  padding-bottom: 0.28rem;
}
.index-w-messagezone .cont-list .list-s .box-s {
  background: url('siom-kxjjs-icon-01.png') no-repeat 0 0.02rem;
  background-size: 0.3rem;
  padding-left: 0.5rem;
  min-height: 0.3rem;
  color: #FFFFFF;
  line-height: 0.22rem;
}
.index-w-messagezone .cont-list .list-s .box-s:hover {
  color: rgba(255, 255, 255, 0.8);
}
.index-w-messagezone .cont-list .list-s .box-s .txt-s {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 0.22rem;
  max-height: 0.44rem;
}
@media (max-width: 767px) {
  .index-w-messagezone .cont-list .list-s .box-s .txt-s {
    overflow: visible;
    display: block;
    -webkit-line-clamp: none;
    max-height: none;
    line-height: 1.6;
  }
}
.index-w-messagezone .cont-form {
  width: 8.4rem;
  flex-shrink: 0;
  background: #fff;
  border: 0.1rem solid #EB9B3A;
  height: 6.12rem;
  padding: 0.5rem 0.4rem 0.3rem;
}
.index-w-messagezone .cont-form .form-title {
  margin-bottom: 0.4rem;
}
.index-w-messagezone .cont-form .form-title .title-img {
  margin-bottom: 0.18rem;
}
.index-w-messagezone .cont-form .form-title .title-img img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 4.18rem;
}
.index-w-messagezone .cont-form .form-title .title-txt {
  text-align: center;
  font-weight: bold;
  line-height: 1;
}
.index-w-messagezone .cont-form .form-cont .row-w {
  margin-left: -0.1rem;
  margin-right: -0.1rem;
}
.index-w-messagezone .cont-form .form-cont .row-w .col-w {
  padding-left: 0.1rem;
  padding-right: 0.1rem;
}
.index-w-messagezone .cont-form .form-box {
  margin-bottom: 0.16rem;
  background: #FBF6F0;
  border-radius: 4px;
  padding: 0.08rem 0.2rem;
  display: flex;
}
.index-w-messagezone .cont-form .form-box ::placeholder {
  color: #333;
}
.index-w-messagezone .cont-form .form-box span {
  color: #b80f00;
  margin-right: 0.05rem;
  line-height: 0.34rem;
}
.index-w-messagezone .cont-form .form-box .inp-s {
  display: block;
  width: 100%;
  height: 0.34rem;
  line-height: 0.34rem;
  border: none;
}
.index-w-messagezone .cont-form .form-box .sel-s {
  display: block;
  width: 100%;
  height: 0.34rem;
  line-height: 0.34rem;
  border: none;
}
.index-w-messagezone .cont-form .form-box .txt-s {
  display: block;
  width: 100%;
  height: 0.84rem;
  line-height: 0.34rem;
  border: none;
}
.index-w-messagezone .cont-form .form-box .yzm img {
  display: block;
  width: 0.82rem;
  height: 0.34rem;
}
.index-w-messagezone .cont-form .form-btn {
  width: 3rem;
  height: 0.5rem;
  background: #B80F00;
  border-radius: 4px;
  border: 1px solid #B80F00;
  font-weight: bold;
  color: #fff;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.public-banner img {
  display: block;
  width: 100%;
}
.bread-crumbs-w {
  margin-bottom: 0.8rem;
}
.bread-crumbs-w .bread-crumbs-cont {
  position: relative;
  background: url('siom-kxjjs-titlebg-06.png') no-repeat right top;
  background-size: 100% 100%;
}
.bread-crumbs-w .channel-menu {
  margin-top: -0.3rem;
  position: relative;
}
.bread-crumbs-w .channel-menu::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background: url('siom-kxjjs-titlebg-05.png') no-repeat right top;
  background-size: 100% 100%;
  width: 2000px;
}
.bread-crumbs-w .channel-menu ul {
  position: relative;
  z-index: 9;
}
.bread-crumbs-w .channel-menu ul li {
  float: left;
  margin-right: 0.6rem;
}
.bread-crumbs-w .channel-menu ul li:last-child {
  margin-right: 0;
}
.bread-crumbs-w .channel-menu ul li.active a {
  font-size: 0.24rem;
  background: url('siom-kxjjs-icon-05.png') no-repeat bottom center;
  background-size: 0.18rem;
}
.bread-crumbs-w .channel-menu ul li a {
  font-weight: bold;
  font-size: 0.18rem;
  color: #fff;
  height: 0.8rem;
  line-height: 0.8rem;
  display: block;
}
.bread-crumbs-w .bread-crumbs {
  padding-right: 0.3rem;
}
.bread-crumbs-w .bread-crumbs .bread-item {
  text-align: right;
}
.bread-crumbs {
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
  background-size: 0.14rem;
}
.bread-crumbs .bread-item {
  color: #555555;
  line-height: 0.3rem;
  font-size: 14px;
}
.bread-crumbs .bread-item a,
.bread-crumbs .bread-item span {
  display: inline-block;
}
.bread-crumbs .bread-item a {
  color: #555555;
}
.bread-crumbs .bread-item a:last-child {
  color: #b80f00;
}
.bread-crumbs .bread-item > span {
  padding-left: 0.05rem;
  padding-right: 0.05rem;
}
.bread-crumbs .bread-item > span::before {
  content: '\f105';
  font-family: 'FontAwesome';
  color: #555555;
  font-size: 0.16rem;
}
.public-title {
  text-align: center;
  margin-bottom: 0.5rem;
}
.public-title span {
  display: inline-block;
  text-align: left;
  background: url('siom-kxjjs-titlebg-01.png') no-repeat left bottom;
  background-size: contain;
  height: 0.88rem;
  padding: 0.33rem 0 0 0.33rem;
  line-height: 1;
  font-weight: bold;
}
.page-main {
  padding-bottom: 1rem;
  position: relative;
  background: linear-gradient(0deg, #FCF5ED 0%, #FFFFFF 100%);
}
.page-main::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('siom-kxjjs-pagebg.png') no-repeat bottom center;
  background-size: cover;
  height: 5.15rem;
}
.page-main .container {
  position: relative;
  z-index: 9;
}
.list-text-img ul li {
  margin-bottom: 0.3rem;
}
.list-text-img ul li:last-child {
  margin-bottom: 0;
}
.list-text-img .box-s {
  background: #FFFFFF;
  box-shadow: 0px 0.09rem 0.38rem 0px rgba(92, 53, 6, 0.1);
  padding: 0.3rem;
}
.list-text-img .box-s:hover .box-img img {
  transform: scale(1.03);
}
.list-text-img .box-s:hover .box-info .info-title {
  color: #b80f00;
}
.list-text-img .box-s .box-img {
  float: left;
  width: 4.2rem;
  margin-right: 0.3rem;
  overflow: visible;
}
.list-text-img .box-s .box-img img {
  display: block;
  width: 100%;
}
.list-text-img .box-s .box-info {
  overflow: hidden;
  padding-top: 0.3rem;
}
.list-text-img .box-s .info-title {
  margin-bottom: 0.15rem;
  line-height: 0.4rem;
  display: block;
  color: #333333;
}
.list-text-img .box-s .info-txt {
  color: #888888;
  line-height: 0.3rem;
  text-align: justify;
}
.list-people-item .row-w {
  margin-left: -0.3rem;
  margin-right: -0.3rem;
}
.list-people-item .row-w .col-w {
  padding-left: 0.3rem;
  padding-right: 0.3rem;
}
.list-people-item .box-s {
  margin-bottom: 0.6rem;
  box-shadow: 0 0.09rem 0.38rem 0 rgba(0, 79, 153, 0.1);
  padding: 0.3rem;
  display: flex;
}
.list-people-item .box-s:hover .box-img img {
  transform: scale(1.1);
}
.list-people-item .box-s:hover .box-title {
  background: #b80f00;
  color: #fff;
}
.list-people-item .box-s .box-img {
  width: 2.4rem;
  flex-shrink: 0;
}
.list-people-item .box-s .box-img img {
  height: 3.42rem;
  max-width: 100%;
  object-fit: cover;
}
.list-people-item .box-s .box-info {
  overflow: hidden;
  flex: 1;
  min-width: 0;
}
.list-people-item .box-s .box-info .info-top {
  padding-left: 0.4rem;
}
.list-people-item .box-s .box-info .info-title {
  position: relative;
  border-bottom: 1px solid #b80f00;
  padding-top: 0.15rem;
  padding-bottom: 0.2rem;
  font-weight: bold;
  color: #b80f00;
  margin-bottom: 0.25rem;
}
.list-people-item .box-s .box-info .info-title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0.3rem;
  height: 3px;
  background: #B80F00;
}
.list-people-item .box-s .box-info .info-title span {
  display: inline-block;
}
.list-people-item .box-s .box-info .info-txt {
  color: #666666;
  margin-bottom: 0.34rem;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 0.3rem;
  height: 0.9rem;
}
@media (max-width: 767px) {
  .list-people-item .box-s .box-info .info-txt {
    overflow: visible;
    display: block;
    -webkit-line-clamp: none;
    height: auto;
    max-height: none;
    line-height: 1.6;
  }
}
.list-people-item .box-s .box-info .info-other {
  background: linear-gradient(90deg, rgba(252, 234, 218, 0.5) 0%, rgba(255, 221, 186, 0.5) 100%);
  border-radius: 0 0.5rem 0.5rem 0;
  padding: 0.2rem 0.4rem;
  height: 1rem;
  line-height: 0.6rem;
  position: relative;
  z-index: 99;
}
.list-people-item .box-s .box-info .info-other > div {
  display: inline-block;
  vertical-align: middle;
}
.list-people-item .box-s .box-info .info-other span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 0.3rem;
  max-height: 0.6rem;
  font-weight: bold;
  color: #A1661F;
}
@media (max-width: 767px) {
  .list-people-item .box-s .box-info .info-other span {
    overflow: visible;
    display: block;
    -webkit-line-clamp: none;
    max-height: none;
    line-height: 1.6;
  }
}
.people-details {
  display: flex;
}
.people-details .people-info {
  background: #FBEBD8;
  width: 3.7rem;
  flex-shrink: 0;
  padding-bottom: 0.5rem;
}
.people-details .people-info .info-img img {
  display: block;
  width: 100%;
}
.people-details .people-info .info-cont {
  padding: 0.35rem 0.3rem;
}
.people-details .people-info .info-cont .cont-name {
  font-size: 0.6rem;
  color: #b1620c;
  line-height: 1.2;
  margin-bottom: 0.15rem;
  font-weight: bold;
}
.people-details .people-info .info-cont .cont-year {
  color: #b1620c;
  margin-bottom: 0.2rem;
}
.people-details .people-info .info-cont .cont-job {
  margin-bottom: 0.7rem;
  font-weight: bold;
  line-height: 0.4rem;
}
.people-details .people-info .info-cont .cont-txt {
  position: relative;
  background: url('siom-kxjjs-icon-06.png') no-repeat left top;
  background-size: 0.38rem;
  padding-top: 0.6rem;
}
.people-details .people-info .info-cont .cont-txt .txt-s {
  color: #B80F00;
  line-height: 0.4rem;
  background: linear-gradient(90deg, #B80F00 0%, #EB9B3A 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}
.people-details .people-channel-w {
  flex: 1;
  min-width: 0;
  position: relative;
  padding: 0.55rem 0.6rem;
  background: #FFFFFF;
}
.people-details .people-channel-w::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0.04rem;
  background: linear-gradient(90deg, #B80F00 0%, #EB9B3A 100%);
}
.people-details .channel-groups {
  margin-bottom: 0.8rem;
}
.people-details .channel-groups:last-child {
  margin-bottom: 0;
}
.people-details .channel-groups .groups-title {
  margin-bottom: 0.3rem;
  min-width: 2.61rem;
  display: inline-block;
  height: 0.5rem;
  position: relative;
  background: linear-gradient(90deg, #FCEADA 0%, #FFDDBA 100%);
  border-radius: 0 0 0.4rem 0;
  padding-left: 1.15rem;
  padding-right: 0.5rem;
  line-height: 0.5rem;
  font-weight: bold;
  color: #b80f00;
}
.people-details .channel-groups .groups-title::after {
  content: '';
  position: absolute;
  width: 0.86rem;
  height: 0.5rem;
  background: url('siom-kxjjs-icon-07.png') no-repeat;
  background-size: contain;
  left: 0.1rem;
  top: -0.1rem;
}
.people-details .channel-groups .groups-cont .cont-txt {
  color: #333333;
  line-height: 0.3rem;
  text-align: justify;
}
.people-details .channel-jj .cont-txt {
  margin-bottom: 0.35rem;
}
.people-details .channel-jj .cont-video {
  width: 6.5rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.people-details .channel-jj .cont-video video {
  width: 100%;
  object-fit: cover;
}
.people-details .channel-jj .cont-video .video-mc {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url('siom-kxjjs-icon-08.png') no-repeat center center;
  background-size: 0.86rem;
}
.people-details .channel-rdcx {
  background: #FCF8F3;
  padding: 0.3rem;
}
.people-details .channel-rdcx .box-img {
  width: 2.52rem;
  margin-left: 0.3rem;
  float: right;
}
.people-details .channel-rdcx .box-img img {
  display: block;
  width: 100%;
}
.people-details .channel-rdcx .box-info {
  line-height: 0.3rem;
}
.people-details .channel-rdcx .box-info .cont-txt {
  margin-bottom: 0.1rem;
}
.people-details .channel-rdcx .box-info .info-erwm img {
  display: block;
  width: 0.96rem;
}
.people-details .channel-fdgs .cont-txt {
  margin-bottom: 0.3rem;
}
.people-details .channel-fdgs .info-box .box-s {
  position: relative;
  margin-bottom: 0.2rem;
}
.people-details .channel-fdgs .info-box .box-s .box-img img {
  display: block;
  width: 100%;
  height: 2.92rem;
  object-fit: cover;
}
.people-details .channel-fdgs .info-box .box-s .box-title {
  background: linear-gradient(90deg, rgba(184, 15, 0, 0.9) 0%, rgba(235, 155, 58, 0.9) 100%);
  text-align: center;
  padding: 0.05rem 0.15rem;
  line-height: 0.24rem;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
}
.people-details .channel-zdcg .groups-item {
  margin-bottom: 0.4rem;
}
.people-details .channel-zdcg .groups-item .item-scroll {
  background: #FFFFFF;
  border: 0.04rem solid #FFDDBA;
  position: relative;
}
.people-details .channel-zdcg .groups-item .item-scroll .box-s {
  height: 3.94rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.people-details .channel-zdcg .groups-item .item-scroll .box-s img {
  max-width: 100%;
  max-height: 100%;
}
.people-details .channel-zdcg .groups-item .item-scroll .swiper-button-next,
.people-details .channel-zdcg .groups-item .item-scroll .swiper-button-prev {
  width: 0.3rem;
  height: 0.3rem;
  background: #EB9B3A;
  border-radius: 50%;
}
.people-details .channel-zdcg .groups-item .item-scroll .swiper-button-next::after,
.people-details .channel-zdcg .groups-item .item-scroll .swiper-button-prev::after {
  font-family: 'FontAwesome';
  font-size: 0.16rem;
  color: #fff;
}
.people-details .channel-zdcg .groups-item .item-scroll .swiper-button-prev {
  left: -0.15rem;
}
.people-details .channel-zdcg .groups-item .item-scroll .swiper-button-prev::after {
  content: '\f104';
}
.people-details .channel-zdcg .groups-item .item-scroll .swiper-button-next {
  right: -0.15rem;
}
.people-details .channel-zdcg .groups-item .item-scroll .swiper-button-next::after {
  content: '\f105';
}
.people-details .channel-zdcg .groups-item .item-scroll.item-scroll-single .swiper-button-next,
.people-details .channel-zdcg .groups-item .item-scroll.item-scroll-single .swiper-button-prev {
  display: none !important;
}
.people-details .channel-zdcg .groups-item .item-title {
  background: #FCF8F3;
  height: 1.05rem;
  padding: 0.15rem 0.2rem;
}
.people-details .channel-zdcg .groups-item .item-title .title-s {
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 0.26rem;
  height: 0.78rem;
}
@media (max-width: 767px) {
  .people-details .channel-zdcg .groups-item .item-title .title-s {
    overflow: visible;
    display: block;
    -webkit-line-clamp: none;
    height: auto;
    max-height: none;
    line-height: 1.6;
  }
}
.list-text-img02 ul li {
  margin-bottom: 0.6rem;
}
.list-text-img02 ul li:last-child {
  margin-bottom: 0;
}
.list-text-img02 .box-s {
  background: #FFFFFF;
  box-shadow: 0px 0.09rem 0.38rem 0px rgba(92, 53, 6, 0.1);
  padding: 0.3rem;
  min-height: 4.2rem;
}
.list-text-img02 .box-s:hover .box-img img {
  transform: scale(1.03);
}
.list-text-img02 .box-s:hover .box-info .info-title {
  color: #b80f00;
}
.list-text-img02 .box-s .box-img {
  float: left;
  width: 2.6rem;
  margin-right: 0.6rem;
  margin-top: -0.6rem;
}
.list-text-img02 .box-s .box-img img {
  display: block;
  height: 4.2rem;
  object-fit: cover;
}
.list-text-img02 .box-s .box-info {
  overflow: hidden;
  padding-top: 0.4rem;
}
.list-text-img02 .box-s .info-title {
  margin-bottom: 0.3rem;
  line-height: 0.4rem;
  display: block;
  color: #333333;
  position: relative;
  padding-bottom: 0.35rem;
  line-height: 1.4;
  font-weight: bold;
}
.list-text-img02 .box-s .info-title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0.5rem;
  height: 0.04rem;
  background-color: #B80F00;
  background: linear-gradient(90deg, #B80F00 0%, #EB9B3A 100%);
}
.list-text-img02 .box-s .info-txt {
  color: #888888;
  line-height: 0.3rem;
  text-align: justify;
}
.list-text-item li {
  margin-bottom: 0.2rem;
}
.list-text-item .box-s {
  background: #FFFFFF;
  box-shadow: 0px 0.09rem 0.38rem 0px rgba(92, 53, 6, 0.1);
  position: relative;
  padding: 0.22rem 0.3rem 0.22rem 0;
  overflow: hidden;
  border-left: 0.06rem solid #eb9b3a;
}
.list-text-item .box-s:hover {
  background: url('siom-kxjjs-boxbg04.png') no-repeat right center #b80f00;
}
.list-text-item .box-s:hover .box-date::after {
  background: #fff;
}
.list-text-item .box-s:hover .box-date .date-01 {
  color: #fff;
}
.list-text-item .box-s:hover .box-date .date-02 {
  color: rgba(255, 255, 255, 0.5);
}
.list-text-item .box-s:hover .box-title {
  color: #fff;
}
.list-text-item .box-s:hover .box-title::after {
  background-image: url('siom-kxjjs-icon-04.png');
}
.list-text-item .box-s .box-date,
.list-text-item .box-s .box-title {
  position: relative;
  z-index: 3;
}
.list-text-item .box-s .box-date {
  float: left;
  position: relative;
  min-height: 0.72rem;
  width: 1.36rem;
  text-align: center;
  color: #b80f00;
}
.list-text-item .box-s .box-date .date-01 {
  font-weight: bold;
  line-height: 0.5rem;
}
.list-text-item .box-s .box-date .date-02 {
  line-height: 0.22rem;
}
.list-text-item .box-s .box-title {
  position: relative;
  padding-right: 0.5rem;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 0.72rem;
  line-height: 0.72rem;
}
.list-text-item .box-s .box-title::after {
  content: '';
  position: absolute;
  background: url('siom-kxjjs-icon-03.png') no-repeat center center;
  background-size: 0.3rem;
  width: 0.3rem;
  height: 0.3rem;
  right: 0;
  top: 0.2rem;
}
@media (max-width: 767px) {
  .list-text-item .box-s .box-title {
    overflow: visible;
    white-space: normal;
    height: auto;
    line-height: 1.6;
  }
}
.contact-us {
  background: #FFFFFF;
  box-shadow: 0 0.09rem 0.38rem 0 rgba(0, 79, 153, 0.1);
}
.contact-us .row-w {
  margin-left: 0;
  margin-right: 0;
}
.contact-us .row-w .col-w {
  padding-left: 0;
  padding-right: 0;
}
.contact-us .map-s img {
  display: block;
  width: 100%;
}
.contact-us .info-s {
  padding: 0.8rem 0.8rem 0.6rem;
}
.contact-us .info-top {
  margin-bottom: 0.45rem;
  position: relative;
  padding-bottom: 0.3rem;
  line-height: 2;
}
.contact-us .info-top::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0.5rem;
  height: 0.05rem;
  background: #EB9B3A;
}
.contact-us .info-top .title-s {
  font-weight: bold;
  margin-bottom: 0.1rem;
}
.contact-us .info-top .col-01 {
  color: #b80f00;
}
.contact-us .info-txt > div {
  line-height: 0.4rem;
  margin-bottom: 0.1rem;
}
.contact-us .info-txt > div:last-child {
  margin-bottom: 0;
}
.contact-us .info-txt > div .title-s {
  font-weight: bold;
  float: left;
}
.contact-us .info-txt > div .txt-s {
  overflow: hidden;
  color: #3D3D3D;
}
.list-text-item02 ul {
  border-top: 1px solid rgba(235, 155, 58, 0.2);
}
.list-text-item02 li {
  border-bottom: 1px solid rgba(235, 155, 58, 0.2);
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}
.list-text-item02 .box-s {
  position: relative;
  padding-left: 0.6rem;
  overflow: hidden;
  background: url('siom-kxjjs-icon-02.png') no-repeat 0 0.05rem;
  background-size: 0.3rem;
}
.list-text-item02 .box-s .title-s {
  line-height: 0.4rem;
}
.messagezone-form {
  background: #FFFFFF;
  box-shadow: 0 0.09rem 0.38rem 0 rgba(235, 155, 58, 0.1);
  flex-shrink: 0;
  padding: 0.6rem 0;
}
.messagezone-form .form-title {
  margin-bottom: 0.5rem;
}
.messagezone-form .form-title .title-img {
  margin-bottom: 0.18rem;
}
.messagezone-form .form-title .title-img img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 4.18rem;
}
.messagezone-form .form-title .title-txt {
  text-align: center;
  font-weight: bold;
  line-height: 1;
}
.messagezone-form .form-cont {
  padding-right: 1.4rem;
}
.messagezone-form .form-box {
  margin-bottom: 0.2rem;
  display: flex;
}
.messagezone-form .form-box ::placeholder {
  color: #333;
}
.messagezone-form .form-box .box-title {
  width: 2.6rem;
  padding-right: 0.2rem;
  text-align: right;
  line-height: 0.5rem;
  flex-shrink: 0;
}
.messagezone-form .form-box .box-title span {
  color: #b80f00;
  margin-right: 0.05rem;
}
.messagezone-form .form-box .box-info {
  background: #FBF6F0;
  border-radius: 4px;
  padding: 0.08rem 0.2rem;
  display: flex;
  flex: 1;
  min-width: 0;
}
.messagezone-form .form-box .inp-s {
  display: block;
  width: 100%;
  height: 0.34rem;
  line-height: 0.34rem;
  border: none;
}
.messagezone-form .form-box .sel-s {
  display: block;
  width: 100%;
  height: 0.34rem;
  line-height: 0.34rem;
  border: none;
}
.messagezone-form .form-box .txt-s {
  display: block;
  width: 100%;
  height: 0.84rem;
  line-height: 0.34rem;
  border: none;
}
.messagezone-form .form-box .yzm img {
  display: block;
  width: 0.82rem;
  height: 0.34rem;
}
.messagezone-form .form-btn-w {
  padding-top: 0.3rem;
}
.messagezone-form .form-btn {
  width: 4rem;
  height: 0.5rem;
  background: #B80F00;
  border-radius: 4px;
  border: 1px solid #B80F00;
  font-weight: bold;
  color: #fff;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
