@import 'normalize.css';
* {
  font-family: '思源黑体';
}
.over {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.over-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
}
a {
  text-decoration: none;
}
ul {
  padding: 0;
}
.dpn {
  display: none;
}
.flexc {
  display: flex;
  align-items: center;
}
.flex1 {
  flex: 1;
}
.img-style {
  width: 100%;
}
.mt5 {
  margin-top: 5px;
}
.ml10 {
  margin-left: 10px;
}
.mr10 {
  margin-right: 10px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mr20 {
  margin-right: 20px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb30 {
  margin-bottom: 30px;
}
.mt40 {
  margin-top: 40px;
}
.ml40 {
  margin-left: 40px;
}
.mr40 {
  margin-right: 40px;
}
.mb40 {
  margin-bottom: 40px;
}
.mr50 {
  margin-right: 50px;
}
.mb50 {
  margin-bottom: 50px;
}
.mr60 {
  margin-right: 60px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb70 {
  margin-bottom: 70px;
}
.mr75 {
  margin-right: 75px;
}
.mr80 {
  margin-right: 80px;
}
.ml80 {
  margin-left: 80px;
}
.mb80 {
  margin-bottom: 80px;
}
.mr100 {
  margin-right: 100px;
}
.ml120 {
  margin-left: 120px;
}
.mr120 {
  margin-right: 120px;
}
.mb130 {
  margin-bottom: 130px;
}
.mtf150 {
  margin-top: -150px;
}
.mr150 {
  margin-right: 150px;
}
.mr160 {
  margin-right: 160px;
}
.mb160 {
  margin-bottom: 160px;
}
.mr180 {
  margin-right: 180px;
}
.mb180 {
  margin-bottom: 180px;
}
.mt220 {
  margin-top: 220px;
}
.pdl180 {
  padding-left: 180px;
}
.pdl200 {
  padding-left: 200px;
}
.pagination-box {
  text-align: center;
}
.pagination-box .pagination {
  text-align: center;
  display: inline-block;
}
.pagination-box .pagination:after {
  content: '';
  display: block;
  clear: both;
}
.pagination-box .pagination li {
  float: left;
  border-collapse: collapse;
  width: 44px;
  height: 44px;
  font-size: 18px;
  color: white;
  background: #474747;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.pagination-box .pagination li:not(:last-child) {
  margin-right: 5px;
}
.pagination-box .pagination li a {
  width: 44px;
  height: 44px;
  font-size: 18px;
  color: white;
  background: #474747;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-collapse: collapse;
}
.pagination-box .pagination li a:hover {
  border-color: #FDDD00;
  background-color: #FDDD00;
  color: #000;
}
.pagination-box .pagination li:hover {
  border-color: #FDDD00;
  background-color: #FDDD00;
  color: #000;
}
.pagination-box .pagination li.active {
  background-color: #FDDD00;
  color: #000;
}
.page-head-box {
  width: 100%;
  min-width: 1280px;
  height: 86px;
  background: #080203;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-head-box .ph-cont-box {
  width: 1280px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}
.page-head-box .ph-cont-box .logo-box {
  width: 216px;
  height: 28px;
  cursor: pointer;
}
.page-head-box .ph-cont-box .menu-box {
  display: flex;
  align-items: center;
}
.page-head-box .ph-cont-box .menu-box .m-item-box {
  color: white;
  font-size: 18px;
  font-weight: bold;
  margin-right: 56px;
  transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  border-bottom: 2px solid transparent;
  padding-bottom: 2px;
  box-sizing: border-box;
}
.page-head-box .ph-cont-box .menu-box .m-item-box:last-child {
  margin-right: 0;
}
.page-head-box .ph-cont-box .menu-box .m-item-box:hover,
.page-head-box .ph-cont-box .menu-box .m-item-selected {
  border-bottom-color: white;
}
.page-loc-box {
  width: 1340px;
  margin: 0 auto;
  padding: 30px 0;
  box-sizing: border-box;
}
.page-bottom-box {
  width: 100%;
  min-width: 1280px;
  background: #000;
  padding-top: 80px;
  box-sizing: border-box;
}
.page-bottom-box .bottom-contact-box {
  width: 1280px;
  margin: 0 auto;
  padding-bottom: 30px;
  box-sizing: border-box;
  border-bottom: 1px solid #3E3E3E;
  display: flex;
  justify-content: space-between;
  padding-right: 80px;
}
.page-bottom-box .bottom-contact-box .contact-icon-box .label-box {
  font-size: 60px;
  color: white;
  font-weight: bold;
}
.page-bottom-box .bottom-contact-box .contact-icon-box .icon-list-box {
  display: flex;
  align-items: center;
}
.page-bottom-box .bottom-contact-box .contact-icon-box .icon-list-box .icon-item-box {
  width: 50px;
  height: 50px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: black;
  transition: 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  margin-right: 10px;
}
.page-bottom-box .bottom-contact-box .contact-icon-box .icon-list-box .icon-item-box .icon-style {
  font-size: 18px;
}
.page-bottom-box .bottom-contact-box .contact-icon-box .icon-list-box .icon-item-box:hover {
  border: 2px solid white;
  color: white;
  background: transparent;
}
.page-bottom-box .bottom-contact-box .contact-input-box {
  padding-top: 20px;
  box-sizing: border-box;
}
.page-bottom-box .bottom-contact-box .contact-input-box .remark-box {
  font-size: 18px;
  color: white;
}
.page-bottom-box .bottom-contact-box .contact-input-box .form-field {
  display: flex;
}
.page-bottom-box .bottom-contact-box .contact-input-box .form-field .input-style {
  width: 420px;
  border: 1px solid white;
  background: #000;
  box-sizing: border-box;
  padding: 10px 20px;
  color: #a5a5a5;
  font-size: 18px;
  transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.page-bottom-box .bottom-contact-box .contact-input-box .form-field input:focus {
  background: white;
  color: black;
}
.page-bottom-box .bottom-contact-box .contact-input-box .form-field .button-style {
  background: white;
  color: black;
  border: 1px solid white;
  box-sizing: border-box;
  padding: 10px 20px;
  outline-offset: 6px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.page-bottom-box .bottom-contact-box .contact-input-box .form-field .button-style:hover {
  background: black;
  color: white;
}
.page-bottom-box .bottom-menu-box {
  width: 1280px;
  margin: 0 auto;
  padding: 50px 80px 30px 0;
  box-sizing: border-box;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.page-bottom-box .bottom-menu-box .menu-box {
  display: flex;
}
.page-bottom-box .bottom-menu-box .menu-box .m-item-box {
  display: flex;
  flex-direction: column;
}
.page-bottom-box .bottom-menu-box .menu-box .m-item-box .m-label-box {
  color: white;
  font-size: 18px;
  font-weight: bold;
  box-sizing: border-box;
  text-decoration: underline;
  text-underline-offset: 8px;
}
.page-bottom-box .bottom-menu-box .menu-box .m-item-box .m-level-box {
  font-size: 14px;
  color: white;
  cursor: pointer;
}
.page-bottom-box .bottom-menu-box .menu-box .m-item-box .m-level-box span {
  position: relative;
  padding-bottom: 3px;
  box-sizing: border-box;
}
.page-bottom-box .bottom-menu-box .menu-box .m-item-box .m-level-box span::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transform-origin: center;
  transform: translate(-50%, 0) scaleX(0);
  transition: transform 0.3s ease-in-out;
}
.page-bottom-box .bottom-menu-box .menu-box .m-item-box .m-level-box:hover span::before {
  transform: translate(-50%, 0) scaleX(1);
}
.page-bottom-box .bottom-menu-box .logo-box {
  width: 635px;
  height: 70px;
}
.page-bottom-box .bottom-copyright-box {
  width: 100%;
  color: white;
  padding: 20px 0;
  box-sizing: border-box;
  border-top: 1px solid #3E3E3E;
}
.page-bottom-box .bottom-copyright-box .bc-cont-box {
  width: 1280px;
  margin: 0 auto;
  font-size: 16px;
  color: white;
  box-sizing: border-box;
}
.page-bottom-bg {
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 946px 150px;
  background-image: url('../img/about/bg_top.png');
}
.more-box {
  color: white;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.more-box .arrow-icon-box {
  margin-left: 10px;
  width: 18px;
  height: 18px;
}
.more-box span {
  position: relative;
  padding-bottom: 3px;
  box-sizing: border-box;
}
.more-box span::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transform-origin: center;
  transform: translate(-50%, 0) scaleX(0);
  transition: transform 0.3s ease-in-out;
}
.more-box:hover span::before {
  transform: translate(-50%, 0) scaleX(1);
}
.home-root {
  width: 100%;
  min-width: 1280px;
}
.home-root .bg-fixed-box {
  width: 100%;
  height: 1280px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.home-root .banner-swiper-box {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.home-root .banner-swiper-box .swiper-slide {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}
.home-root .banner-swiper-box .swiper-slide .word-box {
  position: absolute;
  width: 1280px;
  top: 50px;
}
.home-root .banner-swiper-box .swiper-slide .word-box .word-one {
  font-size: 68px;
  font-weight: bold;
  color: white;
  line-height: 90px;
  text-shadow: rgba(242, 154, 99, 0.6) 0px 2px 15px;
  font-family: Arial;
  border-color: #ecc87c;
}
.home-root .banner-swiper-box .swiper-slide .word-box .word-two {
  font-size: 20px;
  font-weight: 500;
  width: 640px;
  color: #fbebcc;
  font-family: Arial;
  line-height: 26px;
  letter-spacing: 1px;
}
.home-root .banner-swiper-box .swiper-slide .word-box .word-three {
  font-weight: bold;
  font-size: 18px;
  color: #CA9F6C;
  font-family: Arial;
}
.home-root .banner-swiper-box .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  transform: scale(1.1);
  transition: transform 5s ease-in-out;
}
.home-root .banner-swiper-box .swiper-slide-active img {
  transform: scale(1);
}
.home-root .banner-swiper-box .swiper-navigation-box {
  width: 100%;
  position: absolute;
  bottom: 80px;
  z-index: 2;
}
.home-root .banner-swiper-box .swiper-navigation-box .custom-nav-box {
  width: 1280px;
  margin: 0 auto;
  display: flex;
  color: white;
  font-size: 30px;
  font-weight: bold;
  box-sizing: border-box;
}
.home-root .banner-swiper-box .swiper-navigation-box .custom-nav-box .prev-navigation-btn {
  cursor: pointer;
  position: relative;
  padding-bottom: 2px;
  box-sizing: border-box;
}
.home-root .banner-swiper-box .swiper-navigation-box .custom-nav-box .prev-navigation-btn .prev::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transform-origin: center;
  transform: translate(-50%, 0) scaleX(0);
  transition: transform 0.3s ease-in-out;
}
.home-root .banner-swiper-box .swiper-navigation-box .custom-nav-box .prev-navigation-btn:hover .prev::before {
  transform: translate(-50%, 0) scaleX(1);
}
.home-root .banner-swiper-box .swiper-navigation-box .custom-nav-box .next-navigation-btn {
  cursor: pointer;
  position: relative;
  padding-bottom: 2px;
  box-sizing: border-box;
}
.home-root .banner-swiper-box .swiper-navigation-box .custom-nav-box .next-navigation-btn .next::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transform-origin: center;
  transform: translate(-50%, 0) scaleX(0);
  transition: transform 0.3s ease-in-out;
}
.home-root .banner-swiper-box .swiper-navigation-box .custom-nav-box .next-navigation-btn:hover .next::before {
  transform: translate(-50%, 0) scaleX(1);
}
.home-root .banner-swiper-box .swiper-pagination {
  position: absolute;
  bottom: 20px;
}
.home-root .banner-swiper-box .swiper-pagination-bullet {
  width: 54px;
  height: 5px;
  opacity: 1;
  background: transparent;
  border: 1px solid white;
  box-sizing: border-box;
  border-radius: 0;
}
.home-root .banner-swiper-box .swiper-pagination-bullet-active {
  background: #fff;
}
.home-root .hot-products-box {
  width: 100%;
  background: black;
  padding-bottom: 60px;
  box-sizing: border-box;
}
.home-root .hot-products-box .hp-cont-box {
  width: 100%;
  background: #e5e5e5;
}
.home-root .hot-products-box .hp-cont-box .row-box {
  margin: 0 auto;
  width: 1280px;
  height: 110px;
  display: flex;
  align-items: center;
}
.home-root .hot-products-box .hp-cont-box .row-box .label-box {
  font-size: 30px;
  color: black;
}
.home-root .hot-products-box .hp-cont-box .row-box .divide-line {
  width: 1px;
  height: 70px;
  border-left: 2px solid #9D9D9D;
  margin: 0 40px;
}
.home-root .hot-products-box .hp-cont-box .row-box .item-list-box {
  flex: 1;
  display: flex;
  justify-content: space-between;
}
.home-root .hot-products-box .hp-cont-box .row-box .item-list-box .item-box {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.home-root .hot-products-box .hp-cont-box .row-box .item-list-box .item-box .pic-box {
  width: 80px;
  transition: all 0.3s ease;
}
.home-root .hot-products-box .hp-cont-box .row-box .item-list-box .item-box .pic-box img {
  width: 100%;
}
.home-root .hot-products-box .hp-cont-box .row-box .item-list-box .item-box .name-box {
  margin-top: 5px;
  font-size: 20px;
}
.home-root .hot-products-box .hp-cont-box .row-box .item-list-box .item-box:hover .pic-box {
  transform: scale(1.1);
}
.home-root .slogin-box {
  width: 100%;
  height: 280px;
  font-size: 44px;
  color: black;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Arial;
}
.home-root .h-cont-box {
  width: 100%;
  background: #000;
  box-sizing: border-box;
}
.home-root .h-cont-box .block-title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home-root .h-cont-box .block-title-box .title-box {
  color: white;
  font-size: 44px;
  font-weight: bold;
}
.home-root .h-cont-box .hc-box-one {
  width: 1280px;
  margin: 0 auto;
  padding: 80px 0;
  border-bottom: 1px solid white;
  box-sizing: border-box;
}
.home-root .h-cont-box .hc-box-one .markets-box {
  display: flex;
  flex-wrap: wrap;
}
.home-root .h-cont-box .hc-box-one .markets-box .m-item-box {
  position: relative;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  background: white;
}
.home-root .h-cont-box .hc-box-one .markets-box .m-item-box:nth-child(3n) {
  margin-right: 0;
}
.home-root .h-cont-box .hc-box-one .markets-box .m-item-box .pic-box {
  width: 100%;
  z-index: 5;
}
.home-root .h-cont-box .hc-box-one .markets-box .m-item-box .word-box {
  z-index: 5;
  padding: 10px 20px 15px;
  box-sizing: border-box;
  background: white;
}
.home-root .h-cont-box .hc-box-one .markets-box .m-item-box .word-box .word-one {
  width: fit-content !important;
  color: black;
  font-size: 22px;
  font-weight: bold;
  position: relative;
  padding-bottom: 3px;
  box-sizing: border-box;
}
.home-root .h-cont-box .hc-box-one .markets-box .m-item-box .word-box .word-one::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: black;
  transform-origin: center;
  transform: translate(-50%, 0) scaleX(0);
  transition: transform 0.3s ease-in-out;
}
.home-root .h-cont-box .hc-box-one .markets-box .m-item-box .word-box .word-two {
  color: #595959;
  font-size: 18px;
}
.home-root .h-cont-box .hc-box-one .markets-box .m-item-box:hover::before {
  bottom: -10px;
  left: -10px;
  right: -10px;
  top: -10px;
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.home-root .h-cont-box .hc-box-one .markets-box .m-item-box:hover .pic-box {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.home-root .h-cont-box .hc-box-one .markets-box .m-item-box:hover .word-one::before {
  transform: translate(-50%, 0) scaleX(1);
}
.home-root .h-cont-box .hc-box-one .markets-box .m-item-box::before {
  background-color: white;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53), background-color 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.home-root .h-cont-box .hc-box-two {
  width: 1280px;
  margin: 0 auto;
  padding: 80px 0;
  box-sizing: border-box;
}
.home-root .h-cont-box .hc-box-two .news-swiper-box {
  width: 100%;
  overflow: hidden;
  /* 中间高亮卡片样式 */
  /* 两侧卡片虚化效果 */
  /* 为左侧元素添加额外的左阴影 */
  /* 为右侧元素添加额外的右阴影 */
}
.home-root .h-cont-box .hc-box-two .news-swiper-box .swiper-slide {
  width: 463px;
  height: 655px;
  background: white;
}
.home-root .h-cont-box .hc-box-two .news-swiper-box .swiper-slide-active {
  transform: scale(1);
  z-index: 10;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.home-root .h-cont-box .hc-box-two .news-swiper-box .swiper-slide-active::before {
  background: rgba(0, 0, 0, 0.2);
}
.home-root .h-cont-box .hc-box-two .news-swiper-box .swiper-slide:not(.swiper-slide-active) {
  transform: scale(0.85);
  filter: blur(2px);
  opacity: 0.7;
}
.home-root .h-cont-box .hc-box-two .news-swiper-box .swiper-slide-prev {
  box-shadow: inset 10px 5px 15px #000000;
}
.home-root .h-cont-box .hc-box-two .news-swiper-box .swiper-slide-next {
  box-shadow: inset -10px 5px 15px #000000;
}
.home-root .block-bg-box {
  width: 100%;
  height: 280px;
}
.about-root {
  width: 100%;
  min-width: 1280px;
  background: black;
  border-bottom: 1px solid white;
  box-sizing: border-box;
  position: relative;
  background-position: right bottom;
  background-size: 946px 607px;
  background-repeat: no-repeat;
}
.about-root .banner-box {
  width: 100%;
  height: 396px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
}
.about-root .banner-box img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}
.about-root .banner-box .text-box {
  width: 1280px;
  margin: 0 auto;
  text-align: left;
  box-sizing: border-box;
}
.about-root .banner-box .text-one {
  font-size: 60px;
  font-weight: bold;
}
.about-root .banner-box .text-two {
  font-size: 20px;
  font-weight: bold;
}
.about-root .banner-box .text-three {
  width: 780px;
  font-size: 16px;
  line-height: 32px;
}
.about-root .a-cont-box {
  width: 1280px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 80px 0 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about-root .a-cont-box .label-box {
  font-size: 60px;
  font-weight: bold;
  color: white;
  box-sizing: border-box;
  border-bottom: 1px solid white;
}
.about-root .a-cont-box .time-line-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.about-root .a-cont-box .time-line-box .tl-left-box {
  position: relative;
  width: 50%;
  border-right: 1px solid white;
  box-sizing: border-box;
  padding-top: 40px;
  padding-left: 150px;
}
.about-root .a-cont-box .time-line-box .tl-left-box .arrow-down-icon {
  width: 49px;
  height: 49px;
  position: absolute;
  right: -25px;
}
.about-root .a-cont-box .time-line-box .tl-left-box .icon-pos-one {
  top: 100px;
}
.about-root .a-cont-box .time-line-box .tl-left-box .icon-pos-two {
  top: 865px;
}
.about-root .a-cont-box .time-line-box .tl-left-box .icon-pos-three {
  top: 1580px;
}
.about-root .a-cont-box .time-line-box .tl-left-box .icon-pos-four {
  top: 2290px;
}
.about-root .a-cont-box .time-line-box .tl-left-box .icon-pos-five {
  top: 3130px;
}
.about-root .a-cont-box .time-line-box .tl-right-box {
  width: 50%;
  border-left: 1px solid white;
  box-sizing: border-box;
  padding-top: 180px;
}
.about-root .a-cont-box .time-line-box .tl-item-box {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 20px;
  cursor: pointer;
}
.about-root .a-cont-box .time-line-box .tl-item-box .circle-box {
  position: absolute;
  width: 15px;
  height: 15px;
  background: white;
  border-radius: 50%;
}
.about-root .a-cont-box .time-line-box .tl-item-box .circle-pos-one {
  top: -8px;
  right: -8px;
}
.about-root .a-cont-box .time-line-box .tl-item-box .circle-pos-two {
  top: -8px;
  left: -8px;
}
.about-root .a-cont-box .time-line-box .tl-item-box .line-pic-one {
  position: absolute;
  top: 8px;
  right: 0;
  width: 160.8px;
  height: 116px;
}
.about-root .a-cont-box .time-line-box .tl-item-box .line-pic-two {
  position: absolute;
  top: 8px;
  left: 0;
  width: 130.4px;
  height: 94.4px;
}
.about-root .a-cont-box .time-line-box .tl-item-box .year-triangle-box {
  height: 124px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.about-root .a-cont-box .time-line-box .tl-item-box .year-box {
  font-size: 60px;
  font-weight: bold;
  color: white;
}
.about-root .a-cont-box .time-line-box .tl-item-box .desc-box {
  width: 450px;
  font-size: 18px;
  font-weight: bold;
  color: white;
  line-height: 30px;
}
.about-root .a-cont-box .time-line-box .tl-item-box .triangle-box {
  display: flex;
  align-items: center;
}
.about-root .a-cont-box .time-line-box .tl-item-box .triangle-box .triangle-item {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 16px solid white;
}
.about-root .a-cont-box .time-line-box .tl-item-box .span-line {
  position: relative;
  display: inline;
  background: linear-gradient(to right, white) no-repeat;
  background-size: 0% 2px;
  background-position: 0 100%;
  transition: background-size 0.5s ease;
  padding: 0.2em 0;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.about-root .a-cont-box .time-line-box .tl-item-box:hover .span-line {
  background-size: 100% 2px;
}
.about-root .a-cont-box .time-line-box .float-right .year-triangle-box {
  height: 105.4px;
}
.products-root {
  width: 100%;
  min-width: 1280px;
  background: black;
}
.products-root .banner-box {
  width: 100%;
  height: 396px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
}
.products-root .banner-box .text-box {
  width: 1280px;
  margin: 0 auto;
  text-align: left;
  box-sizing: border-box;
  font-size: 60px;
  font-weight: bold;
}
.products-root .block-bg-box {
  width: 100%;
  height: 32px;
  background: #E5E5E5;
}
.products-root .p-cont-box {
  width: 1280px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}
.products-root .p-cont-box .p-item-box {
  width: 100%;
  padding: 80px 0;
  box-sizing: border-box;
  display: flex;
  border-bottom: 1px solid white;
  cursor: pointer;
}
.products-root .p-cont-box .p-item-box .pic-box {
  width: 460px;
  height: 651px;
}
.products-root .p-cont-box .p-item-box .text-box {
  flex: 1;
  color: white;
}
.products-root .p-cont-box .p-item-box .text-box .text-one {
  font-size: 48px;
  font-weight: bold;
}
.products-root .p-cont-box .p-item-box .text-box .text-two {
  font-size: 36px;
  white-space: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.products-root .p-cont-box .p-item-box .text-box .text-three {
  font-size: 24px;
}
.products-root .p-cont-box .p-item-box .text-box .text-four {
  font-size: 18px;
  display: flex;
  align-items: center;
}
.products-root .p-cont-box .p-item-box .text-box .text-four .dot-box {
  width: 6px;
  height: 6px;
  background: white;
}
.products-root .p-cont-box .p-item-box:hover .text-box .text-one {
  color: #D4A231;
}
.resources-root {
  width: 100%;
  min-width: 1280px;
  background: black;
  /* 吸顶状态样式 */
}
.resources-root .banner-box {
  width: 100%;
  height: 396px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
}
.resources-root .banner-box img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}
.resources-root .banner-box .text-box {
  width: 1280px;
  margin: 0 auto;
  text-align: left;
  box-sizing: border-box;
  font-size: 60px;
  font-weight: bold;
}
.resources-root .cate-box {
  width: 100%;
  background: black;
  box-sizing: border-box;
}
.resources-root .cate-box .c-cont-box {
  width: 100%;
  background: #e5e5e5;
}
.resources-root .cate-box .c-cont-box .row-box {
  margin: 0 auto;
  width: 800px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.resources-root .cate-box .c-cont-box .row-box .c-item-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.resources-root .cate-box .c-cont-box .row-box .c-item-box .pic-box {
  width: 40px;
}
.resources-root .cate-box .c-cont-box .row-box .c-item-box .pic-box img {
  width: 100%;
}
.resources-root .cate-box .c-cont-box .row-box .c-item-box .name-box {
  margin-top: 5px;
  font-size: 20px;
}
.resources-root .r-cont-box {
  box-sizing: border-box;
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.resources-root .r-cont-box .block-box {
  width: 1280px;
  border-bottom: 1px solid white;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 20px;
}
.resources-root .r-cont-box .block-box .label-box {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-size: 60px;
  color: white;
  margin-bottom: 70px;
}
.resources-root .r-cont-box .block-box .label-box .text-box {
  flex: 1;
  text-align: center;
}
.resources-root .r-cont-box .block-box .list-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.resources-root .r-cont-box .block-box .list-box .l-item-box {
  width: 30%;
  margin-right: 4%;
  margin-bottom: 50px;
  cursor: pointer;
  transition: all 0.5s;
}
.resources-root .r-cont-box .block-box .list-box .l-item-box:nth-child(3n) {
  margin-right: 0;
}
.resources-root .r-cont-box .block-box .list-box .l-item-box .pic-box {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.resources-root .r-cont-box .block-box .list-box .l-item-box .pic-box img {
  width: 100%;
}
.resources-root .r-cont-box .block-box .list-box .l-item-box .pic-box .mask-box {
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  width: 100%;
  height: unset;
  box-shadow: inset 10px 5px 15px #000000, inset -10px 5px 15px #000000;
}
.resources-root .r-cont-box .block-box .list-box .l-item-box .name-box {
  font-size: 30px;
  color: white;
  margin-top: 20px;
  transition: all 0.5s;
}
.resources-root .r-cont-box .block-box .list-box .l-item-box:hover .name-box {
  color: #FDDD00;
}
.resources-root .r-cont-box .block-box .list-box .l-item-box:hover {
  transform: scale(1.1);
}
.resources-root .pos-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  animation: slideDown 0.5s ease;
}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.resources-root .pdt180 {
  padding-top: 180px;
}
.resources-lst-root {
  width: 100%;
  min-width: 1280px;
  background: black;
}
.resources-lst-root .banner-box {
  width: 100%;
  height: 396px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
}
.resources-lst-root .banner-box img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}
.resources-lst-root .banner-box .text-box {
  width: 1280px;
  margin: 0 auto;
  text-align: left;
  box-sizing: border-box;
  font-size: 60px;
  font-weight: bold;
}
.resources-lst-root .rl-cont-box {
  box-sizing: border-box;
  padding-top: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.resources-lst-root .rl-cont-box .block-box {
  width: 1280px;
  border-bottom: 1px solid white;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 20px;
}
.resources-lst-root .rl-cont-box .block-box .label-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 60px;
  color: white;
  margin-bottom: 50px;
}
.resources-lst-root .rl-cont-box .block-box .label-box .text-box {
  flex: 1;
  text-align: center;
}
.resources-lst-root .rl-cont-box .block-box .list-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.resources-lst-root .rl-cont-box .block-box .list-box .l-item-box {
  width: 30%;
  margin-right: 4%;
  margin-bottom: 50px;
  cursor: pointer;
  transition: all 0.5s;
}
.resources-lst-root .rl-cont-box .block-box .list-box .l-item-box:nth-child(3n) {
  margin-right: 0;
}
.resources-lst-root .rl-cont-box .block-box .list-box .l-item-box .pic-box {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.resources-lst-root .rl-cont-box .block-box .list-box .l-item-box .pic-box img {
  width: 100%;
}
.resources-lst-root .rl-cont-box .block-box .list-box .l-item-box .pic-box .mask-box {
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  width: 100%;
  height: unset;
  box-shadow: inset 10px 5px 15px #000000, inset -10px 5px 15px #000000;
}
.resources-lst-root .rl-cont-box .block-box .list-box .l-item-box .name-box {
  font-size: 30px;
  color: white;
  margin-top: 20px;
  transition: all 0.5s;
}
.resources-lst-root .rl-cont-box .block-box .list-box .l-item-box:hover .name-box {
  color: #FDDD00;
}
.resources-lst-root .rl-cont-box .block-box .list-box .l-item-box:hover {
  transform: scale(1.1);
}
.news-root {
  width: 100%;
  min-width: 1280px;
  background: black;
}
.news-root .banner-box {
  width: 100%;
  height: 396px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
}
.news-root .banner-box img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}
.news-root .banner-box .text-box {
  width: 1280px;
  margin: 0 auto;
  text-align: left;
  box-sizing: border-box;
  font-size: 60px;
  font-weight: bold;
}
.news-root .n-cont-box {
  width: 1280px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 40px 0 0 0;
}
.news-root .n-cont-box .row-box {
  width: 100%;
  display: flex;
  border-bottom: 1px solid white;
  box-sizing: border-box;
  padding: 40px 0;
}
.news-root .n-cont-box .row-box .n-item-box {
  position: relative;
  width: 32%;
  margin-right: 2%;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  background: white;
}
.news-root .n-cont-box .row-box .n-item-box:nth-child(3n) {
  margin-right: 0;
}
.news-root .n-cont-box .row-box .n-item-box .pic-box {
  width: 100%;
  z-index: 5;
}
.news-root .n-cont-box .row-box .n-item-box .word-box {
  z-index: 5;
  color: #595959;
  font-size: 18px;
  padding: 20px;
  box-sizing: border-box;
  background: white;
}
.news-root .n-cont-box .row-box .n-item-box:hover::before {
  bottom: -10px;
  left: -10px;
  right: -10px;
  top: -10px;
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.news-root .n-cont-box .row-box .n-item-box:hover .pic-box {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.news-root .n-cont-box .row-box .n-item-box:hover .word-one::before {
  transform: translate(-50%, 0) scaleX(1);
}
.news-root .n-cont-box .row-box .n-item-box::before {
  background-color: white;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53), background-color 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.news-detail-root {
  width: 100%;
  min-width: 1280px;
}
.news-detail-root .nd-cont-box {
  width: 1280px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 50px 0 80px 0;
}
.news-detail-root .nd-cont-box .title-time-box {
  padding-bottom: 30px;
  box-sizing: border-box;
  border-bottom: 1px solid #F0F0F0;
}
.news-detail-root .nd-cont-box .title-time-box .title-box {
  font-size: 26px;
  color: #333;
}
.news-detail-root .nd-cont-box .title-time-box .time-box {
  font-size: 14px;
  color: #999;
  display: flex;
  align-items: center;
}
.news-detail-root .nd-cont-box .title-time-box .time-box .icon-style {
  color: #CCCCCC;
  font-size: 16px;
}
.news-detail-root .nd-cont-box .content-box {
  padding: 70px 0 0 0;
  box-sizing: border-box;
  display: flex;
}
.news-detail-root .nd-cont-box .content-box .left-box {
  flex: 1;
}
.news-detail-root .nd-cont-box .content-box .left-box .btn-box {
  margin-top: 40px;
}
.news-detail-root .nd-cont-box .content-box .left-box .btn-box .go-back-box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #999;
  font-size: 14px;
  cursor: pointer;
}
.news-detail-root .nd-cont-box .content-box .left-box .btn-box .go-back-box .icon-style {
  color: #DCDCDC;
  font-size: 16px;
}
.news-detail-root .nd-cont-box .content-box .left-box .btn-box .prev-next-box {
  padding: 25px 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}
.news-detail-root .nd-cont-box .content-box .left-box .btn-box .prev-next-box .pn-item-box {
  display: flex;
  align-items: center;
}
.news-detail-root .nd-cont-box .content-box .left-box .btn-box .prev-next-box .pn-item-box .text-one {
  color: #999;
  font-size: 14px;
}
.news-detail-root .nd-cont-box .content-box .left-box .btn-box .prev-next-box .pn-item-box .text-two {
  max-width: 270px;
  color: #333;
  font-size: 14px;
  cursor: pointer;
}
.news-detail-root .nd-cont-box .content-box .left-box .btn-box .prev-next-box .pn-item-box .text-two:hover {
  color: #0D6FB8;
}
.news-detail-root .nd-cont-box .content-box .relation-list-box {
  width: 480px;
}
.news-detail-root .nd-cont-box .content-box .relation-list-box .label-box {
  padding-bottom: 20px;
  box-sizing: border-box;
  border-bottom: 1px solid #efefef;
}
.news-detail-root .nd-cont-box .content-box .relation-list-box .label-box .text-box {
  font-size: 18px;
  color: #333;
  padding-bottom: 20px;
  box-sizing: border-box;
  border-bottom: 2px solid #0D6FB8;
}
.news-detail-root .nd-cont-box .content-box .relation-list-box .item-box {
  width: 100%;
  padding: 30px 0;
  box-sizing: border-box;
  border-bottom: 1px solid #efefef;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.news-detail-root .nd-cont-box .content-box .relation-list-box .item-box .pic-box {
  width: 196px;
  transition: all 0.5s ease-in-out 0s;
}
.news-detail-root .nd-cont-box .content-box .relation-list-box .item-box .word-box {
  flex: 1;
}
.news-detail-root .nd-cont-box .content-box .relation-list-box .item-box .word-box .word-one {
  color: #333;
  font-size: 16px;
  transition: all 0.5s ease-in-out 0s;
  line-height: 1.8;
}
.news-detail-root .nd-cont-box .content-box .relation-list-box .item-box .word-box .word-two {
  color: #999;
  font-size: 14px;
}
.news-detail-root .nd-cont-box .content-box .relation-list-box .item-box:hover .pic-box {
  transform: scale(1.05);
}
.news-detail-root .nd-cont-box .content-box .relation-list-box .item-box:hover .word-one {
  color: #0D6FB8;
}
.media-root {
  width: 100%;
  min-width: 1280px;
  background: black;
}
.media-root .banner-box {
  width: 100%;
  height: 396px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
}
.media-root .banner-box img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}
.media-root .banner-box .text-box {
  width: 1280px;
  margin: 0 auto;
  text-align: left;
  box-sizing: border-box;
  font-size: 60px;
  font-weight: bold;
}
.media-root .m-cont-box {
  width: 1280px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 40px 0 0 0;
}
.media-root .m-cont-box .row-box {
  width: 100%;
  display: flex;
  border-bottom: 1px solid white;
  box-sizing: border-box;
  padding: 40px 0;
}
.media-root .m-cont-box .row-box .item-box {
  width: 49%;
  background: #BCBCBC;
  margin-right: 2%;
  padding: 5px;
  box-sizing: border-box;
}
.media-root .m-cont-box .row-box .item-box .video-box {
  width: 100%;
  height: 100%;
}
.media-root .m-cont-box .row-box .item-box:nth-child(2n) {
  margin-right: 0;
}
.no-scroll {
  overflow: hidden;
  height: 100vh;
}
.full-mask-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mask-show {
  opacity: 1;
  visibility: visible;
}
.mask-none {
  visibility: hidden;
}
.mask-cont-box {
  width: 60%;
  min-width: 864px;
  height: 400px;
  background: white;
}
@media (max-width: 1440px) {
  .home-root .banner-swiper-box .swiper-slide .word-box {
    top: 25px;
  }
  .home-root .banner-swiper-box .swiper-navigation-box {
    bottom: 40px;
  }
}
