@charset "utf-8";
.company {
    background-color: #fff;
    color: var(--fc2261b7);
}
.company_img{
    /* box-shadow: 0 0 4px rgba(0, 0, 0, .2); */
}
.company_note P {
    color: var(--fc2261b7);
}
.productlist .company_note p{
    margin-bottom: 8px;
}
.productlist .company_note p::before{
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background-color: var(--boxbg);
    vertical-align: middle;
    margin-top: -4px;
    margin-right: 6px;
}
.company_r a{
    background-color: #fff;
    color: var(--fc2261b7);
    border:1px solid #2261b7;
} 
.company_r a:hover{
    background-color: var(--fc2261b7);
    color: #fff;
}
.productlist_nav a{
    display: flex;
    align-items: center;
    justify-content: center;
    /* width: 140px; */
    height: 40px;
    padding: 0 30px;
    border-radius: 4px;
    border:1px solid #2261b7;
    font-size: 14px;
    color: var(--fc2261b7);
}
.productlist_nav a:hover{
    background-color: var(--boxbg);
    color: #fff;
}
.productlist_nav a.on{
    background-color: var(--boxbg);
    color: #fff;
}
.productlist_dw{
    position: absolute;
    left: 50%;
    bottom: 100px;
    transform: translateX(-50%);
    text-align: center;
    cursor: pointer;
}
.productlist_dw_it{
    animation: bounce 2s infinite;
}
.productlist_dw_i i{
    font-size: 26px;
}
/* productShow */
.productShow{
    height: calc(100vh - 110px);
    background-color: var(--boxbg);
    text-align: center;
    background-position: right bottom 15%;
    background-repeat: no-repeat;
    background-size: 52%;
    background-attachment: fixed;
}
.productShow_tle{
    color: #fff;
    font-weight: 700;
}
.productShow_ct{
    overflow: hidden;
}
.cooperative_slide .cooperative_slidea{
    display: block;
}
.cooperative_img{
    overflow: hidden;
    border-radius: 10px;
}
.cooperative_img img{
    width: 100%;
    transition: all .4s;
}
.cooperative_slidea:hover img{
    transform: scale(1.1);
}
.productShow_txt{
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    color: #fff;
    font-size: 14px;
}
.productShow_ct .swiper-pagination-bullet-active {
    background-color: #fff;
}
.productShow_ct .swiper-pagination-bullet{
    border-color: #fff;
}
/* -------- */
.company,
.productShow{
    height: auto;
    padding: 100px 0;
}
.productlist_dw{
    position: static;
    margin-top: 100px;
    transform: translateX(0);
}
@media screen and (max-width: 992px) {
    .productShow{
        height: calc(100vh - 90px);
        background-position: right bottom 13%;
        background-size: 95%;
    }
    /*---------  */
    .company,
    .productShow{
        height: auto;
        padding: 80px 0;
    }
    .productlist_dw{
        margin-top: 80px
    }
    .productlist_nav a{
        padding: 0 15px;
    }
}
@media screen and (max-width: 768px) {
    .productlist_nav {
        flex-wrap: wrap;
    }
    .productlist_nav a{
        margin-top: 10px;
        width: 48%;
        padding: 0;
         margin-right: 2%;
    }
      .productlist_nav a{
          margin-right: 0;
      }
    .product_title{
        text-align: left;
    }
    .productShow{
        height: auto;
        padding: 50px 0;
    }
    .competitive .product_title{
        text-align: center;
    }
    .competitive_link_note{
        font-size: 16px;
    }
    /* ---- */
    .company,
    .productShow{
        height: auto;
        padding: 50px 0;
    }
    .productlist_dw{
        margin-top: 50px
    }
    
}