/*banner*/
.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;
}

/*beginning and first*/
.beginning{
	width: 100%;
	padding-top: 70px;
}
.beginning-border{
	border-bottom:2px solid #f2f2f2;
}
.first{
	width: 95%;
	max-width: 1200px;
	margin: 0 auto;
}
.first .left,.first .right{
	overflow: hidden;
	width: 100%;
	padding-bottom: 80px;
}
.first .left .text{
	float: left;
}
.first .left .img{
	float: left;
}
.first .right .text{
	float: right;
}
.first .right .img{
	float: right;
}
.first .text{
	width: 50%;
	text-align: center;
}
.first .img{
	width: 50%;
	text-align: center;
}
.first .text dl{
	width: 100%;
	position: relative;
}
.first .text dl dd{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-65%);
	width: 100%;
}
.first .text dl dd .tx{
	font-size: 18px;
	color: #666666;
	line-height: 32px;
}
.first .text dl dd .tl{
	font-size: 25px;
	color: #333333;
	margin-top: 30px;
}
.first .left .n{
	position: absolute;
	right: 0;
	bottom: -50px;
}
.first .right .n{
	position: absolute;
	left: 0;
	bottom: -50px;
}
.first .left dl dd{
	text-align: left;
	padding-left: 30%;
}
.first .right dl dd{
	text-align: right;
	padding-right: 30%;
}

/*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;
}

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

/*operation*/
.operation{
	margin-bottom: 70px;
	width:100%;
}
.operation .box{
	width: 95%;
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 50px;
	text-align: center;
}
.operation .box dl{
	width: 28%;
	float: left;
	text-align: center;
	border-radius: 10px;
	height: 260px;
	padding-top: 50px;
}
.operation .box dd{
	font-size: 24px;
	color: #ffffff;
	line-height: 36px;
	margin-top: 20px;
}
.operation .box .on{
	background-color: #1f9c51;
}
.operation .box .tw{
	background-color: #38acc7;
	margin: 0 8%;
}
.operation .box .thr{
	background-color: #508ec8;
}

/*anatomy*/
.anatomy{
	width: 100%;
	text-align: center;
	background: url(../img/consultantsy.png) no-repeat fixed top;
	background-size: 100% 100%;
	padding: 70px 0;
	margin-bottom: 70px;
}
.anatomy .content-tl{
	color: #fff;	
}
.anatomy ul{
	width: 600px;
	margin: 50px auto 0 auto;
	text-align: left;
	background-color: #FFFFFF;
	color: #333333;
	font-size: 20px;
	/*line-height: 45px;*/
	padding: 50px;
}
.anatomy ul li{
	width: 100%;
	overflow: hidden;
	margin: 20px 0;
}
.anatomy ul li span{
	float: left;
}
.anatomy .number{
	margin: 0 20px 0 30px;
	background-color: #2e995b;
	color: #FFFFFF;
	width: 28px;
	height: 28px;
	text-align: center;
	border-radius: 50%;
}

/*outline*/
.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;
}

/*anatomy*/
.anatomys{
	color: #FFFFFF;
}
.anatomys div{
	width: 95%;
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 50px;
}
.anatomys div dl{
	float: left;
	width: 22%;
	margin: 0 1.2%;
	border-radius: 10px;
	border: solid 2px #ffffff;
	height: 294px;
	box-sizing:border-box;  
	-moz-box-sizing:border-box; /* Firefox */  
	-webkit-box-sizing:border-box; /* Safari */
}
.anatomys div dl dt{
	height: 80px;
	line-height: 80px;
	padding-top: 50px;
	margin-bottom: 30px;
}
.anatomys div dl .tl{
	font-size: 26px;
	font-weight: bold;
}
.anatomys div dl .br{
	width: 80%;
	margin: 0 auto;
	border-bottom: 2px solid #fff;
}
.anatomys div dl .tx{
	font-size: 14px;
	margin-top: 20px;
}
