/* 行业应用events */
.application_list {
	float: left;
	margin: 15px 0.5%;
	width: 32.3%;
}

.application_list h1 {
	font-size: 16px;
	text-align: center;
	margin: 10px 0 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.application_list h1 a {
	color: #333;
}

.application {
	color: #fff;
	position: relative;
	overflow: hidden;
	background: #0045a1;
	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;
}

/* 行业应用结束 */
/* 产品中心开始 */
.qylb_pic_box {
	width: 100%;
	float: left;
}

.qylb_pic_box ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}

.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%;
    margin: 0px;
    padding: 8px;
} 

.qylb_pic_box ul li:hover {
	transform: translateY(0px);
	transition: all 0.5s linear;
	box-shadow: 0px 0px 15px 1.05px #ccc;
	background: #0045a1;
}

.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: 1px solid #dedede;
	background: #fff;
}

.imgbgc {
	position: absolute;
	top: 8px;
	z-index: 9999;
	padding: 0px !important;
	margin: 1px !important;
	border: 0 !important;
	width: 77PX !important;
	height: 30PX !important;
	left: 6px;
}
.qylb_pic_box ul li:hover img {
	transform: scale(1.01);
}

.qylb_pic_box ul li .qylb_tit p {
	width: 100%;
	margin: 0;
	font-size: 15px;
	line-height: 45px;
}

.qylb_pic_box ul li a {
	display: block;
	color: #646464;
	font-weight: bold;
}

/* 产品中心结束 */



/* 新闻中心industryNews */
.new-t {
	font-size: 30px;
	padding: 30px 0;
	text-align: center;
	color: #646464;
	background: url(../image/wrap-bg.png) no-repeat center;
	background-position-y: 33px;
}

.new-wrap {
	padding-top: 0px;
}

.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: 320px;
	overflow: hidden;
	position: relative;
}

.new-img img {
	width: 100%;
	height: 210px;
}

.new-item {
	display: flex;
}

.new-txt {
	display: flex;
	flex-direction: column;
	width: calc(100% - 350px);
}

.new .new-wrap a {
	text-decoration: none;
	color: #646464;
}

.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: #0045a1;
}

.new-item:hover .new-btn {
	border: 1px solid #0045a1;
	background: #0045a1;
	color: #fff;
}

.pagination {
	float: right;
}

.about_tit {
	width: 100%;
	overflow: hidden;
	margin-bottom: 4%;
	border-bottom: 1px solid #ccc;
}

.about_tit ul li {
	width: 19.5%;
	overflow: hidden;
	float: left;
	transition: all 0.5s;
}

.about_tit ul li a {
	line-height: 49px;
	color: #333;
	display: block;
	text-align: center;
}

.about_tit ul li:hover {
	background: #0045a1;
}

.about_tit ul li:hover a {
	color: #fff;
}

.listnavright {
	float: right;
	line-height: 48px;
}

.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: #0045a1;
}


.listnavright a {
	color: #0045a1;
}

.listnavright span {}

.about-article {
	width: 100%;
	float: left;
}

/* 品牌中心 */
.bran_box {
	width: 100%;
	overflow: hidden;
	margin-top: 10px;
	padding-bottom: 3%;
}

.bran_list {
	width: 100%;
	padding: 0px;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.bran_list li {
	width: 22%;
	overflow: hidden;
	transition: all 0.5s;
}

.bran_list li a img {
	width: 100%;
	padding: 0px;
	border: 1px solid #dedede;
	transition: all 0.5s;
}

.bran_list li P {
	TEXT-ALIGN: CENTER;
}

.bran_list li P a {
	LINE-HEIGHT: 50PX;
	FONT-SIZE: 15PX;
	COLOR: #000;
}

.bran_list li:hover a img {
	border: NONE;
	border: 1px solid #e4032e;
	transition: all 0.5s;
}


/* 三级页面all  详情页面 */
.detali {
	padding: 20px 0;

}

.detali h4 {
	font-size: 26px;
	color: #646464;
	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;
}

.qylb_pic_box .fy {
	text-align: center;
}


.qylb_pic_box .fy a {
	color: #646464;
}

.fy .center {
    align-items: center;
    padding-bottom: 5%;
    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: #0045a1;
	color: #fff;
}

@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 10px;
	}

	.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: 0;
	}

	.new .new-wrap {
		padding: 0;
	}

	.new-title {
		line-height: 1.5;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
		margin: 10px 0 5px;
		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: 12px;
		color: #999;
	}

	.new-btn {
		line-height: 34px;
		border: 1px solid #0045a1;
		width: 150px;
		text-align: center;
		color: #0045a1;
		display: block;
		margin-top: 20px;
	}

	.new-img img {
		width: 100%;
		height: 250px;
	}

	.application_box {
		width: 96%;
		overflow: hidden;
		margin: auto;
	}

	.application_list {
		float: left;
		margin: 5px 1%;
		width: 48%;
	}

	.application_list h1 a {
		color: #646464;
		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: #646464;
		text-align: center;
		line-height: initial;
		margin: 0;
	}

	.about_tit ul li {
		width: 24.5%;
		overflow: hidden;
		float: left;
		transition: all 0.3s;
	}

	.about_tit ul li a {
		line-height: 50px;
		color: #686868;
		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;
	}

	.listnavright {
		float: right;
		line-height: 62px;
		display: none;
	}
}
