.xbq-center {
    background: white;
    margin-top: 0rem;
    padding: 0.35rem;
    width: auto;
    color: #333333;

}

.xbq-center-inside {
    margin-top: 0rem;
    width: 100%;
}

.xbq-center-inside-title {
    font-family: 微软雅黑;
    margin-top: 0.35rem;
    height: 0.6rem;
    width: 100%;
    background: #fd0001;
}

.xbq-center-inside-title-text {
    padding-left: 0.1rem;
    line-height: 0.6rem;
    margin-left: 0.1rem;
    position: relative;
    font-size: 0.28rem;
    background: #ffffff;
    height: 100%;
}

.xbq-center-inside-content {
    margin-top: 0.15rem;
    height: auto;
    color: #191140;
    background: white;
    padding-bottom: 1rem;
    border-bottom: #f0f0f0 1px solid;
}

.xbq-center-inside-content:last-of-type {
    border-bottom: none;

}

.xbq-center-inside-content-title {
    font-size: 30px;
    text-align: center;
    width: 100%;
    height: 1.2rem;
    line-height: 1.2rem;
}

.xbq-center-inside-content-bar {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    height: auto;
    margin-top: -0.2rem;
    margin-left: -0.1rem
}

.xbq-center-inside-content-img {
    text-align: center;
}

.xbq-center-inside-content-img img {
    width: 80%;
}

.xbq-center-inside-content-product {
    margin: 10px;
    width: 15%;
    height: auto;
    box-shadow: 0px 0px 13px 0px rgba(0, 19, 56, 0.2);
}

.xbq-center-inside-content-product:hover {
    -webkit-transform: scale(1.1) rotate(0deg);
    -ms-transform: scale(1.1) rotate(0deg);
    transform: scale(1.1) rotate(0deg);
    -webkit-transition-duration: 700ms;
    -o-transition-duration: 700ms;
    transition-duration: 700ms;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s
}

.xbq-center-inside-content-product-imgDiv {
    margin-top: 0.5rem;
    width: 100%;
    text-align: center;
}

.xbq-center-inside-content-product-imgDiv img {
    width: 150px;
}

.xbq-center-inside-content-product-text {
    text-align: left;
    margin-top: 0.3rem;
    font-size: 0.2rem;
}

.xbq-center-inside-content-product-text h3 {
    padding: 0rem 0.3rem 0.1rem 0.3rem;
}

.xbq-center-inside-content-product-text p {
    padding: 0rem 0.3rem 0.1rem 0.3rem;
    font-size: 14px;
    color: #919191
}

.xbq-product {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.xbq-product__content {
    margin: 20px;
    width: 60%;
}

.xbq-product__content-title {
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: bold;

}

.xbq-product__content-item {
    width: 100%;
    display: flex;
    height: auto;
    flex-direction: row;

}

.xbq-product__content-item-left {
    width: 20%;
    height: auto;
    background: #3B8AB3;
    font-size: 15px;
    color: white;
    padding: 50px;
    display: flex;
    align-items: center;
}

.xbq-product__content-item-right {
    width: 70%;
    height: auto;
    background: white;
    display: flex;
    flex-direction: row;
    font-size: 13px;

}

.machine1 {
    width: 50%;
    padding: 50px;
    text-align: center;
}

.machine1 img {
    height: 150px
}

.machine2 {
    padding: 50px;
    width: 50%;
    text-align: center;
}

.machine2 img {
    height: 150px
}

.product-info {
    width: 85%;
    height: auto;
    margin-left: 8%;
    -webkit-box-shadow: 1px 1px 16px rgba(17, 51, 83, 0.2);
    box-shadow: 1px 1px 5px rgba(17, 51, 83, .2);
    background-color: hsl(0, 0%, 100%);
}

.infoBox {
    width: 100%;
    height: 300px;
    margin: 0;
    padding: 0;
    position: relative;
    top: 0;
    left: 0;
    background-color: rgba(23, 23, 223, 0);
    margin-top: 16px;
}

.spanLeft {
    float: left;
    width: 10%;
    height: 240px;
}

.spanLeft img {
    height: auto;
    width: 40px;
    margin: 0 auto;
    margin-top: 8px;
    float: right;
}

.spanMid {
    float: left;
    width: 80%;
    height: 240px;
    font-size: 18px;
    color: #191140;
    text-align: left;
    padding: 5px;
    padding-top: 50px;
}

.spanMid p {
    margin: 0 0 10px;
}

.spanRight {
    float: right;
    width: 11%;
    height: 40px;
    margin-top: -16vh;
}

.spanRight img {
    height: auto;
    width: 40px;
    margin: 0 auto;
    float: left;
}

.product {
    width: 100%;
    height: auto;
    background-color: rgba(23, 223, 23, 0);
}

.product-container {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: rgb(219, 219, 219);
}

.product-img {
    padding: 20px;
    height: auto;
    width: 100px;
}


.product-img img {
    display: block;
    width: 100%;
    height: auto;
}

.product-name {
    width: 100%;
    font-size: 13px;
    text-align: center;
    background: #ffffff;
    padding:  10px 0px;
}

.row {
    width: 100%;
    height: auto;
    float: left;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
}

.centerBox-title {
    width: 100%;
    font-size: 30px;
    text-align: center;
    margin-bottom: 0
}

.centerBox {
    width: 100%;
}

.spanBox {
    width: 70%;
    height: auto;
    float: left;
}

.contentSpan p {
    font-size: 16px;
    line-height: 30px;
    padding: 5px;
    color: #65697f;
}

.row-four {
    padding: 20px 0 0px 0;
    width: 100%;
    height: auto;
    float: left;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
}

.swiper-container {
    width: auto;
    height: 180px;
}

.swiper-slide {
    text-align: center;
    font-size: 15px;

}

.intellectual_property{
    width: 100%;
    height: auto;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.intellectual_property_image{
    width: 100%;
    text-align: center;
}

.intellectual_property_image img{
    width: 60%;
}

.intellectual_property_text{
    font-size: 15px;
    width: 50%;
    text-align: left;
}

.aboutUs{
    width: 100%;
    text-align: left;
    padding: 20px 120px;
    font-size: 15px;
}
@media (max-width: 768px) {

    .xbq-center {
        background: white;
        border-radius: unset;
        margin-top: 0rem;
        padding: 0.35rem;
        width: auto;
        color: #333333;

    }
    .xbq-center-inside-content-bar {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        height: auto;
        align-items: center;
    }

    .xbq-center-inside-content-title {
        font-size: 25px;
        text-align: center;
        width: 100%;
        height: 2.5rem;
        line-height: 2.5rem;
        margin-top: 1rem;
    }

    .xbq-center-inside-content-img {
        margin-top: 0.8rem;
        text-align: center;
    }

    .xbq-center-inside-content-img img {
        content: url("/word/img/main1-mobile.png");
        width: 100%;
    }

    .xbq-center-inside-content-product {
        margin-top: 0.3rem;
        width: 80%;
        height: auto;
        border-bottom: #f0f0f0 1px solid;

    }

    .xbq-center-inside-content-product:last-of-type {
        border-bottom: none;

    }

    .xbq-center-inside-content-product-imgDiv {
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .xbq-center-inside-content-product-imgDiv img {
        width: 80%;
    }

    .xbq-center-inside-content-product-text {
        width: 100%;
        margin-top: 1rem;
        font-size: 0.8rem;
        text-align: center;
    }

    .xbq-center-inside-content-product-text h3 {
        padding: 0rem 0.3rem 0.1rem 0.3rem;

    }

    .xbq-center-inside-content-product-text p {
        padding: 0rem 0.8rem 0.6rem 0.8rem;
        font-size: 0.8rem;
        color: #898989;
    }

    .xbq-product__content {
        margin: 20px;
        width: 90%;
    }

    .xbq-product__content-title {
        margin-bottom: 10px;
        font-size: 18px;
        font-weight: bold;

    }

    .xbq-product__content-item {
        width: 100%;
        display: flex;
        height: auto;
        flex-direction: row;

    }

    .xbq-product__content-item-left {
        width: 25%;
        height: auto;
        background: #3B8AB3;
        font-size: 18px;
        color: white;
        padding: 10px;
        display: flex;
        align-items: center;
    }

    .xbq-product__content-item-right {
        width: 70%;
        height: auto;
        background: white;
        display: flex;
        flex-direction: column;
        font-size: 13px;
        align-items: center;

    }

    .machine1 {
        width: 50%;
        padding: 30px;
        text-align: center;
    }

    .machine1 img {
        height: 120px
    }

    .machine2 {
        padding: 30px;
        width: 50%;
        text-align: center;
    }

    .machine2 img {
        height: 120px
    }


    .centerBox-title img {
        width: 50%;
    }

    .centerBox {
        margin-top: 0;
        height: auto;
        width: 100%;

    }

    .spanBox {
        width: 80%;
        height: auto;
        float: left;
    }

    .swiper-container {
        width: 100%;
        height: 180px;
    }

    .swiper-slide {
        text-align: center;
        font-size: 18px;
    }

    .infoBox {
        width: 100%;
        height: 20vh;
        margin: 0;
        padding: 0;
        position: relative;
        top: 0;
        left: 0;
        background-color: rgba(23, 23, 223, 0);
        margin-top: 16px;
    }

    .product-info {
        display: block;
        width: 95%;
        margin-top: 4px;
        margin-bottom: 4px;
        float: left;
        height: 20vh;
        margin-left: 2.5%;
        -webkit-border-radius: 4px;
        -webkit-box-shadow: 1px 1px 8px rgba(17, 51, 83, 0.2);
        box-shadow: 1px 1px 8px rgba(17, 51, 83, .2);
        background-color: hsla(0, 0%, 9%, 0);
    }

    .spanLeft img {
        height: auto;
        width: 1rem;
        margin: 0 auto;
        float: right;
    }

    .spanRight {
        width: 11%;
        position: relative;
        margin-top: -1rem;

    }

    .spanMid {
        float: left;
        width: 80%;
        height: 7.5rem;
        font-size: 0.6rem;
        color: #191140;
        text-align: left;
        padding: 5px;
        padding-top: 10px;
    }

    .spanMid p {
        margin: 0 0 10px;
    }

    .spanRight img {
        height: auto;
        width: 20px;
        margin: 0 auto;
        float: left;
    }

    .product {
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
        position: relative;
        top: 10px;
        left: 0;
        background-color: rgba(23, 223, 23, 0);
    }

    .product-container {
        width: 100%;
        height: 120px;
        margin: 0;
        padding: 0;
        float: left;
        background-color: rgba(223, 23, 23, 0);
    }

    .imgHeader {
        width: 4rem;
        height: 4rem;
        margin: 0px;
        padding: 0;
        float: left;
        border-radius: 50px;
        -webkit-border-radius: 50px;
        overflow: hidden;
    }

    .imgHeader img {
        display: block;
        width: 100%;
        height: auto;
        margin: 0 auto;
    }

    .rightName {
        width: auto;
        height: auto;
        margin: 0;
        top: 0;
        padding: 0;
        float: left;
        background-color: rgba(39, 36, 223, 0);
    }

    .rightName h3 {
        text-align: left;
        padding-left: 14px;
        font-size: 0.7rem;
    }

    .rightName p {
        text-align: left;
        font-size: 0.6rem;
        padding-left: 14px;
    }

    .swiper-button-next, .swiper-button-prev {
        visibility: hidden;
        display: none;
    }

    .intellectual_property{
        padding: 0px;

    }

    .intellectual_property_image{
        width: 100%;
        text-align: center;
    }

    .intellectual_property_image img{
        width: 95%;
    }
    .intellectual_property_text{
        font-size: 18px;
        width: 80%;
        text-align: left;
    }
    .aboutUs{
        width: 80%;
        text-align: left;
        padding: 20px;
        font-size: 18px;
    }
}

