.elements li{
	display: inline-block;
	width: 33.33%;
	text-align: center;
}
.elements li p{
	display: inline-block;
	width: 200px;
	height: 80px;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	padding-top: 120px;
	border-radius: 50%;
	border: 10px solid #fee7d6;
}
.elements li:first-of-type p{
	background: url(../images/icon1.png) no-repeat center 30% #f58635;
	background-size: 40%;
}
.elements li:nth-of-type(2) p{
	background: url(../images/icon2.png) no-repeat center 30% #f58635;
	background-size: 40%;
}
.elements li:last-of-type p{
	background: url(../images/icon3.png) no-repeat center 30% #f58635;
	background-size: 40%;
}

.requirements li{
	display: inline-block;
	width: 30%;
	margin-right: 5%;
	vertical-align: top;
}
.requirements li:first-of-type{
	background: url(../images/icon4.png) no-repeat right bottom #282828;
	background-size: contain;
}
.requirements li:nth-of-type(2){
	background: url(../images/icon5.png) no-repeat right bottom #282828;
	background-size: contain;
}
.requirements li:last-of-type{
	background: url(../images/icon6.png) no-repeat right bottom #282828;
	background-size: contain;
}
.requirements li h4{
	font-size: 30px;
	color: #f58635;
	line-height: 75px;
	text-indent: 10%;
	padding-bottom: 10px;
	border-bottom: 1px solid #f58635;
	position: relative;
}
.requirements li h4:before,.requirements li h4:after{
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	-webkit-transition: border .3s ease;
	-moz-transition: border .3s ease;
	-ms-transition: border .3s ease;
	-o-transition: border .3s ease;
	transition: border .3s ease;
}
.requirements li h4:before{
	left: 15%;
	bottom: 0;
	border-left: 14px solid transparent;
	border-right: 14px solid transparent;
	border-bottom: 10px solid #f58635;
}
.requirements li h4:after{
	left: calc(15% + 1px);
	bottom: -1px;
	border-left: 13px solid transparent;
	border-right: 13px solid transparent;
	border-bottom: 10px solid #282828;
}
.requirements li section{
	font-size: 14px;
	color: #cdcdcd;
	line-height: 22px;
	padding: 8% 10% 4%;
}
.requirements li section p{
	margin-bottom: 5%;
}
.requirements li section span{
	font-size: 18px;
	color: #fff;
	font-weight: bold;
}
.requirements li:hover{
	background-color: #f58635;
}
.requirements li:hover h4{
	color: #282828;
	border-color: #282828;
}
.requirements li:hover h4:before{
	border-bottom-color: #282828;
}
.requirements li:hover h4:after{
	border-bottom-color: #f58635;
}
.requirements li:hover section,.requirements li:hover span{
	color: #282828;
}
.service {
	padding-bottom: 2%;
}
.service>p{
	font-size: 18px;
	text-align: center;
	margin-top: -3%;
	margin-bottom: 3%;
}
.service>p span{
	font-size: 36px;
	font-weight: bold;
}
.service li{
	display: inline-block;
	width: 23.5%;
	margin-right: 2%;
	margin-bottom: 2%;
	position: relative;
}
.service li:after{
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	width: 0;
	height: 3px;
	background-color: #f58635;
	-webkit-transition: width .3s ease;
	-moz-transition: width .3s ease;
	-ms-transition: width .3s ease;
	-o-transition: width .3s ease;
	transition: width .3s ease;
}
.service li:hover:after{
	width: 100%;
}
.service li img{
	width: 100%;
}
.service li h4{
	position: absolute;
	top: 48%;
	left: 0;
	width: 100%;
	font-size: 24px;
	color: #fff;
	text-align: center;
}
.service li h4:before{
	position: absolute;
	content: '';
	top: -80%;
	left: 45%;
	height: 3px;
	width: 10%;
	background-color: #f58635;
}
.process {
	padding-bottom: 3%;
	background: url(../images/bg1.jpg) no-repeat top center;
	background-size: cover;
}
.process h3 {
	color: #fff;
}
.process li {
	display: inline-block;
	width: 16%;
	margin-left: 10.66%;
	padding-top: 14%;
	position: relative;
	vertical-align: middle;
}
.process li:after {
	position: absolute;
	content: '';
	top: 37%;
	left: -54%;
	width: 50%;
	height: 17px;
	background: url(../images/icon11.png) no-repeat center;
	background-size: 90%;
}
.process li:first-of-type{
	width: 20%;
	padding-top: 0;
	margin-left: 0;
}
.process li:first-of-type:after {
	display: none;
}
.process li:nth-of-type(2) {
	background: url(../images/icon8.png) no-repeat top center;
	background-size: 82%;
}
.process li:nth-of-type(3) {
	background: url(../images/icon9.png) no-repeat top center;
	background-size: 82%;
}
.process li:last-of-type {
	background: url(../images/icon10.png) no-repeat top center;
	background-size: 82%;
}
.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 img {
	display: block;
	width: 24%;
	margin: 0 auto 1.5%;
}
.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 {
	width: 120px;
	font-size: 14px;
	height: 45px;
	line-height: 45px;
	color: #fff;
}
.register p.tj {
	text-indent: 0;
	background: #f58635;
	border: 1px solid #f58635;
}
.register p.tj input {
	width: 100%;
	text-align: center;
	font-size: 16px;
}