/*home-bannner*/
.home-banner{
	position: relative;
	overflow:hidden;
	cursor: pointer;
	margin-top: 77px;
}
.home-banner ul{
	width: 100%;
	height: 100%;
}
.home-banner ul li{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
	top: 0;
}
.home-banner ul li .pc-banner{
	width: 100%;
	height: 100%;
	background: url(../img/home/bannner-img1.jpg) no-repeat center;
	background-size: 100% auto;
	display: block;
	overflow: hidden;
}
.home-banner .video{
}
.home-banner .video>video{
}
.home-banner ul li>img{
	width: 100%;
	margin: 0 auto;
}
.home-banner ul li{
	transition: all 1s; 
	-webkit-transition: all 1s; 
	-moz-transition: all 1s; 
	-ms-transition: all 1s; 
	-o-transition: all 1s; 
		opacity: 0;
}
.home-banner ul li.in{
	opacity: 1;
}


.home-banner .banner-text{
	text-align: center;
	position: absolute;
	margin: auto;
	right: 0;
	top: 30%;
	left: 0;
	color: #fff;
}
.home-banner .banner-text>h1{
font-size:50px;
}
.home-banner .banner-text>h1 span{
padding:0 80px; border-right:2px solid #fff;line-height: 35px;
    height: 35px;
    display: inline-block;
 
}
.home-banner .banner-text>h1 span:last-child{
border-right:0px solid #fff;
 
 
}
.home-banner .banner-text>p{
	margin: 0 auto;
	font-size: 13px;
	line-height: 25px;
	margin-top: 24px;
}
.home-banner .banner-text>p>span{
	display: block;
}
.home-banner .banner-text .banner-play, .home-banner .banner-text .banner-play1{
	display: inline-block;
	width: 167px;
	height: 54px;
	margin: 0 2%;
	margin-top:4%;
	border: 2px solid rgba(255,255,255,0.7);
	line-height: 54px;
	font-size: 14px;
	cursor: pointer;
	position:relative;
	letter-spacing: 3px;
	font-weight: 600;
	.banner-play{cursor:pointer;}
}


.home-banner-video, .home-banner-video1{
	background:rgba(0,0,0,0.8);
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	display:none;
        z-index:1;
}
.home-banner-video video, .home-banner-video1 video{
	width:65%;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
}


	/* æŒ‰é’®æ•ˆæžœ */
	.home-banner .banner-text>a span{
		position:absolute;
		background:#ffffff;
	}
	.home-honor>div>div{
		position:absolute;
		background:#efefef;
	}
	.home-banner .banner-text>a span:nth-child(1),.home-honor>div>div:nth-child(1){
		top:-2px;
		left:0;
		height:2px;
		width:0;
	}
	.home-banner .banner-text>a span:nth-child(2),.home-honor>div>div:nth-child(2){
		top:0;
		right:-2px;
		height:0;
		width:2px;
	}
	.home-banner .banner-text>a span:nth-child(3),.home-honor>div>div:nth-child(3){
		bottom:-2px;
		right:0;
		height:2px;
		width:0;
	}
	.home-banner .banner-text>a span:nth-child(4),.home-honor>div>div:nth-child(4){
		bottom:0;
		left:-2px;
		height:0;
		width:2px;
	}
	.home-banner .banner-text>a:hover span:nth-child(1),.home-honor>div:hover>div:nth-child(1){
		width:100%;
		-webkit-transition:all 0.1s linear;
	}
	.home-banner .banner-text>a:hover span:nth-child(2),.home-honor>div:hover>div:nth-child(2){
		height:100%;
		-webkit-transition:all 0.1s 0.1s linear;
	}
	.home-banner .banner-text>a:hover span:nth-child(3),.home-honor>div:hover>div:nth-child(3){
		width:100%;
		-webkit-transition:all 0.1s 0.2s linear;	
	}
	.home-banner .banner-text>a:hover span:nth-child(4),.home-honor>div:hover>div:nth-child(4){
		height:100%;
		-webkit-transition:all 0.1s 0.3s linear;
	}
	.home-banner .banner-text>a:hover{
		background:#ffffff;
		color:#000000;
		-webkit-transition:all 1s 0.3s;
	}
	
/*é¦–é¡µæ–°é—»*/
.news_list{ width:1200px; margin:0 auto 0; padding: 0;}
.news_list dl{height:212px; width:590px; overflow:hidden; vertical-align:top; margin-bottom:20px; /* border-bottom:1px dashed #ddd; */ float: left;margin-right: 20px; background-color: #fff;box-shadow: 2px 2px 6px #ccc;}
.news_list dl:nth-of-type(2n){margin-right: 0;}
.news_list dl dt{float:left; width:200px; height:205px;overflow:hidden;padding:4px;box-sizing: border-box;margin: 4px;border:1px solid #eee;}
.news_list dl dt a{ width:190px; height:195px;display: flex;align-items: center;overflow: hidden;}
.news_list dl dt img{ display:block;width:190px;max-height:195px;vertical-align: middle; transition: transform 0.3s;}
.news_list dl:hover dt img{transform: scale(1.1);}
.news_list dl dd{float:left; padding-left:20px; width:350px; overflow:hidden;margin-top: 30px;}
.news_list dl dd h4{display:block; font-size:18px; font-weight:normal; height:28px; overflow:hidden; margin-bottom:12px; line-height:28px; padding:4px 6px 0 0;}
.news_list dl dd h4 i{float:left; padding-right:15px; display:none;}
.news_list dl dd h4 a{  height:28px; overflow:hidden; display:block; white-space:nowrap; text-overflow:ellipsis;}
.news_list dl dd h4 a:hover{color:#0054a7}
.news_list dl dd p{ display:block;font-size:14px; width:340px; line-height:28px; height:56px; overflow:hidden;text-align: justify;margin-bottom: 10px;}
.news_list dl dd em a{line-height: 28px;text-align: center;width: 80px;height: 28px;display: inline-block;background:#434343;color:#fff;font-size: 14px;}
.news_list dl dd em a.zxbtnanli{background:#acce22;margin-left: 10px;}
.news_list dl dd span{display:block; line-height:45px; font-size:13px; color:#777;}


/* æ¡ˆä¾‹ */
.h_system_section { background: #fff; margin-top: 30px;}
.h_system_section .h_title01 { padding: 50px 0; }
.h_system_section .item_list { padding-bottom: 20px; margin: 0 -5px; }
.h_system_section .item_list .item {width: 292.5px;height: 218px;float: left;margin: 0 5px 10px;position: relative;}
.h_system_section .item_list .item .img_100 {overflow: hidden;border-radius: 1px;position: relative;padding-bottom: 58%;}
.h_system_section .item_list .item .img_100 img{height: 100%;width: 100%;object-fit: cover;position: absolute;}
.h_system_section .item_list .item .item_tit { position: absolute; height: 50px; line-height: 50px; width: 100%; bottom: 0; background: rgba(0, 0, 0, 0.6); text-align: center; font-size: 16px; color: #fff; z-index: 99; -webkit-transition: all .3s; transition: all .3s; overflow:hidden; }
.h_system_section .item_list .item .desc { position: absolute; top: 0; height: 100%; width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; background: rgba(0, 0, 0, 0.5); padding: 30px 20px 60px; z-index: 98; line-height: 23px; overflow:hidden; -webkit-filter: opacity(0); filter: opacity(0); -webkit-transition: all .3s; transition: all .3s;display:none\0; }
.h_system_section .item_list .item .desc p { color: #fff;display:none\0; }
.h_system_section .item_list .item:hover .desc { -webkit-filter: opacity(100); filter: opacity(100);  overflow:hidden; }
.h_system_section .item_list .item:hover .item_tit { background: rgba(0, 0, 0, 0.4);}

/* æ•°å­—æ»šåŠ¨ */
.product-number-info {position: relative;height:200px;}
.product-number-info .product-number-inner {width: 1200px;margin: 0 auto;}
.product-number-info ul{height:90px;padding: 65px 0 45px;}
.product-number-info .q {zoom: 1; }
.product-number-info li {float: left; width: 300px;height: 90px;}
.product-number-info li b {font-weight: 400;font-size: 58px;line-height: 1;display: inline-block;position: relative;height:60px;line-height:60px;font-weight:600;}
.product-number-info li p {font-size: 16px;height:30px;line-height:30px; font-weight:600; color:#555;}
.product-number-info li b i {font-style: normal;font-family: "impact22" , "Microsoft Yahei";}
.product-number-info li b sup {position: absolute;height:40px;line-height:40px;font-size: 36px;right: -30px;top: -15px;font-weight:700}
.product-number-info li.li-2 b, .product-number-info li.li-2 p {padding-left: 20px;}
.product-number-info li.li-3 b, .product-number-info li.li-3 p {padding-left: 60px;}
.product-number-info li.li-4 b, .product-number-info li.li-4 p {padding-left: 90px;}


.clear:after{
	content: "";float: none;clear: both;display: block;height:0;
}
.warp{width: 100%;}
.container-fluid{
	padding-right:0;
	padding-left:0;
}
.pc-block{
	display: block;
}
.app-block{
	display: none;
}
.home-business{
	height:650px;
	width:100%;
	overflow:hidden;
	position:relative;
	margin-top:0;
}
.home-business>div>div{
	position:relative;
	height:100%;
	float:left;
	width:25%;
	-webkit-transition:width 0.5s; 
	transition:width 0.5s; 
}
.home-business>div>div img{
	height:650px;
}
.home-business>div>div .icon{
	background:url(../images/icon1.png);
	width:50px;
	height:50px;
	background-size:100%;
	position:absolute;
	left:0;right:0;top:-145px;bottom:0;margin:auto;
	opacity:0;
	-webkit-transform:rotate(-300deg);
}
.home-business>div>div h2{
	position:absolute;
	top:45%;
	color:#ffffff;
	text-align: center;
	width:100%;
	-webkit-transition:all 0.2s;
	font-size:26px;
}
.home-business>div>div span{
	width:40px;
	height:2px;
	background:#ffffff;
	position:absolute;
	left:0;right:0;
	margin:auto;
	top:53%;
	display:block;
	-webkit-transition:all 0.2s;
}
	.home-business>div>div:hover .icon{
		-webkit-transform:rotate(0deg);
		opacity:1;
		-webkit-transition:all 0.8s;
	}
@media only screen and (max-width: 1680px) {
	.home-honor{width:1200px;}
	.home-honor>div{margin:0 20px;width:210px;}
	.home-honor label{display: inline;}
	.home-business>div>div h2{font-size:18px;top:46%}
	.home-business{height:550px;}
	.home-business>div{height:100%;}
	.home-project h2{font-size:30px;}
}
@media only screen and (max-width: 1550px) {
	.home-banner ul li .pc-banner{background-size: initial}
	.home-banner .video>video{width:1600px;left:-800px;}
}
@media only screen and (max-width: 1400px) {
	.home-business{height:460px;}
	.home-business>div>div img{height:460px;}
}
@media only screen and (max-width: 1280px) {
	.home-business{height:400px;}
    .home-business>div>div img{height:400px}
	
	.home-news .text h3{font-size: 16px;height: 24px;overflow: hidden;}
	.home-news .text{padding-bottom: 30px;}
	 
	.home-news span{width: 40px;height: 40px;}
	.home-news span:after{margin-top: 15px;margin-left: 12px;}
	 
}

.home-news{
	margin-top:5%;
	background:#000000;
}


.home-news>div>div{
	overflow:hidden;
	float:left;
	width:33.3333%;
	position:relative;
        z-index:0;
}
.home-news img{
	display:block;
	width:100%;
	-webkit-transition:all 0.5s;
	transform: scale(1,1);
}
.home-news>div>div a:after{
	content:' ';
	position:absolute;
	top:0;
	width:100%;
	height:200%;
	background:url(/img/home/news-bg.png) repeat-x;
	-webkit-transition:all 0.8s;
}
.home-news .text{
	position:absolute;
	bottom:0;
	z-index: 0;
	padding:20px;
	-webkit-transition:opacity 0.5s;
	padding-bottom: 25px;
        z-index:1;
}
.home-news .text h3{
	font-size:20px;
	height:26px;
	overflow:hidden;
}
.home-news .text time{
	color:#b0b0b0;
	line-height: 30px;
	font-weight: 600;
	font-size: 14px;
}
.home-news .text p{
	color:#b0b0b0;
	height:40px;
	overflow:hidden;
	font-size: 14px;
	line-height: 20px;
	width:80%;
}
.home-news .text p>label{
	display: block;
}
.home-news span{
	border:2px solid #ffffff;
	width:50px;height:50px;
	position:absolute;
	border-radius:50%;
	left:0;right:0;top:0;bottom:0;
	margin:auto;
	z-index:2;
	-webkit-transition:all 0.5s;
	opacity:0;
}
.home-news span:after{
	content:' ';
	display:block;
	width:10px;
	height:10px;
	border-top:2px solid #ffffff;
	border-right:2px solid #ffffff;
	margin-top:18px;
	margin-left:18px;
	-webkit-transform:rotate(45deg) scale(0.1,0.1);
	-webkit-transition:transform 0.4s 0.1s;
}
 @media only screen and (min-width:750px) {
 
	
	.home-business:hover>div>div{
		width:13%;
		cursor: pointer;
	}
	.home-business:hover>div>div h2,
	.home-business:hover>div>div span{
		
	}
	.home-business>div>div:hover{
		width:61%;
	}
	.home-business>div>div:hover .icon{
		-webkit-transform:rotate(0deg);
		opacity:1;
		-webkit-transition:all 0.8s;
	}
	.home-honor>div:hover p{opacity:0;-webkit-transform:translate(0,-10px);}
	.home-honor>div:hover  a{opacity:1;-webkit-transform:translate(0,0px);}
	
	.home-news>div>div:hover a:after{
		-webkit-transform:translate(0,-50%);
	}
	.home-news>div>div:hover span:after{
		-webkit-transform:rotate(45deg) scale(1,1);
	}
	.home-news>div>div:hover .text{
		opacity:0;
	}
	.home-news>div>div:hover span{
		-webkit-transfomr:translate(0,-10px);
		opacity:1;
	}
	.home-news>div>div:hover img{
		transform: scale(1.05,1.05);
	}



	
	@-webkit-keyframes footerIcon{
		0%{-webkit-transform:skewX(0deg);}
		30%{-webkit-transform:skewX(-20deg);}
		60%{-webkit-transform:skewX(10deg);}
		90%{-webkit-transform:skewX(-5deg);}
		100%{-webkit-transform:skewX(0deg);}
	}
	
}
