*{
	margin: 0;
	padding: 0;
}
.features{
	color:#fff;
}
h1,h2,h3,h4,h5,h6{
	text-align: center;
}


#content{
	position: relative;
	clear: both;

}
#content:after{
	content: "";
	display: block;
	clear: both;
}
.page{
	color: #fff;
}
/* --------------------------------------------------- */
.slide{
	position: fixed;
	z-index: -1000;
	top: 0px;
	width: 100%; /*火狐浏览器下不是默认fixed后不默认100%*/
}


.slide img{
	filter: brightness(0.8);
	-webkit-filter:brightness(0.8); 
	-o-filter: brightness(0.8);
	-moz-filter: brightness(0.8);
	width: 100%;
	max-height: 678px;
}

/* ----------------------------------------------- */
#background_text{
	position: relative;
}
.home{
	position: fixed;
	top: 2em;
	right: -3em;
}
.home img{
	max-width: 20%;
	max-height: 20%;
}
.banner{
	width: 160px;
	margin: 0 auto;
	color: #fff;
	padding-top: 10%;
}
.banner h2{
	font-weight: 800;
	letter-spacing: 2px;
}
.hr{
	width: 170px;
	height: 2px;
	background: #fff;
}
.banner p{
		text-align: center;
		margin-top: 50px;
}
.btns{
	margin-top: 30px;
	position: relative;
}
.btns .wrap{
	width: 240px;
	margin: 0 auto;

}
.btns a{
	text-align: center;
	margin-bottom:20px; 
	width: 107px;
	height: 34px;
	color: #fff;
	font-weight: 600;
}
.btns .btn1{


	margin-right: 16px;
	background-color: #e96656;
}
.btns .btn2{
	background-color: #20AA73;
}
.more{
	color: #fff;
	margin-top: 1%;
}
.features{
	margin-top: 100px;
}
.features ul li{
	background: none;
	border: none;
}
.welcome{
	color: #333;

}
.gap{
	height: 200px;
	background-color: #66FF99;
	opacity: 0.2;
}

/* ------------------------------------------ */
.item{
	color: #fff;
	height: 50%;
}

.item:after{
	content: "";
	display: block;
	clear: both;
}

.item .pic,.item .text{
	float: left;
}
.item .pic{
	width: 35%;
	height: 100%;
}
.item .pic img{
	max-width: 100%;
	max-height: 440px;
}
.item .text{
	width: 65%;
}
.item .text .title{
	font-weight: bold;
	font-size:24px;
	margin-top:10%;
}
.item .text {
	font-weight: 400;
	font-size: 18px;
	padding-left: 20%;
}
.item .text ul{
	margin-top: 30px;
}
.item a{
	color: #fff;
}
.blog{
	background-color: #31b383;
}

.practice{
	background-color:#48c597;
}
.practice .pic{
	float: right;
}

.practice .text{
	float: right;
}
/* .practice .text a{
	color: #fff;
} */
.polls{
	background: #65d897;
}
/* ---------------------------------------------------------------- */

.intro{
	background-color:#48c597;
	text-align: center;
	padding: 20% 0 0 0;
}
.intro .title{
	margin: 0 auto 3em;
	width: 5em;
	font-size: 2.0em;
}
.intro .tag{
	margin: 0 auto;
	width: 80%;
	margin-bottom: 1em;
}
.intro .tag span{
	display: inline-block;
	background:#2ea250;
	border-radius: 3px;

	text-align: center;
	margin: 3px;
	padding: 8px;
}
.intro .tag span:nth-child(odd){
	background-color:#28da4f;
}
/* ------------------------------------------------ */
.footer{
background: #48c597;
	color: #333;
	opacity: 0.8;
	padding-top: 30%;
}

.footer .logoa {
    margin-right: 10px;
    background: #2d2424;
    padding: 4px 0px;
    border-radius: 4px;
}

/* ------------------------------------------------------------------------------------------------------------------------------------------- */

@media(max-width: 760px){
/* .slide,#background_text{
	height:400px;
} */
h1{
	font-size:40px;
}
h2{
	font-size: 30px;
}

/* .slide img{
	max-height: 400px;
} */

.btns .wrap{
	width: 200px;
	
}
 .btns a{
	margin-bottom:10px; 
	width: 90px;
	font-size: 12px;
}
.btns .btn1{
	margin-right: 12px;
	background-color: #e96656;
}
.btns .btn2{

	background-color: #20AA73;
}
.more{
	margin-top: 50px;
}
.features{
	margin-top: 40px;
}

.features ul li{
	font-size: 10px;
}
.gap{
	height: 50px;
}

.item .pic{
	width: 100%;
	height: 50%;
}
.item .text .title{
	font-weight: bold;
	font-size: 14px;
}
.item .text{
	font-weight: 400;
	font-size: 10px;
	padding-left: 30px;
}
}