html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}

@font-face {
  font-family: 'YDW';
  src: url('../fonts/stayenjoypersonalusesans-d9a0e.ttf'); /* 支持现代浏览器 */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'zh';
  src: url('../fonts/zh.ttf'); /* 支持现代浏览器 */
  font-weight: normal;
  font-style: normal;
}

body {
    line-height: 1;
	 font-family: 'YDW'; 
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

.index_header{
	width:100%;
	height:auto;
}

.index_header_middle{
	width:90%;
	height:auto;
	margin:0 auto;
}

.index_header_middle img{
	width:100%;
}

.index_banner{
	width:100%;
	height:auto;
}


.index_banner img{
	width:100%;
}

.index_middle{
	width:100%;
	height:auto;
}

.index_middle_middle{
	width:90%;
	height:auto;
	margin:0 auto;
}

.index_middle_middle img{
	width:100%;
}

.index_footer{
	width:100%;
	height:auto;
}

.index_footer img{
	width:100%;
}

.footer_under{
	width:100%;
	height:100%;
	background:#ea0b2a;
	overflow:hidden;
}

.footer_under_middle{
	width:90%;
	height:auto;
	display:flex;
	justify-content:space-between;
}

.footer_logo img{
	width:100%;
}