/* 应用中心开始 */

.testimonial-page {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin: 80px 0px 100px;
}

.testimonial-page .w>h3 {
	padding-bottom: 0;
	border-bottom: none;
	font-size: 30px;
	margin: 15px 0 15px;
	font-weight: 300;
	position: relative;
}

.testimonial-page .w>p {
	font-size: 20px;
	line-height: 40px;
	font-weight: 300;
}

.testimonial-page .w>ul {
	border-top: #d7d7d7 solid 1px;
	border-bottom: #d7d7d7 solid 1px;
	display: flex;
	flex-wrap: wrap;
	padding: 15px 0;
	margin: 20px 0;
}

.testimonial-page .w>ul li {
	padding-right: 13px;
	margin-right: 13px;
	border-right: 1px solid #c3c3c3;
}

.testimonial-page .w>ul li:nth-last-child(1) {
	border-right: none;
}

.testimonial-page .w>ul li a {
	color: #333;
	transition: all 0.5s;
	font-weight: 300;
}

.testimonial-page .w>ul li a:hover {
	color: #17479e;
}

.testimonial-page .w .appli_box {
	width: 100%;
	overflow: hidden;
	justify-content: space-between;
	display: flex;
	flex-wrap: wrap;
}

.application {
	overflow: hidden;
	margin: 20px 0;
	float: left;
	width: 24%;
	position: relative;
}

.application .appil_pic {
	overflow: hidden;
}

.application .appil_pic img {
	width: 100%;
	transition: all 0.5s;
	object-fit: cover;
}

.application:hover .appil_pic img {
	transform: scale(1.05);
}

.application h3 {
	font-size: 20px;
	margin: 0;
	color: #000;
	font-weight: bold;
	transition: all 0.5s;
	width: 70%;
	float: left;
	line-height: 60px;
}

.application:hover h3 {
	color: #17479e;
}

.application span {
	display: block;
	margin: 0;
	color: #17479e;
	transition: all 0.5s;
	width: 28%;
	float: right;
	text-align: center;
	line-height: 60px;
}


/* 应用中心结束 */


/* 企业新闻开始 */
.qylb_pic_box {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin: 80px 0 60px;
}

.qylb_pic_box ul li {
	width: 100%;
	justify-content: space-between;
	align-items: center;
	overflow: hidden;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	margin: 15px 0;
	display: flex;
	flex-wrap: wrap;
	float: left;
}

.qylb_pic_box ul li .pic_box {
	width: 25%;
	float: left;
	overflow: hidden;
}

.qylb_pic_box ul li .pic_box img {
	width: 100%;
	transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1) 0s;
	max-height: 250px;
}

.qylb_pic_box ul li:hover .pic_box img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
}

.qylb_pic_box ul li .qylb_tit {
	width: 72%;
	float: right;
}

.qylb_pic_box ul li .qylb_tit h3 {
	font-size: 24px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 14px 0px;
}

.qylb_pic_box ul li .qylb_tit h3 a {
	color: #333;
	transition: all 0.5s;
}

.qylb_pic_box ul li:hover .qylb_tit h3 a {
	color: #17479e
}

.qylb_pic_box ul li .qylb_tit p a {
	font-size: 15px;
	color: #666;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	overflow: hidden;
	line-height: 26px;
}

.qylb_pic_box ul li:hover .qylb_tit p a {
	color: #17479e
}

.hy_more {
	color: #17479e;
	background-color: #17479e;
	transition: all 0.5s;
	border-radius: 0;
	float: left;
	width: 140px;
	margin-top: 20px;
	line-height: 44px;
	text-align: center;
	font-weight: 300;
	background: #fff;
	border: 1px solid #17479e;
}

.hy_more:hover {
	background-color: #17479e;
	color: #fff;
}



.hy_time {
	color: #999;
	float: left;
	width: 100%;
}


.qylb_pic_box ul li .qylb_tita {
	width: 100%;
	float: right;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 0px 0 15px;
	border-bottom: 1px solid #ccc;
}

.qylb_pic_box ul li .qylb_tita h3 {
	font-size: 24px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 14px 0px;
	font-family: "AlibabaSans-Heavy";
}

.qylb_pic_box ul li .qylb_tita h3 a {
	color: #333;
	transition: all 0.5s;
}

.qylb_pic_box ul li:hover .qylb_tita h3 a {
	color: #17479e
}

.qylb_pic_box ul li .qylb_tita p {
	font-size: 15px;
	color: #666;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	overflow: hidden;
	line-height: 30px;
}

.hy_morea {
	color: #17479e;
	background-color: #17479e;
	transition: all 0.5s;
	border-radius: 0;
	float: left;
	width: 140px;
	line-height: 44px;
	text-align: center;
	font-weight: 300;
	background: #fff;
	border: 1px solid #17479e;
}

.hy_morea:hover {
	background-color: #17479e;
	color: #fff;
}

/* 企业新闻结束 */

/* 分页 */
.fy_box {
	width: 100%;
	overflow: hidden;
	margin-bottom: 100px;
	padding: 0px 4%;
}

.fy_box .fy {
	border-top: 1px solid #ccc;
	text-align: right;
}

.fy_box .fy li {
	margin: 0 !important;
}

.fy_box .fy a {
	color: #333;
}

.fy_box .fy .pagination>.active>a,
.fy_box .fy .pagination>.active>a:focus,
.fy_box .fy .pagination>.active>a:hover {
	z-index: 3;
	color: #fff;
	cursor: default;
	background-color: #17479e;
	border-color: #17479e;
}

.fy_box .fy .active {
	background-color: #17479e !important;
	color: #fff;
}

.fy .center {
	display: flex;
	align-items: center;
	padding-bottom: 20px;
	/* border-bottom: 1px solid #d5d5d5; */
	justify-content: flex-end;
}


@media(max-width:980px) {
	.fy_box {
		width: 100%;
		overflow: hidden;
		margin-bottom: 50px;
	}

	/* 新闻 */
	.qylb_pic_box ul {
		margin: 0;
	}

	.qylb_pic_box ul li {
		width: 100%;
		justify-content: space-between;
		align-items: center;
		overflow: hidden;
		transition: all 0.3s ease-out;
		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		-ms-transition: all 0.3s ease-out;
		margin: 0px;
	}

	.qylb_pic_box ul li .qylb_tita>div {
		width: 100%;
		float: left;
		margin-bottom: 15px;
	}

	.qylb_pic_box ul li .qylb_tita {
		width: 100%;
		float: right;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		padding: 10px 0;
		border-bottom: 1px solid #ccc;
	}

	.qylb_pic_box ul li .qylb_tita h3 {
		font-size: 20px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		margin: 14px 0px;
	}

	.qylb_pic_box ul li .pic_box {
		width: 100%;
		float: none;
		overflow: hidden;
	}

	.qylb_pic_box ul li .qylb_tit {
		width: 100%;
		float: none;
		padding: 0px 0px 58px;
	}

	.qylb_pic_box ul li .qylb_tit h3 {
		font-size: 16px;
		font-weight: bold;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		margin: 20px 0 10px;
	}

	.qylb_pic_box ul li .qylb_tit p {
		font-size: 15px;
		color: #666;
		display: -webkit-box;
		text-overflow: ellipsis;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		line-clamp: 2;
		overflow: hidden;
		line-height: 28px;
	}

	/* 应用 */
	.testimonial-page .w>h1 {
		color: #333;
		padding-bottom: 0;
		border-bottom: none;
		font-size: 32px;
		margin: 30px 0;
		font-weight: normal;
		position: relative;
	}

	.testimonial-page .w>ul {
		display: none;
	}

	.application {
		overflow: hidden;
		margin: 10px 0.6%;
		float: left;
		width: 100%;
		position: relative;
	}

	.application .appil_pic {
		margin-bottom: 20px;
	}

	.application h3 {
		font-size: 22px;
		margin: 0 0 10px;
		font-weight: bold;
		transition: all 0.5s;
		padding: 0px;
		width: 60%;
	}

	.testimonial-page .w>p {
		font-size: 20px;
		line-height: 28px;
		font-weight: 300;
	}

	.application span {
		padding: 0px;
		width: 30%;
	}

	.application p {
		padding: 0 20px;
	}
}