@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;
	background-position: center top;
	background-repeat: no-repeat;
}
.module .titleBar{
}
.module .titleBar .columnName{
	font-size: 32px;
	color: #213362;
	display: block;
	padding-top: 10px;
}
.module .titleBar .slaveColumnName{
	font-size: 20px;
	display: block;
	text-transform: uppercase;
	padding-top: 5px;
	color: #e8340c;
}
.module .content{
}


#banner{
}
#banner .masker{
	background: none;
	background-image:url(../images/banner_masker.png);
	width: 100%;
	height:100%;
	background-position: center top;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 100;
	left: 0;
	top: 0;
	display: block;
	display: none;
	
}

@media only screen and (max-width:480px) {
	#banner{
		width: 100%;
		height: 200px;
	}
}
@media only screen and (min-width : 481px) and (max-width : 1024px) {
	#banner{
		width: 100%;
		height: 300px;
	}
}
@media only screen and (min-width:1025px) {
	#banner{
		height: 900px;
		background-color: #e9e9e9;
	}
	#banner .focusModule.control{
		bottom: 100px;
		z-index: 200;
	}
}






#banner1 li:nth-child(1) .preview{
		background-image:url(../images/banner2/1.jpg)
	}
	#banner1 li:nth-child(2) .preview{
		background-image:url(../images/banner2/2.jpg)
	}
	#banner1 li:nth-child(3) .preview{
		background-image:url(../images/banner2/3.jpg)
	}


@media only screen and (min-width:1025px) {
	
	#banner1 li:nth-child(1) .preview{
		background-image:url(../images/banner/1.jpg)
	}
	#banner1 li:nth-child(2) .preview{
		background-image:url(../images/banner/2.jpg)
	}
	#banner1 li:nth-child(3) .preview{
		background-image:url(../images/banner/3.jpg)
	}
}














#service{}
#service .titleBar{ text-align: center; padding-top: 20px;}
#service ul{ max-width: 750px; display: flex; margin: auto; padding-top: 5px;}
#service ul li{ width:33.33%;}
#service ul img{ display: block; margin: auto;}
#service ul span{ display: block; margin: auto; text-align: center; line-height: 2.5em; font-size: 18px;}

#service ul li:nth-child(1){transform:translateY(-60px); }
#service ul li:nth-child(3){transform:translateY(-60px);}



@media only screen and (max-width:480px) {
	#service ul{ max-width: 90%; padding-top: 50px;}
	#service ul img{ width: 90%;}
}
@media only screen and (min-width : 481px) and (max-width : 1024px) {
}
@media only screen and (min-width:1025px) {
	#service{
		background-image: url(../images/service.png);
		height: 350px;
	}
}


#about{}
#about .titleBar{ margin-left: 30px; margin-right: auto; padding-top: 20px;}

#about .content p{
	text-indent: 2em;
	line-height: 2em;
}

#about ul{
	position: relative;
	overflow: hidden;
}
#about ul li{ width:33.33%; float: left;}
#about ul img{ display: block; margin: auto;}
#about ul span{ display: block; margin: auto; text-align: center; line-height: 2.5em; font-size: 18px;}





@media only screen and (max-width:480px) {
	#about .content{
		padding-left: 10px;
		padding-right: 10px;
		padding-top:30px;
	}
	#about ul{ max-width: 90%; margin: auto;}
	#about ul img{ width: 90%; margin: auto;}
}
@media only screen and (min-width : 481px) and (max-width : 1024px) {
	#about .content{
		padding-left: 30px;
		padding-right: 30px;
		padding-top:30px;
	}
	#about ul{ max-width: 80%; margin: auto;}
	#about ul img{ width: 80%; margin: auto;}
}
@media only screen and (min-width:1025px) {
	#about{
		background-image: url(../images/about.png);
		height: 500px;
	}
	#about .content{
		padding-left: 30px;
		padding-top: 30px;
	}
	#about .content p{
		max-width: 45%;
	}
	#about ul{ max-width: 570px; width: 100%; display: block; margin: auto; padding-top: 5px; position: absolute; right: 90px; top:20px; height:500px;}
	#about ul li:nth-child(1){transform:translateY(220px);}
	#about ul li:nth-child(2){transform:translateY(110px);}
}









#case{}
#case .titleBar{ text-align: right; margin-right: 30px; margin-left: auto; padding-top: 5px;}

#case .tabList{ margin-right: 30px; margin-left: auto; display: flex; justify-content: flex-end; padding-top: 35px; max-width: 600px; width: 90%;}
#case .tabList li{ width: 33.33%;}
#case .tabList li a{ width: 90%; height: 50px; display: block; line-height: 50px; text-align: center; background-color: #213362; color: #fff; margin-left: auto; margin-right: 0; font-size: 16px; border-radius: 10px; cursor: pointer}
#case .tabList li.focus a{ background-color: #e8340c;}

#case .tabContentGroup{}
#case .tabContent{ display: none;}
#case .tabContent.focus{ display: block;}


#case .articleList{ padding-top: 30px; justify-content: space-between;clear: both;padding-top: 50px;}
#case .articleList li{ width: 300px; height: 200px; padding: 0; margin-bottom: 20px; overflow: hidden;}
#case .articleList li .preview{width: 100%; height: 100%;}
#case .articleList li .title{width: 100%; height: 200px; padding-top: 0; background-color: rgba(0,0,0,0.4); position: absolute; left: 0; top: 160px; display: block; color: #fff; line-height: 35px;transition: all 0.5s;}
#case .articleList li .description{ position: absolute; top: 200px; width: 240px; left: 30px; transition: all 0.5s; text-align: center; line-height: 2em; color: #fff; display: block;}


#case .articleList li:hover .title{top: 0; padding-top: 55px;}
#case .articleList li:hover .description{ top: 100px;}


@media only screen and (max-width:480px) {
	#case .articleList{justify-content:space-around;}
	#case .articleList li{ width: 150px; height: 100px;}
	#case .articleList li .title{height: 100px;top: 70px;}
	#case .articleList li .description{top: 100px; width: 120px;}
}
@media only screen and (min-width : 481px) and (max-width : 1024px) {
	#case .articleList{justify-content:space-around;}
}
@media only screen and (min-width:1025px) {
	#case{
		background-image: url(../images/case.png);
		height: 665px;
	}
	.articleList.attachStyle4 li{
		width:25%;
	}
}




#news{
}
#news .titleBar{ margin-left: 30px; margin-right: auto; padding-top: 20px;}
#news .content{
	display: flex;
	flex-wrap: wrap;
}



#news .normal{
	width:100%
}
#news .normal ul{
	width: 96%;
	margin: auto;
	padding-top: 25px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#news .normal li{
	width: 100%;
}
#news .normal .updateDate{
	background-color: #95a0b2;
}
#news .normal .description{
}




@media only screen and (max-width:480px) {
	#news .normal li{
		width: 80%;
	}
}
@media only screen and (min-width : 481px) and (max-width : 1024px) {
	#news{
	}
	#news .recommend{
	}
	#news .normal{
	}
	
}
@media only screen and (min-width:1025px) {
	#news{
		background-image: url(../images/news.png);
		height: 660px;
	}
	#news .recommend{
	}
	#news .normal{
	}
	#news .normal li{
		width: 40%;
	}
}


