<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*首页-客户案例*/

.case_head h2{

    text-align: center; 

    margin-top: 60px; 

    font-size: 34px; 

    color: #585858;

    font-weight: bold;

}

.case_head span{

    color: #d8d8d8; 


}

.case_img{ height:280px;}
.case_size{ height:220px; overflow:hidden}

.case_head p{

    text-align: center;

    color: #7f7f7f; 

    margin-top:8px;

}

.case_list{

    clear: both;

    padding: 25px 0px 0px 0px;

	width:100%;

	margin:0px auto;

    /*margin-right: -15px;

    margin-left: -15px;*/

	margin-bottom:40px;

	padding-bottom:40px;

	

}

.case_img div.thumbnail{

    border-radius: 0px;

}

.case_img{

    padding-left: 15px;

    padding-right: 15px;

}

.case_img img{

    margin-right: auto;

    margin-left: auto;

    display: block;

 width: 100%;

    padding: 0px 0px 0px 0px;



}

.case_title{

	text-align: center;

	margin-top: 10px;

	margin-bottom: 30px;

	background-color: #f1f1f1;

	padding:10px 0px;

	clear:both;

	display:block;



}

.case_title a{

    color: #333;

		display:block;

}

.case_title a:hover{

    text-decoration: none;

    color: #F60;

}

.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_img {

        min-height: 150px;

    }

}







/*滚动案例——修改左右按钮位置*/

.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;

}</pre></body></html>