html{
    font-size: 0.83vw;
}
@media all
and (min--moz-device-pixel-ratio: 1.01) and (max--moz-device-pixel-ratio: 3),
(-webkit-min-device-pixel-ratio: 1.01) and (-webkit-max-device-pixel-ratio: 3),
(min-resolution: 1.01dppx) and (max-resolution: 3dppx)
{
    html{
        font-size:0.83vw;
    }
}

@media screen and (min-width: 1920px){
    html{
        font-size: 16px;
    }
}

.product_next_level{
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}
main{
    width: 83.33%;
    margin: 0 auto;
}

.product_link_list{
    width: 100%;
    padding: 1.88rem 0;
    display: flex;
    color: #9E9E9E;
    font-size: 1.88rem;
}

.product_title{
    width: 100%;
    text-align: center;
    font-size: 3.75rem;
    font-weight: normal;
    color: #333333;
    line-height: 1.4;
    margin-bottom: 2.5rem;
}

.product_desc{
    width: 100%;
    font-size: 1.88rem;
    color: rgba(0,0,0,0.6);
    line-height: 1.4;
    margin-bottom: 2.5rem;
}

.product_features{
    width: 100%;
    display: flex;
    justify-content: space-between;

}
.product_features img{
    width: 45%;
    vertical-align: middle;
    flex-shrink: 0;
    margin-right: 4%;
}

.product_features_content{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product_features_title{
    font-size: 3.13rem;
    color: rgba(0,0,0,0.6);
    line-height: 1.4;
}

.product_features_list{
    width: 100%;
    position: relative;
    font-size: 2.5rem;
    color: rgba(0,0,0,0.6);
    line-height: 1.4;
    padding-left: 2.2rem;
    box-sizing: border-box;
    white-space: nowrap;
}
.product_features_list::before{
    content: "";
    width: 1.25rem;
    height: 1.25rem;
    background: rgba(0,0,0,0.6);
    opacity: 1;
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    margin-top: auto;
    margin-bottom: auto;
}

.product_next_title{
    width: 100%;
    text-align: center;
    font-size: 3.75rem;
    font-weight: bold;
    color: #333333;
    padding-top: 5rem;
    padding-bottom: 2rem;
}

.product_medal_list,.product_industry_list{
    width:100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 5rem;
}
.product_medal_list_item{
    width: 24%;
    padding-bottom: 19%;
    box-sizing: border-box;
    /*border: 1px solid #dfdfdf;*/
    position: relative;
}

.product_medal_list_item img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.product_work{
    width: 100%;
    position: relative;
}
.product_work img {
    width: 100%;
    vertical-align: middle;
}
.product_work_content{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 3.75rem;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1.4;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.product_work_content_search{
    width: 5.44rem;
    height: 5.44rem;
    border-radius: 50%;
    margin-top: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product_work_content_search img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    vertical-align: middle;
}
.product_work_content_search .icon{
    width: 46%;
    height: 46%;
    vertical-align: middle;
}

.product_industry_list_item{
    width: 18.75%;
    font-size: 1.63rem;
    color: #333333;
    line-height: 1.4;
    text-align: center;
}
.product_industry_list_item_img{
    width: 100%;
    padding-bottom: 100%;
    position: relative;
    height: 0;
    /*border: 1px solid #c9c9c9;*/
    margin-bottom: 1.69rem;
}
.product_industry_list_item_img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.our_content_box{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 7.88rem;
}
.our_content_box_item{
    width: 46.88%;
    padding-bottom: 31.25%;
    position: relative;
    background: #FFFFFF;
    box-shadow: 0rem 0.25rem 0.63rem 0rem rgba(0,0,0,0.302);
    border-radius: 0.63rem 0.63rem 0.63rem 0.63rem;
    overflow:hidden;
}
.our_container{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.our_container_bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.our_container_text{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 3.13rem;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1.4;
    text-align: center;
}
.our_container_text > div{
    margin: 15% 0;
}

.our_container_download_box{
    display: block;
    width: 9.33%;
    margin: 0 auto;
}
.our_container_download{
    width: 100%;
    cursor: pointer;
    vertical-align: middle;
}

.our_container_contact_title{
    font-size: 3.13rem;
    font-weight: bold;
    color: #333333;
    line-height:1.4;
    text-align: center;
    margin-top: 7%;
    margin-bottom: 3.4%;
}
.our_container_contact_desc{
    width: 100%;
    margin: 0 auto 8.2%;
    font-size: 1.88rem;
    color: #666666;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
}
.our_container_contact_btn_box{
    width: 100%;
    text-align: center;
}
.our_container_contact_btn{
    display: inline-block;
    padding: 1.81rem 3.13rem;
    background: #FF960C;
    border-radius: 8.88rem 8.88rem 8.88rem 8.88rem;
    font-size: 1.88rem;
    color: #FFFFFF;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
    margin: 0 auto;
    cursor:pointer;
}<!--0.00037908554077148-->