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;
}
body {
line-height: 1;
}
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;
font-weight: 800;
}
a {
color: inherit;
text-decoration: none;
}
body {
background: #fff;
font-family: "Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Hiragino Sans GB W3","Microsoft YaHei UI","Microsoft YaHei","WenQuanYi Micro Hei",sans-serif;
font-size: 14px;
color: #444;
}
.App{
    width: 100%;
    height: 3995px;
    overflow: hidden;
    min-width: 1200px;
    background: url(../images/bjt-z.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
    top: 0;
    left: 0;
    zoom: 1;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center 0;
}
.App-jz{
    width: 1200px;
    overflow: hidden;
    margin:0 auto;
}
.logo-1{
    overflow: hidden;
    margin-top:50px;
}
/* 导航 */
.nav-z{
    height: 94px;
    background: url(../images/nav-z.png) no-repeat;
    background-size: 100% 100%;
    margin-top: 485px;
    line-height: 94px;
}
.cont-1-a-1{
    height: 94px;
    margin-top: 485px;
	display:none;
}
.nav-z ul{
    overflow: hidden;
    padding: 0 88px;
}
.nav-z li{
    float: left;
    font-size: 28px;
    color:#fff;
    margin-right: 64px;
}
.nav-z li:nth-child(9){
    margin-right: 0;
}
.nav-z .atives{
    color:rgb(255, 164, 22);
}
/* 内容区 */
.cont-z{
    overflow: hidden;
}
.yw-z{
    padding: 20px;
    background: #fff;
    overflow: hidden;
}
.yw-z>div{
    float: left;
}
.cont-img{
    width: 275px;
    height: 285px;
}
.cont-img img,.cont-gd img{
    width: 100%;
    height: 100%;
}
.cont-list{
    margin:12px 0 0 35px;
    overflow: hidden;
}
.cont-list li{
    font-size: 27px;
    margin: 20px 0;
    overflow: hidden;
}
.cont-list li span{
    width:15px;
    height:15px;
    border-radius: 50%;
    display: inline-block;;
    background: rgb(122, 38, 247);
}
.cont-gd{
    width: 60px;
    height: 175px;
    margin: 54px 0 0 20px;
}
.cont-z-1{
    margin-top: 30px;
}
.cont-list li:hover{
    color:rgb(255, 164, 22);
    cursor: pointer;
}
.fixTop {
    position: fixed;
    top: 0;
    z-index: 99999999;
    margin-top: 0;
}