
#cookies-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100000;
    width: 100%;
    height: 60px;
    /*background-color: rgba(0,0,0,.4);*/
    background-color:var(--zacros-gray-light);
}
#cookies-bar > p {
    height: 60px;
    line-height: 60px;
    color: rgb(131, 131, 145);;

    text-align: center;
}
#cookies-bar > p a {
    color: red;
}
#cookies-bar > p button {
    padding: 3px 10px;
    border-radius: 3px;
    /*background-color: #000;*/
    border-width: 1px;
    color: #000;
}




/* banner */
.swip {
    display: flex;
    justify-content: space-between;
    max-width: 1400px;
}
.swiper-container {
    width: 100%;
    margin: 0 auto;
}
/*.swiper-container .swiper-slide > a {*/
    /*display: block;*/
    /*width: calc(100% - 120px);*/
    /*margin: 0 auto;*/
    /*cursor: pointer;*/
/*}*/
/*.swiper-container .swiper-slide > a > img {*/
    /*width: 100%;*/
/*}*/

.swiper-slide {

}
.swiper-slide .s-content {
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
}
.swiper-slide .s-left {
    width: 80%;
}
.swiper-slide .s-left > img {
    width: 100%;
}
.swiper-slide .s-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 19%;
}
.swiper-slide .s-right .s-r-top > a {
    display: block;
    text-align: right;
    font-weight: 500;
}
.swiper-slide .s-right .s-r-bottom {
    display: flex;
    flex-wrap: wrap;
}
.swiper-slide .s-right .s-r-bottom > a {
    display: block;
    width: calc(50% - 10px);
    margin: 10px 10px 0 0;
}
.swiper-slide .s-right .s-r-bottom > a:nth-child(2n) {
    margin-right: 0;
}
.swiper-slide .s-right .s-r-bottom > a > img {
    width: 100%;
}



.right-view {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 280px;
}
.right-view .top-view .detail-div {
    text-align: right;
    line-height: 40px;
    font-weight: 600;
}
.right-view .bottom-view {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.right-view .bottom-view > a {
    display: block;
    width: 50%;
}
.right-view .bottom-view img {
    width: 100%;
}



.swiper-button-prev,
.swiper-button-next,
.swiper-container-rtl .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: none !important;
    margin-top: -60px !important;
}
.swiper1 .swiper-button-prev > span,
.swiper1 .swiper-button-next > span,
.swiper1 .swiper-container-rtl .swiper-button-next > span,
.swiper1 .swiper-container-rtl .swiper-button-prev > span {
    /*0913color: #2A71BB;*/
    color:var(--zacros-main);
    font-size: 52px;
    font-weight: 600;
}
.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 0px !important;
}
.swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    border-radius: 5px !important;
    background-color: #e4e4e4 !important;
    opacity: 1 !important;
}
.swiper-pagination-bullet-active {
    background-color: #2A71BB !important;

    background-color: var(--zacros-main) !important;
    opacity: 1 !important;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px !important;
}
.swip .silder-tit {
    position: absolute;
    top: 10px;
    width: 90%;
    margin-left: 80px;
    color: #FFF;
    line-height: 60px;
    font-size: 30px;
    text-shadow: 2px 2px 4px #000;
    text-align: right;
}

/* 产品信息 */
.product-msg {

}
.msg-title .title {
    position: relative;
    z-index: 3;
    display: inline-block;
    height: 25px;
    margin: 0;
    padding: 0 48px 0 0;
    box-sizing: border-box;
    background: #fff;
    color: #212121;
    font-size: 22px;
    font-weight: normal;
}
.msg-title {
    position: relative;
    margin: 50px 0 58px;
}
.msg-title::before {
    z-index: 1;
    position: absolute;
    top: 15px;
    display: block;
    content: ' ';
    width: 100%;
    height: 1px;
    background: #ddd;
    background:var(--zacros-gray);
}
.msg-title::after {
    z-index: 1;
    position: absolute;
    bottom: -15px;
    display: block;
    content: ' ';
    width: 45px;
    height: 3px;
    background:var(--zacros-sub);
    /*0913background: #2A71BB;*/
}
.product-div {
    display: flex;
    flex-wrap: wrap;
}
.product-div .p-div {
    position: relative;
    width: 19%;
    margin: 0 2.5% 36px 0;
    margin-right: 1.2%;
}
.product-div .p-div .product {
    display: block;
}
.product-div .p-div:nth-child(5n) {
    margin-right: 0;
}
.product-div .p-div .product-title {
    position: absolute;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 40px;
    transition: all .6s;
    color: #fff;
    background-color: rgba(0,0,0,.3);
    background-color: rgba(5,185,235,65%);
    text-align: center;
    font-size: 14px;
}
.product-div .p-div:hover .product-bg {
    transform: scale(1.03);
}
.product-div .p-div:hover .product-title {
    transform: translateY(-10px);
}

#search-view {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    margin: 60px auto 50px;
    background: #ededed;
    background: var(--zacros-gray-light);

}
#search-view .input-view {
    width: 85%;
    height: 40px;
    padding-left: 40px;
    border: solid var(--zacros-gray-light);;
    border-width: 1px;
    border-radius: 5px;
    font-size: 20px;
    transition: all 0.5s;
    box-shadow: 0px 0px 2px 1px var(--zacros-gray-light); inset;
    background: #fff url(../images/search.png) 11px 50% no-repeat;
}
#search-view .input-view:hover {
    box-shadow: 0px 0 10px var(--zacros-main);
}
#search-view .input-view:focus {
    border-color: var(--zacros-main);
}
#search-view .btn-submit {
    position: relative;
    top: 0;
    width: 15%;
    height: 40px;
    margin-left: 5px;
    background: var(--zacros-white-half);
    border: none;
    box-sizing: border-box;
    color: var(--zacros-text);
    font-size: 14px;
    border: 1px solid #000000;
}
#search-view .btn-submit:hover {
    /*box-shadow: 2px 0 10px #0B80C6;*/
    opacity: 0.7;
}

#search-view .search-btn {
    display: block;
    line-height: 100px;
}


/* 行业、种类 */
.industry-type {
    display: flex;
    flex-wrap: wrap;
    /*background: #ddd;*/
}
.industry-type > div {
    width: 48.5%;
    margin: 0 2.5% 36px 0;
    transition: all 0.3s;
}
.industry-type > div:nth-child(2n) {
    width: 48.5%;
    margin-right: 0;
}
.industry-type > div:hover {
    opacity: 0.7;
}
.industry-type > div > a {
    display: block;
}
.link-box {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
}
.link-box .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    margin: 0 0 0 -50%;
    margin-top: -66px;
    text-align: center;
    vertical-align: middle;
}
.link-box .title {
    z-index: 2;
    position: relative;
    display: block;
    color: #fff;
    font-size: 22px;
    text-align: center;
}
.link-box .btn {
    z-index: 2;
    position: relative;
    margin-top: 35px;
    width: 180px;
    height: 40px;
    border: 1px solid #fff;
    box-sizing: border-box;
    color: #fff;
}
.link-box .outline {
    z-index: 2;
    position: relative;
    display: block;
    color: #fff;
    font-size: 14px;
}
.btn.btn-link {
    display: block;
    margin: 15px auto;
    padding: 10px 20px !important;
    background-size: 23px auto;
    background-color: rgba(0, 0, 0, 0.5);
    background-color: var(--zacros-main-half);
    background-color: rgba(5,185,235,65%);
    font-size: 13px;
}
.industry-type .link-box:hover .btn.btn-link {
    /*background-color: white;*/
    color: #ffffff;
}



@media screen and (max-width: 980px) {


    #cookies-bar {
        height: auto !important;
        padding: 20px;
    }
    #cookies-bar > p {
        height: auto !important;
        line-height: 4rem !important;
        font-size: 2rem !important;
    }
    #cookies-bar > p button {
        font-size: 2rem !important;
    }



    /* 轮播图 */
    .swiper-slide .s-content {
        width: 100% !important;
    }
    .swiper-pagination-bullet {
        width: 20px !important;
        height: 20px !important;
        border-radius: 50% !important;
    }

    /* 产品信息 */
    #search-view {
        width: 95%;
    }
    #search-view .input-view,
    #search-view .btn-submit {
        height: 4rem !important;
        font-size: 2rem !important;
    }

    .product-div .p-div {
        width: 45% !important;
        margin: 0 2.5% 36px 2.5% !important;
    }
    .product-div .p-div:nth-child(5n) {
        margin-right: 2.5% !important;
    }
    .product-div .p-div .product-title {
        height: 6rem !important;
        font-size: 2rem !important;
    }


    /* 行业/种类 */
    .msg-title {
        /*padding: 0 20px;*/
    }
    .msg-title::before {
        width: calc(100% - 200px);
        top: 35px;
        left: 180px;
    }
    .msg-title::after {
        width: 170px !important;
        left: 10px;
        bottom: -35px;
    }
    .msg-title .title {
        font-size: 2.5rem !important;
        padding: 0 48px 0 10px;
    }
    .industry-type > div {
        width: 90% !important;
        margin: 0 5% 40px 5% !important;
    }
    .link-box .title {
        font-size: 2rem !important;
    }
    .link-box .btn {
        height: 4rem !important;
    }
    .btn.btn-link {
        font-size: 2rem !important;
    }

}