.banner{
	font-size: 0;
	position: relative;
}
.banner ul{
	width: 95%;
	max-width: 1200px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.banner ul .tl{
	font-size: 60px;
	color: #ffffff;
}
.banner ul .tx{
	font-size: 60px;
	color: #ffffff;
	font-size: 26px;
	margin-top: 40px;
}

/*tday*/
.tday{
	width: 95%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 70px 0;
	text-align: center;
}
.tday .stitle{
	color: #666666;
	font-size: 24px;
	margin-bottom: 77px;
	margin-top: 27px;
}
.tday .box{
	width: 100%;
	position: relative;
	text-align: left;
}
.tday ul{
	position: absolute;
	top: 50%;
	left: 30px;
	transform: translateY(-50%);
	font-size: 28px;
	color: #ffffff;
	line-height: 60px;
}

/*demand*/
.demand{
	width: 100%;
	padding: 70px 0;
	text-align: center;
	background-color: #F0F2F5;
}
.demand .stitle{
	color: #666666;
	font-size: 24px;
	margin-bottom: 77px;
	margin-top: 27px;
}
.demand .box{
	width: 95%;
	max-width: 1200px;
	margin: auto;
	overflow: hidden;
}
.demand .box dl{
	width: 50%;
	float: left;
	text-align: center;
}
.demand .box dl dd{
	font-size: 20px;
	color: #333333;
	margin-top: 20px;
}

/*power*/
.power{
	width: 100%;
    text-align: center;
    background: url(../img/senior/3.png) no-repeat fixed top;
    background-size: 100% 100%;
    padding: 70px 0;
    margin-bottom: 70px;
    color: #FFFFFF !important;
}
.power .content-tl{
	color: #FFFFFF;
	margin-top: 15px;
	letter-spacing: 5.5px;
}
.power .box{
	width: 95%;
	max-width: 1200px;
	margin: 0 auto;
}
.power .box .top{
	text-align: left;
	font-size: 24px;
	width: 90%;
	margin: 0 auto;
	letter-spacing: 2.9px;
}
.power .box .top .margin{
	margin-top: 70px;
	margin-bottom: 5px;
}

.power .box .top span{
	display: inline-block;
	float: left;
	width: 28px;
	height: 28px;
	background-color: #2e995a;
	border: solid 1px #ffffff;
	border-radius: 50%;
	text-align: center;
	font-size: 18px;
	line-height: 28px;
	margin-right: 30px;
}
.power .box dl{
	width: 100%;
	position: relative;
	margin-top: 80px;
}
.power .box .a,.power .box .b,.power .box .c,.power .box .d{
	position: absolute;
	width: 300px;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 1.9px;
}
.power .box .a{
	top: 10%;
	left: 5%;
	text-align: right;
}
.power .box .b{
	bottom: 0;
	left: 5%;
	text-align: right;
}
.power .box .c{
	top: 10%;
	right: 5%;
	text-align: left;
}
.power .box .d{
	bottom: 0;
	right: 5%;
	text-align: left;
}
.power .box .tl{
	font-size: 20px;
	letter-spacing: 0.4px;
	font-weight: bold;
	margin-bottom: 20px;
}
.outline .stitles {
    width: 95%;
    max-width: 1200px;
    margin: 40px auto 0 auto;
    border-left: 4px solid #009b40;
    font-size: 26px;
    color: #333333;
    padding-left: 10px;
    box-sizing: border-box;
}

/*profit*/
.profit{
	width: 100%;
    text-align: center;
    background: url(../img/senior/2.png) no-repeat fixed top;
    background-size: 100% 100%;
    padding: 70px 0;
    margin-bottom: 70px;
    color: #FFFFFF !important;
}
.profit .content-tl{
	color: #FFFFFF;
	margin-top: 15px;
	letter-spacing: 5.5px;
}
.profit div{
	width: 95%;
    max-width: 1200px;
    margin: 40px auto 0 auto;
}
.profit div ul{
	margin-bottom: 60px;
}
.profit div ul li{
	margin-bottom: 20px;
	line-height: 35px;
}
.profit div span{
	display: inline-block;
	width: 28px;
	height: 28px;
	background-color: #2e995a;
	border: solid 1px #ffffff;
	border-radius: 50%;
	text-align: center;
	font-size: 18px;
	line-height: 28px;
	margin-right: 30px;
}
.profit .tl{
	font-size: 18px;
	letter-spacing: 2.2px;
	font-weight: bold;
}
.profit .tx{
	font-size: 14px;
	letter-spacing: 1.7px;
	color: #a3b7d9;
}

/*practice*/
.practice{
	width: 95%;
	max-width: 1200px;
	margin: 30px auto;
	box-sizing: border-box;
	padding: 40px 30px 0 30px;
	overflow: hidden;
}
.practice-box{
	background-color: #F0F2F5;
	padding: 70px 0;
}
.practice-box .js{
	width: 100%;
	font-size: 16px;
	color: #666;
	background-color: #e5e5e5;
	padding: 30px;
	line-height: 26px;
	box-sizing:border-box;  
	-moz-box-sizing:border-box; /* Firefox */  
	-webkit-box-sizing:border-box; /* Safari */
	margin-top: 30px;
}