@font-face {
    font-family: 'anyoldicon';
    src: url('../fonts/anyoldicon/anyoldicon.eot');
    src: url('../fonts/anyoldicon/anyoldicon.eot?#iefix') format('embedded-opentype'),
        url('../fonts/anyoldicon/anyoldicon.woff') format('woff'),
        url('../fonts/anyoldicon/anyoldicon.ttf') format('truetype'),
        url('../fonts/anyoldicon/anyoldicon.svg#anyoldicon') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* General grid styles */
.cbp-ig-grid {
    list-style: none;
    padding: 0 0 50px 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}


/* grid item */
.cbp-ig-grid li {
    width: 33.3333%;
    text-align: center;
    padding: 0px 6%;
}

/* anchor style */
.cbp-ig-grid li>a {
    display: block;
    height: 100%;
    color: #333;
    -webkit-transition: background 0.2s;
    -moz-transition: background 0.2s;
    transition: background 0.2s;
    text-decoration: none;
    padding: 32px 35px 27px;
    box-shadow: 0px 2px 12px 0px rgba(69, 69, 69, 0.11);
    background: rgba(255, 255, 255, 1);
    border-radius: 5px;
}

.cbp-ig-grid li>a img {
    width: 100%;
}

/* the icon with pseudo class for icon font */
.cbp-ig-icon {
    padding: 30px 0 0 0;
    display: block;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -moz-transform 0.2s;
    transition: transform 0.2s;
}

.cbp-ig-icon:before {
    font-family: 'anyoldicon';
    font-size: 10em;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}


/* title element */
.cbp-ig-grid .cbp-ig-title {
    margin: 20px 0 10px 0;
    padding: 20px 0 0 0;
    font-size: 22px;
    position: relative;
    -webkit-transition: -webkit-transform 0.2s;
    -moz-transition: -moz-transform 0.2s;
    transition: transform 0.2s;
}

.cbp-ig-grid .cbp-ig-category {
    text-transform: uppercase;
    display: inline-block;
    font-size: 1em;
    letter-spacing: 1px;
    color: #fff;
    -webkit-transform: translateY(10px);
    -moz-transform: -moz-translateY(10px);
    -ms-transform: -ms-translateY(10px);
    transform: translateY(10px);
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
    -moz-transition: -moz-transform 0.3s, opacity 0.2s;
    -webkit-transition: transform 0.3s, opacity 0.2s;
}


.cbp-ig-grid li>a:hover .cbp-ig-title {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}

.cbp-ig-grid li>a:hover .pic {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
}

.resource {
    width: 100%;
    height: 1197px;
    overflow: hidden;
}

.resource .res-title {
    width: 438px;
    border: 2px solid #999999;
    height: 44px;
    margin: 64px auto 0;
    position: relative;
}

.res-title .res-le {
    width: 90px;
    height: 2px;
    background: #999999;
    position: absolute;
    top: 21px;
    left: -62px;
}

.res-title span {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 24px;
    color: #5d92cc;
    text-align: center;
    line-height: 44px;
    font-weight: bold;
}

.res-title .res-ri {
    width: 90px;
    height: 2px;
    background: #999999;
    position: absolute;
    top: 21px;
    right: -62px;
}

.resource .res-head {
    width: 100%;
    height: 18px;
    font-size: 20px;
    color: #666666;
    text-align: center;
    line-height: 17px;
    margin-top: 7px;
}

.resource .res-xian {
    width: 32px;
    height: 2px;
    background: #666666;
    margin: 9px auto 0;
}

.resource .res-box {
    width: 100%;
    height: 1034px;
    background: #333333;
    margin-top: 30px;
    overflow: hidden;
}

.meijie-service .post-slide {
    background: #fff;
}

.meijie-service .post-slide .res-li {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 2px 12px 0px rgba(69, 69, 69, 0.11);
    border-radius: 5px;
    cursor: pointer;
    transition: all .3s linear;
}

.meijie-service .post-slide .res-li .top {
    transition: all .3s linear;
}

.meijie-service .post-slide .res-li:hover .top {
    transform: scale(1.2);
}

.res-box .text1 {
    width: 100%;
    height: 34px;
    font-size: 22px;
    color: #5d92cc;
    text-align: center;
    line-height: 34px;
    margin-top: 26px;
}

.res-box .text2 {
    width: 100%;
    height: 23px;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    line-height: 23px;
    margin-top: 19px;
}

.res-box .res-ul {
    width: 100%;
    height: 836px;
    margin-top: 40px;
}

.res-ul .res-li {
    width: 270px;
    height: 400px;
    background: white;
    float: left;
    margin-right: 40px;
    border-radius: 5px;
}

.res-li:nth-of-type(4n+4) {
    margin-right: 0;
}

.res-li:nth-of-type(n+5) {
    margin-top: 30px;
}

.res-li .box1 {
    width: 100%;
    height: 115px;
    background: url("../images/meijie_04.png") no-repeat center center/cover;
    overflow: hidden;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.res-li:nth-of-type(2) .box1 {
    background: url("../images/top6-06.png") no-repeat center center;
}

.res-li:nth-of-type(3) .box1 {
    background: url("../images/top6-07.png") no-repeat center center;
}

.res-li:nth-of-type(4) .box1 {
    background: url("../images/top6-08.png") no-repeat center center;
}

.res-li:nth-of-type(5) .box1 {
    background: url("../images/top6-12.png") no-repeat center center;
}

.res-li:nth-of-type(6) .box1 {
    background: url("../images/top6-11.png") no-repeat center center;
}

.res-li:nth-of-type(7) .box1 {
    background: url("../images/top6-10.png") no-repeat center center;
}

.res-li:nth-of-type(8) .box1 {
    background: url("../images/top6-09.png") no-repeat center center;
}

.box1 .top {
    width: 100%;
    font-size: 24px;
    color: #ffffff;
    text-align: center;
    line-height: 115px;
}

.box1 p {
    display: block;
    width: 100%;
    height: 20px;
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    line-height: 20px;
    margin-top: 11px;
}

.res-li .res-ul1 {
    width: 100%;
    height: 360px;
    padding: 0px 20px;
    margin-top: 22px;
}

.res-ul1 .res-li1 {
    width: 100%;
    height: 40px;
}

.res-li1:nth-of-type(n+2) {
    margin-top: 20px;
}

.res-li1 .res-img {
    /* width: 115px; */
    width: 60%;
    height: 40px;
    float: left;
}

.res-img img {
    display: block;
    /* width: 100%; */
    height: 100%;
}

.res-li1 span {
    display: block;
    /* width: auto; */
    width: 30%;
    height: 40px;
    font-size: 14px;
    color: #333333;
    line-height: 50px;
    margin-left: 5%;
    float: left;
}

/*-----------------媒介整合服务---------------*/
.meijie-spread,
.meijie-service {
    padding: 40px 0 0;
}

.meijie-service {
    padding-bottom: 20px;
}

/*-----------媒介整合传播优势-------------*/
.meijie-intergred {
    /* background: url(../images/top6-04.jpg) no-repeat center/cover; */
    padding: 40px 0;
}

.meijie-intergred .meijie-intergred-wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}

.meijie-intergred .meijie-intergred-wrap .box {
    width: 33.3333%;
    position: relative;
}

.meijie-intergred .meijie-intergred-wrap .box img {
    width: 100%;
}

.meijie-intergred .meijie-intergred-wrap2 {
    margin-top: -16.67%;
}

.meijie-intergred .meijie-intergred-wrap .box .box-text {
    position: absolute;
    bottom: 20%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 1.7;
    transition: all .3s linear;
}

@media only screen and (max-width: 1199px) {
    .cbp-ig-grid li>a {
        padding: 25px 20px 27px;
    }
}

@media only screen and (max-width: 1099px) {}

@media only screen and (max-width: 991px) {
    .cbp-ig-grid .cbp-ig-title {
        font-size: 18px;
    }

    .cbp-ig-grid li {
        padding: 0px 5%;
    }

    .meijie-intergred .meijie-intergred-wrap .box .box-text {
        font-size: 12px;
    }
}

@media only screen and (max-width: 767px) {
    .cbp-ig-grid li {
        padding: 0px 4%;
    }

    .cbp-ig-grid .cbp-ig-title {
        line-height: 1.5;
    }

    .cbp-ig-grid .cbp-ig-title {
        margin: 0;
    }

    .meijie-intergred .meijie-intergred-wrap .box {
        width: 50%;
    }

    .meijie-intergred .meijie-intergred-wrap2 {
        margin-top: -25%;
    }

    .meijie-intergred .meijie-intergred-wrap1 .box3 {
        margin-top: -25%;
    }
}

@media only screen and (max-width: 575px) {
    .cbp-ig-grid li {
        padding: 0px 2%;
    }

    .res-li .res-ul1 {
        padding: 0px 15%;
    }
}

@media only screen and (max-width: 479px) {
    .cbp-ig-grid li {
        width: 100%;
        padding: 0px 6%;
        margin-bottom: 20px;
    }

    .cbp-ig-grid li>a {
        padding: 24px 23% 27px;
    }

    .meijie-intergred .meijie-intergred-wrap .box {
        width: 100%;
    }

    .meijie-intergred .meijie-intergred-wrap2 {
        margin-top: 0;
    }

    .meijie-intergred .meijie-intergred-wrap1 .box3 {
        margin-top: 0;
    }

    .res-li .res-ul1 {
        padding: 0px 10%;
    }
}