*{
    margin: 0;
    padding: 0;
}
p{
    margin: 0;
    padding: 0;
}
ul,li{
    list-style: none;
    padding: 0;
    margin: 0;
}

h1,h2,h3,h4,h5,h6{
    margin: 0;
    padding: 0;
}
body{
    overflow-x: hidden;
    font-size: 16px;
    background-color: #Fff !important;
}
a:hover{
    text-decoration: none;
}

/*文字一行溢出*/
.oneline{
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
overflow: hidden;
word-break:break-all;
}
/*文字两行溢出*/
.twoline{
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
word-break:break-all;
}
/*文字三行溢出*/
.Threeline{
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
word-break:break-all;
}
/*/四行*/
.siline{
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 4;
overflow: hidden;
word-break:break-all;
}


.homenavs,.homenavs_main{
    /* 5 */
    /* height: 4rem; */
    display: flex;
    align-items: center;
    /* overflow: hidden; */
}
.homenavs .nav-link.dropdown-toggle::after{
    display: none;
}
.fixed {
    position: fixed;
    left: 0;
    top: 0;
    -webkit-transform: translateZ(0);
    z-index: 99;
}
.homenavs_main{
    background-color: #fff;
    height: 5rem;
    width: 100%;
}
.navbar-collapse{
    
}
.navbar-brand-mobile{
    display: none;
}
.min_logos{
    display: none !important;
}
.homenavs_main .navbar{
    padding: 0;
    width: 100%;
}
.homenavs .navbar-light .navbar-nav .nav-link{
    color: #333333;
    font-size: 1.3rem;
    padding: 0;
}
.homenavs .navbar-nav .nav-item{
    margin-left: 2.25rem;
    position: relative;
}
.homenavs .navbar-nav{
    /* margin-left: 17rem; */
}
.homenavs .navbar-nav .nav-item.active .nav-link{
    color: #F64F15;
}
.homenavs .navbar-nav .nav-item.active:after{
    content: "";
    width: 2.5rem;
    height: 0.3rem;
    background: #F64F15;
    border-radius: 0.1rem;
    position: absolute;
    left: 50%;
    margin-left: -1.25rem;
    bottom: -0.6rem;

}
.homenavs .navbar-brand img{
    width: 167px;
    height: 41px;
}
/* nav end */


/* swiper */
.swiper_main{
    
    width: 100%;
}
.swiper_main .carousel-item img{
    width: 100%;
}
.swiper_main .carousel-indicators li{
    background-color: #fff;
    opacity: 1;
}
.swiper_main .carousel-indicators li.active{
    background-color: #F64F15;
    width: 50px;
}
/* swiper end */

/* 简介 */
.synopsis{
    padding: 7.5rem 0;
}
.synopsistext{
    /* margin-bottom: 4.8rem; */
}
.synopsis .synopsistext h3{
    font-size: 1.2rem;
    color: #5f6464;
    text-align: center;
    margin-bottom: 2rem;
    font-family: 'TencentSansw3';


}
.abouttit{
    text-align: center;
    margin-bottom: 3.1rem;
}
.abouttit  img{
    width: 28rem;
    height: 4rem;
}


/* 简介 ned */

/* 关于我们 */
.abouts{
    background-color: #F7F7F7;
}
.abouts_l{
    padding: 5.3rem 0;
    padding-right: 4rem;
}
.abouts_l h4{
    font-size: 2rem;
    margin-bottom: 2.5rem;
    position: relative;
}
.abouts_l h4::after{
    content: "";
    width: 2.5rem;
    height: 0.3rem;
    background: #F64F15;
    border-radius: 0.1rem;
    position: absolute;
    left: 0;
    bottom: -0.6rem;
}
.abouts_l p{
    color: #666666;
    /* font-size: 1.2rem; */
    font-size: 1rem;
    text-indent: 35px;
    text-align: justify;
}

.abouts_l .allmore{
    text-align: right;
    margin-top: 2.5rem;
}
.abouts_l .mores{
    width: 80px;
    height: 24px;
    line-height: 24px;
    background: #E94F1C;
    color: #fff;
    font-size: 1rem;
    border-radius: 12px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
}
.abouts_l .mores:hover{
    color: #fff;
}
.abouts_r {
    display: flex;
    align-items: center;
}
.abouts_r .rigimg{
    /* width: 52rem;
    height: 43rem; */
    width: 100%;
}

/* 新闻 */
.newsmainbox{
    background-color: #F7F7F7;
    margin-top: 7.5rem;
}
.newsmain{
    padding-bottom: 3.6rem;
    padding-top: 3.7rem;
}
.news_head{
    text-align: center;
    align-items: center;
    justify-content: center;
    margin-bottom: 4rem;
}
.news_head h4{
    font-size: 2rem;
    position: relative;
}
.news_head h4::after{
    content: "";
    width: 2.5rem;
    height: 0.3rem;
    background: #F64F15;
    border-radius: 0.1rem;
    position: absolute;
    left: 50%;
    margin-left: -1.25rem;
    bottom: -0.6rem;
}
.synopsislist{
    margin: 0;
    padding: 0;
}
.newslist{
    margin: 0;
}
.newsitem{
    cursor: pointer;
}
.newsitembox{
    /* border: 1px solid rgba(128, 128, 128, 0.2); */
    border-radius: 0.6rem;
    /* height: 36rem; */
    padding: 1rem;
}

.newsitembox .thumbnails{
    /* height: 10rem; */
    width: 100%;
}

.newsitembox .linecolors{
    margin-top: 1.1rem;
    width: 5rem;
    height: 5px;
    background: #F64F15;
}
.newsitembox h3{
    margin-top: 0.8rem;
    color: #000000;
    font-size: 1.3rem;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    word-break:break-all;
}
.newsitembox p {
    color: #4D4D4D;
    font-size: 1rem;
    margin-top: 1rem;
    
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    word-break:break-all;
}
.newsfoots{
    display: flex;
    margin-top: 1.1rem;
}
.allnews{
    width: 4.5rem;
    height: 1.6rem;
    line-height: 1.6rem;
    border-radius: 0.9rem;
    text-align: center;
    font-size: 0.8rem;
    margin-left: auto;
    cursor: pointer;
    background-color: #F64F15;
    color: #fff !important;
}
.pages .page-item .page-link{
    color: #F64F15;
}
.pages .page-item.active .page-link{
    background-color: #F64F15;
    border-color: #F64F15;
    color: #fff;
}


/* 新闻end */
.supermarket{
    margin-top: 7.5rem;
}
.supermarket .supermarketimg{
    /* height: 50rem; */
    width: 100%;
}

/* downloadapp */
.downloadapp{
    margin-top: 7.5rem;
    padding: 6.25rem 0;
    background-color: #F7F7F7;
}
.downloadapp_qrcode .logos{
    width: 106px;
    height: 106px;
    margin-right: 2rem;
}
 
.downloadapp_qrcode .dowstit{
    color: #000000;
    font-size: 2.8rem;
}
.downloadapp_tit{
    display: flex;
    align-items: center;
}

.qrcodelist{
    display: flex;
    justify-content: space-between;
    flex-wrap:wrap;
    margin-top: 5rem;

}
.qrcodesitem{

}
.qrcodesitem img{
    width: 9.3rem;
    height: 9.3rem;
}
.qrcodesitem p{
    margin-top: 0.2rem;
    color: #000000;
    font-size: 1.2rem;
    text-align: center;
}


.downloadapp_swiper{

}
.downloadapp_swiper .swimgs{
    width: 100%;
    /* width: 10rem; */
}
.downloadapp_swiper .swiper-slide{
    background: none;
}
.downloadapp_swiper .swiper-pagination{
    display: none;
}
.swiper-container {
width: 100%;
height: 100%;
}
.swiper-slide {
text-align: center;
font-size: 18px;
background: #fff;

/* Center slide text vertically */
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
transition: 300ms;
transform: scale(0.8);
}
.swiper-slide-active,.swiper-slide-duplicate-active{
transform: scale(1);
}
/* downloadapp emd */


/* pagefooter */
.pagefooter{
    padding-top: 7.5rem;
    padding-bottom: 6.25rem;
    background-color: #333333;
}
.contactmain{
    padding-bottom: 1.8rem;
    border-bottom: 1px solid #fff;
}
.contactmain .contact p{
    color: #fff;
    font-size: 1rem;
    margin-bottom: 0.3rem;
}
.contactmain .contact h5{
    color: #fff;
    font-size: 1.1rem;
    margin-bottom: 1rem;
}

.linklist{
    margin-top: 4.3rem;
}
.linksline li:nth-child(1){
    margin-bottom: 1rem;
}
.linksline li{
    font-size: 1.625rem;
    color: #fff;
}
.linksline li a{
    color: #fff;
    font-size: 1.2rem;
}
.linklist .linklogo{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.linklist .linklogo img{
    width: 7.25rem;
    height: 7.25rem;
    margin-bottom: 1rem;
}

.foottest{
    color: #fff;
    font-size: 1.1rem;
    margin-top: 4.2rem;
    display: flex;
    justify-content: baseline;
    justify-content: space-between;
    flex-wrap: wrap;
}
.foottest a,.foottest p{
    color: #fff;
}
/* pagefooter end */

.Maskss.show{
    content: "";
    width: 100vw;
    height: 100vh;
    background-color: #000;
    opacity: .5;
    position: fixed;
    z-index: 98;
}



/* 联系我们 */
.contactus{
    margin-top: 7.5rem;
    background-color: #F8F8F8;
    padding-top: 3rem;
    padding-bottom: 7.5rem;
}
.contactus .tits{
    text-align: center;
    margin-bottom: 3.7rem;
}
.contactus .tits img{
    width: 13.3rem;
    height: 5rem;
}
.contactus .froms{

}
.contactus .froms .custom-select{
    width: 10rem;
}

.contactus .textarea{
    width: 100%;
    height: 9.5rem;
}
.submitbtns .textarea{

}

.submitbtns{
    margin-top: 3.7rem;
    text-align: center;
}
.submitbtns .submits{
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #F64F15;
    border-radius: 2px;
    color: #fff;
    font-size: 1.1rem;
    border: 0;
}


/* prosuperiority */
.prosuperiority{

}
.prosuperioritynav{
    background-color: #F7F7F7;
}
.navtabjos{
    padding-top: 7.5rem;
    text-align: center;
}
.navtabjos .nav-tabs{
    border: none !important;
}
.navtabjos .nav-item{
    padding: 3.7rem 0;
    border: none !important;
}
.navtabjos .nav-item img{
    height: 2.8rem;
}
.navtabjos .nav-item p{
    text-align: center;
    color: #4D4D4D;
    font-size: 1.5rem;
    position: relative;
}
.navtabjos .nav-item p::after{
    content: "";
    position: absolute;
    bottom: -0.8rem;
    left: 50%;
    margin-left: -1.55rem;
    width: 3.1rem;
    height: 0.25rem;
    background: #666666;
    border-radius: 0.12rem;
}
.navtabjos .nav-item.active p::after{
    background-color: #F64F15;
}
.prosuperiority_body{
    padding-top: 7.5rem;
    padding-bottom: 4.25rem;
}
.prosuperiority_body .focusitem{
    text-align: center;
    box-shadow: 0px 0.1rem 0.25rem 0px rgba(232, 227, 227, 0.5);
    border-radius: 0.25rem;
    padding: 3.75rem 0;
    cursor: pointer;
    margin-bottom: 2rem;
}
.focusitem img{
    height: 2.6rem;
}
.focusitem h5{
    position: relative;
    color: #666666;
    font-size: 1.5rem;
    margin-top: 1.8rem;
}
.focusitem h5::after{
    position: absolute;
    bottom: -1rem;
    left: 50%;
    margin-left: -1.55rem;
    content: "";
    width: 3.1rem;
    height: 1px;
    background: #E6E6E6;
}
.focusitem p{
    margin-top: 1.8rem;
    color: #808080;
    font-size: 1.1rem;
}
/* prosuperiority end */

/* Solution */
.Solution{
    background-color: #F7F7F7;
    padding: 7.5rem 0;
}
.sol_head{
    text-align: center;
    margin-bottom: 3.7rem;
}
.sol_head h2{
    display: inline-block;
    position: relative;
    text-align: center;
    color: #4D4D4D;
    font-size: 1.8rem;
    font-weight: bold;
}
.sol_head h2::after{
    content: "";
    width: 3.1rem;
    height: 0.25rem;
    background: #F64F15;
    border-radius: 0.1rem;
    position: absolute;
    bottom: -0.5rem;
    left: 50%;
    margin-left: -1.55rem;
}
.Solutionmain{
    background-color: #fff;
    padding:  0 3rem;
    padding-top: 6.25rem;
}

.Solution_item{
    margin-bottom: 6.25rem;
    padding: 0 3rem;
    text-align: center;
    cursor: pointer;
}
.Solution_item img{
    width: 3.1rem;
}
.Solution_item .p1{
    color: #666666;
    font-size: 1.5rem;
    margin-top: 1.8rem;
}
.Solution_item .p2{
    color: #808080;
    font-size: 1.1rem;
    margin-top: 1.75rem;
}

/* Solution end */

/* solvewhere */
.solvewhere{
    padding: 7.5rem 0;
    background-color: #fff;
}
.solvecard{
    box-shadow: 0px 2px 10px 0px rgba(232, 227, 227, 0.5);
    border-radius: 4px;
    padding: 3rem; 
    margin-bottom: 3.7rem;
}

.solvecard:nth-child(2) .solvecard_left {
    text-align: right;
}
.solvecard_left{

}
.solvecard_left h3{
    color: #4D4D4D;
    font-size: 1.5rem;
    margin-bottom: 1.6rem;
}
.solvecard_left .soiteminfos{
    margin-bottom: 1.6rem;
}
.solvecard_left .soiteminfos p{
    color: #666666;
    font-size: 1.5rem;
}
.solvecard_left .soiteminfos span{
    color: #808080;
    font-size: 1.25rem;
}
.solvecard_right{

}
.solvecard_right img{
    width:100%;
}
/* solvewhere end */


/* mytrend */
.mytrend{
    background-color: #F7F7F7;
    padding: 7.5rem 0;
}
.mytrend_item{
    margin-bottom: 3.75rem;
    padding: 0 3rem;
    cursor: pointer;
}
.mytrend_item:nth-last-child(1){
    margin-bottom: 0;
}
.mytrend_tit{
    display: flex;
    align-items: center;
}
.mytrend_tit p{
    margin-left: 0.9rem;
    color: #666666;
    font-size: 1.5rem;
}
.icons_tit{
    width: 1.8rem;
    height: 1.8rem;
    line-height: 1.8rem;
    background: #F64F15;
    border-radius: 50%;
    color: #fff;
    font-size: 1.25rem;
    text-align: center;
}
.mytrend_item_info{
    color: #808080;
    font-size: 1.25rem;
    margin-left: 2.7rem;
    margin-top: 0.5rem;
}
/* mytrend end */

/* 鹿马合伙人 */
.Partnerintroduction{
    padding: 7.5rem 0;
}
.stepitem{
    box-shadow: 0px 2px 10px 0px rgba(232, 227, 227, 0.5);
    border-radius: 4px;
    padding: 6.8rem 0;
    text-align: center;
}
.stepitem p{
    color: #808080;
    font-size: 1.2rem;
    text-align: center;
}
.stepitem img{
    height: 3.1rem;
    margin: 1.8rem auto;
}
.stepitem h4{
    color: #4D4D4D;
    font-size: 1.2rem;
    text-align: center;
    font-weight: bold;
}
.stepitem h5{
    margin-top: 1.8rem;
    color: #4D4D4D;
    font-size: 1.2rem;
    text-align: center;
}


.partnerreason{
    padding: 7.5rem 0;
    background-color: #F7F7F7;
}
.partnerreason_item{
    text-align: center;
    padding: 4.1rem 0;
    background: #FFFFFF;
    box-shadow: 0px 2px 0.6rem 0px rgba(232, 227, 227, 0.5);
    border-radius: 0.6rem;
    cursor: pointer;
    margin-bottom: 1rem;
}
.partnerreason_item img{
    display: block;
    height: 3.1rem;
    margin: 0 auto;
    margin-bottom: 1.8rem;
}
.partnerreason_item h3{
    display: inline-block;
    color: #666666;
    font-size: 1.3rem;
    padding-bottom: 0.6rem;
    border-bottom: 1px solid #E6E6E6;
}
.partnerreason_item p{
    color: #808080;
    font-size: 1.2rem;
    margin-top: 1rem;
}



.Sourceofincome{
    padding: 7.5rem 0;
}

.incomeitem{
    color: #666666;
    font-size: 1.2rem;
    margin-bottom: 3.6rem;
}
.Incomestatement{
    margin-bottom: 2rem;
}
.Incomestatement h5{
    color: #666666;
    font-size: 1.2rem;
    margin-bottom: 1.2rem;
}
.Incomestatement p{
    color: #808080;
    font-size: 1.1rem;
}

/* 合伙人end */

/* 生活超市 */
.brandstrength{
    /* margin-top: 0.5rem; */
    padding: 7.5rem 0;
    background-color: #F7F7F7;
}

.brandstrength_item{
    background-color: #FFFFFF;
    padding: 4.3rem 2.5rem;
    margin-bottom: 2rem;
    text-align: center;
}
.brandstrength_item .virtuetit{
    padding: 0 1rem;
    display: inline-block;
    height: 2rem;
    line-height: 2rem;
    margin: 0 auto;
    border-radius: 1rem;
    color: #Fff;
    background-color: #F64F15;
    margin-bottom: 1.8rem;
    font-size: 1.5rem;
}
.brandstrength_item p{
    color: #666666;
    font-size: 1.2rem;
}


.myservice{
    padding: 7.5rem 0;
}
.myservicebody{
    background-color: #F7F7F7;
    padding: 7.5rem 0;
}
.servicetwo{
    margin-bottom: 7.5rem;
}
.servicetwo_item{
    
    box-shadow: 0px 0.1rem 0.6rem 0px rgba(232, 227, 227, 0.5);
    border-radius: 4px 4px 0px 4px;
}
.servicetwo_item img{
    width: 100%;
}
.servicetwo_item p{
    padding: 0.7rem 1rem;
    color: #4D4D4D;
    font-size: 1.2rem;
}


/* 统计 */
.statistics{

}
.statistics_l {
    padding: 4rem;
}
.statistics_l img{
    width: 100%;
}

.statistics_r {
    padding: 3rem;
}
.statistics_r .linecount{
    margin-bottom: 4rem;
}
.countsitem p{
    color: #4D4D4D;
    font-size: 3rem;
}
.countsitem span{
    color: #4D4D4D;
    font-size: 1.2rem;
}

.statistics_main{
    margin-top: 3.7rem;
}
.pstest{
    margin-top: 3.7rem;
}
.pstest p{
    color: #4D4D4D;
    font-size: 1.2rem;
}


.retails{
    background-color: #F7F7F7;
    padding: 7.5rem 0;
}
.retails_main{

}
.retails_item{
    margin-bottom: 1rem;
}
.retails_item .thumbnails{
    width: 100%;
}
.retails_item_body{
    padding: 1.7rem;
}
.retails_item_body h3{
    color: #4D4D4D;
    font-size: 1.5rem;
}
.retails_item_body img{
    width: 41px;
    height: 4px;
    margin-top: 1rem;
}
.retails_item_body p{
    color: #666666;
    font-size: 1.2rem;
    margin-top: 0.8rem;
}


/* 超市列表 */
.supermarketnew{
    padding: 7.5rem 0;
}
.itemsupermarket{
    margin-bottom: 3.7rem;
}
.supermarketnew_main .row>div:nth-last-child(1) .itemsupermarket{
    margin-bottom: 0;
}

.itemsupermarket img{
    width: 100%;
}
.itemsupermarket p{
    color: #4D4D4D;
    text-align: center;
    margin-top: 1.5rem;
}

/* 智能超市 */
.smartsupermarket{
    padding: 7.5rem 0;
    background-color: #F7F7F7;
}
.smartsupermarket_l,.smartsupermarket_r{
    padding: 3.7rem;
}
.smartsupermarket_l{
    background-color: #F64F15;
}
.smartsupermarket_l h3{
    font-size: 1.8rem;
    color: #fff;
}
.smartsupermarket_l .chapter,.smartsupermarket_r .chapter{
    margin-top: 3.7rem;
}
.smartsupermarket_l .chapter_tit{
    display: inline-block;
    background-color: #FFFFFF;
    height: 2rem;
    line-height: 2rem;
    padding: 0 1rem;
    font-size: 1.4rem;
    color: #F64F15;
    border-radius: 1rem;
}
.smartsupermarket_l .chapter p {
    margin-top: 0.9rem;
    color: #FFFFFF;
    font-size: 1.1rem;
}

.smartsupermarket_r{
    background-color: #fff;
    margin-top: 3.7rem;
}
.smartsupermarket_r .chapter_tit{
    display: inline-block;
    background-color: #F2F2F2;
    height: 2rem;
    line-height: 2rem;
    padding: 0 1rem;
    font-size: 1.4rem;
    color: #808080;
    border-radius: 1rem;
}
.smartsupermarket_r .chapter p {
    margin-top: 0.9rem;
    color: #666666;
    font-size: 1.1rem;
}

.support{
    padding: 7.5rem 0;
}
.support_item{
    padding: 3.7rem 0;
    text-align: center;
    margin-top: 3.7rem;
    box-shadow: 0px 0.1rem 0.5rem 0px rgba(232, 227, 227, 0.5);
    border-radius: 0.2rem;
}
.support_item img{
    width: 3.1rem;
}
.support_item h5{
    color: #4D4D4D;
    font-size: 1.8rem;
    margin-top: 1.8rem;
}
.support_item p{
    color: #4D4D4D;
    font-size: 1.2rem;
    margin-top: 1.8rem;
}


/* 生活超市 end */


/* 鹿马合伙人 */
.aboutvideo{
    /* padding-bottom: 7.5rem; */
}
.navboxsfg{
    padding: 3.1rem;
    box-shadow: 0px 0.2rem 0.5rem 0px rgba(233, 229, 229, 0.5);
    border-radius: 0.2rem;
}
.aboutusnav_item{
    text-align: center;
}
.aboutusnav_item img{
    height: 3rem;
}
.aboutusnav_item p{
    color: #4D4D4D;
    font-size: 1.2rem;

}
.aboutusnav_item span{
    color: #A9A4A4;
    font-size: 1rem;
}

.videosbox{
    padding: 1.5rem 0;
}
.videosbox .videosmain p{
    color: #666666;
    font-size: 1.2rem;
    margin-top: 1.8rem;
    margin-bottom: 3.7rem;
    text-align: center;
}
.videosbox .videos{
    text-align: center;
}
.videosbox .videosimg{
    width: 40rem;
    margin-top: 1rem;
}


.renteraddress{
    background-color: #F7F7F7;
}
.rens_heads{
    margin-bottom: 2rem;
}
 .rens_heads h5{
    color: #4D4D4D;
    font-size: 1.8rem;
    font-weight: bold;
    position: relative;
}
.rens_heads h5::after{
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 3.1rem;
    height: 0.2rem;
    background: #E94F1C;
    border-radius: 2px;
}
.renteraddress_l{
    padding: 4.5rem 2rem;
}
.renteraddress_r{
    align-items: center;
    display: flex;
}
.renteraddress_r img{
    /* width: 100%; */
    height: 550px;
}

.linereninfo{
    margin-bottom: 1rem;
}
.linereninfo h6{
    font-size: 1.2rem;
    color: #4D4D4D;
    margin-bottom: 0.3rem;
}
.linereninfo p{
    font-size: 1.1rem;
    color: #666666;
}

/* ends */

/* 发展历程 */
.fzHistory{
    margin-top: 7.5rem;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: border-box;
    padding: 7.5rem 0;
}
.fzHistory_head{
    text-align: center;
    margin-bottom: 3.7rem;
}
.fzHistory_head h3{
    display: inline-block;
    position: relative;
    text-align: center;
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
}

.fzHistory_head h3::after{
    content: "";
    width: 3.1rem;
    height: 0.25rem;
    background: #fff;
    border-radius: 0.1rem;
    position: absolute;
    bottom: -0.5rem;
    left: 50%;
    margin-left: -1.55rem;
}

.fzHistory_nav{

}
.operationarrow{
    text-align: center;
}
.fzHistory_nav ul{
    padding: 3.7rem 0;
}
.fzHistory_nav ul li{
    margin: 1rem 0;
    text-align: center;
    color: #BFBFBF;
    font-size: 1.2rem;
    cursor: pointer;
}
.fzHistory_nav ul li.active{
    color: #FFFFFF;
    font-size: 1.3rem;
}
.fzHistory_nav .operationarrow{
    
}
.fzHistory_nav .operationarrow img{
    height: 3.1rem;
    cursor: pointer;
}

.fzHistory_item{
    text-align: left;
}
.fzHistory_item img{
    width: 20rem;
}
.fzHistory_item h4{
    color: #FFFFFF;
    font-size: 1.3rem;
    margin-top: 1.7rem;
}
.fzHistory_item p{
    color: #CCCCCC;
    font-size: 1.1rem;
    margin-top: 0.9rem;
}
.lcswiperssbox{
    display: flex;
    align-items: center;
}
.lcswiperss{
    height: 500px;
}
.lcswiperss .swiper-slide{
    background-color: transparent;
}



/* 发展历程 */

/* 荣誉证书 */
.honorcertificate{
    padding: 4.5rem 0;
    background-color: #F7F7F7;
}

.certificate_body{
    background-color: #fff;
    padding: 3.5rem 3.7rem ;
}
.certificat_item{
    margin-bottom: 3.7rem;
}
.certificat_item img{
    width: 100%;
}
.certificat_item p{
    color: #4D4D4D;
    font-size: 1.2rem;
    text-align: center;
    margin-top: 1rem;
}
/* 荣誉证书end */

/* 软著列表 */
.softworklists{
    padding: 3.5rem 0;
}
.softworkitme{
    margin-bottom: 3.7rem;
}
.softworkitme p{
    text-align: center;
    color: #4D4D4D;
    margin-top: 1rem;
    font-size: 1.1rem;
}
.softworkitme img{
    width: 100%;
}
/* 软著列表end */


/* 新闻 */
.pagesbanners img{
    width: 100%;
}
.newslist{
    background-color: #F7F7F7;
    position: relative;
}
.newslist .swiper-slide img{
    width: 100%;
}
.newsswper{
    position: relative;
    bottom: -4rem;
}
.newslistall{
    padding-top: 7.5rem;
    padding-bottom: 4rem;
    background-color: #fff;
}
.newsitems{
    padding: 1.2rem 0;
    cursor: pointer;
    display: block;
}
.newsitems_left img{
    width: 100%;
}
.newsitems_right h5{
    color: #4D4D4D;
    font-size: 1.5rem;
}
.newsitems_right p{
    color: #666666;
    font-size: 1.25rem;
    margin-top: 1.8rem;
}
.newsitems_right span{
    display: block;
    color: #666666;
    font-size: 1.1rem;
    margin-top: 1.25rem;
}
.newslist .pages{
    text-align: center;
}
.newslist .pages .pagesnavas{
    display: inline-block;
}
/* 新闻列表end */

/* 新闻详情 */
.detatileinfo{
    padding: 3.5rem 0;
    background-color: #fff;
}
.detatileinfo .breadcrumb{
    background-color: transparent;
}
.detatileinfo 
.newsinfodetaile{
    margin-top: 3.6rem;
}
.newsinfodetaile h2{
    color:#4D4D4D;
    font-size: 2rem;
    text-align: center;
}
.newsinfodetaile .ceartetime{
    text-align: right;
    font-size: 1.1rem;
    color: #666666;
    margin-top: 1.8rem;
}
.newsinfodetaile_body{
    padding-top: 3.75rem;
}
.newsinfodetaile_body img{
    /* width: 100%; */
    display: block;
    margin: 0 auto;
}

.detatileinfo .breadcrumb a{
    color: #F64F15;
}
/* 新闻详情end */

/* 网页定制开发 */
.devcaselist{
    padding: 7.5rem 0;
}
.devtitle{
    text-align: center;
}
.devtitle img{
    height: 4.1rem;
}
.devtitle p{
    color: #424242;
    font-size: 1.1rem;
    margin-top: 3.2rem;
}
.casebodys{
    margin-top: 2.3rem;
}
.caseitemsbox{
    margin-bottom: 2.3rem;
}
.caseitemsbox img{
    width: 100%;
}
.caseitems_body{
    padding: 1.8rem;
    border: 1px solid #DFDFDF;
    border-top: 0;
}
.caseitemsbox h3{
    font-size: 1.4rem;
    color: #212121;
}
.caseitemsbox p{
    color: #616161;
    font-size: 0.8rem;
    margin-top: 0.4rem;
}
/* 网页定制开发 */

/* 小程序开发 */
.prevalent{
    padding: 7.5rem 0;
}
.prevalent_head{
    text-align: center;
}
.prevalent .prevalent_head img{
    height: 4.1rem;
}
.prevalent .prevalent_head p{
    margin-top: 3.2rem;
    color: #424242;
    font-size: 1.1rem;
}
.prevalent_list{
    margin-top: 2.6rem;
}
.prevalent_item{
    padding: 2.6rem 1.8rem;
    border: 1px solid #CFCFCF;
}

.prevalent_item p{
    color: #F64F15;
    font-size: 2.2rem;
    margin-bottom: 0.8rem;
    font-weight: bold;
}
.prevalent_item h4{
    color: #212121;
    font-size: 1.2rem;
}
.prevalent_item span{
  display: block;
   margin-top: 1rem;
   color:  #424242;
   font-size: 1rem;
}

.entranceall{
    background-repeat: no-repeat;
    min-height: 37rem;
    background-position: center center;
    background-size: cover;
    /* background-attachment: fixed; */
}
.entranceall h2{
    padding-top: 5rem;
    text-align: center;
    color: #FFFFFF;
}

.inletlist{
    text-align: center;
    margin-top: 5.25rem;
}
.inletitem{
    margin-bottom: 1.4rem;
}
.inletlist .inletitem h5{
    color: #FFFFFF;
    font-size: 1.2rem;
    margin-bottom: 1.6rem;
    margin-top: 1.1rem;
}
.inletlist .inletitem p{
    color: #FFFFFF;
    font-size: 1rem;
}
.inleticons{
    width: 8rem;
    height: 8rem;
    line-height: 8rem;
    text-align: center;
    background: #FFFFFF;
    border-radius: 50%;
}

.inleticons img{
    height: 3.7rem;
}


.entrycards{
    padding-top: 7.5rem;
}
.entrycards .inlets h3{
    color: #212121;
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 3.1rem;
}
.inlets_cards{
    padding: 2.5rem 1.5rem;
    border: 1px solid #CFCFCF;
    text-align: center;
    margin-bottom: 2.8rem;
}
.inlets_cards h4{
    color: #212121;
    font-size: 1.2rem;
    margin-top: 1.1rem;
}
.inlets_cards p{
    margin-top: 0.8rem;
    color: #5D5D5D;
    font-size: 1.1rem;
}
.inlets_cards img{
    height: 3.1rem;
}


.quality{
    padding-bottom: 7.5rem;
}
.quality .quality_head{
    text-align: center;
}
.quality .quality_head img{
    height: 4.1rem;
}
.quality_list{
    border: 1px solid #EDEDED;
    margin-top: 2.3rem;
}
.quality_item{
    padding: 2.5rem;
    border: 1px solid #EDEDED;
    cursor: pointer;
}
.quality_item img{
    height: 2.2rem;
}
.quality_item h5{
    color: #212121;
    font-size: 1.2rem;
    margin-top: 0.8rem;
}
.quality_item p{
    margin-top: 1rem;
    color: #616161;
    font-size: 1.1rem;
}
/* 小程序开发end */



/* APP 开发 */
.appdevgain{
    padding: 7.5rem 0;
}
.gain_head,.scheme_head{
    text-align: center;
}
.gain_head img,.scheme_head img{
    height: 4.1rem;
}
.gain_head p{
    margin-top: 3.2rem;
    color: #424242;
    font-size: 1.1rem;
}

.gainlist{
    margin-top: 2.5rem;
}
.gain_item{
    text-align: center;
    flex: 1;
}

.gain_item img{
    height: 6.7rem;
}

.gain_item h4{
    color: #212121;
    font-size: 1.5rem;
    margin-top: 1.2rem;
}

.gain_item p{
    color: #424242;
    font-size: 1.1rem;
    margin-top: 0.8rem;
}
/* APP 开发end */

/* 解决方案 */
.schememain{
    padding-bottom: 7.5rem;
}
.scheme_head{
    margin-bottom: 3.1rem;
}
.scheme_item{
    box-shadow: 0px 0.1px 1rem 0px rgba(154, 154, 154, 0.25);
    border-radius: 0.3rem;
    padding: 2.5rem 3.1rem;
    margin-bottom: 2rem;
    /* height: 22rem; */
}
.scheme_item_tit{
    display: flex;
    align-items: center;
}
.scheme_item_tit img{
    height: 3.8rem;
    margin-right: 1.8rem;
}
.scheme_item_tit h3{
    color: #212121;
    font-size: 1.7rem;
}
.scheme_item p{
    color: #424242;
    font-size: 1.1rem;
    margin-top: 1.8rem;
    margin-left: 5.5rem;
}
.scheme_item button{
    width: 11rem;
    height: 2.8rem;
    background: #F64F15;
    border-radius: 1.4rem;
    border: 0;
    color: #fff;
    margin-top: 1.3rem;
    float: right;
}
.scheme_item button:focus{
    border: 0;
    outline:0;
}

/* 解决方案end */


/* contactus */
.contactusmain{
    /* padding: 7.5rem 0; */
}
.contactusbox{
    box-shadow: 0px  0.3rem 0.6rem 0px rgba(233, 229, 229, 0.5);
    border-radius: 0.25rem;
    padding: 3.1rem 0;
    margin-top: -3.2rem;
    position: relative;
    z-index: 1;
    background: #fff;
}
.contactusitem{
    text-align: center;
}
.contactusitem img{
    width: 2.5rem;
    margin-bottom: 1.5rem;
}
.contactusitem h3{
    color: #4D4D4D;
    font-size: 1.2rem;
    margin-bottom: 0.8rem;
}
.contactusitem p{
    color: #666666;
    font-size: 1.1rem;
}

/* 地图 */
.addressbox{
    padding: 7.5rem 0;
}
#container{
    width: 100%;
    height: 30rem;
    overflow: hidden;
}
#result{
    width: 250px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #fff;
    box-shadow: 0 2px 6px 0 rgba(27, 142, 236, 0.5);
    border-radius: 7px;
    z-index: 99;
    margin-top: -5rem;
    left: 1rem;
    position: relative;
}
/* 地图 */


/* contactus end */


/* 模态弹窗 */
.mymodals{

}
.modal-body{

}
.modal-body .lablesfrom{
    margin-bottom: 3.7rem;
}
.modal-body .lablesfrom p{
    color: #212121;
    font-size: 1.3rem;
}
.modal-body .lablesfrom input{
    margin-top: 1.5rem;
}
.modal_footer{
    background-color: #FFE4DA;
    display: flex;
    justify-content: center;
    align-items: center;
}
.modal_footer_l{
    margin-right: 1.1rem;
}
.modal_footer_l p{
    color: #F64F15;
    font-size: 1rem;
}
.modal_footer_r{
    
}
.modal_footer_r a{
    color: #F64F15;
    font-size: 2.5rem;
}

.modal_submit{
    text-align: center;
    margin-bottom: 2rem;
}
.modal_submit .submitbtnss{
    color: #fff;
    font-size: 2.2rem;
    border: 0;
    text-align: center;
    width: 15.6rem;
    height: 4.2rem;
    line-height: 4.2rem;
    background: #F64F15;
    border-radius: 6px;
    box-sizing: border-box;
}


/* 模态弹窗end */


@media screen and (max-width: 1200px) {
    .homenavs .navbar-nav .nav-item{
        margin-left: 1rem;
    }
}

@media screen and (max-width: 992px) {
    html,body{
        font-size: 14px;
    }
    /* 小屏幕下面的菜单栏 */
    .navbar-brand{
        display: none;
    }
    .navbar-brand-mobile{
        display: block;
    }
    .homenavs .navbar-nav .nav-item{
        margin-left: 0;
        text-align: center;
        margin-bottom: 2rem;
    }
    .navbar-collapse{
        padding-top: 2rem;
        /* display: none; */
        display: block !important;
        position: fixed;
        right: -200px;
        top: 0;
        /* 48px */
        z-index: 99;
        background-color: #f64f15;
        width: 200px;
        height: 100vh;
    }
    .navbar-collapse.collapse.show{
        
    }
    .homenavs .navbar-light .navbar-nav .nav-link,.homenavs .navbar-nav .nav-item.active .nav-link{
        color: #fff;
    }

    .homenavs .navbar-nav .nav-item.active:after{
        background-color: #fff;
    }

    .nav-item .dropdown{
        position: relative;
    }
    .dropdown-menu.show{
        background-color: transparent;
        border: 0;
        text-align: center;

        position: absolute;
        left: -120px;
        z-index: 9999;
        background-color: #f64f15;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        
    }
    .dropdown-menu.show .dropdown-item{
        color: #fff;
        padding: 1rem 0;
    }
    .dropdown-menu.show .dropdown-item:hover{
        background-color: transparent;
    }

    .min_logos{
        display: block !important;
        text-align: center;
        margin-bottom: 2rem;
    }
    .homenavs  .min_logos img{
        width: 50px;
        height: 50px;
    }
    .abouts_l{
        padding: 3rem 0;
        padding-right: 2rem;
    }
    /* 导航栏end */
    .synopsis,.appdevgain,.appdevgain,.prevalent,.solvewhere,.addressbox,.brandstrength,.myservice,.myservicebody,.retails,.supermarketnew,.smartsupermarket,.support,.Partnerintroduction,.partnerreason,.Sourceofincome{
        padding: 3rem 0;
    }
    .brandstrength{
        margin-top: 0;
    }
    .quality,.schememain{
        padding-bottom: 3rem;
    }
    .servicetwo{
        margin-bottom: 3rem;
    }
    /* 新闻 */
    .newsmainbox,.supermarket,.downloadapp,.contactus{
        margin-top: 3rem;
    }
    .contactus{
        padding-bottom: 3rem;
    }

    .newsmain,.devcaselist {
        padding: 3rem 0;
    }
    .news_head{
        margin-bottom: 3rem;
    }
    .newslist  .newsitem {
        margin-bottom: 2rem;
    }

    /* dowwload */
    .downloadapp{
        padding: 3rem;
    }
    .downloadapp_swiper {
        margin-top: 2rem;
    }
    .qrcodelist{
        margin-top: 1.5rem;
    }
    .qrcodesitem img{
        width: 6rem;
        height: 6rem;
    }

    /* 轮播 */
    .swiper_main .carousel-item img{
    }

    .pagefooter{
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .linklist{
        margin-top: 2rem;
    }
    .foottest{
        margin-top: 1rem;
    }
    .linklist .linksline {
        margin-bottom: 1rem;
        text-align: center;
    }
    .linklist .linklogo img{
        margin: 0 auto;
        margin-bottom: 1rem;
    }
    .froms .form_group_items{
        margin-bottom: 1rem;
    }
    
    .gain_item img{
        height: 4.7rem;
    }
    .gain_item h4{
        font-size: 1.2rem;
        margin-top: 0.6rem;
    }
    .gain_item p{
        font-size: 1rem;
        margin-top: 0.6rem;
    }
    
}

/* 兼容小屏幕 */
@media screen and (max-width: 540px) {
    html,body{
        /* font-size: 8px; */
        font-size: 12px;
    }
    .abouts_l{
        padding: 2rem;
    }
    .synopsistext{
        padding: 0 1rem;
    }
    .foottest p{
        text-align: center;
        width: 100%;
    }
    .downloadapp_qrcode .dowstit{
        font-size: 1.5rem;
    }
    .downloadapp_qrcode .logos{
        margin-right: 1rem;
        width: 60px;
        height: 60px;
    }
    .contactmain .contact:nth-child(1) {
        margin-bottom: 1rem;
    }
    .newsmain {
        padding: 1rem 0;
    }
    .news_head{
        margin-bottom: 2rem;
    }
    .synopsis{
        padding: 1rem 0;
    }
    .newsfoots{
        margin-top: 0.5rem;
    }
    .newslist .newsitem{
        margin-bottom: 1rem;
    }
    .abouts_l .allmore{
        margin-top: 1rem;
    }
    .newsmainbox, .supermarket, .downloadapp, .contactus {
        margin-top: 1rem;
    }
    .abouts{
        padding-bottom: 1rem;
    }
    .swiper_main .carousel-indicators li{
        width: 20px;
    }
    .swiper_main .carousel-indicators li.active{
        width: 30px;
    }
    .abouttit img{
        width: 22rem;
        height: 100%;
    }
    
    .solvecard:nth-child(2) .solvecard_left {
        text-align: left;
    }
    .solvewhere,.Solution,.mytrend{
        padding: 3rem 0;
    }
    .navtabjos,.prosuperiority_body{
        padding-top: 2rem;
    }
    .prosuperiority_body{
        padding-bottom: 2rem;
    }

    .navtabjos .nav-item{
        padding: 1rem 0;
    }
    .navtabjos .nav-item img{
        display: none;
    }
    .navtabjos .nav-item p{
        font-size: 1.4rem;
    }
    
    .newsswper{
        bottom: 0;
        padding-top: 2rem;
    }
    .newslistall{
        padding-top: 2rem;
    }
    .newsitems_right {
        margin-top: 1rem;
    }
    .devtitle img{
        height: 3.1rem;
    }

    .gain_item img{
        height: 3.7rem;
    }
    .gain_item h4{
        font-size: 1rem;
        margin-top: 0.3rem;
    }
    .gain_item p{
        font-size: 0.8rem;
        margin-top: 0.3rem;
    }

    .scheme_item{
        height: auto;
    }

    .contactusbox{
        margin-top: 0;
    }
    .contactusbox .contactusitem{
        margin-bottom: 2rem;
    }
    .contactusitem img{
        margin-bottom: 0.5rem;
    }
    .contactusitem h3{
        margin-bottom: 0.4rem;
    }
}

@media (min-width: 992px){

}

.isa:hover{
   color: #0c82ff !important;
}


/* 分享 */
.fenxiang {
    margin: 30px 0 0 0
}
.bdshare-button-style1-24{
    zoom: 1;
}

.fenxiang .bdsharebuttonbox a.bds_sqq {
    background: url(../images/qq.svg) no-repeat!important;
    background-size: 40px 40px!important
}

.fenxiang .bdsharebuttonbox a.bds_qzone {
    background: url(../images/qzone.svg) no-repeat!important;
    background-size: 40px 40px!important
}

.fenxiang .bdsharebuttonbox a {
    display: inline-block;
    margin: 0 5px!important;
    width: 40px!important;
    height: 40px!important
}

.fenxiang .bdsharebuttonbox a.bds_weixin {
    background: url(../images/weixin.svg) no-repeat!important;
    background-size: 40px 40px!important
}

.fenxiang .bdsharebuttonbox a.bds_tsina {
    background: url(../images/weibo.svg) no-repeat!important;
    background-size: 40px 40px!important
}

