/* 行业应用events */
.industry ul li img {
	width: 100%;
	height: 230px;
	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  */
.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;
	width: 350px;
	height: 280px;
}

.nr_text p {
	text-indent: 2em;
	color: #333;
}

/* 新闻中心industryNews */
.new-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;
}

.new .new-wrap li {
	position: relative;
	top: 0;
	border-bottom: 1px solid #eee;
	padding: 30px 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: #333;
}

.new-title {
	line-height: 1.5;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin: 20px 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 #001762;
	margin-top: 2%;
	margin-right: 2%;
	width: 14%;
	text-align: center;
	color: #001762;
}

.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: #001762;
}

.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: #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;
}

/* 三级页面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;
}

/* 荣誉 */
/* 产品中心start */
.product {
	width: 100%;
	overflow: hidden;
	margin-bottom: 40px;
}

.product .w>div {
	background: #fff;
	padding: 30px;
	margin: 30px 0 12px;
}

.product .w>div h2 {
	font-size: 26px;
	text-align: center;
	font-weight: bold;
	border-bottom: 1px solid #dbdbdb;
	padding-bottom: 20px;
	margin: 0;
}

.product .w>div h3 {
	font-size: 16px;
	font-weight: bold;
}

.product .w>div p {
	font-size: 15px;
	color: #666;
	margin: 0;
	line-height: 30px;
}

.product .w>ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
}

.product .w>ul li {
	width: 24%;
	margin: 10px 0.5%;
	background: #fff;
}

.product .w>ul li>div {
	position: relative;
	transition: all 0.5s;
}

.product .w>ul li>div img {
	width: 100%;
}

.product .w>ul li>div>a {
	display: none;
	background: #BE0000;
	position: absolute;
	width: 100%;
	height: 100%;
	color: #fff;
	text-align: center;
	padding-top: 50%;
	transition: all 0.5s;
}

.product .w>ul li:hover>div>a {
	display: block;
}

.product .w>ul li h3 {
	margin: 0;
	text-align: center;
}

.product .w>ul li h3 a {
	display: block;
	padding: 30px 10px;
	font-size: 17px;
	color: #333;
	font-weight: bold;
	transition: all 0.5s;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.product .w>ul li:hover h3 a {
	color: #BE0000;
}

.product .w>.lzq_list {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	justify-content: space-between;
}

.product .w>.lzq_list li {
	width: 32.5%;
	margin: 10px 0;
	background: #fff;
}

.product .w>.cp_list li {
	width: 32%;
	margin: 10px 0.5%;
	background: #fff;
}

/* 产品中心end */
/* 应用中心开始 */
.router .w .breadcrumb {
	margin: 0;
}

.testimonial {
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 40px 0;
	margin-bottom: 30px;
}

.testimonial .w ul {
	width: 100%;
	overflow: hidden;
	margin: 0;
	background: #fff;
}

.testimonial .w ul li {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.testimonial .w ul li:nth-child(odd) .appli_left,
.testimonial .w ul li:nth-child(even) .appli_right {
	width: 50%;
	float: left;
	overflow: hidden;
}

.testimonial .w ul li:nth-child(even) .appli_left,
.testimonial .w ul li:nth-child(odd) .appli_right {
	width: 50%;
	float: right;
	overflow: hidden;
}

.testimonial .w ul li:nth-child(odd) .appli_left::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0%;
	height: 4px;
	background: #BE0000;
	transition: all 0.5s;
	z-index: 1;
}

.testimonial .w ul li:nth-child(even) .appli_left::before {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0%;
	height: 4px;
	background: #BE0000;
	transition: all 0.5s;
	z-index: 1;
}

.testimonial .w ul li:hover .appli_left::before {
	width: 50%;
}

.testimonial .w ul li .appli_left img {
	width: 100%;
	transition: all 0.36s ease 0s;
}

.testimonial .w ul li:first-child .appli_right {
	padding-top: 0 !important;
}

.testimonial .w ul li:nth-child(odd) .appli_right {
	padding: 43px 24px 26px 24px;
}

.testimonial .w ul li:nth-child(even) .appli_right {
	padding: 40px 24px 25px
}

.testimonial .w ul li .appli_right h3 {
	margin: 0 0 20px;
}

.testimonial .w ul li .appli_right h3 a {
	font-size: 22px;
	color: #000;
	margin-bottom: 10px;
	font-weight: bold;
}

.testimonial .w ul li .appli_right p {
	line-height: 30px;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	/*控制行数*/
	overflow: hidden;
}

.testimonial .w ul li .appli_right small a {
	width: 35%;
	line-height: 40px;
	display: block;
	border: 1px solid #BE0000;
	color: #BE0000;
	text-align: center;
	margin-top: 25px;
	transition: all 0.5s;
}

.testimonial .w ul li:hover .appli_left img {
	transform: scale(1.1)
}

.testimonial .w ul li:hover .appli_right small a {
	background: #BE0000;
	color: #fff;
}

/* 应用中心结束 */
/* 企业新闻开始 */
.qylb_pic_box ul li {
	width: 100%;
	justify-content: space-between;
	align-items: center;
	overflow: hidden;
	background-color: #f7f7f7;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	margin: 40px 0;
}

.qylb_pic_box ul li:hover {
	box-shadow: 0 10px 10px -10px rgba(97, 105, 113, 0.3);
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	-o-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
}

.qylb_pic_box ul li .pic_box {
	width: 27%;
	float: left;
	overflow: hidden;
}

.qylb_pic_box ul li .pic_box img {
	width: 100%;
	height: 220px;
	transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.qylb_pic_box ul li:hover .pic_box img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
}

.qylb_pic_box ul li .qylb_tit {
	width: 72%;
	float: right;
	padding: 0 2%;
}

.qylb_pic_box ul li .qylb_tit h3 {
	font-size: 18px;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 30px 0 20px;
}

.qylb_pic_box ul li .qylb_tit h3 a {
	color: #333;
	transition: all 0.5s;
}

.qylb_pic_box ul li:hover .qylb_tit h3 a {
	color: #BE0000
}

.qylb_pic_box ul li .qylb_tit p {
	font-size: 14px;
	color: #666;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	line-height: 24px;
}

.hy_more {
	color: #333;
	display: inline-block;
	background-color: #e5e5e5;
	transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	float: left;
	width: 110px;
	line-height: 36px;
	text-align: center;
	position: relative;
	top: 10px;
}


.more {
	color: #333;
	display: inline-block;
	background-color: #e5e5e5;
	transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	width: 110px;
	line-height: 36px;
	text-align: center;
	position: relative;
	float: right;
	top: -44px;
}

.qylb_pic_box ul li:hover .more {
	background-color: #BE0000;
	color: #fff;
}

.qylb_pic_box ul li:hover .hy_more {
	background-color: #BE0000;
	color: #fff;
}

.hy_time {
	color: #999;
	float: left;
	width: 100%;
}

/* 企业新闻结束 */

/* 检测仪器 */
.forbox {
	width: 100%;
	overflow: hidden;
	padding: 30px 0 0;
}

.forbox .w ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0;
}

.forbox .w ul li {
	width: 32%;
	margin-bottom: 20px;
}

.forbox .w ul li img {
	width: 100%;
	border: 1px solid #e9e9e9;
}

/* 检测仪器 */



/* 分页 */
.fy_box {
	width: 100%;
	overflow: hidden;
	margin: 10px 0 7%;
}

.qylb_pic_box .fy {
	border-bottom: 1px solid #ccc;
	text-align: center;
}

.qylb_pic_box .fy li {
	margin: 0 !important;
}

.qylb_pic_box .fy a {
	color: #333;
}

.qylb_pic_box .fy .pagination>.active>a,
.qylb_pic_box .fy .pagination>.active>a:focus,
.qylb_pic_box .fy .pagination>.active>a:hover {
	z-index: 3;
	color: #fff;
	cursor: default;
	background-color: #BE0000;
	border-color: #BE0000;
}

.qylb_pic_box .fy .active {
	background-color: #BE0000 !important;
	color: #fff;
}

.fy .center {
	display: flex;
	align-items: center;
	padding-bottom: 20px;
	border-bottom: 1px solid #d5d5d5;
	justify-content: flex-end;
}

.fy .fy_inp {
	display: inline-block;
	float: LEFT;
	margin-left: 5px;
}

.fy .fy_inp input {
	width: 50px;
	height: 31px;
	position: relative;
	top: 0;
	text-align: center;
	border: 1px solid #ccc;
	margin: 0 5px;
}

.fy .fy_inp button {
	height: 30px;
	position: relative;
	top: 0px;
	width: 51px;
	border: 0;
	background: #212121;
	color: #fff;
}

@media(max-width:768px) {

	/* 新闻 */
	.qylb_pic_box ul li {
		width: 100%;
		justify-content: space-between;
		align-items: center;
		overflow: hidden;
		background-color: #f7f7f7;
		transition: all 0.3s ease-out;
		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		-ms-transition: all 0.3s ease-out;
		margin: 30px auto;
	}

	.qylb_pic_box ul li .pic_box {
		width: 100%;
		float: left;
		overflow: hidden;
	}

	.qylb_pic_box ul li .qylb_tit {
		width: 100%;
		float: left;
		padding: 0 10px 40px;
	}

	.qylb_pic_box ul li .qylb_tit h3 {
		font-size: 16px;
		font-weight: bold;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		margin: 20px 0 10px;
	}

	.qylb_pic_box ul li .qylb_tit p {
		font-size: 14px;
		color: #666;
		display: -webkit-box;
		text-overflow: ellipsis;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		line-height: 28px;
	}

	/* 应用 */
	.testimonial {
		width: 100%;
		overflow: hidden;
		margin: 0;
		padding: 20px 10px 30px;
		background: #fff;
		margin-bottom: 30px;
	}

	.testimonial .w ul {
		width: 100%;
		overflow: hidden;
		margin: 0;
		padding: 0;
		background: #fff;
	}

	.testimonial .w ul li:nth-child(odd) .appli_left,
	.testimonial .w ul li:nth-child(even) .appli_right {
		width: 100%;
		float: left;
		overflow: hidden;
	}

	.testimonial .w ul li:nth-child(even) .appli_left,
	.testimonial .w ul li:nth-child(odd) .appli_right {
		width: 100%;
		float: right;
		overflow: hidden;
	}

	.testimonial .w ul li:nth-child(odd) .appli_right {
		padding: 20px 0 40px 0;
	}

	.testimonial .w ul li:first-child .appli_right {
		padding-top: 20px !important;
	}

	.testimonial .w ul li:first-child .appli_right,
	.testimonial .w ul li:nth-child(even) .appli_right {
		padding-top: 20px !important;
		padding: 20px 0;
	}

	.testimonial .w ul li .appli_right h3 a {
		font-size: 22px;
		color: #000;
		font-weight: inherit;
	}

	.testimonial .w ul li .appli_right p {
		color: #888;
		line-height: 23px;
		display: -webkit-box;
		text-overflow: ellipsis;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 4;
		overflow: hidden;
	}

	.testimonial .w ul li .appli_right small a {
		width: 50%;
		line-height: 40px;
		display: block;
		border: 1px solid #BE0000;
		color: #BE0000;
		text-align: center;
		margin-top: 19px;
		transition: all 0.5s;
	}

	.testimonial .w ul li:hover .appli_left::before {
		width: 100%;
	}

	.product .w p {
		font-size: 14px;
		color: #666;
		width: 100%;
		text-align: center;
		margin: 20px auto;
		line-height: 26px;
	}

	.product .w>ul li {
		width: 100%;
		margin: 10px 0.5%;
		background: #fff;
	}

	.forbox {
		width: 100%;
		overflow: hidden;
		padding: 30px 10px 0;
	}

	.forbox .w ul li {
		width: 49%;
		margin-bottom: 20px;
	}

	.fy .center {
		display: flex;
		align-items: center;
		padding-bottom: 20px;
		border-bottom: 1px solid #d5d5d5;
		justify-content: flex-end;
		padding: 0 10px 10px;
		margin-bottom: 13%;
	}

	.qylb_pic_box {
		padding: 0 10px;
	}
}
