* {
	margin: 0px;
	padding: 0px;
}

html,
body {
	font-size: 14px;
	box-sizing: border-box;
}

.clear {
	clear: both;
}

.focbpart {
	width: 860px;
	height: 485px;
	margin: 20px auto;
	position: relative;
	overflow: hidden;
	background: url("../images/focbcontbg1.jpg") no-repeat;
	background-size: cover;
}

h1.pagetitle {
	color: #FFF;
	height: 90px;
	line-height: 90px;
	font-size: 2.25rem;
	letter-spacing: 2px;
	padding-left: 48px;
	text-align: left;
}

.pagetitle span {
	font-size: 1.4rem;
}

.pagetitle2 {
	height: 4rem;
	line-height: 4rem;
	font-size: 2.2rem;
	text-align: center;
	color: rgb(8, 108, 218);
}

.focbtitle {
	text-align: center;
	font-size: 1.2rem;
	font-weight: bold;
	color: rgb(8, 108, 218);
	margin-top: 40px;
}

.focbpartcontent {
	width: 100%;
	margin-top: 50px;
	padding: 20px;
	padding-left: 56px;
}

.focbleft {
	width: 50%;
	float: left;
	display: flex;
	justify-content: center;
	flex-direction: row;
}

.focbpart1 .focbleft {
	align-items: flex-end;
}

.focbpart1img {
	width: 70%;
	margin: 0 auto;
}

.focbright {
	width: 50%;
	float: right;
}

.parteincontentul li {
	margin-top: 10px;
	margin-bottom: 5px;
	display: inline-block;
	width: 40%;
	margin-left: 5%;
	text-align: center;
}

.parteincontentul li p {
	font-size: 18px;
	color: #24a2f9;
}

.parteincontentul li p span {
	font-size: 26px;
	font-weight: bold;
}

.parteincontentul li p.con {
	font-size: 16px;
	line-height: 2.2;
	background-color: #24a2f9;
	color: #FFF;
	text-align: center;
	padding;
	0px 20px;
	width: 60%;
	margin: 0 auto;
	border-radius: 5px;
}

.fixdcenter {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.fixdrowbetween {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.focbfixdcolumnbetween {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.focbpart3item {
	width: 100%;
}

.focbpart3item img {
	width: 100%;
}

.focbpart3item p {
	margin: 10px;
	width: 80%;
	text-align: center;
	font-size: 1.2rem;
	height: 36px;
	line-height: 36px;
	border-radius: 18px;
	color: #FFF;
	background-color: #24a2f9;
}

.focbpart4 .focbpart3item p {
	margin: 5px;
	font-size: 1rem;
}

.focbpart4item1 {
	width: 60%;
}

.focbpart4item2 {
	width: 40%;
}

@media (max-width:767px) {

	html,
	body {
		box-sizing: border-box;
	}

	h1.pagetitle {
		padding-left: 16px;
	}

	.focbpart {
		width: 100%;
		height: unset;
		overflow: unset;
		background-size: 100% 485px;
	}

	.focbleft {
		width: 100%;
		float: unset;
	}

	.focbright {
		width: 100%;
		float: unset;
	}

	.parteincontentul li p.con {
		width: 80%;
	}

	.focbpartcontent {
		padding: 10px;
		box-sizing: border-box;
	}

	.focbpart4item1 {
		width: 100%;
	}

	.focbpart4item2 {
		width: 100%;
	}

	.focbpart4 .focbpart3item p {
		margin: 5px auto;
	}
	.focbtitle{
		background: RGBA(255,255,255,0.8);
	}
}