body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,p,blockquote,th,td,figure{
	margin:0;padding:0;
}
body{
	font-family: \5fae\8f6f\96c5\9ed1, "Helvetica", "sans-serif";
	font-size:12px;
	color:#373e44;
	min-width:1200px;
	background:#f2f6f8;
}
@font-face {font-family: 'iconfont';
    src: url('iconfont.eot'); /* IE9*/
    src: url('iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('iconfont.woff') format('woff'), /* chrome、firefox */
    url('iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url('iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}
.iconfont{
    font-family:"iconfont" !important;
   font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;}

@font-face {font-family: 'examfont';
    src: url('exam/examfont.eot'); /* IE9*/
    src: url('exam/examfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('exam/examfont.woff') format('woff'), /* chrome、firefox */
    url('exam/examfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url('exam/examfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}
.examfont{
    font-family:"examfont" !important;
   font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;}

li{
	list-style-type:none
}
ul{
	margin:0px;
	padding:0px
}
img{
	border:0px;
	padding:0px;
	margin:0px;
}
a{
	text-decoration:none;
	color:#373e44;
	-webkit-transition: .3s;
	transition: .3s;
}
a:hover{
	text-decoration:none;
	color:#3790e4;
}
em{
	font-style:normal
}
.fl{
	float:left
}
.fr{ float:right}
del{
	border:0px;
	padding:0px;
	margin:0px;
	font-style:normal;
	text-decoration:none
}
.clear{
	clear:both;
	height:0px;
	overflow:hidden
}
/*.blank10{height:10px;}*/
.blank20{height:20px;}
::selection{
	background: #3790e4;
	color: white;
}
::-moz-selection{
	background: #3790e4;
	color: white;
}
.bgwhite{ background:#fff;}

.mainbox{width:1180px;margin:0 auto;}

.show { display: block !important; }
.hide { display: none !important; }

.pos { position: relative; z-index:10;}

button,input,optgroup,select,textarea {
	margin: 0;
	color: inherit;
	font: inherit;
}

button {
	overflow: visible;
}

button,select {
	text-transform: none;
}

button,html input[type="button"],input[type="reset"],input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}

button[disabled],html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

input, button, select, textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

input::-ms-clear {
    display: none;
}

input[type="checkbox"],input[type="radio"] {
	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-box-sizing: content-box;
       -moz-box-sizing: content-box;
            box-sizing: content-box;
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	margin: 0 2px;
	padding: .35em .625em .75em;
	border: 1px solid #c0c0c0;
}

legend {
	padding: 0;
	border: 0;
}

textarea {
	/*overflow: hidden;*/
	resize: none;
}

optgroup {
	font-weight: bold;
}

input::-moz-placeholder,textarea::-moz-placeholder {
	color: #bdc3c7;
}

input:-ms-input-placeholder,textarea:-ms-input-placeholder {
	color: #bdc3c7;
}

input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
	color: #bdc3c7;
}

object { outline: none;}


