@charset "UTF-8";
.header {
  position: static !important;
}

.zoom-img-box .zoom-img {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  cursor: pointer;
}
.zoom-img-box .zoom-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 450ms;
}
.zoom-img-box:hover .zoom-img img {
  width: 105%;
  height: 105%;
}

.entry {
  height: 0;
}

.banner {
  width: 100%;
  position: relative;
}
.banner img {
  width: 100%;
  height: auto;
}
.banner .text {
  position: absolute;
  left: 12.5%;
  top: 50%;
  transform: translateY(-50%);
}
.banner .text .en {
  font-size: 36px;
  font-weight: bold;
  color: #E5000E;
  line-height: 52px;
  margin-bottom: 7px;
}
.banner .text .zh {
  font-size: 42px;
  font-weight: bold;
  color: #E5000E;
  line-height: 61px;
}

.page-tabbar {
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
}
.page-tabbar .tab {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-tabbar .tab .right {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-tabbar .tab .right img {
  width: 19px;
  height: 17px;
  margin-right: 6px;
}
.page-tabbar .tab .right a {
  font-size: 16px;
  color: #666666;
  line-height: 26px;
  flex-shrink: 0;
}
.page-tabbar .tab .left {
  display: flex;
  align-items: center;
}
.page-tabbar .tab .left a {
  padding: 22px 0;
  margin-right: 80px;
  position: relative;
  overflow: hidden;
  transition: 450ms;
  font-size: 16px;
}
.page-tabbar .tab .left a::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 3px;
  background: #E5000E;
  bottom: 0;
  transition: 450ms;
}
.page-tabbar .tab .left .active {
  color: #E5000E;
}
.page-tabbar .tab .left .active::after {
  width: 100%;
}

.container-fluid {
  padding: 0 !important;
}
.container-fluid .bg-img {
  z-index: -4;
}

@media (min-width: 768px) {
  .container.page {
    padding: 3.125vw 1.5625vw !important;
  }
}
.container.page .top-title {
  margin-bottom: 40px;
}
.container.page .top-title .name {
  font-size: 30px;
  font-weight: bold;
  color: #000000;
  line-height: 30px;
  margin-bottom: 9px;
}
.container.page .top-title .en {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 26px;
  text-transform: uppercase;
}

.anchorBL {
  display: none;
}

.label {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.label > p {
  width: 100%;
}
.label > p img {
  margin: 12px auto;
  display: block;
}
.label td {
  padding: 14px 23px;
  font-size: 18px;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
  border: 1px solid #D8D8D8;
}
.label div {
  width: 100%;
  text-align: end !important;
}
.label div:nth-child(4) {
  font-size: 24px;
  font-weight: 700;
  color: #000000;
  line-height: 26px;
  margin-top: 40px;
  margin-bottom: 16px;
}
.label div {
  font-size: 24px;
  font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  font-weight: 400;
  color: #000000;
  line-height: 26px;
}

table {
  width: 100% !important;
  transform: scale(0.86);
}
table tr:first-child {
  background: #E6E6E6;
}
table tr:first-child td {
  color: white;
}
table tr:first-child td {
  padding: 26px 0;
  font-size: 24px !important;
  font-weight: bold;
  color: #000000;
  line-height: 30px;
}
table tr {
  text-align: center;
}
table td {
  background: #EFEFEF;
  font-size: 18px;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
}

.page-continuity__bottom > .page-box {
  padding-left: 32px !important;
  padding-right: 32px !important;
}

.black-block tr:first-child {
  background: #E6E6E6;
}
.black-block tr:first-child td:first-child {
  color: white;
  background: #979797;
}
.black-block tr:first-child td {
  color: white;
}
.black-block tr:first-child td {
  padding: 26px 0;
  font-size: 24px !important;
  font-weight: bold;
  color: #000000;
  line-height: 30px;
}

.table-out + .table-out {
  margin-top: 80px;
}

.table-out .bottom-tip .say {
  margin-bottom: 12px;
}
.table-out .table-bottom-img {
  margin-top: 40px;
}
.table-out .mt-30 {
  margin-top: 30px;
}
.table-out .text + .text {
  margin: 0;
}
.table-out .text {
  font-size: 16px;
  margin-bottom: 10px !important;
}

.box-shadow-img {
  z-index: -1;
  position: relative;
}
.box-shadow-img img {
  z-index: -1;
}
.box-shadow-img .box-shadow {
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
}

.zs-list li {
  width: 100%;
  margin-bottom: 20px;
}
.zs-list li:nth-child(odd) a {
  display: grid;
  grid-template-columns: 74.6% 25.4%;
}
.zs-list li:nth-child(even) a {
  display: grid;
  grid-template-columns: 25.4% 74.6%;
}
.zs-list li:nth-child(even) a .left {
  grid-column-start: 2;
}
.zs-list li:nth-child(even) a .right {
  grid-column-start: 1;
  grid-row-start: 1;
}
.zs-list .red-icon {
  display: none;
}
.zs-list li:hover .white-icon {
  display: none;
}
.zs-list li:hover .red-icon {
  display: block;
}
.zs-list .left {
  aspect-ratio: 100/39;
}
.zs-list .right {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0 40px;
  background-color: #F9F9F9;
}
.zs-list .right .name {
  font-size: 26px;
  color: #333333;
  line-height: 38px;
  padding-bottom: 16px;
  border-bottom: 1px solid #E8E9EC;
  margin-bottom: 25px;
}
.zs-list .right .detail {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  margin-bottom: 32px;
}
.zs-list .right .look-detail span {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
  margin-right: 14px;
}
.zs-list .right .look-detail img {
  width: 26px;
  height: 26px;
  animation: small-left-right 1s linear infinite;
}

.line-active::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #E5000E;
  left: 0;
  bottom: 0;
}

.line-active > a {
  color: #E5000E;
  font-weight: bold;
}

.video-play-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.video-play-box video {
  width: 65vw;
}
.video-play-box .cha {
  width: 24px;
  height: 24px;
  position: absolute;
  right: -36px;
  top: -36px;
  cursor: pointer;
}

.yrln p, .yrln span {
  line-height: 32px;
}

.header-lang-item {
  width: 1.875vw;
  height: 1.875vw;
  font-size: 0.9375vw;
}
.header-lang-item::before {
  width: 1.25vw;
  height: 1.25vw;
}

.component-search-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 123456789;
  background-color: #fff;
  display: none;
}

.page-search {
  padding: 32px 0 20px;
  max-width: 1000px;
}
.page-search img {
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.page-search .left {
  margin-right: 40px;
  border-bottom: 1px solid #E8E9EC;
}
.page-search input {
  font-size: 18px;
  color: #333333;
  line-height: 26px;
  padding-bottom: 11px;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .zs-list .right .detail {
    font-size: 14px;
  }
  .zs-list .right .name {
    font-size: 24px;
    margin-bottom: 12px;
    line-height: 1.6;
  }
}
@media (max-width: 992px) {
  .entry {
    height: 62px !important;
  }
  .container {
    padding: 24px 16px;
  }
  .bg-img {
    z-index: -1;
  }
  .zh-en-title .en {
    font-size: 22px;
    color: #999999;
    line-height: 32px;
    margin-bottom: 4px;
  }
  .zh-en-title .zh {
    font-size: 18px;
    color: #333333;
    line-height: 26px;
    padding-bottom: 26px;
    position: relative;
    font-weight: bold;
  }
  .zh-en-title .zh::after {
    content: "";
    position: absolute;
    display: block;
    width: 24px;
    height: 2px;
    background-color: #E5000E;
    bottom: 20px;
    left: calc(50% - 12px);
  }
  table {
    width: max-content !important;
    transform: scale(1) !important;
  }
  table td {
    font-size: 14px !important;
  }
  .black-block tr td {
    min-width: 140px;
  }
  .black-block tr:first-child {
    background: #E6E6E6;
  }
  .black-block tr:first-child td:first-child {
    color: white;
    background: #979797;
  }
  .black-block tr:first-child td {
    color: white;
  }
  .black-block tr:first-child td {
    padding: 26px 0;
    font-size: 18px !important;
    font-weight: bold;
    color: #000000;
    line-height: 30px;
  }
  header {
    height: auto !important;
    padding: 0 !important;
  }
  header .red-icon {
    display: none;
  }
  header .active > div > a {
    color: #E5000E !important;
  }
  header .active > div > .noactive {
    display: none;
  }
  header .active > div > .yesactive {
    display: block;
  }
  header .active > a {
    color: #E5000E !important;
  }
  header .top {
    padding: 6px 16px;
    background: #FFFFFF;
  }
  header .top img:first-child {
    width: 122px;
    height: 50px;
  }
  header .top .state .navbar-state {
    width: 20px;
    height: 20px;
  }
  header .top .state img:last-child {
    display: none;
  }
  header .mb-select-list {
    display: none;
    height: calc(100vh - 52px);
    padding-top: 3px;
    background: white;
    overflow-y: scroll;
    /*折叠*/
    /*默认折叠*/
  }
  header .mb-select-list .t0 {
    min-height: calc(100% + 1px);
  }
  header .mb-select-list .t0 > li {
    border-bottom: 1px solid #E8E9EC;
  }
  header .mb-select-list .t0 > li .t0-item {
    padding: 16px 20px;
  }
  header .mb-select-list .t0 > li .t0-item a {
    font-size: 18px;
  }
  header .mb-select-list li {
    font-size: 16px;
  }
  header .mb-select-list li .icon {
    width: 20px;
    height: 20px;
  }
  header .mb-select-list li .icon img {
    width: 100%;
    height: 100%;
  }
  header .mb-select-list li .icon img:last-child {
    display: none;
  }
  header .mb-select-list .t1 li {
    border-top: 1px solid #B5B5B5;
    color: rgba(0, 0, 0, 0.4);
    font-size: 14px;
  }
  header .mb-select-list .t1 li .t1-item {
    padding: 14px 20px 14px 18px;
  }
  header .mb-select-list .t1 li .t1-item a {
    color: #666666;
    font-size: 16px;
  }
  header .mb-select-list .t1 li:last-child {
    padding-bottom: 0;
  }
  header .mb-select-list .t2 li {
    font-size: 14px;
    border-top: 1px solid #B5B5B5;
    color: rgba(0, 0, 0, 0.4);
  }
  header .mb-select-list .t2 li .t2-item {
    padding: 14px 0 14px 20px;
  }
  header .mb-select-list .t2 li .t2-item a {
    font-size: 16px;
    color: #666666;
  }
  header .mb-select-list .t3 li {
    border-top: 1px solid #B5B5B5;
    color: rgba(0, 0, 0, 0.4);
    font-size: 14px;
  }
  header .mb-select-list .t3 li .t2-item {
    padding: 14px 0 14px 54px;
  }
  header .mb-select-list .t1, header .mb-select-list .t2, header .mb-select-list .t3 {
    padding-left: 20px;
    display: none;
  }
  header .yesactive {
    display: none;
  }
  footer .contentUs {
    padding: 20px 16px;
    background-color: rgb(54, 54, 54);
  }
  footer .contentUs .info-item {
    margin-top: 14px;
    display: flex;
  }
  footer .contentUs .info-item img {
    width: 16px;
    height: 16px;
    margin-right: 4px;
    display: inline-block;
    line-height: 20px;
  }
  footer .contentUs .info-item p {
    flex: 1;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 20px;
  }
  footer .contentUs .ewm img {
    width: 90px;
    height: 90px;
    margin-right: 16px;
  }
  footer .contentUs .ewm .name {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 26px;
  }
  footer .contentUs .ewm .sys {
    font-size: 14px;
    color: #FFFFFF;
    line-height: 20px;
  }
  footer .beian {
    padding: 14px 16px;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 20px;
    background: #212121;
  }
  footer .beian span {
    margin-left: 10px;
  }
  .tab {
    display: block !important;
    padding: 0 8px !important;
    overflow-x: scroll;
    width: 100%;
  }
  .tab::-webkit-scrollbar {
    display: none;
  }
  .tab .left {
    min-width: 100%;
    flex-wrap: nowrap;
  }
  .tab .left a {
    margin-right: 32px !important;
    padding: 18px 0 !important;
    font-size: 14px !important;
  }
  .page.container {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    padding-left: 16px;
    padding-right: 16px;
  }
  .page.container .top-title {
    margin-bottom: 20px;
  }
  .page.container .top-title .name {
    font-size: 18px;
    margin-bottom: 4px;
  }
  .page.container .top-title .en {
    font-size: 14px;
  }
  .page.container p img {
    width: 100%;
  }
  .banner .text .en {
    font-size: 18px;
    line-height: 26px;
  }
  .banner .text .zh {
    font-size: 22px;
    line-height: 32px;
  }
  .zs-list a {
    display: block !important;
  }
  .zs-list .right {
    padding: 12px 16px 12px;
  }
  .zs-list .right .mb-see-detail {
    font-size: 12px;
    color: #E5000E;
    line-height: 24px;
  }
  .zs-list .right .look-detail {
    display: none !important;
  }
  .zs-list .right .name {
    text-align: center;
    font-size: 18px;
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
  }
  .zs-list .right .detail {
    margin-bottom: 0;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .label {
    display: flex;
    justify-content: start;
    width: 100%;
    overflow-x: scroll;
  }
  .label div {
    text-align: center !important;
  }
  .label div:nth-child(4) {
    font-size: 18px;
    margin-top: 24px;
    margin-bottom: 8px;
  }
  .label div:nth-child(5) {
    font-size: 14px !important;
    margin-bottom: 12px;
  }
  * {
    overscroll-behavior: auto;
  }
  .label::-webkit-scrollbar {
    width: 4px;
    height: 4px;
  }
  .label::-webkit-scrollbar-thumb {
    background: #B5261F;
    border-radius: 10px;
  }
  .label::-webkit-scrollbar-track {
    background: rgb(239, 239, 239);
    border-radius: 2px;
  }
  .table-out > img {
    width: 100%;
  }
  .video-play-box video {
    width: 100vw;
  }
  .video-play-box .cha {
    width: 20px;
    height: 20px;
    right: 10px;
    top: -30px;
  }
}
@keyframes small-left-right {
  25% {
    transform: translateX(-5px);
  }
  75% {
    transform: translateX(5px);
  }
}
@keyframes mb-left-right {
  25% {
    transform: translateX(-1px);
  }
  75% {
    transform: translateX(1px);
  }
}
@keyframes go-right {
  to {
    right: 30px;
  }
}
.drag-box {
  border-radius: 4px;
  bottom: 20px;
  left: 20px;
  overflow: hidden;
}
.drag-box .data-box {
  background: white;
  padding: 10px 20px;
}
.drag-box .control-header {
  background: #6696FF;
  padding: 8px 13px 8px 20px;
}
.drag-box .control-header div {
  margin-right: 67px;
}
.drag-box .control-header div .name {
  font-size: 20px;
  margin-right: 7px;
}
.drag-box .control-header div .time {
  font-size: 14px;
}
.drag-box .control-header img {
  width: 18px;
  height: auto;
  cursor: pointer;
}
.drag-box .top {
  margin-bottom: 20px;
}
.drag-box .top .name {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  line-height: 35px;
}
.drag-box .top .text {
  font-size: 18px;
  color: #333333;
  line-height: 26px;
  margin-right: 10px;
}
.drag-box .top .zd {
  display: flex;
  align-items: center;
}
.drag-box .top .num img {
  height: 18px;
  width: auto;
}
.drag-box .top .num span {
  font-size: 18px;
  font-weight: bold;
  color: #E5000E;
  line-height: 26px;
}
.drag-box .top .die {
  color: forestgreen !important;
}
.drag-box .grid-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  text-align: center;
}
.drag-box .center {
  margin-bottom: 12px;
}
.drag-box .center span {
  font-size: 18px;
  color: #666666;
  line-height: 26px;
}
.drag-box .bottom {
  padding-bottom: 30px;
}
.drag-box .bottom span {
  font-size: 22px;
  font-weight: bold;
  color: #000000;
  line-height: 32px;
  display: block;
  width: 100%;
  text-align: center;
}
.drag-box .bottom p {
  text-align: center;
  font-size: 16px;
  color: #666666;
  line-height: 23px;
}

.leave-msg {
  z-index: 8848;
  position: fixed;
  right: 4px;
  color: white;
  font-weight: bold;
  font-size: 14px;
  bottom: 20%;
  padding: 8px 12px;
  border-radius: 8px;
  cursor: pointer;
  background-color: rgb(102, 150, 255);
  display: flex;
  align-items: center;
}

.alert-msg-box {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 50000;
  width: 838px;
  height: 646px;
  display: none;
  border-radius: 8px;
  overflow: hidden;
}
.alert-msg-box .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 40px;
  background: #6696FF;
}
.alert-msg-box .top span {
  font-size: 20px;
  color: #FFFFFF;
  line-height: 38px;
}
.alert-msg-box .top img {
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.alert-msg-box .bottom {
  padding: 30px 40px;
  background: white;
  display: flex;
  justify-content: space-between;
}
.alert-msg-box .bottom .table {
  padding-right: 30px;
  border-right: 1px solid #E8E9EC;
  flex: 1;
  margin-bottom: 0;
}
.alert-msg-box .bottom .table button {
  padding: 10px 40px;
  background: #6696FF;
  display: block;
  margin: 40px auto 0;
  color: white;
  font-size: 18px;
}
.alert-msg-box .bottom .table .input + .input {
  margin-top: 10px;
}
.alert-msg-box .bottom .table .input {
  display: flex;
  align-items: flex-start;
  padding: 18px 10px;
  border-radius: 2px;
  border: 1px solid #E8E9EC;
  min-width: 26.042vw;
}
.alert-msg-box .bottom .table .input img {
  width: 20px;
  height: auto;
  object-fit: cover;
  margin-top: 2px;
  margin-right: 20px;
}
.alert-msg-box .bottom .table .input input {
  flex: 1;
  font-size: 16px;
  color: #666666;
  line-height: 23px;
}
.alert-msg-box .bottom .table .input textarea {
  flex: 1;
  font-size: 16px;
  color: #666666;
  line-height: 23px;
  min-height: 150px;
}
.alert-msg-box .bottom .img-text-introduce {
  padding-left: 30px;
}
.alert-msg-box .bottom .img-text-introduce img {
  width: 196px;
  height: 66px;
  object-fit: cover;
  margin-bottom: 20px;
}
.alert-msg-box .bottom .img-text-introduce .content {
  font-size: 16px;
  color: #333333;
  line-height: 26px;
}

.page-application__container-item__content-title {
  color: white;
}

.die {
  color: green !important;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .indexDiv .page-item__title {
    font-size: 40px !important;
  }
}
@media (max-width: 992px) {
  .leave-msg, .alert-msg-box {
    display: none !important;
  }
  .swiper {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  .swiper-slide {
    position: relative;
  }
  .swiper-slide img {
    object-fit: cover;
    height: auto;
    aspect-ratio: 342/210;
  }
  .swiper-slide-bg {
    width: 100%;
    object-fit: cover;
  }
  .swiper .swiper-pagination {
    bottom: 0;
  }
  .swiper-pagination {
    width: 100%;
    height: auto;
    /* 默认透明度 */
    --swiper-pagination-bullet-inactive-opacity: 1;
    /* 选中背景色 */
    --swiper-pagination-color: rgba(229, 0, 14, 1);
  }
  .swiper-pagination.home-swiper-pagination {
    /* 间距 */
    --swiper-pagination-bullet-horizontal-gap: 8px;
    /* 默认宽度 */
    --swiper-pagination-bullet-width: 20px;
    /* 默认高度 */
    --swiper-pagination-bullet-height: 3px;
    /* 默认背景色 */
    --swiper-pagination-bullet-inactive-color: rgba(255, 255, 255, 0.5);
    bottom: 8px;
  }
  .swiper-pagination.news-swiper-pagination {
    /* 默认宽度 */
    --swiper-pagination-bullet-width: 8px;
    /* 默认高度 */
    --swiper-pagination-bullet-height: 8px;
    /* 间距 */
    --swiper-pagination-bullet-horizontal-gap: 7px;
    /* 默认背景色 */
    --swiper-pagination-bullet-inactive-color: rgba(199, 199, 199, 0.2);
    bottom: 0;
  }
  .home-swiper-pagination .swiper-pagination-bullet {
    border-radius: 0;
  }
  .introduce p {
    text-indent: 2em;
    font-size: 14px;
    color: #333333;
    line-height: 32px;
  }
  .introduce a {
    font-size: 12px;
    color: #E5000E;
    line-height: 17px;
  }
  .page-about__footer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 16px;
  }
  .page-about__footer-item {
    margin-bottom: 20px;
  }
  .page-about__footer-item:last-child {
    margin-bottom: 0;
  }
  .page-about__footer-item__num {
    text-align: center;
    margin-bottom: 4px;
  }
  .page-about__footer-item__num .count-to {
    font-size: 26px;
    color: #333333;
    font-weight: bold;
    font-family: YouSheBiaoTiHei;
  }
  .page-about__footer-item__num .relative {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .page-about__footer .page-about__footer-item__num-more {
    position: static !important;
  }
  .page-about__footer .page-about__footer-item__num {
    line-height: inherit !important;
  }
  .page-about__footer-item__text {
    font-size: 14px;
    color: #666666;
    text-align: center;
  }
  .page-about__container-right {
    width: 100%;
    height: auto;
    position: relative;
    opacity: 1;
    transform: translateX(0);
    margin-left: 0;
  }
  .page-about__container-right .hide {
    display: none;
  }
  .page-about__container-right video {
    width: 100%;
  }
  .page-about__container-right img {
    width: 26px;
    height: 26px;
    margin: 0 auto 5px;
  }
  .page-about__container-right span {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 16px;
  }
  .product .box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .product .box div > div {
    z-index: -1;
  }
  .product .box div > div::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .product .box div > div img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -2;
  }
  .product .box > div {
    padding: 20px 40px 40px 40px;
  }
  .product .box .img {
    z-index: -1;
  }
  .product .box .img img {
    z-index: -1;
  }
  .product .box .img .box-shadow {
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
  }
  .product .box .title {
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 23px;
    margin-bottom: 14px;
  }
  .product .box .list-child {
    font-size: 14px;
    color: #FFFFFF;
    line-height: 20px;
    margin-bottom: 8px;
  }
  .product .box .list-child:last-child {
    margin-bottom: 12px;
  }
  .product .box .see-more {
    display: flex;
    align-items: center;
    margin-top: 12px;
  }
  .product .box .see-more span {
    font-size: 12px;
    color: #FFFFFF;
    line-height: 30px;
    margin-right: 12px;
  }
  .product .box .see-more img {
    width: 22px;
    height: 22px;
    animation: mb-left-right 1s linear infinite;
  }
  .usearea li {
    margin-bottom: 16px;
  }
  .usearea .box-shadow {
    padding: 16px 16px 19px 16px;
  }
  .usearea .box-shadow .title {
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 23px;
    margin-bottom: 8px;
  }
  .usearea .box-shadow .en {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 17px;
    margin-bottom: 10px;
  }
  .usearea .box-shadow .see-detail {
    font-size: 12px;
    color: #FFFFFF;
    line-height: 17px;
  }
  .dySwiper {
    padding-bottom: 22px;
  }
  .dySwiper .swiper-pagination-bullet {
    background-color: #C7C7C7;
  }
  .dySwiper .swiper-pagination-bullet-active {
    background-color: #E5000E;
  }
  .dySwiper .swiper-slide > img {
    max-height: 210px;
    object-fit: cover;
  }
  .dySwiper .swiper-slide .text-content {
    padding: 14px 16px 20px;
    background-color: rgba(255, 255, 255, 0.9);
  }
  .dySwiper .swiper-slide .text-content .title {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    line-height: 26px;
    margin-bottom: 12px;
    min-height: 52px;
    text-align: justify;
  }
  .dySwiper .swiper-slide .text-content .content {
    font-size: 14px;
    margin-bottom: 10px;
    color: #666666;
    line-height: 24px;
    min-height: 48px;
    text-align: justify-all;
  }
  .dySwiper .swiper-slide .text-content .time {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
  }
  .dySwiper .swiper-slide .text-content .detail {
    font-size: 12px;
    color: #E5000E;
    line-height: 24px;
  }
  .value-box {
    padding: 20px 16px;
  }
  .value-box .bj-name {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    line-height: 23px;
  }
  .value-box .time {
    font-size: 14px;
    font-weight: bold;
    color: #E5000E;
    line-height: 20px;
  }
  .value-box .en {
    font-size: 14px;
    text-transform: uppercase;
    color: #999999;
    line-height: 20px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(232, 233, 236, 0.5);
    margin-bottom: 14px;
  }
  .value-box .zd {
    margin-bottom: 14px;
  }
  .value-box .zd > span {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    line-height: 26px;
  }
  .value-box .zd .zd-text {
    font-size: 16px;
    color: #333333;
    line-height: 23px;
    margin-right: 6px;
  }
  .value-box .zd img {
    width: 18px;
    height: 18px;
  }
  .value-box .zd .num {
    font-size: 18px;
    font-weight: bold;
    color: #E5000E;
    line-height: 26px;
  }
  .value-box .grid-line {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .value-box .grid-line .normal-text {
    font-size: 14px;
    color: #666666;
    line-height: 20px;
  }
  .value-box .grid-line .text {
    font-size: 22px;
    font-weight: bold;
    color: #000000;
    line-height: 32px;
  }
  .value-box .grid-line + .grid-line {
    margin-top: 4px;
  }
  .sustainability {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: repeat(2, 1fr);
  }
  .sustainability > div {
    padding-top: 20px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 12px;
    background: rgba(255, 255, 255, 0.9);
  }
  .sustainability > div img {
    width: 40px;
    height: 40px;
    margin: 0 auto 12px;
  }
  .sustainability > div .text {
    text-align: center;
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    margin-bottom: 16px;
    position: relative;
    font-weight: bold;
  }
  .sustainability > div .text::after {
    position: absolute;
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    background: #333333;
    bottom: -4px;
    left: calc(50% - 10px);
  }
  .sustainability > div .en-text {
    font-size: 12px;
    text-align: center;
    color: #333333;
    line-height: 17px;
    text-transform: uppercase;
  }
  .announcement .title {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    line-height: 23px;
    margin-right: 16px;
  }
  .announcement .top span {
    font-size: 12px;
    color: #999999;
    line-height: 17px;
  }
  .announcement .top {
    padding-bottom: 12px;
    border-bottom: 1px solid #E8E9EC;
  }
  .announcement a {
    margin-top: 14px;
  }
  .announcement a span {
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    margin-right: 4px;
    max-width: 60%;
  }
  .announcement .left {
    flex: 1;
  }
  .announcement a img {
    width: 16px;
    height: 16px;
  }
  .announcement .time {
    font-size: 12px;
    color: #666666;
    line-height: 17px;
  }
}
@media (max-width: 1620px) and (max-height: 760px) {
  .alert-msg-box {
    transform: scale(0.8);
  }
  .page-news__container-right-header-sub {
    display: none !important;
  }
  .page-news__container-left-slide__item-content-text {
    -webkit-line-clamp: 2;
  }
  .page-news__container-right-content-header-amplitude-num {
    padding-left: 4px !important;
  }
  .page-news__container-right-header-sub {
    font-weight: normal !important;
  }
}
@media (max-width: 992px) {
  .value-box .en {
    display: none !important;
  }
  .page-news__container-right > div:first-child {
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
  }
}

/*# sourceMappingURL=index.css.map */
