﻿@charset "UTF-8";
@font-face {
  font-family: "helve118";
  src: url("../fonts/helve118.woff2") format("woff2"),
       url("../fonts/helve1181.woff") format("woff"),
       url("../fonts/helve1182.ttf") format("truetype"),
       url("../fonts/helve1183.eot") format("embedded-opentype"),
       url("../fonts/helve1184.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "FuturaBTM";
  src: url("../fonts/futurabtm.woff2") format("woff2"),
       url("../fonts/futurabtm1.woff") format("woff"),
       url("../fonts/futurabtm2.ttf") format("truetype"),
       url("../fonts/futurabtm3.eot") format("embedded-opentype"),
       url("../fonts/futurabtm4.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "DIN-Medium";
  src: url("../fonts/din-medium.woff2") format("woff2"),
       url("../fonts/din-medium1.woff") format("woff"),
       url("../fonts/din-medium2.ttf") format("truetype"),
       url("../fonts/din-medium3.eot") format("embedded-opentype"),
       url("../fonts/din-medium4.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AvantGardeLT ExtraLight";
  src: url("../fonts/avantgardelt extralight.woff2") format("woff2"),
       url("../fonts/avantgardelt extralight1.woff") format("woff"),
       url("../fonts/avantgardelt extralight2.ttf") format("truetype"),
       url("../fonts/avantgardelt extralight3.eot") format("embedded-opentype"),
       url("../fonts/avantgardelt extralight4.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
*, ::after, ::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}


article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
	padding: 0;
	margin: 0;
}
input, textarea {
	margin: 0;
	padding: 0;
	outline: 0;
	-webkit-appearance: none;
	border-radius: 0;
	font-family: "Microsoft YaHei Regular","Microsoft YaHei", Arial, Helvetica, sans-serif;
}
select {
	/*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
	border: solid 1px #000;
	/*很关键：将默认的select选择框样式清除*/
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	/*在选择框的最右侧中间显示小箭头图片*/
	background: url(../images/select.png) no-repeat scroll 98% center transparent;
	/*为下拉小箭头留出一点位置，避免被文字覆盖*/
	padding-right: 14px;
}

/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand {
display: none;
}
a, 
a:link, 
a:visited, 
a:hover, 
a:active {
text-decoration: none;
noline:-webkit-tap-highlight-color:rgba(0,0,0,0);/* 去掉链接触摸高亮 */
-webkit-tap-highlight-color: transparent;
}
a{color: #333;}
a:hover{color: #ff6c00;}
:focus, a:focus {
	outline: none;
	-moz-outline: none;
}
table, td, th {
	border-collapse: collapse;
	border-spacing: 0;
}
.ul, .ul li {
	list-style: none;
}
hr {
	margin: 0;
	padding: 0;
	border: 0;
	color: #000;
	background-color: #000;
	height: 1px
}
img {
	border: none;
	max-width: 100%;
	vertical-align: middle;
}
.Ispic {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
pre {
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
	margin: 0;
	font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
	text-align: justify;
	text-justify: inter-ideograph;
}
.clear {
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	zoom: 0;
}
.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	zoom: 1;
}
/*单行文本省略号*/
.dot {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.dot2, .dot3, .dot4 {
	display: -webkit-box;
	display: box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-box-orient: vertical;
}
.dot2 {
	-webkit-line-clamp: 2;
}
.dot3 {
	-webkit-line-clamp: 3;
}
.dot4 {
	-webkit-line-clamp: 4;
}
.ytable {
	display: table;
	width: 100%;
	height: 100%;
}
.ytable-cell {
	display: table-cell;
	vertical-align: middle;
}
/*设置隐藏*/
.none {
	display: none;
}
.hidden {
	visibility: hidden;
}
