@charset "utf-8";
/* CSS Document */
body{
	/*background-color:#ececec;*/
}
	
	
	
.pageBody {
}
.pageBody .wrapper{
	/*display: flex;
	flex-wrap: wrap;
	justify-content: space-between;*/
}




@media only screen and (max-width:480px) {
}
@media only screen and (min-width : 481px) and (max-width : 1024px) {
}
@media only screen and (min-width:1025px) {
	.pageBody {
	}
}




.module{
	position: relative;
	overflow: hidden;
	height: auto;
	width: 100%;
	background-position: center top;
	background-repeat: no-repeat;
}
.module .titleBar{
	text-align: center;
}
.module .titleBar .columnName{
	font-size: 36px;
	display: block;
	font-weight: normal;
	color: #000;
	margin-top: 80px;
}
.module .titleBar .slaveColumnName{
	font-size: 10px;
	display: block;
	font-weight: normal;
	color: #a5a5a5;
	line-height: 30px;
}


.module .content{
}


#banner{
}
#banner .title{
	position: absolute;
	right: 30px;
	bottom: 30px;
	color: rgba(255,255,255,0.6);
	z-index: 100;
	font-size: 18px;
}
@media only screen and (max-width:480px) {
	#banner{
		width: 100%;
		height: 400px;
	}
}
@media only screen and (min-width : 481px) and (max-width : 1024px) {
	#banner{
		width: 100%;
		height: 400px;
	}
}
@media only screen and (min-width:1025px) {
	#banner{
		height: 870px;
		background-color: #e9e9e9;
	}
}





#banner .preview{
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

#banner .swiper-slide:nth-child(1) .preview{
	background-image:url(../images/banner/1.jpg)
}
#banner .swiper-slide:nth-child(2) .preview{
	background-image:url(../images/banner/2.jpg)
}
#banner .swiper-slide:nth-child(3) .preview{
	background-image:url(../images/banner/3.jpg)
}
#banner .swiper-slide:nth-child(4) .preview{
	background-image:url(../images/banner/4.jpg)
}

@media only screen and (min-width:1025px) {
}










#service{
}
#service .wrapper{
	max-width:1320px;
}
#service .titleBar{}
#service ul{ max-width: 1300px; display: flex; margin: auto; padding-top: 50px; justify-content: space-around;flex-wrap: wrap;}
#service li{ width:200px; height: 325px; border: solid 1px #ececec;border-bottom: solid 5px #005b82; background-color: #eeeeee; overflow: hidden; margin-bottom: 20px;}
#service a{ cursor:pointer;}
#service .preview{ width: 100%; height: 250px;overflow: hidden; display: block; transition:all 0.2s;}
#service .preview img{ display: block; margin: auto;transition:all 5s; transform: scale(1.0);}
#service li .columnName{ display: block; margin: auto; text-align: center; line-height: 70px; height: 70px; font-size: 16px; width:100%;}
#service .plus{ display: block; margin: auto; margin-top: 5px;}

#service li:hover{background-color: #00a382;}
#service li:hover .preview{ height:200px;}
#service li:hover .preview img{ transform: scale(1.2);}
#service li:hover .columnName{ color: #fff;}

@media only screen and (max-width:480px) {
	#service li{ width:150px; height: 260px;}
	#service .preview{ height: 200px;}
	#service li .columnName{line-height: 50px; height: 70px;}
}
@media only screen and (min-width : 481px) and (max-width : 1024px) {
}
@media only screen and (min-width:1025px) {
	#service{
		height: 640px;
	}
}










#case{
	background-color: #f8f8f9;
}
#case .wrapper{
	max-width: 100%;
}
#case .titleBar{
}


#case .articleList{ justify-content: space-around;clear: both;padding-top: 50px;}
#case .articleList li{ width: 20%; height: 295px; padding: 0; overflow: hidden;}
#case .articleList li .preview{width: 100%; height: 100%;transition:all 5s; transform: scale(1.0);}
#case .articleList li:hover .preview{transform: scale(1.2);}

#case .articleList li .title{width: 100%; height: 0; line-height: 295px; padding-top: 0; background-color: rgba(0,0,0,0.4); position: absolute; left: 0; top: 0px; display: block; color: #fff; transition: all 0.5s; overflow: hidden;}
/*#case .articleList li .description{ position: absolute; top: 180px; width: 100%; left: 0px; transition: all 0.5s; text-align: center; line-height: 2em; color: #fff; display: none;}*/
#case .articleList li .description{ display: none;}

#case .articleList li:hover .title{top: 0; height: 295px;}
/*#case .articleList li:hover .description{ top: 100px;}*/


@media only screen and (max-width:480px) {
	#case .articleList li{
		width: 50%;
		height: 180px;
	}
}
@media only screen and (min-width : 481px) and (max-width : 1024px) {
}
@media only screen and (min-width:1025px) {
	#case{
		height: 815px;
	}
}





#about{
	background-color: #f6f6f6;
	background-image: url(../images/about/bg.png);
	background-size: cover;
	background-position: center center;
}
#about .logo{
	margin: auto;
	margin-top: 20px;
	
}
#about .logo img{max-width: 90%;}
#about .cn{
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
}
#about .cn p{
	text-align: center;
	line-height: 32px;
	font-size: 22px;
}
#about .en{
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
}
#about .en p{
	text-align: center;
	line-height: 20px;
	font-size: 12px;
}
#about .more{
	width: 160px;
	height: 40px;
	line-height: 40px;
	
	display: block;
	margin: auto;
	text-align: center;
	color: #fff;
	margin-top: 40px;
	background-color: #00a382;
	transition: all .2s;
}
#about .more:hover{background-color: #005b82;}
#about ul{ display: flex; padding-top: 30px;}
#about li{ width: 33.33%;}
#about p{text-align: center;color: #999; margin-top: 10px;}
#about strong{
	font-size: 40px;
	line-height: 40px;
	color: #666;
}
@media only screen and (max-width:480px) {
	#about .cn p{ font-size: 18px;}
}
@media only screen and (min-width : 481px) and (max-width : 1024px) {
}
@media only screen and (min-width:1025px) {
	#about{
		height: 800px;
	}
}





#news{
	background-image: url(../images/news.jpg);
	background-position: left center;
	background-size: contain;
	height: 710px;
}
#news .wrapper{
	background-image: url(../images/newsWrapperBg.png);
	height:710px;
	background-position:center center;
	background-repeat:no-repeat;
	overflow: hidden;
}
#news .titleBar{
	width: 70%;
	margin-right: 0;
	margin-left: auto;
	text-align: left;
}
#news .content{
	display: flex;
	flex-wrap: wrap;
	width: 70%;
	margin-left: auto;
	margin-right: 0;
	background-color: #fff;
}
#news li{
	padding: 10px 0;
	margin: 4px 0;
	padding-left:160px;
	height: 84px;
	height: auto;
	width: auto;
	overflow: hidden;
}
#news li .title{
	font-size: 18px;
	color: #666;
	/*text-overflow:ellipsis;
	word-break:break-all;*/
	margin-top: 12px;
	display: block;
}
#news li .description{
	color: #666;
	margin-top: 12px;
	/*text-overflow:ellipsis;
	word-break:break-all;
	white-space: nowrap;*/
	height: 2em;
}


#news li .columnName{
	display: none;
}
#news a.more{
	width:158px;
	height:32px;
	line-height: 32px;
	border: solid 1px #00a382;
	text-align: center;
	display: block;
	margin-top: 30px;
	cursor: pointer;
	
	color: #fff;
	background-color: #00a382;
	transition: all .2s;
}

#news a.more:hover{background-color: #005b82;border: solid 1px #000;}

#news li:nth-child(1){
	padding-left: 0;
}
#news li:nth-child(1) .updateDate{
	display: none;
}



@media only screen and (max-width:480px) {
	#news .titleBar{
		width: 90%;
	}
	#news .content{
		width: 90%;
	}
	#news li .title{
		overflow: visible;
	}
	#news .description{
		display: none;
	}
}
@media only screen and (min-width : 481px) and (max-width : 1024px) {
}
@media only screen and (min-width:1025px) {
}





#party{
	background-image: url(../images/party.jpg);
	background-position: center top;
	background-size: cover;
}
#party .content{
	padding-top: 50px;
}
#party ul{
	display: flex;
	justify-content: space-around;
}
#party li{
	width: 240px;
}
#party .preview{
	width: 240px;
	height: 180px;
}
#party .title{
	text-align: left;
	line-height: 2em;
	padding-top: 20px;
	height: 4em;
	overflow: hidden;
}
#party .updateDate{
	display: block;
	color: #999;
}


@media only screen and (max-width:480px) {
	#party li{
		width: 150px;
	}
	#party .preview{
		width: 150px;
		height: 120px;
	}
}
@media only screen and (min-width : 481px) and (max-width : 1024px) {
	#party li{
		width: 240px;
		margin-left: 50px;
		margin-right: 50px;
	}
	#party .preview{
		width: 240px;
		height: 180px;
	}
}
@media only screen and (min-width:1025px) {
	#party{
		height: 680px;
	}
}






#customer{
	background-color: #f8f8f9;
}
#customer .content{
	padding-top: 30px;
}
#customer ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
#customer li {
	width: 220px;
	height: 110px;
	background-color: #fff;
	margin: 10px;
}
#customer li .preview {
	width: 100%;
	height: 100%;
}
#customer li .columnName,#customer li .title,#customer li .updateDate {
	display: none;
}
@media only screen and (max-width:480px) {
	#customer li {
		width: 150px;
		height: 60px;
	}
}
@media only screen and (min-width : 481px) and (max-width : 1024px) {
}
@media only screen and (min-width:1025px) {
	#customer{
		height: 530px;
	}
}
