.tutors,.schedule {
	padding-bottom: 1.5%;
}
.tutors li{
	display: inline-block;
	width: 22%;
	margin-right: 4%;
	margin-bottom: 3%;
	vertical-align: top;
}
.tutors li:nth-of-type(4n){
	margin-right: 0;
}
.tutors section{
	color: #fff;
	border-radius: 30px 30px 0 0;
	background-color: #222;
}
.tutors li:hover section{
	background-color: #f58635;
}
.tutors section img{
	width: 100%;
}
.tutors section .tutor-info{
	padding: 8%;
}
.tutors section h4,.tutors section h5{
	font-size: 16px;
	line-height: 30px;
}
.tutors section p{
	font-size: 14px;
	line-height: 20px;
	padding-top: 18px;
	margin-top: 15px;
	position: relative;
}
.tutors section p:before{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 10%;
	height: 3px;
	background-color: #f58635;
}
.tutors li:hover section p:before{
	background-color: #fff;
}
.swiper-button-prev,.swiper-button-next{
	width: 60px;
	height: 100%;
}
.swiper-button-prev{
	left: 0;
	background: url(../images/left.png) no-repeat center;
	background-size: 29px;
}
.swiper-button-next{
	right: 0;
	background: url(../images/right.png) no-repeat center;
	background-size: 29px;
}

.harvest{
	padding-bottom: 4%;
	background: url(../images/bg1.jpg) no-repeat center;
	background-size: cover;
}
.harvest h3{
	color: #fff;
}
.harvest li{
	display: inline-block;
	width: calc(18% - 4px);
	margin-right: 2.5%;
	background-color: #fff;
	border-radius: 0 40px 0 40px;
	border: 2px solid #fff;
	text-align: center;	
}
.harvest li:hover{
	border-color: #f58635;
}
.harvest li .info{
	padding: 15% 5% 30%;
}
.harvest li h4{
	position: relative;
	font-size: 18px;
	color: #f58635;
}
.harvest li h4 span{
	position: absolute;
	top: 0;
	width: 80%;
	height: 100%;
}
.harvest li h4 span:first-child{	
	right: 10%;
	background: url(../images/6.png) no-repeat right center;
	background-size: 20%;
}
.harvest li h4 span:last-child{
	left: 10%;
	background: url(../images/4.png) no-repeat left center;
	background-size: 20%;
}
.harvest li p{
	font-size: 14px;
	line-height: 25px;
	color: #949494;
	padding-top: 18%;
}
@media only screen and (max-width: 1500px) {
	.harvest li h4 span:first-child{
		right: 0;
	}
	.harvest li h4 span:last-child{
		left: 0;
	}
	.harvest li p{
		font-size: 12px;
	}
}

.schedule li{
	width: 84%;
	margin: 0 auto 3%;
	padding: 2% 2% 2% 4%;
	border: 1px solid #000;
	position: relative;
}
.schedule li:before{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-color: transparent #f58635;
	border-width: 0 0 50px 50px;
	border-style: solid;
}
.schedule li>img{
	width: 60%;
	margin-left: 5%;
	vertical-align: middle;
	cursor: pointer;
}
.schedule li .info{
	display: inline-block;
	width: 35%;
	vertical-align: middle;
}
.schedule li .info section h4{
	font-size: 22px;
	color: #f58635;
	padding-bottom: 3%;
}
.schedule li .info section h5{
	font-size: 18px;
	padding-top: 5%;
	padding-bottom: 3%;
}
.schedule li .info section p{
	font-size: 14px;
	line-height: 22px;
	/*color: #949494;*/
}
.schedule li .info section p span{
	display: inline-block;
	width: 6px;
	height: 6px;
	background: #f58635;
	border-radius: 50%;
	margin-right: 8px;
	vertical-align: middle;
}
.schedule li .info p.lianjie{
	margin-top: 8%;
}
.schedule li .info p.lianjie a{
	display: inline-block;
	width: 30%;
	font-size: 15px;
	color: #fff;
	padding: 2% 0;
	background-color: #f58635;
	text-align: center;
	margin-right: 3%;
	border-radius: 10px;
}

.zhuceform{
	color: #fff;
	background: url(../images/bg2.jpg) no-repeat center;
	background-size: cover;
}
.zhuceform h3{
	padding: 4% 0 3%;
}
.zhuceform .container>p{
	position: relative;
	font-size: 18px;
	padding-left: 15px;
	margin-left: 17%;
}
.zhuceform .container>p span{
	position: absolute;
	top: 0;
	left: 0;
	width: 5px;
	height: 100%;
	background: #f58635;
}
.zhuceform .zhuce{
	padding: 3% 0;
}
.zhuceform form{
	font-size: 14px;
	padding-left: 3%;
	background: url(../images/11.png) no-repeat left 10px;
	background-size: 2%;
	margin: 0 15% 0 14%;
}
.zhuceform form p{
	height: 35px;
	line-height: 35px;
	margin-right: 1%;
	border: 1px solid transparent;
	text-indent: 10px;
	background: rgba(255,255,255,0.3);
}
.zhuceform form p.active{
	border: 1px solid #f58635;
}
.zhuceform form p input{
	width: calc(100% - 85px);
	font-size: 14px;
	height: 35px;
	line-height: 35px;
	color: #fff;
	margin-left: 2%;
}
.zhuceform ul{
	padding-top: 2%;
}
.zhuceform li{
	padding-top: 2%;
	cursor: pointer;
}
.zhuceform li input{
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #fff;
}
.zhuceform li input[type=checkbox] {
	visibility: hidden;
}			
.zhuceform li label {
	display: inline-block;
	width: 16px;
	height: 16px;
	cursor: pointer;
	border-radius: 2px;
	margin-right: 8px;
	vertical-align: middle;
}
.zhuceform li input[type=checkbox]+label	{
	background: #f58635;
}
.zhuceform li input[type=checkbox]:checked+label {
	background: url(../images/a.png) no-repeat center #f58635;
	background-size: 100%;
}
.zhuceform li span{
	font-size: 14px;
	vertical-align: middle;
}
.zhuceform .tj{
	display: block;
	width: 20%;
	height: 35px;
	font-size: 16px;
	color: #fff;
	line-height: 35px;
	background: #f58635;
	margin: 5% auto 0;
}


/*.time*/
.time{
	padding-bottom: 3%;
}
.time .swiper-container{
	width: 75%;
	padding: 2% 0 5%;
}
.time .swiper-container .swiper-slide img{
	vertical-align: top;
}
.time .swiper-container .swiper-slide p{
	width: 0;
	height: 2px;
	background: #f58635;
}
.time .swiper-container .swiper-slide:hover p{
	width: 100%;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom: auto;
	top: 85%;
}
.swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	background: #fff;
	border: 1px solid #f58635;
	border-radius: 50%;
	opacity: 1;
}
.swiper-pagination-bullet-active{
	background: #f58635;
}
