/* 定位导航 */
.fix-nav-bar{
    width: 100%;
    padding: 20px 0;
    position: fixed;
    top: 100px;
    z-index: 9999;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
    -webkit-box-shadow: 0 3px 5px rgba(207,207,207,.5);
    -moz-box-shadow: 0 3px 5px rgba(207,207,207,.5);
    box-shadow: 0 3px 5px rgba(207,207,207,.5);
    background: rgba(0,0,0,.7);
}
.fix-nav-bar .menu-list{
    width: 1200px;
    margin: 0 auto;
    text-align: right;
    font-size: 0;
}
.fix-nav-bar .menu-list a{
	color: #969696;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    font-size: 14px;
}
.fix-nav-bar .menu-list a.on{
    color: #fff;
}
.fix-nav-bar .menu-list a.now-buy-btn{
    color: #fff;
    margin-left: 60px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #ff6700;
}
.fix-nav-bar .menu-list a.now-buy-btn:hover{
    background: #f80;
}
.fix-coordinate{
    display: block !important;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}
/*banner*/
.banners{
	height: 500px;
    overflow: hidden;
	position: relative;
}
.banners .pic{
    width: 1920px;
    height: 500px;
    position: absolute;
    left: 50%;
    margin-left: -960px;
}
/*列表分销--流程*/
.comm-tit{
	margin-top: 54px;
	text-align: center;
	padding-bottom: 54px;
}
.comm-tit h3{
	font-size: 32px;
	height: 98px;
	line-height: 98px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
}
.comm-tit h3:before{
	content: "";
	position: absolute;
	width: 50px;
	height: 2px;
	background: #ff921a;
	left: 50%;
	margin-left: -25px;
	top: 0;
}
.section{
	width: 100%;
	min-width: 1200px;
}
.section-gray{
	background: #fafafa;
}
.section-1{
	height: 480px;
	background: url(../images/lb-bg01.jpg) no-repeat center center;
}
.section-1 .con{
	width: 990px;
	margin: 0 auto;
	text-align: center;
	font-size: 15px;
	line-height: 30px;
	color: #999999;
}
.section-2{
	padding-bottom: 85px;
}
.section-2 .con{
	height: 533px;
	background: url(../images/lb-bg02.png) no-repeat center center;
}
.section-3{
	padding-bottom: 138px;
}
.section-3 .con{
	height: 203px;
	background: url(../images/lb-bg03.png) no-repeat center center;
}
.section-3 .con li{
	float: left;
	width: 231px;
	height: 203px;
	margin-right: 92px;
	color: #fff;
}
.section-3 .con li.mr-0{
	margin-right: 0;
}
.section-3 .con li h4{
	width: 179px;
	height: 38px;
	margin: 0 auto;
	line-height: 38px;
	text-align: center;
	font-size: 16px;
}
.section-3 .con li p{
	width: 186px;
	height: 66px;
	margin:0 auto;
	margin-top: 38px;
	overflow: hidden;
	font-size: 13px;
	line-height: 22px;
}
.section-4{
	padding-bottom: 182px;
}
.section-4 .con{
	height: 156px;
	background: url(../images/lb-bg04.png) no-repeat center center;
}
.section-4 .con .list{
	width: 1059px;
	margin: 0 auto;
}
.section-4 .con .list li{
	float: left;
	width: 215px;
	height: 96px;
	overflow: hidden;
	margin-top: 24px;
	margin-right: 207px;
	color: #fff;
}
.section-4 .con .list li.mr-0{
	margin-right: 0;
}
.section-4 .con .list li h4{
	width: 185px;
	margin: 0 auto;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	text-align: center;
}
.section-4 .con .list li p{
	width: 185px;
	margin: 0 auto;
	height: 66px;
	overflow: hidden;
	font-size: 13px;
	line-height: 22px;
}
.section-5{
	height: 560px;
	position: relative;
}
.section-5:before{
	content: "";
	position: absolute;
	left: 5.7291%;
	top: 138px;
	width: 613px;
	height: 406px;
	background: url(../images/lb-bg05.png) no-repeat;
}
.section-5 .con{
	float: right;
	width: 664px;
	height:300px;
	background: url(../images/lb-bg06.png) no-repeat top center;
}
.section-5 .con .list{
	margin-top: 155px;
}
.section-5 .con .list li{
	float: left;
	padding-left: 68px;
	width: 120px;
	margin-right: 50px;
}
.section-5 .con .list li h4{
	line-height: 30px;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.section-5 .con .list li p{
	font-size: 13px;
	color: #999999;
	line-height: 23px;
}
.section-5 .con .list li.mr-0{
	margin-right: 0;
}
.section-6{
	padding-bottom: 98px;
}
.section-6 .con{
	height: 587px;
	background: url(../images/lb-bg07.png) no-repeat center center;
}
.section-7{
	position: relative;
	height: 200px;
	background: url(../images/lb-bg08.jpg) no-repeat center center;
}

.section-7 .buy{
	position: absolute;
	top: 50%;
	margin-top: -20px;
	left: 50%;
	margin-left: 205px;
	width: 208px;
	height: 40px;
	border: 1px solid #1a91f4;
	color: #1a91f4;
	font-size: 14px;
	line-height: 40px;
	text-align: center;
}
.section-7 .buy .ico{
	display: inline-block;
    width: 7px;
    height: 12px;
    vertical-align: middle;
    margin: -3px 0 0 16px;
    background: url(../images/lb-btn.png) no-repeat 0 0;
}
/*裂变分销--功能*/
.fun-item{
	width: 100%;
	min-width: 1200px;
	padding: 110px 0 100px 0;
	border-bottom: 1px solid #f0f0f0;
	position: relative;
}
.fun-item:last-child{
	border-bottom: none;
}
.fun-tit{
	margin: 0 auto;
	width: 1005px;
	text-align: center;
}
.fun-tit h3{
	font-size: 32px;
	line-height: 68px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.fun-tit p{
	padding: 10px 0;
	color: #999999;
	font-size: 15px;
	line-height: 28px;
}
.fun-item .tips{
	position: absolute;
	top: -110px;
	left: 50%;
	margin-left: -60px;
	width: 120px;
	height: 100px;
	padding-top: 10px;
	background: url(../images/lb-tips-bg.png) no-repeat top center;
	color: #fff;
	font-size: 32px;
	line-height: 100px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.fun-con-comm{
	margin: 0 auto;
	margin-top: 40px;
}
.fun-item-1{
	padding-top: 42px;
}
.fun1-con-1{
	width:980px;
	margin: 0 auto;
	position: relative;
	padding-bottom: 95px;
	text-align: center;
}
.fun1-con-1:after{
	content: "";
	position: absolute;
	left: 50%;
	margin-left: -1px;
	width: 2px;
	height: 95px;
	background: url(../images/lb-txt-bg.png) no-repeat;
	background-position: -124px -287px;
}
.fun1-con-1 .txt{
	font-size: 15px;
	line-height: 28px;
	color: #999999;
}
.fun1-con-1 .txt01{
	padding: 56px 0 58px 0;
	position: relative;
}
.fun1-con-1 .txt01:before{
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -6px;
	width: 12px;
	height: 56px;
	background: url(../images/lb-txt-bg.png) no-repeat;
	background-position: -30px -287px;
}
.fun1-con-1 .txt01:after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -6px;
	width: 12px;
	height: 58px;
	background: url(../images/lb-txt-bg.png) no-repeat;
	background-position: -71px -287px;
}
.fun1-con-2{
	width: 1200px;
	height: 550px;
	margin: 0 auto;
	margin-top: 60px;
}
.fun1-con-2 .tit{
	height: 70px;
	position: relative;
}
.fun1-con-2 .tit>div{
	position: absolute;
	top: 0;
	height: 70px;
	background: url(../images/lb-txt-bg.png) no-repeat;
}
.fun1-con-2 .tit>div .txt{
	margin-top: 13px;
	height: 44px;
	overflow: hidden;
}
.fun1-con-2 .tit>div p{
	font-size: 16px;
	line-height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.fun1-con-2 .tit .left{
	left: 0;
	width: 546px;
	background-position: 0 0;
}
.fun1-con-2 .tit .right{
	right: 0;
	width: 546px;
	background-position: 0 -115px;
}
.fun1-con-2 .tit .mid{
	left: 50%;
	width: 115px;
	margin-left: -57.5px;
	background-position: 0 -204px;
}
.fun1-con-2 .tit>div.left .txt{
	margin-left: 30px;
	color: #566278;	
}
.fun1-con-2 .tit>div.right .txt{
	margin-left: 56px;
	color: #fff;	
}
.fun1-con-2 .subtitle{
	height: 137px;
	position: relative;
}
.fun1-con-2 .subtitle>div{
	width: 480px;
	position: absolute;
	top: 0;
	height: 137px;
}
.fun1-con-2 .subtitle>div.left{
	left: 0;
}
.fun1-con-2 .subtitle>div.right{
	right: 40px;
}
.fun1-con-2 .subtitle>div .txt{
	margin-left: 30px;
	height: 137px;
	padding-left: 14px;
	padding-top: 22px;
	color: #666666;
	font-size: 14px;
	line-height: 26px;
	position: relative;
}
.fun1-con-2 .subtitle>div .txt:before{
	content: "";
	position: absolute;
	left: -5px;
	top: 30px;
	width: 9px;
	height: 9px;
	background: url(../images/lb-txt-bg.png) no-repeat;
}
.fun1-con-2 .subtitle>div.left .txt:before{
	background-position: 0 -287px;
}
.fun1-con-2 .subtitle>div.right .txt:before{
	background-position: 0 -303px;
}
.fun1-con-2 .subtitle>div.left .txt{
	border-left: 1px dashed #ebf2f5;
}
.fun1-con-2 .subtitle>div.right .txt{
	border-left: 1px dashed #f5eae6;
}
.fun1-con-2 .list li{
	height: 52px;
	position: relative;
	margin-bottom: 20px;
}
.fun1-con-2 .list li>div{
	position: absolute;
	top: 0;
}
.fun1-con-2 .list li>div.mid{
	left: 50%;
	width: 52px;
	height: 52px;
	background: #fca134;
	margin-left: -26px;
	text-align: center;
	line-height: 52px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	color: #fff;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-o-border-radius: 100%;
	-ms-border-radius: 100%;
}
.fun1-con-2 .list li>div.left,.fun1-con-2 .list li>div.right{
	width: 520px;
	height: 52px;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-o-border-radius: 25px;
	-ms-border-radius: 25px;
}
.fun1-con-2 .list li>div.left{
	left: 0;
	background: #ebf2f5;
}
.fun1-con-2 .list li>div.right{
	right: 0;
	background: #fca134;
}
.fun1-con-2 .list li>div.left p,.fun1-con-2 .list li>div.right p{
	padding: 0 30px;
	line-height: 52px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 15px;	
}
.fun1-con-2 .list li>div.left p{
	color: #566278;
}
.fun1-con-2 .list li>div.right p{
	color: #fff;
}
.fun-item-2 .fun-con-comm{
	width: 503px;
	height: 463px;
	background: url(../images/lb-img3.png) no-repeat;
}
.fun-item-3 .fun-con-comm{
	width: 876px;
	height: 557px;
	background: url(../images/lb-img4.png) no-repeat;
}
.fun-item-4 .fun-con-comm{
	width: 758px;
	height: 498px;
	background: url(../images/lb-img5.png) no-repeat;
}
.fun-item-5 .fun-con-comm{
	width: 836px;
	height: 387px;
	background: url(../images/lb-img6.png) no-repeat;
}
.fun-item-6 .fun-con-comm{
	width: 1076px;
	height: 473px;
	background: url(../images/lb-img7.png) no-repeat;
}
.fun-item-7{
	padding: 0;
	height: 200px;
	background: url(../images/lb-bg09.jpg) no-repeat center center;
}
.fun-item-7 .see{
	position: absolute;
	top: 50%;
	margin-top: -20px;
	left: 50%;
	margin-left: 234px;
	width: 170px;
	height: 40px;
	border: 1px solid #ff891c;
	color: #ff891c;
	font-size: 14px;
	line-height: 40px;
	text-align: center;
}
.fun-item-7 .see .ico{
	display: inline-block;
    width: 7px;
    height: 12px;
    vertical-align: middle;
    margin: -3px 0 0 16px;
    background: url(../images/lb-btn2.png) no-repeat 0 0;
}
