body {
	color: #000;
}

.box .banner {
	width: 1400px;
	margin: 0 auto;
}

.banner img {
	width: 100%;
	height: 100%;
}

/* 创业类型 */
.cylx {
	width: 1200px;
	margin: 0 auto;
}

.cylx_head {
	text-align: center;
	padding: 60px 0 35px 0;
	color: #000;

}

.cylx_head h1 {
	font-weight: bold;
	font-size: 36px;
}

.cylx_head_fb {
	text-align: center;
	position: relative;
	margin-bottom: 20px;
}

.cylx_head_fb p {
	border-top: 1px solid #000;
	position: absolute;
	width: 100%;
	top: 25px;
	z-index: -4;
}

.cylx_head_fb span {
	font-size: 26px;
	width: 360px;
	display: block;
	text-align: center;
	font-weight: 600;
	margin: 0 auto;
	overflow: hidden;
	background-color: #fff;
}

.cylx_list_top_ctn {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.cylx_list_top li {
	width: 24%;
	padding: 10px;
	background-color: #0088c7;
	color: #fff;
}

.cylx_list_top li div {
	padding: 10px;
	overflow: hidden;
	text-align: center;
	border: 5px dotted #fff;
}

.cylx_list_top li div p:nth-child(1) {
	font-size: 30px;
	font-weight: 600;
}

.cylx_list_top li div p:nth-child(2),
.cylx_list_top li div p:nth-child(3) {
	font-size: 23px;
}

.cylx_text {
	text-align: center;
	color: #222222;
	font-size: 25px;
	padding: 30px 0;
}

.cylx_list_btm_ctn {
	display: flex;
	justify-content: space-between;
	background-color: #0088c7;
	padding: 25px 35px;
}

.cylx_list_btm_ctn li {
	width: 15%;
}

.cylx_list_btm_mg {
	height: 161px;
	position: relative;
	border: 5px dotted #fff;
	border-radius: 50%;
	padding: 25px;
}

.cylx_list_btm_mg img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}

.cylx_list_btm_ctn li p {
	text-align: center;
	font-weight: bolder;
	font-size: 44px;
	color: #fff;
	margin: 0;
}

.cylx_btn {
	padding: 50px 0;
}

.cylx_btn a {
	display: block;
	color: #fff;
	background-color: #e90000;
	margin: 0 30%;
	text-align: center;
	font-size: 33px;
	border-radius: 15px;
	line-height: 60px;
}

/* 创业优势 */
.cyys {
	width: 1200px;
	margin: 0 auto;
}

.cyys_head h1 {
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	margin: 0;
}

.cyys_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 40px 0;
}

.cyys_list li {
	width: 49%;
	background-color: #8bdaff;
	margin-bottom: 10px;
}

.cyys_list li:nth-child(5) {
	width: 100%;
	background-color: #8bdaff;
	margin-bottom: 10px;
}

.cyys_list_text {
	padding: 40px 15px 30px 10px;
}

.cyys_list_text p:nth-child(1) {
	font-size: 28px;
	font-weight: bold;
	margin: 0;
	padding-bottom: 20px;
	border-bottom: 1px solid #0079b2;
	color: #500014;
}

.cyys_list_text p:nth-child(2) {
	font-size: 24px;
	margin: 0;
	padding-top: 25px;
	color: #222222;
}

.cyys_list_text2 {
	padding: 25px;
	display: flex;
	justify-content: space-between;
}

.cyys_list_text2 p:nth-child(1) {
	width: 25%;
	padding-right: 30px;
	font-size: 28px;
	font-weight: bold;
	border-right: 1px solid #0079b2;
	margin: 0;
	line-height: 100px;
	color: #500014;
}

.cyys_list_text2 p:nth-child(2) {
	width: 70%;
	font-size: 22px;
	margin: 0;
	line-height: 100px;
	color: #222222;
}

/* 西点烘焙 */
.xdhp {
	width: 1200px;
	margin: 0 auto;
}

.xdhp_head h1 {
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	margin: 0;
}

.xdhp_list {
	display: flex;
	justify-content: space-between;
	padding: 40px 0 0;
}

.xdhp_list p {
	margin: 0;
}

.xdhp_list li {
	width: 32%;
	position: relative;
	overflow: hidden;
}

.xdhp_lis_name {
	line-height: 65px;
	text-align: center;
	color: #fff;
	background-color: #0091d4;
	font-size: 27px;
	text-shadow: 0 5px 5px #004a6f;
}

.xdhp_lis_mg img {
	width: 100%;
}

.xdhp_lis_ctn {
	width: 100%;
	height: 190px;
	padding: 20px 50px;
	position: absolute;
	bottom: -190px;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
	transition: 0.8s;
}

.xdhp_lis_ctn p {
	font-size: 20px;
	line-height: 38px;
	letter-spacing: 5px;
	color: #fff;
}

.xdhp_list li:hover .xdhp_lis_ctn {
	bottom: 0;
	transition: 0.8s;
}

/* 学技术来新东方 */
.xdfjs {
	width: 1200px;
	margin: 0 auto;
}

.xdfjs_list {
	padding-top: 40px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.xdfjs_list li {
	width: 50%;
	position: relative;
	padding: 0 30px 30px 0;
	margin-bottom: 20px;
}

.xdfjs_list_zb {
	width: 185px;
	line-height: 45px;
	height: 45px;
	text-align: center;
	overflow: hidden;
	position: absolute;
	left: 25px;
	top: -22.5px;
}

.xdfjs_list_zb p {
	width: 140px;
	font-size: 20px;
	float: left;
}
.xdfjs_list_zb p:nth-child(1){
	background-color: #0091d4;
	color: #Fff;
}
.xdfjs_list_zb p:nth-child(2) {
	float: left;
	width: 0;
	height: 0;
	border-top: 22.5px solid transparent;
	border-bottom: 22.5px solid transparent;
	border-left: 22.5px solid transparent;
	border-left: 22.5px solid #0091d4;
}


.xdfjs_list_lx {
	margin-right: 18px;
	padding: 35px 15px 15px;
	background-color: #8bdaff;
	display: flex;
	justify-content: space-between;
	width: 100%;
	border-radius: 15px;
	box-shadow:15px 15px 15px #d5d5d5;
}

.xdfjs_list_lx_left {
	width: 55%;

}
.xdfjs_list_lx_left a{
	display: block;
	width: 144px;
	line-height: 33px;
	background-color: #363636;
	color: #Fff;
	text-align: center;
	position: absolute;
	left: 20px;
	bottom: 40px;
}
.xdfjs_list_lx_right {
	width: 45%;
}
/* 烘焙创业课程 */
.hpcykc{
	width: 1200px;
	margin: 0 auto;
	
}
.hpcykc_list{
	display: flex;
	justify-content: space-between;
	padding: 45px 0 0;
}
.hpcykc_list li{
	width: 32%;
}
.hpcykc_lis_mg img{
	width: 100%;
}
.hpcykc_lis_txt{
	padding: 25px 0 0;
}
.hpcykc_lis_txt p:nth-child(1){
	font-size: 28px;
	font-weight: bold;
	text-align: center;
}
.hpcykc_lis_txt p:nth-child(2){
	font-size: 24px;
	color: #595959;
	text-align: center;
}
/* 创业终身服务 */
.cyzsfu{
	width: 1200px;
	margin: 0 auto;
}
.cyzsfu_list{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 45px 0 0;
}
.cyzsfu_list li{
	width: 33.3333%;
}
.cyzsfu_lis{
	background-color: #8bdaff;
	padding: 40px 0 0 20px;
}
.cyzsfu_lis p:nth-child(1){
	width: 100%;
	font-size: 24px;
	color: #500014;
	font-weight: bold;
	padding-bottom: 15px;
	margin-bottom: 35px;
	border-bottom: 1px solid #006b9d;
}
.cyzsfu_lis p:nth-child(2){
	color: #222222;
	font-size: 20px;
	padding-right: 30px;
}
/* 成功学子 */
.cgxz{
	width: 1200px;
	margin: 0 auto;
}
.cgxz .xdhp_head h1{
	padding: 45px 0 20px;
}
.cgxz .xdhp_head p{
	font-size: 23px;
	text-align: center;
	color: #222222;
}
.cgxz_list{
	display: flex;
	justify-content: space-between;
	padding: 45px 0;
}
.cgxz_list li{
	width: 32%;
}
.cgxz_lis_mg img{
	width: 100%;
}
.cgxz_lis_txt{
	background-color: #0091d4;
	padding: 25px 20px 0;
}
.cgxz_lis_txt p:nth-child(1){
	font-size: 32px;
	font-weight: bold;
	color: #Fff;
	text-align: center;
	margin-bottom: 20px;
}
.cgxz_lis_txt p:nth-child(2){
	color: #Fff;
	font-size: 27px;
	height: 240px;
}
.cgxz_btn{
	display: flex;
	justify-content: center;
	padding-bottom: 45px;
}
.cgxz_btn a{
	display: block;
	line-height: 60px;
	font-size: 33px;
	color: #fff;
	background-color: #e90000;
	text-align: center;
	border-radius: 15px;
}
.cgxz_btn a:nth-child(1){
	width: 30%;
	margin-right: 20px;
}
.cgxz_btn a:nth-child(2){
	width: 20%;
}
/* 提交表单 */
.form_btm{
	background-color: #0091d4;
}
.form_ctn{
	width: 1200px;
	margin: 0 auto;
	padding: 35px 45px;
	overflow: hidden;
}
.form_ipt {
	width: 33%;
	line-height: 45px;
	font-size: 26px;
	color: #fff;
	float: left;
}
.form_ipt input{
	color: #000;
	border-radius: 15px;
	width: 275px;
	padding-left: 15px;
}
.form_ipt input[type=number] {
    -moz-appearance:textfield;
}
.form_ipt input[type=number]::-webkit-inner-spin-button,
.form_ipt input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.form_ipt2{
	width: 33%;
	line-height: 45px;
	font-size: 26px;
	float: left;
	text-align: center;
}
.form_ipt2 button{
	width: 225px;
	line-height: 45px;
	color: #fff;
	text-align: center;
	background-color: transparent;
	border-radius: 15px;
	border-color: #fff;
}