@charset "utf-8";
.rt{
	float: right;
}
.lf{
	float: left;
}
.clear{
	clear: both;
}
body{
	background: -webkit-radial-gradient(#98c8ec, #5699cc); /* Safari 5.1 - 6.0 */
	background: -o-radial-gradient(#98c8ec, #5699cc); /* Opera 11.6 - 12.0 */
	background: -moz-radial-gradient(#98c8ec, #5699cc); /* Firefox 3.6 - 15 */
	background: radial-gradient(#98c8ec, #5699cc); /* 标准的语法 */
}

.yellow-color{
	color: #fff200;
}

.TopBox{
	width: 100%;
	text-align: center;
}

.TopBox h2,.TopBox h1{
	font-size: 58px;
	font-weight: 800;
	margin: 10px 0;
	line-height: 60px;
	color: #000000;
}
.TopBox h1{
	margin-top: 60px;
	margin-bottom: 30px;
}
.TopBox h3{
	color: #000000;
	font-size: 42px;
	padding: 10px 0;
	line-height: 1.5;
}

#five{
	font-size: 100px;
}

.once{
	width: 80%;
	margin: 0 auto;
	border: 3px solid #2579ae;;
	border-radius: 10px;
	background-color: #2579ae;
	font-size: 36px;
	color: #FFF;
	line-height: 46px;
	margin-top: 30px;
	margin-bottom: 20px;
}

.ProfitBox{
	border: 3px solid #2579ae;
	border-radius: 10px;
	position: relative;
	width: 90%;
	margin: 0 auto;
	margin-top: 60px;
}

.Estimate{
	border: 1px solid #2579ae;
	background-color: #2579AE;
	color: #FFFFFF;
	font-size: 32px;
	width: 50%;
	text-align: center;
	position: absolute;
	top: -28px;
	height: 56px;
	margin: 0 auto;
	left: 25%;
	border-radius: 10px;
	font-weight: 800;
}

.Estimate span{
	font-size: 62px;
	-webkittext-shadow:-2px 0 #2579AE,0 3px #2579AE,3px 0 #2579AE,0 -2px #2579AE;
	text-shadow:-2px 0 #2579AE,0 3px #2579AE,3px 0 #2579AE,0 -2px #2579AE;
	-moz-text-shadow:-2px 0 #2579AE,0 3px #2579AE,3px 0 #2579AE,0 -2px #2579AE;
	-o-text-shadow:-2px 0 #2579AE,0 3px #2579AE,3px 0 #2579AE,0 -2px #2579AE;
}

.machineBox{
	position: relative;
}

.octagon p{
	color: #FFFFFF;
	font-size: 18px;
}
.octagon span{
	color: #FFF;
	font-size: 52px;
	font-weight: 600;
}
.octagon{
	background:no-repeat url(../img/liubianxing.png);
	background-position: center;
	background-size: 82%;
	height: 150px;
	position: relative;
	margin-bottom: 10px;
}
.machineBox div{
	color: #333333;
	font-size: 18px;
	text-align: center;
}
.machineBox li{
	width: 25%;
	float: left;
	padding: 10% 2%;
}
.octagon p:first-child{
	position: absolute;
	top: 25px;
	text-align: center;
	width: 100%;
}
.octagon p:last-child{
	position: absolute;
	bottom: 25px;
	width: 100%;
	text-align: center;
}




.interestsBox{
	width: 98%;
	margin: 0 auto;
	margin-top:40px;
}
.interests{
	color: #FFFFFF;
	font-size: 36px;
	text-align: center;
	width: 64px;
	line-height: 1;
	border: 1px solid #2579AE;
	background-color: #2579AE;
	padding: 10px;
	border-radius: 10px;
}

.interestsBox p{
	width: 60px;
	height: 60px;
	color: #FFFFFF;
	font-size: 28px;
	background-color: #2579AE;
	line-height: 50px;
	padding: 4px;
	float: left;
	text-align: center;
	margin: 0 10px;
}
.interestsBox ul{
	width: 84%;
	margin: 0 auto;
}
.interestsBox li{
	float: left;
	width: 48%;
	/*height: 70px;*/
	margin-left: 2%;
}
.interestsBox h5{
	font-weight: 800;
	/*height: 60px;*/
	line-height: 1.5;
	padding-top: 6px;
}

.interestsBox span{
	color: #fff200;
	font-size: 18px;
	display: block;
	height: 60px;
	line-height: 1.5;
	padding-top: 6px;
	-webkittext-shadow:-1px 0 #2579AE,0 2px #2579AE,2px 0 #2579AE,0 -1px #2579AE;
	text-shadow:-1px 0 #2579AE,0 2px #2579AE,2px 0 #2579AE,0 -1px #2579AE;
	-moz-text-shadow:-1px 0 #2579AE,0 2px #2579AE,2px 0 #2579AE,0 -1px #2579AE;
	-o-text-shadow:-1px 0 #2579AE,0 2px #2579AE,2px 0 #2579AE,0 -1px #2579AE;
}

.policyBox{
	border-top:  1px dashed #000000;
	margin-top: 20px;
	padding-top: 20px;
}

.policy{
	width: 32px;
	height: 120px;
	text-align: center;
	font-size: 20px;
	color: #000000;
	font-weight: 600;
	padding-top: 14px;
}
.policyBox li{
	color: #333333;
	font-size: 16px;
}
.policyBox p{
	padding: 0;
	color: #333333;
	text-indent:1rem;
}



@media only screen and (max-width: 440px) {
	.TopBox h1,.TopBox h2{
		font-size: 38px;
		margin: 0;
		line-height: 44px;
	}
	.TopBox h1{
		margin-top: 30px;
	}
	.TopBox h3{
		font-size: 26px;
	}
	#five{
		font-size: 66px;
		font-family: "黑体";
	}
	.once{
		width: 98%;
		margin: 0 auto;
		font-size: 18px;
		margin-top: 20px;
		line-height: 1;
		padding-top: 8px;
	}
	.Estimate{
		font-size: 22px;
		width: 80%;
		left: 10%;
		top: -24px;
		height: 44px;
	}
	.Estimate span{
		font-size: 44px;
	}
	.machineBox li{
		width: 50%;
		padding: 4%;
	}
	.interestsBox li{
		width: 100%;
	}
	.interestsBox h5,.interestsBox span{
		font-size: 16px;
	}
	.policyBox li{
		font-size: 14px;
	}
	.policy{
		height: 220px;
	}
	.octagon p{
		font-size: 14px;
	}
	.octagon span{
		font-size: 36px;
	}
	.octagon p:last-child{
		bottom: 30px;
	}
	.octagon p:first-child{
		top: 40px;
	}
	.octagon{
		height: 140px;
		background-size: 72%;
		margin: 0;
	}
	.machineBox div{
		font-size: 13px;
	}
}
@media only screen and (max-width: 325px) {
	.TopBox h1,.TopBox h2{
		font-size: 24px;
		line-height: 32px;
	}
	#five{
		font-size: 50px;
	}
	.once{
		font-size: 14px;
	}
	.TopBox h3{
		font-size: 20px;
	}
	.Estimate{
		font-size: 18px;
		height: 36px;
		top: -20px;
	}
	.Estimate span{
		font-size: 38px;
	}
	.octagon p{
		font-size: 12px;
	}
	.octagon span{
		font-size: 28px;
	}
	.octagon{
		height: 130px;
		background-size: 85%;
	}
	.octagon p:first-child{
		top: 34px;
	}
	.interests{
		width: 100%;
		margin-bottom: 10px;
	}
	.interestsBox ul{
		width: 100%;
	}
	.interestsBox li{
		margin: 0;
	}
	.interestsBox p{
		margin: 0;
		margin-right: 10px;
	}
	.interestsBox h5, .interestsBox span{
		font-size: 14px;
	}
	.policyBox li{
		font-size: 12px;
	}
	.ProfitBox{
		width: 98%;
		margin: 0 auto;
		margin-top: 20px;
	}
	.interestsBox{
		margin-top: 20px;
	}
}

@media only screen and (max-width: 380px) {
	.TopBox h1,.TopBox h2{
		font-size: 32px;
		line-height: 40px;
	}
	.once{
		font-size: 16px;
	}
	.TopBox h3{
		font-size: 24px;
	}
	.TopBox h3{
		font-size: 20px;
	}
	.Estimate{
		font-size: 20px;
	}
	.octagon{
		height: 120px;
		background-size: 100%;
	}
	.octagon p:first-child{
		top: 20px;
	}
	.octagon p:last-child{
		bottom: 10px;
	}
	.machineBox{
		padding-top: 30px;
	}
	.interests{
		width: 100%;
		margin-bottom: 10px;
	}
	.interestsBox ul{
		width: 100%;
	}
	.interestsBox li{
		margin: 0;
	}
	.ProfitBox{
		margin-top: 30px;
	}
	.logo{
		margin: 5px 0;
	}
	nav>.navbar-header{
		display: none;
	}
	#header-wrapper + *{
		margin-top: 34px !important;
	}
	#dl-menu{
		background-color: #2579AE;
	}
}


#union_pic img{
		width:100%;
		height: 100%;
}