/* 首页 */
/* 轮图图 */
.banner_left{
    width: 100%;
}
.banner_left img{
    width: 100%;
    height: 450px;
}
.title_index{
    width: 499px;
    padding: 20px 0;
    background-color: #06CC71;
    color: white;
    font-size: 40px;
    text-align: center;
    border-radius: 6px 6px 45px 6px;
}
.title_line{
    border-radius: 6px 6px 45px 6px;
    width: 499px;
    height: 91px;
    position: absolute;
    top: 8px;
    left: 6px;
    z-index: -1;
    background-color: #378346;
}
.bgimg{
    position: absolute;
    top: 0;
    left: 0;
}
/* 热门项目 */
.t4 .list a{
    color: #06CC71;
    background-color: #DBF1E1;
    font-size: 12px;
    padding: 2px 8px;
    border-radius: 4px;
    margin-right: 10px;
    display: block;
}
/* 代表机构 */
.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;
}