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

    body .content {

        display: flex;

        flex-direction: column;

        min-width: 100%;

        background-color: #f1f9fc;

    }

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

        width: 100%;

        height: 8rem;

        background-image: url('../../images/investment-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-left {

        width: 100%;

        display: flex;

        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: absolute;

        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 .product-compontent-nav-content-right {

        display: none;

        align-items: center;

    }

    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 .quotation{

        width: 100%;

        margin: 0 auto;

        display: flex;

        flex-direction: column;

    }

    body .quotation h2{

        text-align: center;

        color: #000000;

        font-size: 1.2rem;

        /* font-weight: 500; */

        margin-top: 2rem;

        margin-bottom: 2rem;

    }

    body .quotation .container{

        width: 100%;

        background-color: #ffffff;

        margin-bottom: 2rem;

        padding: 1rem;

        box-sizing: border-box;

        display: flex;

        flex-direction: column;

        align-items: center;

    }

    body .quotation .container img{

        width: 100%;

        margin-bottom: 2rem;

    }

    body .quotation .container div{

        width: 100%;

        text-align: center;

        color: #444444;

        font-size: 1rem;

    }

}

.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/investment-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: 40px;

    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;

}



.quotation{

    width: 1200px;

    margin: 0 auto;

    display: flex;

    flex-direction: column;

}

.quotation h2{

    text-align: center;

    color: #000000;

    font-size: 36px;

    font-weight: 500;

    margin-top: 62px;

    margin-bottom: 48px;

}

.quotation .container{

    width: 100%;

    background-color: #ffffff;

    margin-bottom: 80px;

    padding: 80px 0;

    box-sizing: border-box;

    display: flex;

    flex-direction: column;

    align-items: center;

}

.quotation .container img{

    width: 492px;

    margin-bottom: 64px;

}

.quotation .container div{

    width: 705px;

    text-align: left;

    color: #444444;

    font-size: 14px;

}




