.homeIntro {
  padding: 30px 0 0 0;
  width: 100%;
  margin: 0 auto;

}

.homeIntro .homeIntro-container {
  position: relative;
  display: flex;
  font-size: 12px;
  justify-content: space-between;
}

.homeIntro-container .main-left {
  width: 539px;
}

.homeIntro-container .main-left img {
  height: 357px;
  width: 539px;
  object-fit: cover;
  border-radius: 8px;
}

.homeIntro-container .main-right {
  width: calc(100% - 539px);
  height: 357px;
  padding: 0px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.homeIntro-container .main-right .title {
  font-size: 36px;
  line-height: 30px;
  text-align: right;
  letter-spacing: 1px;
  font-weight: 600;
  color: #333333;
  text-align: right;
  margin-bottom: 10px;
}

.homeIntro-container .main-right .subTitle {
  font-family: Roboto;
  font-size: 20px;
  line-height: 30px;
  text-align: right;
  letter-spacing: 0px;
  color: #999999;
  text-align: right;
  margin-bottom: 32px;
}

.homeIntro-container .main-right .content {
  display: flex;
  align-items: center;
  margin-left: -50px;
  position: relative;
  margin-bottom: 30px;
}

.homeIntro-container .main-right .content .content-column {
  background: #ffffff;
  box-shadow: 0px 22px 44px rgba(176, 183, 195, 0.12);
  border-radius: 4px;
  width: 260px;
  height: 149px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: 32px;
}

.homeIntro-container .main-right .content .content-column .top {
  font-family: Poppins;
  font-weight: 600;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: -1px;
  color: #1f212f;
  margin-bottom: 8px;
  display: flex;
}

.homeIntro-container .main-right .content .content-column .top img {
  margin: 8px 0 0 10px;
  width: 20px;
  height: 20px;
}

.homeIntro-container .main-right .content .content-column .bottom {
  font-size: 18px;
  line-height: 1.5em;
  text-align: center;
  color: #1f212f;
}

.homeIntro-container .main-right .content .content-column:last-child {
  margin-right: 0;
}

.titbar-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0 25px 0;
}
.titbar-header .nav {
  width: 50px;
  height: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.titbar-header .nav .el-icon-arrow-left {
  color: #000000;
  font-size: 12px;
}

.titbar-header .nav .el-icon-arrow-right {
  color: #ffffff;
  font-size: 12px;
}

.titbar-header .nav .left-btn {
  background: #ffffff;
  border-radius: 4px;
  border: none;
  width: 20px;
  height: 20px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.titbar-header .nav .swiper-button-next ,.titbar-header .nav .swiper-button-prev{
  background-color: #333333;
  border-radius: 4px;
  border: none;
  width: 20px;
  height: 20px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.titbar-header .nav .swiper-button-next:after, .titbar-header .nav .swiper-button-prev:after {
  font-family: swiper-icons;
  color: #ffffff;
  font-size: 10px;
  /* font-size: var(--swiper-navigation-size); */
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.titbar-header .nav .swiper-button-next, .titbar-header .nav .swiper-button-prev {
  position: relative;
  height: 20px;
  width: 20px;
  padding-top:3px;
  /* top: var(--swiper-navigation-top-offset, 50%); */
  /* width: calc(var(--swiper-navigation-size) / 44* 27); */
  /* height: var(--swiper-navigation-size); */
  /* margin-top: calc(0px -(var(--swiper-navigation-size) / 2)); */
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  /* color: var(--swiper-navigation-color, var(--swiper-theme-color)); */
}
.titbar-header .nav .swiper-button-next {
  /* left: var(--swiper-navigation-sides-offset, 10px); */
  right: 0;
}
.titbar-header .nav .swiper-button-prev {
  left: 0px;
}
.swiper {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  width: 100% !important;
  text-align: center;
  font-size: 18px;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
}

.deviceSwiper .swiper-slide-item {
  text-align: center;
  font-size: 18px;
  background: #fff;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 400px;
  width: calc(33.3% - 23px) !important;
  overflow: hidden;
}
.deviceSwiper  .swiper-slide-item img {
  display: block;
  width: auto;
  height: 340px;
  object-fit: cover;
}

.honorSwiper .swiper-slide-item {
  text-align: center;
  font-size: 18px;
  background: #fff;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 350px;
  width: calc(25% - 15px) !important;
  overflow: hidden;
}
.honorSwiper  .swiper-slide-item img {
  display: block;
  width: auto;
  height: 280px;
  object-fit: cover;
}
.newsSwiper{
  padding-bottom: 40px !important;
}
.newsSwiper .swiper-slide-item {
  text-align: center;
  font-size: 18px;
  background: #fff;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 480px;
  width: calc(33.3% - 23px) !important;
  overflow: hidden;
}
.newsSwiper  .swiper-slide-item img {
  display: block;
  width: auto;
  height: 320px;
  object-fit: cover;
}
.newsSwiper  .swiper-slide-item .tit-box{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
  width: calc(100% - 40px);
  font-size: 18px;
  margin: 10px 20px;
}
.newsSwiper  .swiper-slide-item .tit-box .b-tit{
  width: 100%;
  font-size: 16px;
  color: #333333;
  overflow: hidden;  
  white-space: nowrap;  
  text-overflow: ellipsis;  
}
.newsSwiper  .swiper-slide-item .tit-box .s-tit{
  width: 100%;
  font-size: 14px;
  color: #999;
  overflow: hidden;  
  line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 24px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  
}
.newsSwiper  .swiper-slide-item .tit-box .m-tit{
  font-size: 14px;
  color: #999;
  width: 100%;
  margin: 10px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.newsSwiper  .swiper-slide-item .tit-box .m-tit img{
  width: 12px !important;
  height: 12px !important;
  margin-right: 10px !important
}
.newsSwiper  .swiper-slide-item .tit-box .m-tit .visit{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-right: 20px;
  font-size: 12px;
  color: #999;
  padding: 0 15px;
  height: 30px;
  background-color: #f6f6f6;
  border-radius: 30px;
}
.newsSwiper  .swiper-slide-item .tit-box .m-tit .time{
  text-align: right;
  font-size: 14px;
  color: #999;
}
.swiper-slide-item .tit{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 16px;
  height: 60px;
  width: 100%;
}
.swiper-slide-item .tit img{
  width: 12px !important;
  height: 12px !important;
  margin:0 14px !important
}
.swiper-slide-item .tit span{
  font-size: 16px;
}
.honorSwiper .swiper-slide-item .tit span{
  max-width: calc(100% - 40px);
  font-size: 16px;
  overflow: hidden;  
  white-space: nowrap;  
  text-overflow: ellipsis;
}