<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

/* 轮播图 */
.banner{
	width:100%;
	position:relative;
	height:460px;
}
.banner .ban-bd{
	width:100%;
	height:460px;
	overflow:hidden;
	position:relative;
}
.banner .ban-bd ul{
	height:460px;
	overflow:hidden;
}
.banner .ban-bd ul li{
	/*float:left;*/
	width:100%;
	height:460px;
	overflow:hidden;
	position:relative;	
}
.banner .ban-bd ul li a{
	display: block;
}
.banner .ban-bd ul li img{
	display:block;
	margin:0 auto;
	width:1920px;
	position:absolute;
	top:0;
	left:50%;
	margin-left:-960px;
	height:460px;
}
.banner .ban-hd{
	position:absolute;
	bottom:32px;
	z-index:7;
	width: 1200px;
	left: 50%;
	margin-left: -600px;
		
}
.banner .ban-hd ul{
	text-align:center;
	margin-top:6px;
	height:27px;
	width:123px;
	float: right;
	margin-right: 80px;
}

.banner .ban-hd li{
	display:inline-block;
	*zoom:1;
	*display:inline;
	width:13px;
	height:13px;
	margin:0 1px;
	background:url(../images/ban-hdli-bg.png) no-repeat;
	cursor: pointer;
	margin-top: 7px;
}
.ie7 .banner .ban-hd li{
	margin:0 3px;
	margin-top: 7px; 	
}
.banner .ban-hd .on{
	background:url(../images/ban-hdli-bg1.png) no-repeat;
}

/* 项目展示 */
.project{
	width: 1200px;
	margin: 0 auto;
	line-height: 44px;
	overflow: hidden;
}
.project .project-left{
	float: left;
	color: #034da2;
	font-size: 22px;
}
.project .project-left a{
	color: #034da2;
}
.project .project-right{
	float: right;
	font-size: 14px;
	color: #666666;
}
.project .project-right img{
	float: left;
	margin-top: 10px;
	margin-right: 5px;
}
.project .project-right .number{
	color: #ee2a2a;
	margin-right: 16px;
	margin-left: 10px;
}
.project .project-right .price{
	color: #ee2a2a;
	margin-right: 40px;
	margin-left: 9px;
}
.project .project-right .time{
	color: #b2b2b2;
}

.foot-support1{
	font-size: 14px;
    color: #666666;
    float: left;
    line-height: 24px;
    margin-top: 11px;
}
.foot-support1 {
	overflow: hidden;
    position: relative;
}
.foot-support1 .foot-jszc1{
	float: left;
    width: auto; 
    text-align:right;
}

/* 项目展示的轮播 */
.lists{ 
	width: 1080px;
 	margin: 0 auto; 
 	overflow: hidden;
 	background: #edeff2;
 	position: relative;
 	padding: 0 60px;
 }
.lists .bd{
	padding-bottom: 28px;
}
.lists .bd .picList{
	overflow: hidden;
	position: relative;
}
.lists .bd .picList li{
	float: left;
	width: 205px;
	height: 167px;
	font-size: 12px;
	line-height: 28px;
	margin-right: 80px;
	overflow: hidden;
}
.lists .bd .picList li a{
	display: block;
}
.lists .bd .picList li h3{
	color: #034da2;
	font-size: 18px;
	line-height: 58px;
	margin-bottom: 3px;
}

.lists .prev{
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 60px;
	height: 195px;
	background: url(../images/lists-left-bg.png) no-repeat;
}
.lists .next{
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	width: 60px;
	height: 195px;
	background: url(../images/lists-right-bg.png) no-repeat;
}

/* 新闻中心和关于我们 */
.new-box{
	overflow: hidden;
	width: 1200px;
	margin: 0 auto;
	margin-top: 12px;
	margin-bottom: 20px;
}
.new-box .news{
	float: left;
	width: 450px;
}
.title1{
	overflow: hidden;
	line-height: 40px;
}
.title1 .center{
	color: #034da2;
	font-size: 22px;
	float: left;
}
.title1 .more{
	color: #034da2;
	font-size: 22px;
	float: right;
	font-size: 14px;
	color: #00a0e9;
}
.title1 .more img{
	margin-left: 4px;
}
.new-list{
	position: relative;
	height: 90px;
	padding-left: 150px;
	overflow: hidden;
	margin-bottom: 20px;
}
.new-list:hover .conts{
	color: #034da2;
}
.new-list a{
	display: block;
}
.new-list img{
	position: absolute;	
	left: 0;
	top: 0;
	width: 140px;
	height: 90px;
}
.new-list .conts{
	line-height: 20px;
	margin-top: 14px;
	height: 40px;
	overflow: hidden;
	color: #444444;
}
.new-list .times{
	color: #999999;
	font-size: 14px;
	line-height: 32px;
}

.new-box .about{
	float: right;
	width: 690px;
}
.about-list{
	position: relative;
	height: 200px;
	padding-left: 410px;
	overflow: hidden;
}
.about-list:hover .company{
	color: #034da2;
}
.about-list img{
	position: absolute;
	left: 0;
	top: 0;
	width: 400px;
	height: 200px;
}
.about-list .company{
	color: #1a1a1a;
	font-size: 16px;
	line-height: 42px;
	margin-top: 4px;
}
.about-list .cont{
	line-height: 25px;
	font-size: 12px;
	color: #666666;
}
.loading{
	width:100%;
	height:100%;
	display:block;
	overflow:hidden;
	position:fixed;
	left:0;
	top:0;
	background-repeat:no-repeat;
	background-position: center center;
}

</pre></body></html>