.sameBigTitle{
	font-size: 64px;
	color: #000;
	text-align: center;
	margin-bottom: 12px;
}
.sameSmallTitle{
	font-size: 16px;
	color: #7a8799;
	margin-bottom: 22px;
	text-align: center;
	    text-transform: uppercase;
}

//轮播部分
#banners{
	position: relative;
	.login-itembody{
		position: absolute;
		z-index: 9;
		top: 50%;
		right: 20px;
		margin-top: -210px;
		.login-item-val{
			width: 340px;
			height: 420px;
			background: #fff;
			border-radius: 6px;
			padding: 20px;
			box-sizing: border-box;
			box-shadow: 1px 1px 10px #ddd;
			h2{
				font-size: 20px;
				color: #333;
				text-align: center;
				margin: 25px 0 10px 0;
			}
			h4{
				text-align: center;
				color: #999;
				font-size: 12px;
				margin-bottom: 20px;
			}
			.inpus-logins{
				.inpusitembal{
					width: 100%;
					height: 44px;
					background-color: #fff;
					margin-bottom: 15px;
					border-radius: 6px;
					display: flex;
					justify-content: space-between;
					align-items: center;
					border: 1px solid #ddd;
					label{
						width: 46px;
						height: 44px;
						display: inline-block;
					}
					input{
						flex: 1;
						margin-right:6px;
						height: 42px;
						border: none;
						font-size: 15px;
					}
				}
				div:not(.inpusitembal){
					margin-top: 30px;
					a{
						text-align: right;
						display: block;
						margin-top: 5px;
						color: #33aaff;
					}
					button{
						width: 100%;
						height: 43px;
						background: #33aaff;
						border-radius: 6px;
						color: #FFF;
						font-size: 18px;
						color: #fff;
						border: none;
						cursor: pointer;
					}
				}
			}
			.haslogined{
				text-align: center;
				color: #fff;
				h2{
					color: #fff;
					margin: 10px 0;
				}
				p{
					img{
						width: 60px;
						height: 60px;
						border-radius: 50%;
					}
				}
				.quickloginnow{
					width: 80%;
					margin: 10px auto;
					display: block;
					height: 35px;
					line-height: 35px;
					color: #fff;
					font-size: 16px;
					font-weight: bold;
					background: #33aaff;
					border-radius: 4px;
					text-align: center;
					border: none;
					cursor: pointer;
				}
				.useothers{
					width: 80%;
					margin: 0 auto;
					display: block;
					height: 35px;
					line-height: 35px;
					color: #333;
					font-size: 14px;
					font-weight: bold;
					margin-bottom: 10px;
					background: #eee;
					border-radius: 4px;
					border: 1px solid #ddd;
					text-align: center;
					font-weight: normal;
					cursor: pointer;
				}
			}
		}
	}
	.banner-main-text{
		position: absolute;
		left: 16%;
		top: 20%;
		z-index: 999;
		h4 {
		    font-size: 46px;
		    font-family: PingFangSC-Semibold;
		    font-weight: 600;
		    color: rgba(255,255,255,1);
		}
		h3 {
		    margin-top: 19px;
		    font-size: 60px;
		    font-family: PingFangSC-Semibold;
		    font-weight: 600;
		    color: rgba(255,255,255,1);
		}
		h5 {
		    margin-top: 36px;
		    font-size: 24px;
		    font-family: PingFangSC-Regular;
		    font-weight: 400;
		    color: rgba(255,255,255,1);
		}
	}
}

//数字值
.somenumsval{
	display: flex;
	justify-content: center;
	position: relative;
	z-index: 999;
	.somenumsval-body{
		width: 1200px;
		padding: 40px 75px;
		border-radius: 100px;
		background: #fff;
		box-shadow: 0 0 20px #ddd;
		margin-top: -60px;
		box-sizing: border-box;
		display: flex;
		align-items: center;
		justify-content: space-between;
		.somenumsval-item{
			display: flex;
			flex-wrap: wrap;
			align-items: center;
			p:first-child{
				margin-right:20px;
			}
			p{
				span{
					display: block;
					text-align: center;
				}
				span:first-child{
					font-size: 36px;
					color: #33aaff;
				}
				span:last-child{
					font-size: 16px;
					color: #666666;
				}
			}
		}
	}
}

//推广服务
.idx_service{
	margin: 50px 0;
	.detail{
		width: 1200px;
		margin: 30px auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
		.desc{
			font-size: 16px;
			color: #808080;
			line-height: 50px;
			padding-top: 80px;
			width: 575px;
		}
		.imgbox{
			transition: all 0.2s linear;
		}
		.imgbox:hover{
			scale: 1.06;
		}
	}
	.step{
		width: 1200px;
		margin: 30px auto;
		display: flex;
		align-items: center;
		justify-content: space-around;
		b {
		    text-align: center;
		    width: 300px;
		    display: block;
		    position: relative;
			em.icon{
				width: 100px;
				height: 100px;
				display: block;
				margin: 0 auto;
				background-repeat: no-repeat;
				background-size: cover;
				background-position: center;
			}
			.icon_01 {
			    background-image: url(/static/site/img/index/idx_02.png);
			}
			.icon_01:hover{
			    background-image: url(/static/site/img/index/idx_02-1.png);
			}
			.icon_02 {
			    background-image: url(/static/site/img/index/idx_03.png);
			}
			.icon_02:hover{
			    background-image: url(/static/site/img/index/idx_03-1.png);
			}
			.icon_03 {
			    background-image: url(/static/site/img/index/idx_04.png);
			}
			.icon_03:hover{
			    background-image: url(/static/site/img/index/idx_04-1.png);
			}
			.icon_04 {
			    background-image: url(/static/site/img/index/idx_05.png);
			}
			.icon_04:hover{
			    background-image: url(/static/site/img/index/idx_05-1.png);
			}
			em.num{
				font-size: 30px;
				color: #b8c2cc;
				display: block;
				margin: 25px 0 15px;
				font-weight: bold;
			}
			.font {
			    font-size: 16px;
			    color: #b8c2cc;
			}
		}
		b::after,b::before{
			content: '';
			width: 100px;
			height: 1px;
			background: #dfe2e6;
			position: absolute;
			top: 50px;
			display: block;
		}
		b::before{
			left: 0;
		}
		b::after{
			right: 0;
		}
	}
}


//海量渠道
.idx_media{
	margin-top: 120px;
	.detail{
		width: 1200px;
		margin: 0 auto;
		.idx_media_menu{
			display: flex;
			justify-content: center;
			margin: 40px 0;
			a{
				font-size: 18px;
				color: #808080;
				width: 145px;
				height: 55px;
				line-height: 55px;
				border-radius: 30px;
				margin: 0 10px;
				text-align: center;
				border: 1px solid transparent;
				display: inline-block;
			}
			a:hover,a.cur{
				color: #66a7ff;
				border-color: #66a7ff;
			}
		}
		div#tablea{
			>div{
				display: none;
				a.item {
					display: block;
					float: left;
					width: 213px;
					height: 120px;
					border: 1px solid #e6e6e6;
					margin: 0 0 25px 25px;
					img{
						width: 100%;
					}
				}
			}
			>div.active{
				display: block;
			}
		}
	}
}


.youshishow{
	margin: 120px 0;
	section{
		margin: 50px 0;
		text-align: center;
	}
}



//营销优势
.idx_arc{
	background: url(/static/site/img/index/idx_38.jpg) no-repeat center;
	background-size: cover;
	height: 840px;
	padding-top: 80px;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	.auto{
		width: 1200px;
		.detail{
			margin: 50px 0;
			display: flex;
			justify-content: space-between;
			flex-wrap: wrap;
			.imgbox{
				text-align: center;
				h6.title{
					font-size: 34px;
					color: #fff;
					margin: 20px 0 25px;
				}
				.font{
					font-size: 20px;
					color: #fff;
				}
			}
			.info{
				display: flex;
				flex-wrap: wrap;
				
				flex: 1;
				li {
				    text-align: center;
				    width: 29%;
				    float: left;
				    padding: 0 15px;
				    margin: 25px 0 40px;
					.icon{
					    width: 50px;
					    height: 50px;
					    display: block;
					    margin: 0 auto;
					}
					.tit {
					    font-size: 18px;
					    color: #fff;
					    margin: 25px 0 15px;
					}
					.desc {
					    font-size: 14px;
					    line-height: 30px;
					    color: rgba(255,255,255,.6);
					    height: 90px;
					    overflow: hidden;
					}
				}
			}
		}
	}
}
.idx_arc img{
	transition: all 0.2s linear;
}
.idx_arc img:hover{
	scale: 1.06;
}




//选择XXX
.idx_sec2{
	margin: 80px 0;
	background: url(/static/site/img/index/idx_40.jpg) no-repeat top center;
	    background-size: cover;
		display: flex;
		justify-content: center;
	.idx_choose{
		width: 1200px;
		.detail{
			padding: 0 80px;
			margin: 0 auto;
			box-sizing: border-box;
			.buttons{
				display: flex;
				justify-content: space-around;
				padding: 0 80px;
				box-sizing: border-box;
				a {
				    font-size: 20px;
				    color: #5ebbff;
				    width: 220px;
				    height: 60px;
				    line-height: 60px;
				    border: 1px solid #5ebbff;
				    display: inline-block;
				    border-radius: 30px;
				    margin: 30px 25px 50px 25px;
					text-align: center;
				}
				a.cur,a:hover{
					    background: #409fff;
					    color: #fff;
				}
			}
			.imgbox{
				img{
					transition: all 0.2s linear;
				}
				img:hover{
					scale: 1.08;
				}
			}
		}
	}
}


.idx_contact{
	padding: 260px 0 0;
	box-sizing: border-box;
	position: relative;
	.topbox {
		width: 1200px;
	    background: #f5faff;
	    padding: 90px 115px;
	    border-radius: 20px;
	    position: absolute;
	    left: 50%;
	    margin-left: -600px;
	    top: 0;
		display: flex;
		justify-content: space-between;
		box-sizing: border-box;
		.lbox{
			.title {
			    font-size: 24px;
			    color: #333333;
			    font-weight: bold;
			}
			.line {
			    display: block;
			    width: 30px;
			    height: 3px;
			    background: #199fff;
			    margin-top: 20px;
			}
			.info {
			    margin-top: 25px;
				p {
				    font-size: 16px;
				    color: #666666;
				    line-height: 36px;
				}
			}
		}
		.rbox{
			img{
				width: 320px;
			}
		}
	}
	.bottombox {
	    background: url(/static/site/img/index/ft_01.jpg) no-repeat center;
	    background-size: cover;
	    padding-top: 170px;
	    padding-bottom: 35px;
		box-sizing: border-box;
	}
}



@media only screen and (max-width:767px) {
	#headers{
		width: 160px!important;
	}
	.idx_service{
		.idx_titbox{
			h5{
				font-size: 24px;
			}
			h6{
				font-size: 14px;
			}
		}
		.detail{
			width:100%;
			.desc{
				width:90%;
				font-size: 14px;
				text-align: center;
				margin: 0 auto;
			}
			.imgbox{
				display: none;
			}
		}
		.step{
			width: 100%;
		}
	}
	.idx_media{
		.idx_titbox{
			h5{
				font-size: 24px;
			}
		}
		.detail{
			width: 100%;
			.idx_media_menu {
				flex-wrap: wrap;
				a{
					
				}
			}
			.idx_media_wrap{
				padding:0 12px;
				box-sizing:border-box;
				.img_hover_wrap{
					margin: 0!important;
					width: 46%!important;
					margin-bottom: 12px!important;
					display: inline-block!important;
				}
				.img_hover_wrap:nth-child(2n+1){
					margin-right: 20px!important;
				}
			}
		}
	}
	.youshishow{
		h5{
			font-size:24px;
		}
		img{
			width: 100%;
		}
	}
	.idx_arc{
		height:auto;
		.idx_titbox{
			h5{
				font-size: 24px;
			}
		}
		.detail{
			width: 100%;
			.imgbox {
				img{
					width: 80%;
				}
				h5{
					font-size: 24px;
				}
				h6{
					font-size: 14px;
				}
			}
			.info{
				li{
					width: 25%!important;
				}
			}
		}
	}
	.idx_sec2{
		.idx_choose{
			width:100%;
			.idx_titbox{
				h5{
					font-size: 24px;
				}
				h6{
					font-size: 14px;
				}
			}
			.detail{
				padding:0;
				.buttons{
					padding:0;
					a{
						margin: 0!important;
						display: inline-block!important;
						width: 90px!important;
						height: 42px;
						line-height: 42px;
						font-size: 14px;
					}
				}
				
			}
			.imgbox{
				img{
					width: 100%;
				}
			}
		}
		
	}
	
	
	
}
