body {
    background: #fff !important;
}
@charset "UTF-8";
/*初始化样式*/

a, a:hover, a:link, a:active {
    text-decoration: none;
    color: #333;
    cursor: pointer;
}
ul, li {
    list-style: none;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font: 12px/1.5 "Microsoft YaHei", "Helvetica Neue", "Hiragino Sans GB", arial, helvetica, sans-serif;
}
.m_package{
    display: none;
}
/*公共标题*/
.public_title{
    font-size: 26px;
    text-align: center;
    width: 100%;
    color: #333;
}

.public_subtitle{
    font-size: 14px;
    text-align: center;
    width: 100%;
    color: #999;
}

.w_1200{
    width: 1200px;
    margin:0 auto;
}

/*banner*/
.page_banner{
    width: 100%;
    position: relative;
}

.page_banner .page_icon{
    display: block;
    width: 100%;
}

/*明星经纪服务项目*/
.service{
    padding: 60px 0;
}

.service .service_list{
    width: 100%;
    display: flex;
    margin-top: 30px;
}

.service .service_list .one{
    width: 492px;
    position: relative;
    margin-right: 20px;
}

.service .service_list .one .name{
    position: absolute;
    z-index: 1;
    top: 40px;
    left: 35px;
    font-size: 20px;
    color: #cf0505;
}

.service .service_list .one .text{
    position: absolute;
    z-index: 1;
    top: 75px;
    left: 35px;
    color: #333;
    font-size: 14px;
}

.service .service_list .one .icon{
    display: block;
    width: 100%;
}

.service .service_list .two{
    width: 391px;
    margin-right: 20px;
}

.service .service_list .two .item{
    position: relative;
    width: 100%;
}

.service .service_list .two .item:first-child{
    margin-bottom: 20px;
}

.service .service_list .two .item .name{
    position: absolute;
    z-index: 1;
    top: 40px;
    left: 35px;
    font-size: 20px;
    color: #cf0505;
}

.service .service_list .two .item .text{
    position: absolute;
    z-index: 1;
    top: 75px;
    left: 35px;
    color: #333;
    font-size: 14px;
}

.service .service_list .two .item .icon{
    display: block;
    width: 100%;
}

.service .service_list .three{
    flex: 1;
}

.service .service_list .three .item{
    position: relative;
    width: 100%;
}

.service .service_list .three .item:first-child{
    margin-bottom: 20px;
}

.service .service_list .three .item .name{
    position: absolute;
    z-index: 1;
    top: 40px;
    left: 35px;
    font-size: 20px;
    color: #cf0505;
}

.service .service_list .three .item .text{
    position: absolute;
    z-index: 1;
    top: 75px;
    left: 35px;
    color: #333;
    font-size: 14px;
}

.service .service_list .three .item .icon{
    display: block;
    width: 100%;
}

.service .service_list .clickconsulting{
    position: absolute;
    top: 130px;
    left: 35px;
    width: 80px;
    height: 28px;
    border:1px solid #ce0505;
    line-height: 26px;
    text-align: center;
    border-radius: 5px;
    color: #ce0505;
    cursor: pointer;
}

.service .service_list .clickconsulting:hover{
    background: #ce0505;
    color: #fff;
}

.service .service_list .one .clickconsulting{
    top: 110px;
}

/*明星资源*/
.star_res .star_tab{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.star_res .star_tab li{
    background: #f2f2f2;
    color: #333;
    font-size: 14px;
    border-radius: 5px;
    margin-right: 20px;
    width: 120px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
}

.star_res .star_tab li:last-child{
    margin-right: 0;
}

.star_res .star_tab li.on,
.star_res .star_tab li:hover{
    color: #fff;
    background: #ce0505;
}

.star_res .lsit_wrap{
    width: 100%;
}

.star_res .lsit_wrap .res_list{
    display: none;
    flex-wrap: wrap;
}

.star_res .lsit_wrap .res_list.on{
    display: flex;
}

.star_res .lsit_wrap .res_list .res_item{
    width: 280px;
    margin-right: 26.666px;
    margin-top: 26.666px;
    box-sizing: border-box;
}

.star_res .lsit_wrap .res_list .res_item:nth-child(4n){
    margin-right: 0;
}

.star_res .lsit_wrap .res_list .res_item:hover{
    box-shadow:0 0 0 1px #ce0505;
}

.star_res .lsit_wrap .res_list .res_item a{
    display: block;
    width: 100%;
}

.star_res .lsit_wrap .res_list .res_item a .photo{
    display: block;
    width: 280px;
    height: 280px;
}

.star_res .lsit_wrap .res_list .res_item a .name{
    font-size: 16px;
    color: #333;
    background: #f8f8f8;
    text-align: center;
    height: 60px;
    line-height: 60px;
}

.star_res .lock_more{
    display: block;
    margin:26px auto 0;
    width: 140px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    text-align: center;
    color: #ce0505;
    border:1px solid #ce0505; 
    font-size: 14px;
}

.star_res .lock_more:hover{
    background: #ce0505;
    color: #fff;
}

/*广告banner*/
.min_banner{
    display:block;
    margin-top: 45px;
}

.min_banner img{
    display: block;
    width: 100%;
}

/*代言案例*/
.end_case{
    padding: 60px 0 40px;
}

.end_case .end_case_list{
    width: 100%;
    display:  flex;
    flex-wrap: wrap;
}

.end_case .end_case_list .end_case_item{
    width: 380px;
    margin-top: 30px;
    margin-right: 30px;
}

.end_case .end_case_list .end_case_item:nth-child(3n){
    margin-right: 0;
}

.end_case .end_case_list .end_case_item .icon{
    width: 100%;
    overflow: hidden;
}

.end_case .end_case_list .end_case_item .icon img{
    display: block;
    width: 100%;
    transition: all .5s ease;
}

.end_case .end_case_list .end_case_item:hover .icon img{
    transform: scale(1.1);
}

.end_case .end_case_list .end_case_item .name{
    text-align: center;
    font-size: 14px;
    margin-top: 8px;
}

.banner_min{
    display: block;
}

.banner_min img{
    display: block;
    width: 100%;
}

/*明星VCR视频*/
.star_vcr{
    padding: 60px 0;
}

.star_vcr .vcr_list{
    display: flex;
    margin-top: 20px;
}

.star_vcr .vcr_list .vcr_item{
    flex: 1;
    margin-right: 30px;
}

.star_vcr .vcr_list .vcr_item:last-child{
    margin-right: 0;
}

.star_vcr .vcr_list .vcr_item .video{
    display: block;
    width: 100%;
}

.star_vcr .vcr_list .vcr_item .name{
    text-align: center;
    font-size: 16px;
    color: #333;
    margin-top: 8px;
}

/*明星合影*/
.group_photo .photo_list{
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
}

.group_photo .photo_list .photo_item{
    width: 297px;
    margin-right: 4px;
    margin-bottom: 4px;
    position: relative;
}

.group_photo .photo_list .photo_item:nth-child(4n){
    margin-right: 0;
}

.group_photo .photo_list .photo_item .icon{
    display: block;
    width: 100%;
}

.group_photo .photo_list .photo_item .name{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: rgba(0,0,0,.5);
    color: #fff;
    text-align: center;
    font-size: 16px;
}

/*为什么选择我们*/
.why_about{
    padding: 60px 0;
}

.why_about .about_list{
    display: flex;
    margin-top: 20px;
}

.why_about .about_list .about_item{
    flex: 1;
    margin-right: 60px;
    background: #f6f6f6;
}

.why_about .about_list .about_item:last-child{
    margin-right: 0;
}

.why_about .about_list .about_item .icon{
    display: block;
    width: 100%;
}

.why_about .about_list .about_item .name{
    font-weight: bold;
    font-size: 18px;
    color: #333;
    text-align: center;
    padding: 10px 0;
}

.why_about .about_list .about_item .text{
    font-size: 14px;
    width: 80%;
    margin: 0 auto;
    padding-bottom: 20px;
}

/*服务流程*/
.process{
    width: 100%;
    background: #f0f2fc;
    padding: 60px 0;
}

.process .process_list{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.process .process_list .process_item{
    flex: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.process .process_list .process_item .icon{
    width: 100px;
    display: block;
}

.process .process_list .process_item .name{
    font-size: 18px;
    color: #333;
    margin-top: 15px;
}

.process .process_list .process_item .text{
    font-size: 14px;
    color: #666;
}

.process .process_list .process_item:nth-child(-n + 4):after{
    content: "";
    position: absolute;
    width: 48px;
    height: 50px;
    right: 0;
    top: 54px;
    transform: translate(50%,-50%);
    background: url(../images/star16.png)center no-repeat;
}

@media screen and (max-width: 640px) {
    .w_1200{
        width: 100%;
    }
    .public_title{
        font-size: 20px;
    }
    .service{
        padding: 20px 0;
    }
    .service .service_list{
        width: 95%;
        margin: 15px auto 0;
        flex-wrap: wrap;
    }
    .service .service_list .one{
        margin-right: 10px;
        width: calc(56% - 5px);
    }
    .service .service_list .two{
        width: calc(44% - 5px);
        margin-right: 0px;
    }
    .service .service_list .two .item:first-child{
        margin-bottom: 12px;
    }
    .service .service_list .one .name{
        top: 14px;
        left: 14px;
        font-size: 16px;
    }
    .service .service_list .one .text {
        top: 42px;
        left: 14px;
        font-size: 12px;
    }
    .service .service_list .three{
        flex: none;
        display: flex;
        width: 100%;
        margin-top: 10px;
    }
    .service .service_list .three .item{
        width: calc(50% - 5px);
    }
    .service .service_list .two .item .text{
        top: 42px;
        left: 14px;
        font-size: 12px;
    }
    .service .service_list .two .item .name{
        top: 14px;
        left: 14px;
        font-size: 16px;
    }
    .service .service_list .three .item:first-child{
        margin-bottom: 0;
        margin-right: 10px;
    }
    .service .service_list .three .item .icon{
        height: 100%;
    }
    .service .service_list .three .item .name{
        top: 14px;
        left: 14px;
        font-size: 16px;
    }
    .service .service_list .three .item .text{
        font-size: 12px;
        left: 14px;
        top: 42px;
    }
    .service .service_list .clickconsulting{
        display: none;
        /*left: 14px;
        top: 70px;
        width:60px;
        font-size: 12px;
        height: 24px;*/
    }
    .star_res .star_tab{
        width: 95%;
        margin: 20px auto 0;
    }
    .star_res .star_tab li{
        font-size: 12px;
        flex: 1;
        margin-right: 10px;
    }
    .star_res .lsit_wrap .res_list{
        width: 95%;
        margin: 15px auto 0;
    }
    .star_res .lsit_wrap .res_list .res_item{
        width: calc(33.33% - 2px);
        margin-right: 3px;
        margin-top: 3px
    }
    .star_res .lsit_wrap .res_list .res_item:nth-child(4n){
        margin-right: 3px;
    }
    .star_res .lsit_wrap .res_list .res_item:nth-child(3n){
        margin-right: 0;
    }
    .star_res .lsit_wrap .res_list .res_item a .photo{
        width: 100%;
        height: auto;
    }
    .star_res .lsit_wrap .res_list .res_item a .name{
        font-size: 12px;
        height: 30px;
        line-height: 30px;
    }
    .min_banner{
        width: 95%;
        margin: 20px auto 0;
    }
    .end_case{
        padding: 20px 0; 
    }
    .end_case .end_case_list{
        width: 95%;
        margin: 0 auto;
    }
    .end_case .end_case_list .end_case_item{
        width: calc(50% - 4px);
        margin-right: 8px;
        margin-top: 15px;
    }
    .end_case .end_case_list .end_case_item:nth-child(3n){
        margin-right: 8px;
    }
    .end_case .end_case_list .end_case_item:nth-child(2n){
        margin-right: 0;
    }
    .end_case .end_case_list .end_case_item .name{
        font-size: 12px;
    }
    .banner_min{
        width: 95%;
    }
    .star_vcr{
        padding: 20px 0;
    }
    .star_vcr .vcr_list{
        width: 95%;
        margin: 15px auto 0;
    }
    .star_vcr .vcr_list .vcr_item{
        margin-right: 10px;
    }
    .star_vcr .vcr_list .vcr_item .name{
        font-size: 12px;
    }
    .group_photo .photo_list{
        width: 95%;
        margin: 15px auto 0;
    }
    .group_photo .photo_list .photo_item{
        width: calc(33.33% - 4px);
        margin-right: 6px;
    }
    .group_photo .photo_list .photo_item:nth-child(4n){
        margin-right: 6px;
    }
    .group_photo .photo_list .photo_item:nth-child(3n){
        margin-right: 0;
    }
    .group_photo .photo_list .photo_item:nth-child(n + 7){
        display: none;
    }
    .why_about{
        padding: 20px 0;
    }
    .why_about .about_list{
        margin: 15px auto 0;
        width: 95%;
    }
    .why_about .about_list .about_item{
        margin-right: 10px;
    }
    .why_about .about_list .about_item .name{
        font-size: 14px;
        padding: 5px 0;
    }
    .why_about .about_list .about_item .text{
        font-size: 12px;
        display: none;
    }
    .process{
        padding: 20px 0;
    }
    .process .process_list .process_item .icon{
        width: 40px;
    }
    .process .process_list .process_item .text{
        display: none;
    }
    .process .process_list .process_item:nth-child(-n + 4):after{
        width: 14px;
        height: 30px;
        top: 20px;
        background-size: 14px;
    }
    .process .process_list .process_item .name{
        font-size: 14px;
        margin-top: 5px;
    }
    .group_photo .photo_list .photo_item .name{
        font-size: 12px;
        height: 32px;
        line-height: 32px;
    }
}