.content{
	background: #fff;
}
.content .header{
	width: 100%;
	position: relative;
}
.content .header .img img{
	width: 100%;
	min-height: 540px;
	min-width: 1440px;
}
.content .header .bg{
	width: 100%;
	background: #000;
	height: 354px;
	opacity: 0.5;
	position: absolute;
	top: 50%;
	margin-top: -140px;
}
.content .header .details{
	width: 1380px;
	margin: 0 auto;
	color: #fff;
	display: flex;
	position: absolute;
	top: 50%;
	margin-top: -120px;
}
@media only screen
and (min-width : 1440px){
   .content .header .details{
	   left: 50%;
	   margin-left: -680px;
   }
}
.content .header .details .left{
	width: 778px;
	margin: 0 80px 0 10px;
}
.content .header .details .left .title1{
	font-size: 39px;
	font-weight: bold;
	color: #ED6E03;
	margin: 0 0 44px 26px;
}
.content .header .details .left .span{
	font-size: 18px;
	line-height: 33px;
}
.content .header .details .right{
	width: 160px;
	padding-top: 140px;
}
.content .header .details .right .li{
	width: 160px;
	display: flex;
	margin-bottom: 12px;
}
.content .header .details .right img{
	width: 24px;
	height: 24px;
	margin-right: 14px;
}
.content .header .details .right span{
	margin-right: 14px;
}
.content .box{
	width: 1440px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.content .business-layout .details{
	display: flex;
	flex-wrap: wrap;
	width: 1260px;
	margin: 100px auto 0;
}
.content .business-layout .details .list{
	width: 220px;
	margin: 60px 300px 0 0;
}
.content .business-layout .details .list:nth-child(3){
	margin-right: 0;
}
.content .business-layout .details .list:nth-child(5){
	margin-right: 0;
}
.content .business-layout .details .list:nth-child(4){
	margin-left: 260px;
}

.content .waterfall-flow{
	width: 1440px;
	margin: 0 auto;
}
.content .waterfall-flow .details{
	width: 900px;
	margin: 180px auto 115px;
	display: flex;
	justify-content: space-between;
}
.content .waterfall-flow .column{
	width: 285px;
}
.content .waterfall-flow .column .list{
	width: 285px;
	background: #FBE8E1;
	margin-bottom: 22px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 36px;
	font-weight: bold;
	color: #ED6E03;
}
.content .waterfall-flow .column .text{
	height: 193px;
}
.content .waterfall-flow .column .bignull{
	height: 346px;
}
.content .header2{
	width: 100%;
	position: relative;
}
.content .header2 .img2 img{
	width: 100%;
	min-height: 495px;
	min-width: 1440px;
}
.content .header2 .img2{
	margin-bottom: 138px;
}
.content .header2 .position{
	width: 1200px;
	height: 400px;
	position: absolute;
	left: 118px;
	top: 50%;
	margin-top: -200px;
}
@media only screen
and (min-width : 1440px){
   .content .header2 .position{
	   left: 50%;
	   margin-left: -600px;
   }
}
.content .header2 .position .title{
	width: 446px;
	margin: 0 auto 72px;
	display: flex;
	justify-content: center;
	font-size: 26px;
	color: #FFFFFF;
	padding-bottom: 12px;
	border-bottom: 2px solid #FFFFFF;
}
.content .header2 .position .details2{
	width: 900px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.content .header2 .position .details2 .list{
	width: 215px;
	height: 277px;
	background: #FFFFFF;
	opacity: 0.9;
	padding: 11px;
}
.content .header2 .position .details2 .list img{
	width: 62px;
	height: 62px;
	margin: 45px auto 34px;
}
.content .header2 .position .details2 .list .dt{
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	color: #F57C3B;
	margin-bottom: 11px;
}
.content .header2 .position .details2 .list .dd{
	font-size: 12px;
	line-height: 20px;
	color: #4D4D4D;
}

.mobile .details{
	padding: .5rem;
}
.mobile .details .title1{
	font-size: .4rem;
	font-weight: 800;
	color: #ED6E03;
	line-height: .25rem;
	margin-bottom: .5rem;
}
.mobile .details .span{
	font-size: .26rem;
	text-indent: 2em;
	line-height: .44rem;
}
.mobile .details .business-layout .list{
	margin-top: .5rem;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.mobile .details .business-layout .list:nth-child(2n){
	align-items: flex-end;
}
.mobile .details .business-layout .list img{
	width: 2.14rem;
	height: 1.43rem;
}
.mobile .details .business-layout .list .dl{
	font-size: .22rem;
}
.mobile .details .business-layout .list:nth-child(2n) .dl{
	text-align: end;
}
.mobile .details .business-layout .list .dl .dt{
	color: #EB6519;
	font-size: .26rem;
}
.mobile .details .waterfall-flow{
	display: flex;
	margin-top: .8rem;
	justify-content: space-between;
}
.mobile .details .waterfall-flow .column{
	width: 2.1rem;
}
.mobile .details .waterfall-flow .column .list{
	width: 2.1rem;
	background: #FBE8E1;
	margin-bottom: .12rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: .34rem;
	font-weight: bold;
	color: #ED6E03;
}
.mobile .details .waterfall-flow .column .text{
	height: 1.42rem;
}
.mobile .details .waterfall-flow .column .bignull{
	height: 3.1rem;
}
.mobile .details .guarantee .mtitle{
	font-weight: bold;
	margin: .8rem auto .5rem;
}
.mobile .details .guarantee .guarantee-box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.mobile .details .guarantee .list{
	width: 3.1rem;
	height: 4.2rem;
	background: #FFFFFF;
	box-shadow: 0px 0px .19rem 0px rgba(45, 92, 176, 0.1);
	margin-bottom: .2rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: .22rem;
	color: #4D4D4D;
	line-height: .27rem;
	padding: 0 .15rem;
}
.mobile .details .guarantee .list img{
	width: .82rem;
	height: .82rem;
	margin: .5rem auto;
}
.mobile .details .guarantee .list .dt{
	font-size: .26rem;
	font-weight: bold;
	text-align: center;
	color: #F57C3B;
	margin-bottom: .18rem;
}