
/*news*/
.carousel-caption{

    -padding-bottom: 142px;
}
.carousel-caption .btn-primary{
    color: #fff;
    border: 1px solid #fff;
    background:rgba(255, 255, 255, 0.0);
    border-radius: 0;
}
.carousel-caption .btn-primary:hover{
    background:rgba(255, 255, 255, 1);
    color: #4F3036;
}
/*product*/
.page-header{
    border-bottom: 2px solid #6f2071;
}
.carousel-indicators{
    bottom: -60px;
}
.thumbnail .caption{
    font: 14px/24px '微软雅黑';
}
/*about*/
.about .caption{
    max-height: 330px;
    text-indent: 2em;
    font: 14px/24px '微软雅黑';
    margin-top: 15px;
    overflow-y: auto;
}
.about .caption a{
    text-indent: 0em;
}
.about-img{
    display: inline-block;
    margin: 10px;    
}
/*case*/
.case{
    background: url(../jpg/case-bg.jpg) no-repeat center center;
    background-size: cover;
    margin-top: 20px;
}
.case-border {
    margin: 20px 0;
    padding: 0px;
    border: 1px solid #fff;
}
.case-border div{
    margin: 10px;
    cursor: pointer;
    color: #fff;
    font: bold 36px/36px '微软雅黑';
    text-align: center;
}
.case-bg{
    opacity: 0.7;
}
.yutong{
    background: url(../png/yutong.png) no-repeat right center;
    background-size: cover;    
}
.yutong a{
    display: block;
}
.lianhe{
    background: url(../png/lianhe.png) no-repeat right center;
    background-size: cover;    
}
.dongfeng{
    background: url(../png/dongfeng.png) no-repeat right center;
    background-size: cover;    
}
.xugong{
    background: url(../png/xugong.png) no-repeat left center;
    background-size: cover;    
}
/*patner*/
.box{
    width: 100%;
    height: 75px;
    overflow: hidden;
    margin-bottom: 20px;
    position:relative;
}
.patner{
    width: 5000px;
    overflow: hidden;
    position: absolute;
    left:0;
    top: 0;
}
.patner li{
    float: left;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    list-style: none;
    margin-left: -1px;
}
/*banner*/

/*back to top*/
#scrollUp {
    background-color: #777;
    color: #eee;
    font-size: 40px;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    bottom: 100px;
    right: 20px;
    overflow: hidden;
    width: 46px;
    height: 46px;
    border: none;
    opacity: .8;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
}