html {
	scroll-behavior: smooth;
}

.clear1 {
	clear: both;
	width: 100%;
	line-height: 1px;
	height: 1px;
}

.container {
	max-width: 90%;
	margin: 0 auto;
}

@media(max-width:550px) {
	.container {
		max-width: 100%;
		margin: 0 auto;
		color: #000;
	}
}


.logo {
	float: left;
	width: 180px;
	padding-top: 20px;
	height: 100px;
}

.logo img {
	width: 177px;
}

@media(max-width:550px) {
	.logo {
		float: left;
		width: 50%;
		padding-top: 10px;
		padding-left: 20px;
		height: 50px;
	}

	.logo img {
		width: 60%;
	}
}

.navigation {
	float: left;
	padding-top: 40px;
	margin-left: 5%;
}

.navigation li {
	float: left;
}

.navigation li a {
	color: #333;
	display: block;
	padding: 0 20px;
	font-size: 18px;
	text-decoration: none;
	line-height: 30px;
}

.navigation li a:hover {
	color: #dd0000;
	text-decoration: none;
	transition: all 0.2s linear;
}

@media(max-width:550px) {
	.navigation {
		display: none;
	}
}

.footer {
	 font-size:14px; width:90%; margin:0 auto; 
	line-height: 25px;
	color: #ddd;
	background: #000; padding-top:20px;
}

@media(max-width:550px) {
	.footer {
		text-align: center;
		font-size: 12px;
		color: #fff;
		background: #000;
	}
}

.tel {
	background: #dd0000;
	padding: 0 12px;
	border-radius: 15px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	float: right;
	margin-top: 40px;
	display: flex;
	justify-content: center;
	font-weight: bold;
}

.tel img {
	width: 20px;
}

@media(max-width:550px) {
	.tel {
		background: #dd0000;
		padding: 0 12px;
		border-radius: 15px;
		line-height: 30px;
		text-align: center;
		color: #fff;
		float: right;
		margin-top: 10px;
		font-size: 12px;
		margin-right: 10px;
		display: flex;
		justify-content: center;
		font-weight: bold;
	}

	.tel img {
		width: 15px;
	}
}

.mianbox {
	display:block;
}

.mainbox p {
	padding-top: 10px;
	line-height: 25px;
	font-size: 16px;
	color: #333
}

.mainbox img {
	max-width: 100%;
}

.banner1 {
	width: 100%;
	height: calc(100vw*0.312);

}

.bannermain1 {
	padding-top: calc(100vw*0.312*0.333);
	padding-left: 5%;
}

@media(max-width:550px) {
	.bannermain1 {
		padding-top: 20px;
		padding-left: 20px;
	}
}

.banner2 {
	width: 100%;
	height: calc(100vw*0.2);

}



.bannermain2 {
	padding-top: calc(100vw*0.312*0.2);
	padding-left: calc(100vw*0.25);
}

@media(max-width:550px) {
	.bannermain2 {
		padding-top: 10px;
		padding-left: 20px;
	}
}

.bannermain3 {
	padding-top: calc(100vw*0.312*0.2);
	padding-left: 5%;
}

@media(max-width:550px) {
	.bannermain3 {
		padding-top: 20px;
		padding-left: 20px;
	}
}

.labertop {
	padding-top: 20px;
}

@media(max-width:550px) {
	.labertop {
		padding-top: 5px;
		font-size: 12px;
	}
}

.btn-text-block {
	display: block;
}

@media(max-width:550px) {
	.btn-text-block {
		display: inline-block;
	}
}

.new-btn {
	min-width: 150px;
	line-height: 30px;
	height: 70px;
	border-radius: 5px;
}

@media(max-width:550px) {
	.new-btn {
		border-radius: 3px;
	}
}


.four-col-right {
	width: 55%;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
}

.four-col-right p {
	padding-top: 10px;

}

button:disabled,
.disabled {
	pointer-events: none;
	opacity: 1;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

@media(max-width:550px) {
	.carousel-single__button .btn--l {
		width: auto;
		min-width: 150px;
		padding: 0 10px;
		height: 30px;
		line-height: 20px;
		font-size: .9em
	}
}

.newslist {
	width: 1200px;
	margin: 0 auto;
	margin-top: 0;
	min-height: 800px;
}

.newslist ul {
	display: flex;
	justify-content: space-between;
	width: 100%;
	flex-wrap: wrap;
}

.newslist a {
	display: inline-block;
	width: 100%;
}

.newslist ul li {
	position: relative;
	margin-top: 30px;
	width: 100%;
	height: 150px;
	background: #FFFFFF;
	border-radius: 15px;
	text-align: left;
	padding: 30px 50px;
	box-shadow: 0px 0px 5px rgba(200, 200, 200, .3);
	transition: all .3s;
}

.newslist ul li:hover {
	transition: all .3s;
	transform: translateY(-10px);
}

.newslist ul li img {
	display: inline-block;
	height: 100px;
	border-radius: 5px;
}

.newslist .newstitle {
	font-size: 20px;
	color: #555;
	padding-left: 150px;
	font-weight: bold;
}

.newslist .newsdesc {
	font-size: 15px;
	color: #888;
	padding-left: 150px;
	line-height: 30px;
	width: 1000px;
}

.newsimg {
	float: left;
	height: 120px;
	width: 120px;
	overflow: hidden;
}

@media (max-width: 768px) {
	.newslist {
		width: 95%;
		margin: 0 auto;
		margin-top: 5px;
		min-height: 500px;
	}

	.newslist ul {
		width: 100%;
		margin: 0 auto;
	}

	.newslist a {
		display: inline-block;
		width: 100%;
	}

	.newslist ul li {
		margin-top: 10px;
		width: 96%;
		height: 70px;
		border-radius: 5px;
		background: #FFFFFF;
		text-align: left;
		padding: 2%;
		box-shadow: 0px 0px 0px rgba(200, 200, 200, .3);
		transition: all .3s;
	}

	.newslist ul li:hover {
		transition: all .3s;
		transform: translateY(-5px);
	}

	.newslist ul li img {
		display: inline-block;
		height: 70px;
		border-radius: 5px;
	}

	.newslist .newstitle {
		font-size: 16px;
		color: #333;
		padding: 0;
		font-weight: bold;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.newslist .newsdesc {
		font-size: 12px;
		color: #888;
		line-height: 20px;
		width: 73%;
		height: 40px;
		overflow: hidden;
	}

	.newsimg {
		float: left;
		width: 80px;
		height: 80px;
		overflow: hidden;
	}
}


.pages {
	clear: both;
	height: 35px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 12px;
	text-align: center;
}

.pages a {
	border: 1px solid #d7d7d7;
	height: 35px;
	width: 50px;
	line-height: 35px;
	margin: 0px 10px 0px 0px;
	text-align: center;
	white-space: nowrap;
	color: #333;
	display: inline-block;
}

.pages a:hover,
.pages span {
	border: 1px solid #E83617;
	height: 35px;
	width: 50px;
	text-align: center;
	display: inline-block;
}

.pages a:hover {
	color: #E83617;
}

.pages span {
	background: #E83617;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	line-height: 32px;
	margin: 0px 10px 0px 0px;
	height: 35px;
	width: 50px;
}




.zl-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;

	width: 90%;
	margin: 0 auto;
}

.zl-image-container {
	position: relative;
	width: 25%;
	height: calc(100vw*0.9*0.25*0.65);
	background-color: #666;
	overflow: hidden;
	background: #ccc;
}

.zl-image-container img {
	width: 100%;

}

.zl-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.5);
	opacity: 0;
	transition: opacity 0.5s;
	display: flex;
	padding: 10%;
}

.zl-image-container:hover .zl-overlay {
	opacity: 1;
}

.zl-text {
	color: #fff;
	font-size: 20px;
	overflow: hidden;
}



.zl-title {
	color: #000;
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
}

.zl-tips {
	padding-top: 10px;
	font-size: 14px;
	color: #000;
	line-height: 25px;
}

.zl-text-mob {display:none}

.zl-news-title { font-size:24px; font-weight:600}

@media(max-width: 550px) {

.zl-news-title { font-size:14px; color:#333; font-weight:bold; padding-top:20px;}
.banner1{display:none}
.zl-overlay {
	display:none
}
.zl-text-mob {display:block; background-color: #f5f5f5; width:100%; padding:3%}
.zl-title {
	color: #000;
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
}

.zl-tips {
	padding-top: 5px;
	font-size: 12px;
	color: #000;
	line-height: 25px;
}


	.zl-container {
		flex-direction: column;
		align-items: center;
		width: 95%;
		margin: 0 auto;
	}

	.zl-image-container {
		position: relative;
		width: 100%;
		height: calc(100vw*0.9*0.65);
		background-color: #666;
		overflow: hidden;
		background: #ccc;
	}
	
	.zl-image-container img {
		width: 100%;
	}
}