.content{
	width: 100%;
}
.content .banner{
	width: 100%;
	position: relative;
}
.content .banner .img img{
	width: 100%;
	min-width: 1440px;
}
.content .banner .details{
	width: 1440px;
	position: absolute;
	bottom: 120px;
}
.content .banner .details img{
	width: 450px;
	margin-left: 900px;
}
@media only screen
and (min-width : 1440px){
   .content .banner .details{
	   left: 50%;
	   margin-left: -720px;
   }
}

.content .operate{
	width: 100%;
	position: relative;
}
.content .operate .bj{
	height: 640px;
}
.content .operate .bj2{
	height: 678px;
	background: #F2F2F2;
}
.content .operate .details{
	width: 1360px;
	position: absolute;
	left: 40px;
	top: 0;
}
@media only screen
and (min-width : 1440px){
   .content .operate .details{
	   left: 50%;
	   margin-left: -680px;
   }
}
.content .operate .details .bsbox{
	width: 970px;
	height: 768px;
	background: #FFFFFF;
	margin-top: 70px;
	padding: 80px 460px 0 50px;
}
.content .operate .details .bsbox h1{
	font-size: 70px;
	line-height: 70px;
	color: #000000;
	margin: -5px 50px 5px 0;
	text-align: end;
}
.content .operate .details .bsbox h2{
	font-size: 30px;
	line-height: 20px;
	color: #333333;
	text-align: end;
	margin: 10px 50px 50px 0;
}
.content .operate .details .bsbox p{
	color: #666;
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 32px;
}
.content .operate .details .lbox{
	position: absolute;
	top: 290px;
	right: 0;
}
.content .operate .details .lbox img{
	width: 837px;
}
.content .operate .details .hbox{
	width: 806px;
	height: 172px;
	background: #373737;
	box-shadow: 0px 14px 32px 0px rgba(0, 0, 0, 0.24);
	position: absolute;
	top: 918px;
	left: 84px;
	color: #FFFFFF;
	display: flex;
	align-items: center;
}
.content .operate .details .hbox .li{
	width: 268px;
	height: 61px;
	border-right: 1px solid #FFFFFF;
	padding-left: 90px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.content .operate .details .hbox .li:last-child{
	border: none;
}
.content .operate .details .hbox .li .text1{
	font-size: 50px;
	font-weight: bold;
}
.content .operate .details .hbox .li .text2{
	font-size: 16px;
}
.content .details .but{
	width: 167px;
	height: 48px;
	background: #ED6E03;
	box-shadow: 0px 4px 6px 0px rgba(24, 24, 24, 0.13);
	border-radius: 15px;
	margin: 210px auto 0;
	font-size: 17px;
	line-height: 48px;
	text-align: center;
}
.content .details .but a{
	display: block;
	width: 167px;
	height: 48px;
	color: #FFFFFF;
}
.content .design{
	width: 100%;
	position: relative;
}
.content .design .bj{
	height: 440px;
}
.content .design .bj2{
	height: 786px;
	background: #F2F2F2;
	margin-bottom: 138px;
}
.content .design .details{
	width: 1434px;
	position: absolute;
	left: 3px;
	top: 0;
}
@media only screen
and (min-width : 1440px){
   .content .design .details{
	   left: 50%;
	   margin-left: -717px;
   }
}
.content .design .details .iconlist{
	margin: 60px auto 100px;
	display: flex;
	justify-content: space-between;
	width: 1031px;
	height: 35px;
}
.content .design .details .iconlist .li{
	display: flex;
	font-size: 22px;
}
.content .design .details .iconlist .li img{
	width: 40px;
	height: 35px;
	margin-right: 35px;
}
.content .design .details .imglist{
	width: 1434px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	
}
.content .design .details .imglist .img{
	width: 460px;
	height: 293px;
	background: #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 40px;
}
.content .design .details .imglist .img img{
	width: 406px;
	height: 238px;
}
.content .design .details .but{
	margin: 90px auto 46px;
}

.mobile .details .operate{
	position: relative;
	padding: 0 .3rem;
	height: 10rem;
}
.mobile .details .operate .bsbox{
	margin-top: .4rem;
	width: 6rem;
	height: 7.2rem;
	padding: .5rem 2rem .8rem .38rem;
	box-shadow: 0px 0px .18rem 0px rgba(28, 45, 61, 0.2);
}
.mobile .details .operate .bsbox h1,h2{
	text-align: end;
}
.mobile .details .operate .bsbox p{
	font-size: .22rem;
	color: #999999;
	line-height: .24rem;
	margin-top: .3rem;
}
.mobile .details .operate .lbox{
	position: absolute;
	left: .8rem;
	bottom: 1rem;
	box-shadow: 0px 0px .18rem 0px rgba(28, 45, 61, 0.2);
}
.mobile .details .operate .lbox img{
	width: 4.5rem;
}
.mobile .details .operate .hbox{
	width: 2.5rem;
	height: 5rem;
	position: absolute;
	right: .3rem;
	top: 1.5rem;
	background: #373737;
	box-shadow: 0px .14rem .32rem 0px rgba(0, 0, 0, 0.24);
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	padding: .8rem 0;
}
.mobile .details .operate .hbox .li .text1{
	font-size: .4rem;
	font-weight: bold;
}
.mobile .details .operate .hbox .li .text2{
	font-size: .18rem;
}
.mobile .details .but{
	width: 2rem;
	height: .8rem;
	background: #ED6E03;
	box-shadow: 0px .04rem .06rem 0px rgba(24, 24, 24, 0.13);
	border-radius: .3rem;
	line-height: .8rem;
	text-align: center;
	margin: 1.2rem auto 0;
}
.mobile .details .but a{
	font-size: .26rem;
	color: #FFFFFF;
}
.mobile .details .design{
	padding-bottom: .4rem;
}
.mobile .details .design .iconlist{
	width: 6rem;
	margin: .4rem auto;
	display: flex;
	justify-content: space-between;
}
.mobile .details .design .iconlist .li{
	display: flex;
	align-items: center;
}
.mobile .details .design .iconlist img{
	width: .4rem;
	height: .4rem;
	margin-right: .1rem;
}
.mobile .details .design .iconlist span{
	font-size: .26rem;
}
.mobile .details .design .imglist{
	padding: 0 .2rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.mobile .details .design .imglist .img{
	width: 3.45rem;
	height: 2.2rem;
	margin-bottom: .2rem;
	box-shadow: 0px 0px .18rem 0px rgba(28, 45, 61, 0.2);
	display: flex;
	align-items: center;
	justify-content: center;
}
.mobile .details .design .imglist img{
	width: 3.2rem;
}
.mobile .details .design .but{
	margin-top: .4rem;
}