body{
	background: #fff;
}
#content {
	width: 100%;
	height: auto;
	position: relative;
}

.content_warp {
	margin: 0 auto;
	position: relative;
}

#content h1.titleName {
	text-align: center;
	color: #000;
}

#content p.titleText {
	text-align: center;
	color: #e48626;
}


.moneys span {
	display: block;
	width: auto;
	background: #e48626;
	font-size: 28px;
	color: #fff;
	border-radius: 10px;
	padding: 10px 20px;
}

.slideBanner {
	/*width: 967px;*/
	/*height: 490px;*/
	margin: 50px auto 0;
	overflow: hidden;
}

.swiper-pagination-bullet {
	width: 14px;
	height: 14px;
	background: #000;
	border-radius: 100%;
	opacity: 1;
	margin: 0 8px !important;
	border-radius: 100%;
}

.swiper-pagination-bullet-active {
	background: #fff;
	border: 2px solid #000;
	border-radius: 100%;
}
.cont_imgs{
	text-align: center;
}
@media only screen and (min-width: 1086px) {
	#content{
		margin-top: 100px;
	}
	.slideBanner{
		width: 967px;
	}
	.content_warp {
		width: 1085px;
	}
	#content h1.titleName {
		font-size: 36px;
	}
	#content p.titleText {
		font-size: 20px;
	}
	
	.moneys {
		position: absolute;
		right:2%;
		top: 110px;
		z-index: 2;
	}
	.cont_imgs img{
		width: 100%;
		float: left;
		clear: both;
	}
	.cont_imgs {
    text-align: center;
    width: 790px;
    margin: 0 auto;
}
}

@media only screen and (max-width: 1085px) {
	#content{
		margin-top: 60px;
	}
	.content_warp {
		width: 100%;
	}
	#content h1.titleName {
		font-size: 34px;
	}
	#content p.titleText {
		font-size: 19px;
	}
	.slideBanner{
		width: 967px;
	}
	.moneys {
		position: relative;
		display: inline-block;
		top: 100px;
		left: 50%;
		transform: translateX(-50%);
	}
	.cont_imgs img{
		width:100%;
		float: left;
		clear: both;
	}
	.cont_imgs {
    text-align: center;
    width: 790px;
    margin: 0 auto;
}
}

@media only screen and (max-width: 640px) {
	#content h1.titleName {
		font-size: 23px;
	}
	#content p.titleText {
		font-size: 12px;
	}
	.moneys {
		position: relative;
		top: 10px;
		
	}
	.moneys span {
		font-size: 17px;
		padding: 7px 15px;
	}
	.slideBanner{
		width: 100%;
	}
	.cont_imgs {
    text-align: center;
    width: 100%;
    margin: 0 auto;
}
	.cont_imgs img{
		width: 100%;
		float: left;
		clear: both;
	}
	#content{
		margin-top: 40px;
	}
}