main{
	color: #333;
	margin-bottom: 150px;
	background-color: #f4f5f7;
}
main .wrap{
	width: 1180px;
 margin: 0 auto 0;}

main #header{
	padding-top: 80px;
	color: #FFF;
	text-align: center;
	padding-bottom: 130px;
}
main #header p{
	font-size: 2.4rem;
	line-height: 4.5rem;
	margin-bottom: 50px;
}
main #header span{
	font-size: 1.4rem;
	line-height: 2.8rem;
}


main section.technology{
	position: relative;
}
main section.technology span{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
main section.technology .haigou1{
	/*box-shadow:0px 4px 15px -4px #000;*/
	filter: drop-shadow(0px 5px 6px rgba(0,0,0,0.1));
}
main section.technology .haigou2{
	filter: drop-shadow(0px 5px 6px rgba(0,0,0,0.1));
}
main section.technology .combiImg{
	position: absolute;
	z-index: 1;
left: 50%;
 margin-left: -233px;
	bottom: -100px;
	filter: drop-shadow(0px 2px 2px rgba(0,0,0,0.4));
}
main section.gijyutu{
	background-color: #f4f5f7;
	text-align: center;
	margin-top: 230px;
	padding-bottom: 80px;
}

main .kinou{
	background-color: #FFF;
	padding:  40px;
	filter: drop-shadow(0px 5px 6px rgba(0,0,0,0.1));
}
main .kinou img{
	margin-bottom: 15px;
	width: 100%;
}
main .kinou h2{
	color: #e60012;
	font-size: 2.8rem;
	line-height: 2.8rem;
	margin-bottom: 40px;
	font-weight: normal;
}
main .kinou ul{
	display: flex;
	justify-content: space-between;
}
main .kinou li{
	width: calc((100% - (27px * 3)) / 4 );
}

main .ContentArr{
	margin: 40px 0;
}
main ul.adap{
	width:1060px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
main ul.adap li{
	text-align: center;
	font-size: 1.8rem;
	line-height: 150px;
	width: 150px;
	height: 150px;
	filter: drop-shadow(0px 5px 6px rgba(0,0,0,0.1));
	border-radius:150px;
}

main ul.adap li:nth-child(1){background: linear-gradient(to bottom,  rgba(255,255,255,1) 50%,rgba(170,198,203,1) 100%);}
main ul.adap li:nth-child(2){background: linear-gradient(to bottom,  rgba(255,255,255,1) 50%,rgba(171,184,204,1) 100%);}
main ul.adap li:nth-child(3){background: linear-gradient(to bottom,  rgba(255,255,255,1) 50%,rgba(201,204,170,1) 100%);}
main ul.adap li:nth-child(4){background: linear-gradient(to bottom,  rgba(255,255,255,1) 50%,rgba(203,178,168,1) 100%);}
main ul.adap li:nth-child(5){background: linear-gradient(to bottom,  rgba(255,255,255,1) 50%,rgba(204,170,200,1) 100%);}
main ul.adap li:nth-child(6){background: linear-gradient(to bottom,  rgba(255,255,255,1) 50%,rgba(197,203,203,1) 100%);}
main .flow {
  margin-top: -120px;
  top: 120px;
}
main .bgImg{
	/*height: 460px;
	color: #FFF;
	margin-bottom: 100px;*/
	background-image:url("/zh/rd/technology/images/main_img.jpg");
  background-size:  cover;
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
}