@charset "UTF-8";
/* function.css */
/* 禁止选中文本 */
.usn {
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

/* 浮动 */
.fl {
  float: left;
}

.fr {
  float: right;
}

/* 宽度 */
.w100 {
  width: 100%;
}

.wh {
  width: 100%;
  height: 100%;
}

/* 元素类型 */
/* 多出部分用省略号表示 , 用于一行 */
.wes, .list-8 a .det p, .list-9 a p, .ld-1 .item .det .p2 {
  overflow: hidden;
  word-wrap: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* 多出部分用省略号表示 , 用于多行 */
/* flex布局 */
.df-sb, nav .container, .list-6, .list-6 a, .list-7, .list-8 a, .list-9, .ld-1, .ld-1 .item:nth-child(1), .ld-1 .item:nth-child(2), .szdw-1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.df-sb::before, nav .container::before, .list-6::before, .list-6 a::before, .list-7::before, .list-8 a::before, .list-9::before, .ld-1::before, .ld-1 .item:nth-child(1)::before, .ld-1 .item:nth-child(2)::before, .szdw-1::before, .df-sb::after, nav .container::after, .list-6::after, .list-6 a::after, .list-7::after, .list-8 a::after, .list-9::after, .ld-1::after, .ld-1 .item:nth-child(1)::after, .ld-1 .item:nth-child(2)::after, .szdw-1::after {
  content: normal;
}
.df-sb > *, nav .container > *, .list-6 > *, .list-6 a > *, .list-7 > *, .list-8 a > *, .list-9 > *, .ld-1 > *, .ld-1 .item:nth-child(1) > *, .ld-1 .item:nth-child(2) > *, .szdw-1 > * {
  float: left;
}

/* ie11-失效原因 */
.df-sa, .insidePagination {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.df-sa::before, .insidePagination::before, .df-sa::after, .insidePagination::after {
  content: normal;
}
.df-sa > *, .insidePagination > * {
  float: left;
}

/* 垂直居中 */
.df-c {
  display: flex;
  align-items: center;
  justify-content: center;
}

.tb-c {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

.ts-c {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.ts-mc {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}

.ts-x {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.ts-y {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

/* 阴影效果 */
/* 滚动条滑块 */
.obj2cov, .list-6 .img img, .list-7 a .img img, .list-9 a img, .ld-1 .item .img img, .szdw-1 .img img, .img2scl img {
  transition: all 0.5s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

[hidden],
.hidden {
  height: 100%;
  overflow: hidden;
  /* display: none; */
}

.bodyhid {
  width: 100%;
  height: 100% !important;
  overflow: hidden !important;
}

.bodyhid2 {
  width: 100%;
  height: 100% !important;
  overflow: hidden !important;
}

.img2scl {
  overflow: hidden;
}
.img2scl img {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.img2scl:hover img {
  transform: scale(1.2);
}

html,
body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  box-sizing: border-box;
  line-height: 1.41285;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, segoe ui, Roboto, Helvetica, Arial, sans-serif, apple color emoji, segoe ui emoji, segoe ui symbol;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  background: #FFF;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption,
figure,
main {
  /* 1 */
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

img {
  border-style: none;
}

a {
  display: inline-block;
  text-decoration: none;
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

a:active,
a:hover {
  outline: 0;
}

p {
  margin: 0;
}

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

svg:not(:root) {
  overflow: hidden;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

textarea {
  overflow: auto;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

/* reset */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  outline: none;
}

/* .clear {
	clear: both;
} */
::before,
::after {
  content: "";
  position: absolute;
}

.clear::after, .clear::before {
  position: relative;
  height: 0;
  content: "";
  display: block;
  clear: both;
}

.container {
  max-width: 1400px;
  margin: 0 auto;
  height: 100%;
  width: 100%;
}
.container::after {
  content: "";
  position: relative;
  clear: both;
  display: block;
}

@media (max-width: 1420px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
/* 设置滚动条的样式 */
::-webkit-scrollbar {
  width: 8px;
  height: 5px;
  background-color: #DCE7E1;
  border-radius: 20px;
}

/* 滚动槽 */
::-webkit-scrollbar-track {
  border-radius: 20px;
}

@keyframes and_none1 {
  from {
    transform: scale3d(1, 1, 1);
  }
  to {
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes ripple_4 {
  0% {
    box-shadow: 0 0 0 0 rgba(223, 14, 14, 0.3), 0 0 0 10px rgba(247, 70, 70, 0.3);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0);
  }
}
@keyframes ripple_5 {
  0% {
    box-shadow: 0 0 0 0 rgba(238, 85, 85, 0.3), 0 0 0 10px rgba(224, 122, 122, 0.3);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0);
  }
}
html ::-webkit-scrollbar-thumb {
  border-radius: 20px;
  background: #de1615;
}

/* nav */
nav {
  height: 50px;
  line-height: 50px;
  background-color: #de1615;
}
nav .container {
  justify-content: flex-start;
}
nav .nav-item {
  flex: 1;
  text-align: center;
  position: relative;
}
nav .nav-item > a {
  width: 100%;
  color: #fff;
  font-size: 18px;
}
nav .nav-item:hover .nav-sub {
  display: block;
  z-index: 10;
}
nav .nav-item:hover .nav-sub ul {
  animation: fadeInUp 0.3s;
  animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
nav .nav-item i {
  display: none;
  position: relative;
}
nav .nav-sub {
  display: none;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  width: 200px;
  padding-top: 14px;
  position: absolute;
}
nav .nav-sub ul {
  padding: 15px 20px;
  background: #fff;
  box-shadow: 0 5px 50px rgba(0, 0, 0, 0.3);
  position: relative;
}
nav .nav-sub ul::before {
  position: absolute;
  bottom: 100%;
  left: 50%;
  border-style: solid;
  margin-left: -7px;
  border-width: 7px;
  border-color: transparent transparent #fff;
}
nav .nav-sub li:first-child a::before {
  display: none;
}
nav .nav-sub li:last-child a {
  border-bottom: none;
}
nav .nav-sub li:last-child a::after {
  display: none;
}
nav .nav-sub a {
  border-bottom: 1px solid #efefef;
  display: block;
  color: #58595b;
  line-height: 24px;
  letter-spacing: 1px;
  position: relative;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  padding: 8px 0;
  font-size: 14px;
}
nav .nav-sub a::before, nav .nav-sub a::after {
  background: #992226;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  width: 0;
  height: 1px;
}
nav .nav-sub a::before {
  top: -1px;
  left: 0;
}
nav .nav-sub a::after {
  bottom: 0;
  right: 0;
}
nav .nav-sub a:hover {
  color: #992226;
}
nav .nav-sub a:hover::after {
  left: 0;
  right: auto;
  width: 100%;
  opacity: 1;
}

/* inside */
.insideTop {
  height: 500px;
  overflow: hidden;
  position: relative;
}
.insideTop > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  animation: and_none1 10s linear 0s both infinite alternate;
}
.insideTitle {
  top: 210px;
  position: absolute;
  width: 360px;
  height: 130px;
  border: 1px solid #992226;
  padding: 20px 3px 3px;
  left: 50%;
  margin-left: -180px;
  z-index: 10;
  text-align: center;
}
.insideTitle::before {
  left: 50%;
  top: 50%;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  transform: translate(-50%, -50%);
  background: url("../images/bg14.jpg") center no-repeat;
  background-size: cover;
}
.insideTitle span,
.insideTitle p {
  position: relative;
  z-index: 10;
  color: #fff;
}
.insideTitle span {
  font-size: 40px;
  font-weight: 700;
  line-height: 90px;
}
.insidePosition {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 204px;
  display: flex;
  align-items: flex-end;
  padding: 0 calc(50vw - 694px);
  background: url("../images/bg15.png") center bottom repeat-x;
}
.insidePosition p {
  font-size: 14px;
  line-height: 26px;
  color: #fff;
  padding-left: 29px;
  background: url("../images/icon-3.png") left center no-repeat;
  margin-bottom: 20px;
}
.insidePosition a {
  color: #fff;
}
.insidePosition a:hover {
  text-decoration: underline;
}
.insideNav {
  background: #fff;
  border-bottom: 1px solid #dadada;
  border-top: 1px solid #888;
}
.insideUl {
  width: 100%;
  height: 70px;
  margin-top: -8px;
  padding-top: 8px;
  overflow-x: scroll;
  white-space: nowrap;
  text-align: center;
}
.insideUl::-webkit-scrollbar {
  display: none;
}
.insideUl li {
  display: inline-block;
  text-align: center;
  position: relative;
}
.insideUl li::after {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  left: 0;
  bottom: 0;
  background: url("../images/bg24.png");
  opacity: 0;
}
.insideUl li a {
  padding: 0 30px;
  font-size: 18px;
  color: #555;
  line-height: 62px;
  transition: all 0.3s;
  z-index: 10;
  position: relative;
}
.insideUl li.on::after, .insideUl li:hover::after {
  height: calc(100% + 8px);
  opacity: 1;
}
.insideUl li.on a {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
}
.insideUl li:hover a {
  color: #fff;
}
.insidePagination {
  justify-content: center;
  padding: 50px 0;
}
.insidePagination a,
.insidePagination span {
  line-height: 40px;
  min-width: 40px;
  font-size: 14px;
  color: #333;
  margin: 0 3px;
  padding: 0 15px;
  transition: all 0.3s;
  border: 1px solid #dcdcdc;
  background: #fff;
}
.insidePagination a.active, .insidePagination a.strong, .insidePagination a:hover, .insidePagination a.active, .insidePagination a.strong,
.insidePagination span.active,
.insidePagination span.strong,
.insidePagination span:hover,
.insidePagination span.active,
.insidePagination span.strong {
  background: #992226;
  border-color: #992226;
  color: #fff;
}
.insidePagination span {
  font-size: 14px;
  color: #666;
}

.gk {
  overflow: hidden;
  background: url("../images/bg25.jpg") center top no-repeat;
  background-size: cover;
}
.gk-1 {
  background: url("../images/icon-5.png") right 40px center no-repeat;
  padding-top: 60px;
  padding-right: calc(50vw - 810px);
  align-items: flex-start;
}

.list-6 {
  margin-top: 54px;
  align-items: flex-start;
}
.list-6 a {
  align-items: flex-start;
  width: 31.375%;
  height: 280px;
  padding: 14px 27px 14px 13px;
  border: 1px solid #eaeaea;
  background: url("../images/bg28.png") right bottom no-repeat #fff;
  margin-bottom: 48px;
  transition: all 0.3s;
}
.list-6 a:nth-child(3n-1):last-child {
  margin-right: 34.3125%;
}
.list-6 a:hover {
  transform: translateY(-10px);
  box-shadow: 0 0 10px rgba(153, 34, 38, 0.2);
}
.list-6 a:hover img {
  transform: scale(1.1);
}
.list-6 .img {
  width: 168px;
  height: 100%;
  overflow: hidden;
}
.list-6 .img img {
  transition: all 0.3s;
}
.list-6 .det {
  width: calc(100% - 200px);
}
.list-6 .det .p1 {
  font-size: 22px;
  font-weight: 700;
  color: #992226;
  line-height: 60px;
  border-bottom: 1px solid #eaeaea;
  position: relative;
}
.list-6 .det .p1 ::after {
  width: 20px;
  height: 2px;
  background: #992226;
  left: 0;
  bottom: 0;
}
.list-6 .det .p2 {
  font-size: 15px;
  line-height: 30px;
  color: #555;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  margin-top: 20px;
}
.list-6 .det i {
  float: right;
  display: inline-block;
  font-style: normal;
  margin-left: auto;
  font-size: 15px;
  line-height: 28px;
  color: #992226;
  padding-right: 40px;
  background: url("../images/icon-9.png") right center no-repeat;
  margin-top: 20px;
}
.list-7 {
  align-items: flex-start;
  margin-top: 45px;
}
.list-7 a {
  width: 31.375%;
  height: 460px;
  background: url("../images/bg31.jpg") right bottom no-repeat;
  background-size: cover;
  margin-bottom: 48px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
}
.list-7 a .img {
  height: 280px;
  overflow: hidden;
  position: relative;
}
.list-7 a .img span {
  width: 106px;
  line-height: 30px;
  border-radius: 50px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background: rgba(153, 34, 38, 0.8);
  position: absolute;
  left: 20px;
  top: 22px;
}
.list-7 a .img img {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.list-7 a .det {
  padding: 20px 30px 0;
}
.list-7 a .det .p1 {
  font-size: 20px;
  line-height: 34px;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.list-7 a .det .p2 {
  margin-top: 15px;
  font-size: 16px;
  line-height: 28px;
  color: #888;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.list-7 a:nth-child(3n-1):last-child {
  margin-right: 34.3125%;
}
.list-7 a:hover {
  transform: translateY(-10px);
  box-shadow: 0 0 10px rgba(153, 34, 38, 0.2);
}
.list-7 a:hover img {
  transform: scale(1.1);
}
.list-7 a:hover .det .p1 {
  color: #992226;
  font-weight: 700;
}
.list-8 {
  margin-top: 20px;
}
.list-8 a {
  padding: 29px 0;
  border-bottom: 1px solid #d4d4d4;
  transition: all 0.3s;
}
.list-8 a .time {
  width: 102px;
  height: 76px;
  border: 1px solid #992226;
  padding: 3px;
}
.list-8 a .time label {
  text-align: center;
  display: block;
  cursor: pointer;
  width: 100%;
  height: 100%;
  background: #992226;
  color: #fff;
  line-height: 1;
  padding-top: 5px;
}
.list-8 a .time label p {
  font-size: 16px;
}
.list-8 a .time label span {
  display: inline-block;
  margin-top: 6px;
  font-size: 32px;
}
.list-8 a .det {
  width: calc(100% - 126px);
}
.list-8 a .det p {
  transition: all 0.3s;
}
.list-8 a .det .p1 {
  font-size: 22px;
  color: #333;
}
.list-8 a .det .p2 {
  font-size: 16px;
  margin-top: 10px;
  color: #888;
}
.list-8 a:hover {
  padding-left: 10px;
  padding-right: 10px;
  background: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  box-shadow: 0 0 10px rgba(153, 34, 38, 0.2);
}
.list-8 a:hover .det .p1 {
  color: #992226;
  font-weight: 700;
}
.list-9 {
  margin-top: 46px;
}
.list-9 a {
  width: 31.375%;
  transition: all 0.3s;
  margin-bottom: 49px;
  position: relative;
}
.list-9 a:nth-child(3n-1):last-child {
  margin-right: 34.3125%;
}
.list-9 a .img {
  height: 320px;
  border-radius: 20px 0;
  overflow: hidden;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
}
.list-9 a p {
  position: relative;
  text-align: center;
  width: 91.6%;
  line-height: 80px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 20px 0;
  border: 1px solid #dbdbdb;
  font-size: 20px;
  color: #333;
  margin-top: -32px;
  margin-left: 4.2%;
  transition: all 0.3s;
  padding: 0 10px;
}
.list-9 a:hover {
  transform: translateY(-10px);
}
.list-9 a:hover .img {
  box-shadow: 0 0 10px rgba(153, 34, 38, 0.6);
}
.list-9 a:hover img {
  transform: scale(1.1);
}
.list-9 a:hover p {
  font-weight: 700;
  color: #992226;
}

.det-1 {
  padding-bottom: 29px;
  padding-top: 45px;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  text-align: center;
}
.det-1::after {
  left: 50%;
  bottom: 0;
  width: 100px;
  height: 3px;
  background: #992226;
  transform: translateX(-50%);
}
.det-1 p {
  font-size: 32px;
  color: #333;
  font-weight: 700;
}
.det-11, .det-21 {
  overflow: hidden;
  padding-bottom: 60px;
}
.det-11 {
  padding-top: 40px;
}
.det-11 p {
  font-size: 18px;
  line-height: 42px;
  color: #333;
  text-indent: 36px;
}
.det-11 img {
  max-width: 100% !important;
  height: auto !important;
}
.det-2 {
  padding-top: 45px;
}
.det-2 h1 {
  font-size: 32px;
  color: #333;
  text-align: center;
}
.det-2 h2 {
  font-size: 28px;
  color: #666;
  margin-top: 10px;
  text-align: center;
}
.det-2 .btn {
  margin-top: 20px;
  height: 44px;
  justify-content: center;
  background: #fff;
  font-size: 16px;
  line-height: 44px;
  color: #666;
  text-align: center;
}
.det-2 .btn span {
  display: inline-block;
  margin: 0 3px;
}
.det-21 {
  padding-top: 35px;
}
.det-21 img {
  max-width: 100% !important;
  height: auto !important;
}

/* lader */
.ld-bt {
  height: 120px;
  font-size: 36px;
  color: #992226;
  font-weight: 700;
  letter-spacing: 10px;
  padding-top: 50px;
  text-align: center;
}
.ld-bt::after {
  width: 66px;
  height: 4px;
  bottom: 0;
  background: #992226;
  left: 50%;
  transform: translateX(-50%);
}
.ld-1 {
  justify-content: flex-start;
  width: 1380px;
  padding-bottom: 15px;
  max-width: 100%;
  padding-top: 56px;
}
.ld-1 .item .img {
  height: 418px;
  padding: 4px;
  border: 1px solid #d9d9d9;
}
.ld-1 .item .det .p1 {
  color: #992226;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}
.ld-1 .item .det .p2 {
  color: #992226;
  font-size: 18px;
  line-height: 34px;
  text-align: center;
}
.ld-1 .item .det .p3 {
  font-size: 18px;
  line-height: 34px;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-align: center;
}
.ld-1 .item .det a {
  width: 100%;
  transition: all 0.3s;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  padding-left: 10px;
  background: url("../images/ld-bg1.png") left center no-repeat;
}
.ld-1 .item .det a:hover {
  background-image: url("../images/ld-bg2.png");
  font-weight: 700;
  padding-left: 15px;
}
.ld-1 .item:nth-child(1), .ld-1 .item:nth-child(2) {
  width: 560px;
  margin: 0 auto 65px;
  max-width: 48%;
}
.ld-1 .item:nth-child(1) .img, .ld-1 .item:nth-child(2) .img {
  height: 418px;
  width: 278px;
}
.ld-1 .item:nth-child(1) .det, .ld-1 .item:nth-child(2) .det {
  background: url("../images/ld-bg.png") right 15px bottom 15px no-repeat;
  height: 418px;
  border: 1px solid #d9d9d9;
  border-left: 0;
  width: calc(100% - 278px);
  padding: 40px 30px 0;
}
.ld-1 .item:nth-child(1) .det .p2, .ld-1 .item:nth-child(2) .det .p2 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.ld-1 .item:nth-child(1) .det .p3, .ld-1 .item:nth-child(2) .det .p3 {
  height: 136px;
}
.ld-1 .item:nth-child(1) .det a, .ld-1 .item:nth-child(2) .det a {
  margin-top: 50px;
}
.ld-1 .item:not(:nth-child(1),
:nth-child(2)) {
  width: 278px;
  margin-bottom: 60px;
  margin-right: calc((100% - 1112px) / 3);
}
.ld-1 .item:not(:nth-child(1),
:nth-child(2)) .img {
  width: 100%;
}
.ld-1 .item:not(:nth-child(1),
:nth-child(2)) .det {
  padding-top: 20px;
}
.ld-1 .item:not(:nth-child(1),
:nth-child(2)) .p3 {
  display: none;
}
.ld-1 .item:not(:nth-child(1),
:nth-child(2)) .p1 {
  margin-bottom: 10px;
}
.ld-1 .item:not(:nth-child(1),
:nth-child(2)) a {
  margin-top: 20px;
}
.ld-1 .item:not(:nth-child(1),
:nth-child(2)):nth-child(4n+2) {
  margin-right: 0;
}

.szdw-1 {
  align-items: flex-start;
  margin-top: 70px;
  background: url("../images/bg29.jpg") right center no-repeat;
  background-size: cover;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.szdw-1 .det {
  width: calc(100% - 250px);
  padding-left: 30px;
  padding-right: 20px;
}
.szdw-1 .det .p1 {
  height: 96px;
  background: url("../images/bg30.png") left bottom no-repeat;
  padding-top: 27px;
  line-height: 1;
  font-size: 26px;
  color: #992226;
  font-weight: 700;
  position: relative;
}
.szdw-1 .det .p1::after {
  width: 50px;
  height: 3px;
  left: 0;
  bottom: 0;
  background: #992226;
}
.szdw-1 .det .js {
  margin-top: 30px;
}
.szdw-1 .det .js p {
  font-size: 18px;
  line-height: 40px;
  color: #992226;
}
.szdw-1 .img {
  width: 248px;
  height: 345px;
}
.szdw-2 {
  margin-top: 30px;
  margin-bottom: 50px;
}
.szdw-2 p {
  font-size: 18px;
  line-height: 40px;
  color: #555;
  text-indent: 36px;
}

@media (max-width: 1400px) {
  .insidePosition {
    padding: 0 10px;
  }
}
@media (max-width: 1200px) {
  .list-9 a, .list-7 a, .list-6 a {
    width: 49%;
    margin-right: 0 !important;
  }
  .list-7 {
    margin-top: 35px;
  }
  .list-7 a {
    margin-bottom: 15px;
    padding-bottom: 10px;
    height: 230px;
  }
  .list-7 a .img {
    height: 120px;
  }
  .list-7 a .img span {
    font-size: 12px;
    left: 10px;
    top: 10px;
    line-height: 2;
    width: 80px;
  }
  .list-7 a .det {
    padding-top: 10px;
  }
  .list-7 a .det .p1 {
    font-size: 14px;
    line-height: 1.6;
  }
  .list-7 a .det .p2 {
    font-size: 12px;
    line-height: 1.5;
    margin-top: 10px;
  }
}
@media (max-width: 992px) {
  nav {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    z-index: 11;
  }
  nav .container {
    display: block;
    padding: 10px 10px 35px;
  }
  nav.cross {
    display: block;
    animation: fadeIn 0.3s;
  }
  nav .nav-item {
    width: 100%;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
  }
  nav .nav-item > a {
    color: #333;
    text-align: left;
    font-size: 16px;
    line-height: 50px;
    font-weight: 700;
    padding: 0 50px 0 10px;
  }
  nav .nav-item i {
    position: absolute;
    top: 5px;
    right: 0;
    display: block;
    width: 40px;
    height: 40px;
    transition: all 0.3s;
    cursor: pointer;
  }
  nav .nav-item i::after, nav .nav-item i::before {
    width: 10px;
    height: 2px;
    background: #333;
    left: 13px;
    top: 50%;
  }
  nav .nav-item i::before {
    transform: rotate(45deg);
  }
  nav .nav-item i::after {
    transform: translate(5px, 0) rotate(-45deg);
  }
  nav .nav-item:hover .nav-sub {
    display: none;
  }
  nav .nav-item.show {
    background-color: #992226;
  }
  nav .nav-item.show > a {
    color: #fff;
  }
  nav .nav-item.show i {
    transform: rotate(-180deg);
  }
  nav .nav-item.show i::after, nav .nav-item.show i::before {
    background: #fff;
  }
  nav .nav-item.show .nav-sub ul {
    animation: none;
  }
  nav .nav-sub {
    padding-top: 0;
    display: none;
    width: 100%;
    position: static;
    transform: translateX(0);
  }
  nav .nav-sub ul {
    box-shadow: none;
  }
  nav .nav-sub ul::before {
    display: none;
  }
  nav .nav-sub a {
    padding: 8px 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    text-align: left;
  }
  .ld-1 .item:nth-child(1), .ld-1 .item:nth-child(2) {
    width: 100%;
    max-width: 100%;
  }
  .ld-1 .item:not(:nth-child(1),
  :nth-child(2)) {
    width: 30%;
    margin-right: 5% !important;
  }
  .ld-1 .item:not(:nth-child(1),
  :nth-child(2)):nth-child(3n+2) {
    margin-right: 0 !important;
  }
}
@media (max-width: 768px) {
  .insideTop {
    height: 53vw;
    min-height: 240px;
  }
  .insideTitle {
    width: 50vw;
    top: 23vw;
    margin-left: -25vw;
    height: 70px;
    padding-top: 10px;
  }
  .insideTitle span {
    font-size: 18px;
    line-height: 50px;
  }
  .insidePosition p {
    font-size: 12px;
    margin-bottom: 10px;
    padding-left: 20px;
    background-size: 15px auto;
  }
  .insideUl {
    height: 50px;
  }
  .insideUl li a {
    line-height: 42px;
    font-size: 14px;
    padding: 0 10px;
  }
  .insideUl li.on a {
    font-size: 15px;
  }
  .insidePagination {
    padding: 3vw 0;
  }
  .insidePagination a,
  .insidePagination span {
    font-size: 12px;
    min-width: 10px;
    line-height: 2;
    padding: 0 5px;
    white-space: nowrap;
  }
  .insidePagination a.nextPage, .insidePagination a.prevPage {
    display: block;
  }
  .insidePagination .goPage {
    display: none;
  }
  /* list */
  .list-6 {
    margin-top: 35px;
  }
  .list-6 a {
    width: 100%;
    padding: 15px 8px;
    height: auto;
    margin-bottom: 15px;
  }
  .list-6 .img {
    width: 110px;
    height: 160px;
  }
  .list-6 .det {
    width: calc(100% - 120px);
  }
  .list-6 .det .p1 {
    font-size: 16px;
    line-height: 35px;
  }
  .list-6 .det .p2,
  .list-6 .det i {
    font-size: 12px;
    line-height: 2;
    margin-top: 6px;
  }
  .list-6 .det i {
    background-size: 14px auto;
    padding-right: 20px;
  }
  .list-8 a {
    padding: 15px 0;
  }
  .list-8 a .time {
    width: 80px;
    height: 60px;
  }
  .list-8 a .time label {
    padding-top: 10px;
  }
  .list-8 a .time label p {
    font-size: 14px;
  }
  .list-8 a .time label span {
    font-size: 16px;
  }
  .list-8 a .det {
    width: calc(100% - 90px);
  }
  .list-8 a .det .p1 {
    font-size: 14px;
  }
  .list-8 a .det .p2 {
    font-size: 12px;
    margin-top: 6px;
  }
  .list-9 a {
    width: 49%;
    margin-bottom: 20px;
  }
  .list-9 a .img {
    height: 30vw;
    border-radius: 5px 0;
  }
  .list-9 a p {
    border-radius: 5px 0;
    line-height: 35px;
    font-size: 14px;
    margin-top: -15px;
  }
  /* article */
  .det-1 {
    padding-top: 25px;
    padding-bottom: 15px;
  }
  .det-1::after {
    width: 70px;
  }
  .det-1 p {
    font-size: 18px;
  }
  .det-11, .det-2 {
    padding-top: 30px;
  }
  .det-11 {
    padding-bottom: 40px;
  }
  .det-11 p {
    font-size: 14px;
    line-height: 2;
    text-indent: 28px;
  }
  .det-2 h1 {
    font-size: 18px;
  }
  .det-2 h2 {
    font-size: 16px;
  }
  .det-2 .btn {
    font-size: 12px;
    line-height: 2;
    padding: 10px;
  }
  .ld-bt {
    font-size: 24px;
    letter-spacing: 3px;
    height: auto;
    padding-top: 35px;
    padding-bottom: 20px;
  }
  .ld-bt::after {
    height: 3px;
    width: 45px;
  }
  .ld-1 {
    padding-top: 20px;
  }
  .ld-1 .item .det .p1 {
    font-size: 18px;
  }
  .ld-1 .item .det .p2 {
    font-size: 14px;
  }
  .ld-1 .item .det .p3 {
    font-size: 14px;
    line-height: 1.5;
  }
  .ld-1 .item .det a {
    font-size: 14px;
    line-height: 35px;
  }
  .ld-1 .item:nth-child(1) .img, .ld-1 .item:nth-child(2) .img {
    width: 150px;
    height: 230px;
  }
  .ld-1 .item:nth-child(1) .det, .ld-1 .item:nth-child(2) .det {
    height: 230px;
    width: calc(100% - 150px);
    padding: 15px 10px 0;
  }
  .ld-1 .item:nth-child(1) .det .p2, .ld-1 .item:nth-child(2) .det .p2 {
    margin: 5px 0 6px;
  }
  .ld-1 .item:nth-child(1) .det .p3, .ld-1 .item:nth-child(2) .det .p3 {
    height: auto;
  }
  .ld-1 .item:nth-child(1) .det a, .ld-1 .item:nth-child(2) .det a {
    margin-top: 10px;
  }
  .ld-1 .item:not(:nth-child(1),
  :nth-child(2)) {
    width: 33%;
    margin-right: 0.5% !important;
    margin-bottom: 20px;
  }
  .ld-1 .item:not(:nth-child(1),
  :nth-child(2)) .img {
    height: 175px;
  }
  .ld-1 .item:not(:nth-child(1),
  :nth-child(2)) .det {
    padding-top: 0;
  }
  .ld-1 .item:not(:nth-child(1),
  :nth-child(2)) .det .p1 {
    margin-top: 10px;
    margin-bottom: 6px;
  }
  .ld-1 .item:not(:nth-child(1),
  :nth-child(2)) .det .p2 {
    font-size: 12px;
    line-height: 1;
  }
  .ld-1 .item:not(:nth-child(1),
  :nth-child(2)) .det a {
    margin-top: 10px;
  }
  .ld-1 .item :not(:nth-child(1),
  :nth-child(2)):nth-child(3n+2) {
    margin-right: 0 !important;
  }
  .szdw-1 {
    margin-top: 35px;
  }
  .szdw-1 .img {
    width: 120px;
    height: 180px;
  }
  .szdw-1 .det {
    width: calc(100% - 120px);
    padding-left: 10px;
    padding-right: 10px;
  }
  .szdw-1 .det .p1 {
    height: 40px;
    padding-top: 15px;
    font-size: 16px;
  }
  .szdw-1 .det .p1::after {
    height: 2px;
    width: 35px;
  }
  .szdw-1 .det .js {
    margin-top: 10px;
  }
  .szdw-1 .det .js p {
    font-size: 14px;
    line-height: 2;
  }
  .szdw-2 p {
    font-size: 14px;
    line-height: 2;
    text-indent: 28px;
  }
  .pics-banner .swiper-slide p {
    font-size: 16px;
    margin-top: 1vw;
  }
  .pics-banner .swiper-button-prev, .pics-banner .swiper-button-next {
    bottom: 0;
    top: auto;
    transform: translate(0);
  }
  .pics-banner .swiper-button-prev {
    left: 0;
  }
  .pics-banner .swiper-button-next {
    right: 0;
  }
}
@media (max-width: 450px) {
  .insideTitle {
    top: 115px;
  }
}/*# sourceMappingURL=public.css.map */