/* 首页 */
/* 轮图图 */
.banner_left{
    width: 100%;
}
.banner_left img{
    width: 100%;
    height: 450px;
}
/* 标题 */
.title_1,.title_2{
    position: relative;
    margin-right: 20px;
    margin-bottom: 20px;
}
.title_1 .wenb,.title_2 .wenb{
    width: 55px;
    height: 55px;
    font-size: 40px;
    color: white;
    position: absolute;
    top: 0;
    left: 8px;
}
.title_1::before{
    content: '';
    width: 55px;
    height: 55px;
    background-color: #06CC71;
    transform: rotate(45deg);
    display: block;
    position: relative;
}
.title_2::before{
    background-color: #06CC71;
    transform: rotate(30deg);
}
.bg-1{
    width: 83px;
    height: 22px;
}
.bgimg{
    position: absolute;
    top: 0;
    left: 0;
}
/* 代表机构 */
.db_jig img{
    display: block;
    margin: 0 auto;
}
.chengshi{
    width: 990px;
    margin: 0 auto;
    background-color: #FBFBFB;
    border-radius: 4px;
    padding: 20px 20px 0 20px;
}
.chengshi li{
    margin-right: 50px;
    margin-bottom: 20px;
}
.chengshi span{
    display: block;
    width: 10px;
    height: 10px;
    background-color: #B3B3B3;
    border-radius: 1000px;
}
.chengshi p{
    padding-left: 6px;
    box-sizing: border-box;
}
/* 轻医美 */
.qx_title div {
    text-align: center;
    font-size: 30px;
    color: #06CC71;
    font-weight: bold;
}
.qx_title span {
    width: 28px;
    height: 4px;
    background-color: #06CC71;
    display: block;
    margin: 0 auto;
    margin-top: 4px;
    border-radius: 100px;
}
/* 先进技术 */
.xiangmu{
    background-color: #DBF1E1;
    color: #06CC71;
    padding: 4px 12px;
    border-radius: 100px;
    margin-right: 10px;
    font-size: 14px;
}
.feature{
    background-color: #DBF1E1;
    border-radius: 12px;
    padding: 20px;
    font-size: 16px;
    line-height: 24px;
    color: #444;
    margin-top: 30px;
}
.t1 .text {
    background-color: #F0F0F0;
    border-radius: 12px;
    padding: 20px;
    margin-top: 30px;
}
/* 特色服务 */
.ts_box .ts_list{
    width: 386px;
    margin-right: 20px;
}
.ts_box .ts_list:nth-of-type(3n){
    margin-right: 0;
}
.ts_box .ts_list img{
    width: 386px;
    height: 352px;
}
.ts_box .ts_list p{
    height: 54px;
    background-color: #D9D9D9;
    color: #444;
    text-align: center;
    line-height: 54px;
}
/* 合作伙伴 */
.hz_box img{
    width: 459px;
    height: 258px;
}
.hz_r{
    margin-left: -10px;
    padding: 45px 30px;
    text-align: center;
}
.hz_m_l{
    margin-left: 0;
    margin-right: -10px;
}
.t7 .m_2 {
    width: 285px;
    height: 188px;
}
.t7 .img_top1 li{
    margin-right: 20px;
    margin-bottom: 30px;
}
.t7 .img_top1 li:nth-of-type(4n){
    margin-right: 0;
}