/*
* @Author: admin
* @Date:   2018-06-19 08:50:44
* @Last Modified by:   Administrator
* @Last Modified time: 2018-06-28 20:53:43
*/
*{
	margin: 0;
	padding: 0;
	list-style: none;
}
body{
	min-width: 1300px;
}
.banner{
	height: 508px;
	width: 100%;
	background: url('../mem_ben03/banner.jpg') no-repeat;
	background-position: -248px 0;
	position: relative;
}
.banner .b_s{
	width: 374px;
	height: 62px;
	position: absolute;
	left: 50%;
	margin-left: -187px;
	bottom: 135px;
	cursor: pointer;
	background: url('../mem_ben03/link_btn_com.png') no-repeat;
}
.banner i{
	position: absolute;
	left: 50%;
	margin-left: -16px;
	bottom: 60px;
	/* display: none; */
}
.is{
	animation: pointer 1s infinite;
}
@keyframes pointer{
	0%{
		bottom: 60px;
		opacity: 0.1;
	}
	100%{
		bottom: 85px;
		opacity: 1;
	}
}


.main{
	width: 100%;
	height: 2354px;
	/* background: red; */
	background: url('../mem_ben03/body_bg.png') no-repeat;
}

.part01{
	width: 100%;
	height: 720px;
	margin-bottom: 50px;
	position: relative;
	background: url('../mem_ben03/part01.png') no-repeat center;
}
.box{
	height: 411px;
	width: 199px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	margin-left: -95px;
	bottom: 0;
	background-size: 100%;
	background: url('../mem_ben03/iphone.png') no-repeat;
	background-position: -28px -24px;
}
.box ul{
	width: 9999px;
	position: relative;
	top: 50px;
}
.box ul li{
	float: left;
	width: 177px;
	height: 312px;
	margin: 0 10px;
	
}
.box ul li img{
	width: 177px;
	height: 312px;
}

.part02{
	width: 100%;
	height: 1417px;
	position: relative;
	background: url('../mem_ben03/part02_tit.png') no-repeat center top;
}
.part02 ul{
	position: absolute;
	left: 50%;
	margin-left: -600px;
	bottom: 0;
	width: 1200px;
}
.part02 ul li{
	float: left;
	width: 530px;
	height: 379px;
	margin: 30px;
}

.part03{
	width: 100%;
	height: 188px;
	margin-top: 30px;
	background: url('../mem_ben03/part03_tit.png') no-repeat center top;
}
.footer{
	width: 100%;
	height: 340px;
	background: #e1e3ef;
	position: relative;
}
.footer img{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -116px;
	margin-left: -280px;
}