.carousel {
	z-index: -1;
}

/* 样本产品开始 */
.cn {
	display: none;
}

.en {
	display: block;
}

.pi-wrap {
	padding: 20px;
	background: #f6f7f9;
	display: flex;
	box-shadow: 0px 0px 4px 3px rgb(0 0 0 / 10%);
}

.pi-left {
	width: 60%;
}

.pi-left .second-wrap {
	height: 80px;
}

.pi-left .second-wrap p a {
	color: #333;
	display: inline-block;
	width: 100%;
}

.pi-left .second-wrap p a span {
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
}

.pi-right {
	width: 40%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
}

.product-item h2 {
	font-size: 20px;
	color: rgb(0, 0, 0);
	font-weight: bold;

	line-height: 48px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.more-m {
	font-size: 15px;
	color: rgb(231, 0, 18);
	font-weight: bold;
	margin-top: 3px;
	display: block;
}

.pi-right img {
	width: 100%;
}

/* 样本产品结束 */

/* 企业站产品中心开始 */
/* 搜素框开始 */
.prod_tit {
	font-size: 24px;
	font-weight: bold;
	padding: 35px 0;
	text-align: center;
}

.index-search {
	max-width: 1200px;
	margin: 0 auto 25px;
	position: relative;
	padding: 0 5px;
}

#index-ybsearch {
	width: 25%;
	height: 38px;
	padding-left: 10px;
}

.index-search_input {
	width: 20%;
	height: 38px;
	padding-left: 10px;
}

.index-serchbtn {
	width: 11.5%;
	height: 38px;
	background: #0078e6;
	border: none;
	color: #fff;
	font-size: 16px;
	outline: none;
	border-radius: 5px;
}

.index-input-group input {
	border: 1px solid #c8c8c8;
	font-size: 15px;
	outline: none;
}

/* 搜索框结束 */
.product_box {
	width: 100%;
	margin-bottom: 60px;
	overflow: hidden;
}

.product_box .product-single {
	position: relative;
	z-index: 2;
	overflow: hidden;
	margin: 20px 0;
	background: #fafafa;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

.product_box .product-single .service-image {
	width: 100%;
	overflow: hidden;
	background: #fff;
}

.product_box .product-single .service-image img {
	height: auto;
	width: 70%;
	z-index: 2;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	display: block;
	margin: auto;
}

.product_box .product-single:hover .service-image img {
	transform: scale(1.25, 1.25);
}

.product_box .product-single .content {
	z-index: 2;
	width: 100%;
	margin-top: 30px;
}

.product_box .product-single .content h4 {
	display: block;
	margin-bottom: 25px;
	padding-bottom: 15px;
	color: #181E4E;
	position: relative;
}

.product_box .product-single .content h4 a {
	color: #333;
	font-weight: bold;
	font-size: 16px;
	padding-left: 25px;
}

.product_box .product-single .content h4:before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	height: 3px;
	width: 80px;
	background: #033566;
	z-index: 1;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.product_box .product-single:hover .content h4:before {
	width: 130px;
}

.product_box .product-single .content h4:after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	height: 3px;
	width: 100%;
	background: #0335664d;
	z-index: -1;
}

.content p a img {
	width: 32px;
	height: 32px;
}

.content p a span {
	position: relative;
	top: -10px;
	left: 10px;
}

.product_box .product-single .content p {
	color: #666;
	line-height: 32px;
	padding-left: 25px;
}

.product_box .product-single .content p a {
	font-size: 15px;
	color: #666;
	transition: all 0.4s;
}

.product_box .product-single .content p a:hover {
	color: #0078e6;
}

.prodcut_bnt {
	padding-left: 25px;
	margin: 20px 0 30px;
}

.prodcut_bnt a {
	text-align: center;
	margin: 0;
	padding: 14px 30px;
	font-size: 15px;
	font-weight: 500;
	border-radius: 3px;
	transition: all 1s ease;
	display: inline-block;
	border: 1px solid #0078e6;
	color: #0078e6;
}

.product_box .product-single:hover .prodcut_bnt a {
	background: #0078e6;
	color: #fff;
	;
}

/* 企业站产品中心结束 */
/*企业站行业新闻轴承知识开始 */

.theme-btn {
	color: #FFF;
	background-color: #00449a;
	border-radius: 40px;
	font-size: 15px;
	border: none;
	margin: auto;
	float: none;
	display: table;
	padding: 12px 25px;
	transition: all 400ms linear 0s;
}

.new_icon {
	color: #00449a;
	font-size: 30px;
	border: none;
	float: none;
	display: table;
	transition: all 400ms linear 0s;
}

/* 企业站行业新闻轴承知识结束 */
/* 企业站企业新闻开始 */
.new_box {
	width: 100%;
	overflow: hidden;
	margin-bottom: 60px;
}

.new_tit {
	font-size: 24px;
	font-weight: bold;
	padding: 35px 0 20px;
	text-align: center;
}

.new_box ul li {
	width: 100%;
	overflow: hidden;
	margin: 30px 0;
	border-bottom: 1px solid #efefef;
	padding-bottom: 15px;
}

.nDate {
	float: left;
	width: 100px;
	text-align: center;
	line-height: 1.4;
	box-sizing: border-box;
	border: 1px solid #ddd;
	padding: 10px 0 0;
}

.numDate {
	float: left;
	width: 60%;
	text-align: right;
	font-weight: bold;
	font-size: 38px;
	color: #ff0000;
}

.yueSet {
	float: left;
	margin-top: 20px;
	font-weight: normal;
	font-size: 18px;
	color: #666;
}

.yrDate {
	font-size: 16px;
	color: #fff;
	background: #0167c9;
	height: 30px;
	letter-spacing: 1px;
	line-height: 30px;
	clear: both;
}

.newName {
	width: calc(100% - 0px - 100px);
	float: left;
	margin: 0;
	padding-left: 10px;
	box-sizing: border-box;
}

.newTit .titleSet {
	text-decoration: none;
	line-height: 1.4;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	display: block;
	padding: 6px 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all 0.8s;
}

.newDetail_box {
	width: 82%;
	float: left;
}

.newDetail {
	white-space: normal;
	font-size: 15px;
	padding: 5px 0 0 10px;
	display: -webkit-box;
	word-break: break-all;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	line-height: 26px;
	color: #999;
	margin: 0;

}

.newDetail_box .detail {
	color: #0078e6;
	font-size: 12px;
	font-style: oblique;
	display: block;
	text-align: left;
	padding: 15px 10px;
}

.new_text_box img {
	float: right;
	width: 18%;
}

.newTit .titleSet:hover {
	color: #0078e6;
}

.cont-item {
	width: 100%;
}

.cont-item img {
	width: 100%;
}

/* 企业站行业应用开始 */
.ApplyArea .applylist_box {
	margin: 20px 0 50px 0;
}

.ApplyArea .applylist_box .applylist {
	display: flex;
	flex-direction: column;
	margin-bottom: 15px;
}

.ApplyArea .applylist_box img {
	width: 100%;
	height: 160px;
	transition: all 400ms linear 0s;
}

.ApplyArea .applylist_box img:hover {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.ApplyArea .applylist_box span {
	font-size: 15px;
	text-align: center;
	height: 30px;
	line-height: 30px;
}

/* 企业站行业应用结束 */

/* 联系我们 */
.link {
	background-color: #eeebdb;
	color: rgb(86, 87, 89);
	padding: 30px 0;
}

.link .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.link .container::before {
	display: none !important;
}

.link .container::after {
	display: none !important;
}

.link .container .l-left {
	display: flex;
	flex-direction: column;
}

.link .container .l-left span:nth-child(1) {
	font-size: 26px;
	font-weight: 700;
	font-family: 'OswaldBold', sans-serif;
}

.link .container .l-left span:nth-child(2) {
	font-size: 20px;
	LINE-HEIGHT: 60PX;
}


.link .container .l-right {
	font-size: 30px;
	font-weight: 600;
	/* text-decoration: underline; */
	color: #333;
	padding-bottom: 5px;
	border-bottom: 2px solid #565759;
}

.link .container .l-right a:hover {
	color: #b98e49;
	transition: all 0.5s;
}

.link .container .l-right a {
	color: rgb(86, 87, 89);
	font-family: 'OswaldBold', sans-serif;
}

/* 应用领域 */
.application {
	background-image: url(/assets/image/application.png);
	background-repeat: repeat-x;
	padding-bottom: 60px;
}

.application .container .w {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.application .container .w a {
	width: 32%;
}

.application .a-box {
	padding: 35px 25px;
	box-shadow: -0.14px 1.995px 18.4px 1.6px rgba(162, 100, 0, 0.19);

}

.application .a-box h3 {
	color: #b98e49;
	font-weight: 700;
	font-size: 18px;
	margin-top: 15px;
	font-family: 'OswaldBold', sans-serif;
}

.application .a-box p {
	width: 100%;
	line-height: 26px;
	margin: 15px 0PX;
	color: #363636;
	font-size: 15px;
}

.line {
	height: 3px;
	width: 60px;
	background: #b98e49;
}

.application .a-box div:nth-child(1) {
	width: 9%;
	height: 3px;
	background: #b98e49;
	margin: 5px 0 20px 0;
}

.application .a-box div:nth-child(3) a {
	color: #363636;
	display: inline-block;
	height: 53px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	line-height: 53px;
}

.application .at-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #fff;
}

.application .a-top {
	margin-top: 60px;
}

.application .a-top .a-line {
	height: 2px;
	width: 45px;
	background-color: #fff;
	margin-bottom: 10px;
}

.application .a-top div:nth-child(3) {
	color: #fff;
	margin: 30px 0 50px 0;
	font-size: 16px;
	line-height: 22px;
}

.application .at-top span:nth-child(1) {
	font-size: 30px;
	color: #fff;
	font-family: 'OswaldBold', sans-serif;
}

.application .at-top span:nth-child(2) a {
	color: #fff;
}

.application a:hover p {
	color: #b98e49;
	transition: all 0.5s;

}

/* 关于我们 */
.contact .c-left {
	color: #fff;
	padding: 65px 30px 40px 4%;
	background-image: url(/assets/image/dq.png);
	background-position: 92% 64px;
	background-repeat: no-repeat;
	background-size: 73%;
}

.contact {
	background: #565759;
}

.contact .c-left .con-2 {
	font-size: 37px;
	color: #fff;
	margin: 10px 0 20px 0;
	font-family: 'OswaldBold', sans-serif;
}

.contact .c-left .con-3 {
	width: 40px;
	height: 5px;
	background-color: #fff;
}

.contact .c-left .con-4 span {
	padding-bottom: 5px;
	border-bottom: 1px solid #fff;
}

.contact .c-left .con-4 a {
	color: #fff;
}

.contact .c-left .cont {
	margin: 60px 0 90px 0;
}

.contact .c-left .cont p {
	line-height: 20px;
}

.c-left a {
	color: #fff;
	padding-bottom: 5px;
	border-bottom: 1px solid #fff;
}

.c-right {
	height: 636px;
	padding: 0 !important;
	margin: 0 !important;
	BACKGROUND: #FFF;
}

.c-right a {
	color: #333;
	padding-bottom: 5px;
	border-bottom: 1px solid #333
}

.c-r {
	padding: 60px 0 60px 40px;
}

.c-r div:nth-child(1) {
	font-size: 16px;
	color: #333;
	font-family: 'OswaldBold', sans-serif;
}

.c-r div:nth-child(2) {
	font-size: 37px;
	color: #333;
	margin: 10px 0 80px 0;
	font-family: 'OswaldBold', sans-serif;
}

.c-r div:nth-child(3) {
	color: #333;
}

.c-right .controla {
	height: 50%;
	background-image: url(/assets/image/dqimg.png);
	background-repeat: no-repeat;
	background-size: 100%;
}

.c-right .controlb {
	height: 50%;
	background-image: url(/assets/image/dqim.png);
	background-repeat: no-repeat;
	background-size: 100%;
}

/* 主要产品 */
.product {
	/* background-image: url(/assets/image/main.png); */
	/* background-repeat: no-repeat;
				background-size: 500%;
				background-position-y: 92px; */
	padding-bottom: 50px;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgb(236, 236, 236) 100%);
}

.product .w {
	width: 100%;
	padding: 50px 4%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.product a {
	color: #333;
}

.product .p-top {
	text-align: center;
	padding: 80px 4% 45px 4%;
	border-bottom: 1px solid #dadada;
}

.product .p-top div:nth-child(1) {
	font-size: 38px;
	color: #333;
	font-weight: 700;
	margin-bottom: 25px;
	font-family: 'OswaldBold', sans-serif;
}

.product .p-top div:nth-child(2) {
	font-size: 18px;
	color: #363636;
}

.product .product-item {
	width: 24%;
	background: #fff;
	border-radius: 0px;
	margin-bottom: 24px;
	padding: 10px 10px 20px;
	box-shadow: -0.14px 1.995px 18.4px 1.6px rgb(198 198 198 / 19%);
}

.product .product-item h3 {
	text-align: center;
	margin-bottom: 20px;
	font-family: 'OswaldBold', sans-serif;
	height: 60px;
}

.product .product-item p {
	line-height: 28px;
	height: 112px;
	display: -webkit-box;
	word-break: break-all;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	width: 83%;
	margin: 0 auto;
	color: #363636;
}

.product .product-item .find-more {
	color: #b98e49;
	width: 150px;
	margin: 0 auto;
	font-size: 18px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.icon_p {
	font-size: 24px !important;
}

.product .product-item .p-img {
	text-align: center;
	overflow: hidden;
}

.product .product-item .p-img img {
	width: 100%;
	transition: all 0.5s;
}

.product .product-item .p-img img:hover {
	transition: all 0.5s;
	transform: scale(1.1);
}

/* banner  */
.swiper-slide {
	position: relative;
}

.swiper-slide .mask {
	position: absolute;
	top: 30%;
	right: 4%;
	text-align: right;
}

.swiper-slide .mask div:nth-child(1) {
	font-size: 40px;
	font-weight: bold;
	color: #333;
	text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
	margin-bottom: 15px;
	font-family: 'OswaldBold', sans-serif;
}

.swiper-slide .mask div:nth-child(2) {
	font-size: 20px;
	color: #333;
	font-weight: bold;
	font-family: 'RobotoCondensedLight', sans-serif;
}

/* 手机  (<=768px)*/
@media (max-width: 768px) {

	.c-right {
		margin-bottom: 40px;
	}

	.cont-item {
		margin-bottom: 20px;
	}

	.link .container {
		flex-direction: column;
	}

	.hot_box .hot_pic_box .hot-img {
		width: 60%;
		margin: 0 auto;
	}

	.hot-flag-a a {
		width: 100%;
		display: flex;
	}

	.hot_box .hotlist img {
		height: auto;
	}

	.hot_prod_tit {
		flex-direction: column;
	}

	.hotlist .hot-flag {
		flex-direction: initial;
	}

	.hot_box .hotlist {
		padding: 0;
	}

	.swiper-slide .mask div:nth-child(1) {
		font-size: 16px;
		font-weight: bold;
		color: #333;
		text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
		margin-bottom: 10px;
	}

	.swiper-slide .mask div:nth-child(2) {
		font-size: 15px;
		color: #333;
		font-weight: bold;
		text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
	}

	.swiper-slide .mask {
		position: absolute;
		top: 18%;
		right: 4%;
		text-align: right;
	}

	.c-r div:nth-child(2) {
		font-size: 26px;
		color: #333;
		margin: 10px 0 41px 0;
	}

	.c-r {
		padding: 29px 0 8px 21px;
	}

	.contact .c-left .cont {
		margin: 40px 0 55px 0;
	}

	.contact .c-left {
		color: #fff;
		padding: 65px 14px 40px 4%;
		background-image: url(/assets/image/dq.png);
		background-position: 92% 64px;
		background-repeat: no-repeat;
		background-size: 73%;
	}

	.c-right {
		height: 378px;
		padding: 0 !important;
		margin: 0 !important;
		BACKGROUND: #FFF;
	}

	.product {
		/* background-image: url(/assets/image/main.png); */
		/* background-repeat: no-repeat;
		background-size: 500%;
		background-position-y: 92px; */
		padding-bottom: 50px;
		background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgb(236, 236, 236) 100%);
	}

	.product .p-top {
		text-align: center;
		padding: 40px 4% 45px 4%;
		border-bottom: 1px solid #dadada;
	}

	.product .p-top div:nth-child(1) {
		font-size: 32px;
		color: #333;
		font-weight: 700;
		margin-bottom: 25px;
		font-family: 'OswaldBold', sans-serif;
	}

	.product .p-top div:nth-child(2) {
		font-size: 16px;
		color: #363636;
		line-height: 23px;
	}

	.product .product-item {
		width: 100%;
	}

	.product .product-item p {
		line-height: 23px;
		height: 90px;
		display: -webkit-box;
		word-break: break-all;
		text-overflow: ellipsis;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 4;
		overflow: hidden;
		width: 100%;
		margin: 0 auto;
		color: #363636;
	}

	.application .at-top span:nth-child(1) {
		font-size: 26px;
		font-weight: 700;
		color: #fff;
		font-family: 'OswaldBold', sans-serif;
	}

	.application .container .w a {
		width: 100%;
	}

	.link .container .l-left span:nth-child(1) {
		font-size: 20px;
		font-weight: 700;
	}

	.link .container .l-left span:nth-child(2) {
		font-size: 18px;
		LINE-HEIGHT: 60PX;
	}

	.application .a-box {
		padding: 15px 13px;
		box-shadow: -0.14px 1.995px 18.4px 1.6px rgb(162 100 0 / 19%);
	}
}