@charset "utf-8";
/* CSS Document */
body{
	/*background-color:#ececec;*/
}
	
	
	
.pageBody {
}





@media only screen and (max-width:480px) {
	.banner{ height: 150px;}
}
@media only screen and (min-width : 481px) and (max-width : 1024px) {
	.banner{ height: 300px;}
}
@media only screen and (min-width:1025px) {
	.banner{ height: 475px;}
}




.module{
	position: relative;
	background-position: center top;
	background-repeat: no-repeat;
}
.module .titleBar{
	text-align: center;
}
.module .titleBar .columnName{
	font-size: 32px;
	color: #2290c6;
	display: block;
	padding-top: 35px;
}
.module .titleBar .slaveColumnName{
	font-size: 12px;
	display: block;
	text-transform: uppercase;
	padding-top: 5px;
}
.module .content{
}

#product{
	height: 450px;
	background-color: #fff;
}
#product ul{
	display: flex;
	padding-top: 40px;
}
#product li{
	width: 33.33%;
	cursor: pointer;
	transition: all 0.5s;
}
#product li .wrapper{
	margin-left: 10px;
	margin-right: 10px;
	height: 280px;
	background-color: #349fcd;
	color: #fff;
	width: auto;
}
#product li .columnName{position: absolute; left: 20px; top: 50px;transition: all 0.5s;}
#product li .columnName strong{ display: block; font-weight: normal; font-size: 24px;}
#product li .columnName span{ display: block; font-weight: normal; font-size: 14px; text-transform: uppercase; margin-top: 5px;}
#product li .description{position: absolute; left: 20px; top: 120px; line-height: 1.5em; height:3em;overflow:hidden; width: auto;transition: all 0.5s; opacity: 0;}
#product li .more{ width: 100px; height: 25px; border: solid 1px #fff; line-height: 25px; text-align: center; display: block;position: absolute; left: 20px; top:120px;color: #fff;transition: all 0.5s;}

#product li img{
	position: absolute;
	right: 00px;
	bottom: 00px;
	transform: scale(0.4);
	transform-origin: 100% 100%;
	transition: all 0.5s;
}
#product .cate_1 .wrapper{ background-color: #42a5a1; background-image:url(../images/product/bg1.jpg); background-position: center center;}
#product .cate_2 .wrapper{ background-color: #3d95dd; background-image:url(../images/product/bg2.jpg);background-position: center center;}
#product .cate_3 .wrapper{ background-color: #2290c6; background-image:url(../images/product/bg3.jpg);background-position: center center;}

/*

#product .cateFoucs_0 .cate_1{}
#product .cateFoucs_0 .cate_1 .columnName{left: 30px;}
#product .cateFoucs_0 .cate_1 img{transform: scale(0.6);right: 20px;}
#product .cateFoucs_0 .cate_1 .description{left: 30px; }
#product .cateFoucs_0 .cate_1 .more{left: 30px;top:140px;}

#product .cateFoucs_0 .cate_2{}
#product .cateFoucs_0 .cate_2 .columnName{left: 30px;}
#product .cateFoucs_0 .cate_2 img{transform: scale(0.6);right: 20px;}
#product .cateFoucs_0 .cate_2 .description{}
#product .cateFoucs_0 .cate_2 .more{left: 30px;top:140px;}

#product .cateFoucs_0 .cate_3{}
#product .cateFoucs_0 .cate_3 .columnName{left: 30px;}
#product .cateFoucs_0 .cate_3 img{transform: scale(0.6);right: 20px;}
#product .cateFoucs_0 .cate_3 .description{}
#product .cateFoucs_0 .cate_3 .more{left: 30px;top:140px;}




#product .cateFoucs_1 .cate_1{ width: 60%;}
#product .cateFoucs_1 .cate_1 .columnName{left: 40px;}
#product .cateFoucs_1 .cate_1 img{transform: scale(0.8);right: 20px;}
#product .cateFoucs_1 .cate_1 .description{left: 40px; opacity: 1;right:350px;}
#product .cateFoucs_1 .cate_1 .more{left: 40px;top:200px;}

#product .cateFoucs_1 .cate_2{ width: 20%;}
#product .cateFoucs_1 .cate_3{ width: 20%;}

#product .cateFoucs_2 .cate_1{ width: 20%;}
#product .cateFoucs_2 .cate_2{ width: 60%;}
#product .cateFoucs_2 .cate_2 .columnName{left: 40px;}
#product .cateFoucs_2 .cate_2 img{transform: scale(0.8);right: 20px;}
#product .cateFoucs_2 .cate_2 .description{left: 40px; opacity: 1; right:350px;}
#product .cateFoucs_2 .cate_2 .more{left: 40px;top:200px;}
#product .cateFoucs_2 .cate_3{ width: 20%;}




#product .cateFoucs_3 .cate_1{ width: 20%;}
#product .cateFoucs_3 .cate_2{ width: 20%;}
#product .cateFoucs_3 .cate_3{ width: 60%;}
#product .cateFoucs_3 .cate_3 .columnName{left: 40px;}
#product .cateFoucs_3 .cate_3 img{transform: scale(0.8);right: 20px;}
#product .cateFoucs_3 .cate_3 .description{left: 40px;opacity: 1; right:350px;}
#product .cateFoucs_3 .cate_3 .more{left: 40px;top:200px;}
*/






@media only screen and (max-width:480px) {
	#product{
		height:auto;
	}
	#product ul{
		display: block;
		padding-top: 40px;
	}
	#product li{
		width: 100%;
		cursor: pointer;
		transition: all 0.5s;
		margin-bottom:20px;
	}
	#product li img{
		transform: scale(0.6);
	}
}
@media only screen and (min-width : 481px) and (max-width : 1024px) {
}
@media only screen and (min-width:1025px) {
	#product{
		height: 450px;
		background-color: #fff;
	}
	#product ul{
		display: flex;
		padding-top: 40px;
	}
	#product li{
		width: 33.33%;
		cursor: pointer;
		transition: all 0.5s;
	}
	#product li .wrapper{
		margin-left: 10px;
		margin-right: 10px;
		height: 280px;
		background-color: #349fcd;
		color: #fff;
		width: auto;
	}
	#product li .columnName{position: absolute; left: 20px; top: 50px;transition: all 0.5s;}
	#product li .columnName strong{ display: block; font-weight: normal; font-size: 24px;}
	#product li .columnName span{ display: block; font-weight: normal; font-size: 14px; text-transform: uppercase; margin-top: 5px;}
	#product li .description{position: absolute; left: 20px; top: 120px; line-height: 1.5em; width: auto;transition: all 0.5s; opacity: 0;}
	#product li .more{ width: 100px; height: 25px; border: solid 1px #fff; line-height: 25px; text-align: center; display: block;position: absolute; left: 20px; top:120px;color: #fff;transition: all 0.5s;}

	#product li img{
		position: absolute;
		right: 00px;
		bottom: 00px;
		transform: scale(0.4);
		transform-origin: 100% 100%;
		transition: all 0.5s;
	}
	#product .cate_1 .wrapper{ background-color: #42a5a1; background-image:url(../images/product/bg1.jpg); background-position: center center;}
	#product .cate_2 .wrapper{ background-color: #3d95dd; background-image:url(../images/product/bg2.jpg);background-position: center center;}
	#product .cate_3 .wrapper{ background-color: #2290c6; background-image:url(../images/product/bg3.jpg);background-position: center center;}



	#product .cateFoucs_0 .cate_1{}
	#product .cateFoucs_0 .cate_1 .columnName{left: 30px;}
	#product .cateFoucs_0 .cate_1 img{transform: scale(0.6);right: 20px;}
	#product .cateFoucs_0 .cate_1 .description{left: 30px;}
	#product .cateFoucs_0 .cate_1 .more{left: 30px;top:140px;}

	#product .cateFoucs_0 .cate_2{}
	#product .cateFoucs_0 .cate_2 .columnName{left: 30px;}
	#product .cateFoucs_0 .cate_2 img{transform: scale(0.6);right: 20px;}
	#product .cateFoucs_0 .cate_2 .description{}
	#product .cateFoucs_0 .cate_2 .more{left: 30px;top:140px;}

	#product .cateFoucs_0 .cate_3{}
	#product .cateFoucs_0 .cate_3 .columnName{left: 30px;}
	#product .cateFoucs_0 .cate_3 img{transform: scale(0.6);right: 20px;}
	#product .cateFoucs_0 .cate_3 .description{}
	#product .cateFoucs_0 .cate_3 .more{left: 30px;top:140px;}




	#product .cateFoucs_1 .cate_1{ width: 60%;}
	#product .cateFoucs_1 .cate_1 .columnName{left: 40px;}
	#product .cateFoucs_1 .cate_1 img{transform: scale(0.8);right: 20px;}
	#product .cateFoucs_1 .cate_1 .description{left: 40px; opacity: 1;right:250px;}
	#product .cateFoucs_1 .cate_1 .more{left: 40px;top:200px;}

	#product .cateFoucs_1 .cate_2{ width: 20%;}
	#product .cateFoucs_1 .cate_3{ width: 20%;}

	#product .cateFoucs_2 .cate_1{ width: 20%;}
	#product .cateFoucs_2 .cate_2{ width: 60%;}
	#product .cateFoucs_2 .cate_2 .columnName{left: 40px;}
	#product .cateFoucs_2 .cate_2 img{transform: scale(0.8);right: 20px;}
	#product .cateFoucs_2 .cate_2 .description{left: 40px; opacity: 1; right:250px;}
	#product .cateFoucs_2 .cate_2 .more{left: 40px;top:200px;}
	#product .cateFoucs_2 .cate_3{ width: 20%;}




	#product .cateFoucs_3 .cate_1{ width: 20%;}
	#product .cateFoucs_3 .cate_2{ width: 20%;}
	#product .cateFoucs_3 .cate_3{ width: 60%;}
	#product .cateFoucs_3 .cate_3 .columnName{left: 40px;}
	#product .cateFoucs_3 .cate_3 img{transform: scale(0.8);right: 20px;}
	#product .cateFoucs_3 .cate_3 .description{left: 40px;opacity: 1; right:250px;}
	#product .cateFoucs_3 .cate_3 .more{left: 40px;top:200px;}
}





#case{
	
}
#case ul{ justify-content: space-around; padding-top: 30px;}
#case li{ width: 280px; height: 190px; padding: 0; margin-bottom: 20px; overflow: hidden;}
#case li .preview{width: 100%; height: 190px;}
#case li .title{width: 100%; height: 135px; padding-top: 0; background-color: rgba(0,0,0,0.4); position: absolute; left: 0; top: 155px; display: block; color: #fff; line-height: 35px;transition: all 0.5s;}
#case li .description{ position: absolute; top: 200px; width: 240px; left: 20px; transition: all 0.5s; text-align: center; line-height: 2em; color: #fff; display: block;}


#case li:hover .title{top: 0; padding-top: 55px;}
#case li:hover .description{ top: 100px;}



@media only screen and (max-width:480px) {
	#case li{ width: 160px; height: 190px; padding: 0; margin-bottom: 20px; overflow: hidden;}
}
@media only screen and (min-width : 481px) and (max-width : 1024px) {
}
@media only screen and (min-width:1025px) {
	#case{
		height: 550px;
	}
}







#news{
}
#news .content{
	display: flex;
	flex-wrap: wrap;
}
#news .recommend{
	max-width: 600px;
}
#news .recommend ul{
	justify-content: center;
	padding-top: 15px;
}
#news .recommend li{
	max-width: 550px;
	width: 100%;
}
#news .recommend .preview{
	width: 100%;
	height: 300px;
}
#news .recommend .title{
	font-size: 24px;
	line-height: 2em;
}
#news .recommend .description{
	display: block;
}




#news .normal{
	max-width: 600px;
}
#news .normal ul{
	max-width: 550px;
	width: 100%;
	margin: auto;
	padding-top: 25px;
}
#news .normal li{
}
#news .normal .updateDate{
	background-color: #95a0b2;
}
#news .normal .description{
}




@media only screen and (max-width:480px) {
	#news .recommend{
		width: 100%;
	}
	#news .normal{
		width: 100%;
	}
}
@media only screen and (min-width : 481px) and (max-width : 1024px) {
	#news{
		height: 595px;
	}
	#news .recommend{
		width: 50%;
	}
	#news .normal{
		width: 50%;
	}
}
@media only screen and (min-width:1025px) {
	#news{
		height: 595px;
	}
	#news .recommend{
		width: 50%;
	}
	#news .normal{
		width: 50%;
	}
}



















#about{
	background-color: #d6f2f9;
	color:#2290c6;
	background-image: url(../images/aboutBg.png);
	background-size: cover;
	background-position: center center;
	min-height: 475px;
}
#about .more{ width: 100px; height: 25px; border: solid 1px #2290c6; line-height: 25px; text-align: center; display: block;color: #2290c6;}
#about .content p{
	line-height: 25px;
}
#about #img1{
	background-color: #eee;
	border: solid 5px #fff;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
	display: block;
}

#about #img2{
	background-color: #eee;
	border: solid 5px #fff;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
	display: block;
}

@media only screen and (max-width:480px) {
	#about .content{
		width: 90%;
		margin: auto;
		margin-top: 20px;
	}
	#about .more{ margin: 20px auto;}
	#about .imageGroup{
		display: flex;
		justify-content: center;
	}
	#about #img1{
		width: 35%;
		margin: 20px;
	}

	#about #img2{
		width: 35%;
		margin: 20px;
	}
}
@media only screen and (min-width : 481px) and (max-width : 1024px) {
	#about .content{
		width: 90%;
		margin: auto;
		margin-top: 20px;
	}
	#about .more{ margin: 20px auto;}
	#about .imageGroup{
		display: flex;
		justify-content: center;
	}
	#about #img1{
		width: 35%;
		margin: 20px;
	}

	#about #img2{
		width: 35%;
		margin: 20px;
	}
}
@media only screen and (min-width:1025px) {
	#about{
		
	}
	
	#about .titleBar{
		display: flex;
		align-items:flex-end;
		flex-direction: row-reverse;
		padding-top: 95px;
		padding-right: 25px;
	}
	#about .titleBar .columnName{
		display: inline;
		padding:0;
	}

	#about .titleBar .slaveColumnName{
		display: inline;
		padding:0;
		
		padding-right: 10px;
	}
	#about .content{
		position: absolute;
		right: 20px;
		top:160px;
		max-width: 520px;
	}
	#about .content p{
		color: #2290c6;
		text-align: right;
	}

	#about .more{position: absolute; right: 20px; top:300px;}

	#about #img1{
		position: absolute;
		width: 340px;
		height: 220px;
		left: 20px;
		top: 110px;
		z-index: 10;
		background-color: #eee;
		border: solid 5px #fff;
		box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
	}

	#about #img2{
		position: absolute;
		width: 270px;
		height: 180px;
		left: 220px;
		top: 230px;
		z-index: 110;
		background-color: #eee;
		border: solid 5px #fff;
		box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
	}
}





