.course li {
	margin-bottom: 20px;
	box-shadow: 0 0 30px rgba(6, 0, 1, .12);
}
.course li a {
	display: block;
}
.course-img,.course-info {
	display: inline-block;
	vertical-align: middle;
}
.course-img {
	width: 48.75%;
}
.course li:first-of-type .course-img {
	background: url(../images/p1.jpg) no-repeat center top;
	background-size: auto 100%;
}
.course li:nth-of-type(2) .course-img {
	background: url(../images/p2.jpg) no-repeat center top;
	background-size: auto 100%;
}
.course li:last-of-type .course-img {
	background: url(../images/p3.jpg) no-repeat center top;
	background-size: auto 100%;
}
.course-info {
	width: 48.25%;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-right: 3%;
}
.course-info h4 {
	position: relative;
	font-size: 24px;
	color: #f58635;
	line-height: 40px;
	padding-left: 18%;
	margin-bottom: 31px;
	background: url(../images/iconb.png) no-repeat 10% center;
	background-size: 5.9%;
}
.course-info h4:after {
	position: absolute;
	content: '';
	bottom: -15px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #f58635;
}
.course-info section {
	margin-left: 18%;
	margin-right: 5%;
}
.course-info section h5 {
	font-size: 18px;
	color: #282828;
	line-height: 25px;
	margin-top: 20px;
	margin-bottom: 10px;
	position: relative;
}
.course-info section h5:before {
	position: absolute;
	content: '';
	left: -35px;
	top: 0;
	width: 25px;
	height: 25px;
	background: url(../images/icona.png) no-repeat center;
}
.course-info p {
	font-size: 16px;
	color: #585858;
}
.course-info span {
	display: block;
	width: 100px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #f58635;
	border: 1px solid #f58635;
	border-radius: 5px;
	margin-top: 10px;
	text-align: center;
}
.process {
	padding-bottom: 3%;
	margin-top: 3%;
	background: url(../images/bg.jpg) no-repeat center top;
	background-size: cover;
}
.process h3 {
	color: #fff;
}
.process li {
	display: inline-block;
	width: calc(17% - 1px);
	padding: 2% 4%;
	text-align: center;
	border-right: 1px solid #535353;
	border-top: 1px solid #535353;
	vertical-align: top;
}
.process li:nth-of-type(4n) {
	border-right: none;
}
.process li:nth-of-type(1),.process li:nth-of-type(2),.process li:nth-of-type(3),.process li:nth-of-type(4) {
	border-top: none;
}
.process li section {
	padding-top: 40%;
	padding-bottom: 10%;
}
.process li p {
	font-size: 18px;
	font-weight: bold;
	line-height: 60px;
	position: relative;
}
.process li p:after {
	position: absolute;
	content: '';
	bottom: calc(50% - 30px);
	right: 10%;
	width: 7%;
	height: 60px;
	background: url(../images/icon-arrow02.png) no-repeat center;
	background-size: 100%;
}
.process li:hover section {
	color: #fff;
}
.process li:hover p:after {
	background: url(../images/icon-arrow01.png) no-repeat center;
	background-size: 100%;
}
.process li:first-of-type section {
	background: url(../images/icon1.png) no-repeat center 20% #fff;
	background-size: 21%;
}
.process li:first-of-type:hover section {
	background: url(../images/icon1_1.png) no-repeat center 20% #f58635;
	background-size: 21%;
}
.process li:nth-of-type(2) section {
	background: url(../images/icon2.png) no-repeat center 20% #fff;
	background-size: 21%;
}
.process li:nth-of-type(2):hover section {
	background: url(../images/icon2_1.png) no-repeat center 20% #f58635;
	background-size: 21%;
}
.process li:nth-of-type(3) section {
	background: url(../images/icon3.png) no-repeat center 20% #fff;
	background-size: 21%;
}
.process li:nth-of-type(3):hover section {
	background: url(../images/icon3_1.png) no-repeat center 20% #f58635;
	background-size: 21%;
}
.process li:nth-of-type(4) section {
	background: url(../images/icon4.png) no-repeat center 20% #fff;
	background-size: 21%;
}
.process li:nth-of-type(4):hover section {
	background: url(../images/icon4_1.png) no-repeat center 20% #f58635;
	background-size: 21%;
}
.process li:nth-of-type(5) section {
	background: url(../images/icon5.png) no-repeat center 20% #fff;
	background-size: 21%;
}
.process li:nth-of-type(5):hover section {
	background: url(../images/icon5_1.png) no-repeat center 20% #f58635;
	background-size: 21%;
}
.process li:nth-of-type(6) section {
	background: url(../images/icon6.png) no-repeat center 20% #fff;
	background-size: 21%;
}
.process li:nth-of-type(6):hover section {
	background: url(../images/icon6_1.png) no-repeat center 20% #f58635;
	background-size: 21%;
}
.process li:nth-of-type(7) section {
	background: url(../images/icon7.png) no-repeat center 20% #fff;
	background-size: 21%;
}
.process li:nth-of-type(7):hover section {
	background: url(../images/icon7_1.png) no-repeat center 20% #f58635;
	background-size: 21%;
}
.process li:last-of-type section {
	background: url(../images/icon8.png) no-repeat center 20% #fff;
	background-size: 21%;
}
.process li:last-of-type:hover section {
	background: url(../images/icon8_1.png) no-repeat center 20% #f58635;
	background-size: 21%;
}
.process li:first-of-type p {
	background: url(../images/01.png) no-repeat center 20%;
	background-size: 42%;
}
.process li:first-of-type:hover p {
	background: url(../images/01_1.png) no-repeat center 20%;
	background-size: 42%;
}
.process li:nth-of-type(2) p {
	background: url(../images/02.png) no-repeat center 20%;
	background-size: 42%;
}
.process li:nth-of-type(2):hover p {
	background: url(../images/02_1.png) no-repeat center 20%;
	background-size: 42%;
}
.process li:nth-of-type(3) p {
	background: url(../images/03.png) no-repeat center 20%;
	background-size: 42%;
}
.process li:nth-of-type(3):hover p {
	background: url(../images/03_1.png) no-repeat center 20%;
	background-size: 42%;
}
.process li:nth-of-type(4) p {
	background: url(../images/04.png) no-repeat center 20%;
	background-size: 42%;
}
.process li:nth-of-type(4):hover p {
	background: url(../images/04_1.png) no-repeat center 20%;
	background-size: 42%;
}
.process li:nth-of-type(5) p {
	background: url(../images/05.png) no-repeat center 20%;
	background-size: 42%;
}
.process li:nth-of-type(5):hover p {
	background: url(../images/05_1.png) no-repeat center 20%;
	background-size: 42%;
}
.process li:nth-of-type(6) p {
	background: url(../images/06.png) no-repeat center 20%;
	background-size: 42%;
}
.process li:nth-of-type(6):hover p {
	background: url(../images/06_1.png) no-repeat center 20%;
	background-size: 42%;
}
.process li:nth-of-type(7) p {
	background: url(../images/07.png) no-repeat center 20%;
	background-size: 42%;
}
.process li:nth-of-type(7):hover p {
	background: url(../images/07_1.png) no-repeat center 20%;
	background-size: 42%;
}
.process li:last-of-type p {
	background: url(../images/08.png) no-repeat center 20%;
	background-size: 42%;
}
.process li:last-of-type:hover p {
	background: url(../images/08_1.png) no-repeat center 20%;
	background-size: 42%;
}
.process a {
	display: block;
	width: 200px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #fff;
	background-color: #f58635;
	margin: 3% auto 0;
	text-align: center;
}
.choose li {
	display: inline-block;
	width: 23.5%;
	margin-right: 2%;
	position: relative;
}
.choose li p {
	position: absolute;
	top: 35%;
	left: 0;
	width: 90%;
	font-size: 20px;
	color: #fff;
	line-height: 48px;
	text-indent: 15%;
	background: url(../images/iconc.png) no-repeat left center;
	background-size: contain;
}
.case {
	background-color: #f5f5f5;
	padding-bottom: 3%;
	margin-top: 3%;
}
.case li {
	display: inline-block;
	width: 23.5%;
	margin-right: 2%;
	vertical-align: top;
}
.case li a {
	display: block;
}
.case li .case-img {
	position: relative;
}
.case li .case-img p {
	position: absolute;
	bottom: 5%;
	left: 5%;
	width: 80%;
	padding: 5%;
	color: #fff;
	background-color: rgba(40, 40, 40, .85);
}
.case li section {
	position: relative;
	color: #585858;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: -5%;
	padding: 5%;
	background-color: #fff;
	z-index: 5;
}
.case li:hover section {
	color: #fff;
	background-color: #f58635;
}
.case li section h4 {
	font-size: 17px;
	line-height: 20px;
	margin-bottom: 15px;
	padding-left: 15px;
	position: relative;
}
.case li section h4:before {
	position: absolute;
	content: '';
	left: 0;
	top: 3px;
	width: 3px;
	height: 18px;
	background-color: #282828;
}
.case li:hover section h4:before {
	background-color: #fff;
}
.case li p {
	font-size: 13px;
	line-height: 20px;
}
.tutor .swiper-container {
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 20px;
	margin-bottom: 3%;
}
.tutor .tutor-img {
	position: relative;
	cursor: pointer;
}
.tutor .tutor-img img {
	width: 100%;
	vertical-align: top;
}
.tutor .tutor-img section {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 90%;
	padding: 5%;
	font-size: 14px;
	color: #fff;
	line-height: 20px;
}
.tutor .tutor-img section h4 {
	font-size: 16px;
	padding-bottom: 5px;
}
.tutor .tutor-title {
	display: block;
	font-size: 15px;
	color: #282828;
	line-height: 25px;
	padding: 5% 5% 10%;
	box-shadow: 0 0 30px rgba(6, 0, 1, .12);
	position: relative;
}
.tutor .swiper-slide:hover .tutor-title {
	color: #fff;
	background-color: #f58635;
}
.tutor .tutor-title span {
	font-size: 13px;
	position: absolute;
	bottom: 10%;
	right: 5%;
}
.videobox {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(40, 40, 40, .85);
	overflow: hidden;
	z-index: 10;
}
.videobox video {
	display: none;
	position: fixed;
	top: calc(50% - 200px);
	left: calc(50% - 360px);
}
.videobox img {
	position: absolute;
	top: 50%;
	right: 50%;
	margin-top: -200px !important;
	margin-right: -400px !important;
	width: 20px !important;
	height: 20px !important;
	cursor: pointer;
	border: none !important;
}
.swiper-button-prev,.swiper-button-next {
	width: 25px;
	height: 100%;
}
.swiper-button-prev {
	left: 0;
	background: url(../images/major_left.png) no-repeat center;
	background-size: 100%;
}
.swiper-button-next {
	right: 0;
	background: url(../images/major_right.png) no-repeat center;
	background-size: 100%;
}
.register {
	color: #fff;
	text-align: center;
	background: url(../images/bg1.jpg) no-repeat left center;
	background-size: cover;
	padding-bottom: 1.5%;
}
.register form {
	display: inline-block;
	font-size: 14px;
	padding-top: 6%;
}
.register form p {
	display: inline-block;
	width: 220px;
	height: 45px;
	line-height: 45px;
	margin-right: 10px;
	text-indent: 10px;
	text-align: left;
	background: rgba(255, 255, 255, 0.3);
}
.register form p input,.register form p select {
	width: 120px;
	font-size: 14px;
	height: 45px;
	line-height: 45px;
	color: #fff;
}
.register form p select {
	background: url(/public/static/home/global/images/arrow.png) no-repeat 90% center;
	background-size: 18px;
}
.register form p select option {
	background: rgba(0, 0, 0, 0.5);
}
.register p.tj {
	text-indent: 0;
	background: #f58635;
	border: 1px solid #f58635;
}
.register p.tj input {
	width: 100%;
	text-align: center;
	font-size: 16px;
}