.ztintrol{
    width: 68%;
}
.ztintrol h2{
    font-size: 28px;
    text-align: left;
    font-weight: normal;
    margin-bottom: 20px;
}
.ztintrol p a{
    color: #dd1f2b;
    font-size: 22px;
}
.ztintror{
    width:28%;
}
.ztanniu{
    margin-top: 30px;
}
.ztanniu li{
    display: inline-block;
}
.ztanniu li img{
    width: auto;
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px;
}
.ztanniu li a{
    display: inline-block;
    line-height: 35px;
    text-align: center;
    padding: 0 10px;
    background: #969192;
    color: #FFF;
}
.ztanniu li a:hover{
    background: #dd1f2b;
}
.ztore{
    position: relative;
}
.ztore img{
    width: 100%;
}
.ztore .zt-content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.ztoretxt{
    width: 50%;
    margin-left: 50%;
}
.ztoretxt h2{
    font-size: 30px;
    text-align: left;
    font-weight: normal;
    margin-bottom: 20px;
}
h2{
    font-size: 30px;
    text-align: center;
    font-weight: bold;
}
.ztzxgy p{
    text-align: center;
    margin-top: 20px;
}
.ztzxgylist{
    width: 80%;
    margin: 40px auto 0;
}
.huibg{
    background: #f0f0f0;
}
.ztkhxc h2{
    margin-bottom: 30px;
    text-align: left;
    font-weight: normal;
}
.ztkhxc h2 strong{
    font-size: 18px;
}
.ztkhxc p span{
    font-weight: bold;
}
.ztkhxc p b{
    font-weight: bold;
    font-size: 18px;
    color: #dd1f2b;
}
.project_img{
    margin-top: 30px;
}
.project_img li{
    width: 31%;
}
.zttjsblist{
    margin-top: 30px;
    
}
.zttjsblist li{
    background: #f0f0f0;
    width: 30%;
}
.zttjsblist li h4{
    border-top: 2px solid #FFF;
    text-align: center;
    line-height: 50px;
    font-weight: normal;
}
.zttjsblist li:hover h4{
    color: #dd1f2b;
}
.ztliucheng{
    margin: 0 auto;
    margin-top: 40px;
    width: 80%;
    
}
.ztliucheng li{
    width: 45%;
}
@media (max-width: 1000px){
    .zt-banner{
		height: 120px;
		position: relative;
		overflow: hidden;
	}
	.zt-banner img{
		width: auto;
		height: 100%;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
	}
    .ztintrol{
        width: 100%;
    }
    .ztintrol h2{
        font-size: 24px;
        margin-bottom: 10px;
    }
    .ztintrol p a{
        font-size: 18px;
    }
    .ztanniu li img{
        margin-left: 5px;
        margin-right: 5px;
        width: 18px;
    }
    .ztanniu{
        margin-top: 20px;
    }
    .ztintror{
        width: 100%;
        margin-top: 30px;
    }
    .ztore .zt-content{
        position: static;
        transform: none;
    }
    .ztoretxt {
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
    }
    .ztoretxt h2{
        font-size: 24px;
        margin-bottom: 10px;
    }
    h2{
        font-size: 24px;
    }
    .ztzxgylist{
        width: 100%;
        margin: 20px auto 0;
    }
    .ztzxgylist li{
        width: 31%;
    }
    .ztkhxc h2{
        margin-bottom: 20px;
    }
    .zttjsblist{
        margin-top: 0;
    }
    .zttjsblist li{
        margin-top: 30px;
        width: 100%;
    }
}