<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#body {
	font-family: arial,helvetica,sans-serif;
	min-width: 1360px;
	background-color: #b7d1e3;/*#E6E6E6*/
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

.pagepic{
	position: relative;
	widows:100%;
	display: block;
}

.main-wrap{
	background-color: #F2F2F2;
	margin-top: 20px;
}

.container{
	width: 1170px;
	padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto; 
    flex-grow: 1;
}

.left{
	border: 1px solid #00000000;
	width: 20%;
	padding-top: 80px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	float: left;
	box-sizing: border-box;
}

.menutitle {
	border: 1px solid #00000000;
	box-sizing: border-box;
	border-radius: 10px 10px 0px 0px;
	letter-spacing: 3px;
	font-size: 24px;
	color: #ffffff;
	background-color: #2d81c0;
	text-align: center;
	padding: 20px;
}

.menuitem{
	margin: 0;
    padding: 0;
    list-style: none;
	}

	.menuitem a{
		text-decoration: none;
		color: #ffffff;
		text-align: left;
		padding:10px;
	}


.menuitem1 {
	border-bottom: 2px solid #E6E6E6;
	background-color: #2e6d9a;
	padding: 16px;
	font-size: 18px;
}

.menuitem1:hover{
	background: #3aa6f7;
	color: #E6E6E6;
}

.menulast {
	background-color: #2e6d9a;
	height: 60px;
	border: 1px solid #00000000;
	box-sizing: border-box;
	border-radius: 0px 0px 10px 10px;
}

.right {
	border: 1px solid #00000000;
	width: 75%;
	float: right;
	box-sizing: border-box;
	background-image: url(~/Image/HCfish.png);
}

.clearfix{
	clear: both;
}

.aboutHCtitle{
	position: relative;
	color: #4D4D4D;
	font-size: 32px;
	padding-left: 20px;
	padding-top: 40px;
	padding-bottom: 20px;
	display: inline-block;
	z-index: 2;
}

span{
	font-size:24px; 
}

.highlight{
	position: relative;
	width: 320px;
	height: 25px;
	background-color: #CCCCCC;
	display: inline-block;
	z-index:1; 
	transform: translate(-310px,10px);
}


.aboutHCcontent{
	text-indent: 40px;
	color: #4D4D4D;
	font-size: 24px;
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 10px;
	padding-bottom: 20px;
	line-height: 2;
}

.aboutHCFeature{
	padding: 20px;
}

.fea{
	display: inline-block;
	box-sizing: border-box;
	border: 1px solid #00000000;
	padding:20px;
	width: 33.33333%;
}

.feaText{
	font-size: 16px;
	text-align: center;
	padding: 20px;
	color: #88b3d1;
}



.footertitle{
	color: #F1F3F2;
	font-size: 24px;
}

.list{
	margin: 20px 0;
}

.listitem{
	color: #F1F3F2;
	font-size: 20px;
	line-height: 2;
}

ul.list a{
	text-decoration: none;
}


.left1 {
	border: 1px solid #00000000;
	width: 25%;
	padding-top: 80px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	float: left;
	box-sizing: border-box;
}</pre></body></html>