body {
    background: #fff !important;
}

/*初始化样式*/

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_sub_title{
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #666;
    margin-top: 6px;
}
.w_1200{
    width: 1200px;
    margin:0 auto;
}
/*banner*/
.page_banner{
    width: 100%;
    height: 410px;
    position: relative;
}

.page_banner .page_icon{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 410px;
}

.page_banner .page_banner_title{
    position: absolute;
    width: 1200px;
    margin:0 auto;
    text-align: center;
    font-weight: bold;
    color: #fff; 
    font-size: 36px;
    top: 160px;
    left: 50%;
    margin-left: -600px;
}

.page_banner .page_banner_text{
    position: absolute;
    top: 210px;
    left: 50%;
    margin-left: -600px;
    width: 1200px;
    text-align: center;
    color: #fff;
    font-size: 18px;
}

/*海外新闻推广服务*/
.promote{
    padding-top: 60px;
}

.promote .promote_write{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

.promote .promote_write .item{
    margin-right: 30px;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    flex:1;
}

.promote .promote_write .item:last-child{
    margin-right: 0;
}

.promote .promote_write .item .item_icon{
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 35px;
}

.promote .promote_write .item .item_icon .icon{
    display: block;
    width: 98px;
}

.promote .promote_write .item .title{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    width: 80%;
    margin:30px auto 0;
}

.promote .promote_write .item .subtitle{
    width: 80%;
    margin: 0 auto;
    font-size: 14px;
    color: #666;
    margin-top: 10px;
    line-height: 24px;
    min-height: 72px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.promote .promote_write .item .consulting{
    display: block;
    width: 110px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #cccccc;
    font-size: 14px;
    color: #666666;
    border-radius: 5px;
    margin:36px auto 22px; 
}

.promote .promote_write .item:hover{
    box-shadow: 0 0 20px rgba(200,200,200,.3);
}

.promote .promote_write .item:hover .consulting{
    background: #ce0505;
    color: #fff;
    border-color: #ce0505;
}

.promote .overseas_list{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
}

.promote .overseas_list .overseas_item{
    width: 380px;
    margin-right: 30px;
    margin-bottom: 30px;
    position: relative;
    display: flex;
    flex-direction: column;
}

.promote .overseas_list .overseas_item:nth-child(3n){
    margin-right: 0;
}

.promote .overseas_list .overseas_item .item_icon{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.promote .overseas_list .overseas_item .item_icon .icon{
    display: block;
    width: 90%;
}

.promote .overseas_list .overseas_item .tag{
    position: absolute;
    top: 10px;
    left: 135px;
    width: 110px;
    height: 32px;
    line-height: 32px;
    color: #fff;
    font-size: 14px;
    background: #000000;
    text-align: center;
    border-radius: 15px;
    border: 2px solid #0fafeb;
}

.promote .overseas_list .overseas_item .text_list{
    border: 1px solid #cccccc;
    border-top:0;
    padding: 61px 30px; 
    flex: 1;
    margin-top:-45px;
}

.promote .overseas_list .overseas_item .text_list li{
    font-size: 14px;
    color: #333;
    line-height: 24px;
}


/*媒体套餐*/
.package_list{
    padding-top: 40px;
}

.package_wrap{
    width: 1200px;
    overflow: hidden;
}

.package_wrap .package_lista{
    width: max-content;
    display: flex;
    padding: 10px;
    margin-top: 20px;
}

.package_wrap .package_lista .package_item{
    width: 280px;
    margin-right: 20px;
    box-shadow: 0 0 10px rgba(43,12,142,.3);
}

.package_wrap .package_lista .package_item .title{
    width: 100%;
    background: #2b0c8e;
    text-align: center;
    color: #fff;
    height: 72px;
    line-height: 72px;
    font-size: 20px;
    font-weight: bold;
}

.package_wrap .package_lista .package_item .two_text{
    width: 90%;
    margin:20px auto;
    font-size: 14px;
    color: #666;
    height: 65px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.package_wrap .package_lista .package_item .price{
    margin-left: 20px;
    font-size: 20px;
    font-weight: bold;
    color: #d90000;
}

.package_wrap .package_lista .package_item .price .line_price{
    color: #666;;
    text-decoration: line-through;
    margin-left: 5px;
}

.package_wrap .package_lista .package_item .bottom_btn{
    width: 100%;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.package_wrap .package_lista .package_item .bottom_btn button {
    border: 0;;
    background: #f2f2f8;
    outline: none;
    margin-right: 15px;
    cursor: pointer;
    width: 120px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #333;
}

.package_wrap .package_lista .package_item .bottom_btn button:last-child {
    margin-right: 0;
}

.package_wrap .package_lista .package_item .bottom_btn button i {
    font-size: 18px;
    color: #fa0027;
    margin-right: 10px;
}

.package_wrap .package_lista .package_item .bottom_btn button:hover{
    background-color: #ce0505;;
    color: #fff;
}

.package_wrap .package_lista .package_item .bottom_btn button:hover i{
    color: #fff;
}

.pcakge_yuan {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

.pcakge_yuan li {
    width: 50px;
    height: 6px;
    background: #aeafb0;
    margin-right: 10px;
    cursor: pointer;
}
.pcakge_yuan li.on {
    background-color: #ce0505;
}
.pcakge_yuan li:last-child {
    margin-right: 0;
}

/*投放案例*/
.mediacase{
    margin-top: 60px;
}

.mediacase .mediacase_list{
    display: flex;
    flex-wrap: wrap;
}

.mediacase .mediacase_list .list_item{
    margin-right: 30px;
    width: 380px;
    margin-top: 30px;
}

.mediacase .mediacase_list .list_item:nth-child(3n){
    margin-right: 0;
}

.mediacase .mediacase_list .list_item .icon{
    display: block;
    width: 380px;
    height: 208px;
}

.mediacase .mediacase_list .list_item .title{
    width: 100%;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    margin-top: 10px;
}

/*合作媒体*/
.cooperation{
    background: #f7f6fb;
    margin-top: 60px;
    padding-top: 60px;
}

.cooperation .cooperation_list{
    display: flex;
    flex-wrap: wrap;
    padding-top: 15px;
}

.cooperation .cooperation_list img{
    display: block;
    width: 100%;
}

/*服务流程*/
.process{
    padding: 50px 0;

}

.process .process_icon{
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*投放小贴士*/
.min_tips{
    margin: 60px auto;
}

.min_tips .tips_list{
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
}

.min_tips .tips_list:after{
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    border-left: 2px dashed #ccc;
    height: 100%;
}

.min_tips .tips_list .tips_item{
    width: 550px;
    margin-bottom: 15px;
}

.min_tips .tips_list .tips_item .tips_one{
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.min_tips .tips_list .tips_item .tips_one .tag{
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #1296db;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 20px;
    border-radius: 5px;
}

.min_tips .tips_list .tips_item .tips_one .text{
    font-size: 14px;
    color: #333;
    padding-left: 5px;
    line-height: 20px;
}

.min_tips .tips_list .tips_item .tips_two{
    width: 100%;
    margin-top: 5px;
    display: flex;
    align-items: flex-start;
}

.min_tips .tips_list .tips_item .tips_two .tag{
    width: 20px;
    height: 20px;
    background: #28d9a1;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 20px;
    border-radius: 5px;
}

.min_tips .tips_list .tips_item .tips_two .text{
    margin-left: 9px;
    font-size: 13px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    flex: 1;
}

@media all and (max-width: 640px){
    .page_banner{
        top:50px;
        height: 130px;
    }
    .page_banner .page_icon{
        height: 130px;
    }
    .page_banner .page_banner_title{
        font-size: 15px;
        top: 40px;
        width: 100%;
        margin-left: -50%;
    }
    .page_banner .page_banner_text{
        font-size: 12px;
        top: 70px;
        width: 100%;
        margin-left: -50%;
    }
    .w_1200{
        width: 100%;
    }
    .promote{
        padding-top: 80px;
    }
    .public_title{
        width: 90%;
        margin: 0 auto;
        font-size: 20px;
    }
    .public_sub_title{
        width: 90%;
        margin: 0 auto;
        font-size: 12px;
    }
    .promote .promote_write{
        flex-wrap: wrap;
        width: 95%;
        margin:10px auto 0; 
    }
    .promote .promote_write .item{
        width: calc(33% - 6px);
        margin-right: 9px;
        flex: inherit;
        border: 1px solid #c1c1c1;
        margin-bottom: 10px;
    }
    .promote .promote_write .item .item_icon{
        height: 60px;
        margin-top: 6px;
    }
    .promote .overseas_list .overseas_item .text_list{
        display: none;
    }
    .promote .promote_write .item .subtitle{
        display: none;
    }
    .promote .promote_write .item .item_icon .icon{
        width: 50px;
    }
    .promote .promote_write .item .title{
        font-size: 12px;
        margin-top: 10px;
        width: 95%;
    }
    .promote .promote_write .item .consulting{
        margin: 10px auto;
        width: 80%;
    }
    .promote .overseas_list{
        width: 95%;
        margin: 0 auto;
    }
    .promote .overseas_list .overseas_item{
        width: calc(50% - 5px);
        margin-right: 10px;
        margin-bottom: 10px;
    }
    .promote .overseas_list .overseas_item:nth-child(3n){
        margin-right: 10px;
    }
    .promote .overseas_list .overseas_item:nth-child(2n){
        margin-right: 0;
    }
    .package_list{
        padding-top: 0;
    }
    .package_list .package_wrap{
        display: none;
    }
    .package_list .pcakge_yuan{
        display: none;
    }
    .m_package{
        display: block;
    }
    .package_wrap{
        width: 100%;
        overflow: initial;
    }
    .m_package .package_item{
        width: 280px;
        margin-right: 20px;
        box-shadow: 0 0 10px rgba(43,12,142,.3);
    }
    .package_wrap .package_lista{
        width: 100%;
    }
    .package_wrap .package_lista .package_item{
        width: 95%;
        margin: 0 auto;
    }
    .m_package .package_item .title{
        width: 100%;
        background: #2b0c8e;
        text-align: center;
        color: #fff;
        height: 72px;
        line-height: 72px;
        font-size: 20px;
        font-weight: bold;
    }

    .m_package .package_item .two_text{
        width: 90%;
        margin:20px auto;
        font-size: 14px;
        color: #666;
    }

    .m_package .package_item .price{
        margin-left: 20px;
        font-size: 20px;
        font-weight: bold;
        color: #d90000;
    }

    .m_package .package_item .price .line_price{
        color: #666;;
        text-decoration: line-through;
        margin-left: 5px;
    }
    .process{
        padding: 20px 0;
    }
    .min_tips{
        margin: 20px auto 50px;
    }

    .m_package .package_item .bottom_btn{
        width: 100%;
        padding: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .m_package .package_item .bottom_btn button {
        border: 0;;
        background: #f2f2f8;
        outline: none;
        margin-right: 15px;
        cursor: pointer;
        width: 120px;
        height: 42px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 14px;
        color: #333;
    }

    .m_package .package_item .bottom_btn button:last-child {
        margin-right: 0;
    }

    .m_package .package_item .bottom_btn button i {
        font-size: 18px;
        color: #fa0027;
        margin-right: 10px;
    }

    .m_package .package_item .bottom_btn button:hover{
        background-color: #ce0505;;
        color: #fff;
    }

    .m_package .package_item .bottom_btn button:hover i{
        color: #fff;
    }
    .mediacase{
        margin-top: 20px;
    }
    .mediacase .mediacase_list .list_item{
        margin-right: 0;
        width: calc(50% - 5px);
        margin-right: 10px;
        margin-top: 10px;
    }
    .mediacase .mediacase_list .list_item:nth-child(3n){
        margin-right: 10px;
    }
    .mediacase .mediacase_list .list_item:nth-child(2n){
        margin-right: 0;
    }
    .mediacase .mediacase_list .list_item .icon{
        width: 100%;
        height: auto;
    }
    .mediacase .mediacase_list .list_item .title{
        font-size: 12px;
        line-height: inherit;
    }
    .cooperation{
        margin-top: 20px;
        padding-top: 20px;
    }
    .cooperation .cooperation_list{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .cooperation .cooperation_list img{
        display: block;
        width: 95%;
        margin: 0 auto;
    }
    .process .process_icon img{
        display: block;
        width: 100%;
    }
    .min_tips .tips_list:after{
        border-left: 0;
    }
    .min_tips .tips_list .tips_item{
        width: 95%;
        margin:0 auto 15px; 
    }
    .min_tips .tips_list .tips_item:nth-child(n + 6){
        display: none;
    }
}

/*成功案例切换swiper*/
  .swiper-container {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    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;
  }
  .swiper-button-next, .swiper-button-prev{
    width: 40px;
  }
  .swiper-button-next:after, .swiper-button-prev:after{
    font-size: 20px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    background: rgba(200,200,200,.5);
    border-radius: 50%;
    color: #666;
  }
