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

@media only screen and (min-width:1200px) {
section{
	width: 100%;
	
}
.secBanner{
	width: 100%;
	height: auto;
	background-image: url(../images/secbanner.png);
	background-size: 100% 100%;
	
}
.secBanner&gt;ul{
	width: 100%;
	height: 200px;
	display: flex;
	justify-content: center;
}
.secBanner&gt;ul&gt;li{
	width: 100px;
	height: 195px;
}
.aActive{
	
	border-bottom: 5px #cc0000 solid;
}
.secBanner&gt;ul&gt;li:hover{
	cursor: pointer;
}
.secBanner&gt;ul&gt;li&gt;img{
	width: 100px;
	height: 100px;
	margin-top: 50px;
}
.line{
	height: 100px;
	margin: 50px 30px;
}
.line&gt;img{
	height: 100px;
}
.aboutContainer{
	width: 1200px;
	/*height: 100px;*/
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.tabContainerBox{
	width: 1200px;

}
.titleBox{
	height: 40px;
	border-bottom: 1px #cccccc solid;
	padding: 20px 50px 0;
	display: flex;
	justify-content: space-between;
}
.title{
	color: #cc0000;
	font-size: 24px;
	font-weight: bold;
	line-height: 40px;
}
.projectBox{
	width: 100%;
	min-height: 500px;
	margin-top: 20px;
}
.fenlei{
	height: 80px;
	width: 97%;
	margin: 20px auto 0;
	display: flex;
	background-color: #fbf6f0;;
}
.city{
	width: 10%;
	color: #636363;
	line-height: 80px;
	text-align: center;
	display: block;
}
.fenlei&gt;ul{
	width: 90%;
	height: 100%;
	/*background-color: #fbf6f0;*/
	display: flex;
}
.fenlei&gt;ul&gt;li{
	width: 80px;
	height: 100%;
	line-height: 80px;
	text-align: center;
}
/*.fenlei&gt;ul&gt;li:first-child&gt;a{
	color: #CC0000;
	font-weight: bold;
}*/
.fenlei&gt;ul&gt;li.cityActive a{color: #CC0000;font-weight: bold;}
.fenlei&gt;ul&gt;li&gt;a{
	color: #636363;
	line-height: 80px;
	text-align: center;
	display: block;
}
.xiangmu{
	width: 100%;
	margin: 0px 0 20px;
}
.xiangmu&gt;ul{
	width: 100%;
	height: 100%;
	padding: 20px 0;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.xiangmu&gt;ul&gt;li{
	width: 260px;
	height: 400px;
	margin: 10px 0;
	-moz-box-shadow:0px 0px 5px #e2e2e2;
	-webkit-box-shadow:0px 0px 5px #e2e2e2;
	box-shadow:0px 0px 5px #e2e2e2;

}
.xiangmu&gt;ul&gt;li:hover{
	cursor: pointer;
}
.xiangmu&gt;ul&gt;li&gt;img{
	width: 260px;
	height: 200px;
}
.xianmuCon{
	width: 92%;
	margin: 0 auto;
	color: #333333;
	font-size: 12px;
	margin-top: 10px;
}
.xianmuCon&gt;p{
	margin-top: 5px;
}
.jieshao{
	overflow: hidden;
	text-overflow: ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:4;
	font-size: 12px;
	line-height: 14px;
	height: 56px;
}
.rongyu{
	overflow: hidden;
	text-overflow: ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
}
.address{
	overflow: hidden;
	text-overflow: ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	font-size: 12px;
	line-height: 14px;
	height: 28px;
}
}

@media only screen and (min-width: 961px) and (max-width: 1199px){
	
section{
	width: 100%;
	
}
.secBanner{
	width: 100%;
	height: auto;
	background-image: url(../images/secbanner.png);
	background-size: 100% 100%;
	
}
.secBanner&gt;ul{
	width: 100%;
	height: 200px;
	display: flex;
	justify-content: center;
}
.secBanner&gt;ul&gt;li{
	width: 100px;
	height: 195px;
}
.aActive{
	
	border-bottom: 5px #cc0000 solid;
}
.secBanner&gt;ul&gt;li:hover{
	cursor: pointer;
}
.secBanner&gt;ul&gt;li&gt;img{
	width: 100px;
	height: 100px;
	margin-top: 50px;
}
.line{
	height: 100px;
	margin: 50px 10px;
}
.line&gt;img{
	height: 100px;
}
.aboutContainer{
	width: 900px;
	/*height: 100px;*/
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.tabContainerBox{
	width: 1200px;

}
.titleBox{
	height: 40px;
	border-bottom: 1px #cccccc solid;
	padding: 20px 50px 0;
	display: flex;
	justify-content: space-between;
}
.title{
	color: #cc0000;
	font-size: 24px;
	font-weight: bold;
	line-height: 40px;
}
.projectBox{
	width: 100%;
	min-height: 500px;
	margin-top: 20px;
}
.fenlei{
	height: 80px;
	width: 97%;
	margin: 20px auto 0;
	display: flex;
	background-color: #fbf6f0;;
}
.city{
	width: 10%;
	color: #636363;
	line-height: 80px;
	text-align: center;
	display: block;
}
.fenlei&gt;ul{
	width: 90%;
	height: 100%;
	/*background-color: #fbf6f0;*/
	display: flex;
}
.fenlei&gt;ul&gt;li{
	width: 80px;
	height: 100%;
	line-height: 80px;
	text-align: center;
}
/*.fenlei&gt;ul&gt;li:first-child&gt;a{
	color: #CC0000;
	font-weight: bold;
}*/
.fenlei&gt;ul&gt;li.cityActive a{color: #CC0000;font-weight: bold;}
.fenlei&gt;ul&gt;li&gt;a{
	color: #636363;
	line-height: 80px;
	text-align: center;
	display: block;
}
.xiangmu{
	width: 100%;
	margin: 0px 0 20px;
}
.xiangmu&gt;ul{
	width: 100%;
	height: 100%;
	padding: 20px 0;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.xiangmu&gt;ul&gt;li{
	width: 260px;
	height: 400px;
	margin: 10px 0;
	-moz-box-shadow:0px 0px 5px #e2e2e2;
	-webkit-box-shadow:0px 0px 5px #e2e2e2;
	box-shadow:0px 0px 5px #e2e2e2;

}
.xiangmu&gt;ul&gt;li:hover{
	cursor: pointer;
}
.xiangmu&gt;ul&gt;li&gt;img{
	width: 260px;
	height: 200px;
}
.xianmuCon{
	width: 92%;
	margin: 0 auto;
	color: #333333;
	font-size: 12px;
	margin-top: 10px;
}
.xianmuCon&gt;p{
	margin-top: 5px;
}
.jieshao{
	overflow: hidden;
	text-overflow: ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:4;
}
.rongyu{
	overflow: hidden;
	text-overflow: ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
}
.address{
	overflow: hidden;
	text-overflow: ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
}

}


@media only screen and (min-width: 768px) and (max-width: 960px) {
section{
	width: 100%;
	
}
.secBanner{
	width: 100%;
	height: auto;
	background-image: url(../images/secbanner.png);
	background-size: 100% 100%;
	
}
.secBanner&gt;ul{
	width: 100%;
	height: 150px;
	display: flex;
	justify-content: center;
}
.secBanner&gt;ul&gt;li{
	width: 70px;
	height: 145px;
}
.aActive{
	
	border-bottom: 5px #cc0000 solid;
}
.secBanner&gt;ul&gt;li:hover{
	cursor: pointer;
}
.secBanner&gt;ul&gt;li&gt;img{
	width: 70px;
	height: 70px;
	margin-top: 50px;
}
.line{
	height: 70px;
	margin: 50px 10px;
}
.line&gt;img{
	height: 100px;
}
.aboutContainer{
	width: 700px;
	/*height: 100px;*/
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.titleBox{
	height: 40px;
	border-bottom: 1px #cccccc solid;
	padding: 20px 50px 0;
	display: flex;
	justify-content: space-between;
}
.title{
	color: #cc0000;
	font-size: 24px;
	font-weight: bold;
	line-height: 40px;
}
.projectBox{
	width: 100%;
	min-height: 500px;
	margin-top: 20px;
}
.fenlei{
	height: 80px;
	width: 97%;
	margin: 20px auto 0;
	display: flex;
	background-color: #fbf6f0;;
}
.city{
	width: 15%;
	color: #636363;
	line-height: 80px;
	text-align: center;
	display: block;
}
.fenlei&gt;ul{
	width: 90%;
	height: 100%;
	/*background-color: #fbf6f0;*/
	display: flex;
	flex-wrap: wrap;
}
.fenlei&gt;ul&gt;li{
	/*width: 80px;*/
	height: 100%;
	margin: 0 10px;
	line-height: 80px;
	text-align: center;
}
/*.fenlei&gt;ul&gt;li:first-child&gt;a{
	color: #CC0000;
	font-weight: bold;
}*/
.fenlei&gt;ul&gt;li.cityActive a{color: #CC0000;font-weight: bold;}
.fenlei&gt;ul&gt;li&gt;a{
	color: #636363;
	line-height: 80px;
	text-align: center;
	display: block;
}
.xiangmu{
	width: 100%;
	margin: 0px 0 20px;
}
.xiangmu&gt;ul{
	width: 100%;
	height: 100%;
	padding: 20px 0;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.xiangmu&gt;ul&gt;li{
	width: 195px;
	height: 350px;
	margin: 10px 0;
	-moz-box-shadow:0px 0px 5px #e2e2e2;
	-webkit-box-shadow:0px 0px 5px #e2e2e2;
	box-shadow:0px 0px 5px #e2e2e2;

}
.xiangmu&gt;ul&gt;li:hover{
	cursor: pointer;
}
.xiangmu&gt;ul&gt;li&gt;img{
	width: 195px;
	height: 150px;
}
.xianmuCon{
	width: 92%;
	margin: 0 auto;
	color: #333333;
	font-size: 12px;
	margin-top: 10px;
}
.xianmuCon&gt;p{
	margin-top: 5px;
}
.jieshao{
	overflow: hidden;
	text-overflow: ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:4;
}
.rongyu{
	overflow: hidden;
	text-overflow: ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
}
.address{
	overflow: hidden;
	text-overflow: ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
}


}

@media only screen and (min-width: 414px) and (max-width: 767px) {
section{
	width: 100%;
	
}
.secBanner{
	width: 100%;
	height: auto;
	background-image: url(../images/secbanner.png);
	background-size: 100% 100%;
	
}
.secBanner&gt;ul{
	width: 100%;
	height: 200px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.secBanner&gt;ul&gt;li{
	width: 60px;
	height: 90px;
	/*border: 5px rgba(255,255,255,0);*/
}
.aActive{
	
	border-bottom: 5px #cc0000 solid;
}
.secBanner&gt;ul&gt;li:hover{
	cursor: pointer;
}
.secBanner&gt;ul&gt;li&gt;img{
	width: 60px;
	height: 60px;
	margin-top: 10px;
}
.line{
	width: 2px;
	height: 70px;
	margin: 10px 20px;
}
.line&gt;img{
	height: 70px;
}
#mdLine{
	display: none;
}
.aboutContainer{
	width: 360px;
	/*height: 100px;*/
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.titleBox{
	height: 40px;
	border-bottom: 1px #cccccc solid;
	padding: 20px 50px 0;
	display: flex;
	justify-content: space-between;
}
.title{
	color: #cc0000;
	font-size: 24px;
	font-weight: bold;
	line-height: 40px;
}
.projectBox{
	width: 100%;
	min-height: 500px;
	margin-top: 20px;
}
.fenlei{
	/*height: 80px;*/
	width: 97%;
	margin: 20px auto 0;
	display: flex;
	background-color: #fbf6f0;;
}
.city{
	width: 30%;
	color: #636363;
	line-height: 40px;
	text-align: center;
	display: block;
}
.fenlei&gt;ul{
	width: 90%;
	height: 100%;
	/*background-color: #fbf6f0;*/
	display: flex;
	flex-wrap: wrap;
}
.fenlei&gt;ul&gt;li{
	/*width: 40px;*/
	height: 40px;
	margin: 0 10px;
	line-height: 40px;
	text-align: center;
}
/*.fenlei&gt;ul&gt;li:first-child&gt;a{
	color: #CC0000;
	font-weight: bold;
}*/
.fenlei&gt;ul&gt;li.cityActive a{color: #CC0000;font-weight: bold;}
.fenlei&gt;ul&gt;li&gt;a{
	color: #636363;
	line-height: 40px;
	text-align: center;
	display: block;
}
.xiangmu{
	width: 100%;
	margin: 0px 0 20px;
}
.xiangmu&gt;ul{
	width: 100%;
	height: 100%;
	padding: 20px 0;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.xiangmu&gt;ul&gt;li{
	width: 130px;
	height: 280px;
	margin: 10px 0;
	-moz-box-shadow:0px 0px 5px #e2e2e2;
	-webkit-box-shadow:0px 0px 5px #e2e2e2;
	box-shadow:0px 0px 5px #e2e2e2;

}
.xiangmu&gt;ul&gt;li:hover{
	cursor: pointer;
}
.xiangmu&gt;ul&gt;li&gt;img{
	width: 130px;
	height: 100px;
}
.xianmuCon{
	width: 92%;
	margin: 0 auto;
	color: #333333;
	font-size: 12px;
	margin-top: 10px;
}
.xianmuCon&gt;p{
	margin-top: 5px;
}
.jieshao{
	overflow: hidden;
	text-overflow: ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:4;
}
.rongyu{
	overflow: hidden;
	text-overflow: ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
}
.address{
	overflow: hidden;
	text-overflow: ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
}

}

@media only screen and (min-width: 321px) and (max-width: 413px) {
section{
	width: 100%;
	
}
.secBanner{
	width: 100%;
	height: auto;
	background-image: url(../images/secbanner.png);
	background-size: 100% 100%;
	
}
.secBanner&gt;ul{
	width: 100%;
	height: 200px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.secBanner&gt;ul&gt;li{
	width: 60px;
	height: 90px;
	/*border: 5px rgba(255,255,255,0);*/
}
.aActive{
	
	border-bottom: 5px #cc0000 solid;
}
.secBanner&gt;ul&gt;li:hover{
	cursor: pointer;
}
.secBanner&gt;ul&gt;li&gt;img{
	width: 60px;
	height: 60px;
	margin-top: 10px;
}
.line{
	width: 3px;
	height: 60px;
	margin: 10px 10px;
}
.line&gt;img{
	height: 60px;
}
#mdLine{
	display: none;
}
.aboutContainer{
	width: 320px;
	/*height: 100px;*/
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.titleBox{
	height: 30px;
	border-bottom: 1px #cccccc solid;
	padding: 20px 20px 0;
	display: flex;
	justify-content: space-between;
}
.title{
	color: #cc0000;
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
}
.projectBox{
	width: 100%;
	min-height: 500px;
	margin-top: 20px;
}
.fenlei{
	/*height: 80px;*/
	width: 97%;
	margin: 20px auto 0;
	display: flex;
	background-color: #fbf6f0;;
}
.city{
	width: 30%;
	color: #636363;
	line-height: 40px;
	text-align: center;
	display: block;
	font-size: 14px;
}
.fenlei&gt;ul{
	width: 90%;
	height: 100%;
	/*background-color: #fbf6f0;*/
	display: flex;
	flex-wrap: wrap;
}
.fenlei&gt;ul&gt;li{
	/*width: 40px;*/
	height: 40px;
	margin: 0 10px;
	line-height: 40px;
	text-align: center;
}
/*.fenlei&gt;ul&gt;li:first-child&gt;a{
	color: #CC0000;
	font-weight: bold;
}*/
.fenlei&gt;ul&gt;li.cityActive a{color: #CC0000;font-weight: bold;}
.fenlei&gt;ul&gt;li&gt;a{
	color: #636363;
	line-height: 40px;
	text-align: center;
	display: block;
}
.xiangmu{
	width: 100%;
	margin: 0px 0 20px;
}
.xiangmu&gt;ul{
	width: 100%;
	height: 100%;
	padding: 20px 0;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.xiangmu&gt;ul&gt;li{
	width: 130px;
	height: 280px;
	margin: 10px 0;
	-moz-box-shadow:0px 0px 5px #e2e2e2;
	-webkit-box-shadow:0px 0px 5px #e2e2e2;
	box-shadow:0px 0px 5px #e2e2e2;

}
.xiangmu&gt;ul&gt;li:hover{
	cursor: pointer;
}
.xiangmu&gt;ul&gt;li&gt;img{
	width: 130px;
	height: 100px;
}
.xianmuCon{
	width: 92%;
	margin: 0 auto;
	color: #333333;
	font-size: 12px;
	margin-top: 10px;
}
.xianmuCon&gt;p{
	margin-top: 5px;
}
.jieshao{
	overflow: hidden;
	text-overflow: ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
}
.rongyu{
	overflow: hidden;
	text-overflow: ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
}
.address{
	overflow: hidden;
	text-overflow: ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
}

}


@media only screen and (min-width: 100px) and (max-width: 320px) {
section{
	width: 100%;
	
}
.secBanner{
	width: 100%;
	height: auto;
	background-image: url(../images/secbanner.png);
	background-size: 100% 100%;
	
}
.secBanner&gt;ul{
	width: 100%;
	height: 200px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.secBanner&gt;ul&gt;li{
	width: 50px;
	height: 90px;
	/*border: 5px rgba(255,255,255,0);*/
}
.aActive{
	
	border-bottom: 5px #cc0000 solid;
}
.secBanner&gt;ul&gt;li:hover{
	cursor: pointer;
}
.secBanner&gt;ul&gt;li&gt;img{
	width: 50px;
	height: 50px;
	margin-top: 10px;
}
.line{
	width: 3px;
	height: 50px;
	margin: 10px 10px;
}
.line&gt;img{
	height: 50px;
}
#mdLine{
	display: none;
}
.aboutContainer{
	width: 320px;
	/*height: 100px;*/
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.titleBox{
	height: 30px;
	border-bottom: 1px #cccccc solid;
	padding: 20px 20px 0;
	display: flex;
	justify-content: space-between;
}
.title{
	color: #cc0000;
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
}
.projectBox{
	width: 100%;
	min-height: 500px;
	margin-top: 20px;
}
.fenlei{
	/*height: 80px;*/
	width: 97%;
	margin: 20px auto 0;
	display: flex;
	background-color: #fbf6f0;;
}
.city{
	width: 30%;
	color: #636363;
	line-height: 40px;
	text-align: center;
	display: block;
	font-size: 14px;
}
.fenlei&gt;ul{
	width: 90%;
	height: 100%;
	/*background-color: #fbf6f0;*/
	display: flex;
	flex-wrap: wrap;
}
.fenlei&gt;ul&gt;li{
	/*width: 40px;*/
	height: 40px;
	margin: 0 10px;
	line-height: 40px;
	text-align: center;
}
/*.fenlei&gt;ul&gt;li:first-child&gt;a{
	color: #CC0000;
	font-weight: bold;
}*/
.fenlei&gt;ul&gt;li.cityActive a{color: #CC0000;font-weight: bold;}
.fenlei&gt;ul&gt;li&gt;a{
	color: #636363;
	line-height: 40px;
	text-align: center;
	display: block;
}
.xiangmu{
	width: 100%;
	margin: 0px 0 20px;
}
.xiangmu&gt;ul{
	width: 100%;
	height: 100%;
	padding: 20px 0;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.xiangmu&gt;ul&gt;li{
	width: 130px;
	height: 280px;
	margin: 10px 0;
	-moz-box-shadow:0px 0px 5px #e2e2e2;
	-webkit-box-shadow:0px 0px 5px #e2e2e2;
	box-shadow:0px 0px 5px #e2e2e2;

}
.xiangmu&gt;ul&gt;li:hover{
	cursor: pointer;
}
.xiangmu&gt;ul&gt;li&gt;img{
	width: 130px;
	height: 100px;
}
.xianmuCon{
	width: 92%;
	margin: 0 auto;
	color: #333333;
	font-size: 12px;
	margin-top: 10px;
}
.xianmuCon&gt;p{
	margin-top: 5px;
}
.jieshao{
	overflow: hidden;
	text-overflow: ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
}
.rongyu{
	overflow: hidden;
	text-overflow: ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
}
.address{
	overflow: hidden;
	text-overflow: ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
}

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