@charset "utf-8";

.gpfdm {
	
}
.gpfdm .sec1 {
	padding: 80px 0 20px;
	background: url(sec1-bg.jpg) center no-repeat;
	background-size: cover;
}
.gpfdm .sec1 .info {
	margin: 120px 0 0 100px;
	width: 600px;
}
.gpfdm .sec1 .info h3 {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 50px;
	color: #378dfe;
}
.gpfdm .sec1 .info p {
	font-size: 20px;
	line-height: 2;
	color: #333;
}
.gpfdm .sec1 .img {
	margin-right: 100px;
	width: 300px;
}
.gpfdm .sec1 .img img {
	width: 100%;
	height: auto;
}

/*  */
.gpfdm .sec2 {
	padding: 80px 0;
}
.gpfdm .sec2 ul {
	text-align: center;
}
.gpfdm .sec2 ul li {
	float: left;
	padding: 0 10px;
	width: 25%;
	box-sizing: border-box;
}
.gpfdm .sec2 li img {
	width: 150px;
	height: 150px;
}
.gpfdm .sec2 li p {
	margin-top: 10px;
	font-size: 22px;
	color: #666;
}

/*  */
.gpfdm .sec3 {
	padding: 80px 0 30px;
	background: url(sec3-bg.jpg) center no-repeat;
	background-size: cover;
}
.gpfdm .sec3 .info {
	margin: 80px 0 0 50px;
	width: 520px;
}
.gpfdm .sec3 .info h3 {
	margin-bottom: 10px;
	font-weight: normal;
	font-size: 50px;
}
.gpfdm .sec3 .info p {
	font-size: 20px;
}
.gpfdm .sec3 .img {
	margin-right: 50px;
	width: 470px;
}
.gpfdm .sec3 .img img {
	width: 100%;
	height: auto;
}
.gpfdm .sec3 .img span.tip {
	display: block;
	margin-top: 20px;
	text-align: center;
}

/*  */
.gpfdm .sec4 {
	padding: 50px 0;
}
.gpfdm .sec4 .img {
	margin: 120px 0 0 50px;
	width: 390px;
}
.gpfdm .sec4 .img img {
	width: 100%;
	height: auto;
}
.gpfdm .sec4 .info {
	margin-right: 80px;
	padding: 50px 0 50px 1px;
	width: 540px;
	background: url(sec4-ic-line.png) left center no-repeat;
	background-size: 1px 110%;
}
.gpfdm .sec4 .info h3 {
	margin-bottom: 10px;
	padding-left: 20px;
	font-weight: normal;
	font-size: 32px;
	color: #0072ff;
}
.gpfdm .sec4 .info p {
	padding-left: 20px;
	font-size: 20px;
	line-height: 50px;
	color: #666;
	border-bottom: 1px solid #000;
}
.gpfdm .sec4 .info span {
	margin-top: 8px;
	max-width: 370px;
	line-height: 34px;
	text-align: right;
}
