<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
	.section-page-wrap {

	 	text-align: center;padding:20px 160px;		
	}

	.section-page-title {
		color:#03adf3;font-size:24px;line-height: 3;
	}

	.inner-title {
		line-height: 2.5;font-size:18px;
	}

	.inner-subtitle {
		line-height: 2.5;
	}

	.inner-image {
		 width:100%;height:auto;display:block;
	}

	.sub-title {
		margin-top:10px;padding:10px 30px;border-top:1px solid #666;
	}

	.p-image {
		width:300px;height:auto;
	}
	
.cols-3, .cols-3a{
  overflow: auto;
  zoom: 1;

}
	.cols-3 li,.cols-3a li{
		float:left;
		width:31%;
		border:1px solid #f1f1f1;
		box-sizing:border-box;
	  -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  -ms-box-sizing: border-box;
	  -o-box-sizing: border-box;
	}

	.cols-3 li:last-child,.cols-3a li:last-child {
		margin-right:0;
		margin-bottom: 20px;
	}


	.cols-3a li {
		border:none;
	}
	.items{
		/*margin:5px 2.5% 25px .5%;*/
		display:relative;
		margin-right:2.25%;
		margin-top:20px;	
		background: #fff;
		transition: all 0.2s linear;
		-webkit-transition: all 0.2s linear;
		-ms-transition: all 0.2s linear;
		-moz-transition: all 0.2s linear;
		-o-transition: all 0.2s linear;
	}

	.items:hover{
		-webkit-transform: translate3d(0,-2px,0);
		-ms-transform: translate3d(0,-2px,0);
		-moz-transform: translate3d(0,-2px,0);
		-o-transform: translate3d(0,-2px,0);
		transform: translate3d(0,-2px,0);
		box-shadow: 0px 15px 30px #ccc;
		-webkit-box-shadow: 0px 15px 30px rgba(0,0,0,0.1);
		-ms-box-shadow: 0px 15px 30px rgba(0,0,0,0.1);
		-moz-box-shadow: 0px 15px 30px rgba(0,0,0,0.1);
		-o-box-shadow: 0px 15px 30px rgba(0,0,0,0.1);
	}

	.func1,.func2,.func3,.func4,.func5,.func6,.func7,.func8,.func9 {
		display:absolute;
		width:100px;
		height:100px;
		margin-left: 33%;		
		line-height:100px;
		border-radius: 20px;
		color:#fff;
		border:1px solid #ff6600;
		background:#ff6600;
	}

	.func2 {
		border:1px solid #3274d0;
		background:#3274d0;
	}

	.func3 {
		border:1px solid #e64a50;
		background:#e64a50;

	}

	.func4 {
		border:1px solid #701078;
		background:#701078;

	}


	.func5 {
		border:1px solid #ea4c89;
		background:#ea4c89;

	}


	.func6 {
		border:1px solid #244319;
		background:#244319;

	}


	.func7 {
		border:1px solid #b01100;
		background:#b01100;

	}


	.func8 {
		border:1px solid #43c100;
		background:#43c100;

	}


	.func9 {
		border:1px solid #f88b02;
		background:#f88b02;

	}

</pre></body></html>