@charset "UTF-8";

/*reset css*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
	font-family: "微软雅黑", "Arial", "sans-serif", "microsoft yahei";
	font-size: 14px;
	line-height: 1.2;
	color: #333;
	background-color: #fff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
	text-decoration: none;
	color: #333;
}

a:active,
a:hover {
	outline: 0;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

img {
	border: 0;
	vertical-align: middle;
}

svg:not(:root) {
	overflow: hidden;
}

pre {
	overflow: auto;
}

textarea {
	min-width: 100%;
	max-width: 100%;
	resize: none;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	background: none;
	border: none;
}

button {
	overflow: visible;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
}

button,
select {
	text-transform: none;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

input {
	line-height: normal;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: 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;
}

legend {
	padding: 0;
	border: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

td,
th {
	padding: 0;
}

* {
	margin: 0;
	padding: 0;
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

ul {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: inherit;
	font-weight: 400;
	line-height: 1.1;
	color: inherit;
}

/* a:visited{color: #333;} */
a {
	color: #333;
}

/*p,a{word-break: break-all;}*/
.section {
	width: 100%;
	overflow: hidden;
}

.pull-right {
	float: right;
}

.dis-table {
	display: table;
	width: 100%;
	height: 100%;
}

.dis-cell {
	display: table-cell;
	vertical-align: middle;
}

.scrollbar {
	overflow-y: auto;
}

.scrollbar::-webkit-scrollbar {
	width: 3px;
	background: url(../images/scroll2.png)repeat-y center;
}

.scrollbar::-webkit-scrollbar-thumb {
	background: url(../images/scroll1.png)repeat-y center;
	border-radius: 10px;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

img {
	max-width: 100%;
}

/*iconfont*/
@font-face {
	font-family: "iconfont";
	src: url('../font/iconfont.eot?v=1.0');
	/* IE9*/
	src: url('../font/iconfont.eot?v=1.0#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('../font/iconfont.woff?v=1.0.woff') format('woff'),
		url('../font/iconfont.ttf?v=1.0') format('truetype'),
		/* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
		url('../font/iconfont.svg?v=1.0#iconfont') format('svg');
	/* iOS 4.1- */
}

@font-face {
	font-family: 'fontaw';
	src: url('../font/FontAwesome.eot');
	src: local('☺'), url('../font/FontAwesome.woff') format('woff'),
		url('../font/FontAwesome.ttf') format('truetype'),
		url('../font/FontAwesome.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

em.fontaw {
	font-style: normal;
	font-family: 'fontaw';
	font-size: 20px;
	position: relative;
	z-index: 3;
}

@font-face {
	font-family: "AkzidenzGrotesk-Light";
	src: url("../font/AkzidenzGrotesk-Light.eot");
	src: url("../font/AkzidenzGrotesk-Light.eot?#iefix") format("embedded-opentype"),
		url("../font/AkzidenzGrotesk-Light.woff") format("woff"),
		url("../font/AkzidenzGrotesk-Light.ttf") format("truetype"),
		url("../font/AkzidenzGrotesk-Light.svg") format("svg")
}

@font-face {
	font-family: 'DIN-Medium';
	src: url('../font/DIN-Medium.eot');
	src: local('☺'), url('../font/DIN-Medium.woff') format('woff'),
		url('../font/DIN-Medium.ttf') format('truetype'),
		url('../font/DIN-Medium.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	/* 思源黑体CN加粗 */
	font-family: 'SourceHanSansCN-Bold';
	src: url('../font/SourceHanSansCN-Bold.eot');
	src: local('☺'), url('../font/SourceHanSansCN-Bold.woff') format('woff'),
		url('../font/SourceHanSansCN-Bold.ttf') format('truetype'),
		url('../font/SourceHanSansCN-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'itc';
	src: url('../font/ITCAVANTGARDESTD-BKCN.eot');
	src: local('☺'), url('../font/ITCAVANTGARDESTD-BKCN.woff') format('woff'),
		url('../font/ITCAVANTGARDESTD-BKCN.ttf') format('truetype'),
		url('../font/ITCAVANTGARDESTD-BKCN.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'hel';
	src: url('../font/REDUCTOCONDENSEDSSICONDENSED.eot');
	src: local('☺'), url('../font/REDUCTOCONDENSEDSSICONDENSED.woff') format('woff'),
		url('../font/REDUCTOCONDENSEDSSICONDENSED.ttf') format('truetype'),
		url('../font/REDUCTOCONDENSEDSSICONDENSED.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}



/* @font-face {
	font-family: '方正正中黑简体';
	src: url('../font/方正正中黑简体.eot');
	src: local('☺'), url('../font/方正正中黑简体.woff') format('woff'),
		url('../font/方正正中黑简体.ttf') format('truetype'),
		url('../font/方正正中黑简体.svg') format('svg');
	font-weight: normal;
	font-style: normal;
} */


@font-face {
	font-family: 'DINNEUZEITGROTESKSTD-LIGHT';
	src: url('../font/DINNEUZEITGROTESKSTD-LIGHT.eot');
	src: local('☺'), url('../font/DINNEUZEITGROTESKSTD-LIGHT.woff') format('woff'),
		url('../font/DINNEUZEITGROTESKSTD-LIGHT.ttf') format('truetype'),
		url('../font/DINNEUZEITGROTESKSTD-LIGHT.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


@font-face {
	font-family: 'DIN-REGULAR';
	src: url('../font/DIN-REGULAR.eot');
	src: local('☺'), url('../font/DIN-REGULAR.woff') format('woff'),
		url('../font/DIN-REGULAR.ttf') format('truetype'),
		url('../font/DIN-REGULAR.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


@font-face {
	font-family: 'AkzidenzGrotesk-ExtraBoldCondAlt';
	src: url('../font/AkzidenzGrotesk-ExtraBoldCondAlt.eot');
	src: local('☺'), url('../font/AkzidenzGrotesk-ExtraBoldCondAlt.woff') format('woff'),
		url('../font/AkzidenzGrotesk-ExtraBoldCondAlt.ttf') format('truetype'),
		url('../font/AkzidenzGrotesk-ExtraBoldCondAlt.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'OPENSANS';
	src: url('../font/OPENSANS.eot');
	src: local('☺'), url('../font/OPENSANS.woff') format('woff'),
		url('../font/OPENSANS.ttf') format('truetype'),
		url('../font/OPENSANS.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'MyriadPro';
	src: url('../font/MyriadPro Regular.eot');
	src: local('☺'), url('../font/MyriadPro Regular.woff') format('woff'),
		url('../font/MyriadPro Regular.ttf') format('truetype'),
		url('../font/MyriadPro Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
