/* 常用预设 */
.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-scorllbg-big{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	background: url(../images/scrollbg.jpg);
}

/* nav */
.z-nav{
	width: 100%;
	box-sizing: border-box;
	background: #443E7C;
	height: 90px;
	position: relative;
	z-index: 10;
}
.z-top-logo{
	/* width: 150px; */
	height: 50px;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
}
.z-top-logo img{
	width: 50px;
	height: 50px;
	margin-right: 10px;
}
.z-nav-ul{
	flex-wrap: nowrap;
	height: 100px;
}
.z-nav-li{
	cursor: pointer;
	height: 100%;
	position: relative;
}
.z-nav-a{
	color: #BAB2D9;
	padding: 0 30px;
	font-size: 16px;
	font-weight: bold;
	display: block;
}

.z-nav-li:hover .z-nav-a{
	color:#87C66D ;
}
.z-search{
	display: flex;
	align-items: center;
}
.z-search input{
	width: 115px;
	height: 36px;
	box-sizing: border-box;
	border: none;
	background: #5A5496;
	color: #fff;
	text-indent: 0.5rem;
	outline: none;

}
.z-search input::placeholder{
	color: #7E7BAC;
	font-size: 14px;
	line-height: 36px;
	text-indent: 0.5rem;
}
.z-search .btn{
	color: #5A5A5A;
	font-size: 14px;
	/*line-height: 36px;*/
	width: 57px;
	height: 36px;
	box-sizing: border-box;
	text-align: center;
	background: #FDDD00;
	cursor: pointer;
}
/* 轮播首页 */
.z-top-swpout{
	width: 100%;
	height: 660px;
	position: relative;
}
.z-swp1{
	width: 100%;
	height: 100%;
}
.z-swp1 img{
	width: 100%;
	height: 100%;
}
.z-swp1-bot{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	display: flex;
	flex-direction: column;
	align-items: center;
	z-index: 1;
	color: #fff;
}
.z-s1b-1{
	font-size: 70px;
	font-weight: bold;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #fff;
}
.z-s1b-2{
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 40px;
}
.z-swp1-bot>a{
	color: #fff;
	font-size: 16px;
	padding: 10px 30px;
	background: #87C66D;
	transition: all 1s;
}
.z-swp1-bot>a:hover{
	color: #5A5A5A;
	background: #FDDD00;
	transition: all 1s;
}
/* 产品中心 */
.z-pc-title{
	height: 160px;
	box-sizing: border-box;
	padding-top: 60px;	
	background: #fff;
}
.z-pc-title1{
	font-size: 24px;
	font-weight: bold;
	color: #004EA2;
	margin-bottom: 10px;
	text-align: center;
}
.z-pc-title2{
	font-size: 16px;
	text-align: center;
}
.z-pro-ct{
	background: #F4F4F4;
	justify-content: center;
	height: 80px;
}
.z-pro-ct .z-nav-a{
	padding: 0 65px;
}
.z-pro-list{
	flex-wrap: wrap;
	width: 100%;
}
.z-pl-item{
	width: 32%;
	margin-right: 2%;
	margin-bottom: 20px;
}
.z-pro-list .z-pl-item:nth-child(3n){
	margin-right: 0;
}
.z-pl-imgout{
	width: 100%;
	height: 378px;
	position: relative;
}
.z-pl-imgout img{
	width: 100%;
	height: 378px;
	transition: all 0.6s;
}
.z-pl-title{
	width: 100%;
	height: 50px;
	text-align: center;
	display:flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	color: #333;
	background: #EEEEEE;
	font-weight: bold;
}
.z-pl-title:hover{
	color: #fff;
	background: #CB0709;
}
.z-mask{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	font-size: 80px;
	color: #fff;
	background: rgba(0, 0, 225, 0.3);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	display: none;
}
.z-pl-imgout:hover .z-mask{
	display: flex;
}
.z-pl-imgout:hover img{
	transform: rotateY(180deg);
	transition: all 0.6s;
}

/* 工程案例 */
.z-pro-case{
	position: relative;
	padding-bottom: 120px;
}
.z-pro-case .z-pro-list{
	width: 1200px;
	box-sizing: border-box;
	margin: 0 auto;
}
.z-pro-case .z-pl-imgout{
	height: 252px;
	overflow: hidden;
}
.z-pro-case .z-pl-imgout img{
	height: 252px;
	transition: all 0.6s;
}
.z-pro-case .z-pl-imgout:hover img{
	transform: scale(1.3);
	transition: all 0.6s;
}
.z-pro-case .z-pl-title{
	background: #fff;
}
.z-pro-case .z-pl-title:hover{
	background: #CB0709;
}
.z-pro-listbg{
	width: 100%;
	height: 300px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background: url(../images/scrollbg.jpg) no-repeat;
	background-position:center bottom;
	z-index: -1;
}
.z-pl-add{
	justify-content: space-around;
	transform: translateY(50px);
}
.z-pl-add>a{
	width: 40px;
    height: 40px;
    font-size: 34px;
    border-radius: 50%;
    text-align: center;
    border: 1px solid #fff;
    color: #fff;
	transition: all 0.5s;
}
.z-pl-add>a:hover{
	border-color: #CB0709;
	background: #CB0709;
	transition: all 0.5s;
}

/* 四大优势 */
.z-4ys{
	width: 100%;
	background: url(../images/ys-bg1.png);
	padding-top: 100px;
}
.z-ys-title{
	justify-content: center;
	margin-bottom: 20px;
}
.z-ys-title .lt{
	color: #fff;
	background: #004EA2;
	font-size: 18px;
	padding: 5px;
	margin-right: 30px;
}
.z-ys-title .rt{
	width: 440px;
}
.z-ys-title .rt .big{
	font-size: 32px;
	margin-bottom: 20px;
}
.z-ys-title .rt .big span{
	color: #004EA2;
	font-weight: bold;
	font-size: 40px;
}
.z-ys-title .rt .little{
	font-size: 16px;
	color: #888;
	line-height: 1.5;
}
.z-ys-list{
	flex-wrap: wrap;
}
.z-ys-item{
	display: flex;
	flex-direction: column;
	width: 600px;
	margin-bottom: 50px;
	box-sizing: border-box;
	justify-content: flex-start;
}
.z-ys-list>.z-ys-item:nth-child(2n){
	flex-direction: column-reverse;
}
.z-yl-lf-tlf{
	width: 90px;
	height: 90px;
	background: url(../images/ba.png) no-repeat;
	background-size: 100%;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	margin-right: 5px;
	text-align: center;
    line-height: 90px;
}
.z-yl-lf-trt{
	font-size: 22px;
	font-weight:bold;
	color: #004EA2;
}
.z-yl-lf-trt span{
	font-size: 18px;
	color: #888;
	margin-left: 5px;
}
.z-yl-list{
	margin-bottom: 30px;
	margin-left: 90px;

}
.z-yll-words{
	margin-bottom: 20px;
	width: 432px;
	line-height: 1.5;
	font-size: 12px;
}
.z-yll-words img{
	width: 16px;
	height: 18px;
	margin-right: 15px;
}

.z-ys-imgs{
	position: relative;
	width: 560px;
	height: 300px;
}
.z-ys-imgs>img{
	width: 100%;
	height: 100%;
	/* position: absolute;
	left: 50px;
	bottom: 10px; */
}
/* .z-ys-imgs>img:nth-child(2){
	left: 250px;
	z-index: 3;
	bottom: 0;
}
.z-ys-imgs>img:nth-child(3){
	left: 350px;
	z-index: 2;
	bottom: 20px;
} */

/* 关于我们 */
.z-about-us{
	position: relative;
	padding-top:100px;
}
.z-abus-scrllbg{
	width: 100%;
    height: 310px;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: -1;
}
.z-abus-title{
	color: #fff;
	text-align: center;
	margin-bottom: 50px;
}
.z-abus-title .big{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}
.z-abus-title .big{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}
.z-abus-vout{

}
.z-ac-lf{
	width: 586px;
	height: 521px;
	box-sizing: border-box;
	position: relative;
}
.z-ac-lf .z-video-img{
	width: 100%;
	height: 100%;
}
.z-playicon{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.z-ac-rt{
	width: 500px;
	box-sizing: border-box;
}
.z-acrt-title{
	font-weight: bold;
	margin-bottom: 40px;
}
.z-acrt-title .en{
	font-size: 30px;
	color: #CCCCCC;
	margin-bottom: 20px;
}
.z-acrt-title .cn{
	font-size: 30px;
	color: #333;
	margin-bottom: 20px;
}
.z-acrt-words{
	font-size: 16px;
	margin: 30px 0;
	line-height: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:8;       
	overflow: hidden;
	text-overflow:ellipsis;
	text-indent: 2em;
	margin-bottom: 40px;

}
.z-aboutus-more a{
	height: 45px;
	width: 150px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	color: #fff;
	background: #443E7C;
	transition: all 0.5s;
}
.z-aboutus-more a:hover{
	background: #fddd00;
	color: #5A5A5A;
	transition: all 0.5s;
}
.z-aboutus-more>span{
	width: 40px;
	height: 45px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: #FDDD00;
	color: #5A5A5A;
}
.z-abus-conbot{
	margin: 100px auto;
	background: #87C66D;
	justify-content: space-around;
}
.z-abus-conbot li{
	margin: 50px 0;
}
.z-sign-out{
	width: 110px;
	height:110px;
	border-radius: 55px;
	box-sizing: border-box;
	border: 2px solid #fff;
	overflow: hidden;
	margin-bottom: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.z-sign-out img{
	width: 73%;
	height: 60%;
	transform: scale(1);
	transition: all linear 1;
}
.z-sign-out:hover img{
	transform: scale(0.6);
	transition: all linear 1;
}
.z-sign-bot{
	font-size: 16px;
	color: #fff;
	font-weight: bold;
}

.z-support{
	width: 100%;
	background:#0A1C44;
}
.z-support>div{
	box-sizing: border-box;
	padding: 100px 0;
	width: 100%;
	background: url(../images/hw.png);
}
.z-kctx{
	text-align: center;
	color: #fff;
}
.z-kctx .big{
	font-size: 34px;
	font-weight: bold;
}
.z-kctx .small{
	justify-content: center;
	color: #fff;
	margin: 20px 0;
}
.z-kctx .small img{
	width: 30px;
	height: 30px;
	margin: 0 20px;
}
.z-sup-item{
	width: 380px;
	padding: 20px;
	box-sizing: border-box;
	background: #fff;
}
.z-sup-item>a{
	width: 100%;
	box-sizing: border-box;
	height: 210px;
	position: relative;
	display: block;
}
.z-support .z-aboutus-more,.z-news .z-aboutus-more,.z-szll .z-aboutus-more{
	justify-content: center;
	margin-top: 50px;
}
.z-nr-mask{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 50px;
	overflow: hidden;
	height: 100%;
	background: transparent;
	/* display: none; */
	transition: all 0.5s;
}
.z-nr-mask img{
	width: 30px;
	height: 30px;
	display: none;
}
.z-sup-item>a:hover .z-nr-mask{
	background: rgba(0, 0, 0, 0.4);
	transition: all 0.5s;
}
.z-sup-item>a:hover .z-nr-mask img{
	display: block;
	
}
.z-sup-item>a>img{
	width: 340px;
	height: 210px;
}
.z-suo-bot{
	text-align: center;
	width: 100%;
	box-sizing: border-box;
	padding: 20px 20px;
	background: #fff;
}
.z-suo-bot .big{
	font-size: 20px;
	color: #004EA2;
	margin-bottom: 20px;
}
.z-suo-bot .little{
	font-size: 12px;
	line-height: 1.5;
}
.z-szll{
	padding: 100px 0;
	width: 100%;
	box-sizing: border-box;
}
.z-szll .big{
	color: #333;
	align-items: flex-end;
}
.z-szll .small{
	color: #E6E6E6;
}
.z-szll .small img{
	background: #E6E6E6;
}
.z-szll .z-sup-item{
	background: #F4F4F4;
}
.z-szll .z-sup-item>a{
	height: 320px;
}
.z-szll .z-sup-item>a>img{
	height: 100%;
}
.z-szll .z-suo-bot{
	background: #F4F4F4;
}
.z-szll .big>span{
	color: #999;
	font-size: 14px;
	margin-left: 15px;
}
.z-szll .little{
	height: 96px;
	box-sizing: border-box;
	text-align: justify;
	line-height: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:4;       
	overflow: hidden;
	text-overflow:ellipsis;

}
.z-szll .z-kctx{
	margin-bottom:100px ;
}
.z-news{
	width: 100%;
	padding: 100px 0;
	box-sizing: border-box;
	background: #F4F4F4;
}
.z-news .z-kctx{
	margin-bottom:100px ;
}
.z-news .small{
	color: #5A5A5A;
}
.z-news .small img{
	background: #E6E6E6;
}
.z-news .big{
	color: #333;
	/* text-align: left; */
	display: block;
	margin-bottom: 10px;
}
.z-news .big:hover{
	color: #FDDD00;
}
.z-news .date{
	font-size: 14px;
	color: #ccc;
	margin-bottom: 10px;
	text-align: left;
}
.z-news .little{
	text-align: left;
}
.z-news .z-sup-item,.z-news .z-suo-bot{
	background: transparent;
}
/* 底部 */
.z-footer{
	width: 100%;
	background: #443E7C;
	color: #fff;
	padding-top: 60px;
}
.z-foot-title img{
	width: 70px;
	height: 90px;
}
.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;
	border-bottom: 1px solid #fff;
	margin-bottom: 20px;
	font-weight: bold;
}
.z-fc-aout{
	flex-wrap: wrap;
}
.z-fc-aout a{
	color: #A19EBD;
	font-size: 14px;
	margin-bottom: 15px;
	margin-right: 40px;
	font-weight: bold;
}
.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: 90px;
	height: 90px;
	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-footer-footer{
	background: #2C265F;
	padding: 10px 0;
	text-align: center;
	margin-top: 50px;
}
	