﻿@charset "utf-8";
/* CSS-Reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote, img, form {
    padding: 0;
    margin: 0;
}

table, td, tr, th {
    font-size: 12px
}

li {
    list-style-type: none;
    list-style: none;
}

img {
    vertical-align: top;
    border: 0;
}

ol, ul {
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-style: normal;
    font-size: 12px
}

address, cite, code, em, th {
    font-weight: normal;
    font-style: normal;
}



/*
@font-face{
     font-family: 'HYXinRenWenSongW';
     src: url('font/HYXinRenWenSongW.eot');
     src:url('font/HYXinRenWenSongW.woff') format('woff');
         src: url('font/HYXinRenWenSongW.ttf') format('truetype');
         src: url('font/HYXinRenWenSongW.svg') format('svg');
}*/
body {
    margin: 0;
    padding: 0;
    /*background:url(../images/WZGPFtopBg.jpg) top center no-repeat;*/
    background-color: #F8F8F8;
    font: normal 12px "微软雅黑", Arial, Helvetica, sans-serif;
    color: #4F4742;
}

a {
    text-decoration: none;
    blr: e­xpression(this.onFocus=this.blur());
    color: #333;
    outline-style: none;
}

/* 针对IE */
a:hover {
    text-decoration: none;
    color: #9C7F66;
}

a:focus {
    -moz-outline-style: none;
}

/*针对firefox*/
a, a img {
    -webkit-transition: .2s linear;
    -o-transition: .2s linear;
    -ms-transition: .2s linear;
    transition: .2s linear;
}


.show {
    display: block;
}

.hide {
    display: none;
}

.text-red {
    color: #E70013 !important;
}

.italic {
    font-style: italic;
}






/*头部图片开始*/
.bannerbox {
    width: 100%;
    height: 860px;
    /*    position: relative;*/
    overflow: hidden;
}

.bannerbox img {
    /*max-height: 100%;*/
    /*max-width: 100%;*/
    /*width: 100%;*/
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    left: 50%;
    top: 50%;
    /*transform: translate(-50%,-50%);*/
    transform: translate(-50%, -50%) scale(1);
    transition: all 9s ease 0s;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -webkit-transition: all 9s ease 0s;
}

.bannerbox:hover img {
    transform: translate(-50%, -50%) scale(1.2);
    transition: all 5s ease 0s;
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    -webkit-transition: all 5s ease 0s;
}

/*头部图片结束*/










/*顶部LOGO和登录开始*/
.top {
    width: 100%;
    height: 350px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 35%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}
.top-box {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.logo-item {
    /*width: 330px;*/
    /*height: 55px;*/
    /*left: 30px;*/
    top: 24px;
    position: absolute;
    z-index: 55;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.logo-item .logo-pic {
    /*  width: 157px;
        height: 55px;*/
    /*background: url(../images/zky_logo.png) no-repeat;*/
    /*background-size: 330px 55px;*/
    /*background: url(../images/wzlib_logo.png) no-repeat;*/
    background-size: 157px 32px;
    /*    transition: all 1s ease 0s;
        -webkit-transform: all 1s ease 0s;*/
}
.logo-item a:hover .logo-pic {
    /*    transition: all 1s ease 0s;
        -webkit-transform: all 1s ease 0s;*/
}
.logo-item .logo-txt {
    /*padding-left: 20px;*/
    font-size: 22px;
    font-weight: normal;
    color: rgba(238, 221, 196, 1);
    line-height: 40px;
    transition: all 0.3s ease 0s;
}

.logo-item a:hover .logo-txt {
    color: #F7EBDA;
    transition: all 0.3s ease 0s;
}
.login {
    /*width: 150px;*/
    height: 36px;
    right: 30px;
    top: 25px;
    position: absolute;
    z-index: 55;
}
.login .btn a {
    /*width: 150px;*/
    height: 36px;
    display: block;
    border-radius: 25px;
    border: solid 1px #EEDDC4;
    line-height: 34px;
    text-align: center;
    font-size: 15px;
    color: #EEDDC4;
    padding: 0 20px;
    box-sizing: border-box;
    /*box-sizing: border-box;*/
}
.login .btn a:hover {
    background-color: #EEDDC4;
    /*color: #333;*/
    color: rgba(131,109,68,1);
}
/*顶部LOGO和登录结束*/






/*分页开始*/
.show-more {
    text-align: center;
    padding-bottom: 50px;
    margin-top: 10px;
}
/*.show-more .item {*/
/*    box-sizing: border-box;*/
/*    width: 100px;*/
/*    height: 36px;*/
/*    line-height: 36px;*/
/*    text-align: center;*/
/*    color: #9C7F66;*/
/*    cursor: pointer;*/
/*    border: solid 1px #9C7F66;*/
/*    border-radius: 20px;*/
/*    margin-right: 10px;*/
/*    background-repeat: no-repeat;*/
/*    background-size: 20px 20px;*/
/*    background-position: 20px 8px;*/
/*    text-indent: 24px;*/
/*    !*font-size: 14px;*!*/
/*    padding: 10px 30px;*/
/*}*/
/*.show-more .item:hover {*/
/*    background-color: #EEDDC4;*/
/*    color: #9C7F66;*/
/*}*/
/*分页结束*/









/*0612 筛选项为空*/
.data-empty {
    width: 1200px;
    /*height: 200px;*/
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 70px;
}

.data-empty dl {
    height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    background: rgba(238, 221, 196, 0.1);
    border-radius: 10px;
    border: 1px solid rgba(156, 127, 102, 0.1);
}

.data-empty dl dt {
    font-size: 28px;
    color: rgba(156, 127, 102, 1);
    line-height: 40px;
}

.data-empty dl dd {
    font-size: 14px;
    color: rgba(156, 127, 102, 1);
    line-height: 20px;
    padding-top: 16px;
}











/*底部开始*/
.footerbox {
    width: 100%;
    overflow: hidden;
    background-color: #F2F2F2;
}

.footer {
    max-width: 1400px;
    width: 94%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.w20p {
    width: 20%;
}

.w30p {
    width: 30%;
}
.footer dl {
    overflow: hidden;
    margin-top: 50px;
    margin-bottom: 36px;
}

.footer dl dt {
    width: 100%;
    /*background-color: #f90;*/
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 28px;
}

.footer dl dd {
    width: 100%;
    font-size: 15px;
    /*background-color: #f30;*/
    line-height: 30px;
}

.footer dl dd a {
    display: block;
    width: 100%;
    color: #666;
    /*text-indent: 10px;*/
}

.footer dl dd a:hover {
    text-indent: 6px;
}

.footer dl dd a span {
    font-style: italic;
    font-size: 12px;
    color: #AAA;
    padding-left: 10px;
}

.copyright {
    margin: 0 auto;
    max-width: 1400px;
    /*text-align: center;*/
    width: 94%;
    height: 70px;
    border-top: solid 1px #DDD;
    line-height: 70px;
    font-size: 14px;
    text-align: left;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

/*底部结束*/

.footerbox {
    /*display: none;*/
    background: none;
    margin-bottom: 20px;
    margin-top: -20px;
}

.copyright {
    border-top: 0;
}













