@font-face {
  font-family: 'mont';
  src: url('../css/fonts/Montserrat-Regular.otf') format('opentype');
  font-display: swap;
}
@font-face {
  font-family: 'mont-medium';
  src: url('../css/fonts/Montserrat-Medium.otf') format('opentype');
  font-display: swap;
}
@font-face {
  font-family: 'mont-light';
  src: url('../css/fonts/Montserrat-Light.otf') format('opentype');
  font-display: swap;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body,
html {
  height: 100%;
  position: relative;
  width: 100%;
  font-family:
    Arial,
    Source Han Sans CN,
    PingFang SC,
    Microsoft YaHei,
    sans-serif;
}

body::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

body::-webkit-scrollbar-thumb {
  /* box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); */
  background: #c30d23;
}

body::-webkit-scrollbar-track {
  /* box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1); */
  background: #dedede;
}

img {
  display: block;
}

a {
  color: #333;
  text-decoration: none;
}

ul,
ol,
li,
dl,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* .swiper-container{
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
} */

:root {
  --font-family: 'mont', Arial;
  --font-mont: 'mont', Arial;
  --font-mont-medium: 'mont-medium', Arial;
  --font-mont-light: 'mont-light', Arial;
}

.el-message {
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
}
.hamburger {
  display: none;
}

.center-1200 {
  width: 1200px;
}

.center-1400 {
  width: 1400px;
}

.center-1600 {
  width: 1600px;
}

.center-1680 {
  width: 1680px;
}

.app {
  display: none;
}

.diaolog-pb {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1999;
  display: none;
}
.diaolog-pb .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.diaolog-pb video,
.diaolog-pb img {
  max-height: 75vh;
  max-width: 75vw;
}

.diaolog-pb i {
  font-size: 46px;
  position: absolute;
  bottom: 100%;
  left: 100%;
  color: #ffffff;
  cursor: pointer;
}

.diaolog.active {
  display: block;
}

.diaolog iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 75%;
  height: 75%;
}

.message-alert {
  position: fixed;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
  padding: 15px 25px;
  border-radius: 4px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  display: none;
  z-index: 1000;
  width: max-content;
  max-width: 50%;
  text-align: center;
}

.message-alert.success {
  background-color: #55bb8a;
}

.message-alert.error {
  background-color: #f56c6c;
}

.message-alert.warning {
  background-color: #e6a23c;
}

/* seadershow */
.seadershow {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
}

.seaderbox {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}

.seader {
  position: relative;
}

.seader form {
  width: 1000px;
  height: 80px;
  border: 5px solid #8c8c8c;
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
  display: flex;
  display: -webkit-flex;
}

.seader form input {
  display: block;
  width: 80%;
  height: 100%;
  border: none;
  outline: none;
  box-sizing: border-box;
  padding: 0 20px;
  font-size: 16px;
  color: #666666;
  font-family: var(--font-family);
}

.seader form button {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  width: 20%;
  border: none;
  outline: none;
  background-color: #004e9c;
  font-size: 18px;
  color: #ffffff;
  font-family: var(--font-family);
  cursor: pointer;
}

.seader form button img {
  display: block;
  width: auto;
  filter: brightness(11);
  margin-right: 20px;
}

.seader .close {
  display: block;
  position: absolute;
  right: -60px;
  top: -80px;
}

.seader .close img {
  display: block;
}

.el-message {
  font-family: var(--font-family);
  z-index: 9999 !important;
}

.el-form-item__error,
.el-select-dropdown__item,
.el-checkbox__label {
  font-family: var(--font-family);
}

.el-form-item__error {
  z-index: 1;
}
.header-box.active {
  background-color: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.header-box.active .headerct .nav .nav-item,
.header-box.iactive .headerct .nav .nav-item {
  color: #333333;
}
.header-box.active .headerct .search,
.header-box.iactive .headerct .search {
  border-color: rgba(0, 0, 0, 0.25);
}
.header-box.active .headerct .search i,
.header-box.iactive .headerct .search i {
  color: rgba(0, 0, 0, 0.8);
}
.header-box.active .headerct .search input,
.header-box.iactive .headerct .search input {
  color: #333333;
}
.header-box.active .headerct .search input::placeholder,
.header-box.iactive .headerct .search input::placeholder {
  color: rgba(0, 0, 0, 0.25);
}
.header-box {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  transition: 0.4s;
}
.headerct {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
}
.headerct .logo img {
  height: 45px;
}
.headerct .right {
  display: flex;
  align-items: center;
  height: 100%;
}
.headerct .nav {
  display: flex;
  height: 100%;
}
.headerct .nav li {
  height: 100%;
  position: relative;
}
.headerct .nav li:not(:last-of-type) {
  margin-right: 70px;
}
.headerct .nav .nav-item {
  display: flex;
  align-items: center;
  height: 100%;
  font-family: var(--font-mont);
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  transition: 0.4s;
  position: relative;
}
.headerct .nav .nav-item::after {
  display: block;
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 28%;
  left: 50%;
  background-color: #c30d23;
  transform: translateX(-50%);
  transition: 0.4s;
}
.headerct .nav .nav-item:hover,
.headerct .nav li.active .nav-item {
  color: #c30d23 !important;
}
.headerct .nav li.active .nav-item::after,
.headerct .nav .nav-item:hover:after {
  width: 100%;
}
.headerct .nav li .two {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) scaleY(0);
  padding-top: 10px;
  transition: 0.5s;
  opacity: 0;
  transform-origin: top;
}
.headerct .nav li:hover .two {
  transform: translateX(-50%) scaleY(1);
  opacity: 1;
}
.headerct .nav li .two .rq {
  background-color: #ffffff;
  border-radius: 6px;
  width: max-content;
  min-width: 160px;
  padding: 8px 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: relative;
}
.headerct .nav li .two .rq::before {
  display: block;
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -10px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid #ffffff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.headerct .nav li .two .rq .two-a {
  display: block;
  padding: 8px 15px;
  transition: 0.4s;
}
.headerct .nav li .two .rq .two-a > a {
  text-align: left;
  font-family: var(--font-mont);
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  display: block;
}
.headerct .nav li .two .rq .two-a:hover > a {
  color: #c30d23;
}
.headerct .nav li .two .rq .three {
  position: absolute;
  left: 100%;
  top: 0;
  background-color: #ffffff;
  width: max-content;
  min-width: 160px;
  padding: 8px 0;
  border-radius: 6px;
  box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.08);
  transform: scaleX(0);
  opacity: 0;
  transform-origin: left;
  transition: 0.4s;
  min-height: 100%;
}
.headerct .nav li .two .rq .two-a:hover .three {
  transform: scaleX(1);
  opacity: 1;
}
.headerct .nav li .two .rq .three a {
  font-family: var(--font-mont);
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  display: block;
  padding: 8px 15px;
  transition: 0.4s;
}
.headerct .nav li .two .rq .three a:hover {
  color: #c30d23;
}
.headerct .search {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 241px;
  height: 41px;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  padding: 0 13px;
  transition: 0.4s;
  margin-left: 125px;
}
.headerct .search button {
  border-radius: 0;
  border: none;
  background-color: transparent;
  padding: 0;
  outline: none;
  cursor: pointer;
}
.headerct .search i {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.25);
  transition: 0.4s;
}
.headerct .search input {
  width: calc(100% - 16px - 11px);
  height: 100%;
  border-radius: 0;
  background-color: transparent;
  border: none;
  outline: none;
  font-family: var(--font-mont-light);
  font-weight: 300;
  font-size: 14px;
  color: #ffffff;
}
.headerct .search input::placeholder {
  color: rgba(255, 255, 255, 0.25);
}
.mySwiper {
  width: 100%;
}
.mySwiper .bg {
  width: 100%;
}
.mySwiper .ct .rq {
  opacity: 0;
  transform: translateY(30%);
  transition: 1.5s;
  width: 560px;
}
.mySwiper .swiper-slide.show-text .rq {
  opacity: 1;
  transform: translateY(0);
}
.mySwiper .ct {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.mySwiper .ct h1 {
  font-family: var(--font-mont);
  font-weight: 400;
  font-size: 60px;
  color: #ffffff;
}
.mySwiper .ct h6 {
  font-family: var(--font-mont);
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  line-height: 24px;
  margin: 27px 0 54px 0;
}
.mySwiper .ct .tz {
  display: flex;
}
.mySwiper .ct .tz a {
  width: 161px;
  height: 51px;
  border-radius: 4px;
  border: 1px solid #ffffff;
  font-family: var(--font-mont);
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: 0.4s;
}
.mySwiper .ct .tz a::before {
  display: block;
  content: '';
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #c30d23;
  transition: 0.4s;
  z-index: -1;
}
.mySwiper .ct .tz a:not(:last-of-type) {
  margin-right: 10px;
}
.mySwiper .ct .tz a:hover {
  border-color: #c30d23;
}
.mySwiper .ct .tz a:hover::before {
  width: 100%;
}
.mySwiper .flow-dbl {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 7%;
  display: flex;
  z-index: 1;
}
.mySwiper .flow-dbl .line {
  width: 300px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  position: relative;
}
.mySwiper .flow-dbl .line .progress {
  width: 0;
  height: 100%;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  transition: width 1.2s;
}
.mySwiper .flow-dbl .db {
  display: flex;
  align-items: flex-end;
  margin-bottom: 13px;
}
.mySwiper .flow-dbl .db .cr {
  font-family: var(--font-mont-light);
  font-weight: 300;
  font-size: 24px;
  color: #ffffff;
  line-height: 1;
  margin-right: 10px;
}
.mySwiper .flow-dbl .db .to,
.mySwiper .flow-dbl .db p {
  font-family: var(--font-mont-light);
  font-weight: 300;
  font-size: 14px;
  color: #ffffff;
  opacity: 0.4;
}
.mySwiper .flow-dbl .db p {
  margin-right: 5px;
}
.i1ct {
  margin: 0 auto;
  padding: 60px 0 80px 0;
}
.i1-swiper {
  width: 100%;
}
.i1-swiper .item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f8f8f8;
  border-radius: 10px;
  padding: 30px 65px 30px 45px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.i1-swiper .item::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #c30d23;
  transition: 0.6s;
  z-index: -1;
}
.i1-swiper .item:hover::before {
  width: 100%;
}
.i1-swiper .item:hover .ib img {
  filter: brightness(100);
}
.i1-swiper .item:hover .txt h6,
.i1-swiper .item:hover .txt p {
  color: #ffffff;
}
.i1-swiper .item .ib {
  width: 67px;
}
.i1-swiper .item .ib img {
  max-width: 100%;
  transition: 0.6s;
}
.i1-swiper .item .txt {
  width: calc(100% - 67px - 35px);
}
.i1-swiper .item .txt h6 {
  font-family: var(--font-mont);
  font-weight: bold;
  font-size: 20px;
  color: #222222;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-word;
  overflow-wrap: break-word;
  transition: 0.6s;
}
.i1-swiper .item .txt p {
  font-family: var(--font-mont);
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  line-height: 18px;
  opacity: 0.7;
  height: 54px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  word-break: break-word;
  overflow-wrap: break-word;
  margin-top: 5px;
  transition: 0.6s;
}
.i1-swiper-pagination {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 36px;
}
.i1-swiper-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 4px;
  background: #000000;
  border-radius: 2px;
  opacity: 0.2;
  transition: 0.4s;
}
.i1-swiper-pagination .swiper-pagination-bullet-active {
  width: 40px;
  background-color: #c30d23;
  opacity: 1;
}
.i1-swiper-pagination .swiper-pagination-bullet:not(:last-of-type) {
  margin-right: 10px;
}
.why-mide {
  margin-top: 83px;
}
.why-mide .rq {
  display: flex;
  margin-top: 43px;
}
.why-mide .rq .item {
  width: calc((100% - 78px) / 4);
  margin-right: 26px;
  background: #f8f8f8;
  border-radius: 10px;
  padding: 44px 37px 38px 37px;
}
.why-mide .rq .item:nth-of-type(4n) {
  margin-right: 0;
}
.why-mide .rq .item .ib {
  height: 54px;
}
.why-mide .rq .item .ib img {
  max-height: 100%;
}
.why-mide .rq .item h4 {
  font-family: var(--font-mont);
  font-weight: bold;
  font-size: 18px;
  color: #222222;
  margin: 24px 0 18px 0;
}
.why-mide .rq .item .txt p {
  font-family: var(--font-mont);
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  line-height: 21px;
  opacity: 0.9;
  display: flex;
}
.why-mide .rq .item .txt p em {
  width: 5px;
  height: 5px;
  background: #c30d23;
  border-radius: 50%;
  margin-right: 8px;
  transform: translateY(8px);
}
.why-mide .rq .item .txt p span {
  width: calc(100% - 5px - 8px);
}
.why-mide .rq .item:nth-of-type(4) .txt {
  display: flex;
  flex-wrap: wrap;
}
.why-mide .rq .item:nth-of-type(4) .txt p {
  width: 50%;
}
.i2-box {
  background-color: #f8f8f8;
  overflow: hidden;
  padding: 70px 0 102px 0;
}
.i2-box .top {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.i2-box .mide {
  margin: 60px auto 0;
  max-width: 1920px;
  width: calc(100% - 60px);
}
.i2-swiper {
  width: 100%;
}
.i2-swiper .item {
  width: 100%;
  height: 23.5vw;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  display: block;
}
.i2-swiper .item::before {
  display: block;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  transition: 0.4s;
}
.i2-swiper .item::after {
  display: block;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(195, 13, 35, 0),
    rgba(195, 13, 35, 0.85)
  );
  transition: 0.4s;
  opacity: 0;
}
.i2-swiper .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.i2-swiper .item .jt {
  position: absolute;
  top: 31px;
  right: 34px;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
  z-index: 3;
}
.i2-swiper .item .jt i {
  font-size: 16px;
  color: #ffffff;
}
.i2-swiper .item .jt:hover {
  background-color: #c30d23;
}
.i2-swiper .item .txt {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  width: 100%;
  padding: 0 20px;
  transition: 0.4s;
}
.i2-swiper .item .txt h4 {
  text-align: center;
  font-family: var(--font-mont);
  font-weight: bold;
  font-size: 18px;
  color: #ffffff;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-word;
  overflow-wrap: break-word;
}
.i2-swiper .item .txt p {
  text-align: center;
  font-family: var(--font-mont);
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  opacity: 0.6;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-word;
  overflow-wrap: break-word;
  margin-top: 9px;
  opacity: 0;
  transform: translateY(20px);
}
.i2-swiper .item:hover .txt {
  bottom: 48px;
}
.i2-swiper .item:hover .txt p {
  opacity: 1;
  transform: translateY(0);
  transition: 0.4s;
}
.i2-swiper .item:hover::before {
  opacity: 0;
}
.i2-swiper .item:hover::after {
  opacity: 1;
}
.i2-swiper-pagination {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.i2-swiper-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 10px;
  background: #000000;
  border-radius: 5px;
  opacity: 0.2;
  transition: 0.4s;
}
.i2-swiper-pagination .swiper-pagination-bullet-active {
  width: 40px;
  background-color: #c30d23;
  opacity: 1;
}
.i2-swiper-pagination .swiper-pagination-bullet:not(:last-of-type) {
  margin-right: 10px;
}
.i3-box {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  background-color: #c30d23;
  overflow: hidden;
}
.i3-box .bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 81%;
  height: 100%;
  object-fit: cover;
}
.i3ct {
  padding: 120px 0 80px 0;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.js-marquee-wrapper {
  display: flex;
}
.i3ct .marquee {
  font-family: var(--font-mont);
  font-weight: bold;
  font-size: 150px;
  color: rgba(255, 255, 255, 0.06);
  line-height: 1;
  text-align: center;
  overflow: hidden;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  text-transform: uppercase;
  width: max-content;
  letter-spacing: 10px;
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
}
.i3ct .top {
  display: flex;
  padding-left: 34px;
}
.i3ct .top .left {
  width: 180px;
  height: 1px;
  background: #ffffff;
  transform: translateY(25px);
}
.i3ct .top .right {
  width: 763px;
  margin-left: 85px;
}
.i3ct .top .right .desc {
  font-family: var(--font-mont);
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  opacity: 0.8;
  line-height: 22px;
  margin: 40px 0 75px 0;
}
.i3ct .top .right .desc p:not(:first-of-type) {
  margin-top: 15px;
}
.i3ct .bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 95px;
}
.i3ct .bottom .vd-box {
  width: 680px;
  height: 450px;
  position: relative;
  margin-left: -80px;
}
.i3ct .bottom .vd-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.i3ct .bottom .vd-box .play {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -30px;
  width: 60px;
  height: 60px;
  background: #c30d23;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
}
.i3ct .bottom .vd-box .play i {
  font-size: 30px;
  color: #ffffff;
}
.i3ct .bottom .vd-box .play:hover {
  transform: translateY(-50%) scale(1.1);
}
.i3ct .bottom .numContent {
  width: 550px;
  display: flex;
  flex-wrap: wrap;
  padding-top: 40px;
  height: max-content;
}
.i3ct .bottom .numContent .item {
  width: calc(100% / 2);
}
.i3ct .bottom .numContent .item:nth-of-type(3),
.i3ct .bottom .numContent .item:nth-of-type(4) {
  margin-top: 130px;
}
.i3ct .bottom .numContent .item .sz {
  display: flex;
  align-items: center;
}
.i3ct .bottom .numContent .item .sz .num,
.i3ct .bottom .numContent .item .sz p {
  font-family: var(--font-mont);
  font-weight: 400;
  font-size: 60px;
  color: #ffffff;
  line-height: 1;
}
.i3ct .bottom .numContent .item span {
  font-family: var(--font-mont);
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  margin-top: 15px;
  display: block;
}
.i4-box {
  overflow: hidden;
}
.i4ct {
  margin: 0 auto;
  padding: 100px 0 138px 0;
}
.i4ct .top {
  display: flex;
  justify-content: space-between;
}
.i-pb-more {
  width: 210px;
  height: 50px;
  border-radius: 4px;
  border: 1px solid #b5b5b5;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.i-pb-more.active {
  border-color: #ffffff;
}
.i-pb-more.active p,
.i-pb-more.active i {
  color: #ffffff;
}
.i-pb-more.active::before {
  background-color: #ffffff;
}
.i-pb-more.active:hover {
  border-color: #ffffff;
}
.i-pb-more.active:hover p,
.i-pb-more.active:hover i {
  color: #c30d23;
}
.i-pb-more::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #c30d23;
  transition: 0.4s;
  z-index: -1;
}
.i-pb-more p {
  font-family: var(--font-mont);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  transition: 0.4s;
  margin-right: 15px;
}
.i-pb-more i {
  font-size: 16px;
  color: #666666;
  transition: 0.4s;
}
.i-pb-more:hover {
  border-color: #c30d23;
}
.i-pb-more:hover::before {
  width: 100%;
}
.i-pb-more:hover p,
.i-pb-more:hover i {
  color: #ffffff;
}
.news-list {
  margin-top: 65px;
  display: flex;
  flex-wrap: wrap;
}
.news-list li {
  width: calc((100% - 80px) / 3);
  margin-right: 40px;
  margin-top: 40px;
}
.news-list li:nth-of-type(1),
.news-list li:nth-of-type(2),
.news-list li:nth-of-type(3) {
  margin-top: 0;
}
.news-list li:nth-of-type(3n) {
  margin-right: 0;
}
.news-list li a {
  display: block;
  border-radius: 10px;
  border: 1px solid #e5e5e5;
  padding: 20px 20px 46px 20px;
  transition: 0.4s;
}
.news-list li a:hover {
  border-color: #c30d23;
  box-shadow: 0 0 25px rgba(195, 13, 35, 0.15);
  transform: translateY(-15px);
}
.news-list li a img {
  width: 100%;
  height: 260px;
  border-radius: 10px;
  object-fit: cover;
  margin-bottom: 33px;
}
.news-list li a .txt {
  padding: 0 8px;
}
.news-list li a .txt .time {
  font-family: var(--font-mont);
  font-weight: 400;
  font-size: 16px;
  color: #c30d23;
}
.news-list li a .txt h6 {
  font-family: var(--font-mont);
  font-weight: bold;
  font-size: 18px;
  color: #222222;
  height: 44px;
  line-height: 22px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-word;
  overflow-wrap: break-word;
  margin: 11px 0 19px 0;
}
.news-list li a .txt p {
  font-family: var(--font-mont);
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  line-height: 18px;
  opacity: 0.8;
  height: 36px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-word;
  overflow-wrap: break-word;
}
.news-list li a .more {
  width: max-content;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #c30d23;
  padding-bottom: 8px;
  margin-top: 52px;
}
.news-list li a .more span {
  font-family: var(--font-mont);
  font-weight: 400;
  font-size: 16px;
  color: #c30d23;
  margin-right: 8px;
}
.news-list li a .more i {
  font-size: 16px;
  color: #c30d23;
}
.i5-box {
  position: relative;
}
.i5-box .bg {
  width: 100%;
  max-width: 1920px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  max-height: 100%;
  object-fit: cover;
}
.i5ct {
  padding: 90px 0 65px 0;
  margin: 0 auto;
}
.pb-h3 {
  font-family: var(--font-mont);
  font-weight: bold;
  font-size: 48px;
  color: #222222;
  text-align: center;
}
.pb-h3.wh {
  color: #ffffff;
}
.pb-h3.lt {
  text-align: left;
}
.pb-h6 {
  font-family: var(--font-mont);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  text-align: center;
  line-height: 22px;
  margin-top: 20px;
}
.pb-h6.o8 {
  opacity: 0.8;
}
.pb-h6.lt {
  text-align: left;
  opacity: 0.8;
}
.i5ct .mide {
  background: #ffffff;
  border-radius: 10px;
  padding: 100px 100px 90px 100px;
  display: flex;
  justify-content: space-between;
  margin-top: 65px;
}
.i5ct .mide .left {
  width: calc(100% - 598px - 188px);
}
.i5ct .mide .left .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.i5ct .mide .left .row:not(:first-of-type) {
  margin-top: 39px;
}
.i5ct .mide .left .row .rund {
  width: 51px;
  height: 51px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #1b1b1b;
  display: flex;
  align-items: center;
  justify-content: center;
}
.i5ct .mide .left .row .txt {
  width: calc(100% - 51px - 22px);
}
.i5ct .mide .left .row .txt h6 {
  font-family: var(--font-mont);
  font-weight: bold;
  font-size: 18px;
  color: #222222;
}
.i5ct .mide .left .row .txt .desc {
  font-family: var(--font-mont);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 20px;
  margin-top: 3px;
}
.i5ct .mide .left .row .txt .desc a {
  color: #222222;
}
.i5ct .mide .left .row .txt .desc br{
  display: none;
}
.i5ct .mide .left .row .txt .desc br:nth-of-type(2){
  display: block;
}
.i5ct .mide .right {
  width: 598px;
}
.i5ct .mide .right form {
  width: 100%;
}
.i5ct .mide .right form .row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.i5ct .mide .right form .item {
  position: relative;
}
.i5ct .mide .right form .row .item {
  width: calc((100% - 34px) / 2);
}
.i5ct .mide .right form .item img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 23px;
}
.i5ct .mide .right form .item input {
  width: 100%;
  height: 60px;
  border-radius: 4px;
  border: 1px solid #d2d2d2;
  transition: 0.4s;
  font-family: var(--font-mont);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  outline: none;
  padding: 0 15px 0 58px;
}
.i5ct .mide .right form .item input.active {
  box-shadow: 0px 0px 18px 0px rgba(195, 13, 35, 0.15);
  border-color: transparent;
}
.i5ct .mide .right form .item input::placeholder {
  color: #aaaaaa;
}
.i5ct .mide .right form button {
  border: none;
  outline: none;
  background: #c30d23;
  border-radius: 4px;
  font-family: var(--font-mont);
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  cursor: pointer;
  width: 100%;
  height: 59px;
  margin-top: 51px;
}
.banner {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.banner .bg {
  width: 100%;
  object-fit: cover;
}
.banner .ct {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.banner .ct h1 {
  font-family: var(--font-mont);
  font-weight: bold;
  font-size: 120px;
  color: #fefefe;
  text-transform: uppercase;
  line-height: 1;
}
.banner .b-nav {
  display: flex;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 31px 0;
  margin-top: 29px;
}
.banner .b-nav a,
.banner .b-nav span {
  font-family: var(--font-mont);
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  line-height: 22px;
  opacity: 0.65;
  transition: 0.4s;
}
.banner .b-nav span {
  margin: 0 16px;
}
.banner .b-nav a:hover {
  opacity: 1;
}
.news-nav {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  overflow: hidden;
}
.news-nav .ct {
  margin: 0 auto;
  display: flex;
  height: 80px;
}
.news-nav .ct a {
  font-family: var(--font-mont);
  font-weight: 400;
  font-size: 18px;
  color: #222222;
  transition: 0.4s;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.news-nav .ct a::after {
  display: block;
  content: '';
  position: absolute;
  width: 0;
  height: 3px;
  bottom: 0;
  left: 0;
  background: #c30d23;
  transition: 0.4s;
}
.news-nav .ct a:not(:last-of-type) {
  margin-right: 55px;
}
.news-nav .ct a.active,
.news-nav .ct a:hover {
  color: #c30d23;
}
.news-nav .ct a.active::after {
  width: 100%;
}
.n1ct {
  padding: 100px 0;
  margin: 0 auto;
}
.n1ct .top {
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding: 20px 70px 20px 20px;
}
.n1-swiper a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.n1-swiper a .left {
  width: 900px;
  height: 585px;
  border-radius: 10px;
  overflow: hidden;
}
.n1-swiper a .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.n1-swiper a .right {
  width: calc(100% - 900px - 60px);
}
.n1-swiper a .right .time {
  font-family: var(--font-mont);
  font-weight: 400;
  font-size: 16px;
  color: #c30d23;
}
.n1-swiper a .right h3 {
  font-family: var(--font-mont);
  font-weight: bold;
  font-size: 24px;
  color: #222222;
  line-height: 36px;
  height: 108px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  word-break: break-word;
  overflow-wrap: break-word;
  margin: 33px 0 42px 0;
}
.n1-swiper a .right h6 {
  font-family: var(--font-mont);
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  line-height: 24px;
  height: 48px;
  opacity: 0.8;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-word;
  overflow-wrap: break-word;
}
.n-more {
  width: 210px;
  height: 50px;
  border-radius: 4px;
  border: 1px solid #b5b5b5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.4s;
  position: relative;
  z-index: 1;
  padding: 0 23px;
  overflow: hidden;
  margin-top: 185px;
}
.n-more::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #c30d23;
  z-index: -1;
  transition: 0.4s;
}
.n-more p {
  font-family: var(--font-mont);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  transition: 0.4s;
}
.n-more i {
  font-size: 16px;
  color: #666666;
  transition: 0.4s;
}
.n-more:hover {
  border-color: #c30d23;
}
.n-more:hover::before {
  width: 100%;
}
.n-more:hover p,
.n-more:hover i {
  color: #ffffff;
}
.n1-swiper-pagination {
  display: flex;
  justify-content: center;
  position: relative;
  margin-top: 40px;
}
.n1-swiper-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 10px;
  background: #000000;
  border-radius: 5px;
  opacity: 0.2;
  transition: 0.4s;
}
.n1-swiper-pagination .swiper-pagination-bullet:not(:last-of-type) {
  margin-right: 10px;
}
.n1-swiper-pagination .swiper-pagination-bullet-active {
  width: 40px;
  opacity: 1;
  background-color: #c30d23;
}
.nd1ct {
  padding: 100px 0 70px 0;
  margin: 0 auto;
}
.nd-nav {
  display: flex;
  align-items: center;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  padding: 27px 0;
}
.nd-nav a,
.nd-nav span {
  font-family: var(--font-mont);
  font-weight: 400;
  font-size: 14px;
  color: #777777;
  line-height: 22px;
  transition: 0.4s;
}
.nd-nav span {
  margin: 0 16px;
}
.nd-nav a:hover {
  color: #c30d23;
}
.nd1ct .mide {
  margin-top: 10px;
}
.nd1ct .mide .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 37px 0;
  cursor: pointer;
}
.nd1ct .mide .row.r2 {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.nd1ct .mide .row h3 {
  font-family: var(--font-mont);
  font-weight: bold;
  font-size: 36px;
  color: #222222;
  width: calc(100% - 300px);
}
.nd1ct .mide .row .right {
  display: flex;
}
.nd1ct .mide .row .right p {
  font-family: var(--font-mont);
  font-weight: 400;
  font-size: 18px;
  color: #222222;
}
.nd1ct .mide .row .right p:first-of-type {
  color: #c30d23;
  margin-right: 50px;
}
.nd1ct .mide .r1,
.nd1ct .mide .r3 {
  opacity: 0.2;
}
.nd1ct .mide .r1 h3,
.nd1ct .mide .r3 h3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-word;
  overflow-wrap: break-word;
}
.nd1ct .mide .r1 h3 {
  transform: skewX(-20deg);
}
.nd1ct .mide .r1 .right p {
  transform: skewX(20deg);
}
.nd1ct .mide .r3 h3 {
  transform: skewX(20deg);
}
.nd1ct .mide .r3 .right p {
  transform: skewX(-20deg);
}
.nd2-box {
  overflow: hidden;
}
.nd2ct {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 90px 0 100px 0;
}
.nd2ct .left {
  width: calc(100% - 420px - 40px);
  font-family: var(--font-mont) !important;
  font-weight: 400;
  font-size: 16px !important;
  color: #555555;
  line-height: 30px;
  word-break: break-word;
}
.nd2ct .left p,
.nd2ct .left span {
  font-family: var(--font-mont) !important;
  font-weight: 400;
  font-size: 16px !important;
  color: #555555;
  line-height: 30px;
  word-break: break-word;
}
.nd2ct .left img {
  max-width: 100%;
}
.nd2ct .right {
  width: 420px;
}
.nd2ct .right .tj {
  background-color: #f7f8fa;
  padding: 48px;
}
.nd2ct .right .tj h3 {
  font-family: var(--font-mont);
  font-weight: bold;
  font-size: 36px;
  color: #222222;
  margin-bottom: 36px;
}
.nd2ct .right .tj-list a {
  display: block;
  padding: 24px 0;
}
.nd2ct .right .tj-list a:first-of-type {
  padding-top: 0;
}
.nd2ct .right .tj-list a:last-of-type {
  padding-bottom: 0;
}
.nd2ct .right .tj-list a:not(:first-of-type) {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.nd2ct .right .tj-list a .time {
  font-family: var(--font-mont);
  font-weight: 400;
  font-size: 16px;
  color: #c30d23;
}
.nd2ct .right .tj-list a h6 {
  font-family: var(--font-mont);
  font-weight: bold;
  font-size: 18px;
  color: #222222;
  line-height: 22px;
  height: 44px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-word;
  overflow-wrap: break-word;
  margin-top: 15px;
  transition: 0.4s;
}
.nd2ct .right .tj-list a:hover h6 {
  color: #c30d23;
}
.nd2ct .right .fy {
  margin-top: 50px;
}
.nd2ct .right .fy a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  padding-left: 12px;
  padding: 22px 0;
}
.nd2ct .right .fy a.disabled {
  opacity: .4;
  pointer-events: none;
}
.nd2ct .right .fy a:hover p {
  color: #c30d23;
}
.nd2ct .right .fy a:last-of-type {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.nd2ct .right .fy a i {
  font-size: 24px;
  color: #c30d23;
}
.nd2ct .right .fy a p {
  width: calc(100% - 24px - 30px);
  font-family: var(--font-mont);
  font-weight: 400;
  font-size: 18px;
  color: #222222;
  transition: 0.4s;
}
.c1-box {
  overflow: hidden;
}
.c1ct {
  margin: 0 auto;
  padding: 100px 0;
}
.c1ct .top {
  display: flex;
  justify-content: space-between;
}
.c1ct .top .left {
  width: calc(100% - 700px - 90px);
  font-family: var(--font-mont);
  font-weight: bold;
  font-size: 36px;
  color: #222222;
  text-transform: uppercase;
}
.c1ct .top .left span {
  color: #c30d23;
}
.c1ct .top .right {
  width: 700px;
  font-family: var(--font-mont);
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
}
.c1ct .top .right span {
  color: #c30d23;
}
.c1ct .top .right p:not(:first-of-type) {
  margin-top: 18px;
}
.c1ct .mide {
  margin-top: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c1ct .mide .left {
  width: calc(100% - 700px - 90px);
  height: 564px;
  overflow: hidden;
  border-radius: 10px;
}
.c1ct .mide .left iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.c1ct .mide .right {
  width: 700px;
}
.c1ct .mide .right .row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding: 36px 0;
}
.c1ct .mide .right .row:first-of-type {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.c1ct .mide .right .row:first-of-type .txt .desc {
  color: #c30d23;
}
.c1ct .mide .right .row .rund {
  width: 48px;
  height: 48px;
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid #1b1b1b;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c1ct .mide .right .row .txt {
  width: calc(100% - 48px - 22px);
}
.c1ct .mide .right .row .txt h6 {
  font-family: var(--font-mont);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  opacity: 0.7;
}
.c1ct .mide .right .row .txt .desc {
  font-family: var(--font-mont);
  font-weight: 500;
  font-size: 22px;
  color: #222222;
  margin-top: 6px;
}
.c1ct .mide .right .row .txt .desc br{
  display: none;
}
.c1ct .mide .right .row .txt .desc br:nth-of-type(2){
  display: block;
}
.c1ct .mide .right .row .txt .desc a {
  color: #222222;
}
.c2-box {
  background-color: #f8f8f8;
}
.c2ct {
  padding: 100px 0 0 0;
  margin: 0 auto;
}
.c2ct .mide {
  background: #ffffff;
  border-radius: 20px;
  padding: 73px 234px 100px 234px;
  margin-top: 45px;
}
.c2ct form .row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.c2ct form .item {
  position: relative;
}
.c2ct form .row .item {
  width: calc((100% - 34px) / 2);
}
.c2ct form .item img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 23px;
}
.c2ct form .item input {
  width: 100%;
  height: 60px;
  border-radius: 4px;
  border: 1px solid #d2d2d2;
  transition: 0.4s;
  font-family: var(--font-mont);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  outline: none;
  padding: 0 15px 0 58px;
}
.c2ct form .item input.active,
.c2ct form .item textarea.active {
  box-shadow: 0px 0px 18px 0px rgba(195, 13, 35, 0.15);
  border-color: transparent;
}
.c2ct form .item input::placeholder,
.c2ct form .item textarea::placeholder {
  color: #aaaaaa;
}
.c2ct form .item textarea {
  width: 100%;
  height: 110px;
  border-radius: 4px;
  border: 1px solid #d2d2d2;
  transition: 0.4s;
  font-family: var(--font-mont);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  outline: none;
  padding: 22px 15px 0 58px;
  resize: none;
}
.c2ct form .message img {
  top: 25px;
  transform: unset;
}
.c2ct form button {
  border: none;
  outline: none;
  background: #c30d23;
  border-radius: 4px;
  font-family: var(--font-mont);
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  cursor: pointer;
  width: 100%;
  height: 59px;
  margin-top: 30px;
}
.p1-box {
  overflow: hidden;
}
.p1ct {
  margin: 0 auto;
  padding: 100px 0;
  display: flex;
  justify-content: space-between;
}
.p1ct .left {
  width: 340px;
}
.p1ct .left .item {
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  padding: 30px 0;
  position: relative;
}
.p1ct .left .item::before {
  display: block;
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #c30d23;
  transition: 0.5s;
}
.p1ct .left .item .one {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p1ct .left .item .one a {
  width: calc(100% - 30px);
  font-family: var(--font-mont);
  font-weight: bold;
  font-size: 20px;
  color: #000000;
  transition: 0.4s;
}
.p1ct .left .item .one .ib i {
  font-size: 18px;
  color: #c30d23;
  cursor: pointer;
}
.p1ct .left .item .one .ib i:last-of-type {
  display: none;
}
.p1ct .left .item .two {
  margin-top: 25px;
  display: none;
}
.p1ct .left .item .two .three-d {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p1ct .left .item .two .three-d i {
  font-size: 16px;
  color: #666666;
  transition: 0.4s;
  cursor: pointer;
}
.p1ct .left .item .two .three-d a {
  width: calc(100% - 16px - 6px);
  font-family: var(--font-mont);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  transition: 0.4s;
}
.p1ct .left .item .three {
  padding-left: 22px;
  margin-top: 15px;
}
.p1ct .left .item .three a {
  display: block;
  font-family: var(--font-mont);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  transition: 0.4s;
}
.p1ct .left .item .three a:hover,
.p1ct .left .item .three a.active {
  color: #c30d23;
}
.p1ct .left .item .three a:not(:first-of-type) {
  margin-top: 10px;
}
.p1ct .left .item .two-row:not(:first-of-type) {
  margin-top: 20px;
}
.p1ct .left .item .two-row.active .three-d i {
  color: #c30d23;
  transform: rotate(90deg);
}
.p1ct .left .item .two-row.active .three-d a,
.p1ct .left .item .two-row .three-d:hover a {
  color: #c30d23;
}
.p1ct .left .item .two-row .three-d:hover i {
  color: #c30d23;
}
.p1ct .left .item .two .three {
  display: none;
}
/* .p1ct .left .item .two a {
  font-family: var(--font-mont);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 18px;  
  transition: 0.4s;
  display: block;
} */
/* .p1ct .left .item .two a:not(:first-of-type) {
  margin-top: 15px;
} */
.p1ct .left .item.active::before {
  width: 100%;
}
.p1ct .left .item.active .one a {
  color: #c30d23;
}
.p1ct .left .item.active .one .ib i:first-of-type {
  display: none;
}
.p1ct .left .item.active .one .ib i:last-of-type {
  display: block;
}
/* .p1ct .left .item .two a.active,
.p1ct .left .item .two a:hover {
  color: #c30d23;
} */
.p1ct .right {
  width: calc(100% - 340px - 80px);
}
.pro-list {
  display: flex;
  flex-wrap: wrap;
}
.pro-list li {
  width: calc((100% - 30px) / 2);
  margin-right: 30px;
  margin-top: 30px;
}
.pro-list li:nth-of-type(1),
.pro-list li:nth-of-type(2) {
  margin-top: 0;
}
.pro-list li:nth-of-type(2n) {
  margin-right: 0;
}
.pro-list li a {
  display: block;
  width: 100%;
  height: 355px;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  transition: 0.4s;
}
.pro-list li a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pro-list li a p {
  position: absolute;
  left: 0;
  bottom: 20px;
  padding: 0 15px;
  width: 100%;
  text-align: center;
  font-family: var(--font-mont);
  font-weight: bold;
  font-size: 22px;
  color: #ffffff;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  word-break: break-word;
  overflow-wrap: break-word;
  z-index: 1;
}
.pro-list li a .more {
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
  transition: 0.4s;
}
.pro-list li a .more i {
  font-size: 20px;
  color: #ffffff;
}
.pro-list li a .more:hover {
  background-color: #c30d23;
}
.pro-list li a::before {
  display: block;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  transition: 0.4s;
}
.pro-list li a::after {
  display: block;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(195, 13, 35, 0),
    rgba(195, 13, 35, 0.85)
  );
  transition: 0.4s;
  opacity: 0;
}
.pro-list li a:hover::before {
  opacity: 0;
}
.pro-list li a:hover::after {
  opacity: 1;
}
.pro-list li a:hover {
  transform: translateY(-10px);
}
.pd1-box {
  overflow: hidden;
}
.pd1ct {
  padding: 100px 0 73px 0;
  margin: 0 auto;
}
.pd1ct .mide {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
.pd1ct .mide .left {
  width: calc(100% - 700px - 140px);
  position: relative;
}
.pd1ct .mide .left h3 {
  font-family: var(--font-mont);
  font-weight: bold;
  font-size: 48px;
  color: #222222;
}
.pd1ct .mide .left .line {
  width: 100%;
  height: 1px;
  background: #000000;
  opacity: 0.05;
  position: relative;
  margin: 31px 0;
}
.pd1ct .mide .left .line::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  width: 140px;
  height: 1px;
  background: #000000;
}
.pd1ct .mide .left .desc {
  font-family: var(--font-mont);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 30px;
  opacity: 0.7;
}
.pd1ct .mide .left .db {
  margin-top: 110px;
}
.pd1ct .mide .left .db span {
  font-family: var(--font-mont);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  display: block;
}
.pd1ct .mide .left .db .n-more {
  margin-top: 25px;
}
.pd1ct .mide .right {
  width: 700px;
}
.pd1ct .mide .right .sw-box {
  display: flex;
  justify-content: space-between;
}
.pd1ct .mide .desc-swiper {
  width: 583px;
  height: 436px;
  border-radius: 10px;
  margin: 0;
}
.pd1ct .mide .desc-swiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pd1ct .mide .time-swiper {
  width: 97px;
  height: 436px;
  margin: 0;
}
.pd1ct .mide .time-swiper::after {
  display: block;
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 8%;
  background: linear-gradient(
    to bottom,
    rgba(241, 244, 247, 0),
    rgba(241, 244, 247, 0.9)
  );
  z-index: 5;
}
.pd1ct .mide .time-swiper .swiper-slide {
  cursor: pointer;
  border: 1px solid transparent;
  transition: 0.4s;
  border-radius: 10px;
  overflow: hidden;
}
.pd1ct .mide .time-swiper .swiper-slide-thumb-active {
  border-color: #c30d23;
}
.pd1ct .mide .time-swiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pd1ct .mide .qhb {
  display: flex;
  justify-content: flex-end;
  margin-top: 40px;
}
.pd1ct .mide .qhb .qh {
  width: 58px;
  height: 58px;
  background-color: transparent;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 2px solid #222222;
  transition: 0.4s;
}
.pd1ct .mide .qhb .qh i {
  font-size: 18px;
  color: #222222;
  transition: 0.4s;
}
.pd1ct .mide .qhb .qh:not(:last-of-type) {
  margin-right: 10px;
}
.pd1ct .mide .qhb .qh:hover {
  border-color: #c30d23;
  background-color: #c30d23;
}
.pd1ct .mide .qhb .qh:hover i {
  color: #ffffff;
}
.pd1ct .mide .qhb .qh.swiper-button-disabled {
  border-color: transparent;
  background-color: rgba(0, 0, 0, 0.1);
  cursor: not-allowed;
}
.pd1ct .mide .qhb .qh.swiper-button-disabled i {
  color: rgba(0, 0, 0, 0.4);
}
.pd2ct {
  margin: 0 auto;
  padding: 100px 0;
}
.pd2ct .con {
  margin-top: 50px;
}
.pd2ct .con .ri {
  width: 100%;
}
.pd2ct .con .ri:not(:first-of-type) {
  margin-top: 28px;
}
.pd2ct .con .row {
  display: flex;
  justify-content: space-between;
  background-color: #f8f8f8;
  border-radius: 10px;
  padding: 30px 30px 30px 40px;
}
.pd2ct .con .row .left {
  width: calc(100% - 289px - 188px);
}
.pd2ct .con .row .left h6 {
  font-family: var(--font-mont);
  font-weight: bold;
  font-size: 18px;
  color: #222222;
}
.pd2ct .con .row .left .dbl {
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}
.pd2ct .con .row .left .dbl .ib {
  width: 430px;
  position: relative;
  z-index: 1;
}
.pd2ct .con .row .left .dbl .ib img {
  width: 100%;
}
.pd2ct .con .row .left .dbl .txt {
  width: calc(100% - 430px - 87px);
  font-family: var(--font-mont);
  font-weight: 400;
  font-size: 16px;
  color: #555555;
  line-height: 22px;
  padding-top: 16px;
}
.pd2ct .con .row .left .dbl .txt p:not(:first-of-type) {
  margin-top: 33px;
}
.pd2ct .con .row .left .dbl .txt p {
  position: relative;
}
.pd2ct .con .row .left .dbl .txt p::before {
  display: block;
  content: '';
  position: absolute;
  top: 10px;
  right: calc(100% + 30px);
  width: 200px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}
.pd2ct .con .row .right {
  width: 289px;
}
.pd2ct .con .row .right img {
  width: 100%;
}
.pd2ct .ben-box {
  margin-top: 100px;
}
.pd2ct .ben-box h4 {
  font-family: var(--font-mont);
  font-weight: bold;
  font-size: 36px;
  color: #c30d23;
  text-align: center;
}
.pd2ct .ben-box .dbl {
  margin-top: 48px;
}
.pd2ct .ben-box .dbl h6 {
  font-family: var(--font-mont);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
}
.pd2ct .ben-box .dbl p {
  font-family: var(--font-mont);
  font-weight: 400;
  font-size: 14px;
  color: #555555;
  line-height: 24px;
  opacity: 0.5;
  margin-top: 19px;
}
.bento-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 28px;
  grid-auto-flow: dense;
  margin-top: 60px;
}
.bento-item {
  background: #f5f5f7;
  border-radius: 10px;
  padding: 38px;
  overflow: hidden;
  grid-column: span 3;
  grid-row: span 1;
  position: relative;
  transition: 0.4s;
  z-index: 1;
}
.bento-item.h2 {
  grid-row: span 2;
}
.bento-item .flow {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  transition: 0.4s;
  width: 100%;
  height: 100%;
  background-color: #c30d23;
  z-index: -1;
}
.bento-item .flow img {
  position: absolute;
  top: 0;
  right: 0;
}
.bento-item:hover .flow {
  opacity: 1;
}
.bento-item:hover {
  box-shadow: 0px 14px 62px 0px rgba(195, 13, 35, 0.47);
}
.bento-item:hover .title,
.bento-item:hover .content {
  color: #ffffff;
}
.bento-item .title {
  font-family: var(--font-mont);
  font-weight: bold;
  font-size: 18px;
  color: #222222;
  word-break: break-word;
  transition: 0.4s;
}
.bento-item .content {
  font-family: var(--font-mont);
  font-weight: 400;
  font-size: 16px;
  color: #555555;
  line-height: 20px;
  margin-top: 27px;
  word-break: break-word;
  transition: 0.4s;
}
.bento-item .content p:not(:first-of-type) {
  margin-top: 10px;
}
/************* 宽度 *************/
.w2 {
  grid-column: span 2;
}
.w3 {
  grid-column: span 3;
}
.w4 {
  grid-column: span 4;
}
.w5 {
  grid-column: span 5;
}
.w6 {
  grid-column: span 6;
}
.w8 {
  grid-column: span 8;
}
.w12 {
  grid-column: span 12;
}
.pd3-box {
  background-color: #f8f8f8;
}
.pd3ct {
  margin: 0 auto;
  padding: 100px 0;
  max-width: 1920px;
}
.pd3-swiper {
  margin-top: 59px;
  height: 25vw;
}
.pd3-swiper .swiper-slide {
  overflow: hidden;
  border-radius: 10px;
}
.pd3-swiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s;
}
.pd3-swiper img:hover {
  transform: scale(1.08);
}
.pd3ct .dbl {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}
.pd3ct .dbl .qh {
  width: 58px;
  height: 58px;
  background-color: transparent;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 2px solid #222222;
  transition: 0.4s;
}
.pd3ct .dbl .qh i {
  font-size: 18px;
  color: #222222;
  transition: 0.4s;
}
.pd3ct .dbl .qh:hover {
  border-color: #c30d23;
  background-color: #c30d23;
}
.pd3ct .dbl .qh:hover i {
  color: #ffffff;
}
.pd3ct .dbl .qh.swiper-button-disabled {
  border-color: transparent;
  background-color: rgba(0, 0, 0, 0.1);
  cursor: not-allowed;
}
.pd3ct .dbl .qh.swiper-button-disabled i {
  color: rgba(0, 0, 0, 0.4);
}
.pd3ct .swiper-pagination {
  position: unset;
  width: max-content;
  margin: 0 250px;
  font-family: var(--font-mont-light);
  font-weight: 300;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.4);
}
.pd3ct .swiper-pagination-current {
  font-size: 24px;
  color: #c30d23;
}
.pd4-box {
  background-color: #f1f1f4;
}
.pd4ct {
  margin: 0 auto;
  padding: 100px 0 110px 0;
}
.pd4ct .pb-h3{
  font-size: 38px;
}
.pd4ct .desc {
  width: calc(100% - 250px);
  margin: 40px auto 0;
  font-family: var(--font-mont);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 24px;
  opacity: 0.7;
  text-align-last: center;
}
.pd5-box {
  overflow: hidden;
}
.pd5ct {
  padding: 100px 0;
  margin: 0 auto;
}
.pd5ct .sw-box {
  padding-left: calc((100% - 1400px) / 2);
}
.pd5ct .pd5-swiper {
  margin-top: 60px;
}
.pd5ct .pd5-swiper .swiper-slide {
  display: flex;
  height: auto;
}
.pd5ct .pd5-swiper .item {
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding-bottom: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
.pd5ct .pd5-swiper .item .txt {
  padding: 52px 40px 0 40px;
  margin-bottom: 27px;
}
.pd5ct .pd5-swiper .item .txt .number {
  font-family: var(--font-mont);
  font-weight: bold;
  font-size: 24px;
  color: #c30d23;
}
.pd5ct .pd5-swiper .item .txt .desc {
  font-family: var(--font-mont);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 26px;
  margin-top: 19px;
}
.pd5ct .pd5-swiper .item .ib {
  width: calc(100% - 24px);
  margin: 0 auto;
  height: 379px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.pd5ct .pd5-swiper .item .ib .flow {
  position: absolute;
  left: -60px;
  top: 50%;
  transform: translateY(-50%);
  font-family: var(--font-mont);
  font-weight: bold;
  font-size: 240px;
  color: #c30d23;
  line-height: 1;
}
.pd5ct .pd5-swiper .item .ib img {
  max-width: 100%;
  max-height: 100%;
}
.pd5ct .pd5-swiper-pagination {
  position: unset;
  height: 1px;
  margin-top: 80px;
  background-color: rgba(0, 0, 0, 0.1);
}
.pd5ct .swiper-pagination-progressbar-fill {
  height: 2px;
  top: -1px;
  background-color: #c30d23;
}
.pd5ct .vd {
  margin: 100px auto 0;
}
.pd5ct .vd .mide{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 25px;
}
.pd5ct .vd .ib {
  margin-top: 59px;
  position: relative;
  width: calc((100% - 50px) / 3);
  height: 300px;
  margin-right: 25px;
  margin-top: 25px;
}
.pd5ct .vd .ib:nth-of-type(3n){
    margin-right: 0;
}
.pd5ct .vd .ib img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.pd5ct .vd .ib .rund {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.pd5ct .vd .ib .rund:hover .play {
  transform: scale(1.1);
}
.pd5ct .vd .ib .rund .play {
  width: 60px;
  height: 60px;
  background: #c30d23;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  transition: 0.5s;
}
.pd5ct .vd .ib .rund .play i {
  font-size: 26px;
  color: #ffffff;
}
.pd5ct .vd .ib .rund .dw {
  width: 100%;
  height: 100%;
  background-color: rgba(195, 13, 35, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  animation: zbpulse 2.5s ease-out infinite;
}
@keyframes zbpulse {
  100% {
    transform: scale(1.5);
  }
}
.ab1-box {
  position: relative;
}
.ab1-box .bg {
  width: 100%;
  object-fit: cover;
}
.ab1ct {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ab1ct h4 {
  font-family: var(--font-mont);
  font-weight: 400;
  font-size: 60px;
  color: #ffffff;
  width: 81%;
}
.ab1-box .dbl {
  position: absolute;
  left: 50%;
  bottom: -126px;
  transform: translate(-50%, 0);
}
.ab1-box .b-nav {
  display: flex;
  align-items: center;
}
.ab1-box .b-nav a,
.ab1-box .b-nav span {
  font-family: var(--font-mont);
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  line-height: 22px;
  opacity: 0.8;
  transition: 0.4s;
}
.ab1-box .b-nav span {
  margin: 0 16px;
}
.ab1-box .b-nav a:hover {
  opacity: 1;
}
.ab1-box .numContent {
  display: flex;
  margin-top: 30px;
}
.ab1-box .numContent .item {
  width: calc(100% / 5);
  transition: 0.4s;
  padding: 30px 0 30px 30px;
  transition: 0.4s;
  position: relative;
  z-index: 1;
  background: #ffffff;
  overflow: hidden;
}
.ab1-box .numContent .item:first-of-type {
  border-radius: 10px 0 0 10px;
}
.ab1-box .numContent .item:last-of-type {
  border-radius: 0 10px 10px 0;
}
.ab1-box .numContent .item .flow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: 0.4s;
  background-color: #c30d23;
  opacity: 0;
}
.ab1-box .numContent .item .flow img {
  position: absolute;
  top: 0;
  right: 0;
}
.ab1-box .numContent .item:hover {
  box-shadow: 0px 14px 62px 0px rgba(195, 13, 35, 0.47);
}
.ab1-box .numContent .item:hover .flow {
  opacity: 1;
}
.ab1-box .numContent .item:hover .ib img {
  filter: brightness(100);
}
.ab1-box .numContent .item:hover .db .num,
.ab1-box .numContent .item:hover .db p,
.ab1-box .numContent .item:hover .wz {
  color: #ffffff;
}
.ab1-box .numContent .item:not(:last-of-type) {
  border-right: 1px solid rgba(0, 0, 0, 0.07);
}
.ab1-box .numContent .item .ib {
  height: 38px;
}
.ab1-box .numContent .item .ib img {
  max-height: 100%;
}
.ab1-box .numContent .item .db {
  display: flex;
  align-items: center;
  margin: 30px 0 5px 0;
}
.ab1-box .numContent .item .db .num,
.ab1-box .numContent .item .db p {
  font-family: var(--font-mont);
  font-weight: 400;
  font-size: 56px;
  color: #222222;
  line-height: 1;
  transition: 0.4s;
}
.ab1-box .numContent .item .wz {
  font-family: var(--font-mont);
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  transition: 0.4s;
}
.ab2-box {
  overflow: hidden;
  background-color: #f8f8f8;
}
.ab2ct {
  margin: 0 auto;
  padding: 226px 0 100px 0;
  display: flex;
  justify-content: space-between;
}
.ab2ct .left {
  width: 551px;
  padding-top: 25px;
}
.ab2ct .left h3 {
  font-family: var(--font-mont);
  font-weight: bold;
  font-size: 48px;
  color: #222222;
  line-height: 48px;
}
.ab2ct .left h3 span {
  color: #c30d23;
}
.ab2ct .left .desc {
  font-family: var(--font-mont);
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  line-height: 22px;
  opacity: 0.7;
  margin: 40px 0 85px 0;
}
.ab2ct .left .desc p:not(:first-of-type) {
  margin-top: 18px;
}
.ab2ct .left .ib {
  width: 448px;
  height: 262px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.ab2ct .left .ib img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ab2ct .left .ib .rund {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.ab2ct .left .ib .rund:hover .play {
  transform: scale(1.1);
}
.ab2ct .left .ib .rund .play {
  width: 60px;
  height: 60px;
  background: #c30d23;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  transition: 0.5s;
}
.ab2ct .left .ib .rund .play i {
  font-size: 26px;
  color: #ffffff;
}
.ab2ct .left .ib .rund .dw {
  width: 100%;
  height: 100%;
  background-color: rgba(195, 13, 35, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  animation: zbpulse 2.5s ease-out infinite;
}
.ab2ct .right {
  width: calc(100% - 551px - 160px);
}
.ab2ct .right img {
  width: 100%;
  border-radius: 10px;
}
.ab3-box {
  overflow: hidden;
}
.ab3-box .bg {
  width: 100%;
}
.ab3ct {
  margin: -125px auto 0;
  position: relative;
  z-index: 1;
  padding-bottom: 82px;
}
.ab3ct .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f8f8f8;
  border-radius: 10px;
  padding: 30px 60px 30px 30px;
}
.ab3ct .row:nth-of-type(even) {
  flex-direction: row-reverse;
  padding: 30px 30px 30px 60px;
}
.ab3ct .row:not(:first-of-type) {
  margin-top: 30px;
}
.ab3ct .row .left {
  width: 670px;
  height: 460px;
  border-radius: 10px;
  overflow: hidden;
}
.ab3ct .row .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ab3ct .row .right {
  width: calc(100% - 670px - 60px);
}
.ab3ct .row .right h4 {
  font-family: var(--font-mont);
  font-weight: bold;
  font-size: 36px;
  color: #c30d23;
}
.ab3ct .row .right .desc {
  font-family: var(--font-mont);
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  line-height: 22px;
  opacity: 0.7;
  margin: 30px 0 60px 0;
}
.ab3ct .row .right .ib {
  display: flex;
  justify-content: space-between;
}
.ab3ct .row .right .ib img {
  width: calc((100% - 10px) / 2);
  height: 152px;
  border-radius: 10px;
  object-fit: cover;
}
.ab4-box {
  background-color: #f8f8f8;
}
.ab4ct {
  padding: 100px 0;
}
.ab4ct .title h6 {
  font-family: var(--font-mont);
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  line-height: 22px;
  opacity: 0.7;
  text-align: center;
  margin: 29px auto 0;
  width: 50%;
}
.ab4-swiper {
  margin-top: 59px;
  height: 24vw;
}
.ab4-swiper .swiper-slide {
  overflow: hidden;
  border-radius: 10px;
}
.ab4-swiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s;
}
.ab4-swiper img:hover {
  transform: scale(1.08);
}
.ab4ct .dbl {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}
.ab4ct .dbl .qh {
  width: 58px;
  height: 58px;
  background-color: transparent;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 2px solid #222222;
  transition: 0.4s;
}
.ab4ct .dbl .qh:not(:last-of-type) {
  margin-right: 20px;
}
.ab4ct .dbl .qh i {
  font-size: 18px;
  color: #222222;
  transition: 0.4s;
}
.ab4ct .dbl .qh:hover {
  border-color: #c30d23;
  background-color: #c30d23;
}
.ab4ct .dbl .qh:hover i {
  color: #ffffff;
}
.ab4ct .dbl .qh.swiper-button-disabled {
  border-color: transparent;
  background-color: rgba(0, 0, 0, 0.1);
  cursor: not-allowed;
}
.ab4ct .dbl .qh.swiper-button-disabled i {
  color: rgba(0, 0, 0, 0.4);
}
.ab5-box {
  overflow: hidden;
}
.ab5ct {
  margin: 0 auto;
  padding: 100px 0;
}
.ab5ct .dbl {
  font-family: var(--font-mont);
  font-weight: 400;
  font-size: 24px;
  color: #ffffff;
  text-align: center;
  margin-top: 300px;
}
.ab5ct .sw-box {
  margin-top: 105px;
  position: relative;
}
.ab5ct .sw-box::before {
  display: block;
  content: '';
  position: absolute;
  top: 119px;
  left: 50%;
  transform: translate(-50%, 0);
  height: 1px;
  width: 100vw;
  background-color: rgba(255, 255, 255, 0.5);
}
.ab5-swiper {
  z-index: 5;
}
.ab5-swiper .qh {
  position: absolute;
  top: 90px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  background-color: #294e6b;
  transition: 0.4s;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 6;
}
.ab5-swiper .qh i {
  font-size: 18px;
  color: #ffffff;
  transition: 0.4s;
}
.ab5-swiper .prev {
  left: 20%;
}
.ab5-swiper .next {
  right: 20%;
}
.ab5-swiper .qh:hover {
  border-color: #c30d23;
  background-color: #c30d23;
}
.ab5-swiper .qh.swiper-button-disabled {
  border-color: transparent;
  background-color: #a5a5a5;
  cursor: not-allowed;
}
.ab5-swiper .qh.swiper-button-disabled i {
  color: rgba(0, 0, 0, 0.4);
}
.ab5-swiper .flow {
  display: flex;
  align-items: center;
  position: absolute;
  top: 102px;
  left: 0;
}
.ab5-swiper .flow em {
  width: 12px;
  height: 12px;
  background: #ffffff;
  border-radius: 50%;
  opacity: 0.5;
}
.ab5-swiper .flow p {
  font-family: var(--font-mont);
  font-weight: 400;
  font-size: 30px;
  color: #ffffff;
  margin-left: 33px;
}
.ab5-swiper .zs {
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: 0.3s;
  opacity: 0;
}
.ab5-swiper .zs .time {
  font-family: var(--font-mont);
  font-weight: 400;
  font-size: 90px;
  color: #ffffff;
  line-height: 1;
  text-align: center;
}
.ab5-swiper .zs .rund {
  position: relative;
  margin: 20px 0 45px 0;
}
.ab5-swiper .zs .rund .y {
  width: 20px;
  height: 20px;
  background: #ffffff;
  border-radius: 50%;
  border: 4px solid #c30d23;
}
.ab5-swiper .zs .rund .dw {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  animation: zbpulse2 2.5s ease-out infinite;
}
@keyframes zbpulse2 {
  100% {
    transform: scale(1.9);
  }
}
.ab5-swiper .zs .desc {
  font-family: var(--font-mont);
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  line-height: 28px;
  padding: 0 20px;
  text-align: center;
}
.ab5-swiper .swiper-slide-next .flow {
  left: auto;
  right: 0;
}
.ab5-swiper .swiper-slide-active .zs {
  opacity: 1;
}
.ab5-swiper .swiper-slide-active .flow {
  opacity: 0;
}
.ab6ct {
  padding: 100px 0;
  margin: 0 auto;
}
.ab6ct .why-mide {
  margin-top: 0;
}
.ab7-box {
  overflow: hidden;
  background-color: #f8f8f8;
  padding: 100px 0;
}
.ab7-box .sw-box {
  margin-top: 29px;
  padding-left: calc((100% - 1400px) / 2);
}
.ab7-swiper {
  padding: 30px 0;
}
.ab7-swiper .item {
  background: #ffffff;
  padding: 32px 32px 26px 32px;
  transition: 0.4s;
  border-bottom: 3px solid transparent;
}
.ab7-swiper .item:hover {
  border-bottom-color: #c30d23;
  box-shadow: 0px 0px 30px 0px rgba(1, 11, 30, 0.11);
}
.ab7-swiper .item:hover .txt p {
  color: #c30d23;
}
.ab7-swiper .item:hover .ib .flow {
  opacity: 1;
}
.ab7-swiper .item .ib {
  width: 100%;
  height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.ab7-swiper .item .ib .flow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 56px;
  height: 56px;
  background: #c30d23;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.4s;
  opacity: 0;
}
.ab7-swiper .item .ib .flow i {
  font-size: 18px;
  color: #ffffff;
}
.ab7-swiper .item .ib .flow:hover {
  transform: scale(1.1) translate(-50%, -50%);
}
.ab7-swiper .item .ib img {
  max-width: 100%;
  max-height: 100%;
}
.ab7-swiper .item .txt {
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  margin-top: 35px;
}
.ab7-swiper .item .txt p {
  font-family: var(--font-mont);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  transition: 0.4s;
  text-align: center;
  margin-top: 26px;
}
.ab7-swiper-pagination {
  position: unset;
  height: 1px;
  margin-top: 50px;
  background-color: rgba(0, 0, 0, 0.1);
}
.ab7-swiper-pagination .swiper-pagination-progressbar-fill {
  height: 2px;
  top: -1px;
  background-color: #c30d23;
}
.ab8-box {
  overflow: hidden;
  padding: 100px 0;
}
.ab8-box .sw-box {
  margin-top: 59px;
  padding-left: calc((100% - 1400px) / 2);
}
.ab8-box .sw-box .item {
  width: 100%;
  height: 320px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.ab8-box .sw-box .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ab8-box .sw-box .item .flow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 56px;
  height: 56px;
  background: #c30d23;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.4s;
  opacity: 0;
}
.ab8-box .sw-box .item .flow i {
  font-size: 18px;
  color: #ffffff;
}
.ab8-box .sw-box .item:hover .flow {
  opacity: 1;
}
.ab8-box .sw-box .item .flow:hover {
  transform: scale(1.1) translate(-50%, -50%);
}
.ab8-swiper-pagination {
  position: unset;
  height: 1px;
  margin-top: 80px;
  background-color: rgba(0, 0, 0, 0.1);
}
.ab8-swiper-pagination .swiper-pagination-progressbar-fill {
  height: 2px;
  top: -1px;
  background-color: #c30d23;
}
.ab8-swiper .txt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
}
.ab8-swiper .txt .db {
  display: flex;
  align-items: center;
}
.ab8-swiper .txt .db p {
  font-family: var(--font-mont);
  font-weight: 400;
  font-size: 15px;
  color: #ffffff;
}
.ab8-swiper .txt .db p:first-of-type {
  margin-right: 15px;
}
.ab8-swiper .txt h6 {
  font-family: var(--font-mont);
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  margin-top: 5px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-word;
  overflow-wrap: break-word;
}
.page {
  width: 100%;
  margin-top: 80px;
}
.page .el-pagination {
  text-align: center;
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  padding: 0px;
}
.page .el-pagination__total {
  font-family: var(--font-mont);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
}
.page .el-pagination .btn-prev {
  width: 56px;
  height: 56px;
  margin-right: 9px;
  padding: 0;
  border-radius: 50%;
  min-width: 56px;
  background-color: rgba(153, 153, 153, 0.07);
}
.page .el-pagination .btn-next {
  width: 56px;
  height: 56px;
  padding: 0;
  border-radius: 50%;
  min-width: 56px;
  background-color: rgba(153, 153, 153, 0.07);
}
.page .el-pagination .btn-prev i,
.page .el-pagination .btn-next i {
  font-size: 16px;
}
.page .el-pager li {
  width: 56px;
  height: 56px;
  text-align: center;
  line-height: 56px;
  margin-right: 9px;
  padding: 0px;
  font-family: var(--font-mont);
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  border-radius: 50%;
  transition: 0.3s;
  background-color: rgba(153, 153, 153, 0.07);
}
.page .el-pager li.active {
  background-color: #c30d23;
  color: #ffffff;
}
.page .el-pagination .el-pager li:hover {
  color: #ffffff !important;
  background-color: #c30d23;
}
.page .el-pagination .el-pager .btn-quicknext:hover {
  color: #c30d23;
}
.page .el-pagination button:hover {
  color: #c30d23;
}
.page .el-pagination button:disabled {
  color: #c0c4cc;
}
.tips {
  position: fixed;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  z-index: 999;
  display: none;
}
.tips .item {
  width: 100px;
  height: 100px;
  background: #ffffff;
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  transition: 0.4s;
  display: block;
  position: relative;
  cursor: pointer;
}
.tips .item:not(:first-child) {
  margin-top: 10px;
}
.tips .item .zs {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.tips .item .zs img {
  transition: 0.4s;
}
.tips .item .zs p {
  text-align: center;
  font-family: var(--font-mont);
  font-weight: 400;
  font-size: 14px;
  color: #444444;
  margin-top: 12px;
  transition: 0.4s;
}
.tips .item:hover {
  background-color: #c30d23;
}
.tips .item:hover .zs img {
  filter: brightness(10);
}
.tips .item:hover .zs p {
  color: #ffffff;
}
.tips .item .flow {
  position: absolute;
  top: 50%;
  right: 100%;
  transform: translateY(-50%) scaleX(0);
  opacity: 0;
  transform-origin: right;
  padding-right: 10px;
  transition: 0.5s;
}
.tips .item:hover .flow {
  transform: translateY(-50%) scaleX(1);
  opacity: 1;
}
.tips .item .flow .rq {
  position: relative;
  background-color: #c30d23;
  border-radius: 6px;
  padding: 5px;
}
.tips .item .flow .rq::after {
  display: block;
  content: '';
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  border-left: 5px solid #c30d23;
  border-right: 5px solid transparent;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
.tips .item .flow .rq img {
  width: 90px;
}
.tips .item .flow .rq .wz {
  width: max-content;
  max-width: 170px;
  word-wrap: break-word;
  font-family: var(--font-mont);
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  padding: 5px;
}
.tips .item .flow .rq .wz a {
  color: #ffffff;
}
.ft-box {
  background-color: #eeeeee;
}
.ftct {
  margin: 0 auto;
  padding-top: 80px;
}
.ftct .top {
  display: flex;
  justify-content: space-between;
}
.ftct .top .left {
  width: 318px;
}
.ftct .top .left p {
  font-family: var(--font-mont);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 22px;
  opacity: 0.7;
  margin-top: 29px;
}
.ftct .top .mide {
  display: flex;
}
.ftct .top .mide .item:not(:last-of-type) {
  margin-right: 105px;
}
.ftct .top .mide .item h3 {
  font-family: var(--font-mont);
  font-weight: 500;
  font-size: 22px;
  color: #222222;
}
.ftct .top .mide .item .txt {
  margin-top: 30px;
}
.ftct .top .mide .item .txt a {
  font-family: var(--font-mont);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  opacity: 0.7;
  transition: 0.4s;
  display: block;
}
.ftct .top .mide .item .txt a:not(:first-of-type) {
  margin-top: 12px;
}
.ftct .top .mide .item .txt a:hover {
  color: #c30d23;
  opacity: 1;
  text-decoration: underline;
}
.ftct .top .right {
  width: 470px;
}
.ftct .top .right p {
  font-family: var(--font-mont);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 24px;
  opacity: 0.7;
}
.ftct .top .right .email-form {
  display: flex;
  align-items: center;
  width: 100%;
  height: 60px;
  background: #ffffff;
  border-radius: 4px;
  padding-right: 5px;
  margin: 22px 0 40px 0;
}
.ftct .top .right .email-form input {
  width: calc(100% - 112px);
  border: none;
  background-color: transparent;
  outline: none;
  border-radius: 0;
  height: 100%;
  padding: 0 15px;
  font-family: var(--font-mont-light);
  font-weight: 300;
  font-size: 16px;
  color: #222222;
}
.ftct .top .right .email-form input::placeholder {
  color: #bbbbbb;
}
.ftct .top .right .email-form button {
  border: none;
  outline: none;
  padding: 0;
  width: 112px;
  height: calc(100% - 10px);
  background: #c30d23;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-mont);
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
}
.ftct .top .right .icon {
  display: flex;
}
.ftct .top .right .icon a:not(:last-of-type) {
  margin-right: 26px;
}
.ftct .top .right .icon a {
  position: relative;
}
.ftct .top .right .icon a::after {
  display: block;
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -5px;
  background-color: #c30d23;
  transition: 0.4s;
}
.ftct .top .right .icon a:hover::after {
  width: 30px;
}
.ftct .top .right .icon a .flow {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scaleY(0);
  bottom: 100%;
  padding-bottom: 12px;
  opacity: 0;
  transition: 0.4s;
  transform-origin: bottom;
}
.ftct .top .right .icon a:hover .flow {
  transform: translateX(-50%) scaleY(1);
  opacity: 1;
}
.ftct .top .right .icon a .flow .rq {
  border-radius: 6px;
  padding: 5px;
  background-color: #c30d23;
  position: relative;
}
.ftct .top .right .icon a .flow .rq img {
  width: 90px;
}
.ftct .top .right .icon a .flow .rq::after {
  display: block;
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #c30d23;
  border-bottom: 5px solid transparent;
}
.ftct .bottom {
  display: flex;
  justify-content: center;
  border-top: 1px solid #dcdcdc;
  padding: 27px 0;
  margin-top: 110px;
}
.ftct .bottom a {
  font-family: var(--font-mont);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  opacity: 0.7;
}
@media only screen and (max-width: 1560px) {
  .ab8-swiper .txt {
    padding: 15px;
  }
  .pd4ct .pb-h3{
     font-size: 30px;
  }
  .center-1400 {
    width: 1100px;
  }
  .headerct .nav li:not(:last-of-type) {
    margin-right: 35px;
  }
  .headerct .search {
    margin-left: 55px;
  }
  .i1-swiper .item {
    padding: 20px 35px 20px 25px;
  }
  .i1-swiper .item .ib {
    width: 57px;
  }
  .i1-swiper .item .txt {
    width: calc(100% - 57px - 25px);
  }
  .i1-swiper .item .txt h6 {
    font-size: 19px;
  }
  .pb-h3 {
    font-size: 40px;
  }
  .why-mide .rq .item {
    padding: 34px 27px 28px 27px;
  }
  .why-mide .rq .item .ib {
    height: 44px;
  }
  .why-mide .rq .item h4 {
    font-size: 17px;
    margin: 20px 0 14px 0;
    line-height: 21px;
    height: 42px;
  }
  .why-mide .rq .item .txt p {
    font-size: 13px;
  }
  .i2-swiper .item .txt h4 {
    font-size: 17px;
  }
  .i3ct .top .right {
    width: 660px;
  }
  .i3ct .bottom .numContent {
    padding-top: 30px;
  }
  .i3ct .bottom .numContent .item .sz .num,
  .i3ct .bottom .numContent .item .sz p {
    font-size: 50px;
  }
  .i3ct .bottom .numContent {
    width: 430px;
  }
  .i3ct .bottom .vd-box {
    width: 570px;
    height: 380px;
    margin-left: -20px;
  }
  .i3ct .bottom .numContent .item:nth-of-type(3),
  .i3ct .bottom .numContent .item:nth-of-type(4) {
    margin-top: 90px;
  }
  .i3ct .marquee {
    font-size: 110px;
  }
  .news-list li a img {
    height: 190px;
    margin-bottom: 28px;
  }
  .news-list li a {
    padding: 15px 15px 36px;
  }
  .news-list li a .more {
    margin-top: 40px;
  }
  .news-list li a .txt h6 {
    margin: 10px 0 15px 0;
  }
  .i5ct .mide {
    padding: 80px 80px 70px 80px;
  }
  .i5ct .mide .right {
    width: 468px;
  }
  .i5ct .mide .left {
    width: calc(100% - 468px - 48px);
  }
  .ftct .top .right {
    width: 380px;
  }
  .ftct .top .mide .item:not(:last-of-type) {
    margin-right: 55px;
  }
  .mySwiper .ct h1 {
    font-size: 48px;
  }
  .mySwiper .ct .rq {
    width: 540px;
  }
  .mySwiper .ct h6 {
    margin: 20px 0 45px 0;
  }
  .i5ct .mide .left .row .txt h6 {
    font-size: 17px;
  }
  .banner .bg {
    min-height: 450px;
  }
  .banner .ct h1 {
    font-size: 90px;
  }
  .banner .b-nav {
    padding: 26px 0;
    margin-top: 24px;
  }
  .c1ct .top .left {
    font-size: 30px;
    width: calc(100% - 550px - 50px);
  }
  .c1ct .mide .right {
    width: 550px;
  }
  .c1ct .mide .right .row .txt .desc {
    font-size: 20px;
  }
  .c1ct .top .right {
    width: 550px;
  }
  .c1ct .mide .left {
    width: calc(100% - 550px - 50px);
    height: 470px;
  }
  .c1ct .mide .right .row {
    padding: 28px 0;
  }
  .c1ct .mide {
    margin-top: 80px;
  }
  .c2ct .mide {
    padding: 63px 200px 90px 200px;
  }
  .ab1-box .bg {
    min-height: 600px;
  }
  .ab1ct h4 {
    font-size: 48px;
  }
  .ab1-box .numContent .item .db .num,
  .ab1-box .numContent .item .db p {
    font-size: 46px;
  }
  .ab1-box .numContent .item .db {
    margin: 25px 0 5px 0;
  }
  .ab1-box .numContent .item {
    padding: 25px 0 25px 25px;
  }
  .ab2ct .left h3 {
    font-size: 40px;
  }
  .ab2ct .left .desc {
    margin: 25px 0 50px 0;
  }
  .ab2ct .left {
    width: 450px;
    padding-top: 10px;
  }
  .ab2ct .left .ib {
    width: 370px;
    height: 220px;
  }
  .ab2ct .right {
    width: calc(100% - 450px - 100px);
  }
  .ab3ct .row {
    padding: 25px 40px 25px 25px;
  }
  .ab3ct .row:nth-of-type(even) {
    padding: 25px 25px 25px 40px;
  }
  .ab3ct .row .right .desc {
    margin: 20px 0 40px 0;
  }
  .ab3ct .row .right .ib img {
    height: 120px;
  }
  .ab3ct .row .left {
    width: 550px;
    height: 370px;
  }
  .ab3ct .row .right {
    width: calc(100% - 550px - 50px);
  }
  .ab3ct .row .right h4 {
    font-size: 30px;
  }
  .ab5ct .dbl {
    margin-top: 250px;
  }
  .ab7-box .sw-box {
    padding-left: calc((100% - 1100px) / 2);
  }
  .ab7-swiper .item {
    padding: 27px 27px 23px 27px;
  }
  .ab7-swiper .item .ib {
    height: 210px;
  }
  .ab8-box .sw-box {
    padding-left: calc((100% - 1100px) / 2);
  }
  .ab8-box .sw-box .item {
    height: 220px;
  }
  .nd1ct .mide .row h3 {
    font-size: 30px;
  }
  .nd2ct .left {
    width: calc(100% - 370px - 40px);
  }
  .nd2ct .right .tj h3 {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .nd2ct .right {
    width: 370px;
  }
  .nd2ct .right .tj-list a h6 {
    font-size: 17px;
    line-height: 21px;
    height: 42px;
  }
  .nd2ct .right .tj {
    padding: 38px;
  }
  .nd2ct .right .tj-list a {
    padding: 20px 0;
  }
  .n1-swiper a .left {
    width: 650px;
    height: 430px;
  }
  .n1-swiper a .right {
    width: calc(100% - 650px - 50px);
  }
  .n1-swiper a .right h3 {
    font-size: 21px;
    line-height: 33px;
    height: 99px;
    margin: 23px 0 30px 0;
  }
  .n-more {
    margin-top: 85px;
  }
  .pd1ct .mide .right {
    width: 550px;
  }
  .pd1ct .mide .left {
    width: calc(100% - 550px - 90px);
  }
  .pd1ct .mide .left .line::before {
    width: 90px;
  }
  .pd1ct .mide .left h3 {
    font-size: 40px;
  }
  .pd1ct .mide .left .line {
    margin: 27px 0;
  }
  .pd1ct .mide .left .db {
    margin-top: 70px;
  }
  .pd1ct .mide .desc-swiper {
    width: 450px;
    height: 360px;
  }
  .pd1ct .mide .time-swiper {
    width: 87px;
    height: 360px;
  }
  .pd2ct .con .row .right {
    width: 210px;
  }
  .pd2ct .con .row .left {
    width: calc(100% - 210px - 58px);
  }
  .pd2ct .con .row .left .dbl .ib {
    width: 360px;
  }
  .pd2ct .con .row .left .dbl .txt {
    width: calc(100% - 360px - 60px);
  }
  .pd2ct .con .row .left .dbl .txt p::before {
    right: calc(100% + 20px);
  }
  .pd2ct .con .row .left .dbl .txt p:not(:first-of-type) {
    margin-top: 25px;
  }
  .bento-item .title {
    font-size: 16px;
  }
  .bento-item .content {
    font-size: 14px;
    margin-top: 10px;
  }
  .bento-item {
    padding: 25px;
  }
  .bento-grid {
    gap: 20px;
  }
  .bento-item .content p:not(:first-of-type) {
    margin-top: 5px;
  }
  .pd5ct .sw-box {
    padding-left: calc((100% - 1100px) / 2);
  }
  .pd5ct .pd5-swiper .item .txt {
    padding: 42px 30px 0 30px;
    margin-bottom: 22px;
  }
  .pd5ct .pd5-swiper .item .txt .desc {
    margin-top: 14px;
  }
  .pd5ct .pd5-swiper .item .txt .number {
    font-size: 22px;
  }
  .pd5ct .pd5-swiper .item .ib {
    height: 320px;
  }
  .pd5ct .pd5-swiper .item .ib .flow {
    font-size: 200px;
    left: -50px;
  }
  .pd5ct .vd .ib {
     height: 230px;
  }
  .p1ct .left .item .one a {
    font-size: 18px;
  }
  .p1ct .left {
    width: 280px;
  }
  .p1ct .right {
    width: calc(100% - 280px - 60px);
  }
  .pro-list li a p {
    font-size: 20px;
  }
  .pro-list li a {
    height: 275px;
  }
  .ftct .top .left {
    width: 300px;
  }
  .tips .item {
    width: 80px;
    height: 80px;
  }
  .tips .item .zs p {
    font-size: 12px;
    margin-top: 8px;
  }
  .tips .item .zs img {
    transform: scale(0.8);
  }
}
