﻿/*首页-客户案例*/
.case_head h2{
    text-align: center; 
    margin-top: 60px; 
    font-size: 34px; 
    color: #585858;
    font-weight: bold;
}
.case_head span{
    color: #d8d8d8; 
}
.case_head p{
    text-align: center;
    color: #7f7f7f; 
    margin-top:8px;
}
.case_list{
    clear: both;
    padding: 0px;
	width:100%;
	margin:0px auto;
	margin-top:0px;
    /*margin-right: -15px;
    margin-left: -15px;*/
	
}
.case_img div.thumbnail{
    border-radius: 0px;
}
.case_img{
    padding-left: 15px;
    padding-right: 15px;
    min-height: 340px;
	margin-bottom:10px;
}
.case_img img{
    margin-right: auto;
    margin-left: auto;
    display: block;
    max-height: 250px;
    max-width: 100%;
}
.case_title{
	display:block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
	background-color: #f1f1f1;
	line-height:36px;
	font-size:16px;
	height:36px;
	/****超出1行省略****/
	white-space:nowrap; 
overflow:hidden; 
text-overflow:ellipsis;
}
.case_title a{
    color: #333;
}
.case_title a:hover{
    text-decoration: none;
    color:#0071bf;
}
.case_des{
    text-align: center;
    color: #9e9e9e;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 26px;
    margin-bottom: 30px;
}

/*小屏幕*/
@media screen and (max-width: 768px) {
    /*手机-首页案例*/
    .case_head h2 {
        margin-top: 40px;
        font-size: 26px; 
    }
    .case_head p {
        font-size: 14px;
        margin-top:4px;
    }
	.case_list{
		margin-top:0px;
		}
.case_img{
    padding-left: 15px;
    padding-right: 15px;
    min-height:240px;
	margin-bottom:10px;
}
}



/*滚动案例——修改左右按钮位置*/
.bx-wrapper .bx-prev {
	left: 0px;/*修改左右按钮位置*/
	background: url(../images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 0px;/*修改左右按钮位置*/
	background: url(../images/controls.png) no-repeat -43px -32px;
}