﻿.banner_container{
	width:100%;
	position:relative;
}
.banner{
	width:100%;
}
.consult_div{
	position:absolute;
	width:100%;
	bottom:10%;
}
.consult_btn{
	width:170px;
	height:50px;
	text-align:center;
	line-height:50px;
	background-color:#DB6149;
	font-size:1.6rem;
	color:#FFFFFF;
	margin:0 auto;
	border-radius:20px;
	cursor:pointer;
	cursor:hand;
}
.price_container{
	width:960px;
	margin:0 auto;
	padding-top:50px;
	padding-left:120px;
	padding-right:120px;
	padding-bottom:50px;
	display:flex;
	justify-content:space-between;
	border-bottom:1px solid #CCCCCC;
}
.price_item{
	width:260px;
	height:360px;
}
.price_icon_div{
	width:260px;
	height:260px;
}
.price_icon{
	width:100%;
}
.price_title{
	width:170px;
	height:50px;
	margin:0 auto;
	margin-top:25px;
	text-align:center;
	line-height:50px;
	background-color:#DB6149;
	font-size:1.6rem;
	color:#FFFFFF;
	border-radius:20px;
	cursor:pointer;
	cursor:hand;
}
.process_container{
	width:1200px;
	margin:0 auto;
	padding-top:50px;
	padding-bottom:50px;
}
.process_title{
	width:100%;
	font-size:4rem;
	font-weight:bold;
	text-align:center;
	color:#333333;
}
.process_main{
	width:100%;
	margin-top:50px;
	display:flex;
	justify-content:space-between;
}
.process_item{
	width:180px;
}
.process_item_icon_div{
	width:100px;
	height:100px;
	margin-left:40px;
	border-radius:50px;
	background-color:#D3F0F9;
}
.process_item_icon{
	width:40px;
	height:40px;
	margin-left:30px;
	margin-top:30px;
}
.process_item_title{
	width:100%;
	margin-top:20px;
	font-size:2.4rem;
	font-weight:bold;
	text-align:center;
	color:#333333;
}
.process_item_desc{
	width:100%;
	margin-top:10px;
	font-size:1.6rem;
	line-height:30px;
	text-align:center;
	color:#666666;
	
}
.process_pointer{
	width:20px;
	height:230px;
}
.process_pointer_icon{
	width:20px;
	height:40px;
	margin-top:90px;
}
.sample_container{
	width:100%;
	padding-top:20px;
}
.sample{
	width:1200px;
	margin:0 auto;
}
.sample_title{
	width:100%;
	font-size:4rem;
	font-weight:bold;
	text-align:center;
	color:#333333;
}
.sample_sub_title{
	width:100%;
	margin-top:20px;
	font-size:1.8rem;
	text-align:center;
	color:#666666;
}
.sample_main{
	width:100%;
	margin-top:40px;
}
.sample_image{
	width:100%;
}
.sample_border{
	width:100%;
	margin-top:20px;
}
.sample_border_image{
	width:100%;
}
.lesson_container{
	width:100%;
}
.lesson{
	width:1200px;
	margin:0 auto;
}
.lesson_title{
	width:100%;
	margin-top:50px;
	font-size:4rem;
	font-weight:bold;
	text-align:center;
	color:#333333;
}
.lesson_sub_title{
	width:100%;
	margin-top:30px;
	font-size:3.2rem;
	text-align:center;
	color:#333333;
}
.lesson_price{
	font-size:4rem;
	font-weight:bold;
	color:#FB1004;
}
.lesson_main{
	width:100%;
	margin-top:70px;
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.lesson_image_div{
	width:650px;
	height:350px;
}
.lesson_image{
	width:100%;
}
.lesson_content{
	width:500px;
	height:320px;
}
.lesson_content_line{
	width:100%;
	height:80px;
	line-height:80px;
	font-size:2.4rem;
	color:#333333;
}
@media screen and (max-width:900px){
	.lesson_content_line{
		line-height:40px;
		font-size:1.6rem;
	}
}
.template_container{
	width:100%;
}
.template{
	width:1200px;
	margin:0 auto;
}
.template_title{
	width:100%;
	margin-top:50px;
	font-size:4rem;
	font-weight:bold;
	text-align:center;
	color:#333333;
}
.template_sub_title{
	width:900px;
	margin:0 auto;
	margin-top:30px;
	font-size:1.8rem;
	text-align:center;
	color:#666666;
}
.template_main{
	width:100%;
	margin-top:60px;
	margin-bottom:100px;
}
.template_div{
	width:100%;
	margin-top:20px;
}
.template_image{
	width:100%;
}