.aboutUs_us{
    width:85%;
    margin:0 auto;
    margin-top:40px;
    color:#545454;
}
.aboutUs_us .fl,.aboutUs_us .fr{
    width:50%;
    text-align: center;
}
.aboutUs_us .fl div,.aboutUs_us .fr div{
    width:98%;
    height: 286px;
    margin:0 auto;
    text-align: center;
    overflow: hidden;
}
.aboutUs_us .fl img,.aboutUs_us .fr img{
    width:100%;
    height: 100%;
    transition: all 0.5s linear;
}
.aboutUs_us .fl div:hover>img,.aboutUs_us .fr div:hover>img{
    transform: scale(1.2);
}
.aboutUs_us p{
    text-align: left;
    width:97%;
    margin:0 auto;
    font-size: 13px;
    line-height: 25px;
}
.aboutUs_us .about_text{
    font-size: 14px;
    font-weight: bold;
    height: 50px;
    line-height: 45px;
    margin-top: 10px;
    margin-bottom: 5px;
}
.aboutUs .home{
    margin:0 auto;
    margin-top: 40px;
}
.home .about{
    margin-top:60px;
    margin-bottom: 0;
}
 .about .culture{
     width:48%;
     height: 231px;
     margin:24px auto;
     background: url(../images/5_05.png) no-repeat 1px -43px;
     background-size: 100% 123%;
 }
 .culture p span{
     display: block;
     font-size: 18px;
     line-height: 35px;
 }
  .culture p.p2{
      width:90%;
      margin:0px auto;
      height: 55%;
      line-height: 28px;
      padding: 22px 0;
      font-size: 13.5px;
  }
  .cultur_btn{
     width:77%;
     margin:0 auto;
     text-align: center;
     line-height: 30px;
  }
   .cultur_btn span{
       display: inline-block;
       padding: 0 20px;
       margin:0 5px;
       border-bottom: 2px solid #545454;
   }
   .cultur_btn span:hover{
       cursor: pointer;
   }
   .power h2,.power .p2{
       text-align: center;
   }
   .power .p2{
       line-height:35px;
       margin-top:35px;
       margin-bottom: 10px;
       font-size: 15px;
       font-weight: bold;
   }
   .company{
     width: 100%;
     height: 178px;
     overflow: hidden;
     background-repeat: no-repeat;
     background-image: url(../images/5_06.png);
     background-size: auto 100%;
   }
   .mask{
       width: 100%;
       height:178px;
       background-color: rgb(208,54,63);
       transition: all 1s linear;
       opacity:0.8;
   }
   .company:hover>div.mask{
       opacity: 0.9;
   }
   .mask .money{
    width: 50%;
    margin:0 auto;
    padding-top:47px;
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    text-align: center;
   }
   .induct{
       width:76%;
       margin:0 auto;
       display: block;
       margin-bottom: 70px;
   }
   .induct h5{
    line-height: 40px;
    text-align: center;
    margin-top:25px;
   }
   .induct .p1,.induct .p2{
       font-size: 13px;
       line-height: 30px;
   }
   .induct .p2{
       margin-top:15px;
   }
   .induct .p2 span:nth-child(2){
       margin-left:60px;
   }
   .culture p.p2{
       display: none;
   }
   .culture p.p2.active{
       display: block;
   }
   .cultur_btn span.sploit{
      border-bottom: 2px solid #dd0914;
   }
   .aboutUs .slider .cart{
       position: relative;
       bottom: 157px;
   }
   .aboutUs .slider .cart span{
       position: absolute;
       left:31%;
   }
   .aboutUs .slider .cart span{
       border: none;
       background: url(../images/8_03.png) no-repeat;
       background-size: cover;
   }
   .aboutUs .slider .cart span:hover{
    background: url(../images/8_02.png) no-repeat;
      background-size: cover;
   }
   @media screen and (max-device-width: 480px){
    .home .about{
           margin-top:30px;
    }
    .aboutUs .two{
        margin-top:30px;
    }
    .aboutUs .home{
        margin-top:0;
    }
    .power .p2{
        margin-top:20px;
    }
    .aboutUs_us .fl, .aboutUs_us .fr{
        width:100%;
        margin-bottom: 10px;
    }
    .aboutUs_us .fl div, .aboutUs_us .fr div{
        height: auto;
    }
    .aboutUs_us p{
        width:100%;
        padding-left: 3px;
        font-size: 11px;
    }
    .aboutUs_us .about_text{
        line-height: 20px;
        font-size: 11px;
        height: auto;
    }
    .aboutUs_us .fl div img, .aboutUs_us .fr div img{
        height: auto;
    }
    .about .culture{
        width:95%;
        margin:10px auto;
    }
    .culture p.p2{
        width:100%;
        font-size: 10px;
    }
    .company{
        height: auto;
    }
    .mask{
        height: 150px;
    }
    .mask .money{
        width:90%;
        font-size: 15px;
    }
    .mask .money .fl .p1,.mask .money .fr .p1{
        line-height: 30px;
    }
   }