.menus_line {
	left: 10px;
}

.top {
	width: 100%;
	height: 418px;
	margin-top: 82px;
	padding-top: 100px;
	box-sizing: border-box;
	position: relative;
}

.top::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: url('../img/product/banner.png');
	background-size: 100%;
	opacity: 0.75;
	z-index: -1;
}

.prod_search {
	width: 740px;
    background: transparent;
    border-radius: 4px;
    position: absolute;
    left: 50%;
    margin-left: -370px;
    /*top: 100px;*/
    overflow: hidden;
    /* margin: 0 auto; */
    /* padding-top: 100px; */
    /* display: flex; */
    /* justify-content: center; */
    position: relative;
}

.prod_search .el-input {
	width: 740px;
	display: inline-block;
}

.prod_search .el-input__inner {
	background-color: rgba(255, 255, 255);
    height: 42px;
    border: none;
    border: 1px solid #D80C18;
}

.search_btn {
    background-color: transparent;
    color: #D80C18;
    font-size: 18px;
    /*float: left;*/
    border: none;
    /* margin-left: 30px; */
    position: absolute;
    right: 0;
}
.prod_search .el-input__inner::placeholder {
    color:  #000;
}
.prod_search .el-input__inner:focus,.prod_search .el-input__inner:hover{
	border: 1px solid #D80C18;
}
.search_btn:focus, .search_btn:hover {
    border: none;
    color: #D80C18;
    background-color: rgba(255, 255, 255, 0.3);
}

.tabs {
	width: 100%;
	height: 249px;
	/* background: #FFFFFF; */
	box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.05);
	position: relative;
	bottom: 249px;
	overflow: hidden;
}

.tabs_box {
	width: 1300px;
	/* height: 120px; */
	position: relative;
	left: 50%;
	margin-left: -650px;
	overflow: hidden;
}

.left_arrow {
	width: 14px;
	height: 28px;
	background: url('../img/product/left.png') no-repeat;
	background-size: 100% 100%;
	margin-top: 48px;
	margin-left: 0;
	cursor: pointer;
	position: absolute;
	left: 0;
}

.left_arrow:hover {
	background: url('../img/product/left_click.png') no-repeat;
}

.tabs_con {
	float: left;
	width: 100%;
	/* height: 120px; */
}

.right_arrow {
	width: 14px;
	height: 28px;
	background: url('../img/product/right.png') no-repeat;
	background-size: 100% 100%;
	margin-top: 48px;
	cursor: pointer;
	position: absolute;
	right: 0;
}

.right_arrow:hover {
	background: url('../img/product/right_click.png') no-repeat;
}

.tabs_con_item {
	float: left;
	width: 20%;
	text-align: center;
	margin-top: 24px;
}

.tabs_con_item img {
	width: 36px;
	height: 36px;
}

.tabs_con_item div {
	margin-top: 15px;
	cursor: pointer;
	margin-left: 43px;
}

.tabs_active {
	border-bottom: 2px solid #D80C18;
	color: #D80C18;
}

.imgBox {
	width: 150px;
	height: 150px;
	background: rgba(255, 255, 255, 0.8);
	box-shadow: 0px 12px 12px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
}

.imgBox img {
	width: 120px;
    height: 120px;
    margin-top: 20px;
}

.tabs_con_item:hover .imgBox {
	box-shadow: 0px 12px 12px rgba(0, 0, 0, 0.3);
}

.tabs_con_item:hover .name_box {
	color: #D80C18 !important;
}

.name_box {
	width: 100%;
	text-align: center;
}

.name_box span {
	padding: 5px;
	font-size: 20px;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
	width: 142px;
	padding-bottom: 12px;
}

.content {
	width: 1500px;
	min-height: 500px;
	position: relative;
	left: 50%;
	margin-left: -750px;
	top: -227px;
}

.table {
	float: left;
	width: 82%;
}

.tableList {
	overflow: hidden;
	min-height: 500px;
	padding-bottom: 20px;
}

.table_item {
	width: 22%;
	height: 300px;
	background: #FFFFFF;
	/* border: 1px solid #DCDCDC; */
	float: left;
	margin-right: 15px;
	margin-top: 30px;
	cursor: pointer;
	text-align: center;
	box-shadow: 0px 0px 6px 0px rgba(49, 78, 134, .2);
	margin-left: 5px;
}

.table_item:hover {
	box-shadow: 0 15px 35px 0 rgba(49, 78, 134, .2);
}

.table_item:nth-child(4n) {
	margin-right: 0;
}

.table_item img {
	width: 150px;
	height: 150px;
	margin-top: 20px;
}

.tableList_title {
	font-size: 20px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #000000;
	margin-top: 19px;
	font-weight: bold;
}

.tableList_ms {
	font-size: 16px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #4C576E;
	margin-top: 10px;
	text-overflow: ellipsis;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	padding: 0 20px;
}

.el-pagination {
	width: 92%;
	margin-top: 32px;
	/* margin-bottom: 97px; */
	text-align: right;
}

.el-pagination.is-background .el-pager li:not(.disabled).active {
	background-color: transparent;
	color: #D80C18;
	border: none;
}

.el-pagination.is-background .el-pager li {
	background: #FFFFFF;
	border-radius: 0px 0px 0px 0px;
	opacity: 1;
	border: 1px solid #DCDCDC;
}

.el-pagination.is-background .btn-prev,
.el-pagination.is-background .btn-next {
	background-color: transparent;
	border: 1px solid #DCDCDC;
}

.hot_box {
	float: left;
	margin-left: -34px;
	margin-top: 30px;
}

.hot_box_item {
	background: url('../img/product/hot_bg.png') no-repeat;
	background-size: 100% 100%;
	width: 300px;
	height: 165px;
	overflow: hidden;
	margin-bottom: 10px;
	cursor: pointer;
	line-height: 165px;
	border-radius: 5px;
}

.hot_box_item:nth-child(n+3) {
	background: url('../img/product/hot_bg2.png') no-repeat;
	background-size: 100% 100%;
}

.hot_box_item_left {
	float: left;
	margin-left: 29px;
	margin-top: 40px;
}

.hot_box_item_left img {
	width: 56px;
	height: 56px;
}

.hot_box_item_right {
	text-align: center;
}

.hot_box_item p {
	font-size: 20px;
	font-family: PingFang SC;
	font-weight: 600;
	color: #fff;
}

.hot_box_item p:nth-child(2) {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.hot_box_item:hover {
	box-shadow: 0 12px 12px 0 rgba(49, 78, 134, .2);
}