html, body{
  margin: 0;
  padding: 0;
  background: #fff;
  min-width: 1200px;
}
#app {
  margin: 0 auto;
}
.text-nowrap {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.marBtm50 {
  margin-bottom: 50px !important;
}
.marBtm10 {
  margin-bottom: 10px;
}
/*头部图片区域*/
.headerImgBox {
  width: 100%;
  height: 280px;
}
.headerImg {
  height: 280px;
  max-width: 100%;
}
/*导航部分*/
.navBox {
  width: 100%;
  background: rgb(19, 145, 210);
  height: 44px;
}
.fixNav {
  position: fixed;
  top: 0;
  z-index: 5;
}
.navLayout {
  width: 1200px;
  height: 44px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.navBox .el-tabs {
  margin-left: 20px;
}
.navBox .el-tabs__item, .navBox .el-tabs__item.is-active, .navBox .el-tabs__item:hover {
  color: #fff;
}
.navBox .el-tabs__item {
  background: rgb(19, 145, 210);
}
.navBox .el-tabs__active-bar {
  background-color: #e6a23c;
}
.navBox .el-tabs__header {
  margin: 0;
}
.navBox .dataSiteStyle {
  margin-right: 20px;
  color: #fff;
}
/*轮播图*/
.bannerBox {
  width: 100%;
}
/*产品展示*/
.productShowTitle {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}
.productShowTitleText {
  display: inline-block;
  line-height: 80px;
  border-bottom: 5px solid #409eff;
}
.productShowBox {
  width: 1200px;
  margin: 0 auto 10px;
  display: flex;
  gap: 10px;
}
.productImg1 {
  width: 735px;
  height: 520px;
}
.productShowRightBox {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.productImg2, .productImg3 {
  width: 460px;
  height: 255px;
}
.productImg4, .productImg5 {
  flex: 1;
  height: 300px;
}
.swipeBox {
  display: block;
  width: 1200px;
  height: 300px;
  margin: 0 auto;
  overflow: hidden;
}
#sliderList {
  margin-left: -1200px;
  height: 100%;
}
.tempList {
  height: 100%;
}
.slideItem {
  margin-right: 10px;
  height: 100%;
  width: 400px;
}

/*页脚*/
.footerBox {
  font-size: 14px;
  color: #999999;
  background: #f5f5f5;
  text-align: center;
  padding: 40px 0;
  border-top: 1px solid #ccc;
}

/*产品页*/
.productsBox, .aboutUsBox {
  width: 1200px;
  margin: 20px auto 0;
}
.productsBox .el-tabs--left .el-tabs__nav-wrap.is-left::after, .productsBox .el-tabs--left .el-tabs__header.is-left {
  height: 400px;
}
.productsBox .el-tabs__content {
  padding-left: 40px;
  margin-bottom: 50px;
  min-height: 420px;
}
.productTitle {
  font-size: 30px;
}
.productImgBox {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.productImgIcon {
  width: 230px;
  height: 200px;
}

/*关于我们*/
.aboutUsBox .el-tabs--left .el-tabs__nav-wrap.is-left::after, .aboutUsBox .el-tabs--left .el-tabs__header.is-left {
  height: 300px;
}
.aboutUsBox .el-tabs__content {
  padding-left: 40px;
  margin-bottom: 50px;
  min-height: 420px;
}
.aboutUsTitle {
  font-size: 24px;
}
.companyInfoBox {
  line-height: 25px;
  color: #333;
  text-indent: 20px;
}
.companyInfoTitle {
  font-size: 30px;
  line-height: 50px;
}
.companyImg {
  width: 900px;
}