@charset "utf-8";
/* wrap */
.position-center-center{
    left: 100px;
}
.about-us-title{
    height: 3px;
    background-color: #FFFFFF;
    width: 75px;
    left: -1px;
    top: 60px;
}
.position-center-centers .index-title{
    color: #FFFFFF;
    position: relative;
    left: 95px;
    font-size: 25px;
    font-weight: 500;
    top: 45px;
}
.boxes-info-bg{
    height: 120px;
    background: url(/assets/images/info.png);
    background-position: center center;
}
.boxes-info{
    color:#cc0001;
    -webkit-tap-highlight-color:transparent;
    background:#fff;

    filter:progid:DXImageTransform.Microsoft.Shadow(color=#e9e9e9,direction=120,strength=4);

    -moz-box-shadow: 2px 2px 10px #e9e9e9;

    -webkit-box-shadow: 2px 2px 10px #e9e9e9;

    box-shadow:2px 2px 10px #e9e9e9;
    margin-bottom: 200px;
}
.boxes-table{
    margin-top: 20px;
    color: #000000;
    padding: 0 25px;
    margin-bottom: 100px;
}

.table-bordered > tbody > tr > td{
    border:1px solid #ffd3d4;
    line-height:2.48
}
hr {

    border-top: 2px dashed #eeeeee;
    width: 95%;
}
.boxes-miao-title{
    font-size: 25px;
    color: #656565;
}
.boxes-miao{
    margin-top: 20px;
    padding: 0 25px;
    margin-bottom: 20px;
}
.container{
    padding-left: 0px;
    padding-right: 0px;
}
.boxes-content{
    padding: 10px 30px;
}
.latest-news-section{
    background:url('/assets/images/indexbg-04.png');
    background-position: center bottom;
    background-repeat: no-repeat;
}


