.service1 {
	width: 100%;
	overflow: hidden;
	padding: 127px 0 115px;
}
.service1 li {
	width: calc(25% - 66px);
	width: -moz-calc(25% - 66px);
	width: -webkit-calc(25% - 66px);
	overflow: hidden;
	float: left;
	text-align: center;
	color: #949494;
	font-size: 14px;
	line-height: 20px;
}
.service1 .service1-img {
	width: 180px;
	height: 180px;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
	border: 10px solid #f9ddd1;
	background-color: #ea5505;
	margin: 0 auto 23px;
}
.service1 li:nth-of-type(2n) .service1-img {
	background-color: #f27836;
}
.service1-img img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -45px 0 0 -55px;
	transition: all 0.7s;
}
.service1 li h4 {
	font-size: 18px;
	font-weight: bold;
	color: #221815;
	line-height: 22px;
	margin: 0 0 15px;
}
.service1 li:hover .service1-img img {
	transform: rotateY(360deg);
}
@media only screen and (max-width: 991px) {
	.service1 {
	    padding: 100px 0 35px;
	}
	.service1 li {
		width: calc(50% - 66px);
		width: -moz-calc(50% - 66px);
		width: -webkit-calc(50% - 66px);
		margin: 0 33px 66px;
	}
}
@media only screen and (max-width: 750px) {
	.service1 {
	    padding: 50px 0 20px;
	}
	.service1 li {
		width: calc(50% - 22px);
		width: -moz-calc(50% - 22px);
		width: -webkit-calc(50% - 22px);
		margin: 0 11px 22px;
    	font-size: 13px;
    	line-height: 20px;
	}
	.service1 li br {
		display: none;
	}
	.service1 .service1-img {
	    width: 120px;
	    height: 120px;
	    border: 6px solid #f9ddd1;
	    margin: 0 auto 15px;
	}
	.service1-img img {
		width: 74px;
	    margin: -30px 0 0 -37px;
	}
	.service1 li h4 {
	    font-size: 16px;
	    line-height: 20px;
	    margin: 0 0 10px;
	}
}
@media only screen and (min-width: 992px) {
	.service1 li {
		width: calc(25% - 33px);
		width: -moz-calc(25% - 33px);
		width: -webkit-calc(25% - 33px);
    	font-size: 12px;
	}
	.service1 li:nth-of-type(1),.service1 li:nth-of-type(2),.service1 li:nth-of-type(3) {
		margin: 0 44px 0 0;
	}
}
@media only screen and (min-width: 1300px) {
	.service1 li {
		width: calc(25% - 66px);
		width: -moz-calc(25% - 66px);
		width: -webkit-calc(25% - 66px);
    	font-size: 14px;
	}
	.service1 li:nth-of-type(1),.service1 li:nth-of-type(2),.service1 li:nth-of-type(3) {
		margin: 0 88px 0 0;
	}
}
.service2 {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.service2 .service2-img {
	width: 1150px;
	overflow: hidden;
	position: relative;
	left: 50%;
	margin-left: -960px;
	background-color: #ececec;
	padding: 25px 0 0;
}
.service2-img .img-box {
	width: 735px;
	overflow: hidden;
	position: relative;
	top: 0px;
	left: 50%;
	margin-left: -312px;
}
.service2-img .img-box img {
	width: 100%;
}
.service2-img .img-box ul {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}
.service2-img .img-box ul li {
	width: 14px;
	height: 20px;
	background: url(../img/sj.png) no-repeat left center;
	position: absolute;
	left: 50%;
	top: 50%;
	text-align: center;
	padding: 0 0 0 15px;
	cursor: pointer;
}
.service2-img .img-box ul li:nth-of-type(1) {
	margin: -75px 0 0 67px;
	animation: shan 3s linear 0s infinite;
	-webkit-animation: shan 3s linear 0s infinite;
}
.service2-img .img-box ul li:nth-of-type(2) {
	margin: 0 0 0 -5px;
	animation: shan 3s linear 1s infinite;
	-webkit-animation: shan 3s linear 1s infinite;
}
.service2-img .img-box ul li:nth-of-type(3) {
	margin: 0 0 0 28px;
	animation: shan 2s linear 2s infinite;
	-webkit-animation: shan 2s linear 2s infinite;
}
.service2-img .img-box ul li:nth-of-type(4) {
	margin: 28px 0 0 48px;
	animation: shan 3s linear 3s infinite;
	-webkit-animation: shan 3s linear 3s infinite;
}
.service2-img .img-box ul li:nth-of-type(5) {
	margin: 45px 0 0 118px;
	animation: shan 3s linear 0s infinite;
	-webkit-animation: shan 3s linear 0s infinite;
}
.service2-img .img-box ul li:nth-of-type(6) {
	margin: 69px 0 0 116px;
	animation: shan 2s linear 1s infinite;
	-webkit-animation: shan 2s linear 1s infinite;
}
.service2-img .img-box ul li:nth-of-type(7) {
	margin: 60px 0 0 -62px;
	animation: shan 3s linear 2s infinite;
	-webkit-animation: shan 3s linear 2s infinite;
}
.service2-img .img-box ul li:nth-of-type(8) {
	margin: 147px 0 0 35px;
	animation: shan 2s linear 3s infinite;
	-webkit-animation: shan 2s linear 3s infinite;
}
@-moz-keyframes shan {
	0{opacity: 1;}
	50%{opacity: 0.2;}
	100%{opacity: 1;}
}
@-ms-keyframes shan {
	0{opacity: 1;}
	50%{opacity: 0.2;}
	100%{opacity: 1;}
}
@-webkit-keyframes shan {
	0{opacity: 1;}
	50%{opacity: 0.2;}
	100%{opacity: 1;}
}
@keyframes shan {
	0{opacity: 1;}
	50%{opacity: 0.2;}
	100%{opacity: 1;}
}
.service2-img .img-box ul li p {
	width: 95px;
	height: 20px;
	border-radius: 10px;
	overflow: hidden;
	line-height: 20px;
	padding: 0 10px;
	background-color: #ea5505;
	color: #FFFFFF;
	display: none;
}
.service2 .service2-txt {
	width: 440px;
	overflow: hidden;
	position: absolute;
	top: 125px;
	left: 50%;
	margin-left: 150px;
	color: #666666;
	font-size: 16px;
	line-height: 26px;
	padding-left: 110px;
}
.service2-txt h3 {
	font-size: 30px;
	color: #333333;
	font-weight: bold;
	margin: 0 0 25px;
}
.service2 .service2-txt:before {
	content: '';
	display: block;
	width: 80px;
	height: 2px;
	background-color: #ea5505;
	position: absolute;
	left: 0;
	top: 16px;
}
@media only screen and (max-width: 991px) {
	.service2 .service2-img {
	    width: 100%;
	    left: 0;
	    margin-left: 0px;
	    padding: 25px 0 0;
	}
	.service2-img .img-box {
	    width: 735px;
	    margin-left: -367.5px;
	}
	.service2 .service2-txt {
	    width: 670px;
	    position: relative;
	    top: 0;
	    margin: 120px 0 120px -335px;
	    font-size: 22px;
	    line-height: 35px;
	    padding: 0;
	}
	.service2-txt h3 {
	    font-size: 48px;
	    margin: 0 0 25px;
	}
	.service2 .service2-txt:before {
		display: none;
	}
}
@media only screen and (max-width: 750px) {
	.service2 .service2-img {
	    padding: 10px 0 0;
	    height: 290px;
	}
	.service2-img .img-box {
	    width: 735px;
	    margin-left: -367.5px;
	    top: -142px;
	    transform: scale(0.5);
	}
	.service2 .service2-txt {
	    width: 334px;
	    margin: 60px 0 60px -167px;
	    font-size: 16px;
	    line-height: 25px;
	}
	.service2-txt h3 {
	    font-size: 28px;
	    margin: 0 0 10px;
	}
}
@media only screen and (min-width: 992px) {
	.service2 .service2-img {
		width: 785px;
		height: 470px;
	    margin-left: -650px;
	    padding: 0;
	}
	.service2-img .img-box {
	    transform: scale(0.8);
	    top: -36px;
	}
	.service2 .service2-txt {
	    width: 385px;
	    margin-left: 90px;
	}
}
@media only screen and (min-width: 1300px) {
	.service2 .service2-img {
		width: 1150px;
		height: auto;
		margin-left: -960px;
		padding: 25px 0 0;
	}
	.service2-img .img-box {
	    top: 0px;
	    transform: scale(1);
	}
	.service2 .service2-txt {
	    width: 440px;
		margin-left: 150px;
	}
}