/* 常用预设 */
.z-container{
	width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
}
.z-flex{
	display: flex;
}
.z-flex-sb{
	display: flex;
	justify-content: space-between;
}
.z-flex-aic{
	display: flex;
	align-items: center;
}
.z-flex-sb-aic{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.z-flex-col{
	display: flex;
	flex-direction: column;
}

.z-top{
	width: 100%;
	height: 46vw;
	background: url(../images/topbg.jpg) no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
}
.z-top-logo{
	width: 80px;
}
.z-nav-list{
	justify-content: flex-end;
	flex: 1;
}
.z-nav-list a{
	margin: 0 20px;
	color: #fff;
	height: 71px;
    line-height: 71px;
    width: 15%;
	font-size: 14px;
	text-align: center;
	white-space: nowrap;
}
.z-nav-list a:hover,.z-nav-list a.on{
	background-color: transparent;
    background-image: url(../images/navitembg.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background: -webkit-linear-gradient(none, none);
    background: -moz-linear-gradient(none, none);
    background: -ms-linear-gradient(none, none);
    background: linear-gradient(none, none);
    background-size: auto;
	
}
.z-range{
	width: 100%;
	background: #fff;
	padding-top: 30px;
}
.z-title1{
	justify-content: center;
	margin-bottom: 10px;
}
.z-title-imgout{
	padding: 20px;
	margin-right: 30px;
}
.z-title1-1{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}
.z-title1-2{
	font-size: 14px;
	color: #888;
}
.z-title2{
	text-align: center;
	font-size: 14px;
	color: #888;
	margin-bottom: 30px;
	line-height: 2;
}

.z-range-item{
	cursor: pointer;
	width: 351px;
	height: 298px;
	padding: 80px 40px;
	box-sizing: border-box;
	border: 1px solid #EEEEEE;
	margin-bottom: 30px;
	transition: all .3s;
}
.z-range-item:hover{
	box-shadow: 0 2px 10px rgb(0 0 0 / 10%);
    transition: box-shadow .3s, border .3s, background-color .3s, color .3s, transform .3s;
}
.z-range-item-1{
	font-size: 20px;
	margin-bottom: 30px;
	font-weight: bold;
}
.z-range-item-2{
	font-size: 12px;
	color: #666;
	line-height: 1.5;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.z-range-mid img{
	width: 379px;
	height: 367px;
}
.z-range2-out{
	width: 100%;
	background: url(../images/title2bg.png) no-repeat;
	background-size: center top;
	box-sizing: border-box;
	padding-top: 40xp;
}
.z-range2-out .z-container{
	padding-left: 300px;
}
.z-range2-out .z-title1{
	box-sizing: border-box;
	justify-content: flex-start;
}
.z-range2-out .z-title2{
	width: 900px;
	box-sizing: border-box;
	text-align: left;
	padding-left: 100px;
	margin-bottom: 40px;
}
.z-range2-item{
	cursor: pointer;
	width: 287px;
	height: 343px;
	box-sizing: border-box;
	padding: 30px;
	box-shadow: 0px 1px 10px rgb(0 0 0 / 10%);
	background: #fff;
	border-bottom: 4px solid #4E7DFF;
	transition: all .3s;
}
.z-range2-item:hover{
	box-shadow: none;
	border: 1px solid #eee;
	border-bottom: 4px solid #4E7DFF;
	transform: translateY(-10px);
	transition: box-shadow .3s,  background-color .3s, color .3s, transform .3s;
}
.z-r2i-imgout{
	width: 120px;
	height: 120px;
	border-radius: 60px;
	box-sizing: border-box;
	background: url(../images/range2-1.png) no-repeat;
	margin-bottom: 30px;
}
.z-r2i-imgout:hover{
	background: url(../images/range2-1-2.png) no-repeat;
}
.z-range2-item:nth-child(2) .z-r2i-imgout{
	background: url(../images/range2-2.png) no-repeat;
}
.z-range2-item:nth-child(2) .z-r2i-imgout:hover{
	background: url(../images/range2-2-2.png) no-repeat;
}
.z-range2-item:nth-child(3) .z-r2i-imgout{
	background: url(../images/range2-3.png) no-repeat;
}
.z-range2-item:nth-child(3) .z-r2i-imgout:hover{
	background: url(../images/range2-3-2.png) no-repeat;
}
.z-r2i-title{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 30px;
}
.z-r2i-des{
	font-size: 12px;
	line-height: 1.5;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.z-range3-out{
	width: 100%;
	background: url(../images/title3bg.png) no-repeat;
	background-position: center top;
}
.z-range3-out .z-container{
	padding:50px 170px;
}
.z-range3-out .z-title1{
	text-align: left;
	justify-content: flex-start;
}
.z-range3-out .z-title2{
	text-align: left;
}
.z-r3-imgout a{
	width: 420px;
	height: 280px;
	box-sizing: border-box;
	overflow: hidden;
}
.z-r3-imgout img{
	width: 100%;
	height: 100%;
	transition: transform 0.3s;
}
.z-r3-imgout a:hover img{
	transform: scale(1.3);
	transition: transform 0.3s;
}
.z-mid-bg{
	width: 100%;
	box-sizing: border-box;
	background: url(../images/midbg.jpg) no-repeat;
	background-position: 50% 50%;
    background-attachment: fixed;
    background-size: cover;
    opacity: 1;
    transition: all,.3s;
	padding: 60px 0;
}
.z-mb1{
	font-size: 48px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 30px;
}
.z-mb2{
	font-size: 12px;
	font-weight: bold;
	color: #D8D6D3;
	margin-bottom: 50px;
}
.z-mb3{
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}
.z-range4-out .z-title1{
	margin: 20px 0;
}
.z-rg4item-out{
	flex-wrap: wrap;
}
.z-fg4-item{
	width: 380px;
	height: 280px;
	box-sizing: border-box;
	margin-right: 20px;
	margin-bottom: 20px;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
}
.z-fg4-item:nth-child(3n){
	margin-right: none;
}
.z-fg4-item img{
	width: 100%;
	height: 100%;
	transition: transform 0.5s;

}
.z-fg4-item:hover img{
	transform: scale(1.2);
	transition: transform 0.5s;
}
.z-r4h-title{
	justify-content: center;
	box-sizing: border-box;
	width: 100%;
	font-size: 14px;
	color: #fff;
	background: rgba(0, 0, 0, 0.3);
	position: absolute;
	bottom: 0;
	height: 34px;
	transition: all 0.3s;
}
.z-fg4-item:hover .z-r4h-title{
	height: 100%;
	transition: all 0.3s;
}


/* 底部 */
.z-footer{
	width: 100%;
	background: #242838;
	color: #fff;
	margin-top: 20px;
	padding: 40px 0 20px;
}
.z-footer a{
	color: #fff;
}
.z-foot-title img{
	width: 196px;
	height: 106px;
}
.z-foot-num{
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	margin: 15px 0;
}
.z-foot-cpzx{
	box-sizing: border-box;
	width: 200px;
}
.yqlj{
	width: 290px;
	box-sizing: border-box;
}
.z-fc-head{
	font-size: 18px;
	padding-bottom: 20px;
	font-weight: bold;
}
.z-fc-aout{
	flex-wrap: wrap;
}
.z-fc-aout a{
	color: #bbbbbb;
	font-size: 14px;
	margin-bottom: 15px;
	margin-right: 40px;
	font-weight: bold;
	white-space: nowrap;
}
.z-fc-aout a:hover{
	color: #fff;
	font-weight: bold;
}
.z-fc-aout a:last-child{
	margin-bottom: 0;
}
.z-foot-imgs{
	flex-wrap: wrap;
	width: 210px;
	height: 150px;
	margin-bottom: 20px;
}
.z-foot-imgs img{
	width: 100px;
	height: 67px;
	border-radius: 4px;
}
.z-code-out{
	width: 210px;
	box-sizing: border-box;
}
.z-code-out img{
	width: 120px;
	height: 120px;
	margin-bottom: 20px;
}
.z-code-out span{
	font-size: 12px;
}
.z-fbot{
	color: #ccc;
	font-size: 12px;
	margin-top: 40px;
}
.z-fbot a{
	color: #ccc;
	font-size: 12px;
	margin-left: 20px;
}
.z-ft-icons img{
	width: 25px;
	height: 25px;
	margin-right: 10px;
}

.z-top-words{
	font-weight: bold;
	color: #fff;
	margin-top: 150px;
	margin-left: 20px;
	/* transform: translate(20px,150px); */
}	
.z-top-words1{
	font-size: 52px;
	margin-bottom: 10px;
}
.z-top-words2{
	font-size: 44px;
	margin-bottom: 20px;
}
.z-top-words3{
	font-size: 16px;
	line-height: 1.5;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.z-footer-footer{
	background: #fff;
	padding: 10px 0;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #999;
	font-size: 12px;
}
.z-footer-footer a{
	font-size: 12px;
	color: #999;
}
.z-footer-footer span{
	margin:0 20px;
}