/*黑白*/
@import url("http://oss.online-game.com.cn/50/hei.css");
* { -webkit-tap-highlight-color: transparent; outline: 0 }
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,
caption,
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;
	vertical-align: baseline;
	outline: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

body {
	line-height: 1;
	margin: 0 auto;
	min-width: 1400px;
	max-width: 2560px;
	width: 100%;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Hiragino Sans GB", "Microsoft Yahei", "微软雅黑", Arial, Helvetica, STHeiti, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	-webkit-text-size-adjust: 100%!important;
}
 
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}
ol,
ul {
	list-style: none
}
blockquote,
q {
	quotes: none
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none
}
strong {
	font-weight: bold
}
img {
	border: 0;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	display: block;
}
a,
a:visited,
a:hover,
a:active {
	text-decoration: none;
}
a,
button,
input {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent
}
a img {
    max-width: 100%;
    vertical-align: middle;
}
/*头部*/
.Top{ width: 100%; height: 56px; margin: 0 auto; background: #fff; }
.Top_diva{ width:1400px; height: 56px; margin: 0 auto; }
.Top_logoa{ float: left; margin-left: 26px; margin-top: 3px; }
.Top_pa{ float: left; margin-left:75px; height: 56px; line-height: 56px; font-size: 16px; color: #5d5d5d; }
.Top_pa a{color: #5d5d5d;margin-right: 3px;}
.Top_pa a:hover{color: red;}
.Top_imga{ margin-right: 20px;float: right;margin-top: 9.5px;}
/*底部*/
.footer{ width: 100%; height: auto; margin: 0 auto; background: #3a3a3a; }
.footer_diva{ width: 1400px; margin: 0 auto; font-size: 14px; color: #fff; padding: 15px 0; }
.footer_diva p{ height: 32px; display: flex; justify-content: center; align-items: center; }
.footer_diva p a{color: #fff;}
.footer_diva p span{ font-size: 14px;letter-spacing: 1px;margin:0 5px; }
