<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.main {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: 1px solid #eee;
}
/*--header-- */
	.header{
		width: 1200px;
		min-width: 1200px;
		background-color: #fff;
		position: relative;
		z-index: 1;
		height: 80px;
		display: flex;
	}
	.logo {
		display: flex;
	}
	.logo-img{
		height: 40px;
		width: 260px;
		margin-top: 20px;
	}
	.logo-img-2 {
		width: 82px;
		height: 32px;
		margin-top: 23px;
		margin-left: 10px;
	}
	.right-nav{
		float: right;
		width: 400px;
		height: 78px;
		color: #fff;
    	padding-right: 4px;
    	text-align: right;
	    font-size: 15px;
	    /*background-image: url('/static/img/base/brand-sparks.png');*/
	    background-repeat: no-repeat;
        background-position: 130px -15px;
        box-sizing: border-box;
		position: absolute;
		right: 103px;
		padding-top: 27px;
	}
	.right-nav span{
		display: inline-block;
		margin-right: 15px;
	}
	.right-nav span:first-child{
		font-size: 0.8em;
		margin-bottom: 18px;
	}
	.header-right-login .submitvul-btn{
		font-size: 1em;
		padding: 5px 20px;
		border-radius: 5px;
		background-color: #fff;
		border: 1px solid #0ead7d;
		color: #0ead7d;
		height: 20px;
		line-height: 20px;
	}
	.header-right-login	.conmon-li {
		line-height: 80px;
	}
    .header-right-login .btn-li {
		margin-right: 30px;
	}
	.header-right-login .submitvul-btn:hover{
		background-color: #0ead7d;
		color: #fff;
	}
	.header-right-login .submitvul-btn:active{
		background-color: #0ead7d;
	}
	.header-right-login a{
		text-decoration: none;
		color: #1E1E1E;
	}
	.header-right-login{
		display: flex;
		width: 250px;
	}
	.main-nav-wrapper{
		/*position: absolute;*/
		left: 0;
		bottom: 0;
		width: 100%;
		height: 78px;
		/*padding-right: 150px;*/
		/* 鏍硅妭鐐瑰瓧浣� */
		display: flex;
		font-size: 14px;
		/*background-color: #00152e;*/
	    box-sizing: border-box;
	}
	.main-nav{
		display: table;
		width: calc(100% - 250px);
	}
	.main-nav&gt;li{
		width: 11.11%;
		height: 78px;
		display: table-cell;
		position: relative;
		background: #fff;
	}
	.main-nav&gt;li&gt;a{
		display: inline-block;
		vertical-align: middle;
		width: 100%;
		height: 80px;
		line-height: 78px;
		font-size: 1em;
		color: #2e2e2e;
		text-decoration: none;
		text-align: center;
	}
	/* 涓夊懆骞�*/
	.main-nav a.years-3{
		/*background-image: url('/static/img/base/3-years.png');*/
		/*background-position: 50% -1px;*/
		/*background-repeat: no-repeat;*/
		/*background-size: cover;*/
		/*margin-top: 10px;*/
		color: #ffe300;
	}
	.main-nav .special-nav-tab{
		position: absolute;
		right: 0;
		top: 0;
		display: inline-block;
		vertical-align: middle;
		width: 150px;
		height: 100%;
		text-align: center;
		/* font-size: 0;
		background-image: url(/static/img/base/3-years.jpg);
		background-position: 0 10px;
		background-repeat: no-repeat; */
	} 
	.main-nav .special-nav-tab a.login-btn{
		margin-top: 9px;
		font-size: 0.9em;
		display: inline-block;
		width: 82px;
		height: 30px;
		line-height: 30px;
		border-radius: 5px;
		border: 1px solid #fff;
	}
	.main-nav .special-nav-tab a.login-btn:hover{
		background-color: #fff;
		color: #00152e;
	}
	.main-nav .special-nav-tab a.logout-btn{
		font-size: 0.9em;
		line-height: 50px;
		display: inline;
	}
	.main-nav .special-nav-tab a.logout-btn:hover{
		text-decoration: underline;
		background-color: #00152e !important;
	}

	.special-nav-tab .personal-img{
		display: inline-block;
		width: 40px;
		/* margin-top: 3px; */
	}
	.special-nav-tab img{
		display: inline-block;
		vertical-align: middle;
		width: 35px;
		height: 35px;
		border-radius: 25px;
	}
	.active-li{
		background-color: #fff !important;
	}
	 .active-li&gt;a{
		 color: #0EAD7D !important;
	 }
	.main-nav&gt;li:not(.no-hover-tab):hover,
	.main-nav&gt;li:not(.no-hover-tab):hover&gt;a,
	.main-nav&gt;li&gt;a:not(.special-nav-a):hover{
		cursor: pointer;
		background-color: #E1F6F0 !important;
	}
	.main-nav&gt;li:hover&gt;.sub-nav,.main-nav&gt;li&gt;a:hover+.sub-nav,.sub-nav:hover{
		display: block;
	}
	.sub-nav, .sub-sub-nav{
		display: none;
		position: absolute;
		top: 80px;
		left: 0;
		width: 240px;
		background-color: #fff;
		z-index: 999;
		box-shadow: 0 3px 6px #ccc;
		padding: 10px 0;
	}
    .sub-sub-parent {
        position: relative;
    }
    .sub-sub-nav {
        top: 0;
        left: 120px;
        width: 340px;
    }
    .sub-sub-parent:hover .sub-sub-nav{
		display: block;
	}
	.login-sub-nav {
		display: none;
		position: absolute;
		top: 78px;
		left: 1082px;
		width: 130px;
		background-color: #fff;
		z-index: 999;
		padding: 10px 0;
	}
	/*.login-show-nav:hover,.login-sub-nav{*/
	/*	display: block;*/
	/*}*/

	.personal-img {
		margin-right: 15px;
		position: relative;
	}
	.personal-img .pop-tips{
		border-radius: 30px;
		width: 15px;
		height: 15px;
		font-size: 12px;
		line-height: 15px;
		color: #fff;
		background-color: #f84e44;
		position: absolute;
		top: 24px;
		left: 15px;
		text-align: center;
	}
	.sub-nav a, .sub-title {
		display: block;
		font-size: 0.85em;
		line-height: 45px;
		height: 45px;
		text-align: left;
		padding-left: 20px;
		text-decoration: none;
		color: #0EAD7D;
	}
	.sub-nav a:hover, .sub-title:hover {
		background-color: #E1F6F0;
		/*color: #347ad8; */
		/* text-decoration: underline; */

	}

/* --// header-- */

/* --main-- */
.main-wrapper{
	width: 100%;
}
/* --// main-- */

/* --footer-- */
.footer-wrapper{
    position: relative;
	clear: both;
	width: 100%;
	min-width: 1200px;
	padding-top: 20px; 
	color: #5bc11a;
	font-size: 16px;
	font-family: "Microsoft YaHei";
	background-color: #282828;
	box-sizing: border-box;
}
.footer{
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	background-color: #282828;
	box-sizing: border-box;
}
/* --footer Main-- */
.footer-main{
	padding: 10px 0;
	border-bottom: 1px solid #ffffff;
	padding-bottom: 76px;
	display: flex;
	justify-content: center;
}
.footer-main div{
	display: inline-block;
	vertical-align: top;
	margin: 0 15px;
}
.footer-main a{
	color: #dadada;
}
.footer-main a:hover{
	color: #fff;
	text-decoration: none;
}
.footer-content-header{
	display: inline-block;
	padding: 10px 0 10px;
	font-size: 16px;
	color: #39a987;
}
.footer-content-1{
	padding: 0 40px;
}
.footer-content-1:first-child{
	padding-left: 0;
	margin-left: 0;
}
.footer-content-1 a,
.footer-content-1 span:not(.footer-content-header){
	display: inline-block;
	padding: 5px 0;
	font-size: 12px;
}
div.footer-content-2{
	margin: 0 35px;
}
.back-to-top{
	display: none;
	position: fixed;
	right: 5%;
	bottom: 10%;
}
.back-to-top-link{
	display: inline-block;
	background: url(/static/img/base/back_to_top.png);
	width: 40px;
	height: 40px;
}
/* --// footer Main-- */
/* --copyRight-- */
.footer-copyRight{
	font-size: 15px;
	padding: 20px 0 20px;
	clear: both;
	text-align: center;
}
/* --//copyRight-- */

body {
    min-width: 1200px;
    overflow-x: auto;
}
@media only screen and  (min-width: 1200px){
	body{
		position: relative;
		overflow-x: hidden; 
	}
}
</pre></body></html>