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

    body .content {

        display: flex;

        flex-direction: column;

        min-width: unset;

        background-color: #f1f9fc;

        width: 100%;

    }

    body .content .product-compontent .product-compontent-banner {

        width: 100%;

        height: 8rem;

        background-image: url('../../images/op-banner.png');

        background-position: center;

        background-repeat: no-repeat;

        background-size: cover;

    }

    body .content .product-compontent .product-compontent-nav {

        width: 100%;

        height: 4rem;

        background-color: #fff;

        display: flex;

        justify-content: center;

    }

    body .content .product-compontent .product-compontent-nav-content {

        width: 100%;

        margin: 0 auto;

        display: flex;

        padding: 0 1rem;

        box-sizing: border-box;

        justify-content: space-between;

    }

    body .content .product-compontent .product-compontent-nav-content-right{

        display: none;

    }

    body .content .product-compontent .product-compontent-nav-content-left {

        display: flex;

        width: 100%;

        justify-content: center;

    }

    

    body .content .product-compontent .product-compontent-nav-content-left a {

        min-width: unset;

        text-align: center;

        height: 100%;

        line-height: 4rem;

        color: #000000;

        font-size: 1rem;

        position: relative;

        margin-right: 1rem;

        cursor: pointer;

        transition: all .3s;

    }

    body .content .product-compontent .product-compontent-nav-content-left a:hover{

        color: #0084ce;

        position: relative;

    }

    body .content .product-compontent .product-compontent-nav-content-left a:hover::after {

        content: unset;

        width: unset;

        position: unset;

        bottom: unset;

        left: unset;

        height: unset;

        background-color: unset;

        color: unset;

        line-height: unset;

    }

    

    body .content .product-compontent .product-compontent-nav-content-left a:last-child {

        margin: 0;

    }

    

    body .content .product-compontent .product-compontent-nav-content-left .select-nav {

        color: #0084ce;

        position: relative;

    }

    

    body .content .product-compontent .select-nav::after {

        content: unset;

        width: unset;

        position: unset;

        bottom: unset;

        left: unset;

        height: unset;

        background-color: unset;

        color: unset;

        line-height: unset;

    }



    body .operate-case {

        width: 100%;

        padding: 0 1rem;

        box-sizing: border-box;

        margin: 0 auto;

        display: flex;

        flex-direction: column;

    }

    

    body .operate-case .case-title {

        margin: 0 auto;

        text-align: center;

        margin-top: 2rem;

        margin-bottom: 2rem;

        color: #000000;

        font-size: 1.2rem;

    }

    

    body .operate-case .case-container {

        display: flex;

        flex-direction: column;

        width: 100%;

    }

    

    body .operate-case .case-container .case-container-li {

        width: 100%;

        background-color: #ffffff;

        box-shadow: 0px 4px 20px 0px rgba(0, 67, 105, 0.06);

        margin-bottom: 1rem;

        display: flex;

        flex-direction: column;

        padding: 1rem;

        box-sizing: border-box;

        cursor: pointer;

        transition: all .3s;

    }

    body .operate-case .case-container .case-container-li:hover{

        opacity: .7;

    }

    body .operate-case .case-container .case-container-li .case-container-li-text{

        display: flex;

        flex-direction: column;

        margin-bottom: 1rem;

    }

    body .operate-case .case-container .case-container-li .case-container-li-text .title{

        height: 2rem;

        color: #000000;

        font-size: 1.2rem;

        line-height: 2rem;

        text-indent: .5rem;

        border-left: 6px solid #0084ce;

        margin: 1rem 0;

    }

    body .operate-case .case-container .case-container-li .case-container-li-text .txt{

        color: #444444;

        font-size: 1rem;

        line-height: 1.5rem;

    }

    body  .operate-case .case-container .case-container-li img{

        width: 100%;

        flex-shrink: 0;

        display: block;

        margin-left: 0;

    }

    

    body .operate-case .case-page{

        margin-top: 3rem;

        margin-bottom: 4rem;

        height: 2rem;

    }

}

.content {

    display: flex;

    flex-direction: column;

    background-color: #f1f9fc;

}



.content .product-compontent {

    display: flex;

    flex-direction: column;

    width: 100%;

}



.content .product-compontent .product-compontent-banner {

    width: 100%;

    height: 320px;

    background-image: url('../../images/op-banner.png');

    background-position: center;

    background-repeat: no-repeat;

    background-size: cover;

}



.content .product-compontent .product-compontent-nav {

    width: 100%;

    height: 70px;

    background-color: #fff;

    display: flex;

    justify-content: center;

}



.content .product-compontent .product-compontent-nav-content {

    width: 1360px;

    margin: 0 auto;

    display: flex;

    padding: 0 20px;

    box-sizing: border-box;

    justify-content: space-between;

}



.content .product-compontent .product-compontent-nav-content-left {

    display: flex;

}



.content .product-compontent .product-compontent-nav-content-left a {

    min-width: 100px;

    text-align: center;

    height: 100%;

    line-height: 70px;

    color: #000000;

    font-size: 16px;

    position: relative;

    margin-right: 112px;

    cursor: pointer;

    transition: all .3s;

}

.content .product-compontent .product-compontent-nav-content-left a:hover{

    color: #0084ce;

    position: relative;

}

.content .product-compontent .product-compontent-nav-content-left a:hover::after {

    content: '';

    width: 100%;

    position: absolute;

    bottom: 0;

    left: 0;

    height: 3px;

    background-color: #0084ce;

    color: #0084ce;

    line-height: 3px;

}



.content .product-compontent .product-compontent-nav-content-left a:last-child {

    margin: 0;

}



.content .product-compontent .product-compontent-nav-content-left .select-nav {

    color: #0084ce;

    position: relative;

}



.content .product-compontent .select-nav::after {

    content: '';

    width: 100%;

    position: absolute;

    bottom: 0;

    left: 0;

    height: 3px;

    background-color: #0084ce;

    color: #0084ce;

    line-height: 3px;

}



.content .product-compontent .product-compontent-nav-content-right {

    display: flex;

    align-items: center;

}



.content .product-compontent .product-compontent-nav-content-right span:first-child {

    font-size: 16px;

    color: #0084ce;

    margin-right: 7px;

}



.content .product-compontent .product-compontent-nav-content-right a {

    color: #888888;

    font-size: 14px;

    cursor: pointer;

    transition: all .3s;

}

.content .product-compontent .product-compontent-nav-content-right a:hover{

    color: #0084ce;

}



.content .product-compontent .product-compontent-nav-content-right span {

    margin: 0 14px;

    font-size: 14px;

    color: #888888;

}







.operate-case {

    width: 1200px;

    margin: 0 auto;

    display: flex;

    flex-direction: column;

}



.operate-case .case-title {

    margin: 0 auto;

    text-align: center;

    margin-top: 70px;

    margin-bottom: 40px;

    color: #000000;

    font-size: 32px;

}



.operate-case .case-container {

    display: flex;

    flex-direction: column;

    width: 100%;

}



.operate-case .case-container .case-container-li {

    width: 100%;

    background-color: #ffffff;

    box-shadow: 0px 4px 20px 0px rgba(0, 67, 105, 0.06);

    margin-bottom: 20px;

    display: flex;

    padding: 20px;

    box-sizing: border-box;

    cursor: pointer;

    transition: all .3s;

}

.operate-case .case-container .case-container-li:hover{

    opacity: .7;

}

.operate-case .case-container .case-container-li .case-container-li-text{

    display: flex;

    flex-direction: column;

}

.operate-case .case-container .case-container-li .case-container-li-text .title{

    height: 32px;

    color: #000000;

    font-size: 26px;

    line-height: 32px;

    text-indent: 10px;

    border-left: 6px solid #0084ce;

    margin: 30px 0;

}

.operate-case .case-container .case-container-li .case-container-li-text .txt{

    color: #444444;

    font-size: 15px;

    line-height: 30px;

}

.operate-case .case-container .case-container-li img{

    width: 380px;

    display: block;

    margin-left: 50px;

}

/* .operate-case .case-container .case-container-li img:hover{

    width: 500px !important;

} */



.operate-case .case-page{

    margin-top: 40px;

    margin-bottom: 112px;

    height: 34px;

}