.service1 {
	width: 100%;
	overflow: hidden;
	padding: 65px 0 80px;
}
.service1 .service1-title {
	width: 100%;
	overflow: hidden;
	color: #999999;
	font-size: 16px;
	line-height: 25px;
	text-align: center;
}
.service1-title h2 {
	font-size: 48px;
	line-height: 60px;
	height: 74px;
	color: #333333;
	font-weight: lighter;
	position: relative;
	margin: 0 0 20px;
}
.service1-title h2:after {
	content: '';
	display: block;
	width: 45px;
	height: 3px;
	background-color: #e62129;
	position: absolute;
	left: 50%;
	bottom: 0px;
	margin-left: -22.5px;
}
.service1 .service1-box {
	width: 800px;
	height: 800px;
	overflow: hidden;
	margin: 70px auto 0;
	position: relative;
	cursor: pointer;
}
.service1-box>ul {
	width: 100%;
	height: 100%;
	overflow: hidden;
	transition: all 2s;
}
.service1-box>ul li {
	width: 50%;
	height: 50%;
	overflow: hidden;
	float: left;
	background-image: url(../img/service1w.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	position: relative;
	transition: all 0.5s;
}
.service1-box>ul li:nth-of-type(1) {
	transform: rotate(90deg);
}
.service1-box>ul li:nth-of-type(2) {
	transform: rotate(180deg);
}
.service1-box>ul li:nth-of-type(4) {
	transform: rotate(270deg);
}
.service1-box>ul li p {
	width: 200px;
	height: 200px;
	font-size: 18px;
	line-height: 50px;
	font-weight: bold;
	color: #263c92;
	overflow: hidden;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -100px 0 0 -100px;
	text-align: center;
	transition: all 0.5s;
}
.service1-box>ul li:nth-of-type(1) p {
	transform: rotate(-135deg);
}
.service1-box>ul li:nth-of-type(2) p {
	transform: rotate(-135deg);
}
.service1-box>ul li:nth-of-type(3) p {
	transform: rotate(-135deg);
}
.service1-box>ul li:nth-of-type(4) p {
	transform: rotate(-135deg);
}
.service1-box>ul li.active {
	background-image: url(../img/service1b.png);
}
.service1-box>ul li.active p {
	color: #FFFFFF;
}
.service1-box .service1-txt {
	width: 560px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	top: 230px;
	margin-left: -280px;
	z-index: 1;
	text-align: center;
	color: #666666;
	font-size: 24px;
	line-height: 35px;
}
.service1-txt ul {
	width: 100%;
	overflow: hidden;
}
.service1-txt ul li {
	width: 100%;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 50px;
	opacity: 0;
	transition: all 0.5s;
}
.service1-txt ul li.active {
	top: 0px;
	opacity: 1;
}
.service1-txt p {
	margin: 35px 0 0;
}
.service1-txt p strong {
	font-family: arial;
}
@media only screen and (max-width: 991px) {
	.service1 {
		padding: 50px 0 63px;
	}
	.service1 .service1-title {
		font-size: 14px;
		line-height: 20px;
	}
	.service1-title h2 {
		font-size: 38px;
		line-height: 47px;
		height: 58px;
		margin: 0 0 16px;
	}
	.service1-title h2:after {
		width: 35px;
		height: 3px;
		margin-left: -17.5px;
	}
	.service1 .service1-box {
		width: 640px;
		height: 640px;
		margin: 55px auto 0;
	}
	.service1-box>ul li p {
		width: 160px;
		height: 160px;
		font-size: 16px;
		line-height: 40px;
		margin: -80px 0 0 -80px;
	}
	.service1-box .service1-txt {
		width: 440px;
		top: 180px;
		margin-left: -220px;
		font-size: 18px;
		line-height: 27px;
	}
	.service1-txt ul {
		height: 275px;
	}
	.service1-txt img {
		width: 53px;
	}
	.service1-txt p {
		margin: 27px 0 0;
	}
}
@media only screen and (max-width: 700px) {
	.service1 {
		padding: 35px 0 40px;
	}
	.service1 .service1-title {
		font-size: 12px;
		line-height: 20px;
	}
	.service1-title h2 {
		font-size: 28px;
		line-height: 35px;
		height: 45px;
		margin: 0 0 10px;
	}
	.service1-title h2:after {
		width: 20px;
		height: 2px;
		margin-left: -10px;
	}
	.service1 .service1-box {
		width: 360px;
		height: 360px;
		margin: 30px 0 0 -180px;
		left: 50%;
	}
	.service1-box>ul li p {
		width: 120px;
		height: 120px;
		font-size: 12px;
		line-height: 55px;
		margin: -60px 0 0 -60px;
	}
	.service1-box .service1-txt {
		width: 300px;
		top: 100px;
		margin-left: -150px;
		font-size: 12px;
		line-height: 20px;
	}
	.service1-txt ul {
		height: 150px;
	}
	.service1-txt img {
		width: 30px;
	}
	.service1-txt p {
		margin: 15px 0 0;
	}
}
@media only screen and (min-width: 992px) {
	.service1 {
		padding: 45px 0 55px;
	}
	.service1 .service1-title {
		font-size: 12px;
		line-height: 20px;
	}
	.service1-title h2 {
		font-size: 32px;
		line-height: 41px;
		height: 50px;
		margin: 0 0 14px;
	}
	.service1-title h2:after {
		width: 30px;
		height: 2px;
		margin-left: -15px;
	}
	.service1 .service1-box {
		width: 540px;
		height: 540px;
		margin: 47px auto 0;
	}
	.service1-box>ul li p {
		width: 135px;
		height: 135px;
		font-size: 14px;
		line-height: 35px;
		margin: -67px 0 0 -67px;
	}
	.service1-box .service1-txt {
		width: 380px;
		top: 155px;
		margin-left: -190px;
		font-size: 16px;
		line-height: 25px;
	}
	.service1-txt ul {
		height: 220px;
	}
	.service1-txt img {
		width: 46px;
	}
	.service1-txt p {
		margin: 24px 0 0;
	}
}
@media only screen and (min-width: 1300px) {
	.service1 {
		padding: 50px 0 63px;
	}
	.service1 .service1-title {
		font-size: 14px;
		line-height: 20px;
	}
	.service1-title h2 {
		font-size: 38px;
		line-height: 47px;
		height: 58px;
		margin: 0 0 16px;
	}
	.service1-title h2:after {
		width: 35px;
		height: 3px;
		margin-left: -17.5px;
	}
	.service1 .service1-box {
		width: 640px;
		height: 640px;
		margin: 55px auto 0;
	}
	.service1-box>ul li p {
		width: 160px;
		height: 160px;
		font-size: 16px;
		line-height: 40px;
		margin: -80px 0 0 -80px;
	}
	.service1-box .service1-txt {
		width: 440px;
		top: 180px;
		margin-left: -220px;
		font-size: 18px;
		line-height: 27px;
	}
	.service1-txt ul {
		height: 275px;
	}
	.service1-txt img {
		width: 53px;
	}
	.service1-txt p {
		margin: 27px 0 0;
	}
}
@media only screen and (min-width: 1500px) {
	.service1 {
		padding: 65px 0 80px;
	}
	.service1 .service1-title {
		font-size: 16px;
		line-height: 25px;
	}
	.service1-title h2 {
		font-size: 48px;
		line-height: 60px;
		height: 74px;
		margin: 0 0 20px;
	}
	.service1-title h2:after {
		width: 45px;
		margin-left: -22.5px;
	}
	.service1 .service1-box {
		width: 800px;
		height: 800px;
		margin: 70px auto 0;
	}
	.service1-box>ul li p {
		width: 200px;
		height: 200px;
		font-size: 18px;
		line-height: 50px;
		margin: -100px 0 0 -100px;
	}
	.service1-box .service1-txt {
		width: 560px;
		top: 230px;
		margin-left: -280px;
		font-size: 24px;
		line-height: 35px;
	}
	.service1-txt ul {
		height: 330px;
	}
	.service1-txt img {
		width: 68px;
	}
	.service1-txt p {
		margin: 35px 0 0;
	}
}
/*营销网络*/
.service2 {
	width: 100%;
	overflow: hidden;
	padding: 75px 0 50px;
	background: url(../img/service2.jpg) no-repeat top center;
	text-align: center;
}
.service2 h2 {
	width: 100%;
	font-size: 48px;
	line-height: 54px;
	height: 71px;
	font-weight: lighter;
	color: #FFFFFF;
	overflow: hidden;
	position: relative;
	margin: 0 0 70px;
}
.service2 h2:after {
	content: '';
	display: block;
	width: 45px;
	height: 3px;
	position: absolute;
	left: 50%;
	bottom: 0px;
	margin-left: -22.5px;
	background-color: #e62129;
}
@media only screen and (max-width: 991px) {
	.service2 img {
		display: block;
		width: 700px;
		position: relative;
		left: 50%;
		margin-left: -350px;
	}
}
@media only screen and (max-width: 700px) {
	.service2 {
		padding: 40px 0 30px;
		background-size: auto 100%;
	}
	.service2 h2 {
		font-size: 28px;
		line-height: 35px;
		height: 47px;
		margin: 0 0 35px;
	}
	.service2 h2:after {
		width: 30px;
		height: 2px;
		margin-left: -15px;
	}
	.service2 img {
		width: 360px;
		margin-left: -180px;
	}
}
@media only screen and (min-width: 992px) {
	.service2 {
		padding: 50px 0 35px;
	}
	.service2 h2 {
		font-size: 32px;
		line-height: 37px;
		height: 48px;
		margin: 0 0 47px;
	}
	.service2 h2:after {
		width: 30px;
		height: 2px;
		margin-left: -15px;
	}
	.service2 img {
		max-width: 100%;
	}
}
@media only screen and (min-width: 1300px) {
	.service2 {
		padding: 60px 0 40px;
	}
	.service2 h2 {
		font-size: 38px;
		line-height: 42px;
		height: 55px;
		margin: 0 0 55px;
	}
	.service2 h2:after {
		width: 35px;
		height: 3px;
		margin-left: -17.5px;
	}
}
@media only screen and (min-width: 1500px) {
	.service2 {
		padding: 75px 0 50px;
	}
	.service2 h2 {
		font-size: 48px;
		line-height: 54px;
		height: 71px;
		margin: 0 0 70px;
	}
	.service2 h2:after {
		width: 45px;
		margin-left: -22.5px;
	}
}
@media only screen and (min-width: 1921px) {
	.service2 {
		background-size: 100%;
	}
}