.course>p{
	font-size: 16px;
	text-align: center;
	margin-top: -2.5%;
	margin-bottom: 3%;
}
.course li{
	display: inline-block;
	width: 40%;
	color: #fff;
	padding-bottom: 2%;
	padding-top: 2%;
	vertical-align: middle;
	background-color: #242424;
}
.course li:nth-of-type(2){
	width: 15%;
	font-size: 20px;
	line-height: 32px;
	margin-left: 2.5%;
	margin-right: 2.5%;
	background-color: #f58635;
	border-radius: 5px;
	box-shadow: 2px 0 15px rgba(255,104,0,.7);
	position: relative;
	text-align: center;
}
.course li:nth-of-type(2):after{
	position: absolute;
	content: '';
	bottom: 10%;
	left: calc(50% - 15px);
	width: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 15px solid #fff;
}
.course li:nth-of-type(2) p{
	margin-left: 0;
}
.course li:nth-of-type(2) i{
	font-size: 22px;
	font-weight: bold;
}
.course li:nth-of-type(2) em{
	font-size: 24px;
	font-weight: bold;
}
.course li h4{
	line-height: 60px;
	font-size: 22px;
	font-weight: normal;
	margin-left: 2%;
	margin-bottom: 3%;
}
.course li:first-of-type h4{
	background: url(../images/percent.png) no-repeat center;
	background-size: contain;
}
.course li:last-of-type h4{
	background: url(../images/future.png) no-repeat center;
	background-size: contain;
}
.course li h4 span{
	font-size: 46px;
	font-weight: bold;
	color: #f58635;
	padding-left: 8%;
	background: url(../images/icon1.png) no-repeat left center;
	background-size: 16%;
	position: relative;
}
.course li:last-of-type h4 span{
	background-size: 20%;
}
.course li h4 span:after{
	position: absolute;
	content: '';
	left: 0;
	bottom: -5px;
	width: 100%;
	height: 2px;
	background-color: #f58635;
}
.course li>p{
	font-size: 18px;
	margin-left: 10%;
}
.course li>p span{
	display: inline-block;
	width: calc(30% - 40px);
	line-height: 34px;
	padding-left: 40px;
	margin-right: 5%;
	background: url(../images/icon2.png) no-repeat center left;
	background-size: 30px;
}
.service{
	margin-bottom: 3%;
}
.service .con_l,.service .con_r {
	display: inline-block;
	vertical-align: top;
}
.service .con_l {
	width: 30%;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.service .con_r {
	width: calc(64% - 1px);
	padding: 0 2%;
	border: 1px solid #f58635;
	border-left: none;
}
.service .con_l section {
	padding: 10% 3%;
	text-align: center;
}
.service .con_l section.part1 {
	border-bottom: 1px solid #ddd;
}
.service .con_l h4 {
	font-size: 18px;
}
.service .con_l li {
	width: 45%;
	height: 35px;
	line-height: 35px;
	font-size: 15px;
	color: #f58635;
	border: 1px solid #f58635;
	border-radius: 10px;
	margin: 6% auto 0;
	cursor: pointer;
}
.service .con_l .part1 li {
	display: inline-block;
	margin: 6% 2% 0;
}
.service .con_l li:hover,.service li.active {
	color: #fff;
	background: #f58635;
}
.service .con_r ul {
	display: none;
}
.service .con_r ul.active {
	display: block;
}
.service .con_r li {
	position: relative;
	margin: 2% 2% 3% 0;
}
.service .con_r li .shade {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 249, 244, 0.8);
}
.service .con_r li .shade.active {
	opacity: 1;
}
.service .con_r li:nth-child(1),.service .con_r li:nth-child(2),.service .con_r li:nth-child(3),.service .con_r li:nth-child(4) {
	margin-top: 3%;
}
.service .con_r li .info {
	position: relative;
	color: #f58635;
	padding: 10% 8%;
	border: 1px solid #f58635;
	border-radius: 10px;
}
.service .con_r li .info h4 {
	font-size: 24px;
	font-weight: normal;
	position: absolute;
	top: 5px;
	right: 5px;
}
.service .con_r li .info img {
	width: 18%;
	vertical-align: middle;
}
.service .con_r li .info p {
	display: inline-block;
	width: 65%;
	padding-left: 5%;
	font-size: 14px;
	vertical-align: middle;
	text-align: left;
}
@media only screen and (max-width: 1600px) {
	.service .con_r li .info h4 {
		font-size: 20px;
	}
	.service .con_r li .info p {
		width: 58%;
		font-size: 12px;
	}
}
@media only screen and (max-width: 1400px) {
	.service .con_r li .info h4 {
		font-size: 20px;
	}
	.service .con_r li .info p {
		width: 55%;
		font-size: 12px;
	}
}
.process {
	padding-bottom: 1%;
	background: url(../images/bg1.jpg) no-repeat top center;
	background-size: cover;
}
.process h3 {
	color: #fff;
}
.process li {
	display: inline-block;
	width: 12.2%;
	margin-right: 9.75%;
	padding-top: 13%;
	margin-bottom: 3%;
	position: relative;
	vertical-align: top;
}
.process li:after {
	position: absolute;
	content: '';
	top: 32%;
	left: 115%;
	width: 50%;
	height: 24px;
	background: url(../images/icon6.png) no-repeat center;
	background-size: 100%;
}
.process li:nth-of-type(5n):after {
	display: none;
}
.process li:first-of-type {
	background: url(../images/icon7.png) no-repeat top center;
	background-size: 95%;
}
.process li:nth-of-type(2) {
	background: url(../images/icon8.png) no-repeat top center;
	background-size: 95%;
}
.process li:nth-of-type(3) {
	background: url(../images/icon9.png) no-repeat top center;
	background-size: 95%;
}
.process li:nth-of-type(4) {
	background: url(../images/icon10.png) no-repeat top center;
	background-size: 95%;
}
.process li:nth-of-type(5) {
	background: url(../images/icon11.png) no-repeat top center;
	background-size: 95%;
}
.process li:nth-of-type(6) {
	background: url(../images/icon12.png) no-repeat top center;
	background-size: 95%;
}
.process li:nth-of-type(7) {
	background: url(../images/icon13.png) no-repeat top center;
	background-size: 95%;
}
.process li:nth-of-type(8) {
	background: url(../images/icon14.png) no-repeat top center;
	background-size: 95%;
}
.process li:nth-of-type(9) {
	background: url(../images/icon15.png) no-repeat top center;
	background-size: 95%;
}
.process li:last-of-type {
	background: url(../images/icon16.png) no-repeat top center;
	background-size: 95%;
}
.process li p {
	font-size: 20px;
	color: #fff;
	text-align: center;
}
.process li:hover p {
	color: #f58635;
	font-weight: bold;
}
.case {
	background-color: #f5f5f5;
	padding-bottom: 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;
}
.register {
	color: #fff;
	text-align: center;
	background: url(../images/bg2.jpg) no-repeat center;
	background-size: cover;
	padding-top: 2%;
	padding-bottom: 2%;
}
.register form {
	display: inline-block;
	font-size: 14px;
}
.register form h4{
	display: inline-block;
	font-size: 30px;
	color: #fff;
	font-weight: normal;
	position: relative;
	margin-bottom: 3%;
}
.register form h4:before,.register form h4:after{
	position: absolute;
	content: '';
	top: 20px;
	width: 50px;
	height: 1px;
	background-color: #fff;
	opacity: .5;
}
.register form h4:before{
	left: -70px;
}
.register form h4:after{
	right: -70px;
}
.register form h4 span{
	font-weight: bold;
	color: #F58635;
}
.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;
}