/* common */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body,
button,
input,
select,
textarea,
p {
	font: 14px Microsoft Yahei, \5FAE\8F6F\96C5\9ED1, sans-serif;
	color: #000000;
}

h1,
h2,
h3,
h4,
h5,
h6,
button,
input,
select,
textarea {
	font-size: 100%;
}

em {
	font-style: normal;
}

ul,
ol,
li {
	list-style: none;
	font-family: "Microsoft Yahei";
}

a {
	color: #000000;
	text-decoration: none;
	outline: thin none;
}

a:hover {
	text-decoration: none;
}

video{
	border: none;
	outline: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	border: none;
}

.after::after {
	clear: both;
	content: "";
	display: block;
}

p {
	text-align: justify;
}

img {
	vertical-align: top;
	outline: 0;
	border: 0;
	vertical-align: top;
}
html{
	background: #FFFFFF;
}
.container{
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.mt80{
	margin-top: 80px;
}
/* base */
.copy{
	background: #ef8719;
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;
	height: 84px;
	line-height: 84px;
}
.copy a{
	color: #FFFFFF;
}
.banner {
	text-align: center;
	overflow: hidden;
}
.banner img{
	width: 100%;
	max-width: 1920px;
	min-width: 1200px;
}
.content{
	background: url(../images/content.png) no-repeat center bottom;
}
.title{
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	font-size: 23px;
	color: #e5a200;
}
.title::before{
	content: '';
	background: url(../images/title.png) no-repeat;
	width: 21px;
	height: 21px;
	margin-right: 10px;
}
.title::after{
	content: '';
	background: url(../images/title.png) no-repeat;
	width: 21px;
	height: 21px;
	margin-left: 10px;
	transform: rotateY(180deg);
}