.banner {
  height: 380px;
}
.banner img {
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 1024px) {
	
  .banner {
    height: 320px;
  }
}
@media screen and (max-width: 768px) {
  .banner {
	padding-top: 60px;
	height: 280px;
  }
}
@media screen and (max-width: 540px) {
  .banner {
	  padding-top: 50px;
    height: 220px;
  }
}
@media screen and (max-width: 414px) {
  .banner {
	  padding-top: 50px;
    height: 180px;
  }
}
@media screen and (max-width: 360px) {
  .banner {
    height: 100px;
    height: 160px;
  }
}
.process{
	width: 1117px;
	height: 1880px;
	background-repeat: no-repeat;
	margin: 90px auto;
	position: relative;
}
.process .item{
	position: absolute;
	overflow: hidden;
}
.process .item .number{
	float: left;
	margin-right: 20px;
}
.process .item .number img{
	width: 104px;
	height: 104px;
}
.process .item .main{
	width: 400px;
	float: left;
}
.process .item .main .title{
	font-size: 24px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #EFA73B;
	line-height: 48px;
	text-align: left;
}
.process .item .main .content{
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	line-height: 26px;
	margin-top: 10px;
	text-align: left;
}
.process .item:nth-of-type(1){
	top: -45px;
	left: 20px;
}
.process .item:nth-of-type(2){
	top: 125px;
	right: -70px;
}
.process .item:nth-of-type(2) .number{
	margin-top: 20px;
	margin-left: 10px;
}
.process .item:nth-of-type(2) .main{
	width: 480px;
	margin-top: 20px;
	margin-left: 10px;
}
.process .item:nth-of-type(3){
	top: 300px;
	left: -50px;
}
.process .item:nth-of-type(3) .number{
	margin-right: 40px;
	margin-top: 40px;
}
.process .item:nth-of-type(3) .main{
	width: 450px;
}
.process .item:nth-of-type(4){
	top: 585px;
	right: -70px;
}
.process .item:nth-of-type(4) .number{
	margin-top: 30px;
	margin-left: 10px;
}
.process .item:nth-of-type(4) .main{
	width: 480px;
	margin-top: 20px;
	margin-left: 10px;
}
.process .item:nth-of-type(5){
	top: 840px;
	left: -50px;
}
.process .item:nth-of-type(5) .number{
	margin-right: 40px;
	margin-top: 30px;
}
.process .item:nth-of-type(5) .main{
	width: 450px;
}
.process .item:nth-of-type(6){
	top: 1085px;
	right: -70px;
}
.process .item:nth-of-type(6) .number{
	margin-top: 60px;
	margin-left: 30px;
}
.process .item:nth-of-type(6) .main{
	width: 480px;
	margin-top: 20px;
	margin-left: 10px;
}
.process .item:nth-of-type(7){
	top: 1380px;
	left: -50px;
}
.process .item:nth-of-type(7) .number{
	margin-right: 40px;
	margin-top: 30px;
}
.process .item:nth-of-type(7) .main{
	width: 450px;
}
.process .item:nth-of-type(8){
	top: 1645px;
	right: -70px;
}
.process .item:nth-of-type(8) .number{
	margin-top: 20px;
	margin-left: 30px;
}
.process .item:nth-of-type(8) .main{
	width: 480px;
	margin-top: 20px;
	margin-left: 10px;
}
.phone_process{
	display: none;
}
@media screen and (max-width: 1024px) {
	.process{
		background-image: none !important;
	}
	.process .item:nth-of-type(1),.process .item:nth-of-type(3),.process .item:nth-of-type(5),.process .item:nth-of-type(7){
		left: 40px;
	}
	.process .item:nth-of-type(2),.process .item:nth-of-type(4),.process .item:nth-of-type(6),.process .item:nth-of-type(8){
		right: 100px;
	}
}
@media screen and (max-width: 768px) {
	.process .item .number img {
	    width: 70px;
	    height: 70px;
	}
	.process{
		display: none;
	}
	.phone_process{
		display: block;
	}
	.process .item:nth-of-type(1),.process .item:nth-of-type(3),.process .item:nth-of-type(5),.process .item:nth-of-type(7),.process .item:nth-of-type(2),.process .item:nth-of-type(4),.process .item:nth-of-type(6),.process .item:nth-of-type(8){
		left: 90px;
	}
	.process .item .number{
		margin-left: 0px !important;
	} 
}
@media screen and (max-width: 540px) {
	.process .item:nth-of-type(1),.process .item:nth-of-type(3),.process .item:nth-of-type(5),.process .item:nth-of-type(7),.process .item:nth-of-type(2),.process .item:nth-of-type(4),.process .item:nth-of-type(6),.process .item:nth-of-type(8){
		left: 30px;
	}
	.process .item .number img {
	    width: 60px;
	    height: 60px;
	}
	.process .item .number{
		margin-top: 20px !important;
		margin-right: 20px !important;
	} 
	.process .item .main {
		margin-left: 0px !important;
	}
	.process .item .main .title {
		font-size: 20px;
	}
	.process .item .main .content {
		font-size: 14px;
	}
	.process .item .main {
		width: 400px !important;
	}
}
@media screen and (max-width: 414px) {
	.process .item .main {
		width: 280px !important;
	}
	.process .item:nth-of-type(5) {
		top: 810px;
	}
	.process .item:nth-of-type(8) {
		top: 1600px;
	}
	.process{
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 375px) {
	.process .item .main {
		width: 250px !important;
	}
	.process .item:nth-of-type(6) {
		top: 1050px;
	}
}
@media screen and (max-width: 360px) {
	
	.process .item .number img {
	    width: 50px;
	    height: 50px;
	}
	.process .item .main .title {
		font-size: 17px;
	}
	.process .item .main .content {
		font-size: 12px;
	}
	.process .item .main {
		width: 230px !important;
	}
}
@media screen and (max-width: 320px) {
	.process .item .main {
		width: 200px !important;
	}
}