.desk-wrapper {
	width: 1120px;
	margin: 0 auto 100px auto;
}
.desk-title > h3 {
	width: 1120px;
	border-bottom: 2px solid #0b4596;
	padding: 28px 0px;
	height: 32px;
	font-size: 32px;
	font-weight: 100;
	letter-spacing: -1.7px;
	color: #0b4596;
	margin: 0 auto;
	line-height: 32px;
}
.desk-banner {
	margin-top: 65px;
	position: relative;
}
.desk-banner > img {
	background-color: #d8d8d8;
	width: 1080px;
	height: auto;
	display: block;
	margin: 0 auto;
	opacity: 0.35;
}
.desk-banner > p {
	font-size: 35px;
	line-height: 35px;
	height: 35px;
	font-weight: 700;
	letter-spacing: -2.6px;
	color: #0b4596;
	text-align: center;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.desk-banner > p > span.orange {
	color: #ff5400;
}
.desk-desc {
	margin: 35px 20px 0px 20px;
    display: inline-block;
    width: 1080px;
}
/* .desc-left {
	width: 194px;
	float: left;
}
.desc-left > span {
	font-size: 35px;
	line-height: 41px;
	font-weight: 700;
	letter-spacing: -2.2px;
	color: #000000;
} */
.desc-right {
	width: 100%;
    text-align: center;	
}
.desc-right > p {
	font-size: 21px;
	line-height: 33px;
	font-weight: 300;
	letter-spacing: -1.3px;
	color: #000000;
}
.desk-images {
	width: 1080px;
	margin-top: 65px;
	margin-left: 20px;
	display: inline-block;
	position: relative;
}
.desk-image {
	position: relative;
	float: left;
	width: 150px;
	margin-top: 25px;
}
.desk-image > span {
	width: 150px;
	text-align: center;
	position: absolute;
	top: 170px;
	left: 0px;
	font-size: 21px;
	line-height: 26px;
	font-weight: 500;
	letter-spacing: -1.3px;
	color: #4a90e2;
}
.desk-image1 {
	float: left;
	width: 250px;
	margin-left: 110px;
	position: relative;
}
.desk-image2, .desk-image3 {
	float: left;
	width: 250px;
	margin-left: 35px;
	position: relative;
}
.desk-image1 > span,
.desk-image2 > span,
.desk-image3 > span {
	font-size: 24px;
	line-height: 24px;
	height: 24px;
	font-weight: 500;
	letter-spacing: -1.5px;
	color: #ffffff;
	width: 250px;
	text-align: center;
	position: absolute;
	top: 206px;
	z-index: 10;
	left: 0px;
}
.dotline {
    height: 1px;
    width: 110px;
    border-top: 2px dotted #4a90e2;
    position: absolute;
    top: 75px;
    left: 150px;
}