@charset "utf-8";

html,
body,
div,
ul,
li,
p {
	padding: 0;
	margin: 0;
}

li,
ol {
	list-style: none;
}

a {
	text-decoration: none;
}

/* --------------------------------------------------------------初始化样式结束------------------------------------------------------------------------------------------------- */
.f56 {
	width: 100%;
	float: left;
	padding: 30px 0px 0px;
}

.f56_box {
	width: 1200px;
    margin: 0 auto;
    display: flex;
	justify-content: center;
}

@media screen and (max-width:1250px) {
	.f56_box {
		width: 94%;
		margin: 0 auto;
	}
}


.f56_top {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}

.f56_top li {
	width: 25%;
	float: left;
}

.f56_first span {
	width: 100%;
	float: left;
	color: #999;
	font-size: 14px;
}

.f56_first big {
	width: 100%;
	float: left;
	color: #666;
	font-size: 26px;
	line-height: 36px;
}

.f56_first big a {
	color: #666;
}

.f56_first b {
	width: 100%;
	float: left;
	color: #333;
	font-size: 14px;
	line-height: 24px;
}

.f56_first p {
	width: 100%;
	float: left;
	color: #999;
	font-size: 14px;
	margin: 25px 0px;
}

.f56_first div a {
	margin-right: 25px;
	color: #999;
	background-color: #fefefe;
	height: 40px;
	line-height: 40px;
	width: 40px;
	text-align: center;
	float: left;
	border-radius: 50%;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.f56_first div a:hover {
	color: #333;
	box-shadow: 0px 0px 5px #ccc;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.f56_first div a img {
	max-width: 20px;
	max-height: 20px;
	margin-top: 10px;
}

.f56_two div {
	width: 100%;
	float: left;
	margin-bottom: 15px;
}

.f56_two div b,  .f56_two div b span{
	color: #3a86ff;
	/* لون أزرق فاتح للعناوين */
	font-size: 19px;
	margin-bottom: 25px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: arial;
}

.f56_two div span {
	width: 100%;
	float: left;
	font-size: 12px;
	color: #999;
	line-height: 24px;
}

.f56_two p {
	width: 100%;
	float: left;
	line-height: 24px;
	font-size: 14px;
	color: #999;
}

.f56_qr {
	text-align: center;
}

.f56_qr img {
	width: 120px;
	height: auto;
}

.f56_qr p {
	font-size: 14px;
	color: #999;
	line-height: 30px;
}



.f56_down {
	width: 100%;
	float: left;
	margin: 15px 0px;
}

.f56_flinks {
	width: 100%;
	float: left;
	margin: 20px 0px;
	color: #999;
	font-size: 14px;
}

.f56_flinks a {
	padding: 0px 15px;
	border-right: 1px solid #ccc;
	color: #999;
	font-size: 14px;
	line-height: 24px;
}

.f56_flinks a:last-child {
	border: 0;
}

.f56_flinks a:hover {
	color: #000;
}


.f56_copy {
	width: 100%;
	float: left;
	background: #f4f4f4;
	padding: 15px 0px;
	font-size: 12px;
	color: #999;
}

.f56_copy span:first-child {
	margin-right: 30px;
	color: #FFFFFF;
}

.f56_copy span:last-child a {
	color: #FFFFFF;
}

.f56_copy span a {
	color: #999;
	margin-right: 15px;
}

.f56_copy span a:hover {
	color: #000;
}


@media screen and (min-width:768px) and (max-width:1200px) {
	.f56_top {
		margin-bottom: 0px;
	}

	.f56_top li {
		width: 50%;
		min-height: 200px;
	}

	.f56_flinks {
		margin: 0px 0px 20px;
	}

	.f56_copy span:nth-child(1) {
		width: 100%;
		text-align: center;
		float: left;
		margin: 0;
	}

	.f56_copy span:nth-child(2) {
		display: none;
	}

}

@media screen and (min-width:375px) and (max-width:768px) {
	.f56_top {
		margin-bottom: 0px;
	}

	.f56_first big {
		font-size: 24px;
	}

	.f56_top li {
		width: 50%;
		min-height: 200px;
	}

	.f56_flinks {
		margin: 0px 0px 20px;
	}

	.f56_copy span:nth-child(1) {
		width: 100%;
		text-align: center;
		float: left;
		margin: 0;
	}

	.f56_copy span:nth-child(2) {
		display: none;
	}
}

@media screen and (max-width:374px) {
	.f56_top {
		margin-bottom: 0px;
	}

	.f56_first big {
		font-size: 24px;
	}

	.f56_top li {
		width: 100%;
		margin-bottom: 30px;
	}

	.f56_flinks {
		margin: 0px 0px 20px;
	}

	.f56_copy span:nth-child(1) {
		width: 100%;
		text-align: center;
		float: left;
		margin: 0;
	}

	.f56_copy span:nth-child(2) {
		display: none;
	}

	.f56_two div {
		margin-bottom: 10px;
	}
}

.f56_email {
	cursor: pointer
}