@charset "utf-8";
/* CSS Document */





.index{
	width:100%;
	overflow:hidden;
	background: #000;
}

@media (min-width: 1430px) {
	.index{
		height: 95vh;
	}
}

.index .swiper-container{
	width:100%;
	height:100%;
	overflow:hidden;
}

.index .swiper-container .swiper-slide{
	width:100%;
	height:100%;
	overflow:hidden;
}

.index .swiper-container .swiper-slide img{
	display:block;
	vertical-align:middle;
	transition: all 1s;
-moz-transition: all 1s;
-ms-transition: all 1s;
-webkit-transition: all 1s;
-o-transition: all 1s;
}

@media (min-width:992px){
	.index .swiper-container .swiper-slide img{
		transform:scale(1.1);
		-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-o-transform:scale(1.1);
	}
	
	.index .swiper-slide-active img{
		transform: scale(1)!important;
		-moz-transform: scale(1)!important;
	-ms-transform: scale(1)!important;
	-webkit-transform: scale(1)!important;
	-o-transform: scale(1)!important;
	}
}

.index .swiper-button-prev{
	background: rgba(0,0,0,.5) url(../images/left1.png) center center no-repeat;
	background-size: 30px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	left: 1%;
	opacity: 0;
	transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-webkit-transition: all .5s;
-o-transition: all .5s;
}

.index:hover .swiper-button-prev,.index:hover .swiper-button-next{
	opacity: 1;
}

.index .swiper-button-next{
	background:  rgba(0,0,0,.5) url(../images/right1.png) center center no-repeat;
	background-size: 30px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	right: 1%;
	opacity: 0;
	transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-webkit-transition: all .5s;
-o-transition: all .5s;
}

@media (min-width:992px){
	.index img{
		display: block;
		max-width: 100%;
		height: auto
	}
}



.index .bannersp{
	opacity: 0.5;
	width: 100%;
}

.dtcon{
	text-align: center;
	position: absolute;
	left: 55%;
	top: 55%;
	opacity: 0;
	width: 90%;
	
	transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
-webkit-transform: translate(-50%,-50%);
-o-transform: translate(-50%,-50%);
	
	transition: all 1.5s;
-moz-transition: all 1.5s;
-ms-transition: all 1.5s;
-webkit-transition: all 1.5s;
-o-transition: all 1.5s;
}

.index .swiper-slide-active .dtcon{
	left: 50%;
	opacity: 1;
}

.dtcon h3{
	font-size: 2.5rem;
	color: #fff;
	margin-bottom: 2rem;
	text-transform: uppercase;
	letter-spacing: 5px;
	font-weight: 600;
}

.dtcon p{
	font-size: 1.1rem;
	line-height: 2rem;
	color: #fff;
}









.about{
	padding: 8rem 0;
	position: relative;
	background: url(../images/about.jpg) center bottom no-repeat;
	
	padding-bottom: 500px;
}

.aboutzi{
	margin-bottom: 4rem;
}

.aboutzi h3{
	text-align: center;
	font-size: 2.5rem;
}

.aboutcon p{
	font-size: 0.9rem;
	color: #333;
	line-height: 1.8rem;
	text-align: center;
}


#car{
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 8;
    -webkit-animation: hjh 5s infinite;
    animation: hjh 9s infinite;
}
@-webkit-keyframes hjh{
    0%{
        right: -1500px;
        transform:scale(.5);
    }
    33.333%{
        right: -200px;
        transform:scale(1);
    }
    66.666%{
        right: 300px;
        transform:scale(1);
    }
    100%{
        right: 1900px;
        transform:scale(.5);
    }
}
@keyframes hjh{
    0%{
        right: -1500px;
        transform:scale(.5);
    }
    33.333%{
        right: -200px;
        transform:scale(1);
    }
    66.666%{
        right: 300px;
        transform:scale(1);
    }
    100%{
        right: 1900px;
        transform:scale(.5);
    }
}
@-webkit-keyframes car-z{
    0%{
        transform:rotate(0deg);
        transform-origin: center center;
    }
    50%{
        transform:rotate(180deg);
        transform-origin: center center;
    }
    100%{
        transform:rotate(360deg); 
        transform-origin: center center;
    }
}
@keyframes car-z{
    0%{
        transform:rotate(0deg);
        transform-origin: center center;
    }
    50%{
        transform:rotate(180deg);
        transform-origin: center center;
    }
    100%{
        transform:rotate(360deg); 
        transform-origin: center center;
    }
}
#car i{
    width: 88px;
    height: 87px;
    display: block;
    position: absolute;
    animation: car-z .5s infinite linear;
    -webkit-animation: car-z .5s infinite linear;
}
#car i:nth-of-type(1){
    background: url(../images/lt1.png);
    bottom: 78px;
    left: 142px;
}
#car i:nth-of-type(2){
    background: url(../images/lt2.png);
    bottom: 87px;
    left: 417px;
    width: 85px;
    height: 84px;
}
#car i:nth-of-type(3){
    background: url(../images/lt3.png);
    bottom: 87px;
    left: 528px;
    width: 85px;
    height: 85px;
}
#car i:nth-of-type(4){
    background: url(../images/lt4.png);
    bottom: 96px;
    left: 1119px;
    width: 85px;
    height: 85px;
}
#car i:nth-of-type(5) {
   background: url(../images/lt4.png);
    bottom: 98px;
    left: 1223px;
    width: 85px;
    height: 85px;
}














.wuliu{
	width: 100%;
	position: relative;
}
.wuliu .wleft,.wuliu .wright{
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: #fff;
    width: 12.5vw;
}
.wuliu .wleft{left: 0;}
.wuliu .wright{right: 0;}

.wuliuimg{
	overflow: hidden;
	position: relative;
	background: #000;
}

.wuliuimg img{
	opacity: 0.8;
	transition: all 1s;
	-moz-transition: all 1s;
-ms-transition: all 1s;
-webkit-transition: all 1s;
-o-transition: all 1s;
}

.wuliuimg:hover img{
	transform: scale(1.1);
	opacity: 0.5;
}

.wuliuimg h3{
	font-size: 1.8rem;
	color: #fff;
	
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
-webkit-transform: translate(-50%,-50%);
-o-transform: translate(-50%,-50%);
	
	transition: all 1s;
	-moz-transition: all 1s;
-ms-transition: all 1s;
-webkit-transition: all 1s;
-o-transition: all 1s;
}

.wuliuimg:hover h3{
	top: 45%;
}











.news{
	padding: 8rem 0;
	position: relative;
}

.newszi{
	margin-bottom: 4rem;
}

.newszi h3{
	text-align: center;
	font-size: 2.5rem;
}

.newscon ul li{
	float: left;
	width: 31%;
	padding: 1rem;
	transition: all .5s;
	-moz-transition: all .5s;
-ms-transition: all .5s;
-webkit-transition: all .5s;
-o-transition: all .5s;
}

.newscon ul li:hover{
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.newscon ul li:nth-child(2){
	margin: 0 3%;
}

.newsimg{
	overflow: hidden;
}

.newsimg img{
	
	transition: all .5s;
	-moz-transition: all .5s;
-ms-transition: all .5s;
-webkit-transition: all .5s;
-o-transition: all .5s;
}

.news ul li:hover img{
	
	transform:scale(1.1);
	-moz-transform:scale(1.1);
-ms-transform:scale(1.1);
-webkit-transform:scale(1.1);
-o-transform:scale(1.1);

}

.newscon h4{
	font-size: 1rem;
	color: #fd9900;
	margin-bottom: 1rem;
	margin-top: 2rem;
	overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    width: 100%;
    text-overflow: ellipsis;
}

.newscon p{
	color: #333;
	font-size: 0.9rem;
	line-height: 1.8rem;

}

.newscon span{
	font-size: 0.9rem;
	color: #999;
}









@media (min-width:768px) and (max-width:991px){
	.index .swiper-pagination-bullet{
		width: 5rem;
		height: 5px;
		border-radius: 50px;
		background: #fff;
	}

	.about,.news{
		padding: 6rem 0;
	}

	.aboutzi,.newszi{
		margin-bottom: 3rem;
	}

	.aboutzi h3,.newszi h3{
		font-size: 2rem;
	}

	.aboutcon p{
		text-align: left;
	}

	.wuliuimg{
		margin-bottom: 5px;
	}

	.newscon ul li{
		float: none;
		width: 100%;
		padding: 0;
		margin: 2rem 0 0 0 !important;
	}
}







@media (max-width:768px){
	.index .swiper-pagination-bullet{
		width: 2rem;
		height: 5px;
		border-radius: 50px;
		background: #fff;
	}

	.about,.news{
		padding: 4rem 0;
	}

	.aboutzi,.newszi{
		margin-bottom: 3rem;
	}

	.aboutzi h3,.newszi h3,.wuliuimg h3{
		font-size: 1.6rem;
	}

	.aboutcon p{
		text-align: left;
	}

	.wuliuimg{
		margin-bottom: 5px;
	}

	.newscon ul li{
		float: none;
		width: 100%;
		padding: 0;
		margin: 2rem 0 0 0 !important;
	}
}
