/* 新闻中心 */
.news_trick {
	width: 83%;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	border-radius: 30px;
	overflow: hidden;
	box-shadow: 0px 10px 21.84px 2.16px rgba(0, 0, 0, 0.06);
	margin-top: 50px;
	position: relative;
}

.trick_l {
	padding: 62px 110px;
}

.trick_time {
	font-size: 18px;
}

.trick_title {
	font-size: 24px;
	line-height: 1.75;
	color: #3DB2BD;
	margin: 15px 0;

	overflow: hidden;
	-webkit-line-clamp: 3;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.trick_desc {
	font-size: 14px;
	line-height: 1.75;
	overflow: hidden;
	-webkit-line-clamp: 3;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.trick_more a {
	line-height: 1.75;
	font-size: 16px;
	color: #3DB2BD;
	padding-top: 20px;
	display: block;
}

.trick_more a:hover {
	color: #3DB2BD;
}

.trick_r {
	height: 380px;
}

.trick_r img {
	width: 100%;
	height: 100%;
	border-radius: 30px;
}

.news_search {
	width: 83%;
	margin: 0 auto;
	padding: 100px 0;
	display: flex;
}

.search_bar {
	width: 347px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 19px 28px 0px rgba(226, 208, 207, 0.24);
	border-radius: 100px;
	overflow: hidden;
	position: relative;
	margin-right: 40px;
}

.search_bar input {
	width: 100%;
	height: 50px;
	padding-left: 75px;
	padding-right: 20px;
	font-size: 16px;
}

.search_bar img {
	width: 20px;
	position: absolute;
	top: 50%;
	left: 30px;
	transform: translateY(-50%);
	cursor: pointer;
}

.search_btn {
	width: 137px;
	font-size: 18px;
	background-color: #3DB2BD;
	box-shadow: 0px 6px 9px 0px rgba(226, 208, 207, 0.18);
	border-radius: 100px;
	font-family: "MontserratRegular";
	color: #fff;
	line-height: 50px;
	cursor: pointer;
	text-align: center;
}

.list_item {
	padding: 45px 30px 20px;
	border-top: 1px solid rgb(230, 230, 230);

}

.list_item:hover {
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 6px 5.94px 0.06px rgba(0, 0, 0, 0.05);
	border-top: 1px solid transparent;
}

.list_item:hover img {
	transform: scale(1.05);
}

.list_img {
	width: 100%;
	position: relative;
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 17px;
	margin-top: 7px;
}

.list_img img {
	width: 100%;
	height: 100%;
	transition: all .36s;
}

.list_daec {
	line-height: 1.75;
	font-size: 20px;
	color: #333;
	margin-bottom: 30px;

	overflow: hidden;
	-webkit-line-clamp: 3;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.list_line {
	display: flex;
	justify-content: space-between;
	font-size: 16px;
}

.list_date span {
	font-size: 20px;
	font-weight: bold;
	color: #333;
}

.list_date {
	letter-spacing: 2px;

}

.news_list {
	width: 88%;
	margin: 0 auto;
	/*  display: grid; */
	grid-template-columns: repeat(3, 1fr);
	gap: 70px;
	padding-bottom: 20px;
}

.list_more a {
	color: #929292;
}

.list_more a:hover {
	color: #929292;
}

/* 新增样式 */
.text-li {
	padding: 20px 0;
	border-bottom: 1px dashed #ccc;
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
}

.item-time {
	width: 70px;
}

.fl {
	float: left;
}

.day {
	width: 100%;
	height: 45px;
	line-height: 45px;
	background: #eee;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

.year-month {
	width: 100%;
	height: 24px;
	line-height: 24px;
	background: #eee;
	text-align: center;
	margin-top: 1px;
}

.item-conte {
	width: 94%;
	overflow: hidden;
}

.fr {
	float: right;
}

.aline {
	font-size: 17px;
	font-weight: bold;
	color: #636363;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.lines2 {
	display: -webkit-box;
	word-break: break-all;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-indent: 2em;
}

@media screen and (max-width:1170px) {

	/* 新增样式 */
	.text-li {
		padding: 30px 0;
		border-bottom: 1px dashed #ccc;
		transition: all .4s ease-in-out;
		-webkit-transition: all .4s ease-in-out;
		-moz-transition: all .4s ease-in-out;
		-o-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
	}

	.item-time {
		width: 120px;
	}

	.fl {
		float: left;
	}

	.day {
		width: 100%;
		height: 80px;
		line-height: 80px;
		background: #eee;
		font-size: 50px;
		font-weight: bold;
		text-align: center;
	}

	.year-month {
		width: 100%;
		height: 30px;
		line-height: 30px;
		font-size: 20px;
		background: #eee;
		text-align: center;
		margin-top: 1px;
	}

	.item-conte {
		width: 80%;
		overflow: hidden;
	}

	.fr {
		float: right;
	}

	.aline {
		font-size: 26px;
		font-weight: bold;
		color: #636363;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.lines2 {
		display: -webkit-box;
		word-break: break-all;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		font-size: 16px;
		text-indent: 2em;
	}
}

@media screen and (max-width:840px) {

	/* 新增样式 */
	.text-li {
		padding: 30px 0;
		border-bottom: 1px dashed #ccc;
		transition: all .4s ease-in-out;
		-webkit-transition: all .4s ease-in-out;
		-moz-transition: all .4s ease-in-out;
		-o-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
	}

	.item-time {
		width: 120px;
	}

	.fl {
		float: left;
	}

	.day {
		width: 100%;
		height: 80px;
		line-height: 80px;
		background: #eee;
		font-size: 50px;
		font-weight: bold;
		text-align: center;
	}

	.year-month {
		width: 100%;
		height: 30px;
		line-height: 30px;
		font-size: 20px;
		background: #eee;
		text-align: center;
		margin-top: 1px;
	}

	.item-conte {
		width: 80%;
		overflow: hidden;
	}

	.fr {
		float: right;
	}

	.aline {
		font-size: 26px;
		font-weight: bold;
		color: #636363;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.lines2 {
		display: -webkit-box;
		word-break: break-all;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		font-size: 16px;
		text-indent: 2em;
	}
}

@media screen and (max-width:768px) {

	/* 新增样式 */
	.text-li {
		padding: 20px 0;
		border-bottom: 1px dashed #ccc;
		transition: all .4s ease-in-out;
		-webkit-transition: all .4s ease-in-out;
		-moz-transition: all .4s ease-in-out;
		-o-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
	}

	.item-time {
		width: 70px;
	}

	.fl {
		float: left;
	}

	.day {
		width: 100%;
		height: 45px;
		line-height: 45px;
		background: #eee;
		font-size: 24px;
		font-weight: bold;
		text-align: center;
	}

	.year-month {
		width: 100%;
		height: 24px;
		line-height: 24px;
		background: #eee;
		text-align: center;
		margin-top: 1px;
		font-size: 12px;
	}

	.item-conte {
		width: 74%;
		overflow: hidden;
	}

	.fr {
		float: right;
	}

	.aline {
		font-size: 17px;
		font-weight: bold;
		color: #636363;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.lines2 {
		display: -webkit-box;
		word-break: break-all;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		font-size: 12px;
		text-indent: 2em;
	}
}


/* 产品方案 */
.diapose-content {
	width: 90%;
	display: flex;
}

.diapose-content::after {
	content: "";
	clear: both;
	display: block;
}

/* .m2csMenu {
	width: 20%;
	
	border-top: 1px solid #E6E6E6;
} */

.m2csMenu .m2csMenu_on {
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
}

.m2csMenu_a {
	display: block;
	line-height: 32px;
	padding: 20px 75px 20px 45px;
	font-size: 20px;
	position: relative;
}

.on .m2csMenu_a {
	color: #3DB2BD;
}

.m2csMenu_a:before {
	content: "";
	border: 2px solid #3DB2BD;
	position: absolute;
	top: 50%;
	left: 18px;
	height: 6px;
	width: 6px;
	margin-top: -5px;
	border-radius: 50%;
}

.m2csMenu_a:hover {
	color: #3DB2BD;
}

.on .m2csMenu_a:before {
	border-color: #3DB2BD;
}

.arrow {
	position: absolute;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 8px solid #CCCCCC;
	top: 50%;
	margin-top: -5px;
	right: 30px;
	transition: all 0.5s ease-in-out;
}

.on .m2csMenu_a .arrow {
	border-left: 8px solid #3DB2BD;
	transform: rotate(90deg);
}

.m2csMenu_a2 {
	display: block;
	line-height: 32px;
	padding: 13px 0px 13px 18px;
	font-size: 16px;
	position: relative;
	color: #666666;
}

.m2csMenu_a2.on {
	color: #3DB2BD;
}

.m2csMenu_a2:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0px;
	height: 6px;
	width: 6px;
	margin-top: -3px;
	border-radius: 50%;
	background: #CCCCCC;
}

.m2csMenu_a2.on:before,
.m2csMenu_a2:hover:before {
	background: #3DB2BD;
}

.m2csMenu_a2:hover {
	color: #3DB2BD;
}

.m2csMenu ul li ul li {
	margin-left: 45px;
	margin-right: 40px;
	border-bottom: 1px solid #E6E6E6;
	position: relative;
	top: -15px;
}

.m2csMenu ul .m2csMenu_a1 ul li {
	margin-left: 0px;
	margin-right: 0px;
	border-bottom: 1px solid #E6E6E6;
	position: relative;
	top: -15px;
}

.m2csMenu ul .m2csMenu_a1 {
	border-bottom: 0px solid #E6E6E6;
}

.invate-water {
	padding-top: 26px;
	/* padding-left: 18%; */
}

/* 首页 */
.hot-bottom {
	box-shadow: none;
}

#indexPage #mcontact .content .header {
	position: relative;
	width: 36%;
}

/* .content .footer-add {
	position: absolute;
	top: -6%;
	left: 53%;
} */
/* 
.content .footer-mail {
	position: absolute;
	top: 60%;
	left: 53%;
} */
\
.footer-refrom,
.footer-case,
.footer-people {
	margin-right: 60px;
}

.notice {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	width: 85%;
	margin: 0 auto;
	gap: 1%;
	text-align: center;
}

.notice_item {
	position: relative;
}

.notice_item img {
	width: 100%;
	transition: all 0.35s;
}

.notice_item a {
	display: block;
	width: 100%;
	overflow: hidden;
}

.notice_item:hover img {
	transform: scale(1.05);
}

.notice_item:hover .item_i {
	transform: translate(50%, -65%);
}

.item_i {
	position: absolute;
	top: 50%;
	left: 5%;
	transform: translate(50%, -50%);
	transition: all 0.35s;
}

/* .item_i:hover{
    transform: translate(50%, -65%);
} */
.item_i p {
	padding: 10px 0;
	color: #fff;
}

.item_i img {
	width: 80%;
}

.conpany {
	width: 71%;
	margin: 0 auto;
	margin-top: 80px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.conpany_jj {
	margin-right: 70px;
	border-right: 1px solid #ddd;
}

.jj_title {
	font-size: 36px;
	font-weight: 400;
	color: #252B38;
	line-height: 66px;
}

.conpany_jj p {
	font-size: 15px;
	font-weight: 400;
	color: #888888;
	line-height: 25px;
	margin-right: 70px;
}

.conpany_xw .xw_img {
	width: 100%;
	overflow: hidden;
}

.xw_img img {
	width: 100%;
	transition: all 0.35s;
}

.xw_img:hover img {
	transform: scale(1.05);
}

.conpany_jj .jj_img {
	width: 89%;
	margin-right: 70px;
	overflow: hidden;
}

.jj_img img {
	width: 100%;
	transition: all 0.35s;
}

.jj_img:hover img {
	transform: scale(1.05);
}

.conpany_jj a {
	display: inline-block;
	padding: 17px 20px;

}

.xw_item {
	display: flex;
	margin-bottom: 21px;
	justify-content: space-between;
}

.xw_desc {
	font-size: 15px;
	font-weight: 400;
	color: #888888;
	line-height: 33px;
}

.xw_time {
	font-size: 15px;
}

@media screen and (max-width:1170px) {
	.xw_desc {
		font-size: 18px;
		font-weight: 400;
		color: #888888;
		line-height: 33px;
	}

	.xw_time {
		font-size: 18px;
	}
}

@media screen and (max-width:840px) {
	.xw_desc {
		font-size: 18px;
		font-weight: 400;
		color: #888888;
		line-height: 33px;
	}

	.xw_time {
		font-size: 18px;
	}
}

@media screen and (max-width:768px) {
	.xw_desc {
		font-size: 15px;
		font-weight: 400;
		color: #888888;
		line-height: 33px;
	}

	.xw_time {
		font-size: 15px;
	}
}

.xw_item a {
	display: inline-block;
	height: 31px;
	margin: auto;
	margin-left: 10px;
	margin-right: 0;
	margin-bottom: 0;
}

.xw_item:hover,
.xw_item:hover .xw_desc,
.xw_item:hover a {
	color: #3DB2BD;
}

.xw_item a img {
		transition: all 0.35s;
	transform: translate(-20px, 0);
}

.xw_item:hover a img {
	transform: translate(0px, 0);
}

.conpany_jj a img {
	transition: all 0.35s;
	transform: translate(-20px, 0);
}

.conpany_jj a:hover img {
	transform: translate(0px, 0);
}

.conpany_jj a:hover,
.conpany_xw a:hover {
	color: #3DB2BD;
}

@media screen and (max-width:845px) {
	#indexPage #mcontact .content .header {
		width: 96%;
	}

	.content .footer-add {
		position: unset;
	}

	.content .footer-mail {
		position: unset;
	}

	.notice {
		grid-template-columns: repeat(2, 1fr);
		width: 90%;
	}

	.item_i {
		position: absolute;
		width: 100%;
		top: 50%;
		left: 0;
		transform: translate(0%, -50%);
	}

	.item_i img {
		width: 14%;
	}

	.item_i p {
		padding: 0;
		color: #fff;
		font-size: 12px;
	}

	.conpany {
		width: 90%;
		margin: 0 auto;
		margin-top: 40px;
		display: block;
		grid-template-columns: repeat(2, 1fr);
	}

	.conpany_jj p {
		margin-right: 0;
		font-size: 18px;
	}

	.conpany_jj .jj_img {
		width: 100%;
		margin-right: 0;
	}

	.conpany_jj {
		margin-right: 0;
		border-right: 0px solid #ddd;
	}

	.jj_title {
		font-size: 40px;
		font-weight: 400;
		color: #252B38;
		line-height: 66px;
		text-align: center;
	}

	.xw_item {
		display: block;
	}
}


@media screen and (max-width:768px) {
	#indexPage #mcontact .content .header {
		width: 96%;
	}

	.content .footer-add {
		position: unset;
	}

	.content .footer-mail {
		position: unset;
	}

	.notice {
		grid-template-columns: repeat(2, 1fr);
		width: 90%;
	}

	.item_i {
		position: absolute;
		width: 100%;
		top: 50%;
		left: 0;
		transform: translate(0%, -50%);
	}

	.item_i img {
		width: 14%;
	}

	.item_i p {
		padding: 0;
		color: #fff;
		font-size: 12px;
	}

	.conpany {
		width: 90%;
		margin: 0 auto;
		margin-top: 40px;
		display: block;
		grid-template-columns: repeat(2, 1fr);
	}

	.conpany_jj p {
		margin-right: 0;
	}

	.conpany_jj .jj_img {
		width: 100%;
		margin-right: 0;
	}

	.conpany_jj {
		margin-right: 0;
		border-right: 0px solid #ddd;
	}

	.jj_title {
		font-size: 23px;
		font-weight: 400;
		color: #252B38;
		line-height: 66px;
		text-align: center;
	}

	.xw_item {
		display: block;
	}
}

@media screen and (max-width:1170px) {
	#indexPage #mcontact .content .header {
		width: 96%;
	}

	.content .footer-add {
		position: unset;
	}

	.content .footer-mail {
		position: unset;
	}

	.notice {
		grid-template-columns: repeat(2, 1fr);
		width: 90%;
	}

	.item_i {
		position: absolute;
		width: 100%;
		top: 50%;
		left: 0;
		transform: translate(0%, -50%);
	}

	.item_i img {
		width: 14%;
	}

	.item_i p {
		padding: 0;
		color: #fff;
		font-size: 12px;
	}

	.conpany {
		width: 90%;
		margin: 0 auto;
		margin-top: 40px;
		display: block;
		grid-template-columns: repeat(2, 1fr);
	}

	.conpany_jj p {
		margin-right: 0;
		font-size: 18px;
	}

	.conpany_jj .jj_img {
		width: 100%;
		margin-right: 0;
	}

	.conpany_jj {
		margin-right: 0;
		border-right: 0px solid #ddd;
	}

	.jj_title {
		font-size: 40px;
		font-weight: 400;
		color: #252B38;
		line-height: 66px;
		text-align: center;
	}

	.xw_item {
		display: block;
	}
}

#indexPage #mcontact {
	height: auto !important;
}

/* 侧边栏 */
.m2csMenu_on li ul {
	display: none;
	transition: all 0.35s;
}

.on li ul {
	display: block;
}

.m2csMenu_a1 span {
	padding: 20px;
	display: inline-block;
	font-size: 18px;
	color: #555;
	margin-left: -33px;
}

@media screen and (max-width:1023px) {
	.m2csMenu {
		display: none;
	}

	.invate-water {
		padding-left: 0;
	}
}

@media screen and (max-width:840px) {
	.m2csMenu {
		display: none;
	}

	.invate-water {
		padding-left: 0;
	}
}

@media screen and (max-width:768px) {
	.m2csMenu {
		display: none;
	}

	.invate-water {
		padding-left: 0;
	}
}


/* 创新研究 */
.about-banner {
	position: relative;
}

.banner_tit {
	font-size: 30px;
	color: #fff;
	position: absolute;
	top: 50%;
	transform: translateY(50%);
	width: 100%;
	text-align: center;
}

.industry_con {
	width: 83%;
	margin: 0 auto;
}

.Industry_desc p {
	text-indent: 2em;
	font-size: 16px;
	color: #333333;
	line-height: 30px;
}

.industry_list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
	margin-top: 50px;
}

.industry_item {
	width: 100%;
	border-radius: 7px;
	height: auto;
	background-color: #F2F2F2;
	box-shadow: 0 0 15px 0 #c9c9c9;
}

.industry_img {
	width: 100%;
	overflow: hidden;
	border-radius: 7px;
}

.industry_img img {
	transition: all 0.35s;
	width: 100%;
	height: 100%;
	border-radius: 7px;
}

.industry_item:hover img {
	transform: scale(1.05);
}

.industry_tit {
	padding: 20px;
	font-size: 15px;
	color: #333333;
	text-align: center;
}

.list_center {
	grid-template-columns: repeat(3, 1fr);
}

@media screen and (max-width:768px) {
	#indexPage #mcontact .content .header {
		width: 96%;
	}

	.content .footer-add {
		position: unset;
	}

	.content .footer-mail {
		position: unset;
	}

	.notice {
		grid-template-columns: repeat(2, 1fr);
		width: 90%;
	}

	.item_i {
		position: absolute;
		width: 100%;
		top: 50%;
		left: 0;
		transform: translate(0%, -50%);
	}

	.item_i img {
		width: 14%;
	}

	.item_i p {
		padding: 0;
		color: #fff;
		font-size: 12px;
	}

	.conpany {
		width: 90%;
		margin: 0 auto;
		margin-top: 40px;
		display: block;
		grid-template-columns: repeat(2, 1fr);
	}

	.conpany_jj p {
		margin-right: 0;
		font-size: 15px;
	}

	.conpany_jj .jj_img {
		width: 100%;
		margin-right: 0;
	}

	.conpany_jj {
		margin-right: 0;
		border-right: 0px solid #ddd;
	}

	.jj_title {
		font-size: 25px;
		font-weight: 400;
		color: #252B38;
		line-height: 66px;
		text-align: center;
	}

	.xw_item {
		display: block;
	}
}

@media screen and (max-width:1170px) {
	.industry_list {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 30px;
		margin-top: 50px;
	}

	.banner_tit {
		font-size: 18px;
		top: 60%;
		transform: translateY(60%);
	}

	.layui-breadcrumb>* {
		font-size: 16px !important;
	}
}

@media screen and (max-width:840px) {
	.industry_list {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 30px;
		margin-top: 50px;
	}

	.banner_tit {
		font-size: 18px;
		top: 60%;
		transform: translateY(60%);
	}

	.layui-breadcrumb>* {
		font-size: 16px !important;
	}
}

@media screen and (max-width:768px) {
	.industry_list {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 30px;
		margin-top: 50px;
	}

	.banner_tit {
		font-size: 18px;
		top: 60%;
		transform: translateY(60%);
	}

	.layui-breadcrumb>* {
		font-size: 12px !important;
	}
}



/* 新修改 */
.sthj-box ul,
.kqzl-box ul {
	flex-wrap: wrap;
	justify-content: center;
}

.item {
	overflow: hidden;
}

.item img {
	width: 100%;
	height: 100%;
	transition: all 0.35s;
}

.item:hover img {
	transform: scale(1.05);
}
