/*******公司业务*****/

/*******大型商场入住*******/
.mall-outside{width: 100%;height: 100%;background-repeat: no-repeat;background-size: cover;background-position: center center;padding: 0 0 5rem 0;}
.mall-box{max-width: 1200px;max-width: 1200px;height: 100%;display: block;position: relative;margin: 0 auto;}
.mall-title{width: 100%;display: block;text-align: center;padding: 8vh 0 3vh 0;;text-align: center;}
.mall-title h1{font-size: 2rem;color: #fff;font-family: Source Han Sans SC-Medium;}
.mall-title span{color: #acacac;margin: 0.1rem 0 0 0;}
.mall-title p{width: 100%;line-height: 1.5rem;font-size: 1rem;color: #fff;margin: 2rem 0 0 0}
.mall-intro{max-width: 1200px;display: flex;flex-flow: wrap;overflow: hidden;position: relative;text-align: center;justify-content: center;}
.mall-same-img{width:33.33%;overflow: hidden;}
.mall-same-img img{width: 100%;height: 100%;}
.mall-same-img:hover img{transform: scale(1.3);}
@media (max-width: 767px) {
    .mall-outside{padding: 0 1rem 5rem 1rem;}
}


/******详细业务****/
.explicit-outside{width: 100%;height: 100%;overflow: hidden;position: relative;padding: 3rem 0 2rem 0;}
.explicit-box{max-width: 1200px;margin:0 auto;display: flex;flex-flow: wrap;}
.explicit-left{width: 30%;margin: 0 1% 0 0;position: relative;display: block;}
.explicit-left-title{
    background-color: #1B3884;
    width: 100%;
    padding: 1rem 0;
    border-radius: 5px 5px 0 0;
    color: #fff;
    text-align: center;
    background-position: 28% center;
    background-repeat: no-repeat;
    background-size: 5%;
    font-size: 1.1rem;
}
.explicit-left-list{width: 100%;position: relative;overflow: hidden;background-color: #f7f7f7;}
.explicit-left-list ul{display: flex;flex-flow: wrap;width: 100%;position: relative;overflow: hidden;}
.explicit-left-list ul li{width: 33%;text-align: center;justify-content: center;align-items: center;padding: 1rem 0}
.explicit-left-list ul li p{margin: 0;}
.explicit-right{width: 69%;overflow: hidden;position: relative;}
.explicit-right ul{display: flex;flex-flow: wrap;width: 100%;position: relative;overflow: hidden;}
.explicit-right ul li{width: 32%;text-align: center;justify-content: center;align-items: center;box-shadow: 2px 2px 10px rgba(144, 197, 250, 0.5);    margin: 0 0 1rem 0;overflow: hidden;}
.explicit-right ul li:nth-child(2){margin: 0 2% 1rem 2%;}
.explicit-right ul li:nth-child(5){margin: 0 2% 1rem 2%;}
.explicit-right ul li:nth-child(8){margin: 0 2% 1rem 2%;}

.explicit-right ul li div{width: 100%;overflow: hidden;}
.explicit-right ul li div img{width: 100%;}
.explicit-right ul li p{
    width: 100%;
    padding: 1rem 5%;
    background-color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
}
@media (max-width: 767px) {
    .explicit-left{width: 97%;margin: 0 1.5%;}
    .explicit-right{width: 97%;margin: 0 1.5%;}


}




















