.content{
	background: #fff;
}
.content .banner{
	width: 100%;
	position: relative;
}
.content .banner .img img{
	width: 100%;
	min-height: 540px;
	min-width: 1440px;
}
.content .list{
	width: 1180px;
	margin: 135px auto 60px;
	height: 233px;
	box-shadow: 0px 2px 10px 0px rgba(24, 24, 24, 0.16);
	display: flex;
	align-items: center;
}
.content .list .li{
	width: 295px;
	height: 102px;
	border-right: 5px solid #F0F0F0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.content .list .li:last-child{
	border: none;
}
.content .list .li .img img{
	width: 71px;
	height: 71px;
	margin-bottom: 36px;
}
.content .list .li .text{
	font-size: 18px;
	color: #000000;
}

.content .group{
	width: 1433px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.content .group .span{
	width: 1042px;
	height: 46px;
	font-size: 22px;
	color: #707070;
	text-align: center;
	margin: 65px auto 90px;
}
.content .group .img img{
	width: 1433px;
	height: 515px;
}
.content .sgroup{
	width: 100%;
	position: relative;
}
.content .Subtitle{
	width: 410px;
	margin: 50px auto 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
}
.content .Subtitle .p2{
	font-size: 20px;
	color: #707070;
	
}
.content .Subtitle .p1{
	font-size: 26px;
	color: #E75242;
}
.content .Subtitle .border{
	width: 39px;
	height: 2px;
	background: #707070;
	margin: 0 15px;
}
.content .sgroup .bj{
	width: 100%;
}
.content .sgroup .bj img{
	width: 100%;
	min-width: 1440px;
	min-height: 273px;
}
.content .sgroup .data{
	width: 1160px;
	height: 100%;
	display: flex;
	align-items: center;
	position: absolute;
	bottom: 0;
	left: 140px;
}
@media only screen
and (min-width : 1440px){
   .content .sgroup .data{
	   left: 50%;
	   margin-left: -580px;
   }
}
.content .sgroup .data .li{
	border-right: 2px solid #707070;
	height: 100%;
	width: 384px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.content .sgroup .data .li:last-child{
	border: none;
}
.content .sgroup .data .li div{
	height: 66px;
}
.content .sgroup .data .li span:first-child{
	font-size: 60px;
	font-weight: bold;
	color: #FE981B;
}
.content .sgroup .data .li span:nth-child(2){
	font-size: 33px;
	color: #000000;
}
.content .sgroup .data .li span:last-child{
	font-size: 22px;
	color: #000000;
}

.content .xnms{
	width: 1180px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.content .xnms .stitle{
	font-size: 36px;
	font-weight: bold;
	color: #010101;
	margin: 20px 0 30px;
}
.content .xnms .span{
	width: 1037px;
	font-size: 22px;
	color: #707070;
	text-align: center;
	margin-bottom: 58px;
}
.content .xnms .imgbox{
	display: flex;
	flex-wrap: wrap;
}
.content .xnms .imgbox img{
	width: 380px;
	margin: 0 20px 20px 0;
}
.content .xnms .imgbox img:first-child{
	width: 780px;
}
.content .xnms .imgbox .nomargin{
	margin-right: 0;
}

.content .prospect{
	width: 100%;
	margin: 120px 0 140px;
	background: #F8F8F8;
	height: 772px;
	padding: 90px 0;
}
.content .prospect .title{
	width: 1160px;
	position: absolute;
	left: 140px;
	margin-top: 0;
	margin-bottom: 100px;
}
.content .prospect .libox{
	margin-top: 140px;
}
.content .prospect .li{
	height: 126px;
	background: #f3f3f3;
}
.content .prospect .li:nth-child(2){
	background: #E8E8E8;
}
.content .prospect .li .left{
	width: 185px;
	font-size: 33px;
	color: #ED6E03;
	line-height: 39px;
	text-align: end;
	margin-right: 35px;
}
.content .prospect .li .right{
	width: 936px;
	font-size: 21px;
	color: #2B2B2B;
	line-height: 27px;
}
.content .prospect .li .details{
	width: 1160px;
	height: 126px;
	display: flex;
	align-items: center;
	position: absolute;
	left: 140px;
}
@media only screen
and (min-width : 1440px){
   .content .prospect .li .details{
	   left: 50%;
	   margin-left: -580px;
   }
   .content .prospect .title{
	   left: 50%;
	   margin-left: -580px;
   }
}

.mobile .details .group .span{
	font-size: .2rem;
	padding: .3rem .5rem;
	color: #707070;
}
.mobile .details .group img{
	width: 7.5rem;
}
.mobile .details .sgroup{
	padding: .5rem .3rem 0;
	display: flex;
}
.mobile .details .sgroup .li{
	text-align: center;
	width: 2.5rem;
	height: 1rem;
	line-height: 1rem;
	border-right: 1px solid #707070;
}
.mobile .details .sgroup .li:last-child{
	border-right: none;
}
.mobile .details .sgroup .li span:first-child{
	font-size: .36rem;
	font-weight: bold;
	color: #FE981B;
}
.mobile .details .sgroup .li span:nth-child(2){
	font-size: .2rem;
	color: #000000;
}
.mobile .details .sgroup .li span:last-child{
	font-size: .16rem;
	color: #000000;
}
.mobile .details .xnms .stitle{
	text-align: center;
	font-size: .23rem;
	font-weight: bold;
	margin: .1rem 0 .4rem;
}
.mobile .details .xnms .span{
	padding: 0 .3rem .3rem;
	font-size: .2rem;
	color: #707070;
}
.mobile .details .xnms .imgbox{
	padding: .2rem;
	display: flex;
	flex-wrap: wrap;
}
.mobile .details .xnms .imgbox img{
	margin: 0 .2rem .2rem 0;
	width: 3.45rem;
}
.mobile .details .xnms .imgbox img:first-child{
	width: 7.1rem;
}
.mobile .details .xnms .imgbox img:nth-child(2n-1){
	margin-right: 0;
}
.mobile .details .prospect .libox{
	margin-top: .4rem;
	padding-bottom: 1rem;
}
.mobile .details .prospect .li{
	width: 7.5rem;
	height: 2rem;
	background: #f3f3f3;
	padding: 0 .3rem;
	display: flex;
	align-items: center;
}
.mobile .details .prospect .li:nth-child(2){
	background: #E8E8E8;
}
.mobile .details .prospect .li .left{
	width: 1.85rem;
	font-size: .3rem;
	color: #ED6E03;
	line-height: .3rem;
	text-align: end;
	margin-right: .2rem;
}
.mobile .details .prospect .li .right{
	width: 5.3rem;
	font-size: .22rem;
	color: #2B2B2B;
	line-height: .27rem;
}