@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon.eot?-7nvgi7');
	src:url('fonts/icomoon.eot?#iefix-7nvgi7') format('embedded-opentype'),
		url('fonts/icomoon.woff?-7nvgi7') format('woff'),
		url('fonts/icomoon.ttf?-7nvgi7') format('truetype'),
		url('fonts/icomoon.svg?-7nvgi7#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-ask:before {
	content: "\e627";
}

.icon-praise:before {
	content: "\e628";
}

.icon-money:before {
	content: "\e629";
}

.icon-home:before {
	content: "\e600";
}

.icon-office:before {
	content: "\e601";
}

.icon-newspaper:before {
	content: "\e602";
}

.icon-location:before {
	content: "\e603";
}

.icon-envelope:before {
	content: "\e604";
}

.icon-mobile:before {
	content: "\e605";
}

.icon-bubble:before {
	content: "\e606";
}

.icon-bubble2:before {
	content: "\e607";
}

.icon-user3:before {
	content: "\e608";
}

.icon-user4:before {
	content: "\e609";
}

.icon-search:before {
	content: "\e60a";
}

.icon-cog:before {
	content: "\e60b";
}

.icon-aid:before {
	content: "\e60d";
}

.icon-list:before {
	content: "\e60e";
}

.icon-minus:before {
	content: "\e60f";
}

.icon-plus:before {
	content: "\e610";
}

.icon-arrow-up:before {
	content: "\e611";
}

.icon-apple:before {
	content: "\e612";
}

.icon-android:before {
	content: "\e613";
}

.icon-windows8:before {
	content: "\e614";
}

.icon-road:before {
	content: "\e615";
}

.icon-alarm:before {
	content: "\e616";
}

.icon-screen:before {
	content: "\e617";
}

.icon-spinner:before {
	content: "\e618";
}

.icon-airplane:before {
	content: "\e619";
}

.icon-truck:before {
	content: "\e61a";
}

.icon-google-plus:before {
	content: "\e61b";
}

.icon-star:before {
	content: "\e61c";
}

.icon-phone:before {
	content: "\e61d";
}

.icon-film:before {
	content: "\e61e";
}

.icon-undo:before {
	content: "\e61f";
}

.icon-image:before {
	content: "\e626";
}

.icon-sina2:before {
	content: "\e60c";
}

.icon-qone:before {
	content: "\e620";
}

.icon-baidu:before {
	content: "\e621";
}

.icon-weixin:before {
	content: "\e622";
}

.icon-QQ:before {
	content: "\e623";
}

.icon-tencent:before {
	content: "\e624";
}

.icon-sina:before {
	content: "\e625";
}

/*header*/
.sm {
    margin: 5px;
    padding: 5px;
	background-color: #e40000;
}
.sm h3 {
    color: #fff;
    font-family: "微软雅黑";
    font-size: 36px;
    font-weight: bold;
	text-align:center;
}
.sm p { color: #fff;
    font-family: "微软雅黑";
    font-size: 16px;
    text-align:center;
    margin-top:10px;
}

/*footer*/
.QQ { overflow: hidden; margin: 0px; padding: 4px; position: fixed; z-index: 99999; left: 0px; top: -50px; background: rgba(255,255,255,1); width: 100%; border-bottom: 1px solid #f1f1f1; -webkit-box-shadow: 0 0 10px #666; font-family: "microsoft yahei"; box-shadow: 0 0 10px #666; }
.QQ a { text-decoration: none; }
.QQ img { float: left; border-right: 1px dashed #f1f1f1; margin-right: 8px; padding-right: 4px; }
.QQ h4 { line-height: 18px; font-size: 16px; margin: 0px; padding: 0px; color: #000; }
.QQ p { font-size: 14px; line-height: 18px; color: #666; margin: 0px; padding: 0px; }
.show1 { -webkit-animation: show 10s infinite; }
 @-webkit-keyframes show { 0% {
 top: -50px;
opacity: 0;
}
 10% {
top: 0px;
opacity: 1;
}
 50% {
top: 0px;
opacity: 1;
}
 60% {
top: -50px;
opacity: 0;
}
 100% {
top: -50px;
opacity: 0;
}
}
