@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% / 2);
	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;
}
.body{
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: contain;
}
.banner_content {
	width: 100%;
	position: relative;
}

.banner_content_line {
	height: 6px;
	background: #fff;
	width: 44px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.banner_content_1 {
	font-size: 37px;
	line-height: 37px;
}

.banner_content_2 {
	font-size: 25px;
	line-height: 25px;
}
.banner_content {
	width: 100%;
	position: relative;
}

.banner_content_line {
	height: 6px;
	background: #8dc0ac;
	width: 44px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.banner_content_1 {
	font-size: 37px;
	line-height: 37px;
}

.banner_content_2 {
	font-size: 25px;
	line-height: 25px;
}
.news_list{
	width:100%;
	padding-top: 90px;
}
.news_list{
	width: 67.7%;
	margin: auto;
}
.news_1{
	width: 25.77%;
	float: left;
}
.news_2{
	width: 74.23%;
	float: left;
}
.news_item{
	height: 250px;
	display: block;
	background: #fff;
	box-shadow: 0px 2px 3.76px 0.24px rgba(213, 213, 213, 0.6);
	margin-bottom: 30px;
	position: relative;
	z-index: 99;
}
.news_item:hover{
	color:#404040;
}
.news_item:hover{
	box-shadow: 0px 2px 14.24px 1.76px rgba(213, 213, 213, 0.6);
}
.news_item_img{
	width: 39%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	float: left;
	display: block;
	cursor: pointer;
}
.news_item_label{
	width: 76px;
	line-height: 28px;
	height: 28px;
	text-align: center;
	color:#fff;
	background: #4b4748;
	font-size: 13px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
}
.news_3{
	margin-left: 8%;
	width: 48%;
	float: left;
	height: 100%;
}
.news_3 > div{
	width: 100%;
}
.news_4 .txt{
	color:#9c9c9c;
}
.news_5{
	font-size: 25px;
	padding-top: 20px;
	padding-bottom: 5px;
}
.news_6{
	font-size: 16px;
	line-height: 20px;
	height: 40px;
	margin-bottom: 30px;
}
.news_item .news_7{
	width: 93px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	color:#cdcdcd;
	border:1px solid #cdcdcd;
	font-size: 14px;
}
.news_item .triangle_icon{
	display: block;
	margin-left: 5px;
}
.news_item .triangle_icon2{
	display: none;
	margin-left: 5px;
}
.news_item:hover .triangle_icon{
	display: none;
}
.news_item:hover .triangle_icon2{
	display: block;
}
.news_item:hover .news_7{
	color:#fff;
	background: #8dc0ac;
	border:1px solid #8dc0ac;
}
/*翻页*/
.page-link{
    background:transparent;
    background: #fff;
    margin-right: 10px;
    padding: 0;
    border:none;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    color:#cdcdcd;
}
.page-link:focus{
	outline: none;
	box-shadow: initial;
	border:none;
}
.page-link:hover{
	background: #acacac;
	color: #fff;
}
.page-link.prev,.page-link.next{
  background:transparent;
  border-radius: 0 !important;
  cursor: pointer;
  width: auto;
  background: #ffffff;
  display: block;
}
.page-link.prev .arrow_left2{
	display: block;
}
.page-link.prev .arrow_left{
	display: none;
}
.page-link.prev:hover{
	background: #8dc0ac;
}
.page-link.prev:hover .arrow_left2{
	display: none;
}
.page-link.prev:hover .arrow_left{
	display: block;
}
.page-link.prev{
	margin-right: 15px;
}
.page-link.next:hover{
	background: #8dc0ac;
}
.page-link.next .arrow_right2{
	display: block;
}
.page-link.next .arrow_right{
	display: none;
}
.page-link.next:hover .arrow_right2{
	display: none;
}
.page-link.next:hover .arrow_right{
	display: block;
}
.page-link.next{
  color:#008363;
  margin-left: 15px;
}
.page-item:first-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-right: 0;
}
.page-item.active .page-link{
    background-color: #acacac;
    border-color: #acacac;
    color:#fff;
}
.pages_con{
  padding-top: 0;
  padding-bottom: 70px;
  width: 67.7%;
  margin: auto;
  overflow: hidden;
}
.page_box span{
	position: relative;
	top:-4px;
}
.pagination{
	width: 74.23%;
	float: right;
}

/*响应式适配*/
@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%;
	}
	.news_list{
		width: auto;
		padding-top: 30px;
		overflow: hidden;
		margin: 0 10px;
	}
	.news_1{
		width: 100%;
	}
	.news_2{
		width: 100%;
		margin-top: 30px;
	}
	.banner_content_2_1{
		text-align: center;
	}
	.banner_content_line_1{
		width: 100px;
		height: 2px;
		margin:5px auto;
		text-align: center;
	}
	.banner_content_1_1{
		font-size: 17px;
		line-height: 17px;
		text-align: center;
	}
	.news_item {
	    height: auto;
	    margin-bottom: 45px;
	}
	.news_item_img{
		height: 238px;
		width: 100%;
	}
	.news_3 {
	    margin-left: 0%;
	    width: 100%;
	}
	.news_4{
		padding-top: 13px;
		font-size: 12px;
	}
	.news_5 {
    	font-size: 20px;
    	line-height: 20px;
    	padding-top: 10px;
    	padding-bottom: 10px;
	}
	.news_6 {
	    font-size: 13px;
	    line-height: 18px;
	    height: auto;
		-webkit-line-clamp: 20;
	}
	.pagination{
		width: 100%;
		margin-top: 20px;
	}
	.pages_con{
		width: auto;
		margin: 0 10px;
	}
	.news_item_label{
		font-size: 12px;
	}
}
@media screen and (max-width: 768px) {}
@media screen and (max-width: 414px) {}