.swiper-container{
    height: 100%;
}
.navbar li>a{
    color: #fff;
}
.headerSty .headCN{
    color: #fff;
}
.chanpin_one{
    width: 100%;
    background:#0f2b4c;
    padding: 20px ;
    box-sizing: border-box;
}
.chanpin_onehead{
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    border-radius: 20px;
    background: #183353;
}
.chanpin_onehead_item{
    flex:1;
    min-height: 214px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}
.chanpin_onehead_itemTit{
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 48px;
    font-weight: 250;
    line-height: normal;
    letter-spacing: normal;
    color: #57A5FF;
}
.chanpin_onehead_itemhint{
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 24px;
    font-weight: 250;
    line-height: normal;
    letter-spacing: normal;
    color: #FFFFFF;
}
.chanpin_oneCon{
    border-radius: 20px;
    background: #183353;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
}
.chanpin_oneCon_item{
    width:50%;
    height: 100%;
    /* flex:1; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}
.chanpin_oneCon_inp{
    width: 85%;
    min-height: 70px;
    border-radius: 10px;
    background: #FFFFFF;
    border: 2px dashed #EBF4FF;
    box-sizing: border-box;
    /* margin:0 66px; */
    /* pading:0 30px; */
    display: flex;
    /* justify-content: center; */
    align-items: center;
    margin-top: 20px;
}
.chanpin_oneCon_inp p{
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 24px;
    font-weight: 250;
    line-height: 35px;
    letter-spacing: normal;
    color: #1C487A;
    padding: 0 20px;
}
.chanpin_d{
    width: 48px;
    height: 48px;
}
.chanpin_d_r{
    width: 500px;
    height: 200px;
    overflow: hidden;
}
.chanpin_d_r img{
    width: 100% !important;
    height: 100% !important;
    object-fit: fill;
}
.chanpin_two{
    width: 100%;
    box-sizing: border-box;
    padding: 34px 0;
    border: 1px solid #ebf4ff;
}
.chanpin_Tit{
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 36px;
    font-weight: 250;
    line-height: normal;
    text-align: center;
    letter-spacing: normal;
    color: #2A82E4;
    padding-bottom: 40px;
    
}
.chanpin_twoImg{
    width: 90%;
    height: auto;
    margin: 20px auto;
    display: block;
}
.chanpin_three{
    width: 100%;
    box-sizing: border-box;
    display: flex;
    /* margin-bottom: 20px; */
    border:1px solid #f3f3f3;
    padding-top:90px;
    padding-bottom: 60px;


}
.chanpin_three_item{
    flex:1;
}
.chanpin_d_r{
    display:inline-block;
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.chanpin_three_item_l{
    width: 80%;
    padding: 30px 0 70px 70px;
    box-sizing: border-box;
}
.chanpin_three_item_r{
    overflow: hidden;
}
.chanpin_three_itemhint{
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 20px;
    font-weight: 250;
    line-height: 27px;
    letter-spacing: normal;
    color: #383535;
    margin-top: 27px;
}
.chanpin_con{
    width: 100%;
}
.technical_con_item{
    width: 100%;
    padding: 110px 0 30px 0;
    border-bottom: 1px solid #ebf4ff;
}
.technical_con_item img{
    width: auto;
    height: 100%;
    object-fit: contain !important;
}
.chanpin_con_text{
    /* display: flex;
    justify-content: center;
    align-items: center; */
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 24px;
    font-weight: 250;
    letter-spacing: normal;
    color: #383535;
    padding: 20px 0;
    width: 80%;
    margin: 0 auto;
}
.swiper-container-technical{
    width: 80%;
    height: 400px;
    margin: 0 auto;
    overflow: hidden;

}
.swiper-wrapper-technical{
    width: 100%;
    height: 100%;

}
.swiper-slide-chanpin{
    /* border:1px solid red; */
    width: 100%;
    height: 100%;
    /* margin: 0 10px; */
    box-shadow: 0 0px 10px  rgba(0, 0, 0, 0.1);
}
.swiper-slide-chanpin img{
    width: 100%;
    height: 100%;
}
.HRMain_con_item_but{
    width: 100px;
    height: 50px;
    background: #f6f6f6;
    color: #646262;
    text-align: center;
    line-height: 50px;
    margin-top:30px;
    margin-left:20px;
    border-radius: 5px;
    display: inline-block;
}
@media screen and (max-width: 1276px){
    .chanpin_onehead{
        flex-wrap: wrap;
    }
    .chanpin_onehead_item{
        min-width: 50%;
    }
    .chanpin_oneCon{
        width: 100%;
        flex-direction: column;

    }
    .chanpin_oneCon_item{
        width: 100%;
    }
    .chanpin_d_r{
        margin-top: 34px;
    }
    .chanpin_twoImg{
        width: 90%;
        height: auto;
    }
    .chanpin_three{
        flex-direction: column;

    }
    .chanpin_three_item_l{
        padding: 30px 20px 30px 20px;
    }
    .chanpin_oneCon_inp p{
        font-size: 18px;
    }
}
@media screen and (max-width: 768px){
    .swiper-container-technical{
        width: 90%;
        height: auto;
    
    }
}
