.mt15{margin-top: 15px;}
.mt30{margin-top: 30px;}
.mr0{margin-right: 0!important;}
.con {
    width: 100%;
}
.wrap{
    width: 1200px;
    margin: 0 auto;
    /*overflow: visible;*/
}
.banner{
    width: 100%;
    height: 530px;
    background: url("../../images/neirongfufei/banner_neirongfufei_index.jpg") center center no-repeat;
}
.banner a{
    width: 100%;
    height: 100%;
    display: block;
    cursor: pointer;
}
/* .banner .banner-tit{
    width: 100%;
    padding-top: 85px;
    text-align: center;
    color: #333;
    font-size: 66px;
    font-weight: bold;
}
.banner p{
    display: block;
    margin-top: 25px;
    font-size: 30px;
    text-align: center;
    color: #333;
}
.banner .banner-a{
	margin: 80px auto 0;
	width: 230px;
    height: 50px;
    border: 2px solid #333333 !important;
    border-radius: 25px;
}
.banner .banner-a a{
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    color: #333333;
} */
.m-shuffling{
    background: #fff;
    height: 840px;
    overflow: hidden;
    position: relative;
}
.tit{
     padding-top: 50px;
     width: 100%;
     font-size: 40px;
     line-height: 42px;
     color: #333;
     text-align: center;
 }
.tit em{
    font-weight: bold;
}
.sub-tit{
    margin-top: 20px;
    width: 100%;
    font-size: 16px;
    color: #333;
    text-align: center;
}
.swiper-container{
    padding-top: 50px;
    width: 1200px;
    height: 700px;
    position: relative;
    overflow: hidden;
}
.swiper-wrapper{
    position: relative;
    transition-property: transform, left, top;
    transition-duration: 0s;
    transform: translate3d(0px,0,0);
    transition-timing-function: ease;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.m-shuffling .prev, .next {
	  position: absolute;
	  top: 50%;
	  margin-top: -67px;
	  z-index: 99;
	  width: 52px;
	  height: 134px; 
	  border-radius: 4px;
	  cursor: pointer;
	  -webkit-transition: opacity .75s;
	  -moz-transition: opacity .75s;
	  -o-transition: opacity .75s;
	  transition: opacity .75s;
	  background: rgba(0,0,0,.3);
	 -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000)";
}
.m-shuffling .prev a, .next a{
	color: #ffffff;
	display: block;
	width: 100%;
	height: 100%;
	line-height: 134px;
	text-align: center;
	font-family: monospace;
	font-size: 50px;
	
}
.m-shuffling .prev { left: -30px;}
.m-shuffling .prev:hover {
     -moz-opacity:.5;
     opacity: .5;

}
.m-shuffling .next { right: -30px;}
.m-shuffling .next:hover {
    
     -moz-opacity:.5;
     opacity: .5;
}

@media \0screen\,screen\9 {
	.m-shuffling .prev:hover {
     /*-moz-opacity:.5;
     opacity: .5;*/
	}
	.m-shuffling .next:hover {
     /*-moz-opacity:.5;
     opacity: .5;*/
	}
}

.swiper-slide{
    float: left;
    display: block;
}
.swiper-slide .left-phone{
    float: left;
    margin-left: 140px;
    width: 316px;
    height: 650px;
    background: url("../../images/neirongfufei/left-phone.png");
}
.swiper-slide .left-phone .phone-img{
    margin: 70px auto 0;
    width: 289px;
    height: 513px;
}
.swiper-slide .left-phone img{
    width: 100%;
    height: 100%;
}
.swiper-slide .right-detail{
    margin-left:70px;
    float: left;
}
.right-detail .sub-tit{
    margin-top: 60px;
    font-size: 24px;
    color:#333;
    line-height: 24px;
    text-align: left;
}
.right-detail .sub-con span{
    display: block;
    font-size: 16px;
    color: #333;
    line-height: 16px;
}
.group-bar{
    position: relative;
    z-index: 10;
}
.group-bar .sao{
    position: relative;
    margin-right: 20px;
    float: left;
}
.group-bar .sao:hover .ewm{
    opacity: 1;
    height: 200px;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
}
.group-bar .sao .ewm{
    position: absolute;
    top: 50px;
    left:50%;
    z-index: 10;
    margin-left: -100px;
    opacity: 0;
    width: 200px;
    height: 0;
    border-radius: 4px;
    overflow: hidden;
    box-sizing: border-box;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
}
.group-bar .sao .ewm img{
    width: 100%;
    height: 100%;
}
.group-bar .btn{
    display: block;
    width: 230px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    border-radius: 25px;
}
.group-bar .sao-ewm{
    background: #fde700;
    color: #333;
}
.group-bar .sao .sao-ewm .icon{
    color: #333;
    font-size: 20px;
    margin-right: 10px;
    vertical-align: baseline;
    line-height: 1;
}
.group-bar .more-link{
    float: left;
    background: #333;
    color: #fff;
}
.group-bar .more-link .icon{
    margin-right: 10px;
    font-size: 20px;
    color: #fff;
    vertical-align: baseline;
    line-height: 1;
    -webkit-text-stroke-width: 0;
}
.img-list{
    margin-top: 90px;
}
.img-list .img-block{
    float: left;
    margin-right: 87px;
    width: 120px;
}
.img-list .img-block p{
    display: block;
    text-align: center;
    line-height: 50px;
    color: #333;
    font-size: 18px;
}
.img-list .img-block .img{
    width: 120px;
    height: 120px;
    background-image: url("../../images/neirongfufei/img-list.png");
    background-repeat: no-repeat;
}
.img-list .img-block .img-1{ background-position: 0 0}
.img-list .img-block .img-2{ background-position: -130px 0}
.img-list .img-block .img-3{ background-position: -260px 0}
.img-list .img-block .img-4{ background-position: 0 -130px}
.img-list .img-block .img-5{ background-position: -130px -130px}
.img-list .img-block .img-6{ background-position: -260px -130px}
.img-list .img-block .img-7{ background-position: 0 -260px}
.img-list .img-block .img-8{ background-position: -130px -260px}
.img-list .img-block .img-9{ background-position: -260px -260px}
.img-list .img-block .img-10{ background-position: 0 -390px}
.img-list .img-block .img-11{ background-position: -130px -390px}
.img-list .img-block .img-12{ background-position: 0 -520px}
.img-list .img-block .img-13{ background-position: -130px -520px}
.img-list .img-block .img-14{ background-position: -260px -520px}

@-webkit-keyframes fadeInUpSmall {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInUpSmall {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInUpSmall {
    -webkit-animation-name: fadeInUpSmall;
    animation-name: fadeInUpSmall;
}

@-webkit-keyframes fadeInLeftSmall {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,0, 0);
        transform: translate3d(50%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeftSmall {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,0, 0);
        transform: translate3d(50%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInLeftSmall {
    -webkit-animation-name: fadeInLeftSmall;
    animation-name: fadeInLeftSmall;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.delay2 { -webkit-animation-delay: 0.2s;animation-delay: 0.2s;}
.delay3 { -webkit-animation-delay: 0.3s;animation-delay: 0.3s;}
.delay4 { -webkit-animation-delay: 0.4s;animation-delay: 0.4s;}
.delay5 { -webkit-animation-delay: 0.5s;animation-delay: 0.5s;}
.delay6 { -webkit-animation-delay: 0.6s;animation-delay: 0.6s;}
.delay7 { -webkit-animation-delay: 0.7s;animation-delay: 0.7s;}
.delay8 { -webkit-animation-delay: 0.8s;animation-delay: 0.8s;}
.delay9 { -webkit-animation-delay: 0.9s;animation-delay: 0.9s;}
.delay10 { -webkit-animation-delay: 1.0s;animation-delay: 1.0s;}
.delay11 { -webkit-animation-delay: 1.1s;animation-delay: 1.1s;}
.delay12 { -webkit-animation-delay: 1.2s;animation-delay: 1.2s;}
.delay14 { -webkit-animation-delay: 1.4s;animation-delay: 1.4s;}

/*----收益----*/
.m-earnings{
    background: #fbfbff;
}
.earnings-inner{
    padding-top: 50px;
    padding-bottom: 10px;
}
.earnings-inner li{
    float: left;
    margin-right: 240px;
    margin-bottom: 40px;
    width: 240px;
    text-align: center;
    overflow: hidden;
}
.earnings-inner li p{
    margin-top: 15px;
    font-size:16px;
    color: #333;
    line-height: 25px;
}
.earnings-inner .earnings-img{
    margin: 0 auto;
    position: relative;
    width: 132px;
    height: 152px;
    background-image: url("../../images/neirongfufei/play-list.png");
    background-repeat: no-repeat;
}
.earnings-inner .img-1{background-position: 0 0;}
.earnings-inner .img-2{background-position: -132px 0;}
.earnings-inner .img-3{background-position: -264px 0;}
.earnings-inner .img-4{background-position: -396px 0;}
.earnings-inner .img-5{background-position: -528px 0;}
.earnings-inner .earnings-img span{
    position: absolute;
    bottom: 8px;
    left: 0;
    font-size: 22px;
    margin-left: 20px;
    line-height: 30px;
}
.earnings-inner .earnings-img .purple{color: #484c79;}
.earnings-inner .earnings-img .orange{color: #f85f48;}
.earnings-inner .earnings-img .green{color: #64ead1;}
.earnings-inner .earnings-img .yellow{color: #fbba2f;}
.earnings-inner .earnings-img .blue{color: #0d89e8;}

/*----开发----*/
.m-develop{
    background: #fff;
    height: 422px;
}
.develop-list{
    padding: 50px 80px;
}
.develop-list li{
    float: left;
    margin-right:40px;
    width: 226px;
    height: 226px;
    border: 2px solid #eaeaea;
    text-align: center;
}
.develop-list li a{
    width: 100%;
    height: 100%;
}
.develop-list li p{
    margin-top: 20px;
    font-size: 18px;
    line-height: 18px;
    color: #333;

}
.develop-list .develop-img{
    margin: 52px auto 0;
    width: 132px;
    height: 84px;
    background-image: url("../../images/neirongfufei/develop-list.png");
    background-repeat: no-repeat;
}
.develop-list .img-1{background-position: 0 0;}
.develop-list .img-2{background-position: -132px 0;}
.develop-list .img-3{background-position: -264px 0;}
.develop-list .img-4{background-position: -396px 0;}


/*---- 公司介绍 ----*/
.choice{
    background-color: #fbfbff;
}

.choice-tab {
    background: none;
}
.choice-tab .tit{
    padding-top: 0;
}
.choice-info .choice-img{
    background-image: url(../../images/neirongfufei/choice-info-bg.png);
}
.choice-info .choice-info-item .choice-ico{
    background-image:url(../../images/neirongfufei/choice-info-ico.png);
}
.choice-info .choice-info-item .choice-ico-2{
    background-position:-108px 0;
}
.choice-info .choice-info-item .choice-ico-3{
    background-position:-216px 0;
}
.choice-info .choice-info-item .choice-ico-4{
    background-position:-324px 0;
}
.choice-info .choice-info-item .choice-ico-5{
    background-position:-432px 0;
}
.choice-info .choice-info-item .choice-ico-6{
    background-position:-540px 0;
}
.choice-info .choice-info-item .choice-ico-7{
    background-position:-648px 0;
}
.choice-info .choice-info-item .choice-ico-8{
    background-position:-756px 0;
}
.choice-info .choice-info-item .choice-ico-9{
    background-position:-864px 0;
}
.choice-info .choice-info-item .choice-ico-10{
    background-position:-972px 0;
}
.choice-info .choice-info-item .choice-ico-11{
    background-position:-1080px 0;
}
.choice-info .choice-info-item .choice-ico-12{
    background-position:-1188px 0;
}
.choice-info .choice-info-item .choice-ico-13{
    background-position:-1296px 0;
}
.choice-info .choice-info-item .choice-ico-14{
    background-position:-1404px 0;
}
.choice-info .choice-info-item .choice-ico-15{
    background-position:-1512px 0;
}
.choice-info .choice-info-item .choice-ico-16{
    background-position:-1620px 0;
}
.choice-info .choice-info-item .choice-ico-17{
    background-position:-1728px 0;
}
.choice-info .choice-info-item .choice-ico-18{
    background-position:-1836px 0;
}
.choice-info .choice-info-item .choice-ico-19{
    background-position:-1944px 0;
}
.choice-info .choice-info-item .choice-ico-20{
    background-position:-2052px 0;
}
.choice-info .choice-info-item .choice-ico-21{
    background-position:-2160px 0;
}
.choice-info .choice-info-item .choice-ico-22{
    background-position:-2268px 0;
}
.choice-tab-item{
    background:#fff;
    line-height: 54px;
    color:#333;
}
.choice-tab ul .active{
    background:#fde700;
    color:#333;
    border-bottom-color:#fde700;
}
.choice-info .choice-img{
    background-color: #fde700;
}
.choice-tab-tit {
    color: #333;
}
.choice-tab-item{
    border-bottom: 1px solid #fff;
}

.zhibobox {
    width: 1254px;
    padding-bottom: 50px;
    padding-top: 30px;
    margin-left: -54px;
}
.zhibobox1 {
    float: left;
    width: 364px;
    padding-left: 54px;
}
.zhibobox1 h1 {
    font-weight: 700;
    padding: 10px 0;
    border-bottom: 1px solid #f5f5f5;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    margin-bottom: 6px;
}
.zhibobox1 a {
    padding: 7px 0;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.zhibobox1 a .graly {
    color: #ccc;
    margin-right: 5px;
}







