/* 引用阿里字体 */
@import "//at.alicdn.com/t/font_2584661_i4amfl50hwm.css";
@charset "UTF-8";

@font-face {
	font-family: "openSans";
	/*字体的名字*/
	src: url("OpenSans.ttf")
}
@font-face {
	font-family: "marcellus";
	/*字体的名字*/
	src: url("Marcellus-Regular.ttf")
}
@font-face {
	font-family: "hansKendrick";
	/*字体的名字*/
	src: url("HansKendrickV-Regular.ttf")
}
.hansKendrick{
	font-family: "hansKendrick";
}
.marcellus{
	font-family: "marcellus";
}

blockquote,
body,
button,
code,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
	margin: 0;
	padding: 0
}

body {
	background: #ffffff;
	color: #818181;
	font-size: 14px;
	line-height: 1.2;
	font-family: "openSans";
	overflow-x: hidden;
}

caption,
td,
th {
	font-size: 14px
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
	font-size: 100%
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: 400
}

a {
	color: #000;
	text-decoration: none;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}
a:hover{
	color: #1c46be;
}
img {
	max-width: 100%;
	border: 0;
	vertical-align: middle;
	position: relative;
	font-size: 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

img::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: #f2f2f2
}

li,
ol,
ul {
	list-style: none
}

button,
input,
select,
textarea {
	font-family: 'poppins';

}

table {
	border-collapse: collapse
}

.cf:after {
	clear: both;
	display: table;
	content: " "
}
.dx {
	text-transform: uppercase;
}

/* flex 布局*/
.d-flex {
	display: flex;
}

.d-flex-center-center {
	display: flex;
	align-items: center;
	justify-content: center;
}

.d-flex-center {
	display: flex;
	align-items: center;
}

.d-flex-start {
	display: flex;
	align-items: flex-start;
}

.d-flex-between {
	display: flex;
	justify-content: space-between;
}

.d-flex-justify-center {
	display: flex;
	justify-content: center;
}

.d-flex-center-between {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.flex-row-reverse {
	flex-direction: row-reverse;
}

.flex-1 {
	flex: 1;
}

.flex-column {
	flex-direction: column;
}

.flex-wrap {
	flex-wrap: wrap;
}

.flex-shrink {
	flex-shrink: 0;
}


.text-overflow1 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.text-overflow2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.text-overflow3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.text-overflow4 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}
.w1400{
	max-width: 1400px;
	margin: 0 auto;
}
.txt-fff{
	color: #fff;
}
.txt-000{
	color: #000;
}
.pchide{
	display: none !important;
}
.mhide{
	
}
.tc{
	text-align: center;
	font-size: 18px;
	font-weight: 600;
}

.m_nav {
	display: none;
}