.section{
	padding-bottom:80px;
	background: #f59628;
}
.section2{
	background: #fff;
}
.s-pic{display: block;}
.s-pic > img{width:100%}
.m-pic{display: none;}
ul{list-style: none;}
.min-w{
	width: 1200px;
	margin: 0 auto;
}
.n_title > h1{
	font-size: 42px;
	text-align: center;
	padding: 80px 0 40px;
	margin: 0;
	font-weight: bold;
	color:#fff;
}
.n_title2 > h1{
	color:#380b01;
}
.caption{
	color:#fff;
}
.caption .caption_title{
	font-size: 20px;
	font-weight: bold;
	margin:0;
}
.caption .caption_text{
	list-style: none;
	overflow: hidden;
	margin:14px 0 30px;
	padding-left:0;
}
.caption .caption_text li{
	float: left;
	font-size: 16px;
	padding-right:40px;
}
.caption .caption_text li:last-child{
	padding-right:0px;
}
/*form重置样式*/
.panel{
	border-radius: 20px;
	overflow: hidden;
}
.panel-body {
    padding: 50px 50px 40px 20px;
}
.form-g-w label{
	width: 25%;
	text-align: right;
	float: left;
	font-weight: inherit;
	padding-right: 2%;
	color:#333;
	margin: 10px 0;
}
.last-form-group.form-g-w label{
	width: 12.2%;
	padding-right: 1.1%;
}
.form-g-w input{
	width:75%;
	height:40px;
	border:1px solid #e0e0e0;
	box-shadow: none;
}
.last-form-group.form-g-w textarea{
	width: 87.8%;
	border:1px solid #e0e0e0;
	box-shadow: none;
}
.online-sub1{
	width:400px;
	height:62px;
	line-height: 62px;
	margin:30px auto 0;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	border-radius: 40px;
	padding: 0;
	display: block;
	/* background: linear-gradient(to right); */
	background: linear-gradient(to left, #ffba38, #ff7420);
	box-shadow: 0px 0px 26px -8px #eb9a00;
	transition: all 0.3s;
}
.online-sub1:hover{
	background: linear-gradient(to left, #ebab33, #e3671c);
	color:#fff;
}
/*服务流程*/
.flow1{
	display: flex;
	justify-content: space-between;
	padding:0;
	margin-bottom:0;
}
.flow1 li{
	width:30%;
	background:linear-gradient(to left, #ffba38, #ff7420);
	border-radius: 10px;
	position: relative;
	transition: all 0.3s;
}
.flow1 li:hover{
	box-shadow: 0px 0px 26px -8px #eb9a00;
}
.flow1 li::after{
	position: absolute;
	content: '';
	background: url(http://www.tqedu.net/Template/Default/Skin/2021/mpaccbgas/arrow.png) no-repeat;
	width:18px;
	height:35px;
	top:50%;
	transform: translateY(-50%);
	right: -40px;
}
.flow1 li:nth-of-type(3)::after{
	top:102%;
	transform: rotate(90deg) translatey(-50%);
	right:50%;
}
.flow2 li{
	width:48%;
}
.flow2 li:nth-of-type(2)::after{
	display:none;
}
.flow2 li:nth-of-type(1)::after{
	transform: rotate(180deg) translate(10px, 10px);
	right: -40px;
}
.flow1 li .img_box{
	margin:10px 10px 28px;
	border-radius: 10px;
}
.flow1 li .img_box > img{
	width:100%;
}
.flow1 li .flow-text{
	clear:both;
	padding: 0 20px 20px;
	 color:#fff;
}
.flow1 li .flow-text h3{
	font-size: 24px;
	font-weight: bold;
}
.flow1 li .flow-text p{
	margin:0;
}
.flow2{
	margin-top:48px
}
.flow2 li{
	display: flex;
	justify-content: space-between;
}
.flow2 li .img_box {
	width:38%;
	margin:10px;
}
.flow2 li .flow-text{
	width:62%;
	margin: 40px 0;
}
@media screen and (max-width:1199px) and (min-width:751px){
	.tqedu-right-quick{display: none;}
	.section{padding: 0 4vw 80px;}
	.s-pic > img,.min-w{width:100%}
	.footer-wrapper{width:100%;}
	#footer{    padding: 10px 4vw 30px;}
	.flow1 li::after{
		right:-3.4vw;
	}
}
@media screen and (max-width:991px) and (min-width:751px){
	.last-form-group.form-g-w label{
		width:25%;
		padding-right:2%;
	}
	.last-form-group.form-g-w textarea{
		width:75%;
	}
}
@media screen and (max-width:750px){
	.section{padding:0 4.2vw 40px;}
	.panel-body{padding: 40px 24px 30px;}
	.online-sub1{width:100%}
	.s-pic{display: none;}
	.m-pic{display: block;}
	.m-pic img{width:100%}
	.min-w{width:100%}
	.n_title > h1{font-size: 38px;padding: 60px 0 40px;}
	.caption .caption_title{
		font-size: 18px;
	}
	.caption .caption_text li{
		font-size: 14px;
		line-height: 24px;
	}
	.flow1{
		flex-wrap: wrap;
	}
	.flow1 li{
		margin-bottom:4.2vw;
		display: flex;
	}
	.flow1 li::after{
		display: none;
	}
	.flow1 li .img_box{
		display: none;
	}
	.flow1 li .img_box.pc_none{
		display: block;
	}
	.flow1 li .flow-text h3{
		font-size: 20px;
		margin:10px 0;
	}
	.flow1 li .img_box{
		width: 38%;
		margin: 10px;
	}
	.flow2{margin-top:0;flex-direction: column-reverse;}
	.flow1 li,.flow2 li{width:100%}
	.flow1 li .flow-text,.flow2 li .flow-text{
		width:70%;
		margin:0;	
		padding: 3px 10px 0 0;
	}
	.last-form-group.form-g-w label{
		width:25%;
		padding-right:2%;
	}
	.last-form-group.form-g-w textarea{
		width:75%;
	}
	.back-btn{
		margin:0;
	}
}
@media screen and (max-width:320px){
	.panel-body{padding: 40px 5px 30px;}
}
