﻿/* 通用样式 */
@font-face {
  font-family: 'iconfont';  /* Project id 2855110 */
  src: url('../font/font_2855110_0dg2gntgjm05.woff2') format('woff2'),
       url('../font/font_2855110_0dg2gntgjm05.woff') format('woff'),
       url('../font/font_2855110_0dg2gntgjm05.ttf') format('truetype');
}

.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: 'sigmarOne';
	src: url(../font/SigmarOne.ttf);
}

.sigmarOne {
	font-family: "sigmarOne" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}

@font-face {
	font-family: 'Brand-3';
	src: url(../font/Brand-3.ttf);
}

.brand {
	font-family: "Brand-3" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}

@font-face {
	font-family: 'Source';
	src: url(http://sxzx.cn.szsysx.net/Public/Home/fonts/Source Han Sans CN Regular.ttf);
}

.Source {
	font-family: "Source" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}

@font-face {
	font-family: 'ExtraBold';
	src: url(../font/AlegreyaSansSC-ExtraBold.ttf);
}

.ExtraBold {
	font-family: "ExtraBold" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}



em {
	font-style: normal;
}

* {
	font-family: '微软雅黑';
	font-size: 16px;
	color: #333;
	margin: 0;
	padding: 0;
	line-height: 1
}



ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

a {
    text-decoration: none;
    background-color: transparent;
}

a:hover {
	text-decoration: none;
}

figure {
   margin: 0!important;
}

.clear {
	clear: both;
}

u {
	text-decoration: none;
}

body {
	margin: 0;
	font-size: 14px;
	line-height: 1.5;
	font-family: "微软雅黑", microsoft yahei;
	color: #333;
	background: #fff;
}

*:before,
*:after {
	box-sizing: border-box;
}

body,
div,
span,
object,
iframe,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
code,
del,
dfn,
em,
q,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
legend,
caption,
tbody,
tfoot,
thead,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section,
img {
	padding: 0;
	margin: 0;
	background-repeat: no-repeat;
}

ul,
li {
	list-style: none;
}

img {
	border: 0;
	vertical-align: middle;
	width: 100%;
	margin: 0 auto;
}


.fl {
	float: left;
}

.fr {
	float: right;
}

.cl {
	clear: both;
}

* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	/*是一个元素或者一个盒子具有一定的边框线或者边框*/
}

i {
	font-style: normal;
}

.cw {
	max-width: 1620px;
	margin: 0 auto;
}

.capital {
	text-transform: Capitalize;
}

.Uppercase {
	text-transform: Uppercase;
}

.limit {
	white-space: nowrap;
	overflow: hidden;
	display: block;
	text-overflow: ellipsis;
}

.limit2 {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.limit3 {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
