.index_about iframe{
width:100% !important;
}
.solution .conetnts a p{
    font: 0.37rem/0.65rem "Arial";
    color: #151414;
    padding-left: 0.18rem;
}


/*轮播*/
.mui-slider-indicator .mui-indicator{
    background: #fff;
}
.mui-indicator{
    width:0.3rem !important;
    height:0.3rem !important;
}
.mui-slider-item{
    height:auto !important;
}
.mui-slider-item a,.mui-slider-item a img{
    height:100%;
}
.mui-active{
    background: #ff1744 !important;
}
/*轮播结束*/

/*产品*/
.product{
    padding:0.3rem 0 0.32rem 0.24rem;
    background: #fff;
    overflow: hidden;
    margin:0.26rem 0;
}
.product_title{
    padding-right:0.3rem;
    display: flex;
    background-size: 1.5%;
    justify-content: space-between;
}
.product_title h1{
    font-weight: bold;
    font:0.64rem/0.64rem "Arial";
    color:#3a3c3e;
    margin-bottom: 0.36rem;
}
.pro_more{
    display: block;
    height:0.64rem;
    width: 1.35rem;
    background: url("../images/pro_more.png") no-repeat center center;
    background-size: 80%;
}
.product_title_a{
    display: block;
    width: 1.73rem;
    height:0.66rem;
    color:#fff;
    font:0.32rem/0.66rem "Arial";
    border-radius: 0.31rem;
    text-align: center;
    font-weight: bold;
    background: #e62129;
}
.product_list{
    display: flex;
    /*width: 30rem;*/
    margin-left:0;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}
.product_list_a{
    display: block;
    /*width: 3.52rem;*/
    width:49%;
   /*margin-right:0.26rem;*/
    background: #fff;
    margin-bottom:0.3rem;
}
.product_list_a img{
    display: block;
    width: 100%;
    height:3.52rem;
    overflow: hidden;
}
.product_list_a p,.solution_list_a p,.aplicacion_a_left p{
    font:0.3rem/0.65rem "Arial";
    color:#333333;
    padding-left:0.18rem;
}
.pad_rt0{
    padding-right:0 !important;
}


/*产品结束*/

/*生产线*/
.solution,.aplicacion,.about{
    padding:0.24rem;
    background: #fff;
}
.solution_list{
    margin-bottom: 0.3rem;
    padding-top:0.3rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.solution_list_a{
    display: block;
    width: 48%;
    margin-bottom: 0.25rem;
}
.solution_list_a img{
    width: 100% !important;display: block;
    overflow: hidden;
    height:3rem;
}
.aplicacion_a_left p{
    padding-right:1rem;
}

/*生产线结束*/

/*应用*/
.aplicacion{
    margin-top:0.3rem;
}
.aplicacion_a{
    display: flex;
    justify-content: space-between;
    padding:0.24rem 0;
    border-top:1px solid #eee;
}
.aplicacion_a_left span{
    font:0.3rem/0.5rem "Arial";
    color: #3a3c3e;
    padding-left:0.18rem;
}
.aplicacion_a img{
    display: block;
    width: 2.6rem;
    height:1.85rem;
}

/*应用结束*/

/*关于*/
.about{
    margin-bottom: 0.2rem;
    margin-top:0.26rem;
}
.index_about{
    width: 100%;
    height:5rem;
    background: url("../images/index_about.jpg") no-repeat;
    background-size: 100%;
    margin-bottom: 0.3rem;
}
.about p{
    font:0.4rem/0.6rem "Arial";
    color:#333;
}

/*关于结束*/









