<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">	body{
		width: 100%;
		font-family: Helvetica, Tahoma, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", STXihei, "Microsoft YaHei", SimHei, "WenQuanYi Micro Hei";
		color: #666;
	}
	/* 鍏叡澶� */
	div.head{
		position: fixed;
	    top: 0;
	    width: 100%;
	    background: #fff;
	    z-index: 999;
	}
	header{
		height: 0.88rem;
		position: relative;
		padding: 0 2%;
	}
	div.banner{
		margin-top: 0.88rem;
	}
	ul.navList{
		position: fixed;
		right: 0;
		top: 0;
		background: #47a7d7;
		text-align: left;
		height: 100%;
		width: 3rem;
		z-index: 9999;
		display: none;
	}

	ul.navList li{
		padding-left: 0.2rem;
		padding-right: 0.2rem;
		border-bottom: 1px solid #83c4e4;
		background: #47a7d7;
		height: 0.8rem;
		line-height: 0.8rem;
		width: 100%;
	}
	ul.navList li a{
		display: inline-block;
		height: 100%;
		width: 100%;
	}
	.en{
		height: 30%;
	}
	ul.navList .closeNav{
		float: none;
		border-bottom: 0;
	}
	ul.navList .closeNav img{
		color: #fff;
		position: absolute;
		top: 0.2rem;
		right: 0.2rem;
		font-size: 0.4rem;
		width: 30px;
	}
	ul.navList li a{
		color: #fff;
	}
	header img.logo{
		height: 80%;
		max-height: 44px;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
	}
	header img.tab{
		height: 40%;
		position: absolute;
		top: 50%;
		transform: translateY(-50%); 
		right: 2%;
	}
	div.banner img{
		width: 100%;
		display: block;
	}
	/* 淇敼鏍峰紡 */
	p{
		margin-bottom: 6px;
	}
	/* 瑕嗙洊鏍峰紡 */
	.nav-tabs&gt;li.active&gt;a, .nav-tabs&gt;li.active&gt;a:focus, .nav-tabs&gt;li.active&gt;a:hover{
		border: none;
		border-bottom: 2px solid #47a7d7;
		background: transparent;
	}
	.panel-heading{
		padding: 0;
		height: 0.8rem;
		line-height: 0.8rem;
		width: 100%;
	}
	.panel-default{
		background: #eff7fc;
	}
	.panel-heading a:hover{
		text-decoration: none;
	}
	.panel-heading a{
		color: #666;
		padding-left: 0.2rem;
	}
	.panel-heading span{
		width: 30px;
		display: inline-block;
		text-align: center;
		background: #bfe1f2;
    	height: 100%;
		color: #47a7d7;
	}

	/* 鍏叡鏍峰紡 */
	div.row{
		margin: 0;
		padding: 25px 2%;
	}
	.text-themecolor{
		color: #47a7d7 !important;
	}
	.title-font{
		font-size: 0.48rem;
		color: #666666;
		line-height: 1;
		font-weight: 550;
	}
	.title2-font{
		font-size: 0.36rem;
		color: #666666;
		line-height: 1;
	}
	.title-margin{
		margin-bottom: 25px;
	}
	.text-font{
		font-size: 0.24rem;
		color: #666666;
	}
	.text-font18{
		font-size: 0.18rem;
	}
	.text-small{
		font-size: 0.12rem;
	}
	.clrmargin{
		margin: 0;
	}
	.clr-lineHeight{
		line-height: 1em;
	}
	.theme-bgcolor1{
		background: #deeff8;
	}
	/*  鏍峰紡2  */
	.theme-bgcolor2{
		background: #47a7d7;
	}
	.title-font2{
		font-size: 0.48rem;
		color: #fff;
	}
	.text-font2{
		font-size: 0.24rem;
		color: #deeff8;
	}
	.text-indent{
		text-indent: 1em;
	}
	.text-lineHeight{
		line-height: 1.2;
	}
	.font-weight550{
		font-weight: 550;
	}
	/* 搴曢儴鏍峰紡 */
	div.enroll{
		padding-right: 5%;
		padding-left: 5%;
		text-align: center;
	}
	div.enroll input{
		width: 100%;
		height: 0.8rem;
		padding-left: 0.2rem;
		margin-bottom: 5px;
		border: 0;
		border-radius: 0;
	}
	div.enroll button{
		width: 100%;
		background: #137aae;
		color: #fff;
		height: 0.8rem;
		border: 0;
		font-size: 0.48rem;
		margin-bottom: 25px;
	}
	div.code img{
		height: 1.6rem;
	    margin: 0 0.5rem 25px 0.5rem;
	}
	
	div.enroll li{
		color: #fff;
		width: 19%;
		font-size: 0.18rem;
		padding: 0;
	}
	div.enroll li a{
		color: #fff;
	}
	hr{
			width: 110%;
		margin-left: -5%;
		border-color: #3193c4;
	}
	/* 淇℃伅寮瑰嚭妗� */
		div.signMsg{
		    position: fixed;
		    width: 100%;
		    height: 100%;
		    top: 0;
		    left: 0;
		    background: rgba(0,0,0,.5);
		    display: none;
		}
		div.signMsg div{
	        width: 80%;
		    height: 5.5rem; 
		    background: url(../img/modal.png) no-repeat;
		    position: absolute;
		    transform: translate(-50%,-50%);
		    left: 50%;
		    top: 50%;
		    background-size: 100%;
		}
		div.signMsg span{
		    position: absolute;
		    width: 1rem;
		    height: 1rem;
		    right: 0;
		    top: 0;
		}
		div.signMsg p.modalTitle{
			color: #bcaf82;
			font-size: 0.38rem;
		    margin-top: 2.5rem;
		    line-height: 1;
		    margin-bottom: 0.3rem;
		}
		div.signMsg p.modalMsg{
			font-size: 14px;
			color: #000;
			text-align: left;
			padding: 0 0.4rem;
		}</pre></body></html>