@charset "utf-8";
/* CSS Document */




.index{width:100%;overflow:hidden;margin: 0 auto;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;
/*
	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{
	bottom: 5%!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%;
	height: 1rem;
	width: 1rem;
	opacity: 1!important;
	background: #fff!important;
}

.swiper-pagination-bullet-active{
	background: #7dcb3a!important;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-o-transform: rotate(45deg);
}

.slide-inner {
	  position: absolute;
	  width: 100%;
	  height: 100%;
	  left: 0;
	  top: 0;
	  background-size: cover;
	  background-position: center;
	  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;
	  color:#fff;
}












.about{
	padding: 100px 0;
	position: relative;
	background: url(../images/aboutbg.png) no-repeat bottom;
}

.aboutcon h3{
	font-size: 2rem;
	font-weight: 600;
	margin-bottom: 3rem;
}

.aboutcon p{
	font-size: 0.9rem;
	line-height: 1.8rem;
	color: #555;
}

.abouta{
	margin-top: 3rem;
}

.abouta a{
	padding: 1.2rem 3.2rem;
	background: #7dcb3a ;
	color: #fff;
	border-radius: 10px;
	font-size: 0.9rem;
}

.aboutimg{
	
}

.aboutimg img{
	border-radius: 15px;
}














.pro{
	background: rgba(244, 244, 244, 1);
	padding: 100px 0 50px;
}

.prozi h3{
	font-size: 2rem;
	font-weight: 600;
	margin-bottom: 5rem;
	text-align: center;
}

.proc p{
	font-size: 1rem;
	text-align: center;
	margin: 0;
	padding: 1rem 0;
	color: #333;
	margin-bottom: 50px;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
	
	transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
}

.proc .proimg{
	transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
}

.proc:hover .proimg{
	box-shadow: 0 0 15px #ccc;
	transform: scale(0.95);
	-moz-transform: scale(0.95);
-ms-transform: scale(0.95);
-webkit-transform: scale(0.95);
-o-transform: scale(0.95);
} 

.proc:hover p{
	color: #7dcb3a;
}













.ys{
	position: relative;
}

.ysimg{
	position: relative;
    overflow: hidden;
}

.ysimg img{
	width: 25%; 
	object-fit: cover;
	display: none;
	opacity: 0;
	
	transition: all 1s;
	-moz-transition: all 1s;
-ms-transition: all 1s;
-webkit-transition: all 1s;
-o-transition: all 1s;
}

.ysimg img.on{
	display: block;
	width: 100%;
	opacity: 1;
}

.ysul{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ysul li{
	float: left;
	width: 25%;
	height: 100%;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
}

.ysul li .yscon{
	width: 90%;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 20%;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-o-transform: translateX(-50%);
	
	z-index: 2;
}

.ysul li .yscon img{
	margin-bottom: 3rem;
}

.ysul li .yscon h3{
	font-size: 1.5rem;
	font-weight: 600;
	color: #fff;
	margin-bottom: 1.5rem;
}

.ysul li .yscon p{
	font-size: 0.9rem;
	line-height: 1.8rem;
	color: #fff;
}

.ysxian{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0%;
	background: rgba(0,0,0,.6);
	z-index: 1;
	
	transition: all 1s;
	-moz-transition: all 1s;
-ms-transition: all 1s;
-webkit-transition: all 1s;
-o-transition: all 1s;
}

.ysul li:hover .ysxian{
	height: 100%;
}















.news{
	padding: 100px 0;
	position: relative;
}

.newscon h3{
	font-size: 2rem;
	font-weight: 600;
	margin-bottom: 3rem;
}

.news ul li{
	margin-bottom: 1rem;
}

.news ul li a{
	display: flex;
}

.newstime{
	width: 20%;
	color: #333;
	font-size: 0.9rem;
	font-weight: 600;
	transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
}

.newstitle{
	flex: 1;
	color: #333;
	font-size: 0.9rem;
	font-weight: 600;
	text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
}

.news ul li:hover .newstime{
	color: #7dcb3a;
}

.newscon p{
	margin-top: 1rem;
	font-size: 0.9rem;
	line-height: 1.8rem;
	color: #555;
	margin-bottom: 0;
	height: 0;
	opacity: 0;
	overflow: hidden;
	
	transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
}

.news ul li:hover p{
	opacity: 1;
	height: 3.6rem;
}

.newsimg img{
	border-radius: 15px;
}













@media (min-width:768px) and (max-width:991px){
	.index{
		height: auto;
		padding-top: 80px;
	}

	.index .swiper-pagination-bullet{
		width: 0.8rem;
		height: 0.8rem;
	}

	.about,.pro,.news{
		padding: 4rem 0;
	}

	.aboutcon h3,.abouta,.newscon h3{
		text-align: center;

	}

	.aboutimg img{
		margin-top: 3rem;
	}

	.prozi h3{
		margin-bottom: 3rem;
	}

	.proc p{
		margin-bottom: 1rem;
	}

	.newstitle{
		text-align: right;
	}
}







@media (max-width:768px){
	.index{
		height: auto;
		padding-top: 68px;
	}

	.index .swiper-pagination-bullet{
		width: 0.5rem;
		height: 0.5rem;
	}

	.about,.pro,.news{
		padding: 4rem 0;
	}

	.aboutcon h3,.abouta,.newscon h3{
		text-align: center;
		font-size: 1.6rem;
	}

	.about{
		background: url(../images/aboutbg.png) bottom;
	}

	.aboutimg img{
		margin-top: 3rem;
	}

	.prozi h3{
		margin-bottom: 3rem;
		font-size: 1.6rem;
	}

	.proc{
		padding: 0.5%;
	}

	.proc p{
		margin-bottom: 1rem;
	}

	.newstitle{
		text-align: right;
	}
}