/*榛戠櫧*/
* {
	-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,
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;
	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
}

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

img {
	border: 0;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	height: auto;
}

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 {
	vertical-align: middle;
}

/* 顶部 */
.topbox {
	width: 100%;
	height: 110px;
	margin: 0 auto;
	position: relative;
}

.top_diva {
	width: 1413px;
    height: 110px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.top_diva .top_logo {
	float: left;
	margin-right: 297px;
}
.top_diva .top_right {
	width: 195px;
	height: 47px;
	float: right;
}
 .top_right p{
    float: right;
    line-height: 25px;
    color: #565454;
    font-size: 16px;
    text-align: left;
    margin-right: 9px;
    margin-top: -9px;
}


/*底部*/
.footer {
	width: 100%;
	height: 402px;
	margin: 0 auto;
	background: #2b2b2b;
	display: flex;
	align-items: center;
	position: relative;
	overflow: hidden;
}

.footer_diva {
	width: 1400px;
	height: 166px;
	margin: 0 auto;
}

.footer_diva .footer_left {
	width: 632px;
    /* height: 100%; */
    background: url(../imgs/syfoot_xian.png) right no-repeat;
    float: left;
    position: absolute;
    left: 50%;
    margin-left: -955px;
}

.footer_diva .footer_left img {
	margin-left: 234px;
}

.footer_diva .footer_right {
    width: 1288px;
    /* height: 100%; */
    float: right;
    position: absolute;
    left: 50%;
    margin-left: -327px;
}

.footer_diva p {
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 40px;
	color: #8f8f8f;
	font-size: 16px;
}

.footer_diva p:nth-child(1) {
	margin-top: 20px;
}

#iframe_top {
	position: absolute;
	z-index: 10;
	top: 0;
}