.product-part .con {
    width: 100%;
    /* height: 818px; */
    background: #000;
    margin-top: 30px;
}

.product-part .con .container {
    width: 100%;
    height: 100%;
    padding-top: 20px;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.product-part .con .container .part {
    width: 45%;
    height: 300px;
    border: 2px solid;
    border-image: linear-gradient(0deg, #085F75, #66CFEA) 3 3;
    margin-right: 10px;
    margin-bottom: 20px;
    position: relative;
}

.product-part .con .container .part img {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    width: 60px;
    height: 60px;
    margin: auto;
}

.product-part .con .container .part .title {
    width: 100%;
    text-align: center;
    margin-top: 110px;
    margin-bottom: 10px;
    font-size: 14px;
    font-family: 'MicrosoftYaHei';
    font-weight: 400;
    color: #FBFBFD;
}

.product-part .con .container .part .text {
    width: 80%;
    font-size: 12px;
    font-family: 'MicrosoftYaHei';
    font-weight: 400;
    color: #FBFBFD;
    line-height: 20px;
    text-align: justify;
    margin: 0 auto;
}