@charset "UTF-8";
a:link, a:visited, a:hover, a:active {
    color:#1c194c;
    text-decoration: none;
}
.aboutUs{
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
}
.titleCont{
    text-align: center;

}
.title{
    position: relative;
    font-size: 30px;
    color: #f1e900;
    font-weight: 400;
    margin: 0 auto;
    padding: 45px 0;
    display: inline-block;
    width: 300px;
}
.title:before,.title:after{
    position: absolute;
    top: 50%;
    width: 85px;
    height: 7px;
    background-repeat: no-repeat;
    display: block;
    content: "";
}
.title:before{
    left: -125px;
    background-image: url("../images/mTitbg1.png");
}
.title:after{
    right: -125px;
    background-image: url("../images/mTitbg2.png");
}
.title p{
    font-size: 16px;
    color: #f1e900;
    line-height: 24px;
    font-family:  Arial, sans-serif;
}
.aboutUsCont{
    position: relative;
    overflow: hidden;
    height: 240px;
    padding: 0;
}
.aboutUsCont:before{
    content: "";
    display: block;
    border: 4px solid #fff;
    border-bottom: none;
    border-right: inherit;
    width: 10px;
    height:10px;
    position: absolute;
    top:0;
    left:0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;

}
.aboutUsCont:after{
    content: "";
    display: block;
    border: 4px solid #fff;
    border-top: none;
    border-left: inherit;
    width: 10px;
    height:10px;
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;

}
.aboutUsText{
    padding: 40px;
    float: left;
    width: 734px;
}
.aboutUsPhoneImg{
    float: right;
    width: 306px;
    height: 327px;
    padding: 0 20px 20px 0;
}
.aboutUsSlid{
    padding: 30px 0;
}
.aboutUsSlidCont img{
    width: 263px;
    height: 200px;
order: 2px solid rgba(255, 252, 246, 0.23); */
    box-shadow: 2px 2px 2px rgba(150, 126, 8, 0.48);
    box-shadow: 2px 2px 2px rgba(150, 126, 8, 0.48);
    box-shadow: 2px 2px 2px rgb(247, 246, 244);
}