.banner_wrap{
	width: 100%;
	height: 500px;
	margin: 0 auto;
	position: relative;
}
@media only screen and (max-width: 1380px) {
	.banner_wrap{
		width: 1380px;
		height: 500px;
		margin: 0 auto;
		position: relative;
	}
	.banner_wrap>img{width: 100%;height: 440px;}
	.introduce{
		width: 1380px;
		text-align: center;
	}
	.about_wrap{width: 1380px;}
	.synopsis{
		position: relative;
		width: 1380px!important;
		}
}
.banner img{
	width:100%;
	height:500px;
	position: absolute;
	top: 0;
	left: 0;
}
.button{
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
}
.button li{
	width: 18px;
	height: 18px;
	background: #647782;
	border-radius: 50%;
	float: left;
	margin-right: 20px;
}
.button .banner_checked{
	background: #a1271f;
}
.introduce{
	text-align: center;
	margin-top: 130px;
	font-size: 28px;
	color: #1A1A1A;
	position: relative;
	margin-bottom: 70px;
}
.introduce span{
	color: #A1271F;
}
.introduce:after {
 	content: "";
 	width: 160px;
 	height: 3px;
 	background: #A1271F;
 	position: absolute;
 	bottom: -24px;
 	left: 50%;
 	transform: translateX(-50%);
}
.loan_type{
	width: 1380px;
	margin: 0 auto 170px;
}
.loan_type ul{
	overflow: hidden;
}
.loan_type li{
	float: left;
	margin-left: 84px;
	text-align: center;
}
.loan_type p{
	font-size: 28px;
	color: #1A1A1A;
	margin-top: 24px;
	margin-bottom: 26px;
}
.loan_type span{
	font-size: 18px;
	color: #666;
}
.loan_type img{
	padding-top: 10px;
}
.synopsis{
	width: 1200px;
	margin: 0 auto 390px;
}
.synopsis_left{
	float: left;
	margin-top: 130px;
}
.synopsis_title{
	font-size: 24px;
	color: #333;
	position: relative;
}
.synopsis_title:after{
	content: "";
 	width: 100px;
 	height: 1px;
 	background: #A32C24;
 	position: absolute;
 	bottom: -20px;
 	left: 0;
}
.synopsis_content{
	margin-top: 100px;
	font-size: 16px;
	color: #666;
	width: 600px;
}
.synopsis_right{
	position: absolute;
	right: 0;
}
.filiale_wrap{
	width: 1200px;
	margin: 130px auto;
}
.filiale_title{
	font-size: 24px;
	color: #1A1A1A;
	position: relative;
	margin-bottom: 20px;
}
.filiale_title:after{
	content: "";
 	width: 125px;
 	height: 1px;
 	background: #A32c24;
 	position: absolute;
 	bottom: -20px;
 	left: 0;
}
.filiale{
	overflow: hidden;
}
.filiale li{
	width: 507px;
	height: 173px;
	float: left;
	background: url(../image/bg.png) no-repeat;
	position: relative;
	margin-top: 80px;
}
.filiale li:nth-of-type(odd){
	margin-right: 130px;
	margin-left: 35px;
}
.filiale li img{
	position: absolute;
	left: -35px;
	top: 10px;
}
.filiale li p{
	font-size: 18px;
	color: #A32C24;
	position: absolute;
	top: 46px;
	left: 140px;
}
.filiale li span{
	display: block;
	margin-left: 140px;
	font-size: 14px;
	color: #4d4d4d;
}
.filiale li span:nth-of-type(1){
	margin-top: 86px;
}
.filiale li span:nth-of-type(2){
	margin-top: 10px;
}
.honor{
	margin: 88px 0 130px;
}

