/*version: 2.7.0 */

html,
body {
	color: #333;
	background: #fff;
	font-family: "Microsoft YaHei UI", "Arialc", "Microsoft YaHei UI Light", "微软雅黑", "宋体", Helvetica-Black-SemiBold, Tahoma, Arial, sans-serif;
	font-size: 12px;
	display: block;
}

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

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset {
	border: solid 1px #666;
}
/*取消img蓝框*/
img {
	border: 0;
}

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

del,
ins {
	text-decoration: none;
}

li {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
}

q:before,
q:after {
	content: '';
}

abbr,
acronym {
	border: 0;
	font-variant: normal;
}

sup {
	vertical-align: baseline;
}

sub {
	vertical-align: baseline;
}

legend {
	color: #000;
}
input {
	outline: none;
}
input,
button,
textarea,
select,
optgroup,
option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}

input,
button,
textarea,
select {
	*font-size: 100%;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}
/*取消链接下横线*/
a {
	color: #333;
	text-decoration: none;
	display: block;
	transition: all 0.5s ease-out 0s;
}

a:hover {
	color: #333;
}

a:focus {
	outline: thin dotted;
}


/* 改善在所有浏览器中获取焦点和悬停时的可读性: h5bp.com/h */

a:hover,
a:active {
	outline: 0;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

.clearfix:before,
.clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}

.clearfix:after {
	clear: both;
}

.container {
	width: 90%;
	max-width: 1500px;
	margin-right: auto;
	margin-left: auto;
	*zoom: 1;
}

/* .container:before,
.container:after {
	display: table;
	line-height: 0;
	content: "";
} */

/* .container:after {
	clear: both;
} */

/* 常用flex布局 */
.flex-row-basic {
	display: flex;
	align-items: center;
}

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

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

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

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

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

.flex-sb-start {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

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

.flex-column-sb {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

/* 文字粗细 */
.fw {
	font-weight: bold;
}

.f900 {
	font-weight: 900;
}

/* text-align */
.tc {
	text-align: center;
}

.tr {
	text-align: right;
}

.tl {
	text-align: left;
}

.tj {
	text-align: justify;
}

/* 文字溢出省略号 */
.text-bk {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* margin left */
.ml5 {
	margin-left: 5px;
}

.ml10 {
	margin-left: 10px;
}

.ml15 {
	margin-left: 15px;
}

.ml18 {
	margin-left: 18px;
}

.ml20 {
	margin-left: 20px;
}

.ml30 {
	margin-left: 30px;
}

/* margin right */
.mr5 {
	margin-right: 5px;
}

.mr8 {
	margin-right: 8px;
}

.mr10 {
	margin-right: 10px;
}

.mr15 {
	margin-right: 15px;
}

.mr20 {
	margin-right: 20px;
}

.mr30 {
	margin-right: 30px;
}

/* margin top */
.mt5 {
	margin-top: 5px;
}

.mt10 {
	margin-top: 10px;
}

.mt15 {
	margin-top: 15px;
}

.mt20 {
	margin-top: 20px;
}

.mt22 {
	margin-top: 22px;
}

.mt25 {
	margin-top: 25px;
}

.mt27 {
	margin-top: 27px;
}

.mt30 {
	margin-top: 30px;
}
.mt60 {
	margin-top: 60px;
}
/* margin bottom */
.mb5 {
	margin-bottom: 5px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb15 {
	margin-bottom: 15px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb22 {
	margin-bottom: 22px;
}

.mb30 {
	margin-bottom: 30px;
}

/* padding left */
.pl5 {
	padding-left: 5px;
}

.pl10 {
	padding-left: 10px;
}

.pl15 {
	padding-left: 15px;
}

.pl20 {
	padding-left: 20px;
}

.pl22 {
	padding-left: 22px;
}

.pl30 {
	padding-left: 30px;
}

.pl44 {
	padding-left: 44px;
}

/* padding right */
.pr5 {
	padding-right: 5px;
}

.pr10 {
	padding-right: 10px;
}

.pr15 {
	padding-right: 15px;
}

.pr20 {
	padding-right: 20px;
}

.pr22 {
	padding-right: 22px;
}

.pr30 {
	padding-right: 30px;
}

.pr44 {
	padding-right: 44px;
}

/* padding top */
.pt5 {
	padding-top: 5px;
}

.pt10 {
	padding-top: 10px;
}

.pt15 {
	padding-top: 15px;
}

.pt20 {
	padding-top: 20px;
}

.pt22 {
	padding-top: 22px;
}

.pt25 {
	padding-top: 25px;
}

.pt30 {
	padding-top: 30px;
}

.pt60 {
	padding-top: 60px;
}

.pt80 {
	padding-top: 80px;
}

.pt100 {
	padding-top: 100px;
}

/* padding bottom */
.pb5 {
	padding-bottom: 5px;
}

.pb10 {
	padding-bottom: 10px;
}

.pb15 {
	padding-bottom: 15px;
}

.pb20 {
	padding-bottom: 20px;
}

.pb22 {
	padding-bottom: 22px;
}

.pb25 {
	padding-bottom: 25px;
}

.pb30 {
	padding-bottom: 30px;
}

.pb44 {
	padding-bottom: 44px;
}

.pb100 {
	padding-bottom: 100px;
}

/* color */
.c1 {
	color: #000;
}

.c2 {
	color: #004e97;
}

.c3 {
	color: #fff;
}

.c4 {
	color: #666;
}

/* font-size */
.f14 {
	font-size: 14px;
}
.f16 {
	font-size: 16px;
}
.f18 {
	font-size: 18px;
}

.f20 {
	font-size: 20px;
}

.f24 {
	font-size: 24px;
}

.f28 {
	font-size: 28px;
}

.f32 {
	font-size: 32px;
}

.f36 {
	font-size: 36px;
}

.f42 {
	font-size: 42px;
}

.f48 {
	font-size: 48px;
}

/* 引入字体 */

.Minionpro {
	font-family: 'Minionpro';
}

.ArialMT {
	font-family: 'ArialMT';
}

.MinionproBold {
	font-family: 'Minionpro';
	font-weight: bolder;
}


/* 允许穿透 */

.overlay {
	pointer-events: none;
}


.img-set img {
	width: 90vw;
	max-width: 1500px;
	margin: 0 auto;
}