/* 优势 */
.ys{
    background: #fff;
    padding-top: 10px;
    padding-bottom: 20px;
    color: rgb(255, 51, 0);
    display: flex;
}
.ys .inline-block{
    flex: 1;
    border-left: 1px dashed red;
}
.ys .inline-block:nth-child(1){
    border: none;
}
.product {
    width: 1200px;
}
.product_one{
    width: 1200px;
    display: flex;
}
.product_two{
    width: 1200px;
    display: flex;
}
.product_three{
    width: 1200px;
    display: flex;
}
.product .product_one .product_img{
    flex: 1;
    margin: 0;
    padding: 0;
}
.product .product_one .product_img img{
    width: 100%;
    height: 100%;
}
.product .product_two .product_img img{
    width: 100%;
    height: 100%;

}
.product .product_three .product_img img{
    width: 100%;
    height: 100%;

}
.row{
    margin-top: 0;
}
.ab{
    background: #fff;
    border-bottom: 1px solid rgb(233,77,38);  
    border-top: 1px solid rgb(233,77,38);
}
.ab:after{
    background: rgb(233,77,38);
}
.ab:before{
    border-color:rgb(255,122,91) ;
}
.ab .abcon{
    border-color: #ffc600;
}

.about{
    height: 400px; 
    margin-top: 40px;
    position: relative;
    margin-bottom: 100px;
}
.about .about_left{
    position: relative;
    /* position: absolute;
    top: 0;
    right: ;*/
    float: right;
  
    width: 673px; 
}
.about .about_left img{
    width: 100%;
}
.activeimg{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
}
.about .about_right{
    position: relative;
    float: left;
    /* margin-left: 320px; */
 
}
.about_right .ab_info{
    position: absolute;
    top: 80px;
    width: 580px;
    height: 380px;
    background-color: #fff;
   
}
 .ab_info .tlties{
   
    margin-top: 20px;
    height: 45px;
    
}
 .ab_info .tlties .border_left{
    width: 10px;
    height: 45px;
    float: left;    
    background-color: #b52c22;
}
.ab_info .tlties .ab_tltie1{
    margin-left: 30px;
    float: left;
    font-size: 26px;
    font-weight: 600;
    color: #b52c22; 
    border-left: 5px soild #b52c22;
}
.ab_info .tlties .ab_tltie2{
    float: left;
    margin-top: 10px;
    color: #d3d3d3;
    font-size: 16px;
    font-weight:500 ;
}
.about_right .ab_info .ab_content{
    padding: 18px 20px;   
    text-indent: 2em;   
    font-size: 18px;
    font-weight: 400;
}
.about_right .ab_info .slogan{
    margin-right: 0;
    text-align: right;
    padding: 30px 20px;
    color: #b52c22;
}
.about_right .ab_info .slogan div{
    width:80px;
    height: 2px;
    float: right;
    margin-top: 10px;
    margin-right: 10px;
    background-color: #b52c22;
}
.about_right .ab_info .slogan p{
    float:right ;
    font-size: 16px;
    font-weight: 800;
}
.about_right .ab_info .ab_moer{
    width: 136px;
    height: 40px;
    line-height: 40px;
    margin-top: 40px;
    background-color: #b52c22;
    text-align: center;
    color: #fff;
}
.about_right .ab_info .ab_moer a{
    display: block;
    width: 100%;
    height: 100%;
   
}


.industry_info{
   padding-bottom: 100px;
}
.ab_info ul{
    margin-top: 40px;
    display: flex;
}
.ab_info ul li{
    background: url(/content/home/images/hybi.png)  no-repeat -44px -34px;
    background-color: #b52c22;
    margin: 0 10px;
}
.ab_info ul li img{
    width: 100%;

  
}
.ab_info ul li h2{
    color: #fff;
    padding-top: 20px;
    padding-left: 20px;
}
.ab_info ul li p{
    padding: 30px 20px;
    color: #f2958e;
}
.ab_info ul li a{
    display: block;
    font-size: 14px;
    margin-left: 20px;
    padding-bottom: 20px;
    color: #fff;
}
.clearfix nav li a{
    /* font-size: 20px; */  
}

.mouseovr{
    box-shadow: 0px 0px 5px red;
    /* box-shadow:10px 10px 5px #ffc600 ; */
   
}
.listmou{
    box-shadow:10px 10px 10px 5px #ffc600 ;
}

/* 页脚 */