/* CSS Document */


body{
	overflow: hidden;
}







.index{width:100%;overflow:hidden;height: 100vh}
.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;
	transform:scale(1.15);
	-moz-transform:scale(1.15);
-ms-transform:scale(1.15);
-webkit-transform:scale(1.15);
-o-transform:scale(1.15);
	vertical-align:middle;transition: all 1s;
-moz-transition: all 1s;
-ms-transition: all 1s;
-webkit-transition: all 1s;
-o-transition: all 1s;
}

.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;
	
}

.swiper-pagination-bullet{
	transition: all 1s;
-moz-transition: all 1s;
-ms-transition: all 1s;
-webkit-transition: all 1s;
-o-transition: all 1s;
	margin: 0 10px!important;
	border-radius: 0%;
	background: #666;
}

.swiper-pagination-bullet-active{
	background: #111!important;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-o-transform: rotate(45deg);
}

.dtcon{
	position: absolute;
	left: 5%;
	top: 70%;
	opacity: 0;
	width: 35%;
	
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-o-transform: translateY(-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{
	top: 50%;
	opacity: 1;
}

.dtcon h3{
	font-size: 3rem;
	color: #111;
	margin-bottom: 2rem;
	text-transform: uppercase;
	letter-spacing: 5px;
}

.dtcon p{
	font-size: 1rem;
	line-height: 1.8rem;
	color: #666;
}

.dtthree{
	left: auto!important;
	right: 5%!important;
}

.dtthree h3,.dtthree p{
	color: #fff!important;
}

.bannersp{
	width: 100%;
}






.pro{
	padding: 6rem 0;
	background: #fafafa;
}

.prozi{
	margin-bottom: 5rem;
}

.prozi h3{
	font-size: 2.5rem;
	text-align: center;
}

.pro .swiper {
        width: 100%;
        height: 100%;
	position: relative;
      }

.pro .swiper-slide {
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
      }

.pro .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }

.pro .swiper-slide {
        width: 50%;
      }

.pro .swiper-button-next{
	background: url(../images/proyou.png) no-repeat center;
	width: 50px;
	height: 50px;
	background-size: 50px 50px;
	border-radius: 50%;
	
	position: absolute;
	top: 80%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-o-transform: translateY(-50%);
	right: 15%;
}

.pro .swiper-button-prev{
	background: url(../images/prozuo.png) no-repeat center;
	width: 50px;
	height: 50px;
	background-size: 50px 50px;
	border-radius: 50%;
	
	position: absolute;
	top: 80%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-o-transform: translateY(-50%);
	left: 15%;
}

.proimg{
	overflow: hidden;
	border-radius: 10px;
}

.proimg img{
	transition: all 1s;
-moz-transition: all 1s;
-ms-transition: all 1s;
-webkit-transition: all 1s;
-o-transition: all 1s;
	
	
}

.pro a:hover .proimg img{
	transform:scale(1.15);
	-moz-transform:scale(1.15);
-ms-transform:scale(1.15);
-webkit-transform:scale(1.15);
-o-transform:scale(1.15);
}

.pro a p{
	font-size: 1rem;
	color: #666;
	padding-top: 1rem;
	margin-bottom: 0;
	text-align: left;
	
	transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-webkit-transition: all .5s;
-o-transition: all .5s;
}

.pro a:hover p{
	color: #111;
}
















.more{
	
	padding: 6rem 0;
}

.morecon{
	width: 90%;
	margin: 0 auto;
}

.morel{
	float: left;
	width: 49%;
}

.morer{
	float: right;
	width: 49%;
	
	position: relative;
}

.moretop{
	float: left;
	width: 100%;
}

.morebottom{
	float: left;
	width: 100%;
	margin-top: 5%;
}

.morebottom ul{
	margin-bottom: 0;
}

.morebottom ul li:nth-child(1){
	float: left;
	width: 48%;
}

.morebottom ul li:nth-child(2){
	float: right;
	width: 48%;
}


.moreimg{
	position: relative;
	overflow: hidden;
}

.more img{
	transition: all 1s;
-moz-transition: all 1s;
-ms-transition: all 1s;
-webkit-transition: all 1s;
-o-transition: all 1s;
	
	
}

.moreimg:hover img{
	transform:scale(1.15);
	-moz-transform:scale(1.15);
-ms-transform:scale(1.15);
-webkit-transform:scale(1.15);
-o-transform:scale(1.15);
}

.moreimg h3{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(0,0,0,.5);
	padding: 1rem;
	color: #fff;
	font-size: 1.5rem;
}

.moretop h3{
	padding: .8rem 0 .8rem 1rem!important;
	font-size: 1.2rem;
}

.morebottom ul li{
	position: relative;
	overflow: hidden;
}

.morebottom ul li:hover img{
	transform:scale(1.15);
	-moz-transform:scale(1.15);
-ms-transform:scale(1.15);
-webkit-transform:scale(1.15);
-o-transform:scale(1.15);
}

.morebottom ul li h3{
	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%);
	
	color: #fff;
	font-size: 1.2rem;
}























@media (min-width:768px) and (max-width:991px){
	.index{
		margin-top: 80px;
		height: auto;
	}
	
	.wid{
		width: 90%;
		margin: 0 auto;
	}
	
	.pro{
		padding: 5rem 5% 3rem;
	}
	
	.prozi{
		margin-bottom: 4rem;
	}
	
	.prozi h3{
		font-size: 1.6rem;
	}
	
	.procon ul li{
		float: left;
		width: 48%;
		margin-bottom: 2rem;
	}

	.procon ul li:nth-child(5n+1),.procon ul li:nth-child(5n+4){
		margin-right: 2%;
	}

	.procon ul li:nth-child(5n+2),.procon ul li:nth-child(5n+5){
		margin-left: 2%;
	}
	
	.procon ul li:nth-child(5n+3){
		width: 100%;
		margin: 0 0 2rem 0;
	}
	
	.more{
		padding: 5rem 0%;	
	}
}















@media (max-width:767px){
	.index{
		margin-top: 60px;
		height: auto;
	}
	
	.swiper-pagination-bullet{
		width: 6px;
		height: 6px;
	}
	
	.wid{
		width: 90%;
		margin: 0 auto;
	}
	
	.pro{
		padding: 4rem 5% 2rem;
	}
	
	.prozi{
		margin-bottom: 3rem;
	}
	
	.prozi h3{
		font-size: 1.6rem;
	}

	.procon ul li{
		float: left;
		width: 48%;
		margin-bottom: 2rem;
	}

	.procon ul li:nth-child(5n+1),.procon ul li:nth-child(5n+4){
		margin-right: 2%;
	}

	.procon ul li:nth-child(5n+2),.procon ul li:nth-child(5n+5){
		margin-left: 2%;
	}

	.procon ul li:nth-child(5n+3){
		width: 100%;
		margin: 0 0 2rem 0;
	}
	
	.pro a p{
		font-size: 0.9rem;
		color: #333;
		white-space: nowrap;
		overflow: hidden;
		text-overflow:ellipsis;
	}
	
	.more{
		padding: 4rem 0%;	
	}
	
	.morel{
		float: none;
		width: 100%;
	}
	
	.morer{
		float: none;
		width: 100%;
		margin-top: 1rem;
	}
	
	.moreimg h3,.morebottom ul li h3{
		font-size: 0.9rem;
	}
}