.training{
	margin-top: 3%;
	padding-bottom: 2%;
	background: url(../images/bg1.jpg) no-repeat top center;
	background-size: cover;
	box-shadow: 0 0 30px rgba(6,0,1,.12);
}
.training>p{
	font-size: 14px;
	text-align: center;
	margin-top: -2%;
	margin-bottom: 3%;
}
.training ul{
	padding-left: 3%;
	padding-right: 3%;
}
.training li{
	display: inline-block;
	width: 20%;
	padding: 2% 23% 2% 2%;
	margin-right: 2%;
	vertical-align: middle;
}
.training li:first-of-type{
	background: url(../images/p1.jpg) no-repeat 95% center #242424;
	background-size: 45%;
}
.training li:last-of-type{
	background: url(../images/p2.jpg) no-repeat 95% center #242424;
	background-size: 45%;
}
.training li h4{
	font-size: 20px;
	color: #f58635;
	margin-bottom: 15%;
	padding-left: 12%;
	background: url(../images/icon1.png) no-repeat center left;
	background-size: 9%;
	position: relative;
}
.training li h4:after{
	position: absolute;
	content: '';
	bottom: -10px;
	left: 0;
	width: 70px;
	height: 4px;
	background-color: #f58635;
}
.training li section{
	font-size: 15px;
	color: #fff;
	padding-left: 20%;
	margin-bottom: 15px;
}
.training li section:first-of-type{
	background: url(../images/icon2.png) no-repeat top left;
	background-size: 15%;
}
.training li section:last-of-type{
	background: url(../images/icon3.png) no-repeat top left;
	background-size: 15%;
}
.training li section h5{
	font-size: 16px;
	line-height: 30px;
}

.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;
}
.process {
	padding-bottom: 1%;
	background: url(../images/bg2.jpg) no-repeat top center;
	background-size: cover;
}
.process h3{
	color: #fff;
}
.process ul{
	padding-left: 4%;
}
.process li{
	display: inline-block;
	width: 16%;
	margin-right: 12%;
	padding-top: 16%;
	margin-bottom: 3%;
	position: relative;
	vertical-align: top;
}
.process li:after{
	position: absolute;
	content: '';
	top: 32%;
	left: 108%;
	width: 59%;
	height: 24px;
	background: url(../images/icon6.png) no-repeat center;
	background-size: 100%;
}
.process li:nth-of-type(4n):after{
	display: none;
}
.process li:first-of-type{
	background: url(../images/icon7.png) no-repeat top center;
	background-size: 80%;
}
.process li:nth-of-type(2){
	background: url(../images/icon8.png) no-repeat top center;
	background-size: 80%;
}
.process li:nth-of-type(3){
	background: url(../images/icon9.png) no-repeat top center;
	background-size: 80%;
}
.process li:nth-of-type(4){
	background: url(../images/icon10.png) no-repeat top center;
	background-size: 80%;
}
.process li:nth-of-type(5){
	background: url(../images/icon11.png) no-repeat top center;
	background-size: 80%;
}
.process li:nth-of-type(6){
	background: url(../images/icon12.png) no-repeat top center;
	background-size: 80%;
}
.process li:nth-of-type(7){
	background: url(../images/icon13.png) no-repeat top center;
	background-size: 80%;
}
.process li:last-of-type{
	background: url(../images/icon14.png) no-repeat top center;
	background-size: 80%;
}
.process li p{
	font-size: 20px;
	color: #fff;
	text-align: center;
}
.process li:hover p{
	color: #f58635;
	font-weight: bold;
}
.portfolio ul,.portfolio .swiper-container{
	display: inline-block;
	vertical-align: middle;
}
.portfolio ul{
	width: 18%;
}
.portfolio .swiper-container{
	width: 80%;
	margin-left: 2%;
}
.portfolio li{
	font-size: 16px;
	line-height: 56px;
	text-align: center;
	cursor: pointer;
}
.portfolio li:nth-of-type(2n-1){
	background-color: #eaeaea;
}
.portfolio li:nth-of-type(2n){
	background-color: #f4f4f4;
}
.portfolio li.active,.portfolio li:hover{
	color: #fff;
	background-color: #f58635;
}
.portfolio li.active p,.portfolio li:hover p{
	display: inline-block;
	position: relative;
}
.portfolio li.active p:after,.portfolio li:hover p:after{
	position: absolute;
	content: '>>';
	left: 110%;
	top: 0;
	font-size: 14px;
}
.swiper-button-prev,.swiper-button-next{
	top: 0;
	width: 40px;
	height: 100%;
}
.swiper-button-prev{
	left: 10px;
	background: url(../images/icon4.png) no-repeat center;
	background-size: 40px;
}
.swiper-button-next{
	right: 10px;
	background: url(../images/icon5.png) no-repeat center;
	background-size: 40px;
}
.register {
	color: #fff;
	text-align: center;
	background: url(../images/bg3.jpg) no-repeat center;
	background-size: cover;
	margin-top: 3%;
	padding-top: 2%;
	padding-bottom: 3%;
}
.register img{
	display: block;
	margin: 0 auto 1.5%;
}
.register form {
	display: inline-block;
	font-size: 14px;
}
.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;
}