.export{
	width: 100%;
	height: auto;
	padding-top: 80px;
}
.export_banner{
	width: 100%;
	height: 604px;
	margin: auto;
	background-image:url(../img/jinbk.png) ;
	background-size:100% 100% ;
	position: relative;
}
.exportp{
	width: 1180px;
	height: calc(100%-150px);
	padding-top: 150px;
	margin: auto;
	padding-left: 100px;
	position: absolute;
	top: 0;
	left: calc(50% - 640px);
	z-index: 2;
}
.export_banner img{
	position: absolute;
	z-index: 1;
	top: 0;
	left:  calc(50% - 640px);
}
.exportp h1{
	color: #FFFFFF;
	float: left;
	width: 100%;
	line-height: 70px;
}
.exportp p{
	width: 100%;
	height: 40px;
	line-height: 40px;
	float: left;
	color: #FFFFFF;
	font-size: 18px;
}
.export_one{
	margin-top: 30px;
}
.data{
	width: 100%;
	height: 830px;
	background: #FFFFFF;
	overflow: hidden;
	margin: auto;
}
.data_title{
	width: 1280px;
	height: 100px;
	padding-top: 60px;
	margin: auto;
	text-align: center;
}
.data_title h1{
	color: #000;
	font-size: 35px;
}
.data_main{
	width: 1280px;
	height: 650px;
	margin: auto;
	text-align: center;
	position: relative;
	top: 100px;
}
.data_t{
	background: #F5F5F5;
	height: 720px;
}
.data_title_t{
	height: 150px;
}
.data_title_t p{
	color: #666666;
	font-size: 28px;
	line-height: 80px;
}
.data_main_t{
	height: 510px;
}
