[v-cloak] {
  display: none;
}
/*div,a {*/
/*    box-sizing: border-box;*/
/*    max-width: 100%;*/
/*}*/

#app .banner {
  width: 100%;
  margin-top: 84px;
}
#app .banner .el-carousel__container .el-carousel__arrow {
  display: none;
}
#app .banner .el-carousel__container .el-carousel__item h3 {
  color: #475669;
  font-size: 18px;
  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;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0.6771rem 0 0.3906rem 0;
}
#app .about .about-main {
  width: 1140px;
  display: flex;
}
#app .about .about-main .about-left {
  margin-right: 0.3073rem;
}
#app .about .about-main .about-left img {
  width: 120px;
	height: 120px;
}
#app .about .about-main .about-right {
  color: #333333;
}
#app .about .about-main .about-right h3 {
  margin-top: 0;
  font-size: 22px;
  font-weight: bold;
}
#app .about .about-main .about-right p {
  font-size: 14px;
  text-indent: 2em;
}
#app .about .about-num {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 1140px;
    margin-top: 50px;
}
#app .row {
    margin-left: 0;
    margin-right: 0;
}
#app .about .about-num .about-num-item {
    width: 140px;
	color: #333333;
	text-align: center;
	margin-bottom: 10px;
	cursor: pointer;
	transition: all .4s ease-in-out;
	box-shadow: 0px 0px 10px 0px rgb(83 83 83 / 20%);
    padding: 10px;
    border-radius: 10px;
}
#app .about .about-num .about-num-item:hover {
    box-shadow: 0px 0px 15px 0px rgb(83 83 83 / 40%);
}
#app .about .about-num .about-num-item .about-numItem-top {
    border-bottom: 1px solid #b9b2ab;
    padding-bottom: 10px;
    margin-bottom: 13px;
    font-size: 47px;
}
#app .about .about-num .about-num-item .about-numItem-top span {
    
}
#app .about .about-num .about-num-item .about-numItem-top sub {
    font-size: 14px;
    top: -0.5em;
    margin-left: 5px;
    border-radius: 50%;
    background-color: #0195df;
    color: #fff;
    /*padding: 5px;*/
    width: 24px;
    height: 24px;
    display: inline-block;
    line-height: 24px;
    text-align: center;
}
#app .about .about-num .about-num-item .about-numItem-text {
    font-size: 14px;
}
#app .about .about-num .about-num-item:hover {
    color: #00468e;
}
#app .about .about-num .about-num-item:hover  .about-numItem-top{
    border-bottom: 1px solid #00468e;
}
#app .about-btn-mooe {
    display: block;
    margin: 0 auto;
    width: 180px;
    height: 50px;
    background-color: #ffffff;
    border: solid 1px #333333;
    text-align: center;
    font-size: 14px;
    line-height: 50px;
    margin-top: 50px;
}
#app .about-btn-mooe:hover {
    background-color: #23527c;
    border: solid 1px #23527c;
    color: #fff;
    text-decoration: none;
}
#app .classify {
  width: 100%;
  min-height: 3.5417rem;
  display: flex;
  justify-content: center;
  background-image: url('/static/images/index/classify-bg.png');
  background-size: cover;
  background-repeat: no-repeat;
}

#app .engineering .shop-main .shop-main-child, #app .shop .shop-main .shop-main-child {
    display: block;
}
#app .classify .classify-main {
  width: 1170px;
}
#app .classify .classify-main .classify-active {
  background-color: #00468e;
  opacity: 0.9;
  cursor: pointer;
}
#app .classify .classify-main .classif-item {
  min-height: 3.5417rem;
  text-decoration: none;
  display: flex;
    align-items: center;
    justify-content: center;
}
#app .classify .classify-main .classif-item div {
  text-decoration: none;
  height: 100%;
  /*margin: 1.2656rem 0 1.2188rem 0.3958rem;*/
  font-size: 16px;
  color: #fff;
}
#app .classify .classify-main .classif-item i {
  font-size: 16px;
  color: #fff;
  margin-left: 0.3958rem;
}
#app .engineering {
  background-color: #f9f9f9;
}
#app .engineering,
#app .shop, #app .news {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 40px 0 0px 0;
}
#app .engineering .engineering-main,
#app .shop .engineering-main{
  height: 100%;
}
#app .engineering .shop-content,
#app .shop .shop-content {
  height: 100%;
  max-width: 100%;
  box-sizing: border-box;
  width: 1140px;
}
#app .engineering .shop-h1,
#app .shop .shop-h1,
#app .news .shop-h1{
  width: 100%;
  font-size: 24px;
  color: #333333;
  text-align: center;
  font-weight: bold;
}
#app .engineering .engineering-main,
#app .shop .engineering-main {
  display: flex;
  justify-content: center;
  margin: 0.3542rem 0 0.4688rem 0;
}

#app .engineering .engineering-main .engineering-main-child,
#app .shop .engineering-main .engineering-main-child {
  width: 1140px;
  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,
#app .shop .engineering-main .engineering-main-child .engineering-item .engineering-item-left {
  position: relative;
}
#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%;
}
#app .engineering .engineering-main .engineering-main-child .engineering-item .no,
#app .shop .engineering-main .engineering-main-child .engineering-item .no {
  display: none;
}
#app .engineering .engineering-main .engineering-main-child .engineering-item .shop-active div,
#app .shop .engineering-main .engineering-main-child .engineering-item .shop-active div {
  position: absolute;
  z-index: 9;
  background-color: #000000;
  opacity: 0.7;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  top: 0;
}

#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: 14px;
  color: #333333;
  height: 100%;
  text-align: center;
  padding: 0.1rem 0.3229rem 0 !important;
  width: 100%;
}
#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: #00468e;
}
#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: #00468e;
  font-size: 18px;
  font-weight: bold;
  margin: 0.1927rem 0 0.1042rem 0;
}
#app .engineering .engineering-main .engineering-main-child .engineering-item .engineering-item-right .engineering-title {
    width: 100%;
      /*1. 先强制一行内显示文本*/
   white-space: nowrap;
  /*2. 超出的部分隐藏*/
   overflow: hidden;
  /*3. 文字用省略号替代超出的部分*/
   text-overflow: ellipsis;
}
#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;
}

#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;
  width: 100%;
}
#app .shop .shop-main .shop-item {
    padding: 0 !important;
}

#app .engineering .shop-main .shop-item .shop-img,
#app .shop .shop-main .shop-item .shop-img {
  /*width: 1.9271rem;*/
  width: 100%;
  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;*/
  width: 100%;
  height: 1.9688rem;
  border: 3px solid #ccc;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
img[src=''],img:not([src]) {
    opacity: 0;
}

#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;
  color: #000;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#app  .shop-footer,
#app  .shop-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #00468e;
  font-size: 14px;
  margin-top: 20px;
}
#app  .shop-footer .shop-text,
#app  .shop-footer .shop-text {
  margin: 0 0.1146rem;
  cursor: pointer;
  color: #00468e;
  font-size: 14px;
  text-decoration: none;
}
#app  .shop-footer .shop-line,
#app  .shop-footer .shop-line {
  width: 39.9936px;
  height: 2px;
  background-color: #00468e;
}
#app .subscribe {
  width: 100%;
  min-height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.4583rem 0;
  background: url('/static/images/index/s-bg.png') no-repeat;
  background-size: cover;
}
#app .subscribe .subscribe-main .subscribe-title {
  font-size: 16px;
  color: #fff;
  text-align: center;
}
#app .subscribe .subscribe-main .subscribe-btn {
  display: flex;
  justify-content: center;
  margin-top: 0.2813rem;
}
#app .subscribe .subscribe-main .subscribe-btn a {
  padding: 0.1042rem 0.3281rem;
  color: #fff;
  font-size: 14px;
  border: solid 1px #ffffff;
  cursor: pointer;
  text-decoration: none;
  border-radius: 50px;
}
#app .subscribe .subscribe-main .subscribe-btn a:hover {
    background: #23527c;
    color: #000;
    border: solid 1px #23527c;
    color: #fff;
}
#app .swiper2 {
    width: 100%;
}
#app .swiper2 .swiper-button-disabled {
    display: none;
}
#app .swiper2 .swiper-slide {
        height: auto;
}
#app .swiper2 .swiper-button-prev,.swiper-button-next {
    transform: translateY(-50%);
    background-color: #bfc1c3;
    width: 50px;
    height: 50px;
    background-size: 35px 35px;
    border-radius: 50%;
}
#app .swiper2 .swiper-next {
    transform: translateY(-50%) !important;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 0;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 0;
}
.news-main {
    width: 1140px;
    display: flex;
    flex-wrap: wrap;
    margin: 20px auto;
}
.news .shop-content {
    width: 100%;
}
.news-item {
    width: 48%;
    display: flex;
    font-size: 15px;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 20px;
    background-color: #f9f9f9;
    margin-bottom: 18px;
}
.news-item:hover {
    background-color: #0195df;
    color: #fff;
    text-decoration: none;
}
.news-item:hover .span {
    color: #fff;
}
.news-item:hover div::before {
    border-left: 7px solid #ff8d00;
}
.news-item div {
    display: flex;
    align-items: center;
    width:calc(100% - 84px);
}
.news-item div span {
     /*1. 先强制一行内显示文本（ 默认 normal 自动换行）*/
   white-space: nowrap;  
  /*2. 超出的部分隐藏*/
   overflow: hidden;
  /*3. 文字用省略号替代超出的部分*/
   text-overflow: ellipsis;
   width:calc(100% - 84px);
}
.news-item div::before {
    content:"";
    display: block;
    width: 0px;
    height: 0px;
    border-top: 7px solid transparent; 
    border-left: 7px solid red;
    border-right: 7px solid transparent;
    border-bottom: 7px solid transparent;
    margin-right:10px;
}
.news-item .span {
    color: #aaaaaa;
    white-space: nowrap;
}
.news-item:nth-child(2n-1){
    margin-right: 4%;
}
.project {}
.project .project-main {
    display: flex;
    flex-wrap: wrap;
    margin: 50px auto;
    width: 1140px;
}
.project .project-item {
    width: 32%;
    display: block;
    margin-right: 2%;
}
.project .project-item:nth-child(3n) {
    margin-right: 0;
}
.project .project-item img{
    width: 100%;
    height: 200px;
}
.project .project-item-title {
      /*1. 先强制一行内显示文本  （ 默认 normal 自动换行）*/
   white-space: nowrap;
  /*2. 超出的部分隐藏*/
   overflow: hidden;
  /*3. 文字用省略号替代超出的部分*/
   text-overflow: ellipsis;
   width: 100%;
   color: #333333;
   font-size: 16px;
   font-weight: bold;
   margin: 20px 0 24px;
   text-align: center;
   /*text-indent: 2em;*/
}
.project .project-item-text {
    width: 100%;
    font-size: 14px;
    color: #aaaaaa;
    /*1. 超出的部分隐藏 */
    overflow: hidden;
    /*2. 文字用省略号替代超出的部分 */
    text-overflow: ellipsis;
    /* 3. 弹性伸缩盒子模型显示 */
    display: -webkit-box;
    /* 4. 限制在一个块元素显示的文本的行数 */
    -webkit-line-clamp: 2;
    /* 5. 设置或检索伸缩盒对象的子元素的排列方式 */
    -webkit-box-orient: vertical;

}
.engineering-text2 .summary {
    width: 100%;
    /*1. 超出的部分隐藏 */
    overflow: hidden;
    /*2. 文字用省略号替代超出的部分 */
    text-overflow: ellipsis;
    /* 3. 弹性伸缩盒子模型显示 */
    display: -webkit-box;
    /* 4. 限制在一个块元素显示的文本的行数 */
    -webkit-line-clamp: 3;
    /* 5. 设置或检索伸缩盒对象的子元素的排列方式 */
    -webkit-box-orient: vertical;
}
/*产品中心*/
.all-title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
.all-title-left {
    font-size: 28px;
}
.all-title-right {
    font-size: 18px;
    color:rgba(1,149,223,.7);
}
.all-title-right:hover {
    color: #0195df;
}
.prolist {
    width: 100%;
    padding: 0;
}
.prolist .item {
    width: 362px;
    float: left;
    margin-right: 27px;
    margin-bottom: 30px;
    border: 1px solid #eee;
    background: #eee;
    position: relative;
    overflow: hidden;
    transition: all ease 300ms;
}
.prolist .item:nth-child(3n){
    margin-right:0;
}


.prolist .item:hover {
    background: #0195df;
    box-shadow: 0 2px 8px rgb(0 0 0 / 20%);
}
.prolist .item:hover .bg {
    left: 0;
}
.prolist .item:hover h3 {
    color: #fff;
}
.prolist .item img {
    width: 362px;
    height: 285px;
    display: block;
    background-color: #fff;
}
.prolist .item a {
    width: 100%;
    display: block;
    text-decoration: none;
}
.prolist .item h3 {
    width: 100%;
    height: 64px;
    line-height: 64px;
    text-align: center;
    font-size: 16px;
    transition: all ease 300ms;
    font-weight: normal;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.prolist .item .bg {
    position: absolute;
    width: 362px;
    padding-top: 134px;
    height: calc(100% - 64px);
    left: -380px;
    top: 0;
    z-index: 10;
    background: rgba(1,149,223,.6) repeat 0 0;
    text-align: center;
    transition: all ease 300ms;
}
ul, ol, li {
    list-style: none;
    padding: 0;
}
/*工程案例*/
#app .shop-content {
    width: 1140px;
}
#app .projectMain {
    padding-bottom: 40px;
}
#project,#project2 {
    position: relative;
}
#project .item:nth-child(3n),#project2 .item:nth-child(3n){
    margin-right:40px;
}
#project .prolist .item .bg,#project2 .prolist .item .bg {
    width: 100%;
}
#project .prolist,#project2 .prolist {
    display: flex;
    overflow: hidden;
}
#project .prolist .item img,#project2 .prolist .item img {
    width: 100%;
    display: block;
    border-bottom: 0.04rem solid #86b825!important;
}
#project .prolist .item h3,#project2 .prolist .item h3 {
    height: auto;
    line-height: 0;
    text-align: left;
    padding: 25px 10px;
}
#project .prolist .item,#project2 .prolist .item {
    margin-right: 18px;
    margin-bottom: 0;
    flex-shrink: 0;
    background-color: #f9faff;
}
#project .prolist .item p,#project2 .prolist .item p {
    font-size: 14px;
    color:#86b825;
    padding-left: 10px;
}
#project .hon {
    display: none;
    padding: 0;
}
#project .hon .item {
    width: 48% !important;
    margin-right: 2%;
    margin-bottom: 10px;
}
#project .hon .item:nth-child(2n),#project2 .hon .item:nth-child(2n){
    margin-right: 0;
}
#project .prolist .item:hover,#project2 .prolist .item:hover{
    background-color: transparent;
    box-shadow: 0px 1px 10px 0px rgb(0 0 0 / 16%);
    transition: all ease 300ms;
    -webkit-transform: translate(0, -10px);
}
#project .prolist .item:hover img,#project2 .prolist .item:hover img  {
    /*margin-bottom: 20px;*/
    /*height: 2.7rem;*/
    -webkit-transform: translate(0, -10px);
    transition: all ease 300ms;
}
#project .prolist .item:hover h3,#project2 .prolist .item:hover h3 {
    transition: all ease 300ms;
    color: #333;
}

#project .hd,#project2 .hd {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

#project .hd span,#project2 .hd span {
    position: absolute;
    /*width: 100%;*/
    top: 50px;
}
#project .hd .prev,#project2 .hd .prev {
    left: -80px;
}
#project .hd .next,#project2 .hd .next {
    right: -90px;
}
#project .hd .icon,#project2 .hd .icon {
    background-color: #fff;
    width: 50px;
    height: 50px;
    font-size: 35px;
    font-weight: bold;
    line-height: 50px;
    text-align: center;
    font-family: cursive;
    border-radius: 50%;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
}
#project .hd .icon:hover,#project2 .hd .icon:hover {
    color: #fff;
    background-color: #0195df;
}

/*分类*/
/*.classify #project2 .hd .icon{ */
/*    top: 80px;*/
/*}*/
/*.classify #project2 .hd{ */
/*    top: calc(181px - 25px);*/
/*}*/
.classify #project2 .prolist .item {
    background-color: transparent;
    border: none;
}
.classify #project2 .prolist .item:hover {
    background: #fff;
    background-color: #00468e;
    opacity: 0.9;
    cursor: pointer;
}
#app .shop-content .about-btn-mooe {
    display: none;
}
@media (max-width: 1200px) {
    #app .engineering .engineering-main .engineering-main-child,
    #app .shop .engineering-main .engineering-main-child {
      width: 80%;
      height: 100%;
      display: block;
    }
}
.cellPhone {
    display: none;
}
@media (max-width: 768px) {
    .prolist .item .bg {
        height: calc(100% - 50px);
    }
    .cellPhone {
        position: fixed;
        display: flex;
        align-items: center;
        background-color: #fff;
        right: 0;
        top: 30%;
        transform: translateX(calc(100% - 34px));
        transition: all ease 500ms;
        z-index: 98;
    }
    .cellPhone .cellPhone-click {
        font-size: 20px;
        width: 34px;
        text-align: center;
        background-color: #fe5b1b;
        padding: 6px 0;
        color: #fff;
    }
    .cellPhone .cellPhone-phone {
        text-align: center;
        font-size: 16px;
        padding: 0 10px;
    }
    .cellPhone .cellPhone-phone img {
        width: 40px;
        height: 40px;
        margin-bottom: 14px;
    }
    #app .about .about-num .about-num-item {
        width:48%;
    }
    #app .shop-content {
        width: 95% !important;
    }
    #app .projectMain {
        padding-bottom: 14px;
    }
    #project .bd{
        display: none;
    }
    #project .hd{
        display: none;
    }
    .classify #project2 .bd {
        display: flex;
        justify-content: center;
    }
    .classify #project2 .hd {
        display: block;
        /*top: calc(50% - 15px);*/
    }
    /*.classify #project2 .hd .icon{ */
    /*    top: 0px;*/
    /*}*/
    .classify #project2 .hd .prev {
        left: 0;
    }
    .classify #project2 .hd .next {
        right: 0;
    }
     .classify #project2 .hd .icon {
        width: 30px;
        height: 30px;
        font-size: 20px;
        line-height: 30px;
    }
    #project .hon {
        display: flex;
    }
    #app .engineering, #app .shop, #app .news {
        padding: 14px 0 0 0;
    }
    #app .about-btn-mooe {
        display: block;
        margin-top: 14px;
        margin-bottom: 14px;
        background-color: #23527c;
        border: solid 1px #23527c;
        color: #fff;
    }
    #app .shop-content .about-btn-mooe {
        display: block;
        margin-top: 14px;
        margin-bottom: 14px;
        background-color: #23527c;
        border: solid 1px #23527c;
        color: #fff;
    }
    .all-title {
        justify-content: center;
    }
    .all-title-right {
        display: none;
    }
    .project .project-main {
        margin: 20px auto;
    }
    .prolist {
        display: flex;
        flex-wrap: wrap;
    }
    .prolist .item {
        width: 48%;
        height: auto;
        margin-right: 2%;
        margin-bottom: 10px;
    }
    .prolist .item:nth-child(2n){
        margin-right: 0;
    }
    .prolist .item:nth-child(3n) {
        margin-right: 2%;
    }
    .prolist .item h3 {
        height: 50px;
        line-height: 50px;
        font-size: 14px;
    }
    .prolist .item img {
        width: 100%;
        height: 150px;
    }
    .project .project-item {
        width: 100%;
        margin-right:0;
        margin-bottom: 20px;
    }
    .project .project-main {
        width: 100%;
        flex-direction: column;
        align-items: center;
    }
    .news-main {
        width: 100%;
        flex-direction: column;
        align-items: center;
    }
    .news-item {
        width: 100%;
        
    }
    .news-item:nth-child(2n-1) {
        margin-right: 0;
    }
    
    #app .about .about-num {
        width: 100%;
        padding: 0 20px;
    }
    #app .swiper2 .swiper-slide {
        /*width:2.9271rem !important;*/
        /*width:100% !important;*/
        /*padding-right: 0.2344rem;*/
        /*padding-bottom: 0.3125rem;*/
    }
    #app .swiper2 .swiper-slide:last-child{
        /*padding-right: 0;*/
    }
  #app .engineering .shop-main .shop-item .shop-img,
  #app .shop .shop-main .shop-item .shop-img {
    position: relative;
    width: 100% !important;
    height: 200px !important;
    height: 200px;

  }
  #app .swiper2 {
    height: 460px;
}
  #app .engineering .shop-main .shop-item .shop-img img,
  #app .shop .shop-main .shop-item .shop-img .img {
    width: 70% !important;
    height: 100% !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-main-child, #app .shop .shop-main .shop-main-child {
      width: 100%;
  }
}
@media (max-width: 768px) {
  #app .engineering .engineering-main .engineering-main-child,
  #app .shop .engineering-main .engineering-main-child {
    width: 100% !important;
    padding: 0 20px;
    margin-top: 10px;
  }
  #app .engineering .engineering-main .engineering-main-child .engineering-item,
  #app .shop .engineering-main .engineering-main-child .engineering-item {
    display: flex;
    flex-direction: column;
  }
  #app .engineering-item2 {
    flex-direction: column-reverse !important;
  }
  #app .engineering .engineering-main .engineering-main-child .engineering-item .col-xs-6,
  #app .shop .engineering-main .engineering-main-child .engineering-item .col-xs-6 {
    padding: 0;
    width: 100%;
  }
  #app .subscribe .subscribe-main .subscribe-title {
      padding: 0 20px;
  }
  #app .about .about-main .about-right h3 {
      font-size: 20px;
  }
  #app .about .about-main {
      width: 100%;
      padding: 0 20px;
  }
  #app .about .about-main .about-left img {
      display: none;
  }
}
@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: 70% !important;
    padding: 0 !important;
    transform: translateX(21%);
  }
}
@media (max-width: 600px) {
  #app .shop .shop-content {
      width: 100%;
  }
  #app .shop .shop-main .shop-item .shop-title {
      font-size: 12px;
  }
  #app .engineering .engineering-main .engineering-text2,.engineering-text1 {
      /*display: none !important;*/
      margin: 14px 0;
  }
  /*#app .about .about-main .about-right p {*/
  /*    display: none !important;*/
  /*}*/
  #app .engineering .engineering-main .engineering-main-child .engineering-item .engineering-item-right {
      padding: 0.8rem 0.3229rem 0 !important;
  }
}
@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%;
  }
}
@media (min-width:1920px) {
    #app .engineering .shop-main .col-sm-3, #app .shop .shop-main .col-sm-3 {
        width: 22% !important;
    }
}