@charset "utf-8";
html,
body {
	background: #ffffff;
}
.scroll-con {
	position: relative;
}

.scroll-con>img {
	width: 100%;
}

.menu_item {
	font-size: 20px;
	background: #edf0f2;
}

.menu_item_con {
	width: 67.7%;
	margin: auto;
	height: 80px;
}

.menu_item_nav {
	height: 100%;
	width: calc(100% / 6);
	float: left;
	text-align: center;
	line-height: 80px;
	position: relative;
}

.menu_item_nav .menu_item_line {
	height: 2px;
	background: #edf0f2;
	width: 100%;
	-webkit-transform: scale(0);
	transform: scale(0);
	transition: 0.5s all;
	position: absolute;
	left: 0;
	bottom: 0;
}

.menu_item_nav:hover .menu_item_line {
	background: #8dc0ac;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.menu_item_nav.active .menu_item_line {
	background: #8dc0ac;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.menu_item_nav:hover a {
	color: #404040;
}

.product_item_con {
	width: 100%;
	overflow: hidden;
}

.product_item {
	width: 67.7%;
	margin: auto;
	margin-top: 60px;
}

.product_item_nav {
	width: calc((100% - 40px) / 3);
	margin-right: 20px;
	height: 524px;
	margin-bottom: 20px;
	position: relative;
	z-index: 9;
	box-shadow: 0px 2px 3.76px 0.24px rgba(213, 213, 213, 0.6);
	float: left;
}

.product_item_nav:hover {
	box-shadow: 0px 2px 14.24px 1.76px rgba(213, 213, 213, 0.6);
}

.product_item_nav:hover {
	color: #404040;
}

.product_item_nav:nth-child(3n) {
	margin-right: 0;
}

.product_item_img {
	height: 464px;
	width: 100%;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.product_item_inner {
	padding: 20px 30px 0 30px;
	line-height: 19px;
	font-size: 16px;
	height: 60px;
	overflow-y: auto;
}

.product_item_inner::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 10px;
	/*高宽分别对应横竖滚动条的尺寸*/
	height: 1px;
}

.product_item_inner::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: #535353;
}

.product_item_inner::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	background: #EDEDED;
}

.product_item_btn {
	box-shadow: 0px 2px 3.76px 0.24px rgba(213, 213, 213, 0.6);
	width: 103px;
	height: 30px;
	font-size: 15px;
	margin: 0 auto;
	margin-bottom: 60px;
	margin-top: 30px;
}

.product_item_btn img {
	margin-right: 5px;
}

.product_item_btn:hover {
	color: #404040;
}


/*响应式适配*/

@media screen and (max-width: 1861px) {}

@media screen and (max-width: 1681px) {
	.menu_item_con,
	.product_item {
		width: 80%;
	}
}

@media screen and (max-width: 1335px) {
	.menu_item_con,
	.product_item {
		width: 90%;
	}
}

@media screen and (max-width: 1200px) {
	.menu_item_con,
	.product_item {
		width: 90%;
	}
}

@media screen and (max-width: 1100px) {
	.menu_item_con,
	.product_item {
		width: 95%;
	}
}

@media screen and (max-width: 1000px) {
	.menu_item_con{
		white-space: nowrap;
		overflow-x: auto;
		overflow-y: hidden;
		height: 40px;
	}
	.menu_item_nav {
	    width: 93px;
	    float: initial;
	    display: inline-block;
	    line-height: 40px;
	    font-size: 12px;
	}
	.menu_item_con::-webkit-scrollbar {
		/*滚动条整体样式*/
		width: 100%;
		/*高宽分别对应横竖滚动条的尺寸*/
		height: 5px;
	}
	.menu_item_con::-webkit-scrollbar-thumb {
		/*滚动条里面小方块*/
		border-radius: 20px;
		-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
		background: #535353;
	}
	.menu_item_con::-webkit-scrollbar-track {
		/*滚动条里面轨道*/
		-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
		border-radius: 20px;
		background: #EDEDED;
	}
	.menu_item_con, .product_item {
    	width: 82.4%;
	}
	.product_item_nav {
	    width: 100%;
	    margin-right: 0;
	    height: auto;
	    margin-bottom: 10px;
	    float: initial;
	    display: block;
	}
	.product_item {
   		margin-top: 30px;
	}
	.product_item_img{
		height: 167px;
	}
	.product_item_inner{
		padding-bottom: 20px;
		height: auto;
	}
}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 414px) {}