/* 公共部分 */
.fbxj_l {
	float: left;
	width: 25%;
	overflow: hidden;
	margin-top: 3%;
}

.accordion {
	width: 85%;
	max-width: 360px;
	background: #000058;
	float: left;
}

.accordion .link {
	cursor: pointer;
	display: block;
	padding: 15px 15px 15px 22px;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	border-bottom: 1px solid #CCC;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.accordion li:last-child .link {
	border-bottom: 0;
}

.accordion li span {
	position: absolute;
	top: 16px;
	right: 12px;
	font-size: 18px;
	color: #fff;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.accordion li span.fa-chevron-down {
	right: 12px;
	left: auto;
	font-size: 16px;
}

.accordion li.open .link {
	color: #fff;
}

.accordion li.open span {
	color: #fff;
}

.accordion li.open span.fa-chevron-down {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.submenu {
	background: #f5f5f5;
	font-size: 15px;
}

.submenu a {
	display: block;
	text-decoration: none;
	color: #333;
	padding: 12px;
	padding-left: 22px;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.submenu li {
	border-bottom: 1px solid #e6e6e6;
}


/* 行业应用events */
.industry ul li img {
	width: 100%;
	height: 230px;
	border: 1px solid #e0e0e0;
	margin-top: 6px;
}

.industry-t {
	width: 100%;
	display: inline-block;
	text-align: left;
	padding-top: 28px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 19px;
	color: #000058;
	font-size: 24px;
	font-weight: bold;
	line-height: 50px;
}

.industry_tit {
	margin-bottom: 10px;
	float: left;
	width: 100%;
}


.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: -1px;
}

/* 行业应用eventPage  */
.w {
	display: flex;
	flex-direction: column;
	align-items: center;
	display: block;
	width: 73%;
	float: left;
}

.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 */
.new .new-wrap li {
	position: relative;
	top: 0;
	border-bottom: 1px solid #eee;
	padding: 8px 0px;
	transition: all .4s;
	float: left;
	overflow: hidden;
}

.new-img {
	width: 130px;
	float: left;
}

.new-img img {
	width: 100%;
	height: 110px;
}

.new-item {
	/* 	display: flex; */
}

.new-txt {
	width: 82%;
	float: left;
	margin-left: 2%;
	text-align: justify;
}

.new-time {
	width: 12%;
	line-height: 38px;
	font-size: 14px;
	color: #929292;
	float: left;
}

.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: 5px 0;
	font-size: 16px;
	font-weight: bold;
}

.new-txt p {
	width: 100%;
	height: 37px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 34px;
	margin-bottom: 6px;
}

.new-btn {
	line-height: 31px;
	border: 1px solid #001762;
	margin-top: 2%;
	margin-right: 2%;
	width: 14%;
	text-align: center;
	color: #001762;
}

.new-item:hover {
	color: #001762;
}

.pagination {
	float: right;
}

/* 轴承知识 */
.knowledge-wrap a {
	text-decoration: none;
	color: #333;
}

.knowledge-list {
    align-items: center;
    padding: 5px 0;
    width: 100%;
    border-bottom: 1px solid #ededed;
    overflow: hidden;
}


.knowledge-list:hover {
	color: #001762;
}


.knowledge-list .knowledge_tit h4 {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-size: 14px;
}

.knowledge-list .knowledge-time {
	width: 12%;
	line-height: 38px;
	font-size: 14px;
	color: #929292;
	float: right;
}

/* 三级页面all  详情页面 */
.detali {
	padding: 50px 0;
	/* line-height: 50px; */
}

.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: 50px;
}

.detali .nr_text p {
    text-indent: 2em;
    margin: 0 !important;
    line-height: 28px;
}

/* 三级页面all  详情页面 */

/* 商城公告 */
.affiche {
	width: 100%;
	margin: 0 auto;
	padding: 12px 0;
	border-bottom: 1px solid #f5f5f5;
}

.affiche a {
	color: #333;
	font-size: 14px;
}

.affiche span {
	display: inline-block;
}

.affiche span:nth-child(1) {
	width: 12%;
	float: right;
}

.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;
}

/* 荣誉 */



@media (max-width: 768px) {
	.new .new-wrap li {
		flex-direction: column;
		padding: 11px 7px 0px;
	}

	.new-img img {
		width: 100%;
		height: 245px;
	}

	.new-item .new-txt {
		width: 99%;
		float: left;
		margin-left: 0%;
		text-align: justify;
	}

	.new-txt p {
		width: 100%;
		height: 46px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		line-height: 23px;
		margin-bottom: 6px;
	}

	.new-title {
		line-height: 1.5;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		margin: 5px 0;
		font-size: 14px;
		font-weight: bold;
	}

	.new-time {
		width: 32%;
		line-height: 38px;
		font-size: 14px;
		color: #929292;
		float: left;
	}

	.new-img {
		width: 100%;
	}

	.sj {
		display: none;
	}

	.w {
		display: flex;
		flex-direction: column;
		align-items: center;
		display: block;
		width: 100%;
		float: left;
	}

	.industry ul li img {
		width: 100%;
		height: 141px;
		border: 1px solid #e0e0e0;
		margin-top: 6px;
	}

	.fbxj_l {
		float: left;
		width: 100%;
		overflow: hidden;
		margin-top: 3%;
	}

	.accordion {
		width: 99%;
		max-width: 360px;
		background: #000058;
		float: left;
		margin: 0px 8px;
	}

	.fbxj_r {
		float: left;
		width: 100%;
		overflow: hidden;
		padding: 14px;
	}

	.industry-t {
		width: 100%;
		display: inline-block;
		text-align: left;
		padding-top: 28px;
		border-bottom: 1px solid #ccc;
		margin-bottom: 19px;
		color: #000058;
		font-size: 24px;
		font-weight: bold;
		line-height: 50px;
		text-indent: 0.5em;
	}

	.affiche span:nth-child(1) {
		width: 23%;
		float: right;
	}

	.affiche span {
		display: inline-block;
		margin-left: 9px;
		width: 64%;
	}

	.detali h4 {
		font-size: 16px;
		color: #333;
		text-align: center;
		line-height: 35px;
	}

	.nr_text {
		padding: 7px;
	}
	
	.knowledge-list .knowledge-time {
	    width: 25%;
	    line-height: 38px;
	    font-size: 14px;
	    color: #929292;
	    float: right;
	}
	.knowledge-list .knowledge_tit h4 {
	    text-overflow: ellipsis;
	    overflow: hidden;
	    white-space: nowrap;
	    font-size: 14px;
	    float: left;
	    width: 67%;
	    overflow: hidden;
	    margin-left: 6px;
	}
	.nr_text img {
		margin: 0 auto;
		display: block;
		width: 100%;
	}
}
