

/*
	--------------------------
	间距清除
	--------------------------


ol,
ul {
	list-style: none;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0;
}

/*
	--------------------------
	A标签 配置
	--------------------------
*/
a {
	text-decoration: none;
	outline: none;
	color: #666;
}

a:hover {
	color: #000;
}

img {
	border: 0;
	max-width: 100%;
}

a:focus {
	outline: none;
}

/*
	--------------------------
	Body 配置
	--------------------------
*/
html {
	overflow-x: hidden;
	-webkit-text-size-adjust: none;
}

@font-face {
	font-family: 'FZLTHK';
	src: url('../font/FZLTHK.eot');
	src: local('☺'),
		url('https://www.geneodx.com/en/YYDS/FZLTHK.eot?') format('embedded-opentype'),
		url('https://www.geneodx.com/en/YYDS/FZLTHK.woff') format('woff'),
		url('https://www.geneodx.com/en/YYDS/FZLTHK.ttf') format('truetype'),
		url('https://www.geneodx.com/en/YYDS/FZLTHK.otf') format('opentype'),
		url('https://www.geneodx.com/en/YYDS/FZLTHK.dfont') format('dfont'),
		url('https://www.geneodx.com/en/YYDS/FZLTHK.svg') format('svg');

}

@font-face {
	font-family: 'FZLTCHK';
	src: url('../font/FZLTCHK.eot');
	src: local('☺'),
		url('../font/FZLTCHK.eot') format('embedded-opentype'),
		url('../font/FZLTCHK.woff') format('woff'),
		url('https://www.geneodx.com/en/YYDS/FZLTCHK.ttf') format('truetype'),
		url('https://www.geneodx.com/en/YYDS/FZLTCHK.otf') format('opentype'),
		url('https://www.geneodx.com/en/YYDS/FZLTCHK.dfont') format('dfont'),
		url('https://www.geneodx.com/en/YYDS/FZLTCHK.svg') format('svg');
}


body {
	-webkit-font-smoothing: antialiased;
	font-family: 'FZLTHK';
	background: #fff;
	font-size: 14px;
	color: #666;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

/*
	--------------------------
	表单控件设置
	--------------------------
*/

table {
	border-collapse: collapse;
	width: 100%;
}

input[type='reset'],
input[type='button'],
input[type='submit'],
input[type='radio'] {
	cursor: pointer;
	outline: none;
	-webkit-appearance: none;
}

input[type='checkbox'],
input[type='radio'] {
	position: relative;
	vertical-align: middle;
	margin-top: -2px;
	margin-bottom: 1px;
	margin-left: 5px;
	margin-right: 5px;
	-webkit-appearance: none;
}

textarea,
input[type='email'],
input[type='date'],
input[type='password'],
input[type='text'] {
	/* padding: 0px; */
	color: #666;
	font-size: 12px;
	outline: none;
	font-family: "微软雅黑";
	-webkit-appearance: none;
}


/*
	--------------------------
	快捷方式
	--------------------------
*/
.f-l {
	float: left;
}

.f-r {
	float: right;
}

.clearfix {
	clear: both;
}

.clearfix:after {
	clear: both;
	height: 0;
	content: "";
	line-height: 0;
	font-size: 0;
	display: block;
}

.relative { position: relative; }
.mainMd { position: absolute; left:0; top: -72px; width: 1px; height: 1px; opacity: 0; }

@media(max-width:  1100px){
	.mainMd { top: -68px; }
}
/*
@font-face {
  font-family: 'DINEngschriftStd';
  src: url('../fonts/DINEngschriftStd.eot');
  src: url('../fonts/DINEngschriftStd.eot?#iefix') format('embedded-opentype'), url('../fonts/DINEngschriftStd.woff') format('woff'), url('../fonts/DINEngschriftStd.ttf') format('truetype'), url('../fonts/DINEngschriftStd.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}


	@font-face{
		font-family:'Roboto Bold';
		src:url('../fonts/Roboto-Bold.eot');
		src:local('☺'),
		url('../fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Roboto-Bold.woff') format('woff'),
		url('../fonts/Roboto-Bold.ttf') format('truetype'),
		url('../fonts/Roboto-Bold.otf') format('opentype'),
		url('../fonts/Roboto-Bold.svg#Roboto Bold') format('svg');
		font-weight: bold;
		font-style: normal;
	}
	@font-face{
		font-family:'Roboto Light';
		src:url('../fonts/Roboto-Light.eot');
		src:local('☺'),
		url('../fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Roboto-Light.woff') format('woff'),
		url('../fonts/Roboto-Light.ttf') format('truetype'),
		url('../fonts/Roboto-Light.otf') format('opentype'),
		url('../fonts/Roboto-Light.svg#Roboto Light') format('svg');
		font-style: normal;
	}
	@font-face{
		font-family:'Roboto Medium';
		src:url('../fonts/Roboto-Medium.eot');
		src:local('☺'),
		url('../fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Roboto-Medium.woff') format('woff'),
		url('../fonts/Roboto-Medium.ttf') format('truetype'),
		url('../fonts/Roboto-Medium.otf') format('opentype'),
		url('../fonts/Roboto-Medium.svg#Roboto Medium') format('svg');
		font-style: normal;
	}*/