.new {
	margin-top: 40px;
	margin-bottom: 8%;
}

/* 行业应用events */
.industry {
	margin-top: 40px;
	margin-bottom: 8%;
}

.industry ul li img {
	width: 100%;
	border: 4px solid #e0e0e0;
}

.industry-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;
}

.industry_tit p {
	width: 100%;
	margin: 10px 0;
	font-size: 15px;
	line-height: 30px;
	text-align: center;
}

.industry_pica {
	position: relative;
	top: 0;
	transition: all .3s linear;
}

.industry_pica:hover {
	top: -5px;
}

/* 行业应用eventPage  */
.w {
	display: flex;
	flex-direction: column;
	align-items: center;
	clear: both;
	display: block;
	margin: 0 auto;
	max-width: 1200px;
}

.hyxwxqy_box .w h4,
.data {
	text-align: center;
}

.hyxwxqy_box .w h4 {
	font-size: 26px;
	color: #333;
	line-height: 35px;
}

.hyxwxqy_box .date {
	color: #999;
	text-align: center;
	border-bottom: 1px solid #cecece;
	line-height: 27px;
	margin-bottom: 50px;
}

.nr_text img {
	margin: 0 auto;
	display: block;
}

.nr_text p {
	text-indent: 2em;
	color: #333;
}

/* 新闻中心industryNews */
.about-title {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 30px;
	width: 100%;
	margin-top: 20px;
}

.tt {
	color: #333;
	margin: 0px;
	font-size: 32px;
	text-align: center;
	font-weight: bold;
	width: 100%;
}

.fbd {
	font-size: 26px;
	text-transform: uppercase;
	text-align: center;
	color: #ff6600;
	width: 100%;
	font-family: "arial black";
}

.new .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-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: 15px 0;
	font-size: 24px;
}

.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: 31px;
	border: 1px solid #ff6600;
	margin-top: 2%;
	margin-right: 2%;
	width: 14%;
	text-align: center;
	color: #ff6600;
}

.new-item:hover {
	/*    -webkit-box-shadow: 0 0 30px rgb(0 0 0 / 10%);
    box-shadow: 0 0 30px rgb(0 0 0 / 15%);
    -webkit-transform: translate3d(0, 0px, -2px); */
	transform: translate3d(0, 1px, -2px);
	color: #ff6600;
}

.pagination {
	float: right;
}

@media (max-width: 768px) {
	.new .new-wrap li {
		flex-direction: column;
	}

	.new-item .new-txt {
		width: 100%;
	}

	.new-img {
		width: 100%;
	}
}

/* 轴承知识 */
.knowledge-wrap a {
	text-decoration: none;
	color: #333;
}

.knowledge-list {
	display: flex;
	align-items: center;
	padding: 40px 0;
	width: 100%;
	border-bottom: 1px solid #ededed;
}


.knowledge-list:hover {
	color: #001762;
}

.knowledge-title {
	font-size: 30px;
	padding: 30px 0;
	text-align: center;
	color: #333;
	background: url(../image/wrap-bg.png) no-repeat center;
	background-position-y: 33px;
}

.knowledge-list .knowledge_tit {
	width: 80%;
	text-align: left;
}

.knowledge-list .knowledge_tit h4 {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	margin-left: 7%;
}

.knowledge-list .knowledge-time {
	width: 9%;
	line-height: 24px;
	font-size: 15px;
	padding: 10px;
	color: #424242;
	background: #f1f1f1;
}

/* 三级页面all  详情页面 */
.detali {
	padding: 50px 0;
	/* line-height: 50px; */
}

.detali h4 {
	font-size: 26px;
	color: #333;
	text-align: center;
	line-height: 35px;
}

.detali .date {
	color: #ddd;
	text-align: center;
	border-bottom: 1px solid #e5e5e5;
	line-height: 27px;
	margin-bottom: 50px;
}

.detali .nr_text p {
	text-indent: 2em;
	margin: 0 !important;
	line-height: 28px;
}

/* 三级页面all  详情页面 */

/* 商城公告 */
.affiche {
	width: 90%;
	margin: 0 auto;
	padding: 20px 0;
	border-bottom: 1px solid #e6e6e6;
}

.affiche a {
	color: #333;
	font-size: 14px;
}

.affiche span {
	display: inline-block;
}

.affiche span:nth-child(1) {
	width: 20%;
}

.affiche span b {
	color: #006937;
}

/* 商城公告 */

/* 荣誉 */
#certify {
	position: relative;
	/* width: 1200px; */
	margin: 0 auto
}

#certify .swiper-container {
	padding-bottom: 60px;
	height: 408px;
}

#certify .swiper-slide {
	width: 520px;
	height: 408px;
	background: #fff;
	box-shadow: 0 8px 30px #ddd;
}

#certify .swiper-slide img {
	display: block;
}

#certify .swiper-slide p {
	line-height: 98px;
	padding-top: 0;
	text-align: center;
	color: #636363;
	font-size: 1.1em;
	margin: 0;
}

#certify .swiper-pagination {
	width: 100%;
	bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 10px;
	height: 10px;
	opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #00aadc;
	background-color: #fff;
}

#certify .swiper-button-prev {
	left: -30px;
	width: 45px;
	height: 45px;
	background: url(../image/wm_button_icon.png) no-repeat;
	background-position: 0 0;
	background-size: 100%;
}

#certify .swiper-button-prev:hover {
	background-position: 0 -46px;
	background-size: 100%
}

#certify .swiper-button-next {
	right: -30px;
	width: 45px;
	height: 45px;
	background: url(../image/wm_button_icon.png) no-repeat;
	background-position: 0 -93px;
	background-size: 100%;
}

#certify .swiper-button-next:hover {
	background-position: 0 -139px;
	background-size: 100%
}

.swiper-button-next:after,
.swiper-button-prev:after {
	display: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	display: none;
}

/* 荣誉 */
