<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

.banner{
	height: 520px;
	overflow: hidden;
	position: relative;
}
.banner ul li{
	float: left;
}
.banner .slide{
	height: 520px;
	background-position: center; 
	background-repeat: no-repeat;
}
.banner .info{
	position: relative;
	top: 320px;
	background: rgba(0,0,0,.4);
	color: #fff;
	width: 800px;
	padding:1em;
	filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#4F000000,endcolorstr=#4F000000)
}
.banner .info .title{
	font-size: 56px;
}
.banner .info .summary{
	color: #c8bd9f;
	font-size: 12px;
}
.banner .dots {
		position: absolute;
		display: block;
		bottom: 30px;
		text-align: center;
		width: 100%;
	}
		.banner .dots li {
			display: inline-block;
			width: 10px;
			height: 10px;
			margin: 0 4px;

			text-indent: -999em;

			border: 2px solid #fff;
			border-radius: 10px;

			cursor: pointer;
			opacity: .4;

			-webkit-transition: background .5s, opacity .5s;
			-moz-transition: background .5s, opacity .5s;
			transition: background .5s, opacity .5s;
		}
			.banner .dots li.active {
				background: #fff;
				opacity: 1;
			}

.news-container .cl1{
	width: 366px;
}
.news-container .cl2{
	width: 680px;
}
.news-container  .cnews-project{
	padding:60px 0;
}
.news-container h3.title{
	font-size: 16px;
	font-weight: 500;
	position: relative;
	padding-bottom: 10px;
	border-bottom: 1px solid rgb(237, 237, 237);
	margin-bottom: 30px;
}
.news-container h3.title a.more{
	position: absolute;
	right:0;
	font-size: 12px;
	top:4px;	
}
.project-list a{
	display: block;
	height: 300px;
	background: #F1F1F1;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
}
.project-list a p.text{
	width:326px;
	
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,.6);
	padding: 8px 20px;
	color: #fff;
}
.news-list .title{
	font-size: 16px;
	padding:5px 0;
}
.news-list .summary{
	color: #777;
}
.news-list li{
	margin-bottom: 10px;
}
.news-group{
	background: #F6F6F6;
	padding:30px 0;
}
.news-group p.title a{
	color: #777;
}
.news-group p.summary{
	color: #aaa;
}

.bmore{
	padding: 10px 0;
}
</pre></body></html>