img{
    display: block;
}
.media_banner{
    margin-top: 108px;
}
.media_banner img{
    width: 100%;
    height: 600px;
}
.media_market1{
    overflow: hidden;
    width: 1200px;
    margin: 30px auto;
}
.title{
    text-align: center;
    padding-top: 30px;
}
.title .cn{
    font-size: 20px;
}
.title .en{
    font-size: 16px;
    color: #999;
}
.media_market1 img{
    float: left;
}
.media_market1 .text{
    width: 490px;
    float: right;
    line-height: 28px;
    color: #999;
    padding-top: 80px;
}
.media_market2{
    background: #f5f5f5;
    overflow: hidden;
}
.media_market2 img{
    margin: 30px auto;
}
.media_ul{
    overflow: hidden;
    width: 1310px;
    margin: 30px auto;
}
.media_ul li{
    float: left;
    margin: 0 20px;
    height: 150px;
}
.media_ul li img{
    margin: 0 auto;
}
.media_ul li .text{
    padding-top: 20px;
    text-align: center;
    color: #999;
    font-size: 13px;
}
.media_cooper{
    margin: 30px auto;
}

.h2 {
    font-size: 22px;
    text-align: center;
    margin: 50px 0;
}
.wrap {
    max-width: 1500px;
    width: 95%;
    padding: 0px;
    margin: 0 auto;
    position: relative;
    clear: both;
    overflow: hidden;
}
.case-rec li {
    width: 33.3333333333%;
    float: left;
}
.case-rec li a {
    display: block;
    margin: 12px 15px;
}
.case-rec li .img {
    width: 100%;
    float: left;
    overflow: hidden;
}
.case-rec li .img img {
    -moz-transition: -moz-transform 1s;
    -o-transition: -o-transform 1s;
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
}
.case-rec li .img img {
    float: left;
    width: 100%;
}
.case-rec li .txt {
    float: left;
    width: 100%;
    padding-bottom: 20px;
    background: url(../images/icon-more.png) right center no-repeat;
    background-position: 95% 50%;
}
.case-rec li .tit {
    margin-top: 10px;
    padding: 0 15px;
}
.case-rec li .intro {
    margin-top: 10px;
    padding: 0 15px;
    font-size: 12px;
    color: #a0a0a0;
    white-space: nowrap;
    width: 260px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.case-rec li .img img {
    -moz-transition: -moz-transform 1s;
    -o-transition: -o-transform 1s;
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
}

.case-rec li .img img:hover {
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    transition: -webkit-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
}

.case-rec li:hover .txt {
    background-color: #108bed;
    color: #fff;
    background-image: url("../images/icon-more-on.png");
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: bounceIn;
}

.case-rec li:hover .txt .intro {
    color: #fff;
}
.news_mark{
    background: #f5f5f5;
}
.wrapper {
    width: 1400px;
    margin: 0 auto;
    padding: 1px 0;
    box-sizing: border-box;
}

.media_process .maxbox {
    padding: 20px 0;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
}
.flex {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
}

.media_process li {
    width: 20%;
    height: 250px;
    text-align: center;
    justify-content: center;
    align-items: center;
    position: relative;
}
.media_process li {
    width: 25%;
}
.media_process li::before {
    background: #2882d2;
}
.media_process li::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 1px;
    background: #ccc;
}
.media_process li .top {
    top: 0;
}
.media_process li .text {
    position: absolute;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.media_process li .text .w {
    width: 80%;
}
.media_process li p {
    font-size: 16px;
    margin: 0;
}
.media_process li p {
    line-height: 1.6;
    font-size: 12px;
    color: #666;
    margin: 10px 0 25px 0;
}
.media_process li .numbg, .news_mark .media_process li .number {
    background: #0069b9;
}
.media_process li .number {
    border-radius: 0;
    transform: rotate(45deg);
}
.media_process li .number {
    position: absolute;
    color: #fff;
    padding: 9px 10px;
    font-size: 24px;
    font-weight: bold;
    background: #2c88d9;
    box-sizing: border-box;
}
.media_process li .number span {
    transform: rotate(-45deg);
    display: inline-block;
}
.media_process li .bottom {
    bottom: 10px;
}
.news_steps {
    background: #f5f5f5;
}
.ad_fn, .ad_site, .news_steps, .news_media, .site_logos, .video_bg {
    width: 100%;
    padding: 50px 0;
    box-sizing: border-box;
}
.ad_fn ul, .news_steps ul {
    box-sizing: border-box;
    margin: 0 auto;
    justify-content: center;
    padding: 20px 0 30px 0;
    box-sizing: border-box;
}
.news_steps ul .left li:first-child, .news_steps ul .right li:first-child {
    margin-bottom: 30px;
}
.ad_fn ul .left li, .news_steps ul .left li {
    text-align: right;
}
.ad_fn ul li, .news_steps ul li {
    align-items: center;
    width: 100%;
    justify-content: flex-end;
}
.news_steps ul li h3.colorbule, .news_steps ul li .icons .colorbule {
    color: #0069b9;
}
.ad_fn ul li h3, .news_steps ul li h3 {
    font-size: 24px;
    color: #333;
}
.ad_fn ul li p, .news_steps ul li p {
    font-size: 14px;
    color: #666;
    margin-top: 5px;
    padding: 0 0.1rem;
}
.news_steps ul .left li:first-child .icons, .news_steps ul .right li:last-child .icons {
    border-color: #0069b9;
}
.news_steps ul li .icons {
    margin: 0 20px;
}

.ad_fn ul li .icons, .news_steps ul li .icons {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    transform: rotate(45deg);
    border-radius: 8px;
    border: 2px solid #333;
}
.news_steps ul li .icons {
    border-radius: 30px 30px 5px;
    transform: rotate(0);
    border: 3px solid #333;
}
.news_steps ul .right li:first-child .icons {
    border-radius: 30px 30px 30px 5px;
}
.news_steps ul .left li:last-child .icons {
    border-radius: 30px 5px 30px 30px;
}
.news_steps ul .right li:last-child .icons {
    border-radius: 5px 30px 30px;
}
.news_steps ul li h3.colorbule, .news_steps ul li .icons .colorbule {
    color: #0069b9;
}
.ad_fn ul .left li, .news_steps ul .left li {
    text-align: right;
}
.news_steps ul .right {
    margin: 0;
}
.news_steps ul li .icons .deg {
    transform: rotate(0);
    font-size: 36px;
    color: #333;
}
.ad_fn ul .right li, .news_steps ul .right li {
    justify-content: flex-start;
}
.h2 {
    font-size: 22px;
    text-align: center;
    margin: 50px 0;
}

@media (max-width: 720px){
    .media_banner{
        margin-top: 50px;
    }
    .media_banner img{
        width: 100%;
        height: auto;
    }
    .h2{
        margin: 20px auto;
    }
    .wrap {
        width: 6.64rem;
        overflow: hidden;
        position: relative;
    }
    
    .case-rec {
        margin-bottom: .5rem;
        width: 6.88rem;
        margin-left: -.12rem;
        overflow: hidden;
    }
    .case-rec li {
        margin: .12rem;
        width: 3.18rem;
        height: 2.8rem;
        float: left;
        padding: 0;
        position: relative;
    }
    .case-rec li a{
        margin:0;
    }
    .case-rec li .img img {
        float: left;
        width: 3.2rem;
        height: 2.8rem;
    }
    .case-rec li .txt {
        float: left;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding-bottom: 0;
        height: .52rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: .18rem;
        background-image: none;
        background: rgba(0, 0, 0, .5);
        text-align: center;
        color: #fff;
    }
    .media_market1{
        width: auto;
        margin: 20px auto;
    }
    .media_market1 img{
        width: 100%;
    }
    .media_market2 img{
        width: 100%;
        margin: 30px auto;
    }
    .media_ul{
        width: auto;
    }
    .media_ul li{
        float: none;
    }
    .media_cooper{
        width: 100%;
    }
    .media_market1 .text{
        width: auto;
        padding: 0 0.1rem;
    }
    .wrapper {
        width: 100%;
        padding: 0 10px;
    }
    .media_process{
        overflow-x: auto;
        overflow-y: hidden;
    }
    .media_process .maxbox {
        width: 900px;
    }
    .news_steps{
        padding: 0;
    }
    .news_steps ul .left, .news_steps ul .right{
        width: 50%;
    }
    .news_steps ul .left li {
        text-align: center;
    }
    .news_steps ul li{
        flex-direction: column;
        text-align: center;
    }
    .news_steps ul li h3 {
        font-size: 16px;
        margin: 0;
    }
    .news_steps ul li .icons {
        margin-bottom: 0.2rem;
        order: -1;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        border: 2px solid #333;
    }
    .news_steps ul li .icons .deg {
        font-size: 16px;
    }
    .news_steps ul .right li:first-child .icons {
        border-radius: 50%;
    }
    .news_steps ul .left li:last-child .icons {
        border-radius: 50%;
    }
    .news_steps ul .right li:last-child .icons {
        border-radius: 50%;
    }
    .news_steps ul .left li:first-child .icons, .news_steps ul .right li:last-child .icons {
        border-color: #333;
    }
    .news_steps ul .left li:first-child, .news_steps ul .right li:first-child{
        margin-bottom: 0;
    }
    .news_steps ul li h3.colorbule, .news_steps ul li .icons .colorbule {
        color: #333;
    }41
    .news_steps ul li p{
        font-size: 0.2rem;
    }
}