/*安菲商城小程序为商家抓住移动互联网新风口start*/
.section-1 .section-title {
    float: left;
    width: 482px;
    text-align: left;
    margin-left: 51px;
    margin-top: 80px;
}

.section-1 .section-title p {
    width: 432px;
    line-height: 30px
}

.section-1 .img {
    width: 567px;
    height: 347px;
    background: url(../image/01.img@2x.png) no-repeat;
    background-size: 523px 311px;
    float: right;
    margin-right: 32px;
}

.section-1 .nav {
    width: 1200px;
    height: 140px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 10px 30px 0px rgba(73, 9, 9, 0.08);
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    margin-top: 30px;
}

.section-1 .nav .item {
    flex: 1;
    text-align: center;
    border-right: 1px solid #E6E6E6;
    margin: 25px 0;
}

.section-1 .nav .item:last-child {
    border-right: 0;
}

.section-1 .nav .item .num {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.section-1 .nav .item .num .txt {
    height: 54px;
    width: 76px;
    line-height: 54px;
    font-size: 54px;
    font-family: Arial;
    font-weight: bold;
    color: #00C684;
    background-color: #ffffff;
}

.section-1 .nav .item .num .text {
    font-family: PingFangSC-Regular;
    color: #00C684;
    font-size: 24px;
    height: 24px;
    line-height: 24px;
    margin: 22px 0 0 5px;
}

.section-1 .nav .item .desc {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #8591A3;
    line-height: 36px;
}
/*安菲商城小程序为商家抓住移动互联网新风口end*/

/*安菲微商城系统界面展示start*/
.section-2 .btn-div{
    text-align: left;
}
.section-2 .btn-div .btn {
    border-radius: 2px;
    line-height: 60px;
    color: #008CFF;
    font-size: 16px;
    width: 200px;
    height: 60px;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: bottom;
    text-align: center;
    cursor: pointer;
}
.mod-product-slide h2{
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 40px;
    color: #FFFFFF;
    opacity: 1;
}
.mod-product-slide p{
    font-size: 14px;
    font-family: MicrosoftYaHei;
    line-height: 19px;
    color: #FFFFFF;
    opacity: 1;
}

.mod-product-slide {
    height: auto;
    padding-top: 100px;
    background: #00C684;
    color: #fff;
}

.mod-product-slide .hd {
    float: right;
    width: 575px;
}

.mod-product-slide .hd h2 {
    font-size: 36px;
    margin-bottom: 62px;
}

.mod-product-slide .hd ul {
    overflow: hidden;
    margin-bottom: 22px;
}

.mod-product-slide .hd li {
    float: left;
    cursor: pointer;
    width: 100px;
    height: 100px;
    margin: 0 22px 20px 0;
    text-align: center;
    font-size: 14px;
    border-radius: 5px;
}

.mod-product-slide .hd li:hover {
    background: #fff;
    color: #1573fb;
}
.mod-product-slide .hd li:hover p{
    color: #00C684;
}


.mod-product-slide .hd li i {
    width: 39px;
    height: 41px;
    display: block;
    margin: 16px auto 10px;
}

.mod-product-slide .hd .qrcode {
    text-align: center;
    font-size: 14px;
    width: 137px;
}

.mod-product-slide .hd .qrcode .img {
    width: 137px;
    height: 137px;
    margin-bottom: 15px;
}

.mod-product-slide .bd {
    width: 456px;
    float: left;
    margin-left: 43px;
    height: 540px;
    position: relative;
}

.mod-product-slide .bd ul {
    margin-left: 101px;
}

.mod-product-slide .bd li {
    width: 255px;
    height: 541px;
}

.mod-product-slide .bd .prev,
.mod-product-slide .bd .next {
    width: 38px;
    height: 38px;
    transition: all .2s;
    border: 1px solid #fff;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    margin-top: -20px;
}

.mod-product-slide .bd .next {
    right: 0;
}

.mod-product-slide .bd .prev:after,
.mod-product-slide .bd .next:after {
    content: "";
    position: absolute;
    margin: -5px 0 0 -7px;
    left: 50%;
    top: 50%;
    width: 8px;
    height: 8px;
    border: 1px solid #fff;
    border-color: transparent #fff #fff transparent;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.mod-product-slide .bd .prev:after {
    -ms-transform: rotate(-225deg);
    -webkit-transform: rotate(-225deg);
    transform: rotate(-225deg);
    margin: -5px 0 0 -2px;
}

.mod-product-slide .bd .prev:hover,
.mod-product-slide .bd .next:hover {
    background: #fff;
}

.mod-product-slide .bd .prev:hover:after,
.mod-product-slide .bd .next:hover:after {
    border-color: transparent #aaa #aaa transparent;
}

.mod-product-slide .bd .i-title {
    position: absolute;
    font-size: 14px;
    font-weight: 700;
    color: #333;
    left: 50%;
    top: 30px;
    margin-left: -65px;
    text-align: center;
    width: 130px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}

.mod-product-slide .bd .img {
    width: 245px;
    overflow: hidden;
    height: 475px;
    background: #F4F4F4;
    position: absolute;
    top: 59px;
    left: 5px;
    border-radius: 0 0 22px 22px;
}

.mod-product-slide .bd .img img {
    width: 245px;
    height: auto;
}

.mod-product-slide .bd .img-short {
    height: 437px;
    border-radius: 0;
}

.mod-product-slide .bd .swiper-slide {
    height: auto;
}

.mod-product-slide .swiper-scrollbar {
    background: rgba(105, 105, 105, 0.5);
    opacity: 1 !important;
}


/*.mod-product-slide .hd li i {
    background: url(../images/ssminiappshop/02-icon.png) no-repeat;
}*/

.mod-product-slide .hd li.item-1 i {
    background: url(../image/home11.png) no-repeat center;
    background-size: 40px 40px;
}

.mod-product-slide .hd li.item-2 i {
    background: url(../image/lb1.png) no-repeat center;
    background-size: 40px 40px;
}

.mod-product-slide .hd li.item-3 i {
    background: url(../image/xq.png) no-repeat center;
    background-size: 40px 40px;
}

.mod-product-slide .hd li.item-4 i {
   background: url(../image/sq.png) no-repeat center;
   background-size: 40px 40px;
}

.mod-product-slide .hd li.item-5 i {
    background: url(../image/qh1.png) no-repeat center;
    background-size: 40px 40px;
}

.mod-product-slide .hd li.item-6 i {
    background: url(../image/dsp.png) no-repeat center;
    background-size: 40px 40px;
}

.mod-product-slide .hd li.item-7 i {
    background: url(../image/vip1.png) no-repeat center;
    background-size: 40px 40px;
}

.mod-product-slide .hd li.item-8 i {
    background: url(../image/zj.png) no-repeat center;
    background-size: 40px 40px;
}

.mod-product-slide .hd li.item-1:hover i {
    background: url(../image/home21.png) no-repeat center;
    background-size: 40px 40px;
}

.mod-product-slide .hd li.item-2:hover i {
    background: url(../image/lb21.png) no-repeat center;
    background-size: 40px 40px;
}

.mod-product-slide .hd li.item-3:hover i {
    background: url(../image/xq21.png) no-repeat center;
    background-size: 40px 40px;
}

.mod-product-slide .hd li.item-4:hover i {
    background: url(../image/sq2.png) no-repeat center;
    background-size: 40px 40px;
}

.mod-product-slide .hd li.item-5:hover i {
    background: url(../image/dpj2.png) no-repeat center;
    background-size: 40px 40px;
}

.mod-product-slide .hd li.item-6:hover i {
    background: url(../image/dsp2.png) no-repeat center;
    background-size: 40px 40px;
}

.mod-product-slide .hd li.item-7:hover i {
    background: url(../image/vip2.png) no-repeat center;
    background-size: 40px 40px;
}

.mod-product-slide .hd li.item-8:hover i {
    background: url(../image/zj21.png) no-repeat center;
    background-size: 40px 40px;
}




.mod-product-slide.mod-product-slide .bd .img {
    top: 0;
    height: 532px;
    background: none;
}
/*安菲微商城系统界面展示end*/


/*安菲小程序为你聚集微信红利入口start*/
.section-5 .hd {
    float: left;
    width: 280px;
    height: 330px;
    border: 1px solid #E7E5EB;
    margin-top: 76px;
}

.section-5 .hd li {
    border-bottom: 1px solid #E7E5EB;
    height: 110px;
    position: relative;
}

.section-5 .hd li:last-child {
    border-bottom: 0 none;
}

.section-5 .hd li i {
    position: relative;
    z-index: 2;
    width: 28px;
    height: 26px;
    float: left;
    margin: 30px 0 0 30px;
}

.section-5 .hd li.item-1 i {
     background: url(../image/ylrk.png) no-repeat center;
     background-size: 30px 30px;
}

.section-5 .hd li.item-2 i {
     background: url(../image/bxrk.png) no-repeat center;
     background-size: 30px 30px;
}

.section-5 .hd li.item-3 i {
     background: url(../image/ybxl.png) no-repeat center;
     background-size: 30px 30px;
}

.section-5 .hd li .text {
    position: relative;
    z-index: 2;
    margin-left: 76px;
    padding-top: 14px;
}

.section-5 .hd li .text h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 4px;
}

.section-5 .hd li .text p {
    font-size: 14px;
    color: #8591A3;
    margin-top: -8px;
}

.section-5 .hd li:hover {
    border: 1px solid #EEEFF0;
    background: linear-gradient(90deg, #00C684 0%, #20FFB5 100%);
    opacity: 0.83;
    color: #ffffff;
}

.section-5 .hd li:hover p {
    color: #fff;
}

.section-5 .hd li.item-1:hover i {
    background: url(../image/ylrk1.png) no-repeat center;
    background-size: 30px 30px;
}

.section-5 .hd li.item-2:hover i {
     background: url(../image/bxrk1.png) no-repeat center;
     background-size: 30px 30px;
}

.section-5 .hd li.item-3:hover i {
     background: url(../image/ybxl1.png) no-repeat center;
     background-size: 30px 30px;
}

/*.section-5 .hd li.on:after {
    content: "";
    background: url(../images/ssminiappshop/05-bg.png) no-repeat center;
    width: 313px;
    height: 136px;
    position: absolute;
    left: -16px;
    top: 0;
}*/

.section-5 .bd {
    width: 856px;
    height: 510px;
    margin-left: 300px;
}

.section-5 .bd li {
    width: 856px;
    height: 510px;
}

.section-5 .bd li.item-1 {
    background: url(../image/llrk2.png) no-repeat center;
    background-size: 433px auto;
}

.section-5 .bd li.item-2 {
    background: url(../image/bxrk2.png) no-repeat center;
    background-size: 433px auto;
}

.section-5 .bd li.item-3 {
    background: url(../image/ybxl2.png) no-repeat center;
    background-size: 433px auto;
}
/*安菲小程序为你聚集微信红利入口end*/
/*安菲商城小程序的优势start*/
.section-3 {
    background: #FFFFFF;
    margin-top: 100px;
}
.section-3  .text-center{
    width: 1200px;
    margin: 0 auto;
}
.section-3  .text-center h2 {
    text-align: center;
    display: block;
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 40px;
    color: #021940;
    margin: 50px 0 0 0;
}
.section-3  .text-center p {
    text-align: center;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    line-height: 19px;
    color: #818997;
    margin: 10px 0 25px 0;
    overflow: hidden;
}
.section-3 .img-list{
    width: 1200px;
}
.section-3  .index-services-items {
    margin-left: 1px;
    margin-top: 80px;
}

.section-3  .index-services-items li {
    float: left;
    padding: 0 20px;
    width: 278px;
    height: 220px;
    border: 0px solid #FFFFFF;
    box-sizing: border-box;
    text-align: left;
    background: #FFFFFF;
    border-radius: 8px;
    box-shadow: 0px 3px 6px rgba(26, 67, 149, 0.16);
    margin-left: 10px;
    margin-right: 10px;

}

.section-3  .index-services-items li .iconfont {
    display: inline-block;
    margin-top: 32px;
    margin-bottom: 16px;
    font-size: 40px;
    color: #021940;
}
.section-3  .index-services-items li .iconfont {
    display: inline-block;
    margin-top: 32px;
    margin-bottom: 16px;
    font-size: 40px;
    color: #021940;
}
.section-3  .index-services-items li .service-jsxy{
    /*background: url("/style/images/ssindex/service-jsxy.png") no-repeat right center;*/
}



.section-3  .index-services-items li h4 {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 24px;
    color: #021940;
    opacity: 1;
}

.section-3  .index-services-items li p {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 19px;
    color: #5D6C85;
    opacity: 1;
    
}


/*安菲商城小程序的优势end*/

.section-4 .list {
    padding-bottom: 50px;
    width: 1200px;
    height: auto;
}

.section-4 .list .item {
    float: left;
    width: 365px;
    text-align: center;
}

.section-4 .list .item h3 {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 31px;
    color: #021940;
    opacity: 1;
}

.section-4 .list .item p {
    font-size: 16px;
    width: 256px;
    margin: 0 auto;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 21px;
    color: #021940;
    opacity: 1;
}

.section-4 .list .item .img {
    width: 244px;
    height: 500px;
    margin: 0 auto 23px;
    box-shadow: 0 8px 11px rgba(0, 0, 0, .1);
    border-radius: 24px;
}

.section-4 .list .item-1 .img {
    background: url(../image/xcx.png) no-repeat center;
    background-size: 244px 500px;
}

.section-4 .list .item-2 .img {
    background: url(../image/APP@2x.png) no-repeat center;
    background-size: 244px 500px;
}

.section-4 .list .item-3 .img {
    background: url(../image/weishop.png) no-repeat center;
    background-size: 244px 500px;
}



/*安菲小程序精彩案例start*/
.section-6 .list {
    width: 1200px;
    height: auto;
}

.section-6 .list .item {
    float: left;
    width: 378px;
    height: 340px;
    margin: 0 32px 36px 0;
    position: relative;
    overflow: hidden;
}

.section-6 .list .item:nth-child(n+4) {
    margin-bottom: 0
}

.section-6 .list .item-3, .section-6 .list .item-6 {
    margin-right: 0;
}

.section-6 .list .item .bg-img {
    width: 100%;
    height: 168px;
    background-size: cover;
    background-position: 50%;
}

.section-6 .list .item-1 .bg-img {
    background: url(../image/tongyi.png) no-repeat;
}

.section-6 .list .item-2 .bg-img {
    background: url(../image/jac.png) no-repeat;
}

.section-6 .list .item-3 .bg-img {
    background: url(../image/redearth.png) no-repeat;
}

.section-6 .list .item-4 .bg-img {
    background: url(../image/jwm.png) no-repeat;
}

.section-6 .list .item-5 .bg-img {
    background: url(../image/sdyp.png) no-repeat;
}

.section-6 .list .item-6 .bg-img {
    background: url(../image/jyw.png) no-repeat;
}

.section-6 .list .item .card {
    position: absolute;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    top: 168px;
    padding: 0 30px;
    background-color: #fff;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
    text-align: left;
}

.section-6 .list .item .card h2 {
    margin-top: 15px;
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 29px;
    color: #021940;
    opacity: 1;
}

.section-6 .list .item .card .desc {
    margin-top: 10px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 19px;
    color: #5D6C85;
    opacity: 1;
}

.section-6 .list .item .card .qrcode {
    display: none;
    width: 166px;
    height: 166px;
    margin: 50px auto 0;
}

.section-6 .list .item .card .view {
    display: none;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: rgba(136, 136, 136, 1);
    line-height: 24px;
    margin: 20px 0 0 0;
    text-align: center;
}

/*.section-6 .list .item:hover .card {
    top: 0;
}

.section-6 .list .item:hover .card h2,
.section-6 .list .item:hover .card .desc {
    display: none;
}

.section-6 .list .item:hover .card .qrcode,
.section-6 .list .item:hover .card .view {
    display: block;
}

.section-6 .list .item-1 .card .qrcode {
    background: url(../images/ssminiappshop/8f-img7.png) no-repeat;
}

.section-6 .list .item-2 .card .qrcode {
    background: url(../images/ssminiappshop/8f-img8.png) no-repeat;
}

.section-6 .list .item-3 .card .qrcode {
    background: url(../images/ssminiappshop/8f-img9.png) no-repeat;
}

.section-6 .list .item-4 .card .qrcode {
    background: url(../images/ssminiappshop/8f-img10.png) no-repeat;
}

.section-6 .list .item-5 .card .qrcode {
    background: url(../images/ssminiappshop/8f-img11.png) no-repeat;
}

.section-6 .list .item-6 .card .qrcode {
    background: url(../images/ssminiappshop/8f-img12.png) no-repeat;
}*/

/*安菲小程序精彩案例end*/
