<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 首页模块 */
.title {
	text-align: center;
	position: relative;
}
.title .cn {
	position: absolute;
	top: 50px;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 30px;
	font-weight: bold;
	color: #2d6196;
	white-space: nowrap;
}
.title .en {
	font-size: 80px;
	font-weight: bold;
	color: white;
	white-space: nowrap;
	text-transform: uppercase;
	text-shadow: #e9e9e9 1px 0 0,#e9e9e9 0 1px 0,#e9e9e9 -1px 0 0,#e9e9e9 0 -1px 0;
}
.vidnewtcn {
	text-align: left;
	font-size: 30px;
	font-weight: bold;
	color: #2d6196;
	white-space: nowrap;
}
.vidnewten {
	text-align: left;
	font-size: 45px;
	font-weight: bold;
	color: white;
	white-space: nowrap;
	text-transform: uppercase;
	text-shadow: #e9e9e9 1px 0 0,#e9e9e9 0 1px 0,#e9e9e9 -1px 0 0,#e9e9e9 0 -1px 0;
}
.IndexCont1 {
	padding: 50px 0px;
	clear: both;
}
/*首页视频*/
.indexvideo {
	float: left;
	width: 570px;
	height: 445px;
	margin: 0;
}
.showvideo {
	width: 570px;
	height: 320px;
	margin: 25px 0px;
}
/*首页新闻*/
.indexnews {
	float: left;
	width: 1200px;
	height: 400px;
	overflow: hidden;
}
.shownews {
	margin: 25px 0px;
}
.ContentTextList {
	margin: 0;
	float: left;
}
.ContentTextList li {
	float: left;
	width: 585px;
	height: 80px;
	border-bottom: 1px #999 dashed;
	box-sizing: content-box;
	margin-bottom: 15px;
	margin-right: 15px;
}
.ContentTextList li .Time {
	position: relative;
	float: left;
	width: 112px;
	height: 80px;
	font-size: 14px;
	color: #7c7c7c;
	text-align: center;
	background-color: #ededed;
	margin-bottom: 15px;
	clear: both;
}
.ContentTextList li .Time .Time-YYYY {
	position: absolute;
	z-index: 98;
	width: 60px;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	font-size: 24px;
	left: 30px;
	top: 12px;
	overflow: hidden;
}
.ContentTextList li .Time .Time-MMDD {
	position: absolute;
	z-index: 99;
	width: 82px;
	height: 30px;
	line-height: 30px;
	text-align: left;
	font-size: 14px;
	left: 20px;
	bottom: 10px;
	overflow: hidden;
}
.ContentTextList li .Name {
	float: left;
	margin-left: 18px;
	width:455px;
	height: 30px;
	line-height: 30px;
	color: #3068a9;
	font-size: 16px;
	text-indent: 15px;
	white-space: nowrap;
	overflow: hidden;
	background: url('xwyd1.png') 0px 10px no-repeat;
}
.ContentTextList li .detail {
	float: left;
	margin-left: 18px;
	width: 455px;
	height: 55px;
	line-height: 22px;
	font-size: 12px;
	color: #6d6d6d;
	line-height: 150%;
}
.ContentTextList li a {
	color: #3068a9;
}
.ContentTextList li a:hover {
	color: #0066CC;
	border-bottom: 1px #0066CC solid;
}
.ContentTextList li:first-child a {
	color: #CC3300;
	font-weight: bold;
}
.ContentTextList li:first-child a:hover {
	color: #CC3300;
	font-weight: bold;
	border-bottom: 1px #CC3300 solid;
}
.ContentTextList li .Name .SideTime {
	display: none;
}
/* 产品展示 */
.IndexCont2 {
	padding: 30px 0px;
	clear: both;
}
.IndexCont2 .indexCpzs {
	display: flex;
	justify-content: space-between;
}
/* 产品展示 */
.IndexCont2 {
	padding: 50px 0px;
	margin:0px auto;
	clear:both;
}
.IndexCont2 .indexCpzs {
	display: flex;
	justify-content: space-between;
}
/* 产品导航 */
.IndexCont2 .indexCpzs .LeftProdNav {
	width: 250px;
	margin: 0;
}
.IndexCont2 .indexCpzs .LeftProdNav &gt; div {
	font-size: 30px;
	color: #CC3300;
	padding: 20px;
	text-align: left;
	font-weight: bold;
	background: #eaebef url('ico1.png') 160px 25px no-repeat;
}
.IndexCont2 .indexCpzs .LeftProdNav &gt; div span {
	display: block;
	font-size: 16px;
	color: gray;
	text-align: left;
	text-transform: uppercase;
}
.IndexCont2 .indexCpzs .LeftProdNav &gt; ul {
	border: 1px solid #eaebef;
}
.IndexCont2 .indexCpzs .LeftProdNav &gt; ul a {
	display: block;
	padding: 20px;
	font-size: 14px;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border-bottom: 1px solid #eaebef;
	background-image: url("ico01.png");
	background-position: 20px center;
	background-repeat: no-repeat;
	text-indent: 20px;
}
.IndexCont2 .indexCpzs .LeftProdNav &gt; ul a:hover {
	background-color: #2d6196;
	color: white;
	background-image: url("ico01b.png");
}
.IndexCont2 .indexCpzs .LeftProdNav &gt; ul ul {
	background-color: #F5F5F5;
	border: none;
	margin: 0px;
	padding: 0px 0px;
	display: none;
}
.IndexCont2 .indexCpzs .LeftProdNav &gt; ul ul a {
	padding: 9px 30px;
	font-size: 12px;
	color: #666;
	background-image: none;
	text-indent: 20px;
}
.IndexCont2 .indexCpzs .LeftProdNav &gt; ul ul a:hover {
	background-color: #DDD;
	color: black;
	background-image: none;
}
/* 产品列表 */
.IndexCont2 .indexCpzs .ProdList {
	width: 930px;
	margin: 0;
}
.IndexCont2 .indexCpzs .ProdList ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.IndexCont2 .indexCpzs .ProdList ul li {
	width: 300px;
	margin: 0;
	margin-bottom: 20px;
	box-shadow: 4px 4px 0px #cecece;
	background-color:#ffffff;
	overflow: hidden;
}
.IndexCont2 .indexCpzs .ProdList ul li .Image {
	width: 299px;
	height: 229px;
	border-left:1px #cecece solid;
	border-top:1px #cecece solid;
	text-align:center;
}
.IndexCont2 .indexCpzs .ProdList ul li .Image img {
	height: 228px;
	width:auto;
	object-fit: cover;
}
.IndexCont2 .indexCpzs .ProdList ul li .Name {
	width: 100%;
	border-left:1px #cecece solid;
	background-color: #f0f0f1;
}
.IndexCont2 .indexCpzs .ProdList ul li .Name a {
	display: block;
	font-size: 16px;
	color: black;
	padding: 10px 30px;
	background-image: url("ico02.png");
	background-position: 250px center;
	background-repeat: no-repeat;
}
.IndexCont2 .indexCpzs .ProdList ul li .Name a:hover {
	color:#2e6ead;
}
.about {
	padding: 50px 0;
	background-image: url("gsjjbg.jpg");
	background-size: cover;
	background-attachment: fixed;
	margin:0px auto;
	clear:both;	
}
.about .cont {
	display: flex;
	align-items: center;
}
.about .cont .Desc {
	width: 55%;
}
.about .cont .Desc .compNameCN {
	font-size: 25px;
	font-weight: bold;
	color: #9f0000;
	padding: 0;
	padding-bottom: 15px;
	margin: 0;
}
.about .cont .Desc .compNameEN {
	font-size: 20px;
	color: #9c9c9c;
	padding: 0;
	padding-bottom: 5px;
	margin: 0;
	border-bottom: 3px solid #bfbfbf;
	width: 370px;
}
.compCont {
	font-size: 16px;
	color: #454545;
	line-height: 150%;
}
.Desc a, .showeventslist li a {
	color: #336699;
}
.Desc a:hover, .showeventslist li a:hover {
	color: blue;
	text-decoration: underline;
}
.about .cont .Image img {
	box-shadow: 7px 7px 0px rgba(0,0,0,0.2);
	width: 472px;
	height: 310px;
}
.events {
	padding: 50px 0;
	background: url('eventsmap.jpg') no-repeat left bottom;
	height: 650px;
	margin:0px auto;
	clear:both;
}
.showeventslist {
	float: right;
	width: 785px;
	padding-top: 30px;
}
.showeventslist ul {
	display: block;
}
.showeventslist li, .showeventslist li a {
	display: block;
	float: left;
	margin: 0px;
	height: 28px;
	width: 785px;
	line-height: 28px;
	text-align: left;
	overflow: hidden;
	color: #454545;
}
.showeventslist li:hover {
	color: #0066CC;
	border-bottom: 1px #0066CC solid;
	cursor: default;
}
.showeventslist li:last-child {
	border-bottom: 1px #FFFFFF solid;
}
</pre></body></html>