


/* PC版 */
@media screen and (min-width: 751px){

	/*banner*/
	.house_banner{ height: 598px;margin-top: 102px;background: url(../Images/housing-loan/house_banner.jpg) center no-repeat; }
	.house_banner h1{ font-size: 60px;color: #0bfff6;text-align: center;padding-top: 200px;font-weight: normal; }
	.house_banner p{ font-size: 24px;color: #fff; text-align: center;width: 650px;margin: 40px auto 0;line-height: 40px;}
    
    /*主体内容*/
    .tmain{ background: #f8f8f8; padding: 1px 0 80px;}
    .main{ width: 1200px;background: #fff; border-radius: 20px;margin: -90px auto 0; padding: 60px 0;}
	.main table{ margin: 0 auto;width: 1037px;border:1px solid rgb(227, 227, 227);border-radius: 10px;font-size: 14px;color: #2a3e63;text-align: center;}
	.main table tr:first-child{ background: #487cb0;border-top-right-radius: 10px; }
	.main table tr:first-child th{ color: #fff;font-size: 18px;font-weight: normal; }
	.main table tr:first-child th:first-child{ border-top-left-radius: 10px; }
	.main table tr:first-child th:last-child{ border-top-right-radius: 10px; }
	.main table tr:nth-child(3),.main table tr:nth-child(5),.main table tr:nth-child(7){ background: #f8f8f8; }
	.main table tr td:first-child{ width: 120px; border-right: 1px solid rgb(227, 227, 227);}
	.main table tr td:last-child{ width: 250px; border-left: 1px solid rgb(227, 227, 227);}
	.main table tr:nth-child(2) td:nth-child(2),.main table tr:nth-child(3) td:nth-child(2),.main table tr:nth-child(4) td:nth-child(2),.main table tr:nth-child(5) td:nth-child(2){ border-right: 1px solid rgb(227, 227, 227);width: 260px; }
	.main table tr:nth-child(2) td:nth-child(3),.main table tr:nth-child(3) td:nth-child(3),.main table tr:nth-child(4) td:nth-child(3),.main table tr:nth-child(5) td:nth-child(3){ width: 245px; }
	.main table tr td{ padding: 30px 20px; }
	.main table tr th{ padding: 18px 0; }

}


/* 移动端适配版 */
@media screen and (max-width: 750px){

	/*banner*/
	.house_banner{ height: 598px;margin-top: 50px;background: url(../Images/housing-loan/house_banner.jpg) center no-repeat; }
	.house_banner h1{ font-size: 35px;color: #0bfff6;text-align: center;padding-top: 200px;font-weight: normal; }
	.house_banner p{ font-size: 18px;color: #fff; text-align: center;width: 90%;margin: 40px auto 0;line-height: 30px;}
    
    /*主体内容*/
    .tmain{ background: #f8f8f8; padding: 1px 0 80px;width: 100%;}
    .main{ width: 90%;background: #fff;margin: 0 auto; padding: 60px 0;}
	.main table{ margin: 0 auto;width: 90%;border:1px solid rgb(227, 227, 227);border-radius: 10px;font-size: 14px;color: #2a3e63;text-align: center;}
	.main table tr:first-child{ background: #487cb0;border-top-right-radius: 10px; }
	.main table tr:first-child th{ color: #fff;font-size: 14px;font-weight: normal; }
	.main table tr:first-child th:first-child{ border-top-left-radius: 10px; }
	.main table tr:first-child th:last-child{ border-top-right-radius: 10px; }
	.main table tr:nth-child(3),.main table tr:nth-child(5),.main table tr:nth-child(7){ background: #f8f8f8; }
	.main table tr td:first-child{ border-right: 1px solid rgb(227, 227, 227);}
	.main table tr td:last-child{ border-left: 1px solid rgb(227, 227, 227);}
	.main table tr:nth-child(2) td:nth-child(2),.main table tr:nth-child(3) td:nth-child(2),.main table tr:nth-child(4) td:nth-child(2),.main table tr:nth-child(5) td:nth-child(2){ border-right: 1px solid rgb(227, 227, 227);}
	.main table tr th,.main table tr td{ width: 20%; padding: 20px 2.5%; word-break: break-all;word-wrap: break-word;}

}