@charset "UTF-8";
/*产品内容*/
.productContent{
    width: 1000px;
    margin:0 auto;
    margin-bottom: 60px;
}
.product_box{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    color:#030000;
}
.product_box_title{
    font-size: 16px;
    font-weight: 500;
    margin-top:10px;
}
.product_box_img{
    margin-top:10px;
}
.product_box > .product_box_img img {
    width: 100%;
    height: 100%;
    border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
}
.product_box_l{
    flex:1;
    margin-right:20px;
}
.product_box_l img{
    width: 100%;
    margin-top:40px;
}
.box_sanqi{
    display: flex;
    justify-content:center;
}
.box_sanqi .img_sanqi{
    width:260px!important;
    height:auto;
}
.product_box_cont{
    margin-top:10px;
    font-size: 12px;
    line-height: 1.5;
    text-align: justify;
    text-justify: inter-ideograph;
}

.product_box_r{
    flex:1;
    font-size: 14px;
    line-height: 2;
    text-align: justify;
    text-justify: inter-ideograph;
}
.product_box_r_2img{
    flex:1;
    margin-left:20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.product_box_r_2img> img:nth-child(2){
    margin-left:20px;
}
.product_box_flex{
    width: 100%;
}
.product_box_flex_new{
    width: 100%;
    display: flex;
    margin: 0 -10px;
}
.product_box_flex_new img{
    width: 100%;
    display: block;
}
.product_box_flex_new .product_box_item{
    padding: 0 5px;
}
.product_box_r_flex{
    margin-top:50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #f1f1f1;
    border-radius: 10px;
    padding:20px;
}
.product_box_flex_other{
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.product_box_title_bg{
    padding:5px 15px;
    color: #fff;
    background: #17354f;
    border-radius: 20px;
    font-size: 14px;
    margin-top:-40px;
}
.product_box_icon_l, .product_box_icon_c, .product_box_icon_r{
    flex:1;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top:20px;
}
.product_box_icon_ll, .product_box_icon_cc, .product_box_icon_rr{
    flex:1;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top:20px;
}
.product_box_icon_l{
    margin-right: 20px
}
.product_box_icon_c{
    margin-left:20px;
    margin-right:20px;
}
.product_box_icon_r{

}
.product_box_icon{
    width: 100%;
    height:100%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product_box_icon_data_center{
    width: 50%;
    height:50%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon_01,.icon_03,.icon_05{
    /*background: #ff8d28;*/
    background: #b7282d;
}
.icon_02, .icon_04{
    /*background: #3281ec;*/
    background: #17354f;
}


.product_box_title_sub{
    margin-top:10px;
    font-size: 12px;
    font-weight: 600;
}
.product_box_title_sub_c{
    color:#3281ec;
    font-size: 14px;
}

.product_box_2_l, .product_box_2_r{
    margin-top:30px;
    background-color: #f1f1f1;
    border-radius: 10px;
    padding:20px;
    display: flex;
    flex-direction: column;
    align-items: center;

}
.product_box_2_t{
    height:276px;
}
.product_box_2_b{
    height:248px;
}
.font-c-b{
    color:#b7282d;
}
.product_box_anli_2{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.product_box_anli{
    width: 100%;
    margin-top:20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.product_box_anli_item{
    flex: 0 0 50%;
    margin-top:40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.product_box_anli_img{
    width: calc(100% - 20px);
    height:255px;
}
.fit-img-cover{
    width: 100%;
    height:100%;
    object-fit: cover;
}
.product_box_anli_sub{
    margin-top:20px;
    font-size: 14px;
    font-weight: 400;
}
.product_box_anli_1{
    width: 100%;
}
.point{
    position: relative;
    text-align:left;
    text-indent:1em;
    line-height: 2;

}
.point_cont p{
    font-size: 14px;
    margin-top: 8px;
}
.point:before{
    position: absolute;
    content: "";
    width: 10px;
    height:10px;
    border-radius: 50%;
    background-color: #666;
    left:0;
    top:9px;
}
.product_box_chanjin_80{
    width: 80%;
}



























