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;*/
}
/*公共标题*/
.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;
    clear: both;
}

.page_banner .title{
    position: absolute;
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
    color: #fff;
    font-size: 38px;
    top: 100px;
    left: 50%;
    margin-left: -600px;
}

.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: 24px;
    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;
}

/*美国纽约时代广场*/
.advertising_wrap{
    background: #f7f6fb;
    padding-bottom: 40px;
}
.advertising{
    position: relative;
    background: #fff;
    margin: -176px auto 0;
    z-index: 9;
    display: flex;
}

.advertising .adve_left{
    width: 640px;
}

.advertising .adve_left .icon{
    display: block;
    width: 100%;
}

.advertising .adve_right{
    flex: 1;
    margin: 40px 30px 50px 50px;
}

.advertising .adve_right .title{
    font-size: 34px;
    font-weight: bold;
}

.advertising .adve_right .text{
    font-size: 14px;
    color: #666;
    margin-top: 32px;
    line-height: 24px;
}

.advertising .adve_right .tag{
    font-size: 14px;
    color: #e00000;
    font-weight: bold;
}

.advertising .adve_right .dis{
    margin-top: 40px;
    color: #666;
    font-size: 14px;
    line-height: 24px;
}

.adve_list{
    margin-top: 42px;
    background: #fff;
    display: flex;
    padding: 20px;
}

.adve_list .adve_item{
    flex: 1;
    margin-right: 70px;
}

.adve_list .adve_item:last-child{
    margin-right: 0;
}

.adve_list .adve_item .tag{
    font-size: 28px;
    font-weight: bold;
    color: #e40505;
}

.adve_list .adve_item .title{
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-top: 10px;
}

.adve_list .adve_item .text{
    font-size: 14px;
    color: #333;
    margin-top: 12px;
}

/*大屏*/
.screen{
    width: 100%;
    background: #fff;
    padding-bottom: 40px;
}

.screen .screen_wrap{
    padding-top: 40px;
}

.screen .screen_wrap .title{
    position: relative;
    font-size: 26px;
    font-weight: bold;
    color: #333;
    text-align: center;
    position: relative;
    padding-bottom: 15px;
}

.screen .screen_wrap .title:after{
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    width: 72px;
    height: 3px;
    background: #d90000;
    margin-left: -36px;
}

.screen .screen_wrap .center{
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.screen .screen_wrap .center .icon{
    width: 615px;
}

.screen .screen_wrap .center .icon .img{
    display: block;
    width: 100%;
}

.screen .screen_wrap .center .text_wrap{
    flex: 1;
    margin-left: 50px;
}

.screen .screen_wrap .center .text_wrap .text{
    font-size: 14px;
    color: #333;
    line-height: 20px;
}

.screen .screen_wrap .center .text_wrap .text span{
    color: #d90000;
    font-weight: bold;
}

.screen .screen_wrap .center .text_wrap .tag{
    font-size: 14px;
    color: #666;
    margin-top: 20px;
}

.screen .screen_wrap .center .text_wrap .tag .name{
    font-weight: bold;
    color: #333;
    font-size: 14px
}

.screen .screen_wrap .center .text_wrap .click{
    display: block;
    width: 100px;
    height: 32px;
    color: #fff;
    text-align: center;
    line-height: 32px;
    background: #d90000;
    border-radius: 5px;
    margin-top: 20px;
}

/*投放价值*/
.the_val{
    width: 100%;
    background: url(../images/page41.png)center no-repeat;
    background-size:cover;
    padding: 40px 0; 
}

.the_val .val_title{
    width: 1200px;
    text-align: center;
    position: relative;
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    padding-bottom: 15px;
    margin: 0 auto;
}

.the_val .val_title:after{
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    width: 72px;
    height: 3px;
    background: #fff;
    margin-left: -36px;
}

.the_val .value_list{
    display: flex;
    flex-wrap: wrap;
}

.the_val .value_list .val_item{
    background: #fff;
    margin-right: 40px;
    margin-top: 40px;
}

.the_val .value_list .val_item:nth-child(3n){
    margin-right: 0;
}

.the_val .value_list .val_item .icon{
    display:block;
    width: 100%;
    height: 154px;
}

.the_val .value_list .val_item .title{
    font-size: 16px;
    color: #333;
    font-weight: bold;
    margin-top: 16px;
    text-align: center;
}

.the_val .value_list .val_item .text{
    font-size: 14px;
    color: #666;
    text-align: center;
    margin-top: 5px;
    padding-bottom: 15px;
}

/*合作流程*/
.cooperation{
    width: 100%;
    background: #f7f6fb;
    padding-top: 60px;
    padding-bottom: 40px;
}

.cooperation .coop_tite{
    position: relative;
    font-size: 26px;
    font-weight: bold;
    color: #333;
    text-align: center;
    position: relative;
    padding-bottom: 15px;
}

.cooperation .coop_tite:after{
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    width: 72px;
    height: 3px;
    background: #d90000;
    margin-left: -36px;
}

.cooperation .cooperation_list{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.cooperation .cooperation_list .item{
    flex: 1;
}

.cooperation .cooperation_list .item .icon{
    display: block;
    width: 90px;
    height: 90px;
    margin: 0 auto;
}

.cooperation .cooperation_list .item .name{
    font-size: 15px;
    font-weight: bold;
    color: #333;
    text-align: center;
    margin-top: 10px;
}

.cooperation .cooperation_list .item .text{
    font-size: 14px;
    text-align: center;
    color: #666;
    margin-top: 5px;
}

/*纳斯大可大屏*/
.nsks{
    position: relative;
    font-size: 26px;
    font-weight: bold;
    color: #333;
    text-align: center;
    position: relative;
    padding-bottom: 15px;
    padding-top: 60px;
}

.nsks:after{
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    width: 72px;
    height: 3px;
    background: #d90000;
    margin-left: -36px;
}

.n_list{
    display: flex;
    flex-wrap: wrap;
}

.n_list .n_item{
    width: 184px;
    margin-right: 70px;
    margin-top: 40px;
    display: block;
}

.n_list .n_item:nth-child(5n){
    margin-right: 0;
}

.n_list .n_item .icon{
    display: block;
    width: 184px;
}

/*路透社大屏*/
.lt_list{
    display: flex;
    flex-wrap: wrap;
    margin-top:40px 
}

.lt_list .lt_item{
    display: block;
    width: 258px;
    margin-right: 56px;
    margin-bottom: 40px;
}

.lt_list .lt_item:nth-child(4n){
    margin-right: 0;
}

@media all and (max-width:640px){
    .w_1200{
        width: 100%;
    }
    .page_banner{
        height: 120px;
        margin-top:50px;
    }
    .page_banner .title{
        font-size: 15px;
        top: 40px;
        width: 100%;
        margin-left: -50%;
    }
    .page_banner .page_icon{
        height: 120px;
    }
    .advertising{
        margin-top: 30px;
        display: block;
    }
    .advertising .adve_left{
        width: 95%;
        margin:0 auto; 
    }
    .advertising .adve_right{
        padding: 20px;
        margin:0;
    }
    .advertising .adve_right .title{
        font-size: 20px;
    }
    .advertising .adve_right .text{
        font-size: 12px;
        margin-top: 10px;
        line-height: 20px;
    }
    .advertising .adve_right .dis{
        margin-top: 10px;
        font-size: 12px;
    }
    .adve_list{
        margin-top: 20px;
        display: flex;
        padding: 15px;
        flex-wrap: wrap;
    }
    .adve_list .adve_item{
        width: 50%;
        border-bottom: 1px dashed #ccc;
        padding-bottom: 10px;
        flex: inherit;
        margin-right: 0;
    }
    .adve_list .adve_item:last-child{
        border-bottom: 0;
    }
    .adve_list .adve_item .tag{
        font-size: 20px;
        margin-top: 5px;
        text-align: center;
    }
    .adve_list .adve_item .title{
        font-size: 16px;
        margin-top: 0px;
        text-align: center;
    }
    .adve_list .adve_item .text{
        font-size: 12px;
        display: none;
    }
    .advertising_wrap{
        padding-bottom: 20px;
    }
    .screen .screen_wrap .center{
        display: block;
        margin-top: 15px;
    }
    .screen .screen_wrap .center .icon{
        width: 90%;
        margin:0 auto; 
    }
    .screen .screen_wrap .title{
        font-size: 20px;
    }
    .screen .screen_wrap{
        padding-top: 20px;
    }
    .screen .screen_wrap .center .text_wrap{
        width: 90%;
        margin: 0 auto;
    }
    .screen .screen_wrap .center .text_wrap .text{
        font-size: 12px;
        line-height: 18px;
        margin-top: 10px;
    }
    .screen .screen_wrap .center .text_wrap .tag{
        font-size: 12px;
        margin-top:10px;
    }
    .screen .screen_wrap .center .text_wrap .click{
        margin-top: 10px;
    }
    .the_val{
        padding: 20px 0;
    }
    .the_val .val_title{
        width: 100%;
        font-size: 20px;
    }
    .the_val .value_list{
        width: 90%;
        margin:0 auto;
    }
    .the_val .value_list .val_item{
        margin-right: 0;
        margin-top: 20px;
        width: calc(50% - 10px);
        margin-right: 20px;
    }
    .the_val .value_list .val_item:nth-child(3n){
        margin-right: 20px;
    }
    .the_val .value_list .val_item:nth-child(2n){
        margin-right: 0;
    }
    .the_val .value_list .val_item .title{
        font-size: 14px;
        margin-top: 10px;
        padding-bottom: 10px;
    }
    .the_val .value_list .val_item .text{
        font-size: 12px;
        display: none;
    }
    .the_val .value_list .val_item .icon{
        height: auto;
    }
    .cooperation{
        padding: 20px 0;
    }
    .cooperation .cooperation_list .item .icon{
        width: 40px;
        height: 40px;
    }
    .cooperation .cooperation_list .item .name{
        font-size: 12px;
    }
    .cooperation .cooperation_list .item .text{
        font-size: 12px;
        height: 53px;
        display: none;
    }
    .nsks{
        font-size: 20px;
        padding-top: 20px;
    }
    .n_list{
        width: 90%;
        margin: 0 auto;
    }
    .n_list .n_item{
        width: calc(33% - 7px);
        margin-right: 9px;
        margin-top: 10px;
    }
    .n_list .n_item:nth-child(5n){
        margin-right: 9px;
    }
    .n_list .n_item:nth-child(3n){
        margin-right: 0;
    }
    .n_list .n_item:nth-child(n + 7){
        display: none;
    }
    .n_list .n_item .icon{
        width: 100%;
    }
    .lt_list{
        width: 90%;
        margin: 20px auto 50px;
        padding-bottom: 20px;
    }
    .lt_list .lt_item{
        width: calc(33% - 6px);
        margin-right: 9px;
        margin-bottom: 10px;
    }
    .lt_list .lt_item:nth-child(4n){
        margin-right: 9px;
    }
    .lt_list .lt_item:nth-child(3n){
        margin-right: 0;
    }
    .lt_list .lt_item:nth-child(n + 7){
        display: none;
    }
    .lt_list .lt_item .icon{
        display: block;
        width: 100%;
    }
}