﻿@import url("system.css");
/*内容页中的分页样式，可以通过覆盖CSS的方法改写*/
#CMS_ConGoPage{height:50px;line-height:50px; width:100%; text-align:center; clear: both; padding: 10px 0; font-family: cursive;font-size: 14px;}#CMS_ConGoPage span{display:inline-block; height:30px; line-height:30px; text-align:center;  width:30px; border: solid #ccc 1px;margin: 10px 3px; color:#ccc;}#CMS_ConGoPage span:hover{background-color: aliceblue;}#CMS_ConGoPage span a,#CMS_ConGoPage span a:hover{text-decoration: none;display:inline-block;color:#000;font-size: 14px;width: 100%;}
body,
html,
textarea {
	font-family: PingFangSC, FZLTXHK, arial, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
	font-size: 14px
}

body,
html {
	s outline: 0;
	margin: 0 auto !important;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 400;
	min-width: 1240px;
	background-color: transparent
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
i,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box
}

sup {
	line-height: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

body {
	line-height: 1
}

ol,
ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
	content: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

a {
	color: #fff;
	cursor: pointer
}

a,
a:hover {
	text-decoration: none
}

@font-face {
	font-family: 'FZQKBYSJW--GB1-0';
	src: url(https://cdnstatic.megvii.com/websiteFE/static/font/方正清刻本悦宋简体.3e17e227.TTF)
}

@font-face {
	font-family: 'DINPro-Bold';
	src: url(https://cdnstatic.megvii.com/websiteFE/static/font/DINPro-Bold.05078759.otf)
}

@font-face {
	font-family: 'DINPro-Medium';
	src: url(https://cdnstatic.megvii.com/websiteFE/static/font/DINPro-Medium.48a3635c.otf)
}

@media screen and (max-width:767px) {

	body,
	html {
		width: 100vw;
		overflow: hidden;
		overflow-y: scroll;
		min-width: 100vw
	}

	::-webkit-scrollbar,
	body::-webkit-scrollbar {
		display: none
	}

	* {
		-webkit-tap-highlight-color: transparent
	}

	body * {
		max-height: 999999px
	}
}