/*.honor { width: 100%; margin-top: 20px; }
    .honor .col-md-6 { height: 50px; float: left; margin-bottom: 48px; }
    .honor a { display: block; width: 100%; height: 50px; border: 1px solid #E6E6E6; position: relative; }
        .honor a span.img { width: 102px; height: 60px; position: absolute; left: 10px; bottom: 0px; padding-bottom: 10px; background: #FFF; text-align: center; }
        .honor a img { height: 55px; }
        .honor a span.txt { width: 100%; right: 10px; padding-left: 142px; top: 15px; position: absolute; }

        .honor a .honor-bot { font-size: 14px; position: absolute; line-height: 1.5; padding: 20px 30px; background: #e1e1e1; color: #333; left: 92px; top: 60px; z-index: 100; max-width: 400px; box-sizing: border-box; border-radius: 10px; display: none; }
            .honor a .honor-bot:after { position: absolute; content: ""; left: 50px; top: -12px; width: 20px; height: 12px; background: url(../img/lk.png) no-repeat center; background-size: 100%; }
    .honor .hover a .honor-bot { display: block; }*/
.honor .col-md-3 {
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}

.honor .col-md-3 i {
    text-align: center;
    background: #fff;
    width: 100%;
    display: block;
    overflow: hidden;
    padding-bottom: 133.5%;
    position: relative;
}

.honor .col-md-3 img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.honor .col-md-3 em {
    height: 46px;
    line-height: 51px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    text-align: center;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 100%;
    box-sizing: border-box;
    border-top: 1px solid #e7e7e7;
    font-style: normal;
}

.honor .col-md-3 a {
    text-decoration: none;
    display: block;
    width: 100%;
    background: #fff;
    border-bottom: 5px solid transparent;
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
    -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
}

.honor .col-md-3:hover a {
    border-color: var(--color-hex);
    transform: translateY(-25px);
    transition: all 1s;
}

.honor .col-md-3:hover img {
    transform: scale(1.05) translate(-48%,-48%);
    transition: all 1s;
}

.factory-tab-box {
    padding: 0px 0 40px;
    margin: 0 auto;
}

.factory-tab-box .bimg-box {
    margin-top: 0px;
    position: relative;
}

.factory-tab-box .bimg-tab {
    overflow: hidden;
    position: relative;
}

.factory-tab-box .bimg-tab .swiper-slide {
    width: 40%;
    margin: 0 2%;
    cursor: pointer;
}

.factory-tab-box .bimg-tab .swiper-slide .img {
    position: relative;
}

.factory-tab-box .bimg-tab .swiper-slide .img:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: .68;
    filter: alpha(opacity=68);
}

.factory-tab-box .bimg-tab .swiper-slide .text {
    font-size: 20px;
    line-height: 24px;
    color: #1a1a1a;
    text-align: center;
    margin-top: 1rem;
    opacity: 0;
    filter: alpha(opacity=0);
}

.factory-tab-box .bimg-tab .swiper-slide img {
    width: 100%;
}

.factory-tab-box .bimg-tab .swiper-slide-active {
    cursor: default;
}

.factory-tab-box .bimg-tab .swiper-slide-active .img:before {
    opacity: 0;
    filter: alpha(opacity=0);
}

.factory-tab-box .bimg-tab .swiper-slide-active .text {
    opacity: 1;
    filter: alpha(opacity=100);
    display: none;
}

.factory-tab-box .simg-tab {
    width: 40%;
    margin: 0.7rem auto 0;
    padding-top: 0.7rem;
    border-top: 1px solid #231f20;
    overflow: hidden;
}

.factory-tab-box .simg-tab .swiper-slide {
    width: 25%;
    margin-right: 1.7%;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}

.factory-tab-box .simg-tab .swiper-slide:last-child {
    margin-right: 0;
}

.factory-tab-box .simg-tab .swiper-slide:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .5;
    filter: alpha(opacity=50);
    transition: all .3s;
}

.factory-tab-box .simg-tab .swiper-slide img {
    width: 100%;
}

.factory-tab-box .simg-tab .swiper-slide.cur:before {
    opacity: 0;
    filter: alpha(opacity=0);
}

.factory-tab-box .prev, .factory-tab-box .next {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 36px;
    margin-top: -38px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 7px;
    background-color: var(--color-hex);
    border-radius: 100%;
    z-index: 3;
}

.factory-tab-box .prev {
    background-image: url('../img/talk-prev.png');
    left: 10%;
}

.factory-tab-box .next {
    background-image: url('../img/talk-next.png');
    right: 10%;
}

.factory-tab-box .swiper-button-disabled {
    display: none;
}

@media (max-width: 992px) {
    .factory-tab-box {
        padding: 0;
    }

    .factory-tab-box .bimg-box {
        margin: 0;
    }

    .factory-tab-box .bimg-tab .swiper-slide {
        width: 96%;
    }

    .factory-tab-box .simg-tab {
        display: none;
    }
}

.photolist dl {
    width: 100%;
    background: #f0f0f0;
    margin: 0 0 30px 0;
}

.photolist dt {
    border: 1px solid #e5e5e5;
    background: #fff;
    text-align: center;
    width: 100%;
    display: block;
    position: relative;
}

.photolist dd h4 {
    height: 3.125rem;
    line-height: 3.125rem;
    font-size: 1rem;
    text-align: center;
    padding: 0 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #fff;
    margin: 0;
}

.photolist dd h4 a {
    color: #4b4a4a;
}

.photolist dl:hover dd h4 {
    background: var(--color-hex);
    color: #fff;
}
