[v-cloak] {
  display: none;
}

#app .banner {
  width: 100%;
  margin-top: 70px;
}
#app .banner .el-carousel__container .el-carousel__arrow {
  display: none;
}
#app .banner .el-carousel__container .el-carousel__item h3 {
  color: #475669;
  font-size: 14px;
  opacity: 0.75;
  line-height: 150px;
  margin: 0;
}
#app .banner .el-carousel__container .el-carousel__item:nth-child(2n) {
  background-color: #99a9bf;
}
#app .banner .el-carousel__container .el-carousel__item:nth-child(2n+1) {
  background-color: #d3dce6;
}
#app .banner .el-carousel__indicators .el-carousel__button {
  width: 0.0625rem;
  height: 0.0625rem;
  min-height: 8px;
  min-width: 8px;
  background-color: #cfa167;
  border-radius: 50%;
}

#app .about {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0.6771rem 0 0.3906rem 0;
}

#app .about .about-main {
  width: 5.9063rem;
  display: flex;
}

#app .about .about-main .about-left {
  margin-right: 0.3073rem;
}

#app .about .about-main .about-left img {
  width: 1.0417rem;
  height: 1.0417rem;
}

#app .about .about-main .about-right {
  color: #333333;
}

#app .about .about-main .about-right h3 {
  margin-top: 0;
  font-size: 0.1458rem;
}

#app .about .about-main .about-right p {
  font-size: 0.0833rem;
}

#app .classify {
  width: 100%;
  min-height: 3.5417rem;
  display: flex;
  justify-content: center;
  background-image: url('../image/index/classify-bg.png');
  background-size: cover;
  background-repeat: no-repeat;
}

#app .classify .classify-main {
  width: 6.25rem;
}

#app .classify .classify-main .classify-active {
  background-color: red;
  opacity: 0.9;
  cursor: pointer;
}

#app .classify .classify-main .classif-item {
  min-height: 3.5417rem;
}

#app .classify .classify-main .classif-item div {
  margin: 1.2656rem 0 1.2188rem 0.3958rem;
  font-size: 0.125rem;
  color: #fff;
}

#app .classify .classify-main .classif-item i {
  font-size: 0.125rem;
  color: #fff;
  margin-left: 0.3958rem;
}

#app .engineering {
  background-color: #f9f9f9;
}

#app .engineering,
#app .shop {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0.5208rem 0 0.4063rem 0;
}

#app .engineering .engineering-main,
#app .shop .engineering-main {
  height: 100%;
}

#app .engineering .shop-content,
#app .shop .shop-content {
  height: 100%;
}

#app .engineering .shop-h1,
.shop-h1 {
  width: 100%;
  font-size: 26px;
  color: #333333;
  text-align: center;
  font-weight: bold;
  margin: 40px 0;
}

#app .engineering .engineering-main,
#app .shop .engineering-main {
  display: flex;
  justify-content: center;
  margin: 0.3542rem 0 0.4688rem 0;
}

@media (max-width: 768px) {

  #app .engineering .engineering-main .engineering-main-child,
  #app .shop .engineering-main .engineering-main-child {
    /* display: flex !important;
    justify-content: center; */
    width: 100% !important;
  }
}

#app .engineering .engineering-main .engineering-main-child,
#app .shop .engineering-main .engineering-main-child {
  width: 6.25rem;
  height: 100%;
  display: block;
}

#app .engineering .engineering-main .engineering-main-child .engineering-item::after,
#app .shop .engineering-main .engineering-main-child .engineering-item::after {
  content: '';
  display: block;
  clear: both;
}

#app .engineering .engineering-main .engineering-main-child .engineering-item,
#app .shop .engineering-main .engineering-main-child .engineering-item {
  height: 100%;
}

#app .engineering .engineering-main .engineering-main-child .engineering-item .engineering-item-left img,
#app .shop .engineering-main .engineering-main-child .engineering-item .engineering-item-left img {
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {

  #app .engineering .engineering-main .engineering-main-child .engineering-item .col-sm-6,
  #app .shop .engineering-main .engineering-main-child .engineering-item .col-sm-6 {
    width: 50% !important;
    padding: 0 !important;
  }
}

@media (max-width: 768px) {

  #app .engineering .engineering-main .engineering-main-child .engineering-item .col-xs-12,
  #app .shop .engineering-main .engineering-main-child .engineering-item .col-xs-12 {
    width: 50% !important;
    padding: 0 !important;
    /* transform: translateX(21%); */
  }
}

#app .engineering .engineering-main .engineering-main-child .engineering-item .engineering-item-right,
#app .shop .engineering-main .engineering-main-child .engineering-item .engineering-item-right {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.0781rem;
  color: #333333;
  height: 100%;
  text-align: center;
  padding: 0.4688rem 0.3229rem 0 !important;
}

#app .engineering .engineering-main .engineering-main-child .engineering-item .engineering-item-right .line,
#app .shop .engineering-main .engineering-main-child .engineering-item .engineering-item-right .line {
  display: flex;
  justify-content: center;
}

#app .engineering .engineering-main .engineering-main-child .engineering-item .engineering-item-right .engineering-line,
#app .shop .engineering-main .engineering-main-child .engineering-item .engineering-item-right .engineering-line {
  width: 0.0208rem;
  height: 0.2083rem;
  background-color: red;
}

#app .engineering .engineering-main .engineering-main-child .engineering-item .engineering-item-right .engineering-title,
#app .shop .engineering-main .engineering-main-child .engineering-item .engineering-item-right .engineering-title {
  color: red;
  font-size: 0.1406rem;
  font-weight: bold;
  margin: 0.1927rem 0 0.1042rem 0;
}

#app .engineering .engineering-main .engineering-main-child .engineering-item .engineering-item-right .engineering-text1,
#app .shop .engineering-main .engineering-main-child .engineering-item .engineering-item-right .engineering-text1 {
  margin-bottom: 0.1458rem;
}

#app .engineering .shop-main,
#app .shop .shop-main {
  display: flex;
  justify-content: center;
  margin: 0.3542rem 0 0.4688rem 0;
}

#app .engineering .shop-main .shop-main-child,
#app .shop .shop-main .shop-main-child {
  width: 6.25rem;
}

@media (min-width: 768px) {

  #app .engineering .shop-main .container,
  #app .shop .shop-main .container {
    width: 6.25rem;
  }

  #app .engineering .shop-main .col-sm-3,
  #app .shop .shop-main .col-sm-3 {
    width: 29%;
  }
}

#app .engineering .shop-main .shop-active .shop-img div,
#app .shop .shop-main .shop-active .shop-img div {
  position: absolute;
  z-index: 9;
  background-color: #000000;
  opacity: 0.7;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

#app .engineering .shop-main .shop-item,
#app .shop .shop-main .shop-item {
  margin-right: 0.2344rem;
  margin-bottom: 0.3125rem;
  cursor: pointer;
}

@media (max-width: 768px) {

  /* #app .engineering .shop-main .shop-item .shop-img,
  #app .shop .shop-main .shop-item .shop-img {
    position: relative;
    width: 100% !important;
    height: 100% !important;
  }

  #app .engineering .shop-main .shop-item .shop-img img,
  #app .shop .shop-main .shop-item .shop-img img {
    width: 70% !important;
    height: 70% !important;
  }

  #app .engineering .shop-main .shop-item .shop-img div,
  #app .shop .shop-main .shop-item .shop-img div {
    width: 70% !important;
    height: 100% !important;
  } */
}

#app .engineering .shop-main .shop-item .shop-img,
#app .shop .shop-main .shop-item .shop-img {
  width: 1.9271rem;
  height: 1.9688rem;
  display: flex;
  justify-content: center;
  margin-bottom: 0.224rem;
}

#app .engineering .shop-main .shop-item .shop-img div,
#app .shop .shop-main .shop-item .shop-img div,
#app .engineering .shop-main .shop-item .shop-img img,
#app .shop .shop-main .shop-item .shop-img img {
  width: 1.9271rem;
  height: 1.9688rem;
}

#app .engineering .shop-main .shop-item .shop-img div,
#app .shop .shop-main .shop-item .shop-img div {
  display: none;
}

#app .engineering .shop-main .shop-item .shop-title,
#app .shop .shop-main .shop-item .shop-title {
  text-align: center;
}

#app .engineering .shop-footer,
.shop-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  color: red;
  font-size: 14px;
}

#app .engineering .shop-footer .shop-text,
.shop-footer .shop-text {
  margin: 0 0.1146rem;
  cursor: pointer;
}

#app .engineering .shop-footer .shop-line,
.shop-footer .shop-line {
  width: 39.9936px;
  height: 2px;
  background-color: red;
}

#app .subscribe {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0.4583rem 0;
  background: url('../image/index/s-bg.png') no-repeat;
  background-size: cover;
}

#app .subscribe .subscribe-main .subscribe-title {
  font-size: 26px;
  color: #fff;
}

#app .subscribe .subscribe-main .subscribe-btn {
  display: flex;
  justify-content: center;
  margin-top: 0.2813rem;
}

#app .subscribe .subscribe-main .subscribe-btn span {
  padding: 0.1042rem 0.3281rem;
  color: #fff;
  font-size: 14px;
  border: solid 1px #ffffff;
  cursor: pointer;
}

@media (max-width: 835px) {
  #app .readMore .readMore-main {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    padding-top: 20px;
    height: 500px !important;
    padding-top: 30px;
  }

  .readMore-main h2 {
    font-weight: 600;
    text-align: center;
    font-size: 23px;
    margin-top: 20px !important;
    margin-left: 0 !important;
  }

  .readMore-main h3 {
    font-weight: 600;
    margin-top: 0;
    text-align: center;
    font-size: 16px;
    margin-left: 0px !important;
    margin-bottom: 30px;
  }

  .readMore-main p {
    width: 100% !important;
    margin-left: 0 !important;
    line-height: 30px;
    text-align: center;
  }

  .readMore-main .el-button {
    margin-left: 150px !important;
    margin-top: 15px !important;
  }

  .readMore .readMore-main1 .product_display {
    display: flex;
    flex-wrap: wrap;
    margin-left: 330px !important;
    margin-right: 300px;
    margin-top: 50px;
  }
}

/* 产品展示 */
.readMore .readMore-main1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  min-height: 400px;
  padding-bottom: 20px;
}

.readMore .readMore-main1 .product_display {
  display: flex;
  flex-wrap: wrap;
  margin-left: 370px;
  margin-right: 300px;
  margin-top: 50px;
}

.readMore .readMore-main1 .product_display div {
  width: 250px;
  height: 250px;
  border: 1px solid #aaaaaa;
  margin-right: 30px;
  margin-bottom: 80px;
  position: relative;
}

.readMore .readMore-main1 .product_display div:hover {
  width: 250px;
  height: 250px;
  border: 1px solid red;
  margin-right: 30px;
  margin-bottom: 80px;
  position: relative;
}

.readMore .readMore-main1 .product_display div img {
  width: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.readMore .readMore-main1 .product_display div p {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: -50px;
  font-weight: bold;
}

/* 产品展示 */
/* staff */
@media (max-width: 635px) {
  .staff {
    justify-content: space-evenly !important;
  }
  .staff .staff-main {
    width: 45% !important;
    margin-right: 0 !important;
  }
  .staff .staff-main div {
    font-size: 14px !important;
  }
}
@media (max-width:750px){
    #app .about .about-main {
        width: 90%;
    }
    #app .about .about-main .about-left {
        display: none;
    }
    
}
@media (max-width: 860px) {
  .about .about-main .about-content .about-left {
    display: none;
  }
  .about .about-main .about-content .about-right {
    width: 100%;
  }
  .about .about-main .about-content .about-right .about-right-nav {
    display: block;
  }
  #app .subscribe .subscribe-main .subscribe-title {
    font-size: 18px;
    padding: 0 10px;
  }
  #app .banner {
      margin-top: 84px;
  }
}
@media (max-width: 500px) {
  .staff {
    justify-content: space-evenly !important;
  }
  .staff .staff-main {
    width: 100% !important;
  }
}
.staff .imgstyle {
    position: relative;
    overflow: hidden;
    font-size: 0;
    box-sizing: border-box;
    border: 2px solid #dde1e9;
    height: 228px;
    
}
.staff .imgstyle .img {
    display: block;
    width: 100%;
    height: 100%;
    background: #ffffff url(../../assets/default.2cc2d3d1.jpg) no-repeat 50%/cover;
    transition: transform .6s cubic-bezier(.215,.61,.355,1),-webkit-transform .6s cubic-bezier(.215,.61,.355,1);
    background-position: center center;
    background-size: contain;
}
.staff {
  display: flex;
  /*justify-content: space-between;*/
  flex-wrap: wrap;
  width: 84%;
  margin-top: 30px;
}
.staff .collections-main {
  border: 0 !important;
  box-shadow: none !important;
}
.staff .staff-main:hover .imgstyle {
  border: solid 2px #e1472f;
}
.staff .collections-main img {
  box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.1);
  border: solid 8px #ffffff;
  box-sizing: border-box;
}
.staff .staff-main {
  width: 32%;
  margin-bottom: 20px;
  box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.1);
  border: solid 8px #ffffff;
  box-sizing: border-box;
  margin-right: 2%;
}
.staff .staff-main:nth-child(3n)  {
    margin-right: 0 !important;
}
.staff .staff-main img {
  width: 100%;
}
.staff .staff-main div {
  text-align: center;
  font-size: 18px;
  color: #333;
  padding: 35px 42px;
  box-sizing: box-sizing;
}
/* staff */