/* 行业应用events */
.industry {
	width: 100%;
	float: left;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.indusa {
	width: 32%;
	margin-bottom: 30px;
}


.img-sector .content-sector {
	position: absolute;
	background: #314988de;
	height: 100%;
	width: 100%;
	color: #fff;
	padding: 25px 30px;
	top: 68%;
	text-align: left;
	-webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}

.img-sector {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
	height: 384px;
}

.img-sector:hover .content-sector {
	top: 0;
	-webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}

.img-sector p {
	color: #fff;
}

.img-sector h3 {
	color: #fff;
	line-height: 22px;
	font-size: 22px;
}

.img-sector:hover p {
	color: #fff;
}

.img-sector:hover h3 {
	color: #fff;
	line-height: 36px;
	font-size: 24px;
}

/* 行业应用eventPage  */

/* 产品 */
.box {
	font-family: 'Merriweather Sans', sans-serif;
	overflow: hidden;
	position: relative;
	z-index: 1;
	transition: all .5s;
	border: 2px solid #efefef;
	margin-bottom: 30px;
}

.box:hover {
	border: 2px solid #efefef;
}

.box:before {
	content: "";
	background: #e9e9e9c7;
	width: 155%;
	height: 150%;
	opacity: 0;
	transform: rotate(45deg);
	position: absolute;
	top: -10.5%;
	right: -150%;
	z-index: 1;
	transition: all 0.35s ease;
}

.box:hover:before {
	opacity: 1;
	right: -85%;
}

.box:hover:after {
	opacity: 1;
	top: -42%;
}

.box img {
	width: 100%;
	height: auto;
	transition: all 0.5s ease;
}

.box:hover img {
	transform: scale(1.1);
}

.box .box-content {
	text-align: right;
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	right: -100%;
	z-index: 2;
	transition: all .5s;
}

.box:hover .box-content {
	right: 5%;
}

.box .title {
	color: #314988;
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 15px 0;
	line-height: 63px;
}

.box .icon {
	padding: 0;
	margin: 0;
	list-style: none;
}

.box .icon li {
	display: inline-block;
	margin: 0 25px;
}

.box .icon li a {
	color: #314988;
	background-color: #ffffff;
	font-size: 18px;
	text-align: center;
	line-height: 35px;
	height: 45px;
	width: 45px;
	border-radius: 50%;
	display: block;
	transition: all 0.3s;
}

.box .icon li a span {
	font-size: 26px;
	padding: 0;
	margin-top: 3px;
	float: left;
	margin-left: 9px;
}

.box .icon li a:hover {
	color: #fff;
	background-color: #314988;
	border-radius: 50px;
}

@media only screen and (max-width:990px) {
	.box {
		margin: 0 0 30px;
	}
}

@media only screen and (max-width:479px) {
	.box .title {
		font-size: 20px;
	}
}


/* 产品 */


/* 新闻中心industryNews */
.new-wrap li {
	position: relative;
	top: 0;
	border-bottom: 1px solid #eee;
	padding: 20px 0px;
	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-time {
	font-size: 14px;
}

.new-txt {
	display: flex;
	flex-direction: column;
	width: calc(100% - 350px);
}

.new-wrap a {
	text-decoration: none;
	color: #000;
}

.new-title {
	line-height: 1.5;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin: 17px 0;
	font-size: 22px;
}

.new-txt p {
	width: 100%;
	height: 56px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 28px;
	margin-bottom: 16px;
}

.new-btn {
	line-height: 25px;
	border-bottom: 1px solid #999;
	margin-top: 2%;
	width: 9%;
	text-align: left;
	transition: all 0.5s;
	font-size: 14px;
}

.new-item:hover {
	color: #314988;
}

.pagination {
	float: right;
}


/* 轴承知识 */
.knowledge-wrap a {
	text-decoration: none;
	color: #000;
}

.knowledge-list {
	padding: 20px 0;
	width: 100%;
	border-bottom: 1px solid #ededed;
	overflow: hidden;
}


.knowledge-list:hover {
	color: #314988;
}

.knowledge-list .knowledge_tit {
	width: 80%;
	text-align: left;
	float: left;
}

.knowledge-list .knowledge_tit h4 {
	line-height: 1.5;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin: 20px 0;
	font-size: 22px;
}

.knowledge-list .knowledge-time {
	width: 80%;
	line-height: 24px;
	font-size: 14px;
	float: left;
}

.knowledge-list .new-btn {
	line-height: 25px;
	border-bottom: 1px solid #999;
	margin-top: -32px;
	width: 9%;
	text-align: left;
	transition: all 0.5s;
	font-size: 14px;
	float: right;
}

/* all  详情页面 */

.detali h4 {
	font-size: 26px;
	color: #333;
	text-align: center;
	line-height: 40px;
	margin-bottom: 20px;
}

.detali .date {
	text-align: center;
	border-bottom: 1px solid #f7f7f7;
	line-height: 46px;
	margin-bottom: 20px;
	font-size: 14px;
}

.detali .nr_text p {
	margin-bottom: 8px;
	line-height: 25px;
	width: 100%;
	float: left;
	font-size: 14px;
}

.nr_text img {
	margin: 0 auto;
	display: block;
	width: 50%;
}

.g-row {
	margin: 6px 0px 10px;
	overflow: hidden;
	padding-bottom: 24px;
	padding-top: 12px;
	float: left;
	width: 100%;
}

.g-row-left {
	width: 34%;
	float: left;
}

.g-row-left img {
	width: 100%;
}

.g-row-right {
	width: 63%;
	float: right;
}

.g-row-right h5 {
	float: left;
	font-size: 18px;
	width: 100%;
	margin-top: 16px;
	font-weight: revert;
}

/* all  详情页面 */



@media (max-width: 768px) {

	.industry {
		width: 100%;
		float: left;
		display: block;
		margin-top: 20px;
		flex-wrap: wrap;
	}

	.img-sector {
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		position: relative;
		overflow: hidden;
		height: 390px;
	}

	.img-sector .content-sector {
		position: absolute;
		background: #314988de;
		height: 100%;
		width: 100%;
		color: #fff;
		padding: 12px 10px;
		top: 68%;
		text-align: left;
		-webkit-transition: all .6s ease-in-out;
		-moz-transition: all .6s ease-in-out;
		-o-transition: all .6s ease-in-out;
		transition: all .6s ease-in-out;
	}

	.img-sector h3 {
		color: #fff;
		line-height: 25px;
		font-size: 24px;
	}

	.indusa {
		padding: 10px 0px;
		width: 100%;
	}

	.new-wrap li {
		flex-direction: column;
	}

	.new-item .new-txt {
		width: 100%;
	}

	.new-img {
		width: 100%;
	}

	.new-btn {
		line-height: 25px;
		border-bottom: 1px solid #999;
		margin-top: 2%;
		width: 26%;
		text-align: left;
		transition: all 0.5s;
		font-size: 14px;
	}

	.new-title {
		line-height: 1.5;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		margin: 17px 0;
		font-size: 18px;
	}

	.knowledge-list .knowledge_tit {
		width: 100%;
		text-align: left;
		float: left;
	}

	.knowledge-list .knowledge-time {
		width: 100%;
		line-height: 24px;
		font-size: 14px;
		float: left;
	}

	.knowledge-list .new-btn {
		line-height: 25px;
		border-bottom: 1px solid #999;
		margin-top: 0px;
		width: 26%;
		text-align: left;
		transition: all 0.5s;
		font-size: 14px;
		float: left;
	}

	.g-row-left {
		width: 100%;
		float: left;
		margin-bottom: 15px;
	}

	.g-row-right {
		width: 100%;
		float: right;
	}
	
	.nr_text img {
	    margin: 0 auto;
	    display: block;
	    width: 100%;
	}
	.was{
		    display: none;
	}
}
