.carousel {
	z-index: -1;
}

/* 样本产品开始 */
.product-item {
	padding: 0px;
}

.pi-wrap {
	display: flex;
	flex-direction: column;
}


.pi-wrap .pi-img {
	text-align: center;
}

.pi-wrap .pi-img img {
	/* 	width: 100%;
	height: 100%; */
}

.pi-wrap .pi-txt {
	font-size: 24px;
	color: #333;
	font-weight: bold;
	text-align: center;
	/* padding: 15px; */
	line-height: 33px;
}

.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 {
	color: rgb(231, 0, 18);
	font-weight: bold;
	margin-top: 3px;
	display: block;
}

.pi-right img {
	width: 100%;
}

/* 样本产品结束 */

/* 商城品牌开始 */
.fltree {
	opacity: 1 !important;
	visibility: visible !important;
}

.s-fltree {
	display: none !important;
}

.brand_box {
	padding: 60px 0;
}

.brand_box ul {
	width: 100%;
	overflow: hidden;
	padding: 20px 0;
}

.brand_box ul li a img {
	width: 85%;
	margin: auto;
	display: block;
}

/* 商城品牌结束 */
/* 商城推荐产品开始 */
.hot_box {
	width: 100%;
	overflow: hidden;
	padding-bottom: 60px;
}

.hot_box h3 {
	font-size: 24px;
	font-weight: bold;
	padding: 35px 0;
}

.hotlist {
	/* width: 20%; */
}

.hot_box .hotlist_box {
	width: 100%;
	overflow: hidden;
	box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
	padding: 20px 10px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.hot_box .hotlist {
	margin-bottom: 15px;
	padding: 0 20px;
}

.hot_box .hotlist img {
	width: 70%;
	height: 170.9px;
}


.hot_pic_box {
	border: 1px solid #f2f2f2;
	text-align: center;
}

.hot_prod_tit {
	font-weight: bold;
	line-height: 42px;
	display: flex;
	justify-content: space-between;
	color: #333;
	white-space: nowrap;
}

.hot_prod_tit span:nth-child(1) {
	width: 50%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.hot_prod_tit span:nth-child(2) {
	width: 30%;
	text-align: right;
}

.hot_prod_xh {
	color: #666;
}

.btom_btn {
	position: relative;
	top: 10px;
}

.login_jg {
	color: #ff0000;
}

.but_d {
	float: right;
	background: transparent;
	border: none;
	outline: none;
}

.but_d a span {
	font-size: 22px;
	color: #ff0000;
	position: relative;
	top: -2px;
}

/* 商城推挤产品结束 */
/* 企业站产品中心开始 */
/* 搜素框开始 */
.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;
	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 {
	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-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;
	;
}

/* 企业站产品中心结束 */
/*企业站行业新闻轴承知识开始 */
.hy_new_tit {
	font-size: 24px;
	font-weight: bold;
	padding: 35px 0 20px;
}

.hy_box_item {
	margin-bottom: 30px;
	transition: all 400ms linear 0s;
	width: 100%;
	overflow: hidden;
}

.hy_image {
	width: 40%;
	float: left;
}

.hy_new_text {
	width: 60%;
	float: right;
}

.hy_box_item img {
	float: left;
	width: 100%;
	height: 152.41px;
}

.hy_box_item:hover {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.hy_new_text {
	background-color: #F8F8F8;
	padding: 13px 18px;
	height: 152.41px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.hy_new_text a h4 {
	font-size: 16px;
	font-weight: 600;
	color: #242424;
	text-transform: capitalize;
	padding-bottom: 8px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-bottom: 0;
}

.hy_new_text p {
	color: #414141;
	line-height: 24px;
	margin-bottom: 11px;
	display: -webkit-box;
	word-break: break-all;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin: 0;
}

.theme-btn {
	color: #FFF;
	background-color: #00449a;
	border-radius: 40px;
	border: none;
	margin: auto;
	float: none;
	display: table;
	padding: 12px 25px;
	transition: all 400ms linear 0s;
}

.hy_box_item:hover .theme-btn {
	background-color: #1d81ff;
	color: #fff;
}

.new_icon {
	color: #00449a;
	font-size: 30px;
	border: none;
	float: none;
	display: table;
	transition: all 400ms linear 0s;
}

.hy_new_time {
	color: #a3a3a3 !important;
}

/* 企业站行业新闻轴承知识结束 */
/* 企业站企业新闻开始 */
.new_box {
	width: 100%;
	overflow: hidden;
	margin: 60px 0px;
}

.new_tit {
	font-size: 24px;
	font-weight: bold;
	padding: 35px 0 20px;
	text-align: center;
}


.new_box ul li .new-wrap div:nth-child(1) img {
	width: 100%;
	height: 310px;
}

.new_box ul li .new-wrap div:nth-child(2) {
	display: flex;
	align-items: center;
	justify-content: center;
}

.new_box ul li .new-wrap div:nth-child(2) a {
	color: #333;
	font-size: 18px;
	font-weight: 700;
	margin: 14px 14px 5px;
	display: inline-block;
	border-bottom: 1px solid #e4e4e4;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	/* padding-bottom: 12px; */
	width: 100%;
	line-height: 43px;
	transition: all 0.5s;
}

.new_box ul li .new-wrap div:nth-child(2) a:hover {
	color: #f60;
	transition: all 0.5s;
}

.new_box ul li .new-wrap div:nth-child(3) {
	padding: 10px 15px;
	display: inline-block;
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	line-height: 24px;
	height: 112px;
}

.new-find {
	width: 100%;
	margin: 0 auto;
	margin-top: 60px;
	text-align: center;
	float: left;
}

.new-find a {
	color: #fff;
	background: #f60;
	line-height: 50px;
	padding: 1% 7%;
	border-radius: 10px;
}

.new-find a:hover {
	color: #fff;
	background: #f60;
	line-height: 50px;
	padding: 1% 7%;
	border-radius: 10px;
}

.new_box ul li .new-wrap div:nth-child(5) a {
	color: #d8d8d8;
	border: 1px solid #d8d8d8;
	margin-left: 16px;
	display: inline-block;
	margin-bottom: 27px;
	transition: all 0.5s;
	width: 60px;
	text-align: center;
	line-height: 40px;
	font-size: 20px;
}

.new_box ul li .new-wrap div:nth-child(5) a:hover {
	color: #f60;
	border: 1px solid #f60;
	margin-left: 16px;
	display: inline-block;
	margin-bottom: 27px;
	transition: all 0.5s;
	width: 90px;
	text-align: center;
	line-height: 40px;
	font-size: 20px;
}

.new_box ul li .new-wrap {
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 0px 10.63px 4.37px rgb(0 0 0 / 7%);
}

.date {
	position: relative;
	color: #bbbbbb;
	font-size: 14px;
	line-height: 16px;
	padding-left: 16px;
	padding-bottom: 13px;
	font-weight: bold;
}

.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: #f60;
}

.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;
	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;
}

/* 企业站行业应用开始 */
.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 {
	text-align: center;
	height: 30px;
	line-height: 30px;
}

/* 企业站行业应用结束 */
.swiper-slide {
	position: relative;
}

.swiper-slide .mask {
	text-align: center;
}

.swiper-slide .mask div:nth-child(1) {
	font-size: 78px;
	color: #fff;
	font-weight: 700;
	background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(rgb(255 255 255)), to(rgb(255 102 0)));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.swiper-slide .mask div:nth-child(2) {
	font-size: 38px;
	color: #fff;
	font-weight: 700;
	margin-top: 17px;
}

.swiper-slide .mask div:nth-child(3) {
	font-size: 28px;
	color: #fff;
	border-radius: 40px;
	background-color: #f60;
	width: 24%;
	padding: 5px 0;
	margin: 0 auto;
	margin-top: 27px;
}

.swiper-slide .mask {
	position: absolute;
	top: 52%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 30px 10px !important;
	background-color: #fff !important;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active {
	background-color: #f60 !important;
}

.swiper-pagination-bullet {
	width: 100px !important;
	height: 3px !important;
	border-radius: 0px !important;
}

/* 关于我们 */
.gn-about {
	display: flex;
}

.gn-about .gna-left {
	/* width: 54%; */
	background: #f60;
	color: #fff;
	padding: 65px 30px 40px 4%;
}

.gn-about .gna-left .en {
	font-size: 46px;
	color: #fff;
	font-weight: 700;
	font-family: "arial black";
}

.gn-about .gna-left .cn {
	font-size: 30px;
	font-weight: bold;
}

.gn-about .gna-left .hr {
	width: 80px;
	height: 2px;
	background-color: #fff;
	margin-top: 10px;
}

.gn-about .gna-left .cont {
	padding: 30px 0;
}

.gn-about .gna-left .cont p {
	text-indent: 2em;
	line-height: 30px;
	text-align: justify;
}


.gna-left .find {
	color: #fff;
}

.gna-right {
	padding: 0px !important;
	background-color: #edefeb;
	background-image: url(../image/about.jpg);
}

.gn-about .gna-right img {
	width: 100%;
	/* height: 100%; */
}

/* 主要产品 */
.gn-link {
	background-color: #f60;
	color: #fff;
}

.gn-link .container {}

.gn-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 40px 0;
}

.gn-link .container .gl-left div:nth-child(1) {
	font-size: 54px;
	font-weight: 700;
	font-family: "arial black";
}

.gn-link .container .gl-left div:nth-child(2) {
	margin-top: 10px;
}

.gn-link .container .gl-right {
	background-color: #fff;
	color: #f60;
	padding: 15px 40px;
	border-radius: 10px;
	display: inline-block;
}

.main-title {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-bottom: 3%;
}

.main-title .mt-en {
	font-size: 46px;
	color: #f60;
	font-weight: 700;
	font-family: "arial black";
}

.main-title .mt-cn {
	font-size: 30px;
	color: #333;
	font-weight: 700;
	/* margin-top: 10px; */
}

.main-title .hr {
	width: 60px;
	height: 3px;
	background-color: #f60;
	margin-top: 5px;
}

.application {

	background-image: url(../image/background.png);
	padding: 80px 0;
	min-height: 800px;
}

.application .app-wrap {
	position: relative;
	/* min-height: 700px; */
}

.application .app-wrap .suspension {

	color: #fff;
}

.application .app-wrap .suspension .s-en {
	font-size: 46px;
	font-weight: 700;
	font-family: "arial black";
}

.application .app-wrap .suspension .s-cn {
	font-size: 30px;
	font-weight: 700;
}

.application .app-wrap .suspension .hr {
	width: 65px;
	height: 3px;
	background-color: #fff;
	margin-top: 12px;
}

.application .app-wrap .suspension .cont {
	margin: 40px 0 60px 0;
	float: left;
	width: 100%;
}

.application .app-wrap .suspension .cont p {
	text-indent: 2em;
	line-height: 30px;
	width: 54%;
}

.application .app-wrap .suspension div a {
	background-color: #f60;
	color: #fff;
	width: 260px;
	padding: 15px 0px;
	margin: 0 auto;
	border-radius: 10px;
	text-align: center;
	display: inline-block;
	cursor: pointer;
	float: left;
}

.suspension-right {
	position: absolute;
	right: 0;
	top: 0;
	width: 70%;
}

.suspension-right .sr-item {
	display: flex;
	justify-content: flex-end;
}

.suspension-right .sr-item a {
	float: left;
	width: 100%;
	text-align: center;
	color: #fff;
}

.suspension-right .sr-item div {
	width: 25%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #fff;
	padding: 28px 0;
	border: 1px solid #a1a1a1;
	border-left: 0;
	border-top: 0;
	transition: all .5s;
}

.suspension-right .sr-item div:hover {
	background-color: #f60;
	transition: all .5s;
}

.suspension-right .sr-item div img {
	/* width: 70px; */
	height: 60px;
}

.suspension-right .sr-item div span {
	margin-top: 10px;
	width: 100%;
	text-align: center;
	float: left;
}

.suspension-right .sr-item div:nth-child(1) {
	border-left: 1px solid #a1a1a1 !important;
	border-top: 1px solid #a1a1a1 !important;
}

/* 手机  (<=768px)*/
@media (max-width: 768px) {
	.gn-link .container .gl-left div:nth-child(1) {
		font-size: 50px;
	}

	.gn-link .container .gl-right {
		margin-top: 30px;
	}


	.swiper-slide .mask {
		position: absolute;
		top: 40%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 100%;
	}

	.swiper-slide .mask div:nth-child(1) {
		font-size: 24px;
		color: #fff;
		font-weight: 700;
	}

	.swiper-slide .mask div:nth-child(2) {
		font-size: 18px;
		color: #fff;
		font-weight: 700;
		margin-top: 5px;
	}

	.swiper-slide .mask div:nth-child(3) {
		font-size: 16px;
		color: #fff;
		border-radius: 40px;
		background-color: #f60;
		width: 56%;
		padding: 4px 0;
		margin: 0 auto;
		margin-top: 11px;
	}

	.swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 3px 10px !important;
		background-color: #fff !important;
	}

	.swiper-pagination-bullet {
		width: 70px !important;
		height: 3px !important;
		border-radius: 0px !important;
	}

	.gn-about {
		flex-direction: column;
	}

	.gn-about .gna-left {
		width: 100%;
		background: #f60;
		color: #fff;
		padding: 40px 8px 40px 8px;
	}

	.gn-about .gna-left .en {
		font-size: 38px;
	}

	.main-title .mt-en {
		font-size: 34px;
		color: #f60;
		font-weight: 700;
	}
	.pi-wrap .pi-txt {
	    font-size: 20px;
	    color: #333;
	    font-weight: bold;
	    text-align: center;
	    line-height: 18px;
	}

	.product-item {
		padding: 0px !important;
		animation-duration: 4s;
	}

	.gn-about .gna-right {
		width: 100%;
		height: 450px;
		padding: 0px !important;
		background-color: #edefeb;
		background-image: url(../image/about2.jpg);
	}

	.hot_box .hot_pic_box .hot-img {
		width: 66%;
		margin: 0 auto;
	}

	.new-find {
		width: 60% !important;
	}

	.new-find {
		background-color: #f60;
		color: #fff;
		width: 20%;
		padding: 10px 0px;
		margin: 0 auto;
		margin-top: 30px;
		border-radius: 6px;
		text-align: center;
		display: inline-block;
		margin-left: 50%;
		transform: translateX(-50%);
		cursor: pointer;
	}

	.new_box ul li {
		margin-bottom: 20px;
		padding: 0px;
	}

	.gn-wrap {
		flex-direction: column;
	}

	.suspension-right {
		position: absolute;
		right: 0;
		top: 400px;
		width: 100%;
	}

	.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;
	}


	.hy_box_item .hy_image {
		display: none;
	}

	.hy_new_text {
		width: 100%;
	}

	.application .app-wrap .suspension .cont p {
		text-indent: 2em;
		line-height: 27px;
		width: 100%;
	}

	.application .app-wrap .suspension .cont {
		margin: 40px 0 30px 0;
	}

	.application .app-wrap .suspension div a {
		background-color: #f60;
		color: #fff;
		width: 200px;
		padding: 11px 0px;
		margin: 0 auto;
		border-radius: 10px;
		text-align: center;
		display: inline-block;
		cursor: pointer;
	}

	.application {
		background-image: url(../image/background.png);
		padding: 50px 0;
		min-height: 900px;
	}

	.suspension-right .sr-item div img {
		width: 50px;
		height: 45px;
	}

	.suspension-right .sr-item div {
		width: 25%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		color: #fff;
		padding: 11px 0;
		border: 1px solid #a1a1a1;
		border-left: 0;
		border-top: 0;
	}

	.new_box ul li .new-wrap div:nth-child(1) img {
		width: 100%;
		height: 259px;
	}
}
