
	.wrap .contBox{
		width: 1200px;
		height: auto;
		margin: 0 auto;
		overflow: hidden;
		padding: 60px 0 130px;
	}
	.wrap .contBox .wordBox{
		width: 1060px;
		height: auto;
		padding: 20px 70px 50px;
		background: #f7f7f7;
		margin-bottom: 50px;
	}
	.wrap .contBox .wordBox h3{
		font-size: 22px;
	    color: #000;
	    font-weight: bold;
	    padding-bottom: 25px;
	    padding-top: 30px;
	    margin-bottom: 30px;
	    position: relative;
	}
	.wrap .contBox .wordBox h3 i.lineG{
	    display: inline-block;
	    width: 40px;
	    height: 4px;
	    position: absolute;
	    bottom: -4px;
	    left: 0;
	    background: #17bcf0;
	}
	.wrap .contBox .wordBox p{
		font-size: 16px;
	    color: #000;
	    /*padding-bottom: 30px;*/
		line-height: 1.8;
	}
	.wrap .contBox .wordBox img{
		display: block;
		margin: 10px auto;
	}
	.wrap .contBox .wordBox p.paddingB{
		padding-bottom: 30px;
	}
	.wrap .contBox .wordBox p span{
		display: inline-block;
		height: 100%;
		font-size: 16px;
		padding-right: 20px;
	}
	.wrap .contBox .wordBox p.paddingL{
		padding-left: 20px;
	}
	/*wordbox end*/
	
	.wrap .contBox .imgBox{
		width: 1110px;
		height: auto;
		overflow: hidden;
		margin: 0 auto;
	}
	.wrap .contBox .imgBox .block{
		float: left;
		width: 320px;
		height: 250px;
		margin: 0 25px 50px;
		position: relative;
		overflow: hidden;
	}
	.wrap .contBox .imgBox .block img{
		width: 320px;
		height: 250px;
	}
	.wrap .contBox .imgBox .block .word{
		position: absolute;
		top: 320px;
		left: 0;
		width: 320px;
		height: 250px;
		background: url(../../images/public/dbg.png) repeat;
		font-size: 16px;
		font-weight: bold;
		color: #fff;
		line-height: 250px;
		text-align: center;
	}
	.wrap .contBox .imgBox .block:hover .word{
		top:0px;
	}
	/*imgBox end*/
