

/*产品中心分类end*/

/* banner图 */

.bannerList {
  overflow: hidden;
  position: relative;
}

.bannerList li {
  width: 100%;
}

.bannerList li .imgBox {
  width: 100%;
  padding-bottom: 39.7%;
  -webkit-box-shadow: 0 0 0 0 red;
          box-shadow: 0 0 0 0 red;
}

@media (max-width: 768px) {
  .bannerList li .imgBox {
  }
}

/*公共列表*/

.publicList .list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.publicList .list li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 25%;
 /* padding: 0 3%;*/
  float: left;
  position: relative;
}

.publicList .list .imgBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding-bottom: 51.6%;
  border: 1px solid #ddd;
}

.publicList .list .imgBox img {
  max-width: 100%;
  max-height: 100%;
}

.publicList .list li span {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 3em;
  line-height: 3em;
  background-color: rgba(0, 0, 0, .4);
  font-size: 20px;
  text-align: center;
  color: #fff;
}

.publicList .list li span a {
  color: #fff;
  display: block;
}

.product.publicList .list li span a:before,
.product.publicList .list li span a:after {
  content: "——";
  margin: 0 10px;
}

@media (max-width: 768px) {
  .publicList .list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /*移动端由block改成flex,才能滑动*/
  }
  .publicList .list li span {
    font-size: 12px;
    height: 2.5em;
    line-height: 2.5em;
  }
    .publicList .list li{
        margin-bottom: 30px;
    }
}

/*产品中心*/

.product {
  overflow: hidden;
}

.product .type {
  margin-bottom: 2%;
}

.product .type ul {
  text-align: center;
}

.product .type li {
  display: inline-block;
  width: auto;
  min-width: 6em;
  margin: 0 1%;
  text-align: center;
  height: 38px;
  line-height: 38px;
  font-size: 18px;
  white-space: nowrap;
  border: 1px solid #8f8f8f;
}

.product .type li a {
  display: block;
  color: #666;
  padding: 0 5px;
}

.product .type li:hover,
.product .type li.active-nav {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}

.product .type li:hover a,
.product .type li.active-nav a {
  color: #fff;
}

.product .cont {
  margin-top: 4%;
}

.product .cont .contBox {
  position: relative;
}

.product .cont li {
  float: left;
  width: 25%;
}

.product .cont li .paddingBox {
  display: block;
  padding: 0 15px;
}

.product .cont li .imgBox {
  padding-bottom: 86.2%;
  border: 1px solid #ddd;
}

.product .cont li .imgBox img {
  max-width: 100%;
  max-height: 100%;
}

.product .cont li span {
  display: block;
  height: 2.5em;
  line-height: 2.5em;
  font-size: 14px;
  background-color: #ddd;
  text-align: center;
  padding: 0 0.5em;
}

.product .cont li span a {
  color: #000;
}

.picBox {
  width: 100%;
  overflow: hidden;
}

.picMarquee2,
.picMarquee {
  overflow: hidden;
}

.product.publicList .list .imgBox{
    padding-bottom: 49%;
}

.product .list {
    position: relative;
    width: 1400px;
    max-width: 100%;
    margin: 0 auto;
}

.product .list:before,
.product .list:after {
  position: absolute;
  content: "";
  display: block;
  width: 1000px;
  height: 100%;
  background-color: rgba(0, 0, 0, .4);
  top: 0;
  z-index: 23;
}

.product .list:before {
  right: 100%;
  margin-right: 3%;
}

.product .list:after {
  left: 100%;
  margin-left: 3%;
}





.p-button-next,
.p-button-prev {

  z-index: 33;
}

@media (max-width: 768px) {
    .product.publicList .list ul {
        display: block;
        transform: translate3d(0px, 0px, 0px) !important;
    }
        .product.publicList .list ul li {
            margin-bottom: 10px;
        }
            .product.publicList .list ul li:first-child,
            .product.publicList .list ul li:last-child
            {
                display: none;
            }

        .product .main {
            padding: 0;
        }
    .product .type ul {
        text-align: center;
    }
  .product .type li {
    display: inline-block;
    float: none;
    min-width: 23%;
    min-width: auto;
    font-size: 14px;
    height: 25px;
    line-height: 25px;
    margin-bottom: 10px;
  }
  .p-button-next,
  .p-button-prev {
    display: none;
  }
  .product .type li a {
    padding: 0 10px;
  }
}

/*产品中心end*/

/*荣誉*/

.listCont {
  position: relative;
}

.honor-button-prev {
    left: 0;
    margin-left: -40px;
    background-color: var(--theme-color);
}

.honor-button-next {
    right: 0;
    margin-right: -40px;
    background-color: var(--theme-color);
}

.honor .list {
  overflow: hidden;
}

.honor .list li {
  padding: 0 1%;
}

.honor.publicList .list .imgBox {
  padding-bottom: 76.57%;
}

.honor .main-header .index-title {
  color: #fff;
}

@media (max-width: 768px) {
  .honor-button-prev,
  .honor-button-next {
    display: none;
  }
}

/*荣誉end*/


/*新闻中心*/

.news .left {
    height: 395px;
    position: relative;
    background: #f2f2f2;
}

    .news .left .img {
        position: absolute;
        width: 50%;
        height: 100%;
        right: 50%;
        top: 0;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }

    .news .left .nr {
        height: 100%;
    }

        .news .left .nr .nrc {
            float: right;
            width: 50%;
            height: 100%;
            box-sizing: border-box;
            padding-top: 50px;
            padding-left: 40px;
            padding-bottom: 30px;
        }

            .news .left .nr .nrc .t {
                font-size: 24px;
                color: #666;
            }

    .news .left:hover .nr .nrc .t {
        color: #192171;
    }

    .news .left .nr .nrc .p {
        font-size: 14px;
        color: #999;
        height: 120px;
        line-height: 30px;
        margin-top: 45px;
        overflow: hidden;
    }

    .news .left .nr .nrc .time {
        font-size: 16px;
        text-align: right;
        margin-top: 50px;
        color: #666;
    }

.news .right {
    margin-top: 65px;
}

    .news .right .li {
        float: left;
        width: 30%;
        margin-right: 5%;
    }

        .news .right .li:last-child {
            margin-right: 0;
        }

    .news .right .nr .nrc .t {
        font-size: 24px;
        color: #666;
    }

    .news .right .nr .nrc .p {
        font-size: 14px;
        color: #999;
        height: 120px;
        line-height: 30px;
        margin-top: 40px;
        overflow: hidden;
    }

    .news .right .nr .nrc .time {
        font-size: 16px;
        text-align: right;
        margin-top: 35px;
        color: #666;
    }

    .news .right li:hover .nr .nrc .t {
        color: #192171;
    }

@media (max-width: 768px) {
    .newsMain {
        padding-top: 0;
    }

    .news .left {
        height: auto;
    }

        .news .left .img {
            position: relative;
            width: 100%;
            height: 40vw;
            right: 0;
        }

        .news .left .nr .nrc {
            float: none;
            width: 100%;
            height: auto;
            padding: 25px 0;
        }

            .news .left .nr .nrc .t {
                font-size: 18px;
            }

            .news .left .nr .nrc .p {
                margin-top: 20px;
                font-size: 13px;
                line-height: 25px;
                height: 100px;
            }

            .news .left .nr .nrc .time {
                font-size: 12px;
                margin-top: 20px;
            }

    .news .right .li {
        margin-right: 0;
        width: 100%;
        float: right;
    }

        .news .right .li:nth-child(n+1) {
            display: none;
        }

    .news .right {
        margin-top: 0;
    }

        .news .right .li {
            padding-top: 20px;
            padding-bottom: 20px;
        }

            .news .right .li:nth-of-type(2n) {
                background: #f2f2f2;
                margin-left: -10px;
                margin-right: -10px;
                padding-left: 10px;
                padding-right: 10px;
            }

        .news .right .nr .nrc .t {
            font-size: 18px;
        }

        .news .right .nr .nrc .p {
            margin-top: 10px;
            font-size: 13px;
            line-height: 25px;
            height: 50px;
        }

        .news .right .nr .nrc .time {
            font-size: 12px;
            margin-top: 10px;
        }
}

/*工程案例*/


.projectList li {
    width: 31%;
    margin: 0 1% 2% 1%;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}

    .projectList li .imgBox {
        width: 100%;
        padding-bottom: 70%;
    }



    .projectList li .caseTitle {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        display: block;
        text-align: center;
        background: rgba(0, 0, 0, .5);
        color: #fff;
        line-height: 1.8;
        font-size: 18px;
    }

.projectList .caseIcon {
    transition: 0.2s;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/Content/Images/imageEffetc_magnifier.png) no-repeat center center;
}

.projectList li:hover .caseIcon {
    opacity: 1;
}

@media (max-width: 768px) {
    .projectList li {
        width: 100%;
        margin: 0 0 30px 0;
    }


    .projectList .caseIcon {
        opacity: 1;
        display: none;
    }
}

/*工程案例 end*/



/*aboutB*/
.aboutB {
    margin-top: 5%;
    width: 100%;
}

    .aboutB ul {
        display: flex;
        justify-content: space-between;
    }

    .aboutB li {
        background-color: var(--theme-color);
        /*background-color: #00a2e8;*/
        /*background-color: rgba(0,0,0,.6);*/
        width: 24%;
        height: 130px;
        overflow: hidden;
        position: relative;
        color: #fff;
    }

    .aboutB .box {
        height: 200%;
        transition: 0.6s;
    }

    .aboutB li .btext {
        height: 50%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        font-size: 18px;
    }

        .aboutB li .btext img {
            max-height: 40%;
        }

    .aboutB li span {
        margin-top: 20px;
    }

    .aboutB li .image {
        height: 50%;
        background-color: #bfbfbf;
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
    }

        .aboutB li .image img {
            width: 100%;
            height: 100%;
        }


    .aboutB li .name {
        position: absolute;
        bottom: 100%;
        left: 0;
        width: 100%;
        height: 50%;
        background-color: rgba(0, 0, 0, 0.5);
        color: #fff;
        font-size: 15px;
        transition: 0.6s;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px;
        box-sizing: border-box;
    }

    .aboutB li:hover .box {
        transform: translateY(-50%);
    }

    .aboutB li:hover .name {
        transform: translateY(200%);
    }
@media (max-width: 768px) {
    .aboutB li {
        height: 20vw;
    }
        .aboutB li span{
            font-size: 12px;
            margin-top: 0.6em;
        }

    .footer .info .icon a .i {
        margin-left: -70px;
    }
}
    /*aboutB end*/