
@media only screen and (min-width:600px ) {
	.top_box{
		height: 150px;
	}
	.information{
		margin-top: 50px;
	}
	.one{
		height: 150px;
	}
	
}
@media only screen and (max-width:600px ) {
	
	.top_box{height: 100px;	}
	.information{
		margin-top: 20px;
	}
	.one{
		height: 120px;
	}
	.two{
	
	}
}

.top_box{
	background: url(../img/top-back.jpg) no-repeat;
	background-size:100% 100%;
	
}
.head_img{
	width: 50%;
	padding-top: 20px;
	padding-bottom: 20px;
	float: left;
}
.head_img img{
	width: 50%;
	display: block;
	margin-left: 40%;
	z-index: 999;
}
.information{
	
	width: 50%;
	float: left;
	color: #fff;
	font-size: 13px;
	line-height: 25px;
}
.con{
	background: #fff;
}
.one{
	background: url(../img/back-two.png)no-repeat;
	background-size:100% 100%;
	
	margin-top: 5px;
	padding-top: 30px;
}
.kao_he{
	width: 100%;
	float: left;
	
}
.kao_he_jin_e{
	width: 200px;
	height: 40px;
	background: #fff;
	font-size: 16px;
	color: #21B3A7;
	text-align: center;
	line-height: 40px;
	margin: 0 auto;
	font-weight: bold;
}
.two{
	width: 140px;
	height: 140px;
	border-radius: 70px;
	background: #d79f28;
	margin: 0 auto;
	font-size: 15px;
	color: #fff;
	text-align: center;
	margin-top: -60px;
}
.money{
	font-size: 30px;
}
ul.nei_rong_box{
	width: 100%;
	height: auto;
	background: #fff;
	 background:linear-gradient(rgba(255,255,255,0.9),rgba(255,255,255,1));
	 margin-top: -70px;
	 float: left;
	
}
ul.nei_rong_box li{
	width: 98%;
	float: left;
	color: #21B3A7;
	padding: 1%;
	border-bottom: 1px solid #15BDB0;
	line-height: 30px;
	padding-top: 10px;
}
ul.nei_rong_box li:nth-of-type(1){
	padding-top: 40px;
}
.tu_biao{
	width: 8%;
	float: left;
	margin-left: 2%;
}
.tu_biao img{
	width: 100%;
}
.xiang_mu{
	width: 48%;
	float: left;
	margin-left: 4%;
}
.jin_e{
	width:28% ;
	float: right;
}
.jin_e .money{
	font-size: 20px;
	color: #D79F28;
	 font-weight: bold;
}

@media only screen and (max-width:600px ) {
	body{
		background: #EAEAEA;
	}
}
.shang_chuan{
	width: 100%;
	height: 35px;
	background: #21B3A7;
	float: left;
	line-height: 35px;
	border-bottom: 1px solid #fff;
}
.shang_chuan a{
	color: #000;
	text-decoration: none;
	color: #fff;
	
}
.shang_chuan a .miao_shu{
	margin-left: 5%;
	float: left;
	
}
.shang_chuan a div:nth-of-type(2){
	float: right;
	width: 10%;
}
