/*中间内容开始*/
#product-container{
    width: 100%;
}
.product1{
    background: #f9f9f9;
    width: 100%;
    padding-top: 18px;
    padding-bottom: 30px;
}
.product1 .product1_1{
    width: 1200px;
    margin: 0 auto;
    color: #999999;
    font-size: 16px;
}
.product1_1>.product1_2{
    width: 100%;
    background: #ffffff;
    margin-bottom: 20px;
    margin-top: 18px;
    border: 1px solid #EEEEEE;
}


.product1_2>div{
    width: 100%;
    line-height: 30px;
}
.product1_2>div:nth-of-type(5){
    width: 100%;
    height: 74px;
    border-bottom: 1px solid #EEEEEE;
}
.product1_2>div span{
    font-weight: bold;
    line-height: 75px;
    margin-right: 50px;
    margin-left: 50px;
}
.product1_2>div .el-radio-button__inner{
    margin-right: 10px;
    border: none;
    border-radius: 5px;
}
.product1_2>div .el-radio-button__orig-radio:checked+.el-radio-button__inner{
    background: #06155F;
}
.product1_2>.el-divider{
    height: 1px;
    margin: 0px;
    background: #EEEEEE;
}
.producta{
    width: 100%;
    border-top: 2px solid #E5E5E5;
    border-bottom: 2px solid #E5E5E5;
}
.producta .product2{
    width: 1200px;
    margin: 0 auto;
}
.product2 .product2_1{
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
}
.product2_1 .commodity{
    width: 24%;
    margin-right: 1%;
    text-align: center;
    height: 250px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.1);
}
.product2_1 .commodity img{
    width: 70%;
    height: 153px;
    margin-top: 30px;
}
.product2_1 .commodity p{
    margin-top: 20px;
}
.product2 .page{
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}
.home-content1{
    width: 1200px;
    height: 110px;
    margin: 0 auto;
    display: flex;
}
.home-content1 >div{
    display: flex;
    align-items: center;
    width: 300px;
}
.home-content1 >div>.home_p{
    width: 200px;
    margin-left: 10px;
}
.home-content1 >div>.home_p p:nth-of-type(1){
    color: #252020;
    font-size: 20px;
    margin: 0;
    font-weight: bold;
}
.home-content1 >div>.home_p p:nth-of-type(2){
    color: #555555;
    font-size: 14px;
    margin: 0px;
    font-weight: 500;
}
/*中间内容结束*/