
.title{
    width: 1200px;
    height: 47px;
    margin: 0 auto;
    background: url('../image/jj.jpg') no-repeat;
}
.title p{
    font-size: 22px;
    color: #000;
    font-weight: 600;
}
.title{
    width: 1200px;
    height: 47px;
    margin: 0 auto;
    background: url('../image/jj.jpg') no-repeat;
}
.title p{
    font-size: 22px;
    color: #000;
    font-weight: 600;
}
.search{
    width: 1200px;
    margin: 0 auto;
}
.search p{
    display: inline-block;
    color: #939eab;
}
.select{
    width: 140px;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    height: 40px;
    line-height: 40px;
    outline: 0;
    padding-left:25px;
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    margin-right: 20px;
}
.button{
    border: 1px solid #1e86bd;
    color: #1e86bd;
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    background: #fff;
    -webkit-appearance: none;
    text-align: center;
    box-sizing: border-box;
    outline: 0;
    margin: 0;
    transition: .1s;
    font-weight: 500;
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 4px;
}
.zz{
    margin: 0 auto;
    width: 1200px;
}
.zz ul li img{
    width: 173px;
    height: 233px;
}
.zz ul li{
    width: 173px;
    height: 300px;
    float: left;
    margin-bottom: 40px;
    padding-left: 13px;
    padding-right: 14px;
}
/*.zz ul li p{
    font-size: 16px;
    text-align: center;
    color: #020202;
    margin-top: 10px;
}*/
#zz_title{
    font-size: 16px;
    text-align: center;
    color: #020202;
    margin-top: 10px;
}
#ckml{
    color:#6a7c92;
    text-align: center;
    margin-top: 5px;
}
#ckml:hover{
    color: #da251c;
}
.zz_img{
    box-shadow: 0 3px 9px 0 rgba(51,51,51,.1);
}
.zz_img:hover{
    box-shadow: 0 3px 9px 0 rgba(51,51,51,.7);
}
.button:hover{
    color: #fff;
    background: #1e86bd;
}







