@charset "utf-8";
.in-tit .p1 {
  font-family: 'AlibabaPuHuiTi-B';
}
.main-swiper {
  width: 100%;
  height: 100vh;
}
.main-swiper > .swiper-wrapper > .swiper-slide,
.main-swiper .main {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.banner-swiper .swiper-slide {
  overflow: hidden;
}
.banner-swiper .img {
  position: relative;
}
.banner-swiper .img::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 34.3%;
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.6;
  z-index: 2;
}
.banner-swiper .img img {
  height: 100vh;
  object-fit: cover;
}
.banner-swiper .txt * {
  color: #fff;
}
.banner-swiper .p1 {
  font-family: 'AlibabaPuHuiTi-B';
  opacity: 0;
}
.banner-swiper .p2 {
  font-family: 'AlibabaPuHuiTi-L';
  opacity: 0;
}
.banner-swiper .swiper-slide-active .img img {
  transform: scale(1.04);
  -webkit-animation: scale 3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both 0.3s;
  animation: scale 3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both 0.3s;
}
.banner-swiper .swiper-slide-active .p1 {
  -webkit-animation: inLeft 2s ease forwards;
  animation: inLeft 2s ease forwards;
}
.banner-swiper .swiper-slide-active .p2 {
  -webkit-animation: inLeft 2s ease forwards 0.2s;
  animation: inLeft 2s ease forwards 0.2s;
}
.banner-swiper .swiper-pagination {
  position: absolute;
  bottom: 4%;
}
.banner-swiper .swiper-pagination-bullet {
  background-color: #fff;
  margin-left: 0 !important;
}
.banner-swiper .swiper-pagination-bullet:last-of-type {
  margin-right: 0;
}
.main2 > .main {
  padding-top: 6.3vw;
}
.main2 .in-tit {
  margin-bottom: 2vw;
}
.main2 .in-tit .p2 {
  font-family: 'AlibabaPuHuiTi-L';
  color: #666666;
  width: 43.7%;
}
.main2 .main2T {
  margin-bottom: 1vw;
  border-top: 1px solid #CBCBCB;
}
.main2 .tab-li {
  position: relative;
  flex: 1;
  padding-right: 4.6%;
  cursor: pointer;
}
.main2 .tab-li::before {
  content: '';
  position: absolute;
  right: 0;
  top: -2px;
  width: 0;
  height: 4px;
  background-color: #CB000B;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.main2 .tab-li * {
  color: #333333;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.main2 .tab-li i {
  font-size: 38px;
}
.main2 .tab-li p {
  color: #333333;
}
.main2 .tab-li.active::before {
  width: 100%;
  left: 0;
  right: auto;
}
.main2 .tab-li.active * {
  color: #CB000B;
}
.main2-item {
  flex: 1;
  min-height: 25.3vw;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
.main2-item:not(:last-of-type) {
  margin-right: 0.9%;
}
.main2-item .txt {
  width: 0;
  padding: 2.7vw 7% 0 5.5%;
  background-color: #F9F9F9;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
.main2-item .name {
  margin-bottom: 1.1vw;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.main2-item .des {
  font-family: 'AlibabaPuHuiTi-L';
  color: #666666;
  margin-bottom: 5.4vw;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.main2-item .img {
  width: 100%;
  overflow: hidden;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
.main2-item .img img {
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
.main2-item:hover .img img {
  transform: scale(1.04);
}
.main2-item.select {
  flex: 5.535;
}
.main2-item.select .txt {
  width: 50.3%;
  opacity: 1;
  visibility: visible;
}
.main2-item.select .img {
  width: 49.7%;
}
.main3 > .main {
  padding-top: 14.5vw;
}
.main3 .txt {
  width: 44.3%;
  margin-left: auto;
}
.main3 .main3T * {
  font-family: 'AlibabaPuHuiTi-B';
  line-height: 1.1;
}
.main3 .main3T span {
  color: #CB000B;
}
.main3 .main3T .p2 {
  margin-top: 31px;
}
.main3 .com-more {
  margin-top: 48px;
  margin-bottom: 92px;
}
.main3 .num-item {
  width: 160px;
  height: 140px;
  padding: 0 1.1%;
  backdrop-filter: blur(21px);
}
.main3 .num-item:not(:last-of-type) {
  margin-right: 40px;
}
.main3 .num-item * {
  line-height: 1.1;
  color: #fff;
}
.main3 .num-item .numT {
  margin-bottom: 5px;
}
.main3 .num-item .dw {
  transform: translateY(7px);
  margin-left: 7px;
}
.main4 > .main {
  position: relative;
  padding-top: 11.7vw;
  background: linear-gradient(180deg, #F4F3F3 0%, #E8E5E5 100%);
}
.main4 .bg {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 89.9vw;
  z-index: -1;
}
.main4 .in-tit * {
  line-height: 1.4;
}
.main4 .in-tit span {
  color: #CB000B;
}
.main4 .more {
  margin-top: 4.2vw;
  margin-bottom: 8.5vw;
}
.main4-item:not(:last-of-type) {
  margin-right: 7.3vw;
}
.main4-item .main4T {
  position: relative;
  width: 160px;
  height: 160px;
  margin: 0 auto 27px;
}
.main4-item .main4T::before,
.main4-item .main4T::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  border-radius: 50%;
}
.main4-item .main4T::before {
  width: 100%;
  height: 100%;
  border: 1px dashed #CB000B;
}
.main4-item .main4T::after {
  width: 75%;
  height: 75%;
  background-color: #fff;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.main4-item .icon {
  width: 43px;
  height: 43px;
  overflow: hidden;
  z-index: 2;
}
.main4-item .icon i {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 43px;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.main4-item .icon .icon1 {
  top: 50%;
  color: #CB000B;
}
.main4-item .icon .icon2 {
  top: 150%;
  color: #fff;
}
.main4-item p {
  line-height: 1;
}
.main4-item:hover .main4T::before {
  animation: rotate 10s ease alternate forwards;
}
.main4-item:hover .main4T::after {
  background-color: #CB000B;
}
.main4-item:hover .icon1 {
  top: -100%;
}
.main4-item:hover .icon2 {
  top: 50%;
}
.main5 > .main {
  padding-top: 7.3vw;
}
.main5T {
  margin-bottom: 4.9vw;
}
.main5B {
  padding-top: 32px;
  border-top: 1px solid #CBCBCB;
}
.main5-swiper .swiper-slide {
  padding-bottom: 10px;
}
.com-new .date {
  color: #666666;
}
.com-new .img {
  position: relative;
  padding-bottom: 61.2%;
  margin-top: 32px;
  margin-bottom: 18px;
  overflow: hidden;
}
.com-new .img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  object-fit: cover;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.com-new .name {
  height: 77px;
  font-family: 'AlibabaPuHuiTi-B';
  color: #333333;
  line-height: 1.6;
  margin-bottom: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.com-new .txB-item {
  font-family: 'AlibabaPuHuiTi-L';
  color: #333333;
  padding: 6px 13px;
  border: 1px solid #CECECE;
  border-radius: 16px;
}
.com-new .label {
  margin-right: 11px;
}
.com-new .see i {
  font-size: 10px;
  color: #B1B1B1;
  margin-right: 6px;
}
.com-new:hover .img img {
  transform: translate(-50%, -50%) scale(1.04);
}
.com-new:hover .name {
  color: #CB000B;
}
.main6 {
  height: auto !important;
  overflow: visible !important;
}
.main6 > .main {
  overflow: visible !important;
  transform: translate(0) !important;
}
.gs1 .des {
  width: 78.3%;
}
.gs1 .des,
.gs2 .des {
  margin: 37px auto 0;
}
.tech-Ad {
  position: relative;
  height: 49.5vw;
}
.tech-Ad * {
  color: #fff;
}
.tech-Ad .com-tit {
  top: 11.6%;
  z-index: 2;
}
.tech-Ad .com-tit .p1 {
  color: #fff;
}
.tech-Ad .items {
  height: 100%;
}
.tech-Ad .ad-item {
  position: relative;
  height: 100%;
  flex: 1;
}
.tech-Ad .ad-item:not(:last-of-type)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  height: 100%;
  background-color: #fff;
  opacity: 0.25;
}
.tech-Ad .ad-item::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0;
  background: linear-gradient(180deg, rgba(203, 0, 11, 0) 0%, #CB000B 100%);
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.tech-Ad .ad-item:hover::before {
  height: 100%;
}
.tech-Ad .ad-item:hover .item {
  top: 53.6%;
}
.tech-Ad .ad-item:hover .item .intro {
  opacity: 1;
  visibility: visible;
}
.tech-Ad .item {
  position: absolute;
  left: 50%;
  top: 72.5%;
  transform: translateX(-50%);
  width: 100%;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.tech-Ad .item i {
  font-size: 53px;
}
.tech-Ad .item .name {
  margin-bottom: 30px;
}
.tech-Ad .item .intro {
  padding: 0 14%;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.tech-Ad .item .intro * {
  font-family: 'AlibabaPuHuiTi-L';
  line-height: 2.1;
}
.tech-Ad .img {
  display: none;
}
.proShow {
  background-color: #F7F7F7;
}
.proShow .toAllPro {
  margin-top: 30px;
}
.proShow .toAllPro .com-more {
  margin: 0 auto;
}
.pro-show {
  position: relative;
  width: 31.3%;
  padding-bottom: 38px;
  margin-right: 3.05%;
  margin-bottom: 50px;
  background-color: #fff;
  overflow: hidden;
}
.pro-show:nth-of-type(3n) {
  margin-right: 0;
}
.pro-show .img {
  position: relative;
  padding-bottom: 97.1%;
  display: block;
}
.pro-show .img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  max-width: 75%;
  max-height: 90%;
  object-fit: contain;
}
.pro-show .name {
  font-family: 'AlibabaPuHuiTi-B';
}
.pro-show .des {
  font-family: 'AlibabaPuHuiTi-L';
}
.pro-show .txt .des {
  width: 61.5%;
  font-family: 'AlibabaPuHuiTi-L';
  margin: 23px auto 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.pro-show .hover-txt {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  width: 100%;
  height: 100%;
  background-color: #CB000B;
  padding: 67px 11.5% 0;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.pro-show .hover-txt::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  border-width: 38px;
  border-style: solid;
  border-color: #fff #fff transparent transparent;
}
.pro-show .hover-txt .bg-logo {
  position: absolute;
  right: 9.4%;
  bottom: 6.7%;
  width: 39.2%;
  z-index: 1;
}
.pro-show .hover-txt .name {
  position: relative;
  color: #fff;
  margin-bottom: 20px;
  z-index: 2;
}
.pro-show .hover-txt .des {
  position: relative;
  width: 80%;
  color: #fff;
  z-index: 2;
}
.pro-show .hover-txt .more {
  position: relative;
  margin-top: 43px;
  z-index: 2;
}
.pro-show .hover-txt .more::before {
  display: none;
}
.pro-show .hover-txt .more:hover span {
  color: #CB000B;
}
.pro-show .hover-txt .more:hover .icon {
  background-color: #CB000B;
}
.pro-show .hover-txt .more:hover .icon i {
  color: #fff;
}
.pro-show:hover .hover-txt {
  top: 0;
}
.honorB {
  position: relative;
}
.honorB .swiper-container-3d .swiper-slide-shadow-left,
.honorB .swiper-container-3d .swiper-slide-shadow-right {
  display: none;
}
.honor-swiper {
  width: 75.3%;
}
.honor-swiper .swiper-slide {
  width: 32%;
}
.honor-swiper .name {
  font-family: 'AlibabaPuHuiTi-L';
  color: #333333;
  margin-top: 51px;
  opacity: 0;
  visibility: visible;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.honor-swiper .swiper-slide-active .name {
  opacity: 1;
  visibility: visible;
}
.download-item {
  position: relative;
  width: 48.3%;
  min-height: 155px;
  padding: 0 3.8% 0 3.3%;
  background-color: #F6F8FA;
  margin-right: 3.4%;
  margin-bottom: 30px;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.download-item:nth-of-type(2n) {
  margin-right: 0;
}
.download-item .bgImg {
  position: absolute;
  left: 56.4%;
  top: 50%;
  transform: translateY(-50%);
}
.download-item .bgImg i {
  font-size: 74px;
  color: rgba(102, 102, 102, 0.07);
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.download-item .name {
  color: #333333;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.download-item .download * {
  color: #666666;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.download-item .download span {
  white-space: nowrap;
  margin-right: 5px;
}
.download-item .download i {
  font-size: 20px;
}
.download-item:hover {
  background-color: #CB000B;
}
.download-item:hover::before {
  transform: none;
  opacity: 1;
  visibility: visible;
}
.download-item:hover .bgImg i {
  color: rgba(255, 255, 255, 0.18);
}
.download-item:hover .name {
  color: #fff;
}
.download-item:hover .download * {
  color: #fff;
}
.gs2 .des {
  width: 75%;
}
.gs2 .num-items {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
.gs2 .num-item .numT {
  width: 130px;
  height: 130px;
  text-align: center;
  background-color: #fff;
  margin: 0 auto 22px;
  border-radius: 0 130px 130px 130px;
  box-shadow: 0px 5px 20px 1px rgba(221, 221, 221, 0.43);
  line-height: 1;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.gs2 .num-item .numT * {
  line-height: 1;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.gs2 .num-item .num {
  color: #333333;
}
.gs2 .num-item .dw {
  color: #666666;
}
.gs2 .num-item p {
  font-family: 'AlibabaPuHuiTi-L';
  color: #333333;
}
.gs2 .num-item:hover .numT {
  background-color: #CB000B;
}
.gs2 .num-item:hover .numT * {
  color: #fff;
}
.eventT {
  position: relative;
  margin-top: 22px;
}
.event-swiper1 .year {
  width: 34.1%;
  color: #CB000B;
  line-height: 1;
}
.event-swiper1 .intro {
  width: 49.2%;
}
.event-swiper1 .intro * {
  font-family: 'AlibabaPuHuiTi-L';
  color: #333333;
}
.eventB {
  position: relative;
  margin-top: 18px;
}
.eventB .line {
  position: absolute;
  left: 0;
  top: -6.2%;
  width: 100%;
}
.event-swiper2 .swiper-slide {
  position: relative;
  transform: scale(0.36);
  transition: 300ms;
  padding: 1px 0;
}
.event-swiper2 .swiper-slide .border {
  position: relative;
  width: 547px;
  height: 547px;
  border-radius: 50%;
}
.event-swiper2 .swiper-slide .border::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 90%;
  border: 1px dashed #CB000B;
  border-radius: 50%;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  transition: 300ms;
}
.event-swiper2 .swiper-slide .img {
  width: 91.4%;
  height: 91.4%;
  border-radius: 50%;
  overflow: hidden;
}
.event-swiper2 .swiper-slide .img::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.event-swiper2 .swiper-slide .img img {
  height: 100%;
  object-fit: cover;
}
.event-swiper2 .prev_nth2Mode .border,
.event-swiper2 .next_nth2Mode .border {
  transform: translateY(-33%);
}
.event-swiper2 .swiper-slide-thumb-active {
  transform: scale(1);
}
.event-swiper2 .swiper-slide-thumb-active .border::before {
  width: 100%;
  height: 100%;
  opacity: 1;
  visibility: visible;
}
.event-swiper2 .swiper-slide-thumb-active .img::before {
  opacity: 0;
}
.proList {
  background-color: #F7F7F7;
}
.proList .proL {
  position: relative;
  width: 52.1%;
  background-color: #fff;
}
.proList .proR {
  width: 47.9%;
  padding-left: 8.9%;
  padding-right: 14.6%;
}
.proList .proR .item:not(:last-of-type) {
  margin-bottom: 55px;
}
.proList .proR .itName {
  font-family: 'AlibabaPuHuiTi-B';
  color: #333333;
  margin-bottom: 16px;
}
.proList .proR .intro * {
  font-family: 'AlibabaPuHuiTi-L';
  color: #333333;
}
.proList .proR .color-item {
  margin-bottom: 20px;
  cursor: pointer;
}
.proList .proR .color-item:not(:last-of-type) {
  margin-right: 25px;
}
.proList .proR .color-item .img {
  width: 70px;
  height: 70px;
  box-sizing: border-box;
  margin-bottom: 20px;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.proList .proR .color-item.active .img {
  padding: 7px;
  border: 1px solid #666666;
}
.proList .proR .color-names {
  display: none;
}
.proList .proR .colName:not(:last-of-type) {
  margin-right: 25px;
}
.pro-swiper {
  width: 100%;
}
.pro-swiper .img {
  position: relative;
  padding-bottom: 76%;
}
.pro-swiper .img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.csT {
  height: 100px;
  background-color: #CB000B;
}
.cs-swiper {
  margin-left: 0;
  margin-right: 0;
}
.cs-swiper .swiper-wrapper {
  height: auto;
}
.cs-swiper .swiper-slide {
  position: relative;
  font-family: 'AlibabaPuHuiTi-L';
  color: #fff;
  padding-bottom: 13px;
  cursor: pointer;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.cs-swiper .swiper-slide::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 3px;
  background-color: #fff;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.cs-swiper .swiper-slide:not(:last-of-type) {
  margin-right: 80px;
}
.cs-swiper .swiper-slide:hover,
.cs-swiper .swiper-slide.active {
  font-family: 'AlibabaPuHuiTi-B';
}
.cs-swiper .swiper-slide:hover::after,
.cs-swiper .swiper-slide.active::after {
  left: 0;
  right: auto;
  width: 100%;
}
.csB {
  padding-top: 51px;
}
.csB .cs-box {
  display: none;
}
.csB .cs-box.select {
  display: block;
}
.csB img {
  display: inline;
  width: auto;
  max-width: 100% !important;
  height: auto !important;
}
.csB table {
  width: 100% !important;
  max-width: 100% !important;
  border-collapse: collapse !important;
}
.csB table tr {
  border-bottom: 1px solid #CCCCCC;
}
.csB table td {
  padding: 41px 1%;
  font-family: 'AlibabaPuHuiTi-L';
  vertical-align: middle;
}
.cs-item {
  border-bottom: 1px solid #CCCCCC;
}
.cs-item > span {
  display: inline-block;
  width: 50%;
  padding: 41px 0;
}
.cs-item * {
  color: #333333;
}
.cs-item .deta1 {
  font-family: 'AlibabaPuHuiTi-B';
}
.cs-item .deta2 {
  font-family: 'AlibabaPuHuiTi-L';
}
iframe {
  width: 100%;
}
iframe .application,
.application {
  padding-bottom: 48px;
}
iframe .al-items {
  display: flex;
  flex-wrap: wrap;
}
iframe .al-item,
.al-item {
  width: 48.9%;
  margin-right: 2.2%;
}
iframe .al-item:nth-of-type(2n),
.al-item:nth-of-type(2n) {
  margin-right: 0;
}
iframe .al-item .img,
.al-item .img {
  position: relative;
  padding-bottom: 74.7%;
  overflow: hidden;
}
iframe .al-item .img img,
.al-item .img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  height: 100%;
  object-fit: cover;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
iframe .al-item .txt,
.al-item .txt {
  position: relative;
  width: 90.8%;
  padding: 34px 8.1% 33px 7.3%;
  background-color: #fff;
  margin: -53px auto 0;
  z-index: 2;
}
iframe .al-item .txt::before,
.al-item .txt::before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 6px;
  background-color: #CB000B;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
iframe .al-item .tR,
.al-item .tR {
  flex-shrink: 0;
  margin-left: 5%;
}
iframe .al-item .name,
.al-item .name {
  font-family: 'AlibabaPuHuiTi-B';
  color: #333333;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
iframe .al-item .place,
.al-item .place {
  font-family: 'AlibabaPuHuiTi-L';
  color: #333333;
}
iframe .al-item .capacity,
.al-item .capacity {
  font-family: 'AlibabaPuHuiTi-L';
  color: #333333;
}
iframe .al-item .intro,
.al-item .intro {
  font-family: 'AlibabaPuHuiTi-B';
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
iframe .al-item .com-more,
.al-item .com-more {
  background-color: #F9F9F9;
  margin-top: 10px;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
iframe .al-item:hover .img img,
.al-item:hover .img img {
  transform: translate(-50%, -50%) scale(1.04);
}
iframe .al-item:hover .name,
.al-item:hover .name,
iframe .al-item:hover .intro,
.al-item:hover .intro {
  color: #CB000B;
}
iframe .al-item:hover .txt::before,
.al-item:hover .txt::before {
  left: 0;
  right: auto;
  width: 100%;
}
.solu-gs .des {
  width: 55.5%;
}
.slove-swiper .swiper-slide {
  font-family: 'AlibabaPuHuiTi-B';
  color: #DDDDDD;
  cursor: pointer;
}
.slove-swiper .swiper-slide:not(:last-of-type) {
  margin-right: 80px;
}
.slove-swiper .swiper-slide.active {
  color: #CB000B;
}
.solve .solv-box {
  display: none;
}
.solve .solv-box.select {
  display: block;
  animation: fadeIn 1s ease both;
}
.solve .al-item {
  margin-bottom: 50px;
}
.solve .com-more {
  background-color: #F7F7F7;
  margin: 0 auto;
}
.case .caseR {
  width: 44.4%;
}
.case .filter-item {
  width: 46.4%;
  height: 77px;
  border-bottom-width: 3px;
  border-bottom-style: solid;
}
.case .filter-item input,
.case .filter-item select {
  width: 100%;
  height: 100%;
  color: #333333;
  font-family: 'AlibabaPuHuiTi-L';
}
.case .filter-item input::placeholder,
.case .filter-item select::placeholder {
  color: #333333;
}
.case .filter-item input::-webkit-input-placeholder,
.case .filter-item select::-webkit-input-placeholder {
  color: #333333;
}
.case .filter-item input:-moz-placeholder,
.case .filter-item select:-moz-placeholder {
  color: #333333;
}
.case .filter-item input::-moz-placeholder,
.case .filter-item select::-moz-placeholder {
  color: #333333;
}
.case .filter-item input:-ms-input-placeholder,
.case .filter-item select:-ms-input-placeholder {
  color: #333333;
}
.case .search {
  position: relative;
  border-bottom-color: #DDDDDD;
}
.case .search input {
  padding-right: 20px;
}
.case .search .btn {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.case .search .btn i {
  font-size: 20px;
}
.case .filter {
  border-bottom-color: #CB000B;
}
.case .filter select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../images/xjt.png) no-repeat 100% 50%;
}
.case .al-item {
  margin-bottom: 50px;
}
.case .paging {
  margin-top: 61px;
}
.caInTo {
  background-color: #fff;
}
.caseInfo-swiper {
  position: relative;
}
.caseInfo-swiper .swiper-slide {
  text-align: center;
}
.caseInfo-swiper .swiper-slide .img {
  position: relative;
  display: inline-block;
  margin: 0 auto;
}
.caseInfo-swiper .swiper-slide .img::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 35.9%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  opacity: 0.6;
  z-index: 2;
}
.caseInfo-swiper .swiper-slide .img img {
  width: auto;
  max-width: 100%;
}
.caseInfo-swiper .swiper-pagination {
  bottom: 8.8%;
}
.caseInfo-swiper .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  background-color: #fff;
  margin: 0 10px !important;
  opacity: 1;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.caseInfo-swiper .swiper-pagination-bullet-active {
  background-color: #CB000B;
}
.caInBo {
  padding: 0 4.8%;
  background-color: #fff;
}
.ca-item {
  padding-top: 60px;
}
.ca-item:not(:last-of-type) {
  border-bottom: 1px solid #DDDDDD;
}
.ca-item .ca-name {
  position: relative;
  line-height: 1;
  margin-bottom: 26px;
  padding-left: 24px;
}
.ca-item .ca-name::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 90%;
  background-color: #CB000B;
}
.ca-item .box-item {
  width: 17.55%;
}
.ca-item .box-item * {
  color: #333333;
}
.ca-item .box-item .name {
  font-family: 'AlibabaPuHuiTi-B';
  margin-bottom: 14px;
}
.ca-item .box-item .intro {
  font-family: 'AlibabaPuHuiTi-L';
}
.ca-item .cpjj {
  width: 29.8%;
}
.ca-item1 {
  padding-bottom: 56px;
}
.ca-item2 .ca-box * {
  font-family: 'AlibabaPuHuiTi-L';
  color: #333333;
}
.firm .firmL {
  width: 44.2%;
}
.firm .firmL .com-tit .p2 {
  line-height: 1.4;
}
.firm .firmL .com-more {
  background-color: #F9F9F9;
}
.firm .firmR {
  width: 48.9%;
}
.history {
  background-color: #F7F7F7;
}
.hisL {
  position: relative;
  width: 55.6%;
}
.hisR {
  position: relative;
  width: 38.8%;
  margin-left: 5.6%;
}
.hisR .com-tit {
  padding-left: 15.4%;
}
.hisR .swiper-scrollbar {
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
}
.hisR .swiper-scrollbar-drag {
  background-color: #CB000B;
}
.history-swiper1 {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 52.1%;
}
.history-swiper1 .swiper-slide {
  position: relative;
}
.history-swiper1 .swiper-slide::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.9;
}
.history-swiper2 {
  width: 67.7%;
}
.history-swiper2 .img {
  border-radius: 0 40px 0 0;
  overflow: hidden;
}
.his-lc {
  position: relative;
  height: 562px;
}
.his-lc .lc-item {
  margin-bottom: 26px;
}
.his-lc .lc-item .year {
  font-family: 'AlibabaPuHuiTi-B';
  margin-bottom: 5px;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.his-lc .lc-item .intro * {
  font-family: 'AlibabaPuHuiTi-L';
  color: #333333;
}
.history-swiper3 {
  height: 100%;
  padding-left: 15.4%;
}
.history-swiper3::before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 97%;
  height: 26%;
  background: linear-gradient(180deg, rgba(247, 247, 247, 0) 0%, #F7F7F7 100%);
  z-index: 2;
}
.history-swiper3 .swiper-slide {
  height: auto;
  margin-bottom: 26px;
}
.ryzs .zsT {
  position: relative;
}
.ryzs-swiper .txt {
  position: relative;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  z-index: 1;
}
.ryzs-swiper .txt * {
  font-family: 'AlibabaPuHuiTi-B';
}
.ryzs-swiper .txt .year {
  line-height: 1;
}
.ryzs-swiper figure {
  position: relative;
  height: 100%;
}
.ryzs-swiper .txt1 {
  height: 100%;
}
.ryzs-swiper .txt1 * {
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.ryzs-swiper .txt2 {
  position: absolute;
  left: 5.9%;
  top: 55%;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  z-index: 3;
}
.ryzs-swiper .txt2 * {
  color: #fff;
}
.ryzs-swiper .txt2 .name {
  margin-top: 29px;
}
.ryzs-swiper .img {
  position: relative;
  max-width: 49.6%;
  max-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.ryzs-swiper .img img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.ryzs-swiper .img .icon {
  position: absolute;
  right: -12px;
  bottom: -12px;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.ryzs-swiper .img .icon i {
  font-size: 24px;
  color: #CB000B;
}
.ryzs-swiper .swiper-slide {
  position: relative;
  height: 400px;
  padding: 63px 3.1% 40px 2.3%;
  background-color: #F7F7F7;
  overflow: hidden;
  cursor: pointer;
}
.ryzs-swiper .swiper-slide::before {
  content: '';
  position: absolute;
  left: -625px;
  top: 50%;
  transform: translateY(-50%);
  width: 625px;
  height: 625px;
  background-color: #CB000B;
  border-radius: 50%;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  z-index: 2;
}
.ryzs-swiper .swiper-slide:hover::before {
  left: -15.8%;
}
.ryzs-swiper .swiper-slide:hover .txt2 {
  top: 50%;
  opacity: 1;
  visibility: visible;
}
.ryzs-swiper .swiper-slide:hover .img .icon {
  bottom: -20px;
  opacity: 1;
  visibility: visible;
}
.team {
  background-color: #F7F7F7;
}
.team-swiper1 .swiper-slide {
  position: relative;
}
.team-swiper1 .txt {
  position: absolute;
  top: 50%;
  left: 5.2%;
  transform: translateY(-50%);
  width: 28.4%;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 0 30px 0 0;
  padding: 49px 29px 38px 36px;
}
.team-swiper1 h3 {
  font-family: 'AlibabaPuHuiTi-B';
}
.team-swiper1 .intro {
  margin-top: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.team-swiper1 .intro * {
  font-family: 'AlibabaPuHuiTi-L';
  color: #333333;
}
.team-swiper1 .com-more {
  background-color: transparent;
  margin-top: 13px;
}
.team-swiper2 {
  margin-top: 50px;
}
.team-swiper2 * {
  font-family: 'AlibabaPuHuiTi-B';
  color: #333333;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.team-swiper2 .name {
  margin-left: 12px;
}
.team-swiper2 .swiper-slide {
  position: relative;
  cursor: pointer;
  padding-bottom: 40px;
  border-bottom: 3px solid #DDDDDD;
}
.team-swiper2 .swiper-slide::before {
  content: '';
  position: absolute;
  right: 0;
  bottom: -3px;
  width: 0;
  height: 3px;
  background-color: #CB000B;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.team-swiper2 .swiper-slide-thumb-active * {
  color: #CB000B;
}
.team-swiper2 .swiper-slide-thumb-active::before {
  left: 0;
  right: auto;
  width: 100%;
}
.wh-item {
  position: relative;
  width: 28.7%;
  margin-right: 6.95%;
  overflow: hidden;
}
.wh-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  width: 100%;
  background-color: #DDDDDD;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.wh-item:nth-of-type(3n) {
  margin-right: 0;
}
.wh-item .wh1,
.wh-item .wh2 {
  font-family: 'AlibabaPuHuiTi-B';
  line-height: 1;
}
.wh-item .wh1 {
  margin-bottom: 42px;
}
.wh-item .wh2 {
  min-height: 96px;
  margin-bottom: 36px;
}
.wh-item .img {
  overflow: hidden;
}
.wh-item .img img {
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.wh-item .hover-txt {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  width: 100%;
  height: 100%;
  padding: 46px 11.4%;
  background: #F7F7F7 url(../img/wh-bg.png) no-repeat right top;
  background-size: cover;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.wh-item .hover-txt::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  width: 100%;
  background-color: #CB000B;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.wh-item .hover-txt .name {
  color: #CB000B;
  margin-bottom: 23px;
}
.wh-item .hover-txt .intro {
  overflow-y: auto;
  max-height: 350px;
}
.wh-item .hover-txt .intro::-webkit-scrollbar {
  width: 3px;
  background-color: transparent;
}
.wh-item .hover-txt .intro::-webkit-scrollbar-track {
  background-color: transparent;
}
.wh-item .hover-txt .intro::-webkit-scrollbar-thumb {
  background-color: #CB000B;
}
.wh-item .hover-txt .intro * {
  font-family: 'AlibabaPuHuiTi-L';
  color: #333333;
}
.wh-item:hover .hover-txt {
  top: 0;
}
.wh-item:hover .img img {
  transform: scale(1.04);
}
.style-items {
  position: relative;
}
.style-items .swi-btn {
  transform: translateY(-50%);
}
.style-items .swi-next {
  right: -60px;
}
.style-items .swi-prev {
  left: -60px;
}
.style-item {
  height: auto;
  background-color: #F7F7F7;
}
.style-item .img {
  width: 45.9%;
  height: 100%;
  overflow: hidden;
}
.style-item .img img {
  height: 100%;
  object-fit: cover;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.style-item .txt {
  width: 54.1%;
  padding: 0 4.1%;
}
.style-item .name {
  font-family: 'AlibabaPuHuiTi-B';
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 28px;
}
.style-item .date {
  color: #666666;
}
.style-item:hover .img img {
  transform: scale(1.04);
}
.about-banner::before {
  height: 52.4%;
}
.subHead {
  border-bottom: 1px solid #DDDDDD;
}
.subHead .back {
  color: #666666;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.subHead .back:hover {
  color: #CB000B;
}
.sub-swiper {
  margin-left: 0;
  margin-right: 0;
  padding: 28px 0;
  max-width: calc(100% - 100px);
}
.sub-swiper .swiper-slide {
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.sub-swiper .swiper-slide:not(:last-of-type) {
  margin-right: 120px;
}
.sub-swiper .swiper-slide:hover,
.sub-swiper .swiper-slide.active {
  color: #CB000B;
}
.company .img {
  height: 36.5vw;
}
.company .num-items .line,
.enPros .num-items .line {
  position: relative;
  width: 1px;
}
.company .num-items .line::before,
.enPros .num-items .line::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 134px;
  background-color: #DDDDDD;
}
.company .num-item *,
.enCompany .num-item * {
  line-height: 1;
}
.company .num-item .icon i,
.enCompany .num-item .icon i {
  font-size: 50px;
  color: #CB000B;
}
.company .num-item .number,
.enCompany .num-item .number {
  color: #CB000B;
}
.company .num-item .num,
.enCompany .num-item .num {
  display: inline-block;
  color: #CB000B;
  margin-top: 7px;
}
.company .num-item .num *,
.enCompany .num-item .num * {
  color: #CB000B;
}
.company .num-item .name,
.enCompany .num-item .name {
  margin-top: 7px;
}
.company .num-item .name {
  font-family: 'AlibabaPuHuiTi-L';
}
.display-item {
  width: 25.8%;
}
.display-item .icon {
  position: relative;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  box-sizing: border-box;
  border: 1px solid #DDDDDD;
  margin: 0 auto;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.display-item .icon i {
  font-size: 41px;
  color: #CB000B;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.display-item .p1 {
  font-family: 'AlibabaPuHuiTi-L';
  color: #CB000B;
  margin-top: 20px;
  margin-bottom: 18px;
}
.display-item .p2 {
  font-family: 'AlibabaPuHuiTi-B';
  line-height: 1.5;
}
.display-item:hover .icon {
  border-color: #CB000B;
  background-color: #CB000B;
}
.display-item:hover .icon i {
  color: #fff;
}
.lab {
  background-color: #F7F7F7;
}
.labT .com-tit {
  max-width: 59.9%;
}
.labB {
  position: relative;
}
.labB .swi-pagi {
  position: relative;
  height: 1px;
  background-color: #CBCBCB;
}
.labB .swiper-pagination {
  height: 4px;
  background-color: transparent;
}
.labB .swiper-pagination-progressbar-fill {
  background-color: #CB000B;
}
.lab-swiper .swiper-slide {
  position: relative;
  width: 65.1%;
  padding: 0 1.3%;
}
.lab-swiper .swiper-slide:hover .img img {
  transform: scale(1.04);
}
.lab-swiper .img {
  position: relative;
  overflow: hidden;
}
.lab-swiper .img::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 26.3%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  opacity: 0.65;
  z-index: 1;
}
.lab-swiper .img img {
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.lab-swiper .txt {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4%;
  padding: 0 5%;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  z-index: 2;
}
.lab-swiper .txt * {
  font-family: 'AlibabaPuHuiTi-L';
  color: #fff;
}
.lab-swiper .swiper-slide-active .txt {
  bottom: 7.3%;
  opacity: 1;
  visibility: visible;
}
.tech-items {
  position: relative;
  height: 600px;
}
.tech-items .num-items {
  position: relative;
  height: 100%;
}
.tech-items .num-item {
  position: absolute;
}
.tech-items .num-item * {
  color: #fff;
}
.tech-items .numL {
  margin-right: 14px;
}
.tech-items .cir {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #fff;
}
.tech-items .line {
  width: 1px;
  height: 236px;
  border-radius: 40px;
  background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.76), #ffffff, rgba(255, 255, 255, 0.76), transparent);
  margin: 0 auto;
  opacity: 0.46;
}
.tech-items .num {
  font-family: 'AlibabaPuHuiTi-B';
  line-height: 1;
  margin-bottom: 10px;
}
.tech-items .te-name {
  font-family: 'AlibabaPuHuiTi-L';
  line-height: 1.4;
}
.tech-items .num1 {
  left: 5.3%;
  bottom: 8.2%;
}
.tech-items .num2 {
  left: 13.5%;
  bottom: 30.3%;
}
.tech-items .num3 {
  left: 24.9%;
  bottom: 12.5%;
}
.tech-items .num4 {
  left: 35%;
  bottom: 25.2%;
}
.tech-items .num5 {
  left: 44.6%;
  bottom: 6%;
}
.tech-items .num6 {
  left: 56.4%;
  bottom: 30.3%;
}
.tech-items .num7 {
  left: 65.5%;
  bottom: 1%;
}
.tech-items .num8 {
  left: 77.8%;
  bottom: 38.3%;
}
.tech-items .num8 .te-name {
  width: 155px;
}
.tech-items .num9 {
  left: 85.4%;
  bottom: 9.3%;
}
.leader {
  position: relative;
}
.leader .bgR {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 69%;
  z-index: -1;
}
.leaderL {
  width: 31%;
  background-color: #CB000B;
}
.ld-wrap {
  position: relative;
  width: 75.9%;
  transform: translateX(50%);
  margin-left: auto;
}
.ld-wrap .swi-prev {
  left: -60px;
}
.ld-wrap .swi-next {
  right: -60px;
}
.leaderR {
  width: 69%;
  padding-left: 20.7%;
  padding-right: 14.3%;
  padding-bottom: 40px;
}
.leaderR .name {
  font-family: 'AlibabaPuHuiTi-B';
  margin-bottom: 30px;
}
.leaderR .des * {
  font-family: 'AlibabaPuHuiTi-B';
}
.leaderR .intro {
  margin-top: 43px;
}
.view {
  background-color: #F7F7F7;
}
.view .intro {
  margin-top: 36px;
}
.view .swiper-pagination {
  margin-top: 40px;
}
.view-swiper .swiper-slide {
  position: relative;
  width: 68.2%;
}
.view-swiper .swiper-slide::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.72;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.view-swiper .swiper-slide-active::before {
  opacity: 0;
}
.innovate .innoB .inno-item:first-of-type {
  margin-right: 4.1%;
}
.inno-item {
  position: relative;
  width: 30.7%;
  height: 155px;
  padding: 0 1.6% 0 3.6%;
  background-color: #F7F7F7;
  margin-bottom: 53px;
  border-radius: 0 20px 0 0;
  line-height: 1;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.inno-item::before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 3px;
  background-color: #CB000B;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.inno-item .logo {
  position: absolute;
  right: 11.6%;
  top: 50%;
  transform: translateY(-50%);
  width: 21.4%;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  z-index: -1;
}
.inno-item * {
  line-height: 1.2;
}
.inno-item .numT {
  margin-bottom: 10px;
}
.inno-item .numT * {
  color: #CB000B;
}
.inno-item .dw {
  display: inline-block;
  vertical-align: text-top;
  margin-top: 10px;
  margin-left: 10px;
}
.inno-item .numName {
  color: #666666;
  font-family: 'AlibabaPuHuiTi-L';
}
.inno-item:hover {
  background-color: #fff;
  box-shadow: 0px 10px 30px 1px rgba(221, 221, 221, 0.48);
}
.inno-item:hover::before {
  left: 0;
  right: auto;
  width: 100%;
}
.inno-item:hover .logo {
  opacity: 1;
  visibility: visible;
}
.dynamics {
  background-color: #F7F7F7;
}
.dynaT {
  position: relative;
}
.dyna-swiper .img {
  width: 51.9%;
  height: 100%;
  overflow: hidden;
}
.dyna-swiper .img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  object-fit: cover;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.dyna-swiper .pic {
  position: relative;
  padding-bottom: 62.8%;
}
.dyna-swiper .txt {
  width: 48.1%;
  padding: 31px 2.6% 0 4.8%;
}
.dyna-swiper .date {
  position: relative;
  display: inline-block;
  border-bottom: 1px solid #CB000B;
}
.dyna-swiper .date * {
  color: #666666;
  line-height: 1;
}
.dyna-swiper .year {
  writing-mode: vertical-lr;
}
.dyna-swiper .name {
  color: #333333;
  line-height: 1.4;
  margin-top: 45px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.dyna-swiper .des {
  color: #333333;
  margin-top: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.dyna-swiper .com-more {
  background-color: #F9F9F9;
  margin-top: 55px;
}
.dyna-swiper .swiper-slide {
  background-color: #fff;
}
.dyna-swiper .swiper-slide:hover .img img {
  transform: translate(-50%, -50%) scale(1.04);
}
.news {
  margin-top: 28px;
}
.news-item {
  padding: 50px 0;
  border-bottom: 1px solid #CCCCCC;
}
.news-item .txt {
  width: 53.9%;
  margin-right: 14.1%;
}
.news-item .date {
  color: #666666;
}
.news-item .name {
  color: #333333;
  font-family: 'AlibabaPuHuiTi-B';
  margin-top: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.news-item .des {
  color: #333333;
  font-family: 'AlibabaPuHuiTi-L';
  margin-top: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-item .img {
  width: 32%;
  overflow: hidden;
}
.news-item .img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  object-fit: cover;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.news-item .pic {
  position: relative;
  padding-bottom: 61.2%;
}
.news-item:hover .name {
  color: #CB000B;
}
.news-item:hover .img img {
  transform: translate(-50%, -50%) scale(1.04);
}
.notices {
  background-color: #F7F7F7;
}
.notice-item {
  width: 30.9%;
  padding: 45px 2.6% 37px;
  margin-right: 3.65%;
  margin-bottom: 50px;
  background-color: #fff;
  border-top: 4px solid #CB000B;
}
.notice-item:nth-of-type(3n) {
  margin-right: 0;
}
.notice-item .name {
  font-family: 'AlibabaPuHuiTi-B';
  color: #333333;
  line-height: 1.5;
  margin-bottom: 67px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.notice-item .des {
  font-family: 'AlibabaPuHuiTi-L';
  color: #666666;
  margin-bottom: 66px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.notice-item .date {
  color: #666666;
}
.notice-item:hover .name {
  color: #CB000B;
}
.bgcolor1 {
  background-color: #fff;
}
.new-banner * {
  color: #fff;
}
.new-banner .date i {
  font-size: 20px;
  margin-right: 10px;
}
.new-infoL {
  width: 61%;
  margin-right: 8.2%;
}
.new-infoL .info {
  border-bottom: 1px solid #CCCCCC;
}
.new-infoL .info * {
  font-family: 'AlibabaPuHuiTi-L' !important;
  font-size: inherit !important;
  color: #333333 !important;
}
.new-infoL .info img {
  display: inline;
  width: auto;
  max-width: 100% !important;
  height: auto !important;
}
.new-infoL .info h1,
.new-infoL .info h2,
.new-infoL .info h3,
.new-infoL .info h4,
.new-infoL .info h5,
.new-infoL .info h6 {
  font-weight: bold;
}
.new-infoL .info h1 *,
.new-infoL .info h2 *,
.new-infoL .info h3 *,
.new-infoL .info h4 *,
.new-infoL .info h5 *,
.new-infoL .info h6 * {
  font-weight: bold;
}
.new-infoL .info em {
  font-style: italic;
}
.new-infoL .info em * {
  font-style: italic;
}
.new-infoL .info strong,
.new-infoL .info b {
  font-weight: bold;
}
.new-infoL .info strong *,
.new-infoL .info b * {
  font-weight: bold;
}
.new-infoL .info table {
  width: 100% !important;
  max-width: 100% !important;
  border-collapse: collapse !important;
}
.new-infoL .info tr {
  border: 0.045rem solid #333333;
}
.new-infoL .info th,
.new-infoL .info td {
  padding: 0.455rem 0.2%;
  border: 0.045rem solid #333333;
  text-align: center;
  vertical-align: middle;
}
.new-infoL .info ol,
.new-infoL .info li {
  list-style: disc;
}
.new-infoL .info video {
  width: auto;
  max-width: 100% !important;
}
.new-infoL .page {
  padding-top: 57px;
}
.new-infoL .page-item {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.new-infoL .page-item * {
  font-family: 'AlibabaPuHuiTi-L';
  color: #666666;
}
.new-infoL .next {
  margin-top: 26px;
}
.new-infoR {
  width: 30.8%;
  padding: 36px 4.2% 68px;
  background-color: #F7F7F7;
}
.new-infoR h3 {
  padding-bottom: 26px;
  border-bottom: 1px solid #CCCCCC;
}
.reco-item {
  display: block;
  padding: 29px 0 31px;
  border-bottom: 1px solid #CCCCCC;
}
.reco-item * {
  color: #666666;
}
.reco-item .name {
  line-height: 1.4;
  margin-bottom: 23px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.reco-item:hover .name {
  color: #CB000B;
}
.reseach .intro {
  width: 84.2%;
  margin-left: auto;
  margin-right: auto;
}
.reseach .num-item {
  position: relative;
  padding-left: 136px;
  padding-right: 136px;
}
.reseach .num-item:not(:last-of-type)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 90%;
  background-color: #DDDDDD;
}
.reseach .num-item * {
  line-height: 1;
}
.reseach .num-item .numT {
  margin-bottom: 7px;
}
.reseach .num-item .numT * {
  color: #CB000B;
}
.reseach .num-item .dw {
  margin-top: 10px;
}
.reseach .num-item p {
  font-family: 'AlibabaPuHuiTi-L';
}
.patent .com-tit .p2 {
  color: #fff;
}
.fmzl {
  position: relative;
}
.fmzl .swi-btn::before {
  display: none;
}
.fmzl .swi-btn:hover::after {
  color: #CB000B;
}
.fmzl .swi-prev {
  left: 0;
}
.fmzl .swi-next {
  right: 0;
}
.patent-swiper {
  width: 81.2%;
}
.patent-swiper .swiper-slide {
  width: 32.1%;
}
.patent-swiper .img {
  width: 100%;
}
.standardL {
  width: 50%;
  padding-right: 6.6%;
}
.standardL .des {
  margin-bottom: 45px;
}
.standardL .des * {
  font-family: 'AlibabaPuHuiTi-B';
}
.standardL .des .num {
  color: #CB000B;
}
.standardL .swiper-pagination {
  position: relative;
  bottom: auto;
  width: auto;
  font-family: 'AlibabaPuHuiTi-B';
  color: #666666;
  text-align: left;
  margin-right: 25px;
}
.standardL .swiper-pagination-current {
  color: #CB000B;
}
.standardL .lines {
  position: relative;
  width: 57.8%;
  height: 2px;
  background-color: #DDDDDD;
}
.standardL .lines .line {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 0;
  background-color: #CB000B;
}
.standardR {
  position: relative;
  width: 50%;
  background-color: #F7F7F7;
}
.standardR .swi-prev {
  left: 10.8%;
}
.standardR .swi-next {
  right: 10.8%;
}
.bz-swiper {
  width: 51%;
}
.relate-News {
  background-color: #EFEFEF;
}
.re-new {
  display: inline-block;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 50px;
}
.re-new:nth-of-type(3n) {
  margin-right: 0;
}
.re-new .txB-item {
  background-color: #fff;
}
.cyrh-item {
  width: 31.4%;
  margin-bottom: 48px;
  margin-right: 2.9%;
}
.cyrh-item:nth-of-type(3n) {
  margin-right: 0;
}
.cyrh-item .img {
  position: relative;
  padding-bottom: 73.7%;
  background-color: #fff;
  overflow: hidden;
}
.cyrh-item .img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  max-width: 84%;
  max-height: 100%;
  object-fit: contain;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.cyrh-item p {
  font-family: 'AlibabaPuHuiTi-L';
  margin-top: 20px;
}
.cyrh-item:hover .img img {
  transform: translate(-50%, -50%) scale(1.04);
}
.xqhz-swiper .img {
  position: relative;
  overflow: hidden;
}
.xqhz-swiper .img img {
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.xqhz-swiper .txt {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5%;
  padding: 33px 0;
  background-color: rgba(203, 0, 11, 0.65);
  opacity: 0;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.xqhz-swiper .txt * {
  color: #fff;
}
.xqhz-swiper .swiper-slide {
  width: 53.6%;
  padding: 0 1.3%;
}
.xqhz-swiper .swiper-slide:hover .img img {
  transform: scale(1.04);
}
.xqhz-swiper .swiper-slide-active .txt {
  bottom: 0;
  opacity: 1;
}
.xqhz-swiper .swi-prev {
  left: 20.6%;
}
.xqhz-swiper .swi-next {
  right: 20.6%;
}
.ser-item {
  width: 27.8%;
  height: 390px;
  padding-top: 95px;
  background-color: #F7F7F7;
  margin-right: 8.3%;
}
.ser-item:nth-of-type(3n) {
  margin-right: 0;
}
.ser-item .icon {
  position: relative;
  width: 67px;
  height: 67px;
  margin: 0 auto 33px;
  border-radius: 50%;
  border: 1px solid #CB000B;
  box-sizing: border-box;
}
.ser-item .icon i {
  font-size: 20px;
  color: #CB000B;
}
.ser-item .intro {
  margin-top: 21px;
  margin-bottom: 37px;
}
.ser-item .gray {
  font-family: 'AlibabaPuHuiTi-L';
  color: #666666;
}
.ser-item .intro1 {
  color: #CB000B;
  margin-bottom: 28px;
}
.ser-item .img {
  width: 150px;
  margin: 0 auto;
  background-color: #fff;
}
.ser-item .gzh-name {
  margin-top: 51px;
}
.ser-item .toGo {
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.ser-item .toGo:hover {
  color: #CB000B;
}
.bus-plate {
  background-color: #EFEFEF;
}
.plates .plate-t {
  position: relative;
  padding-bottom: 43px;
  border-bottom: 1px solid #C4C4C4;
}
.plates .plate-t::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 7.7%;
  height: 3px;
  background-color: #CB000B;
}
.plates .plate-t h3 {
  font-family: 'AlibabaPuHuiTi-B';
  line-height: 1;
}
.plates .plate {
  width: 47.6%;
  padding: 38px 2.1% 42px 2.9%;
  background-color: #fff;
  margin-right: 4.8%;
  margin-bottom: 40px;
}
.plates .plate:nth-of-type(2n) {
  margin-right: 0;
}
.plates .plate .name {
  font-family: 'AlibabaPuHuiTi-B';
  line-height: 1;
  margin-bottom: 25px;
}
.plates .plate .item {
  font-family: 'AlibabaPuHuiTi-L';
}
.plates .plate .item:not(:last-of-type) {
  margin-bottom: 17px;
}
.inquire {
  width: 53.9%;
  margin-left: auto;
  margin-right: auto;
}
.inquire .sort-item {
  width: 48.3%;
  height: 66px;
  margin-right: 3.4%;
}
.inquire .sort-item:last-of-type {
  margin-right: 0;
}
.inquire .sort-item input,
.inquire .sort-item select {
  width: 100%;
  height: 100%;
  color: #333333;
  font-family: 'AlibabaPuHuiTi-L';
  box-sizing: border-box;
  border: 1px solid #DDDDDD;
}
.inquire .sort1 {
  position: relative;
}
.inquire .sort1 input {
  padding: 0 13.2% 0 6.4%;
  background-color: #EEEEEE;
}
.inquire .sort1 .btn {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  width: 13.2%;
  cursor: pointer;
}
.inquire .sort1 .btn i {
  font-size: 18px;
}
.inquire .sort2 select {
  padding: 0 5%;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #EEEEEE url(../images/xjt.png) no-repeat 96% 50%;
}
.dealer .result {
  padding-right: 5.3%;
  overflow-y: auto;
  max-height: 416px;
  margin-top: 44px;
}
.dealer .result::-webkit-scrollbar {
  width: 3px;
  background-color: #DDDDDD;
}
.dealer .result::-webkit-scrollbar-track {
  background-color: #DDDDDD;
}
.dealer .result::-webkit-scrollbar-thumb {
  background-color: #CB000B;
}
.dealer .result-item {
  padding: 25px 0 15px;
  border-bottom: 1px solid #DDDDDD;
}
.dealer .result-item:first-of-type {
  padding-top: 0;
}
.dealer .result-item * {
  color: #333333;
}
.dealer .result-item .firm-name {
  position: relative;
  padding-left: 4.2%;
}
.dealer .result-item .firm-name::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #CB000B;
}
.dealer .result-item .place {
  flex-shrink: 0;
  margin-left: 0;
}
.dealer .result-item .place i {
  color: #CB000B;
  margin-right: 18px;
}
.talent .tal-intro {
  width: 84.2%;
  margin-left: auto;
  margin-right: auto;
}
.talent .bg {
  display: none;
}
.welfare-item {
  position: relative;
  width: 25%;
  padding: 85px 2.9% 82px;
  perspective: 300px;
  transform-style: preserve-3d;
  opacity: 0.5;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.welfare-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #CB000B;
  -webkit-transform: rotateY(10deg);
  transform: rotateY(10deg);
  transform-origin: center top 0;
  -webkit-transform-origin: center top 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  z-index: -1;
}
.welfare-item * {
  color: #fff;
}
.welfare-item i {
  font-size: 53px;
}
.welfare-item .wel-name {
  font-family: 'AlibabaPuHuiTi-B';
  margin-bottom: 39px;
}
.welfare-item .intro * {
  font-family: 'AlibabaPuHuiTi-L';
  line-height: 2;
}
.welfare-item:hover {
  opacity: 1;
}
.welfare-item:hover::before {
  transform: none;
  opacity: 1;
  visibility: visible;
}
.jobs .des {
  color: #666666;
}
.jobs .job-wrap {
  width: 78.3%;
  margin-left: auto;
  margin-right: auto;
}
.jobs .jobT {
  padding: 22px 0 21px;
  background-color: #CB000B;
}
.jobs .jobT * {
  color: #fff;
}
.jobs .item {
  flex: 1;
}
.jobs .item em {
  position: relative;
  display: inline-block;
  width: 11px;
  height: 8px;
  margin-left: 9px;
}
.jobs .item em::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-width: 4px 5px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
.jobs .item2 {
  flex: 2;
}
.jobs .item6 {
  flex: 0.4;
}
.jobs .items {
  padding: 27px 0 19px;
}
.jobs .items:nth-of-type(even) {
  background-color: #F7F7F7;
}
.jobs .jobB * {
  font-family: 'AlibabaPuHuiTi-L';
}
.jobs .jobB .item6 .jh {
  position: relative;
  display: inline-block;
  width: 19px;
  height: 19px;
}
.jobs .jobB .item6 .jh::before,
.jobs .jobB .item6 .jh::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #DDDDDD;
}
.jobs .jobB .item6 .jh::before {
  width: 3px;
  height: 100%;
}
.jobs .jobB .item6 .jh::after {
  width: 100%;
  height: 3px;
}
.enCompany .num-item {
  position: relative;
  width: 25%;
  padding: 0 1%;
  box-sizing: border-box;
  text-align: center;
  margin-bottom: 105px;
}
.enCompany .num-item:nth-of-type(-n+4) .name {
  margin-top: 32px;
}
.enCompany .num-item::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 134px;
  background-color: #DDDDDD;
}
.enCompany .num-item:nth-of-type(4n)::after {
  display: none;
}
.profile-intro {
  margin-top: 37px;
}
.grc {
  margin-top: 42px;
}
.grc .com-intro {
  margin-top: 19px;
}
.enlx {
  position: relative;
}
.enlx .lxTxt {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 52%;
  padding-left: 4.6%;
  padding-right: 4.6%;
  padding-bottom: 30px;
  color: #fff;
  background-color: rgba(203, 0, 11, 0.91);
}
.enlx .name {
  line-height: 1.5;
  font-weight: bold;
}
.enlx .intro > p {
  margin-bottom: 13px;
}
.enlx .intro > p:last-of-type {
  margin-bottom: 0;
}
.enPros {
  position: relative;
}
.enPros::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 79.8vw;
  height: 1px;
  background-color: #DDDDDD;
}
.enPros .num-item {
  text-align: center;
}
.enPros .num-item .number {
  line-height: 1;
  color: #CB000B;
}
.enPros .num-item .number * {
  color: inherit;
}
.enproad-items {
  margin-top: 17px;
}
.enproad-item {
  width: 23.5%;
  line-height: 1.4;
  padding: 50px 2.5%;
  margin-right: 2%;
  margin-top: 32px;
  text-align: center;
  background-color: #F7F7F7;
}
.enproad-item:nth-of-type(4n) {
  margin-right: 0;
}
.enproad-item .ico {
  position: relative;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  box-sizing: border-box;
  border: 1px solid #CCCCCC;
  margin: 0 auto;
}
.enproad-item .ico i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 38px;
  color: #CCCCCC;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.enproad-item .name {
  font-weight: 500;
  margin-top: 23px;
}
.enproad-item .des {
  min-height: 84px;
  color: #CB000B;
  font-weight: 500;
  margin-top: 9px;
}
.enproad-item .intro {
  color: #707070;
}
.enproad-item:hover .ico i {
  transform: translate(-50%, -50%) rotateY(360deg);
}
.pro-display .com-more {
  margin: 0 auto;
}
.pdisplay-item {
  padding: 0 3.8%;
  margin-bottom: 40px;
  border: 1px solid #CCCCCC;
}
.pdisplay-item:last-of-type {
  margin-bottom: 0;
}
.pdisplay-item .txt {
  width: 43.5%;
  padding: 20px 0;
  margin-right: 31.2%;
}
.pdisplay-item .pic {
  width: 25.3%;
}
.pdisplay-item .name {
  font-family: 'AlibabaPuHuiTi-B';
}
.pdisplay-item .des {
  font-family: 'AlibabaPuHuiTi-L';
  margin-top: 20px;
}
.pdisplay-item .downlaod {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  padding: 0 31px;
  color: #fff;
  border-radius: 25px;
  margin-top: 43px;
  background-color: #CB000B;
}
.pdisplay-item .img {
  position: relative;
  padding-bottom: 106%;
  overflow: hidden;
}
.pdisplay-item .img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  max-width: 80%;
  max-height: 90%;
  object-fit: contain;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.pdisplay-item:hover .img img {
  -webkit-transform: translate(-50%, -50%) scale(1.04);
  transform: translate(-50%, -50%) scale(1.04);
}
.enCase-wrap .swi-pagi {
  position: relative;
  height: 1px;
  background-color: #CBCBCB;
}
.enCase-wrap .swiper-pagination {
  position: relative;
  flex: 1;
  height: 4px;
  background-color: transparent;
}
.enCase-wrap .swiper-pagination::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background-color: #CBCBCB;
}
.enCase-wrap .swiper-pagination-progressbar-fill {
  background-color: #CB000B;
}
.enCase-wrap .swi-box {
  flex-shrink: 0;
  margin-left: 40px;
}
.encase-swiper .encase-item {
  position: relative;
}
.encase-swiper .encase-item:hover .ho-txt {
  top: 0;
}
.encase-swiper .img {
  position: relative;
}
.encase-swiper .img::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 35.4%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  opacity: 0.59;
  z-index: 1;
}
.encase-swiper .txt {
  position: absolute;
  left: 50%;
  bottom: 8.7%;
  transform: translateX(-50%);
  padding: 0 1%;
  width: 100%;
  z-index: 1;
}
.encase-swiper .name {
  font-weight: 500;
  color: #fff;
  line-height: 1.4;
}
.encase-swiper .ho-txt {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  width: 100%;
  height: 100%;
  padding: 45px 8.6%;
  background-color: rgba(203, 0, 11, 0.9);
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  z-index: 1;
}
.encase-swiper .case-intro {
  line-height: 2;
  color: #fff;
  margin-top: 11px;
  max-height: 85%;
  overflow-y: auto;
}
.encase-swiper .case-intro::-webkit-scrollbar {
  width: 3px;
  background-color: rgba(255, 255, 255, 0.18);
}
.encase-swiper .case-intro::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.18);
}
.encase-swiper .case-intro::-webkit-scrollbar-thumb {
  background-color: #fff;
}
.encase-swiper .case-intro * {
  color: #fff;
}
