.carousel {
	z-index: -1;
}

/* 关于我们 */
.about_us_wrapper {
	background: url(/assets/image/banner1.jpg) no-repeat;
	background-size: 100% 100%;
	padding: 70px 0;
	width: 100%;
	float: left;
}

.about_us_wrapper .about_us_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.about_us_wrapper .about_us_box .lef {
	width: 100%;
}

.about_us_wrapper .about_us_box .lef h1 {
	margin-bottom: 25px;
	font-size: 38px;
	color: #000;
}

.about_us_wrapper .about_us_box .lef h2 {
	margin: 0px;
	font-size: 24px;
	line-height: 39px;
}

.about_us_wrapper .about_us_box .lefa {
	width: 48%;
	margin-top: 15px;
}

.about_us_wrapper .about_us_box .lefa img {
	width: 100%;
}

.about_us_wrapper .about_us_box .rig {
	width: 46%;
	float: right;
}

.about_us_wrapper .about_us_box .rig h2 {
	margin: 12px 0;
	font-size: 24px;
}

.about_us_wrapper .about_us_box .rig p {
	line-height: 27px;
	font-size: 15px;
	color: #333;
	text-indent: 2em;
	text-align: justify;
	margin-bottom: 15px;
	margin-top: 17px;
}


.about_us_wrapper .about_us_box .rig a {
	display: inline-block;
	margin-top: 20px;
	color: #fff;
	background-color: #e10001;
	WIDTH: 34%;
	text-align: center;
	line-height: 50px;
	transition: all .6s;
	font-weight: bold;
}

.about_us_wrapper .about_us_box .rig a:hover {
	display: inline-block;
	margin-top: 20px;
	color: #fff;
	background-color: #e10001;
	WIDTH: 36%;
	text-align: center;
	line-height: 50px;
	transition: all .6s;
	font-weight: bold;
}


/* 我们的产品开始 */
.product_wrapper {
	background-color: #fff;
}

.product_wrapper .product_box {
	width: 100%;
	padding: 90px 80px 70px;
	overflow: hidden;
}

.product_wrapper .product_box .tit {
	margin: 4% 0;
	font-size: 38px;
	font-weight: bold;
	color: #000;
}

.product_wrapper .product_box .tit_tip {
	margin-bottom: 23px;
	color: #000;
}

.product_wrapper .search_box {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-top: -6px;
	float: left;
	width: 100%;
}

.product_wrapper .search_boxa {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 7px;
	float: left;
	width: 100%;
	justify-content: flex-end;
}

.product_wrapper .product_box_l .search_boxa::after {
	content: "";
	background: url(/assets/image/xia-la.png) no-repeat 75% 75%;
	background-size: 24px 22px;
	pointer-events: none;
	position: relative;
	top: -45px;
	right: 6px;
	width: 34px;
	height: 30px;
}

.product_wrapper .search_boxa option {
	line-height: 17px;
}

.product_wrapper .search_boxa select {
	width: 100%;
	height: 47px;
	line-height: 47px;
	padding-left: 10px;
	background-color: #fff;
	border: 1px solid #ccc;
	outline: none;
	margin-bottom: 5px;
}

.product_wrapper .search_boxa select {
	appearance: none;
	color: #666;
}

.product_wrapper .search_box>div {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.product_wrapper .search_box>div:nth-child(1) {
	width: 100%;
}

.product_wrapper .search_box>div:nth-child(2) {
	width: 100%;
}

.product_wrapper .search_box input {
	height: 50px;
	line-height: 50px;
	border: 1px solid #ccc;
	padding-left: 10px;
	outline: none;
}

.product_wrapper .search_box>div:nth-child(1) input {
	width: 100%;
}

.product_wrapper .search_box>div:nth-child(2) input {
	width: 31%;
	/* margin-right: 15px; */
	margin: 7% 0px;
}

.product_wrapper .search_box .search_btn {
	width: 100%;
	height: 50px;
	line-height: 50px;
	background-color: #e10001;
	text-align: center;
	color: #fff;
}


.product_box_l {
	width: 29%;
	float: left;
}

.product_box_l a {
	display: inline-block;
	margin-top: 10px;
	width: 100%;
	color: #e10001;
	line-height: 52px;
	transition: all .6s;
	font-weight: bold;
}

.product_box_r {
	width: 66%;
	float: right;
}

.product_box_r ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.product_box_r ul li {
	width: 49%;
	margin-bottom: 15px;
	background: #eeeeee;
	padding: 10px 0px;
}

.product_box_r ul li img {
	width: 88%;
	padding: 0 20px;
	margin: auto 6%;
}

.product_box_r ul li h3 {
	float: left;
	width: 100%;
	margin: 0;
}

.product_box_r ul li h3 a {
	color: #e10001;
	float: left;
	width: 100%;
	margin: 10px 0px;
	text-indent: 0.7em;
	font-size: 18px;
	font-weight: bold;
	transition: all .6s;
}

.product_box_r ul li h3 a:hover {
	color: #e10001;
	float: left;
	width: 100%;
	margin: 10px 0px;
	font-size: 18px;
	text-indent: 1.7em;
	font-weight: bold;
	transition: all .6s;
}


/* 我们的产品结束 */

/* 企业站行业应用开始 */
.industry_solutions {
	padding: 70px 0;
	text-align: center;
	width: 100%;
	float: left;
}

.industry_solutions .tit {
	margin-bottom: 25px;
	font-size: 38px;
	color: #000;
}

.industry_solutions .tit_tip {
	margin-bottom: 35px;
	color: #000;
}

.industry_solutions>ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.industry_solutions>ul li {
	position: relative;
	width: 20%;
	background: #000;
}

.industry_solutions>ul li img {
	height: 340px;
	opacity: 0.5;
	width: 100%;
}

.industry_solutions>ul li span {
	position: absolute;
	bottom: -64px;
	left: 0;
	color: #fff;
	font-size: 25px;
	width: 100%;
	text-align: center;
	transition: all .6s;
	line-height: 300px;
	font-weight: bold;
}

.industry_solutions>ul li span:hover {
	position: absolute;
	bottom: 15px;
	left: 0;
	color: #e10001;
	font-size: 26px;
	width: 100%;
	text-align: center;
	transition: all .6s;
	line-height: 300px;
	font-weight: bold;
}

/* 企业站行业应用结束 */


/* 企业站企业新闻开始 */
.company_news {
	padding: 0px 0 50px;
	float: left;
	width: 100%;
}

.company_news .news_box {
	width: 100%;
	margin: 0 auto;
	padding: 0 80px;
}

.company_news .news_box .lef {
	width: 100%;
	margin: 0px 0px 35px;
}

.company_news .news_box .lef .tit {
	margin-bottom: 20px;
	font-size: 38px;
	text-align: center;
}

.company_news .news_box .lef .tit_tip {
	margin: 10px 0;
	text-align: center;
}

.company_news .news_box .rig {
	width: 100%;
}

.company_news .news_box .rig ul {
	display: flex;
	justify-content: space-between;
}

.company_news .news_box .rig ul img {
	width: 100%;
	height: 280px;
}

.company_news .news_box .rig ul li {
	width: 32%;
}

.company_news .news_box .rig ul li .tit_line,
.company_news .news_box .rig ul li .detail_line {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.company_news .news_box .rig ul li span {
	width: 100%;
	font-size: 14px;
	color: #666;
	line-height: 40px;
	margin-top: 10px;
}

.company_news .news_box .rig ul li .tit_line h2 {
	font-size: 20px;
	line-height: 28px;
	width: 100%;
	margin: 0;
	font-weight: bold;
	margin: 18px 0px;
	height: 63px;
}

.company_news .news_box .rig ul li .tit_line h2 a {
	color: #000;
}

.company_news .news_box .rig ul li .detail_line p {
	width: 100%;
}

.company_news .news_box .rig ul li .detail_line p a {
	margin: 15px 0px;
	line-height: 28px;
	width: 100%;
	color: #333;
}

.company_news .news_box .rig ul li .detail_line .more {
	display: inline-block;
	background-color: #e10001;
	text-align: center;
	color: #ffffff;
	width: 135px;
	line-height: 33px;
	height: 35px;
	margin-top: 15px;
}

/* 企业站企业新闻结束 */
/* 商城品牌开始 */
.fltree {
	opacity: 1 !important;
	visibility: visible !important;
}

.s-fltree {
	display: none !important;
}

.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: #e10001;
}

.but_d {
	float: right;
	background: transparent;
	border: none;
	outline: none;
}

.but_d a span {
	font-size: 22px;
	color: #e10001;
	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: #e10001;
	border: none;
	color: #fff;
	font-size: 16px;
	outline: none;
	border-radius: 5px;
}

.index-input-group input {
	border: 1px solid #c8c8c8;
	outline: none;
}

/* 搜索框结束 */


.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: #e10001;
}

.prodcut_bnt {
	padding-left: 25px;
	margin: 20px 0 30px;
}

.prodcut_bnt a {
	text-align: center;
	margin: 0;
	padding: 14px 30px;
	border-radius: 3px;
	transition: all 1s ease;
	display: inline-block;
	border: 1px solid #e10001;
	color: #e10001;
}

.product_box .product-single:hover .prodcut_bnt a {
	background: #e10001;
	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: bold;
	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: #e10001;
	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: #e10001;
	color: #fff;
}

.new_icon {
	color: #e10001;
	font-size: 30px;
	border: none;
	float: none;
	display: table;
	transition: all 400ms linear 0s;
}

.hy_new_time {
	color: #a3a3a3 !important;
}

/* 企业站行业新闻轴承知识结束 */

/* 手机  (<=768px)*/
@media (max-width: 980px) {
	.product_wrapper .product_box {
		width: 100%;
		padding: 50px 8px 50px;
		overflow: hidden;
	}

	.product_box_l {
		width: 100%;
		float: left;
	}
	
	.product_box_l img {
	    WIDTH: 230px;
	}

	.product_box_r {
		width: 100%;
		float: right;
	}

	.product_box_r ul li {
		width: 100%;
		margin-bottom: 10px;
		background: #eeeeee;
	}

	.product_box_r ul li img {
		width: 88%;
	}

	.about_us_wrapper {
		background: url(/assets/image/banner1.jpg) no-repeat;
		background-size: 100% 100%;
		padding: 50px 0;
		width: 100%;
		float: left;
	}

	.about_us_wrapper .about_us_box .lef h2 {
		margin: 0px;
		font-size: 20px;
		line-height: 28px;
	}

	.about_us_wrapper .about_us_box .lefa {
		width: 100%;
		margin-top: 15px;
	}

	.about_us_wrapper .about_us_box .rig {
		width: 100%;
		float: right;
	}

	.about_us_wrapper .about_us_box .rig p {
		line-height: 25px;
		font-size: 15px;
		color: #333;
		text-indent: 2em;
		text-align: justify;
		margin-bottom: 9px;
		margin-top: 9px;
	}

	.industry_solutions {
		padding: 50px 0;
		text-align: center;
		width: 100%;
		float: left;
	}

	.industry_solutions>ul {
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-wrap: wrap;
		padding: 0 8px;
	}

	.industry_solutions>ul li {
		position: relative;
		width: 100%;
		background: #000;
	}

	.company_news .news_box {
		width: 100%;
		margin: 0 auto;
		padding: 0 8px;
	}

	.company_news .news_box .rig ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.company_news .news_box .rig ul li {
		width: 100%;
		margin-bottom: 20px;
	}

	.company_news {
		padding: 0px;
		float: left;
		width: 100%;
	}
}
