/* 轮播图 */ 
.shuffling img {
	width: 100%;
}
/* 关于我们 */
.about {
	margin-top: 60px;
	flex-wrap: wrap;
}
.tlite {
	width: 100%;
}
.tlite p {
	position: relative;
	width: 11%;
	padding: 12px 0;
	margin: 0 auto;
	font-size: 22px;
	font-weight: 700;
	text-align: center;
}
.upper,
.upleft{
	position: absolute;
	top: 0;
	width: 20px;
	height: 20px;
	border: 2px solid #009ECB;
}
.upper {
	left: 0;
	border-right-color: transparent;
	border-bottom-color: transparent;
}
.upleft {
	right: 0;
	border-left-color: transparent;
	border-bottom-color: transparent;
}
.line {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 30px;
	height: 2px;
	background-color: #009ECB;
}
.content_wrap {
	position: relative;
	width: 100%;
	margin-top: 80px;
}
.content {
	display: flex;
	/* padding-bottom: 40px;
	box-sizing: border-box; */
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}
.content_Img {
	z-index: 10;
	position: relative;
	width: 46%;
	max-width: 500px;
}
.content_p {
	z-index: 10;
	position: relative;
	width: 54%;
	padding: 35px ;
	box-sizing: border-box;
	background-color: #f5f5f5;
}
.content_p h3 {
	font-size: 18px;
	color: #333;
}
.content_p p {
	padding-top: 35px;
	font-size: 15px;
	line-height: 40px;
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
}
.square_1,
.square_2,
.square_3,
.square_4 {
	position: absolute;
	background-color: #009ECB;
}
.square_1 {
	top: -40px;
	left: 0;
	width: 180px;
	height: 300px;
}
.square_2 {
	width: 30px;
	height: 30px;
	top: -84px;
	right: 0;
}
.square_3 {
	width: 15px;
	height: 15px;
	top: -56px;
	right: 70px;
}
.square_4 {
	width: 110px;
	height: 110px;
	bottom: -30px;
	right: 0;
}
.more {
	display: block;
	width: 133px;
	height: 43px;
	margin: 40px auto;
	line-height: 43px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	background-color: #333;
	box-sizing: border-box;
	transition: all .3s;
}
.more:hover {
	background-color: #009ECB;
}
/* 产品优势 */
.advantage {
	background-color: #f5f5f5;
}
.advantage>.w {
	flex-wrap: wrap;
}
.advantage .tlite {
	padding-top: 60px;
}
.advantage_item {
	display: flex;
	width: 100%;
	margin-top: 50px;
	padding-bottom: 50px;
	justify-content: space-between;
}
.advantage_item div {
	width: 29%;
	height: 320px;
	border: 1px solid #ccc;
}
.advantage_item div i {
	display: block;
	padding-top: 60px;
	font-size: 50px;
	text-align: center;
	color: #009ECB;
}
.advantage_item .sewage i,
.advantage_item .farming i {
	padding-top: 45px;
}
.advantage_item div h3 {
	padding: 25px 0 20px 0;
	font-size: 16px;
	text-align: center;
	color: #333;
}
.advantage_item div em {
	display: block;
	width: 40px;
	height: 2px;
	margin: 0 auto;
	background-color: #009ECB;
}
.advantage_item div p {
	padding: 25px 25px 0;
	font-size: 14px;
	line-height: 25px;
	text-align: center;
	color: #666;
}
.advantage_item .cement i {
	font-size: 35px;
}
.advantage .tlite_English p {
	width: 23%;
}
.product .tlite_English p {
	width: 19%;
}
.video .tlite_English p {
	width: 17%;
}
.news .tlite_English p {
	width: 16%;
}
/* 产品展示 */
.product {
	padding-bottom: 40px;
}
.product .w {
	flex-wrap: wrap;
}
.product_hd {
	width: 100%;
	padding-top: 60px;
}
.product_bd {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	padding-top: 50px;
}
.product_bd>li {
	width: 32.9%;
	margin: 0 .6% 35px 0;
	transition: all .6s;
}
.product_bd>li:hover {
	transform: translateY(-5%);
}
.product_bd>li:nth-child(3n) {
	margin-right: 0;
}
.product_bd>li img {
	width: 100%;
}
.product_bd>li p {
	padding: 15px 0 8px 0;
	font-size: 14px;
	color: #333;
}
.product_bd>li span {
	display: block;
	font-size: 12px;
	color: #666;
}
.product .more {
	margin: 5px auto 0;
}
/* 视频展示 */
.video {
	background-color: #f5f5f5;
}
.video>.w {
	position: relative;
	padding-top: 60px;
	flex-wrap: wrap;
}
.vtime {
	padding: 20px 15px 0;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	color: #333;
}
.container {
	display: flex;
	width: 100%;
	margin-top: 100px
}
.videolist {
	position: relative;
	width: 48.5%;
	margin-right: 3%;
	cursor: pointer;
}
.videolist:nth-child(2) {
	margin-right: 0;
}
.videolist img {
	width: 100%;
}
.videolist a {
	z-index: 10;
	position: relative;
	display: block;
}
.videos {
	position: absolute;
	top: 32%;
	left: 50%;
	transform: translateX(-50%);
}
.play {
	z-index: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	border-radius: 50%;
	background-color: rgba(255,255,255,.6);
}
.play i {
	padding-left: 5px;
	font-size: 25px;
	color: #333;
}
.icon-cuowu {
	position: absolute;
	top: 10px;
	right: 15px;
	font-size: 30px !important;
	color: #fff;
	cursor: pointer;
}


/* 新闻中心 */
.news {
	padding-top: 60px;
	flex-wrap: wrap;
}
.news_info {
	display: flex;
	width: 100%;
	margin-top: 40px;
}
.news_info_Img {
	width: 42%;
	max-width: 500px;
}
.news_info_item {
	width: 55%;
	margin-left: 3%;
}
.news_info_Img img {
	width: 100%;
}
.news_info_hd a {
	display: inline-block;
	width: 120px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	margin-right: 15px;
	font-weight: 700;
	color: #333;
	background-color: #ccc;
	border-radius: 5px;
}
.news_more {
	display: inline-block;
}
.news_info_hd a:hover {
	background-color: #009ECB;
	color: #fff;
}
.clor_ecb {
	background-color: #009ECB !important;
	color: #fff !important;
}
.news_info_bd {
	padding-top: 3px;
}
.news_info_bd>li {
	height: 60px;
	line-height: 60px;
	border-bottom: 1px solid #ccc;
}
.news_info_bd>li a {
	display: flex;
	height: 100%;
}
.news_info_bd>li a:hover i{
	color: #009ECB;
}
.news_info_bd>li a:hover p {
	color: #009ECB;
}
.news_info_bd>li a:hover span {
	color: #009ECB;
}
.news_info_bd>li a>p {
	padding-left: 3px;
	width: 75%;
}
.news_info_bd>li a i {
	font-size: 20px;
	color: #999;
}
.news_info_bd>li a>span {
	display: block;
	width: 25%;
	text-align: right;
	color: #999;
}
.company_news {
	display: none;
}
@media (max-width:1024px) {
	.tlite p {
		width: 14%;
	}
	/* 新闻中心 */
	.news_info_Img {
		width: 50%;
	}
	.news_info_item {
		width: 55%;
	}
	.news_info_bd>li {
		height: 53px;
		font-size: 13px;
		line-height: 53px;
	}
}
@media (max-width:768px) { 
	.product {
		padding-bottom: 40px;
	}
	.tlite p {
		width: 16%;
		font-size: 18px;
	}
	/* 关于我们 */
	.content_p {
		padding: 6px 20px;
	}
	.content_p h3 {
		padding-top: 20px;
		font-size: 17px;
	}
	.content_p p {
		padding-top: 25px;
		font-size: 14px;
		line-height: 35px;
		-webkit-line-clamp: 7;
	}
	/* 产品优势 */
	.advantage_item div {
		width: 32%;
	}
	/* 新闻中心 */
	.news_info_Img {
		width: 45%;
	}
	.news_info_item {
		width: 52%;
	}
	.news_info_hd a {
		width: 100px;
		height: 35px;
		margin-right: 5px;
		line-height: 35px;
		font-size: 12px;
	}
	.news_info_hd>a:last-child {
		margin-right: 0;
	}
	.news_info_bd>li {
		height: 38px;
		line-height: 38px;
	}
	.news_info_bd>li a {
		font-size: 12px;
	}
}
@media (max-width:640px) {
	/* 轮播图 */
	.swiper-button-next,
	.swiper-button-prev {
		background-size: 15px 44px !important;
	}
	/* 关于我们 */
	.tlite p {
		width: 28%;
	}
	.content {
		z-index: 1;
		position: relative;
		flex-wrap: wrap;
	}
	.content_Img {
		width: 100%;
	}
	.content_Img img {
		width: 100%;
	}
	.content_p {
		width: 100%;
	}
	.content_p h3 {
		padding-top: 25px;
		font-size: 17px;
	}
	.content_p p {
		padding-top: 15px;
		font-size: 14px;
	}
	.advantage {
		display: none;
	}
	.product_hd {
		padding-top: 15px;
	}
	/* 产品展示 */
	.product_bd>li {
		width: 49%;
		margin: 0 1.5% 35px 0;
	}
	.product_bd>li:nth-child(3n) {
		margin-right: 1.5%;
	}
	.product_bd>li:nth-child(2n) {
		margin-right: 0;
	}
	/* 视频展示 */
	.container {
		width: 100%;
		margin-top: 50px;
		flex-wrap: wrap;
	}
	.videolist {
		width: 100%;
		margin-right: 0;
		margin-bottom: 5%;
	}
	.videolist:nth-child(2) {
		margin-bottom: 0;
	}
	/* 新闻中心 */
	.news_info {
		flex-wrap: wrap;
	}
	.news_info_Img {
		width: 100%;
	}
	.news_info_item {
		width: 100%;
		margin-left: 0;
		margin-top: 25px;
	}
	.news_info_hd a {
		width: 110px;
		height: 40px;
		line-height: 40px;
	}
	.news_info_bd>li {
		height: 50px;
		line-height: 50px;
	}
	/* 英文版首页 */
	.product .tlite_English p {
		width: 45%;
	}
	.video .tlite_English p {
		width: 39%;
	}
	.news .tlite_English p {
		width: 38%;
	}
}