/* 行业应用events */
.application_box .new-wrap{
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	margin-top: 30px;
}
.application_right{
	width: 77%;
    display: flex;
    flex-wrap: wrap;
}
.application_list {
    float: left;
    margin: 0 0.5% 20px;
    width: 32.3%;
    background: #fff;
}

.application_list h1 {
	font-size: 14px;
    text-align: center;
    margin: 15px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.application_list h1 a {
	color: #333;
}

.application {
	color: #fff;
	position: relative;
	overflow: hidden;
	background: #0f58d6;
	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:8px  0;
	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: 26px;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	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;
}

/* 行业应用结束 */


/* 新闻中心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: 225px;
}

.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;
	font-size: 14px;
}

.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;
	font-size: 14px;
}

.new-item:hover .new-title {
	color: #0f58d6;
}

.new-item:hover .new-btn {
	border: 1px solid #0f58d6;
	background: #0f58d6;
	color: #fff;
}

.pagination {
	float: right;
}
/* 产品中心start */
.product{
	width: 100%;
	overflow: hidden;
	margin: 40px 0 0;
}
.product .w{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.product_left{
    width: 22%;
    background: #fff;
    margin: 0 0 25px;
}
.product_left h1{
	background: #0f58d6;
    color: #fff;
    margin: 0;
    padding: 15px 0;
    text-align: center;
    font-size: 26px;
}
.product_left li a{
	display: block;
    line-height: 50px;
    padding: 0 0 0 30px;
    border-bottom: 1px solid #f5f5f5;
    color: #333;
    font-size: 14px;
	transition: all 0.5s;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: relative;
}
.product_left li a span{
	width: 10px;
    height: 10px;
    border: 1px solid #a7a7a7;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 20px;
    left: 15px;
	transition: all 0.5s;
}
.product_left li a:hover{
	color: #fff;
	background: #0f58d6;
}
.product_left li a:hover span{
	border: 1px solid #fff;
	background: #fff;
}
.product_right{
	width: 77%;
    display: flex;
    flex-wrap: wrap;
}
.product_list{
    width: 32%;
    text-align: center;
    background: #fff;
	margin: 0 0.6% 25px;
	overflow: hidden;
}
.product_list .zsbox{
	width: 100%;
    max-height: 230px;
    overflow: hidden;
}
.product_list img{
	width: 100%;
	transition: all 0.5s;
}
.product_list:hover img{
	transform: scale(1.2);
}
.product_list:hover h2{
	color: #0f58d6;
}
.product_list h2{
	font-size: 16px;
    color: #333;
    margin:0;
	padding: 20px 0;
	position: relative;
    background: #fff;
}
/* 产品中心end */

/* 三级页面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;
	padding-top: 20px;
}

.qylb_pic_box .fy {
	text-align: center;
	border-top: 1px solid #ccc;
}

.qylb_pic_box .fy li {
	margin: 0 !important;
}

.qylb_pic_box .fy a {
	color: #646464;
}

.fy .center {
	align-items: center;
	padding-bottom: 20px;
	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: #0f58d6;
	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 #0f58d6;
		width: 150px;
		text-align: center;
		color: #0f58d6;
		display: block;
		margin-top: 20px;
	}

	.new-img img {
		width: 100%;
		height: 250px;
	}

	.application_box {
		width: 96%;
		overflow: hidden;
		margin: auto;
	}
	.application_right {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}
	.application_list {
		float: left;
		margin: 5px 0;
		width: 100%;
	}

	.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;
	}
	.product_left{
		width: 100%;
		background: #fff;
		margin: 0 0 25px;
	}
	.product_right {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}
	.product_list {
		width: 100%;
		text-align: center;
		background: #fff;
		margin: 0 0 25px;
		overflow: hidden;
	}
	.product_list .zsbox {
		width: 100%;
		max-height: initial;
		overflow: hidden;
	}
	
}