.info-top{
	background:url(/img/marketer/pc/info_topbg.png) no-repeat top center;
	background-attachment: fixed;
	background-size: 100%;
}

/* info-sec01 */
#info-sec01 .inner{
	max-width:1200px;
	margin:0 auto;
	padding:100px 0;
}
.info-img{
	text-align:center;
	margin-top:70px;
}


/* info-sec02 */
#info-sec02{
	background:#fafafa;
}
#info-sec02 .inner{
	max-width:1200px;
	margin:0 auto;
	padding:120px 0 130px;
	font-size:0;
}
#info-sec02 ul{
	display:table;
	width:100%;
	margin-top:70px;
	font-size:0;
}
#info-sec02 ul li{
	display:inline-block;
	width:25%;
	text-align:center;
	position:relative;
}
#info-sec02 ul li:after{
	content:'';
	position:absolute;
	width:14px;
	height:25px;
	background:url(/img/marketer/pc/info_arrow.png) no-repeat center center;
	right:0;
	top:50%;
	margin-top: -60px;
}
#info-sec02 ul li:last-child:after{
	display:none;
}
#info-sec02 ul li div{
	color: #25292c;
    font-size: 20px;
    margin-top: 15px;
    font-weight: 500;
    line-height: 1.4;
}

/* info-sec03 */
#info-sec03{
	position:relative;
}
#info-sec03 .inner{
	max-width: 1400px;
    margin: 0 auto;
    padding: 120px 0 100px;
}
#info-sec03::before{
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:515px;
	height:100%;
	background:linear-gradient(to right, rgba(255,255,255,1) 50%, rgba(255,255,255,0.1) );
	z-index: 1;
}
#info-sec03::after{
	content:'';
	position:absolute;
	right:0;
	top:0;
	width:515px;
	height:100%;
	background:linear-gradient(to right, rgba(255,255,255,0.1),rgba(255,255,255,1) 50% );
	z-index: 1;
}
#info-sec03 .adver_wrap{
	margin-top:60px;
}
#info-sec03 .adver_wrap > div b{
	display: block;
	font-size:20px;
	color:#25292c;
	text-align: center;
	margin-top:5px;
}
#info-sec03 .adver_wrap  .slick-slide img {
    display: block;
    margin: 0 auto;
}
#info-sec03 .adver_wrap .slick-list{
	overflow: visible;
}


/* info-sec04 */
#info-sec04{
	position:relative;
}
#info-sec04 .inner{
	max-width: 1200px;
	margin:0 auto;
	padding:100px 0 190px;
	position:relative;
}
#info-sec04 .sec_txt{
	font-size:20px;
}
.info_cbox{
    display: table;
    margin: 0 auto;
    margin-top: 60px;
    text-align: center;
}
.info_cbox > div{
    display: inline-block;
    width: 350px;
    height: 350px;
    margin: 0 40px;
    padding: 120px 0;
    box-sizing: border-box;
}
.info_personal{
	background:url(/img/marketer/pc/info_personal_circle.png) no-repeat center center;
}
.info_enterprise{
	background:url(/img/marketer/pc/info_enterprise_circle.png) no-repeat center center;
}
.info_cbox > div b{
	font-size:30px;
	coloR:#fff;
	font-weight:500;
}
.info_cbox > div a{
	display:block;
	margin:0 auto;
	width:167px;
	height:45px;
	line-height:45px;
	color:#fff;
	font-size:20px;
	border-radius:30px;
	margin-top:10px;
}

#info-sec04::before {
	content: '';
    position: absolute;
    width: 458px;
    height: 458px;
    left: -30px;
    top: 0;
    background: url(/img/marketer/pc/circle_img01.png) no-repeat center center;
    opacity: 0.4;
}
#info-sec04::after {
    content: '';
    position: absolute;
    width: 415px;
    height: 487px;
    right: 0;
    bottom: -100px;
    background: url(/img/marketer/pc/info_i04.png) no-repeat center center;
    z-index: 2;
}
#info-sec04 .inner::before {
	content: '';
    position: absolute;
    width: 267px;
    height: 267px;
    right: -300px;
    top: 31px;
    background: url(/img/marketer/pc/info_i02.png) no-repeat center center;
}
#info-sec04 .inner::after {
    content: '';
    position: absolute;
    width: 101px;
    height: 101px;
    right: -25px;
    bottom: 275px;
    background: url(/img/marketer/pc/info_i03.png) no-repeat center center;
}