/* CSS Document */
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    line-height: 1.5;
    color: #333;
}

.zj-title{
    text-align: center;
    width: 65%;
    margin: 0 auto 80px;
} 
.zj-title h3{
    font-size: 48px;
    color: #000;
    font-weight: bold;
    margin-bottom: 6px;
}
.zj-title span{
    font-size: 14px;
    color: #8c734a
}
.zj-title p{
    margin-top: 6px;
    font-size: 16px;
    color: #6f6f6f
}
.w1200 {
	margin-right: auto;
	margin-left: auto;
	width: 1200px;
}
.w1400{
	margin-right: auto;
	margin-left: auto;
	width: 1440px;
}
.w1600 {
	margin-right: auto;
	margin-left: auto;
	width: 1600px;
}

.zj-set4{
    background: #f2f2f2;
    padding:76px 0;
}
.zj-set4-cont{
    width: 100%;
}
.zj-set4-cont ul{
    display: flex;
    flex-wrap: wrap;
}
.zj-set4-cont ul li{
	width: 24%;
	margin-right: 1.333%;
	margin-bottom: 20px;

}
.zj-set4-cont ul li:nth-of-type(4n){
    margin-right: 0;
}
.zj-set4-cont ul li .imgd{
    width: 100%;
    overflow: hidden;
    height: 296px;
}
.zj-set4-cont ul li .imgd img{
    width: 100%;
    height: auto;
    transition: all .5s
}
.zj-set4-cont ul li:hover .imgd img{
    transform: scale(1.1)
}
.zj-set4-cont ul li > a{
    display: block;
    position: relative;
    height: 296px;
}
.zj-set4-cont ul li > h6{
    text-align: center;
    font-size: 16px;
    color: #333;
    padding-top: 8px;
}
.zj-set4-cont ul li .text{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url('../pic/zj-set4-bj.jpg') no-repeat;
    background-size: 100% 100%;
    padding: 63px 10%;
    transition: all .5s;
    opacity: 0;
    transform: scale(0)
}
.zj-set4-cont ul li .text h6{
    color: #fff;
    font-size: 20px;
    margin-bottom: 20px;
}
.zj-set4-cont ul li .text p{
    font-size: 14px;
    color: #d5d5d5
}
.zj-set4-cont ul li:hover .text{
    opacity: 1;
    transform: scale(1)
}
.zj-set5{
    padding: 112px 0;
    background: #ebebeb
}





body {
	margin: 0px;
	background-color: #ffffff;
	background-repeat: repeat;
	background-attachment: fixed;

}
