.service_box{
	width: 100%;
	overflow: hidden;
}
.service_title{
	width: 100%;
	padding-top: 20px;
	height: 55px;
	line-height: 20px;
	overflow: hidden;
	border-bottom: 1px solid #d9d9d9;
	color: #868686;
}
.service_title a{
	color: #868686;
	cursor: pointer;
}
.service_title a:hover{
	color: #E60012;
}
.service_content{
	width: 100%;
	overflow: hidden;
}
/*服务支持*/
.service_box,.service_list{
	width: 100%;
	overflow: hidden;
}
.service_box h1{
	text-align: center;
	margin: 55px 0 20px;
	font-size: 40px;
	color: #000;
}
.service_box p{
	text-align: center;
	font-size: 14px;
	color: #797979;
	line-height: 20px;
	margin: 0 auto;
}
.serviceBox{
	width: 100%;
	overflow: hidden;
	padding-top: 60px;
	position: relative;
}
.serviceBox>li{
	height: auto;
	overflow: hidden;
}
.serviceBox ul{
	width: 180px;
	height: 180px;
	margin: 0 auto;
	border-radius: 50%;
	position: relative;
	border: 1px solid #eea3a5;
	padding: 48px;
	transition: all 0.5s;
}
.serviceBox ul:hover{
	padding: 0;
}
.serviceBox ul li:first-of-type{
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 1px solid #dc262b;
	z-index: 11;
	transition: all 0.5s;
}
.serviceBox ul:hover li:first-of-type{
	z-index: 9;
	border-width: 2px;
}
.serviceBox ul li img{
	width: 42px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -21px;
	margin-top: -21px;
}
.serviceBox ul li:last-of-type{
	position: absolute;
	left: -1px;
	top: 50%;
	background: linear-gradient(180deg, rgba(255,255,255,0), rgba(255,255,255,1));
	width: calc(100% + 2px);
	height: calc(50% + 1px);
	line-height: 180px;
	color: #434343;
	font-size: 18px;
	text-align: center;
	z-index: 10;
}
.serviceBox p{
	width: 180px;
	color: #8f8f8f;
	font-size: 12px;
	line-height: 20px;
	margin: 20px auto;
}
@media only screen and (max-width:767px ) {
	.service_box h1{
		margin: 5px 0 10px;
		font-size: 24px;
	}
	.service_box p{
		width: 100%;
		font-size: 12px;
	}
	.service_box p br{
		display: none;
	}
	.service_list{
		width: 100%;
		height: auto
		margin: 0px ;
		padding-top: 30px;
		position: relative;
	}
	.service_list>li{
		height: auto;
		margin-bottom: 30px;
	}
	.serviceBox{
		padding: 25px 0 15px;
	}
	.serviceBox ul{
		width: 120px;
		height: 120px;
		margin: 0 auto;
		border-radius: 50%;
		position: relative;
		border: 1px solid #eea3a5;
		padding: 18px;
	}
	.serviceBox ul li:first-of-type{
		position: relative;
		width: 100%;
		height: 100%;
		border-radius: 50%;
		border: 1px solid #dc262b;
		z-index: 11;
		line-height: 78px;
		text-align: center;
	}
	.serviceBox ul li img{
		width: 42px;
	}
	.serviceBox ul li:last-of-type{
		position: absolute;
		left: -1px;
		top: 50%;
		background: linear-gradient(180deg, rgba(251,251,251,0), rgba(251,251,251,1));
		width: calc(100% + 2px);
		height: calc(50% + 1px);
		line-height: 120px;
		color: #434343;
		font-size: 14px;
		text-align: center;
		z-index: 10;
	}
	.serviceBox p{
		width: 150px;
		color: #8f8f8f;
		font-size: 12px;
		line-height: 20px;
		margin-top: 20px;
	}
}
@media only screen and (min-width:768px ) {
	.service_box p{
		width: 100%;
	}
	.service_list{
		width: 100%;
	}
	.serviceBox{
		width: 100%;
		height: auto;
		padding-top: 40px;
		margin-bottom: 30px;
	}
	.serviceBox>li{
		height: auto;
		overflow: hidden;
	}
	.service_list li p{
		width: 150px;
	}
}
@media only screen and (min-width:992px ) {
	.service_box p{
		width: 910px;
	}
	.service_list{
		width: 100%;
	}
	.service_list li p{
		width: 180px;
	}
	.serviceBox{
		width: 100%;
		height: auto;
		padding-top: 60px;
	}
}
@media only screen and (min-width:1200px ) {
	.service_list{
		width: 1040px;
		margin: 0 auto;
	}
}
/*营销网络*/
.network_marketing{
	width: 100%;
	background-color: #f4f4f4;
	overflow: hidden;
}
.network_marketing .container{
	height: 100%;
	position: relative;
}
.network_text{
	width: 415px;
	overflow: hidden;
	padding: 55px 65px 75px;
	background-color: #E60012;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}
.network_text h2{
	color: #FFFFFF;
	font-size: 36px;
	margin-bottom: 15px;
}
.network_text p{
	width: 100%;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 25px;
}
.network_img{
	width: 650px;
	padding: 45px 0;
	float: right;
	overflow: hidden;
	position: relative;
}
.network_img>img{
	width: 100%;
}
.network_icon img{
	width: 30px;
	position: absolute;
}
.network_icon img:nth-of-type(1){
	top: 55%;
	left: 29%;
	animation: network2 2s infinite;
}
.network_icon img:nth-of-type(2){
	top: 54%;
	left: 95%;
	animation: network2 3s infinite;
}
.network_icon img:nth-of-type(3){
	top: 40%;
	left: 60%;
	animation: network2 4s infinite;
}
.network_icon img:nth-of-type(4){
	top: 18%;
	left: 40%;
	animation: network2 5s infinite;
}
.network_icon img:nth-of-type(5){
	top: 24%;
	left: 80%;
	animation: network2 6s infinite;
}
.network_icon img:nth-of-type(6){
	top: 15%;
	left: 60%;
	transform: scale(1.2)
}
.network_icon img:nth-of-type(7){
	top: 73%;
	left: 23%;
	transform: scale(1.2)
}
.network_icon img:nth-of-type(8){
	top: 67%;
	left: 90%;
	transform: scale(1.2)
}
.network_icon img:nth-of-type(9){
	top: 24%;
	left: 18%;
	transform: scale(1.2)
}
.network_icon img:nth-of-type(10){
	top: 54%;
	left: 82%;
	animation: network2 6s infinite;
}
.network_icon img:nth-of-type(11){
	top: 43%;
	left: 49%;
	animation: network2 5s infinite;
}
.network_icon img:nth-of-type(12){
	top: 10%;
	left: 32%;
	animation: network2 3s infinite;
}
.network_icon img:nth-of-type(13){
	top: 21%;
	left: 70%;
	animation: network2 4s infinite;
}
.network_icon img:nth-of-type(14){
	top: 29%;
	left: 65%;
	animation: network2 2s infinite;
}
.network_icon img:nth-of-type(15){
	top: 45%;
	left: 20%;
	animation: network2 2s infinite;
}
.network_icon img:nth-of-type(16){
	top: 31%;
	left: 43%;
	transform: scale(1.2)
}
.network_icon img:nth-of-type(17){
	top: 35%;
	left: 72%;
	transform: scale(1.2)
}
.network_icon img:nth-of-type(18){
	top: 65%;
	left: 50%;
	transform: scale(1.2)
}
.network_icon img:nth-of-type(19){
	top: 30%;
	left: 55%;
	animation: network2 5s infinite;
}
.network_icon img:nth-of-type(20){
	top: 30%;
	left: 5%;
	animation: network2 3s infinite;
}
@keyframes network2{
	0%{transform: scale(1);opacity: 1;}
	10%{transform: scale(1);opacity: 1;}
	40%{transform: scale(0.8);opacity: 0;}
	60%{transform: scale(0.8);opacity: 0;}
	90%{transform: scale(1);opacity: 1;}
	100%{transform: scale(1);opacity: 1;}
}
@media only screen and (max-width:991px) {
	.network_marketing{
		height: auto;
	}
	.network_text{
		position: relative;
		left: 50%;
		margin-left: -207.5px;
	}
	.network_text p{
		width: 100%;
		font-size: 14px;
		color: #FFFFFF;
		line-height: 25px;
	}
	.network_img{
		width: 100%;
	}
}
@media only screen and (max-width:767px ) {
	.network_img{
		padding: 35px 0;
	}
	.network_icon img{
		width: 20px;
	}
	.network_text{
		width: 100%;
		left: 0;
		margin: 0;
		padding: 35px 40px 45px;
	}
	.network_text h2{
		font-size: 24px;
		margin-bottom: 10px;
	}
	.network_text p{
		font-size: 12px;
		line-height: 20px;
	}
}