.product-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.product-container-left {
    width: 21.6%;
}

.product-margin-t {
    margin-top: 60px;
    margin-bottom: 60px;
}

.f-title {
    width: 100%;
    display: flex;
    padding: 20px 0;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    background-color: #004ea1;
    color: #ffffff;
}

.show-btn {
    width: 100%;
    display: none;
    padding: 20px 0;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    background-color: #004ea1;
    color: #ffffff;
}

.product-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border: 3px solid #004ea1;
}

.product-content li {
    margin-top: 10px;
    width: 246px;
    height: 61px;
    background-color: #f0f0f0;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.product-content li div {
    display: flex;
    justify-content: space-between;
    width: 72%;
}

.product-content li span {
    width: 20px;
    height: 20px;
    background-color: #999999;
    background-image: url('../images/kt/right-sanjiao.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px;
    border-radius: 50%;
}

.product-right-img-container {
    width: 100%;
}

.product-right-img-container img {
    display: block;
    max-width: 100%;
}

.product-right-title {
    font-size: 20px;
    color: #004ea1;
    font-weight: bold;
    padding-bottom: 18px;
    border-bottom: 1px solid #cccccc;
}

.product-right-img-container {
    margin-top: 30px;
}

.product-right-content-title {
    display: flex;
    align-items: center;
    margin-top: 40px;
}

.product-right-content-title span {
    width: 7px;
    height: 7px;
    background-color: #023c79;
    border-radius: 50%;
}

.product-right-content-title h1 {
    margin-left: 14px;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
}

.data-conetnt {
    font-size: 14px;
    line-height: 34px;
    letter-spacing: 0px;
    color: #666666;
}

.product-content li div:active {
    color: #023c79;
}

.product-content li div:active>.f-bg-jt {
    background-color: #023c79;
}

@media (max-width:1199px) {
  
    /* .product-container-right{
      width: 100%;
  } */
    .product-content {
        font-size: 16px;
        justify-content: space-around;
        border: none;
        display: none;
    }

    .product-container-left {
        width: 100%;
    }

    .product-content li{
        width: 100%;
    }

    .product-content {
        display: none;
    }

    .product-right-title {
        font-size: 16px;
        color: #004ea1;
        font-weight: bold;
        text-align: center;
        margin-top: 10px;
    }
    .f-title {
        display: none;
    }
  
}

@media (max-width:990px) {
  

    .product-content li span {
        width: 15px;
        height: 15px;
        background-size: 5px;
        border-radius: 50%;
    }
    .show-btn {
        width: 100%;
        display: block;
        text-align: center;
        cursor: pointer;
    }
    .product-margin-t {
        margin-top: 10px;
    }
    .product-right-img-container {
        margin-top: 10px;
    }

    .product-content li {
        width: 100%;
        height: 30px;
    }
}