

.jcfw {
	/* float: left; */
	width: 100%;
	position: relative;
	padding: 62px 0 80px;
	text-align: center;
}

.jcfw_title {
	width: 100%;
	font-size: 40px;
	color: #333333;
}

.jcfw_desc {
	width: 100%;
	font-size: 20px;
	color: #666666;
	line-height: 30px;
}

.jcfw_list {
	width: 100%;
	/* float: left; */
	margin-top: 40px;
	position: relative;
	background-size: cover !important;
	background-attachment: fixed !important;
}

.jcfw_list ul {
	display: flex;
	justify-content: space-between;
}

.jcfw_list li {
	/* float: left; */
	width: 33.33%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5% 3%;
	overflow: hidden;
	border-right: 1px solid #fff;
	position: relative;
	cursor: pointer;
}

.jcfw_list li .jcfw_list_sz {
	font-size: 60px;
	color: #fff;
	font-family: 'Bebas';
	margin-top: 21px;
}

.jcfw_list li .jcfw_list_en {
	font-size: 130px;
	color: #98cbe3;
	opacity: 0.2;
	text-transform: uppercase;
	font-weight: bold;
	font-family: arial;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 50px;
	display: none;
}

.jcfw_list li .jcfw_list_title {
	font-size: 28px;
	color: #ffffff;
	margin-top: 4px;
}

.jcfw_list li .jcfw_list_desc {
	font-size: 20px;
	color: #ffffff;
	line-height: 30px;
	margin-top: 5px;
	min-height: 90px;
	margin-bottom: 20px;
}

.jcfw_list li:hover {
	background: #005bac;
}

.jcfw_list li:hover .jcfw_list_en {
	display: inline-block;
}

.cyfw {
	/* float: left; */
	width: 100%;
	position: relative;
	padding: 62px 0 80px;
	text-align: center;
	background: #f9fafc;
}

.container{
	margin: 0 auto;
}

.cyfw_title {
	width: 100%;
	font-size: 40px;
	color: #333333;
}

.cyfw_desc {
	width: 100%;
	font-size: 20px;
	color: #666666;
	line-height: 30px;
}

.cyfw_list {
	width: 100%;
	display: inline-block;
	margin-top: 32px;
}

.cyfw_list li {
	float: left;
	width: 19%;
	text-align: center;
	margin-right: 1.25%;
	padding: 60px 40px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0px 0px 10px #dedede;
	transition: 0.5s;
}

.cyfw_list li .cyfw_list_tb {
	width: 100%;
	text-align: center;
	margin-top: 23px;
}

.cyfw_list li .cyfw_list_tb img {
	display: inline-block;
}

.cyfw_list li .cyfw_list_title {
	font-size: 20px;
	color: #333333;
	width: 100%;
	margin-top: 16px;
	font-weight: bold;
}

.cyfw_list li .cyfw_list_desc {
	font-size: 16px;
	color: #666666;
	margin-top: 4px;
	line-height: 30px;
	min-height: 60px;
}

.cyfw_list li:nth-child(5n) {
	margin-right: 0;
}

.cyfw_list li:hover {
	background: #005bac;
}

.cyfw_list li:hover .cyfw_list_tb img {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}

.cyfw_list li:hover .cyfw_list_title,
.cyfw_list li:hover .cyfw_list_desc {
	color: #fff;
}

.yltx {
	/* float: left; */
	width: 100%;
	position: relative;
	padding: 70px 0 80px;
}

.yltx_title {
	width: 100%;
	font-size: 40px;
	color: #333333;
	text-align: center;
}

.yltx_cont {
	width: 100%;
	/* float: left; */
	margin-top: 37px;
}

.yltx_fwyy {
	float: left;
	width: 34%;
	position: relative;
}

.yltx_fwyy_tu {
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-bottom: 89%;
}

.yltx_fwyy_tu img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.yltx_fwyy_cont {
	position: absolute;
	width: 100%;
	top: 0;
	padding: 11%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.yltx_fwyy_title {
	font-size: 30px;
	color: #ffffff;
	line-height: 50px;
}

.yltx_fwyy_desc {
	font-size: 20px;
	color: #ffffff;
}

.yltx_fwrx {
	float: right;
	width: 65%;
	position: relative;
}

.yltx_fwrx_tu {
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-bottom: 46.58%;
}

.yltx_fwrx_tu img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.yltx_fwrx_cont {
	position: absolute;
	top: 14%;
	left: 7%;
}

.yltx_fwrx_tel {
	font-size: 30px;
	color: #333333;
}

.yltx_fwrx_tel span {
	width: 100%;
	float: left;
	font-size: 50px;
	color: #005bac;
	font-family: 'Bebas';
	line-height: 70px;
}

.yltx_fwrx_tel span a {
	color: #005bac;
}

.yltx_fwrx_ewm {
	width: 100%;
	float: left;
	margin-top: 70px;
	transition: 0.5s;
}

.yltx_fwrx_ewm_tu {
	display: inline-block;
	width: 120px;
}

.yltx_fwrx_ewm_tu img {
	width: 100%;
}

.yltx_fwrx_desc {
	display: inline-block;
	font-size: 16px;
	color: #333333;
	position: relative;
	margin-left: 10px;
	top: 45px;
	line-height: 25px;
}

@media screen and (max-width: 999px) {
	.container {
		max-width: 500px;
	}

	.jcfw,
	.cyfw {
		padding: 30px 0;
	}

	.jcfw_title,
	.cyfw_title {
		font-size: 24px;
	}

	.jcfw_desc,
	.cyfw_desc {
		font-size: 14px;
	}

	.jcfw_list {
		margin-top: 30px;
	}

	.jcfw_list li {
		padding: 2%;
	}

	.jcfw_list ul {
		flex-wrap: nowrap;
		display: block;
	}

	.jcfw_list li {
		width: 100%;
		border-bottom: 1px solid #fff;
		border-right: 0;
	}

	.jcfw_list li .jcfw_list_sz {
		margin-top: 0px;
		font-size: 44px;
	}

	.jcfw_list li .jcfw_list_title {
		font-size: 20px;
		margin-top: 0;
	}

	.jcfw_list li .jcfw_list_desc {
		font-size: 14px;
		line-height: 20px;
		min-height: auto;
	}

	.cyfw_list li {
		padding: 5px;
	}


	.cyfw_list li {
		float: none;
		display: inline-block;
		width: 31%;
		margin-bottom: 20px;
	}

	.cyfw_list li .cyfw_list_tb img {
		height: 35px;
	}

	.cyfw_list li .cyfw_list_title {
		font-size: 14px;
		margin-top: 10px;
	}

	.cyfw_list li .cyfw_list_desc {
		font-size: 12px;
		line-height: 18px;
	}

	.yltx {
		padding: 30px 0;
	}

	.yltx_title {
		font-size: 24px;
	}

	.yltx_cont {
		margin-top: 20px;
	}

	.yltx_fwyy {
		width: 100%;
	}

	.yltx_fwyy_tu {
		padding-bottom: 35%;
	}

	.yltx_fwyy_cont {
		padding: 5%;
	}

	.yltx_fwyy_title {
		line-height: 35px;
		font-size: 20px;
	}

	.yltx_fwyy_desc {
		font-size: 16px;
	}

	.yltx_fwrx {
		width: 100%;
		margin-top: 10px;
	}

	.yltx_fwrx_tu {
		padding-bottom: 65%;
	}

	.yltx_fwrx_cont {
		top: 5%;
		left: 4%;
	}

	.yltx_fwyy_title,
	.yltx_fwrx_tel {
		font-size: 20px;
	}

	.yltx_fwrx_tel span {
		font-size: 24px;
		line-height: 36px;
	}

	.yltx_fwrx_ewm {
		margin-top: 15%;
	}

	.yltx_fwrx_ewm_tu {
		width: 70px;
	}

	.yltx_fwrx_desc {
		font-size: 12px;
		line-height: 16px;
		top: -5px;
	}
}