﻿body {
	background: #f0f0f0;
	color: #444;
	font-family: "Segoe UI","Microsoft YaHei","Hiragino Sans GB",STXihei,"Heiti SC",Roboto,"Droid Sans Fallback","Helvetica Neue",Helvetica,Arial,"Segoe UI Emoji",sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	margin: 0;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0;
	clear: both; 
	visibility: hidden;
}
* html .clearfix {height: 1%;}
a, a:link, a:visited, a:hover, a:active {
	color: #ff9000;
	text-decoration: none;
}
p {
	margin: 0 0 0.75em 0;
}
#center {
	margin: 0 auto;
	max-width: 1500px;
	padding: 0 0 1em 0;
	width: 90%;
}
#header {
	padding: 1em 0 0 0;
}
#header h1 {
	color: #ff9000;
	font-size: 2.5em;
	font-weight: 300;
	line-height: 0.75em;
}
#links {
	margin: 2.5em 0 0 0;
}
.link {
	color: #fff;
	height: 100px;
	padding: 20px 15px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	border-radius: 10px;
	box-shadow:0 0 3px rgba(0, 0, 0, 0.5);
}
.link h2 {
	font-size: 2em;
	font-weight: 300;
	line-height: 1em;
	margin: 0;
}
.link h2 a,
.link h2 a:link,
.link h2 a:visited,
.link h2 a:hover,
.link h2 a:active {
	color: #fff;
	text-decoration: none;
}
.link .en {
	font-size: 3em;
	font-weight: 300;
	line-height: 100%;
	position: absolute;
	left: 15px;
	bottom: 20px;
}
.link-1 {
	background: #3197d1;
}
.link-2 {
	background: #ff9000;
}
.link-3 {
	background: #5fb62b;
}
.link-4 {
	background: #09a39e;
}
.col {
	margin: 0 0 15px 0;
}

@font-face {font-family: 'iconfont';
	src: url('iconfont.eot?v=3');
	src: url('iconfont.eot?v=3') format('embedded-opentype'),
	url('iconfont.woff?v=3') format('woff'),
	url('iconfont.ttf?v=3') format('truetype'),
	url('iconfont.svg?v=3') format('svg');
}

.iconfont{
	font-family:"iconfont" !important;
	font-size:96px;font-style:normal;
	line-height:116px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position:absolute;
	top:10px;
	right:15px;
}

#footer {
	color: #9f9f9f;
	font-size: 1em;
	margin: 0 auto;
	padding: 0;
	width: 90%;
}
.bottom-list{
	margin-right:1em;
}
#miitbeian, #miitbeian a {
	color:#cfcfcf;
	font-size:12px;
}
#copyright {
	margin-bottom:0px;
}
@media screen and (min-width: 450px) {
	.col1 {
		float: left;
		margin-right: 4%;
		width: 50%;
	}
	.col1 .link {
		height: 235px;
	}
	.col2,
	.col3 {
		float: left;
		margin: 0 0 15px 0;
		width: 46%;
	}
	.col2 .link,
	.col3 .link {
		height: 90px;
	}
	.col4 {
		clear: both;
	}
	.link-2 .iconfont,
	.link-3 .iconfont{
		font-size:48px;
		line-height:68px;
	}
}

@media screen and (min-width: 600px) {
	body {
		font-size: 16px;
	}
	#header {
		padding: 2.75em 0 1em 0;
	}
	.col1,
	.col2,
	.col3,
	.col4 {
		clear: none;
		float: left;
		margin-right: 2%;
		width: 49%;
	}
	.col2,
	.col4 {
		margin-right: 0;
	}
	.col .link {
		height: 160px;
	}
	.link-2 .iconfont,
	.link-3 .iconfont{
		font-size:96px;
		line-height:116px;
	}
}

@media screen and (min-width: 760px) {
	#header h1 {
		font-size: 3.2em;
	}
	#footer-text {
		margin-top: 1.5em;
		width: 100%;
	}
}

@media screen and (min-width: 950px) {
	#header h1 {
		font-size: 3.75em;
	}
	.col {
		margin-right: 2.105263158%;
		width: 23.421052632%;
	}
	.col4 {
		margin-right: 0;
	}
	.col .link {
		height: 200px;
	}
}

@media screen and (min-width: 1400px) {
	body {
		font-size: 20px;
	}
	.col .link {
		height: 230px;
	}
	.iconfont{
		font-size:112px;
		line-height:132px;
	}
	.link-2 .iconfont,
	.link-3 .iconfont{
		font-size:112px;
		line-height:132px;
	}
}