.nav{
    width:100%;
    height:80px;
    background:rgba(0,0,0,1);
    box-shadow:0px 2px 6px 0px rgba(0,0,0,0.13);
    opacity:0.85;
    position: fixed;
    top:0;
    left:0;
    z-index:999;
}
.nav-con{
    width:1200px;
    margin:0 auto;
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.nav-logo{
    width:257px;
    height:45px;
}
.nav-menu{
    width:700px;
    height:80px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.nav-menu li{
    padding:28px 24px;
    height:80px;
    color:#777777;
    font-size:18px;
    box-sizing: border-box;
}
.nav-menu li.on{
    background:#353539 url('http://www.zgzcw.com/game/images/backtop.png') no-repeat top left;
    background-size:100% 4px;
    color:#fff;
}

.zhzx{
    width:1200px;
    margin:0 auto;
    display:flex;
    flex-direction: column;
    margin-top:110px;
}
.zhzx-nav{
    width:1200px;
    height:40px;
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top:35px;
    background:url('http://www.zgzcw.com/game/images/line-one.png') no-repeat bottom;
    background-size:100% 3px;
    padding-bottom:4px;
    box-sizing: border-box;
}
.big-tit{
    height:36px;
    font-size:25px;
    color:rgba(51,51,51,1);
    line-height:36px;
    margin-left:21px;
}
.more-r{
    display:flex;;
    flex-direction: row;
    align-items: center;
}
.more-r p{
    height:21px;
    font-size:15px;
    color:rgba(51,51,51,1);
    line-height:21px;
}
.more-r img{
    width:14px;
    height:14px;
}
.zhzx-cont{
    width:1200px;
    height:146px;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-bottom:dashed #E5E5E5 1px;
}
.showimg{
    width:160px;
    height:110px;
}
.showimg img{
    width:160px;
    height:110px;
}
.zhzx-detail{
    height:110px;
    margin-left:35px;
    display:flex;
    flex-direction: column;
    justify-content: space-between;
}
.detail-title{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 1000px;
}
.detail-title-one{
    height:26px;
    font-size:20px;
    color:rgba(51,51,51,1);
    line-height:26px;
}
.detail-title-two{
    height:19px;
    font-size:14px;
    color:rgba(85,85,85,1);
    line-height:19px;
}
.detail-conts{
    height:38px;
    font-size:14px;
    color:rgba(85,85,85,1);
    line-height:19px;
}

.botbanner{
    width:400px;
    margin:0 auto;
    height:60px;
    margin-top:35px;
    display:flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}
.botbanner a{
    width:150px;
    height:25px;
    color:#4F76AC;
    font-size: 18px;
    text-align: center;
    line-height: 25px;
    background:#F6F6F6;
}

.wanganList{
    max-width: 1200px;
    padding: 5px 5px;
    border: #e5e5e5 1px solid;
    display:flex;
    flex-direction: row;
    justify-content: space-around;
    margin:0 auto;
    margin-top:35px;
    position: relative;
}
.footer{
    width:100%;
    height:276px;
    background:#141414;
    display:flex;
    flex-direction: column;
    align-items: center;
    padding-top:35px;
    box-sizing: border-box;
    margin-top:35px;
}
.footer p{
    height:21px;
    font-size:15px;
    color:rgba(136,136,136,1);
    line-height:21px;
}

.to-top{
    width:40px;
    height:40px;
    position: absolute;
    right:-70px;
}
.to-top img{
    width:40px;
    height:40px;
}

