* {
	margin: 0;
	padding: 0;
}

article,
aside,
blockquote,
body,
button,
code,
dd,
details,
div,
dl,
dt,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
input,
legend,
li,
menu,
nav,
ol,
p,
pre,
section,
td,
textarea,
th,
ul {
	margin: 0;
	padding: 0;
}

body {
	background: url(/material/images/bmfw/bg.png) top no-repeat #fff !important;
	overflow: hidden;

}
body br{display: none !important;}
html {
	overflow: auto;
	overflow-x: hidden;
}

ul,
li {
	list-style-type: none;
	cursor: auto;
}

img {
	vertical-align: middle;
	border: none;
	max-width: 100%;
}

a {
	text-decoration: none !important;
	outline: none;
	color: #414242;
}
p {
  text-indent: 0 !important; /* 取消首行缩进 */
}
/**/
.zt-box {
	margin: 0 auto 0;
	width: 100%;
	max-width: 1840px;
	position: relative;
	padding: 0;
	overflow: hidden;
}

.zt-box2 {
    margin: 0px auto 44px;
    width: 100%;
    max-width: 1200px;
    position: relative;
    padding: 0;
    overflow: hidden;
    padding-top: 141px;
    box-sizing: border-box;
}

.main1 {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	height: 200px;
	margin-bottom: 132px;
}

.main1 .top_banner {
	width: 100%;
}

.main1 .logo {
	position: absolute;
	top: 30px;
	left: 0;
	width: 100%;
}
#icon_gh {
    margin-top: 19px !important;
    margin-left: 20px;
}
/*内容*/
.nrbox {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.nrbox li{background: url(/material/images/bmfw/t1.png) center no-repeat !important;width: 220px;height: 248px;transition: .5s;}
.nrbox li:nth-child(2){background: url(/material/images/bmfw/t2.png) center no-repeat !important;}
.nrbox li:nth-child(3){background: url(/material/images/bmfw/t3.png) center no-repeat !important;}
.nrbox li:nth-child(4){background: url(/material/images/bmfw/t4.png) center no-repeat !important;}
.nrbox li:nth-child(5){background: url(/material/images/bmfw/t5.png) center no-repeat !important;}

.nrbox li a {
    width: 100%;
    height: 100%;
    display: block;
    font-size: 23px;
    color: #fff;
    font-weight: bold;
    padding: 20px 0px 0px 42px;
    box-sizing: border-box;
    letter-spacing: 4px;
}
.nrbox li:hover {margin-top: -20px;transition: .5s;}

/*底部样式*/
.footer-site {
    color: #fff !important;
	background: #1376f3;
	    padding-top: 10px;
}
.footer-txt a{
    color: #fff !important;
}