<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.main-margin {
	margin: 0 auto; position:relative; width:1200px;
}

.main-pic {
	width: 100%;
	height: 615px;
}

/* .main-pic img {
	width: 100%;
	height: 100%;
} */

.bg {
	width: 100%;
	height:696px;
	position: relative; z-index:2;
}

.bg&gt;figure {
	width: 100%; background-size:cover; background-position:center;
	height: 100%;
}

.nav-main {
	height: 100%;
	padding-left: 55px;
	padding-right: 28px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.bg-nav {
	width:1200px;
	left:50%;
	transform: translateX(-50%);
	height: 85px;
	background-color: #FFFFFF;
	position: absolute;
	bottom: 0;
}

.left-cont {
	display: flex;
	font-size:15px;
}

.left-cont&gt;div {
	margin-right:0px;
}

.left-cont&gt;div a {
	color: #7b7b7b;
}

.left-cont&gt;div&gt;a:visited {
	color: #2d4992;
}

.right-cont {
	position: relative; display:none;
}
.right-cont .search-inp{ outline:none; cursor:pointer; border:1px solid #ddd; border-radius:5px; padding:10px; width:1.2rem; background-color:transparent; background-repeat:no-repeat; background-size:auto 40%; background-position:95% center; background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAADQklEQVRoQ+1XPWgUQRT+ZrO5Qgg2FjaCWNjZSAiIl9y+SSBYWJwXBX8QFUFFRNEgiIgRUiiSwhQBtYigoJIQUIiFeDt7CYgEgqSzkWCTQggWWhji7ZMJe3CMl9zezZ4S2Wnultn3ve/73ryZWYFNPsQm549UwL+uYFqBtAKWDqRLyNJA6/C0AtYWWgL8fxVQSikAO5n5mpRyytKgRMOVUrcBDAEYJKIRDf5HBYIgeM/M+wCsMnNeSjmdKIsmwarIa4QhIrpTU0CpVNpTLpcnhRC7AfwAkCeid03mTSTMID9MRLcqwDV7oFgs7m1ra5tg5l0AloUQec/zZhNh0yCIQf4uEd2ohli3iWdmZrp0JQDsYOYl13XzPT09cw3mt3rdID9CRIMm4Ia7kO/7+4UQWsR2AItRTyxYsYoZbJB/QERXaoXW3UaVUh6ACQDbAHyKekL/tmxUk2fmMSnlxfWS1RWgA5VSfQB0JbYCWHAcJ5/L5RZboaCavBDiked55zbKE0uABgiC4EAYhnp32sLMc5lMJp/NZpeSFGE4Py6lPFMPP7aASMRBXQlmzgCYLZfL+b6+vuV6SeLMG+SfSilPxolrSIAG9H3/UNTYOlafD/qc0OdF08No2BdEdDQuWMMCNHCpVDoShuHLKMl0R0dHvrOzczVu0ur3DPKTRHS4EZymBESNfRzAM/2fmaeklIVGEkcYlbuNfnwFYICIfjWC07SAiMApAOORiOdSymNxkxtr/o0QokBEP+PGV96zEhCJOAvgcQT4hIhO1yNhbJVvXdcdyGaz3+vF1Zq3FqBBi8XiBcdxxqIED4no/HpkjDWvXNctdHd3f2uGvI5JRIAGCoLgEjOProEKMep53mWTlOH87MrKykB/f//XZsknKkCD+b5/VQix9qHBzPellNcr5AznP7S3txeSOAgTq0CFaBAE15n5XvS8dnc3yM+HYVjo7e39YuN8Yk1ci4RS6iaA4WguAKAvhHosROQ/J0E+8SVUTcpwXU/NAzhBRIneZBNfQtUi9AWQmbscx/mYy+VeJ+V6NU5LBbSCsImZCvgbLm+UI61AWgFLB9IlZGmgdXhaAWsLLQHSClgaaB2eVsDaQkuA314OMEBZbRR8AAAAAElFTkSuQmCC);}
.right-cont .search-inp::placeholder{ color:#333; font-size:15px;}
.right-cont .select-zone{
	position: absolute; border:1px solid #ddd; border-top:none; z-index:99999;
	width:100%; left:0; display:none;
	top:0.17rem; background:#fff;	
}
.right-cont .select-zone&gt;li{ text-align:center; line-height:3; cursor:pointer;}
.text-cont {
	margin-top: 50px;
	margin-bottom: 100px;
}

.text-cont&gt;h1 {
	margin-bottom: 50px;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #083388;
}

.text-all-cont {
	width: 80%;
	margin: 0 auto;
	color: #2d4992;
}

.text-mr {
	margin: 20px 0; text-align:center; line-height:2;
}

.tab {
	width: 100%;
	padding: 5px 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 120px;
}

.tab-item {
	width: 49%;
	height: 152px;
	margin-bottom: 18px;
	border: 2px solid #6d6d6d;
	display: flex;
	align-items: center;
}

.tab-icon,
.tab-right {
	padding-left: 40px;
}

.tab-right&gt;div {
	margin: 10px;
}
</pre></body></html>