.w h1 {
	text-indent: 0.1em;
	line-height: 55px;
	margin-top: 0;
	margin-bottom: 25px;
	border-bottom: 1px solid #e7e7e7;
	font-size: 30px;
}

/* 合作案例 */
.hz_list_box {
	width: 100%;
	overflow: hidden;
	padding: 0px 0 4%;
}

.hz_list {
	float: left;
	margin: 8px 15px 32PX;
	width: 220PX;
}

.hz_list img {
	max-width: 100%;
	opacity: 1;
	width: 100%;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
	box-shadow: 0px 2px 10px rgb(0 0 0 / 15%);
}

/* 行业应用events */
.application_box {
	width: 100%;
	overflow: hidden;
	padding: 0px 0 4%;
}

.application_list {
	float: left;
	margin: 15px 0.5%;
	width: 32.3%;
	box-shadow: 0px 2px 10px rgb(0 0 0 / 15%);
}

.application_list h1 {
	font-size: 16px;
	text-align: center;
	margin: 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.application_list h1 a {
	color: #333;
}

.application {
	color: #fff;
	position: relative;
	overflow: hidden;
	background: #0069b7;
	width: 100%;
	text-align: left;
}

.application * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.application img {
	max-width: 100%;
	opacity: 1;
	width: 100%;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

.application figcaption {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 30px 3em;
	width: 100%;
	height: 100%;
}

.application figcaption::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 100%;
	border-left: 4px solid rgba(255, 255, 255, 0.8);
	content: '';
	opacity: 0;
	background-color: rgba(255, 255, 255, 0.5);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.application h2,
.application p {
	margin: 21px 0 5px;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, -webkit-transform 0.35s, -moz-transform 0.35s, -o-transform 0.35s, transform 0.35s;
}

.application h2 {
	word-spacing: -0.15em;
	text-transform: uppercase;
	-webkit-transform: translate3d(30%, 0%, 0);
	transform: translate3d(30%, 0%, 0);
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
	font-size: 20px;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.application p {
	-webkit-transform: translate3d(0%, 30%, 0);
	transform: translate3d(0%, 30%, 0);
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	line-height: 30px;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}

.application a {
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	color: #ffffff;
}

.application:hover img {
	opacity: 0.3;
}

.application:hover figcaption h2 {
	opacity: 1;
	-webkit-transform: translate3d(0%, 0%, 0);
	transform: translate3d(0%, 0%, 0);
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

.application:hover figcaption p {
	opacity: 0.9;
	-webkit-transform: translate3d(0%, 0%, 0);
	transform: translate3d(0%, 0%, 0);
	-webkit-transition-delay: 0.6s;
	transition-delay: 0.6s;
}

.application:hover figcaption::before {
	background: rgba(255, 255, 255, 0);
	left: 30px;
	opacity: 1;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

/* 行业应用结束 */

.about-img {
	text-align: center;
}

/* 产品中心开始 */
.qylb_pic_box {
	width: 100%;
	float: left;
}

.qylb_pic_box ul .click {
	cursor: pointer;
	padding: 5px;
	WIDTH: 23%;
	background-color: #fff;
}

.qylb_pic_box ul .cp_lia {
	background-color: #fff;
	width: 45%;
	margin: 0 30px;
}

.qylb_pic_box ul .cp_li {
	background-color: #fff;
}


.qylb_pic_box ul li {
	overflow: hidden;
	width: 32.1%;
	margin: 30px 4px 12px;
	padding-top: 15px;
}

.qylb_pic_box ul li:hover {
	transform: translateY(-15px);
	transition: all 0.5s linear;
	box-shadow: 0px 0px 15px 1.05px #ccc;
	background: -moz-linear-gradient(left, #003358, #0069b7);
	background: -ms-linear-gradient(left, #003358, #0069b7);
	background: -o-linear-gradient(left, #003358, #0069b7);
	background: -webkit-linear-gradient(left, #003358, #0069b7);
}

.qylb_pic_box ul li:hover p {
	color: #fff;
}

.qylb_pic_box ul li:hover a {
	color: #fff;
}

.qylb_pic_box ul li .qylb_tit {
	height: 20%;
	text-align: center;
	position: relative;
}

.qylb_pic_box ul li .qylb_tit .cp_pica {
	overflow: hidden;
	transition: all .5s;
}

.qylb_pic_box ul li a {
	display: block;
}

.qylb_pic_box ul li .qylb_tit .cp_pica img {
	width: 100%;
	transition: all .5s;
	border: 4px solid #f7f7f7;
	background: #fff;
}


.qylb_pic_box ul li:hover img {
	transform: scale(1.05);
}

.qylb_pic_box ul li .qylb_tit p {
	width: 100%;
	margin: 0;
	font-size: 15px;
	line-height: 51px;
}

.qylb_pic_box ul li a {
	display: block;
	color: #333;
	font-weight: bold;
}

/* 产品中心结束 */

.qylb_pic_boxa {
	width: 100%;
	overflow: hidden;
	padding: 40px 0 4%;
}

.w_left {
	float: left;
	width: 20%;
}

.w_left ul li {
	width: 100%;
	line-height: 40px;
	text-indent: 1em;
	border-bottom: 1px dotted #ccc;
}

.w_left a {
	color: #333;
}

.w_left ul li:hover {
	transition: all .5s;
	transition: all 0.5s linear;
	background: -moz-linear-gradient(left, #003358, #0069b7);
	background: -ms-linear-gradient(left, #003358, #0069b7);
	background: -o-linear-gradient(left, #003358, #0069b7);
	background: -webkit-linear-gradient(left, #003358, #0069b7);
}

.w_left ul li:hover a {
	color: #fff;
}

.w_right {
	WIDTH: 77%;
	float: right;
}

.w_right ul .click {
	cursor: pointer;
	padding: 5px;
	WIDTH: 30%;
	background-color: #fff;
}

.w_right ul .cp_lia {
	background-color: #fff;
	width: 45%;
	margin: 0 30px;
}

.w_right ul .cp_li {
	background-color: #fff;
}


.w_right ul li {
	overflow: hidden;
	width: 32.1%;
	margin: 24px 4px 12px;
	/* padding-top: 15px; */
	float: left;
	line-height: 40px;
}

.w_right ul li:hover {
	transform: translateY(-10px);
	transition: all 0.5s linear;
	box-shadow: 0px 0px 15px 1.05px #ccc;
	background: -moz-linear-gradient(left, #003358, #0069b7);
	background: -ms-linear-gradient(left, #003358, #0069b7);
	background: -o-linear-gradient(left, #003358, #0069b7);
	background: -webkit-linear-gradient(left, #003358, #0069b7);
}

.w_right ul li:hover p {
	color: #fff;
}

.w_right ul li:hover a {
	color: #fff;
}

.w_right ul li .qylb_tit {
	height: 20%;
	text-align: center;
	position: relative;
}

.w_right ul li .qylb_tit .cp_pica {
	overflow: hidden;
	transition: all .5s;
}

.w_right ul li a {
	display: block;
}

.w_right ul li .qylb_tit .cp_pica img {
	width: 100%;
	transition: all .5s;
	border: 4px solid #f7f7f7;
	background: #fff;
}


.w_right ul li:hover img {
	transform: scale(1.05);
}

.w_right ul li .qylb_tit p {
	width: 100%;
	margin: 0;
	font-size: 15px;
	line-height: 51px;
}

.w_right ul li a {
	display: block;
	color: #333;
	font-weight: bold;
	text-align: center;
}

/* 新闻中心industryNews */
.new-t {
	font-size: 30px;
	padding: 30px 0;
	text-align: center;
	color: #333;
	background: url(../image/wrap-bg.png) no-repeat center;
	background-position-y: 33px;
}

.new-wrap {
	padding-top: 40px;
}

.new .new-wrap li {
	position: relative;
	top: 0;
	border-bottom: 1px solid #eee;
	padding: 15px 10px;
	transition: all .4s;
	display: flex;
	justify-content: space-between;
}

.new-img {
	display: block;
	width: 290px;
	overflow: hidden;
	position: relative;
}

.new-img img {
	width: 100%;
	height: 230px;
}

.new-item {
	display: flex;
}

.new-txt {
	display: flex;
	flex-direction: column;
	width: calc(100% - 350px);
}

.new .new-wrap a {
	text-decoration: none;
	color: #333;
}

.new-title {
	line-height: 1.5;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin: 10px 0;
	font-size: 24px;
}

.new-txt p {
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 25px;
	margin-bottom: 12px;
	color: #666;
}

.new-time {
	color: #999;
}

.new-btn {
	line-height: 31px;
	border: 1px solid #999;
	margin-top: 4%;
	margin-right: 2%;
	width: 14%;
	text-align: center;
	color: #999;
	transition: all 0.5s;
}


.new-item:hover .new-title {
	color: #0069b7;
}

.new-item:hover .new-btn {
	border: 1px solid #0069b7;
	background: #0069b7;
	color: #fff;
}

.pagination {
	float: right;
}

/* 品牌中心 */
.bran_box .bran_list {
	width: 100%;
	padding: 50px 0 0;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.bran_box .bran_list li {
	width: 19%;
	overflow: hidden;
	border: 1px solid #dedede;
	transition: all 0.5s;
}

.bran_box .bran_list li a img {
	width: 100%;
	padding: 20px;
	transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.bran_box .bran_list li:hover a img {
	transform: scale(1.15);
}

.bran_box .bran_list li:hover {
	border: 1px solid #0069b7;
}

.about_tit {
	width: 100%;
	overflow: hidden;
	background: #f7f7f7;
}

.about_tit ul li {
	width: 19.5%;
	overflow: hidden;
	float: left;
	transition: all 0.3s;
}

.about_tit ul li a {
	line-height: 54px;
	color: #333;
	display: block;
	text-align: center;
	font-size: 16px;
}

.about_tit ul li:hover {
	background: -moz-linear-gradient(left, #003358, #0069b7);
	background: -ms-linear-gradient(left, #003358, #0069b7);
	background: -o-linear-gradient(left, #003358, #0069b7);
	background: -webkit-linear-gradient(left, #003358, #0069b7);
}

.about_tit ul li:hover a {
	color: #fff;
}

.about-article img {
	max-height: 380px;
	display: block;
	margin: 30px auto;
}

.about-article p {
	margin: 0;
	font-size: 14px;
	line-height: 28px;
	text-indent: 2em;
}

.js_active {
	background: -moz-linear-gradient(left, #003358, #0069b7);
	background: -ms-linear-gradient(left, #003358, #0069b7);
	background: -o-linear-gradient(left, #003358, #0069b7);
	background: -webkit-linear-gradient(left, #003358, #0069b7);
}

/* 三级页面all  详情页面 */
.detali {
	padding: 20px 0;

}

.detali h4 {
	font-size: 26px;
	color: #333;
	text-align: center;
	line-height: 35px;
}

.detali .date {
	color: #999;
	text-align: center;
	border-bottom: 1px solid #cecece;
	line-height: 27px;
	margin-bottom: 20px;
}

.detali .nr_text p {
	text-indent: 2em;
	margin: 0 !important;
	line-height: 28px;
}



/* 三级页面all  详情页面 */
/*分页*/
.qylb_pic_box {
	width: 100%;
	overflow: hidden;
	padding: 40px 0 4%;
}

.qylb_pic_box .fy {
	border-top: 1px solid #e5e5e5;
	text-align: center;
}

.qylb_pic_box .fy li {
	margin: 0 !important;
}

.qylb_pic_box .fy a {
	color: #333;
}

.fy .center {
	align-items: center;
	padding-bottom: 4%;
	width: 100%;
	float: right;
}

.fy .fy_inp {
	display: inline-block;
}

.fy .fy_inp .inp_span {
	margin: 0 10px;
}

.fy .fy_inp input {
	width: 50px;
	height: 30px;
	text-align: center;
	border: 1px solid #ccc;
	margin: 0 5px
}

.fy .fy_inp button {
	height: 30px;
	position: relative;
	width: 51px;
	border: 0;
	background: #0069b7;
	color: #fff;
}

.wmkh {
	width: 100%;
}

.wmkh img {
	width: 30.8%;
	float: left;
	border: 2px solid #f7f7f7;
	margin: 8px 15px 32PX;
}

.wmkh_p {
	width: 100%;
	float: left;
}

.wmkh_p p {
	line-height: 30px;
	text-indent: 2em;
	float: left;
	width: 100%;
	margin: 0;
}

.wmkh_p h3 {
	font-size: 21px;
	line-height: 35px;
	font-weight: bold;
	width: 100%;
	float: left;
	margin: 10px 0px 0px 0px;
	color: #003358;
}

.wmkh_p h4 {
	font-size: 16px;
	font-weight: bold;
	width: 100%;
	float: left;
	margin-top: 14px;
	margin-bottom: 5px;
}

.wmkh_p img {
	float: left;
}

.wnkh_bot {
	background: -webkit-linear-gradient(left, #003358, #0069b7);
	float: left;
	width: 80%;
	line-height: 60px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	margin-top: 4%;
}

@media (max-width: 768px) {
	.bran_box .bran_list {
		width: 100%;
		padding: 50px 0 0;
		overflow: hidden;
		display: block;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.new .new-wrap li {
		flex-direction: column;
		padding: 20px 0px;
	}

	.bran_box .bran_list li {
		width: 44%;
		overflow: hidden;
		border: 1px solid #dedede;
		transition: all 0.5s;
		float: left;
		margin: 12px;
	}

	.bran_box .bran_list li a img {
		width: 100%;
		padding: 3px;
		transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	}

	.new-item .new-txt {
		width: 100%;
	}

	.new-img {
		width: 100%;
	}

	.new {
		width: 100%;
		overflow: hidden;
		margin: auto;
		margin-top: 0px;
	}

	.new .new-wrap {
		padding: 8% 0px;
	}

	.new-title {
		line-height: 1.5;
		/* display: -webkit-box; */
		/* -webkit-box-orient: vertical; */
		/* -webkit-line-clamp: 1; */
		/* overflow: hidden; */
		margin: 15px 0 20px;
		font-size: 16px;
		font-weight: bold;
	}

	.new-txt p {
		width: 100%;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		line-height: 24px;
		margin-bottom: 10px;
		color: #666;
	}

	.new-time {
		font-size: 14px;
		color: #999;
	}

	.new-btn {
		line-height: 34px;
		border: 1px solid #0069b7;
		width: 150px;
		text-align: center;
		color: #0069b7;
		display: block;
		margin-top: 20px;
	}

	.new-img img {
		width: 100%;
		max-height: 250px;
	}

	.application_box {
		width: 100%;
		overflow: hidden;
		margin: auto;
		padding-bottom: 10%;
	}

	.application_list {
		float: left;
		margin: 6px 0%;
		width: 100%;
	}

	.application_list h1 a {
		color: #333;
		font-size: 14px;
		font-weight: bold;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}

	.application figcaption {
		position: absolute;
		bottom: 0;
		left: 0;
		padding: 10px;
		width: 100%;
		height: 100%;
	}

	.application h2 {
		word-spacing: -0.15em;
		text-transform: uppercase;
		-webkit-transform: translate3d(30%, 0%, 0);
		transform: translate3d(30%, 0%, 0);
		-webkit-transition-delay: 0.3s;
		transition-delay: 0.3s;
		font-size: 14px;
		font-weight: bold;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		margin: 4px 0;
	}

	.application p {
		-webkit-transform: translate3d(0%, 30%, 0);
		transform: translate3d(0%, 30%, 0);
		-webkit-transition-delay: 0s;
		transition-delay: 0s;
		line-height: 20px;
		display: -webkit-box;
		text-overflow: ellipsis;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		font-size: 12px;
	}

	.application figcaption::before {
		position: absolute;
		top: 0;
		right: 30px;
		bottom: 0;
		left: 100%;
		border-left: 3px solid rgb(0 87 255);
		content: '';
		opacity: 0;
		background-color: rgba(255, 255, 255, 0.5);
		-webkit-transition: all 0.5s;
		transition: all 0.5s;
		-webkit-transition-delay: 0.6s;
		transition-delay: 0.6s;
		display: none;
	}

	.application:hover figcaption::before {
		background: rgba(255, 255, 255, 0);
		left: 0;
		opacity: 1;
		-webkit-transition-delay: 0s;
		transition-delay: 0s;
	}

	.detali {
		padding: 0;
		width: 95%;
		margin: auto;
		overflow: hidden;
	}

	.nr_text img {
		display: block;
		margin: auto;
		width: 100%;
	}

	.detali .nr_text p {
		text-indent: 2em;
		margin: 0 !important;
		line-height: 26px;
	}

	.detali h4 {
		font-size: 20px;
		color: #333;
		text-align: center;
		line-height: initial;
		margin: 0;
	}

	.about_tit ul li {
		width: 33%;
		overflow: hidden;
		float: left;
		transition: all 0.3s;
	}

	.about_tit ul li a {
		line-height: 50px;
		color: #333;
		display: block;
		text-align: center;
		font-size: 14px;
	}

	.qylb_pic_box ul li {
		overflow: hidden;
		width: 98.1%;
		margin: 14px 4px 0px;
		padding-top: 9px;
	}

	.w_left {
		float: left;
		width: 100%;
		display: none;
	}

	.w_right {
		WIDTH: 100%;
		float: left;
	}

	.w_right ul li {
		overflow: hidden;
		width: 47.7%;
		margin: 10px 4px 12px;
		/* padding-top: 15px; */
		float: left;
		line-height: 40px;
	}

	.wnkh_bot {
		background: -webkit-linear-gradient(left, #003358, #0069b7);
		float: left;
		width: 100%;
		line-height: 60px;
		text-align: center;
		font-size: 18px;
		font-weight: bold;
		margin-top: 4%;
	}

	.qylb_pic_boxa {
		width: 100%;
		overflow: hidden;
		padding: 40px 0 10%;
	}

	.about-img img {
		width: 100%;
	}

	.wmkh_p img {
		float: left;
		width: 100%;
	}

	.wmkh img {
		width: 100%;
		float: left;
		border: 2px solid #f7f7f7;
		margin: 8px 0px 8PX;
	}

	.hz_list {
		float: left;
		margin: 8px 5px 15PX;
		width: 47%;
	}

	.hz_list_box {
		width: 100%;
		overflow: hidden;
		padding: 0px 0 10%;
	}
}
