* {
    padding: 0;
    margin: 0;
    font-family: "思源黑体";
}

li {
    list-style: none;
}

a {
    color: #555;
    text-decoration: none;
}
input {
    padding: 0;
    border: 0;
    outline: none;
}
.header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background-color: #fff;
    box-shadow: 20px 5px 6px 0px rgba(7, 93, 241, 0.08);
}
.header-top{
    display: table;
    margin: 0 auto;
    width: 1400px;
    margin-top: 22px;
    margin-bottom: 24px;
}
.logo-lf{
    float:left;
    width: 374px;
}
.logo-lf figure img{
    float: left;
    display: block;
    width: 52px;
}
.logo-lf figcaption{
    float: right;
}
.logo-lf figcaption h1,
.logo-lf figcaption h2{
    margin-top:3px;
    color: #333;
    font-size: 24px;
    font-weight: normal;
}
.header-top nav {
    float: right;
    margin-top: 10px;
}
.header-top nav ul{
    overflow: hidden;
}
.header-top nav ul li {
    float: left;
    margin-right: 30px;
}
.header-top nav ul li a {
    display: block;
    font-size: 16px;
    color: #555;
}
.header-top nav ul li:last-child{
    margin-right: 0;
}
.header-top nav ul li a:hover {
    color:  #ff3e3e;
    transition: background-color 0.8s;
}
.header-top nav ul li:first-child a{
    color: #ff3e3e;
}
.footer-box{
    margin-top:90px;
    width: 100%;
}
.footer-bj{
    padding-top: 94px;
    height:400px;
    box-sizing: border-box;
    background: url(../imageszt/pwz24.png) no-repeat center;
}
.footer-db{
    padding: 36px 0 14px 0;
    width: 100%;
    background-color: #101113;
}
.foot-jz{
    width: 1400px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
}
.foot-jz b{
    display: block;
    margin-bottom: 24px;
    font-size: 30px;
    font-weight: normal;
}
.foot-jz span{
    font-size: 20px;
}
.search-cont{
    margin: 0 auto;
    padding: 8px 0;
    margin-top: 36px;
    width: 550px;
    border-radius: 30px;
    background-color:#fff;
}
.search {
    padding-left: 30px;
    width: 510px;
    height: 42px;
}
.t {
    float: left;
    padding-left: 14px;
    width: 349px;
    font-size: 14px;
    color: #555;
    line-height: 42px;
    border: none;
    outline: none;
    background: #fff;
}
.suo {
    float: right;
    width: 147px;
    height: 42px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    line-height: 42px;
    letter-spacing: 2px;
    border-radius: 30px;
    border: none;
    cursor: pointer;
    background-color:#ff3e3e;
}
.dz-cont{
    width: 1400px;
    margin: 0 auto;
}
.dz-lxfs{
    margin-bottom:46px;
    display: flex;
    align-items: center;
    justify-content:space-between;
}
.dz-list{
    display: flex;
    align-items: center;
}
.dz-list img{
    display: block;
    margin-right: 14px;
    width:32px;
}
.dz-lr{
    color: #fff;
    width: 300px;
}
.dz-lr b{
    font-size: 16px;
    font-weight: normal;
}
.dz-lr p{
    margin-top:8px;
    font-size: 14px;
}
.dz-cont a{
    display: block;
    font-size: 12px;
    text-align: center;
    color: rgb(164, 164, 164);
}
.cpzx-box{
    width: 1400px;
    margin: 0 auto;
    margin-top: 70px;
}
.cpzx-box ul{
    display: table;
}
.cpzx-box ul li {
    float: left;
    margin:0 28px 36px 0;
    padding:10px 0 0 0;
    width: 327px;
    border: 1px solid #ededed;
}
.cpzx-box ul li:hover{
    border: 1px solid #ff3e3e;
}
.cpzx-box ul li:nth-child(4n){
    margin-right: 0;
}
.cpzx-box ul li a figure {
    width: 308px; 
    height:260px;
    margin: 0 auto;
    overflow: hidden;
}
.cpzx-box ul li a figure img { 
    display: block;
    width: 100%;
    height: 100%;
    transition: all .35s ease;
}
.cpzx-box ul li a:hover figure img{
    transform: scale(1.2)
}