/*
 * 产品栏目页专属样式
 */

@media (min-width: 1200px) {

    .map-md,
    .map-sm {
        display: none;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {

    .map-lg,
    .map-sm {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    .map-lg,
    .map-md {
        display: none;
    }
}

@media (max-width: 767px) {

    .map-lg,
    .map-md,
    .map-sm {
        display: none;
    }
}

@media (max-width: 768px) {
    .jq-block-product-items .product-items-wrap {
        min-height: auto !important;
    }

    .product-items-wrap {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    .product-items-list img {
        width: 72px !important;
        height: 72px !important;
    }

    .jq-block-product-items h4 {
        font-size: 14px !important;
    }

    .product-items-wrap .product-items-list:hover {
        padding: 0 !important;
    }
}

.body-wrap {
    background-color: transparent !important;
}

section.news-wrap {
    background-color: transparent !important;
}

.breadcrumb-wrap .breadcrumb {
    padding: 0 60px;
    width: 100% !important;
    height: 35px;
}

.jq_part1bg {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}

.jq_part2bg {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #fafafa;
    overflow: hidden;
    z-index: -1;
}

:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.jq_part2bg:before {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    content: "";
    background: #f2f2f3;
    border-top: 1px solid #ffffff;
    overflow: hidden;
    z-index: -1;
    transform-origin: left;
    transform: skewY(1.2deg);
}

.jq_part2bg:after {
    position: absolute;
    top: 1.2vw;
    left: 60%;
    width: 50%;
    height: 100%;
    content: "";
    background: #ebecec;
    border-top: 1px solid #ffffff;
    overflow: hidden;
    z-index: -1;
    transform-origin: left;
    transform: skew(20deg, 1.2deg);
}

.jq_container {
    margin-left: auto;
    margin-right: auto;
    width: 92%;
    max-width: 1200px;
}

.jq_part {
    position: relative;
}

.jq_f2 {
    font-size: 32px;
    line-height: 2;
}

.jq_f3 {
    font-size: 22px;
    line-height: 2;
}

.jq_f4 {
    font-size: 16px;
    line-height: 2;
}

.jq_text_blue {
    color: #00a4ff;
}

.jq_text_center {
    text-align: center;
}

.jq_space20 {
    height: 20px;
}

.jq_space60 {
    height: 60px;
}

.jq_space80 {
    height: 80px;
}

.jq_space100 {
    height: 100px;
}

.jq_space120 {
    height: 120px;
}

.jq-news-content {
    text-align: left;
}

.jq_flex {
    display: flex;
}

.jq_45cent {
    width: 45%;
}

.jq_50cent {
    width: 50%;
}

.jq_text_right {
    text-align: right;
}

a.jq_btn3 {
    display: inline-block;
    padding: 7px 20px 7px;
    font-size: 16px;
    color: #ffffff;
    background: #00a4ff;
    border-radius: 50px;
}

a.jq_btn3>span {
    vertical-align: middle;
}

.jq_item {
    width: 50%;
    margin: 10px auto;
    font-size: 16px;
}

.jq_item_content1 {
    color: #fff;
    background: #4282E8;
    padding: 10px 0;
    display: inline-block;
    width: 25%;
    border: 1px solid #4282E8;
    border-radius: 50px 0 0 50px;
}

.jq_item_content2 {
    border: 1px solid #ddd;
    border-radius: 0 50px 50px 0;
    border-left: none;
    padding: 10px 10px 10px 40px;
    display: inline-block;
    width: 75%;
    color: #4E4D4D;
}
