<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">	* {
		font-weight: 300;
		color: #333;
	}
	
	.tz-header {
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 99;
	}
	
	.tz-log {
		position: relative;
		display: inline-block;
		vertical-align: middle;
		line-height: 60px;
	}
	
	.tz-nav {
		max-width: 1200px;
		margin: 0 auto;
	}
	
	.tz-nav .layui-nav-item {
		float: right;
	}
	
	#tz-nav-side {
		padding-top: 20px;
		opacity: 0;
		transform: translateX(-100%);
		transition: all .45s;
	}
	
	#showSide {
		float: right;
		position: relative;
		display: inline-block;
		vertical-align: middle;
		line-height: 60px;
		transition: all .45s;
		padding: 0 15px;
	}
	
	#showSide i {
		font-size: 26px;
		color: rgba(255, 255, 255, .7);
	}
	
	.tz-btn {
		padding-top: 40px;
		text-align: center;
	}
	
	.tz-footer {
		background: #2e3136;
		padding: 20px 0 0;
	}
	
	.footer-desc {
		padding: 15px 0;
		font-size: 16px;
		color: #F2F2F2;
	}
	
	.tz-footer .tz-footer-list li {
		color: #F2F2F2;
		font-size: 14px;
		line-height: 2.5;
	}
	.tz-footer .tz-footer-list li a{
		color: #F2F2F2;
	}

	.tz-footer .tz-footer-list li a:hover{
		text-decoration:underline;
	}
	.tz-footer .tz-footer-list .list-titel {
		font-size: 18px;
		padding: 5px 0;
	}
	
	.tz-sm-footer {
		border-top: 1px solid rgba(0, 0, 0, 0.1);
	}

	.tz-sm-footer .footer-desc {
		padding: 10px 0;
		line-height: 2;
		font-size: 14px;
		text-align: center;
		color: #333;
	}


	.main-img {
		width: 100%;
		margin-top: 60px;
	}
	
	.main-img img {
		width: 100%;
	}

	/*é€‰é¡¹*/
	.insideCss{
		position: fixed;
		top: 65px;
		max-width: 295px;
	}

	.main-active{
		position: relative;
	}
	.main-active:after{
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 5px;
		background: #b78282;
	}

	.main {
		width: 100%;
		background: #f0f0f0;
		padding: 30px 0;
	}
	
	.layui-col-space30&gt;* {
		padding: 15px;
	}
	
	.main .left_t {
		height: 150px;
		background: #6c737d;
		position: relative;
	}
	
	.main .left_t i {
		display: block;
		width: 87px;
		height: 91px;
		position: absolute;
		top: 30px;
		left: 63px;
		background: url(../img/h3ico.png) no-repeat;
	}
	
	.main .left_t span {
		display: block;
		color: #fff;
		text-indent: 95px;
	}
	
	.main .left_t .p1 {
		font-size: 22px;
		padding-top: 62px;
	}
	
	.main .left_list ul li a {
		display: block;
		height: 45px;
		line-height: 45px;
		font-size: 14px;
		color: #333;
		text-indent: 36px;
		background: #fff;
		border-top: 1px solid #f0f0f0;
	}
	
	.wrapper {
		display: none;
	}
	
	.main .crumbs {
		line-height: 50px;
		background: #fff;
		text-indent: 20px;
		border-bottom: 1px solid #f0f0f0;
	}
	
	.main .content {
		background: #FFFFFF;
		line-height: 26px;
		text-indent: 2em;
		padding: 15px;
	}
	
	.main .content img {
		display: block;
		margin: 0 auto;
		width: 100%;
	}


	/*æ‹›è˜*/

	.job-list{
		border-bottom: 1px solid rgba(0,0,0,0.1);
		padding: 15px 0;
	}

	.job-title{
		font-size: 16px;
	}

	.job-desc{
		padding:15px 25px;
		text-align: left;
		text-indent: 0;
	}

	/*é˜²ä¼ªæŸ¥è¯¢*/
	.select-content {
		min-height: 450px;
	}

	.select-title {
		font-size: 20px;
		color: #424242;
		border-bottom: 1px solid rgba(0,0,0,0.1);
		padding: 10px 0;
	}
	.select-from {
		text-align: center;
	}
	.select-from input{
		margin: 20px 0;
	}
	.select-result{
		border: 1px solid rgba(0,0,0,0.1);
		margin-top: 15px;
		padding: 5px;
	}
</pre></body></html>