<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 */


body {margin:0px auto;font-family:"Microsoft YaHei","微软雅黑" ;color:#383838; font-size:14px; background:#ededed;}

h4,h5,h6,div,p,span,td,tr,table,ul,li{ margin:0px;padding:0px;list-style:none;}

img{border:0px;}

a:link{color:#383838; text-decoration: none;}

a:visited{color:#383838; text-decoration: none;}

a:hover{color:#383838; text-decoration:underline;}

a:active{color:#383838; text-decoration:underline;}


.table_spacing1{margin:0 0 10px 0}/*上下2个表格之间间距*/

.clear{ clear:both;}


/*首页样式表*/
.box{ margin:0 auto;}

.top{ height:613px; background:url(../images/index_01.jpg) no-repeat center top;}

.top img{display: none;}

@media (max-width: 768px) {
		.top{height: auto;background:none;}
		
		.top img{display:block;width:100%;height:auto;}
		}

.zj{overflow:hidden;
	margin:auto;
	width:1000px; margin-top:10px;}
	
@media (max-width: 768px) {
	.zj{overflow:hidden;
	margin:auto;
	padding:15px;
	width:100%; 
	margin-top:20px;}
	}	
	
.photo-list2 ul{
	width:1132px;
	margin-left:-30px;
	display: block;
	overflow: hidden;
}
.photo-list2 li{
	float:left;
	display:block;
	margin-top:15px;
	width: 235px;
	margin-left: 30px;
}
.photo-list2 li img {
	width: 100%;
	height: 300px;
}
.photo-list2 li h3{
	text-align: center;
	font-size:14px;
	line-height:20px;
	height:20px;
	font-weight: normal;
	overflow: hidden;
}

@media (max-width: 768px) {
	.photo-list2 ul{
		width:92%;
		margin-left:0px;
	}
	.photo-list2 li{
		width:47%;
		margin-left:0px;
	}
	
	.photo-list2 li img{
		width:100%;
		height:auto;
	}
	.photo-list2 li:nth-child(2n-1){
		float:left;
	}
	.photo-list2 li:nth-child(2n){
		float:right;
	}

	}

#footer{
	line-height:26px;
 padding:20px 0px;
}

#footer p{
	color:#666; text-align:center;
}

#footer a{
	color:#666;
}

#footer-mobile{
	display:none;
	line-height:30px;
	padding:10px 0px;
	border-top:1px solid #1d88ca;
	background:#037ac4;
	color:#fff;
}
@media (max-width: 768px) {
	#footer{ display:none; }
	#footer-mobile{ display:block; text-align:center; }
}
@media (min-width: 768px) {
	#footer p{ padding:0; }
	#footer{ text-align:center; font-size:12px; }
}
@media (min-width: 992px) {
	#footer p{ }
	#footer{ text-align:left; font-size:14px; }
}</pre></body></html>