
/**关于我们**/

/**
方案二：使用无单位数值（更稳健）
.about_con2 .ab_con {
    /* 行高将是字体大小的 1.5 倍 */
    /* 如果 font-size 是 14px，行高就是 21px */
    /* 如果 font-size 是 20px，行高就是 30px */
    /*line-height: 1.5; 
	
	如果你希望行高随字体大小自动调整（响应式友好），建议使用无单位数字。
}
**/



.case_s_position{ font-size:16px !important; line-height:2.2 !important; margin-left:20px; float:left; display:inline-block;}/*页面位置*/
.case_s_pilot{ font-size:16px !important; line-height:2.5; display:inline-block; text-align:left;}/*页面导航*/
.case_s_pilot a{font-size:16px !important; line-height:2.5;  display:inline-block; text-align:left;}
.case_s_pilot a:hover{ color:#0168b7 !important; text-align:left;}
.case_s_pilot span{ font-size:16px !important; line-height:2.5; display:inline-block; text-align:left;}

/**案例列表页**/

/**大框架**/

.subcase_s_bigcon{ width:80%; margin:0 auto;}
.subcase_s_bigcon_b{ width:100%; float:left; overflow:hidden;  min-height:500px; background:#fff; border:1px solid #F3F3F3;box-shadow: 0 5px 20px #efefef; margin-left:0px; margin-top:0px;}

.subcase_s_list{ margin: 0 auto; width:100%; padding-left: 15px;padding-right: 15px; box-sizing: border-box;}


/*---子页案例详情页---*/

.sub_caseshow_position{ font-size:16px !important; line-height:1.2 !important; margin-left:20px; float:left; display:inline-block;}/*页面位置*/
.sub_caseshow_pilot{ font-size:16px !important; line-height:1.5;}/*页面导航*/
.sub_caseshow_pilot a{font-size:16px !important; line-height:1.5; }
.sub_caseshow_pilot a:hover{ color:#0168b7 !important;}

.case_detail_con{ width:95% !important; margin:0 auto; clear:both;}
.case_detail_con .caseshow{ min-height:130px; overflow:hidden; width:100%; clear:both;}
.case_detail_con .case_title{font-size: 30px; color: #333; width:100%; min-height:60px; overflow:hidden; text-align:center; line-height:1.5; margin-bottom:0px;}
.case_detail_con .case_title i{display: block; width: 60px;  height: 4px; background: #045acf; margin: 0 auto; margin-top: 15px;}
.case_detail_con .case_title h5{display: block; font-size: 0.83em; margin-block-start:0.5em; margin-block-end: 0em; margin-inline-start: 0px;margin-inline-end: 0px; font-weight: bold; line-height:1.5; }

.case_detail_con .casehsow_con2{padding-top:20px; text-align:left;}
.case_detail_con .casehsow_con2  div,
.case_detail_con .casehsow_con2  p,
.case_detail_con .casehsow_con2  span,
.case_detail_con .casehsow_con2  b { line-height: 1.8; font-size:16px !important;}
.case_detail_con .casehsow_con2 .caseshow_img{ width:70%; border:0px;}


/**上页下页**/
.caseshow_nextup{width:100%; height:55px; line-height:1.8; font-size:16px; text-align:center; padding-top:50px; padding-bottom:100px;}
.caseshow_nextup a.prev{ padding-right:50px; line-height:1.8; font-size:16px; display:inline-block;}
.caseshow_nextup a.prev:hover{ color:#0077B0;} 
.caseshow_nextup a.next{ line-height:1.8; font-size:16px; display:inline-block;}
.caseshow_nextup a.next:hover{ color:#0077B0;} 

.caseshow_nextup .span_prev{ padding-right:50px; line-height:1.8; font-size:16px; display:inline-block;}
.caseshow_nextup .span_next{ line-height:1.8; font-size:16px; display:inline-block;}

@media only screen and (max-width:1366px) and (min-width:750px){
	
.subcase_s_bigcon{ width:100%; margin:0 auto;}	
	}


@media (max-width: 1200px) {
	
}


@media (max-width: 767px) {

.subcase_s_bigcon{ width:100%; margin:0 auto;}
.case_detail_con .casehsow_con2 .caseshow_img{ width:98%; border:0px;}


.caseshow_nextup{width:100%; height:55px; line-height:1.8; font-size:16px; text-align:left; padding-top:50px; padding-bottom:100px; padding-left:10px; box-sizing: border-box;}
.caseshow_nextup a.prev{ line-height:1.8; font-size:16px; display:block; }
.caseshow_nextup a.prev:hover{ color:#0077B0;} 
.caseshow_nextup a.next{ line-height:1.8; font-size:16px; display:block; }
.caseshow_nextup a.next:hover{ color:#0077B0;} 

.caseshow_nextup .span_prev{  line-height:1.8; font-size:16px; display:block; }
.caseshow_nextup .span_next{ line-height:1.8; font-size:16px; display:block; }

}
